diff --git a/bin/.gitignore b/bin/.gitignore index 86b5225b..05b275ae 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -4,6 +4,7 @@ metin2client.exe # User configuration files channel.inf metin2.cfg +BGM/lastplay.inf # Log files log.txt @@ -12,3 +13,6 @@ syserr.txt # Game files pack/*.eix pack/*.epk + +# Screenshots +screenshot/ diff --git a/bin/BGM/dungeon_fire.mp3 b/bin/BGM/dungeon_fire.mp3 new file mode 100644 index 00000000..c89d96e5 Binary files /dev/null and b/bin/BGM/dungeon_fire.mp3 differ diff --git a/bin/locale.2cfg b/bin/locale.2cfg new file mode 100644 index 00000000..0722646d --- /dev/null +++ b/bin/locale.2cfg @@ -0,0 +1 @@ +10002 1252 en diff --git a/bin/locale.cfg b/bin/locale.cfg index 98e0d342..1033fef5 100644 --- a/bin/locale.cfg +++ b/bin/locale.cfg @@ -1 +1 @@ -10000 1252 de +10022 1250 ro diff --git a/bin/locale_cz.cfg b/bin/locale_cz.cfg new file mode 100644 index 00000000..1f3d96df --- /dev/null +++ b/bin/locale_cz.cfg @@ -0,0 +1 @@ +10019 1250 cz diff --git a/bin/locale_de.cfg b/bin/locale_de.cfg new file mode 100644 index 00000000..98e0d342 --- /dev/null +++ b/bin/locale_de.cfg @@ -0,0 +1 @@ +10000 1252 de diff --git a/bin/locale_dk.cfg b/bin/locale_dk.cfg new file mode 100644 index 00000000..d7fa2ef0 --- /dev/null +++ b/bin/locale_dk.cfg @@ -0,0 +1 @@ +10013 1252 dk diff --git a/bin/locale_en.cfg b/bin/locale_en.cfg new file mode 100644 index 00000000..0722646d --- /dev/null +++ b/bin/locale_en.cfg @@ -0,0 +1 @@ +10002 1252 en diff --git a/bin/locale_es.cfg b/bin/locale_es.cfg new file mode 100644 index 00000000..6d511b91 --- /dev/null +++ b/bin/locale_es.cfg @@ -0,0 +1 @@ +10004 1252 es diff --git a/bin/locale_fr.cfg b/bin/locale_fr.cfg new file mode 100644 index 00000000..7c9c704e --- /dev/null +++ b/bin/locale_fr.cfg @@ -0,0 +1 @@ +10000 1252 fr diff --git a/bin/locale_gr.cfg b/bin/locale_gr.cfg new file mode 100644 index 00000000..ca636110 --- /dev/null +++ b/bin/locale_gr.cfg @@ -0,0 +1 @@ +0 1253 gr diff --git a/bin/locale_hu.cfg b/bin/locale_hu.cfg new file mode 100644 index 00000000..c68b92a9 --- /dev/null +++ b/bin/locale_hu.cfg @@ -0,0 +1 @@ +10021 1250 hu diff --git a/bin/locale_it.cfg b/bin/locale_it.cfg new file mode 100644 index 00000000..8a4d09f1 --- /dev/null +++ b/bin/locale_it.cfg @@ -0,0 +1 @@ +10006 1252 it diff --git a/bin/locale_nl.cfg b/bin/locale_nl.cfg new file mode 100644 index 00000000..e78e2f48 --- /dev/null +++ b/bin/locale_nl.cfg @@ -0,0 +1 @@ +10018 1252 nl diff --git a/bin/locale_pl.cfg b/bin/locale_pl.cfg new file mode 100644 index 00000000..c5c3659d --- /dev/null +++ b/bin/locale_pl.cfg @@ -0,0 +1 @@ +10012 1250 pl diff --git a/bin/locale_pt.cfg b/bin/locale_pt.cfg new file mode 100644 index 00000000..3949c809 --- /dev/null +++ b/bin/locale_pt.cfg @@ -0,0 +1 @@ +10010 1252 pt diff --git a/bin/locale_ru.cfg b/bin/locale_ru.cfg new file mode 100644 index 00000000..09004f66 --- /dev/null +++ b/bin/locale_ru.cfg @@ -0,0 +1 @@ +10020 1251 ru diff --git a/bin/locale_tr.cfg b/bin/locale_tr.cfg new file mode 100644 index 00000000..1d240dd4 --- /dev/null +++ b/bin/locale_tr.cfg @@ -0,0 +1 @@ +10012 1254 tr diff --git a/bin/pack/ETC/ymir work/ui/game/costume_button_01.tga b/bin/pack/ETC/ymir work/ui/game/costume_button_01.tga new file mode 100644 index 00000000..7ed6e268 Binary files /dev/null and b/bin/pack/ETC/ymir work/ui/game/costume_button_01.tga differ diff --git a/bin/pack/ETC/ymir work/ui/game/costume_button_02.tga b/bin/pack/ETC/ymir work/ui/game/costume_button_02.tga new file mode 100644 index 00000000..c326b92f Binary files /dev/null and b/bin/pack/ETC/ymir work/ui/game/costume_button_02.tga differ diff --git a/bin/pack/ETC/ymir work/ui/game/costume_button_03.tga b/bin/pack/ETC/ymir work/ui/game/costume_button_03.tga new file mode 100644 index 00000000..c1bcd1b2 Binary files /dev/null and b/bin/pack/ETC/ymir work/ui/game/costume_button_03.tga differ diff --git a/bin/pack/ETC/ymir work/ui/game/taskbar/mall_button_01.tga b/bin/pack/ETC/ymir work/ui/game/taskbar/mall_button_01.tga new file mode 100644 index 00000000..4aef5a45 Binary files /dev/null and b/bin/pack/ETC/ymir work/ui/game/taskbar/mall_button_01.tga differ diff --git a/bin/pack/ETC/ymir work/ui/game/taskbar/mall_button_02.tga b/bin/pack/ETC/ymir work/ui/game/taskbar/mall_button_02.tga new file mode 100644 index 00000000..4c1f8273 Binary files /dev/null and b/bin/pack/ETC/ymir work/ui/game/taskbar/mall_button_02.tga differ diff --git a/bin/pack/ETC/ymir work/ui/game/taskbar/mall_button_03.tga b/bin/pack/ETC/ymir work/ui/game/taskbar/mall_button_03.tga new file mode 100644 index 00000000..e858f119 Binary files /dev/null and b/bin/pack/ETC/ymir work/ui/game/taskbar/mall_button_03.tga differ diff --git a/bin/pack/Index b/bin/pack/Index index 34587cff..c96e66f1 100644 --- a/bin/pack/Index +++ b/bin/pack/Index @@ -1,21 +1,21 @@ PACK * -metin2_patch_dragon_rock_texcache -* -patch2 -* -metin2_patch_pets -* patch1 * -login +season3_eu * -metin2_patch_eu3 +patch2 +* +metin2_patch_snow +pack/ +metin2_patch_snow_dungeon pack/ metin2_patch_etc_costume1 pack/ metin2_patch_pet1 pack/ +metin2_patch_pet2 +pack/ metin2_patch_ramadan_costume pack/ metin2_patch_flame @@ -26,14 +26,14 @@ metin2_patch_w21_etc pack/ metin2_patch_w21_mobs pack/ +metin2_patch_w21_mobs_m +pack/ metin2_patch_dss_box pack/ metin2_patch_costume_soccer pack/ metin2_patch_easter1 pack/ -season3_eu -pack/ metin2_patch_mineral pack/ metin2_patch_w20_sound @@ -52,7 +52,7 @@ metin2_patch_etc pack/ metin2_patch_xmas pack/ -metin2_patch_kr4 +metin2_patch_eu3 pack/ metin2_patch_eu4 pack/ @@ -173,6 +173,20 @@ sound/pc/ sound sound/ui/ sound +sound/ambience/ +sound_m +sound/common/ +sound_m +sound/effect/ +sound_m +sound/monster/ +sound_m +sound/npc/ +sound_m +sound/pc/ +sound_m +sound/ui/ +sound_m sound/monster2/ sound2 sound/pc2/ @@ -229,12 +243,6 @@ locale/pa/ locale_pa uiscript/ uiscript -locale/ymir_ui/ -locale_ymir_ui -locale/ymir/ -locale_ymir -locale/us/ -locale_us d:/ymir work/ui/ ETC d:/ymir work/uiloading/ diff --git a/bin/pack/PC/ymir work/pc/shaman/shaman_lord.gr2 b/bin/pack/PC/ymir work/pc/shaman/shaman_lord.gr2 index 46f6f863..c74f296a 100644 Binary files a/bin/pack/PC/ymir work/pc/shaman/shaman_lord.gr2 and b/bin/pack/PC/ymir work/pc/shaman/shaman_lord.gr2 differ diff --git a/bin/pack/PC/ymir work/pc/shaman/shaman_lord_backup.gr2 b/bin/pack/PC/ymir work/pc/shaman/shaman_lord_backup.gr2 new file mode 100644 index 00000000..46f6f863 Binary files /dev/null and b/bin/pack/PC/ymir work/pc/shaman/shaman_lord_backup.gr2 differ diff --git a/bin/pack/Property/property/a/01.¼º/a1-001-house3.prb b/bin/pack/Property/property/a/01/a1-001-house3.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-001-house3.prb rename to bin/pack/Property/property/a/01/a1-001-house3.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-004-house2.prb b/bin/pack/Property/property/a/01/a1-004-house2.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-004-house2.prb rename to bin/pack/Property/property/a/01/a1-004-house2.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-007-itemshop.prb b/bin/pack/Property/property/a/01/a1-007-itemshop.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-007-itemshop.prb rename to bin/pack/Property/property/a/01/a1-007-itemshop.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-008-house5.prb b/bin/pack/Property/property/a/01/a1-008-house5.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-008-house5.prb rename to bin/pack/Property/property/a/01/a1-008-house5.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-009-hotel.prb b/bin/pack/Property/property/a/01/a1-009-hotel.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-009-hotel.prb rename to bin/pack/Property/property/a/01/a1-009-hotel.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-010-bank.prb b/bin/pack/Property/property/a/01/a1-010-bank.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-010-bank.prb rename to bin/pack/Property/property/a/01/a1-010-bank.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-011-workhouse.prb b/bin/pack/Property/property/a/01/a1-011-workhouse.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-011-workhouse.prb rename to bin/pack/Property/property/a/01/a1-011-workhouse.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-013-6tower.prb b/bin/pack/Property/property/a/01/a1-013-6tower.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-013-6tower.prb rename to bin/pack/Property/property/a/01/a1-013-6tower.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-016-house9.prb b/bin/pack/Property/property/a/01/a1-016-house9.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-016-house9.prb rename to bin/pack/Property/property/a/01/a1-016-house9.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-022-10m-bridge.prb b/bin/pack/Property/property/a/01/a1-022-10m-bridge.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-022-10m-bridge.prb rename to bin/pack/Property/property/a/01/a1-022-10m-bridge.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-024-10m-bridge.prb b/bin/pack/Property/property/a/01/a1-024-10m-bridge.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-024-10m-bridge.prb rename to bin/pack/Property/property/a/01/a1-024-10m-bridge.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-032-shamanhouse.prb b/bin/pack/Property/property/a/01/a1-032-shamanhouse.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-032-shamanhouse.prb rename to bin/pack/Property/property/a/01/a1-032-shamanhouse.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-033-guesthouse-01.prb b/bin/pack/Property/property/a/01/a1-033-guesthouse-01.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-033-guesthouse-01.prb rename to bin/pack/Property/property/a/01/a1-033-guesthouse-01.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-033-guesthouse-02.prb b/bin/pack/Property/property/a/01/a1-033-guesthouse-02.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-033-guesthouse-02.prb rename to bin/pack/Property/property/a/01/a1-033-guesthouse-02.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-034-stonedoor.prb b/bin/pack/Property/property/a/01/a1-034-stonedoor.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-034-stonedoor.prb rename to bin/pack/Property/property/a/01/a1-034-stonedoor.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-035-woodgate.prb b/bin/pack/Property/property/a/01/a1-035-woodgate.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-035-woodgate.prb rename to bin/pack/Property/property/a/01/a1-035-woodgate.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-037-tower.prb b/bin/pack/Property/property/a/01/a1-037-tower.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-037-tower.prb rename to bin/pack/Property/property/a/01/a1-037-tower.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-038-wall-corner.prb b/bin/pack/Property/property/a/01/a1-038-wall-corner.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-038-wall-corner.prb rename to bin/pack/Property/property/a/01/a1-038-wall-corner.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-038-wall-door.prb b/bin/pack/Property/property/a/01/a1-038-wall-door.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-038-wall-door.prb rename to bin/pack/Property/property/a/01/a1-038-wall-door.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-038-wall-lin.prb b/bin/pack/Property/property/a/01/a1-038-wall-lin.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-038-wall-lin.prb rename to bin/pack/Property/property/a/01/a1-038-wall-lin.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-038-wall-lin2.prb b/bin/pack/Property/property/a/01/a1-038-wall-lin2.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-038-wall-lin2.prb rename to bin/pack/Property/property/a/01/a1-038-wall-lin2.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-middledam-01.prb b/bin/pack/Property/property/a/01/a1-middledam-01.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-middledam-01.prb rename to bin/pack/Property/property/a/01/a1-middledam-01.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-middledam-02.prb b/bin/pack/Property/property/a/01/a1-middledam-02.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-middledam-02.prb rename to bin/pack/Property/property/a/01/a1-middledam-02.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-middledam-03.prb b/bin/pack/Property/property/a/01/a1-middledam-03.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-middledam-03.prb rename to bin/pack/Property/property/a/01/a1-middledam-03.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-middledam-04.prb b/bin/pack/Property/property/a/01/a1-middledam-04.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-middledam-04.prb rename to bin/pack/Property/property/a/01/a1-middledam-04.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-middledam-05.prb b/bin/pack/Property/property/a/01/a1-middledam-05.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-middledam-05.prb rename to bin/pack/Property/property/a/01/a1-middledam-05.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-middledam-06.prb b/bin/pack/Property/property/a/01/a1-middledam-06.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-middledam-06.prb rename to bin/pack/Property/property/a/01/a1-middledam-06.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1-middledam-07.prb b/bin/pack/Property/property/a/01/a1-middledam-07.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1-middledam-07.prb rename to bin/pack/Property/property/a/01/a1-middledam-07.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1_018-stonelight-1.prb b/bin/pack/Property/property/a/01/a1_018-stonelight-1.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1_018-stonelight-1.prb rename to bin/pack/Property/property/a/01/a1_018-stonelight-1.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1_018-stonelight.prb b/bin/pack/Property/property/a/01/a1_018-stonelight.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1_018-stonelight.prb rename to bin/pack/Property/property/a/01/a1_018-stonelight.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1s-002-inwall-01.prb b/bin/pack/Property/property/a/01/a1s-002-inwall-01.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1s-002-inwall-01.prb rename to bin/pack/Property/property/a/01/a1s-002-inwall-01.prb diff --git a/bin/pack/Property/property/a/01.¼º/a1s-002-inwall-02.prb b/bin/pack/Property/property/a/01/a1s-002-inwall-02.prb similarity index 100% rename from bin/pack/Property/property/a/01.¼º/a1s-002-inwall-02.prb rename to bin/pack/Property/property/a/01/a1s-002-inwall-02.prb diff --git a/bin/pack/Property/property/a/³ª¹«/baobab.prt b/bin/pack/Property/property/a/02/baobab.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/baobab.prt rename to bin/pack/Property/property/a/02/baobab.prt diff --git a/bin/pack/Property/property/a/³ª¹«/baobab2.prt b/bin/pack/Property/property/a/02/baobab2.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/baobab2.prt rename to bin/pack/Property/property/a/02/baobab2.prt diff --git a/bin/pack/Property/property/a/³ª¹«/beech1.prt b/bin/pack/Property/property/a/02/beech1.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/beech1.prt rename to bin/pack/Property/property/a/02/beech1.prt diff --git a/bin/pack/Property/property/a/³ª¹«/beech2.prt b/bin/pack/Property/property/a/02/beech2.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/beech2.prt rename to bin/pack/Property/property/a/02/beech2.prt diff --git a/bin/pack/Property/property/a/³ª¹«/beech3.prt b/bin/pack/Property/property/a/02/beech3.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/beech3.prt rename to bin/pack/Property/property/a/02/beech3.prt diff --git a/bin/pack/Property/property/a/³ª¹«/beech4.prt b/bin/pack/Property/property/a/02/beech4.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/beech4.prt rename to bin/pack/Property/property/a/02/beech4.prt diff --git a/bin/pack/Property/property/a/³ª¹«/christmastree.spt.prt b/bin/pack/Property/property/a/02/christmastree.spt.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/christmastree.spt.prt rename to bin/pack/Property/property/a/02/christmastree.spt.prt diff --git a/bin/pack/Property/property/a/³ª¹«/montereycypress1.prt b/bin/pack/Property/property/a/02/montereycypress1.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/montereycypress1.prt rename to bin/pack/Property/property/a/02/montereycypress1.prt diff --git a/bin/pack/Property/property/a/³ª¹«/montereycypress2.prt b/bin/pack/Property/property/a/02/montereycypress2.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/montereycypress2.prt rename to bin/pack/Property/property/a/02/montereycypress2.prt diff --git a/bin/pack/Property/property/a/³ª¹«/montereycypress3.prt b/bin/pack/Property/property/a/02/montereycypress3.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/montereycypress3.prt rename to bin/pack/Property/property/a/02/montereycypress3.prt diff --git a/bin/pack/Property/property/a/³ª¹«/montereycypress4.prt b/bin/pack/Property/property/a/02/montereycypress4.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/montereycypress4.prt rename to bin/pack/Property/property/a/02/montereycypress4.prt diff --git a/bin/pack/Property/property/a/³ª¹«/montereycypress5.prt b/bin/pack/Property/property/a/02/montereycypress5.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/montereycypress5.prt rename to bin/pack/Property/property/a/02/montereycypress5.prt diff --git a/bin/pack/Property/property/a/³ª¹«/pagoda1.prt b/bin/pack/Property/property/a/02/pagoda1.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/pagoda1.prt rename to bin/pack/Property/property/a/02/pagoda1.prt diff --git a/bin/pack/Property/property/a/³ª¹«/pagoda2.prt b/bin/pack/Property/property/a/02/pagoda2.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/pagoda2.prt rename to bin/pack/Property/property/a/02/pagoda2.prt diff --git a/bin/pack/Property/property/a/³ª¹«/pagoda3.prt b/bin/pack/Property/property/a/02/pagoda3.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/pagoda3.prt rename to bin/pack/Property/property/a/02/pagoda3.prt diff --git a/bin/pack/Property/property/a/³ª¹«/sassafras_fall1.prt b/bin/pack/Property/property/a/02/sassafras_fall1.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/sassafras_fall1.prt rename to bin/pack/Property/property/a/02/sassafras_fall1.prt diff --git a/bin/pack/Property/property/a/³ª¹«/sassafras_fall2.prt b/bin/pack/Property/property/a/02/sassafras_fall2.prt similarity index 100% rename from bin/pack/Property/property/a/³ª¹«/sassafras_fall2.prt rename to bin/pack/Property/property/a/02/sassafras_fall2.prt diff --git a/bin/pack/Property/property/b/01.¼º/b1-001-house3.prb b/bin/pack/Property/property/b/01/b1-001-house3.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-001-house3.prb rename to bin/pack/Property/property/b/01/b1-001-house3.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-004-house2.prb b/bin/pack/Property/property/b/01/b1-004-house2.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-004-house2.prb rename to bin/pack/Property/property/b/01/b1-004-house2.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-006-castle.prb b/bin/pack/Property/property/b/01/b1-006-castle.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-006-castle.prb rename to bin/pack/Property/property/b/01/b1-006-castle.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-007-itemshop.prb b/bin/pack/Property/property/b/01/b1-007-itemshop.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-007-itemshop.prb rename to bin/pack/Property/property/b/01/b1-007-itemshop.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-008-house5.prb b/bin/pack/Property/property/b/01/b1-008-house5.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-008-house5.prb rename to bin/pack/Property/property/b/01/b1-008-house5.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-009-hotel.prb b/bin/pack/Property/property/b/01/b1-009-hotel.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-009-hotel.prb rename to bin/pack/Property/property/b/01/b1-009-hotel.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-010-bank.prb b/bin/pack/Property/property/b/01/b1-010-bank.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-010-bank.prb rename to bin/pack/Property/property/b/01/b1-010-bank.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-011-workhouse.prb b/bin/pack/Property/property/b/01/b1-011-workhouse.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-011-workhouse.prb rename to bin/pack/Property/property/b/01/b1-011-workhouse.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-013-6tower.prb b/bin/pack/Property/property/b/01/b1-013-6tower.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-013-6tower.prb rename to bin/pack/Property/property/b/01/b1-013-6tower.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-016-house9.prb b/bin/pack/Property/property/b/01/b1-016-house9.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-016-house9.prb rename to bin/pack/Property/property/b/01/b1-016-house9.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-022-10m-bridge.prb b/bin/pack/Property/property/b/01/b1-022-10m-bridge.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-022-10m-bridge.prb rename to bin/pack/Property/property/b/01/b1-022-10m-bridge.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-024-10m-bridge.prb b/bin/pack/Property/property/b/01/b1-024-10m-bridge.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-024-10m-bridge.prb rename to bin/pack/Property/property/b/01/b1-024-10m-bridge.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-031-tower.prb b/bin/pack/Property/property/b/01/b1-031-tower.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-031-tower.prb rename to bin/pack/Property/property/b/01/b1-031-tower.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-033-guesthouse-01.prb b/bin/pack/Property/property/b/01/b1-033-guesthouse-01.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-033-guesthouse-01.prb rename to bin/pack/Property/property/b/01/b1-033-guesthouse-01.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-033-guesthouse-02.prb b/bin/pack/Property/property/b/01/b1-033-guesthouse-02.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-033-guesthouse-02.prb rename to bin/pack/Property/property/b/01/b1-033-guesthouse-02.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-034-stonedoor.prb b/bin/pack/Property/property/b/01/b1-034-stonedoor.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-034-stonedoor.prb rename to bin/pack/Property/property/b/01/b1-034-stonedoor.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-035-woodgate.prb b/bin/pack/Property/property/b/01/b1-035-woodgate.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-035-woodgate.prb rename to bin/pack/Property/property/b/01/b1-035-woodgate.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-037-tower.prb b/bin/pack/Property/property/b/01/b1-037-tower.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-037-tower.prb rename to bin/pack/Property/property/b/01/b1-037-tower.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-038-wall-corner.prb b/bin/pack/Property/property/b/01/b1-038-wall-corner.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-038-wall-corner.prb rename to bin/pack/Property/property/b/01/b1-038-wall-corner.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-038-wall-door.prb b/bin/pack/Property/property/b/01/b1-038-wall-door.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-038-wall-door.prb rename to bin/pack/Property/property/b/01/b1-038-wall-door.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-038-wall-lin.prb b/bin/pack/Property/property/b/01/b1-038-wall-lin.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-038-wall-lin.prb rename to bin/pack/Property/property/b/01/b1-038-wall-lin.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-038-wall-lin2.prb b/bin/pack/Property/property/b/01/b1-038-wall-lin2.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-038-wall-lin2.prb rename to bin/pack/Property/property/b/01/b1-038-wall-lin2.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-bigdam-01.prb b/bin/pack/Property/property/b/01/b1-bigdam-01.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-bigdam-01.prb rename to bin/pack/Property/property/b/01/b1-bigdam-01.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-bigdam-02.prb b/bin/pack/Property/property/b/01/b1-bigdam-02.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-bigdam-02.prb rename to bin/pack/Property/property/b/01/b1-bigdam-02.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-bigdam-03.prb b/bin/pack/Property/property/b/01/b1-bigdam-03.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-bigdam-03.prb rename to bin/pack/Property/property/b/01/b1-bigdam-03.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-bigdam-04.prb b/bin/pack/Property/property/b/01/b1-bigdam-04.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-bigdam-04.prb rename to bin/pack/Property/property/b/01/b1-bigdam-04.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-bigdam-05.prb b/bin/pack/Property/property/b/01/b1-bigdam-05.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-bigdam-05.prb rename to bin/pack/Property/property/b/01/b1-bigdam-05.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-bigdam-06.prb b/bin/pack/Property/property/b/01/b1-bigdam-06.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-bigdam-06.prb rename to bin/pack/Property/property/b/01/b1-bigdam-06.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-middledam-01.prb b/bin/pack/Property/property/b/01/b1-middledam-01.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-middledam-01.prb rename to bin/pack/Property/property/b/01/b1-middledam-01.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-middledam-02.prb b/bin/pack/Property/property/b/01/b1-middledam-02.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-middledam-02.prb rename to bin/pack/Property/property/b/01/b1-middledam-02.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-middledam-03.prb b/bin/pack/Property/property/b/01/b1-middledam-03.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-middledam-03.prb rename to bin/pack/Property/property/b/01/b1-middledam-03.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-middledam-04.prb b/bin/pack/Property/property/b/01/b1-middledam-04.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-middledam-04.prb rename to bin/pack/Property/property/b/01/b1-middledam-04.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-middledam-05.prb b/bin/pack/Property/property/b/01/b1-middledam-05.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-middledam-05.prb rename to bin/pack/Property/property/b/01/b1-middledam-05.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-middledam-06.prb b/bin/pack/Property/property/b/01/b1-middledam-06.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-middledam-06.prb rename to bin/pack/Property/property/b/01/b1-middledam-06.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1-middledam-07.prb b/bin/pack/Property/property/b/01/b1-middledam-07.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1-middledam-07.prb rename to bin/pack/Property/property/b/01/b1-middledam-07.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1_018-stonelight-1.prb b/bin/pack/Property/property/b/01/b1_018-stonelight-1.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1_018-stonelight-1.prb rename to bin/pack/Property/property/b/01/b1_018-stonelight-1.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1_018-stonelight.prb b/bin/pack/Property/property/b/01/b1_018-stonelight.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1_018-stonelight.prb rename to bin/pack/Property/property/b/01/b1_018-stonelight.prb diff --git a/bin/pack/Property/property/b/01.¼º/b1s-002-inwall-02.prb b/bin/pack/Property/property/b/01/b1s-002-inwall-02.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/b1s-002-inwall-02.prb rename to bin/pack/Property/property/b/01/b1s-002-inwall-02.prb diff --git a/bin/pack/Property/property/b/01.¼º/ob-b1-013-lamp02.prb b/bin/pack/Property/property/b/01/ob-b1-013-lamp02.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/ob-b1-013-lamp02.prb rename to bin/pack/Property/property/b/01/ob-b1-013-lamp02.prb diff --git a/bin/pack/Property/property/b/01.¼º/obj-0001.prb b/bin/pack/Property/property/b/01/obj-0001.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/obj-0001.prb rename to bin/pack/Property/property/b/01/obj-0001.prb diff --git a/bin/pack/Property/property/b/01.¼º/obj-0011.prb b/bin/pack/Property/property/b/01/obj-0011.prb similarity index 100% rename from bin/pack/Property/property/b/01.¼º/obj-0011.prb rename to bin/pack/Property/property/b/01/obj-0011.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/cedaroflebanon1.prt b/bin/pack/Property/property/b/02/02_1/cedaroflebanon1.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/cedaroflebanon1.prt rename to bin/pack/Property/property/b/02/02_1/cedaroflebanon1.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/cedaroflebanon2.prt b/bin/pack/Property/property/b/02/02_1/cedaroflebanon2.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/cedaroflebanon2.prt rename to bin/pack/Property/property/b/02/02_1/cedaroflebanon2.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/cedaroflebanon3.prt b/bin/pack/Property/property/b/02/02_1/cedaroflebanon3.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/cedaroflebanon3.prt rename to bin/pack/Property/property/b/02/02_1/cedaroflebanon3.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy1.prt b/bin/pack/Property/property/b/02/02_1/ivyspy1.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy1.prt rename to bin/pack/Property/property/b/02/02_1/ivyspy1.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy2.prt b/bin/pack/Property/property/b/02/02_1/ivyspy2.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy2.prt rename to bin/pack/Property/property/b/02/02_1/ivyspy2.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy3.prt b/bin/pack/Property/property/b/02/02_1/ivyspy3.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy3.prt rename to bin/pack/Property/property/b/02/02_1/ivyspy3.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy4.prt b/bin/pack/Property/property/b/02/02_1/ivyspy4.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy4.prt rename to bin/pack/Property/property/b/02/02_1/ivyspy4.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy5.prt b/bin/pack/Property/property/b/02/02_1/ivyspy5.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy5.prt rename to bin/pack/Property/property/b/02/02_1/ivyspy5.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy_winter1.prt b/bin/pack/Property/property/b/02/02_1/ivyspy_winter1.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy_winter1.prt rename to bin/pack/Property/property/b/02/02_1/ivyspy_winter1.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy_winter2.prt b/bin/pack/Property/property/b/02/02_1/ivyspy_winter2.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/ivyspy_winter2.prt rename to bin/pack/Property/property/b/02/02_1/ivyspy_winter2.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/japanesemaple_fall1.prt b/bin/pack/Property/property/b/02/02_1/japanesemaple_fall1.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/japanesemaple_fall1.prt rename to bin/pack/Property/property/b/02/02_1/japanesemaple_fall1.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/japanesemaple_fall2.prt b/bin/pack/Property/property/b/02/02_1/japanesemaple_fall2.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/japanesemaple_fall2.prt rename to bin/pack/Property/property/b/02/02_1/japanesemaple_fall2.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/redoak1.prt b/bin/pack/Property/property/b/02/02_1/redoak1.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/redoak1.prt rename to bin/pack/Property/property/b/02/02_1/redoak1.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/redoak2.prt b/bin/pack/Property/property/b/02/02_1/redoak2.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/redoak2.prt rename to bin/pack/Property/property/b/02/02_1/redoak2.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/redoak3.prt b/bin/pack/Property/property/b/02/02_1/redoak3.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/redoak3.prt rename to bin/pack/Property/property/b/02/02_1/redoak3.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/redoak4.prt b/bin/pack/Property/property/b/02/02_1/redoak4.prt similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/³ª¹«/redoak4.prt rename to bin/pack/Property/property/b/02/02_1/redoak4.prt diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-01.prb b/bin/pack/Property/property/b/02/ob-10-01.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-01.prb rename to bin/pack/Property/property/b/02/ob-10-01.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-02-wall-corner.prb b/bin/pack/Property/property/b/02/ob-10-02-wall-corner.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-02-wall-corner.prb rename to bin/pack/Property/property/b/02/ob-10-02-wall-corner.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-02-wall-door.prb b/bin/pack/Property/property/b/02/ob-10-02-wall-door.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-02-wall-door.prb rename to bin/pack/Property/property/b/02/ob-10-02-wall-door.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-02-wall-lin.prb b/bin/pack/Property/property/b/02/ob-10-02-wall-lin.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-02-wall-lin.prb rename to bin/pack/Property/property/b/02/ob-10-02-wall-lin.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-02-wall-lin2.prb b/bin/pack/Property/property/b/02/ob-10-02-wall-lin2.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-02-wall-lin2.prb rename to bin/pack/Property/property/b/02/ob-10-02-wall-lin2.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-03-house01.prb b/bin/pack/Property/property/b/02/ob-10-03-house01.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-03-house01.prb rename to bin/pack/Property/property/b/02/ob-10-03-house01.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-04-house02.prb b/bin/pack/Property/property/b/02/ob-10-04-house02.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-04-house02.prb rename to bin/pack/Property/property/b/02/ob-10-04-house02.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-05-house03.prb b/bin/pack/Property/property/b/02/ob-10-05-house03.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-10-05-house03.prb rename to bin/pack/Property/property/b/02/ob-10-05-house03.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower.prb b/bin/pack/Property/property/b/02/ob-11-01-skeletontower.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower.prb rename to bin/pack/Property/property/b/02/ob-11-01-skeletontower.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower01.prb b/bin/pack/Property/property/b/02/ob-11-01-skeletontower01.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower01.prb rename to bin/pack/Property/property/b/02/ob-11-01-skeletontower01.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower02.prb b/bin/pack/Property/property/b/02/ob-11-01-skeletontower02.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower02.prb rename to bin/pack/Property/property/b/02/ob-11-01-skeletontower02.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower03.prb b/bin/pack/Property/property/b/02/ob-11-01-skeletontower03.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower03.prb rename to bin/pack/Property/property/b/02/ob-11-01-skeletontower03.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower04.prb b/bin/pack/Property/property/b/02/ob-11-01-skeletontower04.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower04.prb rename to bin/pack/Property/property/b/02/ob-11-01-skeletontower04.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower05.prb b/bin/pack/Property/property/b/02/ob-11-01-skeletontower05.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower05.prb rename to bin/pack/Property/property/b/02/ob-11-01-skeletontower05.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower06.prb b/bin/pack/Property/property/b/02/ob-11-01-skeletontower06.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontower06.prb rename to bin/pack/Property/property/b/02/ob-11-01-skeletontower06.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontowerstair01.prb b/bin/pack/Property/property/b/02/ob-11-01-skeletontowerstair01.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontowerstair01.prb rename to bin/pack/Property/property/b/02/ob-11-01-skeletontowerstair01.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontowerstair02.prb b/bin/pack/Property/property/b/02/ob-11-01-skeletontowerstair02.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletontowerstair02.prb rename to bin/pack/Property/property/b/02/ob-11-01-skeletontowerstair02.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletonwall01.prb b/bin/pack/Property/property/b/02/ob-11-01-skeletonwall01.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletonwall01.prb rename to bin/pack/Property/property/b/02/ob-11-01-skeletonwall01.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletonwall02.prb b/bin/pack/Property/property/b/02/ob-11-01-skeletonwall02.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-01-skeletonwall02.prb rename to bin/pack/Property/property/b/02/ob-11-01-skeletonwall02.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-02-stonelight01.prb b/bin/pack/Property/property/b/02/ob-11-02-stonelight01.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-02-stonelight01.prb rename to bin/pack/Property/property/b/02/ob-11-02-stonelight01.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-02-stonelight02.prb b/bin/pack/Property/property/b/02/ob-11-02-stonelight02.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-02-stonelight02.prb rename to bin/pack/Property/property/b/02/ob-11-02-stonelight02.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-02-stonelight03.prb b/bin/pack/Property/property/b/02/ob-11-02-stonelight03.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-02-stonelight03.prb rename to bin/pack/Property/property/b/02/ob-11-02-stonelight03.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel01.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel01.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel01.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel01.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_01.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_01.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_01.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_01.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_02.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_02.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_02.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_02.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_03.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_03.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_03.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_03.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_04.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_04.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_04.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_04.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_05.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_05.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_05.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_05.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_06.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_06.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_06.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_06.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_07.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_07.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_07.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_07.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_08.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_08.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_08.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_08.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_09.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_09.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_09.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_09.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_10.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_10.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_10.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_10.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_11.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_11.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_11.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_11.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_12.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_12.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_12.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_12.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_13.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_13.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_13.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_13.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_14.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_14.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_14.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_14.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_15.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_15.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel02_15.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel02_15.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel04.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel04.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04_01.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel04_01.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04_01.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel04_01.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04_02.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel04_02.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04_02.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel04_02.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04_03.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel04_03.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04_03.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel04_03.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04_04.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel04_04.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04_04.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel04_04.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04_05.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel04_05.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel04_05.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel04_05.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel05.prb b/bin/pack/Property/property/b/02/ob-11-03-bonetunnel05.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-03-bonetunnel05.prb rename to bin/pack/Property/property/b/02/ob-11-03-bonetunnel05.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonelight_01.prb b/bin/pack/Property/property/b/02/ob-11-05-bonelight_01.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonelight_01.prb rename to bin/pack/Property/property/b/02/ob-11-05-bonelight_01.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonelight_02.prb b/bin/pack/Property/property/b/02/ob-11-05-bonelight_02.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonelight_02.prb rename to bin/pack/Property/property/b/02/ob-11-05-bonelight_02.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonelight_03.prb b/bin/pack/Property/property/b/02/ob-11-05-bonelight_03.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonelight_03.prb rename to bin/pack/Property/property/b/02/ob-11-05-bonelight_03.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonelight_04.prb b/bin/pack/Property/property/b/02/ob-11-05-bonelight_04.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonelight_04.prb rename to bin/pack/Property/property/b/02/ob-11-05-bonelight_04.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonetomb_01.prb b/bin/pack/Property/property/b/02/ob-11-05-bonetomb_01.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonetomb_01.prb rename to bin/pack/Property/property/b/02/ob-11-05-bonetomb_01.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonetomb_02.prb b/bin/pack/Property/property/b/02/ob-11-05-bonetomb_02.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonetomb_02.prb rename to bin/pack/Property/property/b/02/ob-11-05-bonetomb_02.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonetomb_03.prb b/bin/pack/Property/property/b/02/ob-11-05-bonetomb_03.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonetomb_03.prb rename to bin/pack/Property/property/b/02/ob-11-05-bonetomb_03.prb diff --git a/bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonetomb_04.prb b/bin/pack/Property/property/b/02/ob-11-05-bonetomb_04.prb similarity index 100% rename from bin/pack/Property/property/b/02.°¨¿°ÇØ°ñž/ob-11-05-bonetomb_04.prb rename to bin/pack/Property/property/b/02/ob-11-05-bonetomb_04.prb diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/beech1.prt b/bin/pack/Property/property/b/03/03_1/beech1.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/beech1.prt rename to bin/pack/Property/property/b/03/03_1/beech1.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/beech2.prt b/bin/pack/Property/property/b/03/03_1/beech2.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/beech2.prt rename to bin/pack/Property/property/b/03/03_1/beech2.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/beech3.prt b/bin/pack/Property/property/b/03/03_1/beech3.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/beech3.prt rename to bin/pack/Property/property/b/03/03_1/beech3.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/beech_fall1.prt b/bin/pack/Property/property/b/03/03_1/beech_fall1.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/beech_fall1.prt rename to bin/pack/Property/property/b/03/03_1/beech_fall1.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/beech_fall2.prt b/bin/pack/Property/property/b/03/03_1/beech_fall2.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/beech_fall2.prt rename to bin/pack/Property/property/b/03/03_1/beech_fall2.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/pagoda_winter1.prt b/bin/pack/Property/property/b/03/03_1/pagoda_winter1.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/pagoda_winter1.prt rename to bin/pack/Property/property/b/03/03_1/pagoda_winter1.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/pagoda_winter2.prt b/bin/pack/Property/property/b/03/03_1/pagoda_winter2.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/pagoda_winter2.prt rename to bin/pack/Property/property/b/03/03_1/pagoda_winter2.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/shingleoak1.prt b/bin/pack/Property/property/b/03/03_1/shingleoak1.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/shingleoak1.prt rename to bin/pack/Property/property/b/03/03_1/shingleoak1.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/shingleoak2.prt b/bin/pack/Property/property/b/03/03_1/shingleoak2.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/shingleoak2.prt rename to bin/pack/Property/property/b/03/03_1/shingleoak2.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/shingleoak3.prt b/bin/pack/Property/property/b/03/03_1/shingleoak3.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/shingleoak3.prt rename to bin/pack/Property/property/b/03/03_1/shingleoak3.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/shingleoak4.prt b/bin/pack/Property/property/b/03/03_1/shingleoak4.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/shingleoak4.prt rename to bin/pack/Property/property/b/03/03_1/shingleoak4.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/shingleoak5.prt b/bin/pack/Property/property/b/03/03_1/shingleoak5.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/shingleoak5.prt rename to bin/pack/Property/property/b/03/03_1/shingleoak5.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/umbrellathorn1.prt b/bin/pack/Property/property/b/03/03_1/umbrellathorn1.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/umbrellathorn1.prt rename to bin/pack/Property/property/b/03/03_1/umbrellathorn1.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/umbrellathorn2.prt b/bin/pack/Property/property/b/03/03_1/umbrellathorn2.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/umbrellathorn2.prt rename to bin/pack/Property/property/b/03/03_1/umbrellathorn2.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/umbrellathorn3.prt b/bin/pack/Property/property/b/03/03_1/umbrellathorn3.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/umbrellathorn3.prt rename to bin/pack/Property/property/b/03/03_1/umbrellathorn3.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/umbrellathorn4.prt b/bin/pack/Property/property/b/03/03_1/umbrellathorn4.prt similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/³ª¹«/umbrellathorn4.prt rename to bin/pack/Property/property/b/03/03_1/umbrellathorn4.prt diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-01.prb b/bin/pack/Property/property/b/03/ob-7-01.prb similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-01.prb rename to bin/pack/Property/property/b/03/ob-7-01.prb diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-02-01.prb b/bin/pack/Property/property/b/03/ob-7-02-01.prb similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-02-01.prb rename to bin/pack/Property/property/b/03/ob-7-02-01.prb diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-02-02.prb b/bin/pack/Property/property/b/03/ob-7-02-02.prb similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-02-02.prb rename to bin/pack/Property/property/b/03/ob-7-02-02.prb diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-03-01.prb b/bin/pack/Property/property/b/03/ob-7-03-01.prb similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-03-01.prb rename to bin/pack/Property/property/b/03/ob-7-03-01.prb diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-03-02.prb b/bin/pack/Property/property/b/03/ob-7-03-02.prb similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-03-02.prb rename to bin/pack/Property/property/b/03/ob-7-03-02.prb diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-04.prb b/bin/pack/Property/property/b/03/ob-7-04.prb similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-04.prb rename to bin/pack/Property/property/b/03/ob-7-04.prb diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-11-building01.prb b/bin/pack/Property/property/b/03/ob-7-11-building01.prb similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-11-building01.prb rename to bin/pack/Property/property/b/03/ob-7-11-building01.prb diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-12-building02.prb b/bin/pack/Property/property/b/03/ob-7-12-building02.prb similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-12-building02.prb rename to bin/pack/Property/property/b/03/ob-7-12-building02.prb diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-13-building03.prb b/bin/pack/Property/property/b/03/ob-7-13-building03.prb similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-13-building03.prb rename to bin/pack/Property/property/b/03/ob-7-13-building03.prb diff --git a/bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-13-building04.prb b/bin/pack/Property/property/b/03/ob-7-13-building04.prb similarity index 100% rename from bin/pack/Property/property/b/03.¿õ±ÍÃÌ/ob-7-13-building04.prb rename to bin/pack/Property/property/b/03/ob-7-13-building04.prb diff --git a/bin/pack/Property/property/b/04.»ÏÁ·»êÁö¿ª/ob-1-01.prb b/bin/pack/Property/property/b/04/ob-1-01.prb similarity index 100% rename from bin/pack/Property/property/b/04.»ÏÁ·»êÁö¿ª/ob-1-01.prb rename to bin/pack/Property/property/b/04/ob-1-01.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-02.prb b/bin/pack/Property/property/b/05/ob-12-02.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-02.prb rename to bin/pack/Property/property/b/05/ob-12-02.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03.prb b/bin/pack/Property/property/b/05/ob-12-03.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03.prb rename to bin/pack/Property/property/b/05/ob-12-03.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate.prb b/bin/pack/Property/property/b/05/ob-12-03gate.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate.prb rename to bin/pack/Property/property/b/05/ob-12-03gate.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate01.prb b/bin/pack/Property/property/b/05/ob-12-03gate01.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate01.prb rename to bin/pack/Property/property/b/05/ob-12-03gate01.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate02.prb b/bin/pack/Property/property/b/05/ob-12-03gate02.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate02.prb rename to bin/pack/Property/property/b/05/ob-12-03gate02.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate03.prb b/bin/pack/Property/property/b/05/ob-12-03gate03.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate03.prb rename to bin/pack/Property/property/b/05/ob-12-03gate03.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate04.prb b/bin/pack/Property/property/b/05/ob-12-03gate04.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate04.prb rename to bin/pack/Property/property/b/05/ob-12-03gate04.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate05.prb b/bin/pack/Property/property/b/05/ob-12-03gate05.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate05.prb rename to bin/pack/Property/property/b/05/ob-12-03gate05.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate06.prb b/bin/pack/Property/property/b/05/ob-12-03gate06.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03gate06.prb rename to bin/pack/Property/property/b/05/ob-12-03gate06.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03stair.prb b/bin/pack/Property/property/b/05/ob-12-03stair.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-03stair.prb rename to bin/pack/Property/property/b/05/ob-12-03stair.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-05.prb b/bin/pack/Property/property/b/05/ob-12-05.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-05.prb rename to bin/pack/Property/property/b/05/ob-12-05.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-06.prb b/bin/pack/Property/property/b/05/ob-12-06.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-06.prb rename to bin/pack/Property/property/b/05/ob-12-06.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-07.prb b/bin/pack/Property/property/b/05/ob-12-07.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-07.prb rename to bin/pack/Property/property/b/05/ob-12-07.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-09.prb b/bin/pack/Property/property/b/05/ob-12-09.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-09.prb rename to bin/pack/Property/property/b/05/ob-12-09.prb diff --git a/bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-14.prb b/bin/pack/Property/property/b/05/ob-12-14.prb similarity index 100% rename from bin/pack/Property/property/b/05.¹«´ý°¡/ob-12-14.prb rename to bin/pack/Property/property/b/05/ob-12-14.prb diff --git a/bin/pack/Property/property/b/06.´Á´ë½£/obj-0004.prb b/bin/pack/Property/property/b/06/obj-0004.prb similarity index 100% rename from bin/pack/Property/property/b/06.´Á´ë½£/obj-0004.prb rename to bin/pack/Property/property/b/06/obj-0004.prb diff --git a/bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/b1-middledam_00.gr2.prb b/bin/pack/Property/property/b/07/b1-middledam_00.gr2.prb similarity index 100% rename from bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/b1-middledam_00.gr2.prb rename to bin/pack/Property/property/b/07/b1-middledam_00.gr2.prb diff --git a/bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/b1s-002-inwall-01.prb b/bin/pack/Property/property/b/07/b1s-002-inwall-01.prb similarity index 100% rename from bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/b1s-002-inwall-01.prb rename to bin/pack/Property/property/b/07/b1s-002-inwall-01.prb diff --git a/bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/ob-4-04-01.prb b/bin/pack/Property/property/b/07/ob-4-04-01.prb similarity index 100% rename from bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/ob-4-04-01.prb rename to bin/pack/Property/property/b/07/ob-4-04-01.prb diff --git a/bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/ob-4-04-02.prb b/bin/pack/Property/property/b/07/ob-4-04-02.prb similarity index 100% rename from bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/ob-4-04-02.prb rename to bin/pack/Property/property/b/07/ob-4-04-02.prb diff --git a/bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/ob-4-04-03.prb b/bin/pack/Property/property/b/07/ob-4-04-03.prb similarity index 100% rename from bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/ob-4-04-03.prb rename to bin/pack/Property/property/b/07/ob-4-04-03.prb diff --git a/bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/ob-4-04-04.prb b/bin/pack/Property/property/b/07/ob-4-04-04.prb similarity index 100% rename from bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/ob-4-04-04.prb rename to bin/pack/Property/property/b/07/ob-4-04-04.prb diff --git a/bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/ob-5-03thiefden.prb b/bin/pack/Property/property/b/07/ob-5-03thiefden.prb similarity index 100% rename from bin/pack/Property/property/b/07.¹Ð±³»ç¿ø/ob-5-03thiefden.prb rename to bin/pack/Property/property/b/07/ob-5-03thiefden.prb diff --git a/bin/pack/Property/property/b/08.½£Áö¿ª/b1s-017.prb b/bin/pack/Property/property/b/08/b1s-017.prb similarity index 100% rename from bin/pack/Property/property/b/08.½£Áö¿ª/b1s-017.prb rename to bin/pack/Property/property/b/08/b1s-017.prb diff --git a/bin/pack/Property/property/b/09.Àýº®/ob-5-03-1thiefden.prb b/bin/pack/Property/property/b/09/ob-5-03-1thiefden.prb similarity index 100% rename from bin/pack/Property/property/b/09.Àýº®/ob-5-03-1thiefden.prb rename to bin/pack/Property/property/b/09/ob-5-03-1thiefden.prb diff --git a/bin/pack/Property/property/b/09.Àýº®/obj-0012.prb b/bin/pack/Property/property/b/09/obj-0012.prb similarity index 100% rename from bin/pack/Property/property/b/09.Àýº®/obj-0012.prb rename to bin/pack/Property/property/b/09/obj-0012.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b-general_external01.prb b/bin/pack/Property/property/b/10/b-general_external01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b-general_external01.prb rename to bin/pack/Property/property/b/10/b-general_external01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b-general_external02.prb b/bin/pack/Property/property/b/10/b-general_external02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b-general_external02.prb rename to bin/pack/Property/property/b/10/b-general_external02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b-general_external03.prb b/bin/pack/Property/property/b/10/b-general_external03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b-general_external03.prb rename to bin/pack/Property/property/b/10/b-general_external03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b-general_external04.prb b/bin/pack/Property/property/b/10/b-general_external04.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b-general_external04.prb rename to bin/pack/Property/property/b/10/b-general_external04.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b-general_wbridge01.prb b/bin/pack/Property/property/b/10/b-general_wbridge01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b-general_wbridge01.prb rename to bin/pack/Property/property/b/10/b-general_wbridge01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b1-006-castle01.prb b/bin/pack/Property/property/b/10/b1-006-castle01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b1-006-castle01.prb rename to bin/pack/Property/property/b/10/b1-006-castle01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_01.prb b/bin/pack/Property/property/b/10/b_general_obj_01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_01.prb rename to bin/pack/Property/property/b/10/b_general_obj_01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_01_1.prb b/bin/pack/Property/property/b/10/b_general_obj_01_1.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_01_1.prb rename to bin/pack/Property/property/b/10/b_general_obj_01_1.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_01_2.prb b/bin/pack/Property/property/b/10/b_general_obj_01_2.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_01_2.prb rename to bin/pack/Property/property/b/10/b_general_obj_01_2.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_01_3.prb b/bin/pack/Property/property/b/10/b_general_obj_01_3.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_01_3.prb rename to bin/pack/Property/property/b/10/b_general_obj_01_3.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_01_4.prb b/bin/pack/Property/property/b/10/b_general_obj_01_4.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_01_4.prb rename to bin/pack/Property/property/b/10/b_general_obj_01_4.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_02.prb b/bin/pack/Property/property/b/10/b_general_obj_02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_02.prb rename to bin/pack/Property/property/b/10/b_general_obj_02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_03.prb b/bin/pack/Property/property/b/10/b_general_obj_03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_03.prb rename to bin/pack/Property/property/b/10/b_general_obj_03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_04.prb b/bin/pack/Property/property/b/10/b_general_obj_04.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_04.prb rename to bin/pack/Property/property/b/10/b_general_obj_04.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_05.prb b/bin/pack/Property/property/b/10/b_general_obj_05.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_05.prb rename to bin/pack/Property/property/b/10/b_general_obj_05.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_05_1.prb b/bin/pack/Property/property/b/10/b_general_obj_05_1.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_05_1.prb rename to bin/pack/Property/property/b/10/b_general_obj_05_1.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_06.prb b/bin/pack/Property/property/b/10/b_general_obj_06.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_06.prb rename to bin/pack/Property/property/b/10/b_general_obj_06.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_07.prb b/bin/pack/Property/property/b/10/b_general_obj_07.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_07.prb rename to bin/pack/Property/property/b/10/b_general_obj_07.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_08.prb b/bin/pack/Property/property/b/10/b_general_obj_08.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_08.prb rename to bin/pack/Property/property/b/10/b_general_obj_08.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_09.prb b/bin/pack/Property/property/b/10/b_general_obj_09.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_09.prb rename to bin/pack/Property/property/b/10/b_general_obj_09.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_10.prb b/bin/pack/Property/property/b/10/b_general_obj_10.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_10.prb rename to bin/pack/Property/property/b/10/b_general_obj_10.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_10_1.prb b/bin/pack/Property/property/b/10/b_general_obj_10_1.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_10_1.prb rename to bin/pack/Property/property/b/10/b_general_obj_10_1.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_11.prb b/bin/pack/Property/property/b/10/b_general_obj_11.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_11.prb rename to bin/pack/Property/property/b/10/b_general_obj_11.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_12.prb b/bin/pack/Property/property/b/10/b_general_obj_12.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_12.prb rename to bin/pack/Property/property/b/10/b_general_obj_12.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_13.prb b/bin/pack/Property/property/b/10/b_general_obj_13.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_13.prb rename to bin/pack/Property/property/b/10/b_general_obj_13.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_14.prb b/bin/pack/Property/property/b/10/b_general_obj_14.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_14.prb rename to bin/pack/Property/property/b/10/b_general_obj_14.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_15.prb b/bin/pack/Property/property/b/10/b_general_obj_15.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_15.prb rename to bin/pack/Property/property/b/10/b_general_obj_15.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_16.prb b/bin/pack/Property/property/b/10/b_general_obj_16.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_16.prb rename to bin/pack/Property/property/b/10/b_general_obj_16.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_17.prb b/bin/pack/Property/property/b/10/b_general_obj_17.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_17.prb rename to bin/pack/Property/property/b/10/b_general_obj_17.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_18.prb b/bin/pack/Property/property/b/10/b_general_obj_18.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_18.prb rename to bin/pack/Property/property/b/10/b_general_obj_18.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_19.prb b/bin/pack/Property/property/b/10/b_general_obj_19.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_19.prb rename to bin/pack/Property/property/b/10/b_general_obj_19.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_20.prb b/bin/pack/Property/property/b/10/b_general_obj_20.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_20.prb rename to bin/pack/Property/property/b/10/b_general_obj_20.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_21.prb b/bin/pack/Property/property/b/10/b_general_obj_21.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_21.prb rename to bin/pack/Property/property/b/10/b_general_obj_21.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_21_1.prb b/bin/pack/Property/property/b/10/b_general_obj_21_1.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_21_1.prb rename to bin/pack/Property/property/b/10/b_general_obj_21_1.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_22.prb b/bin/pack/Property/property/b/10/b_general_obj_22.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_22.prb rename to bin/pack/Property/property/b/10/b_general_obj_22.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_23.prb b/bin/pack/Property/property/b/10/b_general_obj_23.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_23.prb rename to bin/pack/Property/property/b/10/b_general_obj_23.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_24.prb b/bin/pack/Property/property/b/10/b_general_obj_24.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_24.prb rename to bin/pack/Property/property/b/10/b_general_obj_24.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_25-2.prb b/bin/pack/Property/property/b/10/b_general_obj_25-2.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_25-2.prb rename to bin/pack/Property/property/b/10/b_general_obj_25-2.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_25.prb b/bin/pack/Property/property/b/10/b_general_obj_25.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_25.prb rename to bin/pack/Property/property/b/10/b_general_obj_25.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_25_1.prb b/bin/pack/Property/property/b/10/b_general_obj_25_1.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_25_1.prb rename to bin/pack/Property/property/b/10/b_general_obj_25_1.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_26.prb b/bin/pack/Property/property/b/10/b_general_obj_26.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_26.prb rename to bin/pack/Property/property/b/10/b_general_obj_26.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_27.prb b/bin/pack/Property/property/b/10/b_general_obj_27.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_27.prb rename to bin/pack/Property/property/b/10/b_general_obj_27.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_28.prb b/bin/pack/Property/property/b/10/b_general_obj_28.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_28.prb rename to bin/pack/Property/property/b/10/b_general_obj_28.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_29.prb b/bin/pack/Property/property/b/10/b_general_obj_29.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_29.prb rename to bin/pack/Property/property/b/10/b_general_obj_29.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_30.prb b/bin/pack/Property/property/b/10/b_general_obj_30.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_30.prb rename to bin/pack/Property/property/b/10/b_general_obj_30.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_31.prb b/bin/pack/Property/property/b/10/b_general_obj_31.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_31.prb rename to bin/pack/Property/property/b/10/b_general_obj_31.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_32.prb b/bin/pack/Property/property/b/10/b_general_obj_32.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_32.prb rename to bin/pack/Property/property/b/10/b_general_obj_32.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_33.prb b/bin/pack/Property/property/b/10/b_general_obj_33.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_33.prb rename to bin/pack/Property/property/b/10/b_general_obj_33.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_34.prb b/bin/pack/Property/property/b/10/b_general_obj_34.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_34.prb rename to bin/pack/Property/property/b/10/b_general_obj_34.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_35.prb b/bin/pack/Property/property/b/10/b_general_obj_35.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_35.prb rename to bin/pack/Property/property/b/10/b_general_obj_35.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_36.prb b/bin/pack/Property/property/b/10/b_general_obj_36.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_36.prb rename to bin/pack/Property/property/b/10/b_general_obj_36.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_37.prb b/bin/pack/Property/property/b/10/b_general_obj_37.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_37.prb rename to bin/pack/Property/property/b/10/b_general_obj_37.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_38.prb b/bin/pack/Property/property/b/10/b_general_obj_38.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_38.prb rename to bin/pack/Property/property/b/10/b_general_obj_38.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_39.prb b/bin/pack/Property/property/b/10/b_general_obj_39.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_39.prb rename to bin/pack/Property/property/b/10/b_general_obj_39.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_40.prb b/bin/pack/Property/property/b/10/b_general_obj_40.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_40.prb rename to bin/pack/Property/property/b/10/b_general_obj_40.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_41.prb b/bin/pack/Property/property/b/10/b_general_obj_41.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_41.prb rename to bin/pack/Property/property/b/10/b_general_obj_41.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_42.prb b/bin/pack/Property/property/b/10/b_general_obj_42.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/b_general_obj_42.prb rename to bin/pack/Property/property/b/10/b_general_obj_42.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bell.prb b/bin/pack/Property/property/b/10/general_obj_bell.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bell.prb rename to bin/pack/Property/property/b/10/general_obj_bell.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr01.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr01.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr02.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr02.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr03.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr03.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr04.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr04.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr04.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr04.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr05.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr05.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr05.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr05.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr06.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr06.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr06.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr06.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr07.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr07.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr07.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr07.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr08.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr08.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr08.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr08.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr09.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr09.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr09.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr09.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr10.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr10.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr10.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr10.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr11.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr11.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr11.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr11.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr12.prb b/bin/pack/Property/property/b/10/general_obj_bigtoewr12.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bigtoewr12.prb rename to bin/pack/Property/property/b/10/general_obj_bigtoewr12.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bottle.prb b/bin/pack/Property/property/b/10/general_obj_bottle.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bottle.prb rename to bin/pack/Property/property/b/10/general_obj_bottle.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_brazier.prb b/bin/pack/Property/property/b/10/general_obj_brazier.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_brazier.prb rename to bin/pack/Property/property/b/10/general_obj_brazier.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_brazier_01.prb b/bin/pack/Property/property/b/10/general_obj_brazier_01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_brazier_01.prb rename to bin/pack/Property/property/b/10/general_obj_brazier_01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_breakenbox01.prb b/bin/pack/Property/property/b/10/general_obj_breakenbox01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_breakenbox01.prb rename to bin/pack/Property/property/b/10/general_obj_breakenbox01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_breakenbox02.prb b/bin/pack/Property/property/b/10/general_obj_breakenbox02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_breakenbox02.prb rename to bin/pack/Property/property/b/10/general_obj_breakenbox02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_breakenbox03.prb b/bin/pack/Property/property/b/10/general_obj_breakenbox03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_breakenbox03.prb rename to bin/pack/Property/property/b/10/general_obj_breakenbox03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_bridge.prb b/bin/pack/Property/property/b/10/general_obj_bridge.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_bridge.prb rename to bin/pack/Property/property/b/10/general_obj_bridge.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_brimstone.prb b/bin/pack/Property/property/b/10/general_obj_brimstone.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_brimstone.prb rename to bin/pack/Property/property/b/10/general_obj_brimstone.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_campfire.prb b/bin/pack/Property/property/b/10/general_obj_campfire.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_campfire.prb rename to bin/pack/Property/property/b/10/general_obj_campfire.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_carriage.prb b/bin/pack/Property/property/b/10/general_obj_carriage.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_carriage.prb rename to bin/pack/Property/property/b/10/general_obj_carriage.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_charcoa.prb b/bin/pack/Property/property/b/10/general_obj_charcoa.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_charcoa.prb rename to bin/pack/Property/property/b/10/general_obj_charcoa.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_drum.prb b/bin/pack/Property/property/b/10/general_obj_drum.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_drum.prb rename to bin/pack/Property/property/b/10/general_obj_drum.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_farming tool01.prb b/bin/pack/Property/property/b/10/general_obj_farming tool01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_farming tool01.prb rename to bin/pack/Property/property/b/10/general_obj_farming tool01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_farming tool02.prb b/bin/pack/Property/property/b/10/general_obj_farming tool02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_farming tool02.prb rename to bin/pack/Property/property/b/10/general_obj_farming tool02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence01.prb b/bin/pack/Property/property/b/10/general_obj_fence01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence01.prb rename to bin/pack/Property/property/b/10/general_obj_fence01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence02.prb b/bin/pack/Property/property/b/10/general_obj_fence02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence02.prb rename to bin/pack/Property/property/b/10/general_obj_fence02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence03.prb b/bin/pack/Property/property/b/10/general_obj_fence03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence03.prb rename to bin/pack/Property/property/b/10/general_obj_fence03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence04.prb b/bin/pack/Property/property/b/10/general_obj_fence04.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence04.prb rename to bin/pack/Property/property/b/10/general_obj_fence04.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence05.prb b/bin/pack/Property/property/b/10/general_obj_fence05.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence05.prb rename to bin/pack/Property/property/b/10/general_obj_fence05.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence06.prb b/bin/pack/Property/property/b/10/general_obj_fence06.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_fence06.prb rename to bin/pack/Property/property/b/10/general_obj_fence06.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_ferryboat01.prb b/bin/pack/Property/property/b/10/general_obj_ferryboat01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_ferryboat01.prb rename to bin/pack/Property/property/b/10/general_obj_ferryboat01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_ferryboat02.prb b/bin/pack/Property/property/b/10/general_obj_ferryboat02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_ferryboat02.prb rename to bin/pack/Property/property/b/10/general_obj_ferryboat02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_ferryboat03.prb b/bin/pack/Property/property/b/10/general_obj_ferryboat03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_ferryboat03.prb rename to bin/pack/Property/property/b/10/general_obj_ferryboat03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_flag.prb b/bin/pack/Property/property/b/10/general_obj_flag.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_flag.prb rename to bin/pack/Property/property/b/10/general_obj_flag.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_itembox01.prb b/bin/pack/Property/property/b/10/general_obj_itembox01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_itembox01.prb rename to bin/pack/Property/property/b/10/general_obj_itembox01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_itembox02.prb b/bin/pack/Property/property/b/10/general_obj_itembox02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_itembox02.prb rename to bin/pack/Property/property/b/10/general_obj_itembox02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_itembox03.prb b/bin/pack/Property/property/b/10/general_obj_itembox03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_itembox03.prb rename to bin/pack/Property/property/b/10/general_obj_itembox03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_blue01.prb b/bin/pack/Property/property/b/10/general_obj_jar_blue01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_blue01.prb rename to bin/pack/Property/property/b/10/general_obj_jar_blue01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_blue02.prb b/bin/pack/Property/property/b/10/general_obj_jar_blue02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_blue02.prb rename to bin/pack/Property/property/b/10/general_obj_jar_blue02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_red01.prb b/bin/pack/Property/property/b/10/general_obj_jar_red01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_red01.prb rename to bin/pack/Property/property/b/10/general_obj_jar_red01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_red02.prb b/bin/pack/Property/property/b/10/general_obj_jar_red02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_red02.prb rename to bin/pack/Property/property/b/10/general_obj_jar_red02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_yellow01.prb b/bin/pack/Property/property/b/10/general_obj_jar_yellow01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_yellow01.prb rename to bin/pack/Property/property/b/10/general_obj_jar_yellow01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_yellow02.prb b/bin/pack/Property/property/b/10/general_obj_jar_yellow02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_jar_yellow02.prb rename to bin/pack/Property/property/b/10/general_obj_jar_yellow02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_lamp.prb b/bin/pack/Property/property/b/10/general_obj_lamp.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_lamp.prb rename to bin/pack/Property/property/b/10/general_obj_lamp.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_lionstoneimage.prb b/bin/pack/Property/property/b/10/general_obj_lionstoneimage.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_lionstoneimage.prb rename to bin/pack/Property/property/b/10/general_obj_lionstoneimage.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_pieceofstone01.prb b/bin/pack/Property/property/b/10/general_obj_pieceofstone01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_pieceofstone01.prb rename to bin/pack/Property/property/b/10/general_obj_pieceofstone01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_pieceofstone02.prb b/bin/pack/Property/property/b/10/general_obj_pieceofstone02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_pieceofstone02.prb rename to bin/pack/Property/property/b/10/general_obj_pieceofstone02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_pieceofstone03.prb b/bin/pack/Property/property/b/10/general_obj_pieceofstone03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_pieceofstone03.prb rename to bin/pack/Property/property/b/10/general_obj_pieceofstone03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_pieceofstone04.prb b/bin/pack/Property/property/b/10/general_obj_pieceofstone04.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_pieceofstone04.prb rename to bin/pack/Property/property/b/10/general_obj_pieceofstone04.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_pillar.prb b/bin/pack/Property/property/b/10/general_obj_pillar.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_pillar.prb rename to bin/pack/Property/property/b/10/general_obj_pillar.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_stonebox.prb b/bin/pack/Property/property/b/10/general_obj_stonebox.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_stonebox.prb rename to bin/pack/Property/property/b/10/general_obj_stonebox.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_stonedoor.prb b/bin/pack/Property/property/b/10/general_obj_stonedoor.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_stonedoor.prb rename to bin/pack/Property/property/b/10/general_obj_stonedoor.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_stoneimage01.prb b/bin/pack/Property/property/b/10/general_obj_stoneimage01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_stoneimage01.prb rename to bin/pack/Property/property/b/10/general_obj_stoneimage01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_stoneimage02.prb b/bin/pack/Property/property/b/10/general_obj_stoneimage02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_stoneimage02.prb rename to bin/pack/Property/property/b/10/general_obj_stoneimage02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_stoneimage03.prb b/bin/pack/Property/property/b/10/general_obj_stoneimage03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_stoneimage03.prb rename to bin/pack/Property/property/b/10/general_obj_stoneimage03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_stonepillar_01.prb b/bin/pack/Property/property/b/10/general_obj_stonepillar_01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_stonepillar_01.prb rename to bin/pack/Property/property/b/10/general_obj_stonepillar_01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_stonepillar_02.prb b/bin/pack/Property/property/b/10/general_obj_stonepillar_02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_stonepillar_02.prb rename to bin/pack/Property/property/b/10/general_obj_stonepillar_02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_stump.prb b/bin/pack/Property/property/b/10/general_obj_stump.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_stump.prb rename to bin/pack/Property/property/b/10/general_obj_stump.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_suspension bridge01.prb b/bin/pack/Property/property/b/10/general_obj_suspension bridge01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_suspension bridge01.prb rename to bin/pack/Property/property/b/10/general_obj_suspension bridge01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_suspension bridge02.prb b/bin/pack/Property/property/b/10/general_obj_suspension bridge02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_suspension bridge02.prb rename to bin/pack/Property/property/b/10/general_obj_suspension bridge02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_suspension bridge03.prb b/bin/pack/Property/property/b/10/general_obj_suspension bridge03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_suspension bridge03.prb rename to bin/pack/Property/property/b/10/general_obj_suspension bridge03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_tent01.prb b/bin/pack/Property/property/b/10/general_obj_tent01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_tent01.prb rename to bin/pack/Property/property/b/10/general_obj_tent01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_tent02.prb b/bin/pack/Property/property/b/10/general_obj_tent02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_tent02.prb rename to bin/pack/Property/property/b/10/general_obj_tent02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_txtstone.prb b/bin/pack/Property/property/b/10/general_obj_txtstone.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_txtstone.prb rename to bin/pack/Property/property/b/10/general_obj_txtstone.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_watchtower01.prb b/bin/pack/Property/property/b/10/general_obj_watchtower01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_watchtower01.prb rename to bin/pack/Property/property/b/10/general_obj_watchtower01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_watchtower02-01.prb b/bin/pack/Property/property/b/10/general_obj_watchtower02-01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_watchtower02-01.prb rename to bin/pack/Property/property/b/10/general_obj_watchtower02-01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_watchtower02.prb b/bin/pack/Property/property/b/10/general_obj_watchtower02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_watchtower02.prb rename to bin/pack/Property/property/b/10/general_obj_watchtower02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_watchtower03-01.prb b/bin/pack/Property/property/b/10/general_obj_watchtower03-01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_watchtower03-01.prb rename to bin/pack/Property/property/b/10/general_obj_watchtower03-01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_watchtower03.prb b/bin/pack/Property/property/b/10/general_obj_watchtower03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_watchtower03.prb rename to bin/pack/Property/property/b/10/general_obj_watchtower03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_watermill.prb b/bin/pack/Property/property/b/10/general_obj_watermill.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_watermill.prb rename to bin/pack/Property/property/b/10/general_obj_watermill.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_watermill_01.prb b/bin/pack/Property/property/b/10/general_obj_watermill_01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_watermill_01.prb rename to bin/pack/Property/property/b/10/general_obj_watermill_01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_woodbed.prb b/bin/pack/Property/property/b/10/general_obj_woodbed.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_woodbed.prb rename to bin/pack/Property/property/b/10/general_obj_woodbed.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_woodbox.prb b/bin/pack/Property/property/b/10/general_obj_woodbox.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_woodbox.prb rename to bin/pack/Property/property/b/10/general_obj_woodbox.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/general_obj_woodchair.prb b/bin/pack/Property/property/b/10/general_obj_woodchair.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/general_obj_woodchair.prb rename to bin/pack/Property/property/b/10/general_obj_woodchair.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/hay_01.gr2.prb b/bin/pack/Property/property/b/10/hay_01.gr2.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/hay_01.gr2.prb rename to bin/pack/Property/property/b/10/hay_01.gr2.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/hay_02.gr2.prb b/bin/pack/Property/property/b/10/hay_02.gr2.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/hay_02.gr2.prb rename to bin/pack/Property/property/b/10/hay_02.gr2.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/landmark_grandstone01.prb b/bin/pack/Property/property/b/10/landmark_grandstone01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/landmark_grandstone01.prb rename to bin/pack/Property/property/b/10/landmark_grandstone01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/landmark_grandstone02.prb b/bin/pack/Property/property/b/10/landmark_grandstone02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/landmark_grandstone02.prb rename to bin/pack/Property/property/b/10/landmark_grandstone02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/landmark_statuestone.prb b/bin/pack/Property/property/b/10/landmark_statuestone.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/landmark_statuestone.prb rename to bin/pack/Property/property/b/10/landmark_statuestone.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-004-hause2.prb b/bin/pack/Property/property/b/10/ob-004-hause2.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-004-hause2.prb rename to bin/pack/Property/property/b/10/ob-004-hause2.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-013-tower01.prb b/bin/pack/Property/property/b/10/ob-013-tower01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-013-tower01.prb rename to bin/pack/Property/property/b/10/ob-013-tower01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-032-shamanhouse.prb b/bin/pack/Property/property/b/10/ob-032-shamanhouse.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-032-shamanhouse.prb rename to bin/pack/Property/property/b/10/ob-032-shamanhouse.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-033-guesthouse-01.prb b/bin/pack/Property/property/b/10/ob-033-guesthouse-01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-033-guesthouse-01.prb rename to bin/pack/Property/property/b/10/ob-033-guesthouse-01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-033-guesthouse-02.prb b/bin/pack/Property/property/b/10/ob-033-guesthouse-02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-033-guesthouse-02.prb rename to bin/pack/Property/property/b/10/ob-033-guesthouse-02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-035-woodgate.prb b/bin/pack/Property/property/b/10/ob-035-woodgate.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-035-woodgate.prb rename to bin/pack/Property/property/b/10/ob-035-woodgate.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-b1-001-box01.prb b/bin/pack/Property/property/b/10/ob-b1-001-box01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-b1-001-box01.prb rename to bin/pack/Property/property/b/10/ob-b1-001-box01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-b1-001-box02.prb b/bin/pack/Property/property/b/10/ob-b1-001-box02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-b1-001-box02.prb rename to bin/pack/Property/property/b/10/ob-b1-001-box02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-b1-001-box03.prb b/bin/pack/Property/property/b/10/ob-b1-001-box03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-b1-001-box03.prb rename to bin/pack/Property/property/b/10/ob-b1-001-box03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-b1-005-woodbarrel.prb b/bin/pack/Property/property/b/10/ob-b1-005-woodbarrel.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-b1-005-woodbarrel.prb rename to bin/pack/Property/property/b/10/ob-b1-005-woodbarrel.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-b1-006-woodbarrel.prb b/bin/pack/Property/property/b/10/ob-b1-006-woodbarrel.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-b1-006-woodbarrel.prb rename to bin/pack/Property/property/b/10/ob-b1-006-woodbarrel.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-01.prb b/bin/pack/Property/property/b/10/ob-bigdam-01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-01.prb rename to bin/pack/Property/property/b/10/ob-bigdam-01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-02.prb b/bin/pack/Property/property/b/10/ob-bigdam-02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-02.prb rename to bin/pack/Property/property/b/10/ob-bigdam-02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-03.prb b/bin/pack/Property/property/b/10/ob-bigdam-03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-03.prb rename to bin/pack/Property/property/b/10/ob-bigdam-03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-04.prb b/bin/pack/Property/property/b/10/ob-bigdam-04.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-04.prb rename to bin/pack/Property/property/b/10/ob-bigdam-04.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-05.prb b/bin/pack/Property/property/b/10/ob-bigdam-05.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-05.prb rename to bin/pack/Property/property/b/10/ob-bigdam-05.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-06.prb b/bin/pack/Property/property/b/10/ob-bigdam-06.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigdam-06.prb rename to bin/pack/Property/property/b/10/ob-bigdam-06.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigstatue01.prb b/bin/pack/Property/property/b/10/ob-bigstatue01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigstatue01.prb rename to bin/pack/Property/property/b/10/ob-bigstatue01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigstatue02.prb b/bin/pack/Property/property/b/10/ob-bigstatue02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigstatue02.prb rename to bin/pack/Property/property/b/10/ob-bigstatue02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigstatue03.prb b/bin/pack/Property/property/b/10/ob-bigstatue03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigstatue03.prb rename to bin/pack/Property/property/b/10/ob-bigstatue03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigstone01.prb b/bin/pack/Property/property/b/10/ob-bigstone01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigstone01.prb rename to bin/pack/Property/property/b/10/ob-bigstone01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigstone02.prb b/bin/pack/Property/property/b/10/ob-bigstone02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigstone02.prb rename to bin/pack/Property/property/b/10/ob-bigstone02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigstone03.prb b/bin/pack/Property/property/b/10/ob-bigstone03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigstone03.prb rename to bin/pack/Property/property/b/10/ob-bigstone03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-bigstone04.prb b/bin/pack/Property/property/b/10/ob-bigstone04.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-bigstone04.prb rename to bin/pack/Property/property/b/10/ob-bigstone04.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-c-0013.prb b/bin/pack/Property/property/b/10/ob-c-0013.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-c-0013.prb rename to bin/pack/Property/property/b/10/ob-c-0013.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-tower01.prb b/bin/pack/Property/property/b/10/ob-tower01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-tower01.prb rename to bin/pack/Property/property/b/10/ob-tower01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-tower01_01.prb b/bin/pack/Property/property/b/10/ob-tower01_01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-tower01_01.prb rename to bin/pack/Property/property/b/10/ob-tower01_01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-tower01_02.prb b/bin/pack/Property/property/b/10/ob-tower01_02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-tower01_02.prb rename to bin/pack/Property/property/b/10/ob-tower01_02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-tower01_03.prb b/bin/pack/Property/property/b/10/ob-tower01_03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-tower01_03.prb rename to bin/pack/Property/property/b/10/ob-tower01_03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob-tower01_04.prb b/bin/pack/Property/property/b/10/ob-tower01_04.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob-tower01_04.prb rename to bin/pack/Property/property/b/10/ob-tower01_04.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/ob_4fbuilding.prb b/bin/pack/Property/property/b/10/ob_4fbuilding.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/ob_4fbuilding.prb rename to bin/pack/Property/property/b/10/ob_4fbuilding.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/obj-0002.prb b/bin/pack/Property/property/b/10/obj-0002.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/obj-0002.prb rename to bin/pack/Property/property/b/10/obj-0002.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/obj-0003.prb b/bin/pack/Property/property/b/10/obj-0003.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/obj-0003.prb rename to bin/pack/Property/property/b/10/obj-0003.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/obj-0006.prb b/bin/pack/Property/property/b/10/obj-0006.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/obj-0006.prb rename to bin/pack/Property/property/b/10/obj-0006.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/obj-0010.prb b/bin/pack/Property/property/b/10/obj-0010.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/obj-0010.prb rename to bin/pack/Property/property/b/10/obj-0010.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/sign.gr2.prb b/bin/pack/Property/property/b/10/sign.gr2.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/sign.gr2.prb rename to bin/pack/Property/property/b/10/sign.gr2.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/warpgate01.prb b/bin/pack/Property/property/b/10/warpgate01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/warpgate01.prb rename to bin/pack/Property/property/b/10/warpgate01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/warpgate02.prb b/bin/pack/Property/property/b/10/warpgate02.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/warpgate02.prb rename to bin/pack/Property/property/b/10/warpgate02.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/warpgate02_01.prb b/bin/pack/Property/property/b/10/warpgate02_01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/warpgate02_01.prb rename to bin/pack/Property/property/b/10/warpgate02_01.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/warpgate03.prb b/bin/pack/Property/property/b/10/warpgate03.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/warpgate03.prb rename to bin/pack/Property/property/b/10/warpgate03.prb diff --git a/bin/pack/Property/property/b/10.°ø¿ë/warpgate03_01.prb b/bin/pack/Property/property/b/10/warpgate03_01.prb similarity index 100% rename from bin/pack/Property/property/b/10.°ø¿ë/warpgate03_01.prb rename to bin/pack/Property/property/b/10/warpgate03_01.prb diff --git a/bin/pack/Property/property/b/11.·£µå¸¶Å©/b1-032-shamanhouse.prb b/bin/pack/Property/property/b/11/b1-032-shamanhouse.prb similarity index 100% rename from bin/pack/Property/property/b/11.·£µå¸¶Å©/b1-032-shamanhouse.prb rename to bin/pack/Property/property/b/11/b1-032-shamanhouse.prb diff --git a/bin/pack/Property/property/b/11.·£µå¸¶Å©/landmark-01-bellhouse.prb b/bin/pack/Property/property/b/11/landmark-01-bellhouse.prb similarity index 100% rename from bin/pack/Property/property/b/11.·£µå¸¶Å©/landmark-01-bellhouse.prb rename to bin/pack/Property/property/b/11/landmark-01-bellhouse.prb diff --git a/bin/pack/Property/property/b/12.°ø¿ë/b-general_external01.prb b/bin/pack/Property/property/b/12/b-general_external01.prb similarity index 100% rename from bin/pack/Property/property/b/12.°ø¿ë/b-general_external01.prb rename to bin/pack/Property/property/b/12/b-general_external01.prb diff --git a/bin/pack/Property/property/b/12.°ø¿ë/b-general_external02.prb b/bin/pack/Property/property/b/12/b-general_external02.prb similarity index 100% rename from bin/pack/Property/property/b/12.°ø¿ë/b-general_external02.prb rename to bin/pack/Property/property/b/12/b-general_external02.prb diff --git a/bin/pack/Property/property/b/12.°ø¿ë/b-general_external03.prb b/bin/pack/Property/property/b/12/b-general_external03.prb similarity index 100% rename from bin/pack/Property/property/b/12.°ø¿ë/b-general_external03.prb rename to bin/pack/Property/property/b/12/b-general_external03.prb diff --git a/bin/pack/Property/property/b/12.°ø¿ë/b-general_external04.prb b/bin/pack/Property/property/b/12/b-general_external04.prb similarity index 100% rename from bin/pack/Property/property/b/12.°ø¿ë/b-general_external04.prb rename to bin/pack/Property/property/b/12/b-general_external04.prb diff --git a/bin/pack/Property/property/b/12.°ø¿ë/b-general_wbridge01.prb b/bin/pack/Property/property/b/12/b-general_wbridge01.prb similarity index 100% rename from bin/pack/Property/property/b/12.°ø¿ë/b-general_wbridge01.prb rename to bin/pack/Property/property/b/12/b-general_wbridge01.prb diff --git a/bin/pack/Property/property/b/12.°ø¿ë/grass01.prb b/bin/pack/Property/property/b/12/grass01.prb similarity index 100% rename from bin/pack/Property/property/b/12.°ø¿ë/grass01.prb rename to bin/pack/Property/property/b/12/grass01.prb diff --git a/bin/pack/Property/property/b/12.°ø¿ë/hay_01.gr2.prb b/bin/pack/Property/property/b/12/hay_01.gr2.prb similarity index 100% rename from bin/pack/Property/property/b/12.°ø¿ë/hay_01.gr2.prb rename to bin/pack/Property/property/b/12/hay_01.gr2.prb diff --git a/bin/pack/Property/property/b/12.°ø¿ë/hay_02.gr2.prb b/bin/pack/Property/property/b/12/hay_02.gr2.prb similarity index 100% rename from bin/pack/Property/property/b/12.°ø¿ë/hay_02.gr2.prb rename to bin/pack/Property/property/b/12/hay_02.gr2.prb diff --git a/bin/pack/Property/property/b/12.°ø¿ë/sign.gr2.prb b/bin/pack/Property/property/b/12/sign.gr2.prb similarity index 100% rename from bin/pack/Property/property/b/12.°ø¿ë/sign.gr2.prb rename to bin/pack/Property/property/b/12/sign.gr2.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone01.prb b/bin/pack/Property/property/b/13/general_obj_bigstone01.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone01.prb rename to bin/pack/Property/property/b/13/general_obj_bigstone01.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone02.prb b/bin/pack/Property/property/b/13/general_obj_bigstone02.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone02.prb rename to bin/pack/Property/property/b/13/general_obj_bigstone02.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone03.prb b/bin/pack/Property/property/b/13/general_obj_bigstone03.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone03.prb rename to bin/pack/Property/property/b/13/general_obj_bigstone03.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone04.prb b/bin/pack/Property/property/b/13/general_obj_bigstone04.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone04.prb rename to bin/pack/Property/property/b/13/general_obj_bigstone04.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone05.prb b/bin/pack/Property/property/b/13/general_obj_bigstone05.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone05.prb rename to bin/pack/Property/property/b/13/general_obj_bigstone05.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone06.prb b/bin/pack/Property/property/b/13/general_obj_bigstone06.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone06.prb rename to bin/pack/Property/property/b/13/general_obj_bigstone06.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone07.prb b/bin/pack/Property/property/b/13/general_obj_bigstone07.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone07.prb rename to bin/pack/Property/property/b/13/general_obj_bigstone07.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone08.prb b/bin/pack/Property/property/b/13/general_obj_bigstone08.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone08.prb rename to bin/pack/Property/property/b/13/general_obj_bigstone08.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone09.prb b/bin/pack/Property/property/b/13/general_obj_bigstone09.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone09.prb rename to bin/pack/Property/property/b/13/general_obj_bigstone09.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone10.prb b/bin/pack/Property/property/b/13/general_obj_bigstone10.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstone10.prb rename to bin/pack/Property/property/b/13/general_obj_bigstone10.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstonegate01.prb b/bin/pack/Property/property/b/13/general_obj_bigstonegate01.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstonegate01.prb rename to bin/pack/Property/property/b/13/general_obj_bigstonegate01.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstonegate02.prb b/bin/pack/Property/property/b/13/general_obj_bigstonegate02.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_bigstonegate02.prb rename to bin/pack/Property/property/b/13/general_obj_bigstonegate02.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone01.prb b/bin/pack/Property/property/b/13/general_obj_stone01.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone01.prb rename to bin/pack/Property/property/b/13/general_obj_stone01.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone02.prb b/bin/pack/Property/property/b/13/general_obj_stone02.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone02.prb rename to bin/pack/Property/property/b/13/general_obj_stone02.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone03.prb b/bin/pack/Property/property/b/13/general_obj_stone03.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone03.prb rename to bin/pack/Property/property/b/13/general_obj_stone03.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone04.prb b/bin/pack/Property/property/b/13/general_obj_stone04.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone04.prb rename to bin/pack/Property/property/b/13/general_obj_stone04.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone05.prb b/bin/pack/Property/property/b/13/general_obj_stone05.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone05.prb rename to bin/pack/Property/property/b/13/general_obj_stone05.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone06.prb b/bin/pack/Property/property/b/13/general_obj_stone06.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone06.prb rename to bin/pack/Property/property/b/13/general_obj_stone06.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone07.prb b/bin/pack/Property/property/b/13/general_obj_stone07.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone07.prb rename to bin/pack/Property/property/b/13/general_obj_stone07.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone08.prb b/bin/pack/Property/property/b/13/general_obj_stone08.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone08.prb rename to bin/pack/Property/property/b/13/general_obj_stone08.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone09.prb b/bin/pack/Property/property/b/13/general_obj_stone09.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone09.prb rename to bin/pack/Property/property/b/13/general_obj_stone09.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone10.prb b/bin/pack/Property/property/b/13/general_obj_stone10.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone10.prb rename to bin/pack/Property/property/b/13/general_obj_stone10.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone11.prb b/bin/pack/Property/property/b/13/general_obj_stone11.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone11.prb rename to bin/pack/Property/property/b/13/general_obj_stone11.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone12.prb b/bin/pack/Property/property/b/13/general_obj_stone12.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone12.prb rename to bin/pack/Property/property/b/13/general_obj_stone12.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone13.prb b/bin/pack/Property/property/b/13/general_obj_stone13.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone13.prb rename to bin/pack/Property/property/b/13/general_obj_stone13.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone14.prb b/bin/pack/Property/property/b/13/general_obj_stone14.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone14.prb rename to bin/pack/Property/property/b/13/general_obj_stone14.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone15.prb b/bin/pack/Property/property/b/13/general_obj_stone15.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone15.prb rename to bin/pack/Property/property/b/13/general_obj_stone15.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone18.prb b/bin/pack/Property/property/b/13/general_obj_stone18.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone18.prb rename to bin/pack/Property/property/b/13/general_obj_stone18.prb diff --git a/bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone19.prb b/bin/pack/Property/property/b/13/general_obj_stone19.prb similarity index 100% rename from bin/pack/Property/property/b/13.¹ÙÀ§/general_obj_stone19.prb rename to bin/pack/Property/property/b/13/general_obj_stone19.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-001-house3.prb b/bin/pack/Property/property/c/01/c1-001-house3.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-001-house3.prb rename to bin/pack/Property/property/c/01/c1-001-house3.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-002-inwall-01.prb b/bin/pack/Property/property/c/01/c1-002-inwall-01.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-002-inwall-01.prb rename to bin/pack/Property/property/c/01/c1-002-inwall-01.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-002-inwall-02.prb b/bin/pack/Property/property/c/01/c1-002-inwall-02.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-002-inwall-02.prb rename to bin/pack/Property/property/c/01/c1-002-inwall-02.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-004-house2.prb b/bin/pack/Property/property/c/01/c1-004-house2.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-004-house2.prb rename to bin/pack/Property/property/c/01/c1-004-house2.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-007-itemshop.prb b/bin/pack/Property/property/c/01/c1-007-itemshop.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-007-itemshop.prb rename to bin/pack/Property/property/c/01/c1-007-itemshop.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-008-house5.prb b/bin/pack/Property/property/c/01/c1-008-house5.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-008-house5.prb rename to bin/pack/Property/property/c/01/c1-008-house5.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-009-hotel.prb b/bin/pack/Property/property/c/01/c1-009-hotel.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-009-hotel.prb rename to bin/pack/Property/property/c/01/c1-009-hotel.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-010-bank.prb b/bin/pack/Property/property/c/01/c1-010-bank.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-010-bank.prb rename to bin/pack/Property/property/c/01/c1-010-bank.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-011-workhouse.prb b/bin/pack/Property/property/c/01/c1-011-workhouse.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-011-workhouse.prb rename to bin/pack/Property/property/c/01/c1-011-workhouse.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-013-6tower.prb b/bin/pack/Property/property/c/01/c1-013-6tower.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-013-6tower.prb rename to bin/pack/Property/property/c/01/c1-013-6tower.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-016-house9.prb b/bin/pack/Property/property/c/01/c1-016-house9.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-016-house9.prb rename to bin/pack/Property/property/c/01/c1-016-house9.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-017.prb b/bin/pack/Property/property/c/01/c1-017.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-017.prb rename to bin/pack/Property/property/c/01/c1-017.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-022-10m-bridge.prb b/bin/pack/Property/property/c/01/c1-022-10m-bridge.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-022-10m-bridge.prb rename to bin/pack/Property/property/c/01/c1-022-10m-bridge.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-024-10m-bridge.prb b/bin/pack/Property/property/c/01/c1-024-10m-bridge.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-024-10m-bridge.prb rename to bin/pack/Property/property/c/01/c1-024-10m-bridge.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-031-tower.prb b/bin/pack/Property/property/c/01/c1-031-tower.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-031-tower.prb rename to bin/pack/Property/property/c/01/c1-031-tower.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-032-shamanhouse.prb b/bin/pack/Property/property/c/01/c1-032-shamanhouse.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-032-shamanhouse.prb rename to bin/pack/Property/property/c/01/c1-032-shamanhouse.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-033-guesthouse-01.prb b/bin/pack/Property/property/c/01/c1-033-guesthouse-01.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-033-guesthouse-01.prb rename to bin/pack/Property/property/c/01/c1-033-guesthouse-01.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-033-guesthouse-02.prb b/bin/pack/Property/property/c/01/c1-033-guesthouse-02.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-033-guesthouse-02.prb rename to bin/pack/Property/property/c/01/c1-033-guesthouse-02.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-034-stonedoor.prb b/bin/pack/Property/property/c/01/c1-034-stonedoor.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-034-stonedoor.prb rename to bin/pack/Property/property/c/01/c1-034-stonedoor.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-035-woodgate.prb b/bin/pack/Property/property/c/01/c1-035-woodgate.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-035-woodgate.prb rename to bin/pack/Property/property/c/01/c1-035-woodgate.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-037-tower.prb b/bin/pack/Property/property/c/01/c1-037-tower.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-037-tower.prb rename to bin/pack/Property/property/c/01/c1-037-tower.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-038-wall-corner.prb b/bin/pack/Property/property/c/01/c1-038-wall-corner.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-038-wall-corner.prb rename to bin/pack/Property/property/c/01/c1-038-wall-corner.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-038-wall-door.prb b/bin/pack/Property/property/c/01/c1-038-wall-door.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-038-wall-door.prb rename to bin/pack/Property/property/c/01/c1-038-wall-door.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-038-wall-lin.prb b/bin/pack/Property/property/c/01/c1-038-wall-lin.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-038-wall-lin.prb rename to bin/pack/Property/property/c/01/c1-038-wall-lin.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-038-wall-lin2.prb b/bin/pack/Property/property/c/01/c1-038-wall-lin2.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-038-wall-lin2.prb rename to bin/pack/Property/property/c/01/c1-038-wall-lin2.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-landmark-01-bellhouse.prb b/bin/pack/Property/property/c/01/c1-landmark-01-bellhouse.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-landmark-01-bellhouse.prb rename to bin/pack/Property/property/c/01/c1-landmark-01-bellhouse.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-middledam-01.prb b/bin/pack/Property/property/c/01/c1-middledam-01.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-middledam-01.prb rename to bin/pack/Property/property/c/01/c1-middledam-01.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-middledam-02.prb b/bin/pack/Property/property/c/01/c1-middledam-02.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-middledam-02.prb rename to bin/pack/Property/property/c/01/c1-middledam-02.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-middledam-03.prb b/bin/pack/Property/property/c/01/c1-middledam-03.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-middledam-03.prb rename to bin/pack/Property/property/c/01/c1-middledam-03.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-middledam-04.prb b/bin/pack/Property/property/c/01/c1-middledam-04.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-middledam-04.prb rename to bin/pack/Property/property/c/01/c1-middledam-04.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-middledam-05.prb b/bin/pack/Property/property/c/01/c1-middledam-05.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-middledam-05.prb rename to bin/pack/Property/property/c/01/c1-middledam-05.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-middledam-06.prb b/bin/pack/Property/property/c/01/c1-middledam-06.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-middledam-06.prb rename to bin/pack/Property/property/c/01/c1-middledam-06.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-middledam-07.prb b/bin/pack/Property/property/c/01/c1-middledam-07.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-middledam-07.prb rename to bin/pack/Property/property/c/01/c1-middledam-07.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1-rms-001.prb b/bin/pack/Property/property/c/01/c1-rms-001.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1-rms-001.prb rename to bin/pack/Property/property/c/01/c1-rms-001.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1_018-stonelight-1.prb b/bin/pack/Property/property/c/01/c1_018-stonelight-1.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1_018-stonelight-1.prb rename to bin/pack/Property/property/c/01/c1_018-stonelight-1.prb diff --git a/bin/pack/Property/property/c/01.¼º/c1_018-stonelight.prb b/bin/pack/Property/property/c/01/c1_018-stonelight.prb similarity index 100% rename from bin/pack/Property/property/c/01.¼º/c1_018-stonelight.prb rename to bin/pack/Property/property/c/01/c1_018-stonelight.prb diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/aloevera_rt_flowers_01.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/aloevera_rt_flowers_01.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/aloevera_rt_flowers_01.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/aloevera_rt_flowers_01.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/aloevera_rt_flowers_02.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/aloevera_rt_flowers_02.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/aloevera_rt_flowers_02.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/aloevera_rt_flowers_02.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/bananatree_rt_01.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/bananatree_rt_01.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/bananatree_rt_01.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/bananatree_rt_01.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/bananatree_rt_02.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/bananatree_rt_02.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/bananatree_rt_02.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/bananatree_rt_02.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/cinnamonfern_rt_01.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/cinnamonfern_rt_01.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/cinnamonfern_rt_01.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/cinnamonfern_rt_01.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/cinnamonfern_rt_02.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/cinnamonfern_rt_02.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/cinnamonfern_rt_02.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/cinnamonfern_rt_02.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/cinnamonfern_rt_03.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/cinnamonfern_rt_03.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/cinnamonfern_rt_03.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/cinnamonfern_rt_03.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/coconutpalm_rt_01.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/coconutpalm_rt_01.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/coconutpalm_rt_01.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/coconutpalm_rt_01.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/coconutpalm_rt_02.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/coconutpalm_rt_02.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/coconutpalm_rt_02.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/coconutpalm_rt_02.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/coconutpalm_rt_03.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/coconutpalm_rt_03.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/coconutpalm_rt_03.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/coconutpalm_rt_03.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/curlypalm_rt_01.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/curlypalm_rt_01.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/curlypalm_rt_01.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/curlypalm_rt_01.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/curlypalm_rt_02.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/curlypalm_rt_02.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/curlypalm_rt_02.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/curlypalm_rt_02.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/curlypalm_rt_03.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/curlypalm_rt_03.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/curlypalm_rt_03.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/curlypalm_rt_03.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/datepalm_rt_01.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/datepalm_rt_01.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/datepalm_rt_01.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/datepalm_rt_01.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/datepalm_rt_02.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/datepalm_rt_02.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/datepalm_rt_02.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/datepalm_rt_02.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/datepalm_rt_03.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/datepalm_rt_03.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/datepalm_rt_03.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/datepalm_rt_03.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/joshuatree_rt_01.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/joshuatree_rt_01.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/joshuatree_rt_01.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/joshuatree_rt_01.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/joshuatree_rt_02.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/joshuatree_rt_02.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/joshuatree_rt_02.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/joshuatree_rt_02.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/joshuatree_rt_03.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/joshuatree_rt_03.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/joshuatree_rt_03.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/joshuatree_rt_03.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/palmetto_rt_01.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/palmetto_rt_01.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/palmetto_rt_01.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/palmetto_rt_01.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/palmetto_rt_02.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/palmetto_rt_02.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/palmetto_rt_02.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/palmetto_rt_02.prt diff --git a/bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/palmetto_rt_03.prt b/bin/pack/Property/property/n/obj/map_n_desert_01/01_1/palmetto_rt_03.prt similarity index 100% rename from bin/pack/Property/property/n/obj/map_n_desert_01/³ª¹«/palmetto_rt_03.prt rename to bin/pack/Property/property/n/obj/map_n_desert_01/01_1/palmetto_rt_03.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/baobab_winter.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/baobab_winter.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/baobab_winter.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/baobab_winter.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/beech_winter1.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/beech_winter1.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/beech_winter1.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/beech_winter1.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/beech_winter2.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/beech_winter2.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/beech_winter2.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/beech_winter2.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/beech_winter3.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/beech_winter3.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/beech_winter3.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/beech_winter3.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/coloradobluespruce1.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/coloradobluespruce1.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/coloradobluespruce1.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/coloradobluespruce1.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/coloradobluespruce2.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/coloradobluespruce2.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/coloradobluespruce2.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/coloradobluespruce2.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/coloradobluespruce3.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/coloradobluespruce3.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/coloradobluespruce3.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/coloradobluespruce3.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/commonolive_winter.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/commonolive_winter.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/commonolive_winter.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/commonolive_winter.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/montereycypress_winter1.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/montereycypress_winter1.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/montereycypress_winter1.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/montereycypress_winter1.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/montereycypress_winter2.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/montereycypress_winter2.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/montereycypress_winter2.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/montereycypress_winter2.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/montereycypress_winter3.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/montereycypress_winter3.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/montereycypress_winter3.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/montereycypress_winter3.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/tulip_winter1.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/tulip_winter1.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/tulip_winter1.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/tulip_winter1.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/whitepine1.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/whitepine1.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/whitepine1.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/whitepine1.prt diff --git a/bin/pack/Property/property/n/obj/snow.m/³ª¹«/whitepine2.prt b/bin/pack/Property/property/n/obj/snow.m/01_1/whitepine2.prt similarity index 100% rename from bin/pack/Property/property/n/obj/snow.m/³ª¹«/whitepine2.prt rename to bin/pack/Property/property/n/obj/snow.m/01_1/whitepine2.prt diff --git a/bin/pack/Sound/sound/monster/ice_snow_insect/30.mss b/bin/pack/Sound/sound/monster/ice_snow_insect/30.mss deleted file mode 100644 index 6b8ed9f6..00000000 --- a/bin/pack/Sound/sound/monster/ice_snow_insect/30.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.033000 "sound/monster/ice_snow_insect/foot_1.wav" -SoundData01 0.000000 "sound/monster/ice_snow_insect/damage_1.wav" diff --git a/bin/pack/Sound/sound/monster/ice_snow_insect/34.mss b/bin/pack/Sound/sound/monster/ice_snow_insect/34.mss deleted file mode 100644 index 6b8ed9f6..00000000 --- a/bin/pack/Sound/sound/monster/ice_snow_insect/34.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.033000 "sound/monster/ice_snow_insect/foot_1.wav" -SoundData01 0.000000 "sound/monster/ice_snow_insect/damage_1.wav" diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_boss/30.mss b/bin/pack/Sound/sound/monster/misterious_diseased_boss/30.mss deleted file mode 100644 index 5ec9a390..00000000 --- a/bin/pack/Sound/sound/monster/misterious_diseased_boss/30.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.000000 "sound/monster/misterious_diseased_boss/damage_act_1.wav" -SoundData01 0.000000 "sound/monster/misterious_diseased_boss/damage_1.wav" diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_boss/34.mss b/bin/pack/Sound/sound/monster/misterious_diseased_boss/34.mss deleted file mode 100644 index 5ec9a390..00000000 --- a/bin/pack/Sound/sound/monster/misterious_diseased_boss/34.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.000000 "sound/monster/misterious_diseased_boss/damage_act_1.wav" -SoundData01 0.000000 "sound/monster/misterious_diseased_boss/damage_1.wav" diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_boss/34_1.mss b/bin/pack/Sound/sound/monster/misterious_diseased_boss/34_1.mss deleted file mode 100644 index 5ec9a390..00000000 --- a/bin/pack/Sound/sound/monster/misterious_diseased_boss/34_1.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.000000 "sound/monster/misterious_diseased_boss/damage_act_1.wav" -SoundData01 0.000000 "sound/monster/misterious_diseased_boss/damage_1.wav" diff --git a/bin/pack/Sound/sound/npc/horse2/03.mss b/bin/pack/Sound/sound/npc/horse2/03.mss deleted file mode 100644 index dadb9167..00000000 --- a/bin/pack/Sound/sound/npc/horse2/03.mss +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 1 -SoundData00 0.000000 "sound/npc/horse/horse_run.wav" diff --git a/bin/pack/Sound/sound/npc/pony/03.mss b/bin/pack/Sound/sound/npc/pony/03.mss deleted file mode 100644 index 51d05d97..00000000 --- a/bin/pack/Sound/sound/npc/pony/03.mss +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 1 -SoundData00 0.033000 "sound/npc/pony/pony_run.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/bow/attack.mss b/bin/pack/Sound/sound/pc/assassin/bow/attack.mss deleted file mode 100644 index f2cd8eaa..00000000 --- a/bin/pack/Sound/sound/pc/assassin/bow/attack.mss +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 3 -SoundData00 0.264000 "sound/pc/assassin/bow/bow_attack.wav" -SoundData01 0.825000 "sound/pc/assassin/bow/bow_attack_shot.wav" -SoundData02 0.198000 "sound/pc/assassin/bow/bow_ready.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse/damage.mss b/bin/pack/Sound/sound/pc/assassin/horse/damage.mss deleted file mode 100644 index 18090b67..00000000 --- a/bin/pack/Sound/sound/pc/assassin/horse/damage.mss +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 1 -SoundData00 0.066000 "sound/pc/assassin/voice/damage_4.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse_bow/attack.mss b/bin/pack/Sound/sound/pc/assassin/horse_bow/attack.mss deleted file mode 100644 index 9bb85077..00000000 --- a/bin/pack/Sound/sound/pc/assassin/horse_bow/attack.mss +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 3 -SoundData00 0.231000 "sound/pc/assassin/bow/bow_ready.wav" -SoundData01 0.759000 "sound/pc/assassin/bow/bow_attack_shot.wav" -SoundData02 0.132000 "sound/pc/assassin/bow/bow_attack.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse_bow/damage.mss b/bin/pack/Sound/sound/pc/assassin/horse_bow/damage.mss deleted file mode 100644 index baef34da..00000000 --- a/bin/pack/Sound/sound/pc/assassin/horse_bow/damage.mss +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 1 -SoundData00 0.033000 "sound/pc/assassin/voice/damage_4.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/combo_01.mss b/bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/combo_01.mss deleted file mode 100644 index c5217419..00000000 --- a/bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/combo_01.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.165000 "sound/common/swing/a_dh_c_1.wav" -SoundData01 0.099000 "sound/pc/assassin/voice/2_soft1.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/combo_02.mss b/bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/combo_02.mss deleted file mode 100644 index 4e3b355e..00000000 --- a/bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/combo_02.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.132000 "sound/common/swing/a_dh_c_2.wav" -SoundData01 0.066000 "sound/pc/assassin/voice/1_soft2.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/combo_03.mss b/bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/combo_03.mss deleted file mode 100644 index 950d105f..00000000 --- a/bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/combo_03.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.165000 "sound/common/swing/a_dh_c_3.wav" -SoundData01 0.099000 "sound/pc/assassin/voice/2_heavy.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/combo_01.mss b/bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/combo_01.mss deleted file mode 100644 index 1678a0bb..00000000 --- a/bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/combo_01.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.429000 "sound/common/swing/a_1h_c_2.wav" -SoundData01 0.297000 "sound/pc/assassin/voice/1_soft1.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/combo_02.mss b/bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/combo_02.mss deleted file mode 100644 index 1b705845..00000000 --- a/bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/combo_02.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.132000 "sound/common/swing/a_1h_c_3.wav" -SoundData01 0.066000 "sound/pc/assassin/voice/1_soft2.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/combo_03.mss b/bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/combo_03.mss deleted file mode 100644 index 6ec58e68..00000000 --- a/bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/combo_03.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.165000 "sound/common/swing/a_1h_c_4.wav" -SoundData01 0.099000 "sound/pc/assassin/voice/1_soft3.wav" diff --git a/bin/pack/Sound/sound/pc/shaman/fan/damage.mss b/bin/pack/Sound/sound/pc/shaman/fan/damage.mss deleted file mode 100644 index f0181ff3..00000000 --- a/bin/pack/Sound/sound/pc/shaman/fan/damage.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.000000 "sound/pc/shaman/voice/damage_1.wav" -SoundData01 0.000000 "sound/pc/shaman/general/±1.wav" diff --git a/bin/pack/Sound/sound/pc/shaman/horse_bell/combo_01.mss b/bin/pack/Sound/sound/pc/shaman/horse_bell/combo_01.mss deleted file mode 100644 index 59289c1c..00000000 --- a/bin/pack/Sound/sound/pc/shaman/horse_bell/combo_01.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.264000 "sound/pc/shaman/voice/1_soft1.wav" -SoundData01 0.330000 "sound/pc/shaman/bell/sh_bell_c_1.wav" diff --git a/bin/pack/Sound/sound/pc/shaman/horse_fan/combo_01.mss b/bin/pack/Sound/sound/pc/shaman/horse_fan/combo_01.mss deleted file mode 100644 index 00574e12..00000000 --- a/bin/pack/Sound/sound/pc/shaman/horse_fan/combo_01.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.297000 "sound/pc/shaman/voice/2_soft1.wav" -SoundData01 0.297000 "sound/pc/shaman/fan/sh_fan_c_1.wav" diff --git a/bin/pack/Sound/sound/pc/sura/horse_onehand_sword/combo_01.mss b/bin/pack/Sound/sound/pc/sura/horse_onehand_sword/combo_01.mss deleted file mode 100644 index 09df9835..00000000 --- a/bin/pack/Sound/sound/pc/sura/horse_onehand_sword/combo_01.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.396000 "sound/common/swing/su_swing_1.wav" -SoundData01 0.330000 "sound/pc/sura/voice/soft_1.wav" diff --git a/bin/pack/Sound/sound/pc/sura/horse_onehand_sword/combo_02.mss b/bin/pack/Sound/sound/pc/sura/horse_onehand_sword/combo_02.mss deleted file mode 100644 index a48c3ffe..00000000 --- a/bin/pack/Sound/sound/pc/sura/horse_onehand_sword/combo_02.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.198000 "sound/common/swing/su_swing_2.wav" -SoundData01 0.165000 "sound/pc/sura/voice/soft_2.wav" diff --git a/bin/pack/Sound/sound/pc/sura/horse_onehand_sword/combo_03.mss b/bin/pack/Sound/sound/pc/sura/horse_onehand_sword/combo_03.mss deleted file mode 100644 index f8874676..00000000 --- a/bin/pack/Sound/sound/pc/sura/horse_onehand_sword/combo_03.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.165000 "sound/common/swing/su_swing_3.wav" -SoundData01 0.132000 "sound/pc/sura/voice/soft_3.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/horse/damage.mss b/bin/pack/Sound/sound/pc/warrior/horse/damage.mss deleted file mode 100644 index 644ded8c..00000000 --- a/bin/pack/Sound/sound/pc/warrior/horse/damage.mss +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 1 -SoundData00 0.066000 "sound/pc/warrior/voice/damage_2.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/horse/dead.mss b/bin/pack/Sound/sound/pc/warrior/horse/dead.mss deleted file mode 100644 index ac168df1..00000000 --- a/bin/pack/Sound/sound/pc/warrior/horse/dead.mss +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 1 -SoundData00 0.066000 "sound/pc/warrior/voice/dead_1.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/horse/skill_charge.mss b/bin/pack/Sound/sound/pc/warrior/horse/skill_charge.mss deleted file mode 100644 index a9aa167e..00000000 --- a/bin/pack/Sound/sound/pc/warrior/horse/skill_charge.mss +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 1 -SoundData00 0.000000 "sound/pc/sura/skill/horse_splash.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/combo_01.mss b/bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/combo_01.mss deleted file mode 100644 index fcb39fa3..00000000 --- a/bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/combo_01.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.396000 "sound/pc/warrior/voice/1_soft1.wav" -SoundData01 0.330000 "sound/common/swing/w_1h_c_1.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/combo_02.mss b/bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/combo_02.mss deleted file mode 100644 index 6b828e0d..00000000 --- a/bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/combo_02.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.264000 "sound/pc/warrior/voice/1_soft2.wav" -SoundData01 0.231000 "sound/common/swing/w_1h_c_2.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/combo_01.mss b/bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/combo_01.mss deleted file mode 100644 index 1f68f791..00000000 --- a/bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/combo_01.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.396000 "sound/pc/warrior/voice/1_soft1.wav" -SoundData01 0.330000 "sound/common/swing/w_2h_c_1.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/combo_02.mss b/bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/combo_02.mss deleted file mode 100644 index f138dd45..00000000 --- a/bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/combo_02.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.264000 "sound/pc/warrior/voice/2_soft2.wav" -SoundData01 0.198000 "sound/common/swing/w_2h_c_2.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/combo_03.mss b/bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/combo_03.mss deleted file mode 100644 index b0c9685f..00000000 --- a/bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/combo_03.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.264000 "sound/pc/warrior/voice/1_heavy.wav" -SoundData01 0.198000 "sound/common/swing/w_2h_c_3.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_07.mss b/bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_07.mss deleted file mode 100644 index 5f419dfa..00000000 --- a/bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_07.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.462000 "sound/common/swing/w_1h_c_4.wav" -SoundData01 0.429000 "sound/pc/warrior/voice/2_heavy.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/walk.mss b/bin/pack/Sound/sound/pc/warrior/twohand_sword/walk.mss deleted file mode 100644 index 28a71b9a..00000000 --- a/bin/pack/Sound/sound/pc/warrior/twohand_sword/walk.mss +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType CharacterSoundInformation - -SoundDataCount 2 -SoundData00 0.660000 "sound/common/walk_dirt_n.wav" -SoundData01 0.264000 "sound/common/walk_dirt_n.wav" diff --git a/bin/pack/dc/icon/item/30311.tga b/bin/pack/dc/icon/item/30311.tga deleted file mode 100644 index 42c9b463..00000000 Binary files a/bin/pack/dc/icon/item/30311.tga and /dev/null differ diff --git a/bin/pack/dc/icon/item/30312.tga b/bin/pack/dc/icon/item/30312.tga deleted file mode 100644 index 58f9bb7f..00000000 Binary files a/bin/pack/dc/icon/item/30312.tga and /dev/null differ diff --git a/bin/pack/dc/icon/item/30315.tga b/bin/pack/dc/icon/item/30315.tga deleted file mode 100644 index 84cc0e0a..00000000 Binary files a/bin/pack/dc/icon/item/30315.tga and /dev/null differ diff --git a/bin/pack/dc/icon/item/30316.tga b/bin/pack/dc/icon/item/30316.tga deleted file mode 100644 index 3e6a78c1..00000000 Binary files a/bin/pack/dc/icon/item/30316.tga and /dev/null differ diff --git a/bin/pack/dc/icon/item/30317.tga b/bin/pack/dc/icon/item/30317.tga deleted file mode 100644 index a12bdbd1..00000000 Binary files a/bin/pack/dc/icon/item/30317.tga and /dev/null differ diff --git a/bin/pack/dc/icon/item/30318.tga b/bin/pack/dc/icon/item/30318.tga deleted file mode 100644 index dfd1b7ed..00000000 Binary files a/bin/pack/dc/icon/item/30318.tga and /dev/null differ diff --git a/bin/pack/dc/icon/item/30319.tga b/bin/pack/dc/icon/item/30319.tga deleted file mode 100644 index ce82edae..00000000 Binary files a/bin/pack/dc/icon/item/30319.tga and /dev/null differ diff --git a/bin/pack/dc/icon/item/30320.tga b/bin/pack/dc/icon/item/30320.tga deleted file mode 100644 index 179937ae..00000000 Binary files a/bin/pack/dc/icon/item/30320.tga and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000000/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/000000/areadata.txt deleted file mode 100644 index fbd6f49d..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000000/areadata.txt +++ /dev/null @@ -1,334 +0,0 @@ -AreaDataFile - -Start Object000 - 20529.914063 -6836.010742 21382.976563 - 14480112 - 0.000000#0.000000#345.000000 - 30.000000 -End Object -Start Object001 - 21248.164063 -6846.962402 21375.705078 - 14480112 - 0.000000#0.000000#30.000000 - 30.000000 -End Object -Start Object002 - 15833.111328 -6746.722168 20955.269531 - 14480112 - 0.000000#0.000000#30.000000 - 30.000000 -End Object -Start Object003 - 17176.486328 -4669.887695 21223.787109 - 14480112 - 0.000000#0.000000#0.000000 - 30.000000 -End Object -Start Object004 - 16034.278320 -317.109375 26017.425781 - 14480112 - 0.000000#0.000000#0.000000 - -333.000000 -End Object -Start Object005 - 16034.278320 -317.109375 26017.425781 - 14480112 - 0.000000#0.000000#0.000000 - -333.000000 -End Object -Start Object006 - 7011.028809 -5405.336914 22122.457031 - 14480112 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object007 - 8571.478516 -7625.601074 21981.001953 - 14480112 - 0.000000#0.000000#75.000000 - 0.000000 -End Object -Start Object008 - 15277.988281 -24469.830078 20414.273438 - 494952210 - 105.000000#60.000000#45.000000 - -30.000000 -End Object -Start Object009 - 6656.703125 -18965.019531 21538.945313 - 580841096 - 15.000000#15.000000#165.000000 - -152.000000 -End Object -Start Object010 - 15218.521484 -25596.132813 20204.675781 - 617101750 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object011 - 24335.832031 -12723.805664 20195.578125 - 617101750 - 0.000000#0.000000#0.000000 - -273.000000 -End Object -Start Object012 - 9162.425781 -15959.921875 21057.800781 - 617101750 - 0.000000#0.000000#0.000000 - -273.000000 -End Object -Start Object013 - 15309.203125 -25058.167969 20250.273438 - 628240070 - 15.000000#0.000000#45.000000 - -30.000000 -End Object -Start Object014 - 15197.183594 -24561.445313 20453.908203 - 628240070 - 0.000000#0.000000#120.000000 - -17.000000 -End Object -Start Object015 - 25562.541016 -14804.283203 20106.574219 - 628240070 - 0.000000#0.000000#120.000000 - -17.000000 -End Object -Start Object016 - 25424.435547 -12565.052734 20103.626953 - 628240070 - 0.000000#0.000000#120.000000 - -17.000000 -End Object -Start Object017 - 15314.691406 -24419.033203 20369.748047 - 628240070 - 0.000000#0.000000#120.000000 - -17.000000 -End Object -Start Object018 - 8898.203125 -15916.988281 20924.455078 - 628240070 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object019 - 17444.361328 -14259.275391 20513.527344 - 954129400 - 15.000000#15.000000#300.000000 - -30.000000 -End Object -Start Object020 - 24555.527344 -12663.542969 20109.349609 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object021 - 24022.697266 -12778.232422 20311.765625 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object022 - 24964.130859 -12509.960938 20170.562500 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object023 - 25469.519531 -14939.291016 20170.693359 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object024 - 21494.105469 -15308.111328 20637.404297 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object025 - 7057.596680 -15064.819336 21410.068359 - 974491171 - 0.000000#0.000000#0.000000 - -576.000000 -End Object -Start Object026 - 8895.718750 -21164.957031 21520.269531 - 974491171 - 0.000000#0.000000#0.000000 - -576.000000 -End Object -Start Object027 - 12240.733398 -8158.848633 20912.015625 - 998205960 - 0.000000#345.000000#60.000000 - 0.000000 -End Object -Start Object028 - 7268.475586 -11785.355469 21025.132813 - 998205960 - 15.000000#0.000000#225.000000 - 0.000000 -End Object -Start Object029 - 9382.199219 -25332.171875 21313.390625 - 1158178368 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object030 - 7450.922852 -16108.459961 20937.070313 - 1401373405 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object031 - 17121.802734 -4481.991211 21364.599609 - 1435410718 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object032 - 6626.884277 -5431.420898 22168.220703 - 1435410718 - 0.000000#0.000000#0.000000 - 30.000000 -End Object -Start Object033 - 18177.474609 -19972.927734 20502.761719 - 1435410718 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object034 - 15313.802734 -24959.523438 20267.523438 - 1471924893 - 0.000000#0.000000#120.000000 - -17.000000 -End Object -Start Object035 - 17584.587891 -14105.557617 20686.158203 - 1471924893 - 0.000000#0.000000#105.000000 - -17.000000 -End Object -Start Object036 - 7126.740723 -15797.868164 21017.884766 - 1471924893 - 345.000000#60.000000#90.000000 - -30.000000 -End Object -Start Object037 - 8538.125977 -16127.812500 20893.384766 - 1471924893 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object038 - 17870.812500 -14414.000000 20367.544922 - 1471924893 - 15.000000#0.000000#135.000000 - -17.000000 -End Object -Start Object039 - 22184.259766 -21510.279297 20781.865234 - 1780937370 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object040 - 7424.647461 -5291.169434 22223.394531 - 1845629468 - 75.000000#330.000000#75.000000 - 0.000000 -End Object -Start Object041 - 9007.050781 -6100.628906 22095.306641 - 1845629468 - 0.000000#0.000000#345.000000 - 0.000000 -End Object -Start Object042 - 6071.955566 -7687.787598 21847.492188 - 1845629468 - 345.000000#330.000000#345.000000 - 0.000000 -End Object -Start Object043 - 8527.154297 -9777.130859 21189.054688 - 2344774207 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object044 - 23928.187500 -23777.337891 20810.947266 - 2607358493 - 345.000000#345.000000#270.000000 - -515.000000 -End Object -Start Object045 - 12831.085938 -8313.204102 21762.449219 - 2898161070 - 0.000000#330.000000#45.000000 - -212.000000 -End Object -Start Object046 - 8679.346680 -4709.144531 22150.500000 - 3262443998 - 0.000000#0.000000#330.000000 - 0.000000 -End Object -Start Object047 - 9055.329102 -21449.361328 22143.562500 - 3449844455 - 0.000000#0.000000#0.000000 - -576.000000 -End Object -Start Object048 - 9169.196289 -6292.319336 22158.341797 - 3449844455 - 0.000000#0.000000#0.000000 - -576.000000 -End Object -Start Object049 - 6954.585938 -15965.673828 21130.347656 - 3449844455 - 0.000000#0.000000#0.000000 - -273.000000 -End Object -Start Object050 - 8470.626953 -9613.106445 21281.314453 - 3449844455 - 0.000000#0.000000#0.000000 - -333.000000 -End Object -Start Object051 - 7142.615234 -11935.097656 21072.509766 - 3449844455 - 0.000000#0.000000#0.000000 - -333.000000 -End Object -Start Object052 - 17269.224609 -14338.298828 20426.785156 - 3449844455 - 0.000000#0.000000#0.000000 - -576.000000 -End Object -Start Object053 - 24581.046875 -12531.202148 20228.517578 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object054 - 13555.967773 -7763.184570 21099.773438 - 3760696591 - 0.000000#330.000000#45.000000 - -212.000000 -End Object - -ObjectCount 55 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000000/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/000000/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000000/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000000/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/000000/attr.atr deleted file mode 100644 index 3721a806..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000000/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000000/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/000000/height.raw deleted file mode 100644 index d71e88f7..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000000/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000000/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/000000/minimap.dds deleted file mode 100644 index 06798e53..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000000/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000000/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/000000/shadowmap.dds deleted file mode 100644 index 2195b125..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000000/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000000/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/000000/shadowmap.raw deleted file mode 100644 index 0b13ed32..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000000/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000000/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/000000/tile.raw deleted file mode 100644 index 770d88cd..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000000/tile.raw +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000000/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/000000/water.wtr deleted file mode 100644 index a5135908..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000000/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000001/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/000001/areadata.txt deleted file mode 100644 index 9e2a6b59..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000001/areadata.txt +++ /dev/null @@ -1,214 +0,0 @@ -AreaDataFile - -Start Object000 - 9540.310547 -38075.503906 21540.425781 - 206416346 - 345.000000#0.000000#195.000000 - 0.000000 -End Object -Start Object001 - 9284.304688 -25625.304688 21235.482422 - 340408875 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object002 - 19842.121094 -30746.722656 19828.535156 - 340408875 - 0.000000#0.000000#0.000000 - -22.000000 -End Object -Start Object003 - 18218.779297 -33304.011719 19785.185547 - 494952210 - 0.000000#0.000000#0.000000 - -22.000000 -End Object -Start Object004 - 18169.207031 -39571.101563 22470.984375 - 494952210 - 330.000000#45.000000#345.000000 - 30.000000 -End Object -Start Object005 - 9001.019531 -37507.683594 21305.783203 - 494952210 - 345.000000#0.000000#345.000000 - 0.000000 -End Object -Start Object006 - 17875.117188 -39539.664063 22473.572266 - 494952210 - 330.000000#345.000000#0.000000 - 30.000000 -End Object -Start Object007 - 9305.901367 -38330.046875 21316.500000 - 494952210 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object008 - 16950.677734 -25891.980469 20254.203125 - 628240070 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object009 - 18576.919922 -44285.894531 21854.437500 - 819082557 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object010 - 18616.386719 -44023.218750 21732.568359 - 935928503 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object011 - 18412.062500 -32258.046875 19740.144531 - 954129400 - 15.000000#15.000000#300.000000 - -93.000000 -End Object -Start Object012 - 15817.332031 -32314.597656 20004.357422 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object013 - 6122.300781 -38316.312500 20945.605469 - 1294178388 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object014 - 5586.970215 -38429.117188 21154.775391 - 1318465361 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object015 - 23112.101563 -30814.841797 20026.900391 - 1318465361 - 0.000000#0.000000#0.000000 - -818.000000 -End Object -Start Object016 - 19419.736328 -33737.296875 20402.265625 - 1383300120 - 0.000000#0.000000#15.000000 - -697.000000 -End Object -Start Object017 - 19170.392578 -33095.347656 19704.324219 - 1383300120 - 15.000000#0.000000#15.000000 - -697.000000 -End Object -Start Object018 - 20173.226563 -30649.339844 19874.964844 - 1406757001 - 0.000000#0.000000#0.000000 - -22.000000 -End Object -Start Object019 - 14173.965820 -40996.660156 21573.787109 - 1435410718 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object020 - 25244.939453 -41205.332031 21593.820313 - 1535330398 - 0.000000#0.000000#330.000000 - 0.000000 -End Object -Start Object021 - 4659.907715 -35743.945313 21013.164063 - 1771263367 - 345.000000#345.000000#0.000000 - -152.000000 -End Object -Start Object022 - 24829.320313 -26654.742188 20913.027344 - 1780937370 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object023 - 6436.083984 -28431.814453 21210.677734 - 2188671155 - 15.000000#315.000000#165.000000 - -152.000000 -End Object -Start Object024 - 18054.765625 -33133.332031 19797.216797 - 2344774207 - 0.000000#0.000000#0.000000 - -118.000000 -End Object -Start Object025 - 25127.058594 -26840.677734 21084.865234 - 2399981002 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object026 - 9339.625000 -29443.625000 21192.675781 - 2442081789 - 0.000000#0.000000#0.000000 - -155.000000 -End Object -Start Object027 - 17830.074219 -33108.605469 19920.445313 - 2745119998 - 0.000000#0.000000#0.000000 - -22.000000 -End Object -Start Object028 - 25491.945313 -26728.507813 21127.087891 - 3184886017 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object029 - 6125.169434 -38312.843750 20945.597656 - 3198731342 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object030 - 7022.370117 -40001.253906 21294.019531 - 3449844455 - 330.000000#0.000000#330.000000 - -212.000000 -End Object -Start Object031 - 15763.364258 -29880.187500 20340.130859 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object032 - 15915.777344 -32431.642578 19985.015625 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object033 - 7262.177246 -25601.023438 21427.550781 - 3760696591 - 0.000000#330.000000#45.000000 - -212.000000 -End Object -Start Object034 - 9344.022461 -29435.947266 21151.597656 - 3760696591 - 0.000000#0.000000#0.000000 - 30.000000 -End Object - -ObjectCount 35 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000001/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/000001/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000001/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000001/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/000001/attr.atr deleted file mode 100644 index e51d1e92..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000001/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000001/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/000001/height.raw deleted file mode 100644 index 93cfb3c0..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000001/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000001/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/000001/minimap.dds deleted file mode 100644 index 330feb87..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000001/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000001/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/000001/shadowmap.dds deleted file mode 100644 index 1ad3681a..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000001/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000001/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/000001/shadowmap.raw deleted file mode 100644 index 4760f0cc..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000001/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000001/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/000001/tile.raw deleted file mode 100644 index 6f236a46..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000001/tile.raw +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000001/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/000001/water.wtr deleted file mode 100644 index 4bbefd2e..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000001/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000002/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/000002/areadata.txt deleted file mode 100644 index caafdcaa..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000002/areadata.txt +++ /dev/null @@ -1,160 +0,0 @@ -AreaDataFile - -Start Object000 - 8199.253906 -73214.687500 18774.679688 - 391848071 - 255.000000#15.000000#0.000000 - -212.000000 -End Object -Start Object001 - 15626.519531 -75878.390625 18184.759766 - 580841096 - 0.000000#15.000000#0.000000 - -91.000000 -End Object -Start Object002 - 22528.238281 -76668.804688 20869.830078 - 580841096 - 0.000000#15.000000#0.000000 - -91.000000 -End Object -Start Object003 - 7942.302246 -61589.753906 18639.789063 - 974491171 - 0.000000#0.000000#0.000000 - -576.000000 -End Object -Start Object004 - 12281.527344 -65906.468750 18629.142578 - 974491171 - 0.000000#0.000000#330.000000 - -576.000000 -End Object -Start Object005 - 13279.305664 -62446.765625 18523.779297 - 974491171 - 0.000000#0.000000#330.000000 - -576.000000 -End Object -Start Object006 - 6038.836914 -61575.949219 18675.261719 - 974491171 - 0.000000#0.000000#330.000000 - -576.000000 -End Object -Start Object007 - 5076.187012 -76092.031250 17994.240234 - 1017867244 - 0.000000#0.000000#0.000000 - -879.000000 -End Object -Start Object008 - 7050.588867 -57337.792969 18216.511719 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object009 - 7012.766113 -67334.671875 18113.634766 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object010 - 13176.186523 -66863.851563 18254.070313 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object011 - 18940.906250 -71197.796875 17530.349609 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object012 - 18164.632813 -66713.289063 19489.296875 - 1602256688 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object013 - 18018.562500 -56635.039063 19675.980469 - 1602256688 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object014 - 8417.090820 -63027.816406 18538.402344 - 1849868335 - 345.000000#15.000000#45.000000 - -212.000000 -End Object -Start Object015 - 12430.308594 -72685.375000 18116.412109 - 1849868335 - 345.000000#15.000000#0.000000 - -212.000000 -End Object -Start Object016 - 22617.587891 -57736.289063 19984.982422 - 2399981002 - 0.000000#0.000000#45.000000 - -212.000000 -End Object -Start Object017 - 23320.300781 -64587.109375 20310.570313 - 2406144081 - 0.000000#0.000000#45.000000 - -212.000000 -End Object -Start Object018 - 17909.093750 -67500.687500 19930.787109 - 2406144081 - 0.000000#0.000000#45.000000 - -212.000000 -End Object -Start Object019 - 17248.683594 -76343.710938 18105.453125 - 2406144081 - 0.000000#0.000000#45.000000 - -212.000000 -End Object -Start Object020 - 24713.214844 -59703.414063 20568.337891 - 2808893847 - 330.000000#0.000000#90.000000 - 30.000000 -End Object -Start Object021 - 25021.976563 -59725.148438 20893.363281 - 2808893847 - 330.000000#0.000000#90.000000 - 30.000000 -End Object -Start Object022 - 6356.958496 -59207.609375 18847.761719 - 3449844455 - 0.000000#0.000000#330.000000 - -576.000000 -End Object -Start Object023 - 7810.350586 -57173.242188 18565.787109 - 3449844455 - 0.000000#0.000000#330.000000 - -576.000000 -End Object -Start Object024 - 19487.074219 -76255.664063 17769.099609 - 3449844455 - 0.000000#0.000000#330.000000 - -576.000000 -End Object -Start Object025 - 17794.425781 -72598.812500 18113.439453 - 3449844455 - 0.000000#0.000000#330.000000 - -576.000000 -End Object - -ObjectCount 26 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000002/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/000002/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000002/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000002/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/000002/attr.atr deleted file mode 100644 index 3771c340..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000002/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000002/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/000002/height.raw deleted file mode 100644 index e79dbd31..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000002/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000002/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/000002/minimap.dds deleted file mode 100644 index 0bfb9e89..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000002/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000002/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/000002/shadowmap.dds deleted file mode 100644 index 0aa45af9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000002/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000002/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/000002/shadowmap.raw deleted file mode 100644 index 1339ee47..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000002/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000002/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/000002/tile.raw deleted file mode 100644 index fd6d555f..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000002/tile.raw +++ /dev/null @@ -1,2536 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000002/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/000002/water.wtr deleted file mode 100644 index 47e22e9c..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000002/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000003/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/000003/areadata.txt deleted file mode 100644 index 6f153db0..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000003/areadata.txt +++ /dev/null @@ -1,268 +0,0 @@ -AreaDataFile - -Start Object000 - 8316.417969 -94605.468750 17899.703125 - 77903938 - 345.000000#345.000000#180.000000 - -30.000000 -End Object -Start Object001 - 12270.103516 -85128.226563 18229.755859 - 381729585 - 0.000000#345.000000#75.000000 - -91.000000 -End Object -Start Object002 - 21370.021484 -92390.070313 18971.050781 - 381729585 - 0.000000#345.000000#75.000000 - -91.000000 -End Object -Start Object003 - 25124.652344 -94354.187500 18143.074219 - 381729585 - 0.000000#345.000000#75.000000 - -91.000000 -End Object -Start Object004 - 21562.140625 -95455.515625 18308.375000 - 447576337 - 0.000000#345.000000#75.000000 - -91.000000 -End Object -Start Object005 - 21690.462891 -95433.312500 18338.892578 - 447576337 - 0.000000#345.000000#105.000000 - -91.000000 -End Object -Start Object006 - 4908.678711 -91237.492188 18176.744141 - 563657540 - 0.000000#0.000000#0.000000 - -697.000000 -End Object -Start Object007 - 4639.117188 -91572.609375 18005.082031 - 563657540 - 0.000000#0.000000#0.000000 - -394.000000 -End Object -Start Object008 - 14906.367188 -78416.781250 17845.064453 - 954129400 - 330.000000#0.000000#345.000000 - 8.000000 -End Object -Start Object009 - 19729.021484 -77724.640625 18048.125000 - 974491171 - 0.000000#0.000000#330.000000 - -576.000000 -End Object -Start Object010 - 18094.134766 -89901.406250 18660.949219 - 1017867244 - 0.000000#0.000000#0.000000 - -879.000000 -End Object -Start Object011 - 12528.904297 -93299.703125 18405.814453 - 1017867244 - 0.000000#0.000000#0.000000 - -879.000000 -End Object -Start Object012 - 20971.810547 -92213.320313 18696.794922 - 1017867244 - 330.000000#0.000000#90.000000 - -879.000000 -End Object -Start Object013 - 10336.718750 -85587.867188 18321.046875 - 1017867244 - 330.000000#0.000000#90.000000 - -879.000000 -End Object -Start Object014 - 9851.526367 -92806.093750 17948.089844 - 1342729727 - 345.000000#345.000000#180.000000 - -30.000000 -End Object -Start Object015 - 8274.940430 -94836.445313 17931.509766 - 1342729727 - 345.000000#345.000000#180.000000 - -30.000000 -End Object -Start Object016 - 8647.909180 -91247.773438 18030.011719 - 1342729727 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object017 - 14046.707031 -82162.406250 17590.285156 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object018 - 9461.610352 -83982.867188 17862.390625 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object019 - 19482.416016 -86213.187500 18126.658203 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object020 - 24355.769531 -85399.515625 18058.617188 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object021 - 22460.736328 -77991.851563 20337.841797 - 1602256688 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object022 - 14387.808594 -91948.656250 18108.105469 - 1602256688 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object023 - 5093.572754 -92030.789063 17842.875000 - 1602256688 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object024 - 5607.746582 -86454.984375 17919.181641 - 1602256688 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object025 - 9103.050781 -94779.687500 17833.312500 - 1602256688 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object026 - 6810.803223 -81493.687500 17041.357422 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object027 - 14182.796875 -86542.953125 18007.804688 - 1602256688 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object028 - 8151.544922 -84972.390625 18863.955078 - 1771263367 - 0.000000#0.000000#0.000000 - -1121.000000 -End Object -Start Object029 - 11063.833008 -90186.429688 19531.435547 - 1771263367 - 0.000000#0.000000#0.000000 - -1303.000000 -End Object -Start Object030 - 6733.729492 -81931.015625 17130.697266 - 1849868335 - 345.000000#15.000000#0.000000 - -212.000000 -End Object -Start Object031 - 22350.378906 -78755.343750 20592.837891 - 1988456776 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object032 - 8726.417969 -91104.031250 18067.900391 - 2745119998 - 30.000000#0.000000#0.000000 - -91.000000 -End Object -Start Object033 - 21825.121094 -95441.914063 18392.910156 - 2745119998 - 0.000000#345.000000#120.000000 - -91.000000 -End Object -Start Object034 - 12591.888672 -92826.296875 18211.671875 - 2745119998 - 0.000000#345.000000#120.000000 - -91.000000 -End Object -Start Object035 - 14950.299805 -78306.656250 17880.285156 - 3184886017 - 0.000000#0.000000#330.000000 - 8.000000 -End Object -Start Object036 - 12432.767578 -92862.726563 18187.470703 - 3321840087 - 0.000000#345.000000#120.000000 - -30.000000 -End Object -Start Object037 - 10006.313477 -94125.976563 17876.035156 - 3321840087 - 0.000000#345.000000#180.000000 - -30.000000 -End Object -Start Object038 - 8295.590820 -94928.390625 17930.160156 - 3321840087 - 0.000000#345.000000#180.000000 - -30.000000 -End Object -Start Object039 - 9916.340820 -92783.710938 17981.158203 - 3321840087 - 345.000000#345.000000#180.000000 - -30.000000 -End Object -Start Object040 - 8565.571289 -91204.687500 18082.312500 - 3321840087 - 30.000000#0.000000#0.000000 - -152.000000 -End Object -Start Object041 - 9728.483398 -92778.367188 17888.535156 - 3337589718 - 30.000000#0.000000#0.000000 - -91.000000 -End Object -Start Object042 - 14871.209961 -78370.343750 17814.617188 - 3874964970 - 330.000000#0.000000#30.000000 - -30.000000 -End Object -Start Object043 - 15073.533203 -78360.039063 17983.839844 - 3874964970 - 330.000000#0.000000#30.000000 - -30.000000 -End Object - -ObjectCount 44 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000003/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/000003/attr.atr deleted file mode 100644 index 1119e5fe..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000003/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000003/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/000003/height.raw deleted file mode 100644 index 6c9ca1f2..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000003/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000003/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/000003/minimap.dds deleted file mode 100644 index 2d6246a4..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000003/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000003/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/000003/shadowmap.dds deleted file mode 100644 index e75d0961..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000003/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000003/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/000003/shadowmap.raw deleted file mode 100644 index 47c28c95..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000003/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000003/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/000003/tile.raw deleted file mode 100644 index f0fae8a8..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000003/tile.raw +++ /dev/null @@ -1,1629 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -                                                                     \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000004/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/000004/areadata.txt deleted file mode 100644 index 46304db3..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000004/areadata.txt +++ /dev/null @@ -1,100 +0,0 @@ -AreaDataFile - -Start Object000 - 4916.351563 -112793.445313 16383.500000 - 247563405 - 0.000000#0.000000#0.000000 - -11.000000 -End Object -Start Object001 - 9550.618164 -114733.109375 16383.500000 - 247563405 - 0.000000#0.000000#0.000000 - -11.000000 -End Object -Start Object002 - 9842.086914 -113161.625000 16383.500000 - 247563405 - 0.000000#0.000000#0.000000 - -11.000000 -End Object -Start Object003 - 7408.312012 -109512.914063 16383.500000 - 1463992873 - 0.000000#0.000000#0.000000 - 308.000000 -End Object -Start Object004 - 7425.816406 -109506.421875 16383.500000 - 1463992873 - 0.000000#0.000000#0.000000 - 308.000000 -End Object -Start Object005 - 5973.798828 -109786.000000 16383.500000 - 2494284728 - 0.000000#0.000000#0.000000 - 308.000000 -End Object -Start Object006 - 5396.496094 -110358.757813 16383.500000 - 2494284728 - 0.000000#0.000000#0.000000 - 308.000000 -End Object -Start Object007 - 5403.974121 -112099.414063 16383.500000 - 2494284728 - 0.000000#0.000000#0.000000 - 308.000000 -End Object -Start Object008 - 5407.349609 -113833.476563 16383.500000 - 2494284728 - 0.000000#0.000000#0.000000 - 308.000000 -End Object -Start Object009 - 9501.023438 -113833.476563 16383.500000 - 2494284728 - 0.000000#0.000000#0.000000 - 308.000000 -End Object -Start Object010 - 9504.699219 -112089.320313 16383.500000 - 2494284728 - 0.000000#0.000000#0.000000 - 308.000000 -End Object -Start Object011 - 9510.126953 -110354.070313 16383.500000 - 2494284728 - 0.000000#0.000000#0.000000 - 308.000000 -End Object -Start Object012 - 8934.416992 -109773.640625 16383.500000 - 2494284728 - 0.000000#0.000000#0.000000 - 301.000000 -End Object -Start Object013 - 8066.806152 -110126.726563 16383.500000 - 3007968540 - 0.000000#0.000000#0.000000 - 155.000000 -End Object -Start Object014 - 6805.861816 -110122.843750 16383.500000 - 3007968540 - 0.000000#0.000000#0.000000 - 155.000000 -End Object -Start Object015 - 7475.485840 -112974.867188 16383.500000 - 3329285182 - 0.000000#0.000000#0.000000 - 0.000000 -End Object - -ObjectCount 16 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000004/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/000004/attr.atr deleted file mode 100644 index 1505a901..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000004/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000004/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/000004/height.raw deleted file mode 100644 index 1b435159..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000004/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000004/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/000004/minimap.dds deleted file mode 100644 index 900d4f98..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000004/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000004/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/000004/tile.raw deleted file mode 100644 index 126e596d..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000004/tile.raw +++ /dev/null @@ -1 +0,0 @@ -                                                                                                                                                                                                                                                                  \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000005/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/000005/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000005/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000005/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/000005/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000005/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000005/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/000005/height.raw deleted file mode 100644 index 2d9891cc..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000005/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000005/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/000005/minimap.dds deleted file mode 100644 index cf8317d0..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000005/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000005/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/000005/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000005/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000005/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/000005/tile.raw deleted file mode 100644 index 03fd381d..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000005/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000006/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/000006/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000006/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000006/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/000006/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000006/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000006/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/000006/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000006/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000006/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/000006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000006/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000006/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/000006/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000006/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000006/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/000006/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000006/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000007/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/000007/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000007/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000007/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/000007/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/000007/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000007/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/000007/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000007/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000007/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/000007/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/000007/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001000/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/001000/areadata.txt deleted file mode 100644 index f92cba15..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001000/areadata.txt +++ /dev/null @@ -1,436 +0,0 @@ -AreaDataFile - -Start Object000 - 47653.605469 -15432.499023 22610.369141 - 14480112 - 0.000000#0.000000#105.000000 - 0.000000 -End Object -Start Object001 - 47612.871094 -16172.668945 22681.431641 - 14480112 - 0.000000#0.000000#60.000000 - 0.000000 -End Object -Start Object002 - 28305.281250 -3855.173096 21388.500000 - 14480112 - 0.000000#0.000000#345.000000 - 30.000000 -End Object -Start Object003 - 26177.351563 -14147.090820 19931.500000 - 59728437 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object004 - 45265.898438 -24609.484375 22364.648438 - 340408875 - 0.000000#0.000000#0.000000 - 30.000000 -End Object -Start Object005 - 34583.597656 -24508.019531 21349.189453 - 563657540 - 345.000000#345.000000#345.000000 - -152.000000 -End Object -Start Object006 - 31282.406250 -5086.506348 21826.214844 - 563657540 - 345.000000#15.000000#15.000000 - -152.000000 -End Object -Start Object007 - 47485.828125 -24228.152344 23079.119141 - 568146708 - 330.000000#75.000000#15.000000 - -91.000000 -End Object -Start Object008 - 33464.515625 -13023.712891 20522.671875 - 628240070 - 345.000000#15.000000#0.000000 - 0.000000 -End Object -Start Object009 - 33220.507813 -13511.709961 20201.601563 - 628240070 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object010 - 33065.960938 -14880.686523 20116.761719 - 628240070 - 0.000000#345.000000#0.000000 - 0.000000 -End Object -Start Object011 - 33000.101563 -15126.216797 20226.695313 - 628240070 - 0.000000#330.000000#345.000000 - 0.000000 -End Object -Start Object012 - 33431.492188 -12858.620117 20569.017578 - 628240070 - 300.000000#0.000000#60.000000 - 0.000000 -End Object -Start Object013 - 33490.132813 -13175.700195 20467.250000 - 628240070 - 345.000000#15.000000#0.000000 - 0.000000 -End Object -Start Object014 - 28356.382813 -6465.685547 21365.613281 - 673027490 - 15.000000#345.000000#105.000000 - 30.000000 -End Object -Start Object015 - 43964.917969 -10857.181641 22279.664063 - 954129400 - 45.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object016 - 45106.539063 -23436.550781 22481.814453 - 974491171 - 0.000000#0.000000#30.000000 - -455.000000 -End Object -Start Object017 - 28473.115234 -24339.865234 21537.060547 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object018 - 25917.644531 -21288.041016 20853.457031 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object019 - 27766.656250 -19344.445313 20720.345703 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object020 - 47751.304688 -15775.337891 22798.187500 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object021 - 43730.070313 -10652.198242 22366.650391 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object022 - 30355.828125 -18959.572266 20574.738281 - 1062146765 - 0.000000#345.000000#330.000000 - -152.000000 -End Object -Start Object023 - 33496.226563 -15782.242188 20799.355469 - 1062146765 - 0.000000#345.000000#330.000000 - -152.000000 -End Object -Start Object024 - 34716.175781 -13004.342773 20464.779297 - 1062146765 - 0.000000#345.000000#330.000000 - -152.000000 -End Object -Start Object025 - 34397.359375 -12569.986328 20721.527344 - 1062146765 - 345.000000#15.000000#15.000000 - -152.000000 -End Object -Start Object026 - 28009.025391 -6537.587402 21344.710938 - 1211097993 - 345.000000#0.000000#105.000000 - 30.000000 -End Object -Start Object027 - 33772.042969 -5150.995117 21639.617188 - 1383300120 - 15.000000#15.000000#15.000000 - -152.000000 -End Object -Start Object028 - 25800.457031 -12969.647461 19961.587891 - 1471924893 - 0.000000#0.000000#135.000000 - -17.000000 -End Object -Start Object029 - 25841.230469 -13586.804688 19932.019531 - 1471924893 - 0.000000#0.000000#90.000000 - -30.000000 -End Object -Start Object030 - 35482.429688 -3437.160156 21885.328125 - 1656471312 - 15.000000#15.000000#105.000000 - -152.000000 -End Object -Start Object031 - 33256.250000 -12079.639648 20858.099609 - 1656471312 - 0.000000#15.000000#0.000000 - 0.000000 -End Object -Start Object032 - 46115.781250 -9443.305664 22898.789063 - 1656471312 - 315.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object033 - 40262.375000 -4286.403320 22791.640625 - 1688180061 - 60.000000#75.000000#75.000000 - -333.000000 -End Object -Start Object034 - 41337.082031 -5136.890137 21778.162109 - 1688180061 - 15.000000#45.000000#135.000000 - -333.000000 -End Object -Start Object035 - 33524.046875 -20635.722656 21048.019531 - 1771263367 - 0.000000#345.000000#315.000000 - -152.000000 -End Object -Start Object036 - 45100.363281 -19806.140625 23190.554688 - 1780937370 - 30.000000#45.000000#60.000000 - -91.000000 -End Object -Start Object037 - 47018.488281 -19017.376953 22614.886719 - 1780937370 - 30.000000#345.000000#30.000000 - -91.000000 -End Object -Start Object038 - 43518.898438 -7548.291504 21956.759766 - 1802826680 - 30.000000#30.000000#0.000000 - -333.000000 -End Object -Start Object039 - 46004.011719 -9775.508789 22489.957031 - 1802826680 - 15.000000#30.000000#75.000000 - -333.000000 -End Object -Start Object040 - 34465.652344 -5164.161133 21669.382813 - 1849868335 - 15.000000#15.000000#15.000000 - -152.000000 -End Object -Start Object041 - 31907.515625 -2983.882568 22322.552734 - 2607358493 - 345.000000#15.000000#15.000000 - -152.000000 -End Object -Start Object042 - 21503.279297 -5216.284668 0.000000 - 2653701801 - 30.000000#30.000000#270.000000 - -333.000000 -End Object -Start Object043 - 27413.277344 -6816.509277 21692.150391 - 2653701801 - 330.000000#330.000000#165.000000 - -273.000000 -End Object -Start Object044 - 39560.000000 -4554.697754 22017.382813 - 2653701801 - 30.000000#30.000000#15.000000 - -333.000000 -End Object -Start Object045 - 33493.695313 -13369.397461 20322.710938 - 2745119998 - 0.000000#15.000000#270.000000 - 0.000000 -End Object -Start Object046 - 33342.691406 -14998.143555 20204.050781 - 2753626294 - 0.000000#0.000000#0.000000 - 212.000000 -End Object -Start Object047 - 34555.132813 -23938.501953 21549.210938 - 2808893847 - 345.000000#345.000000#345.000000 - -152.000000 -End Object -Start Object048 - 34134.187500 -11280.326172 21226.400391 - 2809129945 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object049 - 47461.027344 -19260.974609 22785.671875 - 2821763362 - 15.000000#45.000000#135.000000 - -333.000000 -End Object -Start Object050 - 44040.789063 -11027.014648 21974.591797 - 3184886017 - 255.000000#225.000000#45.000000 - 0.000000 -End Object -Start Object051 - 33351.093750 -14993.212891 20204.009766 - 3198731342 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object052 - 44067.808594 -10727.737305 22181.117188 - 3367756539 - 315.000000#345.000000#120.000000 - -91.000000 -End Object -Start Object053 - 45277.648438 -19062.347656 23021.324219 - 3367756539 - 315.000000#345.000000#120.000000 - -91.000000 -End Object -Start Object054 - 45009.097656 -19483.363281 23286.527344 - 3367756539 - 0.000000#345.000000#30.000000 - -91.000000 -End Object -Start Object055 - 43254.949219 -7284.260742 22139.515625 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object056 - 43942.894531 -10733.143555 22259.652344 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object057 - 39784.304688 -4904.873047 21840.779297 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object058 - 31955.626953 -4999.272949 21882.005859 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object059 - 45069.558594 -15372.583008 22917.257813 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object060 - 45200.121094 -19707.865234 23056.794922 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object061 - 44910.835938 -23132.134766 22624.914063 - 3449844455 - 0.000000#0.000000#0.000000 - -394.000000 -End Object -Start Object062 - 28767.255859 -3371.921143 22073.269531 - 3449844455 - 0.000000#0.000000#0.000000 - -152.000000 -End Object -Start Object063 - 32901.675781 -24359.781250 21744.279297 - 3582963698 - 330.000000#330.000000#330.000000 - -333.000000 -End Object -Start Object064 - 46867.832031 -18580.355469 22750.251953 - 3716297362 - 30.000000#45.000000#60.000000 - -91.000000 -End Object -Start Object065 - 44013.347656 -14305.362305 23049.796875 - 3724444181 - 315.000000#90.000000#255.000000 - -91.000000 -End Object -Start Object066 - 44079.570313 -13861.184570 22750.140625 - 3817560481 - 60.000000#135.000000#15.000000 - 30.000000 -End Object -Start Object067 - 44321.511719 -14259.470703 22576.107422 - 3817560481 - 330.000000#75.000000#15.000000 - 30.000000 -End Object -Start Object068 - 47631.667969 -24939.830078 23202.287109 - 3817560481 - 300.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object069 - 25754.144531 -12584.043945 20159.300781 - 3874964970 - 60.000000#15.000000#300.000000 - -30.000000 -End Object -Start Object070 - 45747.808594 -9393.497070 22363.767578 - 3874964970 - 315.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object071 - 28247.265625 -6785.321777 21478.431641 - 4014868700 - 0.000000#30.000000#195.000000 - 30.000000 -End Object - -ObjectCount 72 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001000/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/001000/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001000/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001000/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/001000/attr.atr deleted file mode 100644 index 8ae95e2a..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001000/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001000/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/001000/height.raw deleted file mode 100644 index c2cde7c8..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001000/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001000/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/001000/minimap.dds deleted file mode 100644 index a07d0fdb..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001000/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001000/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/001000/shadowmap.dds deleted file mode 100644 index 418daa18..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001000/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001000/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/001000/shadowmap.raw deleted file mode 100644 index 7f9f6153..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001000/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001000/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/001000/tile.raw deleted file mode 100644 index 89eb0549..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001000/tile.raw +++ /dev/null @@ -1,460 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001000/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/001000/water.wtr deleted file mode 100644 index 14031fa2..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001000/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001001/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/001001/areadata.txt deleted file mode 100644 index 2e8450e9..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001001/areadata.txt +++ /dev/null @@ -1,382 +0,0 @@ -AreaDataFile - -Start Object000 - 30708.208984 -32336.335938 18867.080078 - 23604552 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object001 - 33524.136719 -24312.728516 0.000000 - 206416346 - 180.000000#210.000000#165.000000 - -91.000000 -End Object -Start Object002 - 28437.171875 -33024.082031 19242.640625 - 206416346 - 0.000000#0.000000#165.000000 - -22.000000 -End Object -Start Object003 - 27507.970703 -41097.531250 21332.417969 - 386239327 - 0.000000#0.000000#330.000000 - 0.000000 -End Object -Start Object004 - 27689.050781 -40583.035156 21382.220703 - 426586674 - 0.000000#0.000000#330.000000 - 0.000000 -End Object -Start Object005 - 40536.742188 -35186.097656 21131.470703 - 494952210 - 0.000000#0.000000#0.000000 - 30.000000 -End Object -Start Object006 - 37534.898438 -35019.261719 21965.632813 - 494952210 - 30.000000#30.000000#330.000000 - 30.000000 -End Object -Start Object007 - 37841.042969 -35123.339844 21514.599609 - 494952210 - 330.000000#45.000000#0.000000 - 30.000000 -End Object -Start Object008 - 45065.953125 -27113.226563 22658.535156 - 568146708 - 330.000000#75.000000#15.000000 - -91.000000 -End Object -Start Object009 - 43352.683594 -43935.000000 21398.732422 - 780392666 - 0.000000#0.000000#210.000000 - 2697.000000 -End Object -Start Object010 - 26860.759766 -40979.886719 21372.892578 - 796958272 - 15.000000#330.000000#315.000000 - 0.000000 -End Object -Start Object011 - 27910.035156 -41600.339844 21326.175781 - 796958272 - 0.000000#0.000000#330.000000 - 0.000000 -End Object -Start Object012 - 40668.996094 -34622.222656 21322.269531 - 819082557 - 135.000000#180.000000#330.000000 - -91.000000 -End Object -Start Object013 - 37723.570313 -35509.191406 21789.085938 - 819082557 - 330.000000#0.000000#0.000000 - 30.000000 -End Object -Start Object014 - 37836.730469 -34524.714844 21789.740234 - 819082557 - 195.000000#165.000000#330.000000 - -91.000000 -End Object -Start Object015 - 41101.824219 -35536.808594 21809.130859 - 819082557 - 135.000000#180.000000#330.000000 - -91.000000 -End Object -Start Object016 - 42841.238281 -38550.691406 21414.185547 - 819082557 - 30.000000#315.000000#0.000000 - 30.000000 -End Object -Start Object017 - 47225.835938 -28460.017578 22268.275391 - 974491171 - 0.000000#0.000000#30.000000 - -455.000000 -End Object -Start Object018 - 40969.753906 -36048.628906 21452.835938 - 998205960 - 330.000000#15.000000#0.000000 - 30.000000 -End Object -Start Object019 - 37398.574219 -35397.089844 22248.044922 - 998205960 - 30.000000#30.000000#0.000000 - 30.000000 -End Object -Start Object020 - 41187.332031 -36766.679688 21316.207031 - 998205960 - 135.000000#180.000000#330.000000 - -91.000000 -End Object -Start Object021 - 46100.613281 -30560.818359 22205.900391 - 1290225781 - 30.000000#45.000000#60.000000 - -91.000000 -End Object -Start Object022 - 40562.488281 -34925.277344 21160.904297 - 1406757001 - 135.000000#180.000000#330.000000 - -91.000000 -End Object -Start Object023 - 40781.929688 -35148.789063 21261.654297 - 1406757001 - 165.000000#195.000000#330.000000 - -91.000000 -End Object -Start Object024 - 30179.160156 -32323.953125 18875.394531 - 1430790742 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object025 - 42563.785156 -39209.253906 21197.759766 - 1435410718 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object026 - 30565.041016 -33835.089844 19635.574219 - 1435410718 - 0.000000#0.000000#0.000000 - -818.000000 -End Object -Start Object027 - 25776.535156 -41354.125000 21461.134766 - 1535330398 - 0.000000#0.000000#345.000000 - 0.000000 -End Object -Start Object028 - 29205.521484 -42048.605469 21497.652344 - 1535330398 - 0.000000#0.000000#15.000000 - 0.000000 -End Object -Start Object029 - 28355.642578 -41908.757813 21390.812500 - 1535330398 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object030 - 26314.626953 -41432.718750 21368.310547 - 1535330398 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object031 - 28784.390625 -42012.371094 21439.849609 - 1535330398 - 0.000000#0.000000#345.000000 - 0.000000 -End Object -Start Object032 - 38957.832031 -41712.335938 21388.710938 - 1688180061 - 0.000000#0.000000#330.000000 - -212.000000 -End Object -Start Object033 - 42829.832031 -37942.593750 21461.322266 - 1688180061 - 330.000000#0.000000#330.000000 - -212.000000 -End Object -Start Object034 - 25602.812500 -26658.734375 21099.429688 - 1780937370 - 45.000000#30.000000#0.000000 - -30.000000 -End Object -Start Object035 - 39949.554688 -29409.898438 22360.832031 - 2120164694 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object036 - 40824.656250 -30161.566406 22164.820313 - 2120164694 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object037 - 40331.812500 -29896.230469 22043.056641 - 2120164694 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object038 - 41865.113281 -37300.015625 21314.275391 - 2288051661 - 180.000000#180.000000#0.000000 - -30.000000 -End Object -Start Object039 - 40717.175781 -36266.015625 21154.835938 - 2288051661 - 180.000000#180.000000#60.000000 - -30.000000 -End Object -Start Object040 - 40981.175781 -30882.593750 21665.642578 - 2442081789 - 0.000000#0.000000#0.000000 - -229.000000 -End Object -Start Object041 - 39599.570313 -31523.480469 21500.921875 - 2442081789 - 0.000000#0.000000#0.000000 - -152.000000 -End Object -Start Object042 - 35907.164063 -28065.427734 22007.587891 - 2607358493 - 345.000000#15.000000#255.000000 - -576.000000 -End Object -Start Object043 - 36574.625000 -28431.263672 22503.681641 - 2607358493 - 345.000000#15.000000#255.000000 - -576.000000 -End Object -Start Object044 - 35270.589844 -27628.878906 21764.000000 - 2607358493 - 345.000000#15.000000#255.000000 - -576.000000 -End Object -Start Object045 - 36284.859375 -28270.480469 22212.210938 - 2607358493 - 345.000000#15.000000#255.000000 - -576.000000 -End Object -Start Object046 - 46483.949219 -30130.734375 22196.845703 - 2821763362 - 15.000000#45.000000#90.000000 - -333.000000 -End Object -Start Object047 - 37759.984375 -30745.943359 22571.671875 - 2898161070 - 195.000000#210.000000#345.000000 - -91.000000 -End Object -Start Object048 - 40987.921875 -30896.394531 21660.806641 - 3198731342 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object049 - 39584.101563 -31509.248047 21515.693359 - 3198731342 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object050 - 42334.246094 -37777.640625 21177.052734 - 3238147062 - 0.000000#0.000000#60.000000 - 30.000000 -End Object -Start Object051 - 34624.964844 -24170.828125 0.000000 - 3238147062 - 0.000000#0.000000#0.000000 - 30.000000 -End Object -Start Object052 - 29305.734375 -44585.117188 21504.349609 - 3449844455 - 330.000000#0.000000#330.000000 - -212.000000 -End Object -Start Object053 - 28831.601563 -30887.412109 19040.234375 - 3449844455 - 0.000000#0.000000#0.000000 - -576.000000 -End Object -Start Object054 - 29398.351563 -31274.923828 19004.974609 - 3582963698 - 0.000000#0.000000#0.000000 - -91.000000 -End Object -Start Object055 - 29116.505859 -34024.734375 19968.880859 - 3582963698 - 0.000000#315.000000#0.000000 - -91.000000 -End Object -Start Object056 - 27621.259766 -26801.105469 22206.289063 - 3582963698 - 330.000000#330.000000#330.000000 - -515.000000 -End Object -Start Object057 - 37391.406250 -35021.835938 22173.501953 - 3799866162 - 330.000000#285.000000#0.000000 - 30.000000 -End Object -Start Object058 - 40961.316406 -36774.867188 21170.261719 - 3799866162 - 330.000000#285.000000#0.000000 - 30.000000 -End Object -Start Object059 - 29192.873047 -44488.316406 21436.580078 - 3874964970 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object060 - 28448.361328 -30764.738281 19133.169922 - 3911861860 - 0.000000#0.000000#0.000000 - -22.000000 -End Object -Start Object061 - 41409.058594 -35233.304688 22186.195313 - 3911861860 - 135.000000#180.000000#330.000000 - -91.000000 -End Object -Start Object062 - 34210.613281 -24346.242188 0.000000 - 3911861860 - 195.000000#180.000000#330.000000 - -91.000000 -End Object - -ObjectCount 63 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001001/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/001001/areaproperty.txt deleted file mode 100644 index 152670c4..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001001/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 2 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001001/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/001001/attr.atr deleted file mode 100644 index 495ac5e4..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001001/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001001/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/001001/height.raw deleted file mode 100644 index 26648466..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001001/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001001/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/001001/minimap.dds deleted file mode 100644 index c072d4a1..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001001/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001001/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/001001/shadowmap.dds deleted file mode 100644 index 553a6740..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001001/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001001/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/001001/shadowmap.raw deleted file mode 100644 index d6bb4551..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001001/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001001/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/001001/tile.raw deleted file mode 100644 index eb308b11..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001001/tile.raw +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001001/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/001001/water.wtr deleted file mode 100644 index 32d8fe4e..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001001/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001002/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/001002/areadata.txt deleted file mode 100644 index d0796f8f..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001002/areadata.txt +++ /dev/null @@ -1,214 +0,0 @@ -AreaDataFile - -Start Object000 - 48271.652344 -74894.234375 18225.570313 - 459116056 - 0.000000#0.000000#255.000000 - 5.000000 -End Object -Start Object001 - 42767.207031 -71793.875000 20804.123047 - 563657540 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object002 - 27459.947266 -70834.875000 20489.560547 - 580841096 - 0.000000#15.000000#0.000000 - -91.000000 -End Object -Start Object003 - 34166.527344 -63154.359375 20991.644531 - 974491171 - 45.000000#0.000000#60.000000 - -455.000000 -End Object -Start Object004 - 50001.664063 -71801.273438 18635.500000 - 1013185983 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object005 - 50021.371094 -72751.367188 18628.974609 - 1430790742 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object006 - 27466.039063 -71323.914063 20330.605469 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object007 - 34522.730469 -55494.359375 20232.154297 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object008 - 28159.828125 -63691.347656 19474.285156 - 1602256688 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object009 - 41932.843750 -71180.257813 20235.500000 - 1602256688 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object010 - 40149.097656 -55878.207031 20809.400391 - 1602256688 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object011 - 29587.123047 -56777.437500 19453.867188 - 1602256688 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object012 - 35172.332031 -71742.796875 19416.035156 - 1602256688 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object013 - 35614.726563 -54591.914063 20711.320313 - 1656471312 - 345.000000#15.000000#0.000000 - -212.000000 -End Object -Start Object014 - 41801.804688 -59286.757813 21019.730469 - 1656471312 - 345.000000#15.000000#0.000000 - -212.000000 -End Object -Start Object015 - 45200.671875 -74925.789063 18093.000000 - 1688180061 - 0.000000#345.000000#255.000000 - 5.000000 -End Object -Start Object016 - 50001.765625 -71542.593750 18635.500000 - 1812446801 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object017 - 50005.957031 -71684.406250 18635.500000 - 2077239231 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object018 - 49400.000000 -74700.000000 18065.000000 - 2276262724 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object019 - 50600.000000 -74700.000000 18114.750000 - 2276262724 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object020 - 34764.234375 -71232.484375 19709.339844 - 2399981002 - 0.000000#0.000000#45.000000 - -212.000000 -End Object -Start Object021 - 35971.179688 -65721.664063 21557.875000 - 2399981002 - 0.000000#0.000000#45.000000 - -212.000000 -End Object -Start Object022 - 42362.769531 -68075.343750 21626.500000 - 2399981002 - 0.000000#0.000000#45.000000 - -212.000000 -End Object -Start Object023 - 39303.718750 -58053.406250 20940.849609 - 2399981002 - 0.000000#0.000000#45.000000 - -212.000000 -End Object -Start Object024 - 35557.761719 -59245.570313 20835.339844 - 2399981002 - 0.000000#0.000000#45.000000 - -212.000000 -End Object -Start Object025 - 26724.218750 -55598.417969 19922.470703 - 2399981002 - 0.000000#0.000000#45.000000 - -212.000000 -End Object -Start Object026 - 36593.687500 -72448.195313 19943.398438 - 2399981002 - 0.000000#0.000000#0.000000 - -212.000000 -End Object -Start Object027 - 30253.619141 -57518.027344 19683.142578 - 2808893847 - 15.000000#0.000000#90.000000 - 30.000000 -End Object -Start Object028 - 48479.921875 -74734.703125 18294.892578 - 3184886017 - 0.000000#0.000000#90.000000 - -30.000000 -End Object -Start Object029 - 26370.214844 -72633.218750 21008.410156 - 3381040417 - 0.000000#0.000000#0.000000 - -879.000000 -End Object -Start Object030 - 41386.089844 -70351.070313 20337.972656 - 3449844455 - 45.000000#0.000000#60.000000 - -455.000000 -End Object -Start Object031 - 39821.582031 -66002.945313 21452.148438 - 3582963698 - 345.000000#15.000000#15.000000 - -333.000000 -End Object -Start Object032 - 50000.000000 -74400.000000 18058.000000 - 3720363164 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object033 - 50000.000000 -74800.000000 18043.000000 - 3720363164 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object034 - 50000.000000 -74300.000000 18067.500000 - 3837606153 - 0.000000#0.000000#0.000000 - 0.000000 -End Object - -ObjectCount 35 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001002/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/001002/attr.atr deleted file mode 100644 index b012184c..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001002/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001002/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/001002/height.raw deleted file mode 100644 index 9cf81510..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001002/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001002/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/001002/minimap.dds deleted file mode 100644 index 5a7be2f6..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001002/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001002/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/001002/shadowmap.dds deleted file mode 100644 index fe050a97..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001002/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001002/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/001002/shadowmap.raw deleted file mode 100644 index 1dac3747..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001002/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001002/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/001002/tile.raw deleted file mode 100644 index 73a4243b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001002/tile.raw +++ /dev/null @@ -1,3092 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001003/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/001003/areadata.txt deleted file mode 100644 index 544aaced..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001003/areadata.txt +++ /dev/null @@ -1,238 +0,0 @@ -AreaDataFile - -Start Object000 - 48335.617188 -81955.140625 17812.988281 - 77903938 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object001 - 26357.714844 -77211.976563 20310.126953 - 391848071 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object002 - 38907.933594 -95346.664063 19528.199219 - 391848071 - 45.000000#0.000000#60.000000 - -152.000000 -End Object -Start Object003 - 25740.412109 -94164.718750 18139.150391 - 447576337 - 0.000000#345.000000#75.000000 - -91.000000 -End Object -Start Object004 - 29725.236328 -91546.570313 19784.650391 - 580841096 - 45.000000#0.000000#0.000000 - -152.000000 -End Object -Start Object005 - 47027.316406 -81409.085938 17966.501953 - 954129400 - 0.000000#0.000000#60.000000 - -30.000000 -End Object -Start Object006 - 42428.699219 -83499.085938 19793.814453 - 974491171 - 45.000000#0.000000#60.000000 - -455.000000 -End Object -Start Object007 - 40167.378906 -84768.609375 20453.455078 - 974491171 - 45.000000#0.000000#60.000000 - -455.000000 -End Object -Start Object008 - 41650.328125 -76876.890625 20199.769531 - 974491171 - 45.000000#0.000000#60.000000 - -455.000000 -End Object -Start Object009 - 46322.468750 -81305.656250 17895.425781 - 974491171 - 45.000000#0.000000#60.000000 - -455.000000 -End Object -Start Object010 - 30326.488281 -87978.406250 19150.824219 - 974491171 - 45.000000#0.000000#60.000000 - -455.000000 -End Object -Start Object011 - 28279.773438 -79207.093750 20363.306641 - 974491171 - 45.000000#0.000000#60.000000 - -455.000000 -End Object -Start Object012 - 26038.531250 -90729.390625 18502.650391 - 1017867244 - 0.000000#0.000000#0.000000 - -879.000000 -End Object -Start Object013 - 28499.982422 -79107.937500 20536.099609 - 1267956702 - 330.000000#0.000000#90.000000 - 30.000000 -End Object -Start Object014 - 28790.119141 -79213.703125 20849.650391 - 1267956702 - 330.000000#0.000000#90.000000 - 30.000000 -End Object -Start Object015 - 28643.625000 -79175.031250 20708.472656 - 1267956702 - 330.000000#0.000000#90.000000 - 30.000000 -End Object -Start Object016 - 26037.205078 -76999.492188 20565.152344 - 1322333788 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object017 - 48400.511719 -81917.859375 17784.904297 - 1322333788 - 0.000000#0.000000#90.000000 - -30.000000 -End Object -Start Object018 - 48279.265625 -81921.476563 17805.957031 - 1342729727 - 0.000000#0.000000#90.000000 - -30.000000 -End Object -Start Object019 - 31284.927734 -85304.460938 18847.050781 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object020 - 40622.074219 -87145.906250 18910.578125 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object021 - 27454.443359 -84188.765625 20099.675781 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object022 - 32810.382813 -77987.289063 20334.046875 - 1602256688 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object023 - 42933.558594 -84180.492188 19380.777344 - 1602256688 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object024 - 36610.503906 -80990.390625 20094.375000 - 1602256688 - 0.000000#0.000000#0.000000 - -29.000000 -End Object -Start Object025 - 36441.378906 -77656.507813 20010.533203 - 1602256688 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object026 - 34769.890625 -83972.726563 19571.929688 - 1602256688 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object027 - 36507.187500 -89376.359375 19117.447266 - 1812446801 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object028 - 43114.890625 -93521.390625 18950.734375 - 1812446801 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object029 - 35436.976563 -88731.062500 19852.064453 - 1988456776 - 45.000000#0.000000#0.000000 - -152.000000 -End Object -Start Object030 - 25913.412109 -94073.257813 18188.792969 - 2888901224 - 0.000000#345.000000#75.000000 - -91.000000 -End Object -Start Object031 - 46972.875000 -81347.609375 17940.212891 - 3184886017 - 0.000000#0.000000#60.000000 - -30.000000 -End Object -Start Object032 - 26636.259766 -79439.164063 20369.744141 - 3321840087 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object033 - 39956.371094 -76941.757813 20163.642578 - 3449844455 - 45.000000#0.000000#60.000000 - -455.000000 -End Object -Start Object034 - 39030.933594 -92594.421875 19618.914063 - 3582963698 - 45.000000#0.000000#0.000000 - -152.000000 -End Object -Start Object035 - 31512.550781 -77315.406250 20359.882813 - 3582963698 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object036 - 35682.097656 -77228.515625 20682.685547 - 3582963698 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object037 - 35368.968750 -78082.218750 21335.189453 - 3582963698 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object038 - 48462.468750 -81920.656250 17766.925781 - 3874964970 - 0.000000#0.000000#60.000000 - -30.000000 -End Object - -ObjectCount 39 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001003/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/001003/attr.atr deleted file mode 100644 index 75dccde5..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001003/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001003/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/001003/height.raw deleted file mode 100644 index e6c037d8..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001003/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001003/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/001003/minimap.dds deleted file mode 100644 index ae21df87..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001003/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001003/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/001003/shadowmap.dds deleted file mode 100644 index 450a5dc2..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001003/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001003/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/001003/shadowmap.raw deleted file mode 100644 index 0c7e12f4..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001003/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001003/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/001003/tile.raw deleted file mode 100644 index 9c4ed78d..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001003/tile.raw +++ /dev/null @@ -1,2744 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -                      \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001004/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/001004/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001004/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001004/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/001004/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001004/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001004/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/001004/height.raw deleted file mode 100644 index 40f62b26..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001004/height.raw +++ /dev/null @@ -1,9 +0,0 @@ - - - -     - - !! !! !! !! !! !! !! !! !! !! !! !!!!!! !!!!!! !!!!!! !!!!!!!!!!!!              - -  -    \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001004/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/001004/minimap.dds deleted file mode 100644 index e66a805a..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001004/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001004/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/001004/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001004/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001004/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/001004/tile.raw deleted file mode 100644 index ebd95bfa..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001004/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001005/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/001005/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001005/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001005/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/001005/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001005/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001005/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/001005/height.raw deleted file mode 100644 index d30d3d73..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001005/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001005/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/001005/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001005/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001005/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/001005/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001005/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001005/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/001005/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001005/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001006/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/001006/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001006/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001006/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/001006/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001006/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001006/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/001006/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001006/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001006/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/001006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001006/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001006/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/001006/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001006/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001006/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/001006/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001006/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001007/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/001007/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001007/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001007/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/001007/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/001007/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001007/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/001007/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001007/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001007/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/001007/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/001007/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002000/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/002000/areadata.txt deleted file mode 100644 index 020a1975..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002000/areadata.txt +++ /dev/null @@ -1,328 +0,0 @@ -AreaDataFile - -Start Object000 - 74849.382813 -22736.000000 19696.890625 - 14480112 - 0.000000#0.000000#75.000000 - 0.000000 -End Object -Start Object001 - 73469.585938 -22730.265625 19647.849609 - 14480112 - 0.000000#0.000000#300.000000 - 0.000000 -End Object -Start Object002 - 75081.085938 -21899.886719 19697.654297 - 14480112 - 0.000000#0.000000#240.000000 - 0.000000 -End Object -Start Object003 - 54200.000000 -3900.000000 19444.750000 - 23604552 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object004 - 61959.066406 -23276.775391 19317.724609 - 381729585 - 60.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object005 - 60182.617188 -12713.986328 19638.921875 - 391848071 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object006 - 76261.546875 -15332.989258 19568.447266 - 447576337 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object007 - 57744.156250 -21059.587891 20394.039063 - 580841096 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object008 - 55039.179688 -6735.474121 19494.193359 - 580841096 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object009 - 75671.976563 -5870.190430 19499.769531 - 580841096 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object010 - 70954.242188 -5865.769043 20318.144531 - 580841096 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object011 - 58448.281250 -8798.488281 20937.820313 - 580841096 - 270.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object012 - 73341.367188 -13341.455078 20655.552734 - 580841096 - 270.000000#300.000000#105.000000 - 0.000000 -End Object -Start Object013 - 72103.000000 -20162.238281 19620.195313 - 628240070 - 0.000000#0.000000#90.000000 - -26.000000 -End Object -Start Object014 - 56341.339844 -3702.938965 19858.105469 - 940409560 - 0.000000#0.000000#90.000000 - -152.000000 -End Object -Start Object015 - 75934.234375 -19531.628906 19499.554688 - 974491171 - 300.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object016 - 74150.546875 -24072.531250 19648.464844 - 979981642 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object017 - 53900.000000 -5400.000000 19573.000000 - 1158178368 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object018 - 61200.000000 -11300.000000 19258.250000 - 1158178368 - 345.000000#135.000000#345.000000 - 0.000000 -End Object -Start Object019 - 53100.000000 -4900.000000 19706.000000 - 1318465361 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object020 - 66273.554688 -17335.355469 19333.437500 - 1342729727 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object021 - 75989.398438 -19727.630859 19461.015625 - 1401373405 - 0.000000#0.000000#105.000000 - -26.000000 -End Object -Start Object022 - 76061.601563 -20788.117188 19468.214844 - 1401373405 - 0.000000#0.000000#90.000000 - -26.000000 -End Object -Start Object023 - 54485.046875 -4208.418457 19434.425781 - 1430790742 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object024 - 71955.390625 -20111.089844 19620.619141 - 1471924893 - 0.000000#0.000000#90.000000 - -26.000000 -End Object -Start Object025 - 71120.476563 -23879.777344 20473.074219 - 1656471312 - 315.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object026 - 66569.312500 -22628.562500 20214.384766 - 1656471312 - 315.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object027 - 72417.179688 -9765.318359 21354.712891 - 1771263367 - 0.000000#0.000000#285.000000 - 0.000000 -End Object -Start Object028 - 75372.820313 -17534.201172 19614.105469 - 1771263367 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object029 - 57342.062500 -15648.728516 19925.099609 - 1988456776 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object030 - 66664.187500 -18320.921875 20029.660156 - 1988456776 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object031 - 55290.527344 -25148.992188 20560.244141 - 1988456776 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object032 - 75761.367188 -15271.919922 19494.912109 - 2120164694 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object033 - 71619.234375 -16399.439453 19063.984375 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object034 - 64255.742188 -11606.490234 19205.328125 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object035 - 56609.804688 -11811.262695 19577.587891 - 2651116942 - 0.000000#0.000000#357.000000 - -22.000000 -End Object -Start Object036 - 65409.511719 -21229.048828 19412.376953 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object037 - 76437.734375 -6413.081543 19280.380859 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object038 - 61192.910156 -25029.546875 19669.650391 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object039 - 64152.480469 -11604.569336 19205.460938 - 2735491311 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object040 - 71641.289063 -16400.720703 19067.457031 - 2735491311 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object041 - 76440.289063 -6402.703125 19280.949219 - 2735491311 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object042 - 65398.839844 -21243.511719 19413.494141 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object043 - 61195.941406 -24957.964844 19669.867188 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object044 - 56598.351563 -11841.803711 19577.384766 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object045 - 76648.765625 -15349.524414 19609.125000 - 2888901224 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object046 - 54369.332031 -4696.432129 19508.224609 - 3198731342 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object047 - 54971.136719 -4074.197266 19483.574219 - 3198731342 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object048 - 66381.960938 -17349.587891 19387.472656 - 3321840087 - 0.000000#0.000000#240.000000 - 0.000000 -End Object -Start Object049 - 66249.023438 -17412.181641 19346.220703 - 3337589718 - 0.000000#0.000000#240.000000 - 0.000000 -End Object -Start Object050 - 71229.507813 -19580.361328 20062.730469 - 3449844455 - 300.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object051 - 68696.335938 -22986.472656 19904.869141 - 3449844455 - 300.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object052 - 70023.679688 -7576.555664 20170.304688 - 3582963698 - 345.000000#0.000000#315.000000 - 0.000000 -End Object -Start Object053 - 64392.648438 -14776.520508 20037.080078 - 3582963698 - 345.000000#15.000000#300.000000 - -333.000000 -End Object - -ObjectCount 54 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002000/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/002000/attr.atr deleted file mode 100644 index 6c8f1d60..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002000/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002000/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/002000/height.raw deleted file mode 100644 index 97954831..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002000/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002000/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002000/minimap.dds deleted file mode 100644 index cb42168e..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002000/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002000/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002000/shadowmap.dds deleted file mode 100644 index 791de2b4..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002000/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002000/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/002000/shadowmap.raw deleted file mode 100644 index 6aff108f..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002000/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002000/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/002000/tile.raw deleted file mode 100644 index 403a4c7b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002000/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002001/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/002001/areadata.txt deleted file mode 100644 index 4c965746..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002001/areadata.txt +++ /dev/null @@ -1,289 +0,0 @@ -AreaDataFile - -Start Object000 - 68928.906250 -29571.660156 19424.935547 - 14480112 - 0.000000#0.000000#15.000000 - 0.000000 -End Object -Start Object001 - 71622.757813 -32821.679688 20055.443359 - 14480112 - 0.000000#0.000000#345.000000 - -455.000000 -End Object -Start Object002 - 68919.859375 -26393.824219 19811.429688 - 14480112 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object003 - 64656.132813 -28340.958984 19773.439453 - 14480112 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object004 - 64650.437500 -27198.201172 19740.214844 - 14480112 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object005 - 65600.000000 -33500.000000 19219.000000 - 77903938 - 0.000000#0.000000#150.000000 - 0.000000 -End Object -Start Object006 - 56923.148438 -44461.019531 19363.527344 - 77903938 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object007 - 61004.855469 -32679.542969 20021.255859 - 391848071 - 45.000000#0.000000#45.000000 - 0.000000 - #1.110000 -End Object -Start Object008 - 61000.000000 -33300.000000 20008.250000 - 391848071 - 45.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object009 - 60992.355469 -32122.349609 20034.330078 - 391848071 - 45.000000#0.000000#45.000000 - 0.000000 - #1.200000 -End Object -Start Object010 - 72978.843750 -34631.335938 20302.542969 - 940409560 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object011 - 72804.843750 -32759.132813 20316.857422 - 940409560 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object012 - 56800.000000 -35100.000000 19266.000000 - 1318465361 - 345.000000#135.000000#345.000000 - 0.000000 -End Object -Start Object013 - 56780.468750 -44400.070313 19335.750000 - 1342729727 - 0.000000#30.000000#180.000000 - 0.000000 -End Object -Start Object014 - 56922.316406 -44379.238281 19344.626953 - 1342729727 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object015 - 69300.000000 -29600.000000 19412.250000 - 1435410718 - 345.000000#135.000000#345.000000 - 0.000000 -End Object -Start Object016 - 65600.000000 -33700.000000 19237.750000 - 1435410718 - 345.000000#135.000000#345.000000 - 0.000000 -End Object -Start Object017 - 57489.355469 -30715.611328 20566.248047 - 1849868335 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object018 - 70826.671875 -38093.824219 19850.529297 - 1849868335 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object019 - 56974.859375 -44908.781250 19498.029297 - 1849868335 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object020 - 69551.875000 -42371.648438 19748.152344 - 1849868335 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object021 - 69042.125000 -48984.894531 15865.000000 - 2096618344 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object022 - 70808.984375 -33792.691406 19516.199219 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object023 - 66432.890625 -43386.878906 19465.099609 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object024 - 74239.515625 -38999.570313 19463.460938 - 2651116942 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object025 - 69385.664063 -26998.804688 19703.519531 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object026 - 56206.460938 -31266.546875 19312.330078 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object027 - 73216.468750 -29412.490234 19534.189453 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object028 - 73151.523438 -29398.890625 19532.089844 - 2735491311 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object029 - 74154.046875 -39006.660156 19460.160156 - 2735491311 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object030 - 66440.828125 -43399.675781 19465.289063 - 2735491311 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object031 - 69393.453125 -26946.087891 19703.804688 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object032 - 56197.144531 -31244.718750 19313.671875 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object033 - 70844.968750 -33799.203125 19516.884766 - 2735491311 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object034 - 69500.000000 -29700.000000 19415.500000 - 2745119998 - 0.000000#0.000000#74.000000 - 0.000000 -End Object -Start Object035 - 69873.835938 -48972.863281 15865.000000 - 2908943621 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object036 - 57169.761719 -44311.820313 19308.285156 - 3198731342 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object037 - 56579.445313 -44260.835938 19314.830078 - 3198731342 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object038 - 57007.457031 -44306.078125 19317.902344 - 3321840087 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object039 - 56774.808594 -44290.640625 19308.769531 - 3337589718 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object040 - 72322.859375 -28507.613281 19678.644531 - 3449844455 - 300.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object041 - 76648.429688 -30678.089844 19953.535156 - 3449844455 - 300.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object042 - 56257.238281 -37122.613281 19199.435547 - 3582963698 - 345.000000#0.000000#0.000000 - 0.000000 - #1.620000 -End Object -Start Object043 - 64170.859375 -33126.632813 20355.564453 - 3582963698 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object044 - 65912.898438 -35255.175781 19903.345703 - 3582963698 - 0.000000#0.000000#285.000000 - -636.000000 -End Object -Start Object045 - 71128.546875 -30836.623047 20177.919922 - 3582963698 - 0.000000#0.000000#285.000000 - -636.000000 -End Object -Start Object046 - 72607.632813 -44311.703125 19742.849609 - 4172556926 - 0.000000#0.000000#0.000000 - -30.000000 -End Object - -ObjectCount 47 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002001/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/002001/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002001/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002001/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/002001/attr.atr deleted file mode 100644 index 9a520ee6..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002001/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002001/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/002001/height.raw deleted file mode 100644 index 18b4d651..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002001/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002001/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002001/minimap.dds deleted file mode 100644 index 93a5320e..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002001/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002001/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002001/shadowmap.dds deleted file mode 100644 index 1f78deaf..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002001/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002001/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/002001/shadowmap.raw deleted file mode 100644 index be04ad4a..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002001/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002001/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/002001/tile.raw deleted file mode 100644 index 4d0f5b1a..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002001/tile.raw +++ /dev/null @@ -1 +0,0 @@ -        \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002001/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/002001/water.wtr deleted file mode 100644 index 92bc7d23..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002001/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002002/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/002002/areadata.txt deleted file mode 100644 index 929d595b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002002/areadata.txt +++ /dev/null @@ -1,106 +0,0 @@ -AreaDataFile - -Start Object000 - 72793.164063 -70627.828125 18425.363281 - 259757768 - 0.000000#0.000000#0.000000 - -91.000000 -End Object -Start Object001 - 72781.203125 -70752.226563 18430.859375 - 259757768 - 0.000000#0.000000#0.000000 - -91.000000 -End Object -Start Object002 - 72840.601563 -70953.078125 18418.492188 - 259757768 - 0.000000#0.000000#0.000000 - -91.000000 -End Object -Start Object003 - 51612.734375 -74919.750000 18293.460938 - 459116056 - 0.000000#0.000000#255.000000 - 5.000000 -End Object -Start Object004 - 74309.507813 -67795.976563 17904.154297 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object005 - 75217.148438 -66892.570313 18040.375000 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object006 - 76344.468750 -66401.343750 18419.185547 - 974491171 - 0.000000#0.000000#0.000000 - -212.000000 -End Object -Start Object007 - 68180.234375 -63077.863281 17852.734375 - 1406757001 - 0.000000#0.000000#60.000000 - 0.000000 -End Object -Start Object008 - 52720.769531 -74282.953125 18624.445313 - 1803145854 - 0.000000#0.000000#90.000000 - -30.000000 -End Object -Start Object009 - 69175.445313 -62283.777344 17922.761719 - 1849868335 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object010 - 72855.773438 -71406.906250 17989.560547 - 1849868335 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object011 - 67867.039063 -63504.871094 17865.634766 - 2276262724 - 0.000000#0.000000#60.000000 - 0.000000 -End Object -Start Object012 - 68445.195313 -62621.296875 17866.804688 - 2276262724 - 0.000000#0.000000#60.000000 - 0.000000 -End Object -Start Object013 - 52743.980469 -74362.398438 18551.738281 - 2288051661 - 0.000000#0.000000#90.000000 - -30.000000 -End Object -Start Object014 - 52397.031250 -74505.125000 18476.421875 - 3184886017 - 0.000000#0.000000#60.000000 - -30.000000 -End Object -Start Object015 - 69361.820313 -61895.656250 18177.101563 - 4172556926 - 0.000000#0.000000#0.000000 - -91.000000 -End Object -Start Object016 - 69655.734375 -61492.656250 18166.806641 - 4172556926 - 0.000000#0.000000#0.000000 - -91.000000 -End Object - -ObjectCount 17 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002002/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/002002/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002002/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002002/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/002002/attr.atr deleted file mode 100644 index b9f926b1..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002002/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002002/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/002002/height.raw deleted file mode 100644 index 5649ec1f..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002002/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002002/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002002/minimap.dds deleted file mode 100644 index 822496af..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002002/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002002/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002002/shadowmap.dds deleted file mode 100644 index 8ea4e0c6..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002002/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002002/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/002002/shadowmap.raw deleted file mode 100644 index 5d555de1..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002002/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002002/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/002002/tile.raw deleted file mode 100644 index e86afc1e..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002002/tile.raw +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002002/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/002002/water.wtr deleted file mode 100644 index 9543f8d8..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002002/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002003/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/002003/areadata.txt deleted file mode 100644 index b7ca8f46..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002003/areadata.txt +++ /dev/null @@ -1,106 +0,0 @@ -AreaDataFile - -Start Object000 - 54304.351563 -81727.398438 18657.351563 - 78423579 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object001 - 54858.367188 -80601.601563 18662.105469 - 563657540 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object002 - 73293.914063 -80111.914063 17915.617188 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object003 - 73675.851563 -80890.570313 17845.287109 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object004 - 73536.898438 -78921.257813 18332.410156 - 974491171 - 0.000000#0.000000#0.000000 - -212.000000 -End Object -Start Object005 - 74820.281250 -81345.578125 18289.837891 - 974491171 - 0.000000#0.000000#0.000000 - -212.000000 -End Object -Start Object006 - 75460.914063 -81508.890625 18428.699219 - 974491171 - 0.000000#0.000000#0.000000 - -333.000000 -End Object -Start Object007 - 66429.085938 -83201.898438 17835.720703 - 1406757001 - 0.000000#0.000000#105.000000 - 0.000000 -End Object -Start Object008 - 54591.546875 -81233.804688 18587.855469 - 1849868335 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object009 - 59685.855469 -98256.734375 15865.000000 - 2096618344 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object010 - 59910.304688 -78353.750000 15866.830078 - 2096618344 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object011 - 66524.328125 -83743.156250 17845.015625 - 2276262724 - 0.000000#0.000000#105.000000 - 0.000000 -End Object -Start Object012 - 66234.796875 -82698.039063 17834.935547 - 2276262724 - 0.000000#0.000000#105.000000 - 0.000000 -End Object -Start Object013 - 55212.554688 -79769.226563 18123.990234 - 2839234966 - 30.000000#0.000000#60.000000 - -152.000000 -End Object -Start Object014 - 60023.082031 -93608.703125 15865.000000 - 2908943621 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object015 - 75645.265625 -81249.937500 18192.695313 - 3449844455 - 0.000000#0.000000#0.000000 - -333.000000 -End Object -Start Object016 - 55049.730469 -79484.359375 17912.685547 - 3844678290 - 0.000000#0.000000#90.000000 - -30.000000 -End Object - -ObjectCount 17 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002003/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/002003/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002003/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002003/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/002003/attr.atr deleted file mode 100644 index d6ab3faa..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002003/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002003/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/002003/height.raw deleted file mode 100644 index a325aefd..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002003/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002003/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002003/minimap.dds deleted file mode 100644 index 8ca1bfa2..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002003/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002003/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002003/shadowmap.dds deleted file mode 100644 index d23164a4..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002003/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002003/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/002003/shadowmap.raw deleted file mode 100644 index 0b449005..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002003/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002003/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/002003/tile.raw deleted file mode 100644 index 667e2eed..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002003/tile.raw +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002003/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/002003/water.wtr deleted file mode 100644 index 2fa892a7..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002003/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002004/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/002004/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002004/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002004/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/002004/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002004/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002004/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/002004/attr.atr deleted file mode 100644 index b14a90c2..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002004/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002004/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/002004/height.raw deleted file mode 100644 index 6cfad3f0..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002004/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002004/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002004/minimap.dds deleted file mode 100644 index 4fc2937a..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002004/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002004/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002004/shadowmap.dds deleted file mode 100644 index ea73e388..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002004/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002004/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/002004/shadowmap.raw deleted file mode 100644 index d76397ab..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002004/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002004/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/002004/tile.raw deleted file mode 100644 index 0de23151..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002004/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002004/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/002004/water.wtr deleted file mode 100644 index dd0973e4..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002004/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002005/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/002005/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002005/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002005/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/002005/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002005/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002005/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/002005/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002005/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002005/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002005/minimap.dds deleted file mode 100644 index a058b0a7..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002005/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002005/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/002005/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002005/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002005/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/002005/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002005/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002006/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/002006/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002006/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002006/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/002006/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002006/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002006/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/002006/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002006/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002006/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/002006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002006/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002006/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/002006/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002006/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002006/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/002006/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002006/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002007/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/002007/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002007/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002007/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/002007/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/002007/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002007/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/002007/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002007/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002007/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/002007/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/002007/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003000/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/003000/areadata.txt deleted file mode 100644 index 200646fc..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003000/areadata.txt +++ /dev/null @@ -1,222 +0,0 @@ -AreaDataFile - -Start Object000 - 89482.070313 -17191.121094 19453.019531 - 14480112 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object001 - 93279.257813 -7127.394531 19297.662109 - 77903938 - 0.000000#0.000000#150.000000 - 0.000000 -End Object -Start Object002 - 84421.656250 -17665.802734 19270.539063 - 77903938 - 0.000000#0.000000#150.000000 - 0.000000 -End Object -Start Object003 - 79710.023438 -10635.382813 19098.500000 - 381729585 - 0.000000#300.000000#270.000000 - 0.000000 -End Object -Start Object004 - 86466.710938 -23500.585938 20356.179688 - 391848071 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object005 - 95810.875000 -19048.646484 19954.255859 - 391848071 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object006 - 79392.273438 -15352.833984 19911.679688 - 391848071 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object007 - 93402.289063 -17825.027344 19955.732422 - 391848071 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object008 - 80752.914063 -13385.849609 20676.863281 - 580841096 - 270.000000#300.000000#45.000000 - 0.000000 -End Object -Start Object009 - 84317.406250 -17768.119141 19363.884766 - 974491171 - 300.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object010 - 94400.000000 -6200.000000 19202.000000 - 1158178368 - 345.000000#135.000000#345.000000 - 0.000000 -End Object -Start Object011 - 90200.000000 -11700.000000 19264.250000 - 1435410718 - 345.000000#135.000000#345.000000 - 0.000000 -End Object -Start Object012 - 81100.000000 -20900.000000 19374.250000 - 1435410718 - 345.000000#135.000000#345.000000 - 0.000000 -End Object -Start Object013 - 85908.906250 -9933.155273 19123.449219 - 1849868335 - 345.000000#15.000000#330.000000 - 0.000000 -End Object -Start Object014 - 91718.117188 -6290.916016 19234.335938 - 1849868335 - 345.000000#15.000000#270.000000 - 0.000000 - #1.310000 -End Object -Start Object015 - 94196.375000 -14250.724609 19312.564453 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object016 - 94186.890625 -24617.851563 19286.347656 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object017 - 81817.148438 -16203.119141 19228.931641 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object018 - 89999.554688 -16604.503906 19403.685547 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object019 - 79989.609375 -24031.544922 19187.101563 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object020 - 89998.101563 -16553.447266 19405.697266 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object021 - 94196.000000 -14242.470703 19312.224609 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object022 - 94197.296875 -24645.527344 19287.232422 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object023 - 81844.789063 -16203.586914 19233.042969 - 2735491311 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object024 - 80001.781250 -23959.625000 19186.347656 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object025 - 80596.726563 -20664.691406 19228.259766 - 2745119998 - 0.000000#0.000000#257.000000 - 0.000000 -End Object -Start Object026 - 86425.406250 -16418.929688 19858.250000 - 3449844455 - 300.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object027 - 82266.375000 -15450.881836 19456.789063 - 3449844455 - 300.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object028 - 77210.812500 -21180.582031 19509.175781 - 3449844455 - 300.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object029 - 90903.390625 -20630.644531 19675.988281 - 3582963698 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object030 - 78999.039063 -24960.847656 19652.726563 - 3582963698 - 315.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object031 - 86878.117188 -16477.410156 20609.148438 - 3582963698 - 300.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object032 - 88784.210938 -19367.849609 20235.226563 - 3582963698 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object033 - 93054.460938 -19619.492188 19935.480469 - 3582963698 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object034 - 95207.570313 -25599.466797 19889.693359 - 3582963698 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object035 - 79801.437500 -6418.256348 19086.671875 - 3582963698 - 0.000000#0.000000#270.000000 - 0.000000 - #1.410000 -End Object - -ObjectCount 36 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003000/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/003000/attr.atr deleted file mode 100644 index 1967368a..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003000/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003000/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/003000/height.raw deleted file mode 100644 index 0a79be74..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003000/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003000/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003000/minimap.dds deleted file mode 100644 index 159e402f..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003000/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003000/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003000/shadowmap.dds deleted file mode 100644 index 2d55047b..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003000/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003000/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/003000/shadowmap.raw deleted file mode 100644 index 2e339a94..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003000/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003000/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/003000/tile.raw deleted file mode 100644 index 15dd3459..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003000/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003001/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/003001/areadata.txt deleted file mode 100644 index 8c0e9106..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003001/areadata.txt +++ /dev/null @@ -1,222 +0,0 @@ -AreaDataFile - -Start Object000 - 89309.343750 -31870.865234 19735.380859 - 14480112 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object001 - 86543.492188 -29643.039063 20216.962891 - 391848071 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object002 - 91181.226563 -26003.562500 20045.384766 - 391848071 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object003 - 77538.187500 -42436.667969 20294.564453 - 940409560 - 0.000000#0.000000#270.000000 - 0.000000 - #1.380000 -End Object -Start Object004 - 81200.000000 -32200.000000 19018.500000 - 1158178368 - 345.000000#135.000000#345.000000 - 0.000000 -End Object -Start Object005 - 83200.000000 -44000.000000 19692.000000 - 1318465361 - 345.000000#135.000000#345.000000 - 0.000000 -End Object -Start Object006 - 89100.000000 -38000.000000 19390.000000 - 1342729727 - 0.000000#0.000000#60.000000 - 0.000000 -End Object -Start Object007 - 79273.976563 -28847.718750 19538.619141 - 1342729727 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object008 - 94058.570313 -44187.687500 20091.269531 - 1435410718 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object009 - 92962.945313 -37768.386719 19758.244141 - 1435410718 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object010 - 89144.539063 -32722.835938 19674.615234 - 1435410718 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object011 - 82407.148438 -38948.992188 19389.658203 - 1771263367 - 0.000000#0.000000#270.000000 - 0.000000 - #0.810000 -End Object -Start Object012 - 88831.851563 -49306.187500 15865.000000 - 2096618344 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object013 - 84927.273438 -34266.347656 20269.908203 - 2467468012 - 315.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object014 - 94198.648438 -32204.654297 19354.699219 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object015 - 77624.578125 -33594.035156 19433.650391 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object016 - 84995.367188 -29377.175781 19342.099609 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object017 - 80194.320313 -27616.058594 19318.394531 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object018 - 88216.265625 -43382.960938 19579.185547 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object019 - 77645.132813 -33599.265625 19433.421875 - 2735491311 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object020 - 88243.750000 -43407.871094 19576.710938 - 2735491311 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object021 - 94195.460938 -32244.441406 19356.699219 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object022 - 84995.992188 -29443.273438 19343.927734 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object023 - 80195.367188 -27550.732422 19318.412109 - 2735491311 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object024 - 82597.335938 -44682.859375 20096.455078 - 2808893847 - 0.000000#0.000000#345.000000 - -30.000000 -End Object -Start Object025 - 79357.351563 -28750.093750 19528.044922 - 3321840087 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object026 - 89300.000000 -37900.000000 19341.000000 - 3321840087 - 0.000000#0.000000#60.000000 - 0.000000 -End Object -Start Object027 - 89300.000000 -37800.000000 19360.250000 - 3337589718 - 0.000000#0.000000#60.000000 - 0.000000 -End Object -Start Object028 - 79343.484375 -28856.531250 19493.275391 - 3337589718 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object029 - 77429.890625 -28382.414063 20026.550781 - 3582963698 - 0.000000#0.000000#285.000000 - -636.000000 -End Object -Start Object030 - 82757.421875 -32310.240234 20268.148438 - 3582963698 - 0.000000#0.000000#285.000000 - -636.000000 -End Object -Start Object031 - 92914.960938 -26349.300781 19711.449219 - 3582963698 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object032 - 81665.609375 -29839.382813 20237.267578 - 3582963698 - 315.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object033 - 84035.695313 -25849.386719 20073.609375 - 3582963698 - 315.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object034 - 83038.453125 -44484.355469 19965.875000 - 4172556926 - 0.000000#0.000000#345.000000 - -30.000000 -End Object -Start Object035 - 82164.476563 -45049.148438 20538.037109 - 4172556926 - 0.000000#0.000000#345.000000 - -30.000000 -End Object - -ObjectCount 36 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003001/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/003001/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003001/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003001/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/003001/attr.atr deleted file mode 100644 index 052fea51..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003001/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003001/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/003001/height.raw deleted file mode 100644 index ab86a3ab..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003001/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003001/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003001/minimap.dds deleted file mode 100644 index 2ac6c3de..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003001/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003001/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003001/shadowmap.dds deleted file mode 100644 index d1b2fbfe..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003001/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003001/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/003001/shadowmap.raw deleted file mode 100644 index 2ef71da0..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003001/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003001/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/003001/tile.raw deleted file mode 100644 index eb9925fb..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003001/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003001/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/003001/water.wtr deleted file mode 100644 index f19c27a9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003001/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003002/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/003002/areadata.txt deleted file mode 100644 index a0ba415a..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003002/areadata.txt +++ /dev/null @@ -1,190 +0,0 @@ -AreaDataFile - -Start Object000 - 82408.789063 -66705.585938 18190.898438 - 14480112 - 0.000000#0.000000#15.000000 - -30.000000 -End Object -Start Object001 - 87498.484375 -66964.843750 18236.669922 - 14480112 - 0.000000#0.000000#330.000000 - 77.000000 -End Object -Start Object002 - 86711.468750 -66581.515625 18410.980469 - 14480112 - 0.000000#0.000000#345.000000 - 77.000000 -End Object -Start Object003 - 83132.414063 -66549.507813 18267.937500 - 14480112 - 0.000000#0.000000#0.000000 - 77.000000 -End Object -Start Object004 - 80697.609375 -75462.687500 19429.738281 - 580841096 - 0.000000#0.000000#15.000000 - 30.000000 -End Object -Start Object005 - 85576.429688 -61300.781250 17874.089844 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object006 - 96452.460938 -68505.390625 17925.837891 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object007 - 84595.820313 -61304.156250 17889.609375 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object008 - 95723.406250 -67083.328125 17927.947266 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object009 - 94510.179688 -73237.265625 18196.109375 - 974491171 - 0.000000#0.000000#0.000000 - -394.000000 -End Object -Start Object010 - 86065.710938 -67501.968750 18778.001953 - 974491171 - 0.000000#0.000000#0.000000 - -394.000000 -End Object -Start Object011 - 96488.421875 -63002.828125 18227.830078 - 974491171 - 0.000000#0.000000#0.000000 - -697.000000 -End Object -Start Object012 - 98623.757813 -71062.843750 18244.748047 - 1062146765 - 0.000000#0.000000#345.000000 - 30.000000 -End Object -Start Object013 - 84712.109375 -55997.796875 17845.273438 - 1406757001 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object014 - 83629.132813 -66516.578125 18278.644531 - 1780937370 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object015 - 86318.929688 -66564.429688 18374.480469 - 1780937370 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object016 - 85246.750000 -55899.296875 17848.658203 - 2276262724 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object017 - 84168.851563 -55932.433594 17876.320313 - 2276262724 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object018 - 83824.695313 -63276.468750 18167.320313 - 2399981002 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object019 - 83863.695313 -63487.062500 18153.689453 - 2745119998 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object020 - 78775.234375 -66161.023438 18465.855469 - 2745119998 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object021 - 84878.398438 -76440.750000 20023.060547 - 2765734251 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object022 - 91492.781250 -72462.781250 18099.455078 - 2808893847 - 0.000000#0.000000#330.000000 - 30.000000 -End Object -Start Object023 - 83450.585938 -67799.203125 19091.445313 - 3449844455 - 0.000000#0.000000#0.000000 - -333.000000 -End Object -Start Object024 - 88466.523438 -72643.359375 19128.037109 - 3449844455 - 0.000000#0.000000#0.000000 - -333.000000 -End Object -Start Object025 - 96619.320313 -63071.421875 18199.410156 - 3449844455 - 0.000000#0.000000#0.000000 - -697.000000 -End Object -Start Object026 - 95382.562500 -63790.921875 18125.119141 - 3449844455 - 0.000000#0.000000#0.000000 - -697.000000 -End Object -Start Object027 - 85901.382813 -67761.773438 18903.935547 - 3449844455 - 0.000000#0.000000#0.000000 - -394.000000 -End Object -Start Object028 - 91245.453125 -72906.492188 17928.652344 - 4172556926 - 0.000000#0.000000#345.000000 - 30.000000 -End Object -Start Object029 - 90623.625000 -71384.406250 18205.402344 - 4172556926 - 0.000000#0.000000#345.000000 - 30.000000 -End Object -Start Object030 - 102082.578125 -61902.488281 18277.630859 - 4172556926 - 0.000000#0.000000#345.000000 - 30.000000 -End Object - -ObjectCount 31 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003002/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/003002/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003002/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003002/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/003002/attr.atr deleted file mode 100644 index b4ba7ab7..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003002/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003002/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/003002/height.raw deleted file mode 100644 index cb86dd17..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003002/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003002/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003002/minimap.dds deleted file mode 100644 index cb67429c..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003002/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003002/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003002/shadowmap.dds deleted file mode 100644 index 865db146..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003002/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003002/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/003002/shadowmap.raw deleted file mode 100644 index 446b910a..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003002/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003002/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/003002/tile.raw deleted file mode 100644 index 989dbc97..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003002/tile.raw +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - -  - - - - -  - - - -  - - - -  - - -  - - - - - -  - - - - - - - -  - - - - - -  - - - - - - - -  - - - - - - - -  - - - -       \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003002/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/003002/water.wtr deleted file mode 100644 index c7610979..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003002/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003003/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/003003/areadata.txt deleted file mode 100644 index ab9cf884..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003003/areadata.txt +++ /dev/null @@ -1,347 +0,0 @@ -AreaDataFile - -Start Object000 - 83911.617188 -77640.226563 19488.572266 - 14480112 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object001 - 85847.828125 -77652.851563 19430.640625 - 14480112 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object002 - 96082.437500 -79879.054688 18120.662109 - 14480112 - 0.000000#0.000000#315.000000 - 30.000000 -End Object -Start Object003 - 95131.906250 -81156.820313 18025.437500 - 14480112 - 0.000000#0.000000#330.000000 - 30.000000 -End Object -Start Object004 - 85302.312500 -86709.601563 17880.455078 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object005 - 95689.304688 -81484.835938 17855.937500 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object006 - 96705.773438 -80298.015625 17959.070313 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object007 - 83883.742188 -86698.226563 17886.171875 - 796958272 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object008 - 83360.406250 -85797.351563 18407.806641 - 974491171 - 0.000000#0.000000#0.000000 - -394.000000 -End Object -Start Object009 - 87890.125000 -87183.156250 18284.990234 - 974491171 - 0.000000#0.000000#0.000000 - -394.000000 -End Object -Start Object010 - 102388.523438 -85692.078125 17899.820313 - 974491171 - 0.000000#0.000000#60.000000 - -455.000000 -End Object -Start Object011 - 100487.703125 -87582.046875 18068.705078 - 974491171 - 0.000000#0.000000#60.000000 - -455.000000 -End Object -Start Object012 - 100656.101563 -87473.179688 18021.080078 - 974491171 - 0.000000#0.000000#0.000000 - -697.000000 -End Object -Start Object013 - 100227.851563 -87514.281250 18024.591797 - 974491171 - 0.000000#0.000000#0.000000 - -455.000000 -End Object -Start Object014 - 82700.000000 -91900.000000 17852.250000 - 1150902747 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object015 - 86500.000000 -91900.000000 17848.500000 - 1150902747 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object016 - 86500.000000 -88200.000000 17847.500000 - 1150902747 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object017 - 82700.000000 -88200.000000 17870.500000 - 1150902747 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object018 - 101153.781250 -86409.953125 17844.500000 - 1406757001 - 0.000000#0.000000#225.000000 - 0.000000 - #1.000001 -End Object -Start Object019 - 84600.000000 -90700.000000 17849.500000 - 1593464347 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object020 - 84300.000000 -77700.000000 19438.500000 - 1780937370 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object021 - 85480.945313 -77697.664063 19432.562500 - 1780937370 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object022 - 84600.000000 -90700.000000 17849.500000 - 1812446801 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object023 - 84600.000000 -90700.000000 17849.500000 - 2077239231 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object024 - 80815.750000 -101944.835938 15865.000000 - 2096618344 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object025 - 102399.218750 -101934.437500 15865.000000 - 2096618344 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object026 - 101665.828125 -85960.328125 17844.500000 - 2276262724 - 0.000000#0.000000#225.000000 - 0.000000 -End Object -Start Object027 - 100726.843750 -86884.406250 17844.500000 - 2276262724 - 0.000000#0.000000#225.000000 - 0.000000 -End Object -Start Object028 - 84600.000000 -91900.000000 17852.500000 - 2340306603 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object029 - 83600.000000 -91900.000000 17847.750000 - 2340306603 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object030 - 85600.000000 -91900.000000 17849.000000 - 2340306603 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object031 - 84881.375000 -77665.296875 19434.742188 - 2765734251 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object032 - 102220.500000 -102017.914063 15865.000000 - 2908943621 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object033 - 90517.992188 -81535.617188 18447.400391 - 3449844455 - 0.000000#0.000000#0.000000 - -394.000000 -End Object -Start Object034 - 80904.328125 -81787.890625 18283.171875 - 3449844455 - 0.000000#0.000000#0.000000 - -394.000000 -End Object -Start Object035 - 85889.507813 -84551.718750 18284.578125 - 3449844455 - 0.000000#0.000000#0.000000 - -394.000000 -End Object -Start Object036 - 87601.210938 -90373.898438 18084.595703 - 3449844455 - 0.000000#0.000000#0.000000 - -394.000000 -End Object -Start Object037 - 83146.687500 -80668.625000 18227.849609 - 3449844455 - 0.000000#0.000000#0.000000 - -333.000000 -End Object -Start Object038 - 89457.695313 -79144.796875 18267.035156 - 3449844455 - 0.000000#0.000000#0.000000 - -333.000000 -End Object -Start Object039 - 97479.406250 -79472.156250 18151.972656 - 3449844455 - 0.000000#0.000000#0.000000 - -30.000000 -End Object -Start Object040 - 82282.523438 -80132.414063 17978.474609 - 3582963698 - 0.000000#0.000000#30.000000 - 30.000000 -End Object -Start Object041 - 84600.000000 -89000.000000 17866.500000 - 3720363164 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object042 - 84600.000000 -88200.000000 17869.500000 - 3937189139 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object043 - 86500.000000 -90400.000000 17847.250000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object044 - 86500.000000 -90900.000000 17847.500000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object045 - 85900.000000 -88200.000000 17853.500000 - 4249744792 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object046 - 83400.000000 -88200.000000 17870.500000 - 4249744792 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object047 - 86500.000000 -89900.000000 17847.250000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object048 - 82700.000000 -88900.000000 17868.750000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object049 - 82700.000000 -89400.000000 17864.500000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object050 - 82700.000000 -89900.000000 17854.500000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object051 - 82700.000000 -90400.000000 17851.750000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object052 - 82700.000000 -90900.000000 17850.750000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object053 - 86500.000000 -88900.000000 17846.000000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object054 - 86500.000000 -89400.000000 17846.000000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object055 - 86500.000000 -91400.000000 17847.000000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object056 - 82700.000000 -91400.000000 17849.000000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object - -ObjectCount 57 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003003/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/003003/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003003/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003003/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/003003/attr.atr deleted file mode 100644 index 712163d0..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003003/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003003/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/003003/height.raw deleted file mode 100644 index 2ac1abeb..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003003/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003003/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003003/minimap.dds deleted file mode 100644 index 6865a081..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003003/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003003/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003003/shadowmap.dds deleted file mode 100644 index 62fc73c4..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003003/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003003/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/003003/shadowmap.raw deleted file mode 100644 index 92e94abc..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003003/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003003/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/003003/tile.raw deleted file mode 100644 index 11ec5abf..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003003/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003003/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/003003/water.wtr deleted file mode 100644 index c7610979..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003003/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003004/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/003004/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003004/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003004/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/003004/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003004/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003004/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/003004/attr.atr deleted file mode 100644 index 0b2a998e..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003004/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003004/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/003004/height.raw deleted file mode 100644 index 1dbae38b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003004/height.raw +++ /dev/null @@ -1,343 +0,0 @@ -{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003004/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003004/minimap.dds deleted file mode 100644 index 12da52e4..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003004/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003004/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003004/shadowmap.dds deleted file mode 100644 index 4a6c6f88..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003004/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003004/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/003004/shadowmap.raw deleted file mode 100644 index 39dafc73..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003004/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003004/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/003004/tile.raw deleted file mode 100644 index 3109141c..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003004/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003004/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/003004/water.wtr deleted file mode 100644 index 9c856ed2..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003004/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003005/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/003005/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003005/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003005/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/003005/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003005/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003005/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/003005/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003005/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003005/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003005/minimap.dds deleted file mode 100644 index b397e390..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003005/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003005/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/003005/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003005/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003005/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/003005/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003005/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003006/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/003006/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003006/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003006/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/003006/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003006/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003006/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/003006/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003006/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003006/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/003006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003006/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003006/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/003006/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003006/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003006/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/003006/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003006/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003007/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/003007/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003007/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003007/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/003007/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/003007/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003007/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/003007/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003007/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003007/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/003007/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/003007/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004000/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/004000/areadata.txt deleted file mode 100644 index 8d975549..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004000/areadata.txt +++ /dev/null @@ -1,334 +0,0 @@ -AreaDataFile - -Start Object000 - 117482.789063 -23819.275391 22075.617188 - 14480112 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object001 - 123800.000000 -23100.000000 23387.750000 - 239800711 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object002 - 126200.000000 -23100.000000 23388.000000 - 239800711 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object003 - 126900.000000 -23700.000000 23388.000000 - 239800711 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object004 - 123100.000000 -23700.000000 23378.500000 - 239800711 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object005 - 122151.890625 -14820.232422 21848.199219 - 426586674 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object006 - 117736.898438 -14841.542969 21784.720703 - 426586674 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object007 - 116500.000000 -17500.000000 21749.750000 - 646376885 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object008 - 113500.000000 -17500.000000 21755.750000 - 646376885 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object009 - 112600.000000 -16600.000000 21755.500000 - 646376885 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object010 - 112600.000000 -15600.000000 21753.000000 - 646376885 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object011 - 112600.000000 -14600.000000 21762.500000 - 646376885 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object012 - 117400.000000 -16600.000000 21747.500000 - 646376885 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object013 - 117400.000000 -13600.000000 21752.000000 - 646376885 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object014 - 116500.000000 -12700.000000 21755.250000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object015 - 112600.000000 -13600.000000 21762.000000 - 646376885 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object016 - 113500.000000 -12700.000000 21760.250000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object017 - 115500.000000 -12700.000000 21757.750000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object018 - 114500.000000 -12700.000000 21760.250000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object019 - 117748.718750 -24266.615234 22151.755859 - 714551252 - 0.000000#0.000000#0.000000 - -33.000000 -End Object -Start Object020 - 122591.078125 -16755.996094 21921.734375 - 728883128 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object021 - 112902.492188 -13092.837891 21761.244141 - 728883128 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object022 - 118298.437500 -24986.974609 22085.285156 - 772383214 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object023 - 120322.125000 -24957.386719 22818.162109 - 772383214 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object024 - 127724.625000 -13470.591797 21865.935547 - 1017867244 - 330.000000#0.000000#90.000000 - -879.000000 -End Object -Start Object025 - 112879.851563 -17017.251953 21801.992188 - 1158178368 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object026 - 127825.734375 -15019.632813 21772.019531 - 1244865174 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object027 - 122765.929688 -12909.382813 21763.822266 - 1318465361 - 0.000000#0.000000#0.000000 - -33.000000 -End Object -Start Object028 - 122024.585938 -24000.072266 23398.880859 - 1318465361 - 0.000000#0.000000#0.000000 - -33.000000 -End Object -Start Object029 - 117100.445313 -17010.759766 21748.525391 - 1435410718 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object030 - 125993.304688 -15509.162109 21818.927734 - 1552435463 - 0.000000#0.000000#0.000000 - -91.000000 -End Object -Start Object031 - 112600.000000 -17500.000000 21810.000000 - 1977136400 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object032 - 117400.000000 -17500.000000 21752.000000 - 1977136400 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object033 - 117400.000000 -12700.000000 21754.250000 - 1977136400 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object034 - 123100.000000 -23100.000000 23387.250000 - 1977136400 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object035 - 112600.000000 -12700.000000 21761.500000 - 1977136400 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object036 - 126900.000000 -23100.000000 23387.500000 - 1977136400 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object037 - 114443.429688 -3854.595703 21089.320313 - 2096618344 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object038 - 122588.085938 -17027.486328 21937.800781 - 2679105379 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object039 - 114700.820313 -3894.870117 21089.123047 - 2908943621 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object040 - 113700.000000 -13900.000000 21779.500000 - 3035454994 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object041 - 117400.000000 -15100.000000 21748.250000 - 3268994556 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object042 - 123100.000000 -25000.000000 23373.000000 - 3268994556 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object043 - 115000.000000 -17500.000000 21758.500000 - 3268994556 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object044 - 126900.000000 -25000.000000 23392.000000 - 3268994556 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object045 - 125000.000000 -23100.000000 23388.000000 - 3268994556 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object046 - 116565.335938 -12408.511719 21784.355469 - 3335310088 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object047 - 127506.406250 -12925.823242 21923.929688 - 3335310088 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object048 - 119284.703125 -25507.513672 22757.898438 - 3335310088 - 0.000000#0.000000#0.000000 - -33.000000 -End Object -Start Object049 - 122879.015625 -25469.863281 23372.265625 - 3569014305 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object050 - 117213.414063 -22923.562500 21884.130859 - 3569014305 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object051 - 103208.625000 -22440.687500 19018.500000 - 3667087998 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object052 - 102787.414063 -25506.929688 19018.500000 - 3667087998 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object053 - 116200.000000 -17000.000000 21749.500000 - 3706276217 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object054 - 127623.015625 -13103.292969 21856.964844 - 3757913405 - 0.000000#0.000000#0.000000 - 0.000000 -End Object - -ObjectCount 55 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004000/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/004000/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004000/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004000/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/004000/attr.atr deleted file mode 100644 index a96bfffb..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004000/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004000/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/004000/height.raw deleted file mode 100644 index 34bc51b8..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004000/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004000/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004000/minimap.dds deleted file mode 100644 index 6f588afb..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004000/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004000/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004000/shadowmap.dds deleted file mode 100644 index 7e0fe661..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004000/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004000/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/004000/shadowmap.raw deleted file mode 100644 index 26f8e6bb..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004000/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004000/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/004000/tile.raw deleted file mode 100644 index e32e9497..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004000/tile.raw +++ /dev/null @@ -1,953 +0,0 @@ -   - - -  - - -   - - - - -   -   - -      -       - -       - -    - - -    -     -    -                                                                             - - -     -       - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    - - - - - - - - - - - - - - - -   - - - - - - - - - - - -     - - - - - - - -    - - - - - - - - -    - - - - - - - - - - -    - - - - - - - - - - - -    - - - - - - - - - - - - -    - - - - - - - - - - - - - - - -   - - - - - - - - - - - - - - - -    - - - - - - - - - - - - - - - - -    - - - - - - - - - - - - - - -  - - - - - - - - - - - - -  - - - - - - - - - - - - -  - - - - - - - - -   - - - - - - -     - - - - - - -      - - - - - - - - - - -    - - - - - - - - - - -   - - - - - - - - - - -  - - - - - - - - - -    - - - - - - - - -     - - - - - -    - -  - - -  - - - - - - - -   - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004000/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/004000/water.wtr deleted file mode 100644 index 64371893..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004000/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004001/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/004001/areadata.txt deleted file mode 100644 index b047537d..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004001/areadata.txt +++ /dev/null @@ -1,556 +0,0 @@ -AreaDataFile - -Start Object000 - 117523.500000 -26201.769531 22045.080078 - 14480112 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object001 - 126963.523438 -37211.230469 22748.525391 - 26807040 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object002 - 116900.000000 -33500.000000 23316.000000 - 108628045 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object003 - 117200.000000 -34900.000000 23316.000000 - 108628045 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object004 - 117200.000000 -35500.000000 23316.000000 - 108628045 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object005 - 117500.000000 -37500.000000 23316.000000 - 119836759 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object006 - 116500.000000 -37500.000000 23316.000000 - 119836759 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object007 - 117600.000000 -36400.000000 23316.000000 - 119836759 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object008 - 114500.000000 -37500.000000 23316.000000 - 119836759 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object009 - 114000.000000 -32300.000000 23327.500000 - 119836759 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object010 - 117000.000000 -32300.000000 23316.000000 - 119836759 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object011 - 117600.000000 -35400.000000 23316.000000 - 119836759 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object012 - 115500.000000 -37500.000000 23316.000000 - 119836759 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object013 - 117600.000000 -32400.000000 23316.000000 - 119836759 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object014 - 117600.000000 -33400.000000 23316.000000 - 119836759 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object015 - 117600.000000 -34300.000000 23316.000000 - 208034851 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object016 - 117500.000000 -32300.000000 23316.000000 - 208034851 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object017 - 123700.000000 -26900.000000 23388.000000 - 239800711 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object018 - 123100.000000 -26200.000000 23379.500000 - 239800711 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object019 - 126200.000000 -26900.000000 23388.000000 - 239800711 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object020 - 126900.000000 -26200.000000 23390.000000 - 239800711 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object021 - 117200.000000 -36600.000000 23316.000000 - 246167209 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object022 - 117200.000000 -36800.000000 23316.000000 - 246167209 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object023 - 117200.000000 -33800.000000 23316.000000 - 253793909 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object024 - 117300.000000 -34800.000000 23316.000000 - 358206493 - 0.000000#0.000000#240.000000 - 0.000000 -End Object -Start Object025 - 117200.000000 -34800.000000 23316.000000 - 358206493 - 0.000000#0.000000#240.000000 - 0.000000 -End Object -Start Object026 - 117300.000000 -34900.000000 23316.000000 - 366748368 - 0.000000#0.000000#240.000000 - 0.000000 -End Object -Start Object027 - 117000.000000 -33500.000000 23316.000000 - 596317540 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object028 - 117100.000000 -35500.000000 23316.000000 - 596317540 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object029 - 116500.000000 -37100.000000 23316.000000 - 625808473 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object030 - 117300.000000 -36800.000000 23316.000000 - 625808473 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object031 - 117100.000000 -35200.000000 23316.000000 - 625808473 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object032 - 117300.000000 -36600.000000 23316.000000 - 625808473 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object033 - 127553.304688 -37142.527344 22775.625000 - 714551252 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object034 - 114000.000000 -37100.000000 23316.000000 - 897869080 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object035 - 117100.000000 -32700.000000 23316.000000 - 984435613 - 0.000000#0.000000#330.000000 - 0.000000 -End Object -Start Object036 - 113900.000000 -32700.000000 23316.000000 - 984435613 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object037 - 117200.000000 -37300.000000 23316.000000 - 1001275149 - 0.000000#0.000000#240.000000 - 0.000000 -End Object -Start Object038 - 118035.632813 -26523.240234 22250.480469 - 1017867244 - 330.000000#0.000000#90.000000 - -879.000000 -End Object -Start Object039 - 117100.000000 -32900.000000 23316.000000 - 1028337362 - 0.000000#0.000000#330.000000 - 0.000000 -End Object -Start Object040 - 117200.000000 -36200.000000 23316.000000 - 1065153595 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object041 - 117600.000000 -35200.000000 23316.000000 - 1098607944 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object042 - 124923.421875 -32031.263672 23416.001953 - 1244865174 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object043 - 117221.218750 -37012.593750 23316.000000 - 1435410718 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object044 - 122667.132813 -37137.750000 22968.425781 - 1627171592 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object045 - 117600.000000 -34700.000000 23316.000000 - 1646009684 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object046 - 115200.000000 -37500.000000 23316.000000 - 1646009684 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object047 - 115000.000000 -32300.000000 23268.000000 - 1819248119 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object048 - 115900.000000 -37000.000000 23316.000000 - 1886743049 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object049 - 116400.000000 -37000.000000 23316.000000 - 1886743049 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object050 - 117100.000000 -35400.000000 23316.000000 - 1886743049 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object051 - 126900.000000 -26900.000000 23390.750000 - 1977136400 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object052 - 123100.000000 -26900.000000 23387.500000 - 1977136400 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object053 - 117300.000000 -37200.000000 23316.000000 - 2039544480 - 0.000000#0.000000#240.000000 - 0.000000 -End Object -Start Object054 - 121114.664063 -45363.878906 16383.500000 - 2096618344 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object055 - 105769.179688 -34192.609375 20995.029297 - 2096618344 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object056 - 117000.000000 -33700.000000 23316.000000 - 2624778250 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object057 - 117600.000000 -32300.000000 23316.000000 - 2694392214 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object058 - 117600.000000 -37500.000000 23316.000000 - 2694392214 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object059 - 106053.640625 -33297.160156 21022.966797 - 2908943621 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object060 - 122849.554688 -45622.523438 16383.500000 - 2908943621 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object061 - 117211.257813 -34267.136719 23316.000000 - 2945693258 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object062 - 116957.601563 -37141.707031 23316.000000 - 2945693258 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object063 - 116005.015625 -35738.121094 23316.000000 - 2945693258 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object064 - 116833.578125 -37068.988281 23316.000000 - 2945693258 - 0.000000#0.000000#60.000000 - 0.000000 -End Object -Start Object065 - 117121.937500 -33087.824219 23316.000000 - 2945693258 - 0.000000#0.000000#60.000000 - 0.000000 -End Object -Start Object066 - 116285.320313 -36244.632813 23316.000000 - 2945693258 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object067 - 115965.570313 -36027.746094 23316.000000 - 2945693258 - 0.000000#0.000000#300.000000 - 0.000000 -End Object -Start Object068 - 117200.000000 -34500.000000 23316.000000 - 2945693258 - 0.000000#0.000000#240.000000 - 0.000000 -End Object -Start Object069 - 117318.726563 -32997.636719 23316.000000 - 2945693258 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object070 - 116292.851563 -35784.402344 23316.000000 - 2945693258 - 0.000000#0.000000#330.000000 - 0.000000 -End Object -Start Object071 - 116322.664063 -36007.648438 23316.000000 - 2945693258 - 0.000000#0.000000#105.000000 - 0.000000 -End Object -Start Object072 - 117100.000000 -33700.000000 23316.000000 - 3115423655 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object073 - 117100.000000 -36900.000000 23316.000000 - 3251244830 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object074 - 125000.000000 -26900.000000 23388.000000 - 3268994556 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object075 - 125648.703125 -27183.882813 23388.000000 - 3335310088 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object076 - 122893.468750 -37342.050781 23009.892578 - 3335310088 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object077 - 113900.000000 -37100.000000 23316.000000 - 3443337450 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object078 - 122567.093750 -32763.464844 23297.714844 - 3449844455 - 0.000000#0.000000#0.000000 - -33.000000 -End Object -Start Object079 - 115800.000000 -37100.000000 23316.000000 - 3484926528 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object080 - 127464.804688 -37345.832031 22744.912109 - 3569014305 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object081 - 116000.000000 -37100.000000 23316.000000 - 3631654157 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object082 - 116300.000000 -37100.000000 23316.000000 - 3631654157 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object083 - 104201.828125 -26012.617188 21130.408203 - 3667087998 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object084 - 117200.000000 -34700.000000 23316.000000 - 3783665902 - 0.000000#0.000000#240.000000 - 0.000000 -End Object -Start Object085 - 114300.000000 -32500.000000 23315.250000 - 3783665902 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object086 - 114200.000000 -32500.000000 23316.000000 - 3783665902 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object087 - 116200.000000 -36000.000000 23316.000000 - 3801685253 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object088 - 117200.000000 -37200.000000 23316.000000 - 3852872777 - 0.000000#0.000000#240.000000 - 0.000000 -End Object -Start Object089 - 113800.000000 -37000.000000 23316.000000 - 3986283277 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object090 - 117000.000000 -33900.000000 23316.000000 - 4280501650 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object091 - 117200.000000 -33700.000000 23316.000000 - 4287115072 - 0.000000#0.000000#270.000000 - 0.000000 -End Object - -ObjectCount 92 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004001/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/004001/areaproperty.txt deleted file mode 100644 index 152670c4..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004001/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 2 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004001/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/004001/attr.atr deleted file mode 100644 index ad4dd96f..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004001/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004001/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/004001/height.raw deleted file mode 100644 index c2813cfd..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004001/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004001/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004001/minimap.dds deleted file mode 100644 index 96b51218..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004001/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004001/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004001/shadowmap.dds deleted file mode 100644 index d6fc3536..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004001/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004001/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/004001/shadowmap.raw deleted file mode 100644 index 01662f01..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004001/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004001/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/004001/tile.raw deleted file mode 100644 index 50a6067c..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004001/tile.raw +++ /dev/null @@ -1,801 +0,0 @@ - - - -  - - - - - - - -   - - - - - - - - -   - - - - - - - - - - - - - -   - - - - - - - - - - - - - - - - - -   - - - - - - - - - - -  - - - - - - - - - - - - -  - - - - - - - - - - - - -  - - - - - - - - - - - - - -  - - - - - - - -   - - - - - - - - -   - - - - - - - - - - - - -    - - - - - - - - - - - - - - - - - -    - - - - - - - - - - - - - - - - - - - - - -    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -                  \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004001/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/004001/water.wtr deleted file mode 100644 index 76752c68..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004001/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004002/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/004002/areadata.txt deleted file mode 100644 index 2e386143..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004002/areadata.txt +++ /dev/null @@ -1,82 +0,0 @@ -AreaDataFile - -Start Object000 - 127900.000000 -65900.000000 19357.750000 - 163114965 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object001 - 103749.234375 -66022.148438 18184.943359 - 974491171 - 0.000000#0.000000#0.000000 - -697.000000 -End Object -Start Object002 - 118960.687500 -61695.281250 22240.425781 - 1178450968 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object003 - 103361.742188 -63587.109375 17844.500000 - 1406757001 - 0.000000#0.000000#300.000000 - 0.000000 -End Object -Start Object004 - 124900.000000 -70300.000000 19354.000000 - 1753372283 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object005 - 111240.492188 -57518.359375 15865.000000 - 2096618344 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object006 - 114373.820313 -69920.625000 18140.845703 - 2096618344 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object007 - 103110.859375 -63044.000000 17844.500000 - 2276262724 - 0.000000#0.000000#300.000000 - 0.000000 -End Object -Start Object008 - 103680.937500 -64062.386719 17844.654297 - 2276262724 - 0.000000#0.000000#300.000000 - 0.000000 -End Object -Start Object009 - 111332.625000 -57658.457031 15865.000000 - 2908943621 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object010 - 125899.851563 -68287.976563 19551.939453 - 3355874121 - 0.000000#0.000000#0.000000 - 21.000000 -End Object -Start Object011 - 126064.562500 -73298.382813 19736.964844 - 3355874121 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object012 - 103672.289063 -66155.132813 18136.220703 - 3449844455 - 0.000000#0.000000#0.000000 - -515.000000 -End Object - -ObjectCount 13 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004002/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/004002/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004002/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004002/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/004002/attr.atr deleted file mode 100644 index bc2c4bf9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004002/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004002/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/004002/height.raw deleted file mode 100644 index ba4fbf5e..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004002/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004002/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004002/minimap.dds deleted file mode 100644 index aad5e33b..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004002/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004002/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004002/shadowmap.dds deleted file mode 100644 index 7104e40b..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004002/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004002/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/004002/shadowmap.raw deleted file mode 100644 index 991d7bb7..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004002/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004002/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/004002/tile.raw deleted file mode 100644 index ebafac4a..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004002/tile.raw +++ /dev/null @@ -1 +0,0 @@ -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004002/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/004002/water.wtr deleted file mode 100644 index de4ea2e0..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004002/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004003/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/004003/areadata.txt deleted file mode 100644 index 28600c25..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004003/areadata.txt +++ /dev/null @@ -1,34 +0,0 @@ -AreaDataFile - -Start Object000 - 120500.000000 -82500.000000 18609.000000 - 1178450968 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object001 - 111238.750000 -79088.812500 15865.000000 - 2096618344 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object002 - 114155.257813 -88429.625000 16383.500000 - 2096618344 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object003 - 102391.992188 -101953.023438 0.000000 - 2908943621 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object004 - 114121.335938 -88375.507813 16383.500000 - 2908943621 - 0.000000#0.000000#90.000000 - 0.000000 -End Object - -ObjectCount 5 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004003/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/004003/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004003/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004003/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/004003/attr.atr deleted file mode 100644 index 60572d5b..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004003/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004003/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/004003/height.raw deleted file mode 100644 index e2849088..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004003/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004003/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004003/minimap.dds deleted file mode 100644 index ae7e774d..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004003/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004003/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004003/shadowmap.dds deleted file mode 100644 index 508e8183..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004003/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004003/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/004003/shadowmap.raw deleted file mode 100644 index f06611d4..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004003/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004003/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/004003/tile.raw deleted file mode 100644 index c888d5db..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004003/tile.raw +++ /dev/null @@ -1 +0,0 @@ -                                                                                                                                                             \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004003/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/004003/water.wtr deleted file mode 100644 index 1410d246..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004003/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004004/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/004004/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004004/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004004/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/004004/areaproperty.txt deleted file mode 100644 index 797174ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004004/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 1 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004004/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/004004/attr.atr deleted file mode 100644 index 15cb2707..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004004/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004004/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/004004/height.raw deleted file mode 100644 index 8d2fc4c6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004004/height.raw +++ /dev/null @@ -1,927 +0,0 @@ -{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004004/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004004/minimap.dds deleted file mode 100644 index 3c1ae2c4..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004004/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004004/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004004/shadowmap.dds deleted file mode 100644 index c968e64b..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004004/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004004/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/004004/shadowmap.raw deleted file mode 100644 index aff1b767..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004004/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004004/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/004004/tile.raw deleted file mode 100644 index 1395337a..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004004/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004004/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/004004/water.wtr deleted file mode 100644 index c706c4c8..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004004/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004005/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/004005/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004005/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004005/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/004005/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004005/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004005/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/004005/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004005/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004005/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004005/minimap.dds deleted file mode 100644 index b397e390..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004005/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004005/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004005/shadowmap.dds deleted file mode 100644 index c78c13e9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004005/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004005/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/004005/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004005/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004005/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/004005/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004005/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004006/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/004006/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004006/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004006/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/004006/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004006/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004006/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/004006/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004006/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004006/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004006/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004006/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/004006/shadowmap.dds deleted file mode 100644 index c78c13e9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004006/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004006/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/004006/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004006/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004006/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/004006/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004006/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004007/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/004007/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004007/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004007/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/004007/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/004007/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004007/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/004007/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004007/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004007/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/004007/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/004007/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005000/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/005000/areadata.txt deleted file mode 100644 index 1342021c..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005000/areadata.txt +++ /dev/null @@ -1,352 +0,0 @@ -AreaDataFile - -Start Object000 - 137100.000000 -23700.000000 24501.500000 - 239800711 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object001 - 133400.000000 -23700.000000 24501.500000 - 239800711 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object002 - 139000.000000 -24800.000000 24499.500000 - 239800711 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object003 - 138300.000000 -24100.000000 24501.500000 - 239800711 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object004 - 139000.000000 -25300.000000 24499.500000 - 239800711 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object005 - 136400.000000 -12600.000000 21747.500000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object006 - 137300.000000 -13500.000000 21746.750000 - 646376885 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object007 - 137300.000000 -14500.000000 21756.750000 - 646376885 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object008 - 137300.000000 -15500.000000 21745.250000 - 646376885 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object009 - 137300.000000 -16500.000000 21745.250000 - 646376885 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object010 - 134300.000000 -23100.000000 24501.500000 - 646376885 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object011 - 135300.000000 -23100.000000 24501.500000 - 646376885 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object012 - 136300.000000 -23100.000000 24501.500000 - 646376885 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object013 - 137600.000000 -24100.000000 24501.500000 - 646376885 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object014 - 132500.000000 -16500.000000 21750.000000 - 646376885 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object015 - 132500.000000 -13500.000000 21744.250000 - 646376885 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object016 - 133400.000000 -17400.000000 21749.500000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object017 - 134400.000000 -17400.000000 21748.500000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object018 - 135400.000000 -17400.000000 21748.000000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object019 - 136400.000000 -17400.000000 21747.500000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object020 - 133400.000000 -12600.000000 21745.500000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object021 - 134400.000000 -12600.000000 21747.000000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object022 - 135400.000000 -12600.000000 21748.500000 - 646376885 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object023 - 137488.937500 -13095.023438 21741.982422 - 714551252 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object024 - 132293.906250 -14216.173828 21765.980469 - 728883128 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object025 - 136800.000000 -16500.000000 21745.250000 - 728883128 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object026 - 135000.000000 -15000.000000 21743.000000 - 1013185983 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object027 - 133200.000000 -23000.000000 24501.500000 - 1158178368 - 0.000000#0.000000#265.000000 - 0.000000 -End Object -Start Object028 - 137500.000000 -23600.000000 24501.500000 - 1435410718 - 0.000000#0.000000#108.000000 - 0.000000 -End Object -Start Object029 - 128741.421875 -14281.204102 19833.730469 - 1552435463 - 0.000000#0.000000#0.000000 - -91.000000 -End Object -Start Object030 - 138000.000000 -25000.000000 24501.500000 - 1593464347 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object031 - 138000.000000 -25000.000000 24501.500000 - 1602256688 - 0.000000#0.000000#270.000000 - 76.000000 -End Object -Start Object032 - 136100.000000 -15000.000000 21749.750000 - 1780937370 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object033 - 135100.000000 -13800.000000 21759.250000 - 1780937370 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object034 - 133900.000000 -14400.000000 21746.000000 - 1780937370 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object035 - 135100.000000 -16200.000000 21747.250000 - 1780937370 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object036 - 133900.000000 -15600.000000 21746.250000 - 1780937370 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object037 - 135200.000000 -23800.000000 24501.500000 - 1810659476 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object038 - 137100.000000 -23100.000000 24501.500000 - 1977136400 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object039 - 139000.000000 -24100.000000 24500.500000 - 1977136400 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object040 - 133400.000000 -23100.000000 24501.500000 - 1977136400 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object041 - 132500.000000 -12600.000000 21746.250000 - 1977136400 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object042 - 132500.000000 -17400.000000 21751.000000 - 1977136400 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object043 - 137300.000000 -17400.000000 21745.250000 - 1977136400 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object044 - 137300.000000 -12600.000000 21748.500000 - 1977136400 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object045 - 138000.000000 -25000.000000 24501.500000 - 2077239231 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object046 - 144906.531250 -11744.028320 20688.244141 - 2096618344 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object047 - 134200.000000 -14100.000000 21746.500000 - 2276262724 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object048 - 134200.000000 -15900.000000 21746.500000 - 2276262724 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object049 - 144733.265625 -12730.675781 20689.123047 - 2908943621 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object050 - 132500.000000 -15000.000000 21747.500000 - 3268994556 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object051 - 133400.000000 -25000.000000 24492.500000 - 3268994556 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object052 - 137100.000000 -25000.000000 24501.500000 - 3268994556 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object053 - 134300.000000 -16500.000000 21775.250000 - 3335310088 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object054 - 136800.000000 -13300.000000 21778.250000 - 3335310088 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object055 - 133800.000000 -23800.000000 24501.500000 - 3335310088 - 0.000000#0.000000#205.000000 - 0.000000 -End Object -Start Object056 - 136213.187500 -17616.085938 21747.681641 - 3569014305 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object057 - 134200.000000 -15000.000000 21752.500000 - 3844678290 - 0.000000#0.000000#270.000000 - 0.000000 -End Object - -ObjectCount 58 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005000/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/005000/areaproperty.txt deleted file mode 100644 index 152670c4..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005000/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 2 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005000/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/005000/attr.atr deleted file mode 100644 index 99d4af10..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005000/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005000/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/005000/height.raw deleted file mode 100644 index 03ff06a4..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005000/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005000/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005000/minimap.dds deleted file mode 100644 index daaf42f5..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005000/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005000/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005000/shadowmap.dds deleted file mode 100644 index 85e23449..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005000/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005000/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/005000/shadowmap.raw deleted file mode 100644 index 62567de4..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005000/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005000/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/005000/tile.raw deleted file mode 100644 index ac4a8ae0..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005000/tile.raw +++ /dev/null @@ -1,13 +0,0 @@ -                                                                                                                        -   - -   - -     - -     - -     - - -                                                               \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005000/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/005000/water.wtr deleted file mode 100644 index 9d6621ac..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005000/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005001/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/005001/areadata.txt deleted file mode 100644 index 99483c3c..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005001/areadata.txt +++ /dev/null @@ -1,316 +0,0 @@ -AreaDataFile - -Start Object000 - 137100.000000 -26200.000000 24501.500000 - 239800711 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object001 - 133400.000000 -26200.000000 24501.500000 - 239800711 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object002 - 138300.000000 -25900.000000 24501.500000 - 239800711 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object003 - 135227.468750 -32341.865234 21721.427734 - 426586674 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object004 - 135160.265625 -27773.089844 24659.685547 - 426586674 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object005 - 132553.921875 -33120.554688 21750.855469 - 640943427 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object006 - 134300.000000 -26900.000000 24501.500000 - 646376885 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object007 - 135200.000000 -26900.000000 24501.500000 - 646376885 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object008 - 137600.000000 -25900.000000 24501.500000 - 646376885 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object009 - 136200.000000 -26900.000000 24501.500000 - 646376885 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object010 - 134100.000000 -32500.000000 21757.750000 - 714551252 - 0.000000#0.000000#355.000000 - 0.000000 -End Object -Start Object011 - 134100.000000 -37200.000000 21748.750000 - 728883128 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object012 - 134200.000000 -27300.000000 24489.250000 - 728883128 - 0.000000#0.000000#69.000000 - 0.000000 -End Object -Start Object013 - 132554.703125 -32797.578125 21754.818359 - 1017867244 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object014 - 137600.000000 -37400.000000 21754.000000 - 1150902747 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object015 - 137600.000000 -32600.000000 21751.500000 - 1150902747 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object016 - 132300.000000 -37400.000000 21751.000000 - 1150902747 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object017 - 133100.000000 -32600.000000 21758.000000 - 1150902747 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object018 - 132300.000000 -33600.000000 21764.750000 - 1150902747 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object019 - 137600.000000 -26200.000000 24501.500000 - 1158178368 - 0.000000#0.000000#345.000000 - 0.000000 -End Object -Start Object020 - 136500.000000 -27300.000000 24501.500000 - 1158178368 - 0.000000#0.000000#168.000000 - 0.000000 -End Object -Start Object021 - 132900.000000 -26200.000000 24501.500000 - 1435410718 - 0.000000#0.000000#7.000000 - 0.000000 -End Object -Start Object022 - 139000.000000 -25900.000000 24503.500000 - 1977136400 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object023 - 137100.000000 -26900.000000 24501.500000 - 1977136400 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object024 - 133400.000000 -26900.000000 24501.500000 - 1977136400 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object025 - 133900.000000 -26200.000000 24501.500000 - 2032024185 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object026 - 136372.484375 -42315.406250 20580.476563 - 2096618344 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object027 - 141052.078125 -45819.679688 16383.500000 - 2096618344 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object028 - 133300.000000 -36800.000000 21756.500000 - 2212694961 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object029 - 137600.000000 -33500.000000 21858.750000 - 2340306603 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object030 - 137600.000000 -34500.000000 21751.500000 - 2340306603 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object031 - 137600.000000 -35500.000000 21753.500000 - 2340306603 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object032 - 132300.000000 -36500.000000 21776.250000 - 2340306603 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object033 - 133200.000000 -37400.000000 21753.500000 - 2340306603 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object034 - 134200.000000 -37400.000000 21750.500000 - 2340306603 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object035 - 135200.000000 -37400.000000 21751.000000 - 2340306603 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object036 - 136200.000000 -37400.000000 21746.000000 - 2340306603 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object037 - 137600.000000 -36500.000000 21757.500000 - 2340306603 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object038 - 136052.968750 -42171.425781 20575.205078 - 2908943621 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object039 - 136700.000000 -33900.000000 21754.000000 - 3035454994 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object040 - 134100.000000 -27200.000000 24499.000000 - 3335310088 - 0.000000#0.000000#106.000000 - 0.000000 -End Object -Start Object041 - 138600.000000 -25600.000000 24501.500000 - 3335310088 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object042 - 137500.000000 -37700.000000 21758.750000 - 3569014305 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object043 - 137400.000000 -33100.000000 21751.500000 - 3569014305 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object044 - 134800.000000 -36800.000000 21772.500000 - 3706276217 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object045 - 132300.000000 -35000.000000 21748.000000 - 3937189139 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object046 - 135000.000000 -32600.000000 21753.500000 - 3937189139 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object047 - 137000.000000 -37400.000000 21747.500000 - 4249744792 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object048 - 133800.000000 -32600.000000 21756.000000 - 4249744792 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object049 - 137000.000000 -32600.000000 21756.500000 - 4249744792 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object050 - 136600.000000 -32600.000000 21760.500000 - 4249744792 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object051 - 136200.000000 -32600.000000 21762.500000 - 4249744792 - 0.000000#0.000000#0.000000 - 0.000000 -End Object - -ObjectCount 52 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005001/areaproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/005001/areaproperty.txt deleted file mode 100644 index 152670c4..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005001/areaproperty.txt +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType AreaProperty - -AreaName "" - -NumWater 2 - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005001/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/005001/attr.atr deleted file mode 100644 index 8590b31e..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005001/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005001/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/005001/height.raw deleted file mode 100644 index 2506d0bf..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005001/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005001/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005001/minimap.dds deleted file mode 100644 index b084de53..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005001/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005001/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005001/shadowmap.dds deleted file mode 100644 index 9437b072..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005001/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005001/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/005001/shadowmap.raw deleted file mode 100644 index e3aa9270..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005001/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005001/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/005001/tile.raw deleted file mode 100644 index 459e9b02..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005001/tile.raw +++ /dev/null @@ -1,10 +0,0 @@ -           - - -    - - - -        -     -                                                                                                                                                \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005001/water.wtr b/bin/pack/dc/metin2_map_devilscatacomb/005001/water.wtr deleted file mode 100644 index 92c08722..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005001/water.wtr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005002/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/005002/areadata.txt deleted file mode 100644 index d4c267f0..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005002/areadata.txt +++ /dev/null @@ -1,58 +0,0 @@ -AreaDataFile - -Start Object000 - 132700.000000 -74900.000000 19365.250000 - 163114965 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object001 - 144452.453125 -62343.503906 18817.822266 - 1178450968 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object002 - 132100.000000 -55600.000000 18285.250000 - 1178450968 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object003 - 128100.000000 -74900.000000 19385.250000 - 1760366196 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object004 - 137100.000000 -69100.000000 19373.750000 - 2602944894 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object005 - 130434.343750 -64680.878906 19760.175781 - 3355874121 - 0.000000#0.000000#0.000000 - 21.000000 -End Object -Start Object006 - 130511.843750 -75818.695313 19566.117188 - 3355874121 - 0.000000#0.000000#0.000000 - 21.000000 -End Object -Start Object007 - 134322.500000 -73026.328125 19958.455078 - 3355874121 - 0.000000#0.000000#0.000000 - 21.000000 -End Object -Start Object008 - 133997.484375 -67736.789063 19560.320313 - 3355874121 - 0.000000#0.000000#0.000000 - 0.000000 -End Object - -ObjectCount 9 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005002/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/005002/attr.atr deleted file mode 100644 index 8ec856d5..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005002/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005002/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/005002/height.raw deleted file mode 100644 index ac89cd89..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005002/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005002/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005002/minimap.dds deleted file mode 100644 index 399dbb86..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005002/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005002/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005002/shadowmap.dds deleted file mode 100644 index 86fd4a57..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005002/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005002/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/005002/shadowmap.raw deleted file mode 100644 index ca6d2bf0..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005002/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005002/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/005002/tile.raw deleted file mode 100644 index 066a190a..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005002/tile.raw +++ /dev/null @@ -1 +0,0 @@ -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005003/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/005003/areadata.txt deleted file mode 100644 index ba91289b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005003/areadata.txt +++ /dev/null @@ -1,34 +0,0 @@ -AreaDataFile - -Start Object000 - 139595.703125 -80207.687500 21063.724609 - 1178450968 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object001 - 155543.109375 -53280.640625 0.000000 - 2096618344 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object002 - 144014.703125 -97444.218750 16383.500000 - 2096618344 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object003 - 148783.984375 -97277.265625 16383.500000 - 2908943621 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object004 - 129974.453125 -81229.585938 19873.927734 - 3248173973 - 0.000000#0.000000#0.000000 - 0.000000 -End Object - -ObjectCount 5 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005003/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/005003/attr.atr deleted file mode 100644 index 4d1b7683..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005003/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005003/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/005003/height.raw deleted file mode 100644 index 5f57e8e8..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005003/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005003/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005003/minimap.dds deleted file mode 100644 index d17f1356..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005003/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005003/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005003/shadowmap.dds deleted file mode 100644 index d6f2e72b..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005003/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005003/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/005003/shadowmap.raw deleted file mode 100644 index 6cede279..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005003/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005003/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/005003/tile.raw deleted file mode 100644 index a75236ff..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005003/tile.raw +++ /dev/null @@ -1 +0,0 @@ -                                                                                                                                                                                                                                                                                                                                                                                                                           \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005004/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/005004/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005004/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005004/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/005004/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005004/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005004/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/005004/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005004/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005004/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005004/minimap.dds deleted file mode 100644 index 25842995..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005004/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005004/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005004/shadowmap.dds deleted file mode 100644 index c78c13e9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005004/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005004/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/005004/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005004/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005004/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/005004/tile.raw deleted file mode 100644 index ee31f0a9..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005004/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005005/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/005005/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005005/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005005/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/005005/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005005/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005005/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/005005/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005005/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005005/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005005/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005005/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005005/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005005/shadowmap.dds deleted file mode 100644 index c78c13e9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005005/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005005/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/005005/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005005/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005005/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/005005/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005005/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005006/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/005006/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005006/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005006/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/005006/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005006/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005006/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/005006/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005006/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005006/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005006/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005006/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/005006/shadowmap.dds deleted file mode 100644 index c78c13e9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/005006/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005006/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/005006/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005006/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005006/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/005006/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/005006/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006000/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/006000/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006000/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006000/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/006000/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006000/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006000/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/006000/height.raw deleted file mode 100644 index 5639e20b..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006000/height.raw and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006000/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006000/minimap.dds deleted file mode 100644 index 3572d4bf..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006000/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006000/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006000/shadowmap.dds deleted file mode 100644 index c78c13e9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006000/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006000/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/006000/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006000/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006000/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/006000/tile.raw deleted file mode 100644 index 7f93e005..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006000/tile.raw +++ /dev/null @@ -1 +0,0 @@ -    \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006001/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/006001/areadata.txt deleted file mode 100644 index d8b1b155..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006001/areadata.txt +++ /dev/null @@ -1,10 +0,0 @@ -AreaDataFile - -Start Object000 - 157529.265625 -54211.968750 0.000000 - 2908943621 - 0.000000#0.000000#270.000000 - 0.000000 -End Object - -ObjectCount 1 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006001/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/006001/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006001/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006001/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/006001/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006001/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006001/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006001/minimap.dds deleted file mode 100644 index 44a13589..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006001/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006001/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006001/shadowmap.dds deleted file mode 100644 index 1904e6e5..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006001/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006001/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/006001/shadowmap.raw deleted file mode 100644 index ef5720e0..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006001/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006001/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/006001/tile.raw deleted file mode 100644 index fee6dbf3..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006001/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006002/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/006002/areadata.txt deleted file mode 100644 index ce752115..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006002/areadata.txt +++ /dev/null @@ -1,22 +0,0 @@ -AreaDataFile - -Start Object000 - 157532.062500 -54145.562500 16383.500000 - 2096618344 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object001 - 157547.203125 -75682.039063 16383.500000 - 2096618344 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object002 - 157488.281250 -55290.015625 16383.500000 - 2908943621 - 0.000000#0.000000#270.000000 - 0.000000 -End Object - -ObjectCount 3 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006002/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/006002/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006002/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006002/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/006002/height.raw deleted file mode 100644 index 2d8c772d..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006002/height.raw +++ /dev/null @@ -1,7 +0,0 @@ -nnnnnʈOZTυxʃ )υ*Pʃ)*Pʃ*PʃSPPʃPʃS( ‚Oʁʁʁʁ( 9999ʁ( a9# CCCC[\\CC0Ywa!ϋm^ȇ7: ٌϋ/ v|ÈKl1 - -@撸퀱K3(͙ 퀱Ka}H 퀅̡z؜70 퀅ϢZʡۜD0 퀅ңТ9DD0 퀅&iiDD0 퀅֙iiiDD0 퀅GsiiiDD0 ӀKʁ iiDD0ӀKKǂD#KK ˁˁjz̎|OMRR /ȇ -i*v*3ㇵ -Lzi}Əv!L:}vц ȃAv6=Tك\ɒv=n킹Qȇ݂S8x񁾀Li6݂݂쁺iE@'Ł킥쁺eN2ր@.წ<+eN22րiỳ#iS222րifSyyހ-<րiʅ܄݃ς<ЁYnրրiڄpd]4 -Àրրրi5M}W׀u55ʄB݁z7‴S ̃/فv0‴Sȃsq0ဴShQjҀS݄CB -S|J-$ӀӀˀSGԂK/Yr`8݁1Sk\K5o݄Lv{k\K8 T?p{k\K8́TD삮jT=W{hɃ9‚v<ρiڀقЀǀڀ郴EŁq2߀q2zd2+dpppd2݂ȃgL/X"GD"_?_^_-߃-   "#  " \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006002/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006002/minimap.dds deleted file mode 100644 index 0a04a3bd..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006002/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006002/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006002/shadowmap.dds deleted file mode 100644 index f2dddc48..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006002/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006002/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/006002/shadowmap.raw deleted file mode 100644 index 22fdfc4a..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006002/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006002/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/006002/tile.raw deleted file mode 100644 index 1a030ea6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006002/tile.raw +++ /dev/null @@ -1 +0,0 @@ -       \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006003/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/006003/areadata.txt deleted file mode 100644 index 8283d0b6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006003/areadata.txt +++ /dev/null @@ -1,10 +0,0 @@ -AreaDataFile - -Start Object000 - 158314.468750 -97699.179688 16383.500000 - 2096618344 - 0.000000#0.000000#180.000000 - 0.000000 -End Object - -ObjectCount 1 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006003/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/006003/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006003/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006003/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/006003/height.raw deleted file mode 100644 index 6ac359bf..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006003/height.raw +++ /dev/null @@ -1 +0,0 @@ -  "#  "##%##$$$$$$$$$$$$$%%&&'''''''''''''%%&&())))))))))))&%(**++++++++++++&'++,------------,+,,.............-,.00000000000000'00000000000000000+00000000000000000-00000000000000000.00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-~00000000000000.-5}~0000000000000.-}~000000000000.-́000000000000.-́000000000000.-́000000000000.-́000000000000.-́000000000000.-́000000000000.-́000000000000.-́0000000000000.-00000000000000.-0000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-00000000000000000.-,,-......///00000.-*,,-......///00000.-*,,-......///00000.-*,,-......///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*,,,,-....///00000.-*+,,,,--...........-*+,,,,--...........-*+,,,,--...........-*+,,,,--...........-*+,,,,--------------*+,,,,,,,,,,,,,,,,,,*********************))))))))(''%! (((((('&%$# ''''&%$" #% \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006003/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006003/minimap.dds deleted file mode 100644 index 64d8abae..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006003/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006003/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006003/shadowmap.dds deleted file mode 100644 index c505516e..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006003/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006003/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/006003/shadowmap.raw deleted file mode 100644 index 4d7f1d9e..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006003/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006003/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/006003/tile.raw deleted file mode 100644 index a4d410bc..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006003/tile.raw +++ /dev/null @@ -1 +0,0 @@ -          \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006004/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/006004/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006004/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006004/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/006004/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006004/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006004/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/006004/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006004/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006004/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006004/minimap.dds deleted file mode 100644 index 5602ebb9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006004/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006004/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006004/shadowmap.dds deleted file mode 100644 index c78c13e9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006004/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006004/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/006004/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006004/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006004/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/006004/tile.raw deleted file mode 100644 index aa1d38a6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006004/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006005/areaambiencedata.txt b/bin/pack/dc/metin2_map_devilscatacomb/006005/areaambiencedata.txt deleted file mode 100644 index 67ca4680..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006005/areaambiencedata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaAmbienceDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006005/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/006005/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006005/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006005/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/006005/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006005/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006005/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/006005/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006005/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006005/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006005/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006005/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006005/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006005/shadowmap.dds deleted file mode 100644 index c78c13e9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006005/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006005/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/006005/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006005/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006005/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/006005/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006005/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006006/areaambiencedata.txt b/bin/pack/dc/metin2_map_devilscatacomb/006006/areaambiencedata.txt deleted file mode 100644 index 67ca4680..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006006/areaambiencedata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaAmbienceDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006006/areadata.txt b/bin/pack/dc/metin2_map_devilscatacomb/006006/areadata.txt deleted file mode 100644 index cd1659ca..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006006/areadata.txt +++ /dev/null @@ -1,4 +0,0 @@ -AreaDataFile - - -ObjectCount 0 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006006/attr.atr b/bin/pack/dc/metin2_map_devilscatacomb/006006/attr.atr deleted file mode 100644 index 1fac0cdc..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006006/attr.atr and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006006/height.raw b/bin/pack/dc/metin2_map_devilscatacomb/006006/height.raw deleted file mode 100644 index 035cafe6..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006006/height.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006006/minimap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006006/minimap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006006/shadowmap.dds b/bin/pack/dc/metin2_map_devilscatacomb/006006/shadowmap.dds deleted file mode 100644 index c78c13e9..00000000 Binary files a/bin/pack/dc/metin2_map_devilscatacomb/006006/shadowmap.dds and /dev/null differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006006/shadowmap.raw b/bin/pack/dc/metin2_map_devilscatacomb/006006/shadowmap.raw deleted file mode 100644 index f0e60943..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006006/shadowmap.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006006/tile.raw b/bin/pack/dc/metin2_map_devilscatacomb/006006/tile.raw deleted file mode 100644 index b939a01b..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/006006/tile.raw +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/map_dd_teste.msenv b/bin/pack/dc/metin2_map_devilscatacomb/map_dd_teste.msenv deleted file mode 100644 index 9467ca88..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/map_dd_teste.msenv +++ /dev/null @@ -1,144 +0,0 @@ -ScriptType EnvrionmentData -ScriptVersion 1.0000 - -Group DirectionalLight -{ - Direction 0.500000 0.500000 -0.500000 - - Group Background - { - Enable 1 - Diffuse 0.858824 0.913725 0.992157 1.000000 - Ambient 0.239216 0.364706 0.329412 1.000000 - } - - Group Character - { - Enable 1 - Diffuse 0.858824 0.913725 0.992157 1.000000 - Ambient 0.389216 0.514706 0.479412 1.000000 - } -} -Group Material -{ - Diffuse 1.000000 1.000000 1.000000 1.000000 - Ambient 0.952941 0.984314 1.000000 1.000000 - Emissive 0.000000 0.000000 0.000000 1.000000 -} - -Group Fog -{ - Enable 1 - NearDistance 20000.000000 - FarDistance 50000.000000 - Color 0.000000 0.000000 0.000000 1.000000 -} - -Group Filter -{ - Enable 0 - Color 0.294118 0.094118 0.094118 0.000000 - AlphaSrc 2 - AlphaDest 2 -} - -Group SkyBox -{ - Scale 3500.000000 3500.000000 3500.000000 - GradientLevelUpper 0 - GradientLevelLower 0 - - CloudScale 200000.000000 200000.000000 - CloudHeight 30000.000000 - CloudTextureScale 4.000000 4.000000 - CloudSpeed 0.001000 0.001000 - CloudTextureFileName "" - List CloudColor - { - 0.000000 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 0.000000 - } -} - -Group LensFlare -{ - Enable 0 - BrightnessColor 0.976471 0.976471 0.976471 1.000000 - MaxBrightness 1.000000 - MainFlareEnable 0 - MainFlareTextureFileName "" - MainFlareSize 0.200000 -} - -ScriptType EnvrionmentData -ScriptVersion 1.0000 - -Group DirectionalLight -{ - Direction 0.500000 0.500000 -0.500000 - - Group Background - { - Enable 1 - Diffuse 0.858824 0.913725 0.992157 1.000000 - Ambient 0.239216 0.364706 0.329412 1.000000 - } - - Group Character - { - Enable 1 - Diffuse 0.858824 0.913725 0.992157 1.000000 - Ambient 0.389216 0.514706 0.479412 1.000000 - } -} -Group Material -{ - Diffuse 1.000000 1.000000 1.000000 1.000000 - Ambient 0.952941 0.984314 1.000000 1.000000 - Emissive 0.000000 0.000000 0.000000 1.000000 -} - -Group Fog -{ - Enable 1 - NearDistance 20000.000000 - FarDistance 50000.000000 - Color 0.000000 0.000000 0.000000 1.000000 -} - -Group Filter -{ - Enable 0 - Color 0.294118 0.094118 0.094118 0.000000 - AlphaSrc 2 - AlphaDest 2 -} - -Group SkyBox -{ - Scale 3500.000000 3500.000000 3500.000000 - GradientLevelUpper 0 - GradientLevelLower 0 - - CloudScale 200000.000000 200000.000000 - CloudHeight 30000.000000 - CloudTextureScale 4.000000 4.000000 - CloudSpeed 0.001000 0.001000 - CloudTextureFileName "" - List CloudColor - { - 0.000000 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 0.000000 - } -} - -Group LensFlare -{ - Enable 0 - BrightnessColor 0.976471 0.976471 0.976471 1.000000 - MaxBrightness 1.000000 - MainFlareEnable 0 - MainFlareTextureFileName "" - MainFlareSize 0.200000 -} - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/mapproperty.txt b/bin/pack/dc/metin2_map_devilscatacomb/mapproperty.txt deleted file mode 100644 index 653e571d..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/mapproperty.txt +++ /dev/null @@ -1,8 +0,0 @@ -ScriptType MapProperty - -MapType "Outdoor" - -ScriptType MapProperty - -MapType "Outdoor" - diff --git a/bin/pack/dc/metin2_map_devilscatacomb/setting.txt b/bin/pack/dc/metin2_map_devilscatacomb/setting.txt deleted file mode 100644 index c6b076be..00000000 --- a/bin/pack/dc/metin2_map_devilscatacomb/setting.txt +++ /dev/null @@ -1,11 +0,0 @@ -ScriptType MapSetting - -CellScale 200 -HeightScale 0.500000 - -ViewRadius 128 - -MapSize 7 7 -BasePosition 307200 1203200 -TextureSet textureset\metin2_map_devilsCatacomb.txt -Environment map_devilsCatacomb.msenv \ No newline at end of file diff --git a/bin/pack/dc/textureset/metin2_map_devilscatacomb.txt b/bin/pack/dc/textureset/metin2_map_devilscatacomb.txt deleted file mode 100644 index f7f1fc1a..00000000 --- a/bin/pack/dc/textureset/metin2_map_devilscatacomb.txt +++ /dev/null @@ -1,123 +0,0 @@ -TextureSet - -TextureCount 12 -Start Texture001 - "D:\ymir work\terrainmaps\dungeon\devilcave\dc_field_00.dds" - 3.000000 - 3.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture001 -Start Texture002 - "D:\ymir work\terrainmaps\dungeon\devilcave\dc_rock_00.dds" - 3.000000 - 3.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture002 -Start Texture003 - "D:\ymir work\terrainmaps\dungeon\devilcave\dc_field_01.dds" - 3.000000 - 3.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture003 -Start Texture004 - "D:\ymir work\terrainmaps\dungeon\devilcave\dc_rock_01.dds" - 3.000000 - 3.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture004 -Start Texture005 - "D:\ymir work\terrainmaps\dungeon\devilcave\dc_field_02.dds" - 3.000000 - 3.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture005 -Start Texture006 - "D:\ymir work\terrainmaps\dungeon\devilcave\dc_grass_00.dds" - 3.000000 - 3.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture006 -Start Texture007 - "D:\ymir work\terrainmaps\dungeon\devilcave\dc_stone_lava_00.dds" - 3.000000 - 3.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture007 -Start Texture008 - "D:\ymir work\terrainmaps\dungeon\devilcave\dc_lava_red_00.dds" - 3.000000 - 3.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture008 -Start Texture009 - "D:\ymir work\terrainmaps\dungeon\devilcave\dc_lava_red_01.dds" - 3.000000 - 3.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture009 -Start Texture010 - "D:\ymir work\terrainmaps\dungeon\devilcave\dc_spider_00.dds" - 3.000000 - 3.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture010 -Start Texture011 - "D:\ymir work\terrainmaps\dungeon\devilcave\dc_tile_00.DDS" - 4.000000 - 4.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture011 -Start Texture012 - "D:\ymir work\terrainmaps\dungeon\field 01.DDS" - 4.000000 - 4.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture012 \ No newline at end of file diff --git a/bin/pack/dc/textureset/metin2_milgyo.txt b/bin/pack/dc/textureset/metin2_milgyo.txt deleted file mode 100644 index 5b42cc3d..00000000 --- a/bin/pack/dc/textureset/metin2_milgyo.txt +++ /dev/null @@ -1,105 +0,0 @@ -TextureSet - -TextureCount 09 -Start Texture001 - "d:\ymir work\terrainmaps\b\grass\grass 01.dds" - 9.000000 - 9.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture001 -Start Texture002 - "d:\ymir work\terrainmaps\b\grass\grass 01_02.dds" - 9.000000 - 9.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture002 -Start Texture003 - "d:\ymir work\terrainmaps\b\grass\grass 03_05.dds" - 9.000000 - 9.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture003 -Start Texture004 - "d:\ymir work\terrainmaps\b\stone\stone03_02.dds" - 5.000000 - 5.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture004 -Start Texture005 - "d:\ymir work\terrainmaps\b\stone\stone04_02.dds" - 5.000000 - 5.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture005 -Start Texture006 - "d:\ymir work\terrainmaps\b\tile\tile05.dds" - 5.000000 - 5.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture006 -Start Texture007 - "d:\ymir work\terrainmaps\b\field\field 04_02.dds" - 5.000000 - 5.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture007 -Start Texture008 - "d:\ymir work\terrainmaps\b\field\field 04_05.dds" - 5.000000 - 5.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture008 -Start Texture009 - "d:\ymir work\terrainmaps\b\tile\tile06.dds" - 7.000000 - 7.000000 - 0.000000 - 0.000000 - 0 - 0 - 0 -End Texture009 - - - - - - - - - - - - diff --git a/bin/pack/dc/ymir work/effect/background/blackblue_loop.mse b/bin/pack/dc/ymir work/effect/background/blackblue_loop.mse deleted file mode 100644 index a57e7252..00000000 --- a/bin/pack/dc/ymir work/effect/background/blackblue_loop.mse +++ /dev/null @@ -1,266 +0,0 @@ -BoundingSphereRadius 300.000000 -BoundingSpherePosition 0.000000 0.000000 200.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 20.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 40 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 160.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.001000 0.001000 0.002000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.400000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 7.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 40.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.000000 120.000000 - } - List TimeEventSizeY - { - 0.000000 120.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.000000 0.200000 - 0.800000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.200000 - 0.700000 0.700000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.100000 - 0.250000 0.900000 - 0.520000 0.450000 - 0.990000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 70.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 30 - - CycleLength 3.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 140.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 15.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 30.000000 - } - List TimeEventLifeTime - { - 0.000000 1.500000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.040000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.000000 0.300000 - 0.500000 0.000000 - } - List TimeEventColorGreen - { - 0.300000 1.000000 - 0.700000 0.300000 - } - List TimeEventColorBlue - { - 0.000000 0.300000 - 0.700000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.100000 - 0.250000 0.600000 - 0.620000 0.400000 - 0.990000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke04.dds" - } - } -} diff --git a/bin/pack/dc/ymir work/effect/background/fire_blue1.mse b/bin/pack/dc/ymir work/effect/background/fire_blue1.mse deleted file mode 100644 index dd49f4a3..00000000 --- a/bin/pack/dc/ymir work/effect/background/fire_blue1.mse +++ /dev/null @@ -1,526 +0,0 @@ -BoundingSphereRadius 90.000000 -BoundingSpherePosition 0.000000 0.000000 70.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 15.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 15 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 10.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.010000 0.010000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 18.041237 - } - List TimeEventEmittingVelocity - { - 0.005714 4.123711 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 15.000000 - } - List TimeEventLifeTime - { - 0.000000 0.500000 - } - List TimeEventSizeX - { - 0.000000 29.896906 - } - List TimeEventSizeY - { - 0.000000 27.835051 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 5 - BillboardType 2 - RotationType 4 - RotationSpeed 48.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.742268 - 0.194286 0.855670 - 0.400000 0.865979 - 0.588571 0.783505 - 0.994286 0.432990 - } - List TimeEventScaleY - { - 0.000000 1.000000 - 1.000000 0.443299 - } - List TimeEventColorRed - { - 0.000000 1.000000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - 0.500000 0.200000 - } - List TimeEventColorBlue - { - 0.000000 0.300000 - 0.500000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.000000 - 0.125641 0.580000 - 0.412821 0.420290 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "fb3.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 25.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 10.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.010000 0.010000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 18.041237 - } - List TimeEventEmittingVelocity - { - 0.002857 7.216495 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 0.500000 - } - List TimeEventSizeX - { - 0.000000 43.298969 - } - List TimeEventSizeY - { - 0.005714 27.835052 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 2 - RotationType 4 - RotationSpeed 48.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.742268 - 0.194286 0.855670 - 0.400000 0.865979 - 0.588571 0.783505 - 0.994286 0.432990 - } - List TimeEventScaleY - { - 0.000000 1.000000 - 1.000000 0.443299 - } - List TimeEventColorRed - { - 0.000000 1.000000 - 0.200000 0.200000 - } - List TimeEventColorGreen - { - 0.000000 0.700000 - 0.300000 0.200000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - 0.400000 0.400000 - } - List TimeEventAlpha - { - 0.000000 0.000000 - 0.125641 0.890000 - 0.305128 0.420290 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "fb2.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 35.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 2 - EmitterAdvancedType 0 - EmittingSize 10.000000 10.000000 5.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.010000 0.010000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 18.041237 - } - List TimeEventEmittingVelocity - { - 0.000000 6.185567 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 0.500000 - } - List TimeEventSizeX - { - 0.000000 34.020618 - } - List TimeEventSizeY - { - 0.000000 34.020618 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 2 - RotationType 2 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 179 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.742268 - 0.194286 0.855670 - 0.400000 0.865979 - 0.588571 0.783505 - 0.994286 0.432990 - } - List TimeEventScaleY - { - 0.000000 1.000000 - 1.000000 0.443299 - } - List TimeEventColorRed - { - 0.000000 1.000000 - } - List TimeEventColorGreen - { - 0.000000 0.300000 - } - List TimeEventColorBlue - { - 0.400000 0.000000 - 0.600000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.000000 - 0.148718 1.000000 - 0.997436 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "fb1.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 20.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.010000 0.010000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.600000 - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 20.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 50.000000 - } - List TimeEventSizeY - { - 0.000000 50.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 4 - RotationSpeed 100.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.700000 - 0.400000 0.500000 - 1.000000 0.300000 - } - List TimeEventScaleY - { - 0.000000 0.700000 - 0.400000 0.500000 - 1.000000 0.300000 - } - List TimeEventColorRed - { - 0.000000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - 0.300000 0.400000 - } - List TimeEventColorBlue - { - 0.000000 0.300000 - 0.300000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 0.900000 - 0.600000 0.600000 - 0.990000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "smoke04.dds" - } - } -} diff --git a/bin/pack/dc/ymir work/effect/background/metinstone_loop_blackblue.mse b/bin/pack/dc/ymir work/effect/background/metinstone_loop_blackblue.mse deleted file mode 100644 index 481b5003..00000000 --- a/bin/pack/dc/ymir work/effect/background/metinstone_loop_blackblue.mse +++ /dev/null @@ -1,775 +0,0 @@ -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 150.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -45.000000 0.000000 220.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 40.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.730000 - 1.000000 1.100000 - } - List TimeEventColorRed - { - 0.200000 1.000000 - 0.500000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.500000 - 0.700000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.250000 0.800000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -47.000000 0.000000 170.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.730000 - 1.000000 1.100000 - } - List TimeEventColorRed - { - 0.100000 1.000000 - 0.400000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - 0.200000 0.100000 - 0.300000 0.400000 - 0.800000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.300000 0.900000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -26.000000 0.000000 120.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 90.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.500000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - 1.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.000000 1.000000 - 0.300000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 0.300000 0.000000 - 0.500000 0.300000 - 1.000000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.950000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -17.000000 0.000000 80.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 110.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.500000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - 1.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.000000 1.000000 - 0.300000 0.100000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 0.300000 0.000000 - 0.500000 0.500000 - 1.000000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.950000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -10.000000 0.000000 50.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 4 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 -0.400000 - } - List TimeEventEmittingVelocity - { - 0.000000 40.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 2.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.014286 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 3 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 0.400000 0.410000 - 1.000000 0.700000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 0.400000 0.400000 - 1.000000 0.720000 - } - List TimeEventColorRed - { - 0.200000 1.000000 - 0.700000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - 0.800000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.400000 - 0.200000 0.700000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "gatein.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -10.000000 0.000000 40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 4 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 -0.400000 - } - List TimeEventEmittingVelocity - { - 0.000000 40.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 2.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.014286 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 1 - DestBlendType 6 - ColorOperationType 4 - BillboardType 3 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.500000 - 1.000000 0.800000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.450000 - 1.000000 0.750000 - } - List TimeEventColorRed - { - 0.000000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 0.500000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "gatein.dds" - } - } -} diff --git a/bin/pack/dc/ymir work/effect/background/metinstone_loop_blackred.mse b/bin/pack/dc/ymir work/effect/background/metinstone_loop_blackred.mse deleted file mode 100644 index 5ed2cfcb..00000000 --- a/bin/pack/dc/ymir work/effect/background/metinstone_loop_blackred.mse +++ /dev/null @@ -1,773 +0,0 @@ -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 150.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -45.000000 0.000000 220.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 40.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.730000 - 1.000000 1.100000 - } - List TimeEventColorRed - { - 0.000000 0.200000 - 1.000000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.300000 - 1.000000 0.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.250000 0.800000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -47.000000 0.000000 170.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.730000 - 1.000000 1.100000 - } - List TimeEventColorRed - { - 0.000000 0.500000 - 1.000000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - 0.800000 0.200000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.300000 0.900000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -26.000000 0.000000 120.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 90.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.500000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - 1.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.000000 1.000000 - 1.000000 0.600000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - 0.800000 0.500000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.950000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -17.000000 0.000000 80.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 110.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.500000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - 1.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.200000 1.000000 - 1.000000 0.400000 - } - List TimeEventColorGreen - { - 0.200000 0.100000 - 0.800000 0.000000 - } - List TimeEventColorBlue - { - 0.300000 0.100000 - 0.800000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.950000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -10.000000 0.000000 50.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 4 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 -0.400000 - } - List TimeEventEmittingVelocity - { - 0.000000 40.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 2.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.014286 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 3 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 0.400000 0.410000 - 1.000000 0.700000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 0.400000 0.400000 - 1.000000 0.720000 - } - List TimeEventColorRed - { - 0.400000 1.000000 - 1.000000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.100000 - 0.800000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - } - List TimeEventAlpha - { - 0.000000 0.400000 - 0.200000 0.700000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "gatein.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -10.000000 0.000000 40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 4 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 -0.400000 - } - List TimeEventEmittingVelocity - { - 0.000000 40.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 2.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.014286 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 1 - DestBlendType 6 - ColorOperationType 4 - BillboardType 3 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.500000 - 1.000000 0.800000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.450000 - 1.000000 0.750000 - } - List TimeEventColorRed - { - 0.400000 1.000000 - 0.800000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 0.500000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "gatein.dds" - } - } -} diff --git a/bin/pack/dc/ymir work/effect/background/metinstone_loop_bluegreen.mse b/bin/pack/dc/ymir work/effect/background/metinstone_loop_bluegreen.mse deleted file mode 100644 index dc1fd4a5..00000000 --- a/bin/pack/dc/ymir work/effect/background/metinstone_loop_bluegreen.mse +++ /dev/null @@ -1,778 +0,0 @@ -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 150.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -45.000000 0.000000 220.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 40.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.730000 - 1.000000 1.100000 - } - List TimeEventColorRed - { - 0.200000 0.100000 - 0.800000 0.000000 - } - List TimeEventColorGreen - { - 0.200000 0.200000 - 0.800000 0.600000 - } - List TimeEventColorBlue - { - 0.500000 0.400000 - 0.800000 0.200000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.300000 0.900000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -47.000000 0.000000 170.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.730000 - 1.000000 1.100000 - } - List TimeEventColorRed - { - 0.200000 0.200000 - 0.800000 0.000000 - } - List TimeEventColorGreen - { - 0.200000 0.300000 - 0.800000 0.800000 - } - List TimeEventColorBlue - { - 0.300000 0.400000 - 0.600000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.300000 0.900000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -26.000000 0.000000 120.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 90.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.500000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - 1.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.200000 0.300000 - 0.800000 0.000000 - } - List TimeEventColorGreen - { - 0.200000 0.300000 - 0.800000 0.800000 - } - List TimeEventColorBlue - { - 0.300000 0.700000 - 0.900000 0.300000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.950000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -17.000000 0.000000 80.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 110.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.500000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - 1.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.000000 0.300000 - 0.500000 0.000000 - } - List TimeEventColorGreen - { - 0.200000 0.300000 - 0.800000 0.100000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.950000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -10.000000 0.000000 50.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 4 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 -0.400000 - } - List TimeEventEmittingVelocity - { - 0.000000 40.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 2.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.014286 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 3 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 0.400000 0.410000 - 1.000000 0.700000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 0.400000 0.400000 - 1.000000 0.720000 - } - List TimeEventColorRed - { - 0.400000 0.200000 - 0.900000 0.000000 - } - List TimeEventColorGreen - { - 0.200000 0.300000 - 0.700000 1.000000 - } - List TimeEventColorBlue - { - 0.300000 0.800000 - 0.700000 0.200000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 0.500000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "gatein.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 4 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 -0.400000 - } - List TimeEventEmittingVelocity - { - 0.000000 40.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 2.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.014286 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 3 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 0.400000 0.300000 - 1.000000 0.600000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 0.400000 0.300000 - 1.000000 0.600000 - } - List TimeEventColorRed - { - 0.400000 1.000000 - 0.900000 0.200000 - } - List TimeEventColorGreen - { - 0.200000 0.300000 - 0.700000 0.100000 - } - List TimeEventColorBlue - { - 0.300000 0.200000 - 0.700000 0.800000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 0.500000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "gatein.dds" - } - } -} diff --git a/bin/pack/dc/ymir work/effect/background/metinstone_loop_greenred.mse b/bin/pack/dc/ymir work/effect/background/metinstone_loop_greenred.mse deleted file mode 100644 index 19158b56..00000000 --- a/bin/pack/dc/ymir work/effect/background/metinstone_loop_greenred.mse +++ /dev/null @@ -1,776 +0,0 @@ -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 150.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -45.000000 0.000000 220.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 40.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.730000 - 1.000000 1.100000 - } - List TimeEventColorRed - { - 0.000000 1.000000 - 0.300000 0.300000 - } - List TimeEventColorGreen - { - 0.500000 0.000000 - 0.800000 1.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.300000 0.900000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -47.000000 0.000000 170.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.730000 - 1.000000 1.100000 - } - List TimeEventColorRed - { - 0.100000 1.000000 - 0.400000 0.300000 - } - List TimeEventColorGreen - { - 0.500000 0.200000 - 0.900000 1.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.300000 0.900000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -26.000000 0.000000 120.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 90.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.500000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - 1.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.200000 1.000000 - 0.400000 0.200000 - } - List TimeEventColorGreen - { - 0.500000 0.100000 - 0.900000 1.000000 - } - List TimeEventColorBlue - { - 0.500000 0.000000 - 0.900000 0.500000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.950000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -17.000000 0.000000 80.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 110.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.500000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - 1.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.000000 1.000000 - 0.200000 0.200000 - } - List TimeEventColorGreen - { - 0.400000 0.100000 - 0.600000 0.650000 - 0.800000 1.000000 - } - List TimeEventColorBlue - { - 0.000000 0.500000 - 1.000000 0.000000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.950000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -10.000000 0.000000 50.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 4 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 -0.400000 - } - List TimeEventEmittingVelocity - { - 0.000000 40.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 2.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.014286 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 3 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 0.400000 0.410000 - 1.000000 0.700000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 0.400000 0.400000 - 1.000000 0.720000 - } - List TimeEventColorRed - { - 0.200000 1.000000 - 0.500000 0.200000 - } - List TimeEventColorGreen - { - 0.200000 0.300000 - 0.600000 1.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 0.500000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "gatein.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 4 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 -0.400000 - } - List TimeEventEmittingVelocity - { - 0.000000 40.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 2.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.014286 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 3 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 0.400000 0.300000 - 1.000000 0.600000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 0.400000 0.300000 - 1.000000 0.600000 - } - List TimeEventColorRed - { - 0.000000 1.000000 - 0.500000 0.000000 - } - List TimeEventColorGreen - { - 0.400000 0.200000 - 0.700000 1.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 0.600000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "gatein.dds" - } - } -} diff --git a/bin/pack/dc/ymir work/effect/background/metinstone_loop_pinkpurple.mse b/bin/pack/dc/ymir work/effect/background/metinstone_loop_pinkpurple.mse deleted file mode 100644 index 4db363b4..00000000 --- a/bin/pack/dc/ymir work/effect/background/metinstone_loop_pinkpurple.mse +++ /dev/null @@ -1,779 +0,0 @@ -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 150.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -45.000000 0.000000 220.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 40.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.730000 - 1.000000 1.100000 - } - List TimeEventColorRed - { - 0.200000 0.300000 - 0.800000 0.100000 - } - List TimeEventColorGreen - { - 0.200000 0.700000 - 0.800000 0.300000 - } - List TimeEventColorBlue - { - 0.500000 0.400000 - 0.800000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.300000 0.900000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -47.000000 0.000000 170.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.730000 - 1.000000 1.100000 - } - List TimeEventColorRed - { - 0.200000 0.700000 - 0.800000 0.200000 - } - List TimeEventColorGreen - { - 0.200000 0.300000 - 0.800000 0.100000 - } - List TimeEventColorBlue - { - 0.300000 0.600000 - 0.600000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.300000 0.900000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -26.000000 0.000000 120.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 90.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.500000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - 1.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.200000 0.988235 - 0.800000 0.400000 - } - List TimeEventColorGreen - { - 0.200000 0.300000 - 0.800000 0.100000 - } - List TimeEventColorBlue - { - 0.300000 0.400000 - 0.900000 0.800000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.950000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -17.000000 0.000000 80.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 110.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.500000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 10.000000 - 1.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.200000 0.988235 - 0.800000 0.400000 - } - List TimeEventColorGreen - { - 0.200000 0.300000 - 0.800000 0.100000 - } - List TimeEventColorBlue - { - 0.300000 0.400000 - 0.900000 0.800000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.950000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" -10.000000 0.000000 50.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 4 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 -0.400000 - } - List TimeEventEmittingVelocity - { - 0.000000 40.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 2.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.014286 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 3 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 0.400000 0.410000 - 1.000000 0.700000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 0.400000 0.400000 - 1.000000 0.720000 - } - List TimeEventColorRed - { - 0.400000 1.000000 - 0.900000 0.200000 - } - List TimeEventColorGreen - { - 0.200000 0.300000 - 0.700000 0.100000 - } - List TimeEventColorBlue - { - 0.300000 0.200000 - 0.700000 0.800000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 0.500000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "gatein.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 4 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 -0.400000 - } - List TimeEventEmittingVelocity - { - 0.000000 40.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 2.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.014286 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 3 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 0.400000 0.300000 - 1.000000 0.600000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 0.400000 0.300000 - 1.000000 0.600000 - } - List TimeEventColorRed - { - 0.400000 1.000000 - 0.900000 0.200000 - } - List TimeEventColorGreen - { - 0.200000 0.300000 - 0.700000 0.100000 - } - List TimeEventColorBlue - { - 0.300000 0.200000 - 0.700000 0.800000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 0.500000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "gatein.dds" - } - } -} diff --git a/bin/pack/dc/ymir work/effect/background/smoke01.dds b/bin/pack/dc/ymir work/effect/background/smoke01.dds deleted file mode 100644 index 4eb52735..00000000 Binary files a/bin/pack/dc/ymir work/effect/background/smoke01.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/effect/background/smoke02.dds b/bin/pack/dc/ymir work/effect/background/smoke02.dds deleted file mode 100644 index 91844960..00000000 Binary files a/bin/pack/dc/ymir work/effect/background/smoke02.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/effect/background/smoke03.dds b/bin/pack/dc/ymir work/effect/background/smoke03.dds deleted file mode 100644 index 72c4c62e..00000000 Binary files a/bin/pack/dc/ymir work/effect/background/smoke03.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/effect/background/smoke04.dds b/bin/pack/dc/ymir work/effect/background/smoke04.dds deleted file mode 100644 index a8c22e52..00000000 Binary files a/bin/pack/dc/ymir work/effect/background/smoke04.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/effect/background/torch1.mse b/bin/pack/dc/ymir work/effect/background/torch1.mse deleted file mode 100644 index 5c2c448e..00000000 --- a/bin/pack/dc/ymir work/effect/background/torch1.mse +++ /dev/null @@ -1,517 +0,0 @@ -BoundingSphereRadius 500.000000 -BoundingSpherePosition 0.000000 0.000000 400.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 80.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.005000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 2.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 20.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 45.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 250.000000 - } - List TimeEventSizeY - { - 0.000000 250.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 50.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 1 - - List TimeEventGravity - { - 0.011429 94.845360 - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.300000 - 0.400000 0.800000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.800000 - 1.000000 1.000000 - } - List TimeEventColorRed - { - 0.000000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.100000 - 0.250000 0.700000 - 0.520000 0.300000 - 0.990000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 30.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 20 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 180.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.005000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 25.000000 - } - List TimeEventEmittingVelocity - { - 0.005714 8.247422 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 20.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 330.000000 - } - List TimeEventSizeY - { - 0.000000 330.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 50.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 1 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.195876 - 0.800000 0.731959 - } - List TimeEventScaleY - { - 0.000000 0.195876 - 0.811429 0.711340 - } - List TimeEventColorRed - { - 0.000000 0.200000 - 0.300000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.200000 - 0.500000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.180000 - 0.200000 0.900000 - 0.595000 0.600000 - 0.990000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 200.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.005000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - 0.000000 0.010000 - } - List TimeEventEmittingDirectionY - { - 0.011429 0.010000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 45.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 50.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 1 - - List TimeEventGravity - { - 0.011429 94.845360 - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.500000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.500000 - 1.000000 1.400000 - } - List TimeEventColorRed - { - 0.000000 0.300000 - 0.300000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.600000 - 0.500000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.100000 - 0.250000 0.900000 - 0.520000 0.450000 - 0.990000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 300.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 20 - - CycleLength 0.500000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 130.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 50.000000 - } - List TimeEventEmittingVelocity - { - 0.005714 8.247422 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 30.000000 - } - List TimeEventLifeTime - { - 0.000000 0.800000 - } - List TimeEventSizeX - { - 0.000000 300.000000 - } - List TimeEventSizeY - { - 0.000000 150.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 24.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 1 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.195876 - 0.800000 0.731959 - } - List TimeEventScaleY - { - 0.000000 0.195876 - 0.811429 0.711340 - } - List TimeEventColorRed - { - 0.000000 0.200000 - 0.400000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.600000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - 0.500000 0.500000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.251282 1.000000 - 0.779487 0.626712 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "smoke01.dds" - } - } -} diff --git a/bin/pack/dc/ymir work/environment/map_devilscatacomb.msenv b/bin/pack/dc/ymir work/environment/map_devilscatacomb.msenv deleted file mode 100644 index caaf339f..00000000 --- a/bin/pack/dc/ymir work/environment/map_devilscatacomb.msenv +++ /dev/null @@ -1,86 +0,0 @@ -ScriptType EnvrionmentData -ScriptVersion 1.0000 - -Group DirectionalLight -{ - Direction 0.350156 0.562609 -0.748907 - - Group Background - { - Enable 1 - Diffuse 0.639216 0.619608 0.619608 1.000000 - Ambient 0.086275 0.086275 0.086275 1.000000 - } - - Group Character - { - Enable 1 - Diffuse 0.639216 0.619608 0.619608 1.000000 - Ambient 0.236275 0.236275 0.236275 1.000000 - } -} -Group Material -{ - Diffuse 0.705882 0.854902 0.776471 1.000000 - Ambient 0.580392 0.486275 0.396078 1.000000 - Emissive 0.321569 0.309804 0.309804 1.000000 -} - -Group Fog -{ - Enable 0 - NearDistance 100.000000 - FarDistance 20000.000000 - Color 0.086275 0.101961 0.164706 1.000000 -} - -Group Filter -{ - Enable 0 - Color 0.494118 0.458824 0.364706 0.000000 - AlphaSrc 1 - AlphaDest 2 -} - -Group SkyBox -{ - Scale 3500.000000 3500.000000 3500.000000 - GradientLevelUpper 2 - GradientLevelLower 2 - - CloudScale 200000.000000 200000.000000 - CloudHeight 30000.000000 - CloudTextureScale 4.000000 4.000000 - CloudSpeed 0.004000 0.004000 - CloudTextureFileName "" - List CloudColor - { - 0.000000 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 0.000000 - } - List Gradient - { - 0.109804 0.129412 0.211765 0.000000 - 0.086275 0.101961 0.164706 0.000000 - - 0.086275 0.101961 0.164706 0.000000 - 0.086275 0.101961 0.164706 0.000000 - - 0.086275 0.101961 0.164706 0.000000 - 0.086275 0.101961 0.164706 0.000000 - - 0.113725 0.133333 0.211765 0.000000 - 0.113725 0.133333 0.211765 0.000000 - } -} - -Group LensFlare -{ - Enable 0 - BrightnessColor 1.000000 0.886275 0.886275 1.000000 - MaxBrightness 0.740000 - MainFlareEnable 1 - MainFlareTextureFileName "D:\Ymir Work\environment\sunflare.dds" - MainFlareSize 0.350000 -} - diff --git a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/close_wait.gr2 b/bin/pack/dc/ymir work/npc2/zombie_ghost_door/close_wait.gr2 deleted file mode 100644 index 4fd36c1a..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/close_wait.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/close_wait.msa b/bin/pack/dc/ymir work/npc2/zombie_ghost_door/close_wait.msa deleted file mode 100644 index 59dc7e8b..00000000 --- a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/close_wait.msa +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType MotionData - -MotionFileName "D:\YMIR WORK\npc2\zombie_ghost_door\close_wait.GR2" -MotionDuration 0.133333 - diff --git a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/motlist.txt b/bin/pack/dc/ymir work/npc2/zombie_ghost_door/motlist.txt deleted file mode 100644 index 6d842b25..00000000 --- a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/motlist.txt +++ /dev/null @@ -1,2 +0,0 @@ -GENERAL WAIT close_wait.msa 100 -GENERAL DEAD open.msa 100 diff --git a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/open.gr2 b/bin/pack/dc/ymir work/npc2/zombie_ghost_door/open.gr2 deleted file mode 100644 index 55076558..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/open.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/open.msa b/bin/pack/dc/ymir work/npc2/zombie_ghost_door/open.msa deleted file mode 100644 index b4b11358..00000000 --- a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/open.msa +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType MotionData - -MotionFileName "D:\YMIR WORK\npc2\zombie_ghost_door\open.GR2" -MotionDuration 2.000000 - diff --git a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/zombie_ghost_door.dds b/bin/pack/dc/ymir work/npc2/zombie_ghost_door/zombie_ghost_door.dds deleted file mode 100644 index 5d93a0c6..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/zombie_ghost_door.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/zombie_ghost_door.gr2 b/bin/pack/dc/ymir work/npc2/zombie_ghost_door/zombie_ghost_door.gr2 deleted file mode 100644 index e9c85cd7..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/zombie_ghost_door.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/zombie_ghost_door.msm b/bin/pack/dc/ymir work/npc2/zombie_ghost_door/zombie_ghost_door.msm deleted file mode 100644 index d6bc5bad..00000000 --- a/bin/pack/dc/ymir work/npc2/zombie_ghost_door/zombie_ghost_door.msm +++ /dev/null @@ -1,229 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\YMIR WORK\npc2\zombie_ghost_door\zombie_ghost_door.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 12 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 130.000000 - Position 400.000000 -25.000000 50.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 130.000000 - Position 300.000000 -25.000000 50.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 130.000000 - Position 200.000000 -25.000000 50.000000 - } - } - - Group AttachingData03 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 130.000000 - Position 100.000000 -25.000000 50.000000 - } - } - - Group AttachingData04 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 130.000000 - Position 0.000000 -25.000000 50.000000 - } - } - - Group AttachingData05 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 130.000000 - Position -100.000000 -25.000000 50.000000 - } - } - - Group AttachingData06 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 130.000000 - Position -200.000000 -25.000000 50.000000 - } - } - - Group AttachingData07 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 130.000000 - Position -300.000000 -25.000000 50.000000 - } - } - - Group AttachingData08 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 130.000000 - Position -400.000000 -25.000000 50.000000 - } - } - - Group AttachingData09 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 220.000000 - Position 0.000000 -25.000000 50.000000 - } - } - - Group AttachingData10 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 220.000000 - Position 300.000000 -25.000000 50.000000 - } - } - - Group AttachingData11 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "doorcenter" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 220.000000 - Position -300.000000 -25.000000 50.000000 - } - } -} diff --git a/bin/pack/dc/ymir work/npc2/zombie_god_stone/zombie_god_stone.dds b/bin/pack/dc/ymir work/npc2/zombie_god_stone/zombie_god_stone.dds deleted file mode 100644 index 09ef4bbb..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_god_stone/zombie_god_stone.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_god_stone/zombie_god_stone.gr2 b/bin/pack/dc/ymir work/npc2/zombie_god_stone/zombie_god_stone.gr2 deleted file mode 100644 index 1beae07a..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_god_stone/zombie_god_stone.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_god_stone/zombie_god_stone.msm b/bin/pack/dc/ymir work/npc2/zombie_god_stone/zombie_god_stone.msm deleted file mode 100644 index fd8985a8..00000000 --- a/bin/pack/dc/ymir work/npc2/zombie_god_stone/zombie_god_stone.msm +++ /dev/null @@ -1,49 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\zombie_god_stone\zombie_god_stone.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "stone_low" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 120.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "stone_low" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 169.000000 - Position 0.000000 0.000000 0.000000 - } - } -} diff --git a/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.dds b/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.dds deleted file mode 100644 index f58ec85d..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.gr2 b/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.gr2 deleted file mode 100644 index 0e9640b0..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.mdatr b/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.mdatr deleted file mode 100644 index af6f850f..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.mdatr and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.msm b/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.msm deleted file mode 100644 index dbf9fd62..00000000 --- a/bin/pack/dc/ymir work/npc2/zombie_key_stone/zombie_key_stone.msm +++ /dev/null @@ -1,49 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\zombie_key_stone\zombie_key_stone.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "stone_low" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 120.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "stone_low" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 169.000000 - Position 0.000000 0.000000 0.000000 - } - } -} diff --git a/bin/pack/dc/ymir work/npc2/zombie_security_stone/zombie_security_stone.dds b/bin/pack/dc/ymir work/npc2/zombie_security_stone/zombie_security_stone.dds deleted file mode 100644 index 352ec861..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_security_stone/zombie_security_stone.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_security_stone/zombie_security_stone.gr2 b/bin/pack/dc/ymir work/npc2/zombie_security_stone/zombie_security_stone.gr2 deleted file mode 100644 index dd1cea59..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_security_stone/zombie_security_stone.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_security_stone/zombie_security_stone.msm b/bin/pack/dc/ymir work/npc2/zombie_security_stone/zombie_security_stone.msm deleted file mode 100644 index a21cfe0c..00000000 --- a/bin/pack/dc/ymir work/npc2/zombie_security_stone/zombie_security_stone.msm +++ /dev/null @@ -1,49 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\zombie_security_stone\zombie_security_stone.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "stone_low" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 120.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "stone_low" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 169.000000 - Position 0.000000 0.000000 0.000000 - } - } -} diff --git a/bin/pack/dc/ymir work/npc2/zombie_warp_stone/zombie_warp_stone.dds b/bin/pack/dc/ymir work/npc2/zombie_warp_stone/zombie_warp_stone.dds deleted file mode 100644 index d927f514..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_warp_stone/zombie_warp_stone.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_warp_stone/zombie_warp_stone.gr2 b/bin/pack/dc/ymir work/npc2/zombie_warp_stone/zombie_warp_stone.gr2 deleted file mode 100644 index 5e6b904e..00000000 Binary files a/bin/pack/dc/ymir work/npc2/zombie_warp_stone/zombie_warp_stone.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/npc2/zombie_warp_stone/zombie_warp_stone.msm b/bin/pack/dc/ymir work/npc2/zombie_warp_stone/zombie_warp_stone.msm deleted file mode 100644 index 246fa9ef..00000000 --- a/bin/pack/dc/ymir work/npc2/zombie_warp_stone/zombie_warp_stone.msm +++ /dev/null @@ -1,49 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\zombie_warp_stone\zombie_warp_stone.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Sphere01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 30.000000 - Position 0.000000 0.000000 30.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Sphere01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 30.000000 - } - } -} diff --git a/bin/pack/dc/ymir work/terrainmaps/b/stone/dc_rock_00.dds b/bin/pack/dc/ymir work/terrainmaps/b/stone/dc_rock_00.dds deleted file mode 100644 index 1c2a43a4..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/b/stone/dc_rock_00.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_field_00.dds b/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_field_00.dds deleted file mode 100644 index cf4dc661..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_field_00.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_field_01.dds b/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_field_01.dds deleted file mode 100644 index c71d2297..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_field_01.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_field_02.dds b/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_field_02.dds deleted file mode 100644 index 69d51f5b..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_field_02.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_grass_00.dds b/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_grass_00.dds deleted file mode 100644 index 6e3e7a6e..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_grass_00.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_lava_red_00.dds b/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_lava_red_00.dds deleted file mode 100644 index 64368bf6..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_lava_red_00.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_lava_red_01.dds b/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_lava_red_01.dds deleted file mode 100644 index 0517394c..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_lava_red_01.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_rock_00.dds b/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_rock_00.dds deleted file mode 100644 index a1394135..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_rock_00.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_rock_01.dds b/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_rock_01.dds deleted file mode 100644 index d15b117b..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_rock_01.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_spider_00.dds b/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_spider_00.dds deleted file mode 100644 index c3bc990e..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_spider_00.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_stone_lava_00.dds b/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_stone_lava_00.dds deleted file mode 100644 index d98d9a63..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_stone_lava_00.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_tile_00.dds b/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_tile_00.dds deleted file mode 100644 index fde86ace..00000000 Binary files a/bin/pack/dc/ymir work/terrainmaps/dungeon/devilcave/dc_tile_00.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/bone1.dds b/bin/pack/dc/ymir work/zone/devilcave/bone1.dds deleted file mode 100644 index 5d5dee95..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/bone1.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/bottom1.dds b/bin/pack/dc/ymir work/zone/devilcave/bottom1.dds deleted file mode 100644 index e06bbd4a..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/bottom1.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/bottom2.dds b/bin/pack/dc/ymir work/zone/devilcave/bottom2.dds deleted file mode 100644 index 9158df40..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/bottom2.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/bottom3.dds b/bin/pack/dc/ymir work/zone/devilcave/bottom3.dds deleted file mode 100644 index cc009837..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/bottom3.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/dc_enterance_2f-3frock.dds b/bin/pack/dc/ymir work/zone/devilcave/dc_enterance_2f-3frock.dds deleted file mode 100644 index c8e43be9..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/dc_enterance_2f-3frock.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/dc_enterance_build.dds b/bin/pack/dc/ymir work/zone/devilcave/dc_enterance_build.dds deleted file mode 100644 index fee265aa..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/dc_enterance_build.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/dc_enterance_rock.dds b/bin/pack/dc/ymir work/zone/devilcave/dc_enterance_rock.dds deleted file mode 100644 index 721f440e..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/dc_enterance_rock.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/dc_rock_00.dds b/bin/pack/dc/ymir work/zone/devilcave/dc_rock_00.dds deleted file mode 100644 index 1c2a43a4..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/dc_rock_00.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance.gr2 b/bin/pack/dc/ymir work/zone/devilcave/devil_entrance.gr2 deleted file mode 100644 index 4605be24..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance.mdatr b/bin/pack/dc/ymir work/zone/devilcave/devil_entrance.mdatr deleted file mode 100644 index 5db79326..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance.mdatr and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance1f.gr2 b/bin/pack/dc/ymir work/zone/devilcave/devil_entrance1f.gr2 deleted file mode 100644 index 0434e954..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance1f.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance1f.mdatr b/bin/pack/dc/ymir work/zone/devilcave/devil_entrance1f.mdatr deleted file mode 100644 index 55f76c98..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance1f.mdatr and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance2f_3f.gr2 b/bin/pack/dc/ymir work/zone/devilcave/devil_entrance2f_3f.gr2 deleted file mode 100644 index e8c90c0e..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance2f_3f.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance2f_3f.mdatr b/bin/pack/dc/ymir work/zone/devilcave/devil_entrance2f_3f.mdatr deleted file mode 100644 index be7aba83..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance2f_3f.mdatr and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance_pilla.gr2 b/bin/pack/dc/ymir work/zone/devilcave/devil_entrance_pilla.gr2 deleted file mode 100644 index 91f926c6..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance_pilla.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance_pilla.mdatr b/bin/pack/dc/ymir work/zone/devilcave/devil_entrance_pilla.mdatr deleted file mode 100644 index e2579084..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/devil_entrance_pilla.mdatr and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/devilcave_boss1.gr2 b/bin/pack/dc/ymir work/zone/devilcave/devilcave_boss1.gr2 deleted file mode 100644 index dae7c583..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/devilcave_boss1.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/devilcave_boss1.mdatr b/bin/pack/dc/ymir work/zone/devilcave/devilcave_boss1.mdatr deleted file mode 100644 index 88de93e8..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/devilcave_boss1.mdatr and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/devilcave_door_rock.gr2 b/bin/pack/dc/ymir work/zone/devilcave/devilcave_door_rock.gr2 deleted file mode 100644 index 3e182755..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/devilcave_door_rock.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/door1.dds b/bin/pack/dc/ymir work/zone/devilcave/door1.dds deleted file mode 100644 index 50719d7d..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/door1.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/lightingmap0.dds b/bin/pack/dc/ymir work/zone/devilcave/lightingmap0.dds deleted file mode 100644 index 78e75f2e..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/lightingmap0.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/lightingmap1.dds b/bin/pack/dc/ymir work/zone/devilcave/lightingmap1.dds deleted file mode 100644 index 02bcb434..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/lightingmap1.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/lightingmap2.dds b/bin/pack/dc/ymir work/zone/devilcave/lightingmap2.dds deleted file mode 100644 index 3ae83f12..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/lightingmap2.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/lightingmap3.dds b/bin/pack/dc/ymir work/zone/devilcave/lightingmap3.dds deleted file mode 100644 index b2ae6100..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/lightingmap3.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/lightingmap4.dds b/bin/pack/dc/ymir work/zone/devilcave/lightingmap4.dds deleted file mode 100644 index 09b34c22..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/lightingmap4.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/lightingmap5.dds b/bin/pack/dc/ymir work/zone/devilcave/lightingmap5.dds deleted file mode 100644 index 4783b667..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/lightingmap5.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_a.dds b/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_a.dds deleted file mode 100644 index c0a55630..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_a.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_a.gr2 b/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_a.gr2 deleted file mode 100644 index a4297297..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_a.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_a.mdatr b/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_a.mdatr deleted file mode 100644 index b02da3a2..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_a.mdatr and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_b.gr2 b/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_b.gr2 deleted file mode 100644 index bd567047..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_b.gr2 and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_b.mdatr b/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_b.mdatr deleted file mode 100644 index a2f455df..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/ob_stone_fence_b.mdatr and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/obj1.dds b/bin/pack/dc/ymir work/zone/devilcave/obj1.dds deleted file mode 100644 index 13e29ac5..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/obj1.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/pillar1.dds b/bin/pack/dc/ymir work/zone/devilcave/pillar1.dds deleted file mode 100644 index bd85f2ce..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/pillar1.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/pillar2.dds b/bin/pack/dc/ymir work/zone/devilcave/pillar2.dds deleted file mode 100644 index 6d53b421..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/pillar2.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/rock01.dds b/bin/pack/dc/ymir work/zone/devilcave/rock01.dds deleted file mode 100644 index 5bbcebe4..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/rock01.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/skeleton1.dds b/bin/pack/dc/ymir work/zone/devilcave/skeleton1.dds deleted file mode 100644 index d722bb3b..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/skeleton1.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/statue1.dds b/bin/pack/dc/ymir work/zone/devilcave/statue1.dds deleted file mode 100644 index 2633d884..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/statue1.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/statue2.dds b/bin/pack/dc/ymir work/zone/devilcave/statue2.dds deleted file mode 100644 index d9aafc9d..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/statue2.dds and /dev/null differ diff --git a/bin/pack/dc/ymir work/zone/devilcave/statue2_1.dds b/bin/pack/dc/ymir work/zone/devilcave/statue2_1.dds deleted file mode 100644 index 26d52007..00000000 Binary files a/bin/pack/dc/ymir work/zone/devilcave/statue2_1.dds and /dev/null differ diff --git a/bin/pack/etc/ymir work/ui/pattern/board_base.tga b/bin/pack/etc/ymir work/ui/pattern/board_base.tga index 723ba768..59c08aa3 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/board_base.tga and b/bin/pack/etc/ymir work/ui/pattern/board_base.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/board_corner_leftbottom.tga b/bin/pack/etc/ymir work/ui/pattern/board_corner_leftbottom.tga index 2cb2baba..60d2ddfd 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/board_corner_leftbottom.tga and b/bin/pack/etc/ymir work/ui/pattern/board_corner_leftbottom.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/board_corner_lefttop.tga b/bin/pack/etc/ymir work/ui/pattern/board_corner_lefttop.tga index 7fd39456..ead344eb 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/board_corner_lefttop.tga and b/bin/pack/etc/ymir work/ui/pattern/board_corner_lefttop.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/board_corner_rightbottom.tga b/bin/pack/etc/ymir work/ui/pattern/board_corner_rightbottom.tga index 7bb45b4f..06420f12 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/board_corner_rightbottom.tga and b/bin/pack/etc/ymir work/ui/pattern/board_corner_rightbottom.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/board_corner_righttop.tga b/bin/pack/etc/ymir work/ui/pattern/board_corner_righttop.tga index cefcbacb..7d553e2b 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/board_corner_righttop.tga and b/bin/pack/etc/ymir work/ui/pattern/board_corner_righttop.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/board_line_bottom.tga b/bin/pack/etc/ymir work/ui/pattern/board_line_bottom.tga index ecb586bc..0e08482b 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/board_line_bottom.tga and b/bin/pack/etc/ymir work/ui/pattern/board_line_bottom.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/board_line_left.tga b/bin/pack/etc/ymir work/ui/pattern/board_line_left.tga index 045d27b8..4d3b3309 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/board_line_left.tga and b/bin/pack/etc/ymir work/ui/pattern/board_line_left.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/board_line_right.tga b/bin/pack/etc/ymir work/ui/pattern/board_line_right.tga index f8f7d95b..ebc74302 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/board_line_right.tga and b/bin/pack/etc/ymir work/ui/pattern/board_line_right.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/board_line_top.tga b/bin/pack/etc/ymir work/ui/pattern/board_line_top.tga index aa19945f..ff73000b 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/board_line_top.tga and b/bin/pack/etc/ymir work/ui/pattern/board_line_top.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/horizontalbar_center.tga b/bin/pack/etc/ymir work/ui/pattern/horizontalbar_center.tga index 366c90f2..ede7a49a 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/horizontalbar_center.tga and b/bin/pack/etc/ymir work/ui/pattern/horizontalbar_center.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/horizontalbar_left.tga b/bin/pack/etc/ymir work/ui/pattern/horizontalbar_left.tga index e9d8a100..8a154e2d 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/horizontalbar_left.tga and b/bin/pack/etc/ymir work/ui/pattern/horizontalbar_left.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/horizontalbar_right.tga b/bin/pack/etc/ymir work/ui/pattern/horizontalbar_right.tga index 81ca7426..712cdb52 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/horizontalbar_right.tga and b/bin/pack/etc/ymir work/ui/pattern/horizontalbar_right.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_leftbottom.tga b/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_leftbottom.tga index 1c92d022..2d64811e 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_leftbottom.tga and b/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_leftbottom.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_lefttop.tga b/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_lefttop.tga index 570b3a66..22ccd421 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_lefttop.tga and b/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_lefttop.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_rightbottom.tga b/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_rightbottom.tga index a1f8a052..9bc389b0 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_rightbottom.tga and b/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_rightbottom.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_righttop.tga b/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_righttop.tga index 8528c985..ffa6cd09 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_righttop.tga and b/bin/pack/etc/ymir work/ui/pattern/thinboard_corner_righttop.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/thinboard_line_bottom.tga b/bin/pack/etc/ymir work/ui/pattern/thinboard_line_bottom.tga index c332ae94..903a1605 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/thinboard_line_bottom.tga and b/bin/pack/etc/ymir work/ui/pattern/thinboard_line_bottom.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/thinboard_line_left.tga b/bin/pack/etc/ymir work/ui/pattern/thinboard_line_left.tga index 1e129ca2..fabd9337 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/thinboard_line_left.tga and b/bin/pack/etc/ymir work/ui/pattern/thinboard_line_left.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/thinboard_line_right.tga b/bin/pack/etc/ymir work/ui/pattern/thinboard_line_right.tga index 374611a0..264f9351 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/thinboard_line_right.tga and b/bin/pack/etc/ymir work/ui/pattern/thinboard_line_right.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/thinboard_line_top.tga b/bin/pack/etc/ymir work/ui/pattern/thinboard_line_top.tga index 6c2b358f..545415ba 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/thinboard_line_top.tga and b/bin/pack/etc/ymir work/ui/pattern/thinboard_line_top.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/titlebar_center.tga b/bin/pack/etc/ymir work/ui/pattern/titlebar_center.tga index 26795318..d5435d4d 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/titlebar_center.tga and b/bin/pack/etc/ymir work/ui/pattern/titlebar_center.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/titlebar_left.tga b/bin/pack/etc/ymir work/ui/pattern/titlebar_left.tga index abe639ea..7d0105d4 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/titlebar_left.tga and b/bin/pack/etc/ymir work/ui/pattern/titlebar_left.tga differ diff --git a/bin/pack/etc/ymir work/ui/pattern/titlebar_right.tga b/bin/pack/etc/ymir work/ui/pattern/titlebar_right.tga index ca930fd1..f4586a5c 100644 Binary files a/bin/pack/etc/ymir work/ui/pattern/titlebar_right.tga and b/bin/pack/etc/ymir work/ui/pattern/titlebar_right.tga differ diff --git a/bin/pack/etc/ymir work/ui/public.dds b/bin/pack/etc/ymir work/ui/public.dds index 36234036..b7fb695d 100644 Binary files a/bin/pack/etc/ymir work/ui/public.dds and b/bin/pack/etc/ymir work/ui/public.dds differ diff --git a/bin/pack/etc/ymir work/ui/windows.dds b/bin/pack/etc/ymir work/ui/windows.dds index 1adb8851..8cffa200 100644 Binary files a/bin/pack/etc/ymir work/ui/windows.dds and b/bin/pack/etc/ymir work/ui/windows.dds differ diff --git a/bin/pack/guild/ymir work/guild/skill/yongbong.msk b/bin/pack/guild/ymir work/guild/skill/yongbong.msk index e69de29b..c1a4417f 100644 --- a/bin/pack/guild/ymir work/guild/skill/yongbong.msk +++ b/bin/pack/guild/ymir work/guild/skill/yongbong.msk @@ -0,0 +1,14 @@ +ScriptType SkillDataScript + +Type PASSIVE + +Name "" +Description "ִ ŷ Ų" +IconFileName "skill/guild/yongbong.sub" + +List AffectData +{ + "ִ ŷ %.0f" "1000 + (SkillLevel * 300)" "" +} + +MaxLevel 5 \ No newline at end of file diff --git a/bin/pack/icon/icon/hair/45010.dds b/bin/pack/icon/icon/hair/45010.dds index dadc261e..93dc8dc6 100644 Binary files a/bin/pack/icon/icon/hair/45010.dds and b/bin/pack/icon/icon/hair/45010.dds differ diff --git a/bin/pack/icon/icon/hair/45087.dds b/bin/pack/icon/icon/hair/45087.dds new file mode 100644 index 00000000..6ca56aaf Binary files /dev/null and b/bin/pack/icon/icon/hair/45087.dds differ diff --git a/bin/pack/icon/icon/hair/45087.sub b/bin/pack/icon/icon/hair/45087.sub new file mode 100644 index 00000000..d5e83c69 --- /dev/null +++ b/bin/pack/icon/icon/hair/45087.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45087.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45088.dds b/bin/pack/icon/icon/hair/45088.dds new file mode 100644 index 00000000..6970dc51 Binary files /dev/null and b/bin/pack/icon/icon/hair/45088.dds differ diff --git a/bin/pack/icon/icon/hair/45088.sub b/bin/pack/icon/icon/hair/45088.sub new file mode 100644 index 00000000..dd17122d --- /dev/null +++ b/bin/pack/icon/icon/hair/45088.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45088.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45089.dds b/bin/pack/icon/icon/hair/45089.dds new file mode 100644 index 00000000..37b4375e Binary files /dev/null and b/bin/pack/icon/icon/hair/45089.dds differ diff --git a/bin/pack/icon/icon/hair/45089.sub b/bin/pack/icon/icon/hair/45089.sub new file mode 100644 index 00000000..0377d3e6 --- /dev/null +++ b/bin/pack/icon/icon/hair/45089.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45089.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45090.dds b/bin/pack/icon/icon/hair/45090.dds new file mode 100644 index 00000000..b8055ef0 Binary files /dev/null and b/bin/pack/icon/icon/hair/45090.dds differ diff --git a/bin/pack/icon/icon/hair/45090.sub b/bin/pack/icon/icon/hair/45090.sub new file mode 100644 index 00000000..c34754cf --- /dev/null +++ b/bin/pack/icon/icon/hair/45090.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45090.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45091.dds b/bin/pack/icon/icon/hair/45091.dds new file mode 100644 index 00000000..6cf496d6 Binary files /dev/null and b/bin/pack/icon/icon/hair/45091.dds differ diff --git a/bin/pack/icon/icon/hair/45091.sub b/bin/pack/icon/icon/hair/45091.sub new file mode 100644 index 00000000..f513418f --- /dev/null +++ b/bin/pack/icon/icon/hair/45091.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45091.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45092.dds b/bin/pack/icon/icon/hair/45092.dds new file mode 100644 index 00000000..38922702 Binary files /dev/null and b/bin/pack/icon/icon/hair/45092.dds differ diff --git a/bin/pack/icon/icon/hair/45092.sub b/bin/pack/icon/icon/hair/45092.sub new file mode 100644 index 00000000..541f55ab --- /dev/null +++ b/bin/pack/icon/icon/hair/45092.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45092.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45093.dds b/bin/pack/icon/icon/hair/45093.dds new file mode 100644 index 00000000..4475a08e Binary files /dev/null and b/bin/pack/icon/icon/hair/45093.dds differ diff --git a/bin/pack/icon/icon/hair/45093.sub b/bin/pack/icon/icon/hair/45093.sub new file mode 100644 index 00000000..3d69b5ce --- /dev/null +++ b/bin/pack/icon/icon/hair/45093.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45093.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45094.dds b/bin/pack/icon/icon/hair/45094.dds new file mode 100644 index 00000000..a47c81f1 Binary files /dev/null and b/bin/pack/icon/icon/hair/45094.dds differ diff --git a/bin/pack/icon/icon/hair/45094.sub b/bin/pack/icon/icon/hair/45094.sub new file mode 100644 index 00000000..3d4efcae --- /dev/null +++ b/bin/pack/icon/icon/hair/45094.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45094.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45095.dds b/bin/pack/icon/icon/hair/45095.dds new file mode 100644 index 00000000..e8afbf3b Binary files /dev/null and b/bin/pack/icon/icon/hair/45095.dds differ diff --git a/bin/pack/icon/icon/hair/45095.sub b/bin/pack/icon/icon/hair/45095.sub new file mode 100644 index 00000000..fabef4b4 --- /dev/null +++ b/bin/pack/icon/icon/hair/45095.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45095.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45096.dds b/bin/pack/icon/icon/hair/45096.dds new file mode 100644 index 00000000..2fa22818 Binary files /dev/null and b/bin/pack/icon/icon/hair/45096.dds differ diff --git a/bin/pack/icon/icon/hair/45096.sub b/bin/pack/icon/icon/hair/45096.sub new file mode 100644 index 00000000..ade322d3 --- /dev/null +++ b/bin/pack/icon/icon/hair/45096.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45096.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45097.sub b/bin/pack/icon/icon/hair/45097.sub new file mode 100644 index 00000000..d5e83c69 --- /dev/null +++ b/bin/pack/icon/icon/hair/45097.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45087.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45098.sub b/bin/pack/icon/icon/hair/45098.sub new file mode 100644 index 00000000..dd17122d --- /dev/null +++ b/bin/pack/icon/icon/hair/45098.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45088.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45099.sub b/bin/pack/icon/icon/hair/45099.sub new file mode 100644 index 00000000..0377d3e6 --- /dev/null +++ b/bin/pack/icon/icon/hair/45099.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45089.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45100.sub b/bin/pack/icon/icon/hair/45100.sub new file mode 100644 index 00000000..c34754cf --- /dev/null +++ b/bin/pack/icon/icon/hair/45100.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45090.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45101.sub b/bin/pack/icon/icon/hair/45101.sub new file mode 100644 index 00000000..f513418f --- /dev/null +++ b/bin/pack/icon/icon/hair/45101.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45091.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45102.sub b/bin/pack/icon/icon/hair/45102.sub new file mode 100644 index 00000000..541f55ab --- /dev/null +++ b/bin/pack/icon/icon/hair/45102.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45092.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45103.sub b/bin/pack/icon/icon/hair/45103.sub new file mode 100644 index 00000000..3d69b5ce --- /dev/null +++ b/bin/pack/icon/icon/hair/45103.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45093.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45104.sub b/bin/pack/icon/icon/hair/45104.sub new file mode 100644 index 00000000..3d4efcae --- /dev/null +++ b/bin/pack/icon/icon/hair/45104.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45094.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45105.sub b/bin/pack/icon/icon/hair/45105.sub new file mode 100644 index 00000000..fabef4b4 --- /dev/null +++ b/bin/pack/icon/icon/hair/45105.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45095.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45106.sub b/bin/pack/icon/icon/hair/45106.sub new file mode 100644 index 00000000..ade322d3 --- /dev/null +++ b/bin/pack/icon/icon/hair/45106.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45096.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45119.dds b/bin/pack/icon/icon/hair/45119.dds deleted file mode 100644 index abb0db02..00000000 Binary files a/bin/pack/icon/icon/hair/45119.dds and /dev/null differ diff --git a/bin/pack/icon/icon/hair/45119.sub b/bin/pack/icon/icon/hair/45119.sub deleted file mode 100644 index fe9d5ca8..00000000 --- a/bin/pack/icon/icon/hair/45119.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45119.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45120.dds b/bin/pack/icon/icon/hair/45120.dds deleted file mode 100644 index ffdc101e..00000000 Binary files a/bin/pack/icon/icon/hair/45120.dds and /dev/null differ diff --git a/bin/pack/icon/icon/hair/45120.sub b/bin/pack/icon/icon/hair/45120.sub deleted file mode 100644 index 2159c8be..00000000 --- a/bin/pack/icon/icon/hair/45120.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45120.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45121.dds b/bin/pack/icon/icon/hair/45121.dds deleted file mode 100644 index 771f7cff..00000000 Binary files a/bin/pack/icon/icon/hair/45121.dds and /dev/null differ diff --git a/bin/pack/icon/icon/hair/45121.sub b/bin/pack/icon/icon/hair/45121.sub deleted file mode 100644 index 3db046d9..00000000 --- a/bin/pack/icon/icon/hair/45121.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45121.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45122.dds b/bin/pack/icon/icon/hair/45122.dds deleted file mode 100644 index 32d995e7..00000000 Binary files a/bin/pack/icon/icon/hair/45122.dds and /dev/null differ diff --git a/bin/pack/icon/icon/hair/45122.sub b/bin/pack/icon/icon/hair/45122.sub deleted file mode 100644 index c589b1f1..00000000 --- a/bin/pack/icon/icon/hair/45122.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45122.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45122.sub~ b/bin/pack/icon/icon/hair/45122.sub~ deleted file mode 100644 index 3db046d9..00000000 --- a/bin/pack/icon/icon/hair/45122.sub~ +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45121.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45123.dds b/bin/pack/icon/icon/hair/45123.dds deleted file mode 100644 index 52cc240d..00000000 Binary files a/bin/pack/icon/icon/hair/45123.dds and /dev/null differ diff --git a/bin/pack/icon/icon/hair/45123.sub b/bin/pack/icon/icon/hair/45123.sub deleted file mode 100644 index ffe41eb6..00000000 --- a/bin/pack/icon/icon/hair/45123.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45123.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45124.dds b/bin/pack/icon/icon/hair/45124.dds deleted file mode 100644 index cbcc4b22..00000000 Binary files a/bin/pack/icon/icon/hair/45124.dds and /dev/null differ diff --git a/bin/pack/icon/icon/hair/45124.sub b/bin/pack/icon/icon/hair/45124.sub deleted file mode 100644 index cab9d673..00000000 --- a/bin/pack/icon/icon/hair/45124.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45124.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45125.dds b/bin/pack/icon/icon/hair/45125.dds deleted file mode 100644 index ee23e24e..00000000 Binary files a/bin/pack/icon/icon/hair/45125.dds and /dev/null differ diff --git a/bin/pack/icon/icon/hair/45125.sub b/bin/pack/icon/icon/hair/45125.sub deleted file mode 100644 index cab9d673..00000000 --- a/bin/pack/icon/icon/hair/45125.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45124.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45126.dds b/bin/pack/icon/icon/hair/45126.dds deleted file mode 100644 index e9d0c544..00000000 Binary files a/bin/pack/icon/icon/hair/45126.dds and /dev/null differ diff --git a/bin/pack/icon/icon/hair/45126.sub b/bin/pack/icon/icon/hair/45126.sub deleted file mode 100644 index cab9d673..00000000 --- a/bin/pack/icon/icon/hair/45126.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45124.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45127.sub b/bin/pack/icon/icon/hair/45127.sub deleted file mode 100644 index fe9d5ca8..00000000 --- a/bin/pack/icon/icon/hair/45127.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45119.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45128.sub b/bin/pack/icon/icon/hair/45128.sub deleted file mode 100644 index 2159c8be..00000000 --- a/bin/pack/icon/icon/hair/45128.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45120.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45129.sub b/bin/pack/icon/icon/hair/45129.sub deleted file mode 100644 index 3db046d9..00000000 --- a/bin/pack/icon/icon/hair/45129.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45121.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45130.sub b/bin/pack/icon/icon/hair/45130.sub deleted file mode 100644 index c589b1f1..00000000 --- a/bin/pack/icon/icon/hair/45130.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45122.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45131.sub b/bin/pack/icon/icon/hair/45131.sub deleted file mode 100644 index ffe41eb6..00000000 --- a/bin/pack/icon/icon/hair/45131.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45123.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45132.sub b/bin/pack/icon/icon/hair/45132.sub deleted file mode 100644 index cab9d673..00000000 --- a/bin/pack/icon/icon/hair/45132.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45124.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45133.sub b/bin/pack/icon/icon/hair/45133.sub deleted file mode 100644 index e1a95c61..00000000 --- a/bin/pack/icon/icon/hair/45133.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45125.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45134.sub b/bin/pack/icon/icon/hair/45134.sub deleted file mode 100644 index 3075e001..00000000 --- a/bin/pack/icon/icon/hair/45134.sub +++ /dev/null @@ -1,7 +0,0 @@ -title subImage -version 2.0 -image "45126.dds" -left 0 -top 0 -right 96 -bottom 96 diff --git a/bin/pack/icon/icon/hair/45160.dds b/bin/pack/icon/icon/hair/45160.dds new file mode 100644 index 00000000..a84eb6d2 Binary files /dev/null and b/bin/pack/icon/icon/hair/45160.dds differ diff --git a/bin/pack/icon/icon/hair/45160.sub b/bin/pack/icon/icon/hair/45160.sub new file mode 100644 index 00000000..4a3ade35 --- /dev/null +++ b/bin/pack/icon/icon/hair/45160.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45160.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45161.dds b/bin/pack/icon/icon/hair/45161.dds new file mode 100644 index 00000000..4fd4a860 Binary files /dev/null and b/bin/pack/icon/icon/hair/45161.dds differ diff --git a/bin/pack/icon/icon/hair/45161.sub b/bin/pack/icon/icon/hair/45161.sub new file mode 100644 index 00000000..7c0d0774 --- /dev/null +++ b/bin/pack/icon/icon/hair/45161.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45161.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45162.sub b/bin/pack/icon/icon/hair/45162.sub new file mode 100644 index 00000000..4a3ade35 --- /dev/null +++ b/bin/pack/icon/icon/hair/45162.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45160.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45163.sub b/bin/pack/icon/icon/hair/45163.sub new file mode 100644 index 00000000..7c0d0774 --- /dev/null +++ b/bin/pack/icon/icon/hair/45163.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45161.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45164.dds b/bin/pack/icon/icon/hair/45164.dds new file mode 100644 index 00000000..a9a71534 Binary files /dev/null and b/bin/pack/icon/icon/hair/45164.dds differ diff --git a/bin/pack/icon/icon/hair/45164.sub b/bin/pack/icon/icon/hair/45164.sub new file mode 100644 index 00000000..aa70cf80 --- /dev/null +++ b/bin/pack/icon/icon/hair/45164.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45164.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45165.dds b/bin/pack/icon/icon/hair/45165.dds new file mode 100644 index 00000000..1212f1d7 Binary files /dev/null and b/bin/pack/icon/icon/hair/45165.dds differ diff --git a/bin/pack/icon/icon/hair/45165.sub b/bin/pack/icon/icon/hair/45165.sub new file mode 100644 index 00000000..50e64caa --- /dev/null +++ b/bin/pack/icon/icon/hair/45165.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45165.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45166.dds b/bin/pack/icon/icon/hair/45166.dds new file mode 100644 index 00000000..51afe73e Binary files /dev/null and b/bin/pack/icon/icon/hair/45166.dds differ diff --git a/bin/pack/icon/icon/hair/45166.sub b/bin/pack/icon/icon/hair/45166.sub new file mode 100644 index 00000000..71c2a140 --- /dev/null +++ b/bin/pack/icon/icon/hair/45166.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45166.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45167.sub b/bin/pack/icon/icon/hair/45167.sub new file mode 100644 index 00000000..aa70cf80 --- /dev/null +++ b/bin/pack/icon/icon/hair/45167.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45164.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45168.sub b/bin/pack/icon/icon/hair/45168.sub new file mode 100644 index 00000000..50e64caa --- /dev/null +++ b/bin/pack/icon/icon/hair/45168.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45165.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/45169.sub b/bin/pack/icon/icon/hair/45169.sub new file mode 100644 index 00000000..71c2a140 --- /dev/null +++ b/bin/pack/icon/icon/hair/45169.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45166.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/icon/icon/hair/thumbs.db b/bin/pack/icon/icon/hair/thumbs.db new file mode 100644 index 00000000..aa69e2a1 Binary files /dev/null and b/bin/pack/icon/icon/hair/thumbs.db differ diff --git a/bin/pack/icon/icon/item/18000.tga b/bin/pack/icon/icon/item/18000.tga deleted file mode 100644 index 6816ec80..00000000 Binary files a/bin/pack/icon/icon/item/18000.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/18010.tga b/bin/pack/icon/icon/item/18010.tga deleted file mode 100644 index a4672524..00000000 Binary files a/bin/pack/icon/icon/item/18010.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/18020.tga b/bin/pack/icon/icon/item/18020.tga deleted file mode 100644 index da7b790b..00000000 Binary files a/bin/pack/icon/icon/item/18020.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/18030.tga b/bin/pack/icon/icon/item/18030.tga deleted file mode 100644 index 67f75dba..00000000 Binary files a/bin/pack/icon/icon/item/18030.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/18040.tga b/bin/pack/icon/icon/item/18040.tga deleted file mode 100644 index 14d9297f..00000000 Binary files a/bin/pack/icon/icon/item/18040.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/18050.tga b/bin/pack/icon/icon/item/18050.tga deleted file mode 100644 index 737e4968..00000000 Binary files a/bin/pack/icon/icon/item/18050.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/18060.tga b/bin/pack/icon/icon/item/18060.tga deleted file mode 100644 index 87faf7be..00000000 Binary files a/bin/pack/icon/icon/item/18060.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/18070.tga b/bin/pack/icon/icon/item/18070.tga deleted file mode 100644 index 86d7573b..00000000 Binary files a/bin/pack/icon/icon/item/18070.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/18900.tga b/bin/pack/icon/icon/item/18900.tga deleted file mode 100644 index 283f2a96..00000000 Binary files a/bin/pack/icon/icon/item/18900.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/30329.tga b/bin/pack/icon/icon/item/30329.tga deleted file mode 100644 index ac81adc8..00000000 Binary files a/bin/pack/icon/icon/item/30329.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/31085.tga b/bin/pack/icon/icon/item/31085.tga new file mode 100644 index 00000000..7b462fe3 Binary files /dev/null and b/bin/pack/icon/icon/item/31085.tga differ diff --git a/bin/pack/icon/icon/item/31086.tga b/bin/pack/icon/icon/item/31086.tga new file mode 100644 index 00000000..a042620d Binary files /dev/null and b/bin/pack/icon/icon/item/31086.tga differ diff --git a/bin/pack/icon/icon/item/31087.tga b/bin/pack/icon/icon/item/31087.tga new file mode 100644 index 00000000..db975287 Binary files /dev/null and b/bin/pack/icon/icon/item/31087.tga differ diff --git a/bin/pack/icon/icon/item/31088.tga b/bin/pack/icon/icon/item/31088.tga new file mode 100644 index 00000000..ef0848cf Binary files /dev/null and b/bin/pack/icon/icon/item/31088.tga differ diff --git a/bin/pack/icon/icon/item/31089.tga b/bin/pack/icon/icon/item/31089.tga new file mode 100644 index 00000000..ed557dd7 Binary files /dev/null and b/bin/pack/icon/icon/item/31089.tga differ diff --git a/bin/pack/icon/icon/item/31090.tga b/bin/pack/icon/icon/item/31090.tga new file mode 100644 index 00000000..b3f21248 Binary files /dev/null and b/bin/pack/icon/icon/item/31090.tga differ diff --git a/bin/pack/icon/icon/item/31091.tga b/bin/pack/icon/icon/item/31091.tga new file mode 100644 index 00000000..f85c1aff Binary files /dev/null and b/bin/pack/icon/icon/item/31091.tga differ diff --git a/bin/pack/icon/icon/item/31092.tga b/bin/pack/icon/icon/item/31092.tga new file mode 100644 index 00000000..c7dcc8f1 Binary files /dev/null and b/bin/pack/icon/icon/item/31092.tga differ diff --git a/bin/pack/icon/icon/item/38050.tga b/bin/pack/icon/icon/item/38050.tga new file mode 100644 index 00000000..27e988dc Binary files /dev/null and b/bin/pack/icon/icon/item/38050.tga differ diff --git a/bin/pack/icon/icon/item/38051.tga b/bin/pack/icon/icon/item/38051.tga new file mode 100644 index 00000000..4ef87d48 Binary files /dev/null and b/bin/pack/icon/icon/item/38051.tga differ diff --git a/bin/pack/icon/icon/item/41123.tga b/bin/pack/icon/icon/item/41123.tga deleted file mode 100644 index 29d72d97..00000000 Binary files a/bin/pack/icon/icon/item/41123.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/41124.tga b/bin/pack/icon/icon/item/41124.tga deleted file mode 100644 index 3375458e..00000000 Binary files a/bin/pack/icon/icon/item/41124.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/41324.tga b/bin/pack/icon/icon/item/41324.tga new file mode 100644 index 00000000..9e308560 Binary files /dev/null and b/bin/pack/icon/icon/item/41324.tga differ diff --git a/bin/pack/icon/icon/item/41325.tga b/bin/pack/icon/icon/item/41325.tga new file mode 100644 index 00000000..8a0fb737 Binary files /dev/null and b/bin/pack/icon/icon/item/41325.tga differ diff --git a/bin/pack/icon/icon/item/41328.tga b/bin/pack/icon/icon/item/41328.tga new file mode 100644 index 00000000..9544c981 Binary files /dev/null and b/bin/pack/icon/icon/item/41328.tga differ diff --git a/bin/pack/icon/icon/item/41329.tga b/bin/pack/icon/icon/item/41329.tga new file mode 100644 index 00000000..3fe688ff Binary files /dev/null and b/bin/pack/icon/icon/item/41329.tga differ diff --git a/bin/pack/icon/icon/item/41330.tga b/bin/pack/icon/icon/item/41330.tga new file mode 100644 index 00000000..9f304074 Binary files /dev/null and b/bin/pack/icon/icon/item/41330.tga differ diff --git a/bin/pack/icon/icon/item/41331.tga b/bin/pack/icon/icon/item/41331.tga new file mode 100644 index 00000000..b7f3c74c Binary files /dev/null and b/bin/pack/icon/icon/item/41331.tga differ diff --git a/bin/pack/icon/icon/item/41332.tga b/bin/pack/icon/icon/item/41332.tga new file mode 100644 index 00000000..33bbe9b5 Binary files /dev/null and b/bin/pack/icon/icon/item/41332.tga differ diff --git a/bin/pack/icon/icon/item/41333.tga b/bin/pack/icon/icon/item/41333.tga new file mode 100644 index 00000000..cc9fd1c8 Binary files /dev/null and b/bin/pack/icon/icon/item/41333.tga differ diff --git a/bin/pack/icon/icon/item/41334.tga b/bin/pack/icon/icon/item/41334.tga new file mode 100644 index 00000000..7c7c36e0 Binary files /dev/null and b/bin/pack/icon/icon/item/41334.tga differ diff --git a/bin/pack/icon/icon/item/41335.tga b/bin/pack/icon/icon/item/41335.tga new file mode 100644 index 00000000..7e4945ed Binary files /dev/null and b/bin/pack/icon/icon/item/41335.tga differ diff --git a/bin/pack/icon/icon/item/41336.tga b/bin/pack/icon/icon/item/41336.tga new file mode 100644 index 00000000..891009b2 Binary files /dev/null and b/bin/pack/icon/icon/item/41336.tga differ diff --git a/bin/pack/icon/icon/item/41337.tga b/bin/pack/icon/icon/item/41337.tga new file mode 100644 index 00000000..17118778 Binary files /dev/null and b/bin/pack/icon/icon/item/41337.tga differ diff --git a/bin/pack/icon/icon/item/41338.tga b/bin/pack/icon/icon/item/41338.tga new file mode 100644 index 00000000..e69f47c5 Binary files /dev/null and b/bin/pack/icon/icon/item/41338.tga differ diff --git a/bin/pack/icon/icon/item/41339.tga b/bin/pack/icon/icon/item/41339.tga new file mode 100644 index 00000000..3aabf496 Binary files /dev/null and b/bin/pack/icon/icon/item/41339.tga differ diff --git a/bin/pack/icon/icon/item/41340.tga b/bin/pack/icon/icon/item/41340.tga new file mode 100644 index 00000000..b52a87a0 Binary files /dev/null and b/bin/pack/icon/icon/item/41340.tga differ diff --git a/bin/pack/icon/icon/item/41341.tga b/bin/pack/icon/icon/item/41341.tga new file mode 100644 index 00000000..0e2e5c68 Binary files /dev/null and b/bin/pack/icon/icon/item/41341.tga differ diff --git a/bin/pack/icon/icon/item/41342.tga b/bin/pack/icon/icon/item/41342.tga new file mode 100644 index 00000000..98e2389b Binary files /dev/null and b/bin/pack/icon/icon/item/41342.tga differ diff --git a/bin/pack/icon/icon/item/41343.tga b/bin/pack/icon/icon/item/41343.tga new file mode 100644 index 00000000..02c0582a Binary files /dev/null and b/bin/pack/icon/icon/item/41343.tga differ diff --git a/bin/pack/icon/icon/item/41344.tga b/bin/pack/icon/icon/item/41344.tga new file mode 100644 index 00000000..7a9e4236 Binary files /dev/null and b/bin/pack/icon/icon/item/41344.tga differ diff --git a/bin/pack/icon/icon/item/41345.tga b/bin/pack/icon/icon/item/41345.tga new file mode 100644 index 00000000..2b802485 Binary files /dev/null and b/bin/pack/icon/icon/item/41345.tga differ diff --git a/bin/pack/icon/icon/item/41346.tga b/bin/pack/icon/icon/item/41346.tga new file mode 100644 index 00000000..d77049d0 Binary files /dev/null and b/bin/pack/icon/icon/item/41346.tga differ diff --git a/bin/pack/icon/icon/item/41347.tga b/bin/pack/icon/icon/item/41347.tga new file mode 100644 index 00000000..cdc620d2 Binary files /dev/null and b/bin/pack/icon/icon/item/41347.tga differ diff --git a/bin/pack/icon/icon/item/41348.tga b/bin/pack/icon/icon/item/41348.tga new file mode 100644 index 00000000..ae27906e Binary files /dev/null and b/bin/pack/icon/icon/item/41348.tga differ diff --git a/bin/pack/icon/icon/item/41349.tga b/bin/pack/icon/icon/item/41349.tga new file mode 100644 index 00000000..ada584e1 Binary files /dev/null and b/bin/pack/icon/icon/item/41349.tga differ diff --git a/bin/pack/icon/icon/item/41350.tga b/bin/pack/icon/icon/item/41350.tga new file mode 100644 index 00000000..4d3e7d2e Binary files /dev/null and b/bin/pack/icon/icon/item/41350.tga differ diff --git a/bin/pack/icon/icon/item/41351.tga b/bin/pack/icon/icon/item/41351.tga new file mode 100644 index 00000000..df157236 Binary files /dev/null and b/bin/pack/icon/icon/item/41351.tga differ diff --git a/bin/pack/icon/icon/item/41352.tga b/bin/pack/icon/icon/item/41352.tga new file mode 100644 index 00000000..d0b08d57 Binary files /dev/null and b/bin/pack/icon/icon/item/41352.tga differ diff --git a/bin/pack/icon/icon/item/41353.tga b/bin/pack/icon/icon/item/41353.tga new file mode 100644 index 00000000..68ae9ce9 Binary files /dev/null and b/bin/pack/icon/icon/item/41353.tga differ diff --git a/bin/pack/icon/icon/item/41354.tga b/bin/pack/icon/icon/item/41354.tga new file mode 100644 index 00000000..56a1016a Binary files /dev/null and b/bin/pack/icon/icon/item/41354.tga differ diff --git a/bin/pack/icon/icon/item/41355.tga b/bin/pack/icon/icon/item/41355.tga new file mode 100644 index 00000000..7dc3cb63 Binary files /dev/null and b/bin/pack/icon/icon/item/41355.tga differ diff --git a/bin/pack/icon/icon/item/41356.tga b/bin/pack/icon/icon/item/41356.tga new file mode 100644 index 00000000..34b26a32 Binary files /dev/null and b/bin/pack/icon/icon/item/41356.tga differ diff --git a/bin/pack/icon/icon/item/41357.tga b/bin/pack/icon/icon/item/41357.tga new file mode 100644 index 00000000..34b1898d Binary files /dev/null and b/bin/pack/icon/icon/item/41357.tga differ diff --git a/bin/pack/icon/icon/item/41358.tga b/bin/pack/icon/icon/item/41358.tga new file mode 100644 index 00000000..50e215a4 Binary files /dev/null and b/bin/pack/icon/icon/item/41358.tga differ diff --git a/bin/pack/icon/icon/item/41359.tga b/bin/pack/icon/icon/item/41359.tga new file mode 100644 index 00000000..05f4939c Binary files /dev/null and b/bin/pack/icon/icon/item/41359.tga differ diff --git a/bin/pack/icon/icon/item/41360.tga b/bin/pack/icon/icon/item/41360.tga new file mode 100644 index 00000000..e3b2930c Binary files /dev/null and b/bin/pack/icon/icon/item/41360.tga differ diff --git a/bin/pack/icon/icon/item/41361.tga b/bin/pack/icon/icon/item/41361.tga new file mode 100644 index 00000000..4a9813a7 Binary files /dev/null and b/bin/pack/icon/icon/item/41361.tga differ diff --git a/bin/pack/icon/icon/item/41362.tga b/bin/pack/icon/icon/item/41362.tga new file mode 100644 index 00000000..0f1a5719 Binary files /dev/null and b/bin/pack/icon/icon/item/41362.tga differ diff --git a/bin/pack/icon/icon/item/41363.tga b/bin/pack/icon/icon/item/41363.tga new file mode 100644 index 00000000..c644e58f Binary files /dev/null and b/bin/pack/icon/icon/item/41363.tga differ diff --git a/bin/pack/icon/icon/item/41364.tga b/bin/pack/icon/icon/item/41364.tga new file mode 100644 index 00000000..949f0857 Binary files /dev/null and b/bin/pack/icon/icon/item/41364.tga differ diff --git a/bin/pack/icon/icon/item/41365.tga b/bin/pack/icon/icon/item/41365.tga new file mode 100644 index 00000000..0350ed17 Binary files /dev/null and b/bin/pack/icon/icon/item/41365.tga differ diff --git a/bin/pack/icon/icon/item/41366.tga b/bin/pack/icon/icon/item/41366.tga new file mode 100644 index 00000000..3a2f01c3 Binary files /dev/null and b/bin/pack/icon/icon/item/41366.tga differ diff --git a/bin/pack/icon/icon/item/41367.tga b/bin/pack/icon/icon/item/41367.tga new file mode 100644 index 00000000..5ce2a897 Binary files /dev/null and b/bin/pack/icon/icon/item/41367.tga differ diff --git a/bin/pack/icon/icon/item/41368.tga b/bin/pack/icon/icon/item/41368.tga new file mode 100644 index 00000000..0e69a67b Binary files /dev/null and b/bin/pack/icon/icon/item/41368.tga differ diff --git a/bin/pack/icon/icon/item/41369.tga b/bin/pack/icon/icon/item/41369.tga new file mode 100644 index 00000000..6781126b Binary files /dev/null and b/bin/pack/icon/icon/item/41369.tga differ diff --git a/bin/pack/icon/icon/item/41370.tga b/bin/pack/icon/icon/item/41370.tga new file mode 100644 index 00000000..a829c3c0 Binary files /dev/null and b/bin/pack/icon/icon/item/41370.tga differ diff --git a/bin/pack/icon/icon/item/41371.tga b/bin/pack/icon/icon/item/41371.tga new file mode 100644 index 00000000..b6cbaace Binary files /dev/null and b/bin/pack/icon/icon/item/41371.tga differ diff --git a/bin/pack/icon/icon/item/41372.tga b/bin/pack/icon/icon/item/41372.tga new file mode 100644 index 00000000..703650ea Binary files /dev/null and b/bin/pack/icon/icon/item/41372.tga differ diff --git a/bin/pack/icon/icon/item/41373.tga b/bin/pack/icon/icon/item/41373.tga new file mode 100644 index 00000000..492df295 Binary files /dev/null and b/bin/pack/icon/icon/item/41373.tga differ diff --git a/bin/pack/icon/icon/item/41374.tga b/bin/pack/icon/icon/item/41374.tga new file mode 100644 index 00000000..ff99b67a Binary files /dev/null and b/bin/pack/icon/icon/item/41374.tga differ diff --git a/bin/pack/icon/icon/item/41375.tga b/bin/pack/icon/icon/item/41375.tga new file mode 100644 index 00000000..4945b3d0 Binary files /dev/null and b/bin/pack/icon/icon/item/41375.tga differ diff --git a/bin/pack/icon/icon/item/41376.tga b/bin/pack/icon/icon/item/41376.tga new file mode 100644 index 00000000..054cfa8a Binary files /dev/null and b/bin/pack/icon/icon/item/41376.tga differ diff --git a/bin/pack/icon/icon/item/41377.tga b/bin/pack/icon/icon/item/41377.tga new file mode 100644 index 00000000..b0465712 Binary files /dev/null and b/bin/pack/icon/icon/item/41377.tga differ diff --git a/bin/pack/icon/icon/item/41378.tga b/bin/pack/icon/icon/item/41378.tga new file mode 100644 index 00000000..408c33cc Binary files /dev/null and b/bin/pack/icon/icon/item/41378.tga differ diff --git a/bin/pack/icon/icon/item/41379.tga b/bin/pack/icon/icon/item/41379.tga new file mode 100644 index 00000000..232cbc68 Binary files /dev/null and b/bin/pack/icon/icon/item/41379.tga differ diff --git a/bin/pack/icon/icon/item/41380.tga b/bin/pack/icon/icon/item/41380.tga new file mode 100644 index 00000000..fc0113c0 Binary files /dev/null and b/bin/pack/icon/icon/item/41380.tga differ diff --git a/bin/pack/icon/icon/item/41381.tga b/bin/pack/icon/icon/item/41381.tga new file mode 100644 index 00000000..130ccc63 Binary files /dev/null and b/bin/pack/icon/icon/item/41381.tga differ diff --git a/bin/pack/icon/icon/item/41382.tga b/bin/pack/icon/icon/item/41382.tga new file mode 100644 index 00000000..65897dea Binary files /dev/null and b/bin/pack/icon/icon/item/41382.tga differ diff --git a/bin/pack/icon/icon/item/41383.tga b/bin/pack/icon/icon/item/41383.tga new file mode 100644 index 00000000..46ee610d Binary files /dev/null and b/bin/pack/icon/icon/item/41383.tga differ diff --git a/bin/pack/icon/icon/item/41384.tga b/bin/pack/icon/icon/item/41384.tga new file mode 100644 index 00000000..57b482d4 Binary files /dev/null and b/bin/pack/icon/icon/item/41384.tga differ diff --git a/bin/pack/icon/icon/item/41385.tga b/bin/pack/icon/icon/item/41385.tga new file mode 100644 index 00000000..a7bbc5f7 Binary files /dev/null and b/bin/pack/icon/icon/item/41385.tga differ diff --git a/bin/pack/icon/icon/item/41386.tga b/bin/pack/icon/icon/item/41386.tga new file mode 100644 index 00000000..9da5f4d0 Binary files /dev/null and b/bin/pack/icon/icon/item/41386.tga differ diff --git a/bin/pack/icon/icon/item/41387.tga b/bin/pack/icon/icon/item/41387.tga new file mode 100644 index 00000000..11206706 Binary files /dev/null and b/bin/pack/icon/icon/item/41387.tga differ diff --git a/bin/pack/icon/icon/item/41388.tga b/bin/pack/icon/icon/item/41388.tga new file mode 100644 index 00000000..bb8223f7 Binary files /dev/null and b/bin/pack/icon/icon/item/41388.tga differ diff --git a/bin/pack/icon/icon/item/41389.tga b/bin/pack/icon/icon/item/41389.tga new file mode 100644 index 00000000..ff9ee796 Binary files /dev/null and b/bin/pack/icon/icon/item/41389.tga differ diff --git a/bin/pack/icon/icon/item/41390.tga b/bin/pack/icon/icon/item/41390.tga new file mode 100644 index 00000000..2a2fdcde Binary files /dev/null and b/bin/pack/icon/icon/item/41390.tga differ diff --git a/bin/pack/icon/icon/item/41391.tga b/bin/pack/icon/icon/item/41391.tga new file mode 100644 index 00000000..2c81fc7d Binary files /dev/null and b/bin/pack/icon/icon/item/41391.tga differ diff --git a/bin/pack/icon/icon/item/45160.tga b/bin/pack/icon/icon/item/45160.tga new file mode 100644 index 00000000..3054171b Binary files /dev/null and b/bin/pack/icon/icon/item/45160.tga differ diff --git a/bin/pack/icon/icon/item/45161.tga b/bin/pack/icon/icon/item/45161.tga new file mode 100644 index 00000000..168a3cef Binary files /dev/null and b/bin/pack/icon/icon/item/45161.tga differ diff --git a/bin/pack/icon/icon/item/45164.tga b/bin/pack/icon/icon/item/45164.tga new file mode 100644 index 00000000..4748f4c0 Binary files /dev/null and b/bin/pack/icon/icon/item/45164.tga differ diff --git a/bin/pack/icon/icon/item/45165.tga b/bin/pack/icon/icon/item/45165.tga new file mode 100644 index 00000000..36d3a25f Binary files /dev/null and b/bin/pack/icon/icon/item/45165.tga differ diff --git a/bin/pack/icon/icon/item/45166.tga b/bin/pack/icon/icon/item/45166.tga new file mode 100644 index 00000000..2ba13c5a Binary files /dev/null and b/bin/pack/icon/icon/item/45166.tga differ diff --git a/bin/pack/icon/icon/item/50095.tga b/bin/pack/icon/icon/item/50095.tga index 273a8a1c..c25d6feb 100644 Binary files a/bin/pack/icon/icon/item/50095.tga and b/bin/pack/icon/icon/item/50095.tga differ diff --git a/bin/pack/icon/icon/item/50263.tga b/bin/pack/icon/icon/item/50263.tga new file mode 100644 index 00000000..b540d70d Binary files /dev/null and b/bin/pack/icon/icon/item/50263.tga differ diff --git a/bin/pack/icon/icon/item/50264.tga b/bin/pack/icon/icon/item/50264.tga new file mode 100644 index 00000000..57ff9a32 Binary files /dev/null and b/bin/pack/icon/icon/item/50264.tga differ diff --git a/bin/pack/icon/icon/item/50265.tga b/bin/pack/icon/icon/item/50265.tga new file mode 100644 index 00000000..eb1545dd Binary files /dev/null and b/bin/pack/icon/icon/item/50265.tga differ diff --git a/bin/pack/icon/icon/item/53010.tga b/bin/pack/icon/icon/item/53010.tga deleted file mode 100644 index 23195d2f..00000000 Binary files a/bin/pack/icon/icon/item/53010.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/53011.tga b/bin/pack/icon/icon/item/53011.tga deleted file mode 100644 index 22eb623e..00000000 Binary files a/bin/pack/icon/icon/item/53011.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/53012.tga b/bin/pack/icon/icon/item/53012.tga deleted file mode 100644 index 63e7071f..00000000 Binary files a/bin/pack/icon/icon/item/53012.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/53013.tga b/bin/pack/icon/icon/item/53013.tga deleted file mode 100644 index a94aecf9..00000000 Binary files a/bin/pack/icon/icon/item/53013.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/53022.tga b/bin/pack/icon/icon/item/53022.tga new file mode 100644 index 00000000..4f77e4b1 Binary files /dev/null and b/bin/pack/icon/icon/item/53022.tga differ diff --git a/bin/pack/icon/icon/item/53023.tga b/bin/pack/icon/icon/item/53023.tga new file mode 100644 index 00000000..2305af8c Binary files /dev/null and b/bin/pack/icon/icon/item/53023.tga differ diff --git a/bin/pack/icon/icon/item/53026.tga b/bin/pack/icon/icon/item/53026.tga new file mode 100644 index 00000000..a1258dcc Binary files /dev/null and b/bin/pack/icon/icon/item/53026.tga differ diff --git a/bin/pack/icon/icon/item/70020.tga b/bin/pack/icon/icon/item/70020.tga index 4ad622c5..1f99fe21 100644 Binary files a/bin/pack/icon/icon/item/70020.tga and b/bin/pack/icon/icon/item/70020.tga differ diff --git a/bin/pack/icon/icon/item/71018.tga b/bin/pack/icon/icon/item/71018.tga index c078119e..6052233f 100644 Binary files a/bin/pack/icon/icon/item/71018.tga and b/bin/pack/icon/icon/item/71018.tga differ diff --git a/bin/pack/icon/icon/item/71137.tga b/bin/pack/icon/icon/item/71137.tga index b0c9e1e2..c212b28b 100644 Binary files a/bin/pack/icon/icon/item/71137.tga and b/bin/pack/icon/icon/item/71137.tga differ diff --git a/bin/pack/icon/icon/item/71138.tga b/bin/pack/icon/icon/item/71138.tga index cbd373cd..4e4a0e8d 100644 Binary files a/bin/pack/icon/icon/item/71138.tga and b/bin/pack/icon/icon/item/71138.tga differ diff --git a/bin/pack/icon/icon/item/71139.tga b/bin/pack/icon/icon/item/71139.tga index fd199120..7247d8fa 100644 Binary files a/bin/pack/icon/icon/item/71139.tga and b/bin/pack/icon/icon/item/71139.tga differ diff --git a/bin/pack/icon/icon/item/71140.tga b/bin/pack/icon/icon/item/71140.tga index 4e8c7aac..edb587c8 100644 Binary files a/bin/pack/icon/icon/item/71140.tga and b/bin/pack/icon/icon/item/71140.tga differ diff --git a/bin/pack/icon/icon/item/71141.tga b/bin/pack/icon/icon/item/71141.tga index f004de94..74025e4a 100644 Binary files a/bin/pack/icon/icon/item/71141.tga and b/bin/pack/icon/icon/item/71141.tga differ diff --git a/bin/pack/icon/icon/item/71142.tga b/bin/pack/icon/icon/item/71142.tga index bbb5e07b..ba3fc483 100644 Binary files a/bin/pack/icon/icon/item/71142.tga and b/bin/pack/icon/icon/item/71142.tga differ diff --git a/bin/pack/icon/icon/item/76000.tga b/bin/pack/icon/icon/item/76000.tga index 3f191d07..f22bba3e 100644 Binary files a/bin/pack/icon/icon/item/76000.tga and b/bin/pack/icon/icon/item/76000.tga differ diff --git a/bin/pack/icon/icon/item/bonus_box_a_1.tga b/bin/pack/icon/icon/item/bonus_box_a_1.tga deleted file mode 100644 index 0843eb56..00000000 Binary files a/bin/pack/icon/icon/item/bonus_box_a_1.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/bonus_box_a_2.tga b/bin/pack/icon/icon/item/bonus_box_a_2.tga deleted file mode 100644 index 21d89886..00000000 Binary files a/bin/pack/icon/icon/item/bonus_box_a_2.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/bonus_box_a_3.tga b/bin/pack/icon/icon/item/bonus_box_a_3.tga deleted file mode 100644 index dcf47261..00000000 Binary files a/bin/pack/icon/icon/item/bonus_box_a_3.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/bonus_box_a_4.tga b/bin/pack/icon/icon/item/bonus_box_a_4.tga deleted file mode 100644 index a8126eb9..00000000 Binary files a/bin/pack/icon/icon/item/bonus_box_a_4.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/bonus_box_a_5.tga b/bin/pack/icon/icon/item/bonus_box_a_5.tga deleted file mode 100644 index c3e94c73..00000000 Binary files a/bin/pack/icon/icon/item/bonus_box_a_5.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/hairf_21_1.tga b/bin/pack/icon/icon/item/hairf_21_1.tga deleted file mode 100644 index c5fc942c..00000000 Binary files a/bin/pack/icon/icon/item/hairf_21_1.tga and /dev/null differ diff --git a/bin/pack/icon/icon/item/hairm_21_1.tga b/bin/pack/icon/icon/item/hairm_21_1.tga deleted file mode 100644 index bf4d05c5..00000000 Binary files a/bin/pack/icon/icon/item/hairm_21_1.tga and /dev/null differ diff --git a/bin/pack/indoormonkeydungeon2/metin2_map_monkeydungeon_02/setting.txt b/bin/pack/indoormonkeydungeon2/metin2_map_monkeydungeon_02/setting.txt index e69de29b..59a3d207 100644 --- a/bin/pack/indoormonkeydungeon2/metin2_map_monkeydungeon_02/setting.txt +++ b/bin/pack/indoormonkeydungeon2/metin2_map_monkeydungeon_02/setting.txt @@ -0,0 +1,12 @@ +ScriptType MapSetting + +CellScale 200 +HeightScale 0.500000 + +ViewRadius 128 + +MapSize 3 3 +BasePosition 204800 665600 +TextureSet textureset\metin2_map_deviltower1.txt +Environment monkeydungeon_02.msenv + diff --git a/bin/pack/indoormonkeydungeon3/metin2_map_monkeydungeon_03/setting.txt b/bin/pack/indoormonkeydungeon3/metin2_map_monkeydungeon_03/setting.txt index e69de29b..81db0ba4 100644 --- a/bin/pack/indoormonkeydungeon3/metin2_map_monkeydungeon_03/setting.txt +++ b/bin/pack/indoormonkeydungeon3/metin2_map_monkeydungeon_03/setting.txt @@ -0,0 +1,12 @@ +ScriptType MapSetting + +CellScale 200 +HeightScale 0.500000 + +ViewRadius 128 + +MapSize 3 3 +BasePosition 204800 665600 +TextureSet textureset\metin2_map_deviltower1.txt +Environment monkeydungeon_03.msenv + diff --git a/bin/pack/locale_us/locale/us/effect/gm.mse b/bin/pack/locale_cz/locale/cz/effect/gm.mse similarity index 100% rename from bin/pack/locale_us/locale/us/effect/gm.mse rename to bin/pack/locale_cz/locale/cz/effect/gm.mse diff --git a/bin/pack/locale_us/locale/us/effect/ymirred.tga b/bin/pack/locale_cz/locale/cz/effect/ymirred.tga similarity index 100% rename from bin/pack/locale_us/locale/us/effect/ymirred.tga rename to bin/pack/locale_cz/locale/cz/effect/ymirred.tga diff --git a/bin/pack/locale_cz/locale/cz/empiredesc_a.txt b/bin/pack/locale_cz/locale/cz/empiredesc_a.txt new file mode 100644 index 00000000..924023b5 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/empiredesc_a.txt @@ -0,0 +1,28 @@ +[DELAY value;10] +Krlovstv Shinsoo[ENTER] +[ENTER] +Krlovstv Shinsoo le na[ENTER] +jihu kontinentu. Jeho[ENTER] +infrastruktura ije[ENTER] +[WAIT] +pedevm obchodnmi styky.[ENTER] +Po zniku csastv pod[ENTER] +vedenm Yoon-Yoinga vedly[ENTER] +obchody krlovstv Shinsoo s[ENTER] +vchodem rychle k jejmu[ENTER] +[WAIT] +dnenmu rozkvtu. Avak se[ENTER] +zpadem ij jej obyvatel[ENTER] +v neustlch rozbrojch a[ENTER] +pozemn obchodn cesta je[ENTER] +peruena. Obchodnci se[ENTER] +[WAIT] +vyzbrojuj, protoe si jsou[ENTER] +vdomi ohroen jejich[ENTER] +obivy, kter i z kamene[ENTER] +Metin. Jejch clem je moci[ENTER] +odolat tokm ze zpadu,[ENTER] +[WAIT] +znovu zprovoznit pozemn[ENTER] +obchodn cestu a sjednotit[ENTER] +celou i pod svoj vldou. \ No newline at end of file diff --git a/bin/pack/locale_cz/locale/cz/empiredesc_b.txt b/bin/pack/locale_cz/locale/cz/empiredesc_b.txt new file mode 100644 index 00000000..6fd1909b --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/empiredesc_b.txt @@ -0,0 +1,36 @@ +[DELAY value;10] +e Chunjo[ENTER] +[ENTER] +e Chunjo se rozprostr[ENTER] +po celm zpadu kontinentu.[ENTER] +Vyznauje se teokratickou[ENTER] +[WAIT] +strukturou a je vedena[ENTER] +spiritulnmi vdci. Yoonova[ENTER] +ena, kter oplv enormnmi[ENTER] +magickmi schopnostmi, ho[ENTER] +odjakiva podporovala v tom,[ENTER] +[WAIT] +aby elil celmu rozsahu[ENTER] +ohroen kamenem Metin.[ENTER] +Yoon-Young opakovan[ENTER] +doporuoval rzn[ENTER] +protiopaten, ale vichni[ENTER] +[WAIT] +jej ignorovali. Proto navedl[ENTER] +svou druinu k povstn[ENTER] +proti dvjmu csastv,[ENTER] +kter tenkrt bylo jet[ENTER] +jednotn. Po jeho rozpadu se[ENTER] +[WAIT] +Chunjo jet pod nachz v[ENTER] +otevenm konfliktu s[ENTER] +vchodem a v neustlch[ENTER] +rozbrojch s jihem.[ENTER] +Obyvatel usiluj o[ENTER] +[WAIT] +ovldnut celho kontinentu,[ENTER] +aby konen mohli uinit[ENTER] +ptr zhoubnmu vlivu[ENTER] +kamene Metin, kter neustle[ENTER] +roste. \ No newline at end of file diff --git a/bin/pack/locale_cz/locale/cz/empiredesc_c.txt b/bin/pack/locale_cz/locale/cz/empiredesc_c.txt new file mode 100644 index 00000000..20297289 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/empiredesc_c.txt @@ -0,0 +1,26 @@ +[DELAY value;10] +Krlovstv Jinno[ENTER] +[ENTER] +Krlovstv Jinno se[ENTER] +rozprostr ve vchodnch[ENTER] +oblastech kontinentu.[ENTER] +[WAIT] +Zakld si na vojensk moci,[ENTER] +kter m koeny v agresivn[ENTER] +a bojechtiv povaze jejho[ENTER] +obyvatelstva. Jinno vldne[ENTER] +Ee-Ryoong, vlastn syn[ENTER] +[WAIT] +poslednho csae. Ct se[ENTER] +povoln, aby za sv vldy a[ENTER] +s podporou armdy, kterou m[ENTER] +k dispozici, obnovil star[ENTER] +csastv. Obavy z vznamu a[ENTER] +[WAIT] +vlivu kamen Metin jsou v[ENTER] +krlovstv Jinno oficiln[ENTER] +ignorovny. Potaj ale[ENTER] +Ee-Ryoong hled cestu, jak[ENTER] +vojensky vyut niivch[ENTER] +[WAIT] +schopnost kamen. \ No newline at end of file diff --git a/bin/pack/locale_cz/locale/cz/guildbuildinglist.txt b/bin/pack/locale_cz/locale/cz/guildbuildinglist.txt new file mode 100644 index 00000000..8e8a6765 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan Zbroj -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Platn -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan Klenotnk -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang Centrum vcviku -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro Pec na diamanty -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro Pec na zkam. devo -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro Pec na md -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro Pec na stbro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro Pec na zlato -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro Pec na nefrit -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro Pec na eben. devo -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro Pec na perly -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro Pec na bl zlato -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro Pec na kily -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro Pec na kemen -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro Pec na nebesk slzy -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Soul Crystal -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Garnet -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Saphir -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 Olt sly -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 Olt sly -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 Olt sly -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse Dm (1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner kamenn zed (1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin Kamenn zed (1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 Kamenn zed (1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door Brna (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set Zed(1) -1000 -274.73 1000 273.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse Dm (2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner Kamenn zed(2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin Kamenn zed(2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 Kamenn zed(2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door Brna (2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDIN b1-set Zed(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse Dm (3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner Kamenn zed (3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin Kamenn zed(3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 Kamenn zed (3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door Brna (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDIN c1-set Zed (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol Symbol cechu -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 Pedn ze -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 +14202 WALL fence01_back01 Zadn ze -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 Lev ze -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 Prav ze -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 Kmen1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 Kmen2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 Kmen3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 Kmen4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 Kmen5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 Kmen6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 Kmen7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 Kmen8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 2 +14308 OBJECT general_obj_stone09 Kmen9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 Kmen10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT Strom1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 Strom2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall Strom3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 Strom4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 Strom5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT Strom6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 Strom7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall Strom8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 Strom9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_us/locale/us/icon/scroll_close.tga b/bin/pack/locale_cz/locale/cz/icon/scroll_close.tga similarity index 100% rename from bin/pack/locale_us/locale/us/icon/scroll_close.tga rename to bin/pack/locale_cz/locale/cz/icon/scroll_close.tga diff --git a/bin/pack/locale_us/locale/us/icon/scroll_open.tga b/bin/pack/locale_cz/locale/cz/icon/scroll_open.tga similarity index 100% rename from bin/pack/locale_us/locale/us/icon/scroll_open.tga rename to bin/pack/locale_cz/locale/cz/icon/scroll_open.tga diff --git a/bin/pack/locale_cz/locale/cz/insult.txt b/bin/pack/locale_cz/locale/cz/insult.txt new file mode 100644 index 00000000..2684102c --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/insult.txt @@ -0,0 +1,136 @@ +mamrd +mamrdek +zkundyksicht +kokot +kokote +pia +pa +pius +pus +piovina +povina +pio +po +pica +ulin +uline +iopich +uramed +kundolzal +kunda +kundo +kundika +kundicka +dick +zkurvysyn +zkurvisin +zkurvysyne +zkurvisine +pizda +pizzda +pizzdo +pizdo +vomrd +vomrde +upka +ubka +cupka +cupko +upko +ttka +ttko +stetko +stetka +kurva +kurvo +kurviko +kurvicko +magor +magore +debil +debile +blb +blbe +blbko +blbce +blbe +blbec +hovno +hovnisko +hovne +hovnozroute +hovnoroute +sracka +sraka +srako +sracko +uka +sukac +sukaci +ukai +dvka +dvka +dvkai +dvko +devkar +devka +devkari +devko +buzerant +buzerante +buziku +buzno +gay +gai +prdel +predele +do predele +prde +posera +sragorka +poseroutka +posranek +posrnek +sranec +posranec +svin +svine +svino +svio +svinaku +sviku +sviaku +svinstvo +hovado +hovadisko +oust +oustal +oustale +ouste +dilina +dilino +socka +socak +zmrd +zmrde +zmrdanej +kkt +prd +prde +prdko +coura +vyeprut +kundolzk +pro +retard +konipysk +vylidra +kubaba +ourek +chyl +sifl +hup +fekl +pochva +opruz +bimbas \ No newline at end of file diff --git a/bin/pack/locale_cz/locale/cz/item_list.txt b/bin/pack/locale_cz/locale/cz/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_cz/locale/cz/item_proto b/bin/pack/locale_cz/locale/cz/item_proto new file mode 100644 index 00000000..0f1cb36d Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/item_proto differ diff --git a/bin/pack/locale_cz/locale/cz/itemdesc.txt b/bin/pack/locale_cz/locale/cz/itemdesc.txt new file mode 100644 index 00000000..45bb1cd6 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/itemdesc.txt @@ -0,0 +1,2628 @@ +100000 Elixr asu (M) Znovu dopln zbvajc as Draho kamene. +100001 Elixr asu (S) Znovu dopln zbvajc as Draho kamene. +100002 Elixr asu (V) Znovu dopln zbvajc as Draho kamene. +100100 Dra klet Uiten nstroj, zvyujc anci na spch pi odstraovn Draho kamene. +100200 Klet asu Vysaj dobu trvn z Draho kamene. +100300 Zelen dra fazole Magick fazole zvyuje rove tvho Draho kamene. Proces zven rovn me selhat. +100400 Modr dra fazole Magick fazole zvyuje anci spnho vylepen Draho kamene o jednu rove. +100500 Rov dra fazole ance na vylepen Draho kamene o jednu rove je o 10 % vy. +11901 Smoking Elegantn musk oblek, kter se nos na svatbu. +11902 Smoking Elegantn musk oblek, kter se nos na svatbu. +11903 Svatebn aty aty, kter nos nevsta na svatbu. +11904 Svatebn aty aty, kter nos nevsta na svatbu. +18000 Lnn opasek +0 +18001 Lnn opasek +1 +18002 Lnn opasek +2 +18003 Lnn opasek +3 +18004 Lnn opasek +4 +18005 Lnn opasek +5 +18006 Lnn opasek +6 +18007 Lnn opasek +7 +18008 Lnn opasek +8 +18009 Lnn opasek +9 +18010 Koen opasek +0 +18011 Koen opasek +1 +18012 Koen opasek +2 +18013 Koen opasek +3 +18014 Koen opasek +4 +18015 Koen opasek +5 +18016 Koen opasek +6 +18017 Koen opasek +7 +18018 Koen opasek +8 +18019 Koen opasek +9 +18020 Velkolep opasek +0 +18021 Velkolep opasek +1 +18022 Velkolep opasek +2 +18023 Velkolep opasek +3 +18024 Velkolep opasek +4 +18025 Velkolep opasek +5 +18026 Velkolep opasek +6 +18027 Velkolep opasek +7 +18028 Velkolep opasek +8 +18029 Velkolep opasek +9 +18030 Opasek moudrosti +0 +18031 Opasek moudrosti +1 +18032 Opasek moudrosti +2 +18033 Opasek moudrosti +3 +18034 Opasek moudrosti +4 +18035 Opasek moudrosti +5 +18036 Opasek moudrosti +6 +18037 Opasek moudrosti +7 +18038 Opasek moudrosti +8 +18039 Opasek moudrosti +9 +18040 Krlovsk opasek +0 +18041 Krlovsk opasek +1 +18042 Krlovsk opasek +2 +18043 Krlovsk opasek +3 +18044 Krlovsk opasek +4 +18045 Krlovsk opasek +5 +18046 Krlovsk opasek +6 +18047 Krlovsk opasek +7 +18048 Krlovsk opasek +8 +18049 Krlovsk opasek +9 +18050 Opasek stn +0 +18051 Opasek stn +1 +18052 Opasek stn +2 +18053 Opasek stn +3 +18054 Opasek stn +4 +18055 Opasek stn +5 +18056 Opasek stn +6 +18057 Opasek stn +7 +18058 Opasek stn +8 +18059 Opasek stn +9 +18060 Runov opasek +0 +18061 Runov opasek +1 +18062 Runov opasek +2 +18063 Runov opasek +3 +18064 Runov opasek +4 +18065 Runov opasek +5 +18066 Runov opasek +6 +18067 Runov opasek +7 +18068 Runov opasek +8 +18069 Runov opasek +9 +18070 Medvd opasek +0 +18071 Medvd opasek +1 +18072 Medvd opasek +2 +18073 Medvd opasek +3 +18074 Medvd opasek +4 +18075 Medvd opasek +5 +18076 Medvd opasek +6 +18077 Medvd opasek +7 +18078 Medvd opasek +8 +18079 Medvd opasek +9 +18900 Kmen Rudho plamene Zlepuje bonusy tvho opasku. +21100 +21101 +21102 +21103 +21104 +21105 +21106 +21107 +21108 +21109 +21110 +21111 +21112 +21113 +21114 +21115 +21116 +21117 +21118 +21119 +21120 +21121 +21122 +21123 +21124 +21125 +21126 +21127 +21128 +21129 +21550 +21551 +21552 +21553 +21554 +21555 +21556 +21557 +21558 +21559 +21991 +21992 +21993 +22000 Pergamen nvr. do msta Tento pergamen ti umon teleportovat se do msta. +22010 Pergamen lokality Tento pergamen ti umon zptn transport na msto tv posledn volby. +25040 Poehnan pergamen Odstran riziko, e se pedmt pi zlepovn rozbije. V tomto ppad se sn jeho kvalita o 1. +25041 Magick kmen Kus legendrnho kovu, kter me zvit tv ance pi vylepovn pedmtu. Vylepovan pedmt pak neme bt znien ani pi nepovedenm pokusu. +25100 Perg. proti kamenu ducha Tento pergamen ti umon odstranit kmen ducha z tvoj zbran nebo brnn. lomek tam ale pitom zstane. +27051 erven lektvar (M) Dopln 300 bod ivota. S pedmtem nelze obchodovat. +27052 Modr lektvar (M) Dopln 100 bod many. S pedmtem nelze obchodovat. +27053 Zelen lektvar (M) Zv rychlost toku o +10 na 10 minut. S pedmtem nelze obchodovat. +27054 Fialov lektvar (M) Zv rychlost pohybu o +10 na 10 minut. S pedmtem nelze obchodovat. +27122 erven lektvar (M) Obnov 300 ZB. S pedmtem nelze obchodovat. +27123 Zelen lektvar (M) Po dobu 10 minut zv rychlost toku o +10. S pedmtem nelze obchodovat. +27124 Obvaz Okamit zastav krvcen. +27600 Tbork Devo, kter se shromdilo na tbork. +27610 Koule na ryby Tato kulika ti prozrad, kter ryba ti vis na udici. +27620 Kniha o rybstv S touto knihou chyt po ti dny dvojnsobek vzcnch ryb. +27799 Ryb kstky Kosti ryby. +27800 Pasta Lehk a levn nvnada. +27801 erv Oblben nvnada, kter vborn nalk ryby. +27802 Mal ryba Ryb nvnada, kter dobe pilk vt ryby. +27803 Candt Obyejn ryba, kter se nachz v rybncch. +27804 Mandarnov ryba Velice lahodn ryba. +27805 Velk candt Velice tlust exempl candta. +27806 Kapr Velk stbrn zabarven ryba. +27807 Losos Ryba, kter se k pen vrac dom. +27808 Amur bl ere pevn vodn rostliny a vlknit asy. +27809 Pstruh Tpytiv ryba, kter je pbuzn lososu. +27810 ho Dlouh a tenk ryba, kter se podob hadu. Vyznauje se slou a vytrvalost. +27811 Pstruh duhov Ryba s barevnm hbetem. +27812 Pstruh n Sladkovodn ryba, kter je v tomto okol siln rozena. +27813 Perln ostrobich Ryba ijc v hejn. Tpyt se do ervena. +27814 Okoun Ryba, kter se nazv "ralok jezer". +27815 Tenchi Druh parmy, kter ije jen v ist vod. +27816 Sumec Ryba s charakteristickou velkou tlamou a dlouhmi vousy. +27817 Menka Obyejn ryba, ijc v mlk a bahnit vod. +27818 Lotosov ryba Velk sladkovodn ryba, kter se iv smen. +27819 Ayu Tato ryba je pbuzn s korukou smrdutou. ije blzko pobe a st ek. +27820 Koruka Zimn ryba, kter se vtinou chyt pi loven z ledov plochy. +27821 Shiri Elegantn tvarovan ryba s tpytivmi barvami. +27822 Kapr hladk Domc druh kapra. +27823 Zlat rybka Vzcn ryba. Leskne se dozlatova. +27833 Mrtv candt Tato ryba se vborn hod ke grilovn nad ohnm. +27834 Mrtv mandarnov ryba Tato ryba se vborn hod k grilovn nad ohnm. +27835 Mrtv velk candt Tato ryba se vborn hod ke grilovn nad ohnm. +27836 Mrtv kapr Tato ryba se vborn hod ke grilovn nad ohnm. +27837 Mrtv losos Tato ryba se vborn hod ke grilovn nad ohnm. +27838 Mrtv amur bl Tato ryba se vborn hod ke grilovn nad ohnm. +27839 Mrtv pstruh Tato ryba se vborn hod ke grilovn nad ohnm. +27840 Mrtv ho Tato ryba se vborn hod ke grilovn nad ohnm. +27841 Mrtv pstruh duhov Tato ryba se vborn hod ke grilovn nad ohnm. +27842 Mrtv pstruh n Tato ryba se vborn hod ke grilovn nad ohnm. +27843 Mrtv perln ostrobich Tato ryba se vborn hod ke grilovn nad ohnm. +27844 Mrtv okoun Tato ryba se vborn hod ke grilovn nad ohnm. +27845 Mrtv Tenchi Tato ryba se vborn hod ke grilovn nad ohnm. +27846 Mrtv sumec Tato ryba se vborn hod ke grilovn nad ohnm. +27847 Mrtv menka Tato ryba se vborn hod ke grilovn nad ohnm. +27848 Mrtv lotosov ryba Tato ryba se vborn hod ke grilovn nad ohnm. +27849 Mrtv ayu Tato ryba se vborn hod ke grilovn nad ohnm. +27850 Mrtv koruka Tato ryba se vborn hod ke grilovn nad ohnm. +27851 Mrtv shiri Tato ryba se vborn hod ke grilovn nad ohnm. +27852 Mrtv kapr hladk Tato ryba se vborn hod ke grilovn nad ohnm. +27853 Mrtv zlat rybka Tato ryba se vborn hod ke grilovn nad ohnm. +27863 Grilovan candt Obnov njak ZB. +27864 Grilovan mandarn. ryba Obnov tvoje MB. +27865 Grilovan velk candt Obnov njak ZB. +27866 Grilovan kapr Zv po uritou dobu rychlost pohybu. +27867 Grilovan losos Obnov nkolik tvch MB. +27868 Grilovan amur bl Zv po uritou dobu rychlost toku. +27869 Grilovan pstruh Obnov velkou st tvch ZB. +27870 Grilovan ho Zv tvou slu o 10 bod na 10 minut. +27871 Grilovan pstruh duhov Obnov mnoho MB. +27872 Grilovan pstruh n Obnov nkolik MB. +27873 Grilovan perln ostrob. Zv tvou pohyblivost o 10 bod na 10 minut. +27874 Grilovan okoun Vyl otravu. +27875 Grilovan Tenchi Obnov okamit nkolik ZB. +27876 Grilovan sumec Obnov okamit nkolik MB. +27877 Grilovan menka Zpsob tvou neviditelnost na 5 minut. +27878 Grilovan lotosov ryba Obnov okamit nkolik tvch ZB. +27879 Grilovan ayu Ppravou nad ohnm dostane tato ryba pjemn adivou pchu. +27880 Grilovan koruka Ppravou nad ohnm dostane tato ryba pjemn adivou pchu. +27881 Grilovan shiri Ppravou nad ohnm dostane tato ryba pjemn adivou pchu. +27882 Grilovan kapr hladk Ppravou nad ohnm dostane tato ryba pjemn adivou pchu. +27883 Grilovan zlat rybka Ppravou nad ohnm dostane tato ryba pjemn adivou pchu. +27987 Mule Mule s pknou skopkou. Me obsahovat vzcnou perlu. +27988 Mapa pokladu Ohmatan mapa, na kter je vyznaen umstn starho pokladu. +27989 Kompas kamene Metin Kompas ti uke intenzitou ipky smr a vzdlenost nejbliho kamene Metin. m vce svt, tm jsi ble. Mue bt aktivovn estkrt. +27990 Kousek kamene Dky mal velikosti se tento kousek lehce transportuje, pitom se ale d na ledacos vyut. +27991 Vodn kmen Tvrd, hrubozrnn kmen, kter se pouv k brouen zbran a kuchyskch pedmt. +27992 Bl perla Snhobl poklad z vnitra mule. +27993 Modr perla Ndhern, hluboce modr poklad z vnitra mule. +27994 Krvav rud perla Rud zabarven poklad z vnitra mule. +27995 Przdn lhev Przdn, ale neporuen lhev ze skla. +27996 Lhev s jedem Lhev se smrtelnm jedem. +27997 Kulika vitality Kulika, kter ti obnov nkolik tvch ZB. +27998 Taka na alchymii Obnoen taka, kter skrv tajemstv alchymie ped zrakem neznmch. +27999 Taka na kameny duch Obsahuje eventuln kameny, se ktermi me zlepovat tvoje pedmty. +29001 Hebenatka Jedna z nejvtch a nechutnjch mul. M hebenitou slupku. +29002 Modr hebenatka Jej perleov vrstva tto hebenatky se tpyt v nesetnch, do sebe petkajcch modrch odstn. +29003 lut hebenatka Jej perleov vrstva tto hebenatky se tpyt v nesetnch, do sebe petkajcch lutch odstn. +29004 erven hebenatka Jej perleov vrstva tto hebenatky se tpyt v nesetnch, do sebe petkajcch ervench odstn. +29005 Zelen hebenatka Jej perleov vrstva tto hebenatky se tpyt v nesetnch, do sebe petkajcch zelench odstn. +29006 Tmav lut vinn kmen Tmav lut vinn kmen +29007 Tmav modr vinn kmen Tmav modr vinn kmen +29008 Modr svat voda Ve slunenm svtle se tpyt povrch tto svat vody jemn mode. +29009 lut svat voda Ve slunenm svtle se tpyt povrch tto svat vody jemn lut. +29010 erven svat voda Ve slunenm svtle se tpyt povrch tto svat vody jemn erven. +29011 Zelen svat voda Ve slunenm svtle se tpyt povrch tto svat vody jemn zelen. +29012 Tmav modr bo ruka Tmav modr svat voda. +29013 Svtle lut bo voda Tmav lut svat voda +29014 Svtle erven bo voda Tmav erven svat voda +29015 Tmav zelen bo ruka Tmav zelen svat voda +30000 Jemen asto pstovan rostlina, kter se pouv k vrob piva a potravin. +30001 Dopis List papru, kter je popsan rovnomrnm psmem. +30002 Opeen uzenka Koenit jdlo s chutnou zeleninou. +30003 Prase nos Oddlen nos prasete. +30004 Kel divoka Pevn pik ze vzrostlho divoka. +30005 st rozbitho brnn Vylomen st z vlenho brnn. +30006 Zub Orka lutohnd, smrdc zub Orka. Na jeho okrajch lpj nedefinovateln, okoral kusy. +30007 Amulet Orka Neobvykle zpracovan amulet, kter posiluje odvahu Orka v boji. +30008 Slabik ezoteriky Pruka k uveden zatenk do umn ezoteriky. +30009 Neznm lk Lk neznmho sloen vonc bylinkami. +30010 Medvd lu Medvd lu je znma pro oiven chut. +30011 Klubko Hedvbn srolovan klubko z vlken. +30012 Lhev vna Lhev obsahuje velice aromatick vno. +30013 Dbn na alkohol Kamenn dbn, kter se pouv ke skladovn alkoholickch npoj. +30014 Koeina Yetiho Koeina tohoto legendrnho snhovho mue chrn ped velkou zimou. +30015 Upomnka na dmona Temn a hrzostran upomnka na dmona. +30016 Dmonick drahokam Drahokam, kter je znm tm, e obsahuje due mrtvch. +30017 Ozdobn vlsnika Jemn zpracovan, s filigrnovmi vzoreky ozdoben vlsnika pro eny. +30018 erven stuha do vlas Elegantn stuha k ozdob enskho esu. +30019 Ohniv hva Vlkno z ohniv hvy se pouv k vrob zimnho obleen. +30020 Semnko broskve Semnka se pouvaj odjakiva pro zdravou ple. +30021 Kus drahokamu Roztluen drahokam, kter byl z velmi tvrdho materilu odtpen zbran. +30022 Had ocas upinovit zadn st hada, tpytc se ve vcero lesklch barvch. +30023 Bl tyg koeina Sbratel si v tto draze hodnocen koeiny. +30024 Kosk ohon Kosk ohon se pouv k vrob kvalitnch pedmt jako karte, klobouky nebo lana. +30025 Pavoukv pytlk s jedem Pytlk pln jedu pipevnn na tle pavouka. +30026 Vl steva Vl steva se pouvaj k vrob uzenek, znm potraviny v i. +30027 Vl koeina Nejtlust z vlch chlup se pouvaj k vrob hebel a kart. +30028 Vl drp Ostr drpy vlka se pouvaj k vrob mdnch doplk. +30029 Vl jtra Vl jtra se pouvaj k vrob salmu, znm potraviny v i. +30030 Rezav epel kordu Tato epel kordu u zaila lep asy. +30031 perk Mezi dvaty oblben perk s ozdobnmi ornamenty. +30032 ern uniforma Ountl ern uniforma. +30033 Rozbit porceln Vzcn porceln tto oblasti, kter se rozbil. +30034 Bl stuha do vlas Elegantn stuha k ozdob enskho esu. +30035 Krm na ple eny ho pouvaj k hkn pleti. +30036 Tajemn bylina Povstn bylina, kter m podivuhodn inek. +30037 Tyg drp Tyg drp me bt mdn doplnk, kter dokazuje statenost jeho nositele. +30038 Tyg koeina Mezi sbrateli oblben koeina. +30039 Kus ltky Ltka, kter se pouv na pokrvn a ochranu rny. +30040 List List neznm rostliny. +30041 Shuriken Vrhac zbra, kterou pouvaj ninjov. +30042 Tyg tesk Pevn a leskl tesk tto elmy. +30043 Fazole asto pouvan psada v mnoha kuchynch. +30044 Hlna Materil k vrob porcelnu. +30045 Jehla tra Bodk tra, opaten jedem. +30046 Ocas tra Ocas tra, na kterm se nalz nebezpen jedovat osten. +30047 Kniha klateb Ezoterick kniha obsahujc hodn informac o zaklnn. +30048 Kus ledu Kus zmraen vody, ze kterho neustle i chlad. +30049 Roh led. zabij. velryby Tento roh je vzcnm materilem, s kterm se asto obchoduje jako materil pro sochae. +30050 Ledov kulika Kulika z ledu. V hork vod se neroztaje. +30051 Neznm talisman Neznm talisman, kter um st jen ezoterici. +30052 Vlajka Vlajka k oznaen vojska divoch. +30053 Ke z medvd tlapy Mnoho lid preferuje tuto potravinu dodvajc vytrvalost. +30054 Snubn prsten Jedin prsten, kter se mus nosit a do konce. +30055 Klepeta tra Nky tra. +30056 Pavuina Pavouk pouv vlastn nit k budovn svho domova. +30057 Oi pavouka Oblben mezi sbrateli. +30058 Pytlk s pavou. vajky Pouvaj jej bezdtn eny jako zzran prostedek. +30059 Pavou nohy amani pouvaj tyto chlupat nohy pi prci. +30060 ab jazyk Lepkav jazyk. +30061 ab stehnka Exotick psada. Chutn jako kue! +30062 Msa na lky Tuto msu pouvaj lkrnci. +30063 Lk na ple Lk l kon onemocnn. +30064 Ostr kmen Kmen se pouv k vrob povho hrotu. +30065 Zvoneek Zvoneek, kter vydv cinkav tn. +30066 Ostr pep Moc ostr pep +30067 Had ke Ke hada. +30068 Steak z tofu Vegetarinsk maso. +30069 Vl drp+ Ostr drpy vlka se pouvaj k vrob mdnch doplk. +30070 Vl koeina+ Nejtlust vl chlupy se pouvaj k vrob hebel a kart. +30071 Medvd lu+ Medvd lu je znma pro oiven chut. +30072 Ke z medvd tlapy+ Mnoho lid preferuje tuto potravinu dodvajc vytrvalost. +30073 Bl stuha do vlas+ Elegantn stuha k ozdob enskho esu. +30074 ern uniforma+ Ountl ern uniforma. +30075 Shuriken+ Vrhac zbra, kterou pouvaj ninjov. +30076 Amulet Orka+ Amulet dodv orkm odvahu. +30077 Zub Orka+ Smrdc zub orka. +30078 Slabik ezoteriky+ Pruka vodu do umn ezoteriky pro zatenky. +30079 Neznm talisman+ Neznm talisman, kter um st jen ezoterici. +30080 Kniha klateb + Ezoterick kniha obsahujc hodn informac o zaklnn. +30081 Ocas tra+ Jedovat ocas tra. +30082 Had ocas+ Ocas cheste. +30083 Neznm lk+ Neznm lk s neznmmi psadami. +30084 Neznm talisman+ Neznm talisman, kter um st jen ezoterici. +30085 Kus ltky+ Ltka, kter se pouv na pokrvan a ochranu rny. +30086 Upomnka na dmona+ Temn a hrzostran upomnka na dmona. +30087 Dmonick drahokam+ Drahokam, kter je znm tm, e obsahuje due mrtvch. +30088 Kus ledu+ Zmraen voda, kter zstv vn studen. +30089 Koeina Yetiho+ Koeina tohoto legendrnho snhovho mue chrn ped velkou zimou. +30090 Ledov kulika+ Kulika z ledu. V hork vod se neroztaje. +30091 Symbol vlenka Vlen symbol, kter se propjuje legendrnm bojovnkm. +30092 Koist divoch Vlen koist +30093 Taka pro tst Hedvbn taka, kter obsahuje vzcn pedmty. +30094 Taka pro tst Hedvbn taka, kter obsahuje vzcn pedmty. +30095 Taka pro tst Hedvbn taka, kter obsahuje vzcn pedmty. +30096 Taka pro tst Hedvbn taka, kter obsahuje vzcn pedmty. +30129 Pkaz od jezdce Dokument, kter obsahuje pkaz od vojska. +30130 Przdn lhev Przdn lhev ze skla, kter se d naplnit rznmi tekutinami. +30131 Dopis od kove Dopis od kamarda kove. +30132 Urielova kniha Kniha, kterou Uriel rd te. Jmenuje se "Tajemstv temnho chrmu". +30133 Kytikovan boty Pkn dmsk boty. +30134 Urieluv balek Balek s mnoha rznmi knihami. +30135 Dopis od Ariyounga Dopis od Ariyounga pro Ah-Yu. +30136 Krsn vyezvan luk Krsn ozdoben luk, vyezan z paroiny. +30137 Opi krev Krev z opice. Odporn smrd. +30138 Poutn psek Psek, kter se pouv pro vylen rznch nemoc. +30139 Tenov zub Tenov zub Orka. Pouv se jako talisman. +30140 Nit na it Siln nit. Pouv se k spravovn obleen. Dokonce se z toho dlvaj i nhrdelnky. +30141 perk Pouv se k ozdoben obleen nebo se nos jen tak. +30142 Dopis Nelze rozeznat, co je v dopise napsno. Mon se mus naped nauit jazyk. +30143 Liv byliny Sbrka suench bylin. Bohuel jsou trochu pesuen. +30144 Tyg jtra ervenohnd stedn velk jtra dospl divok koky. +30145 Balsosv Lk Siln inkujc lk. +30146 Hrouda ledu Je hodn studen. +30147 Nauka o chrmu Kniha obsahuje pesn informace o temnm chrmu. +30148 Chrmov l l, kter se pouv pi modlen. +30149 Zmrzlina se sirupem Tal s porc zmrzliny a sirupem. Dobr proti zni v lt. +30150 Strnka z denku Strnka z denku, napsan starou dynasti. +30151 Vl koeina Pouv se asto jako opraova. +30152 Lk Lba pro divnou nemoc. Nikdo pesn nev, jestli opravdu inkuje. +30153 Kytky Neznm kytky, kter t svou vn unesou do svta vzpomnek. +30154 Tajn kniha chrmu Analza uen a historie tajnho chrmu. +30155 Mirinin pvsek Pvsek k nhrdelnku. Na zadn stran je vyryt jmno "Mirine". +30156 Tajn kniha chrmu Analza uen a historie tajnho chrmu. +30157 pika pu Tyto otrven piky p pomohou ubrnit krlovstv. +30177 Pimov olej Pymov olej je pouvn obchodnkem se zbranmi bhem kol. Nem dn dal vyuit. +30179 Kroucen kl Tento magick kl aktivuje portl do Draho chrmu. +30180 Amulet draho boha Tento kousek zlatho perku me zkrtit tvou cestu do Jeskyn vyhnanstv. +30181 Strnka Vybledl psmo na tomto svitku je tk deifrovat - strnka vypad jako velmi star. +30182 Legendrn di Tento duplikt starovk knihy vypad velmi draze. +30183 Ponur devn maska Tato devn mask vypad, jako by t stle sledovala. Nepochybn se jedn o rituln pedmt. +30184 Kouzeln popel Popel v tto divn schrnce, pokryt podivnmi symboly, je obklopen lehkou z. +30185 ern led Vypad to, e se pod tmto nablskanm hladkm povrchem shromauj hlubok stny. +30186 Fosiln slza Fosiln slza boha Baljit-Elvedin, kter je nyn znm jako Dra bh. +30187 Kapka krve Kapka krva zavradn bohyn Bahar-Taraji, tvrkyn svta. +30188 Obsidin Pvodn tekut, rychle zmraen vulkanick kmen. +30189 Baljit-Elvedinovy slzy Tato umlecky proveden vza obsahuje slzy boha Baljit-Elvedin. +30190 Krvav kmen Tento kmen je vyroben z krve bohyn Bahar-Taraji a zaruuje Vm vstup do Jeskyn vyhnanstv. +30191 Krvav kmen Krvav kameny Vm zaruuj vstup do Jeskyn vyhnanstv. +30192 Mlnice Vysoce kvalitn rostlinn vmek +30193 Prstn kstky Posledn zbytky padlho hrdiny. +30194 Kyj ork Okliv zbra s velkmi ostny. +30195 Kemenn psek Zd se, e tento psek maj poutn bestie msto krve. +30196 Popel dmona Dokonce i popel z dmona m neoekvanou slu. +30197 Magick semena Tato semena buj vitalitou. +30198 Vodn krystal Srdce temn ledov bestie. +30199 Modr krystal st krystalu z Draho chrmu, kter posiluje temn sly. +30210 Kus drahokamu Kmen, kter je krystalicky ist a ve svtle se tpyt. +30211 Kus drahokamu Tpytc se kamnek. +30212 Kus drahokamu Tpytc se kamnek. +30213 Kus drahokamu Tpytc se kamnek. +30214 Kus drahokamu Tpytc se kamnek. +30215 Kus drahokamu Tpytc se kamnek. +30216 Kus drahokamu Tpytc se kamnek. +30217 Kus drahokamu Tpytc se kamnek. +30218 Kus drahokamu Tpytc se kamnek. +30219 Kus drahokamu Tpytc se kamnek. +30220 Kmen du Jinunggis Legendrn kmen, kter obsahuje due panovnk Jinunggis. +30221 Kmen due chrmu Legendrn kmen, kter obsahuje due pvrenc chrmu. +30222 Kmen due Sagys Legendrn kmen, kter obsahuje due Sagyskch lechtic. +30223 Kmen due Aurtumryus Legendrn kmen, kter obsahuje due Aurtumryusovch lechtic. +30224 Kmen due Gyimoks Legendrn kmen, kter obsahuje due Gymimoksovch lechtic. +30225 Kmen due Tugyis Legendrn kmen, kter obsahuje due Tugyisovch lechtic. +30228 Kmen due Beran-Setaou Temn aura padlho boha se dotk tvoj due a hled toit v tvm srdci. +30251 Zlovoln drahokam Diamant proskl zlem. +30252 Drahokam znalost Ze tohoto drahokamu je klidn a honosn. +30253 Drahokam vrnosti Tento diamand obklopuje ze estnosti a bojovho ducha. +30254 +30265 Kus medaile (1) Prvn fragment Medaile hrdiny +30266 Kus medaile (2) Druh fragment Medaile hrdiny +30267 Kus medaile (3) Tet fragment Medaile hrdiny +30268 Kus medaile (4) tvrt fragment Medaile hrdiny +30269 Kus medaile (5) Pt fragment Medaile hrdiny +30270 lomek Draho kamene Fragment vzcnho Draho kamene +30311 Kl krystalu due Mistrovsky vyroben kl s Modrm krystalem due otevr brnu do druhho patra blovy katakomby. +30312 klebc se totem Tato devn znaka s vytesanm klebcm se obliejem slou jako kl k brn do estho patra blovy katakomby. +30315 Chlb Chlb pouvan v dob hladu. +30316 Darovac tal Tal s krsnmi dekoracemi +30317 Darovn jdla Darovn jdla v dob hladu. +30318 Poehnan ovoce Vyjmen ovoce. Nasbrej jej dostatek a zsk odmnu. +30319 Vysuen hlava Vysuen hlava dmona otevr peet na brn do tetho patra blovy katakomby. S pedmtem lze obchodovat. +30320 Vysuen hlava Tato belsk vysuen hlava otevr pee do tetho patra blovy katakomby. +30321 Halloweensk dn Dn obnovuje ZB a MB. Pokud se j dotkne magickou hlkou, pemn se na Halloweenskou truhlu. +30322 Magick hlka Krsn proveden kouzeln hlka s hvzdou na vrcholu, vyrobenou z magickho ohn. M moc transformovat Halloweenskou dni na Halloweenskou truhlu. +30323 Karta Halloweensk masky Karta Halloweensk masky me bt vymnna za Halloweenskou masku u dn Jacka. Maska nahrad existujc es. +30324 Pavou kl Otevr brnu do lhn pavou baronky. Extrmn kehk a po 24 hodinch se rozpadne. Pouze velitel skupiny jej sm pout. +30325 Pavou kl Otevr brnu do lhn pavou baronky. Rozpadne se po 24 hodinch. Pouze velitel skupiny jej sm pout. +30326 Jed pavou krlovny Tento vmek pavou krlovny je nutn pro vrobu pavouho kle. +30327 Pavou p횝alka Melodie z tohoto nstroje pilk pavou baronku. +30329 Zlat ozuben kolo Spout skryt mechanismus v nhrobku Isfet. +30330 Kmen Maat Maat, bohyn spravedlnosti, podporuje d proti chaosu. +30331 Mraziv kl Tento kl je chladn jako led a umouje pstup do tetho podla Nemerovy strn ve. Mohou jej pout pouze amani. +30332 Severka Peetn kmen vyroben z istho ledu. Umouje pstup do estho patra Nemerovy strn ve. +30333 Kl mraziv kvtiny Kl vyroben z ledu a umoujc pstup do devtho patra Nemerovy strn ve. Pout jej mohou jen ninjov a amani. +30500 N vykldan rubny Nstroj pro zulechtn tv zbran +30501 Zlat svorka Element pro zulechtn tv zbran +30502 Rubnov dekorace Element pro zulechtn tv zbran +30503 N vykldan ametysty Nstroj pro zulechtn tv zbran +30504 Stbrn svorka Element pro zulechtn tv zbran +30505 Smaragdov dekorace Element pro zulechtn tv zbran +30506 N vykldan safry Nstroj pro zulechtn tv zbran +30507 Bronzov svorka Element pro zulechtn tv zbran +30508 Safrov dekorace Element pro zulechtn tv zbran +30509 Modr dra ocel Dra ke je extrmn lehk a flexibiln, ovem tak tm nezniiteln. Lze je zpracovvat jako kov a pout ji na vrobu brnn. +30510 Velk epoleta Element pro zulechtn brnn +30511 Rud tkanina Jemn tkanina pro zulechtn brnn +30512 erven dra ocel Dra ke je extrmn lehk a flexibiln, ovem tak tm nezniiteln. Lze je zpracovvat jako kov a pout ji na vrobu brnn. +30513 Noblesn epoleta Element pro zulechtn brnn +30514 Fialov tkanina Jemn tkanina pro zulechtn brnn +30515 Rov dra ocel Dra ke je extrmn lehk a flexibiln, ovem tak tm nezniiteln. Lze je zpracovvat jako kov a pout ji na vrobu brnn. +30516 Starodvn epoleta Element pro zulechtn brnn +30517 Zlat tkanina Jemn tkanina pro zulechtn brnn +30518 Zlat pze Magick klubko vyroben z roztavenho zlata. Spolen s drahokamem jej lze pout pro vrobu cennho perku. +30519 Zlat hk Vyrobeno z istho zlata. Lze jej zpracovat spolen s drahokamem na cenn klenot. +30520 Zlat pezka Vyrobeno z istho zlata. Lze jej zpracovat spolen s drahokamem na cenn klenot. +30521 st prstenu Vyrobeno z istho zlata. Lze jej zpracovat spolen s drahokamem na cenn klenot. +30522 lnek etzu Vyrobeno z istho zlata. Lze jej zpracovat spolen s drahokamem na cenn klenot. +30523 st klenotu Vyrobeno z istho zlata. Lze jej zpracovat spolen s drahokamem na cenn klenot. +30524 Ohniv kmen +30525 Ledov ohniv kmen +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Modr opasek Zkladn materil pro vrobu opask. +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 Kopie npisu Tebou opsan npis, kter jsi nalezl na starm nhrobnm kameni. +31002 Star dokument Dokument z dob Temnho nroda, obsahujc dal vodtka. +31003 Protijed Lk, kter zachrn ivot otrvenmu vojkovi. +31004 Klovatina Svatho stromu Klovatina ze Svatho stromu je jednou z ingredienc pro vytvoen Nebesk slzy. +31005 Esence Modrho krystalu Esence z modrch drahokam, potebn pro vytvoen Nebesk slzy. +31006 erven pekeln kemen Tpytiv erven kemen, kter se skld z vyveliny, ohniv hvy a zkladovho kamene. +31007 Vyvelina Vyvel lva z oblasti Doyyumhwan. Je nutn pro tvorbu ervenho pekelnho kemene. +31008 Nebesk slza Magick drahokam, vyroben z esence modrho krystalu, ervenho pekelnho kemene a klovatiny svatho stromu. Odpuzuje zl monstra a jeho inek trv po dobu sedmi dn. +31009 Gnollsk dopis Tajn zprva, kterou zaslali Pisluhovai temnot Gnollm. +31010 Dopis ervenm zlodjm Zprva Pisluhovae temnot zaslan Gangu ervench zlodj byla roztrhna na mnoho kus. +31011 +31012 +31013 Kus papru Tato zprva snad odhal vce o clech Kyklop. +31014 +31015 Dopis kapitna Hka Dopis od kapitna Hka pro Smrtku. +31016 Dopis Lee Chunga Dleit zprva od velitele Lee Chunga uren pro admirla Angmura. +31017 Zapeetn dopis Tento dopis byl v dren Sluebnka chrmu. +31018 Carapaxsk rukopis Tento elv krun s vyrytmi dky slou jako kdovac kl. +31019 Carapaxsk prek Prek, vyroben ze spodn strany krune karety prav. +31020 Koen devaternku Koeny devaternku neutralizuj jedy v tle. +31021 +31022 Oinova upina Jen nelnci Triton smj nosit tyto vzcn upiny. +31023 +31024 Ke Mantikry Pevn ke z kdla Martyaxwara. +31025 +31026 Crustacensk brnn Ochrann brnn kmenu Crustacen. Tak slou jako opevovac materil. +31027 Jemn psek Tento velmi jemn psek je idelnm stavebnm materilem. +31028 Jlov cihla Cihla ve tvaru kostky, vyplen z jlu. +31029 Vnitn svtlo Vnitn zdroj energie Polyphemose +31030 Vnitn svtlo Vnitn zdroj energie Krle gigant +31031 Esence milnia Sms, vyroben z Koenu gango, Houby tue a Rododendronu. Dleit ingredience pro Leviatansk perly. +31032 Leviatansk perly Efektn posilujc kapsle, vyroben z Vnitnho svtla tajemnch bytost a Esence milnia. +31033 fovsk kp Tato kp je pro erven zlodje symbolem nezranitelnosti +31034 Totem gigant Tento totem svm tvarem pipomn gigantick kus jantaru. +31035 ern kmen Tento tajemn kmen t Kyklopov v Bounch horch. +31036 ern zlato Tuto ernou rudu s magickmi vlastnostmi me nalzt v Bounch horch. +31037 Koen pytel Sebral jsi tento pytel kapitnovi Shrukovi. Zd se, e je leh, ne jsi oekval... +31038 Posvtn zemina Tento pytel pln Posvtn zeminy slou jako mdium pro vyvolvn mrtvch. +31039 Pytel penz Zde me mon bt mdium pro vyvolvn mrtvch. +31040 Zlat medaile Je tato medaile mdium? +31041 Fosiln hlna Sms hlny a kostnho prachu. +31042 Tritnv otp Tritnv otp je tradin pouvn obyvateli ostrova pro zeslen jejich obrannch staveb. +31043 Tabulka Lemur Tajemn zc kamenn tabulka s vyrytm npisem +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Zlat loveck pska Tato ozdoba krku ti pome zskat Pytle penz z kapes zabitch monster. +31074 Ntovan nhrdelnk Ozdoba krku, vyroben z ke, pobit nty na okrajch. +31075 Ostnat nhrdelnk Dekorativn nhrdelnk, kter nosil Martyaxwar. Na jedn stran je skryto psmeno. +31076 Slunen byliny Tyto byliny rostou na horkch a suchch mstech. +31077 Prek ze zklad. kamene Zkladov kmen rozdrcen na jemn prek. +31078 ist svtlo Bl energie, kter neutralizuje slu ern hmoty. +31079 Dopis Yak-Hwanovi Posledn slova zvda, ukryt v nhrdelnku. +31080 Krev Krle plamen Krev hork jako lva putujc ilami dmona. +31081 ern hmota Nejtemnj druh energie, kter dv dmonm enormn slu. +31082 Magmov prsten Prsten vyroben z magmatu, kter obklopuje srdce ohnivch dmon. +31083 Samaelv prsten Mocn artefakt pro dokonen vypuzovacho ritulu. +31084 Svcen voda +31085 +31086 +31087 +31088 +31089 +31090 +31091 +31092 +31093 Neznm kmen Tento typ kamene je ti zcela neznm, ale zeteln vyzauje chlad a temnotu. +31094 Fragment Fragment Dmonickho meteoritu +31095 +31096 +31097 +31098 +31099 +31100 +31101 +31102 +31103 +35000 Liv byliny+ Sbrka suench bylin. Bohuel jsou trochu pesuen. +35001 Tyg jtra+ ervenohnd stedn velk jtra dospl divok koky. +38010 Balek Yang Nech si proplatit tvj balek, abys naplnil vlenou truhlu Yangy. S pedmtem nelze obchodovat. +38011 Balek Yang Nech si proplatit tvj balek, abys naplnil vlenou truhlu Yangy. S pedmtem nelze obchodovat. +38050 Bedna sly Tato bedna je extrmn lehk, jako by byla przdn... +38051 Krystal Krl. tygra Bere si stl mnostv magickch schopnost, aby zkrotil divokou zvec dui. Tento krystal obsahuje jednoho z pti druh Krlovskho tygra. +38052 Truhla krl Tato krsn zdoben truhla obsahuje opravdov poklad. S pedmtem lze obchodovat. +38053 Truhla vn zimy Tato truhla je cel vyroben z ledu. Pi oteven se z n vyval ledov vzduch. +38054 Truhla poutn boue Tajemn vypadajc bedna obsahuje nhodn pedmt. +38055 Truhla s mldtem V tto bedn me bt ukryto krsn mld. Otevi ji a najdi nhodn pedmt. +38056 Przdninov truhla Tato truhla, vyroben ze deva stbrn jedle obsahuje vnon pekvapen. +38057 Truhla Severu Truhla z ledovou mod a obsahuje nhodn pedmt. +38100 Posilujc svainka (7) Prodlou ivot tvho jezdeckho zvete o 7 dn. +38101 Posilujc svainka (15) Prodlou ivot tvho jezdeckho zvete o 15 dn. +38102 Posilujc svainka (30) Prodlou ivot tvho jezdeckho zvete o 30 dn. +38200 Pee Rufuse Tuto pee me pout pro zavoln tvho mladho vlka Rufuse. +38201 Pee Rufuse Tuto pee me pout pro zavoln tvho mladho vlka Rufuse. +39001 Magick kmen Tento kmen zvyuje spnost pi vylepovn pedmtu. A co je nejlep, pedmt nen pi nespchu vylepen znien nebo nen snena jeho rove. S pedmtem je mon obchodovat. +39002 Prsten zkuenost Zvyuje zisk zkuenost o 50 % na 60 minut. S pedmtem lze obchodovat. +39003 Broskvov vno Elixr, kter ti dod okamit 500 ZB. S pedmtem lze obchodovat. +39004 Mramor poehnn Legendrn poehnan koule. Kdy m pedmt 4 atributy, pid k nim jet jeden dal. Ovem vylepen me tak selhat. S pedmtem lze obchodovat. +39005 Magick mdn ruda Ruda na vrobu Pergamenu vlky. K tomu je u kove nutn poehnan pergamen. S pedmtem lze obchodovat. +39006 Pl᚝ statenosti Barevn pl᚝, se kterm bojovnci kdysi dokazovali svou statenost, ponvad pl᚝ pitahoval veker nestvry. S pedmtem lze obchodovat. +39007 Pruka o kovn Kniha je pipoutna k dui starho kove. Zvyuje anci na vylepen pedmtu. S pedmtem lze obchodovat. +39008 Pergamen exorcismu Osvobod t od kletby zlho ducha, kdy se ti nevyda uen. Pergamen ti umon jet ten sam den pest dal dokument schopnost. S pedmtem lze obchodovat. +39009 Reset schopnost Tento pedmt ti umon znovu perozdlit body u jedn tv schopnosti. S pedmtem lze obchodovat. +39010 Lektvar toku +10 Zv rychlost toku na 30 minut o 10 %. S pedmtem lze obchodovat. +39011 Poehnn ivota Poehnn, kter okamit obnov tvoje ZB. S pedmtem lze obchodovat. +39012 Poehnn magie Poehnn, kter okamit obnov tvoje MB. S pedmtem lze obchodovat. +39013 Poehnn draka Poehnn, kter okamit obnov tvoje ZB a MB. S pedmtem lze obchodovat. +39014 Pergamen vlky Zlepen pedmt se povede dokonale. Lze jej pout jen u pedmt +0 a +3. S pedmtem lze obchodovat. +39015 Kmen kove Pomoc tohoto kamene a Poehnanho pergamenu me vyrobit u kove Pruku kovn. S pedmtem lze obchodovat. +39016 Magick elezn ruda S touto rudou a poehnanm pergamenem se d vyrobit u kove pergamen draka. S pedmtem lze obchodovat. +39017 ivot draho boha Zv maximln ZB na 30 minut o 20 %. S pedmtem lze obchodovat. +39018 tok draho boha Zv kodu, kterou zpsob druhm v boji, na 30 minut o 12 a 15 %. S pedmtem lze obchodovat. +39019 Inteligence draho boha Zv maximln MB na 30 minut o 20 %. S pedmtem lze obchodovat. +39020 Obrana draho boha Sn kodu, kterou utrp v boji, na 30 minut o 12 a 15 %. S pedmtem lze obchodovat. +39021 Podpora draho boha Vitalita, sla, inteligence a pohyblivost tvoj postavy se zv pechodn o ptinsobek. S pedmtem lze obchodovat. +39022 Pergamen draka Odstran riziko, e se pi zlepovn pedmt zni. Pouze jeho kvalita se sn o jeden stupe. Navc se zv pravdpodobnost spnho zlepen o 10 %. S pedmtem lze obchodovat. +39023 Vzkumnkv elixr Zvyuje kvalitu zkoumanch vc, kter mte nasbrat, m zvyuje anci, e budou akceptovny. S pedmtem lze obchodovat. +39024 Kritick tok Zv anci doclit kritick zsah na 10 minut o 20 %. S pedmtem lze obchodovat. +39025 Pronikav tok Zv anci doclit v boji pronikav zsah na 10 minut o 20 %. S pedmtem lze obchodovat. +39026 Elixr rychlosti Zv na 30 minut tvou rychlost pohybu o 60. S pedmtem lze obchodovat. +39027 Pruka kamen Odstran vechny rozdrcen kameny z pedmtu. Tm pdem obdr dal pokus zlepit zbra nebo brnn. S pedmtem lze obchodovat. +39028 Zaarovat pedmt Odstran bonusy jednoho z tvch pedmt a pid nov. S pedmtem lze obchodovat. +39029 Zeslit pedmt Pokud bude mt tst, pid jednomu z tvch pedmt bonus (maximln 4 bonusy). S pedmtem lze obchodovat. +39030 Soustedn ten Zv anci na zlepen tvho talentu pi ten dal knihy (nebo kamene due) o dvaaplnsobek. S pedmtem lze obchodovat. +39031 Lektvar spchu Tento lektvar zkracuje dobu ekn na nabit kouzla o 20 % po dobu ticeti minut. S pedmtem lze obchodovat. +39032 Plod ivota Zv body hodnosti o 2000 (ekac doba: 8 hodin). S pedmtem lze obchodovat. +39033 Svitek opravy Pomoc tohoto svitku mete z vci odebrat naposledy pidan kmen. S pedmtem lze obchodovat. +39034 Kosk cukr Tento cukk ti umon dt tvmu koni jmno. Zrove zv obranou slu o 20. S pedmtem lze obchodovat. +39035 Sklenice porozumn Umouje ti ukzat vc z tvho invente jinmu hri. Sklenice se pi pouit rozbije. S pedmtem lze obchodovat. +39036 Vtrn boty Zv rychlost pohybu o 30 na 30 hernch hodin, pokud jsou soust vbavy. S pedmtem lze obchodovat. +39037 Elixr Slunce (M) Automaticky dopln tvoje ZB. Obsahuje 1.000.000 ZB. S pedmtem lze obchodovat. +39038 Elixr Slunce (S) Automaticky dopln tvoje ZB. Obsahuje 3.000.000 ZB. S pedmtem lze obchodovat. +39039 Elixr Slunce (V) Automaticky dopln tvoje ZB. Obsahuje 7.000.000 ZB. S pedmtem lze obchodovat. +39040 Elixr Msce (M) Automaticky dopln tvoje MB. Obsahuje 100.000 MB. S pedmtem lze obchodovat. +39041 Elixr Msce (S) Automaticky dopln tvoje MB. Obsahuje 300.000 MB. S pedmtem lze obchodovat. +39042 Elixr Msce (V) Automaticky dopln tvoje MB. Obsahuje 700.000 MB. S pedmtem lze obchodovat. +39043 Pergamen lokality Tento pergamen ti umon zptn transport na msto tv posledn volby. S pedmtem lze obchodovat. +39044 Truhla Lycan (M) Balk s uitenmi pedmty pro Lycany. +39045 Truhla Lycan (V) Velk mnostv uiten vbavy pro Lycany. +39046 Certifikt zruen+ Pouij Certifikt zruen pro odstrann bonus ze erpy. +41001 Krli kostm (hnd) Krli kostm pro mue vyroben z hnd plye. +41002 Zaje kostm (hnd) Zaje kostm pro eny vyroben z hnd plye. +41003 Poutn oblek (M) Uniforma pro mue, kter pomh v peit v nelidskch poutnch podmnkch. +41004 Poutn oblek () Uniforma pro eny, kter pomh v peit v nelidskch poutnch podmnkch. +41005 Olym. ermsk bor (M) Sportovn ochrann oblek pro erme. +41006 Olym. ermsk bor () Sportovn ochrann oblek pro ermky. +41007 GER ermsk bor (M) Sportovn ochrann oblek pro erme v nmeckch nrodnch barvch. +41008 GER ermsk bor () Sportovn ochrann oblek pro ermky v nmeckch nrodnch barvch. +41009 TUR ermsk bor (M) Sportovn ochrann oblek pro erme v tureckch nrodnch barvch. +41010 TUR ermsk bor () Sportovn ochrann oblek pro ermky v tureckch nrodnch barvch. +41011 BRA ermsk bor (M) Sportovn ochrann oblek pro ermky v brazilskch nrodnch barvch. +41012 BRA ermsk bor () Sportovn ochrann oblek pro ermky v brazilskch nrodnch barvch. +41013 Olym. fotbalov bor (M) Sportovn bor pro fotbalisty. +41014 Olym. fotbalov bor () Sportovn bor pro fotbalistky. +41015 GER fotbalov bor (M) Sportovn bor pro fotbalisty v nmeckch nrodnch barvch. +41016 GER fotbalov bor () Sportovn bor pro fotbalistky v nmeckch nrodnch barvch. +41017 TUR fotbalov bor (M) Sportovn bor pro fotbalisty v tureckch nrodnch barvch. +41018 TUR fotbalov bor () Sportovn bor pro fotbalistky v tureckch nrodnch barvch. +41019 BRA fotbalov bor (M) Sportovn bor pro fotbalisty v brazilskch nrodnch barvch. +41020 BRA fotbalov bor () Sportovn bor pro fotbalistky v brazilskch nrodnch barvch. +41021 Olym. boxersk bor (M) Boxersk bor pro mue. +41022 Olym. boxersk bor () Boxersk bor pro eny. +41023 GER boxersk bor (M) Boxersk bor pro mue v nmeckch nrodnch barvch. +41024 GER boxersk bor () Boxersk bor pro eny v nmeckch nrodnch barvch. +41025 TUR boxersk bor (M) Boxersk bor pro mue v tureckch nrodnch barvch. +41026 TUR boxersk bor () Boxersk bor pro eny v tureckch nrodnch barvch. +41027 BRA boxersk bor (M) Boxersk bor pro mue v brazilskch nrodnch barvch. +41028 BRA boxersk bor () Boxersk bor pro eny v brazilskch nrodnch barvch. +41029 Poutn oblek (M, Bonus) Uniforma pro mue, kter pomh v peit v nelidskch poutnch podmnkch. S pedmtem lze obchodovat. +41030 Poutn oblek (, Bonus) Uniforma pro eny, kter pomh v peit v nelidskch poutnch podmnkch. S pedmtem lze obchodovat. +41031 Olym. ermsk bor (M) Sportovn ochrann oblek pro erme. S pedmtem lze obchodovat. +41032 Olym. ermsk bor () Sportovn ochrann oblek pro ermky. S pedmtem lze obchodovat. +41033 GER ermsk bor (M) Sportovn ochrann oblek pro erme v nmeckch nrodnch barvch. S pedmtem lze obchodovat. +41034 GER ermsk bor () Sportovn ochrann oblek pro ermky v nmeckch nrodnch barvch. S pedmtem lze obchodovat. +41035 TUR ermsk bor (M) Sportovn ochrann oblek pro erme v tureckch nrodnch barvch. S pedmtem lze obchodovat. +41036 TUR ermsk bor () Sportovn ochrann oblek pro ermky v tureckch nrodnch barvch. S pedmtem lze obchodovat. +41037 BRA ermsk bor (M) Sportovn ochrann oblek pro erme v brazilskch nrodnch barvch. S pedmtem lze obchodovat. +41038 BRA ermsk bor () Sportovn ochrann oblek pro ermky v brazilskch nrodnch barvch. S pedmtem lze obchodovat. +41039 Olym. fotbalov bor (M) Sportovn bor pro fotbalisty. S pedmtem lze obchodovat. +41040 Olym. fotbalov bor () Sportovn bor pro fotbalistky. S pedmtem lze obchodovat. +41041 GER fotbalov bor (M) Sportovn bor pro fotbalisty v nmeckch nrodnch barvch. S pedmtem lze obchodovat. +41042 GER fotbalov bor () Sportovn bor pro fotbalistky v nmeckch nrodnch barvch. S pedmtem lze obchodovat. +41043 TUR fotbalov bor (M) Sportovn bor pro fotbalisty v tureckch nrodnch barvch. S pedmtem lze obchodovat. +41044 TUR fotbalov bor () Sportovn bor pro fotbalistky v tureckch nrodnch barvch. S pedmtem lze obchodovat. +41045 BRA fotbalov bor (M) Sportovn bor pro fotbalisty v brazilskch nrodnch barvch. S pedmtem lze obchodovat. +41046 BRA fotbalov bor () Sportovn bor pro fotbalistky v brazilskch nrodnch barvch. S pedmtem lze obchodovat. +41047 Olym. boxersk bor (M) Boxersk bor pro mue. S pedmtem lze obchodovat. +41048 Olym. boxersk bor () Boxersk bor pro eny. S pedmtem lze obchodovat. +41049 GER boxersk bor (M) Boxersk bor pro mue v nmeckch nrodnch barvch. S pedmtem lze obchodovat. +41050 GER boxersk bor () Boxersk bor pro eny v nmeckch nrodnch barvch. S pedmtem lze obchodovat. +41051 TUR boxersk bor (M) Boxersk bor pro mue v tureckch nrodnch barvch. S pedmtem lze obchodovat. +41052 TUR boxersk bor () Boxersk bor pro eny v tureckch nrodnch barvch. S pedmtem lze obchodovat. +41053 BRA boxersk bor (M) Boxersk bor pro mue v brazilskch nrodnch barvch. S pedmtem lze obchodovat. +41054 BRA boxersk bor () Boxersk bor pro eny v brazilskch nrodnch barvch. S pedmtem lze obchodovat. +41055 FRA ermsk bor (M) Ochrann sportovn bor pro erme ve francouzskch nrodnch barvch. +41056 FRA ermsk bor () Ochrann sportovn bor pro ermky ve francouzskch nrodnch barvch. +41057 ITA ermsk bor (M) Ochrann sportovn bor pro erme v italskch nrodnch barvch. +41058 ITA ermsk bor () Ochrann sportovn bor pro ermky v italskch nrodnch barvch. +41059 POL ermsk bor (M) Ochrann sportovn bor pro erme v polskch nrodnch barvch. +41060 POL ermsk bor () Ochrann sportovn bor pro ermky v polskch nrodnch barvch. +41061 ROU ermsk bor (M) Ochrann sportovn bor pro erme v rumunskch nrodnch barvch. +41062 ROU ermsk bor () Ochrann sportovn bor pro ermky v rumunskch nrodnch barvch. +41063 ESP ermsk bor (M) Ochrann sportovn bor pro erme ve panlskch nrodnch barvch. +41064 ESP ermsk bor () Ochrann sportovn bor pro ermky ve panlskch nrodnch barvch. +41065 FRA fotbalov bor (M) Sportovn bor pro fotbalisty ve francouzskch nrodnch barvch. +41066 FRA Fotbalov bor () Sportovn bor pro fotbalistky ve francouzskch nrodnch barvch. +41067 ITA Fotbalov bor (M) Sportovn bor pro fotbalisty v italskch nrodnch barvch. +41068 ITA Fotbalov bor () Sportovn bor pro fotbalistky v italskch nrodnch barvch. +41069 POL Fotbalov bor (M) Sportovn bor pro fotbalisty v polskch nrodnch barvch. +41070 POL Fotbalov bor () Sportovn bor pro fotbalistky v polskch nrodnch barvch. +41071 ROU Fotbalov bor (M) Sportovn bor pro fotbalisty v rumunskch nrodnch barvch. +41072 ROU Fotbalov bor () Sportovn bor pro fotbalistky v rumunskch nrodnch barvch. +41073 ESP Fotbalov bor (M) Sportovn bor pro fotbalisty ve panlskch nrodnch barvch. +41074 ESP Fotbalov bor () Sportovn bor pro fotbalistky ve panlskch nrodnch barvch. +41075 FRA Boxersk bor (M) Vojensk bor pro boxery ve francouzskch nrodnch barvch. +41076 FRA Boxersk bor () Vojensk bor pro boxerky ve francouzskch nrodnch barvch. +41077 ITA Boxersk bor (M) Vojensk bor pro boxery v italskch nrodnch barvch. +41078 ITA Boxersk bor () Vojensk bor pro boxerky v italskch nrodnch barvch. +41079 POL Boxersk bor (M) Vojensk bor pro boxery v polskch nrodnch barvch. +41080 POL Boxersk bor () Vojensk bor pro boxerky v polskch nrodnch barvch. +41081 ROU Boxersk bor (M) Vojensk bor pro boxery v rumunskch nrodnch barvch. +41082 ROU Boxersk bor () Vojensk bor pro boxerky v rumunskch nrodnch barvch. +41083 ESP Boxersk bor (M) Vojensk bor pro boxery ve panlskch nrodnch barvch. +41084 ESP Boxersk bor () Vojensk bor pro boxerky ve panlskch nrodnch barvch. +41085 FRA ermsk bor (M) Sportovn ochrann odv pro erme ve francouzskch nrodnch barvch. S pedmtem lze obchodovat. +41086 FRA ermsk bor () Sportovn ochrann odv pro ermky ve francouzskch nrodnch barvch. S pedmtem lze obchodovat. +41087 ITA ermsk bor (M) Sportovn ochrann odv pro erme v italskch nrodnch barvch. S pedmtem lze obchodovat. +41088 ITA ermsk bor () Sportovn ochrann odv pro ermky v italskch nrodnch barvch. S pedmtem lze obchodovat. +41089 POL ermsk bor (M) Sportovn ochrann odv pro erme v polskch nrodnch barvch. S pedmtem lze obchodovat. +41090 POL ermsk bor () Sportovn ochrann odv pro ermky v polskch nrodnch barvch. S pedmtem lze obchodovat. +41091 ROU ermsk bor (M) Sportovn ochrann odv pro erme v rumunskch nrodnch barvch. S pedmtem lze obchodovat. +41092 ROU ermsk bor () Sportovn ochrann odv pro ermky v rumunskch nrodnch barvch. S pedmtem lze obchodovat. +41093 ESP ermsk bor (M) Sportovn ochrann odv pro erme ve panlskch nrodnch barvch. S pedmtem lze obchodovat. +41094 ESP ermsk bor () Sportovn ochrann odv pro ermky ve panlskch nrodnch barvch. S pedmtem lze obchodovat. +41095 FRA Fotbalov bor (M) Sportovn odv pro fotbalisty ve francouzskch nrodnch barvch. S pedmtem lze obchodovat. +41096 FRA Fotbalov bor () Sportovn odv pro fotbalistky ve francouzskch nrodnch barvch. S pedmtem lze obchodovat. +41097 ITA Fotbalov bor (M) Sportovn odv pro fotbalisty v italskch nrodnch barvch. S pedmtem lze obchodovat. +41098 ITA Fotbalov bor () Sportovn odv pro fotbalistky v italskch nrodnch barvch. S pedmtem lze obchodovat. +41099 POL Fotbalov bor (M) Sportovn odv pro fotbalisty v polskch nrodnch barvch. S pedmtem lze obchodovat. +41100 POL Fotbalov bor () Sportovn odv pro fotbalistky v polskch nrodnch barvch. S pedmtem lze obchodovat. +41101 ROU Fotbalov bor (M) Sportovn odv pro fotbalisty v rumunskch nrodnch barvch. S pedmtem lze obchodovat. +41102 ROU Fotbalov bor () Sportovn odv pro fotbalistky v rumunskch nrodnch barvch. S pedmtem lze obchodovat. +41103 ESP Fotbalov bor (M) Sportovn odv pro fotbalisty ve panlskch nrodnch barvch. S pedmtem lze obchodovat. +41104 ESP Fotbalov bor () Sportovn odv pro fotbalistky ve panlskch nrodnch barvch. S pedmtem lze obchodovat. +41105 FRA Boxersk bor (M) Vojensk bor pro boxery ve francouzskch nrodnch barvch. S pedmtem lze obchodovat. +41106 FRA Boxersk bor () Vojensk bor pro boxerky ve francouzskch nrodnch barvch. S pedmtem lze obchodovat. +41107 ITA Boxersk bor (M) Vojensk bor pro boxery v italskch nrodnch barvch. S pedmtem lze obchodovat. +41108 ITA Boxersk bor () Vojensk bor pro boxerky v italskch nrodnch barvch. S pedmtem lze obchodovat. +41109 POL Fotbalov bor (M) Vojensk bor pro boxery v polskch nrodnch barvch. S pedmtem lze obchodovat. +41110 POL Fotbalov bor () Vojensk bor pro boxerky v polskch nrodnch barvch. S pedmtem lze obchodovat. +41111 ROU Boxersk bor (M) Vojensk bor pro boxery v rumunskch nrodnch barvch. S pedmtem lze obchodovat. +41112 ROU Boxersk bor () Vojensk bor pro boxerky v rumunskch nrodnch barvch. S pedmtem lze obchodovat. +41113 ESP Boxersk bor (M) Vojensk bor pro boxery ve panlskch nrodnch barvch. S pedmtem lze obchodovat. +41114 ESP Boxersk bor () Vojensk bor pro boxerky ve panlskch nrodnch barvch. S pedmtem lze obchodovat. +41117 Kostm muketra Extravagantn oblek v muketrskm stylu. +41118 Uniforma sluky ern aty s blou zstrkou ve stylu francouzsk sluebn. +41119 Oblek na salsu Leskl, oranov ern aty pro latinskoamerick tanenky. +41120 aty na salsu Leskl erven tanen aty s ernmi rukavicemi. +41121 Pnsk oblek Elegantn oblek pro mue s vybranm chovnm. +41122 Koktejlky Nebesky modr aty s mal, doplnn stevky. +41125 Smoking z dn Klasick kousek, speciln navren pro tuto pleitost. +41126 aty z dn Klasick kousek, speciln navren pro tuto pleitost. +41129 Kostm muketra + Extravagantn oblek v muketrskm stylu. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41130 Uniforma sluky + ern aty s blou zstrkou ve stylu francouzsk sluebn. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41131 Oblek na salsu + Leskl, oranov ern aty pro latinskoamerick tanenky. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41132 aty na salsu + Leskl erven tanen aty s ernmi rukavicemi. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41133 Pnsk oblek + Elegantn oblek pro mue s vybranm chovnm. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41134 Koktejlky + Nebesky modr aty s mal, doplnn stevky. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41135 Smoking z dn (bonus) Klasick kousek, speciln navren pro tuto pleitost. Tento kostm ti pid nhodn bonus. +41136 aty z dn (bonus) Klasick kousek, speciln navren pro tuto pleitost. Tento kostm ti pid nhodn bonus. +41137 Vnon kostm (erven) Vnon oblek vyroben ze sametu a bl plsti. +41138 Vnon aty (erven) Vnon aty vyroben ze sametu a bl plsti. +41139 Vnon kostm (zelen) Vnon oblek vyroben ze zelenho sametu a bl plsti. +41140 Vnon aty (zelen) Vnon aty vyroben ze zelenho sametu a bl plsti. +41141 Vnon kostm (ern) Vnon oblek vyroben z ernho sametu a bl plsti. +41142 Vnon aty (ern) Vnon aty vyroben z ernho sametu a bl plsti. +41143 Kostm soba (M) Kostm pro mue, vyroben z jemn plsti s ocskem a zvonekem. +41144 Kostm soba () Kostm pro eny, vyroben z jemn plsti s ocskem a zvonekem. +41145 Vnon kostm+ (erv.) Vnon oblek vyroben ze sametu a bl plsti. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41146 Vnon aty+ (erv.) Vnon aty vyroben ze sametu a bl plsti. Poskytuj alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41147 Vnon kostm+ (zelen) Vnon oblek vyroben ze zelenho sametu a bl plsti. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41148 Vnon aty+ (zelen) Vnon aty vyroben ze zelenho sametu a bl plsti. Poskytuj alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41149 Vnon kostm+ (ern) Vnon oblek vyroben z ernho sametu a bl plsti. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41150 Vnon aty+ (ern) Vnon aty vyroben z ernho sametu a bl plsti. Poskytuj alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41151 Kostm soba+ (M) Kostm pro mue, vyroben z jemn plsti s ocskem a zvonekem. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41152 Kostm soba+ () Kostm pro eny, vyroben z jemn plsti s ocskem a zvonekem. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41153 AC Miryang (M) Fotbalov sada v erven a ern barv pro mue. +41154 AC Miryang () Fotbalov sada v ern a erven barv pro eny. +41155 AFC Jayang (M) Fotbalov sada v erven a bl barv pro mue. +41156 AFC Yayang () Fotbalov sada v erven a bl barv pro eny. +41157 RSC Had pole (M) Fotbalov sada v bl a fialov barv pro mue. +41158 RSC Had pole () Fotbalov sada v bl a fialov barv pro eny. +41159 Yongan FC (M) Fotbalov sada v erven a bl barv pro mue. +41160 Yongan FC () Fotbalov sada v erven a bl barv pro eny. +41161 FC Bakra (M) Fotbalov sada v erven a tmav modr barv pro mue. +41162 FC Bakra () Fotbalov sada v tmav modr a erven barv pro eny. +41163 FC Bokjung (M) Fotbalov sada v modr a lut barv pro mue. +41164 FC Bokjung () Fotbalov sada ve lut a modr barv pro eny. +41165 FC Bavaria Hwang (M) Fotbalov sada v erven a zlat barv pro mue. +41166 FC Bavaria Hwang () Fotbalov sada v erven a zlat barv pro eny. +41167 Borussia Chunjo (M) Fotbalov sada v ern a lut barv pro mue. +41168 Borussia Chunjo () Fotbalov sada v ern a lut barv pro eny. +41169 SC Doyyum (M) Fotbalov sada v erven a bl barv pro mue. +41170 SC Doyyum () Fotbalov sada v erven a bl barv pro eny. +41171 Hasun Dong FC (M) Fotbalov sada v zelen a bl barv pro mue. +41172 Hasun Dong FC () Fotbalov sada v zelen a bl barv pro eny. +41173 CFR Dra ohe 07 (M) Fotbalov sada v tmav erven barv pro mue. +41174 CFR Dra ohe 07 () Fotbalov sada v tmav erven barv pro eny. +41175 Daeyami FC (M) Fotbalov sada v modr barv pro mue. +41176 Daeyami FC () Fotbalov sada v modr barv pro eny. +41177 GNK Kuahlo Dong (M) Fotbalov sada v modr a bl barv pro mue. +41178 GNK Kuahlo Dong () Fotbalov sada v modr a bl barv pro eny. +41179 1927 Imha (M) Fotbalov sada v modr a bl barv pro mue. +41180 1927 Imha () Fotbalov sada v bl a modr barv pro eny. +41181 FC Ledov zem (M) Fotbalov sada v erven barv pro mue. +41182 FC Ledov zem () Fotbalov sada v erven barv pro eny. +41183 FC Gumsan (M) Fotbalov sada v bl a modr barv pro mue. +41184 FC Gumsan () Fotbalov sada v bl a modr barv pro eny. +41185 Galavaryong (M) Fotbalov sada v erven a lut barv pro mue. +41186 Galavaryong () Fotbalov sada ve lut a erven barv pro eny. +41187 Juventus Yongbi (M) Fotbalov sada v ern a bl barv pro mue. +41188 Juventus Yongbi () Fotbalov sada v ern a bl barv pro eny. +41189 OSC Lungsam (M) Fotbalov sada v erven a tmav modr barv pro mue. +41190 OSC Lungsam () Fotbalov sada v erven a tmav modr barv pro eny. +41191 Doyyumhwan CF (M) Fotbalov sada v bl a svtle modr barv pro mue. +41192 Doyyumhwan CF () Fotbalov sada v bl a svtle modr barv pro eny. +41193 FC Nefritov zliv (M) Fotbalov sada v bl a svtle modr barv pro mue. +41194 FC Nefritov zliv () Fotbalov sada ve svtle modr a bl barv pro eny. +41195 Shinsoo United (M) Fotbalov sada v erven a bl barv pro mue. +41196 Shinsoo United () Fotbalov sada v erven a bl barv pro eny. +41197 Dra dol SC (M) Fotbalov sada v oranov a tmav modr barv pro mue. +41198 Dra dol SC () Fotbalov sada v tmav modr a oranov barv pro eny. +41199 Boun hory FC (M) Fotbalov sada v erven a bl barv pro mue. +41200 Boun hory FC () Fotbalov sada v erven a bl barv pro eny. +41201 Pyungmoo Saint Hwang (M) Fotbalov sada v tmav modr barv pro mue. +41202 Pyungmoo Saint Hwang () Fotbalov sada v tmav modr barv pro eny. +41203 Real Sohan (M) Fotbalov sada v bl barv pro mue. +41204 Real Sohan () Fotbalov sada v bl barv pro eny. +41205 FC Jinno 04 (M) Fotbalov sada v azurov modr a bl barv pro mue. +41206 FC Jinno 04 () Fotbalov sada v azurov modr a bl barv pro eny. +41207 FC Sangsun Dong (M) Fotbalov sada v ern a oranov barv pro mue. +41208 FC Sangsun Dong () Fotbalov sada v ern a oranov barv pro eny. +41209 SL Jungsun Dong (M) Fotbalov sada v erven a bl barv pro mue. +41210 SL Jungsun Dong () Fotbalov sada v erven a bl barv pro eny. +41211 Spartak Jungrang (M) Fotbalov sada v erven a bl barv pro mue. +41212 Spartak Jungrang () Fotbalov sada v erven a bl barv pro eny. +41213 Ohniv zem CF (M) Fotbalov sada v ern a bl barv pro mue. +41214 Ohniv zem CF () Fotbalov sada v bl a ern barv pro eny. +41215 FC St. Seungryong (M) Fotbalov sada v modr barv pro mue. +41216 FC St. Seungryong () Fotbalov sada v modr barv pro eny. +41217 AC Miryang+ (M) Fotbalov sada v ern a erven barv pro mue. Poskytuje alespo jeden nhodn bonus. +41218 AC Miryang+ () Fotbalov sada v ern a erven barv pro eny. Poskytuje alespo jeden nhodn bonus. +41219 AFC Yayang+ (M) Fotbalov sada v bl a erven barv pro mue. Poskytuje alespo jeden nhodn bonus. +41220 AFC Yayang+ () Fotbalov sada v bl a erven barv pro eny. Poskytuje alespo jeden nhodn bonus. +41221 RSC Had pole+ (M) Fotbalov sada v bl a fialov barv pro mue. Poskytuje alespo jeden nhodn bonus. +41222 RSC Had pole+ () Fotbalov sada v bl a fialov barv pro eny. Poskytuje alespo jeden nhodn bonus. +41223 Yongan FC+ (M) Fotbalov sada v erven a bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41224 Yongan FC+ () Fotbalov sada v erven a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41225 FC Bakra+ (M) Fotbalov sada v tmav modr barv pro mue. Poskytuje alespo jeden nhodn bonus. +41226 FC Bakra+ () Fotbalov sada v tmav modr barv pro eny. Poskytuje alespo jeden nhodn bonus. +41227 FC Bokjung+ (M) Fotbalov sada ve lut a modr barv pro mue. Poskytuje alespo jeden nhodn bonus. +41228 FC Bokjung+ () Fotbalov sada ve lut a modr barv pro eny. Poskytuje alespo jeden nhodn bonus. +41229 FC Bavaria Hwang+ (M) Fotbalov sada v erven a zlat barv pro mue. Poskytuje alespo jeden nhodn bonus. +41230 FC Bavaria Hwang+ () Fotbalov sada v erven a zlat barv pro eny. Poskytuje alespo jeden nhodn bonus. +41231 Borussia Chunjo+ (M) Fotbalov sada v ern a lut barv pro mue. Poskytuje alespo jeden nhodn bonus. +41232 Borussia Chunjo+ () Fotbalov sada v ern a lut barv pro eny. Poskytuje alespo jeden nhodn bonus. +41233 SC Doyyum+ (M) Fotbalov sada v ern a bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41234 SC Doyyum+ () Fotbalov sada v ern a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41235 Hasun Dong FC+ (M) Fotbalov sada v zelen a bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41236 Hasun Dong FC+ () Fotbalov sada v zelen a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41237 CFR Dra ohe 07+ (M) Fotbalov sada v tmav erven barv pro mue. Poskytuje alespo jeden nhodn bonus. +41238 CFR Dra ohe 07+ () Fotbalov sada v tmav erven barv pro eny. Poskytuje alespo jeden nhodn bonus. +41239 Daeyami FC+ (M) Fotbalov sada v modr barv pro mue. Poskytuje alespo jeden nhodn bonus. +41240 Daeyami FC+ () Fotbalov sada v modr barv pro eny. Poskytuje alespo jeden nhodn bonus. +41241 GNK Kuahlo Dong+ (M) Fotbalov sada v modr a bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41242 GNK Kuahlo Dong+ () Fotbalov sada v modr a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41243 1927 Imha+ (M) Fotbalov sada v bl a modr barv pro mue. Poskytuje alespo jeden nhodn bonus. +41244 1927 Imha+ () Fotbalov sada v bl a modr barv pro eny. Poskytuje alespo jeden nhodn bonus. +41245 FC Ledov zem+ (M) Fotbalov sada v erven barv pro mue. Poskytuje alespo jeden nhodn bonus. +41246 FC Ledov zem+ () Fotbalov sada v erven barv pro eny. Poskytuje alespo jeden nhodn bonus. +41247 FC Gumsan+ (M) Fotbalov sada v bl a modr barv pro mue. Poskytuje alespo jeden nhodn bonus. +41248 FC Gumsan+ () Fotbalov sada v bl a modr barv pro eny. Poskytuje alespo jeden nhodn bonus. +41249 Galavaryong+ (M) Fotbalov sada v lut a erven barv pro mue. Poskytuje alespo jeden nhodn bonus. +41250 Galavaryong+ (F) Fotbalov sada v lut a erven barv pro eny. Poskytuje alespo jeden nhodn bonus. +41251 Juventus Yongbi+ (M) Fotbalov sada v ern a bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41252 Juventus Yongbi+ () Fotbalov sada v ern a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41253 OSC Lungsam+ (M) Fotbalov sada v erven a tmav modr barv pro mue. Poskytuje alespo jeden nhodn bonus. +41254 OSC Lungsam+ () Fotbalov sada v erven a tmav modr barv pro eny. Poskytuje alespo jeden nhodn bonus. +41255 Doyyumhwan CF+ (M) Fotbalov sada ve svtle modr a bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41256 Doyyumhwan CF+ () Fotbalov sada ve svtle modr a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41257 FC Nefritov zliv+ (M) Fotbalov sada ve svtle modr a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41258 FC Nefritov zliv+ () Fotbalov sada ve svtle modr a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41259 Shinsoo United+ (M) Fotbalov sada v erven a bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41260 Shinsoo United+ () Fotbalov sada v erven a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41261 Dra dol SC+ (M) Fotbalov sada v tmav modr a oranov barv pro mue. Poskytuje alespo jeden nhodn bonus. +41262 Dra dol SC+ () Fotbalov sada v tmav modr a oranov barv pro eny. Poskytuje alespo jeden nhodn bonus. +41263 Boun hory FC+ (M) Fotbalov sada v erven a bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41264 Boun hory FC+ () Fotbalov sada v erven a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41265 Pyungmoo Saint Hwang+ (M) Fotbalov sada v tmav modr barv pro mue. Poskytuje alespo jeden nhodn bonus. +41266 Pyungmoo Saint Hwang+ () Fotbalov sada v tmav modr barv pro eny. Poskytuje alespo jeden nhodn bonus. +41267 Real Sohan+ (M) Fotbalov sada v bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41268 Real Sohan+ () Fotbalov sada v bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41269 FC Jinno 04+ (M) Fotbalov sada v azurov modr a bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41270 FC Jinno 04+ () Fotbalov sada v azurov modr a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41271 FC Sangsun Dong+ (M) Fotbalov sada v ern a oranov barv pro mue. Poskytuje alespo jeden nhodn bonus. +41272 FC Sangsun Dong+ () Fotbalov sada v ern a oranov barv pro eny. Poskytuje alespo jeden nhodn bonus. +41273 SL Jungsun Dong+ (M) Fotbalov sada v erven a bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41274 SL Jungsun Dong+ () Fotbalov sada v erven a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41275 Spartak Jungrang+ (M) Fotbalov sada v erven a bl barv pro mue. Poskytuje alespo jeden nhodn bonus. +41276 Spartak Jungrang+ () Fotbalov sada v erven a bl barv pro eny. Poskytuje alespo jeden nhodn bonus. +41277 Ohniv zem CF+ (M) Fotbalov sada v erven a ern barv pro mue. Poskytuje alespo jeden nhodn bonus. +41278 Ohniv zem CF+ () Fotbalov sada v erven a ern barv pro eny. Poskytuje alespo jeden nhodn bonus. +41279 FC St. Seungryong+ (M) Fotbalov sada v modr barv pro mue. Poskytuje alespo jeden nhodn bonus. +41280 FC St. Seungryong+ () Fotbalov sada v modr barv pro eny. Poskytuje alespo jeden nhodn bonus. +41291 Krli kostm (ern) Krli kostm pro mue vyroben z ern plye. +41292 Krli kostm (modr) Krli kostm pro mue vyroben z modr plye. +41293 Krli kostm (zelen) Krli kostm pro mue vyroben ze zelen plye. +41294 Krli kostm (rov) Krli kostm pro mue vyroben z rov plye. +41295 Zaje kostm (ern) Zaje kostm pro eny vyroben z ern plye. +41296 Zaje kostm (modr) Zaje kostm pro eny vyroben z modr plye. +41297 Zaje kostm (zelen) Zaje kostm pro eny vyroben ze zelen plye. +41298 Zaje kostm (rov) Zaje kostm pro eny vyroben z rov plye. +41299 Krli kostm+ (ern) Krli kostm pro mue vyroben z ern plye. Poskytuje alespo jeden nhodn bonus. +41300 Krli kostm+ (modr) Krli kostm pro mue vyroben z modr plye. Poskytuje alespo jeden nhodn bonus. +41301 Krli kostm+ (zelen) Krli kostm pro mue vyroben ze zelen plye. Poskytuje alespo jeden nhodn bonus. +41302 Krli kostm+ (rov) Krli kostm pro mue vyroben z rov plye. Poskytuje alespo jeden nhodn bonus. +41303 Zaje kostm+ (ern) Zaje kostm pro eny vyroben z ern plye. Poskytuje alespo jeden nhodn bonus. +41304 Zaje kostm+ (modr) Zaje kostm pro eny vyroben z modr plye. Poskytuje alespo jeden nhodn bonus. +41305 Zaje kostm+ (zelen) Zaje kostm pro eny vyroben ze zelen plye. Poskytuje alespo jeden nhodn bonus. +41306 Zaje kostm+ (rov) Zaje kostm pro eny vyroben z rov plye. Poskytuje alespo jeden nhodn bonus. +41307 Oblek kobry (m) ern se tpytc oblek s hadmi symboly. +41308 Oblek kobry () ern se tpytc oblek s hadmi symboly. +41309 Oblek kobry+ (m) ern se tpytc oblek s hadmi symboly. Poskytuje alespo jeden nhodn bonus. +41310 Oblek kobry+ () ern se tpytc oblek s hadmi symboly. Poskytuje alespo jeden nhodn bonus. +41311 Poutn vlenk (M, .) ern bojov obleen pro mue. +41312 Poutn vlenk (, .) ern bojov obleen pro eny. +41313 Poutn vlenk+ (M, ) ern bojov obleen pro mue. Poskytuje alespo jeden nhodn bonus. +41314 Poutn vlenk+ (, ) ern bojov obleen pro eny. Poskytuje alespo jeden nhodn bonus. +41315 Azraelovo brnn (m) Ocelov brnn, kter patilo nechvaln proslulmu vdci dmon. +41316 Azraelovo brnn () Ocelov brnn, kter patilo nechvaln proslulmu vdci dmon. +41317 Azraelovo brnn+ (m) Ocelov brnn, kter patilo nechvaln proslulmu vdci dmon. Poskytuje alespo jeden nhodn bonus. +41318 Azraelovo brnn+ () Ocelov brnn, kter patilo nechvaln proslulmu vdci dmon. Poskytuje alespo jeden nhodn bonus. +41320 Oblek Dn Jacka (m) Super straideln Halloweensk kostm +41321 aty Dn Jacka () Super straideln Halloweensk kostm +41322 Oblek Dn Jacka+ (m) Super straideln Halloweensk kostm. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41323 aty Dn Jacka+ () Super straideln Halloweensk kostm. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41324 +41325 +41326 +41327 +41328 Sada pro MS - ALG (M) Fotbalov sada pro mistrovstv svta v alrskch nrodnch barvch. +41329 Sada pro MS - ALG () Fotbalov sada pro mistrovstv svta v alrskch nrodnch barvch. +41330 Sada pro MS - ARG (M) Fotbalov sada pro mistrovstv svta v argentinskch nrodnch barvch. +41331 Sada pro MS - ARG () Fotbalov sada pro mistrovstv svta v argentinskch nrodnch barvch. +41332 Sada pro MS - AUS (M) Fotbalov sada pro mistrovstv svta v australskch nrodnch barvch. +41333 Sada pro MS - AUS () Fotbalov sada pro mistrovstv svta v australskch nrodnch barvch. +41334 Sada pro MS - BEL (M) Fotbalov sada pro mistrovstv svta v belgickch nrodnch barvch. +41335 Sada pro MS - BEL () Fotbalov sada pro mistrovstv svta v belgickch nrodnch barvch. +41336 Sada pro MS - BIH (M) Fotbalov sada pro mistrovstv svta v bosensko-hercegovinskch nrodnch barvch. +41337 Sada pro MS - BIH () Fotbalov sada pro mistrovstv svta v bosensko-hercegovinskch nrodnch barvch. +41338 Sada pro MS - BRA (M) Fotbalov sada pro mistrovstv svta v brazilskch nrodnch barvch. +41339 Sada pro MS - BRA () Fotbalov sada pro mistrovstv svta v brazilskch nrodnch barvch. +41340 Sada pro MS - CMR (M) Fotbalov sada pro mistrovstv svta v kamerunskch nrodnch barvch. +41341 Sada pro MS - CMR () Fotbalov sada pro mistrovstv svta v kamerunskch nrodnch barvch. +41342 Sada pro MS - CHI (M) Fotbalov sada pro mistrovstv svta v ilskch nrodnch barvch. +41343 Sada pro MS - CHI () Fotbalov sada pro mistrovstv svta v ilskch nrodnch barvch. +41344 Sada pro MS - COL (M) Fotbalov sada pro mistrovstv svta v kolumbijskch nrodnch barvch. +41345 Sada pro MS - COL () Fotbalov sada pro mistrovstv svta v kolumbijskch nrodnch barvch. +41346 Sada pro MS - CRC (M) Fotbalov sada pro mistrovstv svta v kostarickch nrodnch barvch. +41347 Sada pro MS - CRC () Fotbalov sada pro mistrovstv svta v kostarickch nrodnch barvch. +41348 Sada pro MS - CIV (M) Fotbalov sada pro mistrovstv svta v nrodnch barvch Pobe slonoviny. +41349 Sada pro MS - CIV () Fotbalov sada pro mistrovstv svta v nrodnch barvch Pobe slonoviny. +41350 Sada pro MS - CRO (M) Fotbalov sada pro mistrovstv svta v chorvatskch nrodnch barvch. +41351 Sada pro MS - CRO () Fotbalov sada pro mistrovstv svta v chorvatskch nrodnch barvch. +41352 Sada pro MS - ECU (M) Fotbalov sada pro mistrovstv svta v ekvdorskch nrodnch barvch. +41353 Sada pro MS - ECU () Fotbalov sada pro mistrovstv svta v ekvdorskch nrodnch barvch. +41354 Sada pro MS - ENG (M) Fotbalov sada pro mistrovstv svta v anglickch nrodnch barvch. +41355 Sada pro MS - ENG () Fotbalov sada pro mistrovstv svta v anglickch nrodnch barvch. +41356 Sada pro MS - FRA (M) Fotbalov sada pro mistrovstv svta ve francouzskch nrodnch barvch. +41357 Sada pro MS - FRA () Fotbalov sada pro mistrovstv svta ve francouzskch nrodnch barvch. +41358 Sada pro MS - GER (M) Fotbalov sada pro mistrovstv svta v nmeckch nrodnch barvch. +41359 Sada pro MS - GER () Fotbalov sada pro mistrovstv svta v nmeckch nrodnch barvch. +41360 Sada pro MS - GHA (M) Fotbalov sada pro mistrovstv svta v ghanskch nrodnch barvch. +41361 Sada pro MS - GHA () Fotbalov sada pro mistrovstv svta v ghanskch nrodnch barvch. +41362 Sada pro MS - GRE (M) Fotbalov sada pro mistrovstv svta v eckch nrodnch barvch. +41363 Sada pro MS - GRE () Fotbalov sada pro mistrovstv svta v eckch nrodnch barvch. +41364 Sada pro MS - HON (M) Fotbalov sada pro mistrovstv svta v honduraskch nrodnch barvch. +41365 Sada pro MS - HON () Fotbalov sada pro mistrovstv svta v honduraskch nrodnch barvch. +41366 Sada pro MS - IRN (M) Fotbalov sada pro mistrovstv svta v rnskch nrodnch barvch. +41367 Sada pro MS - IRN () Fotbalov sada pro mistrovstv svta v rnskch nrodnch barvch. +41368 Sada pro MS - ITA (M) Fotbalov sada pro mistrovstv svta v italskch nrodnch barvch. +41369 Sada pro MS - ITA () Fotbalov sada pro mistrovstv svta v italskch nrodnch barvch. +41370 Sada pro MS - JPN (M) Fotbalov sada pro mistrovstv svta v japonskch nrodnch barvch. +41371 Sada pro MS - JPN () Fotbalov sada pro mistrovstv svta v japonskch nrodnch barvch. +41372 Sada pro MS - KOR (M) Fotbalov sada pro mistrovstv svta v korejskch nrodnch barvch. +41373 Sada pro MS - KOR () Fotbalov sada pro mistrovstv svta v korejskch nrodnch barvch. +41374 Sada pro MS - MEX (M) Fotbalov sada pro mistrovstv svta v mexickch nrodnch barvch. +41375 Sada pro MS - MEX () Fotbalov sada pro mistrovstv svta v mexickch nrodnch barvch. +41376 Sada pro MS - NED (M) Fotbalov sada pro mistrovstv svta v nizozemskch nrodnch barvch. +41377 Sada pro MS - NED () Fotbalov sada pro mistrovstv svta v nizozemskch nrodnch barvch. +41378 Sada pro MS - NGA (M) Fotbalov sada pro mistrovstv svta v nigerijskch nrodnch barvch. +41379 Sada pro MS - NGA () Fotbalov sada pro mistrovstv svta v nigerijskch nrodnch barvch. +41380 Sada pro MS - POR (M) Fotbalov sada pro mistrovstv svta v portugalskch nrodnch barvch. +41381 Sada pro MS - POR () Fotbalov sada pro mistrovstv svta v portugalskch nrodnch barvch. +41382 Sada pro MS - RUS (M) Fotbalov sada pro mistrovstv svta v ruskch nrodnch barvch. +41383 Sada pro MS - RUS () Fotbalov sada pro mistrovstv svta v ruskch nrodnch barvch. +41384 Sada pro MS - ESP (M) Fotbalov sada pro mistrovstv svta ve panlskch nrodnch barvch. +41385 Sada pro MS - ESP () Fotbalov sada pro mistrovstv svta ve panlskch nrodnch barvch. +41386 Sada pro MS - SUI (M) Fotbalov sada pro mistrovstv svta ve vcarskch nrodnch barvch. +41387 Sada pro MS - SUI () Fotbalov sada pro mistrovstv svta ve vcarskch nrodnch barvch. +41388 Sada pro MS - URU (M) Fotbalov sada pro mistrovstv svta v uruguayskch nrodnch barvch. +41389 Sada pro MS - URU () Fotbalov sada pro mistrovstv svta v uruguayskch nrodnch barvch. +41390 Sada pro MS - USA (M) Fotbalov sada pro mistrovstv svta v americkch nrodnch barvch. +41391 Sada pro MS - USA () Fotbalov sada pro mistrovstv svta v americkch nrodnch barvch. +41392 Sada pro MS+ - ALG (M) Fotbalov sada pro mistrovstv svta v alrskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41393 Sada pro MS+ - ALG () Fotbalov sada pro mistrovstv svta v alrskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41394 Sada pro MS+ - ARG (M) Fotbalov sada pro mistrovstv svta v argentinskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41395 Sada pro MS+ - ARG () Fotbalov sada pro mistrovstv svta v argentinskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41396 Sada pro MS+ - AUS (M) Fotbalov sada pro mistrovstv svta v australskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41397 Sada pro MS+ - AUS () Fotbalov sada pro mistrovstv svta v australskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41398 Sada pro MS+ - BEL (M) Fotbalov sada pro mistrovstv svta v belgickch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41399 Sada pro MS+ - BEL () Fotbalov sada pro mistrovstv svta v belgickch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41400 Sada pro MS+ - BIH (M) Fotbalov sada pro mistrovstv svta v bosensko-hercegovinskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41401 Sada pro MS+ - BIH () Fotbalov sada pro mistrovstv svta v bosensko-hercegovinskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41402 Sada pro MS+ - BRA (M) Fotbalov sada pro mistrovstv svta v brazilskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41403 Sada pro MS+ - BRA () Fotbalov sada pro mistrovstv svta v brazilskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41404 Sada pro MS+ - CMR (M) Fotbalov sada pro mistrovstv svta v kamerunskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41405 Sada pro MS+ - CMR () Fotbalov sada pro mistrovstv svta v kamerunskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41406 Sada pro MS+ - CHI (M) Fotbalov sada pro mistrovstv svta v ilskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41407 Sada pro MS+ - CHI () Fotbalov sada pro mistrovstv svta v ilskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41408 Sada pro MS+ - COL (M) Fotbalov sada pro mistrovstv svta v kolumbijskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41409 Sada pro MS+ - COL () Fotbalov sada pro mistrovstv svta v kolumbijskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41410 Sada pro MS+ - CRC (M) Fotbalov sada pro mistrovstv svta v kostarickch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41411 Sada pro MS+ - CRC () Fotbalov sada pro mistrovstv svta v kostarickch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41412 Sada pro MS+ - CIV (M) Fotbalov sada pro mistrovstv svta v nrodnch barvch Pobe slonoviny. Poskytuje alespo jeden nhodn bonus. +41413 Sada pro MS+ - CIV () Fotbalov sada pro mistrovstv svta v nrodnch barvch Pobe slonoviny. Poskytuje alespo jeden nhodn bonus. +41414 Sada pro MS+ - CRO (M) Fotbalov sada pro mistrovstv svta v chorvatskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41415 Sada pro MS+ - CRO () Fotbalov sada pro mistrovstv svta v chorvatskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41416 Sada pro MS+ - ECU (M) Fotbalov sada pro mistrovstv svta v ekvdorskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41417 Sada pro MS+ - ECU () Fotbalov sada pro mistrovstv svta v ekvdorskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41418 Sada pro MS+ - ENG (M) Fotbalov sada pro mistrovstv svta v anglickch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41419 Sada pro MS+ - ENG () Fotbalov sada pro mistrovstv svta v anglickch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41420 Sada pro MS+ - FRA (M) Fotbalov sada pro mistrovstv svta ve francouzskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41421 Sada pro MS+ - FRA () Fotbalov sada pro mistrovstv svta ve francouzskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41422 Sada pro MS+ - GER (M) Fotbalov sada pro mistrovstv svta v nmeckch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41423 Sada pro MS+ - GER () Fotbalov sada pro mistrovstv svta v nmeckch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41424 Sada pro MS+ - GHA (M) Fotbalov sada pro mistrovstv svta v ghanskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41425 Sada pro MS+ - GHA () Fotbalov sada pro mistrovstv svta v ghanskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41426 Sada pro MS+ - GRE (M) Fotbalov sada pro mistrovstv svta v eckch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41427 Sada pro MS+ - GRE () Fotbalov sada pro mistrovstv svta v eckch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41428 Sada pro MS+ - HON (M) Fotbalov sada pro mistrovstv svta v honduraskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41429 Sada pro MS+ - HON () Fotbalov sada pro mistrovstv svta v honduraskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41430 Sada pro MS+ - IRN (M) Fotbalov sada pro mistrovstv svta v rnskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41431 Sada pro MS+ - IRN () Fotbalov sada pro mistrovstv svta v rnskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41432 Sada pro MS+ - ITA (M) Fotbalov sada pro mistrovstv svta v italskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41433 Sada pro MS+ - ITA () Fotbalov sada pro mistrovstv svta v italskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41434 Sada pro MS+ - JPN (M) Fotbalov sada pro mistrovstv svta v japonskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41435 Sada pro MS+ - JPN () Fotbalov sada pro mistrovstv svta v japonskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41436 Sada pro MS+ - KOR (M) Fotbalov sada pro mistrovstv svta v korejskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41437 Sada pro MS+ - KOR () Fotbalov sada pro mistrovstv svta v korejskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41438 Sada pro MS+ - MEX (M) Fotbalov sada pro mistrovstv svta v mexickch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41439 Sada pro MS+ - MEX () Fotbalov sada pro mistrovstv svta v mexickch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41440 Sada pro MS+ - NED (M) Fotbalov sada pro mistrovstv svta v nizozemskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41441 Sada pro MS+ - NED () Fotbalov sada pro mistrovstv svta v nizozemskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41442 Sada pro MS+ - NGA (M) Fotbalov sada pro mistrovstv svta v nigerijskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41443 Sada pro MS+ - NGA () Fotbalov sada pro mistrovstv svta v nigerijskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41444 Sada pro MS+ - POR (M) Fotbalov sada pro mistrovstv svta v portugalskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41445 Sada pro MS+ - POR () Fotbalov sada pro mistrovstv svta v portugalskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41446 Sada pro MS+ - RUS (M) Fotbalov sada pro mistrovstv svta v ruskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41447 Sada pro MS+ - RUS () Fotbalov sada pro mistrovstv svta v ruskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41448 Sada pro MS+ - ESP (M) Fotbalov sada pro mistrovstv svta ve panlskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41449 Sada pro MS+ - ESP () Fotbalov sada pro mistrovstv svta ve panlskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41450 Sada pro MS+ - SUI (M) Fotbalov sada pro mistrovstv svta ve vcarskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41451 Sada pro MS+ - SUI () Fotbalov sada pro mistrovstv svta ve vcarskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41452 Sada pro MS+ - URU (M) Fotbalov sada pro mistrovstv svta v uruguayskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41453 Sada pro MS+ - URU () Fotbalov sada pro mistrovstv svta v uruguayskch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41454 Sada pro MS+ - USA (M) Fotbalov sada pro mistrovstv svta v americkch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41455 Sada pro MS+ - USA () Fotbalov sada pro mistrovstv svta v americkch nrodnch barvch. Poskytuje alespo jeden nhodn bonus. +41472 Zombie oblek Krv potsnn obleen, hnijc maso, vylezl kosti - perfektn obleen pro kadou zombie. +41473 Zombie aty Krv potsnn obleen, hnijc maso, vylezl kosti - perfektn obleen pro kadou zombie. +41474 Zombie oblek+ Krv potsnn obleen, hnijc maso, vylezl kosti - perfektn obleen pro kadou zombie. Poskytuje alespo jeden nhodn bonus. +41475 Zombie aty+ Krv potsnn obleen, hnijc maso, vylezl kosti - perfektn obleen pro kadou zombie. Poskytuje alespo jeden nhodn bonus. +41476 Oblek arodje Tajemn ern oblek vhodn pro arodje. +41477 aty arodjnice Tajemn ern aty perfektn pro kostm mal arodjnice. +41478 Oblek arodje+ Tajemn ern oblek vhodn pro arodje. Poskytuje alespo jeden nhodn bonus. +41479 aty arodjnice+ Tajemn ern aty perfektn pro kostm mal arodjnice. Poskytuj alespo jeden nhodn bonus. +41480 Ledov kostm Santy Snhulkv kostm s ervenm sametovm oblekem Santy. S pedmtem nelze obchodovat. +41481 Kostm snhulka Snhulkv kostm vyroben z blho sametu. S pedmtem nelze obchodovat. +41482 Vnon aty (bl) Bl mini aty s ponokami a doplky. S pedmtem nelze obchodovat. +41483 Vnon aty (erven) erven mini aty s ponokami a doplky. S pedmtem nelze obchodovat. +41484 Ledov kostm Santy+ Snhulkv kostm s ervenm sametovm oblekem Santy. Poskytuje alespo jeden nhodn bonus. S pedmtem nelze obchodovat. +41485 Kostm snhulka+ Snhulkv kostm vyroben z blho sametu. Poskytuje alespo jeden nhodn bonus. S pedmtem nelze obchodovat. +41486 Vnon aty+ (bl) Bl mini aty s ponokami a doplky. Poskytuj alespo jeden nhodn bonus. S pedmtem nelze obchodovat. +41487 Vnon aty+ (erven) erven mini aty s ponokami a doplky. Poskytuj alespo jeden nhodn bonus. S pedmtem nelze obchodovat. +41496 Princ pout (hnd) Oblek vlenka, vyroben z hnd ltky, uren pro vdce. +41497 Princ pout (bl) Oblek vlenka, vyroben z bl ltky, uren pro vdce. +41498 Princezna pout (hnd) Oblek vlenice, vyroben z hnd ltky, uren pro vdkyni. +41499 Princezna pout (bl) Oblek vlenice, vyroben z bl ltky, uren pro vdkyni. +41500 Princ pout+ (hnd) Oblek vlenka, vyroben z hnd ltky, uren pro vdce. Poskytuje alespo jeden nhodn bonus. +41501 Princ pout+ (bl) Oblek vlenka, vyroben z bl ltky, uren pro vdce. Poskytuje alespo jeden nhodn bonus. +41502 Princezna pout+(hnd) Oblek vlenice, vyroben z hnd ltky, uren pro vdkyni. Poskytuje alespo jeden nhodn bonus. +41503 Princezna pout+ (bl) Oblek vlenice, vyroben z bl ltky, uren pro vdkyni. Poskytuje alespo jeden nhodn bonus. +41504 Kostm zajka (ed) Mkk a huat ed kostm velikononho zajka. S pedmtem nelze obchodovat. +41505 Kostm zajka (hnd) Mkk a huat hnd kostm velikononho zajka. S pedmtem nelze obchodovat. +41506 Velikon. aty (pestr) Pestr velikonon aty s propracovanmi dekoracemi. S pedmtem nelze obchodovat. +41507 Velikon. aty (sv.modr) Svtle modr velikonon aty s propracovanmi dekoracemi. S pedmtem nelze obchodovat. +41508 Kostm zajka+ (ed) Mkk a huat ed kostm velikononho zajka. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41509 Kostm zajka+ (hnd) Mkk a huat hnd kostm velikononho zajka. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41510 Velikon. aty+ (pestr) Pestr velikonon aty s propracovanmi dekoracemi. Poskytuj alespo jeden nhodn bonus. S pedmtem lze obchodovat. +41511 Velikon. aty+(sv.modr) Svtle modr velikonon aty s propracovanmi dekoracemi. Poskytuj alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45001 Zaje ui (hnd) Hnd zaje ui, uren pro eny. +45002 Krli ui (hnd) Hnd klobouk s krlima uima pro mue. +45003 Pokrvka hlavy (M) Pokrvka hlavy pro mue, vyroben z nejlepch materil. +45004 Pokrvka hlavy () Pokrvka hlavy pro eny, vyroben z nejlepch materil. +45005 LotoShosi (M) Dlouh vlasy nahoe, krtk po stranch - extravagantn es pro mue. +45006 ermsk es () Sportovn es pro ermky. +45007 Mohikn (M) es v Irokzskm stylu. ro uprosted, zbytek hlavy vyholen. +45008 GER Fotbalov es () Sportovn es pro fotbalistky v nmeckch nrodnch barvch. +45009 Dredy (M) Dlouh vlasy, spleten do dred a staen do copu. +45010 GER Boxersk es () Sportovn es pro boxerky v nmeckch nrodnch barvch. +45011 Pokrvka hlavy (M) Pokrvka hlavy pro mue, vyroben z nejlepch materil. S pedmtem lze obchodovat. +45012 Pokrvka hlavy () Pokrvka hlavy pro eny, vyroben z nejlepch materil. S pedmtem lze obchodovat. +45013 LotoShosi (M) Dlouh vlasy nahoe, krtk po stranch - extravagantn es pro mue. S pedmtem lze obchodovat. +45014 ermsk es () Sportovn es pro ermky. S pedmtem lze obchodovat. +45015 Mohikn (M) es v Irokzskm stylu. ro uprosted, zbytek hlavy vyholen. S pedmtem lze obchodovat. +45016 GER Fotbalov es () Sportovn es pro fotbalistky v nmeckch nrodnch barvch. S pedmtem lze obchodovat. +45017 Dredy (M) Dlouh vlasy, spleten do dred a staen do copu. S pedmtem lze obchodovat. +45018 GER Boxersk es () Sportovn es pro boxerky v nmeckch nrodnch barvch. S pedmtem lze obchodovat. +45019 TUR Boxersk es () Sportovn es pro boxerky v tureckch nrodnch barvch. +45020 BRA Boxersk es () Sportovn es pro boxerky v brazilskch nrodnch barvch. +45021 Olymp. boxersk es () Vcebarevn sportovn es pro boxerky. +45022 FRA Boxersk es () Sportovn es pro boxerky ve francouzskch nrodnch barvch. +45023 ITA Boxersk es () Sportovn es pro boxerky v italskch nrodnch barvch. +45024 POL Boxersk es () Sportovn es pro boxerky v polskch nrodnch barvch. +45025 ROU Boxersk es () Sportovn es pro boxerky v rumunskch nrodnch barvch. +45026 ESP Boxersk es () Sportovn es pro boxerky ve panlskch nrodnch barvch. +45027 TUR Fotbalov es () Sportovn es pro fotbalistky v tureckch nrodnch barvch. +45028 BRA Fotbalov es () Sportovn es pro fotbalistky v brazilskch nrodnch barvch. +45029 Olym. fotbalov es () Vcebarevn sportovn es pro fotbalistky. +45030 FRA Fotbalov es () Sportovn es pro fotbalistky ve francouzskch nrodnch barvch. +45031 ITA Fotbalov es () Sportovn es pro fotbalistky v italskch nrodnch barvch. +45032 POL Fotbalov es () Sportovn es pro fotbalistky v polskch nrodnch barvch. +45033 ROU Fotbalov es () Sportovn es pro fotbalistky v rumunskch nrodnch barvch. +45034 ESP Fotbalov es () Sportovn es pro fotbalistky ve panlskch nrodnch barvch. +45035 TUR Boxersk es () Sportovn es pro boxerky v tureckch nrodnch barvch. +45036 BRA Boxersk es () Sportovn es pro boxerky v brazilskch nrodnch barvch. +45037 Olym. boxersk es () Vcebarevn sportovn es pro boxerky. +45038 FRA Boxersk es () Sportovn es pro boxerky ve francouzskch nrodnch barvch. +45039 ITA Boxersk es () Sportovn es pro boxerky v italskch nrodnch barvch. +45040 POL Boxersk es () Sportovn es pro boxerky v polskch nrodnch barvch. +45041 ROU Boxersk es () Sportovn es pro boxerky v rumunskch nrodnch barvch. +45042 ESP Boxersk es () Sportovn es pro boxerky ve panlskch nrodnch barvch. +45043 TUR Fotbalov es () Sportovn es pro fotbalistky v tureckch nrodnch barvch. +45044 BRA Fotbalov es () Sportovn es pro fotbalistky v brazilskch nrodnch barvch. +45045 Olym. fotbalov es () Vcebarevn sportovn es pro fotbalistky. +45046 FRA Fotbalov es () Sportovn es pro fotbalistky ve francouzskch nrodnch barvch. +45047 ITA Fotbalov es () Sportovn es pro fotbalistky v italskch nrodnch barvch. +45048 POL Fotbalov es () Sportovn es pro fotbalistky v polskch nrodnch barvch. +45049 ROU Fotbalov es () Sportovn es pro fotbalistky v rumunskch nrodnch barvch. +45050 ESP Fotbalov es () Sportovn es pro fotbalistky ve panlskch nrodnch barvch. +45053 Muketrsk es Pevn drc blond es pro perfektn vzhled muketra. +45054 epika sluebn Blonat drdol pikryt epikou sluebn. +45055 Mini Mohawk Krtk sestih v irokzkm stylu. +45056 Uzel pro salsu Elegantn sestih s ervenou kvtinou. +45057 Bogartv klobouk Klasick klobouk ve stylu Humphreyho Bogarta. +45058 Kvtinov es Copnky se zapletenmi barevnmi kvty. +45061 Maska dn Halloweensk dn. Rozmrn, dobe vtran a opravdu dsiv. +45062 Maska dn Halloweensk dn. Rozmrn, dobe vtran a opravdu dsiv. +45065 Muketrsk es + Pevn drc blond es pro perfektn vzhled muketra. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45066 epika sluebn + Blonat drdol pikryt epikou sluebn. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45067 Mini Mohawk + Krtk sestih v irokzkm stylu. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45068 Uzel pro salsu + Elegantn sestih s ervenou kvtinou. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45069 Bogartv klobouk + Klasick klobouk ve stylu Humphreyho Bogarta. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45070 Kvtinov es + Copnky se zapletenmi barevnmi kvty. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45073 Maska dn (bonus) Halloweensk dn. Rozmrn, dobe vtran a opravdu dsiv. Poskytuje nhodn bonus. +45074 Maska dn (bonus) Halloweensk dn. Rozmrn, dobe vtran a opravdu dsiv. Poskytuje nhodn bonus. +45075 Vnon klobouk (erv.) erven sametov klobouk s parom a blm stapcem. +45076 Vnon klobouk (zelen) Zelen sametov klobouk s parom a blm stapcem. +45077 Vnon klobouk (ern) ern sametov klobouk s parom a blm stapcem. +45078 Elf apka Snhov bl pokrvka hlavy s krsnmi kdly. +45079 Hlava soba (M) Maska sob hlavy s ervenm nosem a parom - ureno pro mue. +45080 Hlava soba () Maska sob hlavy s ervenm nosem a parom - ureno pro eny. +45081 Vnon klobouk+ (erv.) erven sametov klobouk s parom a blm stapcem. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45082 Vnon klobouk+ (zel.) Zelen sametov klobouk s parom a blm stapcem. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45083 Vnon klobouk+ (ern) ern sametov klobouk s parom a blm stapcem. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45084 Elf apka+ Snhov bl pokrvka hlavy s krsnmi kdly. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45085 Hlava soba+ (M) Maska sob hlavy s ervenm nosem a parom - ureno pro mue. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45086 Hlava soba+ () Maska sob hlavy s ervenm nosem a parom - ureno pro eny. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45087 tek (bl) Bl trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro mue. +45088 tek (bl) Bl trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro eny. +45089 tek (ern) ern trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro mue. +45090 tek (ern) ern trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro eny. +45091 tek (lut) lut trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro mue. +45092 tek (lut) lut trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro eny. +45093 tek (oranov) Oranov trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro mue. +45094 tek (oranov) Oranov trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro eny. +45095 tek (modr) Modr trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro mue. +45096 tek (modr) Modr trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro eny. +45097 tek+ (bl) Bl trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro mue. +45098 tek+ (bl) Bl trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro eny. Poskytuje alespo jeden nhodn bonus. +45099 tek+ (ern) Hnd trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro mue. Poskytuje alespo jeden nhodn bonus. +45100 tek+ (ern) ern trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro eny. Poskytuje alespo jeden nhodn bonus. +45101 tek+ (lut) lut trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro mue. Poskytuje alespo jeden nhodn bonus. +45102 tek+ (lut) lut trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro eny. Poskytuje alespo jeden nhodn bonus. +45103 tek+ (oranov) Oranov trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro mue. Poskytuje alespo jeden nhodn bonus. +45104 tek+ (oranov) Oranov trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro eny. Poskytuje alespo jeden nhodn bonus. +45105 tek+ (modr) Modr trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro mue. Poskytuje alespo jeden nhodn bonus. +45106 tek+ (modr) Modr trojstrann kus ltky, kter se uvazuje kolem hlavy. Populrn obzvlt mezi sportovnmi fanouky. Ureno pro eny. Poskytuje alespo jeden nhodn bonus. +45119 Krli ui (ern) ern klobouk s krlima uima pro mue. +45120 Krli ui (modr) Modr klobouk s krlima uima pro mue. +45121 Krli ui (zelen) Zelen klobouk s krlima uima pro mue. +45122 Krli ui (rov) Rov klobouk s krlima uima pro mue. +45123 Zaje ui (ern) ern zaje ui pro eny. +45124 Zaje ui (modr) Modr zaje ui pro eny. +45125 Zaje ui (zelen) Zelen zaje ui pro eny. +45126 Zaje ui (rov) Rov zaje ui pro eny. +45127 Krli ui+ (ern) ern klobouk s krlima uima pro mue. Poskytuje alespo jeden nhodn bonus. +45128 Krli ui+ (modr) Modr klobouk s krlima uima pro mue. Poskytuje alespo jeden nhodn bonus. +45129 Krli ui+ (zelen) Zelen klobouk s krlima uima pro mue. Poskytuje alespo jeden nhodn bonus. +45130 Krli ui+ (rov) Rov klobouk s krlima uima pro mue. Poskytuje alespo jeden nhodn bonus. +45131 Zaje ui+ (ern) ern zaje ui pro eny. Poskytuj alespo jeden nhodn bonus. +45132 Zaje ui+ (modr) Modr zaje ui pro eny. Poskytuj alespo jeden nhodn bonus. +45133 Zaje ui+ (zelen) Zelen zaje ui pro eny. Poskytuj alespo jeden nhodn bonus. +45134 Zaje ui+ (rov) Rov zaje ui pro eny. Poskytuj alespo jeden nhodn bonus. +45135 es kobry (m) Pokrvka hlavy, kter dopluje oblek kobry. +45136 es kobry () Pokrvka hlavy, kter dopluje oblek kobry. +45137 es kobry+ (m) Pokrvka hlavy, kter dopluje oblek kobry. Poskytuje alespo jeden nhodn bonus. +45138 es kobry+ () Pokrvka hlavy, kter dopluje oblek kobry. Poskytuje alespo jeden nhodn bonus. +45139 Maska Tengu Umlecky vyroben maska japonskho bostva +45140 Bentsk maska Honosn maska bentskho karnevalu +45141 Maska Kifwebe Um vyroben devn maska s ernou pltnou kapuc +45142 Maysk maska Hroziv maska mayskho vlenka +45143 Maska Tengu+ Umlecky vyroben maska japonskho bostva. Poskytuje alespo dva nhodn bonusy. +45144 Bentsk maska+ Honosn maska bentskho karnevalu. Poskytuje alespo dva nhodn bonusy. +45145 Maska Kifwebe+ Um vyroben devn maska s ernou pltnou kapuc. Poskytuje alespo dva nhodn bonusy. +45146 Maysk maska+ Hroziv maska mayskho vlenka. Poskytuje alespo dva nhodn bonusy. +45147 ern turban (M) Pokrvka hlavy pro mue, vyroben z ernho materilu. +45148 ern turban () Pokrvka hlavy pro eny, vyroben z ernho materilu. +45149 ern turban+ (M) Pokrvka hlavy pro mue, vyroben z ernho materilu. Poskytuje alespo jeden nhodn bonus. +45150 ern turban+ () Pokrvka hlavy pro eny, vyroben z ernho materilu. Poskytuje alespo jeden nhodn bonus. +45151 Azraelova helma (m) Pokrvka hlavy, zobrazujc grimasu vdce dmon. +45152 Azraelova helma () Pokrvka hlavy, zobrazujc grimasu vdce dmon. +45153 Azraelova helma+ (m) Pokrvka hlavy, zobrazujc grimasu vdce dmon. Poskytuje alespo jeden nhodn bonus. +45154 Azraelova helma+ () Pokrvka hlavy, zobrazujc grimasu vdce dmon. Poskytuje alespo jeden nhodn bonus. +45156 Hlava Dn Jacka (m) Super straideln Halloweensk maska +45157 Hlava Dn Jacka () Super straideln Halloweensk maska +45158 Hlava Dn Jacka+ (m) Super straideln Halloweensk maska. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45159 Hlava Dn Jacka+ () Super straideln Halloweensk maska. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45160 +45161 +45162 +45163 +45164 Klobouk snnho krlka Pokrvka hlavy imitujc snnho krlka +45165 Klobouk lednho medvda Pokrvka hlavy imitujc lednho medvda. +45166 Klobouk sn. leoparda Pokrvka hlavy imitujc snnho leoparda. +45167 Klobouk sn. krlka+ Pokrvka hlavy imitujc snnho krlka. Poskytuje alespo jeden nhodn bonus. +45168 Klobouk lednho medvda+ Pokrvka hlavy imitujc lednho medvda. Poskytuje alespo jeden nhodn bonus. +45169 Klobouk sn. leoparda+ Pokrvka hlavy imitujc snnho leoparda. Poskytuje alespo jeden nhodn bonus. +45170 Maska Zombie dn Halloweensk kostm ve form monstrzn dov masky. +45171 Klobouk arodjnice Puntkovan klobouk s irokou stechou noen arodjnicemi a arodji. +45172 Maska Zombie dn+ Halloweensk kostm ve form monstrzn dov masky. Poskytuje alespo jeden nhodn bonus. +45173 Klobouk arodjnice+ Puntkovan klobouk s irokou stechou noen arodjnicemi a arodji. Poskytuje alespo jeden nhodn bonus. +45174 Maska snhulka Maska snhulka s elegantnm satnovm kloboukem. S pedmtem nelze obchodovat. +45175 Ledov maska Santy Maska snhulka s ervenou sametovou vnon apkou lemovanou koeinou. S pedmtem nelze obchodovat. +45176 Kulich (bl) Bl vnon apka z blho sametu, lemovan blou koeinou a s ervenou bambul. S pedmtem nelze obchodovat. +45177 Kulich (erven) Vnon apka vyroben z ervenho sametu, lemovan koeinou a s blou bambul. S pedmtem nelze obchodovat. +45178 Maska snhulka+ Maska snhulka s elegantnm satnovm kloboukem. Poskytuje alespo jeden nhodn bonus. S pedmtem nelze obchodovat. +45179 Ledov maska Santy+ Maska snhulka s ervenou sametovou vnon apkou lemovanou koeinou. Poskytuje alespo jeden nhodn bonus. S pedmtem nelze obchodovat. +45180 Kulich+ (bl) Bl vnon apka z blho sametu, lemovan blou koeinou a s ervenou bambul. Poskytuje alespo jeden nhodn bonus. S pedmtem nelze obchodovat. +45181 Kulich+ (erven) Vnon apka vyroben z ervenho sametu, lemovan koeinou a s blou bambul. Poskytuje alespo jeden nhodn bonus. S pedmtem nelze obchodovat. +45190 Zaje ui (ed) ed pokrvka hlavy z jemn ke se zajemi uiskami. S pedmtem nelze obchodovat. +45191 Zaje ui (hnd) Hnd pokrvka hlavy z jemn ke se zajemi uiskami. S pedmtem nelze obchodovat. +45192 Velik. elenka (pestr) Krsn duhov elenka pro pardiv sebevdom vlenice. S pedmtem nelze obchodovat. +45193 Velik. elenka (sv.mod.) Svtle modr elenka pro pardiv sebevdom vlenice. S pedmtem nelze obchodovat. +45194 Zaje ui+ (ed) ed pokrvka hlavy z jemn ke se zajemi uiskami. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45195 Zaje ui+ (hnd) Hnd pokrvka hlavy z jemn ke se zajemi uiskami. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45196 Velik. elenka+ (pestr) Krsn duhov elenka pro pardiv sebevdom vlenice. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45197 Velik. elenka+(sv.mod.) Svtle modr elenka pro pardiv sebevdom vlenice. Poskytuje alespo jeden nhodn bonus. S pedmtem lze obchodovat. +45198 Hnd turban Skvle padnouc hnd turban, vyroben z odolnho materilu speciln pro vlenky. +45199 Bl turban Skvle padnouc bl turban, vyroben z odolnho materilu speciln pro vlenky. +45200 Hnd tek Hnd tek vyroben z lehkho materilu - perfektn pro vlenice. +45201 Bl tek Bl tek vyroben z lehkho materilu - perfektn pro vlenice. +45202 Hnd turban+ Skvle padnouc hnd turban, vyroben z odolnho materilu speciln pro vlenky. Poskytuje alespo jeden nhodn bonus. +45203 Bl turban+ Skvle padnouc bl turban, vyroben z odolnho materilu speciln pro vlenky. Poskytuje alespo jeden nhodn bonus. +45204 Hnd tek+ Hnd tek vyroben z lehkho materilu - perfektn pro vlenice. Poskytuje alespo jeden nhodn bonus. +45205 Bl tek+ Bl tek vyroben z lehkho materilu - perfektn pro vlenice. Poskytuje alespo jeden nhodn bonus. +50001 Kniha tst Kniha se astnmi slicemi. Loterii provd vlda. +50002 Zlat prsten Obyejn zlat prsten. V obchod se d prodat za vysokou cenu. +50003 Reset Umouje zamnit schopnosti oproti jinm schopnostem. +50004 Detektor kol Tento pedmt ti uke, kde najde dal lohu. +50005 Jezdeck propustka Za tento dobropis dostane ve stji medaili kon. +50006 Zlat pokladnice Pozlacen truhla. D se otevt zlatm klem. +50007 Stbrn pokladnice Postben truhla. D se otevt stbrnm klem. +50008 Zlat kl Zlat kl odemkne zlatou pokladnici a zlatou pokladnici+ +50009 Stbrn kl Stbrn kl odemkne stbrnou pokladnici a stbrnou pokladnici+ +50010 Ponoka Nkdo strk na vnoce drky do tto ponoky. +50011 Msn pokladnice chvatn a svdn dekoran pedmt. Kdy na tuto truhlu padne msn svtlo, tak se dj nadpirozen vci. +50012 Zlat pokladnice+ Pozlacen truhla. D se otevt zlatm klem. +50013 Stbrn pokladnice+ Postben truhla. D se otevt stbrnm klem. +50016 Fazolov pasta Psada do tradinch fazolovch buchet. +50017 Cukrov pasta Psada do tradinch cukrovch buchet. +50018 Ovocn pasta Psada do tradinch ovocnch buchet. +50019 Sladk re Psada do tradinch rovch buchet. +50020 Fazolov buchty Tradin buchty, kter obnov vechny ZB. +50021 Cukrov buchty Tradin buchty, kter obnov vechny MB. +50022 Ovocn buchty Tradin buchty, kter obnov vytrvalost. +50023 Vek s penzi Obsahuje mal pspvek. +50024 Re Romantick kvtina, kterou se projevuje nklonnost. Mohou ji pouvat jen ensk postavy. +50025 okolda Vrobek z kakaa, mlka a msla. okolda je nznak nklonnosti. Mohou ji pouvat jen musk postavy. +50027 Loterijn los Je bohuel na nic. Neuiten pedmt. +50031 Re Romantick kvtina, pouv se jako znamen nklonnosti. Mohou ji pouvat jen musk postavy. +50032 Bonbon Sladk bonbon. Mohou ho pouvat jen ensk postavy. +50033 Tajemn truhla Truhla s vyrytmi zvltnmi psmeny. Pi oteven nco vysko. +50034 Zhadn truhla Obsahuje tato truhla hdanku? +50035 Drek (lut) Drek zabalen v jemnm papru. +50036 Drek (fialov) Drek zabalen v jemnm papru. +50037 estihl pokladnice Je vyroben ze specilnho papru. V balku je peliv vybran drek. +50050 Kosk medaile Tuto medaili potebuje pacholek k zapsn vsledku kvalifikanho testu. +50051 Obrzek kon S tmto pedmtem zavol svho kon. Ale jenom tehdy, pokud jsi pedtm spn proel kvalifikan kontrolou u pacholka. +50052 Zbrojn kniha kon S touto licenc zavol svho kon. Ale jen s pedtm spn vykonanou kvalifikan kontrolou pro pokroilho kon u pacholka. +50053 Vojensk kniha kon S touto licenc zavol svho kon. Ale jen s pedtm spn vykonanou kvalifikan kontrolou pro profesionlnho kon u pacholka. +50054 Seno Seno na krmen kon pro zatenky. +50055 Mrkev Oblben krmivo pro kon pro pokroil. +50056 erven enen enen, zpracovan horkou parou. Krmivo pro kon pro profky. +50057 Bylina lehkch opic Legendrn bylina, kterou chrn opice v lehk opi jeskyni. Oiv zatenho kon. +50058 Bylina stednch opic Legendrn bylina, kterou chrn opice ve stedn opi jeskyni. Oiv pokroilho kon. +50059 Bylina tkch opic Legendrn bylina, kterou chrn opice v tk opi jeskyni. S jej pomoc me oivit vojenskho kon. +50060 Kniha jezdeckho umn spn peten tto knihy ti umon zvit stupe jezdeckch schopnost. Po peten kniha zmiz. +50067 Svitek vvoje Mocn starovk svitek, vyroben z pergamenu. Umouje pemnu mldte na divok zve. +50068 Svitek pemny Mocn starovk svitek, vyroben z pergamenu. Umouje pemnu divokho zvete na zve odvn. +50070 Truhla nelnka Ork Truhla nelnka Ork. Obsahuje nco vzcnho. +50071 Truhla temnho nelnka Truhla temnho nelnka. Obsahuje nco vzcnho. +50072 Truhla vdce duch Truhla znovuzrozenho, ezoterickho nelnka. Obsahuje nco vzcnho. +50073 Truhla krlovny pavouk Truhla krlovny pavouk. Obsahuje nco vzcnho. +50074 Truhla obrovsk. pavouka Truhla obrovskho pavouka. Obsahuje nco vzcnho. +50075 Truhla nosie trapy Truhla nosie trapy. Obsahuje nco vzcnho. +50076 Truhla poutn elvy Truhla poutn elvy. Obsahuje nco vzcnho. +50077 Truhla devtiocasu Truhla devtiocasu. Obsahuje nco vzcnho. +50078 Truhla lutho tygra Truhla lutho ducha tygra. Obsahuje nco vzcnho. +50079 Truhla krle plamen Truhla krle plamen. Vychz z n magick sla. +50080 Truhla ervenho draka Truhla ervenho draka. Obsahuje nco vzcnho. +50081 Truhla krle dmon Truhla krle dmon. Obsahuje nco vzcnho. +50082 Truhla zubat s kosou Truhla smrtky. Obsahuje nco vzcnho. +50083 Jezdeck lstek Kdy uke tento lstek pacholkovi, me jezdit njakou dobu na ponku. +50084 Klov kmen Tento kmen psob proti magii a je obklopen tajemnou z.. +50091 Sushi ze zlatch rybek Pipraven ze zlatch rybek. Neobyejn, jedinen jdlo. +50092 Sushi z kapra Pipraven z kapra. Neobyejn, jedinen jdlo. +50093 Sushi z lososa Speciln pokrm, pipraven z lososa a re. Zv Vai tonou slu o 10 bod na 30 sekund. +50094 Sushi ze sumce Pipraven ze sumce a re. Zv obrannou slu o 10 bod na 30 sekund. +50096 Fotbalov m Napal to jako Baljit-Elvedin! +50100 Ohostroj Po dobu festivalu osvt nebe fialov. +50101 Ohostroj Po dobu festivalu osvt nebe lut. +50102 Ohostroj Po dobu festivalu osvt nebe mode. +50103 Ohostroj Po dobu festivalu osvt nebe erven. +50104 Ohostroj Po dobu festivalu osvt nebe zelen. +50105 Ohostroj Po dobu festivalu osvt nebe ble. +50106 Vnon ohostroj Vnon ohostroj. Vt ne normln ohostroj. +50108 Odstediv ohostroj Ohostroj ve tvaru ki, ze kterho stkaj jiskry. +50118 +50119 +50120 elezn rakev Tato pevn bedna je z Jeskyn vyhnanstv. +50121 elezn schrnka Tato pevn bedna je z Jeskyn vyhnanstv. +50122 elezn truhla Tato pevn bedna je z Jeskyn vyhnanstv. +50123 Zmrzlina Dod ti energii! Tato zmrzlina zv rychlost tvho pohybu o 60 po dobu 30 minut. Pozor: Optovn aktivace, kdy je bonus aktivn, pepe dobu trvn. +50124 Star devn bedna Z bedny vychz tich zvec zvuky. +50125 Tajemn bedna Truhla je neuviteln lehk - skoro jako by byla przdn... +50126 Tajemn bedna Truhla je neuviteln lehk - skoro jako by byla przdn... +50127 Taj. smaragdov truhla Oteven smaragdov truhla +50128 Tajemn safrov truhla Safrov truhla bez zmku. Me bt rovnou otevena. Uvnit je njak hodnotn pekvapen... +50129 Taj. ametystov truhla Oteven ametystov truhla +50130 Tajemn topazov truhla Topazov truhla bez zmku. Me bt rovnou otevena. Uvnit je njak hodnotn pekvapen... +50131 Tajemn kemenn truhla Kemenn truhla bez zmku. Me bt rovnou otevena. Uvnit je njak hodnotn pekvapen... +50132 Tajemn rubnov truhla Zamen rubnov truhla, kter me bt otevena jen specilnm klem. Ovem to, jak je truhla zvenku neznamen, e bude obsahovat tak takov vci uvnit. +50133 Taj. smaragdov truhla Zamen smaragdov truhla, kter me bt otevena jen specilnm klem. Ovem to, jak je truhla zvenku neznamen, e bude obsahovat tak takov vci uvnit. +50134 Tajemn safrov truhla Zamen safrov truhla, kter me bt otevena jen specilnm klem. Ovem to, jak je truhla zvenku neznamen, e bude obsahovat tak takov vci uvnit. +50135 Taj. ametystov truhla Zamen ametystov truhla, kter me bt otevena jen specilnm klem. Ovem to, jak je truhla zvenku neznamen, e bude obsahovat tak takov vci uvnit. +50136 Tajemn topazov truhla Zamen topazov truhla, kter me bt otevena jen specilnm klem. Ovem to, jak je truhla zvenku neznamen, e bude obsahovat tak takov vci uvnit. +50137 Tajemn kemenn truhla Zamen kemenn truhla, kter me bt otevena jen specilnm klem. Ovem to, jak je truhla zvenku neznamen, e bude obsahovat tak takov vci uvnit. +50150 Rubnov kl Tento krsn kl mete pout pro odemen rubnov truhly. Zajm Vs, co je uvnit? +50151 Smaragdov kl Tento krsn kl mete pout pro odemen smaragdov truhly. Zajm Vs, co je uvnit? +50152 Safrov kl Tento krsn kl mete pout pro odemen safrov truhly. Zajm Vs, co je uvnit? +50153 Ametystov kl Tento krsn kl mete pout pro odemen ametystov truhly. Zajm Vs, co je uvnit? +50154 Topazov kl Tento krsn kl mete pout pro odemen topazov truhly. Zajm Vs, co je uvnit? +50155 Kemenn kl Tento krsn kl mete pout pro odemen kemenn truhly. Zajm Vs, co je uvnit? +50156 Diamantov kl Pekrsn tvarovan kl. Z vemi barvami duhy. Mete s nm odemknout jakoukoliv truhlu. +50160 Velikonon vajko Barevn malovan velikonon vajko +50161 Velikonon vajko Barevn malovan velikonon vajko +50162 Velikonon vajko Barevn malovan velikonon vajko +50163 Velikonon vajko Barevn malovan velikonon vajko +50164 Velikonon vajko Barevn malovan velikonon vajko +50165 Velikonon vajko Barevn malovan velikonon vajko +50166 Velikonon vajko Barevn malovan velikonon vajko +50167 Velikonon vajko Barevn malovan velikonon vajko +50168 Velikonon vajko Barevn malovan velikonon vajko +50169 Velikonon vajko Barevn malovan velikonon vajko +50170 Velikonon vajko Barevn malovan velikonon vajko +50171 Velikonon vajko Barevn malovan velikonon vajko +50172 Velikonon vajko Barevn malovan velikonon vajko +50173 Velikonon vajko Barevn malovan velikonon vajko +50174 Velikonon vajko Barevn malovan velikonon vajko +50175 Velikonon vajko Barevn malovan velikonon vajko +50176 Velikonon vajko Barevn malovan velikonon vajko +50177 Velikonon vajko Barevn malovan velikonon vajko +50178 Velikonon vajko Barevn malovan velikonon vajko +50179 Velikonon vajko Barevn malovan velikonon vajko +50180 Przdn kok Barevn malovan velikonon vajko +50181 Kok s vajky Ko naplnn Velikononmi vajky. +50182 Truhla poehnn Poehnan truhla s neznmm obsahem. +50183 Sladkosti Tyto sladkosti maj specifick inek: rychlost pohybu +10 %, pokozen +5 % a zkuenosti +10 %. Efekt trv 30 minut. +50184 +50185 +50186 Azraelova truhla Dmonick sly dr tuto truhlu zamenou. Uvnit mus bt opravdu cenn poklad. +50187 Truhla uednka I Tvj uvtac dar obsahuje zkladn vbavu pro optimln zatek tvch dobrodrustv. +50188 Truhla uednka II Tuto truhlu lze otevt a kdy doshne rovn 10. +50189 Truhla uednka III Tuto truhlu lze otevt a kdy doshne rovn 20. +50190 Truhla experta I Tuto truhlu lze otevt a kdy doshne rovn 30. +50191 Truhla experta II Tuto truhlu lze otevt a kdy doshne rovn 40. +50192 Truhla experta III Tuto truhlu lze otevt a kdy doshne rovn 50. +50193 Truhla mistra I Tuto truhlu lze otevt a kdy doshne rovn 60. +50194 Truhla mistra II Tuto truhlu lze otevt a kdy doshne rovn 70. +50195 Truhla mistra III Tuto truhlu lze otevt a kdy doshne rovn 80. +50196 Truhla velkho mistra Tuto truhlu lze otevt a kdy doshne rovn 90. +50197 +50198 +50199 +50200 Mec Umon ti otevt soukrom stnek. +50212 Truhla uednka I Tvj uvtac dar obsahuje zkladn vbavu pro optimln zatek tvch dobrodrustv. +50213 Truhla uednka I Tvj uvtac dar obsahuje zkladn vbavu pro optimln zatek tvch dobrodrustv. +50215 Halloweensk truhla Truhla s rozklebenou halloweenskou tv na stran. Zmek se otevr se straidelnm skpnm, ale obsah za chvli strachu stoj. +50216 Svak Hork npoj z ervenho vna a koen, kter ti pid +10 % rychlosti, +5 % pokozen a +10 % zisku zkuenosti na 30 minut. +50249 Truhla triumfu Truhla obsahujc nhodn pedmt jako odmnu pro vechny olympioniky. +50252 Cor Draconis Krystalick dra srdce m v sob dui - Dra kmen. +50253 +50254 Truhla temnoty Tato tk truhla skrv pravdpodobn ji dvno zapomenut bohatstv Temnho nroda. +50255 Cor Draconis (surov) Krystalick dra srdce m v sob dui - Dra kmen. +50256 Cor Draconis (brouen) Krystalick dra srdce m v sob dui - Dra kmen. +50257 Cor Draconis (vzcn) Krystalick dra srdce m v sob dui - Dra kmen. +50258 Cor Draconis (starovk) Krystalick dra srdce m v sob dui - Dra kmen. +50259 Cor Draconis (legend.) Krystalick dra srdce m v sob dui - Dra kmen. +50260 Cor Draconis (surov) Krystalick dra srdce m v sob dui - Dra kmen. +50263 Svitek pipoutn Tento obchod pipout pedmt dle tvho vbru k dui tv postavy. S pedmty s duevnm poutem nelze obchodovat, nelze je zahodit a nelze je vylepovat. +50264 Svitek odpoutn Odebere z pedmtu pouto k tv dui. +50265 Zlat fotbalov m Tento m je kulat a zlat. +50300 Kniha Schopnost Zv ti stupe schopnost na mistrovsk rovni. +50301 Vlenick umn Sun-zi Prvn z tech knih vlenickho umn. Zv vd slu. Kniha zmiz po peten. +50302 Vlenick umn Wu-zi Druh z tech knih vlenickho umn. Zv vd slu. Kniha po peten zmiz. +50303 WeiLiao Zi Tet ze tech knih vlenho umn. Zv vd slu. Kniha po peten zmiz. +50304 Ovldan kombo Tato kniha taktik se pouv k trnovn komb. Kniha po peten zmiz. +50305 Kniha mistr komba Tato kniha taktik se pouv k trnovn pokroilch komb. Kniha po peten zmiz. +50306 Vysok umn komba Tato kniha taktik pro mistry se pouv k trnovn komb. Kniha po peten zmiz. +50307 Kniha mis (lehk) Obsahuje lehk kol, kter bude pi spnm ukonen odmnn. +50308 Kniha mis (standardn) Obsahuje normln kol, kter bude pi spnm ukonen odmnn. +50309 Kniha mis (tk) Obsahuje tk kol, kter bude pi spnm ukonen odmnn. +50310 Kniha mis (expert) Obsahuje kol pro experty, kter bude pi spnm ukonen odmnn. +50311 Jazyky Shinsoo Umouje rozumt jazyku Shinsoo - jakmile doshnete rovn M. +50312 Jazyky Chunjo Umouje rozumt jazyku Chunjo - jakmile doshnete rovn M. +50313 Jazyky Jinno Umouje rozumt jazyku Jinno - jakmile doshnete rovn M. +50314 Kniha promn spn studium tto knihy zv schopnost promny. Kniha po peten zmiz. +50315 Kniha promn pro pokr. spn peten tto knihy ti zv stupe schopnosti promny. Po peten kniha zmiz. +50316 Kniha promn pro experty spn peten tto knihy ti zv stupe schopnosti promny. Po peten kniha zmiz. +50401 Kniha trojcestn stih Pouij tuto knihu pro zskn mistrovstv schopnosti Trojcestn stih. Po peten kniha zmiz. +50402 Kniha ven mee Pouij tuto knihu pro zskn mistrovstv schopnosti Smr mee. Po peten zmiz. +50403 Kniha bojovho zuen Pouij tuto knihu pro zskn mistrovstv schopnosti Bojov zuen. Po peten zmiz. +50404 Kniha aury mee Pouij tuto knihu pro zskn mistrovstv schopnosti Aura mee. Kniha po peten zmiz. +50405 Kniha uhnn Pouij tuto knihu pro zskn mistrovstv schopnosti Uhnn. Kniha po peten zmiz. +50406 Manul Sly ivota Pouij tuto knihu pro vylepen schopnosti Sla ivota. Po peten kniha zmiz. +50416 Kniha proraen Pouij tuto knihu pro zskn mistrovstv schopnosti Proraen. Kniha po peten zmiz. +50417 Kniha silnch der Pouij tuto knihu pro zskn mistrovstv schopnosti Siln dery. Kniha po peten zmiz. +50418 Kniha dupotu Pouij tuto knihu pro zskn mistrovstv schopnosti Dupot. Kniha po peten zmiz. +50419 Kniha silnho tla Pouij tuto knihu pro zskn mistrovstv schopnosti Siln tlo. Kniha po peten zmiz. +50420 Kniha rny meem Pouij tuto knihu pro zskn mistrovstv schopnosti Rny meem. Kniha po peten zmiz. +50421 Manul hnoucho mee Pouij tuto knihu pro zlepen schopnosti hnouc me. Kniha po peten zmiz. +50431 Kniha lek Pouij tuto knihu pro zskn mistrovstv schopnosti Lka. Kniha po peten zmiz. +50432 Kniha bleskovho toku Pouij tuto knihu pro zskn mistrovstv schopnosti Bleskov tok. Kniha po peten zmiz. +50433 Kniha ven dkou Pouij tuto knihu pro zskn mistrovstv schopnosti Ven dkou. Kniha po peten zmiz. +50434 Kniha maskovn Pouij tuto knihu pro zskn mistrovstv schopnosti Maskovn. Kniha po peten zmiz. +50435 Kniha jedovatch oblak Pouij tuto knihu pro zskn mistrovstv schopnosti Jedovat oblak. Kniha po peten zmiz. +50436 Manul Zludnho jedu Pouij tuto knihu pro zlepen schopnosti Zludn jed. Kniha po peten zmiz. +50446 Kniha opakovan stely Pouij tuto knihu pro zskn mistrovstv schopnosti Opakovan stely. Kniha po peten zmiz. +50447 Kniha det p Pouij tuto knihu pro zskn mistrovstv schopnosti D隝 p. Kniha po peten zmiz. +50448 Kniha ohnivho pu Pouij tuto knihu pro zskn mistrovstv schopnosti Ohniv p. Kniha po peten zmiz. +50449 Kniha nalap. polehouku Pouij tuto knihu pro zskn mistrovstv schopnosti Nalapovat polehouku. Kniha po peten zmiz. +50450 Kniha jedovatho pu Pouij tuto knihu pro zskn mistrovstv schopnosti Jedovat p. Kniha po peten zmiz. +50451 Manul Jiskry Pouij tuto knihu pro zlepen schopnosti Jiskra. Kniha po peten zmiz. +50461 Kniha der prstem Pouij tuto knihu pro zskn mistrovstv schopnosti Rna prstem. Kniha po peten zmiz. +50462 Kniha ven drak Pouij tuto knihu pro zskn mistrovstv schopnosti Ven drak. Kniha po peten zmiz. +50463 Kniha zaarovan epeli Pouij tuto knihu pro zskn mistrovstv schopnosti Zaarovan epel. Kniha po peten zmiz. +50464 Kniha strachu Pouij tuto knihu pro zskn mistrovstv schopnosti Strach. Kniha po peten zmiz. +50465 Kniha zaar. brnn Pouij tuto knihu pro zskn mistrovstv schopnosti Zaarovan brnn. Kniha po peten zmiz. +50466 Kniha zruen kouzla Pouij tuto knihu pro zskn mistrovstv schopnosti Zruit kouzlo. Kniha po peten zmiz. +50476 Kniha temn rny Pouij tuto knihu pro zskn mistrovstv schopnosti Temn rna. Kniha po peten zmiz. +50477 Kniha ohniv rny Pouij tuto knihu pro zskn mistrovstv schopnosti Ohniv rna. Kniha po peten zmiz. +50478 Kniha plamene ducha Pouij tuto knihu pro zskn mistrovstv schopnosti Plamen ducha. Kniha po peten zmiz. +50479 Kniha temn ochrany Pouij tuto knihu pro zskn mistrovstv schopnosti Temn ochrana. Kniha po peten zmiz. +50480 Kniha rny ducha Pouij tuto knihu pro zskn mistrovstv schopnosti Rna ducha. Kniha po peten zmiz. +50481 Kniha temnho kamene Pouij tuto knihu pro zskn mistrovstv schopnosti Tmav kmen. Kniha po peten zmiz. +50491 Kniha lt. talismanu Pouij tuto knihu pro zskn mistrovstv schopnosti Ltajc talisman. Kniha po peten zmiz. +50492 Kniha stlen na draky Pouij tuto knihu pro zskn mistrovstv schopnosti Stlen na draky. Kniha po peten zmiz. +50493 Kniha draho evotu Pouij tuto knihu pro zskn mistrovstv schopnosti ev drak. Kniha po peten zmiz. +50494 Kniha poehnn Pouij tuto knihu pro zskn mistrovstv schopnosti Poehnn. Kniha po peten zmiz. +50495 Kniha odren Pouij tuto knihu pro zskn mistrovstv schopnosti Reflektovat. Kniha po peten zmiz. +50496 Kniha pomoci draka Pouij tuto knihu pro zskn mistrovstv schopnosti Pomoc draka. Kniha po peten zmiz. +50506 Kniha bleskovch vrh Pouij tuto knihu pro zskn mistrovstv schopnosti Bleskov vrh. Kniha po peten zmiz. +50507 Kniha vyvolvn blesk Pouij tuto knihu pro zskn mistrovstv schopnosti Vyvolat blesk. Kniha po peten zmiz. +50508 Kniha bleskovho drpu Pouij tuto knihu pro zskn mistrovstv schopnosti Bleskov drp. Kniha po peten zmiz. +50509 Kniha len Pouij tuto knihu pro zskn mistrovstv schopnosti Uzdraven. Kniha po peten zmiz. +50510 Kniha rychlosti Pouij tuto knihu pro zskn mistrovstv schopnosti Rychlost. Kniha po peten zmiz. +50511 Kniha toku Pouij tuto knihu pro zskn mistrovstv schopnosti tok+. Kniha po peten zmiz. +50512 Duhov kmen Kmen, kter oteve spirituln oi a odkryje vechny schopnosti. +50513 Kmen due Legendrn kmen, kter se pouv ke zven velmistrovskch schopnost. Kmen zmiz po pouit. +50530 Manul Trhn Pouij tuto knihu pro zlepen schopnosti Trhn. Kniha po peten zmiz. +50531 Manul Vlho dechu Pouij tuto knihu pro zlepen schopnosti Vl dech. Kniha po peten zmiz. +50532 Manul Vlho spru Pouij tuto knihu pro zlepen schopnosti Vl spr. Kniha po peten zmiz. +50533 Manul Vlho drpu Pouij tuto knihu pro zlepen schopnosti Vl drp. Kniha po peten zmiz. +50534 Manul Due purpur. vlka Pouij tuto knihu pro zlepen schopnosti Due purpurovho vlka. Kniha po peten zmiz. +50535 Manul Due modrho vlka Pouij tuto knihu pro zlepen schopnosti Due modrho vlka. Kniha po peten zmiz. +50600 Kniha tby Se pouv k zven stupn dolovn. Kniha zmiz po peten. +50601 Diamantov kmen Me bt pomoc cechov diamantov pece petaven na diamant. +50602 Jantar Me bt pomoc cechov jantarov pece petaven na pkn jantar. +50603 Fosiln kmen Me bt pomoc cechov fosiln pece petaven na fosiln devo. +50604 Mdn ruda Me bt pomoc cechov mdn pece petavena na m. +50605 Stbrn ruda Me bt pomoc cechov stbrn pece petavena na stbro. +50606 Zlat ruda Me bt pomoc cechov zlat pece petavena na zlato. +50607 Nefritov ruda Me bt pomoc cechov nefritov pece petavena na nefrit. +50608 Ebenov ruda Me bt pomoc cechov ebenov pece petavena na ebenov devo. +50609 Kus perly Me bt pomoc cechov perlov pece pemnn na perlu. +50610 Ruda s blm zlatem Me bt pomoc cechov pece na bl zlato petavena na bl zlato. +50611 Kilov ruda Me bt pomoc cechov kilov pece petavena na kily. +50612 Kemenov ruda Me bt pomoc cechov kemenov pece petavena na kemen. +50613 Ruda nebeskch slz Me bt pomoc cechov pece na nebesk slzy petavena na nebesk slzy. +50614 Ruda krystalu due Z tto rudy lze v cechovn peci vyrobit Krystal due. +50615 Rubnov ruda Z tto rudy lze v cechovn peci vyrobit Rubn. +50616 Grantov ruda Z tto rudy lze v cechovn peci vyrobit Grant. +50617 Smaragdov ruda Z tto rudy lze v cechovn peci vyrobit Smaragd. +50618 Safrov ruda Z tto rudy lze v cechovn peci vyrobit Safr. +50619 Turmalnov ruda Z tto rudy me v cechovn huti vyrobit Turmaln. +50621 Diamant Nejtvrd drahokam se pouv na ozdoben perk. +50622 Jantar Tvj krsn jantar. Me se z nj zhotovit perk. +50623 Fosiln devo Vzcn devo. Lze jej zapracovat do devnch perk. +50624 Md' Pouv se nkdy k vrob bronzu a minc. Je mon j obohatit mdn perky. +50625 Stbro Tpytiv kov, kter se pouv k vrob perk. Lze jej pidat ke stbrnm perkm. +50626 Zlato Zlat kov, kter se pouv k vrob perk. Lze jej zapracovat do zlatho perku. +50627 Nefrit Jeden z vzcnch minerl. Lze jej zasadit do nefritovch perk. +50628 Ebenov devo Nejleh a nejtvrd devo ze vech. Lze jej zapracovat do perk z ebenovho deva. +50629 Perla Pouv se k vrob perk. Lze ji zasadit do perlovch perk. +50630 Bl zlato Zlato, kter vypad jako stbro, ale je tvrd. Lze jej zapracovat do perk z blho zlata. +50631 Kil Tak znm pod nzvem horsk kil nebo kemen. Lze jej zapracovat do perk z kilu. +50632 Ametyst Fialov kemen. Lze jej zapracovat do perku z ametystu. +50633 Nebesk slzy Krystalizovan d隝 z nebe. Lze jej zapracovat do perku z nebeskch slz. +50634 Krystal due Krystal, ist jak due sama. Lze jej pout pi vrob pedmt. +50635 Rubn erven drahokam s uniktnm povrchem. Lze jej pout pro vrobu cennho perku. +50636 Grant Oranov drahokam s uniktnm povrchem. Lze jej pout pro vrobu cennho perku. +50637 Smaragd Zelen drahokam s uniktnm povrchem. Lze jej pout pro vrobu cennho perku. +50638 Safr Modr drahokam s uniktnm povrchem. Lze jej pout pro vrobu cennho perku. +50639 Turmaln Tento kouzeln drahokam z vemi barvami duhy. Me bt pouit pi tvorb doplk. +50701 Broskvov kvt Dve pouvan k vrob krm na ple. Vzkum +50702 Zvonek Tato kvtina je iroce rozen a velice dobr proti nachlazen a kali. Vzkum +50703 Kakikvt k se, e eny, kter si upnou tuto kvtinu kolem krku, porod syna. Vzkum +50704 Koen gango Koen gango posiluje imunitn systm a odolnost tla. Vzkum +50705 ek Rostlina, kter zvyuje koncentraci a pam. Vzkum +50706 Houby tue Tato houba se mlokdy pouv jako lk. Psob proti nespavosti. Vzkum +50707 Rododendron Tato rostlina posiluje nervov systm. Vzkum +50708 Morue Morue dodv slu a psob sve. Vzkum +50709 Smetnka lkask Smetnka lkask pomh proti kali a je chuov velice dobr. Vzkum +50710 Bodlk Tento kvt zesiluje kosti. Vzkum +50711 Datle Ovoce, kter dobe chutn a vzbuzuje v tle nov energie. Vzkum +50712 Rostlina Sam-Zi Tato velice vzcn rostlina posiluje organismus, kdy se sprvn piprav. Vzkum +50721 Broskvov kvt Dve se pouval broskvov kvt k vrob krmu na ple. Vroba lektvar +50722 Zvonek Tato kvtina je siln rozen a dobr proti nachlazen a kali. Vroba lektvar +50723 Kakikvt k se, e eny, kter si upnou tuto kvtinu kolem krku, porod syna. Vroba lektvar +50724 Koen gango Koen gango posiluje imunitn systm a odolnost tla. Vroba lektvar +50725 ek Rostlina, kter zvyuje koncentraci a pam. Vroba lektvar +50726 Houby tue Tato houba se pouv mlokdy jako lk. Psob proti nespavosti. Vroba lektvar +50727 Rododendron Tato rostlina posiluje nervov systm. Vroba lektvar +50728 Morue Morue dodv slu a psob sve. Vroba lektvar +50729 Smetnka lkask Smetnka lkask pomh proti kali a je chuov velice dobr. Vroba lektvar +50730 Bodlk Tento kvt posiluje kosti. Vroba lektvar +50731 Datle Ovoce, kter dobe chutn a vzbuzuje v tle nov energie. Vroba lektvar +50732 Rostlina Sam-Zi Tato velice vzcn rostlina posiluje organismus, kdy se sprvn piprav. Vroba lektvar +50801 va z broskvov. kvt va z kvt broskve. To t posiln. +50802 Zvonkov va va ze zvonku. Na 3 minuty zv Vai slu o 5 bod. +50803 Kakikvtov va va z kakikvtu. Zvyuje koncentraci. +50804 Gangokoenov va va z koenu gango. L lehk rny. +50805 ekov va va ze eku. +50806 va z hub tue va vyroben z hub tue +50807 Rododendronov va va z rododendronu +50808 Moruov va va z moru +50809 va ze smetanky lk. va vyroben ze smetanky lkask +50810 va z bodlku va vyroben z bodlku +50811 Vtaek z datl va z datl +50812 va z rostliny Sam-Zi va vyroben z rostliny Sam-Zi +50813 Voda Sim Lektvar ze vy z broskvovch kvt a eku. Na 3 minuty zvyuje anci na pronikav zsah o 10 %. +50814 Voda Dok Tento lektvar se vyrb ze zvonkov vy a eku. Zv tvoji anci na kritick zsah o 10 % po dobu 3 minut. +50815 Voda Bo Tento lektvar se vyrb ze vy kakikvtu a hub tue. Posl tvj mozek. +50816 Voda Young Tento lektvar se vyrb ze vy koenu gango a hub tue. Vzbuzuje nov energie. +50817 Voda Zin Tento lektvar se vyrb z vody Sim a rododendronu. Po dobu 3 minut zv V tok o 50 bod. +50818 Voda SamBo Tento lektvar se vyrb z vody Dok a rododendronu. Po dobu 3 minut zv Vai obranu o 70 bod. +50819 Voda Mong Tento lektvar se vyrb z vody Bo a morue. Zv Vai obranu magi o 10 % po dobu t minut. +50820 Voda Hwal Tento lektvar se vyrb z vody Young a morue. Na ti minuty zv rychlost toku o 3 body. +50901 Przdn lhev Je poteba k vrob elixru. +50902 Recept pro zatenky Jednoduch nvod, kter pochop i nezkuen. +50903 Recept Nvod na recept, p kterm je nutno trocha cviku. +50904 Recept pro profky Nvod na recept, kter mohou vykonat sprvn jen cvien lid. +50905 Recept na vodu Sim Popisuje pesn vrobu vody ze vy z broskvovho kvt a eku. +50906 Recept na vodu Dok Popisuje pesn vrobu vody ze zvonkov vy a eku. +50907 Recept na vodu Bo Popisuje pesn vrobu vody ze kakikvtov vy a hub tue. +50908 Recept na vodu Young Popisuje pesn vrobu vody z gangokoenov vy a hub tue. +50909 Recept na vodu Zin Popisuje pesn vrobu vody z vy z broskvovho kvt, eku a rododendronu. +50910 Recept na vodu Hwal Popisuje pesn vrobu vody z gangokoenov vy, hub tue a morue. +51001 Fragment energie Fragment z Energetickho krystalu. 30 kus lze rozpustit a vytvoit tak cel krystal. +51002 Energetick krystal Krystal zvyuje tv bonusy po dobu dvou hodin. +51501 Cor Draconis (surov) Kilov dra srdce obsahuje nhodn surov Dra kmen. +51502 Cor Draconis (surov) Kilov dra srdce obsahuje nhodn surov Dra kmen. +51503 Cor Draconis (normln) Kilov dra srdce. Tda: normln. Obsahuje matn Dra kmen, kter me bt stupn surov a brouen. +51504 Cor Draconis (ulechtil) Kilov dra srdce. Tda: ulechtil. Obsahuje matn Dra kmen, kter me bt stupn surov a vzcn. +51505 Cor Draconis (skvostn) Kilov dra srdce. Tda: skvostn. Obsahuje matn Dra kmen, kter me bt stupn surov a starovk. +51506 Cor Draconis (tajemn) Kilov dra srdce. Tda: tajemn. Obsahuje matn Dra kmen, kter me bt stupn brouen a legendrn. +51507 Cor Draconis (brouen) Kilov dra srdce obsahuje nhodn brouen Dra kmen. +51508 Cor Draconis (vzcn) Kilov dra srdce obsahuje nhodn vzcn Dra kmen. +51509 Cor Draconis (starovk) Kilov dra srdce obsahuje nhodn starovk Dra kmen. +51510 Cor Draconis (legendrn) Kilov dra srdce obsahuje nhodn legendrn Dra kmen. +51511 Cor Diamas Bl Cor Draconis. Obsahuje nhodn Dra diamant. +51512 Cor Rubinum erven Cor Draconis. Obsahuje nhodn Dra rubn. +51513 Cor Jadeit Zelen Cor Draconis. Obsahuje nhodn Dra nefrit. +51514 Cor Saphirum Modr Cor Draconis. Obsahuje nhodn Dra safr. +51515 Cor Granatum Oranov Cor Draconis. Obsahuje nhodn Dra grant. +51516 Cor Atrum ern Cor Draconis. Obsahuje nhodn Dra onyx. +51517 Cor Diamas (normln) Bl Cor Draconis. Tda: normln. Obsahuje matn Dra diamant, kter me bt stupn surov a brouen. +51518 Cor Rubinum (normln) erven Cor Draconis. Tda: normln. Obsahuje matn Dra rubn, kter me bt stupn surov a brouen. +51519 Cor Jadeit (normln) Zelen Cor Draconis. Tda: normln. Obsahuje matn Dra nefrit, kter me bt stupn surov a brouen. +51520 Cor Saphirum (normln) Modr Cor Draconis. Tda: normln. Obsahuje matn Dra safr, kter me bt stupn surov a brouen. +51521 Cor Granatum (normln) Oranov Cor Draconis. Tda: normln. Obsahuje matn Dra grant, kter me bt stupn surov a brouen. +51522 Cor Atrum (normln) ern Cor Draconis. Tda: normln. Obsahuje matn Dra onyx, kter me bt stupn surov a brouen. +51523 Cor Diamas (ulechtil) Bl Cor Draconis. Tda: ulechtil. Obsahuje matn Dra diamant, kter me bt stupn surov a vzcn. +51524 Cor Rubinum (ulechtil) erven Cor Draconis. Tda: ulechtil. Obsahuje matn Dra rubn, kter me bt stupn surov a vzcn. +51525 Cor Jadeit (ulechtil) Zelen Cor Draconis. Tda: ulechtil. Obsahuje matn Dra nefrit, kter me bt stupn surov a vzcn. +51526 Cor Saphirum (ulechtil) Modr Cor Draconis. Tda: ulechtil. Obsahuje matn Dra safr, kter me bt stupn surov a vzcn. +51527 Cor Granatum (ulechtil) Oranov Cor Draconis. Tda: ulechtil. Obsahuje matn Dra grant, kter me bt stupn surov a vzcn. +51528 Cor Atrum (ulechtil) ern Cor Draconis. Tda: ulechtil. Obsahuje matn Dra onyx, kter me bt stupn surov a vzcn. +51529 Cor Diamas (skvostn) Bl Cor Draconis. Tda: skvostn. Obsahuje matn Dra diamant, kter me bt stupn surov a starovk. +51530 Cor Rubinum (skvostn) erven Cor Draconis. Tda: skvostn. Obsahuje matn Dra rubn, kter me bt stupn surov a starovk. +51531 Cor Jadeit (skvostn) Zelen Cor Draconis. Tda: skvostn. Obsahuje matn Dra nefrit, kter me bt stupn surov a starovk. +51532 Cor Saphirum (skvostn) Modr Cor Draconis. Tda: skvostn. Obsahuje matn Dra safr, kter me bt stupn surov a starovk. +51533 Cor Granatum (skvostn) Oranov Cor Draconis. Tda: skvostn. Obsahuje matn Dra grant, kter me bt stupn surov a starovk. +51534 Cor Atrum (skvostn) ern Cor Draconis. Tda: skvostn. Obsahuje matn Dra onyx, kter me bt stupn surov a starovk. +51535 Cor Diamas (dokonal) Bl Cor Draconis. Tda: dokonal. Obsahuje matn Dra diamant, kter me bt stupn surov a legendrn. +51536 Cor Rubinum (dokonal) erven Cor Draconis. Tda: dokonal. Obsahuje matn Dra rubn, kter me bt stupn surov a legendrn. +51537 Cor Jadeit (dokonal) Zelen Cor Draconis. Tda: dokonal. Obsahuje matn Dra nefrit, kter me bt stupn surov a legendrn. +51538 Cor Saphirum (dokonal) Modr Cor Draconis. Tda: dokonal. Obsahuje matn Dra safr, kter me bt stupn surov a legendrn. +51539 Cor Granatum (dokonal) Oranov Cor Draconis. Tda: dokonal. Obsahuje matn Dra grant, kter me bt stupn surov a legendrn. +51540 Cor Atrum (dokonal) ern Cor Draconis. Tda: dokonal. Obsahuje matn Dra onyx, kter me bt stupn surov a legendrn. +51541 Cor Draconis (hnouc) Kilov dra srdce. Tda: hnouc. Obsahuje matn Dra kmen, kter me bt stupn brouen a vzcn. +51542 Cor Diamas (hnouc) Bl Cor Draconis. Tda: hnouc. Obsahuje matn Dra diamant, kter me bt stupn brouen a vzcn. +51543 Cor Rubinum (hnouc) erven Cor Draconis. Tda: hnouc. Obsahuje matn Dra rubn, kter me bt stupn brouen a vzcn. +51544 Cor Jadeit (hnouc) Zelen Cor Draconis. Tda: hnouc. Obsahuje matn Dra nefrit, kter me bt stupn brouen a vzcn. +51545 Cor Saphirum (hnouc) Modr Cor Draconis. Tda: hnouc. Obsahuje matn Dra safr, kter me bt stupn brouen a vzcn. +51546 Cor Granatum (hnouc) Oranov Cor Draconis. Tda: hnouc. Obsahuje matn Dra grant, kter me bt stupn brouen a vzcn. +51547 Cor Atrum (hnouc) ern Cor Draconis. Tda: hnouc. Obsahuje matn Dra onyx, kter me bt stupn brouen a vzcn. +51548 Cor Draconis (dokonal) Kilov dra srdce. Tda: dokonal. Obsahuje matn Dra kmen, kter me bt stupn surov a legendrn. +51549 Cor Draconis (vn) Kilov dra srdce. Tda: vn. Obsahuje matn Dra kmen, kter me bt stupn brouen a starovk. +51550 Cor Diamas (vn) Bl Cor Draconis. Tda: vn. Obsahuje matn Dra diamant, kter me bt stupn brouen a starovk. +51551 Cor Rubinum (vn) erven Cor Draconis. Tda: vn. Obsahuje matn Dra rubn, kter me bt stupn brouen a starovk. +51552 Cor Jadeit (vn) Zelen Cor Draconis. Tda: vn. Obsahuje matn Dra nefrit, kter me bt stupn brouen a starovk. +51553 Cor Saphirum (vn) Modr Cor Draconis. Tda: vn. Obsahuje matn Dra safr, kter me bt stupn brouen a starovk. +51554 Cor Granatum (vn) Oranov Cor Draconis. Tda: vn. Obsahuje matn Dra grant, kter me bt stupn brouen a starovk. +51555 Cor Atrum (vn) ern Cor Draconis. Tda: vn. Obsahuje matn Dra onyx, kter me bt stupn brouen a starovk. +51556 Cor Diamas (tajemn) Bl Cor Draconis. Tda: tajemn. Obsahuje matn Dra diamant, kter me bt stupn brouen a legendrn. +51557 Cor Rubinum (tajemn) erven Cor Draconis. Tda: tajemn. Obsahuje matn Dra rubn, kter me bt stupn brouen a legendrn. +51558 Cor Jadeit (tajemn) Zelen Cor Draconis. Tda: tajemn. Obsahuje matn Dra nefirt, kter me bt stupn brouen a legendrn. +51559 Cor Saphirum (tajemn) Modr Cor Draconis. Tda: tajemn. Obsahuje matn Dra safr, kter me bt stupn brouen a legendrn. +51560 Cor Granatum (tajemn) Oranov Cor Draconis. Tda: tajemn. Obsahuje matn Dra grant, kter me bt stupn brouen a legendrn. +51561 Cor Atrum (tajemn) ern Cor Draconis. Tda: tajemn. Obsahuje matn Dra onyx, kter me bt stupn brouen a legendrn. +51562 Cor Draconis (epick) Kilov dra srdce. Tda: epick. Obsahuje matn Dra kmen, kter me bt stupn vzcn a starovk. +51563 Cor Diamas (epick) Bl Cor Draconis. Tda: epick. Obsahuje matn Dra diamant, kter me bt stupn vzcn a starovk. +51564 Cor Rubinum (epick) erven Cor Draconis. Tda: epick. Obsahuje matn Dra rubn, kter me bt stupn vzcn a starovk. +51565 Cor Jadeit (epick) Zelen Cor Draconis. Tda: epick. Obsahuje matn Dra nefrit, kter me bt stupn vzcn a starovk. +51566 Cor Saphirum (epick) Modr Cor Draconis. Tda: epick. Obsahuje matn Dra safr, kter me bt stupn vzcn a starovk. +51567 Cor Granatum (epick) Oranov Cor Draconis. Tda: epick. Obsahuje matn Dra grant, kter me bt stupn vzcn a starovk. +51568 Cor Atrum (epick) ern Cor Draconis. Tda: epick. Obsahuje matn Dra onyx, kter me bt stupn vzcn a starovk. +51569 Cor Draconis (bosk) Kilov dra srdce. Tda: bosk. Obsahuje matn Dra kmen, kter me bt stupn vzcn a legendrn. +51570 Cor Diamas (bosk) Bl Cor Draconis. Tda: bosk. Obsahuje matn Dra diamant, kter me bt stupn vzcn a legendrn. +51571 Cor Rubinum (bosk) erven Cor Draconis. Tda: bosk. Obsahuje matn Dra rubn, kter me bt stupn vzcn a legendrn. +51572 Cor Jadeit (bosk) Zelen Cor Draconis. Tda: bosk. Obsahuje matn Dra nefrit, kter me bt stupn vzcn a legendrn. +51573 Cor Saphirum (bosk) Modr Cor Draconis. Tda: bosk. Obsahuje matn Dra safr, kter me bt stupn vzcn a legendrn. +51574 Cor Granatum (bosk) Oranov Cor Draconis. Tda: bosk. Obsahuje matn Dra grant, kter me bt stupn vzcn a legendrn. +51575 Cor Atrum (bosk) ern Cor Draconis. Tda: bosk. Obsahuje matn Dra onyx, kter me bt stupn vzcn a legendrn. +51576 Cor Draconis+ (normln) Mocn Cor Draconis. Tda: normln. Obsahuje Dra kmen, kter me bt stupn surov a brouen s nhodnm stupnm irosti. +51577 Cor Diamas+ (normln) Mocn Cor Draconis. Tda: normln. Obsahuje Dra diamant, kter me bt stupn surov a brouen s nhodnm stupnm irosti. +51578 Cor Rubinum+ (normln) Mocn Cor Draconis. Tda: normln. Obsahuje Dra rubn, kter me bt stupn surov a brouen s nhodnm stupnm irosti. +51579 Cor Jadeit+ (normln) Mocn Cor Draconis. Tda: normln. Obsahuje Dra nefrit, kter me bt stupn surov a brouen s nhodnm stupnm irosti. +51580 Cor Saphirum+ (normln) Mocn Cor Draconis. Tda: normln. Obsahuje Dra safr, kter me bt stupn surov a brouen s nhodnm stupnm irosti. +51581 Cor Granatum+ (normln) Mocn Cor Draconis. Tda: normln. Obsahuje Dra grant, kter me bt stupn surov a brouen s nhodnm stupnm irosti. +51582 Cor Atrum+ (normln) Mocn Cor Draconis. Tda: normln. Obsahuje Dra onyx, kter me bt stupn surov a brouen s nhodnm stupnm irosti. +51583 Cor Draconis+ (ulecht.) Mocn Cor Draconis. Tda: ulechtil. Obsahuje Dra kmen, kter me bt stupn surov a vzcn s nhodnm stupnm irosti. +51584 Cor Diamas+ (ulechtil) Mocn Cor Draconis. Tda: ulechtil. Obsahuje Dra diamant, kter me bt stupn surov a vzcn s nhodnm stupnm irosti. +51585 Cor Rubinum+ (ulechtil) Mocn Cor Draconis. Tda: ulechtil. Obsahuje Dra rubn, kter me bt stupn surov a vzcn s nhodnm stupnm irosti. +51586 Cor Jadeit+ (ulechtil) Mocn Cor Draconis. Tda: ulechtil. Obsahuje Dra nefrit, kter me bt stupn surov a vzcn s nhodnm stupnm irosti. +51587 Cor Saphirum+ (ulecht.) Mocn Cor Draconis. Tda: ulechtil. Obsahuje Dra safr, kter me bt stupn surov a vzcn s nhodnm stupnm irosti. +51588 Cor Granatum+ (ulecht.) Mocn Cor Draconis. Tda: ulechtil. Obsahuje Dra grant, kter me bt stupn surov a vzcn s nhodnm stupnm irosti. +51589 Cor Atrum+ (ulechtil) Mocn Cor Draconis. Tda: ulechtil. Obsahuje Dra onyx, kter me bt stupn surov a vzcn s nhodnm stupnm irosti. +51590 Cor Draconis+ (skvostn) Mocn Cor Draconis. Tda: skvostn. Obsahuje Dra kmen, kter me bt stupn surov a starovk s nhodnm stupnm irosti. +51591 Cor Diamas+ (skvostn) Mocn Cor Draconis. Tda: skvostn. Obsahuje Dra diamant, kter me bt stupn surov a starovk s nhodnm stupnm irosti. +51592 Cor Rubinum+ (skvostn) Mocn Cor Draconis. Tda: skvostn. Obsahuje Dra rubn, kter me bt stupn surov a starovk s nhodnm stupnm irosti. +51593 Cor Jadeit+ (skvostn) Mocn Cor Draconis. Tda: skvostn. Obsahuje Dra nefrit, kter me bt stupn surov a starovk s nhodnm stupnm irosti. +51594 Cor Saphirum+ (skvostn) Mocn Cor Draconis. Tda: skvostn. Obsahuje Dra safr, kter me bt stupn surov a starovk s nhodnm stupnm irosti. +51595 Cor Granatum+ (skvostn) Mocn Cor Draconis. Tda: skvostn. Obsahuje Dra grant, kter me bt stupn surov a starovk s nhodnm stupnm irosti. +51596 Cor Atrum+ (skvostn) Mocn Cor Draconis. Tda: skvostn. Obsahuje Dra onyx, kter me bt stupn surov a starovk s nhodnm stupnm irosti. +51597 Cor Draconis+ (dokonal) Mocn Cor Draconis. Tda: dokonal. Obsahuje Dra kmen, kter me bt stupn surov a legendrn s nhodnm stupnm irosti. +51598 Cor Diamas+ (dokonal) Mocn Cor Draconis. Tda: dokonal. Obsahuje Dra diamant, kter me bt stupn surov a legendrn s nhodnm stupnm irosti. +51599 Cor Rubinum+ (dokonal) Mocn Cor Draconis. Tda: dokonal. Obsahuje Dra rubn, kter me bt stupn surov a legendrn s nhodnm stupnm irosti. +51600 Cor Jadeit+ (dokonal) Mocn Cor Draconis. Tda: dokonal. Obsahuje Dra nefrit, kter me bt stupn surov a legendrn s nhodnm stupnm irosti. +51601 Cor Saphirum+ (dokonal) Mocn Cor Draconis. Tda: dokonal. Obsahuje Dra safr, kter me bt stupn surov a legendrn s nhodnm stupnm irosti. +51602 Cor Granatum+ (dokonal) Mocn Cor Draconis. Tda: dokonal. Obsahuje Dra grant, kter me bt stupn surov a legendrn s nhodnm stupnm irosti. +51603 Cor Atrum+ (dokonal) Mocn Cor Draconis. Tda: dokonal. Obsahuje Dra onyx, kter me bt stupn surov a legendrn s nhodnm stupnm irosti. +51604 Cor Draconis+ (hnouc) Mocn Cor Draconis. Tda: hnouc. Obsahuje Dra kmen, kter me bt stupn brouen a vzcn s nhodnm stupnm irosti. +51605 Cor Diamas+ (hnouc) Mocn Cor Draconis. Tda: hnouc. Obsahuje Dra diamant, kter me bt stupn brouen a vzcn s nhodnm stupnm irosti. +51606 Cor Rubinum+ (hnouc) Mocn Cor Draconis. Tda: hnouc. Obsahuje Dra rubn, kter me bt stupn brouen a vzcn s nhodnm stupnm irosti. +51607 Cor Jadeit+ (hnouc) Mocn Cor Draconis. Tda: hnouc. Obsahuje Dra nefrit, kter me bt stupn brouen a vzcn s nhodnm stupnm irosti. +51608 Cor Saphirum+ (hnouc) Mocn Cor Draconis. Tda: hnouc. Obsahuje Dra safr, kter me bt stupn brouen a vzcn s nhodnm stupnm irosti. +51609 Cor Granatum+ (hnouc) Mocn Cor Draconis. Tda: hnouc. Obsahuje Dra grant, kter me bt stupn brouen a vzcn s nhodnm stupnm irosti. +51610 Cor Atrum+ (hnouc) Mocn Cor Draconis. Tda: hnouc. Obsahuje Dra onyx, kter me bt stupn brouen a vzcn s nhodnm stupnm irosti. +51611 Cor Draconis+ (vn) Mocn Cor Draconis. Tda: vn. Obsahuje Dra kmen, kter me bt stupn brouen a starovk s nhodnm stupnm irosti. +51612 Cor Diamas+ (vn) Mocn Cor Draconis. Tda: vn. Obsahuje Dra diamant, kter me bt stupn brouen a starovk s nhodnm stupnm irosti. +51613 Cor Rubinum+ (vn) Mocn Cor Draconis. Tda: vn. Obsahuje Dra rubn, kter me bt stupn brouen a starovk s nhodnm stupnm irosti. +51614 Cor Jadeit+ (vn) Mocn Cor Draconis. Tda: vn. Obsahuje Dra nefrit, kter me bt stupn brouen a starovk s nhodnm stupnm irosti. +51615 Cor Saphirum+ (vn) Mocn Cor Draconis. Tda: vn. Obsahuje Dra safr, kter me bt stupn brouen a starovk s nhodnm stupnm irosti. +51616 Cor Granatum+ (vn) Mocn Cor Draconis. Tda: vn. Obsahuje Dra grant, kter me bt stupn brouen a starovk s nhodnm stupnm irosti. +51617 Cor Atrum+ (vn) Mocn Cor Draconis. Tda: vn. Obsahuje Dra onyx, kter me bt stupn brouen a starovk s nhodnm stupnm irosti. +51618 Cor Draconis+ (tajemn) Mocn Cor Draconis. Tda: tajemn. Obsahuje Dra kmen, kter me bt stupn brouen a legendrn s nhodnm stupnm irosti. +51619 Cor Diamas+ (tajemn) Mocn Cor Draconis. Tda: tajemn. Obsahuje Dra diamant, kter me bt stupn brouen a legendrn s nhodnm stupnm irosti. +51620 Cor Rubinum+ (tajemn) Mocn Cor Draconis. Tda: tajemn. Obsahuje Dra rubn, kter me bt stupn brouen a legendrn s nhodnm stupnm irosti. +51621 Cor Jadeit+ (tajemn) Mocn Cor Draconis. Tda: tajemn. Obsahuje Dra nefrit, kter me bt stupn brouen a legendrn s nhodnm stupnm irosti. +51622 Cor Saphirum+ (tajemn) Mocn Cor Draconis. Tda: tajemn. Obsahuje Dra safr, kter me bt stupn brouen a legendrn s nhodnm stupnm irosti. +51623 Cor Granatum+ (tajemn) Mocn Cor Draconis. Tda: tajemn. Obsahuje Dra grant, kter me bt stupn brouen a legendrn s nhodnm stupnm irosti. +51624 Cor Atrum+ (tajemn) Mocn Cor Draconis. Tda: tajemn. Obsahuje Dra onyx, kter me bt stupn brouen a legendrn s nhodnm stupnm irosti. +51625 Cor Draconis+ (epick) Mocn Cor Draconis. Tda: epick. Obsahuje Dra kmen, kter me bt stupn vzcn a starovk s nhodnm stupnm irosti. +51626 Cor Diamas+ (epick) Mocn Cor Draconis. Tda: epick. Obsahuje Dra diamant, kter me bt stupn vzcn a starovk s nhodnm stupnm irosti. +51627 Cor Rubinum+ (epick) Mocn Cor Draconis. Tda: epick. Obsahuje Dra rubn, kter me bt stupn vzcn a starovk s nhodnm stupnm irosti. +51628 Cor Jadeit+ (epick) Mocn Cor Draconis. Tda: epick. Obsahuje Dra nefrit, kter me bt stupn vzcn a starovk s nhodnm stupnm irosti. +51629 Cor Saphirum+ (epick) Mocn Cor Draconis. Tda: epick. Obsahuje Dra safr, kter me bt stupn vzcn a starovk s nhodnm stupnm irosti. +51630 Cor Granatum+ (epick) Mocn Cor Draconis. Tda: epick. Obsahuje Dra grant, kter me bt stupn vzcn a starovk s nhodnm stupnm irosti. +51631 Cor Atrum+ (epick) Mocn Cor Draconis. Tda: epick. Obsahuje Dra onyx, kter me bt stupn vzcn a starovk s nhodnm stupnm irosti. +51632 Cor Draconis+ (bosk) Mocn Cor Draconis. Tda: bosk. Obsahuje Dra kmen, kter me bt stupn vzcn a legendrn s nhodnm stupnm irosti. +51633 Cor Diamas+ (bosk) Mocn Cor Draconis. Tda: bosk. Obsahuje Dra diamant, kter me bt stupn vzcn a legendrn s nhodnm stupnm irosti. +51634 Cor Rubinum+ (bosk) Mocn Cor Draconis. Tda: bosk. Obsahuje Dra rubn, kter me bt stupn vzcn a legendrn s nhodnm stupnm irosti. +51635 Cor Jadeit+ (bosk) Mocn Cor Draconis. Tda: bosk. Obsahuje Dra nefrit, kter me bt stupn vzcn a legendrn s nhodnm stupnm irosti. +51636 Cor Saphirum+ (bosk) Mocn Cor Draconis. Tda: bosk. Obsahuje Dra safr, kter me bt stupn vzcn a legendrn s nhodnm stupnm irosti. +51637 Cor Granatum+ (bosk) Mocn Cor Draconis. Tda: bosk. Obsahuje Dra grant, kter me bt stupn vzcn a legendrn s nhodnm stupnm irosti. +51638 Cor Atrum+ (bosk) Mocn Cor Draconis. Tda: bosk. Obsahuje Dra onyx, kter me bt stupn vzcn a legendrn s nhodnm stupnm irosti. +51639 Dra truhla Azurov modr truhla obsahujc jedenct normlnch Cor Draconis. +51640 Dra truhla+ Azurov modr truhla obsahujc jedenct mocnch Cor Draconis tdy "normln" a tak Zelenou dra fazoli. +51641 Dra truhla+ (vcebar.) Azurov modr truhla obsahujc mocn Cor Draconis kad barvy tdy "normln" a tak Zelenou dra fazoli. +51642 Dra truhla (vcebar.) Azurov modr truhla obsahujc normln Cor Draconis kad barvy a tak Zelenou dra fazoli. +51643 Ulechtil dra truhla Azurov modr truhla obsahujc jedenct ulechtilch Cor Draconis. +51644 Ulechtil dra truhla+ Azurov modr truhla obsahujc jedenct mocnch Cor Draconis tdy "ulechtil" a tak Zelenou dra fazoli. +51645 Ul. dr. truhla+ (vceb) Azurov modr truhla obsahujc mocn Cor Draconis kad barvy tdy "ulechtil" a tak Zelenou dra fazoli. +51646 Ul. dr. truhla (vceb) Azurov modr truhla obsahujc ulechtil Cor Draconis kad barvy a tak Zelenou dra fazoli. +52001 Mlad divok kanec (pe) Pee vyvol Mladho divokho kance. Po bojovm vcviku zv a o 5 % slu svho jezdce proti monstrm. +52002 Mlad divok kanec (pe) Pee vyvol Mladho divokho kance. Po bojovm vcviku zv zisk zkuenost svho jezdce a o 5 %. +52003 Mlad divok kanec (pe) Pee vyvol Mladho divokho kance. Po bojovm vcviku zv hodnotu ivota svho jezdce a o 500. +52004 Mlad divok kanec (pe) Pee vyvol Mladho divokho kance. Po bojovm vcviku zv hodnotu obrany svho jezdce a o 150. +52005 Mlad divok kanec (pe) Pee vyvol Mladho divokho kance. Po bojovm vcviku zv hodnotu toku svho jezdce a o 100. +52006 Divok kanec (pee) Pee vyvol Divokho kance. Zv hodnotu sly proti monstrm svho jezdce o 3 %. +52007 Divok kanec (pee) Pee vyvol Divokho kance. Zv zisk zkuenost svho jezdce o 3 %. +52008 Divok kanec (pee) Pee vyvol Divokho kance. Zv hodnotu ivota svho jezdce o 250. +52009 Divok kanec (pee) Pee vyvol Divokho kance. Zv hodnotu obrany svho jezdce o 50. +52010 Divok kanec (pee) Pee vyvol Divokho kance. Zv hodnotu toku svho jezdce o 30. +52011 Odv. divok kanec (pe) Pee vyvol Odvnho divokho kance. Zv hodnotu sly proti monstrm svho jezdce o 5 %. +52012 Odv. divok kanec (pe) Pee vyvol Odvnho divokho kance. Zv zisk zkuenost svho jezdce o 5 %. +52013 Odv. divok kanec (pe) Pee vyvol Odvnho divokho kance. Zv hodnotu ivota svho jezdce o 500. +52014 Odv. divok kanec (pe) Pee vyvol Odvnho divokho kance. Zv hodnotu obrany svho jezdce o 150. +52015 Odv. divok kanec (pe) Pee vyvol Odvnho divokho kance. Zv hodnotu toku svho jezdce o 100. +52016 Mlad vlk (pee) Pee vyvol Mladho vlka. Po bojovm vcviku zv hodnotu sly proti monstrm svho jezdce a o 5 %. +52017 Mlad vlk (pee) Pee vyvol Mladho vlka. Po bojovm vcviku zv zisk zkuenost svho jezdce a o 5 %. +52018 Mlad vlk (pee) Pee vyvol Mladho vlka. Po bojovm vcviku zv hodnotu ivota svho jezdce a o 500. +52019 Mlad vlk (pee) Pee vyvol Mladho vlka. Po bojovm vcviku zv hodnotu obrany svho jezdce a o 150. +52020 Mlad vlk (pee) Pee vyvol Mladho vlka. Po bojovm vcviku zv hodnotu toku svho jezdce a o 100. +52021 Divok vlk (pee) Pee vyvol Divokho vlka. Ten zv hodnotu sly proti monstrm svho jezdce o 3 %. +52022 Divok vlk (pee) Pee vyvol Divokho vlka. Ten zv zisk zkuenost svho jezdce o 3 %. +52023 Divok vlk (pee) Pee vyvol Divokho vlka. Ten zv hodnotu ivota svho jezdce o 250. +52024 Divok vlk (pee) Pee vyvol Divokho vlka. Ten zv hodnotu obrany svho jezdce o 50. +52025 Divok vlk (pee) Pee vyvol Divokho vlka. Ten zv hodnotu toku svho jezdce o 30. +52026 Odvn vlk (pee) Pee vyvol Odvnho vlka. Ten zv hodnotu sly proti monstrm svho jezdce o 5 %. +52027 Odvn vlk (pee) Pee vyvol Odvnho vlka. Ten zv zisk zkuenost svho jezdce o 5 %. +52028 Odvn vlk (pee) Pee vyvol Odvnho vlka. Ten zv hodnotu ivota svho jezdce o 500. +52029 Odvn vlk (pee) Pee vyvol Odvnho vlka. Ten zv hodnotu obrany svho jezdce o 150. +52030 Odvn vlk (pee) Pee vyvol Odvnho vlka. Ten zv hodnotu toku svho jezdce o 100. +52031 Mlad lev (pee) Pee vyvol Mladho lva. Po bojovm vcviku zv hodnotu sly proti monstrm svho jezdce a o 5 %. +52032 Mlad lev (pee) Pee vyvol Mladho lva. Po bojovm vcviku zv zisk zkuenost svho jezdce a o 5 %. +52033 Mlad lev (pee) Pee vyvol Mladho lva. Po bojovm vcviku zv hodnotu ivota svho jezdce a o 500. +52034 Mlad lev (pee) Pee vyvol Mladho lva. Po bojovm vcviku zv hodnotu obrany svho jezdce a o 150. +52035 Mlad lev (pee) Pee vyvol Mladho lva. Po bojovm vcviku zv hodnotu toku svho jezdce a o 100. +52036 Divok lev (pee) Pee vyvol Divokho lva. Ten zv hodnotu sly proti monstrm svho jezdce o 3 %. +52037 Divok lev (pee) Pee vyvol Divokho lva. Ten zv zisk zkuenost svho jezdce o 3 %. +52038 Divok lev (pee) Pee vyvol Divokho lva. Ten zv hodnotu ivota svho jezdce o 250. +52039 Divok lev (pee) Pee vyvol Divokho lva. Ten zv hodnotu obrany svho jezdce o 50. +52040 Divok lev (pee) Pee vyvol Divokho lva. Ten zv hodnotu toku svho jezdce o 30. +52041 Odvn lev (pee) Pee vyvol Odvnho lva. Ten zv hodnotu sly proti monstrm svho jezdce o 5 %. +52042 Odvn lev (pee) Pee vyvol Odvnho lva. Ten zv zisk zkuenost svho jezdce o 5 %. +52043 Odvn lev (pee) Pee vyvol Odvnho lva. Ten zv hodnotu ivota proti monstrm svho jezdce o 500. +52044 Odvn lev (pee) Pee vyvol Odvnho lva. Ten zv hodnotu obrany svho jezdce o 150. +52045 Odvn lev (pee) Pee vyvol Odvnho lva. Ten zv hodnotu toku svho jezdce o 100. +52046 Mlad tygr (pee) Pee vyvol Mladho tygra. Po bojovm vcviku zv hodnotu sly proti monstrm svho jezdce a o 5 %. +52047 Mlad tygr (pee) Pee vyvol Mladho tygra. Po bojovm vcviku zv zisk zkuenost svho jezdce a o 5 %. +52048 Mlad tygr (pee) Pee vyvol Mladho tygra. Po bojovm vcviku zv hodnotu ivota svho jezdce a o 500. +52049 Mlad tygr (pee) Pee vyvol Mladho tygra. Po bojovm vcviku zv hodnotu obrany svho jezdce a o 150. +52050 Mlad tygr (pee) Pee vyvol Mladho tygra. Po bojovm vcviku zv hodnotu toku svho jezdce a o 100. +52051 Divok tygr (pee) Pee vyvol Divokho tygra. Zv hodnotu sly proti monstrm svho jezdce o 3 %. +52052 Divok tygr (pee) Pee vyvol Divokho tygra. Zv zisk zkuenost svho jezdce o 3 %. +52053 Divok tygr (pee) Pee vyvol Divokho tygra. Zv hodnotu ivota svho jezdce o 250. +52054 Divok tygr (pee) Pee vyvol Divokho tygra. Zv hodnotu obrany svho jezdce o 50. +52055 Divok tygr (pee) Pee vyvol Divokho tygra. Zv hodnotu toku svho jezdce o 30. +52056 Odvn tygr (pee) Pee vyvol Odvnho tygra. Zv hodnotu sly proti monstrm svho jezdce o 5 %. +52057 Odvn tygr (pee) Pee vyvol Odvnho tygra. Zv zisk zkuenost svho jezdce o 5 %. +52058 Odvn tygr (pee) Pee vyvol Odvnho tygra. Zv hodnotu ivota svho jezdce o 500. +52059 Odvn tygr (pee) Pee vyvol Odvnho tygra. Zv hodnotu obrany svho jezdce o 150. +52060 Odvn tygr (pee) Pee vyvol Odvnho tygra. Zv hodnotu toku svho jezdce o 100. +52061 Mlad sob (pee) Pee vyvol Mladho samce soba. Po bojovm vcviku zv hodnotu sly proti monstrm svho jezdce a o 5 %. +52062 Mlad sob (pee) Pee vyvol Mladho samce soba. Po bojovm vcviku zv zisk zkuenost svho jezdce a o 5 %. +52063 Mlad sob (pee) Pee vyvol Mladho samce soba. Po bojovm vcviku zv hodnotu ivota svho jezdce a o 500. +52064 Mlad sob (pee) Pee vyvol Mladho samce soba. Po bojovm vcviku zv hodnotu obrany svho jezdce a o 150. +52065 Mlad sob (pee) Pee vyvol Mladho samce soba. Po bojovm vcviku zv hodnotu toku svho jezdce a o 100. +52066 Divok sob (pee) S touto peet me pivolat samce divokho soba: pid ti 3 % sly proti monstrm. +52067 Divok sob (pee) S touto peet me pivolat samce divokho soba: pid ti 3 % zisku zkuenost. +52068 Divok sob (pee) Pee vyvol samce Divokho soba. Zv hodnotu ivota svho jezdce o 250. +52069 Divok sob (pee) Pee vyvol samce Divokho soba. Zv hodnotu obrany svho jezdce o 50. +52070 Divok sob (pee) Pee vyvol samce Divokho soba. Zv hodnotu toku svho jezdce o 30. +52071 Odvn sob (pee) S touto peet me pivolat samce odvnho soba: pid ti 5 % sly proti monstrm. +52072 Odvn sob (pee) S touto peet me pivolat samce odvnho soba: pid ti 5 % zisku zkuenost. +52073 Odvn sob (pee) Pee vyvol samce Odvnho soba. Zv hodnotu ivota svho jezdce o 500. +52074 Odvn sob (pee) Pee vyvol samce Odvnho soba. Zv hodnotu obrany svho jezdce o 150. +52075 Odvn sob (pee) Pee vyvol samce Odvnho soba. Zv hodnotu toku svho jezdce o 100. +52076 Mlad sob (pee) Pee vyvol Mladou samici soba. Po bojovm vcviku zv hodnotu sly proti monstrm svho jezdce a o 5 %. +52077 Mlad sob (pee) Pee vyvol Mladou samici soba. Po bojovm vcviku zv zisk zkuenost svho jezdce a o 5 %. +52078 Mlad sob (pee) Pee vyvol Mladou samici soba. Po bojovm vcviku zv hodnotu ivota svho jezdce a o 500. +52079 Mlad sob (pee) Pee vyvol Mladou samici soba. Po bojovm vcviku zv hodnotu obrany svho jezdce a o 150. +52080 Mlad sob (pee) Pee vyvol Mladou samici soba. Po bojovm vcviku zv hodnotu toku svho jezdce a o 100. +52081 Divok sob (pee) S touto peet me pivolat samici divokho soba: pid ti 3 % sly proti monstrm. +52082 Divok sob (pee) Pee vyvol samici Divokho soba. Zv zisk zkuenost svho jezdce o 3 %. +52083 Divok sob (pee) Pee vyvol samici Divokho soba. Zv hodnotu ivota svho jezdce o 250. +52084 Divok sob (pee) Pee vyvol samici Divokho soba. Zv hodnotu obrany svho jezdce o 50. +52085 Divok sob (pee) Pee vyvol samici Divokho soba. Zv hodnotu toku svho jezdce o 30. +52086 Odvn sob (pee) S touto peet me pivolat samici odvnho soba: pid ti 5 % sly proti monstrm. +52087 Odvn sob (pee) Pee vyvol samici Odvnho soba. Zv zisk zkuenost svho jezdce o 5 %. +52088 Odvn sob (pee) Pee vyvol samici Odvnho soba. Zv hodnotu ivota svho jezdce o 500. +52089 Odvn sob (pee) Pee vyvol samici Odvnho soba. Zv hodnotu obrany svho jezdce o 150. +52090 Odvn sob (pee) Pee vyvol samici Odvnho soba. Zv hodnotu toku svho jezdce o 100. +52091 Pee mladho Dragora Pee vyvol mladho Dragora. Podle jeho bojovho trninku dod svmu jezdci a 5 % sly proti monstrm. +52092 Pee mladho Dragora Pee vyvol mladho Dragora. Podle jeho bojovho trninku me zvit zisk zkuenost a o 5 %. +52093 Pee mladho Dragora Pee vyvol mladho Dragora. Podle jeho bojovho trninku dod svmu jezdci a 500 ivota navc. +52094 Pee mladho Dragora Pee vyvol mladho Dragora. Podle jeho bojovho trninku dod svmu jezdci a 150 obrany. +52095 Pee mladho Dragora Pee vyvol mladho Dragora. Podle jeho bojovho trninku dod svmu jezdci a 100 toku. +52096 Pee divokho Dragora Pee vyvol divokho Dragora. Pid jeho jezdci 3 % sly proti monstrm. +52097 Pee divokho Dragora Pee vyvol divokho Dragora. Pid jeho jezdci 3 % zisku zkuenost. +52098 Pee divokho Dragora Pee vyvol divokho Dragora. Pid jeho jezdci 250 ivota. +52099 Pee divokho Dragora Pee vyvol divokho Dragora. Pid jeho jezdci 50 obrany. +52100 Pee divokho Dragora Pee vyvol divokho Dragora. Pid jeho jezdci 30 toku. +52101 Pee statenho Dragora Pee vyvol statenho Dragora. Pid jeho jezdci 5 % sly proti monstrm. +52102 Pee statenho Dragora Pee vyvol statenho Dragora. Pid jeho jezdci 5 % zisku zkuenost. +52103 Pee statenho Dragora Pee vyvol statenho Dragora. Pid jeho jezdci 500 ivota. +52104 Pee statenho Dragora Pee vyvol statenho Dragora. Pid jeho jezdci 150 obrany. +52105 Pee statenho Dragora Pee vyvol statenho Dragora. Pid jeho jezdci 100 toku. +52106 Mlad Moa (pee) Tato pee ti pivol Mladho Moa. Po bojovm vcviku bude svmu jezdci pidvat slu proti monstrm a do 5 %. +52107 Mlad Moa (pee) Tato pee ti pivol Mladho Moa. Po bojovm vcviku bude svmu jezdci pidvat zisk zkuenost a do 5 %. +52108 Mlad Moa (pee) Tato pee ti pivol Mladho Moa. Po bojovm vcviku bude svmu jezdci pidvat a 500 bod ivota. +52109 Mlad Moa (pee) Tato pee ti pivol Mladho Moa. Po bojovm vcviku bude svmu jezdci pidvat a 150 bod obrany. +52110 Mlad Moa (pee) Tato pee ti pivol Mladho Moa. Po bojovm vcviku bude svmu jezdci pidvat hodnotu toku a o 100. +52111 Divok Moa (pee) Tato pee ti pivol Divokho Moa. Pidv 3 % sly proti monstrm. +52112 Divok Moa (pee) Tato pee ti pivol Divokho Moa. Pidv 3 % zisku zkuenost. +52113 Divok Moa (pee) Tato pee ti pivol Divokho Moa. Zvyuje body ivota svho jezdce o 250. +52114 Divok Moa (pee) Tato pee ti pivol Divokho Moa. Zvyuje hodnotu obrany svho jezdce o 50. +52115 Divok Moa (pee) Tato pee ti pivol Divokho Moa. Zvyuje hodnotu toku svho jezdce o 30. +52116 Staten Moa (pee) Tato pee ti pivol Statenho Moa. Pidv svmu jezdci +5 % sly proti monstrm. +52117 Staten Moa (pee) Tato pee ti pivol Statenho Moa. Pidv svmu jezdci +5 % zisku zkuenost. +52118 Staten Moa (pee) Tato pee ti pivol Statenho Moa. Pidv svmu jezdci 500 bod ivota. +52119 Staten Moa (pee) Tato pee ti pivol Statenho Moa. Zvyuje svmu jezdci hodnotu obrany o 150. +52120 Staten Moa (pee) Tato pee ti pivol Statenho Moa. Zvyuje svmu jezdci hodnotu toku o 100. +52701 Lv certifikt Certifikt vlastnictv Mladho lva +52702 Tyg certifikt Certifikt vlastnictv Mladho tygra +52703 Kan certifikt Certifikt vlastnictv Mladho divokho kance +52704 Vl certifikt Certifikt vlastnictv Mladho vlka +52705 Sob certifikt (M) Certifikt vlastnictv Mladho samce soba +52706 Sob certifikt () Certifikt vlastnictv Mlad samice soba +52707 Certifikt Dragora Vlastnick certifikt mladho Dragora. +52708 Mov certifikt Tento certifikt slou jako potvrzen, e jsi vlastnkem Mladho Moa. +53001 +53002 Pee mladho soba Tuto pee me pout na pivoln mladho soba. +53003 Pee ledovho Fnixe Tuto pee me pout k pivoln ledovho Fnixe. +53005 Baby Azrael Tahle mini verze vdce dmon je neobyejn oddan a pid ti 1500 bod ivota a 15 % pokozen od druhho patra Ve dmon a v blov katakombch. +53006 Baby Azrael (zlat) Tahle mini verze vdce dmon je neobyejn oddan a pid ti 1500 bod ivota a 15 % pokozen od druhho patra Ve dmon a v blov katakombch. +53007 Pee Bambiho Tuto pee me pout pro zavoln tvho mladho soba Bambiho. +53008 Pee Knuuda Tato pee ti umon pivolat tv roztomil mld polrnho medvda. +53009 Bao Baova pee Tato pee ti umon pivolat tv roztomil mld pandy. +53010 Pee Leonidase Tuto pee me pout pro zavoln tvho mladho lva Leonidase. +53011 Pee Khana Tuto pee me pout pro zavoln tvho mladho tygra Khana. +53012 Pee Porkyho Tuto pee me pout pro zavoln tvho mladho kance Porkyho. +53013 Pee Rufuse Tuto pee me pout pro zavoln tvho mladho vlka Rufuse. +53014 Pee Mini-Exekutora Tato pee vyvol Mini-Exekutora v ern zbroji. +53015 Pee Mini-Exekutora (z) Tato pee vyvol Mini-Exekutora ve zlat zbroji. +53016 Kostn pee Tato pee pivol tv kostliveck zve. +53017 Pee Nefritovho fnixe Tato pee pivol elegantnho Nefritovho fnixe. +53018 Snn Leonidas (pee) Tuto pee me pout pro vyvoln tvho mazlka. +53019 Arktick Khan (pee) Tuto pee me pout pro vyvoln tvho mazlka. +53020 Polrn Porkie (pee) Tuto pee me pout pro vyvoln tvho mazlka. +53021 Mraziv Rufus (pee) Tuto pee me pout pro vyvoln tvho mazlka. +53022 Pee Sheldona Tato pee zpsob vylhnut tvho zvtka Sheldona z vajka. +53023 Pee Coopera Tahle pee zpsob, e k tob pihopk tv zvtko Cooper. +53024 Mld pantera (7 dn) Tato pee pivol mld ernho pantera. +53025 Mld leoparda (7 dn) Tato pee pivol mld leoparda. +53026 +53218 Mld pantera (30 dn) Tato pee pivol mld ernho pantera. +53219 Mld pantera (120 dn) Tato pee pivol mld ernho pantera. +53220 Mld leoparda (30 dn) Tato pee pivol mld leoparda. +53221 Mld leoparda (120 dn) Tato pee pivol mld leoparda. +53222 Pee Hlavy dn Tuto pee me pout pro pivoln tv Hlavy dn. +53223 Pee Malho kotte Tuto pee me pout pro pivoln tvho Malho kotte. +53224 Pee Snhov vloky Me pout tuto pee pro vyvoln Snhov vloky, roztomil mal snhulandy. +53225 Pee Snholapa Me pout tuto pee pro vyvoln Snholapa, rozpustilho malho snhulka. +53226 Andlek (pee) Tuto pee me pout pro pivoln svho osobnho dohazovae. Garantuje ti 5% zven ance na pronikav zsah a zv tv ZB o 1500. +53227 Vniv srdce (pee) Tuto pee me pout pro pivoln Vnivho srdce. Garantuje ti 5% zven ance na kritick zsah a zv tv ZB o 1500. +53228 Srpovit msc (pee) Me pout tuto pee pro vyvoln Modrho srpovitho msce. +53229 Srpovit msc (pee) Me pout tuto pee pro vyvoln ervenho srpovitho msce. +53232 Baby Huashin Tato miniaturn verze Generla Huashina ti poskytne o 5 % vy anci na pronikav zsah zv ti ZB o 1500. +53501 +53502 Truhla mladho soba V tto truhle netrpliv ek mlad sob, abys ho vypustil ven. +53503 Klec ledovho Fnixe Ledov Fnix ek v kleci, abys ho vypustil ven. +53504 +53505 Truhla Baby Azraela Baby Azrael, miniaturn verze pna dmon, ek na vysvobozen z tto truhly. +53506 Truhla Baby Azraela(zl.) Baby Azrael (zlat), miniaturn verze pna dmon, ek na vysvobozen z tto truhly. +53507 Truhla Bambiho Mlad sob Bambi se ji neme dokat, a se dostane z tto truhly ven. +53508 Truhla Knuuda Roztomil polrn ma Knuud se ji neme dokat, a bude z tto truhly vysvobozen. +53509 Truhla Bao Baa Roztomil pand mld Bao Bao ek, a bude z tto truhly vysvobozeno. +53510 Truhla Leonidase Mlad lev Leonidas se ji neme dokat, a se z tto truhly dostane. +53511 Truhla Khana Tyg mld Khan se jen tese, aby se z tto truhly dostalo. +53512 Truhla Porkyho Mlad kanec Porky se ji neme dokat, a se dostane z tto truhly ven. +53513 Truhla Rufuse Mlad vlk Rufus je cel nedokav, aby se dostal z tto truhly ven. +53514 Truhla Mini-Exekutora Mini-exekutor se ji neme dokat, a bude moci vyskoit z tto truhly ven. +53515 Truhla Mini-Exekut. (zl) Mini-exekutor ve zlat zbroji se ji neme dokat, a bude moci vyskoit z tto truhly ven. +53516 Kostn truhla Obsahuje nhodn pedmt. S trochou tst najde uvnit Booneyho, psa - kostlivce. +53517 Nefritov klec Vzcn Nefritov fnix ek v tto kleci a jej osvobod. +53518 Snn Leonidas Truhla obsahujc pee Snnho Leonidase +53519 Arktick Khan Truhla obsahujc pee Arktickho Khana. +53520 Polrn Porkie Truhla obsahujc pee Polrnho Porkieho. +53521 Mraziv Rufus Truhla obsahujc pee Mrazivho Rufuse. +53522 Sheldonovo hnzdo Tv zvtko Sheldon se schovv v tomto hnzd. +53523 Krli klec Krlek Cooper se schovv v tto kleci. +53526 +53527 Klec Hlavy dn Otevi tuto klec a zsk Pee Hlavy dn. +53528 Sk na koata Otevi a zsk Pee Malho kotte. +53529 Truhla Snhov vloky V tto truhle ek Snhov vloka, tvoje drobn spolenice. I kdy dv pednost chladu, tak rozeheje tvoje srdce. +53530 Truhla Snholapa V tto truhle ek Snholap, tvj drobn spolenk. Osvobo jej z jeho ledovho vzen a uvej si tepla paprsk jeho temperamentu. +53531 Andlkova truhla Otevi truhlu a Bh lsky ve form andlka ti pilet na pomoc. +53532 Truhla vnivho srdce Otevi truhlu a osvobo toto srdce. Ale bu opatrn! S tmto spolenkem zrove uvoln nepedstavitelnou slu. +53533 Truhla srpovitho msce Modr srpovit msc ji netrpliv ek, a bude u truhly osvobozen. +53534 Truhla srpovitho msce erven srpovit msc ji netrpliv ek, a bude u truhly osvobozen. +53535 Truhla Baby Huashina Miniaturn verze Generla Huashina v tto truhle ek na sv vysvobozen. +54041 +54042 +54043 Truhla uednka I Tvj uvtac drek obsahuje sadu zkladn vbavy pro optimln start dobrodrustv. +60001 lu Tuh tlesn tekutina, kter se zskv z jater. +60002 Dopis od strce tbora Doporuen strce tbora +60003 Symbol hrdiny Pedmt, kter se nejen tak dv dle. +70002 Tet ruka Ruka, kter automaticky sbr Yangy. +70003 Kniha nelnka Po tu dobu, co je nelnk vybaven touto knihou, sbraj vichni lenov skupiny o 30 % vc bod zkuenosti. +70004 Medaile za pli Odmna za tvoji tkou prci. Dv ti bhem boje o 20 % zkuenostnch bod vce. +70005 Prsten zkuenost V boji nasbr o 50 % vc bod zkuenost. +70006 Prsten jazyk Prsten, kter byl vyroben ped dvnmi asy pro diplomacii. Pouvej ho, kdy chce mluvit s lidmi z jinch krlovstv. +70008 Bl prapor Bl prapor signalizuje kapitulaci. +70009 Pokladnice Truhla bohat zdoben ornamenty, kter se d otevt pouze specilnm klem. +70010 Skladn list Dokument, kter slou k organizaci skladnch prostor. +70012 Slza bohyn k se, e star amanky utovaly due hrdin Taehwas, kte bojovali proti zlu. +70013 Slza bohyn obr Slza star tanenice, Tae-Hwa, utuje dui bojovnka. +70014 Tableta z krve Tableta z jelen krve. M halucinogenn inek. +70015 Levn kart Bn, robustn kart s pevnm, devnm chytem. +70020 Broskvov vno Elixr, kter ti dod okamit 500 ZB. +70024 Mramor poehnn Legendrn poehnan koule. Kdy m pedmt 4 atributy, pid k nim jet jeden dal. +70027 Kovova poznmka Poznmka od kove, kter ti vysvtl, jak si m zlepit zbra. +70031 Strategie protitoku Tento spis se krom jinho tk tak monost a slabch mst lidsk anatomie. +70035 Magick mdn ruda Ruda na vrobu Pergamenu vlky. K tomu je u kove nutn poehnan pergamen. +70037 Kniha zapomnn Legendrn kniha, kter vymae vzpomnku na nauenou schopnost. Umouje ti nov pidlit 1 bod schopnosti. +70038 Pl᚝ statenosti Barevn pl᚝, se kterm bojovnci kdysi dokazovali svou statenost, ponvad pl᚝ pitahoval veker nestvry. +70039 Pruka o kovn Kniha obsahuje dui starho kove. Po pouit me zvit ance na zlepen pedmt. +70040 Nestupnost Orka Zredukuje ubvn vytrvalosti o polovinu. +70043 Zlodjsk rukavice Zdvojnsob ance ukoistit pedmty. +70047 Prsten jazyk (pklad) Dve byl tento prsten vyrbn pro poteby diplomat. Umouje svmu nositeli mluvit jazyky jinch krlovstv. +70048 Pl᚝ uprchlk Tento pl᚝ nos asto uprchlci. Pokud je soust tv vstroje, zakryje tvou hodnost. +70049 Prsten Lucye Na prstenu je napsno: "Dra bh ti ehn". Zredukuje anci bhem boje ztratit pedmt. +70050 Symbol moudrho csae Od star krlovsk rodiny zddn symbol, kter dod panovnkovi velkou slu. +70051 Rukavice moudrho csae Od star krlovsk rodiny zddn symbol, kter dod panovnkovi tajemnou slu. +70052 Kouzlo karmy 1 Tuto kouzlo pouvaj buddhist k ochran proti smle. +70053 Kouzlo karmy 2 Tuto kouzlo pouvaj buddhist k ochran proti smle. +70054 Kouzlo karmy 3 Tuto kouzlo pouvaj buddhist k ochran proti smle. +70056 Dus z grant. jablka+ Elixr, kter ti dod okamit 1000 ZB. +70057 Pl᚝ statenosti Barevn pl᚝, se kterm bojovnci kdysi dokazovali svou statenost, ponvad pl᚝ pitahoval veker nestvry. S pedmty lze obchodovat. +70058 Teleportan prsten Tento prsten t 50x teleportuje na jakkoliv msto v krlovstv. S pedmtem nelze obchodovat. +70063 Transformovat kostm Odebere bonusy z jednoho z tvch kostm a nahrad je novmi. S trochou tst se me tak zmnit poet bonus (a max. 3). +70064 Zaarovat kostm Odebere bonusy z jednoho z tvch kostm a nahrad je novmi. +70065 Pevod bonus kostmu Pevede bonusy z jednoho kostmu na druh. Pi pevodu je jeden kostm znien. +70102 Fazole Zen Sn stupe zla a zv stupe dobra. +70104 Kulika promny Pomoc tto kuliky se promn v nestvru. +70105 Kulika promny Pomoc tto kuliky se promn v nestvru. +70106 Kulika promny Pomoc tto kuliky se promn v nestvru. +70107 Kulika promny Pomoc tto kuliky se promn v nestvru. +70201 Blic prostedek Vrt ti pvodn barvu vlas. Vyblen vlasy se mohou znova obarvit. +70202 Bl prost. na vlasy Obarv vlasy na blo. Me si barvit vlasy kad ti rovn. +70203 Svtl prost. na vlasy Obarv vlasy svtle. Me si barvit vlasy kad ti rovn. +70204 erv. prost. na vlasy Obarv vlasy na erveno. Me si barvit vlasy kad ti rovn. +70205 Hnd prost. na vlasy Obarv vlasy na hndo. Me si barvit vlasy kad ti rovn. +70206 ern prost. na vlasy Obarv vlasy na erno. Me si barvit vlasy kad ti rovn. +70301 Zsnubn prsten Tento prsten nos milenci. +70302 Snubn prsten Tento prsten nos manel. +71001 Pergamen exorcismu Osvobod t od kletby zlho ducha, kdy se ti nevyda uen. Pergamen ti umon jet ten sam den pest dal dokument schopnost. +71002 Reset vlastnost tla Pouit tohoto pedmtu ti umon nov perozdlit svoje body vlastnost tla (VTB). Takto me dt vvoji tvoj postavy nov smr. +71003 Reset schopnost Pouit tohoto pedmtu ti umon nov rozdlit tvoje body jedn schopnosti. +71004 Medaile draka Uchrn t p pt smrti ped ztrtou tvch bod zkuenost (BZK). +71005 Prsten jazyk Rozum po sedm dn vem jazykm e. +71006 Prsten jazyk Rozum 15 dn vem jazykm e. +71007 Prsten jazyk Rozum 30 dn vem jazykm e. +71008 Kniha o rybaen Zdvojnsob anci chytit vzcnou rybu. +71009 Skladov truhla Tvj sklad se roz o dal dv mstnosti. +71010 Tet ruka Ruka automaticky sbr Yangy. +71011 Maska emoc Dky tto masce me dt svm pocitm voln prbh. +71012 Kniha nelnka Po tu dobu, co je nelnk vybaven touto knihou, sbraj vichni lenov skupiny 3 hodiny o 30 % vc bod zkuenost (BZK). +71013 Ohostroj Raketa osvt nebe tak, e to vichni vid. +71014 Lektvar toku +10 Zv rychlost toku na 30 minut o 10 %. +71015 Prsten zkuenost V boji nasbr o 50 % vc zkuenost. +71016 Zlodjsk rukavice Na 30 minut zdvojnsob anci ukoistit pedmty. +71017 Medaile tst Zdvojnsob anci ukoistit Yangy. +71018 Poehnn ivota Poehnn, kter okamit obnov tvoje ZB. +71019 Poehnn magie Poehnn, kter okamit obnov tvoje MB. +71020 Poehnn draka Poehnn, kter okamit obnov tvoje ZB a MB. +71021 Pergamen vlky Zlepen pedmt se povede dokonale. Lze jej pout jen u pedmt +0 a +3. +71022 Obnoven inteligence Vrt body inteligence ve vlastnostech tla do pvodnho stavu. Nsledn si me body nov rozvrhnout. +71023 Obnoven vitality Vrt body vitality ve vlastnostech tla do pvodnho stavu. Nsledn si me body nov rozvrhnout. +71024 Obnoven sly Vrt body sly ve vlastnostech tla do pvodnho stavu. Nsledn si me body nov rozvrhnout. +71025 Kmen kove Pomoc tohoto kamene a Poehnanho pergamenu mete vyrobit u kove Piruku kovn. +71026 Magick elezn ruda S touto rudou a poehnanm pergamenem se d vyrobit u kove pergamen draka. +71027 ivot draho boha Zv maximln ZB na 30 minut o 20 %. +71028 tok draho boha Zv kodu, kterou zpsob druhm v boji, na 30 minut o 12 a 15 %. +71029 Inteligence draho boha Zv maximln MB na 30 minut o 20 %. +71030 Obrana draho boha Sn kodu, kterou utrp v boji, na 30 minut o 12 a 15 %. +71031 Podpora draho boha Vitalita, sla, inteligence a pohyblivost tvoj postavy se zv pechodn o ptinsobek. +71032 Pergamen draka Odstran riziko, e se pi zlepovn pedmt zni. Pouze jeho kvalita se sn o jeden stupe. Navc se zv pravdpodobnost spnho zlepen o 10 %. +71033 Maska emoc Dky tto masce me dt svm pocitm voln prbh. +71034 Lektvar toku +15 Zv tvoj rychlost toku na 30 minut o 15 %. +71035 Vzkumnkv elixr Zvyuje kvalitu zkoumanch vc, kter mte nasbrat, m zvyuje anci, e budou akceptovny. +71036 Perg. voln nel. Ork Umon nelnkovi Ork zjevit se vedle tvoj postavy. Pozor, je to boss! +71037 Perg. voln nelnka Umon temnmu nelnkovi zjevit se vedle tvoj postavy. Pozor, je to boss! +71038 Perg. voln pavou.krle Umon pavoumu krli zjevit se vedle tvoj postavy. Pozor, je to boss! +71039 Perg. voln elvy Umon velk poutn elv zjevit se vedle tvoj postavy. Pozor, je to boss! +71040 Perg.voln krle plam. Umon krli plamen zjevit se vedle tvoj postavy. Pozor, je to boss! +71041 Perg. voln Devtiocase Umon devtiocasu zjevit se vedle tvoj postavy. Pozor, je to boss! +71042 Perg.voln krle dm. Vyvol Hrdho krle dmon vedle tv postavy. Pozor, je to boss! +71043 Perg.voln tyg. ducha Umon lutmu tygmu duchovi zjevit se vedle tvoj postavy. Pozor, je to boss! +71044 Kritick tok Zv anci doclit kritick zsah na 10 minut o 20 %. +71045 Pronikav tok Zv anci doclit v boji pronikav zsah na 10 minut o 20 %. +71047 Tinktura kamene ducha Vyjme zasazen kmen ducha z jednoho z tvch pedmt. +71048 Kouzlo zmny S tmto kouzlem me zmnit pohlav tv postavy. +71049 Hedvbn raneek S tmto ranekem si me na 10 dn zadarmo otevt soukrom stnek. +71050 Elixr rychlosti Zv na 30 minut tvou rychlost pohybu o 60. +71051 Uhranut vc Pid jeden speciln bonus Va vci, pokud dn jet nem. +71052 Poehnan vc Odebere speciln bonus na jedn va vci a pid jin. +71054 Tinktura krlovstv Umouje odejt do exilu v jinm krlovstv. +71055 Tinktura jmna Umouje zmnit jmno tvoj postavy. +71056 Tinktura nebe Zvyuje anci spnho vloen kamenu ducha. +71057 Kmen fosilnho deva Umon, aby se nalezit fosilnho deva zjevilo vedle tvoj postavy. +71058 Kmen mdn ly Umon mdn le, aby se zjevila vedle tvoj postavy. +71059 Kmen stbrn ly Umon stbrn le, aby se zjevila vedle tvoj postavy. +71060 Kmen zlat ly Umon zlat le, aby se zjevila vedle tvoj postavy. +71061 Kmen nefritov ly Umon nefritov le, aby se zjevila vedle tvoj postavy. +71062 Kmen eben. nalezit Umon naleziti ebenovho deva, aby se zjevilo vedle tvoj postavy. +71063 Kmen stohu mul Umon stohu mul, aby se zjevil vedle tvoj postavy. +71064 Kmen ly blho zlata Umon le s blm zlatem, aby se zjevila vedle tvoj postavy. +71065 Kmen kilov ly Umon kilov le, aby se zjevila vedle tvoj postavy. +71066 Kmen kemenov ly Umon kemenov le, aby se zjevila vedle tvoj postavy. +71067 Kmen ly nebeskch slz Umon le nebeskch slz, aby se zjevila vedle tvoj postavy. +71068 Peko milenc Pokud je st vstroje, zdvojnsob se rychlost zvyovn bod lsky. +71069 Nunice harmonie Zv na 3 hodiny pro oba manele anci na pronikavou rnu v boji maximln o 8 %, kdy je nos jeden z nich. Efekt pedmtu zvis na procentu bod lsky. Pokud m dvojice napklad 50 % bod lsky, pak je maximln efekt tak polovin. +71070 Nramek lsky Zv na 3 hodiny pro oba manele sbran bod zkuenosti v boji maximln o 20 %, kdy ho nos jeden z nich. Efekt pedmtu zvis na procentu bod lsky. Pokud m dvojice napklad 50 % bod lsky, pak je maximln efekt tak polovin. +71071 Nunice lsky Zv na 3 hodiny pro oba manele anci na smrteln zsah v boji maximln o 8 %, kdy je nos jeden z nich. Efekt pedmtu zvis na procentu bod lsky. Pokud m dvojice napklad 50 % bod lsky, pak je maximln efekt tak polovin. +71072 Nramek harmonie Sn na 3 hodiny slu toku neptelskch per maximln o 15 % na oba manely, pokud ho nos jeden z nich. Efekt pedmtu zvis na procentu bod lsky. Pokud m dvojice napklad 50 % bod lsky, pak je maximln efekt tak polovin. +71073 Nhrdelnk lsky Zv na 3 hodiny pro oba manele slu toku v boji maximln o 40, kdy ho nos jeden z nich. Efekt pedmtu zvis na procentu bod lsky. Pokud m dvojice napklad 50 % bod lsky, pak je maximln efekt tak polovin. +71074 Nhrdelnk harmonie Zv na 3 hodiny pro oba manele obranu v boji maximln o 30, kdy ho nos jeden z nich. Efekt pedmtu zvis na procentu bod lsky. Pokud m dvojice napklad 50 % bod lsky, pak je maximln efekt tak polovin. +71075 Barva na vlasy (bl) Obarv tv vlasy napod na blo. +71076 Barva na vlasy (blond) Obarv tv vlasy trvale na blond. +71077 Barva na vlasy (erven) Obarv tv vlasy trvale na erveno. +71078 Barva na vlasy (hnd) Obarv tv vlasy trvale na hndo. +71079 Barva vlas (ern) Obarv tv vlasy trvale na erno. +71080 Kmen Metin (lehk) Nech vedle tebe spadnout lehk kmen Metin. +71081 Kmen Metin (normln) Nech vedle tebe spadnout normln velk kmen Metin. +71082 Kmen Metin (tk) Nech vedle tebe spadnout tk kmen Metin. +71083 Pruka kamen Odstran vechny rozdrcen kameny z pedmtu. Tm pdem obdr dal pokus zlepit zbra nebo brnn. +71084 Zaarovat pedmt Odstran bonusy jednoho z tvch pedmt a pid nov. +71085 Zeslit pedmt Pokud bude mt tst, pid jednomu z tvch pedmt bonus. (Maximln 4 bonusy) +71088 Kniha mis (lehk) Ta v hnd ki vzan kniha obsahuje misi, kterou zvldnou i nezkuen bojovnci. +71089 Kniha mis (normln) Ta v hnd ki vzan kniha obsahuje misi, kterou zvldnou pouze bojovnci se zkuenost v boji. +71090 Kniha mis (tk) Ta v hnd ki vzan kniha obsahuje misi, kterou zvldnou pouze velmi zkuen bojovnci. +71091 Tinktura obchodovn Umouje ti zvolit jinou barvu ttu tvho soukromho stnku. +71092 Kniha promn spn peten tto knihy ti zv stupe schopnosti promny. Po peten kniha zmiz. +71093 Kulika promn Pomoc tto kuliky se promn v nestvru. +71094 Soustedn ten Zv anci na zlepen tvho talentu pi ten dal knihy (nebo kamene due) o dvaaplnsobek. +71095 Propustka Me vstoupit na dal rove pavouho podzem nebo do Pevnosti ervenho draka, kdy uke tuto propustku pslunmu strci. +71096 Tabule prchodu S touto propustkou v podob medaile me projt brnou. +71099 Prsten nslednictv Opravuje nelnka cechu urit nsledovnka a pedat mu veden. +71100 Certifikt zmny vcviku Umouje ti nechat vcvik za sebou a zat nov. K tomu mus mt minimln rove 31. +71101 Lektvar spchu Tento lektvar sniuje dobu obnoven kouzla o 20 procent bhem nsledujcch ticeti minut. +71102 +71103 Svitek znovurozd. (VIT) Vrac vitalitu na 1 a umouje znovu rozdlit vechny body. +71104 Svitek znovurozd. (INT) Nastav Vai inteligenci zpt na 1 a umon znovu rozdlit body. +71105 Znovurozdlen (SLA) Vrt Vai slu zpt na 1 a umon nov rozdlen bod. +71106 Svitek znovurozd. (POH) Vrt Vai pohyblivost na rove 1 a umon Vm znovu rozdlit body. +71107 Plod ivota Zv body hodnosti o 2000 (ekac doba: 8 hodin). +71108 Dus z grant. jablka Elixr, kter ti dod okamit 800 ZB. S pedmtem lze obchodovat. +71109 Svitek opravy Pomoc tohoto svitku mete z vci odebrat naposledy pidan kmen. +71110 Kosk cukr Tento cukk ti umon dt tvmu koni jmno. Zrove zv obranou slu o 20. +71113 Sklenice porozumn Umouje ti ukzat vc z tvho invente jinmu hri. Sklenice se pi pouit rozbije. +71114 Pee divokho kance () Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711151 Pee divokho kance (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711152 Pee divokho kance (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711153 Pee divokho kance (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711154 Pee divokho kance (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +71115 Pee divokho kance (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +71116 Pee vlka () Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711171 Pee vlka (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711172 Pee vlka (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711173 Pee vlka (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711174 Pee vlka (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +71117 Pee vlka (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +71118 Pee tygra () Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711191 Pee tygra (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711192 Pee tygra (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711193 Pee tygra (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711194 Pee tygra (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +71119 Pee tygra (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +71120 Pee lva () Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711211 Pee lva (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711212 Pee lva (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711213 Pee lva (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +711214 Pee lva (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +71121 Pee lva (M) Kouzlo peet vyvol mocnou zvec dui, kter t rychle penese na msto uren. +71122 +71123 Dra upiny Dra upiny jsou jeden z nejodolnjch materil. +71124 Bl Lev Zvata s blou koeinou jsou velmi vzcn a mnoho kultur je uctv, protoe v, e jsou nositel pozoruhodnch sil. +71125 Pee div. boj. kance Divok zl zvec due potebuje mnoho magickch schopnost. Ovem vsledky jsou pekvapiv. +71126 Pee bojovho vlka Divok zl zvec due potebuje mnoho magickch schopnost. Ovem vsledky jsou pekvapiv. +71127 Pee boulivho tygra Divok zl zvec due potebuje mnoho magickch schopnost. Ovem vsledky jsou pekvapiv. +71128 Pee bojovho lva Divok zl zvec due potebuje mnoho magickch schopnost. Ovem vsledky jsou pekvapiv. +71129 Dra elist Pohled na tuto pernou elist vyvolv temn vzpomnky... +71130 Propustka Pokud dte tento lstek strci, budete moci vstoupit do novho patra pavouho podzem nebo do Pevnosti ervenho draka. S pedmtem lze obchodovat. +71131 Pee ernho kon Pee vzneenho ernho kon. +71132 Pee ernho kon Pee vzneenho ernho kon. +71133 Pee ernho kon Pee vzneenho ernho kon. +71134 Pee ernho kon Pee vzneenho ernho kon. +71135 Prsten plmsce Prsten s umleckm gravrovnm ve tvaru plmsce. +71136 Mocn lztko Lztko vyroben z tajnch psad, kter dv zkuenosti a slu do bitvy. +71137 Pee Krl. tygra (m) Kouzlo peet vyvol jezdeck zve, majesttnho Krlovskho tygra (modrho). +71138 Pee Krl. tygra () Kouzlo peet vyvol jezdeck zve, majesttnho Krlovskho tygra (ervenho). +71139 Pee Krl. tygra (zlat) Kouzlo peet vyvol jezdeck zve, majesttnho Krlovskho tygra (zlatho). +71140 Pee Krl. tygra (z) Kouzlo peet vyvol jezdeck zve, majesttnho Krlovskho tygra (zelenho). +71141 Pee Krl. tygra () Kouzlo peet vyvol jezdeck zve, majesttnho Krlovskho tygra (edivho). +71142 Pee Krl. tygra (b) Magie peeti vyvol jezdeck zve, majesttnho krlovskho tygra (blho). +71143 Prsten radosti Prsten s bohatmi dekoracemi, vyroben z nefritu a nebeskho kamene, kter pidv nsledujc bonusy: +50 % bod zkuenost +20 % rychlost toku +20 % rychlost kouzel +30 % sly proti monstrm +10 % maximln ZB +10 % maximln MB +71144 Vnon truhla S lskou zabalen vnon drek, kter obsahuje pekvapen. +71145 Amulet vn lsky Stbrn amulet ve tvaru srdce, ozdoben magickmi drahokamy. +71146 Amorkv kok (rov) Kok ve tvaru srdce, obsahujc 5 pekvapen. Lze jej otevt kadch 30 minut. +71147 Amorkv kok (modr) Kok ve tvaru srdce, obsahujc 5 pekvapen. Lze jej otevt kadch 30 minut. +71148 Prsten sly vle Pid ti +30 % zisku zkuenost, +20 % obrany proti vlenkm, +20 % obrany proti ninjm, +20 % obrany proti Lycanm, +30 % sly proti monstrm, +10 % ZB a +10 % MB po dobu 7 dn. +71149 Prsten smrteln sly Pid ti +30 % zisku zkuenost, +20 % obrany proti surm, +20 % obrany proti amanm, +20 % obrany proti Lycanm, +30 % sly proti monstrm, +10 % ZB a +10 % MB po dobu 7 dn. +71150 Kouzeln vejce Umlecky zdoben ovln truhla skrv vce, ne jen Velikonon pekvapen - odkrv sv pekvapen jedno po druhm. +71151 Zelen kouzlo Odebere pedmty z jednoho pedmtu a pid na nj nov. Lze jej pout pouze na zbran a brnn od rovn 40. S pedmtem nelze obchodovat. +71152 Zelen sla S trochou tst ti pid dal bonus na jeden tvj pedmt (max. 4 bonusy). Lze jej pout pouze na zbran a brnn do rovn 40. S pedmtem nelze obchodovat. +71153 Lektvar vdomost Tento lektvar ti umon zskat 100 % vce zkuenost za jednu hern hodinu. S pedmtem nelze obchodovat. +71154 Lektvar vzestupu (3h) Tento lektvar ti umon zskvat o 80% vce zkuenost po dobu t hodin hernho asu. S pedmtem nelze obchodovat. +71155 Lektvar vdomost (3h) Tento lektvar ti umon zskvat o 100% vce zkuenost po dobu t hodin hernho asu. S pedmtem nelze obchodovat. +71156 Lektvar due (3h) Tento lektvar ti umon zskvat o 150% vce zkuenost po dobu t hodin hernho asu. S pedmtem nelze obchodovat. +71157 +71158 Medaile hrdiny Pid +50 % BZK, +30 % pokozen, +20 % rychlost toku, +20 % rychlost kouzel, +10 % ZB a +10 % MB. +71159 Milnova truhla Truhla pro opravdov hrdiny. Obsahuje nhodn pedmt jako odmnu za tvj triumf. +71160 Athnina truhla Truhla pro opravdov hrdinky. Obsahuje nhodn pedmt jako odmnu za tvj triumf. +71161 Equus Porphyreus Pee k jednomu z nejvzcnjch a nejkrsnjch kon. +71164 Pee Komety Tuto pee me pout pro zavoln tvho soba Komety. +71166 Pee obrnn pandy Tato pee ti pivol tvou Obrnnou pandu. +71171 Pee Jednoroce Tato pee pivol Jednoroce. +71172 Pee Nonho bsu Tato pee pivol Non bs. +71173 Teleportan svitek Tento svitek t penese pmo do bran Pevnosti ervenho draka. +71174 Propustka Pokud tuto propustku ukek strnmu, pust t do Pevnosti ervenho draka. +71175 Propustka Pokud tuto propustku ukek strnmu, pust t do Pevnosti ervenho draka. +71176 ern panter Tato pee pivol tajemnho ernho pantera. +71177 Pee leoparda Tato pee pivol statenho leoparda. +71178 Msn encyklopedie (M) Balk obsahujc 10 nhodnch knih pro Lycany. +71179 Msn encyklopedie (V) Balk obsahujc 25 nhodnch knih pro Lycany. +71180 Lektvar vzestupu (3h) Tento lektvar ti umon zskvat o 80% vce zkuenost po dobu t hodin hernho asu. S pedmtem nelze obchodovat. +71181 Lektvar vdomost (3h) Tento lektvar ti umon zskvat o 100% vce zkuenost po dobu t hodin hernho asu. S pedmtem nelze obchodovat. +71182 Pee Muffina (hndho) Tuto pee me pout pro pivoln Muffina, hrozivho bojovho kuete. +71183 Pee Nuggeta (hndho) Tuto pee me pout pro pivoln Nuggeta, obrovskho bojovho kohoutka. +71184 Pee Muffina (modrho) Tuto pee me pout pro pivoln Muffina, hrozivho bojovho kuete. +71185 Pee Nuggeta (modrho) Tuto pee me pout pro pivoln Nuggeta, obrovskho bojovho kohoutka. +71186 Pee Muffina (zelenho) Tuto pee me pout pro pivoln Muffina, hrozivho bojovho kuete. +71187 Pee Nuggeta (zelenho) Tuto pee me pout pro pivoln Nuggeta, obrovskho bojovho kohoutka. +71188 Kouzeln lzatko Lztko vyroben z tajnch ingredienc, kter poskytuje magickou energii a zkuenosti v bitv. +72001 Prsten zkuenost Zv sbrn zkuenost o 50 % po dobu jedn hodiny. +72002 Prsten zkuenost Zv sbrn zkuenost na 30 minut o 50 %. +72003 Prsten zkuenost Zv sbrn zkuenost na 3 hodiny o 50 %. +72004 Zlodjsk rukavice Zdvojnsob na 10 hodin anci ukoistit pedmty. +72005 Zlodjsk rukavice Zdvojnsob na 30 minut anci ukoistit pedmty. +72006 Zlodjsk rukavice Zdvojnsob na 3 hodiny anci ukoistit pedmty. +72007 Hedvbn raneek Umon ti na 10 hodin otevt soukrom stnek. +72008 Hedvbn raneek Umon ti na 30 minut otevt soukrom stnek. +72009 Hedvbn raneek Umon ti na 3 hodiny otevt soukrom stnek. +72010 Peko milenc Kdy je soust vstroje, zvyuj se pru body lsky po dobu patncti minut dvakrt tak rychle. +72011 Peko milenc Kdy je soust vybaven, zvyuj se body lsky pru podobu ticeti minut dvakrt tak rychle. +72012 Peko milenc Kdy je soust vybaven, zvyuj se body lsky pru po dobu 3 hodin dvakrt tak rychle. +72013 Kniha o rybaen Zdvojnsob na 15 minut anci chytit vzcnou rybu. +72014 Kniha o rybaen Zdvojnsob na 30 minut anci chytit vzcnou rybu. +72015 Kniha o rybaen Zdvojnsob na 3 hodiny anci chytit vzcnou rybu. +72016 Tet ruka Ruka sbr 15 minut automaticky Yangy. +72017 Tet ruka Ruka sbr 30 minut automaticky Yangy. +72018 Tet ruka Ruka sbr 3 hodiny automaticky Yangy. +72019 Skladov truhla Tvj sklad se na 15 minut zvt o dv dal mstnosti. +72020 Skladov truhla Tvj sklad se na 30 minut zvt o dv dal mstnosti. +72021 Skladov truhla Tvj sklad se na 3 hodiny zvt o dv dal mstnosti. +72022 Medaile tst Po dobu deseti hodin zdvojnsob anci ukoistit Yangy. +72023 Medaile tst Po dobu ticeti minut zdvojnsob anci ukoistit Yangy. +72024 Medaile tst Po dobu 3 hodin zdvojnsob anci ukoistit Yangy. +72025 Kritick tok Na 10 minut zv anci o 20 % doclit v boji kritick zsah. +72026 Kritick tok Na 10 minut zv anci o 20 % doclit v boji kritick zsah. +72027 Kritick tok Na 10 minut zv anci o 20 % doclit v boji kritick zsah. +72028 Maska emoc Me dt svm pocitm po sedm dn voln prbh. +72029 Maska emoc Me dt svm pocitm 15 dn voln prbh. +72030 Maska emoc Me dt svm pocitm 30 dn voln prbh. +72031 tok draho boha Zv kodu, kterou zpsob jinm, o 12 a 15 % po dobu 30 minut. +72032 tok draho boha Zv kodu, kterou v boji zpsob jinm, o 12 a 15 % po dobu 30 minut. +72033 tok draho boha Zv kodu, kterou v boji zpsob jinm, o 12 a 15 % po dobu 30 minut. +72034 Obrana draho boha Sn kodu, kterou utrp p obran, o 12 a 15 %. +72035 Obrana draho boha Sn kodu, kterou utrp p obran, o 12 a 15 %. +72036 Obrana draho boha Sn kodu, kterou utrp p obran, o 12 a 15 %. +72037 ivot draho boha Zv na 30 minut maximln ZB o 20 %. +72038 ivot draho boha Zv na 30 minut maximln ZB o 20 %. +72039 ivot draho boha Zv na 30 minut maximln ZB o 20 %. +72040 Inteligence draho boha Zv tvoje maximln MB o 20 % po dobu 30 minut. +72041 Inteligence draho boha Zv tvoje maximln MB o 20 % po dobu 30 minut. +72042 Inteligence draho boha Zv tvoje maximln MB o 20 % po dobu 30 minut. +72043 Kniha nelnka Po celou dobu, co je nelnk vybaven touto knihou, sbraj vichni lenov skupiny o 30 % vc bod zkuenost. +72044 Kniha nelnka Po celou dobu, co je nelnk vybaven touto knihou, sbraj vichni lenov skupiny o 30 % vc bod zkuenost. +72045 Kniha nelnka Po celou dobu, co je nelnk vybaven touto knihou, sbraj vichni lenov skupiny o 30 % vc bod zkuenost. +72046 Nstroj dleit ance Zv anci na pronikav zsah o 20 % po dobu 10 minut. +72047 Nstroj dleit ance Zv anci na pronikav zsah o 20 % po dobu 10 minut. +72048 Nstroj dleit ance Zv anci na pronikav zsah o 20 % po dobu 10 minut. +72301 Poehnan pergamen Odstran riziko, e se pedmt pi zlepovn rozbije. V tomto ppad se sn jeho kvalita o 1. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Magick mdn ruda Pokud u kove zkombinuje tuto rudu s Poehnanm pergamenem, vytvo pergamen vlky. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Prsten zku. (iCafe) Zv sbrn zkuenost o 20 % pokud m lenstv v iCafe. +72502 Zlodj. rukavice (iCafe) V iCafe len zv o jedenaplnsobek spn ukoistn pedmt. +72701 Vtrn boty Zv rychlost pohybu o 30, pokud jsou soust vbavy. +72703 Nunice z tyg kosti Hodnota toku bude zvena o 200 bod na 2 hodiny (as se pot, pouze kdy se pedmt pouv). S pedmtem nelze obchodovat. +72704 Nunice z dra kosti Hodnota obrany bude zvena o 200 bod na 2 hodiny (as se pot, pouze kdy se pedmt pouv). S pedmtem nelze obchodovat. +72705 Nramek z tyg kosti Pokozen za schopnosti bude zveno o 15 % na 2 hodiny (as se pot, pouze kdy se pedmt pouv). S pedmtem nelze obchodovat. +72706 Nramek z dra kosti Hodnota obrany proti toku schopnostmi bude zvena o 15 % na 2 hodiny (as se pot, pouze kdy se pedmt pouv). S pedmtem nelze obchodovat. +72723 Elixr Slunce (M) Automaticky dopln tvoje ZB. Obsahuje 1.000.000 ZB. +72724 Elixr Slunce (S) Automaticky dopln tvoje ZB. Obsahuje 3.000.000 ZB. +72725 Elixr Slunce (V) Automaticky dopln tvoje ZB. Obsahuje 7.000.000 ZB. +72726 Elixr Slunce (E) Automaticky dopluje ZB. Obsahuje 10.000.000 ZB. S pedmtem lze obchodovat. +72727 Elixr Msce (M) Automaticky dopln tvoje MB. Obsahuje 100.000 MB. +72728 Elixr Msce (S) Automaticky dopln tvoje MB. Obsahuje 300.000 MB. +72729 Elixr Msce (V) Automaticky dopln tvoje MB. Obsahuje 700.000 MB. +72730 Elixr Msce (E) Automaticky dopluje MB. Obsahuje 1.000.000 MB. S pedmtem lze obchodovat. +73001 Mdn es (erven) Mdn es, kter vytvo charakteristick vzhled. +73002 Mdn es (svtl) Mdn es, kter vytvo charakteristick vzhled. +73003 Mdn es (modr) Mdn es, kter vytvo charakteristick vzhled. +73004 Mdn es (hnd) Mdn es, kter vytvo charakteristick vzhled. +73005 elenka Krtk vlasy, kter jsou zkrocen elenkou. +73006 elenka Krtk vlasy, kter jsou zkrocen elenkou. +73007 elenka Krtk vlasy, kter jsou zkrocen elenkou. +73008 elenka Krtk vlasy, kter jsou zkrocen elenkou. +73009 Dlouh vlasy (ern) Ohromujc es se skvostnmi ernmi vlasy. +73010 Dlouh vlasy (erven) Ohromujc es se skvostnmi ervenmi vlasy. +73011 Dlouh vlasy (hnd) Ohromujc es se skvostnmi hndmi vlasy. +73012 Dlouh vlasy (zelen) Ohromujc es se skvostnmi zelenmi vlasy. +73251 Kosk ohon (hnd) Dlouh vlasy, kter jsou vzan do copu. +73252 Kosk ohon (zelen) Dlouh vlasy, kter jsou vzan do copu. +73253 Kosk ohon (modr) Dlouh vlasy, kter jsou vzan do copu. +73254 Kosk ohon (svtl) Dlouh vlasy, kter jsou vzan do copu. +73255 Vlasy na ramena (erv.) Pirozen psobc es se stedn dlouhmi vlasy. +73256 Vlasy na ramena (hnd) Pirozen psobc es se stedn dlouhmi vlasy. +73257 Vlasy na ramena (svt.) Pirozen psobc es se stedn dlouhmi vlasy. +73258 Vlasy na ramena (fial.) Pirozen psobc es se stedn dlouhmi vlasy. +73259 Krtk vlasy (erven) Praktick krtkovlas es. Psob hroziv. +73260 Krtk vlasy (modr) Praktick krtkovlas es. Psob hroziv. +73261 Krtk vlasy (ern) Praktick krtkovlas es. Psob hroziv. +73262 Krtk vlasy (svtl) Praktick krtkovlas es. Psob hroziv. +73501 Sportovn es (svtl) Extravagantn krtkovlas es. +73502 Sportovn es (hnd) Extravagantn krtkovlas es. +73503 Sportovn es (blond) Extravagantn krtkovlas es. +73504 Sportovn es (zelen) Extravagantn krtkovlas es. +73505 Charismatick es(bl) Charismatick es s dlouhmi vlasy. +73506 Charismatick es(erv) Charismatick es s dlouhmi vlasy. +73507 Charismatick es(ern) Charismatick es s dlouhmi vlasy. +73508 Charismatick es(fial) Charismatick es s dlouhmi vlasy. +73509 Dlouh cop (bl) Tradin es s copem. +73510 Dlouh cop (modr) Tradin es s copem. +73511 Dlouh cop (ern) Tradin es s copem. +73512 Dlouh cop (hnd) Tradin es s copem. +73751 Vzneen es (hnd) Vzneen psobc es s dozadu sesanmi vlasy. +73752 Vzneen es (ern) Vzneen psobc es s dozadu sesanmi vlasy. +73753 Vzneen es (modr) Vzneen psobc es s dozadu sesanmi vlasy. +73754 Vzneen es (svtl) Vzneen psobc es s dozadu sesanmi vlasy. +73755 Polodlouh vlasy (hnd) Elegantn noen, hladk vlasy. +73756 Polodlouh vlasy (ern) Elegantn noen, hladk vlasy. +73757 Polodlouh vlasy (blond) Elegantn noen, hladk vlasy. +73758 Polodlouh vlasy (fial.) Elegantn noen, hladk vlasy. +73759 Klasick es (hnd) Dlouh vlasy, uesan tradinm zpsobem. +73760 Klasick es (svtl) Dlouh vlasy, uesan tradinm zpsobem. +73761 Klasick es (Fialov) Dlouh vlasy, uesan tradinm zpsobem. +73762 Klasick es (erven) Dlouh vlasy, uesan tradinm zpsobem. +74001 Mdn es (erven) es, kter ti propj nezamniteln vzhled +74002 Mdn es (svtl) es, kter ti propj markantn vzhled +74003 Mdn es (Modr) es, kter ti propj markantn vzhled +74004 Mdn es (hnd) es, kter ti propj markantn vzhled +74005 Pirtsk tek (erven) Krtk hnd vlasy s ervenm pirtskm tkem +74006 Pir.tek (hnd kostk.) Krtk blonat vlasy s hnd kostkovanm pirtskm tkem +74007 Pir. tek (modr) Krtk hnd vlasy s modrm pirtskm tkem +74008 Pir. tek (zel. kostk.) Krtk hnd vlasy se zelen kostkovanm pirtskm tkem +74009 Dlouh vlasy (ern) es, kter ti dod ohromujc vzhled +74010 Dlouh vlasy (erven) es, kter ti dod ohromujc vzhled +74011 Dlouh vlasy (hnd) es, kter ti dod ohromujc vzhled +74012 Dlouh vlasy (zelen) es, kter ti dod ohromujc vzhled +74013 Vlenick afro (mu) D mui vlenkovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74014 Vlenick afro (mu) D mui vlenkovi bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74015 Samurajsk helma (M) D mui vlenkovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74016 Samurajsk helma (M) D mui vlenkovi bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74017 Vlenick fez (M) erven pokrvka hlavy pro mue vlenky (doba trvn: 7 dn). +74018 Vlenick keffiyeh (M) Pokrvka hlavy pro mue vlenky (doba trvn: 7 dn). +74019 Vlenick turban Pokrvka hlavy pro mue vlenky, vyroben z nejkvalitnjch materil (doba trvn: 7 dn). +74020 Maska dn (vlenk) Maska pro vlenky ve tvaru dn. Atributy a doba vdre jsou nhodn. Nahrad existujc es. +74251 Kosk ohon (hnd) Dlouh hnd vlasy svzan do copu. Velmi oblben es u en. +74252 Kosk ocas (zelen) Dlouh zelen vlasy svzan do copu. Velmi oblben es u en +74253 Kosk ohon (modr) Dlouh modr vlasy svzan do copu. Velmi oblben es u en +74254 Kosk ohon (svtl) Dlouh svtl vlasy svzan do copu. Velmi oblben es u en +74255 St.dlouh vlasy (erv.) Sml, neobvykl es +74256 St.dlouh vlasy (hnd) Sml, neobvykl es +74257 St.dlouh vlasy (svt.) Sml, neobvykl es +74258 Sted.dlouh vlasy(fial) Sml, neobvykl es +74259 Krtk vlasy (erven) erven, roztepan vlasy v assasnskm stylu +74260 Krtk vlasy (modr) Modr, roztepan vlasy v assasnskm stylu +74261 Krtk vlasy (ern) ern, roztepan vlasy v assasnskm stylu +74262 Krtk vlasy (blond) Blonat, roztepan vlasy v assasnskm stylu +74263 Ninja afro (ena) D en ninjovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74264 Ninja afro (ena) D en ninjovi bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74265 Klobouk ninjy () D en ninjovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74266 Klobouk ninjy () D en ninjovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74267 tek pro ninjy () Obliejov zvoj pro ensk ninjy, vyroben z kvalitnho materilu (doba trvn: 7 dn). +74268 la pro ninjy () Poutn la pro eny ninjy, vyroben z krsn ltky monster (doba trvn: 7 dn). +74269 Turban pro ninjy () Turban pro eny ninjy, vyroben ze vzcnho materilu (doba trvn: 7 dn). +74270 Maska dn (ninja ena) Maska pro ninjy eny ve tvaru dn. Atributy a doba vdre jsou nhodn. Nahrad existujc es. +74501 Sportovn es (svtl) Vojensky psobc krtkovlas es +74502 Sportovn es (hnd) Vojensky psobc krtkovlas es +74503 Sportovn es (blond) Vojensky psobc krtkovlas es +74504 Sportovn es (zelen) Vojensky psobc krtkovlas es +74505 Charismatick es(bl) es, kter podtrhne tvj osobn charakter +74506 Charismatick es(erv) es, kter podtrhne tvj osobn charakter +74507 Charismatick es(ern) es, kter podtrhne tvj osobn charakter +74508 Charismatick es(fial) es, kter podtrhne tvj osobn charakter +74509 Dlouh cop (bl) Cop ve starm stylu. Kdysi byl symbolem bohatch +74510 Dlouh cop (modr) Cop ve starm stylu. Kdysi byl symbolem bohatch +74511 Dlouh cop (ern) Cop ve starm stylu. Kdysi byl symbolem bohatch +74512 Dlouh cop (hnd) Cop ve starm stylu. Kdysi byl symbolem bohatch +74513 Afro pro suru (mu) D mui Surovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74514 Afro pro suru (mu) D mui Surovi bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74515 Helma pro Suru (M) D mui Surovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74516 Helma pro Suru (M) D mui Surovi bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74517 Fez pro sury (M) erven pokrvka hlavy pro mue sury (doba trvn: 7 dn). +74518 Keffiyeh pro sury (M) Pokrvka hlavy pro mue sury, chrnc ped psky poutn boue (doba trvn: 7 dn). +74519 Turban pro sury (M) Pokrvka hlavy pro mue sury, vyroben z nejkvalitnjho materilu (doba trvn: 7 dn). +74520 Maska dn (sura mu) Maska pro sury ve tvaru dn. Atributy a doba vdre jsou nhodn. Nahrad existujc es. +74521 Mdn es (ediv) es, poskytujc ti osobit vzhled. +74522 elenka Krtk vlasy staen elenkou. +74523 Dlouh vlasy (blond) Psobiv es s ndhernmi blond vlasy. +74524 Modn es (zlat) Modn es se zlatmi vlasy a elenkou. +74525 elenka (ern) Krtk rozcuchan vlasy s elenkou. +74526 Dlouh vlasy (rubnov) Pekrsn rubnov erven vlasy. +74527 Cop (erven) Dlouh vlasy staen do copu. +74528 Vlasy na ramena (modr) Diskrtn es s modrou elenkou. +74529 Krtk es (hnd) es, kter ti dv vhrun vzhled. +74530 Cop (erven) Dlouh erven vlasy, staen do copu - velmi populrn ensk es. +74531 Vlasy na ramena (ern) es s drzm modnm vzhledem. +74532 Krtk es (ediv) Krtk es, kter ti dv vhrun vzhled. +74533 Sportovn es (ern) Krtk es, kter ti dv vojensk vzhled. +74534 Charismat. es (blond) es zdrazujc siln individuln vlastnosti. +74535 Dlouh cop (rov) Staromdn es s vlasy do copu, kter zdrazoval bohatstv. +74536 Sportovn es (fialov) Extravagantn krtk es. +74537 Charismat. es (blond) Charismatick es s dlouhmi vlasy. +74538 Dlouh cop (vzneen) Staromdn es s vlasy do copu, kter zdrazoval bohatstv. +74539 Elegantn es (fialov) Elegantn es se staenmi ernmi vlasy. +74540 St. dlouh es (tmav) Elegantn es pro amany. +74541 Star styl (bl) Dlouh vlasy upraven v tradinm stylu. +74542 Elegantn es (erven) Elegantn es se sponkou ve tvaru motla. +74543 St. dlouh es (bl) Elegantn rovn vlasy. +74544 Star styl (ern) ensk es s dlouhmi rovnmi vlasy. +74545 Rodov copy (erven) Copy zdoben ervenmi korlky indikujcmi pslunost k rodu. +74546 Rodov copy (lut) Copy zdoben lutmi korlky indikujcmi pslunost k rodu. +74547 Rodov copy (modr) Copy zdoben modrmi korlky indikujcmi pslunost k rodu. +74548 Rodov copy (fialov) Copy zdoben fialovmi korlky indikujcmi pslunost k rodu. +74549 Rodov copy (zelen) Copy zdoben zelenmi korlky indikujcmi pslunost k rodu. +74550 Koruna z vl. bobu (zl.) Pokrvka hlavy s runmi dekoracemi a tradinmi perky doplujcmi es. +74551 Koruna z vl. bobu (er.) Pokrvka hlavy s runmi dekoracemi a tradinmi perky doplujcmi es. +74552 Koruna z vl. bobu (vn.) Pokrvka hlavy s runmi dekoracemi a tradinmi perky doplujcmi es. +74553 Koruna z vl. bobu (mod.) Pokrvka hlavy s runmi dekoracemi a tradinmi perky doplujcmi es. +74554 Koruna z vl. bobu (bl) Pokrvka hlavy s runmi dekoracemi a tradinmi perky doplujcmi es. +74555 Vl koruna (zlat) Pokrvka hlavy s propracovanm nboenskm vzorem a tradinmi vlasovmi perky. +74556 Vl koruna (ern) Pokrvka hlavy s propracovanm nboenskm vzorem a tradinmi vlasovmi perky. +74557 Vl koruna (erven) Pokrvka hlavy s propracovanm nboenskm vzorem a tradinmi vlasovmi perky. +74558 Vl koruna (modr) Pokrvka hlavy s propracovanm nboenskm vzorem a tradinmi vlasovmi perky. +74559 Vl koruna (zelen) Pokrvka hlavy s propracovanm nboenskm vzorem a tradinmi vlasovmi perky. +74751 Vzneen es (hnd) Vysoko vyesan vlasy, elegantn ozdoben vlsnikou ve tvaru motla +74752 Vzneen es (ern) Vysoko vyesan vlasy, elegantn ozdoben vlsnikou ve tvaru motla +74753 Vzneen es (modr) Vysoko vyesan vlasy, elegantn ozdoben vlsnikou ve tvaru motla +74754 Vzneen es (svtl) Vysoko vyesan vlasy, elegantn ozdoben vlsnikou ve tvaru motla +74755 Polodlouh vlasy (hnd) Elegantn amansk es +74756 Polodlouh vlasy (ern) Elegantn amansk es +74757 Polodlouh vlasy (blond) Elegantn amansk es +74758 Polodlouh vlasy (fial.) Elegantn amansk es +74759 Klasick es (hnd) ensk es s dlouhmi, stupovit sestienmi vlasy +74760 Klasick es (svtl) ensk es s dlouhmi, stupovit sestienmi vlasy +74761 Klasick es (fialov) ensk es s dlouhmi, stupovit sestienmi vlasy +74762 Klasick es (erven) ensk es s dlouhmi, stupovit sestienmi vlasy +74763 amansk afro () D en amance bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74764 amansk afro () D en amance bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74765 Klobouk pro amany () D en amance bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74766 Klobouk pro amany () D en amance bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +74767 tek pro amany () Obliejov zvoj pro eny amanky, vyroben z cenn ltky (doba trvn: 7 dn). +74768 la pro amany () Poutn la pro eny amanky, vyroben z kvalitnho materilu (doba trvn: 7 dn). +74769 Turban pro amany () Turban pro eny amanky, vyroben z nejkvalitnjch materil (doba trvn: 7 dn). +74770 Maska dn (aman ena) Maska pro amany eny ve tvaru dn. Atributy a doba vdre jsou nhodn. Nahrad existujc es. +75001 Mdn es (erven) Mdn erven vlasy ozdoben stuhou +75002 Mdn es (svtl) Mdn svtl vlasy ozdoben stuhou +75003 Mdn es (modr) Mdn modr vlasy ozdoben stuhou +75004 Mdn es (hnd) Mdn hnd vlasy ozdoben stuhou +75005 elenka (hnd vlasy) Rozcuchan psobc es, spoutan elenkou +75006 elenka (blond) Rozcuchan psobc es, spoutan elenkou +75007 elenka (modr) Rozcuchan psobc es, spoutan elenkou +75008 elenka (zelen) Rozcuchan psobc es, spoutan elenkou +75009 Dlouh vlasy (ern) Ndhern ern vlasy +75010 Dlouh vlasy (erven) Ndhern erven vlasy +75011 Dlouh vlasy (hnd) Ndhern hnd vlasy +75012 Dlouh vlasy (zelen) Ndhern zelen vlasy +75013 Vlenick afro (ena) D en vlenici bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75014 Vlenick afro (ena) D en vlenici bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75015 Vlenick klobouk () D en vlenici bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75016 Vlenick klobouk () D en vlenici bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75017 Vlenick tek () Obliejov zvoj pro eny vlenice, vyroben z kvalitnho materilu (doba trvn: 7 dn). +75018 Vlenick la () Poutn la pro eny vlenice, vyroben z cennho materilu (doba trvn: 7 dn). +75019 Vlenick turban () Pokrvka hlavy pro eny vlenice, vyroben z kvalitnho materilu (doba trvn: 7 dn). +75020 Maska dn (vlenice) Maska pro vlenice ve tvaru dn. Atributy a doba vdre jsou nhodn. Nahrad existujc es. +75201 Kosk ohon (hnd) es se svzanmi vlasy vzadu na hlav +75202 Kosk ohon (zelen) es se svzanmi vlasy vzadu na hlav +75203 Kosk ohon (modr) es se svzanmi vlasy vzadu na hlav +75204 Kosk ohon (svtl) es se svzanmi vlasy vzadu na hlav +75205 St.dlouh vlasy (erv.) Decentn es s blou elenkou +75206 St.dlouh vlasy (hnd) Decentn es se zelenou elenkou +75207 St.dlouh vlasy (svt.) Decentn es se svtlou elenkou +75208 Sted.dlouh vlasy(fial) Decentn es s ervenou elenkou +75209 Krtk vlasy (erven) es, kter propjuje temn vzhled +75210 Krtk vlasy (modr) es, kter propjuje temn vzhled +75211 Krtk vlasy (ern) es, kter propjuje temn vzhled +75212 Krtk vlasy (svtl) es, kter propjuje temn vzhled +75213 Ninja afro (mu) D mui Ninjovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75214 Ninja afro (mu) D mui Ninjovi bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75215 Helma pro Ninju (M) D mui Ninjovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75216 Helma pro Ninju (M) D mui Ninjovi bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75217 Fez pro ninjy (M) erven pokrvka hlavy pro mue ninjy (doba trvn: 7 dn). +75218 Keffiyeh pro ninjy (M) Pokrvka hlavy pro mue ninjy, chrnc ped psky poutn boue (doba trvn: 7 dn). +75219 Turban pro ninjy (M) Pokrvka hlavy pro mue ninjy, vyroben z nejkvalitnjho materilu (doba trvn: 7 dn). +75220 Maska dn (ninja mu) Maska pro ninjy ve tvaru dn. Atributy a doba vdre jsou nhodn. Nahrad existujc es. +75401 Sportovn es (svtl) Extravagantn es, kter je typick pro pslunice Sur +75402 Sportovn es (hnd) Extravagantn es, kter je typick pro pslunice Sur +75403 Sportovn es (blond) Extravagantn es, kter je typick pro pslunice Sur +75404 Sportovn es (zelen) Extravagantn es, kter je typick pro pslunice Sur +75405 Charismatick es(bl) Bl, dlouh vlasy ve svhlavm stylu +75406 Charismatick es(erv) erven, dlouh vlasy ve svhlavm stylu +75407 Charismatick es(ern) ern, dlouh vlasy ve svhlavm stylu +75408 Charismatick es(fial) Fialov, dlouh vlasy ve svhlavm stylu +75409 Dlouh cop (bl) es s copem +75410 Dlouh cop (modr) es s copem +75411 Dlouh cop (ern) es s copem +75412 Dlouh cop (hnd) es s copem +75413 Afro pro suru (ena) D en surovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75414 Afro pro suru (ena) D en surovi bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75415 Klobouk pro sury () D en surovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75416 Klobouk pro sury () D en surovi bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75417 tek pro sury () Obliejov zvoj pro eny sury, vyroben z cenn ltky (doba trvn: 7 dn). +75418 la pro sury () Poutn la pro eny sury, vyroben z kvalitnho materilu (doba trvn: 7 dn). +75419 Turban pro sury () Pokrvka hlavy pro eny amanky, vyroben z kvalitnho materilu (doba trvn: 7 dn). +75420 Maska dn (sura ena) Maska pro sury eny ve tvaru dn. Atributy a doba vdre jsou nhodn. Nahrad existujc es. +75601 Vzneen es (hnd) Mdn stih, kter dod amanm vzneen vraz +75602 Vzneen es (ern) Mdn stih, kter dod amanm vzneen vraz +75603 Vzneen es (modr) Mdn stih, kter dod amanm vzneen vraz +75604 Vzneen es (svtl) Mdn stih, kter dod amanm vzneen vraz +75605 Polodlouh vlasy (hnd) Hnd hladk vlasy +75606 Polodlouh vlasy (ern) ern hladk vlasy +75607 Polodlouh vlasy (blond) Blonat hladk vlasy +75608 Polodlouh vlasy (fial.) Fialov hladk vlasy +75609 Klasick es (hnd) Klasick es bojovnk. Hnd vlasy jsou svzan do copu +75610 Klasick es (svtl) Klasick es bojovnk. Svtl vlasy jsou svzan do copu +75611 Klasick es (fialov) Klasick es bojovnk. Fialov vlasy jsou svzan do copu +75612 Klasick es (erven) Klasick es bojovnk. erven vlasy jsou svzan do copu +75613 amansk afro (M) D mui amanovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75614 amansk afro (M) D mui amanovi bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75615 amansk helma (M) D mui amanovi bonus 1 % ZB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75616 amansk helma (M) D mui amanovi bonus 1 % MB. Nahrad aktuln styl vlas (doba trvn: 7 dn) +75617 Fez pro amany (M) Pokrvka hlavy pro mue amany, vyroben z kvalitnho materilu (doba trvn: 7 dn). +75618 Keffiyeh pro amany (M) Pokrvka hlavy pro mue amany, chrnc ped psky poutn boue (doba trvn: 7 dn). +75619 Turban pro amany (M) Pokrvka hlavy pro mue amany, vyroben z kvalitnho materilu (doba trvn: 7 dn). +75620 Maska dn (aman mu) Maska pro amany ve tvaru dn. Atributy a doba vdre jsou nhodn. Nahrad existujc es. +76000 Broskvov vno Elixr, kter ti dod okamit 500 ZB. S pedmtem nelze obchodovat. +76001 Reset vlastnost tla Pouit tohoto pedmtu ti umon nov perozdlit svoje body vlastnost tla (VTB). Takto me dt vvoji tvoj postavy nov smr. S pedmtem nelze obchodovat. +76002 Vysuen hlava Tato belsk vysuen hlava otevr pee do tetho patra blovy katakomby. S pedmtem nelze obchodovat. +76003 Lektvar spchu Tento lektvar sniuje dobu obnoven kouzla o 20 procent bhem nsledujcch ticeti minut. S pedmtem nelze obchodovat. +76004 Elixr Msce (M) Automaticky dopln tvoje MB. Obsahuje 10.000 MB. S pedmtem nelze obchodovat. +76005 Elixr Msce (S) Automaticky dopln tvoje MB. Obsahuje 300.000 MB. S pedmtem nelze obchodovat. +76006 Kompas kamene Metin Kompas ti uke intenzitou ipky smr a vzdlenost nejbliho kamene Metin. m vce svt, tm jsi ble. Mue bt aktivovn estkrt. S pedmtem nelze obchodovat. +76007 Pl᚝ statenosti Barevn pl᚝, se kterm bojovnci kdysi dokazovali svou statenost, ponvad pl᚝ pitahoval veker nestvry. S pedmtem nelze obchodovat. +76008 Medaile draka Uchrn t p pt smrti ped ztrtou tvch bod zkuenost (BZK). S pedmtem nelze obchodovat. +76009 Pergamen draka Odstran riziko, e se pi zlepovn pedmt zni. Pouze jeho kvalita se sn o jeden stupe. Navc se zv pravdpodobnost spnho zlepen o 10 %. S pedmtem nelze obchodovat. +76010 Krvav kmen Tento kmen je vyroben z krve bohyn Bahar-Taraji a zaruuje Vm vstup do Jeskyn vyhnanstv. S pedmtem nelze obchodovat. +76011 Kniha nelnka Po tu dobu, co je nelnk vybaven touto knihou, sbraj vichni lenov skupiny o 30 % vc bod zkuenosti. S pedmtem nelze obchodovat. +76012 Elixr rychlosti Zv na 30 minut tvou rychlost pohybu o 60. S pedmtem nelze obchodovat. +76013 Zeslit pedmt S trochou tst ti pid dal bonus na jeden tvj pedmt (max. 4 bonusy). S pedmtem nelze obchodovat. +76014 Zaarovat pedmt Odebere bonusy z jednoho pedmtu a pid na nj nov. S pedmtem nelze obchodovat. +76015 Mramor poehnn Legendrn poehnan koule. Kdy m pedmt 4 atributy, pid k nim jet jeden dal. S pedmtem nelze obchodovat. +76016 Poehnan pergamen Odstran riziko, e se pedmt pi zlepovn rozbije. V tomto ppad se sn jeho kvalita o 1. S pedmtem nelze obchodovat. +76017 Lektvar toku +10 Zv rychlost toku na 30 minut o 10 %. S pedmtem nelze obchodovat. +76018 Lektvar toku +15 Zv tvoj rychlost toku na 30 minut o 15 %. S pedmtem nelze obchodovat. +76019 Propustka Me vstoupit na dal rove pavouho podzem nebo do Pevnosti ervenho draka, kdy uke tuto propustku pslunmu strci. S pedmtem nelze obchodovat. +76020 Vzkumnkv elixr Zvyuje kvalitu zkoumanch vc, kter mte nasbrat, m zvyuje anci, e budou akceptovny. S pedmtem nelze obchodovat. +76021 Elixr Slunce (M) Automaticky dopln tvoje ZB. Obsahuje 100.000 ZB. S pedmtem nelze obchodovat. +76022 Elixr Slunce (S) Automaticky dopln tvoje ZB. Obsahuje 3.000.000 ZB. S pedmtem nelze obchodovat. +76023 Zelen kouzlo Odebere pedmty z jednoho pedmtu a pid na nj nov. Lze jej pout pouze na zbran a brnn do rovn 40. S pedmtem nelze obchodovat. +76024 Zelen sla S trochou tst ti pid dal bonus na jeden tvj pedmt (max. 4 bonusy). Lze jej pout pouze na zbran a brnn do rovn 40. S pedmtem nelze obchodovat. +76025 Vtrn boty Pokud je nos, zv rychlost tvho pohybu o 30. +79501 Luitnkv toulec Toulec, kter ti poskytne nevyerpatelnou zsobu p na 24 hodin. Bez redukce pokozen pi zsahu na velkou vzdlenost. +79502 Luitnkv toulec Toulec, kter ti poskytne nevyerpatelnou zsobu p na 7 dn. Bez redukce pokozen pi zsahu na velkou vzdlenost. +79503 Luitnkv toulec Toulec, kter ti poskytne nevyerpatelnou zsobu p. Bez redukce pokozen pi zsahu na velkou vzdlenost. +79504 Luitnkv toulec Toulec, kter ti poskytne nevyerpatelnou zsobu p. Bez redukce pokozen pi zsahu na velkou vzdlenost. +80001 Vek s penzi Z ke seit, tmav a u trochu obnoen vek s penzi. +80002 Przdn list Jet nepouit kousek pergamenu vysok kvality. +80008 Hrouda zlata Hrouda zlata, kter nikdy nebyla zpracovna. V obchod se prodv za vysokou cenu. +80014 DM kupn (100) Kupn v hodnot 100 DM. S pedmtem lze obchodovat. +80015 DM kupn (500) Kupn v hodnot 500 DM. S pedmtem lze obchodovat. +80016 DM kupn (1000) Kupn v hodnot 1000 DM. S pedmtem lze obchodovat. +80017 DM kupn (50) Kupn v hodnot 50 DM. S pedmtem lze obchodovat. +80019 Jemn pltno Z tohoto materilu je vyrobena erpa. +90000 Certifikt zruen Pouij Certifikt zruen pro odstrann bonus ze erpy. +90001 Przdn lhev na vodu Pevn ndoba na transport vody - momentln przdn. +90002 Lhev na vodu Pevn ndoba na pepravu vody. +90003 Kil Vjimen pkn a jasn perk, kter se ve slunenm svtle krsn tpyt. +90004 Drahokam Pkn obarven a hladce brouen kmen, kter se pouv ve vrob perk. +90005 Aqua kmen Tvrd a hrubozrnn kmen, kter se pouv na brouen zbran a kuchyskch nstroj. +90006 Kmen ducha Tento kmen zlep kvalitu pedmtu pi uit ve vzbroji nebo zbran. +90007 Minerl Existuj vce ne 4000 minerl, kter se l v jejich krystalovch strukturch a tm formou a barvou. +90010 Zkladov kmen Stavebn materil pro cechovn budovu +90011 Kmen Stavebn materil pro cechovn budovu +90012 Peklika Stavebn materil pro cechovn budovu +90013 diff --git a/bin/pack/locale_cz/locale/cz/jobdesc_assassin.txt b/bin/pack/locale_cz/locale/cz/jobdesc_assassin.txt new file mode 100644 index 00000000..d238b0fb --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/jobdesc_assassin.txt @@ -0,0 +1,18 @@ +[DELAY value;10] +Ninjov jsou profesionln[ENTER] +vrazi, kte jsou schopni[ENTER] +kdykoliv zken a bez hlesu[ENTER] +zatoit. Aby zdraznili[ENTER] +vlastn zrunost a rychlost,[ENTER] +[WAIT] +nos tito Assassinov -[ENTER] +kte vypadaj jako pelud -[ENTER] +pouze lehk brnn. Ta jim[ENTER] +nebrn ve splvavch[ENTER] +pohybech. Podle toho, jakou[ENTER] +[WAIT] +maj specializaci, um[ENTER] +Ninjov navc jak mistrovsky[ENTER] +zachzet s dkou, tak i[ENTER] +manipulovat lukem a pem v[ENTER] +boji na dlku. \ No newline at end of file diff --git a/bin/pack/locale_cz/locale/cz/jobdesc_shaman.txt b/bin/pack/locale_cz/locale/cz/jobdesc_shaman.txt new file mode 100644 index 00000000..bc7d2157 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/jobdesc_shaman.txt @@ -0,0 +1,15 @@ +[DELAY value;10] +Poehnni moudrost dlouhho[ENTER] +a intenzivnho studia,[ENTER] +vyuvaj amani v boji[ENTER] +kouzla a magii. Pitom[ENTER] +prospvaj jejich mystick[ENTER] +[WAIT] +schopnosti nejen jim samm,[ENTER] +ale i jejich spolubojovnkm[ENTER] +a pomocnkm. Dky[ENTER] +specializaci maj amani[ENTER] +monost zeslit toky nebo[ENTER] +[WAIT] +vyvolat jednotliv kouzla na[ENTER] +lbu a podporu. \ No newline at end of file diff --git a/bin/pack/locale_cz/locale/cz/jobdesc_sura.txt b/bin/pack/locale_cz/locale/cz/jobdesc_sura.txt new file mode 100644 index 00000000..22ab78f9 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/jobdesc_sura.txt @@ -0,0 +1,17 @@ +[DELAY value;10] +Surov jsou bojovnci, kte[ENTER] +doshli magickch sil,[ENTER] +jakmile prohlsili, e jsou[ENTER] +pipraveni nechat vyklit[ENTER] +ve vlastn nrui sm[ENTER] +[WAIT] +bla. Dky tomu jsou[ENTER] +schopni, se v boji tlo na[ENTER] +tlo hbit ubrnit meem[ENTER] +nebo v boji na dlku[ENTER] +pokodit soupee magi. Dky[ENTER] +[WAIT] +specializaci vylepuj[ENTER] +Surov svoje kouzla toku[ENTER] +nebo zskvaj dal[ENTER] +posilujc kouzla. \ No newline at end of file diff --git a/bin/pack/locale_cz/locale/cz/jobdesc_warrior.txt b/bin/pack/locale_cz/locale/cz/jobdesc_warrior.txt new file mode 100644 index 00000000..63a19f15 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/jobdesc_warrior.txt @@ -0,0 +1,17 @@ +[DELAY value;10] +Dky svm schopnostem,[ENTER] +zbranm a tk vstroji[ENTER] +hraj vlenci dleitou[ENTER] +roli v boji tlo na tlo.[ENTER] +Usiluj jedin a pouze o[ENTER] +[WAIT] +fyzickou slu a vyrovnan[ENTER] +klid ducha. Podle toho,[ENTER] +jakou si zvolili[ENTER] +specializaci, mohou[ENTER] +dvourunmi zbranmi[ENTER] +[WAIT] +napchat zniujc kodu[ENTER] +nebo meem a ttem[ENTER] +elegantn odplit toky[ENTER] +nkolika soupe najednou. \ No newline at end of file diff --git a/bin/pack/locale_cz/locale/cz/locale_game.txt b/bin/pack/locale_cz/locale/cz/locale_game.txt new file mode 100644 index 00000000..53ae795b --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/locale_game.txt @@ -0,0 +1,936 @@ +AFF_LOVE_POINT Body za lsku: %d%% +ALIGNMENT_NAME Hodnost: +ATTACK_ERROR_UNKNOWN Neznm chyba v toku: %s +CANNOT_ATTACK_DEST_IN_SAFE Soupe je pli daleko. +CANNOT_ATTACK_SELF_IN_SAFE Odtud nemu zatoit na neptele. +CANNOT_EQUIP_IN_EXCHANGE Kdy obchoduje, neme mnit vzbroj. +CANNOT_EQUIP_IN_SHOP Kdy obchoduje, neme mnit vzbroj. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA Neme soukrom stnek otevt na veejnm mst. +CANNOT_SHOOT_DEST_IN_SAFE Neptel je pli daleko. +CANNOT_SHOOT_EMPTY_ARROW Potebuji p. +CANNOT_SHOOT_SELF_IN_SAFE Odtud nemu zatoit na neptele. +CANNOT_SKILL_APPROACH Jsem si jist, e se u bl nedostanu. +CANNOT_SKILL_ATTACK Nemu na to zatoit. +CANNOT_SKILL_BLUE Neme pout Dui modrho vlka kdy je Due purpurovho vlka aktivn. +CANNOT_SKILL_DEST_IN_SAFE Soupe je pli daleko. +CANNOT_SKILL_EQUIP_FISHING_ROD Potebuji rybsk prut. +CANNOT_SKILL_HAVE_TO_RIDE Potebuji nejdv kon, ne to pouiji. +CANNOT_SKILL_NEED_EMPTY_BOTTLE Nemm przdnou lhev. +CANNOT_SKILL_NEED_POISON_BOTTLE Nemm lhev s jedem. +CANNOT_SKILL_NEED_TARGET Kdo je cl? +CANNOT_SKILL_NOT_ENOUGH_HP Nemm dostatek ZB! +CANNOT_SKILL_NOT_ENOUGH_SP Nemm dostatek MB! +CANNOT_SKILL_NOT_HORSE_SKILL Kdy jedu na koni, tohle nemu pout. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON Tuto schopnost nemu nasadit ve spojen s touto zbran. +CANNOT_SKILL_NOT_YET_LEARN Tuto schopnost jsem se jet nenauil. +CANNOT_SKILL_ONLY_FOR_ALLIANCE To psob jen na leny skupiny. +CANNOT_SKILL_ONLY_FOR_CORPSE To psob jen na mrtv. +CANNOT_SKILL_RED Neme pout Dui purpurovho vlka kdy je Due modrho vlka aktivn. +CANNOT_SKILL_REMOVE_FISHING_ROD Tuto schopnost nemu pout ve spojen s rybskm prutem. +CANNOT_SKILL_SELF_IN_SAFE Odtud nemu zatoit. +CANNOT_SKILL_USE_SELF Toto nemu pout sm na sob. +CANNOT_SKILL_WAIT_COOLTIME Tuto schopnost nemu zatm pout. +CANNOT_USE Toto neme pout. +CANNOT_WHISPER_DEST_REFUSE %s zablokoval eptn. SA +CANNOT_WHISPER_NOT_LOGON %s nen online. SA +CANNOT_WHISPER_SELF_REFUSE Neme s nikm eptat, pokud jsi kompletn zablokoval eptn. SNA +CHANNEL Kanl +CHANNELING_CANNOT_LOGOUT Neme zpt na strnku s pihlenm. +CHANNEL_EMPTY_SERVER dn server +CHANNEL_NORMAL Kanl %d +CHANNEL_NOTIFY_FULL Tento kanl je pln! Zvol si prosm jin. +CHANNEL_NOT_FIND_INFO Neobdr dn informace z kanlu. +CHANNEL_PVP Voln souboj +CHANNEL_SELECT_CHANNEL Zvol si kanl +CHANNEL_SELECT_REGION Zvolit msto na vystaven tenky +CHANNEL_SELECT_SERVER Zvolit server +CHANNEL_TEST_SERVER Vyzkouet server +CHANNEL_TEST_SERVER_ADDR Test %s:%d +CHARACTER_CREATE_MODE Tvorba postavy +CHARACTER_SELECT_MODE Volba postavy +CHAT_ALL Vichni +CHAT_BLOCK Blokovat +CHAT_GUILD Cech +CHAT_INFORMATION Informace +CHAT_INSULT_STRING Vta obsahuje neppustn slova. +CHAT_LOG Zobrazit star zprvy [L] +CHAT_LOG_TITLE Log chatu +CHAT_NORMAL Normln +CHAT_NOTICE Oznmen +CHAT_PARTY Skupina +CHAT_SEND_CHAT Poslat chat +CHAT_SEND_MEMO Poslat epot [Shift+Enter] +CHAT_SHOUT Zavolat +CHAT_SHOUT_LIMIT Me volat jenom kadch 15 vtein. +CHAT_WHISPER eptat +COMB_ALREADY_APPEND +COMB_CANT_APPEND_ITEM Tento pedmt nelze pout. +COMB_CANT_APPEND_SEALED_ITEM Nelze pout pedmty s duevnm poutem. +COMB_COST Cena: %s +COMB_IS_CONTINUE_PROCESS Peje si pokraovat? +COMB_NOTICE Neme si otevt soukrom stnek kdy obchoduje s knihami. +COMB_NOTICE_NOT_OPEN Neme obchodovat s knihami, kdy m oteven soukrom stnek. +COMB_NOT_ALL_SLOT_APPEND_ITEM Na pevod bonus potebuje druh kostm. +COMB_NOT_FULL_BOOK Ne, takhle obchody dlat nebudu. Jak jsem ti ji ekl, budu s tebou obchodovat jen kdy mi nabdne 10 knih. +COMB_NOT_ITEM_IN_INVENTORY Neme pout pouvan pedmt. +COMB_NOT_MEDIUM_ITEM Tento pedmt nelze pout. +COMB_WILL_REMOVE_MATERIAL Kostm 2 bude znien. +CREATE_ERROR_GM_NAME V nzvu postavy nesm pout ,GM. +CREATE_ERROR_INSULT_NAME Toto jmno je neppustn. +CREATE_ERROR_LIMIT_LEVEL Tv postava mus bt alespo rovn 80. +CREATE_ERROR_TIME_LIMIT Postavu me vytvoit pouze jednou za 30 vtein. +CREATE_ERROR_WRONG_STRING Jmno tv postavy neme obsahovat speciln znaky. +CREATE_EXIST_SAME_NAME Tento nzev je u zadn pro jinou postavu. +CREATE_FAILURE Neme vytvoit tuto postavu. +CREATE_FULL Neme vytvet dal postavy. +CREATE_GM_NAME GM +CREATE_INPUT_NAME Zadej jmno. +CREATE_PLUS_STAT Status-body jsou jet k dispozici. +DAY D +DONT_USE_ITEM_WHEN_SHOW_CONFIRM Neme pesunout dn pedmt, kdy probh poadavek. +DO_YOU_BUY_ITEM1 Chce koupit %s za %s? +DO_YOU_BUY_ITEM2 Chce koupit %s %s za %s? +DO_YOU_DROP_MONEY Chce nechat padnout %d Yang? +DO_YOU_SELL_ITEM1 Chce prodat %s za %s? +DO_YOU_SELL_ITEM2 Chce prodat %s %s za %s? +DRAGON_SOUL_CANNOT_REFINE Dra kmen nelze zulechtit. +DRAGON_SOUL_CANNOT_REFINE_MORE Dra kmen je ji na nejvy rovni. +DRAGON_SOUL_EQUIP_WARNING1 Je tk odebrat Dra kmen, jakmile je jednou pidn. +DRAGON_SOUL_EQUIP_WARNING2 Opravdu si peje pokraovat? +DRAGON_SOUL_EXPIRED Propadl Dra kmen +DRAGON_SOUL_INVALID_DRAGON_SOUL Toto je patn Dra kmen. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL Toto nen Dra kmen. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE Toto nen sprvn Dra kmen. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL Nem dostatek surovin pro zulechtn. +DRAGON_SOUL_NOT_MATCHED_SLOT Do tohoto chytu Dra kmen nelze zasadit. +DRAGON_SOUL_STEP_LEVEL1 irost: matn, +DRAGON_SOUL_STEP_LEVEL2 irost: ist, +DRAGON_SOUL_STEP_LEVEL3 irost: bezchybn, +DRAGON_SOUL_STEP_LEVEL4 irost: brilantn, +DRAGON_SOUL_STEP_LEVEL5 irost: excelentn, +DRAGON_SOUL_STRENGTH rove: +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 Bhem tohoto procesu me bt Dra kmen znien. +DRAGON_SOUL_UNEQUIP_WARNING2 Opravdu si peje pokraovat? +DRAGON_SOUL_UNMATCHED_SLOT Toto je patn chyt. +DRAGON_SOUL_UNQUALIFIED Jet neme pout Dra alchymii. +DROP_ITEM_FAILURE_EQUIP_ITEM Neme nechat spadnout vybaven pedmt. +DROP_ITEM_FAILURE_PRIVATE_SHOP Neme nechat spadnout dn pedmt, kdy m oteven soukrom stnek. +DROP_MONEY_FAILURE_1000_OVER Me nechat spadnout maximln 999 Yang. +EMOTION_ANGRY K zlosti +EMOTION_ATTRACTIVE Pokuen +EMOTION_BANTER Utpan +EMOTION_CHEERS_1 Jsot 1 +EMOTION_CHEERS_2 Jsot 2 +EMOTION_CHEERUP Jsat +EMOTION_CHOOSE_ONE Zvol si cl. +EMOTION_CLAP Potlesk +EMOTION_CLAP_KISS Pusa +EMOTION_CONGRATULATION tcha +EMOTION_DANCE_1 Tanec 1 +EMOTION_DANCE_2 Tanec 2 +EMOTION_DANCE_3 Tanec 3 +EMOTION_DANCE_4 Tanec 4 +EMOTION_DANCE_5 Tanec 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE Odputn +EMOTION_FRENCH_KISS Lbn jazykem +EMOTION_JOY Radost +EMOTION_SAD Smutn +EMOTION_SHY Odmtnut +EMOTION_SLAP Rna +EMPIRE_A Krlovstv Shinsoo +EMPIRE_B Krlovstv Chunjo +EMPIRE_C Krlovstv Jinno +EMPIRE_SELECT_MODE Volba krlovstv +EXCHANGE_CANNOT_GIVE S tmto pedmtem se ned obchodovat. +EXCHANGE_CANT_EDIT_MONEY Ted' neme zmnit stku. +EXCHANGE_FAILURE_EQUIP_ITEM Vybaven pedmty neme vymnit. +EXCHANGE_MONEY stka +EXCHANGE_TITLE Obchodovat s %s +FISHING_FAILURE Ztratil jsi nvnadu na ryby. +FISHING_NOTIFY1 Vypad to, e %s zabralo. +FISHING_NOTIFY2 Vypad to, e na hku je %s. +FISHING_SUCCESS1 Chytil jsi %s! +FISHING_SUCCESS2 Vythl jsi z vody %s! +FISHING_UNKNOWN Nco mi sebralo nvnadu, ale nevm, co to bylo. +FISHING_WRONG_PLACE Tady nemu lovit ryby. +FOR_FEMALE Pro eny +FOR_MALE Pro mue +GAME_CANNOT_MINING Kdy jede na koni, neme tit nerostn suroviny. +GAME_CANNOT_PICK_ITEM Neme sebrat tento pedmt, protoe jsi ho neukoistil. +GAME_INIT_ERROR_CURSOR My kurzor nemohl bt umstn. +GAME_INIT_ERROR_DIRECTX Aby hra fungovala, mus bt instalovn DirectX 8.1.\nNainstaluj DirectX 8.1 nebo vy. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE Nebylo nalezeno dn grafick vybaven, kter tato hra vyaduje.\nPesvdi se, zda m sprvn instalovanou VGA-kartu. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST Grafick zazen nebylo nalezeno.\nPesvdi se, zda m k dispozici VGA-kartu.\nAlternativn me zaktivovat zrychlen hardware.\n(Nastav zrychlen hardware na maximum v:\nOvldac panely-->Zobrazen-->Nastaven-->Rozen-->registran karta Odstrann problm) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT Grafick karta tvho potae nepodporuje modus okna ve 32bitovm mdu.\nPepni na 16bitov modus nebo pouij celoplon zobrazen. +GAME_INIT_ERROR_ITEM_PROTO Nejsou k dispozici dn daje o pedmtech.\nNainstaluj hru znovu. +GAME_INIT_ERROR_MAIN_WINDOW Hlavn okno nemohlo bt vytvoeno. +GAME_INIT_ERROR_MOB_PROTO Nejsou k dispozici dn daje o perch.\nNainstaluj hru znovu. +GAME_INIT_ERROR_NETWORK Nebylo vytvoeno spojen po sti.\nPezkouej pipojen na internet. +GAME_PICK_MONEY Obdrel jsi %d Yang. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT Vka nen 128 pixel. +GUILDMARK_UPLOADER_ERROR_12_HEIGHT Vka nen 12 pixel. +GUILDMARK_UPLOADER_ERROR_16_WIDTH ka nen 16 pixel. +GUILDMARK_UPLOADER_ERROR_64_WIDTH ka nen 64 pixel. +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT Hra nepodporuje tento obrzek. +GUILDMARK_UPLOADER_ERROR_PATH Pesu soubory do sloky metin2/upload. +GUILDMARK_UPLOADER_ERROR_SELECT Nebyl zvolen dn obrazov soubor. +GUILDWAR_CTF_TITLE Zmocnit se praporu +GUILDWAR_NORMAL_TITLE Poln bitva +GUILDWAR_QUESTION_LINE_1 Cech %s vyhlsil tvmu cechu vlku. +GUILDWAR_QUESTION_LINE_2 Pijm? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Djit vlky cech +GUILD_BUILDING_GRADE Hodnost +GUILD_BUILDING_NAME Nzev budovy +GUILD_CANNOT_HEAL_GSP_ANYMORE Energie draho ducha je pln obnovena. +GUILD_COMMENT Pst +GUILD_CREATE_ERROR_INSULT_NAME Nzev cechu je neppustn. +GUILD_DEFAULT_GRADE lenov cechu +GUILD_DELETE Smazat +GUILD_DEPOSIT Deponovat +GUILD_DO_YOU_HEAL_GSP Chce pout %d Yang na obnovu %d jednotek Draho ducha? +GUILD_DO_YOU_JOIN t pozval. Peje si vstoupit do cechu? +GUILD_EMPTY_AREA Plan zem +GUILD_ENEMY_GUILD_NAME Nzev neptelskho cechu +GUILD_FACILITY Vedlej budova +GUILD_GEM Drahokam +GUILD_HEADQUARTER Hlavn budova +GUILD_HEAL_GSP Obnovit draho ducha +GUILD_INFO_ENEMY_GUILD_EMPTY dn +GUILD_MARK_NOT_ENOUGH_LEVEL Je zapoteb minimln rovn 3. +GUILD_NAME Nzev cechu +GUILD_NOT_ENOUGH_MATERIAL Nem dostatek stavebnho materilu pro tuto budovu. +GUILD_NOT_ENOUGH_MONEY Nem dostatek Yang pro tuto budovu. +GUILD_NO_NOTICE_PERMISSION Nejsi oprvnn, zveejovat oznmen. +GUILD_OBJECT Objekty +GUILD_OFFER_EXP Zkuenost k investovn +GUILD_SHORT_EXP Nedostatek zkuenost. +GUILD_TILE_BASEINFO Zkladn informace +GUILD_TILE_BOARD Tabule +GUILD_TILE_GRADE Administrace prv +GUILD_TILE_INFO Informace o cechu +GUILD_TILE_MEMBER lenov cechu +GUILD_TILE_SKILL Schopnosti cechu +GUILD_VILLAGE_01 Miryang +GUILD_VILLAGE_02 Songpa +GUILD_VILLAGE_03 Daeyami +GUILD_WAR1 Oblast cechovnch vlek +GUILD_WAR2 Oblast cechovnch vlek +GUILD_WAR3 Oblast cechovnch vlek +GUILD_WAR4 Oblast cechovnch vlek +GUILD_WAR_LIMIT_30MIN as: 30 minut +GUILD_WAR_REWARD_POTION Odmna: Vtz obdr elixry +GUILD_WAR_USE_BATTLE_MAP Lokalita: djit cechovn vlky +GUILD_WAR_USE_NORMAL_MAP Lokalita: normln mapa +GUILD_WAR_WIN_CHECK_SCORE Nejvy vsledek vyhraje vlku. +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Zmocni se praporu protivnka +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 a doprav jej na vlastn zkladnu. +GUILD_WAR_WIN_WIPE_OUT_GUILD Pemo vechny soupei, abys vyhrl. +GUILD_WITHDRAW stup +GUILD_YOU_DO_NOT_JOIN Nepat k dnmu cechu. +HORSE_HEALTH0 Mrtv +HORSE_HEALTH1 Hladovjc +HORSE_HEALTH2 Hladov +HORSE_HEALTH3 Pln +HORSE_LEVEL1 Normln k +HORSE_LEVEL2 Opancovan k +HORSE_LEVEL3 Vojensk k +HOUR hod. +HOW_MANY_ITEM_DO_YOU_DROP1 Chce nechat padnout %s? +HOW_MANY_ITEM_DO_YOU_DROP2 Chce nechat padnout %s %d? +INPUT_MATRIX_CARD_NUMBER Zadat slo Matrix-karty +INPUT_MATRIX_CARD_TITLE Matrix-karta +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Zadat vymazvajc kd ze sprvy kont. +INPUT_PRIVATE_CODE_DIALOG_TITLE Smazat postavu +INVENTORY_DO_NOT_PACK_WARP_SCROLL Pergamen se ned dt dohromady. +INVENTORY_REALLY_USE_ITEM Pouit pedmt na tento pedmt? +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Amatrsk ninja +JOB_ASSASSIN1 Moc ninji +JOB_ASSASSIN2 Nezemel +JOB_SHAMAN aman +JOB_SHAMAN0 Amatrsk aman +JOB_SHAMAN1 Moc draka +JOB_SHAMAN2 Sla blesku +JOB_SURA Sura +JOB_SURA0 Amatrsk Sura +JOB_SURA1 Moc faty morgny +JOB_SURA2 Moc ern magie +JOB_WARRIOR Vlenk +JOB_WARRIOR0 Amatrsk vlenk +JOB_WARRIOR1 Moc Arahanu +JOB_WARRIOR2 Moc halapartny +LEFT_TIME Zbvajc as +LOGIN_CONNECT_FAILURE Chyba pi spojen se serverem. +LOGIN_CONNECT_SUCCESS Byl jsi pipojen na server. +LOGIN_CONNETING Bude pipojen na server... +LOGIN_FAILURE_ALREAY Tv konto je u pipojeno. +LOGIN_FAILURE_BE_SAME_KEY Problm s pihlenm +LOGIN_FAILURE_BLOCK_ID Konto je zablokovno. +LOGIN_FAILURE_BLOCK_LOGIN Prosm, zvolte si nkter z jinch server! +LOGIN_FAILURE_NOBILL Konto nem k dispozici dnou hrac dobu. +LOGIN_FAILURE_NOT_AVAIL Konto nen k dispozici. +LOGIN_FAILURE_NOT_EXIST_ID Konto neexistuje nebo je chybn heslo. +LOGIN_FAILURE_REPAIR_ID Prv se znovu zizuj pedmty pro toto konto. +LOGIN_FAILURE_SAMELOGIN Nkdo se pipojil na tvj et. +LOGIN_FAILURE_SHUTDOWN Server zatm nen pstupn. +LOGIN_FAILURE_TOO_MANY_USER Nemohl jsi navzat spojen, protoe prv hraje pli mnoho hr. +LOGIN_FAILURE_UNKNOWN Z neznmch dvod jsi se nemohl pihlsit. +LOGIN_FAILURE_WEB_BLOCK Byl jsi na webov strnce zablokovn. Prosm zkontroluj si e-maily. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Zadal jsi patn slo. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE Zadal jsi tikrt patn slo. Tvoje pipojen bude perueno. +LOGIN_FAILURE_WRONG_PASSWORD Chybn jmno nebo heslo. +LOGIN_INPUT_ID Zadej ID. +LOGIN_INPUT_PASSWORD Zadej heslo. +LOGIN_PROCESSING Pihlen probh... +MALL_CANNOT_INSERT Tento pedmt neme umstit. +MALL_PASSWORD_TITLE Heslo +MAP_A1 Oblast Yongan +MAP_A2 dol Seungryong +MAP_A2_1 +MAP_A3 Oblast Yayang +MAP_AG Jungrang +MAP_B1 Oblast Joan +MAP_B2 dol Imj +MAP_B3 Oblast Bokjung +MAP_BAY Nefritov zliv +MAP_BAYBLACKSAND Nefritov zliv +MAP_BG Waryong +MAP_C1 Oblast Pyungmoo +MAP_C2 dol Bangsan +MAP_C3 Oblast Bakra +MAP_CAPE Zliv draho ohn +MAP_CAPEDRAGONHEAD Zliv draho ohn +MAP_CG Imha +MAP_DAWN tes Gautama +MAP_DAWNMISTWOOD tes Gautama +MAP_DESERT Pou Yongbi +MAP_DEVILCATACOMB blova katakomba +MAP_DEVILTOWER1 V dmon +MAP_DUEL Oblast trninkovch boj +MAP_E Kolonie +MAP_EMPIREWAR01 Bitva na hrad +MAP_EMPIREWAR02 Bitva na hrad +MAP_EMPIREWAR03 Bitva na hrad +MAP_FLAME Doyyumhwan +MAP_GUILD_01 Jungrang +MAP_GUILD_02 Waryong +MAP_GUILD_03 Imha +MAP_HOLYPLACE_DESERT Bitva krlovstv - Poutn zem +MAP_HOLYPLACE_FLAME Bitva krlovstv - Ohniv zem +MAP_HOLYPLACE_ICE Bitva krlovstv - Ledov zem +MAP_MILGYO Chrm Hwang +MAP_MILGYO_A +MAP_MONKEY_DUNGEON Hasun Dong +MAP_MONKEY_DUNGEON2 Jungsun Dong +MAP_MONKEY_DUNGEON3 Sangsun Dong +MAP_MONKEY_DUNGEON_11 Hasun Dong +MAP_MONKEY_DUNGEON_12 Hasun Dong +MAP_MONKEY_DUNGEON_13 Hasun Dong +MAP_MT_THUNDER Boun hory +MAP_NUSLUCK Zem obr +MAP_NUSLUCK01 Zem obr +MAP_N_DESERT_01 Pou Yongbi +MAP_N_DESERT_02 +MAP_N_FLAME_01 Ohniv zem +MAP_N_FLAME_02 +MAP_N_FLAME_DUNGEON_01 Pevnost ervenho draka +MAP_N_SNOWM_01 Hora Sohan +MAP_N_SNOWM_02 +MAP_N_SNOW_DUNGEON_01 Nemerova strn v +MAP_N_THREEWAY dol Seungryong +MAP_OXEVENT Soute OX +MAP_PATHWAY_DESERT_01 Bitva krlovstv - Poutn zem +MAP_PATHWAY_DESERT_02 Bitva krlovstv - Poutn zem +MAP_PATHWAY_DESERT_03 Bitva krlovstv - Poutn zem +MAP_PATHWAY_FLAME_01 Bitva krlovstv - Ohniv zem +MAP_PATHWAY_FLAME_02 Bitva krlovstv - Ohniv zem +MAP_PATHWAY_FLAME_03 Bitva krlovstv - Ohniv zem +MAP_PATHWAY_ICE_01 Bitva krlovstv - Ledov zem +MAP_PATHWAY_ICE_02 Zem her +MAP_PATHWAY_ICE_03 Bitva krlovstv - Ledov zem +MAP_SKELTOWER V Gumsan +MAP_SKIPIA_DUNGEON_01 Jeskyn vyhnanstv +MAP_SKIPIA_DUNGEON_011 +MAP_SKIPIA_DUNGEON_012 +MAP_SKIPIA_DUNGEON_013 +MAP_SKIPIA_DUNGEON_02 Jeskyn vyhnanstv 2 +MAP_SKIPIA_DUNGEON_021 +MAP_SKIPIA_DUNGEON_022 +MAP_SKIPIA_DUNGEON_023 +MAP_SKIPIA_DUNGEON_BOSS Dra chrm +MAP_SKIPIA_DUNGEON_BOSS_1 Pavou bludit 1 +MAP_SKIPIA_DUNGEON_BOSS_2 Pavou bludit 2 +MAP_SKIPIA_DUNGEON_BOSS_3 Pavou bludit 3 +MAP_SNOW Hora Sohan +MAP_SPIDER Kuahlo Dong +MAP_SPIDERDUNGEON Pavou bludit 1 +MAP_SPIDERDUNGEON_02 Pavou bludit 2 +MAP_SPIDERDUNGEON_02_1 Pavou bludit 2 +MAP_SPIDERDUNGEON_03 Pavou bludit 3 +MAP_SUNGZI Bitva krlovstv +MAP_SUNGZI_DESERT_01 Bitva krlovstv - Poutn zem +MAP_SUNGZI_DESERT_HILL_01 Bitva krlovstv - Poutn zem +MAP_SUNGZI_DESERT_HILL_02 Bitva krlovstv - Poutn zem +MAP_SUNGZI_DESERT_HILL_03 Bitva krlovstv - Poutn zem +MAP_SUNGZI_FLAME_HILL_01 Bitva krlovstv - Ohniv zem +MAP_SUNGZI_FLAME_HILL_02 Bitva krlovstv - Ohniv zem +MAP_SUNGZI_FLAME_HILL_03 Bitva krlovstv - Ohniv zem +MAP_SUNGZI_SNOW Bitva krlovstv - Ledov zem +MAP_SUNGZI_SNOW_PASS01 Bitva krlovstv - Ledov zem +MAP_SUNGZI_SNOW_PASS02 Bitva krlovstv - Ledov zem +MAP_SUNGZI_SNOW_PASS03 Bitva krlovstv - Ledov zem +MAP_T1 Oblast cechovnch vlek +MAP_T2 Oblast cechovnch vlek +MAP_T3 Oblast cechovnch vlek +MAP_T4 Oblast cechovnch vlek +MAP_TEMPLE Chrm Hwang +MAP_THUNDER Boun hory +MAP_TREE Lungsam +MAP_TRENT Les duch +MAP_TRENT02 erven les +MAP_TRENT02_A erven les +MAP_TRENT_A +MAP_WEDDING_01 Svatebn oblast +MAP_WL Had pole +MAP_WL_01 Had pole +MESSENGER_ADD_FRIEND Pidat ptele +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s t pijmal za ptele. +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Akceptovat? +MESSENGER_DO_YOU_DELETE Smazat? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Chce smazat slo na mobil? +MESSENGER_DO_YOU_MOVE Chce pokraovat? +MESSENGER_EMPTY_LIST Przdn +MESSENGER_FAMILY Rodina +MESSENGER_FRIEND Ptel +MESSENGER_GUILD Cech +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Zadej slo potvrzen, kter bylo odeslno na tvj mobil. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Zadat slo potvrzen +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Zadej slo na mobil na zaslan SMS. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Chce te zadat slo? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Zadat slo na mobil +MESSENGER_SEND_MOBILE_MESSAGE_TITLE Poslat zprvu +METIN_TEST +MINIMAP Otevt minimapu +MINIMAP_CANNOT_SEE Minimapu nelze zobrazit. +MINIMAP_CAN_NOT_SHOW_AREAMAP Vekou mapu nelze zobrazit. +MINIMAP_DEC_SCALE Oddlit +MINIMAP_INC_SCALE Piblit +MINIMAP_OBSERVER_COUNT %d divk +MINIMAP_SHOW_AREAMAP Velk mapa +MINUTE min +MONETARY_UNIT0 Yang +MONETARY_UNIT1 deset tisc +MONETARY_UNIT2 sto milin +MONEY_INPUT_DIALOG_SELLPRICE Prodejn cena: +MOVE_ITEM_FAILURE_PRIVATE_SHOP Neme pesunout tento pedmt, kdy jsi otevel soukrom stnek. +MUSIC_EMPTY_MUSIC_LIST Bez hudby v pozad +MUSIC_METIN2_DEFAULT_THEMA Standardn hudba Metin2 +MUSIC_NOT_SELECT_MUSIC Nebyl zvolen hudebn soubor. +NEEFD_REST Mus si nejdv odpoinout. +NOT_YET_SUPPORT Nen podporovno. +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE Pokud nenle k dnmu cechu, neme zaktivovat cechovn modus. +OPTION_PVPMODE_NOT_SUPPORT Konfiguraci PvP-mdu neme pout. +OPTION_PVPMODE_PROTECT Abys mohl pejt do PvP-mdu, mus doshnout minimln rovn %d. +PARTY_ANSWER_TIMEOVER Pozvn bylo odmtnuto. +PARTY_BONUS_ATTACKER Hodnota toku: +%d SA +PARTY_BONUS_BERSERKER Rychlost toku: +%d SA +PARTY_BONUS_BUFFER Trvn schopnost: +%d SA +PARTY_BONUS_DEFENDER Obrana: +%d SA +PARTY_BONUS_EXP Bonus BZK: %d%% SA +PARTY_BONUS_SKILL_MASTER Max. MB: +%d SA +PARTY_BONUS_TANKER Max. ZB: +%d SA +PARTY_BREAK_UP Zruit skupinu +PARTY_DO_YOU_ACCEPT by se rd pidal do skupiny. +PARTY_DO_YOU_JOIN t pozval do jeho skupiny. Pijmout? +PARTY_EXP_DISTRIBUTION_MODE Rozloen BZK +PARTY_EXP_DISTRIBUTION_MODE_LEVEL Podle rovn +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP Vy rove obdr vce BZK. +PARTY_EXP_DISTRIBUTION_MODE_PARITY Rovnomrn rozloen +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Vichni lenov skupiny obdr stejn poet BZK. +PARTY_HEAL_ALL_MEMBER Ve znovuobnovit +PARTY_INCREASE_AREA_150 Dosah skupiny byl zven o faktor 1,5. SNA +PARTY_INCREASE_AREA_200 Dosah skupiny byl zven o faktor 2. SNA +PARTY_LEAVE Opustit skupinu +PARTY_LONGTIME_BONUS_EXP Bonus za dlouhou hru skupiny: +%d%% SA +PARTY_MEMBER_OFFLINE [Offline] +PARTY_RECALL_MEMBER Pivolat lena skupiny. +PARTY_REGEN_BONUS Bonus na regeneraci ZB a MB: +%d%% SA +PARTY_REQUEST_DENIED Tvj poadavek byl zamtnut. +PARTY_SET_ATTACKER Urit tonka. +PARTY_SET_BERSERKER Urit zuivce. +PARTY_SET_BUFFER Urit bloktora +PARTY_SET_DEFENDER Urit obrnce. +PARTY_SET_NORMAL Odvolat nastaven. +PARTY_SET_SKILL_MASTER Urit mistra schopnost. +PARTY_SET_TANKER Zaloit bojovnka zblzka. +PARTY_SKILL_ATTACKER Zkladn hodnota toku tonka +%.0f +PARTY_SKILL_BERSERKER Rychlost toku zuivce +%.0f +PARTY_SKILL_BUFFER Doba trvn schopnost bloktora +%.0f +PARTY_SKILL_DEFENDER Obrana obrnce +%.0f +PARTY_SKILL_HP_REGEN Regenerace ZB +%.0f%% +PARTY_SKILL_PARTY_AREA Dosah skupiny +%d%% +PARTY_SKILL_SKILL_MASTER Max. MB mistra schopnost +%.0f +PARTY_SKILL_SP_REGEN Regenerace MB +%.0f%% +PARTY_SKILL_TANKER Max. ZB bojovnk zblzka +%.0f +PARTY_SKILL_WARP Schopen, pivolat leny skupiny. +PASSWORD_TITLE Heslo ke skladiti +PICK_ITEM_TITLE Poet pedmt +PICK_MONEY_TITLE stka +PRIVATE_SHOP_CANNOT_SELL_ITEM Tento pedmt neme prodvat v soukromm stnku. +PRIVATE_SHOP_CLOSE_QUESTION Chce zavt soukrom stnek? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE Nzev soukromho stnku. +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Cena +PVP_LEVEL0 Rytsk +PVP_LEVEL1 Vzneen +PVP_LEVEL2 Dobr +PVP_LEVEL3 Ptelsk +PVP_LEVEL4 Neutrln +PVP_LEVEL5 Agresivn +PVP_LEVEL6 skon +PVP_LEVEL7 Zlomysln +PVP_LEVEL8 Krut +PVP_MODE_GUILD Cechovn md PvP byl zaktivovn +PVP_MODE_KILL Md volnho PvP byl zaktivovn +PVP_MODE_NORMAL Mr v PvP byl zaktivovn +PVP_MODE_PROTECT Ochrana PvP byla aktivovna. +PVP_MODE_REVENGE Agresivn PvP byl zaktivovn. +PVP_OPTION_KILL Volno +PVP_OPTION_NORMAL Mr +PVP_OPTION_PROTECT Ochrana +PVP_OPTION_REVENGE Neptelsk +QUEST_APPEND Byl zskn nov kol. +QUEST_MIN min. +QUEST_SEC sek. +QUEST_TIMEOVER as vyprel +QUEST_UNLIMITED_TIME Bez asovho omezen +QUEST_ZEROSEC 0 sek. +QUICKSLOT_REGISTER_DISABLE_ITEM Tento pedmt neme bt pidn k poli rychlho pstupu. +RECEIVE_MESSAGE %s ti poslal/a zprvu. +REFINE_COST Nklady na zlepen: %d Yang +REFINE_DESTROY_WARNING Pedmt by se mohl zulechtnm zniit. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Toto zvyuje pravdpodobnost zlepen, +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 ale v ppad nespchu bude pedmt znien. Chce pokraovat? +REFINE_DOWN_GRADE_WARNING Pedmt by se mohl zulechtnm zhorit. +REFINE_DO_YOU_SEPARATE_METIN Chce odstranit vechny kameny ducha? +REFINE_FAILURE Hmm, nojono - tak to neklaplo! Selhali jsme. +REFINE_FAILURE_CAN_NOT_ATTACH %s nelze pidat k pedmtu. +REFINE_FAILURE_EQUIP_ITEM Neme vylepovat pouvan pedmty. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM Nelze odstranit kmen ducha. +REFINE_FAILURE_NEED_BETTER_SCROLL Potebuje lep pergamen zlepovn. +REFINE_FAILURE_NO_GOLD_SOCKET Neexistuje dn chytka ze zlata, do kterho lze pidat %s. +REFINE_FAILURE_NO_MORE_SOCKET Neme pidat dn dal chytky. +REFINE_FAILURE_NO_SOCKET0 Neexistuje dn chytka, do kterho lze pidat %s. +REFINE_FAILURE_SOCKET_DISABLE_ITEM K tomuto pedmtu nelze pidat dn chytka. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM Tento pedmt nelze zlepit. +REFINE_SUCCESS Toto zlepen pedmtu bylo spn. +REFINE_SUCCESS_PROBALITY ance na zlepen: %d%% +REFINE_WARNING2 Chce pokraovat? +SAFEBOX_ERROR Zadal jsi patn heslo. +SAFEBOX_SELL_DISABLE_SAFEITEM Neme prodat dn z uloench pedmt. +SAFEBOX_WRONG_PASSWORD Hesla mus bt identick. +SCREENSHOT_SAVE1 je uloen v +SCREENSHOT_SAVE2 Sloka screenshot +SCREENSHOT_SAVE_FAILURE Uloen screenshotu se nezdailo. +SECOND sek +SELECT_CAN_NOT_DELETE Tuto postavu neme smazat. +SELECT_CHANGED_NAME Zmnil jsi nzev postavy. +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME Tento nzev postavy u existuje. +SELECT_CHANGE_FAILURE_STRANGE_INDEX Zkus to znovu. +SELECT_CHANGE_FAILURE_STRANGE_NAME Toto je patn nzev postavy. +SELECT_CHANGE_NAME_TITLE Zmnit nzev postavy +SELECT_DELEING Postava se mae +SELECT_DELETED Vymazn spn. +SELECT_DO_YOU_DELETE_REALLY Chce pokraovat? +SELECT_EMPTY_SLOT Toto je przdn pole. +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Zadej nov nzev postavy. +SELECT_NOT_JOIN_GUILD dn cech +SHOP_BUY_INFO Zvol pedmt, kter chce koupit, v obchodnm okn. +SHOP_CANNOT_SELL_EQUIPMENT Vybaven pedmt neme prodat. +SHOP_CANNOT_SELL_ITEM Tento pedmt nen na prodej. +SHOP_ERROR_UNKNOWN Neznm chyba v obchod: %s +SHOP_INVALID_POS Tento pedmt nen vhodn. +SHOP_INVENTORY_FULL V inventi u nen msto. +SHOP_NOT_ENOUGH_MONEY Nedostatek Yang +SHOP_NOT_ENOUGH_MONEY_EX Nem dostatek Yang. +SHOP_SELL_INFO Zvol pedmt, kter chce prodat, v okn invente. +SHOP_SOLDOUT Vyprodno +SHOT_ERROR_UNKNOWN Neznm chyba v toku na dlku: %s +SKILL_BLEEDING Krvcen +SKILL_BOHO Reflektovat +SKILL_BUDONG U se nepouv +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK Potebuje BZK, abys mohl zskat tuto schopnost. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Potebuje knihu, aby ses mohl nauit tuto schopnost. +SKILL_CHEONGEUN Siln tlo +SKILL_CRITICAL Kritick zsah +SKILL_ENCHANT_POISON Pout jed +SKILL_EUNHYEONG Neviditeln +SKILL_FAINT Bezvdom +SKILL_FIND_TRAP Hledat past +SKILL_FIRE Split +SKILL_FISHMIND Koule na ryby je aktivn +SKILL_GAMJI Zachycen +SKILL_GEOMGYEONG Aura mee +SKILL_GEONGON SKILL_GEONGON se u nepouv +SKILL_GICHEON Pomoc draka +SKILL_GIGONG Rotace Chi +SKILL_GONGPO Strach +SKILL_GRADE_NAME_GRAND_MASTER %s velk mistr +SKILL_GRADE_NAME_MASTER %s mistr +SKILL_GRADE_NAME_PERFECT_MASTER %s perfektn mistr +SKILL_GROUP_ASSASSIN_1 epel +SKILL_GROUP_ASSASSIN_2 Luk +SKILL_GROUP_HORSE Jezdeck umn +SKILL_GROUP_SHAMAN_1 Drak +SKILL_GROUP_SHAMAN_2 Uzdraven +SKILL_GROUP_SURA_1 Zbran +SKILL_GROUP_SURA_2 Magie +SKILL_GROUP_WARRIOR_1 Tlo +SKILL_GROUP_WARRIOR_2 Mentln +SKILL_GWIGEOM Zaarovan epel +SKILL_GYEONGGONG Polehouku nalapovat +SKILL_HEUKSIN Tmav ochrana +SKILL_HOSIN Poehnn +SKILL_HWAYEOM SKILL_HWAYEOM se u nepouv +SKILL_HYEOLMA SKILL_HYEOLMA se u nepouv +SKILL_INC_ATKSPD Rychlost toku zvena +SKILL_INC_MOVSPD Rychlost pohybu zvena +SKILL_INMA SKILL_INMA se u nepouv +SKILL_JEOJU Kletba +SKILL_JEONGEOP Hojen +SKILL_JEONGWI Bojov zuen +SKILL_JEONSINBANGEO Pln obrana +SKILL_JEONSINGONGGYEOK Pln tok +SKILL_JEUNGCHE SKILL_JEUNGCHE se u nepouv +SKILL_JEUNGHON SKILL_JEUNGHON se u nepouv +SKILL_JEUNGRYEOK tok + +SKILL_JEUNGSOK Rychlost + +SKILL_JIGAM SKILL_JIGAM se u nepouv +SKILL_JIPJUNG SKILL_JIPJUNG se u nepouv +SKILL_JUMAGAP Zaarovan brnn +SKILL_JUMAGEOM SKILL_JUMAGEOM se u nepouv +SKILL_KWAEGEOM SKILL_KWAEGEOM se u nepouv +SKILL_KWAESOK Rychlost +SKILL_LEGBOUND SKILL_LEGBOUND se u nepouv +SKILL_MUSA SKILL_MUSA se u nepouv +SKILL_MUYEONG Duch plamene +SKILL_NEED_EMPTY_BOTTLE Nemm dnou przdnou lhev +SKILL_NEED_POISON_BOTTLE Nemm dnou lhev s jedem +SKILL_ONLY_FOR_GUILD_WAR Tuto schopnost me pout jenom ve vlce cech. +SKILL_PABEOP Zruit kouzlo +SKILL_POWERFUL_STRIKE Omraujc tok +SKILL_SEOMGWANG Bleskov bomba +SKILL_SINCHAK SKILL_SINCHAK se u nepouv +SKILL_SLEEP Spnek +SKILL_SLOW Pomalu +SKILL_STUN Omrit +SKILL_SUHO Strce +SKILL_SUMMON_DESCRIPTION ance zakvn: %d%% +SKILL_TOOLTIP_INT Inteligence +SKILL_TOOLTIP_LEVEL rove +SKILL_TOXICDIE Otrven +SKILL_TOXICPOWER Hodnota toku jedem zlepena +SKILL_TUSOK Rna ducha +SKILL_WONSIN SKILL_WONSIN se u nepouv +SKILL_YONGSIN SKILL_YONGSIN se u nepouv +STAT_MINUS_CON Pizpsoben vitality (zbvajc ance: %d) +STAT_MINUS_DEX Pizpsoben pohyblivosti (zbvajc ance: %d) +STAT_MINUS_INT Pizpsoben inteligence (zbvajc ance: %d) +STAT_MINUS_STR Pizpsoben sly (zbvajc ance: %d) +STAT_TOOLTIP_CON ZB a obrana se zlep +STAT_TOOLTIP_DEX tok a vyhbn se zlep +STAT_TOOLTIP_INT Zvyuje MB, tok magi a obranu +STAT_TOOLTIP_STR Hodnota toku a pokozen se zlep +SYMBOLLIST_TITLE Nahlsit prapor cechu +SYSTEM_OPTION_CPU_TILING_1 Modus CPU-Tiling me zvit rychlost slabho potae. +SYSTEM_OPTION_CPU_TILING_2 Pokud se vyskytuj problmy s grafikou, zvol ,Nastaven systmu nebo ,CONFIG.exe +SYSTEM_OPTION_CPU_TILING_3 a pepni do GPU-Tiling mdu +SYSTEM_OPTION_GPU_TILING_1 Modus GPU-Tiling me na slabch potach bet pomalu +SYSTEM_OPTION_GPU_TILING_2 Pokud se vyskytuj problmy s grafikou, zvol ,Nastaven systmu nebo ,CONFIG.exe +SYSTEM_OPTION_GPU_TILING_3 a pepni do mdu CPU-Tiling +SYSTEM_OPTION_TILING_EXIT Na zmnu Tiling-mdu mus hra bt restartovna. +TARGET_BUTTON_ACCEPT_FIGHT Souhlasit +TARGET_BUTTON_AVENGE Pomsta +TARGET_BUTTON_BUILDING_DESTROY Zniit +TARGET_BUTTON_DISMOUNT Sesednout +TARGET_BUTTON_EMOTION_ALLOW Emoce +TARGET_BUTTON_EXCHANGE Obchodovn +TARGET_BUTTON_EXCLUDE Vylouit +TARGET_BUTTON_EXIT_OBSERVER Ukonit divck modus +TARGET_BUTTON_FIGHT Souboj +TARGET_BUTTON_FRIEND Ptel +TARGET_BUTTON_INVITE_GUILD Pozvnka od cechu +TARGET_BUTTON_INVITE_PARTY Pozvnka od skupiny +TARGET_BUTTON_LEAVE_PARTY Opustit skupinu +TARGET_BUTTON_REQUEST_ENTER_PARTY Pistoupit ke skupin +TARGET_BUTTON_VIEW_EQUIPMENT Vzbroj +TARGET_BUTTON_WHISPER eptat +TARGET_LEVEL_BOSS Boss +TARGET_LEVEL_KING Stupe 5. +TARGET_LEVEL_KNIGHT Stupe 3. +TARGET_LEVEL_PAWN Stupe 1. +TARGET_LEVEL_S_KNIGHT Stupe 4. +TARGET_LEVEL_S_PAWN Stupe 2. +TASKBAR_ATTACK Zatoit +TASKBAR_AUTO toit automaticky +TASKBAR_CAMERA Kamera +TASKBAR_EXP Zkuenost +TASKBAR_HP ZB +TASKBAR_MOVE Pohybovat +TASKBAR_SKILL Schopnost +TASKBAR_SP MB +TASKBAR_ST VB +THING_COUNT vichni +TOOLTIP_ANTI_CRITICAL_PCT Odolnost proti kritickm zsahm +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT Odolnost proti pronikavm zsahm +%d%% SA +TOOLTIP_ANTI_SELL Neme se prodvat v obchod. +TOOLTIP_APPLY_ACCEDRAIN_RATE Absorpn pomr: %d%% SA +TOOLTIP_APPLY_ATTBONUS_ANIMAL Siln proti zvatm +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Siln proti ninjm +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL Siln proti blu +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Siln proti pololidem +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Siln proti ezoterikm +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Siln proti perm +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC Siln proti Orkm +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN Siln proti amanm +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Siln proti surm +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD Siln proti nemrtvm +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Siln proti vlenkm +%d%% SA +TOOLTIP_APPLY_BLEEDING_PCT Krvciv tok + %d%% SA +TOOLTIP_APPLY_BLEEDING_REDUCE Odolnost proti krvcivm tokm + %d%% SA +TOOLTIP_APPLY_BLOCK ance odvrtit tlesn tok %d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER Kadch 5 sek. obnovit MB v boji %d SA +TOOLTIP_APPLY_CRITICAL_PCT +%d%% ance na kritick zsah SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% ance dostat pi zsahu MB nazpt SA +TOOLTIP_APPLY_DODGE %d%% ance vyhnout se pm SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% ance na bonus BZK SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% ance pustit dvojnsobek Yang SA +TOOLTIP_APPLY_IMMUNE_FALL Imunn proti pdm SNA +TOOLTIP_APPLY_IMMUNE_SLOW Ochrana proti zpomalen SNA +TOOLTIP_APPLY_IMMUNE_STUN Ochrana proti bezvdom SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% ance, nechat dvojnsobn spadnout pedmty SA +TOOLTIP_APPLY_KILL_HP_RECOVER %d%% ance obnovit ZB SA +TOOLTIP_APPLY_KILL_SP_RECOVER %d%% ance obnovit MB SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% ance pevzt soupeovy MB SA +TOOLTIP_APPLY_MAX_HP_PCT Max. ZB +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT Max. MB +%d%% SA +TOOLTIP_APPLY_NOAFFECT dn nsledky +TOOLTIP_APPLY_NO_DEATH_PENALTY Neztrat dn zkuenostn body, pokud bude tv postava oivena na mst, kde zemela. SNA +TOOLTIP_APPLY_PENETRATE_PCT +%d%% ance na pronikav zsah SA +TOOLTIP_APPLY_POISON_PCT ance na otrven: %d%% SA +TOOLTIP_APPLY_POISON_REDUCE Odolnost vi jedu %d%% SA +TOOLTIP_APPLY_POTION_BONUS Lektvar %d%% nrst efektu SA +TOOLTIP_APPLY_REFLECT_CURSE %d%% ance odrazit kletbu SA +TOOLTIP_APPLY_REFLECT_MELEE %d%% ance odrazit pm tlesn tok SA +TOOLTIP_APPLY_RESIST_ASSASSIN ance na obranu proti tokm ninj %d%% SA +TOOLTIP_APPLY_RESIST_BELL Obrana proti zvonm %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER Obrana proti dkm %d%% SA +TOOLTIP_APPLY_RESIST_FAN Obrana proti vjm %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN ance ubrnit se proti tokm aman %d%% SA +TOOLTIP_APPLY_RESIST_SURA ance na obranu proti tokm sur %d%% SA +TOOLTIP_APPLY_RESIST_SWORD Obrana proti mem %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND Obrana proti obourunm mem %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR ance na obranu proti tokm vlenk %d%% SA +TOOLTIP_APPLY_RESIST_WIND Odolnost proti vtru %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS ance pi uen z knih je zlepena o faktor 2,5 SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY Pokud se uen nezda, me hned st jet jednou. SNA +TOOLTIP_APPLY_SLOW_PCT ance na zpomalen: %d%% SA +TOOLTIP_APPLY_STEAL_HP Pokozen %d%% je absorbovno ZB. SA +TOOLTIP_APPLY_STEAL_SP Pokozen %d%% je absorbovno MB. SA +TOOLTIP_APPLY_STUN_PCT ance na bezvdom: %d%% SA +TOOLTIP_ARMOR Brnn +TOOLTIP_ARROW p +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE Hodnota toku +%d SA +TOOLTIP_ATT_SPEED Rychlost toku +%d%% SA +TOOLTIP_AUTO_POTION_HP Elixr Slunce +TOOLTIP_AUTO_POTION_REST Zbv: %.2f%% +TOOLTIP_AUTO_POTION_SP Elixr Msce +TOOLTIP_AUTO_POTION_USING Aktivn +TOOLTIP_BOW_DISTANCE Dosah luku +%dm SA +TOOLTIP_BUYPRICE Cena: %s +TOOLTIP_CAST_SPEED Rychlost kouzla +%d%% SA +TOOLTIP_CON Vitalita +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Bonus za kostm %d%% SA +TOOLTIP_DEF_GRADE Obrana +%d SA +TOOLTIP_DEX Pohyblivost +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Zem SNA +TOOLTIP_DRAGON_SOUL_DECK2 Nebesa SNA +TOOLTIP_EAR Nunice +TOOLTIP_ENERGY Energie %d SA +TOOLTIP_ETC atd. +TOOLTIP_FISHINGROD_EXP Body: %d / %d +TOOLTIP_FISHINGROD_LEVEL rove: %d +TOOLTIP_FISHINGROD_UPGRADE1 Dt rybovi +TOOLTIP_FISHINGROD_UPGRADE2 abys dostal +TOOLTIP_FISHINGROD_UPGRADE3 zlepenou udici +TOOLTIP_FISH_LEN Dlka: %.2fcm +TOOLTIP_HELMET Plba +TOOLTIP_HP_REGEN Obnoven ZB +%d%% SA +TOOLTIP_INT Inteligence +%d SA +TOOLTIP_ITEM_ATT_GRADE Hodnota toku %d +TOOLTIP_ITEM_ATT_POWER Hodnota toku %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Hodnota toku %d +TOOLTIP_ITEM_ATT_POWER_REFINE Hodnota toku %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Rychlost toku %s +TOOLTIP_ITEM_DEF_GRADE Obrana %d +TOOLTIP_ITEM_FAST Rychle +TOOLTIP_ITEM_LIMIT_CON Horn hranice vitality: %d +TOOLTIP_ITEM_LIMIT_DEX Horn hranice pohyblivosti: %d +TOOLTIP_ITEM_LIMIT_INT Horn hranice inteligence: %d +TOOLTIP_ITEM_LIMIT_LEVEL Od rovn: %d +TOOLTIP_ITEM_LIMIT_STR Horn hranice sly: %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Magick hodnota toku %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Magick hodnota toku %d +TOOLTIP_ITEM_MAGIC_DEF_POWER Magick obrana %d +TOOLTIP_ITEM_NORMAL Normln +TOOLTIP_ITEM_SLOW Pomalu +TOOLTIP_ITEM_VERY_FAST Velmi rychle +TOOLTIP_ITEM_VERY_SLOW Velmi pomalu +TOOLTIP_ITEM_WEARABLE_JOB [ Lze vyzbrojit ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER astn slo: %d +TOOLTIP_MAGIC_ATTBONUS_PER Magick tok +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE Magick hodnota toku +%d SA +TOOLTIP_MAGIC_DEF_GRADE Magick obrana +%d SA +TOOLTIP_MALL_ATTBONUS Hodnota toku +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC Hodnota toku +12~15 % SNA +TOOLTIP_MALL_AUTOLOOT Yangy se automaticky sesbraj. SNA +TOOLTIP_MALL_DEFBONUS Obrana +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC Obrana +12~15 % SNA +TOOLTIP_MALL_EXPBONUS BZK +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe bonus BZK +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC O 50 % vc BZK SNA +TOOLTIP_MALL_FISH_MIND ance ulovit rybu je zvena. SNA +TOOLTIP_MALL_GOLDBONUS ance na spadl Yangy (%.1f) SA +TOOLTIP_MALL_GOLDBONUS_STATIC Zdvojnsob anci na spadnut Yang SNA +TOOLTIP_MALL_ITEMBONUS ance ukoistit pedmty (%.1f) SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe ance ukoistit pedmty plus %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC Zdvojnsob anci ukoistit pedmty SNA +TOOLTIP_MALL_MARRIAGE_FAST Body za lsku narstaj rychleji. SNA +TOOLTIP_MALL_SAFEBOX Na sklad je k dispozici vce msta. SNA +TOOLTIP_MAX_HP Max. ZB +%d SA +TOOLTIP_MAX_HP_PCT Max. ZB +%d%% SA +TOOLTIP_MAX_SP Max. MB +%d SA +TOOLTIP_MAX_SP_PCT Max. MB +%d%% SA +TOOLTIP_MAX_STAMINA Max. vytrvalost +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Magick tok/tok zbran +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR Chyba v GPS(%d, %d) +TOOLTIP_MOV_SPEED Rychlost pohybu %d%% SA +TOOLTIP_NECK Nhrdelnk +TOOLTIP_NEED_ALL_SP Potebn MB: max. +TOOLTIP_NEED_GSP Potebn duch draka: %d +TOOLTIP_NEED_HP Potebn ZB: %d +TOOLTIP_NEED_HP_PER_SEC ZB / sek: %d +TOOLTIP_NEED_SKILL_POINT Potebn SB: +TOOLTIP_NEED_SP Potebn MB: %d +TOOLTIP_NEED_SP_PER_SEC MB / sek: %d +TOOLTIP_NEXT_SKILL_LEVEL_1 Pt rove: %d (max. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Pt rove: %d (max. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Prmrn koda %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS Prmrn odolnost proti kod %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 Vce ne %d len skupiny +TOOLTIP_PARTY_INFO_GRADE_UP2 Stupe toku +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Stupe obrany +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL Obnovit jednou za 60 min. ZB/MB vech len skupiny. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL Jednou za 30 min. obnovit ZB/MB vech len skupiny. +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Mus pokat ti minuty po smrti lenu skupiny. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Me kdykoliv zavolat k sob leny skupiny na stejnm serveru. +TOOLTIP_PARTY_INFO_SET_ATTACKER Stupe toku +(poet len skupiny/2) Lze zvolit tonky %d. +TOOLTIP_PARTY_INFO_SET_TANKER Stupe obrany +(poet len skupiny). Lze zvolit bojovnky zblzka 1. +TOOLTIP_PARTY_SKILL_LEVEL Aktuln rove: %d +TOOLTIP_PARTY_TITLE_GRADE_UP [tok/obrana zlepen(a)] +TOOLTIP_PARTY_TITLE_HEAL [Obnovit] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Pokud m vce ne %d len skupiny, obdr bonusov BZK %d%%. +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonusov BZK] +TOOLTIP_PARTY_TITLE_RECALL [Pivolat] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [Urit tonky] +TOOLTIP_PARTY_TITLE_SET_TANKER [Urit bojovnky zblzka] +TOOLTIP_PICK_EXP Body: %d / %d +TOOLTIP_PICK_LEVEL rove: %d +TOOLTIP_PICK_UPGRADE1 Dt devorubci +TOOLTIP_PICK_UPGRADE2 abys dostal lep +TOOLTIP_PICK_UPGRADE3 kop. +TOOLTIP_POTION_CURE Dt negativn efekty do pvodnho stavu. +TOOLTIP_POTION_MIN min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Rychlost toku: +%d +TOOLTIP_POTION_PLUS_HP_PERCENT ZB: +%d%% +TOOLTIP_POTION_PLUS_HP_POINT ZB: +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Rychlost pohybu: +%d +TOOLTIP_POTION_PLUS_SP_PERCENT MB: +%d%% +TOOLTIP_POTION_PLUS_SP_POINT MB: +%d +TOOLTIP_POTION_SEC sek. +TOOLTIP_POTION_TIME Doba: +TOOLTIP_REQUIREMENT_21_LEVEL Mus nejdv doshnout rovn 21 +TOOLTIP_REQUIREMENT_41_LEVEL Mus nejdv doshnout rovn 41 +TOOLTIP_REQUIREMENT_LEVEL Mus nejdv doshnout rovn %d +TOOLTIP_REQUIREMENT_SKILL_LEVEL Je zapoteb %s rove %d +TOOLTIP_REQUIREMENT_STAT_LEVEL Je zapoteb %s %d +TOOLTIP_RESIST_BOW Odolnost proti pm %d%% SA +TOOLTIP_RESIST_DARK Odolnost vi temnot +%d%% SA +TOOLTIP_RESIST_EARTH Odolnost Zemi +%d%% SA +TOOLTIP_RESIST_ELEC Odolnost proti blesku %d%% SA +TOOLTIP_RESIST_FIRE Odolnost proti ohni %d%% SA +TOOLTIP_RESIST_ICE Odolnost ledu +%d%% SA +TOOLTIP_RESIST_MAGIC Odolnost proti magii %d%% SA +TOOLTIP_REST_USABLE_COUNT Zbv: %d +TOOLTIP_SEALED Duevn pouto +TOOLTIP_SELLPRICE Cena: %s +TOOLTIP_SHAMAN aman +TOOLTIP_SHIELD tt +TOOLTIP_SHOES Boty +TOOLTIP_SKILL Schopnost SNA +TOOLTIP_SKILLBOOK_NAME Kniha schopnost +TOOLTIP_SKILL_AFFECT_ATT_GRADE Hodnota toku: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Hodnota toku: +TOOLTIP_SKILL_AFFECT_ATT_SPEED Rychlost toku: + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Obrana: +TOOLTIP_SKILL_AFFECT_DODGE Soupeova hodnota toku: +TOOLTIP_SKILL_AFFECT_HEAL Obnovit ZB: +TOOLTIP_SKILL_AFFECT_MOV_SPEED Rychlost pohybu: + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE ance odrazit tlesn tok: +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Odolnost proti tlesn jm: +TOOLTIP_SKILL_COOL_TIME Doba nabjen: +TOOLTIP_SKILL_DAMAGE_BONUS Pokozen schopnost: %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS Odolnost proti pokozen schopnost %d%% SA +TOOLTIP_SKILL_DURATION Doba: %d sek. +TOOLTIP_SKILL_FORGET_BOOK_NAME Kniha zapomnn +TOOLTIP_SKILL_LEVEL Aktuln rove: %d +TOOLTIP_SKILL_LEVEL_MASTER Aktuln rove: %d (mistr) +TOOLTIP_SKILL_LEVEL_WITH_MAX Aktuln rove: %d (max. %d) +TOOLTIP_SOCKET_EMPTY Przdn +TOOLTIP_SOCKET_REFINABLE_ITEM [Pedmt s chytem] +TOOLTIP_SP_REGEN Obnoven MB +%d%% SA +TOOLTIP_STR Sla +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX as nabjen %d vtein. SA +TOOLTIP_TIME_CHARGER_PER as nabjen %d%% SA +TOOLTIP_UNIQUE Jedinen +TOOLTIP_UNSEAL_LEFT_TIME Zruen duevnho pouta za: %dH %dM +TOOLTIP_WARRIOR Vlenk +TOOLTIP_WEAPON Zbra +TOOLTIP_WRISTLET Nramek +UI_ACCEPT Pijmout +UI_CANCEL Zruit +UI_CLOSE Zavt +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Odmtnout +UI_ITEM Pedmt +UI_LEFT_TIME Zbvajc as: %d sek. +UI_NEXT Dle +UI_NEXTPAGE Dal +UI_NOCONTENTS Bez obsahu +UI_NONAME Chyb jmno +UI_OK OK +UI_POS_UNKNOWN Neznm msto +UI_PREVPAGE zpt +UI_UNKNOWN Neznm +UPLOAD_MARK_CHECK_NEED_RECONNECT Upload mus bt proveden jet jednou +UPLOAD_MARK_UPLOAD_NEED_RECONNECT Upload mus bt proveden jet jednou +USE_ITEM_FAILURE_PRIVATE_SHOP Pokud jsi otevel soukrom stnek, neme pout tento pedmt. +USE_SKILL_ERROR_UNKNOWN Neznm chyba v schopnostech: %s diff --git a/bin/pack/locale_cz/locale/cz/locale_interface.txt b/bin/pack/locale_cz/locale/cz/locale_interface.txt new file mode 100644 index 00000000..a95892cf --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/locale_interface.txt @@ -0,0 +1,345 @@ +ACCEPT Akceptovat +ATTACH_METIN_INFO Pejete si pout kmen ducha? +ATTACH_METIN_TITLE Pout kmen ducha +CANCEL Zruit +CHANGE_PASSWORD_CONFIRM Potvrdit nov heslo +CHANGE_PASSWORD_NEW Nov heslo +CHANGE_PASSWORD_OLD Star heslo +CHANGE_PASSWORD_TITLE Zmna hesla +CHARACTER_ACTION Akce +CHARACTER_EMOTICON Emoce +CHARACTER_MAIN Postava +CHARACTER_MUTUAL_ACTION Interaktivn akce +CHARACTER_NORMAL_ACTION Normln akce +CHARACTER_QUEST kol +CHARACTER_SKILL Schopnosti +CLOSE Zavt +COMB_APPEARANCE Kostm 1 +COMB_ATTRIBUTE Kostm 2 +COMB_SKILLBOOK_TILE Obchodovat s knihami +COMB_TITLE +COSTUME_TITLE Kostmy +COSTUME_WINDOW_TITLE Kostmy +CREATE_ATT_GRADE SIL +CREATE_CREATE Vytvoit +CREATE_DEX_GRADE POH +CREATE_HP VIT +CREATE_LAST_POINT Body +CREATE_MAN Mu +CREATE_NAME Jmno +CREATE_NEXT Dle +CREATE_PREV Zpt +CREATE_SEX Pohlav +CREATE_SHAPE Vzhled +CREATE_SP INT +CREATE_STAT_RESET Zpt +CREATE_WOMAN ena +CUBE_INFO_TITLE Pruka zulechovn +CUBE_REQUIRE_MATERIAL Poadovan materily +CUBE_REQUIRE_MATERIAL_OR nebo +CUBE_TITLE Okno zulechovn +DO_REFINE Zulechtit +DRAGONSOUL_ACTIVATE Aktivovat +DRAGONSOUL_PAGE_BUTTON_1 Surov +DRAGONSOUL_PAGE_BUTTON_2 Brouen +DRAGONSOUL_PAGE_BUTTON_3 Vzcn +DRAGONSOUL_PAGE_BUTTON_4 Starovk +DRAGONSOUL_PAGE_BUTTON_5 Legendrn +DRAGONSOUL_REFINE_WINDOW_TITLE Okno zulechovn +DRAGONSOUL_TAP_TITLE_1 Dra diamant +DRAGONSOUL_TAP_TITLE_2 Dra rubn +DRAGONSOUL_TAP_TITLE_3 Dra nefrit +DRAGONSOUL_TAP_TITLE_4 Dra safr +DRAGONSOUL_TAP_TITLE_5 Dra grant +DRAGONSOUL_TAP_TITLE_6 Dra onyx +DRAGONSOUL_TITLE Alchymie Drach kamen +EMPIRE_EXIT Ukonit +EMPIRE_NEXT Dle +EMPIRE_PREV Zpt +EMPIRE_SELECT Zvolit +EXCHANGE_ACCEPT Pevzt +EXCHANGE_TITLE Obchodovn +GAMEOPTION_TITLE Nastaven hry +GAME_EXIT_OBSERVER Ukonit divck modus +GAME_HELP Npovda +GAME_QUEST koly +GAME_SKILL_UP Zvit schopnost +GAME_STAT_UP Zvit status +GRADE Stupe +GRADE_SELECT Stupe +GUILD_BASENAME Zkladn jmno +GUILD_BOARD_ID Jmno +GUILD_BOARD_REFRESH Aktualizovat (F5) +GUILD_BOARD_TEXT Zprva +GUILD_BUILDING_CATEGORY_TITLE Stavebn jednotky +GUILD_BUILDING_CHANGE Zmnit +GUILD_BUILDING_DIRECTION Orientace +GUILD_BUILDING_GRADE Hodnost +GUILD_BUILDING_INFO Informace o budov a nkladech +GUILD_BUILDING_LIST_TITLE Seznam budov +GUILD_BUILDING_LOG Kmen +GUILD_BUILDING_NAME Nzev budovy +GUILD_BUILDING_OPERATE Obsluhovat +GUILD_BUILDING_PLY Peklika +GUILD_BUILDING_POSITION Poloha +GUILD_BUILDING_PREVIEW Nhled +GUILD_BUILDING_PRICE Cena +GUILD_BUILDING_REFRESH Aktualizovat (F5) +GUILD_BUILDING_STONE Kmen +GUILD_BUILDING_TITLE Stavba domu cechu +GUILD_CRYSTAL Kil +GUILD_DEPOSIT Zaplatit +GUILD_DROP_RESOURCE1 zde +GUILD_DROP_RESOURCE2 Nechat spadnout zdroj +GUILD_GEM Drahokam +GUILD_GRADE_CHANGE_GRADE_NAME Nov jmno hodnosti +GUILD_GRADE_NUM slo +GUILD_GRADE_PERMISSION_DELETE Propustit +GUILD_GRADE_PERMISSION_JOIN Pozvat +GUILD_GRADE_PERMISSION_NOTICE Napsat +GUILD_GRADE_PERMISSION_SKILL Schopnosti +GUILD_GRADE_RANK Hodnost +GUILD_GRADE_WRITE Pst +GUILD_INFO Informace o cechu +GUILD_INFO_CUR_EXP Zkuenost +GUILD_INFO_DECALRE_WAR Vyhlsit vlku +GUILD_INFO_ENEMY_GUILD Neptelsk cech +GUILD_INFO_ENEMY_GUILD_EMPTY dn +GUILD_INFO_LEVEL Cechovn rove +GUILD_INFO_MARK Logo cechu +GUILD_INFO_MASTER Vedouc +GUILD_INFO_MASTER_VALUE Vedouc +GUILD_INFO_MEMBER_AVG_LEVEL Prm. rove +GUILD_INFO_MEMBER_NUM Poet len +GUILD_INFO_NAME Nzev cechu +GUILD_INFO_NAME_VALUE Toto je nzev cechu +GUILD_INFO_OFFER_EXP Invest. +GUILD_INFO_REST_EXP Potebn zkuenost +GUILD_INFO_UPLOAD_MARK Uploadovat logo +GUILD_INFO_UPLOAD_SYMBOL Uploadovat logo +GUILD_MARK Logo cechu +GUILD_MEMBER_JOB Rasa +GUILD_MEMBER_KNIGHT Vedouc +GUILD_MEMBER_LEVEL rove +GUILD_MEMBER_NAME Jmno +GUILD_MEMBER_RANK Hodnost +GUILD_MEMBER_SPECIFIC_GRAVITY Invest. +GUILD_METIN_STONE Kmen metin +GUILD_MINENAL Minerl +GUILD_MONEY Yang +GUILD_NAME Cech +GUILD_RESOURCE_INFO Informace o zdrojch +GUILD_SKILL_ACTIVE Aktivn +GUILD_SKIlL_HEAL_GSP Nabt +GUILD_SKILL_PASSIVE Pasivn +GUILD_SKILL_POWER Energie +GUILD_SKILL_STATE Schopnosti cechu +GUILD_SYMBOL Prapor cechu +GUILD_WAR_ACCEPT Akceptovat vyhlen vlky +GUILD_WAR_BATTLE_TYPE Druh boje +GUILD_WAR_CTF Vlajka +GUILD_WAR_DECLARE Vyhlsit vlku cech +GUILD_WAR_ENEMY Protivnk +GUILD_WAR_NORMAL Pole +GUILD_WAR_WARP Arena +GUILD_WATER Voda +GUILD_WATER_STONE Vodn kmen +GUILD_WITHDRAW Vzt +HELP_ATTACK_KEY tok: stiskni mezernk nebo lev tlatko myi +HELP_CHANGE_PK_MODE Zmnit ton md: zmte nastaven levho tlatka myi +HELP_CHARACTER_BUTTON1 (Okno postavy, Invent, +HELP_CHARACTER_BUTTON2 Seznam ptel a Monosti) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Pohled kamery: lze nastavit stednm nebo pravm tlatkem myi +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Pohled kamery: lze nastavit pravm nebo stednm tlatkem myi +HELP_EXP Zkuenost +HELP_FURY Item Shop ve he +HELP_GUILD_WINDOW Otevt okno cechu: stistknutm klves Alt + G +HELP_HELP Zobrazit npovdu: stisknutm klvesy H +HELP_HP Zdravotn Body (ZB) +HELP_MESSENGER_WINDOW Otevt Seznam ptel: pomoc klves Alt + M +HELP_MOUSE_LEFT Funkce levho tlatka myi +HELP_MOUSE_RIGHT Funkce pravho tlatka myi +HELP_MOVE_KEY Pohyb: k pohybu pouij klvesy W, S, A, D nebo ipky +HELP_OPEN_CHARACTER Otevt okno postavy: pomoc klvesy C +HELP_OPEN_CHAT Otevt okno chatu: pomoc klvesy Enter +HELP_OPEN_INVENTORY Otevt Invent: pomoc klvesy I +HELP_OPEN_LOG Otevt log chatu: pomoc klvesy L +HELP_OPEN_MINIMAP Otevt Minimapu: pomoc klves Shift + M +HELP_OPEN_QUEST Otevt okno s koly: pomoc klvesy N +HELP_OPEN_SKILL Otevt okno schopnosti: pomoc klvesy V +HELP_OPEN_WHISPER Otevt epot: pomoc klves Shift + Enter +HELP_OPEN_ZONEMAP Otev velkou mapu: pomoc klvesy M +HELP_PICK_ITEM Zvedat pedmty: pomoc klves ^ nebo Y nebo levm tlatkem myi +HELP_QUICKSLOT Pole rychlho pstupu +HELP_SCREEN_CAPTURE Uloit Snmek obrazovky: pomoc klvesy Print (bude uloen v souboru "Metin2\screenshot") +HELP_SHOW_ALL_NAME Zobrazit Jmna: pomoc klvesy Alt +HELP_SP Magick Body (MB) +HELP_SYSTEM_BUTTON Systmov klvesy +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. Invent +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. Invent +INVENTORY_TITLE Invent +ITEM_MALL Item Shop +LOAD_ERROR Soubor je pokozen. Prosm nainstaluj Client znovu. Te stiskni klvesu ESC. +LOGIN_CONNECT Pipojit +LOGIN_CONNECTING Bude spojen se serverem. +LOGIN_DEFAULT_SERVERADDR Nzev serveru, kanl 1 +LOGIN_EXIT Ukonit +LOGIN_REGION_TITLE Zvolit msto na vystaven tenky +LOGIN_SELECT_BUTTON Zvolit +LOGIN_SELECT_EXIT Ukonit +LOGIN_SELECT_OK OK +LOGIN_SELECT_TITLE Zvolit server +MALL_PASSWORD_TITLE Heslo +MALL_TITLE Sklad Item Shop +MARKET_TITLE Nahrt +MARKLIST_REFRESH Aktualizovat +MARKLIST_TITLE Zaregistrovat logo cechu +MESSAGE Toto je zprva +MESSENGER_ADD_FRIEND Pidat ptele +MESSENGER_DELETE_FRIEND Smazat ptele +MESSENGER_MOBILE Poslat SMS +MESSENGER_OPEN_GUILD Otevt okno cechu +MESSENGER_TITLE Ptel +MESSENGER_USE_GUILD_MOVE_SKILL Pouij cechovn schopnost pohybu +MESSENGER_WHISPER eptat +MINIMIZE Minimalizovat +MOUSEBUTTON_ATTACK toit +MOUSEBUTTON_AUTO_ATTACK Automaticky toit +MOUSEBUTTON_CAMERA Kamera +MOUSEBUTTON_SKILL Schopnosti +MUSICLIST_TITLE Vbr hudby +NO Ne +OK OK +OPTION_ALWAYS_SHOW_NAME Jmno +OPTION_ALWAYS_SHOW_NAME_OFF omezen +OPTION_ALWAYS_SHOW_NAME_ON vdy +OPTION_BLOCK Blokovat +OPTION_BLOCK_EXCHANGE Obchodovat +OPTION_BLOCK_FRIEND Ptel +OPTION_BLOCK_GUILD Cech +OPTION_BLOCK_PARTY Skupina +OPTION_BLOCK_PARTY_REQUEST Dotaz +OPTION_BLOCK_WHISPER eptat +OPTION_CAMERA_DISTANCE Kamera +OPTION_CAMERA_DISTANCE_LONG Daleko +OPTION_CAMERA_DISTANCE_SHORT Blzko +OPTION_DELETE_MOBILE_BUTTON Smazat slo mobilu +OPTION_EFFECT Zobrazen zsah +OPTION_ENV_EFFECT Prosted +OPTION_ENV_EFFECT_OFF Vyp. +OPTION_ENV_EFFECT_ON Zap. +OPTION_FOG Mlha +OPTION_FOG_DENSE Hodn +OPTION_FOG_LIGHT Mlo +OPTION_FOG_MIDDLE Stedn +OPTION_INPUT_MOBILE_BUTTON Vloit slo mobilu +OPTION_MOBILE Mobil +OPTION_MOB_INFO Info o pee +OPTION_MOB_INFO_AGGR Agresivn +OPTION_MOB_INFO_LEVEL rove +OPTION_MUSIC Hudba +OPTION_MUSIC_CHANGE Zmnit +OPTION_MUSIC_DEFAULT_THEMA Standardn titul Metinu2 +OPTION_NAME_COLOR Nzev barvy +OPTION_NAME_COLOR_EMPIRE Barva e +OPTION_NAME_COLOR_NORMAL Normln +OPTION_NIGHT_MODE Noc +OPTION_NIGHT_MODE_OFF Vyp. +OPTION_NIGHT_MODE_ON Zap. +OPTION_PVPMODE Modus PvP +OPTION_PVPMODE_FREE Voln +OPTION_PVPMODE_FREE_TOOLTIP Sm toit na vechny hre +OPTION_PVPMODE_GUILD Cech +OPTION_PVPMODE_GUILD_TOOLTIP Sm toit na vechny hre krom len vlastnho cechu. +OPTION_PVPMODE_PEACE Mr +OPTION_PVPMODE_PEACE_TOOLTIP Neme zatoit na hre z tvho krlovstv. +OPTION_PVPMODE_REVENGE Neptelsky +OPTION_PVPMODE_REVENGE_TOOLTIP Me toit pouze hre s jinm smlenm. +OPTION_SALESTEXT Jmno obchodu +OPTION_SALESTEXT_VIEW_OFF skrt +OPTION_SALESTEXT_VIEW_ON ukzat +OPTION_SNOW_MODE Snen +OPTION_SNOW_MODE_OFF Vyp. +OPTION_SNOW_MODE_ON Zap. +OPTION_SNOW_TEXTURE_MODE Snh +OPTION_SNOW_TEXTURE_MODE_OFF Vyp. +OPTION_SNOW_TEXTURE_MODE_ON Zap. +OPTION_SOUND Efekty +OPTION_TARGET_BOARD Clov menu +OPTION_TARGET_BOARD_NO_VIEW Zavt +OPTION_TARGET_BOARD_VIEW Zobrazit +OPTION_TILING Grafick pam +OPTION_TILING_APPLY Pout +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Nastaven +OPTION_VIEW_CHAT dek v chatu +OPTION_VIEW_CHAT_OFF skrt +OPTION_VIEW_CHAT_ON ukzat +PARTY_MEMBER_INFO_NAME Jmno lena cechu +PASSWORD_DESC_1 Zadejte sv heslo +PASSWORD_DESC_2 k oteven skladu. +PASSWORD_DESC_3 Ji sis zmnil heslo? +PASSWORD_DESC_4 Pokud ne, heslo je '000000'. +PASSWORD_DESC_5 Sv heslo si zm ve skladiti. +PASSWORD_TITLE Pam- PW +PICK_MONEY_TITLE Dlit +PRIVATE_SHOP_CLOSE_BUTTON Zavt obchod +PRIVATE_SHOP_NAME Jmno obchodu +PRIVATE_SHOP_TITLE Otevt obchod +REFINE_COST Nklady na zlepen: 0 Yang +REFINE_INFO Pravdpodobnost spnho zlepen: 100 % +REFINE_MONEY Poplatek za zulechtn +REFINE_SELECT Zulechtn +REFINE_TTILE Zlepen +REPORT_VIOLENT_WHISPER +RESTART_HERE Zde znovu spustit +RESTART_TOWN Znovu spustit ve mst +SAFE_CHANGE_PASSWORD Zmnit heslo +SAFE_TITLE Sklad +SELECT_ATT_GRADE SIL +SELECT_CREATE Vytvoit +SELECT_DELETE Smazat +SELECT_DEX_GRADE POH +SELECT_EMPIRE_NAME Nzev krlovstv +SELECT_EXIT Ukonit +SELECT_HP VIT +SELECT_LEVEL rove +SELECT_METIN_STONE_TITLE Zvolit Kmen ducha +SELECT_NAME Jmno +SELECT_NO_GUILD Bez cechu +SELECT_PLAYTIME Trvn hry +SELECT_SELECT Start +SELECT_SP INT +SELECT_TITLE Zvolit titul +SHOP_BUY Koupit +SHOP_SELL Prodat +SHOP_TITLE Obchod +SKILL_SUPPORT_TITLE Standardn schopnosti +STEP Stupe irosti +STEP_SELECT Stupe irosti +STRENGTH Zeslen +STRENGTH_SELECT rove +SYSTEMOPTION_TITLE Nastaven systmu +SYSTEM_CHANGE Zmnit postavu +SYSTEM_EXIT Ukonit hru +SYSTEM_HELP Npovda +SYSTEM_LOGOUT Odhlsit se +SYSTEM_MALL Item Shop +SYSTEM_OPTION Nastaven systmu +TASKBAR_CHARACTER Postava [C/V/B/N] +TASKBAR_CHAT Okno s chatem [Enter] +TASKBAR_DISABLE Deaktivovno +TASKBAR_DRAGON_SOUL Alchymie Drach kamen +TASKBAR_EXPAND Rozit okno +TASKBAR_INVENTORY Invent [I] +TASKBAR_MESSENGER Ptel [Alt+M] +TASKBAR_NEXT_QUICKSLOT Nejbli pole rychlho pstupu [Shift+slice, Alt] +TASKBAR_PREV_QUICKSLOT Pedchoz pole rychlho pstupu [Shift+slice] +TASKBAR_SYSTEM Nastaven [ESC] +WHISPER_BAN Blokovat +WHISPER_NAME eptat +WHISPER_REPORT +WHISPER_SEND Poslat +YES Ano +ZONE_MAP Velk mapa diff --git a/bin/pack/locale_us/locale/us/map/map_a2_point.txt b/bin/pack/locale_cz/locale/cz/map/map_a2_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/map_a2_point.txt rename to bin/pack/locale_cz/locale/cz/map/map_a2_point.txt diff --git a/bin/pack/locale_us/locale/us/map/map_b2_point.txt b/bin/pack/locale_cz/locale/cz/map/map_b2_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/map_b2_point.txt rename to bin/pack/locale_cz/locale/cz/map/map_b2_point.txt diff --git a/bin/pack/locale_us/locale/us/map/map_c2_point.txt b/bin/pack/locale_cz/locale/cz/map/map_c2_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/map_c2_point.txt rename to bin/pack/locale_cz/locale/cz/map/map_c2_point.txt diff --git a/bin/pack/locale_us/locale/us/map/map_n_snowm_01_point.txt b/bin/pack/locale_cz/locale/cz/map/map_n_snowm_01_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/map_n_snowm_01_point.txt rename to bin/pack/locale_cz/locale/cz/map/map_n_snowm_01_point.txt diff --git a/bin/pack/locale_us/locale/us/map/metin2_map_a1_point.txt b/bin/pack/locale_cz/locale/cz/map/metin2_map_a1_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/metin2_map_a1_point.txt rename to bin/pack/locale_cz/locale/cz/map/metin2_map_a1_point.txt diff --git a/bin/pack/locale_us/locale/us/map/metin2_map_a3_point.txt b/bin/pack/locale_cz/locale/cz/map/metin2_map_a3_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/metin2_map_a3_point.txt rename to bin/pack/locale_cz/locale/cz/map/metin2_map_a3_point.txt diff --git a/bin/pack/locale_us/locale/us/map/metin2_map_b1_point.txt b/bin/pack/locale_cz/locale/cz/map/metin2_map_b1_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/metin2_map_b1_point.txt rename to bin/pack/locale_cz/locale/cz/map/metin2_map_b1_point.txt diff --git a/bin/pack/locale_us/locale/us/map/metin2_map_b3_point.txt b/bin/pack/locale_cz/locale/cz/map/metin2_map_b3_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/metin2_map_b3_point.txt rename to bin/pack/locale_cz/locale/cz/map/metin2_map_b3_point.txt diff --git a/bin/pack/locale_us/locale/us/map/metin2_map_c1_point.txt b/bin/pack/locale_cz/locale/cz/map/metin2_map_c1_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/metin2_map_c1_point.txt rename to bin/pack/locale_cz/locale/cz/map/metin2_map_c1_point.txt diff --git a/bin/pack/locale_us/locale/us/map/metin2_map_c3_point.txt b/bin/pack/locale_cz/locale/cz/map/metin2_map_c3_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/metin2_map_c3_point.txt rename to bin/pack/locale_cz/locale/cz/map/metin2_map_c3_point.txt diff --git a/bin/pack/locale_us/locale/us/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_cz/locale/cz/map/metin2_map_n_desert_01_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/metin2_map_n_desert_01_point.txt rename to bin/pack/locale_cz/locale/cz/map/metin2_map_n_desert_01_point.txt diff --git a/bin/pack/locale_us/locale/us/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_cz/locale/cz/map/metin2_map_n_flame_01_point.txt similarity index 100% rename from bin/pack/locale_us/locale/us/map/metin2_map_n_flame_01_point.txt rename to bin/pack/locale_cz/locale/cz/map/metin2_map_n_flame_01_point.txt diff --git a/bin/pack/locale_cz/locale/cz/mob_proto b/bin/pack/locale_cz/locale/cz/mob_proto new file mode 100644 index 00000000..86d54916 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/mob_proto differ diff --git a/bin/pack/locale_cz/locale/cz/skilldesc.txt b/bin/pack/locale_cz/locale/cz/skilldesc.txt new file mode 100644 index 00000000..484b5ec7 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Trojcestn stih Trojnsobn stih Trojnsobn der Ude bleskurychle neptele. Prrazn tok tikrt tok na vcero cl ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 Celkov hodnota tok %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN Bleskov vrh Kulov blesk Smrteln blesk to blesky Dlkov tok tok na vcero cl Atributy blesku ATTACK_SKILL|NEED_TARGET noejeon 16 4 Magick hodnota tok: %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN Zakat blesk Zavolat blesk Bouka Zakej blesky z nebe Dlkov tok tok na vcero cl Bleskov atribut Bezvdom ATTACK_SKILL|NEED_TARGET byeorak 17 4 Magick hodnota tok %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k ance bezvdom: %.0f%% (50+1000*k/6)/10 +108 SHAMAN Bleskov drp der blesku Hmotn pst Udlej pst z blesku. tok na dlku Atribut blesku etzov tok ATTACK_SKILL|NEED_TARGET pokroe 18 4 Magick hodnota tok: %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN Oetit Hojit Pomoc svtla Oeti rny pomoc svtla ZB jsou obnoveny Negativn efekty jsou oeteny Me bt pouito pro lena skupiny CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 obnovit ZB %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k ance oetit negativn efekty %.0f%% 20+80*k +110 SHAMAN Bet Hnt Uhnt rychlost vtru Uhnj rychle jako vtr. Rychlost pohybu se zvyuje Rychlost kouzlen se zvyuje Me bt pouito pro lena skupiny CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Rychlost pohybu +%.0f%% 5 + (35 * k) Rychlost kouzla +%.0f%% 3+33*k +111 SHAMAN tok+ Podpoit tok Zeslen tok Posil jednoho z partner Hodnota toku se zvyuje Me bt pouito pro lena skupiny CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Hodnota toku : +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Veden Schopnost vst leny skupiny. PASSIVE tongsol +122 SUPPORT Kombo Zesil tok kombo CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT Chytat ryby Znalost rybaen. CANNOT_LEVEL_UP fishing +124 SUPPORT Tba Schopnost tit suroviny. PASSIVE mining +125 SUPPORT Vroba pedmt Vyrob njak pedmt CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Shinsoo Me rozumt jazyku Shinsoo CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Chunjo Me rozumt jazyku Chunjo CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Jinno Me rozumt jazyku Jinno CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT Promna Prom se v peru CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Jezdit na koni Schopnost jezdit na koni CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT Volat na kon Pivolej tvho kon. summon +137 HORSE Boj ze hbetu kon tok na neptele pi jzd na koni (od Lv. 50). Jezdeck schopnosti ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE Dupnut kon Rozdupej vechny neptele v okol (od Lv. 52) Jezdeck schopnosti ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE Hnut sly Napadej z kon vechny neptele (od Lv. 55). Jezdeck schopnosti ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Smr p Vysteluj z kon py na neptele (od Lv. 50) Jezdeck schopnosti ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Dra oka Zv maximln dra duch. PASSIVE yongan Max. zven draho ducha +%.0f k * 1400 +152 GUILD Krev boha drak Doasn zv tv maximln ZB. Pouze vlka cech ONLY_FOR_GUILD_WAR gaho 101 1 Max. ZB +%.0f%% k * 20 +153 GUILD Poehnn bohem drak Doasn zv tv MB. Pouze ve vlce cech ONLY_FOR_GUILD_WAR chukbok 102 1 Max. MB +%.0f%% k * 20 +154 GUILD Svat vzbroj Zlep doasn obranu vech len cechu. Pouze ve vlce cech ONLY_FOR_GUILD_WAR seonghwi 103 1 Zlepen obrany +%.1f%% k * 10 +155 GUILD Zrychlen Doasn zv tvou rychlost pohybu a toku. Pouze ve vlce cech ONLY_FOR_GUILD_WAR gasok 104 1 Zven rychlosti tok a pohyb +%.1f k * 30 +156 GUILD Hnv boha drak Zvy doasn anci na kritick der vech len cechu. Pouze ve vlce cech ONLY_FOR_GUILD_WAR bunno 105 1 Zven ance na kritick der +%.0f%% k * 50 +157 GUILD Pomoc ke kouzlu Sn doasn as obnoven pro vechny leny cechu. Pouze ve vlce cech ONLY_FOR_GUILD_WAR jumunsul 106 1 Zven rychlosti kouzel +%.0f%% k * 50 +16 WARRIOR Prraz Tlakov vlna tok Tsunami Napad neptele frontln. eln prorec tok ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Hodnota toku %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR Prudk rna Prudk tyg rna Prudk dra rna Napad neptele frontln Prorec tok tok na vcero cl ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Hodnota toku %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR Dupnut Dupnut lva Dupnut nosoroce Poval nkolik neptel Prorec tok ance na bezvdom ATTACK_SKILL|STANDING_SKILL daejin 18 4 Hodnota toku %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint ance na bezvdom: %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Siln tlo Tlo ze eleza Tlo z oceli Tvoje obrana se doasn zlep a nebude padat k zemi. Obrana se zlep Sniuje rychlost pohybu Neskcet se STANDING_SKILL cheongeun 19 4 Obrana: +%.0f 7+(40 + 0.2*str + 0.4*con)*k Rychlost pohyb: -%.0f 1 + 9*SkillPoint +2 WARRIOR Smr mee avlov tanec Cykln Rozvi me, aby napadl vce neptel Prorec tok tok na vcero cl ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Hodnota toku: %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Rna meem Bodnut meem Vrh meem Napad neptele frontln. tok na dlku tok na vcero cl Bezvdom pevrhne cl ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Hodnota toku %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k ance na bezvdom: %.0f%% (100+k*1000/6)/10 +3 WARRIOR Bojov zuen Vztek Zbsilost Sousted se pouze na toen. Rychlost toku se zvyuje Zvyuje rychlost pohybu Zvyuje nchylnost k pokozen STANDING_SKILL jeongwi 3 4 Rychlost toku +%.0f%% 50 * SkillPoint Rychlost pohybu +%.0f%% 20 * SkillPoint +31 ASSASSIN Lka Maskovan tok Maskovan lka Pibli se zezadu k nepteli a smrteln na nj zato. Hodnota toku se zvyuje, pokud jsi zashl zda. Bonus za zamaskovn ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Hodnota toku : %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Bleskov tok tok warpem Smrtc tok Pibli se rychle k nepteli a smrteln na nj zato. Teleportick tok Bonus za zamaskovn ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Hodnota toku %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Ven kord Rozkmitan dka Tanc dka Rozkmitej kord kolem tvch neptel Plon koda Neustvajc tok jedem ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Hodnota toku %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k ance na otrven %.0f%% 1 + 4*k +34 ASSASSIN Zamaskovn Tich nalapovn Zahalit Me se schovat. tok se zastav, pokud jej pouije. STANDING_SKILL eunhyeong 4 4 Bonus za zken pokozen : +%.0f%% 50 * SkillPoint +35 ASSASSIN Jedovat oblak Smrtc oblak Zabijck oblak Nech kolem neptele vzniknout jedovat oblaky a otrav ho. tok na dlku tok na vcero cl Neustl tok jedem ATTACK_SKILL|NEED_TARGET sangong 5 4 Hodnota toku %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k ance na otrven %.0f%% 40*k +4 WARRIOR Aura mee Spirituln me Peludn me Hodnota toku se doasn zvyuje. Hodnota toku se zvyuje. STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Hodnota toku +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Opakovan vstely Mnohansobn vstely Mohutn stela Vystel nkolik p najednou na neptele. tok na dlku Vcero tok ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) Celkov hodnota toku %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k %.0f p bylo vysteleno, 2 + floor(6 * SkillPoint) +47 ASSASSIN Smr p Boue p Orkn p Vystel vcero p na vc neptel najednou. tok na dlku tok na vcero cl ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Hodnota toku %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Max. poet cl %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Ohniv p Hoc p Plamenn p Zapal p. tok na dlku tok na vcero cl tok ohnm ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Hodnota toku %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Nalapovn polehouku Rychlost vtru Bo rychlost Odlehi sv tlo, aby ses pohyboval rychleji. Rychlost pohybu se zvyuje. STANDING_SKILL gyeonggong 19 4 Rychlost pohybu: +%.0f 60*SkillPoint +5 WARRIOR Pdit Uhnt Stela Jsi rychl jako stela! Nabit prorec tok ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Hodnota toku %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN Otrven p Toxick p Smrteln p Poti p silnm jedem. tok na dlku tok na vcero cl Poval cl Neustvajc tok jedem ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Hodnota toku %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k ance na otrven %.0f%% 80*k +61 SURA Rna prstem Hoc rna prstem Exploze prst Zpsob koneky prst velkou explozi. Prorec tok Neptelova obrana je ignorovna Bonus za inteligenci ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Hodnota toku %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k ance na pronikav zsah %.0f%% 1 + 9*SkillPoint +62 SURA Dra vr Torndov vr Viv vtr Zpsob mohutnou vivou boui, abys porazil vc neptel. Plon koda Protivnkv tk je ignorovn Bonus za inteligenci ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Hodnota toku %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k ance na ignorovn vyhnut soupee %.0f%% 1 + 9*SkillPoint +63 SURA Zaarovan epel Zaarovan me Duchova epel Opati svoji epel mocnm duchem Hodnota toku se zvyuje Bonus za inteligenci Krde ivota STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Hodnota toku +%.1f 7 + (5*iq+13)*k Pokozen %.0f%% pidno k tvm ZB 10*k +64 SURA Strach Velk strach Hrza Sni schopnosti neptel, kte t napadaj. Protivnkova hodnota toku se sniuje. ance, e se protivnkv tok nezda, se zvyuje. Pouze pro ppad, e bude zasaen. STANDING_SKILL gongpo 4 4 Protivnkova hodnota toku -%.0f%% 5 + 20*SkillPoint ance, e se protivnkv tok nezda %.0f%% 1 + 29*SkillPoint +65 SURA Zaarovan brnn Zaarovan lep brnn Temn brnn Chra si tlo temnm brnnm. st pokozen se odraz zpt na neptele. Zlepuje obranu Bonus za inteligenci STANDING_SKILL jumagap 5 4 Obrana +%.0f (iq+30)*k ance odrazit tlesn tok %.0f%% (iq/4+10)*k +66 SURA Zruit kouzlo Mocn zruen kouzla tok na zruen kouzla Odstra vechny uiten efekty neptele. tok na dlku tok na vcero cl Uiten efekty neptele se odstrauj. ATTACK_SKILL|NEED_TARGET pabeop 6 4 Magick hodnota toku %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k ance na zruen kouzla %.0f%% 50*k +76 SURA Temn rna Temn seknut ern tok Vrhni temnou moc, abys poranil neptele. tok na dlku tok na vcero cl ATTACK_SKILL|NEED_TARGET maryeong 16 4 Magick hodnota toku: %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Rna plameny Hoc rna Detonace plamen Popal neptele exploz. Plon koda tok ohnm ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Magick hodnota toku: %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Duch plamene ada plamen Exploze plamen Vytvo ducha plamene. tok na dlku Libovoln cl tok na vcero cl ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Magick hodnota toku: %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Temn ochrana Temn membrna Ochrana temnho knete Chrn t temnou moc a pemuje tlesnou jmu na MB. Pokozen magi se sniuje Zlepuje obranu STANDING_SKILL|TOGGLE heuksin 19 4 Snen pokozen %.0f%% (iq*0.84)*k Obrana +%.0f (0.5*iq+15)*k +80 SURA Rna ducha Rna due tok duchy Vrhej temn duchy, abys zranil neptele tok na dlku tok na vcero cl Budou pomalej ATTACK_SKILL|NEED_TARGET tusok 20 4 Magick hodnota toku: %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k ance na zpomalen: %.1f%% (333 + (300 * k))/10 +81 SURA Tmav kmen Tmav koule Tmav sfra Ho tmavou kouli, abys zranil neptele tok na dlku tok na vcero cl ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Magick hodnota toku %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Ltajc talisman Dra vrh Mohutn vrh Vrhni talismanem, abys zranil neptele tok na dlku tok na vcero cl ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Magick hodnota toku : %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Stlen na draky toc drak Stoupajc drak Odstel jednu z drach figur, abys mohl napadnout neptele frontln. Prorec tok Trval ohniv koda ATTACK_SKILL|NEED_TARGET yongpa 2 4 Magick hodnota toku: %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k ance na trval ohe: %.0f%% iq*0.2*k +93 SHAMAN ev drak Skeky draka Vyt draka Napadni neptele jednou z drach figur. Plon koda Trval ohniv koda ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Magick hodnota toku %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k ance na trval ohe %.0f%% iq*0.2*k +94 SHAMAN Poehnn Nebesk stna Poehnn draka Chra svho partnera nebo sebe ochrannm kruhem. Odolnost proti tlesnmu napaden Me bt pouito pro jednoho z len skupiny CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Odolnost proti tlesnmu napaden: %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Zrcadlit Zrcadlc voda Sklenn zrcadlo Chra svho partnera nebo sebe zrcadlcm kruhem. Tlesn tok je odraen Me bt pouito pro jednoho z len skupiny CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 ance odrazit tlesn tok %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Pomoc draka Podpora draka Dra sla Zesil vlastn tok nebo tok tvho partnera. ance na kritickou rnu se zvyuje. Me bt pouito pro lena skupiny CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 ance na kritick zsah: %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_us/locale/us/skilltable.txt b/bin/pack/locale_cz/locale/cz/skilltable.txt similarity index 100% rename from bin/pack/locale_us/locale/us/skilltable.txt rename to bin/pack/locale_cz/locale/cz/skilltable.txt diff --git a/bin/pack/locale_us/locale/us/ui/costume/costume_bg.jpg b/bin/pack/locale_cz/locale/cz/ui/costume/costume_bg.jpg similarity index 100% rename from bin/pack/locale_us/locale/us/ui/costume/costume_bg.jpg rename to bin/pack/locale_cz/locale/cz/ui/costume/costume_bg.jpg diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/costume/costume_bg.jpg b/bin/pack/locale_cz/locale/cz/ui/costume_bg.jpg similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/costume/costume_bg.jpg rename to bin/pack/locale_cz/locale/cz/ui/costume_bg.jpg diff --git a/bin/pack/locale_cz/locale/cz/ui/createcharacterwindow.py b/bin/pack/locale_cz/locale/cz/ui/createcharacterwindow.py new file mode 100644 index 00000000..d3c7b2a9 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/cz/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/cz/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_us/locale/us/ui/dragonsoulrefinewindow.py b/bin/pack/locale_cz/locale/cz/ui/dragonsoulrefinewindow.py similarity index 100% rename from bin/pack/locale_us/locale/us/ui/dragonsoulrefinewindow.py rename to bin/pack/locale_cz/locale/cz/ui/dragonsoulrefinewindow.py diff --git a/bin/pack/locale_us/locale/us/ui/dragonsoulwindow.py b/bin/pack/locale_cz/locale/cz/ui/dragonsoulwindow.py similarity index 100% rename from bin/pack/locale_us/locale/us/ui/dragonsoulwindow.py rename to bin/pack/locale_cz/locale/cz/ui/dragonsoulwindow.py diff --git a/bin/pack/locale_cz/locale/cz/ui/empire/empire.dds b/bin/pack/locale_cz/locale/cz/ui/empire/empire.dds new file mode 100644 index 00000000..5fb18395 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/empire/empire.dds differ diff --git a/bin/pack/locale_us/locale/us/ui/empire/title.sub b/bin/pack/locale_cz/locale/cz/ui/empire/title.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/empire/title.sub rename to bin/pack/locale_cz/locale/cz/ui/empire/title.sub diff --git a/bin/pack/locale_us/locale/us/ui/energybar.py b/bin/pack/locale_cz/locale/cz/ui/energybar.py similarity index 100% rename from bin/pack/locale_us/locale/us/ui/energybar.py rename to bin/pack/locale_cz/locale/cz/ui/energybar.py diff --git a/bin/pack/locale_us/locale/us/ui/expandedtaskbar.py b/bin/pack/locale_cz/locale/cz/ui/expandedtaskbar.py similarity index 100% rename from bin/pack/locale_us/locale/us/ui/expandedtaskbar.py rename to bin/pack/locale_cz/locale/cz/ui/expandedtaskbar.py diff --git a/bin/pack/locale_us/locale/us/ui/giftbox.py b/bin/pack/locale_cz/locale/cz/ui/giftbox.py similarity index 100% rename from bin/pack/locale_us/locale/us/ui/giftbox.py rename to bin/pack/locale_cz/locale/cz/ui/giftbox.py diff --git a/bin/pack/locale_cz/locale/cz/ui/guild/guild.dds b/bin/pack/locale_cz/locale/cz/ui/guild/guild.dds new file mode 100644 index 00000000..46989984 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/guild/guild.dds differ diff --git a/bin/pack/locale_us/locale/us/ui/guild/tab_1.sub b/bin/pack/locale_cz/locale/cz/ui/guild/tab_1.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/guild/tab_1.sub rename to bin/pack/locale_cz/locale/cz/ui/guild/tab_1.sub diff --git a/bin/pack/locale_us/locale/us/ui/guild/tab_2.sub b/bin/pack/locale_cz/locale/cz/ui/guild/tab_2.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/guild/tab_2.sub rename to bin/pack/locale_cz/locale/cz/ui/guild/tab_2.sub diff --git a/bin/pack/locale_us/locale/us/ui/guild/tab_3.sub b/bin/pack/locale_cz/locale/cz/ui/guild/tab_3.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/guild/tab_3.sub rename to bin/pack/locale_cz/locale/cz/ui/guild/tab_3.sub diff --git a/bin/pack/locale_us/locale/us/ui/guild/tab_4.sub b/bin/pack/locale_cz/locale/cz/ui/guild/tab_4.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/guild/tab_4.sub rename to bin/pack/locale_cz/locale/cz/ui/guild/tab_4.sub diff --git a/bin/pack/locale_us/locale/us/ui/guild/tab_5.sub b/bin/pack/locale_cz/locale/cz/ui/guild/tab_5.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/guild/tab_5.sub rename to bin/pack/locale_cz/locale/cz/ui/guild/tab_5.sub diff --git a/bin/pack/locale_us/locale/us/ui/guild/tab_6.sub b/bin/pack/locale_cz/locale/cz/ui/guild/tab_6.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/guild/tab_6.sub rename to bin/pack/locale_cz/locale/cz/ui/guild/tab_6.sub diff --git a/bin/pack/locale_us/locale/us/ui/highlighted_quest.tga b/bin/pack/locale_cz/locale/cz/ui/highlighted_quest.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/highlighted_quest.tga rename to bin/pack/locale_cz/locale/cz/ui/highlighted_quest.tga diff --git a/bin/pack/locale_us/locale/us/ui/highlighted_quest_r.tga b/bin/pack/locale_cz/locale/cz/ui/highlighted_quest_r.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/highlighted_quest_r.tga rename to bin/pack/locale_cz/locale/cz/ui/highlighted_quest_r.tga diff --git a/bin/pack/locale_cz/locale/cz/ui/inventorywindow.py b/bin/pack/locale_cz/locale/cz/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_us/locale/us/ui/loading/gauge_empty.dds b/bin/pack/locale_cz/locale/cz/ui/loading/gauge_empty.dds similarity index 100% rename from bin/pack/locale_us/locale/us/ui/loading/gauge_empty.dds rename to bin/pack/locale_cz/locale/cz/ui/loading/gauge_empty.dds diff --git a/bin/pack/locale_us/locale/us/ui/loading/gauge_full.dds b/bin/pack/locale_cz/locale/cz/ui/loading/gauge_full.dds similarity index 100% rename from bin/pack/locale_us/locale/us/ui/loading/gauge_full.dds rename to bin/pack/locale_cz/locale/cz/ui/loading/gauge_full.dds diff --git a/bin/pack/locale_cz/locale/cz/ui/loadingwindow.py b/bin/pack/locale_cz/locale/cz/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_cz/locale/cz/ui/login.jpg b/bin/pack/locale_cz/locale/cz/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/login.jpg differ diff --git a/bin/pack/locale_us/locale/us/ui/login.sub b/bin/pack/locale_cz/locale/cz/ui/login.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/login.sub rename to bin/pack/locale_cz/locale/cz/ui/login.sub diff --git a/bin/pack/locale_us/locale/us/ui/login/copyright.sub b/bin/pack/locale_cz/locale/cz/ui/login/copyright.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/login/copyright.sub rename to bin/pack/locale_cz/locale/cz/ui/login/copyright.sub diff --git a/bin/pack/locale_us/locale/us/ui/login/g4d.sub b/bin/pack/locale_cz/locale/cz/ui/login/g4d.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/login/g4d.sub rename to bin/pack/locale_cz/locale/cz/ui/login/g4d.sub diff --git a/bin/pack/locale_cz/locale/cz/ui/login/login.dds b/bin/pack/locale_cz/locale/cz/ui/login/login.dds new file mode 100644 index 00000000..a6c6d8cd Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/login/login.dds differ diff --git a/bin/pack/locale_us/locale/us/ui/login/loginwindow.sub b/bin/pack/locale_cz/locale/cz/ui/login/loginwindow.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/login/loginwindow.sub rename to bin/pack/locale_cz/locale/cz/ui/login/loginwindow.sub diff --git a/bin/pack/locale_us/locale/us/ui/login/published.sub b/bin/pack/locale_cz/locale/cz/ui/login/published.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/login/published.sub rename to bin/pack/locale_cz/locale/cz/ui/login/published.sub diff --git a/bin/pack/locale_us/locale/us/ui/login/title.sub b/bin/pack/locale_cz/locale/cz/ui/login/title.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/login/title.sub rename to bin/pack/locale_cz/locale/cz/ui/login/title.sub diff --git a/bin/pack/locale_cz/locale/cz/ui/login_dark_dragons.jpg b/bin/pack/locale_cz/locale/cz/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_cz/locale/cz/ui/loginwindow.py b/bin/pack/locale_cz/locale/cz/ui/loginwindow.py new file mode 100644 index 00000000..8cc0e9e2 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/cz/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/cz/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/cz/ui/vkey/key_at.tga', + 'down_image' : 'locale/cz/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/cz/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/cz/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/cz/ui/vkey/key_enter.tga', + 'down_image' : 'locale/cz/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/cz/ui/vkey/key_shift.tga', + 'down_image' : 'locale/cz/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/cz/ui/vkey/key_space.tga', + 'down_image' : 'locale/cz/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/cz/ui/vkey/key_normal.tga', + 'down_image' : 'locale/cz/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/cz/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_us/locale/us/ui/mall/00.sub b/bin/pack/locale_cz/locale/cz/ui/mall/00.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/00.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/00.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/01.sub b/bin/pack/locale_cz/locale/cz/ui/mall/01.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/01.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/01.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/02.sub b/bin/pack/locale_cz/locale/cz/ui/mall/02.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/02.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/02.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/03.sub b/bin/pack/locale_cz/locale/cz/ui/mall/03.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/03.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/03.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/04.sub b/bin/pack/locale_cz/locale/cz/ui/mall/04.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/04.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/04.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/05.sub b/bin/pack/locale_cz/locale/cz/ui/mall/05.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/05.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/05.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/06.sub b/bin/pack/locale_cz/locale/cz/ui/mall/06.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/06.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/06.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/07.sub b/bin/pack/locale_cz/locale/cz/ui/mall/07.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/07.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/07.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/08.sub b/bin/pack/locale_cz/locale/cz/ui/mall/08.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/08.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/08.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/09.sub b/bin/pack/locale_cz/locale/cz/ui/mall/09.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/09.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/09.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/10.sub b/bin/pack/locale_cz/locale/cz/ui/mall/10.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/10.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/10.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/11.sub b/bin/pack/locale_cz/locale/cz/ui/mall/11.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/11.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/11.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/12.sub b/bin/pack/locale_cz/locale/cz/ui/mall/12.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/12.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/12.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/13.sub b/bin/pack/locale_cz/locale/cz/ui/mall/13.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/13.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/13.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/14.sub b/bin/pack/locale_cz/locale/cz/ui/mall/14.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/14.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/14.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/15.sub b/bin/pack/locale_cz/locale/cz/ui/mall/15.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/15.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/15.sub diff --git a/bin/pack/locale_us/locale/us/ui/mall/16.sub b/bin/pack/locale_cz/locale/cz/ui/mall/16.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mall/16.sub rename to bin/pack/locale_cz/locale/cz/ui/mall/16.sub diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0000.tga b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0001.tga b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0002.tga b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0003.tga b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0004.tga b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0005.tga b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0006.tga b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0007.tga b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0008.tga b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0009.tga b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0000.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0001.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0002.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0003.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0004.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0005.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0006.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0007.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0008.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0009.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0010.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0011.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0012.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0013.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0014.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/herz0015.tga b/bin/pack/locale_cz/locale/cz/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/mall.tga b/bin/pack/locale_cz/locale/cz/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/mall.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/0a2.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/0a2.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mapname/0a2.tga rename to bin/pack/locale_cz/locale/cz/ui/mapname/0a2.tga diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/a1.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/a1.tga new file mode 100644 index 00000000..cd4def50 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/a2.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/a2.tga new file mode 100644 index 00000000..ef8fe02f Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/a3.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/a3.tga new file mode 100644 index 00000000..42e37c28 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/a4.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/a4.tga new file mode 100644 index 00000000..f0db4d4b Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/b1.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/b1.tga new file mode 100644 index 00000000..1a0dd502 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/b2.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/b2.tga new file mode 100644 index 00000000..65804b74 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/b3.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/b3.tga new file mode 100644 index 00000000..892472ae Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/b4.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/b4.tga new file mode 100644 index 00000000..75e18030 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/bay.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/c1.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/c1.tga new file mode 100644 index 00000000..21bd29fd Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/c2.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/c2.tga new file mode 100644 index 00000000..74c40477 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/c3.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/c3.tga new file mode 100644 index 00000000..5fc551c7 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/c4.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/c4.tga new file mode 100644 index 00000000..19f24070 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/cape.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/dawn.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/desert1.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/desert1.tga new file mode 100644 index 00000000..ad411b55 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil1.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1.tga new file mode 100644 index 00000000..0b2b18dc Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_1f.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..b704e2ce Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_2f.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..88474863 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_3f.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..10c92c9e Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_4f.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..f9c84be4 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_5f.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..77872a6b Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_6f.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..86522482 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_7f.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..27d19118 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_8f.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..2e2e6bae Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_9f.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..9ba0ba85 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_title.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..5dd6b3e1 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/devil_basement.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/frame1.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/frame1.tga new file mode 100644 index 00000000..1dc85b9c Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/guild1.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/guild1.tga new file mode 100644 index 00000000..4f3336f8 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/guild2.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/guild2.tga new file mode 100644 index 00000000..de24fa60 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/guild3.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/guild3.tga new file mode 100644 index 00000000..f3cd47da Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/milgyo.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/milgyo.tga new file mode 100644 index 00000000..bb0d7ffc Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/monkey1.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/monkey1.tga new file mode 100644 index 00000000..915b5304 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/monkey2.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/monkey2.tga new file mode 100644 index 00000000..624a3844 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/monkey3.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/monkey3.tga new file mode 100644 index 00000000..3d3b1349 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/skipia.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/skipia.tga new file mode 100644 index 00000000..462e5e82 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/snow1.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/snow1.tga new file mode 100644 index 00000000..16009861 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/spider1.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/spider1.tga new file mode 100644 index 00000000..31c527ca Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/thunder.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/trent.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/trent.tga new file mode 100644 index 00000000..c53cb6c2 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_cz/locale/cz/ui/mapname/trent02.tga b/bin/pack/locale_cz/locale/cz/ui/mapname/trent02.tga new file mode 100644 index 00000000..c53cb6c2 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_us/locale/us/ui/new_cube_bg.tga b/bin/pack/locale_cz/locale/cz/ui/new_cube_bg.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/new_cube_bg.tga rename to bin/pack/locale_cz/locale/cz/ui/new_cube_bg.tga diff --git a/bin/pack/locale_cz/locale/cz/ui/passworddialog.py b/bin/pack/locale_cz/locale/cz/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_cz/locale/cz/ui/select.jpg b/bin/pack/locale_cz/locale/cz/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/select.jpg differ diff --git a/bin/pack/locale_us/locale/us/ui/select.sub b/bin/pack/locale_cz/locale/cz/ui/select.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/select.sub rename to bin/pack/locale_cz/locale/cz/ui/select.sub diff --git a/bin/pack/locale_us/locale/us/ui/select/name_assassin.sub b/bin/pack/locale_cz/locale/cz/ui/select/name_assassin.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/select/name_assassin.sub rename to bin/pack/locale_cz/locale/cz/ui/select/name_assassin.sub diff --git a/bin/pack/locale_us/locale/us/ui/select/name_shaman.sub b/bin/pack/locale_cz/locale/cz/ui/select/name_shaman.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/select/name_shaman.sub rename to bin/pack/locale_cz/locale/cz/ui/select/name_shaman.sub diff --git a/bin/pack/locale_us/locale/us/ui/select/name_sura.sub b/bin/pack/locale_cz/locale/cz/ui/select/name_sura.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/select/name_sura.sub rename to bin/pack/locale_cz/locale/cz/ui/select/name_sura.sub diff --git a/bin/pack/locale_us/locale/us/ui/select/name_warrior.sub b/bin/pack/locale_cz/locale/cz/ui/select/name_warrior.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/select/name_warrior.sub rename to bin/pack/locale_cz/locale/cz/ui/select/name_warrior.sub diff --git a/bin/pack/locale_cz/locale/cz/ui/select/select.dds b/bin/pack/locale_cz/locale/cz/ui/select/select.dds new file mode 100644 index 00000000..4d5b9d52 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/select/select.dds differ diff --git a/bin/pack/locale_cz/locale/cz/ui/select_old.jpg b/bin/pack/locale_cz/locale/cz/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/select_old.jpg differ diff --git a/bin/pack/locale_cz/locale/cz/ui/selectcharacterwindow.py b/bin/pack/locale_cz/locale/cz/ui/selectcharacterwindow.py new file mode 100644 index 00000000..b8c6e9df --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/cz/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_us/locale/us/ui/selectempirewindow.py b/bin/pack/locale_cz/locale/cz/ui/selectempirewindow.py similarity index 100% rename from bin/pack/locale_us/locale/us/ui/selectempirewindow.py rename to bin/pack/locale_cz/locale/cz/ui/selectempirewindow.py diff --git a/bin/pack/locale_us/locale/us/ui/serverlist.jpg b/bin/pack/locale_cz/locale/cz/ui/serverlist.jpg similarity index 100% rename from bin/pack/locale_us/locale/us/ui/serverlist.jpg rename to bin/pack/locale_cz/locale/cz/ui/serverlist.jpg diff --git a/bin/pack/locale_cz/locale/cz/ui/serverlist.sub b/bin/pack/locale_cz/locale/cz/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_cz/locale/cz/ui/systemdialog.py b/bin/pack/locale_cz/locale/cz/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_cz/locale/cz/ui/taskbar.py b/bin/pack/locale_cz/locale/cz/ui/taskbar.py new file mode 100644 index 00000000..f0bb4a5f --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/cz/ui/Mall/00.sub", + "locale/cz/ui/Mall/01.sub", + "locale/cz/ui/Mall/02.sub", + "locale/cz/ui/Mall/03.sub", + "locale/cz/ui/Mall/04.sub", + "locale/cz/ui/Mall/05.sub", + "locale/cz/ui/Mall/06.sub", + "locale/cz/ui/Mall/07.sub", + "locale/cz/ui/Mall/08.sub", + "locale/cz/ui/Mall/09.sub", + "locale/cz/ui/Mall/11.sub", + "locale/cz/ui/Mall/12.sub", + "locale/cz/ui/Mall/13.sub", + "locale/cz/ui/Mall/14.sub", + "locale/cz/ui/Mall/15.sub", + "locale/cz/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/cz/ui/Mall/00.sub", + "locale/cz/ui/Mall/01.sub", + "locale/cz/ui/Mall/02.sub", + "locale/cz/ui/Mall/03.sub", + "locale/cz/ui/Mall/04.sub", + "locale/cz/ui/Mall/05.sub", + "locale/cz/ui/Mall/06.sub", + "locale/cz/ui/Mall/07.sub", + "locale/cz/ui/Mall/08.sub", + "locale/cz/ui/Mall/09.sub", + "locale/cz/ui/Mall/11.sub", + "locale/cz/ui/Mall/12.sub", + "locale/cz/ui/Mall/13.sub", + "locale/cz/ui/Mall/14.sub", + "locale/cz/ui/Mall/15.sub", + "locale/cz/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_cz/locale/cz/ui/taskbar_easter.py b/bin/pack/locale_cz/locale/cz/ui/taskbar_easter.py new file mode 100644 index 00000000..7310afec --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/cz/ui/Mall/easter_2012_0000.tga", + "locale/cz/ui/Mall/easter_2012_0001.tga", + "locale/cz/ui/Mall/easter_2012_0002.tga", + "locale/cz/ui/Mall/easter_2012_0003.tga", + "locale/cz/ui/Mall/easter_2012_0004.tga", + "locale/cz/ui/Mall/easter_2012_0005.tga", + "locale/cz/ui/Mall/easter_2012_0006.tga", + "locale/cz/ui/Mall/easter_2012_0007.tga", + "locale/cz/ui/Mall/easter_2012_0008.tga", + "locale/cz/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/cz/ui/Mall/easter_2012_0000.tga", + "locale/cz/ui/Mall/easter_2012_0001.tga", + "locale/cz/ui/Mall/easter_2012_0002.tga", + "locale/cz/ui/Mall/easter_2012_0003.tga", + "locale/cz/ui/Mall/easter_2012_0004.tga", + "locale/cz/ui/Mall/easter_2012_0005.tga", + "locale/cz/ui/Mall/easter_2012_0006.tga", + "locale/cz/ui/Mall/easter_2012_0007.tga", + "locale/cz/ui/Mall/easter_2012_0008.tga", + "locale/cz/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_cz/locale/cz/ui/taskbar_haloween.py b/bin/pack/locale_cz/locale/cz/ui/taskbar_haloween.py new file mode 100644 index 00000000..284303d1 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/cz/ui/Mall/shop_button_kuerbis0000.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0001.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0002.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0003.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0004.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0005.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0006.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0007.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0008.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0009.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0010.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0011.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0012.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0013.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0014.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/cz/ui/Mall/shop_button_kuerbis0000.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0001.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0002.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0003.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0004.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0005.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0006.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0007.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0008.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0009.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0010.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0011.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0012.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0013.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0014.tga", + "locale/cz/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_cz/locale/cz/ui/taskbar_valentine.py b/bin/pack/locale_cz/locale/cz/ui/taskbar_valentine.py new file mode 100644 index 00000000..8a5b965c --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/cz/ui/Mall/herz0000.tga", + "locale/cz/ui/Mall/herz0001.tga", + "locale/cz/ui/Mall/herz0002.tga", + "locale/cz/ui/Mall/herz0003.tga", + "locale/cz/ui/Mall/herz0004.tga", + "locale/cz/ui/Mall/herz0005.tga", + "locale/cz/ui/Mall/herz0006.tga", + "locale/cz/ui/Mall/herz0007.tga", + "locale/cz/ui/Mall/herz0008.tga", + "locale/cz/ui/Mall/herz0009.tga", + "locale/cz/ui/Mall/herz0010.tga", + "locale/cz/ui/Mall/herz0011.tga", + "locale/cz/ui/Mall/herz0012.tga", + "locale/cz/ui/Mall/herz0013.tga", + "locale/cz/ui/Mall/herz0014.tga", + "locale/cz/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/cz/ui/Mall/herz0000.tga", + "locale/cz/ui/Mall/herz0001.tga", + "locale/cz/ui/Mall/herz0002.tga", + "locale/cz/ui/Mall/herz0003.tga", + "locale/cz/ui/Mall/herz0004.tga", + "locale/cz/ui/Mall/herz0005.tga", + "locale/cz/ui/Mall/herz0006.tga", + "locale/cz/ui/Mall/herz0007.tga", + "locale/cz/ui/Mall/herz0008.tga", + "locale/cz/ui/Mall/herz0009.tga", + "locale/cz/ui/Mall/herz0010.tga", + "locale/cz/ui/Mall/herz0011.tga", + "locale/cz/ui/Mall/herz0012.tga", + "locale/cz/ui/Mall/herz0013.tga", + "locale/cz/ui/Mall/herz0014.tga", + "locale/cz/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_at.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_at.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_at.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_at.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_at_dn.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_at_dn.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_at_dn.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_at_dn.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_at_over.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_at_over.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_at_over.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_at_over.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_backspace.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_backspace.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_backspace.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_backspace.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_backspace_dn.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_backspace_dn.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_backspace_dn.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_backspace_over.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_backspace_over.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_backspace_over.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_backspace_over.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_enter.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_enter.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_enter.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_enter.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_enter_dn.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_enter_dn.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_enter_dn.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_enter_dn.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_enter_over.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_enter_over.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_enter_over.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_enter_over.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_normal.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_normal.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_normal.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_normal.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_normal_dn.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_normal_dn.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_normal_dn.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_normal_dn.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_normal_over.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_normal_over.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_normal_over.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_normal_over.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_shift.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_shift.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_shift.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_shift.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_shift_dn.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_shift_dn.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_shift_dn.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_shift_dn.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_shift_over.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_shift_over.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_shift_over.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_shift_over.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_space.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_space.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_space.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_space.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_space_dn.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_space_dn.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_space_dn.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_space_dn.tga diff --git a/bin/pack/locale_us/locale/us/ui/vkey/key_space_over.tga b/bin/pack/locale_cz/locale/cz/ui/vkey/key_space_over.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/vkey/key_space_over.tga rename to bin/pack/locale_cz/locale/cz/ui/vkey/key_space_over.tga diff --git a/bin/pack/locale_cz/locale/cz/ui/webwindow.py b/bin/pack/locale_cz/locale/cz/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_cur_exp.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_cur_exp.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_cur_exp.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_cur_exp.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_ext.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_ext.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_ext.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_ext.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_ext_item1.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_ext_item1.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_ext_item1.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_ext_item1.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_ext_item2.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_ext_item2.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_ext_item2.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_ext_item2.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_last_exp.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_last_exp.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_last_exp.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_last_exp.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_level.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_level.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_level.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_level.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_skill_active.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_skill_active.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_skill_active.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_skill_active.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_skill_high.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_skill_high.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_skill_high.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_skill_high.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_skill_low.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_skill_low.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_skill_low.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_skill_low.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_skill_middle.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_skill_middle.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_skill_middle.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_skill_middle.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_skill_passive.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_skill_passive.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_skill_passive.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_skill_passive.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_skill_support.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_skill_support.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_skill_support.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_skill_support.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_skill_weapon.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_skill_weapon.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_skill_weapon.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_skill_weapon.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_std.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_std.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_std.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_std.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_std_item1.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_std_item1.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_std_item1.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_std_item1.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_std_item2.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_std_item2.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_std_item2.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_std_item2.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/label_uppt.sub b/bin/pack/locale_cz/locale/cz/ui/windows/label_uppt.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/label_uppt.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/label_uppt.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/tab_1.sub b/bin/pack/locale_cz/locale/cz/ui/windows/tab_1.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/tab_1.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/tab_1.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/tab_2.sub b/bin/pack/locale_cz/locale/cz/ui/windows/tab_2.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/tab_2.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/tab_2.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/tab_3.sub b/bin/pack/locale_cz/locale/cz/ui/windows/tab_3.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/tab_3.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/tab_3.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/tab_4.sub b/bin/pack/locale_cz/locale/cz/ui/windows/tab_4.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/tab_4.sub rename to bin/pack/locale_cz/locale/cz/ui/windows/tab_4.sub diff --git a/bin/pack/locale_cz/locale/cz/ui/windows/title_skill.sub b/bin/pack/locale_cz/locale/cz/ui/windows/title_skill.sub new file mode 100644 index 00000000..c8bdf1c1 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 477 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_cz/locale/cz/ui/windows/title_status.sub b/bin/pack/locale_cz/locale/cz/ui/windows/title_status.sub new file mode 100644 index 00000000..0cd12da3 --- /dev/null +++ b/bin/pack/locale_cz/locale/cz/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 130 +right 462 +bottom 147 \ No newline at end of file diff --git a/bin/pack/locale_cz/locale/cz/ui/windows/windows.dds b/bin/pack/locale_cz/locale/cz/ui/windows/windows.dds new file mode 100644 index 00000000..9980239d Binary files /dev/null and b/bin/pack/locale_cz/locale/cz/ui/windows/windows.dds differ diff --git a/bin/pack/locale_de.addr b/bin/pack/locale_de.addr deleted file mode 100644 index ac447793..00000000 Binary files a/bin/pack/locale_de.addr and /dev/null differ diff --git a/bin/pack/locale_de/locale/de/atlasinfo.txt b/bin/pack/locale_de/locale/de/atlasinfo.txt deleted file mode 100644 index 820a701b..00000000 --- a/bin/pack/locale_de/locale/de/atlasinfo.txt +++ /dev/null @@ -1,109 +0,0 @@ -map_a2 256000 665600 6 6 -map_b2 102400 51200 6 6 -map_c2 665600 281600 6 6 -map_n_snowm_01 358400 153600 6 6 -metin2_map_a1 409600 896000 4 5 -metin2_map_a3 307200 819200 4 4 -metin2_map_b1 0 102400 4 5 -metin2_map_b3 102400 204800 4 4 -metin2_map_c1 921600 204800 4 5 -metin2_map_c3 819200 204800 4 4 -metin2_map_deviltower1 204800 665600 3 3 -metin2_map_milgyo 537600 51200 4 4 -metin2_map_n_desert_01 204800 486400 6 6 -metin2_map_n_flame_01 588800 614400 6 6 -metin2_map_spiderdungeon 51200 486400 3 3 -metin2_map_spiderdungeon_02 665600 435200 4 4 -metin2_map_t1 0 25600 3 3 -metin2_map_t2 6400 0 1 1 -metin2_map_t3 32000 0 1 1 -metin2_map_t4 57600 0 1 1 -metin2_map_t5 793600 0 1 1 -metin2_map_monkeydungeon 819200 51200 3 3 -metin2_map_monkeydungeon 768000 435200 3 3 -metin2_map_monkeydungeon 844800 435200 3 3 -metin2_map_monkeydungeon 921600 435200 3 3 -metin2_map_monkeydungeon_02 128000 640000 3 3 -metin2_map_monkeydungeon_03 128000 716800 3 3 -metin2_map_wedding_01 819200 0 1 1 -metin2_map_guild_01 128000 0 2 2 -metin2_map_guild_02 179200 0 2 2 -metin2_map_guild_03 230400 0 2 2 -metin2_map_trent 281600 0 2 2 -metin2_map_trent02 1049600 0 4 4 -gm_guild_build 83200 0 1 1 -metin2_map_duel 844800 0 1 1 -season1/metin2_map_WL_01 1049600 716800 6 6 -season1/metin2_map_nusluck01 819200 716800 4 4 -season1/metin2_map_oxevent 870400 0 2 2 -season1/metin2_map_sungzi 921600 0 2 2 -metin2_map_bf 972800 0 2 2 -metin2_map_bf_02 921600 51200 2 2 -metin2_map_bf_03 972800 51200 2 2 -metin2_map_sungzi_flame_pass01 1024000 102400 4 4 -metin2_map_sungzi_flame_pass02 1024000 204800 4 4 -metin2_map_sungzi_flame_pass03 1024000 307200 4 4 -season1/metin2_map_sungzi_flame_hill_01 1126400 102400 2 4 -season1/metin2_map_sungzi_flame_hill_02 1126400 204800 2 4 -season1/metin2_map_sungzi_flame_hill_03 1126400 307200 2 4 -season1/metin2_map_sungzi_snow 1152000 0 3 3 -season1/metin2_map_sungzi_snow_pass01 1177600 102400 2 4 -season1/metin2_map_sungzi_snow_pass02 1177600 204800 2 4 -season1/metin2_map_sungzi_snow_pass03 1177600 307200 2 4 -season1/metin2_map_sungzi_desert_01 1228800 0 4 4 -season1/metin2_map_sungzi_desert_hill_01 1228800 102400 2 4 -season1/metin2_map_sungzi_desert_hill_02 1228800 204800 2 4 -season1/metin2_map_sungzi_desert_hill_03 1228800 307200 2 4 -season1/metin2_map_sungzi_milgyo 1331200 0 3 3 -season1/metin2_map_sungzi 1408000 0 3 3 -season1/metin2_map_sungzi_snow 1484800 0 3 3 -season1/metin2_map_sungzi_desert_01 1561600 0 3 3 -season1/metin2_map_sungzi_milgyo_pass01 1280000 102400 2 4 -season1/metin2_map_sungzi_milgyo_pass02 1280000 204800 2 4 -season1/metin2_map_sungzi_milgyo_pass03 1280000 307200 2 4 -season1/metin2_map_sungzi_flame_hill_01 1331200 102400 2 4 -season1/metin2_map_sungzi_flame_hill_02 1331200 204800 2 4 -season1/metin2_map_sungzi_flame_hill_03 1331200 307200 2 4 -season1/metin2_map_sungzi_snow_pass01 1382400 102400 2 4 -season1/metin2_map_sungzi_snow_pass02 1382400 204800 2 4 -season1/metin2_map_sungzi_snow_pass03 1382400 307200 2 4 -season1/metin2_map_sungzi_desert_hill_01 1433600 102400 2 4 -season1/metin2_map_sungzi_desert_hill_02 1433600 204800 2 4 -season1/metin2_map_sungzi_desert_hill_03 1433600 307200 2 4 -season1/metin2_map_ew02 256000 51200 4 4 -season2/metin2_map_empirewar01 972800 102400 2 2 -season2/metin2_map_empirewar02 921600 153600 2 2 -season2/metin2_map_empirewar03 972800 153600 2 2 -season2/map_n_snowm_02 0 1049600 6 6 -season2/metin2_map_milgyo_a 153600 1049600 4 4 -season2/metin2_map_n_desert_02 307200 1049600 6 6 -season2/metin2_map_n_flame_02 460800 1049600 6 6 -season2/metin2_map_a2_1 614400 1049600 6 6 -season2/metin2_map_trent_a 768000 1049600 2 2 -season2/metin2_map_trent02_a 921600 1049600 3 3 -season2/metin2_map_skipia_dungeon_01 0 1203200 6 6 -metin2_map_skipia_dungeon_02 153600 1203200 6 6 -season2/metin2_map_skipia_dungeon_01 0 1356800 6 6 -season2/metin2_map_skipia_dungeon_01 0 1510400 6 6 -season2/metin2_map_skipia_dungeon_01 0 1664000 6 6 -metin2_map_skipia_dungeon_02 153600 1356800 6 6 -metin2_map_skipia_dungeon_02 153600 1510400 6 6 -metin2_map_skipia_dungeon_02 153600 1664000 6 6 -season2/metin2_map_empirewar01 665600 230400 2 2 -season2/metin2_map_empirewar02 716800 230400 2 2 -season2/metin2_map_empirewar03 768000 230400 2 2 -season1/metin2_map_spiderdungeon_02 563200 435200 4 4 -season1/metin2_map_oxevent 742400 0 2 2 -metin2_map_skipia_dungeon_boss 819200 1049600 2 2 -metin2_map_skipia_dungeon_boss 819200 1100800 2 2 -metin2_map_skipia_dungeon_boss2 819200 1152000 2 2 -metin2_map_skipia_dungeon_boss 819200 1203200 2 2 -metin2_map_devilsCatacomb 307200 1203200 8 8 -metin2_map_spiderdungeon_03 51200 563200 3 3 -metin2_guild_village_01 204800 204800 2 2 -metin2_guild_village_02 614400 384000 2 2 -metin2_guild_village_03 256000 819200 2 2 -Metin2_map_CapeDragonHead 1024000 1664000 6 6 -metin2_map_Mt_Thunder 1126400 1510400 4 6 -metin2_map_dawnmistwood 1177600 1664000 7 4 -metin2_map_BayBlackSand 1049600 1510400 3 6 \ No newline at end of file diff --git a/bin/pack/locale_de/locale/de/guildbuildinglist.txt b/bin/pack/locale_de/locale/de/guildbuildinglist.txt index c7f0eb13..51187cfe 100644 --- a/bin/pack/locale_de/locale/de/guildbuildinglist.txt +++ b/bin/pack/locale_de/locale/de/guildbuildinglist.txt @@ -15,6 +15,11 @@ VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PR 14053 FACILITY yonggwangro Kristallofen -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 14054 FACILITY yonggwangro Quarzofen -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 14055 FACILITY yonggwangro Himmelstrnenofen -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Llekkristly ofen -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubinofen -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Granatofen -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragdofen -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Saphirofen -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 14061 FACILITY himuijedan_01 Altar der Kraft -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 14062 FACILITY himuijedan_02 Altar der Kraft -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 14063 FACILITY himuijedan_03 Altar der Kraft -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 diff --git a/bin/pack/locale_de/locale/de/item_list.txt b/bin/pack/locale_de/locale/de/item_list.txt index 4fe5513d..11e883bb 100644 --- a/bin/pack/locale_de/locale/de/item_list.txt +++ b/bin/pack/locale_de/locale/de/item_list.txt @@ -1420,10 +1420,10 @@ 29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -11000 ARMOR D:\ymir work\ui\game\quest\questicon\level_05.tga -11010 ARMOR D:\ymir work\ui\game\quest\questicon\level_07.tga -11020 ARMOR D:\ymir work\ui\game\quest\questicon\level_08.tga -11030 ARMOR D:\ymir work\ui\game\quest\questicon\level_12.tga +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga 11200 ARMOR icon/item/11200.tga 11201 ARMOR icon/item/11200.tga 11202 ARMOR icon/item/11200.tga @@ -4069,7 +4069,7 @@ 50058 ETC icon/item/50058.tga 50059 ETC icon/item/50059.tga 50060 ETC icon/item/book_44.tga -50063 ETC icon/item/50053.tga +50061 ETC season1/icon/item/50061.tga 50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 @@ -4309,6 +4309,8 @@ 50902 ETC season1/icon/item/50902.tga 50903 ETC season1/icon/item/50903.tga 50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga 53501 ETC icon/item/53501.tga 53502 ETC icon/item/53501.tga 53503 ETC icon/item/53501.tga @@ -4937,6 +4939,7 @@ 52103 ETC icon/item/50065.tga 52104 ETC icon/item/50065.tga 52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga 71144 ETC icon/item/71144.tga 71143 ETC icon/item/71143.tga 38020 ETC icon/item/53002.tga @@ -5020,6 +5023,7 @@ 38101 ETC season1/icon/item/50709.tga 38102 ETC season1/icon/item/50709.tga 38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 41003 ARMOR icon/item/41003.tga 41004 ARMOR icon/item/41004.tga 41005 ARMOR icon/item/41005.tga @@ -5145,6 +5149,7 @@ 76022 ETC icon/item/76022.tga 76023 ETC icon/item/76023.tga 76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga 53505 ETC icon/item/53501.tga 70058 ETC icon/item/70058.tga 71151 ETC icon/item/71151.tga @@ -5248,6 +5253,7 @@ 45048 ETC icon/item/45008.tga 45049 ETC icon/item/45008.tga 45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga 53506 ETC icon/item/53501.tga 30324 ETC icon/item/30324.tga 30325 ETC icon/item/30324.tga @@ -5761,13 +5767,12 @@ 50253 ETC icon/item/50253.tga 50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 50255 ETC icon/item/50255.tga -50256 ETC icon/item/50256.tga +50256 ETC icon/item/50256.tga 50257 ETC icon/item/50257.tga 50258 ETC icon/item/50258.tga 50259 ETC icon/item/50259.tga 50260 ETC icon/item/50255.tga 50527 ETC icon/item/50527.tga -71160 ETC icon/item/71153.tga 71162 ETC icon/item/71162.tga 71163 ETC icon/item/71163.tga 30270 ETC icon/item/30270.tga @@ -5791,6 +5796,13 @@ 20757 ARMOR icon/item/20500.tga 20758 ARMOR icon/item/20500.tga 20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga 71164 ETC icon/item/71131.tga 71165 ETC icon/item/71131.tga 71166 ETC icon/item/71131.tga @@ -5975,6 +5987,13 @@ 45104 ETC icon/item/45094.tga 45105 ETC icon/item/45095.tga 45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga 41137 ETC icon/item/41137.tga 41138 ETC icon/item/41138.tga 41139 ETC icon/item/41139.tga @@ -6190,83 +6209,229 @@ 51644 ETC icon/item/51640.tga 51645 ETC icon/item/51641.tga 51646 ETC icon/item/51642.tga -30329 ETC icon/item/30329.tga +30329 ETC icon/item/30329.tga 30330 ETC icon/item/50084.tga -30524 ETC icon/item/31006.tga -30525 ETC icon/item/31005.tga -31076 ETC icon/item/31076.tga -31077 ETC icon/item/31077.tga -31078 ETC icon/item/31078.tga -31080 ETC icon/item/31080.tga -31081 ETC icon/item/31081.tga -31082 ETC icon/item/31082.tga -31083 ETC icon/item/31083.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga 31084 ETC icon/item/31084.tga 41307 ETC icon/item/41307.tga 41308 ETC icon/item/41308.tga 41309 ETC icon/item/41307.tga 41310 ETC icon/item/41308.tga -41320 ETC icon/item/41320.tga -41321 ETC icon/item/41321.tga -41322 ETC icon/item/41320.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga 41323 ETC icon/item/41321.tga -45135 ETC icon/item/45135.tga -45136 ETC icon/item/45136.tga -45137 ETC icon/item/45135.tga -45138 ETC icon/item/45136.tga -45139 ETC icon/item/45139.tga -45140 ETC icon/item/45140.tga -45141 ETC icon/item/45141.tga -45142 ETC icon/item/45142.tga -45143 ETC icon/item/45139.tga -45144 ETC icon/item/45140.tga -45145 ETC icon/item/45141.tga -45146 ETC icon/item/45142.tga -45147 ETC icon/item/45143.tga -45148 ETC icon/item/45144.tga -45149 ETC icon/item/45143.tga -45150 ETC icon/item/45144.tga -45151 ETC icon/item/45147.tga -45152 ETC icon/item/45148.tga -45153 ETC icon/item/45147.tga -45154 ETC icon/item/45148.tga -45155 ETC icon/item/45135.tga -45156 ETC icon/item/45156.tga -45157 ETC icon/item/45157.tga -45158 ETC icon/item/45156.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga 45159 ETC icon/item/45157.tga -53001 ETC icon/item/53001.tga -53002 ETC icon/item/53002.tga -53003 ETC icon/item/53003.tga -53004 ETC icon/item/53006.tga -53005 ETC icon/item/53005.tga -53006 ETC icon/item/53010.tga -53007 ETC icon/item/53011.tga -53008 ETC icon/item/53012.tga -53009 ETC icon/item/53013.tga -53010 ETC icon/item/53002.tga -53011 ETC icon/item/53008.tga -53012 ETC icon/item/53008.tga -53013 ETC icon/item/53010.tga -53014 ETC icon/item/53010.tga -53015 ETC icon/item/53010.tga -53016 ETC icon/item/53010.tga -53017 ETC icon/item/53011.tga -53018 ETC icon/item/53011.tga -53019 ETC icon/item/53011.tga -53020 ETC icon/item/53011.tga -53021 ETC icon/item/53013.tga -53022 ETC icon/item/53013.tga -53023 ETC icon/item/53013.tga -53024 ETC icon/item/53013.tga -53025 ETC icon/item/53012.tga -53026 ETC icon/item/53012.tga -53027 ETC icon/item/53012.tga -53028 ETC icon/item/53012.tga -53029 ETC icon/item/53017.tga -53030 ETC icon/item/71171.tga -53031 ETC icon/item/71172.tga -53032 ETC icon/item/53016.tga -71173 ETC icon/item/71173.tga 71174 ETC icon/item/71174.tga 71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_de/locale/de/item_proto b/bin/pack/locale_de/locale/de/item_proto index 0c849595..099eb25c 100644 Binary files a/bin/pack/locale_de/locale/de/item_proto and b/bin/pack/locale_de/locale/de/item_proto differ diff --git a/bin/pack/locale_de/locale/de/itemdesc.txt b/bin/pack/locale_de/locale/de/itemdesc.txt index c496a98f..cf395723 100644 --- a/bin/pack/locale_de/locale/de/itemdesc.txt +++ b/bin/pack/locale_de/locale/de/itemdesc.txt @@ -90,7 +90,7 @@ 18077 Groer Bren-Grtel+7 18078 Groer Bren-Grtel+8 18079 Groer Bren-Grtel+9 -18900 Rotflammenstein +18900 Rotflammenstein Verstrkt die Boni deines Grtels. 22000 Schriftrolle Stadt Die Schriftrolle ermglicht es dir, dich zurck in die Stadt zu teleportieren. 22010 Schriftrolle des Ortes Die Schriftrolle ermglicht dir den Rcktransport zu dem Ort, den du dir zuletzt gemerkt hast. 25040 Segensschriftrolle Beseitigt das Risiko, einen Gegenstand zu zerstren, wenn seine Verbesserung fehlschlgt. In diesem Fall wird lediglich seine Qualitt um 1 verringert. @@ -390,6 +390,9 @@ 30327 Arachnidenflte Das Lied dieses Instruments lockt die Spinnenbaroness an. 30329 Goldenes Zahnrad Lst den verborgenen Mechanismus in der Stele der Isfet aus. 30330 Stein der Maat Maat sorgt als Gttin der Gerechtigkeit fr Ordnung im Chaos. +30331 Frostschlssel Der Schlssel ist so kalt wie Eis und ffnet den Zugang zum dritten Stock von Nemeres Warte. Kann nur von Schamanen benutzt werden. +30332 Nordstern Siegelstein aus purem Eis. ffnet den Zugang zum sechsten Stock von Nemeres Warte. +30333 Eisblumenschlssel Der Schlssel aus Eis ffnet den Zugang zum neunten Stock von Nemeres Warte. Kann nur von Schamanen oder Ninjas benutzt werden. 30500 Rubin-Gravurmesser Werkzeug zur Veredelung deiner Waffe 30501 Goldschelle Element zur Veredelung deiner Waffe 30502 Rubinverzierung Element zur Veredelung deiner Waffe @@ -432,23 +435,23 @@ 30539 Siehe Kommentar 30540 Siehe Kommentar 30541 Siehe Kommentar -30542 Simpler Silberring -30543 Simpler Bronzering -30544 Simpler Holzring -30545 Simpler Blauer Ring -30546 Simpler Grner Ring -30547 Simpler Roter Ring -30548 Siehe Kommentar -30549 Siehe Kommentar -30550 Siehe Kommentar -30551 Siehe Kommentar -30552 Siehe Kommentar -30553 Siehe Kommentar +30542 Einfacher Silberring +30543 Einfacher Bronzering +30544 Einfacher Holzring +30545 Einfacher Saphirring +30546 Einfacher Smaragdring +30547 Einfacher Rubinring +30548 Einfacher Grtel (gelb) +30549 Einfacher Grtel (braun) +30550 Blauer Riemen Grundmaterial zur Herstellung von Grteln +30551 Einfacher Grtel (schw.) +30552 Einfacher Grtel (lila) +30553 Einfacher Grtel (grn) 30554 Glnzender Sand (orange) 30555 Glnzender Sand(schwarz) 30556 Glnzender Sand (blau) 30557 Glnzender Sand (grn) -30558 Leuchtender Rotlwe +30558 Leuchtendrotes Garn 30559 Glnzender Sand (purpur) 30560 Siehe Kommentar 30561 Siehe Kommentar @@ -554,24 +557,25 @@ 31075 Stachelhalsband Halsschmuck des Martyaxwar. Ein Brief ist auf der Innenseite versteckt. 31076 Sonnenkruter Diese Kruter wachsen an heien, trockenen Orten. 31077 Fundamentsteinpulver Zu feinem Pulver gemahlene Fundamentsteine -31078 Reines Lumen Neutralisiert die Kraft der Schwarzen Materie. -31079 Brief an Yak-Hwan Die letzten Worte des Sphers, versiegelt in einem Halsband. +31078 Reines Lumen Weie Energie, neutralisiert die Kraft der Schwarzen Materie. +31079 Brief an Yak-Hwan Die letzten Worte des Sphers, versteckt in einem Halsband. 31080 Blut des Flammenknigs Hei wie Lava fliet das Blut durch die Adern des Dmons. 31081 Schwarze Materie Die dunkelste Art von Energie verleiht Dmonen enorme Krfte. -31082 Magmaring Ein Ring aus flssigem Magma, der die Herzen von Flammendmonen umgibt +31082 Magmaring Ein Ring aus Magma, der die Herzen von Flammendmonen umgibt. 31083 Ring des Samael Mchtiges Artefakt um einen Verbannungsritus zu vollziehen. 31084 Nimbustinktur -31085 Schwerwasser -31086 Knochenpulver -31087 Flammen des Feuergeist -31088 Flammentrank -31089 Siehe Kommentar -31090 Frostknig Hanmais Herz +31085 Schweres Wasser +31086 Knochenstaub +31087 Feuergeist-Flamme +31088 Feuertrank +31089 Magischer Eisblock +31090 Nemeres Herz 31091 Blut des Flammenknigs Hei wie Lava fliet das Blut durch die Adern des Dmons. 31092 Kltemonster-Hautfetzen 35000 Medizinische Kruter+ Eine Sammlung getrockneter Heilkruter. Leider etwas staubig. 35001 Leber eines Tigers+ Die rotbraune, handgroe Leber einer ausgewachsenen Raubkatze. -38010 Yang-Bndel Yang-Erls aus der Item-Brse +38010 Yang-Paket Lse das Paket ein, um deine Kriegskassen mit Yang aufzufllen. Nicht handelbar. +38011 Yang-Paket Lse das Paket ein, um deine Kriegskassen mit Yang aufzufllen. Nicht handelbar. 38050 Truhe der Macht Die Truhe ist erstaunlich leicht, als wre sie leer ... 38051 Knigstiger-Kristall Es bedarf erheblicher magischer Knste, bse Tiergeister zu bndigen. Dieser Kristall enthlt eines von fnf mglichen Knigstiger-Siegeln. 38052 Truhe der Knige Diese prunkvolle Truhe verbirgt einen wahrhaft kniglichen Schatz in ihrem Inneren. Dieses Item ist handelbar. @@ -776,8 +780,8 @@ 41152 Rentierkostm+ (w) Kostm fr sie aus weichem Plsch mit Puschelschwanz und Glocke. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. 41153 AC Miryang (m) Fuballtrikotsatz in Schwarz-Rot fr ihn 41154 AC Miryang (w) Fuballtrikotsatz in Schwarz-Rot fr sie -41155 AFC Yayang (m) Fuballtrikotsatz in Wei-Rot fr ihn -41156 AFC Yayang (w) Fuballtrikotsatz in Wei-Rot fr sie +41155 AFC Jayang (m) Fuballtrikotsatz in Wei-Rot fr ihn +41156 AFC Jayang (w) Fuballtrikotsatz in Wei-Rot fr sie 41157 RSC Schlangenfeld (m) Fuballtrikotsatz in Violett-Wei fr ihn 41158 RSC Schlangenfeld (w) Fuballtrikotsatz in Violett-Wei fr sie 41159 Yongan FC (m) Fuballtrikotsatz in Rot-Wei fr ihn @@ -840,8 +844,8 @@ 41216 FC St. Seungryong (w) Fuballtrikotsatz in Blau fr sie 41217 AC Miryang+ (m) Fuballtrikotsatz in Schwarz-Rot fr ihn. Verleiht dir mindestens einen zuflligen Bonus. 41218 AC Miryang+ (w) Fuballtrikotsatz in Schwarz-Rot fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41219 AFC Yayang+ (m) Fuballtrikotsatz in Wei-Rot fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41220 AFC Yayang+ (w) Fuballtrikotsatz in Wei-Rot fr sie. Verleiht dir mindestens einen zuflligen Bonus. +41219 AFC Jayang+ (m) Fuballtrikotsatz in Wei-Rot fr ihn. Verleiht dir mindestens einen zuflligen Bonus. +41220 AFC Jayang+ (w) Fuballtrikotsatz in Wei-Rot fr sie. Verleiht dir mindestens einen zuflligen Bonus. 41221 RSC Schlangenfeld+ (m) Fuballtrikotsatz in Violett-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. 41222 RSC Schlangenfeld+ (w) Fuballtrikotsatz in Violett-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. 41223 Yongan FC+ (m) Fuballtrikotsatz in Rot-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. @@ -918,22 +922,154 @@ 41304 Hschenkostm+ (blau) Hasenkostm aus blauem Plsch fr sie. Verleiht dir mind. einen zuflligen Bonus. 41305 Hschenkostm+ (grn) Hasenkostm aus grnem Plsch fr sie. Verleiht dir mind. einen zuflligen Bonus. 41306 Hschenkostm+ (pink) Hasenkostm aus pinkfarbenem Plsch fr sie. Verleiht dir mind. einen zuflligen Bonus. -41307 Black Snake Costme Black Snake Costme -41308 Black Snake Costme Black Snake Costme -41309 Black Snake Costme Black Snake Costme -41310 Black Snake Costme Black Snake Costme +41307 Kobragewand (m) Schwarzschimmerndes Gewand mit Schlangensymbolen +41308 Kobragewand (w) Schwarzschimmerndes Gewand mit Schlangensymbolen +41309 Kobragewand+ (m) Schwarzschimmerndes Gewand mit Schlangensymbolen. Verleiht dir mindestens einen zuflligen Bonus. +41310 Kobragewand+ (w) Schwarzschimmerndes Gewand mit Schlangensymbolen. Verleiht dir mindestens einen zuflligen Bonus. 41311 Wstenkmpfer (schwarz) Schwarzes Kriegsgewand fr Mnner. 41312 Wstenkmpferin (schw.) Schwarzes Kriegsgewand fr Frauen. 41313 Wstenkmpfer+ (schwarz) Schwarzes Kriegsgewand fr Mnner. Verleiht dir mindestens einen zuflligen Bonus. 41314 Wstenkmpferin+ (schw.) Schwarzes Kriegsgewand fr Frauen. Verleiht dir mindestens einen zuflligen Bonus. -41315 Devils Armor M Devils Armor M -41316 Devils Armor F Devils Armor F -41317 Devils Armor M Devils Armor M -41318 Devils Armor F Devils Armor F +41315 Azraels Rstung (m) Sthlerne Rstung des berchtigten Dmonenfrsten +41316 Azraels Rstung (w) Sthlerne Rstung des berchtigten Dmonenfrsten +41317 Azraels Rstung+ (m) Sthlerne Rstung des berchtigten Dmonenfrsten. Verleiht dir mindestens einen zuflligen Bonus. +41318 Azraels Rstung+ (w) Sthlerne Rstung des berchtigten Dmonenfrsten. Verleiht dir mindestens einen zuflligen Bonus. 41320 Jack-Pumpkin-Anzug (m) Schaurig-schnes Halloweenkostm 41321 Jack-Pumpkin-Kleid (w) Schaurig-schnes Halloweenkostm 41322 Jack-Pumpkin-Anzug+ (m) Schaurig-schnes Halloweenkostm. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. 41323 Jack-Pumpkin-Kleid+ (w) Schaurig-schnes Halloweenkostm. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. +41324 Mondsternkmpfer Kriegsgewand mit Mondstern-Emblem fr Mnner +41325 Mondsternkmpferin Kriegsgewand mit Mondstern-Emblem fr Frauen +41326 Mondsternkmpfer+ Kriegsgewand mit Mondstern-Emblem fr Mnner. Verleiht dir mindestens einen zuflligen Bonus. +41327 Mondsternkmpferin+ Kriegsgewand mit Mondstern-Emblem fr Frauen. Verleiht dir mindestens einen zuflligen Bonus. +41328 WM-Trikot ALG (m) WM-Trikotsatz im Stil der algerischen Fuballnationalmannschaft +41329 WM-Trikot ALG (w) WM-Trikotsatz im Stil der algerischen Fuballnationalmannschaft +41330 WM-Trikot ARG (m) WM-Trikotsatz im Stil der argentinischen Fuballnationalmannschaft +41331 WM-Trikot ARG (w) WM-Trikotsatz im Stil der argentinischen Fuballnationalmannschaft +41332 WM-Trikot AUS (m) WM-Trikotsatz im Stil der australischen Fuballnationalmannschaft +41333 WM-Trikot AUS (w) WM-Trikotsatz im Stil der australischen Fuballnationalmannschaft +41334 WM-Trikot BEL (m) WM-Trikotsatz im Stil der belgischen Fuballnationalmannschaft +41335 WM-Trikot BEL (w) WM-Trikotsatz im Stil der belgischen Fuballnationalmannschaft +41336 WM-Trikot BIH (m) WM-Trikotsatz im Stil der bosnisch-herzegowinischen Fuballnationalmannschaft +41337 WM-Trikot BIH (w) WM-Trikotsatz im Stil der bosnisch-herzegowinischen Fuballnationalmannschaft +41338 WM-Trikot BRA (m) WM-Trikotsatz im Stil der brasilianischen Fuballnationalmannschaft +41339 WM-Trikot BRA (w) WM-Trikotsatz im Stil der brasilianischen Fuballnationalmannschaft +41340 WM-Trikot CMR (m) WM-Trikotsatz im Stil der kamerunischen Fuballnationalmannschaft +41341 WM-Trikot CMR (w) WM-Trikotsatz im Stil der kamerunischen Fuballnationalmannschaft +41342 WM-Trikot CHI (m) WM-Trikotsatz im Stil der chilenischen Fuballnationalmannschaft +41343 WM-Trikot CHI (w) WM-Trikotsatz im Stil der chilenischen Fuballnationalmannschaft +41344 WM-Trikot COL (m) WM-Trikotsatz im Stil der kolumbianischen Fuballnationalmannschaft +41345 WM-Trikot COL (w) WM-Trikotsatz im Stil der kolumbianischen Fuballnationalmannschaft +41346 WM-Trikot CRC (m) WM-Trikotsatz im Stil der costa-ricanischen Fuballnationalmannschaft +41347 WM-Trikot CRC (w) WM-Trikotsatz im Stil der costa-ricanischen Fuballnationalmannschaft +41348 WM-Trikot CIV (m) WM-Trikotsatz im Stil der ivorischen Fuballnationalmannschaft +41349 WM-Trikot CIV (w) WM-Trikotsatz im Stil der ivorischen Fuballnationalmannschaft +41350 WM-Trikot CRO (m) WM-Trikotsatz im Stil der kroatischen Fuballnationalmannschaft +41351 WM-Trikot CRO (w) WM-Trikotsatz im Stil der kroatischen Fuballnationalmannschaft +41352 WM-Trikot ECU (m) WM-Trikotsatz im Stil der ecuadorianischen Fuballnationalmannschaft +41353 WM-Trikot ECU (w) WM-Trikotsatz im Stil der ecuadorianischen Fuballnationalmannschaft +41354 WM-Trikot ENG (m) WM-Trikotsatz im Stil der englischen Fuballnationalmannschaft +41355 WM-Trikot ENG (w) WM-Trikotsatz im Stil der englischen Fuballnationalmannschaft +41356 WM-Trikot FRA (m) WM-Trikotsatz im Stil der franzsischen Fuballnationalmannschaft +41357 WM-Trikot FRA (w) WM-Trikotsatz im Stil der franzsischen Fuballnationalmannschaft +41358 WM-Trikot GER (m) WM-Trikotsatz im Stil der deutschen Fuballnationalmannschaft +41359 WM-Trikot GER (w) WM-Trikotsatz im Stil der deutschen Fuballnationalmannschaft +41360 WM-Trikot GHA (m) WM-Trikotsatz im Stil der ghanaischen Fuballnationalmannschaft +41361 WM-Trikot GHA (w) WM-Trikotsatz im Stil der ghanaischen Fuballnationalmannschaft +41362 WM-Trikot GRE (m) WM-Trikotsatz im Stil der griechischen Fuballnationalmannschaft +41363 WM-Trikot GRE (w) WM-Trikotsatz im Stil der griechischen Fuballnationalmannschaft +41364 WM-Trikot HON (m) WM-Trikotsatz im Stil der honduranischen Fuballnationalmannschaft +41365 WM-Trikot HON (w) WM-Trikotsatz im Stil der honduranischen Fuballnationalmannschaft +41366 WM-Trikot IRN (m) WM-Trikotsatz im Stil der iranischen Fuballnationalmannschaft +41367 WM-Trikot IRN (w) WM-Trikotsatz im Stil der iranischen Fuballnationalmannschaft +41368 WM-Trikot ITA (m) WM-Trikotsatz im Stil der italienischen Fuballnationalmannschaft +41369 WM-Trikot ITA (w) WM-Trikotsatz im Stil der italienischen Fuballnationalmannschaft +41370 WM-Trikot JPN (m) WM-Trikotsatz im Stil der japanischen Fuballnationalmannschaft +41371 WM-Trikot JPN (w) WM-Trikotsatz im Stil der japanischen Fuballnationalmannschaft +41372 WM-Trikot KOR (m) WM-Trikotsatz im Stil der koreanischen Fuballnationalmannschaft +41373 WM-Trikot KOR (w) WM-Trikotsatz im Stil der koreanischen Fuballnationalmannschaft +41374 WM-Trikot MEX (m) WM-Trikotsatz im Stil der mexikanischen Fuballnationalmannschaft +41375 WM-Trikot MEX (w) WM-Trikotsatz im Stil der mexikanischen Fuballnationalmannschaft +41376 WM-Trikot NED (m) WM-Trikotsatz im Stil der niederlndischen Fuballnationalmannschaft +41377 WM-Trikot NED (w) WM-Trikotsatz im Stil der niederlndischen Fuballnationalmannschaft +41378 WM-Trikot NGA (m) WM-Trikotsatz im Stil der nigerianischen Fuballnationalmannschaft +41379 WM-Trikot NGA (w) WM-Trikotsatz im Stil der nigerianischen Fuballnationalmannschaft +41380 WM-Trikot POR (m) WM-Trikotsatz im Stil der portugiesischen Fuballnationalmannschaft +41381 WM-Trikot POR (w) WM-Trikotsatz im Stil der portugiesischen Fuballnationalmannschaft +41382 WM-Trikot RUS (m) WM-Trikotsatz im Stil der russischen Fuballnationalmannschaft +41383 WM-Trikot RUS (w) WM-Trikotsatz im Stil der russischen Fuballnationalmannschaft +41384 WM-Trikot ESP (m) WM-Trikotsatz im Stil der spanischen Fuballnationalmannschaft +41385 WM-Trikot ESP (w) WM-Trikotsatz im Stil der spanischen Fuballnationalmannschaft +41386 WM-Trikot SUI (m) WM-Trikotsatz im Stil der schweizerischen Fuballnationalmannschaft +41387 WM-Trikot SUI (w) WM-Trikotsatz im Stil der schweizerischen Fuballnationalmannschaft +41388 WM-Trikot URU (m) WM-Trikotsatz im Stil der uruguayischen Fuballnationalmannschaft +41389 WM-Trikot URU (w) WM-Trikotsatz im Stil der uruguayischen Fuballnationalmannschaft +41390 WM-Trikot USA (m) WM-Trikotsatz im Stil der amerikanischen Fuballnationalmannschaft +41391 WM-Trikot USA (w) WM-Trikotsatz im Stil der amerikanischen Fuballnationalmannschaft +41392 WM-Trikot ALG (m/Bonus) WM-Trikotsatz im Stil der algerischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41393 WM-Trikot ALG (w/Bonus) WM-Trikotsatz im Stil der algerischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41394 WM-Trikot ARG (m/Bonus) WM-Trikotsatz im Stil der argentinischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41395 WM-Trikot ARG (w/Bonus) WM-Trikotsatz im Stil der argentinischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41396 WM-Trikot AUS (m/Bonus) WM-Trikotsatz im Stil der australischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41397 WM-Trikot AUS (w/Bonus) WM-Trikotsatz im Stil der australischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41398 WM-Trikot BEL (m/Bonus) WM-Trikotsatz im Stil der belgischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41399 WM-Trikot BEL (w/Bonus) WM-Trikotsatz im Stil der belgischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41400 WM-Trikot BIH (m/Bonus) WM-Trikotsatz im Stil der bosnisch-herzegowinischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41401 WM-Trikot BIH (w/Bonus) WM-Trikotsatz im Stil der bosnisch-herzegowinischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41402 WM-Trikot BRA (m/Bonus) WM-Trikotsatz im Stil der brasilianischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41403 WM-Trikot BRA (w/Bonus) WM-Trikotsatz im Stil der brasilianischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41404 WM-Trikot CMR (m/Bonus) WM-Trikotsatz im Stil der kamerunischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41405 WM-Trikot CMR (w/Bonus) WM-Trikotsatz im Stil der kamerunischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41406 WM-Trikot CHI (m/Bonus) WM-Trikotsatz im Stil der chilenischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41407 WM-Trikot CHI (w/Bonus) WM-Trikotsatz im Stil der chilenischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41408 WM-Trikot COL (m/Bonus) WM-Trikotsatz im Stil der kolumbianischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41409 WM-Trikot COL (w/Bonus) WM-Trikotsatz im Stil der kolumbianischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41410 WM-Trikot CRC (m/Bonus) WM-Trikotsatz im Stil der costa-ricanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41411 WM-Trikot CRC (w/Bonus) WM-Trikotsatz im Stil der costa-ricanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41412 WM-Trikot CIV (m/Bonus) WM-Trikotsatz im Stil der ivorischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41413 WM-Trikot CIV (w/Bonus) WM-Trikotsatz im Stil der ivorischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41414 WM-Trikot CRO (m/Bonus) WM-Trikotsatz im Stil der kroatischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41415 WM-Trikot CRO (w/Bonus) WM-Trikotsatz im Stil der kroatischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41416 WM-Trikot ECU (m/Bonus) WM-Trikotsatz im Stil der ecuadorianischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41417 WM-Trikot ECU (w/Bonus) WM-Trikotsatz im Stil der ecuadorianischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41418 WM-Trikot ENG (m/Bonus) WM-Trikotsatz im Stil der englischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41419 WM-Trikot ENG (w/Bonus) WM-Trikotsatz im Stil der englischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41420 WM-Trikot FRA (m/Bonus) WM-Trikotsatz im Stil der franzsischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41421 WM-Trikot FRA (w/Bonus) WM-Trikotsatz im Stil der franzsischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41422 WM-Trikot GER (m/Bonus) WM-Trikotsatz im Stil der deutschen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41423 WM-Trikot GER (w/Bonus) WM-Trikotsatz im Stil der deutschen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41424 WM-Trikot GHA (m/Bonus) WM-Trikotsatz im Stil der ghanaischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41425 WM-Trikot GHA (w/Bonus) WM-Trikotsatz im Stil der ghanaischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41426 WM-Trikot GRE (m/Bonus) WM-Trikotsatz im Stil der griechischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41427 WM-Trikot GRE (w/Bonus) WM-Trikotsatz im Stil der griechischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41428 WM-Trikot HON (m/Bonus) WM-Trikotsatz im Stil der honduranischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41429 WM-Trikot HON (w/Bonus) WM-Trikotsatz im Stil der honduranischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41430 WM-Trikot IRN (m/Bonus) WM-Trikotsatz im Stil der iranischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41431 WM-Trikot IRN (w/Bonus) WM-Trikotsatz im Stil der iranischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41432 WM-Trikot ITA (m/Bonus) WM-Trikotsatz im Stil der italienischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41433 WM-Trikot ITA (w/Bonus) WM-Trikotsatz im Stil der italienischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41434 WM-Trikot JPN (m/Bonus) WM-Trikotsatz im Stil der japanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41435 WM-Trikot JPN (w/Bonus) WM-Trikotsatz im Stil der japanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41436 WM-Trikot KOR (m/Bonus) WM-Trikotsatz im Stil der koreanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41437 WM-Trikot KOR (w/Bonus) WM-Trikotsatz im Stil der koreanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41438 WM-Trikot MEX (m/Bonus) WM-Trikotsatz im Stil der mexikanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41439 WM-Trikot MEX (w/Bonus) WM-Trikotsatz im Stil der mexikanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41440 WM-Trikot NED (m/Bonus) WM-Trikotsatz im Stil der niederlndischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41441 WM-Trikot NED (w/Bonus) WM-Trikotsatz im Stil der niederlndischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41442 WM-Trikot NGA (m/Bonus) WM-Trikotsatz im Stil der nigerianischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41443 WM-Trikot NGA (w/Bonus) WM-Trikotsatz im Stil der nigerianischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41444 WM-Trikot POR (m/Bonus) WM-Trikotsatz im Stil der portugiesischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41445 WM-Trikot POR (w/Bonus) WM-Trikotsatz im Stil der portugiesischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41446 WM-Trikot RUS (m/Bonus) WM-Trikotsatz im Stil der russischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41447 WM-Trikot RUS (w/Bonus) WM-Trikotsatz im Stil der russischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41448 WM-Trikot ESP (m/Bonus) WM-Trikotsatz im Stil der spanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41449 WM-Trikot ESP (w/Bonus) WM-Trikotsatz im Stil der spanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41450 WM-Trikot SUI (m/Bonus) WM-Trikotsatz im Stil der schweizerischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41451 WM-Trikot SUI (w/Bonus) WM-Trikotsatz im Stil der schweizerischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41452 WM-Trikot URU (m/Bonus) WM-Trikotsatz im Stil der uruguayischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41453 WM-Trikot URU (w/Bonus) WM-Trikotsatz im Stil der uruguayischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41454 WM-Trikot USA (m/Bonus) WM-Trikotsatz im Stil der amerikanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. +41455 WM-Trikot USA (w/Bonus) WM-Trikotsatz im Stil der amerikanischen Fuballnationalmannschaft. Verleiht dir mind. einen zuflligen Bonus. 45001 Hschenohren (braun) Braune Hasenohren fr sie 45002 Hasenohren (braun) Braune Mtze mit Hasenohren fr ihn 45003 Kopftuch (m) Eine Kopfbedeckung aus feinstem Stoff fr Mnner. @@ -1048,30 +1184,40 @@ 45132 Hschenohren+ (blau) Blaue Hasenohren fr sie. Verleiht dir mind. einen zuflligen Bonus. 45133 Hschenohren+ (grn) Grne Hasenohren fr sie. Verleiht dir mind. einen zuflligen Bonus. 45134 Hschenohren+ (pink) Pinkfarbene Hasenohren fr sie. Verleiht dir mind. einen zuflligen Bonus. -45135 Black Snake hair item Black Snake hair item -45136 Black Snake hair item Black Snake hair item -45137 Black Snake hair item Black Snake hair item -45138 Black Snake hair item Black Snake hair item +45135 Kobrafrisur (m) Zum Kobragewand passende Kopfbedeckung +45136 Kobrafrisur (w) Zum Kobragewand passende Kopfbedeckung +45137 Kobrafrisur+ (m) Zum Kobragewand passende Kopfbedeckung. Verleiht dir mindestens einen zuflligen Bonus. +45138 Kobrafrisur+ (w) Zum Kobragewand passende Kopfbedeckung. Verleiht dir mindestens einen zuflligen Bonus. 45139 Tengu-Maske Kunstvoll geschnitzte Maske einer japanischen Gottheit 45140 Venezianische Maske Prachtvolle Maske des venezianischen Karnevals 45141 Kifwebe-Maske Aufwendig geschnitzte Holzmaske mit schwarzer Stoffkapuze 45142 Maya-Maske Furchterregende Maske der Mayakrieger -45143 Tengu-Maske+ Kunstvoll geschnitzte Maske einer japanischen Gottheit. Verleiht dir mindestens einen zuflligen Bonus. -45144 Venezianische Maske+ Prachtvolle Maske des venezianischen Karnevals. Verleiht dir mindestens einen zuflligen Bonus. -45145 Kifwebe-Maske+ Aufwendig geschnitzte Holzmaske mit schwarzer Stoffkapuze. Verleiht dir mindestens einen zuflligen Bonus. -45146 Maya-Maske+ Furchterregende Maske der Mayakrieger. Verleiht dir mindestens einen zuflligen Bonus. +45143 Tengu-Maske+ Kunstvoll geschnitzte Maske einer japanischen Gottheit. Verleiht dir mindestens zwei Boni. +45144 Venezianische Maske+ Prachtvolle Maske des venezianischen Karnevals. Verleiht dir mindestens zwei Boni. +45145 Kifwebe-Maske+ Aufwendig geschnitzte Holzmaske mit schwarzer Stoffkapuze. Verleiht dir mindestens zwei Boni. +45146 Maya-Maske+ Furchterregende Maske der Mayakrieger. Verleiht dir mindestens zwei Boni. 45147 Schwarzer Turban (m) Eine Kopfbedeckung aus schwarzem Stoff fr Mnner. 45148 Schwarzer Turban (w) Eine Kopfbedeckung aus schwarzem Stoff fr Frauen. 45149 Schwarzer Turban+ (m) Eine Kopfbedeckung aus schwarzem Stoff fr Mnner. Verleiht dir mindestens einen zuflligen Bonus. 45150 Schwarzer Turban+ (w) Eine Kopfbedeckung aus schwarzem Stoff fr Frauen. Verleiht dir mindestens einen zuflligen Bonus. -45151 Devils hair M Devils hair M -45152 Devils hair F Devils hair F -45153 Devils hair M Devils hair M -45154 Devils hair f Devils hair f +45151 Azraels Helm (m) Kopfbedeckung mit der Fratze des berchtigten Dmonenfrsten. +45152 Azraels Helm (w) Kopfbedeckung mit der Fratze des berchtigten Dmonenfrsten. +45153 Azraels Helm+ (m) Kopfbedeckung mit der Fratze des berchtigten Dmonenfrsten. Verleiht dir mindestens einen zuflligen Bonus. +45154 Azraels Helm+ (w) Kopfbedeckung mit der Fratze des berchtigten Dmonenfrsten. Verleiht dir mindestens einen zuflligen Bonus. 45156 Jack-Pumpkin-Kopf (m) Schaurig-schne Halloweenmaske 45157 Jack-Pumpkin-Kopf (w) Schaurig-schne Halloweenmaske 45158 Jack-Pumpkin-Kopf+ (m) Schaurig-schne Halloweenmaske. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. 45159 Jack-Pumpkin-Kopf+ (w) Schaurig-schne Halloweenmaske. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. +45160 Mondsternfrisur (m) Hochgebundene Rastazpfe, rot-wei eingefrbt. +45161 Mondsternfrisur (w) Hochgebundene Rastazpfe, rot-wei eingefrbt, mit Stirnband. +45162 Mondsternfrisur+ (m) Hochgebundene Rastazpfe, rot-wei eingefrbt. Verleihen dir mindestens einen zuflligen Bonus. +45163 Mondsternfrisur+ (w) Hochgebundene Rastazpfe, rot-wei eingefrbt, mit Stirnband. Verleihen dir mindestens einen zuflligen Bonus. +45164 Schneehasenmtze Kopfbedeckung in Form eines Schneehasen +45165 Eisbrenmtze Kopfbedeckung in Form eines Eisbren +45166 Schneeleopardenmtze Kopfbedeckung in Form eines Schneeleoparden +45167 Schneehasenmtze+ Kopfbedeckung in Form eines Schneehasen. Verleiht dir mindestens einen zuflligen Bonus. +45168 Eisbrenmtze+ Kopfbedeckung in Form eines Eisbren. Verleiht dir mindestens einen zuflligen Bonus. +45169 Schneeleopardenmtze+ Kopfbedeckung in Form eines Schneeleoparden. Verleiht dir mindestens einen zuflligen Bonus. 50001 Glcksbuch Ein Buch mit Glckszahlen. Die Lotterie wird von der Regierung durchgefhrt. 50002 Goldring Ein einfacher Goldring, der im Verkauf einen hohen Preis erzielen kann. 50003 Fertigkeitszurcksetzung Ermglicht es, die aktuellen Fertigkeiten zugunsten neuer zurck zu setzen. @@ -1114,7 +1260,6 @@ 50058 Kraut d. normalen Affen Ein legendres Kraut, mit dem fortgeschrittene Reiter ihr Kampfpferd wiederbeleben knnen. Um an die Pflanzen zu gelangen, muss man an den Affen im mittleren Dungeon vorbeikommen. 50059 Kraut d. schweren Affen Ein legendres Kraut, mit dem Reit-Profis ihr Militrpferd wiederbeleben knnen. Um an die Pflanzen zu gelangen, muss man an den Affen im Expertendungeon vorbeikommen. 50060 Buch der Reitkunst Das erfolgreiche Lesen dieses Buches ermglicht die Steigerung deiner Reitfhigkeiten. Nach dem Lesen verschwindet das Buch. -50063 Br-Pferdebuch Sobald du die Qualifikationsprfung der Profis beim Stallburschen bestanden hast, ermglicht dir diese Lizenz, deinen Br zu rufen. 50067 Rolle der Evolution Machtvolle, uralte Schriftolle aus Pergament. Dient der Verbesserung eines Jungtiers zum Wilden Reittier. 50068 Rolle der Mutation Machtvolle, uralte Schriftolle aus Pergament. Dient der Verbesserung des Wilden Reittiers zum Tapferen Reittier. 50070 Oberork-Truhe Die Truhe des Orkhuptlings. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. @@ -1126,7 +1271,7 @@ 50076 Truhe Wstenschildkrte Die Truhe der Riesenwstenschildkrte. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. 50077 Neunschwanztruhe Die Truhe des Neunschwanzes. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. 50078 Truhe des gelben Tigers Die Truhe des gelben Tigergeistes. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50079 Flammenknigtruhe Die Truhe des Flammenknigs. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. +50079 Flammenknigtruhe Die Truhe des Flammenknigs. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. 50080 Truhe des roten Drachen Die Truhe des roten Drachen. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. 50081 Dmonenknigtruhe Die Truhe des Dmonenknigs. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. 50082 Sensenmanntruhe Die Truhe des Sensenmanns. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. @@ -1227,6 +1372,9 @@ 50258 Cor Draconis (Antik) Das kristallene Drachenherz birgt die Seele, den Drachenstein, in sich. 50259 Cor Draconis (Legendr) Das kristallene Drachenherz birgt die Seele, den Drachenstein, in sich. 50260 Cor Draconis (Roh) Das kristallene Drachenherz birgt die Seele, den Drachenstein, in sich. +50263 Pergament der Bindung Mit diesem Vertrag bindest du ein Item deiner Wahl fest an die Seele deines Charakters. Solang er besteht, kann das Item nicht gehandelt, fallen gelassen oder verzaubert werden. +50264 Pergament der Lsung Dieses Item lst die Bindung eines Gegenstandes an deine Seele wieder auf. +50265 Goldener Fuball Der Ball ist rund und golden. 50300 Fertigkeitsbuch Erhht das Level der Meisterfertigkeit. 50301 Sun-zi-Kriegskunst Das erste der drei Bcher der Kriegsstrategie - es verstrkt die Fhrungskraft seines Besitzers. Das Buch verschwindet nach dem Lesen. 50302 Wu-zi-Kriegskunst Das zweite der drei Bcher der Kriegsstrategie - es verstrkt die Fhrungskraft seines Besitzers. Das Buch verschwindet nach dem Lesen. @@ -1330,7 +1478,7 @@ 50701 Pfirsichblte Frher wurden Pfirsichblumen verwendet, um Hautcreme herzustellen. Forschung 50702 Glockenblume Diese weit verbreitete Blume ist sehr wirksam gegen Husten und Erkltung. Forschung 50703 Kakiblte Der Sage nach werden Frauen einen Sohn gebren, wenn sie sich mit Kakiblten schmcken. Forschung -50704 Gango-Wurzel Die Wurzel strkt das Immunsystem und somit die Widerstandskraft des Krpers. Forschung +50704 Gango-Wurzel Die Wurzel strkt das Immunsystem und somit die Widerstandskraft des Krpers. Forschung 50705 Flieder Die Pflanze steigert die menschliche Konzentrationsfhigkeit sowie die Gedchtnisleistung. Forschung 50706 Tue-Pilz Dieser Pilz wird nur selten in der Heilmedizin benutzt. Man sagt, er helfe gegen Schlaflosigkeit. Forschung 50707 Alpenrose Die krftig leuchtenden Blten dieser Pflanze strken das Immunsystem. Forschung @@ -1339,18 +1487,18 @@ 50710 Distel Die mit Dornen bewehrte Pflanze untersttzt den Knochenbau. Forschung 50711 Dattel Die aromatische Frucht der Dattelpalme zhlt in vielen Gegenden zu den grundlegenden Nahrungsmitteln. Forschung 50712 Sam-Zi Pflanze Bei fachkundiger Zubereitung kann aus dieser Pflanze ein strkender Trank gewonnen werden. Forschung -50721 Pfirsichblte Frher wurden Pfirsichblumen verwendet, um Hautcreme herzustellen. Trankherstellung -50722 Glockenblume Diese weit verbreitete Blume ist sehr wirksam gegen Husten und Erkltung. Trankherstellung -50723 Kakiblte Der Sage nach werden Frauen einen Sohn gebren, wenn sie sich mit Kakiblten schmcken. Trankherstellung -50724 Gango-Wurzel Die Wurzel strkt das Immunsystem und somit die Widerstandskraft des Krpers. Trankherstellung -50725 Flieder Die Pflanze steigert die menschliche Konzentrationsfhigkeit sowie die Gedchtnisleistung. Trankherstellung -50726 Tue-Pilz Dieser Pilz wird nur selten in der Heilmedizin benutzt. Man sagt, er helfe gegen Schlaflosigkeit. Trankherstellung -50727 Alpenrose Die krftig leuchtenden Blten dieser Pflanze strken das Immunsystem. Trankherstellung -50728 Maulbeeren Die Frchte der sommergrnen Bume wirken krftigend und anregend auf den Organismus. Trankherstellung -50729 Lwenzahn Die wohlschmeckenden Pflanzen wurden frher bei Augenkrankheiten verwendet. Heute setzt man sie gegen Halsschmerzen ein. Trankherstellung -50730 Distel Die mit Dornen bewehrte Pflanze untersttzt den Knochenbau. Trankherstellung -50731 Dattel Die aromatische Frucht der Dattelpalme zhlt in vielen Gegenden zu den grundlegenden Nahrungsmitteln. Trankherstellung -50732 Sam-Zi Pflanze Bei fachkundiger Zubereitung kann aus dieser Pflanze ein strkender Trank gewonnen werden. Trankherstellung +50721 Pfirsichblte Frher wurden Pfirsichblumen verwendet, um Hautcreme herzustellen. Trankherstellung +50722 Glockenblume Diese weit verbreitete Blume ist sehr wirksam gegen Husten und Erkltung. Trankherstellung +50723 Kakiblte Der Sage nach werden Frauen einen Sohn gebren, wenn sie sich mit Kakiblten schmcken. Trankherstellung +50724 Gango-Wurzel Die Wurzel strkt das Immunsystem und somit die Widerstandskraft des Krpers. Trankherstellung +50725 Flieder Die Pflanze steigert die menschliche Konzentrationsfhigkeit sowie die Gedchtnisleistung. Trankherstellung +50726 Tue-Pilz Dieser Pilz wird nur selten in der Heilmedizin benutzt. Man sagt, er helfe gegen Schlaflosigkeit. Trankherstellung +50727 Alpenrose Die krftig leuchtenden Blten dieser Pflanze strken das Immunsystem. Trankherstellung +50728 Maulbeeren Die Frchte der sommergrnen Bume wirken krftigend und anregend auf den Organismus. Trankherstellung +50729 Lwenzahn Die wohlschmeckenden Pflanzen wurden frher bei Augenkrankheiten verwendet. Heute setzt man sie gegen Halsschmerzen ein. Trankherstellung +50730 Distel Die mit Dornen bewehrte Pflanze untersttzt den Knochenbau. Trankherstellung +50731 Dattel Die aromatische Frucht der Dattelpalme zhlt in vielen Gegenden zu den grundlegenden Nahrungsmitteln. Trankherstellung +50732 Sam-Zi Pflanze Bei fachkundiger Zubereitung kann aus dieser Pflanze ein strkender Trank gewonnen werden. Trankherstellung 50801 Pfirsichbltensaft Der aus Pfirsichblten gewonnene Saft untersttzt die krperliche Leistungsfhigkeit. 50802 Glockenblumensaft Der aus Glockenblumen gewonnene Saft erhht deine Strke 3 Minuten lang um 5 Punkte. 50803 Kakibltensaft Der aus Kakiblten gewonnene Saft strkt die Konzentration. @@ -1529,111 +1677,126 @@ 51644 Edle Drachentruhe+ Die azurblaue Truhe enthlt elf mchtige Cor Draconis des Rangs "edel" sowie eine grne Drachenbohne. 51645 Ed. Drachentruhe+ (bunt) Die azurblaue Truhe enthlt jeweils einen mchtigen Cor Draconis jeder Farbe des Rangs "edel" sowie eine grne Drachenbohne. 51646 Edl. Drachentruhe (bunt) Die azurblaue Truhe enthlt jeweils einen edlen Cor Draconis jeder Farbe sowie eine grne Drachenbohne. -52001 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 25% Strke gegen Monster. -52002 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 25%. -52003 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 1500. -52004 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 200. -52005 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 150. -52006 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. -52007 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht das Sammeln von Erfahrung um 5%. -52008 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht die TP seines Reiters um 500. -52009 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht den Verteidigungswert seines Reiters um 100. -52010 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht den Angriffswert seines Reiters um 75. +52001 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 5% Strke gegen Monster. +52002 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 5%. +52003 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 500. +52004 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 150. +52005 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 100. +52006 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er verleiht seinem Reiter +3% Strke gegen Monster. +52007 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht das Sammeln von Erfahrung um 3%. +52008 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht die TP seines Reiters um 250. +52009 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht den Verteidigungswert seines Reiters um 50. +52010 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht den Angriffswert seines Reiters um 30. 52011 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. 52012 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er erhht das Sammeln von Erfahrung um 5%. -52013 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er erhht die TP seines Reiters um 1500. -52014 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er erhht den Verteidigungswert seines Reiters um 200. -52015 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er erhht den Angriffswert seines Reiters um 150. -52016 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 25% Strke gegen Monster. -52017 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 25%. -52018 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 1500. -52019 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 200. -52020 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 150. -52021 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. -52022 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht das Sammeln von Erfahrung um 5%. -52023 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht die TP seines Reiters um 500. -52024 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht den Verteidigungswert seines Reiters um 100. -52025 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht den Angriffswert seines Reiters um 100. -52026 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er verleiht seinem Reiter +25% Strke gegen Monster. -52027 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht das Sammeln von Erfahrung um 25%. -52028 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht die TP seines Reiters um 1500. -52029 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht den Verteidigungswert seines Reiters um 200. -52030 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht den Angriffswert seines Reiters um 150. -52031 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 25% Strke gegen Monster. -52032 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 25%. -52033 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 1500. -52034 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 200. -52035 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 150. -52036 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. -52037 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht das Sammeln von Erfahrung um 5%. -52038 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht die TP seines Reiters um 500. -52039 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht den Verteidigungswert seines Reiters um 100. -52040 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht den Angriffswert seines Reiters um 100. -52041 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er verleiht seinem Reiter +25% Strke gegen Monster. -52042 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht das Sammeln von Erfahrung um 25%. -52043 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht die TP seines Reiters um 1500. -52044 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht den Verteidigungswert seines Reiters um 200. -52045 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht den Angriffswert seines Reiters um 150. -52046 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 25% Strke gegen Monster. -52047 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 25%. -52048 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 1500. -52049 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 200. -52050 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 150. -52051 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. -52052 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht das Sammeln von Erfahrung um 5%. -52053 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht die TP seines Reiters um 500. -52054 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht den Verteidigungswert seines Reiters um 100. -52055 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht den Angriffswert seines Reiters um 100. -52056 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er verleiht seinem Reiter +25% Strke gegen Monster. -52057 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht das Sammeln von Erfahrung um 25%. -52058 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht die TP seines Reiters um 1500. -52059 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht den Verteidigungswert seines Reiters um 200. -52060 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht den Angriffswert seines Reiters um 150. -52061 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung verleiht es seinem Reiter bis zu 25% Strke gegen Monster. -52062 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es das Sammeln von Erfahrung um bis zu 25%. -52063 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es die TP seines Reiters um bis zu 1500. -52064 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es den Verteidigungswert seines Reiters um bis zu 200. -52065 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es den Angriffswert seines Reiters um bis zu 150. -52066 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es verleiht seinem Reiter +5% Strke gegen Monster. -52067 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht das Sammeln von Erfahrung um 5%. -52068 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht die TP seines Reiters um 500. -52069 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht den Verteidigungswert seines Reiters um 100. -52070 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht den Angriffswert seines Reiters um 100. -52071 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Er verleiht seinem Reiter +25% Strke gegen Monster. -52072 Tapferes Rentier-Siegel Dieses Siegel ruft dein Tapferes Rentier (m) herbei. Er erhht das Sammeln von Erfahrung um 25%. -52073 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Es erhht die TP seines Reiters um 1500. -52074 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Es erhht den Verteidigungswert seines Reiters um 200. -52075 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Es erhht den Angriffswert seines Reiters um 150. -52076 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung verleiht es seinem Reiter bis zu 25% Strke gegen Monster. -52077 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es das Sammeln von Erfahrung um bis zu 25%. -52078 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es die TP seines Reiters um bis zu 1500. -52079 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es den Verteidigungswert seines Reiters um bis zu 200. -52080 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es den Angriffswert seines Reiters um bis zu 150. -52081 Wildes Rentier-Siegel Dieses Siegel ruft dein Wildes Rentier (w) herbei. Es verleiht seinem Reiter +5% Strke gegen Monster. -52082 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht das Sammeln von Erfahrung um 5%. -52083 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht die TP seines Reiters um 500. -52084 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht den Verteidigungswert seines Reiters um 100. -52085 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht den Angriffswert seines Reiters um 100. -52086 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Er verleiht seinem Reiter +25% Strke gegen Monster. -52087 Tapferes Rentier-Siegel Dieses Siegel ruft dein Tapferes Rentier (w) herbei. Er erhht das Sammeln von Erfahrung um 25%. -52088 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Er erhht die TP seines Reiters um 1500. -52089 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Es erhht den Verteidigungswert seines Reiters um 200. -52090 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Es erhht den Angriffswert seines Reiters um 150. -52091 Junger Dragor-Siegel Das Siegel ruft deinen Jungen Dragor herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 25% Strke gegen Monster. -52092 Junger Dragor-Siegel Das Siegel ruft deinen Jungen Dragor herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 25%. -52093 Junger Dragor-Siegel Das Siegel ruft deinen Jungen Dragor herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 1500. -52094 Junger Dragor-Siegel Das Siegel ruft deinen Jungen Dragor herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 200. -52095 Junger Dragor-Siegel Das Siegel ruft deinen Jungen Dragor herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 150. -52096 Wilder Dragor-Siegel Das Siegel ruft deinen Wilden Dragor herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. -52097 Wilder Dragor-Siegel Das Siegel ruft deinen Wilden Dragor herbei. Er erhht das Sammeln von Erfahrung um 5%. -52098 Wilder Dragor-Siegel Das Siegel ruft deinen Wilden Dragor herbei. Er erhht die TP seines Reiters um 500. -52099 Wilder Dragor-Siegel Das Siegel ruft deinen Wilden Dragor herbei. Er erhht den Verteidigungswert seines Reiters um 100. -52100 Wilder Dragor-Siegel Das Siegel ruft deinen Wilden Dragor herbei. Er erhht den Angriffswert seines Reiters um 100. -52101 Tapferer Dragor-Siegel Das Siegel ruft deinen Tapferen Dragor herbei. Er verleiht seinem Reiter +25% Strke gegen Monster. -52102 Tapferer Dragor-Siegel Das Siegel ruft deinen Tapferen Dragor herbei. Er erhht das Sammeln von Erfahrung um 25%. -52103 Tapferer Dragor-Siegel Das Siegel ruft deinen Tapferen Dragor herbei. Er erhht die TP seines Reiters um 1500. -52104 Tapferer Dragor-Siegel Das Siegel ruft deinen Tapferen Dragor herbei. Er erhht den Verteidigungswert seines Reiters um 200. -52105 Tapferer Dragor-Siegel Das Siegel ruft deinen Tapferen Dragor herbei. Er erhht den Angriffswert seines Reiters um 150. +52013 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er erhht die TP seines Reiters um 500. +52014 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er erhht den Verteidigungswert seines Reiters um 150. +52015 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er erhht den Angriffswert seines Reiters um 100. +52016 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 5% Strke gegen Monster. +52017 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 5%. +52018 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 500. +52019 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 150. +52020 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 100. +52021 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er verleiht seinem Reiter +3% Strke gegen Monster. +52022 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht das Sammeln von Erfahrung um 3%. +52023 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht die TP seines Reiters um 250. +52024 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht den Verteidigungswert seines Reiters um 50. +52025 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht den Angriffswert seines Reiters um 30. +52026 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. +52027 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht das Sammeln von Erfahrung um 5%. +52028 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht die TP seines Reiters um 500. +52029 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht den Verteidigungswert seines Reiters um 150. +52030 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht den Angriffswert seines Reiters um 100. +52031 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 5% Strke gegen Monster. +52032 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 5%. +52033 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 500. +52034 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 150. +52035 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 100. +52036 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er verleiht seinem Reiter +3% Strke gegen Monster. +52037 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht das Sammeln von Erfahrung um 3%. +52038 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht die TP seines Reiters um 250. +52039 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht den Verteidigungswert seines Reiters um 50. +52040 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht den Angriffswert seines Reiters um 30. +52041 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. +52042 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht das Sammeln von Erfahrung um 5%. +52043 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht die TP seines Reiters um 500. +52044 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht den Verteidigungswert seines Reiters um 150. +52045 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht den Angriffswert seines Reiters um 100. +52046 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 5% Strke gegen Monster. +52047 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 5%. +52048 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 500. +52049 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 150. +52050 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 100. +52051 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er verleiht seinem Reiter +3% Strke gegen Monster. +52052 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht das Sammeln von Erfahrung um 3%. +52053 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht die TP seines Reiters um 250. +52054 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht den Verteidigungswert seines Reiters um 50. +52055 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht den Angriffswert seines Reiters um 30. +52056 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. +52057 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht das Sammeln von Erfahrung um 5%. +52058 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht die TP seines Reiters um 500. +52059 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht den Verteidigungswert seines Reiters um 150. +52060 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht den Angriffswert seines Reiters um 100. +52061 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung verleiht es seinem Reiter bis zu 5% Strke gegen Monster. +52062 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es das Sammeln von Erfahrung um bis zu 5%. +52063 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es die TP seines Reiters um bis zu 500. +52064 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es den Verteidigungswert seines Reiters um bis zu 150. +52065 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es den Angriffswert seines Reiters um bis zu 100. +52066 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es verleiht seinem Reiter +3% Strke gegen Monster. +52067 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht das Sammeln von Erfahrung um 3%. +52068 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht die TP seines Reiters um 250. +52069 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht den Verteidigungswert seines Reiters um 50. +52070 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht den Angriffswert seines Reiters um 30. +52071 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Es verleiht seinem Reiter +5% Strke gegen Monster. +52072 Tapferes Rentier-Siegel Dieses Siegel ruft dein Tapferes Rentier (m) herbei. Es erhht das Sammeln von Erfahrung um 5%. +52073 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Es erhht die TP seines Reiters um 500. +52074 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Es erhht den Verteidigungswert seines Reiters um 150. +52075 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Es erhht den Angriffswert seines Reiters um 100. +52076 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung verleiht es seinem Reiter bis zu 5% Strke gegen Monster. +52077 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es das Sammeln von Erfahrung um bis zu 5%. +52078 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es die TP seines Reiters um bis zu 500. +52079 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es den Verteidigungswert seines Reiters um bis zu 150. +52080 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es den Angriffswert seines Reiters um bis zu 100. +52081 Wildes Rentier-Siegel Dieses Siegel ruft dein Wildes Rentier (w) herbei. Es verleiht seinem Reiter +3% Strke gegen Monster. +52082 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht das Sammeln von Erfahrung um 3%. +52083 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht die TP seines Reiters um 250. +52084 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht den Verteidigungswert seines Reiters um 50. +52085 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht den Angriffswert seines Reiters um 30. +52086 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Es verleiht seinem Reiter +5% Strke gegen Monster. +52087 Tapferes Rentier-Siegel Dieses Siegel ruft dein Tapferes Rentier (w) herbei. Es erhht das Sammeln von Erfahrung um 5%. +52088 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Es erhht die TP seines Reiters um 500. +52089 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Es erhht den Verteidigungswert seines Reiters um 150. +52090 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Es erhht den Angriffswert seines Reiters um 100. +52091 Junger Dragor-Siegel Das Siegel ruft deinen Jungen Dragor herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 5% Strke gegen Monster. +52092 Junger Dragor-Siegel Das Siegel ruft deinen Jungen Dragor herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 5%. +52093 Junger Dragor-Siegel Das Siegel ruft deinen Jungen Dragor herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 500. +52094 Junger Dragor-Siegel Das Siegel ruft deinen Jungen Dragor herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 150. +52095 Junger Dragor-Siegel Das Siegel ruft deinen Jungen Dragor herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 100. +52096 Wilder Dragor-Siegel Das Siegel ruft deinen Wilden Dragor herbei. Er verleiht seinem Reiter +3% Strke gegen Monster. +52097 Wilder Dragor-Siegel Das Siegel ruft deinen Wilden Dragor herbei. Er erhht das Sammeln von Erfahrung um 3%. +52098 Wilder Dragor-Siegel Das Siegel ruft deinen Wilden Dragor herbei. Er erhht die TP seines Reiters um 250. +52099 Wilder Dragor-Siegel Das Siegel ruft deinen Wilden Dragor herbei. Er erhht den Verteidigungswert seines Reiters um 50. +52100 Wilder Dragor-Siegel Das Siegel ruft deinen Wilden Dragor herbei. Er erhht den Angriffswert seines Reiters um 30. +52101 Tapferer Dragor-Siegel Das Siegel ruft deinen Tapferen Dragor herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. +52102 Tapferer Dragor-Siegel Das Siegel ruft deinen Tapferen Dragor herbei. Er erhht das Sammeln von Erfahrung um 5%. +52103 Tapferer Dragor-Siegel Das Siegel ruft deinen Tapferen Dragor herbei. Er erhht die TP seines Reiters um 500. +52104 Tapferer Dragor-Siegel Das Siegel ruft deinen Tapferen Dragor herbei. Er erhht den Verteidigungswert seines Reiters um 150. +52105 Tapferer Dragor-Siegel Das Siegel ruft deinen Tapferen Dragor herbei. Er erhht den Angriffswert seines Reiters um 100. +52106 Junger Moa (Siegel) Das Siegel ruft deinen Jungen Moa herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 5% Strke gegen Monster. +52107 Junger Moa (Siegel) Das Siegel ruft deinen Jungen Moa herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 5%. +52108 Junger Moa (Siegel) Das Siegel ruft deinen Jungen Moa herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 500. +52109 Junger Moa (Siegel) Das Siegel ruft deinen Jungen Moa herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 150. +52110 Junger Moa (Siegel) Das Siegel ruft deinen Jungen Moa herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 100. +52111 Wilder Moa (Siegel) Das Siegel ruft deinen Wilden Moa herbei. Er verleiht seinem Reiter +3% Strke gegen Monster. +52112 Wilder Moa (Siegel) Das Siegel ruft deinen Wilden Moa herbei. Er erhht das Sammeln von Erfahrung um 3%. +52113 Wilder Moa (Siegel) Das Siegel ruft deinen Wilden Moa herbei. Er erhht die TP seines Reiters um 250. +52114 Wilder Moa (Siegel) Das Siegel ruft deinen Wilden Moa herbei. Er erhht den Verteidigungswert seines Reiters um 50. +52115 Wilder Moa (Siegel) Das Siegel ruft deinen Wilden Moa herbei. Er erhht den Angriffswert seines Reiters um 30. +52116 Tapferer Moa (Siegel) Das Siegel ruft deinen Tapferen Moa herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. +52117 Tapferer Moa (Siegel) Das Siegel ruft deinen Tapferen Moa herbei. Er erhht das Sammeln von Erfahrung um 5%. +52118 Tapferer Moa (Siegel) Das Siegel ruft deinen Tapferen Moa herbei. Er erhht die TP seines Reiters um 500. +52119 Tapferer Moa (Siegel) Das Siegel ruft deinen Tapferen Moa herbei. Er erhht den Verteidigungswert seines Reiters um 150. +52120 Tapferer Moa (Siegel) Das Siegel ruft deinen Tapferen Moa herbei. Er erhht den Angriffswert seines Reiters um 100. 52701 Lwen-Urkunde Besitz-Urkunde ber einen Jungen Lwen. 52702 Tiger-Urkunde Besitz-Urkunde ber einen Jungen Tiger. 52703 Keiler-Urkunde Besitz-Urkunde ber einen Jungen Keiler. @@ -1641,38 +1804,36 @@ 52705 Rentier-Urkunde (m) Besitz-Urkunde ber ein Junges Rentier (m). 52706 Rentier-Urkunde (w) Besitz-Urkunde ber ein Junges Rentier (w). 52707 Dragor-Urkunde Besitz-Urkunde ber einen Jungen Dragor +52708 Moa-Urkunde Diese Urkunde weist dich als Besitzer eines Jungen Moa aus. 53001 Feuerphnix-Siegel Mit diesem Siegel rufst du deinen Freund, den Feuerphnix, herbei. 53002 Rentierjunges-Siegel Mit diesem Siegel rufst du das niedliche Rentierjunge herbei. 53003 Eisphnix-Siegel Mit diesem Siegel rufst du deinen Freund, den Eisphnix, herbei. -53004 Baby-Azrael (gold) Die Mini-Version des Dmonenherrschers ist uerst anhnglich. -53005 Baby-Azrael Die Mini-Version des Dmonenherrschers ist uerst anhnglich. -53006 Rufus-Siegel Mit diesem Siegel rufst du deinen Wolfswelpen, Rufus, herbei. -53007 Leonidas-Siegel Mit diesem Siegel rufst du dein Lwenbaby, Leonidas, herbei. -53008 Khan-Siegel Mit diesem Siegel rufst du dein Tigerjunges, Khan, herbei. -53009 Porky-Siegel Mit diesem Siegel rufst du deinen Frischling, Porkie, herbei. -53010 Bambi-Siegel Mit diesem Siegel rufst du dein Rentierjunges, Bambi, herbei. -53011 Knuud-Siegel Mit diesem Siegel rufst du dein niedliches Eisbrenbaby herbei. -53012 Bao Bao-Siegel Mit diesem Siegel rufst du dein niedliches Pandababy herbei. -53013 Rufus-Siegel (Schwarz) Mit diesem Siegel rufst du deinen Wolfswelpen, Rufus, herbei. -53014 Rufus-Siegel (Blau) Mit diesem Siegel rufst du deinen Wolfswelpen, Rufus, herbei. -53015 Rufus-Siegel (Gold) Mit diesem Siegel rufst du deinen Wolfswelpen, Rufus, herbei. -53016 Rufus-Siegel (Weiss) Mit diesem Siegel rufst du deinen Wolfswelpen, Rufus, herbei. -53017 Leonidas-Siegel (Schwarz) Mit diesem Siegel rufst du dein Lwenbaby, Leonidas, herbei. -53018 Leonidas-Siegel (Blau) Mit diesem Siegel rufst du dein Lwenbaby, Leonidas, herbei. -53019 Leonidas-Siegel (Gold) Mit diesem Siegel rufst du dein Lwenbaby, Leonidas, herbei. -53020 Leonidas-Siegel (Weiss) Mit diesem Siegel rufst du dein Lwenbaby, Leonidas, herbei. -53021 Porky-Siegel (Schwarz) Mit diesem Siegel rufst du deinen Frischling, Porkie, herbei. -53022 Porky-Siegel (Blau) Mit diesem Siegel rufst du deinen Frischling, Porkie, herbei. -53023 Porky-Siegel (Gold) Mit diesem Siegel rufst du deinen Frischling, Porkie, herbei. -53024 Porky-Siegel (Weiss) Mit diesem Siegel rufst du deinen Frischling, Porkie, herbei. -53025 Khan-Siegel (Schwarz) Mit diesem Siegel rufst du dein Tigerjunges, Khan, herbei. -53026 Khan-Siegel (Blau) Mit diesem Siegel rufst du dein Tigerjunges, Khan, herbei. -53027 Khan-Siegel (Gold) Mit diesem Siegel rufst du dein Tigerjunges, Khan, herbei. -53028 Khan-Siegel (Weiss) Mit diesem Siegel rufst du dein Tigerjunges, Khan, herbei. -53029 Grner Phnix-Siegel Mit diesem Siegel rufst du deinen Freund, den Grnen Phnix, herbei. -53030 Henkerchen-Siegel Dieses Siegel ruft dein dickes Henkerchen in schwarzer Rstung herbei. -53031 Henkerchen-Siegel (gold) Dieses Siegel ruft dein dickes Henkerchen in goldener Rstung herbei. -53032 Boney-Siegel Dieses Siegel ruft dein knochiges Pet herbei. +53005 Baby-Azrael Die Mini-Version des Dmonenherrschers ist uerst anhnglich und bringt dir ab der 2. Ebene des Dmonenturms und der Devil's Catacomb einen Bonus von 1500 TP und +15 % Schaden. +53006 Baby-Azrael (gold) Die Mini-Version des Dmonenherrschers ist uerst anhnglich und bringt dir ab der 2. Ebene des Dmonenturms und der Devil's Catacomb einen Bonus von 1500 TP und +15 % Schaden. +53007 Bambi-Siegel Mit diesem Siegel rufst du dein Rentierjunges, Bambi, herbei. +53008 Knuud-Siegel Mit diesem Siegel rufst du dein niedliches Eisbrenbaby herbei. +53009 Bao Bao-Siegel Mit diesem Siegel rufst du dein niedliches Pandababy herbei. +53010 Leonidas-Siegel Mit diesem Siegel rufst du dein Lwenbaby, Leonidas, herbei. +53011 Khan-Siegel Mit diesem Siegel rufst du dein Tigerjunges, Khan, herbei. +53012 Porkie-Siegel Mit diesem Siegel rufst du deinen Frischling, Porkie, herbei. +53013 Rufus-Siegel Mit diesem Siegel rufst du deinen Wolfswelpen, Rufus, herbei. +53014 Henkerchen-Siegel Dieses Siegel ruft dein dickes Henkerchen in schwarzer Rstung herbei. +53015 Henkerchen-Siegel (gold) Dieses Siegel ruft dein dickes Henkerchen in goldener Rstung herbei. +53016 Boney-Siegel Dieses Siegel ruft dein knochiges Pet herbei. +53017 Jadephnix-Siegel Dieses Siegel ruft den anmutigen Jadephnix herbei. +53018 Schnee-Leonidas (Siegel) Mit diesem Siegel rufst du dein Pet herbei. +53019 Arktis-Khan (Siegel) Mit diesem Siegel rufst du dein Pet herbei. +53020 Polar-Porkie (Siegel) Mit diesem Siegel rufst du dein Pet herbei. +53021 Frost-Rufus (Siegel) Mit diesem Siegel rufst du dein Pet herbei. +53022 Sheldon-Siegel Das Siegel lsst dein Pet Sheldon aus dem Ei schlpfen. +53023 Cooper-Siegel Das Siegel lsst dein Pet Cooper herbeihoppeln. +53024 Pantherbaby (7 Tage) Dieses Siegel ruft dein schwarzes Pantherbaby herbei. +53025 Leopardenbaby (7 Tage) Dieses Siegel ruft dein ses Leopardenbaby herbei. +53026 Pepita-Siegel Mit diesem Siegel rufst du deinen Phnix Pepita herbei. +53218 Pantherbaby (30 Tage) Dieses Siegel ruft dein schwarzes Pantherbaby herbei. +53219 Pantherbaby (120 Tage) Dieses Siegel ruft dein schwarzes Pantherbaby herbei. +53220 Leopardenbaby (30 Tage) Dieses Siegel ruft dein ses Leopardenbaby herbei. +53221 Leopardenbaby (120 Tage) Dieses Siegel ruft dein ses Leopardenbaby herbei. 53501 Feuerphnix-Kfig In diesem Kfig wartet der Feuerphnix darauf, dass du ihn heraus lsst. 53502 Truhe des Rentierjungen In dieser Truhe wartet das Rentierjunge ungeduldig darauf, dass du es rauslsst. 53503 Eisphnix-Kfig In diesem Kfig wartet der Eisphnix darauf, dass du ihn heraus lsst. @@ -1680,7 +1841,14 @@ 53505 Hrner-Aufbewahrungsfach 53506 Azrael Box Azrael Box wo er gefangen ist und die flasch rauskommt 53516 Knochentruhe Enthlt einen zuflligen Gegenstand. Mit etwas Glck befindet sich Skeletthund Boney darin. -53517 green phoenix box green phoenix box +53517 Jadekfig In diesem Kfig wartet der seltene Jadephnix darauf, dass du ihn befreist. +53518 Schnee-Leonidas In der Truhe befindet sich das Siegel des Schnee-Leonidas. +53519 Arktis-Khan In der Truhe befindet sich das Siegel des Arktis-Khan. +53520 Polar-Porkie In der Truhe befindet sich das Siegel des Polar-Porkies. +53521 Frost-Rufus In der Truhe befindet sich das Siegel des Frost-Rufus. +53522 Sheldons Nest In diesem Nest hat sich dein Pet Sheldon versteckt. +53523 Hasenkfig In diesem Kfig versteckt sich der kleine Hase Cooper. +53526 Pepita-Dose ffne diese Dose, um das Siegel der Pepita zu erhalten. 60001 Galle Eine zhe Krperflssigkeit, die aus der Leber gewonnen wird. 60002 Brief des Lagerwchters Das Pergament trgt die energische Schrift des Lagerwchters. 60003 Heldensymbol Ein Gegenstand, der nicht leichtfertig weitergereicht wird. @@ -1779,8 +1947,8 @@ 71048 Wandelzauber Dieser Zauber kann das Geschlecht deines Spielercharakters ndern. 71049 Seidenbndel Mit diesem Bndel kannst du 10 Tage lang kostenlos private Lden erffnen. 71050 Geschwindigkeitstrank Erhht 30 Minuten lang deine Bewegungsgeschwindigkeit um 60. -71051 Gegenstand verhexen Entfernt den Spezial-Bonus eines deiner Gegenstnde und fgt einen neuen hinzu. -71052 Gegenstand segnen Fgt einem deiner Gegenstnde einen neuen Spezial-Bonus hinzu, falls noch keiner vorhanden war. +71051 Gegenstand verhexen Fgt einem deiner Gegenstnde einen neuen Spezial-Bonus hinzu, falls noch keiner vorhanden war. +71052 Gegenstand segnen Entfernt den Spezial-Bonus eines deiner Gegenstnde und fgt einen neuen hinzu. 71054 Tinktur der Reiche Bietet die Mglichkeit, in einem anderen Reich ins Exil zu gehen. 71055 Tinktur des Namens Gibt dir die Mglichkeit, einen neuen Namen fr deinen Charakter zu whlen. 71056 Tinktur des Himmels Erhht die Wahrscheinlichkeit, einen Geiststein erfolgreich zu verbessern. @@ -1820,7 +1988,7 @@ 71092 Buch der Verwandlung Das erfolgreiche Studium des Buches erhht die Verwandlungsfertigkeit. Das Buch verschwindet nach dem Lesen. 71093 Verwandlungskugel Mit Hilfe dieser Kugel kannst du dich in ein Monster verwandeln. 71094 Konzentriertes Lesen Erhht die Chance auf eine Verbesserung deines Talents beim Lesen des nchsten Buches (oder Seelensteins) um den Faktor 2,5. -71095 Passierschein Du darfst eine weitere Ebene des Spinnendungeons betreten, wenn du diesen Passierschein dem zustndigen Wchter vorlegst. +71095 Passierschein Du darfst eine weitere Ebene des Spinnendungeons sowie die Rotdrachenfestung betreten, wenn du diesen Passierschein dem zustndigen Wchter vorlegst. 71096 Tafel zum Durchgehen Diese Medaille ermglicht die eine Torpassage. 71099 Ring der Nachfolge Ermchtigt den Anfhrer einer Gilde seinen Nachfolger zu bestimmen und bergibt die Fhrung an diesen. 71100 Lehrwechselzertifikat Du kannst deine Lehre hinter dir lassen und eine neue beginnen. Dazu musst du dich mindestens auf Level 31 befinden. @@ -1867,7 +2035,7 @@ 71127 Sturmtiger-Siegel Bse Tiergeister zu bndigen, bedarf erheblicher magischer Knste. Entsprechend beeindruckend ist das Ergebnis. 71128 Schlachtenlwen-Siegel Bse Tiergeister zu bndigen, bedarf erheblicher magischer Knste. Entsprechend beeindruckend ist das Ergebnis. 71129 Drachenkralle Der Anblick dieser furchterregenden Kralle weckt Erinnerungen... -71130 Passierschein Du darfst eine weitere Ebene des Spinnendungeons betreten, wenn du diesen Passierschein dem zustndigen Wchter vorlegst. Dieses Item ist handelbar. +71130 Passierschein Du darfst eine weitere Ebene des Spinnendungeons sowie die Rotdrachenfestung betreten, wenn du diesen Passierschein dem zustndigen Wchter vorlegst. Dieses Item ist handelbar. 71131 Rappen-Siegel Pferdesiegel fr einen edlen Rappen. 71132 Rappen-Siegel Pferdesiegel fr einen edlen Rappen. 71133 Rappen-Siegel Pferdesiegel fr einen edlen Rappen. @@ -1880,7 +2048,7 @@ 71140 Knigstiger-Siegel(grn) Der Zauber des Siegels ruft dein Reittier, den majesttischen Knigstiger (grn), herbei. 71141 Knigstiger-Siegel(grau) Der Zauber des Siegels ruft dein Reittier, den majesttischen Knigstiger (grau), herbei. 71142 Knigstiger-Siegel(wei) Der Zauber des Siegels ruft dein Reittier, den majesttischen Knigstiger (wei), herbei. -71143 Ring der Freude Ring mit einer wertvollen Verzierung aus Jade und Trkis. +71143 Ring der Freude Der Ring mit einer wertvollen Verzierung aus Jade und Trkis besitzt folgende Boni: +50% Erfahrungspunkte +20% Angriffsgeschwindigkeit +20% Zaubergeschwindigkeit +30% Stark gegen Monster +10% Maximum-TP +10% Maximum-MP 71144 Weihnachtstruhe Das liebevoll verpackte Weihnachtsgeschenk enthlt eine festliche berraschung. 71145 Amulett der Ewigen Liebe Ein silberner Kettenanhnger in Herzform, besetzt mit magischen Edelsteinen. 71146 Amors Truhe (rosa) Truhe in Herzform mit 10-fach berraschendem Inhalt. Lsst sich alle 30 Min. erneut ffnen. @@ -1901,12 +2069,14 @@ 71161 Equus Purpur Siegel fr eines der wunderschnen und uerst seltenen Purpurpferde. 71164 Komet-Siegel Mit diesem Siegel rufst du dein Rentier, Komet, herbei. 71166 Panzerpanda-Siegel Mit diesem Siegel rufst du deinen gepanzerten Panda herbei. -71171 Unicorn white Unicorn white -71172 Unicorn black Unicorn black +71171 Einhorn-Siegel Mit diesem Siegel rufst du dein Einhorn herbei. +71172 Nachtmahr-Siegel Mit diesem Siegel rufst du dein Nachtmahr herbei. 71173 Teleportationsrolle Diese Rolle bringt dich direkt vor die Tore der Rotdrachenfestung. 71174 Passierschein Du darfst die Rotdrachenfestung betreten, wenn du diesen Passierschein dem zustndigen Wchter vorlegst. 71175 Passierschein Du darfst die Rotdrachenfestung betreten, wenn du diesen Passierschein dem zustndigen Wchter vorlegst. -72001 Erfahrungsring Erhht das Sammeln von Erfahrung 10 Stunden lang um 50%. +71176 Schwarzer Panther Dieses Siegel ruft deinen geheimnisvollen schwarzen Panther herbei. +71177 Leoparden-Siegel Dieses Siegel ruft deinen mutigen Leoparden herbei. +72001 Erfahrungsring Erhht das Sammeln von Erfahrung eine Stunde lang um 50%. 72002 Erfahrungsring Erhht das Sammeln von Erfahrung 30 Minuten lang um 50%. 72003 Erfahrungsring Erhht das Sammeln von Erfahrung 3 Stunden lang um 50%. 72004 Handschuhe des Diebes Verdoppelt 10 Stunden lang deine Chance, Gegenstnde zu erbeuten. @@ -2210,7 +2380,7 @@ 76016 Segensschriftrolle Beseitigt das Risiko, einen Gegenstand zu zerstren, wenn seine Verbesserung fehlschlgt. In diesem Fall wird lediglich seine Qualitt um 1 verringert. Nicht handelbar. 76017 Trank des Angriffs +10 Erhht deine Angriffsgeschwindigkeit fr 30 Minuten um 10%. Nicht handelbar. 76018 Trank des Angriffs +15 Erhht deine Angriffsgeschwindigkeit 30 Minuten lang um 15%. Nicht handelbar. -76019 Passierschein Du darfst eine weitere Ebene des Spinnendungeons betreten, wenn du diesen Passierschein dem zustndigen Wchter vorlegst. Nicht handelbar. +76019 Passierschein Du darfst eine weitere Ebene des Spinnendungeons sowie die Rotdrachenfestung betreten, wenn du diesen Passierschein dem zustndigen Wchter vorlegst. Nicht handelbar. 76020 Elixier des Forschers Steigert die Qualitt gesammelter Forschungsobjekte und damit auch ihre Annahmewahrscheinlichkeit. Nicht handelbar. 76021 Elixier der Sonne (K) Fllt deine TP automatisch auf. Enthlt 100.000 TP. Nicht handelbar. 76022 Elixier der Sonne (M) Fllt deine TP automatisch auf. Enthlt 3.000.000 TP. Nicht handelbar. diff --git a/bin/pack/locale_de/locale/de/locale_game.txt b/bin/pack/locale_de/locale/de/locale_game.txt index cc0f5f8b..21e9b863 100644 --- a/bin/pack/locale_de/locale/de/locale_game.txt +++ b/bin/pack/locale_de/locale/de/locale_game.txt @@ -15,8 +15,6 @@ CANNOT_SKILL_DEST_IN_SAFE Der Gegner ist zu weit weg. CANNOT_SKILL_EQUIP_FISHING_ROD Ich bentige eine Angelrute. CANNOT_SKILL_HAVE_TO_RIDE Ich brauche ein Pferd, um das zu verwenden. CANNOT_SKILL_NEED_EMPTY_BOTTLE Ich habe keine leere Flasche. -LOGIN_FAILURE_WRONG_SOCIALID Wrong security code. -LOGIN_FAILURE_SHUTDOWN_TIME Go to bed ... CANNOT_SKILL_NEED_POISON_BOTTLE Ich habe keine Giftflasche. CANNOT_SKILL_NEED_TARGET Wer ist das Ziel? CANNOT_SKILL_NOT_ENOUGH_HP Ich habe nicht genug TP! @@ -260,7 +258,7 @@ MALL_CANNOT_INSERT Du kannst den Gegenstand nicht platzieren. MALL_PASSWORD_TITLE Kennwort MAP_A1 Gebiet Yongan MAP_A2 Tal von Seungryong -MAP_A3 Gebiet Yayang +MAP_A3 Gebiet Jayang MAP_AG Jungrang MAP_B1 Gebiet Joan MAP_B2 Tal von Imji @@ -352,15 +350,15 @@ PARTY_SET_DEFENDER Als Verteidiger festlegen. PARTY_SET_NORMAL Einstellung widerrufen. PARTY_SET_SKILL_MASTER Als Fertigkeitsmeister festlegen. PARTY_SET_TANKER Als Nahkmpfer festlegen. -PARTY_SKILL_ATTACKER Basis-Angriffswert Angreifer +%,0f -PARTY_SKILL_BERSERKER Angriffsgeschwindigkeit Berserker +%,0f -PARTY_SKILL_BUFFER Fertigkeitsdauer Blocker +%,0f -PARTY_SKILL_DEFENDER Verteidigung Verteidiger +%,0f -PARTY_SKILL_HP_REGEN TP-Regeneration +%,0f%% +PARTY_SKILL_ATTACKER Basis-Angriffswert Angreifer +%.0f +PARTY_SKILL_BERSERKER Angriffsgeschwindigkeit Berserker +%.0f +PARTY_SKILL_BUFFER Fertigkeitsdauer Blocker +%.0f +PARTY_SKILL_DEFENDER Verteidigung Verteidiger +%.0f +PARTY_SKILL_HP_REGEN TP-Regeneration +%.0f%% PARTY_SKILL_PARTY_AREA Gruppenreichweite +%d%% -PARTY_SKILL_SKILL_MASTER Max. MP Fertigkeitsmeister +%,0f -PARTY_SKILL_SP_REGEN MP-Regeneration +%,0f%% -PARTY_SKILL_TANKER Max. TP Nahkmpfer +%,0f +PARTY_SKILL_SKILL_MASTER Max. MP Fertigkeitsmeister +%.0f +PARTY_SKILL_SP_REGEN MP-Regeneration +%.0f%% +PARTY_SKILL_TANKER Max. TP Nahkmpfer +%.0f PARTY_SKILL_WARP In der Lage, Gruppenmitglieder herbeizurufen. PASSWORD_TITLE Lagerkennwort PICK_ITEM_TITLE Gegenstandsnr. @@ -649,7 +647,7 @@ TOOLTIP_FISHINGROD_LEVEL Level: %d TOOLTIP_FISHINGROD_UPGRADE1 Dem Fischer geben, TOOLTIP_FISHINGROD_UPGRADE2 um eine bessere TOOLTIP_FISHINGROD_UPGRADE3 Angelrute zu erhalten. -TOOLTIP_FISH_LEN Lnge: %,2fcm +TOOLTIP_FISH_LEN Lnge: %.2fcm TOOLTIP_HELMET Helm TOOLTIP_HP_REGEN TP-Regeneration +%d%% SA TOOLTIP_INT Intelligenz +%d SA @@ -760,6 +758,7 @@ TOOLTIP_RESIST_FIRE Feuerwiderstand %d%% SA TOOLTIP_RESIST_ICE Eiswiderstand +%d%% SA TOOLTIP_RESIST_MAGIC Magiewiderstand %d%% SA TOOLTIP_REST_USABLE_COUNT Verbleibend: %d +TOOLTIP_SEALED Seelengebunden TOOLTIP_SELLPRICE Preis: %s TOOLTIP_SHAMAN Schamane TOOLTIP_SHIELD Schild @@ -791,6 +790,7 @@ TOOLTIP_SURA Sura TOOLTIP_TIME_CHARGER_FIX Zeitaufladung %d Sek. SA TOOLTIP_TIME_CHARGER_PER Zeitaufladung %d%% SA TOOLTIP_UNIQUE Einzigartig +TOOLTIP_UNSEAL_LEFT_TIME Seelenlsung in: %dH %dM TOOLTIP_WARRIOR Krieger TOOLTIP_WEAPON Waffe TOOLTIP_WRISTLET Armband diff --git a/bin/pack/locale_de/locale/de/mob_proto b/bin/pack/locale_de/locale/de/mob_proto index 9dfe5d8f..076a2142 100644 Binary files a/bin/pack/locale_de/locale/de/mob_proto and b/bin/pack/locale_de/locale/de/mob_proto differ diff --git a/bin/pack/locale_de/locale/de/skilldesc.txt b/bin/pack/locale_de/locale/de/skilldesc.txt index ee60fa58..6e7c22e6 100644 --- a/bin/pack/locale_de/locale/de/skilldesc.txt +++ b/bin/pack/locale_de/locale/de/skilldesc.txt @@ -33,13 +33,13 @@ 19 WARRIOR Starker Krper Krper aus Eisen Krper aus Stahl Deine Verteidigung wird eine Zeit lang besser und du fllst nicht zu Boden. Verteidigung wird verbessert Verringert die Bewegungsgeschwindigkeit Kein Umfallen STANDING_SKILL cheongeun 19 4 Verteidigung: +%.0f 7+(40 + 0.2*str + 0.4*con)*k Bewegungsgeschwindigkeit: -%.0f 1 + 9*SkillPoint 2 WARRIOR Schwertwirbel Schwerttanz Zyklon Wirbel das Schwert herum, um mehrere Feinde anzugreifen. Durchschlag-Angriff Angriff auf mehrere Ziele ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Angriffswert %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint 20 WARRIOR Schwertschlag Schwertsto Schwertwurf Du greifst die Feinde frontal an. Fern-Angriff Angriff auf mehrere Ziele Ohnmacht Schlgt das Ziel zu Boden ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Angriffswert %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Ohnmachtschance %.0f%% (100+k*1000/6)/10 -3 WARRIOR Kampfrausch Wut Raserei Du konzentrierst dich ausschlielich auf das Angreifen. Angriffsgeschwindigkeit wird erhht Erhht die Bewegungsgeschwindigkeit Erhht die Schadensanflligkeit STANDING_SKILL|TOGGLE jeongwi 3 4 Angriffsgeschwindigkeit +%.0f%% 50 * SkillPoint Bewegungsgeschwindigkeit +%.0f%% 20 * SkillPoint +3 WARRIOR Kampfrausch Wut Raserei Du konzentrierst dich ausschlielich auf das Angreifen. Angriffsgeschwindigkeit wird erhht Erhht die Bewegungsgeschwindigkeit Erhht die Schadensanflligkeit STANDING_SKILL jeongwi 3 4 Angriffsgeschwindigkeit +%.0f%% 50 * SkillPoint Bewegungsgeschwindigkeit +%.0f%% 20 * SkillPoint 31 ASSASSIN Hinterhalt Getarnter Angriff Getarnter Hinterhalt Nhere dich deinem Feind von hinten und mache einen tdlichen Angriff. Angriffswert steigt fr Rckentreffer Tarnungsbonus ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Angriffswert %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k 32 ASSASSIN Blitzangriff Warpangriff Todesangriff Nhere dich schnell einem Feind und mache einen tdlichen Angriff. Teleportationsangriff Tarnungsbonus ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Angriffswert %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) 33 ASSASSIN Degenwirbel Wirbelnder Dolch Tanzender Dolch Wirbel mit einem Dolch um Feinde herum. Flchenschaden Anhaltender Giftangriff ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Angriffswert %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Vergiftungschance %.0f%% 1 + 4*k 34 ASSASSIN Tarnung Leiser Gang Verhllen Du kannst dich verstecken. Angriff wird beim Benutzen abgebrochen STANDING_SKILL eunhyeong 4 4 Hinterhalt-Bonusschaden %.0f%% 50 * SkillPoint 35 ASSASSIN Giftwolke Tdliche Wolke Killerwolke Lasse um deinen Feind herum giftige Wolken entstehen und vergifte ihn dadurch. Fern-Angriff Angriff auf mehrere Ziele Anhaltender Giftangriff ATTACK_SKILL|NEED_TARGET sangong 5 4 Angriffswert %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Vergiftungschance %.0f%% 40*k -4 WARRIOR Aura des Schwerts Spirituelles Schwert Phantomschwert Der Angriffswert wird fr bestimmte Zeit erhht. Angriffswert wird erhht STANDING_SKILL|WEAPON_LIMITATION|TOGGLE SWORD|TWO_HANDED geomgyeong 4 4 Angriffswert +%.0f (100 + STR) * SkillPoint +4 WARRIOR Aura des Schwertes Spirituelles Schwert Phantomschwert Der Angriffswert wird fr bestimmte Zeit erhht. Angriffswert wird erhht STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Angriffswert +%.0f (100 + STR) * SkillPoint 46 ASSASSIN Wiederholter Schuss Mehrfachschuss Gewaltiger Schuss Schie mit mehreren Pfeilen auf einen Feind. Fern-Angriff Mehrere Angriffe ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) Gesamtangriffswert %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k abgeschossenen Pfeile: %.0f 2 + floor(6 * SkillPoint) 47 ASSASSIN Pfeilregen Pfeilsturm Pfeilorkan Schiee mit mehreren Pfeilen auf mehrere Feinde. Fern-Angriff Angriff auf mehrere Ziele ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Angriffswert %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Max. Anzahl Ziele: %.0f 2 + floor(6 * SkillPoint) 48 ASSASSIN Feuerpfeil Brennender Pfeil Flammenpfeil Entznde den Pfeil. Fern-Angriff Angriff auf mehrere Ziele Feuerangriff ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Angriffswert %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k @@ -49,8 +49,8 @@ 61 SURA Fingerschlag Brennender Fingerschlag Fingerexplosion Erzeuge mit den Fingerspitzen eine groe Explosion. Durchschlag-Angriff Verteidigung des Gegners wird ignoriert Intelligenzbonus ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Angriffswert %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Chance auf Durchbohrenden Treffer %.0f%% 1 + 9*SkillPoint 62 SURA Drachenwirbel Tornadowirbel Wirbelwind Verursache einen heftigen Wirbelsturm, um mehrere Feinde zu besiegen. Flchenschaden Fliehen des Gegners wird ignoriert Intelligenzbonus ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Angriffswert %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Chance auf Ignorieren der Flucht des Gegners %.0f%% 1 + 9*SkillPoint 63 SURA Verzauberte Klinge Verzaubertes Schwert Geisterklinge Statte deine Klinge mit einem mchtigen Geist aus. Angriffswert wird erhht Intelligenzbonus Stehlen von Leben STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Angriffswert +%.1f 7 + (5*iq+13)*k Lebensdieb: %.0f%% des Schadens 10*k -64 SURA Furcht Groe Furcht Schrecken Verringere die Fertigkeiten der Feinde, die dich angreifen. Gegnerischer Angriffswert wird verringert Gegnerischer Angriff schlgt fter fehl Wird nur aktiv, wenn du getroffen wirst STANDING_SKILL|TOGGLE gongpo 4 4 Gegnerischer Angriffswert -%.0f%% 5 + 20*SkillPoint Fehlschlge des Gegners %.0f%% 1 + 29*SkillPoint -65 SURA Verzauberte Rstung Verzauberte bessere Rstung Rstung der Dunkelheit Schtze deinen Krper mit einer dunklen Rstung. Reflektiert Schaden auf Angreifer zurck Verbessert die Verteidigung Intelligenzbonus STANDING_SKILL|TOGGLE jumagap 5 4 Verteidigung +%.0f (iq+30)*k Reflektierter Nahkampf-Schaden: %.1f%% (iq/4+10)*k +64 SURA Furcht Groe Furcht Schrecken Verringere die Fertigkeiten der Feinde, die dich angreifen. Gegnerischer Angriffswert wird verringert Gegnerischer Angriff schlgt fter fehl Wird nur aktiv, wenn du getroffen wirst STANDING_SKILL gongpo 4 4 Gegnerischer Angriffswert -%.0f%% 5 + 20*SkillPoint Fehlschlge des Gegners %.0f%% 1 + 29*SkillPoint +65 SURA Verzauberte Rstung Verzauberte bessere Rstung Rstung der Dunkelheit Schtze deinen Krper mit einer dunklen Rstung. Reflektiert Schaden auf Angreifer zurck Verbessert die Verteidigung Intelligenzbonus STANDING_SKILL jumagap 5 4 Verteidigung +%.0f (iq+30)*k Reflektierter Nahkampf-Schaden: %.1f%% (iq/4+10)*k 66 SURA Zauber aufheben Mchtige Zauberaufhebung Zauberaufhebungsangriff Beseitige alle hilfreichen Effekte des Feindes. Fern-Angriff Angriff auf mehrere Ziele Auf Gegner liegende Effekte werden entfernt ATTACK_SKILL|NEED_TARGET pabeop 6 4 Magischer Angriffswert %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Zauberaufhebungschance %.0f%% 50*k 76 SURA Dunkler Schlag Dunkler Hieb Schwarzer Angriff Wirf die dunkle Macht, um Feinde zu verletzen. Fern-Angriff Angriff auf mehrere Ziele ATTACK_SKILL|NEED_TARGET maryeong 16 4 Magischer Angriffswert %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k 77 SURA Flammenschlag Brennender Schlag Flammendetonation Verbrenne die Feinde mit einer Explosion. Flchenschaden Feuerangriff ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Magischer Angriffswert %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k diff --git a/bin/pack/locale_de/locale/de/skilltable.txt b/bin/pack/locale_de/locale/de/skilltable.txt index f1a318e1..53c1691f 100644 --- a/bin/pack/locale_de/locale/de/skilltable.txt +++ b/bin/pack/locale_de/locale/de/skilltable.txt @@ -1,11 +1,11 @@ 1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 -3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 0 SELFONLY,TOGGLE 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 -4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 0 SELFONLY,TOGGLE 15 NONE 15 0 0 NORMAL 1 1 0 0 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 -19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 0 SELFONLY,TOGGLE 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 @@ -16,13 +16,13 @@ 34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 -78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 0 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 -64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 0 SELFONLY,TOGGLE 20 NONE 20 0 0 NORMAL 1 1 0 0 -65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 0 SELFONLY,TOGGLE 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 @@ -32,7 +32,7 @@ 108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 -79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 0 SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_de/locale/de/ui/empire/empire.dds b/bin/pack/locale_de/locale/de/ui/empire/empire.dds index 96d4897d..d0de8c78 100644 Binary files a/bin/pack/locale_de/locale/de/ui/empire/empire.dds and b/bin/pack/locale_de/locale/de/ui/empire/empire.dds differ diff --git a/bin/pack/locale_de/locale/de/ui/inventorywindow.py b/bin/pack/locale_de/locale/de/ui/inventorywindow.py index e684920d..07b7f9e2 100644 --- a/bin/pack/locale_de/locale/de/ui/inventorywindow.py +++ b/bin/pack/locale_de/locale/de/ui/inventorywindow.py @@ -52,12 +52,13 @@ window = { ## Equipment Slot { "name" : "Equipment_Base", - "type" : "expanded_image", + "type" : "image", "x" : 10, "y" : 33, - "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", "children" : ( @@ -85,9 +86,9 @@ window = { {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, ## 1 - {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, ## 2 - {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, ## Ʈ {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, ), @@ -130,9 +131,9 @@ window = { "tooltip_text" : uiScriptLocale.COSTUME_TITLE, - "default_image" : "d:/ymir work/ui/game/taskbar/costume_Button_01.tga", - "over_image" : "d:/ymir work/ui/game/taskbar/costume_Button_02.tga", - "down_image" : "d:/ymir work/ui/game/taskbar/costume_Button_03.tga", + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", }, { "name" : "Equipment_Tab_01", diff --git a/bin/pack/locale_de/locale/de/ui/loading/loading0.jpg b/bin/pack/locale_de/locale/de/ui/loading/loading0.jpg deleted file mode 100644 index 8b633393..00000000 Binary files a/bin/pack/locale_de/locale/de/ui/loading/loading0.jpg and /dev/null differ diff --git a/bin/pack/locale_de/locale/de/ui/loading/loading1.jpg b/bin/pack/locale_de/locale/de/ui/loading/loading1.jpg deleted file mode 100644 index 83ea1b1b..00000000 Binary files a/bin/pack/locale_de/locale/de/ui/loading/loading1.jpg and /dev/null differ diff --git a/bin/pack/locale_de/locale/de/ui/loading/loading2.jpg b/bin/pack/locale_de/locale/de/ui/loading/loading2.jpg deleted file mode 100644 index ec9c0f9c..00000000 Binary files a/bin/pack/locale_de/locale/de/ui/loading/loading2.jpg and /dev/null differ diff --git a/bin/pack/locale_de/locale/de/ui/loading/loading3.jpg b/bin/pack/locale_de/locale/de/ui/loading/loading3.jpg deleted file mode 100644 index dccfc11e..00000000 Binary files a/bin/pack/locale_de/locale/de/ui/loading/loading3.jpg and /dev/null differ diff --git a/bin/pack/locale_de/locale/de/ui/login.jpg b/bin/pack/locale_de/locale/de/ui/login.jpg index bf7b15c3..7f044d17 100644 Binary files a/bin/pack/locale_de/locale/de/ui/login.jpg and b/bin/pack/locale_de/locale/de/ui/login.jpg differ diff --git a/bin/pack/locale_de/locale/de/ui/login/login.dds b/bin/pack/locale_de/locale/de/ui/login/login.dds index 435d69ae..98111c36 100644 Binary files a/bin/pack/locale_de/locale/de/ui/login/login.dds and b/bin/pack/locale_de/locale/de/ui/login/login.dds differ diff --git a/bin/pack/locale_de/locale/de/ui/login_dark_dragons.jpg b/bin/pack/locale_de/locale/de/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_de/locale/de/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_de/locale/de/ui/select.jpg b/bin/pack/locale_de/locale/de/ui/select.jpg index 8b7cb520..acec30a6 100644 Binary files a/bin/pack/locale_de/locale/de/ui/select.jpg and b/bin/pack/locale_de/locale/de/ui/select.jpg differ diff --git a/bin/pack/locale_de/locale/de/ui/select_old.jpg b/bin/pack/locale_de/locale/de/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_de/locale/de/ui/select_old.jpg differ diff --git a/bin/pack/locale_ymir/locale/ymir/effect/gm.mse b/bin/pack/locale_dk/locale/dk/effect/gm.mse similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/effect/gm.mse rename to bin/pack/locale_dk/locale/dk/effect/gm.mse diff --git a/bin/pack/locale_dk/locale/dk/effect/ymirred.tga b/bin/pack/locale_dk/locale/dk/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/effect/ymirred.tga differ diff --git a/bin/pack/locale_dk/locale/dk/empiredesc_a.txt b/bin/pack/locale_dk/locale/dk/empiredesc_a.txt new file mode 100644 index 00000000..5e238e84 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/empiredesc_a.txt @@ -0,0 +1,28 @@ +[DELAY value;10] +Kongeriget Shinsoo[ENTER] +[ENTER] +Shinsoo kongeriget er i den[ENTER] +sydlige del af kontinentet.[ENTER] +Indbyggerne er hovedsageligt[ENTER] +[WAIT] +optaget af handel. Grundlagt[ENTER] +af Yoon-Yoing efter, at[ENTER] +Imperiet brd sammen,[ENTER] +handels relationerne med[ENTER] +sten blev hurtigt et[ENTER] +[WAIT] +profitabelt arrangement.[ENTER] +Indbyggerne sls konstant[ENTER] +med vesten, og denne[ENTER] +handelsrute er totalt[ENTER] +frakoblet nu. Da de s[ENTER] +[WAIT] +truslen fra Metin stenene,[ENTER] +armerede handelsfolkene sig[ENTER] +selv. Det er deres ml, at[ENTER] +modst angreb fra vesten,[ENTER] +genbne alle handelsruterne[ENTER] +[WAIT] +og at forene hele[ENTER] +kontinentet under et[ENTER] +lederskab. \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/empiredesc_b.txt b/bin/pack/locale_dk/locale/dk/empiredesc_b.txt new file mode 100644 index 00000000..3232dd40 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/empiredesc_b.txt @@ -0,0 +1,38 @@ +[DELAY value;10] +Kongeriget Chunjo[ENTER] +[ENTER] +Chunjo kongeriget er[ENTER] +lokaliseret i den vestlige[ENTER] +del af kontinentet. Det er[ENTER] +[WAIT] +et teokratisk kongerige og[ENTER] +er ledet af spirituelle[ENTER] +herskere. Kongeriget blev[ENTER] +dannet af Yoon-Young, som[ENTER] +var kusine til den tidligere[ENTER] +[WAIT] +kejser. Han brugte sin kones[ENTER] +kolossale magiske krfter[ENTER] +til, at hjlpe ham med at[ENTER] +opdage truslen fra Metin[ENTER] +stenene tidligt. Han[ENTER] +[WAIT] +foreslog flere gange, at der[ENTER] +blev lavet modtrk til Metin[ENTER] +stenene, men han blev[ENTER] +ignoreret. Derfor drog han[ENTER] +sit flgeskab ind i en[ENTER] +[WAIT] +modstandsbevgelse mod det[ENTER] +tidligere Rige. Efter Rigets[ENTER] +fald, kom det nye kongerige[ENTER] +i krig med den stlige[ENTER] +region og har problemer med[ENTER] +[WAIT] +den sydlige. Chunjo[ENTER] +kongeriget vil have[ENTER] +kontrollen over hele[ENTER] +kontinentet for, at[ENTER] +tilintetgre de voksende[ENTER] +[WAIT] +krfter hos Metin stenene. \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/empiredesc_c.txt b/bin/pack/locale_dk/locale/dk/empiredesc_c.txt new file mode 100644 index 00000000..02e48eb1 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/empiredesc_c.txt @@ -0,0 +1,28 @@ +[DELAY value;10] +Kongeriget Jinno Kongeriget[ENTER] +Jinno er i den stlige[ENTER] +region af kontinentet. Dette[ENTER] +Kongerige er baseret p[ENTER] +militre krfter. Dets[ENTER] +[WAIT] +befolkning er aggressiv og[ENTER] +krigerisk. Kongeriget Jinno[ENTER] +er styret af Ee-Ryoong,[ENTER] +snnen af den sidste Kejser.[ENTER] +Han fler sig udvalgt til at[ENTER] +[WAIT] +gendanne det gamle Rige[ENTER] +under hans ledelse og med[ENTER] +hans strke militre[ENTER] +krfter. Frygten om meningen[ENTER] +eller pvirkningerne af[ENTER] +[WAIT] +Metinstenene er officielt[ENTER] +ignoreret af det Jinno'ske[ENTER] +Kongerige. I al hemmelighed,[ENTER] +forsger Ee-Ryoong at finde[ENTER] +en mde at benytte de[ENTER] +[WAIT] +destruktive krfter fra[ENTER] +Metinstenene til at opn[ENTER] +hans ml. \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/guildbuildinglist.txt b/bin/pack/locale_dk/locale/dk/guildbuildinglist.txt new file mode 100644 index 00000000..5f35b64c --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan Fegyverkovcs -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Felszerels kovcs -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan kszersz -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang Kikpz kzpont -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro Gymnt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro Fosszilis fa koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro Rz koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro Ezst koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro Arany koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro Jde koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro benfa koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro Gyngy koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro Fehrarany koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro Kristly koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro Ametiszt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro Mennyei knny koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Llekkristly koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Grnt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Zafr koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 Az Er oltra -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 Az Er oltra -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 Az Er oltra -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse Hz (1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner Kfal (1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin Kfal (1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 Kfal (1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door Kapu (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set Fal (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse Hz (2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner Kfal (2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin Kfal (2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 Kfal (2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door Kapu (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDIN b1-set Fal (2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse Hz (3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner Kfal (3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin Kfal (3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 Kfal (3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door Kapu (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDIN c1-set Fal (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol Ch jelvny -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 Homlokzati fal -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 +14202 WALL fence01_back01 Hts fal -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 Bal oldali fal -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 Jobb oldali fal -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 K1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 K2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 K3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 K4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 K5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 K6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 K7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 K8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 K9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 K10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT Fa1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 Fa2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall Fa3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 Fa4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 Fa5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT Fa6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 Fa7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall Fa8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 Fa9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_ymir/locale/ymir/icon/scroll_close.tga b/bin/pack/locale_dk/locale/dk/icon/scroll_close.tga similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/icon/scroll_close.tga rename to bin/pack/locale_dk/locale/dk/icon/scroll_close.tga diff --git a/bin/pack/locale_dk/locale/dk/icon/scroll_open.tga b/bin/pack/locale_dk/locale/dk/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/icon/scroll_open.tga differ diff --git a/bin/pack/locale_dk/locale/dk/insult.txt b/bin/pack/locale_dk/locale/dk/insult.txt new file mode 100644 index 00000000..fb660f73 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/insult.txt @@ -0,0 +1,39 @@ +anal +bitch +blowjob +boner +bsse +fanden +fatso +fisse +fuck +gonger +helved +homo +hore +idiot +kneppe +kondom +kft +lebbe +liderlig +luder +neger +noob +n00b +nub +orgasm +patter +penis +perker +pervers +pik +porno +retard +shit +skede +skide +skrt +skrdt +spasser +vibrator \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/item_list.txt b/bin/pack/locale_dk/locale/dk/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_dk/locale/dk/item_proto b/bin/pack/locale_dk/locale/dk/item_proto new file mode 100644 index 00000000..2a31ceea Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/item_proto differ diff --git a/bin/pack/locale_dk/locale/dk/itemdesc.txt b/bin/pack/locale_dk/locale/dk/itemdesc.txt new file mode 100644 index 00000000..cb8aff66 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/itemdesc.txt @@ -0,0 +1,2628 @@ +100000 Tids eliksir (S) Genopfylder varigheden af en drage sten. +100001 Tids eliksir (M) Genopfylder varigheden af en drage sten. +100002 Tids eliksir (L) Genopfylder varigheden af en drage sten. +100100 Drage tang Nyttigt vrktj, der ger chancerne for succes under fjernelse af drage stenen. +100200 Tang af tid Suger varigheden fra drage stenen. +100300 Grn drage bnne Denne magiske bnne ger din drage stens niveau med en 10% get chance. Styrkelses processen kan mislykkes. +100400 Bl drage bnne Denne magiske bnne ger din drage stens niveau med et level. +100500 Pink drage bnne Chancen for en vellykket forbedring af drage stenen med et level er 10% hjere end med en bl drage bnne. +11901 Smoking En elegant smoking som en mand kan bre til et bryllup. +11902 Smoking En elegant smoking som en mand kan bre til et bryllup. +11903 Brudekjole En flot kjole der bres til bryllup. +11904 Brudekjole En flot kjole der bres til bryllup. +18000 Hr blte +0 +18001 Hr blte +1 +18002 Hr blte +2 +18003 Hr blte +3 +18004 Hr blte +4 +18005 Hr blte +5 +18006 Hr blte +6 +18007 Hr blte +7 +18008 Hr blte +8 +18009 Hr blte +9 +18010 Lder blte +0 +18011 Lder blte +1 +18012 Lder blte +2 +18013 Lder blte +3 +18014 Lder blte +4 +18015 Lder blte +5 +18016 Lder blte +6 +18017 Lder blte +7 +18018 Lder blte +8 +18019 Lder blte +9 +18020 Storslet blte +0 +18021 Storslet blte +1 +18022 Storslet blte +2 +18023 Storslet blte +3 +18024 Storslet blte +4 +18025 Storslet blte +5 +18026 Storslet blte +6 +18027 Storslet blte +7 +18028 Storslet blte +8 +18029 Storslet blte +9 +18030 Visdommens blte +0 +18031 Visdommens blte +1 +18032 Visdommens blte +2 +18033 Visdommens blte +3 +18034 Visdommens blte +4 +18035 Visdommens blte +5 +18036 Visdommens blte +6 +18037 Visdommens blte +7 +18038 Visdommens blte +8 +18039 Visdommens blte +9 +18040 Kongens blte +0 +18041 Kongens blte +1 +18042 Kongens blte +2 +18043 Kongens blte +3 +18044 Kongens blte +4 +18045 Kongens blte +5 +18046 Kongens blte +6 +18047 Kongens blte +7 +18048 Kongens blte +8 +18049 Kongens blte +9 +18050 Skygge blte +0 +18051 Skygge blte +1 +18052 Skygge blte +2 +18053 Skygge blte +3 +18054 Skygge blte +4 +18055 Skygge blte +5 +18056 Skygge blte +6 +18057 Skygge blte +7 +18058 Skygge blte +8 +18059 Skygge blte +9 +18060 Rune blte +0 +18061 Rune blte +1 +18062 Rune blte +2 +18063 Rune blte +3 +18064 Rune blte +4 +18065 Rune blte +5 +18066 Rune blte +6 +18067 Rune blte +7 +18068 Rune blte +8 +18069 Rune blte +9 +18070 Karlsvognens blte +0 +18071 Karlsvognens blte +1 +18072 Karlsvognens blte +2 +18073 Karlsvognens blte +3 +18074 Karlsvognens blte +4 +18075 Karlsvognens blte +5 +18076 Karlsvognens blte +6 +18077 Karlsvognens blte +7 +18078 Karlsvognens blte +8 +18079 Karlsvognens blte +9 +18900 Rd flamme sten Forbedrer dit bltes bonusser. +21100 +21101 +21102 +21103 +21104 +21105 +21106 +21107 +21108 +21109 +21110 +21111 +21112 +21113 +21114 +21115 +21116 +21117 +21118 +21119 +21120 +21121 +21122 +21123 +21124 +21125 +21126 +21127 +21128 +21129 +21550 +21551 +21552 +21553 +21554 +21555 +21556 +21557 +21558 +21559 +21991 +21992 +21993 +22000 By-dokument Et dokument der teleporterer dig tilbage til byen. +22010 Omegns dokument Omegns dokumentet muliggr transporteringen til en omgivelse du sidst havde i minde. +25040 Velsignelses dok. Eliminere risikoen for at en genstand gr i stykker nr en forbedring fejler. I stedet for delggelsen falder kvaliteten med 1. +25041 Magisk sten En klump af det legendariske metal kan ge dine chancer, nr du opgraderer en genstand. Den opgraderet genstand kan hverken delgges eller blive nedgraderet. +25100 Stenndens dokument Dokumentet muliggr fjernelsen af nde-stenen af dit vben eller rustning. En splint bliver tilbage. +27051 Rd Eliksir (L) Fylder op 30 hit point. Ikke omsttelig. +27052 Bl Eliksir (L) Fylder op 100 fortryllelse point. Ikke omsttelig. +27053 Grn Eliksir (L) Forger angrebs hastigheden med +10 i 10 minutter. Ikke omsttelig. +27054 Violet Eliksir (L) Forger bevgelses hastigheden med +10 i 10 minutter. Ikke omsttelig. +27122 Rd Eliksir (L) Genopretter 300 Livspoints. Kan ikke handles. +27123 Grn Eliksir (L) Forger angrebs hastigheden med +10 i 10 minutter. Kan ikke handles. +27124 Bandage Stopper jeblikkeligt bldninger. +27600 Lejrbl Trgrene der kan bruges til at tnde et lejrbl. +27610 Fiske kugle Denne magiske kugle viser hvad du har p fiske-krogen. +27620 Fiskeribogen Denne bog beskriver hvordan du 3 dage i trk fanger dobbelt s mange sjldne fisk. +27799 Fiskeben Ben fra en fisk. +27800 Paste En nem agn. +27801 Orm En populr agn, der bruges til at fange fisk. +27802 Lille fisk En fisk der bruges som agn for at fange strre fisk. +27803 Karusse En almindelig fisk som normalt lever i en dam. +27804 Mandarinfisk En lkker fisk. +27805 Stor Karusse En yderst stor og fed Karusse +27806 Karpe En stor, slvfarvet fisk. +27807 Laks En fisk der i parringsperioden vender hjem igen. +27808 Graskarpe En karpe, som hovedsageligt lever af gras. +27809 Bkrred Denne fisk er i familie med laksen. +27810 l En lang, tynd fisk. Den ligner en slange og har en god kondition. +27811 Regnbuerred En fisk med regnbuens farver p ryggen. +27812 Tynd bkrred En ferskvandsfisk, som er meget udbredt p disse kanter. +27813 Rudskalle Denne fisk lever i flok. +27814 Aborre Fisken er kendt som "Sens haj". +27815 Tenchi Denne fisk lever udelukkende i rent vand. +27816 Havkat En fisk, med en karakteristisk stor mund og kattelignende knorhr. +27817 Smerling Denne fisk lever i lave og mudrede ser. +27818 Lotusfisk En stor ferskvandsfisk, der ernrer sig af diverse planter. +27819 Ayu Er i familie med Smelten. Den lever ved kysten og ved flodmundinger. +27820 Smelt En vinter fisk, som mest fanges ved isfiskning. +27821 Shiri En fisk, med en elegant form og sknne farver. +27822 Spejlkarpe En tam karpe. +27823 Guldfisk En sjlden guldfisk. +27833 Dd Karusse En dd Karusse kan grilles et bl. +27834 Dd mandarinfisk En dd Mandarinfisk kan grilles p et bl. +27835 Dd stor Karusse En dd stor Karusse kan grilles p et bl. +27836 Dd karpe En dd Karpe kan grilles p et bl. +27837 Dd laks En dd laks kan grilles p et bl. +27838 Dd graskarpe En dd Graskarpe kan grilles p et bl. +27839 Dd bkrred En dd Bkrred kan grilles p et bl. +27840 Dd l En dd l kan grilles p et bl. +27841 Dd regnbuerred En dd Regnbuerred kan grilles p et bl. +27842 Dd tynd bkrred En dd tynd Bkrred kan grilles p et bl. +27843 Dd rudskalle En dd Rudskalle kan grilles p et bl. +27844 Dd aborre En dd Aborre kan grilles p et bl. +27845 Dd tenchi En dd Tenchi kan grilles p et bl. +27846 Dd havkat En dd Havkat kan grilles p et bl. +27847 Dd smerling En dd Smerling kan grilles p et bl. +27848 Dd lotusfisk En dd Lotus kan grilles p et bl. +27849 Dd Ayu En dd Ayu kan grilles p et bl. +27850 Dd smelt En dd Smelt kan grilles p et bl. +27851 Dd shiri En dd Shiri kan grilles p et bl. +27852 Dd spejlkarpe En dd Spejlkarpe kan grilles p et bl. +27853 Dd guldfisk En dd Guldfisk kan grilles p et bl. +27863 Stegt karusse Genopretter nogle HP. +27864 Stegt mandarinfisk Gendanner nogle manapoint (MP). +27865 Stegt stor karusse Gendanner nogle livspoint (HP). +27866 Stegt karpe ger for en bestemt tid din bevgelseshastighed. +27867 Stegt laks Gendanner nogle manapoint (MP). +27868 Stegt Graskarpe ger for en bestemt tid din angrebshastighed. +27869 Stegt bkrred Gendanner en stor del af livspoint (HP). +27870 Stegt l ger din styrke med 10 point i 10 minutter. +27871 Stegt regnbuerred Gendanner mange manapoint (MP). +27872 Stegt tynd bkrred Gendanner nogle manapoint (MP). +27873 Stegt rudskalle ger din smidighed med 10 point i 10 minutter. +27874 Stegt aborre Fjerner eliksirer. +27875 Stegt tenchi Gendanner jeblikkeligt nogle livspoint (HP). +27876 Stegt havkat Gendanner jeblikkeligt nogle manapoint (MP). +27877 Stegt smerling Gr dig usynlig i 5 minutter. +27878 Stegt Lotusfisk Gendanner jeblikkeligt mange livspoint (HP). +27879 Stegt Ayu Denne fisk fr dens dejlige rget duft fra at vre tilberedt over ild. +27880 Stegt smelt Ved tilberedning over ben ild fr fisken en dejlig rget smag. +27881 Stegt Shiri Denne fisk fr dens dejlige rget duft fra at vre tilberedt over ild. +27882 Stegt spejlkarpe Ved tilberedning over ben ild fr fisken en dejlig rget smag. +27883 Stegt guldfisk Ved tilberedning over ben ild fr fisken en dejlig rget smag. +27987 Musling En musling med flot skal. Kan indeholde en perle. +27988 Skattekort Et slidt kort, som viser lokationen p en gammel skat. +27989 Metinstenens kompas Kompasset viser dis retning og afstand til den nste Metin sten. Jo kraftigere den lyser, desto tttere er du p mlet. Den kan aktiveres 6 gange. +27990 Stykke af en sten Stenstykke, der pga. dets lille strrelse er let at transporterer. Det kan bruges p mange mder. +27991 Aquasten En hrd ru sten der kan bruges til at slibe vben eller kkkenredskaber. +27992 Hvid perle En snehvid perle, som findes i en musling +27993 Bl perle En vidunderlig bl perle. +27994 Blodrd perle En blodrd perle. +27995 Tom flaske En tom flaske. +27996 Giftflaske En flaske fyldt med gift. | Forrsager dden. +27997 Livskrafts kugle En kugle for at gendanne nogle livspoint (HP). +27998 Alkymitaske En Alkymitaske. | Findes her alkymistens hemmelighed? +27999 Stennd-taske En taske til ndesten. Tasken indeholder evt. sten som kan bruges til at forbedre genstande. +29001 Jakobsmuslinger En af de strste og mest velsmagende muslinger. Den har en kam formet skal. +29002 Bl jakobsmuslinger Den perlemorsagtige overflade glimter i utallige bl nuancer. +29003 Gule jakobsmuslinger Den perlemorsagtige overflade glimter i utallige gule nuancer. +29004 Rde jakobsmuslinger Den perlemorsagtige overflade glimter i utallige rde nuancer. +29005 Grnne jakobsmuslinger Den perlemorsagtige overflade glimter i utallige grnne nuancer. +29006 Mrkegul vinsten Mrkegul vinsten +29007 Mrkebl vinsten Mrkebl vinsten +29008 Blt Helligt Vand I sollyset skinner det hellige vands overflade bl. +29009 Gult Helligt Vand I sollyset skinner det hellige vands overflade gult. +29010 Rdt Helligt Vand I sollyset skinner det hellige vands overflade rdt. +29011 Grnt Helligt Vand I sollyset skinner det hellige vands overflade grnt. +29012 Mrkebl Guds hnd Mrkeblt helligt vand +29013 M.gult helligt vand Mrkegult helligt vand +29014 Lyserdt Helligt Vand Mrkerdt helligt vand +29015 Mrkegrn Guds hnd Mrkegrnt helligt vand +30000 Almindelig byg En hyppigt brugt plante, der bruges til at fremstille l og spisevarer. +30001 Brev Et brev fra en person. +30002 Brndt plse Brndt plse med grnsager og krydderier. +30003 Svinense Nsen fra et svin. +30004 Vildsvinetand En meget strk tand fra et vildsvin. +30005 Stykke delagt rustning et stykke af en delagt rustning. +30006 Orktand En skummel stinkende tand af en Ork. +30007 Orkamulet Et amulet, der stter mod i Orks. +30008 Esoteriks ABC En hndbog der forklarer nybegynder hvad esoterik omhandler. +30009 Ukendt medicin Ukendt medicin med ukendte indhold. +30010 Bjrnegalde Bjrnegalde er kendt for at genoplive smagssansen +30011 Garnngle Et Garnngle +30012 Vinflaske Denne flaske indeholder en aromatisk vin. +30013 Alkoholkrus Et krus med plads til alkohol. +30014 Yetiskind Skindet fra det legendariske dyr, Yetien, som beskytter mod kulde. +30015 Dmon-minde Et skummelt minde fra en dmon. +30016 Dmon-delsten En delsten der er kendt for at indeholde ddens sjle. +30017 Dekorativ Hrnl En kvindelig Hrnl. +30018 Rdt hrbnd Et smart hrbnd, til at binde en kvindes hr op med +30019 Skinnende hrpragt Skinnende hrpragt bliver brugt for at fremstille vinter-pkldning. +30020 Ferskenfr Blev i flere rhundrede brugt for sund og frisk hud. +30021 delstensstykke En delsten ramt af et hrdt materiale. +30022 Slangehale Halen fra en slange. +30023 Hvidt tigerskind Vurderet som det mest vrdifulde dyreskind af samlere. +30024 Hestehale Hestehalen kan bruges til at fremstille hjkvalitetsvarer som hrbrster, hatte og tov. +30025 Edderkops Giftsk Giftskken fra en edderkop. +30026 Ulvetarm En ingrediens til at lave plser, en af rigets bermte fdevare. +30027 Ulveskind De tykkeste hr fra ulveskindet bruges til at fremstille strigler og brster. +30028 Ulvekler Ulvekler bliver brugt til at fremstille tilbehr. +30029 Ulvelever En ingrediens for plser, rigest mest bermte nringsmiddel. +30030 Rusten krdeklinge En rusten klinge af en dolk. +30031 Smykker Smykker der gerne bres af unge piger. +30032 Sort uniform En brugt sort uniform. +30033 delagt porceln Et stykke delagt porceln. +30034 Hvidt hrbnd Et smukt bnd til damehr. +30035 Ansigtscreme Kvinder bruger denne creme for at holde deres ansigt ung. +30036 Hemmelighedsfuldt Urt Den legandariske Urt med mirakel effekt. +30037 Tigerkler Nogle krigere brer en halskde lavet af tigerkler for at vise andre deres mod. +30038 Tigerskind Et favorit dyreskin mellem samlere. +30039 Stof stykke Stof der kan bruges for at afdkke sr. +30040 Blad Et blad af en ukendt plante. +30041 Shiriken Et kastevben der bruges af ninjas. +30042 Tiger hugtand En solid, skinnende hugtand fra denne vildkat +30043 Bnne Bnner er ingredienser i adskillige opskrifter. +30044 Ler Ler bliver brugt til at fremstille porceln. +30045 Skorpionnl En nl, med scorpiongift. +30046 Skorpionhale En giftig skorpionhale. +30047 Forbandelsesbog Et esoterisk bog, der forklarer adskillige ting om forbandelser. +30048 Isstykke Frosset is, der forbliver evigt kold. +30049 Is-Spkhugger-horn Vrdifuld billedhugger-materiale +30050 Iskugle En kugle af is. Smelter ikke i varmt vand. +30051 Ukendt talisman Ukendt talisman, kun esoteriker kan lse den. +30052 Flag Et flag for at markere vilde tropper. +30053 Bjrnefodspels Mange personer foretrkker dette nringsmiddel pga. dens udholdenhed-gende effekt. +30054 Vielsesring Den eneste ring, der forbliver evigt. +30055 Skorpionsaks Skorpionens saks +30056 Edderkoppenet En edderkop bruger det for at bygge dens hjem. +30057 Edderkoppejne Samler vrdstter edderkoppejne. +30058 Edderkoppe-ggesk Bliver brugt som magisk-ingrediens hos kvinder uden brn. +30059 Edderkoppeben Shaman benytter de behrede ben fra edderkopper i deres arbejde. +30060 Frtunge En klistrende tunge. +30061 Frlr En eksotisk ingrediens, smager som kylling! +30062 Medicinskl En skl, som benyttes farmaceuter. +30063 Hudmedicin En medicin, som kurere hudsygdomme. +30064 Skarp sten En sten, der bruges til at fremstille pilespidser. +30065 Klokke En klokke, der udstder en ringende lyd. +30066 Strk peber Meget strk peber. +30067 Slangehud Skind fra en slange. +30068 Tofu-steak Tofu vegetarisk kd. +30069 Ulvekler + Ulvekler bliver brugt til at fremstille tilbehr. +30070 Ulveskind + De tykkeste hr fra ulveskindet bruges til at fremstille strigler og brster. +30071 Bjrnegalde + Bjrnegalde er kendt for at genoplive smagssansen. +30072 Bjrnefodspels + Mange personer foretrkker dette nringsmiddel pga. dens udholdenheds-gende effekt. +30073 Hvidt hrbnd + Et smukt bnd til damehr. +30074 Sort uniform + En slidt sort uniform. +30075 Shiriken + Et kastevben der bruges af ninjas. +30076 Orkamulet + En amulet til at fremme Orker. +30077 Orktand + En stinkende tand fra en Ork. +30078 Esoteriks ABC + En hndbog der forklarer nybegynder hvad esoterik omhandler. +30079 Ukendt talisman + Ukendt talisman, kun esoteriker kan lse den. +30080 Forbandelsesbog + Et esoterisk bog, der forklarer adskillige ting om forbandelser. +30081 Skorpionhale + En giftig skorpionhale. +30082 Slangehale + Halen af en slange. +30083 Ukendt medicin + Ukendt medicin med ukendt indhold. +30084 Ukendt talisman + Ukendt talisman, kun esoteriker kan lse den. +30085 Stofstykke + Stof der kan bruges for at afdkke sr. +30086 Dmon-minde + En skummel erindring fra en Dmon. +30087 Dmon-delsten + En delsten der er kendt for at indeholde ddens sjle. +30088 Isstykke + Frosset is, der forbliver evigt kold. +30089 Yetiskind + Skindet fra det legendariske dyr, Yetien, som beskytter mod kulde. +30090 Iskugle + En kugle af is. Smelter ikke i varmt vand. +30091 Krigersymbol Krigersymbol som bliver givet til en legendariske kriger. +30092 Bytte af indfdte Krigsbytte. +30093 Lykkens taske En taske der indeholder vrdigenstande. +30094 Lykkens taske En taske der indeholder vrdigenstande. +30095 Lykkens taske En taske der indeholder vrdigenstande. +30096 Lykkens taske En taske der indeholder vrdigenstande. +30129 Ordre fra ridderen Et dokument, der indeholder ordre fra militret. +30130 Tom flaske En tom glasflaske, som kan blive brugt til mange slags vsker. +30131 Brev fra smeden Et brev fra smedens ven Deokbae. +30132 Uriels bog Et bog fra Uriel. Titlen lyder "Hemmelighederne af den mrke tempel". +30133 Blomstersko Smukke damesko. +30134 Uriels taske En pakke med mange forskellige bger. +30135 Ariyoungs brev Et brev fra Ariyoung til Ah-Yu. +30136 Overddigt dekoreret Bue En flot bue der er snittet ud af hornet fra et dyr. +30137 Abeblod En Abes blod. Det lugter forfrdeligt. +30138 rkensand Dette mystiske fine sand bliver brugt til fremstillingen af celadon porceln. +30139 Kindtand Ork kindtand - kan blive brugt som talisman. +30140 Sytrd Strk sytrd. Hermed kan tj repareres og halskder endda fremstilles. +30141 Smykke Kan blive brugt til at forsknne tj eller kan bres som smykke. +30142 Brev Man kan ikke lse hvad der str i brevet, mske bliver man nd til at lre sproget. +30143 Medicinske planter En samling af trrede helbredende planter. Desvrre er de lidt stvede. +30144 Lever fra en tiger Den rdlige brune hndstore lever fra en fuld-voksen vildkat. +30145 Balsos' Medicin Strk virkende medicin. +30146 Isklump Det er meget koldt. +30147 Tempelbog En bog der indeholder detaljerede informationer om den mrke tempel. +30148 Tempel halstrklde Et halstrklde, der bliver brugt til at bede. +30149 Is med sirup En tallerken men en kugle is og noget sirup. God til at slukke trsten om sommeren. +30150 Dagbogsside En side, fra en dagbog, som blev skrevet af den gamle dynasti. +30151 Ulvepels Bliver ofte benyttet som en stvkost. +30152 Medicin Kurere mske underlige sygdomme. Ingen ved, om det virkelig virker. +30153 Blomster Ukendte blomster, der lugter af de gode gamle tider. +30154 Hemmelig tempel bog Analysen af historien, og Doktrinerne af det hemmelige tempel. +30155 Mirines smykke En vedhng til en halskde. P bagsiden er hendes navn "Mirine" indgraveret. +30156 Hemmelig tempel bog Den vrdifulde bog indeholder analysen af lren og historien bag det hemmelige tempel. +30157 Pilespids Disse giftige pilespidser vil hjlpe med at forsvare riget. +30177 Moskus olie Moskus olie er brugt af Vben-handelsmanden under en mission. Genstanden har ingen yderligere funktion. +30179 Forvredet ngle Denne magiske ngle aktiverer portalen til Dragens Tempel. +30180 Drageguds amulet Det gyldne skinnende smykkestykke kan forkorte vejen til forbandelsens grotte. +30181 Bogside Den falmende skrift p pergamentet er svr at fortolke - siden syntes at vre meget gammel. +30182 Legendarisk dagbog Dette duplikat eksemplar af en gammel bog ser yderst vrdifuldt ud. +30183 Dyster trmaske Det ser ud som om trmasken stiger direkte p dig. Det er uden tvivl en ceremonielt genstand. +30184 Fortryllet aske Asken der dkker det mrkelige tegn i beholderen er omgivet af en blid gld. +30185 Sort is Dybe skygger samler sig under den skinnende glatte overflade. +30186 Fossilet tre En fossilet tre fra guden Baljit-Elvedin, der nu om stunder kaldes Drageguden. +30187 Drbe blod En drbe blod fra den myrdet gudinde Bahar-Taraji, jordens skaber. +30188 Obsidian Tidligere flydende, lyn-frosset vulkanisk sten +30189 Baljit-Elvedin's trer Denne kunstfrdigt udhuggede vase indeholder trerne fra guden Baljit-Elvedin. +30190 Blodsten Denne sten er lavet af blodet fra Bahar-Taraji og giver dig adgang til Forbandelsens grotte. +30191 Blodsten Blodsten giver dig adgang til Forbandelsens grotte. +30192 Plante saft Hjkvalitets plantesekret +30193 Finger knogler De sidste rester af en falden helt. +30194 Ork Klle Et grimt vben med robuste torne. +30195 Quartzsand Dette sand ser ud til at tjene sten kreaturerne i rkenen som blod. +30196 Demons Aske Selv en demons aske indeholder ekstraordinre krafter. +30197 Magiske Fr Disse fr knitrer af livskraft. +30198 Vandkrystal Hjertet af et mrkt is kreatur. +30199 Bl Krystal Et stykke krystal fra Dragens Tempel, som forstrker mrke krfter. +30210 delstensstykke En sten der er klar som krystal og glimrer i lyset. +30211 delstensstykke En krystalklar sten der funkler i lyset. +30212 delstensstykke En lille funklende sten. +30213 delstensstykke En lille funklende sten. +30214 delstensstykke En lille funklende sten. +30215 delstensstykke En lille funklende sten. +30216 delstensstykke En lille funklende sten. +30217 delstensstykke En lille funklende sten. +30218 delstensstykke En lille funklende sten. +30219 delstensstykke En lille funklende sten. +30220 Jinunggyis sjle-sten Denne legendariske sten indeholder Jinungs sjl. +30221 Tempel sjle-sten Denne legendariske sten indeholder tempel-tilhngernes sjle. +30222 Sagyis sjle-sten Denne legendariske sten indeholder Sagyies sjl. +30223 Aurtumryus sjle-sten Denne legendariske sten indeholder Aurtumryus sjl. +30224 Gyimoks sjle-sten Denne legendariske sten indeholder Gyimoks sjl. +30225 Tugyis sjle-sten Denne legendariske sten indeholder Tugyis sjl. +30228 Beran-Setaou Sjlesten Den mrke aura af den faldne gud rrer din sjl og sger tilflugt i dit hjerte. +30251 Ondsindet juvel En diamant dyppet i ondskab. +30252 Visdommens juvel Denne diamants aura er fredelig og nobel. +30253 Loyalitets juvel Auraen fra en kmpende nd og rlighed omgiver denne diamant. +30254 +30265 Medalje Stykke (1) Frste fragment af en Helt`s medalje +30266 Medalje Stykke (2) Andet fragment af en Helt`s medalje +30267 Medalje Stykke (3) Tredje fragment af en Helt`s medalje +30268 Medalje Stykke (4) Fjerde fragment af en Helt`s medalje +30269 Medalje Stykke (5) Femte fragment af en Helt`s medalje +30270 Delt drage sten Fragment af en sparsom drage sten +30311 Sjle-krystal Ngle Den fine detaljerede ngle med en Bl Sjle-krystal bner porten til 2. sal i Djvelens Katakomb. +30312 Grimasse Totem Dette trskilt med en grimasse hugget ind i det tjener som en ngle til 6. sal af Djvelens Katakomb. +30315 Brd Brd til efter fasten. +30316 Donations platte En platte med en fantastisk dekoration. +30317 Fde donation En donation af fde til at afslutte fasten. +30318 Velsignelsens frugt En ekstraordinr frugt. Fremskaf nok og du vil f en belnning. +30319 Skrumpe-hoved Denne dmons Skrumpe-hoved bner seglet p 3. sal i Djvelens Katakomb. Disse genstande er omsttelige. +30320 Skrumpe-hoved Denne dmons Skrumpe-hoved bner seglet til den 3. etage i Djvelens Katakomb. +30321 Halloween Grskar De grskar genopfylder HP eller MP. Hvis du trykker p den med den Magiske Tryllestav, transformeres de til en Halloween Kiste. +30322 Magisk Tryllestav En kunstfuldt udskret Magisk tryllestav med en stjerne top lavet af magisk ild. Den har kraften til at transformere ethvert Halloween Grskar til en Halloween Kiste. +30323 Jack O'Lantern Mask Kort Jack O'Lantern Maske Kort kan veksles i Jack Grskar for en Jack O'Lantern maske. Masken vil erstatte alle eksisterende frisure. +30324 Spindlernes Ngle bner porten til baronessens Yngel-hule. Yderst skrbelig, den oplses efter 24 timer. Kan kun bruges af gruppeledere. +30325 Spindlernes Ngle bner porten til Baronessens Yngle-grotte. Oplses efter 24 timer. Kan kun bruges af gruppe ledere. +30326 Edderkop-Dronnings Gift Sekretet fra Edderkoppe dronningen er ndvendigt til fremstillingen af Spindlernes Ngle. +30327 Spindlernes Fljte Dette instruments sang lokker Edderkoppe-baronessen frem. +30329 Gyldent tandhjul Trigger den skjulte mekanisme i Isfet stl. +30330 Maat sten Som gudinden af retfdighed, Maat strber efter orden blandt kaos. +30331 Frost ngle Denne ngle er kold, som is, og giver adgang til 3. sal af Nemeres vagttrn. Kan kun blive brugt af Shamaner. +30332 Nord stjerne Seglsten lavet af ren is. Giver adgang til 6. sal af Nemeres vagttrn. +30333 Frostblomst ngle Denne ngle lavet af is, giver adgagn til 9. sal af Nemeres vagttrn. Kan kun blive brugt af Ninjaer og Shamaner. +30500 Rubin indgraveret kniv Vrktj til forfinelse af dit vben +30501 Guld spnde Element til forfinelse af dit vben +30502 Rubin dekoration Element til forfinelse af dit vben +30503 Ametyst ingraveret kniv Vrktj til forfinelse af dit vben +30504 Slv spnde Element til forfinelse af dit vben +30505 Smaragd dekoration Element til forfinelse af dit vben +30506 Safir indgraveret kniv Vrktj til forfinelse af dit vben +30507 Bronze spnde Vrktj til forfinelse af dit vben +30508 Safir dekoration Element til forfinelse af dit vben +30509 Bl drage stl Drage lder er ekstremt let og fleksibel, men ogs nsten uovervindelig. Kan behandles som metal og anvendes til produktion af armering. +30510 Stor epaulette Element til forfinelse af din rustning +30511 Rdt stof Element til forfinelse af din rustning +30512 Rd drage stl Drage lder er ekstremt let og fleksibel, men ogs nsten uovervindelig. Kan behandles som metal og anvendes til produktion af armering. +30513 Fornem epaulette Element til forfinelse af din rustning +30514 Violet stof Fint stof til forfinelse af din rustning +30515 Lilla drage stl Drage lder er ekstremt let og fleksibel, men ogs nsten uovervindelig. Kan behandles som metal og anvendes til produktion af armering. +30516 Antik epaulette Element til forfinelse af din rustning +30517 Guld stof Fint stof til forfinelse af din rustning +30518 Guld garn Magiske rulle af garn fremstillet af smeltet guld. Kan behandles med en perle til et vrdifuldt smykke. +30519 Gylden krog Lavet af rent guld, kan det forarbejdes med en perle til et vrdifuldt smykke. +30520 Gyldent spnde Lavet af rent guld, kan det forarbejdes med en perle til et vrdifuldt smykke. +30521 Ringelement Lavet af rent guld, kan det forarbejdes med en perle til et vrdifuldt smykke. +30522 Kdeled Lavet af rent guld, kan det forarbejdes med en perle til et vrdifuldt smykke. +30523 Smykke element Lavet af rent guld, kan det forarbejdes med en perle til et vrdifuldt smykke. +30524 Flamme sten +30525 Is flamme sten +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Blt blte Basis materiale til produktionen af blter. +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 Kopi af inskriptionen Du har lavet en kopi af inskriptionerne fundet p den gamle gravsten. +31002 Gammelt dokument Dokument fra den Mrke Nations tid, med yderligere spor. +31003 Modgift Livsredende medicin til den forgiftede soldat. +31004 Helligt Gummi tr Gummi fra det hellige tr er en af elementerne der krves for at producere Himlens tre. +31005 Bl krystal essenc Essensen, erhvervet fra de bl krystaller, er ndvendige for at producere Himlens tre. +31006 Rd helveds kvarts Det glitrende rde kvarts bestr af vulkansk jord, skinnende hrpragt og Fundamentsten. +31007 Vulkansk jord Aske lignende substands fra Doyyuhwan, er ndvendigt for at skabe Rd helveds kvarts. +31008 Himlens tre Magis krystal lavet af bl krystal essens, rd helveds kvarts og helligt gummi tr. Holder onde vsner vk og vare i syv dage. +31009 Gnom brev Hemmelig besked send af mrkets tjenere til gnomerne. +31010 Rd tyvs brev De mrke tjeneres besked til Rd tyv banden er blevet revet i mange stykker. +31011 +31012 +31013 Lap papir Denne besked vil forhbentlig afslre mere omkring Klyklopernes ml for dig. +31014 +31015 Kaptajn Klos brev Besked fra Kaptajn Klo til Banshee. +31016 Lee Chungs brev Vigtig besked fra kommandr Lee Chung til admiral Angmur +31017 Forseglet brev Dette brev var i tempel tjenerens besiddelse. +31018 Carapax skrift Dette skildpadde skjold med indgraverede linjer fungerer som en ngle kode. +31019 Carapax pulver Pulver lavet af malet skjold fra en havskildpadde. +31020 Sten Blomst rod Rdderne fra en sten blomst neutraliserer giften i kroppen. +31021 +31022 Oin vgt Kun Tritons ledende rkker brer disse sjldne vgte. +31023 +31024 Manticore lder Robust lder fra Martyaxwars vinge hud. +31025 +31026 Skaldyrs pansring Beskyttende pansring af krebsdyrs stammen. Fungere ogs som befstnings materiale. +31027 Fint sand Dette srligt finkornet sand er perfekt som byggemateriale. +31028 Ler sten Terning formet sten fremstillet af brndt ler +31029 Indre lys Polyphemos' indre energikilde +31030 Indre lys Den Gigantiske konges indre energikilde +31031 Millenium essensen Blanding af gango rod, tue svamp og alpe rose. Vigtig ingrediens til Leviathans Perler. +31032 Leviathans Perler Effektive styrkede kapsler lavet af mystiske vsners indre lys og Millenium essensen. +31033 Hvdingens kappe Dette kap er et symbol p deres usrlighed for Rd tyvene. +31034 Gigantens totem Denne totem har form af et kmpe stykke rav. +31035 Sort sten Denne mystiske sten bliver udvundet af kykloperne i Tordenbjergene. +31036 Sort guld Denne sorte re med magiske egenskaber kan findes i Tordenbjergene. +31037 Lder taske Du tog denne taske fra Kaptajn Shruk. Den ser ud til at vre lettere, end du forventede... +31038 Hellig jord Denne taske med hellig jord tjener som medium til at tilkalde de dde. +31039 Mnt taske Der kan eventuelt vre et medium til at kalde de dde indeni. +31040 Gylden medalje Er denne genstand et medium? +31041 Jord forsil Blanding af jord og knogle stv +31042 Triton spyd Tritonernes spyd er traditionelt brugt af ens indbyggere til at forstrke deres forsvars konstruktioner. +31043 Lemur tavle Mystiske strlende stentavle med en indgraveret inskription +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Jagerens guld bnd Dette halsbnd hjlper dig med at erhverve mnt tasker fra monstrenes lommer. +31074 Nittet halskde Hals smykke lavet af lder med en nittet kant +31075 Pig halskde Dekorativ halskde bret af Martyaxwar. Et brev er gemt inden i. +31076 Sol urter Disse urter vokser p varme, trre steder. +31077 Fundamentstens pulver Fundamentsten som er malet til fint pulver. +31078 Ren lumen Hvid energi, som neutralisere kraften fra den sorte substans. +31079 Brev til Yak-Hwan Spejderens sidste ord gemt i en halskde. +31080 Flammekonges blod Blodet flyder ud af dmonens re, s varmt som lava. +31081 Sort substans Den mrkeste slags energi, der giver dmonerne enorme krfter. +31082 Magmas ring En ring lavet af magma, der omkranser flamme dmonernes hjerter. +31083 Samaels ring Kraftful arteffekt for frdiggrelsen af forvisnings ritualet. +31084 +31085 +31086 +31087 +31088 +31089 +31090 +31091 +31092 +31093 Ukendt sten Denne type sten er fuldkommen ukendt for dig, men den udseender et hndgribeligt kulde og mrke. +31094 Skr Fragmenter af den Dmoniske Meteorit +31095 +31096 +31097 +31098 +31099 +31100 +31101 +31102 +31103 +35000 Medicinske planter+ En samling af trrede helbredende planter. Desvrre er de lidt stvede. +35001 Lever fra en tiger+ Den rdlige brune hndstore lever fra en fuld-voksen vildkat. +38010 Yang pakke Indlse pakken for at fylde din krigs kiste med Yang. Kan ikke handles. +38011 Yang pakke Indlse pakken for at fylde din krigs kiste med Yang. Kan ikke handles. +38050 Styrke Kiste Denne kiste er ekstremt let, som om den var tom... +38051 Royal Tiger Krystal Det tager en betydelig mngde magiske frdigheder at tmme onde dyre nder. Denne krystal indeholder en af de 5 tilgngelige Royale Tiger Segl. +38052 Kongekisten Denne storslede kiste skjuler en gte kongelig skat. Denne genstand er omsttelige. +38053 Evig Vinter Kiste Kisten er skret helt ud af isen. Med et bldt klik, bner lget sig og frostklar kulde stiger op derfra. +38054 rken storms kiste Den hemmelighedsfulde kiste indeholder en tilfldig genstand. +38055 Hvalpe boks Et sdt lille dyr kan vre gemt i denne boks. ben den og fin en tilfldig item. +38056 Ferie kiste Denne kiste, pyntet i en festlig grantrs grn, indeholder en jule overraskelse. +38057 Nordens kiste. Kisten udstrler klig bl og indeholder en tilfldig genstand. +38100 Energi Snack (7 dage) Forger levetiden for din Ganger med 7 dage. +38101 Energi Snack (15 dage) Forger levetiden for din Ganger med 15 dage. +38102 Energi Snack (30 dage) Forger levetiden for din Ganger med 30 dage. +38200 Rufus segl Du kan bruge dette selg at tilkalde din ulve hvalp, Rufus. +38201 Rufus segl Du kan bruge dette selg at tilkalde din ulve hvalp, Rufus. +39001 Magisk sten Denne sten garanterer en strste succes rate for forbedring. Oven i dette, vil elementet ikke blive delagt eller nedgraderet. Disse genstande er omsttelige. +39002 Erfaringsring ger din erfaring med 50% i 60 minutter. Disse genstande er omsttelige. +39003 Ferskenblomst vin En bryg der jeblikkeligt regenerer dine livspoint med 500 points. Disse genstande er omsttelige. +39004 Velsignelseskugle Denne legendariske kugle tilfjer en yderligere attribut, hvis en genstand allerede har 4 attributter. Tilfjelsen kan dog ogs fejle. Disse genstande er omsttelige. +39005 Magisk kobbermalm Nr du kombinerer dette malm med et velsignelses dokument hos smeden, s fr du krigsgudens dokument. Disse genstande er omsttelige. +39006 Tapperhedens kappe En kulrt kappe, der i sin tid blev brugt af krigerne for at vise deres tapperhed: Alle monster blever tillokket. Disse genstande er omsttelige. +39007 Smede hndbog Bogen er bundet med sjlen af en gammel smed. Det ger chancen for forbedring. Disse genstande er omsttelige. +39008 Eksorcisme-dokument Befrier dig af den onde nds forbandelse - dvs. nr du ikke lrer ting af bgerne. Ved hjlp af dette dokument kan du den dag lse et yderligere frdigheds-dokument. Disse genstande er omsttelige. +39009 Frdigheds-Nulstilling Denne genstand muliggr at du kan redigere alle points p en af dine frdigheder. Disse genstande er omsttelige. +39010 Angrebs eliksir +10 ger angrebshastigheden i 30 minutter med 10%. Disse genstande er omsttelige. +39011 Livets velsignelse En velsignelse der jeblikkeligt gendanner alle dine livspoint (HP). Disse genstande er omsttelige. +39012 Magiens velsignelse En velsignelse der jeblikkeligt gendanner alle dine manapoint (MP). Disse genstande er omsttelige. +39013 Dragens velsignelse En velsignelse der jeblikkeligt gendanner alle dine livspoint (HP) og manapoint (MP). Disse genstande er omsttelige. +39014 Krigsgudens dok. Forbedringen af genstande er altid succesrigt. Kan kun anvendes p genstande fra +0 til +3. Denne genstand er omsttelige. +39015 Smedens sten Hos smeden kan du med denne sten og et velsignelses dokument lave smede-hndbogen. Disse genstande er omsttelige. +39016 Magisk jernmalm Dette malm kan bruges til at fremstille et drage dokument - dertil bruges yderligere et velsignet dokument, som smeden s kan omdanne. Disse genstande er omsttelige. +39017 Dragegudens liv ger dine maksimale livspoint (HP) i 30 minutter med 20%. Disse genstande er omsttelige. +39018 Dragegudens angreb ger din kampskade i 30 minutter med 12-15% Disse genstande er omsttelige. +39019 Dragegudens intelligens ger dine maksimale manapoint (MP) i 30 minutter med 20%. Disse genstande er omsttelige. +39020 Dragegudens forsvar ger dit forsvar sledes du fr i 30 minutter 12-15% mindre skade. Disse genstande er omsttelige. +39021 Dragegudens hjlp Vitalitet, styrke, intelligens og smidighed vil midlertidigt femdobles. Disse genstande er omsttelige. +39022 Dragens dokument Med dette dokument fjernes risikoen for, at en genstand gr i stykker under en forbedring. Istedet for delggelsen falder den med 1 i kvaliteten. Yderligere ges sandsynligheden for, at forbedringen lykkes med 10%. Disse genstande er omsttelige. +39023 Forskerens eliksir ger kvaliteten af de samlede forskningsobjekter og dermed ogs deres accepterings-sandsynlighed. Disse genstande er omsttelige. +39024 Kritisk angreb ger chancen for et kritisk slag i kamp med 20% i 10 minutter. Disse genstande er omsttelige. +39025 Gennemborende angreb ger sandsynligheden for at du laver et gennemborende slag i 10 minutter med 20%. Disse genstande er omsttelige. +39026 Hastighedseliksir Bevgelseshastigheden ges med 60 i 30 minutter. Disse genstande er omsttelige. +39027 Sten-hndbog Fjerner alle delagte sten p en genstand. Derved fr du en yderlig mulighed for at forbedre vben eller rustning. Disse genstande er omsttelige. +39028 Fortrylle genstand Fjerner bonusser p en genstand og tilfjer nye. Disse genstande er omsttelige. +39029 Forstrk genstand Hvis du er heldig vil den tilfje en ny bonus til en af dine genstande. (op til maks 4 bonusser). Disse genstande er omsttelige. +39030 Koncentreret lsning ger chancen for at forbedre din frdighed nr du lser den nste bog (eller Sjlesten) 2.5-gang. Denne genstand er omsttelige. +39031 Hastigheds eliksir Denne drik reducerer nedklings-tiden p dine frdigheder med 20% i 30 minutter. Disse genstande er omsttelige. +39032 Livets frugt ger din rang med 2000 points (nedklings-tid: 8 timer). Disse genstande er omsttelige. +39033 Korrektions dokument Dette dokument kan fjerne den senest tilfjede ndesten fra en genstand. Disse genstande er omsttelige. +39034 Heste sukker Dette stykke sukker gr det muligt at navgive din hest. Derudover ger det dens forsvar med 20. Disse genstande er omsttelige. +39035 Forstelsesglas Tillader dig at vise en anden spiller genstande fra dit inventar. Glasset delgges i processen. Disse genstande er omsttelige. +39036 Vindsko I den tid du er udstyret med vindsko ges din bevgelseshastighed med 30 (indeholder 30 spilletimer). Disse genstande er omsttelige. +39037 Sol Eliksir (L) Fylder automatisk din HP. Indeholder 1.000.000 HP. Disse genstande er omsttelige. +39038 Sol Eliksir (M) Fylder automatisk din HP. Indeholder 3.000.000 HP. Disse genstande er omsttelige. +39039 Sol Eliksir (S) Fylder automatisk din HP. Indeholder 7.000.000 HP. Disse genstande er omsttelige. +39040 Mne Eliksir (L) Fylder automatisk din MP. Indeholder 100.000 MP. Disse genstande er omsttelige. +39041 Mne Eliksir (M) Fylder automatisk din MP. Indeholder 300.000 MP. Disse genstande er omsttelige. +39042 Mne Eliksir (S) Fylder automatisk din MP. Indeholder 700.000 MP. Disse genstande er omsttelige. +39043 Omegns dokument Omegns dokumentet muliggr transporteringen til en omgivelse du sidst havde i minde. Disse genstande er omsttelige. +39044 Lycans kiste (L) Udstyrspakke med brugbare genstande til Lycans. +39045 Lycans kiste (S) Stor udstyrspakke med brugbare genstande til Lycans. +39046 Tilbagekaldelses cert.+ Brug tilbagekaldelses certifikatet til at fjerne bonusser fra et skulderblte. +41001 Hare kostume (brun) Hare kostume til mnd lavet af brunt plys +41002 Kanin kostume (brun) Kanin kostume til kvinder lavet af brunt plys +41003 rken kriger (M) Kampen pkldning til mnd, som hjlper med overlevelse i de umenneskelige rken forhold. +41004 rken kriger (F) Kampen pkldning til kvinder, som hjlper med overlevelse i de umenneskelige rken forhold. +41005 Olym. Fgte dragt (M) Sporti beskyttende dragt til mandelige fgtere. +41006 Olym. Fgte dragt (F) Sporti beskyttende dragt til kvindelige fgtere. +41007 GER Fgte dragt (M) Sporti beskyttende dragt til mandelige fgtere i den Tyske nations farver. +41008 GER Fgte dragt (F) Sporti beskyttende dragt til Kvindelige fgtere i den Tyske nations farver. +41009 TUR Fgte dragt (M) Sporti beskyttende dragt til mandelige fgtere i den Tyrkiske nations farver. +41010 TUR Fgte dragt (F) Sporti beskyttende dragt til Kvindelige fgtere i den Tyrkiske nations farver. +41011 BRA Fgte dragt (M) Sporti beskyttende dragt til mandelige fgtere i den Brasilianske nations farver. +41012 BRA Fgte dragt (F) Sporti beskyttende dragt til Kvindelige fgtere i den Brasilianske nations farver. +41013 Olym. Fodbold dragt(M) Neutral dragt til mandelige fodboldspillere. +41014 Olym. Fodbold dragt(F) Neutral dragt til kvindelige fodboldspillere. +41015 GER Fodbold dragt (M) Dragt til mandelige fodboldspillere i de Tyske national farver. +41016 GER Fodbold dragt (F) Dragt til Kvindelige fodboldspillere i de Tyske national farver. +41017 TUR Fodbold dragt (M) Dragt til mandelige fodboldspillere i de Tyrkiske national farver. +41018 TUR Fodbold dragt (F) Dragt til Kvindelige fodboldspillere i de Tyrkiske national farver. +41019 BRA Fodbold dragt (M) Dragt til mandelige fodboldspillere i de Brasilianske national farver. +41020 BRA Fodbold dragt (F) Dragt til kvindelige fodboldspillere i de Brasilianske national farver. +41021 Olym. Bokse dragt (M) Kamp klar dragt til mandelige boksere. +41022 Olym. Bokse dragt (F) Kamp klar dragt til kvindelige boksere. +41023 GER Bokse dragt (M) Kamp klar dragt til mandelige boksere i de Tyske national farver. +41024 GER Bokse dragt (F) Kamp klar dragt til kvindelige boksere i de Tyske national farver. +41025 TUR Bokse dragt (M) Kamp klar dragt til mandelige boksere i de Tyrkiske national farver. +41026 TUR Bokse dragt (F) Kamp klar dragt til kvindelige boksere i de Tyrkiske national farver. +41027 BRA Bokse dragt (M) Kamp klar dragt til mandelige boksere i de Brasilianske national farver. +41028 BRA Bokse dragt (F) Kamp klar dragt til kvindelige boksere i de Brasilianske national farver. +41029 rken kriger (M,Bonus) Kamp dragt til mnd, for at sikre overlevelse i de umenneskelige rken forhold. Genstanden er omsttelige. +41030 rken kriger (F,Bonus) Kamp dragt til kvinder, for at sikre overlevelse i de umenneskelige rken forhold. Genstanden er omsttelige. +41031 Olym. Fgte dragt (M) Sporti beskyttende dragt til mandelige fgtere. Genstanden er omsttelige. +41032 Olym. Fgte dragt (F) Sporti beskyttende dragt til kvindelige fgtere. Genstanden er omsttelige. +41033 GER Fgte dragt (M) Sporti beskyttende dragt til mandelige fgtere i de Tyske national farver. Genstanden er omsttelige. +41034 GER Fgte dragt (F) Sporti beskyttende dragt til kvindelige fgtere i de Tyske national farver. Genstanden er omsttelige. +41035 TUR Fgte dragt (M) Sporti beskyttende dragt til mandelige fgtere i de Tyrkiske national farver. Genstanden er omsttelige. +41036 TUR Fgte dragt (F) Sporti beskyttende dragt til kvindelige fgtere i de Tyrkiske national farver. Genstanden er omsttelige. +41037 BRA Fgte dragt (M) Sporti beskyttende dragt til mandelige fgtere i de Brasilianske national farver. Genstanden er omsttelige. +41038 BRA Fgte dragt (F) Sporti beskyttende dragt til kvindelige fgtere i de Brasilianske national farver. Genstanden er omsttelige. +41039 Olym. Fodbold dragt (M) Neutral dragt til mandelige fodboldspillere. Genstanden er omsttelige. +41040 Olym. Fgte dragt (F) Neutral dragt til kvindelige fodboldspillere. Genstanden er omsttelige. +41041 GER Fodbold dragt (M) Dragt til mandelige fodboldspillere i de Tyske national farver. Genstanden er omsttelige. +41042 GER Fodbold dragt (F) Dragt til kvindelige fodboldspillere i de Tyske national farver. Genstanden er omsttelige. +41043 TUR Fodbold dragt (M) Dragt til mandelige fodboldspillere i de Tyrkiske national farver. Genstanden er omsttelige. +41044 TUR Fodbold dragt (F) Dragt til kvindelige fodboldspillere i de Tyrkiske national farver. Genstanden er omsttelige. +41045 BRA Fodbold dragt (M) Dragt til mandelige fodboldspillere i de Brasilianske national farver. Genstanden er omsttelige. +41046 BRA Fodbold dragt (F) Dragt til kvindelige fodboldspillere i de Brasilianske national farver. Genstanden er omsttelige. +41047 Olym. Bokse dragt (M) Kamp klar dragt til mandelige boksere. Genstanden er omsttelige. +41048 Olym. Bokse dragt (F) Kamp klar dragt til kvindelige boksere. Genstanden er omsttelige. +41049 GER Bokse dragt (M) Kamp klar dragt til mandelige boksere i de Tyske national farver. Genstanden er omsttelige. +41050 GER Bokse dragt (F) Kamp klar dragt til kvindelige boksere i de Tyske national farver. Genstanden er omsttelige. +41051 TUR Bokse dragt (M) Kamp klar dragt til mandelige boksere i de Tyrkiske national farver. Genstanden er omsttelige. +41052 TUR Bokse dragt (F) Kamp klar dragt til kvindelige boksere i de Tyrkiske national farver. Genstanden er omsttelige. +41053 BRA Bokse dragt (M) Kamp klar dragt til mandelige boksere i de Brasilianske national farver. Genstanden er omsttelige. +41054 BRA Bokse dragt (F) Kamp klar dragt til kvindelige boksere i de Brasilianske national farver. Genstanden er omsttelige. +41055 Fgte dragt FRA (M) Sporty beskyttende dragt til mandelige fgtere i de Franske national farver. +41056 Fgte dragt FRA (F) Sporty beskyttende dragt til kvindelige fgtere i de Franske national farver. +41057 Fgte dragt ITA (M) Sporty beskyttende dragt til mandelige fgtere i de Italienske national farver. +41058 Fgte dragt ITA (F) Sporty beskyttende dragt til kvindelige fgtere i de Italienske national farver. +41059 Fgte dragt POL (M) Sporty beskyttende dragt til mandelige fgtere i de Polske national farver. +41060 Fgte dragt POL (F) Sporty beskyttende dragt til kvindelige fgtere i de Polske national farver. +41061 Fgte dragt ROU (M) Sporty beskyttende dragt til mandelige fgtere i de Rumnske national farver. +41062 Fgte dragt ROU (F) Sporty beskyttende dragt til kvindelige fgtere i de Rumnske national farver. +41063 Fgte dragt ESP (M) Sporty beskyttende dragt til mandelige fgtere i de Spanske national farver. +41064 Fgte dragt ESP (F) Sporty beskyttende dragt til kvindelige fgtere i de Spanske national farver. +41065 Fodbold dragt FRA (M) Dragt til mandelige fodbold spillere i de Franske national farver. +41066 Fodbold dragt FRA (F) Dragt til kvindelige fodbold spillere i de Franske national farver. +41067 Fodbold dragt ITA (M) Dragt til mandelige fodbold spillere i de Italienske national farver. +41068 Fodbold dragt ITA (F) Dragt til kvindelige fodbold spillere i de Italienske national farver. +41069 Fodbold dragt POL (M) Dragt til mandelige fodbold spillere i de Polske national farver. +41070 Fodbold dragt POL (F) Dragt til kvindelige fodbold spillere i de Polske national farver. +41071 Fodbold dragt ROU (M) Dragt til mandelige fodbold spillere i de Rumnske national farver. +41072 Fodbold dragt ROU (F) Dragt til kvindelige fodbold spillere i de Rumnske national farver. +41073 Fodbold dragt ESP (M) Dragt til mandelige fodbold spillere i de Spanske national farver. +41074 Fodbold dragt ESP (F) Dragt til kvindelige fodbold spillere i de Spanske national farver. +41075 Bokse dragt FRA (M) Militr dragt til mandelige boksere i de Franske national farver. +41076 Bokse dragt FRA (F) Militr dragt til kvindelige boksere i de Franske national farver. +41077 Bokse dragt ITA (M) Militr dragt til mandelige boksere i de Italienske national farver. +41078 Bokse dragt ITA (F) Militr dragt til kvindelige boksere i de Italienske national farver. +41079 Bokse dragt POL (M) Militr dragt til mandelige boksere i de Polske national farver. +41080 Bokse dragt POL (F) Militr dragt til kvindelige boksere i de Polske national farver. +41081 Bokse dragt ROU (M) Militr dragt til mandelige boksere i de Rumnske national farver. +41082 Bokse dragt ROU (F) Militr dragt til kvindelige boksere i de Rumnske national farver. +41083 Bokse dragt ESP (M) Militr dragt til mandelige boksere i de Spanske national farver. +41084 Bokse dragt ESP (F) Militr dragt til kvindelige boksere i de Spanske national farver. +41085 Fgte dragt FRA (M) Sporty beskyttende dragt til mandelige fgtere i de franske national farver. Genstanden er omsttelige. +41086 Fgte dragt FRA (F) Sporty beskyttende dragt til kvindelige fgtere i de franske national farver. Genstanden er omsttelige. +41087 Fgte dragt ITA (M) Sporty beskyttende dragt til mandelige fgtere i de Italienske national farver. Genstanden er omsttelige. +41088 Fgte dragt ITA (F) Sporty beskyttende dragt til kvindelige fgtere i de Italienske national farver. Genstanden er omsttelige. +41089 Fgte dragt POL (M) Sporty beskyttende dragt til mandelige fgtere i de Polske national farver. Genstanden er omsttelige. +41090 Fgte dragt POL (F) Sporty beskyttende dragt til kvindelige fgtere i de Polske national farver. Genstanden er omsttelige. +41091 Fgte dragt ROU (M) Sporty beskyttende dragt til mandelige fgtere i de Rumnske national farver. Genstanden er omsttelige. +41092 Fgte dragt ROU (F) Sporty beskyttende dragt til kvindelige fgtere i de Rumnske national farver. Genstanden er omsttelige. +41093 Fgte dragt ESP (M) Sporty beskyttende dragt til mandelige fgtere i de Spanske national farver. Genstanden er omsttelige. +41094 Fgte dragt ESP (F) Sporty beskyttende dragt til kvindelige fgtere i de Spanske national farver. Genstanden er omsttelige. +41095 Fodbold dragt FRA (M) Dragt til mandelige fodboldspillere i de Franske national farver. Genstanden er omsttelige. +41096 Fodbold dragt FRA (F) Dragt til kvindelige fodboldspillere i de Franske national farver. Genstanden er omsttelige. +41097 Fodbold dragt ITA (M) Dragt til mandelige fodboldspillere i de Italienske national farver. Genstanden er omsttelige. +41098 Fodbold dragt ITA (F) Dragt til Kvindelige fodboldspillere i de Italienske national farver. Genstanden er omsttelige. +41099 Fodbold dragt POL (M) Dragt til mandelige fodboldspillere i de Polske national farver. Genstanden er omsttelige. +41100 Fodbold dragt POL (F) Dragt til kvindelige fodboldspillere i de Polske national farver. Genstanden er omsttelige. +41101 Fodbold dragt ROU (M) Dragt til mandelige fodboldspillere i de Rumnske national farver. Genstanden er omsttelige. +41102 Fodbold dragt ROU (F) Dragt til kvindelige fodboldspillere i de Rumnske national farver. Genstanden er omsttelige. +41103 Fodbold dragt ESP (M) Dragt til mandelige fodboldspillere i de Spanske national farver. Genstanden er omsttelige. +41104 Fodbold dragt ESP (F) Dragt til kvindelige fodboldspillere i de Spanske national farver. Genstanden er omsttelige. +41105 Bokse dragt FRA (M) Militr dragt til mandelige boksere i de Franske national farver. Genstanden er omsttelige. +41106 Bokse dragt FRA (F) Militr dragt til kvindelige boksere i de Franske national farver. Genstanden er omsttelige. +41107 Bokse dragt ITA (M) Militr dragt til mandelige boksere i de Italienske national farver. Genstanden er omsttelige. +41108 Bokse dragt ITA (F) Militr dragt til kvindelige boksere i de Italienske national farver. Genstanden er omsttelige. +41109 Bokse dragt POL (M) Militr dragt til mandelige boksere i de Polske national farver. Genstanden er omsttelige. +41110 Bokse dragt POL (F) Militr dragt til kvindelige boksere i de Polske national farver. Genstanden er omsttelige. +41111 Bokse dragt ROU (M) Militr dragt til mandelige boksere i de Rumnske national farver. Genstanden er omsttelige. +41112 Bokse dragt ROU (F) Militr dragt til kvindelige boksere i de Rumnske national farver. Genstanden er omsttelige. +41113 Bokse dragt ESP (M) Militr dragt til mandelige boksere i de Spanske national farver. Genstanden er omsttelige. +41114 Bokse dragt ESP (F) Militr dragt til kvindelige boksere i de Spanske national farver. Genstanden er omsttelige. +41117 Musketer kostume Ekstravagant dragt i musketerer stil +41118 Stuepige uniform Sort kjole med et hvidt forklde i stil med en fransk stuepige. +41119 Salsa dragt Stramtsiddende, orange-sort jakkest til latinamerikanske dansere. +41120 Salsa kjole Stramtsiddende, rd danse kjole med sorte handsker +41121 Gentlemans dragt Elegant jakkest til hderlige mnd +41122 Cocktail kjole Himmelbl kjole med en sljfe og matchendesandaler med rem +41125 Grskar Smoking Et klassisk blikfang - nyligt genfortolket for denne srlige lejlighed. +41126 Grskar Kjole Et klassisk blikfang - nyligt genfortolket for denne srlige lejlighed. +41129 Musketer kostume + Ekstravagant dragt i musketerer stil. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41130 Stuepige uniform + Sort kjole med et hvidt forklde i stil med en fransk stuepige. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41131 Salsa dragt + Stramtsiddende, orange-sort jakkest til latinamerikanske dansere. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41132 Salsa kjole + Stramtsiddende, rd danse kjole med sorte handsker. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41133 Gentlemans dragt + Elegant jakkest til hderlige mnd. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41134 Cocktail kjole + Himmelbl kjole med en sljfe og matchende sandaler med rem. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41135 Grskar Smoking (Bonus) Et klassisk blikfang - nyligt genfortolket for denne srlige lejlighed. Dette kostume giver dig en tilfldig bonus. +41136 Grskar Kjole (Bonus) Et klassisk blikfang - nyligt genfortolket for denne srlige lejlighed. Dette kostume giver dig en tilfldig bonus. +41137 Jule kostume (rd) Julet dragt lavet af rdt fljl og hvid plys. +41138 Jule kjole (rd) Julet minikjole lavet af rdt fljl og hvid plys. +41139 Jule kostume (grn) Julet dragt lavet af grn fljl og hvid plys. +41140 Jule kjole (grn) Julet minikjole lavet af grn fljl og hvid plys. +41141 Jule kostume (sort) Julet dragt lavet af sort fljl og hvid plys. +41142 Jule kjole (sort) Julet minikjole lavet af sort fljl og hvid plys. +41143 Rensdyr kostume (M) Kostume for ham, lavet af bldt plys med en fluffy hale og klokke. +41144 Rensdyr kostume (F) Kostume for hende, lavet af bldt plys med en fluffy hale og klokke. +41145 Jule kostume+ (rd) Julet dragt lavet af rdt fljl og hvid plys. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41146 Jule kjole+ (rd) Julet minikjole lavet af rdt fljl og hvid plys. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41147 Jule kostume+ (grn) Julet dragt lavet af grnt fljl og hvid plys. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41148 Jule kjole+ (grn) Julet minikjole lavet af grn fljl og hvid plys. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41149 Jule kostume+ (sort) Julet dragt lavet af sort fljl og hvid plys. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41150 Jule kjole+ (sort) Julet minikjole lavet af sort fljl og hvid plys. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41151 Rensdyr kostume+ (M) Kostume for ham, lavet af bldt plys med en fluffy hale og klokke. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41152 Rensdyr kostume+ (F) Kostume for hende, lavet af bldt plys med en fluffy hale og klokke. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +41153 AC Miryang (M) Foldbolddragt i sort og rd til mnd +41154 AC Miryang (F) Fodbolddragt i sort og rd til kvinder +41155 AFC Yayang (M) Foldbolddragt i hvid og rd til mnd +41156 AFC Yayang (F) Fodbolddragt i hvid og rd til kvinder +41157 RSC Snakefield (M) Foldbolddragt i violet og hvid til mnd +41158 RSC Slangeomrde (F) Fodbolddragt i violet og hvid til kvinder +41159 Yongan FC (M) Foldbolddragt i rd og hvid til mnd +41160 Yongan FC (F) Fodbolddragt i rd og hvid til kvinder +41161 FC Bakra (M) Foldbolddragt i mrke bl og rd til mnd +41162 FC Bakra (F) Fodbolddragt i mrke bl og rd til kvinder +41163 FC Bokjung (M) Foldbolddragt i gul og bl til mnd +41164 FC Bokjung (F) Fodbolddragt i gul og bl til kvinder +41165 FC Bavaria Hwang (M) Foldbolddragt i rd og guld til mnd +41166 FC Bavaria Hwang (F) Fodbolddragt i rd og guld til kvinder +41167 Borussia Chunjo (M) Foldbolddragt i sort og gul til mnd +41168 Borussia Chunjo (F) Fodbolddragt i sort og gul til kvinder +41169 SC Doyyum (M) Foldbolddragt i rd og hvid til mnd +41170 SC Doyyum (F) Fodbolddragt i rd og hvid til kvinder +41171 Hasun Dong FC (M) Foldbolddragt i grn og hvid til mnd +41172 Hasun Dong FC (F) Fodbolddragt i grn og hvid til kvinder +41173 CFR Drageild 07 (M) Foldbolddragt i bordeaux til mnd +41174 CFR Drageild 07 (F) Fodbolddragt i bordeaux til kvinder +41175 Daeyami FC (M) Foldbolddragt i bl til mnd +41176 Daeyami FC (F) Fodbolddragt i bl til kvinder +41177 GNK Kuahlo Dong (M) Foldbolddragt i bl og hvid til mnd +41178 GNK Kuahlo Dong (F) Fodbolddragt i bl og hvid til kvinder +41179 1927 Imha (M) Foldbolddragt i hvid og bl til mnd +41180 1927 Imha (F) Fodbolddragt i hvid og bl til kvinder +41181 FC Island (M) Foldbolddragt i rd til mnd +41182 FC Island (F) Fodbolddragt i rd til kvinder +41183 FC Gumsan (M) Foldbolddragt i hvid og bl til mnd +41184 FC Gumsan (F) Fodbolddragt i hvid og bl til kvinder +41185 Galawaryong (M) Foldbolddragt i gul og rd til mnd +41186 Galawaryong (F) Fodbolddragt i gul og rd til kvinder +41187 Juventus Yongbi (M) Foldbolddragt i sort og hvid til mnd +41188 Juventus Yongbi (F) Fodbolddragt i sort og hvid til kvinder +41189 OSC Lungsam (M) Foldbolddragt i rd og mrke bl til mnd +41190 OSC Lungsam (F) Fodbolddragt i rd og mrke bl til kvinder +41191 Doyyumhwan CF (M) Foldbolddragt i lysebl og hvid til mnd +41192 Doyyumhwan CF (F) Fodbolddragt i lysebl og hvid til kvinder +41193 Nefrit bugten FC (M) Foldbolddragt i lysebl og hvid til mnd +41194 Nefrit bugten FC (F) Fodbolddragt i lysebl og hvid til kvinder +41195 Shinsoo United (M) Foldbolddragt i rd og hvid til mnd +41196 Shinsoo United (F) Fodbolddragt i rd og hvid til kvinder +41197 Dragedalen SC (M) Foldbolddragt i mrke bl og orange til mnd +41198 Dragedalen SC (F) Fodbolddragt i mrke bl og orange til kvinder +41199 Tordenbjergene FC (M) Foldbolddragt i rd og hvid til mnd +41200 Tordenbjergene FC (F) Fodbolddragt i rd og hvid til kvinder +41201 Pyungmoo Saint Hwang (M) Foldbolddragt i mrke bl til mnd +41202 Pyungmoo Saint Hwang (F Fodbolddragt i mrke bl til kvinder +41203 Real Sohan (M) Foldbolddragt i hvid til mnd +41204 Real Sohan (F) Fodbolddragt i hvid til kvinder +41205 FC Jinno 04 (M) Foldbolddragt i royal bl og hvid til mnd +41206 FC Jinno 04 (F) Fodbolddragt i royal bl og hvid til kvinder +41207 FC Sangsun Dong (M) Foldbolddragt i sort og orange til mnd +41208 FC Sangsun Dong (F) Fodbolddragt i sort og orange til kvinder +41209 SL Jungsun Dong (M) Foldbolddragt i rd og hvid til mnd +41210 SL Jungsun Dong (F) Fodbolddragt i rd og hvid til kvinder +41211 Spartak Jungrang (M) Foldbolddragt i rd og hvid til mnd +41212 Spartak Jungrang (F) Fodbolddragt i rd og hvid til kvinder +41213 Ildland CF (M) Foldbolddragt i hvid og sort til mnd +41214 Ildland CF (F) Fodbolddragt i hvid og sort til kvinder +41215 FC St. Seungryong (M) Foldbolddragt i bl til mnd +41216 FC St. Seungryong (F) Fodbolddragt i bl til kvinder +41217 AC Miryang+ (M) Fodbloddragt i sort og rd til mnd. Gives til dig med mindst en tilfldig bonus. +41218 AC Miryang+ (F) Fodbloddragt i sort og rd til kvinder. Gives til dig med mindst en tilfldig bonus. +41219 AFC Jayang+ (M) Fodbloddragt i hvid og rd til mnd. Gives til dig med mindst en tilfldig bonus. +41220 AFC Jayang+ (F) Fodbloddragt i hvid og rd til kvinder. Gives til dig med mindst en tilfldig bonus. +41221 RSC Slangeomrde+ (M) Fodbloddragt i violet og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41222 RSC Slangeomrde+ (F) Fodbloddragt i violet og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41223 Yongan FC+ (M) Fodbloddragt i rd og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41224 Yongan FC+ (F) Fodbloddragt i rd og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41225 FC Bakra+ (M) Fodbloddragt i mrke bl og rd til mnd. Gives til dig med mindst en tilfldig bonus. +41226 FC Bakra+ (F) Fodbloddragt i mrke bl og rd til kvinder. Gives til dig med mindst en tilfldig bonus. +41227 FC Bokjung+ (M) Fodbloddragt i gul og bl til mnd. Gives til dig med mindst en tilfldig bonus. +41228 FC Bokjung+ (F) Fodbloddragt i gul og bl til kvinder. Gives til dig med mindst en tilfldig bonus. +41229 FC Bavaria Hwang+ (M) Fodbloddragt i rd og guld til mnd. Gives til dig med mindst en tilfldig bonus. +41230 FC Bavaria Hwang+ (F) Fodbloddragt i rd og guld til kvinder. Gives til dig med mindst en tilfldig bonus. +41231 Borussia Chunjo+ (M) Fodbloddragt i sort og gul til mnd. Gives til dig med mindst en tilfldig bonus. +41232 Borussia Chunjo+ (F) Fodbloddragt i sort og gul til kvinder. Gives til dig med mindst en tilfldig bonus. +41233 SC Doyyum+ (M) Fodbloddragt i rd og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41234 SC Doyyum+ (F) Fodbloddragt i rd og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41235 Hasun Dong FC+ (M) Fodbloddragt i grn og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41236 Hasun Dong FC+ (F) Fodbloddragt i grn og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41237 CFR Drageild 07+ (M) Fodbloddragt i bordeaux til mnd. Gives til dig med mindst en tilfldig bonus. +41238 CFR Drageild 07+ (F) Fodbloddragt i bordeaux til kvinder. Gives til dig med mindst en tilfldig bonus. +41239 Daeyami FC+ (M) Fodbloddragt i bl til mnd. Gives til dig med mindst en tilfldig bonus. +41240 Daeyami FC+ (F) Fodbloddragt i bl til kvinder. Gives til dig med mindst en tilfldig bonus. +41241 GNK Kuahlo Dong+ (M) Fodbloddragt i bl og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41242 GNK Kuahlo Dong+ (F) Fodbloddragt i bl og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41243 1927 Imha+ (M) Fodbloddragt i hvid og bl til mnd. Gives til dig med mindst en tilfldig bonus. +41244 1927 Imha+ (F) Fodbloddragt i hvid og bl til kvinder. Gives til dig med mindst en tilfldig bonus. +41245 FC Island+ (M) Fodbloddragt i rd til mnd. Gives til dig med mindst en tilfldig bonus. +41246 FC Island+ (F) Fodbloddragt i rd til kvinder. Gives til dig med mindst en tilfldig bonus. +41247 FC Gumsan+ (M) Fodbloddragt i hvid og bl til mnd. Gives til dig med mindst en tilfldig bonus. +41248 FC Gumsan+ (F) Fodbloddragt i hvid og bl til kvinder. Gives til dig med mindst en tilfldig bonus. +41249 Galawaryong+ (M) Fodbloddragt i gul og rd til mnd. Gives til dig med mindst en tilfldig bonus. +41250 Galawaryong+ (F) Fodbloddragt i gul og rd til kvinder. Gives til dig med mindst en tilfldig bonus. +41251 Juventus Yongbi+ (M) Fodbloddragt i sort og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41252 Juventus Yongbi+ (F) Fodbloddragt i sort og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41253 OSC Lungsam+ (M) Fodbloddragt i rd og mrke bl til mnd. Gives til dig med mindst en tilfldig bonus. +41254 OSC Lungsam+ (F) Fodbloddragt i rd og mrke bl til kvinder. Gives til dig med mindst en tilfldig bonus. +41255 Doyyumhwan CF+ (M) Fodbloddragt i lysebl og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41256 Doyyumhwan CF+ (F) Fodbloddragt i lysebl og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41257 Nefrit bugten FC+ (M) Fodbloddragt i lysebl og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41258 Nefrit bugten FC+ (F) Fodbloddragt i lysebl og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41259 Shinsoo United+ (M) Fodbloddragt i rd og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41260 Shinsoo United+ (F) Fodbloddragt i rd og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41261 Dragedalen SC+ (M) Fodbloddragt i mrke bl og orange til mnd. Gives til dig med mindst en tilfldig bonus. +41262 Dragedalen SC+ (F) Fodbloddragt i mrke bl og orange til kvinder. Gives til dig med mindst en tilfldig bonus. +41263 Tordenbjergene FC+ (M) Fodbloddragt i rd og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41264 Tordenbjergene FC+ (F) Fodbloddragt i rd og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41265 Pyungmoo Saint Hwang+ (M) Fodbloddragt i mrke bl til mnd. Gives til dig med mindst en tilfldig bonus. +41266 Pyungmoo Saint Hwang+ (F) Fodbloddragt i mrke bl til kvinder. Gives til dig med mindst en tilfldig bonus. +41267 Real Sohan+ (M) Fodbloddragt i hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41268 Real Sohan+ (F) Fodbloddragt i hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41269 FC Jinno 04+ (M) Fodbloddragt i royal bl og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41270 FC Jinno 04+ (F) Fodbloddragt i royal bl og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41271 FC Sangsun Dong+ (M) Fodbloddragt i sort og orange til mnd. Gives til dig med mindst en tilfldig bonus. +41272 FC Sangsun Dong+ (F) Fodbloddragt i sort og orange til kvinder. Gives til dig med mindst en tilfldig bonus. +41273 SL Jungsun Dong+ (M) Fodbloddragt i rd og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41274 SL Jungsun Dong+ (F) Fodbloddragt i rd og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41275 Spartak Jungrang+ (M) Fodbloddragt i rd og hvid til mnd. Gives til dig med mindst en tilfldig bonus. +41276 Spartak Jungrang+ (F) Fodbloddragt i rd og hvid til kvinder. Gives til dig med mindst en tilfldig bonus. +41277 Ildland CF+ (M) Fodbloddragt i hvid og sort til mnd. Gives til dig med mindst en tilfldig bonus. +41278 Ildland CF+ (F) Fodbloddragt i hvid og sort til kvinder. Gives til dig med mindst en tilfldig bonus. +41279 FC St. Seungryong+ (M) Fodbloddragt i bl til mnd. Gives til dig med mindst en tilfldig bonus. +41280 FC St. Seungryong+ (F) Fodbloddragt i bl til kvinder. Gives til dig med mindst en tilfldig bonus. +41291 Hare kostume (sort) Hare kostume til mnd lavet af sort plys +41292 Hare kostume (bl) Hare kostume til mnd lavet af blt plys +41293 Hare kostume (grn) Hare kostume til mnd lavet af grnt plys +41294 Hare kostume (pink) Hare kostume til mnd lavet af pink farvet plys +41295 Kanin kostume (sort) Kanin kostume til kvinder lavet af sort plys +41296 Kanin kostume (bl) Kanin kostume til kvinder lavet af blt plys +41297 Kanin kostume (grn) Kanin kostume til kvinder lavet af grnt plys +41298 Kanin kostume (pink) Kanin kostume til kvinder lavet af pink farvet plys +41299 Hare kostume+ (sort) Hare kostume til mnd lavet af sort plys. Gives til dig med mindst en tilfldig bonus. +41300 Hare kostume+ (bl) Hare kostume til mnd lavet af blt plys. Gives til dig med mindst en tilfldig bonus. +41301 Hare kostume+ (grn) Hare kostume til mnd lavet af grnt plys. Gives til dig med mindst en tilfldig bonus. +41302 Hare kostume+ (pink) Hare kostume til mnd lavet af pink farvet plys. Gives til dig med mindst en tilfldig bonus. +41303 Kanin kostume+ (sort) Kanin kostume til kvinder lavet af sort plys. Gives til dig med mindst en tilfldig bonus. +41304 Kanin kostume+ (bl) Kanin kostume til kvinder lavet af blt plys. Gives til dig med mindst en tilfldig bonus. +41305 Kanin kostume+ (grn) Kanin kostume til kvinder lavet af grnt plys. Gives til dig med mindst en tilfldig bonus. +41306 Kanin kostume+ (pink) Kanin kostume til kvinder lavet af pink farvet plys. Gives til dig med mindst en tilfldig bonus. +41307 Kobra Outfit (m) Sort glimtende outfit med slange symboler. +41308 Kobra Outfit (f) Sort glimtende outfit med slange symboler. +41309 Kobra Outfit+ (m) Sort glimtende outfit med slange symboler. Gives til dig med mindst en tilfldig bonus. +41310 Kobra Outfit+ (f) Sort glimtende outfit med slange symboler. Gives til dig med mindst en tilfldig bonus. +41311 rken kriger (M, sort) Sort kamp bekldning til mnd. +41312 rken kriger (F,sort) Sort kamp bekldning til kvinder. +41313 rken kriger+ (M,sort) Sort kamp bekldning til mnd. Gives til dig med mindst en tilfldig bonus. +41314 rken kriger+ (F, sort) Sort kamp bekldning til kvinder. Gives til dig med mindst en tilfldig bonus. +41315 Azraels rustning (m) Stlsat rustning tilhrer den berygtede dmon leder. +41316 Azraels rustning (f) Stlsat rustning tilhrer den berygtede dmon leder. +41317 Azraels rustning+ (m) Stlsat rustning tilhrer den berygtede dmon leder. Gives til dig med mindst en tilfldig bonus. +41318 Azraels rustning+ (f) Stlsat rustning tilhrer den berygtede dmon leder. Gives til dig med mindst en tilfldig bonus. +41320 Grskar Jack dragt (m) Fantastisk uhyggeligt Halloween kostume +41321 Grskar Jack kjole (f) Fantastisk uhyggeligt Halloween kostume +41322 Grskar Jack dragt+ (m) Fantastisk uhyggeligt Halloween kostume. Gives til dig med mindst en tilfldig bonus. Genstaden er omsttelig. +41323 Grskar Jack kjole+ (f) Fantastisk uhyggeligt Halloween kostume. Gives til dig med mindst en tilfldig bonus. Genstaden er omsttelig. +41324 +41325 +41326 +41327 +41328 ALG VM st (M) Verdensmesterskabs fodboldst i de algeriske national farver +41329 ALG VM st (F) Verdensmesterskabs fodboldst i de algeriske national farver +41330 ARG VM ST (M) Verdensmesterskabes fodboldst i de Argentinske national farver +41331 ARG VM ST (K) Verdensmesterskabes fodboldst i de Argentinske national farver +41332 AUS VM ST (M) Verdensmesterskabs fodboldst i de australske national farver +41333 AUS VM ST (F) Verdensmesterskabs fodboldst i de australske national farver +41334 BEL VM ST (M) Verdensmesterskabes fodboldst i de Belgiske national farver +41335 BEL VM ST (K) Verdensmesterskabes fodboldst i de Belgiske national farver +41336 BIH VM st (M) Verdensmesterskabs fodboldst i de Bosnisk-hercegovinske national farver +41337 BIH VM st (F) Verdensmesterskabs fodboldst i de Bosnisk-hercegovinske national farver +41338 BRA VM ST (M) Verdensmesterskabes fodboldst i de Brasilianske national farver +41339 BRA VM ST (K) Verdensmesterskabes fodboldst i de Brasilianske national farver +41340 CMR VM st (M) Verdensmesterskabs fodboldst i de camerounske national farver +41341 CMR VM st (F) Verdensmesterskabs fodboldst i de camerounske national farver +41342 CHI VM st (M) Verdensmesterskabs fodboldst i de chilenske national farver +41343 CHI VM st (F) Verdensmesterskabs fodboldst i de chilenske national farver +41344 COL VM st (M) Verdensmesterskabs fodboldst i de colombianske national farver +41345 COL VM st (F) Verdensmesterskabs fodboldst i de colombianske national farver +41346 CRC VM st (M) Verdensmesterskabs fodboldst i de costaricanske national farver +41347 CRC VM st (F) Verdensmesterskabs fodboldst i de costaricanske national farver +41348 CIV VM st (M) Verdensmesterskabs fodboldst i de ivorianske national farver +41349 CIV VM st (F) Verdensmesterskabs fodboldst i de ivorianske national farver +41350 CRO VM st (M) Verdensmesterskabs fodboldst i de Kroatiske national farver +41351 CRO VM st (F) Verdensmesterskabs fodboldst i de Kroatiske national farver +41352 ECU VM st (M) Verdensmesterskabs fodboldst i de ecuadorianske national farver +41353 ECU VM st (F) Verdensmesterskabs fodboldst i de ecuadorianske national farver +41354 ENG VM ST (M) Verdensmesterskabes fodboldst i de Engelske national farver +41355 ENG VM ST (K) Verdensmesterskabes fodboldst i de Engelske national farver +41356 FRA VM ST (M) Verdensmesterskabes fodboldst i de Franske national farver +41357 FRA VM ST (K) Verdensmesterskabes fodboldst i de Franske national farver +41358 GER VM ST (M) Verdensmesterskabes fodboldst i de Tyske national farver +41359 GER VM ST (K) Verdensmesterskabes fodboldst i de Tyske national farver +41360 GHA VM st (M) Verdensmesterskabs fodboldst i de ghanesiske national farver +41361 GHA VM st (F) Verdensmesterskabs fodboldst i de ghanesiske national farver +41362 GRE VM ST (M) Verdensmesterskabes fodboldst i de Grske national farver +41363 GRE VM ST (K) Verdensmesterskabes fodboldst i de Grske national farver +41364 HON VM st (M) Verdensmesterskabs fodboldst i de honduranske national farver +41365 HON VM st (F) Verdensmesterskabs fodboldst i de honduranske national farver +41366 IRN VM st (M) Verdensmesterskabs fodboldst i de iranske national farver +41367 IRN VM st (F) Verdensmesterskabs fodboldst i de iranske national farver +41368 ITA VM ST (M) Verdensmesterskabes fodboldst i de Italienske national farver +41369 ITA VM ST (K) Verdensmesterskabes fodboldst i de Italienske national farver +41370 JPN VM st (M) Verdensmesterskabs fodboldst i de japanske national farver +41371 JPN VM st (F) Verdensmesterskabs fodboldst i de japanske national farver +41372 KOR VM ST (M) Verdensmesterskabes fodboldst i de Koreanske national farver +41373 KOR VM ST (K) Verdensmesterskabes fodboldst i de Koreanske national farver +41374 MEX VM ST (M) Verdensmesterskabes fodboldst i de Mexikanske national farver +41375 MEX VM ST (K) Verdensmesterskabes fodboldst i de Mexikanske national farver +41376 NED VM ST (M) Verdensmesterskabes fodboldst i de Hollandske national farver +41377 NED VM ST (K) Verdensmesterskabes fodboldst i de Hollandske national farver +41378 NGA VM st (M) Verdensmesterskabs fodboldst i de nigerianske national farver +41379 NGA VM st (F) Verdensmesterskabs fodboldst i de nigerianske national farver +41380 POR VM ST (M) Verdensmesterskabes fodboldst i de Portugisiske national farver +41381 POR VM ST (K) Verdensmesterskabes fodboldst i de Portugisiske national farver +41382 RUS VM ST (M) Verdensmesterskabes fodboldst i de Russiske national farver +41383 RUS VM ST (K) Verdensmesterskabes fodboldst i de Russiske national farver +41384 ESP VM ST (M) Verdensmesterskabes fodboldst i de Spanske national farver +41385 ESP VM ST (K) Verdensmesterskabes fodboldst i de Spanske national farver +41386 SUI VM ST (M) Verdensmesterskabes fodboldst i de Schweizisk national farver +41387 SUI VM ST (K) Verdensmesterskabes fodboldst i de Schweizisk national farver +41388 URU VM st (M) Verdensmesterskabs fodboldst i de uruguayanske national farver +41389 URU VM st (F) Verdensmesterskabs fodboldst i de uruguayanske national farver +41390 USA VM ST (M) Verdensmesterskabes fodboldst i de Amerikanske national farver +41391 USA VM ST (K) Verdensmesterskabes fodboldst i de Amerikanske national farver +41392 ALG VM st (M/Bonus) Verdensmesterskabs fodboldst i de algeriske national farver. Giver dig mindst n tilfldig bonus. +41393 ALG VM st (F/Bonus) Verdensmesterskabs fodboldst i de algeriske national farver. Giver dig mindst n tilfldig bonus. +41394 ARG VM St (M/Bonus) Verdensmesterskabes fodboldst i de Argentinske national farver. Giver dig mindst en tilfldig bonus. +41395 ARG VM St (K/Bonus) Verdensmesterskabes fodboldst i de Argentinske national farver. Giver dig mindst en tilfldig bonus. +41396 AUS VM ST (M/Bonus) Verdensmesterskabs fodboldst i de australske national farver. Giver dig mindst n tilfldig bonus. +41397 ALG VM st (F/Bonus) Verdensmesterskabs fodboldst i de australske national farver. Giver dig mindst n tilfldig bonus. +41398 BEL VM St (M/Bonus) Verdensmesterskabes fodboldst i de Belgiske national farver. Giver dig mindst en tilfldig bonus. +41399 BEL VM St (K/Bonus) Verdensmesterskabes fodboldst i de Belgiske national farver. Giver dig mindst en tilfldig bonus. +41400 BIH VM st (M/Bonus) Verdensmesterskabs fodboldst i de Bosnisk-hercegovinske national farver. Giver dig mindst n tilfldig bonus. +41401 BIH VM st (F/Bonus) Verdensmesterskabs fodboldst i de Bosnisk-hercegovinske national farver. Giver dig mindst n tilfldig bonus. +41402 BRA VM St (M/Bonus) Verdensmesterskabes fodboldst i de Brasilianske national farver. Giver dig mindst en tilfldig bonus. +41403 BRA VM St (K/Bonus) Verdensmesterskabes fodboldst i de Brasilianske national farver. Giver dig mindst en tilfldig bonus. +41404 CMR VM st (M/Bonus) Verdensmesterskabs fodboldst i de camerounske national farver. Giver dig mindst n tilfldig bonus. +41405 CMR VM st (F/Bonus) Verdensmesterskabs fodboldst i de camerounske national farver. Giver dig mindst n tilfldig bonus. +41406 CHI VM st (M/Bonus) Verdensmesterskabs fodboldst i de chilenske national farver. Giver dig mindst n tilfldig bonus. +41407 CHI VM st (F/Bonus) Verdensmesterskabs fodboldst i de chilenske national farver. Giver dig mindst n tilfldig bonus. +41408 COL VM st (M/Bonus) Verdensmesterskabs fodboldst i de colombianske national farver. Giver dig mindst n tilfldig bonus. +41409 COL VM st (F/Bonus) Verdensmesterskabs fodboldst i de colombianske national farver. Giver dig mindst n tilfldig bonus. +41410 CRC VM st (M/Bonus) Verdensmesterskabs fodboldst i de costaricanske national farver. Giver dig mindst n tilfldig bonus. +41411 CRC VM st (F/Bonus) Verdensmesterskabs fodboldst i de costaricanske national farver. Giver dig mindst n tilfldig bonus. +41412 CIV VM st (M/Bonus) Verdensmesterskabs fodboldst i de ivorianske national farver. Giver dig mindst n tilfldig bonus. +41413 CIV VM st (F/Bonus) Verdensmesterskabs fodboldst i de ivorianske national farver. Giver dig mindst n tilfldig bonus. +41414 CRO VM st (M/Bonus) Verdensmesterskabs fodboldst i de Kroatiske national farver. Giver dig mindst n tilfldig bonus. +41415 CRO VM st (F/Bonus) Verdensmesterskabs fodboldst i de Kroatiske national farver. Giver dig mindst n tilfldig bonus. +41416 ECU VM st (M/Bonus) Verdensmesterskabs fodboldst i de ecuadorianske national farver. Giver dig mindst n tilfldig bonus. +41417 ECU VM st (F/Bonus) Verdensmesterskabs fodboldst i de ecuadorianske national farver. Giver dig mindst n tilfldig bonus. +41418 ENG VM St (M/Bonus) Verdensmesterskabes fodboldst i de Engelske national farver. Giver dig mindst en tilfldig bonus. +41419 ENG VM St (K/Bonus) Verdensmesterskabes fodboldst i de Engelske national farver. Giver dig mindst en tilfldig bonus. +41420 FRA VM St (M/Bonus) Verdensmesterskabes fodboldst i de Franske national farver. Giver dig mindst en tilfldig bonus. +41421 FRA VM St (K/Bonus) Verdensmesterskabes fodboldst i de Franske national farver. Giver dig mindst en tilfldig bonus. +41422 GER VM St (M/Bonus) Verdensmesterskabes fodboldst i de Tyske national farver. Giver dig mindst en tilfldig bonus. +41423 GER VM St (K/Bonus) Verdensmesterskabes fodboldst i de Tyske national farver. Giver dig mindst en tilfldig bonus. +41424 GHA VM st (M/Bonus) Verdensmesterskabs fodboldst i de ghanesiske national farver. Giver dig mindst n tilfldig bonus. +41425 GHA VM st (F/Bonus) Verdensmesterskabs fodboldst i de ghanesiske national farver. Giver dig mindst n tilfldig bonus. +41426 GRE VM St (M/Bonus) Verdensmesterskabes fodboldst i de Grske national farver. Giver dig mindst en tilfldig bonus. +41427 GRE VM St (K/Bonus) Verdensmesterskabes fodboldst i de Grske national farver. Giver dig mindst en tilfldig bonus. +41428 HON VM st (M/Bonus) Verdensmesterskabs fodboldst i de honduranske national farver. Giver dig mindst n tilfldig bonus. +41429 HON VM st (F/Bonus) Verdensmesterskabs fodboldst i de honduranske national farver. Giver dig mindst n tilfldig bonus. +41430 IRN VM st (M/Bonus) Verdensmesterskabs fodboldst i de iranske national farver. Giver dig mindst n tilfldig bonus. +41431 IRN VM st (F/Bonus) Verdensmesterskabs fodboldst i de iranske national farver. Giver dig mindst n tilfldig bonus. +41432 ITA VM St (M/Bonus) Verdensmesterskabes fodboldst i de Italienske national farver. Giver dig mindst en tilfldig bonus. +41433 ITA VM St (K/Bonus) Verdensmesterskabes fodboldst i de Italienske national farver. Giver dig mindst en tilfldig bonus. +41434 JPN VM st (M/Bonus) Verdensmesterskabs fodboldst i de japanske national farver. Giver dig mindst n tilfldig bonus. +41435 JPN VM st (F/Bonus) Verdensmesterskabs fodboldst i de japanske national farver. Giver dig mindst n tilfldig bonus. +41436 KOR VM St (M/Bonus) Verdensmesterskabes fodboldst i de Koreanske national farver. Giver dig mindst en tilfldig bonus. +41437 KOR VM St (K/Bonus) Verdensmesterskabes fodboldst i de Koreanske national farver. Giver dig mindst en tilfldig bonus. +41438 MEX VM St (M/Bonus) Verdensmesterskabes fodboldst i de Mexikanske national farver. Giver dig mindst en tilfldig bonus. +41439 MEX VM St (K/Bonus) Verdensmesterskabes fodboldst i de Mexikanske national farver. Giver dig mindst en tilfldig bonus. +41440 NED VM St (M/Bonus) Verdensmesterskabes fodboldst i de Hollandske national farver. Giver dig mindst en tilfldig bonus. +41441 NED VM St (K/Bonus) Verdensmesterskabes fodboldst i de Hollandske national farver. Giver dig mindst en tilfldig bonus. +41442 NGA VM st (M/Bonus) Verdensmesterskabs fodboldst i de nigerianske national farver. Giver dig mindst n tilfldig bonus. +41443 NGA VM st (F/Bonus) Verdensmesterskabs fodboldst i de nigerianske national farver. Giver dig mindst n tilfldig bonus. +41444 POR VM St (M/Bonus) Verdensmesterskabes fodboldst i de Portugisiske national farver. Giver dig mindst en tilfldig bonus. +41445 POR VM St (K/Bonus) Verdensmesterskabes fodboldst i de Portugisiske national farver. Giver dig mindst en tilfldig bonus. +41446 RUS VM St (M/Bonus) Verdensmesterskabes fodboldst i de Russiske national farver. Giver dig mindst en tilfldig bonus. +41447 RUS VM St (K/Bonus) Verdensmesterskabes fodboldst i de Russiske national farver. Giver dig mindst en tilfldig bonus. +41448 ESP VM St (M/Bonus) Verdensmesterskabes fodboldst i de Spanske national farver. Giver dig mindst en tilfldig bonus. +41449 ESP VM St (K/Bonus) Verdensmesterskabes fodboldst i de Spanske national farver. Giver dig mindst en tilfldig bonus. +41450 SUI VM St (M/Bonus) Verdensmesterskabes fodboldst i de Schweiziske national farver. Giver dig mindst en tilfldig bonus. +41451 SUI VM St (K/Bonus) Verdensmesterskabes fodboldst i de Schweiziske national farver. Giver dig mindst en tilfldig bonus. +41452 URU VM st (M/Bonus) Verdensmesterskabs fodboldst i de uruguayanske national farver. Giver dig mindst n tilfldig bonus. +41453 URU VM st (F/Bonus) Verdensmesterskabs fodboldst i de uruguayanske national farver. Giver dig mindst n tilfldig bonus. +41454 USA VM St (K/Bonus) Verdensmesterskabes fodboldst i de Amerikanske national farver. Giver dig mindst en tilfldig bonus. +41455 USA VM St (K/Bonus) Verdensmesterskabes fodboldst i de Amerikanske national farver. Giver dig mindst en tilfldig bonus. +41472 Zombiedragt Blodspattet tj, rddent kd, udstikkende knogler - det perfekte set-up for enhver zombie. +41473 Zombiekjole Blodspattet tj, rddent kd, udstikkende knogler - det perfekte set-up for enhver kvindelig zombie. +41474 Zombiedragt+ Blodspattet tj, rddent kd, udstikkende knogler - det perfekte set-up for enhver zombie. Dette giver dig mindst n tilfldig bonus. +41475 Zombiekjole+ Blodspattet tj, rddent kd, udstikkende knogler - det perfekte set-up for enhver kvindelig zombie. Dette giver dig mindst n tilfldig bonus. +41476 Troldmandsdragt Mystisk sort dragt, perfekt til troldmanden. +41477 Heksekjole Den mystiske sorte kjole er det perfekte lille heksekostume. +41478 Troldmandsdragt+ Mystisk sort dragt, perfekt til troldmanden. Giver dig mindst n tilfldig bonus. +41479 Heksekjole+ Den mystiske sorte kjole er det perfekte lille heksekostume. Giver dig mindst n tilfldig bonus. +41480 Julemands frostkostume Snemands kostume med rdt fljls julemands frostkostume. Kan ikke handles. +41481 Snemands kostume Snemands kostume lavet af hvidt fljl. Kan ikke handles. +41482 Jule kjole (Hvid) Hvid mini kjole med strmer og tilbehr. Kan ikke handles. +41483 Jule kjole (Rd) Rd mini kjole med strmer og tilbehr. Kan ikke handles. +41484 Julemands frostkostume+ Snemands kostume med rdt fljls julemands frostkostume. Giver dig mindst en tilfldig bonus. Kan ikke handles. +41485 Snemands kostume+ Snemands kostume lavet af hvidt fljl. Giver dig mindst en tilfldig bonus. Kan ikke handles. +41486 Jule kjole+ (Hvid) Hvid mini kjole med strmer og tilbehr. Giver dig mindst en tilfldig bonus. Kan ikke handles. +41487 Jule kjole+ (Rd) Rd mini kjole med strmer og tilbehr. Giver dig mindst en tilfldig bonus. Kan ikke handles. +41496 rken Prins (Brun) En krigers kldning, fremstillet af brunt stof, og passende til en leder. +41497 rken Prins (Hvid) En krigers kldning, fremstillet af hvidt stof, og passende til en leder. +41498 rken Prinsesse (Brun) En krigers kldning, fremstillet af brunt stof, og passende til en kvindelig leder. +41499 rken Prinsesse (Hvid) En krigers kldning, fremstillet af hvidt stof, og passende til en kvindelig leder. +41500 rken Prins+ (Brun) En krigers kldning, fremstillet af brunt stof, og passende til en leder. Giver dig mindst en tilfldig bonus. +41501 rken Prins+ (Hvid) En krigers kldning, fremstillet af hvidt stof, og passende til en leder. Giver dig mindst en tilfldig bonus. +41502 rken Prinsesse+ (Brun) En krigers kldning, fremstillet af brunt stof, og passende til en kvindelig leder. Giver dig mindst en tilfldig bonus. +41503 rken Prinsesse+ (Hvid) En krigers kldning, fremstillet af hvidt stof, og passende til en kvindelig leder. Giver dig mindst en tilfldig bonus. +41504 Kanin kostume (Gr) Kostume lavet af nuttet bld gr pels: et kanin kostume. Kan ikke handles. +41505 Kanin kostume (Brun) Kostume lavet af nuttet bld brun pels: et kanin kostume. Kan ikke handles. +41506 Pske kjole (Spraglet) Munter farverig pske kjole et kldeligt maleri. Kan ikke handles. +41507 Pske kjole (L. Bl) Lysebl pske kjole med detaljerede dekorationer. Kan ikke handles. +41508 Kanin kostume+ Gr Kostume lavet af nuttet bld gr pels: et kanin kostume. Giver dig mindst en tilfldig bonus. Denne genstand kan handles. +41509 Kanin kostume+ Brun Kostume lavet af nuttet bld brun pels: et kanin kostume. Giver dig mindst en tilfldig bonus. Denne genstand kan handles. +41510 Pske kjole+ Spraglet Munter farverig pske kjole et kldeligt maleri. Giver dig mindst en tilfldig bonus. Denne genstand kan handles. +41511 Pske kjole+ L. Bl Lysebl pske kjole med detaljerede dekorationer. Giver dig mindst en tilfldig bonus. Denne genstand kan handles. +45001 Brune kanin rer (brun) Brune kanin rer til kvinder +45002 Hare rer (brun) Brun hat med hare re til mnd +45003 Hovedbekldning (M) En hovedbekldning til mnd lavet af de fineste materialer. +45004 Hovedbekldning (F) En hovedbekldning til kvinder lavet af de fineste materialer. +45005 LotoShosi (M) Lang i toppen og kort i siderne - en ekstravagant side klippet frisure til mnd. +45006 Fgte frisure (F) En sporti frisure til kvindelige fgtere. +45007 Mohican (M) Hr klippet i iroquois stil. Hret er mohawked med kort barberet sider. +45008 Fodbold frisure GER (F) En sporti frisure med et hrbnd til kvindelige fodboldspillere i de tyske national farver. +45009 Dreadlocks (M) Langt hr med dreadlocks, som er bundet sammen i nakken. +45010 Bokse frisure GER (F) En sporti frisure med et hrbnd til kvindelige boksere i de tyske national farver. +45011 Hovedbekldning (M) En hovedbekldning til mnd lavet af de fineste materialer. Genstanden er omsttelige. +45012 Hovedbekldning (F) En hovedbekldning til kvinder lavet af de fineste materialer. Genstanden er omsttelige. +45013 LotoShosi (M) Lang i toppen og kort i siderne - en ekstravagant side klippet frisure til mnd. Genstanden er omsttelige. +45014 Fgte frisure (F) En sporti frisure til kvindelige fgtere. Genstanden er omsttelige. +45015 Mohican (M)) Hr klippet i iroquois stil. Hret er mohawked med kort barberet sider. Genstanden er omsttelige. +45016 Fodbold frisure GER (F) En sporti frisure med et hrbnd til kvindelige fodboldspillere i de tyske national farver. Genstanden er omsttelige. +45017 Dreadlocks (M) Langt hr med dreadlocks, som er bundet sammen i nakken. Genstanden er omsttelige. +45018 Bokse frisure GER (F) En sporti frisure med et hrbnd til kvindelige boksere i de tyske national farver. Genstanden er omsttelige. +45019 Bokse frisure TUR (F) En sporti frisure med et hrbnd til kvindelige boksere i de tyrkiske national farver. +45020 Bokse frisure BRA (F) En sporti frisure med et hrbnd til kvindelige boksere i de Brasilianske national farver. +45021 Olym. bokse frisure (F) En sporti frisure med et farverigt hrbnd til kvindelige boksere. +45022 Bokse frisure FRA (F) En sporti frisure med et hrbnd til kvindelige boksere i de Franske national farver. +45023 Bokse frisure ITA (F) En sporti frisure med et hrbnd til kvindelige boksere i de Italienske national farver. +45024 Bokse frisure POL (F) En sporti frisure med et hrbnd til kvindelige boksere i de Polske national farver. +45025 Bokse frisure ROU (F) En sporti frisure med et hrbnd til kvindelige boksere i de Rumnske national farver. +45026 Bokse frisure ESP (F) En sporti frisure med et hrbnd til kvindelige boksere i de Spanske national farver. +45027 Fodbold frisure TUR (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Tyrkiske national farver. +45028 Fodbold frisure BRA (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Brasilianske national farver. +45029 Olym. Fodboldfrisure (F) En sporti frisure med et farverigt hrbnd til kvindelige Fodboldspillere. +45030 Fodbold frisure FRA (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Franske national farver. +45031 Fodbold frisure ITA (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Italienske national farver. +45032 Fodbold frisure POL (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Polske national farver. +45033 Fodbold frisure ROU (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Rumnske national farver. +45034 Fodbold frisure ESP (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Spanske national farver. +45035 Bokse frisure TUR (F) En sporti frisure med et hrbnd til kvindelige boksere i de Tyrkiske national farver. +45036 Bokse frisure BRA (F) En sporti frisure med et hrbnd til kvindelige boksere i de Brasilianske national farver. +45037 Olym. bokse frisure (F) En sporti frisure med et farverigt hrbnd til kvindelige boksere. +45038 Bokse frisure FRA (F) En sporti frisure med et hrbnd til kvindelige boksere i de Franske national farver. +45039 Bokse frisure ITA (F) En sporti frisure med et hrbnd til kvindelige boksere i de Italienske national farver. +45040 Bokse frisure POL (F) En sporti frisure med et hrbnd til kvindelige boksere i de Polske national farver. +45041 Bokse frisure ROU (F) En sporti frisure med et hrbnd til kvindelige boksere i de Rumnske national farver. +45042 Bokse frisure ESP (F) En sporti frisure med et hrbnd til kvindelige boksere i de Spanske national farver. +45043 Fodbold frisure TUR (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Tyrkiske national farver. +45044 Fodbold frisure BRA (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Brasilianske national farver. +45045 Olym fodboldfrisure (F) En sporti frisure med et farverigt hrbnd til kvindelige Fodboldspillere. +45046 Fodbold frisure FRA (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Franske national farver. +45047 Fodbold frisure ITA (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Italienske national farver. +45048 Fodbold frisure POL (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Polske national farver. +45049 Fodbold frisure ROU (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Rumnske national farver. +45050 Fodbold frisure ESP (F) En sporti frisure med et hrbnd til kvindelige Fodboldspillere i de Spanske national farver. +45053 Musketer frisure Velholdte, kort blond frisure til det perfekte musketer look. +45054 Stuepige frisure Blond stuepige frisure +45055 Lille hanekam Smart, kort hr i en Iroquois stil. +45056 Salsa knold Elegant opstning med en rd blomst. +45057 Bogart Fedora Klassisk fedora i stil med Humphrey Bogart. +45058 Blomster frisure Sde fletninger med farverige blomster som tilbehr. +45061 Grskar Maske Et hult grskar. Rummeligt, godt ventileret og rigtigt uhyggeligt. +45062 Grskar Maske Et hult grskar. Rummeligt, godt ventileret og rigtigt uhyggeligt. +45065 Musketer frisure + Velholdte, kort blond frisure til det perfekte musketer look. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45066 Stuepige frisure + Blond stuepige frisure. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45067 Lille hanekam + Smart, kort hr i en Iroquois stil. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45068 Salsa knold + Elegant opstning med en rd blomst. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45069 Bogart Fedora + Klassisk fedora i stil med Humphrey Bogart. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45070 Blomster frisure + Sde fletninger med farverige blomster som tilbehr. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45073 Grskar Maske (Bonus) Et hult grskar. Rummeligt, godt ventileret og rigtigt uhyggeligt. Giver dig en tilfldig bonus. +45074 Grskar Maske (Bonus) Et hult grskar. Rummeligt, godt ventileret og rigtigt uhyggeligt. Giver dig en tilfldig bonus. +45075 Jule hat (rd) Rd fljls hat med gevir og en hvid boble. +45076 Jule hat (grn) Grn fljls hat med gevir og en hvid boble. +45077 Jule hat (sort) Sort fljls hat med gevir og en hvid boble. +45078 Elver hat Snehvid hovedbekldning med sarte vinger. +45079 Rensdyr hoved (M) Rensdyrs maske til mnd, til at bre i hovedet med en rd nse og gevir. +45080 Rensdyr hoved (F) Rensdyrs maske til kvinder, til at bre i hovedet med en rd nse og gevir. +45081 Jule hat+ (rd) Rd fljls hat med gevir og en hvid boble. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45082 Jule hat+ (grn) Grn fljls hat med gevir og en hvid boble. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45083 Jule hat+ (sort) Sort fljls hat med gevir og en hvid boble. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45084 Elver hat+ Snehvid hovedbekldning med sarte vinger. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45085 Rensdyr hoved+ (M) Rensdyrs maske til mnd, til at bre i hovedet med en rd nse og gevir. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45086 Rensdyr hoved+ (F) Rensdyrs maske til kvinder, til at bre i hovedet med en rd nse og gevir. Gives til dig med mindst n tilfldig bonus. Varen er omsttelige. +45087 Bandana (hvid) Hvidt tresidet stofstykke til mnd, der er bundet om hovedet. Populrt hos sports fans. +45088 Bandana (hvid) Hvidt tresidet stofstykke til kvinder, der er bundet om hovedet. Populrt hos sports fans. +45089 Bandana (sort) Sort tresidet stofstykke til mnd, der er bundet om hovedet. Populrt hos sports fans. +45090 Bandana (sort) Sort tresidet stofstykke til kvinder, der er bundet om hovedet. Populrt hos sports fans. +45091 Bandana (gul) Gult tresidet stofstykke til mnd, der er bundet om hovedet. Populrt hos sports fans. +45092 Bandana (gul) Gult tresidet stofstykke til kvinder, der er bundet om hovedet. Populrt hos sports fans. +45093 Bandana (orange) Orange tresidet stofstykke til mnd, der er bundet om hovedet. Populrt hos sports fans. +45094 Bandana (orange) Orange tresidet stofstykke til kvinder, der er bundet om hovedet. Populrt hos sports fans. +45095 Bandana (bl) Blt tresidet stofstykke til mnd, der er bundet om hovedet. Populrt hos sports fans. +45096 Bandana (bl) Bl tresidet stofstykke til kvinder, der er bundet om hovedet. Populrt hos sports fans. +45097 Bandana+ (hvid) Hvidt tresidet stofstykke til mnd, der er bundet om hovedet. Populrt hos sports fans. Gives til dig med mindst en tilfldig bonus. +45098 Bandana+ (hvid) Hvidt tresidet stofstykke til Kvinder, der er bundet om hovedet. Populrt hos sports fans. Gives til dig med mindst en tilfldig bonus. +45099 Bandana+ (sort) Sort tresidet stofstykke til mnd, der er bundet om hovedet. Populrt hos sports fans. Gives til dig med mindst en tilfldig bonus. +45100 Bandana+ (sort) Hvidt tresidet stofstykke til kvinder, der er bundet om hovedet. Populrt hos sports fans. Gives til dig med mindst en tilfldig bonus. +45101 Bandana+ (gul) Gult tresidet stofstykke til mnd, der er bundet om hovedet. Populrt hos sports fans. Gives til dig med mindst en tilfldig bonus. +45102 Bandana+ (gul) Gult tresidet stofstykke til kvinder, der er bundet om hovedet. Populrt hos sports fans. Gives til dig med mindst en tilfldig bonus. +45103 Bandana+ (orange) Orange tresidet stofstykke til mnd, der er bundet om hovedet. Populrt hos sports fans. Gives til dig med mindst en tilfldig bonus. +45104 Bandana+ (orange) Orange tresidet stofstykke til kvinder, der er bundet om hovedet. Populrt hos sports fans. Gives til dig med mindst en tilfldig bonus. +45105 Bandana+ (bl) Blt tresidet stofstykke til mnd, der er bundet om hovedet. Populrt hos sports fans. Gives til dig med mindst en tilfldig bonus. +45106 Bandana+ (bl) Blt tresidet stofstykke til kvinder, der er bundet om hovedet. Populrt hos sports fans. Gives til dig med mindst en tilfldig bonus. +45119 Hare rer (sort) Sort hat med hare re til mnd +45120 Hare rer (bl) Bl hat med hare re til mnd +45121 Hare rer (grn) Grn hat med hare re til mnd +45122 Hare rer (pink) Pink farvet hat med hare re til mnd +45123 Kanin rer (sort) Sorte kanin rer til kvinder +45124 Kanin rer (bl) Bl kanin rer til kvinder +45125 Kanin rer (grn) Grnne kanin rer til kvinder +45126 Kanin rer (pink) Pink farvet kanin rer til kvinder +45127 Hare rer+ (sort) Sort hat med hare re til mnd. Gives til dig med mindst en tilfldig bonus. +45128 Hare rer+ (bl) Bl hat med hare re til mnd. Gives til dig med mindst en tilfldig bonus. +45129 Hare rer+ (grn) Grn hat med hare re til mnd. Gives til dig med mindst en tilfldig bonus. +45130 Hare rer+ (pink) Pink farvet hat med hare re til mnd. Gives til dig med mindst en tilfldig bonus. +45131 Kanin rer+ (sort) Sorte kanin rer til kvinder. Gives til dig med mindst en tilfldig bonus. +45132 Kanin rer+ (bl) Bl kanin rer til kvinder. Gives til dig med mindst en tilfldig bonus. +45133 Kanin rer+ (grn) Grnne kanin rer til kvinder. Gives til dig med mindst en tilfldig bonus. +45134 Kanin rer+ (pink) Pink farvet kanin rer til kvinder. Gives til dig med mindst en tilfldig bonus. +45135 Kobra frisure (m) En matchende hovedbekldning til kobra Outfitet. +45136 Kobra frisure (f) En matchende hovedbekldning til kobra Outfitet. +45137 Kobra frisure+ (m) En matchende hovedbekldning til kobra Outfitet. Gives til dig med mindst en tilfldig bonus. +45138 Kobra frisure+ (f) En matchende hovedbekldning til kobra Outfitet. Gives til dig med mindst en tilfldig bonus. +45139 Tengu maske Kunstnerisk udskret maske af en japansk guddom +45140 Venetianer maske Pragtfuld venetianske karnevals maske +45141 Kifwebe maske Kunstfrdigt udskrne tr maske med en sort stof htte +45142 Maya maske Frygtindgydende Maya kriger maske +45143 Tengu maske+ Kunstnerisk udskret maske af en japansk guddom. Gives til dig med mindst to tilfldig bonus. +45144 Venetianer maske+ Pragtfuld venetianske karnevals maske. Gives til dig med mindst to tilfldig bonus. +45145 Kifwebe maske+ Kunstfrdigt udskrne tr maske med en sort stof htte. Gives til dig med mindst to tilfldig bonus. +45146 Maya maske+ Frygtindgydende Maya kriger maske. Gives til dig med mindst to tilfldig bonus. +45147 Sort turban (M) En hovedbekldning lavet af sort materiale til mnd. +45148 Sort turban (F) En hovedbekldning lavet af sort materiale til kvinder. +45149 Sort turban+ (M) En hovedbekldning lavet af sort materiale til mnd. Gives til dig med mindst en tilfldig bonus. +45150 Sort turban+ (F) En hovedbekldning lavet af sort materiale til kvinder. Gives til dig med mindst en tilfldig bonus. +45151 Azraels hjelm (m) Hovedbekldning med grimasse af den berygtede dmon leder. +45152 Azraels hjelm (f) Hovedbekldning med grimasse af den berygtede dmon leder. +45153 Azraels hjelm+ (m) Hovedbekldning med grimasse af den berygtede dmon leder.Gives til dig med mindst en tilfldig bonus. +45154 Azraels hjelm+ (f) Hovedbekldning med grimasse af den berygtede dmon leder.Gives til dig med mindst en tilfldig bonus. +45156 Grskar Jack hoved (m) Fantastisk uhyggeligt Halloween maske +45157 Grskar Jack hoved (f) Fantastisk uhyggeligt Halloween maske +45158 Grskar Jack hoved+ (m) Fantastisk uhyggeligt Halloween maske. Gives til dig med mindst en tilfldig bonus. Genstaden er omsttelig. +45159 Grskar Jack hoved+ (f) Fantastisk uhyggeligt Halloween maske. Gives til dig med mindst en tilfldig bonus. Genstaden er omsttelig. +45160 +45161 +45162 +45163 +45164 Snehare hat Hovedbekldning i form af en snehare +45165 Isbjrne hat Hovedbekldning i form af en isbjrn +45166 Sneleopard hat Hovedbekldning i form af en sneleopard +45167 Snehare hat + Hovedbekldning i form af en snehare. Gives til dig med mindst en tilfldig bonus. +45168 Isbjrne hat + Hovedbekldning i form af en isbjrn. Gives til dig med mindst en tilfldig bonus. +45169 Sneleopard hat + Hovedbekldning i form af en sneleopard. Gives til dig med mindst en tilfldig bonus. +45170 Zombie Grskarmaske Halloween kostume i form af en monstrs grskarmaske. +45171 Heksehat Spids hat med en bred skygge, som bret af hekse og troldmnd. +45172 Zombie Grskarmaske+ Halloween kostume i form af en monstrs grskarmaske. Giver dig mindst n tilfldig bonus. +45173 Heksehat+ Spids hat med en bred skygge, som bret af hekse og troldmnd. Giver dig mindst n tilfldig bonus. +45174 Snemands maske Snemands maske med elegant sort satin top hat. Kan ikke handles. +45175 Julemands frostmaske Snemands maske med en rd tophue med hvid pelskant. Kan ikke handles. +45176 Boble hat (Hvid) Julehat lavet af hvidt fljl med hvidt plys og rd boble. Kan ikke handles. +45177 Boble hat (Rd) Julehat lavet af rd fljl med hvidt plys og hvid boble. Kan ikke handles. +45178 Snemands maske+ Snemands maske med elegant sort satin top hat. Giver dig mindst en tilfldig bonus. Kan ikke handles. +45179 Julemands frostmaske+ Snemands maske med en rd tophue med hvid pelskant. Giver dig mindst en tilfldig bonus. Kan ikke handles. +45180 Boble hat+ (Hvid) Julehat lavet af hvidt fljl med hvidt plys og rd boble. Giver dig mindst en tilfldig bonus. Kan ikke handles. +45181 Boble hat+ (Rd) Julehat lavet af rd fljl med hvidt plys og hvid boble. Giver dig mindst en tilfldig bonus. Kan ikke handles. +45190 Kanin rer (Gr) Bld gr pels hat med kanin rer. Kan ikke handles. +45191 Kanin rer (Brun) Bld brun pels hat med kanin rer. Kan ikke handles. +45192 Pske tika (Spraglet) Smukke regnbuefarvet pske tika til den mode beviste kriger. Kan ikke handles. +45193 Pske tika (Bl) Luftig lyse bl pske tika til den mode beviste kriger. Kan ikke handles. +45194 Kanin rer+ (Gr) Bld gr pels hat med kanin rer. Giver dig mindst en tilfldig bonus. Denne genstand kan handles. +45195 Kanin rer+ (Brun) Bld brun pels hat med kanin rer. Giver dig mindst en tilfldig bonus. Denne genstand kan handles. +45196 Pske tika+ (Spraglet) Smukke regnbuefarvet pske tika til den mode beviste kriger. Giver dig mindst en tilfldig bonus. Denne genstand kan handles. +45197 Pske tika+ (Bl) Luftig lyse bl pske tika til den mode beviste kriger. Giver dig mindst en tilfldig bonus. Denne genstand kan handles. +45198 Brun Turban En galant brun turban, lavet af et materiale strkt nok til krigere. +45199 Hvid Turban En galant hvid turban, lavet af et materiale strkt nok til krigere. +45200 Brunt Trklde Et brunt trklde lavet af et let materiale, perfekt til kvindelige krigere. +45201 Hvidt Trklde Et hvidt trklde lavet af et let materiale, perfekt til kvindelige krigere. +45202 Brun Turban+ En galant brun turban, lavet af et materiale strkt nok til krigere. Giver dig mindst en tilfldig bonus. +45203 Hvid Turban+ En galant hvid turban, lavet af et materiale strkt nok til krigere. Giver dig mindst en tilfldig bonus. +45204 Brunt Trklde+ Et brunt trklde lavet af et let materiale, perfekt til kvindelige krigere. Giver dig mindst en tilfldig bonus. +45205 Hvidt Trklde+ Et hvidt trklde lavet af et let materiale, perfekt til kvindelige krigere. Giver dig mindst en tilfldig bonus. +50001 Lykkens bog En bog med lykketal. Lotteriet bliver afholdt af regeringen. +50002 Guldring En simpel guldring. | Kan blive solgt for hj pris hos adskillige handelsmand. +50003 Annulleringsdokument Tillader at nulstille frdigheder for at kunne lre andre. +50004 Begivenheds-detektor Denne detektor, viser dig hvor en mission kan blive fundet. +50005 Rytterkort (HM) Med dette Rytterkort kan du f en hestemedalje hos stald-kngten. +50006 Guld skattekiste En kiste udsmykket med guld. | Kisten kan bnes med en guld ngle. +50007 Slv skattekiste En kiste udsmykket med slv. | Kisten kan bnes med en slv ngle. +50008 Guld ngle En ngle af guld. | Den kan bruges til at bne guld skattekiste og guld skattekiste + +50009 Slv ngle En ngle af slv. | Den kan bruges til at bne slv skattekiste og slv skattekiste + +50010 Sok Nogle folk putter julegaver i sokkerne. +50011 Mnelys-skattekiste En overvldende, forfrende dekorationsgenstand. Der sker overnaturlige ting nr mnelys skimter p kisten. +50012 Guld skattekiste + En kiste udsmykket med guld. | Kisten kan bnes med en guld ngle. +50013 Slv skattekiste + En kiste udsmykket med slv. | Kisten kan bnes med en slv ngle. +50016 Bnnemasse Ingrediens til gammel bnnekage. +50017 Sukkermasse Ingrediens til gammel sukkerkage. +50018 Frugtmasse Ingrediens til gammel frugtkage. +50019 Sde ris Ingrediens til gammel kage. +50020 Bnnekage En gammel kage, der gendanner alle livspoint (HP). +50021 Sukkerkage En gammel kage til at gendanne alle manapoint (MP). +50022 Frugtkage En gammel kage, der gendanner hele udholdenhed. +50023 Pung Den indeholder en nytrsbonus. +50024 Rose En romantisk blomst der bruges til at vise ens hengivelse. Kun kvindlige karaktere kan bruge den. +50025 Chokolade Chokolade af kakao, mlk, smr og sukker. Chokolade bliver givet videre for at vise ens hengivelse. Kun mandlige karaktere kan bruge den. +50027 Lotteriseddel Desvrre en nitte. | En vrdils genstand. +50031 Rose En romantisk blomst der bruges til at vise ens hengivelse. Kun mandlige karaktere kan bruge den. +50032 Slik en sd bonbon. Kun kvindlige karaktere kan bruge den. +50033 Hemmelighedsfuld kiste En kiste med indgraverede bogstaver. Nr kisten bnes, hopper noget ud. +50034 Gde kiste Indeholder denne kiste en gde? +50035 Gave (gul) En gave pakket i dejligt papir. +50036 Gave (violet) En gave pakket i dejligt papir. +50037 Sekskantet skattekiste Denne skattekiste er pakket ind i specielt gavepapir. Den indeholder en omsorgsfuld udvalgt brnegave. +50050 Heste medalje Stald-drengen skal bruge denne medalje for kunne indfre resultatet af din kvalifikations-prve. +50051 Hestebillede Med dette billede kan du rbe p din hest; men frst efter du har bestet kvalifikationsprven hos staldkngten. +50052 Vben-hestebog Med denne licens kan du tilkalde din krigs hest, men kun efter du har bestet kvalifikationsprven for viderekomne hos staldkngten. +50053 Militr-hestebog Med denne licens kan du tilkalde din hest, men kun efter du har bestet kvalifikationsprven til militr hesten hos staldkngten. +50054 H H, til fodring af begynderheste. +50055 Gulerod Ynglingsmaden for krigs heste. +50056 Rd ginseng Med varmt vanddampet ginseng. Dette er det rigtige mad for militrheste. +50057 De sde abers urt En legendarisk urt, som kan bruges til at genoplive begynderhesten. For at f fat i planten, skal man forbi aberne i begyndergrotten. +50058 De almindelige abers urt En legendarisk urt, som kan bruges til at genoplive kamphesten. For at f fat i planten, skal man forbi aberne i den normale abegrotte. +50059 De store abers urt En legendarisk urt som avancerede ryttere kan bruge til at genoplive deres militrhest. For at f planten skal du forbi aberne i ekspert grotten. +50060 Hesteridningsmanual Efter succesrig lsning af denne bog kan du ge 1 af hestens frdigheder. Bogen forsvinder efter lsningen. +50067 Rulle af Udvikling Kraftfuld, gammel rulle lavet af pergament. Tillader forbedring af en ung ganger til en vild ganger. +50068 Rulle af Mutation Kraftfuld, gammel rulle lavet af pergament. Tillader forbedring af en vild ganger til en tapper ganger. +50070 Ork-hvdingens Kiste Kisten fra ork-hvding. I denne kiste findes noget vrdifuldt. +50071 Den mrke leders kiste Kisten fra den mrke leder. I denne kiste findes noget vrdifuldt. +50072 nde-hvdingens kiste Kisten fra nde-hvdingen. I denne kiste findes noget vrdifuldt. +50073 Dronninge-edderkop Kiste Kisten fra edderkoppernes dronning. I denne kiste findes noget vrdifuldt. +50074 Kmpe edderkoppens kiste Kisten fra kmpeedderkoppen. I denne kiste findes noget vrdifuldt. +50075 Pestbrers kiste Kisten fra Pestbreren. I denne kiste findes noget vrdifuldt. +50076 rken-skildpaddens kiste Kisten fra den kmpe rken-skildpadde. I denne kiste findes noget vrdifuldt. +50077 Nihalede kiste Kisten fra den nihalede. I denne kiste findes noget vrdifuldt. +50078 Gul tigers kiste Kisten fra den gule tiger. I denne kiste findes noget vrdifuldt. +50079 Ildkongens kiste En kiste af ildkongen. Kisten udstrler en magisk styrke. Ildkongens kiste +50080 Rd Drages kiste Kisten fra den rde drage. I denne kiste findes noget vrdifuldt. +50081 Dmonkongens kiste Kisten fra dmonkongen. I denne kiste findes noget vrdifuldt. +50082 Hstmandens kiste Kisten fra hstmanden. I denne kiste findes noget vrdifuldt. +50083 Rytterkort Efter du har vist kortet en staldkngt, kan du ridde for begrnset tid p en pony. +50084 Nglesten En energi-ladet aura omgiver denne sten. Det virker mod forseglings magi. +50091 Guldfisk sushi Sushi lavet af guldfisk | en speciel madret, ikke nogen almindelig ret! +50092 Karpe sushi Sushi lavet af karper | en speciel madret, ikke nogen almindelig ret! +50093 Laks sushi En speciel ret lavet af r torsk og kolde ris. ger din angrebs vrdi med 10 point i 30 sekunder. +50094 Havkat sushi En srlig ret lavet af r havkat og kolde ris. ger din forsvars styrke med 10 point i 30 sekunder. +50096 Fodbold Spark bolden ligesom Baljit-Elvedin! +50100 Fyrvrkeri Affyres ved festlige lejligheder. Lyser violet. +50101 Fyrvrkeri Affyres ved festlige lejligheder. Lyser gult. +50102 Fyrvrkeri Affyres ved festlige lejligheder. Lyser blt. +50103 Fyrvrkeri Affyres ved festlige lejligheder. Lyser rdt. +50104 Fyrvrkeri Affyres ved festlige lejligheder. Lyser grnt. +50105 Fyrvrkeri Affyres ved festlige lejligheder. Lyser hvidt. +50106 Jule-fyrvrkeri Jul-fyrvrkeri | Mere pragtfuld end et normalt fyrvrkeri. +50108 Fyrvrkeri-kreds En lille kreds hvor gnister springer ud. +50118 +50119 +50120 Jern-skrin Denne stabile beholder stammer fra Forbandelsens Grotte. +50121 Jern kasse Denne stabile beholder stammer fra Forbandelsens Grotte. +50122 Jern kiste Denne stabile beholder stammer fra Forbandelsens Grotte. +50123 Fldeis Energi boost! Denne fldeis ger din bevgelses hastighed med 60 i 30 minutter. Advarsel: Genaktivering af denne, mens en effekt allerede er aktiv vil overskrive varigheden. +50124 Rdden trkiste Blde dyre-lyde lader til at komme ud indefra. +50125 Mystisk Kiste Denne kiste er ufattelig let - den fltes helt tom... +50126 Mystisk Kiste Denne kiste er ufattelig let - den fltes helt tom... +50127 Mystisk Smaragd Boks ben Smaragd Boks +50128 Mystisk Safir Boks En Safir Boks uden en ls. Kan bnes direkte. Der er en vrdifuld hemmelighed inde i den... +50129 Mystisk Ametyst Boks ben Ametyst Boks +50130 Mystisk Topas Boks En Topas Boks uden en ls. Kan bnes direkte. Der er en vrdifuld hemmelighed inde i den... +50131 Mystisk Citrin Boks En Citrin Boks uden en ls. Kan bnes direkte. Der er en vrdifuld hemmelighed inde i den... +50132 Mystisk Rubin Boks En lst Rubin Boks der kun kan bnes med en special ngle. benbart er det der er inde i kisten, endnu flottere end kisten selv. +50133 Mystisk Smaragd Boks En lst Smaragd Boks der kun kan bnes med en special ngle. benbart er det der er inde i kisten, endnu flottere end kisten selv. +50134 Mystisk Safir Boks En lst Safir Boks der kun kan bnes med en special ngle. benbart er det der er inde i kisten, endnu flottere end kisten selv. +50135 Mystisk Ametyst Boks En lst Ametyst Boks der kun kan bnes med en special ngle. benbart er det der er inde i kisten, endnu flottere end kisten selv. +50136 Mystisk Topas Boks En lst Topas Boks der kun kan bnes med en special ngle. benbart er det der er inde i kisten, endnu flottere end kisten selv. +50137 Mystisk Citrin Boks En lst Citrin Boks der kun kan bnes med en special ngle. benbart er det der er inde i kisten, endnu flottere end kisten selv. +50150 Rubin Ngle Du kan bruge denne vrdifulde ngle til at bne en lse Rubin Boks. Hvad er det mon inde i den? +50151 Smaragd Ngle Du kan bruge denne vrdifulde ngle til at bne en lst Smaragd Boks. Hvad er det mon inde i den? +50152 Safir Ngle Du kan bruge denne vrdifulde ngle til at bne en lst Safir Boks. Hvad er det mon inde i den? +50153 Ametyst Ngle Du kan bruge denne vrdifulde ngle til at bne en lst Ametyst Boks. Hvad er det mon inde i den? +50154 Topas Ngle Du kan bruge denne vrdifulde ngle til at bne en lst Topas Boks. Hvad er det mon inde i den? +50155 Citrin Ngle Du kan bruge denne vrdifulde ngle til at bne en lst Citrin Boks. Hvad er det mon inde i den? +50156 Diamant Ngle En smukt udformet ngle. Den skinner med alle regnbuens farver. Du kan nemt bne enhver kiste med den. +50160 Pskeg Et farverigt malet Pskeg +50161 Pskeg Et farverigt malet Pskeg +50162 Pskeg Et farverigt malet Pskeg +50163 Pskeg Et farverigt malet Pskeg +50164 Pskeg Et farverigt malet Pskeg +50165 Pskeg Et farverigt malet Pskeg +50166 Pskeg Et farverigt malet Pskeg +50167 Pskeg Et farverigt malet Pskeg +50168 Pskeg Et farverigt malet Pskeg +50169 Pskeg Et farverigt malet Pskeg +50170 Pskeg Et farverigt malet Pskeg +50171 Pskeg Et farverigt malet Pskeg +50172 Pskeg Et farverigt malet Pskeg +50173 Pskeg Et farverigt malet Pskeg +50174 Pskeg Et farverigt malet Pskeg +50175 Pskeg Et farverigt malet Pskeg +50176 Pskeg Et farverigt malet Pskeg +50177 Pskeg Et farverigt malet Pskeg +50178 Pskeg Et farverigt malet Pskeg +50179 Pskeg Et farverigt malet Pskeg +50180 Tom kurv: En tom kurv du kan putte Pskeg ind i +50181 Kurv med Pskeg En kurv fyldt med Pskeg. +50182 Velsignelses Kiste En velsignet kiste med ukendt indhold. +50183 Sde sager Disse sde sager har en speciel effekt: Bevgelseshastighed +10%, skade +5% og erfaring +10%. Den varer i 30 minutter. +50184 +50185 +50186 Azraels Kiste Dmoniske krfter holder denne kiste lukket. Der m vre vrdifulde skatte inden i den. +50187 Lrlinge kiste I Din velkomst gave indeholder et basis udstyrs st til en optimal start p dine eventyr. +50188 Lrlinge kiste II Denne kiste kan frst bnes nr du har net level 10. +50189 Lrlinge kiste III Denne kiste kan frst bnes nr du har net level 20. +50190 Ekspert kiste I Denne kiste kan frst bnes nr du har net level 30. +50191 Ekspert kiste II Denne kiste kan frst bnes nr du har net level 40. +50192 Ekspert kiste III Denne kiste kan frst bnes nr du har net level 50. +50193 Stormester kiste I Denne kiste kan frst bnes nr du har net level 60. +50194 Stormester kiste II Denne kiste kan frst bnes nr du har net level 70. +50195 Stormester kiste III Denne kiste kan frst bnes nr du har net level 80. +50196 Stormester kiste Denne kiste kan frst bnes nr du har net level 90. +50197 +50198 +50199 +50200 Bundt Muliggr at du kan bne en privat butik. +50212 Lrlinge kiste I Din velkomst gave indeholder et basis udstyrs st til en optimal start p dine eventyr. +50213 Lrlinge kiste I Din velkomst gave indeholder et basis udstyrs st til en optimal start p dine eventyr. +50215 Halloween Kiste En kiste med et uhyggeligt grskar ansigt p siden. Med et hvin, der lyder som et fnis, bner lget og afslrer, hvad der er indeni. +50216 Glgg En varm drik fremstillet af vin og krydderier, der giver dig +10% hastighed, +5% skade og +10% exp. for 30 minutter. +50249 Kiste af triumf Kisten indeholder en tilfldig genstand som belnning til alle olympiere. +50252 Cor Draconis Det krystallinske drage hjerte indeholder sjlen, dragon stenen, indeni sig. +50253 +50254 Mrkets kiste Den tunge kiste skjuler tabte rigdomme fra Mrkes Nation. +50255 Cor Draconis (uslebet) Det krystallinske drage hjerte indeholder sjlen, dragon stenen, indeni sig. +50256 Cor Draconis (slebet) Det krystallinske drage hjerte indeholder sjlen, dragon stenen, indeni sig. +50257 Cor Draconis (sjlden) Det krystallinske drage hjerte indeholder sjlen, dragon stenen, indeni sig. +50258 Cor Draconis (antik) Det krystallinske drage hjerte indeholder sjlen, dragon stenen, indeni sig. +50259 Cor Draconis (mystisk) Det krystallinske drage hjerte indeholder sjlen, dragon stenen, indeni sig. +50260 Cor Draconis (uslebet) Det krystallinske drage hjerte indeholder sjlen, dragon stenen, indeni sig. +50263 Rulle af bindning Denne kontrakt binder en karakter efter dit valg til din karakters sjl. Sjlebundende karakterer kan ikke handles, droppes eller forbedres. +50264 Rulle af adskillelse Fjerner en genstand bundet til din sjl. +50265 Gylden fodbold Bolden er rund og gylden. +50300 Frdigheds bog ger mester-frdighedslevel. +50301 Sun-zi-krigskunst Frste del af de tre krigs-strategibger. | ger lederskabet. | Bogen forsvinder efter lsningen. +50302 Wu-zi-krigskunst Anden del af de tre krigs-strategibger. | ger lederskabet. | Bogen forsvinder efter lsningen. +50303 WeiLiao Zi-krigskunst Tredje del af de tre krigs-strategibger. | ger lederskabet. | Bogen forsvinder efter lsningen. +50304 Kombobeherskelse Denne taktikbog bliver brugt til at trne kombos. Bogen forsvinder efter lsningen. +50305 Kombo-Mester-beherskelse Denne taktikbog bliver brugt til at trne avanceret kombos. Bogen forsvinder efter lsningen. +50306 Den hje Kombokunst Denne mester taktikbog bliver brugt til at trne kombos. Bogen forsvinder efter lsningen. +50307 Missionsbog (nem) Indeholder en nem opgave der medfrer en belnning nr opgaven bliver afsluttet. +50308 Missionsbog (normal) Indeholder en normal opgave der medfrer en belnning nr opgaven bliver afsluttet. +50309 Missionsbog (svr) Indeholder en svr opgave der medfrer en belnning nr opgaven bliver afsluttet. +50310 Missionsbog (ekspert) Indeholder en ekspert mission der medfrer en belnning nr opgaven bliver afsluttet. +50311 Shinsoo-sprog Denne lrebog, fremstillet af bundet silkepapir, tillader dig at forst Shinsoo sproget, s snart du nr mester level. +50312 Chunjo-sprog Denne lrebog, fremstillet af bundet silkepapir, tillader dig at forst Chunjo sproget, s snart du nr mester level. +50313 Jinno-sprog Denne lrebog, fremstillet af bundet silkepapir, tillader dig at forst Jinno sproget, s snart du nr mester level. +50314 Forvandlingens bog Efter succesrigt lsning af denne bog kan du ge frdigheder i forvandlinger. Bogen forsvinder efter lsningen. +50315 Forvandlingens bog 2.udg Succesfulde studier af denne bog ger dine forvandlings frdigheder. Den forsvinder efter at du har lst den. +50316 Forvandlingens bog 3.udg Den sucessfulde lsning af bogen ger forvandlingsfrdigheden. Bogen forsvinder efter lsning. +50401 Trevejssnit-Manual Ls denne bog for at lre tre-vejs-snits frdigheden. Bogen forsvinder efter lsningen. +50402 Svrdspin-Manual Ls denne bog for at lre svrd-hvirvels frdigheden. Bogen forsvinder efter lsningen. +50403 Berserker-Manual Ls denne bog for at lre berserks frdigheden. Bogen forsvinder efter lsningen. +50404 Svrdaura-Manual Ls denne bog for at lre svrdaura frdigheden. Bogen forsvinder efter lsningen. +50405 Fart-Manual Ls denne bog for at lre om fart frdigheden. Bogen forsvinder efter lsningen. +50406 Livskraft manual Brug denne bog til at mestre livskraft egenskaben. Bogen forsvinder efter at vre blevet lst. +50416 ndeslags-Manual Ls denne bog for at lre ndeslags frdigheden. Bogen forsvinder efter lsningen. +50417 Slag-Manual Ls denne bog for at lre voldsomme std frdigheden. Bogen forsvinder efter lsningen. +50418 Trampe-Manual Ls denne bog for at lre trampe frdigheden. Bogen forsvinder efter lsningen. +50419 Strk Krop Manual Ls denne bog for at lre den strk krops frdigheden. Bogen forsvinder efter lsningen. +50420 Svrdstds-Manual Ls denne bog for at lre svrdstds frdigheden. Bogen forsvinder efter lsningen. +50421 Svrdcirkel manual Brug denne bog til at mestre Svrdcirkel egenskaben. Bogen forsvinder efter at vre blevet lst. +50431 Bagholdsmanual Ls denne bog for at lre bagholdsangrebs frdigheden. Bogen forsvinder efter lsningen. +50432 Hurtigangrebs-Manual Ls denne bog for at lre lynangrebs frdigheden. Bogen forsvinder efter lsningen. +50433 Bog om krd-hvirvel Ls denne bog for at lre krd-hvirvels frdigheden. Bogen forsvinder efter lsningen. +50434 Camouflerings Manual Ls denne bog for at lre at camouflerings frdigheden. Bogen forsvinder efter lsningen. +50435 Giftskys-Manual Ls denne bog for at lre giftskys frdigheden. Bogen forsvinder efter lsningen. +50436 Lumsk gift manual Brug denne bog til at mestre den Lumsk gift egenskab. Bogen forsvinder efter at vre blevet lst. +50446 Gentaget Skud Manual Ls denne bog for at lre gentagende skuds frdigheden. Bogen forsvinder efter lsningen. +50447 Pileregns-Manual Ls denne bog for at lre pileregns frdigheden. Bogen forsvinder efter lsningen. +50448 Ildpils-Manual Ls denne bog for at lre ildpile frdigheden. Bogen forsvinder efter lsningen. +50449 Fjerlet Gangs-Manual Ls denne bog for at lre fjerlet gangart frdigheden. Bogen forsvinder efter lsningen. +50450 Giftpils-Manual Ls denne bog for at lre giftpile frdigheden. Bogen forsvinder efter lsningen. +50451 Gnist manual Brug denne bog til at mestre gnist egenskab. Bogen forsvinder efter at vre blevet lst. +50461 Fingerslags-Manual Ls denne bog for at lre fingerangrebs frdigheden. Bogen forsvinder efter lsningen. +50462 Dragehvirvel-Manual Ls denne bog for at lre drage-hvirvels frdigheden. Bogen forsvinder efter lsningen. +50463 Fortryllet Klinge Manual Ls denne bog for at lre fortryllede klinge frdigheden. Bogen forsvinder efter lsningen. +50464 Frygt-Manual Ls denne bog for at lre frygt frdigheden. Bogen forsvinder efter lsningen. +50465 Fortryllet Rust.-Manual Ls denne bog for at lre om fortryllede rustninge frdigheden. Bogen forsvinder efter lsningen. +50466 Fordrivelses-Manual Ls denne bog for at lre fordrivelses frdigheden. Bogen forsvinder efter lsningen. +50476 Mrkt Slag Manual Ls denne bog for at lre det mrke slag frdigheden. Bogen forsvinder efter lsningen. +50477 Flammeslags-Manual Ls denne bog for at lre flammeslags frdigheden. Bogen forsvinder efter lsningen. +50478 Flammends-Manual Ls denne bog for at lre flammends frdigheden. Bogen forsvinder efter lsningen. +50479 Mrk Beskyttelse Manual Ls denne bog for at lre mrk beskyttelses frdigheden. Bogen forsvinder efter lsningen. +50480 ndeslags-Manual Ls denne bog for at lre ndeslags frdigheden. Bogen forsvinder efter lsningen. +50481 Mrk Sten Manual Ls denne bog for at lre den mrke stens frdigheden. Bogen forsvinder efter lsningen. +50491 Flyvende Talisman Manual Ls denne bog for at lre flyvende talisman frdigheden. Bogen forsvinder efter lsningen. +50492 Drageskuds-Manual Ls denne bog for at lre drage-skydnings frdigheden. Bogen forsvinder efter lsningen. +50493 Dragebrls-Manual Ls denne bog for at lre dragens brl frdigheden. Bogen forsvinder efter lsningen. +50494 Velsignelses-Manual Ls denne bog for at lre velsignelses frdigheden. Bogen forsvinder efter lsningen. +50495 Reflekterings Manual Ls denne bog for at lre reflekterings frdigheden. Bogen forsvinder efter lsningen. +50496 Dragehjlps Manual Ls denne bog for at lre dragehjlps frdigheden. Bogen forsvinder efter lsningen. +50506 Lyn Kast Manual Ls denne bog for at lre lyn kast frdigheden. Bogen forsvinder efter lsningen. +50507 Lyn Manual Ls denne bog for at lre lyn frdigheden. Bogen forsvinder efter lsningen. +50508 Lynklo Manual Ls denne bog for at lre lynklos frdigheden. Bogen forsvinder efter lsningen. +50509 Helbredelses-Manual Ls denne bog for at lre helbredelses frdigheden. Bogen forsvinder efter lsningen. +50510 Hurtigheds-Manual Ls denne bog for at lre hurtigheds frdigheden. Bogen forsvinder efter lsningen. +50511 Angrebs-Manual Ls denne bog for at lre angrebs frdigheden. Bogen forsvinder efter lsningen. +50512 Regnbuesten Stenen, der bner de spirituelle jne og viser alle frdigheder. +50513 Sjlesten Den legendariske sten der bliver brugt for at ge stor-mester-frdighederne. +50530 Riv manual Brug denne bog til at mestre riv egenskaben. Bogen forsvinder efter at vre blevet lst. +50531 Ulvens nde maual Brug denne bog til at mestre ulvens nde egenskaben. Bogen forsvinder efter at vre blevet lst. +50532 Ulve hop manual Brug denne bog til at mestre ulve hop egenskaben. Bogen forsvinder efter at vre blevet lst. +50533 Ulvens klo manual Brug denne bog til at mestre ulvens klo egenskaben. Bogen forsvinder efter at vre blevet lst. +50534 Hjrd ulve sjls manual Brug denne bog til at mestre hjrd ulve sjl egenskaben. Bogen forsvinder efter at vre blevet lst. +50535 Indigo ulve sjl manual Brug denne bog til at mestre indigo ulve sjl egenskaben. Bogen forsvinder efter at vre blevet lst. +50600 Minedrifts Guide Denne bog bliver brugt for at ge minedrifts-frdigheden. | Bogen forsvinder efter lsningen. +50601 Diamantsten Kan, ved at anvende en hjovn i Ordenen, forvandles til en Diamant. +50602 Rav Kan, ved at anvende en hjovn i Ordenen, forvandles til en Ravsten. +50603 Fossil gren Kan, ved at anvende en hjovn i Ordenen, forvandles til en Fossiltr +50604 Kobbermalm Kan, ved at anvende en hjovn i Ordenen, forvandles til Kobber +50605 Slvmalm Kan, ved at anvende en hjovn i Ordenen, forvandles til Slv +50606 Guldmalm Kan, ved at anvende en hjovn i Ordenen, forvandles til Guld +50607 Jademalm Kan, ved at anvende en hjovn i Ordenen, forvandles til Jade. +50608 Ibentrmalm Kan, ved at anvende en hjovn i Ordenen, forvandles til Ibentr. +50609 Perlestykke Kan, ved at anvende en hjovn i Ordenen, forvandles til en Perle. +50610 Hvidguldmalm Kan, ved at anvende en hjovn i Ordenen, forvandles til Hvidguld. +50611 Krystalmalm Kan, ved at anvende en hjovn i Ordenen, forvandles til Krystal. +50612 Kvartsmalm Kan, ved at anvende en hjovn i Ordenen, forvandles til kvarts. +50613 Himmeltremalm Kan, ved at anvende en hjovn i Ordenen, forvandles til en Himmeltre. +50614 Sjle krystal malm Ved hjlp af en Ordens Alkymist, kan du producere Sjle krystal ud af denne malm. +50615 Rubin malm Ved hjlp af en Ordens Alkymist, kan du producere Rubin ud af denne malm. +50616 Granat malm Ved hjlp af en Ordens Alkymist, kan du producere Granat ud af denne malm. +50617 Smaragd malm Ved hjlp af en Ordens Alkymist, kan du producere Smaragd ud af denne malm. +50618 Safir malm Ved hjlp af en Ordens Alkymist, kan du producere Safir ud af denne malm. +50619 Tourmaline malm Ved brug af ordens hjovnen, kan du producere Tourmaline ud af dette malm. +50621 Diamant Den hrdeste delsten som ogs anvendes som smykke. +50622 Rav Et sknt stykke Rav. | Det kan benyttes som vedhng p smykker. +50623 Fossiltr Vrdifuldt tr. | Det kan sammensttes med andet trtilbehr. +50624 Kobber Bliver af og til brugt til at fremstille bronze og mnter. | Kan tilfjes p kobber-smykker. +50625 Slv Et skinnende metal, som benyttes til at fremstille smykker. | Kan benyttes som vedhng p slvsmykker. +50626 Guld Guld benyttes til at lave smykker. | Kan benyttes som vedhng p guldsmykker. +50627 Jade Et af de vrdifulde miniraler | Kan benyttes som vedhng p Jadesmykker. +50628 Ibentr Det strkeste og letteste tr alle alle sorter | Kan benyttes som vedhng p Ibentrsmykker. +50629 Perle Benyttes til at lave smykker.| Kan benyttes som vedhng p Perlesmykker. +50630 Hvidguld Guld som ligner Slv, men er hrdere.| Kan benyttes som vedhng p Hvidguldssmykker. +50631 Krystal Er ogs kaldet Bjergkrystal eller Quartz | Kan benyttes som vedhng p Krystalsmykker. +50632 Ametyst En violet Quartz | Kan benyttes som vedhng p Ametystsmykker. +50633 Himmeltre Krystalliseret regn fra paradis. | Kan benyttes som vedhng p Himmeltresmykker. +50634 Sjle krystal En krystal, s ren som sjlen. Kan bruges til at lave tilbehr. +50635 Rubin Rd delsten med en unik afpudsning. Kan forarbejdes til et vrdifuldt smykke. +50636 Granat Orange delsten med en unik afpudsning. Kan forarbejdes til et vrdifuldt smykke. +50637 Smaragd Grn delsten med en unik afpudsning. Kan forarbejdes til et vrdifuldt smykke. +50638 Safir Bl delsten med en unik afpudsning. Kan forarbejdes til et vrdifuldt smykke. +50639 Tourmaline Denne magiske delsten skinder i alle regnbuens farver. Kan bruges til at fremstille tilbehr. +50701 Ferskenblomst Tidligere blev ferskenblomsten brugt som hudcreme-ingrediens. Forskning +50702 Klokkeblomst Denne blomst findes i adskillige egne og helbreder forklelser og hoste. Forskning +50703 Kakiblomst Sagnet fortller, at nr en kvinde brer blomsten som halskde vil hun f en sn. Forskning +50704 Gango-rod Gango-rod ger immunsystemet og hele kroppens modstandsdygtighed. Forskning +50705 Syren Denne plante ger koncentrations- og hukommelsesevnen. Forskning +50706 Tue-svamp Denne svamp bliver brugt til at helbrede svnlshed. Forskning +50707 Alperose Denne plante forstrker nervesystemet. Forskning +50708 Morbr Morbr giver styrke og gr personen munter. Forskning +50709 Lvetand Lvetanden hjlper mod halssmerter og smager dejligt. Forskning +50710 Tidsel Denne blomst styrker kroppens knogler. Forskning +50711 Daddel Denne frugt smager meget godt og giver kroppen ny livsnd. Forskning +50712 Sam-Zi blomst Denne meget sjldne plante kan - hvis den tilberedes korrekt - bruges som strkningsmiddel Forskning +50721 Ferskenblomst Tidligere blev ferskenblomsten brugt som hudcreme-ingrediens. Eliksirfremstilling +50722 Klokkeblomst Denne blomst findes i adskillige egne og helbreder forklelser og hoste. Eliksirfremstilling +50723 Kakiblomst Sagnet fortller, at nr en kvinde brer blomsten som halskde vil hun f en sn. Eliksirfremstilling +50724 Gango-rod Gango-rod ger immunsystemet og hele kroppens modstandsdygtighed. Eliksirfremstilling +50725 Syren Denne plante ger koncentrations- og hukommelsesevnen. Eliksirfremstilling +50726 Tue-svamp Denne svamp bliver brugt til at helbrede svnlshed. Eliksirfremstilling +50727 Alperose Denne plante forstrker nervesystemet. Eliksirfremstilling +50728 Morbr Morbr giver styrke og gr personen munter. Eliksirfremstilling +50729 Lvetand Lvetanden hjlper mod halssmerter og smager dejligt. Eliksirfremstilling +50730 Tidsel Denne blomst styrker kroppens knogler. Eliksirfremstilling +50731 Daddel Denne frugt smager meget godt og giver kroppen ny livsnd. Eliksirfremstilling +50732 Sam-Zi blomst Denne meget sjldne plante kan - hvis den tilberedes korrekt - bruges som strkningsmiddel Eliksirfremstilling +50801 Ferskenblomst saft Saft af ferskenblomster. Og den frisker dig op. +50802 Klokkeblomst saft Denne eliksir lavet af klokkeblomster ger din styrke med 5 point i 3 minutter. +50803 Kakiblomst saft Saft af kakiblomsten. ger koncentrationen. +50804 Gango-rod saft Saft af gango-rdder. Helbreder sm sr. +50805 Syren saft Saft af syren. +50806 Tue Svamp Juice Denne juice er lave af Tue Svampe. +50807 Alperose saft Saft af alperoser. +50808 Morbr saft Saft af morbr. +50809 Lvetands saft Saft af lvetand. +50810 Tidsel saft Saft af tidsler. +50811 Daddel saft Saft af daddler. +50812 Sam-Zi plantens saft Saft af Sam-Zi planter. +50813 Sim-vand Denne eliksir lavet af ferskenblomst-saft og syren ger din chance for at lave gennemborende angreb med 10% i 3 minutter. +50814 Dok vand En eliksir lavet af klokkeblomst saft og syren, som ger dine chancer for at lave et kritisk slag med 10% i 3 minutter. +50815 Bo-vand Denne eliksir bestr af Kakiblomst saft og tue-svampe. Eliksiren forbedrer hjerneaktiviten. +50816 Young-vand Denne eliksir bestr af gango-rod og tue-svamp. Eliksiren giver din krop ny livsnd. +50817 Zin-vand Denne eliksir lavet af Sim-vand og alperoser ger din angrebsvrdi med 50 point i 3 minutter. +50818 SamBo-vand Denne eliksir lavet af Dok-vand og alperoser ger dit forsvar med 70 point i 3 minutter. +50819 Mong vand Denne eliksir lavet af Bo-vand og morbr ger dit magi-forsvar med 10% i 3 minutter. +50820 Hwal-vand Denne eliksir lavet af Young-vand og morbr ger din angrebshastighed med 3 point i 3 minutter. +50901 Tom flaske Bliver brugt til at fremstille eliksir. +50902 Begynderrecept En let at g i gang med opgave, ogs for nybegyndere. +50903 Recept En opskrift-opgave, som krver velse. +50904 Proffessionel Recept En opskrift-opgave, som kun kan udfres korrekt af experter. +50905 Recept til Sim-vand Den beskriver den njagtige mde at fremstille vand udfra ferskenblomst juice og syrener. +50906 Recept til Dok-vand Den beskriver den njagtige mde at fremstille vand fra klokkeblomst juice og syrener. +50907 Recept til Bo-vand Den beskriver den njagtige mde at fremstille vand fra kakiblomst juice og tue-svamp. +50908 Recept til Young-vand Den beskriver den njagtige mde at fremstille vand fra gango-rod saft og tue-svamp. +50909 Recept til Zin-vand Den beskriver den njagtige mde at fremstille vand fra ferskenblomst juice, syrener og alperoser. +50910 Recept til Hwal-vand Den beskriver den njagtige mde at fremstille vand fra gango-rod saft, Tur-svamp og morbr. +51001 Energi Fragment Fragmenter fra en Energi Krystal. 30 styks kan smeltes sammen til en krystal. +51002 Energi Krystal Denne krystal forger din bonus i to timer. +51501 Cor Draconis (uslebet) Krystal drage hjertet indeholder en tilfldig drage sten fra den uslebne klasse. +51502 Cor Draconis (uslebet) Krystal drage hjertet indeholder en tilfldig drage sten fra den uslebne klasse. +51503 Cor Draconis (normal) Krystal drage hjertet. Klasse: normal. Indeholder mat drage sten fra klassen uslebbe til slebne. +51504 Cor Draconis (del) Krystal drage hjertet. Klasse: del. Indeholder mat drage sten fra klassen uslebne til sjlden. +51505 Cor Draconis (vrdifuld) Krystal drage hjertet. Klasse: vrdifuld. Indeholder mat drage sten fra klassen uslebne til antik. +51506 Cor Draconis (gdefuld) Krystal drage hjertet. Klasse: gdefuld. Indeholder mat drage sten fra klassen uslebne til mystisk. +51507 Cor Draconis (slebet) Krystal drage hjertet indeholder en tilfldig drage sten fra den slebne klasse. +51508 Cor Draconis (sjlden) Krystal drage hjertet indeholder en tilfldig drage sten fra den sjldne klasse. +51509 Cor Draconis (antik) Krystal drage hjertet indeholder en tilfldig drage sten fra antik klassen. +51510 Cor Draconis (mystisk) Krystal drage hjertet indeholder en tilfldig drage sten fra den mystiske klasse. +51511 Cor Diamas Hvid Cor Draconis. Indeholder en tilfldig drage diamant. +51512 Cor Rubinum Rd Cor Draconis. Indeholder en tilfldig drage rubin. +51513 Cor Jadeit Grn Cor Draconis. Indeholder en tilfldig drage jade. +51514 Cor Saphirum Bl Cor Draconis. Indeholde en tilfldig drage safir. +51515 Cor Granatum Orange Cor Draconis. Indeholder en tilfldig drage granat. +51516 Cor Atrum Sort Cor Draconis. Indeholder en tilfldig drage onyx. +51517 Cor Diamas (normal) Hvid Cor Draconis. Rang: normal. Indeholden en mat drage diamant fra den uslebne til slebne klasse. +51518 Cor Rubinum (normal) Rd Cor Draconis. Rang: normal. Indeholder en mat drage rubin fra den uslebne til slebne klasse. +51519 Cor Jadeit (normal) Grn Cor Draconis. Rang: normal. Indeholder en mat drage jade fra den uslebne til slebne klasse. +51520 Cor Saphirum (normal) Bl Cor Draconis. Rang: normal. Indeholder en mat drage safir fra den uslebne til slebne klasse. +51521 Cor Granatum (normal) Orange Cor Draconis. Rang: normal. Indeholder en mat drage granat fra den uslebne til slebne klasse. +51522 Cor Atrum (normal) Sort Cor Draconis. Rang: normal. Indeholder en mat drage onyx fra den uslebne til slebne klasse. +51523 Cor Diamas (del) Hvid Cor Draconis. Rang: del. Indeholder en mat drage diamant fra den slebne til sjldne klasse. +51524 Cor Rubinum (del) Rd Cor Draconis. Rang: del. Indeholder en mat drage rubin fra den slebne til sjldne klasse. +51525 Cor Jadeit (del) Grn Cor Draconis. Rang: del. Indeholder en mat drage jade fra den slebne til sjldne klasse. +51526 Cor Saphirum (del) Bl Cor Draconis. Rang: del. Indeholder en mat drage safir fra den slebne til sjldne klasse. +51527 Cor Granatum (del) Orange Cor Draconis. Rang: del. Indeholder en mat granat diamant fra den slebne til sjldne klasse. +51528 Cor Atrum (del) Sort Cor Draconis. Rang: del. Indeholder en mat drage onyx fra den slebne til sjldne klasse. +51529 Cor Diamas (vrdifuld) Hvid Cor Draconis. Rang: vrdifulde. Indeholder en mat drage diamant fra den uslebne til antikke klasse. +51530 Cor Rubinum (vrdifuld) Rd Cor Draconis. Rang: vrdifulde. Indeholder en mat drage rubin fra den uslebne til antikke klasse. +51531 Cor Jadeit (vrdifuld) Grn Cor Draconis. Rang: vrdifulde. Indeholder en mat drage jade fra den uslebne til antikke klasse. +51532 Cor Saphirum (vrdifuld) Bl Cor Draconis. Rang: vrdifulde. Indeholder en mat drage safir fra den uslebne til antikke klasse. +51533 Cor Granatum (vrdifuld) Orange Cor Draconis. Rang: vrdifulde. Indeholder en mat drage granat fra den uslebne til antikke klasse. +51534 Cor Atrum (vrdifuld) sort Cor Draconis. Rang: vrdifulde. Indeholder en mat drage onyx fra den uslebne til antikke klasse. +51535 Cor Diamas (fejlfri) Hvid Cor Draconis. Rang: fejlfri. Indeholder en mat drage diamant fra den uslebne til mystiske klasse. +51536 Cor Rubinum (fejlfri) Rd Cor Draconis. Rang: fejlfri. Indeholder en mat drage rubin fra den uslebne til mystiske klasse. +51537 Cor Jadeit (fejlfri) Grn Cor Draconis. Rang: fejlfri. Indeholder en mat drage jade fra den uslebne til mystiske klasse. +51538 Cor Saphirum (fejlfri) Bl Cor Draconis. Rang: fejlfri. Indeholder en mat drage safir fra den uslebne til mystiske klasse. +51539 Cor Granatum (fejlfri) Orange Cor Draconis. Rang: fejlfri. Indeholder en mat drage granat fra den uslebne til mystiske klasse. +51540 Cor Atrum (fejlfri) Sort Cor Draconis. Rang: fejlfri. Indeholder en mat drage onyx fra den uslebne til mystiske klasse. +51541 Cor Draconis (gldende) Krystal drage hjertet. Klasse: gldende. Indeholder mat drage sten fra klassen slebne til sjlden. +51542 Cor Diamas (gldende) Hvid Cor Draconis. Rang: gldende. Indeholder en mat drage diamant fra klassen slebne til sjlden. +51543 Cor Rubinum (gldende) Rd Cor Draconis. Rang: gldende. Indeholder en mat drage rubin fra klassen slebne til sjlden. +51544 Cor Jadeit (gldende) Grn Cor Draconis. Rang: gldende. Indeholder en mat drage jade fra klassen slebne til sjlden. +51545 Cor Saphirum (gldende) Bl Cor Draconis. Rang: gldende. Indeholder en mat drage safir fra klassen slebne til sjlden. +51546 Cor Granatum (gldende) Orange Cor Draconis. Rang: gldende. Indeholder en mat drage granat fra klassen slebne til sjlden. +51547 Cor Atrum (gldende) Sort Cor Draconis. Rang: gldende. Indeholder en mat drage onyx fra klassen slebne til sjlden. +51548 Cor Draconis (fejlfri) Krystal drage hjertet. Klasse: fejlfri. Indeholder mat drage sten fra klassen uslebne til mystisk. +51549 Cor Draconis (evig) Krystal drage hjertet. Klasse: evig. Indeholder mat drage sten fra klassen slebne til antik. +51550 Cor Diamas (evig) Hvid Cor Draconis. Rang: evig. Indeholder en mat drage diamant fra klassen slebne til antik. +51551 Cor Rubinum (evig) Rd Cor Draconis. Rang: evig. Indeholder en mat drage rubin fra klassen slebne til antik. +51552 Cor Jadeit (evig) Grn Cor Draconis. Rang: evig. Indeholder en mat drage jade fra klassen slebne til antik. +51553 Cor Saphirum (evig) Bl Cor Draconis. Rang: evig. Indeholder en mat drage safir fra klassen slebne til antik. +51554 Cor Granatum (evig) Orange Cor Draconis. Rang: evig. Indeholder en mat drage granat fra klassen slebne til antik. +51555 Cor Atrum (evig) Sort Cor Draconis. Rang: evig. Indeholder en mat drage onyx fra klassen slebne til antik. +51556 Cor Diamas (mystisk) Hvid Cor Draconis. Rang: gdefuld. Indeholder en mat drage diamant fra klassen slebne til mystisk. +51557 Cor Rubinum (mystisk) Rd Cor Draconis. Rang: gdefuld. Indeholder en mat drage rubin fra klassen slebne til mystisk. +51558 Cor Jadeit (mystisk) Grn Cor Draconis. Rang: gdefuld. Indeholder en mat drage jade fra klassen slebne til mystisk. +51559 Cor Saphirum (mystisk) Bl Cor Draconis. Rang: gdefuld. Indeholder en mat drage safir fra klassen slebne til mystisk. +51560 Cor Granatum (mystisk) Orange Cor Draconis. Rang: gdefuld. Indeholder en mat drage granat fra klassen slebne til mystisk. +51561 Cor Atrum (mystisk) Sort Cor Draconis. Rang: gdefuld. Indeholder en mat drage onyx fra klassen slebne til mystisk. +51562 Cor Draconis (episk) Krystal drage hjertet. Klasse: episk. Indeholder mat drage sten fra klassen sjlden til antik. +51563 Cor Diamas (episk) Hvid Cor Draconis. Rang: episk. Indeholder en mat drage diamant fra klassen sjlden til mystisk. +51564 Cor Rubinum (episk) Rd Cor Draconis. Rang: episk. Indeholder en mat drage rubin fra klassen sjlden til mystisk. +51565 Cor Jadeit (episk) Grn Cor Draconis. Rang: episk. Indeholder en mat drage jade fra klassen sjlden til mystisk. +51566 Cor Saphirum (episk) Bl Cor Draconis. Rang: episk. Indeholder en mat drage safir fra klassen sjlden til mystisk. +51567 Cor Granatum (episk) Orange Cor Draconis. Rang: episk. Indeholder en mat drage granat fra klassen sjlden til mystisk. +51568 Cor Atrum (episk) Sort Cor Draconis. Rang: episk. Indeholder en mat drage onyx fra klassen sjlden til mystisk. +51569 Cor Draconis (gud.lig) Krystal drage hjertet. Klasse: guddommelig. Indeholder mat drage sten fra klassen sjldne til mystisk. +51570 Cor Diamas (guddommelig) Hvid Cor Draconis. Rang: guddommelig. Indeholder en mat drage diamant fra klassen sjlden til mystisk. +51571 Cor Rubinum (guddommelig) Rd Cor Draconis. Rang: guddommelig. Indeholder en mat drage rubin fra klassen sjlden til mystisk. +51572 Cor Jadeit (guddommelig) Grn Cor Draconis. Rang: guddommelig. Indeholder en mat drage jade fra klassen sjlden til mystisk. +51573 Cor Saphirum (gud.lig) Bl Cor Draconis. Rang: guddommelig. Indeholder en mat drage safir fra klassen sjlden til mystisk. +51574 Cor Granatum (gud.lig) Orange Cor Draconis. Rang: guddommelig. Indeholder en mat drage granat fra klassen sjlden til mystisk. +51575 Cor Atrum (guddommelig) Sort Cor Draconis. Rang: guddommelig. Indeholder en mat drage onyx fra klassen sjlden til mystisk. +51576 Cor Draconis+ (normal) Kraftfuld Cor Draconis: Rang: normal. Indeholder en drage sten fra klassen usleben til sleben med en tilfldig klarhedsgrad. +51577 Cor Diamas+ (normal) Kraftfuld Cor Draconis: Rang: normal. Indeholder en drage diamant fra klassen usleben til sleben med en tilfldig klarhedsgrad. +51578 Cor Rubinum+ (normal) Kraftfuld Cor Draconis: Rang: normal. Indeholder en drage rubin fra klassen usleben til sleben med en tilfldig klarhedsgrad. +51579 Cor Jadeit+ (normal) Kraftfuld Cor Draconis: Rang: normal. Indeholder en drage jade fra klassen usleben til sleben med en tilfldig klarhedsgrad. +51580 Cor Saphirum+ (normal) Kraftfuld Cor Draconis: Rang: normal. Indeholder en drage safir fra klassen usleben til sleben med en tilfldig klarhedsgrad. +51581 Cor Granatum+ (normal) Kraftfuld Cor Draconis: Rang: normal. Indeholder en drage granat fra klassen usleben til sleben med en tilfldig klarhedsgrad. +51582 Cor Atrum+ (normal) Kraftfuld Cor Draconis: Rang: normal. Indeholder en drage onyx fra klassen usleben til sleben med en tilfldig klarhedsgrad. +51583 Cor Draconis+ (del) Kraftfuld Cor Draconis. Rang: del. Indeholder en drage sten fra klassen usleben til sjlden med en tilfldig klarhedsgrad. +51584 Cor Diamas+ (del) Kraftfuld Cor Draconis. Rang: del. Indeholder en drage diamant fra klassen usleben til sjlden med en tilfldig klarhedsgrad. +51585 Cor Rubinum+ (del) Kraftfuld Cor Draconis. Rang: del. Indeholder en drage rubin fra klassen usleben til sjlden med en tilfldig klarhedsgrad. +51586 Cor Jadeit+ (del) Kraftfuld Cor Draconis. Rang: del. Indeholder en drage jade fra klassen usleben til sjlden med en tilfldig klarhedsgrad. +51587 Cor Saphirum+ (del) Kraftfuld Cor Draconis. Rang: del. Indeholder en drage safir fra klassen usleben til sjlden med en tilfldig klarhedsgrad. +51588 Cor Granatum+ (del) Kraftfuld Cor Draconis. Rang: del. Indeholder en drage granat fra klassen usleben til sjlden med en tilfldig klarhedsgrad. +51589 Cor Atrum+ (del) Kraftfuld Cor Draconis. Rang: del. Indeholder en drage onyx fra klassen usleben til sjlden med en tilfldig klarhedsgrad. +51590 Cor Draconis+ (vrdifuld) Kraftfuld Cor Draconis. Rang: vrdifuld. Indeholder en drage sten fra klassen usleben til aktik med en tilfldig klarhedsgrad. +51591 Cor Diamas+ (vrdifuld) Kraftfuld Cor Draconis. Rang: vrdifuld. Indeholder en drage diamant fra klassen usleben til antik med en tilfldig klarhedsgrad. +51592 Cor Rubinum+ (vrdifuld) Kraftfuld Cor Draconis. Rang: vrdifuld. Indeholder en drage rubin fra klassen usleben til antik med en tilfldig klarhedsgrad. +51593 Cor Jadeit+ (vrdifuld) Kraftfuld Cor Draconis. Rang: vrdifuld. Indeholder en drage jade fra klassen usleben til antik med en tilfldig klarhedsgrad. +51594 Cor Saphirum+ (vrdifuld) Kraftfuld Cor Draconis. Rang: vrdifuld. Indeholder en drage safir fra klassen usleben til antik med en tilfldig klarhedsgrad. +51595 Cor Granatum+ (vrdifuld) Kraftfuld Cor Draconis. Rang: vrdifuld. Indeholder en drage granat fra klassen usleben til antik med en tilfldig klarhedsgrad. +51596 Cor Atrum+ (vrdifuld) Kraftfuld Cor Draconis. Rang: vrdifuld. Indeholder en drage onyx fra klassen usleben til antik med en tilfldig klarhedsgrad. +51597 Cor Draconis+ (fejlfri) Kraftfuld Cor Draconis. Rang: fejlfri. Indeholder en drage sten fra klassen usleben til mystisk med en tilfldig klarhedsgrad. +51598 Cor Diamas+ (fejlfri) Kraftfuld Cor Draconis. Rang: fejlfri. Indeholder en drage diamant fra klassen usleben til mystisk med en tilfldig klarhedsgrad. +51599 Cor Rubinum+ (fejlfri) Kraftfuld Cor Draconis. Rang: fejlfri. Indeholder en drage rubin fra klassen usleben til mystisk med en tilfldig klarhedsgrad. +51600 Cor Jadeit+ (fejlfri) Kraftfuld Cor Draconis. Rang: fejlfri. Indeholder en drage jade fra klassen usleben til mystisk med en tilfldig klarhedsgrad. +51601 Cor Saphirum+ (fejlfri) Kraftfuld Cor Draconis. Rang: fejlfri. Indeholder en drage safir fra klassen usleben til mystisk med en tilfldig klarhedsgrad. +51602 Cor Granatum+ (fejlfri) Kraftfuld Cor Draconis. Rang: fejlfri. Indeholder en drage granat fra klassen usleben til mystisk med en tilfldig klarhedsgrad. +51603 Cor Atrum+ (fejlfri) Kraftfuld Cor Draconis. Rang: fejlfri. Indeholder en drage onyx fra klassen usleben til mystisk med en tilfldig klarhedsgrad. +51604 Cor Draconis+ (gldende) Kraftfuld Cor Draconis. Rang: gldende. Indeholder en drage sten fra klassen sleben til sjlden med en tilfldig klarhedsgrad. +51605 Cor Diamas+ (gldende) Kraftfuld Cor Draconis. Rang: gldende. Indeholder en drage diamant fra klassen sleben til sjlden med en tilfldig klarhedsgrad. +51606 Cor Rubinum+ (gldende) Kraftfuld Cor Draconis. Rang: gldende. Indeholder en drage rubin fra klassen sleben til sjlden med en tilfldig klarhedsgrad. +51607 Cor Jadeit+ (gldende) Kraftfuld Cor Draconis. Rang: gldende. Indeholder en drage jade fra klassen sleben til sjlden med en tilfldig klarhedsgrad. +51608 Cor Saphirum+ (gldende) Kraftfuld Cor Draconis. Rang: gldende. Indeholder en safir sten fra klassen sleben til sjlden med en tilfldig klarhedsgrad. +51609 Cor Granatum+ (gldende) Kraftfuld Cor Draconis. Rang: gldende. Indeholder en drage granat fra klassen sleben til sjlden med en tilfldig klarhedsgrad. +51610 Cor Atrum+ (gldende) Kraftfuld Cor Draconis. Rang: gldende. Indeholder en drage onyx fra klassen sleben til sjlden med en tilfldig klarhedsgrad. +51611 Cor Draconis+ (evig) Kraftfuld Cor Draconis. Rang: evig. Indeholder en drage sten fra klassen sleben til antik med en tilfldig klarhedsgrad. +51612 Cor Diamas+ (evig) Kraftfuld Cor Draconis. Rang: evig. Indeholder en drage diamant fra klassen sleben til antik med en tilfldig klarhedsgrad. +51613 Cor Rubinum+ (evig) Kraftfuld Cor Draconis. Rang: evig. Indeholder en drage rubin fra klassen sleben til antik med en tilfldig klarhedsgrad. +51614 Cor Jadeit+ (evig) Kraftfuld Cor Draconis. Rang: evig. Indeholder en drage jade fra klassen sleben til antik med en tilfldig klarhedsgrad. +51615 Cor Saphirum+ (evig) Kraftfuld Cor Draconis. Rang: evig. Indeholder en drage safir fra klassen sleben til antik med en tilfldig klarhedsgrad. +51616 Cor Granatum+ (evig) Kraftfuld Cor Draconis. Rang: evig. Indeholder en drage granat fra klassen sleben til antik med en tilfldig klarhedsgrad. +51617 Cor Atrum+ (evig) Kraftfuld Cor Draconis. Rang: evig. Indeholder en drage onyx fra klassen sleben til antik med en tilfldig klarhedsgrad. +51618 Cor Draconis+ (mystisk) Kraftfuld Cor Draconis. Rang: gdefuld. Indeholder en drage sten fra klassen sleben til mystisk med en tilfldig klarhedsgrad. +51619 Cor Diamas+ (mystisk) Kraftfuld Cor Draconis. Rang: gdefuld. Indeholder en drage diamant fra klassen sleben til mystisk med en tilfldig klarhedsgrad. +51620 Cor Rubinum+ (mystisk) Kraftfuld Cor Draconis. Rang: gdefuld. Indeholder en drage rubin fra klassen sleben til mystisk med en tilfldig klarhedsgrad. +51621 Cor Jadeit+ (mystisk) Kraftfuld Cor Draconis. Rang: gdefuld. Indeholder en drage jade fra klassen sleben til mystisk med en tilfldig klarhedsgrad. +51622 Cor Saphirum+ (mystisk) Kraftfuld Cor Draconis. Rang: gdefuld. Indeholder en drage safir fra klassen sleben til mystisk med en tilfldig klarhedsgrad. +51623 Cor Granatum+ (mystisk) Kraftfuld Cor Draconis. Rang: gdefuld. Indeholder en drage granat fra klassen sleben til mystisk med en tilfldig klarhedsgrad. +51624 Cor Atrum+ (mystisk) Kraftfuld Cor Draconis. Rang: gdefuld. Indeholder en drage onyx fra klassen sleben til mystisk med en tilfldig klarhedsgrad. +51625 Cor Draconis+ (episk) Kraftfuld Cor Draconis. Rang: episk. Indeholder en drage sten fra klassen sjldne til antik med en tilfldig klarhedsgrad. +51626 Cor Diamas+ (episk) Kraftfuld Cor Draconis. Rang: episk. Indeholder en drage diamant fra klassen sjldne til antik med en tilfldig klarhedsgrad. +51627 Cor Rubinum+ (episk) Kraftfuld Cor Draconis. Rang: episk. Indeholder en drage rubin fra klassen sjldne til antik med en tilfldig klarhedsgrad. +51628 Cor Jadeit+ (episk) Kraftfuld Cor Draconis. Rang: episk. Indeholder en drage jade fra klassen sjldne til antik med en tilfldig klarhedsgrad. +51629 Cor Saphirum+ (episk) Kraftfuld Cor Draconis. Rang: episk. Indeholder en drage safir fra klassen sjldne til antik med en tilfldig klarhedsgrad. +51630 Cor Granatum+ (episk) Kraftfuld Cor Draconis. Rang: episk. Indeholder en drage granat fra klassen sjldne til antik med en tilfldig klarhedsgrad. +51631 Cor Atrum+ (episk) Kraftfuld Cor Draconis. Rang: episk. Indeholder en drage onyx fra klassen sjldne til antik med en tilfldig klarhedsgrad. +51632 Cor Draconis+ (gud.lig) Kraftfuld Cor Draconis: Rang: guddommelig. Indeholder en drage sten fra klassen sjldne til mystisk med en tilfldig klarhedsgrad. +51633 Cor Diamas+ (guddommelig) Kraftfuld Cor Draconis: Rang: guddommelig. Indeholder en drage diamant fra klassen sjldne til mystisk med en tilfldig klarhedsgrad. +51634 Cor Rubinum+ (gud.lig) Kraftfuld Cor Draconis: Rang: guddommelig. Indeholder en drage rubin fra klassen sjldne til mystisk med en tilfldig klarhedsgrad. +51635 Cor Jadeit+ (guddommelig) Kraftfuld Cor Draconis: Rang: guddommelig. Indeholder en drage jade fra klassen sjldne til mystisk med en tilfldig klarhedsgrad. +51636 Cor Saphirum+ (gud.lig) Kraftfuld Cor Draconis: Rang: guddommelig. Indeholder en drage safir fra klassen sjldne til mystisk med en tilfldig klarhedsgrad. +51637 Cor Granatum+ (gud.lig) Kraftfuld Cor Draconis: Rang: guddommelig. Indeholder en drage granat fra klassen sjldne til mystisk med en tilfldig klarhedsgrad. +51638 Cor Atrum+ (guddommelig) Kraftfuld Cor Draconis: Rang: guddommelig. Indeholder en drage onyx fra klassen sjldne til mystisk med en tilfldig klarhedsgrad. +51639 Drage kiste Azur bl kiste indeholder elleve normale Cor Draconis. +51640 Drage kiste+ Azur bl kiste indeholde elleve kraftfulde Cor Draconis af "normal" rang samt en grn drage bnne. +51641 Drage kiste+ (farvet) Azur bl kiste indeholde en kraftfuld Cor Draconis af hver farve af "normal" rang samt en grn drage bnne. +51642 Drage kiste (farvet) Azur bl kiste indeholde en normal Cor Draconis i hver farve samt en grn drage bnne. +51643 del drage kiste Azur bl kiste indeholder elleve dle Cor Draconis. +51644 del drage kiste+ Azur bl kiste indeholder elleve kraftfulde Cor Draconis af "del" rang samt en grn drage bnne. +51645 del d. kiste+ (farvet) Azur bl kiste indeholder en kraftfuld Cor Draconis i hver farve af "del" rang samt en grn drage bnne. +51646 del d. kiste (farvet) Azur bl kiste indeholder en del Cor Draconis i hver farve samt en grn drage bnne. +52001 Ung Vildsvin (Segl) Seglet tilkalder dit Unge Vildsvin. Efter kamp uddannelsen, giver han sin rytter op til 5% styrke mod monstre. +52002 Ung Vildsvin (Segl) Seglet tilkalder dit Unge Vildsvin. Efter kamp uddannelsen, ger han indsamling af erfaringer med op til 5%. +52003 Ung Vildsvin (Segl) Seglet tilkalder dit Unge Vildsvin. Efter kamp uddannelsen, ger han sin rytters HP med op til 500. +52004 Ung Vildsvin (Segl) Seglet tilkalder dit Unge Vildsvin. Efter kamp uddannelsen, ger han sin rytters forsvar med op til 150. +52005 Ung Vildsvin (Segl) Seglet tilkalder dit Unge Vildsvin. Efter kamp uddannelsen, ger han sin rytters angreb med op til 100. +52006 Vildsvin (Segl) Seglet tilkalder dit Vildsvin. Han giver sin rytter +3% styrke mod monstre. +52007 Vildsvin (Segl) Seglet tilkalder dit Vildsvin. Han ger indsamling af erfaringer med 3%. +52008 Vildsvin (Segl) Seglet tilkalder dit Vildsvin. Han ger sin rytters HP med 250. +52009 Vildsvin (Segl) Seglet tilkalder dit Vildsvin. Han ger sin rytters forsvar med 50. +52010 Vildsvin (Segl) Seglet tilkalder dit Vildsvin. Han ger sin rytters angreb med 100. +52011 Tapper Vildsvin (Segl) Seglet tilkalder dit Tapre Vildsvin. Han giver sin rytter +5% styrke mod monstre. +52012 Tapper Vildsvin (Segl) Seglet tilkalder dit Tapre Vildsvin. Han ger indsamling af erfaringer med 5%. +52013 Tapper Vildsvin (Segl) Seglet tilkalder dit Tapre Vildsvin. Han ger sin rytters HP med 500. +52014 Tapper Vildsvin (Segl) Seglet tilkalder dit Tapre Vildsvin. Han ger sin rytters forsvar med 150. +52015 Tapper Vildsvin (Segl) Seglet tilkalder dit Tapre Vildsvin. Han ger sin rytters angreb med 100. +52016 Ung Ulv (Segl) Seglet tilkalder din Unge Ulv. Efter kamp uddannelsen, giver han sin rytter op til 5% styrke mod monstre. +52017 Ung Ulv (Segl) Seglet tilkalder din Unge Ulv. Efter kamp uddannelsen, ger han indsamling af erfaringer med op til 5%. +52018 Ung Ulv (Segl) Seglet tilkalder din Unge Ulv. Efter kamp uddannelsen, ger han sin rytters HP med op til 500. +52019 Ung Ulv (Segl) Seglet tilkalder din Unge Ulv. Efter kamp uddannelsen, ger han sin rytters forsvar med op til 150. +52020 Ung Ulv (Segl) Seglet tilkalder din Unge Ulv. Efter kamp uddannelsen, ger han sin rytters angreb med op til 100. +52021 Vild Ulv (Segl) Seglet tilkalder din Vilde Ulv. Han giver sin rytter +3% styrke mod monstre. +52022 Vild Ulv (Segl) Seglet tilkalder din Vilde Ulv. Han ger indsamling af erfaringer med 3%. +52023 Vild Ulv (Segl) Seglet tilkalder din Vilde Ulv. Han ger sin rytters HP med 250. +52024 Vild Ulv (Segl) Seglet tilkalder din Vilde Ulv. Han ger sin rytters forsvar med 50. +52025 Vild Ulv (Segl) Seglet tilkalder din Vilde Ulv. Han ger sin rytters angreb med 30. +52026 Tapper Ulv (Segl) Seglet tilkalder din Tapre Ulv. Han giver sin rytter +5% styrke mod monstre. +52027 Tapper Ulv (Segl) Seglet tilkalder din Tapre Ulv. Han ger indsamling af erfaringer med 5%. +52028 Tapper Ulv (Segl) Seglet tilkalder din Tapre Ulv. Han ger sin rytters HP med 500. +52029 Tapper Ulv (Segl) Seglet tilkalder din Tapre Ulv. Han ger sin rytters forsvar med 150. +52030 Tapper Ulv (Segl) Seglet tilkalder din Tapre Ulv. Han ger sin rytters angreb med 100. +52031 Ung Lve (Segl) Seglet tilkalder din Unge Lve. Efter kamp uddannelsen, giver han sin rytter op til 5% styrke mod monstre. +52032 Ung Lve (Segl) Seglet tilkalder din Unge Lve. Efter kamp uddannelsen, ger han indsamling af erfaringer med op til 5%. +52033 Ung Lve (Segl) Seglet tilkalder din Unge Lve. Efter kamp uddannelsen, ger han sin rytters HP med op til 500. +52034 Ung Lve (Segl) Seglet tilkalder din Unge Lve. Efter kamp uddannelsen, ger han sin rytters forsvar med op til 150. +52035 Ung Lve (Segl) Seglet tilkalder din Unge Lve. Efter kamp uddannelsen, ger han sin rytters angreb med op til 100. +52036 Vild Lve (Segl) Seglet tilkalder din Vilde Lve. Han giver sin rytter +3% styrke mod monstre. +52037 Vild Lve (Segl) Seglet tilkalder din Vilde Lve. Han ger indsamling af erfaringer med 3%. +52038 Vild Lve (Segl) Seglet tilkalder din Vilde Lve. Han ger sin rytters HP med 250. +52039 Vild Lve (Segl) Seglet tilkalder din Vilde Lve. Han ger sin rytters forsvar med 50. +52040 Vild Lve (Segl) Seglet tilkalder din Vilde Lve. Han ger sin rytters angreb med 30. +52041 Tapper Lve (Segl) Seglet tilkalder din Tapre Lve. Han giver sin rytter +5% styrke mod monstre. +52042 Tapper Lve (Segl) Seglet tilkalder din Tapre Lve. Han ger indsamling af erfaringer med 5%. +52043 Tapper Lve (Segl) Seglet tilkalder din Tapre Lve. Han ger sin rytters HP med 500. +52044 Tapper Lve (Segl) Seglet tilkalder din Tapre Lve. Han ger sin rytters forsvar med 150. +52045 Tapper Lve (Segl) Seglet tilkalder din Tapre Lve. Han ger sin rytters angreb med 100. +52046 Ung Tiger (Segl) Seglet tilkalder din Unge Tiger. Efter kamp uddannelsen, giver han sin rytter op til 5% styrke mod monstre. +52047 Ung Tiger (Segl) Seglet tilkalder din Unge Tiger. Efter kamp uddannelsen, ger han indsamling af erfaringer med op til 5%. +52048 Ung Tiger (Segl) Seglet tilkalder din Unge Tiger. Efter kamp uddannelsen, ger han sin rytters HP med op til 500. +52049 Ung Tiger (Segl) Seglet tilkalder din Unge Tiger. Efter kamp uddannelsen, ger han sin rytters forsvar med op til 150. +52050 Ung Tiger (Segl) Seglet tilkalder din Unge Tiger. Efter kamp uddannelsen, ger han sin rytters angreb med op til 100. +52051 Vild Tiger (Segl) Seglet tilkalder din Vilde Tiger. Han giver sin rytter +3% styrke mod monstre. +52052 Vild Tiger (Segl) Seglet tilkalder din Vilde Tiger. Han ger indsamling af erfaringer med 3%. +52053 Vild Tiger (Segl) Seglet tilkalder din Vilde Tiger. Han ger sin rytters HP med 250. +52054 Vild Tiger (Segl) Seglet tilkalder din Vilde Tiger. Han ger sin rytters forsvar med 50. +52055 Vild Tiger (Segl) Seglet tilkalder din Vilde Tiger. Han ger sin rytters angreb med 30. +52056 Tapper Tiger (Segl) Seglet tilkalder din Tapre Tiger. Han giver sin rytter +5% styrke mod monstre. +52057 Tapper Tiger (Segl) Seglet tilkalder din Tapre Tiger. Han ger indsamling af erfaringer med 5%. +52058 Tapper Tiger (Segl) Seglet tilkalder din Tapre Tiger. Han ger sin rytters HP med 500. +52059 Tapper Tiger (Segl) Seglet tilkalder din Tapre Tiger. Han ger sin rytters forsvar med 150. +52060 Tapper Tiger (Segl) Seglet tilkalder din Tapre Tiger. Han ger sin rytters angreb med 100. +52061 Ung Rensdyr (Segl) Seglet tilkalder dit Unge Rensdyr (m). Efter kamp uddannelsen, giver han sin rytter op til 5% styrke mod monstre. +52062 Ung Rensdyr (Segl) Seglet tilkalder dit Unge Rensdyr (m). Efter kamp uddannelsen, ger han indsamling af erfaringer med op til 5%. +52063 Ung Rensdyr (Segl) Seglet tilkalder dit Unge Rensdyr (m). Efter kamp uddannelsen, ger han sin rytters HP med op til 500. +52064 Ung Rensdyr (Segl) Seglet tilkalder dit Unge Rensdyr (m). Efter kamp uddannelsen, ger han sin rytters forsvar med op til 150. +52065 Ung Rensdyr (Segl) Seglet tilkalder dit Unge Rensdyr (m). Efter kamp uddannelsen, ger han sin rytters angreb med op til 100. +52066 Vild Rensdyr segl Dette segl tilkalder dit vilde rensdyr: (m) Han giver sin rytter +3% Strk mod monstre. +52067 Vild Rensdyr segl Dette segl tilkalder dit vilde rensdyr: (m) Han ger opsamling af erfaringer med 3%. +52068 Vild Rensdyr (Segl) Seglet tilkalder dit Vilde Rensdyr (m). Han ger sin rytters HP med 250. +52069 Vild Rensdyr (Segl) Seglet tilkalder dit Vilde Rensdyr (m). Han ger sin rytters forsvar med 50. +52070 Vild Rensdyr (Segl) Seglet tilkalder dit Vilde Rensdyr (m). Han ger sin rytters angreb med 30. +52071 Tapper Rensdyr segl Dette segl tilkalder dit tapre rensdyr: (m) Han giver sin rytter +5% Strk mod monstre. +52072 Tapper Rensdyr segl Dette segl tilkalder dit tapre rensdyr: (m) Han ger opsamling af erfaringer med 5%. +52073 Tapper Rensdyr (Segl) Seglet tilkalder dit Tapre Rensdyr (m). Han ger sin rytters HP med 500. +52074 Tapper Rensdyr (Segl) Seglet tilkalder dit Tapre Rensdyr (m). Han ger sin rytters forsvar med 150. +52075 Tapper Rensdyr (Segl) Seglet tilkalder dit Tapre Rensdyr (m). Han ger sin rytters angreb med 100. +52076 Ung Rensdyr (Segl) Seglet tilkalder dit Unge Rensdyr (f). Efter kamp uddannelsen, giver hun sin rytter op til 5% styrke mod monstre. +52077 Ung Rensdyr (Segl) Seglet tilkalder dit Unge Rensdyr (f). Efter kamp uddannelsen, ger hun indsamling af erfaringer med op til 5%. +52078 Ung Rensdyr (Segl) Seglet tilkalder dit Unge Rensdyr (f). Efter kamp uddannelsen, ger hun sin rytters HP med op til 500. +52079 Ung Rensdyr (Segl) Seglet tilkalder dit Unge Rensdyr (f). Efter kamp uddannelsen, ger hun sin rytters forsvar med op til 150. +52080 Ung Rensdyr (Segl) Seglet tilkalder dit Unge Rensdyr (f). Efter kamp uddannelsen, ger hun sin rytters angreb med op til 100. +52081 Vild Rensdyr segl Dette segl tilkalder dit vilde rensdyr: (f) Hun giver sin rytter +3% Strk mod monstre. +52082 Vild Rensdyr (Segl) Seglet tilkalder dit Vilde Rensdyr (f). Hun ger indsamling af erfaringer med 3%. +52083 Vild Rensdyr (Segl) Seglet tilkalder dit Vilde Rensdyr (f). Hun ger sin rytters HP med 250. +52084 Vild Rensdyr (Segl) Seglet tilkalder dit Vilde Rensdyr (f). Hun ger sin rytters forsvar med 50. +52085 Vild Rensdyr (Segl) Seglet tilkalder dit Vilde Rensdyr (f). Hun ger sin rytters angreb med 30. +52086 Tapper Rensdyr segl Dette segl tilkalder dit tapre rensdyr: (f) Hun giver sin rytter +5% Strk mod monstre. +52087 Tapper Rensdyr (Segl) Seglet tilkalder dit Tapre Rensdyr (f). Hun ger indsamling af erfaringer med 5%. +52088 Tapper Rensdyr (Segl) Seglet tilkalder dit Tapre Rensdyr (f). Hun ger sin rytters HP med 500. +52089 Tapper Rensdyr (Segl) Seglet tilkalder dit Tapre Rensdyr (f). Hun ger sin rytters forsvar med 150. +52090 Tapper Rensdyr (Segl) Seglet tilkalder dit Tapre Rensdyr (f). Hun ger sin rytters angreb med 100. +52091 Ungt Dragor segl Dette selg tilkalder din unge Dragor. Med hensyn til hans kamp trning, giver han sin rytter op til 5% strk mod monster. +52092 Ungt Dragor segl Dette selg tilkalder din unge Dragor. Med hensyn til hans kamp trning, ger han erfarings opsamlingen med op til 5%. +52093 Ungt Dragor segl Dette selg tilkalder din unge Dragor. Med hensyn til hans kamp trning, ger han sin rytters HP med op til 500. +52094 Ungt Dragor segl Dette selg tilkalder din unge Dragor. Med hensyn til hans kamp trning, ger han sin rytters forsvar med op til 150. +52095 Ungt Dragor segl Dette selg tilkalder din unge Dragor. Med hensyn til hans kamp trning, ger han sin rytters angreb med op til 100. +52096 Vildt Dragor segl Dette selg tilkalder din vilde Dragor. Han giver sin rytter 3% strk mod monster. +52097 Vildt Dragor segl Dette selg tilkalder din vilde Dragor. Han ger erfarings opsamlingen med 3% +52098 Vildt Dragor segl Dette selg tilkalder din vilde Dragor. Han ger sin rytters HP med 250. +52099 Vildt Dragor segl Dette selg tilkalder din vilde Dragor. Han ger sin rytters forsvar med 50. +52100 Vildt Dragor segl Dette selg tilkalder din vilde Dragor. Han ger sin rytters angreb med 30. +52101 Tapper Dragor segl Dette selg tilkalder din tapre Dragor. Han giver sin rytter 5% strk mod monster. +52102 Tapper Dragor segl Dette selg tilkalder din tapre Dragor. Han ger erfarings opsamlingen med 5%. +52103 Tapper Dragor segl Dette selg tilkalder din tapre Dragor. Han ger sin rytters HP med 500. +52104 Tapper Dragor segl Dette selg tilkalder din tapre Dragor. Han ger sin rytters forsvar med 150. +52105 Tapper Dragor segl Dette selg tilkalder din tapre Dragor. Han ger sin rytters angreb med 100. +52106 Ung Moa (segl) Dette segl tilkalder din unge Moa. Efter trning ger han hans rytters styrke mod monster med op til 5%. +52107 Ung Moa (segl) Dette segl tilkalder din unge Moa. Efter trning ger han hans rytters indsamling af erfaring med op til 5%. +52108 Ung Moa (segl) Dette segl tilkalder din unge Moa. Efter trning ger han hans rytters HP med op til 500. +52109 Ung Moa (segl) Dette segl tilkalder din unge Moa. Efter trning ger han hans rytters forsvar med op til 150. +52110 Ung Moa (segl) Dette segl tilkalder din unge Moa. Efter trning ger han hans rytters angrebs vrdi med op til 100. +52111 Vild Moa (segl) Dette selg tilkalder din Vilde Moa. Han giver sin rytter +3% styrke mod monstre. +52112 Vild Moa (segl) Dette selg tilkalder din Vilde Moa. Han ger sin rytters indsamling af erfaring med 3%. +52113 Vild Moa (segl) Dette segl tilkalder din Vilde Moa. Han ger sin rytters HP med 250. +52114 Vild Moa (segl) Dette segl tilkalder din Vilde Moa. Han ger sin rytters forsvar med 50. +52115 Vild Moa (segl) Dette segl tilkalder din Vilde Moa. Han ger sin rytters angrebs vrdi med 30. +52116 Tapper Moa (segl) Dette segl tilkalder din Tapre Moa. Han giver sin rytter +5% styrke mod monstre. +52117 Tapper Moa (segl) Dette segl tilkalder din Tapre Moa. Han ger sin rytters indsamling af erfaring med 5%. +52118 Tapper Moa (segl) Dette segl tilkalder din Tapre Moa. Han ger sin rytters HP med 500. +52119 Tapper Moa (segl) Dette segl tilkalder din Tapre Moa. Han ger sin rytters forsvar med 150. +52120 Tapper Moa (segl) Dette segl tilkalder din Tapre Moa. Han ger sin rytters angrebs vrdi med 100. +52701 Lve Certifikat Ejerskab Certifikat for en Ung Lve +52702 Tiger Certifikat Ejerskab Certifikat for en Ung Tiger +52703 Vildsvin Certifikat Ejerskab Certifikat for en Ung Vildsvin +52704 Ulv Certifikat Ejerskab Certifikat for en Ung Ulv +52705 Rensdyr Certifikat (m) Ejerskab Certifikat for et Ung Rensdyr (m) +52706 Rensdyr Certifikat (f) Ejerskab Certifikat for et Ung Rensdyr (f) +52707 Dragor certifikat Ejerskabs certifikat for en ung Dragor. +52708 Moa certifikat Dette certifikat fungerer som bekrftelse p, at du er ejer af en ung Moa. +53001 +53002 Unge Rensdyr Segl Du kan bruge dette segl til at tilkalde det sde unge rensdyr. +53003 Is Fniks Segl Du kan bruge dette segl for at tilkalde din ven, Is Fniks. +53005 Baby Azrael Mini versionen af dmon lederen er ekstremt krlig og vil give dig en bonus p 1500 HP og 15% angrebs skade og fra 2. sal af dmon trnet og djvlens katakomber. +53006 Baby Azrael (guld) Denne mini dmon er ekstremt krlig og vil give dig en bonus p 1500 HP og 15% skade fra 2. etage af bde Dmon trnet og djvle katakomberne. +53007 Bambi Segl Du kan bruge dette segl at tilkalde dit unge rensdyr, Bambi. +53008 Knuud segl Dette segl tillader dig at tilkalde din sde isbjrne unge. +53009 Bao Bao segl Dette segl tillader dig at tilkalde din sde panda unge. +53010 Leonidas segl Du kan bruge dette segl at tilkalde din lve unge, Leonidas. +53011 Khan segl Du kan bruge dette selg at tilkalde din tiger unge, Khan. +53012 Porkie segl Du kan bruge dette segl at tilkalde din vildsvine unge, Porkie. +53013 Rufus segl Du kan bruge dette selg at tilkalde din ulve hvalp, Rufus. +53014 Mini Executor segl Dette segl tilkalder din buttede Mini Executor i sort rustning. +53015 Mini Executor segl(guld) Dette segl tilkalder din buttede Mini Executor i en gylden rustning. +53016 Boney segl Dette segl tilkalder dit benede kledyr. +53017 Jade Fniks segl Dette segl tilkalder den yndefulde jade fniks. +53018 Sne Leonidas (segl) Du kan bruge dette segl til at tilkalde dit kledyr. +53019 Arktis Khan (segl) Du kan bruge dette segl til at tilkalde dit kledyr. +53020 Polar Porkie (segl) Du kan bruge dette segl til at tilkalde dit kledyr. +53021 Frost Rufus (segl) Du kan bruge dette segl til at tilkalde dit kledyr. +53022 Sheldon segl Dette segl fr dit kledyr Sheldon til at klge ud af sit g. +53023 Cooper segl Dette segl bringer dit kledyr Cooper hoppende over. +53024 Panter unge (7dage) Dette segl tilkalder din sorte panter unge. +53025 Leopard unge (7dage) Dette segl tilkalder din nuttede leopard unge. +53026 +53218 Panter unge (30 dage) Dette segl tilkalder din sorte panter unge. +53219 Panter unge (120 dage) Dette segl tilkalder din sorte panter unge. +53220 Leopard unge (30 dage) Dette segl tilkalder din nuttede leopard unge. +53221 Leopard unge (120 dage) Dette segl tilkalder din nuttede leopard unge. +53222 Grskarhoved Segl Du kan bruge dette segl til at hidkalde dit Grskarhoved. +53223 Lille Kostesegl Du kan bruge dette segl til at hidkalde din Lille Kost, +53224 Snefnug segl Du kan bruge dette segl til at hidkalde snefnug den sde lille snemand. +53225 Sneklokke segl Du kan bruge dette segl til at hidkalde sneklokke, den festlige lille snemand. +53226 Cupido (Segl) Du kan bruge dette segl til at tilkalde din egen personlige matchmaker. Han giver dig 5% get chance for gennemborende slag og forger dine livs point med 1500. +53227 Rasende hjerte (Segl) Du kan bruge dette segl til at tilkalde det rasende hjerte. Han giver dig 5% forget chance for kritisk slag og forger dine livs point med 1500. +53228 Halvmne (Segl) Du kan bruge dette segl til at tilkalde din bl halvmne. +53229 Halvmne (Segl) Du kan bruge dette segl til at tilkalde din rde halvmne. +53232 Baby Huashin Miniature udgaven af General Huashin giver dig en 5% hjere chance for et gennemborende angreb og ger dine HP med 1500. +53501 +53502 Unge Rensdyr Kiste Det Unge Rensdyr venter utlmodigt i denne kiste p dig for at lukke det ud. +53503 Is Fniks Bur Is Fniks venter i dette bur s du kan lukke den ud. +53504 +53505 Baby Azrael kiste Baby Azrael, miniature versionen af dmon herskeren, venter p at blive sluppet fri fra denne kiste. +53506 Baby Azrael kiste (guld) Baby Azrael (guld), miniature versionen af dmon herskeren, venter p at blive sluppet fri fra denne kiste. +53507 Bambi kiste Det unge rensdyr Bambi str p spring til at komme ud af denne kiste. +53508 Knuud kiste Den nuttede polarbjrn Knuud venter p at blive sat fri fra denne kiste. +53509 Bao Bao kiste Den nuttede panda Bao Bao venter p at du stter ham fri fra denne kiste. +53510 Leonidas kiste Lveungen Leonidas str p spring til at komme ud af denne kiste. +53511 Khan kiste Tigerungen Khan str p spring til at komme ud af denne kiste. +53512 Porkie kiste Det unge vildsvin Porkie venter p at du stter ham fri fra denne kiste. +53513 Rufus kiste Ulveungen Rufus venter p at blive sat fri fra denne kiste. +53514 Mini Executor kiste Den buttede Mini Executor i hans sorte rustning venter p at blive lukket ud fra denne kiste. +53515 MiniExecutor kiste(guld) Den buttede Mini Executor i hans gyldne rustning venter p at blive lukket ud fra denne kiste. +53516 Knogle kiste Indeholde en tilfldig genstand. Men lidt held vil du mske finde skelet hunden, Boney, inden i. +53517 Jade bur Den sjldne jade fniks venter i dette bur p, at du stter den fri. +53518 Sne Leonidas Denne kiste indeholder et Sne Leonidas segl. +53519 Arktis Khan Denne kiste indeholder et Arktis Khan segl. +53520 Polar Porkie Denne kiste indeholder et Polar Porkie segl. +53521 Frost Rufus Denne kiste indeholder et Frost Rufus segl. +53522 Sheldons rede Dit kledyr Sheldon har gemt sig i denne rede. +53523 Kanin bur Den lille kanin Cooper gemmer sig i dette bur. +53526 +53527 Grskarhoved Bur ben dette bur for at modtage dit Grskarhoved Segl. +53528 Kosteskab ben det for at modtage dit Lille Kostesegl. +53529 Snefnug kiste Snefnug, din lille loyale flgesvend, venter i kisten. Selv om han foretrkker det koldt, vil han varme hjertemuslingen i dit hjerte. +53530 Sneklokke kiste Sneklokke, din lille loyale flgesvend, venter i kisten. Befri ham fra hans klige bolig og slap af i strlerne af hans solrig temperament. +53531 Cupido kiste ben kisten og den lille krligheds gud Cupido vil komme til din hjlp. +53532 Rasende hjerte kiste ben kisten og st dens hjerte fri. Men vr forsigtig! Du vil stte ufattelige krfter fri med denne rasende flgesvend. +53533 Halvmne kiste Den bl halvmne venter ivrigt p at blive sat fri fra denne kiste. +53534 Halvmne kiste Den rde halvmne venter ivrigt p at blive sat fri fra denne kiste. +53535 Baby Huashin kiste Miniature udgaven af General Huashin venter p at blive sat fri af denne kiste. +54041 +54042 +54043 Lrlinge kiste I Din velkomst gave indeholder basis udstyrsst, til en optimal start p dine eventyre. +60001 Galde Vske udvundet fra leveren. +60002 Brev fra lejrvagten Pergamentet er skrevet i den energiske hndskrift tilhrende lejrvagten. +60003 Heltesymbol Et item man ikke kan ignorere. +70002 Tredje hnd En hnd der automatisk opsamler Yang. +70003 Lederens bog I den tid hvor gruppens leder er udrustet med denne bog, fr alle gruppemedlemmer i tre timer 30% mere erfaring. +70004 Flittigheds medalje Belnning for dit hrde arbejde. Giver dig 20% flere erfarings point i kamp. +70005 Erfaringsring Du fr 50% mere erfaring i kampe. +70006 Sprogring Ringen er fremstillet til diplomati i en gammel ra. Brug den til at snakke med folk fra andre Riger. +70008 Hvidt flag Et hvidt flag, der viser man kapitulerer. +70009 Skattekiste En dekoreret kiste. Kan kun bnes med en speciel ngle. +70010 lagerdokument Et dokument der hjlper med at organisere lageret. +70012 Gudindens tre Det siges, at de gamle Shamanske kvinder har trstet heltene fra Taewas, som har kmpet mod det onde. +70013 Kmpegudindens tre Tren fra en forhistorisk danser, Tae-Hwa trster en krigers sjl. +70014 Blodtablet En tablet som er fremstillet af blod fra et Rdyr. Den har en hallutionerende effekt. +70015 Billig brste En almindelig robust brste med trhndtag. +70020 Ferskenblomst vin En bryg der jeblikkeligt regenerer dine livspoint med 500 points. +70024 Velsignelseskugle Denne legendariske kugle tilfjer en yderligere attribut, hvis en genstand allerede har 4 attributter. +70027 Notits fra smeden En notits af smeden der forklarer, hvordan du kan forbedre dine vben. +70031 Fgtnings skrifter Disse skrifter indeholder, blandt andet, potentialet og svaghederne ved menneskets anatomi. +70035 Magisk kobbermalm Nr du kombinerer dette malm med et velsignelses dokument hos smeden, s fr du krigsgudens dokument. +70037 Glemsomhedens Bog Det legendariske bog, der muliggr at fjerne hukommelsen om en lrt frdighed. Du kan flytte p 1 frdigheds-point. +70038 Tapperhedens kappe En kulrt kappe, der i sin tid blev brugt af krigerne for at vise deres tapperhed: Alle monster blever tillokket. +70039 Smede hndbog Bogen str i forbindelse med en gammel smeds nd. Nr det bruges ger sandsynligheden for at genstande bliver forbedret. +70040 Orkstdighed Reducere udholdenheds forbruget til det halve. +70043 Tyvehandsker Fordobler sandsynligheden for at finde genstande. +70047 Sprogring (eksempel) I fordums tid, var denne ring fremstillet for diplomaternes kreds. Den tillader brugeren at tale de andre rigers sprog. +70048 Flygtninge kappe En uvurderlig kappe som benyttes af mange som flygter. Nr den bres, skjuler den din rang. +70049 Lucys ring P ringen str der: "Drageguden velsigner dig". Ringen mindsker sandsynligheden for at du mister genstande i kampen. +70050 Den Viise Kejsers Symbol Et nedarvet symbol fra den gamle royale familie som giver den store mester store krfter. +70051 Den Viise Kejser Handske Handsker der gives videre fra generation til generation i den gamle kongefamilie. Den som brer symbolet fr kejserens styrke. +70052 Karma-magi 1 En magisk karma der bruges af buddhisterne for at beskytte sig mod uheld. +70053 Karma-magi 2 En magisk karma der bruges af buddhisterne for at beskytte sig mod uheld. +70054 Karma-magi 3 En magisk karma der bruges af buddhisterne for at beskytte sig mod uheld. +70056 Granatble Juice+ En eliksir der jeblikkeligt regenererer dine HP med 1000 point. +70057 Tapperhedens kappe En kulrt kappe, som krigere engang beviste deres tapperhed med, da det tiltrak sig opmrksomhed fra forskellige monstre. Disse genstande er omsttelige. +70058 Teleporterings ring Denne ring vil teleportere dig til et sted du selv nsker i dit kongerige 50 gange. Ikke omsttelig. +70063 Omdan kostume Fjerner en af bonusserne fra en af dine kostumer og erstatter dem med en ny. Med lidt held, vil antallet af bonusser mske ogs ndre sig (op til max. 3). +70064 Fortrylle kostume Fjerner bonusserne fra en af dine kostumer og erstatter dem med en ny. +70065 Kostume-bonus overfrsel Flytter bonusser fra et kostume til et andet. Overfrslen vil delgge et af kostumerne. +70102 Zen-bnne Formindsker den onde rang. | ger den gode rang. +70104 Forvandlingskugle Ved hjlp af denne kugle kan du forvandle dig til et monster. +70105 Forvandlingskugle Ved hjlp af denne kugle kan du forvandle dig til et monster. +70106 Forvandlingskugle Ved hjlp af denne kugle kan du forvandle dig til et monster. +70107 Forvandlingskugle Ved hjlp af denne kugle kan du forvandle dig til et monster. +70201 blegemiddel Fjerner kunstige hrfarver, s den originale farver kommer frem igen. Dit hr kan efter en blegemiddel-behandling farves om igen. +70202 Hvidt hrfarvemiddel Farver dit hr hvid. | Du kan skifte hrfarve alle 3 levels. +70203 Blond hrfarvemiddel Farver dit hr blond. | Du kan skifte hrfarve alle 3 levels. +70204 Rd hrfarvemiddel Farver dit hr rd. | Du kan skifte hrfarve alle 3 levels. +70205 Brunt hrfarvemiddel Farver dit hr brunt. | Du kan skifte hrfarve alle 3 levels. +70206 Sort hrfarvemiddel Farver dit hr sort. | Du kan skifte hrfarve alle 3 levels. +70301 Forlovelsesring En ring som bres af elskende. +70302 Vielsesring En ring som bres af gtefolk. +71001 Eksorcisme-dokument Befrier dig af den onde nds forbandelse - dvs. nr du ikke lrer ting af bgerne. Ved hjlp af dette dokument kan du den dag lse et yderligere frdigheds-dokument. +71002 Status-Nulstilling Denne genstand muliggr en nulstilling af dine status-points. Sledes kan du vlge en anden vej. +71003 Frdigheds-Nulstilling Denne genstand muliggr at du kan redigere alle points p en af dine frdigheder (Obs: eventuel mistes der points!). +71004 Dragens medalje Beskytter dig mod at miste erfaringspoints ved din nste genoplivning. +71005 Sprogring Du kan i 7 dage forst alle rigssprog. +71006 Sprogring I 15 dage kan du forst alle rigssprog. +71007 Sprogring I 30 dage kan du forst alle rigssprog. +71008 Fiskeriets ABC Fordobler sandsynligheden for at du fanger en sjlden fisk. +71009 Lagerkiste Dit lager fr yderligere to lagerrum. +71010 Tredje hnd En hnd der automatisk opsamler Yang. +71011 Flelsesmaske Du kan lade dine fleser f frit lb med denne maske. +71012 Lederens Bog I den tid hvor gruppelederen er udrustet med denne bog fr alle gruppemedlemmer, i tre timer 30% mere erfaring. +71013 Fyrvrkeri Raket der belyser himlen. +71014 Angrebs eliksir +10 ger angrebshastigheden for 30 minutter med 10%. +71015 Erfaringsring Du samler 50% mere erfaring nr du kmper. +71016 Tyvens handsker Fordobler sandsynligheden for at finde genstande i 30 minutter. +71017 Lykkens medalje Fordobler sandsynligheden for at finde Yangs. +71018 Livets velsignelse En velsignelse der jeblikkeligt gendanner alle dine livspoint (HP). +71019 Magiens velsignelse En velsignelse der jeblikkeligt gendanner alle dine manapoint (MP). +71020 Dragens velsignelse En velsignelse der jeblikkeligt gendanner alle dine livspoint (HP) og manapoint (MP). +71021 Krigsgudens dok. Forbedringen af genstande er altid succesrigt (100%). Kan kun anvendes p genstande fra +0 til +3. +71022 Intelligens returnering Gendanner din intelligens til basis vrdi, s du p ny, kan distribuere dem. +71023 Vitalitetens gendannelse Gendanner din vitalitet til basis niveau, s du kan redistribuere dem. +71024 Styrke returnering Gendanner din styrke til basis level, s du p ny, kan distribuere dem. +71025 Smedens sten Hos smeden kan du med denne sten og et velsignelses dokument lave smede-hndbogen. +71026 Magisk jernmalm Dette malm kan bruges til at fremstille et drage dokument - dertil bruges yderligere et velsignet dokument, som smeden s kan omdanne. +71027 Dragegudens liv ger dine maksimale livspoint (HP) i 30 minutter med 20%. +71028 Dragegudens angreb ger din kampskade i 30 minutter med 12-15% +71029 Dragegudens intelligens ger dine maksimale manapoint (MP) i 30 minutter med 20%. +71030 Dragegudens forsvar ger dit forsvar sledes du fr i 30 minutter 12-15% mindre skade. +71031 Dragegudens hjlp Vitalitet, styrke, intelligens og smidighed vil midlertidigt femdobles. +71032 Dragens dokument Med dette dokument fjernes risikoen for, at en genstand gr i stykker under en forbedring. Istedet for delggelsen falder den med 1 i kvaliteten. Yderligt ges sandsynligheden for at forbedringen lykkes med 10%. +71033 Flelsesmaske Du kan lade dine fleser f frit lb med denne maske. +71034 Angrebs eliksir +15 Din angrebshastighed ges i 30 minutter med 15%. +71035 Forskerens eliksir ger kvaliteten af de samlede forskningsobjekter og dermed ogs deres accepterings-sandsynlighed. +71036 Dokument: ork-leder En ork-leder dukker op ved siden af dig. Pas p: Det drejer sig om en Boss! +71037 Dokument: Leder En leder dukker op ved siden af dig. Pas p: Det er et boss-monster. +71038 Dokument: Kongeedderkop En kongeedderkop dukker op ved siden af dig. Pas p: Det er et boss-monster. +71039 Dokument: Skildpadde En kmpe rken-skildpadde dukker op ved siden af dig. Pas p: Det er et boss-monster. +71040 Dokument: Ildkonge En ildkonge dukker op ved siden af dig. Pas p: Det er et boss-monster. +71041 Dokument: Nihalede En nihalede dukker op ved siden af dig. Pas p: Det er et boss-monster. +71042 Dokument: Dmonkonge En stolt dmonkonge dukker op ved siden af dig. Pas p: Det er et boss-monster. +71043 Dokument: Tigernd En gul tigernd dukker op ved siden af dig. Pas p: Det er et boss-monster. +71044 Kritisk angreb ger chancen for et kritisk trf i kamp med 20% i 10 minutter. +71045 Gennemborende angreb ger sandsynligheden for at du laver et gennemborende slag i 10 minutter med 20%. +71047 ndestenens Skr Fjerner alle indsatte nde-sten fra en genstand. +71048 ndringsmagi Hermed kan du skifte dit kn. +71049 Silkebundt Du kan bne dine butikker gratis de nste 10 dage. +71050 Hastighedseliksir Bevgelseshastigheden ges med 60 i 30 minutter. +71051 Forheks genstand Fjer en special bonus til en af dine genstande, hvis der ikke var en i forvejen. +71052 Velsign genstand Fjerner en special bonus fra din genstand og tilfjer en ny. +71054 Rigets Skr Du fr muligheden at g i exil i et andet Rige. +71055 Navnets Skr Du fr muligheden at skifte navn p din karakter. +71056 Himlens Skr ger chancen for succesfuldt at forbedre en ndesten. +71057 Dokument: Fossiltr-re En fossiltr-re oprettes ved siden af din karakter. +71058 Dokument: Kobber-re En kobber-re oprettes ved siden af din karakter. +71059 Dokument: Slv-re En slv-re oprettes ved siden af din karakter. +71060 Dokument: Guld-re En guld-re oprettes ved siden af din karakter. +71061 Dokument: Jade-re En Jade-re oprettes ved siden af din karakter. +71062 Dokument: Ibentr-re En Ibentr-re oprettes ved siden af din karakter. +71063 Dokument: Muslinge-bunke En Muslinge-bunke oprettes ved siden af din karakter. +71064 Dokument: Hvidguld-re En Hvidguld-re oprettes ved siden af din karakter. +71065 Dokument: Krystal-re En Krystal-re oprettes ved siden af din karakter. +71066 Dokument: Kvarts-re En Kvarts-re oprettes ved siden af din karakter. +71067 Dokument: Himmels-re En Himmeltre-re oprettes ved siden af din karakter. +71068 De Elskendes Fjer Nr du er udstyret med fjeren, gendannes krlighedspoints af et par dobbelt s hurtigt. +71069 Harmoniets reringe ger chancen for et gennemborende slag med maximum 8% i 3 timer, for begge gtefller, hvis den er bret af en af dem. Effekten af smykket afhnger af procentdel af krlighed point. Hvis et par har, for eksempel, 50% krlighed point, er den maksimale effekt reduceres til det halve. +71070 Krlighedens armbnd ger indsamling af erfaringspoint under kamp med maximum 20% i 3 timer, for begge gtefller, hvis den er bret af en af dem. Effekten af smykket afhnger af procentdel af krlighed point. Hvis et par har, for eksempel, 50% krlighed point, er den maksimale effekt reduceres til det halve. +71071 Krlighedens reringe ger chancen for et kritisk slag med maximum 8% i 3 timer, for begge gtefller, hvis den er bret af en af dem. Effekten af smykket afhnger af procentdel af krlighed point. Hvis et par har, for eksempel, 50% krlighed point, er den maksimale effekt reduceres til det halve. +71072 Harmoni-armbnd Reducerer angreb af fjendtlige monstre med maximum 15% for 3 timer, for begge gtefller hvis den er bret af en af dem. Effekten af smykket afhnger af procentdel af krligheds point. Hvis et par har, for eksempel, 50% krligheds point, er den maksimale effekt reduceres til det halve. +71073 Krlighedens halskde ger angrebs kraften med maximum 40 i 3 timer, for begge gtefller, hvis den er bret af en af dem. Effekten af smykket afhnger af procentdel af krlighed point. Hvis et par har, for eksempel, 50% krlighed point, er den maksimale effekt reduceres til det halve. +71074 Harmoni-halskde ger forsvaret i kamp med maximum 30 i 3 timer, for begge gtefller, hvis den er bret af en af dem. Effekten af smykket afhnger af procentdel af krlighed point. Hvis et par har, for eksempel, 50% krlighed point, er den maksimale effekt reduceres til det halve. +71075 Hrfarve (Hvid) Farver dit hr permanent hvid. +71076 Hrfarve (blond) Farver dit hr permanent blond. +71077 Hrfarve (rd) Farver dit hr permanent rd. +71078 Hrfarve (brun) Farver dit hr permanent brun. +71079 Hrfarve (sort) Farver dit hr permanent sort. +71080 Metinsten (nem) En lille Metinsten styrter ned ved siden af dig. +71081 Metinsten (normal) En mellemstor Metinsten styrter ned ved siden af dig. +71082 Metinsten (stor) En stor Metinsten styrter ned ved siden af dig. +71083 Sten-hndbog Fjerner alle delagte sten p en genstand. Derved fr du en yderlig mulighed for at forbedre vben eller rustning. +71084 Fortrylle genstand Fjerner bonusser p en genstand og tilfjer nye. +71085 Forstrk genstand Hvis du er heldig vil den tilfje en ny bonus til en af dine genstande. (op til maks 4 bonusser) +71088 Missionsbog (nem) En brun lder- indbundet bog, som indeholder en quest, som selv nybegyndere kan lse. +71089 Missionsbog (normal) En brun lder-indbundet bog, som kun kan lses af dem der har noget kamp erfaring. +71090 Missionsbog (svr) En brun lder-indbundet bog, som kun kan lses af dem der har meget kamp erfaring. +71091 Handlens Skr Du kan vlge en anden farve for dit butiksskilt. +71092 Forvandlingsbog Succesfulde studier af denne bog ger dine forvandlings frdigheder. Den forsvinder efter at du har lst den. +71093 Forvandlingskugle Ved hjlp af denne kugle kan du forvandle dig til et monster. +71094 Koncentreret lsning ger chancen for at forbedre din frdighed, nr du lser den nste bog(eller Sjlesten) 2.5 gang. +71095 Passage Dokument Hvis du viser dette passage dokument til vagten, vil du vre i stand til at komme ind til en yderligere egn af ederkoppe-grotten, samt den rde drages fort. +71096 Tavle for at passere Med denne tavle kan du passere gennem en port. +71099 Efterflgerens ring Ordenslederen kan derved vlge efterflgeren og give ledelsen over til personen der modtager ringen. +71100 Uddannelses certifikat Glem din lre og start p ny. Du skal vre minimum level 31 for at kunne gre det. +71101 Hastigheds eliksir Denne eliksir nedstter cooldown tiden i 30 minutter med 20 procent. +71102 +71103 Omfordeling (VIT) Stter din vitalitet tilbage til 1 og tillader dig at redistribuere dine point. +71104 Omfordeling (INT) Din intelligens sttes tilbage p 1, hvorved du kan fordele dine points p ny. +71105 Omfordeling (STR) Din styrke sttes tilbage p 1, hvorved du kan fordele dine points p ny. +71106 Omfordeling (DEX) Nulstiller din smidighed tilbage til 1 og tillader dig at omfordele dine point. +71107 Livets frugt ger din rang med 2000 points(nedklings-tid: 8 timer). +71108 Granatble Juice En eliksir der jeblikkeligt regenererer dine HP med 800 point. Denne genstand er omsttelig. +71109 Korrektions dokument Dette dokument kan fjerne den senest tilfjede ndesten fra en genstand. +71110 Heste sukker Dette stykke sukker gr det muligt at navgive din hest. Derudover ger det dens forsvar med 20. +71113 Forstelsesglas Tillader dig at vise en anden spiller genstande fra dit inventar. Glasset delgges i processen. +71114 Vildsvin segl (gul) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711151 Vildsvin segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711152 Vildsvin segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711153 Vildsvin segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711154 Vildsvin segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +71115 Vildsvin segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +71116 Ulv segl (gul) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711171 Ulv segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711172 Ulv segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711173 Ulv segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711174 Ulv segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +71117 Ulv segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +71118 Tiger segl (gul) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711191 Tiger segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711192 Tiger segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711193 Tiger segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711194 Tiger segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +71119 Tiger segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +71120 Lve segl (gul) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711211 Lve segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711212 Lve segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711213 Lve segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +711214 Lve segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +71121 Lve segl (bl) Dette segls magi pkalder en mgtig dyre-nd der hurtigt vil bre dig til et sted efter dit nske. +71122 +71123 Drageskl Drageskl er kendt som en af de strkeste materialer. +71124 Hvid lve Dyr med hvid pels er meget sjldne og mange kulturer tilbeder dem, da de mener, at de har bemrkelsesvrdige krfter. +71125 Krigs-Vildsvin-segl At tmme onde dyrender krver store magiske krfter. Men resultatet er overbevisende. +71126 Kamp Ulv-Segl At tmme onde dyrender krver store magiske krfter. Men resultatet er overbevisende. +71127 Storm Tiger-Segl At tmme onde dyrender krver store magiske krfter. Men resultatet er overbevisende. +71128 Kamp Lve-Segl At tmme onde dyrender krver store magiske krfter. Men resultatet er overbevisende. +71129 Drageklo Synet af denne skrmmende klo bringer minder frem... +71130 Passage Dokument Hvis du viser dette passage dokument til vagten, vil du vre i stand til at komme ind til en yderligere egn af ederkoppe-grotten, samt den rde drages fort. Denne genstand er omsttelig. +71131 Heste segl Segl til en adelig sort hest. +71132 Heste segl Segl til en adelig sort hest. +71133 Heste segl Segl til en adelig sort hest. +71134 Heste segl Segl til en adelig sort hest. +71135 Halvmne Ring En ring med en kunstnerisk udfrt indgravering der forestiller en halvmne. +71136 Lolly den Mgtige En Slikkepind lavet af hemmelige ingredienser, som giver erfaring og styrke til kamp. +71137 Royalt Tiger Segl (bl) Magien i seglet tilkalder din ganger, den majesttiske Royale Tiger (bl). +71138 Royalt Tiger Segl (rd) Magien i seglet tilkalder din ganger, den majesttiske Royale Tiger (rd). +71139 Royalt Tiger Segl (guld) Magien i seglet tilkalder din ganger, den majesttiske Royale Tiger (guld). +71140 Royalt Tiger Segl (grn) Magien i seglet tilkalder din ganger, den majesttiske Royale Tiger (grn). +71141 Royalt Tiger Segl (gr) Magien i seglet tilkalder din ganger, den majesttiske Royale Tiger (gr). +71142 Royal Tiger Segl (hvid) Magien i seglet tilkalder din ganger, den majesttiske Royale Tiger (hvid). +71143 Ring af Glde En ring med en vrdifuld udsmykning lavet af jade og himmelske sten, som har flgende bonusser: +50% Erfarings point +20% Angrebshastighed +20% Tryllehastighed +30% Strk mod monstre +10% Livspoint (HP) +10% Manapoint (MP) +71144 Julekiste En krlig pakket julegave, der indeholder en overraskelse. +71145 Evig Krligheds-amulet En hjerteformet amulet i slv, dekoreret med magiske delsten. +71146 Amors Kiste (pink) Hjerteformet kiste med 5 overraskelser indeni. Kan bnes hvert 30. minut. +71147 Amors Kiste (bl) Hjerteformet kiste med 5 overraskelser indeni. Kan bnes hvert 30. minut. +71148 Viljestyrkens Ring Giver dig +30% EXP, +20% forsvarschance mod Krigere, +20% forsvarschance mod Ninja, +20% forsvarschance mod Lycans, +30% styrke mod monstre, +10% maksimum HP og +10% maksimum MP for 7 dage. +71149 Ring af Ddlig Styrke Giver dig +30% EXP, +20% forsvarschance mod Sura, +20% forsvarschance mod Shamaner, +20% forsvarschance mod Lycans, +30% styrke mod monstre, +10% maksimum HP og +10% maksimum MP for 7 dage. +71150 Magisk g Den kunstfrdige dekoreret ovale kiste indeholder mere end blot en pske overraskelse, den afslrer sine skatte lidt efter lidt. +71151 Grn magi Fjerner bonussen fra en af dine genstande og tilfjer en ny. Kan kun bruges p vben og pansring op til level 40. Genstand fra level kisten, ikke omsttelig. +71152 Grn styrke Med lidt held, kan denne give dig en ny bonus til en af dine genstande (max. 4 bonusser). Kan kun bruges p vben og pansring op til level 40. Genstand fra level kisten, ikke omsttelig. +71153 Eliksir af visdom Denne eliksir giver dig 100% mere erfaring i en spil time. Ikke omsttelig. +71154 Eliksir af himmelfart/3t Denne eliksir giver dig mulighed for at samle 80% mere erfaring i tre spil timer. Kan ikke handles. +71155 Eliksir af visdom (3t) Denne eliksir giver dig mulighed for at f 100% mere erfaring i tre timers spil tid. Kan ikke handles. +71156 Eliksir af nd (3t) Denne eliksir giver dig mulighed for at samle 150% mere erfaring i tre spil timer. Kan ikke handles. +71157 +71158 Helte medalje Giver +50% EXP, +30% skade, +20% angrebs hastighed, +20% casting hastighed, +10% HP og +10% SP. +71159 Milon`s Kiste En kiste for sande helte. Indeholder en tilfldig genstand som ln for din triumf. +71160 Athena`s Kiste En kiste for sande heltinder. Indeholder en tilfldig genstand som ln for din triumf. +71161 Equus Purpur Segl til en af de smukke og yderst sjldne lilla hest. +71164 Komet segl Du kan bruge dette segl at tilkalde dit rensdyr, Komet. +71166 Ammeret panda segl Dette segl tillader dig at tilkalde din ammeret panda. +71171 Enhjrning segl Dette segl tilkalder din enhjrning. +71172 Mareridts segl Dette selg tilkalder dit mareridt. +71173 Teleporterings dokument Dette dokument bringer dig direkte til portene til den rde drages fort. +71174 Passage dokument Du m indstrde i den rde drages fort nr du viser dit passage dokument til den ansvarlige vagt. +71175 Passage dokument Du m indstrde i den rde drages fort nr du viser dit passage dokument til den ansvarlige vagt. +71176 Sort panter Dette segl tilkalder den mystiske sorte panter. +71177 Leopard segl Dette segl tilkalder din tapre leopard. +71178 Mne leksikon (L) Pakken indeholder 10 tilfldig valgte frdigheds bger til Lycans. +71179 Mne leksikon (S) Pakken indeholder 25 tilfldig valgte frdigheds bger til Lycans. +71180 Eliksir af himmelfart/3t Denne eliksir giver dig mulighed for at samle 80% mere erfaring i tre spil timer. Kan ikke handles. +71181 Eliksir af visdom (3t) Denne eliksir giver dig mulighed for at f 100% mere erfaring i tre timers spil tid. Kan ikke handles. +71182 Muffin-segl (Brun) Du kan bruge dette segl til at tilkalde Muffin, den klige kamp kylling. +71183 Nugget-Segl (Brun) Du kan bruge dette segl til at tilkalde Nugget, den kolossale kamp hanekylling. +71184 Muffin-segl (Bl) Du kan bruge dette segl til at tilkalde Muffin, den klige kamp kylling. +71185 Nugget-Segl (Bl) Du kan bruge dette segl til at tilkalde Nugget, den kolossale kamp hanekylling. +71186 Muffin-segl (Grn) Du kan bruge dette segl til at tilkalde Muffin, den klige kamp kylling. +71187 Nugget-Segl (Grn) Du kan bruge dette segl til at tilkalde Nugget, den kolossale kamp hanekylling. +71188 Lolly den Magiske En Slikkepind lavet af hemmelige ingredienser, som giver magisk energi og erfaring til kamp. +72001 Erfaringsring ger erfarings modtagelsen med 50% i n time. +72002 Erfaringsring ger erfarings modtagelsen med 50% i 30 minutter. +72003 Erfaringsring ger erfarings modtagelsen med 50% i 3 timer. +72004 Tyvens handsker Fordobler sandsynligheden for at finde genstande de nste 10 timer. +72005 Tyvens handsker Fordobler sandsynligheden for at finde genstande de nste 30 minutter. +72006 Tyvens handsker Fordobler sandsynligheden for at finde genstande de nste 3 timer. +72007 Silkebundt Du kan bne en privat butik i 10 timer. +72008 Silkebundt Du kan bne en privat butik i 30 minutter. +72009 Silkebundt Du kan bne en privat butik i 3 timer. +72010 Elskendes Fjer Nr fjeren er i brug stiger krlighedspoint dobbelt s hurtigt i 15 minutter. +72011 Elskendes Fjer Nr fjeren er i brug stiger krlighedspoint dobbelt s hurtigt i 30 minutter. +72012 Elskendes Fjer Nr fjeren er i brug stiger krlighedspoint dobbelt s hurtigt i 3 timer. +72013 Fiskeriets ABC Fordobler sandsynligheden for at fange sjldne fisk i 15 minutter. +72014 Fiskeriets ABC Fordobler sandsynligheden for at fange sjldne fisk i 30 minutter. +72015 Fiskeriets ABC Fordobler sandsynligheden for at fange sjldne fisk i 3 timer. +72016 Tredje hnd En hnd der automatisk samler Yang op i 15 minutter. +72017 Tredje hnd En hnd der automatisk samler Yang op i 30 minutter. +72018 Tredje hnd En hnd der automatisk samler Yang op i 3 timer. +72019 Lagerkiste Dit lager vil f yderligere 2 lagerrum i 15 minutter. +72020 Lagerkiste Dit lager vil f yderligere 2 lagerrum i 30 minutter. +72021 Lagerkiste Dit lager vil f yderligere 2 lagerrum i 3 timer. +72022 Lykkens medalje Fordobler sandsynligheden for at finde Yang i 10 timer. +72023 Lykkens medalje Fordobler sandsynligheden for at finde Yang i 30 minutter. +72024 Lykkens medalje Fordobler sandsynligheden for at finde Yang i 3 timer. +72025 Kritisk kamp ger changen for et kritisk hit i kamp med 20% i 10 minutter. +72026 Kritisk kamp ger changen for et kritisk hit i kamp med 20% i 10 minutter. +72027 Kritisk kamp ger changen for et kritisk hit i kamp med 20% i 10 minutter. +72028 Flelsesmaske Du kan give dine flelser frit lb i 7 dage. +72029 Flelsesmaske Du kan give dine flelser frit lb i 15 dage. +72030 Flelsesmaske Du kan give dine flelser frit lb i 30 dage. +72031 Dragegudens angreb ger din kampskade med 12-15% i 30 minutter +72032 Dragegudens angreb ger din kampskade med 12-15% i 30 minutter. +72033 Dragegudens angreb ger din kampskade med 12-15% i 30 minutter +72034 Dragegudens forsvar ger dit forsvar, sledes du fr 12-15% mindre skade. +72035 Dragegudens forsvar ger dit forsvar, sledes du fr 12-15% mindre skade. +72036 Dragegudens forsvar ger dit forsvar, sledes du fr 12-15% mindre skade. +72037 Dragegudens liv ger dine maksimale livspoint (HP) i 30 minutter med 20%. +72038 Dragegudens liv ger dine maksimale livspoint (HP) i 30 minutter med 20%. +72039 Dragegudens liv ger dine maksimale livspoint (HP) i 30 minutter med 20%. +72040 Dragegudens intelligens ger dine maksimale manapoint (MP) med 20% i 30 minutter. +72041 Dragegudens intelligens ger dine maksimale manapoint (MP) med 20% i 30 minutter. +72042 Dragegudens intelligens ger dine maksimale manapoint (MP) med 20% i 30 minutter. +72043 Lederens Bog I den tid hvor gruppelederen er udrustet med denne bog fr alle gruppemedlemmer tre timer 30% mere erfaring. +72044 Lederens Bog I den tid hvor gruppelederen er udrustet med denne bog fr alle gruppemedlemmer tre timer 30% mere erfaring. +72045 Lederens Bog I den tid hvor gruppelederen er udrustet med denne bog fr alle gruppemedlemmer tre timer 30% mere erfaring. +72046 Vigtig Chance ger din chance for at f gennemborende slag med 20% i 10 minutter. +72047 Vigtig Chance ger din chance for at f gennemborende slag med 20% i 10 minutter. +72048 Vigtig Chance ger din chance for at f gennemborende slag med 20% i 10 minutter. +72301 Velsignelses dok. Eliminere risikoen for at en genstand gr i stykker nr en forbedring fejler. I stedet for delggelsen falder kvaliteten med 1. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Magisk kobbermalm Nr du kombinerer dette malm med et velsignelses dokument hos smeden, s fr du et krigs dokument. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Erfaringsring (iCafe) ger sandsynligheden for medlemmer af iCafe med 20%. +72502 Tyvens handsker (iCafe) Sandsynligheden for at finde genstande er 1-gange hjere for medlemmer af iCafe. +72701 Vindsko ger bevgelseshastigheden med 30. +72703 Tigerknoglerering Din angreb vil blive get med 200 point for 2 timer (Tiden gr kun nr det bliver bret). Denne genstand er ikke omsttelige. +72704 Drageknoglerering Din forsvar vil blive get med 200 point for 2 timer (Tiden gr kun nr det bliver bret). Denne genstand er ikke omsttelige. +72705 Tigerknoglearmbnd Skaden dine frdigheder pfre vil blive forhjet med 15% i 2 timer (Tiden gr kun nr det bliver bret). Denne genstand er ikke omsttelige. +72706 Drageknoglearmbnd Dine forsvar mod frdigheder vil blive forget med 15% i 2 timer (Tiden gr kun nr det bliver bret). Denne genstand er ikke omsttelige. +72723 Sol Eliksir (L) Fylder automatisk din HP. Indeholder 1.000.000 HP. +72724 Sol Eliksir (M) Fylder automatisk din HP. Indeholder 3.000.000 HP. +72725 Sol Eliksir (S) Fylder automatisk din HP. Indeholder 7.000.000 HP. +72726 Sol Eliksir (E) Fylder automatisk din Hp. op. Indeholder 10.000.000 HP. Denne kan du handle med. +72727 Mne Eliksir (L) Fylder automatisk din MP. Indeholder 100.000 MP. +72728 Mne Eliksir (M) Fylder automatisk din MP. Indeholder 300.000 MP. +72729 Mne Eliksir (S) Fylder automatisk din MP. Indeholder 700.000 MP. +72730 Mne Eliksir (E) Fylder automatisk din MP. op. Indeholder 1.000.000 MP. Denne kan du handle med. +73001 Trendy Frisure (Rd) En smart frisure, der srger for et specielt udseende. +73002 Trendy Frisure (lys) En smart frisure, der srger for et specielt udseende. +73003 Trendy Frisure (bl) En smart frisure, der srger for et specielt udseende. +73004 Trendy Frisure (brun) En smart frisure, der srger for et specielt udseende. +73005 Pande-trklde Kort hr, hvilket bliver holdt af et pande-trklde. +73006 Pande-trklde Kort hr, hvilket bliver holdt af et pande-trklde. +73007 Pande-trklde Kort hr, hvilket bliver holdt af et pande-trklde. +73008 Pande-trklde Kort hr, hvilket bliver holdt af et pande-trklde. +73009 Langt hr (sort) En vidunderlig frisure med smukke, sorte hr. +73010 Langt hr (rd) En vidunderlig frisure med smukke, rde hr. +73011 Langt hr (brun) En vidunderlig frisure med smukke, brune hr. +73012 Langt hr (grn) En vidunderlig frisure med smukke, grnne hr. +73251 Hestehale (brun) Langt hr, bundet til en hestehale. +73252 Hestehale (grn) Langt hr, bundet til en hestehale. +73253 Hestehale (bl) Langt hr, bundet til en hestehale. +73254 Hestehale (lys) Langt hr, bundet til en hestehale. +73255 Skulderlangt hr (rd) Naturlig virkende frisure med skulderlangt hr. +73256 Skulderlangt hr (brun) Naturlig virkende frisure med skulderlangt hr. +73257 Skulderlangt hr (lys) Naturlig virkende frisure med skulderlangt hr. +73258 Skulderlangt hr (lilla) Naturlig virkende frisure med skulderlangt hr. +73259 Korthr (rd) Praktisk korthr frisure, der formidler noget farligt. +73260 Korthr (bl) Praktisk korthr frisure, der formidler noget farligt. +73261 Korthr (sort) Praktisk korthr frisure, der formidler noget farligt. +73262 Korthr (blond) Praktisk korthr frisure, der formidler noget farligt. +73501 Sportslig frisure (lys) En ekstravagant korthr frisure. +73502 Sportslig frisure (brun) En ekstravagant korthr frisure. +73503 Sportsligfrisure (blond) En ekstravagant korthr frisure. +73504 Sportslig frisure (grn) En ekstravagant korthr frisure. +73505 Karisma-frisure (hvid) En karismatisk frisur med Langt hr. +73506 Karisma-frisure (rd) En karismatisk frisur med Langt hr. +73507 Karisma-frisure (sort) En karismatisk frisur med Langt hr. +73508 Karisma-frisure (violet) En karismatisk frisur med Langt hr. +73509 Lang Rottehale (hvid) En traditionel fletnings frisure. +73510 Lang Rottehale (bl) En traditionel fletnings frisure. +73511 Lang Rottehale (sort) En traditionel fletnings frisure. +73512 Lang Rottehale (brun) En traditionel fletnings frisure. +73751 del frisure (brun) En del frisure. +73752 del frisure (sort) En del frisure. +73753 del frisure (bl) En del frisure. +73754 del frisure (lys) En del frisure. +73755 Halvlangt hr (brunt) Elegant frisure med glat hr. +73756 Halvlangt hr (sort) Elegant frisure med glat hr. +73757 Halvlangt hr (blond) Elegant, glat hr. +73758 Halvlangt hr (violet) Elegant frisure med glat hr. +73759 Gammel Frisure (brun) Langt hr; p traditionel mde. +73760 Gammel Frisure (lys) Langt hr, bret p traditionel mde. +73761 Gammel Frisure (violet) Langt hr; p traditionel mde. +73762 Gammel Frisure (rd) Langt hr; p traditionel mde. +74001 Trendy Frisure (rd) En frisure der giver dig et specielt udseende +74002 Trendy Frisure (lys) En frisure der giver dig et specielt udseende +74003 Trendy Frisure (bl) En frisure der giver dig et specielt udseende +74004 Trendy Frisure (brun) En frisure der giver dig et specielt udseende +74005 Pandebnd (rd) Kort brunt hr bret med et rdt pandebnd. +74006 Pandebnd (brunternet) Kort lyst hr bret med et lyst pandebnd. +74007 Pandebnd (bl) Kort blt hr bret med et pandebnd. +74008 Pandebnd (grnternet) Kort grnt hr bret med et grnt pandebnd +74009 Langt hr (sort) En frisure der giver dig et specielt udseende +74010 Langt hr (rd) En frisure der giver dig et specielt udseende +74011 Langt hr (brun) En frisure der giver dig et specielt udseende +74012 Langt hr (grn) En frisure der giver dig et specielt udseende +74013 Kriger Afro (Mandlig) Giver en mandlig Kriger en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage).). +74014 Kriger Afro (Mandlig) Giver en mandlig Kriger en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +74015 Kriger Samuraihjelm (M) Giver en mandlig Kriger en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +74016 Kriger Samuraihjelm (M) Giver en mandlig Kriger en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +74017 Kriger Fez (M) En rd hovedbekldning til mandlige Krigere. (Varighed: 7 dage) +74018 Kriger Keffiyeh (M) En hovedbekldning til mandlige Krigere. (Varighed: 7 dage) +74019 Kriger Turban (M) En hovedbekldning lavet af de bedste materialer til mandlige Krigere. (Varighed: 7 dage) +74020 Jack O' Kriger (m) En maske for krigere i form af et grskar. Attributter og varighed er sat tilfldigt. Det erstatter alle eksisterende frisurer. +74251 Hestehale (brun) En populr kvindelig frisure hvori hret er bundet op til en lang fletning +74252 Hestehale (grn) En frisure hvori hret er bundet op til en lang fletning +74253 Hestehale (bl) Langt blt hr der er blevet bundet op til en fletning - en meget populr kvindelig frisure +74254 Hestehale (lys) Langt lyst hr der er blevet bundet op til en fletning - en meget populr kvindelig frisure +74255 Skulderlangt hr (rd) En frisure med et moderne, trendy look +74256 Skulderlangt hr (brun) En moderne, trendy frisure +74257 Skulderlangt hr (lys) En moderne, trendy frisure +74258 Skulderlangt hr (lilla) En moderne, trendy frisure +74259 Kort hr frisure (rd) Rd pjusket hr i Ninja stil +74260 Korthr frisure (bl) Bl, pjusket hr i Ninja stil +74261 Korthr frisure (sort) Sort, pjusket hr i Ninja stil +74262 Korthr frisure (blond) Blond, pjusket hr i Ninja stil +74263 Ninja Afro (Kvindelig) Giver en kvindelig Ninja en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +74264 Ninja Afro (Kvindelig) Giver en kvindelig Ninja en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +74265 Ninja Blomsterhat (K) Giver en kvindelig Ninja en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +74266 Ninja Blomsterhat (K) Giver en kvindelig Ninja en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +74267 Ninja Ansigt-sjal (K) Et ansigt-sjal lavet af et meget vrdifuldt materiale til kvindelige Ninjaer. (Varighed: 7 dage) +74268 Ninja rkensjal (K) Et rkensjal til kvindelige Ninja lavet af et vrdifuldt materiale. (Varighed: 7 dage) +74269 Ninja Turban (K) En turban til kvindelige Ninja lavet af et meget vrdifuldt materiale. (Varighed: 7 dage) +74270 Jack O' Ninja (f) En maske for kvindelige ninjaer i form af et grskar. Attributter og varighed er sat tilfldigt. Det erstatter alle eksisterende frisurer. +74501 Sportslig frisure (lys) En kort frisure der giver dig et militrt udseende +74502 Sportslig frisure (brun) En kort frisure der giver dig et militrt udseende +74503 Sportsligfrisure (blond) En kort frisure der giver dig et militrt udseende +74504 Sportslig frisure (grn) En kort frisure der giver dig et militrt udseende +74505 Karisma-frisure (hvid) En frisure der understreger en strk karakter +74506 Karismatisk frisur (rd) En frisure der understreger en strk karakter +74507 Karisma-frisure (sort) En frisure der understreger en strk karakter +74508 Karisma-frisure (violet) En frisure der understreger en strk karakter +74509 Lang Rottehale (hvid) En gammeldags fletning der symboliserede rigdom +74510 Lang Rottehale (bl) En gammeldags fletning der symboliserede rigdom +74511 Lang Rottehale (sort) En gammeldags fletning der symboliserede rigdom +74512 Lang Rottehale (brun) En gammeldags fletning der symboliserede rigdom +74513 Sura Afro (Mandlig) Giver en mandlig Sura en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage) +74514 Sura Afro (Mandlig) Giver en mandlig Sura en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage) +74515 Sura Samurai Hjelm (M) Giver en mandlig Sura en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage) +74516 Sura Samurai Hjelm (M) Giver en mandlig Sura en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage) +74517 Sura Fez (M) En rd hovedbekldning til mandlige Sura. (Varighed: 7 dage) +74518 Sura Keffiyeh (M) En hovedbekldning til mandlige Sura. Beskytter mod rkenstorme. (Varighed: 7 dage) +74519 Sura Turban (M) En hovedbekldning lavet af de bedste materialer til mandlige Sura. (Varighed: 7 dage) +74520 Jack O' Sura (m) En maske for Sura i form af et grskar. Attributter og varighed er sat tilfldigt. Det erstatter alle eksisterende frisurer. +74521 Trendy frisure (Gr) En frisure som giver dig et karakteristisk udseende. +74522 Hrbnd Kort hr som tmmes med et hrbnd. +74523 Langt hr (Blondt) En imponerende frisure med storslet, blondt hr. +74524 Trendy frisure (Gylden) Trendy frisure med gyldent hr og et hrbnd. +74525 Hrbnd (Sort) Kort, uglet hr med et hrbnd. +74526 Langt hr (Rubin rdt) Fantastisk, rubin rdt hr +74527 Hestehale (Rd) Langt hr bundet op i en hestehale. +74528 Skulder lngde (Aqua) En diskret frisure med et blt hrbnd. +74529 Kort hr (Brun) En frisure som giver dig et truende udseende. +74530 Hestehale (Rd) Langt rdt hr som er sat op i en hestehale - en meget populr frisure hos kvinder. +74531 Skulder langt (Sort) En frisure med et frkt, trendy udseende. +74532 Kort hr (grt) En kort frisure som giver dig et truende udseende. +74533 Sporty frisure (Sort) En frisure som giver dig et militrt udseende. +74534 Karisma frisure (Blond) En frisure som fremhver den strke individuelle karakter. +74535 Lang fletning (Pink) En flettet gammeldags frisure som var et symbol for de rige. +74536 Sporty frisure (Lilla) En ekstravagant kort frisure. +74537 Karisma frisure (Blond) En karismatisk frisure med langt hr. +74538 Lang fletning (Royal) En flettet gammeldags frisure som var de riges symbol. +74539 Elegant frisure (lilla) En elegant frisure med hret bundet tilbage. +74540 Mellem langt hr (Mrkt) En elegant Shaman frisure. +74541 Gammeldagsfrisure (Hvid) Langt hr, bret p en traditionel mde. +74542 Elegant frisure (Rd) En elegant frisure fastgjort med en sommerfugle nl. +74543 Mellem langt hr (Hvidt) Elegant, glat hr. +74544 Gammeldagsfrisure (Sort) En feminin frisure med langt, etageklippet hr. +74545 Tribal fletninger (Rd) Fletninger dekoreret med rde trperler indikere tribal medlemskab. +74546 Tribal fletninger (Gul) Fletninger dekoreret med gule trperler indikere tribal medlemskab. +74547 Tribal fletninger (Bl) Fletninger dekoreret med bl trperler indikere tribal medlemskab. +74548 Tribal fletninger(Lilla) Fletninger dekoreret med lilla trperler indikere tribal medlemskab. +74549 Tribal fletninger (Grn) Fletninger dekoreret med grnne trperler indikere tribal medlemskab. +74550 Ansigts beskyt. (guld) Dekoreret hovedbekldning med traditionelle matchende juveler. +74551 Ansigts beskyt. (Sort) Dekoreret hovedbekldning med traditionelle matchende juveler. +74552 Ansigts beskyt. (Rd) Dekoreret hovedbekldning med traditionelle matchende juveler. +74553 Ansigts beskyt. (Bl) Dekoreret hovedbekldning med traditionelle matchende juveler. +74554 Ansigts beskyt. (Hvid) Dekoreret hovedbekldning med traditionelle matchende juveler. +74555 Ulve kutte (Guld) Hovedbekldning med udfrlig tempel rustning med traditionelle matchende hr smykker. +74556 Ulve kutte (Sort) Hovedbekldning med udfrlig tempel rustning med traditionelle matchende hr smykker. +74557 Ulve kutte (Rd) Hovedbekldning med udfrlig tempel rustning med traditionelle matchende hr smykker. +74558 Ulve kutte (Bl) Hovedbekldning med udfrlig tempel rustning med traditionelle matchende hr smykker. +74559 Ulve kutte (Grn) Hovedbekldning med udfrlig tempel rustning med traditionelle matchende hr smykker. +74751 del frisure (brun) En elegant frisure sat op med en sommerfuglehrnl +74752 del frisure (sort) En elegant frisure sat op med en sommerfuglehrnl +74753 del frisure (bl) En elegant frisure sat op med en sommerfuglehrnl +74754 del frisure (lys) En elegant frisure sat op med en sommerfuglehrnl +74755 Halvlangt hr (brun) En elegant Shaman frisure +74756 Halvlangt hr (sort) En elegant Shaman frisure +74757 Halvlangt hr (blond) En elegant Shaman frisure +74758 Halvlangt hr (violet) En elegant Shaman frisure +74759 Gammel Frisure (brun) En feminin frisure med langt lagdelt hr +74760 Gammel Frisure (blondt) En feminin frisure med langt lagdelt hr +74761 Gammel Frisure (violet) En feminin frisure med langt lagdelt hr +74762 Gammel Frisure (rd) En feminin frisure med langt lagdelt hr +74763 Shaman Afro (Kvindelig) Giver en kvindelig Shaman en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage) +74764 Shaman Afro (Kvindelig) Giver en kvindelig Shaman en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage) +74765 Shaman Blomster Hat (F) Giver en kvindelig Shaman en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage) +74766 Shaman Blomster Hat (F) Giver en kvindelig Shaman en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage) +74767 Shaman Ansigt-sjal (K) Et ansigt-sjal lavet af et meget vrdifuldt materiale til kvindelige Shaman. (Varighed: 7 dage) +74768 Shaman rkensjal (K) Et rkensjal til kvindelige Shaman lavet af et vrdifuldt materiale. (Varighed: 7 dage) +74769 Shaman Turban (K) En turban lavet af et meget vrdifuldt materiale til kvindelige Shaman. (Varighed: 7 dage) +74770 Jack O' Shaman (f) En maske for kvindelige shamaner i form af et grskar. Attributter og varighed er sat tilfldigt. Det erstatter alle eksisterende frisurer. +75001 Trendy Frisure (rd) En smart frisure med rdt hr og et pandebnd +75002 Trendy Frisure (lys) En smart frisure med lyst hr og et pandebnd +75003 Trendy Frisure (bl) En smart frisure med blt hr og et pandebnd +75004 Trendy Frisure (brun) En smart frisure med brunt hr og et pandebnd +75005 Pandebnd (brun) Kort pjusket hr sat med et pandebnd +75006 Pandebnd (blond) Kort pjusket hr sat med et pandebnd +75007 Pandebnd (bl) Kort pjusket hr sat med et pandebnd +75008 Pandebnd (grn) Kort pjusket hr sat med et pandebnd +75009 Langt hr (sort) Pragtfuldt sort hr +75010 Langt hr (rd) Pragtfuldt rdt hr +75011 Langt hr (brun) Pragtfuld brunt hr +75012 Langt hr (grn) Pragtfuldt grnt hr +75013 Kriger Afro (Kvindelig) Giver en kvindelig Kriger en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75014 Kriger Afro (Kvindelig) Giver en kvindelig Kriger en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75015 Kriger Blomsterhat(K) Giver en kvindelig Kriger en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75016 Kriger Blomsterhat (K) Giver en kvindelig Kriger en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75017 Kriger Ansigt-sjal (K) Et ansigt-sjal lavet af et meget vrdifuldt materiale til kvindelige Krigere. (Varighed: 7 dage) +75018 Kriger rkensjal (K) Et rkensjal til kvindelige Krigere lavet af et vrdifuldt materiale. (Varighed: 7 dage) +75019 Kriger Turban (K) En hovedbekldning lavet af de bedste materialer til kvindelige Krigere. (Varighed: 7 dage) +75020 Jack O' Kriger (f) En maske for kvindelige krigere i form af et grskar. Attributter og varighed er sat tilfldigt. Det erstatter alle eksisterende frisurer. +75201 Hestehale (brun) Brunt hr med en smuk, lang hestehale +75202 Hestehale (grn) Grnt hr med en smuk, lang hestehale +75203 Hestehale (bl) Blt hr med en smuk, lang hestehale +75204 Hestehale (lys) Grt hr med en smuk, lang hestehale +75205 Skulderlangt hr (rd) En diskret frisure med et hvidt hrbnd +75206 Skulderlangt hr (brun) En diskret frisure med et grnt hrbnd +75207 Skulderlangt hr (lys) En diskret frisure med et lyst hrbnd +75208 Skulderlangt hr (lilla) En diskret frisure med et rdt hrbnd +75209 Korthr (rd) En frisure der giver dit et skummelt udseende +75210 Korthr (bl) En frisure der giver dit et skummelt udseende +75211 Korthr (sort) En frisure der giver dit et skummelt udseende +75212 Korthr (blond) En frisure der giver dit et skummelt udseende +75213 Ninja Afro (Mandlig) Giver en mandlig Ninja en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75214 Ninja Afro (Mandlig) Giver en mandlig Ninja en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75215 Ninja Samurai Hjelm (M) Giver en mandlig Ninja en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75216 Ninja Samurai Hjelm (M) Giver en mandlig Ninja en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75217 Ninja Fez (M) En rd hovedbekldning til mandlige Ninja. (Varighed: 7 dage) +75218 Ninja Keffiyeh (M) En hovedbekldning til mandlige Ninja. Beskytter mod rkenstorme. (Varighed: 7 dage) +75219 Ninja Turban (M) En hovedbekldning lavet af de bedste materialer til mandlige Ninja. (Varighed: 7 dage) +75220 Jack O' Ninja (m) En maske til ninjaer i form af et grskar. Attributter og varighed er sat tilfldigt. Det erstatter alle eksisterende frisurer. +75401 Sportslig frisure (lys) En ekstravagant frisure der er populr hos kvindelige sura +75402 Sportslig frisure (brun) En ekstravagant frisure der er populr hos kvindelige sura. +75403 Sportsligfrisure (blond) En ekstravagant frisure der er populr hos kvindelige sura +75404 Sportslig frisure (grn) En ekstravagant frisure der er populr hos kvindelige sura +75405 Karisma-frisure (hvid) Langt sne-hvidt hr, der fr dig til at se karismatisk ud +75406 Karisma-frisure (rd) Langt rdt hr, der fr dig til at se karismatisk ud +75407 Karisma-frisure (sort) Langt sort-glans hr, der fr dig til at se karismatisk ud +75408 Karisma-frisure (violet) Langt violet hr, der fr dig til at se karismatisk ud +75409 Lang Rottehale (hvid) Fletning +75410 Lang Rottehale (bl) Fletning +75411 Lang Rottehale (sort) Fletning +75412 Lang Rottehale (brun) Fletning +75413 Sura Afro (Kvindelig) Giver en kvindelig Sura en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75414 Sura Afro (Kvindelig) Giver en kvindelig Sura en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75415 Sura Blomsterhat (K) Giver en kvindelig Sura en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75416 Sura Blomsterhat (K) Giver en kvindelig Sura en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75417 Sura Ansigt-sjal (K) Et ansigt-sjal lavet af et meget vrdifuldt materiale til kvindelige Sura. (Varighed: 7 dage) +75418 Sura rkensjal (K) Et rkensjal til kvindelige Sura lavet af et vrdifuldt materiale. (Varighed: 7 dage) +75419 Sura Turban (K) En hovedbekldning lavet af de bedste materialer til kvindelige Sura. (Varighed: 7 dage) +75420 Jack O' Sura (f) En maske for kvindelige Sura i form af et grskar. Attributter og varighed er sat tilfldigt. Det erstatter alle eksisterende frisurer. +75601 del frisure (brun) En trendy frisure, der giver Shaman et fremtrdende udseende +75602 del frisure (sort) En trendy frisure, der giver Shaman et fremtrdende udseende +75603 del frisure (bl) En trendy frisure, der giver Shaman et fremtrdende udseende +75604 del frisure (lys) En trendy frisure, der giver Shaman et fremtrdende udseende +75605 Halvlangt hr (brun) Glat brunt hr +75606 Halvlangt hr (sort) Glat sort hr +75607 Halvlangt hr (blond) Glat blond hr +75608 Halvlangt hr (violet) Glat violet hr +75609 Gammel Frisure (brun) Gammel kriger-frisure - det brune hr er bundet op i en fletning +75610 Gammel Frisure (lys) Gammel kriger-frisure - det lyse hr er bundet op i en fletning +75611 Gammel Frisure (violet) Gammel kriger-frisure - det violette hr er bundet op i en fletning +75612 Gammel Frisure (rd) Gammel kriger-frisure - det rde hr er bundet op i en fletning +75613 Shaman Afro (M) Giver en mandlig Shaman en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75614 Shaman Afro (M) Giver en mandlig Shaman en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75615 Shaman Samuraihjelm (M) Giver en mandlig Shaman en HP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75616 Shaman Samuraihjelm (M) Giver en mandlig Shaman en MP bonus p 1%. Erstatter eksisterende frisure (Varighed: 7 dage). +75617 Shaman Fez (M) En hovedbekldning lavet af de bedste materialer til mandlige Shaman. (Varighed: 7 dage) +75618 Shaman Keffiyeh (M) En hovedbekldning for mandlige Shamaner. Beskytter mod rkenstorme. (Varighed: 7 dage). +75619 Shaman Turban (M) En hovedbekldning lavet af de bedste materialer til mandlige Shaman. (Varighed: 7 dage) +75620 Jack O' Shaman (m) En maske til shamaner i form af et grskar. Attributter og varighed er sat tilfldigt. Det erstatter alle eksisterende frisurer. +76000 Ferskenblomst vin En bryg der jeblikkeligt regenerer dine livspoint med 500 points. Ikke omsttelig. +76001 Status-Nulstillings dok. Brugen af denne genstand tillader dig at omstrukturere dine status point. Du kan bruge den til at styre udviklingen af dine karakterer i en ny retning. Ikke omsttelig. +76002 Skrumpe-hovede Denne dmons Skrumpe-hoved bner seglet til den 3. etage i Djvelens Katakomber. Ikke omsttelig. +76003 Hastigheds eliksir Denne eliksir nedstter cooldown tiden i 30 minutter med 20 procent. Ikke omsttelig. +76004 Mne eliksir (L) Fylder automatisk din MP. Indeholder 10.000 MP. Ikke omsttelig. +76005 Mne eliksir (M) Fylder automatisk dine MP. Indeholder 300,000 MP. Ikke omsttelig. +76006 Kompas til metin sten Kompasset viser dis retning og afstand til den nste Metin sten. Jo kraftigere den lyser, desto tttere er du p mlet. Den kan aktiveres 6 gange. Ikke omsttelig. +76007 Tapperhedens kappe Antikke krigere viser deres tapperhed ved at vinke med farverige kapper som de bruger til at tiltrkke monstres opmrksomhed. Ikke omsttelig. +76008 Dragens medalje Beskytter dig mod at miste erfaringspoints ved din nste genoplivning. Ikke omsttelig. +76009 Drage dokument Fjerner risikoen for at delgge en genstand, hvis forbedringen fejler. Kun dens kvalitet vil falde med 1. Desuden vil sandsynligheden for forbedring forges med 10%. Ikke omsttelig. +76010 Blodsten Denne sten er lavet af blodet fra Bahar-Taraji og giver dig adgang til Forbandelsens grotte. Ikke omsttelig. +76011 Lederens bog Hvis lederen af en gruppe har denne bog p dem, vil alle deres gruppe medlemmer modtage 30% flere erfarings point. Ikke omsttelig. +76012 Hastighedseliksir Bevgelseshastigheden ges med 60 i 30 minutter. Ikke omsttelig. +76013 Forstrk genstand (b) Med lidt held, vil dette tilfje en ny bonus til en af dine genstande (max. 4 bonusser). Genstand fra level kiste, ikke omsttelig. +76014 Fortryl genstand (b) Fjerner bonussen fra en af dine genstande og tilfjer en ny en. Genstad fra level kisten, ikke omsttelig. +76015 Velsignelseskugle Legendarisk velsignet kugle. Nr en genstand har fire attributter, vil den tilfje endnu en attribut. Ikke omsttelig. +76016 Velsignelses dokument Eliminere risikoen for at en genstand gr i stykker nr en forbedring fejler. I stedet for delggelsen falder kvaliteten med 1. Ikke omsttelig. +76017 Angrebs eliksir +10 Forg din angrebs hastighed med 10% i 30 minutter. Ikke omsttelig. +76018 Angrebs eliksir +15 Forger din angrebs hastighed med 15% i 30 minutter. Ikke omsttelig. +76019 Passage dokument Hvis du viser dette passage dokument til vagten, vil du vre i stand til at komme ind til en yderligere egn af ederkoppe-grotten, samt den rde drages fort. Ikke omsttelig. +76020 Forskerens eliksir ger kvaliteten af de samlede forskningsobjekter og dermed ogs deres accepterings-sandsynlighed. Ikke omsttelig. +76021 Sol Eliksir (L) Fylder automatisk din HP. Indeholder 100.000 HP. Ikke omsttelig. +76022 Sol Eliksir (M) Fylder automatisk din HP. Indeholder 3,000,000 HP. Ikke omsttelig. +76023 Grn magi Fjerner bonussen fra en af dine genstande og tilfjer en ny. Kan kun bruges p vben og pansring op til level 40. Genstand fra level kisten, ikke omsttelig. +76024 Grn styrke Med lidt held, kan denne give dig en ny bonus til en af dine genstande (max. 4 bonusser). Kan kun bruges p vben og pansring op til level 40. Genstand fra level kisten, ikke omsttelig. +76025 Vind sko Forger din bevgelseshastighed med 30 nr du har dem p. +79501 Pilekogger Et kogger som giver dig en uendelig mngde pile i 24 timer. Ingen reduktion i skade der gives over lngere afstand. +79502 Pilekogger Et kogger som giver dig en uendelig mngde pile i 7 dage. Ingen reduktion i skade der gives over lngere afstand. +79503 Pilekogger Et kogger som giver dig en uendelig mngde pile. Ingen reduktion i skade der gives over lngere afstand. +79504 Pilekogger Et kogger som giver dig en uendelig mngde pile. Ingen reduktion i skade der gives over lngere afstand. +80001 Pung En mrk, slidt lderpung. +80002 Blankt Papir Et indtil nu ubrugt pergament af god kvalitet. +80008 Guldklump Usleben guldklump, der kan slges i butikker for hj pris. +80014 DR Gavekort (100) Vrdi af gavekort 100 Drage mnter. Genstand kan handles. +80015 DR Gavekort (500) Vrdi af gavekort 500 Drage mnter. Genstand kan handles. +80016 DR Gavekort (1000) Vrdi af gavekort 1000 Drage mnter. Genstand kan handles. +80017 DR Gavekort (50) Vrdi af gavekort 50 Drage mnter. Genstand kan handles. +80019 Fint tj Et skulderbnd er lavet af dette materiale. +90000 Tilbagekaldelses cert. Brug tilbagekaldelses certifikatet til at fjerne bonusser fra skulderbnd. +90001 Tom vandflaske En flaske til at transporterer vand - desvrre er den tom lige nu. +90002 Vandflaske En flaske til at transportere vand. +90003 Krystal En speciel, pn og klar juvel-sten, som skinner i sollyset. +90004 delsten En flad slebet sten i pne farver, som kan bruges ved fremstilling af dekorationer. +90005 Aquasten En hrd ru sten der bruges til at slibe vben og kkkenredskaber. +90006 ndesten Denne sten, nr forbundet med vben eller rustning, ger deres kvalitet. +90007 Mineral Der er omkring 4000 mineraler, som er forskellige i deres krystal strukturer, men ogs i former og farver. +90010 Fundamentsten Byggemateriale til Ordens-bygninger +90011 Trstamme Byggemateriale til Ordens-bygninger +90012 Krydsfinr Byggemateriale til Ordens-bygninger +90013 diff --git a/bin/pack/locale_dk/locale/dk/jobdesc_assassin.txt b/bin/pack/locale_dk/locale/dk/jobdesc_assassin.txt new file mode 100644 index 00000000..7786e4ba --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/jobdesc_assassin.txt @@ -0,0 +1,15 @@ +[DELAY value;10] +Ninjas er professionelle[ENTER] +drbere der til en hver tid[ENTER] +kan lure i et baghold.[ENTER] +Dertil har assassinerne brug[ENTER] +for en smidig og let,[ENTER] +[WAIT] +skyggelignende rustning, s[ENTER] +deres hurtige handlinger[ENTER] +ikke bliver blokeret. Alt[ENTER] +efter specialisering lrer[ENTER] +Ninjas enten, at omges med[ENTER] +[WAIT] +dolk, eller at bruge bue og[ENTER] +pil p en drbende mde. \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/jobdesc_shaman.txt b/bin/pack/locale_dk/locale/dk/jobdesc_shaman.txt new file mode 100644 index 00000000..e528b00a --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/jobdesc_shaman.txt @@ -0,0 +1,16 @@ +[DELAY value;10] +Velsignet med visheden om[ENTER] +magiens mangfoldighed gr[ENTER] +shamanerne i kamp mod[ENTER] +fjenden. Deres mystiske[ENTER] +frdigheder kommer ikke kun[ENTER] +[WAIT] +dem selv til gode, men[ENTER] +understtter ogs deres[ENTER] +venner. Specialiseringen[ENTER] +muliggr, at shamaner kan[ENTER] +ge deres angreb, eller[ENTER] +[WAIT] +forske videre p deres[ENTER] +healing og understttende[ENTER] +magi. \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/jobdesc_sura.txt b/bin/pack/locale_dk/locale/dk/jobdesc_sura.txt new file mode 100644 index 00000000..ad19dea8 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/jobdesc_sura.txt @@ -0,0 +1,16 @@ +[DELAY value;10] +Sura er krigere, der er[ENTER] +kommet i besiddelse af[ENTER] +magisk styrke, da de sagde[ENTER] +ja, til at lade djvlens[ENTER] +stv g igennem deres[ENTER] +[WAIT] +hnder. Derved kan sura[ENTER] +bruge deres svrd i nrkamp,[ENTER] +og magi i distancekamp.[ENTER] +Igennem specialiseringen har[ENTER] +de muligheden, at forbedre[ENTER] +[WAIT] +deres angrebs- eller lre[ENTER] +yderligere[ENTER] +forstrknings-magier. \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/jobdesc_warrior.txt b/bin/pack/locale_dk/locale/dk/jobdesc_warrior.txt new file mode 100644 index 00000000..95b47a8e --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/jobdesc_warrior.txt @@ -0,0 +1,17 @@ +[DELAY value;10] +P grund af deres[ENTER] +frdigheder, plus svre[ENTER] +vben og rustninger er[ENTER] +krigerens primre styrke i[ENTER] +nrkampen. Ligevgten mellem[ENTER] +[WAIT] +fysisk styrke og psykisk[ENTER] +udholdenhed er deres[ENTER] +livsml. Alt efter[ENTER] +specialisering kan krigeren[ENTER] +gre deres skade via et[ENTER] +[WAIT] +tohndsvrd eller bruge[ENTER] +svrd og skjold til at[ENTER] +bekmpe flere fjender p en[ENTER] +gang. \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/locale_game.txt b/bin/pack/locale_dk/locale/dk/locale_game.txt new file mode 100644 index 00000000..396b4e49 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/locale_game.txt @@ -0,0 +1,936 @@ +AFF_LOVE_POINT Krlighedspoint: %d%% +ALIGNMENT_NAME Rang: +ATTACK_ERROR_UNKNOWN Ukendt angrebsfejl: %s +CANNOT_ATTACK_DEST_IN_SAFE Afstanden til fjenden er for stor. +CANNOT_ATTACK_SELF_IN_SAFE Jeg kan ikke angribe fjenden herfra. +CANNOT_EQUIP_IN_EXCHANGE Du kan ikke skifte din udrustning mens du handler. +CANNOT_EQUIP_IN_SHOP Du kan ikke skifte din udrustning mens du handler. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA Du kan ikke bne en privat butik p et offentligt areal. +CANNOT_SHOOT_DEST_IN_SAFE Afstanden til fjenden er for stor. +CANNOT_SHOOT_EMPTY_ARROW Jeg har brug for en pil. +CANNOT_SHOOT_SELF_IN_SAFE Jeg kan ikke angribe fjenden herfra. +CANNOT_SKILL_APPROACH Jeg er sikker p, at jeg ikke kan komme tttere p. +CANNOT_SKILL_ATTACK Det kan jeg ikke angribe. +CANNOT_SKILL_BLUE Du kan ikke bruge Indigo Ulve sjl nr hjrd Ulve sjl er aktiveret. +CANNOT_SKILL_DEST_IN_SAFE Afstanden til fjenden er for stor. +CANNOT_SKILL_EQUIP_FISHING_ROD Jeg har brug for en fiskestang. +CANNOT_SKILL_HAVE_TO_RIDE Jeg har brug for en hest for at kunne anvende det. +CANNOT_SKILL_NEED_EMPTY_BOTTLE Jeg har ingen tom flaske. +CANNOT_SKILL_NEED_POISON_BOTTLE Jeg har ingen giftflaske. +CANNOT_SKILL_NEED_TARGET Hvem er mlet? +CANNOT_SKILL_NOT_ENOUGH_HP Jeg har ikke nok HP! +CANNOT_SKILL_NOT_ENOUGH_SP Jeg har ikke nok MP! +CANNOT_SKILL_NOT_HORSE_SKILL Jeg kan ikke bruge det, mens jeg ridder. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON Denne frdighed kan jeg ikke bruge med mit vben. +CANNOT_SKILL_NOT_YET_LEARN Denne frdighed har jeg ikke lrt. +CANNOT_SKILL_ONLY_FOR_ALLIANCE Det virker kun p gruppemedlemmer. +CANNOT_SKILL_ONLY_FOR_CORPSE Det virker kun p dde. +CANNOT_SKILL_RED Du kan ikke bruge hjrd ulve sjl nr Indigo Ulve sjl er aktiveret. +CANNOT_SKILL_REMOVE_FISHING_ROD Denne frdighed kan jeg ikke bruge med en fiskestang. +CANNOT_SKILL_SELF_IN_SAFE Jeg kan ikke angribe fjenden herfra. +CANNOT_SKILL_USE_SELF Jeg kan ikke bruge det p mig selv. +CANNOT_SKILL_WAIT_COOLTIME Denne frdighed er ikke klar. +CANNOT_USE Du kan ikke bruge denne. +CANNOT_WHISPER_DEST_REFUSE %s har blokeret hvisken. SA +CANNOT_WHISPER_NOT_LOGON %s er ikke online. SA +CANNOT_WHISPER_SELF_REFUSE Du kan ikke hviske med nogen, nr du selv har blokeret for hvisken. SNA +CHANNEL Kanal +CHANNELING_CANNOT_LOGOUT Du kan ikke g tilbage til startskrmen. +CHANNEL_EMPTY_SERVER Ingen server +CHANNEL_NORMAL Kanal %d +CHANNEL_NOTIFY_FULL Denne kanal er fyldt. Vlg venligst en anden. +CHANNEL_NOT_FIND_INFO Du fr ingen kanal-informationer. +CHANNEL_PVP Fri duel +CHANNEL_SELECT_CHANNEL Vlg en kanal +CHANNEL_SELECT_REGION Vlg omrdet for regningen +CHANNEL_SELECT_SERVER Vlg server +CHANNEL_TEST_SERVER Test server +CHANNEL_TEST_SERVER_ADDR Test %s:%d +CHARACTER_CREATE_MODE Opret karakter +CHARACTER_SELECT_MODE Vlg karakter +CHAT_ALL Alle +CHAT_BLOCK Bloker +CHAT_GUILD Orden +CHAT_INFORMATION Info +CHAT_INSULT_STRING Stningen indeholder sprrede ord. +CHAT_LOG Vis gamle meddelelser [L] +CHAT_LOG_TITLE Chat-log +CHAT_NORMAL Normal +CHAT_NOTICE Bekendtgrelse +CHAT_PARTY Gruppe +CHAT_SEND_CHAT Send chat +CHAT_SEND_MEMO Send hvisken [Shift+Enter] +CHAT_SHOUT Rbe +CHAT_SHOUT_LIMIT Du kan kun rbe alle 15 sekunder. +CHAT_WHISPER Hviske +COMB_ALREADY_APPEND +COMB_CANT_APPEND_ITEM Denne genstand kan ikke bruges. +COMB_CANT_APPEND_SEALED_ITEM Du kan ikke bruge en sjlebunden genstand. +COMB_COST Pris: %s +COMB_IS_CONTINUE_PROCESS nsker du at fortstte? +COMB_NOTICE Du kan ikke bne en privat shop mens du bytter bger. +COMB_NOTICE_NOT_OPEN Du kan ikke bytte bger mens du har en privat shop ben. +COMB_NOT_ALL_SLOT_APPEND_ITEM Du skal bruge et sekundr kostume for at overfre bonusser. +COMB_NOT_FULL_BOOK Nej, vi kan ikke gre forretning p denne mde. Som jeg allerede fortalte dig, s er jeg kun klar p at bytte hvis du giver mig 10 bger igen. +COMB_NOT_ITEM_IN_INVENTORY Du kan ikke aktivere genstande der er i brug. +COMB_NOT_MEDIUM_ITEM Denne genstand kan ikke bruges. +COMB_WILL_REMOVE_MATERIAL Kostume 2 vil blive delagt. +CREATE_ERROR_GM_NAME Dit karakternavn m ikke indeholde "GM". +CREATE_ERROR_INSULT_NAME Dette navn er ikke tilladt. +CREATE_ERROR_LIMIT_LEVEL Din karakter skal mindst vre level 80. +CREATE_ERROR_TIME_LIMIT Du kan kun oprette en karakter per 30 sekunder. +CREATE_ERROR_WRONG_STRING Dit karakternavn m ikke indeholde special tegn. +CREATE_EXIST_SAME_NAME En anden karakter har allerede dette navn. +CREATE_FAILURE Du kan ikke oprette denne karakter. +CREATE_FULL Du kan ikke oprette flere karakterer. +CREATE_GM_NAME GM +CREATE_INPUT_NAME Vlg et navn +CREATE_PLUS_STAT Du har stadig nogle status-points. +DAY Dage +DONT_USE_ITEM_WHEN_SHOW_CONFIRM Du kan ikke fjerne en genstand nr der er en foresprgsel igang. +DO_YOU_BUY_ITEM1 Vil du kbe %s for %s ? +DO_YOU_BUY_ITEM2 Vil du kbe %s %s for %s ? +DO_YOU_DROP_MONEY Vil du smide %d Yang vk? +DO_YOU_SELL_ITEM1 Vil du slge %s for %s ? +DO_YOU_SELL_ITEM2 Vil du slge %s %s for %s ? +DRAGON_SOUL_CANNOT_REFINE Denne drage sten kan ikke blive forfinet. +DRAGON_SOUL_CANNOT_REFINE_MORE Denne drage sten har allerede net det hjeste level. +DRAGON_SOUL_EQUIP_WARNING1 Det er svrt at fjerne en drage sten, nr den frst er tilfjet. +DRAGON_SOUL_EQUIP_WARNING2 Vil du stadig gerne fortstte? +DRAGON_SOUL_EXPIRED Udlbet drage sten +DRAGON_SOUL_INVALID_DRAGON_SOUL Det er den forkerte drage sten. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL Det er ikke en drage sten. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE Dette er ikke den rigtige drage sten. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL Du har ikke materialer nok til forfinelsen. +DRAGON_SOUL_NOT_MATCHED_SLOT Denne drage sten passer ikke til denne plads. +DRAGON_SOUL_STEP_LEVEL1 Klarhed: mat, +DRAGON_SOUL_STEP_LEVEL2 Klarhed: klar, +DRAGON_SOUL_STEP_LEVEL3 Klarhed: fejlfri, +DRAGON_SOUL_STEP_LEVEL4 Klarhed: strlende, +DRAGON_SOUL_STEP_LEVEL5 Klarhed: fremragende, +DRAGON_SOUL_STRENGTH Level: +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 Denne drage sten kan blive delagt i processen. +DRAGON_SOUL_UNEQUIP_WARNING2 Vil du stadig gerne forstte? +DRAGON_SOUL_UNMATCHED_SLOT Det er den forkerte plads. +DRAGON_SOUL_UNQUALIFIED Du kan endnu ikke bruge drage stens alkymisten. +DROP_ITEM_FAILURE_EQUIP_ITEM Du kan ikke smide genstande i brug vk. +DROP_ITEM_FAILURE_PRIVATE_SHOP Du kan ikke smide genstande i brug vk, mens du bner en privat butik. +DROP_MONEY_FAILURE_1000_OVER Du kan maksimalt smide 999 Yang. +EMOTION_ANGRY Forarget +EMOTION_ATTRACTIVE Forfrende +EMOTION_BANTER Spydig +EMOTION_CHEERS_1 Jubel 1 +EMOTION_CHEERS_2 Jubel 2 +EMOTION_CHEERUP Juble +EMOTION_CHOOSE_ONE Vlg et ml. +EMOTION_CLAP Applaus +EMOTION_CLAP_KISS Kys +EMOTION_CONGRATULATION Understtte +EMOTION_DANCE_1 Dans 1 +EMOTION_DANCE_2 Dans 2 +EMOTION_DANCE_3 Dans 3 +EMOTION_DANCE_4 Dans 4 +EMOTION_DANCE_5 Dans 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE Tilgive +EMOTION_FRENCH_KISS Tungekys +EMOTION_JOY Glde +EMOTION_SAD Bedrvet +EMOTION_SHY Afvise +EMOTION_SLAP Slag +EMPIRE_A Shinsoo-Rige +EMPIRE_B Chunjo-Rige +EMPIRE_C Jinno-Rige +EMPIRE_SELECT_MODE Vlg rige +EXCHANGE_CANNOT_GIVE Denne genstand kan ikke handles med. +EXCHANGE_CANT_EDIT_MONEY Du kan ikke redigere bidraget nu. +EXCHANGE_FAILURE_EQUIP_ITEM Du kan ikke skifte udrustede genstande. +EXCHANGE_MONEY Bidrag +EXCHANGE_TITLE Handl med %s +FISHING_FAILURE Du har tabt fiskemaddingen. +FISHING_NOTIFY1 Ser ud til, at en %s har bidt p. +FISHING_NOTIFY2 Ser ud til, at en %s blev fanget. +FISHING_SUCCESS1 Du har fanget en %s ! +FISHING_SUCCESS2 Du har fanget %s! +FISHING_UNKNOWN Jeg ved ikke hvad jeg har fanget. +FISHING_WRONG_PLACE Her kan jeg ikke fiske. +FOR_FEMALE For kvinder +FOR_MALE For mnd +GAME_CANNOT_MINING Du kan ikke hakke malm mens du ridder. +GAME_CANNOT_PICK_ITEM Du kan ikke indsamle denne genstand, da det ikke er dit bytte. +GAME_INIT_ERROR_CURSOR Musviseren kunne ikke oprettes. +GAME_INIT_ERROR_DIRECTX DirectX 8.1 skal vre installeret for at spillet virker.\nInstaller DirectX 8.1 eller hjere. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE Ikke fundet noget grafikkort.\nVr s venligt at kontrollere om dit VGA-kort er installeret korrekt. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST Grafikkort blev ikke fundet.\nCheck om du har et VGA-kort.\nAlternativ kan du aktivere for hardware-accelerationen.\n(Hardware-acceleration p maksimum i grafikkortets indstillinger) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT Dit grafikkort understtter ikke 32bit-vinduesmode.\nSkift til 16bit eller brug fuld skrm. +GAME_INIT_ERROR_ITEM_PROTO Ikke fundet nogen genstandsfil.\nVr s venlig at geninstallere spillet. +GAME_INIT_ERROR_MAIN_WINDOW Hovedvinduet kunne ikke oprettes. +GAME_INIT_ERROR_MOB_PROTO Ikke fundet nogen monsterfil.\nVr s venlig at geninstallere spillet. +GAME_INIT_ERROR_NETWORK Netvrksforbindelsen kunne ikke oprettes.\nCheck din internet-forbindelse. +GAME_PICK_MONEY Du har fundet %d Yang. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT Hjden skal vre 128 pixel +GUILDMARK_UPLOADER_ERROR_12_HEIGHT Hjden skal vre 12 pixel +GUILDMARK_UPLOADER_ERROR_16_WIDTH Bredde skal vre 16 pixel +GUILDMARK_UPLOADER_ERROR_64_WIDTH Bredde skal vre 64 pixel +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT Spillet understtter ikke den slags billedformater. +GUILDMARK_UPLOADER_ERROR_PATH Flyt filerne i mappen metin2/upload. +GUILDMARK_UPLOADER_ERROR_SELECT Du har ikke valgt nogen billed-fil. +GUILDWAR_CTF_TITLE Erobre flag +GUILDWAR_NORMAL_TITLE Kampfelt +GUILDWAR_QUESTION_LINE_1 %s-Ordenen har erklret krig mod jer. +GUILDWAR_QUESTION_LINE_2 tager du imod? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Arena krig +GUILD_BUILDING_GRADE Rang +GUILD_BUILDING_NAME Bygningsnavn +GUILD_CANNOT_HEAL_GSP_ANYMORE Dragend er allerede fyldt. +GUILD_COMMENT Skriv +GUILD_CREATE_ERROR_INSULT_NAME Ordensnavnet er ikke tilladt. +GUILD_DEFAULT_GRADE Ordensmedlemmer +GUILD_DELETE Slet +GUILD_DEPOSIT Deponere +GUILD_DO_YOU_HEAL_GSP Vil du bruge %d Yang for at reproducere %d stykker dragend? +GUILD_DO_YOU_JOIN har inviteret dig. Vil du tilslutte dig ordenen? +GUILD_EMPTY_AREA Tomt areal +GUILD_ENEMY_GUILD_NAME Fjendens Ordensnavn +GUILD_FACILITY Sidebygning +GUILD_GEM delsten +GUILD_HEADQUARTER Hovedbygning +GUILD_HEAL_GSP Gendan dragend. +GUILD_INFO_ENEMY_GUILD_EMPTY Ingen +GUILD_MARK_NOT_ENOUGH_LEVEL Level skal minimum vre 3 +GUILD_NAME Ordensnavn +GUILD_NOT_ENOUGH_MATERIAL Du har ikke materialer nok til denne bygningen. +GUILD_NOT_ENOUGH_MONEY Du har ikke Yang nok til denne bygningen. +GUILD_NO_NOTICE_PERMISSION Du har ingen rettigheder til bekendtgrelser. +GUILD_OBJECT Objekter +GUILD_OFFER_EXP Investere erfaring +GUILD_SHORT_EXP Ikke nok erfaring. +GUILD_TILE_BASEINFO Basis-informationer +GUILD_TILE_BOARD Tavle +GUILD_TILE_GRADE Forvaltning af rettigheder +GUILD_TILE_INFO Ordensinformationer +GUILD_TILE_MEMBER Ordensmedlemmer +GUILD_TILE_SKILL Ordensfrdigheder +GUILD_VILLAGE_01 Miryang +GUILD_VILLAGE_02 Songpa +GUILD_VILLAGE_03 Daeyami +GUILD_WAR1 Ordenskrigs omrde +GUILD_WAR2 Ordenskrigs omrde +GUILD_WAR3 Ordenskrigs omrde +GUILD_WAR4 Ordenskrigs omrde +GUILD_WAR_LIMIT_30MIN Tid: 30 Minutter +GUILD_WAR_REWARD_POTION Belnning: Vinderen fr eliksirer. +GUILD_WAR_USE_BATTLE_MAP Sted: Ordenskrig Arena +GUILD_WAR_USE_NORMAL_MAP Sted: Normal kort +GUILD_WAR_WIN_CHECK_SCORE Hjest resultat vinder krigen. +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 F fat i fjendens flag +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 og bring det til din base. +GUILD_WAR_WIN_WIPE_OUT_GUILD Besejre alle fjender for at vinde. +GUILD_WITHDRAW Tilbagetrk +GUILD_YOU_DO_NOT_JOIN Du er ikke medlem i nogen Orden. +HORSE_HEALTH0 Dd +HORSE_HEALTH1 Sulter +HORSE_HEALTH2 Sulten +HORSE_HEALTH3 Fuld +HORSE_LEVEL1 Normal hest +HORSE_LEVEL2 Krigs hest +HORSE_LEVEL3 Militrhest +HOUR timer +HOW_MANY_ITEM_DO_YOU_DROP1 nsker du at smide %s vk? +HOW_MANY_ITEM_DO_YOU_DROP2 Vil du smide %s %d vk +INPUT_MATRIX_CARD_NUMBER Indtast matrix-kortnr. +INPUT_MATRIX_CARD_TITLE Matrix-kort +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Indtast slet-koden fra din account-forvaltning. +INPUT_PRIVATE_CODE_DIALOG_TITLE Slet karakter +INVENTORY_DO_NOT_PACK_WARP_SCROLL Dokumenter kan ikke sammenfres. +INVENTORY_REALLY_USE_ITEM Brug genstand p denne genstand? +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Amatrninja +JOB_ASSASSIN1 Ninjas magt +JOB_ASSASSIN2 Ikke-dde +JOB_SHAMAN Shaman +JOB_SHAMAN0 Amatr shaman +JOB_SHAMAN1 Dragens magt +JOB_SHAMAN2 Lynstyrke +JOB_SURA Sura +JOB_SURA0 Amatr-sura +JOB_SURA1 Fatamorganas magt +JOB_SURA2 Sort magis magt +JOB_WARRIOR Kriger +JOB_WARRIOR0 Amatrkriger +JOB_WARRIOR1 Arahans magt +JOB_WARRIOR2 Partisanernes magt +LEFT_TIME Resterende tid +LOGIN_CONNECT_FAILURE En fejl opstod ved forbindelsen til serveren. +LOGIN_CONNECT_SUCCESS Du er forbundet til serveren. +LOGIN_CONNETING Forbinder til Serveren... +LOGIN_FAILURE_ALREAY Din account er allerede forbundet. +LOGIN_FAILURE_BE_SAME_KEY Registrerings problem. +LOGIN_FAILURE_BLOCK_ID Din account er sprret. +LOGIN_FAILURE_BLOCK_LOGIN Vlg venligst en anden servere. +LOGIN_FAILURE_NOBILL Denne konto har ingen spilletid tilovers. +LOGIN_FAILURE_NOT_AVAIL Denne konto er ikke tilgngeligt. +LOGIN_FAILURE_NOT_EXIST_ID Forkert brugernavn eller password. +LOGIN_FAILURE_REPAIR_ID For denne konto bliver der gendannet nogle genstande. +LOGIN_FAILURE_SAMELOGIN En person har forbundet sig til din konto. +LOGIN_FAILURE_SHUTDOWN Denne server er ikke ben. +LOGIN_FAILURE_TOO_MANY_USER Du kan ikke f forbindelse med serveren, da der er for mange spillere online. +LOGIN_FAILURE_UNKNOWN Du kunne ikke logge p. rsagen er ukendt. +LOGIN_FAILURE_WEB_BLOCK Du blev blokeret p websiden. Tjek venligst din e-mail. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Du har indtastet et forkert nr. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE Du har 3 gange i trk indtastet et forkert nr. - din forbindelse blev afbrudt. +LOGIN_FAILURE_WRONG_PASSWORD Forkert brugernavn eller password. +LOGIN_INPUT_ID Angiv ID. +LOGIN_INPUT_PASSWORD Angiv kodeordet. +LOGIN_PROCESSING Registreringen med serveren er i gang... +MALL_CANNOT_INSERT Du kan ikke placere den genstand. +MALL_PASSWORD_TITLE Kodeord +MAP_A1 Omrde Yongan +MAP_A2 Seungryong Dal +MAP_A2_1 +MAP_A3 Omrde Yayang +MAP_AG Jungrang +MAP_B1 Omrde Joan +MAP_B2 Imji dalen +MAP_B3 Omrde Bokjung +MAP_BAY Nefrit bugten +MAP_BAYBLACKSAND Nefrit bugten +MAP_BG Waryong +MAP_C1 Omrde Pyungmoo +MAP_C2 Bangsan dalen +MAP_C3 Omrde Bakra +MAP_CAPE Kap Drageild +MAP_CAPEDRAGONHEAD Kap Drageild +MAP_CG Imha +MAP_DAWN Gautama Klippe +MAP_DAWNMISTWOOD Gautama Klippe +MAP_DESERT Yongbi-rken +MAP_DEVILCATACOMB Djvelens katakomb +MAP_DEVILTOWER1 Dmon trn +MAP_DUEL Trningskamp omrde +MAP_E Koloni +MAP_EMPIREWAR01 Slots-kamp +MAP_EMPIREWAR02 Slots-kamp +MAP_EMPIREWAR03 Slots-kamp +MAP_FLAME Doyyumhwan +MAP_GUILD_01 Jungrang +MAP_GUILD_02 Waryong +MAP_GUILD_03 Imha +MAP_HOLYPLACE_DESERT rkenland Nationskrig +MAP_HOLYPLACE_FLAME Ildland Nationskrig +MAP_HOLYPLACE_ICE Island Nationskrig +MAP_MILGYO Hwang Tempel +MAP_MILGYO_A +MAP_MONKEY_DUNGEON Hasun Dong +MAP_MONKEY_DUNGEON2 Jungsun Dong +MAP_MONKEY_DUNGEON3 Sangsun Dong +MAP_MONKEY_DUNGEON_11 Hasun Dong +MAP_MONKEY_DUNGEON_12 Hasun Dong +MAP_MONKEY_DUNGEON_13 Hasun Dong +MAP_MT_THUNDER Tordenbjergene +MAP_NUSLUCK Kmpernes land +MAP_NUSLUCK01 Kmpernes land +MAP_N_DESERT_01 Yongbi-rken +MAP_N_DESERT_02 +MAP_N_FLAME_01 Ildland +MAP_N_FLAME_02 +MAP_N_FLAME_DUNGEON_01 Rd Drageborg +MAP_N_SNOWM_01 Bjerget Sohan +MAP_N_SNOWM_02 +MAP_N_SNOW_DUNGEON_01 Nemeres vagttrn +MAP_N_THREEWAY Seungryong Dalen +MAP_OXEVENT OX turnering +MAP_PATHWAY_DESERT_01 rkenland Nationskrig +MAP_PATHWAY_DESERT_02 rkenland Nationskrig +MAP_PATHWAY_DESERT_03 rkenland Nationskrig +MAP_PATHWAY_FLAME_01 Ildland Nationskrig +MAP_PATHWAY_FLAME_02 Ildland Nationskrig +MAP_PATHWAY_FLAME_03 Ildland Nationskrig +MAP_PATHWAY_ICE_01 Island Nationskrig +MAP_PATHWAY_ICE_02 Legeplads +MAP_PATHWAY_ICE_03 Island Nationskrig +MAP_SKELTOWER Gumsan-Trn +MAP_SKIPIA_DUNGEON_01 Forbandelsens grotte +MAP_SKIPIA_DUNGEON_011 +MAP_SKIPIA_DUNGEON_012 +MAP_SKIPIA_DUNGEON_013 +MAP_SKIPIA_DUNGEON_02 Forbandelsens grotte 2 +MAP_SKIPIA_DUNGEON_021 +MAP_SKIPIA_DUNGEON_022 +MAP_SKIPIA_DUNGEON_023 +MAP_SKIPIA_DUNGEON_BOSS Dragens tempel +MAP_SKIPIA_DUNGEON_BOSS_1 Edderkoppe grotte 1 +MAP_SKIPIA_DUNGEON_BOSS_2 Edderkoppe grotte 2 +MAP_SKIPIA_DUNGEON_BOSS_3 Edderkoppe grotte 3 +MAP_SNOW Bjerget Sohan +MAP_SPIDER Kuahlo Dong +MAP_SPIDERDUNGEON Edderkoppe grotte 1 +MAP_SPIDERDUNGEON_02 Edderkoppe-grotte 2 +MAP_SPIDERDUNGEON_02_1 Edderkoppe grotte 2 +MAP_SPIDERDUNGEON_03 Edderkoppe grotte 3 +MAP_SUNGZI Nationskrig +MAP_SUNGZI_DESERT_01 rkenland Nationskrig +MAP_SUNGZI_DESERT_HILL_01 rkenland Nationskrig +MAP_SUNGZI_DESERT_HILL_02 rkenland Nationskrig +MAP_SUNGZI_DESERT_HILL_03 rkenland Nationskrig +MAP_SUNGZI_FLAME_HILL_01 Ildland Nationskrig +MAP_SUNGZI_FLAME_HILL_02 Ildland Nationskrig +MAP_SUNGZI_FLAME_HILL_03 Ildland Nationskrig +MAP_SUNGZI_SNOW Island Nationskrig +MAP_SUNGZI_SNOW_PASS01 Island Nationskrig +MAP_SUNGZI_SNOW_PASS02 Island Nationskrig +MAP_SUNGZI_SNOW_PASS03 Island Nationskrig +MAP_T1 Ordenskrigs omrde +MAP_T2 Ordenskrigs omrde +MAP_T3 Ordenskrigs omrde +MAP_T4 Ordenskrigs omrde +MAP_TEMPLE Hwang-Tempel +MAP_THUNDER Tordenbjergene +MAP_TREE Lungsam +MAP_TRENT ndeskov +MAP_TRENT02 Rd skov +MAP_TRENT02_A Rd skov +MAP_TRENT_A +MAP_WEDDING_01 Bryllups kort +MAP_WL Slangeomrde +MAP_WL_01 Slangeomrde +MESSENGER_ADD_FRIEND Tilfj ven +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s har accepteret dig som ven. +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Accepter? +MESSENGER_DO_YOU_DELETE Slet? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Vil du slette mobilnr.? +MESSENGER_DO_YOU_MOVE Vil du fortstte? +MESSENGER_EMPTY_LIST Tom +MESSENGER_FAMILY Familie +MESSENGER_FRIEND Venner +MESSENGER_GUILD Orden +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Indtast bekrftigelses-koden der blev sendt til dit mobilnr. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Indtast bekrftigelses-kode +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Indtast mobilnr. for SMS-tilsending. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Vil du indtaste dette nr.? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Angiv mobilnr. +MESSENGER_SEND_MOBILE_MESSAGE_TITLE Afsend meddelelse. +METIN_TEST +MINIMAP ben Minimap +MINIMAP_CANNOT_SEE Minikort kan ikke vises. +MINIMAP_CAN_NOT_SHOW_AREAMAP Kortet kan ikke vises. +MINIMAP_DEC_SCALE Minimer +MINIMAP_INC_SCALE Maximer +MINIMAP_OBSERVER_COUNT %d tilskuer +MINIMAP_SHOW_AREAMAP ben stort kort +MINUTE Min +MONETARY_UNIT0 Yang +MONETARY_UNIT1 titusind +MONETARY_UNIT2 hundrede millioner +MONEY_INPUT_DIALOG_SELLPRICE Salgspris: +MOVE_ITEM_FAILURE_PRIVATE_SHOP Du kan ikke flytte genstande mens du har en privat butik ben. +MUSIC_EMPTY_MUSIC_LIST Ingen baggrundsmusik. +MUSIC_METIN2_DEFAULT_THEMA Metin2-Standardmusik +MUSIC_NOT_SELECT_MUSIC Du har ikke valgt nogen musikfil. +NEEFD_REST Du bliver nd til at hvile dig. +NOT_YET_SUPPORT Bliver ikke understttet. +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE Du kan ikke aktivere Ordens-mode, hvis du ikke er medlem i en Orden. +OPTION_PVPMODE_NOT_SUPPORT Du kan ikke bruge denne PvP-konfiguration. +OPTION_PVPMODE_PROTECT Du skal mindst have opnet Level %d for at ndre PvP-konfigurationen. +PARTY_ANSWER_TIMEOVER Invitationen blev afvist. +PARTY_BONUS_ATTACKER Angrebsvrdi: +%d SA +PARTY_BONUS_BERSERKER Angrebshastighed: +%d SA +PARTY_BONUS_BUFFER Frdighedslngde: +%d SA +PARTY_BONUS_DEFENDER Forsvar: +%d SA +PARTY_BONUS_EXP Bonus-erfaring: %d%% SA +PARTY_BONUS_SKILL_MASTER Max. MP: +%d SA +PARTY_BONUS_TANKER Max HP: +%d SA +PARTY_BREAK_UP Fjern gruppe +PARTY_DO_YOU_ACCEPT vil vre med i gruppen. +PARTY_DO_YOU_JOIN har inviteret dig til gruppen. Accepter? +PARTY_EXP_DISTRIBUTION_MODE EXP-fordeling +PARTY_EXP_DISTRIBUTION_MODE_LEVEL Level-fordeling +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP Hjere level fr mere EXP. +PARTY_EXP_DISTRIBUTION_MODE_PARITY Jvn fordeling +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Alle gruppemedlemmer fr samme EXP. +PARTY_HEAL_ALL_MEMBER Gendan alt +PARTY_INCREASE_AREA_150 Gruppens rkkevidde blev get med en faktor 1,5. SNA +PARTY_INCREASE_AREA_200 Gruppens rkkevidde blev get med en faktor 2. SNA +PARTY_LEAVE Forlad gruppen. +PARTY_LONGTIME_BONUS_EXP Bonus-EXP for langt gruppespil: +%d%% SA +PARTY_MEMBER_OFFLINE [Offline] +PARTY_RECALL_MEMBER Kald gruppemedlemmer. +PARTY_REGEN_BONUS Bonus for HP- og MP-regeneration: +%d%% SA +PARTY_REQUEST_DENIED Du har afvist gruppe-invitationen. +PARTY_SET_ATTACKER Definer som angriber. +PARTY_SET_BERSERKER Definer som Berserker. +PARTY_SET_BUFFER Definer som Blocker. +PARTY_SET_DEFENDER Definer som forsvar. +PARTY_SET_NORMAL Fjern indstillingerne. +PARTY_SET_SKILL_MASTER Definer som frdighedsmester. +PARTY_SET_TANKER Indstil til nrkamp. +PARTY_SKILL_ATTACKER Basis-angrebsvrdi angriber +%.0f +PARTY_SKILL_BERSERKER Angrebshastighed Berserker +%.0f +PARTY_SKILL_BUFFER Frdighedslngde blokering +%.0f +PARTY_SKILL_DEFENDER Forsvar forsvarer +%.0f +PARTY_SKILL_HP_REGEN HP-regeneration +%.0f%% +PARTY_SKILL_PARTY_AREA Grupperkkevidde +%d%% +PARTY_SKILL_SKILL_MASTER Max. MP frdighedsmester +%.0f +PARTY_SKILL_SP_REGEN MP-regeneration +%.0f%% +PARTY_SKILL_TANKER Max. HP nrkamp +%.0f +PARTY_SKILL_WARP Kan pkalde gruppemedlemmer. +PASSWORD_TITLE Gem kodeord +PICK_ITEM_TITLE Genstandsnr. +PICK_MONEY_TITLE Bidrag +PRIVATE_SHOP_CANNOT_SELL_ITEM Du kan ikke slge denne genstand i private butikker. +PRIVATE_SHOP_CLOSE_QUESTION Vil du lukke din private butik? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE Butikkens navn. +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Pris +PVP_LEVEL0 Ridderlig +PVP_LEVEL1 del +PVP_LEVEL2 God +PVP_LEVEL3 Venlig +PVP_LEVEL4 Neutral +PVP_LEVEL5 Aggresiv +PVP_LEVEL6 Bedragerrisk +PVP_LEVEL7 Ond +PVP_LEVEL8 Grusom +PVP_MODE_GUILD PvP - Ordensmode blev aktiveret +PVP_MODE_KILL PvP - fri blev aktiveret +PVP_MODE_NORMAL PvP - fred blev aktiveret +PVP_MODE_PROTECT PvP - beskyttelse blev aktiveret +PVP_MODE_REVENGE PvP - fjendtlig blev aktiveret +PVP_OPTION_KILL Fri +PVP_OPTION_NORMAL Fred +PVP_OPTION_PROTECT Beskyttelse +PVP_OPTION_REVENGE Fjendtlig +QUEST_APPEND Ny opgave blev modtaget. +QUEST_MIN Min. +QUEST_SEC Sek. +QUEST_TIMEOVER Tiden er get +QUEST_UNLIMITED_TIME Ingen tidsbegrnsning. +QUEST_ZEROSEC 0 Sek. +QUICKSLOT_REGISTER_DISABLE_ITEM Denne genstand kan ikke aktiveres via hurtigmenuen. +RECEIVE_MESSAGE %s har sendt dig en meddelelse. +REFINE_COST Forbedringsomkostninger: %d Yang +REFINE_DESTROY_WARNING Denne genstand kan g i stykker ved forbedring. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Dette ger forbedrings-sandsynligheden, +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 men hvis det mislykkes bliver genstanden delagt. Vil du fortstte? +REFINE_DOWN_GRADE_WARNING Det kan ske at genstanden mister en level. +REFINE_DO_YOU_SEPARATE_METIN Vil du fjerne alle nde-stenene? +REFINE_FAILURE Desvrre... Det mislykkede! +REFINE_FAILURE_CAN_NOT_ATTACH %s kan ikke tilfjes til denne genstand. +REFINE_FAILURE_EQUIP_ITEM Du kan ikke forbedre den udvalgte genstand, da den er i brug. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM Der kan ikke fjernes en nde-sten. +REFINE_FAILURE_NEED_BETTER_SCROLL Du har brug for et detaljeret forbedrings-dokument. +REFINE_FAILURE_NO_GOLD_SOCKET Der findes ingen guld-indfatning for at tilfje %s . +REFINE_FAILURE_NO_MORE_SOCKET Du kan ikke tilfje yderligere indfatninger. +REFINE_FAILURE_NO_SOCKET0 Der findes ingen indfatning for at tilfje %s. +REFINE_FAILURE_SOCKET_DISABLE_ITEM P denne genstand der der ikke tilfjes en indfatning. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM Denne genstand kan ikke blive forbedret. +REFINE_SUCCESS Succesfuld forbedringen! +REFINE_SUCCESS_PROBALITY Forbedrings-sandsynlighed: %d%% +REFINE_WARNING2 nsker du at fortstte? +SAFEBOX_ERROR Du har indtastet et forkert kodeord. +SAFEBOX_SELL_DISABLE_SAFEITEM Du kan ikke slge gemte genstande. +SAFEBOX_WRONG_PASSWORD Kodeorderne skal vre identiske. +SCREENSHOT_SAVE1 er gemt i +SCREENSHOT_SAVE2 Screenshot-mappen +SCREENSHOT_SAVE_FAILURE Der opstod en fejl. Screenshottet blev ikke gemt. +SECOND Sek +SELECT_CAN_NOT_DELETE Du kan ikke slette denne karakter. +SELECT_CHANGED_NAME Du har skiftet navn p karakteren. +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME Dette navn er allerede i brug. +SELECT_CHANGE_FAILURE_STRANGE_INDEX Prv igen. +SELECT_CHANGE_FAILURE_STRANGE_NAME Dette er et forkert karakternavn. +SELECT_CHANGE_NAME_TITLE Skift karakternavn +SELECT_DELEING Karakteren bliver slettet +SELECT_DELETED Sletning succesfuld. +SELECT_DO_YOU_DELETE_REALLY nsker du at fortstte? +SELECT_EMPTY_SLOT Dette er et tomt felt. +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Angiv et nyt karakternavn. +SELECT_NOT_JOIN_GUILD Ingen Orden +SHOP_BUY_INFO Vlg den genstand du vil kbe i butik-vinduet. +SHOP_CANNOT_SELL_EQUIPMENT Du kan ikke slge genstanden, da den er i brug. +SHOP_CANNOT_SELL_ITEM Denne genstand kan ikke slges. +SHOP_ERROR_UNKNOWN Ukendt load-fejl: %s +SHOP_INVALID_POS Denne genstand er ikke egnet til det. +SHOP_INVENTORY_FULL Dit inventar er fyldt. +SHOP_NOT_ENOUGH_MONEY Ikke nok Yang +SHOP_NOT_ENOUGH_MONEY_EX Du har ikke Yang nok. +SHOP_SELL_INFO Vlg i dit inventarvindue, hvilken genstand du nsker at slge. +SHOP_SOLDOUT Udsolgt +SHOT_ERROR_UNKNOWN Ukendt langdistance angrebsfejl: %s +SKILL_BLEEDING Bldning +SKILL_BOHO Reflektere +SKILL_BUDONG Er ikke lngere i brug +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK Du har brug for erfaringspoint for at lre denne frdighed. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Du har brug for en bog for at lre denne frdighed. +SKILL_CHEONGEUN Strk krop +SKILL_CRITICAL Kritisk slag +SKILL_ENCHANT_POISON Brug gift +SKILL_EUNHYEONG Usynligt +SKILL_FAINT Besvime +SKILL_FIND_TRAP Sg flde +SKILL_FIRE Forbrnding +SKILL_FISHMIND Fiske kugle bliver brugt +SKILL_GAMJI Vlge +SKILL_GEOMGYEONG Svrd-aura +SKILL_GEONGON SKILL_GEONGON Bliver ikke benyttet mere +SKILL_GICHEON Dragehjlp +SKILL_GIGONG Chi-Rotation +SKILL_GONGPO Frygt +SKILL_GRADE_NAME_GRAND_MASTER %s Stormester +SKILL_GRADE_NAME_MASTER %s Mester +SKILL_GRADE_NAME_PERFECT_MASTER %s perfekt Mester +SKILL_GROUP_ASSASSIN_1 Klinge +SKILL_GROUP_ASSASSIN_2 Bue +SKILL_GROUP_HORSE Riddekunst +SKILL_GROUP_SHAMAN_1 Drage +SKILL_GROUP_SHAMAN_2 Helbredelse +SKILL_GROUP_SURA_1 Vben +SKILL_GROUP_SURA_2 Magi +SKILL_GROUP_WARRIOR_1 Krop +SKILL_GROUP_WARRIOR_2 Mental +SKILL_GWIGEOM Fortryllet klinge +SKILL_GYEONGGONG Dunlet gang +SKILL_HEUKSIN Mrk beskyttelse +SKILL_HOSIN Velsignelse +SKILL_HWAYEOM SKILL_HWAYEOM Bliver ikke benyttet mere +SKILL_HYEOLMA SKILL_HYEOLMA Bliver ikke benyttet mere +SKILL_INC_ATKSPD Angrebshastighed ges +SKILL_INC_MOVSPD Bevgelseshastighed ges +SKILL_INMA SKILL_INMA Bliver ikke benyttet mere +SKILL_JEOJU Forbandelse +SKILL_JEONGEOP Helbrede +SKILL_JEONGWI Kamprus +SKILL_JEONSINBANGEO Fuld forsvar +SKILL_JEONSINGONGGYEOK Fuld angreb +SKILL_JEUNGCHE SKILL_JEUNGCHE Bliver ikke benyttet mere +SKILL_JEUNGHON SKILL_JEUNGHON Bliver ikke benyttet mere +SKILL_JEUNGRYEOK Angreb + +SKILL_JEUNGSOK Hastighed + +SKILL_JIGAM SKILL_JIGAM Bliver ikke benyttet mere +SKILL_JIPJUNG SKILL_JIPJUNG Bliver ikke benyttet mere +SKILL_JUMAGAP Fortryllet rustning +SKILL_JUMAGEOM SKILL_JUMAGEOM Bliver ikke benyttet mere +SKILL_KWAEGEOM SKILL_KWAEGEOM Bliver ikke benyttet mere +SKILL_KWAESOK Hastighed +SKILL_LEGBOUND SKILL_LEGBOUND Bliver ikke benyttet mere +SKILL_MUSA SKILL_MUSA Bliver ikke benyttet mere +SKILL_MUYEONG Ild-nden +SKILL_NEED_EMPTY_BOTTLE Jeg har ingen tom flaske. +SKILL_NEED_POISON_BOTTLE Jeg har ingen giftflaske. +SKILL_ONLY_FOR_GUILD_WAR Denne frdighed kan kun bruges i Ordens-kampe. +SKILL_PABEOP Fjern magi +SKILL_POWERFUL_STRIKE Bedvelses-angreb +SKILL_SEOMGWANG Lynbombe +SKILL_SINCHAK SKILL_SINCHAK Bliver ikke benyttet mere +SKILL_SLEEP Sove +SKILL_SLOW Langsom +SKILL_STUN Bedve +SKILL_SUHO Vagt +SKILL_SUMMON_DESCRIPTION Sandsynlighed for besvrgelser: %d%% +SKILL_TOOLTIP_INT Intelligens +SKILL_TOOLTIP_LEVEL Level +SKILL_TOXICDIE Forgiftning +SKILL_TOXICPOWER Giftangreb bliver forbedret +SKILL_TUSOK nde-std +SKILL_WONSIN SKILL_WONSIN Bliver ikke benyttet mere +SKILL_YONGSIN SKILL_YONGSIN Bliver ikke benyttet mere +STAT_MINUS_CON Vitalitets-tilpasning(Tilbagestende chance: %d) +STAT_MINUS_DEX Smidighed-tilpasning (Sandsynlighed: %d) +STAT_MINUS_INT Intelligens-tilpasning (Sandsynlighed: %d) +STAT_MINUS_STR Styrke-tilpasning (Sandsynlighed: %d) +STAT_TOOLTIP_CON HP og forsvar bliver forbedret +STAT_TOOLTIP_DEX Njagtighed og flugt bliver forbedret +STAT_TOOLTIP_INT MP, magisk styrke og forsvar bliver forbedret. +STAT_TOOLTIP_STR Angrebsvrdi og skade bliver forbedret +SYMBOLLIST_TITLE Tilmeld Ordensflag +SYSTEM_OPTION_CPU_TILING_1 CPU-Tiling-Mode kan ge hastigheden for svage computere. +SYSTEM_OPTION_CPU_TILING_2 Hvis der opstr grafik-problemer, vlg "Systemindstillinger" eller "config.exe" +SYSTEM_OPTION_CPU_TILING_3 og skift til GPU-Tiling-Mode +SYSTEM_OPTION_GPU_TILING_1 GPU-Tiling-Mode kan kres p svagere computere +SYSTEM_OPTION_GPU_TILING_2 Hvis der opstr grafik-problemer, vlg 'Systemindstillinger' eller 'Config.exe' +SYSTEM_OPTION_GPU_TILING_3 og skift til CPU-Tiling-Mode +SYSTEM_OPTION_TILING_EXIT For at skifte til Tiling-Mode skal spillet genstartes. +TARGET_BUTTON_ACCEPT_FIGHT Accepter +TARGET_BUTTON_AVENGE Hvn +TARGET_BUTTON_BUILDING_DESTROY delgge +TARGET_BUTTON_DISMOUNT St af hesten +TARGET_BUTTON_EMOTION_ALLOW Emotioner +TARGET_BUTTON_EXCHANGE Handel +TARGET_BUTTON_EXCLUDE Udelukke +TARGET_BUTTON_EXIT_OBSERVER Afslut tilskuersyn +TARGET_BUTTON_FIGHT Duel +TARGET_BUTTON_FRIEND Ven +TARGET_BUTTON_INVITE_GUILD Ordens invitation +TARGET_BUTTON_INVITE_PARTY Gruppe invitation +TARGET_BUTTON_LEAVE_PARTY Forlad gruppe +TARGET_BUTTON_REQUEST_ENTER_PARTY Join gruppen +TARGET_BUTTON_VIEW_EQUIPMENT Udrystning +TARGET_BUTTON_WHISPER Hviske +TARGET_LEVEL_BOSS Boss +TARGET_LEVEL_KING Level 5. +TARGET_LEVEL_KNIGHT Level 3. +TARGET_LEVEL_PAWN Level 1. +TARGET_LEVEL_S_KNIGHT Level 4. +TARGET_LEVEL_S_PAWN Level 2. +TASKBAR_ATTACK Angribe +TASKBAR_AUTO Angrib automatisk +TASKBAR_CAMERA Kamera +TASKBAR_EXP Erfaring +TASKBAR_HP HP +TASKBAR_MOVE Bevge +TASKBAR_SKILL Frdighed +TASKBAR_SP MP +TASKBAR_ST OP +THING_COUNT alle +TOOLTIP_ANTI_CRITICAL_PCT Forsvar mod kritisk hit +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT Forsvar mod gennemborende angreb +%d%% SA +TOOLTIP_ANTI_SELL Kan ikke slges i butikken. +TOOLTIP_APPLY_ACCEDRAIN_RATE Optagelses rate: %d%% SA +TOOLTIP_APPLY_ATTBONUS_ANIMAL Strk mod dyr +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Strk mod ninjas +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL Strk mod djvel +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Strk mod halvmennesker +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Strk mod esoteriker +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Strk mod monstre +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC Strk mod ork +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN Strk mod shamaner +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Strk mod sura +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD Strk mod ikke-dde +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Strk mod kriger +%d%% SA +TOOLTIP_APPLY_BLEEDING_PCT Bldnings angreb + %d%% SA +TOOLTIP_APPLY_BLEEDING_REDUCE Modstand imod bldnings angreb + %d%% SA +TOOLTIP_APPLY_BLOCK Sandsynlighed for at blokere fysisk angreb %d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER Gendan i kamp alle 5 Sek. MP %d SA +TOOLTIP_APPLY_CRITICAL_PCT Sandsynlighed for et kritisk slag +%d%% SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% sandsynlighed for at f MP tilbage efter et hit SA +TOOLTIP_APPLY_DODGE %d%% sandsynlighed at undvige pilangreb SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% sandsynlighed for erfarings-bonus SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% sandsynlighed at f doppelt Yang SA +TOOLTIP_APPLY_IMMUNE_FALL Immun overfor vltning i kamp SNA +TOOLTIP_APPLY_IMMUNE_SLOW Forsvar mod slvhed SNA +TOOLTIP_APPLY_IMMUNE_STUN Forsvar mod besvimelse SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% sandsynlighed for at f doppelte genstande SA +TOOLTIP_APPLY_KILL_HP_RECOVER %d%% sandsynlighed for at gendanne HP SA +TOOLTIP_APPLY_KILL_SP_RECOVER %d%% sandsynlighed for at gendanne MP SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% sandsynlighed at overtage fjendens MP. SA +TOOLTIP_APPLY_MAX_HP_PCT Max HP +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT Max MP +%d%% SA +TOOLTIP_APPLY_NOAFFECT Ingen virkning +TOOLTIP_APPLY_NO_DEATH_PENALTY Hvis din karakter dr mister du ingen erfaringspoint. SNA +TOOLTIP_APPLY_PENETRATE_PCT %d%% sandsynlighed for gennemborende slag SA +TOOLTIP_APPLY_POISON_PCT Sandsynlighed for Forgiftning %d%% SA +TOOLTIP_APPLY_POISON_REDUCE Giftmodstand %d%% SA +TOOLTIP_APPLY_POTION_BONUS Eliksir %d%% effektgning SA +TOOLTIP_APPLY_REFLECT_CURSE %d%% sandsynlighed for at reflektere en forbandelse SA +TOOLTIP_APPLY_REFLECT_MELEE %d%% sandsynlighed for at reflektere fysisk angreb SA +TOOLTIP_APPLY_RESIST_ASSASSIN Forsvar mod ninjaangreb: %d%% SA +TOOLTIP_APPLY_RESIST_BELL Klokkeforsvar %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER Dolkforsvar %d%% SA +TOOLTIP_APPLY_RESIST_FAN Vifteforsvar %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN Forsvar mod shamanangreb: %d%% SA +TOOLTIP_APPLY_RESIST_SURA Forsvar mod suraangreb: %d%% SA +TOOLTIP_APPLY_RESIST_SWORD Svrdforsvar %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND Tohndssvrdforsvar %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR Forsvar mod krigerangreb: %d%% SA +TOOLTIP_APPLY_RESIST_WIND Luftmodstand %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS Sandsynlighed at lre ved lsning af bger er get med faktor 2. SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY Hvis lsningen mislykkes kan du lse en anden bog med det samme. SNA +TOOLTIP_APPLY_SLOW_PCT Chance for at slve modstanderen %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% af skaden vil blive absorberet af HP SA +TOOLTIP_APPLY_STEAL_SP %d%% af skaden vil blive absorberet af MP SA +TOOLTIP_APPLY_STUN_PCT Besvimelses sandsynlighed %d%% SA +TOOLTIP_ARMOR Rustning +TOOLTIP_ARROW Pil +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE Angrebsvrdi +%d SA +TOOLTIP_ATT_SPEED Angrebshastighed +%d%% SA +TOOLTIP_AUTO_POTION_HP Sol Eliksir +TOOLTIP_AUTO_POTION_REST Resterende: %.2f%% +TOOLTIP_AUTO_POTION_SP Mne Eliksir +TOOLTIP_AUTO_POTION_USING Aktiv +TOOLTIP_BOW_DISTANCE Buerkkevidde +%dm SA +TOOLTIP_BUYPRICE Pris: %s +TOOLTIP_CAST_SPEED Magihastighed +%d%% SA +TOOLTIP_CON Vitalitet +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Kostume bonus %d%% SA +TOOLTIP_DEF_GRADE Forsvar +%d SA +TOOLTIP_DEX Smidighed +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Jorden SNA +TOOLTIP_DRAGON_SOUL_DECK2 Hilmmel SNA +TOOLTIP_EAR rering +TOOLTIP_ENERGY Energi %d SA +TOOLTIP_ETC osv. +TOOLTIP_FISHINGROD_EXP Points: %d / %d +TOOLTIP_FISHINGROD_LEVEL Level: %d +TOOLTIP_FISHINGROD_UPGRADE1 Giv til fiskeren +TOOLTIP_FISHINGROD_UPGRADE2 for at forbedre den +TOOLTIP_FISHINGROD_UPGRADE3 til en bedre fiskestang. +TOOLTIP_FISH_LEN Lngde: %.2fcm +TOOLTIP_HELMET Hjelm +TOOLTIP_HP_REGEN HP-regeneration +%d%% SA +TOOLTIP_INT Intelligens +%d SA +TOOLTIP_ITEM_ATT_GRADE Angrebsvrdi %d +TOOLTIP_ITEM_ATT_POWER Angrebsvrdi %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Angrebsvrdi %d +TOOLTIP_ITEM_ATT_POWER_REFINE Angrebsvrdi %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Angrebshastighed %s +TOOLTIP_ITEM_DEF_GRADE Forsvar %d +TOOLTIP_ITEM_FAST Hurtig +TOOLTIP_ITEM_LIMIT_CON Maksimal Vitalitet: %d +TOOLTIP_ITEM_LIMIT_DEX Smidigheds grnse: %d +TOOLTIP_ITEM_LIMIT_INT Intelligens-grnse: %d +TOOLTIP_ITEM_LIMIT_LEVEL Mindste lvl: %d +TOOLTIP_ITEM_LIMIT_STR Styrke-grnse: %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Magisk angrebsvrdi %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Magisk angrebsvrdi %d +TOOLTIP_ITEM_MAGIC_DEF_POWER Magisk forsvar %d +TOOLTIP_ITEM_NORMAL Normal +TOOLTIP_ITEM_SLOW Langsom +TOOLTIP_ITEM_VERY_FAST Meget hurtig +TOOLTIP_ITEM_VERY_SLOW Meget langsom +TOOLTIP_ITEM_WEARABLE_JOB [ Udrustning ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER Lykkental: %d +TOOLTIP_MAGIC_ATTBONUS_PER Magisk angreb +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE Magisk angrebsvrdi +%d SA +TOOLTIP_MAGIC_DEF_GRADE Magisk forsvar +%d SA +TOOLTIP_MALL_ATTBONUS Angrebsvrdi +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC Angrebsvrdi +12~15% SNA +TOOLTIP_MALL_AUTOLOOT Automatisk samles alt Yang. SNA +TOOLTIP_MALL_DEFBONUS Forsvar +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC Forsvar +12~15% SNA +TOOLTIP_MALL_EXPBONUS EXP +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe EXP-Bonus +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC 50% mere EXP SNA +TOOLTIP_MALL_FISH_MIND Sandsynligheden at fange en fisk er get SNA +TOOLTIP_MALL_GOLDBONUS Sandsynlighed for Yang (%.1f) SA +TOOLTIP_MALL_GOLDBONUS_STATIC Doppelt Yang-sandsynlighed SNA +TOOLTIP_MALL_ITEMBONUS Sandsynlighed for tab af genstande (%.1f) SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe sandsynlighed for at f genstande plus %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC Doppelt tab af genstand-sandsynlighed SNA +TOOLTIP_MALL_MARRIAGE_FAST Krlighedspoints gendannes hurtigere. SNA +TOOLTIP_MALL_SAFEBOX Du har get lastrummet i din kiste. SNA +TOOLTIP_MAX_HP Max. HP +%d SA +TOOLTIP_MAX_HP_PCT Max. HP +%d%% SA +TOOLTIP_MAX_SP Max. MP +%d SA +TOOLTIP_MAX_SP_PCT Max. MP +%d%% SA +TOOLTIP_MAX_STAMINA Max. udholdenhed +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Magisk/nrkamps angreb +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR GPS-FEJL (%d, %d) +TOOLTIP_MOV_SPEED Bevgelseshastighed %d%% SA +TOOLTIP_NECK Halskde +TOOLTIP_NEED_ALL_SP Krver MP: Max. +TOOLTIP_NEED_GSP Krver dragend: %d +TOOLTIP_NEED_HP Krver HP: %d +TOOLTIP_NEED_HP_PER_SEC HP / Sek.: %d +TOOLTIP_NEED_SKILL_POINT Krver frdighedspoints: +TOOLTIP_NEED_SP Krver MP: %d +TOOLTIP_NEED_SP_PER_SEC MP / Sek.: %d +TOOLTIP_NEXT_SKILL_LEVEL_1 Nste Level: %d (Max. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Nste Level: %d (Max. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Gennemsnitlig skade %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS Gennemsnitlig skadesmodstand %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 Flere end %d gruppemedlemmer +TOOLTIP_PARTY_INFO_GRADE_UP2 Angrebslevel +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Forsvarslevel +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL HP/MP fra alle gruppemedlemmer gendannes engang i 60 minutter. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL HP/MP fra alle gruppemedlemmer gendannes engang i 30 minutter. +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Du bliver nd til at vente tre minutter efter gruppemedlemmets dd. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Du kan til enhver tid pkalde gruppemedlemmer fra samme server. +TOOLTIP_PARTY_INFO_SET_ATTACKER Angrebslevel +(Antal af gruppemedlemmer/2) angriber %d kan vlges +TOOLTIP_PARTY_INFO_SET_TANKER Forsvars level +(antallet af gruppemedlemmer) nrkmpere 1 kan blive valgt. +TOOLTIP_PARTY_SKILL_LEVEL Level: %d +TOOLTIP_PARTY_TITLE_GRADE_UP [Angreb/Forsvar blev forbedret] +TOOLTIP_PARTY_TITLE_HEAL [Gendan] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Flere end %d gruppemedlemmer fr bonus-EXP %d%%. +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonus-EXP] +TOOLTIP_PARTY_TITLE_RECALL [Kald p] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [Definer angriber] +TOOLTIP_PARTY_TITLE_SET_TANKER [Indstil til nrkamp] +TOOLTIP_PICK_EXP Points: %d / %d +TOOLTIP_PICK_LEVEL Level: %d +TOOLTIP_PICK_UPGRADE1 Giv til brndehuggeren +TOOLTIP_PICK_UPGRADE2 for at f en bedre +TOOLTIP_PICK_UPGRADE3 Spidshakke. +TOOLTIP_POTION_CURE Fjern negative effekter. +TOOLTIP_POTION_MIN Min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Angrebshastighed +%d +TOOLTIP_POTION_PLUS_HP_PERCENT HP +%d%% +TOOLTIP_POTION_PLUS_HP_POINT HP +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Bevgelseshastighed +%d +TOOLTIP_POTION_PLUS_SP_PERCENT MP +%d%% +TOOLTIP_POTION_PLUS_SP_POINT MP +%d +TOOLTIP_POTION_SEC Sek. +TOOLTIP_POTION_TIME Lngde: +TOOLTIP_REQUIREMENT_21_LEVEL Du skal have opnet level 21. +TOOLTIP_REQUIREMENT_41_LEVEL Du skal have opnet level 41. +TOOLTIP_REQUIREMENT_LEVEL Du skal have opnet Level %d. +TOOLTIP_REQUIREMENT_SKILL_LEVEL Krver %s Level %d +TOOLTIP_REQUIREMENT_STAT_LEVEL Krver %s %d +TOOLTIP_RESIST_BOW Pilemodstand %d%% SA +TOOLTIP_RESIST_DARK Forsvar mod mrke +%d%% SA +TOOLTIP_RESIST_EARTH Forsvar mod Jorden +%d%% SA +TOOLTIP_RESIST_ELEC Lynmodstand %d%% SA +TOOLTIP_RESIST_FIRE Ildmodstand %d%% SA +TOOLTIP_RESIST_ICE Forsvar mod is +%d%% SA +TOOLTIP_RESIST_MAGIC Magimodstand %d%% SA +TOOLTIP_REST_USABLE_COUNT Til overs: %d +TOOLTIP_SEALED Sjlebundet +TOOLTIP_SELLPRICE Pris: %s +TOOLTIP_SHAMAN Shaman +TOOLTIP_SHIELD Skjold +TOOLTIP_SHOES Sko +TOOLTIP_SKILL Frdighed SNA +TOOLTIP_SKILLBOOK_NAME Frdighedsbog +TOOLTIP_SKILL_AFFECT_ATT_GRADE Angrebsvrdi: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Angrebsvrdi: +TOOLTIP_SKILL_AFFECT_ATT_SPEED Angrebshastighed: + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Forsvar: +TOOLTIP_SKILL_AFFECT_DODGE Fjendtlig Angrebsvrdi: - +TOOLTIP_SKILL_AFFECT_HEAL HP gendannelse: +TOOLTIP_SKILL_AFFECT_MOV_SPEED Bevgelseshastighed: + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Sandsynligheden for at reflektere fysisk skade: +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Modstand mod fysisk skade: +TOOLTIP_SKILL_COOL_TIME Opladningstid: +TOOLTIP_SKILL_DAMAGE_BONUS Frdighedsskade %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS Modstand mod frdighedsskade %d%% SA +TOOLTIP_SKILL_DURATION Lngde: %d Sek. +TOOLTIP_SKILL_FORGET_BOOK_NAME Forglemmelses bog +TOOLTIP_SKILL_LEVEL Level: %d +TOOLTIP_SKILL_LEVEL_MASTER Level: %d (mester) +TOOLTIP_SKILL_LEVEL_WITH_MAX Level: %d (Max. %d) +TOOLTIP_SOCKET_EMPTY Tom +TOOLTIP_SOCKET_REFINABLE_ITEM [Genstand med indfatning] +TOOLTIP_SP_REGEN MP-Regeneration +%d%% SA +TOOLTIP_STR Styrke +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX Opladning af tid %d sek. SA +TOOLTIP_TIME_CHARGER_PER Opladning af tid %d sek. SA +TOOLTIP_UNIQUE Enestende +TOOLTIP_UNSEAL_LEFT_TIME Fjerner sjlebinding om: %dH %dM +TOOLTIP_WARRIOR Kriger +TOOLTIP_WEAPON Vben +TOOLTIP_WRISTLET Armbnd +UI_ACCEPT Accepter +UI_CANCEL Afbryd +UI_CLOSE Luk +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Afvise +UI_ITEM Genstand +UI_LEFT_TIME Tid til overs: %d Sek. +UI_NEXT Fortst +UI_NEXTPAGE Nste +UI_NOCONTENTS Intet indhold +UI_NONAME Intet navn +UI_OK OK +UI_POS_UNKNOWN Ukendt position +UI_PREVPAGE tilbage +UI_UNKNOWN Ukendt +UPLOAD_MARK_CHECK_NEED_RECONNECT Upload skal genstartes +UPLOAD_MARK_UPLOAD_NEED_RECONNECT Upload skal genstartes +USE_ITEM_FAILURE_PRIVATE_SHOP Du kan ikke bruge den genstand mens du har bnet for en privat butik. +USE_SKILL_ERROR_UNKNOWN Ukendt frdighedsfejl: %s diff --git a/bin/pack/locale_dk/locale/dk/locale_interface.txt b/bin/pack/locale_dk/locale/dk/locale_interface.txt new file mode 100644 index 00000000..ce9506a6 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/locale_interface.txt @@ -0,0 +1,345 @@ +ACCEPT Acceptere +ATTACH_METIN_INFO Vil du bruge ndestenen? +ATTACH_METIN_TITLE Brug ndestenen +CANCEL Afbryd +CHANGE_PASSWORD_CONFIRM Bekrft nyt kodeord +CHANGE_PASSWORD_NEW Nyt kodeord +CHANGE_PASSWORD_OLD Gammelt kodeord +CHANGE_PASSWORD_TITLE Skift kodeord +CHARACTER_ACTION Aktioner +CHARACTER_EMOTICON Emotioner +CHARACTER_MAIN Karakter +CHARACTER_MUTUAL_ACTION Interaktive aktioner +CHARACTER_NORMAL_ACTION Normale aktioner +CHARACTER_QUEST Missioner +CHARACTER_SKILL Frdigheder +CLOSE Luk +COMB_APPEARANCE Kostume 1 +COMB_ATTRIBUTE Kostume 2 +COMB_SKILLBOOK_TILE Byt bger +COMB_TITLE +COSTUME_TITLE Kostumer +COSTUME_WINDOW_TITLE Kostumer +CREATE_ATT_GRADE STR +CREATE_CREATE Opret +CREATE_DEX_GRADE DEX +CREATE_HP VIT +CREATE_LAST_POINT Points +CREATE_MAN Mand +CREATE_NAME Navn +CREATE_NEXT Fortst +CREATE_PREV Tilbage +CREATE_SEX Kn +CREATE_SHAPE Udseende +CREATE_SP INT +CREATE_STAT_RESET Tilbage +CREATE_WOMAN Kvinde +CUBE_INFO_TITLE Forfinelses hndbog +CUBE_REQUIRE_MATERIAL Ndvendige materialer +CUBE_REQUIRE_MATERIAL_OR eller +CUBE_TITLE Krydderikiste +DO_REFINE Forfin +DRAGONSOUL_ACTIVATE Aktiver +DRAGONSOUL_PAGE_BUTTON_1 Uslebet +DRAGONSOUL_PAGE_BUTTON_2 Slebet +DRAGONSOUL_PAGE_BUTTON_3 Sjlden +DRAGONSOUL_PAGE_BUTTON_4 Antik +DRAGONSOUL_PAGE_BUTTON_5 Mystisk +DRAGONSOUL_REFINE_WINDOW_TITLE Forfinelses vindue +DRAGONSOUL_TAP_TITLE_1 Drage diamant +DRAGONSOUL_TAP_TITLE_2 Drage rubin +DRAGONSOUL_TAP_TITLE_3 Drage jade +DRAGONSOUL_TAP_TITLE_4 Drage safir +DRAGONSOUL_TAP_TITLE_5 Drage granat +DRAGONSOUL_TAP_TITLE_6 Drage onyks +DRAGONSOUL_TITLE Drage stens alkymist +EMPIRE_EXIT Exit +EMPIRE_NEXT Fortst +EMPIRE_PREV Tilbage +EMPIRE_SELECT Vlg +EXCHANGE_ACCEPT Accepter +EXCHANGE_TITLE Handle +GAMEOPTION_TITLE Spilindstillinger +GAME_EXIT_OBSERVER Afslut tilskuermode +GAME_HELP Hjlp +GAME_QUEST Opgaver +GAME_SKILL_UP Opgrader frdigheder +GAME_STAT_UP Opgrader status +GRADE Klasse +GRADE_SELECT Klasse +GUILD_BASENAME Basisnavn +GUILD_BOARD_ID Navn +GUILD_BOARD_REFRESH Refresh (F5) +GUILD_BOARD_TEXT Besked +GUILD_BUILDING_CATEGORY_TITLE Bygnings enheder +GUILD_BUILDING_CHANGE Skift +GUILD_BUILDING_DIRECTION Retning +GUILD_BUILDING_GRADE Rang +GUILD_BUILDING_INFO Bygnings- og omkostningsinformationer +GUILD_BUILDING_LIST_TITLE Bygningsliste +GUILD_BUILDING_LOG Stamme +GUILD_BUILDING_NAME Bygningsnavn +GUILD_BUILDING_OPERATE Benyt +GUILD_BUILDING_PLY Krydsfiner +GUILD_BUILDING_POSITION Position +GUILD_BUILDING_PREVIEW Preview +GUILD_BUILDING_PRICE Pris +GUILD_BUILDING_REFRESH Refresh (F5) +GUILD_BUILDING_STONE Sten +GUILD_BUILDING_TITLE Ordens-husplanlgning +GUILD_CRYSTAL Krystal +GUILD_DEPOSIT Betal +GUILD_DROP_RESOURCE1 her +GUILD_DROP_RESOURCE2 Drop ressource +GUILD_GEM delsten +GUILD_GRADE_CHANGE_GRADE_NAME Nyt rangnavn +GUILD_GRADE_NUM Nr. +GUILD_GRADE_PERMISSION_DELETE Kick +GUILD_GRADE_PERMISSION_JOIN Inviter +GUILD_GRADE_PERMISSION_NOTICE Skriv +GUILD_GRADE_PERMISSION_SKILL Frdigheder +GUILD_GRADE_RANK Rang +GUILD_GRADE_WRITE Skriv +GUILD_INFO Ordensinformationer +GUILD_INFO_CUR_EXP Erfaring +GUILD_INFO_DECALRE_WAR Erklr krig +GUILD_INFO_ENEMY_GUILD Fjendtlige Ordner +GUILD_INFO_ENEMY_GUILD_EMPTY Ingen +GUILD_INFO_LEVEL Ordenslevel +GUILD_INFO_MARK Ordenssymbol +GUILD_INFO_MASTER Leder +GUILD_INFO_MASTER_VALUE Leder +GUILD_INFO_MEMBER_AVG_LEVEL Gennemsnitlig level +GUILD_INFO_MEMBER_NUM Antal medlemmer +GUILD_INFO_NAME Ordensnavn +GUILD_INFO_NAME_VALUE Det er et Ordensnavn +GUILD_INFO_OFFER_EXP Investr +GUILD_INFO_REST_EXP Ndvendig erfaring +GUILD_INFO_UPLOAD_MARK Upload Ordenssymbol +GUILD_INFO_UPLOAD_SYMBOL Upload flag +GUILD_MARK Ordenssymbol +GUILD_MEMBER_JOB Klasse +GUILD_MEMBER_KNIGHT Leder +GUILD_MEMBER_LEVEL Level +GUILD_MEMBER_NAME Navn +GUILD_MEMBER_RANK Rang +GUILD_MEMBER_SPECIFIC_GRAVITY Invest. +GUILD_METIN_STONE Metin-sten +GUILD_MINENAL Mineral +GUILD_MONEY Yang +GUILD_NAME Orden +GUILD_RESOURCE_INFO Ressourceinformationer +GUILD_SKILL_ACTIVE Aktiv +GUILD_SKIlL_HEAL_GSP Oplad +GUILD_SKILL_PASSIVE Passiv +GUILD_SKILL_POWER Energi +GUILD_SKILL_STATE Ordens frdigheder +GUILD_SYMBOL Ordensflag +GUILD_WAR_ACCEPT Accepter Ordenskrigserklring +GUILD_WAR_BATTLE_TYPE Kampart +GUILD_WAR_CTF Flag +GUILD_WAR_DECLARE Erklr Ordenskrig +GUILD_WAR_ENEMY Fjende +GUILD_WAR_NORMAL Kamp egn +GUILD_WAR_WARP Arena +GUILD_WATER Vand +GUILD_WATER_STONE Vand-sten +GUILD_WITHDRAW Tag +HELP_ATTACK_KEY Angrib: venstre muse-tast eller mellemrum +HELP_CHANGE_PK_MODE Skift angrebs type: skift indstilling p venstre muse-tast +HELP_CHARACTER_BUTTON1 (Karakter-vindue, inventar-vindue, +HELP_CHARACTER_BUTTON2 venneliste og indstillinger) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Kamera syn: mellem eller hjre muse-tast +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Kamera syn: hjre eller midterste muse-knap +HELP_EXP Erfaring +HELP_FURY Ingame Itemshop +HELP_GUILD_WINDOW ben Ordens-vinduet: Alt + G +HELP_HELP Vis hjlp: H +HELP_HP Livspoint (HP) +HELP_MESSENGER_WINDOW Vis vennelisten: Alt + M +HELP_MOUSE_LEFT Funktion af den venstre musetast +HELP_MOUSE_RIGHT Funktion af den hjre musetast +HELP_MOVE_KEY Styring: W, A, S, D eller pile-tasterne +HELP_OPEN_CHARACTER ben karaktervinduet: C +HELP_OPEN_CHAT ben chat vinduet: Enter +HELP_OPEN_INVENTORY ben inventar vinduet: I +HELP_OPEN_LOG ben Chat-log: L +HELP_OPEN_MINIMAP ben mini-map: Shift + M +HELP_OPEN_QUEST ben opgave vinduet: N +HELP_OPEN_SKILL ben frdigheds vinduet: V +HELP_OPEN_WHISPER ben hviske vinduet: Shift + Enter +HELP_OPEN_ZONEMAP ben stort kort: M +HELP_PICK_ITEM Sammel genstande: Z eller eller venstre muse-tast +HELP_QUICKSLOT Hurtigmenu +HELP_SCREEN_CAPTURE Gem Screenshot: Prt Scr(bliver gemt i "Metin2_DK\screenshot") +HELP_SHOW_ALL_NAME Vis navne: Alt +HELP_SP Manapoint (MP) +HELP_SYSTEM_BUTTON System knapper +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. inventar +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. inventar +INVENTORY_TITLE Inventar +ITEM_MALL Itemshop +LOAD_ERROR En data-fil er i stykker. Vr s venligt at geninstallere clienten. Tryk ESC. +LOGIN_CONNECT Connect +LOGIN_CONNECTING Du bliver forbundet med serveren. +LOGIN_DEFAULT_SERVERADDR Servernavn, kanal 1 +LOGIN_EXIT Afslut +LOGIN_REGION_TITLE Vlg omrdet for regningen +LOGIN_SELECT_BUTTON Vlg +LOGIN_SELECT_EXIT Afslut +LOGIN_SELECT_OK OK +LOGIN_SELECT_TITLE Vlg server +MALL_PASSWORD_TITLE Kodeord +MALL_TITLE Item-Shop Lager +MARKET_TITLE Butik +MARKLIST_REFRESH Aktualisr +MARKLIST_TITLE Registrer Ordenssymbol +MESSAGE Dette er en meddelelse +MESSENGER_ADD_FRIEND Tilfj ven +MESSENGER_DELETE_FRIEND Slet ven +MESSENGER_MOBILE Send SMS +MESSENGER_OPEN_GUILD ben Ordensvinduet +MESSENGER_TITLE Venner +MESSENGER_USE_GUILD_MOVE_SKILL Brug Ordensbevgelses-frdigheder +MESSENGER_WHISPER Hviske +MINIMIZE Minimr +MOUSEBUTTON_ATTACK Angrib +MOUSEBUTTON_AUTO_ATTACK Angrib automatisk +MOUSEBUTTON_CAMERA Kamera +MOUSEBUTTON_SKILL Frdigheder +MUSICLIST_TITLE Musikvalg +NO Nej +OK OK +OPTION_ALWAYS_SHOW_NAME Navn +OPTION_ALWAYS_SHOW_NAME_OFF begrnset +OPTION_ALWAYS_SHOW_NAME_ON Altid +OPTION_BLOCK Bloker +OPTION_BLOCK_EXCHANGE Handel +OPTION_BLOCK_FRIEND Venner +OPTION_BLOCK_GUILD Orden +OPTION_BLOCK_PARTY Gruppe +OPTION_BLOCK_PARTY_REQUEST Ansgning +OPTION_BLOCK_WHISPER Hviske +OPTION_CAMERA_DISTANCE Kamera +OPTION_CAMERA_DISTANCE_LONG Fjern +OPTION_CAMERA_DISTANCE_SHORT Nr +OPTION_DELETE_MOBILE_BUTTON Slet mobilnr. +OPTION_EFFECT Hit-info +OPTION_ENV_EFFECT Omgivelser +OPTION_ENV_EFFECT_OFF Off +OPTION_ENV_EFFECT_ON On +OPTION_FOG Tge +OPTION_FOG_DENSE Meget +OPTION_FOG_LIGHT Lidt +OPTION_FOG_MIDDLE Mellem +OPTION_INPUT_MOBILE_BUTTON Angiv mobilnr. +OPTION_MOBILE Mobil +OPTION_MOB_INFO Monster info +OPTION_MOB_INFO_AGGR Aggressiv +OPTION_MOB_INFO_LEVEL Level +OPTION_MUSIC Musik +OPTION_MUSIC_CHANGE Skift +OPTION_MUSIC_DEFAULT_THEMA Metin2 Standardtitel +OPTION_NAME_COLOR Farve navn +OPTION_NAME_COLOR_EMPIRE Rigets farve +OPTION_NAME_COLOR_NORMAL Normal +OPTION_NIGHT_MODE Nat +OPTION_NIGHT_MODE_OFF Off +OPTION_NIGHT_MODE_ON On +OPTION_PVPMODE PvP-Mode +OPTION_PVPMODE_FREE Fri +OPTION_PVPMODE_FREE_TOOLTIP Du m angribe alle spillere. +OPTION_PVPMODE_GUILD Orden +OPTION_PVPMODE_GUILD_TOOLTIP Du kan angribe alle spiller undtagen Ordensmedlemmer. +OPTION_PVPMODE_PEACE Fred +OPTION_PVPMODE_PEACE_TOOLTIP Du kan ikke angribe spillere fra dit eget rige. +OPTION_PVPMODE_REVENGE Fjendtlig +OPTION_PVPMODE_REVENGE_TOOLTIP Du kan kun angribe spillere der har et andet sindelag. +OPTION_SALESTEXT Butiksnavn +OPTION_SALESTEXT_VIEW_OFF hide +OPTION_SALESTEXT_VIEW_ON vis +OPTION_SNOW_MODE Snevejr +OPTION_SNOW_MODE_OFF Off +OPTION_SNOW_MODE_ON On +OPTION_SNOW_TEXTURE_MODE Sne +OPTION_SNOW_TEXTURE_MODE_OFF Off +OPTION_SNOW_TEXTURE_MODE_ON On +OPTION_SOUND Effekter +OPTION_TARGET_BOARD Mlmenu +OPTION_TARGET_BOARD_NO_VIEW Luk +OPTION_TARGET_BOARD_VIEW Vis +OPTION_TILING Grafikhukommelse +OPTION_TILING_APPLY Anvend +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Indstillinger +OPTION_VIEW_CHAT Chat +OPTION_VIEW_CHAT_OFF hide +OPTION_VIEW_CHAT_ON vis +PARTY_MEMBER_INFO_NAME Gruppemedlemmets navn +PASSWORD_DESC_1 Indtast dit kodeord +PASSWORD_DESC_2 for at bne lageret. +PASSWORD_DESC_3 Allerede skiftet din adgangskode? +PASSWORD_DESC_4 Hvis ikke, vil din adgangskode vre '000000'. +PASSWORD_DESC_5 Skift din adgangskode ved lagerforvalteren. +PASSWORD_TITLE Gem-Kodeord +PICK_MONEY_TITLE Dele +PRIVATE_SHOP_CLOSE_BUTTON Luk butik +PRIVATE_SHOP_NAME Butikkens navn +PRIVATE_SHOP_TITLE ben privat butik +REFINE_COST Forbedringsomkostninger: 0 Yang +REFINE_INFO Sandsynligheden for forbedring: 100% +REFINE_MONEY Forfinelses gebyr +REFINE_SELECT Forfinelse +REFINE_TTILE Forbedringer +REPORT_VIOLENT_WHISPER +RESTART_HERE Genstart her +RESTART_TOWN Start i byen +SAFE_CHANGE_PASSWORD Skift kodeord +SAFE_TITLE Lagerrum +SELECT_ATT_GRADE STR +SELECT_CREATE Opret +SELECT_DELETE Slet +SELECT_DEX_GRADE DEX +SELECT_EMPIRE_NAME Rigets navn +SELECT_EXIT Afslut +SELECT_HP VIT +SELECT_LEVEL Level +SELECT_METIN_STONE_TITLE Vlg ndesten +SELECT_NAME Navn +SELECT_NO_GUILD Ingen Orden +SELECT_PLAYTIME Spilletid +SELECT_SELECT Start +SELECT_SP INT +SELECT_TITLE Vlg titel +SHOP_BUY Kb +SHOP_SELL Slg +SHOP_TITLE Butik +SKILL_SUPPORT_TITLE Standard-frdigheder +STEP Klarheds grad +STEP_SELECT Klarheds grad +STRENGTH Styrkelse +STRENGTH_SELECT Level +SYSTEMOPTION_TITLE Systemindstillinger +SYSTEM_CHANGE Skift karakter +SYSTEM_EXIT Afslut spil +SYSTEM_HELP Hjlp +SYSTEM_LOGOUT Log ud +SYSTEM_MALL Itemshop +SYSTEM_OPTION Systemindstillinger +TASKBAR_CHARACTER Karakter [C/V/B/N] +TASKBAR_CHAT Chat-vindue [Enter] +TASKBAR_DISABLE Deaktiveret +TASKBAR_DRAGON_SOUL Drage stens Alkymist +TASKBAR_EXPAND Udvid vindue +TASKBAR_INVENTORY Inventar [I] +TASKBAR_MESSENGER Venner [Alt+M] +TASKBAR_NEXT_QUICKSLOT Nste hurtigmenu [Shift+tal, Alt] +TASKBAR_PREV_QUICKSLOT Forige hurtigmenu [Shift+tal] +TASKBAR_SYSTEM Indstillinger [ESC] +WHISPER_BAN Blokr +WHISPER_NAME Hviske +WHISPER_REPORT +WHISPER_SEND Send +YES Ja +ZONE_MAP Stort kort diff --git a/bin/pack/locale_ymir/locale/ymir/map/map_a2_point.txt b/bin/pack/locale_dk/locale/dk/map/map_a2_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/map_a2_point.txt rename to bin/pack/locale_dk/locale/dk/map/map_a2_point.txt diff --git a/bin/pack/locale_ymir/locale/ymir/map/map_b2_point.txt b/bin/pack/locale_dk/locale/dk/map/map_b2_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/map_b2_point.txt rename to bin/pack/locale_dk/locale/dk/map/map_b2_point.txt diff --git a/bin/pack/locale_ymir/locale/ymir/map/map_c2_point.txt b/bin/pack/locale_dk/locale/dk/map/map_c2_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/map_c2_point.txt rename to bin/pack/locale_dk/locale/dk/map/map_c2_point.txt diff --git a/bin/pack/locale_ymir/locale/ymir/map/map_n_snowm_01_point.txt b/bin/pack/locale_dk/locale/dk/map/map_n_snowm_01_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/map_n_snowm_01_point.txt rename to bin/pack/locale_dk/locale/dk/map/map_n_snowm_01_point.txt diff --git a/bin/pack/locale_ymir/locale/ymir/map/metin2_map_a1_point.txt b/bin/pack/locale_dk/locale/dk/map/metin2_map_a1_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/metin2_map_a1_point.txt rename to bin/pack/locale_dk/locale/dk/map/metin2_map_a1_point.txt diff --git a/bin/pack/locale_ymir/locale/ymir/map/metin2_map_a3_point.txt b/bin/pack/locale_dk/locale/dk/map/metin2_map_a3_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/metin2_map_a3_point.txt rename to bin/pack/locale_dk/locale/dk/map/metin2_map_a3_point.txt diff --git a/bin/pack/locale_ymir/locale/ymir/map/metin2_map_b1_point.txt b/bin/pack/locale_dk/locale/dk/map/metin2_map_b1_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/metin2_map_b1_point.txt rename to bin/pack/locale_dk/locale/dk/map/metin2_map_b1_point.txt diff --git a/bin/pack/locale_ymir/locale/ymir/map/metin2_map_b3_point.txt b/bin/pack/locale_dk/locale/dk/map/metin2_map_b3_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/metin2_map_b3_point.txt rename to bin/pack/locale_dk/locale/dk/map/metin2_map_b3_point.txt diff --git a/bin/pack/locale_ymir/locale/ymir/map/metin2_map_c1_point.txt b/bin/pack/locale_dk/locale/dk/map/metin2_map_c1_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/metin2_map_c1_point.txt rename to bin/pack/locale_dk/locale/dk/map/metin2_map_c1_point.txt diff --git a/bin/pack/locale_ymir/locale/ymir/map/metin2_map_c3_point.txt b/bin/pack/locale_dk/locale/dk/map/metin2_map_c3_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/metin2_map_c3_point.txt rename to bin/pack/locale_dk/locale/dk/map/metin2_map_c3_point.txt diff --git a/bin/pack/locale_ymir/locale/ymir/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_dk/locale/dk/map/metin2_map_n_desert_01_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/metin2_map_n_desert_01_point.txt rename to bin/pack/locale_dk/locale/dk/map/metin2_map_n_desert_01_point.txt diff --git a/bin/pack/locale_ymir/locale/ymir/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_dk/locale/dk/map/metin2_map_n_flame_01_point.txt similarity index 100% rename from bin/pack/locale_ymir/locale/ymir/map/metin2_map_n_flame_01_point.txt rename to bin/pack/locale_dk/locale/dk/map/metin2_map_n_flame_01_point.txt diff --git a/bin/pack/locale_dk/locale/dk/mob_proto b/bin/pack/locale_dk/locale/dk/mob_proto new file mode 100644 index 00000000..e87ef537 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/mob_proto differ diff --git a/bin/pack/locale_dk/locale/dk/skilldesc.txt b/bin/pack/locale_dk/locale/dk/skilldesc.txt new file mode 100644 index 00000000..f85b3c8b --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Tre-vejs-snit Tre-dobbelt-snit Tre-dobbelt-slag Ram din fjende lynhurtigt 3 gange gennembrudsangreb Angreb p flere ml ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 Samlet angrebsvrdi %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN Lynkast Kuglelyn Drbende lyn Angreb med lyn Distance angreb Angreb p flere fjender Lyn attribut ATTACK_SKILL|NEED_TARGET noejeon 16 4 Magisk angrebsvrdi: %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN Lynbesvrgelse Hidkald lyn Tordenvejr Besvrger lyn fra himlen Distance angreb Angreb p flere fjender Lyn attribut Besvimelse ATTACK_SKILL|NEED_TARGET byeorak 17 4 Magisk angrebsstyrke %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k Sandsynlighed for besvimelse: %.0f%% (50+1000*k/6)/10 +108 SHAMAN Lynklo Lynslag Tordennve En lynnve dannes Distance angreb Lyn attribut Kdeangreb ATTACK_SKILL|NEED_TARGET pokroe 18 4 Magisk angrebsstyrke: %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN Helbrede Forbedret helbredelse Lysets hjlp Heler sr med lysets magt HP bliver gendannet Fjerner negative effekter Kan bruges p et gruppemedlem CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 Gendanner HP %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k Sandsynlighed for at fjerne negative effekter: %.0f%% 20+80*k +110 SHAMAN Hastighed Hurtighed Vindens hastighed Lb s hurtig som vinden g bevgelses hastigheden Magi tiden snkes Kan anvendes p et gruppemedlem CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Bevgelseshastighed +%.0f%% 5 + (35 * k) Nedklings hastighed -%.0f%% 3+33*k +111 SHAMAN Angreb op Understttende angreb Forstrk angreb Forger din partners styrke Angrebsvrdien er forget Kan bruges p et gruppemedlem CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Angrebsstyrke +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Lederskab Evnen til at lede medlemmer PASSIVE tongsol +122 SUPPORT Kombo Forger kombo-angrebets styrke. CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT Fiskning Fanger en fisk CANNOT_LEVEL_UP fishing +124 SUPPORT Udvinding Udvinder mineralier. PASSIVE mining +125 SUPPORT Fremstilling af genstande Evnen til at fremstille genstande. CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Shinsoo Du kan forst Shinsoo CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Chunjo Du kan forst Chunjo CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Jinno Du kan forst Jinno CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT Forvandling Forvandel dig til et monster. CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Ridning Evnen til at ridde p en hest. CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT Kald hesten Kalder p din hest. summon +137 HORSE Kmp fra hesteryggen Rid p hesten og angrib fjender. (mindst Lvl.50) Riddeevner ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE Hestestamper Tramp alle fjender i nrheden ned.(mindst Lvl. 52) Evner ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE Styrkens blge Angriber alle fjender fra hesten.(mindst Lvl.55) Evnen ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Pileregn Skyd med pil fra hesten. (mindst Lvl. 50) Evnen ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Drageje Forger den maksimale dragend. PASSIVE yongan Max. dragends forgelse +%.0f k * 1400 +152 GUILD Dragegudens blod Forger i kort tid Ordensmedlemmernes maksimale HP. Kun Ordens-krig ONLY_FOR_GUILD_WAR gaho 101 1 Max. HP +%.0f%% k * 20 +153 GUILD Dragegudens velsignelse Forger i kort tid Ordensmedlemmernes maksimale MP. Kun Ordens-krig ONLY_FOR_GUILD_WAR chukbok 102 1 Maksimale MP +%.0f%% k * 20 +154 GUILD Hellig rustning Forbedrer for kort tid Ordensmedlemmernes forsvar. Kun Ordenskrig ONLY_FOR_GUILD_WAR seonghwi 103 1 Forsvar +%.1f%% k * 10 +155 GUILD Acceleration Forger i kort tid Ordensmedlemmernes angrebs- og bevgelseshastighed. Kun Ordenskrig ONLY_FOR_GUILD_WAR gasok 104 1 Angrebs og bevgelseshastighed +%.1f k * 30 +156 GUILD Dragegudens vrede Forger i kort tid gruppemedlemmernes chance for at sl et kritisk hit. Kun Ordenskrig ONLY_FOR_GUILD_WAR bunno 105 1 Kritisk hit chance +%.0f%% k * 50 +157 GUILD Magihjlp Snker nedklingstiden i en periode. Kun Ordenskrig ONLY_FOR_GUILD_WAR jumunsul 106 1 Nedklingstid -%.0f%% k * 50 +16 WARRIOR Gennemgende slag Trykblge Tsunami-angreb Du angriber fjenden frontalt. Frontalt angreb ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Angrebsvrdi %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR Voldsomme std Voldsomme tigerstd Voldsomme dragestd Du angriber fjenden frontalt Gennembruds angreb Angreb p flere fjender ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Angrebsvrdi %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR Trampning Lvens trampning Rhinoceros trampning Std mod flere fjender Gennembruds-angreb Sandsynlighed for besvimelse ATTACK_SKILL|STANDING_SKILL daejin 18 4 Angrebsstyrke %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Sandsynlighed for besvimelses %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Strk krop Krop af jern Krop af stl Dit forsvar forges, og du kan ikke vltes. Forsvar forges Bevgelseshastigheden snkes Ingen vltning STANDING_SKILL cheongeun 19 4 Forsvar: +%.0f 7+(40 + 0.2*str + 0.4*con)*k Bevgelseshastighed: -%.0f 1 + 9*SkillPoint +2 WARRIOR Svrd-hvirvel Svrd-dans Zyklon Hvirvler omkring med svrdet Gennemslagssangreb Angreb p flere fjender ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Angrebsvrdi %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Svrdstdet Forbedret svrdstd Svrdkast Du angriber fjenden frontalt. Distance-angreb Angreb p flere fjender Besvimelse Vlter mlet ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Angrebsstyrke %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Sandsynlighed for besvimelse: %.0f%% (100+k*1000/6)/10 +3 WARRIOR Berserk Vrede Raseri Du koncentrerer dig udelukkende om angrebet Angrebshastigheden forges Bevgelseshastigheden forges Forger modtaget skade STANDING_SKILL jeongwi 3 4 Angrebshastighed +%.0f%% 50 * SkillPoint Bevgelseshastighed +%.0f%% 20 * SkillPoint +31 ASSASSIN Bagholdsangreb Skjult angreb Skjult bagholdsangreb Angrib din fjende bagfra og gennemfr et drbende angreb. Angrebsvrdien forges nr stdet gennemfres p fjendens bagside. Camouflerende ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Angrebsstyrke %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Lynangreb Warpangreb Drbende angreb Du nrmer dig hurtig fjenden og gennemfrer et drbende std Teleportationsangreb Chamouflerende ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Angrebsvrdi %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Krd-hvirvel Hvirvlende krde Dansende krde Hvirvel med en krde omkring fjenden Arealskade Giftangreb ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Angrebsvrdi %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Sandsynlighed for forgiftning %.0f%% 1 + 4*k +34 ASSASSIN Camouflering Liste Tilhyllet Du kan gemme dig. Ved brug afbrydes angrebet. STANDING_SKILL eunhyeong 4 4 Bonus bagholdsskade: %.0f%% 50 * SkillPoint +35 ASSASSIN Giftsky Voldsom sky Drbende sky Der dannes giftige skyer omkring fjenden Distance-angreb Angreb p flere fjender Giftskade ATTACK_SKILL|NEED_TARGET sangong 5 4 Angrebsvrdi %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Sandsynlighed for forgiftning %.0f%% 40*k +4 WARRIOR Svrd-aura Spirituelt svrd Phantomsvrd Angrebsvrdien forges i kort tid Angrebsvrdi forges STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Angrebsvrdi +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Gentagende skud Fler-dobbelt skud Voldsomme skud Skyd med flere pile samtidigt Distance angreb Angreb p flere fjender ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) Samlet angrebsstyrke %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k %.0f pile blev affyret. 2 + floor(6 * SkillPoint) +47 ASSASSIN Pileregn Pilestorm Pileorkan Affyre adskillige pile p fjender. Distance-angreb Angreb p flere fjender ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Angrebsstyrke %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Maksimale ml %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Ildpil Brndende pil Flammepil Stter ild til pilen. Distance-angreb Angreb p flere fjender Ildangreb ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Angrebsvrdi %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Fjerlet gangart Hurtig som vinden Guddommelig hastighed Snker kroppens vgt, hvorved bevgelseshastigheden forges. Bevgelseshastigheden forges STANDING_SKILL gyeonggong 19 4 Bevgelseshastighed: +%.0f 60*SkillPoint +5 WARRIOR Susen Rase Projektil Du er hurtig som et projektil Opladet gennembruds-std ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Angrebsvrdi %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN Giftpile Toksisk pil Drbende pil Pilen bestryges med en strk giftig vske Distance-angreb Angreb p flere fjender Omstder fjenden Giftangreb ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Angrebsstyrke %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Sandsynlighed for forgiftning %.0f%% 80*k +61 SURA Fingerangreb Brndende fingerangreb Fingereksplosion P fingerspidserne dannes en eksplosion. Gennembruds angreb Fjendens forsvar bliver ignoreret Intelligensbonus ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Angrebsstyrke %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Chance for gennemborende angreb %.0f%% 1 + 9*SkillPoint +62 SURA Drage-hvirvel Tornadoangreb Hvirvelvind Der opstr en kmpe hvirvelvind, der gr skade p fjenderne. Arealskade Fjendens undvigelse bliver ignoreret Intelligensbonus ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Angrebsstyrke %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Sandsynlighed for at ignorere fjendens undvigelse %.0f%% 1 + 9*SkillPoint +63 SURA Fortryllede klinger Fortryllede svrd ndesvrd Dit vben bliver udrustet med en nd. Angrebsvrdi forges Intelligensbonus Stjler liv STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Angrebsstyrke +%.1f 7 + (5*iq+13)*k Livs tyv: %.0f%% af skade 10*k +64 SURA Frygt Stor frygt Skrk Svkker fjendens evner Mindsker fjenden Forger chancen for at fjenden misser mlet Er kun aktivetet nr du fr et slag STANDING_SKILL gongpo 4 4 Fjentlig angrebstyrke -%.0f%% 5 + 20*SkillPoint Fjende misser %.0f%% 1 + 29*SkillPoint +65 SURA Fortryllede rustninger Yderligere fortryllede rustninger Mrkest rustning Beskytter din krop med en mrk rustning. En del af skaden reflekteres til angriberen. Forbedret rustningen Intelligensbonus STANDING_SKILL jumagap 5 4 Forsvar +%.0f (iq+30)*k Sandsynlighed at reflektere fysisk skade: %.1f%% (iq/4+10)*k +66 SURA Magifjerning Mgtig magifjerning Lysende magifjerning Fjerner alle positive effekter p fjenden. Distanceangreb Angreb p flere fjender Alt effekt p modstandere fjernes ATTACK_SKILL|NEED_TARGET pabeop 6 4 Magisk angrebsstyrke %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Magifjernings chance %.0f%% 50*k +76 SURA Det mrke std Det udvidede mrke std Det mrke angreb Kast med mrk magt, for at gre skade p fjenden Distance angreb Angreb p flere fjender ATTACK_SKILL|NEED_TARGET maryeong 16 4 Magisk angrebsstyrke %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Ild stdet Brndende std Flammedetonation Forbrnd fjenden med en ild-detonation Arealskade Ildangreb ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Magisk angrebsstyrke %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Ild nden Flamme nd Flamme eksplosion Besvrger en ild nd Distance angreb Tilfldigt ml Angreb p flere fjender ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Magisk angrebsstyrke %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Mrk beskyttelse Mrk membran Den mrke fyrstes beskyttelse Beskytter dig med mrk magt mod fysisk skade og omdanner dem til MP. Magisk skade bliver reduceret Forbedrer forsvaret STANDING_SKILL|TOGGLE heuksin 19 4 Skadereducering %.0f%% (iq*0.84)*k Forsvar +%.0f (0.5*iq+15)*k +80 SURA nde std (l) Sjle std Spgelses angreb Hast med mrke sjle for at skade fjenden. Distance angreb Angreb p flere fjender De bliver langsommere ATTACK_SKILL|NEED_TARGET tusok 20 4 Magisk angrebsstyrke %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Sandsynlighed for at slve %.1f%% (333 + (300 * k))/10 +81 SURA Mrk sten Mrk kugle Mrk sphere Kast en kugle, der skader fjenden. Distance angreb Angreb p flere fjender ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Magisk angrebsstyrke %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Flyvende talisman Dragekast Voldsom kast Kast med talisman for at skade fjenden distance angreb Angreb p flere fjender ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Magisk angrebsstyrke %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Drage skydning Angribende drage Rejsende drage Skyder en dragefigur, der angriber fjenden frontalt Gennembruds angreb Ild skade ATTACK_SKILL|NEED_TARGET yongpa 2 4 Magisk angrebsstyrke %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Sandsynlighed for ild %.0f%% iq*0.2*k +93 SHAMAN Dragens brl Dragens skrig Dragens hylen Angriber fjenden med en dragefigur. Arealskade Ild-skade ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Magisk angrebsvrdi %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k Sandsynlighed for ild %.0f%% iq*0.2*k +94 SHAMAN Velsignelse Himlens vg Dragens velsignelse Beskytter et gruppemedlem eller dig Modstand mod fysiske angreb Kan anvendes p gruppemedlemmer CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Modstand over for fysisk skade %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Reflektering Reflekterende vand Glasspejl Beskyt dig selv eller et gruppemedlem med et spejl Fysiske angreb bliver reflekteret Kan anvendes p gruppemedlemmer CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 Sandsynlighed for at reflektere fysisk skade: %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Dragehjlp Dragens understttelse Dragestyrke ger din eller et gruppemedlemmes styrke Sandsynlighed for kritisk hit forges. Kan anvendes p gruppemedlemmer CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Sandsynlighed for kritisk hit: %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_dk/locale/dk/skilltable.txt b/bin/pack/locale_dk/locale/dk/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_dk/locale/dk/ui/costume/costume_bg.jpg b/bin/pack/locale_dk/locale/dk/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_dk/locale/dk/ui/costume_bg.jpg b/bin/pack/locale_dk/locale/dk/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_dk/locale/dk/ui/createcharacterwindow.py b/bin/pack/locale_dk/locale/dk/ui/createcharacterwindow.py new file mode 100644 index 00000000..46b100f6 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/dk/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/dk/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/dragonsoulrefinewindow.py b/bin/pack/locale_dk/locale/dk/ui/dragonsoulrefinewindow.py similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/dragonsoulrefinewindow.py rename to bin/pack/locale_dk/locale/dk/ui/dragonsoulrefinewindow.py diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/dragonsoulwindow.py b/bin/pack/locale_dk/locale/dk/ui/dragonsoulwindow.py similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/dragonsoulwindow.py rename to bin/pack/locale_dk/locale/dk/ui/dragonsoulwindow.py diff --git a/bin/pack/locale_dk/locale/dk/ui/empire/empire.dds b/bin/pack/locale_dk/locale/dk/ui/empire/empire.dds new file mode 100644 index 00000000..32a19e0f Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/empire/empire.dds differ diff --git a/bin/pack/locale_dk/locale/dk/ui/empire/title.sub b/bin/pack/locale_dk/locale/dk/ui/empire/title.sub new file mode 100644 index 00000000..cfffe3da --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/energybar.py b/bin/pack/locale_dk/locale/dk/ui/energybar.py similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/energybar.py rename to bin/pack/locale_dk/locale/dk/ui/energybar.py diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/expandedtaskbar.py b/bin/pack/locale_dk/locale/dk/ui/expandedtaskbar.py similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/expandedtaskbar.py rename to bin/pack/locale_dk/locale/dk/ui/expandedtaskbar.py diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/giftbox.py b/bin/pack/locale_dk/locale/dk/ui/giftbox.py similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/giftbox.py rename to bin/pack/locale_dk/locale/dk/ui/giftbox.py diff --git a/bin/pack/locale_dk/locale/dk/ui/guild/guild.dds b/bin/pack/locale_dk/locale/dk/ui/guild/guild.dds new file mode 100644 index 00000000..b6996f04 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/guild/guild.dds differ diff --git a/bin/pack/locale_dk/locale/dk/ui/guild/tab_1.sub b/bin/pack/locale_dk/locale/dk/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/guild/tab_2.sub b/bin/pack/locale_dk/locale/dk/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/guild/tab_3.sub b/bin/pack/locale_dk/locale/dk/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/guild/tab_4.sub b/bin/pack/locale_dk/locale/dk/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/guild/tab_5.sub b/bin/pack/locale_dk/locale/dk/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/guild/tab_6.sub b/bin/pack/locale_dk/locale/dk/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/highlighted_quest.tga b/bin/pack/locale_dk/locale/dk/ui/highlighted_quest.tga similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/highlighted_quest.tga rename to bin/pack/locale_dk/locale/dk/ui/highlighted_quest.tga diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/highlighted_quest_r.tga b/bin/pack/locale_dk/locale/dk/ui/highlighted_quest_r.tga similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/highlighted_quest_r.tga rename to bin/pack/locale_dk/locale/dk/ui/highlighted_quest_r.tga diff --git a/bin/pack/locale_dk/locale/dk/ui/inventorywindow.py b/bin/pack/locale_dk/locale/dk/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/gauge_empty.dds b/bin/pack/locale_dk/locale/dk/ui/loading/gauge_empty.dds similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/loading/gauge_empty.dds rename to bin/pack/locale_dk/locale/dk/ui/loading/gauge_empty.dds diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/gauge_full.dds b/bin/pack/locale_dk/locale/dk/ui/loading/gauge_full.dds similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/loading/gauge_full.dds rename to bin/pack/locale_dk/locale/dk/ui/loading/gauge_full.dds diff --git a/bin/pack/locale_dk/locale/dk/ui/loadingwindow.py b/bin/pack/locale_dk/locale/dk/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_dk/locale/dk/ui/login.jpg b/bin/pack/locale_dk/locale/dk/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/login.jpg differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/login.sub b/bin/pack/locale_dk/locale/dk/ui/login.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/login.sub rename to bin/pack/locale_dk/locale/dk/ui/login.sub diff --git a/bin/pack/locale_dk/locale/dk/ui/login/copyright.sub b/bin/pack/locale_dk/locale/dk/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/login/g4d.sub b/bin/pack/locale_dk/locale/dk/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/login/login.dds b/bin/pack/locale_dk/locale/dk/ui/login/login.dds new file mode 100644 index 00000000..95e6690f Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/login/login.dds differ diff --git a/bin/pack/locale_dk/locale/dk/ui/login/loginwindow.sub b/bin/pack/locale_dk/locale/dk/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/login/published.sub b/bin/pack/locale_dk/locale/dk/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/login/title.sub b/bin/pack/locale_dk/locale/dk/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/login_dark_dragons.jpg b/bin/pack/locale_dk/locale/dk/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_dk/locale/dk/ui/loginwindow.py b/bin/pack/locale_dk/locale/dk/ui/loginwindow.py new file mode 100644 index 00000000..f3d6584e --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/dk/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/dk/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/dk/ui/vkey/key_at.tga', + 'down_image' : 'locale/dk/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/dk/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/dk/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/dk/ui/vkey/key_enter.tga', + 'down_image' : 'locale/dk/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/dk/ui/vkey/key_shift.tga', + 'down_image' : 'locale/dk/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/dk/ui/vkey/key_space.tga', + 'down_image' : 'locale/dk/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/dk/ui/vkey/key_normal.tga', + 'down_image' : 'locale/dk/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/dk/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/00.sub b/bin/pack/locale_dk/locale/dk/ui/mall/00.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/00.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/00.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/01.sub b/bin/pack/locale_dk/locale/dk/ui/mall/01.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/01.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/01.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/02.sub b/bin/pack/locale_dk/locale/dk/ui/mall/02.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/02.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/02.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/03.sub b/bin/pack/locale_dk/locale/dk/ui/mall/03.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/03.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/03.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/04.sub b/bin/pack/locale_dk/locale/dk/ui/mall/04.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/04.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/04.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/05.sub b/bin/pack/locale_dk/locale/dk/ui/mall/05.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/05.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/05.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/06.sub b/bin/pack/locale_dk/locale/dk/ui/mall/06.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/06.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/06.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/07.sub b/bin/pack/locale_dk/locale/dk/ui/mall/07.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/07.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/07.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/08.sub b/bin/pack/locale_dk/locale/dk/ui/mall/08.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/08.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/08.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/09.sub b/bin/pack/locale_dk/locale/dk/ui/mall/09.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/09.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/09.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/10.sub b/bin/pack/locale_dk/locale/dk/ui/mall/10.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/10.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/10.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/11.sub b/bin/pack/locale_dk/locale/dk/ui/mall/11.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/11.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/11.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/12.sub b/bin/pack/locale_dk/locale/dk/ui/mall/12.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/12.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/12.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/13.sub b/bin/pack/locale_dk/locale/dk/ui/mall/13.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/13.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/13.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/14.sub b/bin/pack/locale_dk/locale/dk/ui/mall/14.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/14.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/14.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/15.sub b/bin/pack/locale_dk/locale/dk/ui/mall/15.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/15.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/15.sub diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/16.sub b/bin/pack/locale_dk/locale/dk/ui/mall/16.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/mall/16.sub rename to bin/pack/locale_dk/locale/dk/ui/mall/16.sub diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0000.tga b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0001.tga b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0002.tga b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0003.tga b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0004.tga b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0005.tga b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0006.tga b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0007.tga b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0008.tga b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0009.tga b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0000.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0001.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0002.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0003.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0004.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0005.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0006.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0007.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0008.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0009.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0010.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0011.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0012.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0013.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0014.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/herz0015.tga b/bin/pack/locale_dk/locale/dk/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/mall.tga b/bin/pack/locale_dk/locale/dk/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/mall.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/0a2.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/0a2.tga new file mode 100644 index 00000000..ac1d7802 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/a1.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/a1.tga new file mode 100644 index 00000000..00b32aa6 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/a2.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/a2.tga new file mode 100644 index 00000000..88edd524 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/a3.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/a3.tga new file mode 100644 index 00000000..28b7100a Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/a4.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/a4.tga new file mode 100644 index 00000000..351f509b Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/b1.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/b1.tga new file mode 100644 index 00000000..d67770a7 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/b2.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/b2.tga new file mode 100644 index 00000000..8c0befee Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/b3.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/b3.tga new file mode 100644 index 00000000..d168b96e Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/b4.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/b4.tga new file mode 100644 index 00000000..c2f0d4a0 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/bay.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/c1.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/c1.tga new file mode 100644 index 00000000..968db1a9 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/c2.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/c2.tga new file mode 100644 index 00000000..79a420bf Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/c3.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/c3.tga new file mode 100644 index 00000000..945f1934 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/c4.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/c4.tga new file mode 100644 index 00000000..89b2210f Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/cape.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/dawn.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/desert1.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/desert1.tga new file mode 100644 index 00000000..551da3d9 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil1.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1.tga new file mode 100644 index 00000000..a46b94d9 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_1f.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..494c44ac Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_2f.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..9490f0be Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_3f.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..eedf014f Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_4f.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..7729b0c4 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_5f.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..a93e39ea Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_6f.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..ba83e98d Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_7f.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..6fdd528b Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_8f.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..5e4ba823 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_9f.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..b8c8f0ec Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_title.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..449a6979 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/devil_basement.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/frame1.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/frame1.tga new file mode 100644 index 00000000..ec99fff2 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/guild1.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/guild1.tga new file mode 100644 index 00000000..75ede7b5 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/guild2.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/guild2.tga new file mode 100644 index 00000000..41be0156 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/guild3.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/guild3.tga new file mode 100644 index 00000000..b5653117 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/milgyo.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/milgyo.tga new file mode 100644 index 00000000..87d749ac Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/monkey1.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/monkey1.tga new file mode 100644 index 00000000..b95fb1ec Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/monkey2.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/monkey2.tga new file mode 100644 index 00000000..df283847 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/monkey3.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/monkey3.tga new file mode 100644 index 00000000..a4cac185 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/skipia.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/skipia.tga new file mode 100644 index 00000000..a2ed56c7 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/snow1.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/snow1.tga new file mode 100644 index 00000000..074e36ac Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/spider1.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/spider1.tga new file mode 100644 index 00000000..9cef3786 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/thunder.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/trent.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/trent.tga new file mode 100644 index 00000000..09e0cc16 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/mapname/trent02.tga b/bin/pack/locale_dk/locale/dk/ui/mapname/trent02.tga new file mode 100644 index 00000000..09e0cc16 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/new_cube_bg.tga b/bin/pack/locale_dk/locale/dk/ui/new_cube_bg.tga similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/new_cube_bg.tga rename to bin/pack/locale_dk/locale/dk/ui/new_cube_bg.tga diff --git a/bin/pack/locale_dk/locale/dk/ui/passworddialog.py b/bin/pack/locale_dk/locale/dk/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_dk/locale/dk/ui/select.jpg b/bin/pack/locale_dk/locale/dk/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/select.jpg differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/select.sub b/bin/pack/locale_dk/locale/dk/ui/select.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/select.sub rename to bin/pack/locale_dk/locale/dk/ui/select.sub diff --git a/bin/pack/locale_dk/locale/dk/ui/select/name_assassin.sub b/bin/pack/locale_dk/locale/dk/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/select/name_shaman.sub b/bin/pack/locale_dk/locale/dk/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/select/name_sura.sub b/bin/pack/locale_dk/locale/dk/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/select/name_warrior.sub b/bin/pack/locale_dk/locale/dk/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/select/select.dds b/bin/pack/locale_dk/locale/dk/ui/select/select.dds new file mode 100644 index 00000000..46a35410 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/select/select.dds differ diff --git a/bin/pack/locale_dk/locale/dk/ui/select_old.jpg b/bin/pack/locale_dk/locale/dk/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/select_old.jpg differ diff --git a/bin/pack/locale_dk/locale/dk/ui/selectcharacterwindow.py b/bin/pack/locale_dk/locale/dk/ui/selectcharacterwindow.py new file mode 100644 index 00000000..7fff7017 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/dk/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/selectempirewindow.py b/bin/pack/locale_dk/locale/dk/ui/selectempirewindow.py similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/selectempirewindow.py rename to bin/pack/locale_dk/locale/dk/ui/selectempirewindow.py diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/serverlist.jpg b/bin/pack/locale_dk/locale/dk/ui/serverlist.jpg similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/serverlist.jpg rename to bin/pack/locale_dk/locale/dk/ui/serverlist.jpg diff --git a/bin/pack/locale_dk/locale/dk/ui/serverlist.sub b/bin/pack/locale_dk/locale/dk/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_dk/locale/dk/ui/systemdialog.py b/bin/pack/locale_dk/locale/dk/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_dk/locale/dk/ui/taskbar.py b/bin/pack/locale_dk/locale/dk/ui/taskbar.py new file mode 100644 index 00000000..c647d6cb --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/dk/ui/Mall/00.sub", + "locale/dk/ui/Mall/01.sub", + "locale/dk/ui/Mall/02.sub", + "locale/dk/ui/Mall/03.sub", + "locale/dk/ui/Mall/04.sub", + "locale/dk/ui/Mall/05.sub", + "locale/dk/ui/Mall/06.sub", + "locale/dk/ui/Mall/07.sub", + "locale/dk/ui/Mall/08.sub", + "locale/dk/ui/Mall/09.sub", + "locale/dk/ui/Mall/11.sub", + "locale/dk/ui/Mall/12.sub", + "locale/dk/ui/Mall/13.sub", + "locale/dk/ui/Mall/14.sub", + "locale/dk/ui/Mall/15.sub", + "locale/dk/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/dk/ui/Mall/00.sub", + "locale/dk/ui/Mall/01.sub", + "locale/dk/ui/Mall/02.sub", + "locale/dk/ui/Mall/03.sub", + "locale/dk/ui/Mall/04.sub", + "locale/dk/ui/Mall/05.sub", + "locale/dk/ui/Mall/06.sub", + "locale/dk/ui/Mall/07.sub", + "locale/dk/ui/Mall/08.sub", + "locale/dk/ui/Mall/09.sub", + "locale/dk/ui/Mall/11.sub", + "locale/dk/ui/Mall/12.sub", + "locale/dk/ui/Mall/13.sub", + "locale/dk/ui/Mall/14.sub", + "locale/dk/ui/Mall/15.sub", + "locale/dk/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_dk/locale/dk/ui/taskbar_easter.py b/bin/pack/locale_dk/locale/dk/ui/taskbar_easter.py new file mode 100644 index 00000000..4000d3d6 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/dk/ui/Mall/easter_2012_0000.tga", + "locale/dk/ui/Mall/easter_2012_0001.tga", + "locale/dk/ui/Mall/easter_2012_0002.tga", + "locale/dk/ui/Mall/easter_2012_0003.tga", + "locale/dk/ui/Mall/easter_2012_0004.tga", + "locale/dk/ui/Mall/easter_2012_0005.tga", + "locale/dk/ui/Mall/easter_2012_0006.tga", + "locale/dk/ui/Mall/easter_2012_0007.tga", + "locale/dk/ui/Mall/easter_2012_0008.tga", + "locale/dk/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/dk/ui/Mall/easter_2012_0000.tga", + "locale/dk/ui/Mall/easter_2012_0001.tga", + "locale/dk/ui/Mall/easter_2012_0002.tga", + "locale/dk/ui/Mall/easter_2012_0003.tga", + "locale/dk/ui/Mall/easter_2012_0004.tga", + "locale/dk/ui/Mall/easter_2012_0005.tga", + "locale/dk/ui/Mall/easter_2012_0006.tga", + "locale/dk/ui/Mall/easter_2012_0007.tga", + "locale/dk/ui/Mall/easter_2012_0008.tga", + "locale/dk/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/taskbar_haloween.py b/bin/pack/locale_dk/locale/dk/ui/taskbar_haloween.py new file mode 100644 index 00000000..bdc6b7de --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/dk/ui/Mall/shop_button_kuerbis0000.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0001.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0002.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0003.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0004.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0005.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0006.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0007.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0008.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0009.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0010.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0011.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0012.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0013.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0014.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/dk/ui/Mall/shop_button_kuerbis0000.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0001.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0002.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0003.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0004.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0005.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0006.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0007.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0008.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0009.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0010.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0011.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0012.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0013.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0014.tga", + "locale/dk/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_dk/locale/dk/ui/taskbar_valentine.py b/bin/pack/locale_dk/locale/dk/ui/taskbar_valentine.py new file mode 100644 index 00000000..804dfd2f --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/dk/ui/Mall/herz0000.tga", + "locale/dk/ui/Mall/herz0001.tga", + "locale/dk/ui/Mall/herz0002.tga", + "locale/dk/ui/Mall/herz0003.tga", + "locale/dk/ui/Mall/herz0004.tga", + "locale/dk/ui/Mall/herz0005.tga", + "locale/dk/ui/Mall/herz0006.tga", + "locale/dk/ui/Mall/herz0007.tga", + "locale/dk/ui/Mall/herz0008.tga", + "locale/dk/ui/Mall/herz0009.tga", + "locale/dk/ui/Mall/herz0010.tga", + "locale/dk/ui/Mall/herz0011.tga", + "locale/dk/ui/Mall/herz0012.tga", + "locale/dk/ui/Mall/herz0013.tga", + "locale/dk/ui/Mall/herz0014.tga", + "locale/dk/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/dk/ui/Mall/herz0000.tga", + "locale/dk/ui/Mall/herz0001.tga", + "locale/dk/ui/Mall/herz0002.tga", + "locale/dk/ui/Mall/herz0003.tga", + "locale/dk/ui/Mall/herz0004.tga", + "locale/dk/ui/Mall/herz0005.tga", + "locale/dk/ui/Mall/herz0006.tga", + "locale/dk/ui/Mall/herz0007.tga", + "locale/dk/ui/Mall/herz0008.tga", + "locale/dk/ui/Mall/herz0009.tga", + "locale/dk/ui/Mall/herz0010.tga", + "locale/dk/ui/Mall/herz0011.tga", + "locale/dk/ui/Mall/herz0012.tga", + "locale/dk/ui/Mall/herz0013.tga", + "locale/dk/ui/Mall/herz0014.tga", + "locale/dk/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_at.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_at_dn.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_at_over.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_backspace.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_backspace_over.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_enter.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_enter_dn.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_enter_over.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_normal.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_normal_dn.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_normal_over.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_shift.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_shift_dn.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_shift_over.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_space.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_space_dn.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/vkey/key_space_over.tga b/bin/pack/locale_dk/locale/dk/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_dk/locale/dk/ui/webwindow.py b/bin/pack/locale_dk/locale/dk/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_cur_exp.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_ext.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_ext.sub new file mode 100644 index 00000000..7cc02116 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 301 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_ext_item1.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_ext_item2.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_last_exp.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_level.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_active.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..dcf55f39 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 116 +right 506 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_high.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..9f9072bc --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 153 +top 148 +right 187 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_low.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..e54ff327 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 118 +top 148 +right 153 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_middle.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..b8f83e42 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 131 +right 498 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_passive.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..93669e8f --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 116 +right 461 +bottom 133 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_support.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..b8b36658 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 480 +bottom 89 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_weapon.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..db20edf0 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 148 +right 118 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_std.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_std.sub new file mode 100644 index 00000000..9cf283be --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 301 +top 116 +right 414 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_std_item1.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_std_item2.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/label_uppt.sub b/bin/pack/locale_dk/locale/dk/ui/windows/label_uppt.sub new file mode 100644 index 00000000..342c4137 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 89 +right 480 +bottom 103 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/tab_1.sub b/bin/pack/locale_dk/locale/dk/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/tab_2.sub b/bin/pack/locale_dk/locale/dk/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/tab_3.sub b/bin/pack/locale_dk/locale/dk/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/tab_4.sub b/bin/pack/locale_dk/locale/dk/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_dk/locale/dk/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/ui/windows/title_skill.sub b/bin/pack/locale_dk/locale/dk/ui/windows/title_skill.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/title_skill.sub rename to bin/pack/locale_dk/locale/dk/ui/windows/title_skill.sub diff --git a/bin/pack/locale_us/locale/us/ui/windows/title_status.sub b/bin/pack/locale_dk/locale/dk/ui/windows/title_status.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/title_status.sub rename to bin/pack/locale_dk/locale/dk/ui/windows/title_status.sub diff --git a/bin/pack/locale_dk/locale/dk/ui/windows/windows.dds b/bin/pack/locale_dk/locale/dk/ui/windows/windows.dds new file mode 100644 index 00000000..82646f8f Binary files /dev/null and b/bin/pack/locale_dk/locale/dk/ui/windows/windows.dds differ diff --git a/bin/pack/locale_en/locale/en/effect/gm.mse b/bin/pack/locale_en/locale/en/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_en/locale/en/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_en/locale/en/effect/ymirred.tga b/bin/pack/locale_en/locale/en/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_en/locale/en/effect/ymirred.tga differ diff --git a/bin/pack/locale_en/locale/en/empiredesc_a.txt b/bin/pack/locale_en/locale/en/empiredesc_a.txt new file mode 100644 index 00000000..65952fe5 --- /dev/null +++ b/bin/pack/locale_en/locale/en/empiredesc_a.txt @@ -0,0 +1,27 @@ +[DELAY value;10] +Shinsoo Kingdom The Shinsoo[ENTER] +Kingdom is in the south of[ENTER] +the continent. The[ENTER] +inhabitants are mainly[ENTER] +involved in trade. Opened by[ENTER] +[WAIT] +Yoon-Yoing after the fall of[ENTER] +the Empire, trade relations[ENTER] +with the east transformed[ENTER] +quickly into a profitable[ENTER] +arrangement. The inhabitants[ENTER] +[WAIT] +fight constantly with the[ENTER] +west and this trade route is[ENTER] +now totally cut off. When[ENTER] +they recognized the threat[ENTER] +posed by the Metin Stones,[ENTER] +[WAIT] +the merchants armed[ENTER] +themselves. It is their aim[ENTER] +to withstand the attacks[ENTER] +from the west, to reopen all[ENTER] +trade routes and to unite[ENTER] +[WAIT] +the whole continent under[ENTER] +their leadership. \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/empiredesc_b.txt b/bin/pack/locale_en/locale/en/empiredesc_b.txt new file mode 100644 index 00000000..70c9eeaa --- /dev/null +++ b/bin/pack/locale_en/locale/en/empiredesc_b.txt @@ -0,0 +1,35 @@ +[DELAY value;10] +Chunjo Kingdom The Chunjo[ENTER] +Kingdom is located in the[ENTER] +west of the continent. It is[ENTER] +a theocratic Kingdom led by[ENTER] +its spiritual leader. The[ENTER] +[WAIT] +Kingdom was founded by[ENTER] +Yoon-Young, the cousin of[ENTER] +the former emperor. His[ENTER] +wife's enormous magical[ENTER] +powers allowed him to[ENTER] +[WAIT] +discover the threat posed by[ENTER] +the Metin Stones from early[ENTER] +on. He called multiple times[ENTER] +for the initiation of[ENTER] +counter measures against the[ENTER] +[WAIT] +Metin Stones, but he was[ENTER] +ignored. Thus he lead his[ENTER] +fellowship into a rebellion[ENTER] +against the former Empire.[ENTER] +Since the fall of the former[ENTER] +[WAIT] +Empire, his Kingdom has been[ENTER] +at war with the eastern[ENTER] +region and often has[ENTER] +problems with the South. The[ENTER] +people of the Chunjo Kingdom[ENTER] +[WAIT] +want to gain control of the[ENTER] +whole continent in order to[ENTER] +defeat the growing power of[ENTER] +the Metin Stones. \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/empiredesc_c.txt b/bin/pack/locale_en/locale/en/empiredesc_c.txt new file mode 100644 index 00000000..48d5f987 --- /dev/null +++ b/bin/pack/locale_en/locale/en/empiredesc_c.txt @@ -0,0 +1,28 @@ +[DELAY value;10] +Jinno Kingdom[ENTER] +[ENTER] +The Jinno Kingdom is located[ENTER] +in the eastern part of the[ENTER] +continent. This kingdom is[ENTER] +[WAIT] +based on military power. Its[ENTER] +people are aggressive and[ENTER] +martial. The Jinno Kingdom[ENTER] +is led by Ee-Ryoong, the son[ENTER] +of the last emperor. He[ENTER] +[WAIT] +believes he has been chosen[ENTER] +to reunite the old Empire[ENTER] +under his reign by force of[ENTER] +arms. The potential[ENTER] +signification or dangers of[ENTER] +[WAIT] +the Metin Stones are[ENTER] +officially ignored in the[ENTER] +Jinno Kingdom. Secretly,[ENTER] +however, Ee-Ryoong is trying[ENTER] +to find a way to use the[ENTER] +[WAIT] +destructive powers of the[ENTER] +Metin Stones to further his[ENTER] +aims. \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/guildbuildinglist.txt b/bin/pack/locale_en/locale/en/guildbuildinglist.txt new file mode 100644 index 00000000..32aa39fb --- /dev/null +++ b/bin/pack/locale_en/locale/en/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan weapons factory -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Armour blacksmith -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan accessory factory -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang training centre -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro diamond smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro fossil wood smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro copper smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro silver smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro gold smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro jade smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro ebony stone smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro pearl smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro platinum smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro crystal smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro amethyst smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro Heavens tear smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Soul Crystal tear smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin tear smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Garnet tear smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd tear smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Sapphire tear smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 Altar of Power -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 Altar of Power -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 Altar of Power -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse house(1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner stone wall(1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin stone wall(1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 stone wall(1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door gate(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set wall(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse house(2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner stone wall(2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin stone wall(2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 stone wall(2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door gate(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDIN b1-set wall(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse house(3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner stone wall(3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin stone wall(3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 stone wall(3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door gate(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDIN c1-set wall(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol guild insignia -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 Wall front -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 +14202 WALL fence01_back01 Wall back -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 Left side of wall -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 Right side of wall -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 stone1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 stone2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 stone3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 stone4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 stone5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 stone6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 stone7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 stone8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 stone9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 stone10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT wood1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 wood2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall wood3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 wood4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 wood5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT wood6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 wood7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall wood8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 wood9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_en/locale/en/icon/scroll_close.tga b/bin/pack/locale_en/locale/en/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_en/locale/en/icon/scroll_close.tga differ diff --git a/bin/pack/locale_en/locale/en/icon/scroll_open.tga b/bin/pack/locale_en/locale/en/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_en/locale/en/icon/scroll_open.tga differ diff --git a/bin/pack/locale_en/locale/en/insult.txt b/bin/pack/locale_en/locale/en/insult.txt new file mode 100644 index 00000000..36b23a4f --- /dev/null +++ b/bin/pack/locale_en/locale/en/insult.txt @@ -0,0 +1,295 @@ +Fuck +Cunt +Shit +Whore +Dick +Cock +Clit +Faggot +Slut +Ass +Tit +ass +asslick +asses +asshole +assholes +asskisser +asswipe +balls +bastard +beastial +beastiality +beastility +beaver +belly whacker +bestial +bestiality +bitch +bitcher +bitchers +bitches +bitchin +bitching +blowjob +blowjobs +bonehead +boner +browneye +browntown +cunt +bull shit +bullshit +bum +bung hole +butch +butt +buttbreath +butt fucker +butthair +buttface +buttfuck +buttfucker +butthead +butthole +buttpicker +chink +christ +circlejerk +clam +clit +cobia +cock +cocks +cocksuck +cocksucked +cocksucker +cocksucking +cocksucks +cooter +crap +cum +cummer +cumming +cums +cumshot +cunilingus +cunillingus +cunnilingus +cunt +cuntlick +cuntlicker +cuntlicking +cunts +cyberfuc +cyberfuck +cyberfucked +cyberfucker +cyberfuckers +cyberfucking +damn +dick +dike +dildo +dildos +dink +dinks +dipshit +dong +douche +douchebag +dumbass +dyke +ejaculate +ejaculated +ejaculates +ejaculating +ejaculatings +ejaculation +fag +fagget +fagging +faggit +faggot +faggs +fagot +fagots +fags +fart +farted +farting +fartings +farts +farty +fatass +fatso +felatio +fellatio +fingerfuck +fingerfucked +fingerfucker +fingerfuckers +fingerfucking +fingerfucks +fistfuck +fistfucked +fistfucker +fistfuckers +fistfucking +fistfuckings +fistfucks +fuck +fucked +fucker +fuckers +fuckin +fucking +fuckings +fuckme +fucks +fuk +fuks +furburger +gangbang +gangbanged +gangbangs +gaysex +gazongers +goddamn +gonads +gook +guinne +hard on +hardcoresex +hell +homo +hooker +horniest +horny +hotsex +hussy +jackoff +jack +jackass +jackingoff +jackoff +jack-off +jap +jerk +jerk-off +jesus +jesus christ +jew +jism +jiz +jizm +jizz +kike +knob +kock +kondum +kondums +kraut +kum +kummer +kumming +kums +kunilingus +lesbian +lesbo +loser +lust +lusting +merde +mick +mothafuck +mothafucka +mothafuckas +mothafuckaz +mothafucked +mothafucker +mothafuckers +mothafuckin +mothafucking +mothafuckings +mothafucks +motherfuck +motherfucked +motherfucker +motherfuckers +motherfuckin +motherfucking +motherfuckings +motherfucks +mound +muff +nerd +nigger +niggers +orgasim +orgasims +orgasm +orgasms +pecker +penis +phonesex +phuk +phuked +phuking +phukked +phukking +phuks +phuq +pimp +piss +pissed +pisser +pissers +pisses +pissin +pissing +pissoff +porn +porno +pornography +pornos +prick +pricks +prostitute +punk +pussies +pussy +pussys +queer +retard +schlong +screw +sheister +shit +shited +shitfull +shiting +shitings +shits +shitted +shitter +shitters +shitting +shittings +shitty +slag +sleaze +slut +sluts +smut +snatch +spunk +twat +wetback +whore +wop +wanker +Tosser +Arse +Tard +Mofo diff --git a/bin/pack/locale_en/locale/en/item_list.txt b/bin/pack/locale_en/locale/en/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_en/locale/en/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_en/locale/en/item_proto b/bin/pack/locale_en/locale/en/item_proto new file mode 100644 index 00000000..a0d4fef6 Binary files /dev/null and b/bin/pack/locale_en/locale/en/item_proto differ diff --git a/bin/pack/locale_en/locale/en/itemdesc.txt b/bin/pack/locale_en/locale/en/itemdesc.txt new file mode 100644 index 00000000..02f8dd6e --- /dev/null +++ b/bin/pack/locale_en/locale/en/itemdesc.txt @@ -0,0 +1,2406 @@ +100000 Time Elixir (S) Refills the duration of a Dragon Stone. +100001 Time Elixir (M) Refills the duration of a Dragon Stone. +100002 Time Elixir (L) Refills the duration of a Dragon Stone. +100100 Dragon Tongs Useful tool that increases the chances of success during Dragon Stone removal. +100200 Tongs of Time Sucks the time duration from the Dragon Stone. +100300 Green Dragon Bean The magical bean increases your Dragon Stone's level. The strengthening process may fail. +100400 Blue Dragon Bean The magical bean increases the chance of a successful improvement of the Dragon Stone by one level. +100500 Pink Dragon Bean The chance of a successful improvement of the Dragon Stone by one level is 10% higher. +11901 Tuxedo A black suit for a man to wear at a wedding. +11902 Tuxedo A black suit for a man to wear at a wedding. +11903 Wedding Dress A special dress for a woman to wear at her wedding. +11904 Wedding Dress A special dress for a woman to wear at her wedding. +18000 Linen Belt +0 +18001 Linen Belt +1 +18002 Linen Belt +2 +18003 Linen Belt +3 +18004 Linen Belt +4 +18005 Linen Belt +5 +18006 Linen Belt +6 +18007 Linen Belt +7 +18008 Linen Belt +8 +18009 Linen Belt +9 +18010 Leather Belt +0 +18011 Leather Belt +1 +18012 Leather Belt +2 +18013 Leather Belt +3 +18014 Leather Belt +4 +18015 Leather Belt +5 +18016 Leather Belt +6 +18017 Leather Belt +7 +18018 Leather Belt +8 +18019 Leather Belt +9 +18020 Magnificent Belt +0 +18021 Magnificent Belt +1 +18022 Magnificent Belt +2 +18023 Magnificent Belt +3 +18024 Magnificent Belt +4 +18025 Magnificent Belt +5 +18026 Magnificent Belt +6 +18027 Magnificent Belt +7 +18028 Magnificent Belt +8 +18029 Magnificent Belt +9 +18030 Belt of Wisdom +0 +18031 Belt of Wisdom +1 +18032 Belt of Wisdom +2 +18033 Belt of Wisdom +3 +18034 Belt of Wisdom +4 +18035 Belt of Wisdom +5 +18036 Belt of Wisdom +6 +18037 Belt of Wisdom +7 +18038 Belt of Wisdom +8 +18039 Belt of Wisdom +9 +18040 King's Belt +0 +18041 King's Belt +1 +18042 King's Belt +2 +18043 King's Belt +3 +18044 King's Belt +4 +18045 King's Belt +5 +18046 King's Belt +6 +18047 King's Belt +7 +18048 King's Belt +8 +18049 King's Belt +9 +18050 Shadow Belt +0 +18051 Shadow Belt +1 +18052 Shadow Belt +2 +18053 Shadow Belt +3 +18054 Shadow Belt +4 +18055 Shadow Belt +5 +18056 Shadow Belt +6 +18057 Shadow Belt +7 +18058 Shadow Belt +8 +18059 Shadow Belt +9 +18060 Rune Belt +0 +18061 Rune Belt +1 +18062 Rune Belt +2 +18063 Rune Belt +3 +18064 Rune Belt +4 +18065 Rune Belt +5 +18066 Rune Belt +6 +18067 Rune Belt +7 +18068 Rune Belt +8 +18069 Rune Belt +9 +18070 Great Bear Belt +0 +18071 Great Bear Belt +1 +18072 Great Bear Belt +2 +18073 Great Bear Belt +3 +18074 Great Bear Belt +4 +18075 Great Bear Belt +5 +18076 Great Bear Belt +6 +18077 Great Bear Belt +7 +18078 Great Bear Belt +8 +18079 Great Bear Belt +9 +18900 Red Flame Stone Enhances your belt's bonuses. +22000 Town Scroll The scroll allows you to teleport back to the town. +22010 Scroll of the Location The scroll enables your return to the location you last marked. +25040 Blessing Scroll Reduces the risk of destroying an Item if the upgrade fails. The cost of this save is that the quality is reduced by 1 point. +25041 Magic Stone A chunk of the legendary metal can increase your chances when upgrading an item. The upgraded item can then neither be destroyed nor downgraded. +25100 Spirit Stone Scroll The scroll allows you to extract the Spirit Stone from a weapon or armour. It leaves a mark of extraction. +27051 Red Potion (S) Fills up 300 hit points. Not tradeable. +27052 Blue Potion (S) Fills up 100 spell points. Not tradeable. +27053 Green Potion (S) Increases attack speed by +10 for 10 minutes. Not tradeable. +27054 Purple Potion (S) Increases movement speed by +10 for 10 minutes. Not tradeable. +27600 Bonfire Wood that has been chopped for a bonfire. +27610 Fishing Marble This magic marble reveals what kind of fish is on the hook. +27620 Fishing Book A book that provides information about fish. +27799 Fishbones The bones of a fish +27800 Paste A lightweight and cheap bait +27801 Worm Popular bait that attracts fish. +27802 Minnow Bait that attracts big fish. +27803 Zander A common fish that usually lives in a pond. +27804 Mandarin Fish A very tasty fish. +27805 Large Zander A rather fat example of a Zander +27806 Carp A large silver-coloured fish. +27807 Salmon A fish that returns home during mating season. +27808 Grass Carp A carp that usually feeds on grass. +27809 Brook Trout A fish that is related to Salmon. +27810 Eel A long, thin fish that looks like a snake. It has a lot of stamina. +27811 Rainbow Trout A fish that has a rainbow-coloured back. +27812 River Trout A freshwater fish that is very common in this area. +27813 Rudd A red, shimmery fish who lives in a swarm. +27814 Perch A fish known as the "shark of the seas". +27815 Tenchi A type of barb that lives only in clean water. +27816 Catfish A fish that has a distinctive big mouth with cat-like whiskers. +27817 Loach A slippery fish, that usually lives in shallow, muddy water. +27818 Lotus Fish A big fresh water fish that lives on a mixed diet. +27819 Sweetfish Related to the Smelt. It lives along coasts and in estuaries. +27820 Smelt A winter fish that is most caught whilst ice fishing. +27821 Shiri A fish with a beautiful shape and colour. +27822 Mirror Carp An indigenous Carp. +27823 Goldfish A rare, golden shiny fish. +27833 Dead Zander A fish that is perfect for grilling on a campfire. +27834 Dead Mandarin Fish A perfect fish to grill on a campfire. +27835 Dead Large Zander Perfect for grilling on a campfire. +27836 Dead Carp Perfect for grilling on a campfire. +27837 Dead Salmon This fish can be grilled on a campfire. +27838 Dead Grass Carp Tastes great when grilled on a campfire. +27839 Dead Brook Trout Tastes great when grilled on a campfire. +27840 Dead Eel Tastes great when grilled on a campfire. +27841 Dead Rainbow Trout Tastes great when grilled on a campfire. +27842 Dead River Trout Tastes great when it is grilled on a campfire. +27843 Dead Rudd Tastes great when grilled on a campfire. +27844 Dead Perch Tastes great when grilled on a campfire. +27845 Dead Tenchi Tastes great when grilled on a campfire. +27846 Dead Catfish Tastes great when grilled on a campfire. +27847 Dead Loach Tastes great when grilled on a campfire. +27848 Dead Lotus Fish Tastes great when grilled on a campfire. +27849 Dead Sweet Fish Tastes great when grilled on a campfire. +27850 Dead Smelt Tastes great when grilled on a campfire. +27851 Dead Shiri Tastes great when grilled on a campfire. +27852 Dead Mirror Carp Tastes great when grilled on a campfire. +27853 Dead Goldfish Tastes great when grilled on a campfire. +27863 Grilled Zander Restores some HP. +27864 Grilled Mandarin Fish Recovers some SP +27865 Grilled Large Zander Restores some HP. +27866 Grilled Carp Increases moving speed for a duration of time. +27867 Grilled Salmon Recovers some SP +27868 Grilled Grass Carp Increases attack speed for a duration of time. +27869 Grilled Brook Trout Restores a large amount of HP. +27870 Grilled Eel Increases your strength by 10 points for 10 minutes. +27871 Grilled Rainbow Trout Recovers some SP +27872 Grilled River Trout Recovers some SP immediately +27873 Grilled Rudd Increases your dexterity by 10 points for 10 minutes. +27874 Grilled Perch Removes bad effects. +27875 Grilled Tenchi Recovers some HP immediately. +27876 Grilled Catfish Recovers some SP immediately. +27877 Grilled Loach Makes you invisible for 5 minutes. +27878 Grilled Lotus Fish Recovers some HP immediately. +27879 Grilled Sweetfish This fish gets its pleasant smoky taste from being prepared over a fire. +27880 Grilled Smelt By preparing it over the fire this fish gets a pleasant smoky taste. +27881 Grilled Shiri This fish gets its pleasant smoky taste from being prepared over a fire. +27882 Grilled Mirror Carp By preparing it over the fire this fish gets a pleasant-smoky taste. +27883 Grilled Goldfish By preparing it over the fire this fish gets a pleasant smoky taste. +27987 Clam A shellfish with a pretty shell. Sometimes it holds a precious pearl inside it. +27988 Treasure Map A worn out map which reveals the location of an ancient treasure. +27989 Compass for Metin Stones The compass shows you the position and distance to the next Metin Stone. The brighter it glows, the closer you are. It can be activated 6 times. +27990 Piece of Stone Because of the small size it can be transported very well. It can be used in many different ways. +27991 Water Stone A hard, coarse stone which can be used to grind weapons or kitchen utensils. +27992 White Pearl The pure white treasure found inside a seashell. +27993 Blue Pearl A magnificent deep blue pearl found inside a seashell. +27994 Blood-Red Pearl The tawny-coloured treasure from the inside of a mollusc. +27995 Empty Bottle An empty, but intact bottle made from glass. +27996 Poison Bottle A bottle with a deadly poison in it. +27997 Vitality Marble A marble that restores some HP. +27998 Alchemy Pouch A bag marked by wear and tear, which keeps the secrets of alchemy hidden from the eyes of strangers. +27999 Spirit Stone Pouch A pouch that holds Spirit Stones. +29001 Scallop One of the largest and tastiest mussels. It has a comb-shaped shell. +29002 Blue Scallop The nacre layer of this scallop shimmers in countless merging blue tones. +29003 Yellow Scallop The nacre film of this scallop shimmers in countless merging yellow tones. +29004 Red Scallop The nacre film of this scallop shimmers in countless merging red tones. +29005 Green Scallop The nacre film of this scallop shimmers in countless merging green tones. +29006 Yellow Tartar Tartar with a darker colour. +29007 Blue Tartar Tartar with a dark blue colour. +29008 Blue Holy Water In sunlight the surface of this holy water shines a soft blue. +29009 Yellow Holy Water In sunlight the surface of this holy water shines a soft yellow. +29010 Red Holy Water In sunlight the surface of this holy water shines a soft red. +29011 Green Holy Water In sunlight the surface of this holy water shines a soft green. +29012 Dark Blue Hand of God Dark blue holy water +29013 Dark Yellow Hand of God Yellow holy water with a dark colour. +29014 Magenta Hand of God Holy water with a dark red colour. +29015 Dark Green Hand of God Holy water with a dark green colour. +30000 Barley A commonly cultivated plant that is used to make beer and food. +30001 Letter A piece of paper that has neat handwriting written on it. +30002 Fried Sausage A stir-fry with vegetables and spices. +30003 Pig Nose The nose from a pig +30004 Wild Boar Tooth The very strong tooth of a wild boar. +30005 Piece of Broken Armour A fragment of a broken suit of armour. +30006 Orc Tooth A yellow-brown, vile smelling tooth of an Orc. On the edges there are indefinable, crusty residues. +30007 Orc Amulet An amulet which encourages Orcs during battle. +30008 Esoteric Primer The beginner's handbook of Esoteric Doctrine. +30009 Unknown Medicine Unknown medicine with unknown ingredients. +30010 Bear Gall Bear gall is known for reviving the sense of taste. +30011 Ball A silky ball of thread. +30012 Wine Bottle The bottle contains a very fragrant wine. +30013 Liquor Jug A jug that is used to age liquor. +30014 Yeti Fur The fur of the legendary creature, the Yeti, that protects against the cold. +30015 Demon's Keepsake A grim keepsake of a Demon that exudes cold air. +30016 Demon's Gem A gem that is known for holding the souls of the dead. +30017 Ornamental Hairpin A decorated hairpin for a woman. +30018 Red Hairband A fancy ribbon to tie up a woman's hair. +30019 Flaming Mane A flaming mane thread that is used to make winter clothes. +30020 Peach Seed Used to get healthy skin. +30021 Piece of Gem A gem broken apart by a hard substance. +30022 Snake Tail The scaly, multicoloured tail of a rattlesnake. +30023 White Tiger Hide Valued as the most precious animal hide among collectors. +30024 Horsetail A horse's tail can be used for making quality items such as brushes, hats, and rope. +30025 Spider's Poison Sack The venom sack of a spider. +30026 Wolf Intestine An ingredient used for making sausages, a food famous in the kingdom. +30027 Wolf Fur The thickest hair in wolf's fur is used to make combs and brushes. +30028 Wolf Claw A wolf's sharp claw is used to make accessories. +30029 Wolf Liver An ingredient for making sausages, a food famous in the kingdom. +30030 Rusty Blade A rusty dagger blade +30031 Ornament A favourite ornament amongst girls. +30032 Black Uniform A worn out black uniform. +30033 Broken Porcelain Some valuable porcelain from the region that has been broken into pieces. +30034 White Hairband An elegant ribbon to tie up a woman's hair. +30035 Face Cream Women use it to keep their skin youthful. +30036 Mystic Herb The legendary herb with miraculous effects. +30037 Tiger Claw Some fighters wear a necklace made of Tiger Claws to show others their courage. +30038 Tiger Hide A favourite animal hide amongst collectors. +30039 Piece of Fabric Fabric used to cover someone's wound. +30040 Leaf Unknown plant leaf. +30041 Shiriken A throwing weapon that Ninja warriors use. +30042 Tiger Fang The solid, shiny fang of this wildcat. +30043 Bean An ingredient used in many cuisines. +30044 Clay A material used to make porcelain. +30045 Scorpion Needle A needle that contains lethal scorpion poison. +30046 Scorpion Tail A poisonous scorpion tail. +30047 Curse Book An esoteric book used to curse people. +30048 Piece of Ice A clump of frozen water that consistently exudes cold air. +30049 Ice Killer Whale Horn It is a valuable sculpting material. +30050 Ice Marble A marble made from ice. It does not melt in hot weather. +30051 Unknown Talisman Unknown talisman, only Esoterics can read it. +30052 Flag A flag to mark savage troops. +30053 Bear Foot Skin A favourite stamina food among many people. +30054 Wedding Ring The only ring you wear until the end of your days. +30055 Scorpion Claw The sturdy looking claw from the tentacle of a scorpion. +30056 Spider Web A spider uses its silk to make its home. +30057 Spider Eyes Spider eyes are a favourite with collectors. +30058 Spider Egg Sack Used as a charm by women who do not have any children. +30059 Spider Legs Shamans use the hairy legs of spiders at work. +30060 Frog Tongue An elastic, very sticky tongue. +30061 Frog's Legs An exotic cooking ingredient, that tastes like chicken! +30062 Medicine Bowl A light coloured bowl used by pharmacists. +30063 Skin Medicine A medicine that cures skin disease. +30064 Sharp Stone A stone that is used to make an arrowhead. +30065 Bell A small bell that makes a ringing sound. +30066 Hot Pepper The dried fruits from the pepper plant, which are very spicy. +30067 Snakeskin The scaly, shiny skin of a snake. +30068 Tofu Steak Fusion style tofu cuisine +30069 Wolf Claw+ The sharp claw of wolf that is used to make an accessory. +30070 Wolf Fur+ The thickest hairs in wolf's fur are used to make combs and brushes. +30071 Bear Gall+ Bear gall is known for reviving the sense of taste. +30072 Bear Foot Skin+ A favourite stamina food among many people. +30073 White Hairband+ A popular ribbon to tie up a woman's hair. +30074 Black Uniform+ A worn out black Uniform. +30075 Shiriken+ A throwing weapon used by Ninja warriors. +30076 Orc Amulet+ An amulet that encourages Orcs during battle. +30077 Orc Tooth+ A yellow-brown, vile smelling tooth of an Orc. On the edges there are indefinable, crusty residues. +30078 Esoteric Primer+ A beginners handbook of esoteric doctrine. +30079 Unknown Talisman+ An unknown talisman, only Esoterics can read it. +30080 Curse Book+ This Esoteric Book can be used to curse someone. +30081 Scorpion Tail+ A poisonous scorpion tail. +30082 Snake Tail+ The scaly, colourful tail of a rattlesnake. +30083 Unknown Medicine+ Unknown medicine with unknown ingredients. +30084 Unknown Talisman+ An unknown talisman, only Esoterics can read it. +30085 Piece of Fabric+ A fabric used to cover someone's wound. +30086 Demon's Keepsake+ A gloomy keepsake of a Demon. +30087 Demon's Gem+ A gem that is known for holding the souls of the dead. +30088 Piece of Ice+ Frozen water that remains exudes cold air. +30089 Yeti Fur+ The fur of the legendary creature, the Yeti, protects against the cold. +30090 Ice Marble+ A marble made from ice. It does not melt in the hot weather. +30091 Warrior's Symbol The Warrior symbol given to the legendary Warriors. +30092 Savage's Booty The spoils of war. +30093 Lucky Pouch A silk pouch that holds valuables +30094 Lucky Pouch A silk pouch that holds valuables. +30095 Lucky Pouch A silk pouch that holds valuables. +30096 Lucky Pouch A silk pouch that holds valuables +30129 Order of the Rider A document, containing a military mission +30130 Empty Bottle An empty, but intact bottle made of glass. +30131 Letter from Blacksmith A letter from the Blacksmith to his friend Deokbae. +30132 Uriel's Book One of Uriel's favourite books. It has the title "The secret of the Temple of Darkness". +30133 Flower Shoes Comfortable and pretty women's shoes. +30134 Uriel's Package A package containing several different books. +30135 Letter from Ariyoung A letter form Ariyoung to Ayoo. +30136 Lavishly Decorated Bow A wonderful bow made of an animal's horn. +30137 Monkey blood The dark red blood of a monkey. It smells terrible. +30138 Desert sand This particularly fine sand is used to make Celadon Porcelain. +30139 Orc Molar The molar of an orc. Is used as a talisman. +30140 Thread Strong yarn. It is used for repairing Clothing and necklaces are also made of it. +30141 Piece of Jewellery Jewellery is worn, or used to decorate clothing. +30142 Letter You can not read, what is written on the letter. Perhaps you might have to learn the language. +30143 Medicinal Herbs A collection of dried healing herbs. Unfortunately they're a little dusty. +30144 Tiger Liver The reddish brown hand-sized liver of a fully grown wildcat. +30145 Balso's Medicine A seemingly unimpressive medicine, however, it has a strong effect. +30146 Chunk of Ice An irregularly formed cold block of ice. +30147 Temple Doctrine A book containing detailed information about the Temple of Darkness. +30148 Temple Scarf A Scarf, that is used for praying. +30149 Ice Cream with Syrup A dish containing a portion of ice cream and syrup. Wonderful in summer. +30150 Diary Page A page from a diary written by the old dynasty. +30151 Wolf Pelt Is often used as a duster. +30152 Medicine Apparently it can cure strange diseases. But nobody knows what's in it. +30153 Flowers A rare flower, its scent reminds you of something from the past. +30154 Secret Temple Book The analysis of the history and doctrine of the secret temple. +30155 Mirine's Pendant A necklace pendant. Engraved on the reverse side, is the name "Mirine". +30156 Secret Temple Book The analysis of the history and doctrine of the secret temple. +30157 Arrowhead These poisonous arrowheads will help to defend the kingdom. +30177 Musk Oil Musk Oil is used by the Weapon Shop Dealer during a quest. The item does not have any further functions. +30179 Twisted Key This magic key activates the portal to the Dragon's Temple. +30180 Dragon God Amulet This piece of golden jewellery can shorten the way to the Grotto of Exile. +30181 Page The faded writing on this parchment is difficult to decipher - this page seems to be very old. +30182 Legendary Diary This duplicate of an ancient book looks very valuable. +30183 Sombre Wooden Mask This wooden mask seems to be staring right at you. It is most probably a ceremonial item. +30184 Bewitched Ashes The ashes are in a container covered with strange symbols, and surrounded by a soft glow. +30185 Black Ice Deep shadows seem to be gathering below this shiny, smooth surface. +30186 Fossilised Tear A fossilised tear from the God Baljit-Elvedin, who is nowadays known as the Dragon God. +30187 Drop of Blood A Drop of Blood from the murdered Goddess Bahar-Taraji, creator of the world. +30188 Obsidian Formerly liquid, rapidly frozen volcanic stone. +30189 Baljit-Elvedin's Tears This skilfully sculptured vase contains the tears of the God Baljit-Elvedin. +30190 Blood Stone This stone is made from the blood of Bahar-Taraji and grants you entrance into the Grotto of Exile. +30191 Blood Stone Blood Stones grant you entrance into the Grotto of Exile. +30192 Plant Sap High-quality plant secretion +30193 Finger Bones The last remains of a fallen hero. +30194 Orc Club An ugly weapon with robust thorns. +30195 Quartz Sand This sand seems to serve the stone creatures in the desert as blood. +30196 Demon's Ashes Even a demon's ashes contain extraordinary powers. +30197 Magic Seeds These seeds are sizzling with vitality. +30198 Water Crystal The heart of a dark ice creature. +30199 Blue Crystal A piece of crystal from the Dragon's Temple, which reinforces dark powers. +30210 Piece of Gemstone A stone that is as clear as crystal and sparkles in the light. +30211 Piece of Gemstone A crystal-clear stone, that sparkles in the light. +30212 Piece of Gemstone A small sparkling stone +30213 Piece of Gemstone A small sparkling stone. +30214 Piece of Gemstone A small sparkling stone. +30215 Piece of Gemstone A small sparkling stone. +30216 Piece of Gemstone A small sparkling stone. +30217 Piece of Gemstone A small sparkling stone. +30218 Piece of Gemstone A small sparkling stone +30219 Piece of Gemstone A small sparkling stone. +30220 Jinunggyi's Soul Stone A legendary stone, it contains the soul of an Jinung aristocrat. +30221 Temple Soul Stone A legendary stone, it contains the soul of a temple follower. +30222 Sagyi's Soul Stone A legendary stone, it contains the soul of an Sagyis aristocrat. +30223 Aurtumryu's Soul Stone A legendary stone, it contains the soul of an Aurtumryus aristocrat. +30224 Gyimok's Soul Stone A legendary stone, it contains the soul of an Gyimoks aristocrat. +30225 Tugyi's Soul Stone A legendary stone, it contains the soul of an Tugyis aristocrat. +30228 Beran-Setaou Soul Stone The dark aura of the fallen god touches your soul and seeks refuge in your heart. +30251 Malevolence Jewel A diamond drenched in wickedness. +30252 Wisdom Jewel This diamond's aura is peaceful and noble. +30253 Loyalty Jewel An aura of fighting spirit and honesty surrounds this diamond. +30254 +30265 Medal Piece (1) First fragment of the Hero's Medal +30266 Medal Piece (2) Second fragment of the Hero's Medal +30267 Medal Piece (3) Third fragment of the Hero's Medal +30268 Medal Piece (4) Fourth fragment of the Hero's Medal +30269 Medal Piece (5) Fifth fragment of the Hero's Medal +30270 Dragon Stone Shard Fragment of a scarce Dragon Stone +30311 Soul Crystal Key The delicate detailed key with a Blue Soul Crystal opens the gate to the 2nd floor of the Devil's Catacomb. +30312 Grimace Totem This wooden sign with the grimace carved into it serves as a key to the 6th floor of the Devil's Catacomb. +30315 +30316 +30317 +30318 +30319 Shrunken Head This demon's Shrunken Head opens the seal to the 3rd floor of the Devil's Catacomb. This item is tradeable. +30320 Shrunken Head This demon's Shrunken Head opens the seal to the 3rd floor of the Devil's Catacomb. +30321 Halloween Pumpkin The pumpkin refills HP or SP. If you tap it with a Magic Wand, it transforms into the Halloween Chest. +30322 Magic Wand An artfully carved alder Magic Wand with a star tip made of magical fire. It has the power to transform every Halloween Pumpkin into a Halloween Chest. +30323 Jack O'Lantern Mask Card The Jack O'Lantern Mask Card can be exchanged at Jack Pumpkin for a Jack O'Lantern mask. The mask will replace any existing hairstyle. +30324 Arachnids Key Opens the gate to the Baroness' Breeding Lair. Extremely fragile, it disintegrates after 24 hours. Can only be used by group leaders. +30325 Arachnids Key Opens the gate to the Baroness' Breeding Lair. Disintegrates after 24 hours. Can only be used by group leaders. +30326 Spider Queen's Poison The secretion of the Spider Queen is required for the production of the Arachnids Key. +30327 Arachnids Whistle This instrument's song lures the Spider Baroness. +30329 Golden Cog Wheel Trigger the hidden mechanism in the Isfet Stele. +30330 Maat Stone As Goddess of Justice, Maat strives for order amongst the chaos. +30331 Frost Key The key is as cold as ice and allows access to the third floor of Nemere's Watchtower. Can only be used by Shamans. +30332 North Star Sealstone made of pure ice. Allows access to the sixth floor of Nemere's Watchtower. +30333 Frostflower Key The key made of ice allows access to the ninth floor of Nemere's Watchtower. Can only be used by Ninjas or Shamans. +30500 Ruby Engraving Knife Tool for the refinement of your weapon +30501 Gold Clasp Element for the refinement of your weapon +30502 Ruby Decoration Element for the refinement of your weapon +30503 Amethyst Engraving Knife Tool for the refinement of your weapon +30504 Silver Clasp Element for the refinement of your weapon +30505 Emerald Decoration Element for the refinement of your weapon +30506 Sapphire Engraving Knife Tool for the refinement of your weapon +30507 Bronze Clasp Element for the refinement of your weapon +30508 Sapphire Decoration Element for the refinement of your weapon +30509 Blue Dragon Steel Dragon skin leather is extremely light and flexible, yet also virtually indestructible. Can be processed like metal and used for the production of armour. +30510 Grand Epaulette Element for the refinement of armour +30511 Red Fabric Fine fabric for the refinement of armour +30512 Red Dragon Steel Dragon skin leather is extremely light and flexible, yet also virtually indestructible. Can be processed like metal and used for the production of armour. +30513 Noble Epaulette Element for the refinement of armour +30514 Violet Fabric Fine fabric for the refinement of armour +30515 Purple Dragon Steel Dragon skin leather is extremely light and flexible, yet also virtually indestructible. Can be processed like metal and used for the production of armour. +30516 Antique Epaulette Element for the refinement of armour +30517 Golden Fabric Fine fabric for the refinement of armour +30518 Gold Yarn Magical roll of yarn made from molten gold. Can be processed with a gem into valuable jewellery. +30519 Golden Hook Made of pure gold, it can be processed with a gem into valuable jewellery. +30520 Gold Buckle Made of pure gold, it can be processed with a gem into valuable jewellery. +30521 Ring Element Made of pure gold, it can be processed with a gem into valuable jewellery. +30522 Chain Link Made of pure gold, it can be processed with a gem into valuable jewellery. +30523 Jewellery Element Made of pure gold, it can be processed with a gem into valuable jewellery. +30524 Flame Stone +30525 Ice Flame Stone +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Blue Belt Basic material for the production of belts. +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 Copy of the Inscription You have made a copy of the inscription found on the old gravestone. +31002 Old Document Document from the time of the Dark Nation with further clues. +31003 Antidote Life-saving medicine for the poisoned soldier. +31004 Hallowed Tree Gum The gum of a hallowed tree is one of the elements required to produce Heaven's Teardrop. +31005 Blue Crystal Essence The essence, acquired from blue gems, is required to produce Heaven's Teardrop. +31006 Red Hell Quartz This glittering red quartz consists of Volcanic Earth, Flaming Mane and Foundation Stone. +31007 Volcanic Earth Ash-like substance from Doyyumhwan. Is required for the creation of Red Hell Quartz. +31008 Heaven's Teardrop Magical gem made from Blue Crystal Essence, Red Hell Quartz and Hallowed Tree Gum. Keeps evil creatures away and lasts for seven days. +31009 Gnoll Letter Secret message sent by the Servants of Darkness to the Gnolls. +31010 Red Thief Letter The Servants of the Darkness' message to the Red Thief Gang has been torn into many pieces. +31011 +31012 +31013 Slip of Paper This message will hopefully reveal more to you about the goals of the Cyclops. +31014 +31015 Captain Hooks' Letter Message from Captain Hooks to the Banshee. +31016 Lee Chung's Letter Important message from Commander Lee Chung to Admiral Angmur +31017 Sealed Letter This letter was in the possession of the Temple Servant. +31018 Carapax Script This turtle shell with engraved lines serves as a code key. +31019 Carapax Powder Powder made from the ground shell of a hawksbill turtle +31020 Rock Flower Root The roots of the Rock Flower neutralise poisons in the body. +31021 +31022 Oin Scale Only the leadership ranks of the Tritons wear these rare scales. +31023 +31024 Manticore Leather Robust leather from the wing skin of Martyaxwar. +31025 +31026 Crustacean Armour Protective armour of the crustacean tribe. Also serves as fortification material. +31027 Fine Sand This particularly fine-grained sand is perfect as a building material. +31028 Clay Brick Cube-shaped brick made of baked clay +31029 Inner Light The inner energy source of the Polyphemos +31030 Inner Light The inner energy source of the Giant King +31031 Millennium Essence Mixture made of Gango Root, Tue Fungus and Alpine Rose. Important ingredient for the Leviathan Pearls. +31032 Leviathan Pearls Effective strengthening capsules made from the Inner Light of mythical beings and the Millennium Essence. +31033 Chief's Cape This cape is the symbol of their invulnerability for the Red Thieves. +31034 Giants' Totem The totem has the form of a giant piece of amber. +31035 Black Stone This mysterious stone is being mined by the Cyclops in the Thunder Mountains. +31036 Black Gold This black ore with magical properties can be found in the Thunder Mountains. +31037 Leather Bag You took this bag from Captain Shruk. It seems to be lighter than you expected... +31038 Holy Ground This bag full of Holy Ground serves as a medium for summoning the dead. +31039 Coin Bag There may possibly be a medium for summoning the dead inside. +31040 Golden Medal Is this item a medium? +31041 Fossil Earth Mixture of earth and bone dust +31042 Triton Spear The Triton's spear is traditionally used by the island inhabitants to fortify their defence constructions. +31043 Lemures Tablet Mysteriously dazzling stone tablet with an engraved inscription +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Gold Hunter's Band This neck band helps you to acquire Coin Bags from the pockets of monsters. +31074 Riveted Necklace Neck jewellery made from leather with a riveted border +31075 Barb Necklace Decorative neck wear of the Martyaxwar. A letter is hidden on the inside. +31076 Sun Herbs These herbs grow in hot, dry locations. +31077 Foundation Stone Powder Foundation Stone ground into a fine powder. +31078 Pure Lumen White energy, neutralises the power of Black Matter. +31079 Letter to Yak-Hwan The final words of the scout, hidden in a necklace. +31080 Flame King Blood The blood flows through the veins of the demon as hot as lava. +31081 Black Matter The darkest kind of energy, which gives demons enormous power. +31082 Magma Ring A ring made from magma, that encircles the hearts of flame demons. +31083 Ring of Samael Powerful artefact for the completion of a banishment ritual. +31084 Nimbus Tincture +31085 +31086 +31087 +31088 +31089 +31090 +31091 Flame King Blood The blood flows through the veins of the demon as hot as lava. +31092 +35000 Medicinal Herbs+ A collection of dried healing herbs. Unfortunately they're a little dusty. +35001 Tiger Liver+ The reddish brown hand-sized liver of a fully grown wildcat. +38010 Yang Package Redeem the package to fill your war chest with Yang. Cannot be traded. +38011 Yang Package Redeem the package to fill your war chest with Yang. Cannot be traded. +38050 Power Chest This chest is extremely light, as if it were empty... +38051 Royal Tiger Crystal It takes a substantial amount of magic skill to tame evil animal spirits. This crystal contains one of the five available Royal Tiger Seals. +38052 The Chest of Kings This magnificent chest hides a truly regal treasure inside it. This item is tradeable. +38053 Eternal Winter Chest The chest is carved completely out of ice. With a soft clink, the lid opens and frosty cold rises from within. +38054 Desert Storm Chest The secretive chest contains a random item. +38055 Whelp Box A cute young animal could be hidden in this box. Open it and find a random item. +38056 Holiday Chest This chest, decked in a festive fir-tree green contains a Christmas surprise. +38057 Chest of the North The chest radiates a frosty blue and contains a random item. +38100 Power Snack (7 days) Increases the lifespan of your Power Mount by 7 days. +38101 Power Snack (15 days) Increases the lifespan of your Power Mount by 15 days. +38102 Power Snack (30 days) Increases the lifespan of your Power Mount by 30 days. +38200 Rufus Seal You can use this seal to summon your wolf whelp, Rufus. +38201 Rufus Seal You can use this seal to summon your wolf whelp, Rufus. +39001 Magic Stone This stone guarantees the greatest success chance in item improvement. On top of this, the item will neither be destroyed nor downgraded. This item is tradeable. +39002 Experience Ring Increases the collection of experience by 50% for 60 minutes. This item is tradeable. +39003 Peach Flower Wine Beverage that will immediately regenerate your HP by 500 points. This item is tradeable. +39004 Blessing Marble This legendary marble adds a fifth attribute to items that already have four attributes. The addition can also fail though. This item is tradeable. +39005 Magic Copper Ore When you combine this ore with a Blessing Scroll at the blacksmith's, you can create a Scroll of War. This item is tradeable. +39006 Bravery Cape Ancient Warriors showed off their bravery by wearing a colourful cape with which they attracted the attention of monsters. This item is tradeable. +39007 Blacksmith Handbook The book is bound with the soul of an old blacksmith. It increases the chance of item improvement. This item is tradeable. +39008 Exorcism Scroll Will lift the curse of the evil spirit, if learning is not successful. With the help of this scroll you can read another document on the same day. This item is tradeable. +39009 Skill Reset Document This item allows you to redistribute the points in one of your skills. This item is tradeable. +39010 Potion of Attack+10 Increases your attack speed by 10% for 30 minutes. This item is tradeable. +39011 Blessing of Life A blessing with which your HP are immediately recovered to 100%. This item is tradeable. +39012 Blessing of Magic A blessing that regenerates all your SP immediately. This item is tradeable. +39013 Blessing of the Dragon A blessing with which your HP and SP are immediately recovered to 100%. This item is tradeable. +39014 Scroll of War Improvement of items will succeed (100%). Only works on items +0 to +3. This item is tradeable. +39015 Stone of the Blacksmith At the blacksmith's you can create a blacksmith handbook with the help of this stone and a blessing scroll. This item is tradeable. +39016 Magic Iron Ore This ore, when combined with a blessing scroll, enables the crafting of a dragon scroll at the blacksmiths. This item is tradeable. +39017 Dragon God Life Increases your maximum HP by 20% for 30 minutes. This item is tradeable. +39018 Dragon God Attack Increases the damage you cause during a fight by 12-15% for 30 minutes. This item is tradeable. +39019 Dragon God Intelligence Increases your maximum SP by 20% for 30 minutes. This item is tradeable. +39020 Dragon God Defence Lowers the damage you receive during a fight by 12-15% for 30 minutes. This item is tradeable. +39021 Dragon God Support The vitality, strength, intelligence and dexterity of your character will temporarily quintuple. This item is tradeable. +39022 Dragon Scroll Eliminates the risk of destroying an item if the improvement fails. Only its quality will be decreased by 1. Additionally, the probability of a successful improvement will increase by 10%. This item is tradeable. +39023 Researcher's Elixir This elixir improves the quality of the research objects which you have collected, thereby increasing the likelihood that they will be accepted. This item is tradeable. +39024 Critical Strike Increases the chance of landing a critical hit by 20% for 10 minutes. This item is tradeable. +39025 Piercing Strike Increases the chance of a piercing hit by 20% for 10 minutes. This item is tradeable. +39026 Potion of Speed Boosts your motion speed by 60 for 30 minutes. This item is tradeable. +39027 Stone Handbook Removes all broken stones from an item. With that you will get another chance to improve your weapon or armour. This item is tradeable. +39028 Enchant Item Removes the bonuses from one of your items and adds new ones. This item is tradeable. +39029 Reinforce Item If you're lucky it will add a new bonus onto one of your items (up to a max. of 4 bonuses). This item is tradeable. +39030 Concentrated Reading Increases the chance of improving your talent when reading the next book (or Soul Stone) by 2.5 times. This item is tradeable. +39031 Potion of Haste This potion reduces the cooldown time of your abilities by 20 percent for 30 minutes. This item is tradeable. +39032 Fruit of Life Increases rank points by 2000 (cooldown time: 8 hours). This item is tradeable. +39033 Scroll of Correction This scroll allows you to remove the last successfully added Spirit Stone from an item. This item is tradeable. +39034 Horse Sugar This piece of sugar allows you to give your mount a name. It also increases is defence value by 20. This item is tradeable. +39035 Glass of Insight Allows you to show another player items from your inventory. The glass breaks in the process. This item is tradeable. +39036 Wind Shoes When the shoes are equipped, your movement speed increases by 30 for 30 game hours. This item is tradeable. +39037 Sun Elixir (S) Automatically refills your HP. Contains 1,000,000 HP. This item is tradeable. +39038 Sun Elixir (M) Automatically refills your HP. Contains 3,000,000 HP. This item is tradeable. +39039 Sun Elixir (L) Automatically refills your HP. Contains 7,000,000 HP. This item is tradeable. +39040 Moon Elixir (S) Automatically refills your SP. Contains 100,000 SP. This item is tradeable. +39041 Moon Elixir (M) Automatically refills your SP. Contains 300,000 SP. This item is tradeable. +39042 Moon Elixir (L) Automatically refills your SP. Contains 700,000 SP. This item is tradeable. +39043 Scroll of the Location The scroll enables your return to the location you last marked. This item is tradeable. +41001 Rabbit Costume (brown) Rabbit costume for men made from brown plush +41002 Bunny Costume (brown) Bunny costume for women made from brown plush +41003 Desert Warrior (M) Battle dress for men, to assist survival in the inhumane desert conditions. +41004 Desert Warrior (F) Battle dress for women, to assist survival in the inhumane desert conditions. +41005 Olym. Fencing Outfit (M) Sporty protective outfit for male fencers. +41006 Olym. Fencing Outfit (F) Sporty protective outfit for female fencers. +41007 GER Fencing Outfit (M) Sporty protective outfit for male fencers in the German national colours. +41008 GER Fencing Outfit (F) Sporty protective outfit for female fencers in the German national colours. +41009 TUR Fencing Outfit (M) Sporty protective outfit for male fencers in the Turkish national colours. +41010 TUR Fencing Outfit (F) Sporty protective outfit for female fencers in the Turkish national colours. +41011 BRA Fencing Outfit (M) Sporty protective outfit for male fencers in the Brazilian national colours. +41012 BRA Fencing Outfit (F) Sporty protective outfit for female fencers in the Brazilian national colours. +41013 Olym. Football Outfit(M) Neutral outfit for male footballers. +41014 Olym. Football Outfit(F) Neutral outfit for female footballers. +41015 GER Football Outfit (M) Outfit for male footballers in the German national colours. +41016 GER Football Outfit (F) Outfit for female footballers in the German national colours. +41017 TUR Football Outfit (M) Outfit for male footballers in the Turkish national colours. +41018 TUR Football Outfit (F) Outfit for female footballers in the Turkish national colours. +41019 BRA Football Outfit (M) Outfit for male footballers in the Brazilian national colours. +41020 BRA Football Outfit (F) Outfit for female footballers in the Brazilian national colours. +41021 Olym. Boxing Outfit (M) Fight-ready outfit for male boxers. +41022 Olym. Boxing Outfit (F) Fight-ready outfit for female boxers. +41023 GER Boxing Outfit (M) Fight-ready outfit for male boxers in the German national colours. +41024 GER Boxing Outfit (F) Fight-ready outfit for female boxers in the German national colours. +41025 TUR Boxing Outfit (M) Fight-ready outfit for male boxers in the Turkish national colours. +41026 TUR Boxing Outfit (F) Fight-ready outfit for female boxers in the Turkish national colours. +41027 BRA Boxing Outfit (M) Fight-ready outfit for male boxers in the Brazilian national colours. +41028 BRA Boxing Outfit (F) Fight-ready outfit for female boxers in the Brazilian national colours. +41029 Desert Warrior (M,Bonus) Battle dress for men, to assist survival in the inhumane desert conditions. Item is tradeable. +41030 Desert Warrior (F,Bonus) Battle dress for women, to assist survival in the inhumane desert conditions. Item is tradeable. +41031 Olym. Fencing Outfit (M) Sporty protective outfit for male fencers. Item is tradeable. +41032 Olym. Fencing Outfit (F) Sporty protective outfit for female fencers. Item is tradeable. +41033 GER Fencing Outfit (M) Sporty protective outfit for male fencers in the German national colours. Item is tradeable. +41034 GER Fencing Outfit (F) Sporty protective outfit for female fencers in the German national colours. Item is tradeable. +41035 TUR Fencing Outfit (M) Sporty protective outfit for male fencers in the Turkish national colours. Item is tradeable. +41036 TUR Fencing Outfit (F) Sporty protective outfit for female fencers in the Turkish national colours. Item is tradeable. +41037 BRA Fencing Outfit (M) Sporty protective outfit for male fencers in the Brazilian national colours. Item is tradeable. +41038 BRA Fencing Outfit (F) Sporty protective outfit for female fencers in the Brazilian national colours. Item is tradeable. +41039 Olym. Football Outfit(M) Neutral outfit for male footballers. Item is tradeable. +41040 Olym. Football Outfit(F) Neutral outfit for female footballers. Item is tradeable. +41041 GER Football Outfit (M) Outfit for male footballers in the German national colours. Item is tradeable. +41042 GER Football Outfit (F) Outfit for female footballers in the German national colours. Item is tradeable. +41043 TUR Football Outfit (M) Outfit for male footballers in the Turkish national colours. Item is tradeable. +41044 TUR Football Outfit (F) Outfit for female footballers in the Turkish national colours. Item is tradeable. +41045 BRA Football Outfit (M) Outfit for male footballers in the Brazilian national colours. Item is tradeable. +41046 BRA Football Outfit (F) Outfit for female footballers in the Brazilian national colours. Item is tradeable. +41047 Olym. Boxing Outfit (M) Fight-ready outfit for male boxers. Item is tradeable. +41048 Olym. Boxing Outfit (F) Fight-ready outfit for female boxers. Item is tradeable. +41049 GER Boxing Outfit (M) Fight-ready outfit for male boxers in the German national colours. Item is tradeable. +41050 GER Boxing Outfit (F) Fight-ready outfit for female boxers in the German national colours. Item is tradeable. +41051 TUR Boxing Outfit (M) Fight-ready outfit for male boxers in the Turkish national colours. Item is tradeable. +41052 TUR Boxing Outfit (F) Fight-ready outfit for female boxers in the Turkish national colours. Item is tradeable. +41053 BRA Boxing Outfit (M) Fight-ready outfit for male boxers in the Brazilian national colours. Item is tradeable. +41054 BRA Boxing Outfit (F) Fight-ready outfit for female boxers in the Brazilian national colours. Item is tradeable. +41055 FRA Fencing Outfit (M) Sporty protective outfit for male fencers in the French national colours. +41056 FRA Fencing Outfit (F) Sporty protective outfit for female fencers in the French national colours. +41057 ITA Fencing Outfit (M) Sporty protective outfit for male fencers in the Italian national colours. +41058 ITA Fencing Outfit (F) Sporty protective outfit for female fencers in the Italian national colours. +41059 POL Fencing Outfit (M) Sporty protective outfit for male fencers in the Polish national colours. +41060 POL Fencing Outfit (F) Sporty protective outfit for female fencers in the Polish national colours. +41061 ROU Fencing Outfit (M) Sporty protective outfit for male fencers in the Romanian national colours. +41062 ROU Fencing Outfit (F) Sporty protective outfit for female fencers in the Romanian national colours. +41063 ESP Fencing Outfit (M) Sporty protective outfit for male fencers in the Spanish national colours. +41064 ESP Fencing Oufit (F) Sporty protective outfit for female fencers in the Spanish national colours. +41065 FRA Football Outfit (M) Outfit for male footballers in the French national colours. +41066 FRA Football Outfit (F) Outfit for female footballers in the French national colours. +41067 ITA Football Outfit (M) Outfit for male footballers in the Italian national colours. +41068 ITA Football Outfit (F) Outfit for female footballers in the Italian national colours. +41069 POL Football Outfit (M) Outfit for male footballers in the Polish national colours. +41070 POL Football Outfit (F) Outfit for female footballers in the Polish national colours. +41071 ROU Football Outfit (M) Outfit for male footballers in the Romanian national colours. +41072 ROU Football Outfit (F) Outfit for female footballers in the Romanian national colours. +41073 ESP Football Outfit (M) Outfit for male footballers in the Spanish national colours. +41074 ESP Football Outfit (F) Outfit for female footballers in the Spanish national colours. +41075 FRA Boxing Outfit (M) Military outfit for male boxers in the French national colours. +41076 FRA Boxing Outfit (F) Military outfit for female boxers in the French national colours. +41077 ITA Boxing Outfit (M) Military outfit for male boxers in the Italian national colours. +41078 ITA Boxing Outfit (F) Military outfit for female boxers in the Italian national colours. +41079 POL Boxing Outfit (M) Military outfit for male boxers in the Polish national colours. +41080 POL Boxing Outfit (F) Military outfit for female boxers in the Polish national colours. +41081 ROU Boxing Outfit (M) Military outfit for male boxers in the Romanian national colours. +41082 ROU Boxing Outfit (F) Military outfit for female boxers in the Romanian national colours. +41083 ESP Boxing Outfit (M) Military outfit for male boxers in the Spanish national colours. +41084 ESP Boxing Outfit (F) Military outfit for female boxers in the Spanish national colours. +41085 FRA Fencing Outfit (M) Sporty protective outfit for male fencers in the French national colours. Item is tradeable. +41086 FRA Fencing Outfit (F) Sporty protective outfit for female fencers in the French national colours. Item is tradeable. +41087 ITA Fencing Outfit (M) Sporty protective outfit for male fencers in the Italian national colours. Item is tradeable. +41088 ITA Fencing Outfit (F) Sporty protective outfit for female fencers in the Italian national colours. Item is tradeable. +41089 POL Fencing Outfit (M) Sporty protective outfit for male fencers in the Polish national colours. Item is tradeable. +41090 POL Fencing Outfit (F) Sporty protective outfit for female fencers in the Polish national colours. Item is tradeable. +41091 ROU Fencing Outfit (M) Sporty protective outfit for male fencers in the Romanian national colours. Item is tradeable. +41092 ROU Fencing Outfit (F) Sporty protective outfit for female fencers in the Romanian national colours. Item is tradeable. +41093 ESP Fencing Outfit (M) Sporty protective outfit for male fencers in the Spanish national colours. Item is tradeable. +41094 ESP Fencing Outfit (F) Sporty protective outfit for female fencers in the Spanish national colours. Item is tradeable. +41095 FRA Football Outfit (M) Outfit for male footballers in the French national colours. Item is tradeable. +41096 FRA Football Outfit (F) Outfit for female footballers in the French national colours. Item is tradeable. +41097 ITA Football Outfit (M) Outfit for male footballers in the Italian national colours. Item is tradeable. +41098 ITA Football Outfit (F) Outfit for female footballers in the Italian national colours. Item is tradeable. +41099 POL Football Outfit (M) Outfit for male footballers in the Polish national colours. Item is tradeable. +41100 POL Football Outfit (F) Outfit for female footballers in the Polish national colours. Item is tradeable. +41101 ROU Football Outfit (M) Outfit for male footballers in the Romanian national colours. Item is tradeable. +41102 ROU Football Outfit (F) Outfit for female footballers in the Romanian national colours. Item is tradeable. +41103 ESP Football Outfit (M) Outfit for male footballers in the Spanish national colours. Item is tradeable. +41104 ESP Football Outfit (F) Outfit for female footballers in the Spanish national colours. Item is tradeable. +41105 FRA Boxing Outfit (M) Military outfit for male boxers in the French national colours. Item is tradeable. +41106 FRA Boxing Outfit (F) Military outfit for female boxers in the French national colours. Item is tradeable. +41107 ITA Boxing Outfit (M) Military outfit for male boxers in the Italian national colours. Item is tradeable. +41108 ITA Boxing Outfit (F) Military outfit for female boxers in the Italian national colours. Item is tradeable. +41109 POL Boxing Outfit (M) Military outfit for male boxers in the Polish national colours. Item is tradeable. +41110 POL Boxing Outfit (F) Military outfit for female boxers in the Polish national colours. Item is tradeable. +41111 ROU Boxing Outfit (M) Military outfit for male boxers in the Romanian national colours. Item is tradeable. +41112 ROU Boxing Outfit (F) Military outfit for female boxers in the Romanian national colours. Item is tradeable. +41113 ESP Boxing Outfit (M) Military outfit for male boxers in the Spanish national colours. Item is tradeable. +41114 ESP Boxing Outfit (F) Military outfit for female boxers in the Spanish national colours. Item is tradeable. +41117 Musketeer Costume Extravagant suit in the musketeers' style +41118 Maid Uniform Black dress with a white apron in the style of a French maid. +41119 Salsa Suit Skin-tight, orange-black suit for Latin-American dancers. +41120 Salsa Dress Skin-tight, red dance dress with black gloves +41121 Gentleman's Suit Elegant suit for men of good conduct +41122 Cocktail Dress Sky blue dress with a bow and matching strappy sandals +41125 Pumpkin Tuxedo A classic eye-catcher - newly interpreted for this special occasion. +41126 Pumpkin Dress A classic eye-catcher - newly interpreted for this special occasion. +41129 Musketeer Costume + Extravagant suit in the musketeers' style. Provides you with at least one random bonus. Item is tradeable. +41130 Maid Uniform + Black dress with a white apron in the style of a French maid. Provides you with at least one random bonus. Item is tradeable. +41131 Salsa Suit + Skin-tight, orange-black suit for Latin-American dancers. Provides you with at least one random bonus. Item is tradeable. +41132 Salsa Dress + Skin-tight, red dance dress with black gloves. Provides you with at least one random bonus. Item is tradeable. +41133 Gentleman's Suit + Elegant suit for men of good conduct. Provides you with at least one random bonus. Item is tradeable. +41134 Cocktail Dress + Sky blue dress with a bow and matching strappy sandals. Provides you with at least one random bonus. Item is tradeable. +41135 Pumpkin Tuxedo (Bonus) A classic eye-catcher - newly interpreted for this special occasion. This costume provides you with a random bonus. +41136 Pumpkin Dress (Bonus) A classic eye-catcher - newly interpreted for this special occasion. This costume provides you with a random bonus. +41137 Christmas Costume (red) Christmassy suit made of red velvet and white plush. +41138 Christmas Dress (red) Christmassy minidress made of red velvet and white plush. +41139 Christmas Costume(green) Christmassy suit made of green velvet and white plush. +41140 Christmas Dress (green) Christmassy minidress made of green velvet and white plush. +41141 Christmas Costume(black) Christmassy suit made of black velvet and white plush. +41142 Christmas Dress (black) Christmassy minidress made of black velvet and white plush. +41143 Reindeer Costume (M) Costume for him, made of soft plush with a fluffy tail and bell. +41144 Reindeer Costume (F) Costume for her, made of soft plush with a fluffy tail and bell. +41145 Christmas Costume+ (red) Christmassy suit made of red velvet and white plush. Provides you with at least one random bonus. Item is tradeable. +41146 Christmas Dress+ (red) Christmassy minidress made of red velvet and white plush. Provides you with at least one random bonus. Item is tradeable. +41147 Christmas Costume+(grn.) Christmassy suit made of green velvet and white plush. Provides you with at least one random bonus. Item is tradeable. +41148 Christmas Dress+ (green) Christmassy minidress made of green velvet and white plush. Provides you with at least one random bonus. Item is tradeable. +41149 Christmas Costume+(blk.) Christmassy suit made of black velvet and white plush. Provides you with at least one random bonus. Item is tradeable. +41150 Christmas Dress+ (black) Christmassy minidress made of black velvet and white plush. Provides you with at least one random bonus. Item is tradeable. +41151 Reindeer Costume+ (M) Costume for him, made of soft plush with a fluffy tail and bell. Provides you with at least one random bonus. Item is tradeable. +41152 Reindeer Costume+ (F) Costume for her, made of soft plush with a fluffy tail and bell. Provides you with at least one random bonus. Item is tradeable. +41153 AC Miryang (M) Football kit set in black and red for men +41154 AC Miryang (F) Football kit set in black and red for women +41155 AFC Yayang (M) Football kit set in white and red for men +41156 AFC Yayang (F) Football kit set in white and red for women +41157 RSC Snakefield (M) Football kit set in violet and white for men +41158 RSC Snakefield (F) Football kit set in violet and white for women +41159 Yongan FC (M) Football kit set in red and white for men +41160 Yongan FC (F) Football kit set in red and white for women +41161 FC Bakra (M) Football kit set in dark blue and red for men +41162 FC Bakra (F) Football kit set in dark blue and red for women +41163 FC Bokjung (M) Football kit set in yellow and blue for men +41164 FC Bokjung (F) Football kit set in yellow and blue for women +41165 FC Bavaria Hwang (M) Football kit set in red and gold for men +41166 FC Bavaria Hwang (F) Football kit set in red and gold for women +41167 Borussia Chunjo (M) Football kit set in black and yellow for men +41168 Borussia Chunjo (F) Football kit set in black and yellow for women +41169 SC Doyyum (M) Football kit set in red and white for men +41170 SC Doyyum (F) Football kit set in red and white for women +41171 Hasun Dong FC (M) Football kit set in green and white for men +41172 Hasun Dong FC (F) Football kit set in green and white for women +41173 CFR Dragon Fire 07 (M) Football kit set in bordeaux for men +41174 CFR Dragon Fire 07 (F) Football kit set in bordeaux for women +41175 Daeyami FC (M) Football kit set in blue for men +41176 Daeyami FC (F) Football kit set in blue for women +41177 GNK Kuahlo Dong (M) Football kit set in blue and white for men +41178 GNK Kuahlo Dong (F) Football kit set in blue and white for women +41179 1927 Imha (M) Football kit set in white and blue for men +41180 1927 Imha (F) Football kit set in white and blue for women +41181 FC Ice Land (M) Football kit set in red for men +41182 FC Ice Land (F) Football kit set in red for women +41183 FC Gumsan (M) Football kit set in white and blue for men +41184 FC Gumsan (F) Football kit set in white and blue for women +41185 Galawaryong (M) Football kit set in yellow and red for men +41186 Galawaryong (F) Football kit set in yellow and red for women +41187 Juventus Yongbi (M) Football kit set in black and white for men +41188 Juventus Yongbi (F) Football kit set in black and white for women +41189 OSC Lungsam (M) Football kit set in red and dark blue for men +41190 OSC Lungsam (F) Football kit set in red and dark blue for women +41191 Doyyumhwan CF (M) Football kit set in light blue and white for men +41192 Doyyumhwan CF (F) Football kit set in light blue and white for women +41193 Nephrite City FC (M) Football kit set in light blue and white for men +41194 Nephrite City FC (F) Football kit set in light blue and white for women +41195 Shinsoo United (M) Football kit set in red and white for men +41196 Shinsoo United (F) Football kit set in red and white for women +41197 Dragon Valley SC (M) Football kit set in dark blue and orange for men +41198 Dragon Valley SC (F) Football kit set in dark blue and orange for women +41199 Thunder Mountains FC (M) Football kit set in red and white for men +41200 Thunder Mountains FC (F) Football kit set in red and white for women +41201 Pyungmoo Saint Hwang (M) Football kit set in dark blue for men +41202 Pyungmoo Saint Hwang (F) Football kit set in dark blue for women +41203 Real Sohan (M) Football kit set in white for men +41204 Real Sohan (F) Football kit set in white for women +41205 FC Jinno 04 (M) Football kit set in royal blue and white for men +41206 FC Jinno 04 (F) Football kit set in royal blue and white for women +41207 FC Sangsun Dong (M) Football kit set in black and orange for men +41208 FC Sangsun Dong (F) Football kit set in black and orange for women +41209 SL Jungsun Dong (M) Football kit set in red and white for men +41210 SL Jungsun Dong (F) Football kit set in red and white for women +41211 Spartak Jungrang (M) Football kit set in red and white for men +41212 Spartak Jungrang (F) Football kit set in red and white for women +41213 Fireland CF (M) Football kit set in white and black for men +41214 Fireland CF (F) Football kit set in white and black for women +41215 FC St. Seungryong (M) Football kit set in blue for men +41216 FC St. Seungryong (F) Football kit set in blue for women +41217 AC Miryang+ (M) Football kit set in black and red for men. Provides you with at least one random bonus. +41218 AC Miryang+ (F) Football kit set in black and red for women. Provides you with at least one random bonus. +41219 AFC Yayang+ (M) Football kit set in white and red for men. Provides you with at least one random bonus. +41220 AFC Yayang+ (F) Football kit set in white and red for women. Provides you with at least one random bonus. +41221 RSC Snakefield+ (M) Football kit set in violet and white for men. Provides you with at least one random bonus. +41222 RSC Snakefield+ (F) Football kit set in violet and white for women. Provides you with at least one random bonus. +41223 Yongan FC+ (M) Football kit set in red and white for men. Provides you with at least one random bonus. +41224 Yongan FC+ (F) Football kit set in red and white for women. Provides you with at least one random bonus. +41225 FC Bakra+ (M) Football kit set in dark blue and red for men. Provides you with at least one random bonus. +41226 FC Bakra+ (F) Football kit set in dark blue and red for women. Provides you with at least one random bonus. +41227 FC Bokjung+ (M) Football kit set in yellow and blue for men. Provides you with at least one random bonus. +41228 FC Bokjung+ (F) Football kit set in yellow and blue for women. Provides you with at least one random bonus. +41229 FC Bavaria Hwang+ (M) Football kit set in red and gold for men. Provides you with at least one random bonus. +41230 FC Bavaria Hwang+ (F) Football kit set in red and gold for women. Provides you with at least one random bonus. +41231 Borussia Chunjo+ (M) Football kit set in black and yellow for men. Provides you with at least one random bonus. +41232 Borussia Chunjo+ (F) Football kit set in black and yellow for women. Provides you with at least one random bonus. +41233 SC Doyyum+ (M) Football kit set in red and white for men. Provides you with at least one random bonus. +41234 SC Doyyum+ (F) Football kit set in red and white for women. Provides you with at least one random bonus. +41235 Hasun Dong FC+ (M) Football kit set in green and white for men. Provides you with at least one random bonus. +41236 Hasun Dong FC+ (F) Football kit set in green and white for women. Provides you with at least one random bonus. +41237 CFR Dragon Fire 07+ (M) Football kit set in bordeaux for men. Provides you with at least one random bonus. +41238 CFR Dragon Fire 07+ (F) Football kit set in bordeaux for women. Provides you with at least one random bonus. +41239 Daeyami FC+ (M) Football kit set in blue for men. Provides you with at least one random bonus. +41240 Daeyami FC+ (F) Football kit set in blue for women. Provides you with at least one random bonus. +41241 GNK Kuahlo Dong+ (M) Football kit set in blue and white for men. Provides you with at least one random bonus. +41242 GNK Kuahlo Dong+ (F) Football kit set in blue and white for women. Provides you with at least one random bonus. +41243 1927 Imha+ (M) Football kit set in white and blue for men. Provides you with at least one random bonus. +41244 1927 Imha+ (F) Football kit set in white and blue for women. Provides you with at least one random bonus. +41245 FC Ice Land+ (M) Football kit set in red for men. Provides you with at least one random bonus. +41246 FC Ice Land+ (F) Football kit set in red for women. Provides you with at least one random bonus. +41247 FC Gumsan+ (M) Football kit set in white and blue for men. Provides you with at least one random bonus. +41248 FC Gumsan+ (F) Football kit set in white and blue for women. Provides you with at least one random bonus. +41249 Galawaryong+ (M) Football kit set in yellow and red for men. Provides you with at least one random bonus. +41250 Galawaryong+ (F) Football kit set in yellow and red for women. Provides you with at least one random bonus. +41251 Juventus Yongbi+ (M) Football kit set in black and white for men. Provides you with at least one random bonus. +41252 Juventus Yongbi+ (F) Football kit set in black and white for women. Provides you with at least one random bonus. +41253 OSC Lungsam+ (M) Football kit set in red and dark blue for men. Provides you with at least one random bonus. +41254 OSC Lungsam+ (F) Football kit set in red and dark blue for women. Provides you with at least one random bonus. +41255 Doyyumhwan CF+ (M) Football kit set in light blue and white for men. Provides you with at least one random bonus. +41256 Doyyumhwan CF+ (F) Football kit set in light blue and white for women. Provides you with at least one random bonus. +41257 Nephrite City FC+ (M) Football kit set in light blue and white for men. Provides you with at least one random bonus. +41258 Nephrite City FC+ (F) Football kit set in light blue and white for women. Provides you with at least one random bonus. +41259 Shinsoo United+ (M) Football kit set in red and white for men. Provides you with at least one random bonus. +41260 Shinsoo United+ (F) Football kit set in red and white for women. Provides you with at least one random bonus. +41261 Dragon Valley SC+ (M) Football kit set in dark blue and orange for men. Provides you with at least one random bonus. +41262 Dragon Valley SC+ (F) Football kit set in dark blue and orange for women. Provides you with at least one random bonus. +41263 Thunder Mountains FC+ (M) Football kit set in red and white for men. Provides you with at least one random bonus. +41264 Thunder Mountains FC+ (F) Football kit set in red and white for women. Provides you with at least one random bonus. +41265 Pyungmoo Saint Hwang+ (M) Football kit set in dark blue for men. Provides you with at least one random bonus. +41266 Pyungmoo Saint Hwang+ (F) Football kit set in dark blue for women. Provides you with at least one random bonus. +41267 Real Sohan+ (M) Football kit set in white for men. Provides you with at least one random bonus. +41268 Real Sohan+ (F) Football kit set in white for women. Provides you with at least one random bonus. +41269 FC Jinno 04+ (M) Football kit set in royal blue and white for men. Provides you with at least one random bonus. +41270 FC Jinno 04+ (F) Football kit set in royal blue and white for women. Provides you with at least one random bonus. +41271 FC Sangsun Dong+ (M) Football kit set in black and orange for men. Provides you with at least one random bonus. +41272 FC Sangsun Dong+ (F) Football kit set in black and orange for women. Provides you with at least one random bonus. +41273 SL Jungsun Dong+ (M) Football kit set in red and white for men. Provides you with at least one random bonus. +41274 SL Jungsun Dong+ (F) Football kit set in red and white for women. Provides you with at least one random bonus. +41275 Spartak Jungrang+ (M) Football kit set in red and white for men. Provides you with at least one random bonus. +41276 Spartak Jungrang+ (F) Football kit set in red and white for women. Provides you with at least one random bonus. +41277 Fireland CF+ (M) Football kit set in white and black for men. Provides you with at least one random bonus. +41278 Fireland CF+ (F) Football kit set in white and black for women. Provides you with at least one random bonus. +41279 FC St. Seungryong+ (M) Football kit set in blue for men. Provides you with at least one random bonus. +41280 FC St. Seungryong+ (F) Football kit set in blue for women. Provides you with at least one random bonus. +41291 Rabbit Costume (black) Rabbit costume for men made from black plush +41292 Rabbit Costume (blue) Rabbit costume for men made from blue plush +41293 Rabbit Costume (green) Rabbit costume for men made from green plush +41294 Rabbit Costume (pink) Rabbit costume for men made from pink-coloured plush +41295 Bunny Costume (black) Bunny costume for women made from black plush +41296 Bunny Costume (blue) Bunny costume for women made from blue plush +41297 Bunny Costume (green) Bunny costume for women made from green plush +41298 Bunny Costume (pink) Bunny costume for women made from pink-coloured plush +41299 Rabbit Costume+ (black) Rabbit costume for men made from black plush. Provides you with at least one random bonus. +41300 Rabbit Costume+ (blue) Rabbit costume for men made from blue plush. Provides you with at least one random bonus. +41301 Rabbit Costume+ (green) Rabbit costume for men made from green plush. Provides you with at least one random bonus. +41302 Rabbit Costume+ (pink) Rabbit costume for men made from pink-coloured plush. Provides you with at least one random bonus. +41303 Bunny Costume+ (black) Bunny costume for women made from black plush. Provides you with at least one random bonus. +41304 Bunny Costume+ (blue) Bunny costume for women made from blue plush. Provides you with at least one random bonus. +41305 Bunny Costume+ (green) Bunny costume for women made from green plush. Provides you with at least one random bonus. +41306 Bunny Costume+ (pink) Bunny costume for women made from pink-coloured plush. Provides you with at least one random bonus. +41307 Cobra Outfit (m) Black shimmering outfit with snake symbols. +41308 Cobra Outfit (f) Black shimmering outfit with snake symbols. +41309 Cobra Outfit+ (m) Black shimmering outfit with snake symbols. Provides you with at least one random bonus. +41310 Cobra Outfit+ (f) Black shimmering outfit with snake symbols. Provides you with at least one random bonus. +41311 Desert Warrior (M, blk) Black battle clothing for men. +41312 Desert Warrior (F, blk) Black battle clothing for women. +41313 Desert Warrior+ (M, blk) Black battle clothing for men. Provides you with at least one random bonus. +41314 Desert Warrior+ (F, blk) Black battle clothing for women. Provides you with at least one random bonus. +41315 Azrael's Armour (m) Steely armour belonging to the infamous demon leader. +41316 Azrael's Armour (f) Steely armour belonging to the infamous demon leader. +41317 Azrael's Armour+ (m) Steely armour belonging to the infamous demon leader. Provides you with at least one random bonus. +41318 Azrael's Armour+ (f) Steely armour belonging to the infamous demon leader. Provides you with at least one random bonus. +41320 Pumpkin Jack Suit (m) Spookily superb Halloween costume +41321 Pumpkin Jack Dress (f) Spookily superb Halloween costume +41322 Pumpkin Jack Suit+ (m) Spookily superb Halloween costume. Provides you with at least one random bonus. Item is tradeable. +41323 Pumpkin Jack Dress+ (f) Spookily superb Halloween costume. Provides you with at least one random bonus. Item is tradeable. +41324 +41325 +41326 ---seg--- Provides you with at least one random bonus. +41327 ---seg--- Provides you with at least one random bonus. +41328 ALG World Cup Kit (M) World Cup football kit in the Algerian national colours +41329 ALG World Cup Kit (F) World Cup football kit in the Algerian national colours +41330 ARG World Cup Kit (M) World Cup football kit in the Argentinian national colours +41331 ARG World Cup Kit (F) World Cup football kit in the Argentinian national colours +41332 AUS World Cup Kit (M) World Cup football kit in the Australian national colours +41333 AUS World Cup Kit (F) World Cup football kit in the Australian national colours +41334 BEL World Cup Kit (M) World Cup football kit in the Belgian national colours +41335 BEL World Cup Kit (F) World Cup football kit in the Belgian national colours +41336 BIH World Cup Kit (M) World Cup football kit in the Bosnian-Herzegovinian national colours +41337 BIH World Cup Kit (F) World Cup football kit in the Bosnian-Herzegovinian national colours +41338 BRA World Cup Kit (M) World Cup football kit in the Brazilian national colours +41339 BRA World Cup Kit (F) World Cup football kit in the Brazilian national colours +41340 CMR World Cup Kit (M) World Cup football kit in the Cameroonian national colours +41341 CMR World Cup Kit (F) World Cup football kit in the Cameroonian national colours +41342 CHI World Cup Kit (M) World Cup football kit in the Chilean national colours +41343 CHI World Cup Kit (F) World Cup football kit in the Chilean national colours +41344 COL World Cup Kit (M) World Cup football kit in the Columbian national colours +41345 COL World Cup Kit (F) World Cup football kit in the Columbian national colours +41346 CRC World Cup Kit (M) World Cup football kit in the Costa Rican national colours +41347 CRC World Cup Kit (F) World Cup football kit in the Costa Rican national colours +41348 CIV World Cup Kit (M) World Cup football kit in the Ivorian national colours +41349 CIV World Cup Kit (F) World Cup football kit in the Ivorian national colours +41350 CRO World Cup Kit (M) World Cup football kit in the Croatian national colours +41351 CRO World Cup Kit (F) World Cup football kit in the Croatian national colours +41352 ECU World Cup Kit (M) World Cup football kit in the Ecuadorian national colours +41353 ECU World Cup Kit (F) World Cup football kit in the Ecuadorian national colours +41354 ENG World Cup Kit (M) World Cup football kit in the English national colours +41355 ENG World Cup Kit (F) World Cup football kit in the English national colours +41356 FRA World Cup Kit (M) World Cup football kit in the French national colours +41357 FRA World Cup Kit (F) World Cup football kit in the French national colours +41358 GER World Cup Kit (M) World Cup football kit in the German national colours +41359 GER World Cup Kit (F) World Cup football kit in the German national colours +41360 GHA World Cup Kit (M) World Cup football kit in the Ghanaian national colours +41361 GHA World Cup Kit (F) World Cup football kit in the Ghanaian national colours +41362 GRE World Cup Kit (M) World Cup football kit in the Greek national colours +41363 GRE World Cup Kit (F) World Cup football kit in the Greek national colours +41364 HON World Cup Kit (M) World Cup football kit in the Honduran national colours +41365 HON World Cup Kit (F) World Cup football kit in the Honduran national colours +41366 IRN World Cup Kit (M) World Cup football kit in the Iranian national colours +41367 IRN World Cup Kit (F) World Cup football kit in the Iranian national colours +41368 ITA World Cup Kit (M) World Cup football kit in the Italian national colours +41369 ITA World Cup Kit (F) World Cup football kit in the Italian national colours +41370 JPN World Cup Kit (M) World Cup football kit in the Japanese national colours +41371 JPN World Cup Kit (F) World Cup football kit in the Japanese national colours +41372 KOR World Cup Kit (M) World Cup football kit in the Korean national colours +41373 KOR World Cup Kit (F) World Cup football kit in the Korean national colours +41374 MEX World Cup Kit (M) World Cup football kit in the Mexican national colours +41375 MEX World Cup Kit (F) World Cup football kit in the Mexican national colours +41376 NED World Cup Kit (M) World Cup football kit in the Dutch national colours +41377 NED World Cup Kit (F) World Cup football kit in the Dutch national colours +41378 NGA World Cup Kit (M) World Cup football kit in the Nigerian national colours +41379 NGA World Cup Kit (F) World Cup football kit in the Nigerian national colours +41380 POR World Cup Kit (M) World Cup football kit in the Portuguese national colours +41381 POR World Cup Kit (F) World Cup football kit in the Portuguese national colours +41382 RUS World Cup Kit (M) World Cup football kit in the Russian national colours +41383 RUS World Cup Kit (F) World Cup football kit in the Russian national colours +41384 ESP World Cup Kit (M) World Cup football kit in the Spanish national colours +41385 ESP World Cup Kit (F) World Cup football kit in the Spanish national colours +41386 SUI World Cup Kit (M) World Cup football kit in the Swiss national colours +41387 SUI World Cup Kit (F) World Cup football kit in the Swiss national colours +41388 URU World Cup Kit (M) World Cup football kit in the Uruguayan national colours +41389 URU World Cup Kit (F) World Cup football kit in the Uruguayan national colours +41390 USA World Cup Kit (M) World Cup football kit in the US national colours +41391 USA World Cup Kit (F) World Cup football kit in the US national colours +41392 ALG W. Cup Kit (M/Bonus) World Cup football kit in the Algerian national colours. Provides you with at least one random bonus. +41393 ALG W. Cup Kit (F/Bonus) World Cup football kit in the Algerian national colours. Provides you with at least one random bonus. +41394 ARG W. Cup Kit (M/Bonus) World Cup football kit in the Argentinian national colours. Provides you with at least one random bonus. +41395 ARG W. Cup Kit (F/Bonus) World Cup football kit in the Argentinian national colours. Provides you with at least one random bonus. +41396 AUS W. Cup Kit (M/Bonus) World Cup football kit in the Australian national colours. Provides you with at least one random bonus. +41397 AUS W. Cup Kit (F/Bonus) World Cup football kit in the Australian national colours. Provides you with at least one random bonus. +41398 BEL W. Cup Kit (M/Bonus) World Cup football kit in the Belgian national colours. Provides you with at least one random bonus. +41399 BEL W. Cup Kit (F/Bonus) World Cup football kit in the Belgian national colours. Provides you with at least one random bonus. +41400 BIH W. Cup Kit (M/Bonus) World Cup football kit in the Bosnian-Herzegovinian national colours. Provides you with at least one random bonus. +41401 BIH W. Cup Kit (F/Bonus) World Cup football kit in the Bosnian-Herzegovinian national colours. Provides you with at least one random bonus. +41402 BRA W. Cup Kit (M/Bonus) World Cup football kit in the Brazilian national colours. Provides you with at least one random bonus. +41403 BRA W. Cup Kit (F/Bonus) World Cup football kit in the Brazilian national colours. Provides you with at least one random bonus. +41404 CMR W. Cup Kit (M/Bonus) World Cup football kit in the Cameroonian national colours. Provides you with at least one random bonus. +41405 CMR W. Cup Kit (F/Bonus) World Cup football kit in the Cameroonian national colours. Provides you with at least one random bonus. +41406 CHI W. Cup Kit (M/Bonus) World Cup football kit in the Chilean national colours. Provides you with at least one random bonus. +41407 CHI W. Cup Kit (F/Bonus) World Cup football kit in the Chilean national colours. Provides you with at least one random bonus. +41408 COL W. Cup Kit (M/Bonus) World Cup football kit in the Columbian national colours. Provides you with at least one random bonus. +41409 COL W. Cup Kit (F/Bonus) World Cup football kit in the Columbian national colours. Provides you with at least one random bonus. +41410 CRC W. Cup Kit (M/Bonus) World Cup football kit in the Costa Rican national colours. Provides you with at least one random bonus. +41411 CRC W. Cup Kit (F/Bonus) World Cup football kit in the Costa Rican national colours. Provides you with at least one random bonus. +41412 CIV W. Cup Kit (M/Bonus) World Cup football kit in the Ivorian national colours. Provides you with at least one random bonus. +41413 CIV W. Cup Kit (F/Bonus) World Cup football kit in the Ivorian national colours. Provides you with at least one random bonus. +41414 CRO W. Cup Kit (M/Bonus) World Cup football kit in the Croatian national colours. Provides you with at least one random bonus. +41415 CRO W. Cup Kit (F/Bonus) World Cup football kit in the Croatian national colours. Provides you with at least one random bonus. +41416 ECU W. Cup Kit (M/Bonus) World Cup football kit in the Ecuadorian national colours. Provides you with at least one random bonus. +41417 ECU W. Cup Kit (F/Bonus) World Cup football kit in the Ecuadorian national colours. Provides you with at least one random bonus. +41418 ENG W. Cup Kit (M/Bonus) World Cup football kit in the English national colours. Provides you with at least one random bonus. +41419 ENG W. Cup Kit (F/Bonus) World Cup football kit in the English national colours. Provides you with at least one random bonus. +41420 FRA W. Cup Kit (M/Bonus) World Cup football kit in the French national colours. Provides you with at least one random bonus. +41421 FRA W. Cup Kit (F/Bonus) World Cup football kit in the French national colours. Provides you with at least one random bonus. +41422 GER W. Cup Kit (M/Bonus) World Cup football kit in the German national colours. Provides you with at least one random bonus. +41423 GER W. Cup Kit (F/Bonus) World Cup football kit in the German national colours. Provides you with at least one random bonus. +41424 GHA W. Cup Kit (M/Bonus) World Cup football kit in the Ghanaian national colours. Provides you with at least one random bonus. +41425 GHA W. Cup Kit (F/Bonus) World Cup football kit in the Ghanaian national colours. Provides you with at least one random bonus. +41426 GRE W. Cup Kit (M/Bonus) World Cup football kit in the Greek national colours. Provides you with at least one random bonus. +41427 GRE W. Cup Kit (F/Bonus) World Cup football kit in the Greek national colours. Provides you with at least one random bonus. +41428 HON W. Cup Kit (M/Bonus) World Cup football kit in the Honduran national colours. Provides you with at least one random bonus. +41429 HON W. Cup Kit (F/Bonus) World Cup football kit in the Honduran national colours. Provides you with at least one random bonus. +41430 IRN W. Cup Kit (M/Bonus) World Cup football kit in the Iranian national colours. Provides you with at least one random bonus. +41431 IRN W. Cup Kit (F/Bonus) World Cup football kit in the Iranian national colours. Provides you with at least one random bonus. +41432 ITA W. Cup Kit (M/Bonus) World Cup football kit in the Italian national colours. Provides you with at least one random bonus. +41433 ITA W. Cup Kit (F/Bonus) World Cup football kit in the Italian national colours. Provides you with at least one random bonus. +41434 JPN W. Cup Kit (M/Bonus) World Cup football kit in the Japanese national colours. Provides you with at least one random bonus. +41435 JPN W. Cup Kit (F/Bonus) World Cup football kit in the Japanese national colours. Provides you with at least one random bonus. +41436 KOR W. Cup Kit (M/Bonus) World Cup football kit in the Korean national colours. Provides you with at least one random bonus. +41437 KOR W. Cup Kit (F/Bonus) World Cup football kit in the Korean national colours. Provides you with at least one random bonus. +41438 MEX W. Cup Kit (M/Bonus) World Cup football kit in the Mexican national colours. Provides you with at least one random bonus. +41439 MEX W. Cup Kit (F/Bonus) World Cup football kit in the Mexican national colours. Provides you with at least one random bonus. +41440 NED W. Cup Kit (M/Bonus) World Cup football kit in the Dutch national colours. Provides you with at least one random bonus. +41441 NED W. Cup Kit (F/Bonus) World Cup football kit in the Dutch national colours. Provides you with at least one random bonus. +41442 NGA W. Cup Kit (M/Bonus) World Cup football kit in the Nigerian national colours. Provides you with at least one random bonus. +41443 NGA W. Cup Kit (F/Bonus) World Cup football kit in the Nigerian national colours. Provides you with at least one random bonus. +41444 POR W. Cup Kit (M/Bonus) World Cup football kit in the Portuguese national colours. Provides you with at least one random bonus. +41445 POR W. Cup Kit (F/Bonus) World Cup football kit in the Portuguese national colours. Provides you with at least one random bonus. +41446 RUS W. Cup Kit (M/Bonus) World Cup football kit in the Russian national colours. Provides you with at least one random bonus. +41447 RUS W. Cup Kit (F/Bonus) World Cup football kit in the Russian national colours. Provides you with at least one random bonus. +41448 ESP W. Cup Kit (M/Bonus) World Cup football kit in the Spanish national colours. Provides you with at least one random bonus. +41449 ESP W. Cup Kit (F/Bonus) World Cup football kit in the Spanish national colours. Provides you with at least one random bonus. +41450 SUI W. Cup Kit (M/Bonus) World Cup football kit in the Swiss national colours. Provides you with at least one random bonus. +41451 SUI W. Cup Kit (F/Bonus) World Cup football kit in the Swiss national colours. Provides you with at least one random bonus. +41452 URU W. Cup Kit (M/Bonus) World Cup football kit in the Uruguayan national colours. Provides you with at least one random bonus. +41453 URU W. Cup Kit (F/Bonus) World Cup football kit in the Uruguayan national colours. Provides you with at least one random bonus. +41454 USA W. Cup Kit (M/Bonus) World Cup football kit in the US national colours. Provides you with at least one random bonus. +41455 USA W. Cup Kit (F/Bonus) World Cup football kit in the US national colours. Provides you with at least one random bonus. +45001 Bunny Ears (brown) Brown Bunny Ears for women +45002 Rabbit Ears (brown) Brown hat with rabbit ears for men +45003 Headdress (M) A headdress for men made from the finest materials. +45004 Headdress (F) A headdress for women made from the finest materials. +45005 LotoShosi (M) Long on top and short at the sides - an extravagant side cut for men. +45006 Fencing Hairstyle (F) A sporty hairstyle for female fencers. +45007 Mohican (M) Hair cut in the Iroquois style. Hair is mohawked with the sides shaved short. +45008 Football Hair GER (F) A sporty hairstyle with a hairband for female footballers in the German national colours. +45009 Dreadlocks (M) The long hair is knitted into Rasta locks and is then tied together at the back of the head. +45010 Boxing Hair GER (F) A sporty hairstyle with a hairband for female boxers in the German national colours. +45011 Headdress (M) A headdress for men made from the finest materials. Item is tradeable. +45012 Headdress (F) A headdress for women made from the finest materials. Item is tradeable. +45013 LotoShosi (M) Long on top and short at the sides - an extravagant side cut for men. Item is tradeable. +45014 Fencing Hairstyle (F) A sporty hairstyle for female fencers. Item is tradeable. +45015 Mohican (M) Hair cut in the Iroquois style. Hair is mohawked with the sides shaved short. Item is tradeable. +45016 Football Hair GER (F) A sporty hairstyle with a hairband for female footballers in the German national colours. Item is tradeable. +45017 Dreadlocks (M) The long hair is knitted into Rasta locks and is then tied together at the back of the head. Item is tradeable. +45018 Boxing Hair GER (F) A sporty hairstyle with a hairband for female boxers in the German national colours. Item is tradeable. +45019 Boxing Hair TUR (F) A sporty hairstyle with a hairband for female boxers in the Turkish national colours. +45020 Boxing Hair BRA (F) A sporty hairstyle with a hairband for female boxers in the Brazilian national colours. +45021 Olympic Boxing Hair (F) A sporty hairstyle with a colourful hairband for female boxers. +45022 Boxing Hair FRA (F) A sporty hairstyle with a hairband for female boxers in the French national colours. +45023 Boxing Hair ITA (F) A sporty hairstyle with a hairband for female boxers in the Italian national colours. +45024 Boxing Hair POL (F) A sporty hairstyle with a hairband for female boxers in the Polish national colours. +45025 Boxing Hair ROU (F) A sporty hairstyle with a hairband for female boxers in the Romanian national colours. +45026 Boxing Hair ESP (F) A sporty hairstyle with a hairband for female boxers in the Spanish national colours. +45027 Football Hair TUR (F) A sporty hairstyle with a hairband for female footballers in the Turkish national colours. +45028 Football Hair BRA (F) A sporty hairstyle with a hairband for female footballers in the Brazilian national colours. +45029 Olym. Football Hair (F) A sporty hairstyle with a colourful hairband for female footballers. +45030 Football Hair FRA (F) A sporty hairstyle with a hairband for female footballers in the French national colours. +45031 Football Hair ITA (F) A sporty hairstyle with a hairband for female footballers in the Italian national colours. +45032 Football Hair POL (F) A sporty hairstyle with a hairband for female footballers in the Polish national colours. +45033 Football Hair ROU (F) A sporty hairstyle with a hairband for female footballers in the Romanian national colours. +45034 Football Hair ESP (F) A sporty hairstyle with a hairband for female footballers in the Spanish national colours. +45035 Boxing Hair TUR (F) A sporty hairstyle with a hairband for female boxers in the Turkish national colours. +45036 Boxing Hair BRA (F) A sporty hairstyle with a hairband for female boxers in the Brazilian national colours. +45037 Olym. Boxing Hair (F) A sporty hairstyle with a colourful hairband for female boxers. +45038 Boxing Hair FRA (F) A sporty hairstyle with a hairband for female boxers in the French national colours. +45039 Boxing Hair ITA (F) A sporty hairstyle with a hairband for female boxers in the Italian national colours. +45040 Boxing Hair POL (F) A sporty hairstyle with a hairband for female boxers in the Polish national colours. +45041 Boxing Hair ROU (F) A sporty hairstyle with a hairband for female boxers in the Romanian national colours. +45042 Boxing Hair ESP (F) A sporty hairstyle with a hairband for female boxers in the Spanish national colours. +45043 Football Hair TUR (F) A sporty hairstyle with a hairband for female footballers in the Turkish national colours. +45044 Football Hair BRA (F) A sporty hairstyle with a hairband for female footballers in the Brazilian national colours. +45045 Olym. Football Hair (F) A sporty hairstyle with a colourful hairband for female footballers. +45046 Football Hair FRA (F) A sporty hairstyle with a hairband for female footballers in the French national colours. +45047 Football Hair ITA (F) A sporty hairstyle with a hairband for female footballers in the Italian national colours. +45048 Football Hair POL (F) A sporty hairstyle with a hairband for female footballers in the Polish national colours. +45049 Football Hair ROU (F) A sporty hairstyle with a hairband for female footballers in the Romanian national colours. +45050 Football Hair ESP (F) A sporty hairstyle with a hairband for female footballers in the Spanish national colours. +45053 Musketeer Hairstyle Well-kept, short blond hairstyle for the perfect musketeer look. +45054 Maid Bonnet Blonde bob with a maid's bonnet. +45055 Mini Mohawk Cool, short haircut in a Iroquois style. +45056 Salsa Bun Elegant updo with a red flower. +45057 Bogart Fedora Classic fedora in the style of Humphrey Bogart. +45058 Flower Hairstyle Sweet braids with colourful flowers as an accessory. +45061 Pumpkin Mask A hollowed-out pumpkin. Spacious, well ventilated and truly spooky. +45062 Pumpkin Mask A hollowed-out pumpkin. Spacious, well ventilated and truly spooky. +45065 Musketeer Hairstyle + Well-kept, short blond hairstyle for the perfect musketeer look. Provides you with at least one random bonus. Item is tradeable. +45066 Maid Bonnet + Blonde bob with a maid's bonnet. Provides you with at least one random bonus. Item is tradeable. +45067 Mini Mohawk + Cool, short haircut in a Iroquois style. Provides you with at least one random bonus. Item is tradeable. +45068 Salsa Bun + Elegant updo with a red flower. Provides you with at least one random bonus. Item is tradeable. +45069 Bogart Fedora + Classic fedora in the style of Humphrey Bogart. Provides you with at least one random bonus. Item is tradeable. +45070 Flower Hairstyle + Sweet braids with colourful flowers as an accessory. Provides you with at least one random bonus. Item is tradeable. +45073 Pumpkin Mask (Bonus) A hollowed-out pumpkin. Spacious, well ventilated and truly spooky. Provides you with a random bonus. +45074 Pumpkin Mask (Bonus) A hollowed-out pumpkin. Spacious, well ventilated and truly spooky. Provides you with a random bonus. +45075 Christmas Hat (red) Red velvet hat with antlers and a white bobble. +45076 Christmas Hat (green) Green velvet hat with antlers and a white bobble. +45077 Christmas Hat (black) Black velvet hat with antlers and a white bobble. +45078 Elf Hat Snow white headwear with delicate wings. +45079 Reindeer Head (M) Reindeer mask for men to wear over the head with a red nose and antlers. +45080 Reindeer Head (F) Reindeer mask for women to wear over the head with a red nose and antlers. +45081 Christmas Hat+ (red) Red velvet hat with antlers and a white bobble. Provides you with at least one random bonus. Item is tradeable. +45082 Christmas Hat+ (green) Green velvet hat with antlers and a white bobble. Provides you with at least one random bonus. Item is tradeable. +45083 Christmas Hat+ (black) Black velvet hat with antlers and a white bobble. Provides you with at least one random bonus. Item is tradeable. +45084 Elf Hat+ Snow white headwear with delicate wings. Provides you with at least one random bonus. Item is tradeable. +45085 Reindeer Head+ (M) Reindeer mask for men to wear over the head with a red nose and antlers. Provides you with at least one random bonus. Item is tradeable. +45086 Reindeer Head+ (F) Reindeer mask for women to wear over the head with a red nose and antlers. Provides you with at least one random bonus. Item is tradeable. +45087 Bandana (white) White three-sided cloth for men, that is tied around the head. Popular amongst sport fans. +45088 Bandana (white) White three-sided cloth for women, that is tied around the head. Popular amongst sport fans. +45089 Bandana (black) Black three-sided cloth for men, that is tied around the head. Popular amongst sport fans. +45090 Bandana (black) Black three-sided cloth for women, that is tied around the head. Popular amongst sport fans. +45091 Bandana (yellow) Yellow three-sided cloth for men, that is tied around the head. Popular amongst sport fans. +45092 Bandana (yellow) Yellow three-sided cloth for women, that is tied around the head. Popular amongst sport fans. +45093 Bandana (orange) Orange three-sided cloth for men, that is tied around the head. Popular amongst sport fans. +45094 Bandana (orange) Orange three-sided cloth for women, that is tied around the head. Popular amongst sport fans. +45095 Bandana (blue) Blue three-sided cloth for men, that is tied around the head. Popular amongst sport fans. +45096 Bandana (blue) Blue three-sided cloth for women, that is tied around the head. Popular amongst sport fans. +45097 Bandana+ (white) White three-sided cloth for men, that is tied around the head. Popular amongst sport fans. Provides you with at least one random bonus. +45098 Bandana+ (white) White three-sided cloth for women, that is tied around the head. Popular amongst sport fans. Provides you with at least one random bonus. +45099 Bandana+ (black) Black three-sided cloth for men, that is tied around the head. Popular amongst sport fans. Provides you with at least one random bonus. +45100 Bandana+ (black) Black three-sided cloth for women, that is tied around the head. Popular amongst sport fans. Provides you with at least one random bonus. +45101 Bandana+ (yellow) Yellow three-sided cloth for men, that is tied around the head. Popular amongst sport fans. Provides you with at least one random bonus. +45102 Bandana+ (yellow) Yellow three-sided cloth for women, that is tied around the head. Popular amongst sport fans. Provides you with at least one random bonus. +45103 Bandana+ (orange) Orange three-sided cloth for men, that is tied around the head. Popular amongst sport fans. Provides you with at least one random bonus. +45104 Bandana+ (orange) Orange three-sided cloth for women, that is tied around the head. Popular amongst sport fans. Provides you with at least one random bonus. +45105 Bandana+ (blue) Blue three-sided cloth for men, that is tied around the head. Popular amongst sport fans. Provides you with at least one random bonus. +45106 Bandana+ (blue) Blue three-sided cloth for women, that is tied around the head. Popular amongst sport fans. Provides you with at least one random bonus. +45119 Rabbit Ears (black) Black hat with rabbit ears for men +45120 Rabbit Ears (blue) Blue hat with rabbit ears for men +45121 Rabbit Ears (green) Green hat with rabbit ears for men +45122 Rabbit Ears (pink) Pink-coloured hat with rabbit ears for men +45123 Bunny Ears (black) Black bunny ears for women +45124 Bunny Ears (blue) Blue bunny ears for women +45125 Bunny Ears (green) Green bunny ears for women +45126 Bunny Ears (pink) Pink-coloured bunny ears for women +45127 Rabbit Ears+ (black) Black hat with rabbit ears for men. Provides you with at least one random bonus. +45128 Rabbit Ears+ (blue) Blue hat with rabbit ears for men. Provides you with at least one random bonus. +45129 Rabbit Ears+ (green) Green hat with rabbit ears for men. Provides you with at least one random bonus. +45130 Rabbit Ears+ (pink) Pink-coloured hat with rabbit ears for men. Provides you with at least one random bonus. +45131 Bunny Ears+ (black) Black bunny ears for women. Provides you with at least one random bonus. +45132 Bunny Ears+ (blue) Blue bunny ears for women. Provides you with at least one random bonus. +45133 Bunny Ears+ (green) Green bunny ears for women. Provides you with at least one random bonus. +45134 Bunny Ears+ (pink) Pink-coloured bunny ears for women. Provides you with at least one random bonus. +45135 Cobra Hairstyle (m) A matching headdress for the Cobra Outfit. +45136 Cobra Hairstyle (f) A matching headdress for the Cobra Outfit. +45137 Cobra Hairstyle+ (m) A matching headdress for the Cobra Outfit. Provides you with at least one random bonus. +45138 Cobra Hairstyle+ (f) A matching headdress for the Cobra Outfit. Provides you with at least one random bonus. +45139 Tengu Mask Artistically carved mask of a Japanese deity +45140 Venetian Mask Splendid Venetian carnival mask +45141 Kifwebe Mask Elaborately carved wooden mask with a black fabric hood +45142 Maya Mask Fearsome mask of the Maya warrior +45143 Tengu Mask+ Artistically carved mask of a Japanese deity. Provides you with at least two random bonuses. +45144 Venetian Mask+ Splendid Venetian carnival mask. Provides you with at least two random bonuses. +45145 Kifwebe Mask+ Elaborately carved wooden mask with a black fabric hood. Provides you with at least two random bonuses. +45146 Maya Mask+ Fearsome mask of the Maya warrior. Provides you with at least two random bonuses. +45147 Black Turban (M) A headdress made of black material for men. +45148 Black Turban (F) A headdress made of black material for women. +45149 Black Turban+ (M) A headdress made of black material for men. Provides you with at least one random bonus. +45150 Black Turban+ (F) A headdress made of black material for women. Provides you with at least one random bonus. +45151 Azrael's Helmet (m) Headdress with the grimace of the infamous demon leader on it. +45152 Azrael's Helmet (f) Headdress with the grimace of the infamous demon leader on it. +45153 Azrael's Helmet+ (m) Headdress with the grimace of the infamous demon leader on it. Provides you with at least one random bonus. +45154 Azrael's Helmet+ (f) Headdress with the grimace of the infamous demon leader on it. Provides you with at least one random bonus. +45156 Pumpkin Jack Head (m) Spookily superb Halloween mask +45157 Pumpkin Jack Head (f) Spookily superb Halloween mask +45158 Pumpkin Jack Head+ (m) Spookily superb Halloween mask. Provides you with at least one random bonus. Item is tradeable. +45159 Pumpkin Jack Head+ (f) Spookily superb Halloween mask. Provides you with at least one random bonus. Item is tradeable. +45160 +45161 +45162 +45163 +45164 Snow Rabbit Hat Headdress in the form of a snow rabbit +45165 Polar Bear Hat Headdress in the form of a polar bear +45166 Snow Leopard Hat Headdress in the form of a snow leopard +45167 Snow Rabbit Hat+ Headdress in the form of a snow rabbit. Provides you with at least one random bonus. +45168 Polar Bear Hat+ Headdress in the form of a polar bear. Provides you with at least one random bonus. +45169 Snow Leopard Hat+ Headdress in the form of a snow leopard. Provides you with at least one random bonus. +50001 Lucky Book A book with lucky numbers. The lottery is run by the government. +50002 Gold Ring A simple gold ring, that can be sold in shops for high prices. +50003 Skill Reset Document Allows you to reset your skills in order to learn new ones. +50004 Event Detector This item shows you, where missions can be found. +50005 Horse Riding Ticket You can ride a horse for free if you show it to a stable guard. Required level is 40. +50006 Gold Treasure Chest A decorated gold box that can be opened with a gold key. +50007 Silver Treasure Chest A silver decorated box that can be opened with a silver key. +50008 Gold Key A key made of gold. It can unlock the Gold Treasure Chest as well as the Gold Treasure Chest+. +50009 Silver Key A key made of silver that can unlock the Silver Treasure Chest as well as the Silver Treasure Chest+. +50010 Stocking A stocking made from warm sheep's wool. +50011 Moonlight Treasure Chest An impressive, dazzling decoration. Supernatural things happen when moonlight falls on it. +50012 Gold Treasure Chest+ A decorated gold box that can be opened with a gold key. +50013 Silver Treasure Chest+ A decorated silver box that can be opened with silver key. +50016 Bean Paste An ingredient used for traditional bean cake. +50017 Sugar Paste An ingredient used for traditional sugar cake. +50018 Fruit Paste An ingredient used for traditional fruit cake. +50019 Sweet Rice An ingredient used for traditional cake. +50020 Bean Cake A traditional cake that restores full HP. +50021 Sugar Cake A traditional cake that restores full SP. +50022 Fruit Cake A traditional cake that restores full stamina. +50023 Money Pouch Money Pouch +50024 Rose A romantic flower used to show affection. Only female characters can use it. +50025 Chocolate Made of cacao, milk, butter, and sugar. Chocolate is given to show affection. Only male characters can use it. +50027 Lottery Ticket Unfortunately this lottery ticket is a useless item. It is not lucky. +50031 Rose A flower used to show affection for somebody. Only male characters can use it. +50032 Candy A popular sweet; candy is given to show affection. Only female characters can use it. +50033 Mysterious Chest A chest with a strange letter engraved on it. Something will pop up if it is opened. +50034 Puzzle Box This box contains an unsolved puzzle. +50035 Gift (yellow) A present wrapped in delicate paper. +50036 Gift (violet) A present wrapped in delicate paper. +50037 Hexagonal Treasure Chest It is made from special paper. It has a thoughtful gift in it. +50050 Horse Medal The Stable Boy needs this Medal to record the results of the qualification test on it. +50051 Horse Picture As soon as you have passed the qualification test at the stable, you will receive this licence for calling your horse. +50052 Armed Horse Book As soon as you have passed the advanced qualification test at the stable, you can call your horse with this licence. +50053 Military Horse Book As soon as you have passed the professional qualification test at the stable, you can call your horse with this licence. +50054 Hay Dry hay to feed a horse. +50055 Carrot A horse's favourite vegetable. +50056 Red Ginseng Steamed ginseng. Only military horses eat Red Ginseng. +50057 Herb of Easy Monkeys A legendary herb which riding beginners can use to revive their horses. To get to the plant, you have to get past the monkeys in the beginner's dungeon. +50058 Herb of Normal Monkeys A legendary herb which intermediate riders can use to revive their battle horses. To get to the plant, you have to get past the monkeys in the normal dungeon. +50059 Herb of Hard Monkeys A legendary herb which advanced riders can use to revive their military horses. To get to the plant, you have to get past the monkeys in the expert dungeon. +50060 Horse Riding Manual Successfully reading this book allows you an increase of your riding skills. It disappears after you have read it. +50067 Scroll of Evolution Powerful, ancient scroll made of parchment. Allows the improvement of a young mount into a wild mount. +50068 Scroll of Mutation Powerful, ancient scroll made of parchment. Allows the improvement of a wild mount into a valiant mount. +50070 Chief Orc's Box The chest of the Orc Lord. Apparently something valuable is in the box. +50071 Esoteric Leader's Box The chest of the Esoteric Lord. Apparently something valuable is in the box. +50072 Ghost Leader's Box The chest of the Reincarnated Esoteric Lord. Apparently something valuable is in the box. +50073 Queen Spider Box The chest of the Queen Spider. Apparently something valuable is in the box. +50074 Giant Spider Box The chest of the Giant Spider. Apparently something valuable is in the box. +50075 Giant Plague Carrier Box The chest of the Giant Germ Carrier. Apparently something valuable is in the box. +50076 Desert Tortoise Chest The chest of the Giant Dessert Turtle. Apparently something valuable is in the box. +50077 Nine Tails' Chest The chest of the Nine Tails. Apparently something valuable is in the box. +50078 Yellow Tiger's Chest The chest of the Giant Tiger. Apparently something valuable is in the box. +50079 Flame King's Chest The chest of the Flame King. Apparently something valuable is in the box. +50080 Red Dragon's Chest The chest of the Red Dragon. Apparently something valuable is in the box. +50081 Demon King's Chest The chest of the Demon Lord. Apparently something valuable is in the box. +50082 Grim Reaper's Chest The chest of the Grim Reaper. Apparently something valuable is in the box. +50083 Horse Riding Ticket You can ride a horse for free if you show it to the stable guard. +50084 Key Stone An energy-laden aura surrounds this stone. It works against seal magic. +50091 Goldfish Sushi A popular dish made from goldfish and cold rice. +50092 Carp Sushi A special dish made from raw carp and cold rice. +50093 Salmon Sushi A special dish made from raw salmon and cold rice. Increases your attack value by 10 points for 30 seconds. +50094 Catfish Sushi A special dish made from raw catfish and cold rice. Increases your defence by 10 points for 30 seconds. +50096 Football Bend it like Baljit-Elvedin! +50100 Fire Crackers Fireworks fill the sky during a festival.(Purple) +50101 Fire Crackers Fireworks fill the sky during a festival.(Yellow) +50102 Fire Crackers Fireworks fill the sky during a festival.(Sky Blue) +50103 Fire Crackers Fireworks fill the sky during a festival.(Red) +50104 Fire Crackers Fireworks fill the sky during a festival. (Green) +50105 Fire Crackers Fireworks fill the sky during a festival.(White) +50106 Christmas Fire Cracker Christmas fireworks are more magnificent than normal fireworks and also last longer. +50108 Fireworks Top A ground firework that throws sparks. +50118 +50119 +50120 Iron Casket The stable container is from the Grotto of Exile. +50121 Iron Box The stable container is from the Grotto of Exile. +50122 Iron Chest The stable container is from the Grotto of Exile. +50123 +50124 Rotten Wooden Box Soft animal sounds seem to be coming out from within. +50125 Mysterious Chest This chest is incredibly light - it almost feels empty... +50126 Mysterious Chest This chest is incredibly light - it almost feels empty... +50127 Mysterious Emerald Box Opened Emerald Box +50128 Mysterious Sapphire Box A Sapphire Box without a lock. Can be opened directly. There's a valuable secret inside it... +50129 Mysterious Amethyst Box Opened Amethyst Box +50130 Olympic Chest This chest conceals a secret of Olympic proportions. +50131 Mysterious Citrine Box A Citrine Box without a lock. Can be opened directly. There's a valuable secret inside it... +50132 Mysterious Ruby Box A locked Ruby Box that can only be opened with a special key. Apparently the dazzling outside of such a box is no match for what's inside. +50133 Mysterious Emerald Box A locked Emerald Box that can only be opened with a special key. Apparently the dazzling outside of such a box is no match for what's inside. +50134 Mysterious Sapphire Box A locked Sapphire Box that can only be opened with a special key. Apparently the dazzling outside of such a box is no match for what's inside. +50135 Mysterious Amethyst Box A locked Amethyst Box that can only be opened with a special key. Apparently the dazzling outside of such a box is no match for what's inside. +50136 Mysterious Topaz Box A locked Topaz Box that can only be opened with a special key. Apparently the dazzling outside of such a box is no match for what's inside. +50137 Mysterious Citrine Box A locked Citrine Box that can only be opened with a special key. Apparently the dazzling outside of such a box is no match for what's inside. +50150 Ruby Key You can use this precious key to open a locked Ruby Box. I wonder what's inside it? +50151 Emerald Key You can use this precious key to open a locked Emerald Box. I wonder what's inside it? +50152 Sapphire Key You can use this precious key to open a locked Sapphire Box. I wonder what's inside it? +50153 Amethyst Key You can use this precious key to open a locked Amethyst Box. I wonder what's inside it? +50154 Topaz Key You can use this precious key to open a locked Topaz Box. I wonder what's inside it? +50155 Citrine Key You can use this precious key to open a locked Citrine Box. I wonder what's inside it? +50156 Diamond Key A beautifully crafted key. It shimmers in all the colours of the rainbow. You can easily open any box with it. +50160 Easter Egg A colourfully painted Easter Egg +50161 Easter Egg A colourfully painted Easter Egg +50162 Easter Egg A colourfully painted Easter Egg +50163 Easter Egg A colourfully painted Easter Egg +50164 Easter Egg A colourfully painted Easter Egg +50165 Easter Egg A colourfully painted Easter Egg +50166 Easter Egg A colourfully painted Easter Egg +50167 Easter Egg A colourfully painted Easter Egg +50168 Easter Egg A colourfully painted Easter Egg +50169 Easter Egg A colourfully painted Easter Egg +50170 Easter Egg A colourfully painted Easter Egg +50171 Easter Egg A colourfully painted Easter Egg +50172 Easter Egg A colourfully painted Easter Egg +50173 Easter Egg A colourfully painted Easter Egg +50174 Easter Egg A colourfully painted Easter Egg +50175 Easter Egg A colourfully painted Easter Egg +50176 Easter Egg A colourfully painted Easter Egg +50177 Easter Egg A colourfully painted Easter Egg +50178 Easter Egg A colourfully painted Easter Egg +50179 Easter Egg A colourfully painted Easter Egg +50180 Empty Basket An empty basket that you can put Easter Eggs into +50181 Basket with Easter Eggs A basket filled with Easter Eggs. +50182 Blessing Chest A blessed chest with unknown contents. +50183 Sweets +50184 +50185 +50186 Azrael's Chest Demonic powers are keeping this chest locked. Valuable treasure must be within it. +50187 Apprentice Chest I Your greeting gift contains a base equipment set for the optimal start to your adventure. +50188 Apprentice Chest II This chest will only open once you have reached level 10. +50189 Apprentice Chest III This chest will only open once you have reached level 20. +50190 Expert Chest I This chest will only open once you have reached level 30. +50191 Expert Chest II This chest will only open once you have reached level 40. +50192 Expert Chest III This chest will only open once you have reached level 50. +50193 Master Chest I This chest will only open once you have reached level 60. +50194 Master Chest II This chest will only open once you have reached level 70. +50195 Master Chest III This chest will only open once you have reached level 80. +50196 Grand Master Chest This chest will only open once you have reached level 90. +50197 +50198 +50199 +50200 Bundle Allows you to open a private shop. +50212 Apprentice Chest I Your greeting gift contains a base equipment set for the optimal start to your adventure. +50213 Apprentice Chest I Your greeting gift contains a base equipment set for the optimal start to your adventure. +50215 Halloween Chest A chest with a spooky pumpkin face on the side. With a squeak that sounds like a snigger, the lid opens and reveals what's inside. +50216 Mulled Wine A warm drink made from wine and spices that gives you +10% speed, +5% damage and +10% experience for 30 minutes. +50249 Chest of Triumph The chest contains a random item as a reward for all Olympians. +50252 Cor Draconis The crystalline dragon heart holds the soul, the Dragon Stone, within. +50253 +50254 Chest of Darkness The weighty chest conceals the believed to be forgotten riches of the Dark Nation. +50255 Cor Draconis (Rough) The crystalline dragon heart holds the soul, the Dragon Stone, within. +50256 Cor Draconis (Cut) The crystalline dragon heart holds the soul, the Dragon Stone, within. +50257 Cor Draconis (Rare) The crystalline dragon heart holds the soul, the Dragon Stone, within. +50258 Cor Draconis (Antique) The crystalline dragon heart holds the soul, the Dragon Stone, within. +50259 Cor Draconis (Legendary) The crystalline dragon heart holds the soul, the Dragon Stone, within. +50260 Cor Draconis (Rough) The crystalline dragon heart holds the soul, the Dragon Stone, within. +50263 +50264 +50265 Golden Football The ball is round and golden. +50300 Skill Book Increases Master Skill Level +50301 Sun Zi Art of War One of the three books of war strategy - it increases its owner's leadership skills. The book disappears after being read. +50302 Wu zi Art of War One of the three books of war strategy - it increases its owner's leadership skills. The book disappears being read. +50303 WeiLiao Zi Art of War One of the three books of war strategy - it increases its owner's leadership skills. The book disappears after being read. +50304 Combo Mastery This tactics book is used to train Combos. The book disappears after reading. +50305 Combo Master Book This tactics book is used to train advanced Combos. The book disappears after reading. +50306 Art of Combo This master tactics book is used to train Combos. The book disappears after reading. +50307 Mission Book (Easy) Contains an easy mission that will be rewarded upon successful completion. +50308 Mission Book (Normal) Contains a normal mission, which will be rewarded upon successful completion. +50309 Mission Book (Hard) Contains a difficult mission, which will be rewarded upon successful completion. +50310 Mission Book (Expert) Contains an expert mission, which will be rewarded upon successful completion. +50311 Shinsoo Linguistics This textbook, made from bound tissue paper, allows you to understand the Shinsoo language, as soon as you have reached the master level. +50312 Chunjo Linguistics This textbook, made from bound tissue paper, allows you to understand the Chunjo language, as soon as you have reached the master level. +50313 Jinno Linguistics This textbook, made from bound tissue paper, allows you to understand the Jinno language, as soon as you have reached the master level. +50314 Polymorph Book Successfully studying this book increases your transformation skills. The book disappears after reading. +50315 Advanced Polymorph Book Successfully studying this book increases your transformation skills. It disappears after you have read it. +50316 Master Polymorph Book Successfully reading this book allows you an increase of your transformation skills. It disappears after you have read it. +50401 Three-Way Cut Manual Use this book to master the Three-Way Cut skill. The book disappears after reading. +50402 Sword Spin Manual Use this book to master the Sword Spin skill. The book disappears after reading. +50403 Berserk Manual Use this book to master the Berserk skill. The book disappears after reading. +50404 Aura of the Sword Manual Use this book to master the Aura of the Sword skill. The book disappears after reading. +50405 Dash Manual Use this book to master the Dash skill. The book disappears after reading. +50416 Strike Manual Use this book to master the Strike skill. The book disappears after reading. +50417 Bash Manual Use this book to master the Bash skill. The book disappears after reading. +50418 Pounding Manual Use this book to master the Pounding skill. The book disappears after reading. +50419 Strong Body Manual Use this book to master the Strong Body skill. The book disappears after reading. +50420 Sword Strike Manual Use this book to master the Sword Strike skill. The book disappears after reading. +50431 Ambush Manual Use this book to master the Ambush skill. The book disappears after reading. +50432 Fast Attack Manual Use this book to master the Fast Attack skill. The book disappears after reading. +50433 Rolling Dagger Manual Use this book to master the Rolling Dagger skill. The book disappears after reading. +50434 Disguise Manual Use this book to master the Disguise skill. The book disappears after reading. +50435 Poisonous Cloud Manual Use this book to master the Poisonous Cloud skill. The book disappears after reading. +50446 Repetitive Shot Manual Use this book to master the Repetitive Shot skill. The book disappears after reading. +50447 Arrow Shower Manual Use this book to master the Arrow Shower skill. The book disappears after reading. +50448 Fire Arrow Manual Use this book to master the Fire Arrow skill. The book disappears after reading. +50449 Feather Walk Manual Use this book to master the Feather Walk skill. The book disappears after reading. +50450 Poison Arrow Manual Use this book to master the Poison Arrow skill. The book disappears after reading. +50461 Finger Strike Manual Use this book to master the Finger Strike skill. The book disappears after reading. +50462 Dragon Swirl Manual Use this book to master the Dragon Swirl skill. The book disappears after reading. +50463 Enchanted Blade Manual Use this book to master the Enchanted Blade skill. The book disappears after reading. +50464 Fear Manual Use this book to master the Fear skill. The book disappears after reading. +50465 Enchanted Armour Manual Use this book to master the Enchanted Armour skill. The book disappears after reading. +50466 Dispel Manual Use this book to master the Dispel skill. The book disappears after reading. +50476 Dark Strike Manual Use this book to master the Dark Strike skill. The book disappears after reading. +50477 Flame Strike Manual Use this book to master the Flame Strike skill. The book disappears after reading. +50478 Flame Spirit Manual Use this book to master the Flame Spirit skill. The book disappears after reading. +50479 Dark Protection Manual Use this book to master the Dark Protection skill. The book disappears after reading. +50480 Spirit Strike Manual Use this book to master the Spirit Strike skill. The book disappears after reading. +50481 Dark Orb Manual Use this book to master the Dark Orb skill. The book disappears after reading. +50491 Flying Talisman Manual Use this book to master the Flying Talisman skill. The book disappears after reading. +50492 Shooting Dragon Manual Use this book to master the Shooting Dragon skill. The book disappears after reading. +50493 Dragon's Roar Manual Use this book to master the Dragon's Roar skill. The book disappears after reading. +50494 Blessing Manual Use this book to master the Blessing skill. The book disappears after reading. +50495 Reflect Manual Use this book to master the Reflect skill. The book disappears after reading. +50496 Dragon's Aid Manual Use this book to master the Dragon's Aid skill. The book disappears after reading. +50506 Lightning Throw Manual Use this book to master the Lightning Throw skill. The book disappears after reading. +50507 Summon Lightning Manual Use this book to master the Summon Lightning skill. The book disappears after reading. +50508 Lightning Claw Manual Use this book to master the Lightning Claw skill. The book disappears after reading. +50509 Cure Manual Use this book to master the Cure skill. The book disappears after reading. +50510 Swiftness Manual Use this book to master the Swiftness skill. The book disappears after reading. +50511 Attack Manual Use this book to master the Attack Up skill. The book disappears after reading. +50512 Rainbow Stone The stone that opens spiritual eyes and reveals all skills. +50513 Soul Stone The legendary stone used to increase your grand master skills. It disappears after use. +50600 Mining Guide It is used to increase mining level. The book disappears after reading. +50601 Diamond Stone It can be refined to a diamond using the guild diamond furnace. +50602 Amber Stone It can be refined to a amber using the guild amber furnace. +50603 Fossil Trunk It can be refined to fossil wood using the guild fossil wood furnace. +50604 Copper Ore It can be refined to copper using the guild copper furnace. +50605 Silver Ore It can be refined to silver using the guild silver furnace. +50606 Gold Ore It can be refined to gold using the guild gold furnace. +50607 Jade Ore It can be refined to jade using the guild jade furnace. +50608 Ebony Ore It can be refined to ebony using the guild ebony furnace. +50609 Piece of Pearl It can be refined to a pearl using the guild pearl furnace. +50610 White Gold Ore It can be refined to white gold using the guild white gold furnace. +50611 Crystal Ore It can be refined to a crystal using the guild crystal furnace. +50612 Amethyst Ore It can be refined to an amethyst using the guild amethyst furnace. +50613 Heaven's Tear Ore It can be refined to a heaven tear using the guild heaven's tear smelter. +50614 Soul Crystal Ore Using the Guild Smelter, you can produce a Soul Crystal out of this ore. +50615 Ruby Ore Using the Guild Smelter, you can produce a Ruby out of this ore. +50616 Garnet Ore Using the Guild Smelter, you can produce a Garnet out of this ore. +50617 Emerald Ore Using the Guild Smelter, you can produce an Emerald out of this ore. +50618 Sapphire Ore Using the Guild Smelter, you can produce a Sapphire out of this ore. +50621 Diamond The strongest and most well-known gem that can be worked into accessories and jewellery. +50622 Amber A clear gem made from fossilised resin, that shines in honey or golden tones. +50623 Fossil Wood A valuable wood that can provide stability to jewellery items. +50624 Copper A malleable precious metal which can be used to make jewellery and coins. It is also required for the production of bronze. +50625 Silver Shiny precious metal used to make jewellery. It can be worked into silver accessories. +50626 Gold Golden metal used to make jewellery. It can be worked into gold accessories. +50627 Jade A valuable mineral that has been used for over 5000 years. It can be worked into accessories and jewellery. +50628 Ebony This black, hard wood is one of the most valuable timbers of all. It can be worked into accessories and jewellery. +50629 Pearl Used for making jewellery. It can be worked into accessories and jewellery. +50630 White Gold A hard, white alloy of gold that is often used for jewellery. +50631 Crystal A hard stone made of crystalline quartz that can be found in different colours. Often used for jewellery. +50632 Amethyst A popular quartz that can be found in different shades of purple. It is often used to make jewellery. +50633 Heaven's Tear Crystallized rain from heaven. It can be used to make jewellery. +50634 Soul Crystal A crystal, as pure as the soul. Can be used in the creation of accessories. +50635 Ruby Red gemstone with a unique finish. Can be processed into a valuable piece of jewellery. +50636 Garnet Orange gemstone with a unique finish. Can be processed into a valuable piece of jewellery. +50637 Emerald Green gemstone with a unique finish. Can be processed into a valuable piece of jewellery. +50638 Sapphire Blue gemstone with a unique finish. Can be processed into a valuable piece of jewellery. +50701 Peach Blossom In the past peach flowers were used to make special skin creams. +50702 Bellflower This flower is widespread and really helps against a cold and cough. +50703 Kaki Blossom Legend has that a woman who wears this blossom around her neck will bear a son. +50704 Gango Root The Gango Root strengthens the immune system and the stamina of the body. Research +50705 Lilac This plant raises memory skills and the ability to concentrate better. +50706 Tue Fungus This mushroom is seldom used as curative medicine and helps against sleeplessness. +50707 Alpine Rose This plant strengthens the immune system. +50708 Mulberry Mulberries give strength and perk you up. +50709 Dandelion The Dandelion used to be used to cure eye maladies. Now it is used to help sore throats. +50710 Thistle A plant that strengthens bones. +50711 Date The aromatic fruits of the date tree are one of the main sources of food in a lot of areas. +50712 Sam-Zi Plant This very rare plant works as a strengthening potion if it is prepared correctly. +50721 Peach Blossom In the past peach flowers were used to make special skin creams. Potion production +50722 Bellflower This flower is widespread and really helps against a cold and cough. Potion production +50723 Kaki Blossom Legend has it that a woman who wears this blossom around her neck is going to bear a son. Potion production +50724 Gango Root The Gango Root strengthens the immune system and the stamina of the body. Potion production +50725 Lilac This plant raises memory skills and concentration levels. Potion production +50726 Tue Fungus This mushroom is rarely used as curative medicine but helps against insomnia. Potion production +50727 Alpine Rose This plant strengthens the immune system. Potion production +50728 Mulberry The mulberry gives you strength and perks you up. Potion production +50729 Dandelion The Dandelion used to be used to cure eye maladies but is now used help sore throats. Potion production +50730 Thistle A plant that strengthens bones. Potion production +50731 Date The aromatic fruits of the date tree are one of the main sources of food in a lot of areas. Potion production +50732 Sam-Zi Plant This very rare plant works as a restorer if it is prepared correctly. Potion production +50801 Peach Blossom Juice This is a juice made out of Peach blossoms. It improves your physical strength. +50802 Bellflower Juice This potion made from Bellflowers increases your strength by 5 points for 3 minutes. +50803 Kaki Blossom Juice This is a juice made from the Kaki blossom. Strengthens your concentration level. +50804 Gango Root Juice This is a juice made from Gango roots. It heals small wounds. +50805 Lilac Juice This is a juice made from lilac. +50806 Tue Fungal Resin The resin won from Tue Fungi act as a sleep aid. +50807 Alpine Rose Juice This is a juice made out of alpine roses and strengthens the immune system. +50808 Mulberry Juice This is a juice made from Mulberries, that acts as a stimulant. +50809 Dandelion Juice This is a juice made out of dandelion and helps cure colds. +50810 Thistle Juice A juice made from Dates that strengthens bones. +50811 Date Extract This is juice made from dates is nutritious and satiable. +50812 Juice of Sam-Zi Plant This is a juice made from the Sam-Zi plant and has a strengthening effect. +50813 Sim Water A potion made from Peach Blossom Juice and Lilac, which increases your chance of scoring a piercing hit by 10% for 3 minutes. +50814 Dok Water A potion made from Bellflower Juice and Lilac, which increases your chance of scoring a critical hit by 10% for 3 minutes. +50815 Bo Water This potion is made of kaki blossom juice and tue fungi. It strengthens your brain. +50816 Young Water This potion is made from Gango root juice and tue fungi. It strengthens your physical and mental performance. +50817 Zin Water A potion made from Sim Water and Alpine Roses, which increases your attack value by 50 points for 3 minutes. +50818 SamBo Water A potion made from Dok Water and Alpine Roses, which increases your defence by 70 points for 3 minutes. +50819 Mong Water A potion made from Bo Water and Mulberries, which increases your magic defence by 10% for 3 minutes. +50820 Hwal Water A potion made from Young Water and Mulberries, which increases your attack speed by 3 points for 3 minutes. +50901 Empty Bottle Used to manufacture potions +50902 Recipe for Beginners An easy to get recipe which can also be done by greenhorns. +50903 Recipe A recipe that needs a bit of practice. +50904 Expert's Recipe A recipe that can only be done correctly by experts. +50905 Recipe for Sim Water It describes the exact manufacture of the water made from Peach Blossom Juice and Lilac. +50906 Recipe for Dok Water It describes the exact manufacture of the water made from Harebell Juice and Lilac. +50907 Recipe for Bo Water It describes the exact manufacture of the water made from Kaki Blossom Juice and Tue Fungi. +50908 Recipe for Young Water It describes the exact manufacture of the water made from Gango Root Juice and Tue Fungi. +50909 Recipe for Zin Water It describes the exact manufacture of the water made from Peach Blossom Juice, Lilac and Alpine Roses. +50910 Recipe for Hwal Water It describes the exact manufacture of the water made from Gango Root Juice, Tue Fungi and Mulberry. +51001 Energy Fragment Fragment from an Energy Crystal. 30 pieces can be melted into a crystal. +51002 Energy Crystal This crystal increases your bonuses for two hours. +51501 Cor Draconis (Rough) The crystal dragon heart contains a random Dragon Stone from the rough class. +51502 Cor Draconis (Rough) The crystal dragon heart contains a random Dragon Stone from the rough class. +51503 Cor Draconis (Normal) Crystal dragon heart. Class: normal. Contains a matt dragon stone of the class rough to cut. +51504 Cor Draconis (Noble) Crystal dragon heart. Class: noble. Contains a matt dragon stone of the class rough to rare. +51505 Cor Draconis (Precious) Crystal dragon heart. Class: precious. Contains a matt dragon stone of the class rough to antique. +51506 Cor Draconis (Mystical) Crystal dragon heart. Class: mystical. Contains a matt dragon stone of the class cut to legendary. +51507 Cor Draconis (Cut) The crystal dragon heart contains a random Dragon Stone from the cut class. +51508 Cor Draconis (Rare) The crystal dragon heart contains a random Dragon Stone from the rare class. +51509 Cor Draconis (Antique) The crystal dragon heart contains a random Dragon Stone from the antique class. +51510 Cor Draconis (Legendary) The crystal dragon heart contains a random Dragon Stone from the legendary class. +51511 Cor Diamas White Cor Draconis. Contains a random Dragon Diamond. +51512 Cor Rubinum Red Cor Draconis. Contains a random Dragon Ruby. +51513 Cor Jadeit Green Cor Draconis. Contains a random Dragon Jade. +51514 Cor Saphirum Blue Cor Draconis. Contains a random Dragon Sapphire. +51515 Cor Granatum Orange Cor Draconis. Contains a random Dragon Garnet. +51516 Cor Atrum Black Cor Draconis. Contains a random Dragon Onyx. +51517 Cor Diamas (Normal) White Cor Draconis. Rank: normal. Contains a matt Dragon Diamond of the class rough to cut. +51518 Cor Rubinum (Normal) Red Cor Draconis. Rank: normal. Contains a matt Dragon Ruby of the class rough to cut. +51519 Cor Jadeit (Normal) Green Cor Draconis. Rank: normal. Contains a matt Dragon Jade of the class rough to cut. +51520 Cor Saphirum (Normal) Blue Cor Draconis. Rank: normal. Contains a matt Dragon Sapphire of the class rough to cut. +51521 Cor Granatum (Normal) Orange Cor Draconis. Rank: normal. Contains a matt Dragon Garnet of the class rough to cut. +51522 Cor Atrum (Normal) Black Cor Draconis. Rank: normal. Contains a matt Dragon Onyx of the class rough to cut. +51523 Cor Diamas (Noble) White Cor Draconis. Rank: noble. Contains a matt Dragon Diamond of the class rough to rare. +51524 Cor Rubinum (Noble) Red Cor Draconis. Rank: noble. Contains a matt Dragon Ruby of the class rough to rare. +51525 Cor Jadeit (Noble) Green Cor Draconis. Rank: noble. Contains a matt Dragon Jade of the class rough to rare. +51526 Cor Saphirum (Noble) Blue Cor Draconis. Rank: noble. Contains a matt Dragon Sapphire of the class rough to rare. +51527 Cor Granatum (Noble) Orange Cor Draconis. Rank: noble. Contains a matt Dragon Garnet of the class rough to rare. +51528 Cor Atrum (Noble) Black Cor Draconis. Rank: noble. Contains a matt Dragon Onyx of the class rough to rare. +51529 Cor Diamas (Precious) White Cor Draconis. Rank: precious. Contains a matt Dragon Diamond of the class rough to antique. +51530 Cor Rubinum (Precious) Red Cor Draconis. Rank: precious. Contains a matt Dragon Ruby of the class rough to antique. +51531 Cor Jadeit (Precious) Green Cor Draconis. Rank: precious. Contains a matt Dragon Jade of the class rough to antique. +51532 Cor Saphirum (Precious) Blue Cor Draconis. Rank: precious. Contains a matt Dragon Sapphire of the class rough to antique. +51533 Cor Granatum (Precious) Orange Cor Draconis. Rank: precious. Contains a matt Dragon Garnet of the class rough to antique. +51534 Cor Atrum (Precious) Black Cor Draconis. Rank: precious. Contains a matt Dragon Onyx of the class rough to antique. +51535 Cor Diamas (Flawless) White Cor Draconis. Rank: flawless. Contains a matt Dragon Diamond of the class rough to legendary. +51536 Cor Rubinum (Flawless) Red Cor Draconis. Rank: flawless. Contains a matt Dragon Ruby of the class rough to legendary. +51537 Cor Jadeit (Flawless) Green Cor Draconis. Rank: flawless. Contains a matt Dragon Jade of the class rough to legendary. +51538 Cor Saphirum (Flawless) Blue Cor Draconis. Rank: flawless. Contains a matt Dragon Sapphire of the class rough to legendary. +51539 Cor Granatum (Flawless) Orange Cor Draconis. Rank: flawless. Contains a matt Dragon Garnet of the class rough to legendary. +51540 Cor Atrum (Flawless) Black Cor Draconis. Rank: flawless. Contains a matt Dragon Onyx of the class rough to legendary. +51541 Cor Draconis (Glowing) Crystal dragon heart. Rank: glowing. Contains a matt Dragon Stone of the class cut to rare. +51542 Cor Diamas (Glowing) White Cor Draconis. Rank: glowing. Contains a matt Dragon Diamond of the class cut to rare. +51543 Cor Rubinum (Glowing) Red Cor Draconis. Rank: glowing. Contains a matt Dragon Ruby of the class cut to rare. +51544 Cor Jadeit (Glowing) Green Cor Draconis. Rank: glowing. Contains a matt Dragon Jade of the class cut to rare. +51545 Cor Saphirum (Glowing) Blue Cor Draconis. Rank: glowing. Contains a matt Dragon Sapphire of the class cut to rare. +51546 Cor Granatum (Glowing) Orange Cor Draconis. Rank: glowing. Contains a matt Dragon Garnet of the class cut to rare. +51547 Cor Atrum (Glowing) Black Cor Draconis. Rank: glowing. Contains a matt Dragon Onyx of the class cut to rare. +51548 Cor Draconis (Flawless) Crystal dragon heart. Rank: flawless. Contains a matt Dragon Stone of the class rough to legendary. +51549 Cor Draconis (Eternal) Crystal dragon heart. Rank: eternal. Contains a matt Dragon Stone of the class cut to antique. +51550 Cor Diamas (Eternal) White Cor Draconis. Rank: eternal. Contains a matt Dragon Diamond of the class cut to antique. +51551 Cor Rubinum (Eternal) Red Cor Draconis. Rank: eternal. Contains a matt Dragon Ruby of the class cut to antique. +51552 Cor Jadeit (Eternal) Green Cor Draconis. Rank: eternal. Contains a matt Dragon Jade of the class cut to antique. +51553 Cor Saphirum (Eternal) Blue Cor Draconis. Rank: eternal. Contains a matt Dragon Sapphire of the class cut to antique. +51554 Cor Granatum (Eternal) Orange Cor Draconis. Rank: eternal. Contains a matt Dragon Garnet of the class cut to antique. +51555 Cor Atrum (Eternal) Black Cor Draconis. Rank: eternal. Contains a matt Dragon Onyx of the class cut to antique. +51556 Cor Diamas (Mystical) White Cor Draconis. Rank: mystical. Contains a matt Dragon Diamond of the class cut to legendary. +51557 Cor Rubinum (Mystical) Red Cor Draconis. Rank: mystical. Contains a matt Dragon Ruby of the class cut to legendary. +51558 Cor Jadeit (Mystical) Green Cor Draconis. Rank: mystical. Contains a matt Dragon Jade of the class cut to legendary. +51559 Cor Saphirum (Mystical) Blue Cor Draconis. Rank: mystical. Contains a matt Dragon Sapphire of the class cut to legendary. +51560 Cor Granatum (Mystical) Orange Cor Draconis. Rank: mystical. Contains a matt Dragon Garnet of the class cut to legendary. +51561 Cor Atrum (Mystical) Black Cor Draconis. Rank: mystical. Contains a matt Dragon Onyx of the class cut to legendary. +51562 Cor Draconis (Epic) Crystal dragon heart. Rank: epic. Contains a matt Dragon Stone of the class rare to antique. +51563 Cor Diamas (Epic) White Cor Draconis. Rank: epic. Contains a matt Dragon Diamond of the class rare to antique. +51564 Cor Rubinum (Epic) Red Cor Draconis. Rank: epic. Contains a matt Dragon Ruby of the class rare to antique. +51565 Cor Jadeit (Epic) Green Cor Draconis. Rank: epic. Contains a matt Dragon Jade of the class rare to antique. +51566 Cor Saphirum (Epic) Blue Cor Draconis. Rank: epic. Contains a matt Dragon Sapphire of the class rare to antique. +51567 Cor Granatum (Epic) Orange Cor Draconis. Rank: epic. Contains a matt Dragon Garnet of the class rare to antique. +51568 Cor Atrum (Epic) Black Cor Draconis. Rank: epic. Contains a matt Dragon Onyx of the class rare to antique. +51569 Cor Draconis (Divine) Crystal dragon heart. Rank: divine. Contains a matt Dragon Stone of the class rare to legendary. +51570 Cor Diamas (Divine) White Cor Draconis. Rank: divine. Contains a matt Dragon Diamond of the class rare to legendary. +51571 Cor Rubinum (Divine) Red Cor Draconis. Rank: divine. Contains a matt Dragon Ruby of the class rare to legendary. +51572 Cor Jadeit (Divine) Green Cor Draconis. Rank: divine. Contains a matt Dragon Jade of the class rare to legendary. +51573 Cor Saphirum (Divine) Blue Cor Draconis. Rank: divine. Contains a matt Dragon Sapphire of the class rare to legendary. +51574 Cor Granatum (Divine) Orange Cor Draconis. Rank: divine. Contains a matt Dragon Garnet of the class rare to legendary. +51575 Cor Atrum (Divine) Black Cor Draconis. Rank: divine. Contains a matt Dragon Onyx of the class rare to legendary. +51576 Cor Draconis+ (Normal) Powerful Cor Draconis. Rank: normal. Contains a Dragon Stone of the class rough to cut with a random clarity grade. +51577 Cor Diamas+ (Normal) Powerful Cor Draconis. Rank: normal. Contains a Dragon Diamond of the class rough to cut with a random clarity grade. +51578 Cor Rubinum+ (Normal) Powerful Cor Draconis. Rank: normal. Contains a Dragon Ruby of the class rough to cut with a random clarity grade. +51579 Cor Jadeit+ (Normal) Powerful Cor Draconis. Rank: normal. Contains a Dragon Jade of the class rough to cut with a random clarity grade. +51580 Cor Saphirum+ (Normal) Powerful Cor Draconis. Rank: normal. Contains a Dragon Sapphire of the class rough to cut with a random clarity grade. +51581 Cor Granatum+ (Normal) Powerful Cor Draconis. Rank: normal. Contains a Dragon Garnet of the class rough to cut with a random clarity grade. +51582 Cor Atrum+ (Normal) Powerful Cor Draconis. Rank: normal. Contains a Dragon Onyx of the class rough to cut with a random clarity grade. +51583 Cor Draconis+ (Noble) Powerful Cor Draconis. Rank: noble. Contains a Dragon Stone of the class rough to rare with a random clarity grade. +51584 Cor Diamas+ (Noble) Powerful Cor Draconis. Rank: noble. Contains a Dragon Diamond of the class rough to rare with a random clarity grade. +51585 Cor Rubinum+ (Noble) Powerful Cor Draconis. Rank: noble. Contains a Dragon Ruby of the class rough to rare with a random clarity grade. +51586 Cor Jadeit+ (Noble) Powerful Cor Draconis. Rank: noble. Contains a Dragon Jade of the class rough to rare with a random clarity grade. +51587 Cor Saphirum+ (Noble) Powerful Cor Draconis. Rank: noble. Contains a Dragon Sapphire of the class rough to rare with a random clarity grade. +51588 Cor Granatum+ (Noble) Powerful Cor Draconis. Rank: noble. Contains a Dragon Garnet of the class rough to rare with a random clarity grade. +51589 Cor Atrum+ (Noble) Powerful Cor Draconis. Rank: noble. Contains a Dragon Onyx of the class rough to rare with a random clarity grade. +51590 Cor Draconis+ (Precious) Powerful Cor Draconis. Rank: precious. Contains a Dragon Stone of the class rough to antique with a random clarity grade. +51591 Cor Diamas+ (Precious) Powerful Cor Draconis. Rank: precious. Contains a Dragon Diamond of the class rough to antique with a random clarity grade. +51592 Cor Rubinum+ (Precious) Powerful Cor Draconis. Rank: precious. Contains a Dragon Ruby of the class rough to antique with a random clarity grade. +51593 Cor Jadeit+ (Precious) Powerful Cor Draconis. Rank: precious. Contains a Dragon Jade of the class rough to antique with a random clarity grade. +51594 Cor Saphirum+ (Precious) Powerful Cor Draconis. Rank: precious. Contains a Dragon Sapphire of the class rough to antique with a random clarity grade. +51595 Cor Granatum+ (Precious) Powerful Cor Draconis. Rank: precious. Contains a Dragon Garnet of the class rough to antique with a random clarity grade. +51596 Cor Atrum+ (Precious) Powerful Cor Draconis. Rank: precious. Contains a Dragon Onyx of the class rough to antique with a random clarity grade. +51597 Cor Draconis+ (Flawless) Powerful Cor Draconis. Rank: flawless. Contains a Dragon Stone of the class rough to legendary with a random clarity grade. +51598 Cor Diamas+ (Flawless) Powerful Cor Draconis. Rank: flawless. Contains a Dragon Diamond of the class rough to legendary with a random clarity grade. +51599 Cor Rubinum+ (Flawless) Powerful Cor Draconis. Rank: flawless. Contains a Dragon Ruby of the class rough to legendary with a random clarity grade. +51600 Cor Jadeit+ (Flawless) Powerful Cor Draconis. Rank: flawless. Contains a Dragon Jade of the class rough to legendary with a random clarity grade. +51601 Cor Saphirum+ (Flawless) Powerful Cor Draconis. Rank: flawless. Contains a Dragon Sapphire of the class rough to legendary with a random clarity grade. +51602 Cor Granatum+ (Flawless) Powerful Cor Draconis. Rank: flawless. Contains a Dragon Garnet of the class rough to legendary with a random clarity grade. +51603 Cor Atrum+ (Flawless) Powerful Cor Draconis. Rank: flawless. Contains a Dragon Onyx of the class rough to legendary with a random clarity grade. +51604 Cor Draconis+ (Glowing) Powerful Cor Draconis. Rank: glowing. Contains a Dragon Stone of the class cut to rare with a random clarity grade. +51605 Cor Diamas+ (Glowing) Powerful Cor Draconis. Rank: glowing. Contains a Dragon Diamond of the class cut to rare with a random clarity grade. +51606 Cor Rubinum+ (Glowing) Powerful Cor Draconis. Rank: glowing. Contains a Dragon Ruby of the class cut to rare with a random clarity grade. +51607 Cor Jadeit+ (Glowing) Powerful Cor Draconis. Rank: glowing. Contains a Dragon Jade of the class cut to rare with a random clarity grade. +51608 Cor Saphirum+ (Glowing) Powerful Cor Draconis. Rank: glowing. Contains a Dragon Sapphire of the class cut to rare with a random clarity grade. +51609 Cor Granatum+ (Glowing) Powerful Cor Draconis. Rank: glowing. Contains a Dragon Garnet of the class cut to rare with a random clarity grade. +51610 Cor Atrum+ (Glowing) Powerful Cor Draconis. Rank: glowing. Contains a Dragon Onyx of the class cut to rare with a random clarity grade. +51611 Cor Draconis+ (Eternal) Powerful Cor Draconis. Rank: eternal. Contains a Dragon Stone of the class cut to antique with a random clarity grade. +51612 Cor Diamas+ (Eternal) Powerful Cor Draconis. Rank: eternal. Contains a Dragon Diamond of the class cut to antique with a random clarity grade. +51613 Cor Rubinum+ (Eternal) Powerful Cor Draconis. Rank: eternal. Contains a Dragon Ruby of the class cut to antique with a random clarity grade. +51614 Cor Jadeit+ (Eternal) Powerful Cor Draconis. Rank: eternal. Contains a Dragon Jade of the class cut to antique with a random clarity grade. +51615 Cor Saphirum+ (Eternal) Powerful Cor Draconis. Rank: eternal. Contains a Dragon Sapphire of the class cut to antique with a random clarity grade. +51616 Cor Granatum+ (Eternal) Powerful Cor Draconis. Rank: eternal. Contains a Dragon Garnet of the class cut to antique with a random clarity grade. +51617 Cor Atrum+ (Eternal) Powerful Cor Draconis. Rank: eternal. Contains a Dragon Onyx of the class cut to antique with a random clarity grade. +51618 Cor Draconis+ (Mystical) Powerful Cor Draconis. Rank: mystical. Contains a Dragon Stone of the class cut to legendary with a random clarity grade. +51619 Cor Diamas+ (Mystical) Powerful Cor Draconis. Rank: mystical. Contains a Dragon Diamond of the class cut to legendary with a random clarity grade. +51620 Cor Rubinum+ (Mystical) Powerful Cor Draconis. Rank: mystical. Contains a Dragon Ruby of the class cut to legendary with a random clarity grade. +51621 Cor Jadeit+ (Mystical) Powerful Cor Draconis. Rank: mystical. Contains a Dragon Jade of the class cut to legendary with a random clarity grade. +51622 Cor Saphirum+ (Mystical) Powerful Cor Draconis. Rank: mystical. Contains a Dragon Sapphire of the class cut to legendary with a random clarity grade. +51623 Cor Granatum+ (Mystical) Powerful Cor Draconis. Rank: mystical. Contains a Dragon Garnet of the class cut to legendary with a random clarity grade. +51624 Cor Atrum+ (Mystical) Powerful Cor Draconis. Rank: mystical. Contains a Dragon Onyx of the class cut to legendary with a random clarity grade. +51625 Cor Draconis+ (Epic) Powerful Cor Draconis. Rank: epic. Contains a Dragon Stone of the class rare to antique with a random clarity grade. +51626 Cor Diamas+ (Epic) Powerful Cor Draconis. Rank: epic. Contains a Dragon Diamond of the class rare to antique with a random clarity grade. +51627 Cor Rubinum+ (Epic) Powerful Cor Draconis. Rank: epic. Contains a Dragon Ruby of the class rare to antique with a random clarity grade. +51628 Cor Jadeit+ (Epic) Powerful Cor Draconis. Rank: epic. Contains a Dragon Jade of the class rare to antique with a random clarity grade. +51629 Cor Saphirum+ (Epic) Powerful Cor Draconis. Rank: epic. Contains a Dragon Sapphire of the class rare to antique with a random clarity grade. +51630 Cor Granatum+ (Epic) Powerful Cor Draconis. Rank: epic. Contains a Dragon Garnet of the class rare to antique with a random clarity grade. +51631 Cor Atrum+ (Epic) Powerful Cor Draconis. Rank: epic. Contains a Dragon Onyx of the class rare to antique with a random clarity grade. +51632 Cor Draconis+ (Divine) Powerful Cor Draconis. Rank: divine. Contains a Dragon Stone of the class rare to legendary with a random clarity grade. +51633 Cor Diamas+ (Divine) Powerful Cor Draconis. Rank: divine. Contains a Dragon Diamond of the class rare to legendary with a random clarity grade. +51634 Cor Rubinum+ (Divine) Powerful Cor Draconis. Rank: divine. Contains a Dragon Ruby of the class rare to legendary with a random clarity grade. +51635 Cor Jadeit+ (Divine) Powerful Cor Draconis. Rank: divine. Contains a Dragon Jade of the class rare to legendary with a random clarity grade. +51636 Cor Saphirum+ (Divine) Powerful Cor Draconis. Rank: divine. Contains a Dragon Sapphire of the class rare to legendary with a random clarity grade. +51637 Cor Granatum+ (Divine) Powerful Cor Draconis. Rank: divine. Contains a Dragon Garnet of the class rare to legendary with a random clarity grade. +51638 Cor Atrum+ (Divine) Powerful Cor Draconis. Rank: divine. Contains a Dragon Onyx of the class rare to legendary with a random clarity grade. +51639 Dragon Chest The azure blue chest contains eleven normal Cor Draconis. +51640 Dragon Chest+ The azure blue chest contains eleven powerful Cor Draconis of the "normal" rank as well as a Green Dragon Bean. +51641 Dragon Chest+ (Coloured) The azure blue chest contains a powerful Cor Draconis in every colour of the "normal" rank as well as a Green Dragon Bean. +51642 Dragon Chest (Coloured) The azure blue chest contains a normal Cor Draconis in every colour as well as a Green Dragon Bean. +51643 Noble Dragon Chest The azure blue chest contains eleven noble Cor Draconis. +51644 Noble Dragon Chest+ The azure blue chest contains eleven powerful Cor Draconis of the "noble" rank as well as a Green Dragon Bean. +51645 N. Dragon Cht+(Coloured) The azure blue chest contains a powerful Cor Draconis in every colour of the "noble" rank as well as a Green Dragon Bean. +51646 N. Dragon Cht (Coloured) The azure blue chest contains a noble Cor Draconis in every colour as well as a Green Dragon Bean. +52001 Young Wild Boar (Seal) The seal summons your Young Wild Boar. After battle training, he gives his rider up to 5% strength against monsters. +52002 Young Wild Boar (Seal) The seal summons your Young Wild Boar. After battle training, he increases the collection of experience by up to 5%. +52003 Young Wild Boar (Seal) The seal summons your Young Wild Boar. After battle training, he increases his rider's HP by up to 500. +52004 Young Wild Boar (Seal) The seal summons your Young Wild Boar. After battle training, he increases his rider's defence value by up to 150. +52005 Young Wild Boar (Seal) The seal summons your Young Wild Boar. After battle training, he increases his rider's attack value by up to 100. +52006 Wild Boar (Seal) The seal summons your Wild Boar. He gives his rider +3% strength against monsters. +52007 Wild Boar (Seal) The seal summons your Wild Boar. He increases the collection of experience by 3%. +52008 Wild Boar (Seal) The seal summons your Wild Boar. He increases his rider's HP by 250. +52009 Wild Boar (Seal) The seal summons your Wild Boar. He increases his rider's defence value by 50. +52010 Wild Boar (Seal) The seal summons your Wild Boar. He increases his rider's attack value by 30. +52011 Valiant Wild Boar (Seal) The seal summons your Valiant Wild Boar. He gives his rider +5% strength against monsters. +52012 Valiant Wild Boar (Seal) The seal summons your Valiant Wild Boar. He increases the collection of experience by 5%. +52013 Valiant Wild Boar (Seal) The seal summons your Valiant Wild Boar. He increases his rider's HP by 500. +52014 Valiant Wild Boar (Seal) The seal summons your Valiant Wild Boar. He increases his rider's defence value by 150. +52015 Valiant Wild Boar (Seal) The seal summons your Valiant Wild Boar. He increases his rider's attack value by 100. +52016 Young Wolf (Seal) The seal summons your Young Wolf. After battle training, he gives his rider up to 5% strength against monsters. +52017 Young Wolf (Seal) The seal summons your Young Wolf. After battle training, he increases the collection of experience by up to 5%. +52018 Young Wolf (Seal) The seal summons your Young Wolf. After battle training, he increases his rider's HP by up to 500. +52019 Young Wolf (Seal) The seal summons your Young Wolf. After battle training, he increases his rider's defence value by up to 150. +52020 Young Wolf (Seal) The seal summons your Young Wolf. After battle training, he increases his rider's attack value by up to 100. +52021 Wild Wolf (Seal) The seal summons your Wild Wolf. He gives his rider +3% strength against monsters. +52022 Wild Wolf (Seal) The seal summons your Wild Wolf. He increases the collection of experience by 3%. +52023 Wild Wolf (Seal) The seal summons your Wild Wolf. He increases his rider's HP by 250. +52024 Wild Wolf (Seal) The seal summons your Wild Wolf. He increases his rider's defence value by 50. +52025 Wild Wolf (Seal) The seal summons your Wild Wolf. He increases his rider's attack value by 30. +52026 Valiant Wolf (Seal) The seal summons your Valiant Wolf. He gives his rider +5% strength against monsters. +52027 Valiant Wolf (Seal) The seal summons your Valiant Wolf. He increases the collection of experience by 5%. +52028 Valiant Wolf (Seal) The seal summons your Valiant Wolf. He increases his rider's HP by 500. +52029 Valiant Wolf (Seal) The seal summons your Valiant Wolf. He increases his rider's defence value by 150. +52030 Valiant Wolf (Seal) The seal summons your Valiant Wolf. He increases his rider's attack value by 100. +52031 Young Lion (Seal) The seal summons your Young Lion. After battle training, he gives his rider up to 5% strength against monsters. +52032 Young Lion (Seal) The seal summons your Young Lion. After battle training, he increases the collection of experience by up to 5%. +52033 Young Lion (Seal) The seal summons your Young Lion. After battle training, he increases his rider's HP by up to 500. +52034 Young Lion (Seal) The seal summons your Young Lion. After battle training, he increases his rider's defence value by up to 150. +52035 Young Lion (Seal) The seal summons your Young Lion. After battle training, he increases his rider's attack value by up to 100. +52036 Wild Lion (Seal) The seal summons your Wild Lion. He gives his rider +3% strength against monsters. +52037 Wild Lion (Seal) The seal summons your Wild Lion. He increases the collection of experience by 3%. +52038 Wild Lion (Seal) The seal summons your Wild Lion. He increases his rider's HP by 250. +52039 Wild Lion (Seal) The seal summons your Wild Lion. He increases his rider's defence value by 50. +52040 Wild Lion (Seal) The seal summons your Wild Lion. He increases his rider's attack value by 30. +52041 Valiant Lion (Seal) The seal summons your Valiant Lion. He gives his rider +5% strength against monsters. +52042 Valiant Lion (Seal) The seal summons your Valiant Lion. He increases the collection of experience by 5%. +52043 Valiant Lion (Seal) The seal summons your Valiant Lion. He increases his rider's HP by 500. +52044 Valiant Lion (Seal) The seal summons your Valiant Lion. He increases his rider's defence value by 150. +52045 Valiant Lion (Seal) The seal summons your Valiant Lion. He increases his rider's attack value by 100. +52046 Young Tiger (Seal) The seal summons your Young Tiger. After battle training, he gives his rider up to 5% strength against monsters. +52047 Young Tiger (Seal) The seal summons your Young Tiger. After battle training, he increases the collection of experience by up to 5%. +52048 Young Tiger (Seal) The seal summons your Young Tiger. After battle training, he increases his rider's HP by up to 500. +52049 Young Tiger (Seal) The seal summons your Young Tiger. After battle training, he increases his rider's defence value by up to 150. +52050 Young Tiger (Seal) The seal summons your Young Tiger. After battle training, he increases his rider's attack value by up to 100. +52051 Wild Tiger (Seal) The seal summons your Wild Tiger. He gives his rider +3% strength against monsters. +52052 Wild Tiger (Seal) The seal summons your Wild Tiger. He increases the collection of experience by 3%. +52053 Wild Tiger (Seal) The seal summons your Wild Tiger. He increases his rider's HP by 250. +52054 Wild Tiger (Seal) The seal summons your Wild Tiger. He increases his rider's defence value by 50. +52055 Wild Tiger (Seal) The seal summons your Wild Tiger. He increases his rider's attack value by 30. +52056 Valiant Tiger (Seal) The seal summons your Valiant Tiger. He gives his rider +5% strength against monsters. +52057 Valiant Tiger (Seal) The seal summons your Valiant Tiger. He increases the collection of experience by 5%. +52058 Valiant Tiger (Seal) The seal summons your Valiant Tiger. He increases his rider's HP by 500. +52059 Valiant Tiger (Seal) The seal summons your Valiant Tiger. He increases his rider's defence value by 150. +52060 Valiant Tiger (Seal) The seal summons your Valiant Tiger. He increases his rider's attack value by 100. +52061 Young Reindeer (Seal) This seal summons your Young Reindeer (m). After battle training, he gives his rider up to 5% strength against monsters. +52062 Young Reindeer (Seal) The seal summons your Young Reindeer (m). After battle training, he increases the collection of experience by up to 5%. +52063 Young Reindeer (Seal) The seal summons your Young Reindeer (m). After battle training, he increases his rider's HP by up to 500. +52064 Young Reindeer (Seal) The seal summons your Young Reindeer (m). After battle training, he increases his rider's defence value by up to 150. +52065 Young Reindeer (Seal) The seal summons your Young Reindeer (m). After battle training, he increases his rider's attack value by up to 100. +52066 Wild Reindeer (Seal) This seal summons your Wild Reindeer (m). He gives his rider +3% strength against monsters. +52067 Wild Reindeer (Seal) This seal summons your Wild Reindeer (m). He increases the collection of experience by 3%. +52068 Wild Reindeer (Seal) The seal summons your Wild Reindeer (m). He increases his rider's HP by 250. +52069 Wild Reindeer (Seal) The seal summons your Wild Reindeer (m). He increases his rider's defence value by 50. +52070 Wild Reindeer (Seal) The seal summons your Wild Reindeer (m). He increases his rider's attack value by 30. +52071 Valiant Reindeer (Seal) This seal summons your Valiant Reindeer (m). He gives his rider +5% strength against monsters. +52072 Valiant Reindeer (Seal) This seal summons your Valiant Reindeer (m). He increases the collection of experience by 5%. +52073 Valiant Reindeer (Seal) The seal summons your Valiant Reindeer (m). He increases his rider's HP by 500. +52074 Valiant Reindeer (Seal) The seal summons your Valiant Reindeer (m). He increases his rider's defence value by 150. +52075 Valiant Reindeer (Seal) The seal summons your Valiant Reindeer (m). He increases his rider's attack value by 100. +52076 Young Reindeer (Seal) This seal summons your Young Reindeer (f). After battle training, she gives her rider up to 5% strength against monsters. +52077 Young Reindeer (Seal) The seal summons your Young Reindeer (f). After battle training, she increases the collection of experience by up to 5%. +52078 Young Reindeer (Seal) The seal summons your Young Reindeer (f). After battle training, she increases her rider's HP by up to 500. +52079 Young Reindeer (Seal) The seal summons your Young Reindeer (f). After battle training, she increases her rider's defence value by up to 150. +52080 Young Reindeer (Seal) The seal summons your Young Reindeer (f). After battle training, she increases her rider's attack value by up to 100. +52081 Wild Reindeer (Seal) This seal summons your Wild Reindeer (f). She gives her rider +3% strength against monsters. +52082 Wild Reindeer (Seal) The seal summons your Wild Reindeer (f). She increases the collection of experience by 3%. +52083 Wild Reindeer (Seal) The seal summons your Wild Reindeer (f). She increases her rider's HP by 250. +52084 Wild Reindeer (Seal) The seal summons your Wild Reindeer (f). She increases her rider's defence value by 50. +52085 Wild Reindeer (Seal) The seal summons your Wild Reindeer (f). She increases her rider's attack value by 30. +52086 Valiant Reindeer (Seal) This seal summons your Valiant Reindeer (f). She gives her rider +5% strength against monsters. +52087 Valiant Reindeer (Seal) The seal summons your Valiant Reindeer (f). She increases the collection of experience by 5%. +52088 Valiant Reindeer (Seal) The seal summons your Valiant Reindeer (f). She increases her rider's HP by 500. +52089 Valiant Reindeer (Seal) The seal summons your Valiant Reindeer (f). She increases her rider's defence value by 150. +52090 Valiant Reindeer (Seal) The seal summons your Valiant Reindeer (f). She increases her rider's attack value by 100. +52091 Young Dragor Seal The seal summons your Young Dragor. According to his battle training, he gives his rider up to 5% strength against monsters. +52092 Young Dragor Seal The seal summons your Young Dragor. According to his battle training, he increases the gathering of experience by up to 5%. +52093 Young Dragor Seal The seal summons your Young Dragor. According to his battle training, he increases his rider's HP by up to 500. +52094 Young Dragor Seal The seal summons your Young Dragor. According to his battle training, he increases his rider's defence by up to 150. +52095 Young Dragor Seal The seal summons your Young Dragor. According to his battle training, he increases his rider's attack by up to 100. +52096 Wild Dragor Seal The seal summons your Wild Dragor. He gives his rider 3% strength against monsters. +52097 Wild Dragor Seal The seal summons your Wild Dragor. He increases the gathering of experience by 3%. +52098 Wild Dragor Seal The seal summons your Wild Dragor. He increases his rider's HP by 250. +52099 Wild Dragor Seal The seal summons your Wild Dragor. He increases his rider's defence by 50. +52100 Wild Dragor Seal The seal summons your Wild Dragor. He increases his rider's attack by 30. +52101 Brave Dragor Seal The seal summons your Brave Dragor. He gives his rider 5% strength against monsters. +52102 Brave Dragor Seal The seal summons your Brave Dragor. He increases the gathering of experience by 5%. +52103 Brave Dragor Seal The seal summons your Brave Dragor. He increases his rider's HP by 500. +52104 Brave Dragor Seal The seal summons your Brave Dragor. He increases his rider's defence by 150. +52105 Brave Dragor Seal The seal summons your Brave Dragor. He increases his rider's attack by 100. +52106 Young Moa (Seal) The seal summons your Young Moa. After battle training, he increases his rider's strength against monsters by up to 5%. +52107 Young Moa (Seal) The seal summons your Young Moa. After battle training, he increases the collection of experience points by up to 5%. +52108 Young Moa (Seal) The seal summons your Young Moa. After battle training, he increases his rider's HP by up to 500. +52109 Young Moa (Seal) The seal summons your Young Moa. After battle training, he increases his rider's defence value by up to 150. +52110 Young Moa (Seal) The seal summons your Young Moa. After battle training, he increases his rider's attack value by up to 100. +52111 Wild Moa (Seal) The seal summons your Wild Moa. He gives his rider +3% strength against monsters. +52112 Wild Moa (Seal) The seal summons your Wild Moa. He increases the collection of experience by 3%. +52113 Wild Moa (Seal) The seal summons your Wild Moa. He increases his rider's HP by 250. +52114 Wild Moa (Seal) The seal summons your Wild Moa. He increases his rider's defence value by 50. +52115 Wild Moa (Seal) The seal summons your Wild Moa. He increases his rider's attack value by 30. +52116 Brave Moa (Seal) The seal summons your Brave Moa. He gives his rider +5% strength against monsters. +52117 Brave Moa (Seal) The seal summons your Brave Moa. He increases the collection of experience by 5%. +52118 Brave Moa (Seal) The seal summons your Brave Moa. He increases his rider's HP by 500. +52119 Brave Moa (Seal) The seal summons your Brave Moa. He increases his rider's defence value by 150. +52120 Brave Moa (Seal) The seal summons your Brave Moa. He increases his rider's attack value by 100. +52701 Lion Certificate Ownership Certificate for a Young Lion +52702 Tiger Certificate Ownership Certificate for a Young Tiger +52703 Wild Boar Certificate Ownership Certificate for a Young Wild Boar +52704 Wolf Certificate Ownership Certificate for a Young Wolf +52705 Reindeer Certificate (m) Ownership Certificate for a Young Reindeer (m) +52706 Reindeer Certificate (f) Ownership Certificate for a Young Reindeer (f) +52707 Dragor Certificate Ownership Certificate for a Young Dragor +52708 Moa Certificate This certificate acts as confirmation that you are the owner of a Young Moa. +53001 Fire Phoenix You can use this seal to summon your friend, the Fire Phoenix. +53002 Young Reindeer Seal You can use this seal to summon the cute Young Reindeer. +53003 Ice Phoenix Seal You can use this seal to summon your friend, the Ice Phoenix. +53005 Baby Azrael The mini version of the demon leader is extremely affectionate and will give you a bonus of 1500 HP and 15% damage from the 2nd floor of the Demon Tower and the Devil's Catacomb. +53006 Baby Azrael (gold) This mini demon is extremely affectionate and will give you a bonus of 1500 HP and 15% damage from the 2nd floor of both the Demon Tower and the Devil's Catacomb. +53007 Bambi Seal You can use this seal to summon your young reindeer, Bambi. +53008 Knuud Seal This seal allows you to summon your cute polar bear cub. +53009 Bao Bao Seal This seal allows you to summon your cute panda cub. +53010 Leonidas Seal You can use this seal to summon your lion cub, Leonidas. +53011 Khan Seal You can use this seal to summon your tiger cub, Khan. +53012 Porky Seal You can use this seal to summon your young boar, Porky. +53013 Rufus Seal You can use this seal to summon your wolf whelp, Rufus. +53014 Mini-Executor Seal This seal summons your chubby Mini-Executor in black armour. +53015 Mini-Executor Seal(gold) This seal summons your chubby Mini-Executor in golden armour. +53016 Boney Seal The seal summons your bony pet. +53017 Jade Phoenix Seal This seal summons the graceful Jade Phoenix. +53018 Snow Leonidas (Seal) You can use this seal to summon your pet. +53019 Arctis Khan (Seal) You can use this seal to summon your pet. +53020 Polar Porkie (Seal) You can use this seal to summon your pet. +53021 Frost Rufus (Seal) You can use this seal to summon your pet. +53022 Sheldon Seal The seal causes your pet Sheldon to hatch out of his egg. +53023 Cooper Seal The seal brings your pet Cooper hopping over. +53024 Panther Cub (7 Days) This seal summons your black Panther Cub. +53025 Leopard Cub (7 Days) This seal summons your cute Leopard Cub. +53026 +53218 Panther Cub (30 Days) This seal summons your black Panther Cub. +53219 Panther Cub (120 Days) This seal summons your black Panther Cub. +53220 Leopard Cub (30 Days) This seal summons your cute Leopard Cub. +53221 Leopard Cub (120 Days) This seal summons your cute Leopard Cub. +53501 +53502 Young Reindeer Chest The Young Reindeer is waiting impatiently in this chest for you to let it out. +53503 Ice Phoenix Cage The Ice Phoenix waits in this cage for you to let it out. +53504 +53505 +53506 +53516 Bone Chest Contains a random item. With a little luck, you might find the skeletal dog, Boney, inside. +53517 Jade Cage The rare Jade Phoenix waits in this cage for you to free it. +53518 Snow Leonidas The chest contains the Snow Leonidas seal. +53519 Arctis Khan The chest contains the Arctis Khan seal. +53520 Polar Porkie The chest contains the Polar Porkie seal. +53521 Frost Rufus The chest contains the Frost Rufus seal. +53522 Sheldon's Nest Your pet Sheldon has hidden himself in this nest. +53523 Rabbit Cage The little rabbit Cooper is hiding in this cage. +53526 +60001 Gall A dogged body fluid which is won from the liver. +60002 Note from Storage Guard The parchment bears the energetic handwriting of the storage guard. +60003 Heroic Symbol An item which is not passed on with levity. +70002 Third Hand A hand which picks up Yang automatically. +70003 Book of the Leader One of the seven war strategy books. Provided the leader of a group has this book on them, all their group members will receive 30% more experience points. +70004 Medal of Diligence Reward for your hard work. Gives you 20% more experience points during combat. +70005 Experience Ring You collect 50% more experience points during a battle. +70006 Language Ring This ring was crafted for diplomacy in the ancient era. Use it to talk to people from other kingdoms. +70008 White Flag A white flag that indicates surrender. +70009 Treasure Chest A chest which is decorated with a lot of ornaments. Can only be opened with a special key. +70010 Storage Ticket A document which helps to organise the storage rooms. +70012 Goddess Tear Rumour has it, that the Goddess gave her tears to the heroes of battle because they fought so bravely against the evil. +70013 Giant Goddess Tear The tear of the ancient dancer Tae-Hwa is said to comfort the soul of a fighter. +70014 Blood Pill A pill that is made of deer blood. It has a severe hallucinogenic effect. +70015 Cheap Brush A ordinary, robust brush with a solid wooden handle. +70020 Peach Flower Wine Beverage that will immediately regenerate your Hit Points (HP) by 500 points. +70024 Blessing Marble Legendary blessed marble. When an item has four attributes, it adds another attribute. +70027 Blacksmith's Memo A memo from the blacksmith which shows you how to upgrade your weapons. +70031 Fencing Pamphlet This pamphlet concerns, amongst other things, the potential and weaknesses of the human anatomy. +70035 Magic Copper Ore When you combine this ore with a Blessing Scroll at the blacksmith's, you can create a Scroll of War. +70037 Book of Forgetfulness The legendary book that removes the memory of a learned skill completely. You can move 1 skill point. +70038 Bravery Cape Ancient Warriors showed off their bravery by wearing a colourful cape with which they attracted the attention of monsters. +70039 Blacksmith Handbook This book contains the soul of an old blacksmith. If it is used, it raises the chance of successfully ameliorating an item. +70040 Orc Stubbornness Reduces stamina use by half. +70043 Thief's Glove Doubles the probability of looting items. +70047 Language Ring(Sample) In previous times, this ring was produced for the circle of diplomats. It allows the user to speak the languages of other kingdoms. +70048 Fugitive's Cape A priceless cape that helps you to become inconspicuous and that is used by lots of runaways. +70049 Lucy's Ring The engraving on the ring says: "May the Dragon God bless you." The ring reduces your chance of losing items in battle. +70050 Sage King's Symbol An inherited symbol from the ancient royal family that grants the master great power. +70051 Sage King's Glove An inherited article from the ancient royal family that grants the master mysterious power. +70052 Charm of Karma1 A charm that is used by Buddhists to safeguard against bad luck. +70053 Charm of Karma2 A charm that is used by Buddhists to safeguard against bad luck. +70054 Charm of Karma3 A charm that is used by Buddhists to safeguard against bad luck. +70056 Pomegranate Juice+ A potion that instantly regenerates your HP by 1000 points. +70057 Bravery Cape A colourful cape with which warriors once proved their bravery, as it attracted the attention of various monsters. This item is tradeable. +70058 Teleportation Ring This ring will teleport you to a desired location within your kingdom 50 times. Not tradeable. +70102 Zen Bean Reduces the evil and raises the good in a character's disposition. +70104 Polymorph Marble You can use this marble to transform into a monster. +70105 Polymorph Marble You can use this marble to transform into a monster. +70106 Polymorph Marble You can use this marble to transform into a monster. +70107 Polymorph Marble You can use this marble to transform into a monster. +70201 Bleach It turns your hair back into its original colour. Bleached hair can be dyed again. +70202 White Hair Dye Dyes your hair white. You can dye your hair once every 3 levels. +70203 Blonde Hair Dye Dyes your hair blonde. You can dye your hair once every 3 levels. +70204 Red Hair Dye Dyes your hair red. You can dye your hair once every 3 levels. +70205 Brown Hair Dye Dyes your hair brown. You can dye your hair once every 3 levels. +70206 Black Hair Dye Dyes your hair black. You can dye your hair once every 3 levels. +70301 Engagement Ring A ring that is worn by lovers. +70302 Wedding Ring A ring that is worn by a married couple. +71001 Exorcism Scroll Will lift the curse of the evil spirit, if learning is not successful. With the help of this scroll you can read another document on the same day. +71002 Status Reset Document Resets status points so that you can change the development of your character. +71003 Skill Reset Document Resets skill points. +71004 Medal of the Dragon Protects you from a loss of experience points at your next revival. +71005 Language Ring You can understand all kingdom languages for 7 days. +71006 Language Ring You can understand all kingdom languages for 15 days. +71007 Language Ring You can understand all kingdom languages for 30 days. +71008 Fishing Book Book that doubles the chance of catching rare fish. +71009 Storage Chest Your Storeroom will receive 2 additional storage slots. +71010 Third Hand A hand which picks up Yang automatically. +71011 Emotion Mask You can let you feelings run free with this mask. +71012 Book of the Leader While the leader of a group is equipped with this book, all members will gain 30% more Experience points. +71013 Firework Rocket that lights up the sky for all players. +71014 Potion of Attack+10 Increases your attack speed by 10% for 30 minutes. +71015 Experience Ring You collect 50% more experience points while fighting. +71016 Thief's Gloves Doubles the probability of looting items. +71017 Lucky Medal Doubles the probability of looting Yang by 50%. +71018 Blessing of Life A blessing with which your HP are immediately recovered to 100%. +71019 Blessing of Magic A blessing that regenerates all your SP immediately. +71020 Blessing of the Dragon A blessing with which your HP and SP are immediately recovered to 100%. +71021 Scroll of War Improvement of items will succeed (100%). Only works on items +0 to +3. +71022 Return of Intelligence Resets your intelligence points back to basic level, so you can redistribute them. +71023 Return of Vitality Resets your vitality points back to basic level, so you can redistribute them. +71024 Return of Strength Resets your Strength points back to basic level, so you can redistribute them. +71025 Stone of the Blacksmith At the blacksmith's you can create a blacksmith handbook with the help of this stone and a blessing scroll. +71026 Magic Iron Ore This ore, when combined with a blessing scroll, enables the crafting of a dragon scroll at the blacksmiths. +71027 Dragon God Life Increases your maximum HP by 20% for 30 minutes. +71028 Dragon God Attack Increases the damage you cause during a fight by 12-15% for 30 minutes. +71029 Dragon God Intelligence Increases your maximum SP by 20% for 30 minutes. +71030 Dragon God Defence Lowers the damage you receive during a fight by 12-15% for 30 minutes. +71031 Dragon God Support The vitality, strength, intelligence and dexterity of your character will temporarily quintuple. +71032 Dragon Scroll Eliminates the risk of destroying an item if the improvement fails. Only its quality will be decreased by 1. Additionally, the probability of a successful improvement will increase by 10%. +71033 Emotion Mask You can let you feelings run free with this mask. +71034 Potion of Attack +15 Increases your attack speed by 15% for 30 minutes. +71035 Researcher's Elixir Improves the quality of the research objects which you have collected, thereby increasing the likelihood that they will be accepted. +71036 Scroll - Chief Orc Will summon an Orc Chieftain next to your Character. Beware! It is a Boss Monster! +71037 Scroll - Leader Will summon a Dark Leader next to your character. Beware! It is a Boss Monster! +71038 Scroll - Queen Spider Will summon a King Spider next to your Character. Beware! It is a Boss Monster! +71039 Scroll - Tortoise Will summon a Turtle next to your Character. Beware! It is a Boss Monster! +71040 Scroll - Flame King Will summon the King of Flames next to your Character. Beware! It is a Boss Monster! +71041 Scroll - Nine Tails Will summon a Nine tail next to your Character. Beware! It is a Boss Monster! +71042 Scroll - Demon King Will summon a Proud Demon King next to your character. Beware! It is a Boss Monster! +71043 Scroll - Tiger Ghost Makes a yellow tiger ghost appear next to your character. Be careful, it's a boss! +71044 Critical Strike Increases the chance of landing a critical hit by 20% for 10 minutes. +71045 Piercing Strike Increases the chance of a piercing hit by 20% for 10 minutes. +71047 Spirit Stone Tincture Removes a Spirit Stone from one of your items. +71048 Modification Charm This charm can change the gender of your character. +71049 Silk Bundle With this bundle you can open a private shop for 10 days free of charge. +71050 Potion of Speed Boosts your motion speed by 60 for 30 minutes. +71051 Bewitch Item Add a special new bonus onto one of your items, if it does not already have one. +71052 Bless Item Removes the special-bonus on one of your items and adds another one. +71054 Tincture of Kingdoms A character is able to go into exile in another kingdom, this means changing the kingdom. +71055 Tincture of the Name Changes the name of a Character. +71056 Tincture of Heaven Increases the chance of successfully improving a Spirit Stone. +71057 Stone of Fossil Trunk O. Creates a fossil wood lode next to your character. +71058 Stone of Copper Lode Creates a copper ore lode next to your character +71059 Stone of Silver Lode Creates a silver ore lode next to your character. +71060 Stone of Gold Lode Creates a gold lode next to your character. +71061 Stone of Jade Lode Creates a jade lode next to your character. +71062 Stone of Ebony Lode Creates an ebony lode next to your character. +71063 Stone of Clams Creates a pile of shells next to your character +71064 Stone of White Gold Lode Creates a white gold lode next to your character. +71065 Stone of Crystal Lode Creates a crystal lode next to your character. +71066 Stone of Amethyst Lode Creates quartz crystal lode next to your character. +71067 Stone of Heaven's Ode Creates a tears of heaven lode next to your character. +71068 Feather of Lovers When it is equipped, a couple's love points will increase twice as fast. +71069 Earrings of Harmony Increase the chance of a piercing hit for both spouses by a maximum of 8% for 3 hours, if worn by one of them. The effect of the item depends on the percentage of love points. If a couple has, for example, 50% love points, the maximum effect is reduced by half. +71070 Love Bracelet Increases the collection of experience points during battle for both spouses by a maximum of 20% for 3 hours, if worn by one of them. The effect of the item depends on the percentage of love points. If a couple has, for example, 50% love points, the maximum effect is reduced by half. +71071 Earrings of Love Increase the chance of critical hits for both spouses by a maximum of 8% for 3 hours, if worn by one of them. The effect of the item depends on the percentage of love points. If a couple has, for example, 50% love points, the maximum effect is reduced by half. +71072 Harmony Bracelet Reduces the attack power of enemy monsters on both spouses by a maximum of 15% for 3 hours, if worn by one of them. The effect of the item depends on the percentage of love points. If a couple has, for example, 50% love points, the maximum effect is reduced by half. +71073 Necklace of Love Increases the attack power for both spouses by a maximum of 40 for 3 hours, if worn by one of them. The effect of the item depends on the percentage of love points. If a couple has, for example, 50% love points, the maximum effect is reduced by half. +71074 Necklace of Harmony Increases defence of both spouses by a maximum of 30 for 3 hours, if worn by one of them. The effect of the item depends on the percentage of love points. If a couple has, for example, 50% love points, the maximum effect is reduced by half. +71075 Hair Dye (White) Dyes hair white. +71076 Hair Dye (Blonde) Dyes hair blonde. +71077 Hari Dye (Red) Dyes hair red. +71078 Hair Dye (Brown) Dyes hair brown. +71079 Hair Dye (Black) Dyes hair black. +71080 Metin Stone(L) A light Metin stone will be dropped near your character. +71081 Metin Stone(N) A medium Metin stone will be dropped near your character. +71082 Metin Stone(H) A large Metin stone will be dropped near your character. +71083 Stone Handbook Removes all broken stones from an item. With that you will get another chance to improve your weapon or armour. +71084 Enchant Item Removes the bonuses from one of your items and adds new ones. +71085 Reinforce Item If you're lucky it will add a new bonus onto one of your items. (up to a max. of 4 bonuses) +71088 Mission Book (Easy) The book which is bound in brown leather contains a mission which can also be solved by greenhorn fighters. +71089 Mission Book (Normal) The book which is bound in brown leather contains a mission which can only be solved by those who are already experienced in fighting. +71090 Mission Book (Hard) The book which is bound in brown leather contains a mission which can only be solved by really experienced fighters. +71091 Tincture of Trade You can choose a different colour for your shop sign. +71092 Polymorph Book Successfully studying this book increases your transformation skills. It disappears after you have read it. +71093 Polymorph Marble You can use this marble to transform into a monster. +71094 Concentrated Reading Increases the chance of improving your talent when reading the next book (or Soul Stone) by 2.5 times. +71095 Passage Ticket If you give this ticket to the guard, you will be allowed to enter a new floor of the Spider Dungeon as well as the Red Dragon Fortress. +71096 Passage Tablet This medal allows you to pass through a gate. +71099 Ring of Successor Allows the leader of a guild to set up a successor. +71100 Scroll of Lore Change Forget your lore and start a new one. You need to be at least on level 31 to do it. +71101 Potion of Haste This potion decreases your cooldown time by 20 percent for 30 minutes. +71102 +71103 Redistribution (VIT) Puts your vitality back to 1 and allows you to redistribute your points. +71104 Redistribution (INT) Puts your intelligence back to 1 and allows you to redistribute your points. +71105 Redistribution (STR) Puts your strength back to 1 and allows you to redistribute your points. +71106 Redistribution (DEX) Resets your dexterity back to 1 and allows you to redistribute your points. +71107 Fruit of Life Increases rank points by 2000 (cooldown time: 8 hours). +71108 Pomegranate Juice A potion that instantly regenerates your HP by 800 points. This item is tradeable. +71109 Scroll of Correction This scroll allows you to remove the last successfully added Spirit Stone from an item. +71110 Horse Sugar This piece of sugar allows you to give your mount a name. It also increases is defence value by 20. +71113 Glass of Insight Allows you to show another player items from your inventory. The glass breaks in the process. +71114 Wild Boar Seal (yellow) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711151 Wild Boar Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711152 Wild Boar Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711153 Wild Boar Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711154 Wild Boar Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +71115 Wild Boar Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +71116 Wolf Seal (yellow) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711171 Wolf Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711172 Wolf Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711173 Wolf Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711174 Wolf Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +71117 Wolf Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +71118 Tiger Seal (yellow) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711191 Tiger Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711192 Tiger Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711193 Tiger Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711194 Tiger Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +71119 Tiger Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +71120 Lion Seal (yellow) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711211 Lion Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711212 Lion Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711213 Lion Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +711214 Lion Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +71121 Lion Seal (blue) This seal's magic calls upon a mighty animal spirit that will quickly carry you to the place of your choice. +71122 +71123 Dragon Scales Dragon Scales are some of the toughest known materials. +71124 White Lion Animals with white fur are very rare and many cultures worship them, as they believe that they carry remarkable powers. +71125 Wild Battle Boar Seal Taming evil animal spirits takes a lot of magical skill. However, the result is very impressive. +71126 Fight Wolf Seal Taming evil animal spirits takes a lot of magical skill. However, the result is very impressive. +71127 Storm Tiger Seal Taming evil animal spirits takes a lot of magical skill. However, the result is very impressive. +71128 Battle Lion Seal Taming evil animal spirits takes a lot of magical skill. However, the result is very impressive. +71129 Dragon Claw The look of this terrifying claw brings back memories... +71130 Passage Ticket If you give this ticket to the guard, you will be allowed to enter a new floor of the Spider Dungeon as well as the Red Dragon Fortress. This item is tradeable. +71131 +71132 +71133 +71134 +71135 Crescent Moon Ring A ring with an artistically finished engraving in the style of a crescent moon. +71136 Lolly A lolly made of secret ingredients which provides experience and strength for battle. +71137 Royal Tiger Seal (blue) The magic of the seal summons your mount, the majestic Royal Tiger (blue). +71138 Royal Tiger Seal (red) The magic of the seal summons your mount, the majestic Royal Tiger (red). +71139 Royal Tiger Seal (gold) The magic of the seal summons your mount, the majestic Royal Tiger (gold). +71140 Royal Tiger Seal (green) The magic of the seal summons your mount, the majestic Royal Tiger (green). +71141 Royal Tiger Seal (grey) The magic of the seal summons your mount, the majestic Royal Tiger (grey). +71142 Royal Tiger Seal (white) The magic of the seal summons your mount, the majestic Royal Tiger (white). +71143 Ring of Joy A ring with a valuable decoration made from jade and celestial stone, which has the following bonuses: +50% experience points +20% attack speed +20% casting speed +30% strength against monsters +10% maximum HP +10% maximum SP +71144 Christmas Chest A lovingly packed Christmas gift that contains a festive surprise. +71145 Amulet of Eternal Love A silver heart-shaped amulet, decorated with magic gemstones. +71146 Cupid's Chest (pink) Heart-shaped chest with 10 surprises inside. Can be opened every 30 mins. +71147 Cupid's Chest (blue) Heart-shaped chest with 10 surprises inside. Can be opened every 30 mins. +71148 Ring of Will Power Gives you +30% EXP, +20% defence chance against Warriors, +20% defence chance against Ninjas, +30% strength against monsters, +10% maximum HP and +10% maximum SP for 7 days. +71149 Ring of Deadly Power Gives you +30% EXP, +20% defence chance against Suras, +20% defence chance against Shamans, +30% strength against monsters, +10% maximum HP and +10% maximum SP for 7 days. +71150 Magic Egg The artfully decorated oval chest contains more than just an Easter surprise, it reveals its treasures little by little. +71151 Green Magic Removes the bonuses from one of your items and adds new ones. Can only be used on weapons and armour up to level 40. Item from the level chest, not tradeable. +71152 Green Strength With a little luck, this will add a new bonus to one of your items (max. 4 bonuses). Can only be used on weapons and armour up to level 40. Item from the level chest, not tradeable. +71153 Potion of Wisdom This potion allows you to gather 100% more experience in one hour of game time. Not tradeable. +71154 +71155 +71156 +71157 +71158 Hero's Medal Gives +50% EXP, +30% damage, +20% attack speed, +20% casting speed, +10% HP and +10% SP. +71159 Milon's Chest A chest for true heroes. Contains a random item as pay for your triumph. +71160 Athena's Chest A chest for true heroines. Contains a random item as pay for your triumph. +71161 Equus Porphyreus Seal for one of the beautiful and extremely rare purple horses. +71164 Comet Seal You can use this seal to summon your reindeer, Comet. +71166 Armoured Panda Seal This seal allows you to summon your Armoured Panda. +71171 Unicorn Seal This seal summons your Unicorn. +71172 Nightmare Seal This seal summons your Nightmare. +71173 Teleportation Scroll This Scroll brings you directly to the gates of the Red Dragon Fortress. +71174 Passage Ticket You may enter the Red Dragon Fortress when you present this Passage Ticket to the responsible guard. +71175 Passage Ticket You may enter the Red Dragon Fortress when you present this Passage Ticket to the responsible guard. +71176 Black Panther This seal summons your mysterious Black Panther. +71177 Leopard Seal This seal summons your valiant Leopard. +72001 Experience Ring Increases the collection of experience by 50% for one hour. +72002 Experience Ring Increases the collection of experience by 50% for 30 minutes. +72003 Experience Ring Increases the collection of experience by 50% for 3 hours. +72004 Thief's Gloves Doubles your chance of looting items for 10 hours. +72005 Thief's Gloves Doubles your chance of looting items for 30 minutes. +72006 Thief's Gloves Doubles your chance of looting items for 3 hours. +72007 Silk Bundle You can open a private shop for 10 hours. +72008 Silk Bundle You can open a private shop for 30 minutes. +72009 Silk Bundle You can open a private shop for 3 hours. +72010 Lovebird Feather When it is equipped, the love points of a couple increase twice as fast for 15 minutes. +72011 Lovebird Feather When it is equipped, the love points of a couple increase twice as fast for 30 minutes. +72012 Lovebird Feather When it is equipped, the love points of a couple increase twice as fast for 3 hours. +72013 Fishing Book Your chance of catching a rare fish is doubled for 15 minutes. +72014 Fishing Book Your chance of catching a rare fish is doubled for 30 minutes. +72015 Fishing Book Your chance of catching a rare fish is doubled for 3 hours. +72016 Third Hand A hand that picks up dropped Yang automatically for 15 minutes. +72017 Third Hand A hand that picks up dropped Yang automatically for 30 minutes. +72018 Third Hand A hand that picks up dropped Yang automatically for 3 hours. +72019 Storage Chest Your Storeroom gets two additional storage rooms for a duration of 15 minutes. +72020 Storage Chest Your Storeroom gets two additional storage rooms for a duration of 30 minutes. +72021 Storage Chest Your Storeroom gets 2 additional storage rooms for a duration for 3 hours. +72022 Lucky Gold Coin Doubles your chance of capturing Yang for 10 hours. +72023 Lucky Gold Coin Doubles your chance of capturing Yang for 30 minutes. +72024 Lucky Gold Coin Doubles your chance of capturing Yang for 3 hours. +72025 Critical Strike Increases the chance of landing a critical hit by 20% for 10 minutes. +72026 Critical Strike Increases the chance of landing a critical hit by 20% for 10 minutes. +72027 Critical Strike Increases the chance of landing a critical hit by 20% for 10 minutes. +72028 Emotion Mask You can let your emotions run free for 7 days. +72029 Emotion Mask You can let your emotions run free for 15 days. +72030 Emotion Mask You can let your emotions run free for 30 days. +72031 Dragon God Attack Increases your attack value by 12 to 15% for 30 minutes. +72032 Dragon God Attack Increases your attack value by 12 to 15% for 30 minutes. +72033 Dragon God Attack Increases your attack value by 12 to 15% for 30 minutes. +72034 Dragon God Defence Reduces damage by 12% - 15% when you defend. +72035 Dragon God Defence Reduces damage by 12% - 15% when you defend. +72036 Dragon God Defence Reduces damage by 12% - 15% when you defend. +72037 Dragon God Life Increases your maximum HP by 20% for 30 minutes. +72038 Dragon God Life Increases your maximum HP by 20% for 30 minutes. +72039 Dragon God Life Increases your maximum HP by 20% for 30 minutes. +72040 Dragon God Intelligence Increases your maximum SP by 20% for 30 minutes. +72041 Dragon God Intelligence Increases your maximum SP by 20% for 30 minutes. +72042 Dragon God Intelligence Increases your maximum SP by 20% for 30 minutes. +72043 Book of the Leader When the group leader is equipped with it, it increases the experience points of group members and the leader by 30%. +72044 Book of the Leader When the group leader is equipped with it, it increases the experience points of group members and the leader by 30%. +72045 Book of the Leader When the party leader is equipped with it, it increases the experience point of group members and the leader by 30%. +72046 Critical Chance Increases your chance of a piercing hit by 20% for 10 minutes. +72047 Criticial Chance Increases your chance of a piercing hit by 20% for 10 minutes. +72048 Critical Chance Increases your chance of a piercing hit by 20% for 10 minutes. +72301 Blessing Scroll Reduces the risk of destroying an Item if the upgrade fails. The cost of this save is that the quality is reduced by 1 point. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Magic Copper Ore When you combine this ore with a Blessing Scroll at the blacksmith's, you can create a Scroll of War. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Experience Ring (iCafe) Increases collection of experience points by 20% in the membership iCafe. +72502 Thief's Glove (iCafe) Chance of items being dropped increases by 1.5 times in Membership iCafe. +72701 Wind Shoes Increases your movement speed by 30 when equipped. +72703 Tiger Bone Earring Your attack value will be increased by 200 points for 2 hours (time only counts down while the item is being worn). The item is not tradeable. +72704 Dragon Bone Earring Your defence value will be increased by 200 points for 2 hours (time only counts down while the item is being worn). The item is not tradeable. +72705 Tiger Bone Bracelet The damage your skills inflict will be increased by 15% for 2 hours (time only counts down while the item is being worn). The item is not tradeable. +72706 Dragon Bone Bracelet Your defences against skills will be increased by 15% for 2 hours (time only counts down while the item is being worn). The item is not tradeable. +72723 Sun Elixir (S) Automatically refills your HP. Contains 1,000,000 HP. +72724 Sun Elixir (M) Automatically refills your HP. Contains 3,000,000 HP. +72725 Sun Elixir (L) Automatically refills your HP. Contains 7,000,000 HP. +72726 Sun Elixir (E) Automatically fills up HP. Contains 10,000,000 HP. This item is tradeable. +72727 Moon Elixir (S) Automatically refills your SP. Contains 100,000 SP. +72728 Moon Elixir (M) Automatically refills your SP. Contains 300,000 SP. +72729 Moon Elixir (L) Automatically refills your SP. Contains 700,000 SP. +72730 Moon Elixir (E) Automatically fills up SP. Contains 1,000,000 SP. This item is tradeable. +73001 Trendy Hairstyle (Red) A trendy hairstyle, that gives you a striking appearance. +73002 Trendy Hairstyle (Light) A trendy hairstyle, that gives you a striking appearance. +73003 Trendy Hairstyle (Blue) A trendy hairstyle, that gives you a striking appearance. +73004 Trendy Hairstyle (Brown) A trendy hairstyle, that gives you a striking appearance. +73005 Bandanna Short hair that is tamed with a headband. +73006 Bandanna Short hair that is tamed with a headband. +73007 Bandanna Short hair that is tamed with a headband. +73008 Bandanna Short hair that is tamed with a headband. +73009 Long Hair (Black) An impressive hairstyle with magnificent, black hair. +73010 Long Hair (Red) An impressive hairstyle with magnificent, red hair. +73011 Long Hair (Brown) An impressive hairstyle with magnificent, brown hair. +73012 Long Hair (Green) An impressive hairstyle with magnificent, green hair. +73251 Ponytail (Brown) Long hair done up in a plait. +73252 Ponytail (Green) Long hair done up a plait. +73253 Ponytail (Blue) Long hair done up in a plait. +73254 Ponytail (Light) Long hair done up in a plait. +73255 Shoulder Length (Red) A natural-looking shoulder-length hairstyle. +73256 Shoulder Length (Brown) A natural-looking shoulder-length hair cut. +73257 Shoulder Length (Light) A natural-looking shoulder-length hairstyle. +73258 Shoulder Length (Purple) A natural-looking shoulder-length hairstyle. +73259 Short Hair (Red) A hairstyle that gives you a threatening look. +73260 Short Hair (Blue) A short hairstyle giving you a threatening look. +73261 Short Hair (Black) A short hairstyle that gives you a threatening look. +73262 Short Hair (Blonde) A short hairstyle that gives you a threatening look. +73501 Sporty Haircut (Light) An extravagant short hairstyle. +73502 Sporty Haircut (Brown) An extravagant short hairstyle. +73503 Sporty Haircut (Blonde) An extravagant short hairstyle. +73504 Sporty Haircut (Green) An extravagant short hairstyle. +73505 Charisma Hair (White) A charismatic hairstyle with long hair. +73506 Charisma Hair (Red) A charismatic hairstyle with long hair. +73507 Charisma Hair (Black) A charismatic hairstyle with long hair. +73508 Charisma Hair (Purple) A charismatic hairstyle with long hair. +73509 Long Plait (White) A traditional plait. +73510 Long Plait (Blue) A traditional plait. +73511 Long Plait (Black) A traditional plait. +73512 Long Plait (Brown) A traditional plait. +73751 Elegant Hairstyle(Brown) An elegant hairstyle with tied back hair. +73752 Elegant Hairstyle(black) An elegant haircut with tied back hair. +73753 Elegant Hairstyle (Blue) An elegant hairstyle with tied back hair. +73754 Elegant Hairstyle(Light) An elegant hairstyle with tied back hair. +73755 Med. Length Hair (Brown) Elegant, straight hair. +73756 Med. Length Hair (Black) Elegant, straight hair. +73757 Med.Length Hair (Blonde) Elegant, straight hair. +73758 Med.Length Hair (Purple) Elegant, straight hair. +73759 Old Hairstyle (Brown) Long hair, worn in a traditional way. +73760 Old Hairstyle (Light) Long hair, worn in a traditional way. +73761 Old Hairstyle (Purple) Long hair, worn in a traditional way. +73762 Old Hairstyle (Red) Long hair, worn in a traditional way. +74001 Trendy Hairstyle (Red) A hairstyle giving you a distinctive look +74002 Trendy Hairstyle (Light) A hairstyle giving you a distinctive look +74003 Trendy Hairstyle (Blue) A hairstyle giving you a distinctive look +74004 Trendy Hairstyle (Brown) A hairstyle giving you a distinctive look +74005 Headband (Red) Short brown hair worn with a red headband +74006 Headband (Brown plaid) Short blonde hair with a bright headband +74007 Headband (Blue) Short blue hairstyle worn with a headband +74008 Headband (Green plaid) Short green hairstyle worn with a green headband +74009 Long Hair (Black) A hairstyle giving you a distinctive look +74010 Long Hair (Red) A hairstyle giving you a distinctive look +74011 Long Hair (Brown) A hairstyle giving you a distinctive look +74012 Long Hair (Green) A hairstyle giving you a distinctive look +74013 Warrior Afro (Male) Gives a male Warrior an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74014 Warrior Afro (Male) Gives a male warrior an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74015 Warrior Samurai Helm (M) Gives a male Warrior an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74016 Warrior Samurai Helm (M) Gives a male Warrior an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74017 Warrior Fez (M) A red headdress for male Warriors (duration: 7 days). +74018 Warrior Keffiyeh (M) A headdress for male Warriors (duration: 7 days). +74019 Warrior Turban (M) A headdress made from the best quality material for male Warriors (duration: 7 days). +74020 Jack O' Warrior (m) A mask for warriors in the shape of a pumpkin. Attributes and duration are set at random. It replaces any existing hairstyles. +74251 Ponytail (Brown) A popular women's hairstyle in which hair is tied up into a long plait +74252 Ponytail (Green) A hairstyle in which the hair has been tied up into a long plait +74253 Ponytail (Blue) Long blue hair that has been tied up into a plait - a popular women's hairstyle +74254 Ponytail (Light) Long fair hair that has been tied up into a plait - a very popular women's hairstyle +74255 Shoulder Length (Red) A hairstyle with a sassy, trendy look +74256 Shoulder Length (Brown) A sassy, trendy hairstyle +74257 Shoulder Length (Light) A sassy, trendy hairstyle +74258 Shoulder Length (Purple) A sassy, trendy hairstyle +74259 Short Hair (Red) Red fringed hair in the Ninja style +74260 Short Hair (Blue) Blue fringed hair in the Ninja style +74261 Short Hair (Black) Black, fringed hair in the Ninja style +74262 Short Hair (Blonde) Blonde, fringed hair in the Ninja style +74263 Ninja Afro (Female) Gives a female Ninja an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74264 Ninja Afro (Female) Gives a female Ninja an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74265 Ninja Flower Hat (F) Gives a female Ninja an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74266 Ninja Flower Hat (F) Gives a female Ninja an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74267 Ninja Headscarf (F) A face veil made from a very valuable material for female Ninjas (duration: 7 days). +74268 Ninja Desert Scarf (F) A desert scarf for female Ninjas made from a precious material (duration: 7 days). +74269 Ninja Turban (F) A turban for female Ninjas made from a very valuable material (duration: 7 days). +74270 Jack O' Ninja (f) A mask for female ninjas in the shape of a pumpkin. Attributes and duration are set at random. It replaces any existing hairstyles. +74501 Sporty Hairstyle (White) A short hairstyle that gives you a military look +74502 Sporty Hairstyle (Brown) A short hairstyle that gives you a military look +74503 Sporty Hairstyle(Blonde) A short hairstyle that gives you a military look +74504 Sporty Hairstyle (Green) A short hairstyle that gives you military look +74505 Charisma Hair (White) A hairstyle accentuating a strong individual character +74506 Charisma Hair (Red) A hairstyle accentuating a strong individual character +74507 Charisma Hair (Black) A hairstyle accentuating a strong individual character +74508 Charisma Hair (Purple) A hairstyle accentuating a strong individual character +74509 Long Plait (White) A plaited old fashioned hairstyle that was symbolic of the rich +74510 Long Plait (Blue) A plaited old fashioned hairstyle that was symbolic of the rich +74511 Long Plait (Black) A plaited old fashioned hairstyle that was symbolic of the rich +74512 Long Plait (Brown) A plaited old fashioned hairstyle that was symbolic of the rich +74513 Sura Afro (Male) Gives a male Sura an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74514 Sura Afro (Male) Gives a male Sura an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74515 Sura Samurai Helmet (M) Gives a male Sura an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74516 Sura Samurai Helmet (M) Gives a male Sura an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74517 Sura Fez (M) A red headscarf for male Suras (duration: 7 days). +74518 Sura Keffiyeh (M) A headdress for male Suras (duration: 7 days). +74519 Sura Turban (M) A headdress made from the best quality material for male Suras (duration: 7 days). +74520 Jack O' Sura (m) A mask for the Sura in the shape of a pumpkin. Attributes and duration are set at random. It replaces any existing hairstyles. +74751 Elegant Hairstyle(Brown) An elegant, hairstyle pinned up with a butterfly hairpin +74752 Elegant Hairstyle(Black) An elegant, hairstyle pinned up with a butterfly hairpin +74753 Elegant Hairstyle (Blue) An elegant, hairstyle pinned up with a butterfly hairpin +74754 Elegant Hairstyle(Light) An elegant, hairstyle pinned up with a butterfly hairpin +74755 Med.Length Hair (Brown) An elegant Shaman hairstyle +74756 Med. Length Hair (Black) An elegant Shaman hairstyle +74757 Med.Length Hair (Blonde) An elegant Shaman hairstyle +74758 Med.Length Hair (Purple) An elegant Shaman hairstyle +74759 Old Hairstyle (Brown) A feminine hairstyle with long, layered hair +74760 Old Hairstyle (Blonde) A feminine hairstyle with long, layered hair +74761 Old Hairstyle (Purple) A feminine hairstyle with long, layered hair +74762 Old Hairstyle (Red) A feminine hairstyle with long, layered hair +74763 Shaman Afro (Female) Gives a female Shaman an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74764 Shaman Afro (Female) Gives a female Shaman an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74765 Shaman Flower Hat (F) Gives a female Shaman an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +74766 Shaman Flower Hat (F) Gives a female Shaman an SP bonus of 1%. Replaces existing hairstyle (duration 7 days). +74767 Shaman Headscarf (F) A face veil made from a very valuable material for female Shamans (duration: 7 days). +74768 Shaman Desert Scarf (F) A desert scarf for female Shamans made from a precious material (duration: 7 days). +74769 Shaman Turban (F) A turban made from a very valuable material for female Shamans (duration: 7 days). +74770 Jack O' Shaman (f) A mask for female shamans in the shape of a pumpkin. Attributes and duration are set at random. It replaces any existing hairstyles. +75001 Trendy Hairstyle (Red) Trendy hairstyle with red hair and a hair-band +75002 Trendy Hairstyle (Light) Trendy hairstyle with light coloured hair and a hair-band +75003 Trendy Hairstyle (Blue) Trendy hairstyle with blue hair and a hair-band +75004 Trendy Hairstyle (Brown) Trendy hairstyle with brown hair and a hair-band +75005 Headband (Brown) Short, tousled hair controlled with a headband +75006 Headband (Blonde) Short, tousled hair controlled with a headband +75007 Headband (Blue) Short, tousled hair controlled with a headband +75008 Headband (Green) Short, tousled hair controlled with a headband +75009 Long Hair (Black) Marvellous, black hair +75010 Long Hair (Red) Marvellous, red hair +75011 Long Hair (Brown) Marvellous, brown hair +75012 Long Hair (Green) Marvellous, green hair +75013 Warrior Afro (Female) Gives a female Warrior an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75014 Warrior Afro (Female) Gives a female Warrior an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75015 Warrior Flower Hat (F) Gives a female Warrior an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75016 Warrior Flower Hat (F) Gives a female Warrior an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75017 Warrior Headscarf (F) A face veil made from a very valuable material for female Warriors (duration: 7 days). +75018 Warrior Desert Scarf (F) A desert scarf for female warriors from a precious material (duration: 7 days). +75019 Warrior Turban (F) A headdress made from the best quality material for female Warriors (duration: 7 days). +75020 Jack O' Warrior (f) A mask for female warriors in the shape of a pumpkin. Attributes and duration are set at random. It replaces any existing hairstyles. +75201 Ponytail (Brown) Brown hair with a nice, long ponytail +75202 Ponytail (Green) Green hair with a nice, long ponytail +75203 Ponytail (Blue) Blue hair with a nice, long ponytail +75204 Ponytail (Light) Grey hair with a nice, long ponytail +75205 Shoulder Length (Red) A discreet hairstyle with a white headband +75206 Shoulder Length (Brown) A discreet hairstyle with a green headband +75207 Shoulder Length (Light) A discreet hairstyle with a light headband +75208 Shoulder Length (Purple) A discreet hairstyle with a red headband +75209 Short Hair (Red) A hairstyle that gives you a sinister look +75210 Short Hair (Blue) A hairstyle that gives you a sinister look +75211 Short Hair (Black) A hairstyle that gives you a sinister look +75212 Short Hair (Blonde) A hairstyle that gives you a sinister look +75213 Ninja Afro (Male) Gives a male Ninja an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75214 Ninja Afro (Male) Gives a male Ninja an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75215 Ninja Samurai Helmet (M) Gives a male Ninja an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75216 Ninja Samurai Helmet (M) Gives a male Ninja an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75217 Ninja Fez (M) A red headdress for male Ninjas (duration: 7 days). +75218 Ninja Keffiyeh (M) A headdress for male Ninjas. Protects against desert storms (duration: 7 days). +75219 Ninja Turban (M) A headdress made from the best quality material for male Ninjas (duration: 7 days). +75220 Jack O' Ninja (m) A mask for ninjas in the shape of a pumpkin. Attributes and duration are set at random. It replaces any existing hairstyles. +75401 Sporty Hairstyle (Light) An extravagant hairstyle that is popular with female Suras +75402 Sporty Hairstyle (Brown) An extravagant hairstyle that is popular with female Suras +75403 Sporty Hairstyle(Blonde) An extravagant hairstyle that is popular with female Suras +75404 Sporty Hairstyle (Green) An extravagant hairstyle that is popular with female Suras +75405 Charisma Style (White) Long, snow-white hair, that makes you look opinionated +75406 Charisma Style (Red) Long, red hair that makes you look opinionated +75407 Charisma Style (Black) Long, jet-black hair, that makes you look opinionated +75408 Charisma Style (Purple) Long, purple hair, that makes you look opinionated +75409 Long Plait (White) Plait +75410 Long Plait (Blue) Plait +75411 Long Plait (Black) Plait +75412 Long Plait (Brown) Plait +75413 Sura Afro (Female) Gives a female Sura an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75414 Sura Afro (Female) Gives a female Sura an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75415 Sura Flower Hat (F) Gives a female Sura an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75416 Sura Flower Hat (F) Gives a female Sura an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75417 Sura Headscarf (F) A face veil made from a very valuable material for female Suras (duration: 7 days). +75418 Sura Desert Scarf (F) A desert scarf for female Suras made from a precious material (duration: 7 days). +75419 Sura Turban (F) A headdress made from the best quality material for female Suras (duration: 7 days). +75420 Jack O' Sura (f) A mask for female Sura in the shape of a pumpkin. Attributes and duration are set at random. It replaces any existing hairstyles. +75601 Smart Hairstyle (Brown) A trendy trim giving Shamans a strong expression +75602 Smart Hairstyle (Black) A trendy trim giving Shamans a strong expression +75603 Smart Hairstyle (Blue) A trendy trim giving Shamans a strong expression +75604 Smart Hairstyle (Light) A trendy trim that gives Shamans a strong expression +75605 Med. Length Hair (Brown) Smooth, brown hair +75606 Med. Length Hair (Black) Straight, black hair +75607 Med.Length Hair (Blonde) Straight, light coloured hair +75608 Med.Length Hair (Purple) Straight, purple hair +75609 Old Hairstyle (Brown) Old Warrior hairstyle. The brown hair is tied up in a plait +75610 Old Hairstyle (Light) Old Warrior hairstyle. The light coloured hair is tied up in a plait +75611 Old Hairstyle (Purple) Old Warrior hairstyle. The purple hair is tied up in a plait +75612 Old Hairstyle (Red) Old Warrior hairstyle. The red hair is tied up in a plait +75613 Shaman Afro (M) Gives a male Shaman an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75614 Shaman Afro (M) Gives a male Shaman an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75615 Shaman Samurai Helm (M) Gives a male Shaman an HP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75616 Shaman Samurai Helm (M) Gives a male Shaman an SP bonus of 1%. Replaces existing hairstyle (duration: 7 days). +75617 Shaman Fez (M) A red headdress for male Shamans (duration: 7 days). +75618 Shaman Keffiyeh (M) A headdress for male Shamans. Protects against desert storms (duration: 7 days). +75619 Shaman Turban (M) A headdress made from the best quality material for male Shamans (duration: 7 days). +75620 Jack O' Shaman (m) A mask for shamans in the shape of a pumpkin. Attributes and duration are set at random. It replaces any existing hairstyles. +76000 Peach Flower Wine Beverage that will immediately regenerate your HP by 500 points. Not tradeable. +76001 Status Reset Document The use of this item allows you to redistribute your status points. You can use it to steer the development of your character into a new direction. Not tradeable. +76002 Shrunken Head This demon's Shrunken Head opens the seal to the 3rd floor of the Devil's Catacomb. Not tradeable. +76003 Potion of Haste This potion reduces cooldown time by 20 percent for 30 minutes. Not tradeable. +76004 Moon Elixir (S) Automatically refills your SP. Contains 10,000 SP. Not tradeable. +76005 Moon Elixir (M) Automatically refills your SP. Contains 300,000 SP. Not tradeable. +76006 Compass for Metin Stones The compass shows you the position and distance to the next Metin Stone. The brighter it glows, the closer you are. It can be activated 6 times. Not tradeable. +76007 Bravery Cape Ancient Warriors showed off their bravery by wearing a colourful cape with which they attracted the attention of monsters. Not tradeable. +76008 Medal of the Dragon Protects you from a loss of experience points at your next revival. Not tradeable. +76009 Dragon Scroll Eliminates the risk of destroying an item if the improvement fails. Only its quality will be decreased by 1. Additionally, the probability of a successful improvement will increase by 10%. Not tradeable. +76010 Blood Stone This stone is made from the blood of Bahar-Taraji and grants you entrance into the Grotto of Exile. Not tradeable. +76011 Book of the Leader Provided the leader of a group has this book on them, all their group members will receive 30% more experience points. Not tradeable. +76012 Potion of Speed Boosts your motion speed by 60 for 30 minutes. Not tradeable. +76013 Reinforce Item (b) With a little luck, this will add a new bonus to one of your items (max. 4 bonuses). Item from the level chest, not tradeable. +76014 Enchant Item (b) Removes the bonuses from one of your items and adds new ones. Item from the level chest, not tradeable. +76015 Blessing Marble Legendary blessed marble. When an item has four attributes, it adds another attribute. Not tradeable. +76016 Blessing Scroll Reduces the risk of destroying an Item if the upgrade fails. The cost of this save is that the quality is reduced by 1 point. Not tradeable. +76017 Potion of Attack +10 Increases your attack speed by 10% for 30 minutes. Not tradeable. +76018 Potion of Attack +15 Increases your attack speed by 15% for 30 minutes. Not tradeable. +76019 Passage Ticket If you give this ticket to the guard, you will be allowed to enter a new floor of the Spider Dungeon as well as the Red Dragon Fortress. Not tradeable. +76020 Researcher's Elixir Improves the quality of the research objects which you have collected, thereby increasing the likelihood that they will be accepted. Not tradeable. +76021 Sun Elixir (S) Automatically refills your HP. Contains 100,000 HP. Not tradeable. +76022 Sun Elixir (M) Automatically refills your HP. Contains 3,000,000 HP. Not tradeable. +76023 Green Magic Removes the bonuses from one of your items and adds new ones. Can only be used on weapons and armour up to level 40. Item from the level chest, not tradeable. +76024 Green Strength With a little luck, this will add a new bonus to one of your items (max. 4 bonuses). Can only be used on weapons and armour up to level 40. Item from the level chest, not tradeable. +80001 Money Pouch A dark and already worn out pouch sewed from leather. +80002 Blank Paper An unused parchment of good quality. +80008 Lump of Gold A lump of gold that has never been crafted. It is being sold in a shop for a high price. +80014 DR Voucher (100) Voucher to the value of 100 Dragon Coins. Item is tradeable. +80015 DR Voucher (500) Voucher to the value of 500 Dragon Coins. Item is tradeable. +80016 DR Voucher (1000) Voucher to the value of 1000 Dragon Coins. Item is tradeable. +80017 DR Voucher (50) Voucher to the value of 50 Dragon Coins. Item is tradeable. +90001 Empty Water Bottle A stable travel case to transport water - sadly it is empty right now. +90002 Water Bottle A stable travel case to transport water. +90003 Crystal An especially nice and clear gemstone which shines fascinatingly in the sunlight. +90004 Gem A nice coloured and flat cut stone which is used for producing ornaments. +90005 Water Stone A hard, coarse stone which can be used to grind weapons or kitchen utensils. +90006 Spirit Stone This stone, added to weapons or armour, increases the quality of the item. +90007 Mineral There are around 4000 minerals which differ in crystal structure and so also differ in shape and colour. +90010 Foundation Stone Building Material for the Guild Building +90011 Trunk Building Material for the Guild Building +90012 Plywood Building Material for the Guild Building +90013 diff --git a/bin/pack/locale_en/locale/en/jobdesc_assassin.txt b/bin/pack/locale_en/locale/en/jobdesc_assassin.txt new file mode 100644 index 00000000..812e0fa5 --- /dev/null +++ b/bin/pack/locale_en/locale/en/jobdesc_assassin.txt @@ -0,0 +1,21 @@ +[DELAY value;10] +Ninjas are professional[ENTER] +killers, who can attack[ENTER] +through ambush. In order to[ENTER] +maximise on both strength[ENTER] +and mobility, these[ENTER] +[WAIT] +assassins wear only light[ENTER] +armour. This allows them to[ENTER] +execute rapid and fluid[ENTER] +manoeuvres without[ENTER] +hindrance. Depending on[ENTER] +[WAIT] +their area of[ENTER] +specialization, Ninjas can[ENTER] +be master fighters in[ENTER] +close-combat situations with[ENTER] +daggers, or in[ENTER] +[WAIT] +distant-combat situations[ENTER] +with bows. \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/jobdesc_shaman.txt b/bin/pack/locale_en/locale/en/jobdesc_shaman.txt new file mode 100644 index 00000000..9f59ee38 --- /dev/null +++ b/bin/pack/locale_en/locale/en/jobdesc_shaman.txt @@ -0,0 +1,17 @@ +[DELAY value;10] +The wisdom achieved through[ENTER] +long years of intense study[ENTER] +allow the Shamans to use[ENTER] +Spells and Magic to attack[ENTER] +their foes. When in a fight[ENTER] +[WAIT] +and in support of their[ENTER] +friends, their mystic powers[ENTER] +are very effective.[ENTER] +Depending on their area of[ENTER] +specialization, Shamans may[ENTER] +[WAIT] +choose to strengthen their[ENTER] +attacks, or to upgrade[ENTER] +individual healing and[ENTER] +support spells. \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/jobdesc_sura.txt b/bin/pack/locale_en/locale/en/jobdesc_sura.txt new file mode 100644 index 00000000..ebadcb09 --- /dev/null +++ b/bin/pack/locale_en/locale/en/jobdesc_sura.txt @@ -0,0 +1,18 @@ +[DELAY value;10] +Suras are fighters who[ENTER] +gained magical powers by[ENTER] +agreeing to grow the Seed of[ENTER] +Evil in their arms. The[ENTER] +magic they now control[ENTER] +[WAIT] +allows them to wound their[ENTER] +enemies from afar in[ENTER] +distant-combat situations,[ENTER] +while their skill with a[ENTER] +sword makes them excellent[ENTER] +[WAIT] +close-combat fighters. The[ENTER] +Suras can choose to improve[ENTER] +their attack-spells or[ENTER] +develop additional[ENTER] +strengthening spells. \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/jobdesc_warrior.txt b/bin/pack/locale_en/locale/en/jobdesc_warrior.txt new file mode 100644 index 00000000..749446ab --- /dev/null +++ b/bin/pack/locale_en/locale/en/jobdesc_warrior.txt @@ -0,0 +1,20 @@ +[DELAY value;10] +Thanks to their skills as[ENTER] +well as their heavy armour,[ENTER] +Warriors play an important[ENTER] +role in close combat[ENTER] +situations. They strive[ENTER] +[WAIT] +principally for great[ENTER] +physical strength and a[ENTER] +balanced, calm psyche.[ENTER] +Depending on their chosen[ENTER] +speciality, they can wreak[ENTER] +[WAIT] +havoc with their two-handed[ENTER] +weapons or through their[ENTER] +skilful use of sword and[ENTER] +shield, which can defend[ENTER] +against any opponent's[ENTER] +[WAIT] +attack. \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/locale_game.txt b/bin/pack/locale_en/locale/en/locale_game.txt new file mode 100644 index 00000000..404ee5a5 --- /dev/null +++ b/bin/pack/locale_en/locale/en/locale_game.txt @@ -0,0 +1,817 @@ +AFF_LOVE_POINT Love points: %d%% +ALIGNMENT_NAME Rank points: +ATTACK_ERROR_UNKNOWN Unknown attack error: %s +CANNOT_ATTACK_DEST_IN_SAFE The combatant is too far away. +CANNOT_ATTACK_SELF_IN_SAFE I cannot attack my opponent from here. +CANNOT_EQUIP_IN_EXCHANGE You cannot change your equipment whilst trading. +CANNOT_EQUIP_IN_SHOP You cannot change your equipment whilst trading. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA You cannot open a private shop in a public area. +CANNOT_SHOOT_DEST_IN_SAFE The enemy is too far away. +CANNOT_SHOOT_EMPTY_ARROW I need an arrow. +CANNOT_SHOOT_SELF_IN_SAFE I cannot attack my opponent from here. +CANNOT_SKILL_APPROACH I am sure that I cannot get any closer. +CANNOT_SKILL_ATTACK I cannot attack that. +CANNOT_SKILL_DEST_IN_SAFE The opponent is too far away. +CANNOT_SKILL_EQUIP_FISHING_ROD I need a Fishing Pole. +CANNOT_SKILL_HAVE_TO_RIDE I need a Horse to be able to use this. +CANNOT_SKILL_NEED_EMPTY_BOTTLE I do not have an empty bottle. +CANNOT_SKILL_NEED_POISON_BOTTLE I do not have a Poison Bottle. +CANNOT_SKILL_NEED_TARGET Who is the target? +CANNOT_SKILL_NOT_ENOUGH_HP I do not have enough HP! +CANNOT_SKILL_NOT_ENOUGH_SP I do not have enough SP! +CANNOT_SKILL_NOT_HORSE_SKILL I cannot use this whilst riding. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON I cannot use this skill with this weapon. +CANNOT_SKILL_NOT_YET_LEARN I have not learned this skill. +CANNOT_SKILL_ONLY_FOR_ALLIANCE This only affects group members. +CANNOT_SKILL_ONLY_FOR_CORPSE This only affects dead people. +CANNOT_SKILL_REMOVE_FISHING_ROD I cannot use this skill with a Fishing Pole. +CANNOT_SKILL_SELF_IN_SAFE I cannot attack from here. +CANNOT_SKILL_USE_SELF I cannot use this on myself. +CANNOT_SKILL_WAIT_COOLTIME I cannot use this skill yet. +CANNOT_USE You cannot use this. +CANNOT_WHISPER_DEST_REFUSE %s has blocked whispering. SA +CANNOT_WHISPER_NOT_LOGON %s is not online. SA +CANNOT_WHISPER_SELF_REFUSE You cannot whisper something to someone when you have completely blocked whispering. SNA +CHANNEL Channel +CHANNELING_CANNOT_LOGOUT You cannot go back to the login screen. +CHANNEL_EMPTY_SERVER No server +CHANNEL_NORMAL Channel %d +CHANNEL_NOTIFY_FULL This channel is full! Please choose another one. +CHANNEL_NOT_FIND_INFO No information found via the Channel. +CHANNEL_PVP Free duel +CHANNEL_SELECT_CHANNEL Choose the channel +CHANNEL_SELECT_REGION Choose region. +CHANNEL_SELECT_SERVER Choose server +CHANNEL_TEST_SERVER Test server +CHANNEL_TEST_SERVER_ADDR Test %s:%d +CHAT_ALL All +CHAT_BLOCK Block +CHAT_GUILD Guild +CHAT_INFORMATION Info +CHAT_INSULT_STRING This sentence has invalid words in it. +CHAT_LOG Show old messages [L] +CHAT_LOG_TITLE Chat-log +CHAT_NORMAL Normal +CHAT_NOTICE Announcement +CHAT_PARTY Group +CHAT_SEND_CHAT Send chat +CHAT_SEND_MEMO Send whisper[Shift+Enter] +CHAT_SHOUT Call +CHAT_SHOUT_LIMIT You can only call every 15 seconds. +CHAT_WHISPER Whispering +CREATE_ERROR_GM_NAME You are not allowed to use 'GM' in your character name. +CREATE_ERROR_INSULT_NAME This name is invalid. +CREATE_EXIST_SAME_NAME Another character already has this name. +CREATE_FAILURE You cannot create the character +CREATE_GM_NAME GM +CREATE_INPUT_NAME Enter the name. +CREATE_PLUS_STAT There are still status points available. +DAY Days +DO_YOU_BUY_ITEM1 Do you want to buy %s for %s? +DO_YOU_BUY_ITEM2 Do you want to buy %s %s for %s? +DO_YOU_DROP_MONEY Do you want to drop %d Yang? +DO_YOU_SELL_ITEM1 Do you want to sell %s for %s? +DO_YOU_SELL_ITEM2 Do you want to sell %s %s for %s? +DRAGON_SOUL_CANNOT_REFINE This Dragon Stone cannot be refined. +DRAGON_SOUL_CANNOT_REFINE_MORE This Dragon Stone has already reached the highest level. +DRAGON_SOUL_EQUIP_WARNING1 It is difficult to remove a Dragon Stone once it is attached. +DRAGON_SOUL_EQUIP_WARNING2 Would you still like to continue? +DRAGON_SOUL_EXPIRED Expired Dragon Stone +DRAGON_SOUL_INVALID_DRAGON_SOUL That is the wrong Dragon Stone. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL That is not a Dragon Stone. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE That is not the right Dragon Stone. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL You do not have enough material to refine. +DRAGON_SOUL_NOT_MATCHED_SLOT The Dragon Stone does not fit in this slot. +DRAGON_SOUL_STEP_LEVEL1 Clarity: matt, +DRAGON_SOUL_STEP_LEVEL2 Clarity: clear, +DRAGON_SOUL_STEP_LEVEL3 Clarity: flawless, +DRAGON_SOUL_STEP_LEVEL4 Clarity: brilliant, +DRAGON_SOUL_STEP_LEVEL5 Clarity: excellent, +DRAGON_SOUL_STRENGTH Level: +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 The Dragon Stone may be destroyed in the process. +DRAGON_SOUL_UNEQUIP_WARNING2 Would you still like to continue? +DRAGON_SOUL_UNMATCHED_SLOT That is the wrong slot. +DRAGON_SOUL_UNQUALIFIED You cannot yet use Dragon Stone alchemy. +DROP_ITEM_FAILURE_EQUIP_ITEM You cannot drop equipped items. +DROP_ITEM_FAILURE_PRIVATE_SHOP You cannot drop any items as long as a private shop is open. +DROP_MONEY_FAILURE_1000_OVER You can drop a maximum of 999 Yang. +EMOTION_ANGRY Aggravating +EMOTION_ATTRACTIVE Seduction +EMOTION_BANTER Sneering +EMOTION_CHEERS_1 Cheers 1 +EMOTION_CHEERS_2 Cheers 2 +EMOTION_CHEERUP Cheer +EMOTION_CHOOSE_ONE Choose a target. +EMOTION_CLAP Claps +EMOTION_CLAP_KISS Kiss +EMOTION_CONGRATULATION Approval +EMOTION_DANCE_1 Dance 1 +EMOTION_DANCE_2 Dance 2 +EMOTION_DANCE_3 Dance 3 +EMOTION_DANCE_4 Dance 4 +EMOTION_DANCE_5 Dance 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE Forgiveness +EMOTION_FRENCH_KISS French Kiss +EMOTION_JOY Joy +EMOTION_SAD Sad +EMOTION_SHY Rejection +EMOTION_SLAP Hit +EMPIRE_A Shinsoo Kingdom +EMPIRE_B Chunjo Kingdom +EMPIRE_C Jinno Kingdom +EXCHANGE_CANNOT_GIVE This item cannot be traded. +EXCHANGE_CANT_EDIT_MONEY You cannot change the sum now. +EXCHANGE_FAILURE_EQUIP_ITEM You cannot exchange equipped Items. +EXCHANGE_MONEY Sum +EXCHANGE_TITLE Trade with %s +FISHING_FAILURE You lost the Bait. +FISHING_NOTIFY1 It looks like %s is hooked. +FISHING_NOTIFY2 It looks like %s is on the hook. +FISHING_SUCCESS1 You captured %s! +FISHING_SUCCESS2 You have pulled %s out of the water! +FISHING_UNKNOWN Something has taken the bait but you can't see what it is. +FISHING_WRONG_PLACE You cannot go fishing here. +FOR_FEMALE for female +FOR_MALE for male +GAME_CANNOT_MINING You cannot mine Ore while riding. +GAME_CANNOT_PICK_ITEM You cannot collect this Item as you did not win it. +GAME_INIT_ERROR_CURSOR The cursor could not be established. +GAME_INIT_ERROR_DIRECTX DirectX 8.1 must be installed so that the game can run.\nInstall DirectX 8.1 or higher. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE No graphic device could be found. \nCheck if your VGA card is correctly installed. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST Graphic device could not be established. \nCheck if you have a VGA card. \nAlternatively, you can active the hardware accelerator.\n(Set hardware accelerator to max \nControl Panel->Display->Settings->Advanced->Troubleshoot tab) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT The graphics card of the computer does not support the window mode in 32bit Mode. \nChange to 16bit Mode or use Full Screen Mode. +GAME_INIT_ERROR_ITEM_PROTO No Item data there.\nInstall the game again. +GAME_INIT_ERROR_MAIN_WINDOW Mainframe could not be established +GAME_INIT_ERROR_MOB_PROTO No Monster Data there.\nInstall the game again. +GAME_INIT_ERROR_NETWORK Network devices could not be established.\nCheck your internet connection. +GAME_PICK_MONEY You have received %d Yang. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT Height is not 128 Pixel +GUILDMARK_UPLOADER_ERROR_12_HEIGHT Height is not 12 Pixel +GUILDMARK_UPLOADER_ERROR_16_WIDTH Width is not 16 Pixel +GUILDMARK_UPLOADER_ERROR_64_WIDTH Width is not 64 Pixel +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT The game does not support this picture. +GUILDMARK_UPLOADER_ERROR_PATH Move the data into the folder metin2/upload. +GUILDMARK_UPLOADER_ERROR_SELECT No picture file chosen. +GUILDWAR_CTF_TITLE Flag captured. +GUILDWAR_NORMAL_TITLE Field Battle +GUILDWAR_QUESTION_LINE_1 The Guild %s declared war on your Guild. +GUILDWAR_QUESTION_LINE_2 Do you accept? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Arena Battle +GUILD_BUILDING_GRADE Rank +GUILD_BUILDING_NAME Name of building +GUILD_CANNOT_HEAL_GSP_ANYMORE The Dragon Ghost Energy is already fully restored. +GUILD_COMMENT Write +GUILD_CREATE_ERROR_INSULT_NAME Guildname is not valid. +GUILD_DEFAULT_GRADE Guild members +GUILD_DELETE Delete +GUILD_DEPOSIT Deposit +GUILD_DO_YOU_HEAL_GSP Do you want to restore %d units of Dragon Ghost for %d Yang? +GUILD_DO_YOU_JOIN has invited you. Do you want to join the guild? +GUILD_EMPTY_AREA Empty land +GUILD_ENEMY_GUILD_NAME Guild name of the enemy +GUILD_FACILITY Outbuilding +GUILD_GEM Gem +GUILD_HEADQUARTER Main Building +GUILD_HEAL_GSP Restore Dragon ghost +GUILD_INFO_ENEMY_GUILD_EMPTY None +GUILD_MARK_NOT_ENOUGH_LEVEL Minimum level of 3 required +GUILD_NAME Guild name +GUILD_NOT_ENOUGH_MATERIAL Not enough building material for this building. +GUILD_NOT_ENOUGH_MONEY Not enough Yang for this building. +GUILD_NO_NOTICE_PERMISSION You do not have the rights to make an announcement. +GUILD_OBJECT Objects +GUILD_OFFER_EXP Invest experience +GUILD_SHORT_EXP Not enough experience points. +GUILD_TILE_BASEINFO Basic Information +GUILD_TILE_BOARD Blackboard +GUILD_TILE_GRADE Rights Administration +GUILD_TILE_INFO Guild Information +GUILD_TILE_MEMBER Guild Members +GUILD_TILE_SKILL Guild Skills +GUILD_WAR_LIMIT_30MIN Time: 30 Minutes +GUILD_WAR_REWARD_POTION Reward: The winner receives a Potion +GUILD_WAR_USE_BATTLE_MAP Location: Guild War Arena +GUILD_WAR_USE_NORMAL_MAP Location: Normal Map +GUILD_WAR_WIN_CHECK_SCORE The highest result wins the war. +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Capture the flag of your enemy +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 and carry it to your base. +GUILD_WAR_WIN_WIPE_OUT_GUILD Defeat all enemies to win. +GUILD_WITHDRAW Fallback +GUILD_YOU_DO_NOT_JOIN You are not a member of any Guild. +HORSE_HEALTH0 Dead +HORSE_HEALTH1 Starving +HORSE_HEALTH2 Hungry +HORSE_HEALTH3 Full +HORSE_LEVEL1 Normal Horse +HORSE_LEVEL2 Battle Horse +HORSE_LEVEL3 Military Horse +HOUR Hours +HOW_MANY_ITEM_DO_YOU_DROP1 Do you want to drop %s? +HOW_MANY_ITEM_DO_YOU_DROP2 Do you want to drop %s %d? +INPUT_MATRIX_CARD_NUMBER Enter Matrix Cardnumber. +INPUT_MATRIX_CARD_TITLE Matrix Card +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Enter deletion-code from your account settings here. +INPUT_PRIVATE_CODE_DIALOG_TITLE Delete character +INVENTORY_DO_NOT_PACK_WARP_SCROLL Role of Return cannot be combined. +INVENTORY_REALLY_USE_ITEM Do you want to use this Item? +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Amateur Ninja +JOB_ASSASSIN1 Power of the Ninjas +JOB_ASSASSIN2 Undead +JOB_SHAMAN Shaman +JOB_SHAMAN0 Amateur Shaman +JOB_SHAMAN1 Power of the Dragon +JOB_SHAMAN2 Lightning Power +JOB_SURA Sura +JOB_SURA0 Amateur Sura +JOB_SURA1 Power of the Fata Morgana +JOB_SURA2 Power of Black Magic +JOB_WARRIOR Warrior +JOB_WARRIOR0 Amateur Warrior +JOB_WARRIOR1 Power of Arahan +JOB_WARRIOR2 Power of Partisans +LEFT_TIME Time Remaining +LOGIN_CONNECT_FAILURE Error while connecting to the server. +LOGIN_CONNECT_SUCCESS You have been connected to the server. +LOGIN_CONNETING You will be connected to the server... +LOGIN_FAILURE_ALREAY Your account is already connected. +LOGIN_FAILURE_BE_SAME_KEY Registration problem. +LOGIN_FAILURE_BLOCK_ID Your account is banned. +LOGIN_FAILURE_BLOCK_LOGIN Please choose one of the other servers! +LOGIN_FAILURE_NOBILL Your account had no play time. +LOGIN_FAILURE_NOT_AVAIL Your account cannot be used. +LOGIN_FAILURE_NOT_EXIST_ID Account name or password incorrect. +LOGIN_FAILURE_REPAIR_ID Items have been restored for this account. +LOGIN_FAILURE_SHUTDOWN The server is not open yet. +LOGIN_FAILURE_TOO_MANY_USER You could not connect because too many players are online. +LOGIN_FAILURE_UNKNOWN You could not register for unknown reasons. +LOGIN_FAILURE_WEB_BLOCK You have been blocked at the website. Please check your EMails. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER You entered a wrong number. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE You entered a wrong number three times. /n Your connection will be disabled. +LOGIN_FAILURE_WRONG_PASSWORD Account name or password incorrect. +LOGIN_INPUT_ID Enter the ID. +LOGIN_INPUT_PASSWORD Enter the password. +LOGIN_PROCESSING Logging in... +MALL_CANNOT_INSERT You cannot place the Item. +MALL_PASSWORD_TITLE Password +MAP_A1 Yongan Area +MAP_A2 Valley of Seungryong +MAP_A3 Yayang Area +MAP_AG Jungrang +MAP_B1 Joan Area +MAP_B2 Valley of Imji +MAP_B3 Bokjung Area +MAP_BAY Nephrite Bay +MAP_BG Waryong +MAP_C1 Pyungmoo Area +MAP_C2 Valley of Bangsan +MAP_C3 Bakra Area +MAP_CAPE Cape Dragon Fire +MAP_CG Imha +MAP_DAWN Gautama Cliff +MAP_DESERT Yongbi Desert +MAP_FLAME Doyyumhwan +MAP_NUSLUCK Land of Giants +MAP_SKELTOWER Gumsan Tower +MAP_SNOW Mount Sohan +MAP_SPIDER Kuahlo Dong +MAP_TEMPLE Hwang Temple +MAP_THUNDER Thunder Mountains +MAP_TREE Lungsam +MAP_TRENT02 Red Forest +MAP_WL Snakefield +MESSENGER_ADD_FRIEND Add Friend +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s added you as a friend. +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Accept? +MESSENGER_DO_YOU_DELETE Delete? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Do you want to delete the cell phone number? +MESSENGER_DO_YOU_MOVE Do you want to go on? +MESSENGER_EMPTY_LIST Empty +MESSENGER_FAMILY Family +MESSENGER_FRIEND Friends +MESSENGER_GUILD Guild +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Enter the confirmation number that was sent to your cell phone. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Enter confirmation number +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Enter the cell phone number for the Text message sending. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Do you want to enter the number now? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Enter cell phone number. +MESSENGER_SEND_MOBILE_MESSAGE_TITLE Send message. +MINIMAP Open Mini Map +MINIMAP_CANNOT_SEE Mini Map cannot be seen. +MINIMAP_CAN_NOT_SHOW_AREAMAP Large Map cannot be shown. +MINIMAP_DEC_SCALE Zoom out +MINIMAP_INC_SCALE Zoom in +MINIMAP_OBSERVER_COUNT %d observers +MINIMAP_SHOW_AREAMAP Open Large Map +MINUTE Minutes +MONETARY_UNIT0 Yang +MONETARY_UNIT1 Ten Thousand +MONETARY_UNIT2 Hundred Billion +MONEY_INPUT_DIALOG_SELLPRICE Sales Price: +MOVE_ITEM_FAILURE_PRIVATE_SHOP You cannot move items while you have a private shop open. +MUSIC_EMPTY_MUSIC_LIST No Backgroundmusic. +MUSIC_METIN2_DEFAULT_THEMA Metin2 Standard music +MUSIC_NOT_SELECT_MUSIC No Music file chosen. +NEEFD_REST You must rest first. +NOT_YET_SUPPORT Not yer supported +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE You cannot activate Guild Mode when you do not belong to a Guild. +OPTION_PVPMODE_NOT_SUPPORT You cannot choose this configuration in PvP Mode. +OPTION_PVPMODE_PROTECT You need to have at least Level %d to be able to change the PvP Mode. +PARTY_BONUS_ATTACKER Attack Value: +%d SA +PARTY_BONUS_BERSERKER Attck Speed: +%d SA +PARTY_BONUS_BUFFER Skill Duration: +%d SA +PARTY_BONUS_DEFENDER Defence: +%d SA +PARTY_BONUS_EXP Bonus EXP: %d%% SA +PARTY_BONUS_SKILL_MASTER Max. SP: +%d SA +PARTY_BONUS_TANKER Max. HP: +%d SA +PARTY_BREAK_UP Delete Group +PARTY_DO_YOU_ACCEPT would like to join the Group. +PARTY_DO_YOU_JOIN has invited you to join his group. Accept? +PARTY_EXP_DISTRIBUTION_MODE EXP Distribution +PARTY_EXP_DISTRIBUTION_MODE_LEVEL Level dependant +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP Higher level group members receive more EXP. +PARTY_EXP_DISTRIBUTION_MODE_PARITY even +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP All Group members receive the same EXP. +PARTY_HEAL_ALL_MEMBER Restore everything. +PARTY_INCREASE_AREA_150 Range of the group heightened of the factor 1.5 . SNA +PARTY_INCREASE_AREA_200 Range of the group heightened of the factor 2. SNA +PARTY_LEAVE Leave group +PARTY_LONGTIME_BONUS_EXP Bonus EXP for a long group game: +%d%% SA +PARTY_MEMBER_OFFLINE [Offline] +PARTY_RECALL_MEMBER Call group member. +PARTY_REGEN_BONUS Bonus for HP- + SP regeneration: +%d%% SA +PARTY_REQUEST_DENIED Your request has been declined. +PARTY_SET_ATTACKER Constitute as Attacker. +PARTY_SET_BERSERKER Constitute as Berserker. +PARTY_SET_BUFFER Constitute as Blocker. +PARTY_SET_DEFENDER Constitute as Defender. +PARTY_SET_NORMAL Withdraw settings. +PARTY_SET_SKILL_MASTER Constitute as Skill Master. +PARTY_SET_TANKER Constitute as blade fighter. +PARTY_SKILL_ATTACKER Base Attack Value Attacker +%.0f +PARTY_SKILL_BERSERKER Attack Speed Berserker +%.0f +PARTY_SKILL_BUFFER Skill Duration Blocker +%.0f +PARTY_SKILL_DEFENDER Defence Defender +%.0f +PARTY_SKILL_HP_REGEN HP Regeneration +%.0f%% +PARTY_SKILL_PARTY_AREA Group range +%d%% +PARTY_SKILL_SKILL_MASTER Max. SP Skill Master +%.0f +PARTY_SKILL_SP_REGEN SP Regeneration +%.0f%% +PARTY_SKILL_TANKER Max. HP blade fighter +%.0f +PARTY_SKILL_WARP Possible to call group members. +PASSWORD_TITLE Storeroom password +PICK_ITEM_TITLE Item Number +PICK_MONEY_TITLE Sum +PRIVATE_SHOP_CANNOT_SELL_ITEM You cannot sell this item in a private shop. +PRIVATE_SHOP_CLOSE_QUESTION Do you want to close the private shop? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE Name of the private shop. +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Price +PVP_LEVEL0 Chivalric +PVP_LEVEL1 Noble +PVP_LEVEL2 Good +PVP_LEVEL3 Friendly +PVP_LEVEL4 Neutral +PVP_LEVEL5 Aggressive +PVP_LEVEL6 Fraudulent +PVP_LEVEL7 Malicious +PVP_LEVEL8 Cruel +PVP_MODE_GUILD PvP - Guild activated +PVP_MODE_KILL PvP - Free activated +PVP_MODE_NORMAL PvP - Peace activated +PVP_MODE_PROTECT PvP - Protection activated +PVP_MODE_REVENGE PvP - Hostile activated +PVP_OPTION_KILL Free +PVP_OPTION_NORMAL Peace +PVP_OPTION_PROTECT Protection +PVP_OPTION_REVENGE Hostile +QUEST_APPEND New Quest acquired. +QUEST_MIN Min. +QUEST_SEC Sec. +QUEST_TIMEOVER Time Expired +QUEST_UNLIMITED_TIME No time limit. +QUEST_ZEROSEC 0 Sec. +QUICKSLOT_REGISTER_DISABLE_ITEM This Item cannot be added to the Fast Access Field. +RECEIVE_MESSAGE %s sent you a message. +REFINE_COST Costs for Advancement: %d Yang +REFINE_DESTROY_WARNING This Item could be destroyed while upgrading. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 This will improve the chance for upgrading, +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 but if you fail the Item could be destroyed. /n Do you want to continue? +REFINE_DOWN_GRADE_WARNING The Item could be down graded this way. +REFINE_DO_YOU_SEPARATE_METIN Do you want to remove all available spirit stones? +REFINE_FAILURE You failed. +REFINE_FAILURE_CAN_NOT_ATTACH %s cannot be included in that Item. +REFINE_FAILURE_EQUIP_ITEM You cannot upgrade equipped Items. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM No spirit stone can be taken away. +REFINE_FAILURE_NEED_BETTER_SCROLL You need a better Advancement Scroll. +REFINE_FAILURE_NO_GOLD_SOCKET There is no Gold socket to include %s . +REFINE_FAILURE_NO_MORE_SOCKET You cannot make more Sockets. +REFINE_FAILURE_NO_SOCKET0 There is no Socket to include the %s. +REFINE_FAILURE_SOCKET_DISABLE_ITEM You cannot make any Sockets on this Item. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM This Item cannot be upgraded. +REFINE_SUCCESS The advancement of the Item was successful. +REFINE_SUCCESS_PROBALITY Chance for Advancement %d%% +REFINE_WARNING2 Do you want to continue? +SAFEBOX_ERROR You entered the wrong password. +SAFEBOX_SELL_DISABLE_SAFEITEM You cannot sell any of the saved Items. +SAFEBOX_WRONG_PASSWORD The passwords have to be identical. +SCREENSHOT_SAVE1 is saved in +SCREENSHOT_SAVE2 Screenshot File +SCREENSHOT_SAVE_FAILURE Saving of Screenshot failed. +SECOND Sec +SELECT_CAN_NOT_DELETE You cannot delete the character. +SELECT_CHANGED_NAME You changed the name of the character. +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME The character name is already existing. +SELECT_CHANGE_FAILURE_STRANGE_INDEX Try again. +SELECT_CHANGE_FAILURE_STRANGE_NAME That +SELECT_CHANGE_NAME_TITLE Change character name. +SELECT_DELEING Character will be deleted. +SELECT_DELETED Deletion successful. +SELECT_DO_YOU_DELETE_REALLY Do you want to continue? +SELECT_EMPTY_SLOT This is an empty field. +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Enter a new character name. +SELECT_NOT_JOIN_GUILD No Guild +SHOP_BUY_INFO Choose the Item you want to buy in the shop window. +SHOP_CANNOT_SELL_EQUIPMENT You cannot sell equipped Items. +SHOP_CANNOT_SELL_ITEM This Item cannot be sold. +SHOP_ERROR_UNKNOWN Unknown Shop Error: %s +SHOP_INVALID_POS This Item cannot be used here. +SHOP_INVENTORY_FULL Your inventory is full. +SHOP_NOT_ENOUGH_MONEY Not enough Yang +SHOP_NOT_ENOUGH_MONEY_EX You do not have enough Yang. +SHOP_SELL_INFO Choose the Item you want to sell in your inventory window. +SHOP_SOLDOUT Sold Out +SHOT_ERROR_UNKNOWN Unknown Error during Long Distance Attack: %s +SKILL_BOHO Reflect +SKILL_BUDONG is not used anymore +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK You need EXP to learn this Skill. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT You need a Book to learn this Skill. +SKILL_CHEONGEUN Strong Body +SKILL_CRITICAL Critical hit +SKILL_ENCHANT_POISON Apply Poison +SKILL_EUNHYEONG Camouflage +SKILL_FAINT Blackout +SKILL_FIND_TRAP Find Trap +SKILL_FIRE Permanent Fire +SKILL_FISHMIND Fishing Marble is active +SKILL_GAMJI Capture +SKILL_GEOMGYEONG Aura of the Sword +SKILL_GEONGON SKILL_GEONGON Not used anymore +SKILL_GICHEON Dragon's Aid +SKILL_GIGONG Chi Rotation +SKILL_GONGPO Fear +SKILL_GRADE_NAME_GRAND_MASTER %s Grand Master +SKILL_GRADE_NAME_MASTER %s Master +SKILL_GRADE_NAME_PERFECT_MASTER %s Perfect Master +SKILL_GROUP_ASSASSIN_1 Blade +SKILL_GROUP_ASSASSIN_2 Arc +SKILL_GROUP_HORSE Riding +SKILL_GROUP_SHAMAN_1 Dragon +SKILL_GROUP_SHAMAN_2 Healing +SKILL_GROUP_SURA_1 Weapon +SKILL_GROUP_SURA_2 Magic +SKILL_GROUP_WARRIOR_1 Body +SKILL_GROUP_WARRIOR_2 Mental +SKILL_GWIGEOM Enchanted Blade +SKILL_GYEONGGONG Feather Walking +SKILL_HEUKSIN Dark Protection +SKILL_HOSIN Blessing +SKILL_HWAYEOM SKILL_HWAYEOM Not used anymore +SKILL_HYEOLMA SKILL_HYEOLMA Not used anymore +SKILL_INC_ATKSPD Attack speed raised +SKILL_INC_MOVSPD Moving speed raised +SKILL_INMA SKILL_INMA Not used anymore +SKILL_JEOJU Curse +SKILL_JEONGEOP Healing +SKILL_JEONGWI Battle Flush +SKILL_JEONSINBANGEO Full Defence +SKILL_JEONSINGONGGYEOK Full Attack +SKILL_JEUNGCHE SKILL_JEUNGCHE Not used anymore +SKILL_JEUNGHON SKILL_JEUNGHON Not used anymore +SKILL_JEUNGRYEOK Attack + +SKILL_JEUNGSOK Speed + +SKILL_JIGAM SKILL_JIGAM Not used anymore +SKILL_JIPJUNG SKILL_JIPJUNG Not used anymore +SKILL_JUMAGAP Enchanted Armour +SKILL_JUMAGEOM SKILL_JUMAGEOM Not used anymore +SKILL_KWAEGEOM SKILL_KWAEGEOM Not used anymore +SKILL_KWAESOK Speed +SKILL_LEGBOUND SKILL_LEGBOUND Not used anymore +SKILL_MUSA SKILL_MUSA Not used anymore +SKILL_MUYEONG Ghost of the Flame +SKILL_NEED_EMPTY_BOTTLE I do not have an Empty Bottle. +SKILL_NEED_POISON_BOTTLE I do not have a Poison Bottle +SKILL_ONLY_FOR_GUILD_WAR You can use this Skill during a Guild War only. +SKILL_PABEOP Neutralize Spell +SKILL_POWERFUL_STRIKE Dazing Attack +SKILL_SEOMGWANG Lightning Bomb +SKILL_SINCHAK SKILL_SINCHAK Not used anymore +SKILL_SLEEP Sleep +SKILL_SLOW Slow +SKILL_STUN Daze +SKILL_SUHO Guard +SKILL_SUMMON_DESCRIPTION Chance of the Evocation: %d%% +SKILL_TOOLTIP_INT Intelligence +SKILL_TOOLTIP_LEVEL Level +SKILL_TOXICDIE Poisoning +SKILL_TOXICPOWER Poison attack value increased +SKILL_TUSOK Ghost Hit +SKILL_WONSIN SKILL_WONSIN Not used anymore +SKILL_YONGSIN SKILL_YONGSIN Not used anymore +STAT_MINUS_CON Vitality Adjustment (Remaining chance: %d) +STAT_MINUS_DEX Dexterity Adjustment (Remaining Chance: %d) +STAT_MINUS_INT Intelligence Adjustment (Rest of Chance: %d) +STAT_MINUS_STR Strength Adjustment (Rest of Chance: %d) +STAT_TOOLTIP_CON Increases HP and defence +STAT_TOOLTIP_DEX Increases attack and evasion +STAT_TOOLTIP_INT Increases SP, magic attack and defence +STAT_TOOLTIP_STR Increases attack value and damage +SYMBOLLIST_TITLE Register Guild flag +SYSTEM_OPTION_CPU_TILING_1 CPU Tiling Mode can upgrade the speed of a weaker PC. +SYSTEM_OPTION_CPU_TILING_2 If there are problem with the graphics choose either ,Systemoption or ,CONFIG.exe +SYSTEM_OPTION_CPU_TILING_3 and change to GPU Tiling Mode. +SYSTEM_OPTION_GPU_TILING_1 GPU Tiling Mode can run slow on a weaker PC. +SYSTEM_OPTION_GPU_TILING_2 If there are problems with the graphics choose either 'System Options' or 'CONFIG.exe' +SYSTEM_OPTION_GPU_TILING_3 and change to GPU Tiling Mode. +SYSTEM_OPTION_TILING_EXIT To change to Tiling mode, the game has to be restarted. +TARGET_BUTTON_ACCEPT_FIGHT Agree +TARGET_BUTTON_AVENGE Revenge +TARGET_BUTTON_BUILDING_DESTROY Destroy +TARGET_BUTTON_DISMOUNT Dismount +TARGET_BUTTON_EMOTION_ALLOW Emotions +TARGET_BUTTON_EXCHANGE Trading +TARGET_BUTTON_EXCLUDE Exclude +TARGET_BUTTON_EXIT_OBSERVER End Observer Mode +TARGET_BUTTON_FIGHT Duel +TARGET_BUTTON_FRIEND Friend +TARGET_BUTTON_INVITE_GUILD Guild Invitation +TARGET_BUTTON_INVITE_PARTY Group Invitation +TARGET_BUTTON_LEAVE_PARTY Leave Group +TARGET_BUTTON_REQUEST_ENTER_PARTY Join Group +TARGET_BUTTON_VIEW_EQUIPMENT Equipment +TARGET_BUTTON_WHISPER Whispering +TARGET_LEVEL_BOSS Boss +TARGET_LEVEL_KING Level 5. +TARGET_LEVEL_KNIGHT Level 3. +TARGET_LEVEL_PAWN Level 1. +TARGET_LEVEL_S_KNIGHT Level 4. +TARGET_LEVEL_S_PAWN Level 2. +TASKBAR_ATTACK Attack +TASKBAR_AUTO Attack automatically +TASKBAR_CAMERA Camera +TASKBAR_EXP Experience +TASKBAR_HP HP +TASKBAR_MOVE Move +TASKBAR_SKILL Skill +TASKBAR_SP SP +TASKBAR_ST ST +THING_COUNT all +TOOLTIP_ANTI_CRITICAL_PCT Resistance against critical hits +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT Resistance against piercing hits +%d%% SA +TOOLTIP_ANTI_SELL Cannot be sold in the shop. +TOOLTIP_APPLY_ATTBONUS_ANIMAL Strong against Animals +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Strong against Ninjas +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL Strong against Devils +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Strong against Half Humans +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Strong against Mystics +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Strength against monsters +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC Strong against Orcs +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN Strong against Shamans +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Strong against Sura +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD Strong against Undead +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Strong against Warriorr +%d%% SA +TOOLTIP_APPLY_BLOCK Chance to block a close-combat attack %d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER Recover SP all 5 seconds in a Battle %d SA +TOOLTIP_APPLY_CRITICAL_PCT Chance of critical hit +%d%% SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% Chance to get back SP when hit SA +TOOLTIP_APPLY_DODGE Chance to avoid Arrows %d%% SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% Chance for EXP Bonus SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% Chance to drop double Yang SA +TOOLTIP_APPLY_IMMUNE_FALL Immune against falling down SNA +TOOLTIP_APPLY_IMMUNE_SLOW Defence against slowing SNA +TOOLTIP_APPLY_IMMUNE_STUN Defence against blackouts SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% Chance to drop double the Items SA +TOOLTIP_APPLY_KILL_HP_RECOVER %d%% Chance, to restore HP SA +TOOLTIP_APPLY_KILL_SP_RECOVER %d%% Chance to restore SP SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% chance to rob SP SA +TOOLTIP_APPLY_MAX_HP_PCT Max. HP +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT Max. SP +%d%% SA +TOOLTIP_APPLY_NOAFFECT No effect +TOOLTIP_APPLY_NO_DEATH_PENALTY No experience points will be lost if your character is revived at the place of his death. SNA +TOOLTIP_APPLY_PENETRATE_PCT %d%% Chance for piercing Hits SA +TOOLTIP_APPLY_POISON_PCT Poisoning chance %d%% SA +TOOLTIP_APPLY_POISON_REDUCE Poison Resistance %d%% SA +TOOLTIP_APPLY_POTION_BONUS Potion %d%% effect raise SA +TOOLTIP_APPLY_REFLECT_CURSE Chance to reflect Curse: %d%% SA +TOOLTIP_APPLY_REFLECT_MELEE %d%% Chance to reflect close combat hits SA +TOOLTIP_APPLY_RESIST_ASSASSIN Defence chance against ninja attacks: %d%% SA +TOOLTIP_APPLY_RESIST_BELL Bell Defence %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER Dagger Defence %d%% SA +TOOLTIP_APPLY_RESIST_FAN Fan Defence %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN Defence chance against shaman attacks: %d%% SA +TOOLTIP_APPLY_RESIST_SURA Defence chance against sura attacks: %d%% SA +TOOLTIP_APPLY_RESIST_SWORD Sword Defence %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND Two-Handed Defence %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR Defence chance against warrior attacks: %d%% SA +TOOLTIP_APPLY_RESIST_WIND Wind Resistance %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS Chance to learn from books upgraded by factor 2.5 . SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY If learning fails you immediately have another try for free SNA +TOOLTIP_APPLY_SLOW_PCT Slowing chance %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% damage will be absorbed by HP SA +TOOLTIP_APPLY_STEAL_SP %d%% damage will be absorbed by SP SA +TOOLTIP_APPLY_STUN_PCT Blackout chance %d%% SA +TOOLTIP_ARMOR Armor +TOOLTIP_ARROW Arrow +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE Attack Value +%d SA +TOOLTIP_ATT_SPEED Attack Speed +%d%% SA +TOOLTIP_AUTO_POTION_HP Sun Elixir +TOOLTIP_AUTO_POTION_REST Remainder: %.2f%% +TOOLTIP_AUTO_POTION_SP Moon Elixir +TOOLTIP_AUTO_POTION_USING Active +TOOLTIP_BOW_DISTANCE Arc Range +%dm SA +TOOLTIP_BUYPRICE Price: %s +TOOLTIP_CAST_SPEED Casting Speed +%d%% SA +TOOLTIP_CON Vitality +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Costume bonus %d%% SA +TOOLTIP_DEF_GRADE Defence +%d SA +TOOLTIP_DEX Dexterity +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Earth SNA +TOOLTIP_DRAGON_SOUL_DECK2 Sky SNA +TOOLTIP_EAR Earring +TOOLTIP_ENERGY Energy %d SA +TOOLTIP_ETC And so on +TOOLTIP_FISHINGROD_EXP Points %d / %d +TOOLTIP_FISHINGROD_LEVEL Level: %d +TOOLTIP_FISHINGROD_UPGRADE1 Give to the Fisherman +TOOLTIP_FISHINGROD_UPGRADE2 to get a better +TOOLTIP_FISHINGROD_UPGRADE3 Fishing Pole. +TOOLTIP_FISH_LEN Lenght: %.2fcm +TOOLTIP_HELMET Helmet +TOOLTIP_HP_REGEN HP Regeneration +%d%% SA +TOOLTIP_INT Intelligence +%d SA +TOOLTIP_ITEM_ATT_GRADE Attack Value %d +TOOLTIP_ITEM_ATT_POWER Attack Value %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Attack Value %d +TOOLTIP_ITEM_ATT_POWER_REFINE Attack Value %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Attacking Speed %s +TOOLTIP_ITEM_DEF_GRADE Defence %d +TOOLTIP_ITEM_FAST Fast +TOOLTIP_ITEM_LIMIT_CON Vitality Upper Limit: %d +TOOLTIP_ITEM_LIMIT_DEX Dexterity Upper Limit: %d +TOOLTIP_ITEM_LIMIT_INT Intelligence Upper Limit: %d +TOOLTIP_ITEM_LIMIT_LEVEL From Level: %d +TOOLTIP_ITEM_LIMIT_STR Strenght Upper Limit: %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Magical Attack Value %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Magical Attack Value %d +TOOLTIP_ITEM_MAGIC_DEF_POWER Magical Defence %d +TOOLTIP_ITEM_NORMAL Normal +TOOLTIP_ITEM_SLOW Slow +TOOLTIP_ITEM_VERY_FAST Very fast +TOOLTIP_ITEM_VERY_SLOW Very slow +TOOLTIP_ITEM_WEARABLE_JOB [ Wearable ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER Lucky Number: %d +TOOLTIP_MAGIC_ATTBONUS_PER Magic attack +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE Magical Attack Value +%d SA +TOOLTIP_MAGIC_DEF_GRADE Magical Defence +%d SA +TOOLTIP_MALL_ATTBONUS Attack Value +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC Attack Value +12~15% SNA +TOOLTIP_MALL_AUTOLOOT A hand that picks up dropped Yang automatically SNA +TOOLTIP_MALL_DEFBONUS Defence +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC Defence +12~15% SNA +TOOLTIP_MALL_EXPBONUS EXP +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe EXP Bonus +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC Increases gaining EXP by 50% SNA +TOOLTIP_MALL_FISH_MIND Your chance of catching a rare fish is doubled. SNA +TOOLTIP_MALL_GOLDBONUS Chance of capturing Yang multiplied with %.1f SA +TOOLTIP_MALL_GOLDBONUS_STATIC Doubles your chance to capture Yang SNA +TOOLTIP_MALL_ITEMBONUS Chance of capturing Items multiplied with %.1f SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe Chance of capturing Items plus %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC Doubles your chances of capturing items SNA +TOOLTIP_MALL_MARRIAGE_FAST Lovepoints raise faster. SNA +TOOLTIP_MALL_SAFEBOX Your Storeroom gets 2 storage rooms SNA +TOOLTIP_MAX_HP Max. HP +%d SA +TOOLTIP_MAX_HP_PCT Max. HP +%d%% SA +TOOLTIP_MAX_SP Max. SP +%d SA +TOOLTIP_MAX_SP_PCT Max. SP +%d%% SA +TOOLTIP_MAX_STAMINA Max. Endurance +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Magic/melee attack +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR GPS ERROR(%d, %d) +TOOLTIP_MOV_SPEED Moving Speed %d%% SA +TOOLTIP_NECK Necklace +TOOLTIP_NEED_ALL_SP Needed SP: Max. +TOOLTIP_NEED_GSP Needed Dragon ghost: %d +TOOLTIP_NEED_HP Needed HP: %d +TOOLTIP_NEED_HP_PER_SEC HP / Sec.: %d +TOOLTIP_NEED_SKILL_POINT Needed Skill Points: +TOOLTIP_NEED_SP Needed SP: %d +TOOLTIP_NEED_SP_PER_SEC SP / Sec.: %d +TOOLTIP_NEXT_SKILL_LEVEL_1 Next Level: %d (Max. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Next Level: %d (Max. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Average Damage %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS Average Damage Resistance %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 More than %d Group members +TOOLTIP_PARTY_INFO_GRADE_UP2 Attack Level +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Defence Level +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL Restore HP/SP of all Group members all 60 minutes. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL Restore HP/SP of all Group members all 30 minutes +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL You have to wait 3 minutes after the death of a group member. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL You can call Group members who are on the same server anytime. +TOOLTIP_PARTY_INFO_SET_ATTACKER Attack Level +(Number of Group members./2) Attacker %d can be chosen. +TOOLTIP_PARTY_INFO_SET_TANKER Defence Level +(Number of Group members) blade fighters 1 can be chosen. +TOOLTIP_PARTY_SKILL_LEVEL Current Level: %d +TOOLTIP_PARTY_TITLE_GRADE_UP [Attack/Defence upgraded] +TOOLTIP_PARTY_TITLE_HEAL [restore] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP When you have more than %d Group members you get %d%% Bonus EXP . +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonus EXP] +TOOLTIP_PARTY_TITLE_RECALL [Call] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [Constitute Attacker] +TOOLTIP_PARTY_TITLE_SET_TANKER [Constitute Blade Fighter] +TOOLTIP_PICK_EXP Points: %d / %d +TOOLTIP_PICK_LEVEL Level: %d +TOOLTIP_PICK_UPGRADE1 Give to the Lumberjack +TOOLTIP_PICK_UPGRADE2 to get a better +TOOLTIP_PICK_UPGRADE3 Pickaxe. +TOOLTIP_POTION_CURE Cure negative effects. +TOOLTIP_POTION_MIN Min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Attack speed +%d +TOOLTIP_POTION_PLUS_HP_PERCENT HP +%d%% +TOOLTIP_POTION_PLUS_HP_POINT HP +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Movement speed +%d +TOOLTIP_POTION_PLUS_SP_PERCENT SP +%d%% +TOOLTIP_POTION_PLUS_SP_POINT SP +%d +TOOLTIP_POTION_SEC Sec. +TOOLTIP_POTION_TIME Duration: +TOOLTIP_REQUIREMENT_21_LEVEL You must have reached Level 21. +TOOLTIP_REQUIREMENT_41_LEVEL You must have reached Level 41. +TOOLTIP_REQUIREMENT_LEVEL You must have reached Level %d. +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s Level %d needed. +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d needed +TOOLTIP_RESIST_BOW Arrow Resistance %d%% SA +TOOLTIP_RESIST_DARK Resistance against darkness +%d%% SA +TOOLTIP_RESIST_EARTH Earth resistance +%d%% SA +TOOLTIP_RESIST_ELEC Lightning Resistance %d%% SA +TOOLTIP_RESIST_FIRE Fire Resistance %d%% SA +TOOLTIP_RESIST_ICE Ice resistance +%d%% SA +TOOLTIP_RESIST_MAGIC Magic Resistance %d%% SA +TOOLTIP_REST_USABLE_COUNT Left: %d +TOOLTIP_SEALED +TOOLTIP_SELLPRICE Price: %s +TOOLTIP_SHAMAN Shaman +TOOLTIP_SHIELD Shield +TOOLTIP_SHOES Shoes +TOOLTIP_SKILL Skills SNA +TOOLTIP_SKILLBOOK_NAME Skill Book +TOOLTIP_SKILL_AFFECT_ATT_GRADE Attack Value: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Attack Value: +TOOLTIP_SKILL_AFFECT_ATT_SPEED Attack Speed: + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Defence: +TOOLTIP_SKILL_AFFECT_DODGE Opponent Attack Value: - +TOOLTIP_SKILL_AFFECT_HEAL Restore HP: +TOOLTIP_SKILL_AFFECT_MOV_SPEED Moving Speed: + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Chance to reflect close combat attack: +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Resistance against Body Damage: +TOOLTIP_SKILL_COOL_TIME Recharge: +TOOLTIP_SKILL_DAMAGE_BONUS Skill Damage %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS Resistance against Skill Damage %d%% SA +TOOLTIP_SKILL_DURATION Duration: %d Sek. +TOOLTIP_SKILL_FORGET_BOOK_NAME Band of Oblivion +TOOLTIP_SKILL_LEVEL Current Level: %d +TOOLTIP_SKILL_LEVEL_MASTER Current Level: %d (Master) +TOOLTIP_SKILL_LEVEL_WITH_MAX Current Level: %d (Max. %d) +TOOLTIP_SOCKET_EMPTY Empty +TOOLTIP_SOCKET_REFINABLE_ITEM [Item with Socket] +TOOLTIP_SP_REGEN SP Regeneration +%d%% SA +TOOLTIP_STR Strength +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX Time charging %d sec. SA +TOOLTIP_TIME_CHARGER_PER Time charging %d%% SA +TOOLTIP_UNIQUE Unique +TOOLTIP_UNSEAL_LEFT_TIME +TOOLTIP_WARRIOR Warrior +TOOLTIP_WEAPON Weapon +TOOLTIP_WRISTLET Wristlet +UI_ACCEPT Accept +UI_CANCEL Cancel +UI_CLOSE Close +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Decline +UI_ITEM Item +UI_LEFT_TIME Remaining Time: %d Sec. +UI_NEXT Continue +UI_NEXTPAGE Next +UI_NOCONTENTS No Content +UI_NONAME No Name +UI_OK OK +UI_POS_UNKNOWN Unknown Place +UI_PREVPAGE Back +UI_UNKNOWN Unknown +UPLOAD_MARK_CHECK_NEED_RECONNECT The upload has to be started again. +UPLOAD_MARK_UPLOAD_NEED_RECONNECT The upload has to be started again. +USE_ITEM_FAILURE_PRIVATE_SHOP You cannot use items while you have a private shop open. +USE_SKILL_ERROR_UNKNOWN Unknown Skill Error: %s diff --git a/bin/pack/locale_en/locale/en/locale_interface.txt b/bin/pack/locale_en/locale/en/locale_interface.txt new file mode 100644 index 00000000..19e06c94 --- /dev/null +++ b/bin/pack/locale_en/locale/en/locale_interface.txt @@ -0,0 +1,326 @@ +ACCEPT Accept +ATTACH_METIN_INFO Do you want to use the Spirit Stone? +ATTACH_METIN_TITLE Use Spirit Stone +CANCEL Cancel +CHANGE_PASSWORD_CONFIRM Confirm new Password +CHANGE_PASSWORD_NEW New Password +CHANGE_PASSWORD_OLD Old Password +CHANGE_PASSWORD_TITLE Password Change +CHARACTER_ACTION Emotion +CHARACTER_EMOTICON Emotion +CHARACTER_MAIN Character +CHARACTER_MUTUAL_ACTION Mutual Emotion +CHARACTER_NORMAL_ACTION Normal Emotion +CHARACTER_QUEST Missions +CHARACTER_SKILL Skill +CLOSE Close +COSTUME_TITLE Costumes +COSTUME_WINDOW_TITLE Costumes +CREATE_ATT_GRADE STR +CREATE_CREATE Create +CREATE_DEX_GRADE DEX +CREATE_HP HP +CREATE_LAST_POINT Points +CREATE_MAN Man +CREATE_NAME Name +CREATE_NEXT Next +CREATE_PREV Back +CREATE_SEX Gender +CREATE_SHAPE Shape +CREATE_SP INT +CREATE_STAT_RESET Reset +CREATE_WOMAN Woman +CUBE_INFO_TITLE Refinement Handbook +CUBE_REQUIRE_MATERIAL Required materials +CUBE_REQUIRE_MATERIAL_OR or +CUBE_TITLE Refinement Window +DO_REFINE Refine +DRAGONSOUL_ACTIVATE Activate +DRAGONSOUL_PAGE_BUTTON_1 Rough +DRAGONSOUL_PAGE_BUTTON_2 Cut +DRAGONSOUL_PAGE_BUTTON_3 Rare +DRAGONSOUL_PAGE_BUTTON_4 Antique +DRAGONSOUL_PAGE_BUTTON_5 Legendary +DRAGONSOUL_REFINE_WINDOW_TITLE Refinement Window +DRAGONSOUL_TAP_TITLE_1 Dragon Diamond +DRAGONSOUL_TAP_TITLE_2 Dragon Ruby +DRAGONSOUL_TAP_TITLE_3 Dragon Jade +DRAGONSOUL_TAP_TITLE_4 Dragon Sapphire +DRAGONSOUL_TAP_TITLE_5 Dragon Garnet +DRAGONSOUL_TAP_TITLE_6 Dragon Onyx +DRAGONSOUL_TITLE Dragon Stone Alchemy +EMPIRE_EXIT Exit +EMPIRE_NEXT Next +EMPIRE_PREV Back +EMPIRE_SELECT Choose +EXCHANGE_ACCEPT Accept +EXCHANGE_TITLE Trade +GAMEOPTION_TITLE Game Options +GAME_EXIT_OBSERVER End Observer Mode +GAME_HELP Help +GAME_QUEST Tasks +GAME_SKILL_UP Raise Skills +GAME_STAT_UP Raise State +GRADE Class +GRADE_SELECT Class +GUILD_BASENAME Base Name +GUILD_BOARD_ID Name +GUILD_BOARD_REFRESH Refresh (F5) +GUILD_BOARD_TEXT Message +GUILD_BUILDING_CATEGORY_TITLE Building Units +GUILD_BUILDING_CHANGE Change +GUILD_BUILDING_DIRECTION Orientation +GUILD_BUILDING_GRADE Rank +GUILD_BUILDING_INFO Buildings and Cost Information +GUILD_BUILDING_LIST_TITLE Building List +GUILD_BUILDING_LOG Log +GUILD_BUILDING_NAME Building name +GUILD_BUILDING_OPERATE Operate +GUILD_BUILDING_PLY Plywood +GUILD_BUILDING_POSITION Position +GUILD_BUILDING_PREVIEW Preview +GUILD_BUILDING_PRICE Price +GUILD_BUILDING_REFRESH Refresh (F5) +GUILD_BUILDING_STONE Stone +GUILD_BUILDING_TITLE Guild House Building +GUILD_CRYSTAL Crystal +GUILD_DEPOSIT Deposit +GUILD_DROP_RESOURCE1 Here +GUILD_DROP_RESOURCE2 Drop Resource +GUILD_GEM Gem +GUILD_GRADE_CHANGE_GRADE_NAME New rank name +GUILD_GRADE_NUM Nr. +GUILD_GRADE_PERMISSION_DELETE Kick +GUILD_GRADE_PERMISSION_JOIN Invite +GUILD_GRADE_PERMISSION_NOTICE Write +GUILD_GRADE_PERMISSION_SKILL Skills +GUILD_GRADE_RANK Rank +GUILD_GRADE_WRITE Write +GUILD_INFO Guild Information +GUILD_INFO_CUR_EXP Experience +GUILD_INFO_DECALRE_WAR Declare War +GUILD_INFO_ENEMY_GUILD Enemy Guild +GUILD_INFO_ENEMY_GUILD_EMPTY None +GUILD_INFO_LEVEL Guild Level +GUILD_INFO_MARK Guild Sign +GUILD_INFO_MASTER Leader +GUILD_INFO_MASTER_VALUE Leader +GUILD_INFO_MEMBER_AVG_LEVEL Average Level +GUILD_INFO_MEMBER_NUM No. of members +GUILD_INFO_NAME Guild name +GUILD_INFO_NAME_VALUE This is a Guild Name +GUILD_INFO_OFFER_EXP Invest +GUILD_INFO_REST_EXP Needed Exp. +GUILD_INFO_UPLOAD_MARK Upload Sign +GUILD_INFO_UPLOAD_SYMBOL Upload Flag +GUILD_MARK Guild Sign +GUILD_MEMBER_JOB Class +GUILD_MEMBER_KNIGHT Leader +GUILD_MEMBER_LEVEL Level +GUILD_MEMBER_NAME Name +GUILD_MEMBER_RANK Rank +GUILD_MEMBER_SPECIFIC_GRAVITY Invested +GUILD_METIN_STONE Spirit Stone +GUILD_MINENAL Mineral +GUILD_MONEY Yang +GUILD_NAME Guild +GUILD_RESOURCE_INFO Resources Information +GUILD_SKILL_ACTIVE Active +GUILD_SKIlL_HEAL_GSP Win back Power +GUILD_SKILL_PASSIVE Passive +GUILD_SKILL_POWER Energy +GUILD_SKILL_STATE Skills of the Guild +GUILD_SYMBOL Guild Flag +GUILD_WAR_ACCEPT Accept War Declaration +GUILD_WAR_BATTLE_TYPE Battle Type +GUILD_WAR_CTF Flag +GUILD_WAR_DECLARE Declare Guild War +GUILD_WAR_ENEMY Enemy +GUILD_WAR_NORMAL Field +GUILD_WAR_WARP Arena +GUILD_WATER Water +GUILD_WATER_STONE Waterstone +GUILD_WITHDRAW Take +HELP_ATTACK_KEY Attack: left mouse button or space bar +HELP_CHANGE_PK_MODE Change attack mode: change setting of left mouse button +HELP_CHARACTER_BUTTON1 (Character Window, Inventory Window, +HELP_CHARACTER_BUTTON2 List of Friends and Options) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Camera View: middle or right mouse button +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Camera View: right or middle mouse button +HELP_EXP Experience +HELP_FURY Ingame Item Shop +HELP_GUILD_WINDOW Open Guild Window: Alt + G +HELP_HELP Display help: H +HELP_HP Hit Points (HP) +HELP_MESSENGER_WINDOW Open Friends List: Alt + M +HELP_MOUSE_LEFT Function of the Left Mouse button +HELP_MOUSE_RIGHT Function of the Right Mouse button +HELP_MOVE_KEY Panel: W, A, S, D or arrow keys +HELP_OPEN_CHARACTER Open character window: C +HELP_OPEN_CHAT Open chat window: Enter +HELP_OPEN_INVENTORY Open inventory window: I +HELP_OPEN_LOG Open Chatlog: L +HELP_OPEN_MINIMAP Open mini map: Shift + M +HELP_OPEN_QUEST Open Task Window: N +HELP_OPEN_SKILL Open Skill Window: V +HELP_OPEN_WHISPER Open Whisper Window: Shift + Enter +HELP_OPEN_ZONEMAP Open Large Map: M +HELP_PICK_ITEM Collect Items: ^ or Y or left mouse button +HELP_QUICKSLOT Fast Access Fields +HELP_SCREEN_CAPTURE Save Screenshot: Print (will be saved in file "Metin2\screenshot") +HELP_SHOW_ALL_NAME Display Names: Alt +HELP_SP Spell Points (SP) +HELP_SYSTEM_BUTTON System buttons +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. Inventory +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. Inventory +INVENTORY_TITLE Inventory +ITEM_MALL Item Shop +LOAD_ERROR The File is damaged. Please install new. Press ESC now. +LOGIN_CONNECT Connect +LOGIN_CONNECTING You will be connected to the Server +LOGIN_DEFAULT_SERVERADDR Servername, Channel 1 +LOGIN_EXIT Exit +LOGIN_REGION_TITLE Choose Place for issuing an invoice. +LOGIN_SELECT_BUTTON Choose +LOGIN_SELECT_EXIT Exit +LOGIN_SELECT_OK OK +LOGIN_SELECT_TITLE Choose Server +MALL_PASSWORD_TITLE Password +MALL_TITLE Item Shop Storeroom +MARKET_TITLE Load +MARKLIST_REFRESH Refresh +MARKLIST_TITLE Register Guild Sign +MESSAGE This is a Message +MESSENGER_ADD_FRIEND Add friend +MESSENGER_DELETE_FRIEND Delete friend +MESSENGER_MOBILE Send Text Message +MESSENGER_OPEN_GUILD Open Guild Window +MESSENGER_TITLE Friends +MESSENGER_USE_GUILD_MOVE_SKILL Use the Guild Moving Skill +MESSENGER_WHISPER Whisper +MINIMIZE Minimize +MOUSEBUTTON_ATTACK Attack +MOUSEBUTTON_AUTO_ATTACK Attack automatically +MOUSEBUTTON_CAMERA Camera +MOUSEBUTTON_SKILL Skills +MUSICLIST_TITLE Music Choices +NO No +OK OK +OPTION_ALWAYS_SHOW_NAME Name +OPTION_ALWAYS_SHOW_NAME_OFF Limited +OPTION_ALWAYS_SHOW_NAME_ON Always +OPTION_BLOCK Block +OPTION_BLOCK_EXCHANGE Trade +OPTION_BLOCK_FRIEND Friends +OPTION_BLOCK_GUILD Guild +OPTION_BLOCK_PARTY Group +OPTION_BLOCK_PARTY_REQUEST Request +OPTION_BLOCK_WHISPER Whisper +OPTION_CAMERA_DISTANCE Camera +OPTION_CAMERA_DISTANCE_LONG Far +OPTION_CAMERA_DISTANCE_SHORT Close +OPTION_DELETE_MOBILE_BUTTON Delete Cell Phone Number +OPTION_EFFECT Hit Info +OPTION_FOG Fog +OPTION_FOG_DENSE Dense +OPTION_FOG_LIGHT Light +OPTION_FOG_MIDDLE Middle +OPTION_INPUT_MOBILE_BUTTON Enter Cell Phone Number +OPTION_MOBILE Cell Phone +OPTION_MUSIC Music +OPTION_MUSIC_CHANGE Change +OPTION_MUSIC_DEFAULT_THEMA Standard Music of Metin2 +OPTION_NAME_COLOR Name Color +OPTION_NAME_COLOR_EMPIRE Kingdom Color +OPTION_NAME_COLOR_NORMAL Normal +OPTION_PVPMODE PvP Mode +OPTION_PVPMODE_FREE Free +OPTION_PVPMODE_FREE_TOOLTIP You are allowed to attack all players. +OPTION_PVPMODE_GUILD Guild +OPTION_PVPMODE_GUILD_TOOLTIP You are allowed to attack all players but your Guild members. +OPTION_PVPMODE_PEACE Peace +OPTION_PVPMODE_PEACE_TOOLTIP You cannot attack players from your kingdom. +OPTION_PVPMODE_REVENGE Hostile +OPTION_PVPMODE_REVENGE_TOOLTIP You can only attack those who have another Ethos. +OPTION_SALESTEXT Shop name +OPTION_SALESTEXT_VIEW_OFF Hide +OPTION_SALESTEXT_VIEW_ON Show +OPTION_SOUND Sound Effects +OPTION_TARGET_BOARD Target Menu +OPTION_TARGET_BOARD_NO_VIEW Close +OPTION_TARGET_BOARD_VIEW Show +OPTION_TILING Graphic +OPTION_TILING_APPLY Apply +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Options +OPTION_VIEW_CHAT Chat Line +OPTION_VIEW_CHAT_OFF Hide +OPTION_VIEW_CHAT_ON Show +PARTY_MEMBER_INFO_NAME Name of the Group member +PASSWORD_DESC_1 Enter your password +PASSWORD_DESC_2 to open the storeroom. +PASSWORD_DESC_3 Already changed your password? +PASSWORD_DESC_4 If not, your password will be '000000'. +PASSWORD_DESC_5 Change your password in storage. +PASSWORD_TITLE Saving Password +PICK_MONEY_TITLE Divide +PRIVATE_SHOP_CLOSE_BUTTON Close shop +PRIVATE_SHOP_NAME Name of the shop +PRIVATE_SHOP_TITLE Open private shop +REFINE_COST Upgrading Costs: 0 Yang +REFINE_INFO Chance to upgrade successfully: 100% +REFINE_MONEY Refinement fee +REFINE_SELECT Refinement +REFINE_TTILE Upgrades +REPORT_VIOLENT_WHISPER +RESTART_HERE Restart here +RESTART_TOWN Restart in the City +SAFE_CHANGE_PASSWORD Change Password +SAFE_TITLE Storeroom +SELECT_ATT_GRADE STR +SELECT_CREATE Create +SELECT_DELETE Delete +SELECT_DEX_GRADE DEX +SELECT_EMPIRE_NAME Name of Kingdom +SELECT_EXIT Close +SELECT_HP HP +SELECT_LEVEL Level +SELECT_METIN_STONE_TITLE Select Spirit Stone +SELECT_NAME Name +SELECT_NO_GUILD No Guild +SELECT_PLAYTIME Playtime (min.) +SELECT_SELECT Start +SELECT_SP SP +SELECT_TITLE Choose Title +SHOP_BUY Buy +SHOP_SELL Sell +SHOP_TITLE Shop +SKILL_SUPPORT_TITLE Standard Skills +STEP Clarity grade +STEP_SELECT Clarity grade +STRENGTH Strengthen +STRENGTH_SELECT Level +SYSTEMOPTION_TITLE System Options +SYSTEM_CHANGE Change Character +SYSTEM_EXIT Exit Game +SYSTEM_HELP Help +SYSTEM_LOGOUT Log Out +SYSTEM_MALL Item Shop +SYSTEM_OPTION System Options +TASKBAR_CHARACTER Character [C/V/B/N] +TASKBAR_CHAT Chat Window [Enter] +TASKBAR_DISABLE Deactivated +TASKBAR_DRAGON_SOUL Dragon Stone Alchemy +TASKBAR_EXPAND Expand window +TASKBAR_INVENTORY Inventory [I] +TASKBAR_MESSENGER Friends [Alt+M] +TASKBAR_NEXT_QUICKSLOT Next Fast Access Field [Shift+Number, Alt] +TASKBAR_PREV_QUICKSLOT Previous Fast Access Field [Shift+Number] +TASKBAR_SYSTEM Options[ESC] +WHISPER_BAN Block +WHISPER_NAME Whisper +WHISPER_REPORT +WHISPER_SEND Send +YES Yes +ZONE_MAP Large Map diff --git a/bin/pack/locale_en/locale/en/map/map_a2_point.txt b/bin/pack/locale_en/locale/en/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_en/locale/en/map/map_b2_point.txt b/bin/pack/locale_en/locale/en/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_en/locale/en/map/map_c2_point.txt b/bin/pack/locale_en/locale/en/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_en/locale/en/map/map_n_snowm_01_point.txt b/bin/pack/locale_en/locale/en/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_en/locale/en/map/metin2_map_a1_point.txt b/bin/pack/locale_en/locale/en/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_en/locale/en/map/metin2_map_a3_point.txt b/bin/pack/locale_en/locale/en/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_en/locale/en/map/metin2_map_b1_point.txt b/bin/pack/locale_en/locale/en/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_en/locale/en/map/metin2_map_b3_point.txt b/bin/pack/locale_en/locale/en/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_en/locale/en/map/metin2_map_c1_point.txt b/bin/pack/locale_en/locale/en/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_en/locale/en/map/metin2_map_c3_point.txt b/bin/pack/locale_en/locale/en/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_en/locale/en/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_en/locale/en/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_en/locale/en/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_en/locale/en/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_en/locale/en/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_en/locale/en/mob_proto b/bin/pack/locale_en/locale/en/mob_proto new file mode 100644 index 00000000..ba2ab888 Binary files /dev/null and b/bin/pack/locale_en/locale/en/mob_proto differ diff --git a/bin/pack/locale_en/locale/en/skilldesc.txt b/bin/pack/locale_en/locale/en/skilldesc.txt new file mode 100644 index 00000000..8bea7228 --- /dev/null +++ b/bin/pack/locale_en/locale/en/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Three-Way Cut Triple Cut Triple Slash Cut the enemy with lightning speed. Frontal Slash Attack 3 times Attack on Multiple Targets ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 Total Attack Power %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN Lightning Throw Lightning Toss Thunder Hurl Attack with Thunderbolts. Long-Range Attack Attack on multiple targets Lightning Attribute ATTACK_SKILL|NEED_TARGET noejeon 16 4 Magic Attack Power %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN Summon Lightning Lightning Launch Thunder Bolt Summon Thunderbolts from the sky. Long-Range Attack Attack on multiple targets Lightning Attribute Fainting Effect ATTACK_SKILL|NEED_TARGET byeorak 17 4 Magic Attack Power %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k Faint Chance: %.0f%% (50+1000*k/6)/10 +108 SHAMAN Lightning Claw Lightning Punch Thunder Punch Summon a Thunderbolt to your fist. Long-Range Attack Lightning Attribute Chain Reaction Attack ATTACK_SKILL|NEED_TARGET pokroe 18 4 Magic Attack Power %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN Cure Heal Aid of Light Heal wounds with the aid of light. Restores HP Cures Negative Effects Usable on a party member CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 Restore HP %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k Cures Negative Effects Chance %.0f%% 20+80*k +110 SHAMAN Swiftness Quickness Speed of Wind Run as fast as the Wind. Increase Moving Speed Reduce Casting Speed Usable on a party member CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Moving Speed +%.0f%% 5 + (35 * k) Casting Speed +%.0f%% 3+33*k +111 SHAMAN Attack Up Support Attack Strengthened Attack Strengthen a partner. Increases Attack Power Can be used on group members CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Attack Power +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Leadership Ability to lead partners. PASSIVE tongsol +122 SUPPORT Combo Increase Combo attack. CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT Fishing Fishing knowledge. CANNOT_LEVEL_UP fishing +124 SUPPORT Mining Ability to mine ore. PASSIVE mining +125 SUPPORT Item Creation Create an item. CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Shinsoo Language You can understand the Shinsoo language. CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Chunjo Language You can understand the Chunjo language. CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Jinno Language You can understand the Jinno language. CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT Polymorph Transform into a monster. CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Horse Riding Ability to ride a horse. CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT Call Horse Summon a horse. summon +137 HORSE Horseback Slash Attack enemies whilst riding a horse. (from lv. 50) Riding Skill ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE Horse Stump Attack all nearby enemies. (from level 52) Riding Skill ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE Power Wave Attack all enemies from your horse. (from lv.55) Riding Skill ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Arrow Storm Shoot arrows while you are riding. (from lv.50) Riding Skill ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Dragon Eyes Increase Maximum Dragon Ghost. PASSIVE yongan Max. Dragon Ghost Increase +%.0f k * 1400 +152 GUILD Blood of Dragon God Increase Max HP of all guild members for a period of time. Guild War Only ONLY_FOR_GUILD_WAR gaho 101 1 Max. HP Increase +%.0f%% k * 20 +153 GUILD Benediction of Dragon God Increase Max SP of all guild members for a period of time. Guild War Only ONLY_FOR_GUILD_WAR chukbok 102 1 Max. SP Increase +%.0f%% k * 20 +154 GUILD Holy Armour Increase defence of all guild members for a period of time. Guild War Only ONLY_FOR_GUILD_WAR seonghwi 103 1 Defence Increase +%.1f%% k * 10 +155 GUILD Acceleration Increase attack and motion speed of all guild members for a period of time. Guild War Only ONLY_FOR_GUILD_WAR gasok 104 1 Attack Speed and Motion Increase +%.1f k * 30 +156 GUILD Rage of Dragon God Increase Critical Hit Chance of all guild members for a period of time. Guild War Only ONLY_FOR_GUILD_WAR bunno 105 1 Increase Critical Hit Chance +%.0f%% k * 50 +157 GUILD Casting Aid Decrease cool down time of all guild members for a period of time. Guild War Only ONLY_FOR_GUILD_WAR jumunsul 106 1 Casting Speed Increase +%.0f%% k * 50 +16 WARRIOR Spirit Strike (W) Shockwave Tsunami Attack Attack enemies directly. Frontal Splash Attack ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Attack Power %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR Bash Tiger Bash Dragon Bash Attack enemies directly. Straight Splash Attack Attack on Multiple Targets ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Attack Power %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR Stump Lion Stump Rhino Stump Knock over several enemies. Straight Splash Attack Fainting Effect Chance ATTACK_SKILL|STANDING_SKILL daejin 18 4 Attack Power %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Faint Chance %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Strong Body Iron Body Steel Body Increases defence and you won't fall on the ground. Increases defence Decreases Moving Speed. You won't fall over STANDING_SKILL cheongeun 19 4 Defence: +%.0f 7+(40 + 0.2*str + 0.4*con)*k Moving Speed: -%.0f 1 + 9*SkillPoint +2 WARRIOR Sword Spin Sword Dance Cyclone Spin the sword to attack several enemies. Frontal Slash Attack Attack on Multiple Targets ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Attack Power %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Sword Strike Sword Bolt Sword Hurl Attack enemies directly. Long-Range Attack Attack on multiple targets Fainting Effect Throws the target on the ground ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Attack Power %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Faint Chance %.0f%% (100+k*1000/6)/10 +3 WARRIOR Berserk Fury Frenzy Only concentrate on attacking. Increases Attack Speed Increases Moving Speed Increases Received Damage STANDING_SKILL jeongwi 3 4 Attack Speed +%.0f%% 50 * SkillPoint Moving Speed +%.0f%% 20 * SkillPoint +31 ASSASSIN Ambush Stealth Attack Stealth Ambush Approach an enemy from behind and make a deadly attack. Attack Power increases for back hits. Stealth Bonus ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Attack Power %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Fast Attack Body Relocation Death Strike Approach an enemy fast and make a deadly attack. Teleport Attack Stealth Bonus ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Attack Power %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Rolling Dagger Spinning Dagger Dancing Dagger Whirl around enemies with a dagger. Splash Attack Lasting Poison Attack ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Attack Power %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Toxication Chance %.0f%% 1 + 4*k +34 ASSASSIN Stealth Silent Walk Cloaking You can hide yourself. Stops attacks when used. STANDING_SKILL eunhyeong 4 4 Ambush Bonus Damage: %.0f%% 50 * SkillPoint +35 ASSASSIN Poisonous Cloud Deadly Cloud Killing Cloud Make poisonous clouds around the enemy and intoxicate them. Long Range Attack Attack on Multiple Targets Lasting Poison Attack ATTACK_SKILL|NEED_TARGET sangong 5 4 Attack Power %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Toxication Chance %.0f%% 40*k +4 WARRIOR Aura of the Sword Spiritual Sword Phantom Sword Increases Attack Power for a period of time. Increases Attack Power STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Attack Power +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Repetitive Shot Multi-Shot Massive Shot Shoot several arrows at one enemy. Long-Range Attack Several Attacks ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) Total Attack Power %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k shot arrows: %.0f 2 + floor(6 * SkillPoint) +47 ASSASSIN Arrow Shower Dynamic Arrow Arrow Rain Shoot several arrows at several enemies. Long-Range Attack Attack on multiple targets ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Attack Power %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Max. number of targets: %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Fire Arrow Burning Arrow Flame Arrow Ignite the arrow. Long Range Attack Attack on Multiple Targets Fire Attack ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Attack Power %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Feather Walk Wind Walk God's speed Make your body lighter to increase moving speed. Increases moving speed STANDING_SKILL gyeonggong 19 4 Moving Speed +%.0f 60*SkillPoint +5 WARRIOR Dash Bullet Dash Powerful Attack You attack as fast as a Bullet Powerful Splash Attack ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Attack Power %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN Poison Arrow Toxic Arrow Deadly Arrow Coat the arrow with powerful poison. Long-Range Attack Attack on multiple targets Throws the target to the ground. Lasting Poison Attack ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Attack Power %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Toxication Chance %.0f%% 80*k +61 SURA Finger Strike Burning Finger Strike Finger Explosion Cause a big explosion with your fingertips. Frontal Splash Attack Opponent's defence is ignored Intelligence Bonus ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Attack Power %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Chance of Piercing Hit %.0f%% 1 + 9*SkillPoint +62 SURA Dragon Swirl Tornado Swirl Whirlwind Create a strong tornado to defeat several enemies. Splash Attack Opponent is ignored Intelligence Bonus ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Attack Power %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Chance to ignore an opponent's escape %.0f%% 1 + 9*SkillPoint +63 SURA Enchanted Blade Enchanted Sword Ghost Blade Endow your blade with a powerful ghost. Increases Attack Power Intelligence Bonus Steal Life from target STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Attack Power +%.1f 7 + (5*iq+13)*k Life thief: %.0f%% of damage 10*k +64 SURA Fear Great Fear Terror Weakens the enemies abilities Decrease opponent Increase chance that opponents miss the target It's only activated when you get a hit STANDING_SKILL gongpo 4 4 Opponent Attack Power -%.0f%% 5 + 20*SkillPoint Opponent 1 + 29*SkillPoint +65 SURA Enchanted Armour Stronger Enchanted Armour Armour of Darkness Protect your body with dark armour. Reflects damage back onto the attacker Increases Defence Intelligence Bonus STANDING_SKILL jumagap 5 4 Defence +%.0f (iq+30)*k Reflected Close-Combat Damage: %.1f%% (iq/4+10)*k +66 SURA Dispel Stronger Dispel Dispel Attack Remove all opponent's supporting effects. Long-Range Attack Attack on multiple targets All effects on opponent are removed ATTACK_SKILL|NEED_TARGET pabeop 6 4 Magic Attack Power %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Dispel Chance %.0f%% 50*k +76 SURA Dark Strike Ghost Strike Dark Explosion Throw the Dark Force to damage enemies. Long-Range Attack Attack on multiple targets ATTACK_SKILL|NEED_TARGET maryeong 16 4 Magic Attack Power %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Flame Strike Burning Strike Flame Detonation Burn enemies with an explosion. Splash Attack Fire Attack ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Magic Attack Power %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Flame Spirit Flame Array Flame Explosion Call a Flame Spirit. Long-Range Attack Random Target Attack on multiple targets ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Magic Attack Power %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Dark Protection Dark Membrane Protection of Dark Lord Protects you with the Dark Force and converts physical damage into SP. Reduces Magic Damage Increases Defence STANDING_SKILL|TOGGLE heuksin 19 4 Damage Reduction %.0f%% (iq*0.84)*k Defence +%.0f (0.5*iq+15)*k +80 SURA Spirit Strike (S) Soul Strike Spirit Assault Throw Dark Spirits to damage enemies. Long-Range Attack Attack on multiple targets Opponents are slowed down ATTACK_SKILL|NEED_TARGET tusok 20 4 Magic Attack Power %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Chance of slowing down %.1f%% (333 + (300 * k))/10 +81 SURA Dark Orb Dark Globe Dark Sphere Throw Dark Orbs to damage enemies. Long-Range Attack Attack on multiple targets ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Magic Attack Power %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Flying Talisman Dragon Throw Massive Throw Throw a talisman to damage enemies. Long-Range Attack Attack on multiple targets ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Magic Attack Power %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Shooting Dragon Attacking Dragon Rising Dragon Shoot a dragon figure to attack enemies directly. Frontal Splash Attack Lasting Fire Damage ATTACK_SKILL|NEED_TARGET yongpa 2 4 Magic Attack Power %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Chance of lasting fire %.0f%% iq*0.2*k +93 SHAMAN Dragon's Roar Dragon's Scream Dragon's Cry Attack enemies with a dragon figure. Splash Attack Lasting Fire Damage ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Magic Attack Power %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k Lasting Fire Chance %.0f%% iq*0.2*k +94 SHAMAN Blessing Heaven Dragon Protect your partner or yourself with a protection circle. Physical Attack Resistance Can be used on group members CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Physical Attack Resistance %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Reflect Reflecting Water Crystal Mirror Protect your partner or yourself with a reflecting circle. Reflects damage back onto the attacker Can be used on group members CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 Reflected Physical Attack Damage: %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Dragon's Strength Dragon's Support Dragon Power Strengthens you or your partner's attack. Increases chance of a critical hit Can be used on groups CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Chance of critical hit %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_en/locale/en/skilltable.txt b/bin/pack/locale_en/locale/en/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_en/locale/en/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_en/locale/en/ui/costume/costume_bg.jpg b/bin/pack/locale_en/locale/en/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_en/locale/en/ui/costume_bg.jpg b/bin/pack/locale_en/locale/en/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_en/locale/en/ui/createcharacterwindow.py b/bin/pack/locale_en/locale/en/ui/createcharacterwindow.py new file mode 100644 index 00000000..ad1d4109 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/en/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/en/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/dragonsoulrefinewindow.py b/bin/pack/locale_en/locale/en/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_en/locale/en/ui/dragonsoulwindow.py b/bin/pack/locale_en/locale/en/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/empire/empire.dds b/bin/pack/locale_en/locale/en/ui/empire/empire.dds new file mode 100644 index 00000000..096022ae Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/empire/empire.dds differ diff --git a/bin/pack/locale_en/locale/en/ui/empire/title.sub b/bin/pack/locale_en/locale/en/ui/empire/title.sub new file mode 100644 index 00000000..cfffe3da --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/energybar.py b/bin/pack/locale_en/locale/en/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_en/locale/en/ui/expandedtaskbar.py b/bin/pack/locale_en/locale/en/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/giftbox.py b/bin/pack/locale_en/locale/en/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/ui/guild/guild.dds b/bin/pack/locale_en/locale/en/ui/guild/guild.dds similarity index 100% rename from bin/pack/locale_us/locale/us/ui/guild/guild.dds rename to bin/pack/locale_en/locale/en/ui/guild/guild.dds diff --git a/bin/pack/locale_en/locale/en/ui/guild/tab_1.sub b/bin/pack/locale_en/locale/en/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/guild/tab_2.sub b/bin/pack/locale_en/locale/en/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/guild/tab_3.sub b/bin/pack/locale_en/locale/en/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/guild/tab_4.sub b/bin/pack/locale_en/locale/en/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/guild/tab_5.sub b/bin/pack/locale_en/locale/en/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/guild/tab_6.sub b/bin/pack/locale_en/locale/en/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/highlighted_quest.tga b/bin/pack/locale_en/locale/en/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/highlighted_quest_r.tga b/bin/pack/locale_en/locale/en/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/inventorywindow.py b/bin/pack/locale_en/locale/en/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/loading/gauge_empty.dds b/bin/pack/locale_en/locale/en/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_en/locale/en/ui/loading/gauge_full.dds b/bin/pack/locale_en/locale/en/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_en/locale/en/ui/loadingwindow.py b/bin/pack/locale_en/locale/en/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/login.jpg b/bin/pack/locale_en/locale/en/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/login.jpg differ diff --git a/bin/pack/locale_us/locale/us/ui/serverlist.sub b/bin/pack/locale_en/locale/en/ui/login.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/serverlist.sub rename to bin/pack/locale_en/locale/en/ui/login.sub diff --git a/bin/pack/locale_en/locale/en/ui/login/copyright.sub b/bin/pack/locale_en/locale/en/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/login/g4d.sub b/bin/pack/locale_en/locale/en/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/login/login.dds b/bin/pack/locale_en/locale/en/ui/login/login.dds new file mode 100644 index 00000000..a3b651a4 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/login/login.dds differ diff --git a/bin/pack/locale_en/locale/en/ui/login/loginwindow.sub b/bin/pack/locale_en/locale/en/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/login/published.sub b/bin/pack/locale_en/locale/en/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/login/title.sub b/bin/pack/locale_en/locale/en/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/login_dark_dragons.jpg b/bin/pack/locale_en/locale/en/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_en/locale/en/ui/loginwindow.py b/bin/pack/locale_en/locale/en/ui/loginwindow.py new file mode 100644 index 00000000..7caa94c1 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/en/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/en/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/en/ui/vkey/key_at.tga', + 'down_image' : 'locale/en/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/en/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/en/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/en/ui/vkey/key_enter.tga', + 'down_image' : 'locale/en/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/en/ui/vkey/key_shift.tga', + 'down_image' : 'locale/en/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/en/ui/vkey/key_space.tga', + 'down_image' : 'locale/en/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/en/ui/vkey/key_normal.tga', + 'down_image' : 'locale/en/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/en/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/mall/00.sub b/bin/pack/locale_en/locale/en/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/01.sub b/bin/pack/locale_en/locale/en/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/02.sub b/bin/pack/locale_en/locale/en/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/03.sub b/bin/pack/locale_en/locale/en/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/04.sub b/bin/pack/locale_en/locale/en/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/05.sub b/bin/pack/locale_en/locale/en/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/06.sub b/bin/pack/locale_en/locale/en/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/07.sub b/bin/pack/locale_en/locale/en/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/08.sub b/bin/pack/locale_en/locale/en/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/09.sub b/bin/pack/locale_en/locale/en/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/10.sub b/bin/pack/locale_en/locale/en/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/11.sub b/bin/pack/locale_en/locale/en/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/12.sub b/bin/pack/locale_en/locale/en/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/13.sub b/bin/pack/locale_en/locale/en/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/14.sub b/bin/pack/locale_en/locale/en/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/15.sub b/bin/pack/locale_en/locale/en/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/16.sub b/bin/pack/locale_en/locale/en/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0000.tga b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0001.tga b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0002.tga b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0003.tga b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0004.tga b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0005.tga b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0006.tga b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0007.tga b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0008.tga b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0009.tga b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0000.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0001.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0002.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0003.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0004.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0005.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0006.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0007.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0008.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0009.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0010.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0011.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0012.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0013.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0014.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/herz0015.tga b/bin/pack/locale_en/locale/en/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/mall.tga b/bin/pack/locale_en/locale/en/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/mall.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/0a2.tga b/bin/pack/locale_en/locale/en/ui/mapname/0a2.tga new file mode 100644 index 00000000..1dd93f0a Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/a1.tga b/bin/pack/locale_en/locale/en/ui/mapname/a1.tga new file mode 100644 index 00000000..a05bac09 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/a2.tga b/bin/pack/locale_en/locale/en/ui/mapname/a2.tga new file mode 100644 index 00000000..1dd93f0a Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/a3.tga b/bin/pack/locale_en/locale/en/ui/mapname/a3.tga new file mode 100644 index 00000000..91c254a2 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/a4.tga b/bin/pack/locale_en/locale/en/ui/mapname/a4.tga new file mode 100644 index 00000000..3f7df7c2 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/b1.tga b/bin/pack/locale_en/locale/en/ui/mapname/b1.tga new file mode 100644 index 00000000..554b2904 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/b2.tga b/bin/pack/locale_en/locale/en/ui/mapname/b2.tga new file mode 100644 index 00000000..65804b74 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/b3.tga b/bin/pack/locale_en/locale/en/ui/mapname/b3.tga new file mode 100644 index 00000000..d8453723 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/b4.tga b/bin/pack/locale_en/locale/en/ui/mapname/b4.tga new file mode 100644 index 00000000..5e21a3d7 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/bay.tga b/bin/pack/locale_en/locale/en/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/c1.tga b/bin/pack/locale_en/locale/en/ui/mapname/c1.tga new file mode 100644 index 00000000..302bf23b Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/c2.tga b/bin/pack/locale_en/locale/en/ui/mapname/c2.tga new file mode 100644 index 00000000..74c40477 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/c3.tga b/bin/pack/locale_en/locale/en/ui/mapname/c3.tga new file mode 100644 index 00000000..b7bfda09 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/c4.tga b/bin/pack/locale_en/locale/en/ui/mapname/c4.tga new file mode 100644 index 00000000..364e42c8 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/cape.tga b/bin/pack/locale_en/locale/en/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/dawn.tga b/bin/pack/locale_en/locale/en/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/desert1.tga b/bin/pack/locale_en/locale/en/ui/mapname/desert1.tga new file mode 100644 index 00000000..f5ab2474 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/devil1.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil1.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mapname/devil1.tga rename to bin/pack/locale_en/locale/en/ui/mapname/devil1.tga diff --git a/bin/pack/locale_en/locale/en/ui/mapname/devil1_1f.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..85f62006 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/devil1_2f.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..d6201a2d Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/devil1_3f.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..d5c405ab Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/devil1_4f.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..1284a470 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/devil1_5f.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..ea8f0400 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/devil1_6f.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..8f76412f Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/devil1_7f.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..80e65060 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/devil1_8f.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..c28708b8 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/devil1_9f.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..6f4c6ad3 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/devil1_title.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..9f916a8a Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/devil_basement.tga b/bin/pack/locale_en/locale/en/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/frame1.tga b/bin/pack/locale_en/locale/en/ui/mapname/frame1.tga new file mode 100644 index 00000000..e84c09b4 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/guild1.tga b/bin/pack/locale_en/locale/en/ui/mapname/guild1.tga new file mode 100644 index 00000000..303af686 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/guild2.tga b/bin/pack/locale_en/locale/en/ui/mapname/guild2.tga new file mode 100644 index 00000000..5eea442b Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/guild3.tga b/bin/pack/locale_en/locale/en/ui/mapname/guild3.tga new file mode 100644 index 00000000..9ef82810 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/milgyo.tga b/bin/pack/locale_en/locale/en/ui/mapname/milgyo.tga new file mode 100644 index 00000000..6edb674e Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/monkey1.tga b/bin/pack/locale_en/locale/en/ui/mapname/monkey1.tga new file mode 100644 index 00000000..2e6c0197 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/monkey2.tga b/bin/pack/locale_en/locale/en/ui/mapname/monkey2.tga new file mode 100644 index 00000000..bd54b99e Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/monkey3.tga b/bin/pack/locale_en/locale/en/ui/mapname/monkey3.tga new file mode 100644 index 00000000..590cc21a Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/skipia.tga b/bin/pack/locale_en/locale/en/ui/mapname/skipia.tga new file mode 100644 index 00000000..2941a377 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/snow1.tga b/bin/pack/locale_en/locale/en/ui/mapname/snow1.tga new file mode 100644 index 00000000..4a9e1b82 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/spider1.tga b/bin/pack/locale_en/locale/en/ui/mapname/spider1.tga similarity index 100% rename from bin/pack/locale_us/locale/us/ui/mapname/spider1.tga rename to bin/pack/locale_en/locale/en/ui/mapname/spider1.tga diff --git a/bin/pack/locale_en/locale/en/ui/mapname/thunder.tga b/bin/pack/locale_en/locale/en/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/trent.tga b/bin/pack/locale_en/locale/en/ui/mapname/trent.tga new file mode 100644 index 00000000..6ec89f84 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/mapname/trent02.tga b/bin/pack/locale_en/locale/en/ui/mapname/trent02.tga new file mode 100644 index 00000000..7c1ec24b Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/new_cube_bg.tga b/bin/pack/locale_en/locale/en/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/passworddialog.py b/bin/pack/locale_en/locale/en/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/select.jpg b/bin/pack/locale_en/locale/en/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/select.jpg differ diff --git a/bin/pack/locale_en/locale/en/ui/select.sub b/bin/pack/locale_en/locale/en/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_en/locale/en/ui/select/name_assassin.sub b/bin/pack/locale_en/locale/en/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/select/name_shaman.sub b/bin/pack/locale_en/locale/en/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/select/name_sura.sub b/bin/pack/locale_en/locale/en/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/select/name_warrior.sub b/bin/pack/locale_en/locale/en/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/ui/select/select.dds b/bin/pack/locale_en/locale/en/ui/select/select.dds similarity index 100% rename from bin/pack/locale_us/locale/us/ui/select/select.dds rename to bin/pack/locale_en/locale/en/ui/select/select.dds diff --git a/bin/pack/locale_en/locale/en/ui/select_old.jpg b/bin/pack/locale_en/locale/en/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/select_old.jpg differ diff --git a/bin/pack/locale_en/locale/en/ui/selectcharacterwindow.py b/bin/pack/locale_en/locale/en/ui/selectcharacterwindow.py new file mode 100644 index 00000000..1b714008 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/en/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/selectempirewindow.py b/bin/pack/locale_en/locale/en/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/serverlist.jpg b/bin/pack/locale_en/locale/en/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/serverlist.jpg differ diff --git a/bin/pack/locale_en/locale/en/ui/serverlist.sub b/bin/pack/locale_en/locale/en/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_en/locale/en/ui/systemdialog.py b/bin/pack/locale_en/locale/en/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/taskbar.py b/bin/pack/locale_en/locale/en/ui/taskbar.py new file mode 100644 index 00000000..988897f6 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/en/ui/Mall/00.sub", + "locale/en/ui/Mall/01.sub", + "locale/en/ui/Mall/02.sub", + "locale/en/ui/Mall/03.sub", + "locale/en/ui/Mall/04.sub", + "locale/en/ui/Mall/05.sub", + "locale/en/ui/Mall/06.sub", + "locale/en/ui/Mall/07.sub", + "locale/en/ui/Mall/08.sub", + "locale/en/ui/Mall/09.sub", + "locale/en/ui/Mall/11.sub", + "locale/en/ui/Mall/12.sub", + "locale/en/ui/Mall/13.sub", + "locale/en/ui/Mall/14.sub", + "locale/en/ui/Mall/15.sub", + "locale/en/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/en/ui/Mall/00.sub", + "locale/en/ui/Mall/01.sub", + "locale/en/ui/Mall/02.sub", + "locale/en/ui/Mall/03.sub", + "locale/en/ui/Mall/04.sub", + "locale/en/ui/Mall/05.sub", + "locale/en/ui/Mall/06.sub", + "locale/en/ui/Mall/07.sub", + "locale/en/ui/Mall/08.sub", + "locale/en/ui/Mall/09.sub", + "locale/en/ui/Mall/11.sub", + "locale/en/ui/Mall/12.sub", + "locale/en/ui/Mall/13.sub", + "locale/en/ui/Mall/14.sub", + "locale/en/ui/Mall/15.sub", + "locale/en/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/taskbar_easter.py b/bin/pack/locale_en/locale/en/ui/taskbar_easter.py new file mode 100644 index 00000000..a6969268 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/en/ui/Mall/easter_2012_0000.tga", + "locale/en/ui/Mall/easter_2012_0001.tga", + "locale/en/ui/Mall/easter_2012_0002.tga", + "locale/en/ui/Mall/easter_2012_0003.tga", + "locale/en/ui/Mall/easter_2012_0004.tga", + "locale/en/ui/Mall/easter_2012_0005.tga", + "locale/en/ui/Mall/easter_2012_0006.tga", + "locale/en/ui/Mall/easter_2012_0007.tga", + "locale/en/ui/Mall/easter_2012_0008.tga", + "locale/en/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/en/ui/Mall/easter_2012_0000.tga", + "locale/en/ui/Mall/easter_2012_0001.tga", + "locale/en/ui/Mall/easter_2012_0002.tga", + "locale/en/ui/Mall/easter_2012_0003.tga", + "locale/en/ui/Mall/easter_2012_0004.tga", + "locale/en/ui/Mall/easter_2012_0005.tga", + "locale/en/ui/Mall/easter_2012_0006.tga", + "locale/en/ui/Mall/easter_2012_0007.tga", + "locale/en/ui/Mall/easter_2012_0008.tga", + "locale/en/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/taskbar_haloween.py b/bin/pack/locale_en/locale/en/ui/taskbar_haloween.py new file mode 100644 index 00000000..052aa407 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/en/ui/Mall/shop_button_kuerbis0000.tga", + "locale/en/ui/Mall/shop_button_kuerbis0001.tga", + "locale/en/ui/Mall/shop_button_kuerbis0002.tga", + "locale/en/ui/Mall/shop_button_kuerbis0003.tga", + "locale/en/ui/Mall/shop_button_kuerbis0004.tga", + "locale/en/ui/Mall/shop_button_kuerbis0005.tga", + "locale/en/ui/Mall/shop_button_kuerbis0006.tga", + "locale/en/ui/Mall/shop_button_kuerbis0007.tga", + "locale/en/ui/Mall/shop_button_kuerbis0008.tga", + "locale/en/ui/Mall/shop_button_kuerbis0009.tga", + "locale/en/ui/Mall/shop_button_kuerbis0010.tga", + "locale/en/ui/Mall/shop_button_kuerbis0011.tga", + "locale/en/ui/Mall/shop_button_kuerbis0012.tga", + "locale/en/ui/Mall/shop_button_kuerbis0013.tga", + "locale/en/ui/Mall/shop_button_kuerbis0014.tga", + "locale/en/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/en/ui/Mall/shop_button_kuerbis0000.tga", + "locale/en/ui/Mall/shop_button_kuerbis0001.tga", + "locale/en/ui/Mall/shop_button_kuerbis0002.tga", + "locale/en/ui/Mall/shop_button_kuerbis0003.tga", + "locale/en/ui/Mall/shop_button_kuerbis0004.tga", + "locale/en/ui/Mall/shop_button_kuerbis0005.tga", + "locale/en/ui/Mall/shop_button_kuerbis0006.tga", + "locale/en/ui/Mall/shop_button_kuerbis0007.tga", + "locale/en/ui/Mall/shop_button_kuerbis0008.tga", + "locale/en/ui/Mall/shop_button_kuerbis0009.tga", + "locale/en/ui/Mall/shop_button_kuerbis0010.tga", + "locale/en/ui/Mall/shop_button_kuerbis0011.tga", + "locale/en/ui/Mall/shop_button_kuerbis0012.tga", + "locale/en/ui/Mall/shop_button_kuerbis0013.tga", + "locale/en/ui/Mall/shop_button_kuerbis0014.tga", + "locale/en/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/taskbar_valentine.py b/bin/pack/locale_en/locale/en/ui/taskbar_valentine.py new file mode 100644 index 00000000..1731b847 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/en/ui/Mall/herz0000.tga", + "locale/en/ui/Mall/herz0001.tga", + "locale/en/ui/Mall/herz0002.tga", + "locale/en/ui/Mall/herz0003.tga", + "locale/en/ui/Mall/herz0004.tga", + "locale/en/ui/Mall/herz0005.tga", + "locale/en/ui/Mall/herz0006.tga", + "locale/en/ui/Mall/herz0007.tga", + "locale/en/ui/Mall/herz0008.tga", + "locale/en/ui/Mall/herz0009.tga", + "locale/en/ui/Mall/herz0010.tga", + "locale/en/ui/Mall/herz0011.tga", + "locale/en/ui/Mall/herz0012.tga", + "locale/en/ui/Mall/herz0013.tga", + "locale/en/ui/Mall/herz0014.tga", + "locale/en/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/en/ui/Mall/herz0000.tga", + "locale/en/ui/Mall/herz0001.tga", + "locale/en/ui/Mall/herz0002.tga", + "locale/en/ui/Mall/herz0003.tga", + "locale/en/ui/Mall/herz0004.tga", + "locale/en/ui/Mall/herz0005.tga", + "locale/en/ui/Mall/herz0006.tga", + "locale/en/ui/Mall/herz0007.tga", + "locale/en/ui/Mall/herz0008.tga", + "locale/en/ui/Mall/herz0009.tga", + "locale/en/ui/Mall/herz0010.tga", + "locale/en/ui/Mall/herz0011.tga", + "locale/en/ui/Mall/herz0012.tga", + "locale/en/ui/Mall/herz0013.tga", + "locale/en/ui/Mall/herz0014.tga", + "locale/en/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_at.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_at_dn.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_at_over.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_backspace.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_backspace_over.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_enter.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_enter_dn.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_enter_over.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_normal.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_normal_dn.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_normal_over.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_shift.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_shift_dn.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_shift_over.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_space.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_space_dn.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/vkey/key_space_over.tga b/bin/pack/locale_en/locale/en/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_en/locale/en/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_en/locale/en/ui/webwindow.py b/bin/pack/locale_en/locale/en/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_cur_exp.sub b/bin/pack/locale_en/locale/en/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_ext.sub b/bin/pack/locale_en/locale/en/ui/windows/label_ext.sub new file mode 100644 index 00000000..7cc02116 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 301 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_ext_item1.sub b/bin/pack/locale_en/locale/en/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_ext_item2.sub b/bin/pack/locale_en/locale/en/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_last_exp.sub b/bin/pack/locale_en/locale/en/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_level.sub b/bin/pack/locale_en/locale/en/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_skill_active.sub b/bin/pack/locale_en/locale/en/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..dcf55f39 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 116 +right 506 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_skill_high.sub b/bin/pack/locale_en/locale/en/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..9f9072bc --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 153 +top 148 +right 187 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_skill_low.sub b/bin/pack/locale_en/locale/en/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..e54ff327 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 118 +top 148 +right 153 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_skill_middle.sub b/bin/pack/locale_en/locale/en/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..b8f83e42 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 131 +right 498 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_skill_passive.sub b/bin/pack/locale_en/locale/en/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..93669e8f --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 116 +right 461 +bottom 133 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_skill_support.sub b/bin/pack/locale_en/locale/en/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..b8b36658 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 480 +bottom 89 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_skill_weapon.sub b/bin/pack/locale_en/locale/en/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..db20edf0 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 148 +right 118 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_std.sub b/bin/pack/locale_en/locale/en/ui/windows/label_std.sub new file mode 100644 index 00000000..9cf283be --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 301 +top 116 +right 414 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_std_item1.sub b/bin/pack/locale_en/locale/en/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_std_item2.sub b/bin/pack/locale_en/locale/en/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/label_uppt.sub b/bin/pack/locale_en/locale/en/ui/windows/label_uppt.sub new file mode 100644 index 00000000..342c4137 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 89 +right 480 +bottom 103 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/tab_1.sub b/bin/pack/locale_en/locale/en/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/tab_2.sub b/bin/pack/locale_en/locale/en/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/tab_3.sub b/bin/pack/locale_en/locale/en/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/tab_4.sub b/bin/pack/locale_en/locale/en/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/title_skill.sub b/bin/pack/locale_en/locale/en/ui/windows/title_skill.sub new file mode 100644 index 00000000..2b0d856e --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 398 +top 74 +right 470 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_en/locale/en/ui/windows/title_status.sub b/bin/pack/locale_en/locale/en/ui/windows/title_status.sub new file mode 100644 index 00000000..6c63bce8 --- /dev/null +++ b/bin/pack/locale_en/locale/en/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 181 +top 120 +right 229 +bottom 137 \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/ui/windows/windows.dds b/bin/pack/locale_en/locale/en/ui/windows/windows.dds similarity index 100% rename from bin/pack/locale_us/locale/us/ui/windows/windows.dds rename to bin/pack/locale_en/locale/en/ui/windows/windows.dds diff --git a/bin/pack/locale_es/locale/es/effect/gm.mse b/bin/pack/locale_es/locale/es/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_es/locale/es/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_es/locale/es/effect/ymirred.tga b/bin/pack/locale_es/locale/es/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_es/locale/es/effect/ymirred.tga differ diff --git a/bin/pack/locale_es/locale/es/empiredesc_a.txt b/bin/pack/locale_es/locale/es/empiredesc_a.txt new file mode 100644 index 00000000..76301ccd --- /dev/null +++ b/bin/pack/locale_es/locale/es/empiredesc_a.txt @@ -0,0 +1,32 @@ +[DELAY value;10] +Reino de Shinsoo[ENTER] +[ENTER] +El Reino de Shinsoo est al[ENTER] +sur del continente. Los[ENTER] +habitantes trabajan[ENTER] +[WAIT] +principalmente en el[ENTER] +comercio. Fundado por[ENTER] +Yoon-Yoing despus de que el[ENTER] +reino sucumbiese, las[ENTER] +relaciones comerciales con[ENTER] +[WAIT] +el este se dirigieron[ENTER] +rpidamente a la quiebra.[ENTER] +Los habitantes luchan[ENTER] +constantemente con el oeste[ENTER] +y su ruta comercial est[ENTER] +[WAIT] +totalmente desconectada.[ENTER] +Sabiendo que las Piedras[ENTER] +Metin son una amenaza para[ENTER] +su forma de vida, los[ENTER] +comerciantes se armaron. Su[ENTER] +[WAIT] +objetivo es ser capaces de[ENTER] +resistir los ataques del[ENTER] +oeste, para reanudar todas[ENTER] +las rutas comerciales y unir[ENTER] +todo el continente bajo su[ENTER] +[WAIT] +mandato. \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/empiredesc_b.txt b/bin/pack/locale_es/locale/es/empiredesc_b.txt new file mode 100644 index 00000000..76d99cde --- /dev/null +++ b/bin/pack/locale_es/locale/es/empiredesc_b.txt @@ -0,0 +1,38 @@ +[DELAY value;10] +Reino de Chunjo[ENTER] +[ENTER] +El Reino de Chunjo est[ENTER] +situado al oeste del[ENTER] +continente. Es un Reino[ENTER] +[WAIT] +tecrata dirigido por[ENTER] +lderes espirituales. El[ENTER] +reino fue fundado por[ENTER] +Yoon-Young, el primo del[ENTER] +anterior Emperador. Su[ENTER] +[WAIT] +mujer, que tiene poderes[ENTER] +mgicos muy fuertes, le[ENTER] +ayud muy pronto a ver la[ENTER] +amenaza causada por las[ENTER] +Piedras Metin. l dijo[ENTER] +[WAIT] +muchas veces que algo haba[ENTER] +que hacer, pero fue[ENTER] +ignorado. As que condujo a[ENTER] +su gente a una rebelin[ENTER] +contra el imperio, que a la[ENTER] +[WAIT] +sazn an segua en pie.[ENTER] +Despus de que el imperio[ENTER] +sucumbiera, su reino entr[ENTER] +en guerra con las regiones[ENTER] +del este y tuvo problemas[ENTER] +[WAIT] +con el sur. La gente del[ENTER] +Reino de Chunjo quera[ENTER] +reinar sobre todo el[ENTER] +continente para poder tener[ENTER] +control del creciente poder[ENTER] +[WAIT] +de las Piedras Metin. \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/empiredesc_c.txt b/bin/pack/locale_es/locale/es/empiredesc_c.txt new file mode 100644 index 00000000..63f01649 --- /dev/null +++ b/bin/pack/locale_es/locale/es/empiredesc_c.txt @@ -0,0 +1,28 @@ +[DELAY value;10] +Reino de Jinno[ENTER] +[ENTER] +El Reino de Jinno est en[ENTER] +las regiones del este del[ENTER] +continente. Este reino est[ENTER] +[WAIT] +basado en su poder militar.[ENTER] +Sus gentes son agresivas y[ENTER] +guerreras. El Reino de Jinno[ENTER] +es liderado por Ee-Ryoong,[ENTER] +el hijo del ltimo[ENTER] +[WAIT] +Emperador. l se considera[ENTER] +el elegido para restaurar el[ENTER] +antiguo imperio bajo su[ENTER] +reinado y con sus fuerzas[ENTER] +militares. El miedo por el[ENTER] +[WAIT] +significado y los efectos de[ENTER] +las Piedras Metin se ignoran[ENTER] +oficialmente en el Reino de[ENTER] +Jinno. En secreto, Ee-Ryoong[ENTER] +pretende apoderarse de los[ENTER] +[WAIT] +poderes destructivos de las[ENTER] +Piedras Metin para su[ENTER] +ejrcito. \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/guildbuildinglist.txt b/bin/pack/locale_es/locale/es/guildbuildinglist.txt new file mode 100644 index 00000000..e80fb18a --- /dev/null +++ b/bin/pack/locale_es/locale/es/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan Fbrica de armas -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Herrero de armaduras -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan Joyero -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang Centro entrenamiento -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro Fundicin diamante -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro Fundicin madera -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro fundicin de cobre -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro Fundicin de Plata -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro Fundicin de Oro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro Fundicin de Jade -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro Fundicin bano -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro Fundicin de perlas -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro Fundicin platino -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro Fundicin cristal -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro Fundicin amatista -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro Fundicin de Cielo -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Fundicin Soul Crystal -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Fundicin Rubin -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Fundicin Garnet -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Fundicin Smaragd -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Fundicin Saphire -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 Altar de Poder -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 Altar de Poder -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 Altar de Poder -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse casa(1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner muro de piedra(1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin muro de piedra(1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 muro de piedra(1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door puerta(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set muro(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse casa(2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner muro de piedra(2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin muro de piedra(2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 muro de piedra(2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door puerta(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDIN b1-set muro(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse casa(3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner muro de piedra(3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin muro de piedra(3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 muro de piedra(3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door puerta(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDIN c1-set muro(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol Insignia de gremio -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 Pared delantera -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 0 +14202 WALL fence01_back01 Pared trasera -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 Pared izquierda -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 Pared derecha -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 piedra1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 piedra2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 piedra3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 piedra4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 piedra5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 piedra6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 piedra7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 piedra8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 piedra9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 piedra10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT madera1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 madera2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall madera3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 madera4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 madera5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT madera6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 madera7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall madera8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 madera9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_es/locale/es/icon/scroll_close.tga b/bin/pack/locale_es/locale/es/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_es/locale/es/icon/scroll_close.tga differ diff --git a/bin/pack/locale_es/locale/es/icon/scroll_open.tga b/bin/pack/locale_es/locale/es/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_es/locale/es/icon/scroll_open.tga differ diff --git a/bin/pack/locale_es/locale/es/insult.txt b/bin/pack/locale_es/locale/es/insult.txt new file mode 100644 index 00000000..94495164 --- /dev/null +++ b/bin/pack/locale_es/locale/es/insult.txt @@ -0,0 +1,225 @@ +follar +coo +mierda +puta +polla +picha +clitoris +maricon +marica +teta +culo +culos +ojete +ojetes +cojones +cojon +bastardo +cabron +mamon +puton +putones +putonas +putas +puteando +puteo +putear +puto +mamada +mamar +mamadas +ojal +ojales +follador +folladora +follado +follando +raja +rajita +mierdon +mojn +tetas +rabo +minga +chupamela +chupamelo +comemela +comemelo +semen +esperma +lefa +cuninlingus +coos +follamigo +follamiga +ostia +ostias +joder +dildo +masturbar +masturbador +masturbame +masturbada +masturbado +masturbando +masturbacin +vibrador +eyacular +eyaculador +eyaculado +eyaculando +correrse +eyaculacin +comecoos +comepollas +comepolla +comecoo +capullo +capulla +capuyo +capuya +parguela +zorra +zorron +guarra +guarro +guarron +guarrona +guarras +guarros +guarrones +guarronas +zorras +zorrones +felar +felacin +felame +trincar +chinclar +fornicar +polvo +gangbang +gangbangeado +gangbangeada +gangbangs +hentai +bukkake +sodomizar +sodomizador +sodomizante +somodizadora +sodomizado +sodomizada +anal +vaginal +vagina +cipote +prepucio +gonadas +gonada +falo +homo +gay +cachondo +cachonda +condn +condones +preservativo +preservativos +lesbiana +lesbianas +lesbi +lesbis +bollera +bolleras +tortillera +tortilleras +niata +niato +cabrn +cabrona +mamona +hijoputa +ijoputa +joputa +hijodeputa +hijaputa +hijadeputa +ijaputa +japuta +negrata +negratas +sudaca +sudacas +orgasmo +orgasmos +orgasmear +orgasmeado +orgasmeando +orgasmar +multiorgasmar +multiorgasmo +pene +sexotelefonico +mear +meada +meado +meador +meadora +meadores +meadoras +porno +pornografico +pornografica +pornografia +pornos +prostituta +prostituto +cagar +cagado +cagador +cagadora +amorfo +amorfa +amorfos +amorfas +comechanclas +soplapollas +soplapolla +gilipollas +retrasado +retrasada +retrasados +retrasadas +subnormal +subnormales +chingar +chingada +chingadera +malparido +anormal +chucha +chuchamadre +desgraciado +desgraciada +chupabolas +chupapelotas +huevn +cojudo +putamadre +pedorro +pedorra +cachudo +cachuda +baboso +babosa +tarado +estpido +tarada +mangolito +mongolita +mamn +pajero +lameculo +imbcil +cagn diff --git a/bin/pack/locale_es/locale/es/item_list.txt b/bin/pack/locale_es/locale/es/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_es/locale/es/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_es/locale/es/item_proto b/bin/pack/locale_es/locale/es/item_proto new file mode 100644 index 00000000..d0604f2b Binary files /dev/null and b/bin/pack/locale_es/locale/es/item_proto differ diff --git a/bin/pack/locale_es/locale/es/itemdesc.txt b/bin/pack/locale_es/locale/es/itemdesc.txt new file mode 100644 index 00000000..ce19b327 --- /dev/null +++ b/bin/pack/locale_es/locale/es/itemdesc.txt @@ -0,0 +1,2628 @@ +100000 Elixir del tiempo (P) Completa la duracin de una Piedra dragn. +100001 Elixir del tiempo (M) Completa la duracin de una Piedra dragn. +100002 Elixir del tiempo (G) Completa la duracin de una Piedra dragn. +100100 Tenaza de dragn Un herramienta til que aumenta la probabilidad de xito al retirar una Piedra dragn. +100200 Tenaza del tiempo Extrae la duracin de la Piedra dragn. +100300 Alubia verde del dragn La Alubia mgica aumenta el nivel de tu Piedra dragn. La mejora puede fallar. +100400 Alubia azul del dragn La Alubia mgica aumenta las probabilidades de mejorar con xito en un nivel la Piedra dragn. +100500 Alubia rosa del dragn La probabilidad de mejorar con xito en un nivel la Piedra dragn aumenta en un 10%. +11901 Esmoquin Un traje elegante para llevar en una boda. +11902 Esmoquin Un traje elegante para llevar en una boda. +11903 Vestido de Boda Un vestido especial de mujer para llevar en su boda. +11904 Vestido de Boda Un vestido especial de mujer para llevar en su boda. +18000 Cinto de lino +0 +18001 Cinto de lino +1 +18002 Cinto de lino +2 +18003 Cinto de lino +3 +18004 Cinto de lino +4 +18005 Cinto de lino +5 +18006 Cinto de lino +6 +18007 Cinto de lino +7 +18008 Cinto de lino +8 +18009 Cinto de lino +9 +18010 Cinto de cuero +0 +18011 Cinto de cuero +1 +18012 Cinto de cuero +2 +18013 Cinto de cuero +3 +18014 Cinto de cuero +4 +18015 Cinto de cuero +5 +18016 Cinto de cuero +6 +18017 Cinto de cuero +7 +18018 Cinto de cuero +8 +18019 Cinto de cuero +9 +18020 Cinto elegante +0 +18021 Cinto elegante +1 +18022 Cinto elegante +2 +18023 Cinto elegante +3 +18024 Cinto elegante +4 +18025 Cinto elegante +5 +18026 Cinto elegante +6 +18027 Cinto elegante +7 +18028 Cinto elegante +8 +18029 Cinto elegante +9 +18030 Cinto de sabidura +0 +18031 Cinto de sabidura +1 +18032 Cinto de sabidura +2 +18033 Cinto de sabidura +3 +18034 Cinto de sabidura +4 +18035 Cinto de sabidura +5 +18036 Cinto de sabidura +6 +18037 Cinto de sabidura +7 +18038 Cinto de sabidura +8 +18039 Cinto de sabidura +9 +18040 Cinto real +0 +18041 Cinto real +1 +18042 Cinto real +2 +18043 Cinto real +3 +18044 Cinto real +4 +18045 Cinto real +5 +18046 Cinto real +6 +18047 Cinto real +7 +18048 Cinto real +8 +18049 Cinto real +9 +18050 Cinto sombro +0 +18051 Cinto sombro +1 +18052 Cinto sombro +2 +18053 Cinto sombro +3 +18054 Cinto sombro +4 +18055 Cinto sombro +5 +18056 Cinto sombro +6 +18057 Cinto sombro +7 +18058 Cinto sombro +8 +18059 Cinto sombro +9 +18060 Cinto rnico +0 +18061 Cinto rnico +1 +18062 Cinto rnico +2 +18063 Cinto rnico +3 +18064 Cinto rnico +4 +18065 Cinto rnico +5 +18066 Cinto rnico +6 +18067 Cinto rnico +7 +18068 Cinto rnico +8 +18069 Cinto rnico +9 +18070 Cinto de la Osa Mayor +0 +18071 Cinto de la Osa Mayor +1 +18072 Cinto de la Osa Mayor +2 +18073 Cinto de la Osa Mayor +3 +18074 Cinto de la Osa Mayor +4 +18075 Cinto de la Osa Mayor +5 +18076 Cinto de la Osa Mayor +6 +18077 Cinto de la Osa Mayor +7 +18078 Cinto de la Osa Mayor +8 +18079 Cinto de la Osa Mayor +9 +18900 Piedra roja en llamas Refuerza las bonificaciones de tu cinturn. +21100 +21101 +21102 +21103 +21104 +21105 +21106 +21107 +21108 +21109 +21110 +21111 +21112 +21113 +21114 +21115 +21116 +21117 +21118 +21119 +21120 +21121 +21122 +21123 +21124 +21125 +21126 +21127 +21128 +21129 +21550 +21551 +21552 +21553 +21554 +21555 +21556 +21557 +21558 +21559 +21991 +21992 +21993 +22000 Pergamino de la Ciudad El pergamino te permite teletransportarte de vuelta a la ciudad. +22010 Pergamino de Ubicacin El pergamino te permite volver a la ltima ubicacin que marcaste. +25040 Pergamino Bendicin Elimina el riesgo de destruir un objeto si la mejora falla. El coste de esto es que la calidad es reducida en 1 punto. +25041 Piedra mgica Un pedazo del metal legendario puede aumentar la probabilidad de mejorar un objeto. El objeto mejorado no podr ser destruido ni reducido de nivel. +25100 Pergam. Piedra Espritu El pergamino te permite extraer la Piedra Espritu de un arma o armadura. Deja una marca de extraccin. +27051 Pocin Roja (P) Rellena 300 puntos de vida. No comerciable. +27052 Pocin Azul (P) Rellena 100 puntos de hechizo. No comerciable. +27053 Pocin Verde (P) Aumenta tu velocidad de ataque en +10 durante 10 minutos. No comerciable. +27054 Pocin Morada (P) Aumenta tu velocidad de movimiento en +10 durante 10 minutos. No comerciable. +27122 Pocin roja (P) Rellena 300 puntos de vida. No comerciable. +27123 Pocin verde (P) Aumenta tu velocidad de ataque en +10 durante 10 minutos. No comerciable. +27124 Vendaje Detiene el sangrado de inmediato. +27600 Hoguera Madera que ha sido cortada para hacer una hoguera. +27610 Bola de Pescar Esta bola mgica revela el tipo de pez que est en el anzuelo. +27620 Libro de Pesca Un libro que proporciona informacin sobre la pesca. +27799 Espinas de Pescado Las espinas de un pez +27800 Goma Un cebo ligero y barato +27801 Gusano Cebo popular que atrae a los peces. +27802 Pez Pequeo Cebo que atrae peces grandes. +27803 Lucioperca Un pez comn que vive por lo general en charcas. +27804 Pez Mandarn Un pescado muy sabroso. +27805 Lucioperca Grande Un ejemplar de Lucioperca bastante gordo +27806 Carpa Un pez grande de color plateado. +27807 Salmn Un pez que regresa al hogar en pocas de apareamiento. +27808 Carpa Herbvora Una carpa que normalmente se alimenta de hierba. +27809 Trucha de Arroyo Un pez que est emparentado con el Salmn. +27810 Anguila Un pez largo y delgado que parece una serpiente. Tiene mucha energa. +27811 Trucha Arco Iris Un pez que tiene los colores del arcoiris en su lomo. +27812 Trucha de Ro Un pez de agua dulce que es muy comn en este rea. +27813 Gard Un pez rojo y brillante que vive en grupos. +27814 Perca Un pez conocido como el "tiburn de los mares". +27815 Tenchi Un tipo de barbo que vive nicamente en agua limpia. +27816 Barbo Un pez que tiene una gran boca caracterstica con bigotes parecidos a los del gato. +27817 Locha Un pez resbaladizo, que vive generalmente en aguas poco profundas y turbias. +27818 Pez Loto Un gran pez de agua dulce que subsiste a base de una dieta mixta. +27819 Ayu Emparentado con el eperlano. Vive cerca de costas y en los estuarios. +27820 Eperlano Un pez de invierno que es capturado mayoritariamente mientras que se pesca en el hielo. +27821 Shiri Un pez con una bella forma y color. +27822 Carpa Espejo Una Carpa autctona. +27823 Carpa Dorada Un pez brillante, raro y dorado. +27833 Lucioperca Muerto Un pez que es perfecto para asar en una hoguera. +27834 Pez Mandarn Muerto Un pez perfecto para asar en una hoguera. +27835 Lucioperca Grande Muerto Perfecto para asar en una hoguera. +27836 Carpa Muerta Perfecto para asar en una hogera. +27837 Salmn Muerto Este pez puede ser asado en una hoguera. +27838 Carpa Herbvora Muerta Sabe muy bien cuando se asa en una hoguera. +27839 Trucha de Arroyo Muerta Sabe muy bien cuando se asa en una hoguera. +27840 Anguila Muerta Sabe muy bien cuando se asa en una hoguera. +27841 Trucha Arco Iris Muerta Sabe muy bien cuando se asa en una hoguera. +27842 Trucha de Ro Muerta Sabe muy bien cuando se asa en una hoguera. +27843 Gard Muerto Sabe muy bien cuando se asa en una hoguera. +27844 Perca Muerta Sabe muy bien cuando se asa en una hoguera. +27845 Tenchi Muerto Sabe muy bien cuando se asa en una hoguera. +27846 Barbo Muerto Sabe muy bien cuando se asa en una hoguera. +27847 Locha Muerto Sabe muy bien cuando se asa en una hoguera. +27848 Pez Loto Muerto Sabe muy bien cuando se asa en una hoguera. +27849 Ayu Muerto Sabe muy bien cuando se asa en una hoguera. +27850 Eperlano Muerto sabe muy bien cuando se asa en una hoguera. +27851 Shiri Muerto Sabe muy bien cuando se asa en una hoguera. +27852 Carpa Espejo Muerta Sabe muy bien cuando se asa en una hoguera. +27853 Carpa Dorada Muerta Sabe muy bien cuando se asa en una hoguera. +27863 Lucioperca Asado Restaura algo de HP. +27864 Pez Mandarn Asado Restaura algo de SP +27865 Lucioperca Grande Asado Restaura algo de HP. +27866 Carpa Asada Incrementa la velocidad de movimiento durante un periodo de tiempo. +27867 Salmn Asado Restaura algo de SP +27868 Carpa Herbvora Asada Incrementa la velocidad de ataque durante un periodo de tiempo. +27869 Trucha de Arroyo Asada Restaura una gran cantidad de HP. +27870 Anguila Asada Incrementa tu fuerza en 10 puntos durante 10 minutos. +27871 Trucha Arco Iris Asada Restaura algo de SP +27872 Trucha de Ro Asada Restaura algo de SP inmediatamente +27873 Gard Asado Incrementa tu destreza en 10 puntos durante 10 minutos. +27874 Perca Asada Elimina el veneno. +27875 Tenchi Asado Recupera algo de HP inmediatamente. +27876 Barbo Asado Restaura algo de SP inmediatamente. +27877 Locha Asado Te hace invisible durante 5 minutos. +27878 Pez Loto Asado Recupera algo de HP inmediatamente. +27879 Ayu Asado Este pescado consigue su agradable sabor ahumado cuando se prepara sobre un fuego. +27880 Eperlano Asado Preparndolo en el fuego, este pez consigue un agradable sabor ahumado. +27881 Shiri Asado Este pescado consigue su agradable sabor ahumado cuando se prepara sobre un fuego. +27882 Carpa Espejo Asada Preparndolo en el fuego, este pez consigue un agradable sabor ahumado. +27883 Carpa Dorada Asada Preparndolo en el fuego, este pez consigue un agradable sabor ahumado. +27987 Almeja Un crustceo con una bonita concha. A veces contiene una perla preciosa en su interior. +27988 Mapa del Tesoro Un mapa usado que desvela la localizacin de un antiguo tesoro. +27989 Brjula para Metins La brjula te muestra la posicin y la distancia del prximo Metin. Cuanto ms brilla, ms cerca ests. Puede ser activada 6 veces. +27990 Trozo de Piedra Debido a su pequeo tamao, puede transportarse muy bien. Puede ser usada de muchas formas diferentes. +27991 Piedra Agua Una piedra spera y dura que puede ser usada para afilar armas o utensilios de cocina. +27992 Perla Blanca El inmaculado tesoro blanco encontrado dentro de una concha marina. +27993 Perla Azul Una magnfica perla azul oscuro encontrada dentro de una concha marina. +27994 Perla roja Una perla de color rojo del interior de una concha marina. +27995 Botella Vaca Una botella vaca pero intacta, hecha de cristal. +27996 Botella de Veneno Una botella con un veneno mortal en su interior. +27997 Bola de Vitalidad Una bola que restaura algo de HP. +27998 Bolsa de Alquimia Una bolsa hecha de harapos, que mantiene los secretos de la alquimia escondidos de ojos ajenos. +27999 Bolsa Piedra Espritu Una bolsa que guarda Piedras Espritu. +29001 Vieira Uno de los mejillones ms grandes y sabrosos. Tiene una concha con forma de peine. +29002 Vieira Azul La capa nacarada de esta vieira reluce en una fusin de innumerables tonos azules. +29003 Vieira Amarilla La capa nacarada de esta vieira reluce en una fusin de innumerables tonos amarillos. +29004 Vieira Roja La capa nacarada de esta vieira reluce en una fusin de innumerables tonos rojos. +29005 Vieira Verde La capa nacarada de esta vieira reluce en una fusin de innumerables tonos verdes. +29006 Trtaro Amarillo Trtaro de color oscuro. +29007 Trtaro Azul Trtaro de color azul oscuro. +29008 Agua Bendita Azul A la luz del sol, la superficie de esta agua bendita reluce azul claro. +29009 Agua Bendita Amarilla A la luz del sol, la superficie de esta agua bendita reluce amarillo claro. +29010 Agua Bendita Roja A la luz del sol, la superficie de esta agua bendita reluce rojo claro. +29011 Agua Bendita Verde A la luz del sol, la superficie de esta agua bendita reluce verde claro. +29012 Mano de Dios Azul Oscuro Agua bendita azul oscura +29013 Mano de Dios Amarilla Os Agua bendita amarilla de un color oscuro. +29014 Mano de Dios Prpura Agua bendita de color rojo oscuro. +29015 Mano de Dios Verde Osc. Agua bendita de color verde oscuro. +30000 Cebada Una planta cultivada comn usada para la elaboracin de alimentos y cerveza. +30001 Carta Una carta de alguien +30002 Salchicha Frita Revuelto con vegetales y especias. +30003 Nariz de Cerdo La nariz de un cerdo +30004 Diente de Jabal Un diente muy fuerte de jabal. +30005 Trozo de Armadura Rota Fragmento de una armadura rota. +30006 Diente de Orco Un diente amarillento y pestilente de un Orco. En los bordes hay residuos crujientes indefinibles. +30007 Amuleto de Orco Un amuleto que da coraje a los orcos durante la batalla. +30008 Cartilla Esotrica El manual de principiantes de la Doctrina Esotrica. +30009 Medicina Desconocida Medicina desconocida con ingredientes desconocidos. +30010 Vescula de Oso La vescula de oso es conocida por reavivar el sentido del gusto. +30011 Madeja Una sedosa bola de hilo. +30012 Botella de Vino La botella contiene un vino muy aromtico. +30013 Jarra de Licor Una jarra que se usa para aejar licor. +30014 Piel de Yeti Piel de la legendaria criatura, el Yeti, que protege del fro. +30015 Recuerdo del Demonio Un grotesco recuerdo de un Demonio que rezuma aire fro. +30016 Gema del Demonio Una gema conocida por contener las almas de los muertos. +30017 Horquilla ornamental Una horquilla decorada para mujer. +30018 Coletero Rojo Una cinta de fantasa para sujetar el pelo de una mujer. +30019 Melena Llameante Una melena llameante que es usada para hacer ropa de invierno. +30020 Semilla de Melocotn Usada para conseguir una piel saludable. +30021 Trozo de Gema Una gema separada por un sustancia dura. +30022 Cola de Serpiente La escamosa y multicolor cola de una serpiente de cascabel. +30023 Piel de Tigre Blanco Valorada como la piel de animal ms preciada entre los coleccionistas. +30024 Cola de Caballo Una cola de caballo puede ser usada para hacer objetos de calidad tales como cepillos, sombreros y cuerda. +30025 Saco de Veneno de Araa El saco de veneno de una araa +30026 Intestino de Lobo Un ingrediente usado para hacer salchichas, una comida famosa en el reino. +30027 Piel de Lobo Los pelos ms gruesos de la piel de lobo se usan para hacer para peines y cepillos. +30028 Garra de Lobo Una garra de lobo afilada se usa para hacer accesorios. +30029 Hgado de Lobo Un ingrediente usado para hacer salchichas, una comida famosa en el reino. +30030 Hoja Oxidada Una hoja de daga oxidada +30031 Ornamentacin Un adorno favorito entre las chicas. +30032 Uniforme Negro Un uniforme negro usado. +30033 Porcelana Rota Una pieza de preciosa porcelana rota. +30034 Coletero Blanco Una cinta elegante para sujetar el pelo de una mujer. +30035 Crema Facial Las mujeres lo usan para mantener su piel joven. +30036 Hierba Mstica Una hierba legendaria en este reino con efectos milagrosos. +30037 Garra de Tigre Algunos guerreros llevan una cadena de Garras de Tigre para demostrar su valenta. +30038 Piel de Tigre Una piel de animal favorita entre los coleccionistas. +30039 Pieza de Tela Tela usada para cubrir las heridas de alguien. +30040 Hoja Hoja de planta desconocida. +30041 Shiriken Un arma arrojadiza que usan los Ninjas. +30042 Colmillo de Tigre El slido y brillante colmillo de ese gato monts. +30043 Alubia Un ingrediente usado en muchas recetas. +30044 Arcilla Arcilla usada para hacer porcelana. +30045 Aguja de Escorpin Una aguja que contiene veneno letal de escorpin. +30046 Cola de Escorpin Una cola de escorpin venenosa. +30047 Libro Maldicin Un libro esotrico usado para maldecir a la gente. +30048 Trozo de Hielo Un macizo de agua helada que rezuma regularmente aire fro. +30049 Cuerno Ballena Asesina Es un material de escultura valioso. +30050 Bola de Hielo Una bola hecha de hielo. No se derrite en agua caliente. +30051 Talismn Desconocido Talismn desconocido, slo los esotricos lo pueden leer. +30052 Bandera Una bandera para marcar las tropas salvajes. +30053 Piel de Pie de Oso La comida vitamnica favorita de mucha gente. +30054 Anillo de Boda El nico anillo que llevas hasta el fin de tus das. +30055 Garra de Escorpin La garra robusta del tentculo de un escorpin. +30056 Telaraa Una araa usa su seda para hacer su casa. +30057 Ojos de Araa Los ojos de araa son algo preciado por los coleccionistas. +30058 Saco de Huevos de Araa Es usada como una atraccin por las mujeres que no tienen hijos. +30059 Patas de Araa Los chamanes usan las patas peludas de las araas en el trabajo. +30060 Lengua de Rana Una lengua elstica y muy pegajosa. +30061 Ancas de Rana Un ingrediente extico de cocina, que sabe como el pollo! +30062 Bol de Medicinas Un tazn de color claro usado por farmacuticos. +30063 Medicina para la Piel Una medicina que cura enfermedades de la piel. +30064 Piedra Afilada Una piedra que es usada para hacer puntas de flecha. +30065 Campana Una pequea campana que produce un campanilleo. +30066 Chile Un pimiento muy picante +30067 Piel de Serpiente La escamosa y brillante piel de una serpiente. +30068 Filete de Tofu Tofu cocinado con estilo fusionado +30069 Garra de Lobo+ La garra afilada de lobo se usa para crear accesorios. +30070 Piel de Lobo+ Los pelos ms grandes de la piel de un lobo se usan para crear peines y cepillos. +30071 Vescula de Oso+ La vescula de oso es conocida por reavivar el sentido del gusto. +30072 Piel de Pie de Oso+ Comida vitamnica favorita de mucha gente. +30073 Coletero Blanco+ Una cinta popular para sujetar el pelo de una mujer. +30074 Uniforme Negro+ Un uniforme negro usado. +30075 Shiriken+ Un arma arrojadiza usada por Ninjas. +30076 Amuleto de Orco+ Un amuleto que alienta a los Orcos durante la batalla. +30077 Diente de Orco+ Un diente de un Orco amarillento y pestilente. En los bordes hay residuos crujientes e indefinibles. +30078 Cartilla Esotrica+ Un manual de principiante de la doctrina esotrica. +30079 Talismn Desconocido+ Un Talismn desconocido, slo esotricos pueden leerlo. +30080 Libro Maldicin+ Este libro esotrico puede ser usado para maldecir a alguien. +30081 Cola de Escorpin+ Una cola de escorpin venenosa. +30082 Cola de Serpiente+ La escamosa y colorida cola de una serpiente de cascabel. +30083 Medicina Desconocida+ Medicina desconocida de ingredientes desconocidos. +30084 Talismn Desconocido+ Un talismn desconocido, slo los Esotricos pueden leerlo. +30085 Trozo de Tela+ Una tela usada para cubrir las heridas de alguien. +30086 Recuerdo del Demonio+ Un grotesco recuerdo de un Demonio. +30087 Gema del Demonio+ Una gema que se conoce por contener las almas de los muertos. +30088 Trozo de Hielo+ Agua helada que permanece rezumando aire fro. +30089 Piel de Yeti+ La piel de la legendaria criatura, el Yeti, protege del frio. +30090 Bola de Hielo+ Una bola hecha de hielo. No se derrite en el agua caliente. +30091 Smbolo del Guerrero El smbolo del Guerrero otorgado a los Guerreros legendarios. +30092 Botn del Salvaje Los despojos de la guerra. +30093 Bolsa Afortunada Una bolsa de seda que guarda objetos de valor. +30094 Bolsa Afortunada Una bolsa de seda que guarda objetos de valor. +30095 Bolsa Afortunada Una bolsa de seda que guarda objetos de valor. +30096 Bolsa Afortunada Una bolsa de seda que guarda objetos de valor. +30129 Orden del Jinete Un documento, que contiene una misin militar +30130 Botella Vaca Una botella vaca, pero intacta, hecha de cristal. +30131 Carta del Herrero Una carta del amigo del Herrero. +30132 Libro de Uriel Uno de los libros favoritos de Uriel. Se titula "El secreto del templo oscuro". +30133 Zapatos de Flores Zapatos de mujer cmodos y bonitos. +30134 Paquete de Uriel Un paquete que contiene varios libros distintos. +30135 Carta de Ariyoung Una carta de Ariyoung a Ayoo. +30136 Arco Esplnd. Adornado Un maravilloso arco hecho del cuerno de un animal. +30137 Sangre de Mono La oscura sangre roja de un mono. Huele fatal. +30138 Arena del Desierto Esta arena especialmente fina se usa para hacer Porcelana Celadon. +30139 Molar de Orco El molar de un orco. Se usa como talismn. +30140 Hilo Hilo fuerte. Se usa para reparar ropa, tambin se usa para hacer collares. +30141 Pieza de Joyera La joyera se lleva puesta o es usada para decorar ropa. +30142 Carta No puedes leer el contenido de la carta. Quiz tengas que aprender el idioma. +30143 Hierbas Medicinales Una coleccin de hierbas medicinales secas. Por desgracia, estn un poco polvorientas. +30144 Hgado de un Tigre El hgado marrn rojizo grande como una mano de un felino adulto. +30145 Medicina de Balso Medicina fuerte. +30146 Pedazo de Hielo Un bloque de hielo de forma irregular. +30147 Doctrina Temple Un libro que contiene informacin detallada sobre el templo oscuro. +30148 Bufanda Temple Una Bufanda, que se usa para rezar. +30149 Helado con Sirope Un plato que contiene helado y sirope. Maravilloso en verano. +30150 Pginas de Diario Una pgina de un diario escrito por la dinasta antigua. +30151 Piel de Lobo Se usa frecuentemente como plumero. +30152 Medicina Aparentemente puede curar enfermedades extraas. Pero nadie sabe lo que lleva. +30153 Flores Una flor rara, su aroma te recuerda algo del pasado. +30154 Libro Secreto Temple El anlisis de la historia y dogma del templo secreto. +30155 Colgante de Mirine Un colgante de collar. Grabado en el reverso, est el nombre "Mirine". +30156 Libro Secreto Temple Este valioso libro contiene el anlisis de la historia y el dogma del templo secreto. +30157 Punta de Flecha Estas puntas de flechas envenenadas servirn de ayuda en la defensa del Reino. +30177 Almizcle El Almizcle lo usa el Vendedor de la Tienda de Armas durante una misin. Este objeto no tiene ninguna otra funcin. +30179 Llave en Espiral Esta llave mgica activa el portal del Templo del Dragn. +30180 Amuleto del Dios Dragn Esta pieza de joyera dorada puede acortar el camino hacia la Gruta del Exilio. +30181 Pgina La escritura descolorida en este pergamino es difcil de descifrar - esta pgina parece ser muy vieja. +30182 Diario Legendario Esta copia de un libro antiguo parece muy valiosa. +30183 Mscara Sombra Madera Esta mscara de madera parece estar mirndote fijamente. Muy probablemente sea un objeto ceremonial. +30184 Cenizas Encantadas La ceniza de este extrao contenedor, que est cubierto con smbolos extraos, est rodeada por un suave fulgor. +30185 Hielo Negro Sombras intensas parecen reunirse bajo esta superficie brillante y lisa. +30186 Lgrima Petrificada Una lgrima petrificada del dios Baljit-Elvedin, hoy conocido como el Dios Dragn. +30187 Gota de Sangre Una gota de sangre de la creadora del mundo, la diosa Bahar-Taraji, quien muri asesinada. +30188 Obsidiana Una roca volcnica antiguamente lquida y enfriada de improviso. +30189 Lgrimas de Baljit-Elv. Esta vasija moldeada a la ley contiene lgrimas del dios Baljit-Elvedin. +30190 Piedra de Sangre Esta piedra hecha con la sangre de Bahar-Tarajis garantiza el ingreso en la Gruta del Exilio. +30191 Piedra de Sangre Piedras de Sangre te garantizan el ingreso en la Gruta del Exilio. +30192 Lechal Sustancia vegetal de alta calidad +30193 Huesos de los dedos Los ltimos restos de un hroe cado. +30194 Maza de Orco Un arma deforme con espigones robustos. +30195 Arena de Cuarzo Esta arena parece servirles como sangre a las criaturas de piedra en el desierto. +30196 Ceniza del Demonio Incluso la ceniza del dragn contiene podres extraordinarios. +30197 Semillas Mgicas Estas semillas estn chisporroteando de vitalidad. +30198 Cristal de Agua El corazn de una criatura malvada de hielo. +30199 Cristal Azul Un pedazo de cristal del Templo del Dragn que refuerza los poderes oscuros. +30210 Trozo de Piedra Preciosa Una piedra que es tan clara como el cristal y brilla con la luz. +30211 Trozo de Piedra Preciosa Una pequea piedra birllante. +30212 Trozo de Piedra Preciosa Una pequea piedra brillante +30213 Trozo de Piedra Preciosa Una pequea piedra brillante. +30214 Trozo de Piedra Preciosa Una pequea piedra brillante. +30215 Trozo de Piedra Preciosa Una pequea piedra brillante. +30216 Trozo de Piedra Preciosa Una pequea piedra brillante. +30217 Trozo de Piedra Preciosa Una pequea piedra brillante. +30218 Trozo de Piedra Preciosa Una pequea piedra brillante +30219 Trozo de Piedra Preciosa Una pequea piedra brillante. +30220 Piedra Alma de Jinunggyi Una piedra legendaria, contiene el alma de un aristcrata Jinung. +30221 Piedra Alma del Templo Una piedra legendaria, contiene el alma de un seguidor del templo. +30222 Piedra Alma de Sagyi Una piedra legendaria, contiene el alma de un aristcrata Sagyis. +30223 Piedra Alma Aurtumryu Una piedra legendaria, contiene el alma de un aristcrata Aurtumryus +30224 Piedra Alma de Gyimok Una piedra legendaria, contiene el alma de un aristcrata Gyimoks. +30225 Piedra Alma de Tugyi Una piedra legendaria, contiene el alma de un aristcrata Tugyis. +30228 Piedra Alma de Beran-S. El aura sombra del Dios cado te toca en lo ms profundo de tu alma e intenta penetrar en tu corazn. +30251 Joya de la Envidia Un diamante impregnado de maldad. +30252 Joya de la Sabidura Este diamante est envuelto por un aura serena y noble. +30253 Joya de la lealtad Este diamante est envuelto por un aura honesta y combativa. +30254 +30265 Fragmento de Medalla (1) Primer fragmento de la Medalla del Hroe +30266 Fragmento de Medalla (2) Segundo fragmento de la Medalla del Hroe +30267 Fragmento de Medalla (3) Tercer fragmento de la Medalla del Hroe +30268 Fragmento de Medalla (4) Cuarto fragmento de la Medalla del Hroe +30269 Fragmento de Medalla (5) Quinto fragmento de la Medalla del Hroe +30270 Fragm. de piedra dragn Fragmento de una Piedra dragn extraordinaria +30311 Llave Cristal del Alma Esta llave, labrada con filigranas, abre la puerta al segundo nivel de la Catacumba del Diablo. +30312 Ttem de la Mueca Esta tablilla de madera con una mueca tallada sirve de llave para el sexto nivel de la Catacumba del Diablo. +30315 Pan Pan para el ayuno. +30316 Plato de ofrenda Un plato con un adorno muy fino. +30317 Alimento para la ofrenda Alimento que se ofrece durante el ayuno. +30318 Fruto de la bendicin Un fruto muy especial. Rene varios para obtener una recompensa. +30319 Cabeza reducida Esta cabeza reducida de un demonio abre el sello que impide el paso al tercer nivel de la Catacumba del Diablo. Este objeto es comerciable. +30320 Cabeza reducida Esta cabeza de demonio reducida abre el sello al tercer piso de la Catacumba del Diablo. +30321 Calabaza de Halloween La Calabaza rellena tus HP o tus SP. Si la tocas con una Varita Mgica, se convierte en un Cofre de Halloween. +30322 Varita Mgica Una varita tallada con maestra en madera de abedul y con una punta en forma de estrella hecha de fuego mgico, capaz de transformar cualquier Calabaza de Halloween en un Cofre de Halloween. +30323 Tarjeta careta calabaza Jack Calabaza puede intercambiar la Tarjeta de careta de calabaza por una Careta de calabaza. La Careta de calabaza sustituye al peinado actual. +30324 Llave Arcnida Abre la puerta al cubil de la Baronesa Araa. Es extremadamente frgil y se desintegra tras 24 horas. Solamente la puede utilizar el lder del grupo. +30325 Llave Arcnida Abre la puerta al cubil de la Baronesa Araa. Se desintegra tras 24 horas. Solamente la puede utilizar el lder del grupo. +30326 Veneno de la Reina Araa Para fabricar la Llave Arcnida se necesitan secreciones de la Reina Araa. +30327 Silbato Arcnido La msica de este instrumento atrae a la Baronesa Araa. +30329 Engranaje dorado Activad el mecanismo oculto en la Estela de Isfet. +30330 Piedra de Maat Como diosa de la justicia, Maat se encarga de poner orden en el caos. +30331 Llave de escarcha La llave est fra como el hielo y abre el tercer piso de la Torre de vigilancia de Nemere. Solo la pueden utilizar los Chamanes. +30332 Estrella Polar Piedra sello de hielo puro. Abre el sexto piso de la Torre de vigilancia de Nemere. +30333 Llave flor escarchada Una llave de hielo que abre el noveno piso de la Torre de vigilancia de Nemere. Solo la pueden utilizar los Chamanes o los Ninjas. +30500 Buril de Rub Herramienta para refinar tu arma +30501 Abrazadera de Oro Elemento que se puede utilizar para refinar tu arma +30502 Adorno de Rub Elemento que se puede utilizar para refinar tu arma +30503 Buril de Amatista Herramienta para refinar tu arma +30504 Abrazadera de Plata Elemento que se puede utilizar para refinar tu arma +30505 Adorno de Esmeralda Elemento que se puede utilizar para refinar tu arma +30506 Buril de Zafiro Herramienta para refinar tu arma +30507 Abrazadera de Bronce Elemento que se puede utilizar para refinar tu arma +30508 Adorno de Zafiro Elemento que se puede utilizar para refinar tu arma +30509 Acero de Dragn Azul El cuero de dragn es extremadamente flexible y ligero, a la vez que prcticamente indestructible. Se puede trabajar como el metal y se utiliza para fabricar armaduras. +30510 Hombrera Suntuosa Elemento que se puede utilizar para decorar armaduras +30511 Tejido Rojo Tejido de calidad que se puede utilizar para decorar armaduras +30512 Acero de Dragn Rojo El cuero de dragn es extremadamente flexible y ligero, a la vez que prcticamente indestructible. Se puede trabajar como el metal y se utiliza para fabricar armaduras. +30513 Hombrera Noble Elemento que se puede utilizar para decorar armaduras +30514 Tejido Violeta Tejido de calidad que se puede utilizar para decorar armaduras +30515 Acero de Dragn Morado El cuero de dragn es extremadamente flexible y ligero, a la vez que prcticamente indestructible. Se puede trabajar como el metal y se utiliza para fabricar armaduras. +30516 Hombrera Antigua Elemento que se puede utilizar para decorar armaduras +30517 Tejido Dorado Tejido de calidad que se puede utilizar para decorar armaduras +30518 Hilo de Oro Rollo de hilo mgico hecho de oro lquido. Se puede combinar con una piedra preciosa para elaborar piezas de joyera muy lujosas. +30519 Gancho de Oro Est hecho de oro puro y se puede combinar con una piedra preciosa para elaborar piezas de joyera muy lujosas. +30520 Broche de Oro Est hecho de oro puro y se puede combinar con una piedra preciosa para elaborar piezas de joyera muy lujosas. +30521 Elemento de Anillo Est hecho de oro puro y se puede combinar con una piedra preciosa para elaborar piezas de joyera muy lujosas. +30522 Eslabones Estn hechos de oro puro y se pueden combinar con una piedra preciosa para elaborar piezas de joyera muy lujosas. +30523 Elemento de Joyera Est hecho de oro puro y se puede combinar con una piedra preciosa para elaborar piezas de joyera muy lujosas. +30524 Piedra en llamas +30525 Piedra helada en llamas +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Cinturn azul Material base para fabricar cinturones +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 Copia de la Inscripcin Has copiado la inscripcin de la Lpida Antigua. +31002 Documento Antiguo Un documento de la era de la Nacin Oscura con ms pistas. +31003 Antdoto Una medicina que puede salvarle la vida a un soldado envenenado. +31004 Resina Bendecida Uno de los elementos que se necesitan para elaborar la Lgrima Celestial es la resina de un rbol bendecido. +31005 Esencia de Cristal Azul La esencia extrada de piedras preciosas azules se utiliza para crear una Lgrima Celestial. +31006 Cuarzo Rojo Infernal Este cuarzo de brillante color rojizo est compuesto de Tierra Volcnica, Melena Llameante y Piedra Fundacin. +31007 Tierra Volcnica Sustancia parecida a la ceniza y procedente de Doyyumhwan. Es necesaria para la fabricacin del Cuarzo Rojo Infernal. +31008 Lgrima Celestial Una piedra preciosa mgica hecha de Esencia de Cristal Azul, Cuarzo Rojo Infernal y Resina Bendecida. Espanta a criaturas malvadas y funciona durante siete das. +31009 Carta a los gnolls Mensaje secreto de los Servidores de la oscuridad a los Gnoll. +31010 Carta a ladrones rojos El mensaje de los Servidores de la oscuridad para la banda de los Ladrones rojos ha sido desgarrado en varios trozos. +31011 +31012 +31013 Nota Ojal este mensaje arroje algo de luz sobre los objetivos de los cclopes. +31014 +31015 Carta del capitn Karfio Un mensaje del Capitn Karfio para la Banshee. +31016 Carta de Lee Chung Un mensaje importante del comandante Lee Chung para el Almirante Angmur. +31017 Carta sellada Esta carta obraba en posesin de la servidora del templo. +31018 Caparazn con escrituras Este caparazn de tortuga con grabados sirve para descifrar un cdigo. +31019 Polvo de caparazn Un polvo extrado del caparazn molido de una tortuga carey. +31020 Raz de flor de roca La raz de la Flor de roca puede neutralizar venenos en el cuerpo. +31021 +31022 Escama de Oin Solo los dirigentes de los Tritones llevan estas extraas escamas. +31023 +31024 Cuero mantcora Cuero robusto hecho a partir de piel del ala de Martyaxwar +31025 +31026 Armadura crustcea Armadura de los Crustacianos. Tambin sirve como material para fortificaciones. +31027 Arena fina Esta arena especialmente fina sirve como material de construccin. +31028 Teja Material de construccin cuadrado hecho de arcilla cocida. +31029 Luz interior Luz interior de Polifemo +31030 Luz interior Fuente de energa interna del rey de los gigantes +31031 Esencia milenaria Mezcla de Raz gango, Fungicida y Rosa alpina. Es una parte importante de la Perla de Leviatn. +31032 Perla de Leviatn Cpsulas potenciadoras fabricadas con la Luz interior de seres mticos y la Esencia milenaria. +31033 Capa del general Para los Ladrones rojos, esta capa simboliza su invencibilidad. +31034 Ttem de los gigantes Este Ttem tiene la forma de una gran piedra de mbar. +31035 Piedra negra Los Cclopes extrajeron esta misteriosa piedra de la Montaas Trueno. +31036 Oro negro Este mineral con poderes mgicos procede de las Montaas Trueno. +31037 Bolsa de cuero Le has arrebatado esta Bolsa al Capitn Shrak. Es ms ligera de lo que esperabas... +31038 Tierra bendita Esta bolsa llena de tierra bendita sirve como medio para invocar a los muertos. +31039 Bolsa de monedas Es posible que dentro se encuentre un medio para invocar a los muertos. +31040 Insignia dorada Ser este objeto un medio de invocacin? +31041 Tierra fsil Mezcla de tierra y polvo de huesos +31042 Lanza de tritn Tradicionalmente, los habitantes de la isla utilizan las lanzas de los Tritones para fortificar sus instalaciones defensivas. +31043 Tabla lemrida Una tableta misteriosa e iridiscente en la que hay grabada una inscripcin. +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 Hierro +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Banda del buscaoro Gracias a este collar puedes arrebatarle a los monstruos sus bolsas de monedas. +31074 Collar remachado Un adorno para el cuello con remaches. +31075 Collar espinoso Adorno para el cuello del Martyaxwar. En su interior se oculta una carta. +31076 Hierbas del sol Estas hierbas crecen en lugares clidos y secos. +31077 Polvo piedra fundacin Piedras fundacin molidas en polvo fino. +31078 Lumen puro Energa blanca que neutraliza el poder de la Materia negra. +31079 Carta a Yak-Hwan Las ltimas palabras del espa, ocultas en un colgante. +31080 Sangre del Rey Fuego Por las venas de los demonios fluye una sangre tan ardiente como la lava. +31081 Materia negra La ms oscura de las energas, que otorga a los demonios un poder enorme. +31082 Anillo magmtico Un anillo de magma que envuelve los corazones de los Demonios Fuego. +31083 Anillo de Samael Poderoso artefacto para llevar a cabo un ritual de destierro. +31084 Tintura de nimbo +31085 +31086 +31087 +31088 +31089 +31090 +31091 Sangre del Rey Fuego Por las venas de los demonios fluye una sangre tan ardiente como la lava. +31092 +31093 Piedra desconocida Este tipo de piedra te es completamente desconocido, pero emana fro y oscuridad. +31094 Fragmento Fragmento del meteorito demonaco +31095 +31096 +31097 +31098 +31099 +31100 +31101 +31102 +31103 +35000 Hierbas Medicinales+ Una coleccin de hierbas medicinales secas. Por desgracia, estn un poco polvorientas. +35001 Hgado de un Tigre+ El hgado marrn rojizo grande como una mano de un felino adulto. +38010 Paquete de Yang Canjea el Paquete para llenar las bolsas de tu botn de guerra de Yang. No es comerciable. +38011 Paquete de Yang Canjea el Paquete para llenar las bolsas de tu botn de guerra de Yang. No es comerciable. +38050 Bal del Poder El Bal es sorprendentemente liviano, como si estuviera vaco... +38051 Cristal del Tigre Real Hacen falta unas artes mgicas considerables para someter espritus malvados de animales. Este Cristal contiene uno de cinco Sellos de Tigre Real posibles. +38052 Bal de los Reyes Este fastuoso bal esconde un tesoro verdaderamente regio en su interior. Este objeto es comerciable. +38053 Bal del Invierno Eterno Este bal est esculpido en hielo puro. Con un leve tintineo, la tapa se abre y un fro cortante surge de su interior. +38054 Bal Tormenta Desierto Este misterioso bal contiene un objeto al azar. +38055 Caja de Cachorros En esta caja puede que se oculte un animalito muy mono. brela y encontrars un objeto al azar. +38056 Bal festivo Este bal de color verde abeto contiene una sorpresa navidea. +38057 Bal del norte Este bal reluce en un azul fro y contiene un objeto aleatorio. +38100 Supercomida (7 das) Prorroga 7 das la vida de tu Supermontura. +38101 Supercomida (15 das) Prorroga 15 das la vida de tu Supermontura. +38102 Supercomida (30 das) Prorroga 30 das la vida de tu Supermontura. +38200 Sello de Rufus Con este sello puedes invocar a Rufus, tu cachorro de lobo. +38201 Sello de Rufus Con este sello puedes invocar a Rufus, tu cachorro de lobo. +39001 Piedra Mgica Esta piedra te proporciona la mayor probabilidad de xito al mejorar objetos. Adems, el objeto no puede resultar destruido ni empeorado. Este objeto es comerciable. +39002 Anillo de experiencia Aumenta la ganancia de experiencia en un 50% durante 60 minutos. Este objeto es comerciable. +39003 Vino flor melocotn Bebida que te permitir regenerar inmediatamente tus puntos de vida (HP) en 500 puntos. Este objeto es comerciable. +39004 Bola bendicin Esta bola legendaria le aade a los objetos un quinto atributo si estos ya poseen cuatro. Sin embargo, la adicin puede fallar. Este objeto es comerciable. +39005 Mineral de Cobre Mgico Con este mineral y un Pergamino Bendicin se puede crear un Pergamino de la Guerra donde el herrero. Este objeto es comerciable. +39006 Capa de valor Los Guerreros antiguos exhiban su valenta vistiendo una capa colorida con la que atraan la atencin de los monstruos. Este objeto es comerciable. +39007 Manual del Herrero Este libro contiene el alma de un viejo herrero. Aumenta la probabilidad de mejorar con xito un objeto. Este objeto es comerciable. +39008 Pergamino de Exorcismo Te libera de la maldicin del espritu malvado si el aprendizaje falla. Con ayuda de este pergamino puedes leer otro documento de habilidad en un mismo da. Este objeto es comerciable. +39009 Reseteo de Habilidades Este objeto te permite repartir de nuevo los puntos de una de tus habilidades. Este objeto es comerciable. +39010 Pocin de Ataque +10 Incrementa tu velocidad de ataque en un 10% durante 30 minutos. Este objeto es comerciable. +39011 Bendicin de la Vida Una bendicin que restaura por completo tus HP inmediatamente. Este objeto es comerciable. +39012 Bendicin mgica Bendicin que regenera todo tu SP inmediatamente. Este objeto es comerciable. +39013 Bendicin del Dragn Una bendicin con la cual tus HP y SP sern recuperados al 100% instantneamente. Este objeto es comerciable. +39014 Pergamino de la Guerra Mejora un objeto automticamente. Slo utilizable en objetos de +0 a +3. Este objeto es comerciable. +39015 Piedra del Herrero Con esta Piedra y un Pergamino Bendicin se puede crear un Manual del Herrero donde el herrero. Este objeto es comerciable. +39016 Mineral de hierro mgico Con este mineral y un Pergamino Bendicin se puede crear un Pergamino Dragn donde el herrero. Este objeto es comerciable. +39017 Vida del Dios Dragn Incrementa tus HP mximos en un 20% durante 30 minutos. Este objeto es comerciable. +39018 Ataque del Dios Dragn Incrementa en un 12-15% el dao que haces en combate durante 30 minutos. Este objeto es comerciable. +39019 Intel. del Dios Dragn Incrementa en un 20% tus SP mximos durante 30 minutos. Este objeto es comerciable. +39020 Defensa del Dios Dragn Reduce en un 12-15% el dao recibido en combate durante 30 minutos. Este objeto es comerciable. +39021 Ayuda Dios Dragn La vitalidad, fuerza, inteligencia y destreza de tu personaje se quintuplicar temporalmente. Este objeto es comerciable. +39022 Pergamino Dragn Elimina el riesgo de destruir un objeto si la mejora falla. Slo la calidad se reduce un paso. Adems la probabilidad de una mejora exitosa se incrementa un 10%. Este objeto es comerciable. +39023 Elixir del Investigador Mejora la calidad de los objetos de investigacin que has reunido, por consiguiente incrementa la probabilidad de que sean aceptados. Este objeto es comerciable. +39024 Lucha Crtica Se eleva la posibilidad de obtener un crtico golpeado en una pelea en el 20% durante 10 minutos. Este objeto es comerciable. +39025 Lucha Perforadora Se eleva la posibilidad de obtener un golpe penetracin en el 20% durante 10 minutos. Este objeto es comerciable. +39026 Pocin de Velocidad Subes tu velocidad de movimiento a 60 durante 30 minutos. Este objeto es comerciable. +39027 Manual de la Piedra Elimina todas las piedras rotas de un objeto. Con eso tendrs otra oportunidad de mejorar tu arma o armadura. Este objeto es comerciable. +39028 Objeto Encantado Elimina los bonos de uno de tus objetos y aade nuevos. Este objeto es comerciable. +39029 Objeto de Coaccin Con algo de suerte aade un bonus a uno de tus objetos (hasta un mximo de 4 bonificaciones). Este objeto es comerciable. +39030 Lectura Concentrada Multiplica por 2,5 la posibilidad de mejorar tu talento leyendo el prximo libro (o la Piedra Alma). Este objeto es comerciable. +39031 Pocin de Prisa Esta pocin reduce el tiempo de carga de tus habilidades en un 20 por ciento durante 30 minutos. Este objeto es comerciable. +39032 Fruta de la Vida Incrementa los puntos de clasificacin en 2000 (tiempo de carga: 8 horas). Este objeto es comerciable. +39033 Pergamino de correccin Este pergamino te permite extraer la ltima Piedra aadida con xito de un objeto. Este objeto es comerciable. +39034 Azcar para caballo Este terrn de azcar hace posible poner nombre a tu caballo. Adems, incrementa su nivel de defensa en 20. Este objeto es comerciable. +39035 Cristal de entendimiento Te permite mostrarle a otro jugador los objetos de tu inventario. El cristal se quiebra durante la operacin. Este objeto es comerciable. +39036 Zapatos Viento Mientras estn equipados, aumentan tu velocidad de movimiento en 30 durante horas de juego. Este objeto es comerciable. +39037 Elixir del Sol (P) Rellena automticamente tus HP. Contiene 1 000 000 SP. Este objeto es comerciable. +39038 Elixir del Sol (M) Rellena automticamente tus HP. Contiene 3000 000 SP. Este objeto es comerciable. +39039 Elixir del Sol (G) Rellena automticamente tus HP. Contiene 7 000 000 SP. Este objeto es comerciable. +39040 Elixir de la Luna (P) Rellena automticamente tus SP. Contiene 100000 SP. Este objeto es comerciable. +39041 Elixir de la Luna (M) Rellena automticamente tus SP. Contiene 300000 SP. Este objeto es comerciable. +39042 Elixir de la Luna (G) Rellena automticamente tus SP. Contiene 700 000 SP. Este objeto es comerciable. +39043 Pergamino de Ubicacin El pergamino te permite volver a la ltima ubicacin que marcaste. Este objeto es comerciable. +39044 Bal de los Lcanos (P) Paquete de equipamiento con objetos tiles para Lcanos +39045 Bal de los Lcanos (G) Gran paquete de equipamiento con objetos tiles para Lcanos +39046 Ttulo de retroceso+ Utiliza el Ttulo de retroceso para eliminar bonificaciones de una Estola. +41001 Atuendo conejo (marrn) Atuendo de conejo para hombre de felpa marrn +41002 Atuendo conejita (marr.) Atuendo de conejo para mujer de felpa marrn +41003 Luchador del desierto Vestimenta de combate para hombres que permite sobrevivir en desiertos inhspitos. +41004 Luchadora del desierto Vestimenta de combate para mujeres que permite sobrevivir en desiertos inhspitos. +41005 Traje esgrima olm. (m) Traje protector para esgrimistas varones. +41006 Traje esgrima olm. (f) Traje protector para esgrimistas femeninas. +41007 Traje esgrima GER (m) Traje protector para esgrimistas varones con los colores nacionales de Alemania. +41008 Traje esgrima GER (f) Traje protector para esgrimistas femeninas con los colores nacionales de Alemania. +41009 Traje esgrima TUR (m) Traje protector para esgrimistas varones con los colores nacionales de Turqua. +41010 Traje esgrima TUR (f) Traje protector para esgrimistas femeninas con los colores nacionales de Turqua. +41011 Traje esgrima BRA (m) Traje protector para esgrimistas varones con los colores nacionales de Brasil. +41012 Traje esgrima BRA (f) Traje protector para esgrimistas femeninas con los colores nacionales de Brasil. +41013 Camiseta ftbol olm.(m) Camiseta de ftbol para hombres. +41014 Camiseta ftbol olm.(f) Camiseta de ftbol para mujeres. +41015 Camiseta ftbol GER (m) Camiseta de ftbol para hombres con los colores nacionales de Alemania. +41016 Camiseta ftbol GER (f) Camiseta de ftbol para mujeres con los colores nacionales de Alemania. +41017 Camiseta ftbol TUR (m) Camiseta de ftbol para hombres con los colores nacionales de Turqua. +41018 Camiseta ftbol TUR (f) Camiseta de ftbol para mujeres con los colores nacionales de Turqua. +41019 Camiseta ftbol BRA (m) Camiseta de ftbol para hombres con los colores nacionales de Brasil. +41020 Camiseta ftbol BRA (f) Camiseta de ftbol para mujeres con los colores nacionales de Brasil. +41021 Pantaln boxeo olm. (m) Ropa de boxeo para hombres. +41022 Pantaln boxeo olm. (f) Ropa de boxeo para mujeres. +41023 Pantaln boxeo GER (m) Ropa de boxeo para hombres con los colores nacionales de Alemania. +41024 Pantaln boxeo GER (f) Ropa de boxeo para mujeres con los colores nacionales de Alemania. +41025 Pantaln boxeo TUR (m) Ropa de boxeo para hombres con los colores nacionales de Turqua. +41026 Pantaln boxeo TUR (f) Ropa de boxeo para mujeres con los colores nacionales de Turqua. +41027 Pantaln boxeo BRA (m) Ropa de boxeo para hombres con los colores nacionales de Brasil. +41028 Pantaln boxeo BRA (f) Ropa de boxeo para mujeres con los colores nacionales de Brasil. +41029 Luchador desier. (bonus) Vestimenta de combate para hombres que permite sobrevivir en desiertos inhspitos. Este objeto es comerciable. +41030 Luchadora desier.(bonus) Vestimenta de combate para mujeres que permite sobrevivir en desiertos inhspitos. Este objeto es comerciable. +41031 Traje esgrima olm. (m) Traje protector para esgrimistas varones. Este objeto es comerciable. +41032 Traje esgrima olm. (f) Traje protector para esgrimistas femeninas. Este objeto es comerciable. +41033 Traje esgrima GER (m) Traje protector para esgrimistas varones con los colores nacionales de Alemania. Este objeto es comerciable. +41034 Traje esgrima GER (f) Traje protector para esgrimistas femeninas con los colores nacionales de Alemania. Este objeto es comerciable. +41035 Traje esgrima TUR (m) Traje protector para esgrimistas varones con los colores nacionales de Turqua. Este objeto es comerciable. +41036 Traje esgrima TUR (f) Traje protector para esgrimistas femeninas con los colores nacionales de Turqua. Este objeto es comerciable. +41037 Traje esgrima BRA (m) Traje protector para esgrimistas varones con los colores nacionales de Brasil. Este objeto es comerciable. +41038 Traje esgrima BRA (f) Traje protector para esgrimistas femeninas con los colores nacionales de Brasil. Este objeto es comerciable. +41039 Camiseta ftbol olm.(m) Camiseta de ftbol para hombres. Este objeto es comerciable. +41040 Camiseta ftbol olm.(f) Camiseta de ftbol para mujeres. Este objeto es comerciable. +41041 Camiseta ftbol GER (m) Camiseta de ftbol para hombres con los colores nacionales de Alemania. Este objeto es comerciable. +41042 Camiseta ftbol GER (f) Camiseta de ftbol para mujeres con los colores nacionales de Alemania. Este objeto es comerciable. +41043 Camiseta ftbol TUR (m) Camiseta de ftbol para hombres con los colores nacionales de Turqua. Este objeto es comerciable. +41044 Camiseta ftbol TUR (f) Camiseta de ftbol para mujeres con los colores nacionales de Turqua. Este objeto es comerciable. +41045 Camiseta ftbol BRA (m) Camiseta de ftbol para hombres con los colores nacionales de Brasil. Este objeto es comerciable. +41046 Camiseta ftbol BRA (f) Camiseta de ftbol para mujeres con los colores nacionales de Brasil. Este objeto es comerciable. +41047 Pantaln boxeo olm. (m) Ropa de boxeo para hombres. Este objeto es comerciable. +41048 Pantaln boxeo olm. (f) Ropa de boxeo para mujeres. Este objeto es comerciable. +41049 Pantaln boxeo GER (m) Ropa de boxeo para hombres con los colores nacionales de Alemania. Este objeto es comerciable. +41050 Pantaln boxeo GER (f) Ropa de boxeo para mujeres con los colores nacionales de Alemania. Este objeto es comerciable. +41051 Pantaln boxeo TUR (m) Ropa de boxeo para hombres con los colores nacionales de Turqua. Este objeto es comerciable. +41052 Pantaln boxeo TUR (f) Ropa de boxeo para mujeres con los colores nacionales de Turqua. Este objeto es comerciable. +41053 Pantaln boxeo BRA (m) Ropa de boxeo para hombres con los colores nacionales de Brasil. Este objeto es comerciable. +41054 Pantaln boxeo BRA (f) Ropa de boxeo para mujeres con los colores nacionales de Brasil. Este objeto es comerciable. +41055 Traje esgrima FRA (m) Traje protector para esgrimistas varones con los colores nacionales de Francia. +41056 Traje esgrima FRA (f) Traje protector para esgrimistas femeninas con los colores nacionales de Francia. +41057 Traje esgrima ITA (m) Traje protector para esgrimistas varones con los colores nacionales de Italia. +41058 Traje esgrima ITA (f) Traje protector para esgrimistas femeninas con los colores nacionales de Italia. +41059 Traje esgrima POL (m) Traje protector para esgrimistas varones con los colores nacionales de Polonia. +41060 Traje esgrima POL (f) Traje protector para esgrimistas femeninas con los colores nacionales de Polonia. +41061 Traje esgrima ROU (m) Traje protector para esgrimistas varones con los colores nacionales de Rumana. +41062 Traje esgrima ROU (f) Traje protector para esgrimistas femeninas con los colores nacionales de Rumana. +41063 Traje esgrima ESP (m) Traje protector para esgrimistas varones con los colores nacionales de Espaa. +41064 Traje esgrima ESP (f) Traje protector para esgrimistas femeninas con los colores nacionales de Espaa. +41065 Camiseta ftbol FRA (m) Camiseta de ftbol para hombres con los colores nacionales de Francia. +41066 Camiseta ftbol FRA (f) Camiseta de ftbol para mujeres con los colores nacionales de Francia. +41067 Camiseta ftbol ITA (m) Camiseta de ftbol para hombres con los colores nacionales de Italia. +41068 Camiseta ftbol ITA (f) Camiseta de ftbol para mujeres con los colores nacionales de Italia. +41069 Camiseta ftbol POL (m) Camiseta de ftbol para hombres con los colores nacionales de Polonia. +41070 Camiseta ftbol POL (f) Camiseta de ftbol para mujeres con los colores nacionales de Polonia. +41071 Camiseta ftbol ROU (m) Camiseta de ftbol para hombres con los colores nacionales de Rumana. +41072 Camiseta ftbol ROU (f) Camiseta de ftbol para mujeres con los colores nacionales de Rumana. +41073 Camiseta ftbol ESP (m) Camiseta de ftbol para hombres con los colores nacionales de Espaa. +41074 Camiseta ftbol ESP (f) Camiseta de ftbol para mujeres con los colores nacionales de Espaa. +41075 Pantaln boxeo FRA (m) Ropa de boxeo para hombres con los colores nacionales de Francia. +41076 Pantaln boxeo FRA (f) Ropa de boxeo para mujeres con los colores nacionales de Francia. +41077 Pantaln boxeo ITA (m) Ropa de boxeo para hombres con los colores nacionales de Italia. +41078 Pantaln boxeo ITA (f) Ropa de boxeo para mujeres con los colores nacionales de Italia. +41079 Pantaln boxeo POL (m) Ropa de boxeo para hombres con los colores nacionales de Polonia. +41080 Pantaln boxeo POL (f) Ropa de boxeo para mujeres con los colores nacionales de Polonia. +41081 Pantaln boxeo ROU (m) Ropa de boxeo para hombres con los colores nacionales de Rumana. +41082 Pantaln boxeo ROU (f) Ropa de boxeo para mujeres con los colores nacionales de Rumana. +41083 Pantaln boxeo ESP (m) Ropa de boxeo para hombres con los colores nacionales de Espaa. +41084 Pantaln boxeo ESP (f) Ropa de boxeo para mujeres con los colores nacionales de Espaa. +41085 Traje esgrima FRA (m) Traje protector para esgrimistas varones con los colores nacionales de Francia. Este objeto es comerciable. +41086 Traje esgrima FRA (f) Traje protector para esgrimistas femeninas con los colores nacionales de Francia. Este objeto es comerciable. +41087 Traje esgrima ITA (m) Traje protector para esgrimistas varones con los colores nacionales de Italia. Este objeto es comerciable. +41088 Traje esgrima ITA (f) Traje protector para esgrimistas femeninas con los colores nacionales de Italia. Este objeto es comerciable. +41089 Traje esgrima POL (m) Traje protector para esgrimistas varones con los colores nacionales de Polonia. Este objeto es comerciable. +41090 Traje esgrima POL (f) Traje protector para esgrimistas femeninas con los colores nacionales de Polonia. Este objeto es comerciable. +41091 Traje esgrima ROU (m) Traje protector para esgrimistas varones con los colores nacionales de Rumana. Este objeto es comerciable. +41092 Traje esgrima ROU (f) Traje protector para esgrimistas femeninas con los colores nacionales de Rumana. Este objeto es comerciable. +41093 Traje esgrima ESP (m) Traje protector para esgrimistas varones con los colores nacionales de Espaa. Este objeto es comerciable. +41094 Traje esgrima ESP (f) Traje protector para esgrimistas femeninas con los colores nacionales de Espaa. Este objeto es comerciable. +41095 Camiseta ftbol FRA (m) Camiseta de ftbol para hombres con los colores nacionales de Francia. Este objeto es comerciable. +41096 Camiseta ftbol FRA (f) Camiseta de ftbol para mujeres con los colores nacionales de Francia. Este objeto es comerciable. +41097 Camiseta ftbol ITA (m) Camiseta de ftbol para hombres con los colores nacionales de Italia. Este objeto es comerciable. +41098 Camiseta ftbol ITA (f) Camiseta de ftbol para mujeres con los colores nacionales de Italia. Este objeto es comerciable. +41099 Camiseta ftbol POL (m) Camiseta de ftbol para hombres con los colores nacionales de Polonia. Este objeto es comerciable. +41100 Camiseta ftbol POL (f) Camiseta de ftbol para mujeres con los colores nacionales de Polonia. Este objeto es comerciable. +41101 Camiseta ftbol ROU (m) Camiseta de ftbol para hombres con los colores nacionales de Rumana. Este objeto es comerciable. +41102 Camiseta ftbol ROU (f) Camiseta de ftbol para mujeres con los colores nacionales de Rumana. Este objeto es comerciable. +41103 Camiseta ftbol ESP (m) Camiseta de ftbol para hombres con los colores nacionales de Espaa. Este objeto es comerciable. +41104 Camiseta ftbol ESP (f) Camiseta de ftbol para mujeres con los colores nacionales de Espaa. Este objeto es comerciable. +41105 Pantaln boxeo FRA (m) Ropa de boxeo para hombres con los colores nacionales de Francia. +41106 Pantaln boxeo FRA (f) Ropa de boxeo para mujeres con los colores nacionales de Francia. +41107 Pantaln boxeo ITA (m) Ropa de boxeo para hombres con los colores nacionales de Italia. +41108 Pantaln boxeo ITA (f) Ropa de boxeo para mujeres con los colores nacionales de Italia. +41109 Pantaln boxeo POL (m) Ropa de boxeo para hombres con los colores nacionales de Polonia. +41110 Pantaln boxeo POL (f) Ropa de boxeo para mujeres con los colores nacionales de Polonia. +41111 Pantaln boxeo ROU (m) Ropa de boxeo para hombres con los colores nacionales de Rumana. +41112 Pantaln boxeo ROU (f) Ropa de boxeo para mujeres con los colores nacionales de Rumana. +41113 Pantaln boxeo ESP (m) Ropa de boxeo para hombres con los colores nacionales de Espaa. +41114 Pantaln boxeo ESP (f) Ropa de boxeo para mujeres con los colores nacionales de Espaa. +41117 Disfraz de Mosquetero Traje extravagante al estilo de los mosqueteros +41118 Uniforme de Criada Vestido negro con delantal blanco al estilo de una criada francesa. +41119 Traje de Salsa Traje estrecho naranja y negro para bailarines latinoamericanos +41120 Vestido de Salsa Vestido estrecho rojo con guantes negros +41121 Traje de Caballero Traje elegante para caballeros que saben comportarse +41122 Vestido de Cctel Vestilo azul celeste con moo y sandalias de cintas a juego +41125 Esmoquin Calabaza Elegancia clsica, reinterpretada para esta ocasin especial. +41126 Vestido Calabaza Elegancia clsica, reinterpretada para esta ocasin especial. +41129 Disfraz de Mosquetero+ Traje extravagante al estilo de los mosqueteros. Concede al menos una bonificacin aleatoria. Objeto comerciable. +41130 Uniforme de Criada+ Vestido negro con delantal blanco al estilo de una criada francesa. Concede al menos una bonificacin aleatoria. Objeto comerciable. +41131 Traje de Salsa+ Traje estrecho naranja y negro para bailarines latinoamericanos. Concede al menos una bonificacin aleatoria. Objeto comerciable. +41132 Vestido de Salsa+ Vestido estrecho rojo con guantes negros. Concede al menos una bonificacin aleatoria. Objeto comerciable. +41133 Traje de Caballero+ Traje elegante para caballeros que saben comportarse. Concede al menos una bonificacin aleatoria. Objeto comerciable. +41134 Vestido de Cctel+ Vestilo azul celeste con moo y sandalias de cintas a juego. Concede al menos una bonificacin aleatoria. Objeto comerciable. +41135 Esmoquin Calabaza(bonus) Elegancia clsica, reinterpretada para esta ocasin especial. Este atuendo te otorga una bonificacin al azar. +41136 Vestido Calabaza (bonus) Elegancia clsica, reinterpretada para esta ocasin especial. Este atuendo te otorga una bonificacin al azar. +41137 Atuendo Navideo (rojo) Un traje de Navidad hecho de terciopelo rojo y felpa blanca. +41138 Vestido Navideo (rojo) Un vestido corto de Navidad hecho de terciopelo rojo y felpa blanca. +41139 Atuendo Navideo (verde) Un traje de Navidad hecho de terciopelo verde y felpa blanca. +41140 Vestido Navideo (verde) Un vestido corto de Navidad hecho de terciopelo verde y felpa blanca. +41141 Atuendo Navideo (negro) Un traje de Navidad hecho de terciopelo negro y felpa blanca. +41142 Vestido Navideo (negro) Un vestido corto de Navidad hecho de terciopelo negro y felpa blanca. +41143 Disfraz de Reno (m) Disfraz para hombres hecho de felpa suave con cola y campanilla. +41144 Disfraz de Reno (f) Disfraz para mujeres hecho de felpa suave con cola y campanilla. +41145 Atuendo Navideo+ (rojo) Un traje de Navidad hecho de terciopelo rojo y felpa blanca. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +41146 Vestido Navideo+ (rojo) Un vestido corto de Navidad hecho de terciopelo rojo y felpa blanca. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +41147 Atuendo Navideo + (v) Un traje de Navidad hecho de terciopelo verde y felpa blanca. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +41148 Vestido Navideo + (v) Un vestido corto de Navidad hecho de terciopelo verde y felpa blanca. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +41149 Atuendo Navideo (negro) Un traje de Navidad hecho de terciopelo negro y felpa blanca. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +41150 Vestido Navideo (negro) Un vestido corto de Navidad hecho de terciopelo negro y felpa blanca. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +41151 Disfraz de Reno + (m) Disfraz para hombres hecho de felpa suave con cola y campanilla. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +41152 Disfraz de Reno + (f) Disfraz para mujeres hecho de felpa suave con cola y campanilla. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +41153 AC Miryang (m) Equipamiento futbolstico para hombres en negro y rojo +41154 AC Miryang (f) Equipamiento futbolstico para mujeres en negro y rojo +41155 AFC Yayang (m) Equipamiento futbolstico para hombres en blanco y rojo +41156 AFC Yayang (f) Equipamiento futbolstico para mujeres en blanco y rojo +41157 RSC Campo Serpiente (m) Equipamiento futbolstico para hombres en violeta y blanco +41158 RSC Campo Serpiente (f) Equipamiento futbolstico para mujeres en violeta y blanco +41159 Yongan FC (m) Equipamiento futbolstico para hombres en rojo y blanco +41160 Yongan FC (f) Equipamiento futbolstico para mujeres en rojo y blanco +41161 FC Bakra (m) Equipamiento futbolstico para hombres en azul oscuro y rojo +41162 FC Bakra (f) Equipamiento futbolstico para mujeres en azul oscuro y rojo +41163 FC Bokjung (m) Equipamiento futbolstico para hombres en amarillo y azul +41164 FC Bokjung (f) Equipamiento futbolstico para mujeres en amarillo y azul +41165 FC Hwang Baviera (m) Equipamiento futbolstico para hombres en rojo y oro +41166 FC Hwang Baviera (f) Equipamiento futbolstico para mujeres en rojo y oro +41167 Borussia Chunjo (m) Equipamiento futbolstico para hombres en negro y amarillo +41168 Borussia Chunjo (f) Equipamiento futbolstico para mujeres en negro y amarillo +41169 SC Doyum (m) Equipamiento futbolstico para hombres en rojo y blanco +41170 SC Doyum (f) Equipamiento futbolstico para mujeres en rojo y blanco +41171 SC Hasun Dong (m) Equipamiento futbolstico para hombres en verde y blanco +41172 SC Hasun Dong (f) Equipamiento futbolstico para mujeres en verde y blanco +41173 CFR Dragn de Fuego (m) Equipamiento futbolstico para hombres en burdeos +41174 CFR Dragn de Fuego (f) Equipamiento futbolstico para mujeres en burdeos +41175 FC Daeyami (m) Equipamiento futbolstico para hombres en azul +41176 FC Daeyami (f) Equipamiento futbolstico para mujeres en azul +41177 GNK Kuahlo Dong (m) Equipamiento futbolstico para hombres en azul y blanco +41178 GNK Kuahlo Dong (f) Equipamiento futbolstico para mujeres en azul y blanco +41179 FC Dinamo de Imha (m) Equipamiento futbolstico para hombres en blanco y azul +41180 FC Dinamo de Imha (f) Equipamiento futbolstico para mujeres en blanco y azul +41181 FC Tierra de hielo (m) Equipamiento futbolstico para hombres en rojo +41182 FC Tierra de hielo (f) Equipamiento futbolstico para mujeres en rojo +41183 FC Gumsan (m) Equipamiento futbolstico para hombres en blanco y azul +41184 FC Gumsan (f) Equipamiento futbolstico para mujeres en blanco y azul +41185 Galawaryong (m) Equipamiento futbolstico para hombres en amarillo y rojo +41186 Galawaryong (f) Equipamiento futbolstico para mujeres en amarillo y rojo +41187 Juventus de Yongbi (m) Equipamiento futbolstico para hombres en negro y blanco +41188 Juventus de Yongbi (f) Equipamiento futbolstico para mujeres en negro y blanco +41189 Lungsam OSC (m) Equipamiento futbolstico para hombres en rojo y azul oscuro +41190 Lungsam OSC (f) Equipamiento futbolstico para mujeres en rojo y azul oscuro +41191 Doyyumhwan CF (m) Equipamiento futbolstico para hombres en azul claro y blanco +41192 Doyyumhwan CF (f) Equipamiento futbolstico para mujeres en azul claro y blanco +41193 Nephrit City FC (m) Equipamiento futbolstico para hombres en azul claro y blanco +41194 Nephrit City FC (f) Equipamiento futbolstico para mujeres en azul claro y blanco +41195 Shinsoo United (m) Equipamiento futbolstico para hombres en rojo y blanco +41196 Shinsoo United (f) Equipamiento futbolstico para mujeres en rojo y blanco +41197 Seungryong SC (m) Equipamiento futbolstico para hombres en azul oscuro y naranja +41198 Seungryong SC (f) Equipamiento futbolstico para mujeres en azul oscuro y naranja +41199 Montaas Trueno FC (m) Equipamiento futbolstico para hombres en rojo y blanco +41200 Montaas Trueno FC (f) Equipamiento futbolstico para mujeres en rojo y blanco +41201 Pyungmoo Saint-Hwang (m) Equipamiento futbolstico para hombres en azul oscuro +41202 Pyungmoo Saint-Hwang (f) Equipamiento futbolstico para mujeres en azul oscuro +41203 Real Sohan (m) Equipamiento futbolstico para hombres en blanco +41204 Real Sohan (f) Equipamiento futbolstico para mujeres en blanco +41205 FC Jinno 04 (m) Equipamiento futbolstico para hombres en ultramarino y blanco +41206 FC Jinno 04 (f) Equipamiento futbolstico para mujeres en ultramarino y blanco +41207 FC Sangsun Dong (m) Equipamiento futbolstico para hombres en negro y naranja +41208 FC Sangsun Dong (f) Equipamiento futbolstico para mujeres en negro y naranja +41209 SL Jungsun Dong (m) Equipamiento futbolstico para hombres en rojo y blanco +41210 SL Jungsun Dong (f) Equipamiento futbolstico para mujeres en rojo y blanco +41211 Spartak de Jungrang (m) Equipamiento futbolstico para hombres en rojo y blanco +41212 Spartak de Jungrang (f) Equipamiento futbolstico para mujeres en rojo y blanco +41213 FC Tierra de Fuego (m) Equipamiento futbolstico para hombres en blanco y negro +41214 FC Tierra de Fuego (f) Equipamiento futbolstico para mujeres en blanco y negro +41215 FC St. Seungryong (m) Equipamiento futbolstico para hombres en azul +41216 FC St. Seungryong (f) Equipamiento futbolstico para mujeres en azul +41217 AC Miryang+ (m) Equipamiento futbolstico para hombres en negro y rojo. Te otorga como mnimo una bonificacin aleatoria. +41218 AC Miryang+ (f) Equipamiento futbolstico para mujeres en rojo y negro. Te otorga como mnimo una bonificacin aleatoria. +41219 AFC Yayang+ (m) Equipamiento futbolstico para hombres en blanco y rojo. Te otorga como mnimo una bonificacin aleatoria. +41220 AFC Yayang+ (f) Equipamiento futbolstico para mujeres en blanco y rojo. Te otorga como mnimo una bonificacin aleatoria. +41221 RSC Campo Serpiente+ (m) Equipamiento futbolstico para hombres en violeta y blanco. Te otorga como mnimo una bonificacin aleatoria. +41222 RSC Campo Serpiente+ (f) Equipamiento futbolstico para mujeres en violeta y blanco. Te otorga como mnimo una bonificacin aleatoria. +41223 Yongan FC+ (m) Equipamiento futbolstico para hombres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41224 Yongan FC+ (f) Equipamiento futbolstico para mujeres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41225 FC Bakra+ (m) Equipamiento futbolstico para hombres en azul oscuro y rojo. Te otorga como mnimo una bonificacin aleatoria. +41226 FC Bakra+ (f) Equipamiento futbolstico para mujeres en azul oscuro y rojo. Te otorga como mnimo una bonificacin aleatoria. +41227 FC Bokjung+ (m) Equipamiento futbolstico para hombres en amarillo y azul. Te otorga como mnimo una bonificacin aleatoria. +41228 FC Bokjung+ (f) Equipamiento futbolstico para mujeres en amarillo y azul. Te otorga como mnimo una bonificacin aleatoria. +41229 FC Hwang Baviera+ (m) Equipamiento futbolstico para hombres en rojo y oro. Te otorga como mnimo una bonificacin aleatoria. +41230 FC Hwang Baviera+ (f) Equipamiento futbolstico para mujeres en rojo y oro. Te otorga como mnimo una bonificacin aleatoria. +41231 Borussia Chunjo+ (m) Equipamiento futbolstico para hombres en negro y amarillo. Te otorga como mnimo una bonificacin aleatoria. +41232 Borussia Chunjo+ (f) Equipamiento futbolstico para mujeres en negro y amarillo. Te otorga como mnimo una bonificacin aleatoria. +41233 SC Doyum+ (m) Equipamiento futbolstico para hombres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41234 SC Doyum+ (f) Equipamiento futbolstico para mujeres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41235 SC Hasun Dong+ (m) Equipamiento futbolstico para hombres en verde y blanco. Te otorga como mnimo una bonificacin aleatoria. +41236 SC Hasun Dong+ (f) Equipamiento futbolstico para mujeres en verde y blanco. Te otorga como mnimo una bonificacin aleatoria. +41237 CFR Dragn de Fuego+ (m) Equipamiento futbolstico para hombres en burdeos. Te otorga como mnimo una bonificacin aleatoria. +41238 CFR Dragn de Fuego+ (f) Equipamiento futbolstico para mujeres en burdeos. Te otorga como mnimo una bonificacin aleatoria. +41239 FC Daeyami+ (m) Equipamiento futbolstico para hombres en azul. Te otorga como mnimo una bonificacin aleatoria. +41240 FC Daeyami+ (f) Equipamiento futbolstico para mujeres en azul. Te otorga como mnimo una bonificacin aleatoria. +41241 GNK Kuahlo Dong+ (m) Equipamiento futbolstico para hombres en azul y blanco. Te otorga como mnimo una bonificacin aleatoria. +41242 GNK Kuahlo Dong+ (f) Equipamiento futbolstico para mujeres en azul y blanco. Te otorga como mnimo una bonificacin aleatoria. +41243 FC Dinamo de Imha+ (m) Equipamiento futbolstico para hombres en blanco y azul. Te otorga como mnimo una bonificacin aleatoria. +41244 FC Dinamo de Imha+ (f) Equipamiento futbolstico para mujeres en blanco y azul. Te otorga como mnimo una bonificacin aleatoria. +41245 FC Tierra de hielo+ (m) Equipamiento futbolstico para hombres en rojo. Te otorga como mnimo una bonificacin aleatoria. +41246 FC Tierra de hielo+ (f) Equipamiento futbolstico para mujeres en rojo. Te otorga como mnimo una bonificacin aleatoria. +41247 FC Gumsan+ (m) Equipamiento futbolstico para hombres en blanco y azul. Te otorga como mnimo una bonificacin aleatoria. +41248 FC Gumsan+ (f) Equipamiento futbolstico para mujeres en blanco y azul. Te otorga como mnimo una bonificacin aleatoria. +41249 Galawaryong+ (m) Equipamiento futbolstico para hombres en amarillo y rojo. Te otorga como mnimo una bonificacin aleatoria. +41250 Galawaryong+ (f) Equipamiento futbolstico para mujeres en amarillo y rojo. Te otorga como mnimo una bonificacin aleatoria. +41251 Juventus de Yongbi+ (m) Equipamiento futbolstico para hombres en negro y blanco. Te otorga como mnimo una bonificacin aleatoria. +41252 Juventus de Yongbi+ (f) Equipamiento futbolstico para mujeres en negro y blanco. Te otorga como mnimo una bonificacin aleatoria. +41253 Lungsam OSC+ (m) Equipamiento futbolstico para hombres en rojo y azul oscuro. Te otorga como mnimo una bonificacin aleatoria. +41254 Lungsam OSC+ (f) Equipamiento futbolstico para mujeres en rojo y azul oscuro. Te otorga como mnimo una bonificacin aleatoria. +41255 Doyyumhwan CF+ (m) Equipamiento futbolstico para hombres en azul claro y blanco. Te otorga como mnimo una bonificacin aleatoria. +41256 Doyyumhwan CF+ (f) Equipamiento futbolstico para mujeres en azul claro y blanco. Te otorga como mnimo una bonificacin aleatoria. +41257 Nephrit City FC+ (m) Equipamiento futbolstico para hombres en azul claro y blanco. Te otorga como mnimo una bonificacin aleatoria. +41258 Nephrit City FC+ (f) Equipamiento futbolstico para mujeres en azul claro y blanco. Te otorga como mnimo una bonificacin aleatoria. +41259 Shinsoo United+ (m) Equipamiento futbolstico para hombres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41260 Shinsoo United+ (f) Equipamiento futbolstico para mujeres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41261 Seungryong SC+ (m) Equipamiento futbolstico para hombres en azul oscuro y naranja. Te otorga como mnimo una bonificacin aleatoria. +41262 Seungryong SC+ (f) Equipamiento futbolstico para mujeres en azul oscuro y naranja. Te otorga como mnimo una bonificacin aleatoria. +41263 Montaas Trueno FC+ (m) Equipamiento futbolstico para hombres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41264 Montaas Trueno FC+ (f) Equipamiento futbolstico para mujeres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41265 Pyungmoo Saint-Hwang+ (m) Equipamiento futbolstico para hombres en azul oscuro. Te otorga como mnimo una bonificacin aleatoria. +41266 Pyungmoo Saint-Hwang+ (f) Equipamiento futbolstico para mujeres en azul oscuro. Te otorga como mnimo una bonificacin aleatoria. +41267 Real Sohan+ (m) Equipamiento futbolstico para hombres en blanco. Te otorga como mnimo una bonificacin aleatoria. +41268 Real Sohan+ (f) Equipamiento futbolstico para mujeres en blanco. Te otorga como mnimo una bonificacin aleatoria. +41269 FC Jinno 04+ (m) Equipamiento futbolstico para hombres en ultramarino y blanco. Te otorga como mnimo una bonificacin aleatoria. +41270 FC Jinno 04+ (f) Equipamiento futbolstico para mujeres en ultramarino y blanco. Te otorga como mnimo una bonificacin aleatoria. +41271 FC Sangsun Dong+ (m) Equipamiento futbolstico para hombres en negro y naranja. Te otorga como mnimo una bonificacin aleatoria. +41272 FC Sangsun Dong+ (f) Equipamiento futbolstico para mujeres en negro y naranja. Te otorga como mnimo una bonificacin aleatoria. +41273 SL Jungsun Dong+ (m) Equipamiento futbolstico para hombres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41274 SL Jungsun Dong+ (f) Equipamiento futbolstico para mujeres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41275 Spartak de Jungrang+ (m) Equipamiento futbolstico para hombres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41276 Spartak de Jungrang+ (f) Equipamiento futbolstico para mujeres en rojo y blanco. Te otorga como mnimo una bonificacin aleatoria. +41277 FC Tierra de Fuego+ (m) Equipamiento futbolstico para hombres en blanco y negro. Te otorga como mnimo una bonificacin aleatoria. +41278 FC Tierra de Fuego+ (f) Equipamiento futbolstico para mujeres en blanco y negro. Te otorga como mnimo una bonificacin aleatoria. +41279 FC St. Seungryong+ (m) Equipamiento futbolstico para hombres en azul. Te otorga como mnimo una bonificacin aleatoria. +41280 FC St. Seungryong+ (f) Equipamiento futbolstico para mujeres en azul. Te otorga como mnimo una bonificacin aleatoria. +41291 Atuendo conejo (negro) Atuendo de conejo para hombre de felpa negra. +41292 Atuendo conejo (azul) Atuendo de conejo para hombre de felpa azul. +41293 Atuendo conejo (verde) Atuendo de conejo para hombre de felpa verde +41294 Atuendo conejo (rosa) Atuendo de conejo para hombre de felpa rosa +41295 Atuendo conejita (negro) Atuendo de conejo para mujer de felpa negra +41296 Atuendo conejita (azul) Atuendo de conejo para mujer de felpa azul +41297 Atuendo conejita (verde) Atuendo de conejo para mujer de felpa verde +41298 Atuendo conejita (rosa) Atuendo de conejo para mujer de felpa rosa +41299 Atuendo conejo+ (negro) Atuendo de conejo para hombre de felpa negra. Otorga al menos una bonificacin aleatoria. +41300 Atuendo conejo+ (azul) Atuendo de conejo para hombre de felpa azul. Otorga al menos una bonificacin aleatoria. +41301 Atuendo conejo+ (verde) Atuendo de conejo para hombre de felpa verde. Otorga al menos una bonificacin aleatoria. +41302 Atuendo conejo+ (rosa) Atuendo de conejo para hombre de felpa rosa. Otorga al menos una bonificacin aleatoria. +41303 Atuendo conejita+ (neg.) Atuendo de conejo para mujer de felpa negra. Otorga al menos una bonificacin aleatoria. +41304 Atuendo conejita+ (azul) Atuendo de conejo para mujer de felpa azul. Otorga al menos una bonificacin aleatoria. +41305 Atuendo conejita+ (ver.) Atuendo de conejo para mujer de felpa verde. Otorga al menos una bonificacin aleatoria. +41306 Atuendo conejita+ (rosa) Atuendo de conejo para mujer de felpa rosa. Otorga al menos una bonificacin aleatoria. +41307 Ropaje de cobra (m) Ropaje negro brillante con smbolos de serpientes +41308 Ropaje de cobra (f) Ropaje negro brillante con smbolos de serpientes +41309 Ropaje de cobra+ (m) Ropaje negro brillante con smbolos de serpientes. Te otorga al menos una bonificacin aleatoria. +41310 Ropaje de cobra+ (f) Ropaje negro brillante con smbolos de serpientes. Te otorga al menos una bonificacin aleatoria. +41311 Luchador del des. (ngr) Ropaje de batalla para hombres. +41312 Luchadora del des. (ngr) Ropaje de batalla para mujeres. +41313 Luchador del des.+ (ngr) Ropaje de batalla para hombres. Te otorga como mnimo una bonificacin aleatoria. +41314 Luchadora del de.+ (ngr) Ropaje de batalla para mujeres. Te otorga como mnimo una bonificacin aleatoria. +41315 Armadura de Azrael La armadura de acero del infame Seor de los demonios +41316 Armadura de Azrael (f) La armadura de acero del infame Seor de los demonios +41317 Armadura de Azrael+ (m) La armadura de acero del infame Seor de los demonios. Te otorga al menos una bonificacin aleatoria. +41318 Armadura de Azrael+ (f) La armadura de acero del infame Seor de los demonios. Te otorga al menos una bonificacin aleatoria. +41320 Traje de Jack Calabaza (m) Disfraz espeluznante de Halloween +41321 Vestido de Jack Calabaza (f) Disfraz espeluznante de Halloween +41322 Traje de Jack Calabaza+ (m) Disfraz espeluznante de Halloween. Te otorga como mnimo una bonificacin adicional. El objeto es comerciable. +41323 Vestido de Jack Calabaza+ (f) Disfraz espeluznante de Halloween. Te otorga como mnimo una bonificacin adicional. El objeto es comerciable. +41324 +41325 +41326 +41327 +41328 Camiseta ALG (m) La camiseta del mundial de la seleccin de ftbol de Algeria. +41329 Camiseta ALG (f) La camiseta del mundial de la seleccin de ftbol de Algeria. +41330 Camiseta ARG (m) La camiseta del mundial de la seleccin de ftbol de Argentina. +41331 Camiseta ARG (f) La camiseta del mundial de la seleccin de ftbol de Argentina. +41332 Camiseta AUS (m) La camiseta del mundial de la seleccin de ftbol de Australia. +41333 Camiseta AUS (f) La camiseta del mundial de la seleccin de ftbol de Australia. +41334 Camiseta BEL (m) La camiseta del mundial de la seleccin de ftbol de Blgica. +41335 Camiseta BEL (f) La camiseta del mundial de la seleccin de ftbol de Blgica. +41336 Camiseta BIH (m) La camiseta del mundial de la seleccin de ftbol de Bosnia-Herzegovina. +41337 Camiseta BIH (f) La camiseta del mundial de la seleccin de ftbol de Bosnia-Herzegovina. +41338 Camiseta BRA (m) La camiseta del mundial de la seleccin de ftbol de Brasil. +41339 Camiseta BRA (f) La camiseta del mundial de la seleccin de ftbol de Brasil. +41340 Camiseta CMR (m) La camiseta del mundial de la seleccin de ftbol de Camern. +41341 Camiseta CMR (f) La camiseta del mundial de la seleccin de ftbol de Camern. +41342 Camiseta CHI (m) La camiseta del mundial de la seleccin de ftbol de Chile. +41343 Camiseta CHI (f) La camiseta del mundial de la seleccin de ftbol de Chile. +41344 Camiseta COL (m) La camiseta del mundial de la seleccin de ftbol de Colombia. +41345 Camiseta COL (f) La camiseta del mundial de la seleccin de ftbol de Colombia. +41346 Camiseta CRC (m) La camiseta del mundial de la seleccin de ftbol de Costa Rica. +41347 Camiseta CRC (f) La camiseta del mundial de la seleccin de ftbol de Costa Rica. +41348 Camiseta CIV (m) La camiseta del mundial de la seleccin de ftbol de Costa de Marfil. +41349 Camiseta CIV (f) La camiseta del mundial de la seleccin de ftbol de Costa de Marfil. +41350 Camiseta CRO (m) La camiseta del mundial de la seleccin de ftbol de Croacia. +41351 Camiseta CRO (f) La camiseta del mundial de la seleccin de ftbol de Croacia. +41352 Camiseta ECU (m) La camiseta del mundial de la seleccin de ftbol de Ecuador. +41353 Camiseta ECU (f) La camiseta del mundial de la seleccin de ftbol de Ecuador. +41354 Camiseta ENG (m) La camiseta del mundial de la seleccin de ftbol de Inglaterra. +41355 Camiseta ENG (f) La camiseta del mundial de la seleccin de ftbol de Inglaterra. +41356 Camiseta FRA (m) La camiseta del mundial de la seleccin de ftbol de Francia. +41357 Camiseta FRA (f) La camiseta del mundial de la seleccin de ftbol de Francia. +41358 Camiseta GER (m) La camiseta del mundial de la seleccin de ftbol de Alemania. +41359 Camiseta GER (f) La camiseta del mundial de la seleccin de ftbol de Alemania. +41360 Camiseta GHA (m) La camiseta del mundial de la seleccin de ftbol de Ghana. +41361 Camiseta GHA (f) La camiseta del mundial de la seleccin de ftbol de Ghana. +41362 Camiseta GRE (m) La camiseta del mundial de la seleccin de ftbol de Grecia. +41363 Camiseta GRE (f) La camiseta del mundial de la seleccin de ftbol de Grecia. +41364 Camiseta HON (m) La camiseta del mundial de la seleccin de ftbol de Honduras. +41365 Camiseta HON (f) La camiseta del mundial de la seleccin de ftbol de Honduras. +41366 Camiseta IRN (m) La camiseta del mundial de la seleccin de ftbol de Irn. +41367 Camiseta IRN (f) La camiseta del mundial de la seleccin de ftbol de Irn. +41368 Camiseta ITA (m) La camiseta del mundial de la seleccin de ftbol de Italia. +41369 Camiseta ITA (f) La camiseta del mundial de la seleccin de ftbol de Italia. +41370 Camiseta JPN (m) La camiseta del mundial de la seleccin de ftbol de Japn. +41371 Camiseta JPN (f) La camiseta del mundial de la seleccin de ftbol de Japn. +41372 Camiseta KOR (m) La camiseta del mundial de la seleccin de ftbol de Corea. +41373 Camiseta KOR (f) La camiseta del mundial de la seleccin de ftbol de Corea. +41374 Camiseta MEX (m) La camiseta del mundial de la seleccin de ftbol de Mxico. +41375 Camiseta MEX (f) La camiseta del mundial de la seleccin de ftbol de Mxico. +41376 Camiseta NED (m) La camiseta del mundial de la seleccin de ftbol de los Pases Bajos. +41377 Camiseta NED (f) La camiseta del mundial de la seleccin de ftbol de los Pases Bajos. +41378 Camiseta NGA (m) La camiseta del mundial de la seleccin de ftbol de Nigeria. +41379 Camiseta NGA (f) La camiseta del mundial de la seleccin de ftbol de Nigeria. +41380 Camiseta POR (m) La camiseta del mundial de la seleccin de ftbol de Portugal. +41381 Camiseta POR (f) La camiseta del mundial de la seleccin de ftbol de Portugal. +41382 Camiseta RUS (m) La camiseta del mundial de la seleccin de ftbol de Rusia. +41383 Camiseta RUS (f) La camiseta del mundial de la seleccin de ftbol de Rusia. +41384 Camiseta ESP (m) La camiseta del mundial de la seleccin de ftbol de Espaa. +41385 Camiseta ESP (f) La camiseta del mundial de la seleccin de ftbol de Espaa. +41386 Camiseta SUI (m) La camiseta del mundial de la seleccin de ftbol de Suiza. +41387 Camiseta SUI (f) La camiseta del mundial de la seleccin de ftbol de Suiza. +41388 Camiseta URU (m) La camiseta del mundial de la seleccin de ftbol de Uruguay. +41389 Camiseta URU (f) La camiseta del mundial de la seleccin de ftbol de Uruguay. +41390 Camiseta USA (m) La camiseta del mundial de la seleccin de ftbol de Estados Unidos. +41391 Camiseta USA (f) La camiseta del mundial de la seleccin de ftbol de Estados Unidos. +41392 Camiseta ALG (m/bonus) La camiseta del mundial de la seleccin de ftbol de Algeria. Otorga al menos una bonificacin aleatoria. +41393 Camiseta ALG (f/bonus) La camiseta del mundial de la seleccin de ftbol de Algeria. Otorga al menos una bonificacin aleatoria. +41394 Camiseta ARG (m/bonus) La camiseta del mundial de la seleccin de ftbol de Argentina. Otorga al menos una bonificacin aleatoria. +41395 Camiseta ARG (f/bonus) La camiseta del mundial de la seleccin de ftbol de Argentina. Otorga al menos una bonificacin aleatoria. +41396 Camiseta AUS (m/bonus) La camiseta del mundial de la seleccin de ftbol de Australia. Otorga al menos una bonificacin aleatoria. +41397 Camiseta AUS (f/bonus) La camiseta del mundial de la seleccin de ftbol de Australia. Otorga al menos una bonificacin aleatoria. +41398 Camiseta BEL (m/bonus) La camiseta del mundial de la seleccin de ftbol de Blgica. Otorga al menos una bonificacin aleatoria. +41399 Camiseta BEL (f/bonus) La camiseta del mundial de la seleccin de ftbol de Blgica. Otorga al menos una bonificacin aleatoria. +41400 Camiseta BIH (m/bonus) La camiseta del mundial de la seleccin de ftbol de Bosnia-Herzegovina. Otorga al menos una bonificacin aleatoria. +41401 Camiseta BIH (f/bonus) La camiseta del mundial de la seleccin de ftbol de Bosnia-Herzegovina. Otorga al menos una bonificacin aleatoria. +41402 Camiseta BRA (m/bonus) La camiseta del mundial de la seleccin de ftbol de Brasil. Otorga al menos una bonificacin aleatoria. +41403 Camiseta BRA (f/bonus) La camiseta del mundial de la seleccin de ftbol de Brasil. Otorga al menos una bonificacin aleatoria. +41404 Camiseta CMR (m/bonus) La camiseta del mundial de la seleccin de ftbol de Camern. Otorga al menos una bonificacin aleatoria. +41405 Camiseta CMR (f/bonus) La camiseta del mundial de la seleccin de ftbol de Camern. Otorga al menos una bonificacin aleatoria. +41406 Camiseta CHI (m/bonus) La camiseta del mundial de la seleccin de ftbol de Chile. Otorga al menos una bonificacin aleatoria. +41407 Camiseta CHI (f/bonus) La camiseta del mundial de la seleccin de ftbol de Chile. Otorga al menos una bonificacin aleatoria. +41408 Camiseta COL (m/bonus) La camiseta del mundial de la seleccin de ftbol de Colombia. Otorga al menos una bonificacin aleatoria. +41409 Camiseta COL (f/bonus) La camiseta del mundial de la seleccin de ftbol de Colombia. Otorga al menos una bonificacin aleatoria. +41410 Camiseta CRC (m/bonus) La camiseta del mundial de la seleccin de ftbol de Costa Rica. Otorga al menos una bonificacin aleatoria. +41411 Camiseta CRC (f/bonus) La camiseta del mundial de la seleccin de ftbol de Costa Rica. Otorga al menos una bonificacin aleatoria. +41412 Camiseta CIV (m/bonus) La camiseta del mundial de la seleccin de ftbol de Costa de Marfil. Otorga al menos una bonificacin aleatoria. +41413 Camiseta CIV (f/bonus) La camiseta del mundial de la seleccin de ftbol de Costa de Marfil. Otorga al menos una bonificacin aleatoria. +41414 Camiseta CRO (m/bonus) La camiseta del mundial de la seleccin de ftbol de Croacia. Otorga al menos una bonificacin aleatoria. +41415 Camiseta CRO (f/bonus) La camiseta del mundial de la seleccin de ftbol de Croacia. Otorga al menos una bonificacin aleatoria. +41416 Camiseta ECU (m/bonus) La camiseta del mundial de la seleccin de ftbol de Ecuador. Otorga al menos una bonificacin aleatoria. +41417 Camiseta ECU (f/bonus) La camiseta del mundial de la seleccin de ftbol de Ecuador. Otorga al menos una bonificacin aleatoria. +41418 Camiseta ENG (m/bonus) La camiseta del mundial de la seleccin de ftbol de Inglaterra. Otorga al menos una bonificacin aleatoria. +41419 Camiseta ENG (f/bonus) La camiseta del mundial de la seleccin de ftbol de Inglaterra. Otorga al menos una bonificacin aleatoria. +41420 Camiseta FRA (m/bonus) La camiseta del mundial de la seleccin de ftbol de Francia. Otorga al menos una bonificacin aleatoria. +41421 Camiseta FRA (f/bonus) La camiseta del mundial de la seleccin de ftbol de Francia. Otorga al menos una bonificacin aleatoria. +41422 Camiseta GER (m/bonus) La camiseta del mundial de la seleccin de ftbol de Alemania. Otorga al menos una bonificacin aleatoria. +41423 Camiseta GER (f/bonus) La camiseta del mundial de la seleccin de ftbol de Alemania. Otorga al menos una bonificacin aleatoria. +41424 Camiseta GHA (m/bonus) La camiseta del mundial de la seleccin de ftbol de Ghana. Otorga al menos una bonificacin aleatoria. +41425 Camiseta GHA (f/bonus) La camiseta del mundial de la seleccin de ftbol de Ghana. Otorga al menos una bonificacin aleatoria. +41426 Camiseta GRE (m/bonus) La camiseta del mundial de la seleccin de ftbol de Grecia. Otorga al menos una bonificacin aleatoria. +41427 Camiseta GRE (f/bonus) La camiseta del mundial de la seleccin de ftbol de Grecia. Otorga al menos una bonificacin aleatoria. +41428 Camiseta HON (m/bonus) La camiseta del mundial de la seleccin de ftbol de Honduras. Otorga al menos una bonificacin aleatoria. +41429 Camiseta HON (f/bonus) La camiseta del mundial de la seleccin de ftbol de Honduras. Otorga al menos una bonificacin aleatoria. +41430 Camiseta IRN (m/bonus) La camiseta del mundial de la seleccin de ftbol de Irn. Otorga al menos una bonificacin aleatoria. +41431 Camiseta IRN (f/bonus) La camiseta del mundial de la seleccin de ftbol de Irn. Otorga al menos una bonificacin aleatoria. +41432 Camiseta ITA (m/bonus) La camiseta del mundial de la seleccin de ftbol de Italia. Otorga al menos una bonificacin aleatoria. +41433 Camiseta ITA (f/bonus) La camiseta del mundial de la seleccin de ftbol de Italia. Otorga al menos una bonificacin aleatoria. +41434 Camiseta JPN (m/bonus) La camiseta del mundial de la seleccin de ftbol de Japn. Otorga al menos una bonificacin aleatoria. +41435 Camiseta JPN (f/bonus) La camiseta del mundial de la seleccin de ftbol de Japn. Otorga al menos una bonificacin aleatoria. +41436 Camiseta KOR (m/bonus) La camiseta del mundial de la seleccin de ftbol de Corea. Otorga al menos una bonificacin aleatoria. +41437 Camiseta KOR (f/bonus) La camiseta del mundial de la seleccin de ftbol de Corea. Otorga al menos una bonificacin aleatoria. +41438 Camiseta MEX (m/bonus) La camiseta del mundial de la seleccin de ftbol de Mxico. Otorga al menos una bonificacin aleatoria. +41439 Camiseta MEX (f/bonus) La camiseta del mundial de la seleccin de ftbol de Mxico. Otorga al menos una bonificacin aleatoria. +41440 Camiseta NED (m/bonus) La camiseta del mundial de la seleccin de ftbol de los Pases Bajos. Otorga al menos una bonificacin aleatoria. +41441 Camiseta NED (f/bonus) La camiseta del mundial de la seleccin de ftbol de los Pases Bajos. Otorga al menos una bonificacin aleatoria. +41442 Camiseta NGA (m/bonus) La camiseta del mundial de la seleccin de ftbol de Nigeria. Otorga al menos una bonificacin aleatoria. +41443 Camiseta NGA (f/bonus) La camiseta del mundial de la seleccin de ftbol de Nigeria. Otorga al menos una bonificacin aleatoria. +41444 Camiseta POR (m/bonus) La camiseta del mundial de la seleccin de ftbol de Portugal. Otorga al menos una bonificacin aleatoria. +41445 Camiseta POR (f/bonus) La camiseta del mundial de la seleccin de ftbol de Portugal. Otorga al menos una bonificacin aleatoria. +41446 Camiseta RUS (m/bonus) La camiseta del mundial de la seleccin de ftbol de Rusia. Otorga al menos una bonificacin aleatoria. +41447 Camiseta RUS (f/bonus) La camiseta del mundial de la seleccin de ftbol de Rusia. Otorga al menos una bonificacin aleatoria. +41448 Camiseta ESP (m/bonus) La camiseta del mundial de la seleccin de ftbol de Espaa. Otorga al menos una bonificacin aleatoria. +41449 Camiseta ESP (f/bonus) La camiseta del mundial de la seleccin de ftbol de Espaa. Otorga al menos una bonificacin aleatoria. +41450 Camiseta SUI (m/bonus) La camiseta del mundial de la seleccin de ftbol de Suiza. Otorga al menos una bonificacin aleatoria. +41451 Camiseta SUI (f/bonus) La camiseta del mundial de la seleccin de ftbol de Suiza. Otorga al menos una bonificacin aleatoria. +41452 Camiseta URU (m/bonus) La camiseta del mundial de la seleccin de ftbol de Uruguay. Otorga al menos una bonificacin aleatoria. +41453 Camiseta URU (f/bonus) La camiseta del mundial de la seleccin de ftbol de Uruguay. Otorga al menos una bonificacin aleatoria. +41454 Camiseta USA (m/bonus) La camiseta del mundial de la seleccin de ftbol de Estados Unidos. Otorga al menos una bonificacin aleatoria. +41455 Camiseta USA (f/bonus) La camiseta del mundial de la seleccin de ftbol de Estados Unidos. Otorga al menos una bonificacin aleatoria. +41472 Traje de zombi Un ropaje manchado de sangre, piel putrefacta y huesos que te convierte en un zombi. +41473 Vestido de zombi Un vestido manchado de sangre, piel putrefacta y huesos que te convierte en la novia cadver. +41474 Traje de zombi+ Un ropaje manchado de sangre, piel putrefacta y huesos que te convierte en un zombi. Te otorga como mnimo una bonificacin aleatoria. +41475 Vestido de zombi+ Un vestido manchado de sangre, piel putrefacta y huesos que te convierte en la novia cadver. Te otorga como mnimo una bonificacin aleatoria. +41476 Traje de mago Un traje negro y mstico, perfecto para un hechicero. +41477 Vestido de bruja Un vestido negro y mstico, perfecto como disfraz de bruja. +41478 Traje de mago+ Un traje negro y mstico, perfecto para un hechicero. Te otorga como mnimo una bonificacin aleatoria. +41479 Vestido de bruja+ Un vestido negro y mstico, perfecto como disfraz de bruja. Te otorga como mnimo una bonificacin aleatoria. +41480 Disfraz Santa Nieve Un disfraz de mueco de nieve con traje navideo de terciopelo rojo. No es negociable. +41481 Disfraz mueco de nieve Un disfraz de mueco de nieve de terciopelo blanco. No es negociable. +41482 Vest. navideo (blanco) Un minivestido blanco con calcetines y accesorios. No es negociable. +41483 Vest. navideo (rojo) Un minivestido rojo con calcetines y accesorios. No es negociable. +41484 Disfraz Santa Nieve+ Un disfraz de mueco de nieve con traje navideo de terciopelo rojo. Te otorga al menos una bonificacin aleatoria. El objeto es negociable. +41485 Disfraz mueco de nieve+ Un disfraz de mueco de nieve de terciopelo blanco. Te otorga al menos una bonificacin aleatoria. El objeto es negociable. +41486 Vest. navideo+ (blanco) Un minivestido blanco con calcetines y accesorios. Te otorga al menos una bonificacin aleatoria. El objeto es negociable. +41487 Vest. navideo+ (rojo) Un minivestido rojo con calcetines y accesorios. Te otorga al menos una bonificacin aleatoria. El objeto es negociable. +41496 Prncipe des. (marrn) Ropaje de guerra de tejido marrn, hecho para lderes. +41497 Prncipe des. (blanco) Ropaje de guerra de tejido blanco, hecho para lderes. +41498 Princesa des. (marrn) Ropaje de guerra de tejido marrn, hecho para lderes. +41499 Princesa des. (blanco) Ropaje de guerra de tejido blanco, hecho para lderes. +41500 Prncipe des.+ (marrn) Ropaje de guerra de tejido marrn, hecho para lderes. Te otorga como mnimo una bonificacin aleatoria. +41501 Prncipe des.+ (blanco) Ropaje de guerra de tejido blanco, hecho para lderes. Te otorga como mnimo una bonificacin aleatoria. +41502 Princesa des.+ (marrn) Ropaje de guerra de tejido marrn, hecho para lderes. Te otorga como mnimo una bonificacin aleatoria. +41503 Princesa des.+ (blanco) Ropaje de guerra de tejido blanco, hecho para lderes. Te otorga como mnimo una bonificacin aleatoria. +41504 Atuendo conejo (gris) Un disfraz hecho con un pelaje gris muy suave. Modelo: conejo. No es comerciable. +41505 Atuendo conejo (marrn) Un disfraz hecho con un pelaje marrn muy suave. Modelo: conejo. No es comerciable. +41506 Vestido Pascua (colores) Un vestido de Pascua de colores con un estampado muy bonito. No es comerciable. +41507 Vestido Pascua (azul c.) Un vestido de Pascua azul claro con un estampado muy bonito. No es comerciable. +41508 Atuendo conejo+ (gris) Un disfraz hecho con un pelaje gris muy suave. Modelo: conejo. Te otorga al menos una bonificacin aleatoria. Este objeto es comerciable. +41509 Atuendo conejo+ (marrn) Un disfraz hecho con un pelaje marrn muy suave. Modelo: conejo. Te otorga al menos una bonificacin aleatoria. Este objeto es comerciable. +41510 Vestido Pascua+ (colo.) Un vestido de Pascua de colores con un estampado muy bonito. Te otorga al menos una bonificacin aleatoria. Este objeto es comerciable. +41511 Vestido Pascua+ (azul c) Un vestido de Pascua azul claro con un estampado muy bonito. Te otorga al menos una bonificacin aleatoria. Este objeto es comerciable. +45001 Orejas conejita (marrn) Orejas de conejo de color marrn para ella +45002 Orejas conejo (marrn) Gorro marrn para hombre con orejas de conejo +45003 Pauelo (m) Un pauelo para la cabeza de tela fina para hombres. +45004 Pauelo (f) Un pauelo para la cabeza de tela fina para mujeres. +45005 Larry Corla (m) Largo arriba y corto a los lados: un corte extravagante para varones. +45006 Peinado esgrima (f) Un peinado deportivo para esgrimistas femeninas. +45007 Cresta (m) Un peinado al ms puro estilo iroqus: el pelo de punta recorriendo toda la mitad de la cabeza y los lados, rapados. +45008 Peinado ftbol GER (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Alemania. +45009 Rastas (m) Los pelos ms largos, en forma de rasta, se atan en la parte trasera de la cabeza. +45010 Peinado boxeo GER (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Alemania. +45011 Pauelo (m) Un pauelo para la cabeza de tela fina para hombres. Este objeto es comerciable. +45012 Pauelo (f) Un pauelo para la cabeza de tela fina para mujeres. Este objeto es comerciable. +45013 Larry Corla (m) Largo arriba, corto a los lados: corte extravagante para varones. Este objeto es comerciable. +45014 Peinado esgrima (f) Un peinado deportivo para esgrimistas femeninas. Este objeto es comerciable. +45015 Cresta (m) Un peinado al ms puro estilo iroqus: el pelo de punta recorriendo toda la mitad de la cabeza y los lados, rapados. Este objeto es comerciable. +45016 Peinado ftbol GER (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Alemania. Este objeto es comerciable. +45017 Rastas (m) Los pelos ms largos, en forma de rasta, se atan en la parte trasera de la cabeza. Este objeto es comerciable. +45018 Peinado boxeo GER (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Alemania. Este objeto es comerciable. +45019 Peinado boxeo TUR (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Turqua. +45020 Peinado boxeo BRA (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Brasil. +45021 Peinado boxeo olm. (f) Un peinado deportivo para boxeadoras sujeto con una cinta colorida. +45022 Peinado boxeo FRA (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Francia. +45023 Peinado boxeo ITA (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Italia. +45024 Peinado boxeo POL (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Polonia. +45025 Peinado boxeo ROU (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Rumana. +45026 Peinado boxeo ESP (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Espaa. +45027 Peinado ftbol TUR (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Turqua. +45028 Peinado ftbol BRA (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Brasil. +45029 Peinado ftbol olm. (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta colorida. +45030 Peinado ftbol FRA (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Francia. +45031 Peinado ftbol ITA (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Italia. +45032 Peinado ftbol POL (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Polonia. +45033 Peinado ftbol ROU (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Rumana. +45034 Peinado ftbol ESP (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Espaa. +45035 Peinado boxeo TUR (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Turqua. +45036 Peinado boxeo BRA (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Brasil. +45037 Peinado boxeo olm. (f) Un peinado deportivo para boxeadoras sujeto con una cinta colorida. +45038 Peinado boxeo FRA (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Francia. +45039 Peinado boxeo ITA (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Italia. +45040 Peinado boxeo POL (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Polonia. +45041 Peinado boxeo ROU (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Rumana. +45042 Peinado boxeo ESP (f) Un peinado deportivo para boxeadoras sujeto con una cinta con los colores nacionales de Espaa. +45043 Peinado ftbol TUR (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Turqua. +45044 Peinado ftbol BRA (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Brasil. +45045 Peinado ftbol olm. (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta colorida. +45046 Peinado ftbol FRA (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Francia. +45047 Peinado ftbol ITA (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Italia. +45048 Peinado ftbol POL (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Polonia. +45049 Peinado ftbol ROU (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Rumana. +45050 Peinado ftbol ESP (f) Un peinado deportivo para mujeres futbolistas sujeto con una cinta con los colores nacionales de Espaa. +45053 Peinado de Mosquetero Un cuidado peinado para pelo corto rubio que da el ltimo toque al mosquetero perfecto. +45054 Cofia de Criada Bob rubio con cofia de criada. +45055 Minicresta Llamativo peinado corto con cresta. +45056 Moo de Salsa Recogido elegante con flor roja. +45057 Fedora Bogart Sombrero de fieltro clsico al estilo de Humphrey Bogart. +45058 Peinado floral Adorable trenzado con coloridas flores como adorno. +45061 Mscara Calabaza Una calabaza vaciada. Muy espaciosa, bien ventilada y escalofriante. +45062 Mscara Calabaza Una calabaza vaciada. Muy espaciosa, bien ventilada y escalofriante. +45065 Peinado de Mosquetero+ Un cuidado peinado para pelo corto rubio que da el ltimo toque al mosquetero perfecto. Concede al menos una bonificacin aleatoria. Objeto comerciable. +45066 Cofia de Criada+ Bob rubio con cofia de criada. Concede al menos una bonificacin aleatoria. Objeto comerciable. +45067 Minicresta+ Llamativo peinado corto con cresta. Concede al menos una bonificacin aleatoria. Objeto comerciable. +45068 Moo de Salsa+ Recogido elegante con flor roja. Concede al menos una bonificacin aleatoria. Objeto comerciable. +45069 Fedora Bogart+ Sombrero de fieltro clsico al estilo de Humphrey Bogart. Concede al menos una bonificacin aleatoria. Objeto comerciable. +45070 Peinado floral+ Adorable trenzado con coloridas flores como adorno. Concede al menos una bonificacin aleatoria. Objeto comerciable. +45073 Mscara Calabaza (bonus) Una calabaza vaciada. Muy espaciosa, bien ventilada y escalofriante. Te otorga una bonificacin al azar. +45074 Mscara Calabaza (bonus) Una calabaza vaciada. Muy espaciosa, bien ventilada y escalofriante. Te otorga una bonificacin al azar. +45075 Gorro Navideo (rojo) Gorro rojo de felpa con una cornamenta y un pompn blanco. +45076 Gorro Navideo (verde) Gorro verde de felpa con una cornamenta y un pompn blanco. +45077 Gorro Navideo (negro) Gorro negro de felpa con una cornamenta y un pompn blanco. +45078 Gorro lfico Tocado blanco como la nieve con alas de filigrana. +45079 Cabeza de Reno (m) Mscara de reno para hombre con una nariz roja y una cornamenta. +45080 Cabeza de Reno (f) Mscara de reno para mujer con una nariz roja y una cornamenta. +45081 Gorro Navideo + (rojo) Gorro rojo de felpa con una cornamenta y un pompn blanco. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +45082 Gorro Navideo + (verde) Gorro verde de felpa con una cornamenta y un pompn blanco. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +45083 Gorro Navideo + (negro) Gorro negro de felpa con una cornamenta y un pompn blanco. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +45084 Gorro lfico + Tocado blanco como la nieve con alas de filigrana. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +45085 Cabeza de Reno + (m) Mscara de reno para hombre con una nariz roja y una cornamenta. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +45086 Cabeza de Reno + (f) Mscara de reno para mujer con una nariz roja y una cornamenta. Te otorga por lo menos una bonificacin al azar. El objeto es comerciable. +45087 Bandana (blanca) Pauelo triangular blanco para hombres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. +45088 Bandana (blanca) Pauelo triangular blanco para mujeres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. +45089 Bandana (negra) Pauelo triangular negro para hombres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. +45090 Bandana (negra) Pauelo triangular negro para mujeres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. +45091 Bandana (amarilla) Pauelo triangular amarillo para hombres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. +45092 Bandana (amarilla) Pauelo triangular amarillo para mujeres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. +45093 Bandana (naranja) Pauelo triangular naranja para hombres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. +45094 Bandana (naranja) Pauelo triangular naranja para mujeres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. +45095 Bandana (azul) Pauelo triangular azul para hombres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. +45096 Bandana (azul) Pauelo triangular azul para mujeres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. +45097 Bandana+ (blanca) Pauelo triangular blanco para hombres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. Te otorga como mnimo una bonificacin aleatoria. +45098 Bandana+ (blanca) Pauelo triangular blanco para mujeres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. Te otorga como mnimo una bonificacin aleatoria. +45099 Bandana+ (negra) Pauelo triangular negro para hombres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. Te otorga como mnimo una bonificacin aleatoria. +45100 Bandana+ (negra) Pauelo triangular negro para mujeres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. Te otorga como mnimo una bonificacin aleatoria. +45101 Bandana+ (amarilla) Pauelo triangular amarillo para hombres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. Te otorga como mnimo una bonificacin aleatoria. +45102 Bandana+ (amarilla) Pauelo triangular amarillo para mujeres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. Te otorga como mnimo una bonificacin aleatoria. +45103 Bandana+ (naranja) Pauelo triangular naranja para hombres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. Te otorga como mnimo una bonificacin aleatoria. +45104 Bandana+ (naranja) Pauelo triangular naranja para mujeres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. Te otorga como mnimo una bonificacin aleatoria. +45105 Bandana+ (azul) Pauelo triangular azul para hombres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. Te otorga como mnimo una bonificacin aleatoria. +45106 Bandana+ (azul) Pauelo triangular azul para mujeres que se anuda en torno a la cabeza. Un favorito entre los aficionados a los deportes. Te otorga como mnimo una bonificacin aleatoria. +45119 Orejas conejo (negro) Gorro negro para hombre con orejas de conejo +45120 Orejas conejo (azul) Gorro azul para hombre con orejas de conejo +45121 Orejas conejo (verde) Gorro verde para hombre con orejas de conejo +45122 Orejas conejo (rosa) Gorro rosa para hombre con orejas de conejo +45123 Orejas conejita (negro) Orejas de conejo negras para mujer +45124 Orejas conejita (azul) Orejas de conejo azules para mujer +45125 Orejas conejita (verde) Orejas de conejo verdes para mujer +45126 Orejas conejita (rosa) Orejas de conejo rosas para mujer +45127 Orejas conejo+ (negro) Gorro negro para hombre con orejas de conejo. Otorga al menos una bonificacin aleatoria. +45128 Orejas conejo+ (azul) Gorro azul para hombre con orejas de conejo. Otorga al menos una bonificacin aleatoria. +45129 Orejas conejo+ (verde) Gorro verde para hombre con orejas de conejo. Otorga al menos una bonificacin aleatoria. +45130 Orejas conejo+ (rosa) Gorro rosa para hombre con orejas de conejo. Otorga al menos una bonificacin aleatoria. +45131 Orejas conejita+ (negro) Orejas de conejo negras para mujer. Otorga al menos una bonificacin aleatoria. +45132 Orejas conejita+ (azul) Orejas de conejo azules para mujer. Otorga al menos una bonificacin aleatoria. +45133 Orejas conejita+ (verde) Orejas de conejo verdes para mujer. Otorga al menos una bonificacin aleatoria. +45134 Orejas conejita+ (rosa) Orejas de conejo rosas para mujer. Otorga al menos una bonificacin aleatoria. +45135 Peinado de cobra (m) Un accesorio para la cabeza a juego con el ropaje de cobra +45136 Peinado de cobra (f) Un accesorio para la cabeza a juego con el ropaje de cobra +45137 Peinado de cobra+ (m) Un accesorio para la cabeza a juego con el ropaje de cobra. Te otorga al menos una bonificacin aleatoria. +45138 Peinado de cobra+ (f) Un accesorio para la cabeza a juego con el ropaje de cobra. Te otorga al menos una bonificacin aleatoria. +45139 Mscara de Tengu Mscara tallada de una divinidad japonesa +45140 Mscara veneciana Imponente mscara del carnaval veneciano +45141 Mscara Kifwebe Mscara de madera tallada cuidadosamente con capucha de tela +45142 Mscara maya Aterradora mscara de los guerreros mayas +45143 Mscara Tengu+ Artstica mscara tallada de una divinidad japonesa. Te otorga al menos dos bonificaciones. +45144 Mscara veneciana+ Imponente mscara del carnaval veneciano. Te otorga al menos dos bonificaciones. +45145 Mscara Kifwebe+ Mscara de madera tallada cuidadosamente con capucha de tela. Te otorga al menos dos bonificaciones. +45146 Mscara maya+ Aterradora mscara de los guerreros mayas. Te otorga al menos dos bonificaciones. +45147 Turbante negro (m) Un pauelo para la cabeza de tela negra para hombres. +45148 Turbante negro (f) Un pauelo para la cabeza de tela negra para mujeres. +45149 Turbante negro+ (m) Un pauelo para la cabeza de tela negra para hombres. Te otorga como mnimo una bonificacin aleatoria. +45150 Turbante negro+ (f) Un pauelo para la cabeza de tela negra para mujeres. Te otorga como mnimo una bonificacin aleatoria. +45151 Yelmo de Azrael (m) Accesorio para la cabeza con la mueca del infame Seor de los demonios. +45152 Yelmo de Azrael (f) Accesorio para la cabeza con la mueca del infame Seor de los demonios. +45153 Yelmo de Azrael+ (m) Accesorio para la cabeza con la mueca del infame Seor de los demonios. Te otorga al menos una bonificacin aleatoria. +45154 Yelmo de Azrael+ (f) Accesorio para la cabeza con la mueca del infame Seor de los demonios. Te otorga al menos una bonificacin aleatoria. +45156 Cabeza de Jack Calabaza (m) Mscara espeluznante de Halloween +45157 Cabeza de Jack Calabaza (f) Mscara espeluznante de Halloween +45158 Cabeza de Jack Calabaza+ (m) Mscara espeluznante de Halloween. Te otorga como mnimo una bonificacin adicional. El objeto es comerciable. +45159 Cabeza de Jack Calabaza+ (f) Disfraz espeluznante de Halloween. Te otorga como mnimo una bonificacin adicional. El objeto es comerciable. +45160 +45161 +45162 +45163 +45164 Gorro de liebre rtica Un accesorio para la cabeza con forma de liebre rtica +45165 Gorro de oso polar Un accesorio para la cabeza con forma de oso polar +45166 Gorro de irbis Un accesorio para la cabeza con forma de irbis +45167 Gorro de liebre rtica+ Un accesorio para la cabeza con forma de liebre rtica. Te otorga como mnimo una bonificacin aleatoria. +45168 Gorro de oso polar+ Un accesorio para la cabeza con forma de oso polar. Te otorga como mnimo una bonificacin aleatoria. +45169 Gorro de irbis+ Un accesorio para la cabeza con forma de irbis. Te otorga como mnimo una bonificacin aleatoria. +45170 Mscara calabaza zombi Una mscara de calabaza monstruosa perfecta para un disfraz de Halloween. +45171 Sombrero de bruja Un sombrero de pico con un ala muy ancha, como el que suelen llevar las brujas y hechiceros. +45172 Mscara calabaza zombi+ Una mscara de calabaza monstruosa perfecta para un disfraz de Halloween. Te otorga como mnimo una bonificacin aleatoria. +45173 Sombrero de bruja+ Un sombrero de pico con un ala muy ancha, como el que suelen llevar las brujas y hechiceros. Te otorga como mnimo una bonificacin aleatoria. +45174 Mscara mueco de nieve Una mscara de mueco de nieve con un bonito sombrero negro brillante. No es negociable. +45175 Mscara Santa Nieve Una mscara de mueco de nieve con un gorro de navidad de terciopelo rojo y peluche blanco. No es negociable. +45176 Gorro pompn (blanco) Un gorro de navidad de terciopelo blanco con peluche blanco y un pompn rojo. No es negociable. +45177 Gorro pompn (rojo) Un gorro de navidad de terciopelo rojo con peluche blanco y un pompn blanco. No es negociable. +45178 Mscara mueco de nieve+ Una mscara de mueco de nieve con un sombrero de copa negro brillante. Te otorga al menos una bonificacin aleatoria. El objeto es negociable. +45179 Mscara Santa Nieve+ Una mscara de mueco de nieve con un sombrero de navidad de terciopelo rojo y peluche blanco. Te otorga al menos una bonificacin aleatoria. El objeto es negociable. +45180 Gorro pompn+ (blanco) Un gorro de navidad de terciopelo blanco y peluche blanco con un pompn rojo. Te otorga al menos una bonificacin aleatoria. El objeto es negociable. +45181 Gorro pompn+ (rojo) Un gorro de navidad de terciopelo rojo y peluche blanco con un pompn blanco. Te otorga al menos una bonificacin aleatoria. El objeto es negociable. +45190 Orejas conejo (gris) Accesorio para la cabeza con orejas de conejo de un pelaje gris muy suave. No es comerciable. +45191 Orejas conejo (marrn) Accesorio para la cabeza con orejas de conejo de un pelaje marrn muy suave. No es comerciable. +45192 Tocado Pascua (colores) Divertido accesorio de colores para las luchadoras ms chic. No es comerciable. +45193 Tocado Pascua (azul) Divertido accesorio azul claro para las luchadoras ms chic. No es comerciable. +45194 Orejas conejo+ (gris) Accesorio para la cabeza con orejas de conejo de un pelaje gris muy suave. Te otorga al menos una bonificacin aleatoria. Este objeto es comerciable. +45195 Orejas conejo+ (marrn) Accesorio para la cabeza con orejas de conejo de un pelaje marrn muy suave. Te otorga al menos una bonificacin aleatoria. Este objeto es comerciable. +45196 Tocado Pascua+ (colores) Divertido accesorio de colores para las luchadoras ms chic. Te otorga al menos una bonificacin aleatoria. Este objeto es comerciable. +45197 Tocado Pascua+ (azul) Divertido accesorio azul claro para las luchadoras ms chic. Te otorga al menos una bonificacin aleatoria. Este objeto es comerciable. +45198 Turbante marrn Un noble turbante de color marrn y tejido resistente para luchadores. +45199 Turbante blanco Un noble turbante de color blanco y tejido resistente para luchadores. +45200 Pauelo marrn Pauelo marrn de tejido ligero para las luchadoras. +45201 Pauelo blanco Pauelo blanco de tejido ligero para las luchadoras. +45202 Turbante marrn+ Un noble turbante de color marrn y tejido resistente para luchadores. Te otorga como mnimo una bonificacin aleatoria. +45203 Turbante blanco+ Un noble turbante de color blanco y tejido resistente para luchadores. Te otorga como mnimo una bonificacin aleatoria. +45204 Pauelo marrn+ Pauelo marrn de tejido ligero para las luchadoras. Te otorga como mnimo una bonificacin aleatoria. +45205 Pauelo blanco+ Pauelo blanco de tejido ligero para las luchadoras. Te otorga como mnimo una bonificacin aleatoria. +50001 Libro Afortunado Un libro con nmeros afortunados. La lotera es controlada por el gobierno. +50002 Anillo de Oro Un simple anillo de oro, que puede ser vendido en tiendas por un alto precio. +50003 Documento reajuste hab. Te permite restaurar tus habilidades para poder aprender nuevas. +50004 Detector de Eventos Este objeto te muestra dnde puden ser encontradas las misiones. +50005 Tique de monta Puedes montar gratis si se lo muestras al guardin del establo. Se requiere nivel 40. +50006 Caja del Tesoro Dorada Una caja de oro decorada, que puede ser abierta con una llave de oro. +50007 Caja del Tesoro Plateada Una caja de plata decorada, que puede ser abierta con una llave de Plata. +50008 Llave de Oro Una llave hecha de oro. Puede abrir tanto la caja del tesoro dorada como la caja del tesoro dorada+. +50009 Llave de Plata Una llave hecha de plata que puede abrir tanto la caja del tesoro plateada como la caja del tesoro plateada+. +50010 Calcetn Calcetines hechos de clida lana de oveja. +50011 Caja Tesoro Luz Luna Una impresionante y deslumbrante decoracin. Suceden cosas sobrenaturales cuando le alcanza la luz de la luna. +50012 Caja del Tesoro Dorada+ Una caja de oro decorada que puede ser abierta con una llave de oro. +50013 Caja Tesoro Plateada+ Una caja de plata decorada, que puede ser abierta con una llave de plata. +50016 Pasta de Alubia Un ingrediente usado para el pastel de alubia tradicional. +50017 Pasta de Azcar Un ingrediente usado para la torta de azcar tradicional. +50018 Pasta de Fruta Un ingrediente para el pastel de frutas tradicional. +50019 Arroz Dulce Un ingrediente usado para el pastel tradicional. +50020 Pastel de Alubias Un pastel tradicional que restaura completamente el HP. +50021 Pastel de Azcar Un pastel tradicional que restaura completamente el SP. +50022 Pastel de Frutas Un pastel tradicional que restaura completamente la energa. +50023 Bolsa de Dinero Bolsa de Dinero +50024 Rosa Una flor romntica usada para mostrar afecto. Slo pueden usarla personajes femeninos. +50025 Chocolate Hecho con cacao, leche, mantequilla y azucar. El chocolate se da para mostrar afecto. Slo pueden usarlo los personajes masculinos. +50027 Billete de Lotera Desgraciadamente, este billete de lotera es un objeto intil. No es afortunado. +50031 Rosa Una flor romntica usada para mostrar afecto. Slo pueden usarla personajes masculinos. +50032 Caramelo Un dulce popular; el caramelo se da para mostrar afecto. Slo los personajes femeninos pueden usarlo. +50033 Cofre Misterioso Un cofre con una extraa letra grabada en l. Algo surgir si es abierto. +50034 Caja Acertijo Esta caja contiene un acertijo sin resolver. +50035 Regalo (amarillo) Un regalo envuelto en papel delicado. +50036 Regalo (violeta) Un regalo envuelto en papel delicado. +50037 Caja de Tesoro Hexagonal Est hecha con papel especial. Tiene un regalo considerado en su interior. +50050 Medalla de Caballo El Chico del Establo necesita esta Medalla para registrar en ella los resultados de la prueba de calificacin. +50051 Pintura de Caballo Tan pronto como hayas aprobado el examen de cualificacin en el establo, recibirs esta licencia para llamar a tu caballo. +50052 Libro Caballo Armado Tan pronto como hayas aprobado el examen avanzado de cualificacin en el establo, podrs llamar a tu caballo con esta licencia. +50053 Libro Caballo Militar Tan pronto como hayas aprobado el examen profesional de cualificacin en el establo, podrs llamar a tu caballo con esta licencia. +50054 Heno Heno seco para alimentar a un caballo. +50055 Zanahoria El vegetal favorito de un caballo. +50056 Ginseng Rojo Ginseng al vapor. Slo los caballos militares comen Ginseng Rojo. +50057 Hierba de Monos Fciles Una hierba legendaria que pueden usar los jinetes principiantes para revivir a sus caballos. Para conseguir la planta, tienes que superar a los Monos de la mazmorra para principiantes. +50058 Hierba de Monos Normales Una hierba legendaria que pueden usar los jinetes intermedios para revivir a sus Caballos de Batalla. Para conseguir la planta, tienes que superar a los Monos de la mazmorra normal. +50059 Hierba Monos Difciles Una hierba legendaria que pueden usar los jinetes profesionales para revivir a sus Caballos Militares. Para conseguir la planta, tienes que superar a los Monos de la mazmorra para expertos. +50060 Manual de Monta La lectura exitosa de este libro te permite un incremento de tus habilidades de monta. Desaparece una vez lo has leido. +50067 Pergamino de Evolucin Poderoso y antiqusimo pergamino que se utiliza para mejorar a una montura joven y convertirla en una salvaje. +50068 Pergamino de Mutacin Poderoso y antiqusimo pergamino que se utiliza para mejorar a una montura salvaje y convertirla en una valerosa. +50070 Caja del Jefe Orco El cofre del Seor Orco. Aparentemente hay algo valioso en la caja. +50071 Caja del Lder Esotrico El cofre del Seor Esotrico. Aparentemente hay algo valioso en la caja. +50072 Caja del Lder Fantasma El cofre del Seor Esotrico Reencarnado. Aparentemente hay algo valioso en la caja. +50073 Caja de la Reina Araa El cofre de la Reina Araa. Aparentemente hay algo valioso en la caja. +50074 Caja de la Araa Gigante El cofre de la Araa Gigante. Aparentemente hay algo valioso en la caja. +50075 Caja del Port. Plaga Gig El cofre del Portador Plaga Gigante. Aparentemente hay algo valioso en la caja. +50076 Cofre Tortuga del Desie. El cofre de la Tortuga Gigante del Desierto. Aparentemente hay algo valioso en la caja. +50077 Cofre del Nueve Colas El cofre del Nueve Colas. Aparentemente hay algo valioso en la caja. +50078 Cofre del Tigre Amarillo El cofre del Tigre Gigante. Aparentemente hay algo valioso en la caja. +50079 Cofre del Rey Llama El cofre del Rey Llama. Aparentemente hay algo valioso en la caja. +50080 Cofre del Dragn Rojo El cofre del Dragn Rojo. Aparentemente hay algo valioso en la caja. +50081 Cofre del Rey Demonio El cofre del Seor Demonio. Aparentemente hay algo valioso en la caja. +50082 Cofre del Segador Muerte El cofre del Segador Sombro. Aparentemente hay algo valioso en la caja. +50083 Tique de monta Puedes montar gratis a caballo si se lo muestras al guardin del establo. +50084 Llave de Piedra Un aura de energa rodea esta piedra. Funciona contra sellos mgicos. +50091 Sushi de Carpa Dorada Un plato popular hecho de carpa dorada y arroz fro. +50092 Sushi de Carpa Un plato especial hecho de carpa cruda y arroz fro. +50093 Sushi de Salmn Un plato especial hecho de salmn crudo y arroz fro. Aumenta tu valor de ataque en 10 puntos durante 30 segundos. +50094 Sushi de Barbo Un plato especial hecho de barbo crudo y arroz fro. Aumenta tu fuerza defensiva en 10 puntos durante 30 segundos. +50096 Pelota de Ftbol Juega al ftbol como Baljit-Elvedin! +50100 Petardos Los fuegos artificiales cubren el cielo durante un festival.(Morado) +50101 Petardos Los fuegos artificiales cubren el cielo durante un festival.(Amarillo) +50102 Petardos Los fuegos artificiales cubren el cielo durante un festival.(Azul Cielo) +50103 Petardos Los fuegos artificiales cubren el cielo durante un festival.(Rojo) +50104 Petardos Los fuegos artificiales cubren el cielo durante un festival. (Verde) +50105 Petardos Los fuegos artificiales cubren el cielo durante un festival.(Blanco) +50106 Petardo de Navidad Los fuegos artificiales de Navidad son ms esplndidos que los normales y tambin duran ms. +50108 Fuegos Artificiales. Un fuego artificial de suelo que arroja chispas +50118 +50119 +50120 Cofre de Hierro Este contenedor resistente proviene de la Gruta del Exilio. +50121 Caja de Hierro Este contenedor resistente proviene de la Gruta del Exilio. +50122 Bal de Hierro Este contenedor resistente proviene de la Gruta del Exilio. +50123 Helado Chute de energa! Este helado sube a 60 tu velocidad de movimiento durante 30 minutos. Atencin: si lo accionas de nuevo mientras el chute de energa est an activo, la duracin se sobrescribe. +50124 Caja de madera podrida De su interior parece que salen leves sonidos de un animal. +50125 Bal misterioso El bal es increblemente liviano... como si estuviese vaco... +50126 Bal misterioso El bal es increblemente liviano... como si estuviese vaco... +50127 Bal Secr. de Esmeralda Un bal de esmeralda abierto +50128 Bal Secreto de Zafiro Un bal de zafiro sin cerrojo que puede ser abierto directamente. Su interior esconde un secreto valioso... +50129 Bal Secreto de Amatista Un bal de amatista abierto +50130 Bal de Olimpia Este Bal contiene un secreto olmpico +50131 Bal Secreto de Citrina Un bal de citrina sin cerrojo que puede ser abierto directamente. Su interior esconde un secreto valioso... +50132 Bal Secreto de Rub Un bal de rub cerrado que slo puede ser abierto con una llave especial. Se dice que el contenido del bal es tan esplndido como su aspecto exterior. +50133 Bal Secr. de Esmeralda Un bal de esmeralda cerrado que slo puede ser abierto con una llave especial. Se dice que el contenido del bal es tan esplndido como su aspecto exterior. +50134 Bal Secreto de Zafiro Un bal de zafiro cerrado que slo puede ser abierto con una llave especial. Se dice que el contenido del bal es tan esplndido como su aspecto exterior. +50135 Bal Secreto de Amatista Un bal de amatista cerrado que slo puede ser abierto con una llave especial. Se dice que el contenido del bal es tan esplndido como su aspecto exterior. +50136 Bal Secreto de Topacio Un bal de topacio cerrado que slo puede ser abierto con una llave especial. Se dice que el contenido del bal es tan esplndido como su aspecto exterior. +50137 Bal Secreto de Citrina Un bal de citrina cerrado que slo puede ser abierto con una llave especial. Se dice que el contenido del bal es tan esplndido como su aspecto exterior. +50150 Llave de Rub Con esta preciosa llave se puede abrir un bal de rub cerrado. Qu habr dentro del bal? +50151 Llave de Esmeralda Con esta preciosa llave se puede abrir un bal de esmeralda cerrado. Qu habr dentro del bal? +50152 Llave de Zafiro Con esta preciosa llave se puede abrir un bal de zafiro cerrado. Qu habr dentro del bal? +50153 Llave de Amatista Con esta preciosa llave se puede abrir un bal de amatista cerrado. Qu habr dentro del bal? +50154 Llave de Topacio Con esta preciosa llave se puede abrir un bal de topacio cerrado. Qu habr dentro del bal? +50155 Llave de Citrina Con esta preciosa llave se puede abrir un bal de citrina cerrado. Qu habr dentro del bal? +50156 Llave de Diamante Una llave elaborada con suma precisin que brilla con todos los colores del arco iris. Con esta llave se puede abrir fcilmente cualquier bal. +50160 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50161 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50162 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50163 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50164 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50165 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50166 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50167 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50168 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50169 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50170 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50171 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50172 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50173 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50174 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50175 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50176 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50177 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50178 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50179 Huevo de Pascua Un Huevo de Pascua pintado con colores vivos. +50180 Cesta Vaca Una cesta vaca en la cual podrs poner tus huevos de Pascua. +50181 Cesta con Hue. de Pascua Una cesta llena de huevos de Pascua. +50182 Bal bendito Un bal bendito con un contenido desconocido. +50183 Dulces Estos dulces tienen un efecto especial: velocidad de movimiento +10%, dao +5%, experiencia +10%. Los efectos duran 30 minutos. +50184 +50185 +50186 Cofre de Azrael Este cofre permanece cerrado por la fuerza de los poderes demonacos. Debe de ocultar valiosos tesoros. +50187 Bal de Aprendiz I Tu regalo de bienvenida contiene todo el equipamiento que necesitas para iniciar tu aventura con buen pie. +50188 Bal de Aprendiz II Este bal slo se puede abrir cuando hayas alcanzado el nivel 10. +50189 Bal de Aprendiz III Este bal slo se puede abrir cuando hayas alcanzado el nivel 20. +50190 Bal de Experto I Este bal slo se puede abrir cuando hayas alcanzado el nivel 30. +50191 Bal de Experto II Este bal slo se puede abrir cuando hayas alcanzado el nivel 40. +50192 Bal de Experto III Este bal slo se puede abrir cuando hayas alcanzado el nivel 50. +50193 Bal de Maestro I Este bal slo se puede abrir cuando hayas alcanzado el nivel 60. +50194 Bal de Maestro II Este bal slo se puede abrir cuando hayas alcanzado el nivel 70. +50195 Bal de Maestro III Este bal slo se puede abrir cuando hayas alcanzado el nivel 80. +50196 Bal de Gran Maestro Este bal slo se puede abrir cuando hayas alcanzado el nivel 90. +50197 +50198 +50199 +50200 Paquete Te permite abrir una tienda privada. +50212 Bal de Aprendiz I Tu regalo de bienvenida contiene todo el equipamiento que necesitas para iniciar tu aventura con buen pie. +50213 Bal de Aprendiz I Tu regalo de bienvenida contiene todo el equipamiento que necesitas para iniciar tu aventura con buen pie. +50215 Cofre de Halloween Un cofre marcado con una calabaza en el lateral. Su tapa se abre con un chirrido que parece una risilla malvada. +50216 Vino Caliente Una bebida caliente hecha con vino y especias que te proporcionar +10% de velocidad, +5% de daos y +10% de experiencia durante 30 minutos. +50249 Bal del Triunfo El Bal contiene un objeto aleatorio como recompensa para todos los olmpicos. +50252 Cor Draconis El corazn cristalino del dragn alberga su alma: la Piedra dragn. +50253 +50254 Bal de la Oscuridad Este pesado bal guarda las valiosas riquezas de la Nacin Oscura, que se crean perdidas. +50255 Cor Draconis (en bruto) El corazn cristalino del dragn alberga su alma: la Piedra dragn. +50256 Cor Draconis (afilado) El corazn cristalino del dragn alberga su alma: la Piedra dragn. +50257 Cor Draconis (raro) El corazn cristalino del dragn alberga su alma: la Piedra dragn. +50258 Cor Draconis (antiguo) El corazn cristalino del dragn alberga su alma: la Piedra dragn. +50259 Cor Draconis (legend.) El corazn cristalino del dragn alberga su alma: la Piedra dragn. +50260 Cor Draconis (en bruto) El corazn cristalino del dragn alberga su alma: la Piedra dragn. +50263 Pergamino de unin Con este contrato unes el objeto de tu eleccin al alma de tu personaje. Mientras el contrato est en vigor, no podrs comerciar con el objeto, dejarlo caer ni encantarlo. +50264 Pergamino de separacin Disuelve la unin entre un objeto y tu alma. +50265 Baln de oro La pelota es redonda y dorada. +50300 Manual de Habilidad Incrementa el Nivel Maestro de Habilidad +50301 Arte de Guerra Sun Zi Uno de los tres libros de estrategia de guerra - mejora las habilidades de liderazgo de su propietario. El libro desaparece despus de ser leido. +50302 Arte de Guerra Wu zi Uno de los tres libros de estrategia de guerra - mejora las habilidades de liderazgo de su propietario. El libro desaparece despus de ser leido. +50303 Arte Guerra WeiLiao Zi Uno de los tres libros de estrategia de guerra - mejora las habilidades de liderazgo de su propietario. El libro desaparece despus de ser leido. +50304 Maestra Combo Un libro de tcticas que se utiliza para entrenar Combos. El libro desaparece tras su lectura. +50305 Dcum. del Maestro Combo Un libro de tcticas que se utiliza para entrenar Combos avanzados. El libro desaparece tras su lectura. +50306 Arte del Combo Un libro de tcticas maestras que se utiliza para entrenar Combos. El libro desaparece tras su lectura. +50307 Libro de Misin(Fcil) Contiene una misin fcil que ser recompensada tras ser completada con xito. +50308 Libro de Misin(Normal) Contiene una misin normal, que ser recompensada tras ser completada con xito. +50309 Libro de Misin(Difcil) Contiene una misin difcil, que ser recompensada tras ser completada con xito. +50310 Libro de Misin(Experto) Contiene una misin experta, que ser recompensada tras ser completada con xito. +50311 Lingstica Shinsoo Este libro de texto, hecho de papel fino atado, te permite entender el lenguaje Shinsoo, tan pronto como hayas alcanzado el nivel maestro. +50312 Lingstica Chunjo Este libro de texto, hecho de papel fino atado, te permite entender el lenguaje Chunjo, tan pronto como hayas alcanzado el nivel maestro. +50313 Lingstica Jinno Este libro de texto, hecho de papel fino atado, te permite entender el lenguaje Jinno, tan pronto como hayas alcanzado el nivel maestro. +50314 Libro Polimorfo El estudio de este libro incrementa la habilidades de transformacin. El libro desaparece tras su lectura. +50315 Libro Polimorfo Avanzado El estudio exitoso de este libro aumenta tus habilidades de transformacin. Desaparece despus de haberlo ledo. +50316 Libro Maestro Polimorfo La lectura exitosa de este libro te permite incrementar tus habilidades de transformacin. Desaparece despus de leerlo. +50401 Manual Corte Tres Maner. La lectura de este libro permite dominar la habilidad Corte de Tres Maneras. El libro desaparece tras su lectura. +50402 Manual Giro de Espada La lectura de este libro permite dominar la habilidad Giro de Espada. El libro desaparece tras su lectura. +50403 Manual Berserk La lectura de este libro permite dominar la habilidad Berserk. El libro desaparece tras su lectura. +50404 Manual Aura de Espada La lectura de este libro permite dominar la habilidad Aura de Espada. El libro desaparece tras su lectura. +50405 Manual Rociada La lectura de este libro permite dominar la habilidad Rociada. El libro desaparece tras su lectura. +50406 Libro del deseo de vivir La lectura de este libro posibilita dominar el Deseo de vivir. El libro desaparece despus de ser ledo. +50416 Manual Pulso Espiritual La lectura de este libro permite dominar la habilidad Pulso Espiritual. El libro desaparece tras su lectura. +50417 Manual Golpe La lectura de este libro permite dominar la habilidad Golpe. El libro desaparece tras su lectura. +50418 Manual Tocn La lectura de este libro permite dominar la habilidad Tocn. El libro desaparece tras su lectura. +50419 Manual Cuerpo Fuerte La lectura de este libro permite dominar la habilidad Cuerpo Fuerte. El libro desaparece tras su lectura. +50420 Manual Golpe de Espada La lectura de este libro permite dominar la habilidad Golpe de Espada. El libro desaparece tras su lectura. +50421 Libro crculo de espada La lectura de este libro posibilita dominar el Crculo de espada. El libro desaparece despus de ser ledo. +50431 Manual Emboscada La lectura de este libro permite dominar la habilidad Emboscada. El libro desaparece tras su lectura. +50432 Manual Ataque Rpido La lectura de este libro permite dominar la habilidad Ataque Rpido. El libro desaparece tras su lectura. +50433 Manual Daga Rodante La lectura de este libro permite dominar la habilidad Daga Rodante. El libro desaparece tras su lectura. +50434 Manual Camuflaje La lectura de este libro permite dominar la habilidad Camuflaje. El libro desaparece tras su lectura. +50435 Manual Nube Txica La lectura de este libro permite dominar la habilidad Nube Txica. El libro desaparece tras su lectura. +50436 Libro del veneno lento La lectura de este libro posibilita dominar el Veneno lento. El libro desaparece despus de ser ledo. +50446 Manual Disparo Repetido La lectura de este libro permite dominar la habilidad Disparo Repetido. El libro desaparece tras su lectura. +50447 Manual Lluvia de Flechas La lectura de este libro permite dominar la habilidad Lluvia de Flechas. El libro desaparece tras su lectura. +50448 Manual Flecha de Fuego La lectura de este libro permite dominar la habilidad Flecha de Fuego. El libro desaparece tras su lectura. +50449 Manual Camino Pluma La lectura de este libro permite dominar la habilidad Camino Pluma. El libro desaparece tras su lectura. +50450 Manual Flecha Venenosa La lectura de este libro permite dominar la habilidad Flecha Venenosa. El libro desaparece tras su lectura. +50451 Libro del golpe lumnico La lectura de este libro posibilita dominar el Golpe lumnico. El libro desaparece despus de ser ledo. +50461 Manual Golpe de Dedo La lectura de este libro permite dominar la habilidad Golpe de Dedo. El libro desaparece tras su lectura. +50462 Manual Remolino Dragn La lectura de este libro permite dominar la habilidad Remolino Dragn. El libro desaparece tras su lectura. +50463 Manual Hoja Encantada La lectura de este libro permite dominar la habilidad Hoja Encantada. El libro desaparece tras su lectura. +50464 Manual Miedo La lectura de este libro permite dominar la habilidad Miedo. El libro desaparece tras su lectura. +50465 Manual Armad. Encantada La lectura de este libro permite dominar la habilidad Armadura Encantada. El libro desaparece tras su lectura. +50466 Manual Disipar La lectura de este libro permite dominar la habilidad Disipar. El libro desaparece tras su lectura. +50476 Manual Golpe Oscuro La lectura de este libro permite dominar la habilidad Golpe Oscuro. El libro desaparece tras su lectura. +50477 Manual Golpe de Llama La lectura de este libro permite dominar la habilidad Golpe de Llama. El libro desaparece tras su lectura. +50478 Manual Esp. de la Llama La lectura de este libro permite dominar la habilidad Espritu de la Llama. El libro desaparece tras su lectura. +50479 Manual Proteccin Oscura La lectura de este libro permite dominar la habilidad Proteccin Oscura. El libro desaparece tras su lectura. +50480 Manual Golpe Espiritual La lectura de este libro permite dominar la habilidad Golpe Espiritual. El libro desaparece tras su lectura. +50481 Manual Orbe Oscuro La lectura de este libro permite dominar la habilidad Orbe Oscuro. El libro desaparece tras su lectura. +50491 Manual Talismn Volador La lectura de este libro permite dominar la habilidad Talismn volador. El libro desaparece tras su lectura. +50492 Manual Disparo de Dragn La lectura de este libro permite dominar la habilidad Disparo de Dragn. El libro desaparece tras su lectura. +50493 Manual Rugido del Dragn La lectura de este libro permite dominar la habilidad Rugido del Dragn. El libro desaparece tras su lectura. +50494 Manual Bendicin La lectura de este libro permite dominar la habilidad Bendicin. El libro desaparece tras su lectura. +50495 Manual Reflectar La lectura de este libro permite dominar la habilidad Reflectar. El libro desaparece tras su lectura. +50496 Manual Ayuda del Dragn La lectura de este libro permite dominar la habilidad Ayuda del Dragn. El libro desaparece tras su lectura. +50506 Manual Tiro Relmpago La lectura de este libro permite dominar la habilidad Tiro Relmpago. El libro desaparece tras su lectura. +50507 Manual Llam. del Relmp. La lectura de este libro permite dominar la habilidad Llamada del Relmpago. El libro desaparece tras su lectura. +50508 Manual Garra Relmpago La lectura de este libro permite dominar la habilidad Garra del Relmpago. El libro desaparece tras su lectura. +50509 Manual Curacin La lectura de este libro permite dominar la habilidad Curacin. El libro desaparece tras su lectura. +50510 Manual Remolinos La lectura de este libro permite dominar la habilidad de velocidad. El libro desaparece tras su lectura. +50511 Manual Ataque La lectura de este libro permite dominar la habilidad Ataque. El libro desaparece tras su lectura. +50512 Piedra Arco Iris La piedra que abre los ojos espirituales y revela todas las habilidades. +50513 Piedra Alma La piedra legendaria usada para mejorar tus habilidades GranMaster. Desaparece despus de su uso. +50530 Libro de desgarrar La lectura de este libro posibilita dominar Desgarrar. El libro desaparece despus de ser ledo. +50531 Libro de aliento de lobo La lectura de este libro posibilita dominar el Aliento del lobo. El libro desaparece despus de ser ledo. +50532 Libro de salto lobuno La lectura de este libro posibilita dominar el Salto lobuno. El libro desaparece despus de ser ledo. +50533 Libro de zarpa lobuna La lectura de este libro posibilita dominar la Zarpa lobuna. El libro desaparece despus de ser ledo. +50534 Lib. alma lob. escarlata La lectura de este libro posibilita dominar el Alma lobuna escarlata. El libro desaparece despus de ser ledo. +50535 Libro alma lob. ndigo La lectura de este libro posibilita dominar el el Alma lobuna ndigo. El libro desaparece despus de ser ledo. +50600 Guia de Minera Se usa para incrementar el nivel de minera. El libro desaparece tras su lectura. +50601 Piedra Diamante Se puede refinar a un diamante usando el horno de diamantes del gremio. +50602 Piedra mbar Se puede refinar a un mbar usando el horno de mbar del gremio. +50603 Tronco Fsil Se puede refinar a madera fsil usando el horno de madera fsil del gremio. +50604 Mineral Cobre Se puede refinar a cobre usando el horno de cobre del gremio +50605 Mineral Plata Se puede refinar a plata usando el horno de plata del gremio +50606 Mineral Oro Se puede refinar a oro usando el horno de oro del gremio +50607 Mineral Jade Se puede refinar a jade usando el horno de jade del gremio +50608 Mineral bano Se puede refinar a bano usando el horno de bano del gremio +50609 Pieza de Perla Se puede refinar a una perla usando el horno de perlas del gremio +50610 Mineral Oro Blanco Se puede refinar a oro blanco usando el horno de oro blanco del gremio +50611 Mineral Cristal Se puede refinar a cristal usando el horno de cristal del gremio. +50612 Mineral de Amatista Se puede refinar a una amatista usando el horno de amatista del gremio. +50613 Mineral Lgrima de Cielo Se puede refinar a una lgrima de cielo usando el horno de lgrima de cielo del gremio. +50614 Mena de Cristal del Alma Puedes utilizar el horno del gremio para extraer un Cristal del Alma de este mineral. +50615 Mena de Rub Puedes utilizar el horno del gremio para extraer un Rub de este mineral. +50616 Mena de Granate Puedes utilizar el horno del gremio para extraer un Granate de este mineral. +50617 Mena de Esmeralda Puedes utilizar el horno del gremio para extraer una Esmeralda de este mineral. +50618 Mena de Zafiro Puedes utilizar el horno del gremio para extraer un Zafiro de este mineral. +50619 Mineral de turmalina Puedes utilizar el horno del gremio para extraer una Turmalina de este mineral. +50621 Diamante La gema ms fuerte y notoria que puede engarzarse en accesorios y joyera. +50622 mbar Una gema clara hecha de resina fosilizada, que brilla en tonos miel o dorados. +50623 Madera Fsil Una madera valiosa que puede aadirse en accesorios de madera. +50624 Cobre Usado a menudo para hacer monedas y bronce. Puede ser aadido en accesorios de cobre. +50625 Plata Metal brillante usado para hacer joyera. Puede ser aadido en accesorios de plata. +50626 Oro Metal dorado usado para hacer joyera. Puede ser aadido en accesorios de oro. +50627 Jade Un mineral valioso que ha sido usado durante unos 5000 aos. Puede ser aadido en accesorios y joyera. +50628 bano La madera ms fuerte y ligera de todas. Puede ser aadido en accesorios y joyera. +50629 Perla Usada para hacer joyera. Puede ser aadido en accesorios y joyera. +50630 Oro Blanco Una dura y blanca aleacin de oro que se usa a menudo para joyera. +50631 Cristal Una piedra dura hecha de cuarzo cristalino que puede ser encontrada con diferentes colores. Usada a menudo para joyera. +50632 Amatista Un cuarzo popular que puede ser encontrado en diferentes tonalidades de prpura. Es a menudo usado para hacer joyera. +50633 Lgrima de Cielo Lluvia cristalizada del cielo. Puede ser usado para hacer joyera. +50634 Cristal del alma Un cristal puro como la propia alma. Puede utilizarse para fabricar joyas. +50635 Rub Piedra preciosa roja con un filo excepcional. Puede trabajarse para fabricar una valiosa joya. +50636 Granate Piedra preciosa naranja con un filo excepcional. Puede trabajarse para fabricar una valiosa joya. +50637 Esmeralda Piedra preciosa verde con un filo excepcional. Puede trabajarse para fabricar una valiosa joya. +50638 Zafiro Piedra preciosa azul con un filo excepcional. Puede trabajarse para fabricar una valiosa joya. +50639 Turmalina Esta piedra preciosa reluce en todos los colores del arcoiris. Puede utilizarse para fabricar joyas. +50701 Flor Melocotn Antiguamente las flores melocotn se usaban para hacer cremas faciales especiales. Investigacin +50702 Campnula Esta flor es muy conocida por su propiedad curativa contra el resfriado y la tos. Investigacin +50703 Flor Kaki El mito dice que las mujeres que la ponen alrededor de su cuello consiguen a un hijo. Investigacin +50704 Raz Gango La Raz-Gango fortalece el sistema inmune y la energa que resiste en el cuerpo Investigacin +50705 Lila Aumenta la concentracin y las habilidades de la memoria. Investigacin +50706 El Fungicida Esta extraa seta se utiliza como medicina curativa y ayuda contra insomnio Investigacin +50707 Rosa Alpina Esta planta fortalece el sistema nervioso Investigacin +50708 Mulberry La mora da fuerza y reanima. Investigacin +50709 Diente len El diente de len ayuda la garganta dolorida y el buen gusto. Investigacin +50710 Thistle Esta planta fortalece los huesos. Investigacin +50711 Fecha Estas frutas tienen muy buen sabor y despiertan espritu animal en el cuerpo. Investigacin +50712 Planta Sam-Zi Planta rara que funciona como restaurador si est bien preparada. Investigacin +50721 Flor Melocotn Antiguamente se usaban flores del melocotonero para fabricar crema hidratante. Creacin de pociones +50722 Campnula Esta flor, muy extendida, surte un gran efecto contra la tos y el resfriado. Creacin de pociones +50723 Flor Kaki La sabidura popular asegura que las mujeres que se adornan con flores del kaki pronto alumbrarn un hijo. Creacin de pociones +50724 Raz Gango Esta raz fortalece el sistema inmunolgico y, con l, la resistencia del cuerpo. Creacin de pociones +50725 Lila Esta planta aumenta la capacidad de concentracin y la memoria. Creacin de pociones +50726 Fungicida Esta seta se utiliza en contadas ocasiones en la medicina curativa. Se dice que ayuda contra el insomnio. Creacin de pociones +50727 Rosa Alpina Las refulgentes inflorescencias de esta planta refuerzan el sistema inmunolgico. Creacin de pociones +50728 Mulberry El fruto de este rbol veraniego tienen un potente efecto fortalecedor y estimulante. Creacin de pociones +50729 Diente Len Antao se usaban estas sabrosas plantas para tratar enfermedades de la vista. Ahora se utilizan contra el dolor de garganta. Creacin de pociones +50730 Thistle Esta planta espinosa fortalece los huesos. Creacin de pociones +50731 Fecha El aromtico fruto de la palma es un alimento fundamental en muchas regiones. Creacin de pociones +50732 Planta Sam-Zi Si se prepara con pericia, de esta planta se puede extraer una pocin fortalecedora. Creacin de pociones +50801 Jugo Flor Melocotn Este zumo se hace con Flor Melocotn. Te sana +50802 Jugo Harebell Esta pocin hecha de campnulas incrementa tu fuerza en 5 puntos durante 3 minutos. +50803 Jugo Flor Kaki Zumo hecho de flores Kaki. Aumenta la habilidad de concentracin. +50804 Jugo Raz Gango Este zumo esta hecho de Races-Gango. Cura heridas pequeas. +50805 Jugo Lila Este zumo est hecho de lilas +50806 Resina Fungicida Es una resina hecha con Setas-Tue +50807 Jugo Rosa Alpina Zumo hecho de Rosas Alpinas. +50808 Jugo Mulberry Este zumo est hecho de moras +50809 Jugo Diente Len Zumo hecho de dientes de len +50810 Jugo Thistle Este zumo est hecho de cardos. +50811 Resumen fecha Este zumo est hecho de dtiles. +50812 Jugo Planta Sam-Zi Zumo hecho con plantas Sam-Zi +50813 Agua Sim Una pocin hecha de Zumo de Flor Melocotn y Lila, que aumenta tu posibilidad de asestar un golpe de penetracin en un 10% durante 3 minutos. +50814 Agua Dok Una pocin hecha de Jugo Harebell y Lila, que aumenta tu posibilidad de asestar un golpe crtico en un 10% durante 3 minutos. +50815 Agua Bo Pocin hecha con zumo Flor Kaki + Seta-Tue. Incrementa inteligencia +50816 Agua Joven Pocin hecha con Raz-Gango + Seta-tue. Aumenta destreza +50817 Agua Zin Una pocin hecha de Agua Sim y Rosas Alpinas, que aumenta tu valor de ataque en 50 puntos durante 3 minutos. +50818 Agua SamBO Una pocin hecha de Agua Dok y Rosas Alpinas, que aumenta tu defensa en 70 puntos durante 3 minutos. +50819 Agua Mong Una pocin hecha de Agua Bo y Moras, que aumenta tu defensa mgica en un 10% durante 3 minutos. +50820 Agua Hwal Una pocin hecha de Agua Joven y Moras, que aumenta tu velocidad de ataque en 3 puntos durante 3 minutos. +50901 Botella Vaca Necesaria para preparar pociones +50902 Receta para Princip. Una tarea fcil que tambin puede hacerse por novatos. +50903 Receta Una tarea que necesita un poco de prctica. +50904 Receta para Prof. Una tarea que slo puede ser correctamente hecha por expertos. +50905 Receta para Agua Sim Describe la creacin exacta del agua de Jugo de Flor Melocoton y Lila. +50906 Receta para Agua Dok Describe la creacin exacta del agua de Jugo Harebell y Lila. +50907 Receta para Agua Bo Describe la creacin exacta del agua de Jugo de Flor Kaki y Fungicida. +50908 Receta Para Agua Joven Describe la creacin exacta del agua de Jugo de Raz Gango y Fungicida. +50909 Receta para Agua Zin Describe la creacin exacta del agua de Jugo de Flor Melocotn, Lila y Rosa Alpina. +50910 Receta para Agua Hwal Describe la cracin exacta del agua de Jugo Raz Gango, Fungicida y Mulberry. +51001 Fragmento de energa Fragmento de un Cristal de Energa. Con 30 fragmentos puedes crear un Cristal completo. +51002 Cristal de Energa Este Cristal aumenta tus bonos durante dos horas. +51501 Cor Draconis (en bruto) El cristalino corazn de dragn contiene una Piedra dragn aleatoria de la clase "en bruto". +51502 Cor Draconis (en bruto) El cristalino corazn de dragn contiene una Piedra dragn aleatoria de la clase "en bruto". +51503 Cor Draconis (normal) Corazn cristalino de dragn. Rango: normal. Contiene una Piedra dragn mate de la clase "en bruto" a "afilado". +51504 Cor Draconis (noble) Corazn cristalino de dragn. Rango: noble. Contiene una Piedra dragn mate de la clase "en bruto" a "raro". +51505 Cor Draconis (precioso) Corazn cristalino de dragn. Rango: precioso. Contiene una Piedra dragn mate de la clase "en bruto" a "precioso". +51506 Cor Draconis (mtico) Corazn cristalino de dragn. Rango: mtico. Contiene una Piedra dragn mate de la clase "afilado" a "legendario". +51507 Cor Draconis (afilado) El cristalino corazn de dragn contiene una Piedra dragn aleatoria de la clase "afilado". +51508 Cor Draconis (raro) El cristalino corazn de dragn contiene una Piedra dragn aleatoria de la clase "raro". +51509 Cor Draconis (antiguo) El cristalino corazn de dragn contiene una Piedra dragn aleatoria de la clase "antiguo". +51510 Cor Draconis (legendario) El cristalino corazn de dragn contiene una Piedra dragn aleatoria de la clase "legendario". +51511 Cor Diamas Cor Draconis blanco. Contiene un Diamante de dragn aleatorio. +51512 Cor Rubinum Cor Draconis rojo. Contiene un Rub de dragn aleatorio. +51513 Cor Jadeit Cor Draconis verde. Contiene un Jade de dragn aleatorio. +51514 Cor Saphirum Cor Draconis azul. Contiene un Zafiro de dragn aleatorio. +51515 Cor Granatum Cor Draconis naranja. Contiene un Granate de dragn aleatorio. +51516 Cor Atrum Cor Draconis negro. Contiene un nice de dragn aleatorio. +51517 Cor Diamas (normal) Cor Draconis blanco. Rango: normal. Contiene un Diamante de dragn mate de la clase "en bruto" a "afiilado". +51518 Cor Rubinum (normal) Cor Draconis rojo. Rango: normal. Contiene un Rub de dragn mate de la clase "en bruto" a "afiilado". +51519 Cor Jadeit (normal) Cor Draconis verde. Rango: normal. Contiene un Jade de dragn mate de la clase "en bruto" a "afiilado". +51520 Cor Saphirum (normal) Cor Draconis azul. Rango: normal. Contiene un Zafiro de dragn mate de la clase "en bruto" a "afiilado". +51521 Cor Granatum (normal) Cor Draconis naranja. Rango: normal. Contiene un Granate de dragn mate de la clase "en bruto" a "afiilado". +51522 Cor Atrum (normal) Cor Draconis negro. Rango: normal. Contiene un nice de dragn mate de la clase "en bruto" a "afiilado". +51523 Cor Diamas (noble) Cor Draconis blanco. Rango: noble. Contiene un Diamante de dragn mate de la clase "en bruto" a "raro". +51524 Cor Rubinum (noble) Cor Draconis rojo. Rango: noble. Contiene un Rub de dragn mate de la clase "en bruto" a "raro". +51525 Cor Jadeit (noble) Cor Draconis verde. Rango: noble. Contiene un Jade de dragn mate de la clase "en bruto" a "raro". +51526 Cor Saphirum (noble) Cor Draconis azul. Rango: noble. Contiene un Zafiro de dragn mate de la clase "en bruto" a "raro". +51527 Cor Granatum (noble) Cor Draconis naranja. Rango: noble. Contiene un Granate de dragn mate de la clase "en bruto" a "raro". +51528 Cor Atrum (noble) Cor Draconis negro. Rango: noble. Contiene un nice de dragn mate de la clase "en bruto" a "raro". +51529 Cor Diamas (precioso) Cor Draconis blanco. Rango: precioso. Contiene un Diamante de dragn mate de la clase "en bruto" a "antiguo". +51530 Cor Rubinum (precioso) Cor Draconis rojo. Rango: precioso. Contiene un Rub de dragn mate de la clase "en bruto" a "antiguo". +51531 Cor Jadeit (precioso) Cor Draconis verde. Rango: precioso. Contiene un Jade de dragn mate de la clase "en bruto" a "antiguo". +51532 Cor Saphirum (precioso) Cor Draconis azul. Rango: precioso. Contiene un Zafiro de dragn mate de la clase "en bruto" a "antiguo". +51533 Cor Granatum (precioso) Cor Draconis naranja. Rango: precioso. Contiene un Granate de dragn mate de la clase "en bruto" a "antiguo". +51534 Cor Atrum (precioso) Cor Draconis negro. Rango: precioso. Contiene un nice de dragn mate de la clase "en bruto" a "antiguo". +51535 Cor Diamas (impoluto) Cor Draconis blanco. Rango: impoluto. Contiene un Diamante de dragn mate de la clase "en bruto" a "legendario". +51536 Cor Rubinum (impoluto) Cor Draconis rojo. Rango: impoluto. Contiene un Rub de dragn mate de la clase "en bruto" a "legendario". +51537 Cor Jadeit (impoluto) Cor Draconis verde. Rango: impoluto. Contiene un Jade de dragn mate de la clase "en bruto" a "legendario". +51538 Cor Saphirum (impoluto) Cor Draconis azul. Rango: impoluto. Contiene un Zafiro de dragn mate de la clase "en bruto" a "legendario". +51539 Cor Granatum (impoluto) Cor Draconis naranja. Rango: impoluto. Contiene un Granate de dragn mate de la clase "en bruto" a "legendario". +51540 Cor Atrum (impoluto) Cor Draconis negro. Rango: impoluto. Contiene un nice de dragn mate de la clase "en bruto" a "legendario". +51541 Cor Draconis (brillante) Corazn cristalino de dragn. Rango: brillante. Contiene una Piedra dragn mate de la clase "afilado" a "raro". +51542 Cor Diamas (brillante) Cor Draconis blanco. Rango: brillante. Contiene un Diamante de dragn mate de la clase "afilado" a "raro". +51543 Cor Rubinum (brillante) Cor Draconis rojo. Rango: brillante. Contiene un Rub de dragn mate de la clase "afilado" a "raro". +51544 Cor Jadeit (brillante) Cor Draconis verde. Rango: brillante. Contiene un Jade de dragn mate de la clase "afilado" a "raro". +51545 Cor Saphirum (brillante) Cor Draconis azul. Rango: brillante. Contiene un Zafiro de dragn mate de la clase "afilado" a "raro". +51546 Cor Granatum (brillante) Cor Draconis naranja. Rango: brillante. Contiene un Granate de dragn mate de la clase "afilado" a "raro". +51547 Cor Atrum (brillante) Cor Draconis negro. Rango: brillante. Contiene un nice de dragn mate de la clase "afilado" a "raro". +51548 Cor Draconis (impoluto) Corazn cristalino de dragn. Rango: impoluto. Contiene una Piedra dragn mate de la clase "en bruto" a "legendario". +51549 Cor Draconis (eterno) Corazn cristalino de dragn. Rango: eterno. Contiene una Piedra dragn mate de la clase "afilado" a "antiguo". +51550 Cor Diamas (eterno) Cor Draconis blanco. Rango: eterno. Contiene un Diamante de dragn mate de la clase "afilado" a "antiguo". +51551 Cor Rubinum (eterno) Cor Draconis rojo. Rango: eterno. Contiene un Rub de dragn mate de la clase "afilado" a "antiguo". +51552 Cor Jadeit (eterno) Cor Draconis verde. Rango: eterno. Contiene un Jade de dragn mate de la clase "afilado" a "antiguo". +51553 Cor Saphirum (eterno) Cor Draconis azul. Rango: eterno. Contiene un Zafiro de dragn mate de la clase "afilado" a "antiguo". +51554 Cor Granatum (eterno) Cor Draconis naranja. Rango: eterno. Contiene un Granate de dragn mate de la clase "afilado" a "antiguo". +51555 Cor Atrum (eterno) Cor Draconis negro. Rango: eterno. Contiene un nice de dragn mate de la clase "afilado" a "antiguo". +51556 Cor Diamas (mtico) Cor Draconis blanco. Rango: mtico. Contiene un Diamante de dragn mate de la clase "afilado" a "legendario". +51557 Cor Rubinum (mtico) Cor Draconis rojo. Rango: mtico. Contiene un Rub de dragn mate de la clase "afilado" a "legendario". +51558 Cor Jadeit (mtico) Cor Draconis verde. Rango: mtico. Contiene un Jade de dragn mate de la clase "afilado" a "legendario". +51559 Cor Saphirum (mtico) Cor Draconis azul. Rango: mtico. Contiene un Zafiro de dragn mate de la clase "afilado" a "legendario". +51560 Cor Granatum (mtico) Cor Draconis naranja. Rango: mtico. Contiene un Granate de dragn mate de la clase "afilado" a "legendario". +51561 Cor Atrum (mtico) Cor Draconis negro. Rango: mtico. Contiene un nice de dragn mate de la clase "afilado" a "legendario". +51562 Cor Draconis (pico) Corazn cristalino de dragn. Rango: pico. Contiene una Piedra dragn mate de la clase "raro" a "antiguo". +51563 Cor Diamas (pico) Cor Draconis blanco. Rango: pico. Contiene un Diamante de dragn mate de la clase "raro" a "antiguo". +51564 Cor Rubinum (pico) Cor Draconis rojo. Rango: pico. Contiene un Rub de dragn mate de la clase "raro" a "antiguo". +51565 Cor Jadeit (pico) Cor Draconis verde. Rango: pico. Contiene un Jade de dragn mate de la clase "raro" a "antiguo". +51566 Cor Saphirum (pico) Cor Draconis azul. Rango: pico. Contiene un Zafiro de dragn mate de la clase "raro" a "antiguo". +51567 Cor Granatum (pico) Cor Draconis naranja. Rango: pico. Contiene un Granate de dragn mate de la clase "raro" a "antiguo". +51568 Cor Atrum (pico) Cor Draconis negro. Rango: pico. Contiene un nice de dragn mate de la clase "raro" a "antiguo". +51569 Cor Draconis (divino) Corazn cristalino de dragn. Rango: divino. Contiene una Piedra dragn mate de la clase "raro" a "legendario". +51570 Cor Diamas (divino) Cor Draconis blanco. Rango: divino. Contiene un nice de dragn mate de la clase "raro" a "legendario". +51571 Cor Rubinum (divino) Cor Draconis rojo. Rango: divino. Contiene un Rub de dragn mate de la clase "raro" a "legendario". +51572 Cor Jadeit (divino) Cor Draconis verde. Rango: divino. Contiene un Jade de dragn mate de la clase "raro" a "legendario". +51573 Cor Saphirum (divino) Cor Draconis azul. Rango: divino. Contiene un Zafiro de dragn mate de la clase "raro" a "legendario". +51574 Cor Granatum (divino) Cor Draconis naranja. Rango: divino. Contiene un Granate de dragn mate de la clase "raro" a "legendario". +51575 Cor Atrum (divino) Cor Draconis negro. Rango: divino. Contiene un nice de dragn mate de la clase "raro" a "legendario". +51576 Cor Draconis+ (normal) Cor Draconis poderoso. Rango: normal. Contiene una Piedra de dragn de la clase "en bruto" a "afilado" con un grado de pureza aleatorio. +51577 Cor Diamas+ (normal) Cor Draconis poderoso. Rango: normal. Contiene un Diamante de dragn de la clase "en bruto" a "afilado" con un grado de pureza aleatorio. +51578 Cor Rubinum+ (normal) Cor Draconis poderoso. Rango: normal. Contiene un Rub de dragn de la clase "en bruto" a "afilado" con un grado de pureza aleatorio. +51579 Cor Jadeit+ (normal) Cor Draconis poderoso. Rango: normal. Contiene un Jade de dragn de la clase "en bruto" a "afilado" con un grado de pureza aleatorio. +51580 Cor Saphirum+ (normal) Cor Draconis poderoso. Rango: normal. Contiene un Zafiro de dragn de la clase "en bruto" a "afilado" con un grado de pureza aleatorio. +51581 Cor Granatum+ (normal) Cor Draconis poderoso. Rango: normal. Contiene un Granate de dragn de la clase "en bruto" a "afilado" con un grado de pureza aleatorio. +51582 Cor Atrum+ (normal) Cor Draconis poderoso. Rango: normal. Contiene un nice de dragn de la clase "en bruto" a "afilado" con un grado de pureza aleatorio. +51583 Cor Draconis+ (noble) Cor Draconis poderoso. Rango: noble. Contiene una Piedra de dragn de la clase "en bruto" a "raro" con un grado de pureza aleatorio. +51584 Cor Diamas+ (noble) Cor Draconis poderoso. Rango: noble. Contiene un Diamante de dragn de la clase "en bruto" a "raro" con un grado de pureza aleatorio. +51585 Cor Rubinum+ (noble) Cor Draconis poderoso. Rango: noble. Contiene un Rub de dragn de la clase "en bruto" a "raro" con un grado de pureza aleatorio. +51586 Cor Jadeit+ (noble) Cor Draconis poderoso. Rango: noble. Contiene un Jade de dragn de la clase "en bruto" a "raro" con un grado de pureza aleatorio. +51587 Cor Saphirum+ (noble) Cor Draconis poderoso. Rango: noble. Contiene un Zafiro de dragn de la clase "en bruto" a "raro" con un grado de pureza aleatorio. +51588 Cor Granatum+ (noble) Cor Draconis poderoso. Rango: noble. Contiene un Granate de dragn de la clase "en bruto" a "raro" con un grado de pureza aleatorio. +51589 Cor Atrum+ (noble) Cor Draconis poderoso. Rango: noble. Contiene un nice de dragn de la clase "en bruto" a "raro" con un grado de pureza aleatorio. +51590 Cor Draconis+ (precioso) Cor Draconis poderoso. Rango: precioso. Contiene una Piedra de dragn de la clase "en bruto" a "antiguo" con un grado de pureza aleatorio. +51591 Cor Diamas+ (precioso) Cor Draconis poderoso. Rango: precioso. Contiene un Diamante de dragn de la clase "en bruto" a "antiguo" con un grado de pureza aleatorio. +51592 Cor Rubinum+ (precioso) Cor Draconis poderoso. Rango: precioso. Contiene un Rub de dragn de la clase "en bruto" a "antiguo" con un grado de pureza aleatorio. +51593 Cor Jadeit+ (precioso) Cor Draconis poderoso. Rango: precioso. Contiene un Jade de dragn de la clase "en bruto" a "antiguo" con un grado de pureza aleatorio. +51594 Cor Saphirum+ (precioso) Cor Draconis poderoso. Rango: precioso. Contiene un Zafiro de dragn de la clase "en bruto" a "antiguo" con un grado de pureza aleatorio. +51595 Cor Granatum+ (precioso) Cor Draconis poderoso. Rango: precioso. Contiene un Granate de dragn de la clase "en bruto" a "antiguo" con un grado de pureza aleatorio. +51596 Cor Atrum+ (precioso) Cor Draconis poderoso. Rango: precioso. Contiene un nice de dragn de la clase "en bruto" a "antiguo" con un grado de pureza aleatorio. +51597 Cor Draconis+ (impoluto) Cor Draconis poderoso. Rango: impoluto. Contiene una Piedra de dragn de la clase "en bruto" a "legendario" con un grado de pureza aleatorio. +51598 Cor Diamas+ (impoluto) Cor Draconis poderoso. Rango: impoluto. Contiene un Diamante de dragn de la clase "en bruto" a "legendario" con un grado de pureza aleatorio. +51599 Cor Rubinum+ (impoluto) Cor Draconis poderoso. Rango: impoluto. Contiene un Rub de dragn de la clase "en bruto" a "legendario" con un grado de pureza aleatorio. +51600 Cor Jadeit+ (impoluto) Cor Draconis poderoso. Rango: impoluto. Contiene un Jade de dragn de la clase "en bruto" a "legendario" con un grado de pureza aleatorio. +51601 Cor Saphirum+ (impoluto) Cor Draconis poderoso. Rango: impoluto. Contiene un Zafiro de dragn de la clase "en bruto" a "legendario" con un grado de pureza aleatorio. +51602 Cor Granatum+ (impoluto) Cor Draconis poderoso. Rango: impoluto. Contiene un Granate de dragn de la clase "en bruto" a "legendario" con un grado de pureza aleatorio. +51603 Cor Atrum+ (impoluto) Cor Draconis poderoso. Rango: impoluto. Contiene un nice de dragn de la clase "en bruto" a "legendario" con un grado de pureza aleatorio. +51604 Cor Draconis+ (brillan.) Cor Draconis poderoso. Rango: brillante. Contiene una Piedra de dragn de la clase "afilado" a "raro" con un grado de pureza aleatorio. +51605 Cor Diamas+ (brillante) Cor Draconis poderoso. Rango: brillante. Contiene un Diamante de dragn de la clase "afilado" a "raro" con un grado de pureza aleatorio. +51606 Cor Rubinum+ (brillante) Cor Draconis poderoso. Rango: brillante. Contiene un Rub de dragn de la clase "afilado" a "raro" con un grado de pureza aleatorio. +51607 Cor Jadeit+ (brillante) Cor Draconis poderoso. Rango: brillante. Contiene un Jade de dragn de la clase "afilado" a "raro" con un grado de pureza aleatorio. +51608 Cor Saphirum+ (brillan.) Cor Draconis poderoso. Rango: brillante. Contiene un Zafiro de dragn de la clase "afilado" a "raro" con un grado de pureza aleatorio. +51609 Cor Granatum+ (brillan.) Cor Draconis poderoso. Rango: brillante. Contiene un Granate de dragn de la clase "afilado" a "raro" con un grado de pureza aleatorio. +51610 Cor Atrum+ (brillante) Cor Draconis poderoso. Rango: brillante. Contiene un nice de dragn de la clase "afilado" a "raro" con un grado de pureza aleatorio. +51611 Cor Draconis+ (eterno) Cor Draconis poderoso. Rango: eterno. Contiene una Piedra de dragn de la clase "afilado" a "antiguo" con un grado de pureza aleatorio. +51612 Cor Diamas+ (eterno) Cor Draconis poderoso. Rango: eterno. Contiene un Diamante de dragn de la clase "afilado" a "antiguo" con un grado de pureza aleatorio. +51613 Cor Rubinum+ (eterno) Cor Draconis poderoso. Rango: eterno. Contiene un Rub de dragn de la clase "afilado" a "antiguo" con un grado de pureza aleatorio. +51614 Cor Jadeit+ (eterno) Cor Draconis poderoso. Rango: eterno. Contiene un Jade de dragn de la clase "afilado" a "antiguo" con un grado de pureza aleatorio. +51615 Cor Saphirum+ (eterno) Cor Draconis poderoso. Rango: eterno. Contiene un Zafiro de dragn de la clase "afilado" a "antiguo" con un grado de pureza aleatorio. +51616 Cor Granatum+ (eterno) Cor Draconis poderoso. Rango: eterno. Contiene un Granate de dragn de la clase "afilado" a "antiguo" con un grado de pureza aleatorio. +51617 Cor Atrum+ (eterno) Cor Draconis poderoso. Rango: eterno. Contiene un nice de dragn de la clase "afilado" a "antiguo" con un grado de pureza aleatorio. +51618 Cor Draconis+ (mtico) Cor Draconis poderoso. Rango: mtico. Contiene una Piedra de dragn de la clase "afilado" a "legendario" con un grado de pureza aleatorio. +51619 Cor Diamas+ (mtico) Cor Draconis poderoso. Rango: mtico. Contiene un Diamante de dragn de la clase "afilado" a "legendario" con un grado de pureza aleatorio. +51620 Cor Rubinum+ (mtico) Cor Draconis poderoso. Rango: mtico. Contiene un Rub de dragn de la clase "afilado" a "legendario" con un grado de pureza aleatorio. +51621 Cor Jadeit+ (mtico) Cor Draconis poderoso. Rango: mtico. Contiene un Jade de dragn de la clase "afilado" a "legendario" con un grado de pureza aleatorio. +51622 Cor Saphirum+ (mtico) Cor Draconis poderoso. Rango: mtico. Contiene un Zafiro de dragn de la clase "afilado" a "legendario" con un grado de pureza aleatorio. +51623 Cor Granatum+ (mtico) Cor Draconis poderoso. Rango: mtico. Contiene un Granate de dragn de la clase "afilado" a "legendario" con un grado de pureza aleatorio. +51624 Cor Atrum+ (mtico) Cor Draconis poderoso. Rango: mtico. Contiene un nice de dragn de la clase "afilado" a "legendario" con un grado de pureza aleatorio. +51625 Cor Draconis+ (pico) Cor Draconis poderoso. Rango: pico. Contiene una Piedra de dragn de la clase "raro" a "antiguo" con un grado de pureza aleatorio. +51626 Cor Diamas+ (pico) Cor Draconis poderoso. Rango: pico. Contiene un Diamante de dragn de la clase "raro" a "antiguo" con un grado de pureza aleatorio. +51627 Cor Rubinum+ (pico) Cor Draconis poderoso. Rango: pico. Contiene un Rub de dragn de la clase "raro" a "antiguo" con un grado de pureza aleatorio. +51628 Cor Jadeit+ (pico) Cor Draconis poderoso. Rango: pico. Contiene un Jade de dragn de la clase "raro" a "antiguo" con un grado de pureza aleatorio. +51629 Cor Saphirum+ (pico) Cor Draconis poderoso. Rango: pico. Contiene un Zafiro de dragn de la clase "raro" a "antiguo" con un grado de pureza aleatorio. +51630 Cor Granatum+ (pico) Cor Draconis poderoso. Rango: pico. Contiene un Granate de dragn de la clase "raro" a "antiguo" con un grado de pureza aleatorio. +51631 Cor Atrum+ (pico) Cor Draconis poderoso. Rango: pico. Contiene un nice de dragn de la clase "raro" a "antiguo" con un grado de pureza aleatorio. +51632 Cor Draconis+ (divino) Cor Draconis poderoso. Rango: divino. Contiene una Piedra de dragn de la clase "raro" a "legendario" con un grado de pureza aleatorio. +51633 Cor Diamas+ (divino) Cor Draconis poderoso. Rango: divino. Contiene un Diamante de dragn de la clase "raro" a "legendario" con un grado de pureza aleatorio. +51634 Cor Rubinum+ (divino) Cor Draconis poderoso. Rango: divino. Contiene un Rub de dragn de la clase "raro" a "legendario" con un grado de pureza aleatorio. +51635 Cor Jadeit+ (divino) Cor Draconis poderoso. Rango: divino. Contiene un Jade de dragn de la clase "raro" a "legendario" con un grado de pureza aleatorio. +51636 Cor Saphirum+ (divino) Cor Draconis poderoso. Rango: divino. Contiene un Zafiro de dragn de la clase "raro" a "legendario" con un grado de pureza aleatorio. +51637 Cor Granatum+ (divino) Cor Draconis poderoso. Rango: divino. Contiene un Granate de dragn de la clase "raro" a "legendario" con un grado de pureza aleatorio. +51638 Cor Atrum+ (divino) Cor Draconis poderoso. Rango: divino. Contiene un nice de dragn de la clase "raro" a "legendario" con un grado de pureza aleatorio. +51639 Bal del dragn Este bal azur contiene once Cor Draconis normales. +51640 Bal del dragn+ Este bal azur contiene once Cor Draconis poderosos de rango "normal" as como una Alubia verde del dragn. +51641 Bal dragn+ (colorido) Este bal azur contiene un Cor Draconis poderoso de cada color de rango "normal" as como una Alubia verde del dragn. +51642 Bal dragn (colorido) Este bal azur contiene un Cor Draconis normal de cada color as como una Alubia verde del dragn. +51643 Bal noble del dragn Este bal azur contiene once Cor Draconis nobles. +51644 Bal noble del dragn+ Este bal azur contiene once Cor Draconis poderosos de rango "noble" as como una Alubia verde del dragn. +51645 Bal noble dragn+ (col.) Este bal azur contiene un Cor Draconis poderoso de cada color de rango "noble" as como una Alubia verde del dragn. +51646 Bal noble dragn (col.) Este bal azur contiene un Cor Draconis noble de cada color as como una Alubia verde del dragn. +52001 Jabal Joven (sello) El sello invoca a tu Jabal Joven. Tras su entrenamiento en combate le confiere a su jinete hasta un 5% de fuerza contra monstruos. +52002 Jabal Joven (sello) El sello invoca a tu Jabal Joven. Tras su entrenamiento en combate aumenta la experiencia reunida hasta en un 5%. +52003 Jabal Joven (sello) El sello invoca a tu Jabal Joven. Tras su entrenamiento en combate aumenta los HP de su jinete hasta en 500. +52004 Jabal Joven (sello) El sello invoca a tu Jabal Joven. Tras su entrenamiento en combate aumenta el valor de defensa de su jinete hasta en 150. +52005 Jabal Joven (sello) El sello invoca a tu Jabal Joven. Tras su entrenamiento en combate aumenta el valor de ataque de su jinete hasta en 100. +52006 Jabal Salvaje (sello) El sello invoca a tu Jabal Salvaje. Le confiere a su jinete un 3% ms de fuerza contra monstruos. +52007 Jabal Salvaje (sello) El sello invoca a tu Jabal Salvaje. Aumenta la experiencia reunida en un 3%. +52008 Jabal Salvaje (sello) El sello invoca a tu Jabal Salvaje. Aumenta los HP de su jinete en 250. +52009 Jabal Salvaje (sello) El sello invoca a tu Jabal Salvaje. Aumenta el valor de defensa de su jinete en 50. +52010 Jabal Salvaje (sello) El sello invoca a tu Jabal Salvaje. Aumenta el valor de ataque de su jinete en 30. +52011 Jabal Valeroso (sello) El sello invoca a tu Jabal Valeroso. Le confiere a su jinete un 5% ms de fuerza contra monstruos. +52012 Jabal Valeroso (sello) El sello invoca a tu Jabal Valeroso. Aumenta la experiencia reunida en un 5%. +52013 Jabal Valeroso (sello) El sello invoca a tu Jabal Valeroso. Aumenta los HP de su jinete en 500. +52014 Jabal Valeroso (sello) El sello invoca a tu Jabal Valeroso. Aumenta el valor de defensa de su jinete en 150. +52015 Jabal Valeroso (sello) El sello invoca a tu Jabal Valeroso. Aumenta el valor de ataque de su jinete en 100. +52016 Lobo Joven (sello) El sello invoca a tu Lobo Joven. Tras su entrenamiento en combate le confiere a su jinete hasta un 5% de fuerza contra monstruos. +52017 Lobo Joven (sello) El sello invoca a tu Lobo Joven. Tras su entrenamiento en combate aumenta la experiencia reunida hasta en un 5%. +52018 Lobo Joven (sello) El sello invoca a tu Lobo Joven. Tras su entrenamiento en combate aumenta los HP de su jinete hasta en 500. +52019 Lobo Joven (sello) El sello invoca a tu Lobo Joven. Tras su entrenamiento en combate aumenta el valor de defensa de su jinete hasta en 150. +52020 Lobo Joven (sello) El sello invoca a tu Lobo Joven. Tras su entrenamiento en combate aumenta el valor de ataque de su jinete hasta en 100. +52021 Lobo Salvaje (sello) El sello invoca a tu Lobo Salvaje. Le confiere a su jinete un 3% ms de fuerza contra monstruos. +52022 Lobo Salvaje (sello) El sello invoca a tu Lobo Salvaje. Aumenta la experiencia reunida en un 3%. +52023 Lobo Salvaje (sello) El sello invoca a tu Lobo Salvaje. Aumenta los HP de su jinete en 250. +52024 Lobo Salvaje (sello) El sello invoca a tu Lobo Salvaje. Aumenta el valor de defensa de su jinete en 50. +52025 Lobo Salvaje (sello) El sello invoca a tu Lobo Salvaje. Aumenta el valor de ataque de su jinete en 30. +52026 Lobo Valeroso (sello) El sello invoca a tu Lobo Valeroso. Le confiere a su jinete un 5% ms de fuerza contra monstruos. +52027 Lobo Valeroso (sello) El sello invoca a tu Lobo Valeroso. Aumenta la experiencia reunida en un 5%. +52028 Lobo Valeroso (sello) El sello invoca a tu Lobo Valeroso. Aumenta los HP de su jinete en 500. +52029 Lobo Valeroso (sello) El sello invoca a tu Lobo Valeroso. Aumenta el valor de defensa de su jinete en 150. +52030 Lobo Valeroso (sello) El sello invoca a tu Lobo Valeroso. Aumenta el valor de ataque de su jinete en 100. +52031 Len Joven (sello) El sello invoca a tu Len Joven. Tras su entrenamiento en combate le confiere a su jinete hasta un 5% de fuerza contra monstruos. +52032 Len Joven (sello) El sello invoca a tu Len Joven. Tras su entrenamiento en combate aumenta la experiencia reunida hasta en un 5%. +52033 Len Joven (sello) El sello invoca a tu Len Joven. Tras su entrenamiento en combate aumenta los HP de su jinete hasta en 500. +52034 Len Joven (sello) El sello invoca a tu Len Joven. Tras su entrenamiento en combate aumenta el valor de defensa de su jinete hasta en 150. +52035 Len Joven (sello) El sello invoca a tu Len Joven. Tras su entrenamiento en combate aumenta el valor de ataque de su jinete hasta en 100. +52036 Len Salvaje (sello) El sello invoca a tu Len Salvaje. Le confiere a su jinete un 3% ms de fuerza contra monstruos. +52037 Len Salvaje (sello) El sello invoca a tu Len Salvaje. Aumenta la experiencia reunida en un 3%. +52038 Len Salvaje (sello) El sello invoca a tu Len Salvaje. Aumenta los HP de su jinete en 250. +52039 Len Salvaje (sello) El sello invoca a tu Len Salvaje. Aumenta el valor de defensa de su jinete en 50. +52040 Len Salvaje (sello) El sello invoca a tu Len Salvaje. Aumenta el valor de ataque de su jinete en 30. +52041 Len Valeroso (sello) El sello invoca a tu Len Valeroso. Le confiere a su jinete un 5% ms de fuerza contra monstruos. +52042 Len Valeroso (sello) El sello invoca a tu Len Valeroso. Aumenta la experiencia reunida en un 5%. +52043 Len Valeroso (sello) El sello invoca a tu Len Valeroso. Aumenta los HP de su jinete en 500. +52044 Len Valeroso (sello) El sello invoca a tu Len Valeroso. Aumenta el valor de defensa de su jinete en 150. +52045 Len Valeroso (sello) El sello invoca a tu Len Valeroso. Aumenta el valor de ataque de su jinete en 100. +52046 Tigre Joven (sello) El sello invoca a tu Tigre Joven. Tras su entrenamiento en combate le confiere a su jinete hasta un 5% de fuerza contra monstruos. +52047 Tigre Joven (sello) El sello invoca a tu Tigre Joven. Tras su entrenamiento en combate aumenta la experiencia reunida hasta en un 5%. +52048 Tigre Joven (sello) El sello invoca a tu Tigre Joven. Tras su entrenamiento en combate aumenta los HP de su jinete hasta en 500. +52049 Tigre Joven (sello) El sello invoca a tu Tigre Joven. Tras su entrenamiento en combate aumenta el valor de defensa de su jinete hasta en 150. +52050 Tigre Joven (sello) El sello invoca a tu Tigre Joven. Tras su entrenamiento en combate aumenta el valor de ataque de su jinete hasta en 100. +52051 Tigre Salvaje (sello) El sello invoca a tu Tigre Salvaje. Le confiere a su jinete un 3% ms de fuerza contra monstruos. +52052 Tigre Salvaje (sello) El sello invoca a tu Tigre Salvaje. Aumenta la experiencia reunida en un 3%. +52053 Tigre Salvaje (sello) El sello invoca a tu Tigre Salvaje. Aumenta los HP de su jinete en 250. +52054 Tigre Salvaje (sello) El sello invoca a tu Tigre Salvaje. Aumenta el valor de defensa de su jinete en 50. +52055 Tigre Salvaje (sello) El sello invoca a tu Tigre Salvaje. Aumenta el valor de ataque de su jinete en 30. +52056 Tigre Valeroso (sello) El sello invoca a tu Tigre Valeroso. Le confiere a su jinete un 5% ms de fuerza contra monstruos. +52057 Tigre Valeroso (sello) El sello invoca a tu Tigre Valeroso. Aumenta la experiencia reunida en un 5%. +52058 Tigre Valeroso (sello) El sello invoca a tu Tigre Valeroso. Aumenta los HP de su jinete en 500. +52059 Tigre Valeroso (sello) El sello invoca a tu Tigre Valeroso. Aumenta el valor de defensa de su jinete en 150. +52060 Tigre Valeroso (sello) El sello invoca a tu Tigre Valeroso. Aumenta el valor de ataque de su jinete en 100. +52061 Reno Joven (sello) El sello invoca a tu Reno Joven (m). Tras su entrenamiento en combate le confiere a su jinete hasta un 5% de fuerza contra monstruos. +52062 Reno Joven (sello) El sello invoca a tu Reno Joven (m). Tras su entrenamiento en combate aumenta la experiencia reunida hasta en un 5%. +52063 Reno Joven (sello) El sello invoca a tu Reno Joven (m). Tras su entrenamiento en combate aumenta los HP de su jinete hasta en 500. +52064 Reno Joven (sello) El sello invoca a tu Reno Joven (m). Tras su entrenamiento en combate aumenta el valor de defensa de su jinete hasta en 150. +52065 Reno Joven (sello) El sello invoca a tu Reno Joven (m). Tras su entrenamiento en combate aumenta el valor de ataque de su jinete hasta en 100. +52066 Sello de Reno Salvaje Este sello sirve para invocar a tu Reno Salvaje (m), que le proporciona a su jinete un +3% de fuerza contra monstruos. +52067 Sello de Reno Salvaje Este sello sirve para invocar a tu Reno Salvaje (m), que aumenta en un 3% la experiencia obtenida. +52068 Reno Salvaje (sello) El sello invoca a tu Reno Salvaje (m). Aumenta los HP de su jinete en 250. +52069 Reno Salvaje (sello) El sello invoca a tu Reno Salvaje (m). Aumenta el valor de defensa de su jinete en 50. +52070 Reno Salvaje (sello) El sello invoca a tu Reno Salvaje (m). Aumenta el valor de ataque de su jinete en 30. +52071 Sello de Reno Valeroso Este sello sirve para invocar a tu Reno Valeroso (m), que le proporciona a su jinete un +5% de fuerza contra monstruos. +52072 Sello de Reno Valeroso Este sello sirve para invocar a tu Reno Valeroso (m), que aumenta en un 5% la experiencia obtenida. +52073 Reno Valeroso (sello) El sello invoca a tu Reno Valeroso (m). Aumenta los HP de su jinete en 500. +52074 Reno Valeroso (sello) El sello invoca a tu Reno Valeroso (m). Aumenta el valor de defensa de su jinete en 150. +52075 Reno Valeroso (sello) El sello invoca a tu Reno Valeroso (m). Aumenta el valor de ataque de su jinete en 100. +52076 Reno Joven (sello) El sello invoca a tu Reno Joven (h). Tras su entrenamiento en combate le confiere a su jinete hasta un 5% de fuerza contra monstruos. +52077 Reno Joven (sello) El sello invoca a tu Reno Joven (h). Tras su entrenamiento en combate aumenta la experiencia reunida hasta en un 5%. +52078 Reno Joven (sello) El sello invoca a tu Reno Joven (h). Tras su entrenamiento en combate aumenta los HP de su jinete hasta en 500. +52079 Reno Joven (sello) El sello invoca a tu Reno Joven (h). Tras su entrenamiento en combate aumenta el valor de defensa de su jinete hasta en 150. +52080 Reno Joven (sello) El sello invoca a tu Reno Joven (h). Tras su entrenamiento en combate aumenta el valor de ataque de su jinete hasta en 100. +52081 Sello de Reno Salvaje Este sello sirve para invocar a tu Reno Salvaje (h), que le proporciona a su jinete un +3% de fuerza contra monstruos. +52082 Reno Salvaje (sello) El sello invoca a tu Reno Salvaje (h). Aumenta la experiencia reunida en un 3%. +52083 Reno Salvaje (sello) El sello invoca a tu Reno Salvaje (h). Aumenta los HP de su jinete en 250. +52084 Reno Salvaje (sello) El sello invoca a tu Reno Salvaje (h). Aumenta el valor de defensa de su jinete en 50. +52085 Reno Salvaje (sello) El sello invoca a tu Reno Salvaje (h). Aumenta el valor de ataque de su jinete en 30. +52086 Sello de Reno Valeroso Este sello sirve para invocar a tu Reno Salvaje (h), que le proporciona a su jinete un +5% de fuerza contra monstruos. +52087 Reno Valeroso (sello) El sello invoca a tu Reno Valeroso (h). Aumenta la experiencia reunida en un 5%. +52088 Reno Valeroso (sello) El sello invoca a tu Reno Valeroso (h). Aumenta los HP de su jinete en 500. +52089 Reno Valeroso (sello) El sello invoca a tu Reno Valeroso (h). Aumenta el valor de defensa de su jinete en 150. +52090 Reno Valeroso (sello) El sello invoca a tu Reno Valeroso (h). Aumenta el valor de ataque de su jinete en 100. +52091 Sello de Dragor joven Este sello invoca a tu Dragor joven. Gracias a su entrenamiento de combate, le otorga a su jinete hasta un 5% ms de fuerza contra monstruos. +52092 Sello de Dragor joven Este sello invoca a tu Dragor joven. Gracias a su entrenamiento de combate, aumenta la acumulacin de experiencia en hasta un 3%. +52093 Sello de Dragor joven Este sello invoca a tu Dragor joven. Gracias a su entrenamiento de combate, aumenta los HP de su jinete en hasta 500. +52094 Sello de Dragor joven Este sello invoca a tu Dragor joven. Gracias a su entrenamiento de combate, aumenta la defensa de su jinete en hasta 150. +52095 Sello de Dragor joven Este sello invoca a tu Dragor joven. Gracias a su entrenamiento de combate, aumenta el ataque de su jinete en hasta 100. +52096 Sello de Dragor salvaje Este sello invoca a tu Dragor salvaje. Le otorga a su jinete un 3% ms de fuerza contra monstruos. +52097 Sello de Dragor salvaje Este sello invoca a tu Dragor salvaje. Aumenta la acumulacin de experiencia en un 3%. +52098 Sello de Dragor salvaje Este sello invoca a tu Dragor salvaje. Aumenta los HP de su jinete en 250. +52099 Sello de Dragor salvaje Este sello invoca a tu Dragor salvaje. Aumenta la defensa de su jinete en 50. +52100 Sello de Dragor salvaje Este sello invoca a tu Dragor salvaje. Aumenta el ataque de su jinete en 30. +52101 Sello de Dragor valeroso Este sello invoca a tu Dragor valeroso. Le otorga a su jinete un 5% ms de fuerza contra monstruos. +52102 Sello de Dragor valeroso Este sello invoca a tu Dragor valeroso. Aumenta la acumulacin de experiencia en un 3%. +52103 Sello de Dragor valeroso Este sello invoca a tu Dragor valeroso. Aumenta los HP de su jinete en 500. +52104 Sello de Dragor valeroso Este sello invoca a tu Dragor valeroso. Aumenta la defensa de su jinete en 150. +52105 Sello de Dragor valeroso Este sello invoca a tu Dragor valeroso. Aumenta el ataque de su jinete en 100. +52106 Moa joven (sello) El sello invoca a tu Moa joven. Tras su entrenamiento en combate aumenta la fuerza contra monstruos de su jinete hasta en un 5%. +52107 Moa joven (sello) El sello invoca a tu Moa joven. Tras su entrenamiento en combate aumenta la fuerza contra monstruos de su jinete hasta en un 5%. +52108 Moa joven (sello) El sello invoca a tu Moa joven. Tras su entrenamiento en combate aumenta los HP de su jinete hasta en 500. +52109 Moa joven (sello) El sello invoca a tu Moa joven. Tras su entrenamiento en combate aumenta el valor de defensa de su jinete hasta en 150. +52110 Moa joven (sello) El sello invoca a tu Moa joven. Tras su entrenamiento en combate aumenta el valor de ataque de su jinete hasta en 100. +52111 Moa salvaje (sello) El sello invoca a tu Moa salvaje. Aumenta la fuerza contra monstruos de su jinete en un 3%. +52112 Moa salvaje (sello) El sello invoca a tu Moa salvaje. Aumenta la ganancia de puntos de experiencia en un 3%. +52113 Moa salvaje (sello) El sello invoca a tu Moa salvaje. Aumenta los HP de su jinete en 250. +52114 Moa salvaje (sello) El sello invoca a tu Moa salvaje. Aumenta el valor de defensa de su jinete en 50. +52115 Moa salvaje (sello) El sello invoca a tu Moa salvaje. Aumenta el valor de ataque de su jinete en 30. +52116 Moa valeroso (sello) El sello invoca a tu Moa valeroso. Aumenta la fuerza contra monstruos de su jinete en un 5%. +52117 Moa valeroso (sello) El sello invoca a tu Moa valeroso. Aumenta la ganancia de puntos de experiencia en un 5%. +52118 Moa valeroso (sello) El sello invoca a tu Moa valeroso. Aumenta los HP de su jinete en 500. +52119 Moa valeroso (sello) El sello invoca a tu Moa valeroso. Aumenta el valor de defensa de su jinete en 150. +52120 Moa valeroso (sello) El sello invoca a tu Moa valeroso. Aumenta el valor de ataque de su jinete en 100. +52701 Ttulo de Len Ttulo de propiedad de un Len Joven. +52702 Ttulo de Tigre Ttulo de propiedad de un Tigre Joven. +52703 Ttulo de Jabal Ttulo de propiedad de un Jabal Joven. +52704 Ttulo de Lobo Ttulo de propiedad de un Lobo Joven. +52705 Ttulo de Reno (m) Ttulo de propiedad de un Reno Joven (m). +52706 Ttulo de Reno (h) Ttulo de propiedad de un Reno Joven (h). +52707 Ttulo de Dragor Ttulo de propiedad de un Dragor joven. +52708 Ttulo de Moa Este ttulo te identifica como dueo de un Moa joven. +53001 +53002 Sello de Reno Joven Con este sello puedes invocar al adorable Reno Joven. +53003 Sello del Fnix de Hielo Con este sello puedes invocar a tu amigo, el Fnix de Hielo. +53005 Azrael beb La versin en miniatura del seor de los demonios es extremadamente afectuosa y a partir del segundo nivel de la Torre Demonaca y de la Catacumba del Diablo te otorga una bonificacin de 1500 HP y un 15% ms de dao. +53006 Azrael beb (oro) La versin en miniatura del seor de los demonios es extremadamente afectuosa y a partir del segundo nivel de la Torre Demonaca y de la Catacumba del Diablo te otorga una bonificacin de 1500 HP y un 15% ms de dao. +53007 Sello de Bambi Con este sello puedes invocar a Bambi, tu Reno Joven. +53008 Sello de Nuud Con este sello puedes invocar a tu cachorro de oso polar. +53009 Sello de Bao Bao Con este sello puedes invocar a tu cachorro de panda. +53010 Sello de Lenidas Con este sello puedes invocar a Lenidas, tu cachorro de len. +53011 Sello de Khan Con este sello puedes invocar a Khan, tu cachorro de tigre. +53012 Sello de Porkie Con este sello puedes invocar a Porkie, tu jabato. +53013 Sello de Rufus Con este sello puedes invocar a Rufus, tu cachorro de lobo. +53014 Sello de Verduguito Este sello invoca a tu Verduguito de armadura negra. +53015 Sello de verduguito oro Este sello invoca a tu Verduguito de armadura dorada. +53016 Sello de Huesines Este sello invoca a tu mascota esqueltica. +53017 Jaula del Fnix de Jade Este sello invoca al garboso Fnix de Jade. +53018 Lenidas albino (sello) Con este sello puedes invocar a tu mascota. +53019 Khan rtico (sello) Con este sello puedes invocar a tu mascota. +53020 Porkie polar (sello) Con este sello puedes invocar a tu mascota. +53021 Rufus escarcha (sello) Con este sello puedes invocar a tu mascota. +53022 Sello de Sheldon El sello deja salir del huevo a tu mascota Sheldon. +53023 Sello de Cooper El sello trae de un brinco a tu mascota Cooper. +53024 Pantera beb (7 das) Este sello invoca a tu atezada Pantera beb. +53025 Leopardo beb (7 das) Este sello invoca a tu dulce Leopardo beb. +53026 +53218 Pantera beb (30 das) Este sello invoca a tu atezada Pantera beb. +53219 Pantera beb (120 das) Este sello invoca a tu atezada Pantera beb. +53220 Leopardo beb (30 das) Este sello invoca a tu dulce Leopardo beb. +53221 Leopardo beb (120 das) Este sello invoca a tu dulce Leopardo beb. +53222 Sello calabeza Un sello que te permite invocar a tu "calabeza". +53223 Sello escoba voladora Un sello que te permite invocar a tu pequea escoba voladora. +53224 Sello Copito Con este sello puedes invocar a Copito, el adorable muequito de nieve. +53225 Sello Campanilla Con este sello puedes invocar a Campanilla, el alegre muequito de nieve. +53226 Amor (Sello) Con este sello puedes invocar a tu talismn del amor personal. Te otorga un 5% ms de probabilidad de golpe penetrante y aumenta los HP en 1500. +53227 Corazn furioso (sello) Con este sello puedes invocar al Corazn furioso. Te otorga un 5% ms de probabilidad de impacto crtico y aumenta tus HP en 1500. +53228 Media luna (sello) Con este sello puedes invocar a tu Media luna azul. +53229 Media luna (sello) Con este sello puedes invocar a tu Media luna roja. +53232 Huashin beb La versin en miniatura del General Huashin te otorga un 5% ms de probabilidad de golpe penetrante y aumenta tus HP en 1500. +53501 +53502 Bal del Reno Joven En este bal, el Reno Joven aguarda impaciente a que lo dejes salir. +53503 Jaula del Fnix de Hielo El Fnix de Hielo est en esta jaula esperando que lo liberes. +53504 +53505 Bal de Azrael beb En este bal se oculta Azrael beb, la versin en miniatura del seor de los demonios, que espera ser liberado. +53506 Azrael beb (oro) En este bal se oculta Azrael beb (oro), la versin en miniatura del seor de los demonios, que espera ser liberado. +53507 Bal de Bambi En este bal se encuentra el cervatillo Bambi, que espera ser liberado. +53508 Bal de Nuud En este bal se encuentra Nuud, el encantador cachorro de oso polar, y est deseando que lo liberes. +53509 Bal de Bao Bao En este bal aguarda Bao Bao, el adorable cachorro de panda, listo para salir. +53510 Bal de Lenidas En este bal se esconde Lenidas, el cachorro de len, preparado para que lo sueltes. +53511 Bal de Khan En este bal aguarda Khan, el cachorro de tigre, listo para salir. +53512 Bal de Porkie En este bal se esconde el jabato Porkie, preparado para que lo sueltes. +53513 Bal de Rufus En este bal se encuentra el lobezno Rufus, y est deseando que lo liberes. +53514 Bal de Verduguito En este bal se encuentra el rechoncho Verduguito, con su armadura negra, que espera ser liberado. +53515 Bal de Verduguito (oro) En este bal se encuentra el rechoncho Verduguito, con su armadura dorada, que espera ser liberado. +53516 Bal de huesos Contiene un objeto aleatorio. Con un poco de suerte, el perro esqueltico Huesines se encuentra dentro. +53517 Jaula de jade El Fnix de Jade est en esta jaula esperando que lo liberes. +53518 Lenidas albino El bal contiene el Sello de Lenidas albino. +53519 Khan rtico El bal contiene el Sello de Khan rtico. +53520 Porkie polar El bal contiene el Sello de Porkie polar. +53521 Rufus escarcha El bal contiene el Sello de Rufus escarcha. +53522 Nido de Sheldon Un nido en el que se ha escondido tu mascota Sheldon. +53523 Jaula de conejos En esta jaula se esconde el conejito Cooper. +53526 +53527 Jaula calabeza Abre la jaula para conseguir tu Sello calabeza. +53528 Armario de las escobas Abre el armario para conseguir tu Sello escoba voladora. +53529 Arcn helado Copito En este arcn helado se oculta Copito, tu pequeo y fiel acompaante. Le gusta el fro, pero en su interior guarda un clido corazn. +53530 Arcn helado Campanilla En este arcn helado se oculta Campanilla, tu pequeo y fiel acompaante. Libralo de su glida morada y disfruta de su naturaleza clida. +53531 Bal Amor Abre el bal y el pequeo dios Amor no se separar de tu lado. +53532 Bal Corazn furioso Abre el bal y deja volar al corazn. Pero cuidado! Porque junto con su furia, tambin desatars un poder inesperado. +53533 Bal de Media luna En este bal aguarda la Media luna azul, ansiosa por entrar en accin. +53534 Bal de Media luna En este bal aguarda la Media luna roja, ansiosa por entrar en accin. +53535 Bal de Huashin beb En este bal se esconde la versin en miniatura del General Huashin, que espera ser liberado. +54041 +54042 +54043 Bal de aprendiz I Tu regalo de bienvenida contiene todo el equipamiento que necesitas para iniciar tu aventura con buen pie. +60001 Rozadura Un fluido corporal que se saca del hgado. +60002 Recom. protector almac. El pergamino tiene el enrgico escrito del guardin del almacn. +60003 Smbolo Herico Un objeto que no se pasa por alto con ligereza +70002 Tercera Mano Una mano que recoge el Yang automticamente. +70003 Libro del Lder Mientras el lder de un grupo est equipado con este libro, todos los miembros del grupo obtendrn un 30% ms de puntos de experiencia. +70004 Medalla a la Diligencia Recompensa por tus esfuerzos en el da del trabajo. Concede el 20% ms de puntos de experiencia. +70005 Anillo de experiencia Un anillo usado por los hroes antiguos. Adquiere ms experiencia cuando lo llevas. | No puede ser quitado. +70006 Anillo del Idioma Un anillo usado para la diplomacia en pocas antiguas que permita hablar con gentes de otros reinos. +70008 Bandera Blanca Bandera blanca que indica la rendicin. +70009 Caja Tesoro Un cofre decorado con muchos adornos. Slo puede ser abierto con una llave especial. +70010 Boleto Almacn Un documento que ayuda a organizar los espacios de almacenamiento. +70012 Lgrima de Diosa Los rumores dicen que la Diosa le dio sus lgrimas a los hroes de la batalla porque lucharon con mucha valenta contra el demonio. +70013 Lgrima Gigante Diosa La lgrima de un bailarn antiguo, Tae-Hwa conforta el alma de un combatiente. +70014 Pldora de Sangre Una pldora fabricada de sangre de ciervo. Tiene un efecto alucingeno severo. +70015 Cepillo Barato Un cepillo comn y robusto con un slido mango de madera. +70020 Vino flor melocotn Bebida que te permitir regenerar inmediatamente tus puntos de vida (HP) en 500 puntos. +70024 Bola bendicin Una bola legendaria bendita. Si un objeto tiene 4 atributos, esta bola le aade otro atributo. +70027 Herrero Una nota del herrero que te muestra cmo mejorar tus armas +70031 Panfleto de Contencin Este tratado fundamental sobre la artesana de armas se ocupa, entre otras cosas, de las posibilidades y de los puntos dbiles de la anatoma humana. +70035 Mineral de Cobre Mgico Con este mineral y un Pergamino Bendicin se puede crear un Pergamino de la Guerra donde el herrero. +70037 Libro de Olvido El libro legendario que elimina completamente el recuerdo de una habilidad aprendida. Puedes transferir 1 punto de habilidad. +70038 Capa de valor Los Guerreros antiguos exhiban su valenta vistiendo una capa colorida con la que atraan la atencin de los monstruos. +70039 Manual del herrero Este libro contiene el alma de un viejo herrero. Si se utiliza, aumenta la probabilidad de mejorar con xito un objeto. +70040 Obstinacin Orca Reduce el consumo de energa a la mitad. +70043 Guantes de Ladrn Duplica la probabilidad de saquear objetos. +70047 Anillo del Idioma (Ej.) Un anillo usado para la diplomacia en pocas antiguas que permita hablar con gentes de otros reinos. +70048 Capa del Fugitivo Una capa inestimable que te ayuda a volverte discreto y que es usada por muchos fugitivos. +70049 Anillo de Lucy El grabado de este anillo dice: "Puede que el Dios Dragn te bendiga". El anillo reduce tu riesgo de perder objetos en la batalla. +70050 Smbolo del Rey Sabio Un smbolo heredado de la familia real antigua que concede el poder del gran maestro. +70051 Guante del Rey Sabio Un artculo heredado de la familia real antigua que concede el poder maestro misterioso. +70052 Encanto Karma1 El encanto es usado por los budistas para guardarse de la mala suerte. +70053 Encanto Karma2 El encanto es usado por los budistas para guardarse de la mala suerte. +70054 Encanto Karma3 El encanto es usado por los budistas para guardarse de la mala suerte. +70056 Zumo de granada+ Bebida que aumenta inmediatamente en 1000 tus HP. +70057 Capa de valor Una capa colorida con la que antao los Guerreros demostraban su valenta y que atrae a los monstruos. Este objeto es comerciable. +70058 Anillo de Teletransporte Este anillo te permite teletransportarte hasta 50 veces al lugar que elijas dentro de tu reino. No comerciable. +70063 Transformar disfraz Elimina las bonificaciones de uno de tus disfraces y aade otras nuevas. Con un poco de suerte tambin cambia el nmero de bonificaciones (hasta un mximo de 3). +70064 Hechizar disfraz Elimina las bonificaciones de uno de tus disfraces y aade otras nuevas. +70065 Transferencia de atuendo Transfiere las bonificaciones de un atuendo a otro y destruye uno de estos atuendos. +70102 Alubia Zen Reduce el mal y aumenta el bien en la disposicin de un personaje. +70104 Bola Polimorfa Puedes usar esta bola para transformarte en un monstruo. +70105 Bola Polimorfa Puedes usar esta bola para transformarte en un monstruo. +70106 Bola Polimorfa Puedes usar esta bola para transformarte en un monstruo. +70107 Bola Polimorfa Puedes usar esta bola para transformarte en un monstruo. +70201 Blanqueo Vuelve a tu pelo el color original. El pelo blanqueado puede ser teido. +70202 Tinte Blanco Pelo Tinte de pelo blanco.|Puedes teirte una vez cada 3 niveles. +70203 Tinte Rubio para el Pelo Tinte de pelo rubio.|Puedes teirte una vez cada 3 niveles. +70204 Tinte Rojo para el Pelo Tinte de pelo rojo.|Puedes teirte una vez cada 3 niveles. +70205 Tinte Marrn .Pelo Tinte de pelo marrn.|Puedes teirte una vez cada 3 niveles. +70206 Tinte Negro para el Pelo Tinte de pelo negro.|Puedes teirte una vez cada 3 niveles. +70301 Anillo de Compromiso Anillo usado por los amantes. +70302 Anillo Boda Anillo usado por los matrimonios. +71001 Pergamino de Exorcismo Te libera de la maldicin del espritu malvado si el aprendizaje falla. Con ayuda de este pergamino puedes leer otro documento de habilidad en un mismo da. +71002 Reseteo de Atributos La aplicacin de este objeto hace posible que redistribuyas tus atributos, por lo que puedes desarrollar tu personaje de otra manera. +71003 Reseteo de Habilidades La aplicacin de este objeto hace posible que redistribuyas los puntos de uno de tus talentos. Puedes dirigir el desarrollo de tu personaje hacia otra direccin. Nota: perders tambin los puntos que hayas recibido por libros consiguiendo as hasta un mximo de 17 puntos, incluso si habas invertido ms puntos en ese talento. +71004 Medalla del Dragn Te protege de la prdida de experiencia cuando seas revivido. +71005 Anillo del Idioma Puedes entender idiomas de todos los reinos durante 7 das (No comerciable). +71006 Anillo del Idioma Puedes entender idiomas de todos los reinos durante 15 das (No comerciable). +71007 Anillo del Idioma Puedes entender idiomas de todos los reinos durante 30 das (No comerciable). +71008 Pescando Dentro Libro, el cual te permitir capturar el doble de peces extraos durante 3 das. (no comerciable). +71009 Almacn Expandido Tu almacn se ampla en dos espacios adicionales. +71010 Tercera Mano Una mano que recoge el Yang automticamente. +71011 Mscara de las emociones Mediante esta mscara puedes dar rienda suelta a tus sentimientos. +71012 Libro del Lder Tan pronto como el lder del grupo est equipado con este libro, todos los miembros adquirirn un 30% ms de experiencia durante 3 horas. +71013 Petardos Misil, que ilumina el cielo para todos. (no comerciable). +71014 Pocin de Ataque +10 Incrementa tu velocidad de ataque en un 10% durante 30 minutos. +71015 Anillo de experiencia Acumulas en la batalla un 50% ms puntos de experiencia. +71016 Guantes de Ladrn Duplica tus probabilidades de obtener objetos durante 30 minutos. +71017 Medalla de la Suerte Incrementa tu probabilidad de conseguir Yang en un 50% durante 30 minutos. (no comerciable). +71018 Bendicin de la Vida Una bendicin con la cual tu HP ser recuperado al 100% inmediatamente. +71019 Bendicin mgica Bendicin que regenera todo tu SP inmediatamente. +71020 Bendicin del Dragn Una bendicin con la cual tu HP y SP sern recuperados al 100% instantneamente. +71021 Pergamino de la Guerra Mejora un objeto automticamente. Slo utilizable en objetos de +0 a +3. +71022 Retorno delaInteligencia Devuelve los puntos de Inteligencia al valor bsico permitiendote redistribuirlos de nuevo. +71023 Retorno de la Vitalidad Devuelve los puntos de Vitalidad al valor bsico permitiendote redistribuirlos de nuevo. +71024 Retorno de la Fuerza Devuelve los puntos de Fuerza al valor bsico permitiendote redistribuirlos de nuevo. +71025 Piedra del Herrero Con esta Piedra y un Pergamino Bendicin se puede crear un Manual del Herrero donde el herrero. +71026 Mineral de hierro mgico Con este mineral y un Pergamino Bendicin se puede crear un Pergamino Dragn donde el herrero. +71027 Vida del Dios Dragn Incrementa tus HP mximos en un 20% durante 30 minutos. +71028 Ataque del Dios Dragn Incrementa en un 12-15% el dao que haces en combate durante 30 minutos. +71029 Intel. del Dios Dragn Incrementa en un 20% tus SP mximos durante 30 minutos. +71030 Defensa del Dios Dragn Reduce en un 12-15% el dao recibido en combate durante 30 minutos. +71031 Ayuda Dios Dragn La vitalidad, fuerza, inteligencia y destreza de tu personaje se quintuplicar temporalmente. +71032 Pergamino Dragn Elimina el riesgo de destruir un objeto si la mejora falla. Slo la calidad se reduce un paso. Adems la probabilidad de una mejora exitosa se incrementa un 10%. +71033 Mscara de las Emociones Mediante esta mscara puedes dar rienda suelta a tus sentimientos. +71034 Pocin de Ataque +15 Incrementa tu velocidad de ataque en un 15% durante 30 minutos. +71035 Elixir del Investigador Mejora la calidad de los objetos de investigacin que has recogido, por consiguiente incrementa la probabilidad de que sean aceptados. +71036 Invoc.- Principal Orco Hace aparecer un Oberork al lado de tu personaje. Pero atencin: Es un monstruo jefe! +71037 Invoc. - Lider Esotrico Invocar a un Lder Esotrico cerca de tu personaje. Ten cuidado! Es un monstruo jefe! +71038 Invocacin - Reina Araa Hace aparecer a una Reina Araa junto a tu personaje. Pero atencin: es un monstruo jefe! +71039 Invoc. - Tort. Gig. Des. Hace aparecer una tortuga del desierto gigante cerca de tu personaje, Pero atencin: Es un monstruo Jefe! +71040 Invocacin - Rey Fuego Hace aparecer un rey ardiente cerca de tu personaje. Pero atencin: Es un monstruo jefe! +71041 Invoc - Nueve-Colas Hace aparecer un nueve colas cerca de tu personaje. Pero atencin: Es un monstruo Jefe! +71042 Invoc. - Rey Demonio Hace aparecer un Rey Demonio Soberbio cerca de tu personaje. Pero atencin: es un monstruo Jefe! +71043 Pergam. - Tigre Fantasma Hace aparecer un espritu de tigre amarillo al lado de tu personaje. Pero atencin: Es un monstruo Jefe! +71044 Lucha Crtica Se eleva la posibilidad de obtener un crtico golpeado en una pelea en el 20% durante 10 minutos. +71045 Lucha Perforadora Se eleva la posibilidad de obtener un golpe penetracin en el 20% durante 10 minutos. +71047 Tinte piedra fantasmal Elimina una piedra de uno de tus objetos. +71048 Modificacin Encanto Este encanto puede cambiar el sexo de tu personaje. +71049 Paquete Seda Con este paquete puedes abrir una tienda privada durante 10 das libre de cargos. +71050 Pocin de Velocidad Subes tu velocidad de movimiento a 60 durante 30 minutos. +71051 Objeto encantado Aade un nuevo bono especial en uno de tus objetos, si no tiene uno ya. +71052 Bendecir objeto Elimina el bono especial en uno de tus objetos y aade otro. +71054 Tinta de los Reinos Permite al personaje exiliarse a otro reino. +71055 Tinte del Nombre Te permite renombrar a tu personaje. +71056 Tinte del Cielo Aumenta la probabilidad de mejorar con xito una Piedra Espritu. +71057 Invoc.-V. Min Tro.Fosil Una vena de madera fsil aparece cerca de tu personaje +71058 Invoc. - Vena Min. Cobre Una vena de cobre aparece cerca de tu personaje. +71059 Invoc.- Vena Min.Plata Una vena de plata aparece cerca de tu personaje +71060 Invoc.- Vena Mineral Oro Hace aparecer a una vena de oro cerca de tu personaje. +71061 Invoc. - Vena Min. Jade Un mineral de la vena de Jade aparece cerca de tu personaje. +71062 Invoc. - Vena Min. bano Una vena de bano aparece cerca de tu personaje. +71063 Invocacin - Una vena e almeja aparece cerca de tu personaje +71064 Invoc. - Vena Min de Oro Una vena de mineral de oro blanco aparece cerca de tu personaje +71065 Invoc.- Vena Min Cristal Una vena de mineral de Cristal aparece cerca de tu personaje. +71066 Invoc. - Vena Min. Amat. Una vena de mineral de Amatista aparece cerca de tu personaje +71067 Piedra de Veta de Cielo Crea una veta de lgrimas de cielo cerca de tu personaje. +71068 Pluma de los amantes Cuando est equipada, tus puntos de amor incrementan el doble de rpido. +71069 Pendientes de la Armona Incremente la probabilidad de dar un golpe de penetracin para ambos cnyuges durante 3 horas hasta un 8% como mximo si uno de los dos lo lleva. Los efectos de este objeto dependen del porcentaje de puntos de amor. Si una pareja tiene, por ejemplo, un 50% de puntos de amor, el efecto mximo se reduce a la mitad. +71070 Pulsera del Amor Incrementa el ratio de puntos de experiencia que se obtienen en una lucha durante 3 horas hasta un 20% como mximo para ambos jugadores, si lo lleva un integrante de la unin. Los efectos de este objeto dependen del porcentaje de puntos de amor. Si una pareja tiene, por ejemplo, un 50% de puntos de amor, el efecto mximo se reduce a la mitad. +71071 Pendientes del Amor Incrementan durante 3 horas la probabilidad de infligir golpes crticos en la batalla para ambos cnyuges hasta un 8% como mximo, si uno de ellos los lleva puestos. Los efectos de este objeto dependen del porcentaje de puntos de amor. Si una pareja tiene, por ejemplo, un 50% de puntos de amor, el efecto mximo se reduce a la mitad. +71072 Brazalete de la armona Reduce el poder de ataque de los monstruos que atacan a un miembro de la unin durante 3 horas hasta un 15% como mximo si uno de los cnyuges lo lleva. Los efectos de este objeto dependen del porcentaje de puntos de amor. Si una pareja tiene, por ejemplo, un 50% de puntos de amor, el efecto mximo se reduce a la mitad. +71073 Colgante del Amor Aumenta el poder de ataque para jugadores casados durante 3 horas en 40 como mximo si lo lleva uno de los cnyuges. Los efectos de este objeto dependen del porcentaje de puntos de amor. Si una pareja tiene, por ejemplo, un 50% de puntos de amor, el efecto mximo se reduce a la mitad. +71074 Colgante de la Armona Incrementa la defensar en una lucha durante 3 horas en 30 como mximo para ambos jugadores si uno de los cnyuges lo lleva. Los efectos de este objeto dependen del porcentaje de puntos de amor. Si una pareja tiene, por ejemplo, un 50% de puntos de amor, el efecto mximo se reduce a la mitad. +71075 Tinte del pelo (blanco) El color del pelo blanco +71076 Tinte para pelo (Rubio) El color de tu pelo es Rubio +71077 Tinte del pelo (Rojo) El color de tu pelo es Rojo +71078 Tinte del pelo (Marrn) El color de tu pelo es Marrn +71079 Tinte del pelo (Negro) El color de tu pelo es Negro +71080 Piedra Metin(L) Hace aparecer una sencilla Piedra Metin cerca de tu personaje +71081 Piedra Metin(N) Hace aparecer una piedra metin normal cerca de tu personaje +71082 Piedra Metin(H) Aparece una Piedra Metin difcil cerca de tu personaje +71083 Manual de la Piedra Elimina todas las piedras rotas de un objeto. Con eso tendrs otra oportunidad de mejorar tu arma o armadura. +71084 Objeto Encantado Elimina los bonos de uno de tus objetos y aade nuevos. +71085 Objeto de Coaccin Con algo de suerte aade un bonus a uno de tus objetos (hasta un mximo de 4 bonificaciones). +71088 Libro Misiones(Fcil El libro, que est encuadernado con cuero marrn, contiene una misin que tambin puede ser realizada por luchadores novatos. +71089 Libro Misiones(Normal Contiene una misin normal, la cual recomienza a la finalizacin exitosa +71090 Libro Misiones(Difcil) Contiene una tarea dificil, la cual es recompensaba a la finalizacin exitosa +71091 Tinte de Comercio Puedes elegir otro color para tu tienda privada +71092 Libro Polimorfo El estudio exitoso de este libro aumenta tus habilidades de transformacin. Desaparece despus de haberlo ledo. +71093 Bola Polimorfa Puedes transformarte de mrmol en un monstruo?. +71094 Lectura Concentrada Multiplica por 2,5 la posibilidad de mejorar tu talento leyendo el prximo libro (o la Piedra Alma). +71095 Tique de entrada Si le muestras este Tique de entrada al respectivo guardin, podrs acceder al siguiente piso de la Mazmorra de las Araas as como a la Fortaleza del Dragn Rojo. +71096 Pasaje a Bordo Esta medalla te permite pasar a por una puerta. +71099 Anillo de Emplazamiento Permite al lider de un gremio establecer un sustituto. +71100 Cert. de reaprendizaje Puedes dejar atrs tus conocimientos y comentar un entrenamiento nuevo. Para ello necesitas estar por lo menos en el nivel 31. +71101 Pocin de Prisa Esta pocin reduce tu tiempo de carga de habilidades en un 20 por ciento durante 30 minutos. +71102 +71103 Redistribucin (VIT) Pone tu vitalidad de nuevo en 1 y te permite redistribuir tus puntos. +71104 Redistribucin (INT) Pone tu inteligencia de nuevo en 1 y te permite redistribuir tus puntos. +71105 Redistribucin (STR) Pone tu fuerza de nuevo en 1 y te permite redistribuir tus puntos. +71106 Redistribucin (DEX) Devuelve tu destreza a 1 y te permite redistribuir tus puntos. +71107 Fruta de la Vida Incrementa los puntos de clasificacin en 2000 (tiempo de carga: 8 horas). +71108 Zumo de granada Bebida que aumenta inmediatamente en 800 tus HP. Se puede comerciar con este objeto. +71109 Pergamino de correccin Este pergamino te permite extraer la ltima Piedra aadida con xito de un objeto. +71110 Azcar para caballo Este terrn de azcar hace posible poner nombre a tu caballo. Adems, incrementa su nivel de defensa en 20. +71113 Cristal de Entendimiento Te permite mostrarle a otro jugador los objetos de tu inventario. El cristal se quiebra durante la operacin. +71114 Sello del Jabal (amar.) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711151 Sello del Jabal (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711152 Sello del Jabal (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711153 Sello del Jabal (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711154 Sello del Jabal (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +71115 Sello del Jabal (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +71116 Sello del Lobo (amar.) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711171 Sello del Lobo (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711172 Sello del Lobo (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711173 Sello del Lobo (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711174 Sello del Lobo (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +71117 Sello del Lobo (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +71118 Sello del Tigre (amar.) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711191 Sello del Tigre (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711192 Sello del Tigre (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711193 Sello del Tigre (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711194 Sello del Tigre (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +71119 Sello del Tigre (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +71120 Sello del Len (amar.) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711211 Sello del Len (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711212 Sello del Len (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711213 Sello del Len (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +711214 Sello del Len (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +71121 Sello del Len (azul) La magia del sello invoca a un espritu poderoso de un animal, que te llevar rpidamente al lugar de tu eleccin. +71122 +71123 Escamas de Dragn Las Escamas de Dragn estn consideradas como uno de los materiales ms fuertes y conocidos. +71124 Len Blanco Los animales con pelaje blanco son sumamente escasos y son venerados por muchas culturas como portadores de extraordinarios poderes. +71125 Sello Jabal de Combate Domar espritus de animales malvados requiere de numerosas habilidades mgicas. Sin embargo, el resultado es muy impresionante. +71126 Sello Lobo de Guerra Domar espritus de animales malvados requiere de numerosas habilidades mgicas. Sin embargo, el resultado es muy impresionante. +71127 Sello Tigre de Ataque Domar espritus de animales malvados requiere de numerosas habilidades mgicas. Sin embargo, el resultado es muy impresionante. +71128 Sello Len de Batalla Domar espritus de animales malvados requiere de numerosas habilidades mgicas. Sin embargo, el resultado es muy impresionante. +71129 Garra de Dragn El aspecto de esta garra horripilante despierta recuerdos... +71130 Tique de entrada Si le muestras este Tique de entrada al guardin correspondiente, podrs acceder al siguiente piso de la Mazmorra de las Araas as como a la Fortaleza del Dragn Rojo. Este Tique es negociable. +71131 Sello del caballo negro Un sello para un caballo de pura raza. +71132 Sello del caballo negro Un sello para un caballo de pura raza. +71133 Sello del caballo negro Un sello para un caballo de pura raza. +71134 Sello del caballo negro Un sello para un caballo de pura raza. +71135 Anillo de la Medialuna Anillo con un artstico grabado en forma de media luna. +71136 Piruleta potente Una piruleta fabricada con ingredientes secretos que te proporciona experiencia y fuerzas para la batalla. +71137 Sello Tigre Real (azul) El conjuro del sello invoca a tu montura, el majestuoso Tigre Real (azul). +71138 Sello Tigre Real (rojo) El conjuro del Sello invoca a tu montura, el majestuoso Tigre Real (rojo). +71139 Sello Tigre Real (dorad) El conjuro del Sello invoca a tu montura, el majestuoso Tigre Real (dorado). +71140 Sello Tigre Real (verde) El conjuro del Sello invoca a tu montura, el majestuoso Tigre Real (verde). +71141 Sello Tigre Real (gris) El conjuro del Sello invoca a tu montura, el majestuoso Tigre Real (gris). +71142 Sello Tigre Real (blan.) El conjuro del Sello invoca a tu montura, el majestuoso Tigre Real (blanco). +71143 Anillo del Jbilo Anillo opulentamente adornado con jade y turquesas. Concede las siguientes bonificaciones: +50% en puntos de experiencia +20% en velocidad de ataque +20% en velocidad de hechizo +30% en fuerza contra monstruos +10% de los HP mximos +10% de los SP mximos +71144 Bal de Navidad Un regalo navideo empaquetado cuidadosamente que contiene una sorpresa. +71145 Amuleto del Amor Eterno Un colgante en forma de corazn engastado de joyas mgicas. +71146 Bal de Cupido (rosa) Bal en forma de corazn que contiene 5 sorpresas. Se puede abrir cada 30 minutos. +71147 Bal de Cupido (azul) Bal en forma de corazn que contiene 5 sorpresas. Se puede abrir cada 30 minutos. +71148 Anillo de la Voluntad Te otorga durante 7 das un 30%+ de EXP, un 20%+ de opcin de defensa contra Guerreros, un 20%+ de opcin de defensa contra Ninjas, un 20%+ de opcin de defensa contra Lcanos, un 30%+ de fuerza contra monstruos, un 10%+ de HP mximos y un 10%+ de SP mximos. +71149 Anillo del Poder Mortal Te otorga durante 7 das un 30%+ de EXP, un 20%+ de opcin de defensa contra Suras, un 20%+ de opcin de defensa contra Chamanes, un 20%+ de opcin de defensa contra Lcanos, un 30%+ de fuerza contra monstruos, un 10%+ de HP mximos y un 10%+ de SP mximos. +71150 Huevo mgico Este cofre oval, bellamente ornamentado, contiene ms de un regalo de Pascua que ir desvelando poco a poco. +71151 Magia Verde Elimina los bonos de uno de tus objetos y aade nuevos. Solamente se puede utilizar en armas y armaduras de hasta nivel 40. Objeto del Bal de Nivel, no comerciable. +71152 Fuerza Verde Con algo de suerte aade un bonus a uno de tus objetos (hasta un mximo de 4 bonificaciones). Solamente se puede utilizar en armas y armaduras de hasta nivel 40. Objeto del Bal de Nivel, no comerciable. +71153 Pocin de la Sabidura Con esta pocin podrs reunir en una hora de juego un 100% ms de experiencia. No comerciable. +71154 Pocin del ascenso (3 h) Esta pocin te permite acumular un 80% ms de experiencia durante tres horas de juego. No es comerciable. +71155 Pocin de sabidura (3h) Con esta pocin obtendrs un 100% ms de experiencia en tres horas de juego. No comerciable. +71156 Pocin de Espritu (3 h) Esta pocin te permite acumular un 150% ms de experiencia durante tres horas de juego. No es comerciable. +71157 +71158 Medalla del Hroe Concede 50% ms de EXP, 30% ms de daos, 20% ms de velocidad de ataque, 20% ms de velocidad de hechizo, 10% ms de HP y 10% ms de SP. +71159 Bal de Milon Un bal para autnticos hroes. Contiene un objeto aleatorio como recompensa por tu triunfo. +71160 Bal de Atenea Un bal para autnticas heronas. Contiene un objeto aleatorio como recompensa por tu triunfo. +71161 Equus Purpur Sello para uno de los maravillosos y extremadamente raros caballos prpura. +71164 Sello de Cometa Con este sello puedes invocar a Cometa, tu Reno. +71166 Sello de panda blindado Con este sello puedes invocar a tu panda blindado. +71171 Sello del unicornio Con este sello invocas al unicornio. +71172 Sello de la pesadilla Con este sello invocas a la pesadilla. +71173 Pergamino de teletransporte Este pergamino te llevar directamente a las puertas de la Fortaleza del dragn rojo. +71174 Tique de entrada Si le das el Tique de entrada al respectivo guardin, podrs acceder a la Fortaleza del dragn rojo. +71175 Tique de entrada Si le das el Tique de entrada al respectivo guardin, podrs acceder a la Fortaleza del dragn rojo. +71176 Pantera negra Este sello invoca a tu misteriosa Pantera negra. +71177 Sello de leopardo Este sello invoca a tu valeroso leopardo. +71178 Enciclop. de la Luna (P) Paquete con 10 Manuales de habilidad aleatorios para Lcanos +71179 Enciclop. de la Luna (G) Paquete con 25 Manuales de habilidad aleatorios para Lcanos +71180 Pocin del ascenso (3 h) Esta pocin te permite acumular un 80% ms de experiencia durante tres horas de juego. No es comerciable. +71181 Pocin de sabidura (3h) Con esta pocin obtendrs un 100% ms de experiencia en tres horas de juego. No comerciable. +71182 Sello Muffin (marrn) Con este sello puedes invocar a Muffin, el temible pollo de combate. +71183 Sello Nugget (marrn) Con este sello puedes invocar a Nugget, el enorme pollo de combate. +71184 Sello Muffin (azul) Con este sello puedes invocar a Muffin, el temible pollo de combate. +71185 Sello Nugget (azul) Con este sello puedes invocar a Nugget, el enorme pollo de combate. +71186 Sello Muffin (verde) Con este sello puedes invocar a Muffin, el temible pollo de combate. +71187 Sello Nugget (verde) Con este sello puedes invocar a Nugget, el enorme pollo de combate. +71188 Piruleta mgica Una piruleta fabricada con ingredientes secretos que te proporciona experiencia y energa mgica para la batalla. +72001 Anillo de experiencia Aumenta la ganancia de experiencia en un 50% durante 1 hora. +72002 Anillo de experiencia Aumenta la ganancia de experiencia en un 50% durante 30 minutos. +72003 Anillo de experiencia Aumenta la ganancia de experiencia en un 50% durante 3 horas. +72004 Guantes de Ladrn Duplica tus posibilidades de capturar objetos por 10 horas. +72005 Guantes de Ladrn Duplica tus posibilidades de capturar objetos durante 30 minutos. +72006 Guantes de Ladrn Duplica tus posibilidades de capturar objetos durante 3 horas. +72007 Paquete Seda Puedes abrir una tienda privada durante 10 horas. +72008 Paquete Seda Puedes abrir una tienda privada durante 30 minutos. +72009 Paquete Seda Puedes abrir una tienda privada durante 3 horas. +72010 Pluma de pjaro del amor Una vez equipado, tus puntos de amor aumentan el doble de rpido durante 15 minutos. +72011 Pluma de pjaro del amor Una vez equipado, tus puntos de amor aumentan el doble de rpido durante 30 minutos. +72012 Pluma de pjaro del amor Una vez equipado, tus puntos de amor aumentan el doble de rpido durante 3 horas. +72013 Pescando Dentro Tus posibilidades de cazar un pescado raro son duplicadas durante 15 minutos. +72014 Pescando Dentro Tus posibilidades de cazar un pescado raro son duplicadas durante 30 minutos. +72015 Pescando Dentro Tus posibilidades de cazar un pescado raro son duplicadas durante 3 horas. +72016 Tercera Mano Una mano que recoge el dinero tirado automticamente durante 15 minutos. +72017 Tercera Mano Una mano que recoge el dinero tirado automticamente durante 30 minutos. +72018 Tercera Mano Una mano que recoge el dinero tirado automticamente durante 3 horas. +72019 Expansin de Almacn Recibes dos espacios ms de almacenamiento en tu almacn por una duracin de 15 minutos. +72020 Expansin de Almacn Recibes dos espacios ms de almacenamiento en tu almacn por una duracin de 30 minutos. +72021 Expansin de Almacn Recibes dos espacios ms de almacenamiento en tu almacn por una duracin de 3 horas. +72022 Moneda Dorada Suerte Duplica tus posibilidades de capturar Yang durante 10 horas. +72023 Moneda Dorada Suerte Duplica tus posibilidades de capturar Yang durante 30 minutos. +72024 Moneda Dorada Suerte Duplica tus posibilidades de capturar Yang durante 3 horas. +72025 Golpe Crtico Cambio de perfora +10% +72026 Golpe Crtico Cambio de perfora +10% +72027 Golpe Crtico Cambio de perfora +10% +72028 Mscara las emociones Puedes usar aciones emocionales. +72029 Mscara las emociones Puedes usar aciones emocionales. +72030 Mscara las emociones Puedes usar aciones emocionales. +72031 Ataque del Dios Dragn Incrementa tu valor de ataque en 12% - 15% durante 30 minutos. +72032 Ataque del Dios Dragn Incrementa tu valor de ataque en 12% - 15% durante 30 minutos. +72033 Ataque del Dios Dragn Incrementa tu valor de ataque en 12% - 15% durante 30 minutos. +72034 Defensa del Dios Dragn Reduce daos en un 12% ~ 15% cuando te defiendes. +72035 Defensa del Dios Dragn Reduce daos en un 12% ~ 15% cuando te defiendes. +72036 Defensa del Dios Dragn Reduce daos en un 12% ~ 15% cuando te defiendes. +72037 Vida de Dios Dragn Incrementa tu HP mximo en un 20% durante 30 minutos. +72038 Defensa de Dios Dragn Incrementa tu HP en un 20% durante 30 minutos. +72039 Defensa de Dios Dragn Incrementa tu HP en un 20% durante 30 minutos. +72040 Intel. del Dios Dragn Incrementa el mximo SP en un 20% durante 30 minutos. +72041 Intel. del Dios Dragn Incrementa el mximo SP en un 20% durante 30 minutos. +72042 Intel. del Dios Dragn Incrementa el mximo SP en un 20% durante 30 minutos. +72043 Libro del Lder Cuando el lider de un partido se equipa con el, se incrementa la EXP de los miembros del partido y del lider en un 30%. +72044 Libro del Lder Cuando el lider de un partido se equipa con el, se incrementa la EXP de los miembros del partido y del lider en un 30%. +72045 Libro del Lder Cuando el lider de un partido se equipa con el, se incrementa la EXP de los miembros del partido y del lider en un 30%. +72046 Palma Crtico Incrementa tu probabilidad de dar un golpe crtico en un 20% durante 10 minutos. +72047 Palma Crtico Incrementa tu probabilidad de dar un golpe crtico en un 20% durante 10 minutos. +72048 Palma Crtico Incrementa tu probabilidad de dar un golpe crtico en un 20% durante 10 minutos. +72301 Pergamino Bendicin Elimina el riesgo de destruir un objeto si la mejora falla. El coste de esto es que la calidad es reducida en 1 punto. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Mineral de Cobre Mgico Con este mineral y un Pergamino Bendicin se puede crear un Pergamino de la Guerra donde el herrero. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Anillo Exp. (iCafe) Incrementa la ganancia de EXP en un 20% a los miembros de iCafe. +72502 Ladrn El robo de artefactos incrementa en un 1,5 veces a los miembros de iCafe. +72701 Zapatos Viento Mientras estn equipados, aumentan tu velocidad de movimiento en 30. +72703 Pendientes Hueso Tigre Aumentan tu valor de ataque en 200 puntos durante 2 horas (el tiempo solamente avanza mientras el objeto est equipado). No se puede comerciar con el objeto. +72704 Pendientes Hueso Dragn Aumentan tu valor de defensa en 200 puntos durante 2 horas (el tiempo solamente avanza mientras el objeto est equipado). No se puede comerciar con el objeto. +72705 Brazalete Hueso Tigre El dao causado por tus habilidades aumenta un 15% durante 2 horas (el tiempo solamente avanza mientras el objeto est equipado). No se puede comerciar con el objeto. +72706 Brazalete Hueso Dragn Tu defensa contra habilidades aumenta un 15% durante 2 horas (el tiempo solamente avanza mientras el objeto est equipado). No se puede comerciar con el objeto. +72723 Elixir del Sol (P) Rellena automticamente tus HP. Contiene 1 000000 HP. +72724 Elixir del Sol (M) Rellena automticamente tus HP. Contiene 3 000 000 HP. +72725 Elixir del Sol (G) Rellena automticamente tus HP. Contiene 7 000 000 HP. +72726 Elixir del Sol (E) Rellena tus HP automticamente. Contiene 10000000 HP. Este tem es negociable. +72727 Elixir de la Luna (P) Rellena automticamente tus SP. Contiene 100 000 SP. +72728 Elixir de la Luna (M) Rellena automticamente tus SP. Contiene 300 000 SP. +72729 Elixir de la Luna (G) Rellena automticamente tus SP. Contiene 700000 SP. +72730 Elixir de la Luna (E) Rellena tus SP automticamente. Contiene 1000000 SP. Este tem es negociable. +73001 Peinado Moderno (rojo) Un peinado moderno, que te da una apariencia llamativa. +73002 Peinado Moderno (claro) Un peinado moderno, que te da un aspecto llamativo. +73003 Peinado Moderno (azul) Un peinado moderno, que te da un aspecto llamativo. +73004 Corto shaggy (marrn) Estilo favorito de los luchadores solitarios, se ve de maravilla cuando sopla el viento. +73005 Pauelo (rojo) Un corte aseado usando una venda de pelo. +73006 Pauelo (marrn) Un corte aseado usando una venda de pelo. +73007 Pauelo (azul) Un corte aseado usando una venda de pelo. +73008 Pauelo (verde) Un corte aseado usando una venda de pelo. +73009 Pelo Largo(Negro) Un conocido corte de pelo de antiguos combatientes. +73010 Pelo Largo (Rojo) Un conocido corte de pelo de antiguos combatientes. +73011 Pelo largo (marrn clar) Un conocido corte de pelo de antiguos combatientes. +73012 Pelo Largo (verde claro) Un conocido corte de pelo de antiguos combatientes. +73251 Coleta (marrn) Un estilo de pelo similar a una cola de pony. +73252 Coleta (verde) Un estilo de pelo similar a una cola de pony. +73253 Coleta (azul) Un estilo de pelo similar a una cola de pony. +73254 Coleta (marfil) Un estilo de pelo similar a una cola de pony. +73255 Medio corto (rojo) Estilo de pelo muy corto resistente al viento. +73256 Medio corto (marrn) Estilo de pelo muy corto resistente al viento. +73257 Medio corto (marrn cl) Estilo de pelo muy corto resistente al viento. +73258 Medio corto (prpura) Estilo de pelo muy corto resistente al viento. +73259 Corte Corto (rojo) Estilo de pelo muy eficiente en tareas de asesinatos. +73260 Corte Corto (Azul Cielo) Estilo de pelo muy eficiente en tareas de asesinatos. +73261 Corte Corto (Negro) Estilo de pelo muy eficiente en tareas de asesinatos. +73262 Corte Corto (Amarillo) Un estilo de pelo que te da un aspecto siniestro. +73501 Corte Pelo Dvo (Blanco) Estilo de pelo corto de muchos atletas. +73502 Corte Pelo Dvo (Marrn) Estilo de pelo corto de muchos atletas. +73503 Corte Pelo Dvo (Rubio) Estilo de pelo corto de muchos atletas. +73504 Corte Pelo Dvo (Verde) Estilo de pelo corto de muchos atletas. +73505 Pelo Carisma (blanco) Antiguo estilo de pelo que muestra un caracter individual fuerte. +73506 Pelo Carisma (rojo) Antiguo estilo de pelo que muestra un caracter individual fuerte. +73507 Pelo Carisma (negro) Antiguo estilo de pelo que muestra un caracter individual fuerte. +73508 Pelo Carisma (prpura) Antiguo estilo de pelo que muestra un caracter individual fuerte. +73509 Pelo Chic (blanco) Un estilo swept-back que mira con estilo pero grasiento, antenas es el acento dominante de este corte de pelo. +73510 Pelo Chic (azul) Un estilo swept-back que mira con estilo pero grasiento, antenas es el acento dominante de este corte de pelo. +73511 Pelo Chic (negro) Un estilo swept-back que mira con estilo pero grasiento, antenas es el acento dominante de este corte de pelo. +73512 Pelo Chic (marrn) Un estilo swept-back que mira con estilo pero grasiento, antenas es el acento dominante de este corte de pelo. +73751 Horq Mariposa (marrn) Estilo swept-up con estilo mariposa +73752 Horq Mariposa (negra) Estilo swept-up con estilo mariposa +73753 Horq Mariposa (azul) Estilo swept-up con estilo mariposa +73754 Horq Mariposa (blanca) Estilo swept-up con estilo mariposa +73755 Media Melena (castao) Estilo de corte de pelo elegante y liso. +73756 Media Melena (negro) Estilo de corte de pelo elegante y liso. +73757 Media Melena (rubio) Estilo de corte de pelo elegante y liso. +73758 Media Melena (morado) Estilo de pelo de chamanes +73759 Peinado Antiguo (marron) Estilo de pelo de mujer con pelo largo cortado en mrgenes. +73760 Peinado Antiguo (claro) Pelo largo peinado de forma tradicional. +73761 Peinado Antiguo (morado) Estilo de pelo de mujer con pelo largo cortado en mrgenes +73762 Peinado Antiguo (rojo) Estilo de pelo de mujer con pelo largo cortado en mrgenes +74001 PeinadoPeludoCorto(rojo) Un peinado que te da un aspecto inconfundible +74002 PeinadoPeludoCorto(cl.) Un peinado que te da un aspecto inconfundible +74003 PeinadoPeludoCorto(azul) Un peinado que te da un aspecto inconfundible +74004 PeinadoPeludoCorto(cast) Un peinado que te da un aspecto inconfundible +74005 Bandana (roja) Pelo corto y castao con un pauelo rojo. +74006 Bandana (castaa) Pelo corto y rubio con un pauelo claro. +74007 Bandana (azul) Pelo corto y azul con un pauelo marrn. +74008 Bandana (verde) Pelo corto y verde con un pauelo verde. +74009 Pelo atado detrs(negro) Un peinado que te da un aspecto inconfundible. +74010 Pelo atado detrs (rojo) Un peinado que te da un aspecto inconfundible. +74011 Pelo atado detrs(cast.) Un peinado que te da un aspecto inconfundible. +74012 Pelo atado detrs(verde) Un peinado que te da un aspecto inconfundible. +74013 Afro para Guerrero Confiere a un Guerrero una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +74014 Afro para Guerrero Confiere a un Guerrero una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +74015 Casco Samurai (Guerrero) Confiere a una Guerrera una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +74016 Casco Samurai (Guerrero) Confiere a un Guerrero una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +74017 Fez para Guerrero Un tocado rojo para Guerreros (dura 7 das) +74018 Kufiya para Guerrero Un pauelo para Guerreros (dura 7 das). +74019 Turbante para Guerrero Una cobertura para la cabeza, hecha de tela fina, para Guerreros (dura 7 das). +74020 Careta calabaza Guerrero Una careta para Guerreros en forma de calabaza. Sus atributos y duracin son aleatorios. Sustituye al peinado, si lo hay. +74251 Cola de caballo(castao) Pelo largo y castao recogido en una trenza, un peinado muy apreciado por las mujeres. +74252 Cola de caballo (verde) Pelo largo y verde recogido en una trenza, un peinado muy apreciado por las mujeres. +74253 Cola de caballo (azul) Pelo largo y azul recogido en una trenza, un peinado muy apreciado por las mujeres. +74254 Cola de caballo (marfil) Pelo largo y claro recogido en una trenza, un peinado muy apreciado por las mujeres. +74255 Pelo Medio Corto (rojo) Un peinado de aspecto moderno y descarado. +74256 Pelo Medio Corto(cast.) Un peinado de aspecto moderno y descarado. +74257 Pelo Medio Corto (claro) Un peinado de aspecto moderno y descarado. +74258 PeloMedioCorto(purpura) Un peinado de aspecto moderno y descarado. +74259 Pelo corto (rojo) Peinado rojo de estilo Ninja. +74260 Pelo corto (azul) Peinado azul de estilo Ninja. +74261 Pelo corto (negro) Peinado negro de estilo Ninja. +74262 Pelo corto (rubio) Peinado rubio de estilo Ninja. +74263 Afro para Ninja (f) Confiere a una Ninja una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +74264 Afro para Ninja (f) Confiere a una Ninja una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +74265 Sombrero Flores Ninja(f) Confiere a una Ninja una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +74266 Sombrero Flores Ninja(f) Confiere a una Ninja una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +74267 Chal para Ninja (f) Un velo para la cara, hecho con un valioso tejido, para Ninjas femeninos (dura 7 das). +74268 Velo para Ninja (f) Un echarpe para el desierto para Ninjas femeninos, fabricado con un tejido noble (dura 7 das). +74269 Turbante para Ninja (f) Un turbante para Ninjas femeninos, fabricado con una tela muy valiosa (dura 7 das). +74270 Careta calabaza Ninja(f) Una careta para Ninjas femeninos en forma de calabaza. Sus atributos y duracin son aleatorios. Sustituye al peinado, si lo hay. +74501 PeloDeportivoCorto(blan) Un corte de pelo de estilo militar. +74502 PeloDeportivoCorto(cast) Un corte de pelo de estilo militar. +74503 PeloDeportivoCorto(amar) Un corte de pelo de estilo militar. +74504 PeloDeportivoCorto(verd) Un corte de pelo de estilo militar. +74505 Pelo carismtico(blanco) Un peinado que acenta un fuerte carcter individual. +74506 Pelo carismtico (rojo) Un peinado que acenta un fuerte carcter individual. +74507 Pelo carismtico (negro) Un peinado que acenta un fuerte carcter individual. +74508 Pelo carismtico(morado) Un peinado que acenta un fuerte carcter individual. +74509 Trenza Larga (blanco) Un peinado de estilo antiguo con trenzas, que una vez fue smbolo de riqueza. +74510 Trenza Larga (azul) Un peinado de estilo antiguo con trenzas, que una vez fue smbolo de riqueza. +74511 Trenza Larga (negro) Un peinado de estilo antiguo con trenzas, que una vez fue smbolo de riqueza. +74512 Trenza Larga (castao) Un peinado de estilo antiguo con trenzas, que una vez fue smbolo de riqueza. +74513 Afro para Sura (m) Le otorga a un Sura masculino una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +74514 Afro para Sura (m) Le otorga a un Sura masculino una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +74515 Casco Samurai de Sura(m) Le otorga a un Sura masculino una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +74516 Casco Samurai de Sura(m) Le otorga a un Sura masculino una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +74517 Fez para Sura (m) Un tocado rojo para Suras masculinos (dura 7 das). +74518 Kufiya para Sura (m) Un pauelo para Suras masculinos (dura 7 das). +74519 Turbante para Sura (m) Una cobertura para la cabeza, hecha de tela fina, para Suras masculinos (dura 7 das). +74520 Careta calabaza Sura (m) Una careta para Suras en forma de calabaza. Sus atributos y duracin son aleatorios. Sustituye al peinado, si lo hay. +74521 Peinado de moda (gris) Un peinado que te da un aspecto inconfundible +74522 Pauelo Un corte aseado con una cinta para el pelo. +74523 Pelo largo (rubio) Un corte impresionante con una hermosa melena rubia. +74524 Peinado de moda (dorado) Moderno moreno dorado decorado con una cinta para el pelo. +74525 Pauelo (negro) Pelo revuelto sujeto con un pauelo. +74526 Pelo largo (rojo rub) Magnfico pelo color rub +74527 Coleta (rojo) Pelo largo atado en una coleta. +74528 Media melena/agua Un corte aseado con un pauelo azul +74529 Pelo corto (marrn) Un corte prctico que te da un aspecto sombro. +74530 Coleta (rojo) Pelo largo y rojo atado en una coleta: un peinado muy apreciado entre mujeres +74531 Media melena/negro Un peinado de aspecto moderno y descarado. +74532 Pelo corto (gris) Estilo de pelo muy prctico que da un aspecto amenazante. +74533 Corte deportivo (negro) Un corte de pelo de estilo militar. +74534 Corte carisma (rubio) Un peinado que subraya el carcter individual. +74535 Trenza larga (rosa) Trenza al estilo antiguo, antao smbolo de los ricos. +74536 Corte deportivo (lila) Un peinado corto y extravagante. +74537 Corte carisma (rubio) Un peinado carismtico para pelo largo +74538 Coleta larga (real) Trenza al estilo antiguo, antao smbolo de los ricos. +74539 Peinado noble (violeta) Un peinado noble con el pelo recogido +74540 Media melena (oscuro) Un elegante peinado de chamn. +74541 Peinado antiguo (blanco) Pelo largo al estilo tradicional. +74542 Peinado noble (rojo) Un elegante recogido sujeto con una horquilla de mariposa. +74543 Media melena (blanco) Pelo lacio y elegante +74544 Peinado antiguo (negro) Un peinado femenino con pelo largo y a capas. +74545 Trenzas tribales (rojo) Trenzas decoradas con perlas de madera que marcan la pertenencia a la tribu. +74546 Trenzas tribales (amar.) Trenzas decoradas con perlas de madera amarillas que marcan la pertenencia a la tribu. +74547 Trenzas tribales (azul) Trenzas decoradas con perlas de madera azules que marcan la pertenencia a la tribu. +74548 Trenzas tribales (viol.) Trenzas decoradas con perlas de madera violetas que marcan la pertenencia a la tribu. +74549 Trenzas tribales (verde) Trenzas decoradas con perlas de madera verdes que marcan la pertenencia a la tribu. +74550 Protec. frontal (dorado) Proteccin para la cabeza decorada con adornos tradicionales para el pelo a juego. +74551 Protec. frontal (negro) Proteccin para la cabeza decorada con adornos tradicionales para el pelo a juego. +74552 Protec. frontal (rojo) Proteccin para la cabeza decorada con adornos tradicionales para el pelo a juego. +74553 Protec. frontal (azul) Proteccin para la cabeza decorada con adornos tradicionales para el pelo a juego. +74554 Protec. frontal (blanco) Proteccin para la cabeza decorada con adornos tradicionales para el pelo a juego. +74555 Protec. cabeza (dorado) Proteccin para la cabeza y los temporales decorada al detalle con adornos tradicionales para el pelo. +74556 Protec. cabeza (negro) Proteccin para la cabeza y los temporales decorada al detalle con adornos tradicionales para el pelo. +74557 Protec. cabeza (rojo) Proteccin para la cabeza y los temporales decorada al detalle con adornos tradicionales para el pelo. +74558 Protec. cabeza (azul) Proteccin para la cabeza y los temporales decorada al detalle con adornos tradicionales para el pelo. +74559 Protec. cabeza (verde) Proteccin para la cabeza y los temporales decorada al detalle con adornos tradicionales para el pelo. +74751 Horquilla (castao) Un elegante peinado sujeto con una horquilla de mariposa. +74752 Horquilla (negro) Un elegante peinado sujeto con una horquilla de mariposa. +74753 Horquilla (azul) Un elegante peinado sujeto con una horquilla de mariposa. +74754 Horquilla (blanca) Un elegante peinado sujeto con una horquilla de mariposa. +74755 Media Melena (castao) Un elegante peinado de Chamn. +74756 Media Melena (negro) Un elegante peinado de Chamn. +74757 Media Melena (rubio) Un elegante peinado de Chamn. +74758 Media Melana (morado) Un elegante peinado de Chamn. +74759 Peinado Antiguo (casta) Un peinado femenino con pelo largo y a capas. +74760 Peinado Antiguo (rubio) Un peinado femenino con pelo largo y a capas. +74761 Peinado Antiguo (morado) Un peinado femenino con pelo largo y a capas. +74762 Peinado Antiguo (rojo) Un peinado femenino con pelo largo y a capas. +74763 Afro para Chamana Le otorga a una Chamana una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +74764 Afro para Chamana Le otorga a una Chamana una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +74765 Sombrero Flores Chamana Le otorga a una Chamana una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +74766 Sombrero Flores Chamana Le otorga a una Chamana una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +74767 Chal para Chamana Un velo para la cara, hecho con un valioso tejido, para Chamanas (dura 7 das). +74768 Velo para Chamana Un echarpe para el desierto para Chamanas, fabricado con un tejido noble (dura 7 das). +74769 Turbante para Chamana Un turbante para Chamanas, fabricado con una tela muy valiosa (dura 7 das). +74770 Careta calabaza Chamana Una careta para Chamanas en forma de calabaza. Sus atributos y duracin son aleatorios. Sustituye al peinado, si lo hay. +75001 Peinado de moda (rojo) Pelo rojo atado con una cinta en un moderno peinado. +75002 Peinado de moda (claro) Pelo claro atado con una cinta en un moderno peinado. +75003 Peinado de moda (azul) Pelo azul atado con una cinta en un moderno peinado. +75004 Peinado de moda(castao) Pelo castao atado con una cinta en un moderno peinado. +75005 CintaEnLaCabeza(castao) Pelo despeinado sujeto con un pauelo. +75006 CintaEnLaCabeza(rubio) Pelo despeinado sujeto con un pauelo. +75007 CintaEnLaCabeza(azul) Pelo despeinado sujeto con un pauelo. +75008 CintaEnLaCabeza(verde) Pelo despeinado sujeto con un pauelo. +75009 Pelo completo (negro) Maravilloso pelo negro. +75010 Pelo completo (rojo) Maravilloso pelo rojo. +75011 Pelo completo (castao) Maravilloso pelo castao. +75012 Pelo completo (verde) Maravilloso pelo verde. +75013 Afro para Guerrera Confiere a una Guerrera una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +75014 Afro para Guerrera Confiere a una Guerrera una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +75015 Sombrero Flores Guerrera Confiere a una Guerrera una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +75016 Sombrero Flores Guerrera Confiere a una Guerrera una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +75017 Chal para Guerrera Un velo para la cara, hecho con un valioso tejido, para Guerreras (dura 7 das). +75018 Velo para Guerrera Un echarpe para el desierto para Guerreras, fabricado con un tejido noble (dura 7 das). +75019 Turbante para Guerrera Una cobertura para la cabeza, hecha de tela fina, para Guerreras (dura 7 das). +75020 Careta calabaza Guerrera Una careta para Guerreras en forma de calabaza. Sus atributos y duracin son aleatorios. Sustituye al peinado, si lo hay. +75201 Cola de caballo(castao) Pelo atado en la parte de atrs de la cabeza. +75202 Cola de caballo(verde) Pelo atado en la parte de atrs de la cabeza. +75203 Cola de caballo(azul) Pelo atado en la parte de atrs de la cabeza. +75204 Cola de caballo(gris) Pelo atado en la parte de atrs de la cabeza. +75205 Pauelo (blanco) Un discreto peinado con un pauelo blanco. +75206 Pauelo (verde) Un discreto peinado con un pauelo verde. +75207 Pauelo (castao) Un discreto peinado con un pauelo claro. +75208 Pauelo (rojo) Un discreto peinado con un pauelo rojo. +75209 Pelo peludo (rojo) Un peinado que te da un aspecto siniestro. +75210 Pelo peludo (azul) Un peinado que te da un aspecto siniestro. +75211 Pelo peludo (negro) Un peinado que te da un aspecto siniestro. +75212 Pelo peludo (amarillo) Un peinado que te da un aspecto siniestro. +75213 Afro para Ninja (m) Le otorga a un Ninja una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +75214 Afro para Ninja (m) Le otorga a un Ninja una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +75215 Casco Samurai, Ninja (m) Le otorga a un Ninja una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +75216 Casco Samurai, Ninja (m) Le otorga a un Ninja una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +75217 Fez para Ninja (m) Un tocado rojo para Ninjas masculinos (dura 7 das). +75218 Kufiya para Ninja (m) Un pauelo para Ninjas masculinos. Protege contra las tormentas de arena (dura 7 das). +75219 Turbante para Ninja (m) Una cobertura para la cabeza, hecha de tela fina, para Ninjas masculinos (dura 7 das). +75220 Careta calabaza Ninja(m) Una careta para Ninjas en forma de calabaza. Sus atributos y duracin son aleatorios. Sustituye al peinado, si lo hay. +75401 Peinado con moo (gris) Un extravagante peinado tpico de las mujeres Sura. +75402 Peinado con moo(cast.) Un extravagante peinado tpico de las mujeres Sura. +75403 Peinado con moo(amar.) Un extravagante peinado tpico de las mujeres Sura. +75404 Peinado con moo(verde) Un extravagante peinado tpico de las mujeres Sura. +75405 Pelo largo (blanco) Pelo blanco largo que te da un aspecto tenaz. +75406 Pelo largo (rojo) Pelo rojo largo que te da un aspecto tenaz. +75407 Pelo largo (negro) Pelo negro largo que te da un aspecto tenaz. +75408 Pelo largo (violeta) Pelo violeta largo que te da un aspecto tenaz. +75409 Larga coleta (blanco) Peinado con trenza. +75410 Trenza Larga (morado) Peinado con trenza. +75411 Larga coleta (negro) Peinado con trenza. +75412 Larga coleta (castao) Peinado con trenza. +75413 Afro para Sura (f) Confiere a una Sura una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +75414 Afro para Sura (f) Confiere a una Sura una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +75415 Sombrero Flores Sura (f) Confiere a una Sura una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +75416 Sombrero Flores Sura (f) Confiere a una Sura una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +75417 Chal para Sura (f) Un velo para la cara, hecho con un valioso tejido, para Suras femeninos (dura 7 das). +75418 Velo para Sura (f) Un echarpe para el desierto para Suras femeninos, fabricado con un tejido noble (dura 7 das). +75419 Turbante para Sura (f) Una cobertura para la cabeza, hecha de tela fina, para Suras femeninos (dura 7 das). +75420 Careta calabaza Sura (f) Una careta para Suras femeninos en forma de calabaza. Sus atributos y duracin son aleatorios. Sustituye al peinado, si lo hay. +75601 Trenza a la moda(cast.) Un corte moderno que da al Chamn una expresin fuerte. +75602 Trenza a la moda(negro) Un corte moderno que da al Chamn una expresin fuerte. +75603 Trenza a la moda (azul) Un corte moderno que da al Chamn una expresin fuerte. +75604 Trenza a la moda (gris) Un corte moderno que da al Chamn una expresin fuerte. +75605 Pelo largo (castao) Pelo castao liso. +75606 Pelo largo (negro) Pelo negro liso. +75607 Pelo largo (claro) Pelo rubio liso. +75608 Pelo largo (morado) Pelo violeta liso. +75609 CorteDePeloAntiguo(cast) Peinado antiguo de los Guerreros. El pelo castao se lleva atado en una trenza. +75610 CorteDePeloAntiguo(cla) Peinado antiguo de los Guerreros. El pelo claro se lleva atado en una trenza. +75611 CorteDePeloAntiguo(viol) Peinado antiguo de los Guerreros. El pelo violeta se lleva atado en una trenza. +75612 CorteDePeloAntiguo(Rojo) Peinado antiguo de los Guerreros. El pelo rojo se lleva atado en una trenza. +75613 Afro para Chamn Confiere a un Chamn una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +75614 Afro para Chamn Confiere a un Chamn una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +75615 Casco Samurai (Chamn) Confiere a un Chamn una bonificacin del 1% de HP. Sustituye anteriores peinados (dura 7 das). +75616 Casco Samurai (Chamn) Confiere a un Chamn una bonificacin del 1% de SP. Sustituye anteriores peinados (dura 7 das). +75617 Fez para Chamn Un tocado rojo para Chamanes (dura 7 das). +75618 Kufiya para Chamn Un pauelo para Chamanes. Protege contra las tormentas de arena (dura 7 das). +75619 Turbante para Chamn Una cobertura para la cabeza, hecha de tela fina, para Chamanes (dura 7 das). +75620 Careta calabaza Chamn Una careta para Chamanes en forma de calabaza. Sus atributos y duracin son aleatorios. Sustituye al peinado, si lo hay. +76000 Vino flor melocotn Bebida que te permitir regenerar inmediatamente tus puntos de vida (HP) en 500 puntos. No comerciable. +76001 Reseteo de Atributos La aplicacin de este objeto hace posible que redistribuyas tus atributos, por lo que puedes desarrollar tu personaje de otra manera. No comerciable. +76002 Cabeza reducida Esta cabeza de demonio reducida abre el sello al tercer piso de la Catacumba del Diablo. No comerciable. +76003 Pocin de Prisa Esta pocin reduce tu tiempo de carga de habilidades en un 20 por ciento durante 30 minutos. No comerciable. +76004 Elixir de la Luna (P) Rellena automticamente tus SP. Contiene 10 000 SP. No comerciable. +76005 Elixir de la Luna (M) Rellena automticamente tus SP. Contiene 300 000 SP. No comerciable. +76006 Brjula para Metins La brjula te muestra la posicin y la distancia del prximo Metin. Cuanto ms brilla, ms cerca ests. Puede ser activada 6 veces. No comerciable. +76007 Capa de valor Los Guerreros antiguos exhiban su valenta vistiendo una capa colorida con la que atraan la atencin de los monstruos. No comerciable. +76008 Medalla del Dragn Te protege de la prdida de experiencia cuando seas revivido. No comerciable. +76009 Pergamino Dragn Elimina el riesgo de destruir un objeto si la mejora falla. Slo la calidad se reduce un paso. Adems la probabilidad de una mejora exitosa se incrementa un 10%. No comerciable. +76010 Piedra de Sangre Esta piedra hecha con la sangre de Bahar-Tarajis garantiza el ingreso en la Gruta del Exilio. No comerciable. +76011 Libro del Lder Mientras el lder de un grupo est equipado con este libro, todos los miembros del grupo obtendrn un 30% ms de puntos de experiencia. No comerciable. +76012 Pocin de Velocidad Subes tu velocidad de movimiento a 60 durante 30 minutos. No comerciable. +76013 Objeto de Coaccin (az.) Con algo de suerte aade un bonus a uno de tus objetos (hasta un mximo de 4 bonificaciones). Objeto del Bal de Nivel, no comerciable. +76014 Objeto Encantado (az.) Elimina los bonos de uno de tus objetos y aade nuevos. Objeto del Bal de Nivel, no comerciable. +76015 Bola bendicin Una bola legendaria bendita. Si un objeto tiene 4 atributos, esta bola le aade otro atributo. Objeto del Bal de Nivel, no comerciable. +76016 Pergamino Bendicin Elimina el riesgo de destruir un objeto si la mejora falla. El coste de esto es que la calidad es reducida en 1 punto. Objeto del Bal de Nivel, no comerciable. +76017 Pocin de Ataque +10 Incrementa tu velocidad de ataque en un 10% durante 30 minutos. No comerciable. +76018 Pocin de Ataque +15 Incrementa tu velocidad de ataque en un 15% durante 30 minutos. No comerciable. +76019 Tique de entrada Si le muestras este Tique de entrada al respectivo guardin, podrs acceder al siguiente piso de la Mazmorra de las Araas as como a la Fortaleza del Dragn Rojo. No comerciable. +76020 Elixir del Investigador Mejora la calidad de los objetos de investigacin que has recogido, por consiguiente incrementa la probabilidad de que sean aceptados. No comerciable. +76021 Elixir del Sol (P) Rellena automticamente tus HP. Contiene 100 000 HP. No comerciable. +76022 Elixir del Sol (M) Rellena automticamente tus HP. Contiene 3 000 000 HP. No comerciable. +76023 Magia Verde Elimina los bonos de uno de tus objetos y aade nuevos. Solamente se puede utilizar en armas y armaduras de hasta nivel 40. Objeto del Bal de Nivel, no comerciable. +76024 Fuerza Verde Con algo de suerte aade un bonus a uno de tus objetos (hasta un mximo de 4 bonificaciones). Solamente se puede utilizar en armas y armaduras de hasta nivel 40. Objeto del Bal de Nivel, no comerciable. +76025 Zapatos de viento Aumentan tu velocidad de movimiento en 30 mientras ests equipado con ellos. +79501 Carcaj del arquero Un carcaj que te proporciona un nmero ilimitado de flechas durante 24 horas. Los daos causados no disminuyen con la distancia. +79502 Carcaj del arquero Un carcaj que te proporciona un nmero ilimitado de flechas durante 7 das. Los daos causados no disminuyen con la distancia. +79503 Carcaj del arquero Un carcaj que te proporciona un nmero ilimitado de flechas para la batalla. Los daos causados no disminuyen con la distancia. +79504 Carcaj del arquero Un carcaj que te proporciona un nmero ilimitado de flechas para la batalla. Los daos causados no disminuyen con la distancia. +80001 MPote Dinero Una bolsita oscura y ya utilizada tejida con cuero. +80002 Papel en Blanco Un pergamino sin usar de buena calidad. +80008 Terrn Oro Terrn del oro que nunca se ha hecho a mano. Se vende en una tienda con un alto precio. +80014 Cupn de Dr (100) Cupn por valor de 100 Monedas Dragn. Este objeto es comerciable. +80015 Cupn de Dr (500) Cupn por valor de 500 Monedas Dragn. Este objeto es comerciable. +80016 Cupn de Dr (1000) Cupn por valor de 1000 Monedas Dragn. Este objeto es comerciable. +80017 Cupn de Dr (50) Cupn por valor de 50 Monedas Dragn. Este objeto es comerciable. +80019 Tela delicada Este material sirve para fabricar Estolas. +90000 Ttulo de retroceso Utiliza el Ttulo de retroceso para eliminar bonificaciones de una Estola. +90001 Botella Agua Vaca Un recipiente de viaje para transportar agua - por desgracia, esta vaco ahora mismo. +90002 Botella Agua Un recipiente estable de viaje para transportar agua. +90003 Cristal Una gema especialmente clara y bonita que brilla fascinantemente a la luz del sol. +90004 Gema Una piedra arenosa de bonito color y sin relive que se usa al producir adornos. +90005 Piedra Agua Una piedra dura y tosca que puede ser usada para afilar armas o utensilios de cocina. +90006 Piedra Espiritu Esta piedra, aadida a armas o armaduras, incrementa la calidad del objeto. +90007 Mineral Esto son unos 4000 minerales que difieren en la estructura del cristal y tambin difieren en forma y color. +90010 Piedra Fundacin Material de construccin para los edificios del gremio +90011 Tronco Material de construccin para los edificios del gremio +90012 Chapeado Material de construccin para los edificios del gremio +90013 diff --git a/bin/pack/locale_es/locale/es/jobdesc_assassin.txt b/bin/pack/locale_es/locale/es/jobdesc_assassin.txt new file mode 100644 index 00000000..582bab8a --- /dev/null +++ b/bin/pack/locale_es/locale/es/jobdesc_assassin.txt @@ -0,0 +1,16 @@ +[DELAY value;10] +Los Ninjas son asesinos[ENTER] +profesionales que siempre[ENTER] +son capaces de golpear desde[ENTER] +un ambush. Para garantizar[ENTER] +su agilidad y velocidad,[ENTER] +[WAIT] +slo visten una armadura[ENTER] +protectora muy ligera. Segn[ENTER] +su especializacin, los[ENTER] +Ninjas pueden ser maestros[ENTER] +situaciones cuerpo a cuerpo[ENTER] +[WAIT] +con dagas, o en situaciones[ENTER] +de combate a distancia con[ENTER] +arcos. \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/jobdesc_shaman.txt b/bin/pack/locale_es/locale/es/jobdesc_shaman.txt new file mode 100644 index 00000000..483938a6 --- /dev/null +++ b/bin/pack/locale_es/locale/es/jobdesc_shaman.txt @@ -0,0 +1,12 @@ +[DELAY value;10] +Los Chamanes son muy sabios[ENTER] +y usan Conjuros y Magias. En[ENTER] +la batalla y en la ayuda de[ENTER] +sus amigos, sus Habilidades[ENTER] +msticas son muy efectivas.[ENTER] +[WAIT] +Con la especializacin un[ENTER] +Chamn puede hacer ms[ENTER] +fuertes sus ataques o[ENTER] +mejorar sus hechizos de[ENTER] +Curacin y Apoyo. \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/jobdesc_sura.txt b/bin/pack/locale_es/locale/es/jobdesc_sura.txt new file mode 100644 index 00000000..cf2f6aac --- /dev/null +++ b/bin/pack/locale_es/locale/es/jobdesc_sura.txt @@ -0,0 +1,21 @@ +[DELAY value;10] +Los Sura son Luchadores que[ENTER] +recibieron poderes mgicos[ENTER] +aceptando dejar crecer la[ENTER] +Semilla del Diablo en sus[ENTER] +brazos. La magia que[ENTER] +[WAIT] +controlan ahora les permite[ENTER] +herir a sus enemigos desde[ENTER] +la distancia en situaciones[ENTER] +de combate a distancia,[ENTER] +mientras que su habilidad[ENTER] +[WAIT] +con la espada les hace[ENTER] +excelentes luchadores cuerpo[ENTER] +a cuerpo. Los Suras pueden[ENTER] +elegir mejorar sus hechizos[ENTER] +de ataque o desarrollar[ENTER] +[WAIT] +hechizos fortalecedores[ENTER] +adicionales. \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/jobdesc_warrior.txt b/bin/pack/locale_es/locale/es/jobdesc_warrior.txt new file mode 100644 index 00000000..c01de1ac --- /dev/null +++ b/bin/pack/locale_es/locale/es/jobdesc_warrior.txt @@ -0,0 +1,20 @@ +[DELAY value;10] +Gracias a sus habilidades[ENTER] +as como a su armadura[ENTER] +pesada, los Guerreros[ENTER] +desempean un papel[ENTER] +importante en situaciones de[ENTER] +[WAIT] +combate cuerpo a cuerpo. Se[ENTER] +esfuerzan principalmente por[ENTER] +una gran fuerza fsica y una[ENTER] +mente calmada y equilibrada.[ENTER] +Dependiendo de su[ENTER] +[WAIT] +especialidad elegida, pueden[ENTER] +hacer estragos con sus armas[ENTER] +a dos manos o con su hbil[ENTER] +uso de espada y escudo, con[ENTER] +lo que pueden defenderse de[ENTER] +[WAIT] +cualquier ataque enemigo. \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/locale_game.txt b/bin/pack/locale_es/locale/es/locale_game.txt new file mode 100644 index 00000000..4439b9b9 --- /dev/null +++ b/bin/pack/locale_es/locale/es/locale_game.txt @@ -0,0 +1,936 @@ +AFF_LOVE_POINT Puntos de amor: %d%% +ALIGNMENT_NAME Puntos de clasificacin: +ATTACK_ERROR_UNKNOWN Error desconocido de ataque: %s +CANNOT_ATTACK_DEST_IN_SAFE El combatiente est demasiado lejos. +CANNOT_ATTACK_SELF_IN_SAFE No puedo atacar. +CANNOT_EQUIP_IN_EXCHANGE No puedes cambiar ningn equipamiento mientras comercias. +CANNOT_EQUIP_IN_SHOP No puedes cambiar ningn equipamiento mientras comercias. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA No puedes abrir un almacn privado en un rea pblica. +CANNOT_SHOOT_DEST_IN_SAFE El enemigo est demasiado lejos. +CANNOT_SHOOT_EMPTY_ARROW Necesito una flecha. +CANNOT_SHOOT_SELF_IN_SAFE No puedo hacer eso. +CANNOT_SKILL_APPROACH Estoy seguro de que no puedo acercarme ms. +CANNOT_SKILL_ATTACK No puedo atacar. +CANNOT_SKILL_BLUE Si el Alma lobuna escarlata se encuentra activa, no puedes utilizar el Alma lobuna ndigo. +CANNOT_SKILL_DEST_IN_SAFE El enemigo est demasiado lejos. +CANNOT_SKILL_EQUIP_FISHING_ROD Necesito una caa. +CANNOT_SKILL_HAVE_TO_RIDE Necesito un caballo antes de poder usar esto. +CANNOT_SKILL_NEED_EMPTY_BOTTLE No tengo una botella vacia. +CANNOT_SKILL_NEED_POISON_BOTTLE No tengo una botella de veneno. +CANNOT_SKILL_NEED_TARGET Quinl es el objetivo? +CANNOT_SKILL_NOT_ENOUGH_HP No tengo suficiente HP! +CANNOT_SKILL_NOT_ENOUGH_SP No tengo suficiente SP! +CANNOT_SKILL_NOT_HORSE_SKILL No puedo usar esto mientras cabalgo. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON No puedo usar esta habilidad con este arma. +CANNOT_SKILL_NOT_YET_LEARN No he aprendido esta habilidad. +CANNOT_SKILL_ONLY_FOR_ALLIANCE Esto slo afecta a los miembros del grupo. +CANNOT_SKILL_ONLY_FOR_CORPSE Esto slo afecta a los muertos. +CANNOT_SKILL_RED Si el Alma lobuna ndigo se encuentra activa, no puedes utilizar el Alma lobuna escarlata. +CANNOT_SKILL_REMOVE_FISHING_ROD No puedo usar esta habilidad con una caa. +CANNOT_SKILL_SELF_IN_SAFE No puedo atacar desde aqu. +CANNOT_SKILL_USE_SELF No puedo usar esto conmigo mismo. +CANNOT_SKILL_WAIT_COOLTIME An no puedo usar esta habilidad. +CANNOT_USE No se puede usar. +CANNOT_WHISPER_DEST_REFUSE %s ha bloqueado el susurro. SA +CANNOT_WHISPER_NOT_LOGON %s no est conectado. SA +CANNOT_WHISPER_SELF_REFUSE No puedes susurrar algo a alguien si has bloqueado el susurro. SNA +CHANNEL Canal +CHANNELING_CANNOT_LOGOUT No puedes regresar a la pantalla de registro. +CHANNEL_EMPTY_SERVER No servidor +CHANNEL_NORMAL Canal %d +CHANNEL_NOTIFY_FULL Este canal est lleno! Por favor, selecciona otro. +CHANNEL_NOT_FIND_INFO No se ha encontrado ninguna informacin a travs de este canal. +CHANNEL_PVP Duelo libre +CHANNEL_SELECT_CHANNEL Elige el canal +CHANNEL_SELECT_REGION Elegir la regin. +CHANNEL_SELECT_SERVER Elige servidor +CHANNEL_TEST_SERVER Test de servidor +CHANNEL_TEST_SERVER_ADDR Test %s:%d +CHARACTER_CREATE_MODE Crear personaje +CHARACTER_SELECT_MODE Seleccionar personaje +CHAT_ALL Todo +CHAT_BLOCK Bloquear +CHAT_GUILD Gremio +CHAT_INFORMATION Info +CHAT_INSULT_STRING Esta frase contiene palabras invlidas. +CHAT_LOG Mostrar mensajes antiguos [L] +CHAT_LOG_TITLE Protocolo del chat +CHAT_NORMAL Normal +CHAT_NOTICE Anuncio +CHAT_PARTY Grupo +CHAT_SEND_CHAT Enviar chat +CHAT_SEND_MEMO Enviar susurro[Shift+Enter] +CHAT_SHOUT Llamar +CHAT_SHOUT_LIMIT Slo puedes llamar cada 15 segundos. +CHAT_WHISPER Conversacin +COMB_ALREADY_APPEND +COMB_CANT_APPEND_ITEM No se puede utilizar este objeto. +COMB_CANT_APPEND_SEALED_ITEM No puedes usar objetos que se encuentren bajo el efecto de la Unin al alma. +COMB_COST Precio: %s +COMB_IS_CONTINUE_PROCESS Quieres continuar? +COMB_NOTICE No puedes abrir una tienda privada mientras canjeas libros. +COMB_NOTICE_NOT_OPEN No puedes canjear libros si has abierto una tienda privada. +COMB_NOT_ALL_SLOT_APPEND_ITEM Necesitas un segundo atuendo para poder transferir las bonificaciones. +COMB_NOT_FULL_BOOK No, as no vamos a hacer negocios. Como ya te expliqu, solamente canjeo libros si me puedes traer al menos 10 de ellos. +COMB_NOT_ITEM_IN_INVENTORY No puedes utilizar un objeto equipado. +COMB_NOT_MEDIUM_ITEM No se puede utilizar este objeto. +COMB_WILL_REMOVE_MATERIAL Se ha destruido el atuendo 2. +CREATE_ERROR_GM_NAME No tienes permitido usar 'GM' en el nombre de tu personaje. +CREATE_ERROR_INSULT_NAME Este nombre es invlido. +CREATE_ERROR_LIMIT_LEVEL Tu personaje tiene que haber alcanzado el nivel 80 como mnimo. +CREATE_ERROR_TIME_LIMIT Puedes crear un personaje cada 30 segundos. +CREATE_ERROR_WRONG_STRING El nombre de tu personaje no puede contener caracteres especiales. +CREATE_EXIST_SAME_NAME Alguien ya est usando este nombre de personaje. +CREATE_FAILURE No puedes crear el personaje. +CREATE_FULL No puedes crear ms personajes. +CREATE_GM_NAME GM +CREATE_INPUT_NAME Introducir el nombre. +CREATE_PLUS_STAT Todava hay puntos de estado restantes. +DAY Das +DONT_USE_ITEM_WHEN_SHOW_CONFIRM No se pueden mover objetos durante una peticin. +DO_YOU_BUY_ITEM1 Deseas comprar %s por %s? +DO_YOU_BUY_ITEM2 Deseas comprar %s %s por %s? +DO_YOU_DROP_MONEY Quieres tirar %d Yang? +DO_YOU_SELL_ITEM1 Deseas vender %s por %s? +DO_YOU_SELL_ITEM2 Deseas vender %s %s por %s? +DRAGON_SOUL_CANNOT_REFINE No puedes refinar esta Piedra dragn. +DRAGON_SOUL_CANNOT_REFINE_MORE Esta Piedra dragn ya ha alcanzado el mayor nivel posible. +DRAGON_SOUL_EQUIP_WARNING1 Es difcil volver a retirar una Piedra dragn. +DRAGON_SOUL_EQUIP_WARNING2 Quieres continuar de todas formas? +DRAGON_SOUL_EXPIRED Piedra dragn caducada +DRAGON_SOUL_INVALID_DRAGON_SOUL Esta no es la Piedra dragn adecuada. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL Eso no es una Piedra dragn. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE Esta no es la Piedra dragn correcta. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL No tienes material suficiente para refinar. +DRAGON_SOUL_NOT_MATCHED_SLOT La Piedra dragn no encaja en esta ranura. +DRAGON_SOUL_STEP_LEVEL1 Pureza: mate. +DRAGON_SOUL_STEP_LEVEL2 Pureza: clara. +DRAGON_SOUL_STEP_LEVEL3 Pureza: lmpida. +DRAGON_SOUL_STEP_LEVEL4 Pureza: brillante. +DRAGON_SOUL_STEP_LEVEL5 Pureza: excelente. +DRAGON_SOUL_STRENGTH Nivel: +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 No se ha podido destruir la Piedra dragn. +DRAGON_SOUL_UNEQUIP_WARNING2 Quieres continuar de todas formas? +DRAGON_SOUL_UNMATCHED_SLOT Esa es la ranura incorrecta. +DRAGON_SOUL_UNQUALIFIED Todava no puedes utilizar la alquimia de Piedras dragn. +DROP_ITEM_FAILURE_EQUIP_ITEM No puedes dejar caer los objetos que te has equipado. +DROP_ITEM_FAILURE_PRIVATE_SHOP No puedes dejar caer ningn objeto mientras tengas abierta una tienda privada. +DROP_MONEY_FAILURE_1000_OVER Puedes dejar caer un mximo de 999 Yang. +EMOTION_ANGRY Irritante +EMOTION_ATTRACTIVE Seduccin +EMOTION_BANTER Burln +EMOTION_CHEERS_1 Salud 1 +EMOTION_CHEERS_2 Salud 2 +EMOTION_CHEERUP Animar +EMOTION_CHOOSE_ONE Elige un objetivo +EMOTION_CLAP Aplausos +EMOTION_CLAP_KISS Beso +EMOTION_CONGRATULATION Aprobacin +EMOTION_DANCE_1 Baile 1 +EMOTION_DANCE_2 Baile 2 +EMOTION_DANCE_3 Baile 3 +EMOTION_DANCE_4 Baile 4 +EMOTION_DANCE_5 Baile 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE Perdn +EMOTION_FRENCH_KISS Beso Francs +EMOTION_JOY Alegra +EMOTION_SAD Triste +EMOTION_SHY Rechazo +EMOTION_SLAP Golpe +EMPIRE_A Reino Shinsoo +EMPIRE_B Reino Chunjo +EMPIRE_C Reino Jinno +EMPIRE_SELECT_MODE Seleccionar Reino +EXCHANGE_CANNOT_GIVE Este objeto no puede ser comerciado. +EXCHANGE_CANT_EDIT_MONEY No puedes cambiar ahora la suma. +EXCHANGE_FAILURE_EQUIP_ITEM No puedes intercambiar los objetos que te has equipado. +EXCHANGE_MONEY Suma +EXCHANGE_TITLE Comerciar con %s +FISHING_FAILURE Perdiste el cebo. +FISHING_NOTIFY1 Parece que hay %s enganchado. +FISHING_NOTIFY2 Parece que %s ha sido capturado. +FISHING_SUCCESS1 Has capturado %s! +FISHING_SUCCESS2 Has sacado a %s del agua! +FISHING_UNKNOWN Algo ha mordido el cebo, pero no puedes ver qu es. +FISHING_WRONG_PLACE No puedes pescar aqu. +FOR_FEMALE para mujer +FOR_MALE para hombre +GAME_CANNOT_MINING No puedes extraer minerales mientras ests cabalgando. +GAME_CANNOT_PICK_ITEM No puedes recoger este objeto ya que no lo ganaste. +GAME_INIT_ERROR_CURSOR El cursor no pudo ser establecido. +GAME_INIT_ERROR_DIRECTX DirectX 8.1 debe estar instalado para que este juego pueda arrancar.\nInstala DirectX 8.1 o superior. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE No se ha encontrado ningn dispositivo grfico.\nRevisa si tu tarjeta VGA est instalada correctamente. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST El dispositivo grfico no est establecido.\nRevisa si tienes tarjeta VGA.\nAlternativamente, puedes activar el hardware acelerador.\n(Fija el hardware acelerador al mximo. \nPanel de Control->Pantalla->Configuracin->Avanzado->Registro de tarjeta.) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT La tarjeta grfica del ordenador no soporta el modo de ventana al modo 32bit.\nCambialo al modo 16bit o a Modo Pantalla Completa. +GAME_INIT_ERROR_ITEM_PROTO No existen datos de objetos.\nInstala el juego de nuevo. +GAME_INIT_ERROR_MAIN_WINDOW El servidor no pudo ser establecido +GAME_INIT_ERROR_MOB_PROTO No existen datos de monstruos.\nInstala el juego de nuevo. +GAME_INIT_ERROR_NETWORK No pudieron establecerse dispositivos de red.\nRevisa tu conexin a internet. +GAME_PICK_MONEY Has recibido %d Yang. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT La altura no es de 128 Pixel +GUILDMARK_UPLOADER_ERROR_12_HEIGHT La altura no es de 12 Pixel +GUILDMARK_UPLOADER_ERROR_16_WIDTH El ancho no es de 16 Pixel +GUILDMARK_UPLOADER_ERROR_64_WIDTH El ancho no es de 64 Pixel +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT El juego no soporta esta imagen. +GUILDMARK_UPLOADER_ERROR_PATH Mueve los datos a la carpeta metin2/upload. +GUILDMARK_UPLOADER_ERROR_SELECT No se seleccion una carpeta de imgenes. +GUILDWAR_CTF_TITLE Conquistar bandera +GUILDWAR_NORMAL_TITLE Campo de batalla +GUILDWAR_QUESTION_LINE_1 El gremio %s le ha declarado la guerra a tu gremio. +GUILDWAR_QUESTION_LINE_2 Aceptas? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Guerra en la arena +GUILD_BUILDING_GRADE Rank +GUILD_BUILDING_NAME Nombre de construccin +GUILD_CANNOT_HEAL_GSP_ANYMORE La energa Dragn Fantasma ya se ha recargado completamente. +GUILD_COMMENT Escribe +GUILD_CREATE_ERROR_INSULT_NAME Nombre de Gremio no vlido. +GUILD_DEFAULT_GRADE Miembros de Gremio +GUILD_DELETE Borrar +GUILD_DEPOSIT Depsito +GUILD_DO_YOU_HEAL_GSP Deseas emplear %d Yang para restaurar %d Dragones Fantasma? +GUILD_DO_YOU_JOIN te ha invitado. Aceptas entrar en el gremio? +GUILD_EMPTY_AREA Tierra vacia +GUILD_ENEMY_GUILD_NAME Nombre de Gremio del enemigo +GUILD_FACILITY Dependencias +GUILD_GEM Gema +GUILD_HEADQUARTER Edificio Principal +GUILD_HEAL_GSP Recargar Dragn Fantasma +GUILD_INFO_ENEMY_GUILD_EMPTY Ninguno +GUILD_MARK_NOT_ENOUGH_LEVEL Se necesita por lo menos el nivel 3 +GUILD_NAME Nombre de Gremio +GUILD_NOT_ENOUGH_MATERIAL No hay suficiente material para este edificio. +GUILD_NOT_ENOUGH_MONEY No hay suficiente Yang para este edificio. +GUILD_NO_NOTICE_PERMISSION No tienes los permisos para realizar un anuncio. +GUILD_OBJECT Objetos +GUILD_OFFER_EXP Invertir experiencia +GUILD_SHORT_EXP No hay suficiente puntos de experiencia. +GUILD_TILE_BASEINFO Informacin Bsica +GUILD_TILE_BOARD Pizarra +GUILD_TILE_GRADE Administracin Derechos +GUILD_TILE_INFO Informacin de Gremio +GUILD_TILE_MEMBER Miembros del Gremio +GUILD_TILE_SKILL Habilidades del Gremio +GUILD_VILLAGE_01 Miryang +GUILD_VILLAGE_02 Songpa +GUILD_VILLAGE_03 Daeyami +GUILD_WAR1 Terrenos de la Guerra de gremios +GUILD_WAR2 Terrenos de la Guerra de gremios +GUILD_WAR3 Terrenos de la Guerra de gremios +GUILD_WAR4 Terrenos de la Guerra de gremios +GUILD_WAR_LIMIT_30MIN Tiempo: 30 minutos +GUILD_WAR_REWARD_POTION Recompensa: El ganador recibe una pocin. +GUILD_WAR_USE_BATTLE_MAP Lugar: Arena de guerra de gremios +GUILD_WAR_USE_NORMAL_MAP Lugar: Mapa normal +GUILD_WAR_WIN_CHECK_SCORE El mayor resultado gana la guerra. +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Conquista la bandera del enemigo +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 y llvala a tu base. +GUILD_WAR_WIN_WIPE_OUT_GUILD Derrota a todos los enemigos para ganar. +GUILD_WITHDRAW Alternativa +GUILD_YOU_DO_NOT_JOIN No eres miembro de ningn gremio +HORSE_HEALTH0 Muerto +HORSE_HEALTH1 Muerto de hambre +HORSE_HEALTH2 Hambriento +HORSE_HEALTH3 Lleno +HORSE_LEVEL1 Caballo Normal +HORSE_LEVEL2 Caballo de Batalla +HORSE_LEVEL3 Caballo Militar +HOUR Horas +HOW_MANY_ITEM_DO_YOU_DROP1 Deseas tirar %s? +HOW_MANY_ITEM_DO_YOU_DROP2 Deseas tirar %s %d? +INPUT_MATRIX_CARD_NUMBER Introduce cdigo de Tarjeta Matrix. +INPUT_MATRIX_CARD_TITLE Tarjeta Matrix +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Introduce aqu el cdigo de borrado de los ajustes de tu cuenta. +INPUT_PRIVATE_CODE_DIALOG_TITLE Borrar personaje +INVENTORY_DO_NOT_PACK_WARP_SCROLL Papel de retorno no puede ser combinado. +INVENTORY_REALLY_USE_ITEM Deseas usar el objeto en este objeto? +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Ninja aficionado +JOB_ASSASSIN1 Poder de los Ninjas +JOB_ASSASSIN2 Nomuerto +JOB_SHAMAN Chamn +JOB_SHAMAN0 Chamn Aficionado +JOB_SHAMAN1 Poder del Dragn +JOB_SHAMAN2 Poder del Relmpago +JOB_SURA Sura +JOB_SURA0 Sura Aficionado +JOB_SURA1 Poder de la Visin Engaosa +JOB_SURA2 Poder de Magia Negra +JOB_WARRIOR Guerrero +JOB_WARRIOR0 Guerrero Aficionado +JOB_WARRIOR1 Poder de Arahan +JOB_WARRIOR2 Poder de Partisanos +LEFT_TIME Tiempo restante +LOGIN_CONNECT_FAILURE Error al conectar al servidor. +LOGIN_CONNECT_SUCCESS Has sido conectado al servidor. +LOGIN_CONNETING Ests siendo conectado al servidor... +LOGIN_FAILURE_ALREAY Tu cuenta ya est conectada. +LOGIN_FAILURE_BE_SAME_KEY Problema de registro. +LOGIN_FAILURE_BLOCK_ID Tu cuenta est baneada. +LOGIN_FAILURE_BLOCK_LOGIN Por favor, elige uno de los otros servidores! +LOGIN_FAILURE_NOBILL Tu cuenta no tiene horas de juego. +LOGIN_FAILURE_NOT_AVAIL Tu cuenta no puede ser usada. +LOGIN_FAILURE_NOT_EXIST_ID Nombre de cuenta o contrasea incorrectos. +LOGIN_FAILURE_REPAIR_ID Han sido restablecidos objetos para esta cuenta. +LOGIN_FAILURE_SAMELOGIN Alguien se ha conectado con tu cuenta. +LOGIN_FAILURE_SHUTDOWN Este servidor an no est abierto. +LOGIN_FAILURE_TOO_MANY_USER No puedes conectar porque hay demasiados jugadores conectados. +LOGIN_FAILURE_UNKNOWN No te puedes registrar por razones desconocidas. +LOGIN_FAILURE_WEB_BLOCK Has sido bloqueado del sitio web. Por favor comprueba tus EMails. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Has introducido un nmero incorrecto. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE Has introducido un nmero incorrecto tres veces. /n Tu conexin ser deshabilitada. +LOGIN_FAILURE_WRONG_PASSWORD Nombre de cuenta o contrasea incorrectos +LOGIN_INPUT_ID Introduce el ID. +LOGIN_INPUT_PASSWORD Introduce la contrasea. +LOGIN_PROCESSING Registro en curso... +MALL_CANNOT_INSERT No puedes poner el objeto. +MALL_PASSWORD_TITLE Contrasea +MAP_A1 rea Yongan +MAP_A2 Valle de Seungryong +MAP_A2_1 +MAP_A3 rea Yayang +MAP_AG Jungrang +MAP_B1 rea Joan +MAP_B2 Valle de Imji +MAP_B3 rea Bokjung +MAP_BAY Baha de Nephrit +MAP_BAYBLACKSAND Baha de Nephrit +MAP_BG Waryong +MAP_C1 rea Pyungmoo +MAP_C2 Valle de Bangsan +MAP_C3 rea Bakra +MAP_CAPE Cabo del Dragn de Fuego +MAP_CAPEDRAGONHEAD Cabo del Dragn de Fuego +MAP_CG Imha +MAP_DAWN Acantilado de Gautama +MAP_DAWNMISTWOOD Acantilado de Gautama +MAP_DESERT Desierto Yongbi +MAP_DEVILCATACOMB Catacumba del Diablo +MAP_DEVILTOWER1 Torre Demonaca +MAP_DUEL Arena para combates de entrenamiento +MAP_E Colonia +MAP_EMPIREWAR01 Batalla por el castillo +MAP_EMPIREWAR02 Batalla por el castillo +MAP_EMPIREWAR03 Batalla por el castillo +MAP_FLAME Doyyumhwan +MAP_GUILD_01 Jungrang +MAP_GUILD_02 Waryong +MAP_GUILD_03 Imha +MAP_HOLYPLACE_DESERT Batalla de Reinos - Tierra del desierto +MAP_HOLYPLACE_FLAME Batalla de Reinos - Tierra de Fuego +MAP_HOLYPLACE_ICE Batalla de Reinos - Tierra de hielo +MAP_MILGYO Templo Hwang +MAP_MILGYO_A +MAP_MONKEY_DUNGEON Hasun Dong +MAP_MONKEY_DUNGEON2 Jungsun Dong +MAP_MONKEY_DUNGEON3 Sangsun Dong +MAP_MONKEY_DUNGEON_11 Hasun Dong +MAP_MONKEY_DUNGEON_12 Hasun Dong +MAP_MONKEY_DUNGEON_13 Hasun Dong +MAP_MT_THUNDER Montaas Trueno +MAP_NUSLUCK Tierra de Gigantes +MAP_NUSLUCK01 Tierra de Gigantes +MAP_N_DESERT_01 Desierto Yongbi +MAP_N_DESERT_02 +MAP_N_FLAME_01 Tierra de Fuego +MAP_N_FLAME_02 +MAP_N_FLAME_DUNGEON_01 Fortaleza del Dragn Rojo +MAP_N_SNOWM_01 Monte Sohan +MAP_N_SNOWM_02 +MAP_N_SNOW_DUNGEON_01 Torre de vigilancia de Nemere +MAP_N_THREEWAY Valle de Seungryong +MAP_OXEVENT Competicin OX +MAP_PATHWAY_DESERT_01 Batalla de Reinos - Tierra del desierto +MAP_PATHWAY_DESERT_02 Batalla de Reinos - Tierra del desierto +MAP_PATHWAY_DESERT_03 Batalla de Reinos - Tierra del desierto +MAP_PATHWAY_FLAME_01 Batalla de Reinos - Tierra de Fuego +MAP_PATHWAY_FLAME_02 Batalla de Reinos - Tierra de Fuego +MAP_PATHWAY_FLAME_03 Batalla de Reinos - Tierra de Fuego +MAP_PATHWAY_ICE_01 Batalla de Reinos - Tierra de hielo +MAP_PATHWAY_ICE_02 Parque +MAP_PATHWAY_ICE_03 Batalla de Reinos - Tierra de hielo +MAP_SKELTOWER Torre Gumsan +MAP_SKIPIA_DUNGEON_01 La Gruta del Exilio +MAP_SKIPIA_DUNGEON_011 +MAP_SKIPIA_DUNGEON_012 +MAP_SKIPIA_DUNGEON_013 +MAP_SKIPIA_DUNGEON_02 La Gruta del Exilio 2 +MAP_SKIPIA_DUNGEON_021 +MAP_SKIPIA_DUNGEON_022 +MAP_SKIPIA_DUNGEON_023 +MAP_SKIPIA_DUNGEON_BOSS Templo del Dragn +MAP_SKIPIA_DUNGEON_BOSS_1 Mazmorra de Araas 1 +MAP_SKIPIA_DUNGEON_BOSS_2 Mazmorra de Araas 2 +MAP_SKIPIA_DUNGEON_BOSS_3 Mazmorra de Araas 3 +MAP_SNOW Monte Sohan +MAP_SPIDER Kuahlo Dong +MAP_SPIDERDUNGEON Mazmorra de Araas 1 +MAP_SPIDERDUNGEON_02 Mazmorra de Araas 2 +MAP_SPIDERDUNGEON_02_1 Mazmorra de Araas 2 +MAP_SPIDERDUNGEON_03 Mazmorra de Araas 3 +MAP_SUNGZI Batalla de Reinos +MAP_SUNGZI_DESERT_01 Batalla de Reinos - Tierra del desierto +MAP_SUNGZI_DESERT_HILL_01 Batalla de Reinos - Tierra del desierto +MAP_SUNGZI_DESERT_HILL_02 Batalla de Reinos - Tierra del desierto +MAP_SUNGZI_DESERT_HILL_03 Batalla de Reinos - Tierra del desierto +MAP_SUNGZI_FLAME_HILL_01 Batalla de Reinos - Tierra de Fuego +MAP_SUNGZI_FLAME_HILL_02 Batalla de Reinos - Tierra de Fuego +MAP_SUNGZI_FLAME_HILL_03 Batalla de Reinos - Tierra de Fuego +MAP_SUNGZI_SNOW Batalla de Reinos - Tierra de hielo +MAP_SUNGZI_SNOW_PASS01 Batalla de Reinos - Tierra de hielo +MAP_SUNGZI_SNOW_PASS02 Batalla de Reinos - Tierra de hielo +MAP_SUNGZI_SNOW_PASS03 Batalla de Reinos - Tierra de hielo +MAP_T1 Terrenos de la Guerra de gremios +MAP_T2 Terrenos de la Guerra de gremios +MAP_T3 Terrenos de la Guerra de gremios +MAP_T4 Terrenos de la Guerra de gremios +MAP_TEMPLE Templo Hwang +MAP_THUNDER Montaas Trueno +MAP_TREE Lungsam +MAP_TRENT Bosque Fantasma +MAP_TRENT02 Bosque Rojo +MAP_TRENT02_A Bosque Rojo +MAP_TRENT_A +MAP_WEDDING_01 Mapa de bodas +MAP_WL Campo Serpiente +MAP_WL_01 Campo Serpiente +MESSENGER_ADD_FRIEND Aadir Amigo +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s te aadi como amigo. +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Aceptar? +MESSENGER_DO_YOU_DELETE Borrar? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Deseas borrar el nmero de telfono movil? +MESSENGER_DO_YOU_MOVE Deseas continuar? +MESSENGER_EMPTY_LIST Vaco +MESSENGER_FAMILY Familia +MESSENGER_FRIEND Amigos +MESSENGER_GUILD Gremio +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Introducir el cdigo de confirmacin que fue enviado a tu telfono mvil. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Intruducir nmero de confirmacin +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Introducir el nmero de telfono mvil para el envo del mensaje de texto. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Deseas introducir el nmero ahora? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Introducir nmero de mvil. +MESSENGER_SEND_MOBILE_MESSAGE_TITLE Enviar mensaje. +METIN_TEST +MINIMAP Abrir mini mapa +MINIMAP_CANNOT_SEE El mini mapa no puede ser visto. +MINIMAP_CAN_NOT_SHOW_AREAMAP El mapa grande no puede ser mostrado. +MINIMAP_DEC_SCALE Reducir +MINIMAP_INC_SCALE Ampliar +MINIMAP_OBSERVER_COUNT %d observadores +MINIMAP_SHOW_AREAMAP Abrir mapa grande +MINUTE Minutos +MONETARY_UNIT0 Yang +MONETARY_UNIT1 Diez Mil +MONETARY_UNIT2 Cien billones +MONEY_INPUT_DIALOG_SELLPRICE Precio de venta: +MOVE_ITEM_FAILURE_PRIVATE_SHOP No puedes mover ningn objeto mientras tengas abierta una tienda privada. +MUSIC_EMPTY_MUSIC_LIST Sin msica de fondo. +MUSIC_METIN2_DEFAULT_THEMA Metin2 msica estndar +MUSIC_NOT_SELECT_MUSIC No elegido archivo de msica. +NEEFD_REST Primero debes descansar. +NOT_YET_SUPPORT An no soportado +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE No puedes activar el Modo Gremio cuando no perteneces a ningn gremio. +OPTION_PVPMODE_NOT_SUPPORT No puedes elegir esta configuracin en modo PvP. +OPTION_PVPMODE_PROTECT Tienes que tener al menos el nivel %d para poder cambiar el modo PvP. +PARTY_ANSWER_TIMEOVER Se ha rechazado la invitacin. +PARTY_BONUS_ATTACKER Valor de ataque: +%d SA +PARTY_BONUS_BERSERKER Velocidad de ataque: +%d SA +PARTY_BONUS_BUFFER Duracin de Habilidad: +%d SA +PARTY_BONUS_DEFENDER Defensa: +%d SA +PARTY_BONUS_EXP Bono EXP: %d%% SA +PARTY_BONUS_SKILL_MASTER Max. SP: +%d SA +PARTY_BONUS_TANKER Max. HP: +%d SA +PARTY_BREAK_UP Borrar Grupo +PARTY_DO_YOU_ACCEPT quiere unirse al Grupo. +PARTY_DO_YOU_JOIN te ha invitado a unirte a su grupo. Aceptas la invitacin? +PARTY_EXP_DISTRIBUTION_MODE Distribucin de EXP +PARTY_EXP_DISTRIBUTION_MODE_LEVEL Segn el nivel +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP Los miembros del grupo con un nivel ms alto reciben ms EXP. +PARTY_EXP_DISTRIBUTION_MODE_PARITY Uniforme +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Todos los miembros del grupo reciben la misma EXP. +PARTY_HEAL_ALL_MEMBER Restaurar todo. +PARTY_INCREASE_AREA_150 Alcance del grupo aumentado por el factor 1.5. SNA +PARTY_INCREASE_AREA_200 Rango del grupo aumentado por el factor 2. SNA +PARTY_LEAVE Salir del grupo +PARTY_LONGTIME_BONUS_EXP Bono EXP por un largo juego en grupo: +%d%% SA +PARTY_MEMBER_OFFLINE [Desconectado] +PARTY_RECALL_MEMBER Llamar miembro del grupo. +PARTY_REGEN_BONUS Bono por HP- + SP regeneracin: +%d%% SA +PARTY_REQUEST_DENIED Tu invitacin ha sido rechazada. +PARTY_SET_ATTACKER Constituir como atacante. +PARTY_SET_BERSERKER Constituir como Berserker. +PARTY_SET_BUFFER Constituir como bloqueador. +PARTY_SET_DEFENDER Constituir como Defensor. +PARTY_SET_NORMAL Retirar ajustes. +PARTY_SET_SKILL_MASTER Constituir como Maestro de Habilidad. +PARTY_SET_TANKER Constituir como luchador con hoja. +PARTY_SKILL_ATTACKER Valor de ataque bsico del atacante +%.0f +PARTY_SKILL_BERSERKER Velocidad de ataque de Berserker +%.0f +PARTY_SKILL_BUFFER Bloqueador de Duracin de Habilidad +%.0f +PARTY_SKILL_DEFENDER Defensa defensor +%.0f +PARTY_SKILL_HP_REGEN HP Regeneracin +%.0f%% +PARTY_SKILL_PARTY_AREA Alcance del grupo +%d%% +PARTY_SKILL_SKILL_MASTER Max. SP Maesto de Habilidad +%.0f +PARTY_SKILL_SP_REGEN SP Regeneracin +%.0f%% +PARTY_SKILL_TANKER Max. HP Luchador con hoja +%.0f +PARTY_SKILL_WARP Posible llamar a miembros de grupo +PASSWORD_TITLE Contrasea del almacn +PICK_ITEM_TITLE Nmero del Objeto +PICK_MONEY_TITLE Suma +PRIVATE_SHOP_CANNOT_SELL_ITEM No puedes vender este objeto en la tienda privada. +PRIVATE_SHOP_CLOSE_QUESTION Deseas cerrar la tienda privada? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE Nombre de la tienda privada. +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Precio +PVP_LEVEL0 Caballeroso +PVP_LEVEL1 Noble +PVP_LEVEL2 Bueno +PVP_LEVEL3 Amigable +PVP_LEVEL4 Neutral +PVP_LEVEL5 Agresivo +PVP_LEVEL6 Fraudulento +PVP_LEVEL7 Malvado +PVP_LEVEL8 Cruel +PVP_MODE_GUILD PvP - Gremio activado +PVP_MODE_KILL PvP - Libre activado +PVP_MODE_NORMAL PvP - Paz activada +PVP_MODE_PROTECT PvP - Proteccin activada +PVP_MODE_REVENGE PvP - Hostil activado +PVP_OPTION_KILL Libre +PVP_OPTION_NORMAL Paz +PVP_OPTION_PROTECT Proteccin +PVP_OPTION_REVENGE Hostil +QUEST_APPEND Nueva misin adquirida. +QUEST_MIN Min. +QUEST_SEC Seg. +QUEST_TIMEOVER Tiempo Expirado +QUEST_UNLIMITED_TIME Sin lmite de tiempo. +QUEST_ZEROSEC 0 Seg. +QUICKSLOT_REGISTER_DISABLE_ITEM Este objeto no puede aadirse en el Campo de Acceso Rpido. +RECEIVE_MESSAGE %s te ha enviado un mensaje. +REFINE_COST Coste por Mejora: %d Yang +REFINE_DESTROY_WARNING Este objeto puede ser destruido en la mejora. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Esto aumentar la probabilidad de mejorar. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 pero si fallas el artculo ser destruido. Deseas continuar? +REFINE_DOWN_GRADE_WARNING El objeto puede ser degradado as. +REFINE_DO_YOU_SEPARATE_METIN Deseas eliminar todas las Piedras Espritu disponibles? +REFINE_FAILURE Has fallado. +REFINE_FAILURE_CAN_NOT_ATTACH %s no puede ser incluido en este objeto. +REFINE_FAILURE_EQUIP_ITEM No puedes mejorar ningn objeto equipado. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM No hay ninguna piedra que pueda ser extrada. +REFINE_FAILURE_NEED_BETTER_SCROLL Necesitas un mejor Pergamino de Avance. +REFINE_FAILURE_NO_GOLD_SOCKET No hay socket de oro para incluir %s . +REFINE_FAILURE_NO_MORE_SOCKET No puedes crear ms sockets. +REFINE_FAILURE_NO_SOCKET0 No hay ningn socket libre para %s. +REFINE_FAILURE_SOCKET_DISABLE_ITEM No puedes hacer ms sockets en este objeto. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM Este objeto no puede ser mejorado. +REFINE_SUCCESS La mejora del objeto se ha realizado con xito. +REFINE_SUCCESS_PROBALITY Probabilidad de mejora %d%% +REFINE_WARNING2 Deseas continuar? +SAFEBOX_ERROR Has introducido una contrasea incorrecta. +SAFEBOX_SELL_DISABLE_SAFEITEM No puedes vender ninguno de los objetos guardados. +SAFEBOX_WRONG_PASSWORD Las contraseas deben ser idnticas. +SCREENSHOT_SAVE1 est guardada en +SCREENSHOT_SAVE2 Archivo de captura de pantalla. +SCREENSHOT_SAVE_FAILURE Guardado de captura de pantalla fallado. +SECOND Seg +SELECT_CAN_NOT_DELETE No puedes borrar este personaje. +SELECT_CHANGED_NAME Has cambiado el nombre del personaje. +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME El nombre del personaje ya existe. +SELECT_CHANGE_FAILURE_STRANGE_INDEX Prueba de nuevo. +SELECT_CHANGE_FAILURE_STRANGE_NAME Eso +SELECT_CHANGE_NAME_TITLE Cambiar nombre de personaje. +SELECT_DELEING El personaje ser borrado. +SELECT_DELETED Borrado con xito. +SELECT_DO_YOU_DELETE_REALLY Deseas continuar? +SELECT_EMPTY_SLOT Este es un campo vacio. +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Intruducir un nuevo nombre de personaje. +SELECT_NOT_JOIN_GUILD Sin Gremio +SHOP_BUY_INFO Elige el objeto que desees comprar en la ventana de la tienda. +SHOP_CANNOT_SELL_EQUIPMENT No puedes vender los objetos que te has equipado. +SHOP_CANNOT_SELL_ITEM Este objeto no puede venderse. +SHOP_ERROR_UNKNOWN Error de Tienda desconocido: %s +SHOP_INVALID_POS Este objeto no puede ser usado aqu. +SHOP_INVENTORY_FULL Tu inventario est lleno. +SHOP_NOT_ENOUGH_MONEY No tienes suficiente Yang +SHOP_NOT_ENOUGH_MONEY_EX No tienes suficiente Yang. +SHOP_SELL_INFO Elige el objeto que desees vender en la ventana de tu inventario. +SHOP_SOLDOUT Vendido +SHOT_ERROR_UNKNOWN Error desconocido durante ataque a larga distancia: %s +SKILL_BLEEDING Sangrado +SKILL_BOHO Reflectar +SKILL_BUDONG no se usa ms +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK Necesitas EXP para aprender esta habilidad +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Necesitas un Libro para aprender esta habilidad. +SKILL_CHEONGEUN Cuerpo Fuerte. +SKILL_CRITICAL Golpe Crtico +SKILL_ENCHANT_POISON Aplicar veneno +SKILL_EUNHYEONG Camuflaje +SKILL_FAINT Apagn +SKILL_FIND_TRAP Trampa de bsqueda +SKILL_FIRE Fuego permanente +SKILL_FISHMIND La bola de pescar est activa +SKILL_GAMJI Capturar +SKILL_GEOMGYEONG Aura de espada +SKILL_GEONGON SKILL_GEONGON no se usa ms +SKILL_GICHEON Ayuda del Dragn +SKILL_GIGONG Rotacin de Chi +SKILL_GONGPO Miedo +SKILL_GRADE_NAME_GRAND_MASTER %s Gran Master +SKILL_GRADE_NAME_MASTER %s Master +SKILL_GRADE_NAME_PERFECT_MASTER %s Master Perfecto +SKILL_GROUP_ASSASSIN_1 Hoja +SKILL_GROUP_ASSASSIN_2 Arco +SKILL_GROUP_HORSE Equitacin +SKILL_GROUP_SHAMAN_1 Dragn +SKILL_GROUP_SHAMAN_2 Curacin +SKILL_GROUP_SURA_1 Arma +SKILL_GROUP_SURA_2 Magia +SKILL_GROUP_WARRIOR_1 Cuerpo +SKILL_GROUP_WARRIOR_2 Mental +SKILL_GWIGEOM Hoja encantada +SKILL_GYEONGGONG Camino pluma +SKILL_HEUKSIN Proteccin oscura +SKILL_HOSIN Bendicin +SKILL_HWAYEOM SKILL_HWAYEOM no se usa ms +SKILL_HYEOLMA SKILL_HYEOLMA no se usa ms. +SKILL_INC_ATKSPD Velocidad de ataque aumentada +SKILL_INC_MOVSPD Velocidad de movimiento aumentada +SKILL_INMA SKILL_INMA no se usa ms +SKILL_JEOJU Maldicin +SKILL_JEONGEOP Curacin +SKILL_JEONGWI Berserk +SKILL_JEONSINBANGEO Defensa total +SKILL_JEONSINGONGGYEOK Ataque total +SKILL_JEUNGCHE SKILL_JEUNGCHE No se usa ms +SKILL_JEUNGHON SKILL_JEUNGHON No se usa ms +SKILL_JEUNGRYEOK Ataque + +SKILL_JEUNGSOK Velocidad + +SKILL_JIGAM SKILL_JIGAM No se usa ms +SKILL_JIPJUNG SKILL_JIPJUNG No se usa ms +SKILL_JUMAGAP Armadura encantada +SKILL_JUMAGEOM SKILL_JUMAGEOM No se usa ms +SKILL_KWAEGEOM SKILL_KWAEGEOM No se usa ms +SKILL_KWAESOK Velocidad +SKILL_LEGBOUND SKILL_LEGBOUND No se usa ms +SKILL_MUSA SKILL_MUSA No se usa ms +SKILL_MUYEONG Espritu de la llama +SKILL_NEED_EMPTY_BOTTLE No tengo una botella vacia. +SKILL_NEED_POISON_BOTTLE No tengo una botella de veneno +SKILL_ONLY_FOR_GUILD_WAR Slo puedes usar esta habilidad durante una Guerra de Gremios. +SKILL_PABEOP Hechizo neutralizador +SKILL_POWERFUL_STRIKE Ataque deslumbrante +SKILL_SEOMGWANG Bomba Relmpago +SKILL_SINCHAK SKILL_SINCHAK No se usa ms +SKILL_SLEEP Dormir +SKILL_SLOW Retardo +SKILL_STUN Apagn +SKILL_SUHO Guardar +SKILL_SUMMON_DESCRIPTION Probabilidad de evocacin: %d%% +SKILL_TOOLTIP_INT Inteligencia +SKILL_TOOLTIP_LEVEL Nivel +SKILL_TOXICDIE Envenenamiento +SKILL_TOXICPOWER Valor de ataque venenoso aumentado +SKILL_TUSOK Golpe fantasma +SKILL_WONSIN SKILL_WONSIN no se usa ms +SKILL_YONGSIN SKILL_YONGSIN no se usa ms +STAT_MINUS_CON Ajuste de vitalidad (probabilidad restante: %d) +STAT_MINUS_DEX Ajuste de destreza (probabilidad restante: %d) +STAT_MINUS_INT Ajuste de inteligencia (Resto de probabilidad: %d) +STAT_MINUS_STR Ajuste de fuerza (Resto de probabilidad: %d) +STAT_TOOLTIP_CON Aumenta HP y la defensa +STAT_TOOLTIP_DEX Aumenta el ataque y la evasin +STAT_TOOLTIP_INT Aumenta SP, ataque y defensa mgicos. +STAT_TOOLTIP_STR Aumenta valor de ataque y de dao +SYMBOLLIST_TITLE Registrar bandera de gremio +SYSTEM_OPTION_CPU_TILING_1 El modo sin superposicin de la CPU puede mejorar la velocidad de un PC ms dbil. +SYSTEM_OPTION_CPU_TILING_2 Si hay problemas con los grficos selecciona 'Opcin del Sistema' o 'CONFIG.exe +SYSTEM_OPTION_CPU_TILING_3 y cambia a Modo GPU Sin Superposicin. +SYSTEM_OPTION_GPU_TILING_1 El Modo GPU Sin Superposicin puede ir lento en un PC dbil. +SYSTEM_OPTION_GPU_TILING_2 Si tienes problemas con los grficos, elige 'Opciones del sistema' o 'CONFIG.exe' +SYSTEM_OPTION_GPU_TILING_3 y cambia a Modo GPU Sin Superposicin +SYSTEM_OPTION_TILING_EXIT Para cambiar al modo sin superposicin se debe reiniciar el juego. +TARGET_BUTTON_ACCEPT_FIGHT Aceptar +TARGET_BUTTON_AVENGE Vengar +TARGET_BUTTON_BUILDING_DESTROY Destruir +TARGET_BUTTON_DISMOUNT Desmontar +TARGET_BUTTON_EMOTION_ALLOW Emociones +TARGET_BUTTON_EXCHANGE Comercio +TARGET_BUTTON_EXCLUDE Excluir +TARGET_BUTTON_EXIT_OBSERVER Finalizar modo observador +TARGET_BUTTON_FIGHT Duelo +TARGET_BUTTON_FRIEND Amigo +TARGET_BUTTON_INVITE_GUILD Invitacin de Gremio +TARGET_BUTTON_INVITE_PARTY Invitacin de Grupo +TARGET_BUTTON_LEAVE_PARTY Salir del Grupo +TARGET_BUTTON_REQUEST_ENTER_PARTY Entrar en grupo +TARGET_BUTTON_VIEW_EQUIPMENT Equipamiento +TARGET_BUTTON_WHISPER Conversacin +TARGET_LEVEL_BOSS Jefe +TARGET_LEVEL_KING Nivel 5. +TARGET_LEVEL_KNIGHT Nivel 3. +TARGET_LEVEL_PAWN Nivel 1. +TARGET_LEVEL_S_KNIGHT Nivel 4. +TARGET_LEVEL_S_PAWN Nivel 2. +TASKBAR_ATTACK Ataque +TASKBAR_AUTO Atacar automticamente +TASKBAR_CAMERA Cmara +TASKBAR_EXP Experiencia +TASKBAR_HP HP +TASKBAR_MOVE Mover +TASKBAR_SKILL Habilidad +TASKBAR_SP SP +TASKBAR_ST ST +THING_COUNT todo +TOOLTIP_ANTI_CRITICAL_PCT Resistencia contra golpe crtico +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT Resistencia contra golpe penetrante +%d%% SA +TOOLTIP_ANTI_SELL No puede ser vendido en un almacn. +TOOLTIP_APPLY_ACCEDRAIN_RATE Grado de absorcin: %d%% SA +TOOLTIP_APPLY_ATTBONUS_ANIMAL Fuerza contra Animales +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Fuerza contra Ninjas +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL Fuerza contra Demonio +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Fuerza contra Medio Humanos +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Fuerza contra Msticos +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Fuerza contra monstruos +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC Fuerza contra Orcos +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN Fuerza contra Chamanes +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Fuerza contra Sura +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD Fuerza contra Nomuerto +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Fuerza contra Guerrero +%d%% SA +TOOLTIP_APPLY_BLEEDING_PCT Ataque de sangrado + %d%% SA +TOOLTIP_APPLY_BLEEDING_REDUCE Resistencia contra ataque de sangrado + %d%% SA +TOOLTIP_APPLY_BLOCK Probabilidad de bloquear un ataque cuerpo a cuerpo %d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER Recuperar SP cada 5 segundos en una Batalla %d SA +TOOLTIP_APPLY_CRITICAL_PCT Probabilidad de golpes crticos +%d%% SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% Probabilidad de recuperar SP al golpear SA +TOOLTIP_APPLY_DODGE Probabilidad de evitar Flechas %d%% SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% Probabilidad de bonus EXP SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% Probabilidad de obtener el doble de Yang. SA +TOOLTIP_APPLY_IMMUNE_FALL Inmune contra cadas. SNA +TOOLTIP_APPLY_IMMUNE_SLOW Defensa contra retardo SNA +TOOLTIP_APPLY_IMMUNE_STUN Defensa contra apagones SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% Probabilidad de caer doble de Objetos SA +TOOLTIP_APPLY_KILL_HP_RECOVER %d%% Probabilidad para recuperar HP SA +TOOLTIP_APPLY_KILL_SP_RECOVER %d%% Probabilidad para restaurar SP SA +TOOLTIP_APPLY_MANA_BURN_PCT Probabilidad para robar el SP %d%% SA +TOOLTIP_APPLY_MAX_HP_PCT HP mx. +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT SP mx. +%d%% SA +TOOLTIP_APPLY_NOAFFECT Sin efecto. +TOOLTIP_APPLY_NO_DEATH_PENALTY No se perdern puntos de experiencia si tu personaje revive en el lugar de la muerte. SNA +TOOLTIP_APPLY_PENETRATE_PCT %d%% Probabilidad de Golpes de penetracin SA +TOOLTIP_APPLY_POISON_PCT Probabilidad de envenenamiento %d%% SA +TOOLTIP_APPLY_POISON_REDUCE Resistencia a Veneno %d%% SA +TOOLTIP_APPLY_POTION_BONUS Pocin %d%% aumento de efecto SA +TOOLTIP_APPLY_REFLECT_CURSE Probabilidad de reflectar Maldicin: %d%% SA +TOOLTIP_APPLY_REFLECT_MELEE %d%% Probabilidad de reflectar golpes cuerpo a cuerpo SA +TOOLTIP_APPLY_RESIST_ASSASSIN Opcin de defensa contra ataques Ninjas: %d%% SA +TOOLTIP_APPLY_RESIST_BELL Defensa Campana %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER Defensa Daga %d%% SA +TOOLTIP_APPLY_RESIST_FAN Defensa Fan %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN Opcin de defensa contra ataques Chamn: %d%% SA +TOOLTIP_APPLY_RESIST_SURA Opcin de defensa contra ataques Suras: %d%% SA +TOOLTIP_APPLY_RESIST_SWORD Defensa Espada %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND Defensa Dos Manos %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR Opcin de defensa contra ataques Guerreros: %d%% SA +TOOLTIP_APPLY_RESIST_WIND Resistencia Viento %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS Probabilidad de apreder de libros mejorada por factor 2.5 . SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY Si el aprendizaje falla, tendrs de inmediato otro intento libre. SNA +TOOLTIP_APPLY_SLOW_PCT Probabilidad de retardacin %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% del dao ser absorbido por HP. SA +TOOLTIP_APPLY_STEAL_SP %d%% del dao ser absorbido por SP. SA +TOOLTIP_APPLY_STUN_PCT Probabilidad de desmayo %d%% SA +TOOLTIP_ARMOR Armadura +TOOLTIP_ARROW Flecha +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE Valor de Ataque +%d SA +TOOLTIP_ATT_SPEED Velocidad de Ataque +%d%% SA +TOOLTIP_AUTO_POTION_HP Elixir del Sol +TOOLTIP_AUTO_POTION_REST Cantidad restante: %.2f%% +TOOLTIP_AUTO_POTION_SP Elixir de la Luna +TOOLTIP_AUTO_POTION_USING Activa +TOOLTIP_BOW_DISTANCE Alcance de Arco +%dm SA +TOOLTIP_BUYPRICE Precio: %s +TOOLTIP_CAST_SPEED Velocidad de Hechizo +%d%% SA +TOOLTIP_CON Vitalidad +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Bonificacin por atuendo %d%% SA +TOOLTIP_DEF_GRADE Defensa +%d SA +TOOLTIP_DEX Destreza +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Tierra SNA +TOOLTIP_DRAGON_SOUL_DECK2 Cielo SNA +TOOLTIP_EAR Pendientes +TOOLTIP_ENERGY Energa %d SA +TOOLTIP_ETC y as sucesivamente +TOOLTIP_FISHINGROD_EXP Puntos %d / %d +TOOLTIP_FISHINGROD_LEVEL Nivel: %d +TOOLTIP_FISHINGROD_UPGRADE1 Dale al pescador +TOOLTIP_FISHINGROD_UPGRADE2 para obtener una +TOOLTIP_FISHINGROD_UPGRADE3 Caa de Pescar mejor. +TOOLTIP_FISH_LEN Altura: %.2fcm +TOOLTIP_HELMET Casco +TOOLTIP_HP_REGEN Regeneracin de HP +%d%% SA +TOOLTIP_INT Inteligencia +%d SA +TOOLTIP_ITEM_ATT_GRADE Valor de Ataque %d +TOOLTIP_ITEM_ATT_POWER Valor de Ataque %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Valor de Ataque %d +TOOLTIP_ITEM_ATT_POWER_REFINE Valor de Ataque %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Velocidad de Ataque %s +TOOLTIP_ITEM_DEF_GRADE Defensa %d +TOOLTIP_ITEM_FAST Rpido +TOOLTIP_ITEM_LIMIT_CON Lmite superior de vitalidad: %d +TOOLTIP_ITEM_LIMIT_DEX Lmite superior de destreza: %d +TOOLTIP_ITEM_LIMIT_INT Lmite superior de Inteligencia: %d +TOOLTIP_ITEM_LIMIT_LEVEL Desde el nivel: %d +TOOLTIP_ITEM_LIMIT_STR Lmite superior de Fuerza: %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Valor de Ataque Mgico %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Valor de Ataque Mgico %d +TOOLTIP_ITEM_MAGIC_DEF_POWER Defensa Mgica %d +TOOLTIP_ITEM_NORMAL Normal +TOOLTIP_ITEM_SLOW Lento +TOOLTIP_ITEM_VERY_FAST Muy rpido +TOOLTIP_ITEM_VERY_SLOW Muy lento +TOOLTIP_ITEM_WEARABLE_JOB [ Equipable ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER Nmero de la suerte: %d +TOOLTIP_MAGIC_ATTBONUS_PER Ataque mgico +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE Valor de Ataque Mgico +%d SA +TOOLTIP_MAGIC_DEF_GRADE Defensa Mgica +%d SA +TOOLTIP_MALL_ATTBONUS Valor de Ataque +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC Valor de Ataque +12~15% SNA +TOOLTIP_MALL_AUTOLOOT Una mano que recoge automticamente el Yang tirado SNA +TOOLTIP_MALL_DEFBONUS Defensa +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC Defensa +12~15% SNA +TOOLTIP_MALL_EXPBONUS EXP +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe EXP Bonus +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC Aumenta la ganancia de EXP un 50% SNA +TOOLTIP_MALL_FISH_MIND Tu probabilidad de capturar un pez raro se duplica. SNA +TOOLTIP_MALL_GOLDBONUS Probabilidad de capturar Yang multiplicado con %.1f SA +TOOLTIP_MALL_GOLDBONUS_STATIC Duplica tu probabilidad de capturar Yang SNA +TOOLTIP_MALL_ITEMBONUS Probabilidad de capturar objetos multiplicada con %.1f SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe Probabilidad de capturar objetos ms %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC Duplica tus probabilidades de capturar objetos SNA +TOOLTIP_MALL_MARRIAGE_FAST Los puntos de amor aumentan ms rpido. SNA +TOOLTIP_MALL_SAFEBOX Tu almacn obtiene 2 reas de almacenaje ms SNA +TOOLTIP_MAX_HP Max. HP +%d SA +TOOLTIP_MAX_HP_PCT Max. HP +%d%% SA +TOOLTIP_MAX_SP Max. SP +%d SA +TOOLTIP_MAX_SP_PCT Max. SP +%d%% SA +TOOLTIP_MAX_STAMINA Max. Resistencia +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Ataque mgico/cuerpo a cuerpo +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR GPS ERROR(%d, %d) +TOOLTIP_MOV_SPEED Veloc. Movim. %d%% SA +TOOLTIP_NECK Collar +TOOLTIP_NEED_ALL_SP SP Requerido: Max. +TOOLTIP_NEED_GSP Dragn Fantasma requerido: %d +TOOLTIP_NEED_HP HP Requerido: %d +TOOLTIP_NEED_HP_PER_SEC HP / seg.: %d +TOOLTIP_NEED_SKILL_POINT Puntos de habilidad requeridos: +TOOLTIP_NEED_SP SP Requerido: %d +TOOLTIP_NEED_SP_PER_SEC SP / seg.: %d +TOOLTIP_NEXT_SKILL_LEVEL_1 Siguiente Nivel: %d (Max. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Siguiente Nivel: %d (Max. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Dao de Media %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS Resistencia de Dao de Media %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 Ms de %d Miembros de Grupo +TOOLTIP_PARTY_INFO_GRADE_UP2 Nivel de Ataque +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Nivel de Defensa +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL Restaura HP/SP de todos los miembros del grupo cada 60 minutos. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL Restaura HP/SP de todos los miembros del grupo cada 30 minutos +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Debes esperar 3 minutos tras la muerte de un miembro del grupo. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Puedes llamar a los miembros del grupo que estn en el mismo servidor en cualquier momento. +TOOLTIP_PARTY_INFO_SET_ATTACKER Nivel de Ataque +(Nmero de miembros de grupo./2) Atacante %d puede ser elegido. +TOOLTIP_PARTY_INFO_SET_TANKER Nivel de Defensa +(Nmero de miembros de grupo) luchadores con hoja 1 pueden ser elegidos. +TOOLTIP_PARTY_SKILL_LEVEL Nivel actual: %d +TOOLTIP_PARTY_TITLE_GRADE_UP [Ataque/Defensa mejorada] +TOOLTIP_PARTY_TITLE_HEAL [restaurar] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Cuando haya ms de %d miembros de grupo tendrs %d%% Bonus EXP . +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonus EXP] +TOOLTIP_PARTY_TITLE_RECALL [Llamar] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [Constituir Atacante] +TOOLTIP_PARTY_TITLE_SET_TANKER [Constituir Luchador con Hoja] +TOOLTIP_PICK_EXP Puntos: %d / %d +TOOLTIP_PICK_LEVEL Nivel: %d +TOOLTIP_PICK_UPGRADE1 Entrgale al leador +TOOLTIP_PICK_UPGRADE2 para obtener +TOOLTIP_PICK_UPGRADE3 un pico mejor. +TOOLTIP_POTION_CURE Cura efectos negativos. +TOOLTIP_POTION_MIN Min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Velocidad de ataque +%d +TOOLTIP_POTION_PLUS_HP_PERCENT HP +%d%% +TOOLTIP_POTION_PLUS_HP_POINT HP +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Velocidad de movimiento +%d +TOOLTIP_POTION_PLUS_SP_PERCENT SP +%d%% +TOOLTIP_POTION_PLUS_SP_POINT SP +%d +TOOLTIP_POTION_SEC Seg. +TOOLTIP_POTION_TIME Duracin: +TOOLTIP_REQUIREMENT_21_LEVEL Debes alcanzar el nivel 21. +TOOLTIP_REQUIREMENT_41_LEVEL Debes alcanzar el nivel 41. +TOOLTIP_REQUIREMENT_LEVEL Debes alcanzar el nivel %d. +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s Nivel %d necesario. +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d necesario +TOOLTIP_RESIST_BOW Resistencia de Flechas %d%% SA +TOOLTIP_RESIST_DARK Resistencia contra oscuridad +%d%% SA +TOOLTIP_RESIST_EARTH Resistencia de tierra +%d%% SA +TOOLTIP_RESIST_ELEC Resistencia de Relmpago %d%% SA +TOOLTIP_RESIST_FIRE Resistencia de Fuego %d%% SA +TOOLTIP_RESIST_ICE Resistencia de hielo +%d%% SA +TOOLTIP_RESIST_MAGIC Resistencia de Magia %d%% SA +TOOLTIP_REST_USABLE_COUNT Restante: %d +TOOLTIP_SEALED Unin al alma +TOOLTIP_SELLPRICE Precio: %s +TOOLTIP_SHAMAN Chamn +TOOLTIP_SHIELD Escudo +TOOLTIP_SHOES Zapatos +TOOLTIP_SKILL Habilidades SNA +TOOLTIP_SKILLBOOK_NAME Manual de Habilidad +TOOLTIP_SKILL_AFFECT_ATT_GRADE Valor de Ataque: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Valor de Ataque: +TOOLTIP_SKILL_AFFECT_ATT_SPEED Velocidad de Ataque: + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Defensa: +TOOLTIP_SKILL_AFFECT_DODGE Valor de Ataque del Oponente: - +TOOLTIP_SKILL_AFFECT_HEAL Restaurar HP: +TOOLTIP_SKILL_AFFECT_MOV_SPEED Velocidad de Movimiento: + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Probabilidad de reflejar ataques de cuerpo a cuerpo: +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Resistencia contra Daos Corporales: +TOOLTIP_SKILL_COOL_TIME Tiempo de carga: +TOOLTIP_SKILL_DAMAGE_BONUS Dao de Habilidad %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS Resistencia contra Dao de Habilidad %d%% SA +TOOLTIP_SKILL_DURATION Duracin: %d Seg. +TOOLTIP_SKILL_FORGET_BOOK_NAME Libro del olvido +TOOLTIP_SKILL_LEVEL Nivel actual: %d +TOOLTIP_SKILL_LEVEL_MASTER Nivel actual: %d (Master) +TOOLTIP_SKILL_LEVEL_WITH_MAX Nivel actual: %d (Max. %d) +TOOLTIP_SOCKET_EMPTY Vaco +TOOLTIP_SOCKET_REFINABLE_ITEM [Objeto con socket] +TOOLTIP_SP_REGEN Regeneracin de SP +%d%% SA +TOOLTIP_STR Fuerza +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX Recarga de tiempo %d seg. SA +TOOLTIP_TIME_CHARGER_PER Recarga de tiempo %d%% SA +TOOLTIP_UNIQUE nico +TOOLTIP_UNSEAL_LEFT_TIME Separacin del alma en: %d h %d min +TOOLTIP_WARRIOR Guerrero +TOOLTIP_WEAPON Arma +TOOLTIP_WRISTLET Pulsera +UI_ACCEPT Aceptar +UI_CANCEL Cancelar +UI_CLOSE Cerrar +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Rechazar +UI_ITEM Objeto +UI_LEFT_TIME Tiempo restante: %d Seg. +UI_NEXT Continuar +UI_NEXTPAGE Seguir +UI_NOCONTENTS Ningn contenido +UI_NONAME Sin Nombre +UI_OK OK +UI_POS_UNKNOWN Lugar desconocido +UI_PREVPAGE atrs +UI_UNKNOWN Desconocido +UPLOAD_MARK_CHECK_NEED_RECONNECT La carga tiene que ser iniciada de nuevo. +UPLOAD_MARK_UPLOAD_NEED_RECONNECT La carga tiene que ser iniciada de nuevo. +USE_ITEM_FAILURE_PRIVATE_SHOP No puedes utilizar ningn objeto mientras tengas abierta una tienda privada. +USE_SKILL_ERROR_UNKNOWN Error de habilidad desconocido: %s diff --git a/bin/pack/locale_es/locale/es/locale_interface.txt b/bin/pack/locale_es/locale/es/locale_interface.txt new file mode 100644 index 00000000..dd2ac154 --- /dev/null +++ b/bin/pack/locale_es/locale/es/locale_interface.txt @@ -0,0 +1,345 @@ +ACCEPT Aceptar +ATTACH_METIN_INFO Quieres usar la Piedra Espritu? +ATTACH_METIN_TITLE Usar Piedra Espritu +CANCEL Cancelar +CHANGE_PASSWORD_CONFIRM Confirmar la nueva Contrasea +CHANGE_PASSWORD_NEW Nueva Contrasea +CHANGE_PASSWORD_OLD Vieja Contrasea +CHANGE_PASSWORD_TITLE Cambio de Contrasea +CHARACTER_ACTION Accin +CHARACTER_EMOTICON Emocin +CHARACTER_MAIN Carcter +CHARACTER_MUTUAL_ACTION Accin Mtua +CHARACTER_NORMAL_ACTION Accin Normal +CHARACTER_QUEST Misiones +CHARACTER_SKILL Habilidades +CLOSE Cerrar +COMB_APPEARANCE Atuendo 1 +COMB_ATTRIBUTE Atuendo 2 +COMB_SKILLBOOK_TILE Canjear libros +COMB_TITLE +COSTUME_TITLE Atuendos +COSTUME_WINDOW_TITLE Atuendos +CREATE_ATT_GRADE STR +CREATE_CREATE Crear +CREATE_DEX_GRADE DEX +CREATE_HP HP +CREATE_LAST_POINT Puntos +CREATE_MAN Hombre +CREATE_NAME Nombre +CREATE_NEXT Siguiente +CREATE_PREV Atrs +CREATE_SEX Gnero +CREATE_SHAPE Forma +CREATE_SP INT +CREATE_STAT_RESET Resetear +CREATE_WOMAN Mujer +CUBE_INFO_TITLE Manual de refinamiento +CUBE_REQUIRE_MATERIAL Materiales necesarios +CUBE_REQUIRE_MATERIAL_OR o +CUBE_TITLE Ventana de refinamiento +DO_REFINE Refinar +DRAGONSOUL_ACTIVATE Activar +DRAGONSOUL_PAGE_BUTTON_1 En bruto +DRAGONSOUL_PAGE_BUTTON_2 Afilado +DRAGONSOUL_PAGE_BUTTON_3 Raro +DRAGONSOUL_PAGE_BUTTON_4 Antiguo +DRAGONSOUL_PAGE_BUTTON_5 Legendario +DRAGONSOUL_REFINE_WINDOW_TITLE Ventana de refinamiento +DRAGONSOUL_TAP_TITLE_1 Diamante de dragn +DRAGONSOUL_TAP_TITLE_2 Rub de dragn +DRAGONSOUL_TAP_TITLE_3 Jade de dragn +DRAGONSOUL_TAP_TITLE_4 Zafiro de dragn +DRAGONSOUL_TAP_TITLE_5 Granate de dragn +DRAGONSOUL_TAP_TITLE_6 nice de dragn +DRAGONSOUL_TITLE Alquimia de Piedras dragn +EMPIRE_EXIT Salir +EMPIRE_NEXT Siguiente +EMPIRE_PREV Atrs +EMPIRE_SELECT Elegir +EXCHANGE_ACCEPT Aceptar +EXCHANGE_TITLE Comerciar +GAMEOPTION_TITLE Opciones del Juego +GAME_EXIT_OBSERVER Finalizar Modo Observador +GAME_HELP Ayuda +GAME_QUEST Tareas +GAME_SKILL_UP Aumentar Habilidades +GAME_STAT_UP Aumentar Estado +GRADE Clase +GRADE_SELECT Clase +GUILD_BASENAME Nombre Base +GUILD_BOARD_ID Nombre +GUILD_BOARD_REFRESH Refrescar (F5) +GUILD_BOARD_TEXT Mensaje +GUILD_BUILDING_CATEGORY_TITLE Unidades de Construccin +GUILD_BUILDING_CHANGE Cambiar +GUILD_BUILDING_DIRECTION Orientacin +GUILD_BUILDING_GRADE Clasificacin +GUILD_BUILDING_INFO Informacin de Construcciones y Coste +GUILD_BUILDING_LIST_TITLE Lista de Construcciones +GUILD_BUILDING_LOG Tronco +GUILD_BUILDING_NAME Nombre de Construccin +GUILD_BUILDING_OPERATE Operar +GUILD_BUILDING_PLY Chapeado +GUILD_BUILDING_POSITION Posicin +GUILD_BUILDING_PREVIEW Vista Previa +GUILD_BUILDING_PRICE Precio +GUILD_BUILDING_REFRESH Refrescar (F5) +GUILD_BUILDING_STONE Piedra +GUILD_BUILDING_TITLE Construccin de la Casa del Gremio +GUILD_CRYSTAL Cristal +GUILD_DEPOSIT Depsito +GUILD_DROP_RESOURCE1 Aqu +GUILD_DROP_RESOURCE2 Dejar Recurso +GUILD_GEM Gema +GUILD_GRADE_CHANGE_GRADE_NAME Nuevo nombre de rango +GUILD_GRADE_NUM Nr. +GUILD_GRADE_PERMISSION_DELETE Expulsar +GUILD_GRADE_PERMISSION_JOIN Invitar +GUILD_GRADE_PERMISSION_NOTICE Escribir +GUILD_GRADE_PERMISSION_SKILL Habilidades +GUILD_GRADE_RANK Rango +GUILD_GRADE_WRITE Escribir +GUILD_INFO Informacin del Gremio +GUILD_INFO_CUR_EXP Experiencia +GUILD_INFO_DECALRE_WAR Declarar Guerra +GUILD_INFO_ENEMY_GUILD Gremio Enemigo +GUILD_INFO_ENEMY_GUILD_EMPTY Ninguno +GUILD_INFO_LEVEL Nivel del Gremio +GUILD_INFO_MARK Simbolo del Gremio +GUILD_INFO_MASTER Lder +GUILD_INFO_MASTER_VALUE Lder +GUILD_INFO_MEMBER_AVG_LEVEL Nivel Medio +GUILD_INFO_MEMBER_NUM N de miembros +GUILD_INFO_NAME Nombre Gremio +GUILD_INFO_NAME_VALUE Esto es el nombre de un Gremio +GUILD_INFO_OFFER_EXP Invertir +GUILD_INFO_REST_EXP Exp. Necesaria +GUILD_INFO_UPLOAD_MARK Subir Smbolo +GUILD_INFO_UPLOAD_SYMBOL Subir Bandera +GUILD_MARK Smbolo del Gremio +GUILD_MEMBER_JOB Clase +GUILD_MEMBER_KNIGHT Lder +GUILD_MEMBER_LEVEL Nivel +GUILD_MEMBER_NAME Nombre +GUILD_MEMBER_RANK Clasificacin +GUILD_MEMBER_SPECIFIC_GRAVITY Invertido +GUILD_METIN_STONE Piedra Espiritu +GUILD_MINENAL Mineral +GUILD_MONEY Yang +GUILD_NAME Gremio +GUILD_RESOURCE_INFO Informacin de los Recursos +GUILD_SKILL_ACTIVE Activo +GUILD_SKIlL_HEAL_GSP Recobrar Poder +GUILD_SKILL_PASSIVE Pasivo +GUILD_SKILL_POWER Energa +GUILD_SKILL_STATE Habilidades del Gremio +GUILD_SYMBOL Bandera del Gremio +GUILD_WAR_ACCEPT Aceptar Declaracin de Guerra +GUILD_WAR_BATTLE_TYPE Tipo de bat. +GUILD_WAR_CTF Bandera +GUILD_WAR_DECLARE Declarar Guerra de Gremios +GUILD_WAR_ENEMY Enemigo +GUILD_WAR_NORMAL Campo +GUILD_WAR_WARP Arena +GUILD_WATER Agua +GUILD_WATER_STONE Piedra de Agua +GUILD_WITHDRAW Coger +HELP_ATTACK_KEY Atacar: botn izquierdo del ratn o barra espaciadora +HELP_CHANGE_PK_MODE Cambiar modo de ataque: cambia la configuracin del botn izquierdo del ratn +HELP_CHARACTER_BUTTON1 (Ventana de Personaje, Ventana de Inventario, +HELP_CHARACTER_BUTTON2 Lista de Amigos y Opciones) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Vista de Cmara: botn central o derecho del ratn +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Vista de Cmara: botn derecho o central del ratn +HELP_EXP Experiencia +HELP_FURY Tienda de objetos en el Juego +HELP_GUILD_WINDOW Abrir Ventana del Gremio: Alt + G +HELP_HELP Mostrar ayuda: H +HELP_HP Puntos de vida (HP) +HELP_MESSENGER_WINDOW Abrir Lista de Amigos: Alt + M +HELP_MOUSE_LEFT Funcin del botn izquierdo del ratn +HELP_MOUSE_RIGHT Funcin del botn derecho del ratn, +HELP_MOVE_KEY Panel: W, A, S, D o flechas de direccin +HELP_OPEN_CHARACTER Abrir ventana de personaje: C +HELP_OPEN_CHAT Abrir ventana de chat: Enter +HELP_OPEN_INVENTORY Abrir ventana de inventario: I +HELP_OPEN_LOG Abrir Log de Chat: L +HELP_OPEN_MINIMAP Abrir mini mapa: Shift + M +HELP_OPEN_QUEST Abrir Ventana de Tareas: N +HELP_OPEN_SKILL Abrir Ventana de Habilidades: V +HELP_OPEN_WHISPER Abrir Ventana de Susurros: Shift + Enter +HELP_OPEN_ZONEMAP Abrir mapa grande: M +HELP_PICK_ITEM Recoger Objetos: o Z o botn izquierdo del ratn +HELP_QUICKSLOT Campos de Acceso Rpido +HELP_SCREEN_CAPTURE Guardar Captura de Pantalla: ImprPant (se guardar en la carpeta "Metin2_Spain\Screenshot") +HELP_SHOW_ALL_NAME Mostrar Nombres: Alt +HELP_SP Puntos de hechizo (SP) +HELP_SYSTEM_BUTTON Botones de Sistema +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. Inventario +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. Inventario +INVENTORY_TITLE Inventario +ITEM_MALL Tienda de objetos +LOAD_ERROR El archivo est daado. Por favor, reinstlalo de nuevo. Presiona ESC ahora. +LOGIN_CONNECT Conectar +LOGIN_CONNECTING Sers conectado al servidor +LOGIN_DEFAULT_SERVERADDR Nombre del Servidor, Canal 1 +LOGIN_EXIT Salir +LOGIN_REGION_TITLE Escoje el lugar para emitir una factura. +LOGIN_SELECT_BUTTON Elegir +LOGIN_SELECT_EXIT Salir +LOGIN_SELECT_OK OK +LOGIN_SELECT_TITLE Elegir Servidor +MALL_PASSWORD_TITLE Contrasea +MALL_TITLE Almacn de la tienda de objetos +MARKET_TITLE Cargar +MARKLIST_REFRESH Refrescar +MARKLIST_TITLE Registrar Signo de Gremio +MESSAGE Esto es un Mensaje +MESSENGER_ADD_FRIEND Aadir Amigo +MESSENGER_DELETE_FRIEND Borrar Amigo +MESSENGER_MOBILE Enviar Mensaje de Texto +MESSENGER_OPEN_GUILD Abrir Ventana del Gremio +MESSENGER_TITLE Amigos +MESSENGER_USE_GUILD_MOVE_SKILL Usar la Habilidad de Movimiento del Gremio +MESSENGER_WHISPER Susurro +MINIMIZE Minimizar +MOUSEBUTTON_ATTACK Atacar +MOUSEBUTTON_AUTO_ATTACK Atacar automticamente +MOUSEBUTTON_CAMERA Cmara +MOUSEBUTTON_SKILL Habilidades +MUSICLIST_TITLE Eleccin de Msica +NO No +OK OK +OPTION_ALWAYS_SHOW_NAME Nombre +OPTION_ALWAYS_SHOW_NAME_OFF Limitado +OPTION_ALWAYS_SHOW_NAME_ON Siempre +OPTION_BLOCK Bloquear +OPTION_BLOCK_EXCHANGE Comerciar +OPTION_BLOCK_FRIEND Amigos +OPTION_BLOCK_GUILD Gremio +OPTION_BLOCK_PARTY Grupo +OPTION_BLOCK_PARTY_REQUEST Peticin +OPTION_BLOCK_WHISPER Susurro +OPTION_CAMERA_DISTANCE Cmara +OPTION_CAMERA_DISTANCE_LONG Lejana +OPTION_CAMERA_DISTANCE_SHORT Cercana +OPTION_DELETE_MOBILE_BUTTON Borrar Nmero de Telfono Mvil +OPTION_EFFECT Inf. de golpe +OPTION_ENV_EFFECT Entorno +OPTION_ENV_EFFECT_OFF No +OPTION_ENV_EFFECT_ON S +OPTION_FOG Niebla +OPTION_FOG_DENSE Densa +OPTION_FOG_LIGHT Ligera +OPTION_FOG_MIDDLE Media +OPTION_INPUT_MOBILE_BUTTON Introducir Nmero de Telfono Mvil +OPTION_MOBILE Telfono Mvil +OPTION_MOB_INFO Monstruos +OPTION_MOB_INFO_AGGR Agresivo +OPTION_MOB_INFO_LEVEL Nivel +OPTION_MUSIC Msica +OPTION_MUSIC_CHANGE Cambiar +OPTION_MUSIC_DEFAULT_THEMA Msica Estndar de Metin2 +OPTION_NAME_COLOR Color del Nombre +OPTION_NAME_COLOR_EMPIRE Color de Imp. +OPTION_NAME_COLOR_NORMAL Normal +OPTION_NIGHT_MODE Noche +OPTION_NIGHT_MODE_OFF No +OPTION_NIGHT_MODE_ON S +OPTION_PVPMODE Modo PvP +OPTION_PVPMODE_FREE Libre +OPTION_PVPMODE_FREE_TOOLTIP Puedes atacar a todos los jugadores. +OPTION_PVPMODE_GUILD Gremio +OPTION_PVPMODE_GUILD_TOOLTIP Puedes atacar a todos los jugadores menos a los miembros de tu Gremio +OPTION_PVPMODE_PEACE Paz +OPTION_PVPMODE_PEACE_TOOLTIP No puedes atacar a jugadores de tu reino. +OPTION_PVPMODE_REVENGE Hostil +OPTION_PVPMODE_REVENGE_TOOLTIP Slo puedes atacar a aquellos que tienen otro Ethos. +OPTION_SALESTEXT Nombre de la tienda +OPTION_SALESTEXT_VIEW_OFF Esconder +OPTION_SALESTEXT_VIEW_ON Mostrar +OPTION_SNOW_MODE Cada nieve +OPTION_SNOW_MODE_OFF No +OPTION_SNOW_MODE_ON S +OPTION_SNOW_TEXTURE_MODE Nieve +OPTION_SNOW_TEXTURE_MODE_OFF No +OPTION_SNOW_TEXTURE_MODE_ON S +OPTION_SOUND Sonidos +OPTION_TARGET_BOARD Men de Obj. +OPTION_TARGET_BOARD_NO_VIEW Cerrar +OPTION_TARGET_BOARD_VIEW Mostrar +OPTION_TILING Grficos +OPTION_TILING_APPLY Aplicar +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Opciones +OPTION_VIEW_CHAT Lnea de Chat +OPTION_VIEW_CHAT_OFF Esconder +OPTION_VIEW_CHAT_ON Mostrar +PARTY_MEMBER_INFO_NAME Nombre del Miembro del Grupo +PASSWORD_DESC_1 Introduce tu contrasea +PASSWORD_DESC_2 para abrir el almacn. +PASSWORD_DESC_3 Ya cambiaste la contrasea? +PASSWORD_DESC_4 Si no, tu contrasea es: "000000". +PASSWORD_DESC_5 Cambia tu contrasea en el almacn. +PASSWORD_TITLE Guardando Contrasea +PICK_MONEY_TITLE Dividir +PRIVATE_SHOP_CLOSE_BUTTON Cerrar tienda +PRIVATE_SHOP_NAME Nombre de la tienda +PRIVATE_SHOP_TITLE Abrir tienda privada +REFINE_COST Costes de Mejora: 0 Yang +REFINE_INFO Probabilidad de mejorar satisfactoriamente: 100% +REFINE_MONEY Tasa de refinamiento +REFINE_SELECT Refinamiento +REFINE_TTILE Mejoras +REPORT_VIOLENT_WHISPER +RESTART_HERE Volver a Empezar Aqu +RESTART_TOWN Volver a Empezar en la Ciudad +SAFE_CHANGE_PASSWORD Cambiar Contrasea +SAFE_TITLE Almacn +SELECT_ATT_GRADE STR +SELECT_CREATE Crear +SELECT_DELETE Borrar +SELECT_DEX_GRADE DEX +SELECT_EMPIRE_NAME Nombre del Reino +SELECT_EXIT Cerrar +SELECT_HP HP +SELECT_LEVEL Nivel +SELECT_METIN_STONE_TITLE Seleccionar Piedra Espritu +SELECT_NAME Nombre +SELECT_NO_GUILD Sin Gremio +SELECT_PLAYTIME Tiempo de juego +SELECT_SELECT Empezar +SELECT_SP SP +SELECT_TITLE Elegir Ttulo +SHOP_BUY Comprar +SHOP_SELL Vender +SHOP_TITLE Tienda +SKILL_SUPPORT_TITLE Habilidades Estndar +STEP Grado de pureza +STEP_SELECT Grado de pureza +STRENGTH Mejorar +STRENGTH_SELECT Nivel +SYSTEMOPTION_TITLE Opciones del Sistema +SYSTEM_CHANGE Cambiar Personaje +SYSTEM_EXIT Fin del Juego +SYSTEM_HELP Ayuda +SYSTEM_LOGOUT Salir +SYSTEM_MALL Tienda de objetos +SYSTEM_OPTION Opciones del Sistema +TASKBAR_CHARACTER Personaje [C/V/B/N] +TASKBAR_CHAT Ventana de chat [Enter] +TASKBAR_DISABLE Desactivado +TASKBAR_DRAGON_SOUL Alquimia de Piedras dragn +TASKBAR_EXPAND Aumentar ventana +TASKBAR_INVENTORY Inventario [I] +TASKBAR_MESSENGER Amigos [Alt+M] +TASKBAR_NEXT_QUICKSLOT Siguiente Campo de Acceso Rpido [Shift+Nmero, Alt] +TASKBAR_PREV_QUICKSLOT Anterior Campo de Acceso Rpido [Shift+Nmero] +TASKBAR_SYSTEM Opciones[ESC] +WHISPER_BAN Bloquear +WHISPER_NAME Susurro +WHISPER_REPORT +WHISPER_SEND Enviar +YES S +ZONE_MAP Mapa grande diff --git a/bin/pack/locale_es/locale/es/map/map_a2_point.txt b/bin/pack/locale_es/locale/es/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_es/locale/es/map/map_b2_point.txt b/bin/pack/locale_es/locale/es/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_es/locale/es/map/map_c2_point.txt b/bin/pack/locale_es/locale/es/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_es/locale/es/map/map_n_snowm_01_point.txt b/bin/pack/locale_es/locale/es/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_es/locale/es/map/metin2_map_a1_point.txt b/bin/pack/locale_es/locale/es/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_es/locale/es/map/metin2_map_a3_point.txt b/bin/pack/locale_es/locale/es/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_es/locale/es/map/metin2_map_b1_point.txt b/bin/pack/locale_es/locale/es/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_es/locale/es/map/metin2_map_b3_point.txt b/bin/pack/locale_es/locale/es/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_es/locale/es/map/metin2_map_c1_point.txt b/bin/pack/locale_es/locale/es/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_es/locale/es/map/metin2_map_c3_point.txt b/bin/pack/locale_es/locale/es/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_es/locale/es/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_es/locale/es/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_es/locale/es/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_es/locale/es/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_es/locale/es/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_es/locale/es/mob_proto b/bin/pack/locale_es/locale/es/mob_proto new file mode 100644 index 00000000..c8d1e827 Binary files /dev/null and b/bin/pack/locale_es/locale/es/mob_proto differ diff --git a/bin/pack/locale_es/locale/es/skilldesc.txt b/bin/pack/locale_es/locale/es/skilldesc.txt new file mode 100644 index 00000000..c7630220 --- /dev/null +++ b/bin/pack/locale_es/locale/es/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Corte de tres maneras Corte triple Cuchillada Triple Corta al enemigo con la velocidad del rayo. Ataque frontal tres veces. Ataque de mltiples objetivos ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 Fuerza total de ataque %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN Tiro relmpago Sacudida de relmpago Golpe trueno Ataca con relmpagos. Ataque de largo alcance Ataque a mltiples objetivos Atributos de relmpagos ATTACK_SKILL|NEED_TARGET noejeon 16 4 Fuerza de ataque mgico %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN Llamada del relmpago Lanzar relmpago Relmpago Evoca relmpagos del cielo. Ataque de largo alcance Ataque a mltiples objetivos Atributos de relmpagos Efectos de desmayo ATTACK_SKILL|NEED_TARGET byeorak 17 4 Fuerza de Ataque mgico %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k Probabilidad de desmayo %.0f%% (50+1000*k/6)/10 +108 SHAMAN Garra del relmpago Golpe de relmpago Golpe de trueno Convoca un relmpago con tu puo Ataque de largo alcance Atributos de relmpago Ataque de reaccin en cadena ATTACK_SKILL|NEED_TARGET pokroe 18 4 Fuerza de Ataque mgico %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN Curacin Salud Cura de luz Cura las heridas con la ayuda de la luz Recuperar HP Cura efectos negativos Utilizable en miembros del grupo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 Recuperar HP %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k Opcin de cura de efectos negativos %.0f%% 20+80*k +110 SHAMAN Remolinos Rapidez Velocidad del viento Corre tan rpido como el viento. Incrementa velocidad de movimiento Reduce el tiempo de carga de las habilidades Utilizable en miembros del grupo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Velocidad de movimiento +%.0f%% 5 + (35 * k) Tiempo de carga -%.0f%% 3+33*k +111 SHAMAN Ataque Ataque de apoyo Ataque aumentado Fortalece a un compaero Incrementa fuerza de ataque Utilizable en miembros del grupo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Fuerza de Ataque +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Liderazgo Habilidad para liderar miembros del grupo. PASSIVE tongsol +122 SUPPORT Combo Incrementa ataques de combo CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT Pesca Conocimientos de pesca CANNOT_LEVEL_UP fishing +124 SUPPORT Minera La habilidad para extraer mineral. PASSIVE mining +125 SUPPORT Produccin de objetos Haz un objeto. CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Lenguaje Shinsoo Puedes entender el lenguaje Shinsoo. CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Lenguaje Chunjo Puedes entender el lenguaje Chunjo. CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Lenguaje Jinno Puedes entender el lenguaje Jinno. CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT Polimorfismo Transfrmate en un monstruo. CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Montar a Caballo Habilidad para montar a caballo. CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT Llamar a Caballo Convocar a un caballo summon +137 HORSE Caballo vertical Ataca a tus enemigos mientras montas a caballo. (a partir del nv. 50) Habilidad de monta ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE Tocn del caballo Ataca a todos los enemigos cercanos. (a partir del nv. 52) Habilidad de monta ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE Onda de fuerza Ataca a todos los enemigos desde tu caballo. (a partir del nv. 55) Habilidad de monta ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Tormenta de flechas Dispara flechas mientras montas a caballo. (a partir del nv. 50) Habilidad de monta ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Ojos de Dragn Incrementa al mximo el Dragn Fantasma PASSIVE yongan Mx. aumento del Dragn Fantasma +%.0f k * 1400 +152 GUILD Sangre del Dios Dragn Incrementa tus HP max. por un perodo de tiempo. Solo guerra de gremios ONLY_FOR_GUILD_WAR gaho 101 1 HP max. +%.0f%% k * 20 +153 GUILD Bendicin del Dios Dragn Incrementa tu SP max. por un perodo de tiempo. Solo guerra de gremios ONLY_FOR_GUILD_WAR chukbok 102 1 SP max. +%.0f%% k * 20 +154 GUILD Armadura Santa Incrementa tu defensa por un perodo de tiempo. Solo guerra de gremios ONLY_FOR_GUILD_WAR seonghwi 103 1 Defensa +%.1f%% k * 10 +155 GUILD Aceleracin Incrementa tu velocidad de movimiento y de ataque por un perodo de tiempo. Solo guerra de gremios ONLY_FOR_GUILD_WAR gasok 104 1 Velocidad de ataque y de movimiento +%.1f k * 30 +156 GUILD Ira del Dios Dragn Incrementa tu probabilidad de infligir un golpe crtico por un perodo de tiempo. Solo guerra de gremios ONLY_FOR_GUILD_WAR bunno 105 1 Probabilidad de golpe crtico +%.0f%% k * 50 +157 GUILD Ayuda de carga Reduce el tiempo de carga de tus habilidades por un perodo de tiempo. Solo guerra de gremios ONLY_FOR_GUILD_WAR jumunsul 106 1 Tiempo de carga -%.0f%% k * 50 +16 WARRIOR Pulso Espiritual Onda de Choque Ataque Tsunami Ataca directamente a los enemigos. Ataque frontal ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Fuerza de ataque %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR Golpe Golpe de Tigre Golpe de Dragn Ataca directamente a los enemigos Ataque fuerte Ataque a mltiples objetivos ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Fuerza de ataque %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR Tocn Tocn de Leon Tocn de Rinoceronte Derriba a varios enemigos. Ataque fuerte Probabilidad de desmayo ATTACK_SKILL|STANDING_SKILL daejin 18 4 Fuerza de ataque %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Probabilidad de desmayo %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Cuerpo fuerte Cuerpo de hierro Cuerpo de acero Aumenta tu defensa por un perodo de tiempo y no caes al suelo. Incrementa defensa Disminuye velocidad de movimiento No caes STANDING_SKILL cheongeun 19 4 Defensa : +%.0f 7+(40 + 0.2*str + 0.4*con)*k Velocidad de movimiento : -%.0f 1 + 9*SkillPoint +2 WARRIOR Giro de espada Danza de la espada Cicln Gira la espada para atacar a varios enemigos Ataque frontal Ataque de mltiples objetivos ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Fuerza de ataque %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Golpe de espada Rayo de espada Lanzamiento de espada Atacas de frente al enemigo. Ataque de largo alcance Ataque a mltiples objetivos Efecto de desmayo Derriba al objetivo al suelo ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Fuerza de ataque %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Probabilidad de desmayo %.0f%% (100+k*1000/6)/10 +3 WARRIOR Berserk Furia Frenes Solo concentracin en el ataque Incrementa velocidad de ataque Incrementa velocidad de movimiento Incrementa dao recibido STANDING_SKILL jeongwi 3 4 Velocidad de Ataque +%.0f%% 50 * SkillPoint Velocidad de Movimiento +%.0f%% 20 * SkillPoint +31 ASSASSIN Emboscada Ataque camuflado Emboscada camuflada Acrcate a tu enemigo por detrs y asstale un golpe mortal. El poder de ataque aumenta para golpes por detrs. Bonus de Camuflaje ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Fuerza de ataque %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Ataque rpido Relocalizacin del cuerpo Golpe Mortal Aproximacin rpida al enemigo y realizando ataques mortales. Ataque de teletransporte Bonus de Stealth ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Fuerza de ataque %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Daga rodante Daga espiral Danza de la Daga Girar alrededor del enemigo con una daga Ataque splash Ataque ltimo veneno ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Fuerza de ataque %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Ocasin de intoxicacin %.0f%% 1 + 4*k +34 ASSASSIN Stealth Caminar silencioso Disimulo Puedes esconderte. Usndola interrumpes el ataque. STANDING_SKILL eunhyeong 4 4 Bonus de Dao Ambush %.0f%% 50 * SkillPoint +35 ASSASSIN Nube txica Nube mortal Nube asesina Realiza nubes venenosas alrededor del enemigo para intoxicarlo Ataque de largo alcance Se puede atacar a mltiples objetivos Ataque de veneno duradero ATTACK_SKILL|NEED_TARGET sangong 5 4 Fuerza de ataque %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Ocasin de intoxicacin %.0f%% 40*k +4 WARRIOR Aura de Espada Espada Espiritual Espada Fantasma Incrementa fuerza de ataque durante un tiempo Incrementa fuerza de ataque STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Fuerza de ataque +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Disparo repetido Multi-golpe Golpe masivo Dispara varias flechas a un enemigo. Ataque de largo rango Varios ataques ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) Fuerza total de ataque %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k Flechas disparadas: %.0f 2 + floor(6 * SkillPoint) +47 ASSASSIN Lluvia de flechas Lluvia dinmica Lluvia de flechas Dispara varias flechas a varios enemigos Ataque de largo alcance Ataque a mltiples objetivos ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Fuerza de ataque %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Nmero max. de objetivos: %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Flecha de Fuego Flecha ardiente Flecha de llama Arden las flechas. Ataque de largo alcance Ataque a mltiples objetivos. Ataque de fuego ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Fuerza de ataque %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Camino pluma Andar del viento Velocidad de Dios Aligera tu cuerpo para aumentar la velocidad de movimiento. Incrementa la velocidad de movimiento STANDING_SKILL gyeonggong 19 4 Velocidad de movimiento +%.0f 60*SkillPoint +5 WARRIOR Rociada Rociada de Balas Ataque poderoso Tu ataque es tan rpido como una Bala Ataque muy poderoso ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Fuerza de ataque %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN Flecha venenosa Flecha txica Flecha Mortal Unge la flecha con un veneno poderoso Ataque de largo alcance Ataque a mltiples objetivos Derriba al objetivo al suelo Ataque de veneno duradero ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Fuerza de ataque %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Probabilidad de intoxicacin %.0f%% 80*k +61 SURA Golpe de dedo Golpe de dedo ardiente Explosin de dedo Realiza una gran explosin con la yema de tus dedos. Ataque frontal Se ignora la defensa del oponente Bonus de inteligencia ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Fuerza de ataque %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Probabilidad de golpes penetrantes %.0f%% 1 + 9*SkillPoint +62 SURA Remolino de Dragn Remolino tornado Cicln Provoca un poderoso tornado para derrotar a varios enemigos. Dao extra Se ignora la escapada del enemigo Bonus de inteligencia ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Fuerza de ataque %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Probabilidad de ignorar la escapada del enemigo %.0f%% 1 + 9*SkillPoint +63 SURA Hoja encantada Espada encantada Espada fantasma Equipa tu espada con un espritu poderoso. Incrementa la fuerza de ataque Bonus de inteligencia Robar vida STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Fuerza de ataque +%.1f 7 + (5*iq+13)*k Robo de vida: %.0f%% del dao 10*k +64 SURA Miedo Gran miedo Terror Debilita las habilidades de los enemigos que te atacan. Se reduce el valor de ataque del enemigo Mayor probabilidad de que el ataque del oponente falle Solo se activa cuando te alcanzan con un ataque STANDING_SKILL gongpo 4 4 Valor de ataque enemigo -%.0f%% 5 + 20*SkillPoint Fallos del enemigo %.0f%% 1 + 29*SkillPoint +65 SURA Armadura encantada Fuerte armadura encantada Armadura de la oscuridad Proteje tu cuerpo con una armadura oscura. El dao se refleja sobre el atacante Incrementa la defensa Bonus de inteligencia STANDING_SKILL jumagap 5 4 Defensa +%.0f (iq+30)*k Dao reflectado de ataques fsicos: %.1f%% (iq/4+10)*k +66 SURA Anular magia Anulacin potente de magia Ataque de anulacin de la magia Elimina todos los efectos que ayudan del enemigo. Ataque de largo rango Ataque a mltiples objetivos Todos los efectos de apoyo al enemigo sern anulados. ATTACK_SKILL|NEED_TARGET pabeop 6 4 Fuerza de ataque mgico %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Probabilidad de anulacin de la magia %.0f%% 50*k +76 SURA Golpe Oscuro Golpe Fantasma Explosin oscura Lanza fuerza oscura para herir a los enemigos. Ataque de largo alcance Ataque a mltiples objetivos ATTACK_SKILL|NEED_TARGET maryeong 16 4 Fuerza de ataque mgico %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Golpe de Llama Golpe ardiente Detonacin de Llama Quema a tus enemigos con una explosin. Dao extra Ataque de fuego ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Fuerza de ataque mgico %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Espritu de la llama Arsenal de la llama Explosin ardiente Crea un espritu de la llama. Ataque de largo alcance Objetivo aleatorio Ataque a mltiples objetivos ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Fuerza de ataque mgico %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Proteccin oscura Membrana Oscura Proteccin del seor oscuro Protgete con el seor oscuro de ataques y convierte los daos en SP Reduce el dao mgico Incrementa la defensa STANDING_SKILL|TOGGLE heuksin 19 4 Reduccin de dao %.0f%% (iq*0.84)*k Defensa +%.0f (0.5*iq+15)*k +80 SURA Golpe espiritual Golpe de alma Golpe de asalto Lanza espritus oscuros para herir a los enemigos. Ataque de largo alcance Ataque a mltiples objetivos Los oponentes se vuelven lentos ATTACK_SKILL|NEED_TARGET tusok 20 4 Fuerza de ataque mgico %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Probabilidad de retardar %.1f%% (333 + (300 * k))/10 +81 SURA Orbe oscuro Globo oscuro Esfera oscura Lanza una globo oscuro para herir a tus enemigos. Ataque de largo alcance Ataque a mltiples objetivos ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Fuerza de ataque mgico %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Talismn Volador Lanzamiento de Dragn Lanzamiento violento Usa el talismn para herir a tus enemigos. Ataque de largo rango Ataque a mltiples objetivos ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Fuerza de ataque mgico %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Disparo del Dragn Ataque del Dragn Levantamiento del Dragn Dispara una figura de dragn para atacar frontalmente a tus enemigos. Ataque frontal Dao de fuego duradero ATTACK_SKILL|NEED_TARGET yongpa 2 4 Fuerza de ataque mgico %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Probabilidad de fuego duradero %.0f%% iq*0.2*k +93 SHAMAN Rugido del Dragn Grito del Dragn Llanto del Dragn Ataca a tus enemigos con la figura de un dragn Ataque Ultimo dao de fuego ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Fuerza de ataque mgico %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k Ultima opcin de fuego %.0f%% iq*0.2*k +94 SHAMAN Bendicin Cielo Bendicin del Dragn Protege a tu compaero o a ti mismo con un crculo de proteccin. Resistencia contra ataques fsicos Puede ser usado en miembros del grupo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Resistencia contra ataque fsico %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Reflectar Agua reflectante Espejo de cristal Protege a tu compaero o a ti con un crculo reflectante. El dao se reflecta sobre el atacante Puede ser usado en miembros del grupo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 Dao reflectado de ataques fsicos: %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Ayuda del Dragn Poder del Dragn Arte del Dragn Refuerza tu ataque o el de uno de los mienbros del grupo. Incrementa las probabilidades de golpes crticos Utilizable en miembros del grupo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Probabilidad de golpes crticos %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_es/locale/es/skilltable.txt b/bin/pack/locale_es/locale/es/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_es/locale/es/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_es/locale/es/ui/costume/costume_bg.jpg b/bin/pack/locale_es/locale/es/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_es/locale/es/ui/costume_bg.jpg b/bin/pack/locale_es/locale/es/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_es/locale/es/ui/createcharacterwindow.py b/bin/pack/locale_es/locale/es/ui/createcharacterwindow.py new file mode 100644 index 00000000..46df3d07 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/es/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/es/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/dragonsoulrefinewindow.py b/bin/pack/locale_es/locale/es/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_es/locale/es/ui/dragonsoulwindow.py b/bin/pack/locale_es/locale/es/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/empire/empire.dds b/bin/pack/locale_es/locale/es/ui/empire/empire.dds new file mode 100644 index 00000000..e01ac47b Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/empire/empire.dds differ diff --git a/bin/pack/locale_es/locale/es/ui/empire/title.sub b/bin/pack/locale_es/locale/es/ui/empire/title.sub new file mode 100644 index 00000000..a9d727c3 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 90 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/energybar.py b/bin/pack/locale_es/locale/es/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_es/locale/es/ui/expandedtaskbar.py b/bin/pack/locale_es/locale/es/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/giftbox.py b/bin/pack/locale_es/locale/es/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/guild/guild.dds b/bin/pack/locale_es/locale/es/ui/guild/guild.dds new file mode 100644 index 00000000..447861ac Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/guild/guild.dds differ diff --git a/bin/pack/locale_es/locale/es/ui/guild/tab_1.sub b/bin/pack/locale_es/locale/es/ui/guild/tab_1.sub new file mode 100644 index 00000000..be371365 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 456 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/guild/tab_2.sub b/bin/pack/locale_es/locale/es/ui/guild/tab_2.sub new file mode 100644 index 00000000..c0d76b0a --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 456 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/guild/tab_3.sub b/bin/pack/locale_es/locale/es/ui/guild/tab_3.sub new file mode 100644 index 00000000..04cdd393 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 456 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/guild/tab_4.sub b/bin/pack/locale_es/locale/es/ui/guild/tab_4.sub new file mode 100644 index 00000000..cad693fc --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 456 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/guild/tab_5.sub b/bin/pack/locale_es/locale/es/ui/guild/tab_5.sub new file mode 100644 index 00000000..1817dc62 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 456 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/guild/tab_6.sub b/bin/pack/locale_es/locale/es/ui/guild/tab_6.sub new file mode 100644 index 00000000..3ed0f192 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 456 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/highlighted_quest.tga b/bin/pack/locale_es/locale/es/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/highlighted_quest_r.tga b/bin/pack/locale_es/locale/es/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/inventorywindow.py b/bin/pack/locale_es/locale/es/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/loading/gauge_empty.dds b/bin/pack/locale_es/locale/es/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_es/locale/es/ui/loading/gauge_full.dds b/bin/pack/locale_es/locale/es/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_es/locale/es/ui/loadingwindow.py b/bin/pack/locale_es/locale/es/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/login.jpg b/bin/pack/locale_es/locale/es/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/login.jpg differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/serverlist.sub b/bin/pack/locale_es/locale/es/ui/login.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/serverlist.sub rename to bin/pack/locale_es/locale/es/ui/login.sub diff --git a/bin/pack/locale_es/locale/es/ui/login/copyright.sub b/bin/pack/locale_es/locale/es/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/login/g4d.sub b/bin/pack/locale_es/locale/es/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/login/login.dds b/bin/pack/locale_es/locale/es/ui/login/login.dds new file mode 100644 index 00000000..513ac0c4 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/login/login.dds differ diff --git a/bin/pack/locale_es/locale/es/ui/login/loginwindow.sub b/bin/pack/locale_es/locale/es/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/login/published.sub b/bin/pack/locale_es/locale/es/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/login/title.sub b/bin/pack/locale_es/locale/es/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/login_dark_dragons.jpg b/bin/pack/locale_es/locale/es/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_es/locale/es/ui/loginwindow.py b/bin/pack/locale_es/locale/es/ui/loginwindow.py new file mode 100644 index 00000000..0efb8135 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/es/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/es/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/es/ui/vkey/key_at.tga', + 'down_image' : 'locale/es/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/es/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/es/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/es/ui/vkey/key_enter.tga', + 'down_image' : 'locale/es/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/es/ui/vkey/key_shift.tga', + 'down_image' : 'locale/es/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/es/ui/vkey/key_space.tga', + 'down_image' : 'locale/es/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/es/ui/vkey/key_normal.tga', + 'down_image' : 'locale/es/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/es/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/mall/00.sub b/bin/pack/locale_es/locale/es/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/01.sub b/bin/pack/locale_es/locale/es/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/02.sub b/bin/pack/locale_es/locale/es/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/03.sub b/bin/pack/locale_es/locale/es/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/04.sub b/bin/pack/locale_es/locale/es/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/05.sub b/bin/pack/locale_es/locale/es/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/06.sub b/bin/pack/locale_es/locale/es/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/07.sub b/bin/pack/locale_es/locale/es/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/08.sub b/bin/pack/locale_es/locale/es/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/09.sub b/bin/pack/locale_es/locale/es/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/10.sub b/bin/pack/locale_es/locale/es/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/11.sub b/bin/pack/locale_es/locale/es/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/12.sub b/bin/pack/locale_es/locale/es/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/13.sub b/bin/pack/locale_es/locale/es/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/14.sub b/bin/pack/locale_es/locale/es/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/15.sub b/bin/pack/locale_es/locale/es/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/16.sub b/bin/pack/locale_es/locale/es/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0000.tga b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0001.tga b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0002.tga b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0003.tga b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0004.tga b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0005.tga b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0006.tga b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0007.tga b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0008.tga b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0009.tga b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0000.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0001.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0002.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0003.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0004.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0005.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0006.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0007.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0008.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0009.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0010.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0011.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0012.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0013.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0014.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/herz0015.tga b/bin/pack/locale_es/locale/es/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/mall.tga b/bin/pack/locale_es/locale/es/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/mall.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/0a2.tga b/bin/pack/locale_es/locale/es/ui/mapname/0a2.tga new file mode 100644 index 00000000..17d4e374 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/a1.tga b/bin/pack/locale_es/locale/es/ui/mapname/a1.tga new file mode 100644 index 00000000..9a5eea81 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/a2.tga b/bin/pack/locale_es/locale/es/ui/mapname/a2.tga new file mode 100644 index 00000000..54e31586 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/a3.tga b/bin/pack/locale_es/locale/es/ui/mapname/a3.tga new file mode 100644 index 00000000..7dc66d1a Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/a4.tga b/bin/pack/locale_es/locale/es/ui/mapname/a4.tga new file mode 100644 index 00000000..be4afce2 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/b1.tga b/bin/pack/locale_es/locale/es/ui/mapname/b1.tga new file mode 100644 index 00000000..133ca526 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/b2.tga b/bin/pack/locale_es/locale/es/ui/mapname/b2.tga new file mode 100644 index 00000000..65804b74 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/b3.tga b/bin/pack/locale_es/locale/es/ui/mapname/b3.tga new file mode 100644 index 00000000..cc8b2293 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/b4.tga b/bin/pack/locale_es/locale/es/ui/mapname/b4.tga new file mode 100644 index 00000000..c0bf7625 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/bay.tga b/bin/pack/locale_es/locale/es/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/c1.tga b/bin/pack/locale_es/locale/es/ui/mapname/c1.tga new file mode 100644 index 00000000..aaa0f456 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/c2.tga b/bin/pack/locale_es/locale/es/ui/mapname/c2.tga new file mode 100644 index 00000000..74c40477 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/c3.tga b/bin/pack/locale_es/locale/es/ui/mapname/c3.tga new file mode 100644 index 00000000..50da5e73 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/c4.tga b/bin/pack/locale_es/locale/es/ui/mapname/c4.tga new file mode 100644 index 00000000..15954847 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/cape.tga b/bin/pack/locale_es/locale/es/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/dawn.tga b/bin/pack/locale_es/locale/es/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/desert1.tga b/bin/pack/locale_es/locale/es/ui/mapname/desert1.tga new file mode 100644 index 00000000..536816fa Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil1.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil1.tga new file mode 100644 index 00000000..e4902392 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil1_1f.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..82c944cb Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil1_2f.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..5a71157e Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil1_3f.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..6e6a3898 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil1_4f.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..d70029aa Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil1_5f.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..9f00c2ae Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil1_6f.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..63b4e355 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil1_7f.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..70175cea Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil1_8f.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..ee40170c Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil1_9f.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..98b40ebe Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil1_title.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..e4902392 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/devil_basement.tga b/bin/pack/locale_es/locale/es/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/frame1.tga b/bin/pack/locale_es/locale/es/ui/mapname/frame1.tga new file mode 100644 index 00000000..0f70dee2 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/guild1.tga b/bin/pack/locale_es/locale/es/ui/mapname/guild1.tga new file mode 100644 index 00000000..f7de4731 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/guild2.tga b/bin/pack/locale_es/locale/es/ui/mapname/guild2.tga new file mode 100644 index 00000000..83b7f02e Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/guild3.tga b/bin/pack/locale_es/locale/es/ui/mapname/guild3.tga new file mode 100644 index 00000000..7ea7437d Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/milgyo.tga b/bin/pack/locale_es/locale/es/ui/mapname/milgyo.tga new file mode 100644 index 00000000..d898a9c5 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/monkey1.tga b/bin/pack/locale_es/locale/es/ui/mapname/monkey1.tga new file mode 100644 index 00000000..87db5e36 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/monkey2.tga b/bin/pack/locale_es/locale/es/ui/mapname/monkey2.tga new file mode 100644 index 00000000..07923fa6 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/monkey3.tga b/bin/pack/locale_es/locale/es/ui/mapname/monkey3.tga new file mode 100644 index 00000000..e73f58fc Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/skipia.tga b/bin/pack/locale_es/locale/es/ui/mapname/skipia.tga new file mode 100644 index 00000000..b6655909 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/snow1.tga b/bin/pack/locale_es/locale/es/ui/mapname/snow1.tga new file mode 100644 index 00000000..66646b9a Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/spider1.tga b/bin/pack/locale_es/locale/es/ui/mapname/spider1.tga new file mode 100644 index 00000000..05be272a Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/thunder.tga b/bin/pack/locale_es/locale/es/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/trent.tga b/bin/pack/locale_es/locale/es/ui/mapname/trent.tga new file mode 100644 index 00000000..7bf0649d Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/mapname/trent02.tga b/bin/pack/locale_es/locale/es/ui/mapname/trent02.tga new file mode 100644 index 00000000..a25cce48 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/new_cube_bg.tga b/bin/pack/locale_es/locale/es/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/passworddialog.py b/bin/pack/locale_es/locale/es/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/select.jpg b/bin/pack/locale_es/locale/es/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/select.jpg differ diff --git a/bin/pack/locale_es/locale/es/ui/select.sub b/bin/pack/locale_es/locale/es/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_es/locale/es/ui/select/name_assassin.sub b/bin/pack/locale_es/locale/es/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/select/name_shaman.sub b/bin/pack/locale_es/locale/es/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/select/name_sura.sub b/bin/pack/locale_es/locale/es/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/select/name_warrior.sub b/bin/pack/locale_es/locale/es/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/select/select.dds b/bin/pack/locale_es/locale/es/ui/select/select.dds new file mode 100644 index 00000000..fbc2959f Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/select/select.dds differ diff --git a/bin/pack/locale_es/locale/es/ui/select_old.jpg b/bin/pack/locale_es/locale/es/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/select_old.jpg differ diff --git a/bin/pack/locale_es/locale/es/ui/selectcharacterwindow.py b/bin/pack/locale_es/locale/es/ui/selectcharacterwindow.py new file mode 100644 index 00000000..8573ad42 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/es/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/selectempirewindow.py b/bin/pack/locale_es/locale/es/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/serverlist.jpg b/bin/pack/locale_es/locale/es/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/serverlist.jpg differ diff --git a/bin/pack/locale_es/locale/es/ui/serverlist.sub b/bin/pack/locale_es/locale/es/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_es/locale/es/ui/systemdialog.py b/bin/pack/locale_es/locale/es/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/taskbar.py b/bin/pack/locale_es/locale/es/ui/taskbar.py new file mode 100644 index 00000000..923d1544 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/es/ui/Mall/00.sub", + "locale/es/ui/Mall/01.sub", + "locale/es/ui/Mall/02.sub", + "locale/es/ui/Mall/03.sub", + "locale/es/ui/Mall/04.sub", + "locale/es/ui/Mall/05.sub", + "locale/es/ui/Mall/06.sub", + "locale/es/ui/Mall/07.sub", + "locale/es/ui/Mall/08.sub", + "locale/es/ui/Mall/09.sub", + "locale/es/ui/Mall/11.sub", + "locale/es/ui/Mall/12.sub", + "locale/es/ui/Mall/13.sub", + "locale/es/ui/Mall/14.sub", + "locale/es/ui/Mall/15.sub", + "locale/es/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/es/ui/Mall/00.sub", + "locale/es/ui/Mall/01.sub", + "locale/es/ui/Mall/02.sub", + "locale/es/ui/Mall/03.sub", + "locale/es/ui/Mall/04.sub", + "locale/es/ui/Mall/05.sub", + "locale/es/ui/Mall/06.sub", + "locale/es/ui/Mall/07.sub", + "locale/es/ui/Mall/08.sub", + "locale/es/ui/Mall/09.sub", + "locale/es/ui/Mall/11.sub", + "locale/es/ui/Mall/12.sub", + "locale/es/ui/Mall/13.sub", + "locale/es/ui/Mall/14.sub", + "locale/es/ui/Mall/15.sub", + "locale/es/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/taskbar_easter.py b/bin/pack/locale_es/locale/es/ui/taskbar_easter.py new file mode 100644 index 00000000..f61cc0e3 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/es/ui/Mall/easter_2012_0000.tga", + "locale/es/ui/Mall/easter_2012_0001.tga", + "locale/es/ui/Mall/easter_2012_0002.tga", + "locale/es/ui/Mall/easter_2012_0003.tga", + "locale/es/ui/Mall/easter_2012_0004.tga", + "locale/es/ui/Mall/easter_2012_0005.tga", + "locale/es/ui/Mall/easter_2012_0006.tga", + "locale/es/ui/Mall/easter_2012_0007.tga", + "locale/es/ui/Mall/easter_2012_0008.tga", + "locale/es/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/es/ui/Mall/easter_2012_0000.tga", + "locale/es/ui/Mall/easter_2012_0001.tga", + "locale/es/ui/Mall/easter_2012_0002.tga", + "locale/es/ui/Mall/easter_2012_0003.tga", + "locale/es/ui/Mall/easter_2012_0004.tga", + "locale/es/ui/Mall/easter_2012_0005.tga", + "locale/es/ui/Mall/easter_2012_0006.tga", + "locale/es/ui/Mall/easter_2012_0007.tga", + "locale/es/ui/Mall/easter_2012_0008.tga", + "locale/es/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/taskbar_haloween.py b/bin/pack/locale_es/locale/es/ui/taskbar_haloween.py new file mode 100644 index 00000000..f8dff653 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/es/ui/Mall/shop_button_kuerbis0000.tga", + "locale/es/ui/Mall/shop_button_kuerbis0001.tga", + "locale/es/ui/Mall/shop_button_kuerbis0002.tga", + "locale/es/ui/Mall/shop_button_kuerbis0003.tga", + "locale/es/ui/Mall/shop_button_kuerbis0004.tga", + "locale/es/ui/Mall/shop_button_kuerbis0005.tga", + "locale/es/ui/Mall/shop_button_kuerbis0006.tga", + "locale/es/ui/Mall/shop_button_kuerbis0007.tga", + "locale/es/ui/Mall/shop_button_kuerbis0008.tga", + "locale/es/ui/Mall/shop_button_kuerbis0009.tga", + "locale/es/ui/Mall/shop_button_kuerbis0010.tga", + "locale/es/ui/Mall/shop_button_kuerbis0011.tga", + "locale/es/ui/Mall/shop_button_kuerbis0012.tga", + "locale/es/ui/Mall/shop_button_kuerbis0013.tga", + "locale/es/ui/Mall/shop_button_kuerbis0014.tga", + "locale/es/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/es/ui/Mall/shop_button_kuerbis0000.tga", + "locale/es/ui/Mall/shop_button_kuerbis0001.tga", + "locale/es/ui/Mall/shop_button_kuerbis0002.tga", + "locale/es/ui/Mall/shop_button_kuerbis0003.tga", + "locale/es/ui/Mall/shop_button_kuerbis0004.tga", + "locale/es/ui/Mall/shop_button_kuerbis0005.tga", + "locale/es/ui/Mall/shop_button_kuerbis0006.tga", + "locale/es/ui/Mall/shop_button_kuerbis0007.tga", + "locale/es/ui/Mall/shop_button_kuerbis0008.tga", + "locale/es/ui/Mall/shop_button_kuerbis0009.tga", + "locale/es/ui/Mall/shop_button_kuerbis0010.tga", + "locale/es/ui/Mall/shop_button_kuerbis0011.tga", + "locale/es/ui/Mall/shop_button_kuerbis0012.tga", + "locale/es/ui/Mall/shop_button_kuerbis0013.tga", + "locale/es/ui/Mall/shop_button_kuerbis0014.tga", + "locale/es/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/taskbar_valentine.py b/bin/pack/locale_es/locale/es/ui/taskbar_valentine.py new file mode 100644 index 00000000..9b4f5043 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/es/ui/Mall/herz0000.tga", + "locale/es/ui/Mall/herz0001.tga", + "locale/es/ui/Mall/herz0002.tga", + "locale/es/ui/Mall/herz0003.tga", + "locale/es/ui/Mall/herz0004.tga", + "locale/es/ui/Mall/herz0005.tga", + "locale/es/ui/Mall/herz0006.tga", + "locale/es/ui/Mall/herz0007.tga", + "locale/es/ui/Mall/herz0008.tga", + "locale/es/ui/Mall/herz0009.tga", + "locale/es/ui/Mall/herz0010.tga", + "locale/es/ui/Mall/herz0011.tga", + "locale/es/ui/Mall/herz0012.tga", + "locale/es/ui/Mall/herz0013.tga", + "locale/es/ui/Mall/herz0014.tga", + "locale/es/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/es/ui/Mall/herz0000.tga", + "locale/es/ui/Mall/herz0001.tga", + "locale/es/ui/Mall/herz0002.tga", + "locale/es/ui/Mall/herz0003.tga", + "locale/es/ui/Mall/herz0004.tga", + "locale/es/ui/Mall/herz0005.tga", + "locale/es/ui/Mall/herz0006.tga", + "locale/es/ui/Mall/herz0007.tga", + "locale/es/ui/Mall/herz0008.tga", + "locale/es/ui/Mall/herz0009.tga", + "locale/es/ui/Mall/herz0010.tga", + "locale/es/ui/Mall/herz0011.tga", + "locale/es/ui/Mall/herz0012.tga", + "locale/es/ui/Mall/herz0013.tga", + "locale/es/ui/Mall/herz0014.tga", + "locale/es/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_at.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_at_dn.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_at_over.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_backspace.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_backspace_over.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_enter.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_enter_dn.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_enter_over.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_normal.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_normal_dn.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_normal_over.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_shift.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_shift_dn.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_shift_over.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_space.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_space_dn.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/vkey/key_space_over.tga b/bin/pack/locale_es/locale/es/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_es/locale/es/ui/webwindow.py b/bin/pack/locale_es/locale/es/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_cur_exp.sub b/bin/pack/locale_es/locale/es/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_ext.sub b/bin/pack/locale_es/locale/es/ui/windows/label_ext.sub new file mode 100644 index 00000000..d991ac6b --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 318 +top 116 +right 431 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_ext_item1.sub b/bin/pack/locale_es/locale/es/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_ext_item2.sub b/bin/pack/locale_es/locale/es/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_last_exp.sub b/bin/pack/locale_es/locale/es/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_level.sub b/bin/pack/locale_es/locale/es/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_skill_active.sub b/bin/pack/locale_es/locale/es/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..abf95950 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 133 +right 233 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_skill_high.sub b/bin/pack/locale_es/locale/es/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..f8bdf85e --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 478 +top 116 +right 512 +bottom 133 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_skill_low.sub b/bin/pack/locale_es/locale/es/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..74a67a92 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 306 +top 133 +right 341 +bottom 150 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_skill_middle.sub b/bin/pack/locale_es/locale/es/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..044e67c6 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 233 +top 133 +right 270 +bottom 150 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_skill_passive.sub b/bin/pack/locale_es/locale/es/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..36ab937f --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 431 +top 116 +right 478 +bottom 133 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_skill_support.sub b/bin/pack/locale_es/locale/es/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..b8b36658 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 480 +bottom 89 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_skill_weapon.sub b/bin/pack/locale_es/locale/es/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..41fb734d --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 270 +top 133 +right 306 +bottom 150 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_std.sub b/bin/pack/locale_es/locale/es/ui/windows/label_std.sub new file mode 100644 index 00000000..0cf6eebb --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 318 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_std_item1.sub b/bin/pack/locale_es/locale/es/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_std_item2.sub b/bin/pack/locale_es/locale/es/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/label_uppt.sub b/bin/pack/locale_es/locale/es/ui/windows/label_uppt.sub new file mode 100644 index 00000000..342c4137 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 89 +right 480 +bottom 103 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/tab_1.sub b/bin/pack/locale_es/locale/es/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/tab_2.sub b/bin/pack/locale_es/locale/es/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/tab_3.sub b/bin/pack/locale_es/locale/es/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/tab_4.sub b/bin/pack/locale_es/locale/es/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/title_skill.sub b/bin/pack/locale_es/locale/es/ui/windows/title_skill.sub new file mode 100644 index 00000000..2b0d856e --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 398 +top 74 +right 470 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/title_status.sub b/bin/pack/locale_es/locale/es/ui/windows/title_status.sub new file mode 100644 index 00000000..6c63bce8 --- /dev/null +++ b/bin/pack/locale_es/locale/es/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 181 +top 120 +right 229 +bottom 137 \ No newline at end of file diff --git a/bin/pack/locale_es/locale/es/ui/windows/windows.dds b/bin/pack/locale_es/locale/es/ui/windows/windows.dds new file mode 100644 index 00000000..9f08dc63 Binary files /dev/null and b/bin/pack/locale_es/locale/es/ui/windows/windows.dds differ diff --git a/bin/pack/locale_fr/locale/fr/effect/gm.mse b/bin/pack/locale_fr/locale/fr/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_fr/locale/fr/effect/ymirred.tga b/bin/pack/locale_fr/locale/fr/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/effect/ymirred.tga differ diff --git a/bin/pack/locale_fr/locale/fr/empiredesc_a.txt b/bin/pack/locale_fr/locale/fr/empiredesc_a.txt new file mode 100644 index 00000000..92a20f85 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/empiredesc_a.txt @@ -0,0 +1,30 @@ +[DELAY value;10] +Empire Shinsoo[ENTER] +[ENTER] +L'Empire Shinsoo se trouve[ENTER] +au sud du continent. Son[ENTER] +infrastructure est axe sur[ENTER] +[WAIT] +le commerce. Sous la[ENTER] +direction de Yoon-Yoing, les[ENTER] +changes commerciaux avec[ENTER] +l'est de Shinsoo ont amen[ENTER] +rapidement la prosprit que[ENTER] +[WAIT] +l'on connat aujourd'hui.[ENTER] +Par contre, les habitants[ENTER] +sont en conflit avec[ENTER] +l'ouest et la route[ENTER] +commerciale est bloque.[ENTER] +[WAIT] +Conscients de la menace que[ENTER] +reprsente les pierres[ENTER] +Metin, les commerants ont[ENTER] +dcid de s'armer. Leurs[ENTER] +buts sont de se dfendre[ENTER] +[WAIT] +contre les attaques venant[ENTER] +de l'ouest, de rouvrir la[ENTER] +route commerciale et de[ENTER] +contrler l'ensemble de[ENTER] +l'Empire. \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/empiredesc_b.txt b/bin/pack/locale_fr/locale/fr/empiredesc_b.txt new file mode 100644 index 00000000..80972fd7 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/empiredesc_b.txt @@ -0,0 +1,39 @@ +[DELAY value;10] +Empire Chunjo[ENTER] +[ENTER] +L'Empire Chunjo est situ [ENTER] +l'ouest du continent.[ENTER] +C'est un Empire[ENTER] +[WAIT] +thocratique men par son[ENTER] +chef religieux. L'Empire[ENTER] +fut fond par Yoon-Young, le[ENTER] +cousin de l'ancien[ENTER] +Empereur. Son pouse, aux[ENTER] +[WAIT] +puissants pouvoirs magiques,[ENTER] +l'aida comprendre trs[ENTER] +tt la menace engendre par[ENTER] +les pierres Metin. Il a[ENTER] +maintes fois appel [ENTER] +[WAIT] +l'action, mais il fut[ENTER] +toujours ignor. Ainsi[ENTER] +mena-t-il son peuple dans[ENTER] +une rbellion contre[ENTER] +l'Empire de l'poque. A[ENTER] +[WAIT] +prsent que l'Empire est[ENTER] +divis, Chunjo est toujours[ENTER] +en guerre ouverte contre la[ENTER] +rgion de l'est et n'a que[ENTER] +des relations tendues avec[ENTER] +[WAIT] +l'empire du sud. Les[ENTER] +habitants de l'Empire[ENTER] +Chunjo souhaitent subjuguer[ENTER] +le reste du continent afin[ENTER] +de mettre fin au pouvoir[ENTER] +[WAIT] +grandissant des pierres[ENTER] +Metin. \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/empiredesc_c.txt b/bin/pack/locale_fr/locale/fr/empiredesc_c.txt new file mode 100644 index 00000000..723ae526 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/empiredesc_c.txt @@ -0,0 +1,29 @@ +[DELAY value;10] +Empire Jinno[ENTER] +[ENTER] +L'Empire Jinno est dans la[ENTER] +partie orientale du[ENTER] +continent. Cet Empire est[ENTER] +[WAIT] +fond sur le pouvoir[ENTER] +militaire. Sa population est[ENTER] +agressive et belliqueuse.[ENTER] +L'Empire Jinno est men par[ENTER] +Ee-Ryoong, le fils du[ENTER] +[WAIT] +dernier Empereur. Il croit[ENTER] +qu'il est appel faire[ENTER] +renatre l'ancien Empire[ENTER] +sous son rgne grce sa[ENTER] +force militaire. La[ENTER] +[WAIT] +signification et les dangers[ENTER] +des pierres Metin sont[ENTER] +officiellement ignors dans[ENTER] +l'Empire Jinno.[ENTER] +Secrtement, Ee-Ryoong tente[ENTER] +[WAIT] +pourtant d'exploiter le[ENTER] +pouvoir destructeur des[ENTER] +pierres Metin pour ses[ENTER] +propres fins. \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/guildbuildinglist.txt b/bin/pack/locale_fr/locale/fr/guildbuildinglist.txt new file mode 100644 index 00000000..3a0d504d --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan Fabrique d'armes -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Fabrique d'armures -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan Fab. d'accessoires -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang Centre entraînement -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro Fonderie de diamant -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro F. de bois pétrifié -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro Fonderie de cuivre -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro Fonderie d'argent -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro Fonderie d'or -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro Fonderie de jade -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro Fonderie d'ébčne -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro Fonderie de perle -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro Fonderie de platine -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro Fonderie de cristal -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro Fonderie d'améthyste -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro F. de larme céleste -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Fonderie Soul Crystal -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Fonderie Rubin -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Fonderie Garnet -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Fonderie Smaragd -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Fonderie Sapphire -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 Autel du Pouvoir -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 Autel du Pouvoir -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 Autel du Pouvoir -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse habitation(1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner mur de pierre(1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin mur de pierre(1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 mur de pierre(1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door porte(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDING a1-set mur(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse habitation(2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner mur de pierre(2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin mur de pierre(2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 mur de pierre(2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door porte(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDING b1-set mur(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse habitation(3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner mur de pierre(3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin mur de pierre(3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 mur de pierre(3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door porte(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDING c1-set mur(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol insigne de guilde -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 Devant du mur -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 +14202 WALL fence01_back01 Derričre du mur -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 Côté gauche du mur -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 Côté droit du mur -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 pierre1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 pierre2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 pierre3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 pierre4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 pierre5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 pierre6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 pierre7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 pierre8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 pierre9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 pierre10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT bois1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 bois2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall bois3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 bois4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 bois5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT bois6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 bois7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall bois8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 bois9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_fr/locale/fr/icon/scroll_close.tga b/bin/pack/locale_fr/locale/fr/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/icon/scroll_close.tga differ diff --git a/bin/pack/locale_fr/locale/fr/icon/scroll_open.tga b/bin/pack/locale_fr/locale/fr/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/icon/scroll_open.tga differ diff --git a/bin/pack/locale_fr/locale/fr/insult.txt b/bin/pack/locale_fr/locale/fr/insult.txt new file mode 100644 index 00000000..21191add --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/insult.txt @@ -0,0 +1,62 @@ +Fuck +Cunt +Shit +Whore +Clit +Slut +gueule +tepu +criss +yeule +connard +connasse +conasse +connase +conase +connard +conar +conard +connar +tg +pute +putte +encule +enculer +anculer +ancule +enculez +anculez +salope +salop +salaud +salaupe +fdp +pd +sodomie +sodomisateur +bite +couille +levrette +pipeuse +saloppe +petasse +pettasse +petace +pettace +pouffiace +pouffiasse +poufiace +poufiasse +prostipute +gueule +tabarnak +tabanac +hitler +nazi +putain +puttain +putin +puttin +merde +batard +filsdepute \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/item_list.txt b/bin/pack/locale_fr/locale/fr/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_fr/locale/fr/item_proto b/bin/pack/locale_fr/locale/fr/item_proto new file mode 100644 index 00000000..56f2e46f Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/item_proto differ diff --git a/bin/pack/locale_fr/locale/fr/itemdesc.txt b/bin/pack/locale_fr/locale/fr/itemdesc.txt new file mode 100644 index 00000000..93bfdf01 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/itemdesc.txt @@ -0,0 +1,2241 @@ +100000 lixir temporel (p) Recharge la dure d'action d'une pierre-dragon. +100001 lixir temporel (m) Recharge la dure d'action d'une pierre-dragon. +100002 lixir temporel (g) Recharge la dure d'action d'une pierre-dragon. +100100 Pince-dragon Un outil utile qui augmente vos chances de russir dessertir une pierre-dragon. +100200 Pince temporelle Aspire la dure d'action d'une pierre-dragon. +100300 Haricot-dragon vert Ce haricot magique augmente le niveau de votre pierre-dragon. Le renforcement peut toutefois chouer. +100400 Haricot-dragon bleu Ce haricot magique accrot la probabilit que l'amlioration d'un niveau d'une pierre-dragon russisse. +100500 Haricot-dragon rose La probabilit que l'amlioration d'un niveau de la pierre-dragon russisse est 10% plus leve. +11901 Smoking Un costume noir pour un homme se rendant un mariage. +11902 Smoking Un costume noir pour un homme se rendant un mariage. +11903 Robe de marie Une robe extraordinaire pour une femme se rendant un mariage. +11904 Robe de marie Une robe extraordinaire pour une femme se rendant un mariage. +18000 Ceinture en lin+0 +18001 Ceinture en lin+1 +18002 Ceinture en lin+2 +18003 Ceinture en lin+3 +18004 Ceinture en lin+4 +18005 Ceinture en lin+5 +18006 Ceinture en lin+6 +18007 Ceinture en lin+7 +18008 Ceinture en lin+8 +18009 Ceinture en lin+9 +18010 Ceinture en cuir+0 +18011 Ceinture en cuir+1 +18012 Ceinture en cuir+2 +18013 Ceinture en cuir+3 +18014 Ceinture en cuir+4 +18015 Ceinture en cuir+5 +18016 Ceinture en cuir+6 +18017 Ceinture en cuir+7 +18018 Ceinture en cuir+8 +18019 Ceinture en cuir+9 +18020 Ceinture d'apparat+0 +18021 Ceinture d'apparat+1 +18022 Ceinture d'apparat+2 +18023 Ceinture d'apparat+3 +18024 Ceinture d'apparat+4 +18025 Ceinture d'apparat+5 +18026 Ceinture d'apparat+6 +18027 Ceinture d'apparat+7 +18028 Ceinture d'apparat+8 +18029 Ceinture d'apparat+9 +18030 Ceinture de sagesse+0 +18031 Ceinture de sagesse+1 +18032 Ceinture de sagesse+2 +18033 Ceinture de sagesse+3 +18034 Ceinture de sagesse+4 +18035 Ceinture de sagesse+5 +18036 Ceinture de sagesse+6 +18037 Ceinture de sagesse+7 +18038 Ceinture de sagesse+8 +18039 Ceinture de sagesse+9 +18040 Ceinture royale+0 +18041 Ceinture royale+1 +18042 Ceinture royale+2 +18043 Ceinture royale+3 +18044 Ceinture royale+4 +18045 Ceinture royale+5 +18046 Ceinture royale+6 +18047 Ceinture royale+7 +18048 Ceinture royale+8 +18049 Ceinture royale+9 +18050 Ceinture tnbreuse+0 +18051 Ceinture tnbreuse+1 +18052 Ceinture tnbreuse+2 +18053 Ceinture tnbreuse+3 +18054 Ceinture tnbreuse+4 +18055 Ceinture tnbreuse+5 +18056 Ceinture tnbreuse+6 +18057 Ceinture tnbreuse+7 +18058 Ceinture tnbreuse+8 +18059 Ceinture tnbreuse+9 +18060 Ceinture runique+0 +18061 Ceinture runique+1 +18062 Ceinture runique+2 +18063 Ceinture runique+3 +18064 Ceinture runique+4 +18065 Ceinture runique+5 +18066 Ceinture runique+6 +18067 Ceinture runique+7 +18068 Ceinture runique+8 +18069 Ceinture runique+9 +18070 Ceinture Grande Ourse+0 +18071 Ceinture Grande Ourse+1 +18072 Ceinture Grande Ourse+2 +18073 Ceinture Grande Ourse+3 +18074 Ceinture Grande Ourse+4 +18075 Ceinture Grande Ourse+5 +18076 Ceinture Grande Ourse+6 +18077 Ceinture Grande Ourse+7 +18078 Ceinture Grande Ourse+8 +18079 Ceinture Grande Ourse+9 +18900 Pierre flammes rouges Renforce les bonus de votre ceinture. +22000 Parchemin de Ville Le parchemin vous permet de retourner la ville. +22010 Parchemin Retour Le Parchemin de Retour vous permet de marquer d'un drapeau une place spcifique et d'y retourner plus tard. +25040 Parchemin de Bndiction carte le risque qu'un objet soit dtruit si son amlioration choue. Dans ce cas, la qualit de l'objet sera rduite de 1. +25041 Pierre magique Un morceau du mtal lgendaire qui assure les meilleures chances d'amliorer un objet. De plus, l'objet ne pourra tre ni abm ni dtruit. +25100 Parch. Pierre d'Esprit Le parchemin vous permet d'extraire la Pierre d'Esprit d'une arme ou d'une armure. +27051 Potion rouge (p) Donne 300 points de vie. Ne peut tre vendue. +27052 Potion bleue (p) Donne 100 points de mana. Ne peut tre vendue. +27053 Potion verte (p) Augmente votre vitesse d'attaque de +10 durant 10 minutes. Ne peut tre vendue. +27054 Potion violette (p) Augmente votre vitesse de dplacement de +10 pendant 10 minutes. Ne peut tre vendue. +27600 Feu de joie Bois ayant t coup pour le feu de camp. +27610 Boule piscicomancienne Cet orbe magique dvoile quel poisson est au bout de l'hameon. +27620 Manuel de pche Livre qui vous permet de capturer le double de poissons rares durant 3 jours. (non marchandable) +27799 Arte Les artes d'un poisson. +27800 Pte Appt bon march. +27801 Ver Appt attirant le poisson. +27802 Petit Poisson Appt attirant le gros poisson. +27803 Sandre Un poisson commun vivant habituellement dans les mares. +27804 Poisson mandarin Un poisson la chair savoureuse. +27805 Gros Sandre Un gros poisson commun vivant dans les mares. +27806 Carpe Un grand poisson argent. +27807 Saumon Un poisson retournant l ou il est n pour s'y reproduire. +27808 Carpe amour Une carpe se nourrissant principalement de vgtaux. +27809 Truite de ruisseau Un poisson cousin du saumon. +27810 Anguille Un long et mince poisson ressemblant un serpent. Ses traits caractristiques sont la force et l'endurance. +27811 Truite Arc-en-ciel Un poisson aux couleurs de l'arc-en-ciel sur son dos. +27812 Truite de rivire Un poisson vivant dans les rivicres. +27813 Gardon rouge Un poisson vivant en banc. +27814 Perche Un poisson savoureux +27815 Tenchi Un type de rouget vivant uniquement dans les eaux claires. +27816 Poisson-chat Un poisson ayant une large moustache comme un chat +27817 Loche Un poisson glissant vivant dans les eaux boueuses et peu profondes. +27818 Poisson Lotus Un gros poisson d'eaux froides omnivore. +27819 Ayu Un poisson cousin de l'perlan, vivant le long des ctes et dans les estuaires. +27820 Eperlan Un poisson hivernal que l'on attrape surtout par la pche sur la glace. +27821 Shiri Un poisson ayant une forme et une couleur magnifiques. +27822 Carpe Ko Une carpe domestique. +27823 Poisson d'Or Un poisson dor, trs rare. +27833 Sandre mort Peut tre grill sur un feu de camp. +27834 Poisson mandarin mort Peut tre grille sur un feu de camp. +27835 Gros Sandre mort Peut tre grill sur un feu de camp. +27836 Carpe morte Peut tre grille sur un feu de camp. +27837 Saumon mort Peut tre grille sur un feu de camp. +27838 Carpe amour morte Peut tre grille sur un feu de camp. +27839 Truite de ruisseau morte Peut tre grille sur un feu de camp. +27840 Anguille morte Peut tre grille sur un feu de camp. +27841 Truite Arc-en-ciel morte Peut tre grille sur un feu de camp. +27842 Truite de rivire morte Peut tre grille sur un feu de camp. +27843 Gardon rouge mort Peut tre grille sur un feu de camp. +27844 Perche morte Peut tre grille sur un feu de camp. +27845 Tenchi mort Peut tre grille sur un feu de camp. +27846 Poisson-chat mort Peut tre grille sur un feu de camp. +27847 Loche morte Peut tre grille sur un feu de camp. +27848 Poisson Lotus mort Peut tre grille sur un feu de camp. +27849 Ayu mort Peut tre grille sur un feu de camp. +27850 Eperlan mort Peut tre grill sur un feu de camp. +27851 Shiri mort Peut tre grill sur un feu de camp. +27852 Carpe Ko morte Peut tre grille sur un feu de camp. +27853 Poisson d'Or mort Peut tre grill sur un feu de camp. +27863 Sandre grill Rgnre quelques points de vie. +27864 Poisson mandarin grill Rgnre quelques PM. +27865 Gros Sandre grill Rgnre quelques points de vie. +27866 Carpe grille Augmente la vitesse de dplacement pour un moment. +27867 Saumon grill Rgnre quelques PM. +27868 Carpe amour grille Augmente la vitesse d'attaque pendant un certain temps. +27869 Truite ruiss. grille Rgnre un grand nombre de points de vie. +27870 Anguille grille Augmente votre force de 10 points pendant 10 minutes. +27871 Truite Arc-en-ciel gril. Rgnre une grande quantit de PM. +27872 Truite de riv. grille Rgnre quelques PM. +27873 Gardon rouge grill Augmente votre dextrit de 10 points pendant 10 minutes. +27874 Perche grille Annule les effets ngatifs. +27875 Tenchi grill Rgnre instantanment quelques points de vie. +27876 Poisson-chat grill Rgnre instantanment quelques PM. +27877 Loche grille Vous rend invisible pendant 5 minutes. +27878 Poisson Lotus grill Rgnre instantanment quelques points de vie. +27879 Ayu grill Ce poisson obtient ce fameux parfum en tat grill sur un feu de bois. +27880 Eperlan grill En le prparant sur le feu, ce poisson a un gout de fum trs plaisant. +27881 Shiri grill Ce poisson obtient ce fameux parfum en tat grill sur un feu de bois. +27882 Carpe Ko grille En le prparant sur le feu, ce poisson a un gout de fum trs plaisant. +27883 Poisson d'Or grill En prparant ce poisson sur le feu, il a un gout de fum trs plaisant. +27987 Palourde Un mollusque ayant un joli coquillage. Il peut renfermer une perle. +27988 Carte au Trsor Carte rvlant l'emplacement d'un ancien Trsor +27989 Compas du Metin Le compas indique la position de la pierre Metin la plus proche et plus il brille, plus vous vous rapprochez d'une pierre. Il peut tre activ 6 fois. Ne peut tre vendu. +27990 Morceau de Pierre Grce a petite taille, il peut tre transport facilement. Il peut tre utilis de plusieurs faons. +27991 Pierre d'eau Une pirre dure et taille grossirement qui peut tre utilise comme arme ou ustensile de cuisine. +27992 Perle blanche Les femmes adorent cela. +27993 Perle bleue Les femmes adorent cela. +27994 Perle de sang Les femmes adorent cela. +27995 Bouteille vide Une bouteille vide. +27996 Fiole de poison Son utilisation est mortelle. +27997 Orbe vital Un orbe rgnrant quelques points de vie. +27998 Sacoche d'Alchimiste Une sacoche d'Alchimiste. +27999 Bourse Pierre d'Esprit Une bourse contenant une Pierre d'Esprit. +29001 Coquillage Une des moules les plus grandes et dlicieuses. Elle a une coquille en forme de peigne. +29002 Coquillage bleu La couche de nacre de cette coquille scintille avec une nuance dans les tons bleus. +29003 Coquillage jaune La couche de nacre de cette coquille scintille avec une nuance dans les tons jaunes. +29004 Coquillage rouge La couche de nacre de cette coquille scintille avec une nuance dans les tons rouges. +29005 Coquillage vert La couche de nacre de cette coquille scintille avec une nuance dans les tons verts. +29006 Tartre jaune Tartre de couleur sombre. +29007 Tartre Bleu Tartre de couleur Bleue +29008 Eau bnite bleue Cette eau a des reflets bleus au soleil +29009 Eau bnite jaune La surface de cette haut a des reflets jaunes au soleil. +29010 Eau bnite rouge La surface de cette haut a des reflets rouges au soleil. +29011 Eau bnite verte Cette eau a des reflets verts au soleil. +29012 Eau bnite bleue Eau bnite bleu fonc +29013 Eau bnite jaune clair Eau bnite jaune de couleur sombre. +29014 Eau bnite rouge clair Eau bnite rouge de couleur sombre. +29015 Eau bnite verte Eau bnite verte de couleur sombre. +30000 Orge Une plante cultive commune utilise pour faire de la bire et des aliments. +30001 Lettre Une lettre pour quelqu'un. +30002 Saucisse grille Une Saucisse grille accompagne de lgumes et d'pices. +30003 Groin Un nez provenant d'un porc. +30004 Dents de sanglier sauv. Une grosse dfense de sanglier sauvage. +30005 Morceau d'armure casse Fragment de pice d'armure casse. +30006 Molaire d'orc Une dent puante de Gobelin gant. +30007 Amulette d'orc Une Amulette encourageant les Gobelins gants. +30008 Manuel d'Esotrisme Un manuel d'Esotrisme pour dbutant. +30009 Mdicament inconnu Mdicament inconnu compos d'ingrdients inconnus. +30010 Bile d'ours La bile d'Ours est connue pour raviver le sens du got. +30011 Pelote Un cheveau de fil. +30012 Bouteille de vin Un vin trs parfum vieillit dans cette bouteille. +30013 Flasque d'alcool Une flasque utilise pour contenir des alcools vieux. +30014 Fourrure de Yeti Fourrure d'une crature lgendaire, le Yti, protgeant du froid. +30015 Souvenir de Dmon Le souvenir sombre d'un Dmon. +30016 Gemme du Dmon Une gemme connue pour retenir l'me d'un dfunt. +30017 Epingle de cheveux dco. Une pingle cheveux de femme. +30018 Natte de ruban rouge Un ruban fantaisie fixer dans les cheveux d'une femme. +30019 Crinire flamboyante Le fil de crinire flamboyante est utilis pour confectionner des vtements d'hiver. +30020 Noyau de pche Utilis pour ses vertus en soin de la peau. +30021 Morceau de Gemme Une gemme brise, frappe par un objet trs solide. +30022 Queue de serpent La queue d'un serpent sonnette. +30023 Peau de tigre blanc Une peau d'une grande valeur, trs recherche par les collectionneurs. +30024 Queue de Cheval Une queue de cheval pouvant tre utilise pour faire des objets de qualit, comme des brosses, des chapeaux ou des cordes. +30025 Glande venin d'araigne Une glande de venin d'une araigne +30026 Intestin de loup Un ingrdient pour faire des saucisses, un plat clbre de l'Empire. +30027 Fourrure de loup Les poils pais de la fourrure d'un loup sont utiliss pour faire des peignes et des brosses. +30028 Griffe de loup Les griffes tranchantes d'un loup sont utilises pour faire des accessoires. +30029 Foie de loup Un ingrdient pour faire des saucisses, un plat clbre de l'Empire. +30030 Lame rouille Une dague la lame rouille. +30031 Ornement Un ornement trs apprci chez les filles. +30032 Uniforme noir us Un uniforme us noir. +30033 Porcelaine brise Un morceau de porcelaine casse. +30034 Natte de ruban blanc Un ruban trs apprci pour attacher les cheveux des femmes. +30035 Crme de visage Les femmes en utilisent pour garder leur peau saine et belle. +30036 Herbe mystique Les herbes lgendaires aux effets miraculeux. +30037 Griffe de tigre Certains guerriers portent un collier de griffes de tigre pour montrer leur bravoure. +30038 Fourrure de tigre Une peau trs apprcie par les collectionneurs. +30039 Morceau de tissu Du tissu pouvant servir couvrir une plaie. +30040 Feuille Une feuille d'une plante inconnue. +30041 Shuriken Une arme de lancer que les assassins utilisent. +30042 Croc de tigre de combat Une brillante et solide canine de flin sauvage. +30043 Haricot Un aliment utilis en cuisine dans de nombreux plats. +30044 Terre glaise De la terre glaise utilise pour faire de la porcelaine. +30045 Dard de scorpion Un dard charg de venin de scorpion. +30046 Queue de scorpion Une queue de scorpion, comprenant du venin. +30047 Livre malfique Ce livre sotrique permet de maudire des personnes. +30048 Morceau de glace De l'eau ternellement gele. +30049 Corne de baleine Cette matire est trs recherche par les sculpteurs. +30050 Orbe de glace Un orbe fait de glace. Il ne fond pas, mme immerg dans de l'eau chaude. +30051 Talisman inconnu Un talisman inconnu que seuls les sotriques peuvent comprendre. +30052 Drapeau Un drapeau portant la marque des barbares. +30053 Peau de patte d'ours Le petit en-cas qui vous redonne de l'nergie. +30054 Alliance Un anneau port par les couples maris. +30055 Pince de scorpion Une pince l'air redoutable. +30056 Toile d'araigne Une araigne utilise sa soie trs rsistante pour faire son nid. +30057 Yeux d'araigne Les yeux d'araignes sont trs priss. +30058 Poche d'oeuf d'araigne Les femmes en consomment parfois pour ne pas avoir d'enfants. +30059 Pattes d'araigne Les pattes d'araigne entrent dans certaines prparation des chamanes. +30060 Langue de grenouille Une langue collante. +30061 Pattes de grenouille Un ingrdient de cuisine exotique, apprci par les enfants. +30062 Rcipient mdicinal Un bol utilis dans la confection de remdes. +30063 Ecorce mdicinale Un mdicament contre les maladies de peau. +30064 Pierre affute Certaines ttes de flches sont faites avec cette pierre. +30065 Gong Une petite clochette produisant un tintement aigu. +30066 Piment Un piment trs fort. +30067 Peau de serpent La peau d'un serpent. +30068 Tofu Une pte de lait de soja nourrissante. +30069 Griffe de loup+ La griffe tranchante d'un loup que l'on porte en accessoire. +30070 Fourrure de loup+ Les poils pais de la fourrure d'un loup sont utiliss pour faire des peignes et des brosses. +30071 Bile d'ours+ La bile d'ours est connue pour rveiller le sens du got. +30072 Cuir de patte d'ours+ Le petit en-cas qui vous redonne de l'nergie. +30073 Natte de ruban blanc+ Un ruban trs apprci pour attacher les cheveux des femmes. +30074 Uniforme noir us+ Un uniforme us noir. +30075 Shuriken+ Une arme de lancer que les assassins utilisent. +30076 Amulette d'orc+ Une amulette donnant du courage aux Gobelins gants. +30077 Dent d'orc+ Une amulette donnant du courage aux Gobelins gants. +30078 Manuel d'Esotrisme+ Un manuel pour dbutant sur l'Esotrisme. +30079 Talisman inconnu+ Un talisman inconnu que seuls les sotriques peuvent comprendre. +30080 Livre maudit+ Ce livre sotrique permet de maudire des personnes. +30081 Queue de scorpion+ Une queue de scorpion, comprenant du venin. +30082 Queue de serpent+ La queue d'un serpent sonnettes. +30083 Mdicament inconnu+ Mdicament inconnu compos d'ingrdients inconnus. +30084 Talisman inconnu+ Un talisman inconnu que seuls les sotriques peuvent comprendre. +30085 Morceau de tissu+ Du tissu pouvant servir couvrir une plaie. +30086 Souvenir de Dmon+ Le souvenir sombre d'un dmon. +30087 Gemme de Dmon+ Une gemme connue pour retenir l'me d'un dfunt. +30088 Morceau de glace+ De l'eau ternellement gele. +30089 Fourrure de Yeti+ De la fourrure d'une crature lgendaire, le Yti, protgeant du froid. +30090 Orbe de glace+ Un orbe fait de glace. Il ne fond pas, mme immerg dans de l'eau chaude. +30091 Symbole de Guerrier Un symbole de Guerrier, donn aux Guerriers de lgende. +30092 Dent de barbare Le macabre rsultat d'un combat. +30093 Bourse de chance Une bourse de soie pour conserver les objets de valeurs. +30094 Bourse de chance Une bourse de soie pour conserver les objets de valeurs. +30095 Bourse de chance Une bourse de soie pour conserver les objets de valeurs. +30096 Bourse de chance Une bourse de soie pour conserver les objets de valeurs. +30129 Ordres du cavalier Un document contenant une mission militaire. +30130 Bouteille vide Une bouteille de verre vide que vous pouvez remplir de diffrents liquides. +30131 Lettre du forgeron Une lettre du forgeron son ami Deokbae. +30132 Livre d'Uriel Un livre qu'Uriel relit souvent avec plaisir. Il a pour titre "Le secret du temple obscur". +30133 Chaussures fleurs Les chaussures d'une jolie femme. +30134 Colis d'Uriel Un paquet de plusieurs livres. +30135 Lettre d'Ariyoung Une lettre adresse Ah-Yu. Elle montre l'criture claire et rgulire d'Ariyoung. +30136 Arc ouvrag Un arc magnifique fait avec la corne d'un animal. +30137 Sang de primate Du sang de singe. Cela sent assez fort. +30138 Sable du dsert Ce sable fin unique est utilis pour fabriquer la Porcelaine Cladon. +30139 Dent d'Unggyi Les molaires d'un Orc, utilis comme talisman. +30140 Fil Du fil trs solide, que l'on utilise pour rparer les vtements ou faire des colliers. +30141 Pice de Joaillerie Ces bijoux sont ports sur la peau ou cousus sur des vtements. +30142 Lettre Vous ne pouvez pas lire ce qui est crit dans cette lettre. Peut tre devriez-vous apprendre la langue qu'elle utilise. +30143 Herbes mdicinales Une collection d'herbe mdicinales. Malheureusement elles sont un peu poussireuses. +30144 Foie d'un Tigre Le foie rouge-brun entier d'un chat sauvage +30145 Remde de Balso Un remde puissant contre la maladie de Balso. +30146 Glaon C'est trs froid... +30147 Doctrine du Temple Un livre contenant toutes sortes de dtails sur le Temple malfique. +30148 charpe du Temple Une charpe utilise pour la prire. +30149 Glace et sirop Un plat contenant de la glace et du sirop. C'est dlicieux en t. +30150 Page de journal intime Une page d'un journal intime crit sous les anciennes dynasties. +30151 Fourrure de loup Cette peau est souvent utilise comme chiffon. +30152 Mdicaments Ils peuvent soigner certaines maladies, mais personne ne sait s'ils sont efficaces. +30153 Fleur rare Une fleur rare qui vous rappelle par son odeur des souvenirs enfouis. +30154 Livre secret du Temple Cet ouvrage traite de l'histoire et de la doctrine du Temple secret. +30155 Pendentif de Mirine Un pendentif de collier. Le nom de Mirine est grav au revers. +30156 Livre du Temple Secret Cet ouvrage traite de l'histoire et de la doctrine du Temple secret. +30157 Haut de flche Ces Hauts de Flches empoisonns vont aider dfendre l'empire. +30177 Huile de Musc L'huile de Musc est utilise par Marchand d'Armes pour une qute. Cet objet n'a pas d'autre utilit. +30179 Cl en spirale Cette cl magique active le portail vers le temple du dragon. +30180 Amulette du Dieu Dragon Cet objet provenant d'un bijou en or est un raccourci pour se rendre la Grotte de l'Exil. +30181 Page L'criture efface sur ce parchemin est difficile dchiffrer - cette page semble tre trs ancienne. +30182 Journal Lgendaire Cette copie d'un livre ancien semble avoir une grande valeur. +30183 Sombre Masque de Bois Ce masque en bois semble vous regarder fixement. C'est probablement un objet de culte crmonial. +30184 Cendres Ensorceles La cendre dans cet trange conteneur, qui est couvert de symboles bizarres, est entoure d'un rougeoiement doux. +30185 Glace Noire Les ombres sombres semblent se mler l'clatante et lisse surface. +30186 Larme ptrifie Une larme ptrifie du dieu Baljit-Elvedin, aujourd'hui le Dieu Dragon. +30187 Goutte de sang Une goutte de sang de la desse cratrice Bahar-Taraji, qui fut assassine. +30188 Obsidienne Une roche volcanique forme par le refroidissement rapide d'une lave. +30189 Larmes de Baljit-Elvedin Ce joli vase contient les larmes du dieu Baljit-Elvedin. +30190 Pierre de sang Cette pierre forme du sang de Bahar-Taraji vous permettra d'entrer dans la grotte de l'Exil. +30191 Pierre de sang Les pierres de sang te permettent d'entrer dans la Grotte de l'Exil. +30192 Latex Scrtion de plante de haute qualit. +30193 Os de doigt Les derniers restes de la dpouille d'un hros dfunt. +30194 Massue orque Une arme hideuse avec des pines solides. +30195 Sable silicieux Ce sable semble remplacer le sang des cratures pierreuses du dsert. +30196 Cendres de dmon Mme les cendres d'un dmon portent encore une puissance extraordinaire. +30197 Graines magiques Ces graines semblent prtes exploser tellement elles sont remplies de vie. +30198 Cristal aqueux Le cur d'une crature de glace. +30199 Cristal bleut Un morceau de cristal servant augmenter la puissance des forces tnbreuses du temple du dragon. +30210 Morceau de Gemme Une pierre qui est aussi claire que le cristal et miroite dans la lumire. +30211 Morceau de Gemme Une pierre claire comme de l'eau de roche, qui miroite dans la lumire. +30212 Morceau de Gemme Un petit caillou chatoyant. +30213 Morceau de Gemme Un petit caillou chatoyant. +30214 Morceau de Gemme Un petit caillou chatoyant. +30215 Morceau de Gemme Un petit caillou chatoyant. +30216 Morceau de Gemme Un petit caillou chatoyant. +30217 Morceau de Gemme Un petit caillou chatoyant. +30218 Morceau de Gemme Un petit caillou chatoyant. +30219 Morceau de Gemme Un petit caillou chatoyant. +30220 Pierre d'me de Jinunggy Une pierre lgendaire abritant l'me d'un aristocrate de Jinung. +30221 Pierre d'me du Temple Une pierre lgendaire abritant l'me d'un disciple du Temple. +30222 Pierre d'me de Sagyi Une pierre lgendaire abritant l'me d'un aristocrate de Sagyi. +30223 Pierre d'me d'Aurtumryu Une pierre lgendaire abritant l'me d'un aristocrate de Aurtumryu. +30224 Pierre d'me de Gyimok Une pierre lgendaire abritant l'me d'un aristocrate de Gyimok. +30225 Pierre d'me de Tugyis Une pierre lgendaire abritant l'me d'un aristocrate de Tugyis. +30228 Pierre d'me de Beran-S. L'aura tnbreuse du Dieu dchu vous touche au plus profond de vous et cherche atteindre votre cur. +30251 Joyau de Cruaut Un diamant inspirant la mchancet. +30252 Joyau de Sagesse L'aura de ce bijou est noble et inspire la paix. +30253 Joyau de Loyaut L'aura de ce bijou inspire respect et loyaut. +30254 +30265 Morceau de mdaille (1) Le premier morceau d'une mdaille de hros +30266 Morceau de mdaille (2) Le deuxime morceau d'une mdaille de hros +30267 Morceau de mdaille (3) Le troisime morceau d'une mdaille de hros +30268 Morceau de mdaille (4) Le quatrime morceau d'une mdaille de hros +30269 Morceau de mdaille (5) Le cinquime morceau d'une mdaille de hros +30270 Fragment de pierre-dragon Le fragment d'une pierre-dragon rarissime. +30311 Cl cristal d'me Cette cl en filigrane enchsse d'un cristal d'me bleut ouvre la porte du deuxime tage des Catacombes du Diable. +30312 Totem grimace Cette tablette en bois grave de grimaces sert de cl au sixime tage des Catacombes du Diable. +30315 +30316 +30317 +30318 +30319 Tte rduite Cette tsantza de dmon permet d'accder au troisime tage des Catacombes du Diable. Cet objet peut tre vendu. +30320 Tte rduite Cette tte rduite de dmon ouvre le sceau vers le 3e niveau des catacombes du Diable. +30321 Citrouille d'Halloween La citrouille rgnre les PV et les PM. Si elle est touche par une baguette magique, elle se transforme en coffre d'Halloween. +30322 Baguette magique Une baguette magique ouvrage en bois d'aulne, termine par une toile de feu magique, avec laquelle vous pouvez transformer chaque citrouille d'Halloween en un coffre d'Halloween. +30323 Carte: masque citrouille La carte de masque citrouille peut tre change Jack Pumpkin contre un masque de citrouille. Le masque remplace la coiffure existante. +30324 Cl des araignes Ouvre la porte de la caverne du nid de la baronne. Trs fragile, se dsagrge au bout de 24 heures. Ne peut tre utilise que par un chef de groupe. +30325 Cl des araignes Ouvre la porte vers la caverne du nid de la baronne. Se dsagrge au bout de 24 heures. Ne peut tre utilise que par le chef de groupe. +30326 Poison de reine Araigne La scrtion de la reine Araigne est ncessaire pour la fabrication de la cl des araignes. +30327 Flte de l'araigne Le son de cet instrument attire la baronne araigne. +30329 Pignon dor Dclenchez le mcanisme dissimul dans la stle de l'Isfet. +30330 Pierre de Mat En tant que desse de la justice, Mat remet de l'ordre dans le chaos. +30500 Pointe graver - rubis Outil de raffinage pour votre arme. +30501 Bague en or lment de raffinage pour votre arme. +30502 Ornement en rubis lment de raffinage pour votre arme. +30503 Pointe graver amthyst Outil de raffinage pour votre arme. +30504 Bague en argent lment de raffinage pour votre arme. +30505 Ornement d'meraude lment de raffinage pour votre arme. +30506 Pointe graver saphir Outil de raffinage pour votre arme. +30507 Bague en bronze lment de raffinage pour votre arme. +30508 Ornement de saphir lment de raffinage pour votre arme. +30509 Acier de dragon bleu Le cuir de dragon est trs lger et flexible mais presque indestructible. Il se travaille comme le mtal et est utilis pour la fabrication d'armures. +30510 paulette prcieuse lment pour la dcoration des armures +30511 Tissu rouge Le tissu le plus fin pour embellir les armures +30512 Acier de dragon rouge Le cuir de dragon est trs lger et flexible mais presque indestructible. Il se travaille comme le mtal et est utilis pour la fabrication d'armures. +30513 paulette noble lment pour la dcoration des armures +30514 Tissu violet Le tissu le plus fin pour embellir les armures +30515 Acier de dragon violet Le cuir de dragon est trs lger et flexible mais presque indestructible. Il se travaille comme le mtal et est utilis pour la fabrication d'armures. +30516 paulette antique lment pour embellir les armures +30517 Tissu dor Le tissu le plus fin pour embellir les armures +30518 Fil dor Bobine de fil magique d'or liquide. En l'utilisant avec des pierres prcieuses, vous pouvez fabriquer des bijoux de grande valeur. +30519 Crochet dor Or pur, en l'utilisant avec des pierres prcieuses, vous pouvez fabriquer des bijoux de grande valeur. +30520 Boucle dore Or pur, en l'utilisant avec des pierres prcieuses, vous pouvez fabriquer des bijoux de grande valeur. +30521 lment d'anneau Or pur, en l'utilisant avec des pierres prcieuses, vous pouvez fabriquer des bijoux de grande valeur. +30522 Chanon Or pur, en l'utilisant avec des pierres prcieuses, vous pouvez fabriquer des bijoux de grande valeur. +30523 lment de bijou Or pur, en l'utilisant avec des pierres prcieuses, vous pouvez fabriquer des bijoux de grande valeur. +30524 +30525 +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Lanire bleue Matriel ncessaire la fabrication de ceintures +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 Copie de l'pitaphe Vous avez fait une copie de l'pitaphe sur la pierre tombale ancienne. +31002 Document ancien Document de l'poque de la Nation Obscure contenant davantage d'informations. +31003 Antidote Un mdicament salvateur pour les soldats empoisonns. +31004 Rsine d'arbre sacr La rsine d'un arbre sacr est un des lments ncessaire la fabrication d'une larme du ciel. +31005 Essence de cristal bleu L'essence, extraite de pierres prcieuses bleues, est utilise pour la fabrication d'une larme du ciel. +31006 Quartz de l'enfer rouge Ce quartz d'un rouge tincelant est compos de terre volcanique, de crinire flamboyante et de pierre de fondation. +31007 Terre volcanique Une substance semblable de la cendre venue de Doyyumhwan. Ncessaire la fabrication du quartz de l'enfer rouge. +31008 Larme du ciel Une pierre prcieuse magique ralise partir d'essence de cristal bleu, de quartz de l'enfer rouge et de rsine d'arbre sacr. Arrte les cratures malfaisantes et agit pendant 7 jours. +31009 Lettre gnolle Message secret des serviteurs de l'Obscurit envoy aux Gnolls +31010 Lettre du voleur rouge Le message des serviteurs de l'Obscurit la bande des voleurs rouges a t dchir en plusieurs morceaux. +31011 +31012 +31013 Morceau de papier Il faut esprer que ce message vous en apprendra plus sur les objectifs des cyclopes. +31014 +31015 La lettre de Crochet Message du capitaine Crochet aux Banshees. +31016 Lettre de Lee Chung Message important du commandant Lee Chung l'amiral Angmur +31017 Lettre scelle Cette lettre tait en possession de la Vestale. +31018 Tablette carapax La carapace de tortue aux lignes graves sert de cl de code. +31019 Poudre de carapax Poudre de carapace moulue de tortue cailles +31020 Racine de fleur rocher La racine de la fleur de rocher neutralise les poisons l'intrieur du corps. +31021 +31022 cailles d'Oin Seuls les officiers tritons portent ces cailles rares. +31023 +31024 Cuir de Manticore Cuir robuste provenant de la membrane d'ailes de Martyaxwar +31025 +31026 Carapace crustace Carapace de la tribu des crustacens. Peut galement servir de matriel de fortification. +31027 Sable fin Ce sable aux grains particulirement fins est parfait comme matriel de construction. +31028 Brique Brique de forme carr en terre glaise +31029 Lumire intrieure Source d'nergie intrieure de Polyphme +31030 Lumire intrieure Source d'nergie intrieure du roi gant +31031 Essence de millnium Mixture base de racine de gango, de champignon Tue et de rose des montagnes. lment important des perles du Lviathan. +31032 Perles du Lviathan Capsules fortifiantes efficaces base de lumire intrieure d'tres mythiques et d'essence de millnium. +31033 Cape du chef Pour les voleurs rouges, cette cape est le symbole de leur invincibilit. +31034 Totem des gants Le totem a la forme d'une grande pierre d'ambre jaune. +31035 Roche noire Cette pierre mystrieuse est extraite par les cyclopes dans les montagnes fulgurantes. +31036 Or noir Le minerai noir avec ses forces magiques provient des montagnes fulgurantes. +31037 Sacoche en cuir Vous avez arrach cette sacoche au capitaine Shrouk. Elle est plus lgre que vous ne vous y attendiez... +31038 Terre bnie Ce sac rempli de terre bnie sert de mdium pour invoquer les morts. +31039 Bourse Il est possible qu'il s'y trouve un mdium pour invoquer les morts. +31040 Insigne dor Cet objet fait-il office de mdium ? +31041 Terre fossile Mlange de terre et de poussire d'os. +31042 Javelot de triton Les javelots des tritons sont gnralement utiliss par les insulaires pour fortifier leurs dfenses. +31043 Tablette des lmures Une mystrieuse tablette en pierre chatoyante avec une inscription grave. +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Bandeau du prospecteur Avec ce bandeau, vous pouvez drober les bourses de la poche des monstres. +31074 Collier clout Un collier en cuir orn de clous. +31075 Collier clous Collier de Martyaxwar. Une lettre est cache l'intrieur. +31076 Herbes solaires Ces herbes poussent dans des lieux chauds et secs. +31077 Poudre de fondation Des pierres de fondation finement moulues. +31078 Lumen pur Une nergie blanche, permettant de neutraliser la force dvastatrice de la matire obscure. +31079 Lettre pour Yak-Hwan Les derniers mots de l'claireur, cachs dans un bandeau. +31080 Sang du roi flamme Le sang qui coule dans les veines du dmon est chaud comme la lave. +31081 Matire obscure La plus obscure des nergies confre aux dmons une force inoue. +31082 Anneau de magma Un anneau de magma, qui enserre le cur des dmons flamme. +31083 Anneau de Samal Artefact magique servant accomplir un rite de bannissement. +31084 +31085 +31086 +31087 +31088 +31089 +31090 +31091 +31092 +35000 Herbes mdicinales+ Une collection d'herbe mdicinales. Malheureusement elles sont un peu poussireuses. +35001 Foie d'un Tigre+ Le foie rouge-brun entier d'un chat sauvage +38010 Paquet de Yangs Recette en Yangs de la bourse aux objets +38050 Coffre du pouvoir Ce coffre est tonnamment lger, comme s'il tait vide... +38051 Cristal du tigre royal Il faut des forces magiques considrables pour dompter les esprits d'animaux mchants. Ce cristal contient l'un des cinq sceaux des tigres royaux. +38052 Coffre des rois Ce luxueux coffre renferme un trsor digne d'un roi. Cet objet peut tre vendu. +38053 Coffre d'hiver ternel Ce coffre est entirement fait de glace. Le couvercle s'ouvre avec un lger grincement et un froid glacial s'en chappe. +38054 Coffre tempte du dsert Ce coffre mystrieux contient un objet alatoire. +38055 Caisse petits Un bb animal tout mignon peut se cacher dans cette caisse. Ouvrez-la et dcouvrez l'objet que vous rserve le hasard. +38056 Coffre de fte Ce coffre d'un vert sapin festif contient une surprise de Nol. +38057 Coffre du Nord Le coffre resplendit d'un bleu glacier et contient un objet alatoire. +38100 Remontant (7 jours) Prolonge l'existence de votre super monture de 7 jours. +38101 Remontant (15 jours) Prolonge l'existence de votre super monture de 15 jours. +38102 Remontant (30 jours) Prolonge l'existence de votre super monture de 30 jours. +38200 Sceau Rufus Ce sceau te permet d'appeler ton louveteau, Rufus. +38201 Sceau Rufus Ce sceau te permet d'appeler ton louveteau, Rufus. +39001 Pierre magique Cette pierre assure les meilleurs chances d'amliorer un objet. De plus, l'objet ne pourra tre ni abm ni dtruit. Cet objet peut tre vendu. +39002 Anneau d'exprience Augmente l'exprience reue de 50% pendant 60 minutes. Cet objet peut tre vendu. +39003 Vin de fleur de pche Potion qui rgnrera immdiatement PV de 500 points. Cet objet peut tre vendu. +39004 Orbe de bndiction Cet orbe lgendaire de bndiction accorde un cinquime bonus aux objets qui en possdent dj quatre. Il est cependant possible que l'amlioration choue. Cet objet peut tre vendu. +39005 Cuivre magique Avec l'aide de ce minerai et d'un parchemin de bndiction, vous pouvez crer un parchemin de guerre chez le forgeron. Cet objet peut tre vendu. +39006 Cape de bravoure Une cape colore qui attire une kyrielle de monstres. Les guerriers s'en servaient autrefois pour prouver leur bravoure. Peut tre vendue. +39007 Manuel du forgeron Ce livre est li l'me d'un vieux forgeron. Il augmente vos chances de russir une amlioration d'objet. Cet objet peut tre vendu. +39008 Parchemin d'exorcisme Vous libre de la maldiction du mauvais esprit lorsqu'un apprentissage choue. Grce ce parchemin, vous pouvez lire un document supplmentaire pendant la journe. Cet objet peut tre vendu. +39009 Parch. oubli comptence Cet objet vous permet de rattribuer les points d'une de vos comptences. Cet objet peut tre vendu. +39010 Potion d'attaque +10 Augmente votre vitesse d'attaque de 10% pendant 30 minutes. Cet objet peut tre vendu. +39011 Bndiction de Vie Bndiction qui rgnre immdiatement la totalit de vos points de vie. Cet objet peut tre vendu. +39012 Bndiction magique Une bndiction qui rgnre immdiatement la totalit de vos PM. Cet objet peut tre vendu. +39013 Bndiction du Dragon Bndiction qui rgnre immdiatement la totalit de vos PV et PM. Cet objet peut tre vendu. +39014 Parchemin de Guerre L'amlioration d'un objet russit automatiquement. Seulement pour les objets de +0 +3. Cet objet peut tre vendu. +39015 Pierre du Forgeron l'aide de cette pierre et un d'parchemin de bndiction, vous pouvez crer un manuel de forgeron chez le forgeron. Cet objet peut tre vendu. +39016 Minerai de fer magique l'aide de ce minerai et d'un parchemin de bndiction, vous pouvez crer un parchemin de dragon chez le forgeron. Cet objet peut tre vendu. +39017 Vie du Dieu Dragon Augmente de 20% votre maximum de PV pendant 30 minutes. Cet objet peut tre vendu. +39018 Attaque du Dieu Dragon Augmente pendant 30 minutes de 12 15 % les dgts que vous causez au combat. Cet objet peut tre vendu. +39019 Intellig. du Dieu Dragon Augmente de 20% votre maximum de PM pendant 30 minutes. Cet objet peut tre vendu. +39020 Dfense du Dieu Dragon Diminue de 12-15% les dgts qui vous sont infligs pendant 30 minutes. Cet objet peut tre vendu. +39021 Aide du Dieu Dragon La vitalit, la force, l'intelligence et la dextrit de votre personnage sont temporairement multiplies par 5. Cet objet peut tre vendu. +39022 Parchemin du Dieu Dragon limine le risque de dtruire un objet si son amlioration rate. Seule sa qualit est rduite d'un niveau. En plus, la probabilit de succs est augmente de 10%. Cet objet peut tre vendu. +39023 lixir du chercheur Cet lixir amliore la qualit des objets de recherche que vous avez collects, augmentant ainsi la probabilit qu'ils soient accepts par le commanditaire. Cet objet peut tre vendu. +39024 Attaque critique Augmente de 20% vos chances de faire un coup critique durant 10 minutes. Cet objet peut tre vendu. +39025 Attaque perante Augmente vos chances de faire un coup perant de 20% durant 10 minutes. Cet objet peut tre vendu. +39026 Potion de vitesse Augmente votre vitesse de 60 durant 30 minutes. Cet objet peut tre vendu. +39027 Livre des pierres Enlve toutes les pierres brises d'un objet. Ainsi vous pourrez tenter nouveau d'amliorer votre arme ou armure. Cet objet peut tre vendu. +39028 Objet enchant Retire les bonus d'un de vos objets et en ajoute de nouveaux. Cet objet peut tre vendu. +39029 Objet de renforcement Ajoute avec un peu de chance un nouveau bonus l'un de vos objets (max. 4 bonus). Cet objet peut tre vendu. +39030 Lecture concentre Multiplie par 2,5 vos chances d'amliorer vos comptences lors de la lecture du prochain livre (ou pierre d'me). Cet objet peut tre vendu. +39031 Potion de clrit La potion rduit le temps de rgnration de vos capacits de 20 % pendant 30 minutes. Cet objet peut tre vendu. +39032 Fruit de la vie Augmente votre grade de 2000 points (ne peut tre utilis que toutes les 8 heures). Cet objet peut tre vendu. +39033 Parchemin de correction Vous pouvez enlever la dernire pierre d'esprit ajoute un objet avec ce parchemin. Cet objet peut tre vendu. +39034 Sucre pour cheval Ce sucre vous permet de nommer votre cheval. En plus, il augmente son niveau de dfense de 20. Cet objet peut tre vendu. +39035 Loupe magique Cette loupe aux proprits magiques vous permet de montrer le contenu de votre inventaire un autre joueur. La loupe casse aprs l'utilisation. Cet objet peut tre vendu. +39036 Bottes du vent Tant que vous les portez, ces bottes augmentent votre vitesse de 30. L'effet dure 30 heures de jeu. Cet objet peut tre vendu. +39037 lixir du soleil (p) Rgnre automatiquement vos PV. Contient 1.000.000 PV. Cet objet peut tre vendu. +39038 lixir du soleil (m) Rgnre automatiquement vos PV. Contient 3000000 PV. Cet objet peut tre vendu. +39039 lixir du soleil (g) Rgnre automatiquement vos PV. Contient 7000000 PV. Cet objet peut tre vendu. +39040 lixir de la lune (p) Rgnre automatiquement vos PM. Contient 100000 PM. Cet objet peut tre vendu. +39041 lixir de la lune (m) Rgnre automatiquement vos PM. Contient 300000 PM. Cet objet peut tre vendu. +39042 lixir de la lune (g) Rgnre automatiquement vos PM. Contient 700000 PM. Cet objet peut tre vendu. +39043 Parchemin de retour Le parchemin vous permet de revenir au dernier endroit que vous aviez marqu. Cet objet peut tre vendu. +41001 Costume de lapin (m) Costume de lapin en peluche marron pour les messieurs +41002 Costume de hase (m) Costume de lapin en peluche marron pour les dames +41003 Combattant du dsert Tunique de guerrier pour homme qui vous aide affronter le dsert hostile. +41004 Combattante du dsert Tunique de guerrier pour femme qui vous aide affronter le dsert hostile. +41005 Tenue d'escrime JO (h) Vtement de protection sportif pour escrimeur. +41006 Tenue d'escrime JO (f) Vtement de protection sportif pour escrimeuse. +41007 Tenue d'escrime ALL (h) Vtement de protection sportif pour escrimeur aux couleurs de l'Allemagne. +41008 Tenue d'escrime ALL (f) Vtement de protection sportif pour escrimeuse aux couleurs de l'Allemagne. +41009 Tenue d'escrime TR (h) Vtement de protection sportif pour escrimeur aux couleurs de la Turquie. +41010 Tenue d'escrime TR (f) Vtement de protection sportif pour escrimeuse aux couleurs de la Turquie. +41011 Tenue d'escrime BR (h) Vtement de protection sportif pour escrimeur aux couleurs du Brsil. +41012 Tenue d'escrime BR (f) Vtement de protection sportif pour escrimeuse aux couleurs du Brsil. +41013 Maillot de foot JO (h) Maillot de foot neutre. +41014 Maillot de foot JO (f) Maillot de foot neutre pour femme. +41015 Maillot de foot ALL (h) Maillot de foot aux couleurs de l'Allemagne pour homme. +41016 Maillot de foot ALL (f) Maillot de foot aux couleurs de l'Allemagne pour femme. +41017 Maillot de foot TR (h) Maillot de foot aux couleurs de la Turquie pour homme. +41018 Maillot de foot TR (f) Maillot de foot aux couleurs de la Turquie pour femme. +41019 Maillot de foot BR (h) Maillot de foot aux couleurs du Brsil pour homme. +41020 Maillot de foot BR (f) Maillot de foot aux couleurs du Brsil pour femme. +41021 Tenue de boxe JO (h) Tenue de combat pour boxeur. +41022 Tenue de boxe JO (f) Tenue de combat pour boxeuse. +41023 Tenue de boxe ALL (h) Tenue de combat aux couleurs de l'Allemagne pour boxeur. +41024 Tenue de boxe ALL (f) Tenue de combat aux couleurs de l'Allemagne pour boxeuse. +41025 Tenue de boxe TR (h) Tenue de combat aux couleurs de la Turquie pour boxeur. +41026 Tenue de boxe TR (f) Tenue de combat aux couleurs de la Turquie pour boxeuse. +41027 Tenue de boxe BR (h) Tenue de combat aux couleurs du Brsil pour boxeur. +41028 Tenue de boxe BR (f) Tenue de combat aux couleurs du Brsil pour boxeuse. +41029 Combattant dsert(bonus) Tunique de combattant pour homme qui vous aidera affronter le dsert hostile. Objet ngociable. +41030 Combattantedsert(bonus) Tunique de combattant pour femme qui vous aidera affronter le dsert hostile. Objet ngociable. +41031 Tenue d'escrime JO (h) Vtement de protection sportif pour escrimeur. Objet ngociable. +41032 Tenue d'escrime JO (f) Vtement de protection sportif pour escrimeuse. Objet ngociable. +41033 Tenue d'escrime ALL (h) Vtement de protection sportif pour escrimeur aux couleurs de l'Allemagne. Objet ngociable. +41034 Tenue d'escrime ALL (f) Vtement de protection sportif pour escrimeuse aux couleurs de l'Allemagne. Objet ngociable. +41035 Tenue d'escrime TR (h) Vtement de protection sportif pour escrimeur aux couleurs de la Turquie. Objet ngociable. +41036 Tenue d'escrime TR (f) Vtement de protection sportif pour escrimeuse aux couleurs de la Turquie. Objet ngociable. +41037 Tenue d'escrime BR (h) Vtement de protection sportif pour escrimeur aux couleurs du Brsil. Objet ngociable. +41038 Tenue d'escrime BR (f) Vtement de protection sportif pour escrimeuse aux couleurs du Brsil. Objet ngociable. +41039 Maillot de foot JO (h) Maillot de foot neutre pour homme. Objet ngociable. +41040 Maillot de foot JO (f) Maillot de foot neutre pour femme. Objet ngociable. +41041 Maillot de foot ALL (h) Maillot de foot aux couleurs de l'Allemagne pour homme. Objet ngociable. +41042 Maillot de foot ALL (f) Maillot de foot aux couleurs de l'Allemagne pour femme. Objet ngociable. +41043 Maillot de foot TR (h) Maillot de foot aux couleurs de la Turquie pour femme. Objet ngociable. +41044 Maillot de foot TR (f) Maillot de foot aux couleurs de la Turquie pour femme. Objet ngociable. +41045 Maillot de foot BR (h) Maillot de foot aux couleurs du Brsil pour homme. Objet ngociable. +41046 Maillot de foot BR (f) Maillot de foot aux couleurs du Brsil pour femme. Objet ngociable. +41047 Tenue de boxe JO (h) Tenue de combat pour boxeur. Objet ngociable. +41048 Tenue de foot JO (f) Tenue de combat pour boxeuse. Objet ngociable. +41049 Tenue de boxe ALL (m) Tenue de combat aux couleurs de l'Allemagne pour boxeur. Objet ngociable. +41050 Tenue de boxe ALL (f) Tenue de combat aux couleurs de l'Allemagne pour boxeuse. Objet ngociable. +41051 Tenue de boxe TR (h) Tenue de combat aux couleurs de la Turquie pour boxeur. Objet ngociable. +41052 Tenue de boxe TR (f) Tenue de combat aux couleurs de la Turquie pour boxeuse. Objet ngociable. +41053 Tenue de boxe BR (h) Tenue de combat aux couleurs du Brsil pour boxeur. Objet ngociable. +41054 Tenue de boxe BR (f) Tenue de combat aux couleurs du Brsil pour boxeuse. Objet ngociable. +41055 Tenue d'escrime FR (h) Un vtement de protection sportif pour escrimeur aux couleurs de la France. +41056 Tenue d'escrime FR (f) Un vtement de protection sportif pour escrimeuse aux couleurs de la France. +41057 Tenue d'escrime IT (h) Un vtement de protection sportif pour escrimeur aux couleurs de l'Italie. +41058 Tenue d'escrime IT (f) Un vtement de protection sportif pour escrimeuse aux couleurs de l'Italie. +41059 Tenue d'escrime PO (h) Un vtement de protection sportif pour escrimeur aux couleurs de la Pologne. +41060 Tenue d'escrime PO (f) Un vtement de protection sportif pour escrimeuse aux couleurs de la Pologne. +41061 Tenue d'escrime RO (h) Un vtement de protection sportif pour escrimeur aux couleurs de la Roumanie. +41062 Tenue d'escrime RO (f) Un vtement de protection sportif pour escrimeuse aux couleurs de la Roumanie. +41063 Tenue d'escrime ES (h) Un vtement de protection sportif pour escrimeur aux couleurs de l'Espagne. +41064 Tenue d'escrime ES (f) Un vtement de protection sportif pour escrimeuse aux couleurs de l'Espagne. +41065 Maillot de foot FR (h) Un maillot pour footballeur aux couleurs de la France. +41066 Maillot de foot FR (f) Un maillot pour footballeuse aux couleurs de la France. +41067 Maillot de foot IT (h) Un maillot pour footballeur aux couleurs de l'Italie. +41068 Maillot de foot IT (f) Un maillot pour footballeuse aux couleurs de l'Italie. +41069 Maillot de foot PO (h) Un maillot pour footballeur aux couleurs de la Pologne. +41070 Maillot de foot PO (f) Un maillot pour footballeuse aux couleurs de la Pologne. +41071 Maillot de foot RO (h) Un maillot pour footballeur aux couleurs de la Roumanie. +41072 Maillot de foot RO (f) Un maillot pour footballeuse aux couleurs de la Roumanie. +41073 Maillot de foot ES (h) Un maillot pour footballeur aux couleurs de l'Espagne. +41074 Maillot de foot ES (f) Un maillot pour footballeuse aux couleurs de l'Espagne. +41075 Maillot de foot FR (h) Une tenue de combat pour boxeur aux couleurs de la France. +41076 Tenue de boxe FR (f) Une tenue de combat pour boxeuse aux couleurs de la France. +41077 Tenue de boxe IT (h) Une tenue de combat pour boxeur aux couleurs de l'Italie. +41078 Tenue de boxe IT (f) Une tenue de combat pour boxeuse aux couleurs de l'Italie. +41079 Tenue de boxe PO (h) Une tenue de combat pour boxeur aux couleurs de la Pologne. +41080 Tenue de boxe PO (f) Une tenue de combat pour boxeuse aux couleurs de la Pologne. +41081 Tenue de boxe RO (h) Une tenue de combat pour boxeur aux couleurs de la Roumanie. +41082 Tenue de boxe RO (f) Une tenue de combat pour boxeuse aux couleurs de la Roumanie. +41083 Tenue de boxe ES (h) Une tenue de combat pour boxeur aux couleurs de l'Espagne. +41084 Tenue de boxe ES (f) Une tenue de combat pour boxeuse aux couleurs de l'Espagne. +41085 Tenue d'escrime FR (h) Un vtement de protection sportif pour escrimeur aux couleurs de la France. Objet ngociable. +41086 Tenue d'escrime FR (f) Un vtement de protection sportif pour escrimeuse aux couleurs de la France. Objet ngociable. +41087 Tenue d'escrime IT (h) Un vtement de protection sportif pour escrimeur aux couleurs de l'Italie. Objet ngociable. +41088 Tenue d'escrime IT (f) Un vtement de protection sportif pour escrimeuse aux couleurs de l'Italie. Objet ngociable. +41089 Tenue d'escrime PO (h) Un vtement de protection sportif pour escrimeur aux couleurs de la Pologne. Objet ngociable. +41090 Tenue d'escrime PO (f) Un vtement de protection sportif pour escrimeuse aux couleurs de la Pologne. Objet ngociable. +41091 Tenue d'escrime RO (h) Un vtement de protection sportif pour escrimeur aux couleurs de la Roumanie. Objet ngociable. +41092 Tenue d'escrime RO (f) Un vtement de protection sportif pour escrimeuse aux couleurs de la Roumanie. Objet ngociable. +41093 Tenue d'escrime ES (h) Un vtement de protection sportif pour escrimeur aux couleurs de l'Espagne. Objet ngociable. +41094 Tenue d'escrime ES (f) Un vtement de protection sportif pour escrimeuse aux couleurs de l'Espagne. Objet ngociable. +41095 Maillot de foot FR (h) Un maillot pour footballeur aux couleurs de la France. Objet ngociable. +41096 Maillot de foot FR (f) Un maillot pour footballeuse aux couleurs de la France. Objet ngociable. +41097 Maillot de foot IT (h) Un maillot pour footballeur aux couleurs de l'Italie. Objet ngociable. +41098 Maillot de foot IT (f) Un maillot pour footballeuse aux couleurs de l'Italie. Objet ngociable. +41099 Maillot de foot PO (h) Un maillot pour footballeur aux couleurs de la Pologne. Objet ngociable. +41100 Maillot de foot PO (f) Un maillot pour footballeuse aux couleurs de la Pologne. Objet ngociable. +41101 Maillot de foot RO (h) Un maillot pour footballeur aux couleurs de la Roumanie. Objet ngociable. +41102 Maillot de foot RO (f) Un maillot pour footballeuse aux couleurs de la Roumanie. Objet ngociable. +41103 Maillot de foot ES (h) Un maillot pour footballeur aux couleurs de l'Espagne. Objet ngociable. +41104 Maillot de foot ES (f) Un maillot pour footballeuse aux couleurs de l'Espagne. Objet ngociable. +41105 Tenue de boxe FR (h) Une tenue de combat pour boxeur aux couleurs de la France. Objet ngociable. +41106 Tenue de boxe FR (f) Une tenue de combat pour boxeuse aux couleurs de la France. Objet ngociable. +41107 Tenue de boxe IT (h) Une tenue de combat pour boxeur aux couleurs de l'Italie. Objet ngociable. +41108 Tenue de boxe IT (f) Une tenue de combat pour boxeuse aux couleurs de l'Italie. Objet ngociable. +41109 Tenue de boxe PO (h) Une tenue de combat pour boxeur aux couleurs de la Pologne. Objet ngociable. +41110 Tenue de boxe PO (f) Une tenue de combat pour boxeuse aux couleurs de la Pologne. Objet ngociable. +41111 Tenue de boxe RO (h) Une tenue de combat pour boxeur aux couleurs de la Roumanie. Objet ngociable. +41112 Tenue de boxe RO (f) Une tenue de combat pour boxeuse aux couleurs de la Roumanie. Objet ngociable. +41113 Tenue de boxe ES (h) Une tenue de combat pour boxeur aux couleurs de l'Espagne. Objet ngociable. +41114 Tenue de boxe ES (f) Une tenue de combat pour boxeuse aux couleurs de l'Espagne. Objet ngociable. +41117 Costume de mousquetaire Costume excentrique dans le style des mousquetaires +41118 Costume de bonne Robe noire avec un tablier blanc, style uniforme de bonne. +41119 Costume de salsa Costume moulant orange et noir pour adepte de danse sud-amricaine. +41120 Robe de salsa Robe de danse moulante rouge avec des gants noirs. +41121 Costume de gentleman Costume lgant pour les hommes qui ont du savoir-vivre. +41122 Robe de cocktail Robe bleu ciel agrmente de nuds. Sandales assorties. +41125 Smoking citrouille Un classique qui vous attirera tous les regards, rinterprt pour l'occasion. +41126 Robe citrouille Un classique qui vous attirera tous les regards, rinterprt pour l'occasion. +41129 Costume de mousquetaire+ Costume excentrique dans le style des mousquetaires. Vous donne au moins un bonus au hasard. Cet objet peut tre vendu. +41130 Costume de bonne + Robe noire avec un tablier blanc, dans le style d'un uniforme de bonne. Vous donne au moins un bonus au hasard. Cet objet peut tre vendu. +41131 Costume de salsa + Costume moulant orange et noir pour adepte de danse sud-amricaine. Vous donne au moins un bonus au hasard. Cet objet peut tre vendu. +41132 Robe de salsa + Robe de danse moulante rouge avec des gants noirs. Vous donne au moins un bonus au hasard. Cet objet peut tre vendu. +41133 Costume de gentleman + Costume lgant pour les hommes qui ont du savoir-vivre. Vous donne au moins un bonus au hasard. Cet objet peut tre vendu. +41134 Robe de cocktail + Robe bleu ciel agrmente de nuds. Sandales assorties. Vous donne au moins un bonus au hasard. Cet objet peut tre vendu. +41135 Smoking citrouil.(bonus) Un classique qui vous attirera tous les regards, rinterprt pour l'occasion. Ce costume vous apporte un bonus au hasard. +41136 Robe citrouille (bonus) Un classique qui vous attirera tous les regards, rinterprt pour l'occasion. Ce costume vous apporte un bonus au hasard. +41137 Costume de Nol (rouge) Costume de Nol en velours rouge avec de la fourrure blanche. +41138 Robe de Nol (rouge) Petite robe de Nol en velours rouge avec de la fourrure blanche. +41139 Costume de Nol (vert) Costume de Nol en velours vert avec de la fourrure blanche. +41140 Robe de Nol (verte) Petite robe de Nol en velours vert avec de la fourrure blanche. +41141 Costume de Nol (noir) Costume de Nol en velours noir avec de la fourrure blanche. +41142 Robe de Nol (noire) Petite robe de Nol en velours noir avec de la fourrure blanche. +41143 Costume de renne (h) Costume pour lui en peluche douce avec une queue duveteuse et un grelot. +41144 Costume de renne (f) Costume pour elle en peluche douce avec une queue duveteuse et un grelot. +41145 Costume de Nol+ (rouge) Costume de Nol en velours rouge avec de la fourrure blanche. Accompagn d'au moins un bonus au hasard. Peut-tre vendu. +41146 Robe de Nol+ (rouge) Petite robe de Nol en velours rouge avec de la fourrure blanche. Accompagne d'au moins un bonus au hasard. Peut-tre vendue. +41147 Costume de Nol+ (vert) Costume de Nol en velours vert avec de la fourrure blanche. Accompagn d'au moins un bonus au hasard. Peut-tre vendu. +41148 Robe de Nol+ (verte) Petite robe de Nol en velours vert avec de la fourrure blanche. Accompagne d'au moins un bonus au hasard. Peut-tre vendue. +41149 Costume de Nol+ (noir) Costume de Nol en velours noir avec de la fourrure blanche. Accompagn d'au moins un bonus au hasard. Peut-tre vendu. +41150 Robe de Nol+ (noire) Petite robe de Nol en velours noir avec de la fourrure blanche. Accompagne d'au moins un bonus au hasard. Peut-tre vendue. +41151 Costume de renne+ (h) Costume pour lui en peluche douce avec une queue duveteuse et un grelot. Accompagn d'au moins un bonus au hasard. Peut-tre vendu. +41152 Costume de renne+ (f) Costume pour elle en peluche douce avec une queue duveteuse et un grelot. Accompagn d'au moins un bonus au hasard. Peut-tre vendu. +41153 AC Miryang (h) Jeu de maillot de foot noir et rouge pour lui +41154 AC Miryang (f) Jeu de maillot de foot noir et rouge pour elle +41155 AFC Jayan (h) Jeu de maillot de foot blanc et rouge pour lui +41156 AFC Jayan (f) Jeu de maillot de foot blanc et rouge pour elle +41157 RSC Grande Valle (h) Jeu de maillot de foot blanc et mauve pour lui +41158 RSC Grande Valle (f) Jeu de maillot de foot mauve et blanc pour elle +41159 Yongan FC (h) Jeu de maillot de foot rouge et blanc pour lui +41160 Yongan FC (f) Jeu de maillot de foot rouge et blanc pour elle +41161 FC Bakra (h) Jeu de maillot de foot bleu fonc et rouge pour lui +41162 FC Bakra (f) Jeu de maillot de foot bleu fonc rouge pour elle +41163 FC Bokjung (h) Jeu de maillot de foot jaune et bleu pour lui +41164 FC Bokjung (f) Jeu de maillot de foot jaune et bleu pour elle +41165 FC Bavaria Hwang (h) Jeu de maillot de foot rouge et or pour lui +41166 FC Bavaria Hwang (f) Jeu de maillot de foot rouge et or pour elle +41167 Borussia Chunjo (h) Jeu de maillot de foot noir et jaune pour lui +41168 Borussia Chunjo (f) Jeu de maillot de foot noir et jaune pour elle +41169 SC Doyum (h) Jeu de maillot de foot rouge et blanc pour lui +41170 SC Doyum (f) Jeu de maillot de foot rouge et blanc pour elle +41171 SC Hasung Dong (h) Jeu de maillot de foot vert et blanc pour lui +41172 SC Hasung Dong (f) Jeu de maillot de foot vert et blanc pour elle +41173 CFR Feu dragon. 07 (h) Jeu de maillot de foot bordeaux pour lui +41174 CFR Feu dragon. 07 (f) Jeu de maillot de foot bordeaux pour elle +41175 FC Daeyami (h) Jeu de maillot de foot bleu pour lui +41176 FC Daeyami (f) Jeu de maillot de foot bleu pour elle +41177 GNK Kuahlo Dong (h) Jeu de maillot de foot bleu et blanc pour lui +41178 GNK Kuahlo Dong (f) Jeu de maillot de foot bleu et blanc pour elle +41179 1927 Imha (h) Jeu de maillot de foot blanc et bleu pour lui +41180 1927 Imha (f) Jeu de maillot de foot blanc et bleu pour elle +41181 FC Terre Glaciaire (h) Jeu de maillot de foot rouge pour lui +41182 FC Terre Glaciaire (f) Jeu de maillot de foot rouge pour elle +41183 FC Gumsan (h) Jeu de maillot de foot blanc et bleu pour lui +41184 FC Gumsan (f) Jeu de maillot de foot blanc et bleu pour elle +41185 Galawaryong (h) Jeu de maillot de foot jaune et rouge pour lui +41186 Galawaryong (f) Jeu de maillot de foot jaune et rouge pour elle +41187 Juventus Yongbi (h) Jeu de maillot de foot noir et blanc pour lui +41188 Juventus Yongbi (f) Jeu de maillot de foot noir et blanc pour elle +41189 OSC Lungsam (h) Jeu de maillot de foot rouge et bleu fonc pour lui +41190 Lungsam OSC (f) Jeu de maillot de foot rouge et bleu fonc pour elle +41191 Doyyumhwan CF (h) Jeu de maillot de foot bleu ciel et blanc pour lui +41192 Doyyumhwan CF (f) Jeu de maillot de foot bleu ciel et blanc pour elle +41193 Nphrite City FC (h) Jeu de maillot de foot bleu ciel et blanc pour lui +41194 Nphrite City FC (f) Jeu de maillot de foot bleu ciel et blanc pour elle +41195 Shinsoo United (h) Jeu de maillot de foot rouge et blanc pour lui +41196 Shinsoo United (f) Jeu de maillot de foot rouge et blanc pour elle +41197 Valle du Dragon SC (h) Jeu de maillot de foot bleu fonc et orange pour lui +41198 Valle du Dragon SC (f) Jeu de maillot de foot bleu fonc et orange pour elle +41199 Monts fulgurants FC (h) Jeu de maillot de foot rouge et blanc pour lui +41200 Monts fulgurants FC (f) Jeu de maillot de foot rouge et blanc pour elle +41201 Pyungmoo Saint-Hwang (h) Jeu de maillot de foot bleu fonc pour lui +41202 Pyungmoo Saint-Hwang (f) Jeu de maillot de foot bleu fonc pour elle +41203 Real Sohan (h) Jeu de maillot de foot blanc pour lui +41204 Real Sohan (f) Jeu de maillot de foot blanc pour elle +41205 FC Jinno 04 (h) Jeu de maillot de foot bleu roi et blanc pour lui +41206 FC Jinno 04 (f) Jeu de maillot de foot bleu roi et blanc pour elle +41207 FC Sangsun Dong (h) Jeu de maillot de foot noir et orange pour lui +41208 FC Sangsun Dong (f) Jeu de maillot de foot noir et orange pour elle +41209 SL Jungsun Dong (h) Jeu de maillot de foot rouge et blanc pour lui +41210 SL Jungsun Dong (f) Jeu de maillot de foot rouge et blanc pour elle +41211 Sparta Jungrang (h) Jeu de maillot de foot rouge et blanc pour lui +41212 Sparta Jungrang (f) Jeu de maillot de foot rouge et blanc pour elle +41213 FC Terre de Feu (h) Jeu de maillot de foot blanc et noir pour lui +41214 FC Terre de Feu (f) Jeu de maillot de foot blanc et noir pour elle +41215 FC St-Seungryong (h) Jeu de maillot de foot bleu pour lui +41216 FC St-Seungryong (f) Jeu de maillot de foot bleu pour elle +41217 AC Miryang+ (h) Jeu de maillot de foot noir et rouge pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41218 AC Miryang+ (f) Jeu de maillot de foot noir et rouge pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41219 AFC Jayan+ (h) Jeu de maillot de foot blanc et rouge pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41220 AFC Jayan+ (f) Jeu de maillot de foot blanc et rouge pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41221 RSC Grande Valle+ (h) Jeu de maillot de foot violet et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41222 RSC Grande Valle+ (f) Jeu de maillot de foot violet et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41223 Yongan FC+ (h) Jeu de maillot de foot rouge et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41224 Yongan FC+ (f) Jeu de maillot de foot rouge et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41225 FC Bakra+ (h) Jeu de maillot de foot bleu fonc et rouge pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41226 FC Bakra+ (f) Jeu de maillot de foot bleu fonc et rouge pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41227 FC Bokjung+ (h) Jeu de maillot de foot jaune et bleu pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41228 FC Bokjung+ (f) Jeu de maillot de foot jaune et bleu pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41229 FC Bavaria Hwang+ (h) Jeu de maillot de foot rouge et or pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41230 FC Bavaria Hwang+ (f) Jeu de maillot de foot rouge et or pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41231 Borussia Chunjo+ (h) Jeu de maillot de foot noir et jaune pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41232 Borussia Chunjo+ (f) Jeu de maillot de foot noir et jaune pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41233 SC Doyum+ (h) Jeu de maillot de foot rouge et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41234 SC Doyum+ (f) Jeu de maillot de foot rouge et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41235 SC Hasun Dong+ (h) Jeu de maillot de foot vert et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41236 SC Hasun Dong+ (f) Jeu de maillot de foot vert et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41237 CFR Feu dragon. 07+ (h) Jeu de maillot de foot bordeaux pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41238 CFR Feu dragon. 07+ (f) Jeu de maillot de foot bordeaux pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41239 FC Daeyami+ (h) Jeu de maillot de foot bleu pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41240 FC Daeyami+ (f) Jeu de maillot de foot bleu pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41241 GNK Kuahlo Dong+ (h) Jeu de maillot de foot bleu et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41242 GNK Kuahlo Dong+ (f) Jeu de maillot de foot bleu et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41243 1927 Imha+ (h) Jeu de maillot de foot blanc et bleu pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41244 1927 Imha+ (f) Jeu de maillot de foot blanc et bleu pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41245 FC Terre Glaciaire+ (h) Jeu de maillot de foot rouge pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41246 FC Terre Glaciaire+ (f) Jeu de maillot de foot rouge pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41247 FC Gumsan+ (h) Jeu de maillot de foot blanc et bleu pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41248 FC Gumsan+ (f) Jeu de maillot de foot blanc et bleu pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41249 Galawaryong+ (h) Jeu de maillot de foot jaune et rouge pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41250 Galawaryong+ (f) Jeu de maillot de foot jaune et rouge pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41251 Juventus Yongbi+ (h) Jeu de maillot de foot noir et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41252 Juventus Yongbi+ (f) Jeu de maillot de foot noir et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41253 OSC Lungsam+ (h) Jeu de maillot de foot rouge et bleu fonc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41254 Lungsam OSC+ (f) Jeu de maillot de foot rouge et bleu fonc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41255 Doyyumhwan CF+ (h) Jeu de maillot de foot bleu clair et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41256 Doyyumhwan CF+ (f) Jeu de maillot de foot bleu clair et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41257 Nphrite City FC+ (h) Jeu de maillot de foot bleu clair et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41258 Nphrite City FC+ (f) Jeu de maillot de foot bleu clair et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41259 Shinsoo United+ (h) Jeu de maillot de foot rouge et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41260 Shinsoo United+ (f) Jeu de maillot de foot rouge et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41261 Valle du Dragon SC+ (h) Jeu de maillot de foot bleu fonc et orange pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41262 Valle du Dragon SC+ (f) Jeu de maillot de foot bleu fonc et orange pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41263 Monts fulgurants FC+ (h) Jeu de maillot de foot rouge et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41264 Monts fulgurants FC+ (f) Jeu de maillot de foot rouge et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41265 Pyungmoo Saint-Hwang+(h) Jeu de maillot de foot bleu fonc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41266 Pyungmoo Saint-Hwang+(f) Jeu de maillot de foot bleu fonc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41267 Real Sohan+ (h) Jeu de maillot de foot blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41268 Real Sohan+ (f) Jeu de maillot de foot blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41269 FC Jinno 04+ (h) Jeu de maillot de foot bleu roi et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41270 FC Jinno 04+ (f) Jeu de maillot de foot bleu roi et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41271 FC Sangsun Dong+ (h) Jeu de maillot de foot noir et orange pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41272 FC Sangsun Dong+ (f) Jeu de maillot de foot noir et orange pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41273 SL Jungsun Dong+ (h) Jeu de maillot de foot rouge et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41274 SL Jungsun Dong+ (f) Jeu de maillot de foot rouge et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41275 Sparta Jungrang+ (h) Jeu de maillot de foot rouge et blanc pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41276 Sparta Jungrang+ (f) Jeu de maillot de foot rouge et blanc pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41277 FC Terre de Feu+ (h) Jeu de maillot de foot blanc et noir pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41278 FC Terre de Feu+ (f) Jeu de maillot de foot blanc et noir pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41279 FC St. Seungryong+ (h) Jeu de maillot de foot bleu pour lui. Il vous donne droit au moins un bonus dtermin au hasard. +41280 FC St. Seungryong+ (f) Jeu de maillot de foot bleu pour elle. Il vous donne droit au moins un bonus dtermin au hasard. +41291 Costume de lapin (n) Costume de lapin en peluche noire pour les messieurs +41292 Costume de lapin (b) Costume de lapin en peluche bleue pour les messieurs +41293 Costume de lapin (v) Costume de lapin en peluche verte pour les messieurs +41294 Costume de lapin (r) Costume de lapin en peluche rose pour les messieurs +41295 Costume de hase (n) Costume de lapin en peluche noire pour les dames +41296 Costume de hase (b) Costume de lapin en peluche bleue pour les dames +41297 Costume de hase (v) Costume de lapin en peluche verte pour les dames +41298 Costume de hase (r) Costume de lapin en peluche rose pour les dames +41299 Costume de lapin+ (n) Costume de lapin en peluche noire pour les messieurs. Vous confre au minimum un bonus alatoire. +41300 Costume de lapin+ (b) Costume de lapin en peluche bleue pour les messieurs. Vous confre au minimum un bonus alatoire. +41301 Costume de lapin+ (v) Costume de lapin en peluche vert pour les messieurs. Vous confre au minimum un bonus alatoire. +41302 Costume de lapin+ (r) Costume de lapin en peluche rose pour les messieurs. Vous confre au minimum un bonus alatoire. +41303 Costume de hase+ (n) Costume de lapin en peluche noire pour les dames. Vous confre au minimum un bonus alatoire. +41304 Costume de hase+ (b) Costume de lapin en peluche bleue pour les dames. Vous confre au minimum un bonus alatoire. +41305 Costume de hase+ (v) Costume de lapin en peluche verte pour les dames. Vous confre au minimum un bonus alatoire. +41306 Costume de hase+ (r) Costume de lapin en peluche rose pour les dames. Vous confre au minimum un bonus alatoire. +41307 Tunique cobra (m) Une tunique d'un noir brillant orne du symbole des serpents. +41308 Tunique cobra (f) Une tunique d'un noir brillant orne du symbole des serpents. +41309 Tunique cobra+ (m) Une tunique d'un noir brillant orne du symbole des serpents. Elle vous confre au moins un bonus alatoire. +41310 Tunique cobra+ (f) Une tunique d'un noir brillant orne du symbole des serpents. Elle vous confre au moins un bonus alatoire. +41311 Combattant du dsert n. Une tunique de guerre pour homme. +41312 Combattante du dsert n. Une tunique de guerre pour femme. +41313 Combattant du dsert+ n. Une tunique de guerre pour homme. Vous confre au moins un bonus dtermin au hasard. +41314 Combattante dsert+ n. Une tunique de guerre noire pour femme. Vous confre au moins un bonus dtermin au hasard. +41315 Armure d'Azral (m) L'armure en acier du tristement clbre prince dmoniaque. +41316 Armure d'Azral (f) L'armure en acier du tristement clbre prince dmoniaque. +41317 Armure d'Azral+ (m) L'armure en acier du tristement clbre prince dmoniaque. Elle vous confre au moins un bonus alatoire. +41318 Armure d'Azral+ (f) L'armure en acier du tristement clbre prince dmoniaque. Elle vous confre au moins un bonus alatoire. +41320 Costume de Jack Pumpkin (m) Un costume d'Halloween effroyablement chic +41321 Robe de Jack Pumpkin (f) Un costume d'Halloween effroyablement chic +41322 Costume de Jack Pumpkin+ (m) Un costume d'Halloween effroyablement chic. Vous attribue au minimum un bonus alatoire. Cet objet est changeable. +41323 Robe de Jack Pumpkin+ (f) Un costume d'Halloween effroyablement chic. Vous attribue au minimum un bonus alatoire. Cet objet est changeable. +41324 +41325 +41326 +41327 +45001 Oreilles de hase (marron) Oreilles de lapin pour elle +45002 Oreilles de lapin (m) Bonnet marron avec oreilles de lapin pour les messieurs +45003 Turban (h) Une coiffe pour homme faite du plus fin tissu. +45004 Turban (f) Une coiffe pour femme faite du plus fin tissu. +45005 Londe-courc (h) Longs devant, courts sur les cts une coupe de cheveux extravagante pour homme. +45006 Coupe d'escrimeuse (f) Une coiffure sportive pour escrimeuse. +45007 Crte iroquoise (h) Une coiffure selon la tradition des Iroquois: les cheveux sont dresss au milieu et rass sur les cts. +45008 Coupe de footb. ALL (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de l'Allemagne. +45009 Dreadlocks (h) Les longs cheveux sont tresss en rastas et attachs en arrire. +45010 Coupe de boxeuse ALL (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de l'Allemagne. +45011 Turban (h) Un accessoire fait du tissu le plus fin pour homme. Objet ngociable. +45012 Turban (f) Un accessoire fait du tissu le plus fin pour femme. Objet ngociable. +45013 Londe-courc (h) Longs devant, courts sur les cts une coupe de cheveux extravagante pour homme. Objet ngociable. +45014 Coiffure d'escrimeuse Une coiffure sportive pour escrimeuse. Objet ngociable. +45015 Crte iroquoise (h) Une coiffure selon la tradition des Iroquois : les cheveux sont dresss au milieu et rass sur les cts. +45016 Coupe de footb. ALL (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de l'Allemagne. Objet ngociable. +45017 Dreadlocks (h) Les longs cheveux sont tresss en rastas et attachs en arrire. Objet ngociable. +45018 Coupe de boxeuse ALL (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de l'Allemagne. Objet ngociable. +45019 Coupe de boxeuse TR (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de la Turquie. +45020 Coupe de boxeuse BR (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs du Brsil. +45021 Coupe de boxeuse JO (f) Une coiffure sportive pour boxeuse avec un bandeau color. +45022 Coupe de boxeuse FR (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de la France. +45023 Coupe de boxeuse IT (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de l'Italie. +45024 Coupe de boxeuse PL (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de la Pologne. +45025 Coupe de boxeuse RO (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de la Roumanie. +45026 Coupe de boxeuse ES (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de l'Espagne. +45027 Coupe de footb. TR (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de la Turquie. +45028 Coupe de footb. BR (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs du Brsil. +45029 Coupe de footb. JO (f) Une coiffure sportive pour footballeuse avec un bandeau color. +45030 Coupe de footb. FR (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de la France. +45031 Coupe de footb. IT (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de l'Italie. +45032 Coupe de footb. PL (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de la Pologne. +45033 Coupe de footb. RO (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de la Roumanie. +45034 Coupe de footb. ES (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de l'Espagne. +45035 Coupe de boxeuse TR (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de la Turquie. +45036 Coupe de boxeuse BR (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs du Brsil. +45037 Coupe de boxeuse JO (f) Une coiffure sportive pour boxeuse avec un bandeau color. +45038 Coupe de boxeuse FR (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de la France. +45039 Coupe de boxeuse IT (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de l'Italie. +45040 Coupe de boxeuse PO (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de la Pologne. +45041 Coupe de boxeuse RO (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de la Roumanie. +45042 Coupe de boxeuse ES (f) Une coiffure sportive pour boxeuse avec un bandeau aux couleurs de l'Espagne. +45043 Coupe de footb. TR (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de la Turquie. +45044 Coupe de footb. BR (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs du Brsil. +45045 Coupe de footb. JO (f) Une coiffure sportive pour footballeuse avec un bandeau color. +45046 Coupe de footb. FR (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de la France. +45047 Coupe de footb. IT (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de l'Italie. +45048 Coupe de footb. PO (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de la Pologne. +45049 Coupe de footb. RO (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de la Roumanie. +45050 Coupe de footb. ES (f) Une coiffure sportive pour footballeuse avec un bandeau aux couleurs de l'Espagne. +45053 Coiffure de mousquetaire Une coiffure soigne avec des cheveux courts pour un parfait look de mousquetaire. +45054 Coiffe de bonne Des cheveux blonds, une coiffure de domestique surmonte d'un bonnet. +45055 Mini crte Une crte courte trs cool. +45056 Chignon de salsa Un chignon haut lgant agrment d'une fleur rouge. +45057 Chapeau Bogart Chapeau de feutre classique dans le style d'Humphrey Bogart. +45058 Coiffure fleurie Jolie coiffure tresse agrmente de bijoux colors en forme de fleurs. +45061 Masque de citrouille Une citrouille vide. Spacieux, bien ar et effrayant comme il faut. +45062 Masque de citrouille Une citrouille vide. Spacieux, bien ar et effrayant comme il faut. +45065 Coiffure mousquetaire + Une coiffure soigne avec des cheveux courts pour un parfait look de mousquetaire. Vous donne au moins un bonus au hasard. Cet objet peut tre vendu. +45066 Coiffe de bonne + Des cheveux blonds, une coiffure de domestique surmonte d'un bonnet. Des cheveux blonds, une coiffure de domestique surmonte d'un bonnet. +45067 Mini crte + Une crte courte pour un style qui se remarque. Vous donne au moins un bonus au hasard. Cet objet peut tre vendu. +45068 Chignon de salsa + Un chignon haut lgant agrment d'une fleur rouge. Vous donne au moins un bonus au hasard. Cet objet peut tre vendu. +45069 Chapeau Bogart + Chapeau de feutre classique dans le style d'Humphrey Bogart. Vous donne au moins un bonus au hasard. Cet objet peut tre vendu. +45070 Coiffure fleurie + Jolie coiffure tresse agrmente de bijoux colors en forme de fleurs. Vous donne au moins un bonus au hasard. Cet objet peut tre vendu. +45073 Masque citrouille(bonus) Une citrouille vide. Spacieux, bien ar et effrayant comme il faut. Vous apporte un bonus au hasard. +45074 Masque citrouille(bonus) Une citrouille vide. Spacieux, bien ar et effrayant comme il faut. Vous apporte un bonus au hasard. +45075 Bonnet de Nol (rouge) Bonnet en velours rouge avec des bois et un pompon blanc. +45076 Bonnet de Nol (vert) Bonnet en velours vert avec des bois et un pompon blanc. +45077 Bonnet de Nol (noir) Bonnet en velours noir avec des bois et un pompon blanc. +45078 Chapeau d'Elfe Couvre-chef blanc comme neige avec des ailes transparentes. +45079 Tte de renne (h) Masque de renne enfiler avec un nez rouge et des bois pour lui. +45080 Tte de renne (f) Masque de renne enfiler avec un nez rouge et des bois pour elle. +45081 Bonnet de Nol+ (rouge) Bonnet en velours rouge avec des bois et un pompon blanc. Accompagn d'au moins un bonus au hasard. Peut-tre vendu. +45082 Bonnet de Nol+ (vert) Bonnet en velours vert avec des bois et un pompon blanc. Accompagn d'au moins un bonus au hasard. Peut-tre vendu. +45083 Bonnet de Nol+ (noir) Bonnet en velours noir avec des bois et un pompon blanc. Accompagn d'au moins un bonus au hasard. Peut-tre vendu. +45084 Chapeau d'Elfe+ Couvre-chef blanc comme neige avec des ailes transparente. Accompagn d'au moins un bonus au hasard. Peut-tre vendu. +45085 Tte de renne+ (h) Masque de renne enfiler avec un nez rouge et des bois pour lui. Accompagn d'au moins un bonus au hasard. Peut-tre vendu. +45086 Tte de renne+ (f) Masque de renne enfiler avec un nez rouge et des bois pour elle. Accompagn d'au moins un bonus au hasard. Peut-tre vendu. +45087 Bandana (blanc) Triangle de tissu blanc pour homme nouer autour de la tte. Les fans de sport l'adorent. +45088 Bandana (blanc) Triangle de tissu blanc pour femme nouer autour de la tte. Les fans de sport l'adorent. +45089 Bandana (noir) Triangle de tissu noir pour homme nouer autour de la tte. Les fans de sport l'adorent. +45090 Bandana (noir) Triangle de tissu noir pour femme nouer autour de la tte. Les fans de sport l'adorent. +45091 Bandana (jaune) Triangle de tissu jaune pour homme nouer autour de la tte. Les fans de sport l'adorent. +45092 Bandana (jaune) Triangle de tissu jaune pour femme nouer autour de la tte. Les fans de sport l'adorent. +45093 Bandana (orange) Triangle de tissu orange pour homme nouer autour de la tte. Les fans de sport l'adorent. +45094 Bandana (orange) Triangle de tissu orange pour femme nouer autour de la tte. Les fans de sport l'adorent. +45095 Bandana (bleu) Triangle de tissu bleu pour homme nouer autour de la tte. Les fans de sport l'adorent. +45096 Bandana (bleu) Triangle de tissu bleu pour femme nouer autour de la tte. Les fans de sport l'adorent. +45097 Bandana+ (blanc) Triangle de tissu blanc pour homme nouer autour de la tte. Les fans de sport l'adorent. Il vous donne droit au moins un bonus dtermin au hasard. +45098 Bandana+ (blanc) Triangle de tissu blanc pour femme nouer autour de la tte. Les fans de sport l'adorent. Il vous donne droit au moins un bonus dtermin au hasard. +45099 Bandana+ (noir) Triangle de tissu noir pour homme nouer autour de la tte. Les fans de sport l'adorent. Il vous donne droit au moins un bonus dtermin au hasard. +45100 Bandana+ (noir) Triangle de tissu noir pour femme nouer autour de la tte. Les fans de sport l'adorent. Il vous donne droit au moins un bonus dtermin au hasard. +45101 Bandana+ (jaune) Triangle de tissu jaune pour homme nouer autour de la tte. Les fans de sport l'adorent. Il vous donne droit au moins un bonus dtermin au hasard. +45102 Bandana+ (jaune) Triangle de tissu jaune pour femme nouer autour de la tte. Les fans de sport l'adorent. Il vous donne droit au moins un bonus dtermin au hasard. +45103 Bandana+ (orange) Triangle de tissu orange pour homme nouer autour de la tte. Les fans de sport l'adorent. Il vous donne droit au moins un bonus dtermin au hasard. +45104 Bandana+ (orange) Triangle de tissu orange pour femme nouer autour de la tte. Les fans de sport l'adorent. Il vous donne droit au moins un bonus dtermin au hasard. +45105 Bandana+ (bleu) Triangle de tissu bleu pour homme nouer autour de la tte. Les fans de sport l'adorent. Il vous donne droit au moins un bonus dtermin au hasard. +45106 Bandana+ (bleu) Triangle de tissu bleu pour femme nouer autour de la tte. Les fans de sport l'adorent. Il vous donne droit au moins un bonus dtermin au hasard. +45119 Oreilles de lapin (n) Bonnet noir avec oreilles de lapin pour les messieurs +45120 Oreilles de lapin (b) Bonnet bleu avec oreilles de lapin pour les messieurs +45121 Oreilles de lapin (v) Bonnet vert avec oreilles de lapin pour les messieurs +45122 Oreilles de lapin (r) Bonnet rose avec oreilles de lapin pour les messieurs +45123 Oreilles de hase (n) Bonnet noir avec oreilles de lapin pour les dames +45124 Oreilles de hase (b) Bonnet bleu avec oreilles de lapin pour les dames +45125 Oreilles de hase (v) Bonnet vert avec oreilles de lapin pour les dames +45126 Oreilles de hase (r) Bonnet rose avec oreilles de lapin pour les dames +45127 Oreilles de lapin+ (n) Bonnet noir avec oreilles de lapin pour les messieurs. Vous confre au minimum un bonus alatoire. +45128 Oreilles de lapin+ (b) Bonnet bleu avec oreilles de lapin pour les messieurs. Vous confre au minimum un bonus alatoire. +45129 Oreilles de lapin+ (v) Bonnet vert avec oreilles de lapin pour les messieurs. Vous confre au minimum un bonus alatoire. +45130 Oreilles de lapin+ (r) Bonnet rose avec oreilles de lapin pour les messieurs. Vous confre au minimum un bonus alatoire. +45131 Oreilles de hase+ (n) Bonnet noir avec oreilles de lapin pour les dames. Vous confre au minimum un bonus alatoire. +45132 Oreilles de hase+ (b) Bonnet bleu avec oreilles de lapin pour les dames. Vous confre au minimum un bonus alatoire. +45133 Oreilles de hase+ (v) Bonnet vert avec oreilles de lapin pour les dames. Vous confre au minimum un bonus alatoire. +45134 Oreilles de hase+ (r) Bonnet rose avec oreilles de lapin pour les dames. Vous confre au minimum un bonus alatoire. +45135 Coiffe cobra (m) Un couvre-chef assorti la tunique cobra +45136 Coiffe cobra (f) Un couvre-chef assorti la tunique cobra +45137 Coiffe cobra+ (m) Un couvre-chef assorti la tunique cobra. Il vous confre au moins un bonus alatoire. +45138 Coiffe cobra+ (f) Un couvre-chef assorti la tunique cobra. Il vous confre au moins un bonus alatoire. +45139 Masque Tengu Masque finement cisel d'une divinit japonaise +45140 Masque vnitien Masque majestueux du carnaval de Venise +45141 Masque Kifwb Masque de bois soigneusement cisel et couronn d'une coiffe d'toffe +45142 Masque Maya Effroyable masque de guerrier Maya +45143 Masque de tengu+ Le masque finement cisel d'une divinit japonaise. Il vous confre au moins deux bonus. +45144 Masque vnitien+ Un masque majestueux du carnaval de Venise. Il vous confre au minimum deux bonus. +45145 Masque Kifwb+ Un masque de bois soigneusement cisel avec une coiffe d'toffe noire. Il vous confre au moins deux bonus. +45146 Masque maya+ Effroyable masque de guerrier maya. Vous confre au minimum deux bonus. +45147 Turban noir (m) Un couvre-chef en tissu noir pour homme. +45148 Turban noir (f) Un couvre-chef en tissu noir pour femme. +45149 Turban noir+ (m) Un couvre-chef en tissu noir pour homme. Vous confre au moins un bonus dtermin au hasard. +45150 Turban noir+ (f) Un couvre-chef en tissu noir pour femme. Vous confre au moins un bonus dtermin au hasard. +45151 Heaume d'Azral (m) Un couvre-chef arborant la trogne du redoutable prince dmoniaque. +45152 Heaume d'Azral (f) Couvre-chef arborant la trogne du redoutable prince dmoniaque. +45153 Heaume d'Azral+ (m) Un couvre-chef arborant la trogne du redoutable prince dmoniaque. Il vous confre au moins un bonus alatoire. +45154 Heaume d'Azral+ (f) Un couvre-chef arborant la trogne du redoutable prince dmoniaque. Il vous confre au moins un bonus alatoire. +45156 Tte de Jack Pumpkin (m) Un masque d'Halloween effroyablement chic +45157 Tte de Jack Pumpkin (f) Un masque d'Halloween effroyablement chic +45158 Tte de Jack Pumpkin+ (m) Un masque d'Halloween effroyablement chic. Vous attribue au minimum un bonus alatoire. Cet objet est changeable. +45159 Tte de Jack Pumpkin+ (w) Un masque d'Halloween effroyablement chic. Vous attribue au minimum un bonus alatoire. Cet objet est changeable. +45160 +45161 +45162 +45163 +45164 Bonnet de livre alpin Couvre-chef en forme de livre alpin +45165 Bonnet d'ours blanc Couvre-chef en forme d'ours blanc +45166 Bonnet d'once Couvre-chef en forme d'once +45167 Bonnet de livre alpin+ Couvre-chef en forme de livre alpin. Vous confre au minimum un bonus alatoire. +45168 Bonnet d'ours blanc+ Couvre-chef en forme d'ours blanc. Vous confre au minimum un bonus alatoire. +45169 Bonnet d'once+ Couvre-chef en forme d'once. Vous confre au minimum un bonus alatoire. +50001 Livre de Bonne fortune Un livre contenant des numros de loterie gagnants. La loterie est organise par le gouvernement. +50002 Anneau d'or Vous pourrez le vendre dans une choppe pour un bon prix. +50003 Doc. oubli des compt. Vous autorise remettre vos amliorations niveau pour en apprendre des nouveaux. +50004 Dtecteur d'vnement Cet objet vous montre ou vous pourrez trouver de nouvelles missions. +50005 Ticket d'quitation Vous pouvez monter cheval gratuitement si vous le montrez au palefrenier. +50006 Coffre au trsor d'or Il peut tre ouvert au moyen d'une cl d'or. +50007 Coffre d'argent Il peut tre ouvert au moyen d'une cl d'argent. +50008 Cl d'or Elle peut ouvrir le coffre au trsor d'or et le coffre au trsor d'or+. +50009 Cl d'argent Elle peut ouvrir le coffre au trsor d'argent et le coffre au trsor d'argent+. +50010 Chaussette Une chaussette en laine de mouton qui tient bien chaud. +50011 Coffre de rayon de Lune Un objet d'art clatant qui merveille les gens. Des choses extraordinaires arrivent lorsqu'il reoit la lumire d'un rayon de Lune. +50012 Coffre au trsor d'or+ Il peut tre ouvert au moyen d'une cl d'or. +50013 Coffre d'argent+ Il peut tre ouvert au moyen d'une cl d'argent. +50016 Pte de haricots Un ingrdient du gteau de haricots. +50017 Pte de sucre Un ingrdient du gteau de sucre. +50018 Pte de fruit Un ingrdient du gteau de fruits. +50019 Riz sucr Un ingrdient du gteau de gteau de riz. +50020 Gteau de haricots Un gteau traditionnel restaurant tous les PV. +50021 Gteau de sucre Un gteau traditionnel restaurant tous les PM. +50022 Gteau de fruits Un gteau un peu rassi restaurant tous les PE. +50023 Bourse de Yangs Une somme de Yangs donns en trennes sont contenus dans cette bourse. +50024 Rose Une fleur romantique que l'on donne pour tmoigner de son amour. Seules les femmes peuvent utiliser cet objet. +50025 Chocolat Une sucrerie faite partir de cacao, de lait, de beurre et de sucre. Le chocolat s'offre en gage d'affection. Seuls les hommes peuvent utiliser cet objet. +50027 Ticket de loterie L'change de tickets de loterie ne se fait pas dans le jeu. C'est un objet inutile. +50031 Rose Une fleur romantique utilise pour tmoigner de son amour. Seuls les hommes peuvent l'utiliser. +50032 Bonbon Une sucrerie trs apprcie qui s'offre en gage d'affection. Seules les femmes peuvent utiliser cet objet. +50033 Bote mystrieuse Une bote avec une lettre trange grave dessus. Quelque chose va apparatre si la bote est ouverte. +50034 Bote puzzle Est-ce que cette bote contient un puzzle ? +50035 Cadeau (jaune) Un cadeau envelopp de papier de soie. +50036 Cadeau (violet) Un cadeau envelopp de papier de soie. +50037 Bote hexagonale Une bote emballe dans du papier de soie. Si on la secoue, elle fait du bruit. +50050 Mdaille questre Le palefrenier a besoin de cette Mdaille pour y enregistrer les rsultats du test de qualification. +50051 Dessin de cheval Certificat d'quitation +50052 Livre cheval de combat Certificat d'quitation avance |Permet d'attaquer depuis son cheval. +50053 Livre quit. militaire Certificat d'quitation de matre |Permet d'utiliser les comptences lies au cheval. +50054 Foin Fourrage pour nourrir les chevaux +50055 Carotte Lgumes favoris du Cheval +50056 Ginseng rouge Ginseng vapeur. Seuls les chevaux militaires mangent du Ginseng rouge. +50057 Herbe des singes (F) Une herbe lgendaire qui permet aux cavaliers de ressusciter leurs chevaux militaires. Pour trouver cette plante, on doit arriver tromper la vigilance des singes dans le Donjon facile des singes. +50058 Herbe des singes (N) Une herbe lgendaire qui permet un cavalier confirm de ressusciter son cheval de combat. Afin de trouver cette plante, on doit arriver tromper la vigilance des singes dans le Donjon normal des singes. +50059 Herbe des singes (D) Une herbe lgendaire qui permet aux cavaliers de ressusciter leurs chevaux militaires. Pour trouver cette plante, on doit arriver tromper la vigilance des singes dans le Donjon difficile des singes. +50060 Manuel d'quitation Russir la lecture de ce livre vous permet de gagner un niveau d'aptitude monter cheval . Il disparat aprs que vous l'ayez lu. +50067 Parchemin d'volution Un parchemin particulirement ancien et puissant. Il permet de transformer un jeune animal en monture sauvage. +50068 Parchemin de mutation Un parchemin particulirement ancien et puissant. Il permet de transformer une monture sauvage en monture vaillante. +50070 Bote du Chef Orc La bote du Seigneur Gobelin Gant. Il y a quelque chose de prcieux dans la bote. +50071 Bote du chef funeste La bote du chef funeste. Avec une telle serrure, elle doit contenir quelque chose de prcieux. +50072 Bte du chef fant. La bote du chef sotrique rincarn. Il doit y avoir quelque chose de prcieux avec une telle serrure. +50073 Bte de la Reine Araigne La bote de la reine araigne. Il y a quelque chose de prcieux dans la bote. +50074 Bte de l'araigne gante La bote de l'araigne gante. La serrure lourde laisse penser qu'elle contient quelque chose de prcieux. +50075 Bte porteur gant pest. La bote du porteur gant de peste. Il y a quelque chose de prcieux dans la bote. +50076 Bte de la Tortue gante La bote de la tortue gante du dsert. Il y a quelque chose de prcieux dans la bote. +50077 Bote de Neuf-queues La bote du Neuf-queues. Il y a quelque chose de prcieux dans la bote. +50078 Bote du Tigre jaune La bote du tigre jaune. Il y a quelque chose de prcieux dans la bote. +50079 Bote du roi des flammes Le coffre du roi flamme. Il contient quelque chose de prcieux. +50080 Bote du Dragon rouge La bote du Dragon rouge. Il y a quelque chose de prcieux dans la bote. +50081 Bote du Roi Dmon La bote du Roi Dmon. Il y a quelque chose de prcieux dans la bote. +50082 Bote de la faucheuse La bote de la Mort faucheuse. Il y a quelque chose de prcieux dans la bote. +50083 Ticket d'quitation Vous pouvez monter un cheval gratuitement si vous le montrez a un garde. +50084 Pierre d'ouverture Une aura pleine d'nergie entoure cette pierre. Se pose sur un sceau magique. +50091 Sushi de carpe dore A base de Carpe Dore| Repas spcial +50092 Sushi de carpe Une spcialit faite de carpe crue et de riz refroidi, servie en petits morceaux. +50093 Sushi de saumon Un plat spcial fait base de saumon cru et de riz froid. Augmente votre valeur d'attaque de 10 points pendant 30 secondes. +50094 Sushi de poisson-chat Une spcialit populaire base de poisson-chat cru et de riz froid. | Dfense + 10 points pendant 30 secondes. +50096 Ballon de foot Un goal la Baljit-Elvedin ! +50100 Diablotin de feu Les feux d'artifice emplissent le ciel d'une couleur violette au cours des festivals. +50101 Diablotin de feu Les feux d'artifice emplissent le ciel d'une couleur jaune au cours des festivals. +50102 Diablotin de feu Les feux d'artifice emplissent le ciel d'une couleur bleue au cours des festivals. +50103 Diablotin de feu Les feux d'artifice emplissent le ciel d'une couleur rouge au cours des festivals. +50104 Diablotin de feu Les feux d'artifice emplissent le ciel d'une couleur verte au cours des festivals. +50105 Diablotin de feu Les feux d'artifice emplissent le ciel d'une couleur blanche au cours des festivals. +50106 Feu d'artifice de Nol Ce feu d'artifice est encore plus color que les autres et dure bien plus longtemps. +50108 Toupie de feu d'artifice Un feu d'artifice au sol avec de belles tincelles argentes et dores +50118 +50119 +50120 Cassette en fer Cette solide cassette provient de la Grotte de l'Exil. +50121 Coffret en fer Ce solide coffret provient de la Grotte de l'Exil. +50122 Coffre en fer Ce solide coffre provient de la Grotte de l'Exil. +50123 +50124 Bote en Bois Us De doux sons d'animaux semblent venir de nulle part. +50125 Coffre mystrieux Ce coffre est tonnamment lger... croire qu'il est vide... +50126 Coffre mystrieux Ce coffre est tonnamment lger... croire qu'il est vide... +50127 Myst. coffre - meraudes Coffre ouvert serti d'meraudes +50128 Myst. coffre - Saphirs Un coffre serti de saphirs sans serrure. Peut tre ouvert directement. Il contient une surprise de grande valeur... +50129 Myst. coffre - Amthyste Coffre ouvert serti d'amthystes +50130 Coffre olympique Ce coffre recle une mystre olympique. +50131 Myst. coffre - Citrines Un coffre serti de citrines sans serrure. Peut tre ouvert directement. Il contient une surprise de grande valeur... +50132 Myst. coffre - Rubis Un coffre serti de rubis, ferm, ncessitant une cl spciale pour tre ouvert. La rumeur veut que son contenu n'ait rien envier sa somptueuse apparence... +50133 Myst. coffre - meraudes Un coffre serti d'meraudes, ferm, ncessitant une cl spciale pour tre ouvert. La rumeur veut que son contenu n'ait rien envier sa somptueuse apparence... +50134 Myst. coffre - Saphirs Un coffre serti de saphirs, ferm, ncessitant une cl spciale pour tre ouvert. La rumeur veut que son contenu n'ait rien envier sa somptueuse apparence... +50135 Myst. coffre - Amthyste Un coffre serti d'amthystes, ferm, ncessitant une cl spciale pour tre ouvert. La rumeur veut que son contenu n'ait rien envier sa somptueuse apparence... +50136 Myst. coffre - Topazes Un coffre serti de topazes, ferm, ncessitant une cl spciale pour tre ouvert. La rumeur veut que son contenu n'ait rien envier sa somptueuse apparence... +50137 Myst. coffre - Citrines Un coffre serti de citrines, ferm, ncessitant une cl spciale pour tre ouvert. La rumeur veut que son contenu n'ait rien envier sa somptueuse apparence... +50150 Cl sertie d'un rubis Cette cl magnifiquement ouvrage et sertie permet d'ouvrir un coffre serti de rubis encore ferm. Mais que peut donc bien contenir ce coffre? +50151 Cl sertie d'meraudes Cette cl magnifiquement ouvrage et sertie permet d'ouvrir un coffre serti d'meraudes encore ferm. Mais que peut donc bien contenir ce coffre? +50152 Cl sertie d'un saphir Cette cl magnifiquement ouvrage et sertie permet d'ouvrir un coffre serti de saphirs encore ferm. Mais que peut donc bien contenir ce coffre? +50153 Cl sertie d'amthyste Cette cl magnifiquement ouvrage et sertie permet d'ouvrir un coffre serti d'amthystes encore ferm. Mais que peut donc bien contenir ce coffre? +50154 Cl sertie d'une topaze Cette cl magnifiquement ouvrage et sertie permet d'ouvrir un coffre serti de topazes encore ferm. Mais que peut donc bien contenir ce coffre? +50155 Cl sertie d'une citrine Cette cl magnifiquement ouvrage et sertie permet d'ouvrir un coffre serti de citrines encore ferm. Mais que peut donc bien contenir ce coffre? +50156 Cl sertie d'un rubis Une cl magnifique et polie avec maestria, brillant de toutes les couleurs de l'arc en ciel. Elle permet d'ouvrir sans problme n'importe quel coffre serti. +50160 uf de Pques Un uf de Pques haut en couleur +50161 uf de Pques Un uf de Pques haut en couleur +50162 uf de Pques Un uf de Pques haut en couleur +50163 uf de Pques Un uf de Pques haut en couleur +50164 uf de Pques Un uf de Pques haut en couleur +50165 uf de Pques Un uf de Pques haut en couleur +50166 uf de Pques Un uf de Pques haut en couleur +50167 uf de Pques Un uf de Pques haut en couleur +50168 uf de Pques Un uf de Pques haut en couleur +50169 uf de Pques Un uf de Pques haut en couleur +50170 uf de Pques Un uf de Pques haut en couleur +50171 uf de Pques Un uf de Pques haut en couleur +50172 uf de Pques Un uf de Pques haut en couleur +50173 uf de Pques Un uf de Pques haut en couleur +50174 uf de Pques Un uf de Pques haut en couleur +50175 uf de Pques Un uf de Pques haut en couleur +50176 uf de Pques Un uf de Pques haut en couleur +50177 uf de Pques Un uf de Pques haut en couleur +50178 uf de Pques Un uf de Pques haut en couleur +50179 uf de Pques Un uf de Pques haut en couleur +50180 Panier vide Un panier vide pour ramasser tes ufs de Pques +50181 Panier d'ufs de Pques Un panier rempli d'ufs de Pques. +50182 Coffre bni Un coffre bni contenant un costume des dieux du dragon +50183 +50184 +50185 +50186 Coffre d'Azral Ce coffre est scell par des forces dmoniaques. Il doit contenir des trsors prcieux. +50187 Coffre d'apprenti I Votre cadeau de bienvenue contient l'quipement de base pour bien commencer l'aventure. +50188 Coffre d'apprenti II Ce coffre ne peut pas tre ouvert avant d'avoir atteint le niveau 10. +50189 Coffre d'apprenti III Ce coffre ne peut pas tre ouvert avant d'avoir atteint le niveau 20. +50190 Coffre d'expert I Ce coffre ne peut pas tre ouvert avant d'avoir atteint le niveau 30. +50191 Coffre d'expert II Ce coffre ne peut pas tre ouvert avant d'avoir atteint le niveau 40. +50192 Coffre d'expert III Ce coffre ne peut pas tre ouvert avant d'avoir atteint le niveau 50. +50193 Coffre de matre I Ce coffre ne peut pas tre ouvert avant d'avoir atteint le niveau 60. +50194 Coffre de matre II Ce coffre ne peut pas tre ouvert avant d'avoir atteint le niveau 70. +50195 Coffre de matre III Ce coffre ne peut pas tre ouvert avant d'avoir atteint le niveau 80. +50196 Coffre de grand matre Ce coffre ne peut pas tre ouvert avant d'avoir atteint le niveau 90. +50197 +50198 +50199 +50200 Paquet Vous permet d'ouvrir votre propre magasin. +50212 Coffre d'apprenti I Votre cadeau de bienvenue contient l'quipement de base pour bien commencer l'aventure. +50213 Coffre d'apprenti I Votre cadeau de bienvenue contient l'quipement de base pour bien commencer l'aventure. +50215 Coffre d'Halloween Un coffre dcor avec une tte de citrouille. Le couvercle s'ouvre avec un grincement comparable un ricanement et rvle son contenu. +50216 Vin chaud Une boisson chaude base de vin et d'pices qui vous confre +10% de vitesse, +5% de dgts et +10% d'exprience pendant 30 minutes. +50249 Coffre du triomphe Ce coffre contient un objet alatoire en rcompense pour tous les athltes olympiques. +50252 Cor Draconis Le cur cristallin du dragon renferme son me, sa pierre-dragon. +50253 +50254 Coffre de l'obscurit Ce coffre trs lourd abrite les richesses de la Nation Obscure qu'on croyait perdues. +50255 Cor Draconis (brut) Le cur cristallin du dragon renferme son me, sa pierre-dragon. +50256 Cor Draconis (taill) Le cur cristallin du dragon renferme son me, sa pierre-dragon. +50257 Cor Draconis (rare) Le cur cristallin du dragon renferme son me, sa pierre-dragon. +50258 Cor Draconis (antique) Le cur cristallin du dragon renferme son me, sa pierre-dragon. +50259 Cor Draconis (lgend.) Le cur cristallin du dragon renferme son me, sa pierre-dragon. +50260 Cor Draconis (brut) Le cur cristallin du dragon renferme son me, sa pierre-dragon. +50300 Livre de comptence Augmente les comptences de matre. +50301 L'Art de guerre Sun-Zi Le premier des trois livres sur l'art de la guerre. Il augmente le commandement de celui qui le possde. Le livre disparat aprs avoir t lu. +50302 L'Art de guerre Wu-Zi Le deuxime des trois livres sur l'art de la guerre. Il augmente le commandement de celui qui le possde. Le livre disparat aprs avoir t lu. +50303 WeiLiao Zi Le troisime des trois livres sur l'art de la guerre. Il augmente le commandement de celui qui le possde. Le livre disparat aprs avoir t lu. +50304 Matrise du combo Un livre de stratgie. | Utilis pour entraner les Combos. | Le livre disparat aprs avoir t lu. +50305 Arch. Matres du Combo Un livre de stratgie avance. | Utilis pour entraner les Combos. | Le livre disparat aprs avoir t lu. +50306 Art du Combo Un livre de stratgie de matres. | Utilis pour entraner les Combos. | Le livre disparat aprs avoir t lu. +50307 Livre de Qute (Facile) La mission facile est dedans. +50308 Livre de Qute(Normal) La mission normale est dedans +50309 Livre de Qute (Diff.) La mission difficile est dedans. +50310 Livre de Qute (Expert) En effectuant la mission explique dedans, une rcompense sera donne. +50311 Parler le Shinsoo Ce livre en papier de soie vous permet de comprendre le Shinsoo quand vous avez atteint le statut de matre. +50312 Parler le Chunjo Ce livre en papier de soie vous permet de comprendre le Chunjo quand vous avez atteint le statut de matre. +50313 Parler le Jinno Ce livre en papier de soie vous permet de comprendre le Jinno quand vous avez atteint le statut de matre. +50314 Livre de polymorphie Utilisez le livre pour vous transformer en monstre. |Augmente le commandement |Le livre disparat aprs avoir t lu. +50315 Livre polymorph. avance Russir la lecture de ce livre amliore votre comptence pour vous transformer. Le livre disparait aprs avoir t lu. +50316 Livre Matre Polymorph. Russir la lecture de ce livre vous donne un niveau supplmentaire en polymorphie. Le livre disparat aprs avoir t lu. +50401 Man. Triple Lacration La lecture de ce livre vous permet de matriser la Triple Lacration. Le livre disparat aprs avoir t lu. +50402 Man. Moulinet l'pe La lecture de ce livre vous permet de matriser le Moulinet l'pe. Le livre disparat aprs avoir t lu. +50403 Manuel de Berserk La lecture de ce livre vous permet de matriser le Berserk. Le livre disparat aprs avoir t lu. +50404 Manuel de Aura de l'Epe La lecture de ce livre vous permet de matriser le Aura de l'Epe. Le livre disparat aprs avoir t lu. +50405 Manuel d'Acclration La lecture de ce livre vous permet de matriser l'Acclration. Le livre disparat aprs avoir t lu. +50416 Man. attaque de l'Esprit La lecture de ce livre vous permet de matriser l'attaque de l'Esprit. Le livre disparat aprs avoir t lu. +50417 Manuel de la paume La lecture de ce livre vous permet de matriser l'attaque de la paume. Le livre disparat aprs avoir t lu. +50418 Manuel de Charge La lecture de ce livre vous permet de matriser la charge. Le livre disparat aprs avoir t lu. +50419 Manuel de Corps puissant La lecture de ce livre vous permet de matriser le corps puissant. Le livre disparat aprs avoir t lu. +50420 Man. d'attaque l'Epe La lecture de ce livre vous permet de matriser le Sword Strike. Le livre disparat aprs avoir t lu. +50431 Manuel d'embuscade La lecture de ce livre vous permet de matriser l'Embuscade. Le livre disparat aprs avoir t lu. +50432 Manuel d'attaque rapide La lecture de ce livre vous permet de matriser l'Attaque rapide. Le livre disparat aprs avoir t lu. +50433 Manuel de Dague filante La lecture de ce livre vous permet de matriser la Dague filante. Le livre disparat aprs avoir t lu. +50434 Manuel de furtivit La lecture de ce livre vous permet de matriser la Furtivit. Le livre disparat aprs avoir t lu. +50435 Manuel Brume empoisonne La lecture de ce livre vous permet de matriser la Brume empoisonne. Le livre disparat aprs avoir t lu. +50446 Manuel Tir rptition La lecture de ce livre vous permet de matriser le Tir rptition. Le livre disparat aprs avoir t lu. +50447 Manuel Pluie de flches La lecture de ce livre vous permet de matriser la Pluie de flches. Le livre disparat aprs avoir t lu. +50448 Manuel de Flche de Feu La lecture de ce livre vous permet de matriser les Flches de feu. Le livre disparat aprs avoir t lu. +50449 Manuel de Pas de plume La lecture de ce livre vous permet de matriser le Pas de plume. Le livre disparat aprs avoir t lu. +50450 Man. Flche empoisonne La lecture de ce livre vous permet de matriser la Flche empoisonne. Le livre disparat aprs avoir t lu. +50461 Manuel Toucher brlant La lecture de ce livre vous permet de matriser le toucher brlant. Le livre disparat aprs avoir t lu. +50462 Man. Tourbillon du Drag. La lecture de ce livre vous permet de matriser le tourbillon du dragon. Le livre disparat aprs avoir t lu. +50463 Manuel de Lame enchante La lecture de ce livre vous permet de matriser la lame enchante. Le livre disparat aprs avoir t lu. +50464 Manuel de Peur La lecture de ce livre vous permet de matriser la peur. Le livre disparat aprs avoir t lu. +50465 Manuel armure enchante La lecture de ce livre vous permet de matriser l'armure enchante. Le livre disparat aprs avoir t lu. +50466 Manuel Contre-sortilge La lecture de ce livre vous permet de matriser les comptences du contre-sortilge. Le livre disparat aprs avoir t lu. +50476 Man. attaque Tnbres La lecture de ce livre vous permet de matriser l'attaque des tnbres. Le livre disparat aprs avoir t lu. +50477 Man. attaque de flammes La lecture de ce livre vous permet de matriser l'attaque de flammes. Le livre disparat aprs avoir t lu. +50478 Manuel Esprit de flammes La lecture de ce livre vous permet de matriser l'esprit de flammes. Le livre disparat aprs avoir t lu. +50479 Man. Protect. Tnbres La lecture de ce livre vous permet de matriser la protection des tnbres. Le livre disparat aprs avoir t lu. +50480 Man. frappe de l'Esprit La lecture de ce livre vous permet de matriser la frappe de l'esprit. Le livre disparat aprs avoir t lu. +50481 Man. Orbe des Tnbres La lecture de ce livre vous permet de matriser l'orbe des tnbres. Le livre disparat aprs avoir t lu. +50491 Manuel Talisman volant La lecture de ce livre vous permet de matriser le talisman volant. Le livre disparat aprs avoir t lu. +50492 Manuel Dragon chassant La lecture de ce livre vous permet de matriser le dragon chassant. Le livre disparat aprs avoir t lu. +50493 Manuel Dragon rugissant La lecture de ce livre vous permet de matriser le dragon rugissant. Le livre disparat aprs avoir t lu. +50494 Manuel de Bndiction La lecture de ce livre vous permet de matriser la bndiction. Le livre disparat aprs avoir t lu. +50495 Manuel de Reflet La lecture de ce livre vous permet de matriser le reflet. Le livre disparat aprs avoir t lu. +50496 Manuel Griffe du Dragon La lecture de ce livre vous permet de matriser la griffe du dragon. Le livre disparat aprs avoir t lu. +50506 Manuel de Jet de Lumire La lecture de ce livre vous permet de matriser le jet de lumire. Le livre disparat aprs avoir t lu. +50507 Man. appel de la Lumire La lecture de ce livre vous permet de matriser l'appel de la lumire. Le livre disparat aprs avoir t lu. +50508 Manuel Griffe de Lumire La lecture de ce livre vous permet de matriser la griffe de lumire. Le livre disparat aprs avoir t lu. +50509 Manuel de Soin La lecture de ce livre vous permet de matriser les comptences du soin. Le livre disparat aprs avoir t lu. +50510 Manuel de Promptitude La lecture de ce livre vous permet de matriser la comptence de la promptitude. Le livre disparat aprs avoir t lu. +50511 Manuel attaque renforce La lecture de ce livre vous permet de matriser l'attaque renforce. Le livre disparat aprs avoir t lu. +50512 Pierre Arc-en-ciel Cette Pierre vous ouvre la perception extra-sensorielle et rvle vos comptences. +50513 Pierre d'me La pierre lgendaire est utilise pour augmenter les comptences de Grand Matre. | La pierre disparat aprs son utilisation. +50600 Manuel d'extraction La lecture de ce livre vous permet de matriser les connaissances de l'Extraction. Le livre disparat aprs avoir t lu. +50601 Pierre de Diamant Peut tre utilis pour obtenir un Diamant au moyen d'une fonderie de Guilde. +50602 Pierre d'ambre Peut tre utilis pour obtenir une Ambre au moyen d'une fonderie de Guilde. +50603 Tronc fossile Peut tre utilis pour obtenir du Bois fossile au moyen d'une fonderie de Guilde. +50604 Minerai de cuivre Peut tre utilis pour obtenir du Cuivre au moyen d'une fonderie de Guilde. +50605 Minerai d'argent Peut tre utilis pour obtenir de l'Argent au moyen d'une fonderie d'argent de Guilde. +50606 Minerai d'or Peut tre utilis pour obtenir de l'Or au moyen d'une fonderie d'or de Guilde. +50607 Minerai de jade Peut tre utilis pour obtenir du Jade au moyen d'une fonderie de jade de Guilde. +50608 Minerai d'bne Peut tre utilis pour obtenir de la Pierre d'bne au moyen d'une fonderie de pierre d'bne de Guilde. +50609 Morceau de Perle Peut tre utilis pour obtenir une Perle au moyen d'une fonderie de perle de Guilde. +50610 Minerai d'or blanc Peut tre utilis pour obtenir de l'Or blanc au moyen d'une fonderie d'or blanc de Guilde. +50611 Minerai de cristal Peut tre utilis pour obtenir du Cristal au moyen d'une fonderie de cristal de Guilde. +50612 Minerai d'amthyste Peut tre utilis pour obtenir une Amthyste au moyen d'une fonderie d'amthyste de Guilde. +50613 Minerai de cleste Peut tre utilis pour obtenir une Larme cleste au moyen d'une fonderie de larme cleste de Guilde. +50614 Minerai de cristal d'me Avec le four de la guilde, vous pouvez fabriquer du cristal d'me partir de ce minerai. +50615 Minerai de rubis Avec le four de la guilde, vous pouvez fabriquer un rubis partir de ce minerai. +50616 Minerai de grenat Avec le four de la guilde, vous pouvez fabriquer un grenat partir de ce minerai. +50617 Minerai d'meraude Avec le four de la guilde, vous pouvez fabriquer une meraude partir de ce minerai. +50618 Minerai de saphir Avec le four de la guilde, vous pouvez fabriquer un saphir partir de ce minerai. +50621 Diamant La plus dur des pierres prcieuses. Peut tre sertie dans un bijou. +50622 Ambre Une jolie Ambre.| Elle peut tre lie. +50623 Bois fossile Un bois de valeur. | Il peut tre li sur un objet de bois. +50624 Cuivre Parfois utilis pour faire des bronzes ou des pices. | Peut tre li un objet en cuivre. +50625 Argent Un mtal prcieux blanc et brillant utilis en joaillerie. +50626 Or Un mtal dor utilis en joaillerie. +50627 Jade Une matire trs prcieuse. Il peut tre li un objet de jade. +50628 Pierre d'bne De couleur noire et d'une duret extraordinaire, ce bois est l'un de plus prcieux. Il est souvent utilis en joaillerie. +50629 Perle Utilis pour faire des bijoux.| Il peut tre li un objet en perles. +50630 Or blanc De l'or aussi solide que de l'argent. +50631 Cristal Egalement appel cristal de roche ou quartz.| Il peut tre li un objet de cristal. +50632 Amthyste Un quartz violet. +50633 Larme cleste La pluie du ciel cristallise.| Il peut tre li un objet en larme cleste. +50634 Cristal d'me Un cristal aussi pur qu'une me. Peut tre utilis pour fabriquer des bijoux. +50635 Rubis Pierre prcieuse rouge taille d'une faon unique. Peut-tre utilise pour fabriquer un bijou de valeur. +50636 Grenat Pierre prcieuse orange taille d'une faon unique. Peut-tre utilise pour fabriquer un bijou de valeur. +50637 meraude Pierre prcieuse verte taille d'une faon unique. Peut-tre utilise pour fabriquer un bijou de valeur. +50638 Saphir Pierre prcieuse bleue taille d'une faon unique. Peut-tre utilise pour fabriquer un bijou de valeur. +50701 Fleur de pcher Autrefois utilise pour les crmes de soins. Recherche +50702 Campanule Fleur trs utile contre la maladie et la toux. Recherche +50703 Fleur Kaki Une lgende dit qu'une femme qui a cette fleur autour du cou aura un fils. Recherche +50704 Racine de Gango Cette racine renforce le corps et le systme immunitaire. Recherche +50705 Lilas Cette fleur renforce l'esprit. Recherche +50706 Champignon Tue Champignon utilis pour lutter contre de nombreuses maladies Recherche +50707 Rose des montagnes Plante qui renforce le systme nerveux Recherche +50708 Baie Cette fleur redonne de la force. Recherche +50709 Pissenlit Fleur qui aide lutter contre le mal de gorge. Recherche +50710 Chardon Plante qui renforce les os. Recherche +50711 Datte Fruits dlicieux qui rveille des esprits bestiaux dans le corps. Recherche +50712 Plante Sam-Zi Cette plante agit comme un rgnrateur si elle est prpare. Recherche +50721 Fleur de pcher Les fleurs de pcher taient autrefois utilises dans la prparation de crmes de soins. Prparation de potions +50722 Campanule Cette fleur commune est trs efficace contre le rhume et la toux. Prparation de potions +50723 Fleur de kaki La lgende veut qu'une femme qui se pare de fleurs de kaki aura un fils. Prparation de potions +50724 Racine de gango Cette racine renforce le systme immunitaire et ainsi les rsistances du corps. Prparation de potions +50725 Lilas Cette plante accrot la capacit de concentration humaine ainsi que la mmoire. Prparation de potions +50726 Champignon Tue Ce champignon est rarement utilis dans la mdecine curative. On raconte qu'il aide combattre l'insomnie. Prparation de potions +50727 Rose des montagnes Cette fleur la couleur vive renforce le systme immunitaire. Prparation de potions +50728 Baie Les fruits des arbres verts d't fortifient et stimulent l'organisme. Prparation de potions +50729 Pissenlit Cette fleur savoureuse tait autrefois utilise pour traiter les maladies oculaires. On l'utilise aujourd'hui pour lutter contre les maux de gorge. Prparation de potions +50730 Chardon Cette plante pineuse renforce l'ossature. Prparation de potions +50731 Datte Le fruit sucr du dattier est considr dans de nombreuses rgions comme faisant partie de l'alimentation de base. Prparation de potions +50732 Plante Sam-Zi Une potion base de cette plante prpare par un herboriste a des effets fortifiants. Prparation de potions +50801 Sirop de Fleur de pcher Jus de fleurs de pchers. Vous fait du bien. +50802 Sirop de Campanule Ce jus de campanule fait augmenter votre force de 5 points pendant 3 minutes. +50803 Sirop de Fleur Kaki Jus de Kaki. Renforce votre esprit. +50804 Sirop de Racine de Gango Jus de racines. Vous soigne efficacement. +50805 Sirop de Lilas Jus de Lilas +50806 Sirop de Champignon Tue Jus de champignons +50807 Sirop de Rose des monts Jus de roses des montagnes +50808 Sirop de baie Jus de baies +50809 Sirop de Pissenlit Jus de Pissenlit +50810 Sirop de Chardon Jus de chardons +50811 Sirop de Datte Extrait de datte +50812 Sirop de Plante Sam-Zi Jus de Plante Sam-Zi +50813 Eau de Sim Une potion base de jus de fleur de pche et de lilas. Augmente de 10% vos chances de faire un coup perant pendant 3 minutes. +50814 Eau de Dok Potion base de lilas et de jus de campanule. Augmente de 10% vos chances de faire un coup critique pendant 3 minutes. +50815 Eau de Bo Fleur de Kaki + Champignon Tue. Renforce votre esprit. +50816 Eau de Yuong Racine de Gango + Champignon Tue. Rveille les esprits des animaux. +50817 Eau de Zin Une potion base d'eau de Sim et de roses des montagnes. Fait augmenter la force d'attaque de 50 points pendant 3 minutes. +50818 Eau de SamBo Une potion base d'eau de Dok et de roses des montagnes. Augmente votre dfense de 70 points pendant 3 minutes. +50819 Eau de Young Une potion base d'eau de Bo et de baies. Augment votre dfense magique de 10% pendant 3 minutes. +50820 Eau de Hwal Une potion base d'eau de Young et de baies. Augmente la vitesse de vos attaques de 3 points pendant 3 minutes. +50901 Bouteille vide Besoin pour les prparations +50902 Recette des dbutants Une recette facile qui peut tre faite par tout le monde. +50903 Recette Une recette qui ncessite de l'exprience. +50904 Recette professionnels Une recette qui ne peut tre faite que par des experts. +50905 Recette d'eau de Sim Cela dcrit la recette exacte de l'eau de sirop de fleur de pche et de lilas. +50906 Recette d'eau de Dok Cela dcrit la recette exacte de la fabrication de l'eau faite a partir de Sirop de campanule et de lilas. +50907 Recette d'eau de Bo Cela dcrit la recette exacte de la fabrication de l'eau faite partir de Sirop de fleur kaki et de lilas. +50908 Recette d'eau de Yuong Cela dcrit la recette exacte de la fabrication de l'eau faite partir de Sirop de racine de Gango et de Champignon Tue. +50909 Recette d'eau de Zin Cela dcrit la recette exacte de la fabrication de l'eau faite parti de Sirop de fleur de pcher, de lilas et de rose des montagnes. +50910 Recette d'eau de Hwal Cela dcrit la recette exacte de fabrication de l'eau faite partir de Sirop de racine de Gagno, de champignon Tue et de mre. +51001 Fragment d'nergie Fragment d'un cristal d'nergie. Il en faut 30 pour fabriquer un cristal. +51002 Cristal d'nergie Ce cristal augmente vos bonus pendant deux heures. +51501 Cor Draconis (brut) Ce cur de dragon cristallin contient une pierre-dragon dtermine au hasard de classe brute. +51502 Cor Draconis (brut) Ce cur de dragon cristallin contient une pierre-dragon dtermine au hasard de classe brute. +51503 Cor Draconis (normal) Cur de dragon cristallin de rang normal. Contient une pierre-dragon mate de classe brute taille. +51504 Cor Draconis (noble) Cur de dragon cristallin de rang noble. Contient une pierre-dragon mate de classe brute rare. +51505 Cor Draconis (prcieux) Cur de dragon cristallin de rang prcieux. Contient une pierre-dragon mate de classe brute antique. +51506 Cor Draconis (mythique) Cur de dragon cristallin de rang mythique. Contient une pierre-dragon mate de classe taille lgendaire. +51507 Cor Draconis (taill) Ce cur de dragon cristallin contient une pierre-dragon dtermine au hasard de classe taille. +51508 Cor Draconis (rare) Ce cur de dragon cristallin contient une pierre-dragon dtermine au hasard de classe rare. +51509 Cor Draconis (antique) Ce cur de dragon cristallin contient une pierre-dragon dtermine au hasard de classe antique. +51510 Cor Draconis (lgendaire) Ce cur de dragon cristallin contient une pierre-dragon dtermine au hasard de classe lgendaire. +51511 Cor Diamas Cor Draconis blanc contenant un diamant-dragon dtermin au hasard. +51512 Cor Rubinum Cor Draconis rouge contenant un rubis-dragon dtermin au hasard. +51513 Cor Jadeit Cor Draconis vert contenant un jade-dragon dtermin au hasard. +51514 Cor Saphirum Cor Draconis bleu contenant un saphir-dragon dtermin au hasard. +51515 Cor Granatum Cor Draconis orange contenant un grenat-dragon dtermin au hasard. +51516 Cor Atrum Cor Draconis noir contenant un onyx-dragon dtermin au hasard. +51517 Cor Diamas (normal) Cor Draconis blanc de rang normal. Contient un diamant-dragon mate de classe brute taille. +51518 Cor Rubinum (normal) Cor Draconis rouge de rang normal. Contient un rubis-dragon mate de classe brute taille. +51519 Cor Jadeit (normal) Cor Draconis vert de rang normal. Contient un jade-dragon mate de classe brute taille. +51520 Cor Saphirum (normal) Cor Draconis bleu de rang normal. Contient un saphir-dragon mate de classe brute taille. +51521 Cor Granatum (normal) Cor Draconis orange de rang normal. Contient un grenat-dragon mate de classe brute taille. +51522 Cor Atrum (normal) Cor Draconis noir de rang normal. Contient un onyx-dragon mate de classe brute taille. +51523 Cor Diamas (noble) Cor Draconis blanc de rang noble. Contient un diamant-dragon mate de classe brute rare. +51524 Cor Rubinum (noble) Cor Draconis rouge de rang noble. Contient un rubis-dragon mate de classe brute rare. +51525 Cor Jadeit (noble) Cor Draconis vert de rang noble. Contient un jade-dragon mate de classe brute rare. +51526 Cor Saphirum (noble) Cor Draconis bleu de rang noble. Contient un saphir-dragon mate de classe brute rare. +51527 Cor Granatum (noble) Cor Draconis orange de rang noble. Contient un grenat-dragon mate de classe brute rare. +51528 Cor Atrum (noble) Cor Draconis noir de rang noble. Contient un onyx-dragon mate de classe brute rare. +51529 Cor Diamas (prcieux) Cor Draconis blanc de rang prcieux. Contient un diamant-dragon mate de classe brute antique. +51530 Cor Rubinum (prcieux) Cor Draconis rouge de rang prcieux. Contient un rubis-dragon mate de classe brute antique. +51531 Cor Jadeit (prcieux) Cor Draconis vert de rang prcieux. Contient un jade-dragon mate de classe brute antique. +51532 Cor Saphirum (prcieux) Cor Draconis bleu de rang prcieux. Contient un saphir-dragon mate de classe brute antique. +51533 Cor Granatum (prcieux) Cor Draconis orange de rang prcieux. Contient un grenat-dragon mate de classe brute antique. +51534 Cor Atrum (prcieux) Cor Draconis noir de rang prcieux. Contient un onyx-dragon mate de classe brute antique. +51535 Cor Diamas (pur) Cor Draconis blanc de rang pur. Contient un diamant-dragon mate de classe brute lgendaire. +51536 Cor Rubinum (pur) Cor Draconis rouge de rang pur. Contient un rubis-dragon mate de classe brute lgendaire. +51537 Cor Jadeit (pur) Cor Draconis vert de rang pur. Contient un jade-dragon mate de classe brute lgendaire. +51538 Cor Saphirum (pur) Cor Draconis bleu de rang pur. Contient un saphir-dragon mate de classe brute lgendaire. +51539 Cor Granatum (pur) Cor Draconis orange de rang pur. Contient un grenat-dragon mate de classe brute lgendaire. +51540 Cor Atrum (pur) Cor Draconis noir de rang pur. Contient un onyx-dragon mate de classe brute lgendaire. +51541 Cor Draconis (brillant) Cur de dragon cristallin de rang brillant. Contient une pierre-dragon mate de classe taille rare. +51542 Cor Diamas (brillant) Cor Draconis blanc de rang brillant. Contient un diamant-dragon mate de classe taille rare. +51543 Cor Rubinum (brillant) Cor Draconis rouge de rang brillant. Contient un rubis-dragon mate de classe taille rare. +51544 Cor Jadeit (brillant) Cor Draconis vert de rang brillant. Contient un jade-dragon mate de classe taille rare. +51545 Cor Saphirum (brillant) Cor Draconis bleu de rang brillant. Contient un saphir-dragon mate de classe taille rare. +51546 Cor Granatum (brillant) Cor Draconis orange de rang brillant. Contient un grenat-dragon mate de classe taille rare. +51547 Cor Atrum (brillant) Cor Draconis noir de rang brillant. Contient un onyx-dragon mate de classe taille rare. +51548 Cor Draconis (pur) Cur de dragon cristallin de rang pur. Contient une pierre-dragon mate de classe brute lgendaire. +51549 Cor Draconis (ternel) Cur de dragon cristallin de rang ternel. Contient une pierre-dragon mate de classe taille antique. +51550 Cor Diamas (ternel) Cor Draconis blanc de rang ternel. Contient un diamant-dragon mate de classe taille antique. +51551 Cor Rubinum (ternel) Cor Draconis rouge de rang ternel. Contient un rubis-dragon mate de classe taille antique. +51552 Cor Jadeit (ternel) Cor Draconis vert de rang ternel. Contient un jade-dragon mate de classe taille antique. +51553 Cor Saphirum (ternel) Cor Draconis bleu de rang ternel. Contient un saphir-dragon mate de classe taille antique. +51554 Cor Granatum (ternel) Cor Draconis orange de rang ternel. Contient un grenat-dragon mate de classe taille antique. +51555 Cor Atrum (ternel) Cor Draconis noir de rang ternel. Contient un onyx-dragon mate de classe taille antique. +51556 Cor Diamas (mythique) Cor Draconis blanc de rang mythique. Contient un diamant-dragon mate de classe taille lgendaire. +51557 Cor Rubinum (mythique) Cor Draconis rouge de rang mythique. Contient un rubis-dragon mate de classe taille lgendaire. +51558 Cor Jadeit (mythique) Cor Draconis vert de rang mythique. Contient un jade-dragon mate de classe taille lgendaire. +51559 Cor Saphirum (mythique) Cor Draconis bleu de rang mythique. Contient un saphir-dragon mate de classe taille lgendaire. +51560 Cor Granatum (mythique) Cor Draconis oragne de rang mythique. Contient un grenat-dragon mate de classe taille lgendaire. +51561 Cor Atrum (mythique) Cor Draconis noir de rang mythique. Contient un onyx-dragon mate de classe taille lgendaire. +51562 Cor Draconis (pique) Cur de dragon cristallin de rang pique. Contient une pierre-dragon mate de classe rare antique. +51563 Cor Diamas (pique) Cor Draconis blanc de rang pique. Contient un diamant-dragon mate de classe rare antique. +51564 Cor Rubinum (pique) Cor Draconis rouge de rang pique. Contient un rubis-dragon mate de classe rare antique. +51565 Cor Jadeit (pique) Cor Draconis vert de rang pique. Contient un jade-dragon mate de classe rare antique. +51566 Cor Saphirum (pique) Cor Draconis bleu de rang pique. Contient un saphir-dragon mate de classe rare antique. +51567 Cor Granatum (pique) Cor Draconis orange de rang pique. Contient un grenat-dragon mate de classe rare antique. +51568 Cor Atrum (pique) Cor Draconis noir de rang pique. Contient un onyx-dragon mate de classe rare antique. +51569 Cor Draconis (divin) Cur de dragon cristallin de rang divin. Contient une pierre-dragon mate de classe rare lgendaire. +51570 Cor Diamas (divin) Cor Draconis blanc de rang divin. Contient un diamant-dragon mate de classe rare lgendaire. +51571 Cor Rubinum (divin) Cor Draconis rouge de rang divin. Contient un rubis-dragon mate de classe rare lgendaire. +51572 Cor Jadeit (divin) Cor Draconis vert de rang divin. Contient un jade-dragon mate de classe rare lgendaire. +51573 Cor Saphirum (divin) Cor Draconis bleu de rang divin. Contient un saphir-dragon mate de classe rare lgendaire. +51574 Cor Granatum (divin) Cor Draconis orange de rang divin. Contient un grenat-dragon mate de classe rare lgendaire. +51575 Cor Atrum (divin) Cor Draconis noir de rang divin. Contient un onyx-dragon mate de classe rare lgendaire. +51576 Cor Draconis+ (normal) Puissant Cor Draconis de rang normal. Contient une pierre-dragon de classe brute taille au degr de puret dtermin au hasard. +51577 Cor Diamas+ (normal) Puissant Cor Draconis de rang normal. Contient un diamant-dragon de classe brute taille au degr de puret dtermin au hasard. +51578 Cor Rubinum+ (normal) Puissant Cor Draconis de rang normal. Contient un rubis-dragon de classe brute taille au degr de puret dtermin au hasard. +51579 Cor Jadeit+ (normal) Puissant Cor Draconis de rang normal. Contient un jade-dragon de classe brute taille au degr de puret dtermin au hasard. +51580 Cor Saphirum+ (normal) Puissant Cor Draconis de rang normal. Contient un saphir-dragon de classe brute taille au degr de puret dtermin au hasard. +51581 Cor Granatum+ (normal) Puissant Cor Draconis de rang normal. Contient un grenat-dragon de classe brute taille au degr de puret dtermin au hasard. +51582 Cor Atrum+ (normal) Puissant Cor Draconis de rang normal. Contient un onyx-dragon de classe brute taille au degr de puret dtermin au hasard. +51583 Cor Draconis+ (noble) Puissant Cor Draconis de rang noble. Contient une pierre-dragon de classe brute rare au degr de puret dtermin au hasard. +51584 Cor Diamas+ (noble) Puissant Cor Draconis de rang noble. Contient un diamant-dragon de classe brute rare au degr de puret dtermin au hasard. +51585 Cor Rubinum+ (noble) Puissant Cor Draconis de rang noble. Contient un rubis-dragon de classe brute rare au degr de puret dtermin au hasard. +51586 Cor Jadeit+ (noble) Puissant Cor Draconis de rang noble. Contient un jade-dragon de classe brute rare au degr de puret dtermin au hasard. +51587 Cor Saphirum+ (noble) Puissant Cor Draconis de rang noble. Contient un saphir-dragon de classe brute rare au degr de puret dtermin au hasard. +51588 Cor Granatum+ (noble) Puissant Cor Draconis de rang noble. Contient un grenat-dragon de classe brute rare au degr de puret dtermin au hasard. +51589 Cor Atrum+ (noble) Puissant Cor Draconis de rang noble. Contient un onyx-dragon de classe brute rare au degr de puret dtermin au hasard. +51590 Cor Draconis+ (prcieux) Puissant Cor Draconis de rang prcieux. Contient une pierre-dragon de classe brute antique au degr de puret dtermin au hasard. +51591 Cor Diamas+ (prcieux) Puissant Cor Draconis de rang prcieux. Contient un diamant-dragon de classe brute antique au degr de puret dtermin au hasard. +51592 Cor Rubinum+ (prcieux) Puissant Cor Draconis de rang prcieux. Contient un rubis-dragon de classe brute antique au degr de puret dtermin au hasard. +51593 Cor Jadeit+ (prcieux) Puissant Cor Draconis de rang prcieux. Contient un jade-dragon de classe brute antique au degr de puret dtermin au hasard. +51594 Cor Saphirum+ (prcieux) Puissant Cor Draconis de rang prcieux. Contient un saphir-dragon de classe brute antique au degr de puret dtermin au hasard. +51595 Cor Granatum+ (prcieux) Puissant Cor Draconis de rang prcieux. Contient un grenat-dragon de classe brute antique au degr de puret dtermin au hasard. +51596 Cor Atrum+ (prcieux) Puissant Cor Draconis de rang prcieux. Contient un onyx-dragon de classe brute antique possdant un degr de puret dtermin au hasard. +51597 Cor Draconis+ (pur) Puissant Cor Draconis de rang pur. Contient une pierre-dragon de classe brute lgendaire au degr de puret dtermin au hasard. +51598 Cor Diamas+ (pur) Puissant Cor Draconis de rang pur. Contient un diamant-dragon de classe brute lgendaire au degr de puret dtermin au hasard. +51599 Cor Rubinum+ (pur) Puissant Cor Draconis de rang pur. Contient un rubis-dragon de classe brute lgendaire au degr de puret dtermin au hasard. +51600 Cor Jadeit+ (pur) Puissant Cor Draconis de rang pur. Contient un jade-dragon de classe brute lgendaire au degr de puret dtermin au hasard. +51601 Cor Saphirum+ (pur) Puissant Cor Draconis de rang pur. Contient un saphir-dragon de classe brute lgendaire au degr de puret dtermin au hasard. +51602 Cor Granatum+ (pur) Puissant Cor Draconis de rang pur. Contient un grenat-dragon de classe brute lgendaire au degr de puret dtermin au hasard. +51603 Cor Atrum+ (pur) Puissant Cor Draconis de rang pur. Contient un onyx-dragon de classe brute lgendaire au degr de puret dtermin au hasard. +51604 Cor Draconis+ (brillant) Puissant Cor Draconis de rang brillant. Contient une pierre-dragon de classe taille rare au degr de puret dtermin au hasard. +51605 Cor Diamas+ (brillant) Puissant Cor Draconis de rang brillant. Contient un diamant-dragon de classe taille rare au degr de puret dtermin au hasard. +51606 Cor Rubinum+ (brillant) Puissant Cor Draconis de rang brillant. Contient un rubis-dragon de classe taille rare au degr de puret dtermin au hasard. +51607 Cor Jadeit+ (brillant) Puissant Cor Draconis de rang brillant. Contient un jade-dragon de classe taille rare au degr de puret dtermin au hasard. +51608 Cor Saphirum+ (brillant) Puissant Cor Draconis de rang brillant. Contient un saphir-dragon de classe taille rare au degr de puret dtermin au hasard. +51609 Cor Granatum+ (brillant) Puissant Cor Draconis de rang brillant. Contient un grenat-dragon de classe taille rare au degr de puret dtermin au hasard. +51610 Cor Atrum+ (brillant) Puissant Cor Draconis de rang brillant. Contient un onyx-dragon de classe taille rare au degr de puret dtermin au hasard. +51611 Cor Draconis+ (ternel) Puissant Cor Draconis de rang ternel. Contient une pierre-dragon de classe taille antique au degr de puret dtermin au hasard. +51612 Cor Diamas+ (ternel) Puissant Cor Draconis de rang ternel. Contient un diamant-dragon de classe taille antique au degr de puret dtermin au hasard. +51613 Cor Rubinum+ (ternel) Puissant Cor Draconis de rang ternel. Contient un rubis-dragon de classe taille antique au degr de puret dtermin au hasard. +51614 Cor Jadeit+ (ternel) Puissant Cor Draconis de rang ternel. Contient un jade-dragon de classe taille antique au degr de puret dtermin au hasard. +51615 Cor Saphirum+ (ternel) Puissant Cor Draconis de rang ternel. Contient un saphir-dragon de classe taille antique au degr de puret dtermin au hasard. +51616 Cor Granatum+ (ternel) Puissant Cor Draconis de rang ternel. Contient un grenat-dragon de classe taille antique au degr de puret dtermin au hasard. +51617 Cor Atrum+ (ternel) Puissant Cor Draconis de rang ternel. Contient un onyx-dragon de classe taille antique au degr de puret dtermin au hasard. +51618 Cor Draconis+ (mythique) Puissant Cor Draconis de rang mythique. Contient une pierre-dragon de classe taille lgendaire au degr de puret dtermin au hasard. +51619 Cor Diamas+ (mythique) Puissant Cor Draconis de rang mythique. Contient un diamant-dragon de classe taille lgendaire au degr de puret dtermin au hasard. +51620 Cor Rubinum+ (mythique) Puissant Cor Draconis de rang mythique. Contient un rubis-dragon de classe taille lgendaire au degr de puret dtermin au hasard. +51621 Cor Jadeit+ (mythique) Puissant Cor Draconis de rang mythique. Contient un jade-dragon de classe taille lgendaire au degr de puret dtermin au hasard. +51622 Cor Saphirum+ (mythique) Puissant Cor Draconis de rang mythique. Contient un saphir-dragon de classe taille lgendaire au degr de puret dtermin au hasard. +51623 Cor Granatum+ (mythique) Puissant Cor Draconis de rang mythique. Contient un grenat-dragon de classe taille lgendaire au degr de puret dtermin au hasard. +51624 Cor Atrum+ (mythique) Puissant Cor Draconis de rang mythique. Contient un onyx-dragon de classe taille lgendaire au degr de puret dtermin au hasard. +51625 Cor Draconis+ (pique) Puissant Cor Draconis de rang pique. Contient une pierre-dragon de classe rare antique au degr de puret dtermin au hasard. +51626 Cor Diamas+ (pique) Puissant Cor Draconis de rang pique. Contient un diamant-dragon de classe rare antique au degr de puret dtermin au hasard. +51627 Cor Rubinum+ (pique) Puissant Cor Draconis de rang pique. Contient un rubis-dragon de classe rare antique au degr de puret dtermin au hasard. +51628 Cor Jadeit+ (pique) Puissant Cor Draconis de rang pique. Contient un jade-dragon de classe rare antique au degr de puret dtermin au hasard. +51629 Cor Saphirum+ (pique) Puissant Cor Draconis de rang pique. Contient un saphir-dragon de classe rare antique au degr de puret dtermin au hasard. +51630 Cor Granatum+ (pique) Puissant Cor Draconis de rang pique. Contient un grenat-dragon de classe rare antique au degr de puret dtermin au hasard. +51631 Cor Atrum+ (pique) Puissant Cor Draconis de rang pique. Contient un onyx-dragon de classe rare antique au degr de puret dtermin au hasard. +51632 Cor Draconis+ (divin) Puissant Cor Draconis de rang divin. Contient une pierre-dragon de classe rare lgendaire au degr de puret dtermin au hasard. +51633 Cor Diamas+ (divin) Puissant Cor Draconis de rang divin. Contient un diamant-dragon de classe rare lgendaire au degr de puret dtermin au hasard. +51634 Cor Rubinum+ (divin) Puissant Cor Draconis de rang divin. Contient un rubis-dragon de classe rare lgendaire au degr de puret dtermin au hasard. +51635 Cor Jadeit+ (divin) Puissant Cor Draconis de rang divin. Contient un jade-dragon de classe rare lgendaire au degr de puret dtermin au hasard. +51636 Cor Saphirum+ (divin) Puissant Cor Draconis de rang divin. Contient un saphir-dragon de classe rare lgendaire au degr de puret dtermin au hasard. +51637 Cor Granatum+ (divin) Puissant Cor Draconis de rang divin. Contient un grenat-dragon de classe rare lgendaire au degr de puret dtermin au hasard. +51638 Cor Atrum+ (divin) Puissant Cor Draconis de rang divin. Contient un onyx-dragon de classe rare lgendaire au degr de puret dtermin au hasard. +51639 Coffre-dragon Ce coffre bleu azur contient onze Cor Draconis normaux. +51640 Coffre-dragon+ Ce coffre bleu azur contient onze puissants Cor Draconis de rang normal ainsi qu'un haricot-dragon vert. +51641 Coffre-dragon+ (color) Ce coffre bleu azur contient un puissant Cor Draconis de rang normal de chaque couleur ainsi qu'un haricot-dragon vert. +51642 Coffre-dragon (color) Ce coffre bleu azur contient un Cor Draconis normal de chaque couleur ainsi qu'un haricot-dragon vert. +51643 Coffre-dragon noble Ce coffre bleu azur contient onze nobles Cor Draconis. +51644 Coffre-dragon+ noble Le coffre bleu azur contient onze puissants Cor Draconis de rang noble ainsi qu'un haricot-dragon vert. +51645 Coffre-dragon+ nob. col. Ce coffre bleu azur contient un puissant Cor Draconis de rang noble de chaque couleur ainsi qu'un haricot-dragon vert. +51646 Coffre-dragon nob. col. Ce coffre bleu azur contient un Cor Draconis noble de chaque couleur ainsi qu'un haricot-dragon vert. +52001 Sceau du jeune sanglier Ce sceau appelle votre jeune sanglier. Aprs son entranement au combat, il confrera son cavalier jusqu' +5% de force contre les monstres. +52002 Sceau du jeune sanglier Ce sceau appelle votre jeune sanglier. Aprs son entranement au combat, il augmentera les gains d'exprience de jusqu' 5%. +52003 Sceau du jeune sanglier Ce sceau appelle votre jeune sanglier. Aprs son entranement au combat, il augmentera les PV de son cavalier de jusqu' 500. +52004 Sceau du jeune sanglier Ce sceau appelle votre jeune sanglier. Aprs son entranement au combat, il augmentera la valeur de dfense de son cavalier de jusqu' 150. +52005 Sceau du jeune sanglier Ce sceau appelle votre jeune sanglier. Aprs son entranement au combat, il augmentera la valeur d'attaque de son cavalier de jusqu' 100. +52006 Sceau sanglier sauvage Ce sceau appelle votre sanglier sauvage. Il confre son cavalier +3 % de force contre les monstres. +52007 Sceau sanglier sauvage Ce sceau appelle votre sanglier sauvage. Il augmente les gains d'exprience de 3 %. +52008 Sceau sanglier sauvage Ce sceau appelle votre sanglier sauvage. Il augmente les PV de son cavalier de 250. +52009 Sceau sanglier sauvage Ce sceau appelle votre sanglier sauvage. Il augmente la valeur de dfense de son cavalier de 50. +52010 Sceau sanglier sauvage Ce sceau appelle votre sanglier sauvage. Il augmente la valeur d'attaque de son cavalier de 30. +52011 Sceau sanglier vaillant Ce sceau appelle votre sanglier vaillant. Il confre son cavalier +5 % de force contre les monstres. +52012 Sceau sanglier vaillant Ce sceau appelle votre sanglier vaillant. Il augmente les gains d'exprience de 5 %. +52013 Sceau sanglier vaillant Ce sceau appelle votre sanglier vaillant. Il augmente les PV de son cavalier de 500. +52014 Sceau sanglier vaillant Ce sceau appelle votre sanglier vaillant. Il augmente la valeur de dfense de son cavalier de 150. +52015 Sceau sanglier vaillant Ce sceau appelle votre sanglier vaillant. Il augmente la valeur d'attaque de son cavalier de 100. +52016 Sceau du jeune loup Ce sceau appelle votre jeune loup. Aprs son entranement au combat, il confrera son cavalier jusqu' +5 % de force contre les monstres. +52017 Sceau du jeune loup Ce sceau appelle votre jeune loup. Aprs son entranement au combat, il augmentera les gains d'exprience de jusqu' 5 %. +52018 Sceau du jeune loup Ce sceau appelle votre jeune loup. Aprs son entranement au combat, il augmentera les PV de son cavalier de jusqu' 500. +52019 Sceau du jeune loup Ce sceau appelle votre jeune loup. Aprs son entranement au combat, il augmentera la valeur de dfense de son cavalier de jusqu' 150. +52020 Sceau du jeune loup Ce sceau appelle votre jeune loup. Aprs son entranement au combat, il augmentera la valeur d'attaque de son cavalier de jusqu' 100. +52021 Sceau du loup sauvage Ce sceau appelle votre loup sauvage. Il confre son cavalier +3 % de force contre les monstres. +52022 Sceau du loup sauvage Ce sceau appelle votre loup sauvage. Il augmente les gains d'exprience de 3 %. +52023 Sceau du loup sauvage Ce sceau appelle votre loup sauvage. Il augmente les PV de son cavalier de 250. +52024 Sceau du loup sauvage Ce sceau appelle votre loup sauvage. Il augmente la valeur de dfense de son cavalier de 50. +52025 Sceau du loup sauvage Ce sceau appelle votre loup sauvage. Il augmente la valeur d'attaque de son cavalier de 30. +52026 Sceau du loup vaillant Ce sceau appelle votre loup vaillant. Il confre son cavalier +5 % de force contre les monstres. +52027 Sceau du loup vaillant Ce sceau appelle votre loup vaillant. Il augmente les gains d'exprience de 5 %. +52028 Sceau du loup vaillant Ce sceau appelle votre loup vaillant. Il augmente les PV de son cavalier de 500. +52029 Sceau du loup vaillant Ce sceau appelle votre loup vaillant. Il augmente la valeur de dfense de son cavalier de 150. +52030 Sceau du loup vaillant Ce sceau appelle votre loup vaillant. Il augmente la valeur d'attaque de son cavalier de 100. +52031 Sceau du jeune lion Ce sceau appelle votre jeune lion. Aprs son entranement au combat, il confrera son cavalier jusqu' +5 % de force contre les monstres. +52032 Sceau du jeune lion Ce sceau appelle votre jeune lion. Aprs son entranement au combat, il augmentera les gains d'exprience de jusqu' 5 %. +52033 Sceau du jeune lion Ce sceau appelle votre jeune lion. Aprs son entranement au combat, il augmentera les PV de son cavalier de jusqu' 500. +52034 Sceau du jeune lion Ce sceau appelle votre jeune lion. Aprs son entranement au combat, il augmentera la valeur de dfense de son cavalier de jusqu' 150. +52035 Sceau du jeune lion Ce sceau appelle votre jeune lion. Aprs son entranement au combat, il augmentera la valeur d'attaque de son cavalier de jusqu' 100. +52036 Sceau du lion sauvage Ce sceau appelle votre lion sauvage. Il confre son cavalier +3 % de force contre les monstres. +52037 Sceau du lion sauvage Ce sceau appelle votre lion sauvage. Il augmente les gains d'exprience de 3 %. +52038 Sceau du lion sauvage Ce sceau appelle votre lion sauvage. Il augmente les PV de son cavalier de 250. +52039 Sceau du lion sauvage Ce sceau appelle votre lion sauvage. Il augmente la valeur de dfense de son cavalier de 50. +52040 Sceau du lion sauvage Ce sceau appelle votre lion sauvage. Il augmente la valeur d'attaque de son cavalier de 30. +52041 Sceau du lion vaillant Ce sceau appelle votre lion vaillant. Il confre son cavalier +5 % de force contre les monstres. +52042 Sceau du lion vaillant Ce sceau appelle votre lion vaillant. Il augmente les gains d'exprience de 5 %. +52043 Sceau du lion vaillant Ce sceau appelle votre lion vaillant. Il augmente les PV de son cavalier de 500. +52044 Sceau du lion vaillant Ce sceau appelle votre lion vaillant. Il augmente la valeur de dfense de son cavalier de 150. +52045 Sceau du lion vaillant Ce sceau appelle votre lion vaillant. Il augmente la valeur d'attaque de son cavalier de 100. +52046 Sceau du jeune tigre Ce sceau appelle votre jeune tigre. Aprs son entranement au combat, il confrera son cavalier jusqu' +5 % de force contre les monstres. +52047 Sceau du jeune tigre Ce sceau appelle votre jeune tigre. Aprs son entranement au combat, il augmentera les gains d'exprience de jusqu' 5 %. +52048 Sceau du jeune tigre Ce sceau appelle votre jeune tigre. Aprs son entranement au combat, il augmentera les PV de son cavalier de jusqu' 500. +52049 Sceau du jeune tigre Ce sceau appelle votre jeune tigre. Aprs son entranement au combat, il augmentera la valeur de dfense de son cavalier de jusqu' 150. +52050 Sceau du jeune tigre Ce sceau appelle votre jeune tigre. Aprs son entranement au combat, il augmentera la valeur d'attaque de son cavalier de jusqu' 100. +52051 Sceau du tigre sauvage Ce sceau appelle votre tigre sauvage. Il confre son cavalier +3 % de force contre les monstres. +52052 Sceau du tigre sauvage Ce sceau appelle votre jeune sauvage. Il augmente les gains d'exprience de 3 %. +52053 Sceau du tigre sauvage Ce sceau appelle votre tigre sauvage. Il augmente les PV de son cavalier de 250. +52054 Sceau du tigre sauvage Ce sceau appelle votre tigre sauvage. Il augmente la valeur de dfense de son cavalier de 50. +52055 Sceau du tigre sauvage Ce sceau appelle le tigre sauvage. Il augmente la valeur d'attaque de son cavalier de 30. +52056 Sceau du tigre vaillant Ce sceau appelle votre tigre vaillant. Il confre son cavalier +5 % de force contre les monstres. +52057 Sceau du tigre vaillant Ce sceau appelle votre tigre vaillant. Il augmente les gains d'exprience de 5 %. +52058 Sceau du tigre vaillant Ce sceau appelle votre tigre vaillant. Il augmente les PV de son cavalier de 500. +52059 Sceau du tigre vaillant Ce sceau appelle votre tigre vaillant. Il augmente la valeur de dfense de son cavalier de 150. +52060 Sceau du tigre vaillant Ce sceau appelle votre tigre vaillant. Il augmente la valeur d'attaque de son cavalier de 100. +52061 Sceau du jeune renne Ce sceau appelle votre jeune renne (m). Aprs son entranement au combat, il confrera son cavalier jusqu' +5 % de force contre les monstres. +52062 Sceau du jeune renne Ce sceau appelle votre jeune renne (m). Aprs son entranement au combat, il augmentera les gains d'exprience de jusqu' 5 %. +52063 Sceau du jeune renne Ce sceau appelle votre jeune renne (m). Aprs son entranement au combat, il augmentera les PV de son cavalier de jusqu' 500. +52064 Sceau du jeune renne Ce sceau appelle votre jeune renne (m). Aprs son entranement au combat, il augmentera la valeur de dfense de son cavalier de jusqu' 150. +52065 Sceau du jeune renne Ce sceau appelle votre jeune renne (m). Aprs son entranement au combat, il augmentera la valeur d'attaque de son cavalier de jusqu' 100. +52066 Sceau du renne sauvage Ce sceau fait apparatre votre renne sauvage (m). Il confre son cavalier +3% de force contre les monstres. +52067 Sceau du renne sauvage Ce sceau fait apparatre votre renne sauvage (m). Il augmente le gain d'exprience de 3%. +52068 Sceau du renne sauvage Ce sceau appelle votre renne sauvage (m). Il augmente les PV de son cavalier de 250. +52069 Sceau du renne sauvage Ce sceau appelle votre renne sauvage (m). Il augmente la valeur de dfense de son cavalier de 50. +52070 Sceau du renne sauvage Ce sceau appelle votre renne sauvage (m). Il augmente la valeur d'attaque de son cavalier de 30. +52071 Sceau du renne vaillant Ce sceau fait apparatre votre renne vaillant (m). Il confre son cavalier +5% de force contre les monstres. +52072 Sceau du renne vaillant Ce sceau fait apparatre votre renne vaillant (m). Il augmente le gain d'exprience de 5%. +52073 Sceau du renne vaillant Ce sceau appelle votre renne vaillant (m). Il augmente les PV de son cavalier de 500. +52074 Sceau du renne vaillant Ce sceau appelle votre renne vaillant (m). Il augmente la valeur de dfense de son cavalier de 150. +52075 Sceau du renne vaillant Ce sceau appelle votre renne vaillant (m). Il augmente la valeur d'attaque de son cavalier de 100. +52076 Sceau du jeune renne Ce sceau appelle votre jeune renne (f). Aprs son entranement au combat, il confrera son cavalier jusqu' +5 % de force contre les monstres. +52077 Sceau du jeune renne Ce sceau appelle votre jeune renne (f). Aprs son entranement au combat, il augmentera les gains d'exprience de jusqu' 5 %. +52078 Sceau du jeune renne Ce sceau appelle votre jeune renne (f). Aprs son entranement au combat, il augmentera les PV de son cavalier de jusqu' 500. +52079 Sceau du jeune renne Ce sceau appelle votre jeune renne (f). Aprs son entranement au combat, il augmentera la valeur de dfense de son cavalier de jusqu' 150. +52080 Sceau du jeune renne Ce sceau appelle votre jeune renne (f). Aprs son entranement au combat, il augmentera la valeur d'attaque de son cavalier de jusqu' 100. +52081 Sceau du renne sauvage Ce sceau fait apparatre votre renne sauvage (f). Elle confre son cavalier +3% de force contre les monstres. +52082 Sceau du renne sauvage Ce sceau appelle votre renne sauvage (f). Il augmente les gains d'exprience de 3 %. +52083 Sceau du renne sauvage Ce sceau appelle votre renne sauvage (f). Il augmente les PV de son cavalier de 250. +52084 Sceau du renne sauvage Ce sceau appelle votre renne sauvage (f). Il augmente la valeur de dfense de son cavalier de 50. +52085 Sceau du renne sauvage Ce sceau appelle votre renne sauvage (f). Il augmente la valeur d'attaque de son cavalier de 30. +52086 Sceau du renne vaillant Ce sceau fait apparatre votre renne vaillant (f). Elle confre son cavalier +5% de force contre les monstres. +52087 Sceau du renne vaillant Ce sceau appelle votre renne vaillant (f). Il augmente les gains d'exprience de 5 %. +52088 Sceau du renne vaillant Ce sceau appelle votre renne vaillant (f). Il augmente les PV de son cavalier de 500. +52089 Sceau du renne vaillant Ce sceau appelle votre renne vaillant (f). Il augmente la valeur de dfense de son cavalier de 150. +52090 Sceau du renne vaillant Ce sceau appelle votre renne vaillant (f). Il augmente la valeur d'attaque de son cavalier de 100. +52091 Sceau de jeune Dragor Ce sceau vous permet d'appeler votre jeune Dragor. Une fois son entranement au combat achev, il peut confrer son cavalier jusqu' 5 % de force contre les monstres. +52092 Sceau de jeune Dragor Ce sceau vous permet d'appeler votre jeune Dragor. Une fois son entranement au combat achev, il peut augmenter votre gain d'exprience de jusqu' 5 %. +52093 Sceau de jeune Dragor Ce sceau vous permet d'appeler votre jeune Dragor. Une fois son entranement au combat achev, il peut augmenter les PV de son cavalier de jusqu' 500. +52094 Sceau de jeune Dragor Ce sceau vous permet d'appeler votre jeune Dragor. Une fois son entranement au combat achev, il peut augmenter la valeur de dfense de son cavalier de jusqu' 150. +52095 Sceau de jeune Dragor Ce sceau vous permet d'appeler votre jeune Dragor. Une fois son entranement au combat achev, il peut confrer la valeur d'attaque de son cavalier de jusqu' 100. +52096 Sceau de Dragor sauvage Ce sceau vous permet d'appeler votre Dragor sauvage. Celui-ci confre +3 % de force contre les monstres son cavalier. +52097 Sceau de Dragor sauvage Ce sceau vous permet d'appeler votre Dragor sauvage. Celui-ci augmente le gain d'exprience de 3 %. +52098 Sceau de Dragor sauvage Ce sceau vous permet d'appeler votre Dragor sauvage. Celui-ci augmente les PV de son cavalier de 250. +52099 Sceau de Dragor sauvage Ce sceau vous permet d'appeler votre Dragor sauvage. Celui-ci augmente la valeur de dfense de son cavalier de 50. +52100 Sceau de Dragor sauvage Ce sceau vous permet d'appeler votre Dragor sauvage. Celui-ci augmente la valeur d'attaque de son cavalier de 30. +52101 Sceau de Dragor vaillant Ce sceau vous permet d'appeler votre Dragor vaillant. Celui-ci confre son cavalier +5 % de force contre les monstres. +52102 Sceau de Dragor vaillant Ce sceau vous permet d'appeler votre Dragor vaillant. Celui-ci augmente le gain d'exprience de 5 %. +52103 Sceau de Dragor vaillant Ce sceau vous permet d'appeler votre Dragor vaillant. Celui-ci augmente les PV de son cavalier de 500. +52104 Sceau de Dragor vaillant Ce sceau vous permet d'appeler votre Dragor vaillant. Celui-ci augmente la valeur de dfense de son cavalier de 150. +52105 Sceau de Dragor vaillant Ce sceau vous permet d'appeler votre Dragor vaillant. Celui-ci augmente la valeur d'attaque de son cavalier de 100. +52701 Certificat de lion Certificat de proprit d'un jeune lion. +52702 Certificat de tigre Certificat de proprit d'un jeune tigre. +52703 Certificat de sanglier Certificat de proprit d'un jeune sanglier. +52704 Certificat de loup Certificat de proprit d'un jeune loup. +52705 Certificat de renne (m) Certificat de proprit d'un jeune renne mle. +52706 Certificat de renne (f) Certificat de proprit d'un jeune renne femelle. +52707 Certificat de Dragor Certificat de proprit d'un jeune Dragor. +53001 feu Ce sceau vous permet d'appeler votre ami le phnix de feu. +53002 Sceau du faon Ce sceau vous permet d'appeler un petit faon trop mignon. +53003 Sceau: phnix de glace Ce sceau vous permet d'appeler votre ami le phnix de glace. +53005 Bb Azral La version miniature du seigneur des dmons est extrmement affectueuse. Elle vous apporte un bonus de 1500 PV et 15% de dgts infligs en plus partir du 2e niveau de la tour des Dmons et dans les catacombes du Diable. +53006 Bb Azral (or) La version miniature du seigneur des dmons est extrmement affectueuse. Elle vous apporte un bonus de 1500 PV et 15% de dgts infligs en plus partir du 2e niveau de la tour des Dmons et dans les catacombes du Diable. +53007 Sceau Bambi Ce sceau te permet d'appeler ton faon, Bambi. +53008 Sceau de Knuud Ce sceau vous permet d'appeler votre adorable petit ours polaire. +53009 Sceau Bao Bao Ce sceau vous permet d'appeler votre adorable bb panda. +53010 Sceau Lonidas Ce sceau te permet d'appeler ton lionceau, Lonidas. +53011 Sceau Khan Ce sceau te permet d'appeler ton bb tigre, Khan. +53012 Sceau Porky Ce sceau te permet d'appeler ton marcassin, Porky. +53013 Sceau Rufus Ce sceau te permet d'appeler ton louveteau, Rufus. +53014 Sceau de mini-bourreau Ce sceau vous permet d'appeler votre mini-bourreau dodu, vtu d'une armure noire. +53015 Sceau mini-bourreau (or) Ce sceau vous permet d'appeler votre mini-bourreau dodu vtu d'une armure dore. +53016 Sceau de Boney Ce sceau vous permet d'appeler votre familier osseux. +53017 Sceau du Phoenix de jade Ce sceau vous permet d'appeler le gracieux Phnix de jade. +53018 Lonidas polaire (sceau) Ce sceau vous permet d'appeler votre familier. +53019 Khan arctique (sceau) Ce sceau vous permet d'appeler votre familier. +53020 Porky polaire (sceau) Ce sceau vous permet d'appeler votre familier. +53021 Rufus des glaces (sceau) Ce sceau vous permet d'appeler votre familier. +53501 +53502 Coffre du faon Dans ce coffre se trouve un jeune faon. Il est impatient d'en sortir. +53503 Cage de phnix de glace Dans cette cage, un phnix de glace attend que vous le laissiez sortir. +53504 +53505 +53506 +53516 Coffre d'os Contient un objet alatoire. Avec un peu de chance, vous trouverez le squelettique chien Boney. +53517 Cage de jade Le rarissime Phnix de jade attend que vous le dlivriez de cette cage. +53518 Lonidas polaire Dans le coffre, vous trouverez le sceau pour Lonidas polaire. +53519 Khan arctique Dans le coffre, vous trouverez le sceau pour Khan arctique. +53520 Porky polaire Dans le coffre, vous trouverez le sceau pour Porky polaire. +53521 Rufus des glaces Dans le coffre, vous trouverez le sceau pour Rufus des glaces. +60001 Bile Un liquide corporel venant du foie. +60002 Note pour le gardien Le parchemin est crit de la main nergique du gardien de l'entrept. +60003 Symbole de Hros Un item qui n'est pas transmis avec dsinvolture. +70002 Troisime main Une main qui ramasse les Yangs automatiquement. +70003 Livre du chef Tant que le chef d'un groupe est quip de ce livre, tous les membres du groupe gagnent 30% de points d'exprience en plus. +70004 Mdaille d'attention Une mdaille pour vos efforts lors de la fte du travail. Accorde une augmentation des gains d'XP au combat de 20% . +70005 Anneau d'exprience Votre personnage reoit 50% d'exprience en plus pendant les combats. +70006 Anneau de Langage Un anneau forg pour la diplomatie dans les temps anciens. Utilisez-le pour parler le langage des autres Empires. +70008 Drapeau blanc Un drapeau blanc annonant la reddition. +70009 Coffre au trsor Un coffre qui est dcor d'un tas d'ornement. Ne peut tre ouvert qu'avec une cl spciale. +70010 Ticket de stockage Un document qui aide organiser la salle de stockage. +70012 Larme de la Desse Une histoire raconte que les vieilles femmes chamanes ont consol les mes des hros de Taehwas qui se battirent contre le mal. +70013 Larme de la Desse G. On dit que la larme de Tae-Hwa rconforte l'me du guerrier fatigu retournant de la bataille. +70014 Drage de sang Une drage faite de sang de cerf. Elle provoque de svres effets hallucinognes. +70015 Pinceau bon march Un pinceau ordinaire avec un manche solide. +70020 Vin de fleur de pche Potion qui rgnrera immdiatement vos points de vie (PV) de 500 points. +70024 Orbe de bndiction Un orbe lgendaire de bndiction. L'orbe ajoute un attribut aux objets qui en possdent dj quatre. +70027 Notes du forgeron Une note du forgeron qui vous montre comment amliorer vos armes. +70031 Trait d'escrime Ce trait comprend une liste des points forts et faibles de l'anatomie humaine. +70035 Cuivre magique Avec l'aide de ce minerai et un parchemin de bndiction, vous pouvez crer un parchemin de guerre chez le forgeron. +70037 Livre de l'oubli Ce livre lgendaire permet d'oublier totalement une comptence apprise. Vous pouvez dplacer un point de comptence. +70038 Cape de bravoure Une cape colore qui attire une kyrielle de monstres. Les guerriers s'en servaient autrefois pour prouver leur bravoure. +70039 Manuel du forgeron Ce livre contient l'me d'un ancien forgeron. S'il est utilis, il augmente les chances d'amliorer avec succs un objet. +70040 Obstination d'Orc Rduit la consommation d'Endurance de moiti. +70043 Gants de voleur Les gants du plus grand des voleurs. +70047 Anneau de Langage(ex) Cet anneau a t cr il y a trs longtemps pour les cercles de diplomates. Il permet de parler les langues des autres empires. +70048 Cape de l'vad Une cape trs coteuse utilise par de nombreux vads. Lorsqu'elle est quipe, elle vous dissimule. +70049 Anneau de Lucie Sur l'anneau est crite une Bndiction pour vous au nom du Dieu Dragon. L'anneau rduit la chance de perdre des objets au combat. +70050 Symbole du Roi sage Un symbole hrit de l'ancienne famille impriale qui accorde aux Matres un grand pouvoir. +70051 Gants du Roi sage Un symbole hrit de l'ancienne famille impriale qui accorde aux Matres un grand pouvoir. +70052 Charme Karma 1 Un charme utilis par les bouddhistes pour se protger contre la malchance. +70053 Charme Karma 2 Un charme utilis par les bouddhistes pour se protger contre la malchance. +70054 Charme Karma 3 Un charme utilis par les bouddhistes pour se protger contre la malchance. +70056 Grenadine+ Potion qui rgnrera immdiatement vos points de vie (PV) de 1000 points. +70057 Cape de bravoure Une cape colore qui attire une kyrielle de monstres. Les guerriers s'en servaient autrefois pour prouver leur bravoure. Peut tre vendue. +70058 Cet anneau peut vous tlporter dans le lieu de votre choix . Ne peut tre vendu. +70102 Haricot Zen Diminue l'alignement mauvais. | Augmente l'alignement bon. +70104 Orbe de Polymorphie Vous pouvez vous transformer en monstre grce l'orbe. +70105 Orbe de Polymorphie Vous pouvez vous transformer en monstre grce l'orbe. +70106 Orbe de Polymorphie Vous pouvez vous transformer en monstre grce l'orbe. +70107 Orbe de Polymorphie Vous pouvez vous transformer en monstre grce l'orbe. +70201 Dcolorant Redonne vos cheveux leur couleur initiale. Les cheveux dcolors peuvent tre teints. +70202 Teint. cheveux blanche Teinture blanche pour cheveux. |Vous pouvez vous teindre les cheveux une fois tous les 3 niveaux. +70203 Teint. cheveux blond Teinture blonde pour cheveux.|Vous pouvez vous teindre les cheveux une fois tous les 3 niveaux. +70204 Teint. cheveux rouge Teinture rouge pour cheveux.|Vous pouvez vous teindre les cheveux une fois tous les 3 niveaux. +70205 Teinture de cheveux brun Teinture chtain pour cheveux.|Vous pouvez vous teindre les cheveux une fois tous les 3 niveaux. +70206 Teinture de cheveux noir Teinture noire pour cheveux.|Vous pouvez vous teindre les cheveux une fois tous les 3 niveaux. +70301 Anneau de couple Un anneau port par les amoureux. +70302 Alliance Un anneau port par les couples maris. +71001 Parchemin d'exorcisme Librez vous de la maldiction du mauvais esprit, si l'apprentissage choue. (non marchandable) +71002 Redistribution de statut L'utilisation de cet objet vous permet de redistribuer vos points de statistiques. +71003 Parch. oubli comptence L'utilisation de ce parchemin vous permet de redistribuer les points d'une de vos comptences. +71004 Mdaille du Dragon Vous protge contre la perte de points d'exprience lors de votre prochaine rsurrection. +71005 Anneau de Langage Vous pouvez comprendre les langages de tous les empires durant 7 jours. (non marchandable) +71006 Anneau de Langage Vous pouvez comprendre les langages de tous les empires durant 15 jours. (non marchandable) +71007 Anneau de Langage Vous pouvez comprendre les langages de tous les empires durant 30 jours. (non marchandable) +71008 Manuel de pche Livre qui vous permet de capturer le double de poissons rares durant 30 jours. (non marchandable) +71009 Stockage agrandi Votre entrept obtient deux onglets de stockage supplmentaires. +71010 Troisime Main Une main qui ramasse les Yangs automatiquement. +71011 Masque d'motions Grce ce masque, vous pourrez laisser libre cours vos sentiments. +71012 Livre du Chef Tant que le chef du groupe possde ce livre, tous les membres du groupe collectent 30% d'exprience en plus durant 3 heures. +71013 Feux d'artifice La fuse illumine le ciel pour tous. (non marchandable) +71014 Potion d'attaque +10 Augmentez votre vitesse d'attaque de 10% durant 30 minutes. +71015 Anneau d'exprience Vous recevez 50% d'exprience en plus pendant les combats. +71016 Gants de voleur Augmente votre probabilit pour capturer des objets de 50 % durant 30 minutes. (non marchandable) +71017 Mdaille de Chance Double vos chances d'obtenir des Yangs. +71018 Bndiction de Vie Bndiction qui rgnre immdiatement la totalit de vos points de vie. +71019 Bndiction magique Une bndiction qui rgnre immdiatement la totalit de vos PM. +71020 Bndiction du Dragon Bndiction qui rgnre immdiatement la totalit de vos PV et PM. +71021 Parchemin de Guerre Amlioration d'un objet ( 100%). Seulement pour les objets de +0 +3. +71022 Retour d'Intelligence Ramne vos stats d'intelligence au niveau de base. Vous pourrez ensuite redistribuer vos points. +71023 Retour de Vitalit Ramne votre vitalit au niveau minimum. Vous pourrez ensuite redistribuer vos points. +71024 Retour de Force Ramne vos points de force leur valeur de base. Vous pourrez ensuite redistribuer les points restants. +71025 Pierre du Forgeron Avec l'aide de cette pierre et un parchemin de bndiction, vous pouvez crer un manuel de forgeron chez le forgeron. +71026 Minerai de fer magique Avec l'aide de ce minerai et un parchemin de bndiction, vous pouvez crer un parchemin de dragon chez le forgeron. +71027 Vie du Dieu Dragon Augmente de 20% vos PV maximaux pendant 30 minutes. +71028 Attaque du Dieu Dragon Augmente pendant 30 minutes de 12 15 % les dgts que vous causez au combat +71029 Intellig. du Dieu Dragon Augmente de 20% vos PM maximaux pendant 30 minutes. +71030 Dfense du Dieu Dragon Diminue de 12 15% les dgts qui vous sont infligs au combat pendant 30 minutes. +71031 Aide du Dieu Dragon La vitalit, la force, l'intelligence et la dextrit de votre personnage sont temporairement multiplies par 5. +71032 Parchemin du Dieu Dragon limine le risque qu'un objet soit dtruit si son amlioration choue. Seule sa qualit diminue d'un niveau. De plus, la probabilit de succs est augmente de 10 %. +71033 Masque d'motions Grce ce masque, vous pourrez laisser libre cours vos sentiments. +71034 Potion d'attaque +15 Augmente votre vitesse d'attaque de 15% durant 30 minutes. +71035 lixir du chercheur Amliore la qualit des items de recherche que vous avez collects, augmentant ainsi la probabilit qu'ils soient accepts. +71036 Parchemin - Chef Orc Invoque un Chef Orc prs de votre personnage. Mais attention : c'est un boss! +71037 Parchemin - Chef Esotr. Invoque un chef noir prs de votre personnage. Mais attention : c'est un boss! +71038 Parchemin - R. Araigne Faites apparatre une Reine Araigne ct de votre personnage. Attention: c'est un Big Boss! +71039 Parchemin - Tortue Faites apparatre une tortue gante du dsert ct de votre personnage. Attention: c'est un Big Boss! +71040 Parchemin du roi des flammes Faites apparatre un roi flamme ct de votre personnage. Attention: c'est un boss! +71041 Parchemin - Neuf-Queues Invoque un Neuf-Queues prs de votre personnage. Attention, c'est un boss! +71042 Parchemin - Roi Dmon Faites apparatre un Roi Dmon prs de votre personnage. Attention : c'est un Big Boss ! +71043 Parch - Esprit du Tigre Invoque l'esprit d'un tigre jaune prs de votre personnage. Mais attention : c'est un boss! +71044 Attaque critique Augmente de 20% vos chances de faire un coup critique durant 10 minutes. +71045 Attaque perante Augmente vos chances de faire un coup perant de 20% durant 10 minutes. +71047 Color. Pierre Fantme Retire une pierre d'esprit d'un de vos objets. +71048 Sort de Changement Ce sort vous permet de changer le sexe de votre personnage. +71049 Paquet de soie Avec ce paquet vous pouvez ouvrir un magasin gratuitement pendant 10 jours. +71050 Potion de vitesse Augmente votre vitesse de 60 durant 30 minutes. +71051 Objet enchant Ajoute un nouveau bonus l'un de vos objets, s'il n'en pas dj. +71052 Bnir l'objet Retire les bonus d'un de vos objets et en met de nouveaux. +71054 Couleur des Empires Un personnage peut s'exiler dans un autre empire, ce qui signifie donc changer d'empire. +71055 Coloration du Nom Vous permet de renommer votre personnage. +71056 Coloration du Ciel Augmente la probabilit de succs de l'amlioration d'une pierre d'Esprit. +71057 Parchemin - Bois Fossile Une Veine de bois fossile est apparut prs de votre personnage. +71058 Parch. - Veine Cuivre Une veine de cuivre apparat ct de votre personnage. +71059 Parch. - Veine d'Argent Une veine d'argent apparat ct de votre personnage. +71060 Parchemin - Veine d'Or Une veine d'or apparat ct de votre personnage. +71061 Parchemin - Veine Jade Une veine de jade apparat ct de votre personnage. +71062 Parch. - Veine d'Ebne Une Veine d'Ebne apparat ct de votre personnage. +71063 Parch. - Veine de Perle Une veine de perle apparat ct de votre personnage. +71064 Parch. - Veine or blanc Une veine d'or blanc apparat ct de votre personnage. +71065 Parch. - Veine Cristal Une veine de cristal apparat ct de votre personnage. +71066 Parch. - Veine Amthyste Une veine d'amthyste apparat ct de votre personnage. +71067 Parch. - Larme Cleste Une veine de larme cleste apparat ct de votre personnage. +71068 Plume des amoureux Vos points d'amour sont doubls tant que vous la portez. +71069 Anneaux d'harmonie Augmentent de maximum 8 % les chances des deux poux d'effectuer un coup perforant pendant 3 heures, lorsque l'un des deux le porte. L'effet de l'objet dpend du pourcentage de points d'amour. Si un couple a par exemple 50% de points d'amour, leur effet maximum sera rduit de moiti. +71070 Bracelet d'Amour Augmente de maximum 20% le gain de points d'exprience pour les deux poux pendant 3 heures, lorsque l'un des deux le porte. L'effet de l'objet dpend du pourcentage de points d'amour. Par exemple, si un couple a 50% de points d'amour, son effet maximum sera rduit de moiti. +71071 Boucles d'oreille amour Augmentent de maximum 8% les chances des deux poux d'effectuer un coup critique pendant 3 heures, lorsque l'un des deux les porte. L'effet de l'objet dpend du pourcentage de points d'amour. Par exemple, si un couple a 50% de points d'amour, leur effet maximum sera rduit de moiti. +71072 Bracelet d'Harmonie Diminue de maximum 15% la force d'attaque des monstres contre les deux poux pendant 3 heures, lorsque l'un des deux le porte. L'effet de l'objet dpend du pourcentage de points d'amour. Par exemple, si un couple a 50% de points d'amour, son effet maximum sera rduit de moiti. +71073 Collier de l'Amour Augmente de maximum 40 la force d'attaque des deux poux pendant 3 heures, lorsque l'un des deux le porte. L'effet de l'objet dpend du pourcentage de points d'amour. Par exemple, si un couple a 50% de points d'amour, son effet maximum sera rduit de moiti. +71074 Collier d'Harmonie Augmente de maximum 30 la dfense des deux poux pendant 3 heures, lorsque l'un des deux le porte. L'effet de l'objet dpend du pourcentage de points d'amour. Par exemple, si un couple a 50% de points d'amour, son effet maximum sera rduit de moiti. +71075 Coloration (Blanche) Colorez vos cheveux en Blanc +71076 Coloration (Blonde) Colorez vos cheveux en Blond +71077 Coloration (Rouge) Colorez vos cheveux en Rouge +71078 Coloration (Brune) Colorez vos cheveux en Brun +71079 Coloration ( Noire) Colorez vos cheveux en Noir +71080 Pierre Metin (F) Invoquez une pierre Metin facile prs de votre personnage. +71081 Pierre Metin (N) Invoquez une pierre Metin normale prs de votre personnage. +71082 Pierre Metin (D) Invoquez une pierre Metin difficile prs de votre personnage. +71083 Livre des pierres Enlve toutes les pierres brises d'un objet. Ainsi vous pourrez tenter nouveau d'amliorer votre arme ou armure. +71084 Objet enchant Retire les bonus d'un de vos objets et en ajoute de nouveaux. +71085 Objet de renforcement Ajoute avec un peu de chance un nouveau bonus l'un de vos objet. (max. 4 bonus) +71088 Livre de qute (Facile) Contient une Qute facile, qui rcompense au moment de la russite. +71089 Livre de Qute (Normal) Contient une qute normale, rcompense si elle est russie. +71090 Livre de Qute (Diff.) Contient une qute difficile, rcompense si elle est russie. +71091 Coloration du commerce Vous pouvez choisir une autre couleur pour votre magasin personnel. +71092 Livre de polymorphie La lecture de ce manuel augmentera vos comptences en polymorphie. Il disparaitra aprs avoir t lu. +71093 Orbe de Polymorphie Vous pouvez vous transformer en monstre grce cet orbe. +71094 Lecture concentre Multiplie par 2,5 vos chances d'amliorer vos comptences lors de la lecture du prochain livre (ou pierre d'me). +71095 Ticket Remettez ce ticket au gardien pour pouvoir pntrer l'tage suivant du Donjon aux araignes et de la Forteresse du dragon rouge. +71096 Tableau de passage Cette mdaille vous permet de passer travers une porte. +71099 Anneau de remplacement Permet au chef de guilde de mettre un remplaant. +71100 Parchemin de comptence Oubliez un apprentissage et choisissez-en un nouveau. Pour cela, vous devez avoir au moins le niveau 31. +71101 Potion de clrit Cette potion augmente de 20 % la rgnration des sorts pendant 30 minutes +71102 +71103 Redistribution (VIT) Ramne votre vitalit 1 et vous permet de redistribuer vos points. +71104 Redistribution (INT) Vos points d'intelligence sont ramens 1, ainsi vous pouvez redistribuer vos points. +71105 Redistribution (STR) Votre force sera ramene 1 et vous pourrez redistribuer les points restants. +71106 Redistribution (DEX) Ramne votre dextrit 1 et vous permet de redistribuer vos points. +71107 Fruit de la vie Augmente votre grade de 2000 points (ne peut tre utilis que toutes les 8 heures) +71108 Grenadine Potion qui rgnrera immdiatement vos PV de 800 points. Cet objet peut tre vendu. +71109 Parchemin de correction Vous pouvez enlever la dernire pierre d'esprit ajoute un objet avec ce parchemin. +71110 Sucre pour cheval Ce sucre vous permet de nommer votre cheval. En plus, il augmente son niveau de dfense. +71113 Loupe magique Cette loupe aux proprits magiques vous permet de montrer le contenu de votre inventaire un autre joueur. La loupe casse aprs l'utilisation. +71114 Sceau Jaune du Sanglier Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711151 Sceau Bleu du Sanglier Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711152 Sceau Bleu du Sanglier Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711153 Sceau Bleu du Sanglier Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711154 Sceau Bleu du Sanglier Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +71115 Sceau Bleu du Sanglier Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +71116 Sceau Jaune du Loup Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711171 Sceau Bleu du Loup Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711172 Sceau Bleu du Loup Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711173 Sceau Bleu du Loup Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711174 Sceau Bleu du Loup Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +71117 Sceau Bleu du Loup Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +71118 Sceau Jaune du tigre Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711191 Sceau Bleu du Tigre Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711192 Sceau Bleu du Tigre Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711193 Sceau Bleu du Tigre Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711194 Sceau Bleu du Tigre Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +71119 Sceau Bleu du Tigre Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +71120 Sceau Jaune du Lion Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711211 Sceau Bleu du Lion Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711212 Sceau Bleu du Lion Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711213 Sceau Bleu du Lion Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +711214 Sceau Bleu du Lion Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +71121 Sceau Bleu du Lion Ce sceau magique appellera l'esprit d'un puissant animal qui vous amnera rapidement l'endroit de votre choix. +71122 +71123 caille de dragon Les cailles de dragon comptent parmi les matriaux les plus rsistants. +71124 Lion blanc Les animaux au pelage blanc sont trs rares et sont considrs par de multiples cultures comme possdant des pouvoirs particuliers. +71125 Sceau Sanglier Pugnace Dompter des mes animales malveillantes ncessite des pouvoirs magiques considrables. Le rsultat en est tout aussi impressionnant. +71126 Sceau Loup Bagarreur Dompter des mes animales malveillantes ncessite des pouvoirs magiques considrables. Le rsultat en est tout aussi impressionnant. +71127 Sceau Tigre Temptueux Dompter des mes animales malveillantes ncessite des pouvoirs magiques considrables. Le rsultat en est tout aussi impressionnant. +71128 Sceau Lion Carnassier Dompter des mes animales malveillantes ncessite des pouvoirs magiques considrables. Le rsultat en est tout aussi impressionnant. +71129 Griffe de dragon La vue de cette griffe monstrueuse rveille de douloureux souvenirs... +71130 Ticket Remettez ce ticket au gardien pour pouvoir pntrer l'tage suivant du Donjon aux araignes et de la Forteresse du dragon rouge. Cet objet peut tre vendu. +71131 +71132 +71133 +71134 +71135 Anneau croissant de lune Un anneau avec une gravure ouvrage en forme de croissant de lune. +71136 Sucette Une sucette aux ingrdients secrets qui procure force et exprience au combat. +71137 Sceau: tigre royal bleu Ce sceau magique appelle votre monture, le majestueux tigre royal (bleu). +71138 Sceau: tigre royal rouge Ce sceau magique appelle votre monture, le majestueux tigre royal (rouge). +71139 Sceau: tigre royal or Ce sceau magique appelle votre monture, le majestueux tigre royal (or). +71140 Sceau: tigre royal vert Ce sceau magique appelle votre monture, le majestueux tigre royal (vert). +71141 Sceau: tigre royal gris Ce sceau magique appelle votre monture, le majestueux tigre royal (gris). +71142 Sceau: tigre royal blanc La magie du sceau invoque une monture, le majestueux tigre royal (blanc). +71143 Anneau de la joie Cet anneau orn de prcieux jades et turquoises possdent les bonus suivants: +50% de points d'exprience +20% de vitesse d'attaque +20% de vitesse de sort +30% de force contre les monstres +10% au maximum de vos PV +10% au maximum de vos PM +71144 Coffre de Nol Un cadeau de Nol emball avec amour qui contient une surprise festive. +71145 Bijou de l'amour ternel Un pendentif d'argent en forme de cur, serti de pierres prcieuses magiques. +71146 Coffre d'Amor (rose) Coffre en forme de cur contenant 10 surprises. Peut tre ouvert toutes les 30 minutes. +71147 Coffre d'Amor (bleu) Coffre en forme de cur contenant 10 surprises. Peut tre ouvert toutes les 30 minutes. +71148 Anneau de Volont Vous confre pendant 7 jours +30% d'EXP, +20% de chances de parer les guerriers, +20% de chances de parer les ninjas, +30% de force contre les monstres, +10% au maximum de PV et +10% au maximum de PM. +71149 Anneau de Force mortelle Vous confre pendant 7 jours +30 % d'EXP, +20 % de chances de parer les Suras, +20 % de chances de parer les chamanes, +30 % de force contre les monstres, +10 % au maximum de PV et +10 % au maximum de PM. +71150 uf magique Ce coffre ovale ouvrag contient plus qu'une simple surprise de Pques et dlivre progressivement ses trsors. +71151 Sort vert Enlve les bonus de l'un de vos objets et en ajoute de nouveaux. Ne peut tre utilis que sur les armes et les armures de niveau gal ou infrieur 40. Ne peut tre vendu. +71152 Force verte Ajoute avec un peu de chance un nouveau bonus l'un de vos objets (max. 4 bonus). Ne peut tre utilis que sur les armes et les armures de niveau gal ou infrieur 40. Ne peut tre vendu. +71153 Potion de sagesse Grce cette potion, vous gagnez en une heure de jeu 100 % d'exprience en plus. Ne peut tre vendue. +71154 +71155 +71156 +71157 +71158 Mdaille de hros Confre +50 % EXP, +30 % de dgts, +20 % vitesse d'attaque, +20 % vitesse de sort, +10 % PV et +10 % PM. +71159 Coffre de Milon Un coffre pour les vritables hros. Contient un objet alatoire en rcompense de votre triomphe. +71160 Coffre des Athniens Un coffre pour les vritables hrones. Contient un objet alatoire en rcompense de votre triomphe. +71161 Equus Purpur Sceau pour un cheval pourpre, magnifique et extrment rare. +71164 Sceau Comte Ce sceau te permet d'appeler ton renne, Comte. +71166 Sceau du panda blind Ce sceau vous permet d'appeler votre panda blind. +71171 Sceau de Licorne Ce sceau vous permet d'appeler votre Licorne. +71172 Sceau de Carnemar Ce sceau vous permet d'appeler votre Carnemar. +71173 Parchemin de tlportation Ce parchemin vous emmnera directement devant les portes de la forteresse du dragon rouge. +71174 Ticket Remettez ce ticket au gardien de la forteresse du dragon rouge pour pouvoir y entrer. +71175 Ticket Remettez ce ticket au gardien de la forteresse du dragon rouge pour pouvoir y entrer. +72001 Anneau d'exprience Augmente vos gains d'exprience de 50% pendant 1 heure. +72002 Anneau d'exprience Augmentez votre gain d'exprience de 50% pendant 30 minutes. +72003 Anneau d'exprience Augmentez votre gain d'exprience de 50% pendant 3 heures. +72004 Gants de voleur Double vos chances de capturer des items pendant 10 heures. +72005 Gants de voleur Double vos chances de capturer des items pendant 30 minutes. +72006 Gants de voleur Double vos chances de capturer des items pendant 3 heures. +72007 Paquet de soie Vous pouvez ouvrir un magasin priv pendant 10 heures. +72008 Paquet de soie Vous pouvez ouvrir une choppe personnelle pendant 30 minutes. +72009 Paquet de soie Vous pouvez ouvrir un magasin personnel pendant 3 heures. +72010 Plume des amoureux Les points d'amour sont doubls pendant 15 minutes quand cet objet est quip. +72011 Plume des amoureux Vos points d'amour sont doubls pendant 30 minutes tant que vous la portez. +72012 Plume des amoureux Vos points d'amour sont doubls pendant 3 heures tant que vous la portez. +72013 Manuel de pche Vos chances de capturer des poissons rares sont doubles pendant 15 minutes. +72014 Manuel de pche Vos chances de capturer des poissons rares sont doubles pendant 30 minutes. +72015 Manuel de pche Vos chances de capturer des poissons rares sont doubles pendant 3 heures. +72016 Troisime main Votre personnage prend systmatiquement l'argent qui tombe durant 15 minutes. +72017 Troisime main Votre personnage prend systmatiquement l'argent qui tombe durant 30 minutes. +72018 Troisime main Votre personnage prend systmatiquement l'argent qui tombe durant 3 heures. +72019 Extension du Stockage Votre entrept possde deux pages de plus pendant 15 minutes. +72020 Extension du Stockage Votre entrept possde deux paages de plus pendant 30 minutes. +72021 Extension du Stockage Votre entrept possde deux pages de plus pendant 3 heures. +72022 Mdaille de Chance Doublez vos chances d'obtenir des Yangs pendant 10 heures. +72023 Mdaille de Chance Doublez vos chances d'obtenir des Yangs pendant 30 minutes. +72024 Mdaille de Chance Doublez vos chances d'obtenir des Yangs pendant 3 heures. +72025 Attaque critique Augmente de 20% vos chances de faire un coup critique pendant 10 minutes. +72026 Attaque critique Augmente de 20% vos chances de faire un coup critique pendant 10 minutes. +72027 Attaque critique Augmente de 20% vos chances de faire un coup critique pendant 10 minutes. +72028 Masque d'Emotion Vous pouvez montrer vos motions durant 7 jours. +72029 Masque d'Emotion Vous pouvez montrer vos motions durant 15 jours. +72030 Masque d'Emotion Vous pouvez montrer vos motions durant 30 jours.. +72031 Attaque du Dieu Dragon Augmente vos dommages d'attaque de 12-15% pendant 30 minutes. +72032 Attaque du Dieu Dragon Augmente vos dommages d'attaque de 12-15% pendant 30 minutes. +72033 Attaque du Dieu Dragon Augmente vos dommages d'attaque de 12-15% pendant 30 minutes. +72034 Dfense du Dieu Dragon Augmente les dgats de 12% ~ 15 % lorsque vous vous dfendez. +72035 Dfense du Dieu Dragon Augmente les dgats de 12% ~ 15 % lorsque vous vous dfendez. +72036 Dfense du Dieu Dragon Augmente les dgats de 12% ~ 15 % lorsque vous vous dfendez. +72037 Vie du Dieu Dragon Augmente de 20% vos PV maximaux pendant 30 minutes. +72038 Vie du Dieu Dragon Augmente de 20% vos PV maximaux pendant 30 minutes. +72039 Vie du Dieu Dragon Augmente de 20% vos PV maximaux pendant 30 minutes. +72040 Intellig. du Dieu Dragon Augmente de 20% vos PM max. pendant 30 minutes. +72041 Intellig. du Dieu Dragon Augmente de 20% vos PM max. pendant 30 minutes. +72042 Intellig. du Dieu Dragon Augmente de 20% vos PM max. pendant 30 minutes. +72043 Livre du Chef Tant que le chef du groupe possde ce livre, tous les membres du groupe collectent 30% d'exprience en plus durant 3 heures. +72044 Livre du Chef Tant que le chef du groupe possde ce livre, tous les membres du groupe collectent 30% d'exprience en plus durant 3 heures. +72045 Livre du Chef Tant que le chef du groupe possde ce livre, tous les membres du groupe collectent 30% d'exprience en plus durant 3 heures. +72046 Chance de coup perant Augmente de 20 % vos chances de faire un coup perant pendant 10 minutes. +72047 Chance de coup perant Augmente de 20% vos chances de faire un coup perant pendant 10 minutes +72048 Chance de coup perant Augmente de 20% vos chances de faire un coup perant pendant 10 minutes. +72301 Parchemin de Bndiction carte le risque qu'un objet soit dtruit si son amlioration choue. Dans ce cas, la qualit de l'objet sera rduite de 1. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Minerai : cuivre magique Combin un parchemin de bndiction, ce minerai vous permet de crer un parchemin de guerre chez le forgeron. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Anneau d'exp.(iCaf) Augmente les gains d'EXP de 20% d'un joueur d'un CyberCaf. +72502 Gants de voleur (iCaf) La quantit d'objets lchs est multiplie par 1,5 pour un joueur d'un CyberCaf. +72701 Bottes du vent Augmentez votre vitesse de 30 lorsqu'elles sont vos pieds. +72703 Boucles en os de tigre Votre valeur d'attaque est augmente de 200 points pendant 2 heures (le temps n'est dcompt que lorsque l'objet est port). Cet objet n'est pas ngociable. +72704 Boucles en os de dragon Votre valeur de dfense est augmente de 200 points pendant 2 heures (le temps n'est dcompt que lorsque l'objet est port). Cet objet n'est pas ngociable. +72705 Bracelet os de tigre Les dgts infligs avec vos capacits seront augments de 15% pendant 2 heures (le temps n'est dcompt que lorsque l'objet est port). Cet objet n'est pas ngociable. +72706 Bracelet os de Dragon Votre dfense contre les dgts infligs avec des capacits sera augmente de 15 % pendant 2 heures (le temps n'est dcompt que lorsque l'objet est port). Cet objet n'est pas ngociable. +72723 lixir du soleil (p) Rgnre automatiquement vos PV. Contient 1.000.000 PV. +72724 lixir du soleil (m) Rgnre automatiquement vos PV. Contient 3.000.000 PV. +72725 lixir du soleil (g) Rgnre automatiquement vos PV. Contient 7.000.000 PV. +72726 lixir du soleil (sp) Rgnre automatiquement vos PV. Contient 10000000 PV. Cet objet peut tre vendu. +72727 lixir de la lune (p) Rgnre automatiquement vos PM. Contient 100.000 PM. +72728 lixir de la lune (m) Rgnre automatiquement vos PM. Contient 300.000 PM. +72729 lixir de la lune (g) Rgnre automatiquement vos PM. Contient 700.000 PM. +72730 lixir de la lune (sp) Rgnre automatiquement vos PM. Contient 1.000.000 PM. Cet objet peut tre vendu. +73001 C. courte hirsute(rouge) Une coiffure pour guerrier qui offre un look poustouflant +73002 C. courte hirsute(clair) Une coiffure qui offre un super look pour guerrier +73003 C. courte hirs.(bleu) Une coiffure qui offre un look poustouflant aux guerriers +73004 C. courte hirsute (brun) Une coiffure qui offre un look poustouflant aux guerriers +73005 Bandeau Une coiffure pour guerrier maintenue avec lgance +73006 Bandeau Une coiffure pour guerrier maintenue avec lgance +73007 Bandeau Une coiffure pour guerrier maintenue avec lgance +73008 Bandeau Une coiffure pour guerrier maintenue avec lgance +73009 Cheveux longs (noir) Une coiffure pour guerriers qui offre un fort charisme +73010 Cheveux longs (rouge) Une coiffure pour guerrier qui offre un fort charisme +73011 Cheveux longs (brun) Une coiffure pour guerrier qui offre un fort charisme +73012 Cheveux longs (vert) Une coiffure pour guerrier qui offre un fort charisme +73251 Queue de cheval (brun) De longs cheveux attachs en arrire. +73252 Queue de cheval (vert) De longs cheveux attachs en arrire. +73253 Queue de cheval (bleu) De longs cheveux attachs en arrire. +73254 Queue de cheval (clair) De longs cheveux attachs en arrire. +73255 Coupe aux paules(rouge) Les cheveux arrivent jusqu'aux paules. +73256 Coupe aux paules(brun) Les cheveux arrivent jusqu'aux paules. +73257 Coupe aux paules(clair) Les cheveux arrivent jusqu'aux paules. +73258 Coupe aux paules(mauve) Les cheveux arrivent jusqu'aux paules. +73259 Coupe courte (rouge) Une coupe courte pratique qui a quelque chose de menaant. +73260 Coupe courte (bleu) Une coupe courte pratique qui a quelque chose de menaant. +73261 Coupe courte (noir) Une coupe courte pratique qui a quelque chose de menaant. +73262 Coupe courte (blonde) Une coupe courte pratique qui a quelque chose de menaant. +73501 Coupe sportive (clair) Coiffure dynamique pour suras +73502 Coupe sportive (brun) Coiffure dynamique pour suras +73503 Coupe sportive (blond) Coiffure dynamique pour suras +73504 Coupe sportive (vert) Coiffure dynamique pour suras +73505 Coupe respect. (blanc) Coiffure Sura de caractre pour cheveux longs. +73506 Coupe respect. (rouge) Coiffure pour sura qui donne un aspect fort et indpendant +73507 Coupe respectable (noir) Coiffure pour sura qui donne un aspect fort et indpendant +73508 Coupe respect. (lilas) Coiffure pour sura qui donne un aspect fort et indpendant +73509 C. libres styls(blanc) Coiffure pour sura avec une tresse +73510 C. libres styls(bleu) Coiffure pour sura avec une tresse +73511 C. libres styls (noir) Coiffure avec une tresse pour sura +73512 C. libres styls (brun) Coiffure avec une tresse pour sura +73751 Ep. chev. papillon(brun) Une coiffure lgamment releve pour chamane. +73752 Ep. chev. papillon(noir) Une coiffure lgante, cheveux attachs. +73753 Ep. Chev. papillon(bleu) Une coiffure lgante, cheveux attachs. +73754 Ep. chev.papillon(blanc) Une coiffure lgamment releve pour chamane +73755 Cheveux mi-longs (brun) Coiffure lgante de chamane +73756 Cheveux mi-longs (noir) Coiffure lgante de chamane +73757 Cheveux mi-longs (blond) Coiffure lgante, aux cheveux lisses. +73758 Cheveux mi-longs(violet) Coiffure lgante de chamane +73759 Coupe semi-courte(brun) Cheveux longs pour guerrier coiffs traditionnellement. +73760 Coupe semi-courte(jaune) Cheveux longs coiffs traditionnellement. +73761 Coupe semi-courte(lilas) Cheveux longs pour chamane coiffs traditionnellement. +73762 Coupe semi-courte (brun) Cheveux longs pour chamane coiffs traditionnellement. +74001 C. courte hirsute(rouge) Une coiffure qui vous donnera une allure marquante. +74002 C. courte hirsute(clair) Une coiffure qui vous donnera une allure marquante. +74003 C. courte hirs.(blue) Une coiffure qui vous donnera une allure marquante. +74004 C. courte hirsute (brun) Une coiffure qui vous donnera une allure marquante. +74005 Bandeau (rouge) Des cheveux bruns, courts, avec un bandeau rouge (jusqu' +20% de dgts contre les guerriers). +74006 Bandeau (brun) Des cheveux blonds, courts, avec un bandeau clair. +74007 Bandeau (bleu) Des cheveux bleus, courts, avec un bandeau brun. +74008 Bandeau (vert) Des cheveux verts, courts, avec un bandeau vert. +74009 Cheveux longs (noir) Une coiffure qui vous donnera une allure impressionnante. +74010 Cheveux longs (rouge) Une coiffure qui vous donnera une allure impressionnante. +74011 Cheveux longs (brun) Une coiffure qui vous donnera une allure impressionnante. +74012 Cheveux longs(vert) Une coiffure qui vous donnera une allure impressionnante. +74013 Coupe afro (guerrier) Confre aux guerriers un bonus de PV de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +74014 Coupe afro (guerrier) Confre aux guerriers un bonus de PM de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +74015 Casque samoura (gu/h) Confre aux guerriers un bonus de PV de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +74016 Casque samoura (gu/h) Confre aux guerriers un bonus de PM de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +74017 Fez pour guerrier Une coiffe rouge pour les guerriers. +10% de rsistance aux dgts contre les monstres. +74018 Keffieh pour guerriers Une coiffe pour guerriers (dure 7 jours). +74019 Turban pour guerrier Une coiffe pour guerrier faite d'un tissu de grande qualit. (dure : 7 jours). +74020 Masque citr. guerrier Un masque pour guerrier en forme de citrouille. Ses caractristiques et sa dure sont tablis alatoirement. Il remplace la coiffure existante. +74251 Queue de cheval (brun) De longs cheveux bruns tresss, une coiffure trs apprcie des femmes. +74252 Queue de cheval (vert) De longs cheveux verts tresss, une coiffure trs apprcie des femmes. +74253 Queue de cheval (bleu) De longs cheveux bleus tresss, une coiffure trs apprcie des femmes. +74254 Queue de cheval (ivoire) De longs cheveux clairs tresss, une coiffure trs apprcie des femmes. +74255 Coupe aux paules(rouge) Une coiffure originale et insolente. +74256 Coupe aux paules (brun) Une coiffure originale et insolente. +74257 Coupe aux paules(clair) Une coiffure originale et insolente. +74258 Coupe aux paules(mauve) Une coiffure originale et insolente. +74259 Coupe courte (rouge) Des cheveux rouges dgrads faon ninja. +74260 Coupe courte (bleu ciel) Des cheveux bleus dgrads faon ninja. +74261 Coupe courte (noir) Des cheveux noirs dgrads faon ninja. +74262 Coupe courte (jaune) Des cheveux blonds dgrads faon ninja. +74263 Coupe afro (ninja/f) Confre aux femmes ninja un bonus de PV de 1%. Remplace votre coiffure actuelle (dure: 7 jours). +74264 Coupe afro (ninja/f) Confre aux femmes ninja un bonus de PM de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +74265 Chapeau fleuri (ninja/f) Confre aux femmes ninja un bonus de PV de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +74266 Chapeau fleuri (ninja/f) Confre aux femmes ninja un bonus de PM de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +74267 Foulard (ninja/f) Un foulard en tissu prcieux pour les femmes ninja. (dure : 7 jours). +74268 Foulard dsert (ninja/f) Un foulard du dsert pour femmes ninja, fait d'un tissu prcieux. (dure : 7 jours). +74269 Turban (ninja/f) Une coiffe pour les femmes ninja, faite d'un tissu de grande qualit. (dure : 7 jours). +74270 Masque citr. ninja (f) Un masque pour femme ninja en forme de citrouille. Ses caractristiques et sa dure sont tablis alatoirement. Il remplace la coiffure existante. +74501 Coupe sportive (clair) Une coiffure courte donnant un style militaire. +74502 Coupe sportive (brun) Une coiffure courte donnant un style militaire. +74503 Coupe sportive (blond) Une coiffure courte donnant un style militaire. +74504 Coupe sportive (vert) Une coiffure courte donnant un style militaire. +74505 Coupe respect. (blanc) Une coiffure qui fait ressortir votre personnalit. +74506 Coupe respect. (rouge) Une coiffure qui fait ressortir votre personnalit. +74507 Coupe respectable (noir) Une coiffure qui fait ressortir votre personnalit. +74508 Coupe respect. (lilas) Une coiffure qui fait ressortir votre personnalit. +74509 Longue natte (blanc) Une natte l'ancienne, autrefois symbole de richesse. +74510 C. libres styls(bleu) Une natte l'ancienne, autrefois symbole de richesse. +74511 C. libres styls (noir) Une natte l'ancienne, autrefois symbole de richesse. +74512 C. libres styls (brun) Une natte l'ancienne, autrefois symbole de richesse. +74513 Coupe afro (sura/h) Confre un Sura homme un bonus de PV de 1%. Remplace votre coiffure actuelle (dure: 7 jours). +74514 Coupe afro (sura/h) Confre un Sura homme un bonus de PM de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +74515 Casque samoura Sura (h) Confre un Sura homme un bonus de PV de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +74516 Casque samoura Sura (h) Confre un Sura homme un bonus de PM de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +74517 Fez pour Sura (h) Une coiffe rouge pour les Suras hommes. (dure : 7 jours). +74518 Keffieh pour Sura (h) Un foulard pour les Suras hommes. (dure : 7 jours). +74519 Turban pour Sura (h) Un turban, taill dans une toffe prcieuse, pour les Suras hommes. (dure : 7 jours). +74520 Masque citr. sura (h) Un masque pour sura en forme de citrouille. Ses caractristiques et sa dure sont tablis alatoirement. Il remplace la coiffure existante. +74751 Coiffure noble (brun) Un chignon lgant tenu par une pingle cheveux en forme de papillon. +74752 Coiffure noble (noir) Un chignon lgant tenu par une pingle cheveux en forme de papillon. +74753 Ep. Chev. papillon(bleu) Un chignon lgant tenu par une pingle cheveux en forme de papillon. +74754 Ep. chev.papillon(blanc) Un chignon lgant tenu par une pingle cheveux en forme de papillon. +74755 Cheveux mi-longs (brun) Une coiffure lgante de chamane. +74756 Cheveux mi-longs (noir) Une coiffure lgante de chamane. +74757 Cheveux mi-longs (blond) Une coiffure lgante de chamane. +74758 Cheveux mi-longs(violet) Une coiffure lgante de chamane. +74759 Coiffure tradit. (clair) Une coupe fminine avec de longs cheveux dgrads. +74760 Coiffure tradit. (clair) Une coupe fminine avec de longs cheveux dgrads. +74761 Coupe tradit. (violet) Une coupe fminine avec de longs cheveux dgrads. +74762 Coupe tradit. (rouge) Une coupe fminine avec de longs cheveux dgrads. +74763 Afro pour chamane (f) Confre une chamane un bonus de PV de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +74764 Afro pour chamane (f) Confre une chamane un bonus de PM de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +74765 Chapeau fleuri (ch/f) Confre une chamane un bonus de PV de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +74766 Chapeau fleuri (ch/f) Confre une chamane un bonus de PM de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +74767 Foulard (chamane/f) Un foulard pour femmes chamanes, taill dans un tissu prcieux. (dure : 7 jours). +74768 Foulard dsert (ch/f) Un foulard du dsert pour femmes chamanes, taill dans un tissu prcieux. (dure : 7 jours). +74769 Turban pour chamane (f) Un turban pour les femmes chamanes, taill dans un tissu de grande qualit. (dure : 7 jours). +74770 Masque citr. chamane (f) Un masque pour femme chamane en forme de citrouille. Ses caractristiques et sa dure sont tablis alatoirement. Il remplace la coiffure existante. +75001 Coupe la mode (rouge) Une coupe dans un nuance de rouge en vogue, les cheveux tenus par un bandeau. +75002 Coupe la mode (claire) Une coupe dans un nuance claire en vogue, les cheveux tenus par un bandeau. +75003 Coupe la mode (bleu) Une coupe dans un nuance de bleu en vogue, les cheveux tenus par un bandeau. +75004 Coupe la mode (brun) Une coupe dans un nuance chtain en vogue, les cheveux tenus par un bandeau. +75005 Bandeau (brun) Une coupe bouriffe, maintenue en place par un bandeau. +75006 Bandeau (blond) Une coupe bouriffe, maintenue en place par un bandeau. +75007 Bandeau (bleu) Une coupe bouriffe, maintenue en place par un bandeau. +75008 Bandeau (vert) Une coupe bouriffe, maintenue en place par un bandeau. +75009 Cheveux longs (noir) De magnifiques cheveux noirs. +75010 Cheveux longs (rouge) De magnifiques cheveux rouges. +75011 Cheveux longs (brun) De magnifiques cheveux chtains. +75012 Cheveux longs (vert) De magnifiques cheveux verts. +75013 Coupe afro (guerrire) Confre une guerrire un bonus de PV de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +75014 Coupe afro (guerrire) Confre une guerrire un bonus de PM de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +75015 Chapeau fleuri (gu/f) Confre une guerrire un bonus de PV de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +75016 Chapeau fleuri (gu/f) Confre une guerrire un bonus de PM de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +75017 Foulard pour guerrire Un foulard pour les guerrires, taill dans un tissu trs prcieux. (dure : 7 jours). +75018 Foulard dsert (gu/f) Un foulard du dsert pour les guerrires, taill dans un tissu prcieux. (dure : 7 jours). +75019 Turban pour guerrire Un turban pour les guerrires, taill dans un tissu prcieux. (dure : 7 jours). +75020 Masque citr. guerrire Un masque pour guerrire en forme de citrouille. Ses caractristiques et sa dure sont tablis alatoirement. Il remplace la coiffure existante. +75201 Queue de cheval (brun) Une coiffure o les cheveux sont attachs en arrire. +75202 Queue de cheval (vert) Une coiffure o les cheveux sont attachs en arrire. +75203 Queue de cheval (bleu) Une coiffure o les cheveux sont attachs en arrire. +75204 Queue de cheval (clair) Une coiffure o les cheveux sont attachs en arrire. +75205 Coupe aux paule (rouge) Une coiffure dcente avec un bandeau blanc. +75206 Coupe aux paules (brun) Une coiffure dcente avec un bandeau vert. +75207 Coupe aux paules(clair) Une coiffure dcente avec un bandeau clair. +75208 Coupe aux paules(mauve) Une coiffure dcente avec un bandeau rouge. +75209 Coupe courte (rouge) Une coiffure donnant un air sinistre. +75210 Coupe courte (bleu) Une coiffure donnant un air sinistre. +75211 Coupe courte (noir) Une coiffure donnant un air sinistre. +75212 Coupe courte (blond) Une coiffure donnant un air sinistre. +75213 Afro pour ninja (h) Confre un ninja homme un bonus de PV de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +75214 Afro pour ninja (h) Confre un ninja homme un bonus de PM de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +75215 Casque samoura (Ni/h) Confre un ninja homme un bonus de PV de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +75216 Casque samoura (ni/h) Confre un ninja homme un bonus de PM de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +75217 Fez pour ninja (h) Un coiffe rouge pour les ninjas hommes. (dure : 7 jours). +75218 Keffieh pour ninja (h) Un coiffe pour les ninjas hommes. (dure : 7 jours). +75219 Turban pour ninja (h) Un turban pour les ninjas hommes, taill dans un tissu prcieux. (dure : 7 jours). +75220 Masque citr. ninja (h) Un masque pour ninja en forme de citrouille. Ses caractristiques et sa dure sont tablis alatoirement. Il remplace la coiffure existante. +75401 Coupe sportive (clair) Une coiffure extravagante, typique des femmes Suras. +75402 Coupe sportive (brun) Une coiffure extravagante, typique des femmes Suras. +75403 Coupe sportive (blond) Une coiffure extravagante, typique des femmes Suras. +75404 Coupe sportive (vert) Une coiffure extravagante, typique des femmes Suras. +75405 Coupe respect. (blanc) De longs cheveux, blancs comme neige, au style particulier. +75406 Coupe respect. (rouge) De longs cheveux rouges au style particulier. +75407 Coupe respect. (noir) De longs cheveux, noirs comme l'bne, au style particulier. +75408 Coupe respect. (violet) De longs cheveux violets au style particulier. +75409 Longue natte (blanc) Une natte complique. +75410 Longue natte (bleue) Une natte complique. +75411 Longue natte (noir) Une natte complique. +75412 Longue natte (brun) Une natte complique. +75413 Coupe afro (sura/f) Confre aux femmes Sura un bonus de PV de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +75414 Coupe afro (sura/f) Confre aux femmes Sura un bonus de PM de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +75415 Chapeau fleuri (sura/f) Confre aux femmes Sura un bonus de PV de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +75416 Chapeau fleuri (sura/f) Confre aux femmes Sura un bonus de PM de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +75417 Foulard pour Sura (f) Un foulard pour Suras femmes, taill dans un tissu prcieux. (dure : 7 jours). +75418 Foulard dsert (sura/f) Un foulard du dsert pour femmes Sura, taill dans un tissu prcieux. (dure : 7 jours). +75419 Turban pour Sura (f) Un turban pour femmes Sura, taill dans un tissu prcieux. (dure : 7 jours). +75420 Masque citr. sura (f) Un masque pour femme sura en forme de citrouille. Ses caractristiques et sa dure sont tablis alatoirement. Il remplace la coiffure existante. +75601 Coiffure noble (brun) Une coupe moderne qui donne aux chamanes un air noble. +75602 Coiffure noble (noir) Une coupe moderne qui donne aux chamanes un air noble. +75603 Coiffure noble (bleu) Une coupe moderne qui donne aux chamanes un air noble. +75604 Coiffure noble (gris) Une coupe moderne qui donne aux chamanes un air noble. +75605 Cheveux mi-longs (brun) Des cheveux bruns, lisses et soyeux. +75606 Cheveux mi-longs (noir) Des cheveux noirs, lisses et soyeux. +75607 Cheveux mi-longs (blond) Des cheveux blonds, lisses et soyeux. +75608 Cheveux mi-longs(violet) Des cheveux violet, lisses et soyeux. +75609 Coiffure tradit. (brun) La coiffure traditionnelle des guerriers : les cheveux bruns sont tresss. +75610 C. traditionnelle(clair) La coiffure traditionnelle des guerriers: les cheveux clairs sont tresss. +75611 C.traditionnelle(violet) La coiffure traditionnelle des guerriers : les cheveux violets sont tresss. +75612 C. traditionnelle(rouge) La coiffure traditionnelle des guerriers : les cheveux rouges sont tresss. +75613 Coupe afro (chamanes/h) Confre aux chamanes un bonus de PV de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +75614 Coupe afro (chamanes/h) Confre aux chamanes un bonus de PM de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +75615 Casque samoura (ch/h) Confre aux chamanes un bonus de PV de 1%. Remplace votre coiffure actuelle (dure : 7 jours). +75616 Casque samoura (ch/h) Confre aux chamanes un bonus de PM de 1 %. Remplace votre coiffure actuelle (dure : 7 jours). +75617 Fez pour chamane homme Une coiffe rouge pour chamanes hommes. (dure : 7 jours). +75618 Keffieh (chamane h) Une coiffe pour chamanes hommes. Protge contre les temptes de sable. (dure : 7 jours). +75619 Turban pour chamane (h) Une coiffe en tissu prcieux pour chamanes hommes. (dure : 7 jours). +75620 Masque citr. chamane (h) Un masque pour chamane en forme de citrouille. Ses caractristiques et sa dure sont tablis alatoirement. Il remplace la coiffure existante. +76000 Vin de fleur de pche Potion qui rgnrera immdiatement vos points de vie (PV) de 500 points. Ne peut tre vendue. +76001 Redistribution de statut L'utilisation de cet objet vous permet de redistribuer vos points de statistiques. Vous pouvez ainsi changer l'orientation de votre personnage. Ne peut tre vendu. +76002 Tte rduite Cette tte rduite de dmon ouvre le sceau vers le 3e niveau des catacombes du Diable. Ne peut tre vendue. +76003 Potion de clrit Cette potion diminue le temps de repos de 20 % pendant 30 minutes. Ne peut tre vendue. +76004 lixir de la lune (p) Rgnre automatiquement vos PM. Contient 10 000 PM. Ne peut tre vendu. +76005 lixir de la lune (m) Rgnre automatiquement vos PM. Contient 100 000 PM. Ne peut tre vendu. +76006 Compas du Metin Le compas indique la position de la pierre Metin la plus proche et plus il brille, plus vous vous rapprochez d'une pierre. Il peut tre activ 6 fois. Ne peut tre vendu. +76007 Cape de bravoure Une cape colore qui attire une kyrielle de monstres. Les guerriers s'en servaient autrefois pour prouver leur bravoure. Ne peut tre vendue. +76008 Mdaille du Dragon Vous protge contre la perte de points d'exprience lors de votre prochaine rsurrection. Ne peut tre vendu. +76009 Parchemin du Dieu Dragon limine le risque qu'un objet soit dtruit si son amlioration choue. Seule sa qualit diminue d'un niveau. De plus, la probabilit de succs est augmente de 10%. Ne peut tre vendu. +76010 Pierre de sang Cette pierre forme du sang de Bahar-Taraji vous permettra d'entrer dans la grotte de l'Exil. Ne peut tre vendue. +76011 Livre du chef Tant que le chef d'un groupe est quip de ce livre, tous les membres du groupe gagnent 30% de points d'exprience en plus. Ne peut tre vendu. +76012 Potion de vitesse Augmente votre vitesse de 60 durant 30 minutes. Ne peut tre vendue. +76013 Objet de renforcement(b) Avec un peu de chance, un de vos objets recevra un nouveau bonus (jusqu' max. 4 bonus). Objet du coffre de niveau, ne peut tre vendu. +76014 Objet enchant (b) Enlve les bonus d'un de vos objets et en ajoute de nouveaux. Objet du coffre de niveau, ne peut tre vendu. +76015 Orbe de bndiction Un orbe lgendaire de bndiction. L'orbe ajoute un attribut aux objets qui en possdent dj quatre. Ne peut tre vendu. +76016 Parchemin de Bndiction carte le risque qu'un objet soit dtruit si son amlioration choue. Dans ce cas, la qualit de l'objet sera rduite de 1. Ne peut tre vendu. +76017 Potion d'attaque +10 Augmente votre vitesse d'attaque de 10% durant 30 minutes. Ne peut tre vendue. +76018 Potion d'attaque +15 Augmente votre vitesse d'attaque de 15% durant 30 minutes. Ne peut tre vendue. +76019 Ticket Remettez ce ticket au gardien pour pouvoir pntrer l'tage suivant du Donjon aux araignes et de la Forteresse du dragon rouge. Ne peut tre vendu. +76020 lixir du chercheur Amliore la qualit des objets de recherche que vous avez collects, augmentant ainsi la probabilit qu'ils soient accepts. Ne peut tre vendu. +76021 lixir du soleil (p) Rgnre automatiquement vos PV. Contient 100000 PV. Ne peut tre vendu. +76022 lixir du soleil (m) Rgnre automatiquement vos PV. Contient 3 000 000 PV. Ne peut tre vendu. +76023 Sort vert Enlve les bonus de l'un de vos objets et en ajoute de nouveaux. Ne peut tre utilis que sur les armes et les armures de niveau gal ou infrieur 40. Objet du coffre de niveau, ne peut tre vendu. +76024 Force verte Ajoute avec un peu de chance un nouveau bonus l'un de vos objets (max. 4 bonus). Ne peut tre utilis que sur les armes et les armures de niveau gal ou infrieur 40. Objet du coffre de niveau, ne peut tre vendu. +80001 Bourse de monnaie Une bourse en cuir dj utilise. +80002 Papier vierge Un parchemin inutilis de bonne qualit +80008 Ppite d'or Une ppite d'or qui n'a jamais t retravaille par l'homme. Peut tre vendue dans les magasins pour une somme trs leve. +80014 Bon de DC (100) Bon d'une valeur de 100 Monnaies du Dragon. Peut tre vendu. +80015 Bon de DC (500) Bon d'une valeur de 500 Monnaies du Dragon. Peut tre vendu. +80016 Bon de DC (1000) Bon d'une valeur de 1000 Monnaies du Dragon. Peut tre vendu. +80017 Bon de DC (50) Bon d'une valeur de 50 Monnaies du Dragon. Peut tre vendu. +90001 Bouteille d'eau vide Une bouteille pour transporter de l'eau. Malheureusement, elle est vide. +90002 Bouteille d'eau Une bouteille pour transporter de l'eau. +90003 Cristal Un superbe diamant parfait qui scintille avec fascination au soleil. +90004 Gemme Une pierre de couleur qui est utilis comme ornement. +90005 Pierre d'Eau Une pierre dure et taille grossirement qui peut tre utilise comme arme ou ustensile de cuisine. +90006 Pierre d'Esprit Cette pierre, additionne a une arme ou une armure, augmente la qualit de ces dernires. +90007 Minerai Il y a environ 4000 minraux qui compose le cristal, ce qui permet d'avoir diffrentes formes et couleurs. +90010 Pierre de fondation Matriel de construction pour les btiments de Guilde +90011 Tronc Matriel de construction pour les btiments de Guilde +90012 Contreplaqu Matriel de construction pour les btiments de Guilde +90013 diff --git a/bin/pack/locale_fr/locale/fr/jobdesc_assassin.txt b/bin/pack/locale_fr/locale/fr/jobdesc_assassin.txt new file mode 100644 index 00000000..79b7fcc6 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/jobdesc_assassin.txt @@ -0,0 +1,16 @@ +[DELAY value;10] +Les Ninjas sont des tueurs[ENTER] +professionnels toujours[ENTER] +capables d'attaquer sans le[ENTER] +moindre bruit. Pour garantir[ENTER] +leur agilit et leur[ENTER] +[WAIT] +vitesse, ils ne portent que[ENTER] +de trs lgres protections[ENTER] +et armures. Selon leur[ENTER] +spcialisation, les Ninjas[ENTER] +peuvent devenir des Matres[ENTER] +[WAIT] +dans l'utilisation de la[ENTER] +dague ou des tireurs[ENTER] +d'lite avec leur arc. \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/jobdesc_shaman.txt b/bin/pack/locale_fr/locale/fr/jobdesc_shaman.txt new file mode 100644 index 00000000..b092c0b2 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/jobdesc_shaman.txt @@ -0,0 +1,14 @@ +[DELAY value;10] +Les chamanes sont des sages[ENTER] +utilisant les sorts et la[ENTER] +magie. Dans les batailles et[ENTER] +auprs de leurs amis, leurs[ENTER] +aptitudes occultes sont trs[ENTER] +[WAIT] +efficaces. En se[ENTER] +spcialisant les chamanes[ENTER] +peuvent aussi renforcer[ENTER] +leurs attaques ou apporter[ENTER] +des soins et soutenir les[ENTER] +[WAIT] +sorts. \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/jobdesc_sura.txt b/bin/pack/locale_fr/locale/fr/jobdesc_sura.txt new file mode 100644 index 00000000..b3e0b383 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/jobdesc_sura.txt @@ -0,0 +1,20 @@ +[DELAY value;10] +Les Suras sont des[ENTER] +combattants ayant reu des[ENTER] +pouvoirs magiques[ENTER] +lorsqu'ils acceptrent de[ENTER] +laisser la graine du Mal[ENTER] +[WAIT] +pousser dans leurs bras. Ils[ENTER] +sont ainsi capables de[ENTER] +manier avec dextrit leur[ENTER] +pe au combat rapproch ou[ENTER] +de provoquer des dommages [ENTER] +[WAIT] +distance l'ennemi grce [ENTER] +la magie. En se spcialisant[ENTER] +ils peuvent amliorer leurs[ENTER] +sorts offensifs ou recevoir[ENTER] +d'autres sorts[ENTER] +[WAIT] +d'amlioration. \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/jobdesc_warrior.txt b/bin/pack/locale_fr/locale/fr/jobdesc_warrior.txt new file mode 100644 index 00000000..3bea4b31 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/jobdesc_warrior.txt @@ -0,0 +1,21 @@ +[DELAY value;10] +Au combat rapproch, les[ENTER] +Guerriers jouent un rle de[ENTER] +premier ordre grce leurs[ENTER] +comptences et leurs lourdes[ENTER] +Armure. Ils rvent d'un[ENTER] +[WAIT] +corps et d'un esprit aussi[ENTER] +dur que l'acier.[ENTER] +[ENTER] +En fonction de la voie dans[ENTER] +laquelle ils se[ENTER] +[WAIT] +spcialisent, ils peuvent[ENTER] +causer des dommages[ENTER] +considrables au moyen[ENTER] +d'armes deux mains ou[ENTER] +tenir en chec leurs ennemis[ENTER] +[WAIT] +avec leur pe et leur[ENTER] +bouclier. \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/locale_game.txt b/bin/pack/locale_fr/locale/fr/locale_game.txt new file mode 100644 index 00000000..5ef12abd --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/locale_game.txt @@ -0,0 +1,817 @@ +AFF_LOVE_POINT Point d'amour : %d%% +ALIGNMENT_NAME Points de grade : +ATTACK_ERROR_UNKNOWN Erreur d'attaque inconnue : %s +CANNOT_ATTACK_DEST_IN_SAFE L'adversaire est trop loin. +CANNOT_ATTACK_SELF_IN_SAFE Je ne peux pas attaquer. +CANNOT_EQUIP_IN_EXCHANGE Vous ne pouvez pas changer d'quipement pendant un change. +CANNOT_EQUIP_IN_SHOP Vous ne pouvez pas changer d'quipement pendant une transaction. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA Vous ne pouvez pas ouvrir un magasin dans un espace public. +CANNOT_SHOOT_DEST_IN_SAFE L'adversaire est trop loin. +CANNOT_SHOOT_EMPTY_ARROW J'ai besoin d'une flche. +CANNOT_SHOOT_SELF_IN_SAFE Je ne peux pas attaquer l'adversaire d'ici. +CANNOT_SKILL_APPROACH Je suis sr que je ne peux pas aller au contact. +CANNOT_SKILL_ATTACK Je ne peux pas attaquer a. +CANNOT_SKILL_DEST_IN_SAFE L'ennemi est trop loign. +CANNOT_SKILL_EQUIP_FISHING_ROD J'ai besoin d'une canne pche. +CANNOT_SKILL_HAVE_TO_RIDE Je dois avoir un cheval avant de pouvoir utiliser ceci. +CANNOT_SKILL_NEED_EMPTY_BOTTLE Je n'ai pas de bouteille vide. +CANNOT_SKILL_NEED_POISON_BOTTLE Je n'ai pas de fiole de poison. +CANNOT_SKILL_NEED_TARGET Qui est la cible ? +CANNOT_SKILL_NOT_ENOUGH_HP Je n'ai pas assez de PV! +CANNOT_SKILL_NOT_ENOUGH_SP Je n'ai pas assez de PM ! +CANNOT_SKILL_NOT_HORSE_SKILL Je ne peux pas utiliser ceci pendant que je suis cheval. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON Vous ne pouvez pas utiliser cette comptence avec cette arme.. +CANNOT_SKILL_NOT_YET_LEARN Vous n'avez pas appris cette comptence. +CANNOT_SKILL_ONLY_FOR_ALLIANCE Ceci n'affecte que les membres du Groupe. +CANNOT_SKILL_ONLY_FOR_CORPSE Ceci n'affecte que les personnages morts. +CANNOT_SKILL_REMOVE_FISHING_ROD Je ne peux pas utiliser cette comptence avec une canne pche. +CANNOT_SKILL_SELF_IN_SAFE Je ne peux pas attaquer d'ici. +CANNOT_SKILL_USE_SELF Je ne peux pas utiliser ceci sur moi. +CANNOT_SKILL_WAIT_COOLTIME Je ne peux pas utiliser cette comptence maintenant. +CANNOT_USE Vous ne pouvez pas utiliser ceci. +CANNOT_WHISPER_DEST_REFUSE %s a bloqu les chuchotements. SA +CANNOT_WHISPER_NOT_LOGON %s n'est pas en ligne. SA +CANNOT_WHISPER_SELF_REFUSE Vous ne pouvez pas chuchoter lorsque vous avez bloqu cette option. SNA +CHANNEL Canal +CHANNELING_CANNOT_LOGOUT Vous ne pouvez pas retourner la fentre d'enregistrement. +CHANNEL_EMPTY_SERVER Pas de serveur +CHANNEL_NORMAL Canal %d +CHANNEL_NOTIFY_FULL Ce chan est actuellement complet ! Veuillez en slectionner un autre. +CHANNEL_NOT_FIND_INFO Aucune information sur ce canal n'a pu tre trouve. +CHANNEL_PVP Duel libre +CHANNEL_SELECT_CHANNEL Choisissez un canal. +CHANNEL_SELECT_REGION Choisissez une rgion pour mettre une facture. +CHANNEL_SELECT_SERVER Choisissez le serveur. +CHANNEL_TEST_SERVER Test serveur +CHANNEL_TEST_SERVER_ADDR Test %s:%d +CHAT_ALL Tous +CHAT_BLOCK Bloquer +CHAT_GUILD Guilde +CHAT_INFORMATION Info +CHAT_INSULT_STRING Cette phrase contient des mots invalides +CHAT_LOG Voir les anciens messages [L] +CHAT_LOG_TITLE Protocole du tchat +CHAT_NORMAL Normal +CHAT_NOTICE Annonce +CHAT_PARTY Groupe +CHAT_SEND_CHAT Envoyer discussion +CHAT_SEND_MEMO Envoyer chuchotement [Shift+Entre] +CHAT_SHOUT Gnral +CHAT_SHOUT_LIMIT Vous ne pouvez parler qu'une fois toutes les 15 secondes +CHAT_WHISPER Chuchotement +CREATE_ERROR_GM_NAME Vous n'tes pas autoris utiliser ,GM dans le nom de votre personnage. +CREATE_ERROR_INSULT_NAME Ce nom n'est pas valide. +CREATE_EXIST_SAME_NAME Un autre personnage porte dj ce nom. +CREATE_FAILURE Vous ne pouvez pas crer ce personnage. +CREATE_GM_NAME GM +CREATE_INPUT_NAME Entrez le nom +CREATE_PLUS_STAT Il y a encore des points de caractristiques restants. +DAY Jours +DO_YOU_BUY_ITEM1 Voulez-vous acheter %s pour %s. +DO_YOU_BUY_ITEM2 Voulez-vous acheter%s pour %s %s. +DO_YOU_DROP_MONEY Voulez-vous abandonner %d Yangs ? +DO_YOU_SELL_ITEM1 Voulez-vous vendre %s pour %s. +DO_YOU_SELL_ITEM2 Voulez-vous vendre %s %s pour %s. +DRAGON_SOUL_CANNOT_REFINE Vous ne pouvez pas raffiner cette pierre-dragon. +DRAGON_SOUL_CANNOT_REFINE_MORE Cette pierre-dragon a dj atteint le niveau le plus lev. +DRAGON_SOUL_EQUIP_WARNING1 Il est difficile de dessertir une pierre-dragon. +DRAGON_SOUL_EQUIP_WARNING2 Souhaitez-vous tout de mme continuer? +DRAGON_SOUL_EXPIRED Pierre-dragon vide +DRAGON_SOUL_INVALID_DRAGON_SOUL C'est la mauvaise pierre-dragon. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL Ce n'est pas une pierre-dragon. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE Ce n'est pas la bonne pierre-dragon. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL Vous n'avez pas suffisamment de matriel pour un raffinage. +DRAGON_SOUL_NOT_MATCHED_SLOT La pierre-dragon ne rentre pas dans cet emplacement. +DRAGON_SOUL_STEP_LEVEL1 Puret: mate. +DRAGON_SOUL_STEP_LEVEL2 Puret: claire. +DRAGON_SOUL_STEP_LEVEL3 Puret: pure la loupe. +DRAGON_SOUL_STEP_LEVEL4 Puret: brillante. +DRAGON_SOUL_STEP_LEVEL5 Puret: excellente. +DRAGON_SOUL_STRENGTH Niveau: +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 La pierre-dragon risque d'tre dtruite. +DRAGON_SOUL_UNEQUIP_WARNING2 Souhaitez-vous tout de mme continuer? +DRAGON_SOUL_UNMATCHED_SLOT C'est le mauvais emplacement. +DRAGON_SOUL_UNQUALIFIED Vous ne pouvez pas encore utiliser l'alchimie des pierres-dragons. +DROP_ITEM_FAILURE_EQUIP_ITEM Vous ne pouvez pas abandonner un objet quip. +DROP_ITEM_FAILURE_PRIVATE_SHOP Vous ne pouvez pas abandonner d'objet pendant que votre magasin priv est ouvert. +DROP_MONEY_FAILURE_1000_OVER Vous ne pouvez abandonner qu'un maximum de 999 Yangs. +EMOTION_ANGRY Contrari +EMOTION_ATTRACTIVE Sduction +EMOTION_BANTER Moqueur +EMOTION_CHEERS_1 Jubilation 1 +EMOTION_CHEERS_2 Jubilation 2 +EMOTION_CHEERUP Jubilation +EMOTION_CHOOSE_ONE Choisissez une cible. +EMOTION_CLAP Applaudissements +EMOTION_CLAP_KISS Bise +EMOTION_CONGRATULATION Approbation +EMOTION_DANCE_1 Danse 1 +EMOTION_DANCE_2 Danse 2 +EMOTION_DANCE_3 Danse 3 +EMOTION_DANCE_4 Danse 4 +EMOTION_DANCE_5 Danse 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE Pardon +EMOTION_FRENCH_KISS Baiser +EMOTION_JOY Joie +EMOTION_SAD Triste +EMOTION_SHY Rejet +EMOTION_SLAP Gifle +EMPIRE_A Empire Shinsoo +EMPIRE_B Empire Chunjo +EMPIRE_C Empire Jinno +EXCHANGE_CANNOT_GIVE Cet objet ne peut pas tre chang. +EXCHANGE_CANT_EDIT_MONEY Vous ne pouvez pas changer cette somme pour le moment. +EXCHANGE_FAILURE_EQUIP_ITEM Vous ne pouvez pas changer un objet quip. +EXCHANGE_MONEY Somme +EXCHANGE_TITLE Echanger avec %s +FISHING_FAILURE Vous perdez l'appt. +FISHING_NOTIFY1 il semble %s est accroch. +FISHING_NOTIFY2 Il semble que %s a/ont t attrap(s). +FISHING_SUCCESS1 Vous avez captur %s! +FISHING_SUCCESS2 Vous avez tir %s hors de l'eau ! +FISHING_UNKNOWN a a mordu, mais vous ignorez ce qu'il y a au bout de la ligne. +FISHING_WRONG_PLACE Je ne peux pas pcher ici. +FOR_FEMALE pour Femme +FOR_MALE pour Homme +GAME_CANNOT_MINING Vous ne pouvez pas extraire de minerai en tant cheval. +GAME_CANNOT_PICK_ITEM Vous ne pouvez pas ramasser cet objet, car vous ne l'avez pas gagn. +GAME_INIT_ERROR_CURSOR Le curseur n'a pas pu tre tabli. +GAME_INIT_ERROR_DIRECTX DirectX 8.1 doit tre install afin que le jeu fonctionne.\nInstallez DirectX 8.1 ou une version suprieure. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE Aucune caractristique graphique n'a t trouve.\nVrifiez que votre carte VGA est correctement installe. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST Les caractristiques graphiques n'ont pas pu tre tablies.\nVrifiez que vous possdez bien une carte VGA.\nAutrement, vous pouvez activer l'acclration matrielle.\n(Placez le curseur Acclration matrielle sur Complte\nPanneau de configuration->Affichage->Paramtres->Avancs->onglet Dpannage) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT La carte graphique de l'ordinateur ne supporte le mode fentre en Mode 32bit.\nPassez en Mode 16bit ou utilisez le mode plein cran. +GAME_INIT_ERROR_ITEM_PROTO Pas de donnes d'objets.\nVeuillez rinstaller le jeu. +GAME_INIT_ERROR_MAIN_WINDOW Mainframe n'a pu tre tabli. +GAME_INIT_ERROR_MOB_PROTO Pas de donnes de monstres.\nVeuillez rinstaller le jeu. +GAME_INIT_ERROR_NETWORK Les caractristiques Network n'ont pu tre tablies.\nVrifiez votre installation internet. +GAME_PICK_MONEY Vous avez reu %d Yangs. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT La hauteur est suprieure 128 Pixels. +GUILDMARK_UPLOADER_ERROR_12_HEIGHT La hauteur est infrieure 12 Pixels. +GUILDMARK_UPLOADER_ERROR_16_WIDTH La largeur est suprieure 16 Pixels. +GUILDMARK_UPLOADER_ERROR_64_WIDTH La largeur est infrieure 64 Pixels. +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT Le jeu ne supporte pas cette image. +GUILDMARK_UPLOADER_ERROR_PATH Dplacez cette donne dans le dossier metin2/upload. +GUILDMARK_UPLOADER_ERROR_SELECT Aucun fichier image choisi. +GUILDWAR_CTF_TITLE Drapeau captur. +GUILDWAR_NORMAL_TITLE Champ de bataille +GUILDWAR_QUESTION_LINE_1 La Guilde %s a dclar la guerre votre Guilde. +GUILDWAR_QUESTION_LINE_2 Acceptez vous ? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Combat en arne +GUILD_BUILDING_GRADE Grade +GUILD_BUILDING_NAME Nom du btiment +GUILD_CANNOT_HEAL_GSP_ANYMORE L'nergie de l'Esprit du Dragon est dj au maximum. +GUILD_COMMENT Ecrivez +GUILD_CREATE_ERROR_INSULT_NAME Nom de Guilde non valide +GUILD_DEFAULT_GRADE Membres de la Guilde +GUILD_DELETE Effacer +GUILD_DEPOSIT Dpt +GUILD_DO_YOU_HEAL_GSP Voulez-vous restaurer l'Esprit du Dragon pour %d Yangs %d? +GUILD_DO_YOU_JOIN , vous a invit. Rejoindre cette guilde ? +GUILD_EMPTY_AREA Territoire vide +GUILD_ENEMY_GUILD_NAME Nom de Guilde des ennemis +GUILD_FACILITY Btiment Externe +GUILD_GEM Gemme +GUILD_HEADQUARTER Btiment Principal +GUILD_HEAL_GSP Restaurer l'Esprit du Dragon +GUILD_INFO_ENEMY_GUILD_EMPTY Aucune +GUILD_MARK_NOT_ENOUGH_LEVEL Niveau min. requis : 4 +GUILD_NAME Nom de Guilde +GUILD_NOT_ENOUGH_MATERIAL Pas assez de ressources pour ce btiment. +GUILD_NOT_ENOUGH_MONEY Pas assez de Yangs pour ce btiment. +GUILD_NO_NOTICE_PERMISSION Vous n'avez pas les droits pour rdiger une annonce. +GUILD_OBJECT Objets +GUILD_OFFER_EXP Investir avec des XP +GUILD_SHORT_EXP Pas assez de points d'exprience. +GUILD_TILE_BASEINFO Informations de base +GUILD_TILE_BOARD Tableau noir +GUILD_TILE_GRADE Gestion des droits +GUILD_TILE_INFO Informations sur la Guilde +GUILD_TILE_MEMBER Membres de la Guilde +GUILD_TILE_SKILL Comptence de Guilde +GUILD_WAR_LIMIT_30MIN Temps : 30 Minutes +GUILD_WAR_REWARD_POTION Rcompense : le vainqueur reoit une potion/ +GUILD_WAR_USE_BATTLE_MAP Lieu : Arne de guerre des guildes +GUILD_WAR_USE_NORMAL_MAP Lieu : carte normale +GUILD_WAR_WIN_CHECK_SCORE Le plus haut rsultat gagne la guerre. +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Capturez le drapeau de l'ennemi +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 et ramenez-le votre base. +GUILD_WAR_WIN_WIPE_OUT_GUILD Battez tous les ennemis pour gagner +GUILD_WITHDRAW Retrait +GUILD_YOU_DO_NOT_JOIN Vous n'tes membre d'aucune guilde. +HORSE_HEALTH0 Mort +HORSE_HEALTH1 Affam. +HORSE_HEALTH2 A faim +HORSE_HEALTH3 Nourri +HORSE_LEVEL1 Cheval normal +HORSE_LEVEL2 Cheval de combat +HORSE_LEVEL3 Cheval militaire +HOUR heures +HOW_MANY_ITEM_DO_YOU_DROP1 Souhaitez-vous abandonner %s? +HOW_MANY_ITEM_DO_YOU_DROP2 Souhaitez-vous abandonner %s %d? +INPUT_MATRIX_CARD_NUMBER Entrez votre numro de carte Matrix +INPUT_MATRIX_CARD_TITLE Matrix Card +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Entrer le code d'effacement (voir dans options de compte). +INPUT_PRIVATE_CODE_DIALOG_TITLE Supprimer le personnage +INVENTORY_DO_NOT_PACK_WARP_SCROLL Role of Return cannot be combined. +INVENTORY_REALLY_USE_ITEM Voulez-vous utiliser cet objet ? +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Ninja dbutant +JOB_ASSASSIN1 Pouvoir des Ninjas +JOB_ASSASSIN2 Mort-vivant +JOB_SHAMAN Chamane +JOB_SHAMAN0 Chamane dbutant +JOB_SHAMAN1 Pouvoir du Dragon +JOB_SHAMAN2 Pouvoir de la Lumire +JOB_SURA Sura +JOB_SURA0 Sura dbutant +JOB_SURA1 Pouvoir de la Fe Morgane +JOB_SURA2 Pouvoir de la Magie noire +JOB_WARRIOR Guerrier +JOB_WARRIOR0 Guerrier dbutant +JOB_WARRIOR1 Pouvoir d'Arahan +JOB_WARRIOR2 Pouvoir des Partisans +LEFT_TIME Temps restant +LOGIN_CONNECT_FAILURE Erreur lors de la connection au serveur +LOGIN_CONNECT_SUCCESS Connexion au serveur en cours. +LOGIN_CONNETING Connexion au serveur en cours. +LOGIN_FAILURE_ALREAY Votre compte est dj connect. +LOGIN_FAILURE_BE_SAME_KEY Problme +LOGIN_FAILURE_BLOCK_ID Votre compte est banni +LOGIN_FAILURE_BLOCK_LOGIN Veuillez choisir un autre serveur ! +LOGIN_FAILURE_NOBILL Votre compte n'a pas de temps de jeu. +LOGIN_FAILURE_NOT_AVAIL Votre compte ne peut pas tre utilis. +LOGIN_FAILURE_NOT_EXIST_ID Compte ou mot de passe incorrect +LOGIN_FAILURE_REPAIR_ID Sur ce compte, les objets ont t restaurs +LOGIN_FAILURE_SHUTDOWN Le serveur n'est pour le moment pas ouvert +LOGIN_FAILURE_TOO_MANY_USER Vous ne pouvez pas vous connecter car trop de joueurs sont actuellement en ligne. +LOGIN_FAILURE_UNKNOWN Vous ne pouvez pas vous enregistrer vous des raisons inconnues. +LOGIN_FAILURE_WEB_BLOCK Vous avez t bloqu sur ce site. Veuillez consulter vos mails. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Vous avez entr un mauvais numro. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE Vous avez entr un mauvais numro trois fois. La connexion va tre perdue. +LOGIN_FAILURE_WRONG_PASSWORD Compte ou mot de passe incorrect +LOGIN_INPUT_ID Entrez le nom du compte +LOGIN_INPUT_PASSWORD Entrez le mot de passe +LOGIN_PROCESSING Connexion au compte en cours +MALL_CANNOT_INSERT Vous ne pouvez placer cet objet. +MALL_PASSWORD_TITLE Mot de passe +MAP_A1 Rgion de Yongan +MAP_A2 Valle de Seungryong +MAP_A3 Zone Jayan +MAP_AG Jungrang +MAP_B1 Zone Joan +MAP_B2 Valle d'Imji +MAP_B3 Zone Bokjung +MAP_BAY Baie de Nphrite +MAP_BG Waryong +MAP_C1 Zone Pyungmoo +MAP_C2 Valle de Bangsan +MAP_C3 Rgion de Bakra +MAP_CAPE Cap du Dragon de Feu +MAP_CG Imha +MAP_DAWN Falaise de Gautama +MAP_DESERT Dsert de Yongbi +MAP_FLAME Doyyumhwan +MAP_NUSLUCK Terre des Ogres +MAP_SKELTOWER Tour de Gumsan +MAP_SNOW Mont Sohan +MAP_SPIDER Kuahlo Dong +MAP_TEMPLE Temple de Hwang +MAP_THUNDER Montagnes fulgurantes +MAP_TREE Lungsam +MAP_TRENT02 Bois Rouge +MAP_WL Grande Valle +MESSENGER_ADD_FRIEND Ajouter un ami +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s vous a ajout comme ami +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Accepter ? +MESSENGER_DO_YOU_DELETE Supprimer ? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Voulez-vous supprimer le numro de tlphone ? +MESSENGER_DO_YOU_MOVE Voulez-vous y aller ? +MESSENGER_EMPTY_LIST Vide +MESSENGER_FAMILY Famille +MESSENGER_FRIEND Ami +MESSENGER_GUILD Guilde +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Entrez le numro de confirmation qui sera envoy pour votre numro de tlphone portable. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Entrez le numro de confirmation +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Entrez le numro de tlphone portable pour l'envoi d'un message textuel. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Souhaitez-vous entrer le numro maintenant ? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Entrez le numro de tlphone portable +MESSENGER_SEND_MOBILE_MESSAGE_TITLE Envoyer un message +MINIMAP Ouvrir Mini-carte +MINIMAP_CANNOT_SEE La mini carte ne peut pas tre affiche. +MINIMAP_CAN_NOT_SHOW_AREAMAP La carte gnrale ne peut pas tre affiche. +MINIMAP_DEC_SCALE Zoom arrire +MINIMAP_INC_SCALE Zoom avant +MINIMAP_OBSERVER_COUNT %d spectateurs +MINIMAP_SHOW_AREAMAP Carte gnrale +MINUTE Minutes +MONETARY_UNIT0 Yang +MONETARY_UNIT1 Dix mille +MONETARY_UNIT2 Cent million +MONEY_INPUT_DIALOG_SELLPRICE Prix de vente : +MOVE_ITEM_FAILURE_PRIVATE_SHOP Vous ne pouvez pas dplacer d'objet lorsque votre magasin priv est ouvert. +MUSIC_EMPTY_MUSIC_LIST Pas de musique de fond. +MUSIC_METIN2_DEFAULT_THEMA Musique standard Metin2 +MUSIC_NOT_SELECT_MUSIC Pas de fichier musique choisi. +NEEFD_REST Vous devez d'abord vous dtendre. +NOT_YET_SUPPORT N'est pas soutenu. +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE Vous ne pouvez pas activer le Mode guilde lorsque vous n'appartenez aucune guilde. +OPTION_PVPMODE_NOT_SUPPORT Vous ne pouvez pas choisir cette configuration en Mode PvP. +OPTION_PVPMODE_PROTECT Vous devez tre au moins de niveau %d pour utiliser le Mode PvP. +PARTY_BONUS_ATTACKER Valeur d'attaque : +%d SA +PARTY_BONUS_BERSERKER Vitesse d'attaque : +%d SA +PARTY_BONUS_BUFFER Dure comptence : +%d SA +PARTY_BONUS_DEFENDER Dfense : +%d SA +PARTY_BONUS_EXP Bonus EXP : %d%% SA +PARTY_BONUS_SKILL_MASTER PM max. : +%d SA +PARTY_BONUS_TANKER PV max. : +%d SA +PARTY_BREAK_UP Supprimer le Groupe +PARTY_DO_YOU_ACCEPT aimerait rejoindre le groupe. +PARTY_DO_YOU_JOIN vous a invit rejoindre son groupe. Accepter ? +PARTY_EXP_DISTRIBUTION_MODE Distribution par EXP +PARTY_EXP_DISTRIBUTION_MODE_LEVEL Selon niveau +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP Les membres de plus haut niveau reoivent plus d'EXP. +PARTY_EXP_DISTRIBUTION_MODE_PARITY Distribution gale +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Tous les membres du Groupe reoivent autant d'EXP. +PARTY_HEAL_ALL_MEMBER Restaure tout. +PARTY_INCREASE_AREA_150 L'cart le plus grand dans le Groupe atteint un facteur de 1,5. SNA +PARTY_INCREASE_AREA_200 L'cart le plus grand dans le Groupe atteint un facteur de 2. SNA +PARTY_LEAVE Quitter le Groupe +PARTY_LONGTIME_BONUS_EXP Bonus EXP pour un temps de jeu en groupe important : +%d%% SA +PARTY_MEMBER_OFFLINE [Dconnect] +PARTY_RECALL_MEMBER Appeler un Membre du Groupe +PARTY_REGEN_BONUS Bonus de rgnration PV + PM : +%d%% SA +PARTY_REQUEST_DENIED Votre demande a t rejete. +PARTY_SET_ATTACKER Dsigner comme Attaquant. +PARTY_SET_BERSERKER Dsigner comme Berserker. +PARTY_SET_BUFFER Dsigner comme Bloqueur. +PARTY_SET_DEFENDER Dsigner comme Dfenseur. +PARTY_SET_NORMAL Rtablir les paramtres. +PARTY_SET_SKILL_MASTER Dsigner comme Matre de comptence +PARTY_SET_TANKER Dsigner comme combattant au corps--corps. +PARTY_SKILL_ATTACKER Valeur d'attaque de base de l'Attaquant +%.0f +PARTY_SKILL_BERSERKER Vitesse d'attaque du Berserker +%.0f +PARTY_SKILL_BUFFER Dure comptence Bloqueur +%.0f +PARTY_SKILL_DEFENDER Dfense du Dfenseur +%.0f +PARTY_SKILL_HP_REGEN Rgnration des PV +%.0f%% +PARTY_SKILL_PARTY_AREA Rang du Groupe +%d%% +PARTY_SKILL_SKILL_MASTER PM max. Matre de la Comptence +%.0f +PARTY_SKILL_SP_REGEN Rgnration des PM +%.0f%% +PARTY_SKILL_TANKER PV max. combattant au corps--corps +%.0f +PARTY_SKILL_WARP Possibilit d'appeler des membres du Groupe +PASSWORD_TITLE Mot de passe de l'entrept +PICK_ITEM_TITLE Numro de l'objet +PICK_MONEY_TITLE Somme +PRIVATE_SHOP_CANNOT_SELL_ITEM Vous ne pouvez pas vendre cet objet dans un magasin. +PRIVATE_SHOP_CLOSE_QUESTION Souhaitez-vous fermer le magasin? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE Nom du magasin. +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Prix +PVP_LEVEL0 Chevalier +PVP_LEVEL1 Noble +PVP_LEVEL2 Bon +PVP_LEVEL3 Amical +PVP_LEVEL4 Neutre +PVP_LEVEL5 Agressif +PVP_LEVEL6 Retord +PVP_LEVEL7 Malicieux +PVP_LEVEL8 Cruel +PVP_MODE_GUILD Mode PvP - Guilde activ +PVP_MODE_KILL PvP - Libre activ +PVP_MODE_NORMAL PvP - Paix active. +PVP_MODE_PROTECT Protection PvP active. +PVP_MODE_REVENGE PvP - Hostile activ. +PVP_OPTION_KILL Libre +PVP_OPTION_NORMAL Paix +PVP_OPTION_PROTECT Protection +PVP_OPTION_REVENGE Hostile +QUEST_APPEND Nouvelle mission reue. +QUEST_MIN Min. +QUEST_SEC Sec. +QUEST_TIMEOVER Temps coul. +QUEST_UNLIMITED_TIME Pas de limite de temps +QUEST_ZEROSEC 0 Sec. +QUICKSLOT_REGISTER_DISABLE_ITEM Cette objet ne peut pas tre ajout au champ d'accs rapide +RECEIVE_MESSAGE %s vous envoie un message. +REFINE_COST Cot de la progression : %d Yangs +REFINE_DESTROY_WARNING Cet objet peut tre dtruit durant la tentative de raffinage. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Ceci augmente les chances d'upper un objet +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 mais si vous chouez, l'objet pourra tre dtruit. Souhaitez vous continuer ? +REFINE_DOWN_GRADE_WARNING Le raffinage de l'objet peut lui faire perdre en niveau. +REFINE_DO_YOU_SEPARATE_METIN Retirer toutes les pierres d'esprit prsentes ? +REFINE_FAILURE Vous avez chou. +REFINE_FAILURE_CAN_NOT_ATTACH %s ne peut pas tre mis sur l'objet. +REFINE_FAILURE_EQUIP_ITEM Vous ne pouvez pas amliorer un objet dont vous tes quip. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM Aucune pierre d'esprit ne peut tre retire. +REFINE_FAILURE_NEED_BETTER_SCROLL Vous devez avoir un personnage plus avanc. +REFINE_FAILURE_NO_GOLD_SOCKET Il n'y a pas d'emplacement d'or pour l'ajouter %s . +REFINE_FAILURE_NO_MORE_SOCKET Vous ne pouvez pas ajouter d'emplacement supplmentaire. +REFINE_FAILURE_NO_SOCKET0 Il n'y a pas d'emplacement libre pour la %s. +REFINE_FAILURE_SOCKET_DISABLE_ITEM Vous ne pouvez ajouter aucun emplacement sur cet objet. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM Cet objet ne peut pas tre amlior. +REFINE_SUCCESS L'amlioration de l'objet s'est droul avec succs. +REFINE_SUCCESS_PROBALITY Chance d'amlioration %d%% +REFINE_WARNING2 Souhaitez-vous continuer ? +SAFEBOX_ERROR Vous avez entr un mauvais mot de passe. +SAFEBOX_SELL_DISABLE_SAFEITEM Vous ne pouvez vendre aucun des objets sauvegards. +SAFEBOX_WRONG_PASSWORD Les mots de passe doivent tre identiques. +SCREENSHOT_SAVE1 est sauvegard. +SCREENSHOT_SAVE2 Fichier de capture d'cran +SCREENSHOT_SAVE_FAILURE La capture de l'cran a chou. +SECOND Sec +SELECT_CAN_NOT_DELETE Vous ne pouvez pas effacer ce personnage +SELECT_CHANGED_NAME Vous avez chang le nom du personnage +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME Ce nom de personnage existe dj. +SELECT_CHANGE_FAILURE_STRANGE_INDEX Ressayer +SELECT_CHANGE_FAILURE_STRANGE_NAME Ce +SELECT_CHANGE_NAME_TITLE Changer le nom du personnage +SELECT_DELEING Le personnage a t effac. +SELECT_DELETED Suppression russie +SELECT_DO_YOU_DELETE_REALLY Souhaitez-vous continuer. +SELECT_EMPTY_SLOT Ce champ est vide. +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Entrez un nouveau nom de personnage +SELECT_NOT_JOIN_GUILD Aucune guilde +SHOP_BUY_INFO Achetez un objet en le choisissant dans la fentre d'une choppe. +SHOP_CANNOT_SELL_EQUIPMENT Vous ne pouvez pas vendre d'objet quip. +SHOP_CANNOT_SELL_ITEM Cet objet ne peut pas tre vendu. +SHOP_ERROR_UNKNOWN Erreur de Magasin inconnue : %s +SHOP_INVALID_POS Cet objet ne peut pas tre utilis. +SHOP_INVENTORY_FULL Il n'y a pas assez de place dans l'inventaire. +SHOP_NOT_ENOUGH_MONEY Pas assez de Yangs. +SHOP_NOT_ENOUGH_MONEY_EX Vous n'avez pas suffisamment de Yangs. +SHOP_SELL_INFO Slectionnez l'objet vendre dans la fentre d'inventaire. +SHOP_SOLDOUT Epuis. +SHOT_ERROR_UNKNOWN Erreur inconnue lors de l'attaque distance : %s +SKILL_BOHO Dtourn +SKILL_BUDONG n'est plus utilis. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK Vous avez besoin d'EXP pour apprendre cette comptence. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Vous avez besoin d'un Manuel pour apprendre cette comptence. +SKILL_CHEONGEUN Corps puissant +SKILL_CRITICAL Coup critique +SKILL_ENCHANT_POISON Poison appliqu. +SKILL_EUNHYEONG Camouflage +SKILL_FAINT tourdissement +SKILL_FIND_TRAP Chercher les piges +SKILL_FIRE Feu permanent +SKILL_FISHMIND Boule piscicomancienne active +SKILL_GAMJI Capturer +SKILL_GEOMGYEONG Aura de l'pe +SKILL_GEONGON Plus utilis. +SKILL_GICHEON Griffe du Dragon +SKILL_GIGONG Rotation du Chi +SKILL_GONGPO Peur +SKILL_GRADE_NAME_GRAND_MASTER %s Grand Matre +SKILL_GRADE_NAME_MASTER %s Matre +SKILL_GRADE_NAME_PERFECT_MASTER %s Matre parfait +SKILL_GROUP_ASSASSIN_1 Lame +SKILL_GROUP_ASSASSIN_2 Arc +SKILL_GROUP_HORSE Equitation +SKILL_GROUP_SHAMAN_1 Dragon +SKILL_GROUP_SHAMAN_2 Soin +SKILL_GROUP_SURA_1 Arme +SKILL_GROUP_SURA_2 Magique +SKILL_GROUP_WARRIOR_1 Corps +SKILL_GROUP_WARRIOR_2 Mental +SKILL_GWIGEOM Lame enchante +SKILL_GYEONGGONG Pas de plume +SKILL_HEUKSIN Protection des tnbres +SKILL_HOSIN Bndiction +SKILL_HWAYEOM SKILL_HWAYEON Plus utilis. +SKILL_HYEOLMA SKILL_HYEOLMA plus utilis. +SKILL_INC_ATKSPD Vitesse d'attaque augmente +SKILL_INC_MOVSPD Vitesse de dplacement augmente +SKILL_INMA SKILL_INMA Plus utilis. +SKILL_JEOJU Maldiction +SKILL_JEONGEOP Soin +SKILL_JEONGWI Fureur +SKILL_JEONSINBANGEO Dfense totale +SKILL_JEONSINGONGGYEOK Attaque totale +SKILL_JEUNGCHE SKILL_JEUNGCHE Plus utilis. +SKILL_JEUNGHON SKILL_JEUNGHON Plus utilis. +SKILL_JEUNGRYEOK Attaque + +SKILL_JEUNGSOK Vitesse + +SKILL_JIGAM SKILL_JIGAM Plus utilis. +SKILL_JIPJUNG SKILL_JIPJUNG Plus utilis. +SKILL_JUMAGAP Armure enchante +SKILL_JUMAGEOM SKILL_JUMAGEOM Plus utilis. +SKILL_KWAEGEOM SKILL_KWAEGEOM Plus utilis. +SKILL_KWAESOK Vitesse +SKILL_LEGBOUND SKILL_LEGBOUND Plus utilis. +SKILL_MUSA SKILL_MUSA Plus utilis. +SKILL_MUYEONG Fantme de la Flamme +SKILL_NEED_EMPTY_BOTTLE Je n'ai pas de bouteille vide. +SKILL_NEED_POISON_BOTTLE Je n'ai pas de bouteille vide +SKILL_ONLY_FOR_GUILD_WAR Vous ne pouvez utiliser cette comptence que durant une guerre de Guildes +SKILL_PABEOP Neutraliser un sort +SKILL_POWERFUL_STRIKE Attaque stupeur +SKILL_SEOMGWANG Bombe de lumire +SKILL_SINCHAK SKILL_SINCHAK Plus utilis. +SKILL_SLEEP Dormir +SKILL_SLOW Ralentissement +SKILL_STUN Stupeur +SKILL_SUHO Garde +SKILL_SUMMON_DESCRIPTION Chance d'Invocation: %d%% +SKILL_TOOLTIP_INT Intelligence +SKILL_TOOLTIP_LEVEL Niveau +SKILL_TOXICDIE Empoisonnement +SKILL_TOXICPOWER Valeur d'attaque empoisonne amliore +SKILL_TUSOK Attaque fantme +SKILL_WONSIN SKILL_WONSIN Plus utilis. +SKILL_YONGSIN SKILL_YONGSIN Plus utilis. +STAT_MINUS_CON Adaptation de la vitalit (chance restante : %d) +STAT_MINUS_DEX Adaptation de la dextrit (chance restante : %d) +STAT_MINUS_INT Adaptation de l'intelligence (chance restante: %d) +STAT_MINUS_STR Adaptation de la force (chance restante: %d) +STAT_TOOLTIP_CON Augmente PV et dfense +STAT_TOOLTIP_DEX Attaque et esquive augmentes +STAT_TOOLTIP_INT Augmente PM, attaque & dfense magique. +STAT_TOOLTIP_STR Attaque et dgts amliors. +SYMBOLLIST_TITLE Enregistrer le drapeau de Guilde +SYSTEM_OPTION_CPU_TILING_1 CPU Tiling Mode peut amliorer la vitesse sur une configuration modeste. +SYSTEM_OPTION_CPU_TILING_2 Si vous rencontrez des problmes avec les lments graphiques choisissez ,Systemoption ou ,CONFIG.exe +SYSTEM_OPTION_CPU_TILING_3 et changez le CPU Tiling Mode. +SYSTEM_OPTION_GPU_TILING_1 GPU Tiling Mode peut ralentir une configuration modeste. +SYSTEM_OPTION_GPU_TILING_2 Si vous rencontrez des problmes avec les lments graphiques allez dans les "Options systme" ou lancez "CONFIG.exe" +SYSTEM_OPTION_GPU_TILING_3 et change le CPU Tiling Mode +SYSTEM_OPTION_TILING_EXIT Il faut redmarrer le programme pour pouvoir changer le Tiling Mode. +TARGET_BUTTON_ACCEPT_FIGHT Accepter +TARGET_BUTTON_AVENGE Revanche +TARGET_BUTTON_BUILDING_DESTROY Dtruire +TARGET_BUTTON_DISMOUNT dclasser +TARGET_BUTTON_EMOTION_ALLOW Emotions +TARGET_BUTTON_EXCHANGE Echanger +TARGET_BUTTON_EXCLUDE Exclure +TARGET_BUTTON_EXIT_OBSERVER Fin du Mode observateur +TARGET_BUTTON_FIGHT Duel +TARGET_BUTTON_FRIEND Ami +TARGET_BUTTON_INVITE_GUILD Invitation Guilde +TARGET_BUTTON_INVITE_PARTY Invitation gr. +TARGET_BUTTON_LEAVE_PARTY Quitter Groupe +TARGET_BUTTON_REQUEST_ENTER_PARTY Rejoindre Groupe +TARGET_BUTTON_VIEW_EQUIPMENT Armure +TARGET_BUTTON_WHISPER PM +TARGET_LEVEL_BOSS Boss +TARGET_LEVEL_KING Niveau 5. +TARGET_LEVEL_KNIGHT Niveau 3. +TARGET_LEVEL_PAWN Niveau 1. +TARGET_LEVEL_S_KNIGHT Niveau 4. +TARGET_LEVEL_S_PAWN Niveau 2. +TASKBAR_ATTACK Attaque +TASKBAR_AUTO Attaquer automatiquement +TASKBAR_CAMERA Camra +TASKBAR_EXP Exprience +TASKBAR_HP PV +TASKBAR_MOVE Dplacement +TASKBAR_SKILL Comptence +TASKBAR_SP PM +TASKBAR_ST PE +THING_COUNT Tous +TOOLTIP_ANTI_CRITICAL_PCT Rsistance contre les coups critiques +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT Rsistance contre les coups perants +%d%% SA +TOOLTIP_ANTI_SELL Ne peut pas tre vendu dans un magasin. +TOOLTIP_APPLY_ATTBONUS_ANIMAL Bonus contre les Animaux +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Bonus contre les Ninjas +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL Bonus contre le Mal+%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Bonus contre les demi-humains +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Bonus contre les Mystiques +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Force contre les Monstres +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC Bonus contre les Orcs +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN Bonus contre les Chamanes +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Bonus contre les Suras +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD Bonus contre les Mort-vivants +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Bonus contre les Guerriers +%d%% SA +TOOLTIP_APPLY_BLOCK Chance de bloquer un coup au Corps--corps %d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER Recuprer les PM toutes les 5 secondes dans une Bataille %d SA +TOOLTIP_APPLY_CRITICAL_PCT Chance de coup critique +%d%% SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% de chance de rcuprer des PM lorsque vous touchez SA +TOOLTIP_APPLY_DODGE Chance d'viter les flches %d%% SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% Chance d'obtenir un Bonus EXP SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% Chance d'abandonner le double de Yangs SA +TOOLTIP_APPLY_IMMUNE_FALL Immunise contre les chutes SNA +TOOLTIP_APPLY_IMMUNE_SLOW Dfense contre le ralentissement SNA +TOOLTIP_APPLY_IMMUNE_STUN Dfense contre l'tourdissement SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% Chance d'abandonner le double d'objets SA +TOOLTIP_APPLY_KILL_HP_RECOVER %d%% de chance de restaurer les PV SA +TOOLTIP_APPLY_KILL_SP_RECOVER %d%% de chance de restaurer les PM SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% de chance de drain de PM SA +TOOLTIP_APPLY_MAX_HP_PCT Max. PV +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT Max. PM +%d%% SA +TOOLTIP_APPLY_NOAFFECT Pas d'effet +TOOLTIP_APPLY_NO_DEATH_PENALTY Pas de perte d'exprience en cas de rsurrection l'endroit de la mort. SNA +TOOLTIP_APPLY_PENETRATE_PCT %d%% chances de coup perant SA +TOOLTIP_APPLY_POISON_PCT Chance d'empoisonner : %d%% SA +TOOLTIP_APPLY_POISON_REDUCE Rsistance contre le poison %d%% SA +TOOLTIP_APPLY_POTION_BONUS Les effets de la potion %d%% augmentent SA +TOOLTIP_APPLY_REFLECT_CURSE Chance de renvoyer une Maldiction : %d%% SA +TOOLTIP_APPLY_REFLECT_MELEE Chance de renvoyer une attaque au Corps--corps : %d%% SA +TOOLTIP_APPLY_RESIST_ASSASSIN Chance de parer une attaque Ninja: %d%% SA +TOOLTIP_APPLY_RESIST_BELL Dfense contre le Gong %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER Dfense contre la dague %d%% SA +TOOLTIP_APPLY_RESIST_FAN Dfense contre l'ventail %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN Chance de parer une attaque Chamane: %d%% SA +TOOLTIP_APPLY_RESIST_SURA Chance de parer une attaque Sura: %d%% SA +TOOLTIP_APPLY_RESIST_SWORD Dfense contre l'pe %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND Dfense contre l'pe deux-mains %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR Chance de parer une attaque Guerrier: %d%% SA +TOOLTIP_APPLY_RESIST_WIND Rsistance au Vent %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS Chance d'apprendre d'un Manuel amliore d'un facteur de 2,5. SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY Si l'apprentissage choue, vous pourrez immdiatement et gratuitement retenter votre chance. SNA +TOOLTIP_APPLY_SLOW_PCT Chance de ralentissement : %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% des dommages infligs sont drains et ajouts aux PV. SA +TOOLTIP_APPLY_STEAL_SP %d%% des dommages infligs sont drains et ajouts aux PM. SA +TOOLTIP_APPLY_STUN_PCT Chance d'assommer : %d%% SA +TOOLTIP_ARMOR Armure +TOOLTIP_ARROW Flches +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE Valeur d'attaque +%d SA +TOOLTIP_ATT_SPEED Vitesse d'attaque +%d%% SA +TOOLTIP_AUTO_POTION_HP lixir du soleil +TOOLTIP_AUTO_POTION_REST Quantit restante: %.2f%% +TOOLTIP_AUTO_POTION_SP lixir de la lune +TOOLTIP_AUTO_POTION_USING Actif +TOOLTIP_BOW_DISTANCE Porte de l'Arc +%dm SA +TOOLTIP_BUYPRICE Prix : %s +TOOLTIP_CAST_SPEED Vitesse du sort +%d%% SA +TOOLTIP_CON Vitalit +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Bonus costume %d%% SA +TOOLTIP_DEF_GRADE Dfense +%d SA +TOOLTIP_DEX Dextrit +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Terre SNA +TOOLTIP_DRAGON_SOUL_DECK2 Ciel SNA +TOOLTIP_EAR Boucles d'oreille +TOOLTIP_ENERGY nergie %d SA +TOOLTIP_ETC Etc.. +TOOLTIP_FISHINGROD_EXP Points %d / %d +TOOLTIP_FISHINGROD_LEVEL Niveau : %d +TOOLTIP_FISHINGROD_UPGRADE1 Donnez-la au pcheur +TOOLTIP_FISHINGROD_UPGRADE2 pour obtenir une +TOOLTIP_FISHINGROD_UPGRADE3 canne pche amliore +TOOLTIP_FISH_LEN Longueur : %.2fcm +TOOLTIP_HELMET Casque +TOOLTIP_HP_REGEN Rgnration des PV +%d%% SA +TOOLTIP_INT Intelligence +%d SA +TOOLTIP_ITEM_ATT_GRADE Valeur d'attaque %d +TOOLTIP_ITEM_ATT_POWER Valeur d'attaque %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Valeur d'attaque %d +TOOLTIP_ITEM_ATT_POWER_REFINE Valeur d'attaque %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Vitesse d'attaque %s +TOOLTIP_ITEM_DEF_GRADE Dfense %d +TOOLTIP_ITEM_FAST Rapide +TOOLTIP_ITEM_LIMIT_CON Limite sup. de vitalit : %d +TOOLTIP_ITEM_LIMIT_DEX Limite sup. de dextrit : %d +TOOLTIP_ITEM_LIMIT_INT Limite sup. de l'intelligence : %d +TOOLTIP_ITEM_LIMIT_LEVEL Du niveau : %d +TOOLTIP_ITEM_LIMIT_STR Limite sup. de la force : %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Valeur de l'attaque magique %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Valeur de l'attaque magique %d +TOOLTIP_ITEM_MAGIC_DEF_POWER Dfense magique %d +TOOLTIP_ITEM_NORMAL Normal +TOOLTIP_ITEM_SLOW Ralenti +TOOLTIP_ITEM_VERY_FAST Trs rapide +TOOLTIP_ITEM_VERY_SLOW Trs ralenti +TOOLTIP_ITEM_WEARABLE_JOB [ Portable ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER Numro de loterie : %d +TOOLTIP_MAGIC_ATTBONUS_PER Attaques magiques +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE Valeur d'attaque magique +%d SA +TOOLTIP_MAGIC_DEF_GRADE Dfense magique +%d SA +TOOLTIP_MALL_ATTBONUS Valeur d'attaque +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC Valeur d'attaque +12~15% SNA +TOOLTIP_MALL_AUTOLOOT Une main qui ramasse les Yangs automatiquement. SNA +TOOLTIP_MALL_DEFBONUS Dfense +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC Dfense +12~15% SNA +TOOLTIP_MALL_EXPBONUS EXP +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC Bonus CyberCaf EXP +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC 50% plus d'exprience SNA +TOOLTIP_MALL_FISH_MIND La chance d'attraper un poisson est augmenter. SNA +TOOLTIP_MALL_GOLDBONUS Chance de Drop de Yangs (%.1f) SA +TOOLTIP_MALL_GOLDBONUS_STATIC Double chance de Drop de Yangs SNA +TOOLTIP_MALL_ITEMBONUS Chance de Drop d'objet (%.1f) SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe Chance de trouver des Yangs plus %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC Double chance de Drop pour les objets SNA +TOOLTIP_MALL_MARRIAGE_FAST Points d'amours augmente plus rapidement SNA +TOOLTIP_MALL_SAFEBOX Plus d'espace dans l'entrept disponible SNA +TOOLTIP_MAX_HP PV max. +%d SA +TOOLTIP_MAX_HP_PCT PV max. +%d%% SA +TOOLTIP_MAX_SP PM max. +%d SA +TOOLTIP_MAX_SP_PCT PM max. +%d%% SA +TOOLTIP_MAX_STAMINA Max. Endurance +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Attaque au corps corps/magique +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR GPS Erreur (%d, %d) +TOOLTIP_MOV_SPEED Vit. de dplt %d%% SA +TOOLTIP_NECK Collier +TOOLTIP_NEED_ALL_SP PM requis : Max. +TOOLTIP_NEED_GSP Esprit du Dragon requis : %d +TOOLTIP_NEED_HP PV requis : %d +TOOLTIP_NEED_HP_PER_SEC PV/sec. : %d +TOOLTIP_NEED_SKILL_POINT Points de comptences requis : +TOOLTIP_NEED_SP PM requis : %d +TOOLTIP_NEED_SP_PER_SEC PM/sec. : %d +TOOLTIP_NEXT_SKILL_LEVEL_1 Prochain niveau : %d (Max. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Prochain niveau : %d (Max. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Dgats moyen : %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS Rsistance aux Dgts Moyens : %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 D'avantage de %d que de membres du Groupe +TOOLTIP_PARTY_INFO_GRADE_UP2 Niveau de l'attaque +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Niveau de dfense +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL Restaure les PV/PM de tous les membres du groupe toutes les 60 minutes. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL Restaure les PV/PM de tous les membres du groupe toutes les 30 minutes. +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Vous devez attendre 3 minutes aprs la mort d'un membre du Groupe. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Vous pouvez appeler les membres du Groupe qui sont sur le mme serveur tout moment. +TOOLTIP_PARTY_INFO_SET_ATTACKER Niveau de l'attaque +(nombre de membres du Groupe /2) Attaquant %d peut tre choisi. +TOOLTIP_PARTY_INFO_SET_TANKER Niveau de dfense +(nombre du membres du groupe) combattants au corps--corps 1 peuvent tre choisis. +TOOLTIP_PARTY_SKILL_LEVEL Niveau actuel : %d +TOOLTIP_PARTY_TITLE_GRADE_UP [Attaque/Dfense amliore] +TOOLTIP_PARTY_TITLE_HEAL [restaurer] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Lorsque vous avez plus de %d membres de Groupe vous obtenez %d%% de Bonus EXP . +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonus EXP] +TOOLTIP_PARTY_TITLE_RECALL [Appeler] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [Nommer un attaquant] +TOOLTIP_PARTY_TITLE_SET_TANKER [Nommer un combattant au corps--corps] +TOOLTIP_PICK_EXP Points : %d / %d +TOOLTIP_PICK_LEVEL Niveau : %d +TOOLTIP_PICK_UPGRADE1 Donnez-la au bcheron +TOOLTIP_PICK_UPGRADE2 pour obtenir une +TOOLTIP_PICK_UPGRADE3 Pioche amliore. +TOOLTIP_POTION_CURE Annuler les effets ngatifs +TOOLTIP_POTION_MIN Min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Vitesse d'attaque +%d +TOOLTIP_POTION_PLUS_HP_PERCENT PV +%d%% +TOOLTIP_POTION_PLUS_HP_POINT PV +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Vitesse de dplacement +%d +TOOLTIP_POTION_PLUS_SP_PERCENT PM +%d%% +TOOLTIP_POTION_PLUS_SP_POINT PM +%d +TOOLTIP_POTION_SEC Sec. +TOOLTIP_POTION_TIME Dure : +TOOLTIP_REQUIREMENT_21_LEVEL Vous devez atteindre le niveau 21. +TOOLTIP_REQUIREMENT_41_LEVEL Vous devez atteindre le niveau 41. +TOOLTIP_REQUIREMENT_LEVEL Vous devez atteindre le niveau %d. +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s niveau %d requis. +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d requis +TOOLTIP_RESIST_BOW Rsistance aux flches %d%% SA +TOOLTIP_RESIST_DARK Rsistance l'obscurit +%d%% SA +TOOLTIP_RESIST_EARTH Rsistance la terre +%d%% SA +TOOLTIP_RESIST_ELEC Rsistance la foudre %d%% SA +TOOLTIP_RESIST_FIRE Rsistance au feu %d%% SA +TOOLTIP_RESIST_ICE Rsistance la glace +%d%% SA +TOOLTIP_RESIST_MAGIC Rsistance la Magie %d%% SA +TOOLTIP_REST_USABLE_COUNT Restant : %d +TOOLTIP_SEALED +TOOLTIP_SELLPRICE Prix : %s +TOOLTIP_SHAMAN Chamane +TOOLTIP_SHIELD Bouclier +TOOLTIP_SHOES Chaussures +TOOLTIP_SKILL Comptences SNA +TOOLTIP_SKILLBOOK_NAME Manuel de comptences +TOOLTIP_SKILL_AFFECT_ATT_GRADE Valeur d'attaque: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Valeur d'attaque : +TOOLTIP_SKILL_AFFECT_ATT_SPEED Vitesse d'attaque : + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Dfense : +TOOLTIP_SKILL_AFFECT_DODGE Valeur d'attaque de l'adversaire : - +TOOLTIP_SKILL_AFFECT_HEAL Restaurer les PV : +TOOLTIP_SKILL_AFFECT_MOV_SPEED Vitesse d'attaque : + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Chance de renvoyer une attaque au Corps--corps : +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Rsistance contre les dommages corporels : +TOOLTIP_SKILL_COOL_TIME Temps d'attente : +TOOLTIP_SKILL_DAMAGE_BONUS Dgats de comptence %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS Rsistance contre les dgats de comptences %d%% SA +TOOLTIP_SKILL_DURATION Dure : %d sec. +TOOLTIP_SKILL_FORGET_BOOK_NAME L'anneau de l'Oubli +TOOLTIP_SKILL_LEVEL Niveau actuel : %d +TOOLTIP_SKILL_LEVEL_MASTER Niveau actuel : %d (Master) +TOOLTIP_SKILL_LEVEL_WITH_MAX Niveau actuel : %d (Max. %d) +TOOLTIP_SOCKET_EMPTY Vide +TOOLTIP_SOCKET_REFINABLE_ITEM [Objet emplacement] +TOOLTIP_SP_REGEN Rgnration des PM +%d%% SA +TOOLTIP_STR Force +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX Recharge temporelle %d s. SA +TOOLTIP_TIME_CHARGER_PER Recharge temporelle %d%% SA +TOOLTIP_UNIQUE Unique +TOOLTIP_UNSEAL_LEFT_TIME +TOOLTIP_WARRIOR Guerrier +TOOLTIP_WEAPON Arme +TOOLTIP_WRISTLET Bracelet +UI_ACCEPT Accepter +UI_CANCEL Annuler +UI_CLOSE Fermer +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Refuser +UI_ITEM Objet +UI_LEFT_TIME Temps restant : %d Sec. +UI_NEXT Continuer +UI_NEXTPAGE Continuer +UI_NOCONTENTS Pas de contenu +UI_NONAME Pas de nom +UI_OK OK +UI_POS_UNKNOWN Endroit inconnu +UI_PREVPAGE Retour +UI_UNKNOWN Inconu +UPLOAD_MARK_CHECK_NEED_RECONNECT Le tlchargement doit tre recommencer. +UPLOAD_MARK_UPLOAD_NEED_RECONNECT Le tlchargement doit tre recommencer. +USE_ITEM_FAILURE_PRIVATE_SHOP Vous ne pouvez pas utiliser d'objet tant que votre magasin priv est ouvert. +USE_SKILL_ERROR_UNKNOWN Erreur comptence inconnue: %s diff --git a/bin/pack/locale_fr/locale/fr/locale_interface.txt b/bin/pack/locale_fr/locale/fr/locale_interface.txt new file mode 100644 index 00000000..a6d4e430 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/locale_interface.txt @@ -0,0 +1,326 @@ +ACCEPT Accepter +ATTACH_METIN_INFO Utiliser la pierre d'esprit ? +ATTACH_METIN_TITLE La pierre d'Esprit a t lie +CANCEL Annuler +CHANGE_PASSWORD_CONFIRM Confirmer le nouveau mot de passe +CHANGE_PASSWORD_NEW Nouveau mot de passe +CHANGE_PASSWORD_OLD Ancien mot de passe +CHANGE_PASSWORD_TITLE Changement de mot de passe +CHARACTER_ACTION Action +CHARACTER_EMOTICON Emotion +CHARACTER_MAIN Personnage +CHARACTER_MUTUAL_ACTION Action partage +CHARACTER_NORMAL_ACTION Action normale +CHARACTER_QUEST Missions +CHARACTER_SKILL Comptence +CLOSE Fermer +COSTUME_TITLE Costumes +COSTUME_WINDOW_TITLE Costumes +CREATE_ATT_GRADE STR +CREATE_CREATE Crer +CREATE_DEX_GRADE DEX +CREATE_HP PV +CREATE_LAST_POINT Points +CREATE_MAN Homme +CREATE_NAME Nom +CREATE_NEXT Suivant +CREATE_PREV Prcdent +CREATE_SEX Genre +CREATE_SHAPE Forme +CREATE_SP PM +CREATE_STAT_RESET Rinitialiser +CREATE_WOMAN Femme +CUBE_INFO_TITLE Manuel de raffinage +CUBE_REQUIRE_MATERIAL Matriaux ncessaires +CUBE_REQUIRE_MATERIAL_OR ou +CUBE_TITLE Fentre de raffinage +DO_REFINE Raffiner +DRAGONSOUL_ACTIVATE Activer +DRAGONSOUL_PAGE_BUTTON_1 Brute +DRAGONSOUL_PAGE_BUTTON_2 Taille +DRAGONSOUL_PAGE_BUTTON_3 Rare +DRAGONSOUL_PAGE_BUTTON_4 Antique +DRAGONSOUL_PAGE_BUTTON_5 Lgendaire +DRAGONSOUL_REFINE_WINDOW_TITLE Fentre de raffinage +DRAGONSOUL_TAP_TITLE_1 Diamant-dragon +DRAGONSOUL_TAP_TITLE_2 Rubis-dragon +DRAGONSOUL_TAP_TITLE_3 Jade-dragon +DRAGONSOUL_TAP_TITLE_4 Saphir-dragon +DRAGONSOUL_TAP_TITLE_5 Grenat-dragon +DRAGONSOUL_TAP_TITLE_6 Onyx-dragon +DRAGONSOUL_TITLE Alchimie des pierres-dragons +EMPIRE_EXIT Sortie +EMPIRE_NEXT Suivant +EMPIRE_PREV Prcdent +EMPIRE_SELECT Choisir +EXCHANGE_ACCEPT Accepter +EXCHANGE_TITLE Echanger +GAMEOPTION_TITLE Options de jeu +GAME_EXIT_OBSERVER Fin du mode observateur +GAME_HELP Aide +GAME_QUEST Missions +GAME_SKILL_UP Monter une comptence +GAME_STAT_UP Monter une caractristique +GRADE Classe +GRADE_SELECT Classe +GUILD_BASENAME Nom de base +GUILD_BOARD_ID Nom +GUILD_BOARD_REFRESH Rafrachir (F5) +GUILD_BOARD_TEXT Message +GUILD_BUILDING_CATEGORY_TITLE Elments de btiment +GUILD_BUILDING_CHANGE Changer +GUILD_BUILDING_DIRECTION Orientation +GUILD_BUILDING_GRADE Grade +GUILD_BUILDING_INFO Btiments et prix indicatif +GUILD_BUILDING_LIST_TITLE Liste des btiments +GUILD_BUILDING_LOG log +GUILD_BUILDING_NAME Nom du btiment +GUILD_BUILDING_OPERATE Actionner +GUILD_BUILDING_PLY ply +GUILD_BUILDING_POSITION Situation +GUILD_BUILDING_PREVIEW Voir +GUILD_BUILDING_PRICE price +GUILD_BUILDING_REFRESH Rafrachir (F5) +GUILD_BUILDING_STONE stone +GUILD_BUILDING_TITLE Btiment de Guilde +GUILD_CRYSTAL Cristal +GUILD_DEPOSIT Dept +GUILD_DROP_RESOURCE1 Ici +GUILD_DROP_RESOURCE2 Ressources obtenues +GUILD_GEM Gemme +GUILD_GRADE_CHANGE_GRADE_NAME Nouveau nom de grade +GUILD_GRADE_NUM N +GUILD_GRADE_PERMISSION_DELETE Rejeter +GUILD_GRADE_PERMISSION_JOIN Inviter +GUILD_GRADE_PERMISSION_NOTICE crire +GUILD_GRADE_PERMISSION_SKILL Comptences +GUILD_GRADE_RANK Grade +GUILD_GRADE_WRITE Ecrire +GUILD_INFO Information sur la Guilde +GUILD_INFO_CUR_EXP Exprience +GUILD_INFO_DECALRE_WAR Dclarer la guerre +GUILD_INFO_ENEMY_GUILD Guilde ennemie +GUILD_INFO_ENEMY_GUILD_EMPTY aucune +GUILD_INFO_LEVEL Niveau de la Guilde +GUILD_INFO_MARK Symbole de Guilde +GUILD_INFO_MASTER Chef +GUILD_INFO_MASTER_VALUE Chef +GUILD_INFO_MEMBER_AVG_LEVEL Niveau moyen +GUILD_INFO_MEMBER_NUM Nombre de membres +GUILD_INFO_NAME Nom de la Guilde +GUILD_INFO_NAME_VALUE C'est un nom de Guilde +GUILD_INFO_OFFER_EXP Engager +GUILD_INFO_REST_EXP Exprience requise +GUILD_INFO_UPLOAD_MARK Tlcharger symbole +GUILD_INFO_UPLOAD_SYMBOL Tlcharger drapeau +GUILD_MARK Symbole de Guilde +GUILD_MEMBER_JOB Classe +GUILD_MEMBER_KNIGHT Chef +GUILD_MEMBER_LEVEL Niveau +GUILD_MEMBER_NAME Nom +GUILD_MEMBER_RANK Grade +GUILD_MEMBER_SPECIFIC_GRAVITY Invest. +GUILD_METIN_STONE Pierre d'Esprit +GUILD_MINENAL Minerai +GUILD_MONEY Yang +GUILD_NAME Guilde +GUILD_RESOURCE_INFO Information sur les ressources +GUILD_SKILL_ACTIVE Active +GUILD_SKIlL_HEAL_GSP Rcuprer un Esprit de Dragon +GUILD_SKILL_PASSIVE Passive +GUILD_SKILL_POWER nergie +GUILD_SKILL_STATE Comptences de la Guilde +GUILD_SYMBOL Drapeau de Guilde +GUILD_WAR_ACCEPT Accepter la dclaration de guerre +GUILD_WAR_BATTLE_TYPE Type de bataille +GUILD_WAR_CTF Drapeau +GUILD_WAR_DECLARE Dclarer la guerre une Guilde +GUILD_WAR_ENEMY Ennemi +GUILD_WAR_NORMAL Champ +GUILD_WAR_WARP Arne +GUILD_WATER Eau +GUILD_WATER_STONE Pierre d'eau +GUILD_WITHDRAW Prendre +HELP_ATTACK_KEY Attaque : espace ou bouton gauche de la souris +HELP_CHANGE_PK_MODE Changer de type d'attaque : changer configuration du bouton gauche de souris +HELP_CHARACTER_BUTTON1 (Fentre de perso, d'inventaire, +HELP_CHARACTER_BUTTON2 liste d'amis et options) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Vue camra : bouton central ou de droite de la souris. +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Vue camra : bouton central ou de droite de la souris. +HELP_EXP Exprience +HELP_FURY Magasin d'objets en jeu +HELP_GUILD_WINDOW Ouvrir fentre de guilde : Alt + G +HELP_HELP Afficher l'aide : H +HELP_HP Points de Vie (PV) +HELP_MESSENGER_WINDOW Ouvrir liste d'amis : Alt + M +HELP_MOUSE_LEFT Fonction du bouton gauche de la souris +HELP_MOUSE_RIGHT Fonction du bouton droite de la souris +HELP_MOVE_KEY Dplacements : Z, Q, S, D ou les flches du clavier +HELP_OPEN_CHARACTER Ouvrir fentre du personnage : C +HELP_OPEN_CHAT Ouvrir le tchat : Entre +HELP_OPEN_INVENTORY Ouvrir l'inventaire : I +HELP_OPEN_LOG Ouvrir historique des tchats: L +HELP_OPEN_MINIMAP Ouvrir mini-carte : Shift + M +HELP_OPEN_QUEST Ouvrir fentre de missions : N +HELP_OPEN_SKILL Ouvrir arbre de comptences : V +HELP_OPEN_WHISPER Mode chuchotement : Shift + Entre +HELP_OPEN_ZONEMAP Ouvrir carte d'aperu : M +HELP_PICK_ITEM Ramasser objets : w ou +HELP_QUICKSLOT Objets en accs rapide +HELP_SCREEN_CAPTURE Enregistrer capture d'cran : Imprim Ecran (print scr) (enreg. dans "Metin2/screenshot") +HELP_SHOW_ALL_NAME Afficher les noms : Alt +HELP_SP Points de mana (PM) +HELP_SYSTEM_BUTTON Touches systmes +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1er inventaire +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2e inventaire +INVENTORY_TITLE Inventaire +ITEM_MALL Magasin - Objets +LOAD_ERROR Le fichier est endommag. Veuillez en installer un nouveau. Appuyez prsent sur Echapp +LOGIN_CONNECT Se connecter +LOGIN_CONNECTING Vous devez tre connect au serveur +LOGIN_DEFAULT_SERVERADDR Nom du serveur, Canal 1 +LOGIN_EXIT Sortie +LOGIN_REGION_TITLE Choisissez un emplacement pour mettre un compte +LOGIN_SELECT_BUTTON Choisissez +LOGIN_SELECT_EXIT Sortie +LOGIN_SELECT_OK OK +LOGIN_SELECT_TITLE Choisissez un serveur +MALL_PASSWORD_TITLE Mot de passe +MALL_TITLE Entrept de la boutique +MARKET_TITLE Charger +MARKLIST_REFRESH Rafrachir +MARKLIST_TITLE Enregistrer le symbole de Guilde +MESSAGE Ceci est un message +MESSENGER_ADD_FRIEND Ajouter un(e) ami(e) +MESSENGER_DELETE_FRIEND Effacer un(e) ami(e) +MESSENGER_MOBILE Envoyer un message +MESSENGER_OPEN_GUILD Ouvrir la fentre de Guilde +MESSENGER_TITLE Amis +MESSENGER_USE_GUILD_MOVE_SKILL Utilisez la comptence de Guilde de mouvement +MESSENGER_WHISPER Chuchoter +MINIMIZE Minimiser +MOUSEBUTTON_ATTACK Attaquer +MOUSEBUTTON_AUTO_ATTACK Attaquer automatiquement +MOUSEBUTTON_CAMERA Camra +MOUSEBUTTON_SKILL Comptences +MUSICLIST_TITLE Choix des musiques +NO Non +OK OK +OPTION_ALWAYS_SHOW_NAME Nom +OPTION_ALWAYS_SHOW_NAME_OFF Restreint +OPTION_ALWAYS_SHOW_NAME_ON Toujours +OPTION_BLOCK Bloquer +OPTION_BLOCK_EXCHANGE Echanger +OPTION_BLOCK_FRIEND Amis +OPTION_BLOCK_GUILD Guilde +OPTION_BLOCK_PARTY Groupe +OPTION_BLOCK_PARTY_REQUEST Demander +OPTION_BLOCK_WHISPER Chuchoter +OPTION_CAMERA_DISTANCE Camra +OPTION_CAMERA_DISTANCE_LONG Loin +OPTION_CAMERA_DISTANCE_SHORT Proche +OPTION_DELETE_MOBILE_BUTTON Effacer le numro de tlphone portable +OPTION_EFFECT Infos combat +OPTION_FOG Brouillard +OPTION_FOG_DENSE Epais +OPTION_FOG_LIGHT Lger +OPTION_FOG_MIDDLE Moyen +OPTION_INPUT_MOBILE_BUTTON Entrer le numro de tlphone portable +OPTION_MOBILE Tlphone portable +OPTION_MUSIC Musique +OPTION_MUSIC_CHANGE Changer +OPTION_MUSIC_DEFAULT_THEMA Musique standard de Metin2 +OPTION_NAME_COLOR Couleur +OPTION_NAME_COLOR_EMPIRE Empire +OPTION_NAME_COLOR_NORMAL Normal +OPTION_PVPMODE Mode PvP +OPTION_PVPMODE_FREE Libre +OPTION_PVPMODE_FREE_TOOLTIP Vous tes autoris attaquer tous les joueurs. +OPTION_PVPMODE_GUILD Guilde +OPTION_PVPMODE_GUILD_TOOLTIP Vous pouvez attaquer tous les joueurs excepts les membres de votre guilde. +OPTION_PVPMODE_PEACE Paix +OPTION_PVPMODE_PEACE_TOOLTIP Il est interdit d'attaquer un joueur de son empire. +OPTION_PVPMODE_REVENGE Ennemi +OPTION_PVPMODE_REVENGE_TOOLTIP Vous ne pouvez attaquer que les joueurs ayant un autre alignement. +OPTION_SALESTEXT Nom de la boutique +OPTION_SALESTEXT_VIEW_OFF Cacher +OPTION_SALESTEXT_VIEW_ON Montrer +OPTION_SOUND Bruitages +OPTION_TARGET_BOARD Menu cible +OPTION_TARGET_BOARD_NO_VIEW Fermer +OPTION_TARGET_BOARD_VIEW Montrer +OPTION_TILING Mm. graph. +OPTION_TILING_APPLY Appliquer +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Options +OPTION_VIEW_CHAT Discussion +OPTION_VIEW_CHAT_OFF Cacher +OPTION_VIEW_CHAT_ON Montrer +PARTY_MEMBER_INFO_NAME Nom du membre du groupe +PASSWORD_DESC_1 Veuillez saisir votre mot de passe +PASSWORD_DESC_2 afin d'ouvrir l'entrept. +PASSWORD_DESC_3 Vous avez dj chang votre mot de passe? +PASSWORD_DESC_4 Si ce n'est pas le cas, votre mot de passe est: 000000 . +PASSWORD_DESC_5 Changez votre mot de passe dans l'entrept. +PASSWORD_TITLE Retenir le mot de passe +PICK_MONEY_TITLE Sparer +PRIVATE_SHOP_CLOSE_BUTTON Fermer magasin +PRIVATE_SHOP_NAME Nom du magasin +PRIVATE_SHOP_TITLE Ouvrir magasin priv +REFINE_COST Cot de la progression : 0 Yang +REFINE_INFO Probabilit de russir l'amlioration : 100% +REFINE_MONEY Cot du raffinage +REFINE_SELECT Raffinage +REFINE_TTILE Augmentations +REPORT_VIOLENT_WHISPER +RESTART_HERE Recommencer ici +RESTART_TOWN Recommencer dans la cit +SAFE_CHANGE_PASSWORD Changer le mot de passe +SAFE_TITLE Entrept +SELECT_ATT_GRADE STR +SELECT_CREATE Crer +SELECT_DELETE Effacer +SELECT_DEX_GRADE DEX +SELECT_EMPIRE_NAME Nom de l'Empire +SELECT_EXIT Fermer +SELECT_HP PV +SELECT_LEVEL Niveau +SELECT_METIN_STONE_TITLE Slectionner une pierre d'Esprit +SELECT_NAME Nom +SELECT_NO_GUILD Pas de Guilde +SELECT_PLAYTIME Temps de jeu (min.) +SELECT_SELECT Commencer +SELECT_SP PM +SELECT_TITLE Choisir un titre +SHOP_BUY Acheter +SHOP_SELL Vendre +SHOP_TITLE Magasin +SKILL_SUPPORT_TITLE Comptences standards +STEP Degr de puret +STEP_SELECT Degr de puret +STRENGTH Renforcer +STRENGTH_SELECT Niveau +SYSTEMOPTION_TITLE Options systme +SYSTEM_CHANGE Changer de personnage +SYSTEM_EXIT Fin du jeu +SYSTEM_HELP Aide +SYSTEM_LOGOUT Dconnecter +SYSTEM_MALL Magasin - Objets +SYSTEM_OPTION Options systme +TASKBAR_CHARACTER Personnage [C/V/B/N] +TASKBAR_CHAT Fentre de tchat [Enter] +TASKBAR_DISABLE Dsactive +TASKBAR_DRAGON_SOUL Alchimie des pierres-dragons +TASKBAR_EXPAND Agrandir la fentre +TASKBAR_INVENTORY Inventaire [I] +TASKBAR_MESSENGER Liste d'amis [Alt+M] +TASKBAR_NEXT_QUICKSLOT Accs rapide au champ de bataille suivant [Shift+Nombre, Alt] +TASKBAR_PREV_QUICKSLOT Accs rapide au champ de bataille prcdent [Shift+Nombre] +TASKBAR_SYSTEM Options[ESC] +WHISPER_BAN Ignorer +WHISPER_NAME Chuchoter +WHISPER_REPORT +WHISPER_SEND Envoyer +YES Oui +ZONE_MAP Carte d'aperu diff --git a/bin/pack/locale_fr/locale/fr/map/map_a2_point.txt b/bin/pack/locale_fr/locale/fr/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_fr/locale/fr/map/map_b2_point.txt b/bin/pack/locale_fr/locale/fr/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_fr/locale/fr/map/map_c2_point.txt b/bin/pack/locale_fr/locale/fr/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_fr/locale/fr/map/map_n_snowm_01_point.txt b/bin/pack/locale_fr/locale/fr/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_fr/locale/fr/map/metin2_map_a1_point.txt b/bin/pack/locale_fr/locale/fr/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_fr/locale/fr/map/metin2_map_a3_point.txt b/bin/pack/locale_fr/locale/fr/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_fr/locale/fr/map/metin2_map_b1_point.txt b/bin/pack/locale_fr/locale/fr/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_fr/locale/fr/map/metin2_map_b3_point.txt b/bin/pack/locale_fr/locale/fr/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_fr/locale/fr/map/metin2_map_c1_point.txt b/bin/pack/locale_fr/locale/fr/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_fr/locale/fr/map/metin2_map_c3_point.txt b/bin/pack/locale_fr/locale/fr/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_fr/locale/fr/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_fr/locale/fr/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_fr/locale/fr/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_fr/locale/fr/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_fr/locale/fr/mob_proto b/bin/pack/locale_fr/locale/fr/mob_proto new file mode 100644 index 00000000..90400297 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/mob_proto differ diff --git a/bin/pack/locale_fr/locale/fr/skilldesc.txt b/bin/pack/locale_fr/locale/fr/skilldesc.txt new file mode 100644 index 00000000..91d8c8c3 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Triple lacration Triple entaille Triple Coup Tranche vos ennemis la vitesse de la lumire. Attaque frontale violente 3 temps Attaque plusieurs cibles ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 Puissance totale de l'attaque %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN Jet de Foudre Boule de Foudre Foudre Attaque de Foudre Attaque distance Attaque plusieurs cibles Attribut de foudre ATTACK_SKILL|NEED_TARGET noejeon 16 4 Valeur d'Attaque Magique: %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN Invocation de foudre Appel de la foudre Orage Invoquer la foudre Attaque distance Attaque plusieurs cibles Attribut de foudre Assomant ATTACK_SKILL|NEED_TARGET byeorak 17 4 Valeur de l'Attaque Magique: %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k Chance d'assomer : %.0f%% (50+1000*k/6)/10 +108 SHAMAN Griffe de Foudre Choc de Foudre Poing de Tonnerre Invoquez la Foudre dans votre poing. Attaque distance Attibut de foudre Attaque rebondissante ATTACK_SKILL|NEED_TARGET pokroe 18 4 Valeur de l'Attaque Magique: %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN Soin Rgnration Secours de la Lumire Soigner les plaies par la lumire. Restaure les points de vie Soigne les effets ngatifs Peut tre utilis pour un membre du groupe CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 Redonne des points de vie %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k Chance de soigner des effets ngatifs %.0f%% 20+80*k +110 SHAMAN Promptitude Rapidit Vitesse du vent Vous permet de courir aussi vite que le vent. Augmente la vitesse de dplacement Diminue le temps d'attente pour comptences Peut tre utilis pour un membre du groupe CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Vitesse de dplacement +%.0f%% 5 + (35 * k) Temps d'attente -%.0f%% 3+33*k +111 SHAMAN Attaque renforce Renforcer un partenaire. Augmente la puissance d'attaque Peut tre utilis pour un membre du groupe CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Puissance de l'Attaque: +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Commandement Aptitude mener vos partenaires. PASSIVE tongsol +122 SUPPORT Combo Augmenter une attaque combo. CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT Pche Capacit pcher du poisson CANNOT_LEVEL_UP fishing +124 SUPPORT Extraction Capacit extraire du minerai. PASSIVE mining +125 SUPPORT Cration d'objet Crer un objet. CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Langue Shinsoo Vous comprenez le Shinsoo. CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Langue Chunjo Vous comprenez le Chunjo. CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Langue Jinno Vous comprenez le Jinno. CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT Polymorphie Transformer en monstre. CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Equitation Aptitude monter cheval. CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT Appel d'une monture Appelez un cheval. summon +137 HORSE Combat equestre Capacit d'attaquer depuis votre monture. (niv. 50+) Aptitude de cavalier ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE Charge cheval Pitiner tous les ennemis proximit. (niv. 52+) Aptitude de cavalier ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE Vague de Pouvoir Attaquer tous les ennemis depuis votre cheval. (niv55+) Aptitude de cavalier ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Grle de flches Dcocher des flches depuis votre cheval. (niv. 50+) Aptitude de cavalier ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Yeux du Dragon Augmenter le nombre d'Esprits dragons. PASSIVE yongan Max. Augment. Esprit du Dragon +%.0f k * 1400 +152 GUILD Sang du Dieu Dragon Augmente vos PV max pour un certain temps. Guerre de Guildes seulement ONLY_FOR_GUILD_WAR gaho 101 1 PV max. +%.0f%% k * 20 +153 GUILD Bndiction du Dieu Dragon Augmente vos PM max pour un certain temps. Guerre de Guildes seulement ONLY_FOR_GUILD_WAR chukbok 102 1 PM max. +%.0f%% k * 20 +154 GUILD Armure sacre Augmenter votre dfense pour un certain temps. Guerre de Guildes seulement ONLY_FOR_GUILD_WAR seonghwi 103 1 Dfense +%.1f%% k * 10 +155 GUILD Acclration Augmente votre vitesse de mouvement et d'attaque pour un certain temps. Guerre de Guildes seulement ONLY_FOR_GUILD_WAR gasok 104 1 Vitesse de mouvement & d'attaque +%.1f k * 30 +156 GUILD La fureur du Dieu Dragon Augmente temporairement votre chance de faire un coup critique. Guerre de Guildes seulement ONLY_FOR_GUILD_WAR bunno 105 1 Chance de coup critique +%.0f%% k * 50 +157 GUILD Aide la magie Diminuez le temps d'attente de vos comptences pour un certain temps. Guerre de Guildes seulement ONLY_FOR_GUILD_WAR jumunsul 106 1 Temps d'attente -%.0f%% k * 50 +16 WARRIOR Attaque de l'Esprit Onde de choc Attaque Tsunami Attaque directement les ennemis. Attaque frontale violente ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Puissance de l'attaque %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR Attaque de la paume Paume du Tigre Paume du Dragon Attaque directement les ennemis. Attaque directe violente Attaque plusieurs cibles ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Puissance de l'attaque %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR Charge Charge du lion Charge du rhino Renverse plusieurs ennemis. Attaque directe violente Chance de provoquer un vanouissement ATTACK_SKILL|STANDING_SKILL daejin 18 4 Puissance de l'attaque %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Chance d'vanouissament : %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Corps puissant Corps de fer Corps d'acier Augmente temporairement votre dfense et empche que vous soyez renvers Augmente la Dfense Diminue la vitesse de dplacement Empche que vous soyez renvers STANDING_SKILL cheongeun 19 4 Dfense : +%.0f 7+(40 + 0.2*str + 0.4*con)*k Vitesse de dplacement : -%.0f 1 + 9*SkillPoint +2 WARRIOR Moulinet l'pe Danse de l'pe Cyclone Effectue des moulinets de l'pe pour attaquer plusieurs ennemis. Attaque frontale violente Attaque plusieurs cibles ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Puissance de l'attaque %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Coup d'pe Coup d'pe foudroyant Jet d'pe Attaque frontalement les ennemis. Attaque distance Attaque plusieurs cibles Attaque assomante Fait chuter vos ennemis ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Valeur d'attaque %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Chance d'assomer : %.0f%% (100+k*1000/6)/10 +3 WARRIOR Berserk Furie Frnsie Uniquement concentr sur l'attaque. Augmente la vitesse d'attaque Augmente la vitesse de dplacement Augmente les dommages reus STANDING_SKILL jeongwi 3 4 Vitesse d'attaque +%.0f%% 50 * SkillPoint Vitesse de dplacement +%.0f%% 20 * SkillPoint +31 ASSASSIN Embuscade Attaque furtive Embuscade furtive Approchez un ennemi par derrire et effectuez une attaque mortelle. Valeur d'attaque augmente si le coup est port dans le dos Bonus de furtivit ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Valeur d'attaque : %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Attaque rapide Replacement rapide Mort rapide Approche rapidement un ennemi et effectue une attaque mortelle. Attaque tlport Bonus de furtivit ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Puissance de l'attaque %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Dague filante Dague tournoyante Dague dansante Tourbillonne autour des ennemis avec une dague. Attaque violente Attaque empoisonne durablement ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Puissance de l'attaque %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Chance d'empoisonner : %.0f%% 1 + 4*k +34 ASSASSIN Furtif Silencieux Invisible Vous pouvez vous dissimuler. Stoppe les attaques quand utilis STANDING_SKILL eunhyeong 4 4 Dommages bonus d'embuscade : +%.0f%% 50 * SkillPoint +35 ASSASSIN Brume empoisonne Brouillard asphyxiant Nuage de mort Fait apparatre des nuages autour des ennemis qui les intoxique. Attaque distance Attaque plusieurs cibles Attaque empoisonne durablement ATTACK_SKILL|NEED_TARGET sangong 5 4 Puissance de l'attaque %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Chance d'empoisonner : %.0f%% 40*k +4 WARRIOR Aura de l'Epe Epe spirituelle Epe fantme Augmente la puissance de l'attaque pour un moment. Augmente la puissance de l'attaque STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Puissance de l'attaque +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Tir rptition Tir cadenc Tir multiple Tire plusieurs flches sur un ennemi. Attaque distance Plusieurs attaques ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) Valeur totale d'attaque %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k %.0f flches sont dcoches 2 + floor(6 * SkillPoint) +47 ASSASSIN Pluie de flches Averse de flches Dluge de flches Tire plusieurs flches sur plusieurs ennemis. Attaque distance Attaque plusieurs cibles ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Valeur d'attaque %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Cibles max. %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Flche de Feu Flche ardente Flche de flammes Enflamme la flche. Attaque distance Attaque plusieurs cibles Attaque de feu ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Puissance de l'attaque %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Foule de plume Marche cleste Course divine Allge votre corps et augmente votre vitesse de dplacement. Augmente la vitesse de dplacement STANDING_SKILL gyeonggong 19 4 Vitesse de dplacement: +%.0f 60*SkillPoint +5 WARRIOR Acclration Vivacit Vlocit Vous attaquez aussi vite qu'une balle. Attaque puissante violente ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Puissance de l'attaque %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN Flche empoisonne Flche venimeuse Flche mortelle Enduit la flche avec un poison puissant. Attaque distance Attaque plusieurs cibles Fait chuter l'ennemi Attaque empoisonne durable ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Valeur d'attaque : %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Chance d'empoisonnement : %.0f%% 80*k +61 SURA Toucher brlant Toucher ardent Toucher dvastateur Provoquez une grosse explosion avec le bout de vos doigts. Attaque frontale violente Ignore la dfense de l'adversaire Bonus d'Intelligence ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Valeur d'attaque : %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Chance de coup perant : %.0f%% 1 + 9*SkillPoint +62 SURA Tourbillon du Dragon Tornade Cyclone Provoquez une tornade puissante pour vaincre plusieurs ennemis. Dgts de zone Ignore la fuite d'un adversaire Bonus d'Intelligence ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Valeur d'attaque : %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Chance d'ignorer la fuite d'un adversaire : %.0f%% 1 + 9*SkillPoint +63 SURA Lame Enchante Epe Enchante Epe fantme Dote votre lame d'un esprit puissant. Augmente votre valeur d'attaque Bonus d'intelligence Vol de vie STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Valeur d'attaque +%.1f 7 + (5*iq+13)*k Vol de vie %.0f%% des dgts 10*k +64 SURA Peur Frayeur Terreur Amoindrit les capacits des ennemis. Amoindrit l'adversaire Augmente les chances que l'ennemi manque sa cible Uniquement activ lorsque vous recevez un coup STANDING_SKILL gongpo 4 4 Puissance de l'attaque de l'ennemi -%.0f%% 5 + 20*SkillPoint Adversaire 1 + 29*SkillPoint +65 SURA Armure Enchante Armure Enchante Puissante Armure des Tnbres Protger votre corps avec une armure des Tnbres. Renvoie des dommages sur l'attaquant Augmente la dfense Bonus d'Intelligence STANDING_SKILL jumagap 5 4 Dfense : +%.0f (iq+30)*k Dgts de corps corps renvoys : %.1f%% (iq/4+10)*k +66 SURA Contre-sort Contre-sort puissant Assaut de contre-sorts Annulez tous les effets positifs de l'ennemi. Attaque distance Attaque plusieurs cibles Annule les effets dont bnficie l'adversaire ATTACK_SKILL|NEED_TARGET pabeop 6 4 Valeur de l'Attaque Magique: %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Chance de contrer un sort : %.0f%% 50*k +76 SURA Attaque des Tnbres Attaque fantme Explosion de Tnbres Envoyez la Force des Tnbres pour faire des dommages l'ennemi. Attaque distance Attaque plusieurs cibles ATTACK_SKILL|NEED_TARGET maryeong 16 4 Valeur de l'Attaque Magique : %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Attaque de flammes Embrasement Dtonation de flammes Brlez vos ennemis grce une explosion. Attaque de zone Attaque de Feu ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Valeur de l'Attaque Magique : %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Esprit de flammes Atours de flammes Explosion de flammes Appeler un Esprit de la Flamme. Attaque distance Cible alatoire Attaque plusieurs cibles ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Valeur de l'Attaque Magique : %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Protection des Tnbres Halo des Tnbres Protection du Seigneur des Tnbres Se protger par la Force des Tnbres et convertir les dommages physiques en SP. Rduit les dommages magiques Augmente la dfense STANDING_SKILL|TOGGLE heuksin 19 4 Rduction des Dommages: %.0f%% (iq*0.84)*k Dfense +%.0f (0.5*iq+15)*k +80 SURA Frappe de l'Esprit Frappe de l'me Assaut de l'Esprit Envoyez des esprits des Tnbres faire des dommages l'ennemi. Attaque distance Attaque plusieurs cibles Ralentissement de l'ennemi ATTACK_SKILL|NEED_TARGET tusok 20 4 Valeur de l'Attaque Magique : %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Chance de ralentissement : %.1f%% (333 + (300 * k))/10 +81 SURA Orbe des Tnbres Globe des Tnbres Sphre des Tnbres Envoyez un orbe de Tnbres provoquant des dommages aux ennemis. Attaque distance Attaque plusieurs cibles ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Valeur de l'Attaque Magique : %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Talisman volant Talisman du Tigre bondissant Talisman du Dragon voltigeant Envoyez un talisman provoquant des dommages aux ennemis. Attaque distance Attaque plusieurs cibles ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Valeur de l'Attaque Magique : %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Dragon chassant Dragon combattant Envol du Dragon Dcocher une statuette de dragon qui attaque directement vos ennemis. Attaque frontale violente Dommages de Feu durables ATTACK_SKILL|NEED_TARGET yongpa 2 4 Valeur de l'Attaque Magique : %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Chance de feu durable : %.0f%% iq*0.2*k +93 SHAMAN Rugissement du Dragon Cri du Dragon Pleurs du Dragon Attaquer les ennemis avec une forme de dragon. Attaque violente Dommages Feu durables ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Puissance de l'Attaque Magique: %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k Chance d'obtenir un feu durable : %.0f%% iq*0.2*k +94 SHAMAN Bndiction Paroles sacres Mots du Dragon Protger votre partenaire ou vous-mme grce un cercle protecteur. Rsistance aux attaques de corps corps Peut tre utilis sur un membre du groupe CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Rsistance aux Attaques de corps corps : %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Reflet Reflet de l'eau Miroir de crystal Protger votre partenaire et vous-mme avec un cercle de reflet. Renvoit les attaques physiques Peut tre utilis pour un membre du groupe CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 Chance de renvoyer l'attaque physique %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Aide du Dragon Soutien du Dragon Force du Dragon Renforce votre attaque ou celle d'un membre de votre groupe. Augmente les chances de faire un coup critique Peut tre utilis sur un membre du groupe CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Chance de faire un coup critique : %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_fr/locale/fr/skilltable.txt b/bin/pack/locale_fr/locale/fr/skilltable.txt new file mode 100644 index 00000000..66a85846 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 diff --git a/bin/pack/locale_fr/locale/fr/ui/costume/costume_bg.jpg b/bin/pack/locale_fr/locale/fr/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_fr/locale/fr/ui/costume_bg.jpg b/bin/pack/locale_fr/locale/fr/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_fr/locale/fr/ui/createcharacterwindow.py b/bin/pack/locale_fr/locale/fr/ui/createcharacterwindow.py new file mode 100644 index 00000000..d6d2e4f4 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/fr/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/fr/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/dragonsoulrefinewindow.py b/bin/pack/locale_fr/locale/fr/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_fr/locale/fr/ui/dragonsoulwindow.py b/bin/pack/locale_fr/locale/fr/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/empire/empire.dds b/bin/pack/locale_fr/locale/fr/ui/empire/empire.dds new file mode 100644 index 00000000..d261c239 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/empire/empire.dds differ diff --git a/bin/pack/locale_fr/locale/fr/ui/empire/introempire.dds b/bin/pack/locale_fr/locale/fr/ui/empire/introempire.dds new file mode 100644 index 00000000..f98f7b02 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/empire/introempire.dds differ diff --git a/bin/pack/locale_fr/locale/fr/ui/empire/title.sub b/bin/pack/locale_fr/locale/fr/ui/empire/title.sub new file mode 100644 index 00000000..cfffe3da --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/energybar.py b/bin/pack/locale_fr/locale/fr/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_fr/locale/fr/ui/expandedtaskbar.py b/bin/pack/locale_fr/locale/fr/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/giftbox.py b/bin/pack/locale_fr/locale/fr/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/guild/guild.dds b/bin/pack/locale_fr/locale/fr/ui/guild/guild.dds new file mode 100644 index 00000000..af0008c1 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/guild/guild.dds differ diff --git a/bin/pack/locale_fr/locale/fr/ui/guild/tab_1.sub b/bin/pack/locale_fr/locale/fr/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/guild/tab_2.sub b/bin/pack/locale_fr/locale/fr/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/guild/tab_3.sub b/bin/pack/locale_fr/locale/fr/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/guild/tab_4.sub b/bin/pack/locale_fr/locale/fr/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/guild/tab_5.sub b/bin/pack/locale_fr/locale/fr/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/guild/tab_6.sub b/bin/pack/locale_fr/locale/fr/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/highlighted_quest.tga b/bin/pack/locale_fr/locale/fr/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/highlighted_quest_r.tga b/bin/pack/locale_fr/locale/fr/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/intrologowindow.py b/bin/pack/locale_fr/locale/fr/ui/intrologowindow.py new file mode 100644 index 00000000..2a17bbe8 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/intrologowindow.py @@ -0,0 +1,52 @@ +######################################### +# # +# IntroLogo by .Eugen @ TheWarez.net # +# # +######################################### + +import uiScriptLocale + +window = { + "name" : "IntroLogoWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + { + "name" : "intro_bg", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/fr/ui/intro.jpg", + }, + + ##IntroLogo + { "name" : "img_01", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/1.jpg" ), }, + { "name" : "img_02", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/2.jpg" ), }, + { "name" : "img_03", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/3.jpg" ), }, + { "name" : "img_04", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/4.jpg" ), }, + { "name" : "img_05", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/5.jpg" ), }, + { "name" : "img_06", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/6.jpg" ), }, + { "name" : "img_07", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/7.jpg" ), }, + { "name" : "img_08", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/8.jpg" ), }, + { "name" : "img_09", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/9.jpg" ), }, + { "name" : "img_10", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/10.jpg" ), }, + { "name" : "img_11", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/11.jpg" ), }, + { "name" : "img_12", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/12.jpg" ), }, + { "name" : "img_13", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/13.jpg" ), }, + { "name" : "img_14", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/14.jpg" ), }, + { "name" : "img_15", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/15.jpg" ), }, + { "name" : "img_16", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/16.jpg" ), }, + { "name" : "img_17", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/17.jpg" ), }, + { "name" : "img_18", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/18.jpg" ), }, + { "name" : "img_19", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/19.jpg" ), }, + { "name" : "img_20", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/20.jpg" ), }, + { "name" : "img_21", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/21.jpg" ), }, + { "name" : "img_22", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/22.jpg" ), }, + { "name" : "img_23", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/23.jpg" ), }, + { "name" : "img_24", "type" : "image", "x" : 0, "y" : 0, "vertical_align" : "center", "horizontal_align" : "center", "image" : ( "locale/fr/ui/intrologo/24.jpg" ), }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/inventorywindow.py b/bin/pack/locale_fr/locale/fr/ui/inventorywindow.py new file mode 100644 index 00000000..7b0f5b38 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + ##{"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + ##{"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/taskbar/costume_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/taskbar/costume_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/taskbar/costume_Button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/loading/gauge_empty.dds b/bin/pack/locale_fr/locale/fr/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_fr/locale/fr/ui/loading/gauge_full.dds b/bin/pack/locale_fr/locale/fr/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_fr/locale/fr/ui/loadingwindow.py b/bin/pack/locale_fr/locale/fr/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/login.jpg b/bin/pack/locale_fr/locale/fr/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/login.jpg differ diff --git a/bin/pack/locale_fr/locale/fr/ui/login.sub b/bin/pack/locale_fr/locale/fr/ui/login.sub new file mode 100644 index 00000000..990ae5a3 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/login.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_fr/locale/fr/ui/login/copyright.sub b/bin/pack/locale_fr/locale/fr/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/login/g4d.sub b/bin/pack/locale_fr/locale/fr/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/login/login.dds b/bin/pack/locale_fr/locale/fr/ui/login/login.dds new file mode 100644 index 00000000..7a5c11f7 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/login/login.dds differ diff --git a/bin/pack/locale_fr/locale/fr/ui/login/loginwindow.sub b/bin/pack/locale_fr/locale/fr/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/login/published.sub b/bin/pack/locale_fr/locale/fr/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/login/title.sub b/bin/pack/locale_fr/locale/fr/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/login_dark_dragons.jpg b/bin/pack/locale_fr/locale/fr/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_fr/locale/fr/ui/loginwindow.py b/bin/pack/locale_fr/locale/fr/ui/loginwindow.py new file mode 100644 index 00000000..5331942c --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/fr/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/fr/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/fr/ui/vkey/key_at.tga', + 'down_image' : 'locale/fr/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/fr/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/fr/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/fr/ui/vkey/key_enter.tga', + 'down_image' : 'locale/fr/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/fr/ui/vkey/key_shift.tga', + 'down_image' : 'locale/fr/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/fr/ui/vkey/key_space.tga', + 'down_image' : 'locale/fr/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/fr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/fr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/fr/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/00.sub b/bin/pack/locale_fr/locale/fr/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/01.sub b/bin/pack/locale_fr/locale/fr/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/02.sub b/bin/pack/locale_fr/locale/fr/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/03.sub b/bin/pack/locale_fr/locale/fr/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/04.sub b/bin/pack/locale_fr/locale/fr/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/05.sub b/bin/pack/locale_fr/locale/fr/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/06.sub b/bin/pack/locale_fr/locale/fr/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/07.sub b/bin/pack/locale_fr/locale/fr/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/08.sub b/bin/pack/locale_fr/locale/fr/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/09.sub b/bin/pack/locale_fr/locale/fr/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/10.sub b/bin/pack/locale_fr/locale/fr/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/11.sub b/bin/pack/locale_fr/locale/fr/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/12.sub b/bin/pack/locale_fr/locale/fr/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/13.sub b/bin/pack/locale_fr/locale/fr/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/14.sub b/bin/pack/locale_fr/locale/fr/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/15.sub b/bin/pack/locale_fr/locale/fr/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/16.sub b/bin/pack/locale_fr/locale/fr/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0000.tga b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0001.tga b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0002.tga b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0003.tga b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0004.tga b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0005.tga b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0006.tga b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0007.tga b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0008.tga b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0009.tga b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0000.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0001.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0002.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0003.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0004.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0005.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0006.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0007.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0008.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0009.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0010.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0011.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0012.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0013.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0014.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/herz0015.tga b/bin/pack/locale_fr/locale/fr/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/mall.tga b/bin/pack/locale_fr/locale/fr/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/mall.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/0a2.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/0a2.tga new file mode 100644 index 00000000..472b39e3 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/a1.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/a1.tga new file mode 100644 index 00000000..3806bb6c Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/a2.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/a2.tga new file mode 100644 index 00000000..54e31586 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/a3.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/a3.tga new file mode 100644 index 00000000..f1fdd180 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/a4.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/a4.tga new file mode 100644 index 00000000..e23051e4 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/b1.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/b1.tga new file mode 100644 index 00000000..29bb6322 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/b2.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/b2.tga new file mode 100644 index 00000000..65804b74 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/b3.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/b3.tga new file mode 100644 index 00000000..e2faa766 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/b4.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/b4.tga new file mode 100644 index 00000000..6a77ff2d Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/bay.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/c1.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/c1.tga new file mode 100644 index 00000000..bb0965b4 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/c2.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/c2.tga new file mode 100644 index 00000000..74c40477 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/c3.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/c3.tga new file mode 100644 index 00000000..d077daba Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/c4.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/c4.tga new file mode 100644 index 00000000..1a9a73fe Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/cape.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/dawn.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/desert1.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/desert1.tga new file mode 100644 index 00000000..44225c42 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil1.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1.tga new file mode 100644 index 00000000..f7169514 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_1f.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..1396947c Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_2f.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..9bf4cb86 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_3f.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..953d9fad Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_4f.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..e4246880 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_5f.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..29d74046 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_6f.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..e435c44d Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_7f.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..5fb6bec9 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_8f.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..302e529a Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_9f.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..33957e83 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_title.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..f7169514 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/devil_basement.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/frame1.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/frame1.tga new file mode 100644 index 00000000..b9f003a1 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/guild1.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/guild1.tga new file mode 100644 index 00000000..58dc3e11 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/guild2.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/guild2.tga new file mode 100644 index 00000000..4e8d2792 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/guild3.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/guild3.tga new file mode 100644 index 00000000..603b0d71 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/milgyo.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/milgyo.tga new file mode 100644 index 00000000..667af1ce Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/monkey1.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/monkey1.tga new file mode 100644 index 00000000..a98874ca Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/monkey2.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/monkey2.tga new file mode 100644 index 00000000..687ad122 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/monkey3.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/monkey3.tga new file mode 100644 index 00000000..c89a8a87 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/skipia.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/skipia.tga new file mode 100644 index 00000000..4f7c36fe Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/snow1.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/snow1.tga new file mode 100644 index 00000000..f58c7c46 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/spider1.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/spider1.tga new file mode 100644 index 00000000..926fd1f8 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/thunder.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/trent.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/trent.tga new file mode 100644 index 00000000..c9f1844e Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/mapname/trent02.tga b/bin/pack/locale_fr/locale/fr/ui/mapname/trent02.tga new file mode 100644 index 00000000..fddda703 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/new_cube_bg.tga b/bin/pack/locale_fr/locale/fr/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/passworddialog.py b/bin/pack/locale_fr/locale/fr/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/select.jpg b/bin/pack/locale_fr/locale/fr/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/select.jpg differ diff --git a/bin/pack/locale_fr/locale/fr/ui/select.sub b/bin/pack/locale_fr/locale/fr/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_fr/locale/fr/ui/select/introselect.dds b/bin/pack/locale_fr/locale/fr/ui/select/introselect.dds new file mode 100644 index 00000000..54e1c272 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/select/introselect.dds differ diff --git a/bin/pack/locale_fr/locale/fr/ui/select/name_assassin.sub b/bin/pack/locale_fr/locale/fr/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/select/name_shaman.sub b/bin/pack/locale_fr/locale/fr/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/select/name_sura.sub b/bin/pack/locale_fr/locale/fr/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/select/name_warrior.sub b/bin/pack/locale_fr/locale/fr/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/select/select.dds b/bin/pack/locale_fr/locale/fr/ui/select/select.dds new file mode 100644 index 00000000..6780ade4 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/select/select.dds differ diff --git a/bin/pack/locale_fr/locale/fr/ui/select_old.jpg b/bin/pack/locale_fr/locale/fr/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/select_old.jpg differ diff --git a/bin/pack/locale_fr/locale/fr/ui/selectcharacterwindow.py b/bin/pack/locale_fr/locale/fr/ui/selectcharacterwindow.py new file mode 100644 index 00000000..ac6de1bb --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/fr/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/selectempirewindow.py b/bin/pack/locale_fr/locale/fr/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/serverlist.jpg b/bin/pack/locale_fr/locale/fr/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/serverlist.jpg differ diff --git a/bin/pack/locale_fr/locale/fr/ui/serverlist.sub b/bin/pack/locale_fr/locale/fr/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_fr/locale/fr/ui/systemdialog.py b/bin/pack/locale_fr/locale/fr/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/taskbar.py b/bin/pack/locale_fr/locale/fr/ui/taskbar.py new file mode 100644 index 00000000..4c66822b --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/taskbar.py @@ -0,0 +1,513 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/fr/ui/Mall/00.sub", + "locale/fr/ui/Mall/01.sub", + "locale/fr/ui/Mall/02.sub", + "locale/fr/ui/Mall/03.sub", + "locale/fr/ui/Mall/04.sub", + "locale/fr/ui/Mall/05.sub", + "locale/fr/ui/Mall/06.sub", + "locale/fr/ui/Mall/07.sub", + "locale/fr/ui/Mall/08.sub", + "locale/fr/ui/Mall/09.sub", + "locale/fr/ui/Mall/11.sub", + "locale/fr/ui/Mall/12.sub", + "locale/fr/ui/Mall/13.sub", + "locale/fr/ui/Mall/14.sub", + "locale/fr/ui/Mall/15.sub", + "locale/fr/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/fr/ui/Mall/00.sub", + "locale/fr/ui/Mall/01.sub", + "locale/fr/ui/Mall/02.sub", + "locale/fr/ui/Mall/03.sub", + "locale/fr/ui/Mall/04.sub", + "locale/fr/ui/Mall/05.sub", + "locale/fr/ui/Mall/06.sub", + "locale/fr/ui/Mall/07.sub", + "locale/fr/ui/Mall/08.sub", + "locale/fr/ui/Mall/09.sub", + "locale/fr/ui/Mall/11.sub", + "locale/fr/ui/Mall/12.sub", + "locale/fr/ui/Mall/13.sub", + "locale/fr/ui/Mall/14.sub", + "locale/fr/ui/Mall/15.sub", + "locale/fr/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + + }, + # { + # "name" : "BonusGui", + # "type" : "button", + + # "x" : SCREEN_WIDTH - 178, + # "y" : 3 + Y_ADD_POSITION, + + # "tooltip_text" : "Bonus", + + # "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + # "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + # "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + # }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/taskbar_easter.py b/bin/pack/locale_fr/locale/fr/ui/taskbar_easter.py new file mode 100644 index 00000000..370fb8db --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/fr/ui/Mall/easter_2012_0000.tga", + "locale/fr/ui/Mall/easter_2012_0001.tga", + "locale/fr/ui/Mall/easter_2012_0002.tga", + "locale/fr/ui/Mall/easter_2012_0003.tga", + "locale/fr/ui/Mall/easter_2012_0004.tga", + "locale/fr/ui/Mall/easter_2012_0005.tga", + "locale/fr/ui/Mall/easter_2012_0006.tga", + "locale/fr/ui/Mall/easter_2012_0007.tga", + "locale/fr/ui/Mall/easter_2012_0008.tga", + "locale/fr/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/fr/ui/Mall/easter_2012_0000.tga", + "locale/fr/ui/Mall/easter_2012_0001.tga", + "locale/fr/ui/Mall/easter_2012_0002.tga", + "locale/fr/ui/Mall/easter_2012_0003.tga", + "locale/fr/ui/Mall/easter_2012_0004.tga", + "locale/fr/ui/Mall/easter_2012_0005.tga", + "locale/fr/ui/Mall/easter_2012_0006.tga", + "locale/fr/ui/Mall/easter_2012_0007.tga", + "locale/fr/ui/Mall/easter_2012_0008.tga", + "locale/fr/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/taskbar_haloween.py b/bin/pack/locale_fr/locale/fr/ui/taskbar_haloween.py new file mode 100644 index 00000000..b58cef3a --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/fr/ui/Mall/shop_button_kuerbis0000.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0001.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0002.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0003.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0004.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0005.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0006.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0007.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0008.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0009.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0010.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0011.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0012.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0013.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0014.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/fr/ui/Mall/shop_button_kuerbis0000.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0001.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0002.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0003.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0004.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0005.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0006.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0007.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0008.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0009.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0010.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0011.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0012.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0013.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0014.tga", + "locale/fr/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/taskbar_valentine.py b/bin/pack/locale_fr/locale/fr/ui/taskbar_valentine.py new file mode 100644 index 00000000..43471584 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/fr/ui/Mall/herz0000.tga", + "locale/fr/ui/Mall/herz0001.tga", + "locale/fr/ui/Mall/herz0002.tga", + "locale/fr/ui/Mall/herz0003.tga", + "locale/fr/ui/Mall/herz0004.tga", + "locale/fr/ui/Mall/herz0005.tga", + "locale/fr/ui/Mall/herz0006.tga", + "locale/fr/ui/Mall/herz0007.tga", + "locale/fr/ui/Mall/herz0008.tga", + "locale/fr/ui/Mall/herz0009.tga", + "locale/fr/ui/Mall/herz0010.tga", + "locale/fr/ui/Mall/herz0011.tga", + "locale/fr/ui/Mall/herz0012.tga", + "locale/fr/ui/Mall/herz0013.tga", + "locale/fr/ui/Mall/herz0014.tga", + "locale/fr/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/fr/ui/Mall/herz0000.tga", + "locale/fr/ui/Mall/herz0001.tga", + "locale/fr/ui/Mall/herz0002.tga", + "locale/fr/ui/Mall/herz0003.tga", + "locale/fr/ui/Mall/herz0004.tga", + "locale/fr/ui/Mall/herz0005.tga", + "locale/fr/ui/Mall/herz0006.tga", + "locale/fr/ui/Mall/herz0007.tga", + "locale/fr/ui/Mall/herz0008.tga", + "locale/fr/ui/Mall/herz0009.tga", + "locale/fr/ui/Mall/herz0010.tga", + "locale/fr/ui/Mall/herz0011.tga", + "locale/fr/ui/Mall/herz0012.tga", + "locale/fr/ui/Mall/herz0013.tga", + "locale/fr/ui/Mall/herz0014.tga", + "locale/fr/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_at.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_at_dn.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_at_over.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_backspace.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_backspace_over.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_enter.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_enter_dn.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_enter_over.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_normal.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_normal_dn.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_normal_over.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_shift.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_shift_dn.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_shift_over.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_space.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_space_dn.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/vkey/key_space_over.tga b/bin/pack/locale_fr/locale/fr/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_fr/locale/fr/ui/webwindow.py b/bin/pack/locale_fr/locale/fr/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_cur_exp.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_ext.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_ext.sub new file mode 100644 index 00000000..7cc02116 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 301 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_ext_item1.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_ext_item2.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_last_exp.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_level.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_active.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..dcf55f39 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 116 +right 506 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_high.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..9f9072bc --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 153 +top 148 +right 187 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_low.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..e54ff327 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 118 +top 148 +right 153 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_middle.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..b8f83e42 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 131 +right 498 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_passive.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..93669e8f --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 116 +right 461 +bottom 133 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_support.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..b8b36658 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 480 +bottom 89 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_weapon.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..db20edf0 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 148 +right 118 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_std.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_std.sub new file mode 100644 index 00000000..9cf283be --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 301 +top 116 +right 414 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_std_item1.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_std_item2.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/label_uppt.sub b/bin/pack/locale_fr/locale/fr/ui/windows/label_uppt.sub new file mode 100644 index 00000000..342c4137 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 89 +right 480 +bottom 103 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/tab_1.sub b/bin/pack/locale_fr/locale/fr/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/tab_2.sub b/bin/pack/locale_fr/locale/fr/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/tab_3.sub b/bin/pack/locale_fr/locale/fr/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/tab_4.sub b/bin/pack/locale_fr/locale/fr/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/title_skill.sub b/bin/pack/locale_fr/locale/fr/ui/windows/title_skill.sub new file mode 100644 index 00000000..2b0d856e --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 398 +top 74 +right 470 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/title_status.sub b/bin/pack/locale_fr/locale/fr/ui/windows/title_status.sub new file mode 100644 index 00000000..6c63bce8 --- /dev/null +++ b/bin/pack/locale_fr/locale/fr/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 181 +top 120 +right 229 +bottom 137 \ No newline at end of file diff --git a/bin/pack/locale_fr/locale/fr/ui/windows/windows.dds b/bin/pack/locale_fr/locale/fr/ui/windows/windows.dds new file mode 100644 index 00000000..f00abdaa Binary files /dev/null and b/bin/pack/locale_fr/locale/fr/ui/windows/windows.dds differ diff --git a/bin/pack/locale_gr/locale/gr/effect/gm.mse b/bin/pack/locale_gr/locale/gr/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_gr/locale/gr/effect/ymirred.tga b/bin/pack/locale_gr/locale/gr/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/effect/ymirred.tga differ diff --git a/bin/pack/locale_gr/locale/gr/empiredesc_a.txt b/bin/pack/locale_gr/locale/gr/empiredesc_a.txt new file mode 100644 index 00000000..54d23113 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/empiredesc_a.txt @@ -0,0 +1,30 @@ +[DELAY value;10] + Shinsoo [ENTER] + Shinsoo[ENTER] + [ENTER] +. [ENTER] + [ENTER] +[WAIT] +. [ENTER] + Yoon-Yoing [ENTER] + , [ENTER] + [ENTER] + [ENTER] +[WAIT] + .[ENTER] + [ENTER] + [ENTER] + [ENTER] +. [ENTER] +[WAIT] + [ENTER] + Metin, [ENTER] + [ENTER] + [ENTER] +. [ENTER] +[WAIT] + [ENTER] + , [ENTER] + [ENTER] + [ENTER] + . \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/empiredesc_b.txt b/bin/pack/locale_gr/locale/gr/empiredesc_b.txt new file mode 100644 index 00000000..f9163f1e --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/empiredesc_b.txt @@ -0,0 +1,40 @@ +[DELAY value;10] + Chunjo [ENTER] + Chunjo[ENTER] + [ENTER] +. [ENTER] + [ENTER] +[WAIT] + [ENTER] +. [ENTER] + Yoon-Young [ENTER] + [ENTER] +. [ENTER] +[WAIT] + [ENTER] + ,[ENTER] + [ENTER] + Metin. [ENTER] + [ENTER] +[WAIT] + [ENTER] +Metin, .[ENTER] +, [ENTER] + [ENTER] + [ENTER] +[WAIT] +. [ENTER] + , [ENTER] + [ENTER] + [ENTER] + [ENTER] +[WAIT] + . [ENTER] + [ENTER] +Chunjo [ENTER] + ,[ENTER] + [ENTER] +[WAIT] + [ENTER] + [ENTER] + Metin. \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/empiredesc_c.txt b/bin/pack/locale_gr/locale/gr/empiredesc_c.txt new file mode 100644 index 00000000..37c9d865 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/empiredesc_c.txt @@ -0,0 +1,32 @@ +[DELAY value;10] + Jinno [ENTER] + Jinno [ENTER] + [ENTER] +. [ENTER] + [ENTER] +[WAIT] +. [ENTER] + [ENTER] +. [ENTER] +Jinno [ENTER] + Ee-Ryoong, [ENTER] +[WAIT] + .[ENTER] + [ENTER] + [ENTER] + [ENTER] + [ENTER] +[WAIT] + .[ENTER] + [ENTER] + [ENTER] + Metin [ENTER] + [ENTER] +[WAIT] + Jinno. , [ENTER] +Ee-Ryoong [ENTER] + [ENTER] + [ENTER] + [ENTER] +[WAIT] + Metin . \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/guildbuildinglist.txt b/bin/pack/locale_gr/locale/gr/guildbuildinglist.txt new file mode 100644 index 00000000..e21747b1 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan E -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan . -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro E. -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro E. -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro E -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro E -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro E -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro E -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro E -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro E. -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro E. -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro E. -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro E -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro . . -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Soul Crystal -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Garnet -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Saphire -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse (1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner (1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin (1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 (1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse (2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner (2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin (2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 (2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door (2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDIN b1-set (2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse (3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner (3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin (3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 (3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDIN c1-set (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 +14202 WALL fence01_back01 -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 . -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT 1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall 3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT 6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall 8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_gr/locale/gr/icon/scroll_close.tga b/bin/pack/locale_gr/locale/gr/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/icon/scroll_close.tga differ diff --git a/bin/pack/locale_gr/locale/gr/icon/scroll_open.tga b/bin/pack/locale_gr/locale/gr/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/icon/scroll_open.tga differ diff --git a/bin/pack/locale_gr/locale/gr/insult.txt b/bin/pack/locale_gr/locale/gr/insult.txt new file mode 100644 index 00000000..5f7396c2 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/insult.txt @@ -0,0 +1,1134 @@ +3ekoliara +3ekwliara +adelfizei +adelfizi +adelfofernei +adelfroferni +aderfizei +aderfizi +agamhth +agamhti +agamhtoi +agamhtos +agamith +agamiti +agamitoi +agamitos +ahrhste +ahrhstos +ahriste +ahristos +aidio +aidoio +alhth +alhths +alhths +alhti +alhtis +alith +aliths +aliths +aliti +aliti +alitis +alitis +allokotos +alokotos +araph +arapi +arapis +arhidi +arhidia +arxidi +arxidia +axrhste +axrhstos +axriste +axristos +bastarde +bastardo +bastardos +bine +bines +blakas +blakes +dabatzh +dabatzhs +davatzi +davatzis +diaole +diavole +donhtes +donhths +donhtis +donites +doniths +doniti +donitis +edio +edoio +eklasa +eklase +eklases +ekspermatish +ekspermatisi +ekspermatisths +ekspermatistis +ekspermatonei +ekspermatoni +ekspermatono +ekspermatonw +ekspermatosa +ekspermatoseis +ekspermatosi +ekspermatosis +ekspermatwnei +ekspermatwnw +ekspermatwsa +ekspermatwseis +ekspermatwsh +flore +floros +flwre +fobhtsiari +fobhtsiaris +fobitsiarh +fobitsiarhs +fovhtsiarh +fovhtsiarhs +fovhtsiari +fovhtsiaris +fovitsiarh +fovitsiarhs +gama +gamaei +gamame +gamhko +gamhmena +gamhmenh +gamhmeni +gamhmeno +gamhmenos +gamhsame +gamhsh +gamhsi +gamhsi +gamhsia +gamhsiatika +gamhsiatiko +gamhsou +gamhsou +gamia +gamias +gamiko +gamimena +gamimenh +gamimeni +gamimeno +gamimeno +gamimenos +gamimenos +gamiolh +gamiolhdes +gamiolhs +gamioli +gamiolides +gamiolis +gamisame +gamish +gamisi +gamisia +gamisia +gamisiatika +gamisiatiko +gamisou +gamisou +gamousame +gamw +geleios +gelios +geloios +gkavlwsa +gkavlwse +gkavlwseis +gkavlwses +glifomounakias +glifomouni +glyfomounakias +glyfomouni +glyfth +gmt +hesmenh +hesmeni +hesmenos +hesth +hesthdes +hesthka +hesthka +hesths +hesths +hesti +hestides +hestika +hestika +hestis +hestis +hezo +hezo +hezw +hezw +hlithie +hlithioi +hlithios +homo +ka8isterimeni +ka8isterimenos +ka8ysterimenh +ka8ysterimeni +kabla +kabli +kabliara +kabliarh +kabliari +kablono +kablonw +kablosa +kablosa +kablwnw +kablwsa +kablwsa +kargia +kargies +karia +karies +kariola +kariola +karioles +karioli +kathisterimenos +kathysterimenos +katoura +katourao +katouraw +katourhmenos +katourimenos +katourisa +katourisei +katouriseis +katourlio +katoyra +katoyrao +katoyraw +katoyrhmenos +katoyrhsa +katoyrimenos +katoyrisa +katoyrisei +katoyriseis +katoyrlio +kavla +kavli +kavliara +kavliarh +kavliari +kavlono +kavlonw +kavlosa +kavlosa +kavlwnw +kavlwsa +kavlwsa +kerata +keratas +keratose +keratwse +klania +klaniarhs +klaniaris +klanies +klasimo +kleitorida +klitorida +kolo +koloi +kolomeri +kolompara +kolotripa +kolotripida +kolotripida +kolotripidi +kolotrixa +kolotrypa +kolotrypida +kopani +kopanoi +kopanos +kopanos +ksekoliara +ksekoliara +ksekoliara +ksekoliarh +ksekoliari +ksekwliara +ksekwliara +ksekwliara +ksekwliarh +ksekwliarh +kthnobasia +kthnobaths +kthnovasia +kthnovaths +ktinobasia +ktinobatis +ktinovasia +ktinovatis +kwlo +kwloglyfeis +kwloglyfw +kwloi +kwlomeri +kwlompara +kwlotripa +kwlotripida +kwlotripida +kwlotripidi +kwlotrixa +kwlotrypa +kwlotrypida +lesbia +lesbo +lesvia +lesvo +loseri +louzeri +malaka +malakes +malakia +malakia +malakies +mastropo +mastropos +metresa +mlk +mlkia +mlkia +mlks +mounaki +mounakia +mouni +mouni +mouni +mouni +mounia +mounia +mounodoulos +mounopano +mounotrypa +moynaki +moynakia +moyni +moyni +moynia +moynia +moynodoylos +moynopano +moynotripa +moynotripa +moynotrypa +mpastarde +mpastardo +mpastardos +mpine +mpines +muni +ntabatzh +ntabatzhs +ntabatzi +ntabatzis +ntavatzi +ntavatzis +omofilofilos +omofylofilos +orgasm +orgasmi +orgasmo +orgasmoi +orgasmos +orgia +orgio +oyra +papara +paparas +pipomenos +piponei +pipose +pipothike +pipwmenos +pipwnei +pipwse +pipwthike +pisinos +pisoglenths +pisoglentis +pisokolito +pisokolito +pisokollhto +pisokollito +piswglenths +piswglentis +piswkolhto +piswkolito +piswkollhto +piswkollito +pordes +pordh +pordi +pornes +pornh +pornh +pornh +porni +porni +porni +porno +porno +porno +pornografia +pornos +pousth +pousthdes +pousths +pousti +poustides +poustis +poustofernei +poustoferni +poustra +poustres +poutana +poutana +poutana +poutana +poutanes +poutsa +poutses +poutsoglifti +poutsogliftra +poutsoglyfth +poutsoglyftra +poutsoi +poutsos +poutsos +poytana +poytana +poytanes +psoles +psolh +psolh +psoli +psoli +psolo +psoloxima +psoloxyma +pswles +pswlh +pswli +pswlo +pswloxyma +putsa +putses +putsoi +putsos +putsos +remali +remali +satanas +satanhsths +satanhstis +satanismos +satanistes +satanisths +satanistis +skata +skata +skata +skatila +skato +skatokatastash +skatokatastasi +skatokefalos +skatomoura +skatomourh +skatovouthgmenos +skatovoutigmenos +skila +skiles +skula +skules +skyla +skyles +spasikla +spasiklas +tioutos +tioytos +toioutos +toioytos +tsatsa +tsibouki +tsiboukia +tsiboyki +tsiboykia +tsimpouki +tsimpoukia +tsimpoyki +tsimpoykia +tsisa +tsoda +tsonta +tsoula +tsula +vizi +vizia +vlakas +vlakes +vyzi +vyzia +xamoura +xamoyra +xesmenh +xesmeni +xesmenos +xesth +xesthdes +xesthka +xesthka +xesths +xesths +xesti +xestides +xestika +xestika +xestikes +xestis +xestis +xezo +xezo +xezw +xezw +xino +xisia +xontrokola +xontrokolis +xontrokwla +xontrokwlhs +xoso +xristopanagia +xristopanagies +xwsw +xyno +xynw +xysi +xysia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/item_list.txt b/bin/pack/locale_gr/locale/gr/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_gr/locale/gr/item_proto b/bin/pack/locale_gr/locale/gr/item_proto new file mode 100644 index 00000000..5fd4489e Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/item_proto differ diff --git a/bin/pack/locale_gr/locale/gr/itemdesc.txt b/bin/pack/locale_gr/locale/gr/itemdesc.txt new file mode 100644 index 00000000..0b814af4 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/itemdesc.txt @@ -0,0 +1,2592 @@ +100000 (S) . +100001 (M) . +100002 (L) . +100100 . +100200 . +100300 . . +100400 . +100500 10% . +11901 . +11902 . +11903 . ( .) +11904 . ( .) +18000 +0 +18001 +1 +18002 +2 +18003 +3 +18004 +4 +18005 +5 +18006 +6 +18007 +7 +18008 +8 +18009 +9 +18010 +0 +18011 +1 +18012 +2 +18013 +3 +18014 +4 +18015 +5 +18016 +6 +18017 +7 +18018 +8 +18019 +9 +18020 +0 +18021 +1 +18022 +2 +18023 +3 +18024 +4 +18025 +5 +18026 +6 +18027 +7 +18028 +8 +18029 +9 +18030 +0 +18031 +1 +18032 +2 +18033 +3 +18034 +4 +18035 +5 +18036 +6 +18037 +7 +18038 +8 +18039 +9 +18040 +0 +18041 +1 +18042 +2 +18043 +3 +18044 +4 +18045 +5 +18046 +6 +18047 +7 +18048 +8 +18049 +9 +18050 +0 +18051 +1 +18052 +2 +18053 +3 +18054 +4 +18055 +5 +18056 +6 +18057 +7 +18058 +8 +18059 +9 +18060 +0 +18061 +1 +18062 +2 +18063 +3 +18064 +4 +18065 +5 +18066 +6 +18067 +7 +18068 +8 +18069 +9 +18070 +0 +18071 +1 +18072 +2 +18073 +3 +18074 +4 +18075 +5 +18076 +6 +18077 +7 +18078 +8 +18079 +9 +18900 . +21100 +21101 +21102 +21103 +21104 +21105 +21106 +21107 +21108 +21109 +21110 +21111 +21112 +21113 +21114 +21115 +21116 +21117 +21118 +21119 +21120 +21121 +21122 +21123 +21124 +21125 +21126 +21127 +21128 +21129 +21550 +21551 +21552 +21553 +21554 +21555 +21556 +21557 +21558 +21559 +21991 +21992 +21993 +22000 . +22010 . +25040 , 1 . +25041 . . +25100 . . +27051 (S) 300 HP. . +27052 (S) 100 SP. . +27053 (S) 10 10 . . +27054 (S) 10 10 . . +27122 (S) 300 HP. . +27123 (S) +10 10 . . +27124 . +27600 . +27610 . +27620 . +27799 +27800 . +27801 . +27802 . +27803 . +27804 . +27805 . +27806 . +27807 . +27808 . +27809 . +27810 . . +27811 . +27812 . +27813 . +27814 . +27815 . +27816 . +27817 . +27818 . +27819 , . +27820 . +27821 , . +27822 . +27823 . +27833 | . +27834 | . +27835 | . +27836 | . +27837 | . +27838 | . +27839 | . +27840 | . +27841 | . +27842 | . +27843 | . +27844 | . +27845 | . +27846 | . +27847 | . +27848 | . +27849 | . +27850 | . +27851 | . +27852 | . +27853 | . +27863 HP. +27864 SP +27865 HP. +27866 . +27867 SP +27868 . +27869 HP. +27870 10 10 . +27871 SP +27872 SP +27873 10 10 . +27874 . +27875 HP . +27876 SP +27877 5 . +27878 HP . +27879 , . +27880 - . +27881 , . +27882 - . +27883 - . +27987 . . +27988 . +27989 Metin Metin . , . 6 . +27990 . . +27991 , . +27992 | . +27993 | . +27994 | . +27995 +27996 | . +27997 HP HP. +27998 +27999 . +29001 . . +29002 nacre . +29003 nacre . +29004 nacre . +29005 nacre . +29006 . +29007 . +29008 . +29009 . +29010 . +29011 . +29012 +29013 . +29014 . +29015 . +30000 . +30001 . +30002 . +30003 . +30004 . +30005 +30006 . +30007 . +30008 . +30009 . +30010 . +30011 . +30012 . +30013 . +30014 , . +30015 . +30016 . +30017 . +30018 . +30019 . +30020 . +30021 . +30022 . +30023 . +30024 , , . +30025 . +30026 . +30027 , . +30028 . +30029 . +30030 . +30031 . +30032 , . +30033 . +30034 . +30035 . +30036 . +30037 . +30038 . +30039 . +30040 . +30041 Shiriken Ninja. +30042 , . +30043 . +30044 . +30045 . +30046 . +30047 . +30048 , . +30049 . +30050 . . +30051 , . +30052 . +30053 . +30054 . +30055 . +30056 . +30057 . +30058 . +30059 . +30060 . +30061 , ! +30062 . +30063 . +30064 . +30065 . +30066 . +30067 . +30068 . +30069 + . +30070 + , . +30071 + . +30072 + . +30073 + . +30074 + , . +30075 Shiriken+ Ninja. +30076 + . +30077 + . +30078 + . +30079 + , .. +30080 + .. +30081 + . +30082 + . +30083 + . +30084 + , .. +30085 + . +30086 + . +30087 + . +30088 + , . +30089 + , . +30090 + . .. +30091 . +30092 . +30093 . +30094 . +30095 . +30096 . +30129 . +30130 , . +30131 Deokbae. +30132 Uriel Uriel. " " +30133 . +30134 Uriel . +30135 Ariyoung Ariyoung Ayoo. +30136 . +30137 . . +30138 , . +30139 Unggyis Malors. +30140 . . +30141 . +30142 . . +30143 . . +30144 , , . +30145 Balso . +30146 . +30147 . +30148 . +30149 . . +30150 , . +30151 . +30152 . . +30153 , . +30154 . +30155 Mirine , Mirine +30156 . +30157 . +30177 . . +30179 . +30180 , . +30181 ... . +30182 . +30183 . . +30184 . +30185 , . +30186 Baljit-Elvedin, . +30187 Bahar-Taraji, . +30188 . +30189 Baljit-Elvedin Baljit-Elvedin. +30190 Bahar-Taraji . +30191 . +30192 . +30193 . +30194 . +30195 . +30196 . +30197 . +30198 . +30199 . +30210 , , . +30211 , . +30212 . +30213 . +30214 . +30215 . +30216 . +30217 . +30218 . +30219 . +30220 Jinunggyi , Jinung. +30221 , . +30222 Sagyi , Sagyi. +30223 Aurtumryu , Aurtumryu. +30224 Gyimok , Gyimok. +30225 Tugyi , Tugyi. +30228 Beran-Setaou . +30251 . +30252 . +30253 . +30254 +30265 (1) +30266 (2) +30267 (3) +30268 (4) +30269 (5) +30270 +30311 2 . +30312 6 . +30315 +30316 +30317 +30318 +30319 3 . . +30320 . +30321 Halloween HP SP. , Halloween. +30322 , . -Halloween Halloween. +30323 - - - . - . +30324 24 . . +30325 . 24 . . +30326 . . +30327 . +30329 . +30330 , , . +30331 Nemere. . +30332 . Nemere. +30333 Nemere. . +30500 . . . +30501 . +30502 . +30503 . . . +30504 . +30505 . +30506 . . . +30507 . +30508 . +30509 . . +30510 +30511 +30512 . . +30513 +30514 +30515 . . +30516 +30517 +30518 . . +30519 . . +30520 . . +30521 . . +30522 . . +30523 . . +30524 +30525 +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 . +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 . +31002 . +31003 . +31004 . +31005 , , . +31006 . , . +31007 Doyyumhwan. . +31008 , . 7 . +31009 . +31010 . +31011 +31012 +31013 . +31014 +31015 . +31016 Lee Chung Lee Chung Angmur. +31017 . +31018 . +31019 . +31020 . +31021 +31022 . +31023 +31024 +31025 +31026 . . +31027 . +31028 . +31029 . +31030 . +31031 , . . +31032 . +31033 . +31034 . +31035 . +31036 . +31037 . ' , ... +31038 . +31039 . +31040 ; +31041 +31042 . +31043 . +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 . +31074 . +31075 . . +31076 . +31077 , . +31078 . +31079 YakHwan , . +31080 , . +31081 , . +31082 . +31083 . +31084 +31085 +31086 +31087 +31088 +31089 +31090 +31091 , . +31092 +31093 , . +31094 +31095 +31096 +31097 +31098 +31099 +31100 +31101 +31102 +31103 +35000 + . . +35001 + , , . +38010 Yang , Yang . . +38011 Yang , Yang . . +38050 , ... +38051 . , . 5 . +38052 . . +38053 . , . +38054 . . . +38055 . . +38056 . +38057 . +38100 (7 ) 7 . +38101 (15 ) 15 . +38102 (30 ) 30 . +38200 , . +38201 , . +39001 . . . +39002 50% 60 . . +39003 HP 500 . . +39004 4 , . . +39005 . . +39006 , , . . +39007 . . . +39008 . . . +39009 . . . +39010 +10 10% 30 . . +39011 HP . . +39012 SP . . +39013 HP SP . . +39014 . +0 +3. . +39015 . . +39016 . . . +39017 HP 20% 30 . . +39018 12% 15% 30 . . +39019 SP 20% 30 . . +39020 12% 15% 30 . . +39021 , , . . +39022 . 1 . , 10%. . +39023 . . +39024 10 20%. . +39025 20% 10 . . +39026 60 30 . . +39027 . . . +39028 . . +39029 ( 4 ). . +39030 ( ) 2,5 . . +39031 20% 30 . . +39032 2000 ( : 8 ). . +39033 . . +39034 . 20. . +39035 . . . +39036 , 30 30 . . +39037 (S) HP . 1.000.000 HP. . +39038 (M) HP . 3.000.000 HP. . +39039 (L) HP . 7.000.000 HP. . +39040 (S) SP . 100.000 SP. . +39041 () SP . 300.000 SP. . +39042 (L) SP . 700.000 SP. . +39043 . . +39044 (S) . +39045 (L) . +39046 + . +41001 () +41002 . () +41003 , . +41004 , . +41005 . . . () . +41006 . . . () . +41007 . . GER () . +41008 . . GER () . +41009 . . TUR () . +41010 . . TUR () . +41011 . . BRA () . +41012 . . BRA () . +41013 . . () . +41014 . . () . +41015 . GER () . +41016 . GER () . +41017 . TUR () . +41018 . TUR () . +41019 . BRA () . +41020 . BRA () . +41021 . () . +41022 . () . +41023 GER () . +41024 GER () . +41025 TUR () . +41026 TUR () . +41027 BRA () . +41028 BRA () . +41029 . . () , . . +41030 . . () , . . +41031 . . . () . . +41032 . . . () . . +41033 . . GER () . . +41034 . . GER () . . +41035 . . TUR () . . +41036 . . TUR () . . +41037 . . BRA () . . +41038 . . BRA () . . +41039 . . () . . +41040 . . () . . +41041 . GER () . . +41042 . GER () . . +41043 . TUR () . . +41044 . TUR () . . +41045 . BRA () . . +41046 . BRA () . . +41047 . () . . +41048 . () . . +41049 GER () . . +41050 GER () . . +41051 TUR () . . +41052 TUR () . . +41053 BRA () . . +41054 BRA () . . +41055 FRA () . +41056 FRA () . +41057 ITA () . +41058 ITA () . +41059 POL () . +41060 POL () . +41061 ROU () . +41062 ROU () . +41063 ESP () . +41064 ESP () . +41065 . FRA () . +41066 . FRA () . +41067 . ITA () . +41068 . ITA () . +41069 . POL () . +41070 . POL () . +41071 . ROU () . +41072 . ROU () . +41073 . ESP () . +41074 . ESP () . +41075 FRA () . +41076 FRA () . +41077 ITA () . +41078 ITA () . +41079 POL () . +41080 POL () . +41081 ROU () . +41082 ROU () . +41083 ESP () . +41084 ESP () . +41085 FRA () . . +41086 FRA () . . +41087 ITA () . . +41088 ITA () . . +41089 POL () . . +41090 POL () . . +41091 ROU () . . +41092 ROU () . . +41093 ESP () . . +41094 ESP () . . +41095 . FRA () . . +41096 . FRA () . . +41097 . ITA () . . +41098 . ITA () . . +41099 . POL () . . +41100 . POL () . . +41101 . ROU () . . +41102 . ROU () . . +41103 . ESP () . . +41104 . ESP () . . +41105 FRA () . . +41106 FRA () . . +41107 ITA () . . +41108 ITA () . . +41109 POL () . . +41110 POL () . . +41111 ROU () . . +41112 ROU () . . +41113 ESP () . . +41114 ESP () . . +41117 . +41118 . +41119 . +41120 . +41121 . +41122 . +41125 . +41126 . +41129 + . . . +41130 + . . . +41131 + . . . +41132 + . . . +41133 + . . . +41134 + . . . +41135 (.) . . +41136 (.) . . +41137 . (.) . +41138 . (.) . +41139 . (.) . +41140 . (.) . +41141 . (.) . +41142 . (.) . +41143 () . +41144 () . +41145 . + (.) . . . +41146 . + (.) . . . +41147 . + (.) . . . +41148 . + (.) . . . +41149 . + (.) . . . +41150 . + (.) . . . +41151 + () . . . +41152 + () . . . +41153 AC Miryang () - . +41154 AC Miryang () - . +41155 FC Yayang () - . +41156 FC Yayang () - . +41157 RSC () - . +41158 RSC () - . +41159 Yongan FC () - . +41160 Yongan FC () - . +41161 FC Bakra () - . +41162 FC Bakra () - . +41163 FC Bokjung () - . +41164 FC Bokjung () - . +41165 FC Bavaria Hwang () - . +41166 FC Bavaria Hwang () - . +41167 Borussia Chunjo () - . +41168 Borussia Chunjo () - . +41169 SC Doyum () - . +41170 SC Doyum () - . +41171 SC Hasun Dong () - . +41172 SC Hasun Dong () - . +41173 CFR 07 () . +41174 CFR 07 () . +41175 FC Daeyami () . +41176 FC Daeyami () . +41177 GNK Kuahlo Dong () - . +41178 GNK Kuahlo Dong () - . +41179 1927 Imha () - . +41180 1927 Imha () - . +41181 FC () . +41182 FC () . +41183 FC Gumsan () - . +41184 FC Gumsan () - . +41185 Galatawaryong () - . +41186 Galatawaryong () - . +41187 Yongbi () - . +41188 Yongbi () - . +41189 Lungsam OSC () - . +41190 Lungsam OSC () - . +41191 FC Doyyumhwan () - . +41192 FC Doyyumhwan () - . +41193 () - . +41194 () - . +41195 Shinsoo United () - . +41196 Shinsoo United () - . +41197 SC .() - . +41198 SC .() - . +41199 FC () - . +41200 FC () - . +41201 Pyungmoo Saint-Hwang () . +41202 Pyungmoo Saint-Hwang () . +41203 Real Sohan () . +41204 Real Sohan () . +41205 FC Jinno 04 () - . +41206 FC Jinno 04 () - . +41207 FC Sangsun Dong () - . +41208 FC Sangsun Dong () - . +41209 Junsun Dong () - . +41210 Junsun Dong () - . +41211 Spartak Jungrang () - . +41212 Spartak Jungrang () - . +41213 C.F. () - . +41214 C.F. () - . +41215 FC St. Seungryong () . +41216 FC St. Seungryong () . +41217 AC Miryang+ () - . . +41218 AC Miryang+ () - . . +41219 FC Yayang+ () - . . +41220 FC Yayang+ () - . . +41221 RSC + () - . . +41222 RSC + () - . . +41223 Yongan FC+ () - . . +41224 Yongan FC+ () - . . +41225 FC Bakra+ () - . . +41226 FC Bakra+ () - . . +41227 FC Bokjung+ () - . . +41228 FC Bokjung+ () - . . +41229 FC Bavaria Hwang+ () - . . +41230 FC Bavaria Hwang+ () - . . +41231 Borussia Chunjo+ () - . . +41232 Borussia Chunjo+ () - . . +41233 SC Doyum+ () - . . +41234 SC Doyum+ () - . . +41235 SC Hasun Dong+ () - . . +41236 SC Hasun Dong+ () - . . +41237 CFR 07+ () . . +41238 CFR 07+ () . . +41239 FC Daeyami+ () . . +41240 FC Daeyami+ () . . +41241 GNK Kuahlo Dong+ () - . . +41242 GNK Kuahlo Dong+ () - . . +41243 1927 Imha+ () - . . +41244 1927 Imha+ () - . . +41245 FC+ () . . +41246 FC+ () . . +41247 FC Gumsan+ () - . . +41248 FC Gumsan+ () - . . +41249 Galatawaryong+ () - . . +41250 Galatawaryong+ () - . . +41251 Yongbi+ () - . . +41252 Yongbi+ () - . . +41253 Lungsam OSC+ () - . . +41254 Lungsam OSC+ () - . . +41255 FC Doyyumhwan+ () - . . +41256 FC Doyyumhwan+ () - . . +41257 + () - . . +41258 + () - . . +41259 Shinsoo United+ () - . . +41260 Shinsoo United+ () - . . +41261 SC + () - . . +41262 SC + () - . . +41263 FC+ () - . . +41264 FC+ () - . . +41265 Pyungmoo Saint-Hwang+ () . . +41266 Pyungmoo Saint-Hwang+ () . . +41267 Real Sohan+ () . . +41268 Real Sohan+ () . . +41269 FC Jinno 04+ () - . . +41270 FC Jinno 04+ () - . . +41271 FC Sangsun Dong+ () - . . +41272 FC Sangsun Dong+ () - . . +41273 Junsun Dong+ () - . . +41274 Junsun Dong+ () - . . +41275 Spartak Jungrang+ () - . . +41276 Spartak Jungrang+ () - . . +41277 C.F.+ () - . . +41278 C.F.+ () - . . +41279 FC St. Seungryong+ () . . +41280 FC St. Seungryong+ () . . +41291 () +41292 () +41293 () +41294 () +41295 . () +41296 . () +41297 . (.) +41298 . () +41299 + () . . +41300 + () . . +41301 + (.) . . +41302 + () . . +41303 . + () . . +41304 . + () . . +41305 . + () . . +41306 . + () . . +41307 () , . +41308 () , . +41309 + () , . . +41310 + () , . . +41311 (.) . +41312 . (.) . +41313 .+ (.) . . +41314 . .+ () . . +41315 () . +41316 () . +41317 + () . . +41318 + () . . +41320 () Halloween +41321 () Halloween +41322 + () Halloween. . . +41323 + () Halloween. . . +41324 +41325 +41326 +41327 +41328 ALG () . +41329 ALG () . +41330 ARG () . +41331 ARG () . +41332 AUS () . +41333 AUS () . +41334 BEL () . +41335 BEL () . +41336 BIH () -. +41337 BIH () -. +41338 BRA () . +41339 BRA () . +41340 CMR () . +41341 CMR () . +41342 CHI () . +41343 CHI () . +41344 COL () . +41345 COL () . +41346 CRC () . +41347 CRC () . +41348 CIV () . +41349 CIV () . +41350 CRO () . +41351 CRO () . +41352 ECU () . +41353 ECU () . +41354 ENG () . +41355 ENG () . +41356 FRA () . +41357 FRA () . +41358 GER () . +41359 GER () . +41360 GHA () . +41361 GHA () . +41362 GRE () . +41363 GRE () . +41364 HON () . +41365 HON () . +41366 IRN () . +41367 IRN () . +41368 ITA () . +41369 ITA () . +41370 JPN () . +41371 JPN () . +41372 KOR () . +41373 KOR () . +41374 MEX () . +41375 MEX () . +41376 NED () . +41377 NED () . +41378 NGA () . +41379 NGA () . +41380 POR () . +41381 POR () . +41382 RUS () . +41383 RUS () . +41384 ESP () . +41385 ESP () . +41386 SUI () . +41387 SUI () . +41388 URU () . +41389 URU () . +41390 USA () . +41391 USA () . +41392 ALG (/.) . . +41393 ALG (/.) . . +41394 ARG (/.) . . +41395 ARG (/.) . . +41396 AUS (/.) . . +41397 AUS (/.) . . +41398 BEL (/.) . . +41399 BEL (/.) . . +41400 BIH (/.) -. . +41401 BIH (/.) -. . +41402 BRA (/.) . . +41403 BRA (/.) . . +41404 CMR (/.) . . +41405 CMR (/.) . . +41406 CHI (/.) . . +41407 CHI (/.) . . +41408 COL (/.) . . +41409 COL (/.) . . +41410 CRC (/.) . . +41411 CRC (/.) . . +41412 CIV (/.) . . +41413 CIV (/.) . . +41414 CRO (/.) . . +41415 CRO (/.) . . +41416 ECU (/.) . . +41417 ECU (/.) . . +41418 ENG (/.) . . +41419 ENG (/.) . . +41420 FRA (/.) . . +41421 FRA (/.) . . +41422 GER (/.) . . +41423 GER (/.) . . +41424 GHA (/.) . . +41425 GHA (/.) . . +41426 GRE (/.) . . +41427 GRE (/.) . . +41428 HON (/.) . . +41429 HON (/.) . . +41430 IRN (/.) . . +41431 IRN (/.) . . +41432 ITA (/.) . . +41433 ITA (/.) . . +41434 JPN (/.) . . +41435 JPN (/.) . . +41436 KOR (/.) . . +41437 KOR (/.) . . +41438 MEX (/.) . . +41439 MEX (/.) . . +41440 NED (/.) . . +41441 NED (/.) . . +41442 NGA (/.) . . +41443 NGA (/.) . . +41444 POR (/.) . . +41445 POR (/.) . . +41446 RUS (/.) . . +41447 RUS (/.) . . +41448 ESP (/.) . . +41449 ESP (/.) . . +41450 SUI (/.) . . +41451 SUI (/.) . . +41452 URU (/.) . . +41453 URU (/.) . . +41454 USA (/.) . . +41455 USA (/.) . . +41472 , . +41473 , -. +41474 + , . . +41475 + , -. . +41476 , . +41477 . +41478 + , . . +41479 + . . +41480 . . +41481 . . +41482 . () . . +41483 . (.) . . +41484 . + . . . +41485 + . . . +41486 . +() . . . +41487 . +(.) . . . +41504 () , . : . . +41505 () , . : . . +41506 () , , . . +41507 () . . +41508 + () , . : . . . +41509 + () , . : . . . +41510 + () , , . . . +41511 + () . . . +45001 () +45002 () +45003 () . +45004 () . +45005 () , . . +45006 () . +45007 () . . +45008 . GER () . +45009 () , . +45010 GER () . +45011 () . . +45012 () . . +45013 () , . . . +45014 () . . +45015 () . . . +45016 . GER () . . +45017 () , . . +45018 GER () . . +45019 TUR () . +45020 BRA () . +45021 . () . +45022 FRA () . +45023 ITA () . +45024 POL () . +45025 ROU () . +45026 ESP () . +45027 . TUR () . +45028 . BRA () . +45029 . . . () . +45030 . FRA () . +45031 . ITA () . +45032 . POL () . +45033 . ROU () . +45034 . ESP () . +45035 TUR () . +45036 BRA () . +45037 . () . +45038 FRA () . +45039 ITA () . +45040 POL () . +45041 ROU () . +45042 ESP () . +45043 . TUR () . +45044 . BRA () . +45045 . . . () . +45046 . FRA () . +45047 . ITA () . +45048 . POL () . +45049 . ROU () . +45050 . ESP () . +45053 . +45054 . +45055 . +45056 . +45057 . +45058 . +45061 . , . +45062 . , . +45065 + . . . +45066 + . . . +45067 + . . . +45068 + . . . +45069 + . . . +45070 + . . . +45073 () . , . . +45074 () . , . . +45075 . (.) . +45076 . (.) . +45077 . (.) . +45078 . +45079 () . +45080 () . +45081 . + (.) . . . +45082 . + (.) . . . +45083 . + (.) . . . +45084 + . . . +45085 + () . . . +45086 + () . . . +45087 () , . . +45088 () , . . +45089 () , . . +45090 () , . . +45091 () , . . +45092 () , . . +45093 () , . . +45094 () , . . +45095 () , . . +45096 () , . . +45097 + () , . . . +45098 + () , . . . +45099 + () , . . . +45100 + () , . . . +45101 + () , . . . +45102 + () , . . . +45103 + () , . . . +45104 + () , . . . +45105 + () , . . . +45106 + () , . . . +45119 () +45120 () +45121 () +45122 () +45123 () +45124 () +45125 (.) +45126 () +45127 + () . . +45128 + () . . +45129 + (.) . . +45130 + () . . +45131 + (.) . . +45132 .+ () . . +45133 .+ () . . +45134 .+ () . . +45135 () . +45136 () . +45137 + () . . +45138 + () . . +45139 Tengu +45140 +45141 Kifwebe +45142 +45143 Tengu+ . . +45144 + . . +45145 Kifwebe+ . . +45146 + . . +45147 () . +45148 () . +45149 + () . . +45150 + () . . +45151 () . +45152 () . +45153 + () . . +45154 + () . . +45156 () Halloween +45157 () Halloween +45158 + () Halloween. . . +45159 + () Halloween. . . +45160 +45161 +45162 +45163 +45164 . +45165 . +45166 . . +45167 + . . +45168 .+ . . +45169 . + . . +45170 - - Halloween +45171 , . +45172 -+ - Halloween. . +45173 + , . . +45174 . . +45175 . . +45176 . (.) . . +45177 . (.) . . +45178 + . . . +45179 + . . . +45180 . .+ (.) . . . +45181 . .+ (.) . . . +45190 () , . . +45191 () , . . +45192 () , . . +45193 () , . . +45194 + () , . . . +45195 + () , . . . +45196 + () , . . . +45197 + () , . . . +50001 . . +50002 | . +50003 . . +50004 . +50005 . 40. +50006 . +50007 . +50008 +. +50009 +. +50010 . +50011 . . +50012 + , . +50013 + , . +50016 +50017 +50018 +50019 +50020 HP. +50021 SP. +50022 . +50023 . +50024 , . Ninja . +50025 , , , , . Sura . +50027 .| . +50031 , . . +50032 , . Sura . +50033 . . +50034 ; +50035 () . +50036 () . +50037 . . +50050 +50051 . +50052 . | . +50053 | . +50054 . +50055 . +50056 Ginseng ginseng. Ginseng. +50057 , . . +50058 , . . +50059 , . , . +50060 1 . . +50067 . . +50068 . . +50070 . +50071 . +50072 . +50073 . +50074 . +50075 . +50076 . +50077 . +50078 . +50079 . +50080 . +50081 . +50082 . +50083 . +50084 , . +50091 | . +50092 | . . +50093 . 10 30 . +50094 . 10 30 . +50096 Kick it like Baljit-Elvedin! +50100 .() +50101 .() +50102 .() +50103 .() +50104 .() +50105 .() +50106 | . +50108 . . +50118 +50119 +50120 . +50121 . +50122 . +50123 +50124 . +50125 - ... +50126 - ... +50127 / . +50128 / . . . ... +50129 . +50130 . . . ... +50131 . . . ... +50132 / . , . , . +50133 . . , . , . +50134 . . , . , . +50135 . , . , . +50136 . , . , . +50137 . , . , . +50150 ' . ; +50151 ' . ; +50152 ' . ; +50153 ' . ; +50154 ' . ; +50155 ' . ; +50156 . . ' . +50160 +50161 +50162 +50163 +50164 +50165 +50166 +50167 +50168 +50169 +50170 +50171 +50172 +50173 +50174 +50175 +50176 +50177 +50178 +50179 +50180 , . +50181 . +50182 . +50183 +50184 +50185 +50186 . . +50187 I . +50188 . II 10. +50189 . III 20. +50190 I 30. +50191 II 40. +50192 III 50. +50193 I 60. +50194 II 70. +50195 III 80. +50196 90. +50197 +50198 +50199 +50200 . +50212 I . +50213 I . +50215 Halloween . , . +50216 , +10% , +5% +10% . +50249 . +50252 Cor Draconis , . +50253 +50254 . +50255 Cor Draconis (.) , . +50256 Cor Draconis (.) , . +50257 Cor Draconis (.) , . +50258 Cor Draconis (.) , . +50259 Cor Draconis (.) , . +50260 Cor Draconis (.) , . +50263 . , , , . +50264 . +50265 . +50300 . +50301 Sun Zi | | . +50302 Wu i | | . +50303 WeiLiao Zi | | . +50304 . . +50305 . . +50306 . . +50307 - . +50308 - . +50309 - . +50310 - , . +50311 Shinsoo A Shinsoo . +50312 Chunjo A Chunjo . +50313 Jinno A Jinno . +50314 . . +50315 . , . +50316 . . +50401 . . +50402 . . +50403 . . +50404 . . +50405 . . +50406 . . +50416 . . +50417 . . +50418 . . +50419 . . +50420 . . +50421 . . +50431 . . +50432 . . +50433 . . +50434 . . +50435 . . +50436 . . . . +50446 . . +50447 .| . +50448 . . +50449 . . +50450 . . . +50451 . . +50461 . . +50462 . . +50463 . . +50464 . . +50465 . . +50466 . . +50476 . . +50477 . . +50478 . . +50479 . . +50480 . . +50481 . . +50491 . . . +50492 . . +50493 . . +50494 . . +50495 . . +50496 . . +50506 . . +50507 . . +50508 . . . +50509 . . +50510 . . +50511 . . +50512 . +50513 . +50530 . . +50531 . . +50532 . . +50533 . . +50534 . . . +50535 . . . +50600 . . +50601 . +50602 . +50603 . +50604 . +50605 .. +50606 . +50607 .. +50608 .. +50609 .. +50610 .. +50611 . +50612 . +50613 . .. +50614 , . +50615 , . +50616 . +50617 . +50618 , . +50619 . +50621 . +50622 .| . +50623 . +50624 , . . +50625 .| . +50626 . . +50627 5.000 . . +50628 . . +50629 . +50630 . +50631 . . +50632 . . +50633 .| . +50634 . . +50635 . . +50636 . . +50637 . . +50638 . . +50639 . . +50701 . +50702 . +50703 , . +50704 . +50705 , . +50706 . +50707 . +50708 . +50709 . +50710 . +50711 . +50712 Sam-Zi . +50721 . +50722 . +50723 , . +50724 . +50725 , . +50726 . +50727 . +50728 . +50729 . +50730 . +50731 . +50732 Sam-Zi . +50801 . . +50802 . 5 3 . +50803 . . +50804 . . +50805 . +50806 . +50807 . +50808 . +50809 . +50810 . +50811 +50812 Sam-Zi Sam-Zi. +50813 Sim . 10% 3 . +50814 Doc . 10% 3 . +50815 Bo + . . +50816 Young + . . +50817 Zin Sim . 50 3 . +50818 SamBo Doc . 70 3 . +50819 Mong Bo . 10% 3 . +50820 Hwal Young . 3 3 . +50901 . +50902 greenhorns. +50903 . +50904 . +50905 Sim . +50906 Doc . +50907 Bo . +50908 Young . +50909 Zin . +50910 Hwal , . +51001 . 30 . +51002 2 . +51501 Cor Draconis (.) . +51502 Cor Draconis (.) . +51503 Cor Draconis () . . . +51504 Cor Draconis () . . . +51505 Cor Draconis () . . . +51506 Cor Draconis () . . . +51507 Cor Draconis (.) . +51508 Cor Draconis () . +51509 Cor Draconis () . +51510 Cor Draconis () . +51511 Cor Diamas . +51512 Cor Rubinum Cor Draconis. . +51513 Cor Jadeit Cor Draconis. . +51514 Cor Saphirum Cor Draconis. . +51515 Cor Granatum Cor Draconis. . +51516 Cor Atrum Cor Draconis. . +51517 Cor Diamas () Cor Draconis. . . . +51518 Cor Rubinum () Cor Draconis. . . +51519 Cor Jadeit () Cor Draconis. . . +51520 Cor Saphirum () Cor Draconis. . . +51521 Cor Granatum () Cor Draconis. . . +51522 Cor Atrum () Cor Draconis. . . +51523 Cor Diamas () Cor Draconis. . . +51524 Cor Rubinum () Cor Draconis. . . +51525 Cor Jadeit () Cor Draconis. . . +51526 Cor Saphirum () Cor Draconis. . . +51527 Cor Granatum () Cor Draconis. . . +51528 Cor Atrum () Cor Draconis. . . +51529 Cor Diamas () Cor Draconis. . . +51530 Cor Rubinum () Cor Draconis. . . +51531 Cor Jadeit () Cor Draconis. . . +51532 Cor Saphirum () Cor Draconis. . . +51533 Cor Granatum () Cor Draconis. . . +51534 Cor Atrum () Cor Draconis. . . +51535 Cor Diamas () Cor Draconis. . . +51536 Cor Rubinum () Cor Draconis. . . +51537 Cor Jadeit () Cor Draconis. . . +51538 Cor Saphirum (.) Cor Draconis. . . +51539 Cor Granatum (.) Cor Draconis. . . +51540 Cor Atrum () Cor Draconis. . . +51541 Cor Draconis (.) . . . +51542 Cor Diamas () Cor Draconis. . . +51543 Cor Rubinum () Cor Draconis. . . +51544 Cor Jadeit () Cor Draconis. . . +51545 Cor Saphirum (.) Cor Draconis. . . +51546 Cor Granatum (.) Cor Draconis. . . +51547 Cor Atrum () Cor Draconis. . . +51548 Cor Draconis (.) . . . +51549 Cor Draconis () . . . +51550 Cor Diamas () Cor Draconis. . . +51551 Cor Rubinum () Cor Draconis. . . +51552 Cor Jadeit () Cor Draconis. . . +51553 Cor Saphirum () Cor Draconis. . . +51554 Cor Granatum () Cor Draconis. . . +51555 Cor Atrum () Cor Draconis. . . +51556 Cor Diamas () Cor Draconis. . . +51557 Cor Rubinum () Cor Draconis. . . +51558 Cor Jadeit () Cor Draconis. . . +51559 Cor Saphirum () Cor Draconis. . . +51560 Cor Granatum () Cor Draconis. . . +51561 Cor Atrum () Cor Draconis. . . +51562 Cor Draconis () . . . +51563 Cor Diamas () Cor Draconis. . . +51564 Cor Rubinum () Cor Draconis. . . +51565 Cor Jadeit () Cor Draconis. . . +51566 Cor Saphirum () Cor Draconis. . . +51567 Cor Granatum () Cor Draconis. . . +51568 Cor Atrum () Cor Draconis. . . +51569 Cor Draconis () . . . +51570 Cor Diamas () Cor Draconis. . . +51571 Cor Rubinum () Cor Draconis. . . +51572 Cor Jadeit () Cor Draconis. . . +51573 Cor Saphirum () Cor Draconis. . . +51574 Cor Granatum () Cor Draconis. . . +51575 Cor Atrum () Cor Draconis. . . +51576 Cor Draconis+ () Cor Draconis. . . +51577 Cor Diamas+ () Cor Draconis. . . +51578 Cor Rubinum+ () Cor Draconis. . . +51579 Cor Jadeit+ () Cor Draconis. . . +51580 Cor Saphirum+ () Cor Draconis. . . +51581 Cor Granatum+ () Cor Draconis. . . +51582 Cor Atrum+ () Cor Draconis. . . +51583 Cor Draconis+ () Cor Draconis. . . +51584 Cor Diamas+ () Cor Draconis. . . +51585 Cor Rubinum+ () Cor Draconis. . . +51586 Cor Jadeit+ () Cor Draconis. . . +51587 Cor Saphirum+ () Cor Draconis. . . +51588 Cor Granatum+ () Cor Draconis. . . +51589 Cor Atrum+ () Cor Draconis. . . +51590 Cor Draconis+ () Cor Draconis. . . +51591 Cor Diamas+ () Cor Draconis. . . +51592 Cor Rubinum+ () Cor Draconis. . . +51593 Cor Jadeit+ () Cor Draconis. . . +51594 Cor Saphirum+ () Cor Draconis. . . +51595 Cor Granatum+ () Cor Draconis. . . +51596 Cor Atrum+ () Cor Draconis. . . +51597 Cor Draconis+ (.) Cor Draconis. . . +51598 Cor Diamas+ () Cor Draconis. . . +51599 Cor Rubinum+ (.) Cor Draconis. . . +51600 Cor Jadeit+ () Cor Draconis. . . +51601 Cor Saphirum+ (.) Cor Draconis. . . +51602 Cor Granatum+ (.) Cor Draconis. . . +51603 Cor Atrum+ () Cor Draconis. . . +51604 Cor Draconis+ (.) Cor Draconis. . . +51605 Cor Diamas+ () Cor Draconis. . . +51606 Cor Rubinum+ (.) Cor Draconis. . . +51607 Cor Jadeit+ () Cor Draconis. . . +51608 Cor Saphirum+ (.) Cor Draconis. . . +51609 Cor Granatum+ (.) Cor Draconis. . . +51610 Cor Atrum+ () Cor Draconis. . . +51611 Cor Draconis+ () Cor Draconis. . . +51612 Cor Diamas+ () Cor Draconis. . . +51613 Cor Rubinum+ () Cor Draconis. . . +51614 Cor Jadeit+ () Cor Draconis. . . +51615 Cor Saphirum+ () Cor Draconis. . . +51616 Cor Granatum+ () Cor Draconis. . . +51617 Cor Atrum+ () Cor Draconis. . . +51618 Cor Draconis+ () Cor Draconis. . . +51619 Cor Diamas+ () Cor Draconis. . . +51620 Cor Rubinum+ () Cor Draconis. . . +51621 Cor Jadeit+ () Cor Draconis. . . +51622 Cor Saphirum+ () Cor Draconis. . . +51623 Cor Granatum+ () Cor Draconis. . . +51624 Cor Atrum+ () Cor Draconis. . . +51625 Cor Draconis+ () Cor Draconis. . . +51626 Cor Diamas+ () Cor Draconis. . . +51627 Cor Rubinum+ () Cor Draconis. . . +51628 Cor Jadeit+ () Cor Draconis. . . +51629 Cor Saphirum+ () Cor Draconis. . . +51630 Cor Granatum+ () Cor Draconis. . . +51631 Cor Atrum+ () Cor Draconis. . . +51632 Cor Draconis+ () Cor Draconis. . . +51633 Cor Diamas+ () Cor Draconis. . . +51634 Cor Rubinum+ () Cor Draconis. . . +51635 Cor Jadeit+ () Cor Draconis. . . +51636 Cor Saphirum+ () Cor Draconis. . . +51637 Cor Granatum+ () Cor Draconis. . . +51638 Cor Atrum+ () Cor Draconis. . . +51639 11 Cor Draconis. +51640 + 11 Cor Draconis . +51641 + . Cor Draconis . +51642 (.) Cor Draconis . +51643 11 Cor Draconis. +51644 + 11 Cor Draconis . +51645 . . .+ (.) Cor Draconis . +51646 . . . (.) Cor Draconis . +52001 () . 5% . +52002 () . 5%. +52003 () . HP 500. +52004 () . 150. +52005 () . 100. +52006 () . +3% . +52007 () . 3%. +52008 () . HP 250. +52009 () . 50. +52010 () . 30. +52011 . () . +5% . +52012 . () . 5%. +52013 . () . HP 500. +52014 . () . 150. +52015 . () . 100. +52016 () . 5% . +52017 () . 5%. +52018 () . HP 500. +52019 () . 150. +52020 () . 100. +52021 () . +3% . +52022 () . 3%. +52023 () . HP 250. +52024 () . 50. +52025 () . 30. +52026 . () . +5% . +52027 . () . 5%. +52028 . () . HP 500. +52029 . () . 150. +52030 . () . 100. +52031 (.) . 5% . +52032 (.) . 5%. +52033 (.) . HP 500. +52034 (.) . 150. +52035 (.) . 100. +52036 (.) . +3% . +52037 (.) . 3%. +52038 (.) . HP 250. +52039 (.) . 50. +52040 (.) . 30. +52041 . (.) . +5% . +52042 . (.) . 5%. +52043 . (.) . HP 500. +52044 . (.) . 150. +52045 . (.) . 100. +52046 () . 5% . +52047 () . 5%. +52048 () . HP 500. +52049 () . 150. +52050 () . 100. +52051 () . +3% . +52052 () . 3%. +52053 () . HP 250. +52054 () . 50. +52055 () . 30. +52056 (.) . +5% . +52057 (.) . 5%. +52058 (.) . HP 500. +52059 (.) . 150. +52060 (.) . 100. +52061 . (.). 5% . +52062 . (.). 5%. +52063 . (.). HP 500. +52064 . (.). 150. +52065 . (.). 100. +52066 . (). +3% . +52067 . (). 3%. +52068 . (.). HP 250. +52069 . (.). 50. +52070 . (.). 30. +52071 . . (). +5% . +52072 . . (). 5%. +52073 . . (.). HP 500. +52074 . . (.). 150. +52075 . . (.). 100. +52076 . (.). 5% . +52077 . (.). 5%. +52078 . (.). HP 500. +52079 . (.). 150. +52080 . (.). 100. +52081 . (). +3% . +52082 . (.). 3%. +52083 . (.). HP 250. +52084 . (.). 50. +52085 . (.). 30. +52086 . . (). +5% . +52087 . . (.). 5%. +52088 . . (.). HP 500. +52089 . . (.). 150. +52090 . . (.). 100. +52091 . , 5% . +52092 . , 5%. +52093 . , HP 500. +52094 . , 150. +52095 . , 100. +52096 . +3% . +52097 . 3%. +52098 . HP 250. +52099 . 50. +52100 . 30. +52101 . . +5% . +52102 . . 5%. +52103 . . HP 500. +52104 . . 150. +52105 . . 100. +52106 () . , 5% . +52107 () . , 5%. +52108 () . , HP 500. +52109 () . , 150. +52110 () . , 100. +52111 () . +3% . +52112 () . 3%. +52113 () . HP 250. +52114 () . 50. +52115 () . 30. +52116 () . +5% . +52117 () . 5%. +52118 () . HP 500. +52119 () . 150. +52120 () . 100. +52701 . +52702 . +52703 . . +52704 . +52705 . (.) (.). +52706 . (.) (.). +52707 +52708 . +53001 +53002 . +53003 , . +53005 Azrael 1500 HP 15% . +53006 Azrael () 1500 HP 15% . +53007 , . +53008 . +53009 . +53010 , . +53011 , . +53012 , . +53013 , . +53014 . +53015 (.) . +53016 . +53017 . +53018 (.) . +53019 (.) . +53020 (.) . +53021 (.) . +53022 , . +53023 , . +53024 (7 ) . +53025 (7 ) . +53026 +53218 (30 ) . +53219 (120 ) . +53220 (30 ) . +53221 (120 ) . +53222 . +53223 . +53224 , . +53225 , . +53226 () . 5% HP 1.500. +53227 () . 5% HP 1.500. +53501 +53502 , . +53503 . +53504 +53505 +53506 +53516 . - . +53517 , . +53518 . +53519 . +53520 . +53521 . +53522 , . +53523 . +53526 +53527 , . +53528 . +53529 , . , . +53530 , . ! +53531 . +53532 . ! . +54041 +54042 +54043 I . +60001 . +60002 . +60003 . +70002 Yang . +70003 | +70004 . 2% . +70005 50% . +70006 . . +70008 . +70009 , . +70010 . +70012 , , Taehwa, . +70013 Tae-Hwa, . +70014 . . +70015 , . +70020 HP 500 . +70024 . 4, . +70027 , . +70031 . +70035 . +70037 . 1 . +70038 , , . +70039 . , . +70040 . +70043 . +70047 . . +70048 . , . +70049 Lucy : ߻. . +70050 . +70051 . +70052 1 . +70053 2 . +70054 3 . +70056 + HP 1000 . +70057 , , . . +70058 50 . . +70063 . . ( 3 ) +70064 . +70102 Zen | +70104 . +70105 . +70106 . +70107 . +70201 . . +70202 .| 3 . +70203 .| 3 . +70204 .| 3 . +70205 .| 3 . +70206 .| 3 . +70301 . +70302 . +71001 , . ( ) +71002 . . +71003 . . +71004 . +71005 7 . +71006 15 . +71007 30 . +71008 3 . ( ) +71009 2 30 . +71010 Yang . +71011 . +71012 , 30% . : 3 . ( ) +71013 . ( ) +71014 +10 10% 30 . +71015 50% . +71016 50% 30 . ( ) +71017 Yang 50% 30 . ( ) +71018 HP 100%. +71019 SP . ( ) +71020 HP SP 100%. +71021 (100%). +0 +3 +71022 , . +71023 , . +71024 , . +71025 . +71026 . . +71027 HP 20% 30 . +71028 30 12-15%. +71029 SP 20% 30 . +71030 12-15% 30 . +71031 , , . +71032 . 1. , 10% +71033 . +71034 +15 15% 30 . +71035 . +71036 . ! Boss ! +71037 . ! Boss ! +71038 . ! Boss ! +71039 . ! Boss ! +71040 . ! Boss ! +71041 . ! Boss ! +71042 . , ! +71043 - . , ! +71044 10 20%. +71045 20% 10 . +71047 . +71048 . +71049 10 . +71050 60 30 . +71051 bonus , bonus. +71052 bonus . +71054 . +71055 . +71056 . +71057 , . +71058 , . +71059 , . +71060 , . +71061 , . +71062 , . +71063 , . +71064 , . +71065 , . +71066 , . +71067 , . +71068 , . +71069 , 8% 3 . . .. 50% , . +71070 , 20% 3 . . .. 50% , . +71071 , 8% 3 . . .. 50% , . +71072 , 15% 3 . . .. 50% , . +71073 3 40 . . .. 50% , . +71074 , 30 3 . . .. 50% , . +71075 () . +71076 () . +71077 () . +71078 () . +71079 () . +71080 Metin() etin . +71081 Metin() etin . +71082 Metin() etin . +71083 . . +71084 bonus . +71085 bonus ( 4 bonus). +71088 - greenhorn. +71089 - . +71090 - . +71091 . +71092 . , . +71093 . +71094 ( ) 2,5 . +71095 , . +71096 . +71099 . +71100 . . , 31. +71101 20% 30 . +71102 +71103 . () 1 . +71104 (INT) 1 . +71105 (STR) 1 . +71106 (DEX) 1 . +71107 2000 ( : 8 ). +71108 HP 800 . . +71109 . +71110 . , 20. +71113 . . +71114 . . , . +711151 . , . +711152 . , . +711153 . , . +711154 . , . +71115 . , . +71116 . . , . +711171 . , . +711172 . , . +711173 . , . +711174 . , . +71117 . , . +71118 . . , . +711191 . , . +711192 . , . +711193 . , . +711194 . , . +71119 . , . +71120 . . , . +711211 . , . +711212 . , . +711213 . , . +711214 . , . +71121 . , . +71122 +71123 . +71124 . +71125 . . , . . +71126 , . . +71127 , . . +71128 . , . . +71129 ... +71130 , . . +71131 . +71132 . +71133 . +71134 . +71135 . +71136 , . +71137 . . ( , (). +71138 . . () , (). +71139 . . (.) , (). +71140 . . .(.) , (). +71141 . .() , (). +71142 . . () , (). +71143 : +50% +20% +20% +30% +10% HP +10% SP +71144 , ! +71145 . +71146 () 5 ! 30 . +71147 () 5 ! 30 . +71148 +30% XP, +20% , +20% , +20% , +30% , +10% HP +10% SP 7 . +71149 . . +30% XP, +20% Sura, +20% , +20% , +30% , +10% HP +10% SP. +71150 -. +71151 . 40. . . +71152 ( 4 ). 40. . +71153 100% . . +71154 (3 ) 80% . . +71155 (3 .) 100% . . +71156 (3 .) 150% . . +71157 +71158 +50% , +30% , +20% , +20% , +10% HP +10% SP. +71159 . . +71160 . . +71161 . +71164 , . +71166 . . +71171 . +71172 . +71173 . +71174 , . +71175 , . +71176 . +71177 . +71178 /S 10 . +71179 /L 25 . +71180 (3 ) 80% . . +71181 (3 .) 100% . . +71182 Muffin () Muffin, -. +71183 Nugget () Nugget, -. +71184 Muffin () Muffin, -. +71185 Nugget () Nugget, -. +71186 Muffin (.) Muffin, -. +71187 Nugget (.) Nugget, -. +71188 , . +72001 EXP 50% 1 . +72002 EXP 50% 30 . +72003 EXP 50% 3 . +72004 10 . +72005 30 . +72006 3 . +72007 10 . +72008 30 . +72009 3 . +72010 , 15 . +72011 , 30 . +72012 , 3 . +72013 15 . +72014 30 . +72015 3 . +72016 Yang 15 . +72017 Yang 30 . +72018 Yang 3 . +72019 2 15 . +72020 2 30 . +72021 2 3 . +72022 Yang 10 . +72023 Yang 30 . +72024 Yang 3 . +72025 +10% +72026 +10% +72027 +10% +72028 . +72029 . +72030 . +72031 12% 15 % 30 . +72032 12% 15 % 30 . +72033 12% 15 % 30 . +72034 12% ~ 15% . +72035 12% ~ 15% . +72036 12% ~ 15% . +72037 HP +20% 30 . +72038 HP +20% 30 . +72039 HP +20% 30 . +72040 SP 20% 30 . +72041 SP 20% 30 . +72042 SP 20% 30 . +72043 , EXP , 30%. +72044 , EXP , 30%. +72045 , EXP , 30%. +72046 20% 10 . +72047 20% 10 . +72048 20% 10 . +72301 , 1 . +72302 +72303 +72304 +72305 +72306 +72307 +72308 . +72309 +72310 +72311 +72312 +72313 +72314 +72501 . (iCafe) 20% EXP iCafe. +72502 (iCafe) 1.5 iCafe. +72701 30 . +72703 200 2 ( ). . +72704 200 2 ( ). . +72705 15% 2 ( ). . +72706 15% 2 ( ). . +72723 (S) HP . 1.000.000 HP. +72724 (M) HP . 3.000.000 HP. +72725 (L) HP . 7.000.000 HP. +72726 () HP . 10.000.000 HP. . +72727 (S) SP . 100.000 SP. +72728 () SP . 300.000 SP. +72729 (L) SP . 700.000 SP. +72730 () SP . 1.000.000 SP. . +73001 () . +73002 () . +73003 () . +73004 () . +73005 . +73006 . +73007 . +73008 . +73009 () . +73010 () . +73011 () . +73012 () . +73251 () . +73252 () . +73253 () . +73254 () . +73255 (.) . +73256 (.) . +73257 (.) +73258 () +73259 () . +73260 () . +73261 () . +73262 () . +73501 () . +73502 () . +73503 () . +73504 () . +73505 . () +73506 . (.) . +73507 . () . +73508 . () . +73509 () () +73510 () +73511 () +73512 () +73751 () . +73752 () . +73753 () . +73754 () . +73755 () . +73756 () . +73757 () . +73758 () . +73759 .(.) M . +73760 .(.) M . +73761 .() M . +73762 .(.) M . +74001 () . +74002 () . +74003 () . +74004 () . +74005 (.) . +74006 ( ) . +74007 () . +74008 (.) . +74009 () . +74010 () . +74011 () . +74012 () . +74013 1% HP . ( 7 ). +74014 1% SP . ( 7 ). +74015 . 1% HP . ( 7 ). +74016 . 1% SP . ( 7 ). +74017 ( 7 ). +74018 ( 7 ). +74019 ( 7 ). +74020 -. () . . . +74251 () , . . +74252 () , . . +74253 () , . . +74254 () , . . +74255 (.) . +74256 (.) . +74257 (.) . +74258 () . +74259 () . +74260 () . +74261 () . +74262 () . +74263 () 1% HP . ( 7 ). +74264 () 1% SP . ( 7 ). +74265 () 1% HP . ( 7 ). +74266 () 1% SP . ( 7 ). +74267 () ( 7 ). +74268 () ( 7 ). +74269 () ( 7 ). +74270 - () . . . +74501 () . +74502 () . +74503 () . +74504 () . +74505 . () . +74506 . (.) . +74507 . () . +74508 . () . +74509 () , . +74510 () , . +74511 () , . +74512 () , . +74513 Sura () 1% HP Sura. ( 7 ). +74514 Sura () 1% SP Sura. ( 7 ). +74515 Sura () 1% HP Sura. ( 7 ). +74516 Sura () 1% SP Sura. ( 7 ). +74517 Sura () Sura ( 7 ). +74518 Sura () Sura ( 7 ). +74519 Sura () Sura ( 7 ). +74520 - Sura() Sura . . . +74521 () . +74522 . +74523 () . +74524 () . +74525 () . +74526 (.) . +74527 () . +74528 / . +74529 () . +74530 () . . +74531 / . +74532 () . +74533 () . +74534 . () . +74535 () , . +74536 () . +74537 . () . +74538 () , . +74539 () . +74540 () . +74541 .() M . +74542 () , . +74543 () . +74544 .() , . +74545 (.) , . +74546 (.) , . +74547 () , . +74548 () , . +74549 (.) , . +74550 () . +74551 () . +74552 () . +74553 () . +74554 () . +74555 . (.) . +74556 . () . +74557 . () . +74558 . () . +74559 . (.) . +74751 () -. +74752 () -. +74753 () -. +74754 () -. +74755 () . +74756 () . +74757 () . +74758 () . +74759 .(.) , . +74760 .(.) , . +74761 .() , . +74762 .(.) , . +74763 () 1% HP . ( 7 ). +74764 () 1% SP . ( 7 ). +74765 () 1% HP . ( 7 ). +74766 () 1% SP . ( 7 ). +74767 () ( 7 ). +74768 () ( 7 ). +74769 () ( 7 ). +74770 -. () . . . +75001 () . +75002 () . +75003 () . +75004 () . +75005 () . +75006 () . +75007 () . +75008 (.) . +75009 () . +75010 (.) . +75011 (.) . +75012 () . +75013 1% HP . ( 7 ). +75014 1% SP . ( 7 ). +75015 1% HP . ( 7 ). +75016 1% SP . ( 7 ). +75017 ( 7 ). +75018 ( 7 ). +75019 ( 7 ). +75020 -. () . . . +75201 (.) . +75202 () . +75203 () . +75204 () . +75205 (.) . +75206 (.) . +75207 (.) . +75208 () . +75209 () . +75210 () . +75211 () . +75212 () . +75213 () 1% HP . ( 7 ). +75214 () 1% SP . ( 7 ). +75215 .() 1% HP . ( 7 ). +75216 .() 1% SP . ( 7 ). +75217 () ( 7 ). +75218 () . ( 7 ). +75219 () ( 7 ). +75220 - () . . . +75401 (.) , Sura. +75402 (.) , Sura. +75403 () , Sura. +75404 () , Sura. +75405 . () , . +75406 . (.) , , . +75407 . () , . +75408 . () , . +75409 () . +75410 () . +75411 () . +75412 () . +75413 Sura () 1% HP Sura. ( 7 ). +75414 Sura () 1% SP Sura. ( 7 ). +75415 Sura () 1% HP Sura. ( 7 ). +75416 Sura () 1% SP Sura. ( 7 ). +75417 Sura () Sura ( 7 ). +75418 Sura () Sura ( 7 ). +75419 Sura () Sura ( 7 ). +75420 - Sura() Sura . . . +75601 () . +75602 () . +75603 () . +75604 () . +75605 () . +75606 () . +75607 () . +75608 () . +75609 .(.) . . +75610 .(.) . . +75611 .() . . +75612 .(.) . . +75613 1% HP . ( 7 ). +75614 1% SP . ( 7 ). +75615 1% HP . ( 7 ). +75616 1% SP . ( 7 ). +75617 ( 7 ). +75618 . ( 7 ). +75619 ( 7 ). +75620 -. () . . . +76000 HP 500 . . +76001 . . . +76002 . . +76003 20% 30 . . +76004 (S) SP . 10.000 SP. . +76005 (M) SP . 300.000 SP. . +76006 Metin Metin. , . 6 . . +76007 , . . . +76008 . . +76009 . 1. , 10%. . +76010 Bahar-Taraji . . +76011 , 30% . . +76012 60 30 . . +76013 .() ( 4 ). . . +76014 .() . . . +76015 . 4 , . . +76016 . 1. . +76017 +10 10% 30 . . +76018 +15 15% 30 . . +76019 , . . +76020 . . +76021 (S) HP . 100.000 HP. . +76022 () HP . 3.000.000 HP. . +76023 . 40. . . +76024 ( 4 ). 40. . . +76025 30 . +80001 . +80002 . +80008 . . +80014 (100) 100 . . +80015 (500) 500 . . +80016 (1000) 1000 . . +80017 (50) 50 . . +80019 . +90000 . +90001 - . +90002 . +90003 . +90004 . +90005 , . +90006 , , . +90007 4000 . +90010 +90011 +90012 +90013 diff --git a/bin/pack/locale_gr/locale/gr/jobdesc_assassin.txt b/bin/pack/locale_gr/locale/gr/jobdesc_assassin.txt new file mode 100644 index 00000000..71bb7308 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/jobdesc_assassin.txt @@ -0,0 +1,17 @@ +[DELAY value;10] + Ninjas [ENTER] + , [ENTER] + [ENTER] + . [ENTER] + [ENTER] +[WAIT] + [ENTER] +. [ENTER] + [ENTER] + . [ENTER] + , [ENTER] +[WAIT] +Ninjas [ENTER] + [ENTER] + [ENTER] + . \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/jobdesc_shaman.txt b/bin/pack/locale_gr/locale/gr/jobdesc_shaman.txt new file mode 100644 index 00000000..14af58df --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/jobdesc_shaman.txt @@ -0,0 +1,17 @@ +[DELAY value;10] + [ENTER] + [ENTER] +. [ENTER] + [ENTER] +, [ENTER] +[WAIT] + [ENTER] +. [ENTER] + [ENTER] + [ENTER] + [ENTER] +[WAIT] + [ENTER] + [ENTER] + [ENTER] +. \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/jobdesc_sura.txt b/bin/pack/locale_gr/locale/gr/jobdesc_sura.txt new file mode 100644 index 00000000..37a4fe72 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/jobdesc_sura.txt @@ -0,0 +1,18 @@ +[DELAY value;10] + Sura [ENTER] + [ENTER] + [ENTER] + [ENTER] + [ENTER] +[WAIT] + . [ENTER] + [ENTER] + [ENTER] + [ENTER] + [ENTER] +[WAIT] + . [ENTER] + [ENTER] + [ENTER] + [ENTER] + . \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/jobdesc_warrior.txt b/bin/pack/locale_gr/locale/gr/jobdesc_warrior.txt new file mode 100644 index 00000000..2375b516 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/jobdesc_warrior.txt @@ -0,0 +1,16 @@ +[DELAY value;10] + , [ENTER] + [ENTER] +, [ENTER] + .[ENTER] + [ENTER] +[WAIT] + [ENTER] + . [ENTER] + ,[ENTER] + [ENTER] + [ENTER] +[WAIT] + [ENTER] + [ENTER] + . \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/locale_game.txt b/bin/pack/locale_gr/locale/gr/locale_game.txt new file mode 100644 index 00000000..5450bea7 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/locale_game.txt @@ -0,0 +1,936 @@ +AFF_LOVE_POINT : %d%% +ALIGNMENT_NAME : +ATTACK_ERROR_UNKNOWN : %s +CANNOT_ATTACK_DEST_IN_SAFE . +CANNOT_ATTACK_SELF_IN_SAFE . +CANNOT_EQUIP_IN_EXCHANGE . +CANNOT_EQUIP_IN_SHOP . +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA . +CANNOT_SHOOT_DEST_IN_SAFE . +CANNOT_SHOOT_EMPTY_ARROW . +CANNOT_SHOOT_SELF_IN_SAFE . +CANNOT_SKILL_APPROACH . +CANNOT_SKILL_ATTACK . +CANNOT_SKILL_BLUE , . +CANNOT_SKILL_DEST_IN_SAFE . +CANNOT_SKILL_EQUIP_FISHING_ROD . +CANNOT_SKILL_HAVE_TO_RIDE . +CANNOT_SKILL_NEED_EMPTY_BOTTLE . +CANNOT_SKILL_NEED_POISON_BOTTLE . +CANNOT_SKILL_NEED_TARGET ; +CANNOT_SKILL_NOT_ENOUGH_HP HP! +CANNOT_SKILL_NOT_ENOUGH_SP SP! +CANNOT_SKILL_NOT_HORSE_SKILL . +CANNOT_SKILL_NOT_MATCHABLE_WEAPON . +CANNOT_SKILL_NOT_YET_LEARN . +CANNOT_SKILL_ONLY_FOR_ALLIANCE . +CANNOT_SKILL_ONLY_FOR_CORPSE . +CANNOT_SKILL_RED , . +CANNOT_SKILL_REMOVE_FISHING_ROD . +CANNOT_SKILL_SELF_IN_SAFE . +CANNOT_SKILL_USE_SELF . +CANNOT_SKILL_WAIT_COOLTIME . +CANNOT_USE . +CANNOT_WHISPER_DEST_REFUSE %s . SA +CANNOT_WHISPER_NOT_LOGON %s . SA +CANNOT_WHISPER_SELF_REFUSE . SNA +CHANNEL +CHANNELING_CANNOT_LOGOUT . +CHANNEL_EMPTY_SERVER server +CHANNEL_NORMAL %d +CHANNEL_NOTIFY_FULL ! . +CHANNEL_NOT_FIND_INFO . +CHANNEL_PVP +CHANNEL_SELECT_CHANNEL +CHANNEL_SELECT_REGION +CHANNEL_SELECT_SERVER server +CHANNEL_TEST_SERVER Test server +CHANNEL_TEST_SERVER_ADDR Test %s:%d +CHARACTER_CREATE_MODE +CHARACTER_SELECT_MODE +CHAT_ALL +CHAT_BLOCK +CHAT_GUILD +CHAT_INFORMATION +CHAT_INSULT_STRING . +CHAT_LOG [L] +CHAT_LOG_TITLE +CHAT_NORMAL +CHAT_NOTICE +CHAT_PARTY +CHAT_SEND_CHAT chat +CHAT_SEND_MEMO [Shift+Enter] +CHAT_SHOUT +CHAT_SHOUT_LIMIT 15 . +CHAT_WHISPER +COMB_ALREADY_APPEND +COMB_CANT_APPEND_ITEM . +COMB_CANT_APPEND_SEALED_ITEM . +COMB_COST : %s +COMB_IS_CONTINUE_PROCESS ; +COMB_NOTICE . +COMB_NOTICE_NOT_OPEN . +COMB_NOT_ALL_SLOT_APPEND_ITEM , . +COMB_NOT_FULL_BOOK , . , 10 . +COMB_NOT_ITEM_IN_INVENTORY . +COMB_NOT_MEDIUM_ITEM . +COMB_WILL_REMOVE_MATERIAL 2 . +CREATE_ERROR_GM_NAME GM . +CREATE_ERROR_INSULT_NAME . +CREATE_ERROR_LIMIT_LEVEL 80. +CREATE_ERROR_TIME_LIMIT 30 . +CREATE_ERROR_WRONG_STRING . +CREATE_EXIST_SAME_NAME . +CREATE_FAILURE . +CREATE_FULL . +CREATE_GM_NAME GM +CREATE_INPUT_NAME . +CREATE_PLUS_STAT . +DAY +DONT_USE_ITEM_WHEN_SHOW_CONFIRM . +DO_YOU_BUY_ITEM1 %s %s? +DO_YOU_BUY_ITEM2 %s %s %s? +DO_YOU_DROP_MONEY %d Yang? +DO_YOU_SELL_ITEM1 %s %s? +DO_YOU_SELL_ITEM2 %s %s %s; +DRAGON_SOUL_CANNOT_REFINE . +DRAGON_SOUL_CANNOT_REFINE_MORE . +DRAGON_SOUL_EQUIP_WARNING1 . +DRAGON_SOUL_EQUIP_WARNING2 ; +DRAGON_SOUL_EXPIRED +DRAGON_SOUL_INVALID_DRAGON_SOUL . +DRAGON_SOUL_IS_NOT_DRAGON_SOUL . +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE . +DRAGON_SOUL_NOT_ENOUGH_MATERIAL . +DRAGON_SOUL_NOT_MATCHED_SLOT . +DRAGON_SOUL_STEP_LEVEL1 : , +DRAGON_SOUL_STEP_LEVEL2 : , +DRAGON_SOUL_STEP_LEVEL3 : , +DRAGON_SOUL_STEP_LEVEL4 : , +DRAGON_SOUL_STEP_LEVEL5 : , +DRAGON_SOUL_STRENGTH : +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 . +DRAGON_SOUL_UNEQUIP_WARNING2 ; +DRAGON_SOUL_UNMATCHED_SLOT . +DRAGON_SOUL_UNQUALIFIED . +DROP_ITEM_FAILURE_EQUIP_ITEM . +DROP_ITEM_FAILURE_PRIVATE_SHOP . +DROP_MONEY_FAILURE_1000_OVER 999 Yang. +EMOTION_ANGRY +EMOTION_ATTRACTIVE +EMOTION_BANTER +EMOTION_CHEERS_1 1 +EMOTION_CHEERS_2 2 +EMOTION_CHEERUP +EMOTION_CHOOSE_ONE +EMOTION_CLAP Claps +EMOTION_CLAP_KISS +EMOTION_CONGRATULATION +EMOTION_DANCE_1 1 +EMOTION_DANCE_2 2 +EMOTION_DANCE_3 3 +EMOTION_DANCE_4 4 +EMOTION_DANCE_5 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE +EMOTION_FRENCH_KISS +EMOTION_JOY +EMOTION_SAD +EMOTION_SHY +EMOTION_SLAP +EMPIRE_A Shinsoo +EMPIRE_B Chunjo +EMPIRE_C Jinno +EMPIRE_SELECT_MODE +EXCHANGE_CANNOT_GIVE . +EXCHANGE_CANT_EDIT_MONEY . +EXCHANGE_FAILURE_EQUIP_ITEM . +EXCHANGE_MONEY +EXCHANGE_TITLE %s +FISHING_FAILURE . +FISHING_NOTIFY1 %s. +FISHING_NOTIFY2 %s. +FISHING_SUCCESS1 %s! +FISHING_SUCCESS2 %s! +FISHING_UNKNOWN , . +FISHING_WRONG_PLACE . +FOR_FEMALE +FOR_MALE +GAME_CANNOT_MINING . +GAME_CANNOT_PICK_ITEM . +GAME_INIT_ERROR_CURSOR . +GAME_INIT_ERROR_DIRECTX DirectX 8.1. \n DirectX 8.1 . +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE . \n VGA . +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST . \n VGA.\n, hardware accelerator.\n( hardware accelerator max \nControl Panel->Display->Settings->Advanced->Troubleshoot tab) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT 32bit. \n 16bit . +GAME_INIT_ERROR_ITEM_PROTO .\n . +GAME_INIT_ERROR_MAIN_WINDOW . +GAME_INIT_ERROR_MOB_PROTO .\n . +GAME_INIT_ERROR_NETWORK .\n . +GAME_PICK_MONEY %d Yang. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT 128 Pixel +GUILDMARK_UPLOADER_ERROR_12_HEIGHT 12 Pixel +GUILDMARK_UPLOADER_ERROR_16_WIDTH 16 Pixel +GUILDMARK_UPLOADER_ERROR_64_WIDTH 64 Pixel +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT . +GUILDMARK_UPLOADER_ERROR_PATH metin2/upload. +GUILDMARK_UPLOADER_ERROR_SELECT . +GUILDWAR_CTF_TITLE . +GUILDWAR_NORMAL_TITLE +GUILDWAR_QUESTION_LINE_1 %s . +GUILDWAR_QUESTION_LINE_2 ; (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE +GUILD_BUILDING_GRADE +GUILD_BUILDING_NAME +GUILD_CANNOT_HEAL_GSP_ANYMORE . +GUILD_COMMENT +GUILD_CREATE_ERROR_INSULT_NAME . +GUILD_DEFAULT_GRADE +GUILD_DELETE +GUILD_DEPOSIT +GUILD_DO_YOU_HEAL_GSP %d Yang %d ; +GUILD_DO_YOU_JOIN . ; +GUILD_EMPTY_AREA +GUILD_ENEMY_GUILD_NAME +GUILD_FACILITY +GUILD_GEM +GUILD_HEADQUARTER +GUILD_HEAL_GSP +GUILD_INFO_ENEMY_GUILD_EMPTY +GUILD_MARK_NOT_ENOUGH_LEVEL 3 +GUILD_NAME +GUILD_NOT_ENOUGH_MATERIAL ' . +GUILD_NOT_ENOUGH_MONEY Yang ' . +GUILD_NO_NOTICE_PERMISSION . +GUILD_OBJECT +GUILD_OFFER_EXP +GUILD_SHORT_EXP . +GUILD_TILE_BASEINFO +GUILD_TILE_BOARD +GUILD_TILE_GRADE +GUILD_TILE_INFO +GUILD_TILE_MEMBER +GUILD_TILE_SKILL +GUILD_VILLAGE_01 Miryang +GUILD_VILLAGE_02 Songpa +GUILD_VILLAGE_03 Daeyami +GUILD_WAR1 +GUILD_WAR2 +GUILD_WAR3 +GUILD_WAR4 +GUILD_WAR_LIMIT_30MIN : 30 +GUILD_WAR_REWARD_POTION : +GUILD_WAR_USE_BATTLE_MAP : +GUILD_WAR_USE_NORMAL_MAP : +GUILD_WAR_WIN_CHECK_SCORE . +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 . +GUILD_WAR_WIN_WIPE_OUT_GUILD . +GUILD_WITHDRAW Fallback(;) +GUILD_YOU_DO_NOT_JOIN . +HORSE_HEALTH0 +HORSE_HEALTH1 +HORSE_HEALTH2 +HORSE_HEALTH3 +HORSE_LEVEL1 +HORSE_LEVEL2 +HORSE_LEVEL3 +HOUR +HOW_MANY_ITEM_DO_YOU_DROP1 %s? +HOW_MANY_ITEM_DO_YOU_DROP2 %s %d? +INPUT_MATRIX_CARD_NUMBER Matrix Cardnumber. +INPUT_MATRIX_CARD_TITLE Matrix Card +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION , . +INPUT_PRIVATE_CODE_DIALOG_TITLE +INVENTORY_DO_NOT_PACK_WARP_SCROLL . +INVENTORY_REALLY_USE_ITEM ; +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Ninja +JOB_ASSASSIN1 Ninjas +JOB_ASSASSIN2 +JOB_SHAMAN +JOB_SHAMAN0 +JOB_SHAMAN1 +JOB_SHAMAN2 +JOB_SURA Sura +JOB_SURA0 Sura +JOB_SURA1 Fata Morgana +JOB_SURA2 +JOB_WARRIOR +JOB_WARRIOR0 +JOB_WARRIOR1 Arahan +JOB_WARRIOR2 +LEFT_TIME +LOGIN_CONNECT_FAILURE . +LOGIN_CONNECT_SUCCESS . +LOGIN_CONNETING ... +LOGIN_FAILURE_ALREAY . +LOGIN_FAILURE_BE_SAME_KEY . +LOGIN_FAILURE_BLOCK_ID . +LOGIN_FAILURE_BLOCK_LOGIN . +LOGIN_FAILURE_NOBILL . +LOGIN_FAILURE_NOT_AVAIL . +LOGIN_FAILURE_NOT_EXIST_ID . +LOGIN_FAILURE_REPAIR_ID . +LOGIN_FAILURE_SAMELOGIN . +LOGIN_FAILURE_SHUTDOWN server . +LOGIN_FAILURE_TOO_MANY_USER . +LOGIN_FAILURE_UNKNOWN . +LOGIN_FAILURE_WEB_BLOCK . E-mail +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER . +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE . /n . +LOGIN_FAILURE_WRONG_PASSWORD . +LOGIN_INPUT_ID ID. +LOGIN_INPUT_PASSWORD . +LOGIN_PROCESSING ... +MALL_CANNOT_INSERT . +MALL_PASSWORD_TITLE +MAP_A1 Yongan +MAP_A2 Seungryong +MAP_A2_1 +MAP_A3 Yayang +MAP_AG Jungrang +MAP_B1 Joan +MAP_B2 Imji +MAP_B3 Bokjung +MAP_BAY +MAP_BAYBLACKSAND +MAP_BG Waryong +MAP_C1 Pyungmoo +MAP_C2 Bangsan +MAP_C3 Bakra +MAP_CAPE +MAP_CAPEDRAGONHEAD +MAP_CG Imha +MAP_DAWN +MAP_DAWNMISTWOOD +MAP_DESERT Yongbi +MAP_DEVILCATACOMB +MAP_DEVILTOWER1 +MAP_DUEL +MAP_E +MAP_EMPIREWAR01 +MAP_EMPIREWAR02 +MAP_EMPIREWAR03 +MAP_FLAME Doyyumhwan +MAP_GUILD_01 Jungrang +MAP_GUILD_02 Waryong +MAP_GUILD_03 Imha +MAP_HOLYPLACE_DESERT - +MAP_HOLYPLACE_FLAME - +MAP_HOLYPLACE_ICE - +MAP_MILGYO Hwang +MAP_MILGYO_A +MAP_MONKEY_DUNGEON Hasun Dong +MAP_MONKEY_DUNGEON2 Junsun Dong +MAP_MONKEY_DUNGEON3 Sangsun Dong +MAP_MONKEY_DUNGEON_11 Hasun Dong +MAP_MONKEY_DUNGEON_12 Hasun Dong +MAP_MONKEY_DUNGEON_13 Hasun Dong +MAP_MT_THUNDER +MAP_NUSLUCK +MAP_NUSLUCK01 +MAP_N_DESERT_01 Yongbi +MAP_N_DESERT_02 +MAP_N_FLAME_01 +MAP_N_FLAME_02 +MAP_N_FLAME_DUNGEON_01 +MAP_N_SNOWM_01 Sohan +MAP_N_SNOWM_02 +MAP_N_SNOW_DUNGEON_01 Nemere +MAP_N_THREEWAY Seungryong +MAP_OXEVENT OX +MAP_PATHWAY_DESERT_01 - +MAP_PATHWAY_DESERT_02 - +MAP_PATHWAY_DESERT_03 - +MAP_PATHWAY_FLAME_01 - +MAP_PATHWAY_FLAME_02 - +MAP_PATHWAY_FLAME_03 - +MAP_PATHWAY_ICE_01 - +MAP_PATHWAY_ICE_02 +MAP_PATHWAY_ICE_03 - +MAP_SKELTOWER Gumsan +MAP_SKIPIA_DUNGEON_01 +MAP_SKIPIA_DUNGEON_011 +MAP_SKIPIA_DUNGEON_012 +MAP_SKIPIA_DUNGEON_013 +MAP_SKIPIA_DUNGEON_02 2 +MAP_SKIPIA_DUNGEON_021 +MAP_SKIPIA_DUNGEON_022 +MAP_SKIPIA_DUNGEON_023 +MAP_SKIPIA_DUNGEON_BOSS +MAP_SKIPIA_DUNGEON_BOSS_1 1 +MAP_SKIPIA_DUNGEON_BOSS_2 2 +MAP_SKIPIA_DUNGEON_BOSS_3 3 +MAP_SNOW Sohan +MAP_SPIDER Kuahlo Dong +MAP_SPIDERDUNGEON 1 +MAP_SPIDERDUNGEON_02 2 +MAP_SPIDERDUNGEON_02_1 2 +MAP_SPIDERDUNGEON_03 3 +MAP_SUNGZI +MAP_SUNGZI_DESERT_01 - +MAP_SUNGZI_DESERT_HILL_01 - +MAP_SUNGZI_DESERT_HILL_02 - +MAP_SUNGZI_DESERT_HILL_03 - +MAP_SUNGZI_FLAME_HILL_01 - +MAP_SUNGZI_FLAME_HILL_02 - +MAP_SUNGZI_FLAME_HILL_03 - +MAP_SUNGZI_SNOW - +MAP_SUNGZI_SNOW_PASS01 - +MAP_SUNGZI_SNOW_PASS02 - +MAP_SUNGZI_SNOW_PASS03 - +MAP_T1 +MAP_T2 +MAP_T3 +MAP_T4 +MAP_TEMPLE Hwang +MAP_THUNDER +MAP_TREE Lungsam +MAP_TRENT +MAP_TRENT02 +MAP_TRENT02_A +MAP_TRENT_A +MAP_WEDDING_01 +MAP_WL +MAP_WL_01 +MESSENGER_ADD_FRIEND +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s . +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 ; +MESSENGER_DO_YOU_DELETE ; +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER ; +MESSENGER_DO_YOU_MOVE ; +MESSENGER_EMPTY_LIST +MESSENGER_FAMILY +MESSENGER_FRIEND +MESSENGER_GUILD +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION . +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE . +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 . +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 ; +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE . +MESSENGER_SEND_MOBILE_MESSAGE_TITLE . +METIN_TEST +MINIMAP +MINIMAP_CANNOT_SEE . +MINIMAP_CAN_NOT_SHOW_AREAMAP . +MINIMAP_DEC_SCALE +MINIMAP_INC_SCALE +MINIMAP_OBSERVER_COUNT %d +MINIMAP_SHOW_AREAMAP +MINUTE +MONETARY_UNIT0 Yang +MONETARY_UNIT1 +MONETARY_UNIT2 +MONEY_INPUT_DIALOG_SELLPRICE : +MOVE_ITEM_FAILURE_PRIVATE_SHOP . +MUSIC_EMPTY_MUSIC_LIST . +MUSIC_METIN2_DEFAULT_THEMA Metin2 +MUSIC_NOT_SELECT_MUSIC . +NEEFD_REST . +NOT_YET_SUPPORT +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE Mode . +OPTION_PVPMODE_NOT_SUPPORT PvP. +OPTION_PVPMODE_PROTECT %d PvP. +PARTY_ANSWER_TIMEOVER . +PARTY_BONUS_ATTACKER : +%d SA +PARTY_BONUS_BERSERKER : +%d SA +PARTY_BONUS_BUFFER : +%d SA +PARTY_BONUS_DEFENDER : +%d SA +PARTY_BONUS_EXP Bonus EXP: %d%% SA +PARTY_BONUS_SKILL_MASTER . SP: +%d SA +PARTY_BONUS_TANKER . HP: +%d SA +PARTY_BREAK_UP +PARTY_DO_YOU_ACCEPT %s . +PARTY_DO_YOU_JOIN . ; +PARTY_EXP_DISTRIBUTION_MODE EXP +PARTY_EXP_DISTRIBUTION_MODE_LEVEL . +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP . +PARTY_EXP_DISTRIBUTION_MODE_PARITY +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP . +PARTY_HEAL_ALL_MEMBER . +PARTY_INCREASE_AREA_150 1,5. SNA +PARTY_INCREASE_AREA_200 2. SNA +PARTY_LEAVE +PARTY_LONGTIME_BONUS_EXP Bonus EXP : +%d%% SA +PARTY_MEMBER_OFFLINE [Offline] +PARTY_RECALL_MEMBER . +PARTY_REGEN_BONUS Bonus HP- + SP: +%d%% SA +PARTY_REQUEST_DENIED . +PARTY_SET_ATTACKER Constitute as . +PARTY_SET_BERSERKER Constitute as Berserker. +PARTY_SET_BUFFER Constitute as Blocker. +PARTY_SET_DEFENDER Constitute as . +PARTY_SET_NORMAL . +PARTY_SET_SKILL_MASTER . +PARTY_SET_TANKER +PARTY_SKILL_ATTACKER Base Attack Value Attacker +%.0f +PARTY_SKILL_BERSERKER Attack Speed Berserker +%.0f +PARTY_SKILL_BUFFER +%.0f +PARTY_SKILL_DEFENDER Defence Defender +%.0f +PARTY_SKILL_HP_REGEN HP +%.0f%% +PARTY_SKILL_PARTY_AREA +%d%% +PARTY_SKILL_SKILL_MASTER Max. SP Master +%.0f +PARTY_SKILL_SP_REGEN SP +%.0f%% +PARTY_SKILL_TANKER M. HP +%.0f +PARTY_SKILL_WARP . +PASSWORD_TITLE +PICK_ITEM_TITLE +PICK_MONEY_TITLE +PRIVATE_SHOP_CANNOT_SELL_ITEM . +PRIVATE_SHOP_CLOSE_QUESTION ; +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE . +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE +PVP_LEVEL0 +PVP_LEVEL1 +PVP_LEVEL2 +PVP_LEVEL3 +PVP_LEVEL4 +PVP_LEVEL5 +PVP_LEVEL6 +PVP_LEVEL7 +PVP_LEVEL8 +PVP_MODE_GUILD PvP +PVP_MODE_KILL PvP +PVP_MODE_NORMAL PvP +PVP_MODE_PROTECT PvP +PVP_MODE_REVENGE PvP +PVP_OPTION_KILL +PVP_OPTION_NORMAL +PVP_OPTION_PROTECT +PVP_OPTION_REVENGE +QUEST_APPEND . +QUEST_MIN . +QUEST_SEC . +QUEST_TIMEOVER +QUEST_UNLIMITED_TIME . +QUEST_ZEROSEC 0 . +QUICKSLOT_REGISTER_DISABLE_ITEM . +RECEIVE_MESSAGE %s . +REFINE_COST : %d Yang +REFINE_DESTROY_WARNING . +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 , +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 , . /n ; +REFINE_DOWN_GRADE_WARNING . +REFINE_DO_YOU_SEPARATE_METIN ; +REFINE_FAILURE . +REFINE_FAILURE_CAN_NOT_ATTACH %s . +REFINE_FAILURE_EQUIP_ITEM . +REFINE_FAILURE_METIN_INSEPARABLE_ITEM Metin. +REFINE_FAILURE_NEED_BETTER_SCROLL . +REFINE_FAILURE_NO_GOLD_SOCKET %s . +REFINE_FAILURE_NO_MORE_SOCKET . +REFINE_FAILURE_NO_SOCKET0 %s. +REFINE_FAILURE_SOCKET_DISABLE_ITEM . +REFINE_FAILURE_UPGRADE_DISABLE_ITEM . +REFINE_SUCCESS . +REFINE_SUCCESS_PROBALITY %d%% +REFINE_WARNING2 ; +SAFEBOX_ERROR . +SAFEBOX_SELL_DISABLE_SAFEITEM . +SAFEBOX_WRONG_PASSWORD . +SCREENSHOT_SAVE1 +SCREENSHOT_SAVE2 Screenshot File +SCREENSHOT_SAVE_FAILURE . +SECOND +SELECT_CAN_NOT_DELETE . +SELECT_CHANGED_NAME . +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME . +SELECT_CHANGE_FAILURE_STRANGE_INDEX . +SELECT_CHANGE_FAILURE_STRANGE_NAME . +SELECT_CHANGE_NAME_TITLE +SELECT_DELEING . +SELECT_DELETED . +SELECT_DO_YOU_DELETE_REALLY ; +SELECT_EMPTY_SLOT . +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME . +SELECT_NOT_JOIN_GUILD +SHOP_BUY_INFO , . +SHOP_CANNOT_SELL_EQUIPMENT . +SHOP_CANNOT_SELL_ITEM . +SHOP_ERROR_UNKNOWN : %s +SHOP_INVALID_POS . +SHOP_INVENTORY_FULL . +SHOP_NOT_ENOUGH_MONEY Yang +SHOP_NOT_ENOUGH_MONEY_EX Yang. +SHOP_SELL_INFO . +SHOP_SOLDOUT +SHOT_ERROR_UNKNOWN : %s +SKILL_BLEEDING +SKILL_BOHO +SKILL_BUDONG +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK EXP . +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT . +SKILL_CHEONGEUN +SKILL_CRITICAL +SKILL_ENCHANT_POISON +SKILL_EUNHYEONG +SKILL_FAINT +SKILL_FIND_TRAP +SKILL_FIRE +SKILL_FISHMIND +SKILL_GAMJI +SKILL_GEOMGYEONG +SKILL_GEONGON SKILL_GEONGON +SKILL_GICHEON +SKILL_GIGONG Chi +SKILL_GONGPO +SKILL_GRADE_NAME_GRAND_MASTER %s +SKILL_GRADE_NAME_MASTER %s Master +SKILL_GRADE_NAME_PERFECT_MASTER %s +SKILL_GROUP_ASSASSIN_1 +SKILL_GROUP_ASSASSIN_2 +SKILL_GROUP_HORSE +SKILL_GROUP_SHAMAN_1 +SKILL_GROUP_SHAMAN_2 +SKILL_GROUP_SURA_1 +SKILL_GROUP_SURA_2 +SKILL_GROUP_WARRIOR_1 +SKILL_GROUP_WARRIOR_2 +SKILL_GWIGEOM +SKILL_GYEONGGONG +SKILL_HEUKSIN +SKILL_HOSIN +SKILL_HWAYEOM +SKILL_HYEOLMA +SKILL_INC_ATKSPD +SKILL_INC_MOVSPD +SKILL_INMA +SKILL_JEOJU +SKILL_JEONGEOP +SKILL_JEONGWI +SKILL_JEONSINBANGEO +SKILL_JEONSINGONGGYEOK +SKILL_JEUNGCHE +SKILL_JEUNGHON +SKILL_JEUNGRYEOK + +SKILL_JEUNGSOK + +SKILL_JIGAM +SKILL_JIPJUNG +SKILL_JUMAGAP +SKILL_JUMAGEOM +SKILL_KWAEGEOM +SKILL_KWAESOK +SKILL_LEGBOUND +SKILL_MUSA +SKILL_MUYEONG +SKILL_NEED_EMPTY_BOTTLE . +SKILL_NEED_POISON_BOTTLE . +SKILL_ONLY_FOR_GUILD_WAR . +SKILL_PABEOP +SKILL_POWERFUL_STRIKE +SKILL_SEOMGWANG +SKILL_SINCHAK +SKILL_SLEEP +SKILL_SLOW +SKILL_STUN +SKILL_SUHO +SKILL_SUMMON_DESCRIPTION : %d%% +SKILL_TOOLTIP_INT +SKILL_TOOLTIP_LEVEL +SKILL_TOXICDIE +SKILL_TOXICPOWER . +SKILL_TUSOK +SKILL_WONSIN +SKILL_YONGSIN +STAT_MINUS_CON (: %d) +STAT_MINUS_DEX ( : %d) +STAT_MINUS_INT (: %d) +STAT_MINUS_STR (: %d) +STAT_TOOLTIP_CON HP +STAT_TOOLTIP_DEX +STAT_TOOLTIP_INT SP, +STAT_TOOLTIP_STR +SYMBOLLIST_TITLE +SYSTEM_OPTION_CPU_TILING_1 CPU Tiling . +SYSTEM_OPTION_CPU_TILING_2 , CONFIG.exe. +SYSTEM_OPTION_CPU_TILING_3 GPU Tiling. +SYSTEM_OPTION_GPU_TILING_1 GPU Tiling . +SYSTEM_OPTION_GPU_TILING_2 , CONFIG.exe. +SYSTEM_OPTION_GPU_TILING_3 GPU Tiling. +SYSTEM_OPTION_TILING_EXIT Tiling . +TARGET_BUTTON_ACCEPT_FIGHT +TARGET_BUTTON_AVENGE +TARGET_BUTTON_BUILDING_DESTROY +TARGET_BUTTON_DISMOUNT +TARGET_BUTTON_EMOTION_ALLOW +TARGET_BUTTON_EXCHANGE +TARGET_BUTTON_EXCLUDE +TARGET_BUTTON_EXIT_OBSERVER Observer Mode +TARGET_BUTTON_FIGHT +TARGET_BUTTON_FRIEND +TARGET_BUTTON_INVITE_GUILD +TARGET_BUTTON_INVITE_PARTY +TARGET_BUTTON_LEAVE_PARTY +TARGET_BUTTON_REQUEST_ENTER_PARTY +TARGET_BUTTON_VIEW_EQUIPMENT +TARGET_BUTTON_WHISPER +TARGET_LEVEL_BOSS +TARGET_LEVEL_KING 5. +TARGET_LEVEL_KNIGHT 3. +TARGET_LEVEL_PAWN 1. +TARGET_LEVEL_S_KNIGHT 4. +TARGET_LEVEL_S_PAWN 2. +TASKBAR_ATTACK +TASKBAR_AUTO +TASKBAR_CAMERA +TASKBAR_EXP +TASKBAR_HP HP +TASKBAR_MOVE +TASKBAR_SKILL +TASKBAR_SP SP +TASKBAR_ST ST +THING_COUNT +TOOLTIP_ANTI_CRITICAL_PCT +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT +%d%% SA +TOOLTIP_ANTI_SELL +TOOLTIP_APPLY_ACCEDRAIN_RATE : %d%% SA +TOOLTIP_APPLY_ATTBONUS_ANIMAL +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Sura +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR +%d%% SA +TOOLTIP_APPLY_BLEEDING_PCT + %d%% SA +TOOLTIP_APPLY_BLEEDING_REDUCE + %d%% SA +TOOLTIP_APPLY_BLOCK %d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER SP 5 %d SA +TOOLTIP_APPLY_CRITICAL_PCT +%d%% SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% SP SA +TOOLTIP_APPLY_DODGE %d%% SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% EXP Bonus SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% Yang SA +TOOLTIP_APPLY_IMMUNE_FALL SNA +TOOLTIP_APPLY_IMMUNE_SLOW SNA +TOOLTIP_APPLY_IMMUNE_STUN SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% SA +TOOLTIP_APPLY_KILL_HP_RECOVER %d%% HP SA +TOOLTIP_APPLY_KILL_SP_RECOVER %d%% SP SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% SA +TOOLTIP_APPLY_MAX_HP_PCT . HP +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT . SP +%d%% SA +TOOLTIP_APPLY_NOAFFECT +TOOLTIP_APPLY_NO_DEATH_PENALTY . SNA +TOOLTIP_APPLY_PENETRATE_PCT %d%% SA +TOOLTIP_APPLY_POISON_PCT %d%% SA +TOOLTIP_APPLY_POISON_REDUCE %d%% SA +TOOLTIP_APPLY_POTION_BONUS %d%% SA +TOOLTIP_APPLY_REFLECT_CURSE : %d%% SA +TOOLTIP_APPLY_REFLECT_MELEE %d%% SA +TOOLTIP_APPLY_RESIST_ASSASSIN ninja: %d%% SA +TOOLTIP_APPLY_RESIST_BELL %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER %d%% SA +TOOLTIP_APPLY_RESIST_FAN %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN shaman: %d%% SA +TOOLTIP_APPLY_RESIST_SURA sura: %d%% SA +TOOLTIP_APPLY_RESIST_SWORD %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR warrior: %d%% SA +TOOLTIP_APPLY_RESIST_WIND %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS , 2,5. SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY , . SNA +TOOLTIP_APPLY_SLOW_PCT %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% HP. SA +TOOLTIP_APPLY_STEAL_SP %d%% SP. SA +TOOLTIP_APPLY_STUN_PCT %d%% SA +TOOLTIP_ARMOR +TOOLTIP_ARROW +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE +%d SA +TOOLTIP_ATT_SPEED +%d%% SA +TOOLTIP_AUTO_POTION_HP +TOOLTIP_AUTO_POTION_REST : %.2f%% +TOOLTIP_AUTO_POTION_SP +TOOLTIP_AUTO_POTION_USING +TOOLTIP_BOW_DISTANCE +%dm SA +TOOLTIP_BUYPRICE : %s +TOOLTIP_CAST_SPEED +%d%% SA +TOOLTIP_CON +%d SA +TOOLTIP_COSTUME_ATTR_BONUS %d%% SA +TOOLTIP_DEF_GRADE +%d SA +TOOLTIP_DEX +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 SNA +TOOLTIP_DRAGON_SOUL_DECK2 SNA +TOOLTIP_EAR +TOOLTIP_ENERGY %d SA +TOOLTIP_ETC +TOOLTIP_FISHINGROD_EXP : %d / %d +TOOLTIP_FISHINGROD_LEVEL : %d +TOOLTIP_FISHINGROD_UPGRADE1 , +TOOLTIP_FISHINGROD_UPGRADE2 +TOOLTIP_FISHINGROD_UPGRADE3 . +TOOLTIP_FISH_LEN : %.2fcm +TOOLTIP_HELMET +TOOLTIP_HP_REGEN HP +%d%% SA +TOOLTIP_INT +%d SA +TOOLTIP_ITEM_ATT_GRADE %d +TOOLTIP_ITEM_ATT_POWER %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG %d +TOOLTIP_ITEM_ATT_POWER_REFINE %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED %s +TOOLTIP_ITEM_DEF_GRADE %d +TOOLTIP_ITEM_FAST +TOOLTIP_ITEM_LIMIT_CON (VIT): %d +TOOLTIP_ITEM_LIMIT_DEX : %d +TOOLTIP_ITEM_LIMIT_INT : %d +TOOLTIP_ITEM_LIMIT_LEVEL : %d +TOOLTIP_ITEM_LIMIT_STR : %d +TOOLTIP_ITEM_MAGIC_ATT_POWER %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG %d +TOOLTIP_ITEM_MAGIC_DEF_POWER %d +TOOLTIP_ITEM_NORMAL +TOOLTIP_ITEM_SLOW +TOOLTIP_ITEM_VERY_FAST +TOOLTIP_ITEM_VERY_SLOW +TOOLTIP_ITEM_WEARABLE_JOB [ ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER : %d +TOOLTIP_MAGIC_ATTBONUS_PER +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE +%d SA +TOOLTIP_MAGIC_DEF_GRADE +%d SA +TOOLTIP_MALL_ATTBONUS +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC +12~15% SNA +TOOLTIP_MALL_AUTOLOOT Yang SNA +TOOLTIP_MALL_DEFBONUS +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC +12~15% SNA +TOOLTIP_MALL_EXPBONUS EXP +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe EXP Bonus +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC EXP 50% SNA +TOOLTIP_MALL_FISH_MIND . SNA +TOOLTIP_MALL_GOLDBONUS Yang %.1f SA +TOOLTIP_MALL_GOLDBONUS_STATIC Yang SNA +TOOLTIP_MALL_ITEMBONUS %.1f SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC SNA +TOOLTIP_MALL_MARRIAGE_FAST . SNA +TOOLTIP_MALL_SAFEBOX 2 SNA +TOOLTIP_MAX_HP . HP +%d SA +TOOLTIP_MAX_HP_PCT . HP +%d%% SA +TOOLTIP_MAX_SP . SP +%d SA +TOOLTIP_MAX_SP_PCT . SP +%d%% SA +TOOLTIP_MAX_STAMINA . +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER / +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR GPS ERROR(%d, %d) +TOOLTIP_MOV_SPEED %d%% SA +TOOLTIP_NECK +TOOLTIP_NEED_ALL_SP SP: . +TOOLTIP_NEED_GSP : %d +TOOLTIP_NEED_HP HP: %d +TOOLTIP_NEED_HP_PER_SEC HP / .: %d +TOOLTIP_NEED_SKILL_POINT : +TOOLTIP_NEED_SP SP: %d +TOOLTIP_NEED_SP_PER_SEC SP / .: %d +TOOLTIP_NEXT_SKILL_LEVEL_1 : %d (. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 : %d (. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 %d +TOOLTIP_PARTY_INFO_GRADE_UP2 +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL HP/SP 60 . +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL HP/SP 30 . +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL 3 . +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL server. +TOOLTIP_PARTY_INFO_SET_ATTACKER +( ./2) %d . +TOOLTIP_PARTY_INFO_SET_TANKER +( ) 1 . +TOOLTIP_PARTY_SKILL_LEVEL : %d +TOOLTIP_PARTY_TITLE_GRADE_UP [ /] +TOOLTIP_PARTY_TITLE_HEAL [] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP %d , %d%% Bonus EXP . +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonus EXP] +TOOLTIP_PARTY_TITLE_RECALL [] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [ ] +TOOLTIP_PARTY_TITLE_SET_TANKER [ ] +TOOLTIP_PICK_EXP : %d / %d +TOOLTIP_PICK_LEVEL : %d +TOOLTIP_PICK_UPGRADE1 ' , +TOOLTIP_PICK_UPGRADE2 +TOOLTIP_PICK_UPGRADE3 . +TOOLTIP_POTION_CURE . +TOOLTIP_POTION_MIN . +TOOLTIP_POTION_PLUS_ATTACK_SPEED +%d +TOOLTIP_POTION_PLUS_HP_PERCENT HP +%d%% +TOOLTIP_POTION_PLUS_HP_POINT HP +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED +%d +TOOLTIP_POTION_PLUS_SP_PERCENT SP +%d%% +TOOLTIP_POTION_PLUS_SP_POINT SP +%d +TOOLTIP_POTION_SEC . +TOOLTIP_POTION_TIME : +TOOLTIP_REQUIREMENT_21_LEVEL 21. +TOOLTIP_REQUIREMENT_41_LEVEL 41. +TOOLTIP_REQUIREMENT_LEVEL %d. +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s %d. +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d +TOOLTIP_RESIST_BOW %d%% SA +TOOLTIP_RESIST_DARK +%d SA +TOOLTIP_RESIST_EARTH +%d SA +TOOLTIP_RESIST_ELEC %d%% SA +TOOLTIP_RESIST_FIRE %d%% SA +TOOLTIP_RESIST_ICE +%d SA +TOOLTIP_RESIST_MAGIC %d%% SA +TOOLTIP_REST_USABLE_COUNT : %d +TOOLTIP_SEALED +TOOLTIP_SELLPRICE : %s +TOOLTIP_SHAMAN +TOOLTIP_SHIELD +TOOLTIP_SHOES +TOOLTIP_SKILL SNA +TOOLTIP_SKILLBOOK_NAME +TOOLTIP_SKILL_AFFECT_ATT_GRADE : + +TOOLTIP_SKILL_AFFECT_ATT_POWER : +TOOLTIP_SKILL_AFFECT_ATT_SPEED : + +TOOLTIP_SKILL_AFFECT_DEF_GRADE : +TOOLTIP_SKILL_AFFECT_DODGE : - +TOOLTIP_SKILL_AFFECT_HEAL HP: +TOOLTIP_SKILL_AFFECT_MOV_SPEED : + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE : +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL : +TOOLTIP_SKILL_COOL_TIME : +TOOLTIP_SKILL_DAMAGE_BONUS %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS %d%% SA +TOOLTIP_SKILL_DURATION : %d . +TOOLTIP_SKILL_FORGET_BOOK_NAME +TOOLTIP_SKILL_LEVEL : %d +TOOLTIP_SKILL_LEVEL_MASTER : %d (Master) +TOOLTIP_SKILL_LEVEL_WITH_MAX : %d (. %d) +TOOLTIP_SOCKET_EMPTY +TOOLTIP_SOCKET_REFINABLE_ITEM [ ] +TOOLTIP_SP_REGEN SP +%d%% SA +TOOLTIP_STR +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX %d . SA +TOOLTIP_TIME_CHARGER_PER %d%% SA +TOOLTIP_UNIQUE +TOOLTIP_UNSEAL_LEFT_TIME : %dH %dM +TOOLTIP_WARRIOR +TOOLTIP_WEAPON +TOOLTIP_WRISTLET +UI_ACCEPT +UI_CANCEL +UI_CLOSE +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY +UI_ITEM +UI_LEFT_TIME : %d . +UI_NEXT +UI_NEXTPAGE +UI_NOCONTENTS +UI_NONAME +UI_OK OK +UI_POS_UNKNOWN +UI_PREVPAGE +UI_UNKNOWN +UPLOAD_MARK_CHECK_NEED_RECONNECT . +UPLOAD_MARK_UPLOAD_NEED_RECONNECT . +USE_ITEM_FAILURE_PRIVATE_SHOP . +USE_SKILL_ERROR_UNKNOWN : %s diff --git a/bin/pack/locale_gr/locale/gr/locale_interface.txt b/bin/pack/locale_gr/locale/gr/locale_interface.txt new file mode 100644 index 00000000..1eaf6d76 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/locale_interface.txt @@ -0,0 +1,345 @@ +ACCEPT +ATTACH_METIN_INFO ; +ATTACH_METIN_TITLE +CANCEL +CHANGE_PASSWORD_CONFIRM +CHANGE_PASSWORD_NEW +CHANGE_PASSWORD_OLD +CHANGE_PASSWORD_TITLE +CHARACTER_ACTION +CHARACTER_EMOTICON +CHARACTER_MAIN +CHARACTER_MUTUAL_ACTION +CHARACTER_NORMAL_ACTION +CHARACTER_QUEST +CHARACTER_SKILL +CLOSE +COMB_APPEARANCE 1 +COMB_ATTRIBUTE 2 +COMB_SKILLBOOK_TILE +COMB_TITLE +COSTUME_TITLE +COSTUME_WINDOW_TITLE +CREATE_ATT_GRADE STR +CREATE_CREATE +CREATE_DEX_GRADE DEX +CREATE_HP HP +CREATE_LAST_POINT +CREATE_MAN +CREATE_NAME +CREATE_NEXT +CREATE_PREV +CREATE_SEX +CREATE_SHAPE +CREATE_SP INT +CREATE_STAT_RESET +CREATE_WOMAN +CUBE_INFO_TITLE +CUBE_REQUIRE_MATERIAL +CUBE_REQUIRE_MATERIAL_OR +CUBE_TITLE +DO_REFINE +DRAGONSOUL_ACTIVATE +DRAGONSOUL_PAGE_BUTTON_1 +DRAGONSOUL_PAGE_BUTTON_2 +DRAGONSOUL_PAGE_BUTTON_3 +DRAGONSOUL_PAGE_BUTTON_4 +DRAGONSOUL_PAGE_BUTTON_5 +DRAGONSOUL_REFINE_WINDOW_TITLE +DRAGONSOUL_TAP_TITLE_1 +DRAGONSOUL_TAP_TITLE_2 +DRAGONSOUL_TAP_TITLE_3 +DRAGONSOUL_TAP_TITLE_4 +DRAGONSOUL_TAP_TITLE_5 +DRAGONSOUL_TAP_TITLE_6 +DRAGONSOUL_TITLE +EMPIRE_EXIT +EMPIRE_NEXT +EMPIRE_PREV +EMPIRE_SELECT +EXCHANGE_ACCEPT +EXCHANGE_TITLE +GAMEOPTION_TITLE +GAME_EXIT_OBSERVER Observer Mode +GAME_HELP +GAME_QUEST +GAME_SKILL_UP +GAME_STAT_UP +GRADE +GRADE_SELECT +GUILD_BASENAME +GUILD_BOARD_ID +GUILD_BOARD_REFRESH (F5) +GUILD_BOARD_TEXT +GUILD_BUILDING_CATEGORY_TITLE +GUILD_BUILDING_CHANGE +GUILD_BUILDING_DIRECTION +GUILD_BUILDING_GRADE +GUILD_BUILDING_INFO +GUILD_BUILDING_LIST_TITLE +GUILD_BUILDING_LOG +GUILD_BUILDING_NAME +GUILD_BUILDING_OPERATE +GUILD_BUILDING_PLY +GUILD_BUILDING_POSITION +GUILD_BUILDING_PREVIEW +GUILD_BUILDING_PRICE +GUILD_BUILDING_REFRESH (F5) +GUILD_BUILDING_STONE +GUILD_BUILDING_TITLE +GUILD_CRYSTAL +GUILD_DEPOSIT +GUILD_DROP_RESOURCE1 +GUILD_DROP_RESOURCE2 Drop Resource +GUILD_GEM +GUILD_GRADE_CHANGE_GRADE_NAME +GUILD_GRADE_NUM +GUILD_GRADE_PERMISSION_DELETE +GUILD_GRADE_PERMISSION_JOIN +GUILD_GRADE_PERMISSION_NOTICE +GUILD_GRADE_PERMISSION_SKILL +GUILD_GRADE_RANK +GUILD_GRADE_WRITE +GUILD_INFO +GUILD_INFO_CUR_EXP +GUILD_INFO_DECALRE_WAR +GUILD_INFO_ENEMY_GUILD +GUILD_INFO_ENEMY_GUILD_EMPTY +GUILD_INFO_LEVEL +GUILD_INFO_MARK +GUILD_INFO_MASTER +GUILD_INFO_MASTER_VALUE +GUILD_INFO_MEMBER_AVG_LEVEL +GUILD_INFO_MEMBER_NUM +GUILD_INFO_NAME +GUILD_INFO_NAME_VALUE +GUILD_INFO_OFFER_EXP +GUILD_INFO_REST_EXP Exp. +GUILD_INFO_UPLOAD_MARK Upload +GUILD_INFO_UPLOAD_SYMBOL Upload +GUILD_MARK +GUILD_MEMBER_JOB +GUILD_MEMBER_KNIGHT +GUILD_MEMBER_LEVEL +GUILD_MEMBER_NAME +GUILD_MEMBER_RANK +GUILD_MEMBER_SPECIFIC_GRAVITY . +GUILD_METIN_STONE Metin +GUILD_MINENAL +GUILD_MONEY Yang +GUILD_NAME +GUILD_RESOURCE_INFO +GUILD_SKILL_ACTIVE +GUILD_SKIlL_HEAL_GSP +GUILD_SKILL_PASSIVE +GUILD_SKILL_POWER +GUILD_SKILL_STATE +GUILD_SYMBOL +GUILD_WAR_ACCEPT Accept War Declaration +GUILD_WAR_BATTLE_TYPE +GUILD_WAR_CTF +GUILD_WAR_DECLARE +GUILD_WAR_ENEMY +GUILD_WAR_NORMAL +GUILD_WAR_WARP +GUILD_WATER +GUILD_WATER_STONE +GUILD_WITHDRAW +HELP_ATTACK_KEY : space +HELP_CHANGE_PK_MODE : +HELP_CHARACTER_BUTTON1 ( ., ., +HELP_CHARACTER_BUTTON2 ) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON : +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON : +HELP_EXP +HELP_FURY Ingame Item Shop +HELP_GUILD_WINDOW : Alt + G +HELP_HELP : +HELP_HP HP +HELP_MESSENGER_WINDOW : Alt + M +HELP_MOUSE_LEFT . +HELP_MOUSE_RIGHT +HELP_MOVE_KEY : W, A, S, D +HELP_OPEN_CHARACTER : C +HELP_OPEN_CHAT chat: Enter +HELP_OPEN_INVENTORY : I +HELP_OPEN_LOG Chatlog: L +HELP_OPEN_MINIMAP : Shift + M +HELP_OPEN_QUEST : +HELP_OPEN_SKILL : V +HELP_OPEN_WHISPER : Shift + Enter +HELP_OPEN_ZONEMAP : M +HELP_PICK_ITEM : ^ Y +HELP_QUICKSLOT +HELP_SCREEN_CAPTURE : PrtSc ( : Metin2\screenshot) +HELP_SHOW_ALL_NAME : Alt +HELP_SP SP +HELP_SYSTEM_BUTTON +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. +INVENTORY_TITLE +ITEM_MALL Item Shop +LOAD_ERROR . . ESC. +LOGIN_CONNECT +LOGIN_CONNECTING Server +LOGIN_DEFAULT_SERVERADDR Servername, 1 +LOGIN_EXIT +LOGIN_REGION_TITLE . +LOGIN_SELECT_BUTTON +LOGIN_SELECT_EXIT +LOGIN_SELECT_OK OK +LOGIN_SELECT_TITLE Server +MALL_PASSWORD_TITLE +MALL_TITLE Item Shop +MARKET_TITLE +MARKLIST_REFRESH Refresh +MARKLIST_TITLE +MESSAGE +MESSENGER_ADD_FRIEND +MESSENGER_DELETE_FRIEND +MESSENGER_MOBILE +MESSENGER_OPEN_GUILD +MESSENGER_TITLE +MESSENGER_USE_GUILD_MOVE_SKILL +MESSENGER_WHISPER +MINIMIZE +MOUSEBUTTON_ATTACK +MOUSEBUTTON_AUTO_ATTACK +MOUSEBUTTON_CAMERA +MOUSEBUTTON_SKILL +MUSICLIST_TITLE +NO +OK OK +OPTION_ALWAYS_SHOW_NAME +OPTION_ALWAYS_SHOW_NAME_OFF +OPTION_ALWAYS_SHOW_NAME_ON +OPTION_BLOCK +OPTION_BLOCK_EXCHANGE +OPTION_BLOCK_FRIEND +OPTION_BLOCK_GUILD +OPTION_BLOCK_PARTY +OPTION_BLOCK_PARTY_REQUEST +OPTION_BLOCK_WHISPER +OPTION_CAMERA_DISTANCE +OPTION_CAMERA_DISTANCE_LONG +OPTION_CAMERA_DISTANCE_SHORT +OPTION_DELETE_MOBILE_BUTTON +OPTION_EFFECT . +OPTION_ENV_EFFECT +OPTION_ENV_EFFECT_OFF Off +OPTION_ENV_EFFECT_ON On +OPTION_FOG +OPTION_FOG_DENSE +OPTION_FOG_LIGHT +OPTION_FOG_MIDDLE +OPTION_INPUT_MOBILE_BUTTON +OPTION_MOBILE +OPTION_MOB_INFO . . +OPTION_MOB_INFO_AGGR +OPTION_MOB_INFO_LEVEL +OPTION_MUSIC +OPTION_MUSIC_CHANGE +OPTION_MUSIC_DEFAULT_THEMA Metin2 +OPTION_NAME_COLOR +OPTION_NAME_COLOR_EMPIRE / +OPTION_NAME_COLOR_NORMAL +OPTION_NIGHT_MODE +OPTION_NIGHT_MODE_OFF Off +OPTION_NIGHT_MODE_ON On +OPTION_PVPMODE PvP +OPTION_PVPMODE_FREE +OPTION_PVPMODE_FREE_TOOLTIP . +OPTION_PVPMODE_GUILD +OPTION_PVPMODE_GUILD_TOOLTIP . +OPTION_PVPMODE_PEACE +OPTION_PVPMODE_PEACE_TOOLTIP . +OPTION_PVPMODE_REVENGE +OPTION_PVPMODE_REVENGE_TOOLTIP Ethos. +OPTION_SALESTEXT +OPTION_SALESTEXT_VIEW_OFF +OPTION_SALESTEXT_VIEW_ON +OPTION_SNOW_MODE +OPTION_SNOW_MODE_OFF Off +OPTION_SNOW_MODE_ON On +OPTION_SNOW_TEXTURE_MODE +OPTION_SNOW_TEXTURE_MODE_OFF Off +OPTION_SNOW_TEXTURE_MODE_ON On +OPTION_SOUND +OPTION_TARGET_BOARD +OPTION_TARGET_BOARD_NO_VIEW +OPTION_TARGET_BOARD_VIEW +OPTION_TILING +OPTION_TILING_APPLY +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE +OPTION_VIEW_CHAT Chat +OPTION_VIEW_CHAT_OFF +OPTION_VIEW_CHAT_ON +PARTY_MEMBER_INFO_NAME +PASSWORD_DESC_1 , +PASSWORD_DESC_2 . +PASSWORD_DESC_3 ; +PASSWORD_DESC_4 , 000000. +PASSWORD_DESC_5 . +PASSWORD_TITLE +PICK_MONEY_TITLE Divide +PRIVATE_SHOP_CLOSE_BUTTON +PRIVATE_SHOP_NAME +PRIVATE_SHOP_TITLE +REFINE_COST : 0 Yang +REFINE_INFO Chance to upgrade successfully: 100% +REFINE_MONEY +REFINE_SELECT +REFINE_TTILE +REPORT_VIOLENT_WHISPER +RESTART_HERE +RESTART_TOWN +SAFE_CHANGE_PASSWORD +SAFE_TITLE +SELECT_ATT_GRADE STR +SELECT_CREATE +SELECT_DELETE +SELECT_DEX_GRADE DEX +SELECT_EMPIRE_NAME +SELECT_EXIT +SELECT_HP HP +SELECT_LEVEL +SELECT_METIN_STONE_TITLE +SELECT_NAME +SELECT_NO_GUILD +SELECT_PLAYTIME +SELECT_SELECT +SELECT_SP SP +SELECT_TITLE +SHOP_BUY +SHOP_SELL +SHOP_TITLE +SKILL_SUPPORT_TITLE +STEP +STEP_SELECT +STRENGTH +STRENGTH_SELECT +SYSTEMOPTION_TITLE +SYSTEM_CHANGE +SYSTEM_EXIT +SYSTEM_HELP +SYSTEM_LOGOUT +SYSTEM_MALL Item Shop +SYSTEM_OPTION +TASKBAR_CHARACTER [C/V/B/N] +TASKBAR_CHAT Chat [Enter] +TASKBAR_DISABLE +TASKBAR_DRAGON_SOUL +TASKBAR_EXPAND +TASKBAR_INVENTORY [I] +TASKBAR_MESSENGER [Alt+M] +TASKBAR_NEXT_QUICKSLOT [Shift+Number, Alt] +TASKBAR_PREV_QUICKSLOT [Shift+Number] +TASKBAR_SYSTEM [ESC] +WHISPER_BAN +WHISPER_NAME +WHISPER_REPORT +WHISPER_SEND +YES +ZONE_MAP diff --git a/bin/pack/locale_gr/locale/gr/map/map_a2_point.txt b/bin/pack/locale_gr/locale/gr/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_gr/locale/gr/map/map_b2_point.txt b/bin/pack/locale_gr/locale/gr/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_gr/locale/gr/map/map_c2_point.txt b/bin/pack/locale_gr/locale/gr/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_gr/locale/gr/map/map_n_snowm_01_point.txt b/bin/pack/locale_gr/locale/gr/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_gr/locale/gr/map/metin2_map_a1_point.txt b/bin/pack/locale_gr/locale/gr/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_gr/locale/gr/map/metin2_map_a3_point.txt b/bin/pack/locale_gr/locale/gr/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_gr/locale/gr/map/metin2_map_b1_point.txt b/bin/pack/locale_gr/locale/gr/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_gr/locale/gr/map/metin2_map_b3_point.txt b/bin/pack/locale_gr/locale/gr/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_gr/locale/gr/map/metin2_map_c1_point.txt b/bin/pack/locale_gr/locale/gr/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_gr/locale/gr/map/metin2_map_c3_point.txt b/bin/pack/locale_gr/locale/gr/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_gr/locale/gr/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_gr/locale/gr/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_gr/locale/gr/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_gr/locale/gr/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_gr/locale/gr/mob_proto b/bin/pack/locale_gr/locale/gr/mob_proto new file mode 100644 index 00000000..860dbcd7 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/mob_proto differ diff --git a/bin/pack/locale_gr/locale/gr/skilldesc.txt b/bin/pack/locale_gr/locale/gr/skilldesc.txt new file mode 100644 index 00000000..f198d102 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR 3 ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN ATTACK_SKILL|NEED_TARGET noejeon 16 4 %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN . ATTACK_SKILL|NEED_TARGET byeorak 17 4 %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k : %.0f%% (50+1000*k/6)/10 +108 SHAMAN . ATTACK_SKILL|NEED_TARGET pokroe 18 4 : %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN . . CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 HP %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k %.0f%% 20+80*k +110 SHAMAN . . . CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 +%.0f%% 5 + (35 * k) -%.0f%% 3+33*k +111 SHAMAN + . CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 : +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT . PASSIVE tongsol +122 SUPPORT . CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT CANNOT_LEVEL_UP fishing +124 SUPPORT . PASSIVE mining +125 SUPPORT CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Shinsoo Shinsoo. CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Chunjo Chunjo. CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Jinno Jinno. CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT . CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT . CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT summon +137 HORSE ( . 50). ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE ( . 52) ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE ( . 55) ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE ( . 50) ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD . PASSIVE yongan . +%.0f k * 1400 +152 GUILD HP . ONLY_FOR_GUILD_WAR gaho 101 1 . HP +%.0f%% k * 20 +153 GUILD SP . ONLY_FOR_GUILD_WAR chukbok 102 1 . SP +%.0f%% k * 20 +154 GUILD . ONLY_FOR_GUILD_WAR seonghwi 103 1 +%.1f%% k * 10 +155 GUILD . ONLY_FOR_GUILD_WAR gasok 104 1 & +%.1f k * 30 +156 GUILD . ONLY_FOR_GUILD_WAR bunno 105 1 +%.0f%% k * 50 +157 GUILD . ONLY_FOR_GUILD_WAR jumunsul 106 1 -%.0f%% k * 50 +16 WARRIOR (W) Tsunami ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR . ATTACK_SKILL|STANDING_SKILL daejin 18 4 %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint : %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR STANDING_SKILL cheongeun 19 4 : +%.0f 7+(40 + 0.2*str + 0.4*con)*k : -%.0f 1 + 9*SkillPoint +2 WARRIOR . ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR . . ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k : %.0f%% (100+k*1000/6)/10 +3 WARRIOR STANDING_SKILL jeongwi 3 4 +%.0f%% 50 * SkillPoint +%.0f%% 20 * SkillPoint +31 ASSASSIN . ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 : %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Bonus ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN . ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k %.0f%% 1 + 4*k +34 ASSASSIN . . STANDING_SKILL eunhyeong 4 4 : +%.0f%% 50 * SkillPoint +35 ASSASSIN . ATTACK_SKILL|NEED_TARGET sangong 5 4 %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k %.0f%% 40*k +4 WARRIOR STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 +%.0f (100 + STR) * SkillPoint +46 ASSASSIN ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k %.0f 2 + floor(6 * SkillPoint) +47 ASSASSIN ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN . ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN , . . STANDING_SKILL gyeonggong 19 4 +%.0f 60*SkillPoint +5 WARRIOR ! ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN . . ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k %.0f%% 80*k +61 SURA . ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k %.0f%% 1 + 9*SkillPoint +62 SURA . Bonus ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k 1 + 9*SkillPoint +63 SURA . Bonus STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 +%.1f 7 + (5*iq+13)*k %.0f%% HP 10*k +64 SURA . . . . STANDING_SKILL gongpo 4 4 -%.0f%% 5 + 20*SkillPoint %.0f%% 1 + 29*SkillPoint +65 SURA . Bonus STANDING_SKILL jumagap 5 4 +%.0f (iq+30)*k %.1f%% (iq/4+10)*k +66 SURA . . ATTACK_SKILL|NEED_TARGET pabeop 6 4 %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k %.0f%% 50*k +76 SURA . ATTACK_SKILL|NEED_TARGET maryeong 16 4 : %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA . ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 : %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA . ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 : %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA SP. STANDING_SKILL|TOGGLE heuksin 19 4 %.0f%% (iq*0.84)*k +%.0f (0.5*iq+15)*k +80 SURA . . ATTACK_SKILL|NEED_TARGET tusok 20 4 : %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k : %.1f%% (333 + (300 * k))/10 +81 SURA . ATTACK_SKILL|NEED_TARGET geomhwan 21 4 %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN . ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN . ATTACK_SKILL|NEED_TARGET yongpa 2 4 : %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k : %.0f%% iq*0.2*k +93 SHAMAN . ATTACK_SKILL|STANDING_SKILL paeryong 3 4 %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k %.0f%% iq*0.2*k +94 SHAMAN , CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN . CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN . . . CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 +%.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_gr/locale/gr/skilltable.txt b/bin/pack/locale_gr/locale/gr/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_gr/locale/gr/ui/costume/costume_bg.jpg b/bin/pack/locale_gr/locale/gr/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_gr/locale/gr/ui/costume_bg.jpg b/bin/pack/locale_gr/locale/gr/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_gr/locale/gr/ui/createcharacterwindow.py b/bin/pack/locale_gr/locale/gr/ui/createcharacterwindow.py new file mode 100644 index 00000000..19a51186 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/gr/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/gr/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/dragonsoulrefinewindow.py b/bin/pack/locale_gr/locale/gr/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_gr/locale/gr/ui/dragonsoulwindow.py b/bin/pack/locale_gr/locale/gr/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/empire/empire.dds b/bin/pack/locale_gr/locale/gr/ui/empire/empire.dds new file mode 100644 index 00000000..cdcf66ab Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/empire/empire.dds differ diff --git a/bin/pack/locale_gr/locale/gr/ui/empire/title.sub b/bin/pack/locale_gr/locale/gr/ui/empire/title.sub new file mode 100644 index 00000000..cfffe3da --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/energybar.py b/bin/pack/locale_gr/locale/gr/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_gr/locale/gr/ui/expandedtaskbar.py b/bin/pack/locale_gr/locale/gr/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/giftbox.py b/bin/pack/locale_gr/locale/gr/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/guild/guild.dds b/bin/pack/locale_gr/locale/gr/ui/guild/guild.dds new file mode 100644 index 00000000..093a2807 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/guild/guild.dds differ diff --git a/bin/pack/locale_gr/locale/gr/ui/guild/tab_1.sub b/bin/pack/locale_gr/locale/gr/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/guild/tab_2.sub b/bin/pack/locale_gr/locale/gr/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/guild/tab_3.sub b/bin/pack/locale_gr/locale/gr/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/guild/tab_4.sub b/bin/pack/locale_gr/locale/gr/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/guild/tab_5.sub b/bin/pack/locale_gr/locale/gr/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/guild/tab_6.sub b/bin/pack/locale_gr/locale/gr/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/highlighted_quest.tga b/bin/pack/locale_gr/locale/gr/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/highlighted_quest_r.tga b/bin/pack/locale_gr/locale/gr/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/inventorywindow.py b/bin/pack/locale_gr/locale/gr/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/loading/gauge_empty.dds b/bin/pack/locale_gr/locale/gr/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_gr/locale/gr/ui/loading/gauge_full.dds b/bin/pack/locale_gr/locale/gr/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_gr/locale/gr/ui/loadingwindow.py b/bin/pack/locale_gr/locale/gr/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/login.jpg b/bin/pack/locale_gr/locale/gr/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/login.jpg differ diff --git a/bin/pack/locale_gr/locale/gr/ui/login.sub b/bin/pack/locale_gr/locale/gr/ui/login.sub new file mode 100644 index 00000000..990ae5a3 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/login.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_gr/locale/gr/ui/login/copyright.sub b/bin/pack/locale_gr/locale/gr/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/login/g4d.sub b/bin/pack/locale_gr/locale/gr/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/login/login.dds b/bin/pack/locale_gr/locale/gr/ui/login/login.dds new file mode 100644 index 00000000..cf016af5 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/login/login.dds differ diff --git a/bin/pack/locale_gr/locale/gr/ui/login/loginwindow.sub b/bin/pack/locale_gr/locale/gr/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/login/published.sub b/bin/pack/locale_gr/locale/gr/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/login/title.sub b/bin/pack/locale_gr/locale/gr/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/login_dark_dragons.jpg b/bin/pack/locale_gr/locale/gr/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_gr/locale/gr/ui/loginwindow.py b/bin/pack/locale_gr/locale/gr/ui/loginwindow.py new file mode 100644 index 00000000..441fc04c --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/gr/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/gr/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/gr/ui/vkey/key_at.tga', + 'down_image' : 'locale/gr/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/gr/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/gr/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/gr/ui/vkey/key_enter.tga', + 'down_image' : 'locale/gr/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/gr/ui/vkey/key_shift.tga', + 'down_image' : 'locale/gr/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/gr/ui/vkey/key_space.tga', + 'down_image' : 'locale/gr/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/gr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/gr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/gr/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/00.sub b/bin/pack/locale_gr/locale/gr/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/01.sub b/bin/pack/locale_gr/locale/gr/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/02.sub b/bin/pack/locale_gr/locale/gr/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/03.sub b/bin/pack/locale_gr/locale/gr/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/04.sub b/bin/pack/locale_gr/locale/gr/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/05.sub b/bin/pack/locale_gr/locale/gr/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/06.sub b/bin/pack/locale_gr/locale/gr/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/07.sub b/bin/pack/locale_gr/locale/gr/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/08.sub b/bin/pack/locale_gr/locale/gr/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/09.sub b/bin/pack/locale_gr/locale/gr/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/10.sub b/bin/pack/locale_gr/locale/gr/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/11.sub b/bin/pack/locale_gr/locale/gr/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/12.sub b/bin/pack/locale_gr/locale/gr/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/13.sub b/bin/pack/locale_gr/locale/gr/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/14.sub b/bin/pack/locale_gr/locale/gr/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/15.sub b/bin/pack/locale_gr/locale/gr/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/16.sub b/bin/pack/locale_gr/locale/gr/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0000.tga b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0001.tga b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0002.tga b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0003.tga b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0004.tga b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0005.tga b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0006.tga b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0007.tga b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0008.tga b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0009.tga b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0000.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0001.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0002.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0003.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0004.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0005.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0006.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0007.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0008.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0009.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0010.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0011.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0012.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0013.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0014.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/herz0015.tga b/bin/pack/locale_gr/locale/gr/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/mall.tga b/bin/pack/locale_gr/locale/gr/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/mall.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/0a2.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/0a2.tga new file mode 100644 index 00000000..1dd93f0a Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/a1.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/a1.tga new file mode 100644 index 00000000..e68a3fa7 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/a2.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/a2.tga new file mode 100644 index 00000000..872f8abb Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/a3.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/a3.tga new file mode 100644 index 00000000..2ed19a2a Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/a4.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/a4.tga new file mode 100644 index 00000000..0176bd76 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/b1.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/b1.tga new file mode 100644 index 00000000..554b2904 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/b2.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/b2.tga new file mode 100644 index 00000000..65804b74 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/b3.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/b3.tga new file mode 100644 index 00000000..36657243 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/b4.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/b4.tga new file mode 100644 index 00000000..caa70cdd Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/bay.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/c1.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/c1.tga new file mode 100644 index 00000000..d82127fe Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/c2.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/c2.tga new file mode 100644 index 00000000..74c40477 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/c3.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/c3.tga new file mode 100644 index 00000000..b8136300 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/c4.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/c4.tga new file mode 100644 index 00000000..bb4268e3 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/cape.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/dawn.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/desert1.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/desert1.tga new file mode 100644 index 00000000..51da78ef Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil1.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1.tga new file mode 100644 index 00000000..65163075 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_1f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..ee6490d1 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_2f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..b97ea1af Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_3f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..03ff2450 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_4f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..4523485c Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_5f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..f234a7ce Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_6f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..632d8708 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_7f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..bb7ca572 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_8f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..245aef27 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_9f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..0065026d Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_title.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..9f916a8a Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/devil_basement.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_1f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_1f.tga new file mode 100644 index 00000000..e44dc158 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_1f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_2f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_2f.tga new file mode 100644 index 00000000..c63eb59f Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_2f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_3f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_3f.tga new file mode 100644 index 00000000..3480d911 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_3f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_4f.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_4f.tga new file mode 100644 index 00000000..1b194f86 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/evil1_4f.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/frame1.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/frame1.tga new file mode 100644 index 00000000..168f39d0 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/guild1.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/guild1.tga new file mode 100644 index 00000000..da159b1b Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/guild2.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/guild2.tga new file mode 100644 index 00000000..e3c3e0f5 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/guild3.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/guild3.tga new file mode 100644 index 00000000..e122ad1b Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/milgyo.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/milgyo.tga new file mode 100644 index 00000000..60866f64 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/monkey1.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/monkey1.tga new file mode 100644 index 00000000..954fa976 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/monkey2.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/monkey2.tga new file mode 100644 index 00000000..fb951220 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/monkey3.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/monkey3.tga new file mode 100644 index 00000000..73537fe4 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/skipia.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/skipia.tga new file mode 100644 index 00000000..d23cd3c7 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/snow1.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/snow1.tga new file mode 100644 index 00000000..ca1a075b Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/spider1.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/spider1.tga new file mode 100644 index 00000000..2227d6b7 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/thunder.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/trent.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/trent.tga new file mode 100644 index 00000000..567fa527 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/mapname/trent02.tga b/bin/pack/locale_gr/locale/gr/ui/mapname/trent02.tga new file mode 100644 index 00000000..843eddb7 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/new_cube_bg.tga b/bin/pack/locale_gr/locale/gr/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/passworddialog.py b/bin/pack/locale_gr/locale/gr/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/select.jpg b/bin/pack/locale_gr/locale/gr/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/select.jpg differ diff --git a/bin/pack/locale_gr/locale/gr/ui/select.sub b/bin/pack/locale_gr/locale/gr/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_gr/locale/gr/ui/select/name_assassin.sub b/bin/pack/locale_gr/locale/gr/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/select/name_shaman.sub b/bin/pack/locale_gr/locale/gr/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/select/name_sura.sub b/bin/pack/locale_gr/locale/gr/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/select/name_warrior.sub b/bin/pack/locale_gr/locale/gr/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/select/select.dds b/bin/pack/locale_gr/locale/gr/ui/select/select.dds new file mode 100644 index 00000000..60c61da7 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/select/select.dds differ diff --git a/bin/pack/locale_gr/locale/gr/ui/select_old.jpg b/bin/pack/locale_gr/locale/gr/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/select_old.jpg differ diff --git a/bin/pack/locale_gr/locale/gr/ui/selectcharacterwindow.py b/bin/pack/locale_gr/locale/gr/ui/selectcharacterwindow.py new file mode 100644 index 00000000..9444d5a1 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/gr/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/selectempirewindow.py b/bin/pack/locale_gr/locale/gr/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/serverlist.jpg b/bin/pack/locale_gr/locale/gr/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/serverlist.jpg differ diff --git a/bin/pack/locale_gr/locale/gr/ui/serverlist.sub b/bin/pack/locale_gr/locale/gr/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_gr/locale/gr/ui/systemdialog.py b/bin/pack/locale_gr/locale/gr/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/taskbar.py b/bin/pack/locale_gr/locale/gr/ui/taskbar.py new file mode 100644 index 00000000..7ba34c49 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/gr/ui/Mall/00.sub", + "locale/gr/ui/Mall/01.sub", + "locale/gr/ui/Mall/02.sub", + "locale/gr/ui/Mall/03.sub", + "locale/gr/ui/Mall/04.sub", + "locale/gr/ui/Mall/05.sub", + "locale/gr/ui/Mall/06.sub", + "locale/gr/ui/Mall/07.sub", + "locale/gr/ui/Mall/08.sub", + "locale/gr/ui/Mall/09.sub", + "locale/gr/ui/Mall/11.sub", + "locale/gr/ui/Mall/12.sub", + "locale/gr/ui/Mall/13.sub", + "locale/gr/ui/Mall/14.sub", + "locale/gr/ui/Mall/15.sub", + "locale/gr/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/gr/ui/Mall/00.sub", + "locale/gr/ui/Mall/01.sub", + "locale/gr/ui/Mall/02.sub", + "locale/gr/ui/Mall/03.sub", + "locale/gr/ui/Mall/04.sub", + "locale/gr/ui/Mall/05.sub", + "locale/gr/ui/Mall/06.sub", + "locale/gr/ui/Mall/07.sub", + "locale/gr/ui/Mall/08.sub", + "locale/gr/ui/Mall/09.sub", + "locale/gr/ui/Mall/11.sub", + "locale/gr/ui/Mall/12.sub", + "locale/gr/ui/Mall/13.sub", + "locale/gr/ui/Mall/14.sub", + "locale/gr/ui/Mall/15.sub", + "locale/gr/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/taskbar_easter.py b/bin/pack/locale_gr/locale/gr/ui/taskbar_easter.py new file mode 100644 index 00000000..da22adf4 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/gr/ui/Mall/easter_2012_0000.tga", + "locale/gr/ui/Mall/easter_2012_0001.tga", + "locale/gr/ui/Mall/easter_2012_0002.tga", + "locale/gr/ui/Mall/easter_2012_0003.tga", + "locale/gr/ui/Mall/easter_2012_0004.tga", + "locale/gr/ui/Mall/easter_2012_0005.tga", + "locale/gr/ui/Mall/easter_2012_0006.tga", + "locale/gr/ui/Mall/easter_2012_0007.tga", + "locale/gr/ui/Mall/easter_2012_0008.tga", + "locale/gr/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/gr/ui/Mall/easter_2012_0000.tga", + "locale/gr/ui/Mall/easter_2012_0001.tga", + "locale/gr/ui/Mall/easter_2012_0002.tga", + "locale/gr/ui/Mall/easter_2012_0003.tga", + "locale/gr/ui/Mall/easter_2012_0004.tga", + "locale/gr/ui/Mall/easter_2012_0005.tga", + "locale/gr/ui/Mall/easter_2012_0006.tga", + "locale/gr/ui/Mall/easter_2012_0007.tga", + "locale/gr/ui/Mall/easter_2012_0008.tga", + "locale/gr/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/taskbar_haloween.py b/bin/pack/locale_gr/locale/gr/ui/taskbar_haloween.py new file mode 100644 index 00000000..08f77548 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/gr/ui/Mall/shop_button_kuerbis0000.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0001.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0002.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0003.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0004.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0005.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0006.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0007.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0008.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0009.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0010.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0011.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0012.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0013.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0014.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/gr/ui/Mall/shop_button_kuerbis0000.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0001.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0002.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0003.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0004.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0005.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0006.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0007.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0008.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0009.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0010.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0011.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0012.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0013.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0014.tga", + "locale/gr/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/taskbar_valentine.py b/bin/pack/locale_gr/locale/gr/ui/taskbar_valentine.py new file mode 100644 index 00000000..8b9b1dce --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/gr/ui/Mall/herz0000.tga", + "locale/gr/ui/Mall/herz0001.tga", + "locale/gr/ui/Mall/herz0002.tga", + "locale/gr/ui/Mall/herz0003.tga", + "locale/gr/ui/Mall/herz0004.tga", + "locale/gr/ui/Mall/herz0005.tga", + "locale/gr/ui/Mall/herz0006.tga", + "locale/gr/ui/Mall/herz0007.tga", + "locale/gr/ui/Mall/herz0008.tga", + "locale/gr/ui/Mall/herz0009.tga", + "locale/gr/ui/Mall/herz0010.tga", + "locale/gr/ui/Mall/herz0011.tga", + "locale/gr/ui/Mall/herz0012.tga", + "locale/gr/ui/Mall/herz0013.tga", + "locale/gr/ui/Mall/herz0014.tga", + "locale/gr/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/gr/ui/Mall/herz0000.tga", + "locale/gr/ui/Mall/herz0001.tga", + "locale/gr/ui/Mall/herz0002.tga", + "locale/gr/ui/Mall/herz0003.tga", + "locale/gr/ui/Mall/herz0004.tga", + "locale/gr/ui/Mall/herz0005.tga", + "locale/gr/ui/Mall/herz0006.tga", + "locale/gr/ui/Mall/herz0007.tga", + "locale/gr/ui/Mall/herz0008.tga", + "locale/gr/ui/Mall/herz0009.tga", + "locale/gr/ui/Mall/herz0010.tga", + "locale/gr/ui/Mall/herz0011.tga", + "locale/gr/ui/Mall/herz0012.tga", + "locale/gr/ui/Mall/herz0013.tga", + "locale/gr/ui/Mall/herz0014.tga", + "locale/gr/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_at.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_at_dn.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_at_over.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_backspace.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_backspace_over.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_enter.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_enter_dn.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_enter_over.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_normal.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_normal_dn.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_normal_over.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_shift.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_shift_dn.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_shift_over.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_space.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_space_dn.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/vkey/key_space_over.tga b/bin/pack/locale_gr/locale/gr/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_gr/locale/gr/ui/webwindow.py b/bin/pack/locale_gr/locale/gr/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_cur_exp.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_ext.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_ext.sub new file mode 100644 index 00000000..7cc02116 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 301 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_ext_item1.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_ext_item2.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_last_exp.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_level.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_active.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..dcf55f39 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 116 +right 506 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_high.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..9f9072bc --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 153 +top 148 +right 187 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_low.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..e54ff327 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 118 +top 148 +right 153 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_middle.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..b8f83e42 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 131 +right 498 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_passive.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..93669e8f --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 116 +right 461 +bottom 133 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_support.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..b8b36658 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 480 +bottom 89 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_weapon.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..db20edf0 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 148 +right 118 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_std.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_std.sub new file mode 100644 index 00000000..9cf283be --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 301 +top 116 +right 414 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_std_item1.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_std_item2.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/label_uppt.sub b/bin/pack/locale_gr/locale/gr/ui/windows/label_uppt.sub new file mode 100644 index 00000000..342c4137 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 89 +right 480 +bottom 103 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/tab_1.sub b/bin/pack/locale_gr/locale/gr/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/tab_2.sub b/bin/pack/locale_gr/locale/gr/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/tab_3.sub b/bin/pack/locale_gr/locale/gr/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/tab_4.sub b/bin/pack/locale_gr/locale/gr/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/title_skill.sub b/bin/pack/locale_gr/locale/gr/ui/windows/title_skill.sub new file mode 100644 index 00000000..2b0d856e --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 398 +top 74 +right 470 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/title_status.sub b/bin/pack/locale_gr/locale/gr/ui/windows/title_status.sub new file mode 100644 index 00000000..6c63bce8 --- /dev/null +++ b/bin/pack/locale_gr/locale/gr/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 181 +top 120 +right 229 +bottom 137 \ No newline at end of file diff --git a/bin/pack/locale_gr/locale/gr/ui/windows/windows.dds b/bin/pack/locale_gr/locale/gr/ui/windows/windows.dds new file mode 100644 index 00000000..4011c3bb Binary files /dev/null and b/bin/pack/locale_gr/locale/gr/ui/windows/windows.dds differ diff --git a/bin/pack/locale_hu/locale/hu/effect/gm.mse b/bin/pack/locale_hu/locale/hu/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_hu/locale/hu/effect/ymirred.tga b/bin/pack/locale_hu/locale/hu/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/effect/ymirred.tga differ diff --git a/bin/pack/locale_hu/locale/hu/empiredesc_a.txt b/bin/pack/locale_hu/locale/hu/empiredesc_a.txt new file mode 100644 index 00000000..153c4cd2 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/empiredesc_a.txt @@ -0,0 +1,30 @@ +[DELAY value;10] +Shinsoo birodalom[ENTER] +[ENTER] +A Shinsoo birodalom a[ENTER] +kontinens dli rszn[ENTER] +fekszik. Az itt lk[ENTER] +[WAIT] +kereskedelemmel[ENTER] +foglalkoznak. Yoon-Yoing[ENTER] +irnytsa alatt a[ENTER] +kelet-Shinsooi kereskedelemi[ENTER] +kapcsolatok a csszrsg[ENTER] +[WAIT] +sszeomlsval a mai[ENTER] +llapotokhoz vezetett. A[ENTER] +lakosok folyamatos harcban[ENTER] +llnak a nyugatiakkal,[ENTER] +aminek hatsra megsznt a[ENTER] +[WAIT] +kereskedelmi tvonal. Amikor[ENTER] +szrevettk a Metin kvek[ENTER] +fenyegetst, a kereskedk[ENTER] +felfegyvereztk magukat.[ENTER] +Cljuk a nyugati tmadsok[ENTER] +[WAIT] +megfkezse, a kereskedelemi[ENTER] +tvonal jboli megnyitsa,[ENTER] +s az egsz birodalom sajt[ENTER] +irnytsuk alatti[ENTER] +egyestse. \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/empiredesc_b.txt b/bin/pack/locale_hu/locale/hu/empiredesc_b.txt new file mode 100644 index 00000000..63c82363 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/empiredesc_b.txt @@ -0,0 +1,39 @@ +[DELAY value;10] +Chunjo birodalom[ENTER] +[ENTER] +A Chunjo birodalom a[ENTER] +kontinens nyugati rszn[ENTER] +fekszik. Teokratikus llamt[ENTER] +[WAIT] +spiritulis vezetk[ENTER] +irnytjk. Alaptsa[ENTER] +Yoon-Young nevhez fzdik,[ENTER] +aki az egykori csszr[ENTER] +unokaccse.[ENTER] +[WAIT] +[ENTER] +Yoon felesge, aki hatalmas[ENTER] +mgikus ervel rendelkezik,[ENTER] +mr korn tmogatta frjt a[ENTER] +Metin k fenyegetsnek[ENTER] +[WAIT] +megismersben. Yoon-Young[ENTER] +tbbszr is[ENTER] +ellenintzkedseket[ENTER] +javasolt, de figyelmen kvl[ENTER] +hagytk. Ezrt vezette[ENTER] +[WAIT] +kvetit egy felkelsben az[ENTER] +akkor mg egysges[ENTER] +csszrsg ellen. A[ENTER] +birodalom pusztulsa utn[ENTER] +Chinjo mg mindig nylt[ENTER] +[WAIT] +vitban ll a Kelettel, s[ENTER] +lland harcban Dllel. A[ENTER] +lakosok arra trekednek,[ENTER] +hogy megszerezzk a hatalmat[ENTER] +az egsz kontinensen, azrt,[ENTER] +[WAIT] +hogy a Metin k nvekv[ENTER] +hatalmnak vget vessenek. \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/empiredesc_c.txt b/bin/pack/locale_hu/locale/hu/empiredesc_c.txt new file mode 100644 index 00000000..528452c8 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/empiredesc_c.txt @@ -0,0 +1,30 @@ +[DELAY value;10] +Jinno birodalom[ENTER] +[ENTER] +A Jinno birodalom a[ENTER] +kontinens keleti rszn[ENTER] +terl el. Katonai hatalomra[ENTER] +[WAIT] +pl a birodalom, amely az[ENTER] +agresszv, harcos[ENTER] +termszett lakosokat[ENTER] +irnytja. Jinno-t Ee-Ryoong[ENTER] +vezeti, aki a vr szerinti[ENTER] +[WAIT] +fia az utols csszrnak.[ENTER] +Elhivatottnak rzi magt[ENTER] +arra, hogy a rendelkezsre[ENTER] +ll hatalom segtsgvel az[ENTER] +egykori csszrsgot[ENTER] +[WAIT] +visszalltsa. A Jinno[ENTER] +birodalomban hivatalosan nem[ENTER] +vesznek tudomst a Metin[ENTER] +kvek jelentsgbl s[ENTER] +hatsbl ered flelmekrl.[ENTER] +[WAIT] +Titokban Ee-Ryoong[ENTER] +megprblja azonban a Metin[ENTER] +kvek pusztt hatst sajt[ENTER] +katonai cljaira[ENTER] +rvnyesteni. \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/guildbuildinglist.txt b/bin/pack/locale_hu/locale/hu/guildbuildinglist.txt new file mode 100644 index 00000000..5f35b64c --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan Fegyverkovcs -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Felszerels kovcs -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan kszersz -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang Kikpz kzpont -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro Gymnt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro Fosszilis fa koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro Rz koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro Ezst koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro Arany koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro Jde koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro benfa koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro Gyngy koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro Fehrarany koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro Kristly koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro Ametiszt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro Mennyei knny koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Llekkristly koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Grnt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Zafr koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 Az Er oltra -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 Az Er oltra -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 Az Er oltra -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse Hz (1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner Kfal (1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin Kfal (1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 Kfal (1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door Kapu (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set Fal (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse Hz (2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner Kfal (2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin Kfal (2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 Kfal (2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door Kapu (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDIN b1-set Fal (2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse Hz (3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner Kfal (3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin Kfal (3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 Kfal (3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door Kapu (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDIN c1-set Fal (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol Ch jelvny -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 Homlokzati fal -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 +14202 WALL fence01_back01 Hts fal -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 Bal oldali fal -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 Jobb oldali fal -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 K1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 K2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 K3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 K4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 K5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 K6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 K7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 K8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 K9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 K10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT Fa1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 Fa2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall Fa3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 Fa4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 Fa5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT Fa6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 Fa7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall Fa8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 Fa9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_hu/locale/hu/icon/scroll_close.tga b/bin/pack/locale_hu/locale/hu/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/icon/scroll_close.tga differ diff --git a/bin/pack/locale_hu/locale/hu/icon/scroll_open.tga b/bin/pack/locale_hu/locale/hu/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/icon/scroll_open.tga differ diff --git a/bin/pack/locale_hu/locale/hu/insult.txt b/bin/pack/locale_hu/locale/hu/insult.txt new file mode 100644 index 00000000..318929e9 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/insult.txt @@ -0,0 +1,152 @@ +aberlt +abnormlis +agyalgyult +agyatlan +agybavert +agyhalott +agyonkrt +animalsex +animalszex +antibarom +anyatet +b+ +balfasz +barom +baszs +baszdmeg +baszni +baszott +bazdmeg +bazmeg +bebaszott +befogod +befosi +bkapicsa +beszari +bisex +biszex +biszexulis +brner +br +brunya +buzerns +buzi +buznyk +cafka +cici +cick +cigny +cseszd meg +csipszar +csitri +csoffadt +cscs +csupaszfark +cuna +cuncipunci +didi +drog +droid +dugs +dugni +ejukci +ejukl +ejukls +ejuklsok +ejuklt +ejuklva +elbaszott +fasszop +fasz +faszfej +faszszop +fidesz +FIDESZ +fityma +fleto +flet +ftyi +ftyks +gan +geca +geci +genny +gykr +Gyurcsny +gyurcsny +hombr +homi +homoszexulis +hugyagy +hugyos +hlyegyerek +hvely +idita +kanos +kefls +keflni +kibaszott +kotton +kcsg +kuki +kurva +kurva anyd +kuss +kussolj +lesbi +leszbi +leszop +leszopsz +lucskos +maszti +masztizik +maszturbl +MDF +MSZP +mszp +mfasz +nger +nigger +Orbn +orbn +vszer +pnisz +picsa +pina +pisis +pofa +pofd +porn +pcs +puna +punci +qrva +qtyaszar +ribanc +ribi +roma +rosseb +segg +seggarc +seggfej +seggjuk +segglyuk +sex +strici +suna +sutty +szarkavar +SZDSZ +szex +szop +szops +szopat +szopik +szopni +vagina +viagra +vibrtor +wazze +wazzeg +xar +zsid \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/item_list.txt b/bin/pack/locale_hu/locale/hu/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_hu/locale/hu/item_proto b/bin/pack/locale_hu/locale/hu/item_proto new file mode 100644 index 00000000..f1a6db8c Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/item_proto differ diff --git a/bin/pack/locale_hu/locale/hu/itemdesc.txt b/bin/pack/locale_hu/locale/hu/itemdesc.txt new file mode 100644 index 00000000..9c0a675d --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/itemdesc.txt @@ -0,0 +1,2406 @@ +100000 Id Elixr (Kicsi) jratlti a Srknyk idtartamt. +100001 Id Elixr (Kzepes) jratlti a Srknyk idtartamt. +100002 Id Elixr (Nagy) jratlti a Srknyk idtartamt. +100100 Srkny-fog Hasznos eszkz, mely megnveli a Srknyk-eltvolts sikeressgi eslyt. +100200 Idfog Meglltja a Srknyk lejrati idejt. +100300 Zld srkny-bab A mgikus bab megnveli Srknykved szintjt. A megerst eljrs sikertelen is lehet. +100400 Kk srkny-bab A mgikus bab megnveli az eslyt annak, hogy sikeresen fejleszd egy szinttel a Srknykvet. +100500 Rzsaszn srkny-bab A Srknyk egy szinttel trtn fejlesztsnek sikeressgi eslye 10%-kal magasabb. +11901 Szmoking Fekete frfi ltny, amit eskvn hordanak. +11902 Szmoking Fekete frfi ltny, amit eskvn hordanak. +11903 Menyasszonyi ruha Egy klnleges ruha, amit a nk eskvjkn hordanak. +11904 Menyasszonyi ruha Egy klnleges ruha, amit a nk eskvjkn hordanak. +18000 Textil v+0 +18001 Textil v+1 +18002 Textil v+2 +18003 Textil v+3 +18004 Textil v+4 +18005 Textil v+5 +18006 Textil v+6 +18007 Textil v+7 +18008 Textil v+8 +18009 Textil v+9 +18010 Brv+0 +18011 Brv+1 +18012 Brv+2 +18013 Brv+3 +18014 Brv+4 +18015 Brv+5 +18016 Brv+6 +18017 Brv+7 +18018 Brv+8 +18019 Brv+9 +18020 Pompzatos v+0 +18021 Pompzatos v+1 +18022 Pompzatos v+2 +18023 Pompzatos v+3 +18024 Pompzatos v+4 +18025 Pompzatos v+5 +18026 Pompzatos v+6 +18027 Pompzatos v+7 +18028 Pompzatos v+8 +18029 Pompzatos v+9 +18030 Blcsessg ve+0 +18031 Blcsessg ve+1 +18032 Blcsessg ve+2 +18033 Blcsessg ve+3 +18034 Blcsessg ve+4 +18035 Blcsessg ve+5 +18036 Blcsessg ve+6 +18037 Blcsessg ve+7 +18038 Blcsessg ve+8 +18039 Blcsessg ve+9 +18040 Kirlyi v+0 +18041 Kirlyi v+1 +18042 Kirlyi v+2 +18043 Kirlyi v+3 +18044 Kirlyi v+4 +18045 Kirlyi v+5 +18046 Kirlyi v+6 +18047 Kirlyi v+7 +18048 Kirlyi v+8 +18049 Kirlyi v+9 +18050 rnykv+0 +18051 rnykv+1 +18052 rnykv+2 +18053 rnykv+3 +18054 rnykv+4 +18055 rnykv+5 +18056 rnykv+6 +18057 rnykv+7 +18058 rnykv+8 +18059 rnykv+9 +18060 Rnav+0 +18061 Rnav+1 +18062 Rnav+2 +18063 Rnav+3 +18064 Rnav+4 +18065 Rnav+5 +18066 Rnav+6 +18067 Rnav+7 +18068 Rnav+8 +18069 Rnav+9 +18070 Nagy medve-v+0 +18071 Nagy medve-v+1 +18072 Nagy medve-v+2 +18073 Nagy medve-v+3 +18074 Nagy medve-v+4 +18075 Nagy medve-v+5 +18076 Nagy medve-v+6 +18077 Nagy medve-v+7 +18078 Nagy medve-v+8 +18079 Nagy medve-v+9 +18900 Tzvrs k Megersti ved bnuszait. +22000 Vissza a vrosba Ez a tekercs lehetv teszi szmodra, hogy visszateleportld magad a vrosba. +22010 Visszaszllt tekercs A tekercs visszaszllt arra a helyre, amelyet legutoljra megjelltl. +25040 ldstekercs Cskkenti a trgy megsemmislsnek kockzatt, amennyiben a feljavts nem sikerl. Ennek a mentsnek az ra, hogy a minsg 1 ponttal romlik. +25041 Mgikus k Egy legends fm darabja megnvelheti egy trgyfejleszts sikernek eslyt. A fejlesztett trgy nem semmisl meg, s vissza sem trik. +25100 Szellemk Tekercs A tekercs lehetv teszi, hogy eltvoltsd a szellemkvet egy fegyverbl vagy felszerelsbl. Nyoma marad az eltvoltsnak. +27051 Vrs ital (kicsi) Feltlt legfeljebb 300 leter pontot. Nem adhat t. +27052 Kk ital (kicsi) Feltlt legfeljebb 100 Manapontot. Nem adhat t. +27053 Zld ital (kicsi) 10 percre +10-zel nveli a tmadsebessget. Nem adhat t. +27054 Lila ital (kicsi) 10 percre +10-zel nveli a mozgsi sebessget. Nem adhat t. +27600 Tbortz Fa darabok, amiket egy tbortzhz aprtottak. +27610 Horgszgmb Ez a horgszgmb elrulja, milyen a hal akadt a horogra. +27620 Horgszknyv Knyv, amivel 3 napig dupla mennyisg ritka halat fogsz. +27799 Halszlka Egy hal szlki. +27800 Kencs Knny, olcs csali. +27801 Giliszta kedvelt csali, amire jl kapnak a halak. +27802 Kis hal Csali hal, amivel nagyobb halakat lehet fogni. +27803 Sll Kznsges hal, ami ltalban tavakban l. +27804 Mandarinhal Nagyon zletes hal. +27805 Fogas A sll nagyobb pldnya. +27806 Ponty Nagy, ezst szn hal. +27807 Lazac Hal, amely a przsi idszakban hazatr. +27808 Amur Pontyfle, ami fvel tpllkozik. +27809 Pisztrng Csillog hal, amely a lazaccal rokon. +27810 Angolna Hossz, vkony hal, ami kgyra hasonlt. Er s kitarts jellemzi. +27811 Szivrvnyos pisztrng Hal, szvrvny szn httal. +27812 Sebes pisztrng desvzi hal, amely elterjedt ezen a vidken. +27813 Vrsszrny keszeg Rajokban l, vrsen csillog hal. +27814 Sgr Hal, amely a tavak cpjaknt ismert. +27815 Tenchi Tengeri hal, amely csak tiszta vzben l. +27816 Harcsa Hal, jellegzetesen nagy szjjal s a macskhoz hasonl bajusszal. +27817 Dszcsk Csszs hal, amely ltalban sekly, zavaros vzben l. +27818 Ltuszhal Nagy desvzi hal, amely vegyesen tpllkozik. +27819 Ayu A viaszlazaccal rokon hal, ami partok kzelben s folytorkolatokban l. +27820 Viaszlazac Tli hal, amelyet leginkbb lkhorgszattal lehet fogni. +27821 Shiri Csodlatos szn s alak hal. +27822 Tkrponty shonos ponty faj. +27823 Aranyhal Ritka, aranyosan csillog hal. +27833 Dgltt sll Ez a hal kivllan alkalmas arra, hogy nylt tz felett grillezzk meg. +27834 Dgltt mandarinhal Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27835 Dgltt fogas Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27836 Dgltt ponty Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27837 Dgltt lazac Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27838 Dgltt amur Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27839 Dgltt pisztrng Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27840 Dgltt angolna Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27841 Dgltt sziv. pisztrng Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27842 Dgltt sebes pisztrng Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27843 Dgltt vrssz. keszeg Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27844 Dgltt sgr Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27845 Dgltt tenchi Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27846 Dgltt harcsa Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27847 Dgltt cskhal Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27848 Dgltt ltuszhal Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27849 Dgltt ayu Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27850 Dgltt viaszlazac Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27851 Dgltt shiri Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27852 Dgltt tkrponty Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27853 Dgltt aranyhal Ez a hal kivllan alkalmas a nylt tz feletti grillezzsre. +27863 Grillezett sll Visszallt nhny TP-t. +27864 Grillezett mandarinhal Visszallt nhny MP-t. +27865 Grillezett fogas Visszallt nhny TP-t. +27866 Grillezett ponty Egy bizonyos idre megnveli a mozgsi sebessget. +27867 Grillezett lazac Visszallt nhny MP-t. +27868 Grillezett amur Egy bizonyos idre megnveli a tmadsi sebessget. +27869 Grillezett pisztrng Visszalltja a TP jelents rszt. +27870 Grillezett angolna Megnveli az erdet 10 ponttal 10 percig. +27871 Grillezett sziv. pisztr. Sok MP-t helyrellt. +27872 Grillezett sebes pisztr. Visszallt pr MP-t. +27873 Grill. vrssz. keszeg Megnveli az gyessgedet 10 ponttal 10 percig. +27874 Grillezett sgr Eltvoltja a rossz hatsokat. +27875 Grillezett tenchi Azonnal visszallt nhny TP-t. +27876 Grillezett harcsa Pillanatra visszallt nhny MP-t. +27877 Grillezett cskhal Lthatatlann vltoztat 5 percig. +27878 Grillezett ltuszhal Azonnal visszallt nhny TP-t. +27879 Grillezett ayu Ez a hal onnan kapta a kellemes fsts zt hogy tzn ksztik. +27880 Grillezett viaszlazac A tz feletti grillezstl a hs kellemes fstlt zt kap. +27881 Grillezett shiri Ez a hal onnan kapta a kellemes fsts zt hogy tzn ksztik. +27882 Grillezett tkrponty A tz feletti grillezstl a hal kellemes fstlt zt kap. +27883 Grillezett aranyhal A tz feletti grillezstl a hs kellemes fstlt zt kap. +27987 Kagyl Szp hjj kagyl. rtkes gyngyt tartalmazhat. +27988 Kincs trkp Elnytt trkp, amely egy si kincs helyt mutatja. +27989 Metink irnyt Az irnyt megmutatja a kvetkez Metin k irnyt s tvolsgt. Minl fnyesebben fnylik, annl kzelebb vagy. 6-szor aktivlhat. +27990 Kdarab A kis mretbl kifolylag ezt a darabot jl lehet szlltani, s ennek ellenre sokoldalan fel lehet hasznlni. +27991 Aquak Egy kemny, nagyszemcsj k, amit fegyverek s konyhai felszerels csiszolsra hasznljk. +27992 Fehr Gyngy Hfehr kincs egy kagylbl. +27993 Kk Gyngy Pomps mlykk kincs egy kagylbl. +27994 Vrvrs Gyngy Vrvrs kincs egy kagylbl. +27995 res veg res, de srtetlen veg palack. +27996 Mregpalack Hallos mrget tartalmaz palack. +27997 leter Mrvny Egy gmb, amely visszallt nhny TP-t. +27998 Alkmia Erszny Egy alkimista ersznye. Az alkmia titka van benne? +27999 Szellemk Tska Tska szellemkvekkel. Olyan kveket tartalmazhat, amik trgyak feljavtshoz hasznlhatak. +29001 Fskagyl Az egyik legnagyobb s legfinomabb kagyl. Egy fsformj klseje van. +29002 Kk fskagyl A gyngyrtege ennek a kagylnak szmtalan egymsbaolvad kk sznben fnylik. +29003 Srga fskagyl A gyngrtege ennek a kagylnak szmtalan srga sznben fnylik. +29004 Piros fskagyl A gyngyrtege ennek a kagylnak szmtalan piros egymsbaolvad sznben fnylik. +29005 Zld fskagyl A gyngyrtege ennek a kagylnak szmtalan egymsbaolvad zld sznben tndkl. +29006 Srga bork Sttsrga bork +29007 Sttkk bork Sttkk bork +29008 Kk szenteltvz Napfnyben ennek a szenteltvznek a felszne enyhe kk sznben fnylik. +29009 Srga szenteltvz Napfnyben ennek a szenteltvznek a felszne enyhe srga sznben fnylik. +29010 Vrs szenteltvz Napfnyben ennek a szenteltvznek a felszne enyhe piros sznben fnylik. +29011 Zld szenteltvz Napfnyben ennek a szenteltvznek a felszne enyhe zld sznben fnylik. +29012 Isten Sttkk Keze Sttkk szenteltvz +29013 Sttsrga szenteltvz Sttsrga szenteltvz +29014 Halvnyvrs szenteltvz Sttvrs szenteltvz +29015 Isten Sttzld Keze Sttzld szenteltvz +30000 rpa Gyakran termesztett nvny, amit sr s lelmiszerek ellltsra hasznlnak. +30001 Levl Levl valakitl. +30002 Kiss megsttt kolbsz Slt kolbsz zldsgekkel s fszerekkel. +30003 Malacorr Egy malac orra. +30004 Vaddiszn fog A vaddiszn nagyon ers foga. +30005 Trtt fegyverzetdarab A fegyverzet darabja. +30006 Orkfog Egy ork bds foga. +30007 Ork amulett Egy amulett, ami az orkokat btortja a csatkban. +30008 Ezotria bevezet Kziknyv az ezotrirl kezdknek. +30009 Ismeretlen gygyszer Ismeretlen gygyszer, ismeretlen sszetevkkel. +30010 Medveepe A medve epje feljtja az zlels rzkt. +30011 Gombolyag Crna gombolyag +30012 Boros veg A palckban nagyon zletes bor van. +30013 Szeszes kors Kors, amely alkohol trolsra hasznlhat. +30014 Jetibunda A legends llny, a Jeti bundja, mely megvd a hidegtl. +30015 Dmoni Emlktrgy Egy dmon komor emlktrgya. +30016 Dmoni kk Egy kk, amely halottak lelkt tartalmazza. +30017 Dsz hajt Ni dszes hajt. +30018 Vrs hajszalag Elegns szalag a haj sszefogsra. +30019 Lobog srny Lobog srny szlakat tli ruhzat ellltshoz hasznljk. +30020 Barackmag Az egszsges brrt hasznljk. +30021 kk darab Egy kemny anyag ltal letrt kk rsz. +30022 Kgyfarok Egy csrg kgy farka. +30023 Fehr tigrisbr A gyjtk krben legrtkesebb llatbr. +30024 Lfarok A lfarok olyan j minsg trgyak ellltshoz hasznlhat, mint a kefk, kalapok, ktelek. +30025 Pk mregzsk Egy pk mregzskja. +30026 Farkasbl A birodalomban kedvelt lelmiszer, a kolbsz egyik sszetevje. +30027 Farkasszr A farkas legvastagabb szre, amit kefk ksztsre hasznlnak. +30028 Farkaskarom A farkas karma, kiegsztk ksztsre hasznlhat. +30029 Farkasmj A birodalom kedvelt lelmiszernek, a kolbsznak egyik sszetevje. +30030 Rozsds penge Egy tr rozsds pengje. +30031 Dsztrgy Lnyok krben kedvelt dsz. +30032 Fekete egyenruha Kopott fekete egyenruha. +30033 Trtt porceln Egy darab trtt porceln. +30034 Fehr hajszalag Egy elegns szalag a hlgyek hajnak felktshez. +30035 Arckrm Nk hasznljk, arcuk fiatalon tartsra. +30036 Titokzatos gygynvny Legends nvny, csodlatos hatssal. +30037 Tigriskarom Nhny harcos Tigris Karmokbl kszlt nyaklncot visel, hogy ezzel jelezzk msoknak a btorsgukat. +30038 Tigrisbr A gyjtk krben kedvelt llatbr. +30039 Szvetdarab Szvet, amit sebek letakarsra hasznlnak. +30040 Falevl Ismeretlen nvny levele. +30041 Shiriken Dobfegyver, amit a nindzsk hasznlnak. +30042 Tigris Tpfog Egy vadmacska fnyes s kemny tpfoga. +30043 Bab Sok tel sszetevje. +30044 Agyag Porceln ellltsra hasznljk. +30045 Skorpi t Egy skorpi mrges t. +30046 Skorpi farok Mrgez skorpifarok. +30047 tokknyv Ezoterikus knyv az tkokrl. +30048 Jgdarab Fagyott vz, ami rkk hideg. +30049 Jggyilkosblna szarv rtkes szobrsz anyag. +30050 Jggmb Egy gmb jgbl. Nem olvad el a forr vzben. +30051 Ismeretlen talizmn Ismeretlen talizmn, csak ezotrival foglalkozk tudjk olvasni. +30052 Zszl Zszl, amivel a vadak csapatait lehet megjellni. +30053 Medvetalp br Sok ember kedvenc kitartst ad lelmiszere. +30054 Jegygyr Az egyetlen gyr, amit a vgskig hordani kell. +30055 Skorpi oll Egy skorpi ollja. +30056 Pkhl Egy pk arra hasznlja fonalait, hogy felptse otthont. +30057 Pkszem A pkszem nagyon kedvelt a gyjtk krben. +30058 Pktojszsk Varzsszerknt hasznljk azok a nk, akiknek nincs gyermekk. +30059 Pklb A smnok hasznljk a szrs pklbakat. +30060 Bkanyelv Egy ragads nyelv. +30061 Bkacombok Egzotikus tel sszetev, ze a csirkehsra hasonlt. +30062 Gygyszer tl Egy tl, amit gygyszerszek hasznlnak. +30063 Br orvossg Gygyszer, amit brbetegsgek kezelsre hasznlnak. +30064 les k K, amelyet nylhegyek ksztsre hasznlnak. +30065 Harang Harang, amely cseng hangot ad ki. +30066 Ers paprika Nagyon ers paprika. +30067 Kgybr Egy kgy bre. +30068 Tofu steak Tofu vegetrinus "hs". +30069 Farkaskarom+ A farkas les karma, amit kiegsztk ellltshoz hasznlnak. +30070 Farkasszr+ A farkas legvastagabb szrt kefk ellltsra hasznljk. +30071 Medveepe+ A medve epje feljtja az zlels rzkt. +30072 Medvetalp br+ Sok ember kedvenc kitartst ad lelmiszere. +30073 Fehr hajszalag+ Kedvelt hajszalag a ni haj sszefogsra. +30074 Fekete egyenruha+ Kopott fekete egyenruha. +30075 Shiriken+ Nindzsk ltal hasznlt dobfegyver. +30076 Ork amulett+ Egy amulett, ami az orkokat btortja a csatkban. +30077 Orkfog+ Egy ork bzl foga. +30078 Ezotria bevezet+ Kziknyv az ezotrirl kezdknek. +30079 Ismeretlen talizmn+ Ismeretlen talizmn, csak ezotrival foglalkozk tudjk olvasni. +30080 tokknyv+ Ezoterikus knyv az tkokrl. +30081 Skorpi farok+ Mrgez skorpi farok. +30082 Kgyfarok+ Egy csrg kgy farka. +30083 Ismeretlen gygyszer+ Ismeretlen gygyszer, ismeretlen sszetevkkel. +30084 Ismeretlen talizmn+ Ismeretlen talizmn, csak ezotrival foglalkozk tudjk olvasni. +30085 Szvetdarab+ Szvet, amit sebek letakarsra hasznlnak. +30086 Dmoni Emlktrgy+ Egy dmon komor emlktrgya. +30087 Dmoni kk+ Egy kk, amely halottak lelkt tartalmazza. +30088 Jgdarab+ Fagyott vz, ami rkk hideg. +30089 Jetibunda+ A legends llny, a Jeti bundja, mely megvd a hidegtl. +30090 Jggmb+ Egy gmb jgbl. Nem olvad el a forr vzben. +30091 Harcosok jelkpe Jelkp, amit a legends harcosoknak adnak. +30092 Vadak zskmnya Harci zskmny +30093 Szerencse erszny Selyemtska, amely rtktrgyakat tartalmaz. +30094 Szerencse erszny Selyemtska, amely rtktrgyakat tartalmaz. +30095 Szerencse erszny Selyemtska, amely rtktrgyakat tartalmaz. +30096 Szerencse erszny Selyemtska, amely rtktrgyakat tartalmaz. +30129 Lovagi megbzats Dokumentum, amely katonai megbzatst tartalmaz. +30130 res veg res vegpalack, amibe sok folyadk tlthet. +30131 Kovcs levele Egy levl a kovcs bartjtl. +30132 Uriel Knyve Knyv, amit Uriel szvesen olvas. Cme: "A stt templom titka." +30133 Virg cip Csnos ni cip. +30134 Uriel csomagja Egy csomag klnbz knyvekkel. +30135 Ariyoung levele Levl Ariyoung-tl Ah-Yu-nak. +30136 Dszes j Gynyr j, amit egy llat szarvbl faragtak. +30137 Majomvr Egy majom vre. Nagyon bds. +30138 Sivatagi homok Ezt a klnsen apr homokot Celadon Porceln ksztsre hasznljk. +30139 rlfog Ork rlfog, amit talizmnknt hasznlnak. +30140 Crna Ers varrfonl. Ruhk javtsra, st nyaklnc ksztsre hasznljk. +30141 kszer Ruhk feldsztsre hasznljk, vagy csak gy hordjk. +30142 Levl Nem lehet felismerni mi ll a levlben. Lehet, hogy a nyelvet kell megtanulni. +30143 Gygynvnyek Szrtott gygynvnyek gyjtemnye. Sajnos egy kicsit porosak. +30144 Tigris mj A vrses-barns tenyrnyi mja egy felntt vadmacsknak. +30145 Balso Gygyszere Ers hats gygyszer. +30146 Jgrg Nagyon hideg. +30147 Vallsi tan Knyv, amely rszletes informcikat tartalmaz a stt templomrl. +30148 Templomi sl Egy sl, amit imdkozshoz hasznlnak. +30149 Jgkrm sziruppal Egy adag jgkrm sziruppal. Remek szomjolt nyron. +30150 Napl oldal Egy napl oldal, amit az reg dinasztia rt. +30151 Farkas Irha Gyakran alkalmazzk portrlnek. +30152 Gygyszer Kezels egy klns betegsgre. Senki nem tudja, hogy tnyleg hatsos-e. +30153 Virgok Ismeretlen virg, aminek illata emlkeket breszt benned. +30154 Titkos templomi knyv A Titkos templom tantsnak s trtnetnek taglalsa. +30155 Mirine medlja Nyaklnc medl, amelynek htoldalra a "Mirine" nv van gravrozva. +30156 Titkos templomi knyv A Titkos templom tantsnak s trtnetnek elemzse. +30157 Nylhegy Ezek a mrgezett nyilhegyek segtenek megvdeni a birodalmat. +30177 Pzsmaolaj A Pzsmaolajat a Fegyverkeresked hasznlja egy kldets sorn. A trgynak nincs ms funkcija. +30179 Csavart kulcs Ez a mgikus kulcs aktivlja a portlt a Srkny Templomba. +30180 Srknyisten Amulett Ez az arany kszer darabka megrvidtheti a Grotto Szmztthz az utat. +30181 Oldal Nehezen olvashat ez a kifakult rs ezen a pergamenen - ez az oldal mr nagyon rgi. +30182 Legends Napl Ez az si knyv msolat nagyon rtkesnek tnik. +30183 Komor Fa Maszk Ez a fbl kszlt maszk olyan mintha egyenesen rd bmulna. Valsznleg egy nneplyi trgy lehet. +30184 Megbvlt Hamu Ebben a trolban klns szimblumokkal fedett hamvak vannak s enyhe ragyogs veszi krl. +30185 Stt Jg Mly rnykok ltszanak gylekezni ez alatt a fnyes, sima felszn alatt. +30186 Fosszilizldott Knny Egy fosszilizldott knnycsepp a Baljit-Elvedin istensgtl, aki most Srkny istenknt ismert. +30187 Csepp Vr Egy csepp vr Bahar-Taraji istensgtl, a vilg ltrehozjtl. +30188 Obszidin Azeltt folykony, gyorsan megfagyott vulkni kzet. +30189 Baljit-Elvedin knnyei Egy gyesen formlt vza tartalmazza a Baljit-Elvedin istensg knnycseppjeit. +30190 Vrk Ez a k a Bahar-Taraji istensg vrbl kszlt s belpst biztost neked a Szmztt Barlangjba. +30191 Vrk A Vrkvek belpst adnak neked a Szmzttek Barlangjba. +30192 Nvnyi nedv Kivl minsg nvnyi koncentrtum +30193 Ujjcsontok Egy bukott hs utols maradvnyai. +30194 Ork buzogny Egy csnya fegyver robusztus tskkkel. +30195 Kvarchomok Ez a homok olyan, mintha a sivatagi kteremtmnyek vre lenne. +30196 Dmoni hamvak Mg egy dmon hamvai is rendkvli ervel brnak. +30197 Mgikus magvak Ezek a magvak duzzadnak az letertl. +30198 Vztiszta kristly Egy stt jgteremtmny szve. +30199 Kk kristly Egy kristlydarab a Srkny Templombl, mely felersti a stt erket. +30210 Drgak darab Egy k ami kristlytiszta s csillog a fnyben. +30211 Drgak darab Csillog kicsi k. +30212 Drgak darab Csillog kicsi k. +30213 Drgak darab Csillog kicsi k. +30214 Drgak darab Csillog kicsi k. +30215 Drgak darab Csillog kicsi k. +30216 Drgak darab Csillog kicsi k. +30217 Drgak darab Csillog kicsi k. +30218 Drgak darab Csillog kicsi k. +30219 Drgak darab Csillog kicsi k. +30220 Jinunggyi Llekkve Legends k, amely a nemesi Jinung lelkt tartalmazza. +30221 Templomi Llekk A legends k, amely a templom kvetinek lelkt tartalmazza. +30222 Sagyi Llekkve Legends k, amely a nemesi Sagyi lelkt tartalmazza. +30223 Aurtumryu Llekkve Legends k, amely a nemesi Aurtumryu lelkt tartalmazza. +30224 Gyimok Llekkve Legends k, amely a nemesi Gyimok lelkt tartalmazza. +30225 Tugyi Llekkve Legends k, amely a nemesi Tugyi lelkt tartalmazza. +30228 Beran-Setaou llekk A bukott Isten stt aurja megrinti a lelked s menedket keres a szvedben. +30251 Rosszakarat kk Egy rosszakaratban tztatott gymnt. +30252 Blcsessg kk Eme gymnt aurja nemes s bks. +30253 Hsg kk Harcos szellem s becsletessg aura veszi krl ezt a gymntot. +30254 +30265 Medl darab (1) A Hs medljnak els darabja. +30266 Medl darab (2) A Hs medljnak msodik darabja. +30267 Medl darab (3) A Hs medljnak harmadik darabja. +30268 Medl darab (4) A Hs medljnak negyedik darabja. +30269 Medl darab (5) A Hs medljnak tdik darabja. +30270 Srknyk-szilnk Szilnk egy ritka srknykbl +30311 Llekkristly-kulcs A finoman kidolgozott kulcs egy kk Llekkristllyal nyitja meg a 2. emelet ajtajt az rdg Katakombjban. +30312 Grimaszol totem Ez a fbl kszlt jel a belevsett grimasszal szolgl kulcsknt az rdg Katakombjnak 6. szintjhez. +30315 +30316 +30317 +30318 +30319 Zsugortott fej Ez a Zsugortott dmonfej nyitja az rdg Katakombjban a 3. emeletre vezet pecstet. Ez a trgy tadhat. +30320 Zsugortott fej Ez a Zsugortott dmonfej nyitja az rdg Katakombjban a 3. emeletre vezet pecstet. +30321 Halloween Tk A tk jratlti a TP-d vagy az MP-d. Ha megrinted egy Varzsplcval, Halloween Ldv alakul t. +30322 Varzsplca Egy mvszien faragott gerfa varzsplca, mgikus tzbl kszlt csillaggal a cscsn. Segtsgvel a Halloween Tk Halloween Ldv alakthat t. +30323 Tkfej maszk krtya A Tkfej maszk krtyt bevlthatod Tkficknl egy Tk maszkra. A maszk lecserli a mr meglv frizurt. +30324 Pk-kulcs A Brn Fszknek bejratt nyitja. Klnsen trkeny, 24 ra elteltvel sztmllik. Csak a csoportvezet hasznlhatja. +30325 Pk-kulcs A Brn Fszknek bejratt nyitja. 24 ra elteltvel sztmllik. Csak a csoportvezet hasznlhatja. +30326 Pk-kirlyn mrge A Pk-kulcs ellltshoz a Pk-kirlyn vladka szksges. +30327 Pk-sp E hangszer dallama elcsalja a Pk-brnt. +30329 Arany fogaskerk Indtsd be Isfet emlkkvnek rejtett mechanizmust. +30330 Maat k Az Igazsg Istennjeknt Maat igyekszik rendet teremteni a koszban. +30331 Fagy-kulcs A kulcs jghideg s hozzfrst biztost Nemere rtornynak harmadik szintjhez. Csak Smnok hasznlhatjk. +30332 szaki sarkcsillag Tiszta jgbl kszlt pecstk. Hozzfrst biztost Nemere rtornynak hatodik szintjhez. +30333 Jgvirg-kulcs A jgbl kszlt kulcs belpst engedlyez Nemere rtornynak kilencedik szintjre. Csak Nindzsk vagy Smnok hasznlhatjk. +30500 Rubin metszet ks Eszkz a fegyvered tkletestshez +30501 Arany kapocs Elem a fegyvered tkletestshez +30502 Rubin dszts Elem a fegyvered tkletestshez +30503 Ametiszt metszet ks Eszkz a fegyvered tkletestshez +30504 Ezst kapocs Elem a fegyvered tkletestshez +30505 Smaragd dszts Elem a fegyvered tkletestshez +30506 Zafr metszet ks Eszkz a fegyvered tkletestshez +30507 Bronz kapocs Elem a fegyvered tkletestshez +30508 Zafr dszts Elem a fegyvered tkletestshez +30509 Kk srkny-acl A srknybr rendkvl knny s rugalmas, mgis gyakorlatilag elpusztthatatlan. Fmhez hasonlan lehet megmunklni s pncl ksztshez hasznlatos. +30510 Nagy vll-lap Pncl tkletestshez szksges elem +30511 Piros anyag Finom anyag a pncl tkletestshez +30512 Vrs srkny-acl A srknybr rendkvl knny s rugalmas, mgis gyakorlatilag elpusztthatatlan. Fmhez hasonlan lehet megmunklni s pncl ksztshez hasznlatos. +30513 Nemes vll-lap Pncl tkletestshez szksges elem +30514 Ibolyaszn anyag Finom anyag a pncl tkletestshez +30515 Lila Srkny-acl A srknybr rendkvl knny s rugalmas, mgis gyakorlatilag elpusztthatatlan. Fmhez hasonlan lehet megmunklni s pncl ksztshez hasznlatos. +30516 Antik vll-lap Pncl tkletestshez szksges elem +30517 Arany anyag Finom anyag a pncl tkletestshez +30518 Arany fonl Olvasztott aranybl kszlt mgikus fonltekercs. Egy drgak rtkes kszerekbe trtn beillesztshez hasznlatos. +30519 Arany kamp Tiszta aranybl kszlt, drgak rtkes kszerbe trtn beillesztshez hasznlatos. +30520 Arany csat Tiszta aranybl kszlt, drgak rtkes kszerbe trtn beillesztshez hasznlatos. +30521 Gyr-elem Tiszta aranybl kszlt, drgak rtkes kszerbe trtn beillesztshez hasznlatos. +30522 Lncszemek Tiszta aranybl kszlt, drgak rtkes kszerbe trtn beillesztshez hasznlatos. +30523 kszer dsztelem Tiszta aranybl kszlt, drgak rtkes kszerbe trtn beillesztshez hasznlatos. +30524 Tzk +30525 Jg-tzk +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Kk v Alapanyag az vgyrtshoz. +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 A felirat msolata Lemsoltad a rgi srkn tallt feliratot. +31002 Rgi dokumentum Dokumentum a Stt Nemzet idejbl, tovbbi nyomokkal. +31003 Ellenmreg letment gygyszer a mrgezett katona szmra. +31004 Megszentelt fa gyantja A Megszentelt fa gyantja a Mennyei Knnycsepp ellltshoz szksges egyik elem. +31005 Kk Kristlyesszencia A kk drgakvekbl kinyert esszencia a Mennyei Knnycsepp ellltshoz szksges egyik elem. +31006 Vrs Pokol-kvarc Ez a csillog vrs kvarc Vulkni talajbl, Lobog srnybl s Alapkbl ll. +31007 Vulkni talaj Hamuszer anyag Doyyumhwan-rl. A Vrs Pokol-kvarc ellltshoz szksges. +31008 Mennyei Knnycsepp Kk Kristlyesszencibl, Vrs Pokol-kvarcbl s Mennyei Knnycseppbl kszlt mgikus drgak. Tvol tartja a gonosz teremtmnyeket, s ht napig tart. +31009 Gnoll levl A Sttsg szolgi ltal kldtt titkos zenet a Gnollokhoz. +31010 Vrs tolvaj-levl A Sttsg szolginak zenete a Vrs tolvaj bandhoz, darabokra szaggatva. +31011 +31012 +31013 Cdula Ez az zenet remlhetleg tbbet felfed a Kklopszok cljairl. +31014 +31015 Kamps kapitny levele zenet Kamps kapitnytl a Banshee-nak. +31016 Lee Chung levele Fontos zenet Lee Chung kapitnytl Angmur Admirlisnak +31017 Lepecstelt levl Ez a levl a Templomszolgjnak birtokban volt. +31018 Carapax kd Ez a gravrozott vonalakat tartalmaz teknspncl kdkulcsknt szolgl. +31019 Carapax-por Egy cserepes tekns hasi pncljbl ksztett por. +31020 Sziklavirg-gykr A Sziklavirg gykere semlegesti a mrgeket a testben. +31021 +31022 Oin-pikkely Csak a vezet rang Tritonok viselik ezeket a ritka pikkelyeket. +31023 +31024 Mantikrbr Robusztus br Martyaxwar szrnylebenybl. +31025 +31026 Rkpncl A Rkflk trzsnek vdpnclja. Megerst anyagknt is hasznlatos. +31027 Finom homok Ez a klnsen finom szemcsj homok tkletes ptanyag. +31028 Agyagtgla getett agyagbl kszlt kocka +31029 Bels fny A Polyphemos bels energiaforrsa +31030 Bels fny Az riskirly bels energiaforrsa +31031 Millennium-esszencia Gango-gykrbl, Tue gombbl s Alpesi rzsbl kszlt elegy. A Leviatn gyngyk fontos sszetevje. +31032 Leviatn gyngyk Legends lnyek bels fnybl s Millennium-esszencibl kszlt hatkony erst kapszulk. +31033 A Fnk kpenye Ez a kpeny a Vrs tolvajok srthetetlensgnek szimbluma. +31034 Az risok toteme A totem egy hatalmas mret borostynt formz. +31035 Fekete k Ezt a titokzatos kvet a Kklopszok bnysszk a Mennydrgs-hegysgben. +31036 Fekete arany Ez a mgikus tulajdonsgokkal rendelkez fekete rc a Mennydrgs-hegysgben tallhat. +31037 Brtska Ezt a tskt Shruk kapitnytl vetted el.Knnyebbnek tnik, mint vrtad... +31038 Szentelt fld Ez a Szentelt flddel teli tasak szellemidzsre szolgl mdiumknt. +31039 rmecsomag Szellemidzshez mdiumknt hasznlhat. +31040 Arany medl Ez a trgy egy mdium? +31041 Fosszilis fld Fld s csontpor elegye +31042 Triton drda A Triton drdt a szigetlakk hagyomnyosan vdelmi ptmnyeik megerstsre hasznltk. +31043 Lemur-tbla Titokzatosan ragyog ktbla gravrozott felirattal +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Aranyvadsz-nyakpnt Ez a nyakpnt segt elemelni az rmecsomagokat a szrnyek zsebeibl. +31074 Szegecselt nyakk A szln szegecsekkel kivert, brbl kszlt nyakk. +31075 Drt nyakk Martyaxwar dekoratv nyakke. Egy levl van a belsejbe rejtve. +31076 Nap-nvnyek Ezek a gygynvnyek szraz, meleg helyen nnek. +31077 Alapk-por Finom porr rlt Alapk. +31078 Tiszta fny Fehr energia, semlegesti a Stt anyag erejt. +31079 Levl Yak-Hwan-nak A feldert utols szavai, egy nyaklncba rejtve. +31080 Lngkirly-vr A dmon ereiben raml vr olyan forr, mint a lva. +31081 Stt anyag A legsttebb fajta energia, mely hatalmas ert ad a dmonoknak. +31082 Magmagyr Magmbl kszlt gyr, mely a tzdmonok szvt veszi krbe. +31083 Samael gyrje Erteljes ksztmny a szmzetsi szertarts elvgzshez. +31084 Dicsfny tinktra +31085 +31086 +31087 +31088 +31089 +31090 +31091 Lngkirly-vr A dmon ereiben raml vr olyan forr, mint a lva. +31092 +35000 Gygynvnyek+ Szrtott gygynvnyek gyjtemnye. Sajnos egy kicsit porosak. +35001 Tigris mj+ A vrses-barns tenyrnyi mja egy felntt vadmacsknak. +38010 Yang-csomag Vltsd be a csomagot, hogy feltltsd hadi kincstrad Yanggal. Nem adhat t. +38011 Yang-csomag Vltsd be a csomagot, hogy feltltsd hadi kincstrad Yanggal. Nem adhat t. +38050 Er ldja Ez a lda rendkvl knny, mintha res lenne... +38051 Kirlytigris kristly Jelents mennyisg mgikus kpessget vesz ignybe megszeldteni a gonosz llat-szellemeket. Ez a kristly az t elrhet Kirlytigris pecst egyikt tartalmazza. +38052 A Kirlyok ldja Ez a csodlatos lda egy valban fejedelmi kincset rejt. Ez a trgy tadhat. +38053 rk tl ldja Ezt a ldt teljesen jgbl faragtk. Halk zrrenssel felnylik a fedele s jeges hideg rad ki belle. +38054 Sivatagi vihar lda A titokzatos lda vletlenszer trgyat tartalmaz. +38055 Klyk-doboz Egy kedves llatklyk lehet a dobozba rejtve. Nyisd ki s tallj benne egy vletlenszer trgyat. +38056 nnepi lda Ez a zld, nnepi fenyvel dsztett lda egy karcsonyi meglepetst tartalmaz. +38057 szak ldja A lda fagyos kk fnyben ragyog s egy vletlenszer trgyat tartalmaz. +38100 Er Snack (7 napos) Megnveli Fejleszthet htasod lettartamt 7 nappal. +38101 Er Snack (15 napos) Megnveli Fejleszthet htasod lettartamt 15 nappal. +38102 Er Snack (30 napos) Megnveli Fejleszthet htasod lettartamt 30 nappal. +38200 Rufusz pecst Ezt a pecstet farkasklykd, Rufusz megidzsre hasznlhatod. +38201 Rufusz pecst Ezt a pecstet farkasklykd, Rufusz megidzsre hasznlhatod. +39001 Mgikus k Ez a k biztostja a trgyfejleszts legnagyobb sikernek eslyt. Ezen fell a trgy nem semmisl meg s vissza sem trik. Ez a trgy tadhat. +39002 Tapasztalat gyr 60 percre megnveli az sszegyjthet tapasztalat mennyisgt 50%-kal. Ez a trgy tadhat. +39003 Barackvirg bor Ital, amely azonnal regenerlja TP-d 500 ponttal. Ez a trgy tadhat. +39004 Megld mrvny Ez a legends mrvny ad egy tdik tulajdonsgot a trgyakhoz, amiknek mr 4 tulajdonsga van. A hozzads viszont sikertelen is lehet. Ez a trgy tadhat. +39005 Mgikus rzrc Ha kombinlod az ldstekercset s ezt az rcet a kovcsnl, kszthetsz harc tekercst. Ez a trgy tadhat. +39006 Btorsg kpeny Egy sznes kpeny, amellyel a harcosok btorsgukat bizonytjk, mivel minden szrnyet odacsalogat. Ez a trgy tadhat. +39007 Kovcs kziknyv Knyv, amely egy rgi kovcs lelkt rzi. Hasznlatval nvelhet a trgyak javtsnak eslye. Ez a trgy tadhat. +39008 rdgz tekercs Megszabadt a gonosz szellem tktl, ha a tanuls nem sikerl. A tekercs segtsgvel egy tovbbi kszsgfejlesztt olvashatsz el egy nap. Ez a trgy tadhat. +39009 Kszsg visszallt E trgy felhasznlsval egy kszsged pontjait jraoszthatod. Ez a trgy tadhat. +39010 Tmad ital +10 Megnveli a tmadsebessgedet 30 percre 10%-kal. Ez a trgy tadhat. +39011 let ldsa lds, amely azonnal visszaadja az sszes TP-det. Ez a trgy tadhat. +39012 Mgia ldsa Egy lds, amely azonnal visszaadja az sszes MP-det. Ez a trgy tadhat. +39013 Srkny ldsa lds, amely teljes mrtkben, azonnal regenerlja TP-det s MP-det. Ez a trgy tadhat. +39014 Harci tekercs A trgyak feljavtsa teljes mrtkben sikerl. Csak +0 s+3 kztti trgyaknl hasznlhat. Ez a trgy tadhat. +39015 Kovcs kve A kovcsnl kszthetsz Kovcs kziknyvet ennek a knek a segtsgvel s az ldstekerccsel. Ez a trgy tadhat. +39016 Mgikus vasrc Ezzel az rccel s egy ldstekerccsel a kovcsnl elkszthet egy srknytekercs. Ez a trgy tadhat. +39017 Srknyisten let Megnveli a maximlis TP-det 30 percre 20%-kal. Ez a trgy tadhat. +39018 Srknyisten tmads 12-15%-kal nveli 30 percen t az ltalad csatban okozott vesztesgeket. Ez a trgy tadhat. +39019 Srknyisten intellig. Megnveli a maximlis MP-t 30 percen keresztl 20%-kal. Ez a trgy tadhat. +39020 Srknyisten vdekezs 30 percen t 12-15%-kal cskkenti a csatban elszenvedett vesztesgeidet. Ez a trgy tadhat. +39021 Srknyisten tmogats A karaktered letereje, ereje, intelligencija s gyessge ideiglenesen az tszrsre emelkedik. Ez a trgy tadhat. +39022 Srknytekercs Megsznteti annak a rizikjt, hogy egy trgy feljavts kzben tnkre megy. Csak a minsge romlik egy szinttel. Kzben a sikeres feljavts valsznsgt is megnveli 10%-kal. Ez a trgy tadhat. +39023 Kutati Elixr Ez az elixr nveli azon kutatsi trgyak minsgt amiket tallsz, ezzel nvelve az eslyt arra, hogy elfogadottak lesznek. Ez a trgy tadhat. +39024 Kritikus Csaps Megnveli eslyedet 10 percen t 20%-kal arra, hogy a csatban kritikus tallatot rj el. Ez a trgy tadhat. +39025 tt Csaps Megnveli eslyed 10 percen t 20%-kal arra, hogy a csatban thatol tallatot rj el. Ez a trgy tadhat. +39026 Sebessg ital 30 percen t megnveli sebessged 60-nal. Ez a trgy tadhat. +39027 K kziknyv Eltvolt minden trtt kvet egy trgybl. Ezzel kapsz mg egy lehetsget a fegyverzet, vagy a felszerels feljavtsra. Ez a trgy tadhat. +39028 Megbvl trgy Eltvoltja a bnuszokat a trgyadbl s jakat ad hozz. Ez a trgy tadhat. +39029 Trgy-megerst Ha szerencss vagy, az egyik trgyadhoz egy j bnuszt ad (maximum 4 bnuszig). Ez a trgy tadhat. +39030 Koncentrlt olvass 2.5-szeresvel nveli a kszsged fejlesztsnek eslyt, amikor a kvetkez knyvet (vagy Llekkvet) olvasod. Ez a trgy tadhat. +39031 Sietsg itala Ez az ital lervidti a kpessgeid jratltdsi idejt 20 szzalkkal 30 percen t. Ez a trgy tadhat. +39032 let Gymlcse Nveli a rang pontot 2000-rel (jratltsi id: 8 ra). Ez a trgy tadhat. +39033 Javts tekercse Ezzel a tekerccsel el tudod tvoltani az utoljra sikeresen hozzadott Szellem Kvet a trgybl. Ez a trgy tadhat. +39034 L Cukra Ez a cukor lehetv teszi, hogy nevet adj a lovadnak, tovbb nveli a vdelmi szintjt 20-szal. Ez a trgy tadhat. +39035 Betekints vege Lehetv teszi, hogy ms jtkosnak mutass trgyakat a troldbl. Az veg eltrik a hasznlat sorn. Ez a trgy tadhat. +39036 Szl cip 30-cal nveli mozgsi sebessged addig, amg fel van szerelve, 30 jtkrn t. Ez a trgy tadhat. +39037 Nap Elixr (Kicsi) Automatikusan jratlti a TP-d. 1.000.000 TP-t tartalmaz. Ez a trgy tadhat. +39038 Nap Elixr (Kzepes) Automatikusan jratlti a TP-d. 3.000.000 TP-t tartalmaz. Ez a trgy tadhat. +39039 Nap Elixr (Nagy) Automatikusan jratlti a TP-d. 7.000.000 TP-t tartalmaz. Ez a trgy tadhat. +39040 Hold Elixr (Kicsi) Automatikusan jratlti a MP-d. 100.000 MP-t tartalmaz. Ez a trgy tadhat. +39041 Hold Elixr (Kzepes) Automatikusan jratlti a MP-d. 300.000 MP-t tartalmaz. Ez a trgy tadhat. +39042 Hold Elixr (Nagy) Automatikusan jratlti a MP-d. 700.000 MP-t tartalmaz. Ez a trgy tadhat. +39043 Visszaszllt tekercs A tekercs visszaszllt arra a helyre, amelyet legutoljra megjelltl. Ez a trgy tadhat. +41001 Nyl jelmez (barna) Barna plssbl kszlt nyl jelmez frfiaknak. +41002 Nyuszi jelmez (barna) Barna plssbl kszlt nyuszi jelmez nk rszre. +41003 Sivatagi harcos (f) Harci ruha frfiaknak, hogy tlljk az embertelen sivatagi krlmnyeket. +41004 Sivatagi harcos (N) Harci ruha nknek, hogy tlljk az embertelen sivatagi krlmnyeket. +41005 Olimpiai vvruha (F) Sportos vdruha frfi vvk szmra. +41006 Olimpiai vvruha (N) Sportos vdruha ni vvk szmra. +41007 GER Vvruha (F) Sportos vdruha frfi vvk szmra nmet nemzeti sznekben. +41008 GER Vvruha (N) Sportos vdruha ni vvk szmra nmet nemzeti sznekben. +41009 TUR Vvruha (F) Sportos vdruha frfi vvk szmra a trk nemzeti sznekben. +41010 TUR Vvruha (N) Sportos vdruha ni vvk szmra a trk nemzeti sznekben. +41011 BRA Vvruha (F) Sportos vdruha frfi vvk szmra a brazil nemzeti sznekben. +41012 BRA Vvruha (N) Sportos vdruha ni vvk szmra a brazil nemzeti sznekben. +41013 Olimpiai futball mez (F) Semleges mez frfi focistknak. +41014 Olimpiai futball mez (N) Semleges mez ni focistknak. +41015 GER futball mez (F) Nmet nemzeti szn mez frfi labdargknak. +41016 GER futball mez (N) Nmet nemzeti szn mez ni labdargknak. +41017 TUR futball mez (F) Trk nemzeti szn mez frfi labdargknak. +41018 TUR futball mez (N) Trk nemzeti szn mez ni labdargknak. +41019 BRA futball mez (F) Brazil nemzeti szn mez frfi labdargknak. +41020 BRA futball mez (N) Brazil nemzeti szn mez ni labdargknak. +41021 Olimpiai box ltzk (F) Harcra ksz ltzk frfi klvvk szmra. +41022 Olimpiai box ltzk (N) Harcra ksz ltzk ni klvvk szmra. +41023 GER box ltzk (F) Harcra ksz ltzk frfi klvvk szmra nmet nemzeti sznekben. +41024 GER box ltzk (N) Harcra ksz ltzk ni klvvk szmra nmet nemzeti sznekben. +41025 TUR box ltzk (F) Harcra ksz ltzk frfi klvvk szmra trk nemzeti sznekben. +41026 TUR box ltzk (N) Harcra ksz ltzk frfi klvvk szmra trk nemzeti sznekben. +41027 BRA box ltzk (F) Harcra ksz ltzk frfi klvvk szmra brazil nemzeti sznekben. +41028 BRA box ltzk (N) Harcra ksz ltzk ni klvvk szmra brazil nemzeti sznekben. +41029 Siv. harcos (f, bnusz) Harci ruha frfiaknak, hogy tlljk az embertelen sivatagi krlmnyeket. tadhat. +41030 Siv. harcos (N, bnusz) Harci ruha nknek, hogy tlljk az embertelen sivatagi krlmnyeket. tadhat. +41031 Olimpiai vvruha (F) Sportos vdruha frfi vvknak. tadhat. +41032 Olimpiai vvruha (N) Sportos vdruha ni vvk szmra. tadhat. +41033 GER Vvruha (F) Sportos vdruha frfi vvk szmra nmet nemzeti sznekben. tadhat. +41034 GER Vvruha (N) Sportos vdruha ni vvk szmra nmet nemzeti sznekben. tadhat. +41035 TUR Vvruha (F) Sportos vdruha frfi vvk szmra a trk nemzeti sznekben. tadhat. +41036 TUR Vvruha (N) Sportos vdruha ni vvk szmra a trk nemzeti sznekben. tadhat. +41037 BRA Vvruha (F) Sportos vdruha frfi vvk szmra a brazil nemzeti sznekben. tadhat. +41038 BRA Vvruha (N) Sportos vdruha ni vvk szmra a brazil nemzeti sznekben. tadhat. +41039 Olimpiai futball mez (F) Semleges ltzk frfi labdargk szmra. tadhat. +41040 Olimpiai futball mez (N) Semleges ltzk ni labdargk szmra. tadhat. +41041 GER futball mez (F) Nmet nemzeti szn mez frfi labdargknak. tadhat. +41042 GER futball mez (N) Nmet nemzeti szn mez ni labdargknak. tadhat. +41043 TUR futball mez (F) Trk nemzeti szn mez frfi labdargknak. tadhat. +41044 TUR futball mez (N) Trk nemzeti szn mez ni labdargknak. tadhat. +41045 BRA futball mez (F) Brazil nemzeti szn mez frfi labdargknak. tadhat. +41046 BRA futball mez (N) Brazil nemzeti szn mez ni labdargknak. tadhat. +41047 Olimpiai box ltzk (F) Harcra ksz ltzk frfi klvvk szmra. tadhat. +41048 Olimpiai box ltzk (N) Harcra ksz ltzk ni klvvk szmra. tadhat. +41049 GER box ltzk (F) Harcra ksz ltzk frfi klvvk szmra nmet nemzeti sznekben. tadhat. +41050 GER box ltzk (N) Harcra ksz ltzk ni klvvk szmra nmet nemzeti sznekben. tadhat. +41051 TUR box ltzk (F) Harcra ksz ltzk frfi klvvk szmra trk nemzeti sznekben. tadhat. +41052 TUR box ltzk (N) Harcra ksz ltzk frfi klvvk szmra trk nemzeti sznekben. tadhat. +41053 BRA box ltzk (F) Harcra ksz ltzk frfi klvvk szmra brazil nemzeti sznekben. tadhat. +41054 BRA box ltzk (N) Harcra ksz ltzk ni klvvk szmra brazil nemzeti sznekben. tadhat. +41055 FRA Vvruha (F) Sportos vdruha a francia nemzeti sznekben frfi vvk szmra. +41056 FRA Vvruha (N) Sportos vdruha a francia nemzeti sznekben ni vvk szmra. +41057 ITA Vvruha (F) Sportos vdruha az olasz nemzeti sznekben frfi vvk szmra. +41058 ITA Vvruha (N) Sportos vdruha az olasz nemzeti sznekben ni vvk szmra. +41059 POL Vvruha (F) Sportos vdruha a lengyel nemzeti sznekben frfi vvk szmra. +41060 POL Vvruha (N) Sportos vdruha a lengyel nemzeti sznekben ni vvk szmra. +41061 ROU Vvruha (F) Sportos vdruha a romn nemzeti sznekben frfi vvk szmra. +41062 ROU Vvruha (N) Sportos vdruha a romn nemzeti sznekben ni vvk szmra +41063 ESP Vvruha (F) Sportos vdruha a francia nemzeti sznekben frfi vvk szmra. +41064 ESP Vvruha (N) Sportos vdruha a spanyol nemzeti sznekben ni vvk szmra. +41065 FRA futball mez (F) Sportos vdruha a francia nemzeti sznekben frfi labdargk szmra. +41066 FRA futball mez (N) Sportos vdruha a francia nemzeti sznekben ni labdargk szmra +41067 ITA futball mez (F) Sportos vdruha az olasz nemzeti sznekben frfi labdargk szmra +41068 ITA futball mez (N) Sportos vdruha az olasz nemzeti sznekben ni labdargk szmra +41069 POL futball mez (F) Sportos vdruha a lengyel nemzeti sznekben frfi labdargk szmra +41070 POL futball mez (N) Sportos vdruha a lengyel nemzeti sznekben ni labdargk szmra. +41071 ROU futball mez (F) Sportos vdruha a romn nemzeti sznekben frfi labdargk szmra. +41072 ROU futball mez (N) Sportos vdruha a romn nemzeti sznekben ni labdargk szmra. +41073 ESP futball mez (F) Sportos vdruha a spanyol nemzeti sznekben frfi labdargk szmra. +41074 ESP futball mez (N) Sportos vdruha a spanyol nemzeti sznekben ni labdargk szmra. +41075 FRA box ltzk (F) Harcias vdruha a francia nemzeti sznekben frfi klvvk szmra. +41076 FRA box ltzk (N) Harcias vdruha a francia nemzeti sznekben ni klvvk szmra. +41077 ITA box ltzk (F) Harcias vdruha az olasz nemzeti sznekben frfi klvvk szmra. +41078 ITA box ltzk (N) Harcias vdruha az olasz nemzeti sznekben ni klvvk szmra. +41079 POL box ltzk (F) Harcias vdruha a lengyel nemzeti sznekben frfi klvvk szmra. +41080 POL box ltzk (N) Harcias vdruha a lengyel nemzeti sznekben ni klvvk szmra. +41081 ROU box ltzk (F) Harcias vdruha a romn nemzeti sznekben frfi klvvk szmra. +41082 ROU box ltzk (N) Harcias vdruha a romn nemzeti sznekben ni klvvk szmra. +41083 ESP box ltzk (F) Harcias vdruha a spanyol nemzeti sznekben frfi klvvk szmra. +41084 ESP box ltzk (N) Harcias vdruha a spanyol nemzeti sznekben ni klvvk szmra. +41085 FRA Vvruha (F) Sportos vdruha francia nemzeti sznekben frfi vvk szmra. tadhat. +41086 FRA Vvruha (N) Sportos vdruha francia nemzeti sznekben ni vvk szmra. tadhat. +41087 ITA Vvruha (F) Sportos vdruha olasz nemzeti sznekben frfi vvk szmra. tadhat. +41088 ITA Vvruha (N) Sportos vdruha olasz nemzeti sznekben ni vvk szmra. tadhat. +41089 POL Vvruha (F) Sportos vdruha lengyel nemzeti sznekben frfi vvk szmra. tadhat. +41090 POL Vvruha (N) Sportos vdruha lengyel nemzeti sznekben ni vvk szmra. tadhat. +41091 ROU Vvruha (F) Sportos vdruha romn nemzeti sznekben frfi vvk szmra. tadhat. +41092 ROU Vvruha (N) Sportos vdruha romn nemzeti sznekben ni vvk szmra. tadhat. +41093 ESP Vvruha (F) Sportos vdruha spanyol nemzeti sznekben frfi vvk szmra. tadhat. +41094 ESP Vvruha (N) Sportos vdruha spanyol nemzeti sznekben ni vvk szmra. tadhat. +41095 FRA futball mez (F) Sportmez francia nemzeti sznekben frfi labdargk szmra. tadhat. +41096 FRA futball mez (N) Sportmez francia nemzeti sznekben ni labdargk szmra. tadhat. +41097 ITA futball mez (F) Sportmez olasz nemzeti sznekben frfi labdargk szmra. tadhat. +41098 ITA futball mez (N) Sportmez olasz nemzeti sznekben ni labdargk szmra. tadhat. +41099 POL futball mez (F) Sportmez lengyel nemzeti sznekben frfi labdargk szmra. tadhat. +41100 POL futball mez (N) Sportmez lengyel nemzeti sznekben ni labdargk szmra. tadhat. +41101 ROU futball mez (F) Sportmez romn nemzeti sznekben frfi labdargk szmra. tadhat. +41102 ROU futball mez (N) Sportmez romn nemzeti sznekben ni labdargk szmra. tadhat. +41103 ESP futball mez (F) Sportmez spanyol nemzeti sznekben frfi labdargk szmra. tadhat. +41104 ESP futball mez (N) Sportmez spanyol nemzeti sznekben ni labdargk szmra. tadhat. +41105 FRA box ltzk (F) Harcias vdruha a francia nemzeti sznekben frfi klvvk szmra. tadhat. +41106 FRA box ltzk (N) Harcias vdruha a francia nemzeti sznekben ni klvvk szmra. tadhat. +41107 ITA box ltzk (F) Harcias vdruha az olasz nemzeti sznekben frfi klvvk szmra. tadhat. +41108 ITA box ltzk (N) Harcias vdruha az olasz nemzeti sznekben ni klvvk szmra. tadhat. +41109 POL box ltzk (F) Harcias vdruha a lengyel nemzeti sznekben frfi klvvk szmra. tadhat. +41110 POL box ltzk (N) Harcias vdruha a lengyel nemzeti sznekben ni klvvk szmra. tadhat. +41111 ROU box ltzk (F) Harcias vdruha a romn nemzeti sznekben frfi klvvk szmra. tadhat. +41112 ROU box ltzk (N) Harcias vdruha a romn nemzeti sznekben ni klvvk szmra. tadhat. +41113 ESP box ltzk (F) Harcias vdruha a spanyol nemzeti sznekben frfi klvvk szmra. tadhat. +41114 ESP box ltzk (N) Harcias vdruha a spanyol nemzeti sznekben ni klvvk szmra. tadhat. +41117 Muskts jelmez Extravagns ltzk a musktsok stlusban +41118 Szobalny-egyenruha Francia szobalny stlus fekete ruha fehr ktvel. +41119 Salsa ltzk Testhez simul narancs-fekete ltzk Latin-amerikai tncosoknak. +41120 Salsa-ruha Testhez simul vrs tncruha, fekete kesztyvel. +41121 riember ltzk Elegns ltzk jl nevelt frfiak szmra +41122 Koktlruha gsznkk ruha masnival s hozz ill pntos szandllal +41125 Sttk-szmoking Klasszikusan szemkprztat - jrartelmezve eme klnleges alkalomra. +41126 Sttk-ruha Klasszikusan szemkprztat - jrartelmezve eme klnleges alkalomra. +41129 Muskts jelmez + Extravagns ltzk a musktsok stlusban. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41130 Szobalny-egyenruha + Francia szobalny stlus fekete ruha fehr ktvel. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41131 Salsa ltzk + Testhez simul narancs-fekete ltzk Latin-amerikai tncosoknak. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41132 Salsa-ruha + Testhez simul vrs tncruha, fekete kesztyvel. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41133 riember ltzk + Elegns ltzk jl nevelt frfiak szmra. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41134 Koktlruha + gsznkk ruha masnival s hozz ill pntos szandllal. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41135 Sttk-szmoking(bnusz) Klasszikusan szemkprztat - jrartelmezve eme klnleges alkalomra. Ez a kosztm egy vletlenszer bnuszt nyjt. +41136 Sttk-ruha (bnusz) Klasszikusan szemkprztat - jrartelmezve eme klnleges alkalomra. Ez a kosztm egy vletlenszer bnuszt nyjt. +41137 Karcsonyi jelmez(piros) Karcsonyi ltzk piros brsonybl s fehr plssbl. +41138 Karcsonyi ruha (piros) Karcsonyi miniruha piros brsonybl s fehr plssbl. +41139 Karcsonyi jelmez (zld) Karcsonyi ltzk zld brsonybl s fehr plssbl. +41140 Karcsonyi ruha (zld) Karcsonyi miniruha zld brsonybl s fehr plssbl. +41141 Karcsonyi jelmez (fek.) Karcsonyi ltzk fekete brsonybl s fehr plssbl. +41142 Karcsonyi ruha (fekete) Karcsonyi miniruha fekete brsonybl s fehr plssbl. +41143 Rnszarvas jelmez (F) Jelmez frfiaknak lgy plssbl bolyhos farokkal s csengvel. +41144 Rnszarvas jelmez (N) Jelmez nknek lgy plssbl bolyhos farokkal s csengvel. +41145 Karcsonyi jelmez+ (pir) Karcsonyi ltzk piros brsonybl s fehr plssbl. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41146 Karcsonyi ruha+ (piros) Karcsonyi miniruha piros brsonybl s fehr plssbl. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41147 Karcsonyi jelmez+(zld) Karcsonyi ltzk zld brsonybl s fehr plssbl. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41148 Karcsonyi ruha+ (zld) Karcsonyi miniruha zld brsonybl s fehr plssbl. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41149 Karcsonyi jelmez+(fek.) Karcsonyi ltzk fekete brsonybl s fehr plssbl. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41150 Karcsonyi ruha+(fekete) Karcsonyi miniruha fekete brsonybl s fehr plssbl. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41151 Rnszarvas jelmez+ (F) Jelmez frfiaknak lgy plssbl bolyhos farokkal s csengvel. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41152 Rnszarvas jelmez+ (N) Jelmez nknek lgy plssbl bolyhos farokkal s csengvel. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41153 AC Miryang (F) Fekete-piros futballmez frfiak rszre +41154 AC Miryang (N) Fekete-piros futballmez nk rszre +41155 AFC Yayang (F) Fehr-piros futballmez frfiak rszre +41156 AFC Yayang (N) Fehr-piros futballmez nk rszre +41157 RSC Kgyrt (F) Lila-fehr futballmez frfiak rszre +41158 RSC Kgyrt (N) Lila-fehr futballmez nk rszre +41159 Yongan FC (F) Piros-fehr futballmez frfiak rszre +41160 Yongan FC (N) Piros-fehr futballmez nk rszre +41161 FC Bakra (F) Sttkk-piros futballmez frfiak rszre +41162 FC Bakra (N) Sttkk-piros futballmez nk rszre +41163 FC Bokjung (F) Srga-kk futballmez frfiak rszre +41164 FC Bokjung (N) Srga-kk futballmez nk rszre +41165 FC Bavaria Hwang (F) Piros-arany futballmez frfiak rszre +41166 FC Bavaria Hwang (N) Piros-arany futballmez nk rszre +41167 Borussia Chunjo (F) Fekete-srga futballmez frfiak rszre +41168 Borussia Chunjo (N) Fekete-srga futballmez nk rszre +41169 SC Doyyum (F) Piros-fehr futballmez frfiak rszre +41170 SC Doyyum (N) Piros-fehr futballmez nk rszre +41171 Hasun Dong FC (F) Zld-fehr futballmez frfiak rszre +41172 Hasun Dong FC (N) Zld-fehr futballmez nk rszre +41173 CFR Srknytz 07 (F) Bord futballmez frfiak rszre +41174 CFR Srknytz 07 (N) Bord futballmez nk rszre +41175 FC Daeyami (F) Kk futballmez frfiak rszre +41176 FC Daeyami (N) Kk futballmez nk rszre +41177 GNK Kuahlo Dong (F) Kk-fehr futballmez frfiak rszre +41178 GNK Kuahlo Dong (N) Kk-fehr futballmez nk rszre +41179 1927 Imha (F) Fehr-kk futballmez frfiak rszre +41180 1927 Imha (N) Fehr-kk futballmez nk rszre +41181 FC Jgfld (F) Piros futballmez frfiak rszre +41182 FC Jgfld (N) Piros futballmez nk rszre +41183 FC Gumsan (F) Fehr-kk futballmez frfiak rszre +41184 FC Gumsan (N) Fehr-kk futballmez nk rszre +41185 Galawaryong (F) Srga-piros futballmez frfiak rszre +41186 Galawaryong (N) Srga-piros futballmez nk rszre +41187 Juventus Yongbi (F) Fekete-fehr futballmez frfiak rszre +41188 Juventus Yongbi (N) Fekete-fehr futballmez nk rszre +41189 OSC Lungsam (F) Piros-sttkk futballmez frfiak rszre +41190 OSC Lungsam (N) Piros-sttkk futballmez nk rszre +41191 Doyyumhwan CF (F) Vilgoskk-fehr futballmez frfiak rszre +41192 Doyyumhwan CF (N) Vilgoskk-fehr futballmez nk rszre +41193 Nefritvros FC (F) Vilgoskk-fehr futballmez frfiak rszre +41194 Nefritvros FC (N) Vilgoskk-fehr futballmez nk rszre +41195 Shinsoo United (F) Piros-fehr futballmez frfiak rszre +41196 Shinsoo United (N) Piros-fehr futballmez nk rszre +41197 Srkny-vlgy SC (F) Sttkk-narancs futballmez frfiak rszre +41198 Srkny-vlgy SC (N) Sttkk-narancs futballmez nk rszre +41199 Mennydrgs-hegy FC (F) Piros-fehr futballmez frfiak rszre +41200 Mennydrgs-hegy FC (N) Piros-fehr futballmez nk rszre +41201 Pyungmoo Szent Hwang (F) Sttkk futballmez frfiak rszre +41202 Pyungmoo Szent Hwang (N) Sttkk futballmez nk rszre +41203 Real Sohan (F) Fehr futballmez frfiak rszre +41204 Real Sohan (N) Fehr futballmez nk rszre +41205 FC Jinno 04 (F) Kirlykk-fehr futballmez frfiak rszre +41206 FC Jinno 04 (N) Kirlykk-fehr futballmez nk rszre +41207 FC Sangsun Dong (F) Fekete-narancs futballmez frfiak rszre +41208 FC Sangsun Dong (N) Fekete-narancs futballmez nk rszre +41209 SL Jungsun Dong (F) Piros-fehr futballmez frfiak rszre +41210 SL Jungsun Dong (N) Piros-fehr futballmez nk rszre +41211 Sparta Jungrang (F) Piros-fehr futballmez frfiak rszre +41212 Sparta Jungrang (N) Piros-fehr futballmez nk rszre +41213 Tzfld CF (F) Fehr-fekete futballmez frfiak rszre +41214 Tzfld CF (N) Fehr-fekete futballmez nk rszre +41215 FC Szt. Seungryong (F) Kk futballmez frfiak rszre +41216 FC Szt. Seungryong (N) Kk futballmez nk rszre +41217 AC Miryang+ (F) Fekete-piros futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41218 AC Miryang+ (N) Fekete-piros futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41219 AFC Yayang+ (F) Fehr-piros futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41220 AFC Yayang+ (N) Fehr-piros futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41221 RSC Kgyrt+ (F) Lila-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41222 RSC Kgyrt+ (N) Lila-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41223 Yongan FC+ (F) Piros-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41224 Yongan FC+ (N) Piros-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41225 FC Bakra+ (F) Sttkk-piros futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41226 FC Bakra+ (N) Sttkk-piros futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41227 FC Bokjung+ (F) Srga-kk futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41228 FC Bokjung+ (N) Srga-kk futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41229 FC Bavaria Hwang+ (F) Piros-arany futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41230 FC Bavaria Hwang+ (N) Piros-arany futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41231 Borussia Chunjo+ (F) Fekete-srga futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41232 Borussia Chunjo+ (N) Fekete-srga futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41233 SC Doyyum+ (F) Piros-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41234 SC Doyyum+ (N) Piros-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41235 Hasun Dong FC+ (F) Zld-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41236 Hasun Dong FC+ (N) Zld-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41237 CFR Srknytz 07+ (F) Bord futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41238 CFR Srknytz 07+ (N) Bord futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41239 FC Daeyami+ (F) Kk futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41240 FC Daeyami+ (N) Kk futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41241 GNK Kuahlo Dong+ (F) Kk-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41242 GNK Kuahlo Dong+ (N) Kk-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41243 1927 Imha+ (F) Fehr-kk futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41244 1927 Imha+ (N) Fehr-kk futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41245 FC Jgfld+ (F) Piros futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41246 FC Jgfld+ (N) Piros futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41247 FC Gumsan+ (F) Fehr-kk futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41248 FC Gumsan+ (N) Fehr-kk futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41249 Galawaryong+ (F) Srga-piros futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41250 Galawaryong+ (N) Srga-piros futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41251 Juventus Yongbi+ (F) Fekete-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41252 Juventus Yongbi+ (N) Fekete-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41253 OSC Lungsam+ (F) Piros-sttkk futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41254 OSC Lungsam+ (N) Piros-sttkk futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41255 Doyyumhwan CF+ (F) Vilgoskk-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41256 Doyyumhwan CF+ (N) Vilgoskk-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41257 Nefritvros FC+ (F) Vilgoskk-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41258 Nefritvros FC+ (N) Vilgoskk-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41259 Shinsoo United+ (F) Piros-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41260 Shinsoo United+ (N) Piros-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41261 Srkny-vlgy SC+ (F) Sttkk-narancs futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41262 Srkny-vlgy SC+ (N) Sttkk-narancs futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41263 Mennydrgs-hegy FC+ (F) Piros-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41264 Mennydrgs-hegy FC+ (N) Piros-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41265 Pyungmoo Szent Hwang+ (F) Sttkk futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41266 Pyungmoo Szent Hwang+ (N) Sttkk futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41267 Real Sohan+ (F) Fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41268 Real Sohan+ (N) Fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41269 FC Jinno 04+ (F) Kirlykk-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41270 FC Jinno 04+ (N) Kirlykk-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41271 FC Sangsun Dong+ (F) Fekete-narancs futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41272 FC Sangsun Dong+ (N) Fekete-narancs futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41273 SL Jungsun Dong+ (F) Piros-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41274 SL Jungsun Dong+ (N) Piros-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41275 Sparta Jungrang+ (F) Piros-fehr futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41276 Sparta Jungrang+ (N) Piros-fehr futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41277 Tzfld CF+ (F) Fehr-fekete futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41278 Tzfld CF+ (N) Fehr-fekete futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41279 FC Szt. Seungryong+ (F) Kk futballmez frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41280 FC Szt. Seungryong+ (N) Kk futballmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41291 Nyl jelmez (fekete) Fekete plssbl kszlt nyl jelmez frfiaknak. +41292 Nyl jelmez (kk) Kk plssbl kszlt nyl jelmez frfiaknak. +41293 Nyl jelmez (zld) Zld plssbl kszlt nyl jelmez frfiaknak. +41294 Nyl jelmez (pink) Pink plssbl kszlt nyl jelmez frfiaknak. +41295 Nyuszi jelmez (fekete) Fekete plssbl kszlt nyuszi jelmez nk rszre. +41296 Nyuszi jelmez (kk) Kk plssbl kszlt nyuszi jelmez nk rszre. +41297 Nyuszi jelmez (zld) Zld plssbl kszlt nyuszi jelmez nk rszre. +41298 Nyuszi jelmez (pink) Pink plssbl kszlt nyuszi jelmez nk rszre. +41299 Nyl jelmez+ (fekete) Fekete plssbl kszlt nyl jelmez frfiaknak. Legalbb egy vletlenszer bnuszt biztost. +41300 Nyl jelmez+ (kk) Kk plssbl kszlt nyl jelmez frfiaknak. Legalbb egy vletlenszer bnuszt biztost. +41301 Nyl jelmez+ (zld) Zld plssbl kszlt nyl jelmez frfiaknak. Legalbb egy vletlenszer bnuszt biztost. +41302 Nyl jelmez+ (pink) Pink plssbl kszlt nyl jelmez frfiaknak. Legalbb egy vletlenszer bnuszt biztost. +41303 Nyuszi jelmez+ (fekete) Fekete plssbl kszlt nyuszijelmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41304 Nyuszi jelmez+ (kk) Kk plssbl kszlt nyuszijelmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41305 Nyuszi jelmez+ (zld) Zld plssbl kszlt nyuszijelmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41306 Nyuszi jelmez+ (pink) Pink plssbl kszlt nyuszijelmez nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41307 Kobra jelmez (f) Csillog fekete ruha kgy szimblummal. +41308 Kobra jelmez (n) Csillog fekete ruha kgy szimblummal. +41309 Kobra jelmez+ (f) Csillog fekete ruha kgy szimblummal. Legalbb egy vletlenszer bnuszt biztost. +41310 Kobra jelmez+ (n) Csillog fekete ruha kgy szimblummal. Legalbb egy vletlenszer bnuszt biztost. +41311 Sivatagi harcos (f, fek) Fekete harci ruha frfiak rszre. +41312 Sivatagi harcos (n, fek) Fekete harci ruha nk rszre. +41313 Siv. harcos+ (f, fekete) Fekete harci ruha frfiak rszre. Legalbb egy vletlenszer bnuszt biztost. +41314 Siv. harcos+ (N, bnusz) Fekete harci ruha nk rszre. Legalbb egy vletlenszer bnuszt biztost. +41315 Azrael pnclja (f) A hrhedt dmonvezrhez tartoz aclvrt. +41316 Azrael pnclja (n) A hrhedt dmonvezrhez tartoz aclvrt. +41317 Azrael pnclja+ (f) A hrhedt dmonvezrhez tartoz aclvrt. Legalbb egy vletlenszer bnuszt biztost. +41318 Azrael pnclja+ (n) A hrhedt dmonvezrhez tartoz aclvrt. Legalbb egy vletlenszer bnuszt biztost. +41320 Sttk Jack ltzk (f) Ksrtetiesen remek Halloween jelmez +41321 Sttk Jack ruha (n) Ksrtetiesen remek Halloween jelmez +41322 Sttk Jack ltzk+ (f) Ksrtetiesen remek Halloween jelmez. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41323 Sttk Jack ruha+ (n) Ksrtetiesen remek Halloween jelmez. Legalbb egy vletlenszer bnuszt biztost. tadhat. +41324 +41325 +41326 +41327 +41328 ALG VB-mez (f) Vilgbajnoksgi labdarg mez az Algriai nemzeti sznekben +41329 ALG VB-mez (n) Vilgbajnoksgi labdarg mez az Algriai nemzeti sznekben +41330 ARG VB-mez (f) Vilgbajnoksgi labdarg mez az Argentin nemzeti sznekben +41331 ARG VB-mez (n) Vilgbajnoksgi labdarg mez az Argentin nemzeti sznekben +41332 AUS VB-mez (f) Vilgbajnoksgi labdarg mez az Ausztrl nemzeti sznekben +41333 AUS VB-mez (n) Vilgbajnoksgi labdarg mez az Ausztrl nemzeti sznekben +41334 BEL VB-mez (f) Vilgbajnoksgi labdarg mez a Belga nemzeti sznekben +41335 BEL VB-mez (n) Vilgbajnoksgi labdarg mez a Belga nemzeti sznekben +41336 BIH VB-mez (f) Vilgbajnoksgi labdarg mez a Bosnyk-Hercegovinai nemzeti sznekben +41337 BIH VB-mez (n) Vilgbajnoksgi labdarg mez a Bosnyk-Hercegovinai nemzeti sznekben +41338 BRA VB-mez (f) Vilgbajnoksgi labdarg mez a Brazil nemzeti sznekben +41339 BRA VB-mez (n) Vilgbajnoksgi labdarg mez a Brazil nemzeti sznekben +41340 CMR VB-mez (f) Vilgbajnoksgi labdarg mez a Kameruni nemzeti sznekben +41341 CMR VB-mez (n) Vilgbajnoksgi labdarg mez a Kameruni nemzeti sznekben +41342 CHI VB-mez (f) Vilgbajnoksgi labdarg mez a Chilei nemzeti sznekben +41343 CHI VB-mez (n) Vilgbajnoksgi labdarg mez a Chilei nemzeti sznekben +41344 COL VB-mez (f) Vilgbajnoksgi labdarg mez a Kolumbiai nemzeti sznekben +41345 COL VB-mez (n) Vilgbajnoksgi labdarg mez a Kolumbiai nemzeti sznekben +41346 CRC VB-mez (f) Vilgbajnoksgi labdarg mez a Costa Rica-i nemzeti sznekben +41347 CRC VB-mez (n) Vilgbajnoksgi labdarg mez a Costa Rica-i nemzeti sznekben +41348 CIV VB-mez (f) Vilgbajnoksgi labdarg mez az Elefntcsontparti nemzeti sznekben +41349 CIV VB-mez (n) Vilgbajnoksgi labdarg mez az Elefntcsontparti nemzeti sznekben +41350 CRO VB-mez (f) Vilgbajnoksgi labdarg mez a Horvt nemzeti sznekben +41351 CRO VB-mez (n) Vilgbajnoksgi labdarg mez a Horvt nemzeti sznekben +41352 ECU VB-mez (f) Vilgbajnoksgi labdarg mez az Ecuadori nemzeti sznekben +41353 ECU VB-mez (n) Vilgbajnoksgi labdarg mez az Ecuadori nemzeti sznekben +41354 ENG VB-mez (f) Vilgbajnoksgi labdarg mez az Angol nemzeti sznekben +41355 ENG VB-mez (n) Vilgbajnoksgi labdarg mez az Angol nemzeti sznekben +41356 FRA VB-mez (f) Vilgbajnoksgi labdarg mez a Francia nemzeti sznekben +41357 FRA VB-mez (n) Vilgbajnoksgi labdarg mez a Francia nemzeti sznekben +41358 GER VB-mez (f) Vilgbajnoksgi labdarg mez a Nmet nemzeti sznekben +41359 GER VB-mez (n) Vilgbajnoksgi labdarg mez a Nmet nemzeti sznekben +41360 GHA VB-mez (f) Vilgbajnoksgi labdarg mez a Ghnai nemzeti sznekben +41361 GHA VB-mez (n) Vilgbajnoksgi labdarg mez a Ghnai nemzeti sznekben +41362 GRE VB-mez (f) Vilgbajnoksgi labdarg mez a Grg nemzeti sznekben +41363 GRE VB-mez (n) Vilgbajnoksgi labdarg mez a Grg nemzeti sznekben +41364 HON VB-mez (f) Vilgbajnoksgi labdarg mez a Hondurasi nemzeti sznekben +41365 HON VB-mez (n) Vilgbajnoksgi labdarg mez a Hondurasi nemzeti sznekben +41366 IRN VB-mez (f) Vilgbajnoksgi labdarg mez az Irni nemzeti sznekben +41367 IRN VB-mez (n) Vilgbajnoksgi labdarg mez az Irni nemzeti sznekben +41368 ITA VB-mez (f) Vilgbajnoksgi labdarg mez az Olasz nemzeti sznekben +41369 ITA VB-mez (n) Vilgbajnoksgi labdarg mez az Olasz nemzeti sznekben +41370 JPN VB-mez (f) Vilgbajnoksgi labdarg mez a Japn nemzeti sznekben +41371 JPN VB-mez (n) Vilgbajnoksgi labdarg mez a Japn nemzeti sznekben +41372 KOR VB-mez (f) Vilgbajnoksgi labdarg mez a Koreai nemzeti sznekben +41373 KOR VB-mez (n) Vilgbajnoksgi labdarg mez a Koreai nemzeti sznekben +41374 MEX VB-mez (f) Vilgbajnoksgi labdarg mez a Mexiki nemzeti sznekben +41375 MEX VB-mez (n) Vilgbajnoksgi labdarg mez a Mexiki nemzeti sznekben +41376 NED VB-mez (f) Vilgbajnoksgi labdarg mez a Holland nemzeti sznekben +41377 NED VB-mez (n) Vilgbajnoksgi labdarg mez a Holland nemzeti sznekben +41378 NGA VB-mez (f) Vilgbajnoksgi labdarg mez a Nigriai nemzeti sznekben +41379 NGA VB-mez (n) Vilgbajnoksgi labdarg mez a Nigriai nemzeti sznekben +41380 POR VB-mez (f) Vilgbajnoksgi labdarg mez a Portugl nemzeti sznekben +41381 POR VB-mez (n) Vilgbajnoksgi labdarg mez a Portugl nemzeti sznekben +41382 RUS VB-mez (f) Vilgbajnoksgi labdarg mez az Orosz nemzeti sznekben +41383 RUS VB-mez (n) Vilgbajnoksgi labdarg mez az Orosz nemzeti sznekben +41384 ESP VB-mez (f) Vilgbajnoksgi labdarg mez a Spanyol nemzeti sznekben +41385 ESP VB-mez (n) Vilgbajnoksgi labdarg mez a Spanyol nemzeti sznekben +41386 SUI VB-mez (f) Vilgbajnoksgi labdarg mez a Svjci nemzeti sznekben +41387 SUI VB-mez (n) Vilgbajnoksgi labdarg mez a Svjci nemzeti sznekben +41388 URU VB-mez (f) Vilgbajnoksgi labdarg mez az Uruguayi nemzeti sznekben +41389 URU VB-mez (n) Vilgbajnoksgi labdarg mez az Uruguayi nemzeti sznekben +41390 USA VB-mez (f) Vilgbajnoksgi labdarg mez az Amerikai nemzeti sznekben +41391 USA VB-mez (n) Vilgbajnoksgi labdarg mez az Amerikai nemzeti sznekben +41392 ALG VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez az Algriai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41393 ALG VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez az Algriai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41394 ARG VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez az Argentin nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41395 ARG VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez az Argentin nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41396 AUS VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez az Ausztrl nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41397 AUS VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez az Ausztrl nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41398 BEL VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Belga nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41399 BEL VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Belga nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41400 BIH VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Bosnyk-Hercegovinai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41401 BIH VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Bosnyk-Hercegovinai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41402 BRA VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Brazil nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41403 BRA VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Brazil nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41404 CMR VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Kameruni nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41405 CMR VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Kameruni nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41406 CHI VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Chilei nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41407 CHI VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Chilei nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41408 COL VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Kolumbiai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41409 COL VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Kolumbiai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41410 CRC VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Costa Rica-i nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41411 CRC VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Costa Rica-i nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41412 CIV VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez az Elefntcsontparti nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41413 CIV VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez az Elefntcsontparti nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41414 CRO VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Horvt nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41415 CRO VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Horvt nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41416 ECU VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez az Ecuadori nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41417 ECU VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez az Ecuadori nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41418 ENG VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez az Angol nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41419 ENG VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez az Angol nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41420 FRA VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Francia nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41421 FRA VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Francia nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41422 GER VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Nmet nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41423 GER VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Nmet nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41424 GHA VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Ghnai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41425 GHA VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Ghnai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41426 GRE VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Grg nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41427 GRE VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Grg nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41428 HON VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Hondurasi nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41429 HON VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Hondurasi nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41430 IRN VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez az Irni nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41431 IRN VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez az Irni nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41432 ITA VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez az Olasz nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41433 ITA VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez az Olasz nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41434 JPN VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Japn nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41435 JPN VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Japn nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41436 KOR VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Koreai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41437 KOR VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Koreai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41438 MEX VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Mexiki nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41439 MEX VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Mexiki nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41440 NED VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Holland nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41441 NED VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Holland nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41442 NGA VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Nigriai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41443 NGA VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Nigriai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41444 POR VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Portugl nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41445 POR VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Portugl nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41446 RUS VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez az Orosz nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41447 RUS VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez az Orosz nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41448 ESP VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Spanyol nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41449 ESP VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Spanyol nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41450 SUI VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez a Svjci nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41451 SUI VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez a Svjci nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41452 URU VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez az Uruguayi nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41453 URU VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez az Uruguayi nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41454 USA VB-mez (f/bnuszos) Vilgbajnoksgi labdarg mez az Amerikai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +41455 USA VB-mez (n/bnuszos) Vilgbajnoksgi labdarg mez az Amerikai nemzeti sznekben. Legalbb egy vletlenszer bnuszt biztost. +45001 Nyuszifl (barna) Barna Nyuszifl nk rszre. +45002 Nylfl (barna) Barna fej nylfllel frfiaknak. +45003 Fejkend (F) A legfinomabb anyagbl kszlt fejkend frfiaknak. +45004 Fejkend (N) A legfinomabb anyagbl kszlt fejkend nknek. +45005 FehoKor (F) Fejtetn hossz, ktoldalt rvid - extravagns oldalvgs frfiak rszre. +45006 Vv frizura (N) Sportos frizura ni vvk szmra. +45007 Irokz (F) Irokz stlusban vgott frizura - kzpen fellltva, oldalt rvidre borotvlva. +45008 Labdarg frizura GER(N) Sportos frizura ni labdargk szmra a nmet nemzeti sznekben. +45009 Raszta frtk (F) Hossz, raszta frtkbe alaktott haj htul sszektve a fejen. +45010 Boxol frizura GER (N) Sportos frizura ni klvvk szmra a nmet nemzeti sznekben. +45011 Fejkend (F) A legfinomabb anyagbl kszlt fejkend frfiaknak. tadhat. +45012 Fejkend (N) A legfinomabb anyagbl kszlt fejkend nknek. tadhat. +45013 FehoKor (F) Fejtetn hossz, ktoldalt rvid - extravagns oldalvgs frfiak rszre. tadhat. +45014 Vv frizura (N) Sportos frizura ni vvk szmra. tadhat. +45015 Irokz (F) Irokz stlusban vgott frizura - kzpen fellltva, oldalt rvidre borotvlva. tadhat. +45016 Labdarg frizura GER(N) Sportos frizura ni labdargk szmra a nmet nemzeti sznekben. tadhat. +45017 Raszta frtk (F) Hossz, raszta frtkbe alaktott haj htul sszektve a fejen. tadhat. +45018 Boxol frizura GER (N) Sportos frizura ni klvvk szmra a nmet nemzeti sznekben. tadhat. +45019 Boxol frizura TUR (N) Sportos frizura ni klvvk szmra a trk nemzeti sznekben. +45020 Boxol frizura BRA (N) Sportos frizura ni klvvk szmra a brazil nemzeti sznekben. +45021 Olimpiai box-frizura (N) Sportos frizura ni klvvk szmra sznes hajpnttal. +45022 Boxol frizura FRA (N) Sportos frizura ni klvvk szmra a francia nemzeti sznekben. +45023 Boxol frizura ITA (N) Sportos frizura ni klvvk szmra az olasz nemzeti sznekben. +45024 Boxol frizura POL (N) Sportos frizura ni klvvk szmra a lengyel nemzeti sznekben. +45025 Boxol frizura ROU (N) Sportos frizura ni klvvk szmra a romn nemzeti sznekben. +45026 Boxol frizura ESP (N) Sportos frizura ni klvvk szmra a spanyol nemzeti sznekben. +45027 Labdarg frizura TUR(N) Sportos frizura ni labdargk szmra a trk nemzeti sznekben. +45028 Labdarg frizura BRA(N) Sportos frizura ni labdargk szmra a brazil nemzeti sznekben. +45029 Olim.focista frizura(N) Sportos frizura ni labdargk szmra sznes fejpnttal. +45030 Labdarg frizura FRA(N) Sportos frizura ni labdargk szmra a francia nemzeti sznekben. +45031 Labdarg frizura ITA(N) Sportos frizura ni labdargk szmra az olasz nemzeti sznekben. +45032 Labdarg frizura POL(N) Sportos frizura ni labdargk szmra a lengyel nemzeti sznekben. +45033 Labdarg frizura ROU(N) Sportos frizura ni labdargk szmra a romn nemzeti sznekben. +45034 Labdarg frizura ESP(N) Sportos frizura ni labdargk szmra a spanyol nemzeti sznekben. +45035 Boxol frizura TUR (N) Sportos frizura ni klvvk szmra a trk nemzeti sznekben. +45036 Boxol frizura BRA (N) Sportos frizura ni klvvk szmra a brazil nemzeti sznekben. +45037 Olimpiai box-frizura (N) Sportos frizura ni klvvk szmra sznes fejpnttal. +45038 Boxol frizura FRA (N) Sportos frizura ni klvvk szmra a francia nemzeti sznekben. +45039 Boxol frizura ITA (N) Sportos frizura ni klvvk szmra az olasz nemzeti sznekben. +45040 Boxol frizura POL (N) Sportos frizura ni klvvk szmra a lengyel nemzeti sznekben. +45041 Boxol frizura ROU (N) Sportos frizura ni klvvk szmra a romn nemzeti sznekben. +45042 Boxol frizura ESP (N) Sportos frizura ni klvvk szmra a spanyol nemzeti sznekben. +45043 Labdarg frizura TUR(N) Sportos frizura ni labdargk szmra a trk nemzeti sznekben. +45044 Labdarg frizura BRA(N) Sportos frizura ni labdargk szmra a brazil nemzeti sznekben. +45045 Olim.focista frizura(N) Sportos frizura ni labdargk szmra sznes fejpnttal. +45046 Labdarg frizura FRA(N) Sportos frizura ni labdargk szmra a francia nemzeti sznekben. +45047 Labdarg frizura ITA(N) Sportos frizura ni labdargk szmra az olasz nemzeti sznekben. +45048 Labdarg frizura POL(N) Sportos frizura ni labdargk szmra a lengyel nemzeti sznekben. +45049 Labdarg frizura ROU(N) Sportos frizura ni labdargk szmra a romn nemzeti sznekben. +45050 Labdarg frizura ESP(N) Sportos frizura ni labdargk szmra a spanyol nemzeti sznekben. +45053 Muskts frizura polt, rvid szke haj a tkletes muskts megjelensrt. +45054 Szobalny fkt Szke bubifrizura szobalny fktvel. +45055 Rvid indinos Fantasztikus rvid haj irokz stlusban. +45056 Salsa-konty Elegns, fejtetre fslt frizura piros virggal. +45057 Bogart kalap Klasszikus, Humphrey Bogart-stlus kalap. +45058 Virgos frizura Kedves hajfonatok sznes virgokkal. +45061 Sttk maszk Egy kivjt tk. Tgas, jl szellz s valban ksrteties. +45062 Sttk maszk Egy kivjt tk. Tgas, jl szellz s valban ksrteties. +45065 Muskts frizura + polt, rvid szke haj a tkletes muskts megjelensrt. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45066 Szobalny fkt + Szke bubifrizura szobalny fktvel. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45067 Rvid indinos + Fantasztikus rvid haj irokz stlusban. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45068 Salsa-konty + Elegns, fejtetre fslt frizura piros virggal. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45069 Bogart kalap + Klasszikus, Humphrey Bogart-stlus kalap. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45070 Virgos frizura + Kedves hajfonatok sznes virgokkal. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45073 Sttk maszk (bnusz) Egy kivjt tk. Tgas, jl szellz s valban ksrteties. Egy vletlenszer bnuszt biztost. +45074 Sttk maszk (bnusz) Egy kivjt tk. Tgas, jl szellz s valban ksrteties. Egy vletlenszer bnuszt biztost. +45075 Karcsonyi sapka (piros) Piros brsony sapka szarvakkal s fehr bojttal. +45076 Karcsonyi sapka (zld) Zld brsony sapka szarvakkal s fehr bojttal. +45077 Karcsonyi sapka (fek.) Fekete brsony sapka szarvakkal s fehr bojttal. +45078 Elf sapka Hfehr fejreval kecses szrnyakkal. +45079 Rnszarvas fej (F) Fejre helyezhet rnszarvas maszk frfiaknak piros orral s agancsokkal. +45080 Rnszarvas fej (N) Fejre helyezhet rnszarvas maszk nknek piros orral s agancsokkal. +45081 Karcsonyi sapka+(piros) Piros brsony sapka szarvakkal s fehr bojttal. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45082 Karcsonyi sapka+ (zld) Zld brsony sapka szarvakkal s fehr bojttal. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45083 Karcsonyi sapka+ (fek.) Fekete brsony sapka szarvakkal s fehr bojttal. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45084 Elf sapka+ Hfehr fejreval kecses szrnyakkal. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45085 Rnszarvas fej+ (F) Fejre helyezhet rnszarvas maszk frfiaknak piros orral s agancsokkal. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45086 Rnszarvas fej+ (N) Fejre helyezhet rnszarvas maszk nknek piros orral s agancsokkal. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45087 Kend (fehr) Fehr, hromszg alak kend frfiak rszre, a fej krl htraktve. Npszer a sportrajongk krben. +45088 Kend (fehr) Fehr, hromszg alak kend nk rszre, a fej krl htraktve. Npszer a sportrajongk krben. +45089 Kend (fekete) Fekete, hromszg alak kend frfiak rszre, a fej krl htraktve. Npszer a sportrajongk krben. +45090 Kend (fekete) Fekete, hromszg alak kend nk rszre, a fej krl htraktve. Npszer a sportrajongk krben. +45091 Kend (srga) Srga, hromszg alak kend frfiak rszre, a fej krl htraktve. Npszer a sportrajongk krben. +45092 Kend (srga) Srga, hromszg alak kend nk rszre, a fej krl htraktve. Npszer a sportrajongk krben. +45093 Kend (narancs) Narancssrga, hromszg alak kend frfiak rszre, a fej krl htraktve. Npszer a sportrajongk krben. +45094 Kend (narancs) Narancssrga, hromszg alak kend nk rszre, a fej krl htraktve. Npszer a sportrajongk krben. +45095 Kend (kk) Kk, hromszg alak kend frfiak rszre, a fej krl htraktve. Npszer a sportrajongk krben. +45096 Kend (kk) Kk, hromszg alak kend nk rszre, a fej krl htraktve. Npszer a sportrajongk krben. +45097 Kend+ (fehr) Fehr, hromszg alak kend frfiak rszre, a fej krl htraktve. Npszer a sportrajongk krben. Legalbb egy vletlenszer bnuszt biztost. +45098 Kend+ (fehr) Fehr, hromszg alak kend nk rszre, a fej krl htraktve. Npszer a sportrajongk krben. Legalbb egy vletlenszer bnuszt biztost. +45099 Kend+ (fekete) Fekete, hromszg alak kend frfiak rszre, a fej krl htraktve. Npszer a sportrajongk krben. Legalbb egy vletlenszer bnuszt biztost. +45100 Kend+ (fekete) Fekete, hromszg alak kend nk rszre, a fej krl htraktve. Npszer a sportrajongk krben. Legalbb egy vletlenszer bnuszt biztost. +45101 Kend+ (srga) Srga, hromszg alak kend frfiak rszre, a fej krl htraktve. Npszer a sportrajongk krben. Legalbb egy vletlenszer bnuszt biztost. +45102 Kend+ (srga) Srga, hromszg alak kend nk rszre, a fej krl htraktve. Npszer a sportrajongk krben. Legalbb egy vletlenszer bnuszt biztost. +45103 Kend+ (narancs) Narancssrga, hromszg alak kend frfiak rszre, a fej krl htraktve. Npszer a sportrajongk krben. Legalbb egy vletlenszer bnuszt biztost. +45104 Kend+ (narancs) Narancssrga, hromszg alak kend nk rszre, a fej krl htraktve. Npszer a sportrajongk krben. Legalbb egy vletlenszer bnuszt biztost. +45105 Kend+ (kk) Kk, hromszg alak kend frfiak rszre, a fej krl htraktve. Npszer a sportrajongk krben. Legalbb egy vletlenszer bnuszt biztost. +45106 Kend+ (kk) Kk, hromszg alak kend nk rszre, a fej krl htraktve. Npszer a sportrajongk krben. Legalbb egy vletlenszer bnuszt biztost. +45119 Nylfl (fekete) Fekete fej nylfllel frfiaknak. +45120 Nylfl (kk) Kk fej nylfllel frfiaknak. +45121 Nylfl (zld) Zld fej nylfllel frfiaknak. +45122 Nylfl (pink) Pink fej nylfllel frfiaknak. +45123 Nyuszifl (fekete) Fekete nyuszifl nk rszre. +45124 Nyuszifl (kk) Kk nyuszifl nk rszre. +45125 Nyuszifl (zld) Zld nyuszifl nk rszre. +45126 Nyuszifl (pink) Pink nyuszifl nk rszre. +45127 Nylfl+ (fekete) Fekete fej nylfllel frfiaknak. Legalbb egy vletlenszer bnuszt biztost. +45128 Nylfl+ (kk) Kk fej nylfllel frfiaknak. Legalbb egy vletlenszer bnuszt biztost. +45129 Nylfl+ (zld) Zld fej nylfllel frfiaknak. Legalbb egy vletlenszer bnuszt biztost. +45130 Nylfl+ (pink) Pink fej nylfllel frfiaknak. Legalbb egy vletlenszer bnuszt biztost. +45131 Nyuszifl+ (fekete) Fekete nyuszifl nk rszre. Legalbb egy vletlenszer bnuszt biztost. +45132 Nyuszifl+ (kk) Kk nyuszifl nk rszre. Legalbb egy vletlenszer bnuszt biztost. +45133 Nyuszifl+ (zld) Zld nyuszifl nk rszre. Legalbb egy vletlenszer bnuszt biztost. +45134 Nyuszifl+ (pink) Pink nyuszifl nk rszre. Legalbb egy vletlenszer bnuszt biztost. +45135 Kobra fejdsz (f) A kobra jelmeznek megfelel fejfed. +45136 Kobra fejdsz (n) A kobra jelmeznek megfelel fejfed. +45137 Kobra fejdsz+ (f) A kobra jelmeznek megfelel fejfed. Legalbb egy vletlenszer bnuszt biztost. +45138 Kobra fejdsz+ (n) A kobra jelmeznek megfelel fejfed. Legalbb egy vletlenszer bnuszt biztost. +45139 Tengu-maszk Egy japn istensg mvszien faragott maszkja +45140 Velencei maszk Csodlatos velencei karnevli maszk +45141 Kifwebe-maszk Dszesen faragott fa maszk fekete vszoncsuklyval +45142 Maja maszk Egy Maja harcos flelmetes maszkja +45143 Tengu-maszk+ Egy japn istensg mvszien faragott maszkja. Legalbb kt vletlenszer bnuszt biztost. +45144 Velencei maszk+ Csodlatos velencei karnevli maszk . Legalbb kt vletlenszer bnuszt biztost. +45145 Kifwebe-maszk+ Dszesen faragott fa maszk fekete vszoncsuklyval. Legalbb kt vletlenszer bnuszt biztost. +45146 Maja maszk+ Egy Maja harcos flelmetes maszkja. Legalbb kt vletlenszer bnuszt biztost. +45147 Fekete turbn (F) Fekete anyagbl kszlt fejfed frfiaknak. +45148 Fekete turbn (N) Fekete anyagbl kszlt fejfed nknek. +45149 Fekete turbn+ (F) Fekete anyagbl kszlt fejfed frfiaknak. Legalbb egy vletlenszer bnuszt biztost. +45150 Fekete turbn+ (N) Fekete anyagbl kszlt fejfed nknek. Legalbb egy vletlenszer bnuszt biztost. +45151 Azrael sisakja (f) Fejfed a flelmetes dmonvezr fintorval. +45152 Azrael sisakja (n) Fejfed a flelmetes dmonvezr fintorval. +45153 Azrael sisakja+ (f) Fejfed a flelmetes dmonvezr fintorval. Legalbb egy vletlenszer bnuszt biztost. +45154 Azrael sisakja+ (n) Fejfed a flelmetes dmonvezr fintorval. Legalbb egy vletlenszer bnuszt biztost. +45156 Sttk Jack fej (f) Ksrtetiesen remek Halloween maszk. +45157 Sttk Jack fej (n) Ksrtetiesen remek Halloween maszk. +45158 Sttk Jack fej+ (f) Ksrtetiesen remek Halloween maszk. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45159 Sttk Jack fej+ (n) Ksrtetiesen remek Halloween maszk. Legalbb egy vletlenszer bnuszt biztost. tadhat. +45160 +45161 +45162 +45163 +45164 Hfehr nyl kalap Egy hfehr nyulat formz fejfed +45165 Jegesmedve kalap Egy jegesmedvt formz fejfed +45166 Hprduc kalap Egy hprducot formz fejfed +45167 Hfehr nyl kalap+ Egy hfehr nyulat formz fejfed. Legalbb egy vletlenszer bnuszt biztost. +45168 Jegesmedve kalap+ Egy jegesmedvt formz fejfed. Legalbb egy vletlenszer bnuszt biztost. +45169 Hprduc kalap+ Egy hprducot formz fejfed. Legalbb egy vletlenszer bnuszt biztost. +50001 Szerencseknyv Knyv szerencseszmokkal. A lottt a kormny mkdteti. +50002 Aranygyr Egyszer aranygyr. A boltban drgn eladhat. +50003 Kszsg visszallt Lehetv teszi hogy visszalltsad a kpessgeidet hogy jakat tanulhass. +50004 Esemny rzkel Ez a trgy megmutatja, hogy hol tallhatsz feladatot. +50005 Lovagljegy Ezt a jegyet az istllfinl l medlra cserlheted. +50006 Arany kincseslda Egy aranykulccsal nyithat dszes aranylda. +50007 Ezst kincseslda Ezsttel dsztett lda, mely egy Ezst kulccsal nyithat. +50008 Arany kulcs Aranybl kszlt kulcs. Ki tudja nyitni az arany kincsesldt s az arany kincseslda+-t is. +50009 Ezst kulcs Ezstbl kszlt kulcs. Ki tudja nyitni az ezst kincsesldt s az ezst kincseslda+-t is. +50010 Zokni Karcsonyra ajndkot rejt bele valaki. +50011 Holdfny kincseslda Lenygz, bnre csbt dekorci. Ha holdfny esik r, fldntli dolgok trtnnek. +50012 Arany kincseslda+ Egy arany kulccsal nyithat dszes aranylda. +50013 Ezst kincseslda+ Ezsttel dsztett lda, egy ezst kulccsal nyithat. +50016 Babkrm Egy rgi babsti sszetevje. +50017 Cukorkrm Egy rgi cukorsti sszetevje. +50018 Gymlcskrm Egy rsi gymlcssti sszetevje. +50019 des rizs Egy rgi sti sszetevje. +50020 Bab stemny Egy rgi sti, ami az sszes TP-t helyrelltja. +50021 Cukortorta Egy rgi sti, ami az sszes MP-t helyrelltja. +50022 Gymlcstorta Egy rgi sti, ami az egsz kitartst helyrelltja. +50023 Pnztrca j vi juttats van benne. +50024 Rzsa Romantikus virg, amit vonzds jelzsre hasznlnak. Csak ni karakterek tudjk felhasznlni. +50025 Csokold Kakabl, cukorbl, vajbl s tejbl lltjk el. Csokoldt adnak a vonzds jelzse cljbl. Csak frfi karakterek tudjk hasznlni. +50027 Lott szelvny Nem lehet bevltani. rtktelen paprdarab. +50031 Rzsa Olyan virg amivel valakihez vonzdst fejezel ki. Csak frfi karakterek hasznlhatjk. +50032 Bonbon Npszer dessg; a szeretet jeleknt adjk. Csak ni karakterek tudjk felhasznlni. +50033 Titokzatos lda Egy lda, gravrozott, rdekes betvel. Amikor kinyitjk, valami kiugrik belle. +50034 Rejtlyes lda Egy megoldatlan rejtlyt rejt a lda. +50035 Ajndk (srga) Egy finom paprba csomagolt ajndk. +50036 Ajndk (ibolya) Egy finom paprba csomagolt ajndk. +50037 Hatszg kincseslda Specilis paprbl kszlt. A csomagban gondosan kivlasztott ajndk tallhat. +50050 L medl A Lovasinasnak szksge van erre a medlra hogy rgztse az alkalmassgi tesztet rajta. +50051 L kp Ezzel az alakkal tudod hvni a lovadat, ha eltte killtad a prbt a Lovszinasnl. +50052 Felfegyverzett l knyv Ezzel a jogostvnnyal hvhatod lovadat, de csak akkor, ha eltte killtad a Lovszinas halad lovas prbjt. +50053 Katonai l knyv Ezzel a jogostvnnyal hvhatod lovadat, de csak akkor, ha eltte killtad a Lovszinas profi lovas prbjt. +50054 Szna Szna egy kezd l etetshez. +50055 Rpa Halad lovak kedvenc tele. +50056 Vrs ginzeng Forr gzzel kezelt ginzeng. Profi lovak eledele. +50057 Knny majom nvny Legends nvny, amit a kezd lovaglk hasznlhatnak a lovaik fellesztsre. Ahhoz hogy szerezhess ilyen nvnyt, tl kell jutnod a majmokon a kezdk barlangjban. +50058 Norml majom nvny Legends nvny, amit a halad jtkosok hasznlhatnak a lovaik fellesztsre. Ahhoz hogy megszerezd ezt a nvnyt, tl kell jutnod a majmokon a norml kazamatban. +50059 Nehz majom nvny Egy legends gygyf amivel halad lovaglk tudjk feltmasztani a katonai lovaikat. Hogy hozzjuthass ehhez a nvnyhez, tl kell jutnod a majmokon a profi dungeon-ben. +50060 Lovagls knyve A knyv sikeres elolvassa lehetv teszi a lovaglsi kszsgeid nvelst. Elolvass utn eltnik. +50067 Fejlds tekercse Hatkony, si, pergamenbl kszlt tekercs. Lehetv teszi, hogy egy fiatal htasbl vad htas legyen. +50068 Vltozs tekercse Hatkony, si, pergamenbl kszlt tekercs. Lehetv teszi egy vad htas szeldtett htass fejlesztst. +50070 Fork ldja A fork ldja. Ebben a ldban valami rtkes tallhat. +50071 Ezotria vezet ldja Az ezotria vezet ldja. Ebben a ldban valami rtkes tallhat. +50072 F szellem ldja A f szellem ldja. Ebben a ldban valami rtkes dolog tallhat. +50073 Pkkirlyn ldja A kirly pk ldja. Ebben a ldban valami rtkes tallhat. +50074 rispk-lda Az rispk ldja. Ebben a ldban valami rtkes tallhat. +50075 Pestishordoz ldja A Pestishordoz ldja. Ebben a ldban valami rtkes tallhat. +50076 Sivatagi tekns ldja Sivatagi tekns ldja. Ebben a ldban valami rtkes tallhat. +50077 Kilencfark ldja Kilencfark ldja. Ebben a ldban valami rtkes tallhat. +50078 Srga tigris ldja Srga tigris ldja. Ebben a ldban valami rtkes tallhat. +50079 Lngkirly ldja A Lngkirly ldja. A ldbl mgikus er jn. +50080 Vrs srkny ldja A Vrs srkny ldja. Ebben a ldban valami rtkes tallhat. +50081 Dmonkirly ldja Dmonkirly ldja. Ebben a ldban valami rtkes tallhat. +50082 Kaszs ldja A "Kaszs" ldja. Ebben a ldban valami rtkes dolog tallhat. +50083 Lovagljegy Egy ideig lovagolhatsz egy pnin, ha ezt a krtyt az istllfinak megmutatod. +50084 Kulcsk Egy legends laden-energia aura veszi krl ezt a kvet. Mkdik a pecst mgia ellen. +50091 Aranyhal szusi Aranyhalbl kszl. Klnleges tel. +50092 Ponty szusi Pontybl kszl. Klnleges tel. +50093 Lazac szusi Egy klnleges tel amit nyers lazacbl s hideg rizsbl ksztenek. Megnveli a tmadsi rtkedet 10 ponttal 30 msodpercen t. +50094 Harcsa szusi Egy specilis fogs harcsbl s hideg rizsbl. Megnveli a vdelmi erdet 10 ponttal 30 msodpercig. +50096 Foci Csavard meg mint Baljit-Elvedin! +50100 Tzijtk nnep idejn lilra festi az gboltot. +50101 Tzijtk nnep idejn srgra festi az gboltot. +50102 Tzijtk nnep idejn kkre festi az gboltot. +50103 Tzijtk nnep idejn pirosra festi az gboltot. +50104 Tzijtk nnep idejn zldre festi az gboltot. +50105 Tzijtk nnep idejn fehrre festi az gboltot. +50106 Karcsonyi tzijtk Karcsonyi tzijtk. Pompsabb egy tlagos tzijtknl. +50108 Tzijtk prgetty Egy fldi tzijtk, mely arany s ezst szikrkat szr. +50118 +50119 +50120 Vas kszertrol A trol a Szmztt Barlangjbl szrmazik. +50121 Vas Doboz A trol a Szmztt Barlangjbl szrmazik. +50122 Vas Lda A trol a Szmztt Barlangjbl szrmazik. +50123 +50124 Rothadt Fadoboz Gyengd llathangok hallattszdnak a belsejbl. +50125 Titokzatos lda Ez a lda nagyon knny - mintha res lenne... +50126 Titokzatos lda Ez a lda nagyon knny - mintha res lenne... +50127 Titokzatos Smaragd doboz Nyitott Smaragd doboz +50128 Titokzatos Zafr doboz Egy zr nlkli Zafr doboz, kzvetlenl nyithat. Valami titkot rejt... +50129 Titokzatos Ametisztdoboz Nyitott Ametiszt doboz +50130 Olimpiai lda Ez a lda titokzatos olimpiai dolgokat rejt... +50131 Titokzatos Citrin doboz Egy zr nlkli Citrin doboz, kzvetlenl nyithat. Valami titkot rejt... +50132 Titokzatos Rubin doboz A lezrt Rubin doboz csak egy specilis kulccsal nyithat. A kprzatos kls ltszlag nem illik ahhoz, ami benne van. +50133 Titokzatos Smaragd doboz A lezrt Smaragd doboz csak egy specilis kulccsal nyithat. A kprzatos kls ltszlag nem illik ahhoz, ami benne van. +50134 Titokzatos Zafr doboz A lezrt Zafr doboz csak egy specilis kulccsal nyithat. A kprzatos kls ltszlag nem illik ahhoz, ami benne van. +50135 Titokzatos Ametisztdoboz A lezrt Ametiszt doboz csak egy specilis kulccsal nyithat. A kprzatos kls ltszlag nem illik ahhoz, ami benne van. +50136 Titokzatos Topz doboz A lezrt Topz doboz csak egy specilis kulccsal nyithat. A kprzatos kls ltszlag nem illik ahhoz, ami benne van. +50137 Titokzatos Citrin doboz A lezrt Citrin doboz csak egy specilis kulccsal nyithat. A kprzatos kls ltszlag nem illik ahhoz, ami benne van. +50150 Rubin kulcs Ezt az rtkes kulcsot hasznlhatod a Rubin doboz kinyitsra. Vajon mi lehet benne? +50151 Smaragd kulcs Ezt az rtkes kulcsot hasznlhatod a lezrt Smaragd doboz kinyitsra. Vajon mi lehet benne? +50152 Zafr kulcs Ezt az rtkes kulcsot hasznlhatod a lezrt Zafr doboz kinyitsra. Vajon mi lehet benne? +50153 Ametiszt kulcs Ezt az rtkes kulcsot hasznlhatod a lezrt Ametiszt doboz kinyitsra. Vajon mi lehet benne? +50154 Topz kulcs Ezt az rtkes kulcsot hasznlhatod a lezrt Topz doboz kinyitsra. Vajon mi lehet benne? +50155 Citrin kulcs Ezt az rtkes kulcsot hasznlhatod a lezrt Citrin doboz kinyitsra. Vajon mi lehet benne? +50156 Gymnt kulcs Egy gynyren kialaktott kulcs, mely szivrvny minden sznben ragyog. Minden dobozt knnyedn kinyithatsz vele. +50160 Hmes tojs Egy sznesre festett Hmes tojs +50161 Hmes tojs Egy sznesre festett Hmes tojs +50162 Hmes tojs Egy sznesre festett Hmes tojs +50163 Hmes tojs Egy sznesre festett Hmes tojs +50164 Hmes tojs Egy sznesre festett Hmes tojs +50165 Hmes tojs Egy sznesre festett Hmes tojs +50166 Hmes tojs Egy sznesre festett Hmes tojs +50167 Hmes tojs Egy sznesre festett Hmes tojs +50168 Hmes tojs Egy sznesre festett Hmes tojs +50169 Hmes tojs Egy sznesre festett Hmes tojs +50170 Hmes tojs Egy sznesre festett Hmes tojs +50171 Hmes tojs Egy sznesre festett Hmes tojs +50172 Hmes tojs Egy sznesre festett Hmes tojs +50173 Hmes tojs Egy sznesre festett Hmes tojs +50174 Hmes tojs Egy sznesre festett Hmes tojs +50175 Hmes tojs Egy sznesre festett Hmes tojs +50176 Hmes tojs Egy sznesre festett Hmes tojs +50177 Hmes tojs Egy sznesre festett Hmes tojs +50178 Hmes tojs Egy sznesre festett Hmes tojs +50179 Hmes tojs Egy sznesre festett Hmes tojs +50180 res kosr Egy res kosr, amibe belerakhatod a Hmes tojsokat +50181 Kosr Hmes tojsokkal Egy Hmes tojsokkal teli kosr. +50182 lds lda Egy ldott lda ismeretlen tartalommal. +50183 +50184 +50185 +50186 Azrael ldja Dmoni erk tartjk zrva ezt a ldt. rtkes kincset rejt a belseje. +50187 Gyakornok ldja I dvzl csomagod egy alap felszerels kszletet tartalmaz kalandjaid optimlis kezdshez. +50188 Gyakornok ldja II Ez a lda csak akkor nylik ki, ha elrted a 10-es szintet. +50189 Gyakornok ldja III Ez a lda csak akkor nylik ki, ha elrted a 20-as szintet. +50190 Szakrt ldja I Ez a lda csak akkor nylik ki, ha elrted a 30-as szintet. +50191 Szakrt ldja II Ez a lda csak akkor nylik ki, ha elrted a 40-es szintet. +50192 Szakrt ldja III Ez a lda csak akkor nylik ki, ha elrted az 50-es szintet. +50193 Mester ldja I Ez a lda csak akkor nylik ki, ha elrted a 60-as szintet. +50194 Mester ldja II Ez a lda csak akkor nylik ki, ha elrted a 70-es szintet. +50195 Mester ldja III Ez a lda csak akkor nylik ki, ha elrted a 80-as szintet. +50196 Nagymester ldja Ez a lda csak akkor nylik ki, ha elrted a 90-es szintet. +50197 +50198 +50199 +50200 Csom Lehetv teszi szmodra, hogy sajt boltot nyiss. +50212 Gyakornok ldja I dvzl csomagod egy alap felszerels kszletet tartalmaz kalandjaid optimlis kezdshez. +50213 Gyakornok ldja I dvzl csomagod egy alap felszerels kszletet tartalmaz kalandjaid optimlis kezdshez. +50215 Halloween Lda Egy lda, ksrteties tkfejjel az oldaln. Vihogsnak hangz nyikorgssal nylik a fedele s kiderl, mit rejt a belseje. +50216 Forralt bor Egy borbl s fszerekbl kszlt forr ital, mely +10% sebessget, +5% tmadst s +10% tapasztalatot ad 30 percen t. +50249 Diadal ldja A lda egy vletlenszer trgyat tartalmaz valamennyi Olimpikon szmra. +50252 Cor Draconis A megkristlyosodott srknyszv hordozza magban a lelket, a Srknykvet. +50253 +50254 Sttsg ldja A slyos lda felteheten a Stt Nemzet elfeledett kincseit tartalmazza. +50255 Cor Draconis (Nyers) A megkristlyosodott srknyszv hordozza magban a lelket, a Srknykvet. +50256 Cor Draconis (Metszett) A megkristlyosodott srknyszv hordozza magban a lelket, a Srknykvet. +50257 Cor Draconis (Ritka) A megkristlyosodott srknyszv hordozza magban a lelket, a Srknykvet. +50258 Cor Draconis (Antik) A megkristlyosodott srknyszv hordozza magban a lelket, a Srknykvet. +50259 Cor Draconis (Legends) A megkristlyosodott srknyszv hordozza magban a lelket, a Srknykvet. +50260 Cor Draconis (Nyers) A megkristlyosodott srknyszv hordozza magban a lelket, a Srknykvet. +50263 +50264 +50265 Arany focilabda A labda kerek s aranybl van. +50300 Kszsgknyv Nveli a mesteri kszsg szintjt. +50301 Sun-zi harcmvszet Az els a hrom harcmvszeti knyvbl. Nveli a vezeti ert. A knyv eltnik olvass utn. +50302 Wu-zi harcmvszet Az msodik a hrom harcmvszeti knyvbl. Nveli a vezeti ert. A knyv eltnik olvass utn. +50303 WeiLiao Zi Az harmadik a hrom harcmvszeti knyvbl. Nveli a vezeti ert. A knyv eltnik olvass utn. +50304 Komb tanuls Ezt a taktikai knyvet komb stratgik tanulsra hasznljk. A knyv eltnik olvass utn. +50305 Komb mester knyv Ezt a taktikai knyvet halad komb stratgik tanulsra hasznljk. A knyv eltnik olvass utn. +50306 A komb mvszete Ezt a taktikai knyvet mester komb stratgik tanulsra hasznljk. A knyv eltnik olvass utn. +50307 Missziknyv(knny) Egy knny feladatot tartalmaz, ami sikeres befejezsnl jutalmaz. +50308 Missziknyv(norml) Egy norml feladatot tartalmaz, ami sikeres befejezsnl jutalmaz. +50309 Missziknyv(nehz) Egy nehz feladatot tartalmaz, ami sikeres befejezsnl jutalmaz. +50310 Missziknyv (profi) Egy profi feladatot tartalmaz. Sikeres befejezs esetn jutalmat rdemelsz. +50311 Shinsoo nyelv Ez a selyempaprbl kszlt knyv lehetv teszi hogy megrtsd a Shinsoo nyelvet, amint elrted a mesteri szintet. +50312 Chunjo nyelv Ez a selyempaprbl kszlt knyv lehetv teszi hogy megrtsd a Chunjo nyelvet, amint elrted a mesteri szintet. +50313 Jinno nyelv Ez a selyempaprbl kszlt knyv lehetv teszi hogy megrtsd a Jinno nyelvet, amint elrted a mesteri szintet. +50314 tvltozs knyve A knyv sikeres tanulmnyozsa megnveli az tvltozsi kpessget. A knyv eltnik olvass utn. +50315 Halad tvltozs knyve Eme knyv sikeres tanulmnyozsa megnveli az tvltozsi kpzettsgedet. Eltnik miutn elolvastad. +50316 Profi tvltozs knyve A knyv sikeres tanulmnyozsa nvelst engedlyez az tvltozsi kpessgeidhez. A knyv eltnik olvass utn. +50401 Hromirny vgs knyv Ez a knyv a hromirny vgs kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50402 Forg kard kziknyv Ez a knyv a forg kard kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50403 Harci mmor knyv Ez a knyv a harci mmor kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50404 A kard aurja knyv Ez a knyv a kard aurja kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50405 Szgulds knyve Ez a knyv a szgulds kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50416 thatols knyv Ez a knyv az thatols kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50417 Heves csaps knyv Ez a knyv a heves csaps kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50418 Dbrgs knyve Ez a knyv a dbrgs kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50419 Ers test knyv Ez a knyv az ers test kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50420 Kard ts knyv Ez a knyv a kard ts kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50431 Leshely knyv Ez a knyv a leshely kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50432 Villm tmads knyv Ez a knyv a villm tmads kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50433 Kard forgatag knyv Ez a knyv a kard forgatag kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50434 lczs knyv Ez a knyv az lczs kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50435 Mregfelh knyv Ez a knyv a mregfelh kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50446 Ismtelt lvs knyv Ez a knyv az ismtelt lvs kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50447 Nyles knyv Ez a knyv a nyles kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50448 Tznyl knyv Ez a knyv a tznyl kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50449 Pehelyknny lps knyv Ez a knyv a pehelyknny lpsek kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50450 Mregnyl knyv Ez a knyv a mregnyl kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50461 Ujjcsaps knyv Ez a knyv az ujjcsaps kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50462 Srkny rvny knyv Ez a knyv a srkny rvny kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50463 Elvarzsolt penge knyv Ez a knyv az elvarzsolt penge kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50464 Flelem knyv Ez a knyv a flelem kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50465 Elvarzsolt vrt. knyv Ez a knyv az elvarzsolt vrtezs kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50466 Varzslat kiolts knyv Ez a knyv a varzslat kiolts kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50476 Stt csaps knyv Ez a knyv a stt csaps kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50477 Lng csaps knyv Ez a knyv a lng csaps kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50478 Lngllek knyve Ez a knyv a lngllek kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50479 Stt vdelem knyv Ez a knyv a stt vdelem kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50480 Szellemcsaps knyve Ez a knyv a szellemcsaps kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50481 Stt k knyv Ez a knyv a stt k kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50491 Repl talizmn knyv Ez a knyv a repl talizmn kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50492 Srkny lvs knyv Ez a knyv a srkny lvs kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50493 Srkny ordts knyve Ez a knyv a srkny ordts kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50494 lds knyv Ez a knyv az lds kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50495 Visszavers knyv Ez a knyv a visszavers kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50496 Srkny segtsge knyv Ez a knyv a srkny segtsge kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50506 Villm hajts knyv Ez a knyv a villm hajts kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50507 Villmidzs knyve Ez a kszsg villmidzs kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50508 Villm karom knyv Ez a knyv a villm karom kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50509 Gygyts knyv Ez a knyv a gygyts kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50510 Gyorsasg knyve Ez a knyv a gyorsasg kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50511 Tmads+ knyve Ez a knyv a tmads+ kszsg fejlesztsre hasznlatos. A knyv eltnik olvass utn. +50512 Szivrvny k A k, mely felnyitja a spiritulis szemeket s minden kpessget felfed. +50513 Llekk A legends k nagymester kszsged fejlesztsre hasznlhat. A k eltnik hasznlat utn. +50600 Bnyszati knyv A bnyszati szint nvelsre szolgl. A knyv eltnik olvass utn. +50601 Gymnt k A ch gymntkohjnak segtsgvel gymntt vltoztathat. +50602 Borostynk A ch borostynkohjnak segtsgvel borostynn vltoztathat. +50603 Megkvesedett trzs A ch megkvesedett fa kohjnak segtsgvel megkvesedett fv vltoztathat. +50604 Rz rc A ch rzkohjnak segtsgvel rzz vltoztathat. +50605 Ezst rc A ch ezstkohjnak segtsgvel ezstt vltoztathat. +50606 Arany rc A ch aranykohjnak segtsgvel aranny vltoztathat. +50607 Jde rc A ch jde-kohjnak segtsgvel jdv vltoztathat. +50608 benfa rc A ch benfakohjnak segtsgvel benfv vltoztathat. +50609 Igazgyngy darab A ch igazgyngykohjnak segtsgvel igazgynggy vltoztathat. +50610 Fehrarany rc A ch fehraranykohjnak segtsgvel fehraranny vltoztathat. +50611 Kristly rc A ch kristlykohjnak segtsgvel kristlly vltoztathat. +50612 Ametiszt rc A ch ametisztkohjnak segtsgvel ametisztt vltoztathat. +50613 Mennyei knny rc A ch mennyei knny kohjnak segtsgvel mennyei knny vltoztathat. +50614 Llekkristly rc Ch-koh hasznlatval Llekkristlyt kszthetsz ebbl az rcbl. +50615 Rubin rc Ch-koh hasznlatval Rubint kszthetsz ebbl az rcbl. +50616 Grnt rc Ch-koh hasznlatval Grntot kszthetsz ebbl az rcbl. +50617 Smaragd rc Ch-koh hasznlatval Smaragdot kszthetsz ebbl az rcbl. +50618 Zafr rc Ch-koh hasznlatval Zafrt kszthetsz ebbl az rcbl. +50621 Gymnt A legkemnyebb k, amely foglalatot ad a dsztrgyakhoz. +50622 Borostynk Szp borostynk. A dsztrgyakhoz adhat. +50623 Megkvesedett fa rtkes fa, mely stabilitst nyjthat kszereknek. +50624 Rz Kplkeny nemesfm, mely kszerek s rmk ksztsre hasznlhat. Bronz ellltshoz is szksges. +50625 Ezst Csillog fm, amit kszerek ksztshez hasznlnak. Az ezst dsztrgyakhoz adhat. +50626 Arany Fm, amely kszerek ksztsre hasznlhat. Arany dsztrgyakhoz adhat. +50627 Jde Tbb mint 5000 ve hasznlt rtkes svny. Kiegsztkhz s kszerekhez adhat. +50628 benfa Ez a fekete, kemny fa a legrtkesebb valamennyi frszru kzl. Kiegsztkhz s kszerekhez adhat. +50629 Gyngy kszerek ksztsre hasznljk. Kiegsztkhz s kszerekhez adhat. +50630 Fehrarany Kemny, fehr arany-tvzet, melyet gyakran hasznlnak kszerekhez. +50631 Kristly Klnbz sznekben tallhat, megkristlyosodott kvarcbl kszlt kemny k. Gyakran hasznljk kszerekhez. +50632 Ametiszt Npszer kvarc a lila klnbz rnyalataiban. Gyakran ksztenek belle kszert. +50633 Mennyei knny Kikristlyosodott escseppek. kszerek ksztsre hasznlhat. +50634 Llekkristly Egy kristly, mely tiszta, mint a llek. Kiegsztk megalkotshoz hasznlatos. +50635 Rubin Egyedi kinzet vrs drgak. Felhasznlhat klnbz rtkes kszerek ksztshez. +50636 Grnt Egyedi kinzet narancssrga drgak. Felhasznlhat klnbz rtkes kszerek ksztshez. +50637 Smaragd Egyedi kinzet zld drgak. Felhasznlhat klnbz rtkes kszerek ksztshez. +50638 Zafr Egyedi kinzet kk drgak. Felhasznlhat klnbz rtkes kszerek ksztshez. +50701 Barackvirg Korbban brpolt lltottak el belle. Kutats +50702 Harangvirg Ez a virg nagyon elterjedt s a megfzs s khgs ellen segt. Kutats +50703 Datolyaszilva virg gy tartja a monds, hogy ha egy n ebbl a virgbl kszlt lncot vesz a nyakra, fia lesz. Kutats +50704 Gango-gykr A gango-gykr ersen hat az immunrendszerre s megersti a test llkpessgt. Kutats +50705 Orgona Ez egy nvny, amely a koncentrl kszsget s a gondolkodsi kpessget javtja. Kutats +50706 Tue gomba Gygyt szerknt ritkn alkalmazzk e gombafajt. Az lmatlansg ellen hat. Kutats +50707 Alpesi rzsa Ez a nvny ersti az idegrendszert. Kutats +50708 Szederfa Gymlcse ert ad s fellnkt. Kutats +50709 Pitypang A pitypang torokfjs ellen segt s finom. Kutats +50710 Bogncs Egy virg, amely a csontokat ersti. Kutats +50711 Datolya zletes gymlcs, ami j letert kelt. Kutats +50712 Sam-Zi nvny Ez a nyagon ritka nvny erstszerknt hat, ha jl van elksztve. Kutats +50721 Barackvirg Korbban brpolt lltottak el belle. Bjital-kszts +50722 Harangvirg Ez a virg nagyon elterjedt s a megfzs s khgs ellen segt. Bjital-kszts +50723 Datolyaszilva virg gy tartja a monds, hogy ha egy n ebbl a virgbl kszlt lncot vesz a nyakra, fia lesz. Bjital-kszts +50724 Gango-gykr A gango-gykr ersen hat az immunrendszerre s megersti a test llkpessgt. Bjital-kszts +50725 Orgona Ez egy nvny, amely a koncentrl kszsget s a gondolkodsi kpessget javtja. Bjital-kszts +50726 Tue gomba Gygyt szerknt ritkn alkalmazzk e gombafajt. Az lmatlansg ellen hat. Bjital-kszts +50727 Alpesi rzsa Ez a nvny ersti az idegrendszert. Bjital-kszts +50728 Szederfa Gymlcse ert ad s fellnkt. Bjital-kszts +50729 Pitypang A pitypang torokfjs ellen segt s finom. Bjital-kszts +50730 Bogncs Egy virg, amely a csontokat ersti. Bjital-kszts +50731 Datolya zletes gymlcs, ami j letert kelt. Bjital-kszts +50732 Sam-Zi nvny Ez a nyagon ritka nvny erstszerknt hat, ha jl van elksztve. Bjital-kszts +50801 Barackvirg l Egy ital a barackvirgbl. Fitt tesz. +50802 Harangvirg l Ez a Harangvirgokbl kszlt ital megnveli az erdet 5 ponttal 3 percig. +50803 Datolyaszilva-virg l Ez egy ital a datolyaszilva virgbl. Ersti a koncentrcit. +50804 Gango-gykr l Egy ital a Gango-gykerbl. Knny srlseket gygyt. +50805 Orgona l Egy ital orgonbl. +50806 Tue gomba gyanta Gyanta Tue gombbl. +50807 Alpesi rzsa l Egy ital alpesi rzsbl. +50808 Szederfa l Egy ital a szederfa gymlcsbl. +50809 Pitypang l Ital pitypangbl. +50810 Bogncs l Ital a bogncsbl. +50811 Datolya l Ital a datolybl. +50812 Sam-Zi nvny l Ital a Sam-Zi nvnybl. +50813 Sim-vz Ez a Baracklevlbl s Orgonbl kszlt ital megnveli az thatol talltra az eslyedet 10%-kal 3 percen t. +50814 Dok-vz Ez a Harangvirgbl s Orgonbl kszlt ital megnveli a kritikus tallatra az eslyedet 10%-kal 3 percig. +50815 Bo-vz Ez az ital datolyaszilva lbl s Tue gombbl kszl. Ersti az agyat. +50816 Young-vz Ez az ital Gango-gykr lbl s Tue gombbl kszl. Ersti fizikai s mentlis teljestmnyed. +50817 Zin-vz Ez a Zin-vzbl s Alpesi rzsbl kszlt ital megnveli a tmadsi rtkedet 50 ponttal 3 percig. +50818 SamBo-vz Ez a Dok-vzbl s Alpesi rzsbl kszlt ital megnveli a vdelmedet 70 ponttal 3 percig. +50819 Mong-vz Ez az ital Bo-vzbl s a szederfa gymlcsbl kszl. Nveli a mgikus vdelmedet 10%-kal 3 percig. +50820 Hwal-vz Ez az ital Young-vzbl s a szederfa gymlcsbl kszl. Nveli a tmadsi sebessgedet 3 ponttal 3 percig. +50901 res veg Italok ksztshez szksges. +50902 Recept kezdknek Knnyen szerzett recept ami zld szarvakkal is megcsinlhat. +50903 Recept Egy recept amihez szksges egy kis gyakorls. +50904 Recept profiknak Recept, amit csak profik tudnak elkszteni rendesen. +50905 Sim-vz recept Lerja a pontos elksztst a vznek, Barack virg lb s Orgonbl. +50906 Dok-vz recept Lerja a vz pontos elksztst, Orgonbl s Harangvirg lbl. +50907 Bo-vz recept Lerja a vz pontos elksztst Datolyaszilva virg lbl s Tue gombbl. +50908 Young-vz recept Lerja a vz pontos elksztst, Gango-gykr lbl s Tue gombbl. +50909 Zin-vz recept Lerja a vz pontos elksztst Barackvirg lbl, Orgonbl s Alpesi rzskbl. +50910 Hwal-vz recept Lerja a vz pontos ksztst Gango-gykr lbl, Tue gombbl s Szederfbl. +51001 Energia-tredk Egy Energia-kristly tredke. 30 darab sszeolvaszthat egy kristlly. +51002 Energia-kristly A kristly megnveli bnuszaidat kt rra. +51501 Cor Draconis (Nyers) A kristly srknyszv egy vletlenszer Srknykvet tartalmaz a nyers osztlybl. +51502 Cor Draconis (Nyers) A kristly srknyszv egy vletlenszer Srknykvet tartalmaz a nyers osztlybl. +51503 Cor Draconis (Norml) Kristly srknyszv. Rang: norml. Egy nyerstl metszettig terjed osztly matt srknykvet tartalmaz. +51504 Cor Draconis (nemes) Kristly srknyszv. Rang: nemes. Egy nyerstl ritkig terjed osztly matt srknykvet tartalmaz. +51505 Cor Draconis (rtkes) Kristly srknyszv. Rang: rtkes. Egy nyerstl antikig terjed osztly matt srknykvet tartalmaz. +51506 Cor Draconis (titokzatos) Kristly srknyszv. Rang: titokzatos. Egy metszettl legendsig terjed osztly matt srknykvet tartalmaz. +51507 Cor Draconis (metszett) A kristly srknyszv egy vletlenszer Srknykvet tartalmaz a metszett osztlybl. +51508 Cor Draconis (ritka) A kristly srknyszv egy vletlenszer Srknykvet tartalmaz a ritka osztlybl. +51509 Cor Draconis (antik) A kristly srknyszv egy vletlenszer Srknykvet tartalmaz az antik osztlybl. +51510 Cor Draconis (legends) A kristly srknyszv egy vletlenszer Srknykvet tartalmaz a legends osztlybl. +51511 Cor Diamas Fehr Cor Draconis. Egy vletlenszer Srknygymntot tartalmaz. +51512 Cor Rubinum Piros Cor Draconis. Egy vletlenszer Srknyrubint tartalmaz. +51513 Cor Jadeit Zld Cor Draconis. Egy vletlenszer Srknyjdt tartalmaz. +51514 Cor Saphirum Kk Cor Draconis. Egy vletlenszer Srknyzafrt tartalmaz. +51515 Cor Granatum Narancssrga Cor Draconis. Egy vletlenszer Srknygrntot tartalmaz. +51516 Cor Atrum Fekete Cor Draconis. Egy vletlenszer Srknynixot tartalmaz. +51517 Cor Diamas (norml) Fehr Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly matt Srknygymntot tartalmaz. +51518 Cor Rubinum (norml) Piros Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly matt Srknyrubint tartalmaz. +51519 Cor Jadeit (norml) Zld Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly matt Srknyjdt tartalmaz. +51520 Cor Saphirum (norml) Kk Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly matt Srknyzafrt tartalmaz. +51521 Cor Granatum (norml) Narancssrga Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly matt Srknygrntot tartalmaz. +51522 Cor Atrum (norml) Fekete Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly matt Srknynixot tartalmaz. +51523 Cor Diamas (nemes) Fehr Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly matt Srknygymntot tartalmaz. +51524 Cor Rubinum (nemes) Piros Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly matt Srknyrubint tartalmaz. +51525 Cor Jadeit (nemes) Zld Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly matt Srknyjdt tartalmaz. +51526 Cor Saphirum (nemes) Kk Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly matt Srknyzafrt tartalmaz. +51527 Cor Granatum (nemes) Narancssrga Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly matt Srknygrntot tartalmaz. +51528 Cor Atrum (nemes) Fekete Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly matt Srknynixot tartalmaz. +51529 Cor Diamas (rtkes) Fehr Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly matt Srknygymntot tartalmaz. +51530 Cor Rubinum (rtkes) Piros Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly matt Srknyrubint tartalmaz. +51531 Cor Jadeit (rtkes) Zld Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly matt Srknyjdt tartalmaz. +51532 Cor Saphirum (rtkes) Kk Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly matt Srknyzafrt tartalmaz. +51533 Cor Granatum (rtkes) Narancssrga Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly matt Srknygrntot tartalmaz. +51534 Cor Atrum (rtkes) Fekete Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly matt Srknynixot tartalmaz. +51535 Cor Diamas (hibtlan) Fehr Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly matt Srknygymntot tartalmaz. +51536 Cor Rubinum (hibtlan) Piros Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly matt Srknyrubint tartalmaz. +51537 Cor Jadeit (hibtlan) Zld Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly matt Srknyjdt tartalmaz. +51538 Cor Saphirum (hibtlan) Kk Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly matt Srknyzafrt tartalmaz. +51539 Cor Granatum (hibtlan) Narancssrga Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly matt Srknygrntot tartalmaz. +51540 Cor Atrum (hibtlan) Fekete Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly matt Srknynixot tartalmaz. +51541 Cor Draconis (fnyl) Kristly srknyszv. Rang: fnyl. Egy metszettl ritkig terjed osztly matt Srknykvet tartalmaz. +51542 Cor Diamas (fnyl) Fehr Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly matt Srknygymntot tartalmaz. +51543 Cor Rubinum (fnyl) Piros Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly matt Srknyrubint tartalmaz. +51544 Cor Jadeit (fnyl) Zld Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly matt Srknyjdt tartalmaz. +51545 Cor Saphirum (fnyl) Kk Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly matt Srknyzafrt tartalmaz. +51546 Cor Granatum (fnyl) Narancssrga Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly matt Srknygrntot tartalmaz. +51547 Cor Atrum (fnyl) Fekete Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly matt Srknynixot tartalmaz. +51548 Cor Draconis (hibtlan) Kristly srknyszv. Rang: hibtlan. Egy nyerstl legendsig terjed osztly matt Srknykvet tartalmaz. +51549 Cor Draconis (rk) Kristly srknyszv. Rang: rk. Egy metszettl antikig terjed osztly matt Srknykvet tartalmaz. +51550 Cor Diamas (rk) Fehr Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly matt Srknygymntot tartalmaz. +51551 Cor Rubinum (rk) Piros Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly matt Srknyrubint tartalmaz. +51552 Cor Jadeit (rk) Zld Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly matt Srknyjdt tartalmaz. +51553 Cor Saphirum (rk) Kk Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly matt Srknyzafrt tartalmaz. +51554 Cor Granatum (rk) Narancssrga Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly matt Srknygrntot tartalmaz. +51555 Cor Atrum (rk) Fekete Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly matt Srknynixot tartalmaz. +51556 Cor Diamas (titokzatos) Fehr Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly matt Srknygymntot tartalmaz. +51557 Cor Rubinum (titokzatos) Piros Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly matt Srknyrubint tartalmaz. +51558 Cor Jadeit (titokzatos) Zld Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly matt Srknyjdt tartalmaz. +51559 Cor Saphirum (titokzatos) Kk Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly matt Srknyzafrt tartalmaz. +51560 Cor Granatum (titokzatos) Narancssrga Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly matt Srknygrntot tartalmaz. +51561 Cor Atrum (titokzatos) Fekete Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly matt Srknynixot tartalmaz. +51562 Cor Draconis (epikus) Kristly srknyszv. Rang: epikus. Egy ritktl antikig terjed osztly matt Srknykvet tartalmaz. +51563 Cor Diamas (epikus) Fehr Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly matt Srknygymntot tartalmaz. +51564 Cor Rubinum (epikus) Piros Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly matt Srknyrubint tartalmaz. +51565 Cor Jadeit (epikus) Zld Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly matt Srknyjdt tartalmaz. +51566 Cor Saphirum (epikus) Kk Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly matt Srknyzafrt tartalmaz. +51567 Cor Granatum (epikus) Narancssrga Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly matt Srknygrntot tartalmaz. +51568 Cor Atrum (epikus) Fekete Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly matt Srknynixot tartalmaz. +51569 Cor Draconis (isteni) Kristly srknyszv. Rang: isteni. Egy ritktl legendsig terjed osztly matt Srknykvet tartalmaz. +51570 Cor Diamas (isteni) Fehr Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly matt Srknygymntot tartalmaz. +51571 Cor Rubinum (isteni) Piros Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly matt Srknyrubint tartalmaz. +51572 Cor Jadeit (isteni) Zld Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly matt Srknyjdt tartalmaz. +51573 Cor Saphirum (isteni) Kk Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly matt Srknyzafrt tartalmaz. +51574 Cor Granatum (isteni) Narancssrga Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly matt Srknygrnitot tartalmaz. +51575 Cor Atrum (isteni) Fekete Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly matt Srknynixot tartalmaz. +51576 Cor Draconis+ (norml) Erteljes Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly vletlenszer tisztasgi minsg Srknykvet tartalmaz. +51577 Cor Diamas+ (norml) Erteljes Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly vletlenszer tisztasgi minsg Srknygymntot tartalmaz. +51578 Cor Rubinum+ (norml) Erteljes Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly vletlenszer tisztasgi minsg Srknyrubint tartalmaz. +51579 Cor Jadeit+ (norml) Erteljes Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly vletlenszer tisztasgi minsg Srknyjdt tartalmaz. +51580 Cor Saphirum+ (norml) Erteljes Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly vletlenszer tisztasgi minsg Srknyzafrt tartalmaz. +51581 Cor Granatum+ (norml) Erteljes Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly vletlenszer tisztasgi minsg Srknygrntot tartalmaz. +51582 Cor Atrum+ (norml) Erteljes Cor Draconis. Rang: norml. Egy nyerstl metszettig terjed osztly vletlenszer tisztasgi minsg Srknynixot tartalmaz. +51583 Cor Draconis+ (nemes) Erteljes Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly vletlenszer tisztasgi minsg Srknykvet tartalmaz. +51584 Cor Diamas+ (nemes) Erteljes Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly vletlenszer tisztasgi minsg Srknygymntot tartalmaz. +51585 Cor Rubinum+ (nemes) Erteljes Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly vletlenszer tisztasgi minsg Srknyrubint tartalmaz. +51586 Cor Jadeit+ (nemes) Erteljes Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly vletlenszer tisztasgi minsg Srknyjdt tartalmaz. +51587 Cor Saphirum+ (nemes) Erteljes Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly vletlenszer tisztasgi minsg Srknyzafrt tartalmaz. +51588 Cor Granatum+ (nemes) Erteljes Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly vletlenszer tisztasgi minsg Srknygrntot tartalmaz. +51589 Cor Atrum+ (nemes) Erteljes Cor Draconis. Rang: nemes. Egy nyerstl ritkig terjed osztly vletlenszer tisztasgi minsg Srknynixot tartalmaz. +51590 Cor Draconis+ (rtkes) Erteljes Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly vletlenszer tisztasgi minsg Srknykvet tartalmaz. +51591 Cor Diamas+ (rtkes) Erteljes Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly vletlenszer tisztasgi minsg Srknygymntot tartalmaz. +51592 Cor Rubinum+ (rtkes) Erteljes Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly vletlenszer tisztasgi minsg Srknyrubint tartalmaz. +51593 Cor Jadeit+ (rtkes) Erteljes Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly vletlenszer tisztasgi minsg Srknyjdt tartalmaz. +51594 Cor Saphirum+ (rtkes) Erteljes Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly vletlenszer tisztasgi minsg Srknyzafrt tartalmaz. +51595 Cor Granatum+ (rtkes) Erteljes Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly vletlenszer tisztasgi minsg Srknygrntot tartalmaz. +51596 Cor Atrum+ (rtkes) Erteljes Cor Draconis. Rang: rtkes. Egy nyerstl antikig terjed osztly vletlenszer tisztasgi minsg Srknynixot tartalmaz. +51597 Cor Draconis+ (hibtlan) Erteljes Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly vletlenszer tisztasgi minsg Srknykvet tartalmaz. +51598 Cor Diamas+ (hibtlan) Erteljes Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly vletlenszer tisztasgi minsg Srknygymntot tartalmaz. +51599 Cor Rubinum+ (hibtlan) Erteljes Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly vletlenszer tisztasgi minsg Srknyrubint tartalmaz. +51600 Cor Jadeit+ (hibtlan) Erteljes Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly vletlenszer tisztasgi minsg Srknyjdt tartalmaz. +51601 Cor Saphirum+ (hibtlan) Erteljes Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly vletlenszer tisztasgi minsg Srknyzafrt tartalmaz. +51602 Cor Granatum+ (hibtlan) Erteljes Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly vletlenszer tisztasgi minsg Srknygrntot tartalmaz. +51603 Cor Atrum+ (hibtlan) Erteljes Cor Draconis. Rang: hibtlan. Egy nyerstl legendsig terjed osztly vletlenszer tisztasgi minsg Srknynixot tartalmaz. +51604 Cor Draconis+ (fnyl) Erteljes Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly vletlenszer tisztasgi minsg Srknykvet tartalmaz. +51605 Cor Diamas+ (fnyl) Erteljes Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly vletlenszer tisztasgi minsg Srknygymntot tartalmaz. +51606 Cor Rubinum+ (fnyl) Erteljes Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly vletlenszer tisztasgi minsg Srknyrubint tartalmaz. +51607 Cor Jadeit+ (fnyl) Erteljes Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly vletlenszer tisztasgi minsg Srknyjdt tartalmaz. +51608 Cor Saphirum+ (fnyl) Erteljes Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly vletlenszer tisztasgi minsg Srknyzafrt tartalmaz. +51609 Cor Granatum+ (fnyl) Erteljes Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly vletlenszer tisztasgi minsg Srknygrntot tartalmaz. +51610 Cor Atrum+ (fnyl) Erteljes Cor Draconis. Rang: fnyl. Egy metszettl ritkig terjed osztly vletlenszer tisztasgi minsg Srknynixot tartalmaz. +51611 Cor Draconis+ (rk) Erteljes Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly vletlenszer tisztasgi minsg Srknykvet tartalmaz. +51612 Cor Diamas+ (rk) Erteljes Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly vletlenszer tisztasgi minsg Srknygymntot tartalmaz. +51613 Cor Rubinum+ (rk) Erteljes Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly vletlenszer tisztasgi minsg Srknyrubint tartalmaz. +51614 Cor Jadeit+ (rk) Erteljes Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly vletlenszer tisztasgi minsg Srknyjdt tartalmaz. +51615 Cor Saphirum+ (rk) Erteljes Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly vletlenszer tisztasgi minsg Srknyzafrt tartalmaz. +51616 Cor Granatum+ (rk) Erteljes Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly vletlenszer tisztasgi minsg Srknygrntot tartalmaz. +51617 Cor Atrum+ (rk) Erteljes Cor Draconis. Rang: rk. Egy metszettl antikig terjed osztly vletlenszer tisztasgi minsg Srknynixot tartalmaz. +51618 Cor Draconis+ (titokz.) Erteljes Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly vletlenszer tisztasgi minsg Srknykvet tartalmaz. +51619 Cor Diamas+ (titokzatos) Erteljes Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly vletlenszer tisztasgi minsg Srknygymntot tartalmaz. +51620 Cor Rubinum+ (titokz.) Erteljes Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly vletlenszer tisztasgi minsg Srknyrubint tartalmaz. +51621 Cor Jadeit+ (titokzatos) Erteljes Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly vletlenszer tisztasgi minsg Srknyjdt tartalmaz. +51622 Cor Saphirum+ (titokz.) Erteljes Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly vletlenszer tisztasgi minsg Srknyzafrt tartalmaz. +51623 Cor Granatum+ (titokz.) Erteljes Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly vletlenszer tisztasgi minsg Srknygrntot tartalmaz. +51624 Cor Atrum+ (titokzatos) Erteljes Cor Draconis. Rang: titokzatos. Egy metszettl legendsig terjed osztly vletlenszer tisztasgi minsg Srknynixot tartalmaz. +51625 Cor Draconis+ (epikus) Erteljes Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly vletlenszer tisztasgi minsg Srknykvet tartalmaz. +51626 Cor Diamas+ (epikus) Erteljes Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly vletlenszer tisztasgi minsg Srknygymntot tartalmaz. +51627 Cor Rubinum+ (epikus) Erteljes Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly vletlenszer tisztasgi minsg Srknyrubint tartalmaz. +51628 Cor Jadeit+ (epikus) Erteljes Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly vletlenszer tisztasgi minsg Srknyjdt tartalmaz. +51629 Cor Saphirum+ (epikus) Erteljes Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly vletlenszer tisztasgi minsg Srknyzafrt tartalmaz. +51630 Cor Granatum+ (epikus) Erteljes Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly vletlenszer tisztasgi minsg Srknygrntot tartalmaz. +51631 Cor Atrum+ (epikus) Erteljes Cor Draconis. Rang: epikus. Egy ritktl antikig terjed osztly vletlenszer tisztasgi minsg Srknynixot tartalmaz. +51632 Cor Draconis+ (isteni) Erteljes Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly vletlenszer tisztasgi minsg Srknykvet tartalmaz. +51633 Cor Diamas+ (isteni) Erteljes Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly vletlenszer tisztasgi minsg Srknygymntot tartalmaz. +51634 Cor Rubinum+ (isteni) Erteljes Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly vletlenszer tisztasgi minsg Srknyrubint tartalmaz. +51635 Cor Jadeit+ (isteni) Erteljes Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly vletlenszer tisztasgi minsg Srknyjdt tartalmaz. +51636 Cor Saphirum+ (isteni) Erteljes Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly vletlenszer tisztasgi minsg Srknyzafrt tartalmaz. +51637 Cor Granatum+ (isteni) Erteljes Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly vletlenszer tisztasgi minsg Srknygrntot tartalmaz. +51638 Cor Atrum+ (isteni) Erteljes Cor Draconis. Rang: isteni. Egy ritktl legendsig terjed osztly vletlenszer tisztasgi minsg Srknynixot tartalmaz. +51639 Srknylda Az azrkk lda tizenegy norml Cor Draconist tartalmaz. +51640 Srknylda+ Az azrkk lda tizenegy erteljes, "norml" rang Cor Draconist, valamint egy Zld srkny-babot tartalmaz. +51641 Srknylda+ (sznes) Az azrkk lda egy erteljes Cor Draconist tartalmaz a "norml" rang minden sznben, valamint egy Zld srkny-babot. +51642 Srknylda (sznes) Az azrkk lda egy norml Cor Draconist tartalmaz minden sznben, valamint egy Zld srkny-babot. +51643 Nemes srknylda Az azrkk lda tizenegy nemes Cor Draconist tartalmaz. +51644 Nemes srknylda+ Az azrkk lda tizenegy "nemes" rang erteljes Cor Draconist, valamint egy Zld srkny-babot tartalmaz. +51645 Nemes s.lda+ (sznes) Az azrkk lda egy erteljes Cor Draconist tartalmaz a "nemes" rang minden sznben, valamint egy Zld srkny-babot. +51646 Nemes s.lda (sznes) Az azrkk lda egy nemes Cor Draconist tartalmaz minden sznben, valamint egy Zld srkny-babot. +52001 Fiatal vadkan (pecst) A pecst megidzi Fiatal vadkanod. Harci kpzs utn lovasnak legfeljebb 5% szrnyek elleni ert biztost. +52002 Fiatal vadkan (pecst) A pecst megidzi Fiatal vadkanod. Harci kpzs utn megnveli legfeljebb 5%-kal a megszerezhet tapasztalat mennyisgt. +52003 Fiatal vadkan (pecst) A pecst megidzi Fiatal vadkanod. Harci kpzs utn megnveli lovasa TP-jt legfeljebb 500-zal. +52004 Fiatal vadkan (pecst) A pecst megidzi Fiatal vadkanod. Harci kpzs utn megnveli lovasa vdelmt legfeljebb 150-nel. +52005 Fiatal vadkan (pecst) A pecst megidzi Fiatal vadkanod. Harci kpzs utn megnveli lovasa tmadrtkt legfeljebb 100-zal. +52006 Vadkan (pecst) A pecst megidzi Vadkanod. Lovasnak 3% szrnyek elleni ert biztost. +52007 Vadkan (pecst) A pecst megidzi Vadkanod. Megnveli 3%-kal a megszerezhet tapasztalat mennyisgt. +52008 Vadkan (pecst) A pecst megidzi Vadkanod. Megnveli lovasa TP-jt 250-nel. +52009 Vadkan (pecst) A pecst megidzi Vadkanod. Megnveli lovasa vdelmt 50-nel. +52010 Vadkan (pecst) A pecst megidzi Vadkanod. Megnveli lovasa tmadrtkt 30-cal. +52011 Szeldtett vadkan (p.) A pecst megidzi Szeldtett vadkanod. Lovasnak 5% szrnyek elleni ert biztost. +52012 Szeldtett vadkan (p.) A pecst megidzi Szeldtett vadkanod. Megnveli 5%-kal a megszerezhet tapasztalat mennyisgt. +52013 Szeldtett vadkan (p.) A pecst megidzi Szeldtett vadkanod. Megnveli lovasa TP-jt 500-zal. +52014 Szeldtett vadkan (p.) A pecst megidzi Szeldtett vadkanod. Megnveli lovasa vdelmt 150-nel. +52015 Szeldtett vadkan (p.) A pecst megidzi Szeldtett vadkanod. Megnveli lovasa tmadrtkt 100-zal. +52016 Fiatal farkas (pecst) A pecst megidzi Fiatal farkasod. Harci kpzs utn lovasnak legfeljebb 5% szrnyek elleni ert biztost. +52017 Fiatal farkas (pecst) A pecst megidzi Fiatal farkasod. Harci kpzs utn megnveli legfeljebb 5%-kal a megszerezhet tapasztalat mennyisgt. +52018 Fiatal farkas (pecst) A pecst megidzi Fiatal farkasod. Harci kpzs utn megnveli lovasa TP-jt legfeljebb 500-zal. +52019 Fiatal farkas (pecst) A pecst megidzi Fiatal farkasod. Harci kpzs utn megnveli lovasa vdelmt legfeljebb 150-nel. +52020 Fiatal farkas (pecst) A pecst megidzi Fiatal farkasod. Harci kpzs utn megnveli lovasa tmadrtkt legfeljebb 100-zal. +52021 Vad farkas (pecst) A pecst megidzi Vad farkasod. Lovasnak +3% szrnyek elleni ert biztost. +52022 Vad farkas (pecst) A pecst megidzi Vad farkasod. Megnveli 3%-kal a megszerezhet tapasztalat mennyisgt. +52023 Vad farkas (pecst) A pecst megidzi Vad farkasod. Megnveli lovasa TP-jt 250-nel. +52024 Vad farkas (pecst) A pecst megidzi Vad farkasod. Megnveli lovasa vdelmt 50-nel. +52025 Vad farkas (pecst) A pecst megidzi Vad farkasod. Megnveli lovasa tmadrtkt 30-cal. +52026 Szeldtett farkas (p.) A pecst megidzi Szeldtett farkasod. Lovasnak +5% szrnyek elleni ert biztost. +52027 Szeldtett farkas (p.) A pecst megidzi Szeldtett farkasod. Megnveli 5%-kal a megszerezhet tapasztalat mennyisgt. +52028 Szeldtett farkas (p.) A pecst megidzi Szeldtett farkasod. Megnveli lovasa TP-jt 500-zal. +52029 Szeldtett farkas (p.) A pecst megidzi Szeldtett farkasod. Megnveli lovasa vdelmt 150-nel. +52030 Szeldtett farkas (p.) A pecst megidzi Szeldtett farkasod. Megnveli lovasa tmadrtkt 100-zal. +52031 Fiatal oroszln (pecst) A pecst megidzi Fiatal oroszlnod. Harci kpzs utn lovasnak legfeljebb 5% szrnyek elleni ert biztost. +52032 Fiatal oroszln (pecst) A pecst megidzi Fiatal oroszlnod. Harci kpzs utn megnveli legfeljebb 5%-kal a megszerezhet tapasztalat mennyisgt. +52033 Fiatal oroszln (pecst) A pecst megidzi Fiatal oroszlnod. Harci kpzs utn megnveli lovasa TP-jt legfeljebb 500-zal. +52034 Fiatal oroszln (pecst) A pecst megidzi Fiatal oroszlnod. Harci kpzs utn megnveli lovasa vdelmt legfeljebb 150-nel. +52035 Fiatal oroszln (pecst) A pecst megidzi Fiatal oroszlnod. Harci kpzs utn megnveli lovasa tmadrtkt legfeljebb 100-zal. +52036 Vad oroszln (pecst) A pecst megidzi Vad oroszlnod. Lovasnak +3% szrnyek elleni ert biztost. +52037 Vad oroszln (pecst) A pecst megidzi Vad oroszlnod. Megnveli 3%-kal a megszerezhet tapasztalat mennyisgt. +52038 Vad oroszln (pecst) A pecst megidzi Vad oroszlnod. Megnveli lovasa TP-jt 250-nel. +52039 Vad oroszln (pecst) A pecst megidzi Vad oroszlnod. Megnveli lovasa vdelmt 50-nel. +52040 Vad oroszln (pecst) A pecst megidzi Vad oroszlnod. Megnveli lovasa tmadrtkt 30-cal. +52041 Szeldtett oroszln (p) A pecst megidzi Szeldtett oroszlnod. Lovasnak 5% szrnyek elleni ert biztost. +52042 Szeldtett oroszln (p) A pecst megidzi Szeldtett oroszlnod. Megnveli 5%-kal a megszerezhet tapasztalat mennyisgt. +52043 Szeldtett oroszln (p) A pecst megidzi Szeldtett oroszlnod. Megnveli lovasa TP-jt 500-zal. +52044 Szeldtett oroszln (p) A pecst megidzi Szeldtett oroszlnod. Megnveli lovasa vdelmt 150-nel. +52045 Szeldtett oroszln (p) A pecst megidzi Szeldtett oroszlnod. Megnveli lovasa tmadrtkt 100-zal. +52046 Fiatal tigris (pecst) A pecst megidzi Fiatal tigrised. Harci kpzs utn lovasnak legfeljebb 5% szrnyek elleni ert biztost. +52047 Fiatal tigris (pecst) A pecst megidzi Fiatal tigrised. Harci kpzs utn megnveli legfeljebb 5%-kal a megszerezhet tapasztalat mennyisgt. +52048 Fiatal tigris (pecst) A pecst megidzi Fiatal tigrised. Harci kpzs utn megnveli lovasa TP-jt legfeljebb 500-zal. +52049 Fiatal tigris (pecst) A pecst megidzi Fiatal tigrised. Harci kpzs utn megnveli lovasa vdelmt legfeljebb 150-nel. +52050 Fiatal tigris (pecst) A pecst megidzi Fiatal tigrised. Harci kpzs utn megnveli lovasa tmadrtkt legfeljebb 100-zal. +52051 Vad tigris (pecst) A pecst megidzi Vad tigrised. Lovasnak +3% szrnyek elleni ert biztost. +52052 Vad tigris (pecst) A pecst megidzi Vad tigrised. Megnveli 3%-kal a megszerezhet tapasztalat mennyisgt. +52053 Vad tigris (pecst) A pecst megidzi Vad tigrised. Megnveli lovasa TP-jt 250-nel. +52054 Vad tigris (pecst) A pecst megidzi Vad tigrised. Megnveli lovasa vdelmt 50-nel. +52055 Vad tigris (pecst) A pecst megidzi Vad tigrised. Megnveli lovasa tmadrtkt 30-cal. +52056 Szeldtett tigris (p.) A pecst megidzi Szeldtett tigrised. Lovasnak +5% szrnyek elleni ert biztost. +52057 Szeldtett tigris (p.) A pecst megidzi Szeldtett tigrised. Megnveli 5%-kal a megszerezhet tapasztalat mennyisgt. +52058 Szeldtett tigris (p.) A pecst megidzi Szeldtett tigrised. Megnveli lovasa TP-jt 500-zal. +52059 Szeldtett tigris (p.) A pecst megidzi Szeldtett tigrised. Megnveli lovasa vdelmt 150-nel. +52060 Szeldtett tigris (p.) A pecst megidzi Szeldtett tigrised. Megnveli lovasa tmadrtkt 100-zal. +52061 Ifj rnszarvas (pecst) A pecst megidzi Ifj rnszarvasod (hm). Harci kpzs utn lovasnak legfeljebb 5% szrnyek elleni ert biztost. +52062 Ifj rnszarvas (pecst) A pecst megidzi Ifj rnszarvasod (hm). Harci kpzs utn megnveli legfeljebb 5%-kal a megszerezhet tapasztalat mennyisgt. +52063 Ifj rnszarvas (pecst) A pecst megidzi Ifj rnszarvasod (hm). Harci kpzs utn megnveli lovasa TP-jt legfeljebb 500-zal. +52064 Ifj rnszarvas (pecst) A pecst megidzi Ifj rnszarvasod (hm). Harci kpzs utn megnveli lovasa vdelmt legfeljebb 150-nel. +52065 Ifj rnszarvas (pecst) A pecst megidzi Ifj rnszarvasod (hm). Harci kpzs utn megnveli lovasa tmadrtkt legfeljebb 100-zal. +52066 Vad rnszarvas (pecst) Ez a pecst idzi meg vad rnszarvasod (h). +3% szrnyek elleni ert ad lovasnak. +52067 Vad rnszarvas (pecst) Ez a pecst idzi meg vad rnszarvasod (h). Megnveli az sszegyjthet tapasztalatot +3%-kal. +52068 Vad rnszarvas (pecst) A pecst megidzi Vad rnszarvasod (hm). Megnveli lovasa TP-jt 250-nel. +52069 Vad rnszarvas (pecst) A pecst megidzi Vad rnszarvasod (hm). Megnveli lovasa vdelmt 50-nel. +52070 Vad rnszarvas (pecst) A pecst megidzi Vad rnszarvasod (hm). Megnveli lovasa tmadrtkt 30-cal. +52071 Szeld rnszarvas (p.) Ez a pecst idzi meg szeld rnszarvasod (hm). +5% szrnyek elleni ert ad lovasnak. +52072 Szeld rnszarvas (p.) Ez a pecst idzi meg Szeld rnszarvasod (hm). Megnveli az sszegyjthet tapasztalatot +5%-kal. +52073 Szeld rnszarvas (p.) A pecst megidzi Szeld rnszarvasod (hm). Megnveli lovasa TP-jt 500-zal. +52074 Szeld rnszarvas (p.) A pecst megidzi Szeld rnszarvasod (hm). Megnveli lovasa vdelmt 150-nel. +52075 Szeld rnszarvas (p.) A pecst megidzi Szeld rnszarvasod (hm). Megnveli lovasa tmadrtkt 100-zal. +52076 Ifj rnszarvas (pecst) A pecst megidzi Ifj rnszarvasod (nstny). Harci kpzs utn lovasnak legfeljebb 5% szrnyek elleni ert biztost. +52077 Ifj rnszarvas (pecst) A pecst megidzi Ifj rnszarvasod (nstny). Harci kpzs utn megnveli legfeljebb 5%-kal a megszerezhet tapasztalat mennyisgt. +52078 Ifj rnszarvas (pecst) A pecst megidzi Ifj rnszarvasod (nstny). Harci kpzs utn megnveli lovasa TP-jt legfeljebb 500-zal. +52079 Ifj rnszarvas (pecst) A pecst megidzi Ifj rnszarvasod (nstny). Harci kpzs utn megnveli lovasa vdelmt legfeljebb 150-nel. +52080 Ifj rnszarvas (pecst) A pecst megidzi Ifj rnszarvasod (nstny). Harci kpzs utn megnveli lovasa tmadrtkt legfeljebb 100-zal. +52081 Vad rnszarvas (pecst) A pecst megidzi Vad rnszarvasod (nstny). Lovasnak +3% szrnyek elleni ert biztost. +52082 Vad rnszarvas (pecst) A pecst megidzi Vad rnszarvasod (nstny). Megnveli 3%-kal a megszerezhet tapasztalat mennyisgt. +52083 Vad rnszarvas (pecst) A pecst megidzi Vad rnszarvasod (nstny). Megnveli lovasa TP-jt 250-nel. +52084 Vad rnszarvas (pecst) A pecst megidzi Vad rnszarvasod (nstny). Megnveli lovasa vdelmt 50-nel. +52085 Vad rnszarvas (pecst) A pecst megidzi Vad rnszarvasod (nstny). Megnveli lovasa tmadrtkt 30-cal. +52086 Szeld rnszarvas (p.) A pecst megidzi Szeld rnszarvasod (nstny). Lovasnak 5% szrnyek elleni ert biztost. +52087 Szeld rnszarvas (p.) A pecst megidzi Szeld rnszarvasod (nstny). Megnveli 5%-kal a megszerezhet tapasztalat mennyisgt. +52088 Szeld rnszarvas (p.) A pecst megidzi Szeld rnszarvasod (nstny). Megnveli lovasa TP-jt 500-zal. +52089 Szeld rnszarvas (p.) A pecst megidzi Szeld rnszarvasod (nstny). Megnveli lovasa vdelmt 150-nel. +52090 Szeld rnszarvas (p.) A pecst megidzi Szeld rnszarvasod (nstny). Megnveli lovasa tmadrtkt 100-zal. +52091 Fiatal Dragor pecst A pecst megidzi Fiatal Dragorod. Harci kikpzse szerint lovasnak legfeljebb 5% szrnyek elleni ert biztost. +52092 Fiatal Dragor pecst A pecst megidzi Fiatal Dragorod. Harci kikpzse szerint megnveli legfeljebb 5%-kal a tapasztalatszerzst. +52093 Fiatal Dragor pecst A pecst megidzi Fiatal Dragorod. Harci kikpzse szerint legfeljebb 500-zal megnveli lovasa TP-jt. +52094 Fiatal Dragor pecst A pecst megidzi Fiatal Dragorod. Harci kikpzse szerint legfeljebb 150-nel megnveli lovasa vdelmt. +52095 Fiatal Dragor pecst A pecst megidzi Fiatal Dragorod. Harci kikpzse szerint legfeljebb 100-zal megnveli lovasa tmadst. +52096 Vad Dragor pecst A pecst megidzi Vad Dragorod. Lovasnak 3% szrnyek elleni ert biztost. +52097 Vad Dragor pecst A pecst megidzi Vad Dragorod. Megnveli 3%-kal a tapasztalatszerzst. +52098 Vad Dragor pecst A pecst megidzi Vad Dragorod. 250-nel megnveli lovasa TP-jt. +52099 Vad Dragor pecst A pecst megidzi Vad Dragorod. 50-nel megnveli lovasa vdelmt. +52100 Vad Dragor pecst A pecst megidzi Vad Dragorod. 30-cal megnveli lovasa tmadst. +52101 Btor Dragor pecst A pecst megidzi Btor Dragorod. Lovasnak 5% szrnyek elleni ert biztost. +52102 Btor Dragor pecst A pecst megidzi Btor Dragorod. Megnveli 5%-kal a tapasztalatszerzst. +52103 Btor Dragor pecst A pecst megidzi Btor Dragorod. 500-zal megnveli lovasa TP-jt. +52104 Btor Dragor pecst A pecst megidzi Btor Dragorod. 150-nel megnveli lovasa vdelmt. +52105 Btor Dragor pecst A pecst megidzi Btor Dragorod. 100-zal megnveli lovasa tmadst. +52106 Fiatal Moa (pecst) A pecst megidzi fiatal Moa-d. Harci kikpzs utn megnveli lovasa szrnyek elleni erejt legfeljebb 5%-kal. +52107 Fiatal Moa (pecst) A pecst megidzi fiatal Moa-d. Harci kikpzs utn megnveli a gyjthet tapasztalati pontokat legfeljebb 5%-kal. +52108 Fiatal Moa (pecst) A pecst megidzi fiatal Moa-d. Harci kikpzs utn legfeljebb 500-zal megnveli lovasa TP-jt legfeljebb 500-zal. +52109 Fiatal Moa (pecst) A pecst megidzi fiatal Moa-d. Harci kikpzs utn legfeljebb 150-nel megnveli lovasa vdelmi rtkt. +52110 Fiatal Moa (pecst) A pecst megidzi fiatal Moa-d. Harci kikpzs utn megnveli lovasa tmadrtkt legfeljebb 100-zal. +52111 Vad Moa (pecst) A pecst megidzi Vad Moa-d. +3% szrnyek elleni ert ad lovasnak. +52112 Vad Moa (pecst) A pecst megidzi Vad Moa-d. Megnveli 3%-kal a gyjthet tapasztalatot. +52113 Vad Moa (pecst) A pecst megidzi Vad Moa-d. Megnveli lovasa TP-jt 250-nel. +52114 Vad Moa (pecst) A pecst megidzi Vad Moa-d. Megnveli lovasa vdelmi rtkt 50-nel. +52115 Vad Moa (pecst) A pecst megidzi Vad Moa-d. Megnveli lovasa tmadrtkt 30-cal. +52116 Btor Moa (pecst) A pecst megidzi Btor Moa-d. +5% szrnyek elleni ert ad lovasnak. +52117 Btor Moa (pecst) A pecst megidzi Btor Moa-d. Megnveli 5%-kal a gyjthet tapasztalatot. +52118 Btor Moa (pecst) A pecst megidzi Btor Moa-d. Megnveli lovasa TP-jt 500-zal. +52119 Btor Moa (pecst) A pecst megidzi Btor Moa-d. Megnveli lovasa vdelmi rtkt 150-nel. +52120 Btor Moa (pecst) A pecst megidzi Btor Moa-d. Megnveli lovasa tmadrtkt 100-zal. +52701 Oroszln tanstvny Egy Fiatal oroszln tulajdonosi igazolsa +52702 Tigris tanstvny Egy Fiatal tigris tulajdonosi igazolsa +52703 Vadkan tanstvny Egy Fiatal vadkan tulajdonosi igazolsa +52704 Farkas tanstvny Egy Fiatal farkas tulajdonosi igazolsa +52705 Rnszarvas tanstv. (h) Egy Fiatal rnszarvas (hm) tulajdonosi igazolsa +52706 Rnszarvas tanstv. (n) Egy Fiatal rnszarvas (nstny) tulajdonosi igazolsa +52707 Dragor tanstvny Egy Fiatal Dragor tulajdonosi tanstvnya +52708 Moa tanstvny Ez a tanstvny igazolja, hogy egy Fiatal Moa tulajdonosa vagy. +53001 Tzfnix pecst Ezzel a pecsttel idzheted meg bartod a Tzfnixet. +53002 Szarvasgida pecst Ezzel a pecsttel tudod megidzni az aranyos Rnszarvas gidt. +53003 Jgfnix pecst Ezzel a pecsttel idzheted meg bartod a Jgfnixet. +53005 Baby Azrael A dmonok vezetjnek mini vltozata rendkvl gyengd, 1500 TP s 15% tmads bnuszt biztost a Dmon Torony valamint az rdg Katakombja 2. emelettl kezdve. +53006 Baby Azrael (arany) A dmonok vezetjnek mini vltozata rendkvl gyengd, 1500 TP s 15% tmads bnuszt biztost a Dmon Torony valamint az rdg Katakombja 2. emelettl kezdve. +53007 Bambi pecst Ezt a pecstet hasznlhatod fiatal rnszarvasod, Bambi megidzsre. +53008 Knuud pecst Ezzel a pecsttel tudod megidzni kedves kis jegesmedvebocsod. +53009 Bao Bao pecst Ezzel a pecsttel tudod megidzni kedves kis pandabocsod. +53010 Leonidsz pecst Ezt a pecstet Leonidsz, az oroszlnklyk megidzsre hasznlhatod. +53011 Kn pecst Ezt a pecstet Kn, a tigrisklyk megidzsre hasznlhatod. +53012 Porky pecst Ezt a pecstet kismalacod, Porky megidzsre hasznlhatod. +53013 Rufusz pecst Ezt a pecstet farkasklykd, Rufusz megidzsre hasznlhatod. +53014 Minihhr-pecst Ez a pecst idzi meg fekete pnclba ltztt pufk Minihhrod. +53015 Minihhr-pecst (arany) Ez a pecst idzi meg arany pnclba ltztt pufk Minihhrod. +53016 Csonti pecst A pecst megidzi csonti kedvenced. +53017 Jde fnix-pecst Ez a pecst idzi meg kecses Jde fnixed. +53018 H-Leonidsz (pecst) Ezzel a pecsttel tudod kisllatod megidzni. +53019 Sarkvidki Kn (pecst) Ezzel a pecsttel tudod kisllatod megidzni. +53020 Sarki Porky (pecst) Ezzel a pecsttel tudod kisllatod megidzni. +53021 Fagyos Rufusz (pecst) Ezzel a pecsttel tudod kisllatod megidzni. +53022 Sheldon-pecst A pecst hatsra kisllatod, Sheldon kikel a tojsbl. +53023 Cooper-pecst A pecst hatsra elugrik kisllatod, Cooper. +53024 Prducklyk (7 napos) Ez a pecst idzi meg fekete Prducklykd. +53025 Leoprdklyk (7 napos) Ez a pecst idzi meg aranyos Leoprdklykd. +53026 +53218 Prducklyk (30 napos) Ez a pecst idzi meg fekete Prducklykd. +53219 Prducklyk (120 napos) Ez a pecst idzi meg fekete Prducklykd. +53220 Leoprdklyk (30 napos) Ez a pecst idzi meg aranyos Leoprdklykd. +53221 Leoprdklyk (120 nap) Ez a pecst idzi meg aranyos Leoprdklykd. +53501 +53502 Rnszarvas gida lda A Rnszarvas gida ebben a ldban vrja trelmetlenl, hogy kiengedd. +53503 Jgfnix kalitka Ebben a kalitkban vr rd a Jgfnix, hogy kiengedd. +53504 +53505 +53506 +53516 Csontlda Egy vletlenszer trgyat tartalmaz. Egy kis szerencsvel megtallhatod benne a csontvz kutyt, Csontit. +53517 Jde kalitka A ritka Jde fnix vrja ebben a kalitkban, hogy kiszabadtsd. +53518 H-Leonidsz A lda tartalmazza a H-Leonidsz pecstet. +53519 Sarkvidki Kn A lda tartalmazza a Sarkvidki Kn pecstet. +53520 Sarki Porky A lda tartalmazza a Sarki Porky pecstet. +53521 Fagyos Rufusz A lda tartalmazza a Fagyos Rufusz pecstet. +53522 Sheldon fszke Kisllatod, Sheldon ebben a fszekben rejtztt el. +53523 Nylketrec Ebben a ketrecben rejtzik Cooper, a kisnyl. +53526 +60001 Epe Egy makacs testi folyadk ami az epbl van nyerve. +60002 Raktr rk levele A raktrt rzk ajnlsa +60003 Hsi szimblum Egy trgy, amit nem adnak knnyelmen. +70002 Harmadik kz Egy kz, melyet Yang automatikusan felvesz. +70003 Vezr knyve Ameddig egy csapat vezre rendelkezik ezzel a knyvvel, minden csapattag 30%-kal tbb tapasztalati pontot szerez. +70004 Szorgalom medlja Jutalom a kemny munkrt. 20%-kal tbb tapasztalati pontot biztost a harc idejre. +70005 Tapasztalat gyr A harcban 50%-kal tbb tapasztalati pontot szerzel. +70006 Nyelv gyr Rgmlt idkben a diplomcinak kszlt. Ms birodalmakbl rkezkkel beszlhetsz segtsgvel. +70008 Fehr zszl Fehr zszl amivel jelezni lehet, ha megadod magad. +70009 Kincseslda Egy lda ami sok kis dsszel van dsztve. Csak egy specilis kulcscsal lehet kinyitni. +70010 Raktr jegy Egy dokumentum ami segt berendezni a trol szobkat. +70012 Istenni knny Azt mondjk, az ids smnnk vgasztaljk a Taehwa hseinek lelkt, amelyek a rosszat legyztk. +70013 ris kirlyni knny Egy si tncosn, Tae-Hwa vigasztalja egy harcos lelkt. +70014 Vr tabletta Tabletta szarvasvrbl. Ers hallucinogn hatsa van. +70015 Olcs kefe Egy tlagos, nagy keve, kemny fa fogval. +70020 Barackvirg bor Ital, amely azonnal 500 ponttal regenerlja TP-jeid szmt. +70024 Megld mrvny Legends ldott mrvny. Ha egy trgynak 4 jellemzje van, hozzad mg egyet. +70027 Kovcs jegyzete Egy jegyzet a kovcstl, ami elmagyarzza, hogy hogyan javtsd fel fegyvered. +70031 Krlzr Pamflet Ez a pamflet, tbb dologgal egytt, az emberi test potencilis gyenge pontjaira koncentrl. +70035 Mgikus rzrc Ha kombinlod az ldstekercset s ezt az rcet a kovcsnl, kszthetsz harc tekercst. +70037 Feleds knyve A legends knyv, mely egy kitanult kszsget teljesen elfeledtet. 1 kszsgpontot mozoghatsz. +70038 Btorsg kpeny Egy sznes kpeny, amellyel a harcosok btorsgukat bizonytjk, mivel minden szrnyet odacsalogat. +70039 Kovcs kziknyv Knyv, amely egy kovcs lelkt rzi. Hasznlatval nvelhet a trgyak javtsnak eslye. +70040 Ork makacssg A kitarts eltnst cskkenti a felre. +70043 Tolvaj keszty Megduplzza eslyed trgyak zskmnyolsra. +70047 Nyelv gyr (Minta) Korbban ez a gyr a diplomatk krben volt hasznlatos. Hasznljnak lehetv teszi, hogy ms birodalmak nyelvn is beszljen. +70048 Meneklt kpeny Kpeny, amelyet sok menekl hord. Elrejtedi rangodat, ha nlad van. +70049 Lucy gyrje A gyr az ll, hogy "A srknyisten ld tged". Cskkenti az eslyt, hogy egy csatban elveszts egy trgyat. +70050 Blcs csszr szimbluma Egy rklt szimblum a rgi kirlyi csaldtl, amely az uralkodnak nagy ert klcsnz. +70051 Blcs csszr kesztyje A rgi kirlyi csald rksge, amely titokzatos ert ad az uralkodnak. +70052 Karma varzslat 1 Varzslat, amelyet pech ellen hasznlnak a buddhistk. +70053 Karma varzslat 2 Varzslat, amelyet pech ellen hasznlnak a buddhistk. +70054 Karma varzslat 3 Varzslat, amelyet pech ellen hasznlnak a buddhistk. +70056 Grntalma ital+ A bjital azonnal helyrellt 1000 pontot a TP-dbl. +70057 Btorsg kpeny Egy sznes kpeny, amellyel a harcosok btorsgukat bizonytjk, mivel minden szrnyet odacsalogat. Ez a trgy tadhat. +70058 Teleport-gyr Ez a gyr 50 alkalommal teleportl tged a kvnt helyre a birodalmon bell. Nem adhat t. +70102 Zen-bab Cskkenti az ellensges, nveli a j rangot. +70104 tvltoztat gmb A gmb segtsgvel szrnny vltoztathatod magad. +70105 tvltoztat gmb A gmb segtsgvel szrnny vltoztathatod magad. +70106 tvltoztat gmb A gmb segtsgvel szrnny vltoztathatod magad. +70107 tvltoztat gmb A gmb segtsgvel szrnny vltoztathatod magad. +70201 Fehrtszer Visszaadja hajad eredeti sznt. A sznezetlen hajat ismt be lehet festeni. +70202 Fehr hajfestk Fehrre sznezi a hajat. Egyszerre mindhrom szintet sznezheted. +70203 Szkt anyag Szkre sznezi a hajat. Egyszerre mindhrom szintet sznezheted. +70204 Vrs hajfestk Vrsre sznezi a hajat. Egyszerre mindhrom szintet sznezheted. +70205 Barna hajfestk Barnra sznezi a hajat. Egyszerre mindhrom szintet sznezheted. +70206 Fekete hajfestk feketre sznezi a hajat. Egyszerre mindhrom szintet sznezheted. +70301 Eljegyzsi gyr Gyr, amit a szerelmesek hordanak. +70302 Jegygyr Gyr, amit a hzasok hordanak. +71001 rdgz tekercs Megszabadt a gonosz szellem tktl, ha a tanuls nem sikerl. A tekercs segtsgvel egy tovbbi kszsgfejlesztt olvashatsz el egy nap. +71002 llapot visszallt E trgy felhasznlsval a sttusz pontjaidat jraoszthatod. gy tudod a karaktered fejldst egy ms irnyba terelni. +71003 Kszsg visszallt E trgy felhasznlsval egy kszsged pontjait jraoszthatod. +71004 Srkny medlja Megv attl, hogy a kvetkez jjledsnl tapasztalati pontokat veszts. +71005 Nyelv gyr 7 napon keresztl minden birodalmi nyelvet megrtesz. +71006 Nyelv gyr 15 napon keresztl minden birodalmi nyelvet megrtesz. +71007 Nyelv gyr 30 napon keresztl minden birodalmi nyelvet megrtesz. +71008 Horgszknyv Megduplzza eslyed arra, hogy ritka halat fogjl. +71009 Raktr lda Raktrad mg kt termet tartalmaz. +71010 Harmadik kz Egy kz, ami automatikusan felveszi a Yangot. +71011 rzelem maszk Ezzel a maszkkal szabadjra engedheted rzelmeidet. +71012 Vezr knyve Ameddig egy csapat vezre rendelkezik ezzel a knyvvel, minden csapattag 3 rn keresztl 30%-kal tbb tapasztalati pontot szerez. +71013 Tzijtk Rakta, amely mindenki szmra megvilgtja az gboltot. +71014 Tmad ital +10 Megnveli a tmadsebessgedet 30 percre 10%-kal. +71015 Tapasztalat gyr 50%-kal tbb tapasztalati pontot gyjtesz, mikzben harcolsz. +71016 Tolvaj keszty Megduplzza eslyed trgyak zskmnyolsra. +71017 Szerencse medl Megduplzza eslyed, hogy Yangot zskmnyolj. +71018 let ldsa lds, amely azonnal visszaadja az sszes TP-det. +71019 Mgia ldsa Egy lds, amely azonnal visszaadja az sszes MP-det. +71020 Srkny ldsa lds, amely teljes mrtkben, azonnal regenerlja TP-det s MP-det. +71021 Harci tekercs A trgyak feljavtsa teljes mrtkben sikerl. Csak +0 s+3 kztti trgyaknl hasznlhat. +71022 Intelligencia visszall. Intelligencid sttuszpontjait visszalltja a kiindul helyzetire. A pontokat jra eloszthatod. +71023 leter visszatrse leterd sttuszpontjait visszalltja a kiindul helyzetire. A pontokat jra eloszthatod. +71024 Er visszatrse Erd sttuszpontjait visszalltja a kiindul helyzetire. A pontokat jra eloszthatod. +71025 Kovcs kve A kovcsnl kszthetsz Kovcs kziknyvet ennek a knek a segtsgvel s az ldstekerccsel. +71026 Mgikus vasrc Ezzel az rccel s egy ldstekerccsel a kovcsnl elkszthet egy srknytekercs. +71027 Srknyisten let Megnveli a maximlis TP-det 30 percre 20%-kal. +71028 Srknyisten tmads 12-15%-kal nveli 30 percen t az ltalad csatban okozott vesztesgeket. +71029 Srknyisten intellig. Megnveli a maximlis MP-t 30 percen keresztl 20%-kal. +71030 Srknyisten vdekezs 30 percen t 12-15%-kal cskkenti a csatban elszenvedett vesztesgeidet. +71031 Srknyisten tmogats A karaktered letereje, ereje, intelligencija s gyessge ideiglenesen az tszrsre emelkedik. +71032 Srknytekercs Megsznteti annak a rizikjt, hogy egy trgy feljavts kzben tnkre megy. Csak a minsge romlik egy szinttel. Kzben a sikeres feljavts valsznsgt is megnveli 10%-kal. +71033 rzelem maszk Ezzel a maszkkal szabadjra engedheted rzelmeidet. +71034 Tmad ital+15 Megnveli a tmadsebessgedet 30 percre 15%-kal. +71035 Kutati Elixr Nveli azoknak a kutatsi trgyaknak a minsgt amiket sszegyjtttl, ezzel nvelve az eslyt annak hogy elfogadottak lesznek. +71036 Fork tekercse Egy fork jelenik meg karaktered mellett. Vigyzz, egy fnkrl van sz! +71037 Vezet tekercse Egy stt vezet jelenik meg karaktered mellett. Vigyzz, egy fnkrl van sz! +71038 Pkkirlyn tekercse Egy pkkirlyn jelenik meg karaktered mellett. Vigyzz, egy fnkrl van sz! +71039 Tekns tekercs Egy nagy sivatagi tekns jelenik meg karaktered mellett. Vigyzz, egy fnkrl van sz! +71040 Lngkirly tekercse Egy lngkirly jelenik meg karaktered mellett. Vigyzz, egy fnkrl van sz! +71041 Kilencfark tekercse Egy kilencfark jelenik meg karaktered mellett. Vigyzz, egy fnkrl van sz! +71042 Dmonkirly tekercse Egy Bszke dmonkirly jelenik meg karaktered mellett. Vigyzz, egy fnkrl van sz! +71043 Tekercs - Tigris Szellem Egy tigris szellem jelenik meg a karaktered mellett. Lgy vatos, ez egy Fnk! +71044 Kritikus Csaps Megnveli eslyedet 10 percen t 20%-kal arra, hogy a csatban kritikus tallatot rj el. +71045 tt Csaps Megnveli eslyed 10 percen t 20%-kal arra, hogy a csatban thatol tallatot rj el. +71047 Szellemk oldat Eltvolt egy szellemkvet egy trgyadbl. +71048 Megvltoztat varzslat Ez a varzslat megvltoztatja karaktered nemt. +71049 Selyem kteg Ezzel 10 napig ingyen nyithatsz sajt boltot. +71050 Sebessg ital 30 percen t megnveli sebessged 60-nal. +71051 Trgy elvarzsols Hozzad egy j specilis bnuszt egy trgyadhoz, ha mg nincs neki. +71052 ld trgy Levesz egy specilis bnuszt az egyik trgyadrl s hozzad egy msikat. +71054 Birodalmak oldata Lehetv teszi egy msik birodalomba val szmzetsbe menst. +71055 Nv oldata Lehetsg, hogy karaktered ms nevet vlasszon. +71056 Menny oldata Nveli a Szellemk fejleszts sikernek eslyt. +71057 Megkvlt far kve Egy megkvlt faeret jelent meg karaktered mellett. +71058 Rz r kve Egy rz eret jelent meg karaktered mellett. +71059 Ezst r kve Egy ezst eret jelent meg karaktered mellett. +71060 Arany r kve Egy arany eret jelent meg karaktered mellett. +71061 Jde r kve Egy jde eret jelent meg karaktered mellett. +71062 benfa r kve Egy benfa eret jelent meg karaktered mellett. +71063 Kagyl lerakds kve Egy kagyl lerakdst jelent meg karaktered mellett. +71064 Fehrarany r kve Egy fehrarany rteget jelent meg karaktered mellett. +71065 Kristly r k Egy kristly eret jelent meg karaktered mellett. +71066 Ametiszt telr Egy ametiszt eret jelent meg karaktered mellett. +71067 Mennyei knny r k Egy mennyei knny eret jelent meg karaktered mellett. +71068 Szerelmesek tolla Ha fel van szerelve, a pr szerelmi pontjait ktszeres gyorsasggal nveli. +71069 Harmnia Flbevalja Megnveli az that tallat eslyt mindkt hzastrsnak maximum 8%-kal 3 rn keresztl ha az egyikk viseli. A trgy hatsa fgg a szerelmi pontok szzalkos rtktl. Ha egy prnak pldul 50% szerelmi pontja van, a maximum hats is a felre cskken. +71070 Szerelem karkt Nveli a tapasztalati pontok gyjtst a csatban maximum 20%-kal 3 rn keresztl mindkt hzastrs szmra, ha egyikk viseli. A trgy hatsa fgg a szerelmi pontok szzalkos rtktl. Ha egy prnak pldul 50% szerelmi pontja van, a maximum hats is a felre cskken. +71071 Szerelem Flbevalja Megnveli a kritikus tallat eslyt mindkt hzastrsnak maximum 8%-kal 3 rn keresztl mindkt hzastrs szmra, ha egyikk viseli. A trgy hatsa fgg a szerelmi pontok szzalkos rtktl. Ha egy prnak pldul 50% szerelmi pontja van, a maximum hats is a felre cskken. +71072 Harmnia karkt 3 rn t cskkenti az ellensges szrny tmadsi erejt mindkt hzastrs ellen maximum 15%-kal, ha egyikk viseli. A trgy hatsa fgg a szerelmi pontok szzalkos rtktl. Ha egy prnak pldul 50% szerelmi pontja van, a maximum hats is a felre cskken. +71073 Szerelem nyaklnc 3 rn t nveli mindkt hzastrs tmadsi erejt maximum 40-nel, ha egyikk viseli. A trgy hatsa fgg a szerelmi pontok szzalkos rtktl. Ha egy prnak pldul 50% szerelmi pontja van, a maximum hats is a felre cskken. +71074 Harmnia nyaklnc 3 rn t nveli mindkt hzastrs vdekezsi erejt maximum 30-cal, ha egyikk viseli. A trgy hatsa fgg a szerelmi pontok szzalkos rtktl. Ha egy prnak pldul 50% szerelmi pontja van, a maximum hats is a felre cskken. +71075 Hajfestk (fehr) A hajat tartsan fehrre sznezi. +71076 Hajfestk (szke) A hajat tartsan szkre sznezi. +71077 Hajfestk (vrs) A hajat tartsan fehrre sznezi. +71078 Hajfestk (barna) A hajat tartsan vrsre sznezi. +71079 Hajfestk (fekete) A hajat tartsan feketre sznezi. +71080 Metink (knny) Egy knny Metink fog lezuhanni melld. +71081 Metink (norml) Egy norml Metink fog lezuhanni melld. +71082 Metink (nehz) Egy nagy Metink fog lezuhanni melld. +71083 K kziknyv Eltvolt minden trtt kvet egy trgybl. Ezzel kapsz mg egy lehetsget a fegyverzet, vagy a felszerels feljavtsra. +71084 Megbvl trgy Eltvoltja a bnuszokat a trgyadbl s jakat ad hozz. +71085 Trgy-megerst Ha szerencss vagy, az egyik trgyadhoz egy j bnuszt ad. (Maximum 4 bnuszig) +71088 Missziknyv(knny) A knyv ami barna brrel van bortva, egy kldetst tartalmaz ami zldszarv harcosok ltal is teljesthet. +71089 Missziknyv (norml) A knyv ami barna brrel van bevonva, olyan kldetst tartalmaz amit csak azok tudnak teljesteni akik mr tapasztalt harcosok. +71090 Missziknyv (nehz) A knyv ami barna brrel van bevonva olyan kldetst tartalmaz amit csak jelentsen tapasztalt harcosok tudnak teljesteni. +71091 Kereskeds oldata Ms sznt vlaszthastz boltod tbljnak. +71092 tvltoztat knyv Eme knyv sikeres tanulmnyozsa megnveli az tvltozsi kpzettsgedet. Eltnik miutn elolvastad. +71093 tvltoztat gmb A gmb segtsgvel szrnny vltoztathatod magad. +71094 Koncentrlt olvass 2.5-szeresvel nveli a kszsged fejlesztsnek eslyt, amikor a kvetkez knyvet (vagy Llekkvet) olvasod. +71095 Belpsi engedly Ha tadod ezt az engedlyt az illetkes rnek, belphetsz a pk kazamata egy tovbbi szintjre s a Vrs srkny-erdbe is. +71096 Belp tbla Ezzel a medllal tmehetsz egy kapun. +71099 Utd gyr Felhatalmaz egy ch vezett arra, hogy kivlassza utdt s tadja a vezetst neki. +71100 Tancsere bizonytvny Felejtsd el a tudomnyod, s kezdj egy jat. Ehhez legalbb a 31. szinten kell lenned. +71101 Sietsg itala Ez az ital cskkenti az jratltdsi idt 20 szzalkkal 30 percig. +71102 +71103 jraeloszts (VIT) Visszalltja az leter pontjaidat 1-re s lehetsget ad a pontok jraosztsra. +71104 jraeloszts (INT) Visszalltja az Intelligencia pontokat 1-re s lehetsget ad a pontok jraosztsra. +71105 jraeloszts (ER) Visszalltja az er pontjaidat 1-re s lehetsget ad a pontok jraosztsra. +71106 jraeloszts (GY) Visszalltja az gyessgedet 1-re s lehetv teszi hogy jra kioszd a pontjaidat. +71107 let Gymlcse Nveli a rang pontot 2000-rel (jratltsi id: 8 ra). +71108 Grntalma ital A bjital azonnal helyrellt 800 pontot a TP-dbl. Ez a trgy tadhat. +71109 Javts tekercse Ezzel a tekerccsel el tudod tvoltani az utoljra sikeresen hozzadott Szellem Kvet a trgybl. +71110 L Cukra Ez a cukor lehetv teszi, hogy nevet adj a lovadnak. Tovbb nveli a vdelmi szintjt 20-szal. +71113 Betekints vege Lehetv teszi hogy ms jtkosnak mutass trgyakat a troldbl. Az veg eltrik a hasznlat sorn. +71114 Vadkan Pecst (srga) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711151 Vadkan Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711152 Vadkan Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711153 Vadkan Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711154 Vadkan Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +71115 Vadkan Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +71116 Farkas Pecst (srga) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711171 Farkas Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711172 Farkas Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711173 Farkas Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711174 Farkas Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +71117 Farkas Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +71118 Tigris Pecst (srga) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711191 Tigris Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711192 Tigris Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711193 Tigris Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711194 Tigris Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +71119 Tigris Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +71120 Oroszln Pecst (srga) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711211 Tigris Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711212 Oroszln Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711213 Oroszln Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +711214 Oroszln Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +71121 Oroszln Pecst (kk) Eme pecst mgija hv egy hatalmas llat szellemet ami pillanatok alatt elvisz tged arra a helyre ahova menni szeretnl. +71122 +71123 Srkny pikkely A Srkny pikkely a legkemnyebb anyagok egyike. +71124 Fehr oroszln A fehr bunds llatok nagyon ritkk s szmos kultrban imdjk ket, mert azt gondoljk hogy nagy hatalommal rendelkeznek. +71125 Harci vadkan pecst Vadllatokat szeldteni nagyon sok energiba kerl. Br az eredmny lenygz. +71126 Harci farkas pecst Vadllatokat szeldteni nagyon sok energiba kerl. Br az eredmny lenygz. +71127 Vihar tigris pecst Vadllatokat szeldteni nagyon sok energiba kerl. Br az eredmny lenygz. +71128 Harci oroszln pecst Vadllatokat szeldteni nagyon sok energiba kerl. Br az eredmny lenygz. +71129 Srkny karom Egy pillants erre a flelmetes karomra emlkeket idz el... +71130 Belpsi engedly Ha tadod ezt az engedlyt az illetkes rnek, belphetsz a pk kazamata egy tovbbi szintjre s a Vrs srkny-erdbe is. Ez a trgy tadhat. +71131 +71132 +71133 +71134 +71135 Holdsarl gyr Egy holdsarl stlusban mvszien gravrozott gyr. +71136 Nyalka Egy titkos sszetevkbl kszlt nyalka, mely tapasztalatot s ert biztost a csathoz. +71137 Kirlytigris pecst (k) A mgikus pecst megidzi htasod, a fensges Kirlytigrist (kk). +71138 Kirlytigris pecst (v) A mgikus pecst megidzi htasod, a fensges Kirlytigrist (vrs). +71139 Kirlytigris pecst (a) A mgikus pecst megidzi htasod, a fensges Kirlytigrist (arany). +71140 Kirlytigris pecst (z) A mgikus pecst megidzi htasod, a fensges Kirlytigrist (zld). +71141 Kirlytigris pecst (sz) A mgikus pecst megidzi htasod, a fensges Kirlytigrist (szrke). +71142 Kirlytigris pecst (f) A mgikus pecst megidzi htasod, a fensges Kirlytigrist (fehr). +71143 rm gyrje Gyr rtkes jde s trkiz dsszel s a kvetkez bnuszokkal: +50% tapasztalatpont +20% tmadsebessg +20% varzssebessg +30% szrnyek elleni er +10% maximum TP +10% maximum MP +71144 Karcsonyi lda Egy szpen becsomagolt karcsonyi ajndk, mely nnepi meglepetst rejt. +71145 rk szerelem amulettje Egy szv alak ezst amulett, mgikus drgakvekkel dsztve. +71146 mor kincse (rzsa) Szv alak lda, benne 10 meglepetssel. 30 percenknt nyithat. +71147 mor kincse (kk) Szv alak lda, benne 10 meglepetssel. 30 percenknt nyithat. +71148 Akarater gyrje 7 napra +30% EXP-t, +20% vdelmi eslyt Harcosok ellen, +20% vdelmi eslyt Nindzsk ellen, +30% Szrnyek elleni ert, +10% maximum TP-t s +10% maximum MP-t ad. +71149 A hallos er gyrje 7 napra +30% EXP-t, +20% vdelmi eslyt Surk ellen, +20% vdelmi eslyt Smnok ellen, +30% Szrnyek elleni ert, +10% maximum TP-t s +10% maximum MP-t ad. +71150 Mgikus tojs A mvszien dsztett ovlis lda tbb, mint egy Hsvti meglepets, aprnknt fedi fel kincseit. +71151 Zld Mgia Eltvoltja a bnuszokat a trgyadbl s jakat ad hozz. Csak legfeljebb 40-es szint fegyvereken s vrteken hasznlhat. A szint-ldbl szrmaz trgy, nem adhat t. +71152 Zld Er Ha szerencss vagy, az egyik trgyadhoz egy j bnuszt ad (Maximum 4 bnuszig). Csak legfeljebb 40-es szint fegyvereken s vrteken hasznlhat. A szint-ldbl szrmaz trgy, nem adhat t. +71153 Blcsessg itala Ez az ital hozzsegt, hogy egy jtkrn t 100%-kal tbb tapasztalatot gyjts. Nem adhat t. +71154 +71155 +71156 +71157 +71158 Hsi medl +50% EXP-t, +30% tmadst, +20% tmadsebessget, +20% Varzssebessget, +10% TP-t +10% MP-t ad. +71159 Milon ldja Egy lda valdi hsknek. Gyzelmed jutalmaknt egy vletlenszer trgyat tartalmaz. +71160 Athene ldja Egy lda valdi hsnknek. Gyzelmed jutalmaknt egy vletlenszer trgyat tartalmaz. +71161 Equus Porphyreus Az egyik legszebb s rendkvl ritka lila l pecstje. +71164 stks-pecst Ezzel a pecsttel tudod megidzni rnszarvasod, stkst. +71166 Pnclozott panda-pecst Ezzel a pecsttel tudod megidzni Pnclozott pandd. +71171 Egyszarv-pecst Ez a pecst idzi meg Egyszarvd. +71172 Rmlom-pecst Ez a pecst idzi meg Rmlmod. +71173 Teleport tekercs Ez a Tekercs kzvetlenl a Vrs srkny-erd kapuja el juttat tged. +71174 Belpsi engedly Ha felmutatod ezt a Belpsi engedlyt a megfelel rnek, belphetsz vele a Vrs srkny-erdbe. +71175 Belpsi engedly Ha felmutatod ezt a Belpsi engedlyt a megfelel rnek, belphetsz vele a Vrs srkny-erdbe. +71176 Fekete prduc Ez a pecst idzi meg rejtlyes Fekete prducod. +71177 Leoprd pecst Ez a pecst idzi meg btor Leoprdod. +72001 Tapasztalat gyr Nveli a tapasztalat gyjtst 50%-kal 1 rn t. +72002 Tapasztalat gyr Nveli a tapasztalat gyjtst 50%-kal 30 percen keresztl +72003 Tapasztalat gyr Nveli a tapasztalat gyjtst 50%-kal 3 rn keresztl. +72004 Tolvaj keszty Megduplzza a trgyak zskmnyolsra az eslyedet 10 rn t. +72005 Tolvaj keszty Megduplzza a trgyak zskmnyolsra az eslyedet 30 percen t. +72006 Tolvaj keszty Megduplzza a trgyak zskmnyolsra az eslyedet 3 rn t. +72007 Selyem nyalb Ezzel nyithatsz sajt boltot 10 rn t. +72008 Selyem kteg Ezzel 30 percre nyithatsz sajt boltot. +72009 Selyem kteg Ezzel 3 rra nyithatsz sajt boltot. +72010 Szerelmesek tolla Ha ez fl van vve, a szerelem pontjai egy prnak ktszer olyan gyorsan nvekednek 15 percen t. +72011 Szerelmesek tolla Ha ez fl van vve, a szerelem pontjai egy prnak ktszer olyan gyorsan nvekednek 30 percen t. +72012 Szerelmesek tolla Ha ez fl van vve, a szerelem pontjai egy prnak ktszer olyan gyorsan nvekednek 3 rn t. +72013 Horgszknyv Az eslyed hogy ritka halat fogjl ktszer akkora lesz 15 percen t. +72014 Horgszknyv Az eslyed hogy ritka halat fogjl ktszer akkora lesz 30 percen t. +72015 Horgszknyv Az eslyed hogy ritka halat fogjl ktszer akkora lesz 3 rn t. +72016 Harmadik kz Egy kz ami automatikusan felvesz minden eldobott Yang-et 15 percen t. +72017 Harmadik kz Egy kz ami automatikusan felvesz minden eldobott Yang-et 30 percen t. +72018 Harmadik kz Egy kz ami automatikusan felvesz minden eldobott Yang-et 3 rn t. +72019 Raktr lda A trold kap plussz kett raktrhelyet 15 percen t. +72020 Raktr lda A trold kap plussz kett raktrhelyet 30 percen t. +72021 Raktr lda A trold kap plussz kett raktrhelyet 3 rn t. +72022 Szerencse medl Megduplzza eslyed 10 rra, hogy Yangot zskmnyolj. +72023 Szerencse medl Megduplzza eslyed 30 percre, hogy Yangot zskmnyolj. +72024 Szerencse medl Megduplzza eslyed 3 rra, hogy Yangot zskmnyolj. +72025 Kritikus Csaps Nveli az eslyt 10 percen t 20%-kal arra, hogy a harcban that tallatot rj el. +72026 Kritikus Csaps Nveli az eslyt 10 percen t 20%-kal arra, hogy a harcban that tallatot rj el. +72027 Kritikus Csaps Nveli az eslyt 10 percen t 20%-kal arra, hogy a harcban that tallatot rj el. +72028 rzelem maszk 7 napig szabadjra engedheted rzelmeidet. +72029 rzelem maszk 15 napig szabadjra engedheted rzelmeidet. +72030 rzelem maszk 30 napig szabadjra engedheted rzelmeidet. +72031 Srknyisten tmads 12-15%-kal nveli a tmadsi rtkedet 30 percen t. +72032 Srknyisten tmads 12-15%-kal nveli a tmadsi rtkedet 30 percen t. +72033 Srknyisten tmads 12-15%-kal nveli a tmadsi rtkedet 30 percen t. +72034 Srknyisten vdekezs 12-15%-kal cskkenti a csatban elszenvedett vesztesgeidet. +72035 Srknyisten vdekezs 12-15%-kal cskkenti a csatban elszenvedett vesztesgeidet. +72036 Srknyisten vdekezs 12-15%-kal cskkenti a csatban elszenvedett vesztesgeidet. +72037 Srknyisten let Megnveli a maximlis TP-det 30 percre 20%-kal. +72038 Srknyisten let Megnveli a maximlis TP-det 30 percre 20%-kal. +72039 Srknyisten let Megnveli a maximlis TP-det 30 percre 20%-kal. +72040 Srknyisten intellig. Megnveli a maximum MP-det 20%-kal 30 percen t. +72041 Srknyisten intellig. Megnveli a maximum MP-det 20%-kal 30 percen t. +72042 Srknyisten intellig. Megnveli a maximum MP-det 20%-kal 30 percen t. +72043 Vezr knyve Ameddig egy csapat vezre rendelkezik ezzel a knyvvel, minden csapattag 3 rn keresztl 30%-kal tbb tapasztalati pontot szerez. +72044 Vezr knyve Ameddig egy csapat vezre rendelkezik ezzel a knyvvel, minden csapattag 3 rn keresztl 30%-kal tbb tapasztalati pontot szerez. +72045 Vezr knyve Ameddig egy csapat vezre rendelkezik ezzel a knyvvel, minden csapattag 3 rn keresztl 30%-kal tbb tapasztalati pontot szerez. +72046 Kritikus esly Nveli az thatol tallatra az eslyt 20%-kal 10 percen t. +72047 Kritikus esly Nveli az thatol tallatra az eslyt 20%-kal 10 percen t. +72048 Kritikus esly Nveli az thatol tallatra az eslyt 20%-kal 10 percen t. +72301 ldstekercs Cskkenti a trgy megsemmislsnek kockzatt, amennyiben a feljavts nem sikerl. Ennek a mentsnek az ra, hogy a minsg 1 ponttal romlik. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Mgikus rzrc Ha kombinlod ezt az rcet egy ldstekerccsel a kovcsnl, kszthetsz egy Harc tekercst. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Tapasztalat gyr(iCafe) Nveli a tapasztalatszerzst 20%-kal a tag iCafe-ban. +72502 Tolvaj keszty (iCafe) Msflszerezi eslyed trgyak zskmnyolsra a tag iCafe-ban. +72701 Szlcip 30-cal nveli mozgsi sebessged addig, amg fel van szerelve. +72703 Tigriscsont flbeval Tmadrtked megnvekszik 200 ponttal 2 rn t (az id csak akkor telik, ha viselik a trgyat). A trgy nem adhat t. +72704 Srknycsont flbeval Vdelmi rtked megnvekszik 200 ponttal 2 rn t (az id csak akkor telik, ha viselik a trgyat). A trgy nem adhat t. +72705 Tigriscsont karkt A kszsgeid 15%-kal tbb krt okoznak 2 rn t (az id csak akkor telik, ha viselik a trgyat). A trgy nem adhat t. +72706 Srknycsont karkt A kszsgek elleni vdelem megemelkedik 15%-kal 2 rn t (az id csak akkor telik, ha viselik a trgyat). A trgy nem adhat t. +72723 Nap Elixr (Kicsi) Automatikusan jratlti a TP-d. 1.000.000 TP-t tartalmaz. +72724 Nap Elixr (Kzepes) Automatikusan jratlti a TP-d. 3.000.000 TP-t tartalmaz. +72725 Nap Elixr (Nagy) Automatikusan jratlti a TP-d. 7.000.000 TP-t tartalmaz. +72726 Nap Elixr (klnleges) Automatikusan jratlti a TP-d. 10.000.000 TP-t tartalmaz. Ez a trgy tadhat. +72727 Hold Elixr (Kicsi) Automatikusan jratlti a MP-d. 100.000 MP-t tartalmaz. +72728 Hold Elixr (Kzepes) Automatikusan jratlti a MP-d. 300.000 MP-t tartalmaz. +72729 Hold Elixr (Nagy) Automatikusan jratlti a MP-d. 700.000 MP-t tartalmaz. +72730 Hold Elixr (klnleges) Automatikusan jratlti a MP-d. 1.000.000 MP-t tartalmaz. Ez a trgy tadhat. +73001 Divatos frizura (vrs) Divatos frizura, amely jellegzetes klst eredmnyez. +73002 Divatos frizura (vil.) Divatos frizura, amely jellegzetes klst eredmnyez. +73003 Divatos frizura (kk) Divatos frizura, amely jellegzetes klst eredmnyez. +73004 Divatos frizura (barna) Divatos frizura, amely jellegzetes klst eredmnyez. +73005 Fejkend (vrs) Rvid haj fejkend alatt. +73006 Fejkend (barna) Rvid haj fejkend alatt. +73007 Fejkend (kk) Rvid haj fejkend alatt. +73008 Fejkend (zld) Rvid haj fejkend alatt. +73009 Hossz haj (fekete) Csillog, fekete haj, mely magra vonja a figyelmet. +73010 Hossz haj (vrs) Csillog, vrs haj, mely magra vonja a figyelmet. +73011 Hossz haj (barna) Csillog, barna haj, mely magra vonja a figyelmet. +73012 Hossz haj (zld) Csillog, zld haj, mely magra vonja a figyelmet. +73251 Lfarok (barna) Copfba fogott hossz haj. +73252 Lfarok (zld) Copfba fogott hossz haj. +73253 Lfarok (kk) Copfba fogott hossz haj. +73254 Lfarok (vilgos) Copfba fogott hossz haj. +73255 Vllig r haj (vrs) Termszetesnek ltsz frizura, vllig r hajjal. +73256 Vllig r haj (barna) Termszetesnek ltsz frizura, vllig r hajjal. +73257 Vllig r haj (vilgos) Termszetesnek ltsz frizura, vllig r hajjal. +73258 Vllig r haj (lila) Termszetesnek ltsz frizura, vllig r hajjal. +73259 Rvid haj (vrs) Praktikus frizura, amely fenyeget kinzetet klcsnz. +73260 Rvid haj (kk) Praktikus frizura, amely fenyeget kinzetet klcsnz. +73261 Rvid haj (fekete) Praktikus frizura, amely fenyeget kinzetet klcsnz. +73262 Rvid haj (szke) Praktikus frizura, amely fenyeget kinzetet klcsnz. +73501 Sportos frizura (vil.) Extravagns rvid frizura. +73502 Sportos frizura (barna) Extravagns rvid frizura. +73503 Sportos frizura (szke) Extravagns rvid frizura. +73504 Sportos frizura (zld) Extravagns rvid frizura. +73505 Karizma-frizura (fehr) Extravagns rvid frizura. +73506 Karizma-frizura (vrs) Karizmatikus frizura hossz hajjal. +73507 Karizma-frizura (fekete) Karizmatikus frizura hossz hajjal. +73508 Karizma-frizura (lila) Egyedi frizura hossz hajjal. +73509 Hossz copf (fehr) Hagyomnyos copf. +73510 Hossz copf (kk) Hagyomnyos copf. +73511 Hossz copf (fekete) Hagyomnyos copf. +73512 Hossz copf (barna) Hagyomnyos copf. +73751 Elegns frizura (barna) Elegns frizura htrafogott hajjal. +73752 Elegns frizura (fekete) Elegns frizura htrafogott hajjal. +73753 Elegns frizura (kk) Elegns frizura htrafogott hajjal. +73754 Elegns frizura(vilgos) Elegns frizura htrafogott hajjal. +73755 Flhossz haj (barna) Elegns, sima haj. +73756 Flrvid haj (fekete) Elegns, sima haj. +73757 Flhossz haj (szke) Elegns, sima haj. +73758 Flrvid haj (lila) Elegns, sima haj. +73759 Rgimdi frizura (barna) Hossz, hagyomnyos mdon hordott haj. +73760 Rgimdi frizura (vil.) Hossz, hagyomnyos mdon hordott haj. +73761 Rgimdi frizura (lila) Hossz, hagyomnyos mdon hordott haj. +73762 Rgimdi frizura (vrs) Hossz, hagyomnyos mdon hordott haj. +74001 Divatos frizura (vrs) Frizura, mely egyedi kinzetet ad +74002 Divatos frizura(vilgos) Frizura, mely egyedi kinzetet ad +74003 Divatos frizura (kk) Frizura, mely egyedi kinzetet ad +74004 Divatos frizura (barna) Frizura, mely egyedi kinzetet ad +74005 Fejpnt (vrs) Rvid barna haj, kopott vrs fejpnttal +74006 Fejpnt (barna kocks) Rvid szke haj, vilgos fejpnttal +74007 Fejpnt (kk) Rvid kk haj barna fejpnttal +74008 Fejpnt (zld kocks) Rvid zld haj zld fejpnttal +74009 Hossz haj (fekete) Frizura, mely egyedi kinzetet ad +74010 Hossz haj (vrs) Frizura, mely egyedi kinzetet ad +74011 Hossz haj (barna) Frizura, mely egyedi kinzetet ad +74012 Hossz haj (zld) Frizura, mely egyedi kinzetet ad +74013 Harcos afro (frfi) Egy frfi harcosnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74014 Harcos afro (frfi) Egy frfi harcosnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74015 Harcos szamurj kalap(f) Egy frfi harcosnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74016 Harcos szamurj kalap(f) Egy frfi harcosnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74017 Harcos Fez (frfi) Egy vrs fejdsz frfi Harcosoknak (idtartama 7 nap). +74018 Harcos Keffiyeh (frfi) Egy fejdsz frfi Harcosoknak (idtartama 7 nap). +74019 Harcos turbn (frfi) A legjobb minsg anyagbl kszlt fejdsz frfi Harcosoknak (idtartama 7 nap). +74020 Harcos tk maszk (frfi) Sttk formj maszk harcosoknak. Tulajdonsgai s idtartama vletlenszeren kerlnek belltsra. Lecserli a mr meglv frizurt. +74251 Lfarok (barna) Kedvelt ni hajstlus, hossz copfba ktve +74252 Lfarok (zld) Kedvelt ni hajstlus, hossz copfba ktve +74253 Lfarok (kk) Kedvelt ni hajstlus, hossz kk haj copfba ktve +74254 Lfarok (vilgos) Kedvelt ni hajstlus, hossz, vilgos copfba ktve +74255 Vllig r haj (vrs) Elegns, divatos megjelens frizura +74256 Vllig r haj (barna) Elegns, divatos megjelens frizura +74257 Vllig r haj (vilgos) Elegns, divatos megjelens frizura +74258 Vllig r haj (lila) Elegns, divatos megjelens frizura +74259 Rvid haj (vrs) Tpett, vrs haj Nindzsa stlusban +74260 Rvid haj (kk) Tpett, kk haj Nindzsa stlusban +74261 Rvid haj (fekete) Tpett, fekete haj Nindzsa stlusban +74262 Rvid haj (szke) Tpett, szke haj Nindzsa stlusban +74263 Nindzsa afro (ni) Egy ni nindzsnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74264 Nindzsa afro (ni) Egy ni nindzsnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74265 Nindzsa virg kalap(ni) Egy ni nindzsnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74266 Nindzsa virg kalap(ni) Egy ni nindzsnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74267 Nindzsa arcftyol (ni) Egy nagyon rtkes anyagbl kszlt arcftyol ni Nindzsk rszre (idtartama: 7 nap). +74268 Nindzsa sivatagi sl (n) Egy nemes anyagbl kszlt sivatagi sl ni Nindzsk rszre (idtartama 7 nap). +74269 Nindzsa turbn (ni) Egy nagyon rtkes anyagbl kszlt turbn ni Nindzsknak (idtartama 7 nap). +74270 Nindzsa tk maszk (ni) Sttk formj maszk ni nindzsknak. Tulajdonsgai s idtartama vletlenszeren kerlnek belltsra. Lecserli a mr meglv frizurt. +74501 Sportos frizura (vil.) Rvid, katons kinzetet nyjt frizura +74502 Sportos frizura (barna) Rvid, katons kinzetet nyjt frizura +74503 Sportos frizura (szke) Rvid, katons kinzetet nyjt frizura +74504 Sportos frizura (zld) Rvid, katons kinzetet nyjt frizura +74505 Karizma-frizura (fehr) Frizura, mely hangslyozza az egynisget +74506 Karizma-frizura (vrs) Frizura, mely hangslyozza az egynisget +74507 Karizma-frizura (fekete) Frizura, mely hangslyozza az egynisget +74508 Karizma-frizura (lila) Frizura, mely hangslyozza az egynisget +74509 Hossz copf (fehr) Fonott, rgi stlus frizura, mely a gazdagok szimbluma volt +74510 Hossz copf (kk) Fonott, rgi stlus frizura, mely a gazdagok szimbluma volt +74511 Hossz copf (fekete) Fonott, rgi stlus frizura, mely a gazdagok szimbluma volt +74512 Hossz copf (barna) Fonott, rgi stlus frizura, mely a gazdagok szimbluma volt +74513 Sura afro (frfi) Egy frfi surnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74514 Sura afro (frfi) Egy frfi surnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74515 Sura szamurj kalap (f) Egy frfi Surnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74516 Sura szamurj kalap (f) Egy frfi Surnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74517 Sura Fez (frfi) Egy vrs fejdsz frfi Surknak (idtartama 7 nap). +74518 Sura Keffiyeh (frfi) Egy fejdsz frfi Surknak (idtartama 7 nap). +74519 Sura turbn (frfi) A legjobb minsg anyagbl kszlt fejdsz frfi Surknak (idtartama 7 nap). +74520 Sura tk maszk (frfi) Sttk formj maszk surkknak. Tulajdonsgai s idtartama vletlenszeren kerlnek belltsra. Lecserli a mr meglv frizurt. +74751 Elegns frizura (barna) Pillangs hajtvel feltztt elegns frizura +74752 Elegns frizura (fekete) Pillangs hajtvel feltztt elegns frizura +74753 Elegns frizura (kk) Pillangs hajtvel feltztt elegns frizura +74754 Elegns frizura(vilgos) Pillangs hajtvel feltztt elegns frizura +74755 Flrvid haj (barna) Elegns smn frizura +74756 Flrvid haj (fekete) Elegns smn frizura +74757 Flrvid haj (szke) Elegns smn frizura +74758 Flrvid haj (lila) Elegns smn frizura +74759 Rgimdi frizura (barna) Nies frizura, hossz lpcszetesen vgott hajjal +74760 Rgimdi frizura (vil.) Nies frizura, hossz lpcszetesen vgott hajjal +74761 Rgimdi frizura (lila) Nies frizura, hossz lpcszetesen vgott hajjal +74762 Rgimdi frizura (vrs) Nies frizura, hossz lpcszetesen vgott hajjal +74763 Smn afro (ni) Egy ni Smnnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74764 Smn afro (ni) Egy ni Smnnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74765 Smn virg kalap (ni) Egy ni Smnnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74766 Smn virg kalap (ni) Egy ni Smnnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +74767 Smn arcftyol (ni) Egy nagyon rtkes anyagbl kszlt arcftyol ni Smnok rszre (idtartama 7 nap). +74768 Smn sivatagi sl (ni) Egy nemes anyagbl kszlt sivatagi sl ni Smnok rszre (idtartama 7 nap). +74769 Smn turbn (ni) Egy nagyon rtkes anyagbl kszlt turbn ni Smnoknak (idtartama 7 nap). +74770 Smn tk maszk (ni) Sttk formj maszk ni smnok szmra. Tulajdonsgai s idtartama vletlenszeren kerlnek belltsra. Lecserli a mr meglv frizurt. +75001 Divatos frizura (vrs) Divatos vrs, szalaggal dsztett frizura +75002 Divatos frizura (vil.) Divatos vilgos szn, szalaggal dsztett frizura +75003 Divatos frizura (kk) Divatos kk, szalaggal dsztett frizura +75004 Divatos frizura (barna) Divatos barna, szalaggal dsztett frizura +75005 Fejkend (barna) Rvid, kcos frizura fejpnttal fken tartva +75006 Fejkend (szke) Rvid, kcos frizura fejpnttal fken tartva +75007 Fejkend (kk) Rvid, kcos frizura fejpnttal fken tartva +75008 Fejkend (zld) Rvid, kcos frizura fejpnttal fken tartva +75009 Hossz haj (fekete) Csodlatos, fekete haj +75010 Hossz haj (vrs) Csodlatos, vrs haj +75011 Hossz haj (barna) Csodlatos, barna haj +75012 Hossz haj (zld) Csodlatos, zld haj +75013 Harcos afro (ni) Egy ni harcosnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75014 Harcos afro (ni) Egy ni harcosnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75015 Harcos virg kalap (ni) Egy ni harcosnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75016 Harcos virg kalap (ni) Egy ni harcosnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75017 Harcos arcftyol (ni) Egy nagyon rtkes anyagbl kszlt arcftyol ni Harcosok rszre (idtartama 7 nap). +75018 Harcos sivatagi sl(ni) Egy nemes anyagbl kszlt sivatagi sl ni Harcosok rszre (idtartama 7 nap). +75019 Harcos turbn (ni) A legjobb minsg anyagbl kszlt fejdsz ni Harcosoknak (idtartama 7 nap). +75020 Harcos tk maszk (ni) Sttk formj maszk ni harcosoknak. Tulajdonsgai s idtartama vletlenszeren kerlnek belltsra. Lecserli a mr meglv frizurt. +75201 Lfarok (barna) Barna haj szp, hossz lfarokkal +75202 Lfarok (zld) Zld haj szp, hossz lfarokkal +75203 Lfarok (kk) Kk haj szp, hossz lfarokkal +75204 Lfarok (vilgos) Szrke haj szp, hossz lfarokkal +75205 Vllig r haj (vrs) Visszafogott frizura fehr fejkendvel +75206 Vllig r haj (barna) Visszafogott frizura zld fejkendvel +75207 Vllig r haj (vilgos) Visszafogott frizura vilgos fejkendvel +75208 Vllig r haj (lila) Visszafogott frizura vrs fejkendvel +75209 Rvid haj (vrs) Baljs kinzetet sugrz frizura +75210 Rvid haj (kk) Baljs kinzetet sugrz frizura +75211 Rvid haj (fekete) Baljs kinzetet sugrz frizura +75212 Rvid haj (szke) Baljs kinzetet sugrz frizura +75213 Nindzsa afro (frfi) Egy frfi Nindzsnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75214 Nindzsa afro (frfi) Egy frfi Nindzsnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75215 Nindzsa szamurj kalap f Egy frfi Nindzsnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75216 Nindzsa szamurj kalap f Egy frfi Nindzsnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75217 Nindzsa Fez (frfi) Egy vrs fejdsz frfi Nindzsknak (idtartama 7 nap). +75218 Nindzsa Keffiyeh (frfi) Egy fejdsz frfi Nindzsknak. Vd a sivatagi viharok ellen (idtartama 7 nap). +75219 Nindzsa turbn (frfi) A legjobb minsg anyagbl kszlt fejdsz frfi Nindzsknak (idtartama 7 nap). +75220 Nindzsa tk maszk(frfi) Sttk formj maszk nindzsknak. Tulajdonsgai s idtartama vletlenszeren kerlnek belltsra. Lecserli a mr meglv frizurt. +75401 Sportos frizura (vil.) Extravagns frizura, mely npszer ni Surk krben +75402 Sportos frizura (barna) Extravagns frizura, mely npszer ni Surk krben +75403 Sportos frizura (szke) Extravagns frizura, mely npszer ni Surk krben +75404 Sportos frizura (zld) Extravagns frizura, mely npszer ni Surk krben +75405 Karizma-frizura (fehr) Hossz, hfehr haj, egyedi stlusban +75406 Karizma-frizura (vrs) Hossz, vrs haj, egyedi stlusban +75407 Karizma-frizura (fekete) Hossz, koromfekete haj, egyedi stlusban +75408 Karizma-frizura (lila) Hossz, lila haj, egyedi stlusban +75409 Hossz copf (fehr) Copf +75410 Hossz copf (Kk) Copf +75411 Hossz copf (fekete) Copf +75412 Hossz copf (barna) Copf +75413 Sura afro (ni) Egy ni surnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75414 Sura afro (ni) Egy ni surnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75415 Sura virg kalap (ni) Egy ni surnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75416 Sura virg kalap (ni) Egy ni surnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75417 Sura arcftyol (ni) Egy nagyon rtkes anyagbl kszlt arcftyol ni Surk rszre (idtartama 7 nap). +75418 Sura sivatagi sl (ni) Egy nemes anyagbl kszlt sivatagi sl ni Surk rszre (idtartama 7 nap). +75419 Sura turbn (ni) A legjobb minsg anyagbl kszlt fejdsz ni Surknak (idtartama 7 nap). +75420 Sura tk maszk (ni) Sttk formj maszk ni surknak. Tulajdonsgai s idtartama vletlenszeren kerlnek belltsra. Lecserli a mr meglv frizurt. +75601 Elegns frizura (barna) Divatos frizura, amely a smnoknak nemesi kinzetet klcsnz +75602 Elegns frizura (fekete) Divatos frizura, amely a smnoknak nemesi kinzetet klcsnz +75603 Elegns frizura (kk) Divatos frizura, amely a smnoknak nemesi kinzetet klcsnz +75604 Elegns frizura(vilgos) Divatos frizura, amely a smnoknak nemesi kinzetet klcsnz +75605 Flrvid haj (barna) Sima, barna haj +75606 Flrvid haj (fekete) Sima, fekete haj +75607 Flrvid haj (szke) Sima, vilgos szn haj +75608 Flrvid haj (lila) Sima, lila haj +75609 Rgimdi frizura (barna) Rgi harci frizura. A barna haj copfba van fogva +75610 Rgimdi frizura (vil.) Rgi harci frizura. A vilgos szn haj copfba van fogva +75611 Rgimdi frizura (lila) Rgi harci frizura. A lila haj copfba van fogva +75612 Rgimdi frizura (vrs) Rgi harci frizura. A vrs haj copfba van fogva +75613 Smn afro (frfi) Egy frfi smnnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75614 Smn afro (frfi) Egy frfi smnnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75615 Smn szamurj kalap(f) Egy frfi smnnak egy 1%-os TP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75616 Smn szamurj kalap(f) Egy frfi smnnak egy 1%-os MP bnuszt ad. Levltja a meglv frizurt (idtartama 7 nap). +75617 Smn Fez (frfi) Egy vrs fejdsz frfi Smnoknak (idtartama 7 nap). +75618 Smn Keffiyeh (frfi) Egy fejdsz frfi Smnoknak. Vd a sivatagi viharok ellen (idtartama 7 nap). +75619 Smn turbn (frfi) A legjobb minsg anyagbl kszlt fejdsz frfi Harcosoknak (idtartama 7 nap). +75620 Smn tk maszk (frfi) Sttk formj maszk smnoknak. Tulajdonsgai s idtartama vletlenszeren kerlnek belltsra. Lecserli a mr meglv frizurt. +76000 Barackvirg bor Ital, amely azonnal 500 ponttal regenerlja TP-jeid szmt. Nem adhat t. +76001 llapot visszallt E trgy felhasznlsval jraoszthatod a sttusz pontjaidat. gy tudod a karaktered fejldst egy ms irnyba terelni. Nem adhat t. +76002 Zsugortott fej Ez a Zsugortott dmonfej nyitja az rdg Katakombjban a 3. emeletre vezet pecstet. Nem adhat t. +76003 Sietsg itala Ez az ital cskkenti az jratltdsi idt 20 szzalkkal 30 percig. Nem adhat t. +76004 Hold Elixr (Kicsi) Automatikusan jratlti a MP-d. 10.000 MP-t tartalmaz. Nem adhat t. +76005 Hold Elixr (Kzepes) Automatikusan jratlti a MP-d. 300.000 MP-t tartalmaz. Nem adhat t. +76006 Metink irnyt Az irnyt megmutatja a kvetkez Metin k irnyt s tvolsgt. Minl fnyesebben fnylik, annl kzelebb vagy. 6-szor aktivlhat. Nem adhat t. +76007 Btorsg kpeny Egy sznes kpeny, amellyel a harcosok btorsgukat bizonytjk, mivel minden szrnyet odacsalogat. Nem adhat t. +76008 Srkny medlja Megv attl, hogy a kvetkez jjledsnl tapasztalati pontokat veszts. Nem adhat t. +76009 Srknytekercs Megsznteti annak a rizikjt, hogy egy trgy feljavts kzben tnkre megy. Csak a minsge romlik egy szinttel. Kzben a sikeres feljavts valsznsgt is megnveli 10%-kal. Nem adhat t. +76010 Vrk Ez a k a Bahar-Taraji istensg vrbl kszlt s belpst biztost neked a Szmztt Barlangjba. +76011 Vezr knyve Ameddig egy csapat vezre rendelkezik ezzel a knyvvel, minden csapattag 30%-kal tbb tapasztalati pontot szerez. Nem adhat t. +76012 Sebessg ital 30 percen t megnveli sebessged 60-nal. Nem adhat t. +76013 Trgy-megerst (kk) Ha szerencss vagy, az egyik trgyadhoz egy j bnuszt ad (Maximum 4 bnuszig). A szint-ldbl szrmaz trgy, nem adhat t. +76014 Megbvl trgy (kk) Eltvoltja a bnuszokat a trgyadbl s jakat ad hozz. A szint-ldbl szrmaz trgy, nem adhat t. +76015 Megld mrvny Legends ldott mrvny. Ha egy trgynak 4 jellemzje van, hozzad mg egyet. Nem adhat t. +76016 ldstekercs Cskkenti a trgy megsemmislsnek kockzatt, amennyiben a feljavts nem sikerl. Ennek a mentsnek az ra, hogy a minsg 1 ponttal romlik. Nem adhat t. +76017 Tmad ital +10 Megnveli a tmadsebessgedet 30 percre 10%-kal. Nem adhat t. +76018 Tmad ital+15 Megnveli a tmadsebessgedet 30 percre 15%-kal. Nem adhat t. +76019 Belpsi engedly Ha tadod ezt az engedlyt az illetkes rnek, belphetsz a pk kazamata egy tovbbi szintjre s a Vrs srkny-erdbe is. Nem adhat t. +76020 Kutati Elixr Nveli azoknak a kutatsi trgyaknak a minsgt, amiket sszegyjtttl, ezzel emelve az eslyt annak, hogy elfogadottak lesznek. Nem adhat t. +76021 Nap Elixr (Kicsi) Automatikusan jratlti a TP-d. 100.000 TP-t tartalmaz. Nem adhat t. +76022 Nap Elixr (Kzepes) Automatikusan jratlti a TP-d. 3.000.000 TP-t tartalmaz. Nem adhat t. +76023 Zld Mgia Eltvoltja a bnuszokat a trgyadbl s jakat ad hozz. Csak legfeljebb 40-es szint fegyvereken s vrteken hasznlhat. A szint-ldbl szrmaz trgy, nem adhat t. +76024 Zld Er Ha szerencss vagy, az egyik trgyadhoz egy j bnuszt ad (Maximum 4 bnuszig). Csak maximum 40-es szint fegyvereken s vrteken hasznlhat. A szint-ldbl szrmaz trgy, nem adhat t. +80001 Pnztrca Egy stt s viharvert pnztrca brbl. +80002 res papr Egy hasznlatlan j minsg pergamen. +80008 Aranyrg Aranyrg, amelyet mg nem munkltak meg. A boltokban magas ron lehet eladni. +80014 S utalvny (100) 100 Srknyrme rtk utalvny. Ez a trgy tadhat. +80015 S utalvny (500) 500 Srknyrme rtk utalvny. A trgy tadhat. +80016 S utalvny (1000) 1000 Srknyrme rtk utalvny. A trgy tadhat. +80017 S utalvny (50) 50 Srknyrme rtk utalvny. A trgy tadhat. +90001 res vizespalack Egy j vizespalack a vz szlltsra - de sajnos ez res. +90002 Vizespalack Egy j vz szlltsra hasznlhat vizespalack. +90003 Kristly Egy klnsen szp s tiszta kristly ami fnyesen tndkl a napfnyben. +90004 Drgak Egy szp szinse drgak amit dsztsre hasznlnak. +90005 Aquak Egy kemny, durva k ami fegyverek csiszolsra hasznlhat. +90006 Szellemk Ez a k, hozzadva fegyverekhet vagy pnclokhoz, nveli azok minsgt. +90007 svny Van krlbell 4000 klnfle svny ami klnbzik kristly szerkezetben, alakban s sznben. +90010 Alapk ptanyag a Chplethez +90011 Trzs ptanyag a Chplethez. +90012 Furnrlemez ptanyag a Chplethez. +90013 diff --git a/bin/pack/locale_hu/locale/hu/jobdesc_assassin.txt b/bin/pack/locale_hu/locale/hu/jobdesc_assassin.txt new file mode 100644 index 00000000..b293c93e --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/jobdesc_assassin.txt @@ -0,0 +1,18 @@ +[DELAY value;10] +A nindzsk professzionlis[ENTER] +harcosok, akik lesbl[ENTER] +tmadnak. Az er s a[ENTER] +gyorsasg maximalizlsa[ENTER] +rdekben ezek az[ENTER] +[WAIT] +orvgyilkosok csak knny[ENTER] +pnclt viselnek. Ez teszi[ENTER] +lehetv akadlymentesen a[ENTER] +gyors s folyamatos[ENTER] +manverezst. A[ENTER] +[WAIT] +specializldstl fggen a[ENTER] +nindzsk mesterfokon rtenek[ENTER] +kzelharcban a tr[ENTER] +forgatshoz, vagy a[ENTER] +tvharcban az jakhoz. \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/jobdesc_shaman.txt b/bin/pack/locale_hu/locale/hu/jobdesc_shaman.txt new file mode 100644 index 00000000..d18224fc --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/jobdesc_shaman.txt @@ -0,0 +1,17 @@ +[DELAY value;10] +A hossz s intenzv tanuls[ENTER] +blcsessgnek ldsval, a[ENTER] +smnok varzslatot s[ENTER] +mgit hasznlnak harcaik[ENTER] +sorn. Kpessgeiket nem[ENTER] +[WAIT] +csak sajt maguk, hanem[ENTER] +szvetsgeseik segtsre is[ENTER] +bevetik. A smnok[ENTER] +specializldsukkal[ENTER] +birtokba jutnak olyan[ENTER] +[WAIT] +lehetsgnek, mint a tmads[ENTER] +megerstse, vagy egyes[ENTER] +gygy-, illetve segt[ENTER] +varzslatok fejlesztse. \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/jobdesc_sura.txt b/bin/pack/locale_hu/locale/hu/jobdesc_sura.txt new file mode 100644 index 00000000..d0cc9f48 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/jobdesc_sura.txt @@ -0,0 +1,20 @@ +[DELAY value;10] +A Surk harcosok, akik[ENTER] +mgikus er birtokba[ENTER] +jutottak, amikor[ENTER] +beleegyeztek, hogy az rdg[ENTER] +magjai kezkben[ENTER] +[WAIT] +nvekedjenek. A mgia[ENTER] +lehetv teszi szmukra,[ENTER] +hogy ellensgeiket messzirl[ENTER] +sebezzk, mg kardforgat[ENTER] +kpessgeik kitn[ENTER] +[WAIT] +kzelharcosokk teszik ket.[ENTER] +A Surk vlaszthatnak, hogy[ENTER] +tmad varzslataikat[ENTER] +javtsk, vagy kidolgozzanak[ENTER] +tovbbi erst[ENTER] +[WAIT] +varzslatokat. \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/jobdesc_warrior.txt b/bin/pack/locale_hu/locale/hu/jobdesc_warrior.txt new file mode 100644 index 00000000..b35064b1 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/jobdesc_warrior.txt @@ -0,0 +1,20 @@ +[DELAY value;10] +Ksznheten a kszsgeiknek[ENTER] +valamint nehz[ENTER] +pnclzatuknak, a harcosok[ENTER] +fontos szereplk a[ENTER] +kzelharci helyzetekben.[ENTER] +[WAIT] +Elssorban a nagy fizikai[ENTER] +erre s a kiegyenslyozott,[ENTER] +nyugodt llekre trekednek.[ENTER] +Az ltaluk kivlasztott[ENTER] +sajtossgtl fggen[ENTER] +[WAIT] +puszttani tudnak a ktkezes[ENTER] +fegyvereikkel vagy kardjuk[ENTER] +s pajzsuk gyes[ENTER] +hasznlatval brmilyen[ENTER] +ellenfl tmadsa ellen[ENTER] +[WAIT] +megvdik magukat. \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/locale_game.txt b/bin/pack/locale_hu/locale/hu/locale_game.txt new file mode 100644 index 00000000..bbeb7de2 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/locale_game.txt @@ -0,0 +1,817 @@ +AFF_LOVE_POINT Szerelem pont: %d%% +ALIGNMENT_NAME Rang pontok: +ATTACK_ERROR_UNKNOWN Ismeretlen Tmads Hiba: %s +CANNOT_ATTACK_DEST_IN_SAFE Tl messze van az ellensg. +CANNOT_ATTACK_SELF_IN_SAFE Nem tudok tmadni. +CANNOT_EQUIP_IN_EXCHANGE Nem vlthatsz felszerelst, amg kereskedsz. +CANNOT_EQUIP_IN_SHOP Nem vlthatsz felszerelst, amg kereskedsz. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA Nyilvnos terleten nem nyithatsz magn boltot. +CANNOT_SHOOT_DEST_IN_SAFE Az ellensg tl messze van. +CANNOT_SHOOT_EMPTY_ARROW Szksgem van egy nylra. +CANNOT_SHOOT_SELF_IN_SAFE Innen nem tudom megtmadni az ellensget. +CANNOT_SKILL_APPROACH Biztos vagyok benne, hogy nem tudok kzelebb menni. +CANNOT_SKILL_ATTACK Nem tudom megtmadni. +CANNOT_SKILL_DEST_IN_SAFE Tl messze az ellensg. +CANNOT_SKILL_EQUIP_FISHING_ROD Szkslgem van egy horgszbotra. +CANNOT_SKILL_HAVE_TO_RIDE Szksgem van egy lra, hogy fel tudjam hasznlni. +CANNOT_SKILL_NEED_EMPTY_BOTTLE Nincs res vegem. +CANNOT_SKILL_NEED_POISON_BOTTLE Nincs mregtartm. +CANNOT_SKILL_NEED_TARGET Ki a clpont? +CANNOT_SKILL_NOT_ENOUGH_HP Nincs elg TP-m! +CANNOT_SKILL_NOT_ENOUGH_SP Nincs elg MP-m! +CANNOT_SKILL_NOT_HORSE_SKILL Nem tudom hasznlni, amg lovagolok. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON Ezt a kszsget nem hasznosthatom ezzel a fegyverrel. +CANNOT_SKILL_NOT_YET_LEARN Nem tanultam ki ezt a kszsget. +CANNOT_SKILL_ONLY_FOR_ALLIANCE Csak csoporttagokra hat. +CANNOT_SKILL_ONLY_FOR_CORPSE Csak halottakra hat. +CANNOT_SKILL_REMOVE_FISHING_ROD Ezt a kszsget nem tudom horgszbottal hasznlni. +CANNOT_SKILL_SELF_IN_SAFE Innen nem tudok tmadni. +CANNOT_SKILL_USE_SELF Sajt magamon nem hasznlhatom. +CANNOT_SKILL_WAIT_COOLTIME Ezt a kszsget mg nem tudom bevetni. +CANNOT_USE Ezt nem tudod hasznlni. +CANNOT_WHISPER_DEST_REFUSE %s letiltotta a sgst. SA +CANNOT_WHISPER_NOT_LOGON %s nem online. SA +CANNOT_WHISPER_SELF_REFUSE Nem tudsz senkinek sgni, ha a sgs teljesen le van tiltva. SNA +CHANNEL Csatorna +CHANNELING_CANNOT_LOGOUT Nem lphetsz vissza a bejelentkez kpernyre. +CHANNEL_EMPTY_SERVER Nem szerver +CHANNEL_NORMAL Csatorna %d +CHANNEL_NOTIFY_FULL Ez a csatorna teltve van! Vlassz msikat. +CHANNEL_NOT_FIND_INFO Nem tallhatk informcik a csatornn. +CHANNEL_PVP Szabad prbaj +CHANNEL_SELECT_CHANNEL Vlassz csatornt +CHANNEL_SELECT_REGION Szmlakillts helynek vlasztsa +CHANNEL_SELECT_SERVER Szerver vlaszts +CHANNEL_TEST_SERVER Szerver teszt +CHANNEL_TEST_SERVER_ADDR Teszt %s:%d +CHAT_ALL Minden +CHAT_BLOCK Letilt +CHAT_GUILD Ch +CHAT_INFORMATION Inf +CHAT_INSULT_STRING A mondat nem megengedett szavakat tartalmaz. +CHAT_LOG Rgi hrek mutatsa [L] +CHAT_LOG_TITLE Cset-log +CHAT_NORMAL Normlis +CHAT_NOTICE Bejelents +CHAT_PARTY Csoport +CHAT_SEND_CHAT Cset klds +CHAT_SEND_MEMO Sgs klds [Shift+Enter] +CHAT_SHOUT Hvs +CHAT_SHOUT_LIMIT Csak 15 msodpercenknt hvhatsz +CHAT_WHISPER Sgni +CREATE_ERROR_GM_NAME A karakter nevben nem hasznlhatsz 'GM'-et. +CREATE_ERROR_INSULT_NAME Ez a nv nem megengedett. +CREATE_EXIST_SAME_NAME Egy msik karakter viseli mr ezt a nevet. +CREATE_FAILURE Nem hozhatod ltre a karaktert. +CREATE_GM_NAME GM +CREATE_INPUT_NAME Add meg a nevet. +CREATE_PLUS_STAT Mg vannak szabad sttusz pontok. +DAY T +DO_YOU_BUY_ITEM1 Szeretnl %s-t vsrolni %s-rt? +DO_YOU_BUY_ITEM2 Szeretnl %s %s-t vsrolni %s-rt? +DO_YOU_DROP_MONEY Szeretnl %d Yangot eldobni? +DO_YOU_SELL_ITEM1 Szeretnl %s-t %s-rt eladni? +DO_YOU_SELL_ITEM2 Szeretnl %s %s-t %s-rt eladni? +DRAGON_SOUL_CANNOT_REFINE Ezt a Srknykvet nem lehet finomtani. +DRAGON_SOUL_CANNOT_REFINE_MORE Ez a Srknyk mr elrte a legmagasabb szintet. +DRAGON_SOUL_EQUIP_WARNING1 Nehz eltvoltani a Srknykvet, ha mr egyszer csatolva lett. +DRAGON_SOUL_EQUIP_WARNING2 Mg mindig folytatni szeretnd? +DRAGON_SOUL_EXPIRED Lejrt Srknyk +DRAGON_SOUL_INVALID_DRAGON_SOUL Itt a rossz Srknyk. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL Ez nem Srknyk. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE Ez nem a megfelel Srknyk. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL Nincs elegend anyagod a nemestshez. +DRAGON_SOUL_NOT_MATCHED_SLOT A Srknyk nem illik ebbe a foglalatba. +DRAGON_SOUL_STEP_LEVEL1 Tisztasg: matt, +DRAGON_SOUL_STEP_LEVEL2 Tisztasg: tiszta, +DRAGON_SOUL_STEP_LEVEL3 Tisztasg: hibtlan, +DRAGON_SOUL_STEP_LEVEL4 Tisztasg: ragyog, +DRAGON_SOUL_STEP_LEVEL5 Tisztasg: kivl, +DRAGON_SOUL_STRENGTH Szint: +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 A Srknyk megsemmislhet az eljrs sorn. +DRAGON_SOUL_UNEQUIP_WARNING2 Mg mindig folytatni szeretnd? +DRAGON_SOUL_UNMATCHED_SLOT Az rossz foglalat. +DRAGON_SOUL_UNQUALIFIED Mg nem hasznlhatsz Srknyk-alkmit. +DROP_ITEM_FAILURE_EQUIP_ITEM Nem dobhatsz el egy felszerelt trgyat. +DROP_ITEM_FAILURE_PRIVATE_SHOP Nem dobhatsz el trgyat, amg a magn boltot nyitva van. +DROP_MONEY_FAILURE_1000_OVER Maximum 999 Yangot dobhatsz el. +EMOTION_ANGRY Mrges +EMOTION_ATTRACTIVE Csbts +EMOTION_BANTER Gnyos +EMOTION_CHEERS_1 nnepel 1 +EMOTION_CHEERS_2 nnepel 2 +EMOTION_CHEERUP nnepel +EMOTION_CHOOSE_ONE Vlassz clt +EMOTION_CLAP Taps +EMOTION_CLAP_KISS Csk +EMOTION_CONGRATULATION Gratulci +EMOTION_DANCE_1 Tnc 1 +EMOTION_DANCE_2 Tnc 2 +EMOTION_DANCE_3 Tnc 3 +EMOTION_DANCE_4 Tnc 4 +EMOTION_DANCE_5 Tnc 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE Megbocsts +EMOTION_FRENCH_KISS Nyelves csk +EMOTION_JOY rm +EMOTION_SAD Szomor +EMOTION_SHY Visszutasts +EMOTION_SLAP ts +EMPIRE_A Shinsoo birodalom +EMPIRE_B Chunjo birodalom +EMPIRE_C Jinno birodalom +EXCHANGE_CANNOT_GIVE Ezzel a trggyal nem lehet kereskedni. +EXCHANGE_CANT_EDIT_MONEY Most nem vltoztathatod meg az sszeget. +EXCHANGE_FAILURE_EQUIP_ITEM Felszerelt trgyakat nem cserlhetsz el. +EXCHANGE_MONEY sszeg +EXCHANGE_TITLE Kereskeds vele: %s +FISHING_FAILURE Elvesztetted a csalit. +FISHING_NOTIFY1 gy tnik a %s rharapott. +FISHING_NOTIFY2 gy tnik, megfogtl egy %s-t. +FISHING_SUCCESS1 %s-t fogtl! +FISHING_SUCCESS2 %s-t hztl ki a vzbl! +FISHING_UNKNOWN Valami elvette a csalit, de nem tudom, mi ez. +FISHING_WRONG_PLACE Itt nem tudsz horgszni. +FOR_FEMALE Hlgyeknek +FOR_MALE Uraknak +GAME_CANNOT_MINING Nem tudsz rceket bnyszni, amg lovagolsz. +GAME_CANNOT_PICK_ITEM Nem gyjtheted be a trgyat, mert nem te zskmnyoltad. +GAME_INIT_ERROR_CURSOR Az egr kurzor nem hozhat ltre. +GAME_INIT_ERROR_DIRECTX A jtkhoz szkslges a DirectX 8.1 installlsa.\nInstallld a DirectX 8.1-at vagy jabb verzijt. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE Nem tallt videokrtyt a jtk indtshoz.\nEllenrizd, hogy jl van-e installlva a VGA-krtya. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST Grafikus eszkz nem hozhat ltre. \nEllenrizd, hogy van-e VGA krtyd. \nEsetleg aktivlhatod a hardver gyorstt.\n(lltsd a hardver gyorstt a maximura \nRendszer eszkzk->Kperny->Belltsok->Halad->Hibaelhrts) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT A video krtya nem tmogatja az ablak kezelst 32bites zemmdban.\nVlts 16bites zemmdra vagy hasznld a teljes kperny mdot. +GAME_INIT_ERROR_ITEM_PROTO Nincsenek adatok a trgyakrl.\nInstallld jra a jtkot. +GAME_INIT_ERROR_MAIN_WINDOW Nem nyithat meg a fablak. +GAME_INIT_ERROR_MOB_PROTO Nincsenek adatok a szrnyekrl.\nInstallld jra a jtkot. +GAME_INIT_ERROR_NETWORK A hlzati eszkz nem indthat.\nEllenrizd az internet kapcsolatot. +GAME_PICK_MONEY %d Yangot kaptl. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT A magassg nem 128 pixel. +GUILDMARK_UPLOADER_ERROR_12_HEIGHT A magassg nem 12 pixel +GUILDMARK_UPLOADER_ERROR_16_WIDTH A szlessg nem 16 pixel +GUILDMARK_UPLOADER_ERROR_64_WIDTH A szlessg nem 64 pixel +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT A jtk nem tmogatja ezt a kpernyt. +GUILDMARK_UPLOADER_ERROR_PATH Helyezd t a fjlokat a metin2/upload knyvtrba. +GUILDMARK_UPLOADER_ERROR_SELECT Nincsenek kp fjlok kivlasztva. +GUILDWAR_CTF_TITLE Zszl megszerzs +GUILDWAR_NORMAL_TITLE Mez harc +GUILDWAR_QUESTION_LINE_1 A %s ch hadat zent a chednek. +GUILDWAR_QUESTION_LINE_2 elfogadod? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Arna harc +GUILD_BUILDING_GRADE Rang +GUILD_BUILDING_NAME plet nv +GUILD_CANNOT_HEAL_GSP_ANYMORE A Srkny szellem energia mr teljesen fel van tltve. +GUILD_COMMENT rni +GUILD_CREATE_ERROR_INSULT_NAME Nem rvnyes ch nv. +GUILD_DEFAULT_GRADE Ch tagok +GUILD_DELETE Trl +GUILD_DEPOSIT Lettbe helyez +GUILD_DO_YOU_HEAL_GSP Szeretnl %d Yangrt %d srkny szellemet visszalltani? +GUILD_DO_YOU_JOIN meghvott. Csatlakozni akarsz a chhez? +GUILD_EMPTY_AREA res tj. +GUILD_ENEMY_GUILD_NAME Az ellensg ch neve +GUILD_FACILITY Mellkplet +GUILD_GEM Drgak +GUILD_HEADQUARTER Fplet +GUILD_HEAL_GSP Srkny szellem jra termels +GUILD_INFO_ENEMY_GUILD_EMPTY Semennyi +GUILD_MARK_NOT_ENOUGH_LEVEL Legalbb 3-as szint szksges +GUILD_NAME Ch nv +GUILD_NOT_ENOUGH_MATERIAL Nincs elg ptanyag ehhez az plethez. +GUILD_NOT_ENOUGH_MONEY Nincs elg Yang ehhez az plethez. +GUILD_NO_NOTICE_PERMISSION Nincs jogosultsgod bejelentst tenni. +GUILD_OBJECT Trgy +GUILD_OFFER_EXP Tapasztalat befektets +GUILD_SHORT_EXP Nincs elg tapasztalat pont. +GUILD_TILE_BASEINFO Alap informcik +GUILD_TILE_BOARD Tbla +GUILD_TILE_GRADE Jogok Kezelse +GUILD_TILE_INFO Ch informci +GUILD_TILE_MEMBER Chtag +GUILD_TILE_SKILL Ch kszsg +GUILD_WAR_LIMIT_30MIN Id: 30 perc +GUILD_WAR_REWARD_POTION Jutalom: a gyztes italokat kap +GUILD_WAR_USE_BATTLE_MAP Helyszn: Chhbor Arna +GUILD_WAR_USE_NORMAL_MAP Helyszn: Norml Trkp +GUILD_WAR_WIN_CHECK_SCORE Legmagasabb eredmny hbort nyer. +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Szerezd meg az ellensg zszlajt, +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 s vidd el a bzisodra. +GUILD_WAR_WIN_WIPE_OUT_GUILD Gyzz le minden ellensget a gyzelemrt. +GUILD_WITHDRAW Visszavons +GUILD_YOU_DO_NOT_JOIN Nem tartozol chhez. +HORSE_HEALTH0 Halott +HORSE_HEALTH1 hez +HORSE_HEALTH2 hes +HORSE_HEALTH3 Tele +HORSE_LEVEL1 Norml l +HORSE_LEVEL2 Csatal +HORSE_LEVEL3 Katonai l +HOUR ra +HOW_MANY_ITEM_DO_YOU_DROP1 Szeretnd %s eldobni? +HOW_MANY_ITEM_DO_YOU_DROP2 Szeretnl %s %d eldobni? +INPUT_MATRIX_CARD_NUMBER Mtrix trkpszm beads +INPUT_MATRIX_CARD_TITLE Mtrix trkp +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Trl kd beadsa a felhasznl kezelbl +INPUT_PRIVATE_CODE_DIALOG_TITLE Karakter trls +INVENTORY_DO_NOT_PACK_WARP_SCROLL Nem kombinlhat tekercs. +INVENTORY_REALLY_USE_ITEM Szeretnd felhasznlni ezt a trgyat? +JOB_ASSASSIN Nindzsa +JOB_ASSASSIN0 Amatr nindzsa +JOB_ASSASSIN1 Nindzsa hatalma +JOB_ASSASSIN2 l +JOB_SHAMAN Smn +JOB_SHAMAN0 Amatr smn +JOB_SHAMAN1 Srkny hatalma +JOB_SHAMAN2 Villm er +JOB_SURA Sura +JOB_SURA0 Amatr Sura +JOB_SURA1 Fata Morgana ereje +JOB_SURA2 Fekete mgia ereje +JOB_WARRIOR Harcos +JOB_WARRIOR0 Amatr harcos +JOB_WARRIOR1 Arahan hatalma +JOB_WARRIOR2 Partiznok hatalma +LEFT_TIME Maradk id +LOGIN_CONNECT_FAILURE Hiba a szerver kapcsolatban. +LOGIN_CONNECT_SUCCESS A szerver kapcsolat ltrejtt. +LOGIN_CONNETING Kapcsolds a szerverhez... +LOGIN_FAILURE_ALREAY A szmld mr csatlakoztatva van. +LOGIN_FAILURE_BE_SAME_KEY Bejelentkezsi problma +LOGIN_FAILURE_BLOCK_ID Az elfizeti szmla le van tiltva. +LOGIN_FAILURE_BLOCK_LOGIN Krlek vlassz egyet a tbbi szerver kzl! +LOGIN_FAILURE_NOBILL Elfizeti szmldnak nincs mr jtkideje +LOGIN_FAILURE_NOT_AVAIL Az elfizeti szmla nem elrhet. +LOGIN_FAILURE_NOT_EXIST_ID Hibs Felhasznlnv vagy Jelsz. +LOGIN_FAILURE_REPAIR_ID Az elfizeti szmlra ppen trgyak helyrelltsa van folyamatban. +LOGIN_FAILURE_SHUTDOWN A szerver mg nem nylt meg. +LOGIN_FAILURE_TOO_MANY_USER Nem csatlakozhatsz, mert tl sokan jtszanak. +LOGIN_FAILURE_UNKNOWN Ismeretlen okbl nem tudsz bejelentkezni. +LOGIN_FAILURE_WEB_BLOCK Le lettl tiltva a web oldalon. Ellenrizd leveleidet. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Rossz szmot adtl meg. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE Hromszor adtl meg helytelen szmot. A kapcsolat lezrdik. +LOGIN_FAILURE_WRONG_PASSWORD Hibs Felhasznlnv vagy Jelsz. +LOGIN_INPUT_ID Add meg az ID-t. +LOGIN_INPUT_PASSWORD Add meg a jelszt. +LOGIN_PROCESSING Bejelentkezs folyamatban... +MALL_CANNOT_INSERT Nem tudod elhelyezni a trgyat. +MALL_PASSWORD_TITLE Jelsz +MAP_A1 Yongan-terlet +MAP_A2 Seungryong-vlgy +MAP_A3 Yayang Terlet +MAP_AG Jungrang +MAP_B1 Joan-terlet +MAP_B2 Imji Vlgy +MAP_B3 Bokjung-terlet +MAP_BAY Nefrit-bl +MAP_BG Waryong +MAP_C1 Pyungmoo-terlet +MAP_C2 Bangsan Vlgy +MAP_C3 Bakra-terlet +MAP_CAPE Srknytz-fok +MAP_CG Imha +MAP_DAWN Gautama-szikla +MAP_DESERT Yongbi sivatag +MAP_FLAME Doyyumhwan +MAP_NUSLUCK risok Fldje +MAP_SKELTOWER Gumsan torony +MAP_SNOW Sohan-hegy +MAP_SPIDER Kuahlo Dong +MAP_TEMPLE Hwang templom +MAP_THUNDER Mennydrgs-hegysg +MAP_TREE Lungsam +MAP_TRENT02 Vrs Erd +MAP_WL Kgyrt +MESSENGER_ADD_FRIEND Bart hozzadsa +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s felvett bartnak. +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Elfogadod? +MESSENGER_DO_YOU_DELETE Trl? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Szeretnd a mobilszmot trlni? +MESSENGER_DO_YOU_MOVE Folytatod? +MESSENGER_EMPTY_LIST res +MESSENGER_FAMILY Csald +MESSENGER_FRIEND Bartok +MESSENGER_GUILD Ch +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Add meg a visszaigazol szmot, amely a telefonodra rkezett. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Visszaigazol szm megadsa +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Add meg a mobilszmot az sms kldshez. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Szeretnd megadni a szmot most? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Mobilszm megads +MESSENGER_SEND_MOBILE_MESSAGE_TITLE zenet klds +MINIMAP Nyitott Mini trkp +MINIMAP_CANNOT_SEE Nem jelenthet meg a mini trkp. +MINIMAP_CAN_NOT_SHOW_AREAMAP Nem jelenthet meg nagy trkp. +MINIMAP_DEC_SCALE Kicsinyts +MINIMAP_INC_SCALE Nagyts +MINIMAP_OBSERVER_COUNT %d nz +MINIMAP_SHOW_AREAMAP Nyitott Nagy trkp +MINUTE Min +MONETARY_UNIT0 Yang +MONETARY_UNIT1 tzezer +MONETARY_UNIT2 szz milli +MONEY_INPUT_DIALOG_SELLPRICE Eladsi ra: +MOVE_ITEM_FAILURE_PRIVATE_SHOP Nem mozdthatsz el a trgyakat, amg a magn boltot nyitva van. +MUSIC_EMPTY_MUSIC_LIST Nincs httrzene. +MUSIC_METIN2_DEFAULT_THEMA Metin2-Alap zene +MUSIC_NOT_SELECT_MUSIC Nincs zene fjl kivlasztva +NEEFD_REST Elszr pihenj. +NOT_YET_SUPPORT Nem tmogatott. +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE Nem aktivlhatod a ch mdot, ha nem vagy chtag. +OPTION_PVPMODE_NOT_SUPPORT Nem hasznlhatod a PvP-md belltsait. +OPTION_PVPMODE_PROTECT Legalbb %d szintnek kell lenned, hogy PvP mdot vltoztathass. +PARTY_BONUS_ATTACKER Tmad rtk: +%d SA +PARTY_BONUS_BERSERKER Tmadsebessg: +%d SA +PARTY_BONUS_BUFFER Kszsg tartam: +%d SA +PARTY_BONUS_DEFENDER Vdelem: +%d SA +PARTY_BONUS_EXP Bnusz EXP: %d%% SA +PARTY_BONUS_SKILL_MASTER Max. MP: +%d SA +PARTY_BONUS_TANKER Max. TP: +%d SA +PARTY_BREAK_UP Csoport felbonts +PARTY_DO_YOU_ACCEPT szeretnl csatlakozni a Csoportba. +PARTY_DO_YOU_JOIN meghvott a csoportjba. Elfogadod? +PARTY_EXP_DISTRIBUTION_MODE EXP eloszts +PARTY_EXP_DISTRIBUTION_MODE_LEVEL Szint fgg +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP A magasabb szint csoporttagok tbb EXP-et kapnak. +PARTY_EXP_DISTRIBUTION_MODE_PARITY egyenletes +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Minden csoporttag azonos mennyisg EXP-t kap. +PARTY_HEAL_ALL_MEMBER Mindent jratermelni +PARTY_INCREASE_AREA_150 A csoport hattvolsga msflszeresre nvelve. SNA +PARTY_INCREASE_AREA_200 A csoport hattvolsga ktszeresre nvelve. SNA +PARTY_LEAVE Csoport elhagysa +PARTY_LONGTIME_BONUS_EXP Bnusz EXP a hossz csoport jtkrt: +%d%% SA +PARTY_MEMBER_OFFLINE [Offline] +PARTY_RECALL_MEMBER Csoporttag hvsa +PARTY_REGEN_BONUS Bnusz a TP- s MP-regenerldshoz: +%d%% SA +PARTY_REQUEST_DENIED Elutastottk a krsed. +PARTY_SET_ATTACKER Tmadnak kinevez. +PARTY_SET_BERSERKER Dhngnek kinevez. +PARTY_SET_BUFFER Blokkolnak kinevez. +PARTY_SET_DEFENDER Vdnek kinevez. +PARTY_SET_NORMAL Belltsok visszalltsa +PARTY_SET_SKILL_MASTER Kszsg mesternek kinevez. +PARTY_SET_TANKER Trharcos bellts. +PARTY_SKILL_ATTACKER Alap tmadrtk tmad +%.0f +PARTY_SKILL_BERSERKER Tmad rtk rjng +%.0f +PARTY_SKILL_BUFFER Kszsg hossz Blokkol +%.0f +PARTY_SKILL_DEFENDER Vdelem vd +%.0f +PARTY_SKILL_HP_REGEN TP regenerci +%.0f%% +PARTY_SKILL_PARTY_AREA Csoport hatsugr +%d%% +PARTY_SKILL_SKILL_MASTER Max. MP kszsg mester +%.0f +PARTY_SKILL_SP_REGEN MP regenerlds +%.0f%% +PARTY_SKILL_TANKER Max. TP kzelharc +%.0f +PARTY_SKILL_WARP Csoporttrs hvsa lehetsges. +PASSWORD_TITLE Raktr jelsz +PICK_ITEM_TITLE Trgy szm +PICK_MONEY_TITLE sszeg +PRIVATE_SHOP_CANNOT_SELL_ITEM Ezt a trgyat nem adhatod el magn boltban. +PRIVATE_SHOP_CLOSE_QUESTION Szeretnd bezrni a magn boltod? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE A magnbolt neve +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE r +PVP_LEVEL0 Lovagias +PVP_LEVEL1 Nemes +PVP_LEVEL2 J +PVP_LEVEL3 Bartsgos +PVP_LEVEL4 Semleges +PVP_LEVEL5 Agresszv +PVP_LEVEL6 lnok +PVP_LEVEL7 Alattomos +PVP_LEVEL8 Kegyetlen +PVP_MODE_GUILD PvP - Ch aktivlva. +PVP_MODE_KILL PvP - Szabad aktivlva +PVP_MODE_NORMAL PvP - Bke aktivlva +PVP_MODE_PROTECT PvP - Vdelem aktivlva +PVP_MODE_REVENGE PvP - Ellensges aktivlva +PVP_OPTION_KILL Szabad +PVP_OPTION_NORMAL Bke +PVP_OPTION_PROTECT Vdelem +PVP_OPTION_REVENGE Ellensges +QUEST_APPEND j feladat rkezett. +QUEST_MIN perc +QUEST_SEC msodperc +QUEST_TIMEOVER Id lejrt +QUEST_UNLIMITED_TIME Nincs idkorlt +QUEST_ZEROSEC 0 mp. +QUICKSLOT_REGISTER_DISABLE_ITEM Ez a trgy nem adhat a gyors elrs mezhz. +RECEIVE_MESSAGE %s zenetet kldtt neked. +REFINE_COST Javtsi kltsgek: %d Yang +REFINE_DESTROY_WARNING A trgy megsrlhet a fejleszts sorn. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Nveli a javts eslyt, +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 de ha nem sikerl, akkor a trgy megsemmislhet. Folytatod? +REFINE_DOWN_GRADE_WARNING A trgy a javts kzben elromolhat. +REFINE_DO_YOU_SEPARATE_METIN Szeretnd eltvoltani a Szellemkvet? +REFINE_FAILURE Nem sikerlt. Elrontottuk. +REFINE_FAILURE_CAN_NOT_ATTACH %s nem tudja ezt a trgyat hozzkapcsolni. +REFINE_FAILURE_EQUIP_ITEM Felszerelt trgyat nem tudsz fejleszteni. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM Nem lehet eltvoltani Szellemkvet. +REFINE_FAILURE_NEED_BETTER_SCROLL Egy jobb javt tekercsre van szksged. +REFINE_FAILURE_NO_GOLD_SOCKET Nincs arany foglalat %s hozzadshoz. +REFINE_FAILURE_NO_MORE_SOCKET Nem lehet tbb foglalatot hozzadni. +REFINE_FAILURE_NO_SOCKET0 Nincs foglalat %s felszerelshez. +REFINE_FAILURE_SOCKET_DISABLE_ITEM Erre a trgyra nem lehet foglalatokat kszteni. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM Ez a trgy nem javthat. +REFINE_SUCCESS A trgy javts sikeres volt. +REFINE_SUCCESS_PROBALITY Javtsi esly: %d%% +REFINE_WARNING2 Folytatod? +SAFEBOX_ERROR Hibs jelszt adtl meg. +SAFEBOX_SELL_DISABLE_SAFEITEM A mentett trgyakat nem adhatod el. +SAFEBOX_WRONG_PASSWORD A jelszknak azonosnak kell lennik. +SCREENSHOT_SAVE1 el van mentve a +SCREENSHOT_SAVE2 Screenshot knyvtrba +SCREENSHOT_SAVE_FAILURE A screenshot mentse nem sikerlt. +SECOND mp +SELECT_CAN_NOT_DELETE Nem trlheted a karaktert. +SELECT_CHANGED_NAME Megvltoztattad a karakter nevt. +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME Mr ltezik ez a karakter nv. +SELECT_CHANGE_FAILURE_STRANGE_INDEX Prbld meg megint. +SELECT_CHANGE_FAILURE_STRANGE_NAME Ez a hibs karakter nv. +SELECT_CHANGE_NAME_TITLE Karakter nv vltoztats +SELECT_DELEING Karakter trldik +SELECT_DELETED Sikeres trls +SELECT_DO_YOU_DELETE_REALLY Folytatod? +SELECT_EMPTY_SLOT Ez egy res mez. +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Adj meg egy j karakter nevet. +SELECT_NOT_JOIN_GUILD Nem ch +SHOP_BUY_INFO Vlaszd ki a trgyat, amit meg akarsz vsrolni a bolt ablakbl. +SHOP_CANNOT_SELL_EQUIPMENT Nem adhatsz el felszerelt trgyat. +SHOP_CANNOT_SELL_ITEM Ez a trgy nem elad. +SHOP_ERROR_UNKNOWN Ismeretlen Bolt Hiba: %s +SHOP_INVALID_POS Ez a trgy nem megfelel. +SHOP_INVENTORY_FULL A leltrban nincs tbb hely. +SHOP_NOT_ENOUGH_MONEY Nincs elg Yang +SHOP_NOT_ENOUGH_MONEY_EX Nincs elegend Yangod. +SHOP_SELL_INFO A leltr ablakodban vlaszd ki az eladand trgyat. +SHOP_SOLDOUT Elfogyott +SHOT_ERROR_UNKNOWN Ismeretlen hiba a tvolsgi tmads sorn: %s +SKILL_BOHO Visszavers +SKILL_BUDONG Nem hasznlhat tbb +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK EXP-re van szksged, hogy kitanuld ezt a kpessget. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Knyvre van szksged, hogy kitanuld ezt a kszsget. +SKILL_CHEONGEUN Ers test +SKILL_CRITICAL Kritikus tallat +SKILL_ENCHANT_POISON Mreg hasznlat +SKILL_EUNHYEONG Lthatatlan +SKILL_FAINT juls +SKILL_FIND_TRAP Csapda keress +SKILL_FIRE gets +SKILL_FISHMIND A Horgszgmb aktv +SKILL_GAMJI Megfog +SKILL_GEOMGYEONG Kard aurja +SKILL_GEONGON SKILL_GEONGON Nem hasznlhat tbb +SKILL_GICHEON Srkny segtsge +SKILL_GIGONG Chi forgs +SKILL_GONGPO Flelem +SKILL_GRADE_NAME_GRAND_MASTER %s nagymester +SKILL_GRADE_NAME_MASTER %s mester +SKILL_GRADE_NAME_PERFECT_MASTER %s tkletes mester +SKILL_GROUP_ASSASSIN_1 Penge +SKILL_GROUP_ASSASSIN_2 j +SKILL_GROUP_HORSE Lovagls +SKILL_GROUP_SHAMAN_1 Srkny +SKILL_GROUP_SHAMAN_2 Gygyt +SKILL_GROUP_SURA_1 Fegyver +SKILL_GROUP_SURA_2 Mgia +SKILL_GROUP_WARRIOR_1 Test +SKILL_GROUP_WARRIOR_2 Mentlis +SKILL_GWIGEOM Elvarzsolt penge +SKILL_GYEONGGONG Pehelyknny jrs +SKILL_HEUKSIN Stt vdelem +SKILL_HOSIN lds +SKILL_HWAYEOM SKILL_HWAYEOM Nincs tbb hasznlatban +SKILL_HYEOLMA SKILL_HYEOLMA Nincs tbb hasznlatban +SKILL_INC_ATKSPD Megnvelt tmadsebessg +SKILL_INC_MOVSPD Megnvelt mozgsi sebessg +SKILL_INMA SKILL_INMA Nincs tbb hasznlatban +SKILL_JEOJU tok +SKILL_JEONGEOP Gygyt +SKILL_JEONGWI Harci mmor +SKILL_JEONSINBANGEO Teljes vdelem +SKILL_JEONSINGONGGYEOK Totlis tmads +SKILL_JEUNGCHE SKILL_JEUNGCHE Nincs tbb hasznlatban +SKILL_JEUNGHON SKILL_JEUNGHON Nincs tbb hasznlatban +SKILL_JEUNGRYEOK Tmads + +SKILL_JEUNGSOK Sebessg + +SKILL_JIGAM SKILL_JIGAM Nincs tbb hasznlatban +SKILL_JIPJUNG SKILL_JIPJUNG Nincs tbb hasznlatban +SKILL_JUMAGAP Elvarzsolt felszerels +SKILL_JUMAGEOM SKILL_JUMAGEOM Nincs tbb hasznlatban +SKILL_KWAEGEOM SKILL_KWAEGEOM Nincs tbb hasznlatban +SKILL_KWAESOK Gyorsasg +SKILL_LEGBOUND SKILL_LEGBOUND Nincs tbb hasznlatban +SKILL_MUSA SKILL_MUSA Nincs tbb hasznlatban +SKILL_MUYEONG Lng szelleme +SKILL_NEED_EMPTY_BOTTLE Nincs res vegem. +SKILL_NEED_POISON_BOTTLE Nincs mregvegem. +SKILL_ONLY_FOR_GUILD_WAR Ezt a kszsget csak chhborban kamatoztathatod. +SKILL_PABEOP Varzslat rvnytelents +SKILL_POWERFUL_STRIKE Kbult tmads +SKILL_SEOMGWANG Villm bomba +SKILL_SINCHAK SKILL_SINCHAK Nincs tbb hasznlatban +SKILL_SLEEP Alvs +SKILL_SLOW Lassan +SKILL_STUN Elkbt +SKILL_SUHO r +SKILL_SUMMON_DESCRIPTION Felidzs eslye: %d%% +SKILL_TOOLTIP_INT Intelligencia +SKILL_TOOLTIP_LEVEL Szint +SKILL_TOXICDIE Mrgezs +SKILL_TOXICPOWER Mregtmads fokozva +SKILL_TUSOK Szellem ts +SKILL_WONSIN SKILL_WONSIN Nincs tbb hasznlatban +SKILL_YONGSIN SKILL_YONGSIN Nincs tbb hasznlatban +STAT_MINUS_CON leter bellts (maradk esly: %d) +STAT_MINUS_DEX gyessg kiigazts (Maradk esly: %d) +STAT_MINUS_INT Intelligencia bellts (maradk esly: %d) +STAT_MINUS_STR Er bellts (maradk esly: %d) +STAT_TOOLTIP_CON Nvekszik a TP s a vdelem +STAT_TOOLTIP_DEX Nvekszik a tmads s a kitrs +STAT_TOOLTIP_INT Nvekszik a MP valamint a mgikus tmads s vdekezs +STAT_TOOLTIP_STR Nvekszik a tmadrtk s a srls +SYMBOLLIST_TITLE Ch zszl bejelents +SYSTEM_OPTION_CPU_TILING_1 CPU-tiling mdban a gyengbb PC sebessge fokozhat. +SYSTEM_OPTION_CPU_TILING_2 Grafikai problmk esetn vlaszd a 'Rendszer tulajdonsgokat' vagy a CONFIG.exe-t. +SYSTEM_OPTION_CPU_TILING_3 s vlts GPU-tiling mdra. +SYSTEM_OPTION_GPU_TILING_1 A GPU-tiling md egy gyengbb PC-n lassan futhat +SYSTEM_OPTION_GPU_TILING_2 Grafikai problmk esetn vlaszd a 'Rendszer tulajdonsgokat' vagy a 'CONFIG.exe'-t. +SYSTEM_OPTION_GPU_TILING_3 s vlts CPU-tiling mdra. +SYSTEM_OPTION_TILING_EXIT Mozaik mdra vltshoz jra kell indtani a jtkot. +TARGET_BUTTON_ACCEPT_FIGHT Egyetrt +TARGET_BUTTON_AVENGE Bossz +TARGET_BUTTON_BUILDING_DESTROY Elpusztt +TARGET_BUTTON_DISMOUNT Leszll +TARGET_BUTTON_EMOTION_ALLOW rzelmek +TARGET_BUTTON_EXCHANGE Kereskeds +TARGET_BUTTON_EXCLUDE Kizr +TARGET_BUTTON_EXIT_OBSERVER Megfigyel md vge +TARGET_BUTTON_FIGHT Prbaj +TARGET_BUTTON_FRIEND Bart +TARGET_BUTTON_INVITE_GUILD Ch meghvs +TARGET_BUTTON_INVITE_PARTY Csoport meghvs +TARGET_BUTTON_LEAVE_PARTY Csoport elhagysa +TARGET_BUTTON_REQUEST_ENTER_PARTY Belps a csoportba +TARGET_BUTTON_VIEW_EQUIPMENT Felszerels +TARGET_BUTTON_WHISPER Suttogni +TARGET_LEVEL_BOSS Fnk +TARGET_LEVEL_KING 5. szint +TARGET_LEVEL_KNIGHT 3. szint +TARGET_LEVEL_PAWN 1. szint +TARGET_LEVEL_S_KNIGHT 4. szint +TARGET_LEVEL_S_PAWN 2. szint +TASKBAR_ATTACK Tmadni +TASKBAR_AUTO Automatikus tmads +TASKBAR_CAMERA Kamera +TASKBAR_EXP Tapasztalat +TASKBAR_HP TP +TASKBAR_MOVE Mozogni +TASKBAR_SKILL Kszsg +TASKBAR_SP MP +TASKBAR_ST KP +THING_COUNT minden +TOOLTIP_ANTI_CRITICAL_PCT Kritikus csaps elleni ellenlls +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT tt csaps elleni ellenlls +%d%% SA +TOOLTIP_ANTI_SELL Nem lehet eladni a boltban. +TOOLTIP_APPLY_ATTBONUS_ANIMAL llatok elleni er +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Nindzsk elleni er +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL rdgk elleni er +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Flemberek elleni er +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Ezoterikusok elleni er +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Szrnyek elleni er +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC Orkok elleni er +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN Smnok elleni er +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Surk elleni er +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD lholtak elleni er +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Harcosok elleni er +%d%% SA +TOOLTIP_APPLY_BLOCK Esly a kzelharci tmads kivdsre %d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER MP-t a hborban 5 msodpercenknt visszallt %d SA +TOOLTIP_APPLY_CRITICAL_PCT Esly kritikus tallatra +%d%% SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% esly, hogy az MP-t tallatnl megtartsd SA +TOOLTIP_APPLY_DODGE Esly a nyilak elkerlsre %d%% SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% esly EXP bnuszra SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% esly dupla mennyisg Yang eldobsra SA +TOOLTIP_APPLY_IMMUNE_FALL Immunis a leessre SNA +TOOLTIP_APPLY_IMMUNE_SLOW Immunis a lelassuls ellen. SNA +TOOLTIP_APPLY_IMMUNE_STUN Immunis az juls ellen SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% esly, dupla mennyisg trgy eldobsra SA +TOOLTIP_APPLY_KILL_HP_RECOVER %d%% esly, TP visszalltsra SA +TOOLTIP_APPLY_KILL_SP_RECOVER %d%% esly, MP visszalltsra SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% esly Mp rablsra SA +TOOLTIP_APPLY_MAX_HP_PCT Max. TP +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT Max. MP +%d%% SA +TOOLTIP_APPLY_NOAFFECT Nincs hats +TOOLTIP_APPLY_NO_DEATH_PENALTY Nem vsz el tapasztalat pont ha a karakter jjled a holttestnl. SNA +TOOLTIP_APPLY_PENETRATE_PCT %d%% esly, that tallatra SA +TOOLTIP_APPLY_POISON_PCT Mrgezs eslye %d%% SA +TOOLTIP_APPLY_POISON_REDUCE Mreg ellenlls %d%% SA +TOOLTIP_APPLY_POTION_BONUS Ital %d%% hatsnvekeds SA +TOOLTIP_APPLY_REFLECT_CURSE %d%% esly, az tok visszaversre SA +TOOLTIP_APPLY_REFLECT_MELEE %d%% esly a kzelharci tmads visszaversre SA +TOOLTIP_APPLY_RESIST_ASSASSIN Vdelmi esly nindzsatmads ellen %d%% SA +TOOLTIP_APPLY_RESIST_BELL Harang vdelem %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER Tr vdekezs %d%% SA +TOOLTIP_APPLY_RESIST_FAN Legyez vdekezs %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN Vdekezsi esly smntmads ellen %d%% SA +TOOLTIP_APPLY_RESIST_SURA Vdekezsi esly Sura tmads ellen %d%% SA +TOOLTIP_APPLY_RESIST_SWORD Kard vdelem %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND Ktkezes vdelem %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR Vdekezsi esly harcos tmads ellen %d%% SA +TOOLTIP_APPLY_RESIST_WIND Szl ellenlls %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS Knyvbl tanuls eslynek nvelse 2,5-szeresre SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY Ha sikertelen a tanuls, azonnal jra prblhatod szabadon. SNA +TOOLTIP_APPLY_SLOW_PCT Lassts eslye %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% vesztesg eltnik a TP-bl. SA +TOOLTIP_APPLY_STEAL_SP %d%% vesztesg eltnik az MP-bl. SA +TOOLTIP_APPLY_STUN_PCT juls eslye %d%% SA +TOOLTIP_ARMOR Felszerels +TOOLTIP_ARROW Nyl +TOOLTIP_ASSASSIN Nindzsa +TOOLTIP_ATT_GRADE Tmad rtk +%d SA +TOOLTIP_ATT_SPEED Tmadsebessg +%d%% SA +TOOLTIP_AUTO_POTION_HP Nap Elixr +TOOLTIP_AUTO_POTION_REST Maradk: %.2f%% +TOOLTIP_AUTO_POTION_SP Hold Elixr +TOOLTIP_AUTO_POTION_USING Aktv +TOOLTIP_BOW_DISTANCE jjsz hattvolsg +%dm SA +TOOLTIP_BUYPRICE r: %s +TOOLTIP_CAST_SPEED Varzssebessg +%d%% SA +TOOLTIP_CON leter +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Jelmez bnusz %d%% SA +TOOLTIP_DEF_GRADE Vdekezs +%d SA +TOOLTIP_DEX gyessg +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Fld SNA +TOOLTIP_DRAGON_SOUL_DECK2 g SNA +TOOLTIP_EAR Flbeval +TOOLTIP_ENERGY Energia %d SA +TOOLTIP_ETC Stb. +TOOLTIP_FISHINGROD_EXP Pont: %d / %d +TOOLTIP_FISHINGROD_LEVEL Szint: %d +TOOLTIP_FISHINGROD_UPGRADE1 Add a halsznak, +TOOLTIP_FISHINGROD_UPGRADE2 hogy egy jobb +TOOLTIP_FISHINGROD_UPGRADE3 horgszbotot adjon. +TOOLTIP_FISH_LEN Hossz: %.2fcm +TOOLTIP_HELMET Sisak +TOOLTIP_HP_REGEN TP regenerlds +%d%% SA +TOOLTIP_INT Intelligencia +%d SA +TOOLTIP_ITEM_ATT_GRADE Tmad rtk %d +TOOLTIP_ITEM_ATT_POWER Tmad rtk %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Tmad rtk %d +TOOLTIP_ITEM_ATT_POWER_REFINE Tmad rtk %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Tmadsebessg %s +TOOLTIP_ITEM_DEF_GRADE Vdelem %d +TOOLTIP_ITEM_FAST Gyors +TOOLTIP_ITEM_LIMIT_CON leter fels hatr: %d +TOOLTIP_ITEM_LIMIT_DEX gyessg fels hatr: %d +TOOLTIP_ITEM_LIMIT_INT Intelligencia fels hatr: %d +TOOLTIP_ITEM_LIMIT_LEVEL %d. szinttl +TOOLTIP_ITEM_LIMIT_STR Er fels hatr: %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Mgikus tmad rtk %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Mgikus tmad rtk %d +TOOLTIP_ITEM_MAGIC_DEF_POWER Mgikus vdelem %d +TOOLTIP_ITEM_NORMAL Norml +TOOLTIP_ITEM_SLOW Lass +TOOLTIP_ITEM_VERY_FAST Nagyon gyors +TOOLTIP_ITEM_VERY_SLOW Nagyon lass +TOOLTIP_ITEM_WEARABLE_JOB [ Felszerelhet ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER Szerencseszm: %d +TOOLTIP_MAGIC_ATTBONUS_PER Mgikus tmads +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE Mgikus tmad rtk +%d SA +TOOLTIP_MAGIC_DEF_GRADE Mgikus vdelem +%d SA +TOOLTIP_MALL_ATTBONUS Tmad rtk +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC Tmad rtk +12~15% SNA +TOOLTIP_MALL_AUTOLOOT Automatikusan felszedi a Yangokat. SNA +TOOLTIP_MALL_DEFBONUS Vdekezs +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC Vdekezs +12~15% SNA +TOOLTIP_MALL_EXPBONUS EXP +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe EXP-Bnusz +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC 50%-kal tbb EXP SNA +TOOLTIP_MALL_FISH_MIND A halfogs eslye megntt. SNA +TOOLTIP_MALL_GOLDBONUS Yang eldobsi esly (%.1f) SA +TOOLTIP_MALL_GOLDBONUS_STATIC Dupla Yang eldobsi esly SNA +TOOLTIP_MALL_ITEMBONUS Trgy ledobsi esly (%.1f) SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe trgy zskmnyolsi esly plusz %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC Dupla trgy eldobsi esly SNA +TOOLTIP_MALL_MARRIAGE_FAST Gyorsabban nnek az letpontok. SNA +TOOLTIP_MALL_SAFEBOX Nagyobb raktrtr ll rendelkezsre. SNA +TOOLTIP_MAX_HP Max. TP +%d SA +TOOLTIP_MAX_HP_PCT Max. TP +%d%% SA +TOOLTIP_MAX_SP Max. MP +%d SA +TOOLTIP_MAX_SP_PCT Max. MP +%d%% SA +TOOLTIP_MAX_STAMINA Max. Kitarts +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Mgikus/kzelharci tmads +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR GPS HIBA(%d, %d) +TOOLTIP_MOV_SPEED Mozgsi sebessg %d%% SA +TOOLTIP_NECK Nyaklnc +TOOLTIP_NEED_ALL_SP Szksges MP: Max. +TOOLTIP_NEED_GSP Szkslges srkny szellem: %d +TOOLTIP_NEED_HP Szksges TP: %d +TOOLTIP_NEED_HP_PER_SEC TP / mp. : %d +TOOLTIP_NEED_SKILL_POINT Szksges kszsg pont: +TOOLTIP_NEED_SP Szksges MP: %d +TOOLTIP_NEED_SP_PER_SEC MP / mp.: %d +TOOLTIP_NEXT_SKILL_LEVEL_1 Kvetkez szint: %d (Max. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Kvetkez szint: %d (Max. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS tlagos krok %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS tlagos vesztesg ellenlls %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 Tbb, mint %d csoporttag +TOOLTIP_PARTY_INFO_GRADE_UP2 Tmadsi szint +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Vdelmi szint +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL Minden csoporttag TP/MP helyrelltsa egyszer 60 percen bell. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL Minden csoporttag TP/MP helyrelltsa 30 percen bell egyszer. +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL 3 percet kell vrnod a csoporttag halla utn. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Brmikor hvhatsz ugyanarrl a szerverrl csoporttagokat. +TOOLTIP_PARTY_INFO_SET_ATTACKER Tmad szint +(csoporttagok szma/2) tmadt %d lehet kivlasztani. +TOOLTIP_PARTY_INFO_SET_TANKER Vdelmi szint +(csoporttagok szma) 1 trharcost lehet vlasztani. +TOOLTIP_PARTY_SKILL_LEVEL Aktulis szint: %d +TOOLTIP_PARTY_TITLE_GRADE_UP [Tmads/Vdekezs javul] +TOOLTIP_PARTY_TITLE_HEAL [jrateremt] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Tbb, mint %d csoporttag esetn %d%% EXP bnusz jr. +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [EXP bnusz] +TOOLTIP_PARTY_TITLE_RECALL [Idehv] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [Tmad kinevezs] +TOOLTIP_PARTY_TITLE_SET_TANKER [Trharcos Bellts] +TOOLTIP_PICK_EXP Pont: %d / %d +TOOLTIP_PICK_LEVEL Szint: %d +TOOLTIP_PICK_UPGRADE1 Add a favgnak, +TOOLTIP_PICK_UPGRADE2 hogy egy jobb +TOOLTIP_PICK_UPGRADE3 csknyt adjon. +TOOLTIP_POTION_CURE Negatv hatsok visszalltsa. +TOOLTIP_POTION_MIN Min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Tmad sebessg +%d +TOOLTIP_POTION_PLUS_HP_PERCENT TP +%d%% +TOOLTIP_POTION_PLUS_HP_POINT TP +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Mozgsi sebessg +%d +TOOLTIP_POTION_PLUS_SP_PERCENT MP +%d%% +TOOLTIP_POTION_PLUS_SP_POINT MP +%d +TOOLTIP_POTION_SEC mp. +TOOLTIP_POTION_TIME Idtartama: +TOOLTIP_REQUIREMENT_21_LEVEL 21-es szintet el kell rned +TOOLTIP_REQUIREMENT_41_LEVEL 41-es szintet el kell rned +TOOLTIP_REQUIREMENT_LEVEL %d. szintet el kell rned +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s szint %d szksges +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d szksges +TOOLTIP_RESIST_BOW Nyl ellenlls %d%% SA +TOOLTIP_RESIST_DARK Sttsggel szembeni ellenlls +%d%% SA +TOOLTIP_RESIST_EARTH Fld ellenlls +%d%% SA +TOOLTIP_RESIST_ELEC Villm ellenlls %d%% SA +TOOLTIP_RESIST_FIRE Tz ellenlls %d%% SA +TOOLTIP_RESIST_ICE Jg-ellenlls +%d%% SA +TOOLTIP_RESIST_MAGIC Mgia ellenlls %d%% SA +TOOLTIP_REST_USABLE_COUNT Maradk: %d +TOOLTIP_SEALED +TOOLTIP_SELLPRICE r: %s +TOOLTIP_SHAMAN Smn +TOOLTIP_SHIELD Vrt +TOOLTIP_SHOES Cip +TOOLTIP_SKILL Kszsg SNA +TOOLTIP_SKILLBOOK_NAME Kszsgknyv +TOOLTIP_SKILL_AFFECT_ATT_GRADE Tmad rtk: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Tmad rtk: +TOOLTIP_SKILL_AFFECT_ATT_SPEED Tmadsebessg: + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Vdelem: +TOOLTIP_SKILL_AFFECT_DODGE Ellensges tmad rtk: - +TOOLTIP_SKILL_AFFECT_HEAL TP helyrellts: +TOOLTIP_SKILL_AFFECT_MOV_SPEED Mozgsi sebessg: + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Esly a kzelharci tmads visszaversre: +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Testi srlsek elleni ellenlls: +TOOLTIP_SKILL_COOL_TIME jratlts: +TOOLTIP_SKILL_DAMAGE_BONUS Kszsg krok %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS Kszsg krokkal szembeni ellenlls %d%% SA +TOOLTIP_SKILL_DURATION Idtartama: %d mp. +TOOLTIP_SKILL_FORGET_BOOK_NAME Feleds szalagja +TOOLTIP_SKILL_LEVEL Aktulis szint: %d +TOOLTIP_SKILL_LEVEL_MASTER Aktulis szint: %d (mester) +TOOLTIP_SKILL_LEVEL_WITH_MAX Aktulis szint: %d (max. %d) +TOOLTIP_SOCKET_EMPTY res +TOOLTIP_SOCKET_REFINABLE_ITEM [Trgy foglalattal] +TOOLTIP_SP_REGEN MP-Regenerlds +%d%% SA +TOOLTIP_STR Er +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX Feltltsi id %d sec. SA +TOOLTIP_TIME_CHARGER_PER Feltltsi id %d%% SA +TOOLTIP_UNIQUE Egyedli +TOOLTIP_UNSEAL_LEFT_TIME +TOOLTIP_WARRIOR Harcos +TOOLTIP_WEAPON Fegyver +TOOLTIP_WRISTLET Csuklpnt +UI_ACCEPT Elfogad +UI_CANCEL Megszakt +UI_CLOSE Bezr +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Elutast +UI_ITEM Trgy +UI_LEFT_TIME Maradk id: %d mp. +UI_NEXT Tovbb +UI_NEXTPAGE Kvetkez +UI_NOCONTENTS Nincs tartalom +UI_NONAME Nincs nv +UI_OK OK +UI_POS_UNKNOWN Ismeretlen hely +UI_PREVPAGE Vissza +UI_UNKNOWN Ismeretlen +UPLOAD_MARK_CHECK_NEED_RECONNECT A feltltst mg egyszer el kell indtani +UPLOAD_MARK_UPLOAD_NEED_RECONNECT A feltltst mg egyszer el kell indtani +USE_ITEM_FAILURE_PRIVATE_SHOP Nem hasznlhatsz trgyakat, amg nyitva van a privt boltod. +USE_SKILL_ERROR_UNKNOWN Ismeretlen kszsg hiba: %s diff --git a/bin/pack/locale_hu/locale/hu/locale_interface.txt b/bin/pack/locale_hu/locale/hu/locale_interface.txt new file mode 100644 index 00000000..167eacf4 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/locale_interface.txt @@ -0,0 +1,326 @@ +ACCEPT Megerst +ATTACH_METIN_INFO Hasznlni akarod a Szellemkvet? +ATTACH_METIN_TITLE Szellemk hasznlata +CANCEL Megszakt +CHANGE_PASSWORD_CONFIRM j jelszt megerst +CHANGE_PASSWORD_NEW j jelsz +CHANGE_PASSWORD_OLD Rgi jelsz +CHANGE_PASSWORD_TITLE Jelsz vltoztats +CHARACTER_ACTION Akci +CHARACTER_EMOTICON rzelem +CHARACTER_MAIN Karakter +CHARACTER_MUTUAL_ACTION Interaktv akci +CHARACTER_NORMAL_ACTION Norml akci +CHARACTER_QUEST Kldetsek +CHARACTER_SKILL Kpessg +CLOSE Bezr +COSTUME_TITLE Viseletek +COSTUME_WINDOW_TITLE Viseletek +CREATE_ATT_GRADE Er +CREATE_CREATE Ltrehoz +CREATE_DEX_GRADE GY +CREATE_HP VIT +CREATE_LAST_POINT Pont +CREATE_MAN Frfi +CREATE_NAME Nv +CREATE_NEXT Tovbb +CREATE_PREV Vissza +CREATE_SEX Neme +CREATE_SHAPE Kinzet +CREATE_SP INT +CREATE_STAT_RESET Vissza +CREATE_WOMAN Asszony +CUBE_INFO_TITLE Finomtsi kziknyv +CUBE_REQUIRE_MATERIAL Szksges anyagok +CUBE_REQUIRE_MATERIAL_OR vagy +CUBE_TITLE Nemestsi ablak +DO_REFINE Nemest +DRAGONSOUL_ACTIVATE Aktivls +DRAGONSOUL_PAGE_BUTTON_1 Nyers +DRAGONSOUL_PAGE_BUTTON_2 Metszett +DRAGONSOUL_PAGE_BUTTON_3 Ritka +DRAGONSOUL_PAGE_BUTTON_4 Antik +DRAGONSOUL_PAGE_BUTTON_5 Legends +DRAGONSOUL_REFINE_WINDOW_TITLE Nemestsi ablak +DRAGONSOUL_TAP_TITLE_1 Srknygymnt +DRAGONSOUL_TAP_TITLE_2 Srknyrubin +DRAGONSOUL_TAP_TITLE_3 Srknyjde +DRAGONSOUL_TAP_TITLE_4 Srknyzafr +DRAGONSOUL_TAP_TITLE_5 Srknygrnt +DRAGONSOUL_TAP_TITLE_6 Srknynix +DRAGONSOUL_TITLE Srknyk-alkmia +EMPIRE_EXIT Bezr +EMPIRE_NEXT Tovbb +EMPIRE_PREV Vissza +EMPIRE_SELECT Vlasztani +EXCHANGE_ACCEPT Elfogad +EXCHANGE_TITLE Kereskeds +GAMEOPTION_TITLE Jtk opcik +GAME_EXIT_OBSERVER Megfigyel mdot befejezni +GAME_HELP Segtsg +GAME_QUEST Feladat +GAME_SKILL_UP Kpessg fejleszts +GAME_STAT_UP Sttusz emels +GRADE Osztly +GRADE_SELECT Osztly +GUILD_BASENAME Bzisnv +GUILD_BOARD_ID Nv +GUILD_BOARD_REFRESH Aktualizls (F5) +GUILD_BOARD_TEXT zenet +GUILD_BUILDING_CATEGORY_TITLE pt darabok +GUILD_BUILDING_CHANGE Cserlni +GUILD_BUILDING_DIRECTION Irny +GUILD_BUILDING_GRADE Rang +GUILD_BUILDING_INFO plet- s kltsginformcik +GUILD_BUILDING_LIST_TITLE plet lista +GUILD_BUILDING_LOG Tnk +GUILD_BUILDING_NAME plet nv +GUILD_BUILDING_OPERATE Kiszolgl +GUILD_BUILDING_PLY Furnr +GUILD_BUILDING_POSITION Fekvs +GUILD_BUILDING_PREVIEW Elrejelzs +GUILD_BUILDING_PRICE r +GUILD_BUILDING_REFRESH Frissts (F5) +GUILD_BUILDING_STONE K +GUILD_BUILDING_TITLE Chhz pts +GUILD_CRYSTAL Kristly +GUILD_DEPOSIT Fizetni +GUILD_DROP_RESOURCE1 itt +GUILD_DROP_RESOURCE2 Erforrs eldobs +GUILD_GEM Drgak +GUILD_GRADE_CHANGE_GRADE_NAME j rang nv +GUILD_GRADE_NUM Nr. +GUILD_GRADE_PERMISSION_DELETE Kirg +GUILD_GRADE_PERMISSION_JOIN Meghv +GUILD_GRADE_PERMISSION_NOTICE rs +GUILD_GRADE_PERMISSION_SKILL Kpz. +GUILD_GRADE_RANK Rang +GUILD_GRADE_WRITE rni +GUILD_INFO Ch informci +GUILD_INFO_CUR_EXP Tapasztalat +GUILD_INFO_DECALRE_WAR Hadat zen +GUILD_INFO_ENEMY_GUILD Ellensges ch +GUILD_INFO_ENEMY_GUILD_EMPTY Semennyi +GUILD_INFO_LEVEL Ch-szint +GUILD_INFO_MARK Ch jel +GUILD_INFO_MASTER Vezet +GUILD_INFO_MASTER_VALUE Vezet +GUILD_INFO_MEMBER_AVG_LEVEL tlagos Szint +GUILD_INFO_MEMBER_NUM Tagok szma +GUILD_INFO_NAME Ch nv +GUILD_INFO_NAME_VALUE Ez egy ch nv +GUILD_INFO_OFFER_EXP Befektet +GUILD_INFO_REST_EXP Szksges tapasztalat +GUILD_INFO_UPLOAD_MARK Jel feltlts +GUILD_INFO_UPLOAD_SYMBOL Zszl feltlts +GUILD_MARK Ch jel +GUILD_MEMBER_JOB Kaszt +GUILD_MEMBER_KNIGHT Vezet +GUILD_MEMBER_LEVEL Szint +GUILD_MEMBER_NAME Nv +GUILD_MEMBER_RANK Rang +GUILD_MEMBER_SPECIFIC_GRAVITY Befektet. +GUILD_METIN_STONE Metin k +GUILD_MINENAL svny +GUILD_MONEY Yang +GUILD_NAME Ch +GUILD_RESOURCE_INFO Forrs informcik +GUILD_SKILL_ACTIVE Aktv +GUILD_SKIlL_HEAL_GSP Feltlteni +GUILD_SKILL_PASSIVE Passzv +GUILD_SKILL_POWER Energia +GUILD_SKILL_STATE Ch kpessg +GUILD_SYMBOL Ch zszl +GUILD_WAR_ACCEPT Ch hadzenet elfogadsa +GUILD_WAR_BATTLE_TYPE Harci md +GUILD_WAR_CTF Zszl +GUILD_WAR_DECLARE Ch hbort kinyilvnt +GUILD_WAR_ENEMY Ellensg +GUILD_WAR_NORMAL Harcmez +GUILD_WAR_WARP Arna +GUILD_WATER Vz +GUILD_WATER_STONE Aqua k +GUILD_WITHDRAW Kivon +HELP_ATTACK_KEY Tmads: bal egrgomb vagy szkz billenty +HELP_CHANGE_PK_MODE Tmadsi md vlts: bal egrgomb belltsa +HELP_CHARACTER_BUTTON1 (Karakter ablak, Leltr ablak, +HELP_CHARACTER_BUTTON2 Bartlista s Belltsok) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Kameralls: kzps vagy jobb egrgomb +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Kameralls: jobb vagy kzps egrgomb +HELP_EXP Tapasztalat +HELP_FURY Jtkbeli trgy piac +HELP_GUILD_WINDOW Ch ablak megnyitsa: Alt+G +HELP_HELP Segtsg megmutatsa: H +HELP_HP leter (TP) +HELP_MESSENGER_WINDOW Bartlista megnyitsa: Alt+M +HELP_MOUSE_LEFT Bal egrgomb funkci +HELP_MOUSE_RIGHT Jobb egrgomb funkci +HELP_MOVE_KEY Vezrls: W, A, S, D, vagy nyl billentyk +HELP_OPEN_CHARACTER Karakter ablak megnyitsa: C +HELP_OPEN_CHAT Cset ablak megnyitsa: Enter +HELP_OPEN_INVENTORY Leltr ablak megnyitsa: I +HELP_OPEN_LOG Cset-log megnyitsa: L +HELP_OPEN_MINIMAP Mini trkp megnyitsa: Shift + M +HELP_OPEN_QUEST Feladata ablak megnyitsa: N +HELP_OPEN_SKILL Kpessg ablak megnyitsa: V +HELP_OPEN_WHISPER Suttogs ablak megnyitsa: Shift + Enter +HELP_OPEN_ZONEMAP Nagy trkp megnyitsa: M +HELP_PICK_ITEM Trgyak sszegyjtse: ^ vagy Y billenty, vagy bal egrgomb +HELP_QUICKSLOT Gyors elrsi mezk +HELP_SCREEN_CAPTURE Kpernykp mentse: Nyomtats (a "Metin2\screenshot" knyvtrban lesz elmentve egy fjlba) +HELP_SHOW_ALL_NAME Nevek megmutatsa: Alt +HELP_SP Mana pontok (MP) +HELP_SYSTEM_BUTTON Rendszer billentyk +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. leltr +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. leltr +INVENTORY_TITLE Leltr +ITEM_MALL Trgy piac +LOAD_ERROR Az adatfjl megsrlt. Installld jra a klienst. Nyomd meg az ESC gombot. +LOGIN_CONNECT Csatlakozik +LOGIN_CONNECTING A szerverhez leszel kapcsolva. +LOGIN_DEFAULT_SERVERADDR Szervernv, 1. csatorna +LOGIN_EXIT Bezr +LOGIN_REGION_TITLE Szmlakibocsts helyszne +LOGIN_SELECT_BUTTON Vlaszt +LOGIN_SELECT_EXIT Bezr +LOGIN_SELECT_OK OK +LOGIN_SELECT_TITLE Szervert vlaszt +MALL_PASSWORD_TITLE Jelsz +MALL_TITLE Trgypiac raktr +MARKET_TITLE Betlt +MARKLIST_REFRESH Aktualizl +MARKLIST_TITLE Ch jelet regisztrl +MESSAGE Ez egy zenet +MESSENGER_ADD_FRIEND Bart hozzadsa +MESSENGER_DELETE_FRIEND Bart trlse +MESSENGER_MOBILE SMS klds +MESSENGER_OPEN_GUILD Ch ablak nyits +MESSENGER_TITLE Bart +MESSENGER_USE_GUILD_MOVE_SKILL Hasznld a ch mozgatkszsget +MESSENGER_WHISPER Sg +MINIMIZE Minimalizl +MOUSEBUTTON_ATTACK Tmad +MOUSEBUTTON_AUTO_ATTACK Automatikus tmads +MOUSEBUTTON_CAMERA Kamera +MOUSEBUTTON_SKILL Kszsg +MUSICLIST_TITLE Zene vlaszts +NO Nem +OK OK +OPTION_ALWAYS_SHOW_NAME Nv +OPTION_ALWAYS_SHOW_NAME_OFF korltozott +OPTION_ALWAYS_SHOW_NAME_ON Mindig +OPTION_BLOCK Letilt +OPTION_BLOCK_EXCHANGE Kereskedik +OPTION_BLOCK_FRIEND Bartok +OPTION_BLOCK_GUILD Ch +OPTION_BLOCK_PARTY Csoport +OPTION_BLOCK_PARTY_REQUEST Krs +OPTION_BLOCK_WHISPER Sgni +OPTION_CAMERA_DISTANCE Kamera +OPTION_CAMERA_DISTANCE_LONG Tvoli +OPTION_CAMERA_DISTANCE_SHORT Kzeli +OPTION_DELETE_MOBILE_BUTTON Telefonszm trls +OPTION_EFFECT Tallati info. +OPTION_FOG Kd +OPTION_FOG_DENSE Sok +OPTION_FOG_LIGHT Kevs +OPTION_FOG_MIDDLE Kzepes +OPTION_INPUT_MOBILE_BUTTON Mobiltelefonszm megadsa +OPTION_MOBILE Mobiltelefon +OPTION_MUSIC Zene +OPTION_MUSIC_CHANGE Vltani +OPTION_MUSIC_DEFAULT_THEMA Metin2 alap zene +OPTION_NAME_COLOR Szn nv +OPTION_NAME_COLOR_EMPIRE Birod. Szn +OPTION_NAME_COLOR_NORMAL Nomlis +OPTION_PVPMODE PvP Md +OPTION_PVPMODE_FREE Szabad +OPTION_PVPMODE_FREE_TOOLTIP Minden jtkost megtmadhastz. +OPTION_PVPMODE_GUILD Ch +OPTION_PVPMODE_GUILD_TOOLTIP Chtagokat kivve minden jtkost megtmadhatsz. +OPTION_PVPMODE_PEACE Bke +OPTION_PVPMODE_PEACE_TOOLTIP Nem tmadhatod meg a sajt birodalmad jtkosait. +OPTION_PVPMODE_REVENGE Ellensg +OPTION_PVPMODE_REVENGE_TOOLTIP Csak eltr vilgkp jtkost tmadhatsz meg. +OPTION_SALESTEXT Bolt nv +OPTION_SALESTEXT_VIEW_OFF kitakarni +OPTION_SALESTEXT_VIEW_ON eltakarni +OPTION_SOUND Hats +OPTION_TARGET_BOARD Cl men +OPTION_TARGET_BOARD_NO_VIEW Bezr +OPTION_TARGET_BOARD_VIEW Megmutat +OPTION_TILING Grafika +OPTION_TILING_APPLY Felhasznl +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Opcik +OPTION_VIEW_CHAT Cset sor +OPTION_VIEW_CHAT_OFF kitakarni +OPTION_VIEW_CHAT_ON eltakarni +PARTY_MEMBER_INFO_NAME Csoporttrs neve +PASSWORD_DESC_1 rd be a jelszavad +PASSWORD_DESC_2 a raktr megnyitshoz. +PASSWORD_DESC_3 Megvltoztattad mr a jelszavad? +PASSWORD_DESC_4 Ha mg nem, a jelszavad "000000" lesz. +PASSWORD_DESC_5 Vltoztasd meg a jelszavad a raktrban. +PASSWORD_TITLE Jelsz ments +PICK_MONEY_TITLE Feloszt +PRIVATE_SHOP_CLOSE_BUTTON Bolt zrs +PRIVATE_SHOP_NAME Bolt neve +PRIVATE_SHOP_TITLE Magn bolt nyits +REFINE_COST Javtsi kltsgek: 0 Yang +REFINE_INFO Esly a sikeres javtsra: 100% +REFINE_MONEY Nemestsi dj +REFINE_SELECT Nemests +REFINE_TTILE Javtsok +REPORT_VIOLENT_WHISPER +RESTART_HERE jraindt itt +RESTART_TOWN jraindt a vrosban +SAFE_CHANGE_PASSWORD Jelsz vltoztats +SAFE_TITLE Trolhely +SELECT_ATT_GRADE ER +SELECT_CREATE Ltrehoz +SELECT_DELETE Trl +SELECT_DEX_GRADE GY +SELECT_EMPIRE_NAME Birodalom neve +SELECT_EXIT Bezr +SELECT_HP VIT +SELECT_LEVEL Szint +SELECT_METIN_STONE_TITLE Szellemk vlaszts +SELECT_NAME Nv +SELECT_NO_GUILD Nincs ch +SELECT_PLAYTIME Jtkid (perc) +SELECT_SELECT Start +SELECT_SP INT +SELECT_TITLE Cm vlaszts +SHOP_BUY Vsrol +SHOP_SELL Elad +SHOP_TITLE Bolt +SKILL_SUPPORT_TITLE Standard kszsgek +STEP Tisztasgi minsg +STEP_SELECT Tisztasgi minsg +STRENGTH Ersts +STRENGTH_SELECT Szint +SYSTEMOPTION_TITLE Rendszer opcik +SYSTEM_CHANGE Karakter csere +SYSTEM_EXIT Jtk befejezs +SYSTEM_HELP Segtsg +SYSTEM_LOGOUT Kilps +SYSTEM_MALL Trgy piac +SYSTEM_OPTION Rendszer opcik +TASKBAR_CHARACTER Karakter [C/V/B/N] +TASKBAR_CHAT Cset ablak [Enter] +TASKBAR_DISABLE Kikapcsolva +TASKBAR_DRAGON_SOUL Srknyk-alkmia +TASKBAR_EXPAND Meghosszabbts +TASKBAR_INVENTORY Leltr [I] +TASKBAR_MESSENGER Bartok [Alt+M] +TASKBAR_NEXT_QUICKSLOT Kvetkez gyors elrs mez [Shift+Szm, Alt] +TASKBAR_PREV_QUICKSLOT Elz gyors elrs mez [Shift+Szm] +TASKBAR_SYSTEM Opcik [ESC] +WHISPER_BAN Letilts +WHISPER_NAME Suttogs +WHISPER_REPORT +WHISPER_SEND Kld +YES Igen +ZONE_MAP Nagy trkp diff --git a/bin/pack/locale_hu/locale/hu/map/map_a2_point.txt b/bin/pack/locale_hu/locale/hu/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_hu/locale/hu/map/map_b2_point.txt b/bin/pack/locale_hu/locale/hu/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_hu/locale/hu/map/map_c2_point.txt b/bin/pack/locale_hu/locale/hu/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_hu/locale/hu/map/map_n_snowm_01_point.txt b/bin/pack/locale_hu/locale/hu/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_hu/locale/hu/map/metin2_map_a1_point.txt b/bin/pack/locale_hu/locale/hu/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_hu/locale/hu/map/metin2_map_a3_point.txt b/bin/pack/locale_hu/locale/hu/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_hu/locale/hu/map/metin2_map_b1_point.txt b/bin/pack/locale_hu/locale/hu/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_hu/locale/hu/map/metin2_map_b3_point.txt b/bin/pack/locale_hu/locale/hu/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_hu/locale/hu/map/metin2_map_c1_point.txt b/bin/pack/locale_hu/locale/hu/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_hu/locale/hu/map/metin2_map_c3_point.txt b/bin/pack/locale_hu/locale/hu/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_hu/locale/hu/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_hu/locale/hu/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_hu/locale/hu/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_hu/locale/hu/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_hu/locale/hu/mob_proto b/bin/pack/locale_hu/locale/hu/mob_proto new file mode 100644 index 00000000..ea2981bb Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/mob_proto differ diff --git a/bin/pack/locale_hu/locale/hu/skilldesc.txt b/bin/pack/locale_hu/locale/hu/skilldesc.txt new file mode 100644 index 00000000..f9b6e53b --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Hrom irny vgs Tripla vgs Tripla metszs Villmgyorsan vgd meg az ellensget. Frontlis vgs 3-szor ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 ssz tmad rtk %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN Villm hajts Gmbvillm Hall villm Tmadj villmmal. Tvoli tmads Tmads tbb clra Villm jellemzk ATTACK_SKILL|NEED_TARGET noejeon 16 4 Mgikus tmadsi rtk: %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN Villm knyrgs Villm hvs Zivatar Villmok hvsa az gbl. Tvoli tmads Tmads tbb cl ellen. Villm jellemz julsi hats ATTACK_SKILL|NEED_TARGET byeorak 17 4 Mgikus tallati rtk %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k juls eslye: %.0f%% (50+1000*k/6)/10 +108 SHAMAN Villm karom Villmls Mennydrgs Idzz villmot az klddel. Tvoli tmads Villm jellemz Lnc tmads ATTACK_SKILL|NEED_TARGET pokroe 18 4 Mgikus tmader %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN Kezels Gygyts A fny segtsge Gygyts sebeket fny segtsgvel. TP-t llt vissza Negatv hatsok kezelse A csapat egyik tagjnak lehet felhasznlni CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 TP-t visszallt %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k Esly a negatv hatsok gygytsra %.0f%% 20+80*k +110 SHAMAN Gyorsasg Sebessg Szlsebessg Fuss olyan gyorsan, mint a szl. Mozgsi sebessg nvekedik Varzslsi sebessg cskken Egy csapattagnak hasznlhat fel CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Mozgsi sebessg +%.0f%% 5 + (35 * k) Varzslsi sebessg +%.0f%% 3+33*k +111 SHAMAN Tmads+ Tmads tmogats fokozott tmads Ersts meg egy trsat. Tmadsi rtk nvekszik Egy csapattagon hasznlhat CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Tmad er : +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Vezets Kpessg partnerek vezetsre PASSIVE tongsol +122 SUPPORT Combo Erstsd a Combo tmadst CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT Horgszni Prblj meg egy halat fogni. CANNOT_LEVEL_UP fishing +124 SUPPORT Bnyszat Bnyssz rceket. PASSIVE mining +125 SUPPORT Trgyak ksztse Kszts egy trgyat CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Shinsoo Megrted a Shinsoo-t. CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Chunjo Megrted a Chunjo-t. CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Jinno Megrted a Jinno-t. CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT tvltozs Szrnny vltoztat CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Lovagls Kpessg a lovaglsra. CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT L hvs Egy lovadat hvja. summon +137 HORSE Harc lhtrl Lovagolj s tmadj az ellensgre.(50. szinttl) ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE L dbrgs Sztdngl minden ellensget a krnyken (52. szinttl) Lovaglsi kpessg ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE Er hullm Tmadj meg minden ellensget lrl. (55. szinttl) Lovagl tuds ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Nylzpor Nyilazz lrl az ellesgre. (50.szinttl) Lovas tuds ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Srknyszem Nveld a maximlis srkny szellemet. PASSIVE yongan Max. srkny szellem nvels +%.0f k * 1400 +152 GUILD A Srknyisten vre Emeld meg egy idre az sszes chtrs TP-jt Csak ch csata ONLY_FOR_GUILD_WAR gaho 101 1 Max. TP nvels +%.0f%% k * 20 +153 GUILD A Srknyisten ldsa Nveld meg minden chtag MP-jt egy idre. Csak ch csta ONLY_FOR_GUILD_WAR chukbok 102 1 Max. MP nvekeds+%.0f%% k * 20 +154 GUILD Szent felszerels Egy idre fokozza minden chtag vdelmt Csak ch csata ONLY_FOR_GUILD_WAR seonghwi 103 1 Verteidigungsverbesserung +%.1f%% k * 10 +155 GUILD Gyorsuls Nveld meg egy idre minden chtag szmra a tmad- s mozgsi sebessget. Csak ch csata ONLY_FOR_GUILD_WAR gasok 104 1 Tmad- s mozgsi sebessg nvekeds +%.1f k * 30 +156 GUILD A Srknyisten dhe Nveld meg egy idre minden chtag fontos eslyt. Csak ch csata ONLY_FOR_GUILD_WAR bunno 105 1 Fontos esly nvekeds +%.0f%% k * 50 +157 GUILD Varzs segly Cskkentsd egy idre minden chtag feltltsi idejt. Csak ch csata ONLY_FOR_GUILD_WAR jumunsul 106 1 Varzsl sebessg nvekeds +%.0f%% k * 50 +16 WARRIOR thatols Nyoms hullm Cunami tmads Szembl tmadsz az ellensgre. Frontlis tt tmads ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Tmad er %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR Heves csaps Heves tigris csaps Heves srkny csaps Frontlisan tmadsz az ellensgre tt tmads Tmads tbb cl ellen ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Tmad er %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR Dbrgs Oroszln dbrgs Orrszarv dbrgs Terts le tbb ellensget. tt tmads juls esly ATTACK_SKILL|STANDING_SKILL daejin 18 4 Tmad rtk %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint juls esly: %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Ers test Test jgbl Test aclbl A vdekezsed egy idre javul s nem vesztesz. A vdekezs javul Cskken a mozgsi sebessg Nincs sszeomls STANDING_SKILL cheongeun 19 4 Vdekezs : +%.0f 7+(40 + 0.2*str + 0.4*con)*k Mozgsi sebessg: -%.0f 1 + 9*SkillPoint +2 WARRIOR Forg kard Kard tnc Ciklon Forgasd krbe a kardot, hogy tbb ellensget tmad meg. tt tmads Tbb cl tmadsa ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Tmad rtk %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Kard ts Kard szrs Kard dobs Szembl tmadsz az ellensgre. Tvoli tmads Tbb cl tmadsa juls Puszttsd el a clt ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Tmad rtk %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k juls esly: %.0f%% (100+k*1000/6)/10 +3 WARRIOR Harci mmor Dh Vgtzs Kizrlag a tmadsra koncentrlj. Tmad sebessg nvekedik Nveli a mozgsi sebessget Nveli az elszenvedett vesztesgeket STANDING_SKILL jeongwi 3 4 Tmad sebessg +%.0f%% 50 * SkillPoint Mozgsi sebessg +%.0f%% 20 * SkillPoint +31 ASSASSIN Leshely Orv tmads Titkos leshely Kzelts htulrl az ellensghez s vezess hallos tmadst. A tmadsi rtk n, ha a tallat htulrl rkezik Rejtzsi bnusz ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Tmad rtk: %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Villm csaps tvltoztat csaps Hallos csaps Kzelts gyorsan egy ellensghez s mrj r hallos csapst. Teleportl tmads lczsi bnusz ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Tmad rtk %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Kard forgatag Forg tr Tncol tr Forgasd krbe az trt. Fekszni srlsek Marad mreg tmads ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Tmad rtk %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Mrgezs eslye %.0f%% 1 + 4*k +34 ASSASSIN lczs Halk jrs Eltakar Elrejtzhetsz. A tmads flbeszakad a hasznlatnl. STANDING_SKILL eunhyeong 4 4 Leshely-bnuszvesztesg: +%.0f%% 50 * SkillPoint +35 ASSASSIN Mreg felh Hallos felh Gyilkos felh Szabadts mrgez felht ellensged kr s mrgezd meg. Tvoli tmads Tbb cl elleni tmads Maradand mreg tmads ATTACK_SKILL|NEED_TARGET sangong 5 4 Tmad rtk %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Mrgezs eslye %.0f%% 40*k +4 WARRIOR A kard aurja Spiritulis kard Fantom kard A tmad rtk bizonyos idre megnvekszik. A tmad rtk megn STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Tmad rtk +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Ismtelt lvs Tbbszrs lvs Erszakos lvs Ljj tbb nyillal egy ellensgre. Tv tmads Tbbszrs tmads ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) ssz tmadsi rtk %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k %.0f nyl lett kilve. 2 + floor(6 * SkillPoint) +47 ASSASSIN Nyles Nylvihar Nylorkn Ljj tbb nyilat tbb ellensgre. Tv tmads Tmads tbb clpontra ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Tmad rtk %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Max. cl %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Tznyl g nyl Lngnyl Gyjtsd meg a nyilat. Tv tmads Tbb cl elleni tmads Tz tmads ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Tmad rtk %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Pehelyknny lpsek Gyors mint a szl Isteni sebessg Tedd knnyebb tested, a mozgsi sebessg fokozsrt. Mozgsi sebessg nvekedik STANDING_SKILL gyeonggong 19 4 Mozgsi sebessg: +%.0f 60*SkillPoint +5 WARRIOR Szgulds Vgtats Lvedk Olyan gyors vagy mint a lvedk. Dhs tt tmads ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Tmad rtk %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN Mrgezett nyl Mrgez nyl Hallos nyl Vond be nyiladat ers mreggel. Tv tmads Tbb cl elleni tmads Dntsd fel a clt Maradand mreg tmads ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Tmad rtk %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Mrgezs eslye %.0f%% 80*k +61 SURA Ujjcsaps g ujjcsaps Ujj robbans Okozz robbanst az ujjhegyeddel. that tmads Az ellensg vdekezse hatstalan Intelligencia bnusz ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Tmad rtk %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Az ellenfl vdelmnek hatstalantsnak eslye %.0f%% 1 + 9*SkillPoint +62 SURA Srkny rvny Tornd rvny Forgszl Okozz ers forgszelet, amivel tbb ellensget is legyzhetsz. Felszni krok Az ellenfl meneklse hatstalan. Intelligencia bnusz ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Tmad rtk %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Az ellensg meneklsnek hatstalantsnak eslye %.0f%% 1 + 9*SkillPoint +63 SURA Elvarzsolt penge Elvarzsolt kard Szellem penge Szereld fel pengdet egy hatalmas szellemmel. Tmadsi rtk n Intelligencia bnusz Lops az lettl STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Tmad rtk +%.1f 7 + (5*iq+13)*k Vesztesgek %.0f%% a TP-hez addnak. 10*k +64 SURA Flelem Hatalmas flelem Rmlet Cskkenti az ellenfl kszsgt arra, hogy megtmadjon. Ellensges tmad rtk cskken N az eslye annak, hogy az ellenfl tmadsa sikertelen lesz Csak akkor van felhasznlva, ha rintett vagy. STANDING_SKILL gongpo 4 4 Ellensges tmad rtk -%.0f%% 5 + 20*SkillPoint Esly az ellenfl tmadsnak sikertelensgre %.0f%% 1 + 29*SkillPoint +65 SURA Elvarzsolt vrtezs Elvarzsolt jobb vrtezs Sttsg vrtezete Stt vrttel vdi tested A krok egy rsze a tmadra visszaverdik Javtja a vdekezst Intelligencia bnusz STANDING_SKILL jumagap 5 4 Vdekezs +%.0f (iq+30)*k Esly a testi tmads visszaversre %.0f%% (iq/4+10)*k +66 SURA Varzslat kiolts Ers varzslat kiolts Varzslat kiolt tmads Kioltja az ellensg minden segt effektjt. Tv tmads Tbb clra tmads Az ellensg segt hatsait kioltja ATTACK_SKILL|NEED_TARGET pabeop 6 4 Magikus tmadrtk %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Varzs kiolt esly %.0f%% 50*k +76 SURA Stt tmads Stt csaps Fekete tmads Hasznld a stt hatalmat az ellensg megsebestsre. Tv tmads Tbb cl elleni tmads ATTACK_SKILL|NEED_TARGET maryeong 16 4 Magikus tmad rtk: %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Lng csaps Tzel csaps Lng robbans gesd meg az ellensget egy robbanssal. Felleti srlsek Tz tmads ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Magikus tmad rtk: %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Lng lelke Lng sor Lng robbans Lng lelket csinl. Tv tmads Vletlenszer clzs Tbb cl elleni tmads ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Magikus tmad rtk: %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Stt vdelem Stt membrn Stt fejedelem vdelme Vdd magad a stt erkkel s vltoztasd t a testi srlseket MP-re. Mgia vesztesgek cskkennek. Javtja a vdekezst STANDING_SKILL|TOGGLE heuksin 19 4 Vesztesg cskkents %.0f%% (iq*0.84)*k Vdekezs +%.0f (0.5*iq+15)*k +80 SURA Szellem csaps Llek csaps Szellem tmads Hajts stt szellemeket az ellensg megsebestsrt. Tv tmads Tbb cl elleni tmads Lelassulnak ATTACK_SKILL|NEED_TARGET tusok 20 4 Magikus tmad rtk: %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Esly a lelassulsra: %.1f%% (333 + (300 * k))/10 +81 SURA Stt k Stt goly Stt gmb Hajts egy stt golyt, hogy megsrljn az ellensg. Tv tmads Tbb cl elleni tmads ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Magikus tmad rtk %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Repl talizmn Srkny dobs Erszakos dobs Dobj egy talizmnt, hogy megsrljn az ellensg. Tv tmads Tbb cl elleni tmads ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Mgikus tmad rtk : %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Srkny lvs Tmad srkny Felszll srkny Lj egy srknyfigurt, hogy szembl tmadj az ellensgre. tt tmads Tarts tzkrok ATTACK_SKILL|NEED_TARGET yongpa 2 4 Magikus tmad rtk: %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Esly tarts tzre: %.0f%% iq*0.2*k +93 SHAMAN Srkny ordts Srkny sikts Srkny vlts Tmadj srkny figurval az ellenflre. Felleti srlsek Tarts tzkrok ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Magikus tmad rtk %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k Tarts tz eslye %.0f%% iq*0.2*k +94 SHAMAN lds Mennyfal Srkny ldsa Vdd magad vagy trsad vdelmi krrel. Ellenlls testi tmadssal szemben Csoporttag hasznlhatja fel CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Testi tmadssal szembeni ellenlls: %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Visszaverni Tkrzd vz Tkr Vdd magad, vagy trsad egy visszatkrz krrel. Testi tmads visszaverdik Csoporttagon hasznlhat fel CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 Esly, testi tmads visszaverse %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Srkny segtsge Srkny tmogatsa Srkny er Erstsd sajt, vagy trsad tmad erejt Kritikus csaps eslye megn Csoporttagnak hasznlhat fel. CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Hallos tmads eslye: %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_hu/locale/hu/skilltable.txt b/bin/pack/locale_hu/locale/hu/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_hu/locale/hu/ui/costume/costume_bg.jpg b/bin/pack/locale_hu/locale/hu/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_hu/locale/hu/ui/costume_bg.jpg b/bin/pack/locale_hu/locale/hu/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_hu/locale/hu/ui/createcharacterwindow.py b/bin/pack/locale_hu/locale/hu/ui/createcharacterwindow.py new file mode 100644 index 00000000..3ce61022 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/hu/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/hu/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/dragonsoulrefinewindow.py b/bin/pack/locale_hu/locale/hu/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_hu/locale/hu/ui/dragonsoulwindow.py b/bin/pack/locale_hu/locale/hu/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/empire/empire.dds b/bin/pack/locale_hu/locale/hu/ui/empire/empire.dds new file mode 100644 index 00000000..e63eaf0f Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/empire/empire.dds differ diff --git a/bin/pack/locale_hu/locale/hu/ui/empire/title.sub b/bin/pack/locale_hu/locale/hu/ui/empire/title.sub new file mode 100644 index 00000000..cfffe3da --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/energybar.py b/bin/pack/locale_hu/locale/hu/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_hu/locale/hu/ui/expandedtaskbar.py b/bin/pack/locale_hu/locale/hu/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/giftbox.py b/bin/pack/locale_hu/locale/hu/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/guild/guild.dds b/bin/pack/locale_hu/locale/hu/ui/guild/guild.dds new file mode 100644 index 00000000..84bfe563 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/guild/guild.dds differ diff --git a/bin/pack/locale_hu/locale/hu/ui/guild/tab_1.sub b/bin/pack/locale_hu/locale/hu/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/guild/tab_2.sub b/bin/pack/locale_hu/locale/hu/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/guild/tab_3.sub b/bin/pack/locale_hu/locale/hu/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/guild/tab_4.sub b/bin/pack/locale_hu/locale/hu/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/guild/tab_5.sub b/bin/pack/locale_hu/locale/hu/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/guild/tab_6.sub b/bin/pack/locale_hu/locale/hu/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/highlighted_quest.tga b/bin/pack/locale_hu/locale/hu/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/highlighted_quest_r.tga b/bin/pack/locale_hu/locale/hu/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/inventorywindow.py b/bin/pack/locale_hu/locale/hu/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/loading/gauge_empty.dds b/bin/pack/locale_hu/locale/hu/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_hu/locale/hu/ui/loading/gauge_full.dds b/bin/pack/locale_hu/locale/hu/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_hu/locale/hu/ui/loadingwindow.py b/bin/pack/locale_hu/locale/hu/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/login.jpg b/bin/pack/locale_hu/locale/hu/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/login.jpg differ diff --git a/bin/pack/locale_hu/locale/hu/ui/login.sub b/bin/pack/locale_hu/locale/hu/ui/login.sub new file mode 100644 index 00000000..990ae5a3 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/login.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_hu/locale/hu/ui/login/copyright.sub b/bin/pack/locale_hu/locale/hu/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/login/g4d.sub b/bin/pack/locale_hu/locale/hu/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/login/login.dds b/bin/pack/locale_hu/locale/hu/ui/login/login.dds new file mode 100644 index 00000000..f9f5eeb2 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/login/login.dds differ diff --git a/bin/pack/locale_hu/locale/hu/ui/login/loginwindow.sub b/bin/pack/locale_hu/locale/hu/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/login/published.sub b/bin/pack/locale_hu/locale/hu/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/login/title.sub b/bin/pack/locale_hu/locale/hu/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/login_dark_dragons.jpg b/bin/pack/locale_hu/locale/hu/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_hu/locale/hu/ui/loginwindow.py b/bin/pack/locale_hu/locale/hu/ui/loginwindow.py new file mode 100644 index 00000000..f9747fcf --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/hu/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/hu/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/hu/ui/vkey/key_at.tga', + 'down_image' : 'locale/hu/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/hu/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/hu/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/hu/ui/vkey/key_enter.tga', + 'down_image' : 'locale/hu/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/hu/ui/vkey/key_shift.tga', + 'down_image' : 'locale/hu/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/hu/ui/vkey/key_space.tga', + 'down_image' : 'locale/hu/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/hu/ui/vkey/key_normal.tga', + 'down_image' : 'locale/hu/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/hu/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/00.sub b/bin/pack/locale_hu/locale/hu/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/01.sub b/bin/pack/locale_hu/locale/hu/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/02.sub b/bin/pack/locale_hu/locale/hu/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/03.sub b/bin/pack/locale_hu/locale/hu/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/04.sub b/bin/pack/locale_hu/locale/hu/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/05.sub b/bin/pack/locale_hu/locale/hu/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/06.sub b/bin/pack/locale_hu/locale/hu/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/07.sub b/bin/pack/locale_hu/locale/hu/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/08.sub b/bin/pack/locale_hu/locale/hu/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/09.sub b/bin/pack/locale_hu/locale/hu/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/10.sub b/bin/pack/locale_hu/locale/hu/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/11.sub b/bin/pack/locale_hu/locale/hu/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/12.sub b/bin/pack/locale_hu/locale/hu/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/13.sub b/bin/pack/locale_hu/locale/hu/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/14.sub b/bin/pack/locale_hu/locale/hu/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/15.sub b/bin/pack/locale_hu/locale/hu/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/16.sub b/bin/pack/locale_hu/locale/hu/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0000.tga b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0001.tga b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0002.tga b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0003.tga b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0004.tga b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0005.tga b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0006.tga b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0007.tga b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0008.tga b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0009.tga b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0000.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0001.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0002.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0003.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0004.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0005.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0006.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0007.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0008.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0009.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0010.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0011.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0012.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0013.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0014.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/herz0015.tga b/bin/pack/locale_hu/locale/hu/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/mall.tga b/bin/pack/locale_hu/locale/hu/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/mall.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/0a2.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/0a2.tga new file mode 100644 index 00000000..1dd93f0a Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/a1.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/a1.tga new file mode 100644 index 00000000..d22fcfcc Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/a2.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/a2.tga new file mode 100644 index 00000000..0fea2e3d Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/a3.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/a3.tga new file mode 100644 index 00000000..ffa009d3 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/a4.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/a4.tga new file mode 100644 index 00000000..2a3c478f Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/b1.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/b1.tga new file mode 100644 index 00000000..42d174e4 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/b2.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/b2.tga new file mode 100644 index 00000000..65804b74 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/b3.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/b3.tga new file mode 100644 index 00000000..c47da513 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/b4.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/b4.tga new file mode 100644 index 00000000..c2de5135 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/bay.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/c1.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/c1.tga new file mode 100644 index 00000000..c34a2341 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/c2.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/c2.tga new file mode 100644 index 00000000..74c40477 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/c3.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/c3.tga new file mode 100644 index 00000000..6e0749d5 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/c4.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/c4.tga new file mode 100644 index 00000000..c56dbe01 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/cape.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/dawn.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/desert1.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/desert1.tga new file mode 100644 index 00000000..46a7f4b1 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil1.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1.tga new file mode 100644 index 00000000..3bef0d90 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_1f.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..d523918d Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_2f.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..9b081257 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_3f.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..15942518 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_4f.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..07d22f87 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_5f.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..ea0c0450 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_6f.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..21a69cf7 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_7f.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..9ee6dbec Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_8f.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..7eb27f08 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_9f.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..2471385a Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_title.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..b5b78c9a Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/devil_basement.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/frame1.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/frame1.tga new file mode 100644 index 00000000..4da948be Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/guild1.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/guild1.tga new file mode 100644 index 00000000..87aaf19c Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/guild2.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/guild2.tga new file mode 100644 index 00000000..c54f45c7 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/guild3.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/guild3.tga new file mode 100644 index 00000000..1a5d053e Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/milgyo.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/milgyo.tga new file mode 100644 index 00000000..0e28b99c Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/monkey1.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/monkey1.tga new file mode 100644 index 00000000..cf587f13 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/monkey2.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/monkey2.tga new file mode 100644 index 00000000..5289720b Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/monkey3.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/monkey3.tga new file mode 100644 index 00000000..4ee52f8c Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/skipia.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/skipia.tga new file mode 100644 index 00000000..a8437f09 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/snow1.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/snow1.tga new file mode 100644 index 00000000..21856d30 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/spider1.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/spider1.tga new file mode 100644 index 00000000..0450db17 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/thunder.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/trent.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/trent.tga new file mode 100644 index 00000000..5c950d14 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/mapname/trent02.tga b/bin/pack/locale_hu/locale/hu/ui/mapname/trent02.tga new file mode 100644 index 00000000..ea728351 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/new_cube_bg.tga b/bin/pack/locale_hu/locale/hu/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/passworddialog.py b/bin/pack/locale_hu/locale/hu/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/select.jpg b/bin/pack/locale_hu/locale/hu/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/select.jpg differ diff --git a/bin/pack/locale_hu/locale/hu/ui/select.sub b/bin/pack/locale_hu/locale/hu/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_hu/locale/hu/ui/select/name_assassin.sub b/bin/pack/locale_hu/locale/hu/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/select/name_shaman.sub b/bin/pack/locale_hu/locale/hu/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/select/name_sura.sub b/bin/pack/locale_hu/locale/hu/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/select/name_warrior.sub b/bin/pack/locale_hu/locale/hu/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/select/select.dds b/bin/pack/locale_hu/locale/hu/ui/select/select.dds new file mode 100644 index 00000000..46a35410 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/select/select.dds differ diff --git a/bin/pack/locale_hu/locale/hu/ui/select_old.jpg b/bin/pack/locale_hu/locale/hu/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/select_old.jpg differ diff --git a/bin/pack/locale_hu/locale/hu/ui/selectcharacterwindow.py b/bin/pack/locale_hu/locale/hu/ui/selectcharacterwindow.py new file mode 100644 index 00000000..d9ddd4b2 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/hu/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/selectempirewindow.py b/bin/pack/locale_hu/locale/hu/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/serverlist.jpg b/bin/pack/locale_hu/locale/hu/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/serverlist.jpg differ diff --git a/bin/pack/locale_hu/locale/hu/ui/serverlist.sub b/bin/pack/locale_hu/locale/hu/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_hu/locale/hu/ui/systemdialog.py b/bin/pack/locale_hu/locale/hu/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/taskbar.py b/bin/pack/locale_hu/locale/hu/ui/taskbar.py new file mode 100644 index 00000000..6323fe3a --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/hu/ui/Mall/00.sub", + "locale/hu/ui/Mall/01.sub", + "locale/hu/ui/Mall/02.sub", + "locale/hu/ui/Mall/03.sub", + "locale/hu/ui/Mall/04.sub", + "locale/hu/ui/Mall/05.sub", + "locale/hu/ui/Mall/06.sub", + "locale/hu/ui/Mall/07.sub", + "locale/hu/ui/Mall/08.sub", + "locale/hu/ui/Mall/09.sub", + "locale/hu/ui/Mall/11.sub", + "locale/hu/ui/Mall/12.sub", + "locale/hu/ui/Mall/13.sub", + "locale/hu/ui/Mall/14.sub", + "locale/hu/ui/Mall/15.sub", + "locale/hu/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/hu/ui/Mall/00.sub", + "locale/hu/ui/Mall/01.sub", + "locale/hu/ui/Mall/02.sub", + "locale/hu/ui/Mall/03.sub", + "locale/hu/ui/Mall/04.sub", + "locale/hu/ui/Mall/05.sub", + "locale/hu/ui/Mall/06.sub", + "locale/hu/ui/Mall/07.sub", + "locale/hu/ui/Mall/08.sub", + "locale/hu/ui/Mall/09.sub", + "locale/hu/ui/Mall/11.sub", + "locale/hu/ui/Mall/12.sub", + "locale/hu/ui/Mall/13.sub", + "locale/hu/ui/Mall/14.sub", + "locale/hu/ui/Mall/15.sub", + "locale/hu/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/taskbar_easter.py b/bin/pack/locale_hu/locale/hu/ui/taskbar_easter.py new file mode 100644 index 00000000..d15c833d --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/hu/ui/Mall/easter_2012_0000.tga", + "locale/hu/ui/Mall/easter_2012_0001.tga", + "locale/hu/ui/Mall/easter_2012_0002.tga", + "locale/hu/ui/Mall/easter_2012_0003.tga", + "locale/hu/ui/Mall/easter_2012_0004.tga", + "locale/hu/ui/Mall/easter_2012_0005.tga", + "locale/hu/ui/Mall/easter_2012_0006.tga", + "locale/hu/ui/Mall/easter_2012_0007.tga", + "locale/hu/ui/Mall/easter_2012_0008.tga", + "locale/hu/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/hu/ui/Mall/easter_2012_0000.tga", + "locale/hu/ui/Mall/easter_2012_0001.tga", + "locale/hu/ui/Mall/easter_2012_0002.tga", + "locale/hu/ui/Mall/easter_2012_0003.tga", + "locale/hu/ui/Mall/easter_2012_0004.tga", + "locale/hu/ui/Mall/easter_2012_0005.tga", + "locale/hu/ui/Mall/easter_2012_0006.tga", + "locale/hu/ui/Mall/easter_2012_0007.tga", + "locale/hu/ui/Mall/easter_2012_0008.tga", + "locale/hu/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/taskbar_haloween.py b/bin/pack/locale_hu/locale/hu/ui/taskbar_haloween.py new file mode 100644 index 00000000..4ec964f6 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/hu/ui/Mall/shop_button_kuerbis0000.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0001.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0002.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0003.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0004.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0005.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0006.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0007.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0008.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0009.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0010.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0011.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0012.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0013.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0014.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/hu/ui/Mall/shop_button_kuerbis0000.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0001.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0002.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0003.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0004.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0005.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0006.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0007.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0008.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0009.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0010.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0011.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0012.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0013.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0014.tga", + "locale/hu/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/taskbar_valentine.py b/bin/pack/locale_hu/locale/hu/ui/taskbar_valentine.py new file mode 100644 index 00000000..70f1f366 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/hu/ui/Mall/herz0000.tga", + "locale/hu/ui/Mall/herz0001.tga", + "locale/hu/ui/Mall/herz0002.tga", + "locale/hu/ui/Mall/herz0003.tga", + "locale/hu/ui/Mall/herz0004.tga", + "locale/hu/ui/Mall/herz0005.tga", + "locale/hu/ui/Mall/herz0006.tga", + "locale/hu/ui/Mall/herz0007.tga", + "locale/hu/ui/Mall/herz0008.tga", + "locale/hu/ui/Mall/herz0009.tga", + "locale/hu/ui/Mall/herz0010.tga", + "locale/hu/ui/Mall/herz0011.tga", + "locale/hu/ui/Mall/herz0012.tga", + "locale/hu/ui/Mall/herz0013.tga", + "locale/hu/ui/Mall/herz0014.tga", + "locale/hu/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/hu/ui/Mall/herz0000.tga", + "locale/hu/ui/Mall/herz0001.tga", + "locale/hu/ui/Mall/herz0002.tga", + "locale/hu/ui/Mall/herz0003.tga", + "locale/hu/ui/Mall/herz0004.tga", + "locale/hu/ui/Mall/herz0005.tga", + "locale/hu/ui/Mall/herz0006.tga", + "locale/hu/ui/Mall/herz0007.tga", + "locale/hu/ui/Mall/herz0008.tga", + "locale/hu/ui/Mall/herz0009.tga", + "locale/hu/ui/Mall/herz0010.tga", + "locale/hu/ui/Mall/herz0011.tga", + "locale/hu/ui/Mall/herz0012.tga", + "locale/hu/ui/Mall/herz0013.tga", + "locale/hu/ui/Mall/herz0014.tga", + "locale/hu/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_at.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_at_dn.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_at_over.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_backspace.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_backspace_over.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_enter.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_enter_dn.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_enter_over.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_normal.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_normal_dn.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_normal_over.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_shift.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_shift_dn.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_shift_over.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_space.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_space_dn.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/vkey/key_space_over.tga b/bin/pack/locale_hu/locale/hu/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_hu/locale/hu/ui/webwindow.py b/bin/pack/locale_hu/locale/hu/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_cur_exp.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_ext.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_ext.sub new file mode 100644 index 00000000..7cc02116 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 301 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_ext_item1.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_ext_item2.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_last_exp.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_level.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_active.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..12cc8617 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 147 +right 127 +bottom 162 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_high.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..b70b97df --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 200 +top 147 +right 234 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_low.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..ada7f4c0 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 477 +top 74 +right 512 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_middle.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..d3844cde --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 127 +top 147 +right 164 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_passive.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..5363c826 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 462 +top 130 +right 509 +bottom 147 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_support.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..ee8746e1 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 91 +right 480 +bottom 106 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_weapon.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..b590004e --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 164 +top 147 +right 200 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_std.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_std.sub new file mode 100644 index 00000000..9cf283be --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 301 +top 116 +right 414 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_std_item1.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_std_item2.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/label_uppt.sub b/bin/pack/locale_hu/locale/hu/ui/windows/label_uppt.sub new file mode 100644 index 00000000..06c05b98 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 116 +right 489 +bottom 130 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/tab_1.sub b/bin/pack/locale_hu/locale/hu/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/tab_2.sub b/bin/pack/locale_hu/locale/hu/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/tab_3.sub b/bin/pack/locale_hu/locale/hu/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/tab_4.sub b/bin/pack/locale_hu/locale/hu/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/title_skill.sub b/bin/pack/locale_hu/locale/hu/ui/windows/title_skill.sub new file mode 100644 index 00000000..c8bdf1c1 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 477 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/title_status.sub b/bin/pack/locale_hu/locale/hu/ui/windows/title_status.sub new file mode 100644 index 00000000..0cd12da3 --- /dev/null +++ b/bin/pack/locale_hu/locale/hu/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 130 +right 462 +bottom 147 \ No newline at end of file diff --git a/bin/pack/locale_hu/locale/hu/ui/windows/windows.dds b/bin/pack/locale_hu/locale/hu/ui/windows/windows.dds new file mode 100644 index 00000000..08fce6d0 Binary files /dev/null and b/bin/pack/locale_hu/locale/hu/ui/windows/windows.dds differ diff --git a/bin/pack/locale_it/locale/it/effect/gm.mse b/bin/pack/locale_it/locale/it/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_it/locale/it/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_it/locale/it/effect/ymirred.tga b/bin/pack/locale_it/locale/it/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_it/locale/it/effect/ymirred.tga differ diff --git a/bin/pack/locale_it/locale/it/empiredesc_a.txt b/bin/pack/locale_it/locale/it/empiredesc_a.txt new file mode 100644 index 00000000..62813f68 --- /dev/null +++ b/bin/pack/locale_it/locale/it/empiredesc_a.txt @@ -0,0 +1,29 @@ +[DELAY value;10] +Regno Shinsoo[ENTER] +[ENTER] +Il Regno Shinsoo a Sud del[ENTER] +continente. L'attivit[ENTER] +principale dei suoi abitanti[ENTER] +[WAIT] + il commercio. Formatosi[ENTER] +dopo lo sgretolamento[ENTER] +dell'impero fondato da[ENTER] +Yoon-Yoing, i rapporti[ENTER] +commerciali con l'Est hanno[ENTER] +[WAIT] +contribuito a farlo fiorire.[ENTER] +Con l'ovest invece gli[ENTER] +abitanti vivono in continua[ENTER] +lotta e la via del commercio[ENTER] + interrotta. Consapevoli[ENTER] +[WAIT] +che la loro esistenza [ENTER] +minacciata dalle rocce[ENTER] +Metin, i commercianti si[ENTER] +sono armati. Il loro[ENTER] +obbiettivo di difendersi[ENTER] +[WAIT] +dagli attacchi ad Ovest,[ENTER] +riaprire la via commerciale[ENTER] +e riunificare il Regno sotto[ENTER] +il loro dominio. \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/empiredesc_b.txt b/bin/pack/locale_it/locale/it/empiredesc_b.txt new file mode 100644 index 00000000..617116b2 --- /dev/null +++ b/bin/pack/locale_it/locale/it/empiredesc_b.txt @@ -0,0 +1,39 @@ +[DELAY value;10] +Regno Chunjo[ENTER] +[ENTER] +Il Regno Chunjo occupa la[ENTER] +parte Ovest del continente.[ENTER] + un Regno teocartico[ENTER] +[WAIT] +governato dal capo[ENTER] +spirituale. Il Regno stato[ENTER] +fondato da Yoon-Youngil[ENTER] +cugino dell'allora[ENTER] +imperatore. Sua moglie, che[ENTER] +[WAIT] +possiede enormi poteri[ENTER] +magici, lo aiut molto[ENTER] +presto a prevedere la[ENTER] +minaccia rappresentata dalle[ENTER] +rocce Metin. Spesso chiese[ENTER] +[WAIT] +di prendere provvedimenti ma[ENTER] +venne sempre ignorato. Cos[ENTER] +guid la sua corte alla[ENTER] +ribellione contro l'allora[ENTER] +ancora esistente intero[ENTER] +[WAIT] +Impero. Dopo lo[ENTER] +sgretolamento dell'Impero,[ENTER] +il suo Regno ancora in[ENTER] +aperto conflitto con[ENTER] +l'Ovest e in continua lotta[ENTER] +[WAIT] +con il Sud. Gli abitanti del[ENTER] +Regno Chunjo mirano alla[ENTER] +dominazione di tutto il[ENTER] +continente, im modo da[ENTER] +fermare il sempre maggiore[ENTER] +[WAIT] +potere che le rocce Metin[ENTER] +stanno acquistando. \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/empiredesc_c.txt b/bin/pack/locale_it/locale/it/empiredesc_c.txt new file mode 100644 index 00000000..8d684b6d --- /dev/null +++ b/bin/pack/locale_it/locale/it/empiredesc_c.txt @@ -0,0 +1,28 @@ +[DELAY value;10] +Regno Jinno[ENTER] +[ENTER] +Il Regno Jinno comprende le[ENTER] +regioni ad Est del[ENTER] +continente. Il Regno [ENTER] +[WAIT] +basato sul potere militare,[ENTER] +la sua popolaziome [ENTER] +aggressiva e guerrafondaia.[ENTER] +Il Regno Jinno governato[ENTER] +da Ee-Ryoong, il figlio[ENTER] +[WAIT] +dell'ultimo imperatore. Si[ENTER] +sente designato a[ENTER] +riabilitare il vecchio[ENTER] +Impero con la sua forza[ENTER] +militare. Nel Regno Jinno il[ENTER] +[WAIT] +timore per il significato e[ENTER] +l'effetto delle rocce Metin[ENTER] +sono ufficialmente ignorati.[ENTER] +Ee-Ryoong cerca[ENTER] +segretatemente di utilizzare[ENTER] +[WAIT] +a suo favore la forza[ENTER] +distruttiva delle rocce[ENTER] +Metin. \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/guildbuildinglist.txt b/bin/pack/locale_it/locale/it/guildbuildinglist.txt new file mode 100644 index 00000000..6d4eb884 --- /dev/null +++ b/bin/pack/locale_it/locale/it/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan Negozio di armi -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Negozio di armature -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan Gioielleria -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang centro d'allenamento -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro fornace di diamanti -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro forn. legno fossile -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro fornace di rame -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro fornace di argento -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro fornace di oro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro fornace di giada -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro fornace di ebano -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro fornace di perle -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro fornace di platino -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro fornace di cristalli -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro fornace di ametista -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro forn. lacr. di cielo -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Soul Crystal -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Garnet -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Saphire -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 Altare della Forza -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 Altare della Forza -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 Altare della Forza -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse casa(1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner muro di pietra(1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin muro di pietra(1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 muro di pietra(1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door portone(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set muro(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse casa(2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner muro di pietra(2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin muro di pietra(2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 muro di pietra(2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door portone(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDIN b1-set muro(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse casa(3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner muro di pietra(3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin muro di pietra(3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 muro di pietra(3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door portone(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDIN c1-set muro(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol stemma della gilda -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 Muro Frontale -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 +14202 WALL fence01_back01 Muro Posteriore -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 Muro Sinistro -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 Muro Destro -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 pietra1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 pietra2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 pietra3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 pietra4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 pietra5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 pietra6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 pietra7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 pietra8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 pietra9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 pietra10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT tronco1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 tronco2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall tronco3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 tronco4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 tronco5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT tronco6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 tronco7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall tronco8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 tronco9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_it/locale/it/icon/scroll_close.tga b/bin/pack/locale_it/locale/it/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_it/locale/it/icon/scroll_close.tga differ diff --git a/bin/pack/locale_it/locale/it/icon/scroll_open.tga b/bin/pack/locale_it/locale/it/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_it/locale/it/icon/scroll_open.tga differ diff --git a/bin/pack/locale_it/locale/it/insult.txt b/bin/pack/locale_it/locale/it/insult.txt new file mode 100644 index 00000000..96df0629 --- /dev/null +++ b/bin/pack/locale_it/locale/it/insult.txt @@ -0,0 +1,91 @@ +baldracc +bastard +bocchino +bottana +bucchino +buttana +cazz +checca +cocaina +coglion +comunista +cretin +culatone +dement +diobastardo +diocane +ebet +ebreo +eroina +fanculo +fascist +figa +fottere +fottetevi +fottiti +fregna +froci +fuck +fucker +gay +Hitler +idiot +imbecill +kazz +kulo +leccamel +lesbica +lsd +madonnaputtana +marjuana +merda +minchia +minkia +mussolini +nazist +nazzist +negr +pedofil +pompin +pompinar +porc +porca troia +porcamadonna +pucchiacca +puttan +ricchion +sborra +scem +scopare +scrot +segaiol +sfacimmo +stronz +stupid +succhiacazz +succhiaminchia +suka +sukaminkia +sukkiacazzi +sukkiakazzi +sukkiaminchia +sukkiaminkia +troi +trombare +uallera +vacca +vaffanculo +vakka +zoccol +culo +pisello +pene +sega +pippa +masturbar +stupr +marchettar +mignott +bagascia +batton +recchion \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/item_list.txt b/bin/pack/locale_it/locale/it/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_it/locale/it/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_it/locale/it/item_proto b/bin/pack/locale_it/locale/it/item_proto new file mode 100644 index 00000000..f49a85c9 Binary files /dev/null and b/bin/pack/locale_it/locale/it/item_proto differ diff --git a/bin/pack/locale_it/locale/it/itemdesc.txt b/bin/pack/locale_it/locale/it/itemdesc.txt new file mode 100644 index 00000000..4ada0985 --- /dev/null +++ b/bin/pack/locale_it/locale/it/itemdesc.txt @@ -0,0 +1,2628 @@ +100000 Elisir del tempo (P) Ricarica la durata di una Pietra del Drago. +100001 Elisir del tempo (M) Ricarica la durata di una Pietra del Drago. +100002 Elisir del tempo (G) Ricarica la durata di una Pietra del Drago. +100100 Tenaglie del Drago un utile attrezzo che aumenta le probabilit di successo nell'eliminazione della Pietra del Drago. +100200 Tenaglie del tempo Risucchia la durata dalla Pietra del Drago. +100300 Chicco di drago verde Il magico chicco aumenta il livello della tua Pietra del drago. Il rafforzamento potrebbe fallire. +100400 Chicco di drago blu Il chicco magico aumenta la probabilit di miglioramento della Pietra del Drago di un livello. +100500 Chicco di drago rosa La probabilit che la Pietra del drago possa essere migliorata di un livello con esito positivo aumenta del 10%. +11901 Smoking Un elegante abito per il giorno del matrimonio. +11902 Smoking Un elegante abito per il giorno del matrimonio. +11903 Abito da Sposa Un abito particolare, che una donna porta il giorno del suo matrimonio. +11904 Abito da Sposa Un abito particolare, che una donna porta il giorno del suo matrimonio. +18000 Cintura in tessuto+0 +18001 Cintura in tessuto+1 +18002 Cintura in tessuto+2 +18003 Cintura in tessuto+3 +18004 Cintura in tessuto+4 +18005 Cintura in tessuto+5 +18006 Cintura in tessuto+6 +18007 Cintura in tessuto+7 +18008 Cintura in tessuto+8 +18009 Cintura in tessuto+9 +18010 Cintura in pelle+0 +18011 Cintura in pelle+1 +18012 Cintura in pelle+2 +18013 Cintura in pelle+3 +18014 Cintura in pelle+4 +18015 Cintura in pelle+5 +18016 Cintura in pelle+6 +18017 Cintura in pelle+7 +18018 Cintura in pelle+8 +18019 Cintura in pelle+9 +18020 Cintura di lusso+0 +18021 Cintura di lusso+1 +18022 Cintura di lusso+2 +18023 Cintura di lusso+3 +18024 Cintura di lusso+4 +18025 Cintura di lusso+5 +18026 Cintura di lusso+6 +18027 Cintura di lusso+7 +18028 Cintura di lusso+8 +18029 Cintura di lusso+9 +18030 Cintura della saggezza+0 +18031 Cintura della saggezza+1 +18032 Cintura della saggezza+2 +18033 Cintura della saggezza+3 +18034 Cintura della saggezza+4 +18035 Cintura della saggezza+5 +18036 Cintura della saggezza+6 +18037 Cintura della saggezza+7 +18038 Cintura della saggezza+8 +18039 Cintura della saggezza+9 +18040 Cintura regale+0 +18041 Cintura regale+1 +18042 Cintura regale+2 +18043 Cintura regale+3 +18044 Cintura regale+4 +18045 Cintura regale+5 +18046 Cintura regale+6 +18047 Cintura regale+7 +18048 Cintura regale+8 +18049 Cintura regale+9 +18050 Cintura dell'ombra+0 +18051 Cintura dell'ombra+1 +18052 Cintura dell'ombra+2 +18053 Cintura dell'ombra+3 +18054 Cintura dell'ombra+4 +18055 Cintura dell'ombra+5 +18056 Cintura dell'ombra+6 +18057 Cintura dell'ombra+7 +18058 Cintura dell'ombra+8 +18059 Cintura dell'ombra+9 +18060 Cintura con rune+0 +18061 Cintura con rune+1 +18062 Cintura con rune+2 +18063 Cintura con rune+3 +18064 Cintura con rune+4 +18065 Cintura con rune+5 +18066 Cintura con rune+6 +18067 Cintura con rune+7 +18068 Cintura con rune+8 +18069 Cintura con rune+9 +18070 Cintura orso grande+0 +18071 Cintura orso grande+1 +18072 Cintura orso grande+2 +18073 Cintura orso grande+3 +18074 Cintura orso grande+4 +18075 Cintura orso grande+5 +18076 Cintura orso grande+6 +18077 Cintura orso grande+7 +18078 Cintura orso grande+8 +18079 Cintura orso grande+9 +18900 Pietra di fiamma rossa Rinforza i bonus della tua cintura. +21100 +21101 +21102 +21103 +21104 +21105 +21106 +21107 +21108 +21109 +21110 +21111 +21112 +21113 +21114 +21115 +21116 +21117 +21118 +21119 +21120 +21121 +21122 +21123 +21124 +21125 +21126 +21127 +21128 +21129 +21550 +21551 +21552 +21553 +21554 +21555 +21556 +21557 +21558 +21559 +21991 +21992 +21993 +22000 Papiro Citt Il papiro ti permette di ritornare in citt +22010 Papiro del Luogo Il papiro ti permette di ritornare all'ultimo luogo che hai marcato. +25040 Papiro consacrato Elimina il rischio di distruggere un oggetto se il miglioramento fallisce. In questo caso, la sua qualit sar solo diminuita di 1. +25041 Pietra magica Una pepita del leggendario metallo che aumenta la probabilit di migliorare un oggetto. Nel caso in cui il miglioramento fallisca, l'oggetto non sar distrutto e la sua qualit non peggiorer. +25100 Papiro Pietra Spirit. Il papiro ti permette, di eliminare la pietra spirituale da un'arma o un'armatura. Rimane il segno dell'eliminazione. +27051 Pozione Rossa (P) Carica di 300 i tuoi Punti vita. Non commerciabile. +27052 Pozione Blu (P) Carica di 100 i tuoi punti Punti mana. Non commerciabile. +27053 Pozione Verde (P) Aumenta di +10 la tua velocit d'attacco per 10 minuti. Non commerciabile. +27054 Pozione Viola (P) Aumenta di +10 la tua velocit di movimento per 10 minuti. Non commerciabile. +27122 Pozione rossa (P) Carica di 300 i tuoi Punti vita. Non commerciabile. +27123 Pozione verde (P) Aumenta di +10 la tua velocit d'attacco per 10 minuti. Non commerciabile. +27124 Benda Ferma immediatamente l'emorragia. +27600 Fal Legno che stato tagliato per fare il fal. +27610 Palla di Pesce La palla magica fornisce le informazioni sul pesce all'amo. +27620 Libro sulla Pesca Un libro che fornisce informazioni sui pesci. +27799 Lisca La lisca di un pesce. +27800 Pasta Un esca semplice. +27801 Verme Esca che pu essere utilizzata per pescare pesci piccoli. +27802 Pesce Piccolo Esca che pu essere utilizzata per pescare pesci grandi. +27803 Luccio Un normale pesce che normalmente vive in uno stagno. +27804 Pesce Mandarino Un pesce molto gustoso. +27805 Luccio Grande Un luccio grosso e grasso. +27806 Carpa Un grosso pesce argentato. +27807 Salmone Un pesce che torna a casa durante il periodo di accoppiamento. +27808 Carpa Erbivora Una carpa che abitualmente si ciba di erba. +27809 Trota Fario Un pesce imparentato con il salmone. +27810 Anguilla Un pesce lungo e sottile che sembra un serpente. Ha molta resistenza. +27811 Trota Iridea Un pesce dalla schiena iridata. +27812 Trota di Torrente Un pesce che vive nel fiume. +27813 Scardola Pesce che vive in branco. +27814 Pesce Persico Un pesce conosciuto come "squalo dei laghi". +27815 Tenchi Pesce della famiglia del barbo, che vive solo in acqua pulita. +27816 Pesce Gatto Pesce con un caratteristico muso grande e baffi simili al gatto. +27817 Cobitidae Un pesce che normalmente vive in acque basse e melmose. +27818 Pesce Loto Un grande pesce d'acqua dolce che si nutre in maniera mista. +27819 Ayu C imparentato con lo sperlano. Vive nelle vicinanze delle coste o nei pressi delle foci dei fiumi. +27820 Sperlano Un "pesce invernale", che di solito viene pescato sul ghiaccio. +27821 Shiri Un pesce di forma e colore belli. +27822 Carpa Specchio Una carpa del luogo. +27823 Pesce Rosso Un pesce raro di colore dorato +27833 Luccio Morto Luccio morto. | Pu essere grigliato su un fal. +27834 Pesce Mandarino Morto Pesce mandarino morto. | Pu essere grigliato su un fal. +27835 Luccio Grande Morto Luccio grande morto. | Pu essere grigliato su un fal. +27836 Carpa Morta Carpa morta. | Pu essere grigliata su un fal. +27837 Salmone Morto Salmone morto. | Pu essere grigliato su un fal. +27838 Carpa Erbivora Morta Carpa erbivora morta. | Pu essere grigliata su un fal. +27839 Trota Fario Morta Trota fario morta. | Pu essere grigliata su un fal. +27840 Anguilla Morta Anguilla morta. | Pu essere grigliata su un fal. +27841 Trota Iridea Morta Trota iridea morta. | Pu essere grigliata su un fal. +27842 Trota di Torrente Morta Trota di torrente morta. | Pu essere grigliata su un fal. +27843 Scardola Morta Scardola morta. | Pu essere grigliata su un fal. +27844 Pesce Persico Morto Pesce persico morto. | Pu essere grigliato su un fal. +27845 Tenchi Morto Tenchi morto. | Pu essere grigliato su un fal. +27846 Pesce Gatto Morto Pesce gatto morto. | Pu essere grigliato su un fal. +27847 Cobitidae Morto Cobitidae morto. | Pu essere grigliato su un fal. +27848 Pesce Loto Morto Pesce loto morto. | Pu essere grigliato su un fal. +27849 Ayu Morto Ayu morto. | Pu essere grigliato su un fal. +27850 Sperlano Morto Sperlano morto. | Pu essere grigliato su un fal. +27851 Shiri Morto Shiri morto. | Pu essere grigliato su un fal. +27852 Carpa Specchio Morta Carpa specchio morta. | Pu essere grigliata su un fal. +27853 Pesce Rosso Morto Pesce rosso morto. | Pu essere grigliato su un fal. +27863 Luccio Grigliato Rigenera alcuni HP. +27864 Pesce Mandarino Grigl. Rigenera alcuni MP. +27865 Luccio Grande Grigl. Rigenera alcuni HP. +27866 Carpa Grigliata Aumenta temporaneamente la velocit di movimento. +27867 Salmone Grigliato Rigenera alcuni MP. +27868 Carpa Erbivora Grigl. Aumenta temporaneamente la velocit di attacco. +27869 Trota Fario Grigliata Rigenera molti HP. +27870 Anguilla Grigliata Aumenta per 10 minuti la tua forza di 10 punti +27871 Trota Iridea Grigliata Rigenera molti MP. +27872 Trota di Torrente Grigl. Rigenera immediatamente alcuni MP. +27873 Scardola Grigliata Aumenta per 10 minuti la tua destrezza di 10 punti. +27874 Pesce Persico Grigl. Toglie gli effetti negativi. +27875 Tenchi Grigliato Rigenera immediatamente alcuni HP. +27876 Pesce Gatto Grigl. Rigenera immediatamente alcuni MP. +27877 Cobitidae Grigliato Ti rende invisibile per 5 minuti. +27878 Pesce Loto Grigliato Rigenera immediatamente alcuni HP. +27879 Ayu Grigliato Cotto sul fuoco, questo pesce ha un gradevole sapore affumicato. +27880 Sperlano Grigliato Attraverso la cottura sul fal, questo pesce acquista un buon sapore affumicato. +27881 Shiri Grigliato Cotto sul fuoco, questo pesce ha un gradevole sapore affumicato. +27882 Carpa Specchio Grigl. Attraverso la cottura sul fal, questo pesce acquista un buon sapore affumicato. +27883 Pesce Rosso Grigl. Attraverso la cottura sul fal, questo pesce acquista un buon sapore affumicato. +27987 Ostrica Un`ostrica con una bella conchiglia. Potrebbe contenere una perla. +27988 Mappa del Tesoro Una mappa consunta che rivela il luogo dove sepolto un antico tesoro. +27989 Bussola dei Metin La bussola ti indica la direzione e la distanza del Metin pi vicino a te. Pi sar luminosa e pi sarai vicino. Pu essere attivata massimo 6 volte. +27990 Pezzo di pietra Grazie alla sua ridotta grandezza, si lascia facilmente trasportare ed utilizzabile in svariati modi. +27991 Pietra Acquatica Una pietra dura e grossolana usata per affilare armi e utensili da cucina. +27992 Perla Bianca Una perla bianco neve. | Le donne l'adorano +27993 Perla Blu Una magnifica perla blu. | Le donne l'adorano +27994 Perla Rossa Un prezioso tesoro dal colore fulvo proveniente dal cuore di un'ostrica. +27995 Bottiglia Vuota Una bottiglia vuota. +27996 Bottiglia di Veleno Una bottiglia con del veleno. | Provoca la morte. +27997 Palla Importanza Vitale Una palla che rigenera alcuni HP. +27998 Sacca dell'Alchimista La sacca di un alchimista. | Che contenga il segreto dell'alchimia +27999 Sacca Pietre Spirituali Una sacca con pietre spirituali. Che potrebbe eventualmente contenere pietre da utilizzare per il miglioramento di oggetti. +29001 Capasanta Una delle pi grandi conchiglie. dotata di un guscio a forma di pettine. +29002 Capasanta Blu Lo strato di madreperla di questa Capasanta ha molteplici riflessi bluastri. +29003 Capasanta Gialla Lo strato di madreperla di questa Capasanta ha molteplici riflessi giallognoli. +29004 Capasanta Rossa Lo strato di madreperla di questa Capasanta ha molteplici riflessi rossastri. +29005 Capasanta Verde Lo strato di madreperla di questa Capasanta ha molteplici riflessi verdastri. +29006 P. del Vino Giallo Scuro Pietra del vino dal colore piuttosto scuro +29007 P. del Vino Blu Scuro Pietra del vino di colore blu scuro +29008 Acqua Santa Blu Alla luce del sole la superficie di quest'acqua santa inondata di riflessi blu. +29009 Acqua Santa Gialla Alla luce del sole la superficie di quest'acqua santa inondata di riflessi gialli. +29010 Acqua Santa Rossa Alla luce del sole la superficie di quest'acqua santa inondata di riflessi rossi. +29011 Acqua Santa Verde Alla luce del sole la superficie di quest'acqua santa inondata di riflessi verdi. +29012 Mano divina blu scuro Acqua santa blu scuro. +29013 Mano di Dio Giallo Scuro Acqua santa giallo scuro. +29014 Mano di Dio Rosso Scuro Acqua santa rosso scuro. +29015 Mano divina verde scuro Acqua santa verde scuro. +30000 Orzo Una pinata coltivata spesso usata per la produzione di birra e alimenti +30001 Lettera Una lettera di qualcuno +30002 Salsiccia Grigliata Salsiccia cotta con verdure e spezie +30003 Naso di Maiale Il naso di un maiale +30004 Dente di Cinghiale Un dente molto forte di un cinghiale +30005 Pezzo di Armatura Rotta Un pezzo di armatura rotta. +30006 Dente di Orco Un dente puzzolente di Orco. +30007 Amuleto di Orco Un amuleto che incoraggia gli Orchi. +30008 Guida Esoterica Un libro, che introduce i principianti all'arte esoterica. +30009 Medicina Sconosciuta Una medicina sconosciuta con ingredienti sconosciuti. +30010 Bile d'Orso La bile d'orso serve a risvegliare il senso del gusto. +30011 Matassa Un gomitolo di fili. +30012 Bottiglia di Vino Nella bottiglia c' del vino molto aromatico. +30013 Boccale di Alcool Una brocca che serve per contenere alcool. +30014 Pelliccia di Yeti La pelliccia che protegge dal freddo del leggendario yeti. +30015 Ricordo del Demone Il ricordo oscuro di un demone. +30016 P. Preziosa del Demone Una pietra preziosa conosciuta perch contiene l'anima dei morti. +30017 Spillone per capelli Lo spillone per capelli di donna. +30018 Nastro per Capelli Rosso Un prezioso nastro per legare i capelli delle donne. +30019 Criniera Fiammante I fili della criniera fiammeggiante sono usati per creare abbigliamento invernale. +30020 Nocciolo di Pesca Vengono da sempre usati per avere una bella pelle. +30021 Pezzo di P. Preziosa Pietra preziosa rotta da un materiale molto duro. +30022 Coda di Serpente La coda di un serpente a sonagli. +30023 Pelliccia di Tigre Bian. La pelliccia di tigre piu ambita dai collezionisti. +30024 Coda di Cavallo La coda di un cavallo, usata per creare oggetti di alta qualit come spazzole, cappelli e corde. +30025 Sacca Veleno di Ragno La sacca del veleno di un ragno. +30026 Intestino di Lupo Un ingrediente per salsicce, alimento molto conosciuto nel Regno. +30027 Pelliccia di Lupo I peli piu grossi del lupo sono usati per creare spazzole e striglie. +30028 Artiglio di Lupo Gli artigli affilati di un lupo sono usati per produrre accessori. +30029 Fegato di Lupo Un ingrediente per salsicce, alimento molto conosciuto nel Regno. +30030 Lama Arruginita La lama arruginita di un pugnale. +30031 Ornamento Un gioiello molto amato dalle ragazze. +30032 Uniforme nera Una vecchia e consunta uniforme nera. +30033 Porcellana Rotta Un pezzo di porcellana rotta. +30034 Nastro per Capelli Bian. Un prezioso nastro per legare i capelli delle donne. +30035 Crema per il Viso Le donne la usano per mantenere la pelle giovane. +30036 Erba Misteriosa Un erba leggendaria dagli effetti miracolosi. +30037 Artiglio di Tigre Alcuni guerrieri portano una collana di artigli di tigre per dimostrare il loro coraggio. +30038 Pelliccia di Tigre Una pelliccia molto ricercata dai collezionisti. +30039 Pezzo di Pelle Pelle che viene usata per coprire le ferite. +30040 Foglia Una foglia di una pianta sconosciuta. +30041 Shiriken Un arma da tiro usata dai ninja. +30042 Zanna di una Tigre Un solido e luccicante canino di questo felino. +30043 Fagiolo Ingrediente usato in molte cucine. +30044 Argilla Argilla usata per la produzione di porcellane. +30045 Ago di Scorpione Un ago imbevuto nel veleno di scorpione. +30046 Coda di Scorpione Una coda velenosa di scorpione. +30047 Libro delle Maledizioni Il libro esoterico che viene usato per maledire qualcuno. +30048 Pezzo di Ghiaccio Acqua ghiacciata che eternamente fredda. +30049 Corno Orca di Ghiaccio Pregiato materiale per scultori. +30050 Palla di Ghiaccio Una palla di ghiaccio. Non si scioglie in acqua bollente. +30051 Talismano Sconosciuto Un talismano sconosciuto, solo gli esoterici possono leggerlo. +30052 Bandiera Una bandiera, per marcare le truppe dai selvaggi. +30053 Pelle di Zampa d'Orso Il cibo che fornisce resistenza piu amato dalla gente. +30054 Fede L'unico anello che deve essere portato fino alla fine. +30055 Chela di Scorpione Una chela dello scorpione. +30056 Tela di Ragno Un ragno usa la sua seta per costruirsi una tana. +30057 Occhi di Ragno Gli occhi di ragno sono molto amati dai collezionisti. +30058 Sacca di Uova di Ragno Viene usato dalle donne come rimedio magico per avere figli. +30059 Zampe di Ragno Gli shamani usano le zampe pelose per il loro lavoro. +30060 Lingua di Rana Una lingua appicicosa. +30061 Coscia di Rana Un ingrediente esotico assomiglia al pollo +30062 Ciotola Medica Una chiave usata dai farmacisti. +30063 Medicina Per la Pelle Una medicina che cura le malattie della pelle. +30064 Pietra Affilata Una pietra per forgiare le punte di freccia. +30065 Campanella Una campana che suona. +30066 Pepe Piccante Pepe molto piccante. +30067 Pelle di Serpente La pelle di un serpente. +30068 Bistecca di Tofu Carne vegetale. +30069 Artiglio di Lupo+ Un artiglio affilato di lupo usato per la creazione di accessori. +30070 Pelliccia di Lupo+ I peli piu grossi del lupo sono usati per creare spazzole e striglie. +30071 Bile d'Orso+ La bile d'orso serve a risvegliare il senso del gusto. +30072 Pelle di Zampa d'Orso+ Il cibo che fornisce resistenza piu amato dalla gente. +30073 Nastro Capelli Bianco+ Un prezioso nastro per legare i capelli delle donne. +30074 Uniforme nera+ Una vecchia e consunta uniforme nera. +30075 Shiriken+ Un arma da tiro usata dai ninja. +30076 Amuleto dell'Orco+ Un amuleto che incoraggia gli Orchi. +30077 Dente di Orco+ Un amuleto che incoraggia gli Orchi. +30078 Guida Esoterica+ Un libro, che introduce i principianti nell'arte esoterica. +30079 Talismano Sconosciuto+ Un talismano sconosciuto, solo gli esoterici possono leggerlo. +30080 Libro delle Maledizioni+ Il libro esoterico che viene usato per maledire qualcuno. +30081 Coda di Scorpione+ Una coda velenosa di scorpione. +30082 Coda di Serpente+ La coda di un serpente a sonagli. +30083 Medicina Sconosciuta+ Una medicina sconosciuta con ingredienti sconosciuti. +30084 Talismano Sconosciuto+ Un talismano sconosciuto, solo gli esoterici possono leggerlo. +30085 Pezzo di Pelle+ Pelle che viene usata per coprire le ferite. +30086 Ricordo di Demone+ Il ricordo oscuro di un demone. +30087 Pietra Preziosa Demone+ Una pietra preziosa conosciuta perch contiene l'anima dei morti. +30088 Pezzo di Ghiaccio+ Acqua ghiacciata che eternamente fredda. +30089 Pelliccia di Yeti+ La pelliccia che protegge dal freddo del leggendario yeti. +30090 Palla di Ghiaccio+ Una palla di ghiaccio. Non si scioglie in acqua bollente. +30091 Simbolo del Guerriero Il simbolo del guerriero che viene dato ai guerrieri leggendari. +30092 Bottino del Selvaggio Bottino di guerra. +30093 Sacca della fortuna Una sacca di seta che contiene cose di valore +30094 Sacca della fortuna Una sacca di seta che contiene cose di valore +30095 Sacca della fortuna Una sacca di seta che contiene cose di valore +30096 Sacca della fortuna Una sacca di seta che contiene cose di valore +30129 Missione del Cavaliere Un documento che contiene una missione militare. +30130 Bottiglia Vuota Un bottiglia di vetro vuota nella quale possibile contenere molti liquidi. +30131 Lettera dal Fabbro Una lettera del fabbro per il suo amico Deokbae. +30132 Libro di Uriel Un libro che Uleduji legge volentieri. Intitolato +30133 Scarpe Fiorite Belle scarpe femminili. +30134 Pacchetto di Uriel Un pacchetto contenente molti libri. +30135 Lettera da Ariyoung Una lettera di Ariyoung a Ayoo. +30136 Arco Finemente Decorato Uno stupendo arco intagliato dal corno di un animale. +30137 Sangue di Scimmia Il sangue di una scimmia. Ha un odore disgustoso. +30138 Sabbia del Deserto Questa sabbia particolarmente fine usata per la produzione di Porcellana Seladon. +30139 Molare Unggyi +30140 Filo per Cucire Forte filo per cucire. usato per riparare abiti e fare collane. +30141 Accessorio usato per abbellire gli abiti oppure pu essere portato cose. +30142 Lettera Non si riesce a capire cosa ci sia scritto sulla lettera forse devi imparare la lingua. +30143 Erbe Medicinali Una raccolta di erbe medicinali secche. Purtroppo sono un po' impolverate. +30144 Fegato di una Tigre Il fegato rosso-bruno grande come una mano di un felino adulto. +30145 Medicina di Balso Medicina molto potente. +30146 Pezzo di Ghiaccio Un Pezzo di Ghiaccio dalla forma irregolare. +30147 Dottrina del Tempio Un libro con informazioni dettagliate sul Tempio Oscuro. +30148 Stola del Tempio Una stola usata per pregare. +30149 Ghiaccio con Sciroppo un piatto con una porzione di gelato e un po` +30150 Pagina di Diario Una pagina di diario scritta da un`antica dinastia. +30151 Pelliccia di Lupo usato spesso come piumino per la polvere. +30152 Medicina Cura per una strana malattia. Nessuno sa se funziona veramente. +30153 Fiori Fiori sconosciuti, che con il loro profumo fanno ricordare molti pensieri. +30154 Libro Segreto del Tempio L'analisi della dottrina e storia del Tempio Oscuro. +30155 Pendente di Mirine Un pendaglio per una collana. Sul retro c' il nome. +30156 Libro Segreto del Tempio Questo prezioso volume contiene l'analisi della dottrina e storia del Tempio Oscuro. +30157 Punta di Freccia Queste punte di freccia avvelenate saranno un valido aiuto nella difesa del Regno. +30177 Olio al muschio L'olio al muschio utilizzato da un mercante d'armi in una quest. L'item non ha nessun'altra funzione. +30179 Chiave a spirale Questa chiave magica attiva il portale che conduce al Tempio del Drago. +30180 Amuleto del Dio Drago Il gioiello d'oro lucente permette di accorciare il tragitto che porta alla Grotta dell'Esilio +30181 Pagina di Libro Le scritte sbiadite sulla pergamena sono difficili da decifrare - la pagina sembra essere molto antica. +30182 Diario Leggendario Questa copia di un libro molto pi antico sembra essere molto preziosa. +30183 Maschera di Legno Oscura Lo sguardo grottesco di questa maschera sembra fissarti direttamente. Si tratta certamente di un oggetto per cerimonie. +30184 Cenere incantata La cenere contenuta in questo recipiente decorato con strani segni avvolta da un soffuso barlume. +30185 Ghiaccio Nero Sotto la liscia e brillante superficie sono racchiuse profonde ombre. +30186 Lacrima Pietrificata Una Lacrima Pietrificata del dio Baljit-Elvedin, oggi conosciuto come il Dio Drago. +30187 Goccia di Sangue Una Goccia di Sangue della creatrice del mondo, la dea Bahar-Taraji, morta assassinata. +30188 Ossidiana Pietrisco di Vulcano, un tempo liquido, raffreddatosi improvvisamente +30189 Pianto di Baljit-Elvedin Il vaso modellato a regola d'arte contiene le lacrime del dio Baljit-Elvedin. +30190 Ematite Questa pietra fatta con il sangue di Bahar-Tarajis garantisce l'ingresso nella Grotta dell'Esilio. +30191 Ematite Le Ematiti garantiscono l'ingresso nella Grotta dell'Esilio. +30192 Lattice Estratto di pianta pregiato +30193 Ossa di Dita L'ultimo resto di un eroe caduto. +30194 Clava dell'Orco Un'arma brutta con aculei robusti. +30195 Sabbia di Quarzo Sembra che questa sabbia venga utilizzata come sangue dalle creature di pietra del deserto. +30196 Cenere del Demone Persino le ceneri di un demone racchiudono forze extra-mondane. +30197 Semi Magici Questi semi scoppiettano letteralmente di vitalit. +30198 Cristallo d'Acqua Il cuore di una creatura del ghiaccio oscura. +30199 Cristallo Blu Un pezzo di cristallo del Tempio del Drago che aumenta le forze oscure. +30210 Pezzo di Pietra Preziosa Una pietra cristallina sulla quale la luce si infrange in minuscole scintille. +30211 Pezzo di Pietra Preziosa Una pietra cristallina che scintilla alla luce. +30212 Pezzo di Pietra Preziosa Una piccola pietra brillante. +30213 Pezzo di Pietra Preziosa Una piccola pietra brillante. +30214 Pezzo di Pietra Preziosa Una piccola pietra brillante. +30215 Pezzo di Pietra Preziosa Una piccola pietra brillante. +30216 Pezzo di Pietra Preziosa Una piccola pietra brillante. +30217 Pezzo di Pietra Preziosa Una piccola pietra brillante. +30218 Pezzo di Pietra Preziosa Una piccola pietra brillante. +30219 Pezzo di Pietra Preziosa Una piccola pietra brillante. +30220 P. Spirituale Jinunggyi La leggendaria pietra che contiene l'anima dei nobili Jinung. +30221 P. Spirituale del Tempio La leggendaria pietra che contiene l'anima dei seguaci del Tempio. +30222 Pietra Spirituale Sagyi La leggendaria pietra che contiene l'anima dei nobili Sagyi. +30223 P. Spirituale Aurtumryu La leggendaria pietra che contiene l'anima dei nobili Aurtumryu. +30224 Pietra Spirituale Gyimok La leggendaria pietra che contiene l'anima dei nobili Gyimok. +30225 Pietra Spirituale Tugyi La leggendaria pietra che contiene l'anima dei nobili Tugyi. +30228 P. Spirit. Beran-Setaou L'aura tenebrosa del Dio sconfitto ti tocca profondamente e cerca di fare breccia nel tuo cuore. +30251 Gioiello dell'Invidia Un diamante intriso di malvagit. +30252 Gioiello della saggezza Questo diamante avvolto da un'aura serena e nobile. +30253 Gioello della fedelt Questo diamante avvolto da un'aura di natura retta e combattiva. +30254 +30265 Pezzo di Medaglia (1) Il primo frammento di una Medaglia dell'Eroe +30266 Pezzo di Medaglia (2) Il secondo frammento di una Medaglia dell'Eroe +30267 Pezzo di Medaglia (3) Il terzo frammento di una Medaglia dell'Eroe +30268 Pezzo di Medaglia (4) Il quarto frammento di una Medaglia dell'Eroe +30269 Pezzo di Medaglia (5) Il quinto frammento di una Medaglia dell'Eroe +30270 Scheggia Pietra d. drago Il frammento di una Pietra del drago particolare +30311 Chiave Crist. d. Anime Questa chiave lavorata in filigrana con un Cristallo delle Anime incastonato apre la porta per il 2 piano della Catacomba del Diavolo. +30312 Totem della Smorfia Questa tavola di legno con una smorfia scolpita serve come chiave per il 6 piano della Catacomba del Diavolo. +30315 Pane Pane per interrompere il digiuno. +30316 Piatto delle offerte Un piatto con una ricca decorazione. +30317 Offerta di cibo Un'offerta di cibo per interrompere il digiuno. +30318 Frutto della benedizione Un insolito frutto: raccogline a sufficienza e riceverai una ricompensa. +30319 Testa ristretta La Testa Ristretta di Demone apre il sigillo per il 3 piano della Catacomba del Diavolo. Questo item commerciabile. +30320 Testa Ristretta Questa testa di demone ristretta apre il sigillo per il 3 piano della Catacomba del Diavolo. +30321 Zucca di Halloween La Zucca ricarica gli HP o gli MP. Toccandola con la Bacchetta Magica, essa si trasforma in un Forziere di Halloween. +30322 Bacchetta magica Una Bacchetta Magica in ontano, finemente intagliata, con una punta a forma di stella fatta di fuoco fatato. Ha il potere di trasformare ogni Zucca di Halloween in un Forziere di Halloween. +30323 Carta Maschera zucca La Carta Maschera Zucca pu essere scambiata con una Maschera da Zucca presso Jack Pumpkin. La Maschera da Zucca sostituisce la pettinatura in uso. +30324 Chiave degli Aracnidi Apre l'ingresso alla Caverna Nido della Baronessa. estremamente fragile e si disgrega dopo 24 ore. Pu essere utilizzata solo dal leader del gruppo. +30325 Chiave degli Aracnidi Apre l'ingresso alla Caverna Nido della Baronessa. Si disgrega dopo 24 ore. Pu essere utilizzata solo dal leader del gruppo. +30326 Veleno d. Regina Ragno La secrezione della Regina Ragno necessaria per la creazione della Chiave degli Aracnidi. +30327 Flauto degli Aracnidi La musica prodotta da questo strumento attira la Baronessa Ragno. +30329 Ruota dorata Attiva il meccanismo celato nella Stele di Isfet. +30330 Pietra di Maat Maat, dea della giustizia, assicura l'ordine nel caos. +30331 Chiave del gelo Questa chiave fredda come il ghiaccio e consente l'accesso al terzo piano della Torre di Vedetta di Nemere. Pu essere usata solo dagli Shamani. +30332 Stella polare Pietra sigillo di puro ghiaccio. La pietra consente l'accesso al sesto piano della Torre di Vedetta di Nemere. +30333 Chiave fiore di ghiaccio La chiave di ghiaccio consente l'accesso al nono piano della Torre di Vedetta di Nemere. Pu essere usata solo dagli Shamani o dai Ninja. +30500 Coltello Intaglio Rubino Attrezzo per il raffinamento della tua arma +30501 Fascetta d'Oro Elemento per il raffinamento della tua arma +30502 Decoro Rubino Elemento per il raffinamento della tua arma +30503 Coltello Int. Ametista Attrezzo per il raffinamento della tua arma +30504 Fascetta d'Argento Elemento per il raffinamento della tua arma +30505 Decoro Smeraldo Elemento per il raffinamento della tua arma +30506 Coltello Int. Zaffiro Attrezzo per il raffinamento della tua arma +30507 Fascetta di Bronzo Elemento per il raffinamento della tua arma +30508 Decoro Zaffiro Elemento per il raffinamento della tua arma +30509 Acciaio del Drago Blu Il cuoio ricavato dalla pelle di drago molto leggero e flessibile, ma allo stesso tempo indistruttibile. Subisce una lavorazione simile a quella del metallo e viene impiegato nella creazione di armature. +30510 Spallina Sontuosa Elemento per la decorazione di armature +30511 Stoffa Rossa Stoffa pregiata per la decorazione di armature +30512 Acciaio del Drago Rosso Il cuoio ricavato dalla pelle di drago molto leggero e flessibile, ma allo stesso tempo indistruttibile. Subisce una lavorazione simile a quella del metallo e viene impiegato nella creazione di armature. +30513 Spallina Aristocratica Elemento per la decorazione di armature +30514 Stoffa Viola Stoffa pregiata per la decorazione di armature +30515 Acciaio Drago Porpora Il cuoio ricavato dalla pelle di drago molto leggero e flessibile, ma allo stesso tempo indistruttibile. Subisce una lavorazione simile a quella del metallo e viene impiegato nella creazione di armature. +30516 Spallina Antica Elemento per la decorazione di armature +30517 Stoffa Dorata Stoffa pregiata per la decorazione di armature +30518 Filo d'Oro Un rocchetto magico di oro liquido. Pu essere lavorato insieme a una gemma per creare un gioiello prezioso. +30519 Gancio d'Oro fatto di oro puro e pu essere lavorato insieme a una gemma per creare un gioiello prezioso. +30520 Fibbia d'Oro fatta di oro puro e pu essere lavorata insieme a una gemma per creare un gioiello prezioso. +30521 Elemento ad Anello fatto di oro puro e pu essere lavorato insieme a una gemma per creare un gioiello prezioso. +30522 Anellini di Collana Sono fatti di oro puro e possono essere lavorati insieme a una gemma per creare un gioiello prezioso. +30523 Elemento di Gioelleria fatto di oro puro e pu essere lavorato insieme a una gemma per creare un gioiello prezioso. +30524 Pietra delle fiamme +30525 Pietra fiamme ghiaccio +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Cinghia blu Materiale fondamentale per la produzione di cinture +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 Copia dell'Epigrafe Hai confezionato una copia dell'epigrafe della vecchia lapide. +31002 Vecchio Documento Documento risalente al tempo della Nazione Oscura, contenente ulteriori indizi. +31003 Antidoto Una medicina salvavita per il soldato avvelenato. +31004 Resina Benedetta La resina di un albero benedetto uno degli elementi necessari per la creazione della Lacrima del Cielo. +31005 Essenza di Cristallo Blu L'essenza, estratta da delle gemme blu, viene utilizzata per la creazione della Lacrima del Cielo. +31006 Quarzo Infernale Rosso Questo quarzo sfavillante rosso composto da Terra Vulcanica, Chioma Fiammante e Pietra Fondamenta. +31007 Terra Vulcanica Una sostanza simile alla cenere proveniente dalla Doyyumhwan, utilizzata per la creazione del Quarzo Infernale Rosso. +31008 Lacrima del Cielo Una gemma magica di Essenza di Cristallo Blu, Quarzo Infernale Rosso e Resina Benedetta. Tiene lontani gli spiriti malvagi e dura sette giorni. +31009 Lettera degli Gnoll Messaggio segreto dei Servitori dell'Oscurit ai Gnoll +31010 Lettera Ladro Rosso Il messaggio dei Servitori dell'Oscurit alla banda dei Ladri Rossi stato distrutto in mille pezzi. +31011 +31012 +31013 Biglietto Questo biglietto ti riveler maggiori dettagli sugli obbiettivi dei Ciclopi. +31014 La lettera di Yak-Hwan +31015 Lettera Capit. Uncini Messaggio di Capitano Uncini alla Banshee. +31016 Lettera di Lee Chung Messaggio importante da parte del Comandante Lee Chung per l'Ammiraglio Angmur +31017 Lettera sigillata Questa lettera apparteneva alla Servitrice del tempio. +31018 Manoscritto di Carapax Questo guscio di tartaruga con le sue linee incise serve per decifrare dei codici. +31019 Polvere di Carapax Polvere proveniente dal guscio tritato di una tartaruga caretta +31020 Radice Fiore delle Rocce Le radici del Fiore delle Rocce neutralizzano veleni che possono trovarsi nel corpo. +31021 +31022 Squama di Oin Solo i quadri tra i Tritoni possono portare queste squame rare. +31023 +31024 Pelle di Manticora Cuoio robusto realizzato con la pelle delle ali di Martyaxwar. +31025 +31026 Corazza di crosta Corazza protettiva della trib dei Crostaciani. Serve come materiale di rafforzamento. +31027 Sabbia sottile Questa sabbia particolarmente sottile perfetta come materiale da costruzione. +31028 Mattone Pietra quadrata di terracotta +31029 Luce interiore Una fonte di energia interiore di Polifemo +31030 Luce interiore Una fonte di energia interiore del re dei Giganti +31031 Essenza millenium Intruglio di Radice di gango, Fungo tue e Rosa alpina. Rappresenta un elemento costitutivo delle Perle del leviatano. +31032 Perle del leviatano Capsule rinforzanti efficacissime provenienti dalla Luce interiore di esseri MITICI e dall'Essenza millenium. +31033 Mantello del capo Questo mantello rappresenta per i Ladri Rossi il simbolo dell'invincibilit. +31034 Totem dei Giganti Il totem ha la forma di una grossa ambra. +31035 Pietra nera Questa pietra misteriosa stata estratta dai Ciclopi dai Monti Tonanti. +31036 Oro nero Il minerale nero avente dei poteri magici si trova nei Monti Tonanti. +31037 Borsa di pelle Hai preso questa borsa dal Capitano Shrack. stato pi semplice di quanto non ti aspettassi... +31038 Terra sacra Questa sacca piena di Terra sacra serve come mezzo per l'evocazione di morti. +31039 Portamonete L dentro potrebbe esserci un mezzo per l'evocazione dei morti. +31040 Medaglia d'oro Anche questa Medaglia d'oro pu essere un mezzo? +31041 Terra fossile Miscuglio di terra e polvere d'ossa +31042 Lancia di tritone Le lance dei tritoni vengono utilizzate tradizionalmente dagli abitanti dell'isola per rinforzare i propri campi di difesa. +31043 Tavola di lemure Cangiante tavola di pietra misteriosa con un'inscrizione incisa +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 Ferro +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Nastro del cacc. d'oro Con questa collana riuscirai a prendere il Portamonete dalle tasche dei mostri. +31074 Collare borchiato Collana di pelle con guarnizione borchiata +31075 Collare borchiato Collare di Martyaxwar. Nella parte interna si nasconde una lettera. +31076 Erbette del Sole Queste erbette crescono in luoghi caldi e asciutti. +31077 Polv. Pietre Fondamenta Pietre Fondamenta macinate in una polvere sottile. +31078 Lumen puro Un'energia bianca che neutralizza la forza della Materia oscura. +31079 Lettera per Yak-Hwan Le ultime parole della spia nascoste in una collana. +31080 Sangue Re delle fiamme Il sangue che scorre nelle vene dei demoni incandescente come la lava. +31081 Materia oscura La forma pi scura dell'energia conferisce ai demoni un potere enorme. +31082 Anello di magma Un anello di magma che circonda il cuore dei demoni delle fiamme. +31083 Anello di Samael Potente artefatto che permette di eseguire il rituale dell'esilio. +31084 Tintura Nimbus +31085 +31086 +31087 +31088 +31089 +31090 +31091 Sangue Re delle fiamme Il sangue che scorre nelle vene dei demoni incandescente come la lava. +31092 +31093 Pietra sconosciuta Questo tipo di pietra non l'hai mai visto prima d'ora, ma emana freddo e oscurit. +31094 Frammento Frammento del meteorite demoniaco +31095 +31096 +31097 +31098 +31099 +31100 +31101 +31102 +31103 Lettera segreta Lettera segreta +35000 Erbe Medicinali+ Una raccolta di erbe medicinali secche. Purtroppo sono un po' impolverate. +35001 Fegato di una Tigre+ Il fegato rosso-bruno grande come una mano di un felino adulto. +38010 Pacchetto di Yang Riscatta il tuo pacchetto per riempire di Yang le tue casse di guerra. Non commerciabile. +38011 Pacchetto di Yang Riscatta il tuo pacchetto per riempire di Yang le tue casse di guerra. Non commerciabile. +38050 Baule del Potere Il baule sorprendentemente leggero, come se fosse vuoto... +38051 Cristallo Tigre Reale Addomesticare spiriti animali malvagi richiede poteri magici molto considerevoli. Questo cristallo contiene uno dei cinque possibili Sigilli Tigre Reale. +38052 Baule dei re Questo sfarzoso baule nasconde al suo interno un tesoro regale. Questo item commerciabile. +38053 Forziere Inverno Infinito Questo forziere stato scolpito in un blocco di ghiaccio purissimo. Il coperchio si apre con un leggero stridio e dall'interno fuoriesce un freddo glaciale. +38054 Forz. Tempesta Deserto Questo misterioso forziere contiene un oggetto scelto dalla sorte. +38055 Scatola cuccioli In questa scatola si pu nascondere una tenero cucciolo. Aprila e trova un oggetto scelto dalla sorte. +38056 Scrigno della festa Questo scrigno di un festoso verde abete contiene una sorpresa natalizia. +38057 Scrigno del nord Lo scrigno emana un glaciale bagliore blu e contiene un item scelto dalla sorte. +38100 Powersnack (7 gg) Prolunga la vita della tua cavalcatura potenziata di 7 giorni. +38101 Powersnack (15 gg) Prolunga la vita della tua cavalcatura potenziata di 15 giorni. +38102 Powersnack (30 gg) Prolunga la vita della tua cavalcatura potenziata di 30 giorni. +38200 Sigillo Rufus Con questo sigillo puoi richiamare il tuo lupacchiotto Rufus. +38201 Sigillo Rufus Con questo sigillo puoi richiamare il tuo lupacchiotto Rufus. +39001 Pietra Magica Questa Pietra Magica assicura la massima probabilit di successo durante il miglioramento dell'item. Nel caso in cui il miglioramento fallisca, l'oggetto non sar distrutto e la sua qualit non peggiorer. Questo item commerciabile. +39002 Anello dell'Esperienza Aumenta i Punti Esperienza raccolti del 50% per 60 minuti. Questo item commerciabile. +39003 Vino di Fiori di Pesco Bevanda che rigenera immediatamente i tuoi HP di 500. Questo item commerciabile. +39004 Sfera Benedetta Questa sfera leggendaria aggiunge un quinto attributo agli oggetti che ne possiedono gi quattro. L'aggiunta del bonus potrebbe per fallire. Questo item commerciabile. +39005 Minerale di Rame Magico Con questo minerale e con un Papiro Consacrato il fabbro potr creare un Papiro della Guerra. Questo item commerciabile. +39006 Mantello del Coraggio Un tempo i guerrieri dimostravano il loro coraggio indossando un mantello colorato in grado di attirare tutti i mostri nelle vicinanze. Questo item commerciabile. +39007 Libro del fabbro Il libro legato all'anima di un vecchio fabbro. Aumenta la probabilit di riuscire a migliorare un oggetto. Questo item commerciabile. +39008 Papiro dell'Esorcismo Ti libera dalla maledizione dello spirito malvagio quando la lettura fallisce. Con l'aiuto di questo papiro puoi leggere un altro libro abilit nello stesso giorno. Questo item commerciabile. +39009 Ridistribuzione Abilit Con questo oggetto puoi ridistribuire i punti di una delle tue abilit. Questo item commerciabile. +39010 Pozione dell'Attacco +10 Aumenta la velocit di attacco del tuo personaggio del 10 % per 30 minuti. Questo item commerciabile. +39011 Benedizione della Vita Una benedizione che rigenera immediatamente del 100% i tuoi HP. Questo item commerciabile. +39012 Benedizione della Magia Una benedizione che rigenera immediatamente del 100% i tuoi MP. Questo item commerciabile. +39013 Benedizione del Drago Una benedizione che rigenera immediatamente del 100% i tuoi HP e i tuoi MP. Questo item commerciabile. +39014 Papiro della Guerra Il miglioramento di oggetti avviene in maniera completa. Pu essere utilizzato solo su oggetti da +0 a +3. Questo item commerciabile. +39015 Pietra del Fabbro Con questa pietra e con un Papiro Consacrato il fabbro potr creare un Manuale del Fabbro. Questo item commerciabile. +39016 Minerale di Ferro Magico Con questo minerale e con un Papiro Consacrato il fabbro potr creare il Papiro del Drago. Questo item commerciabile. +39017 Vita Dio Drago Aumenta i tuoi HP massimi del 20% per 30 minuti. Questo item commerciabile. +39018 Attacco Dio Drago Aumenta il danno che arrechi durante la lotta del 12-15% per 30 minuti. Questo item commerciabile. +39019 Intelligenza Dio Drago Aumenta del 20% i tuoi MP massimi per 30 minuti. Questo item commerciabile. +39020 Difesa del Dio Drago Diminuisce i danni che puoi subire durante la lotta del 12-15% per 30 minuti. Questo item commerciabile. +39021 Sostegno Dio Drago Vitalit, forza, intelligenza e destrezza del personaggio aumentano temporaneamente di 5 volte. Questo item commerciabile. +39022 Papiro del Drago Elimina il rischio che l'oggetto venga distrutto nel caso in cui il miglioramento fallisca. La qualit, per, diminuir di uno. Aumenta inoltre del 10% la possibilit di successo del miglioramento. Questo item commerciabile. +39023 Elisir del Ricercatore Questo elisir aumenta la qualit degli oggetti per le ricerche e quindi la probabilit che essi vengano accettati. Questo oggetto commerciabile. +39024 Lotta Critica Aumenta la probabilit di sferrare un colpo critico durante la lotta del 20% per 10 minuti. Questo item commerciabile. +39025 Lotta Trafiggente Aumenta la probabilit di sferrare un colpo che trafigge del 20% per 10 minuti. Questo item commerciabile. +39026 Pozione della Velocit Aumenta la velocit di movimento di 60 per 30 minuti. Questo item commerciabile. +39027 Libro delle Pietre Toglie tutte le schegge da un oggetto. Avari cos un altra possibilit di migliorare la tua arma o armatura. Questo item commerciabile. +39028 Incanta Oggetto Toglie i bonus a uno dei tuoi oggetti e ne aggiunge altri. Questo item commerciabile. +39029 Rinforza Oggetto Se sarai fortunato, aggiunger un nuovo bonus a uno dei tuoi oggetti (fino a un massimo di 4 bonus). Questo item commerciabile. +39030 Lettura Concentrata Aumenta di 2,5 volte la possibilit di migliorare il tuo talento leggendo il prossimo libro (o Pietra delle anime). Questo item commerciabile. +39031 Pozione della Fretta Questa pozione diminuisce il tempo di ricarica delle tue abilit del 20% per 30 minuti. Questo item commerciabile. +39032 Frutto della Vita Aumenta i tuoi Punti Karma di 2000 (utilizzabile ogni 8 ore). Questo item commerciabile. +39033 Papiro della Correzione Con questo Papiro possibile togliere da un oggetto l'ultima Pietra Spirituale aggiunta con successo. Questo item commerciabile. +39034 Zucchero per Cavallo Questo zuccherino ti permette di dare un nome al tuo animale da cavalcare. Allo stesso tempo aumenta il suo valore di difesa di 20. Questo item commerciabile. +39035 Lente della Previdenza Ti permette di mostrare gli oggetti del tuo inventario a un altro giocatore. La lente si rompe durante l'operazione. Questo item commerciabile. +39036 Scarpe del Vento Indossando le scarpe, la tua velocit di movimento aumenta di 30 per 30 ore di gioco. Questo item commerciabile. +39037 Elisir del Sole (P) Ripristina automaticamente i tuoi HP. Contiene 1.000.000 HP. Questo item commerciabile. +39038 Elisir del Sole (M) Ripristina automaticamente i tuoi HP. Contiene 3.000.000 HP. Questo item commerciabile. +39039 Elisir del Sole (G) Ripristina automaticamente i tuoi HP. Contiene 7.000.000 HP. Questo item commerciabile. +39040 Elisir della Luna (P) Ripristina automaticamente i tuoi MP. Contiene 100.000 MP. Questo item commerciabile. +39041 Elisir della Luna (M) Ripristina automaticamente i tuoi MP. Contiene 300.000 MP. Questo item commerciabile. +39042 Elisir della Luna (G) Ripristina automaticamente i tuoi MP. Contiene 700.000 MP. Questo item commerciabile. +39043 Papiro del Luogo Il papiro ti permette di ritornare all'ultimo luogo che hai marcato. Questo item commerciabile. +39044 Baule dei lican (P) Pacchetto contenente oggetti utili ai lican +39045 Baule dei lican (G) Pacco grande contenente oggetti utile ai lican +39046 Certificato inverso+ Utilizza il Certificato inverso per rimuovere i bonus dalla stola. +41001 Coniglio (marrone) Costume da coniglio in peluche marrone per lui +41002 Coniglietta (marrone) Costume da coniglio in peluche marrone per lei +41003 Guerriero del Deserto La veste della battaglia per gli uomini, per sfidare le avversit del deserto. +41004 Guerriera del Deserto La veste della battaglia per le donne, per sfidare le avversit del deserto. +41005 Costume Scherma Olim (m) Tuta di protezione sportiva per schermitori. +41006 Costume Scherma Olim (f) Tuta di protezione sportiva per schermitrici. +41007 Costume Scherma GER (m) Tuta di protezione sportiva per schermitori con i colori della bandiera tedesca. +41008 Costume Scherma GER (f) Tuta di protezione sportiva per schermitrici con i colori della bandiera tedesca. +41009 Costume Scherma TUR (m) Tuta di protezione sportiva per schermitori con i colori della bandiera turca. +41010 Costume Scherma TUR (f) Tuta di protezione sportiva per schermitrici con i colori della bandiera turca. +41011 Costume Scherma BRA (m) Tuta di protezione sportiva per schermitori con i colori della bandiera brasiliana. +41012 Costume Scherma BRA (f) Tuta di protezione sportiva per schermitrici con i colori della bandiera brasiliana. +41013 Maglia Calcio Olim (m) Una maglia neutrale per calciatori. +41014 Maglia Calcio Olim (f) Una maglia neutrale per calciatrici. +41015 Maglia Calcio GER (m) Una maglia per calciatori con i colori della bandiera tedesca. +41016 Maglia Calcio GER (f) Una maglia per calciatrici con i colori della bandiera tedesca. +41017 Maglia Calcio TUR (m) Una maglia per calciatori con i colori della bandiera turca. +41018 Maglia Calcio TUR (f) Una maglia per calciatrici con i colori della bandiera turca. +41019 Maglia Calcio BRA (m) Una maglia per calciatori con i colori della bandiera brasiliana. +41020 Maglia Calcio BRA (f) Una maglia per calciatrici con i colori della bandiera brasiliana. +41021 Outfit Boxe Olim (m) Outfit aggressivo per pugili. +41022 Outfit Boxe Olim (f) Outfit aggressivo per pugilesse. +41023 Outfit Boxe GER (m) Outfit aggressivo per pugili con i colori della bandiera tedesca. +41024 Outfit Boxe GER (f) Outfit aggressivo per pugilesse con i colori della bandiera tedesca. +41025 Outfit Boxe TUR (m) Outfit aggressivo per pugili con i colori della bandiera turca. +41026 Outfit Boxe TUR (f) Outfit aggressivo per pugilesse con i colori della bandiera turca. +41027 Outfit Boxe BRA (m) Outfit aggressivo per pugili con i colori della bandiera brasiliana. +41028 Outfit Boxe BRA (f) Outfit aggressivo per pugilesse con i colori della bandiera brasiliana. +41029 Guerr. Deserto (m,bonus) Veste della battaglia per gli uomini, per sfidare le avversit del deserto. L'item commerciabile. +41030 Guerr. Deserto (f,bonus) Veste della battaglia per le donne, per sfidare le avversit del deserto. L'item commerciabile. +41031 Costume Scherma Olim (m) Tuta di protezione sportiva per schermitori. L'item commerciabile. +41032 Costume Scherma Olim (f) Tuta di protezione sportiva per schermitrici. L'item commerciabile. +41033 Costume Scherma GER (m) Tuta di protezione sportiva per schermitori con i colori della bandiera tedesca. L'item commerciabile. +41034 Costume Scherma GER (f) Tuta di protezione sportiva per schermitrici con i colori della bandiera tedesca. L'item commerciabile. +41035 Costume Scherma TUR (m) Tuta di protezione sportiva per schermitori con i colori della bandiera turca. L'item commerciabile. +41036 Costume Scherma TUR (f) Tuta di protezione sportiva per schermitrici con i colori della bandiera turca. L'item commerciabile. +41037 Costume Scherma BRA (m) Tuta di protezione sportiva per schermitori con i colori della bandiera brasiliana. L'item commerciabile. +41038 Costume Scherma BRA (f) Tuta di protezione sportiva per schermitrici con i colori della bandiera brasiliana. L'item commerciabile. +41039 Maglia Calcio Olim (m) Una maglia neutrale per calciatori. L'item commerciabile. +41040 Maglia Calcio Olim (f) Una maglia neutrale per calciatrici. L'item commerciabile. +41041 Maglia Calcio GER (m) Una maglia per calciatori con i colori della bandiera tedesca. L'item commerciabile. +41042 Maglia Calcio GER (f) Una maglia per calciatrici con i colori della bandiera tedesca. L'item commerciabile. +41043 Maglia Calcio TUR (m) Una maglia per calciatori con i colori della bandiera turca. L'item commerciabile. +41044 Maglia Calcio TUR (f) Una maglia per calciatrici con i colori della bandiera turca. L'item commerciabile. +41045 Maglia Calcio BRA (m) Una maglia per calciatori con i colori della bandiera brasiliana. L'item commerciabile. +41046 Maglia Calcio BRA (f) Una maglia per calciatrici con i colori della bandiera brasiliana. L'item commerciabile. +41047 Outfit Boxe Olim (m) Outfit aggressivo per pugili. L'item commerciabile. +41048 Outfit Boxe Olim (f) Outfit aggressivo per pugilesse. L'item commerciabile. +41049 Outfit Boxe GER (m) Outfit aggressivo per pugili con i colori della bandiera tedesca. L'item commerciabile. +41050 Outfit Boxe GER (f) Outfit aggressivo per pugilesse con i colori della bandiera tedesca. L'item commerciabile. +41051 Outfit Boxe TUR (m) Outfit aggressivo per pugili con i colori della bandiera turca. L'item commerciabile. +41052 Outfit Boxe TUR (f) Outfit aggressivo per pugilesse con i colori della bandiera turca. L'item commerciabile. +41053 Outfit Boxe BRA (m) Outfit aggressivo per pugili con i colori della bandiera brasiliana. L'item commerciabile. +41054 Outfit Boxe BRA (f) Outfit aggressivo per pugilesse con i colori della bandiera brasiliana. L'item commerciabile. +41055 Costume Scherma FRA (m) Un costume da scherma sportivo per schermitori con i colori della bandiera francese. +41056 Costume Scherma FRA (f) Un costume da scherma sportivo per schermitrici con i colori della bandiera francese. +41057 Costume Scherma ITA (m) Un costume da scherma sportivo per schermitori con i colori della bandiera italiana. +41058 Costume Scherma ITA (f) Un costume da scherma sportivo per schermitrici con i colori della bandiera italiana. +41059 Costume Scherma POL (m) Un costume da scherma sportivo per schermitori con i colori della bandiera polacca. +41060 Costume Scherma POL (f) Un costume da scherma sportivo per schermitrici con i colori della bandiera polacca. +41061 Costume Scherma RUM (m) Un costume da scherma sportivo per schermitori con i colori della bandiera rumena. +41062 Costume Scherma RUM (f) Un costume da scherma sportivo per schermitrici con i colori della bandiera rumena. +41063 Costume Scherma ESP (m) Un costume da scherma sportivo per schermitori con i colori della bandiera spagnola. +41064 Costume Scherma ESP (f) Un costume da scherma sportivo per schermitrici con i colori della bandiera spagnola. +41065 Maglia Calcio FRA (m) Una maglia per calciatori con i colori della bandiera francese. +41066 Maglia Calcio FRA (f) Una maglia per calciatrici con i colori della bandiera francese. +41067 Maglia Calcio ITA (m) Una maglia per calciatori con i colori della bandiera italiana. +41068 Maglia Calcio ITA (f) Una maglia per calciatrici con i colori della bandiera italiana. +41069 Maglia Calcio POL (m) Una maglia per calciatori con i colori della bandiera polacca. +41070 Maglia Calcio POL (f) Una maglia per calciatrici con i colori della bandiera polacca. +41071 Maglia Calcio RUM (m) Una maglia per calciatori con i colori della bandiera rumena. +41072 Maglia Calcio RUM (m) Una maglia per calciatrici con i colori della bandiera rumena. +41073 Maglia Calcio ESP (m) Una maglia per calciatori con i colori della bandiera spagnola. +41074 Maglia Calcio ESP (f) Una maglia per calciatrici con i colori della bandiera spagnola. +41075 Outfit Boxe FRA (m) Un outfit aggressivo per pugili con i colori della bandiera francese. +41076 Outfit Boxe FRA (f) Un outfit aggressivo per pugilesse con i colori della bandiera francese. +41077 Outfit Boxe ITA (m) Un outfit aggressivo per pugili con i colori della bandiera italiana. +41078 Outfit Boxe ITA (f) Un outfit aggressivo per pugilesse con i colori della bandiera italiana. +41079 Outfit Boxe POL (m) Un outfit aggressivo per pugili con i colori della bandiera polacca. +41080 Outfit Boxe POL (f) Un outfit aggressivo per pugilesse con i colori della bandiera polacca. +41081 Outfit Boxe RUM (m) Un outfit aggressivo per pugili con i colori della bandiera rumena. +41082 Outfit Boxe RUM (f) Un outfit aggressivo per pugilesse con i colori della bandiera rumena. +41083 Outfit Boxe ESP (m) Un outfit aggressivo per pugili con i colori della bandiera spagnola. +41084 Outfit Boxe ESP (f) Un outfit aggressivo per pugilesse con i colori della bandiera spagnola. +41085 Costume Scherma FRA (m) Un costume da scherma sportivo per schermitori con i colori della bandiera francese. L'item commerciabile. +41086 Costume Scherma FRA (f) Un costume da scherma sportivo per schermitrici con i colori della bandiera francese. L'item commerciabile. +41087 Costume Scherma ITA (m) Un costume da scherma sportivo per schermitori con i colori della bandiera italiana. L'item commerciabile. +41088 Costume Scherma ITA (f) Un costume da scherma sportivo per schermitrici con i colori della bandiera italiana. L'item commerciabile. +41089 Costume Scherma POL (m) Un costume da scherma sportivo per schermitori con i colori della bandiera polacca. L'item commerciabile. +41090 Costume Scherma POL (f) Un costume da scherma sportivo per schermitrici con i colori della bandiera polacca. L'item commerciabile. +41091 Costume Scherma RUM (m) Un costume da scherma sportivo per schermitori con i colori della bandiera rumena. L'item commerciabile. +41092 Costume Scherma RUM (f) Un costume da scherma sportivo per schermitrici con i colori della bandiera rumena. L'item commerciabile. +41093 Costume Scherma ESP (m) Un costume da scherma sportivo per schermitori con i colori della bandiera spagnola. L'item commerciabile. +41094 Costume Scherma ESP (f) Un costume da scherma sportivo per schermitrici con i colori della bandiera spagnola. L'item commerciabile. +41095 Maglia Calcio FRA (m) Una maglia per calciatori con i colori della bandiera francese. L'item commerciabile. +41096 Maglia Calcio FRA (f) Una maglia per calciatrici con i colori della bandiera francese. L'item commerciabile. +41097 Maglia Calcio ITA (m) Una maglia per calciatori con i colori della bandiera italiana. L'item commerciabile. +41098 Maglia Calcio ITA (f) Una maglia per calciatrici con i colori della bandiera italiana. L'item commerciabile. +41099 Maglia Calcio POL (m) Una maglia per calciatori con i colori della bandiera polacca. L'item commerciabile. +41100 Maglia Calcio POL (f) Una maglia per calciatrici con i colori della bandiera polacca. L'item commerciabile. +41101 Maglia Calcio RUM (m) Una maglia per calciatori con i colori della bandiera rumena. L'item commerciabile. +41102 Maglia Calcio RUM (f) Una maglia per calciatrici con i colori della bandiera rumena. L'item commerciabile. +41103 Maglia Calcio ESP (m) Una maglia per calciatori con i colori della bandiera spagnola. L'item commerciabile. +41104 Maglia Calcio ESP (f) Una maglia per calciatrici con i colori della bandiera spagnola. L'item commerciabile. +41105 Outfit Boxe FRA (m) Un outfit aggressivo per pugili con i colori della bandiera francese. L'item commerciabile. +41106 Outfit Boxe FRA (f) Un outfit aggressivo per pugilesse con i colori della bandiera francese. L'item commerciabile. +41107 Outfit Boxe ITA (m) Un outfit aggressivo per pugili con i colori della bandiera italiana. L'item commerciabile. +41108 Outfit Boxe ITA (f) Un outfit aggressivo per pugilesse con i colori della bandiera italiana. L'item commerciabile. +41109 Outfit Boxe POL (m) Un outfit aggressivo per pugili con i colori della bandiera polacca. L'item commerciabile. +41110 Outfit Boxe POL (f) Un outfit aggressivo per pugilesse con i colori della bandiera polacca. L'item commerciabile. +41111 Outfit Boxe RUM (m) Un outfit aggressivo per pugili con i colori della bandiera rumena. L'item commerciabile. +41112 Outfit Boxe RUM (f) Un outfit aggressivo per pugilesse con i colori della bandiera rumena. L'item commerciabile. +41113 Outfit Boxe ESP (m) Un outfit aggressivo per pugili con i colori della bandiera spagnola. L'item commerciabile. +41114 Outfit Boxe ESP (f) Un outfit aggressivo per pugilesse con i colori della bandiera spagnola. L'item commerciabile. +41117 Costume moschettiere Un abito stravagante in stile moschettiere +41118 Divisa cameriera Un abito nero con grembiule bianco in stile cameriera francese. +41119 Abito salsa Un abito arancio e nero attillato per ballerino di latinoamericano +41120 Vestito salsa Un abito da ballo rosso e attillato con guanti neri +41121 Abito gentleman Un abito elegante per uomini perbene +41122 Vestito cocktail Un vestito celeste con fiocco e sandali con cinturino abbinati +41125 Smoking Zucca Un capo che attira gli sguardi di tutti, reinterpretato per l'occasione. +41126 Abito Zucca Un capo che attira gli sguardi di tutti, reinterpretato per l'occasione. +41129 Costume moschettiere+ Un abito stravagante in stile moschettiere. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +41130 Divisa cameriera+ Un abito nero con grembiule bianco in stile cameriera francese. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +41131 Abito salsa+ Un abito arancio e nero attillato per ballerino di latinoamericano. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +41132 Vestito salsa+ Un abito da ballo rosso e attillato con guanti neri. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +41133 Abito gentleman+ Un abito elegante per uomini perbene. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +41134 Vestito cocktail+ Un vestito celeste con fiocco e sandali con cinturino abbinati. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +41135 Smoking Zucca (bonus) Un capo che attira gli sguardi di tutti, reinterpretato per l'occasione. Questo costume dona un bonus scelto dalla sorte. +41136 Abito Zucca (bonus) Un capo che attira gli sguardi di tutti, reinterpretato per l'occasione. Questo costume dona un bonus scelto dalla sorte. +41137 Costume Natale (rosso) Un abito natalizio in velluto rosso e tessuto peluche bianco +41138 Vestito Natale (rosso) Un vestito corto natalizio in velluto rosso e tessuto peluche bianco +41139 Costume Natale (verde) Un abito natalizio in velluto verde e tessuto peluche bianco +41140 Vestito Natale (verde) Un vestito corto natalizio in velluto verde e tessuto peluche bianco +41141 Costume Natale (nero) Un abito natalizio in velluto nero e tessuto peluche bianco +41142 Vestito Natale (nero) Un vestito corto natalizio in velluto nero e tessuto peluche bianco +41143 Costume renna (m) Un costume per lui in morbido tessuto peluche con coda e campana +41144 Costume renna (f) Un costume per lei in morbido tessuto peluche con coda e campana +41145 Costume Natale+ (rosso) Un abito natalizio in velluto rosso e tessuto peluche bianco. +41146 Vestito Natale+ (rosso) Un vestito corto natalizio in velluto rosso e tessuto peluche bianco. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +41147 Costume Natale+ (verde) Un abito natalizio in velluto verde e tessuto peluche bianco. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +41148 Vestito Natale+ (verde) Un vestito corto natalizio in velluto verde e tessuto peluche bianco. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +41149 Costume Natale+(nero) Un vestito corto natalizio in velluto nero e tessuto peluche bianco. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +41150 Vestito Natale+ (nero) Un vestito corto natalizio in velluto nero e tessuto peluche bianco. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +41151 Costume renna+ (m) Un costume per lui in morbido tessuto peluche con coda e campana. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +41152 Costume renna+ (f) Un costume per lei in morbido tessuto peluche con coda e campana. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +41153 AC Miryang (m) Completo da calcio rossonero per lui +41154 AC Miryang (f) Completo da calcio rossonero per lei +41155 AFC Yayang (m) Completo da calcio biancorosso per lui +41156 AFC Yayang (f) Completo da calcio biancorosso per lei +41157 RSC Campo Serpi (m) Completo da calcio biancoviola per lui +41158 RSC Campo Serpi (f) Completo da calcio biancoviola per lei +41159 FC Yongan (m) Completo da calcio biancorosso per lui +41160 FC Yongan (f) Completo da calcio rossobianco per lei +41161 FC Bakra (m) Completo da calcio rossoblu per lui +41162 FC Bakra (f) Completo da calcio rossoblu per lei +41163 FC Bokjung (m) Completo da calcio gialloblu per lui +41164 FC Bokjung (f) Completo da calcio gialloblu per lei +41165 FC Bavaria Hwang (m) Completo da calcio rosso-gold per lui +41166 FC Bavaria Hwang (f) Completo da calcio rosso-gold per lei +41167 Borussia Chunjo (m) Completo da calcio giallonero per lui +41168 Borussia Chunjo (f) Completo da calcio giallonero per lei +41169 SC Doyum (m) Completo da calcio biancorosso per lui +41170 SC Doyum (f) Completo da calcio biancorosso per lei +41171 SC Hasun Dong (m) Completo da calcio gialloverde per lui +41172 SC Hasun Dong (f) Completo da calcio gialloverde per lei +41173 CFR Fuoco del Drago (m) Completo da calcio bordeaux per lui +41174 CFR Fuoco d Drago 07 (f) Completo bordeaux per lei +41175 FC Daeyami (m) Completo da calcio blu per lui +41176 FC Daeyami (f) Completo da calcio blu per lei +41177 G.N.K. Kuahlo Dong (m) Completo da calcio blu/bianco per lui +41178 G.N.K. Kuahlo Dong (f) Completo da calcio blu/bianco per lei +41179 1927 Imha (m) Completo da calcio biancoblu per lui +41180 1927 Imha (f) Completo da calcio biancoblu per lei +41181 FC Terra dei ghiacci (m) Completo da calcio rosso per lui +41182 1 FC Terra d Ghiacci (f) Completo da calcio rosso per lei +41183 FC Gumsan (m) Completo da calcio biancoblu per lui +41184 FC Gumsan (f) Completo da calcio blu/bianco per lei +41185 Galawaryong (m) Completo da calcio giallorosso per lui +41186 Galawaryong (f) Completo da calcio giallorosso per lei +41187 Juventus Yongbi (m) Completo da calcio bianconero per lui +41188 Juventus Yongbi (f) Completo da calcio bianconero per lei +41189 OSC Lungsam (m) Completo da calcio rossoblu per lui +41190 OSC Lungsam (f) Completo da calcio rossoblu per lei +41191 FC Doyyumhwan (m) Completo da calcio biancoceleste per lui +41192 FC Doyyumhwan (f) Completo da calcio gialloceleste per lei +41193 FC Nefrite City (m) Completo da calcio biancoceleste per lui +41194 FC Nefrite City (f) Completo da calcio biancoceleste per lei +41195 Shinsoo United (m) Completo da calcio biancorosso per lui +41196 Shinsoo United (f) Completo da calcio rossobianco per lei +41197 SC Valle del Drago (m) Completo da calcio arancioblu per lui +41198 SC Valle del Drago (f) Completo da calcio arancioblu per lei +41199 FC Monti Tonanti (m) Completo da calcio biancorosso per lui +41200 FC Monti Tonanti (f) Completo da calcio rossobianco per lei +41201 Pyungmoo Saint-Hwang (m) Completo da calcio blu per lui +41202 Pyungmoo Saint-Hwang (f) Completo da calcio blu per lei +41203 Real Sohan (m) Completo da calcio bianco per lui +41204 Real Sohan (f) Completo da calcio bianco per lei +41205 FC Jinno 04 (m) Completo da calcio bianco- blu ultramarino per lui +41206 FC Jinno 04 (f) Completo in bianco- blu ultramarino per lei +41207 FC Sangsun Dong (m) Completo da calcio arancionero per lui +41208 FC Sangsun Dong (f) Completo da calcio neroarancio per lei +41209 SL Jungsun Dong (m) Completo da calcio biancorosso per lui +41210 SL Jungsun Dong (f) Completo da calcio rossobianco per lei +41211 Sparta Jungrang (m) Completo da calcio biancorosso per lui +41212 Sparta Jungrang (f) Completo da calcio rossobianco per lei +41213 FC Terra del Fuoco (m) Completo da calcio nerobianco per lui +41214 FC Terra del Fuoco (f) Completo da calcio nerobianco per lei +41215 FC St. Seungryong (m) Completo da calcio blu per lui +41216 FC St. Seungryong (f) Completo da calcio blu per lei +41217 AC Miryang+ (m) Completo da calcio rossonero per lui. Dona almeno un bonus scelto dalla sorte. +41218 AC Miryang+ (f) Completo da calcio rossonero per lei. Dona almeno un bonus scelto dalla sorte. +41219 AFC Yayang+ (m) Completo da calcio biancorosso per lui. Dona almeno un bonus scelto dalla sorte. +41220 AFC Yayang+ (f) Completo da calcio biancorosso per lei. Dona almeno un bonus scelto dalla sorte. +41221 RSC Campo Serpi+ (m) Completo da calcio biancoviola per lui. Dona almeno un bonus scelto dalla sorte. +41222 RSC Campo Serpi+ (f) Completo da calcio biancoviola per lui. Dona almeno un bonus scelto dalla sorte. +41223 FC Yongan+ (m) Completo da calcio rossobianco per lui. Dona almeno un bonus scelto dalla sorte. +41224 FC Yongan+ (f) Completo da calcio rossobianco per lei. Dona almeno un bonus scelto dalla sorte. +41225 FC Bakra+ (m) Completo da calcio rossoblu per lui. Dona almeno un bonus scelto dalla sorte. +41226 FC Bakra+ (f) Completo da calcio rossoblu per lei. Dona almeno un bonus scelto dalla sorte. +41227 FC Bokjung+ (m) Completo da calcio gialloblu per lui. Dona almeno un bonus scelto dalla sorte. +41228 FC Bokjung+ (f) Completo da calcio gialloblu per lei. Dona almeno un bonus scelto dalla sorte. +41229 FC Bavaria Hwang+ (m) Completo da calcio rosso/gold per lui. Dona almeno un bonus scelto dalla sorte. +41230 FC Bavaria Hwang+ (f) Completo da calcio rosso/gold per lei. Dona almeno un bonus scelto dalla sorte. +41231 Borussia Chunjo+ (m) Completo da calcio giallonero per lui. Dona almeno un bonus scelto dalla sorte. +41232 Borussia Chunjo+ (f) Completo da calcio giallonero per lei. Dona almeno un bonus scelto dalla sorte. +41233 SC Doyum+ (m) Completo da calcio rossobianco per lui. Dona almeno un bonus scelto dalla sorte. +41234 SC Doyum+ (f) Completo da calcio rossobianco per lei. Dona almeno un bonus scelto dalla sorte. +41235 SC Hasun Dong+ (m) Completo da calcio biancoverde per lui. Dona almeno un bonus scelto dalla sorte. +41236 SC Hasun Dong+ (f) Completo da calcio biancoverde per lei. Dona almeno un bonus scelto dalla sorte. +41237 CFR Fuoco Drago 07+ (m) Completo da calcio bordeaux per lui. Dona almeno un bonus scelto dalla sorte. +41238 CFR Fuoco Drago 07+ (f) Completo da calcio bordeaux per lei. Dona almeno un bonus scelto dalla sorte. +41239 FC Daeyami+ (m) Completo da calcio blu per lui. Dona almeno un bonus scelto dalla sorte. +41240 FC Daeyami+ (f) Completo da calcio blu per lei. Dona almeno un bonus scelto dalla sorte. +41241 G.N.K. Kuahlo Dong+ (m) Completo da calcio blubianco per lui. Dona almeno un bonus scelto dalla sorte. +41242 G.N.K. Kuahlo Dong+ (f) Completo da calcio blubianco per lei. Dona almeno un bonus scelto dalla sorte. +41243 1927 Imha+ (m) Completo da calcio biancoblu per lui. Dona almeno un bonus scelto dalla sorte. +41244 1927 Imha+ (f) Completo da calcio biancoblu per lei. Dona almeno un bonus scelto dalla sorte. +41245 1 FC Terra ghiacci+ (m) Completo da calcio rosso per lui. Dona almeno un bonus scelto dalla sorte. +41246 1 FC Terra ghiacci+ (f) Completo da calcio rosso per lei. Dona almeno un bonus scelto dalla sorte. +41247 FC Gumsan+ (m) Completo da calcio biancoblu per lui. Dona almeno un bonus scelto dalla sorte. +41248 FC Gumsan+ (f) Completo da calcio biancoblu per lei. Dona almeno un bonus scelto dalla sorte. +41249 Galawaryong+ (m) Completo da calcio giallorosso per lui. Dona almeno un bonus scelto dalla sorte. +41250 Galawaryong+ (f) Completo da calcio giallorosso per lei. Dona almeno un bonus scelto dalla sorte. +41251 Juventus Yongbi+ (m) Completo da calcio bianconero per lui. Dona almeno un bonus scelto dalla sorte. +41252 Juventus Yongbi+ (f) Completo da calcio bianconero per lei. Dona almeno un bonus scelto dalla sorte. +41253 OSC Lungsam+ (m) Completo da calcio rossoblu per lui. Dona almeno un bonus scelto dalla sorte. +41254 OSC Lungsam+ (f) Completo da calcio rossoblu per lei. Dona almeno un bonus scelto dalla sorte. +41255 FC Doyyumhwan+ (m) Completo da calcio biancoceleste per lui. Dona almeno un bonus scelto dalla sorte. +41256 FC Doyyumhwan+ (f) Completo da calcio biancoceleste per lei. Dona almeno un bonus scelto dalla sorte. +41257 FC Nefrite City+ (m) Completo da calcio biancoceleste per lui. Dona almeno un bonus scelto dalla sorte. +41258 FC Nefrite City+ (f) Completo da calcio biancoceleste per lei. Dona almeno un bonus scelto dalla sorte. +41259 Shinsoo United+ (m) Completo da calcio rossobianco per lui. Dona almeno un bonus scelto dalla sorte. +41260 Shinsoo United+ (f) Completo da calcio rossobianco per lei. Dona almeno un bonus scelto dalla sorte. +41261 SC Valle dei Draghi+ (m) Completo da calcio arancioblu per lui. Dona almeno un bonus scelto dalla sorte. +41262 SC Valle dei Draghi+ (f) Completo da calcio arancioblu per lei. Dona almeno un bonus scelto dalla sorte. +41263 FC Monti Tonanti+ (m) Completo da calcio rossobianco per lui. Dona almeno un bonus scelto dalla sorte. +41264 FC Monti Tonanti+ (f) Completo da calcio rossobianco per lei. Dona almeno un bonus scelto dalla sorte. +41265 Pyungmoo Saint-Hwang+(m) Completo da calcio blu per lui. Dona almeno un bonus scelto dalla sorte. +41266 Pyungmoo Saint-Hwang+ (f) Completo da calcio blu per lei. Dona almeno un bonus scelto dalla sorte. +41267 Real Sohan+ (m) Completo da calcio bianco per lui. Dona almeno un bonus scelto dalla sorte. +41268 Real Sohan+ (f) Completo da calcio bianco per lei. Dona almeno un bonus scelto dalla sorte. +41269 FC Jinno 04+ (m) Completo da calcio bianco blu-ultramarino per lui. Dona almeno un bonus scelto dalla sorte. +41270 FC Jinno 04+ (f) Completo da calcio bianco blu-ultramarino per lei. Dona almeno un bonus scelto dalla sorte. +41271 FC Sangsun Dong+ (m) Completo da calcio neroarancio per lui. Dona almeno un bonus scelto dalla sorte. +41272 FC Sangsun Dong+ (f) Completo da calcio neroarancio per lui. Dona almeno un bonus scelto dalla sorte. +41273 SL Jungsun Dong+ (m) Completo da calcio rossobianco per lui. Dona almeno un bonus scelto dalla sorte. +41274 SL Jungsun Dong+ (f) Completo da calcio rossobianco per lei. Dona almeno un bonus scelto dalla sorte. +41275 Sparta Jungrang+ (m) Completo da calcio biancorosso per lui. Dona almeno un bonus scelto dalla sorte. +41276 Sparta Jungrang+ (f) Completo da calcio biancorosso per lei. Dona almeno un bonus scelto dalla sorte. +41277 FC Terra del Fuoco+ (m) Completo da calcio nerobianco per lui. Dona almeno un bonus scelto dalla sorte. +41278 FC Terra del Fuoco+ (f) Completo da calcio nerobianco per lei. Dona almeno un bonus scelto dalla sorte. +41279 FC St. Seungryong+ (m) Completo da calcio blu per lui. Dona almeno un bonus scelto dalla sorte. +41280 FC St. Seungryong+ (f) Completo da calcio blu per lei. Dona almeno un bonus scelto dalla sorte. +41291 Coniglio (nero) Costume da coniglio in peluche nero per lui +41292 Coniglio (blu) Costume da coniglio in peluche blu per lui +41293 Coniglio (verde) Costume da coniglio in peluche verde per lui +41294 Coniglio (rosa) Costume da coniglio in peluche rosa per lui +41295 Coniglietta (nero) Costume da coniglio in peluche nero per lei +41296 Coniglietta (blu) Costume da coniglio in peluche blu per lei +41297 Coniglietta (verde) Costume da coniglio in peluche verde per lei +41298 Coniglietta (rosa) Costume da coniglio in peluche rosa per lei +41299 Coniglio+ (nero) Costume da coniglio in peluche nero per lui. Ti conferisce almeno un bonus a caso. +41300 Coniglio+ (blu) Costume da coniglio in peluche blu per lui. Ti conferisce almeno un bonus a caso. +41301 Coniglio+ (verde) Costume da coniglio in peluche verde per lui. Ti conferisce almeno un bonus a caso. +41302 Coniglio+ (rosa) Costume da coniglio in peluche rosa per lui. Ti conferisce almeno un bonus a caso. +41303 Coniglietta+ (nero) Costume da coniglio in peluche nero per lei. Ti conferisce almeno un bonus a caso. +41304 Coniglietta+ (blu) Costume da coniglio in peluche blu per lei. Ti conferisce almeno un bonus a caso. +41305 Coniglietta+ (verde) Costume da coniglio in peluche verde per lei. Ti conferisce almeno un bonus a caso. +41306 Coniglietta+ (rosa) Costume da coniglio in peluche rosa per lei. Ti conferisce almeno un bonus a caso. +41307 Veste cobra (m) Una veste nero brillante con simboli serpenteschi +41308 Veste cobra (f) Una veste nero brillante con simboli serpenteschi +41309 Veste cobra+ (m) Una veste nero brillante con simboli serpenteschi. Dona almeno un bonus scelto dalla sorte. +41310 Veste cobra+ (f) Una veste nero brillante con simboli serpenteschi. Dona almeno un bonus scelto dalla sorte. +41311 Guerriero Deserto (nero) Una veste nera della battaglia per gli uomini. +41312 Guerriera Deserto (nera) Una veste nera della battaglia per le donne. +41313 Guerr. Deserto + (nero) Una veste nera della battaglia per gli uomini. Ti dona almeno un bonus scelto dalla sorte. +41314 Guerr. Deserto+ (f,nera) Una veste nera della battaglia per le donne. Ti dona almeno un bonus scelto dalla sorte. +41315 Armatura di Azrael (m) Un'armatura di acciaio del famigerato Principe dei Demoni +41316 Armatura di Azrael (f) Un'armatura di acciaio del famigerato Principe dei Demoni +41317 Armatura di Azrael+ (m) Un'armatura di acciaio del famigerato Principe dei Demoni. Dona almeno un bonus scelto dalla sorte. +41318 Armatura di Azrael+ (f) Un'armatura di acciaio del famigerato Principe dei Demoni. Dona almeno un bonus scelto dalla sorte. +41320 Abito Jack Pumpkin (m) Un bel macabro costume per Halloween +41321 Vestito Jack Pumpkin (f) Un bel macabro costume per Halloween +41322 Abito Jack Pumpkin+ (m) Un bel macabro costume per Halloween. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +41323 Vestito Jack Pumpkin+ (f) Un bel macabro costume per Halloween. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +41324 +41325 +41326 +41327 +41328 Maglia Mondiali ALG (m) Una maglia per i Mondiali nei colori della Nazionale algerina. +41329 Maglia Mondiali ALG (f) Una maglia per i Mondiali nei colori della Nazionale algerina. +41330 Maglia ARG (m) Completo da calcio nei colori della nazionale argentina +41331 Maglia ARG (f) Completo da calcio nei colori della nazionale argentina +41332 Maglia Mondiali AUS (m) Una maglia per i Mondiali nei colori della Nazionale australiana. +41333 Maglia Mondiali AUS (f) Una maglia per i Mondiali nei colori della Nazionale australiana. +41334 Maglia BEL (m) Completo da calcio nei colori della nazionale belga +41335 Maglia BEL (f) Completo da calcio nei colori della nazionale belga +41336 Maglia Mondiali BIH (m) Una maglia per i Mondiali nei colori della Nazionale della Bosnia-Erzegovina. +41337 Maglia Mondiali BIH (f) Una maglia per i Mondiali nei colori della Nazionale della Bosnia-Erzegovina. +41338 Maglia BRA (m) Completo da calcio nei colori della nazionale brasiliana +41339 Maglia BRA (f) Completo da calcio nei colori della nazionale brasiliana +41340 Maglia Mondiali CMR (m) Una maglia per i Mondiali nei colori della Nazionale camerunense. +41341 Maglia Mondiali CMR (f) Una maglia per i Mondiali nei colori della Nazionale camerunense. +41342 Maglia Mondiali CHI (m) Una maglia per i Mondiali nei colori della Nazionale cilena. +41343 Maglia Mondiali CHI (f) Una maglia per i Mondiali nei colori della Nazionale cilena. +41344 Maglia Mondiali COL (m) Una maglia per i Mondiali nei colori della Nazionale colombiana. +41345 Maglia Mondiali COL (f) Una maglia per i Mondiali nei colori della Nazionale colombiana. +41346 Maglia Mondiali CRC (m) Una maglia per i Mondiali nei colori della Nazionale costaricana. +41347 Maglia Mondiali CRC (f) Una maglia per i Mondiali nei colori della Nazionale costaricana. +41348 Maglia Mondiali CIV (m) Una maglia per i Mondiali nei colori della Nazionale ivoriana. +41349 Maglia Mondiali CIV (f) Una maglia per i Mondiali nei colori della Nazionale ivoriana. +41350 Maglia Mondiali CRO (m) Una maglia per i Mondiali nei colori della Nazionale croata. +41351 Maglia Mondiali CRO (f) Una maglia per i Mondiali nei colori della Nazionale croata. +41352 Maglia Mondiali ECU (m) Una maglia per i Mondiali nei colori della Nazionale ecuadoregna. +41353 Maglia Mondiali ECU (f) Una maglia per i Mondiali nei colori della Nazionale ecuadoregna. +41354 Maglia ENG (m) Completo da calcio nei colori della nazionale inglese +41355 Maglia ENG (f) Completo da calcio nei colori della nazionale inglese +41356 Maglia FRA (m) Completo da calcio nei colori della nazionale francese +41357 Maglia FRA (f) Completo da calcio nei colori della nazionale francese +41358 Maglia GER (m) Completo da calcio nei colori della nazionale tedesca +41359 Maglia GER (f) Completo da calcio nei colori della nazionale tedesca +41360 Maglia Mondiali GHA (m) Una maglia per i Mondiali nei colori della Nazionale ghanese. +41361 Maglia Mondiali GHA (f) Una maglia per i Mondiali nei colori della Nazionale ghanese. +41362 Maglia GRE (m) Completo da calcio nei colori della nazionale greca +41363 Maglia GRE (f) Completo da calcio nei colori della nazionale greca +41364 Maglia Mondiali HON (m) Una maglia per i Mondiali nei colori della Nazionale honduregna. +41365 Maglia Mondiali HON (f) Una maglia per i Mondiali nei colori della Nazionale honduregna. +41366 Maglia Mondiali IRN (m) Una maglia per i Mondiali nei colori della Nazionale iraniana. +41367 Maglia Mondiali IRN (f) Una maglia per i Mondiali nei colori della Nazionale iraniana. +41368 Maglia ITA (m) Completo da calcio nei colori della nazionale italiana +41369 Maglia ITA (f) Completo da calcio nei colori della nazionale italiana +41370 Maglia Mondiali JPN (m) Una maglia per i Mondiali nei colori della Nazionale giapponese. +41371 Maglia Mondiali JPN (f) Una maglia per i Mondiali nei colori della Nazionale giapponese. +41372 Maglia KOR (m) Completo da calcio nei colori della nazionale coreana +41373 Maglia KOR (f) Completo da calcio nei colori della nazionale coreana +41374 Maglia MEX (m) Completo da calcio nei colori della nazionale messicana +41375 Maglia MEX (f) Completo da calcio nei colori della nazionale messicana +41376 Maglia NED (m) Completo da calcio nei colori della nazionale olandese +41377 Maglia NED (f) Completo da calcio nei colori della nazionale olandese +41378 Maglia Mondiali NGA (m) Una maglia per i Mondiali nei colori della Nazionale nigeriana. +41379 Maglia Mondiali NGA (f) Una maglia per i Mondiali nei colori della Nazionale nigeriana. +41380 Maglia POR (m) Completo da calcio nei colori della nazionale portoghese +41381 Maglia POR (f) Completo da calcio nei colori della nazionale portoghese +41382 Maglia RUS (m) Completo da calcio nei colori della nazionale russa +41383 Maglia RUS (f) Completo da calcio nei colori della nazionale russa +41384 Maglia ESP (m) Completo da calcio nei colori della nazionale spagnola +41385 Maglia ESP (f) Completo da calcio nei colori della nazionale spagnola +41386 Maglia SUI (m) Completo da calcio nei colori della nazionale svizzera +41387 Maglia SUI (f) Completo da calcio nei colori della nazionale svizzera +41388 Maglia Mondiali URU (m) Una maglia per i Mondiali nei colori della Nazionale uruguaiana. +41389 Maglia Mondiali URU (f) Una maglia per i Mondiali nei colori della Nazionale uruguaiana. +41390 Maglia USA (m) Completo da calcio nei colori della nazionale statunitense +41391 Maglia USA (f) Completo da calcio nei colori della nazionale statunitense +41392 Maglia Mon. ALG (m/bon.) Una maglia per i Mondiali nei colori della Nazionale algerina. Ti dona almeno un bonus scelto dalla sorte. +41393 Maglia Mon. ALG (f/bon.) Una maglia per i Mondiali nei colori della Nazionale algerina. Ti dona almeno un bonus scelto dalla sorte. +41394 Maglia ARG (m/bonus) Completo da calcio nei colori della nazionale argentina. Ti dona almeno un bonus scelto dalla sorte. +41395 Maglia ARG (f/bonus) Completo da calcio nei colori della nazionale argentina. Ti dona almeno un bonus scelto dalla sorte. +41396 Maglia Mon. AUS (m/bon.) Una maglia per i Mondiali nei colori della Nazionale australiana. Ti dona almeno un bonus scelto dalla sorte. +41397 Maglia Mon. AUS (f/bon.) Una maglia per i Mondiali nei colori della Nazionale australiana. Ti dona almeno un bonus scelto dalla sorte. +41398 Maglia BEL (m/bonus) Completo da calcio nei colori della nazionale belga. Ti dona almeno un bonus scelto dalla sorte. +41399 Maglia BEL (f/bonus) Completo da calcio nei colori della nazionale belga. Ti dona almeno un bonus scelto dalla sorte. +41400 Maglia Mon. BIH (m/bon.) Una maglia per i Mondiali nei colori della Nazionale della Bosnia-Erzegovina. Ti dona almeno un bonus scelto dalla sorte. +41401 Maglia Mon. BIH (f/bon.) Una maglia per i Mondiali nei colori della Nazionale della Bosnia-Erzegovina. Ti dona almeno un bonus scelto dalla sorte. +41402 Maglia BRA (m/bonus) Completo da calcio nei colori della nazionale brasiliana. Ti dona almeno un bonus scelto dalla sorte. +41403 Maglia BRA (f/bonus) Completo da calcio nei colori della nazionale brasiliana. Ti dona almeno un bonus scelto dalla sorte. +41404 Maglia Mon. CMR (m/bon.) Una maglia per i Mondiali nei colori della Nazionale camerunense. Ti dona almeno un bonus scelto dalla sorte. +41405 Maglia Mon. CMR (f/bon.) Una maglia per i Mondiali nei colori della Nazionale camerunense. Ti dona almeno un bonus scelto dalla sorte. +41406 Maglia Mon. CHI (m/bon.) Una maglia per i Mondiali nei colori della Nazionale cilena. Ti dona almeno un bonus scelto dalla sorte. +41407 Maglia Mon. CHI (f/bon.) Una maglia per i Mondiali nei colori della Nazionale cilena. Ti dona almeno un bonus scelto dalla sorte. +41408 Maglia Mon. COL (m/bon.) Una maglia per i Mondiali nei colori della Nazionale colombiana. Ti dona almeno un bonus scelto dalla sorte. +41409 Maglia Mon. COL (f/bon.) Una maglia per i Mondiali nei colori della Nazionale colombiana. Ti dona almeno un bonus scelto dalla sorte. +41410 Maglia Mon. CRC (m/bon.) Una maglia per i Mondiali nei colori della Nazionale costaricana. Ti dona almeno un bonus scelto dalla sorte. +41411 Maglia Mon. CRC (f/bon.) Una maglia per i Mondiali nei colori della Nazionale costaricana. Ti dona almeno un bonus scelto dalla sorte. +41412 Maglia Mon. CIV (m/bon.) Una maglia per i Mondiali nei colori della Nazionale ivoriana. Ti dona almeno un bonus scelto dalla sorte. +41413 Maglia Mon. CIV (f/bon.) Una maglia per i Mondiali nei colori della Nazionale ivoriana. Ti dona almeno un bonus scelto dalla sorte. +41414 Maglia Mon. CRO (m/bon.) Una maglia per i Mondiali nei colori della Nazionale croata. Ti dona almeno un bonus scelto dalla sorte. +41415 Maglia Mon. CRO (f/bon.) Una maglia per i Mondiali nei colori della Nazionale croata. Ti dona almeno un bonus scelto dalla sorte. +41416 Maglia Mon. ECU (m/bon.) Una maglia per i Mondiali nei colori della Nazionale ecuadoregna. Ti dona almeno un bonus scelto dalla sorte. +41417 Maglia Mon. ECU (f/bon.) Una maglia per i Mondiali nei colori della Nazionale ecuadoregna. Ti dona almeno un bonus scelto dalla sorte. +41418 Maglia ENG (m/bonus) Completo da calcio nei colori della nazionale inglese. Ti dona almeno un bonus scelto dalla sorte. +41419 Maglia ENG (f/bonus) Completo da calcio nei colori della nazionale inglese. Ti dona almeno un bonus scelto dalla sorte. +41420 Maglia FRA (m/bonus) Completo da calcio nei colori della nazionale francese. Ti dona almeno un bonus scelto dalla sorte. +41421 Maglia FRA (f/bonus) Completo da calcio nei colori della nazionale francese. Ti dona almeno un bonus scelto dalla sorte. +41422 Maglia GER (m/bonus) Completo da calcio nei colori della nazionale tedesca. Ti dona almeno un bonus scelto dalla sorte. +41423 Maglia GER (f/bonus) Completo da calcio nei colori della nazionale tedesca. Ti dona almeno un bonus scelto dalla sorte. +41424 Maglia Mon. GHA (m/bon.) Una maglia per i Mondiali nei colori della Nazionale ghanese. Ti dona almeno un bonus scelto dalla sorte. +41425 Maglia Mon. GHA (f/bon.) Una maglia per i Mondiali nei colori della Nazionale ghanese. Ti dona almeno un bonus scelto dalla sorte. +41426 Maglia GRE (m/bonus) Completo da calcio nei colori della nazionale greca. Ti dona almeno un bonus scelto dalla sorte. +41427 Maglia GRE (f/bonus) Completo da calcio nei colori della nazionale greca. Ti dona almeno un bonus scelto dalla sorte. +41428 Maglia Mon. HON (m/bon.) Una maglia per i Mondiali nei colori della Nazionale honduregna. Ti dona almeno un bonus scelto dalla sorte. +41429 Maglia Mon. HON (f/bon.) Una maglia per i Mondiali nei colori della Nazionale honduregna. Ti dona almeno un bonus scelto dalla sorte. +41430 Maglia Mon. IRN (m/bon.) Una maglia per i Mondiali nei colori della Nazionale iraniana. Ti dona almeno un bonus scelto dalla sorte. +41431 Maglia Mon. IRN (f/bon.) Una maglia per i Mondiali nei colori della Nazionale iraniana. Ti dona almeno un bonus scelto dalla sorte. +41432 Maglia ITA (m/bonus) Completo da calcio nei colori della nazionale italiana. Ti dona almeno un bonus scelto dalla sorte. +41433 Maglia ITA (f/bonus) Completo da calcio nei colori della nazionale italiana. Ti dona almeno un bonus scelto dalla sorte. +41434 Maglia Mon. JPN (m/bon.) Una maglia per i Mondiali nei colori della Nazionale giapponese. Ti dona almeno un bonus scelto dalla sorte. +41435 Maglia Mon. JPN (f/bon.) Una maglia per i Mondiali nei colori della Nazionale giapponese. Ti dona almeno un bonus scelto dalla sorte. +41436 Maglia KOR (m/bonus) Completo da calcio nei colori della nazionale coreana. Ti dona almeno un bonus scelto dalla sorte. +41437 Maglia KOR (f/bonus) Completo da calcio nei colori della nazionale coreana. Ti dona almeno un bonus scelto dalla sorte. +41438 Maglia MEX (m/bonus) Completo da calcio nei colori della nazionale messicana. Ti dona almeno un bonus scelto dalla sorte. +41439 Maglia MEX (f/bonus) Completo da calcio nei colori della nazionale messicana. Ti dona almeno un bonus scelto dalla sorte. +41440 Maglia NED (m/bonus) Completo da calcio nei colori della nazionale olandese. Ti dona almeno un bonus scelto dalla sorte. +41441 Maglia NED (f/bonus) Completo da calcio nei colori della nazionale olandese. Ti dona almeno un bonus scelto dalla sorte. +41442 Maglia Mon. NGA (m/bon.) Una maglia per i Mondiali nei colori della Nazionale nigeriana. Ti dona almeno un bonus scelto dalla sorte. +41443 Maglia Mon. NGA (f/bon.) Una maglia per i Mondiali nei colori della Nazionale nigeriana. Ti dona almeno un bonus scelto dalla sorte. +41444 Maglia POR (m/bonus) Completo da calcio nei colori della nazionale portoghese. Ti dona almeno un bonus scelto dalla sorte. +41445 Maglia POR (f/bonus) Completo da calcio nei colori della nazionale portoghese. Ti dona almeno un bonus scelto dalla sorte. +41446 Maglia RUS (m/bonus) Completo da calcio nei colori della nazionale russa. Ti dona almeno un bonus scelto dalla sorte. +41447 Maglia RUS (f/bonus) Completo da calcio nei colori della nazionale russa. Ti dona almeno un bonus scelto dalla sorte. +41448 Maglia ESP (m/bonus) Completo da calcio nei colori della nazionale spagnola. Ti dona almeno un bonus scelto dalla sorte. +41449 Maglia ESP (f/bonus) Completo da calcio nei colori della nazionale spagnola. Ti dona almeno un bonus scelto dalla sorte. +41450 Maglia SUI (m/bonus) Completo da calcio nei colori della nazionale svizzera. Ti dona almeno un bonus scelto dalla sorte. +41451 Maglia SUI (f/bonus) Completo da calcio nei colori della nazionale svizzera. Ti dona almeno un bonus scelto dalla sorte. +41452 Maglia Mon. URU (m/bon.) Una maglia per i Mondiali nei colori della Nazionale uruguaiana. Ti dona almeno un bonus scelto dalla sorte. +41453 Maglia Mon. URU (f/bon.) Una maglia per i Mondiali nei colori della Nazionale uruguaiana. Ti dona almeno un bonus scelto dalla sorte. +41454 Maglia USA (m/bonus) Completo da calcio nei colori della nazionale statunitense. Ti dona almeno un bonus scelto dalla sorte. +41455 Maglia USA (f/bonus) Completo da calcio nei colori della nazionale statunitense. Ti dona almeno un bonus scelto dalla sorte. +41472 Abito da zombie Un abito sporco di sangue, pelle marcescente e ossa scoperte ti trasformeranno in un vero zombie! +41473 Vestito da zombie Un vestito sporco di sangue, pelle marcescente e ossa scoperte ti trasformeranno in una donna zombie! +41474 Abito da zombie+ Un abito sporco di sangue, pelle marcescente e ossa scoperte ti trasformeranno in un vero zombie! Ti dona almeno un bonus scelto dalla sorte. +41475 Vestito da zombie+ Un vestito sporco di sangue, pelle marcescente e ossa scoperte ti trasformeranno in una donna zombie! Ti dona almeno un bonus scelto dalla sorte. +41476 Abito da mago Un abito nero, mistico, perfetto per un mago. +41477 Vestito da strega Un vestito nero, mistico, perfetto per essere usato come costume da strega. +41478 Abito da mago+ Un abito nero, mistico, perfetto per un mago. Ti dona almeno un bonus scelto dalla sorte. +41479 Vestito da strega+ Un vestito nero, mistico, perfetto per essere usato come costume da strega. Ti dona almeno un bonus scelto dalla sorte. +41480 Costume Santa Frosty Costume da pupazzo di neve con un abito di Babbo Natale in velluto rosso. Non commerciabile. +41481 Costume Pupazzo di neve Costume da pupazzo di neve in velluto bianco. Non commerciabile. +41482 Abito natalizio (bianco) Vestitino bianco completo di calze e accessori. Non commerciabile. +41483 Abito natalizio (rosso) Vestitino rosso completo di calze e accessori. Non commerciabile. +41484 Costume Santa Frosty+ Costume da pupazzo di neve con un abito di Babbo Natale in velluto rosso. Ti conferisce almeno un bonus a caso. L'item commerciabile. +41485 Costume Pupazzo di neve+ Costume da pupazzo di neve in velluto bianco. Ti conferisce almeno un bonus a caso. L'item commerciabile. +41486 Abito nataliz.+ (bianco) Vestitino bianco completo di calze e accessori. Ti conferisce almeno un bonus a caso. L'item commerciabile. +41487 Abito natalizio+ (rosso) Vestitino rosso completo di calze e accessori. Ti conferisce almeno un bonus a caso. L'item commerciabile. +41496 Sire del deserto (marr.) Un'uniforme da guerriero realizzata in tessuto marrone. Il non plus ultra per un condottiero esemplare. +41497 Sire del deserto (bian.) Un'uniforme da guerriero realizzata in tessuto bianco. Il non plus ultra per un condottiero esemplare. +41498 Sovrana del deserto (m.) Un'uniforme da guerriera realizzata in tessuto marrone. Il non plus ultra per una condottiera esemplare. +41499 Sovrana del deserto (b.) Un'uniforme da guerriera realizzata in tessuto bianco. Il non plus ultra per una condottiera esemplare. +41500 Sire del deserto + (m.) Un'uniforme da guerriero realizzata in tessuto marrone. Il non plus ultra per un condottiero esemplare. Conferisce almeno un bonus scelto dalla sorte. +41501 Sire del deserto + (b.) Un'uniforme da guerriero realizzata in tessuto bianco. Il non plus ultra per un condottiero esemplare. Conferisce almeno un bonus scelto dalla sorte. +41502 Sovrana del deserto+(m.) Un'uniforme da guerriera realizzata in tessuto marrone. Il non plus ultra per una condottiera esemplare. Conferisce almeno un bonus scelto dalla sorte. +41503 Sovrana del deserto+(b.) Un'uniforme da guerriera realizzata in tessuto bianco. Il non plus ultra per una condottiera esemplare. Conferisce almeno un bonus scelto dalla sorte. +41504 Costume coniglio(grigio) Un costume da coniglio di morbida pelliccia grigia. Non commerciabile. +41505 Costume coniglio (marr.) Un costume da coniglio di morbida pelliccia marrone. Non commerciabile. +41506 Abito pasquale(colorato) Un abito pasquale dai colori sgargianti e con decorazioni curatissime. Non commerciabile. +41507 Abito pasquale(celeste) Un abito pasquale celeste con decorazioni dettagliate. Non commerciabile. +41508 Cost. coniglio+ (grigio) Un costume da coniglio di morbida pelliccia grigia. Dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +41509 Costume coniglio+(marr.) Un costume da coniglio di morbida pelliccia marrone. Dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +41510 Abito pasquale+(color.) Un abito pasquale dai colori sgargianti e con decorazioni curatissime. Dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +41511 Abito pasquale+(celeste) Un abito pasquale celeste con decorazioni dettagliate. Dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +45001 Orecchie conigl. (marr) Orecchie da coniglio marroni per lei +45002 Orecchie marroni per lui Berretto marrone con orecchie da coniglio per lui +45003 Fazzoletto da Testa (m) Un copricapo di stoffa pregiatissima da uomo. +45004 Fazzoletto da Testa (f) Un copricapo di stoffa pregiatissima da donna. +45005 LusoCola (m) Lunghi sopra, corti ai lati: una pettinatura stravagante da uomo. +45006 Pettinatura Scherma (f) Una pettinatura sportiva per schermitrici. +45007 Mohawk (m) Una pettinatura in stile moicano. I capelli stanno dritti sulla testa al centro, mentre i lati sono rasati. +45008 Pett. Calcio GER (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera tedesca. +45009 Dreadlocks (m) I capelli, lunghi, sono intrecciati in dreadlocks e sono legati dietro alla testa. +45010 Pett. Boxe GER (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera tedesca. +45011 Fazzoletto da Testa (m) Un copricapo di stoffa pregiatissima da uomo. L'item commerciabile. +45012 Fazzoletto da Testa (f) Un copricapo di stoffa pregiatissima da donna. L'item commerciabile. +45013 LusoCola (m) Lunghi sopra, corti ai lati: una pettinatura stravagante da uomo. L'item commerciabile. +45014 Pettinatura Scherma (f) Una pettinatura sportiva per schermitrici. L'item commerciabile. +45015 Mohawk (m) Una pettinatura in stile moicano. I capelli stanno dritti sulla testa al centro, mentre i lati sono rasati. L'item commerciabile. +45016 Pett. Calcio GER (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera tedesca. L'item commerciabile. +45017 Dreadlocks (m) I capelli, lunghi, sono intrecciati in dreadlocks e sono legati dietro alla testa. L'item commerciabile. +45018 Pett. Boxe GER (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera tedesca. L'item commerciabile. +45019 Pett. Boxe TUR (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera turca. +45020 Pett. Boxe BRA (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera brasiliana. +45021 Pett. Boxe Olimpiadi (f) Una pettinatura sportiva per pugilesse con nastro colorato. +45022 Pett. Boxe FRA (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera francese. +45023 Pett. Boxe ITA (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera italiana. +45024 Pett. Boxe POL (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera polacca. +45025 Pett. Boxe RUM (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera rumena. +45026 Pett. Boxe ESP (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera spagnola. +45027 Pett. Calcio TUR (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera turca. +45028 Pett. Calcio BRA (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera brasiliana. +45029 Pett. Calcio Olimp. (f) Una pettinatura sportiva per calciatrici con nastro colorato. +45030 Pett. Calcio FRA (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera francese. +45031 Pett. Calcio ITA (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera italiana. +45032 Pett. Calcio POL (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera polacca. +45033 Pett. Calcio RUM (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera rumena. +45034 Pett. Calcio ESP (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera spagnola. +45035 Pett. Boxe TUR (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera turca. +45036 Pett. Boxe BRA (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera brasiliana. +45037 Pett. Boxe Olimpiadi (f) Una pettinatura sportiva per pugilesse con nastro colorato. +45038 Pett. Boxe FRA (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera francese. +45039 Pett. Boxe ITA (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera italiana. +45040 Pett. Boxe POL (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera polacca. +45041 Pett. Boxe RUM (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera rumena. +45042 Pett. Boxe ESP (f) Una pettinatura sportiva per pugilesse con nastro nei colori della bandiera spagnola. +45043 Pett. Calcio TUR (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera turca. +45044 Pett. Calcio BRA (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera brasiliana. +45045 Pett. Calcio Olimp. (f) Una pettinatura sportiva per calciatrici con nastro colorato. +45046 Pett. Calcio FRA (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera francese. +45047 Pett. Boxe ITA (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera italiana. +45048 Pett. Calcio POL (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera polacca. +45049 Pett. Calcio RUM (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera rumena. +45050 Pett. Calcio ESP (f) Una pettinatura sportiva per calciatrici con nastro nei colori della bandiera spagnola. +45053 Pett. moschettiere Un taglio corto, biondo e curato che conferisce un perfetto look da moschettiere. +45054 Cuffia cameriera Un taglio a caschetto biondo con una cuffia da cameriera. +45055 Mini cresta Un taglio alla moda, corto e con cresta. +45056 Chignon salsa Una pettinatura elegante raccolta sulla testa con fiore rosso. +45057 Borsalino Un borsalino classico in stile Humphrey Bogart. +45058 Pett. con fiore Una pettinatura graziosa intrecciata, con fiore fermacapelli. +45061 Maschera Zucca Una zucca intagliata. Ampia, arieggiata e spaventosa. +45062 Maschera Zucca Una zucca intagliata. Ampia, arieggiata e spaventosa. +45065 Pett. moschettiere+ Un taglio corto, biondo e curato che conferisce un perfetto look da moschettiere. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +45066 Cuffia cameriera+ Un taglio a caschetto biondo con una cuffia da cameriera. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +45067 Mini cresta+ Un taglio corto appariscente con cresta. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +45068 Chignon salsa+ Una pettinatura elegante raccolta sulla testa con fiore rosso. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +45069 Borsalino+ Un borsalino classico in stile Humphrey Bogart. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +45070 Pett. con fiore+ Una pettinatura graziosa intrecciata, con fiore fermacapelli. Ti dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +45073 Maschera Zucca (bonus) Una zucca intagliata. Ampia, arieggiata e spaventosa. Ti dona un bonus scelto dalla sorte. +45074 Maschera Zucca (bonus) Una zucca intagliata. Ampia, arieggiata e spaventosa. Ti dona un bonus scelto dalla sorte. +45075 Berretto Natale (rosso) Un berretto in velluto rosso con corna e pompon bianco +45076 Berretto Natale (verde) Un berretto in velluto verde con corna e pompon bianco +45077 Berretto Natale (nero) Un berretto in velluto nero con le corna e un pompon bianco +45078 Cappello elfo Un cappello bianco candido con corna di filigrana +45079 Testa renna (m) Maschera integrale da renna con corna e naso rosso, per lui +45080 Testa renna (f) Maschera integrale da renna con corna e naso rosso, per lei +45081 Berretto Natale+ (rosso) Un berretto in velluto rosso con corna e pompon bianco. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +45082 Berretto Natale+ (verde) Un berretto in velluto verde con corna e pompon bianco. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +45083 Berretto Natale+ (nero) Un berretto in velluto nero con corna e pompon bianco. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +45084 Cappello elfo+ Un cappello bianco candido con corna di filigrana. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +45085 Testa renna+ (m) Maschera integrale da renna con corna e naso rosso, per lui. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +45086 Testa renna+ (f) Maschera integrale da renna con corna e naso rosso, per lei. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +45087 Bandana (bianca) Fazzoletto triangolare bianco da uomo da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. +45088 Bandana (bianca) Fazzoletto triangolare bianco da donna da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. +45089 Bandana (nera) Fazzoletto triangolare nero da uomo da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. +45090 Bandana (nera) Fazzoletto triangolare nero da donna da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. +45091 Bandana (gialla) Fazzoletto triangolare giallo da uomo da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. +45092 Bandana (gialla) Fazzoletto triangolare giallo da donna da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. +45093 Bandana (arancio) Fazzoletto triangolare arancio da uomo da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. +45094 Bandana (arancio) Fazzoletto triangolare arancio da donna da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. +45095 Bandana (blu) Fazzoletto triangolare blu da uomo da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. +45096 Bandana (blu) Fazzoletto triangolare blu da donna da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. +45097 Bandana+ (bianca) Fazzoletto triangolare bianco da uomo da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. Ti dona almeno un bonus scelto dalla sorte. +45098 Bandana+ (bianca) Fazzoletto triangolare bianco da donna da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. Ti dona almeno un bonus scelto dalla sorte. +45099 Bandana+ (nera) Fazzoletto triangolare nero da uomo da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. Ti dona almeno un bonus scelto dalla sorte. +45100 Bandana+ (nera) Fazzoletto triangolare nero da donna da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. Ti dona almeno un bonus scelto dalla sorte. +45101 Bandana+ (gialla) Fazzoletto triangolare giallo da uomo da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. Ti dona almeno un bonus scelto dalla sorte. +45102 Bandana+ (gialla) Fazzoletto triangolare giallo da donna da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. Ti dona almeno un bonus scelto dalla sorte. +45103 Bandana+ (arancio) Fazzoletto triangolare arancio da uomo da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. Ti dona almeno un bonus scelto dalla sorte. +45104 Bandana+ (arancio) Fazzoletto triangolare arancio da donna da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. Ti dona almeno un bonus scelto dalla sorte. +45105 Bandana+ (blu) Fazzoletto triangolare blu da uomo da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. Ti dona almeno un bonus scelto dalla sorte. +45106 Bandana+ (blu) Fazzoletto triangolare blu da donna da avvolgere intorno al capo. Richiestissimo tra gli amanti dello sport. Ti dona almeno un bonus scelto dalla sorte. +45119 Orecchie nere per lui Berretto nero con orecchie da coniglio per lui +45120 Orecchie blu per lui Berretto blu con orecchie da coniglio per lui +45121 Orecchie verdi per lui Berretto verde con orecchie da coniglio per lui +45122 Orecchie rosa per lui Berretto rosa con orecchie da coniglio per lui +45123 Orecchie nere per lei Orecchie da coniglio nere per lei +45124 Orecchie blu per lei Orecchie da coniglio blu per lei +45125 Orecchie verdi per lei Orecchie da coniglio verdi per lei +45126 Orecchie rosa per lei Orecchie da coniglio rosa per lei +45127 Orecchie+ nere per lui Berretto nero con orecchie da coniglio per lui. Ti conferisce almeno un bonus a caso. +45128 Orecchie+ blu per lui Berretto blu con orecchie da coniglio per lui. Ti conferisce almeno un bonus a caso. +45129 Orecchie+ verdi per lui Berretto verde con orecchie da coniglio per lui. Ti conferisce almeno un bonus a caso. +45130 Orecchie+ rosa per lui Berretto rosa con orecchie da coniglio per lui. Ti conferisce almeno un bonus a caso. +45131 Orecchie+ nere per lei Orecchie da coniglio nere per lei. Ti conferisce almeno un bonus a caso. +45132 Orecchie+ blu per lei Orecchie da coniglio blu per lei. Ti conferisce almeno un bonus a caso. +45133 Orecchie+ verdi per lei Orecchie da coniglio verdi per lei. Ti conferisce almeno un bonus a caso. +45134 Orecchie+ rosa per lei Orecchie da coniglio rosa per lei. Ti conferisce almeno un bonus a caso. +45135 Pettinatura cobra (m) Un copricapo adatto alla Veste cobra +45136 Pettinatura cobra (f) Un copricapo adatto alla Veste cobra +45137 Pettinatura cobra+ (m) Un copricapo adatto alla Veste cobra. Dona almeno un bonus scelto dalla sorte. +45138 Pettinatura cobra+ (f) Un copricapo adatto alla Veste cobra. Dona almeno un bonus scelto dalla sorte. +45139 Maschera da Tengu Maschera intagliata con maestria, rappresentante una divinit giapponese +45140 Maschera veneziana Una maschera fastosa del carnevale veneziano +45141 Maschera kifwebe Una maschera di legno con intagli complicati e un cappuccio nero di stoffa +45142 Maschera maya Una maschera che incute timore, come quelle dei guerrieri maya +45143 Maschera da Tengu+ Maschera intagliata con maestria, rappresentante una divinit giapponese. Ti dona almeno due bonus. +45144 Maschera veneziana+ Una maschera fastosa del carnevale veneziano. Ti dona almeno due bonus. +45145 Maschera kifwebe+ Una maschera di legno con intagli complicati e un cappuccio nero di stoffa. Ti dona almeno due bonus. +45146 Maschera maya+ Una maschera che incute timore, come quelle dei guerrieri maya. Ti dona almeno due bonus. +45147 Turbante nero (m) Un copricapo di tessuto nero per gli uomini. +45148 Turbante nero (f) Un copricapo di tessuto nero per le donne. +45149 Turbante nero+ (m) Un copricapo di tessuto nero per gli uomini. Ti dona almeno un bonus scelto dalla sorte. +45150 Turbante nero+ (f) Un copricapo di tessuto nero per le donne. Ti dona almeno un bonus scelto dalla sorte. +45151 Elmo di Azrael (m) Un copricapo con la faccia del famigerato Principe dei Demoni. +45152 Elmo di Azrael (f) Un copricapo con la faccia del famigerato Principe dei Demoni. +45153 Elmo di Azrael+ (m) Un copricapo con la faccia del famigerato Principe dei Demoni. Dona almeno un bonus scelto dalla sorte. +45154 Elmo di Azrael+ (f) Un copricapo con la faccia del famigerato Principe dei Demoni. Dona almeno un bonus scelto dalla sorte. +45156 Testa Jack Pumpkin (m) Un bella macabra maschera per Halloween +45157 Testa Jack Pumpkin (f) Un bella macabra maschera per Halloween +45158 Testa Jack Pumpkin+ (m) Un bella macabra maschera per Halloween. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +45159 Testa Jack Pumpkin+ (f) Un bella macabra maschera per Halloween. Ti dona almeno un bonus scelto dalla sorte. L'item commerciabile. +45160 +45161 +45162 +45163 +45164 Berretto coniglio nevi Un copricapo avente la forma di un coniglio delle nevi +45165 Berretto orso polare Un copricapo avente la forma di un orso polare +45166 Berretto leopardo nevi Un copricapo avente la forma di un leopardo delle nevi. +45167 Berretto neve coniglio+ Un copricapo avente la forma di un coniglio delle nevi. Ti dona almeno un bonus scelto dalla sorte. +45168 Berretto orso polare+ Un copricapo avente la forma di un orso polare. Ti dona almeno un bonus scelto dalla sorte. +45169 Berretto neve leopardo+ Un copricapo avente la forma di un leopardo delle nevi. Ti dona almeno un bonus scelto dalla sorte. +45170 Maschera zucca zombie Una mostruosa maschera zucca da usare come costume di Halloween +45171 Cappello da strega Un cappello a punta e a tesa larga come quello che usano i maghi e le streghe. +45172 Maschera zucca zombie+ Una mostruosa maschera zucca da usare come costume di Halloween. Ti dona almeno un bonus scelto dalla sorte. +45173 Cappello da strega+ Un cappello a punta e a tesa larga come quello che usano i maghi e le streghe. Ti dona almeno un bonus scelto dalla sorte. +45174 Maschera Pupazzo di neve Maschera da pupazzo di neve con un bel cilindro di raso nero opaco. Non commerciabile. +45175 Maschera Santa Frosty Maschera da pupazzo di neve con un berretto natalizio di velluto rosso e una morbidissima decorazione bianca. Non commerciabile. +45176 Berretto pompon (bianco) Berretto natalizio di velluto bianco con una morbidissima decorazione bianca e un pompon rosso. Non commerciabile. +45177 Berretto pompon (rosso) Berretto natalizio di velluto rosso con una morbidissima decorazione e un pompon, entrambi di colore bianco. Non commerciabile. +45178 Maschera Pupaz. di neve+ Maschera da pupazzo di neve con un bel cilindro di raso nero opaco. Ti conferisce almeno un bonus aggiuntivo. L'item commerciabile. +45179 Maschera Santa Frosty+ Maschera da pupazzo di neve con un berretto natalizio di velluto rosso e una morbidissima decorazione bianca. Ti conferisce almeno un bonus aggiuntivo. L'item commerciabile. +45180 Berretto pompon+(bianco) Berretto natalizio di velluto bianco con una morbidissima decorazione bianca e un pompon rosso. Ti conferisce almeno un bonus a caso. L'item commerciabile. +45181 Berretto pompon+ (rosso) Berretto natalizio di velluto rosso con una morbidissima decorazione e un pompon, entrambi di colore bianco. Ti conferisce almeno un bonus a caso. L'item commerciabile. +45190 Orecch. coniglio(grigio) Un berretto con orecchie da coniglio di morbida pelliccia grigia. Non commerciabile. +45191 Orecch. coniglio(marr.) Un berretto con orecchie da coniglio di morbida pelliccia marrone. Non commerciabile. +45192 Copric. pasquale(color.) Un copricapo dai colori sgargianti per le combattenti attente alla moda. Non commerciabile. +45193 Copric. pasquale(blu) Un copricapo di color celeste brillante per le combattenti attente alla moda. Non commerciabile. +45194 Orecch.coniglio+(grigio) Un berretto con orecchie da coniglio di morbida pelliccia grigia. Dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +45195 Orecch. coniglio+(marr.) Un berretto con orecchie da coniglio di morbida pelliccia marrone. Dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +45196 Copric. pasq.+(color.) Un copricapo dai colori sgargianti per le combattenti attente alla moda. Dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +45197 Copric. pasq.+ (blu) Un copricapo di color celeste brillante per le combattenti attente alla moda. Dona almeno un bonus scelto dalla sorte. Questo item commerciabile. +45198 Turbante marrone Un turbante marrone resistente e di nobile fattura. Ideale per i guerrieri. +45199 Turbante bianco Un turbante bianco resistente e di nobile fattura. Ideale per i guerrieri. +45200 Foulard marrone Un foulard marrone di tessuto leggero. Ideale per le guerriere. +45201 Foulard bianco Un foulard bianco di tessuto leggero. Ideale per le guerriere. +45202 Turbante marrone + Un turbante marrone resistente e di nobile fattura. Ideale per i guerrieri. Conferisce almeno un bonus scelto dalla sorte. +45203 Turbante bianco + Un turbante bianco resistente e di nobile fattura. Ideale per i guerrieri. Conferisce almeno un bonus scelto dalla sorte. +45204 Foulard marrone + Un foulard marrone di tessuto leggero. Ideale per le guerriere. Conferisce almeno un bonus scelto dalla sorte. +45205 Foulard bianco + Un foulard bianco di tessuto leggero. Ideale per le guerriere. Conferisce almeno un bonus scelto dalla sorte. +50001 Libro della Fortuna Un libro con numeri portafortuna. La lotteria gestita dallo stato. +50002 Anello d'Oro Un semplice anello d'oro. | Pu essere venduto al negozio per una somma altissima di Yang. +50003 Annullamento Abilit Permette di annullare le attuali abilit a favore di altre. +50004 Cerca-Eventi Questo oggetto ti mostra dove trovare le missioni. +50005 Buono d'Equitazione(PM) Puoi scambiare questo buono con una medaglia d'equitazione. +50006 Forziere Dorato Un forziere decorato in oro | Pu essere aperto con una chiave d'oro. +50007 Forziere Argentato Un forziere decorato in argento. |Pu essere aperto con una chiave d'argento. +50008 Chiave Dorata Una chiave d'oro. | Pu aprire un forziere dorato e un forziere dorato+. +50009 Chiave Argentata Una chiave d'argento. | Pu aprire un forziere argentato e un forziere argentato+. +50010 Calza Qualcuno per Natale mette i doni in questa calza. +50011 Forziere Luce di Luna Un oggetto decorativo magnifico e molto seducente. Quando la luce della luna cade su questo forziere succedono cose soprannaturali. +50012 Forziere Dorato+ Un forziere decorato in oro | Pu essere aperto con una chiave d'oro. +50013 Forziere Argentato+ Un forziere decorato in argento. | Pu essere aperto con una chiave d'argento. +50016 Pasta di Fagioli Ingrediente per un`antica torta di fagioli. +50017 Pasta di Zucchero Ingrediente per un`antica torta di zucchero. +50018 Pasta di Frutta Ingrediente per un`antica torta di frutta. +50019 Riso Dolce Ingrediente per un`antica torta. +50020 Torta di Fagioli Un antica torta che rigenera completamente HP. +50021 Torta di Zucchero Un antica torta che rigenera completamente gli MP. +50022 Torta di Frutta Un antica torta che rigenera completamente la resistenza. +50023 Sacca di Soldi Dentro c' un sussidio d'inizio anno +50024 Rosa Un fiore romantico usato per dimostrare affetto. Possono usarli solo i personaggi femminili. +50025 Cioccolato Fatta con cacao, latte, burro e zucchero. La cioccolata data per dimostrare affetto. Possono usarli solo i personaggi maschili. +50027 Biglietto della Lotteria Purtroppo non hai vinto. | Un oggetto senza valore. +50031 Rosa Un fiore spesso usato per dichiarare romanticamente i propri sentimenti. Possono usarlo solo i personaggi maschili. +50032 Caramella Un lecca lecca dolce. Possono usarli solo i personaggi femminili. +50033 Baule Misterioso Un baule con incise delle strane lettere. Quando lo si apre salta fuori qualcosa. +50034 Forziere Enigmatico Questo forziere contiene un enigma? +50035 Regalo (giallo) Un regalo squisitamente incartato. +50036 Regalo (viola) Un regalo squisitamente incartato. +50037 Forziere Esagonale fatto con carta speciale. In esso c' un regalo scelto accuratamente. +50050 Medaglia d'Equitazione Lo stalliere ha bisogno di questa medaglia per scrivervi il risultato dell'esame di qualificazione. +50051 Licenza per cavalcare Licenza per cavalcare +50052 Libro Armi a Cavallo Non appena avrai superato la prova di qualificazione dei Cavalieri Intermedi presso lo Stalliere, la licenza che otterrai ti permetter di evocare il cavallo. +50053 Libro Militare a Cavallo Licenza per il maestro d'equitazione. | permette di usare le abilit d'equitazione. +50054 Fieno Fieno percibare un cavallo principiante. +50055 Carota La verdura preferita di un cavallo medio. +50056 Ginseng Rosso Ginseng trattato con acqua bollente. Solo i cavalli esperti mangiano Ginseng. +50057 Erba Scimmie Facili Un erba leggendaria che permette ai fantini novelli di rianimare il loro cavallo. Per riuscire a prendere quest'erba bisogna oltrepassare le scimmie del sotterraneo. +50058 Erba Scimmie Normali Un erba leggendaria che permette ai fantini di media destrezza di rianimare il loro cavallo. Per riuscire a prendere quest'erba bisogna oltrepassare le scimmie del sotterraneo. +50059 Erba Scimmie Difficili Un'erba leggendaria con la quale i fantini provetti possono rianimare il loro cavallo. Per riuscire a prendere quest'erba bisogna oltrepassare le scimmie nel sotterraneo degli esperti. +50060 Libro Arte Equitazione Leggendo con successo questo libro puoi aumentare le abilit del cavallo. Dopo la lettura il libro sparir. +50067 Papiro dell'Evoluzione Un papiro molto antico e potente. Permette di migliorare un animale giovane trasformandolo in una cavalcatura selvatica. +50068 Papiro della Mutazione Un papiro molto antico e potente. Permette di migliorare una cavalcatura selvatica in una cavalcatura coraggiosa. +50070 Forziere del Capo Orco Il forziere del capo degli Orchi. Questo forziere contiene qualcosa di prezioso. +50071 Forziere del Capo Oscuro Il forziere del capo oscuro. Questo forziere contiene qualcosa di prezioso. +50072 Forziere Capo Spirito Il forziere del il capo degli spiriti resuscitati. Questo forziere contiene qualcosa di prezioso. +50073 Forziere Re dei Ragni Il forziere del re ragno. Questo forziere contiene qualcosa di prezioso. +50074 Forziere Ragno Gigante Il forziere del ragno gigante. Questo forziere contiene qualcosa di prezioso. +50075 Forziere del Contagiato Il forziere dei portatori di piaghe. Questo forziere contiene qualcosa di prezioso. +50076 Forz. Tartaruga Deserto Il forziere della tartaruga gigante del deserto. Questo forziere contiene qualcosa di prezioso. +50077 Forziere del Nove Code Il forziere del novecode. Questo forziere contiene qualcosa di prezioso. +50078 Forziere Tigre Gialla Il forziere dello spirito giallo della tigre. Questo forziere contiene qualcosa di prezioso. +50079 Forziere Re delle fiamme Il forziere del Re delle fiamme. Dal forziere esce una forza magica +50080 Forziere Drago Rosso Il forziere del drago rosso. Questo forziere contiene qualcosa di prezioso. +50081 Forziere del Demone Il forziere del re dei demoni. Questo forziere contiene qualcosa di prezioso. +50082 Forziere della Morte Il forziere della morte. Questo forziere contiene qualcosa di prezioso. +50083 Buono Equitazione Puoi cavalcare un cavallo a gratis se consegni il buono allo stalliere. +50084 Pietra Chiave Questa pietra avvolta da un'aura fortemente energetica. Essa agisce contro la magia dei sigilli. +50091 Sushi di Pesce Rosso Fatto di pesce rosso | Una pietanza particolare, non un cibo quotidiano. +50092 Sushi di Carpa Fatto di carpa | Una pietanza particolare, non un cibo quotidiano. +50093 Sushi di Salmone Una rinomata specialit a base di salmone crudo e riso freddo. Aumenta il tuo valore d'attacco di 10 punti per 30 secondi. +50094 Sushi di Pesce Gatto una specialit molto amata fatta con pesce gatto crudo e riso freddo. Aumenta di 10 punti il la tua difesa per 30 secondi. +50096 Palla da Calcio Segna un goal come Baljit-Elvedin! +50100 Fuoco dArtificio Durante un festival brilla nel cielo un fuoco d'artificio. (Lilla) +50101 Fuoco dArtificio Durante un festival brilla nel cielo un fuoco d'artificio. (Giallo) +50102 Fuoco dArtificio Durante un festival brilla nel cielo un fuoco d'artificio. (Celeste) +50103 Fuoco dArtificio Durante un festival brilla nel cielo un fuoco d'artificio. (Rosso) +50104 Fuoco dArtificio Durante un festival brilla nel cielo un fuoco d'artificio. (Verde) +50105 Fuoco dArtificio Durante un festival brilla nel cielo un fuoco d'artificio. (Bianco) +50106 Fuoco Artif. Natalizio Fuoco d'artificio natalizio | Molto pi bello dei normali fuochi d'artificio. +50108 Trottola scintillante Una trottola che fa scintille. +50118 +50119 +50120 Scrigno di ferro Lo scrigno di ferro dalla Grotto dell'Esilio +50121 Scatola di ferro La scatola di ferro dalla Grotto dell'Esilio +50122 Cassetta di ferro La cassetta di ferro dalla Grotto dell'Esilio +50123 Gelato Potenziamento! Questo gelato incrementa la tua velocit di movimento di 60 per 30 minuti. Attenzione: se lo si riattiva quando l'effetto ancora in corso, si sovrascriver la durata. +50124 Cassetta di legno marcia Dall'interno sembrano provenire i deboli versi di un animale. +50125 Baule Misterioso Il baule leggerissimo... quasi come fosse vuoto... +50126 Baule Misterioso Il baule leggerissimo... quasi come fosse vuoto... +50127 Mist. Baule smeraldo Baule smeraldo aperto +50128 Misterioso Baule zaffiro Un Baule zaffiro senza lucchetto. Pu essere aperto direttamente. Il suo interno nasconde un segreto prezioso... +50129 Mist. Baule ametista Baule ametista aperto +50130 Misterioso Baule topazio Un Baule topazio senza lucchetto. Pu essere aperto direttamente. Il suo interno nasconde un segreto prezioso... +50131 Misterioso Baule citrino Un Baule citrino senza lucchetto. Pu essere aperto direttamente. Il suo interno nasconde un segreto prezioso... +50132 Misterioso Baule Rubino Un Baule Rubino chiuso che pu essere aperto solo con un particolare tipo di chiave. Si dice che l'interno di questi bauli non somigli affatto allo sfavillante esterno. +50133 Mist. Baule smeraldo Un Baule smeraldo chiuso che pu essere aperto solo con un particolare tipo di chiave. Si dice che l'interno di questi bauli non somigli affatto allo sfavillante esterno. +50134 Misterioso Baule zaffiro Un Baule zaffiro chiuso che pu essere aperto solo con un particolare tipo di chiave. Si dice che l'interno di questi bauli non somigli affatto allo sfavillante esterno. +50135 Mist. Baule ametista Un Baule ametista chiuso che pu essere aperto solo con un particolare tipo di chiave. Si dice che l'interno di questi bauli non somigli affatto allo sfavillante esterno. +50136 Misterioso Baule topazio Un Baule topazio chiuso che pu essere aperto solo con un particolare tipo di chiave. Si dice che l'interno di questi bauli non somigli affatto allo sfavillante esterno. +50137 Misterioso Baule citrino Un Baule citrino chiuso che pu essere aperto solo con un particolare tipo di chiave. Si dice che l'interno di questi bauli non somigli affatto allo sfavillante esterno. +50150 Chiave Rubino Con questa preziosissima chiave possibile aprire un Baule Rubino. Cosa ci sar dentro? +50151 Chiave smeraldo Con questa preziosissima chiave possibile aprire un Baule smeraldo. Cosa ci sar dentro? +50152 Chiave zaffiro Con questa preziosissima chiave possibile aprire un Baule zaffiro. Cosa ci sar dentro? +50153 Chiave ametista Con questa preziosissima chiave possibile aprire un Baule ametista. Cosa ci sar dentro? +50154 Chiave topazio Con questa preziosissima chiave possibile aprire un Baule topazio. Cosa ci sar dentro? +50155 Chiave citrino Con questa preziosissima chiave possibile aprire un Baule citrino. Cosa ci sar dentro? +50156 Chiave diamante Una chiave forgiata con maestria... Risplende con tutti i colori dell'arcobaleno. Con questa possibile aprire facilmente ogni tipo di baule. +50160 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50161 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50162 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50163 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50164 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50165 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50166 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50167 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50168 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50169 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50170 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50171 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50172 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50173 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50174 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50175 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50176 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50177 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50178 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50179 Uovo pasquale Un Uovo pasquale dipinto con colori vivaci +50180 Cesto vuoto Un Cesto vuoto in cui potrai mettere le Uova pasquali +50181 Cesto con Uova pasquali Un Cesto pieno di Uova pasquali. +50182 Forziere benedetto Un forziere benedetto dal contenuto ignoto. +50183 Dolci Questi dolci hanno un effetto molto particolare: velocit di movimento + 10%, danno +5%, esperienza +10%. Dura 30 minuti. +50184 +50185 +50186 Forziere di Azrael Questo forziere sigillato da delle forze demoniache. Deve contenere dei tesori preziosi... +50187 Baule Apprendista I Il tuo regalo di benvenuto contiene un equipaggiamento di base che ti consentir di iniziare al meglio la tua avventura. +50188 Baule Apprendista II Potrai aprire questo baule non appena avrai raggiunto il livello 10. +50189 Baule Apprendista III Potrai aprire questo baule non appena avrai raggiunto il livello 20. +50190 Baule Esperto I Potrai aprire questo baule non appena avrai raggiunto il livello 30. +50191 Baule Esperto II Potrai aprire questo baule non appena avrai raggiunto il livello 40. +50192 Baule Esperto III Potrai aprire questo baule non appena avrai raggiunto il livello 50. +50193 Baule Maestro I Potrai aprire questo baule non appena avrai raggiunto il livello 60. +50194 Baule Maestro II Potrai aprire questo baule non appena avrai raggiunto il livello 70. +50195 Baule Maestro III Potrai aprire questo baule non appena avrai raggiunto il livello 80. +50196 Baule Gran Maestro Potrai aprire questo baule non appena avrai raggiunto il livello 90. +50197 +50198 +50199 +50200 Fagotto Ti permette di aprire un negozio privato. +50212 Baule Apprendista I Il tuo regalo di benvenuto contiene un equipaggiamento di base che ti consentir di iniziare al meglio la tua avventura. +50213 Baule Apprendista I Il tuo regalo di benvenuto contiene un equipaggiamento di base che ti consentir di iniziare al meglio la tua avventura. +50215 Forziere di Halloween Un forziere con una zucca ghignante su un lato. Il coperchio si apre con un cigolio che ricorda una risatina, rivelando il suo contenuto. +50216 Vin Brul Una bevanda calda a base di vino e spezie che ti dona il 10% in pi di velocit, il 5% in pi di danno e il 10% in pi di esperienza per una durata di 30 minuti. +50249 Baule del Trionfo Questo baule contiene un item scelto dalla sorte come ricompensa per tutti gli atleti olimpionici. +50252 Cor draconis Il cuore di drago di cristallo racchiude al suo interno l'anima, la Pietra del drago. +50253 +50254 Scrigno dell'oscurit Il pesante Scrigno dell'oscurit nasconde i beni della Nazione Oscura, che si credevano perduti. +50255 Cor draconis (grezzo) Il cuore di drago di cristallo racchiude al suo interno l'anima, la Pietra del Drago. +50256 Cor draconis (tagliato) Il cuore di drago di cristallo racchiude al suo interno l'anima, la Pietra del Drago. +50257 Cor draconis (raro) Il cuore di drago di cristallo racchiude al suo interno l'anima, la Pietra del Drago. +50258 Cor draconis (antico) Il cuore di drago di cristallo racchiude al suo interno l'anima, la Pietra del Drago. +50259 Cor draconis (leggend.) Il cuore di drago di cristallo racchiude al suo interno l'anima, la Pietra del Drago. +50260 Cor draconis (grezzo) Il cuore di drago di cristallo racchiude al suo interno l'anima, la Pietra del Drago. +50263 Pergamena del legame Questo contratto lega un oggetto a tua scelta all'anima del personaggio. Mentre il contratto in vigore, l'oggetto non pu essere commerciato, lasciato cadere o incantato. +50264 Pergamena slegante Slega l'oggetto dall'anima del tuo personaggio. +50265 Pallone d'oro La palla rotonda e dorata. +50300 Libro delle Abilit Aumenta il livello delle abilit maestre. +50301 Arte della Guerra Sun-zi Uno dei tre libri di strategia della guerra. | Aumenta la forza di comando. | Il libro sparisce dopo la lettura. +50302 Arte della Guerra Wu-zi Uno dei tre libri di strategia della guerra. | Aumenta la forza di comando. | Il libro sparisce dopo la lettura. +50303 WeiLiao Zi Uno dei tre libri di strategia della guerra. | Aumenta la forza di comando. | Il libro sparisce dopo la lettura. +50304 Capacit di Fare Combo Questo libro di strategie tattiche viene usato per allenare i Combo. Il libro sparisce dopo la lettura. +50305 Libro del Maestro Combo Questo libro di strategie tattiche viene usato per allenare i Combo esperti. Il libro sparisce dopo la lettura. +50306 L'Alta Arte del Combo Questo libro di strategie tattiche per maestri viene usato per allenare i Combo. Il libro sparisce dopo la lettura. +50307 Libro Missione(Facile) Dentro ci trovi la missione facile +50308 Libro Missione(Normale) Dentro ci trovi la missione media +50309 Libro Missione-Difficile Dentro ci trovi la missione difficile +50310 Libro Missione(Esperti) Dentro ci trovi la missione per esperti +50311 Lingue Shinsoo Questo libro rilegato in preziosa carta di seta, ti permette di comprendere la lingua Shinsoo non appena avrai raggiunto il grado Maestro. +50312 Lingue Chunjo Questo libro rilegato in preziosa carta di seta, ti permette di comprendere la lingua Chunjo non appena avrai raggiunto il grado Maestro. +50313 Lingue Jinno Questo libro rilegato in preziosa carta di seta, ti permette di comprendere la lingua Jinno non appena avrai raggiunto il grado Maestro. +50314 Libro Trasformazione Studiando il libro con successo aumenterai l'abilit Trasformazione. Il libro sparisce dopo la lettura. +50315 Libro Trasform. Avan. Lo studio di questo libro aumenta la capacit di trasformazione. Il libro sparisce al termine della lettura. +50316 Libro Maestro Trasform. Studiando il libro con successo aumenterai l'abilit trasformazione. Il libro sparisce dopo la lettura. +50401 Libro Taglio a Tre Vie La lettura di questo libro consente di apprendere labilit Taglio a tre vie. Il libro sparisce dopo la lettura. +50402 Libro Vortice Spada La lettura di questo libro consente di apprendere l'abilit Vortice spada. Il libro sparisce dopo la lettura. +50403 Libro Estasi Combattim. La lettura di questo libro consente di apprendere l'abilit Estasi combattimento. Il libro sparisce dopo la lettura. +50404 Libro Aura della Spada La lettura di questo libro consente di apprendere l'abilit Aura della spada. Il libro sparisce dopo la lettura. +50405 Liro del Sibilo La lettura di questo libro consente di apprendere l'abilit Sibilo. Il libro sparisce dopo la lettura. +50406 Libro Volont di vivere La lettura di questo libro consente di apprendere l'abilit Volont di vivere. Il libro sparisce dopo la lettura. +50416 Libro Colpo Perforante La lettura di questo libro consente di apprendere l'abilit Colpo perforante. Il libro sparisce dopo la lettura. +50417 Libro Colpire Duramente La lettura di questo libro consente di apprendere l'abilit Colpire duramente. Il libro sparisce dopo la lettura. +50418 Libro del Pestare La lettura di questo libro consente di apprendere l'abilit Pestare. Il libro sparisce dopo la lettura. +50419 Libro del Corpo Forte La lettura di questo libro consente di apprendere l'abilit Corpo forte. Il libro sparisce dopo la lettura. +50420 Libro del Colpo di Spada La lettura di questo libro consente di apprendere l'abilit Colpo di spada. Il libro sparisce dopo la lettura. +50421 Libro Orb della spada La lettura di questo libro consente di apprendere l'abilit Orb della spada. Il libro sparisce dopo la lettura. +50431 Libro del Tranello La lettura di questo libro consente di apprendere l'abilit Tranello. Il libro sparisce dopo la lettura. +50432 Libro dell'Attacco lampo La lettura di questo libro consente di apprendere l'abilit Attacco lampo. Il libro sparisce dopo la lettura. +50433 Libro Vortice Pugnale La lettura di questo libro consente di apprendere l'abilit Vortice pugnale. Il libro sparisce dopo la lettura. +50434 Libro del Camuffamento La lettura di questo libro consente di apprendere l'abilit Camuffamento. Il libro sparisce dopo la lettura. +50435 Libro Nuvole Velenose La lettura di questo libro consente di apprendere l'abilit Nuvole velenose. Il libro sparisce dopo la lettura. +50436 Libro Veleno insidioso La lettura di questo libro consente di apprendere l'abilit Veleno insidioso. Il libro sparisce dopo la lettura. +50446 Libro dei Tiri Ripetuti La lettura di questo libro consente di apprendere l'abilit Tiri ripetuti. Il libro sparisce dopo la lettura. +50447 Libro Pioggia di Frecce La lettura di questo libro consente di apprendere l'abilit Pioggia di frecce. Il libro sparisce dopo la lettura. +50448 Libro Freccia di Fuoco La lettura di questo libro consente di apprendere l'abilit Frecce di fuoco. Il libro sparisce dopo la lettura. +50449 Libro Passo di Piuma La lettura di questo libro consente di apprendere l'abilit Passo di piuma. Il libro sparisce dopo la lettura. +50450 Libro Freccia Avvelenata La lettura di questo libro consente di apprendere l'abilit Freccia avvelenata. Il libro sparisce dopo la lettura. +50451 Libro Colpo sfavillante La lettura di questo libro consente di apprendere l'abilit Colpo sfavillante. Il libro sparisce dopo la lettura. +50461 Libro Schiocco di Dita La lettura di questo libro consente di apprendere l'abilit Schiocco di dita. Il libro sparisce dopo la lettura. +50462 Libro Vortice del Drago La lettura di questo libro consente di apprendere l'abilit Vortice del drago. Il libro sparisce dopo la lettura. +50463 Libro Lama Incantata La lettura di questo libro consente di apprendere l'abilit Lama incantata. Il libro sparisce dopo la lettura. +50464 Libro del Terrore La lettura di questo libro consente di apprendere l'abilit Terrore. Il libro sparisce dopo la lettura. +50465 Libro Armatura Incantata La lettura di questo libro consente di apprendere l'abilit Armatura incantata. Il libro sparisce dopo la lettura. +50466 Libro Annullamento Magia La lettura di questo libro consente di apprendere l'abilit Annullamento magia. Il libro sparisce dopo la lettura. +50476 Libro Colpo Oscuro La lettura di questo libro consente di apprendere l'abilit Colpo oscuro. Il libro sparisce dopo la lettura. +50477 Libro Colpo Infiammato La lettura di questo libro consente di apprendere l'abilit Colpo infiammato. Il libro sparisce dopo la lettura. +50478 Libro Spirito Fiamma La lettura di questo libro consente di apprendere l'abilit Spirito fiamma. Il libro sparisce dopo la lettura. +50479 Libro Protezione Oscura La lettura di questo libro consente di apprendere l'abilit Protezione oscura. Il libro sparisce dopo la lettura. +50480 Libro Colpo Spirituale La lettura di questo libro consente di apprendere l'abilit Colpo spirituale. Il libro sparisce dopo la lettura. +50481 Libro Pietra Oscura La lettura di questo libro consente di apprendere l'abilit Pietra oscura. Il libro sparisce dopo la lettura. +50491 Libro Talismano Volante La lettura di questo libro consente di apprendere l'abilit Talismano volante. Il libro sparisce dopo la lettura. +50492 Libro Tiro del Drago La lettura di questo libro consente di apprendere l'abilit Tiro del drago. Il libro sparisce dopo la lettura. +50493 Libro Ruggito del Drago La lettura di questo libro consente di apprendere l'abilit Ruggito del drago. Il libro sparisce dopo la lettura. +50494 Libro della Benedizione La lettura di questo libro consente di apprendere l'abilit Benedizione. Il libro sparisce dopo la lettura. +50495 Libro della Riflessione La lettura di questo libro consente di apprendere l'abilit Riflessione. Il libro sparisce dopo la lettura. +50496 Libro Aiuto del drago La lettura di questo libro consente di apprendere l'abilit Aiuto del drago. Il libro sparisce dopo la lettura. +50506 Libro Lancio di Fulmini La lettura di questo libro consente di apprendere l'abilit Lancio di fulmini. Il libro sparisce dopo la lettura. +50507 Libro dei Fulmini La lettura di questo libro consente di apprendere l'abilit Fulmini. Il libro sparisce dopo la lettura. +50508 Libro Artigli di Fulmine La lettura di questo libro consente di apprendere l'abilit Artigli di fulmine. Il libro sparisce dopo la lettura. +50509 Libro della Guarigione La lettura di questo libro consente di apprendere l'abilit Guarigione. Il libro sparisce dopo la lettura. +50510 Libro della Velocit La lettura di questo libro consente di apprendere l'abilit Velocit. Il libro sparisce dopo la lettura. +50511 Libro dell'Attacco La lettura di questo libro consente di apprendere l'abilit Attacco. Il libro sparisce dopo la lettura. +50512 Pietra Arcobaleno La pietra che apre l'occhio spirituale e rivela tutte le abilit. +50513 Pietra delle Anime La leggendaria pietra che usata per allenare il proprio io, dopo che l'occhio spirituale stato aperto. +50530 Libro Dilania La lettura di questo libro consente di apprendere l'abilit Dilania. Il libro sparisce dopo la lettura. +50531 Libro Respiro del lupo La lettura di questo libro consente di apprendere l'abilit Respiro del lupo. Il libro sparisce dopo la lettura. +50532 Libro Salto del lupo La lettura di questo libro consente di apprendere l'abilit Salto del lupo. Il libro sparisce dopo la lettura. +50533 Libro Artiglio di lupo La lettura di questo libro consente di apprendere l'abilit Artiglio di lupo. Il libro sparisce dopo la lettura. +50534 Libro Anima lupo purp. La lettura di questo libro consente di apprendere l'abilit Anima del lupo purpureo. Il libro sparisce dopo la lettura. +50535 Libro Anima lupo indaco La lettura di questo libro consente di apprendere l'abilit Anima del lupo indaco. Il libro sparisce dopo la lettura. +50600 Libro Arte Mineraria Usalo per alzare il livello della scienza mineraria.| Il libro sparisce dopo la lettura. +50601 Pietra Diamante Attraverso l'uso del forno per i diamanti della Gilda, pu essere trasformato in diamante. +50602 Pietra Ambra Attraverso l'uso del forno per l'ambra della Gilda, pu essere trasformato in ambra. +50603 Tronco Fossile Attraverso l'uso del forno per il legno fossile della Gilda, pu essere trasformato in legno fossile. +50604 Minerale di Rame Attraverso l'uso del forno per il rame della Gilda, pu essere trasformato in rame. +50605 Minerale d'Argento Attraverso l'uso del forno per l'argento della Gilda, pu essere trasformato in argento. +50606 Minerale d'Oro Attraverso l'uso del forno per l'oro della Gilda, pu essere trasformato in oro. +50607 Minerale di Giada Attraverso l'uso del forno per la giada della Gilda, pu essere trasformato in giada. +50608 Minerale di Ebano Attraverso l'uso del forno per l'ebano della Gilda, pu essere trasformato in ebano. +50609 Pezzo di Perla Attraverso l'uso del forno per le perle della Gilda, pu essere trasformato in perla. +50610 Minerale di Platino Attraverso l'uso del forno per il platino della Gilda, pu essere trasformato in platino. +50611 Minerale di Cristallo Attraverso l'uso del forno per i cristalli della Gilda, pu essere trasformato in cristallo. +50612 Minerale di Quarzo Attraverso l'uso del forno per l'ametista della Gilda, pu essere trasformato in ametista. +50613 Miner. Lacrima di Cielo Attraverso l'uso del forno le lacrime di cielo della Gilda, pu essere trasformato in lacrima di cielo. +50614 Minerale Cristallo Anime Utilizzando il Forno della Gilda puoi creare un Cristallo delle Anime a partire da questo minerale. +50615 Minerale di Rubino Utilizzando il Forno della Gilda puoi creare un Rubino a partire da questo minerale. +50616 Minerale di Granato Utilizzando il Forno della Gilda puoi creare un Granato a partire da questo minerale. +50617 Minerale di Smeraldo Utilizzando il Forno della Gilda puoi creare uno Smeraldo a partire da questo minerale. +50618 Minerale di Zaffiro Utilizzando il Forno della Gilda puoi creare uno Zaffiro a partire da questo minerale. +50619 Minerale di tormalina Utilizzando il Forno della gilda puoi creare una Tormalina a partire da questo minerale. +50621 Diamante La pietra preziosa pi dura, che pu essere inserita in una montatura in accessori. +50622 Ambra La tua bella ambra. | Pu essere inserito come accessorio. +50623 Legno Fossile Un legno pregiato. | Pu essere inserito come accessorio di legno. +50624 Rame Un metallo pregiato facilmente plasmabile usato per fare del bronzo o monete. Pu essere usato anche per la produzione di bronzo. +50625 Argento Metallo luccicante usato per la creazione di gioielli. | Pu essere inserito come accessorio d'argento. +50626 Oro Metallo dorato usato per la creazione dei gioielli. | Pu essere inserito come accessorio d'oro. +50627 Giada Un minerale pregiato. | Pu essere inserito come accessorio di giada. +50628 Ebano Il legno pi forte e pi leggero in assoluto. | Pu essere inserito come accessorio di ebano. +50629 Perla Usato per la creazione di gioielli. | Pu essere inserito come accessorio di perle. +50630 Platino Oro che sembra argento ma pi duro che pu essere inserito come accessorio. +50631 Cristallo Chiamato anche quarzo cristallino. Pu essere inserito come accessorio di cristallo. +50632 Ametista Quarzo viola. | Pu essere inserito come accessorio di ametista. +50633 Lacrima di Cielo Pioggia cristallizzata dal cielo. | Pu essere inserito come accessorio di lacrima di cielo. +50634 Cristallo anime Un cristallo limpido come l'anima. Pu essere usato per la realizzazione di gioielli. +50635 Rubino Una pietra preziosa rossa con un taglio unico. Pu essere trasformata in un gioiello prezioso. +50636 Granato Una pietra preziosa arancione con un taglio unico. Pu essere trasformata in un gioiello prezioso. +50637 Smeraldo Una pietra preziosa verde con un taglio unico. Pu essere trasformata in un gioiello prezioso. +50638 Zaffiro Una pietra preziosa blu con un taglio unico. Pu essere trasformata in un gioiello prezioso. +50639 Tormalina Questa fantastica pietra preziosa risplende con tutti i colori dell'arcobaleno. Pu essere usata per la realizzazione di gioielli. +50701 Fiori di Pesco Un tempo con i fiori di pesco si creava un unguento per la pelle Ricerca +50702 Campanula Questo fiore molto conosciuto per le sue propriet curative contro tosse e raffreddore. Ricerca +50703 Fiori di Caco Una leggenda narra che se una donna porta al collo questo fiore avr un figlio maschio. Ricerca +50704 Radice di Gango La radice di Gango aiuta il sistema immunitario e rinforza la resistenza del corpo. Ricerca +50705 Lill Questa pianta aumenta la concentrazione e la memoria. Ricerca +50706 Fungo Tue Questo fungo usato raramente come medicina ed aiuta contro l'insonnia. Ricerca +50707 Rosa alpina Questa pianta rinforza il sistema nervoso. Ricerca +50708 Albero di More Le more danno forza e risvegliano. Ricerca +50709 Dente di Leone Il dente di leone aiuta contro il mal di gola ed ha un buonissimo sapore. Ricerca +50710 Cardo un fiore che rinforza le ossa. Ricerca +50711 Dattero Frutto molto buono che dona nuova energia al corpo. Ricerca +50712 Pianta Sam-Zi Questa pianta molto rara serve come ricostituente se impiegata correttamente. Ricerca +50721 Fiori di Pesco Un tempo con i fiori di pesco si creava un unguento per la pelle Produzione pozioni +50722 Campanula Questo fiore molto conosciuto per le sue propriet curative contro tosse e rafreddore. Produzione pozioni +50723 Fiori di Caco Una leggenda narra che se una donna porta al collo questo fiore avr un figlio maschio. Produzione pozioni +50724 Radice di gango La radice di Gango aiuta il sistema immunitario e rinforza la resistenza del corpo. Produzione pozioni +50725 Lill Questa pianta aumenta la concentrazione e la memoria. Produzione pozioni +50726 Fungo tue Questo fungo usato raramente come medicina ed aiuta contro l'insonnia. Produzione pozioni +50727 Rosa Alpina Questa pianta rinforza il sistema nervoso. Produzione pozioni +50728 Albero di More Le more danno forza e risvegliano. Produzione pozioni +50729 Dente di Leone Il dente di leone aiuta contro il mal di gola ed ha un buonissimo sapore. Produzione pozioni +50730 Cardo un fiore che rinforza le ossa. Produzione pozioni +50731 Dattero Frutto molto buono che dona nuova energia al corpo. Produzione pozioni +50732 Pianta Sam-Zi Questa pianta molto rara serve come ricostituente se impiegata correttamente. Produzione pozioni +50801 Succo di Fiori di Pesco Questo un succo fatto con i fiori di pesco. Ti guarisce +50802 Succo di Campanula Il succo ricavato dalle Campanule aumenta la tua forza di 5 punti per 3 minuti. +50803 Succo di Fiori di Caco Questo un succo fatto con i fiori di caco. Rinforza la tua concentrazione. +50804 Succo di Radice di Gango Questo un succo fatto con le radici di gango. Cura lievi ferite. +50805 Succo di Lill Questo un succo fatto con i lill. +50806 Succo di Fungo Tue Questo una resina fatta con i funghi tue. +50807 Succo di Rosa Alpina Questo un succo fatto con le rose alpine. +50808 Succo di Albero di More Questo un succo fatto con more +50809 Succo di Dente di Leone Questo un succo fatto con il dente di leone +50810 Succo di Cardo Questo un succo fatto con le sterlizie +50811 Estratto di Dattero Questo un estratto fatto con i datteri +50812 Succo di Pianta Sam-Zi Questo un succo fatto con le piante sam-zi +50813 Acqua Sim Una pozione fatta con Succo di Fiori di Pesco e Lill che aumenta del 10% la tua possibilit di effettuare colpi trafiggenti per 3 minuti. +50814 Acqua Dok Una pozione fatta con succo di campanula e lill che per 3 minuti aumenta del 10% la possibilit di effettuare colpi critici. +50815 Acqua Bo Questa pozione fatta con il succo di fiori ci caco + fungo tue. Rinforza il tuo cervello. +50816 Acqua Young Questa pozione fatta con il succo della radice di gango + fungo tue. Anima il tuo spirito vitale. +50817 Acqua Zin Una pozione fatta con acqua Sim e rose alpine che per 3 minuti aumenta il valore d'attacco di 50 punti. +50818 Acqua SamBo Una pozione fatta con acqua Dok e rose alpine che per 3 minuti aumenta la difesa di 70 punti. +50819 Acqua Mong Una pozione fatta con acqua Bo e alberi di more che per 3 minuti aumenta la difesa magica del 10%. +50820 Acqua Hwal Una pozione fatta con acqua young e more, in grado di aumentare la tua velocit di attacco di 3 punti per 3 minuti. +50901 Bottiglia vuota Serve per preparare le pozioni +50902 Ricetta Principiante Ricetta con istruzioni facili da seguire che pu essere eseguita anche dagli inesperti. +50903 Ricetta Una ricetta che richiede un minimo di esperienza. +50904 Ricetta Professionale Una ricetta che pu essere eseguita solo da esperti. +50905 Ricetta Acqua Sim Descrive dettagliatamente la creazione dell'acqua composta da Succo di Fiori di Pesco e Lill. +50906 Ricetta Acqua Dok Descrive dettagliatamente la creazione dell'acqua composta da Succo di Campanula e Lill. +50907 Ricetta Acqua Bo Descrive dettagliatamente la creazione dell'acqua composta da Succo di Fiori di Caco e Funghi Tue. +50908 Ricetta Acqua Young Descrive dettagliatamente la creazione dell'acqua composta da Succo di Radice di Gango e Funghi Tue. +50909 Ricetta Acqua Zin Descrive dettagliatamente la creazione dell'acqua composta da Succo di Fiori di Pesco, Lill e Rose Alpine. +50910 Ricetta Acqua Hwal Descrive dettagliatamente la creazione dell'acqua composta da Succo di Radici di Gango, Funghi Tue e Alberi di More. +51001 Scaglia di energia Scaglie di un Cristallo di Energia. Fondendone 30n si ottiene un Cristallo di Energia. +51002 Cristallo di energia Questo cristallo aumenta i tuoi bonus per due ore. +51501 Cor draconis (grezzo) Il cuore di drago cristallizzato contiene una Pietra del drago, scelta dalla sorte, della classe "grezzo". +51502 Cor draconis (grezzo) Il cuore di drago cristallizzato contiene una Pietra del drago, scelta dalla sorte, della classe "grezzo". +51503 Cor draconis (normale) Cuore di drago cristallizzato. Rango: normale. Contiene una Pietra del drago opaca di classe "grezzo" fino a "tagliato". +51504 Cor draconis (nobile) Cuore di drago cristallizzato. Rango: nobile. Contiene una Pietra del drago opaca di classe "grezzo" fino a "raro". +51505 Cor draconis (prezioso) Cuore di drago cristallizzato. Rango: prezioso. Contiene una Pietra del drago opaca di classe "grezzo" fino ad "antico". +51506 Cor draconis (mitico) Cuore di drago cristallizzato. Rango: mitico. Contiene una Pietra del drago opaca di classe "grezzo" fino a "leggendario". +51507 Cor draconis (tagliato) Il cuore di drago cristallizzato contiene una Pietra del drago, scelta dalla sorte, della classe "tagliato". +51508 Cor draconis (raro) Il cuore di drago cristallizzato contiene una Pietra del drago, scelta dalla sorte, della classe "raro". +51509 Cor draconis (antico) Il cuore di drago cristallizzato contiene una Pietra del drago, scelta dalla sorte, della classe "antico". +51510 Cor draconis (leggend.) Il cuore di drago cristallizzato contiene una Pietra del drago, scelta dalla sorte, della classe "leggendario". +51511 Cor diamas Cor draconis bianco. Contiene un Diamante del drago scelto dalla sorte. +51512 Cor rubinum Cor draconis rosso. Contiene un Rubino del drago scelto dalla sorte. +51513 Cor jadeit Cor draconis verde. Contiene una Giada del drago scelta dalla sorte. +51514 Cor saphirum Cor draconis blu. Contiene uno Zaffiro del drago scelto dalla sorte. +51515 Cor granatum Cor draconis arancione. Contiene un Granato del drago scelto dalla sorte. +51516 Cor atrum Cor draconis nero. Contiene un'Onice del drago scelta dalla sorte. +51517 Cor diamas (normale) Cor draconis bianco. Rango: normale. Contiene un Diamante del drago opaco della classe da "grezzo" a "tagliato". +51518 Cor rubinum (normale) Cor draconis rosso. Rango: normale. Contiene un Rubino del drago opaco della classe da "grezzo" a "tagliato". +51519 Cor jadeit (normale) Cor draconis verde. Rango: normale. Contiene una Giada del drago opaca della classe da "grezzo" a "tagliato". +51520 Cor saphirum (normale) Cor draconis blu. Rango: normale. Contiene uno Zaffiro del drago opaco della classe da "grezzo" a "tagliato". +51521 Cor granatum (normale) Cor draconis arancione. Rango: normale. Contiene un Granato del drago opaco della classe da "grezzo" a "tagliato". +51522 Cor atrum (normale) Cor draconis nero. Rango: normale. Contiene un'Onice del drago opaca della classe da "grezzo" a "tagliato". +51523 Cor diamas (nobile) Cor draconis bianco. Rango: nobile. Contiene un Diamante del drago opaco della classe da "grezzo" a "raro". +51524 Cor rubinum (nobile) Cor draconis rosso. Rango: nobile. Contiene un Rubino del drago opaco della classe da "grezzo" a "raro". +51525 Cor jadeit (nobile) Cor draconis verde. Rango: nobile. Contiene una Giada del drago opaca della classe da "grezzo" a "raro". +51526 Cor saphirum (nobile) Cor draconis blu. Rango: nobile. Contiene uno Zaffiro del drago opaco della classe da "grezzo" a "raro". +51527 Cor granatum (nobile) Cor draconis arancione. Rango: nobile. Contiene un Granato del drago opaco della classe da "grezzo" a "raro". +51528 Cor atrum (nobile) Cor draconis nero. Rango: nobile. Contiene un'Onice del drago opaca della classe da "grezzo" a "raro". +51529 Cor diamas (prezioso) Cor draconis bianco . Rango: prezioso. Contiene un Diamante del drago opaco della classe da "grezzo" ad "antico". +51530 Cor rubinum (prezioso) Cor draconis rosso. Rango: prezioso. Contiene un Rubino del drago opaco della classe da "grezzo" ad "antico". +51531 Cor jadeit (prezioso) Cor draconis verde. Rango: prezioso. Contiene una Giada del drago opaca della classe da "grezzo" ad "antico". +51532 Cor saphirum (prezioso) Cor draconis blu. Rango: prezioso. Contiene uno Zaffiro del drago opaco della classe da "grezzo" ad "antico". +51533 Cor granatum (prezioso) Cor draconis arancione. Rango: prezioso. Contiene un Granato del drago opaco della classe da "grezzo" ad "antico". +51534 Cor atrum (prezioso) Cor draconis nero. Rango: prezioso. Contiene un'Onice del drago opaca della classe da "grezzo" ad "antico". +51535 Cor diamas (terso) Cor draconis bianco. Rango: terso. Contiene un Diamante del drago opaco della classe da "grezzo" a "leggendario". +51536 Cor rubinum (terso) Cor draconis rosso. Rango: terso. Contiene un Rubino del drago opaco della classe da "grezzo" a "leggendario". +51537 Cor jadeit (terso) Cor draconis verde. Rango: terso. Contiene una Giada del drago opaca della classe da "grezzo" a "leggendario". +51538 Cor saphirum (terso) Cor draconis blu. Rango: terso. Contiene uno Zaffiro del drago opaco della classe da "grezzo" a "leggendario". +51539 Cor granatum (terso) Cor draconis arancione. Rango: terso. Contiene un Granato del drago opaco della classe da "grezzo" a "leggendario". +51540 Cor atrum (terso) Cor draconis nero. Rango: terso. Contiene un'Onice del drago opaca della classe da "grezzo" a "leggendario". +51541 Cor draconis (ardente) Cuore di drago cristallizzato. Rango: ardente. Contiene una Pietra del drago opaca della classe da "tagliato" a "raro" +51542 Cor diamas (ardente) Cor draconis bianco. Rango: ardente. Contiene un Diamante del drago opaco della classe da "tagliato" a "raro". +51543 Cor rubinum (ardente) Cor draconis rosso. Rango: ardente. Contiene un Rubino del drago opaco della classe da "tagliato" a "raro". +51544 Cor jadeit (ardente) Cor draconis verde. Rango: ardente. Contiene una Giada del drago opaca della classe da "tagliato" a "raro". +51545 Cor saphirum (ardente) Cor draconis blu. Rango: ardente. Contiene uno Zaffiro del drago opaco della classe da "tagliato" a "raro". +51546 Cor granatum (ardente) Cor draconis arancione. Rango: ardente. Contiene un Granato del drago opaco della classe da "tagliato" a "raro". +51547 Cor atrum (ardente) Cor draconis nero. Rango: ardente. Contiene un'Onice del drago opaca della classe da "tagliato" a "raro". +51548 Cor draconis (terso) Cuore di drago cristallizzato. Rango: terso. Contiene una Pietra del drago opaca della classe da "grezzo" a "leggendario". +51549 Cor draconis (eterno) Cuore di drago cristallizzato. Rango: eterno. Contiene una Pietra del drago opaca della classe da "tagliato" ad "antico". +51550 Cor diamas (eterno) Cor draconis bianco. Rango: eterno. Contiene un Diamante del drago opaco della classe da "tagliato" ad "antico". +51551 Cor rubinum (eterno) Cor draconis rosso. Rango: eterno. Contiene un Rubino del drago opaco della classe da "tagliato" ad "antico". +51552 Cor jadeit (eterno) Cor draconis verde. Rango: eterno. Contiene una Giada del drago opaca della classe da "tagliato" ad "antico". +51553 Cor saphirum (eterno) Cor draconis blu. Rango: eterno. Contiene uno Zaffiro del drago opaco della classe da "tagliato" ad "antico". +51554 Cor granatum (eterno) Cor draconis arancione. Rango: eterno. Contiene un Granato del drago opaco della classe da "tagliato" ad "antico". +51555 Cor atrum (eterno) Cor draconis nero. Rango: eterno. Contiene un'Onice del drago opaca della classe da "tagliato" ad "antico". +51556 Cor diamas (mitico) Cor draconis bianco. Rango: mitico. Contiene un Diamante del drago opaco della classe da "tagliato" a "leggendario". +51557 Cor rubinum (mitico) Cor draconis rosso. Rango: mitico. Contiene un Rubino del drago opaco della classe da "tagliato" a "leggendario". +51558 Cor jadeit (mitico) Cor draconis verde. Rango: mitico. Contiene una Giada del drago opaca della classe da "tagliato" a "leggendario". +51559 Cor saphirum (mitico) Cor draconis blu. Rango: mitico. Contiene uno Zaffiro del drago opaco della classe da "tagliato" a "leggendario". +51560 Cor granatum (mitico) Cor draconis arancione. Rango: mitico. Contiene un Granato del drago opaco della classe da "tagliato" a "leggendario". +51561 Cor atrum (mitico) Cor draconis nero. Rango: mitico. Contiene un'Onice del drago opaca della classe da "tagliato" a "leggendario". +51562 Cor draconis (epico) Cuore di drago cristallizzato. Rango: epico. Contiene una Pietra del drago opaca della classe da "raro" ad "antico". +51563 Cor diamas (epico) Cor draconis bianco. Rango: epico. Contiene un Diamante del drago opaco della classe da "raro" ad "antico". +51564 Cor rubinum (epico) Cor draconis rosso. Rango: epico. Contiene un Rubino del drago opaco della classe da "raro" ad "antico". +51565 Cor jadeit (mitico) Cor draconis verde. Rango: epico. Contiene una Giada del drago opaca della classe da "raro" ad "antico". +51566 Cor saphirum (epico) Cor draconis blu. Rango: epico. Contiene uno Zaffiro del drago opaco della classe da "raro" ad "antico". +51567 Cor granatum (epico) Cor draconis arancione. Rango: epico. Contiene un Granato del drago opaco della classe da "raro" ad "antico". +51568 Cor atrum (epico) Cor draconis nero. Rango: epico. Contiene un'Onice del drago opaca della classe da "raro" ad "antico". +51569 Cor draconis (divino) Cuore di drago cristallizzato. Rango: divino. Contiene una Pietra del drago opaca della classe da "raro" a "leggendario" +51570 Cor diamas (divino) Cor draconis bianco. Rango: divino. Contiene un Diamante del drago opaco della classe da "raro" a "leggendario". +51571 Cor rubinum (divino) Cor draconis rosso. Rango: divino. Contiene un Rubino del drago opaco della classe da "raro" a "leggendario". +51572 Cor jadeit (divino) Cor draconis verde. Rango: divino. Contiene una Giada del drago opaca della classe da "raro" a "leggendario". +51573 Cor saphirum (divino) Cor draconis blu. Rango: divino. Contiene uno Zaffiro del drago opaco della classe da "raro" a "leggendario". +51574 Cor granatum (divino) Cor draconis arancione. Rango: divino. Contiene un Granato del drago opaco della classe da "raro" a "leggendario". +51575 Cor atrum (divino) Cor draconis nero. Rango: divino. Contiene un'Onice del drago opaca della classe da "raro" a "leggendario". +51576 Cor draconis+ (normale) Potente Cor draconis. Rango: normale. Contiene una Pietra del drago della classe da "grezzo" a "tagliato" con un grado di purezza scelto dalla sorte. +51577 Cor diamas+ (normale) Potente Cor draconis. Rango: normale. Contiene un Diamante del drago della classe da "grezzo" a "tagliato" con un grado di purezza scelto dalla sorte. +51578 Cor rubinum+ (normale) Potente Cor draconis. Rango: normale. Contiene un Rubino del drago della classe da "grezzo" a "tagliato" con un grado di purezza scelto dalla sorte. +51579 Cor jadeit+ (normale) Potente Cor draconis. Rango: normale. Contiene una Giada del drago della classe da "grezzo" a "tagliato" con un grado di purezza scelto dalla sorte. +51580 Cor saphirum+ (normale) Potente Cor draconis. Rango: normale. Contiene uno Zaffiro del drago della classe da "grezzo" a "tagliato" con un grado di purezza scelto dalla sorte. +51581 Cor granatum+ (normale) Potente Cor draconis. Rango: normale. Contiene un Granato del drago della classe da "grezzo" a "tagliato" con un grado di purezza scelto dalla sorte. +51582 Cor atrum+ (normale) Potente Cor draconis. Rango: normale. Contiene un'Onice del drago della classe da "grezzo" a "tagliato" con un grado di purezza scelto dalla sorte. +51583 Cor draconis+ (nobile) Potente Cor draconis. Rango: nobile. Contiene una Pietra del drago della classe da "grezzo" a "raro" con un grado di purezza scelto dalla sorte. +51584 Cor diamas+ (nobile) Potente Cor draconis. Rango: nobile. Contiene un Diamante del drago della classe da "grezzo" a "raro" con un grado di purezza scelto dalla sorte. +51585 Cor rubinum+ (nobile) Potente Cor draconis. Rango: nobile. Contiene un Rubino del drago della classe da "grezzo" a "raro" con un grado di purezza scelto dalla sorte. +51586 Cor jadeit+ (nobile) Potente Cor draconis. Rango: nobile. Contiene una Giada del drago della classe da "grezzo" a "raro" con un grado di purezza scelto dalla sorte. +51587 Cor saphirum+ (nobile) Potente Cor draconis. Rango: nobile. Contiene uno Zaffiro del drago della classe da "grezzo" a "raro" con un grado di purezza scelto dalla sorte. +51588 Cor granatum+ (nobile) Potente Cor draconis. Rango: nobile. Contiene un Granato del drago della classe da "grezzo" a "raro" con un grado di purezza scelto dalla sorte. +51589 Cor atrum+ (nobile) Potente Cor draconis. Rango: nobile. Contiene un'Onice del drago della classe da "grezzo" a "raro" con un grado di purezza scelto dalla sorte. +51590 Cor draconis+ (prezioso) Potente Cor draconis. Rango: prezioso. Contiene una Pietra del drago della classe da "grezzo" ad "antico" con un grado di purezza scelto dalla sorte. +51591 Cor diamas+ (prezioso) Potente Cor draconis. Rango: prezioso. Contiene un Diamante del drago della classe da "grezzo" ad "antico" con un grado di purezza scelto dalla sorte. +51592 Cor rubinum+ (prezioso) Potente Cor draconis. Rango: prezioso. Contiene un Rubino del drago della classe da "grezzo" ad "antico" con un grado di purezza scelto dalla sorte. +51593 Cor jadeit+ (prezioso) Potente Cor draconis. Rango: prezioso. Contiene una Giada del drago della classe da "grezzo" ad "antico" con un grado di purezza scelto dalla sorte. +51594 Cor saphirum+ (prezioso) Potente Cor draconis. Rango: prezioso. Contiene uno Zaffiro del drago della classe da "grezzo" ad "antico" con un grado di purezza scelto dalla sorte. +51595 Cor granatum+ (prezioso) Potente Cor draconis. Rango: prezioso. Contiene un Granato del drago della classe da "grezzo" ad "antico" con un grado di purezza scelto dalla sorte. +51596 Cor atrum+ (prezioso) Potente Cor draconis. Rango: prezioso. Contiene un'Onice del drago della classe da "grezzo" ad "antico" con un grado di purezza scelto dalla sorte. +51597 Cor draconis+ (terso) Potente Cor draconis. Rango: terso. Contiene una Pietra del drago della classe da "grezzo" a "leggendario" con un grado di purezza scelto dalla sorte. +51598 Cor diamas+ (terso) Potente Cor draconis. Rango: terso. Contiene un Diamante del drago della classe da "grezzo" a "leggendario" con un grado di purezza scelto dalla sorte. +51599 Cor rubinum+ (terso) Potente Cor draconis. Rango: terso. Contiene un Rubino del drago della classe da "grezzo" a "leggendario" con un grado di purezza scelto dalla sorte. +51600 Cor jadeit+ (terso) Potente Cor draconis. Rango: terso. Contiene una Giada del drago della classe da "grezzo" a "leggendario" con un grado di purezza scelto dalla sorte. +51601 Cor saphirum+ (terso) Potente Cor draconis. Rango: terso. Contiene uno Zaffiro del drago della classe da "grezzo" a "leggendario" con un grado di purezza scelto dalla sorte. +51602 Cor granatum+ (terso) Potente Cor draconis. Rango: terso. Contiene un Granato del drago della classe da "grezzo" a "leggendario" con un grado di purezza scelto dalla sorte. +51603 Cor atrum+ (terso) Potente Cor draconis. Rango: terso. Contiene un'Onice del drago della classe da "grezzo" a "leggendario" con un grado di purezza scelto dalla sorte. +51604 Cor draconis+ (ardente) Potente Cor draconis. Rango: ardente. Contiene una Pietra del drago della classe da "tagliato" a "raro" con un grado di purezza scelto dalla sorte. +51605 Cor diamas+ (ardente) Potente Cor draconis. Rango: ardente. Contiene un Diamante del drago della classe da "tagliato" a "raro" con un grado di purezza scelto dalla sorte. +51606 Cor rubinum+ (ardente) Potente Cor draconis. Rango: ardente. Contiene una Rubino del drago della classe da "tagliato" a "raro" con un grado di purezza scelto dalla sorte. +51607 Cor jadeit+ (ardente) Potente Cor draconis. Rango: ardente. Contiene una Giada del drago della classe da "tagliato" a "raro" con un grado di purezza scelto dalla sorte. +51608 Cor saphirum+ (ardente) Potente Cor draconis. Rango: ardente. Contiene uno Zaffiro del drago della classe da "tagliato" a "raro" con un grado di purezza scelto dalla sorte. +51609 Cor granatum+ (ardente) Potente Cor draconis. Rango: ardente. Contiene un Granato del drago della classe da "tagliato" a "raro" con un grado di purezza scelto dalla sorte. +51610 Cor atrum+ (ardente) Potente Cor draconis. Rango: ardente. Contiene un'Onice del drago della classe da "tagliato" a "raro" con un grado di purezza scelto dalla sorte. +51611 Cor draconis+ (eterno) Potente Cor draconis. Rango: eterno. Contiene una Pietra del drago della classe da "tagliato" ad "antico" con un grado di purezza scelto dalla sorte. +51612 Cor diamas+ (eterno) Potente Cor draconis. Rango: eterno. Contiene un Diamante del drago della classe da "tagliato" ad "antico" con un grado di purezza scelto dalla sorte. +51613 Cor rubinum+ (eterno) Potente Cor draconis. Rango: eterno. Contiene un Rubino del drago della classe da "tagliato" ad "antico" con un grado di purezza scelto dalla sorte. +51614 Cor jadeit+ (eterno) Potente Cor draconis. Rango: eterno. Contiene una Giada del drago della classe da "tagliato" ad "antico" con un grado di purezza scelto dalla sorte. +51615 Cor saphirum+ (eterno) Potente Cor draconis. Rango: eterno. Contiene uno Zaffiro del drago della classe da "tagliato" ad "antico" con un grado di purezza scelto dalla sorte. +51616 Cor granatum+ (eterno) Potente Cor draconis. Rango: eterno. Contiene un Granato del drago della classe da "tagliato" ad "antico" con un grado di purezza scelto dalla sorte. +51617 Cor atrum+ (eterno) Potente Cor draconis. Rango: eterno. Contiene un'Onice del drago della classe da "tagliato" ad "antico" con un grado di purezza scelto dalla sorte. +51618 Cor draconis+ (mitico) Potente Cor draconis. Rango: mitico. Contiene una Pietra del drago della classe da "tagliato" a "leggendario" con un grado di purezza scelto dalla sorte. +51619 Cor diamas+ (mitico) Potente Cor draconis. Rango: mitico. Contiene un Diamante del drago della classe da "tagliato" a "leggendario" con un grado di purezza scelto dalla sorte. +51620 Cor rubinum+ (mitico) Potente Cor draconis. Rango: mitico. Contiene un Rubino del drago della classe da "tagliato" a "leggendario" con un grado di purezza scelto dalla sorte. +51621 Cor jadeit+ (mitico) Potente Cor draconis. Rango: mitico. Contiene una Giada del drago della classe da "tagliato" a "leggendario" con un grado di purezza scelto dalla sorte. +51622 Cor saphirum+ (mitico) Potente Cor draconis. Rango: mitico. Contiene uno Zaffiro del drago della classe da "tagliato" a "leggendario" con un grado di purezza scelto dalla sorte. +51623 Cor granatum+ (mitico) Potente Cor draconis. Rango: mitico. Contiene un Granato del drago della classe da "tagliato" a "leggendario" con un grado di purezza scelto dalla sorte. +51624 Cor atrum+ (mitico) Potente Cor draconis. Rango: mitico. Contiene un'Onice del drago della classe da "tagliato" a "leggendario" con un grado di purezza scelto dalla sorte. +51625 Cor draconis+ (epico) Potente Cor draconis. Rango: epico. Contiene una Pietra del drago della classe da "raro" ad "antico" con un grado di purezza scelto dalla sorte. +51626 Cor diamas+ (epico) Potente Cor draconis. Rango: epico. Contiene un Diamante del drago della classe da "raro" ad "antico" con un grado di purezza scelto dalla sorte. +51627 Cor rubinum+ (epico) Potente Cor draconis. Rango: epico. Contiene un Rubino del drago della classe da "raro" ad "antico" con un grado di purezza scelto dalla sorte. +51628 Cor jadeit+ (epico) Potente Cor draconis. Rango: epico. Contiene una Giada del drago della classe da "raro" ad "antico" con un grado di purezza scelto dalla sorte. +51629 Cor saphirum+ (epico) Potente Cor draconis. Rango: epico. Contiene uno Zaffiro del drago della classe da "raro" ad "antico" con un grado di purezza scelto dalla sorte. +51630 Cor granatum+ (epico) Potente Cor draconis. Rango: epico. Contiene un Granato del drago della classe da "raro" ad "antico" con un grado di purezza scelto dalla sorte. +51631 Cor atrum+ (epico) Potente Cor draconis. Rango: epico. Contiene un'Onice del drago della classe da "raro" ad "antico" con un grado di purezza scelto dalla sorte. +51632 Cor draconis+ (divino) Potente Cor draconis. Rango: divino. Contiene una Pietra del drago della classe da "raro" a "leggendario" con un grado di purezza scelto dalla sorte. +51633 Cor diamas+ (divino) Potente Cor draconis. Rango: divino. Contiene un Diamante del drago della classe da "raro" a "leggendario" con un grado di purezza scelto dalla sorte. +51634 Cor rubinum+ (divino) Potente Cor draconis. Rango: divino. Contiene un Rubino del drago della classe da "raro" a "leggendario" con un grado di purezza scelto dalla sorte. +51635 Cor jadeit+ (divino) Potente Cor draconis. Rango: divino. Contiene una Giada del drago della classe da "raro" a "leggendario" con un grado di purezza scelto dalla sorte. +51636 Cor saphirum+ (divino) Potente Cor draconis. Rango: divino. Contiene uno Zaffiro del drago della classe da "raro" a "leggendario" con un grado di purezza scelto dalla sorte. +51637 Cor granatum+ (divino) Potente Cor draconis. Rango: divino. Contiene un Granato del drago della classe da "raro" a "leggendario" con un grado di purezza scelto dalla sorte. +51638 Cor atrum+ (divino) Potente Cor draconis. Rango: divino. Contiene un'Onice del drago della classe da "raro" a "leggendario" con un grado di purezza scelto dalla sorte. +51639 Scrigno del drago Questo scrigno azzurro contiene undici Cor draconis normali. +51640 Scrigno del drago+ Questo scrigno azzurro contiene undici potenti Cor draconis di rango "normale" e un Chicco di drago verde. +51641 Scrigno drago+ (color.) Questo scrigno azzurro contiene un potente Cor draconis di ogni colore, di rango "normale" e un Chicco di drago verde. +51642 Scrigno drago (color.) Questo scrigno azzurro contiene un Cor draconis normale, di ogni colore, e un Chicco di drago verde. +51643 Scrigno del drago nobile Questo scrigno azzurro contiene undici Cor draconis nobili. +51644 Scrigno del drago nobile+ Questo scrigno azzurro contiene undici potenti Cor draconis di rango "nobile" e un Chicco di drago verde. +51645 Scrigno drago nob+ (col) Questo scrigno azzurro contiene un potente Cor draconis di ogni colore, di rango "nobile" e un Chicco di drago verde. +51646 Scrigno drago nob (col.) Questo scrigno azzurro contiene un nobile Cor draconis di ogni colore e un Chicco di drago verde. +52001 Sig. Cucciolo Cinghiale Questo sigillo richiama il tuo Cucciolo di Cinghiale. Dopo essere stato addestrato alla battaglia, esso dona a colui che lo cavalca fino al 5% in pi di forza contro i mostri. +52002 Sig. Cucciolo Cinghiale Questo sigillo richiama il tuo Cucciolo di Cinghiale. Dopo essere stato addestrato alla battaglia, esso permette a chi lo cavalca di accumulare fino al 5% di esperienza in pi. +52003 Sig. Cucciolo Cinghiale Questo sigillo richiama il tuo Cucciolo di Cinghiale. Dopo essere stato addestrato alla battaglia, esso fa aumentare gli HP di chi lo cavalca di un massimo di 500. +52004 Sig. Cucciolo Cinghiale Questo sigillo richiama il tuo Cucciolo di Cinghiale. Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di difesa di chi lo cavalca di un massimo di 150. +52005 Sig. Cucciolo Cinghiale Questo sigillo richiama il tuo Cucciolo di Cinghiale. Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di attacco di chi lo cavalca di un massimo di 100. +52006 Sig. Cinghiale Selvatico Questo sigillo richiama il tuo Cinghiale Selvatico. Esso dona a colui che lo cavalca il 3% in pi di forza contro i mostri. +52007 Sig. Cinghiale Selvatico Questo sigillo richiama il tuo Cinghiale Selvatico. Esso permette a chi lo cavalca di accumulare il 3% di esperienza in pi. +52008 Sig. Cinghiale Selvatico Questo sigillo richiama il tuo Cinghiale Selvatico. Esso fa aumentare gli HP di chi lo cavalca di 250. +52009 Sig. Cinghiale Selvatico Questo sigillo richiama il tuo Cinghiale Selvatico. Esso fa aumentare il valore di difesa di chi lo cavalca di 50. +52010 Sig. Cinghiale Selvatico Questo sigillo richiama il tuo Cinghiale Selvatico. Esso fa aumentare il valore di attacco di chi lo cavalca di 30. +52011 S. Cinghiale Coraggioso Questo sigillo richiama il tuo Cinghiale Coraggioso. Esso dona a colui che lo cavalca il 5% in pi di forza contro i mostri. +52012 S. Cinghiale Coraggioso Questo sigillo richiama il tuo Cinghiale Coraggioso. Esso permette a chi lo cavalca di accumulare il 5% di esperienza in pi. +52013 S. Cinghiale Coraggioso Questo sigillo richiama il tuo Cinghiale Coraggioso. Esso fa aumentare gli HP di chi lo cavalca di 500. +52014 S. Cinghiale Coraggioso Questo sigillo richiama il tuo Cinghiale Coraggioso. Esso fa aumentare il valore di difesa di chi lo cavalca di 150. +52015 S. Cinghiale Coraggioso Questo sigillo richiama il tuo Cinghiale Coraggioso. Esso fa aumentare il valore di attacco di chi lo cavalca di 100. +52016 Sigillo Cucciolo Lupo Questo sigillo richiama il tuo Cucciolo di Lupo. Dopo essere stato addestrato alla battaglia, esso dona a colui che lo cavalca fino al 5% in pi di forza contro i mostri. +52017 Sigillo Cucciolo Lupo Questo sigillo richiama il tuo Cucciolo di Lupo. Dopo essere stato addestrato alla battaglia, esso permette a chi lo cavalca di accumulare fino al 5% di esperienza in pi. +52018 Sigillo Cucciolo Lupo Questo sigillo richiama il tuo Cucciolo di Lupo. Dopo essere stato addestrato alla battaglia, esso fa aumentare gli HP di chi lo cavalca di un massimo di 500. +52019 Sigillo Cucciolo Lupo Questo sigillo richiama il tuo Cucciolo di Lupo. Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di difesa di chi lo cavalca di un massimo di 150. +52020 Sigillo Cucciolo Lupo Questo sigillo richiama il tuo Cucciolo di Lupo. Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di attacco di chi lo cavalca di un massimo di 100. +52021 Sigillo Lupo Selvatico Questo sigillo richiama il tuo Lupo Selvatico. Esso dona a colui che lo cavalca il 3% in pi di forza contro i mostri. +52022 Sigillo Lupo Selvatico Questo sigillo richiama il tuo Lupo Selvatico. Esso permette a chi lo cavalca di accumulare il 3% di esperienza in pi. +52023 Sigillo Lupo Selvatico Questo sigillo richiama il tuo Lupo Selvatico. Esso fa aumentare gli HP di chi lo cavalca di 250. +52024 Sigillo Lupo Selvatico Questo sigillo richiama il tuo Lupo Selvatico. Esso fa aumentare il valore di difesa di chi lo cavalca di 50. +52025 Sigillo Lupo Selvatico Questo sigillo richiama il tuo Lupo Selvatico. Esso fa aumentare il valore di attacco di chi lo cavalca di 30. +52026 Sigillo Lupo Coraggioso Questo sigillo richiama il tuo Lupo Coraggioso. Esso dona a colui che lo cavalca il 5% in pi di forza contro i mostri. +52027 Sigillo Lupo Coraggioso Questo sigillo richiama il tuo Lupo Coraggioso. Esso permette a chi lo cavalca di accumulare il 5% di esperienza in pi. +52028 Sigillo Lupo Coraggioso Questo sigillo richiama il tuo Lupo Coraggioso. Esso fa aumentare gli HP di chi lo cavalca di 500. +52029 Sigillo Lupo Coraggioso Questo sigillo richiama il tuo Lupo Coraggioso. Esso fa aumentare il valore di difesa di chi lo cavalca di 150. +52030 Sigillo Lupo Coraggioso Questo sigillo richiama il tuo Lupo Coraggioso. Esso fa aumentare il valore di attacco di chi lo cavalca di 100. +52031 Sigillo Cucciolo Leone Questo sigillo richiama il tuo Cucciolo di Leone. Dopo essere stato addestrato alla battaglia, esso dona a colui che lo cavalca fino al 5% in pi di forza contro i mostri. +52032 Sigillo Cucciolo Leone Questo sigillo richiama il tuo Cucciolo di Leone. Dopo essere stato addestrato alla battaglia, esso permette a chi lo cavalca di accumulare fino al 5% di esperienza in pi. +52033 Sigillo Cucciolo Leone Questo sigillo richiama il tuo Cucciolo di Leone. Dopo essere stato addestrato alla battaglia, esso fa aumentare gli HP di chi lo cavalca di un massimo di 500. +52034 Sigillo Cucciolo Leone Questo sigillo richiama il tuo Cucciolo di Leone. Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di difesa di chi lo cavalca di un massimo di 150. +52035 Sigillo Cucciolo Leone Questo sigillo richiama il tuo Cucciolo di Leone. Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di attacco di chi lo cavalca di un massimo di 100. +52036 Sigillo Leone Selvatico Questo sigillo richiama il tuo Leone Selvatico. Esso dona a colui che lo cavalca il 3% in pi di forza contro i mostri. +52037 Sigillo Leone Selvatico Questo sigillo richiama il tuo Leone Selvatico. Esso permette a chi lo cavalca di accumulare il 3% di esperienza in pi. +52038 Sigillo Leone Selvatico Questo sigillo richiama il tuo Leone Selvatico. Esso fa aumentare gli HP di chi lo cavalca di 250. +52039 Sigillo Leone Selvatico Questo sigillo richiama il tuo Leone Selvatico. Esso fa aumentare il valore di difesa di chi lo cavalca di 50. +52040 Sigillo Leone Selvatico Questo sigillo richiama il tuo Leone Selvatico. Esso fa aumentare il valore di attacco di chi lo cavalca di 30. +52041 Sigillo Leone Coraggioso Questo sigillo richiama il tuo Leone Coraggioso. Esso dona a colui che lo cavalca il 5% in pi di forza contro i mostri. +52042 Sigillo Leone Coraggioso Questo sigillo richiama il tuo Leone Coraggioso. Esso permette a chi lo cavalca di accumulare il 5% di esperienza in pi. +52043 Sigillo Leone Coraggioso Questo sigillo richiama il tuo Leone Coraggioso. Esso fa aumentare gli HP di chi lo cavalca di 500. +52044 Sigillo Leone Coraggioso Questo sigillo richiama il tuo Leone Coraggioso. Esso fa aumentare il valore di difesa di chi lo cavalca di 150. +52045 Sigillo Leone Coraggioso Questo sigillo richiama il tuo Leone Coraggioso. Esso fa aumentare il valore di attacco di chi lo cavalca di 100. +52046 Sigillo Cucciolo Tigre Questo sigillo richiama il tuo Cucciolo di Tigre. Dopo essere stato addestrato alla battaglia, esso dona a colui che lo cavalca fino al 5% in pi di forza contro i mostri. +52047 Sigillo Cucciolo Tigre Questo sigillo richiama il tuo Cucciolo di Tigre. Dopo essere stato addestrato alla battaglia, esso permette a chi lo cavalca di accumulare fino al 5% di esperienza in pi. +52048 Sigillo Cucciolo Tigre Questo sigillo richiama il tuo Cucciolo di Tigre. Dopo essere stato addestrato alla battaglia, esso fa aumentare gli HP di chi lo cavalca di un massimo di 500. +52049 Sigillo Cucciolo Tigre Questo sigillo richiama il tuo Cucciolo di Tigre. Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di difesa di chi lo cavalca di un massimo di 150. +52050 Sigillo Cucciolo Tigre Questo sigillo richiama il tuo Cucciolo di Tigre. Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di attacco di chi lo cavalca di un massimo di 100. +52051 Sigillo Tigre Selvatica Questo sigillo richiama la tua Tigre Selvatica. Essa dona a colui che la cavalca il 3% in pi di forza contro i mostri. +52052 Sigillo Tigre Selvatica Questo sigillo richiama la tua Tigre Selvatica. Essa permette a chi la cavalca di accumulare il 3% di esperienza in pi. +52053 Sigillo Tigre Selvatica Questo sigillo richiama la tua Tigre Selvatica. Essa fa aumentare gli HP di chi la cavalca di 250. +52054 Sigillo Tigre Selvatica Questo sigillo richiama la tua Tigre Selvatica. Essa fa aumentare il valore di difesa di chi la cavalca di 50. +52055 Sigillo Tigre Selvatica Questo sigillo richiama la tua Tigre Selvatica. Essa fa aumentare il valore di attacco di chi la cavalca di 30. +52056 Sigillo Tigre Coraggiosa Questo sigillo richiama la tua Tigre Coraggiosa. Essa dona a colui che la cavalca il 5% in pi di forza contro i mostri. +52057 Sigillo Tigre Coraggiosa Questo sigillo richiama la tua Tigre Coraggiosa. Essa permette a chi la cavalca di accumulare il 5% di esperienza in pi. +52058 Sigillo Tigre Coraggiosa Questo sigillo richiama la tua Tigre Coraggiosa. Essa fa aumentare gli HP di chi la cavalca di 500. +52059 Sigillo Tigre Coraggiosa Questo sigillo richiama la tua Tigre Coraggiosa. Essa fa aumentare il valore di difesa di chi la cavalca di 150. +52060 Sigillo Tigre Coraggiosa Questo sigillo richiama la tua Tigre Coraggiosa. Essa fa aumentare il valore di attacco di chi la cavalca di 100. +52061 Sigillo Cucciolo Renna Questo sigillo richiama il tuo Cucciolo di Renna (m). Dopo essere stato addestrato alla battaglia, esso dona a colui che lo cavalca fino al 5% in pi di forza contro i mostri. +52062 Sigillo Cucciolo Renna Questo sigillo richiama il tuo Cucciolo di Renna (m). Dopo essere stato addestrato alla battaglia, esso permette a chi lo cavalca di accumulare fino al 5% di esperienza in pi. +52063 Sigillo Cucciolo Renna Questo sigillo richiama il tuo Cucciolo di Renna (m). Dopo essere stato addestrato alla battaglia, esso fa aumentare gli HP di chi lo cavalca di un massimo di 500. +52064 Sigillo Cucciolo Renna Questo sigillo richiama il tuo Cucciolo di Renna (m). Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di difesa di chi lo cavalca di un massimo di 150. +52065 Sigillo Cucciolo Renna Questo sigillo richiama il tuo Cucciolo di Renna (m). Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di attacco di chi lo cavalca di un massimo di 100. +52066 Sigillo Renna Selvatica Questo sigillo richiama la tua Renna Selvatica (m). Essa dona a chi la cavalca il 3% in pi di forza contro i mostri. +52067 Sigillo Renna Selvatica Questo sigillo richiama la tua Renna Selvatica (m). Essa aumenta del 3% l'accumulo di esperienza di chi la cavalca. +52068 Sigillo Renna Selvatica Questo sigillo richiama la tua Renna Selvatica (m). Essa fa aumentare gli HP di chi la cavalca di 250. +52069 Sigillo Renna Selvatica Questo sigillo richiama la tua Renna Selvatica (m). Essa fa aumentare il valore di difesa di chi la cavalca di 50. +52070 Sigillo Renna Selvatica Questo sigillo richiama la tua Renna Selvatica (m). Essa fa aumentare il valore di attacco di chi la cavalca di 30. +52071 Sigillo Renna Coraggiosa Questo sigillo richiama la tua Renna Coraggiosa (m). Essa dona a chi la cavalca il 5% in pi di forza contro i mostri. +52072 Sigillo Renna Coraggiosa Questo sigillo richiama la tua Renna Selvatica (m). Essa aumenta del 5% l'accumulo di esperienza di chi la cavalca. +52073 Sigillo Renna Coraggiosa Questo sigillo richiama la tua Renna Coraggiosa (m). Essa fa aumentare gli HP di chi la cavalca di 500. +52074 Sigillo Renna Coraggiosa Questo sigillo richiama la tua Renna Coraggiosa (m). Essa fa aumentare il valore di difesa di chi la cavalca di 150. +52075 Sigillo Renna Coraggiosa Questo sigillo richiama la tua Renna Coraggiosa (m). Essa fa aumentare il valore di attacco di chi la cavalca di 100. +52076 Sigillo Cucciolo Renna Questo sigillo richiama il tuo Cucciolo di Renna (f). Dopo essere stata addestrato alla battaglia, esso dona a colui che lo cavalca fino al 5% in pi di forza contro i mostri. +52077 Sigillo Cucciolo Renna Questo sigillo richiama il tuo Cucciolo di Renna (f). Dopo essere stato addestrato alla battaglia, esso permette a chi lo cavalca di accumulare fino al 5% di esperienza in pi. +52078 Sigillo Cucciolo Renna Questo sigillo richiama il tuo Cucciolo di Renna (f). Dopo essere stato addestrato alla battaglia, esso fa aumentare gli HP di chi lo cavalca di un massimo di 500. +52079 Sigillo Cucciolo Renna Questo sigillo richiama il tuo Cucciolo di Renna (f). Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di difesa di chi lo cavalca di un massimo di 150. +52080 Sigillo Cucciolo Renna Questo sigillo richiama il tuo Cucciolo di Renna (f). Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di attacco di chi lo cavalca di un massimo di 100. +52081 Sigillo Renna Selvatica Questo sigillo richiama la tua Renna Selvatica (f). Essa dona a chi la cavalca il 3% in pi di forza contro i mostri. +52082 Sigillo Renna Selvatica Questo sigillo richiama la tua Renna Selvatica (f). Essa permette a chi la cavalca di accumulare il 3% di esperienza in pi. +52083 Sigillo Renna Selvatica Questo sigillo richiama la tua Renna Selvatica (f). Essa fa aumentare gli HP di chi la cavalca di 250. +52084 Sigillo Renna Selvatica Questo sigillo richiama la tua Renna Selvatica (f). Essa fa aumentare il valore di difesa di chi la cavalca di 50. +52085 Sigillo Renna Selvatica Questo sigillo richiama la tua Renna Selvatica (f). Essa fa aumentare il valore di attacco di chi la cavalca di 30. +52086 Sigillo Renna Coraggiosa Questo sigillo richiama la tua Renna Coraggiosa (f). Essa dona a chi la cavalca il 5% in pi di forza contro i mostri. +52087 Sigillo Renna Coraggiosa Questo sigillo richiama la tua Renna Coraggiosa (f). Essa permette a chi la cavalca di accumulare il 5% di esperienza in pi. +52088 Sigillo Renna Coraggiosa Questo sigillo richiama la tua Renna Coraggiosa (f). Essa fa aumentare gli HP di chi la cavalca di 500. +52089 Sigillo Renna Coraggiosa Questo sigillo richiama la tua Renna Coraggiosa (f). Essa fa aumentare il valore di difesa di chi la cavalca di 150. +52090 Sigillo Renna Coraggiosa Questo sigillo richiama la tua Renna Coraggiosa (f). Essa fa aumentare il valore di attacco di chi la cavalca di 100. +52091 Sigillo Dragor giovane Il sigillo evoca il Dragor giovane. Dopo essere stato addestrato alla battaglia, esso dona a colui che lo cavalca fino al 5% in pi di forza contro i mostri. +52092 Sigillo Dragor giovane Il sigillo evoca il Dragor giovane. Dopo essere stato addestrato alla battaglia, esso dona a colui che lo cavalca fino al 5% in pi di esperienza contro i mostri. +52093 Sigillo Dragor giovane Il sigillo evoca il Dragor giovane. Dopo essere stato addestrato alla battaglia, esso fa aumentare gli HP di chi lo cavalca di un massimo di 500. +52094 Sigillo Dragor giovane Il sigillo evoca il Dragor giovane. Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di difesa di chi lo cavalca di un massimo di 150. +52095 Sigillo Dragor giovane Il sigillo evoca il Dragor giovane. Dopo essere stato addestrato alla battaglia, esso fa aumentare il valore di attacco di chi lo cavalca di un massimo di 100. +52096 Sigillo Dragor feroce Il sigillo evoca il Dragor feroce. Esso dona a colui che lo cavalca fino al +3% in pi di forza contro i mostri. +52097 Sigillo Dragor feroce Il sigillo evoca il Dragor feroce. Esso permette a chi lo cavalca di accumulare il 3% di esperienza in pi. +52098 Sigillo Dragor feroce Il sigillo evoca il Dragor feroce. Esso aumenta gli HP di chi lo cavalca di 250. +52099 Sigillo Dragor feroce Il sigillo evoca il Dragor feroce. Esso aumenta il valore di difesa di chi lo cavalca di un massimo di 50. +52100 Sigillo Dragor feroce Il sigillo evoca il Dragor feroce. Esso fa aumentare il valore di attacco di chi lo cavalca di un massimo di 30. +52101 Sigillo Dragor prode Il sigillo evoca il Dragor prode. Esso dona a colui che lo cavalca fino al 5% in pi di forza contro i mostri. +52102 Sigillo Dragor prode Il sigillo evoca il Dragor prode. Esso permette a chi lo cavalca di accumulare il 5% di esperienza in pi. +52103 Sigillo Dragor prode Il sigillo evoca il Dragor prode. Esso fa aumentare gli HP di chi lo cavalca di un massimo di 500. +52104 Sigillo Dragor prode Il sigillo evoca il Dragor prode. Esso fa aumentare il valore di difesa di chi lo cavalca di un massimo di 150. +52105 Sigillo Dragor prode Il sigillo evoca il Dragor prode. Esso fa aumentare il valore di attacco di chi lo cavalca di un massimo di 100. +52106 Moa giovane (sigillo) Il sigillo evoca il tuo Moa giovane. Dopo essere stato addestrato alla battaglia dona a chi lo cavalca fino al 5% di forza contro i mostri. +52107 Moa giovane (sigillo) Il sigillo evoca il tuo Moa giovane. Dopo essere stato addestrato alla battaglia aumenta fino al 5% la capacit di raccogliere esperienza. +52108 Moa giovane (sigillo) Il sigillo evoca il tuo Moa giovane. Dopo essere stato addestrato alla battaglia aumenta gli HP di chi lo cavalca fino a 500. +52109 Moa giovane (sigillo) Il sigillo evoca il tuo Moa giovane. Dopo essere stato addestrato alla battaglia aumenta il valore di difesa di chi lo cavalca fino a 150. +52110 Moa giovane (sigillo) Il sigillo evoca il tuo Moa giovane. Dopo essere stato addestrato alla battaglia aumenta il valore d'attacco di chi lo cavalca fino a 100. +52111 Moa selvaggio (sigillo) Il sigillo evoca il tuo Moa selvaggio. Dona a chi lo cavalca +3% di forza contro i mostri. +52112 Moa selvaggio (sigillo) Il sigillo evoca il tuo Moa selvaggio. Aumenta del 3% la capacit di raccogliere esperienza. +52113 Moa selvaggio (sigillo) Il sigillo evoca il tuo Moa selvaggio. Aumenta gli HP di chi lo cavalca di 250. +52114 Moa selvaggio (sigillo) Il sigillo evoca il tuo Moa selvaggio. Aumenta il valore di difesa di chi lo cavalca di 50. +52115 Moa selvaggio (sigillo) Il sigillo evoca il tuo Moa selvaggio. Aumenta il valore d'attacco di chi lo cavalca di 30. +52116 Moa ardito (sigillo) Il sigillo evoca il tuo Moa ardito. Dona a chi lo cavalca +5% di forza contro i mostri. +52117 Moa ardito (sigillo) Il sigillo evoca il tuo Moa ardito. Aumenta del 5% la capacit di raccogliere esperienza. +52118 Moa ardito (sigillo) Il sigillo evoca il tuo Moa ardito. Aumenta gli HP di chi lo cavalca di 500. +52119 Moa ardito (sigillo) Il sigillo evoca il tuo Moa ardito. Aumenta il valore di difesa di chi lo cavalca di 150. +52120 Moa ardito (sigillo) Il sigillo evoca il tuo Moa ardito. Aumenta il valore d'attacco di chi lo cavalca di 100. +52701 Certificato Leone Un certificato di propriet di un Cucciolo di Leone. +52702 Certificato Tigre Un certificato di propriet di un Cucciolo di Tigre. +52703 Certificato Cinghiale Un certificato di propriet di un Cucciolo di Cinghiale. +52704 Certificato Lupo Un certificato di propriet di un Cucciolo di Lupo. +52705 Certificato Renna (m) Un certificato di propriet di un Cucciolo di Renna (m). +52706 Certificato Renna (f) Un certificato di propriet di un Cucciolo di Renna (f). +52707 Certificato Dragor Un certificato di propriet di un Dragor giovane +52708 Certificato Moa Questo certificato attesta che sei il possessore di un Moa giovane. +53001 +53002 Sigillo Cucciolo Renna Tramite questo sigillo puoi richiamare il tenero Cucciolo di Renna. +53003 Sigillo Fenice Ghiaccio Tramite questo sigillo puoi richiamare la tua amica, la Fenice di Ghiaccio. +53005 Piccolo Azrael La versione mini del signore dei demoni molto fedele e ti porter un bonus di 1500 HP e un 15% di danno, a partire dal 2 livello della Torre dei Demoni e della Catacomba del Diavolo. +53006 Piccolo Azrael (oro) Il signore dei demoni in versione mini sar un tuo fedele aiutante. Grazie a lui, riceverai un bonus di 1500 HP e potrai infliggere un 15% in pi di danno a partire dal 2 piano della Torre dei Demoni e della Catacomba del Diavolo. +53007 Sigillo Bambi Con questo sigillo puoi richiamare il tuo cucciolo di renna Bambi. +53008 Sigillo Knuud Con questo sigillo evochi il tuo tenero orsetto polare. +53009 Sigillo Bao Bao Con questo sigillo evochi il tuo cucciolo di panda. +53010 Sigillo Leonida Con questo sigillo puoi richiamare il tuo cucciolo di leone Leonida. +53011 Sigillo Khan Con questo sigillo puoi richiamare il tuo cucciolo di tigre Khan. +53012 Sigillo Porky Con questo sigillo puoi richiamare il tuo cinghialetto Porky. +53013 Sigillo Rufus Con questo sigillo puoi richiamare il tuo lupacchiotto Rufus. +53014 Sigillo Miniboia Questo sigillo evoca il tuo Miniboia grassoccio in armatura nera. +53015 Sigillo Miniboia (oro) Questo sigillo evoca il tuo Miniboia grassoccio in armatura oro. +53016 Sigillo Boney Questo sigillo evoca il tuo Pet ossuto. +53017 Sigillo Fenice di Giada Questo sigillo richiama la leggiadra Fenice di Giada. +53018 Leonida da neve (sig.) Con questo sigillo evochi il tuo pet. +53019 Khan Artide (sigillo) Con questo sigillo evochi il tuo pet. +53020 Porky polare (sigillo) Con questo sigillo evochi il tuo pet. +53021 Rufus gelido (sigillo) Con questo sigillo evochi il tuo pet. +53022 Sigillo di Sheldon Il sigillo fa uscire dall'uovo il tuo pet Sheldon. +53023 Sheldon Cooper Il sigillo fa saltellare qua e l il tuo pet Cooper. +53024 Baby pantera (7 giorni) Questo sigillo evoca la tua Baby pantera nera. +53025 Baby leopardo (7 giorni) Questo sigillo evoca il tuo dolce Baby leopardo. +53026 +53218 Baby pantera (30 giorni) Questo sigillo evoca la tua Baby pantera nera. +53219 Baby pant. (120 giorni) Questo sigillo evoca la tua Baby pantera nera. +53220 Baby leop. (30 giorni) Questo sigillo evoca il tuo dolce Baby leopardo. +53221 Baby leop. (120 giorni) Questo sigillo evoca il tuo dolce Baby leopardo. +53222 Sigillo Testa di zucca Grazie a questo sigillo puoi chiamare la Testa di zucca. +53223 Sigillo Scopa volante Grazie a questo sigillo puoi chiamare la Scopa volante. +53224 Sigillo Fiocchetto Con questo sigillo puoi richiamare Fiocchetto, il tenero pupazzetto di neve. +53225 Sigillo Campanellino Con questo sigillo puoi richiamare Campanellino, il tenero pupazzetto di neve. +53226 Dio dell'amore (sigillo) Con questo sigillo evochi il tuo portafortuna dell'amore personale. Grazie a lui la possibilit di infliggere colpi perforanti aumenter del 5% e ti verranno assegnati 1500 HP. +53227 Cuore furioso (sigillo) Con questo sigillo evochi il cuore furioso. Grazie a lui la possibilit di infliggere colpi critici aumenter del 5% e ti verranno assegnati 1500 HP. +53228 Mezzaluna (sigillo) Con questo sigillo evochi la Mezzaluna blu. +53229 Mezzaluna (sigillo) Con questo sigillo evochi la Mezzaluna rossa. +53232 Piccolo Huashin La versione mini del Generale Huashin ti dona il 5% in pi di possibilit di effettuare colpi trafiggenti e 1.500 HP. +53501 +53502 Forziere Cucciolo Renna Questo scrigno contiene il Cucciolo di Renna, che non vede l'ora di uscire. +53503 Gabbia Fenice Ghiaccio La Fenice di Ghiaccio aspetta di essere liberata da questa Gabbia. +53504 +53505 Baule Piccolo Azrael Questo baule contiene il Piccolo Azrael, la versione in miniatura del signore dei demoni, che attende solo di essere liberato. +53506 B. Piccolo Azrael (oro) Questo baule contiene il Piccolo Azrael (oro), la versione in miniatura del signore dei demoni, che attende solo di essere liberato. +53507 Baule Bambi Questo baule contiene Bambi, il cucciolo di renna, che attende solo di essere liberato. +53508 Baule Knuud Questo baule contiene Knuud, l'orsetto polare, che attende solo di essere liberato. +53509 Baule Bao Bao Questo baule contiene Bao Bao, il tenero cucciolo di panda, che attende solo di essere liberato. +53510 Baule Leonida Questo baule contiene Leonida, il cucciolo di leone, che attende solo di essere liberato. +53511 Baule Khan Questo baule contiene Khan, il cucciolo di tigre, che attende solo di essere liberato. +53512 Baule Porky Questo baule contiene Porky il cinghialetto, che attende solo di essere liberato. +53513 Baule Rufus Questo baule contiene Rufus il lupacchiotto, che attende solo di essere liberato. +53514 Baule Miniboia Questo baule contiene il Miniboia grassoccio in armatura nera, che attende solo di essere liberato. +53515 Baule Miniboia (oro) Questo baule contiene il Miniboia grassoccio in armatura oro, che attende solo di essere liberato. +53516 Baule delle ossa Contiene un oggetto scelto dalla sorte. Con un po' di fortuna potresti trovarci il cane scheletro Boney. +53517 Gabbia di Giada In questa gabbia, la rara Fenice di Giada aspetta che tu la liberi. +53518 Leonida da neve In questo baule trovi il sigillo di Leonida da neve. +53519 Khan dell'Artide In questo baule trovi il sigillo di Khan dell'Artide. +53520 Porky polare In questo baule trovi il sigillo di Porky polare. +53521 Rufus gelido In questo baule trovi il sigillo di Rufus gelido. +53522 Nido di Sheldon Il tuo pet Sheldon si nascosto in questo nido. +53523 Gabbia conigli In questa gabbia si nasconde il coniglietto Cooper. +53526 +53527 Gabbia Testa di zucca Apri questa gabbia per ottenere il Sigillo Testa di zucca. +53528 Ripostiglio delle scope Aprilo per ottenere il Sigillo Scopa volante. +53529 Freezer di Fiocchetto In questo congelatore si nasconde Fiocchetto, il tuo piccolo accompagnatore fedele. Pur piacendogli il freddo, sa accoglierti con molto calore. +53530 Freezer di Campanellino In questo congelatore si nasconde Campanellino, il tuo piccolo accompagnatore fedele. Aiutalo a sbarazzarsi della sua fredda dimora e goditi il suo carattere solare! +53531 Baule del Dio dell'amore Apri il baule e il piccolo Dio dell'amore sempre al tuo fianco. +53532 Baule del Cuore furioso Apri il baule e il cuore voler subito verso di te. Ma fai attenzione! Con questo compagno furioso libererai forze inaspettate. +53533 Baule Mezzaluna Questo baule contiene la Mezzaluna blu. Attende impaziente di essere utilizzata. +53534 Baule Mezzaluna Questo baule contiene la Mezzaluna rossa. Attende impaziente di essere utilizzata. +53535 Baule Piccolo Huashin Questo baule contiene la versione mini del Generale Huashin, che attende solo di essere liberata. +54041 +54042 +54043 Baule Apprendista I Il tuo regalo di benvenuto contiene un equipaggiamento di base che ti consentir di iniziare al meglio la tua avventura. +60001 Bile Un liquido corporale denso, ricavato dal fegato. +60002 Lettera dell'Amm.deiMag. Una pergamena scritta con tratto energico dall'Amministratore dei Magazzini. +60003 Simbolo degli Eroi Un oggetto che non viene ceduto con leggerezza. +70002 Terza Mano Una mano che raccoglie automaticamente gli Yang. +70003 Libro del Capo Finch il capo di un gruppo sar provvisto di questo libro, tutti i membri del gruppo avranno un 30% di punti esperienza. +70004 Medaglia dellImpegno La ricompensa per il tuo duro lavoro. Garantisce il 20% in pi di punti esperienza durante il combattimento. +70005 Anello dell'Esperienza Raccogli il 50% di punti esperienza in pi. +70006 Anello delle Lingue Un tempo questo anello era stato creato per i diplomatici. Ti permette di parlare le lingue degli altri Regni. +70008 Bandiera Bianca Una bandiera che segnala la resa all'avversario. +70009 Forziere Un forziere decorato con numerosi ornamenti che pu essere aperto con una chiave speciale. +70010 Buono del Magazzino Un documento che server per organizzare i magazzini. +70012 Lacrime di Dea Si dice che le vecchie shamane hanno consolato le anime degli eroi di Taehwas che hanno combattuto il male. +70013 Lacrime di Dea Gigante Le lacrime di una vecchia danzatrice Tae-Hwa consola l'anima di un guerriero. +70014 Pastiglia di Sangue Una pastiglia di sangue di cervo. Ha un effetto molto allucinogeno. +70015 Spazzola Scadente Una spazzola comune con un robusto manico in legno. +70020 Vino di Fiori di Pesco Bevanda che rigenera immediatamente i tuoi HP di 500 +70024 Sfera benedetta Leggendaria sfera benedetta. Se un oggetto possiede gi quattro attributi, questa consente di aggiungerne un altro. +70027 Notizia del Fabbro Un appunto dell'armaiolo che descrive la procedura necessaria per il miglioramento di un arma. +70031 Trattato sulla scherma Questo trattato essenziale racchiude informazioni sull'artigianato delle armi, nonch sulle potenzialit e sui punti deboli dell'anatomia umana. +70035 Minerale di Rame Magico Con questo minerale e con un Papiro consacrato il fabbro potr creare un Papiro della guerra. +70037 Libro dell'Amnesia Il leggendario libro che cancella tutti i ricordi di un'abilit imparata. Puoi muovere un punto abilit. +70038 Mantello del Coraggio Un tempo i guerrieri dimostravano il loro coraggio indossando un mantello colorato in grado di attirare tutti i mostri nelle vicinanze. +70039 Libro del Fabbro Il libro pieno dell'anima di un vecchio soldato. Usandolo si possono alzare le probabilit di miglioramento di un oggetto. +70040 Cocciutaggine dell'Orco Riduce della metr la perdita di resistenza . +70043 Guanto del Ladro Il guanto di un grande ladro. +70047 Anello Lingue (Esempio) Questo anello stato creato in passato per la cerchia dei diplomatici. Esso permette di parlare le lingue degli altri regni. +70048 Mantello del Rifugiato Un mantello impagabile, portato dai fuggitivi. Se lo porti nasconde i tuoi sentimenti. +70049 Anello di Lucy L'incisione dice: "Che il Dio Drago ti benedica". L'anello diminuisce la probabilit di perdere degli oggetti durante un combattimento. +70050 Simb. Imperatore Saggio Il simbolo ereditato dall'antica famiglia reale che da una grande forza ai regnanti. +70051 Guanto Imperatore Saggio Un oggetto ereditato dall'antica famiglia reale che da una forza misteriosa ai regnanti. +70052 Karma della Magia 1 Un incantesimo che i buddisti usano come protezione contro la sfortuna. +70053 Karma della Magia 2 Un incantesimo che i buddisti usano come protezione contro la sfortuna. +70054 Karma della Magia 3 Un incantesimo che i buddisti usano come protezione contro la sfortuna. +70056 Succo di Melagrana+ Bevanda che rigenera immediatamente i tuoi HP di 1000. +70057 Mantello del Coraggio Un mantello colorato in grado di attirare tutti i mostri nelle vicinanze, permettendo cos ai guerrieri di un tempo di mostrare il loro coraggio. Questo item commerciabile. +70058 Anello del Teletrasporto Questo anello ti teletrasporta per 50 volte verso un luogo a tua scelta del tuo regno. Non commerciabile. +70063 Trasforma costume Rimuove i bonus da uno dei tuoi costumi e ne applica di nuovi. Con un po' di fortuna, la quantit di bonus potrebbe variare (fino a un massimo di 3). +70064 Incanta costume Rimuove i bonus da uno dei tuoi costumi e ne applica di nuovi. +70065 Transfer bonus costume Trasferisce i bonus da un costume all'altro. Uno dei due verr distrutto. +70102 Fagiolo Zen Abbassa il sentimento cattivo. | Alza il sentimento buono. +70104 Sfera Trasformazione Puoi farti trasformare in mostro dalla palla. +70105 Sfera Trasformazione Puoi farti trasformare in mostro dalla palla. +70106 Sfera Trasformazione Puoi farti trasformare in mostro dalla palla. +70107 Sfera Trasformazione Puoi farti trasformare in mostro dalla palla. +70201 Decolorante Ti ridr il tuo colore di capelli originale. I capelli decolorati possono essere ricolorati. +70202 Colore Capelli Bianco Rende i tuoi capelli bianchi. | Puoi colorarli una volta ogni 3 livelli. +70203 Colore Capelli Biondo Rende i tuoi capelli biondi. | Puoi colorarli una volta ogni 3 livelli. +70204 Colore Capelli Rosso Rende i tuoi capelli rossi. | Puoi colorarli una volta ogni 3 livelli. +70205 Colore Capelli Marrone Rende i tuoi capelli marrone. | Puoi colorarli una volta ogni 3 livelli. +70206 Colore Capelli Nero Rende i tuoi capelli neri. | Puoi colorarli una volta ogni 3 livelli. +70301 Anello di fidanzamento Un anello portatodagli innamorati. +70302 Fede Un anello portato dagli sposati. +71001 Papiro dell'esorcismo Ti libera dalla maledizione dello spirito malvagio quando la lettura fallisce. Con l'aiuto di questo papiro puoi leggere un altro libro abilit nello stesso giorno. +71002 Ridistr. dello status Ti permette di redistribuire i tuoi punti status +71003 Ridistribuzione Abilit Ti permette di redistribuire i tuoi punti abilit +71004 Medaglia del drago Impedisce la perdita di esperienza se il personaggio rinasce sul luogo della sua morte. +71005 Anello delle Lingue Puoi capire tutte le lingue degli altri Regni per 7 giorni. +71006 Anello delle Lingue Puoi capire tutte le lingue degli altri Regni per 15 giorni. +71007 Anello delle lingue Puoi capire tutte le lingue degli altri Regni per 30 giorni. +71008 Libro della pesca Un libro che per 3 giorni ti permette di catturare la doppia quantit di pesci rari. (non commerciabile) +71009 Forziere del magazzino Il tuo magazzino viene ingrandito di 2 stanze. +71010 Terza mano Una mano che raccoglie automaticamente gli Yang. +71011 Maschera delle Emozioni Con questa maschera puoi dare libero sfogo alle tue emozioni. +71012 Libro del capo Fin quando il capo di un gruppo porta con se questo libro, tutti i membri del gruppo raccolgono il 30% di punti esperienza in pi. +71013 Fuoco d'Artificio Razzo che brilla nel cielo ed visibile da tutti. (non commerciabile) +71014 Pozione dell'Attacco +10 Aumenta la velocit di attacco del tuo personaggio del 10 % per 30 minuti. (non commerciabile) +71015 Anello dell'Esperienza Il tuo personaggio accumula in battaglia il 50% di punti esperienza in pi. +71016 Guanti del Ladro Raddoppia la possibilit di razziare oggetti per una durata di 30 minuti. +71017 Medaglia della Fortuna Aumenta la possibilit di razziare Yang di 2 volte. +71018 Benedizione della vita Una benedizione che rigenera immediatamente del 100% i tuoi HP. +71019 Benedizione della Magia Una benedizione che rigenera istantaneamente tutti i tuoi MP. +71020 Benedizione del drago Una Benedizione che rigenera immediatamente i tuoi HP e MP totalmente. +71021 Papiro della Guerra Il miglioramento degli oggetti avverr in maniera completa. Utilizzabile solo su oggetti da +0 fino a +3. +71022 Ritorno Intelligenza Porta indietro l'intelligenza +71023 Ritorno Vitalit Porta indietro la vitalit. +71024 Ritorno Forza Porta indietro la forza. +71025 Pietra del Fabbro Con questa pietra e un Papiro Consacrato, pu essere creato dal fabbro un Manuale del Fabbro +71026 Minerale di Ferro Magico Con questo minerale e con un Papiro Consacrato il fabbro potr creare il Papiro del Drago. +71027 Vita Dio Drago Aumenta del 20% per 30 minuti i tuoi HP massimi. +71028 Attacco Dio Drago Aumenta il danno che arrechi durante la lotta del 12-15% per 30 minuti. +71029 Intelligenza Dio Drago Aumenta del 20% i tuoi MP massimi per 30 minuti. +71030 Difesa del Dio Drago Diminuisce i danni che puoi subire durante la lotta del 12-15% per 30 minuti. +71031 Sostegno Dio Drago Vitalit, forza, intelligenza e destrezza del personaggio aumentano temporaneamente di 5 volte. +71032 Papiro del Drago Elimina il rischio di distruzione di un oggetto qualora il suo miglioramento non abbia esito positivo. La qualit dell'oggetto diminuir solo di un livello. Inoltre, aumenta del 10% la probabilit di ottenere un miglioramento di successo. +71033 Maschera delle Emozioni Con questa maschera puoi dare libero sfogo alle tue emozioni. +71034 Pozione dell'Attacco +15 Aumenta la velocit di attacco del tuo personaggio del 15 % per 30 minuti. (non commerciabile) +71035 Elisir del Ricercatore Aumenta la qualit degli oggetti per le ricerche e quindi la probabilit che essi vengano accettati con successo. +71036 Papiro Chiama Capo Orco Fa apparire un Capo orco accanto al tuo personaggio. Attenzione, si tratta di un boss! +71037 Papiro Chiama Capobanda Fa apparire un Capobanda oscuro accanto al tuo personaggio. Attenzione, si tratta di un boss! +71038 Papiro Chiama-Re Ragno Fa apparire un Re ragno accanto al tuo personaggio. Attenzione, si tratta di un boss! +71039 Papiro Chiama Tartaruga Fa apparire una Tartaruga del deserto grande accanto al tuo personaggio. Attenzione, si tratta di un boss! +71040 Papiro Chiama Re fiamme Fa apparire un Re delle fiamme accanto al tuo personaggio. Attenzione, si tratta di un boss! +71041 Papiro Chiama Nove Code Fa apparire un Nove Code accanto al tuo personaggio. Attenzione, si tratta di un boss! +71042 Papiro Chiama Re Demone Far apparire un Re dei Demoni Elitario accanto al tuo personaggio. Attenzione! Si tratta di un boss! +71043 Pap. Chiama Spir.Tigre Fa apparire uno Spirito della tigre gialla accanto al tuo personaggio. Attenzione, si tratta di un boss! +71044 Lotta Critica Aumenta la probabilit di sferrare un colpo critico durante la lotta del 20% per 10 minuti. +71045 Lotta Trafiggente Aumenta la probabilit di sferrare un colpo che trafigge del 20% per 10 minuti. +71047 Tintura Pietra Spirit. Toglie una pietra spirituale inserita in un tuo oggetto. +71048 Magia della modifica Questa magia permette di cambiare il sesso del tuo personaggio. +71049 Sacca di Seta Con questa sacca puoi aprire gratuitamente per 10 giorni negozi privati. +71050 Pozione della Velocit Aumenta la velocit di movimento di 60 per 30 minuti. +71051 Strega oggetto Aggiunge a uno dei tuoi oggetti un nuovo bonus speciale, qualora non ne sia gi presente uno. +71052 Consacra oggetto Sostituisce un bonus speciale ad un tuo oggetto con un altro. +71054 Tintura dei Regni Un personaggio pu andare in esilio, ovvero cambiare il suo Regno. +71055 Tintura del Nome Modifica il nome del personaggio. +71056 Tintura del Cielo Aumenta la possibilit la possibilit di migliorare con successo una pietra spirituale. +71057 Papiro C.-Giac. Fossile Fa comparire un giacimento di legno fossile vicino al personaggio. +71058 Papiro C.-Giac. Rame Fa comparire un giacimento di rame vicino al personaggio. +71059 Papiro C.-Giac. Argento Fa comparire un giacimento dargento vicino al personaggio. +71060 Papiro C.-Giac. Oro Fa comparire un giacimento doro vicino al personaggio. +71061 Papiro C.-Giac. Giada Fa comparire un giacimento di giada vicino al personaggio. +71062 Papiro C.-Giac. Ebano Fa comparire un giacimento di ebano vicino al personaggio. +71063 Papiro C.-Muc. Conchig. Fa comparire un mucchio di conchiglie vicino al personaggio. +71064 Papiro C.-Giac. Platino Fa comparire un giacimento di platino vicino al personaggio. +71065 Papiro C.-Giac.Cristallo Fa comparire un giacimento di cristallo vicino al personaggio. +71066 Papiro C.-Giac. Ametista Fa comparire un giacimento di quarzo vicino al personaggio. +71067 Pap. C.-Giac. Lac. Cielo Fa comparire un giacimento di lacrime di cielo vicino al personaggio. +71068 Piuma degli Innamorati Se indossata, i punti amore di una coppia aumentano due volte pi velocemente. +71069 Orecchini dell'Armonia Se indossati da uno dei coniugi, aumentano per 3 ore e per un massimo di 8% la probabilit che entrambi i coniugi sferrino colpi trafiggenti in combattimento. L'effetto di questo item dipende dalla percentuale di punti amore. Se, ad esempio, una coppia ha il 50% di punti amore, l'effetto massimo sar ridotto alla met. +71070 Bracciale dell'Amore Se indossato da uno dei coniugi, aumenta per 3 ore e per un massimo di 20% l'accumulo di punti esperienza in combattimento da parte di entrambi i coniugi. L'effetto di questo item dipende dalla percentuale di punti amore. Se, ad esempio, una coppia ha il 50% di punti amore, l'effetto massimo sar ridotto alla met. +71071 Orecchini dell'Amore Se indossati da uno dei coniugi, aumentano per 3 ore e per un massimo di 8% la probabilit che entrambi i coniugi sferrino colpi critici in combattimento. L'effetto di questo item dipende dalla percentuale di punti amore. Se, ad esempio, una coppia ha il 50% di punti amore, l'effetto massimo sar ridotto alla met. +71072 Bracciale dell'Armonia Se indossato da uno dei coniugi, diminuisce per 3 ore e per un massimo di 15% la forza di attacco dei mostri avversari nei confronti di entrambi i coniugi. L'effetto di questo item dipende dalla percentuale di punti amore. Se, ad esempio, una coppia ha il 50% di punti amore, l'effetto massimo sar ridotto alla met. +71073 Collana dell'Amore Se indossata da uno dei coniugi, aumenta per 3 ore e per un massimo di 40 la forza di attacco in combattimento di entrambi i coniugi. L'effetto di questo item dipende dalla percentuale di punti amore. Se, ad esempio, una coppia ha il 50% di punti amore, l'effetto massimo sar ridotto alla met. +71074 Collana dell'Armonia Se indossata da uno dei coniugi, aumenta per 3 ore e per un massimo di 30 la difesa in combattimento di entrambi i coniugi. L'effetto di questo item dipende dalla percentuale di punti amore. Se, ad esempio, una coppia ha il 50% di punti amore, l'effetto massimo sar ridotto alla met. +71075 Colore Capelli (Bianco) Colora i capelli di bianco. +71076 Colore Capelli (Biondo) Colora i capelli di biondo. +71077 Colore Capelli (Rosso) Colora i capelli di rosso. +71078 Colore Capelli (Marrone) Colora i capelli di marrone. +71079 Colore Capelli (Nero) Colora i capelli di nero. +71080 Roccia Metin (Facile) Fa comparire rocce Metin di bassa qualit vicino al personaggio. +71081 Roccia Metin (Normale) Fa comparire rocce Metin di qualit normale vicino al personaggio. +71082 Roccia Metin (Difficile) Fa comparire rocce Metin di alta qualit vicino al personaggio. +71083 Libro delle pietre Toglie tutte le schegge da un oggetto. Avari cos un altra possibilit di migliorare la tua arma o armatura. +71084 Incanta Oggetto Toglie i bonus a uno dei tuoi oggetti e ne aggiunge altri. +71085 Rinforza Oggetto Se sarai fortunato, aggiunger un nuovo bonus a uno dei tuoi oggetti (fino a un massimo di 4 bonus). +71088 Libro Missioni(Facile) Un opera rilegata in pelle marrone che contiene una missione che pu essere affrontata anche da avventurieri meno esperti. +71089 Libro Missioni(Normale) Un opera rilegata in pelle marrone che contiene una missione che pu essere affrontata solo dagli avventurieri che possiedono gi esperienza nella lotta. +71090 Libro Missioni(Diff.) Un opera rilegata in pelle marrone che contiene una missione che pu essere affrontata solo da avventurieri esperti. +71091 Tintura del Commercio Il colore del cartello del tuo negozio pu essere cambiato. +71092 Libro Trasformazione Lo studio di questo libro aumenta la capacit di trasformazione. Il libro sparisce al termine della lettura. +71093 Sfera Trasformazione Puoi farti trasformare in mostro dalla palla. +71094 Lettura Concentrata Aumenta di 2,5 volte la possibilit di migliorare il tuo talento leggendo il prossimo libro (o Pietra delle anime). +71095 Biglietto del passaggio Consegnando questo biglietto al guardiano otterrai il permesso di accedere al piano successivo del Sotterraneo dei Ragni e alla Fortezza del Drago Rosso. +71096 Tavola del Passaggio Questa medaglia ti permette di passare un portone. +71099 Anello del successore Permette al Capo Gilda di scegliere un successore +71100 Papiro Cambia Dottrina Puoi dimenticare la tua dottrina ed imparane un'altra. Per poterlo fare devi aver raggiunto almeno il livello 31. +71101 Pozione della Fretta Questa pozione diminuisce per 30 minuti il tempo di ricarica del 20%. +71102 +71103 Redistribuzione (VIT) Riporta la tua vitalit a 1 e ti permette di redistribuire i tuoi punti. +71104 Redistribuzione (INT) Riporta la tua intelligenza a 1 e ti permette di redistribuire i tuoi punti. +71105 Redistribuzione (STR) Riporta la tua forza a 1 e ti permette di redistribuire i tuoi punti. +71106 Redistribuzione (DEX) Riporta la tua destrezza a 1 e ti permette di redistribuire i tuoi punti. +71107 Frutto della Vita Aumenta i tuoi Punti Karma di 2000 (utilizzabile ogni 8 ore). +71108 Succo di Melagrana Bevanda che rigenera immediatamente i tuoi HP di 800. Questo item commerciabile. +71109 Papiro della Correzione Con questo Papiro possibile togliere da un oggetto l'ultima Pietra Spirituale aggiunta con successo. +71110 Zucchero per Cavallo Questo zuccherino ti permette di dare un nome al tuo animale da cavalcare. Allo stesso tempo aumenta il suo valore di difesa di 20. +71113 Lente della Previdenza Ti permette di mostrare gli oggetti del tuo inventario a un altro giocatore. La lente si rompe durante l'operazione. +71114 Sigillo Cinghiale Giallo La magia del sigillo invoca il potente spirito di un animale, che ti porter velocemente in un luogo a tua scelta. +711151 Sigillo Cinghiale Blu La magia del sigillo invoca il potente spirito di un animale, che ti porter velocemente in un luogo a tua scelta. +711152 Sigillo Cinghiale Blu La magia del sigillo invoca il potente spirito di un animale, che ti porter velocemente in un luogo a tua scelta. +711153 Sigillo Cinghiale Blu La magia del sigillo invoca il potente spirito di un animale, che ti porter velocemente in un luogo a tua scelta. +711154 Sigillo Cinghiale Blu La magia del sigillo invoca il potente spirito di un animale, che ti porter velocemente in un luogo a tua scelta. +71115 Sigillo Cinghiale Blu La magia del sigillo invoca il potente spirito di un animale, che ti porter velocemente in un luogo a tua scelta. +71116 Sigillo Lupo Giallo La magia del sigillo invoca il potente spirito di un animale, che ti porter velocemente in un luogo a tua scelta. +711171 Sigillo Lupo Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +711172 Sigillo Lupo Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +711173 Sigillo Lupo Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +711174 Sigillo Lupo Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +71117 Sigillo Lupo Blu La magia del sigillo invoca il potente spirito di un animale, che ti porter velocemente in un luogo a tua scelta. +71118 Sigillo Tigre Giallo La magia del sigillo invoca il potente spirito di un animale, che ti porter velocemente in un luogo a tua scelta. +711191 Sigillo Tigre Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +711192 Sigillo Tigre Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +711193 Sigillo Tigre Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +711194 Sigillo Tigre Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +71119 Sigillo Tigre Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +71120 Sigillo Leone Giallo La magia del sigillo invoca il potente spirito di un animale, che ti porter velocemente in un luogo a tua scelta. +711211 Sigillo Leone Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +711212 Sigillo Leone Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +711213 Sigillo Leone Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +711214 Sigillo Leone Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +71121 Sigillo Leone Blu La magia del sigillo invoca il potente spirito di un animale che ti porter velocemente in un luogo a tua scelta. +71122 +71123 Squame di Drago Le squame di drago sono uno dei materiali pi robusti che si conoscano. +71124 Leone bianco Gli animali dal pelo bianco sono piuttosto rari e in molte culture essi sono ritenuti portatori di forze straordinarie. +71125 Sigillo Cinghiale Comb. Domare delle anime ribelli richiede numerose abilit. Tuttavia, il risultato davvero strepitoso. +71126 Sigillo Lupo Comb. Domare delle anime ribelli richiede numerose abilit. Tuttavia, il risultato davvero strepitoso. +71127 Sigillo Tigre d'assalto Domare delle anime ribelli richiede numerose abilit magiche. Tuttavia, il risultato davvero strepitoso. +71128 Sigillo Leone battaglia Domare delle anime ribelli richiede numerose abilit magiche. Tuttavia, il risultato davvero strepitoso. +71129 Artigli di Drago La vista di questi terribili artigli rievoca strani ricordi... +71130 Biglietto del passaggio Consegnando questo biglietto al guardiano otterrai il permesso di accedere al piano successivo del Sotterraneo dei Ragni e alla Fortezza del Drago Rosso. Questo item commerciabile. +71131 Sigillo del cavallo nero Sigillo equino per un cavallo nero nobile. +71132 Sigillo del cavallo nero Sigillo equino per un cavallo nero nobile. +71133 Sigillo del cavallo nero Sigillo equino per un cavallo nero nobile. +71134 Sigillo del cavallo nero Sigillo equino per un cavallo nero nobile. +71135 Anello mezzaluna Un anello con un'incisione lavorata ad arte a forma di mezzaluna. +71136 Leccalecca della forza Un leccalecca fatto con ingredienti segreti che dona esperienza e forza in battaglia. +71137 Sig. Tigre Reale (blu) La magia del sigillo richiama la tua cavalcatura, la maestosa Tigre Reale (blu). +71138 Sig. Tigre Reale (rosso) La magia del sigillo richiama la tua cavalcatura, la maestosa Tigre Reale (rossa). +71139 Sig. Tigre Reale (oro) La magia del sigillo richiama la tua cavalcatura, la maestosa Tigre Reale (oro). +71140 Sig. Tigre Reale (verde) La magia del sigillo richiama la tua cavalcatura, la maestosa Tigre Reale (verde). +71141 Sig.Tigre Reale (grigio) La magia del sigillo richiama la tua cavalcatura, la maestosa Tigre Reale (grigia). +71142 Sig. Tigre Reale (bian.) La magia del sigillo richiama la tua cavalcatura, la maestosa Tigre Reale (bianca). +71143 Anello della Felicit L'anello con una preziosa decorazione di giada e turchese possiede i seguenti bonus: +50% di punti esperienza +20% di Velocit attacco +20% di Velocit magia +30% di Forte contro mostri +10% di HP massimi +10% di MP massimi +71144 Forziere di Natale Il regalo di Natale incartato con cura contiene pi di una sorpresa per la festa. +71145 Amuleto dell'eterno amor Un ciondolo d'argento a forma di cuore, decorato con gemme magiche. +71146 Baule di Cupido (rosa) Baule a forma di cuore contenente 5 sorprese. Pu essere aperto ogni 30 minuti. +71147 Baule di Cupido (blu) Baule a forma di cuore contenente 5 sorprese. Pu essere aperto ogni 30 minuti. +71148 Anello Forza di Volont Ti conferisce per 7 giorni il 30% in pi di EXP, il 20% in pi di difesa dai guerrieri, il 20% in pi di difesa dai ninja, il 20% in pi di difesa dai lican, il 30% in pi di forza contro i mostri, il 10% in pi di HP massimi e il 10% in pi di MP massimi. +71149 Anello Potenza Letale Ti conferisce per 7 giorni il 30% in pi di EXP, il 20% in pi di difesa dai sura, il 20% in pi di difesa dagli shamani, il 20% in pi di difesa dai lican, il 30% in pi di forza contro i mostri, il 10% in pi di HP massimi e il 10% in pi di MP massimi. +71150 Uovo magico Questo pregiatissimo baule ovale finemente decorato contiene pi di una sorpresa di Pasqua, ma svela i suoi tesori solo pian piano. +71151 Incantesimo Verde Rimuove i bonus da uno dei tuoi oggetti e te ne aggiunge di nuovi. Pu essere utilizzato solo fino al livello 40 per armi e armature. Non commerciabile. +71152 Forza Verde Con un po' di fortuna aggiunge un nuovo bonus a uno dei tuoi oggetti (fino a un massimo di 4 bonus). Pu essere utilizzato solo fino al livello 40 per armi e armature. Non commerciabile. +71153 Pozione della saggezza Questa pozione ti da la possibilit di accumulare durante un'ora di gioco il 100% di esperienza in pi. Non commerciabile. +71154 Pozione ascesa (3h) Grazie a questa pozione potrai accumulare l'80% in pi di esperienza in tre ore di gioco. Non commerciabile. +71155 Pozione saggezza (3 h) Grazie a questa pozione potrai accumulare il 100% in pi di esperienza in tre ore di gioco. Non commerciabile. +71156 Pozione spirito (3h) Grazie a questa pozione potrai accumulare il 150% in pi di esperienza in tre ore di gioco. Non commerciabile. +71157 +71158 Medaglia dell'eroe Dona +50% Punti Esperienza, +30% Danno, +20% di Velocit Attacco, +20% Velocit Magia +10% HP e +10% MP. +71159 Scrigno di Milon Uno scrigno per veri eroi. Contiene un item scelto dalla sorte come ricompensa per il tuo trionfo. +71160 Scrigno di Atena Uno scrigno per vere eroine. Contiene un item scelto dalla sorte come ricompensa per il tuo trionfo. +71161 Equus Porpora Sigillo per uno dei bellissimi ed estremamente rari Cavalli Porpora. +71164 Sigillo Cometa Con questo sigillo puoi richiamare il tuo cucciolo di renna Cometa. +71166 Sigillo Panda Corazzato Con questo sigillo evochi il tuo Panda corazzato. +71171 Sigillo Unicorno Con questo sigillo richiami il tuo Unicorno. +71172 Sigillo Incubo Con questo sigillo convochi il tuo Incubo. +71173 Pergamena del teletrasporto La pergamena ti conduce direttamente alle porte della Fortezza del Drago Rosso. +71174 Biglietto del passaggio Consegnando il Biglietto del passaggio al guardiano otterrai il permesso di accedere alla Fortezza del Drago Rosso. +71175 Biglietto del passaggio Consegnando il Biglietto del passaggio al guardiano otterrai il permesso di accedere alla Fortezza del Drago Rosso. +71176 Pantera nera Questo sigillo evoca la tua misteriosa Pantera nera. +71177 Sigillo leopardo Questo sigillo evoca il tuo coraggioso leopardo. +71178 Enciclopedia d. Luna (P) Pacchetto per lican contenente 10 Libri delle abilit scelti dalla sorte +71179 Enciclopedia d. Luna (G) Pacchetto per lican contenente 25 Libri delle abilit scelti dalla sorte +71180 Pozione ascesa (3h) Grazie a questa pozione potrai accumulare l'80% in pi di esperienza in tre ore di gioco. Non commerciabile. +71181 Pozione saggezza (3 h) Grazie a questa pozione potrai accumulare il 100% in pi di esperienza in tre ore di gioco. Non commerciabile. +71182 Sigillo Muffin (marrone) Con questo sigillo puoi evocare Muffin, il temibile pollo guerriero. +71183 Sigillo Nugget (marrone) Con questo sigillo puoi evocare Nugget, il terribile pollo guerriero. +71184 Sigillo Muffin (blu) Con questo sigillo puoi evocare Muffin, il temibile pollo guerriero. +71185 Sigillo Nugget (blu) Con questo sigillo puoi evocare Nugget, il terribile pollo guerriero. +71186 Sigillo Muffin (verde) Con questo sigillo puoi evocare Muffin, il temibile pollo guerriero. +71187 Sigillo Nugget (verde) Con questo sigillo puoi evocare Nugget, il terribile pollo guerriero. +71188 Leccalecca della magia Un leccalecca fatto con ingredienti segreti che dona energia magica ed esperienza in battaglia. +72001 Anello dell'Esperienza Aumenta del 50% la capacit di raccogliere esperienza per un'ora. +72002 Anello dell'Esperienza Aumenta del 50% la capacit di raccogliere esperienza per 30 minuti. +72003 Anello dell'Esperienza Aumenta del 50% la capacit di raccogliere esperienza per 3 ore. +72004 Guanti del Ladro Raddoppia per 10 ore la possibilit di razziare oggetti. +72005 Guanti del Ladro Raddoppia per 30 minuti la possibilit di razziare oggetti. +72006 Guanti del Ladro Raddoppia per 3 ore la possibilit di razziare oggetti. +72007 Sacca di Seta Puoi aprire un negozio privato per 10 ore. +72008 Sacca di Seta Puoi aprire un negozio privato per 30 minuti. +72009 Sacca di Seta Puoi aprire un negozio privato per 3 ore. +72010 Piuma degli Innamorati Se indossata, per 15 minuti i punti amore aumentano il doppio pi velocemente. +72011 Piuma degli Innamorati Se indossata, per 30 minuti i punti amore aumentano il doppio pi velocemente. +72012 Piuma degli Innamorati Se indossata, per 3 ore i punti amore aumentano il doppio pi velocemente. +72013 Libro della Pesca Raddoppia per 15 minuti la possibilit di catturare un pesce raro. +72014 Libro della pesca Raddoppia per 30 minuti la possibilit di catturare un pesce raro. +72015 Libro della Pesca Raddoppia per 3 ore la possibilit di catturare un pesce raro. +72016 Terza mano Una mano che per 15 minuti raccoglie automaticamente gli Yang. +72017 Terza mano Una mano che per 30 minuti raccoglie automaticamente gli Yang. +72018 Terza mano Una mano che per 3 ore raccoglie automaticamente gli Yang. +72019 Forziere del Magazzino Il tuo magazzino si ingrandisce per 15 minuti di altre 2 stanze. +72020 Forziere del Magazzino Il tuo magazzino si ingrandisce per 30 minuti di altre 2 stanze. +72021 Forziere del Magazzino Il tuo magazzino si ingrandisce per 3 ore di altre 2 stanze. +72022 Medaglia della Fortuna Raddoppia per 10 ore la capacit di razziare Yang. +72023 Medaglia della Fortuna Raddoppia per 30 minuti la capacit di razziare Yang. +72024 Medaglia della Fortuna Raddoppia per 3 ore la capacit di razziare Yang. +72025 Lotta Critica Le probabilit di trafiggere aumentano del 20% per 10 minuti. +72026 Lotta Critica Le probabilit di trafiggere aumentano del 20% per 10 minuti. +72027 Lotta Critica Le probabilit di trafiggere aumentano del 20% per 10 minuti. +72028 Maschera delle Emozioni Puoi utilizzarla per azioni emozionali. +72029 Maschera delle Emozioni Puoi utilizzarla per azioni emozionali. +72030 Maschera delle emozioni Puoi utilizzarla per azioni emozionali. +72031 Attacco Dio Drago Aumenta il tuo valore d'attacco per 30 minuti del 12-15%. +72032 Attacco Dio Drago Aumenta il tuo valore d'attacco per 30 minuti del 12-15%. +72033 Attacco Dio Drago Aumenta il tuo valore d'attacco per 30 minuti del 12-15%. +72034 Difesa Dio Drago Diminuisce del 12-15% i danni che subisci in un attacco. +72035 Difesa Dio Drago Diminuisce del 12-15% i danni che subisci in un attacco. +72036 Difesa Dio Drago Diminuisce del 12-15% i danni che subisci in un attacco. +72037 Vita del Dio Drago Aumenta i tuoi HP massimi del 20% per 30 minuti. +72038 Vita del Dio Drago Aumenta i tuoi HP massimi del 20% per 30 minuti. +72039 Vita del Dio Drago Aumenta i tuoi HP massimi del 20% per 30 minuti. +72040 Intelligenza Dio Drago Aumenta i tuoi MP massimi del 20% per 30 minuti. +72041 Intelligenza Dio Drago Aumenta i tuoi MP massimi del 20% per 30 minuti. +72042 Intelligenza Dio Drago Aumenta i tuoi MP massimi del 20% per 30 minuti. +72043 Libro del Capo Se portato dal capo del gruppo aumenta l'esperienza di tutti i membri del gruppo del 30%. +72044 Libro del Capo Se portato dal capo del gruppo aumenta l'esperienza di tutti i membri del gruppo del 30%. +72045 Libro del Capo Se portato dal capo del gruppo aumenta l'esperienza di tutti i membri del gruppo del 30%. +72046 Possibilit Importante Aumenta la probabilit di effettuare colpi trafiggenti del 20% per 10 minuti. +72047 Possibilit Importante Aumenta la probabilit di effettuare colpi trafiggenti del 20% per 10 minuti. +72048 Possibilit Importante Aumenta la probabilit di effettuare colpi trafiggenti del 20% per 10 minuti. +72301 Papiro Consacrato Elimina il rischio di distruggere un oggetto se il miglioramento fallisce. In questo caso, la sua qualit sar solo diminuita di 1. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Minerale di rame magico Con questo minerale e con un Papiro consacrato il fabbro potr creare un Papiro della guerra. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Anello Esperienza(iCafe) Aumenta la raccolta di esperienza del 20 % per i membri del iCafe. +72502 Guanti del Ladro(iCafe) La quantit di oggetti razziati aumenta di 1,5 volte per i membri del iCafe. +72701 Scarpe del Vento Quando le indossi la tua velocit di movimento aumenta di 30. +72703 Orecchini Osso di Tigre Il tuo valore d'attacco aumenta di 200 punti per 2 ore (il tempo decorre a partire dal momento in cui indossi l'item). L'item non commerciabile. +72704 Orecchini Osso di Drago Il tuo valore d'attacco aumenta di 200 punti per 2 ore (il tempo decorre a partire dal momento in cui indossi l'item). L'item non commerciabile. +72705 Bracciale Osso di Tigre I danni causati dalle tue abilit aumentano del 15% per 2 ore (il tempo decorre a partire dal momento in cui indossi l'item). L'item non commerciabile. +72706 Bracciale Osso di Drago La tua difesa contro le abilit aumenta del 15% per 2 ore (il tempo decorre a partire dal momento in cui indossi l'item). L'item non commerciabile. +72723 Elisir del Sole (P) Ripristina automaticamente i tuoi HP. Contiene 1.000.000 HP. +72724 Elisir del Sole (M) Ripristina automaticamente i tuoi HP. Contiene 3.000.000 HP. +72725 Elisir del Sole (G) Ripristina automaticamente i tuoi HP. Contiene 7.000.000 HP. +72726 Elisir del Sole (S) Ripristina automaticamente i tuoi HP. Contiene 10.000.000 HP. Questo item commerciabile. +72727 Elisir della Luna (P) Ripristina automaticamente i tuoi MP. Contiene 100.000 MP. +72728 Elisir della Luna (M) Ripristina automaticamente i tuoi MP. Contiene 300.000 MP. +72729 Elisir della Luna (G) Ripristina automaticamente i tuoi MP. Contiene 700.000 MP. +72730 Elisir della Luna (S) Ripristina automaticamente i tuoi MP. Contiene 1.000.000 MP. Questo item commerciabile. +73001 Pett. moderna (rossa) Una pettinatura che ti dona un aspetto deciso (per personaggi da livello15) +73002 Pett. moderna (chiara) Una pettinatura che ti dona un aspetto deciso (per personaggi da livello15) +73003 Pett. moderna (blu) Una pettinatura che ti dona un aspetto deciso (per personaggi da livello15) +73004 Pett. moderna (marrone) Una pettinatura che ti dona un aspetto deciso (per personaggi da livello15) +73005 Bandana (Rossa) Capelli corti domati da una bandana. +73006 Bandana (Quadr. Marrone) Capelli corti domati da una bandana. +73007 Bandana (Blu) Capelli corti domati da una bandana. +73008 Bandana (Quadr. Verde) Capelli corti domati da una bandana. +73009 Capelli Lunghi(Neri) Una pettinatura che conferisce un aspetto forte (per personaggi da livello 35) +73010 Capelli Lunghi(Rossi) Una pettinatura che conferisce un aspetto forte (per personaggi da livello 35) +73011 Capelli Lunghi(Mar.Chi.) Una pettinatura che conferisce un aspetto forte (per personaggi da livello 35) +73012 Capelli Lunghi(Ver.Chi.) Una pettinatura che conferisce un aspetto forte (per personaggi da livello 35) +73251 Coda di cavallo(Marrone) Una pettinatura i cui capelli sono raccolti in una lunga coda di cavallo (per personaggi da livello 15) +73252 Coda di cavallo(Verde) Una pettinatura i cui capelli sono raccolti in una lunga coda di cavallo (per personaggi da livello 15) +73253 Coda di cavallo(Blu) Una pettinatura i cui capelli sono raccolti in una lunga coda di cavallo (per personaggi da livello 15) +73254 Coda di cavallo(Avorio) Una pettinatura i cui capelli sono raccolti in una lunga coda di cavallo (per personaggi da livello 15) +73255 Cap. Corti Pett.(Rossi) Una pettinatura molto naturale con capelli lunghi fino alle spalle. +73256 Cap. Corti Pett.(Ma.) Una pettinatura molto naturale con capelli lunghi fino alle spalle. +73257 Cap. Corti Pett.(Chiari) Una pettinatura molto naturale con capelli lunghi fino alle spalle. +73258 Cap. Corti Pett.(Lilla) Una pettinatura molto naturale con capelli lunghi fino alle spalle. +73259 Capelli Corti(Rossi) Una pettinatura che conferisce un aspetto ingannevole (per personaggi da livello 35) +73260 Capelli Corti(Blu) Una pettinatura che conferisce un aspetto ingannevole (per personaggi da livello 35) +73261 Capelli Corti(Neri) Una pettinatura che conferisce un aspetto ingannevole (per personaggi da livello 25) +73262 Capelli Corti(Gialli) Una pettinatura che conferisce un aspetto ingannevole (per personaggi da livello 25) +73501 Pett. Sportiva(Bianco) Una pettinatura che ti fa apparire cattivo (per personaggi da livello 15) +73502 Pett. Sportiva(Marrone) Una pettinatura che ti fa apparire cattivo (per personaggi da livello 15) +73503 Pett. Sportiva(Gialla) Una pettinatura che ti fa apparire cattivo (per personaggi da livello 15) +73504 Pett. Sportiva(Verde) Una pettinatura che ti fa apparire cattivo (per personaggi da livello 15) +73505 Pett. Carismatica(Bian.) Una pettinatura che dimostra un carattere forte ed individuale (per personaggi da livello 25) +73506 Pett. Carismatica(Rossa) Una pettinatura che dimostra un carattere forte ed individuale (per personaggi da livello 25) +73507 Pett. Carismatica(Nera) Una pettinatura che dimostra un carattere forte ed individuale (per personaggi da livello 25) +73508 Pett. Carismatica(Lilla) Una pettinatura che dimostra un carattere forte ed individuale (per personaggi da livello 25) +73509 Pettinatura Chic(Bianca) Una pettinatura con coda (per personaggi da livello 35) +73510 Pettinatura Chic(Blu) Una pettinatura con coda (per personaggi da livello 35) +73511 Pettinatura Chic(Nera) Una pettinatura con coda (per personaggi da livello 35) +73512 Pettinatura Chic(Ma.) Una pettinatura con coda (per personaggi da livello 35) +73751 Pett. Raffinata (Marr.) Una pettinatura con uno spillone a forma di farfalla con capelli raccolti (per personaggi da livello 15) +73752 Pett. Raffinata (Nera) Una pettinatura con uno spillone a forma di farfalla con capelli raccolti (per personaggi da livello 15) +73753 Pett. Raffinata (Blu) Una pettinatura con uno spillone a forma di farfalla con capelli raccolti (per personaggi da livello 15) +73754 Pett. Raffinata (chiara) Una pettinatura con uno spillone a forma di farfalla con capelli raccolti (per personaggi da livello 15) +73755 Capelli Medi (Marroni) Una pettinatura elegante per shamana (per personaggi da livello 25) +73756 Capelli Medi(Neri) Una pettinatura elegante per shamana (per personaggi da livello 25) +73757 Capelli Medi(Giallo) Capelli lisci pettinati con eleganza. +73758 Capelli Medi(Lilla) Una pettinatura elegante per shamana (per personaggi da livello 25) +73759 Pettin. antica (marrone) Una pettinatura femminile con capelli lunghi scalati (per personaggi da livello 35) +73760 Cap. Med. Lung.(Gialli) Capelli lunghi pettinati in modo tradizionale. +73761 Cap. Med. Lung.(Lilla) Una pettinatura femminile con capelli lunghi scalati (per personaggi da livello 35) +73762 Pett. antica (rossa) Una pettinatura femminile con capelli lunghi scalati (per personaggi da livello 35) +74001 Pett. moderna (rossa) Una pettinatura che ti dona un aspetto inconfondibile +74002 Pett. moderna (chiara) Una pettinatura che ti dona un aspetto deciso. +74003 Pett. moderna (blu) Una pettinatura che ti dona un aspetto deciso +74004 Pett. moderna (marrone) Una pettinatura che ti dona un aspetto deciso +74005 Bandana (Rossa) Capelli marroni corti con una bandana rossa. +74006 Bandana (Quadr. Marrone) Capelli biondi corti con una bandana chiara. +74007 Bandana (Blu) Capelli blu corti con una bandana marrone +74008 Bandana (Quadr. Verde) Capelli verdi corti con una bandana verde +74009 Capelli Lunghi(Neri) Una pettinatura che conferisce un aspetto straordinario +74010 Capelli Lunghi(Rossi) Una pettinatura che conferisce un aspetto straordinario +74011 Capelli Lunghi (marroni) Una pettinatura che conferisce un aspetto straordinario +74012 Capelli Lunghi(verdi) Una pettinatura che conferisce un aspetto straordinario +74013 Afro per Guerriero Conferisce a un guerriero un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74014 Afro per Guerriero Conferisce a un guerriero un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74015 Elmo Samurai Guerriero Conferisce a un guerriero un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74016 Elmo Samurai Guerriero Conferisce a un guerriero un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74017 Fez per Guerriero Un copricapo rosso per guerrieri maschi. (Durata: 7 giorni) +74018 Kefiah per Guerriero Un copricapo per guerrieri maschi. (Durata: 7 giorni) +74019 Turbante per Guerriero Un copricapo per guerrieri maschi realizzato con un tessuto elegante. (Durata: 7 giorni) +74020 Masch. Zucca guerr. (m) Una maschera a forma di zucca per guerrieri. Gli attributi e la durata vengono assegnati in modo casuale. Sostituisce la pettinatura in uso. +74251 Coda di cavallo(Marrone) Capelli lunghi marroni raccolti in una treccia - una pettinatura molto amata dalle donne +74252 Coda di Cavallo(Verde) Capelli lunghi verdi raccolti in una treccia - una pettinatura molto amata dalle donne +74253 Coda di cavallo(Blu) Capelli lunghi blu raccolti in una treccia - una pettinatura molto amata dalle donne +74254 Coda di cavallo (chiara) Capelli lunghi chiari raccolti in una treccia - una pettinatura molto amata dalle donne +74255 Cap. alle spalle (rossi) Una pettinatura moderna e sbarazzina +74256 Cap. alle spalle (mar.) Una pettinatura moderna e sbarazzina +74257 Cap. alle spalle(Chiari) Una pettinatura moderna e sbarazzina +74258 Cap. alle spalle (lilla) Una pettinatura moderna e sbarazzina +74259 Capelli Corti(Rossi) Capelli rossi sfilati in stile ninja +74260 Capelli Corti(Blu) Capelli blu sfilati in stile ninja +74261 Capelli Corti(Neri) Capelli neri sfilati in stile ninja +74262 Capelli Corti(biondi) Capelli biondi sfilati in stile ninja +74263 Afro per Ninja (f) Conferisce a una ninja un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74264 Afro per Ninja (f) Conferisce a una ninja un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74265 Cappello Fiori Ninja (f) Conferisce a una ninja un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74266 Cappello Fiori Ninja (f) Conferisce a una ninja un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74267 Foulard Sabbia Ninja (f) Un velo copricapo per ninja femmine realizzato con un tessuto molto pregiato. Aumenta del 10% la resistenza ai danni contro i mostri +74268 Velo Deserto Ninja (f) Un Velo del Deserto per Ninja donne realizzato con un tessuto nobile. Aumenta del 10% la resistenza ai danni contro i mostri +74269 Turbante per Ninja (f) Un turbante per ninja femmine realizzato con un tessuto molto pregiato. Aumenta del 10% i danni +74270 Masch. Zucca ninja (f) Una maschera a forma di zucca per donne ninja. Gli attributi e la durata vengono assegnati in modo casuale. Sostituisce la pettinatura in uso. +74501 Pett. Sportiva (chiara) Capelli corti in stile militare +74502 Pett. Sportiva(Marrone) Capelli corti in stile militare +74503 Pett. Sportiva(bionda) Capelli corti in stile militare +74504 Pett. Sportiva(Verde) Capelli corti in stile militare +74505 Pett. Carismatica(Bian.) Una pettinatura che accentua il tuo carattere individuale +74506 Pett. Carismatica(Rossa) Una pettinatura che accentua il tuo carattere individuale +74507 Pett. Carismatica(Nera) Una pettinatura che accentua il tuo carattere individuale +74508 Pett. Carismatica(Lilla) Una pettinatura che accentua il tuo carattere individuale +74509 Treccia lunga (bianca) Treccia di antica tradizione, un tempo simbolo di ricchezza +74510 Treccia lunga (blu) Treccia di antica tradizione, un tempo simbolo di ricchezza +74511 Treccia lunga (nera) Treccia di antica tradizione, un tempo simbolo di ricchezza +74512 Treccia lunga (marrone) Treccia di antica tradizione, un tempo simbolo di ricchezza +74513 Afro per Sura (f) Conferisce a un sura un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74514 Afro per Sura (m) Conferisce a un sura un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74515 Elmo Samurai Sura (m) Conferisce a un sura un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74516 Elmo Samurai Sura (m) Conferisce a un sura un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74517 Fez per Sura (m) Un copricapo rosso per sura maschi. Aumenta del 10% la resistenza ai danni contro i mostri +74518 Kefiah per Sura (m) Un copricapo per sura maschi. Aumenta del 10% la resistenza ai danni contro i mostri +74519 Turbante per Sura (m) Un copricapo per sura maschi realizzato con un tessuto elegante. Aumenta del 10% i danni +74520 Masch. Zucca sura (m) Una maschera a forma di zucca per sura. Gli attributi e la durata vengono assegnati in modo casuale. Sostituisce la pettinatura in uso. +74521 Pettin. moderna (grigio) Una pettinatura che ti dona un aspetto deciso +74522 Bandana Capelli corti domati da una bandana +74523 Capelli lunghi (biondi) Una pettinatura magnifica, costituita da lunghi capelli biondi +74524 Pettin. moderna (oro) Capelli dorati con un taglio moderno, raccolti da una bandana. +74525 Bandana (nero) Una pettinatura ribelle domata da una bandana +74526 Capelli lunghi (rubino) Una magnifica capigliatura color rubino +74527 Coda di cavallo (rosso) Capelli lunghi raccolti in una treccia +74528 Capelli alle spalle(blu) Un taglio di capelli discreto, con una bandana blu +74529 Capelli corti (castani) Una comoda pettinatura dai capelli corti che conferisce un aspetto losco. +74530 Coda di cavallo (rosso) Capelli lunghi rossi raccolti in una treccia - una pettinatura molto amata dalle donne +74531 Capelli alle spalle/neri Una pettinatura moderna e sbarazzina +74532 Capelli corti (grigi) Una comoda pettinatura dai capelli corti che conferisce un aspetto minaccioso. +74533 Pettin. sportiva (nero) Capelli corti in stile militare +74534 Pett. carismatica/bionda Una pettinatura che accentua il tuo carattere individuale. +74535 Lunga treccia (rosa) Treccia di antica tradizione, un tempo simbolo di ricchezza +74536 Pettin. sportiva (lilla) Una pettinatura dai capelli corti fuori dal comune +74537 Pett. carismatica/bionda Una pettinatura dai capelli lunghi che dimostra un carattere forte e individuale +74538 Lunga treccia (regale) Treccia di antica tradizione, un tempo simbolo di ricchezza +74539 Pett. raffinata (viola) Una pettinatura nobile, con i capelli all'indietro +74540 Capelli medi (scuri) Una pettinatura elegante per shamani +74541 Pettin. antica (bianco) Capelli lunghi pettinati in modo tradizionale +74542 Pett. raffinata (rosso) Una pettinatura con capelli elegantemente raccolti in un fermacapelli a forma di farfalla +74543 Capelli medi (bianchi) Capelli lisci pettinati con eleganza +74544 Pettin. antica (nero) Una pettinatura femminile con capelli lunghi scalati +74545 Trecce tribali (rosso) Trecce decorate con delle perle di legno di colore rosso. Indicano l'appartenenza a una certa trib. +74546 Trecce tribali (giallo) Trecce decorate con delle perle di legno di colore giallo. Indicano l'appartenenza a una certa trib. +74547 Trecce tribali (blu) Trecce decorate con delle perle di legno di colore blu. Indicano l'appartenenza a una certa trib. +74548 Trecce tribali (viola) Trecce decorate con delle perle di legno di colore viola. Indicano l'appartenenza a una certa trib. +74549 Trecce tribali (verde) Trecce decorate con delle perle di legno di colore verde. Indicano l'appartenenza a una certa trib. +74550 Protezione fronte (oro) Protezione per il capo decorata e accessori tradizionali per capelli da abbinarvi. +74551 Protezione fronte (nero) Protezione per il capo decorata e accessori tradizionali per capelli da abbinarvi. +74552 Protez. fronte (rosso) Protezione per il capo decorata e accessori tradizionali per capelli da abbinarvi. +74553 Protezione fronte (blu) Protezione per il capo decorata e accessori tradizionali per capelli da abbinarvi. +74554 Protez. fronte (bianco) Protezione per il capo decorata e accessori tradizionali per capelli da abbinarvi. +74555 Protezione capo (oro) Protezione per il capo e per le tempie lavorata con cura e accessori tradizionali per capelli. +74556 Protezione capo (nero) Protezione per il capo e per le tempie lavorata con cura e accessori tradizionali per capelli. +74557 Protezione capo (rosso) Protezione per il capo e per le tempie lavorata con cura e accessori tradizionali per capelli. +74558 Protezione capo (blu) Protezione per il capo e per le tempie lavorata con cura e accessori tradizionali per capelli. +74559 Protezione capo (verde) Protezione per il capo e per le tempie lavorata con cura e accessori tradizionali per capelli. +74751 Pett. raffinata (mar.) Una pettinatura con capelli elegantemente raccolti in un fermacapelli a forma di farfalla +74752 Pett. raffinata (nera) Una pettinatura con capelli elegantemente raccolti in un fermacapelli a forma di farfalla +74753 Pett. raffinata (blu) Una pettinatura con capelli elegantemente raccolti in un fermacapelli a forma di farfalla +74754 Pett. raffinata (bianca) Una pettinatura con capelli elegantemente raccolti in un fermacapelli a forma di farfalla +74755 Capelli Medi(Marroni) Una pettinatura elegante per shamani +74756 Capelli Medi(Neri) Una pettinatura elegante per shamani +74757 Capelli Medi(biondi) Una pettinatura elegante per shamani +74758 Capelli Medi(Lilla) Una pettinatura elegante per shamani +74759 Capelli medi (chiari) Una pettinatura femminile con capelli lunghi scalati +74760 Capigl. antica (chiara) Una pettinatura femminile con capelli lunghi scalati +74761 Pett. Antica (Lilla) Una pettinatura femminile con capelli lunghi scalati +74762 Pett. antica (rossa) Una pettinatura femminile con capelli lunghi scalati +74763 Afro per Shamana Conferisce a una shamana un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74764 Afro per Shamana Conferisce a una shamana un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74765 Cappello Fiori Shamana Conferisce a una shamana un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74766 Cappello Fiori Shamana Conferisce a una shamana un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +74767 Foulard Sabbia Shamana Un velo copricapo per shamane realizzato con un tessuto molto pregiato. Aumenta del 10% la resistenza ai danni contro i mostri +74768 Velo Deserto Shamana Un Velo del Deserto per Shamane realizzato con un tessuto nobile. Aumenta del 10% la resistenza ai danni contro i mostri +74769 Turbante per Shamana Un turbante per shamane realizzato con un tessuto molto pregiato. Aumenta del 10% i danni +74770 Masch. Zucca shamano (f) Una maschera a forma di zucca per shamane. Gli attributi e la durata vengono assegnati in modo casuale. Sostituisce la pettinatura in uso. +75001 Pettinatura Mod. (rossa) Capelli rossi con un taglio moderno, raccolti da una bandana +75002 Pettinatura Mod.(Chiara) Capelli chiari con un taglio moderno, raccolti da una bandana +75003 Pett. moderna (blu) Capelli blu con un taglio moderno, raccolti da una bandana +75004 Pett. Moderna (marrone) Capelli marroni con taglio moderno, raccolti da una bandana +75005 Bandana (marroni) Una pettinatura ribelle domata da una bandana +75006 Bandana (biondo) Una pettinatura ribelle domata da una bandana +75007 Bandana (blu) Una pettinatura ribelle domata da una bandana +75008 Bandana (verde) Una pettinatura ribelle domata da una bandana +75009 Capelli lunghi (neri) Una magnifica capigliatura nera +75010 Capelli lunghi (rossi) Una magnifica capigliatura rossa +75011 Capelli lunghi (marroni) Una magnifica capigliatura marrone +75012 Capelli lunghi (verdi) Una magnifica capigliatura verde +75013 Afro per Guerriera Conferisce a una guerriera un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75014 Afro per Guerriera Conferisce a una guerriera un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75015 Cappello Fiori Guerriera Conferisce a una guerriera un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75016 Cappello Fiori Guerriera Conferisce a una guerriera un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75017 Foulard Sabbia Guerriera Un velo copricapo per guerriere realizzato con un tessuto molto pregiato. Aumenta del 10% la resistenza ai danni contro i mostri +75018 Velo Deserto Guerriera Un Velo del Deserto per Guerriere realizzato con un tessuto nobile. Aumenta del 10% la resistenza ai danni contro i mostri +75019 Turbante per Guerriera Un copricapo per guerriere realizzato con un tessuto elegante. Aumenta del 10% i danni +75020 Masch. Zucca guerr. (f) Una maschera a forma di zucca per guerriere. Gli attributi e la durata vengono assegnati in modo casuale. Sostituisce la pettinatura in uso. +75201 Coda di cavallo(marrone) Una pettinatura con i capelli raccolti sulla nuca +75202 Coda di cavallo (verde) Una pettinatura con i capelli raccolti sulla nuca +75203 Coda di cavallo (blu) Una pettinatura con i capelli raccolti sulla nuca +75204 Coda di cavallo (chiara) Una pettinatura con i capelli raccolti sulla nuca +75205 Cap. alle spalle (rossi) Un taglio di capelli discreto, con una bandana bianca +75206 Cap. alle spalle (verdi) Un taglio di capelli discreto, con una bandana verde +75207 Cap. alle spalle(chiari) Un taglio di capelli discreto, con una bandana chiara +75208 Cap. alle spalle (rossi) Un taglio di capelli discreto, con una bandana rossa +75209 Capelli corti (rossi) Una pettinatura che conferisce un aspetto losco +75210 Capelli corti (blu) Una pettinatura che conferisce un aspetto losco +75211 Capelli corti (neri) Una pettinatura che conferisce un aspetto losco +75212 Capelli corti (biondi) Una pettinatura che conferisce un aspetto losco +75213 Afro per Ninja (m) Conferisce a un ninja un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75214 Afro per Ninja (m) Conferisce a un ninja un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75215 Elmo Samurai Ninja (m) Conferisce a un ninja un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75216 Elmo Samurai Ninja (m) Conferisce a un ninja un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75217 Fez per Ninja (m) Un copricapo rosso per ninja maschi. Aumenta del 10% la resistenza ai danni contro i mostri +75218 Kefiah per Ninja (m) Un copricapo per ninja maschi. Ripara dalla bufere del deserto. Aumenta del 10% la resistenza ai danni contro i mostri +75219 Turbante per Ninja (m) Un copricapo per ninja maschi realizzato con un tessuto elegante. Aumenta del 10% i danni +75220 Masch. Zucca ninja (m) Una maschera a forma di zucca per ninja. Gli attributi e la durata vengono assegnati in modo casuale. Sostituisce la pettinatura in uso. +75401 Pett. sportiva (chiara) Una stravagante pettinatura tipica delle donne sura +75402 Pett. sportiva (marrone) Una pettinatura stravagante, tipica delle donne sura +75403 Pett. sportiva (bionda) Una pettinatura stravagante, tipica delle donne sura +75404 Pett. sportiva (verde) Una pettinatura stravagante, tipica delle donne sura +75405 Pett. carismat. (bianca) Lunghi capelli bianchi che rispecchiano la caparbiet +75406 Pett. carismat. (rossa) Lunghi capelli rossi che rispecchiano la caparbiet +75407 Pett. carismat. (nera) Lunghi capelli corvini che rispecchiano la caparbiet +75408 Pett. carismat. (viola) Lunghi capelli viola che rispecchiano la caparbiet +75409 Lunga treccia (bianca) Pettinatura con treccia +75410 Lunga treccia (blu) Pettinatura con treccia +75411 Lunga treccia (nera) Pettinatura con treccia +75412 Lunga treccia (marrone) Pettinatura con treccia +75413 Afro per Sura (f) Conferisce a una sura un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75414 Afro per Sura (f) Conferisce a una sura un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75415 Cappello Fiori Sura (f) Conferisce a una sura un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75416 Cappello Fiori Sura (f) Conferisce a una sura un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75417 Foulard Sabbia Sura (f) Un velo copricapo per sura femmine realizzato con un tessuto molto pregiato. Aumenta del 10% la resistenza ai danni contro i mostri +75418 Velo Deserto Sura (f) Un velo del deserto per sura femmine realizzato con un tessuto nobile. Aumenta del 10% la resistenza ai danni contro i mostri +75419 Turbante per Sura (f) Un copricapo per sura femmine realizzato con un tessuto elegante. Aumenta del 10% i danni +75420 Masch. Zucca sura (f) Una maschera a forma di zucca per donne sura. Gli attributi e la durata vengono assegnati in modo casuale. Sostituisce la pettinatura in uso. +75601 Pett. raffinata(marrone) Un taglio moderno che conferisce agli shamani un aspetto raffinato +75602 Pett. raffinata (nera) Un taglio moderno che conferisce allo shamano un aspetto raffinato +75603 Pett. raffinata (blu) Un taglio moderno che conferisce allo shamano un aspetto raffinato +75604 Pett. raffinata(chiara) Un taglio moderno che conferisce allo shamano un aspetto raffinato +75605 Cap. med. lunghi (mar.) Capelli lisci e marroni +75606 Cap. med. lunghi (neri) Capelli lisci e neri +75607 Cap. med. lunghi (bion.) Capelli lisci e biondi +75608 Cap. med. lunghi (viola) Capelli lisci e viola +75609 Pett. antica (marrone) Antica acconciatura dei guerrieri - i capelli marroni sono raccolti in una treccia +75610 Pett. antica (chiara) Antica acconciatura dei guerrieri - i capelli chiari sono raccolti in una treccia +75611 Pett. antica (viola) Antica acconciatura dei guerrieri - i capelli viola sono raccolti in una treccia +75612 Pett. antica (rossa) Antica acconciatura dei guerrieri - i capelli rossi sono raccolti in una treccia +75613 Afro per Shamano Conferisce a uno shamano un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75614 Afro per Shamano Conferisce a uno shamano un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75615 Elmo Samurai Shamano Conferisce a uno shamano un bonus HP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75616 Elmo Samurai Shamano Conferisce a uno shamano un bonus MP dell'1%. Sostituisce la pettinatura attualmente in uso (dura 7 giorni). +75617 Fez per Shamano Un copricapo rosso per shamani maschi. Aumenta del 10% la resistenza ai danni contro i mostri +75618 Kefiah per Shamano Un copricapo per shamani maschi. Ripara dalla bufere del deserto. Aumenta del 10% la resistenza ai danni contro i mostri +75619 Turbante per Shamano Un copricapo per shamani maschi realizzato con un tessuto elegante. Aumenta del 10% i danni +75620 Masch. Zucca shamana (m) Una maschera a forma di zucca per shamani. Gli attributi e la durata vengono assegnati in modo casuale. Sostituisce la pettinatura in uso. +76000 Vino di Fiori di Pesco Bevanda che rigenera immediatamente i tuoi HP di 500. Non commerciabile. +76001 Ridistr. dello status L'uso di questo oggetto ti consente di redistribuire i tuoi punti status. In questo modo potrai reindirizzare lo sviluppo del tuo personaggio. Non commerciabile. +76002 Testa Ristretta Questa testa di demone ristretta apre il sigillo per il 3 piano della Catacomba del Diavolo. Non commerciabile. +76003 Pozione della Fretta Questa pozione diminuisce per 30 minuti il tempo di ricarica del 20%. Non commerciabile. +76004 Elisir della Luna (P) Ripristina automaticamente i tuoi MP. Contiene 10.000 MP. Non commerciabile. +76005 Elisir della Luna (M) Carica automaticamente i tuoi MP. Contiene 300.000 MP. Non commerciabile. +76006 Bussola dei Metin La bussola ti indica la direzione e la distanza del Metin pi vicino a te. Pi sar luminosa e pi sarai vicino. Pu essere attivata massimo 6 volte. Non commerciabile. +76007 Mantello del Coraggio Un mantello colorato in grado di attirare tutti i mostri. Una volta i guerrieri dimostravano il coraggio con questo mantello. Non commerciabile. +76008 Medaglia del Drago Impedisce la perdita di punti esperienza nella successiva rinascita. Non commerciabile. +76009 Papiro del drago Elimina il rischio di distruzione di un oggetto qualora il suo miglioramento non abbia esito positivo. La qualit dell'oggetto diminuir solo di un livello. Inoltre, aumenta del 10% la probabilit di ottenere un miglioramento di successo. Non commerciabile. +76010 Ematite Questa pietra fatta con il sangue di Bahar-Tarajis garantisce l'ingresso nella Grotta dell'Esilio. Non commerciabile. +76011 Libro del Capo Finch il capo di un gruppo sar provvisto di questo libro, tutti i membri del gruppo avranno un 30% di punti esperienza. Non commerciabile. +76012 Pozione della Velocit Aumenta la velocit di movimento di 60 per 30 minuti. Non commerciabile. +76013 Rinforza Oggetto (b) Con un po' di fortuna aggiunge un nuovo bonus a uno dei tuoi oggetti (fino a un massimo di 4 bonus). L'item proviene dal Baule di Livello e non commerciabile. +76014 Incanta Oggetto (b) Rimuove i bonus da uno dei tuoi oggetti e te ne aggiunge di nuovi. L'item proviene dal Baule di Livello e non commerciabile. +76015 Sfera Benedetta Una sfera benedetta e leggendaria. Se un oggetto possiede gi quattro attributi, questa consente di aggiungerne un altro. Non commerciabile. +76016 Papiro Consacrato Elimina il rischio di distruggere un oggetto se il miglioramento fallisce. In questo caso, la sua qualit sar solo diminuita di 1. Non commerciabile. +76017 Pozione dell'Attacco +10 Aumenta la tua velocit di attacco del 10% per 30 minuti. Non commerciabile. +76018 Pozione dell'Attacco +15 Aumenta la tua velocit d'attacco del 15% per 30 minuti. Non commerciabile. +76019 Biglietto del Passaggio Consegnando questo biglietto al guardiano otterrai il permesso di accedere al piano successivo del Sotterraneo dei Ragni e alla Fortezza del Drago Rosso. Non commerciabile. +76020 Elisir del Ricercatore Aumenta la qualit degli oggetti per le ricerche e quindi la probabilit che essi vengano accettati con successo. Non commerciabile. +76021 Elisir del Sole (P) Ripristina automaticamente i tuoi HP. Contiene 100.000 HP. Non commerciabile. +76022 Elisir del Sole (M) Ripristina automaticamente i tuoi HP. Contiene 3.000.000 HP. Non commerciabile. +76023 Incantesimo Verde Rimuove i bonus da uno dei tuoi oggetti e te ne aggiunge di nuovi. Pu essere utilizzato solo fino al livello 40 per armi e armature. L'item proviene dal Baule di Livello e non commerciabile. +76024 Forza Verde Con un po' di fortuna aggiunge un nuovo bonus a uno dei tuoi oggetti (fino a un massimo di 4 bonus). Pu essere utilizzato solo fino al livello 40 per armi e armature. L'item proviene dal Baule di Livello e non commerciabile. +76025 Scarpe del vento Quando le indossi la tua velocit di movimento aumenta di 30. +79501 Faretra per frecce Questa faretra ti fornisce un numero illimitato di frecce per 24 ore. Con i tiri a distanza il danno non si riduce. +79502 Faretra per frecce Questa faretra ti fornisce un numero illimitato di frecce per 7 giorni. Con i tiri a distanza il danno non si riduce. +79503 Faretra per frecce Questa faretra ti fornisce un numero illimitato di frecce. Con i tiri a distanza il danno non si riduce. +79504 Faretra per frecce Questa faretra ti fornisce un numero illimitato di frecce. Con i tiri a distanza il danno non si riduce. +80001 Sacca dei Soldi Un borsello scuro di pelle, leggermente consumato. +80002 Foglio vuoto Una pergamena di buona qualit ancora inutilizzata. +80008 Pezzo d'Oro Un pezzo d'oro allo stato grezzo. venduto ad un alto prezzo in un negozio. +80014 Buono DR (100) Un buono del valore di 100 Monete del Drago. L'item commerciabile. +80015 Buono DR (500) Un buono del valore di 500 Monete del Drago. L'item commerciabile. +80016 Buono DR (1000) Un buono del valore di 1000 Monete del Drago. L'item commerciabile. +80017 Buono DR (50) Un buono del valore di 50 Monete del Drago. L'item commerciabile. +80019 Stoffa sottile La tua stola sar fatta di questo materiale. +90000 Certificato inverso Utilizza il Certificato del ritorno per rimuovere i bonus dalla stola. +90001 Bottiglia d'Acqua Vuota Un enorme e stabile contenitore per il trasporto dell'acqua - attualmente purtroppo vuoto. +90002 Bottiglia d'Acqua Un enorme e stabile contenitore per il trasporto dell'acqua. +90003 Cristallo Una pietra da gioielli particolarmente chiara a bella che brilla in modo fascinoso ai raggi del sole. +90004 Pietra Preziosa Una bella pietra liscia e colorata usata per la creazione di gioielli. +90005 Pietra Acquatica Una pietra dura e grossolana usata per affilare armi e utensili da cucina. +90006 Pietra Spirituale Questa pietra, inserita nelle armi o nelle corazze, migliora la qualit dell'oggetto. +90007 Minerale Esistono pi di 4000 tipi di minerali che si differenziano per la struttura dei cristalli, forma e colore. +90010 Pietra Fondamenta Materiale da costruzione per gli edifici della gilda +90011 Tronco Materiale da costruzione per gli edifici della gilda +90012 Compensato Materiale da costruzione per gli edifici della gilda +90013 diff --git a/bin/pack/locale_it/locale/it/jobdesc_assassin.txt b/bin/pack/locale_it/locale/it/jobdesc_assassin.txt new file mode 100644 index 00000000..963bf87c --- /dev/null +++ b/bin/pack/locale_it/locale/it/jobdesc_assassin.txt @@ -0,0 +1,15 @@ +[DELAY value;10] +Le ninja sono killer[ENTER] +professioniste e solitamente[ENTER] +attaccano attraverso[ENTER] +imboscate. Per potersi[ENTER] +muovere velocemente ed[ENTER] +[WAIT] +agilmente, indossano solo[ENTER] +una leggera armatura. A[ENTER] +seconda della loro[ENTER] +specializzazione le ninja[ENTER] +sono in grado di usare[ENTER] +[WAIT] +pugnali o di tirare con gli[ENTER] +archi. \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/jobdesc_shaman.txt b/bin/pack/locale_it/locale/it/jobdesc_shaman.txt new file mode 100644 index 00000000..8121c4c5 --- /dev/null +++ b/bin/pack/locale_it/locale/it/jobdesc_shaman.txt @@ -0,0 +1,15 @@ +[DELAY value;10] +Le shamane sono sagge ed[ENTER] +usano incantesimi e magie.[ENTER] +Le loro abilit mistiche[ENTER] +sono molto utili ed efficaci[ENTER] +in barraglia e per aiutare i[ENTER] +[WAIT] +loro compagni. Attraverso la[ENTER] +specializzazione la shamana[ENTER] +ha la possibilit di[ENTER] +potenziare i suoi attacchi o[ENTER] +di sviluppare la sua magia[ENTER] +[WAIT] +per curare o aiutare i[ENTER] +compagni. \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/jobdesc_sura.txt b/bin/pack/locale_it/locale/it/jobdesc_sura.txt new file mode 100644 index 00000000..8d3fd2e9 --- /dev/null +++ b/bin/pack/locale_it/locale/it/jobdesc_sura.txt @@ -0,0 +1,21 @@ +[DELAY value;10] +I sura sono guerrieri che[ENTER] +sono venuti in possesso di[ENTER] +forze particolari quando si[ENTER] +sono dichiarati disposti ad[ENTER] +impiantare i semi del[ENTER] +[WAIT] +diavolo nel loro braccio.[ENTER] +Grazie a ci sono in grado[ENTER] +di maneggiare abilmente la[ENTER] +spada nella lotta[ENTER] +ravvicinata oppure di[ENTER] +[WAIT] +danneggiare il nemico con la[ENTER] +magia nel combattimento a[ENTER] +distanza. Attraverso la[ENTER] +specializzazione migliorano[ENTER] +la loro magia d'attacco o[ENTER] +[WAIT] +acquistano ulteriori[ENTER] +incantesimi di supporto. \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/jobdesc_warrior.txt b/bin/pack/locale_it/locale/it/jobdesc_warrior.txt new file mode 100644 index 00000000..79c23e56 --- /dev/null +++ b/bin/pack/locale_it/locale/it/jobdesc_warrior.txt @@ -0,0 +1,18 @@ +[DELAY value;10] +Nella lotta ravvicinata i[ENTER] +guerrieri svolgono un ruolo[ENTER] +centrale grazie alle loro[ENTER] +armi e alla loro pesante[ENTER] +armatura. Mirano a[ENTER] +[WAIT] +raggiungere una forza[ENTER] +corporea d'acciaio e[ENTER] +un'equilibrata calma[ENTER] +spirituale. A seconda della[ENTER] +specializzazione scelta[ENTER] +[WAIT] +possono provocare tremendi[ENTER] +danni con le armi a due mani[ENTER] +o vanificare gli attacchi[ENTER] +dei nemici usando spada e[ENTER] +scudo. \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/locale_game.txt b/bin/pack/locale_it/locale/it/locale_game.txt new file mode 100644 index 00000000..5dc881bf --- /dev/null +++ b/bin/pack/locale_it/locale/it/locale_game.txt @@ -0,0 +1,936 @@ +AFF_LOVE_POINT Punto amore: %d%% +ALIGNMENT_NAME Punti Karma: +ATTACK_ERROR_UNKNOWN Errore d'attacco sconosciuto: %s +CANNOT_ATTACK_DEST_IN_SAFE L'avversario troppo lontano. +CANNOT_ATTACK_SELF_IN_SAFE Da qui non posso attaccare l'avversario. +CANNOT_EQUIP_IN_EXCHANGE Mentre stai commerciando non puoi cambiare nessuna armatura. +CANNOT_EQUIP_IN_SHOP Mentre stai commerciando non puoi cambiare nessuna armatura. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA Non puoi aprire il tuo negozio privato in un luogo pubblico. +CANNOT_SHOOT_DEST_IN_SAFE L'avversario troppo lontano. +CANNOT_SHOOT_EMPTY_ARROW Mi serve una freccia. +CANNOT_SHOOT_SELF_IN_SAFE Da qui non posso attaccare l'avversario. +CANNOT_SKILL_APPROACH Sono sicuro di non riuscire ad arrivarci da pi vicino. +CANNOT_SKILL_ATTACK Non lo posso attaccare. +CANNOT_SKILL_BLUE Se l'Anima del lupo purpureo attiva, non puoi usare l'Anima del lupo indaco. +CANNOT_SKILL_DEST_IN_SAFE L'avversario troppo lontano. +CANNOT_SKILL_EQUIP_FISHING_ROD Mi serve una canna da pesca. +CANNOT_SKILL_HAVE_TO_RIDE Per utilizzarlo mi serve un cavallo. +CANNOT_SKILL_NEED_EMPTY_BOTTLE Non ho una bottiglia vuota. +CANNOT_SKILL_NEED_POISON_BOTTLE Non ho una bottiglia di veleno. +CANNOT_SKILL_NEED_TARGET Chi il bersaglio? +CANNOT_SKILL_NOT_ENOUGH_HP Non ho abbastanza HP! +CANNOT_SKILL_NOT_ENOUGH_SP Non ho abbastanza MP! +CANNOT_SKILL_NOT_HORSE_SKILL Non lo posso utilizzare mentre cavalco. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON Non posso utilizzare questa abilit con quest`arma. +CANNOT_SKILL_NOT_YET_LEARN Non ho imparato quest`abilit. +CANNOT_SKILL_ONLY_FOR_ALLIANCE Ha effetto solo sui membri del gruppo. +CANNOT_SKILL_ONLY_FOR_CORPSE Ha effetto solo sui morti. +CANNOT_SKILL_RED Se l'Anima del lupo indaco attiva, non puoi usare l'Anima del lupo purpureo. +CANNOT_SKILL_REMOVE_FISHING_ROD Non posso utilizzare questa abilit con la mia canna da pesca. +CANNOT_SKILL_SELF_IN_SAFE Da qui non posso attaccare. +CANNOT_SKILL_USE_SELF Non posso usarlo su me stesso. +CANNOT_SKILL_WAIT_COOLTIME Non sono ancora in grado di utilizzare questa abilit. +CANNOT_USE Non la puoi utilizzare. +CANNOT_WHISPER_DEST_REFUSE %s ha bloccato la chat privata. SA +CANNOT_WHISPER_NOT_LOGON %s non online. SA +CANNOT_WHISPER_SELF_REFUSE Non puoi chattare privatamente con gli altri se hai bloccato la Chat privata. SNA +CHANNEL Canale +CHANNELING_CANNOT_LOGOUT Non puoi tornare alla pagina d'iscrizione. +CHANNEL_EMPTY_SERVER Nessun server +CHANNEL_NORMAL Canale %d +CHANNEL_NOTIFY_FULL Questo canale pieno! Sei pregato di sceglierne un altro. +CHANNEL_NOT_FIND_INFO Non ricevi nessuna informazione sul canale. +CHANNEL_PVP Duello libero +CHANNEL_SELECT_CHANNEL Scegli il canale +CHANNEL_SELECT_REGION Scegli il luogo per il conto +CHANNEL_SELECT_SERVER Scegli il server +CHANNEL_TEST_SERVER Testa il server +CHANNEL_TEST_SERVER_ADDR Test %s:%d +CHARACTER_CREATE_MODE Crea personaggio +CHARACTER_SELECT_MODE Seleziona personaggio +CHAT_ALL Tutti +CHAT_BLOCK Blocca +CHAT_GUILD Gilda +CHAT_INFORMATION Info +CHAT_INSULT_STRING La frase contiene parole proibite +CHAT_LOG Mostra i messaggi vecchi [L] +CHAT_LOG_TITLE Protocollo della chat +CHAT_NORMAL Normale +CHAT_NOTICE Annuncio +CHAT_PARTY Gruppo +CHAT_SEND_CHAT Invia Chat +CHAT_SEND_MEMO Invia Chat privata [Shift+Invio] +CHAT_SHOUT Chiama +CHAT_SHOUT_LIMIT Puoi chiamare ogni 15 secondi. +CHAT_WHISPER Chat privata +COMB_ALREADY_APPEND +COMB_CANT_APPEND_ITEM Questo oggetto non pu essere utilizzato. +COMB_CANT_APPEND_SEALED_ITEM Non si possono utilizzare oggetti legati all'anima. +COMB_COST Prezzo: %s +COMB_IS_CONTINUE_PROCESS Desideri continuare? +COMB_NOTICE Non puoi aprire un negozio privato mentre stai scambiando dei libri. +COMB_NOTICE_NOT_OPEN Non puoi scambiar libri mentre hai un negozio privato aperto. +COMB_NOT_ALL_SLOT_APPEND_ITEM Hai bisogno di un 2 costume per poter trasferire dei bonus. +COMB_NOT_FULL_BOOK No, non ci siamo. Come ti ho gi spiegato, sono disposto a fare lo scambio solo se mi porti 10 libri. +COMB_NOT_ITEM_IN_INVENTORY Non puoi utilizzare oggetti gi in uso. +COMB_NOT_MEDIUM_ITEM Questo oggetto non pu essere utilizzato. +COMB_WILL_REMOVE_MATERIAL Il costume 2 sar distrutto. +CREATE_ERROR_GM_NAME Nel nome del personaggio non puoi usare ,GM. +CREATE_ERROR_INSULT_NAME Questo nome non consentito. +CREATE_ERROR_LIMIT_LEVEL Il tuo personaggio deve aver raggiunto almeno il livello 80. +CREATE_ERROR_TIME_LIMIT Puoi solo creare un personaggio ogni 30 secondi. +CREATE_ERROR_WRONG_STRING Il nome del personaggio non pu contenere caratteri particolari. +CREATE_EXIST_SAME_NAME Questo nome usato da un altro personaggio. +CREATE_FAILURE Non puoi creare il personaggio. +CREATE_FULL Non puoi pi creare alcun personaggio. +CREATE_GM_NAME GM +CREATE_INPUT_NAME Inserisci il nome. +CREATE_PLUS_STAT Ci sono ancora punti status disponibili. +DAY Giorni +DONT_USE_ITEM_WHEN_SHOW_CONFIRM Non possibile spostare gli oggetti mentre in corso una richiesta. +DO_YOU_BUY_ITEM1 Desideri comprare %s per %s ? +DO_YOU_BUY_ITEM2 Desideri comprare %s %s per %s ? +DO_YOU_DROP_MONEY Desideri lasciar cadere %d Yang? +DO_YOU_SELL_ITEM1 Desideri vendere %s per %s ? +DO_YOU_SELL_ITEM2 Desideri vendere %s %s per %s ? +DRAGON_SOUL_CANNOT_REFINE Non puoi raffinare questa Pietra del Drago. +DRAGON_SOUL_CANNOT_REFINE_MORE Questa Pietra del Drago ha gi raggiunto il livello pi alto. +DRAGON_SOUL_EQUIP_WARNING1 difficile eliminare nuovamente una Pietra del Drago. +DRAGON_SOUL_EQUIP_WARNING2 Vorresti continuare? +DRAGON_SOUL_EXPIRED Pietra del Drago scaduta +DRAGON_SOUL_INVALID_DRAGON_SOUL la Pietra del Drago sbagliata. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL Questa non una Pietra del Drago. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE Non la giusta Pietra del Drago. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL Non hai materiale a sufficienza per il raffinamento. +DRAGON_SOUL_NOT_MATCHED_SLOT La Pietra del Drago non va bene per questo slot. +DRAGON_SOUL_STEP_LEVEL1 Purezza: opaco, +DRAGON_SOUL_STEP_LEVEL2 Purezza: chiaro, +DRAGON_SOUL_STEP_LEVEL3 Purezza: limpido, +DRAGON_SOUL_STEP_LEVEL4 Purezza: brillante, +DRAGON_SOUL_STEP_LEVEL5 Purezza: eccellente, +DRAGON_SOUL_STRENGTH Livello: +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 La Pietra del Drago potrebbe distruggersi in questo processo. +DRAGON_SOUL_UNEQUIP_WARNING2 Vorresti continuare? +DRAGON_SOUL_UNMATCHED_SLOT Questo lo slot sbagliato. +DRAGON_SOUL_UNQUALIFIED Non puoi ancora utilizzare l'alchimia delle Pietre del drago. +DROP_ITEM_FAILURE_EQUIP_ITEM Non puoi lasciar cadere un oggetto che in uso. +DROP_ITEM_FAILURE_PRIVATE_SHOP Non puoi lasciar cadere un oggetto se hai un negozio privato aperto. +DROP_MONEY_FAILURE_1000_OVER Puoi lasciar cadere massimo 999 Yang. +EMOTION_ANGRY Arrabbiato +EMOTION_ATTRACTIVE Seduzione +EMOTION_BANTER Scherzoso +EMOTION_CHEERS_1 Esulto 1 +EMOTION_CHEERS_2 Esulto 2 +EMOTION_CHEERUP Gioire +EMOTION_CHOOSE_ONE Scegli bersaglio. +EMOTION_CLAP Applauso +EMOTION_CLAP_KISS Bacio +EMOTION_CONGRATULATION Approvazione +EMOTION_DANCE_1 Ballare 1 +EMOTION_DANCE_2 Ballare 2 +EMOTION_DANCE_3 Ballare 3 +EMOTION_DANCE_4 Ballare 4 +EMOTION_DANCE_5 Ballare 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE Perdono +EMOTION_FRENCH_KISS Bacio con la lingua +EMOTION_JOY Felicita' +EMOTION_SAD Triste +EMOTION_SHY Rifiuto +EMOTION_SLAP Colpo +EMPIRE_A Regno Shinsoo +EMPIRE_B Regno Chunjo +EMPIRE_C Regno Jinno +EMPIRE_SELECT_MODE Seleziona regno +EXCHANGE_CANNOT_GIVE Quest'oggetto non commerciabile. +EXCHANGE_CANT_EDIT_MONEY Non puoi modificare il prezzo ora. +EXCHANGE_FAILURE_EQUIP_ITEM Non puoi scambiare gli oggetti in uso. +EXCHANGE_MONEY Prezzo +EXCHANGE_TITLE Commercia con %s +FISHING_FAILURE Hai perso l'esca. +FISHING_NOTIFY1 Sembrerebbe che %s abbia abboccato. +FISHING_NOTIFY2 Sembrerebbe che %s sia stato catturato. +FISHING_SUCCESS1 Ne hai catturati %s! +FISHING_SUCCESS2 Hai pescato %s! +FISHING_UNKNOWN Qualcosa ha abboccato ma non sai cosa sia. +FISHING_WRONG_PLACE Qui non posso pescare. +FOR_FEMALE Per Donne +FOR_MALE Per Uomini +GAME_CANNOT_MINING Non puoi estrarre minerali mentre sei a cavallo. +GAME_CANNOT_PICK_ITEM Non puoi raccogliere l'oggetto perch non lo hai razziato tu. +GAME_INIT_ERROR_CURSOR Non si potuto creare la freccia del mouse. +GAME_INIT_ERROR_DIRECTX DirectX 8.1 deve essere installata per poter eseguire il gioco.\nInstalla DirectX 8.1 o maggiore. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE Non stata trovata nessuna scheda grafica compatibile con il gioco.\nControlla che la tua scheda VGA sia installata correttamente. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST Non stato possibile eseguire la grafica.\nControlla se possiedi una scheda VGA.\nIn alternativa puoi attivare l'accelerazione Hardware \n(Metti l'accelerazione Hardware al massimo \nPannello di controllo->Schermo->Impostazioni->Avanzate->Risoluzione problemi) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT La scheda grafica del PC non supporta la modalit finestra in 32bit.\nModifica in modalit 16bit o usa la modalit a tutto schermo. +GAME_INIT_ERROR_ITEM_PROTO I dati degli oggetti non sono disponibili.\nInstalla nuovamente il gioco. +GAME_INIT_ERROR_MAIN_WINDOW Non stato possibile creare la finestra principale. +GAME_INIT_ERROR_MOB_PROTO I dati dei mostri non sono disponibili.\nInstalla nuovamente il gioco. +GAME_INIT_ERROR_NETWORK Non stato possibile creare la connessione.\nControlla la tua connessione ad internet. +GAME_PICK_MONEY Hai ricevuto %d Yang. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT L'altezza non di 128 Pixel +GUILDMARK_UPLOADER_ERROR_12_HEIGHT L'altezza non di 12 Pixel +GUILDMARK_UPLOADER_ERROR_16_WIDTH La larghezza non di 16 Pixel +GUILDMARK_UPLOADER_ERROR_64_WIDTH La larghezza non di 64 Pixel +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT Il gioco non supporta questa immagine. +GUILDMARK_UPLOADER_ERROR_PATH Sposta il file nella cartella metin2/upload. +GUILDMARK_UPLOADER_ERROR_SELECT Non hai scelto nessuna immagine. +GUILDWAR_CTF_TITLE Conquista la bandiera +GUILDWAR_NORMAL_TITLE Campo di battaglia +GUILDWAR_QUESTION_LINE_1 La Gilda %s ha dichiarato guerra alla tua Gilda. +GUILDWAR_QUESTION_LINE_2 Accetti? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Campo di battaglia +GUILD_BUILDING_GRADE Posizione +GUILD_BUILDING_NAME Nome della costruzione +GUILD_CANNOT_HEAL_GSP_ANYMORE L'energia dello spirito del drago completamente rigenerata. +GUILD_COMMENT Scrivi +GUILD_CREATE_ERROR_INSULT_NAME Nome della Gilda non consentito. +GUILD_DEFAULT_GRADE Membro della Gilda +GUILD_DELETE Cancella +GUILD_DEPOSIT Deposita +GUILD_DO_YOU_HEAL_GSP Desideri spendere %d Yang per rigenerare %d unit di spirito del drago? +GUILD_DO_YOU_JOIN ti ha invitato. Desideri entrare nella Gilda? +GUILD_EMPTY_AREA Terra di nessuno +GUILD_ENEMY_GUILD_NAME Nome della Gilda avversaria +GUILD_FACILITY Edificio secondario +GUILD_GEM Pietra preziosa +GUILD_HEADQUARTER Edificio principale +GUILD_HEAL_GSP Rigenera lo spirito del drago +GUILD_INFO_ENEMY_GUILD_EMPTY Nessuno +GUILD_MARK_NOT_ENOUGH_LEVEL richiesto minimo livello 3 +GUILD_NAME Nome della Gilda +GUILD_NOT_ENOUGH_MATERIAL Non possiedi abbastanza materiale per questo edificio. +GUILD_NOT_ENOUGH_MONEY Non possiedi abbastanza Yang per questo edificio. +GUILD_NO_NOTICE_PERMISSION Non sei autorizzato a fare un annuncio. +GUILD_OBJECT Oggetti +GUILD_OFFER_EXP Esperienza da investire +GUILD_SHORT_EXP Non hai abbastanza punti esperienza. +GUILD_TILE_BASEINFO Informazioni base +GUILD_TILE_BOARD Lavagna +GUILD_TILE_GRADE Amministra diritti +GUILD_TILE_INFO Informazioni della Gilda +GUILD_TILE_MEMBER Membro della Gilda +GUILD_TILE_SKILL Abilit della Gilda +GUILD_VILLAGE_01 Miryang +GUILD_VILLAGE_02 Songpa +GUILD_VILLAGE_03 Daeyami +GUILD_WAR1 Area della Guerra tra Gilde +GUILD_WAR2 Area della Guerra tra Gilde +GUILD_WAR3 Area della Guerra tra Gilde +GUILD_WAR4 Area della Guerra tra Gilde +GUILD_WAR_LIMIT_30MIN Tempo: 30 minuti +GUILD_WAR_REWARD_POTION Ricompensa: Il vincitore riceve pozioni. +GUILD_WAR_USE_BATTLE_MAP Usa il campo di battaglia della Gilda +GUILD_WAR_USE_NORMAL_MAP Luogo: mappa normale +GUILD_WAR_WIN_CHECK_SCORE Chi ha il risultato maggiore vince la guerra. +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Conquista la bandiera dell'avversario +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 e portala alla tua base +GUILD_WAR_WIN_WIPE_OUT_GUILD Per vincere distruggi tutti i tuoi avversari. +GUILD_WITHDRAW Ritirata +GUILD_YOU_DO_NOT_JOIN Non appartieni a nessuna Gilda +HORSE_HEALTH0 Morto +HORSE_HEALTH1 Denutrito +HORSE_HEALTH2 Affamato +HORSE_HEALTH3 Sazio +HORSE_LEVEL1 Cavallo normale +HORSE_LEVEL2 Cavallo da Battaglia +HORSE_LEVEL3 Cavallo militare +HOUR Ore +HOW_MANY_ITEM_DO_YOU_DROP1 Desideri lasciar cadere %s ? +HOW_MANY_ITEM_DO_YOU_DROP2 Desideri lasciar cadere %s %d ? +INPUT_MATRIX_CARD_NUMBER Inserire numer omatrix della carta +INPUT_MATRIX_CARD_TITLE Matrix della carta +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Inserisci qui il codice che hai inserito nell'iscrizione +INPUT_PRIVATE_CODE_DIALOG_TITLE Cancella personaggio +INVENTORY_DO_NOT_PACK_WARP_SCROLL Il papiro del ritorno non pu essere unito. +INVENTORY_REALLY_USE_ITEM Vuoi usare l'item su questo oggetto? +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Ninja principiante +JOB_ASSASSIN1 Forza del Ninja +JOB_ASSASSIN2 Morto vivente +JOB_SHAMAN Shamano +JOB_SHAMAN0 Shamana principiante +JOB_SHAMAN1 Forza del Drago +JOB_SHAMAN2 Potenza del lampo +JOB_SURA Sura +JOB_SURA0 Sura principiante +JOB_SURA1 Forza della Fata Morgana +JOB_SURA2 Forza della Magia Nera +JOB_WARRIOR Guerriero +JOB_WARRIOR0 Guerriero principiante +JOB_WARRIOR1 Forza di Arahan +JOB_WARRIOR2 Forza del Partigiano +LEFT_TIME Tempo rimanente +LOGIN_CONNECT_FAILURE Errore di collegamento con il server. +LOGIN_CONNECT_SUCCESS Sei stato collegato al server. +LOGIN_CONNETING Stai per essere collegato al server. +LOGIN_FAILURE_ALREAY Il tuo account gi collegato. +LOGIN_FAILURE_BE_SAME_KEY Problema d'iscrizione +LOGIN_FAILURE_BLOCK_ID Il tuo account bloccato. +LOGIN_FAILURE_BLOCK_LOGIN Sei pregato di scegliere un altro server! +LOGIN_FAILURE_NOBILL Il tuo account non ha tempo di gioco. +LOGIN_FAILURE_NOT_AVAIL L'account non disponibile. +LOGIN_FAILURE_NOT_EXIST_ID Nome account o password errati. +LOGIN_FAILURE_REPAIR_ID Vengono rigenerati oggetti per l'account. +LOGIN_FAILURE_SAMELOGIN Qualcuno si collegato al tuo account. +LOGIN_FAILURE_SHUTDOWN Il server non ancora aperto. +LOGIN_FAILURE_TOO_MANY_USER Non sei riuscito a connetterti perch ci sono troppi giocatori +LOGIN_FAILURE_UNKNOWN Non sei riuscito a connetterti per ragioni sconosciute. +LOGIN_FAILURE_WEB_BLOCK stato bloccato sulla pagina web. Per favore controlli la sua e-mail +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Hai inserito un numero sbagliato. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE Hai inserito per tre volte un numero sbagliato. La connessione stata conclusa. +LOGIN_FAILURE_WRONG_PASSWORD Nome account o password errati. +LOGIN_INPUT_ID Inserisci l'ID. +LOGIN_INPUT_PASSWORD Inserisci la password. +LOGIN_PROCESSING in corso il login. +MALL_CANNOT_INSERT Non puoi collocare l'oggetto. +MALL_PASSWORD_TITLE Password +MAP_A1 Zona Yongan +MAP_A2 Valle di Seungryong +MAP_A2_1 +MAP_A3 Zona Yayang +MAP_AG Jungrang +MAP_B1 Zona Joan +MAP_B2 Valle di Imji +MAP_B3 Zona Bokjung +MAP_BAY Baia Nefrite +MAP_BAYBLACKSAND Baia Nefrite +MAP_BG Waryong +MAP_C1 Zona Pyungmoo +MAP_C2 Valle di Bangsan +MAP_C3 Zona Bakra +MAP_CAPE Capo Fuoco del Drago +MAP_CAPEDRAGONHEAD Capo Fuoco del Drago +MAP_CG Imha +MAP_DAWN Falesia di Gautama +MAP_DAWNMISTWOOD Falesia di Gautama +MAP_DESERT Deserto Yongbi +MAP_DEVILCATACOMB Catacomba del Diavolo +MAP_DEVILTOWER1 Torre dei Demoni +MAP_DUEL Arena Esercitazioni Belliche +MAP_E Colonia +MAP_EMPIREWAR01 Battaglia per il Castello +MAP_EMPIREWAR02 Battaglia per il Castello +MAP_EMPIREWAR03 Battaglia per il Castello +MAP_FLAME Doyyumhwan +MAP_GUILD_01 Jungrang +MAP_GUILD_02 Waryong +MAP_GUILD_03 Imha +MAP_HOLYPLACE_DESERT Terra dei Deserti - Guerra dei Regni +MAP_HOLYPLACE_FLAME Terra di Fuoco - Guerra dei Regni +MAP_HOLYPLACE_ICE Terra dei Ghiacci - Guerra dei Regni +MAP_MILGYO Tempio Hwang +MAP_MILGYO_A +MAP_MONKEY_DUNGEON Hasun Dong +MAP_MONKEY_DUNGEON2 Jungsun Dong +MAP_MONKEY_DUNGEON3 Sangsun Dong +MAP_MONKEY_DUNGEON_11 Hasun Dong +MAP_MONKEY_DUNGEON_12 Hasun Dong +MAP_MONKEY_DUNGEON_13 Hasun Dong +MAP_MT_THUNDER Monti Tonanti +MAP_NUSLUCK Terra Giganti +MAP_NUSLUCK01 Terra dei Giganti +MAP_N_DESERT_01 Deserto Yongbi +MAP_N_DESERT_02 +MAP_N_FLAME_01 Terra di Fuoco +MAP_N_FLAME_02 +MAP_N_FLAME_DUNGEON_01 Fortezza del Drago Rosso +MAP_N_SNOWM_01 Monte Sohan +MAP_N_SNOWM_02 +MAP_N_SNOW_DUNGEON_01 Torre di Vedetta di Nemere +MAP_N_THREEWAY Valle di Seungryong +MAP_OXEVENT Gara OX +MAP_PATHWAY_DESERT_01 Terra dei Deserti - Guerra dei Regni +MAP_PATHWAY_DESERT_02 Terra dei Deserti - Guerra dei Regni +MAP_PATHWAY_DESERT_03 Terra dei Deserti - Guerra dei Regni +MAP_PATHWAY_FLAME_01 Terra di Fuoco - Guerra dei Regni +MAP_PATHWAY_FLAME_02 Terra di Fuoco - Guerra dei Regni +MAP_PATHWAY_FLAME_03 Terra di Fuoco - Guerra dei Regni +MAP_PATHWAY_ICE_01 Terra dei Ghiacci - Guerra dei Regni +MAP_PATHWAY_ICE_02 Spassolandia +MAP_PATHWAY_ICE_03 Terra dei Ghiacci - Guerra dei Regni +MAP_SKELTOWER Torre di Gumsan +MAP_SKIPIA_DUNGEON_01 Grotta dell'Esilio +MAP_SKIPIA_DUNGEON_011 +MAP_SKIPIA_DUNGEON_012 +MAP_SKIPIA_DUNGEON_013 +MAP_SKIPIA_DUNGEON_02 Grotta dell'Esilio 2 +MAP_SKIPIA_DUNGEON_021 +MAP_SKIPIA_DUNGEON_022 +MAP_SKIPIA_DUNGEON_023 +MAP_SKIPIA_DUNGEON_BOSS Stanza del Drago +MAP_SKIPIA_DUNGEON_BOSS_1 Sotterraneo dei Ragni 1 +MAP_SKIPIA_DUNGEON_BOSS_2 Sotterraneo dei Ragni 2 +MAP_SKIPIA_DUNGEON_BOSS_3 Sotterraneo dei Ragni 3 +MAP_SNOW Monte Sohan +MAP_SPIDER Kuahlo Dong +MAP_SPIDERDUNGEON Sotterraneo dei Ragni 1 +MAP_SPIDERDUNGEON_02 Sotterraneo dei Ragni 2 +MAP_SPIDERDUNGEON_02_1 Sotterraneo dei Ragni 2 +MAP_SPIDERDUNGEON_03 Sotterraneo dei Ragni 3 +MAP_SUNGZI Guerra dei Regni +MAP_SUNGZI_DESERT_01 Terra dei Deserti - Guerra dei Regni +MAP_SUNGZI_DESERT_HILL_01 Terra dei Deserti - Guerra dei Regni +MAP_SUNGZI_DESERT_HILL_02 Terra dei Deserti - Guerra dei Regni +MAP_SUNGZI_DESERT_HILL_03 Terra dei Deserti - Guerra dei Regni +MAP_SUNGZI_FLAME_HILL_01 Terra di Fuoco - Guerra dei Regni +MAP_SUNGZI_FLAME_HILL_02 Terra di Fuoco - Guerra dei Regni +MAP_SUNGZI_FLAME_HILL_03 Terra di Fuoco - Guerra dei Regni +MAP_SUNGZI_SNOW Terra dei Ghiacci - Guerra dei Regni +MAP_SUNGZI_SNOW_PASS01 Terra dei Ghiacci - Guerra dei Regni +MAP_SUNGZI_SNOW_PASS02 Terra dei Ghiacci - Guerra dei Regni +MAP_SUNGZI_SNOW_PASS03 Terra dei Ghiacci - Guerra dei Regni +MAP_T1 Area della Guerra tra Gilde +MAP_T2 Area della Guerra tra Gilde +MAP_T3 Area della Guerra tra Gilde +MAP_T4 Area della Guerra tra Gilde +MAP_TEMPLE Tempio Hwang +MAP_THUNDER Monti Tonanti +MAP_TREE Lungsam +MAP_TRENT Bosco Fantasma +MAP_TRENT02 Bosco Rosso +MAP_TRENT02_A Bosco Rosso +MAP_TRENT_A +MAP_WEDDING_01 Mappa dei Matrimoni +MAP_WL Campo Serpi +MAP_WL_01 Campo Serpi +MESSENGER_ADD_FRIEND Aggiungi amico +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s vuole essere tuo amico. +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Accetti? +MESSENGER_DO_YOU_DELETE Cancelli? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Desideri cancellare il numero di cellulare? +MESSENGER_DO_YOU_MOVE Desideri andare avanti? +MESSENGER_EMPTY_LIST Vuoto +MESSENGER_FAMILY Famiglia +MESSENGER_FRIEND Amici +MESSENGER_GUILD Gilda +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Inserisci il codice di conferma che stato inviato al tuo cellulare. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Inserisci il codice di conferma +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Inserisci il numero di cellulare per l'invio di SMS. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Desideri inserire il numero ora? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Inserisci numero di cellulare +MESSENGER_SEND_MOBILE_MESSAGE_TITLE Invia messaggio. +METIN_TEST +MINIMAP Mini-mappa +MINIMAP_CANNOT_SEE La mappa miniaturizzata non pu essere visualizzata. +MINIMAP_CAN_NOT_SHOW_AREAMAP La mappa non pu essere visualizzata. +MINIMAP_DEC_SCALE Zoom out +MINIMAP_INC_SCALE Zoom in +MINIMAP_OBSERVER_COUNT %d Spettatori +MINIMAP_SHOW_AREAMAP Apri mappa grande +MINUTE minuti +MONETARY_UNIT0 Yang +MONETARY_UNIT1 diecimila +MONETARY_UNIT2 cento milioni +MONEY_INPUT_DIALOG_SELLPRICE Prezzo di vendita: +MOVE_ITEM_FAILURE_PRIVATE_SHOP Non puoi spostare degli oggetti se hai un negozio privato aperto. +MUSIC_EMPTY_MUSIC_LIST Nessuna musica di sottofondo. +MUSIC_METIN2_DEFAULT_THEMA Musica standard di Metin2 +MUSIC_NOT_SELECT_MUSIC Non stato scelto nessun file musicale. +NEEFD_REST Devi prima riposarti. +NOT_YET_SUPPORT Non supportato. +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE Non puoi attivare la modalit Gilda se non appartieni ad una Gilda. +OPTION_PVPMODE_NOT_SUPPORT Non puoi usare la configuarazione PvP. +OPTION_PVPMODE_PROTECT Devi aver raggiunto il livello %d per modificare la modalit PvP. +PARTY_ANSWER_TIMEOVER L'invito stato rifiutato. +PARTY_BONUS_ATTACKER Valore d'attacco: +%d SA +PARTY_BONUS_BERSERKER Velocit d'attacco: +%d SA +PARTY_BONUS_BUFFER Durata dell'abilit: +%d SA +PARTY_BONUS_DEFENDER Difesa: +%d SA +PARTY_BONUS_EXP Bonus EXP: %d%% SA +PARTY_BONUS_SKILL_MASTER Max. MP: +%d SA +PARTY_BONUS_TANKER Max. HP: +%d SA +PARTY_BREAK_UP Sciogli gruppo +PARTY_DO_YOU_ACCEPT desidera entrare nel gruppo. +PARTY_DO_YOU_JOIN ti ha invitato a unirti al suo gruppo. Accetti? +PARTY_EXP_DISTRIBUTION_MODE Divisione per EXP +PARTY_EXP_DISTRIBUTION_MODE_LEVEL In base al livello +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP I membri di livello pi alto ricevono pi EXP. +PARTY_EXP_DISTRIBUTION_MODE_PARITY Equilibrato +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Tutti i membri del gruppo ricievono gli stessi EXP. +PARTY_HEAL_ALL_MEMBER Rigenerare tutto +PARTY_INCREASE_AREA_150 Raggio d'azione del gruppo alzato di fattore 1,5. SNA +PARTY_INCREASE_AREA_200 Raggio d'azione del gruppo alzato di fattore 2. SNA +PARTY_LEAVE Abbandona il gruppo. +PARTY_LONGTIME_BONUS_EXP EXP bonus per un gioco di gruppo lungo: +%d%% SA +PARTY_MEMBER_OFFLINE [Offline] +PARTY_RECALL_MEMBER Chiamare a s un membro del gruppo. +PARTY_REGEN_BONUS Bonus per HP + Rigenerazione MP: +%d%% SA +PARTY_REQUEST_DENIED La tua richiesta stata rifiutata. +PARTY_SET_ATTACKER Annotare come aggressore. +PARTY_SET_BERSERKER Annotare come feroce. +PARTY_SET_BUFFER Annotare come bloccatore. +PARTY_SET_DEFENDER Annotare come difensore. +PARTY_SET_NORMAL Annullare le impostazioni. +PARTY_SET_SKILL_MASTER Annotare come maestro delle abilit. +PARTY_SET_TANKER Annotare come lottatore corpo a corpo. +PARTY_SKILL_ATTACKER Valore d'attacco base aggressore +%.0f +PARTY_SKILL_BERSERKER Velocit d'attacco feroce +%.0f +PARTY_SKILL_BUFFER Durata dell'abilit bloccatore +%.0f +PARTY_SKILL_DEFENDER Difesa difensore +%.0f +PARTY_SKILL_HP_REGEN Rigenerazione HP +%.0f%% +PARTY_SKILL_PARTY_AREA Raggio d'azione del gruppo +%d%% +PARTY_SKILL_SKILL_MASTER Max. MP maestro delle abilit +%.0f +PARTY_SKILL_SP_REGEN Rigenerazione MP +%.0f%% +PARTY_SKILL_TANKER Max. HP lottatore corpo a corpo +%.0f +PARTY_SKILL_WARP Capacit di chiamare a s i membri del gruppo. +PASSWORD_TITLE Password Magazzino +PICK_ITEM_TITLE Numero dell'oggetto +PICK_MONEY_TITLE Prezzo +PRIVATE_SHOP_CANNOT_SELL_ITEM Non puoi vendere questo oggetto in un neegozio privato. +PRIVATE_SHOP_CLOSE_QUESTION Desideri chiudere il negozio privato? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE Nome del negozio privato +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Prezzo +PVP_LEVEL0 Cavaliere +PVP_LEVEL1 Nobile +PVP_LEVEL2 Buono +PVP_LEVEL3 Gentile +PVP_LEVEL4 Neutrale +PVP_LEVEL5 Aggressivo +PVP_LEVEL6 Perfido +PVP_LEVEL7 Maligno +PVP_LEVEL8 Crudele +PVP_MODE_GUILD La Gilda PvP stata attivata. +PVP_MODE_KILL PvP - Libero attivato. +PVP_MODE_NORMAL PvP - Pace attivato. +PVP_MODE_PROTECT PvP - Protezione attivato. +PVP_MODE_REVENGE PvP - Nemico attivato. +PVP_OPTION_KILL Libero +PVP_OPTION_NORMAL Pace +PVP_OPTION_PROTECT Protezione +PVP_OPTION_REVENGE Nemico +QUEST_APPEND stata formulata una nuova missione. +QUEST_MIN Min. +QUEST_SEC Sec. +QUEST_TIMEOVER Tempo scaduto +QUEST_UNLIMITED_TIME Non c' limite di tempo +QUEST_ZEROSEC 0 Sec. +QUICKSLOT_REGISTER_DISABLE_ITEM Questo oggetto non pu essere inserito nei campi di utilizzo rapido. +RECEIVE_MESSAGE %s ti ha mandato un messaggio. +REFINE_COST Costo del miglioramento: %d Yang +REFINE_DESTROY_WARNING L'oggetto potrebbe essere distrutto durante il miglioramento. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Questo aumenta la possibilit di successo del miglioramento, +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 ma in caso di fallimento l'oggetto sar distrutto. Desideri continuare? +REFINE_DOWN_GRADE_WARNING L'oggetto durante il miglioramento potrebbe peggiorare. +REFINE_DO_YOU_SEPARATE_METIN Desideri rimuovere tutte le Pietre Spirituali? +REFINE_FAILURE Hai fallito. +REFINE_FAILURE_CAN_NOT_ATTACH %s questo oggetto non pu essere inserito. +REFINE_FAILURE_EQUIP_ITEM Non puoi migliorare gli oggetti in uso. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM Nessuna Pietra Spirituale pu essere tolta. +REFINE_FAILURE_NEED_BETTER_SCROLL Ti serve un migliore papiro del miglioramento . +REFINE_FAILURE_NO_GOLD_SOCKET Non hai nessuna montatura d'oro per inserire %s. +REFINE_FAILURE_NO_MORE_SOCKET Non puoi creare altre montature. +REFINE_FAILURE_NO_SOCKET0 Non hai nessuna montatura per inserire %s. +REFINE_FAILURE_SOCKET_DISABLE_ITEM Su questo oggetto non pu essere creata una montatura. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM Questo oggetto non pu essere migliorato. +REFINE_SUCCESS Il miglioramento riuscito con successo. +REFINE_SUCCESS_PROBALITY Possibilit di successo: %d%% +REFINE_WARNING2 Desideri continuare? +SAFEBOX_ERROR Hai inserito la password sbagliata. +SAFEBOX_SELL_DISABLE_SAFEITEM Non puoi vendere gli oggetti salvati. +SAFEBOX_WRONG_PASSWORD Le password devono essere identiche. +SCREENSHOT_SAVE1 salvato in +SCREENSHOT_SAVE2 Cartella degli Screenshot +SCREENSHOT_SAVE_FAILURE Salvataggio dello screenshot fallito. +SECOND Sec +SELECT_CAN_NOT_DELETE Non puoi cancellare il personaggio. +SELECT_CHANGED_NAME Hai modificato il nome del personaggio. +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME Il nome del personaggio esiste gi. +SELECT_CHANGE_FAILURE_STRANGE_INDEX Riprovaci. +SELECT_CHANGE_FAILURE_STRANGE_NAME Questo nome del personaggio errato +SELECT_CHANGE_NAME_TITLE Modifica il nome del personaggio +SELECT_DELEING Il personaggio sta per essere cancellato. +SELECT_DELETED Cancellato con successo +SELECT_DO_YOU_DELETE_REALLY Desideri continuare? +SELECT_EMPTY_SLOT Questo un campo vuoto +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Inserisci un nuovo nome del personaggio. +SELECT_NOT_JOIN_GUILD Nessuna Gilda +SHOP_BUY_INFO Scegli dalla vetrina l'oggetto che vorresti acquistare. +SHOP_CANNOT_SELL_EQUIPMENT Non puoi vendere degli oggetti in uso. +SHOP_CANNOT_SELL_ITEM Questto oggetto non in vendita +SHOP_ERROR_UNKNOWN Errore di caricamento sconosciuto: %s +SHOP_INVALID_POS Questo oggetto non adatto. +SHOP_INVENTORY_FULL Nel magazzino non c' pi posto. +SHOP_NOT_ENOUGH_MONEY Non hai abbastanza Yang +SHOP_NOT_ENOUGH_MONEY_EX Non hai Yang a sufficienza. +SHOP_SELL_INFO Scegli dal tuo inventario l'oggetto che vuoi vendere. +SHOP_SOLDOUT Esaurito +SHOT_ERROR_UNKNOWN Errore sconosciuto nell'attacco a distanza: %s +SKILL_BLEEDING Emorragia +SKILL_BOHO Riflettere +SKILL_BUDONG Non pi utilizzato. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK Ti serve EXP per imparare questa abilit. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Ti serve un libro per imparare questa abilit. +SKILL_CHEONGEUN Corpo forte +SKILL_CRITICAL Colpo critico +SKILL_ENCHANT_POISON Applica il veleno +SKILL_EUNHYEONG Camuffamento +SKILL_FAINT Svenimento +SKILL_FIND_TRAP Cerca trappola +SKILL_FIRE Fuoco duraturo +SKILL_FISHMIND La palla di pesce usata. +SKILL_GAMJI Mirare +SKILL_GEOMGYEONG Aura della spada +SKILL_GEONGON SKILL_GEONGON Non pi usato +SKILL_GICHEON Aiuto del drago +SKILL_GIGONG Rotazione Chi +SKILL_GONGPO Terrore +SKILL_GRADE_NAME_GRAND_MASTER %s Gran Maestro +SKILL_GRADE_NAME_MASTER %s Maestro +SKILL_GRADE_NAME_PERFECT_MASTER %s Maestro Perfetto +SKILL_GROUP_ASSASSIN_1 Lama +SKILL_GROUP_ASSASSIN_2 Arco +SKILL_GROUP_HORSE Equitazione +SKILL_GROUP_SHAMAN_1 Drago +SKILL_GROUP_SHAMAN_2 Guarigione +SKILL_GROUP_SURA_1 Armi +SKILL_GROUP_SURA_2 Magia +SKILL_GROUP_WARRIOR_1 Corpo +SKILL_GROUP_WARRIOR_2 Mentale +SKILL_GWIGEOM Lama incantata +SKILL_GYEONGGONG Passo piumato +SKILL_HEUKSIN Protezione oscura +SKILL_HOSIN Benedizione +SKILL_HWAYEOM SKILL_HWAYEOM Non pi usato +SKILL_HYEOLMA SKILL_HYEOLMA Non pi usato +SKILL_INC_ATKSPD Velocit di attacco aumentata +SKILL_INC_MOVSPD Velocit di movimento aumentata +SKILL_INMA SKILL_INMA Non pi usato +SKILL_JEOJU Maledizione +SKILL_JEONGEOP Guarire +SKILL_JEONGWI Estasi da combattimento +SKILL_JEONSINBANGEO Difesa piena +SKILL_JEONSINGONGGYEOK Attacco pieno +SKILL_JEUNGCHE SKILL_JEUNGCHE Non pi usato +SKILL_JEUNGHON SKILL_JEUNGHON Non pi usato +SKILL_JEUNGRYEOK Attacco + +SKILL_JEUNGSOK Vlocit + +SKILL_JIGAM SKILL_JIGAM Non pi usato +SKILL_JIPJUNG SKILL_JIPJUNG Non pi usato +SKILL_JUMAGAP Armatura incantata +SKILL_JUMAGEOM SKILL_JUMAGEOM Non pi usato +SKILL_KWAEGEOM SKILL_KWAEGEOM Non pi usato +SKILL_KWAESOK Velocit +SKILL_LEGBOUND SKILL_LEGBOUND Non pi usato +SKILL_MUSA SKILL_MUSA Non pi usato +SKILL_MUYEONG Spirito della fiamma +SKILL_NEED_EMPTY_BOTTLE Non ho altre bottiglie vuote. +SKILL_NEED_POISON_BOTTLE Non ho bottiglie di veleno. +SKILL_ONLY_FOR_GUILD_WAR Puoi usare questa abilit solo nella guerra tra Gilde. +SKILL_PABEOP Togli incantesimo +SKILL_POWERFUL_STRIKE Attacco anestetizzante +SKILL_SEOMGWANG Bomba lampo +SKILL_SINCHAK SKILL_SINCHAK Non pi usato +SKILL_SLEEP Sonno +SKILL_SLOW Lento +SKILL_STUN Anestetizzare +SKILL_SUHO Guardiano +SKILL_SUMMON_DESCRIPTION Possibilit di evocazione: %d%% +SKILL_TOOLTIP_INT Intelligenza +SKILL_TOOLTIP_LEVEL Livello +SKILL_TOXICDIE Avvelenamento +SKILL_TOXICPOWER Valore di avvelenamento migliorato +SKILL_TUSOK Colpo dello spirito +SKILL_WONSIN SKILL_WONSIN Non pi usato +SKILL_YONGSIN SKILL_YONGSIN Non pi usato +STAT_MINUS_CON Adattamento della vitalit (Possibilit rimaste: %d) +STAT_MINUS_DEX Adattamento della destrezza (Possibilit rimaste: %d) +STAT_MINUS_INT Adattamento dell'intelligenza (Possibilit rimaste: %d) +STAT_MINUS_STR Adattamento della forza (Possibilit rimaste: %d) +STAT_TOOLTIP_CON HP e Difesa aumentati +STAT_TOOLTIP_DEX Precisione e Fuga aumentati +STAT_TOOLTIP_INT MP e Difesa-Attacco magici aumentati +STAT_TOOLTIP_STR Valori Attacco e Danno migliorati +SYMBOLLIST_TITLE Registrare la bandiera della Gilda +SYSTEM_OPTION_CPU_TILING_1 La modalit CPU Tiling pu migliorare la velocit di un PC lento. +SYSTEM_OPTION_CPU_TILING_2 Se si dovessero verificare problemi con la grafica, scegli ,Opzioni di sistema o ,CONFIG.exe +SYSTEM_OPTION_CPU_TILING_3 ed usa cos il GPU-Tiling-Modus +SYSTEM_OPTION_GPU_TILING_1 La modalit GPU Tiling potrebbe andare pi lentamente su un PC vecchio +SYSTEM_OPTION_GPU_TILING_2 Se si verificano dei problemi con la grafica scegli "Opzioni di Sistema" o "CONFIG.exe" +SYSTEM_OPTION_GPU_TILING_3 e cambia in modalit CPU Tiling +SYSTEM_OPTION_TILING_EXIT Per cambiare la modalit Tiling devi riavviare il gioco. +TARGET_BUTTON_ACCEPT_FIGHT Accetta +TARGET_BUTTON_AVENGE Vendetta +TARGET_BUTTON_BUILDING_DESTROY Distruggi +TARGET_BUTTON_DISMOUNT Scendi +TARGET_BUTTON_EMOTION_ALLOW Emozioni +TARGET_BUTTON_EXCHANGE Commercia +TARGET_BUTTON_EXCLUDE Escludi +TARGET_BUTTON_EXIT_OBSERVER Termina la modalit spettatore +TARGET_BUTTON_FIGHT Duello +TARGET_BUTTON_FRIEND Amico +TARGET_BUTTON_INVITE_GUILD Invito Gilda. +TARGET_BUTTON_INVITE_PARTY Invito Gruppo. +TARGET_BUTTON_LEAVE_PARTY Lascia gruppo +TARGET_BUTTON_REQUEST_ENTER_PARTY Entra nel gruppo +TARGET_BUTTON_VIEW_EQUIPMENT Armatura +TARGET_BUTTON_WHISPER Chat privata +TARGET_LEVEL_BOSS Boss +TARGET_LEVEL_KING Grado 5 +TARGET_LEVEL_KNIGHT Grado 3 +TARGET_LEVEL_PAWN Grado 1 +TARGET_LEVEL_S_KNIGHT Grado 4 +TARGET_LEVEL_S_PAWN Grado 2 +TASKBAR_ATTACK Attacca +TASKBAR_AUTO Attacca automaticamente +TASKBAR_CAMERA Videocamera +TASKBAR_EXP Esperienza +TASKBAR_HP HP +TASKBAR_MOVE Muovi +TASKBAR_SKILL Abilit +TASKBAR_SP MP +TASKBAR_ST AP +THING_COUNT Tutti +TOOLTIP_ANTI_CRITICAL_PCT Resistenza contro il colpo critico +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT Resistenza contro i colpi trafiggenti +%d%% SA +TOOLTIP_ANTI_SELL Non pu essere venduto nel negozio. +TOOLTIP_APPLY_ACCEDRAIN_RATE Tasso di assorbimento: %d%% SA +TOOLTIP_APPLY_ATTBONUS_ANIMAL Forte contro Animali +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Forte contro Ninja +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL Forte contro Diavolo +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Forte contro Mezziuomini +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Forte contro Esoterici +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Forte contro mostri +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC Forte contro Orchi +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN Forte contro Shamane +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Forte contro Sura +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD Forte contro Zombie +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Forte contro Guerrieri +%d%% SA +TOOLTIP_APPLY_BLEEDING_PCT Attacco sanguinante + %d%% SA +TOOLTIP_APPLY_BLEEDING_REDUCE Resistenza contro l'attacco sanguinante + %d%% SA +TOOLTIP_APPLY_BLOCK Possibilit blocco attacco corporale %d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER Rigenerare in battaglia %d MP ogni 5 Sec. SA +TOOLTIP_APPLY_CRITICAL_PCT + %d%% di possibilit nei colpi critici SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% di possibilit di mantenere MP nei colpi SA +TOOLTIP_APPLY_DODGE %d%% di possibilit di schivare frecce SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% di possibilit sul EXP Bonus SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% di possibilit di lasciar cadere Yang SA +TOOLTIP_APPLY_IMMUNE_FALL Immune contro caduta SNA +TOOLTIP_APPLY_IMMUNE_SLOW Difesa contro rallentamento SNA +TOOLTIP_APPLY_IMMUNE_STUN Difesa contro svenimento SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% di possibilit di far cadere il doppio degli oggetti SA +TOOLTIP_APPLY_KILL_HP_RECOVER %d%% di possibilit di rigenerare HP SA +TOOLTIP_APPLY_KILL_SP_RECOVER %d%% di possibilit di rigenerare MP SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% di possibilit prendere MP dell'avversario SA +TOOLTIP_APPLY_MAX_HP_PCT HP max. +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT MP max. +%d%% SA +TOOLTIP_APPLY_NOAFFECT Nessun effetto +TOOLTIP_APPLY_NO_DEATH_PENALTY Facendo rinascere il personaggio sul luogo della sua morte non perder punti esperienza. SNA +TOOLTIP_APPLY_PENETRATE_PCT %d%% di possibilit su colpi che trafiggono SA +TOOLTIP_APPLY_POISON_PCT Possibilit di avvelenamento: %d%% SA +TOOLTIP_APPLY_POISON_REDUCE Resistenza avvelenamento %d%% SA +TOOLTIP_APPLY_POTION_BONUS Pozione %d%% aumento dell'effetto SA +TOOLTIP_APPLY_REFLECT_CURSE Possibilit di riflettere maledizione: %d%% SA +TOOLTIP_APPLY_REFLECT_MELEE Possibilit di riflettere un attacco corporale: %d%% SA +TOOLTIP_APPLY_RESIST_ASSASSIN Possibilit di difesa dai ninja %d%% SA +TOOLTIP_APPLY_RESIST_BELL Difesa campana %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER Difesa pugnale %d%% SA +TOOLTIP_APPLY_RESIST_FAN Difesa ventaglio %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN Possibilit di difesa dagli shamani %d%% SA +TOOLTIP_APPLY_RESIST_SURA Possibilit di difesa dai sura %d%% SA +TOOLTIP_APPLY_RESIST_SWORD Difesa spada %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND Difesa spadone %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR Possibilit di difesa dai guerrieri %d%% SA +TOOLTIP_APPLY_RESIST_WIND Resistenza vento %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS Possibilit di imparare dai libri migliorata di fattore 2,5. SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY Se l'apprendimento fallisce, hai a disposizione subito un altro tentativo. SNA +TOOLTIP_APPLY_SLOW_PCT Possibilit di rallentamento: %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% di danni assorbiti da HP. SA +TOOLTIP_APPLY_STEAL_SP %d%% di danni assorbiti da MP. SA +TOOLTIP_APPLY_STUN_PCT Possibilit di svenimento: %d%% SA +TOOLTIP_ARMOR Armatura +TOOLTIP_ARROW Freccia +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE Valore d'attacco +%d SA +TOOLTIP_ATT_SPEED Velocit d'attacco +%d%% SA +TOOLTIP_AUTO_POTION_HP Elisir del Sole +TOOLTIP_AUTO_POTION_REST Quantit rimasta: %.2f%% +TOOLTIP_AUTO_POTION_SP Elisir della Luna +TOOLTIP_AUTO_POTION_USING Attivo +TOOLTIP_BOW_DISTANCE Raggio d'azione dell'arco +%dm SA +TOOLTIP_BUYPRICE Prezzo: %s +TOOLTIP_CAST_SPEED Velocit della magia +%d%% SA +TOOLTIP_CON Vitalit +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Bonus costume %d%% SA +TOOLTIP_DEF_GRADE Difesa +%d SA +TOOLTIP_DEX Destrezza +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Terra SNA +TOOLTIP_DRAGON_SOUL_DECK2 Cielo SNA +TOOLTIP_EAR Orecchino +TOOLTIP_ENERGY Energia %d SA +TOOLTIP_ETC Ecc. +TOOLTIP_FISHINGROD_EXP Punti: %d / %d +TOOLTIP_FISHINGROD_LEVEL Livello: %d +TOOLTIP_FISHINGROD_UPGRADE1 Consegnare al pescatore +TOOLTIP_FISHINGROD_UPGRADE2 per ottenere una migliore +TOOLTIP_FISHINGROD_UPGRADE3 canna da pesca +TOOLTIP_FISH_LEN Lunghezza: %.2fcm +TOOLTIP_HELMET Elmo +TOOLTIP_HP_REGEN Rigenerazione HP +%d%% SA +TOOLTIP_INT Intelligenza +%d SA +TOOLTIP_ITEM_ATT_GRADE Valore d'attacco %d +TOOLTIP_ITEM_ATT_POWER Valore d'attacco %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Valore d'attacco %d +TOOLTIP_ITEM_ATT_POWER_REFINE Valore d'attacco %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Velocit d'attacco %s +TOOLTIP_ITEM_DEF_GRADE Difesa %d +TOOLTIP_ITEM_FAST Veloce +TOOLTIP_ITEM_LIMIT_CON Valore massimo vitalit: %d +TOOLTIP_ITEM_LIMIT_DEX Valore massimo destrezza: %d +TOOLTIP_ITEM_LIMIT_INT Valore massimo intelligenza: %d +TOOLTIP_ITEM_LIMIT_LEVEL Da liv: %d +TOOLTIP_ITEM_LIMIT_STR Valore massimo forza: %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Valore attacco magico %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Valore attacco magico %d +TOOLTIP_ITEM_MAGIC_DEF_POWER Difesa magica %d +TOOLTIP_ITEM_NORMAL Normale +TOOLTIP_ITEM_SLOW Lento +TOOLTIP_ITEM_VERY_FAST Molto veloce +TOOLTIP_ITEM_VERY_SLOW Molto lento +TOOLTIP_ITEM_WEARABLE_JOB [ Equipaggiabile ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER Numero fortuna: %d +TOOLTIP_MAGIC_ATTBONUS_PER Attacco magico +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE Valore d'attacco magico +%d SA +TOOLTIP_MAGIC_DEF_GRADE Difesa magica +%d SA +TOOLTIP_MALL_ATTBONUS Valore d'attacco +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC Valore d'attacco +12~15% SNA +TOOLTIP_MALL_AUTOLOOT Drop di Yang vengono raccolti automaticamete. SNA +TOOLTIP_MALL_DEFBONUS Difesa +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC Difesa +12~15% SNA +TOOLTIP_MALL_EXPBONUS EXP +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe EXP-Bonus +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC 50% in pi EXP SNA +TOOLTIP_MALL_FISH_MIND La possibilit di catturare un pesce aumentata. SNA +TOOLTIP_MALL_GOLDBONUS Possibilit di drop di Yang (%.1f) SA +TOOLTIP_MALL_GOLDBONUS_STATIC Doppia possibilit di drop di Yang SNA +TOOLTIP_MALL_ITEMBONUS Possibilit di drop di oggetti (%.1f) SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe Possibilit sul razziare oggetti pi %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC Doppia possibilit di drop di oggetti SNA +TOOLTIP_MALL_MARRIAGE_FAST Punti amore aumentano pi veocemente. SNA +TOOLTIP_MALL_SAFEBOX Pi spazio a disposizione nel magazzino. SNA +TOOLTIP_MAX_HP Max. HP +%d SA +TOOLTIP_MAX_HP_PCT Max. HP +%d%% SA +TOOLTIP_MAX_SP Max. MP +%d SA +TOOLTIP_MAX_SP_PCT Max. MP +%d%% SA +TOOLTIP_MAX_STAMINA Max. resistenza +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Attacco/magico Attacco/corpo a corpo +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR GPS-ERRORE(%d, %d) +TOOLTIP_MOV_SPEED Velocit movimento %d%% SA +TOOLTIP_NECK Collana +TOOLTIP_NEED_ALL_SP MP necessari: Max. +TOOLTIP_NEED_GSP Spirito del drago necessario: %d +TOOLTIP_NEED_HP HP necessari: %d +TOOLTIP_NEED_HP_PER_SEC HP / Sec.: %d +TOOLTIP_NEED_SKILL_POINT Punti abilit necessari: +TOOLTIP_NEED_SP MP necessari: %d +TOOLTIP_NEED_SP_PER_SEC MP / Sec.:%d +TOOLTIP_NEXT_SKILL_LEVEL_1 Prossimo livello: %d (Max. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Prossimo livello: %d (Max. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Danni medi %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS Resistenza ai danni media %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 Pi di %d membri del gruppo +TOOLTIP_PARTY_INFO_GRADE_UP2 Grado d'attacco +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Grado di difesa +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL Ripristinare una volta in 60 minuti gli HP/MP di tutti i membri del gruppo. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL Ripristinare una volta in 30 minuti gli HP/MP di tutti i membri del gruppo. +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Devi aspettare 3 minuti dopo la morte del membro del gruppo. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Puoi richiamare in ogni momento i membri del gruppo che sono sul server. +TOOLTIP_PARTY_INFO_SET_ATTACKER Grado d'attacco +(Numero dei membri/2) %d attaccanti possono essere scelti. +TOOLTIP_PARTY_INFO_SET_TANKER Grado di difesa +(Numero dei membri del gruppo). Pu essere scelto lottatore corpo a corpo 1. +TOOLTIP_PARTY_SKILL_LEVEL Livello attuale: %d +TOOLTIP_PARTY_TITLE_GRADE_UP [Attacco/Difesa migliorata] +TOOLTIP_PARTY_TITLE_HEAL [Ripristina] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Per pi di %d membri del gruppo c' un Bonus EXP %d%%. +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonus-EXP] +TOOLTIP_PARTY_TITLE_RECALL [Richiama] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [scegli attaccante] +TOOLTIP_PARTY_TITLE_SET_TANKER [annota lottatore corpo a corpo] +TOOLTIP_PICK_EXP Punti: %d / %d +TOOLTIP_PICK_LEVEL Livello: %d +TOOLTIP_PICK_UPGRADE1 Consegnalo al boscaiolo +TOOLTIP_PICK_UPGRADE2 per ottenere +TOOLTIP_PICK_UPGRADE3 un piccone migliore. +TOOLTIP_POTION_CURE Annullare effetto negativo. +TOOLTIP_POTION_MIN Min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Velocit d'attacco: +%d +TOOLTIP_POTION_PLUS_HP_PERCENT HP +%d%% +TOOLTIP_POTION_PLUS_HP_POINT HP +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Velocit di movimento: +%d +TOOLTIP_POTION_PLUS_SP_PERCENT MP +%d%% +TOOLTIP_POTION_PLUS_SP_POINT MP +%d +TOOLTIP_POTION_SEC Sec. +TOOLTIP_POTION_TIME Durata: +TOOLTIP_REQUIREMENT_21_LEVEL Devi aver raggiunto livello 21 +TOOLTIP_REQUIREMENT_41_LEVEL Devi aver raggiunto livello 41 +TOOLTIP_REQUIREMENT_LEVEL Devi aver raggiunto livello %d +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s Livello %d necessario +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d necessario +TOOLTIP_RESIST_BOW Resistenza freccia %d%% SA +TOOLTIP_RESIST_DARK Resistenza contro l'oscurit +%d%% SA +TOOLTIP_RESIST_EARTH Resistenza terra +%d%% SA +TOOLTIP_RESIST_ELEC Resistenza lampo %d%% SA +TOOLTIP_RESIST_FIRE Resistenza fuoco %d%% SA +TOOLTIP_RESIST_ICE Resistenza ghiaccio +%d%% SA +TOOLTIP_RESIST_MAGIC Resistenza magia %d%% SA +TOOLTIP_REST_USABLE_COUNT Rimane: %d +TOOLTIP_SEALED Legato all'anima +TOOLTIP_SELLPRICE Prezzo %s +TOOLTIP_SHAMAN Shamana +TOOLTIP_SHIELD Scudo +TOOLTIP_SHOES Scarpe +TOOLTIP_SKILL Abilit SNA +TOOLTIP_SKILLBOOK_NAME Libro dell'abilit +TOOLTIP_SKILL_AFFECT_ATT_GRADE Valore d'attacco: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Valore d'attacco: +TOOLTIP_SKILL_AFFECT_ATT_SPEED Velocit d'attacco: + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Difesa: +TOOLTIP_SKILL_AFFECT_DODGE Valore d'attacco avversario: - +TOOLTIP_SKILL_AFFECT_HEAL ripristinare HP: +TOOLTIP_SKILL_AFFECT_MOV_SPEED Velocit di movimento: + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Possibilit di riflettere un attacco corporale: +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Resistenza ai danni corporali: +TOOLTIP_SKILL_COOL_TIME Tempo di ricarica: +TOOLTIP_SKILL_DAMAGE_BONUS Danni abilit %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS Resistenza contro i danni abilit %d%% SA +TOOLTIP_SKILL_DURATION Durata: %d Sec. +TOOLTIP_SKILL_FORGET_BOOK_NAME Libro dell'amnesia +TOOLTIP_SKILL_LEVEL Livello attuale: %d +TOOLTIP_SKILL_LEVEL_MASTER Livello attuale: %d (Maestro) +TOOLTIP_SKILL_LEVEL_WITH_MAX Livello attuale: %d (Max. %d) +TOOLTIP_SOCKET_EMPTY Vuoto +TOOLTIP_SOCKET_REFINABLE_ITEM [Oggetto con montatura] +TOOLTIP_SP_REGEN Rigenerazione MP +%d%% SA +TOOLTIP_STR Forza +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX Tempo di ricarica %d sec. SA +TOOLTIP_TIME_CHARGER_PER Tempo di ricarica %d%% SA +TOOLTIP_UNIQUE Unico +TOOLTIP_UNSEAL_LEFT_TIME Slegamento dall'anima tra: %dH %dM +TOOLTIP_WARRIOR Guerriero +TOOLTIP_WEAPON Arma +TOOLTIP_WRISTLET Bracciale +UI_ACCEPT Accetta +UI_CANCEL Interrompi +UI_CLOSE Chiudi +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Rifiuta +UI_ITEM Oggetto +UI_LEFT_TIME Tempo rimanente: %d sec. +UI_NEXT Avanti +UI_NEXTPAGE Continua +UI_NOCONTENTS Nessun contenuto +UI_NONAME Nessun nome +UI_OK Ok +UI_POS_UNKNOWN Luogo sconosciuto +UI_PREVPAGE Indietro +UI_UNKNOWN Sconosciuto +UPLOAD_MARK_CHECK_NEED_RECONNECT Rifai l'upload +UPLOAD_MARK_UPLOAD_NEED_RECONNECT Rifai l'upload +USE_ITEM_FAILURE_PRIVATE_SHOP Non puoi usare degli oggetti se hai un negozio privato aperto. +USE_SKILL_ERROR_UNKNOWN Errore abilit sconosciuto: %s diff --git a/bin/pack/locale_it/locale/it/locale_interface.txt b/bin/pack/locale_it/locale/it/locale_interface.txt new file mode 100644 index 00000000..706317e9 --- /dev/null +++ b/bin/pack/locale_it/locale/it/locale_interface.txt @@ -0,0 +1,345 @@ +ACCEPT Conferma +ATTACH_METIN_INFO Vuoi utilizzare la Pietra Spirituale? +ATTACH_METIN_TITLE Utilizza la Pietra Spirituale +CANCEL Interrompi +CHANGE_PASSWORD_CONFIRM Conferma nuova pass +CHANGE_PASSWORD_NEW Nuova password +CHANGE_PASSWORD_OLD Vecchia password +CHANGE_PASSWORD_TITLE Modifica password +CHARACTER_ACTION Azioni +CHARACTER_EMOTICON Emozioni +CHARACTER_MAIN Personaggio +CHARACTER_MUTUAL_ACTION Azioni interattive +CHARACTER_NORMAL_ACTION Azioni normali +CHARACTER_QUEST Missioni +CHARACTER_SKILL Abilit +CLOSE Chiudi +COMB_APPEARANCE Costume 1 +COMB_ATTRIBUTE Costume 2 +COMB_SKILLBOOK_TILE Scambia libri +COMB_TITLE +COSTUME_TITLE Costumi +COSTUME_WINDOW_TITLE Costumi +CREATE_ATT_GRADE STR +CREATE_CREATE Imposta +CREATE_DEX_GRADE DEX +CREATE_HP VIT +CREATE_LAST_POINT Punti +CREATE_MAN Uomo +CREATE_NAME Nome +CREATE_NEXT Avanti +CREATE_PREV Indietro +CREATE_SEX Sesso +CREATE_SHAPE Aspetto +CREATE_SP INT +CREATE_STAT_RESET Indietro +CREATE_WOMAN Donna +CUBE_INFO_TITLE Manuale della rifinitura +CUBE_REQUIRE_MATERIAL Materiali necessari +CUBE_REQUIRE_MATERIAL_OR oppure +CUBE_TITLE Finestra del raffinamento +DO_REFINE Raffinamento +DRAGONSOUL_ACTIVATE Attiva +DRAGONSOUL_PAGE_BUTTON_1 Grezzo +DRAGONSOUL_PAGE_BUTTON_2 Tagliato +DRAGONSOUL_PAGE_BUTTON_3 Raro +DRAGONSOUL_PAGE_BUTTON_4 Antico +DRAGONSOUL_PAGE_BUTTON_5 Leggendario +DRAGONSOUL_REFINE_WINDOW_TITLE Finestra del raffinamento +DRAGONSOUL_TAP_TITLE_1 Diamante del drago +DRAGONSOUL_TAP_TITLE_2 Rubino del drago +DRAGONSOUL_TAP_TITLE_3 Giada del drago +DRAGONSOUL_TAP_TITLE_4 Zaffiro del drago +DRAGONSOUL_TAP_TITLE_5 Granato del drago +DRAGONSOUL_TAP_TITLE_6 Onice del drago +DRAGONSOUL_TITLE Alchimia delle Pietre del drago +EMPIRE_EXIT Fine +EMPIRE_NEXT Avanti +EMPIRE_PREV Indietro +EMPIRE_SELECT Scegli +EXCHANGE_ACCEPT Accetta +EXCHANGE_TITLE Commercio +GAMEOPTION_TITLE Opzioni di gioco +GAME_EXIT_OBSERVER Termina modalit spettatore +GAME_HELP Aiuto +GAME_QUEST Rinuncia +GAME_SKILL_UP Aumenta abilit. +GAME_STAT_UP Aumenta status +GRADE Classe +GRADE_SELECT Classe +GUILD_BASENAME Nome base +GUILD_BOARD_ID Nome +GUILD_BOARD_REFRESH Attualizzare(F5) +GUILD_BOARD_TEXT Messaggio +GUILD_BUILDING_CATEGORY_TITLE Unit di costruzione +GUILD_BUILDING_CHANGE Cambia +GUILD_BUILDING_DIRECTION Orientamento +GUILD_BUILDING_GRADE Posizione +GUILD_BUILDING_INFO Info edifici e costi +GUILD_BUILDING_LIST_TITLE Lista edifici +GUILD_BUILDING_LOG Tronco +GUILD_BUILDING_NAME Nome edificio +GUILD_BUILDING_OPERATE Uso +GUILD_BUILDING_PLY Compensato +GUILD_BUILDING_POSITION Posizione +GUILD_BUILDING_PREVIEW Anteprima +GUILD_BUILDING_PRICE Prezzo +GUILD_BUILDING_REFRESH Attualizzare(F5) +GUILD_BUILDING_STONE Pietra fond. +GUILD_BUILDING_TITLE Edificio della Gilda +GUILD_CRYSTAL Cristallo +GUILD_DEPOSIT Numeri +GUILD_DROP_RESOURCE1 qui +GUILD_DROP_RESOURCE2 Far cadere risorse +GUILD_GEM Pietre preziose +GUILD_GRADE_CHANGE_GRADE_NAME Nuovo nome di Rango +GUILD_GRADE_NUM Nr. +GUILD_GRADE_PERMISSION_DELETE Estrometti +GUILD_GRADE_PERMISSION_JOIN Invita +GUILD_GRADE_PERMISSION_NOTICE Scrivi +GUILD_GRADE_PERMISSION_SKILL Abilit +GUILD_GRADE_RANK Rango +GUILD_GRADE_WRITE Scrivi +GUILD_INFO Informazioni della Gilda +GUILD_INFO_CUR_EXP Esperienza +GUILD_INFO_DECALRE_WAR Dichiara guerra +GUILD_INFO_ENEMY_GUILD Gilda nemica +GUILD_INFO_ENEMY_GUILD_EMPTY Nessuno +GUILD_INFO_LEVEL Livello Gilde +GUILD_INFO_MARK Simbolo delle Gilde +GUILD_INFO_MASTER Capo +GUILD_INFO_MASTER_VALUE Capo +GUILD_INFO_MEMBER_AVG_LEVEL Livello medio +GUILD_INFO_MEMBER_NUM Numero di membri +GUILD_INFO_NAME Nome della Gilda +GUILD_INFO_NAME_VALUE Questo il nome di una Gilda +GUILD_INFO_OFFER_EXP Invest. +GUILD_INFO_REST_EXP Esperienza necessaria +GUILD_INFO_UPLOAD_MARK Carica Stemma +GUILD_INFO_UPLOAD_SYMBOL Carica bandiera +GUILD_MARK Stemma della gilda +GUILD_MEMBER_JOB Classe +GUILD_MEMBER_KNIGHT Capo +GUILD_MEMBER_LEVEL Livello +GUILD_MEMBER_NAME Nome +GUILD_MEMBER_RANK Posizione +GUILD_MEMBER_SPECIFIC_GRAVITY Invest. +GUILD_METIN_STONE Pietra spirituale +GUILD_MINENAL Minerale +GUILD_MONEY Yang +GUILD_NAME Gilda +GUILD_RESOURCE_INFO Informazioni delle risorse +GUILD_SKILL_ACTIVE Attivo +GUILD_SKIlL_HEAL_GSP Ricaricare +GUILD_SKILL_PASSIVE Passivo +GUILD_SKILL_POWER Energia +GUILD_SKILL_STATE Abilit della Gilda +GUILD_SYMBOL Stemma della Gilda +GUILD_WAR_ACCEPT Accettare dichiarazione di guerra +GUILD_WAR_BATTLE_TYPE Tipo di lotta +GUILD_WAR_CTF Bandiera +GUILD_WAR_DECLARE Dichiarare guerra +GUILD_WAR_ENEMY Avversario +GUILD_WAR_NORMAL Campo +GUILD_WAR_WARP Arena +GUILD_WATER Acqua +GUILD_WATER_STONE Pietra acquatica +GUILD_WITHDRAW Prendi +HELP_ATTACK_KEY Attacco: tasto sinistro del mouse o barra spaziatrice +HELP_CHANGE_PK_MODE Cambiare il tipo di attacco: modifica impostazioni del tasto sinistro del mouse +HELP_CHARACTER_BUTTON1 (Finestra del personaggio, finestra dell'inventario, +HELP_CHARACTER_BUTTON2 lista degli amici e opzioni) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Modalit telecamera: tasto centrale o destro del mouse +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Modalit telecamera: tasto destro o centrale del mouse +HELP_EXP Esperienza +HELP_FURY Item Shop Ingame +HELP_GUILD_WINDOW Aprire la finestra della Gilda: Alt + G +HELP_HELP Mostra aiuto: H +HELP_HP Punti vita (HP) +HELP_MESSENGER_WINDOW Aprire la lista degli amici: Alt + M +HELP_MOUSE_LEFT Funzione del tasto sinistro del mouse +HELP_MOUSE_RIGHT Funzione del tasto destro del mouse +HELP_MOVE_KEY Movimento personaggio: W, S, A, D o tasti freccia +HELP_OPEN_CHARACTER Finestra del personaggio: C +HELP_OPEN_CHAT Aprire la finestra di chat: invio +HELP_OPEN_INVENTORY Aprire la finestra dell'inventario: I +HELP_OPEN_LOG Aprire il protocollo chat (log): L +HELP_OPEN_MINIMAP Aprire la mini-mappa: Shift + M +HELP_OPEN_QUEST Aprire la finestra delle missioni: N +HELP_OPEN_SKILL Aprire la finestra delle abilit: V +HELP_OPEN_WHISPER Aprire la chat privata: shift + invio +HELP_OPEN_ZONEMAP Aprire la mappa grande: M +HELP_PICK_ITEM Raccogliere oggetti: \ o z o il tasto sinistro del mouse +HELP_QUICKSLOT Campi di accesso rapido +HELP_SCREEN_CAPTURE Fare uno screenshot: Stamp o Print (l'immagine sar salvata nella cartella "Metin2\screenshot") +HELP_SHOW_ALL_NAME Visualizza nome: Alt +HELP_SP Punti Mana (PM) +HELP_SYSTEM_BUTTON Tasti di sistema +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1 Inventario +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2 Inventario +INVENTORY_TITLE Inventario +ITEM_MALL Item Shop +LOAD_ERROR Il file dati rovinato. Reinstalla il Client. Clicca ora il tasto ESC. +LOGIN_CONNECT Collegare +LOGIN_CONNECTING Stai per essere collegato al server. +LOGIN_DEFAULT_SERVERADDR Nome del server, Canale 1 +LOGIN_EXIT Termina +LOGIN_REGION_TITLE Luogo dove deve essere spedito il conto +LOGIN_SELECT_BUTTON Scegli +LOGIN_SELECT_EXIT Termina +LOGIN_SELECT_OK Ok +LOGIN_SELECT_TITLE Scegli server +MALL_PASSWORD_TITLE Password +MALL_TITLE Magazzino dell'Item Shop +MARKET_TITLE Negozio +MARKLIST_REFRESH Attualizza +MARKLIST_TITLE Registra il logo della Gilda +MESSAGE Questo un messaggio +MESSENGER_ADD_FRIEND Aggiungi amico +MESSENGER_DELETE_FRIEND Cancella amico +MESSENGER_MOBILE Invia SMS +MESSENGER_OPEN_GUILD Apri la finestra della Gilda +MESSENGER_TITLE Amici +MESSENGER_USE_GUILD_MOVE_SKILL Utilizza l'abitlit di movimento della Gilda +MESSENGER_WHISPER Chat privata +MINIMIZE Minimizza +MOUSEBUTTON_ATTACK Attacca +MOUSEBUTTON_AUTO_ATTACK Attacca automaticamente +MOUSEBUTTON_CAMERA Videocamera +MOUSEBUTTON_SKILL Abilit. +MUSICLIST_TITLE Scelta della musica +NO No +OK Ok +OPTION_ALWAYS_SHOW_NAME Nome +OPTION_ALWAYS_SHOW_NAME_OFF Limitato +OPTION_ALWAYS_SHOW_NAME_ON Sempre +OPTION_BLOCK Blocca +OPTION_BLOCK_EXCHANGE Commercio +OPTION_BLOCK_FRIEND Amici +OPTION_BLOCK_GUILD Gilda +OPTION_BLOCK_PARTY Gruppo +OPTION_BLOCK_PARTY_REQUEST Richiesta +OPTION_BLOCK_WHISPER Chat privata +OPTION_CAMERA_DISTANCE Videocamera +OPTION_CAMERA_DISTANCE_LONG Lontano +OPTION_CAMERA_DISTANCE_SHORT Vicino +OPTION_DELETE_MOBILE_BUTTON Cancella numero di cellulare +OPTION_EFFECT Visualizzatore dei bersagli +OPTION_ENV_EFFECT Ambiente +OPTION_ENV_EFFECT_OFF Off +OPTION_ENV_EFFECT_ON On +OPTION_FOG Nebbia +OPTION_FOG_DENSE Molto +OPTION_FOG_LIGHT Poco +OPTION_FOG_MIDDLE Media +OPTION_INPUT_MOBILE_BUTTON Inserisci il numero di cellulare +OPTION_MOBILE Cellulare +OPTION_MOB_INFO Info mostri +OPTION_MOB_INFO_AGGR Aggressivo +OPTION_MOB_INFO_LEVEL Livello +OPTION_MUSIC Musica +OPTION_MUSIC_CHANGE Cambia +OPTION_MUSIC_DEFAULT_THEMA Titolo standard di Metin2 +OPTION_NAME_COLOR Colore Nome +OPTION_NAME_COLOR_EMPIRE Nome del regno +OPTION_NAME_COLOR_NORMAL Normale +OPTION_NIGHT_MODE Notte +OPTION_NIGHT_MODE_OFF Off +OPTION_NIGHT_MODE_ON On +OPTION_PVPMODE Modo PvP +OPTION_PVPMODE_FREE Libero +OPTION_PVPMODE_FREE_TOOLTIP Puoi attaccare tutti i giocatori. +OPTION_PVPMODE_GUILD Gilda +OPTION_PVPMODE_GUILD_TOOLTIP Puoi attaccare tutti i giocatori esclusi membri della Gilda. +OPTION_PVPMODE_PEACE Pace +OPTION_PVPMODE_PEACE_TOOLTIP Non puoi attaccare i giocatori del tuo regno. +OPTION_PVPMODE_REVENGE Ostile +OPTION_PVPMODE_REVENGE_TOOLTIP Puoi attaccare solo giocatori con gradi diversi dal tuo. +OPTION_SALESTEXT Nome del negozio +OPTION_SALESTEXT_VIEW_OFF nascondi +OPTION_SALESTEXT_VIEW_ON visualizza +OPTION_SNOW_MODE Nevicata +OPTION_SNOW_MODE_OFF Off +OPTION_SNOW_MODE_ON On +OPTION_SNOW_TEXTURE_MODE Neve +OPTION_SNOW_TEXTURE_MODE_OFF Off +OPTION_SNOW_TEXTURE_MODE_ON On +OPTION_SOUND Effetti +OPTION_TARGET_BOARD Men bersaglio +OPTION_TARGET_BOARD_NO_VIEW Chiudi +OPTION_TARGET_BOARD_VIEW Visualizza +OPTION_TILING Memoria video +OPTION_TILING_APPLY Usa +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Opzioni +OPTION_VIEW_CHAT Righe di Chat +OPTION_VIEW_CHAT_OFF nascondi +OPTION_VIEW_CHAT_ON visualizza +PARTY_MEMBER_INFO_NAME Nome dei membri del gruppo +PASSWORD_DESC_1 Digita una password, +PASSWORD_DESC_2 per aprire il magazzino. +PASSWORD_DESC_3 Hai gi cambiato la password? +PASSWORD_DESC_4 In caso non l'avessi fatto, la tua password : "000000". +PASSWORD_DESC_5 Cambia la tua password nel magazzino. +PASSWORD_TITLE Salva-PW +PICK_MONEY_TITLE Dividi +PRIVATE_SHOP_CLOSE_BUTTON Chiudi negozio +PRIVATE_SHOP_NAME Nome del negozio +PRIVATE_SHOP_TITLE Crea un negozio privato +REFINE_COST Costi di miglioramento: 0 Yang +REFINE_INFO Probabilit di successo del miglioramento: 100% +REFINE_MONEY Tassa sul raffinamento +REFINE_SELECT Raffinamento +REFINE_TTILE Miglioramenti +REPORT_VIOLENT_WHISPER +RESTART_HERE Ricomincia qui +RESTART_TOWN Ricomincia nella citt. +SAFE_CHANGE_PASSWORD Modifica password +SAFE_TITLE Magazzino +SELECT_ATT_GRADE STR +SELECT_CREATE Crea +SELECT_DELETE Cancella +SELECT_DEX_GRADE DEX +SELECT_EMPIRE_NAME Nome del Regno +SELECT_EXIT Termina +SELECT_HP VIT +SELECT_LEVEL Livello +SELECT_METIN_STONE_TITLE Scegli pietra spirituale +SELECT_NAME Nome +SELECT_NO_GUILD Nessuna Gilda +SELECT_PLAYTIME Tempo di gioco +SELECT_SELECT Start +SELECT_SP INT +SELECT_TITLE Scegli titolo +SHOP_BUY Compra +SHOP_SELL Vendi +SHOP_TITLE Negozio +SKILL_SUPPORT_TITLE Abilit standard +STEP Grado di chiarezza +STEP_SELECT Grado di purezza +STRENGTH Rinforza +STRENGTH_SELECT Livello +SYSTEMOPTION_TITLE Opzioni di sistema +SYSTEM_CHANGE Cambia personaggio +SYSTEM_EXIT Termina gioco +SYSTEM_HELP Aiuto +SYSTEM_LOGOUT Sconnetti +SYSTEM_MALL Item Shop +SYSTEM_OPTION Opzioni di sistema +TASKBAR_CHARACTER Personaggio [C/V/B/N] +TASKBAR_CHAT Finestra di Chat [Invio] +TASKBAR_DISABLE Disattiva +TASKBAR_DRAGON_SOUL Alchimia delle Pietre del drago +TASKBAR_EXPAND Ingrandisci la finestra +TASKBAR_INVENTORY Inventario [I] +TASKBAR_MESSENGER Amici [Alt+M] +TASKBAR_NEXT_QUICKSLOT Prossimo campo di utilizzo veloce [Shift + Numero, Alt] +TASKBAR_PREV_QUICKSLOT Precedente campo di utilizzo veloce [Shift + Numero] +TASKBAR_SYSTEM Opzioni[ESC] +WHISPER_BAN Blocca +WHISPER_NAME Sussurra +WHISPER_REPORT +WHISPER_SEND Invia +YES S. +ZONE_MAP Mappa grande diff --git a/bin/pack/locale_it/locale/it/map/map_a2_point.txt b/bin/pack/locale_it/locale/it/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_it/locale/it/map/map_b2_point.txt b/bin/pack/locale_it/locale/it/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_it/locale/it/map/map_c2_point.txt b/bin/pack/locale_it/locale/it/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_it/locale/it/map/map_n_snowm_01_point.txt b/bin/pack/locale_it/locale/it/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_it/locale/it/map/metin2_map_a1_point.txt b/bin/pack/locale_it/locale/it/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_it/locale/it/map/metin2_map_a3_point.txt b/bin/pack/locale_it/locale/it/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_it/locale/it/map/metin2_map_b1_point.txt b/bin/pack/locale_it/locale/it/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_it/locale/it/map/metin2_map_b3_point.txt b/bin/pack/locale_it/locale/it/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_it/locale/it/map/metin2_map_c1_point.txt b/bin/pack/locale_it/locale/it/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_it/locale/it/map/metin2_map_c3_point.txt b/bin/pack/locale_it/locale/it/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_it/locale/it/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_it/locale/it/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_it/locale/it/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_it/locale/it/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_it/locale/it/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_it/locale/it/mob_proto b/bin/pack/locale_it/locale/it/mob_proto new file mode 100644 index 00000000..574cadcd Binary files /dev/null and b/bin/pack/locale_it/locale/it/mob_proto differ diff --git a/bin/pack/locale_it/locale/it/skilldesc.txt b/bin/pack/locale_it/locale/it/skilldesc.txt new file mode 100644 index 00000000..4aaeb0c0 --- /dev/null +++ b/bin/pack/locale_it/locale/it/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Taglio a tre vie Triplo taglio Triplo colpo Colpisci il nemico molto velocemente. Attacco trafiggente per 3 volte Attacco a pi bersagli ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 Valore di attacco totale %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN Lancio di lampi Sfera di lampo Lampo mortale Attacca con lampi. Attacco da lontano Attacco a pi bersagli Attributo lampo ATTACK_SKILL|NEED_TARGET noejeon 16 4 Valore di attacco magico %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN Evocare i lampi Chimare i lampi Temporale Evoca lampi dal cielo. Attacco da lontano Attacco a pi bersagli Attributo lampo Svenimento ATTACK_SKILL|NEED_TARGET byeorak 17 4 Valore di attacco magico %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k Probabilit di svenimento: %.0f%% (50+1000*k/6)/10 +108 SHAMAN Artiglio di lampo Colpo di lampo Pugno del tuono Fai un pugno di lampi. Attacco da lontano Attributo lampo Attacco a catena ATTACK_SKILL|NEED_TARGET pokroe 18 4 Valore di attacco magico %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN Curare Guarire Aiuto della luce Cura le ferite con l'aiuto della luce HP vengono rigenerati Gli effetti negativi vengono curati Pu essere usato per un membro del gruppo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 Ripristino degli HP %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k Probabilit di curare effetti negativi %.0f%% 20+80*k +110 SHAMAN Rapidit Velocit Velocit del vento Corri rapido come il vento. La velocit di movimento viene aumentata La velocit della magia viene diminuita Pu essere usato per un membro del gruppo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Velocit di movimento +%.0f%% 5 + (35 * k) Velocit della magia +%.0f%% 3+33*k +111 SHAMAN Attacco+ Attacco potenziato Attacco rinforzato Fai diventare pi forte un compagno. Il valore di attacco viene aumentato Pu essere utilizzato su un compagno del gruppo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Valore d'attacco +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Guida Abilit di guidare il compagno. PASSIVE tongsol +122 SUPPORT Combo Potenzia l'attacco Combo CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT Pescare Abilit di pesca. CANNOT_LEVEL_UP fishing +124 SUPPORT Scienza mineraria Capacit di ricavare minerali. PASSIVE mining +125 SUPPORT Produzione di oggetti Fai un oggetto. CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Shinsoo Ora sei in grado di capire la lingua Shinsoo. CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Chunjo Ora sei in grado di capire la lingua Chunjo. CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Jinno Ora sei in grado di capire la lingua Jinno. CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT Trasformazione Trasformati in un mostro. CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Cavalcare Abilit di cavalcare un cavallo. CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT Chiamare il cavallo Chiama il tuo cavallo. summon +137 HORSE Combattimento a cavallo Attacca i tuoi nemici dal cavallo. (da lv. 50) Capacit di cavalcare ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE Pestone di cavallo Pesta tutti i tuoi nemici vicini. (da lv. 52) Capacit di cavalcare ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE Onda potente Attacca tutti i nemici dal cavallo. (da lv.55) Capacit di cavalcare ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Tempesta di frecce Lancia le frecce sul nemico da cavallo. (da lv. 50) Capacit di cavalcare ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Occhi di drago Aumenta al massimo lo spirito del drago. PASSIVE yongan Innalzamento massimo dello spirito del drago +%.0f k * 1400 +152 GUILD Sangue del Diol Drago Aumenta per un tempo det. HP max. Solo per guerre tra gilde ONLY_FOR_GUILD_WAR gaho 101 1 Max HP +%.0f%% k * 20 +153 GUILD Benedizione del Dio Drago Aumenta per un tempo determinato l'MP max. Solo per guerre tra gilde ONLY_FOR_GUILD_WAR chukbok 102 1 Max. MP +%.0f%% k * 20 +154 GUILD Armatura benedetta Aumenta per un tempo determinato la tua difesa. Solo per guerre tra gilde ONLY_FOR_GUILD_WAR seonghwi 103 1 Difesa +%.1f%% k * 10 +155 GUILD Accelerazione Aumenta per un tempo determinato la tua velocit d'attacco e movimento. Solo per guerre tra gilde ONLY_FOR_GUILD_WAR gasok 104 1 Velocit d'attacco e movimento +%.1f k * 30 +156 GUILD Rabbia del Dio Drago Aumenta per un tempo determinato la possiblit di infliggere un colpo critico. Solo per guerre tra gilde ONLY_FOR_GUILD_WAR bunno 105 1 Possiblit di infliggere un colpo critico +%.0f%% k * 50 +157 GUILD Aiuto della magia Diminuisce per un tempo determinato il tempo d'attesa. Solo per guerre tra gilde ONLY_FOR_GUILD_WAR jumunsul 106 1 Tempo d'attesa -%.0f%% k * 50 +16 WARRIOR Penetrazione Ondata di pressione Attacco Tsunami Attacchi i nemici frontalmente. Attacco trafiggente frontale ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Valore di attacco %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR Colpire duramente Potente colpo di tigre Potente colpo del drago Attacchi i nemici frontalmente. Attacco trafiggente Attacco a pi bersagli ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Valore di attacco %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR Pestone Pestone di leone Pestone di rinoceronte Fai cadere pi nemici. Attacco trafiggente Possibilit di svenimento ATTACK_SKILL|STANDING_SKILL daejin 18 4 Valore di attacco %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Probabilit di svenimento: %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Corpo forte Corpo di ferro Corpo di acciaio La tua difesa migliora temporaneamente e non cadi a terra. La difesa viene migliorata Diminuisce la velocit di movimento Non si cade STANDING_SKILL cheongeun 19 4 Difesa +%.0f 7+(40 + 0.2*str + 0.4*con)*k Velocit di movimento -%.0f 1 + 9*SkillPoint +2 WARRIOR Vortice della spada Danza della spada Ciclone Fai girare vorticosamente la spada per attaccare pi nemici. Attacco trafiggente Attacco a pi bersagli ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Valore di attacco %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Colpo di spada Stoccata di spada Lancio della spada Attacchi i nemici frontalmente. Attacco da lontano Attacco a pi bersagli Svenimento Fa cadere il bersaglio ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Valore di attacco %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Probabilit di svenimento: %.0f%% (100+k*1000/6)/10 +3 WARRIOR Estasi da combattimento Rabbia Frenesia Ti concentri esclusivamente sull'attaccare Aumenta la velocit d'attacco Aumenta la velocit di movimento Aumenta la vulnerabilit al danno STANDING_SKILL jeongwi 3 4 Velocit di attacco +%.0f%% 50 * SkillPoint Velocit di movimento +%.0f%% 20 * SkillPoint +31 ASSASSIN Tranello Attacco nascosto Tranello nascosto Avvicinati al tuo nemico da dietro e attaccalo mortalmente. Il valore di attacco aumenta se il colpo andato a segno nella schiena. Bonus di camuffamento ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Valore di attacco %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Attacco lampo Teleportazione d'attacco Attacco mortale Avvicinati velocemente al nemico e attaccalo mortalmente. Attacco con teletrasporto Bonus di camuffamento ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Valore di attacco %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Vortice del pugnale Pugnale vorticoso Pugnale danzante Gira vorticosamente con il pugnale attorno al nemico. Danni di superficie Attacco velenoso duraturo ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Valore di attacco %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Probabilit di avvelenamento %.0f%% 1 + 4*k +34 ASSASSIN Camuffamento Passo felpato Nascondere Ti puoi nascondere. Usandolo interrompi l'attacco STANDING_SKILL eunhyeong 4 4 Bonus danni tranello: +%.0f%% 50 * SkillPoint +35 ASSASSIN Nuvola velenosa Nuvola mortale Nuvola assassina Forma delle nuvole velenose attorno al tuo nemico avvelenandolo. Attacco da lontano Attacco a pi bersagli Attacco velenoso duraturo ATTACK_SKILL|NEED_TARGET sangong 5 4 Valore di attacco %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Probabilit di avvelenamento %.0f%% 40*k +4 WARRIOR Aura della spada Spada spirituale Spada del fantasma Il valore di attacco aumenta per un tempo definito. Aumenta il valore di attacco STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Valore di attacco +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Tiro ripetuto Tiro multiplo Tiro violento Tira sul nemico pi frecce. Attacco da lontano Pi attacchi ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) Valore di attacco totale %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k %.0f frecce sono state lanciate. 2 + floor(6 * SkillPoint) +47 ASSASSIN Pioggia di frecce Freccia dinamica Pioggia di frecce Tira pi frecce a pi nemici. Attacco da lontano Attacco a pi bersagli ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Valore di attacco %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Obbiettivo massimo %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Freccia di fuoco Freccia bruciante Freccia infiammata Accendi una freccia. Attacco da lontano Attacco a pi bersagli Attacco infuocato ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Valore di attacco %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Passo di piuma Veloce come il vento Velocit degli Dei Rendi il tuo corpo pi leggero per aumentare la velocit di movimento. La velocit di movimento viene aumentata STANDING_SKILL gyeonggong 19 4 Velocit di movimento +%.0f 60*SkillPoint +5 WARRIOR Sibilare Frenesia Proiettile Sei veloce come un proiettile! Attacco trafiggente fulmineo ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Valore d'attacco %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN Freccia avvelenata Freccia tossica Freccia mortale Intingi la tua freccia in un potente veleno. Attacco da lontano Attacco a pi bersagli Fa cadere il bersaglio Attacco velenoso duraturo ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Valore di attacco %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Probabilit di avvelenamento %.0f%% 80*k +61 SURA Schiocco di dita Schiocco di dita infuocato Schiocco di dita esplosivo Con la punta delle dita crea una potente esplosione. Attacco trafiggente La difesa del nemico viene ignorata Bonus intelligenza ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Valore di attacco %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Probabilit di ignorare la difesa del nemico %.0f%% 1 + 9*SkillPoint +62 SURA Vortice del drago Vortice del tornado Turbine Provoca un potente turbine per sconfiggere pi nemici. Danni di superficie La fuga del nemico viene ignorata Bonus intelligenza ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Valore di attacco %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Probabilit di ignorare la fuga del nemico %.0f%% 1 + 9*SkillPoint +63 SURA Lama magica Spada magica Lama degli spiriti Fornisci la tua lama di un potente spirito. Il valore di attacco viene alzato Bonus intelligenza Rubare vita STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Valore di attacco +%.1f 7 + (5*iq+13)*k Furto della vita: %.0f%% del danno 10*k +64 SURA Paura Grande paura Terrore Diminuisci le abilit dei nemici che ti attaccano. Il valore di attacco nemico viene diminuito La possibilit che l'attacco dell'avversario vada a vuoto aumenta Viene usato solo quando sei stato colpito STANDING_SKILL gongpo 4 4 Valore d'attacco avversario -%.0f%% 5 + 20*SkillPoint Probabilit che l'attacco nemico fallisca %.0f%% 1 + 29*SkillPoint +65 SURA Armatura magica Armatura magica migliorata Armatura oscura Proteggi il tuo corpo con un armatura oscura. Una parte del danno si riflette sull'attaccante. Migliora la difesa Bonus intelligenza STANDING_SKILL jumagap 5 4 Difesa +%.0f (iq+30)*k Probabilit di riflettere l'attacco corporale %.0f%% (iq/4+10)*k +66 SURA Annullare la magia Potente annullamento della magia Attacco di annullamento della magia Elimina tutti gli effetti che agevolano il nemico. Attacco da lontano Attacco a pi bersagli Gli effetti che aiutano il nemico vengono annullati ATTACK_SKILL|NEED_TARGET pabeop 6 4 Valore di attacco magico %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Probabilit di annullamento della magia %.0f%% 50*k +76 SURA Colpo oscuro Colpo dello spirito Esplosione oscura Lancia il potere oscuro per ferire i nemici. Attacco da lontano Attacco a pi bersagli ATTACK_SKILL|NEED_TARGET maryeong 16 4 Valore d'attacco magico %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Colpo di fiamma Colpo infiammato Detonazione di fiamme Brucia i nemici con un'esplosione. Danni di superficie Attacco di fuoco ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Valore d'attacco magico %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Spirito della fiamma Fila di fiamme Esplosione di fiamme Crea uno spirito della fiamma. Attacco da lontano Bersaglio arbitrario Attacco a pi bersagli ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Valore di attacco magico %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Protezione oscura Membrana oscura Protezione del principe oscuro Proteggiti con la forza oscura e trasforma i danni corporali in MP. I danni da magia vengono ridotti. Migliora la difesa STANDING_SKILL|TOGGLE heuksin 19 4 Riduzione dei danni %.0f%% (iq*0.84)*k Difesa +%.0f (0.5*iq+15)*k +80 SURA Colpo dello spirito Colpo dell'anima Attacco degli spiriti Lancia spiriti oscuri per ferire i nemici. Attacco da lontano Attacco a pi bersagli Diventi pi lento ATTACK_SKILL|NEED_TARGET tusok 20 4 Valore d'attacco magico %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Probabilit di rallentare: %.1f%% (333 + (300 * k))/10 +81 SURA Pietra oscura Palla oscura Sfera oscura Lancia sfere oscure per ferire i nemici. Attacco da lontano Attacco a pi bersagli ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Valore d'attacco magico %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Talismano volante Lancio del drago Lancio violento Lancia un talismano per ferire i nemici Attacco da lontano Attacco a pi bersagli ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Valore d'attacco magico %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Tiro del drago Drago che attacca Drago ascendente Lancia una figura di drago per attaccare i nemici frontalmente. Attacco trafiggente Danni da fuoco duraturo ATTACK_SKILL|NEED_TARGET yongpa 2 4 Valore di attacco magico %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Probabilit di fuoco duraturo: %.0f%% iq*0.2*k +93 SHAMAN Ruggito del drago Urlo del drago Lamento del drago Attacca i nemici con una figura di drago. Danni di superficie Danni da fuoco duraturo ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Valore d'attacco magico %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k Probabilit di fuoco duraturo %.0f%% iq*0.2*k +94 SHAMAN Benedizione Muro di cielo Benedizione del drago Proteggi il tuo compagno o te stesso con un cerchio di protezione. Resistenza contro attacchi corporali Pu essere usato per un compagno del gruppo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Resistenza agli attacchi corporali: %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Riflessione Riflessione acquatica Specchio di vetro Proteggi il tuo compagno o te stesso con un cerchio riflettente. Gli attacchi corporali vengono riflessi Pu essere usato per un compagno del gruppo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 Probabilit di riflettere l'attacco: %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Aiuto del drago Sostegno del drago Forza del Drago Rinforza il tuo attacco o quello di un tuo compagno. Le probabilit di attacchi critici vengono aumentate. Pu essere usato per un compagno del gruppo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Probabilit sugli attacchi mortali: %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_it/locale/it/skilltable.txt b/bin/pack/locale_it/locale/it/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_it/locale/it/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_it/locale/it/ui/costume/costume_bg.jpg b/bin/pack/locale_it/locale/it/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_it/locale/it/ui/costume_bg.jpg b/bin/pack/locale_it/locale/it/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_it/locale/it/ui/createcharacterwindow.py b/bin/pack/locale_it/locale/it/ui/createcharacterwindow.py new file mode 100644 index 00000000..ce1e74a1 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/it/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/it/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/dragonsoulrefinewindow.py b/bin/pack/locale_it/locale/it/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_it/locale/it/ui/dragonsoulwindow.py b/bin/pack/locale_it/locale/it/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/empire/empire.dds b/bin/pack/locale_it/locale/it/ui/empire/empire.dds new file mode 100644 index 00000000..0c28ed47 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/empire/empire.dds differ diff --git a/bin/pack/locale_it/locale/it/ui/empire/title.sub b/bin/pack/locale_it/locale/it/ui/empire/title.sub new file mode 100644 index 00000000..cfffe3da --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/energybar.py b/bin/pack/locale_it/locale/it/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_it/locale/it/ui/expandedtaskbar.py b/bin/pack/locale_it/locale/it/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/giftbox.py b/bin/pack/locale_it/locale/it/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/guild/guild.dds b/bin/pack/locale_it/locale/it/ui/guild/guild.dds new file mode 100644 index 00000000..647a1b72 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/guild/guild.dds differ diff --git a/bin/pack/locale_it/locale/it/ui/guild/tab_1.sub b/bin/pack/locale_it/locale/it/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/guild/tab_2.sub b/bin/pack/locale_it/locale/it/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/guild/tab_3.sub b/bin/pack/locale_it/locale/it/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/guild/tab_4.sub b/bin/pack/locale_it/locale/it/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/guild/tab_5.sub b/bin/pack/locale_it/locale/it/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/guild/tab_6.sub b/bin/pack/locale_it/locale/it/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/highlighted_quest.tga b/bin/pack/locale_it/locale/it/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/highlighted_quest_r.tga b/bin/pack/locale_it/locale/it/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/inventorywindow.py b/bin/pack/locale_it/locale/it/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/loading/gauge_empty.dds b/bin/pack/locale_it/locale/it/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_it/locale/it/ui/loading/gauge_full.dds b/bin/pack/locale_it/locale/it/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_it/locale/it/ui/loadingwindow.py b/bin/pack/locale_it/locale/it/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/login.jpg b/bin/pack/locale_it/locale/it/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/login.jpg differ diff --git a/bin/pack/locale_it/locale/it/ui/login.sub b/bin/pack/locale_it/locale/it/ui/login.sub new file mode 100644 index 00000000..990ae5a3 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/login.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_it/locale/it/ui/login/copyright.sub b/bin/pack/locale_it/locale/it/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/login/g4d.sub b/bin/pack/locale_it/locale/it/ui/login/g4d.sub new file mode 100644 index 00000000..9f0fdaab --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 472 +bottom 13 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/login/login.dds b/bin/pack/locale_it/locale/it/ui/login/login.dds new file mode 100644 index 00000000..d641b360 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/login/login.dds differ diff --git a/bin/pack/locale_it/locale/it/ui/login/loginwindow.sub b/bin/pack/locale_it/locale/it/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/login/published.sub b/bin/pack/locale_it/locale/it/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/login/title.sub b/bin/pack/locale_it/locale/it/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/login_dark_dragons.jpg b/bin/pack/locale_it/locale/it/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_it/locale/it/ui/loginwindow.py b/bin/pack/locale_it/locale/it/ui/loginwindow.py new file mode 100644 index 00000000..232bccb9 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/it/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/it/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/it/ui/vkey/key_at.tga', + 'down_image' : 'locale/it/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/it/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/it/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/it/ui/vkey/key_enter.tga', + 'down_image' : 'locale/it/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/it/ui/vkey/key_shift.tga', + 'down_image' : 'locale/it/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/it/ui/vkey/key_space.tga', + 'down_image' : 'locale/it/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/it/ui/vkey/key_normal.tga', + 'down_image' : 'locale/it/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/it/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/mall/00.sub b/bin/pack/locale_it/locale/it/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/01.sub b/bin/pack/locale_it/locale/it/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/02.sub b/bin/pack/locale_it/locale/it/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/03.sub b/bin/pack/locale_it/locale/it/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/04.sub b/bin/pack/locale_it/locale/it/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/05.sub b/bin/pack/locale_it/locale/it/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/06.sub b/bin/pack/locale_it/locale/it/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/07.sub b/bin/pack/locale_it/locale/it/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/08.sub b/bin/pack/locale_it/locale/it/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/09.sub b/bin/pack/locale_it/locale/it/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/10.sub b/bin/pack/locale_it/locale/it/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/11.sub b/bin/pack/locale_it/locale/it/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/12.sub b/bin/pack/locale_it/locale/it/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/13.sub b/bin/pack/locale_it/locale/it/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/14.sub b/bin/pack/locale_it/locale/it/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/15.sub b/bin/pack/locale_it/locale/it/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/16.sub b/bin/pack/locale_it/locale/it/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0000.tga b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0001.tga b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0002.tga b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0003.tga b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0004.tga b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0005.tga b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0006.tga b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0007.tga b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0008.tga b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0009.tga b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0000.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0001.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0002.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0003.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0004.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0005.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0006.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0007.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0008.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0009.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0010.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0011.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0012.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0013.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0014.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/herz0015.tga b/bin/pack/locale_it/locale/it/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/mall.tga b/bin/pack/locale_it/locale/it/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/mall.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/0a2.tga b/bin/pack/locale_it/locale/it/ui/mapname/0a2.tga new file mode 100644 index 00000000..54e31586 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/a1.tga b/bin/pack/locale_it/locale/it/ui/mapname/a1.tga new file mode 100644 index 00000000..8643a19e Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/a2.tga b/bin/pack/locale_it/locale/it/ui/mapname/a2.tga new file mode 100644 index 00000000..54e31586 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/a3.tga b/bin/pack/locale_it/locale/it/ui/mapname/a3.tga new file mode 100644 index 00000000..33b15e4a Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/a4.tga b/bin/pack/locale_it/locale/it/ui/mapname/a4.tga new file mode 100644 index 00000000..7d04beda Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/b1.tga b/bin/pack/locale_it/locale/it/ui/mapname/b1.tga new file mode 100644 index 00000000..29bb6322 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/b2.tga b/bin/pack/locale_it/locale/it/ui/mapname/b2.tga new file mode 100644 index 00000000..65804b74 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/b3.tga b/bin/pack/locale_it/locale/it/ui/mapname/b3.tga new file mode 100644 index 00000000..a3c13984 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/b4.tga b/bin/pack/locale_it/locale/it/ui/mapname/b4.tga new file mode 100644 index 00000000..2cf0e50c Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/bay.tga b/bin/pack/locale_it/locale/it/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/c1.tga b/bin/pack/locale_it/locale/it/ui/mapname/c1.tga new file mode 100644 index 00000000..4c361b6d Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/c2.tga b/bin/pack/locale_it/locale/it/ui/mapname/c2.tga new file mode 100644 index 00000000..74c40477 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/c3.tga b/bin/pack/locale_it/locale/it/ui/mapname/c3.tga new file mode 100644 index 00000000..7b9a5d58 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/c4.tga b/bin/pack/locale_it/locale/it/ui/mapname/c4.tga new file mode 100644 index 00000000..a271d273 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/cape.tga b/bin/pack/locale_it/locale/it/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/dawn.tga b/bin/pack/locale_it/locale/it/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/desert1.tga b/bin/pack/locale_it/locale/it/ui/mapname/desert1.tga new file mode 100644 index 00000000..8a49c989 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil1.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil1.tga new file mode 100644 index 00000000..b3856ab8 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil1_1f.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..c6465f38 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil1_2f.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..8eb6fa74 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil1_3f.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..c8be2d6c Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil1_4f.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..9bf8d5a8 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil1_5f.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..15f25a9f Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil1_6f.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..226adbf7 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil1_7f.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..27b22c8e Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil1_8f.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..848c8063 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil1_9f.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..a0690535 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil1_title.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..b3856ab8 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/devil_basement.tga b/bin/pack/locale_it/locale/it/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/frame1.tga b/bin/pack/locale_it/locale/it/ui/mapname/frame1.tga new file mode 100644 index 00000000..e9ea37fa Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/guild1.tga b/bin/pack/locale_it/locale/it/ui/mapname/guild1.tga new file mode 100644 index 00000000..69d2a30f Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/guild2.tga b/bin/pack/locale_it/locale/it/ui/mapname/guild2.tga new file mode 100644 index 00000000..d29cb79a Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/guild3.tga b/bin/pack/locale_it/locale/it/ui/mapname/guild3.tga new file mode 100644 index 00000000..6a5a6307 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/milgyo.tga b/bin/pack/locale_it/locale/it/ui/mapname/milgyo.tga new file mode 100644 index 00000000..323076d8 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/monkey1.tga b/bin/pack/locale_it/locale/it/ui/mapname/monkey1.tga new file mode 100644 index 00000000..202a8037 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/monkey2.tga b/bin/pack/locale_it/locale/it/ui/mapname/monkey2.tga new file mode 100644 index 00000000..396065b7 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/monkey3.tga b/bin/pack/locale_it/locale/it/ui/mapname/monkey3.tga new file mode 100644 index 00000000..70c4a400 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/skipia.tga b/bin/pack/locale_it/locale/it/ui/mapname/skipia.tga new file mode 100644 index 00000000..379e0f7b Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/snow1.tga b/bin/pack/locale_it/locale/it/ui/mapname/snow1.tga new file mode 100644 index 00000000..8c4b38ae Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/spider1.tga b/bin/pack/locale_it/locale/it/ui/mapname/spider1.tga new file mode 100644 index 00000000..66146d8e Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/thunder.tga b/bin/pack/locale_it/locale/it/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/trent.tga b/bin/pack/locale_it/locale/it/ui/mapname/trent.tga new file mode 100644 index 00000000..c9f1844e Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/mapname/trent02.tga b/bin/pack/locale_it/locale/it/ui/mapname/trent02.tga new file mode 100644 index 00000000..a09bc802 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/new_cube_bg.tga b/bin/pack/locale_it/locale/it/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/passworddialog.py b/bin/pack/locale_it/locale/it/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/select.jpg b/bin/pack/locale_it/locale/it/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/select.jpg differ diff --git a/bin/pack/locale_it/locale/it/ui/select.sub b/bin/pack/locale_it/locale/it/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_it/locale/it/ui/select/name_assassin.sub b/bin/pack/locale_it/locale/it/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/select/name_shaman.sub b/bin/pack/locale_it/locale/it/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/select/name_sura.sub b/bin/pack/locale_it/locale/it/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/select/name_warrior.sub b/bin/pack/locale_it/locale/it/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/select/select.dds b/bin/pack/locale_it/locale/it/ui/select/select.dds new file mode 100644 index 00000000..82db51a3 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/select/select.dds differ diff --git a/bin/pack/locale_it/locale/it/ui/select_old.jpg b/bin/pack/locale_it/locale/it/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/select_old.jpg differ diff --git a/bin/pack/locale_it/locale/it/ui/selectcharacterwindow.py b/bin/pack/locale_it/locale/it/ui/selectcharacterwindow.py new file mode 100644 index 00000000..b4d74dbe --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/it/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/selectempirewindow.py b/bin/pack/locale_it/locale/it/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/serverlist.jpg b/bin/pack/locale_it/locale/it/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/serverlist.jpg differ diff --git a/bin/pack/locale_it/locale/it/ui/serverlist.sub b/bin/pack/locale_it/locale/it/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_it/locale/it/ui/systemdialog.py b/bin/pack/locale_it/locale/it/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/taskbar.py b/bin/pack/locale_it/locale/it/ui/taskbar.py new file mode 100644 index 00000000..4eda386d --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/it/ui/Mall/00.sub", + "locale/it/ui/Mall/01.sub", + "locale/it/ui/Mall/02.sub", + "locale/it/ui/Mall/03.sub", + "locale/it/ui/Mall/04.sub", + "locale/it/ui/Mall/05.sub", + "locale/it/ui/Mall/06.sub", + "locale/it/ui/Mall/07.sub", + "locale/it/ui/Mall/08.sub", + "locale/it/ui/Mall/09.sub", + "locale/it/ui/Mall/11.sub", + "locale/it/ui/Mall/12.sub", + "locale/it/ui/Mall/13.sub", + "locale/it/ui/Mall/14.sub", + "locale/it/ui/Mall/15.sub", + "locale/it/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/it/ui/Mall/00.sub", + "locale/it/ui/Mall/01.sub", + "locale/it/ui/Mall/02.sub", + "locale/it/ui/Mall/03.sub", + "locale/it/ui/Mall/04.sub", + "locale/it/ui/Mall/05.sub", + "locale/it/ui/Mall/06.sub", + "locale/it/ui/Mall/07.sub", + "locale/it/ui/Mall/08.sub", + "locale/it/ui/Mall/09.sub", + "locale/it/ui/Mall/11.sub", + "locale/it/ui/Mall/12.sub", + "locale/it/ui/Mall/13.sub", + "locale/it/ui/Mall/14.sub", + "locale/it/ui/Mall/15.sub", + "locale/it/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/taskbar_easter.py b/bin/pack/locale_it/locale/it/ui/taskbar_easter.py new file mode 100644 index 00000000..fa17adb6 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/it/ui/Mall/easter_2012_0000.tga", + "locale/it/ui/Mall/easter_2012_0001.tga", + "locale/it/ui/Mall/easter_2012_0002.tga", + "locale/it/ui/Mall/easter_2012_0003.tga", + "locale/it/ui/Mall/easter_2012_0004.tga", + "locale/it/ui/Mall/easter_2012_0005.tga", + "locale/it/ui/Mall/easter_2012_0006.tga", + "locale/it/ui/Mall/easter_2012_0007.tga", + "locale/it/ui/Mall/easter_2012_0008.tga", + "locale/it/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/it/ui/Mall/easter_2012_0000.tga", + "locale/it/ui/Mall/easter_2012_0001.tga", + "locale/it/ui/Mall/easter_2012_0002.tga", + "locale/it/ui/Mall/easter_2012_0003.tga", + "locale/it/ui/Mall/easter_2012_0004.tga", + "locale/it/ui/Mall/easter_2012_0005.tga", + "locale/it/ui/Mall/easter_2012_0006.tga", + "locale/it/ui/Mall/easter_2012_0007.tga", + "locale/it/ui/Mall/easter_2012_0008.tga", + "locale/it/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/taskbar_haloween.py b/bin/pack/locale_it/locale/it/ui/taskbar_haloween.py new file mode 100644 index 00000000..d92a6e61 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/it/ui/Mall/shop_button_kuerbis0000.tga", + "locale/it/ui/Mall/shop_button_kuerbis0001.tga", + "locale/it/ui/Mall/shop_button_kuerbis0002.tga", + "locale/it/ui/Mall/shop_button_kuerbis0003.tga", + "locale/it/ui/Mall/shop_button_kuerbis0004.tga", + "locale/it/ui/Mall/shop_button_kuerbis0005.tga", + "locale/it/ui/Mall/shop_button_kuerbis0006.tga", + "locale/it/ui/Mall/shop_button_kuerbis0007.tga", + "locale/it/ui/Mall/shop_button_kuerbis0008.tga", + "locale/it/ui/Mall/shop_button_kuerbis0009.tga", + "locale/it/ui/Mall/shop_button_kuerbis0010.tga", + "locale/it/ui/Mall/shop_button_kuerbis0011.tga", + "locale/it/ui/Mall/shop_button_kuerbis0012.tga", + "locale/it/ui/Mall/shop_button_kuerbis0013.tga", + "locale/it/ui/Mall/shop_button_kuerbis0014.tga", + "locale/it/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/it/ui/Mall/shop_button_kuerbis0000.tga", + "locale/it/ui/Mall/shop_button_kuerbis0001.tga", + "locale/it/ui/Mall/shop_button_kuerbis0002.tga", + "locale/it/ui/Mall/shop_button_kuerbis0003.tga", + "locale/it/ui/Mall/shop_button_kuerbis0004.tga", + "locale/it/ui/Mall/shop_button_kuerbis0005.tga", + "locale/it/ui/Mall/shop_button_kuerbis0006.tga", + "locale/it/ui/Mall/shop_button_kuerbis0007.tga", + "locale/it/ui/Mall/shop_button_kuerbis0008.tga", + "locale/it/ui/Mall/shop_button_kuerbis0009.tga", + "locale/it/ui/Mall/shop_button_kuerbis0010.tga", + "locale/it/ui/Mall/shop_button_kuerbis0011.tga", + "locale/it/ui/Mall/shop_button_kuerbis0012.tga", + "locale/it/ui/Mall/shop_button_kuerbis0013.tga", + "locale/it/ui/Mall/shop_button_kuerbis0014.tga", + "locale/it/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/taskbar_valentine.py b/bin/pack/locale_it/locale/it/ui/taskbar_valentine.py new file mode 100644 index 00000000..180b7667 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/it/ui/Mall/herz0000.tga", + "locale/it/ui/Mall/herz0001.tga", + "locale/it/ui/Mall/herz0002.tga", + "locale/it/ui/Mall/herz0003.tga", + "locale/it/ui/Mall/herz0004.tga", + "locale/it/ui/Mall/herz0005.tga", + "locale/it/ui/Mall/herz0006.tga", + "locale/it/ui/Mall/herz0007.tga", + "locale/it/ui/Mall/herz0008.tga", + "locale/it/ui/Mall/herz0009.tga", + "locale/it/ui/Mall/herz0010.tga", + "locale/it/ui/Mall/herz0011.tga", + "locale/it/ui/Mall/herz0012.tga", + "locale/it/ui/Mall/herz0013.tga", + "locale/it/ui/Mall/herz0014.tga", + "locale/it/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/it/ui/Mall/herz0000.tga", + "locale/it/ui/Mall/herz0001.tga", + "locale/it/ui/Mall/herz0002.tga", + "locale/it/ui/Mall/herz0003.tga", + "locale/it/ui/Mall/herz0004.tga", + "locale/it/ui/Mall/herz0005.tga", + "locale/it/ui/Mall/herz0006.tga", + "locale/it/ui/Mall/herz0007.tga", + "locale/it/ui/Mall/herz0008.tga", + "locale/it/ui/Mall/herz0009.tga", + "locale/it/ui/Mall/herz0010.tga", + "locale/it/ui/Mall/herz0011.tga", + "locale/it/ui/Mall/herz0012.tga", + "locale/it/ui/Mall/herz0013.tga", + "locale/it/ui/Mall/herz0014.tga", + "locale/it/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_at.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_at_dn.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_at_over.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_backspace.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_backspace_over.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_enter.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_enter_dn.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_enter_over.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_normal.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_normal_dn.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_normal_over.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_shift.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_shift_dn.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_shift_over.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_space.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_space_dn.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/vkey/key_space_over.tga b/bin/pack/locale_it/locale/it/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_it/locale/it/ui/webwindow.py b/bin/pack/locale_it/locale/it/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_cur_exp.sub b/bin/pack/locale_it/locale/it/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_ext.sub b/bin/pack/locale_it/locale/it/ui/windows/label_ext.sub new file mode 100644 index 00000000..7cc02116 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 301 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_ext_item1.sub b/bin/pack/locale_it/locale/it/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_ext_item2.sub b/bin/pack/locale_it/locale/it/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_last_exp.sub b/bin/pack/locale_it/locale/it/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_level.sub b/bin/pack/locale_it/locale/it/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_skill_active.sub b/bin/pack/locale_it/locale/it/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..dcf55f39 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 116 +right 506 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_skill_high.sub b/bin/pack/locale_it/locale/it/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..9f9072bc --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 153 +top 148 +right 187 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_skill_low.sub b/bin/pack/locale_it/locale/it/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..e54ff327 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 118 +top 148 +right 153 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_skill_middle.sub b/bin/pack/locale_it/locale/it/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..b8f83e42 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 131 +right 498 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_skill_passive.sub b/bin/pack/locale_it/locale/it/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..93669e8f --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 116 +right 461 +bottom 133 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_skill_support.sub b/bin/pack/locale_it/locale/it/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..b8b36658 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 480 +bottom 89 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_skill_weapon.sub b/bin/pack/locale_it/locale/it/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..db20edf0 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 148 +right 118 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_std.sub b/bin/pack/locale_it/locale/it/ui/windows/label_std.sub new file mode 100644 index 00000000..9cf283be --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 301 +top 116 +right 414 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_std_item1.sub b/bin/pack/locale_it/locale/it/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_std_item2.sub b/bin/pack/locale_it/locale/it/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/label_uppt.sub b/bin/pack/locale_it/locale/it/ui/windows/label_uppt.sub new file mode 100644 index 00000000..342c4137 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 89 +right 480 +bottom 103 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/tab_1.sub b/bin/pack/locale_it/locale/it/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/tab_2.sub b/bin/pack/locale_it/locale/it/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/tab_3.sub b/bin/pack/locale_it/locale/it/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/tab_4.sub b/bin/pack/locale_it/locale/it/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/title_skill.sub b/bin/pack/locale_it/locale/it/ui/windows/title_skill.sub new file mode 100644 index 00000000..2b0d856e --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 398 +top 74 +right 470 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/title_status.sub b/bin/pack/locale_it/locale/it/ui/windows/title_status.sub new file mode 100644 index 00000000..6c63bce8 --- /dev/null +++ b/bin/pack/locale_it/locale/it/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 181 +top 120 +right 229 +bottom 137 \ No newline at end of file diff --git a/bin/pack/locale_it/locale/it/ui/windows/windows.dds b/bin/pack/locale_it/locale/it/ui/windows/windows.dds new file mode 100644 index 00000000..56f2be8d Binary files /dev/null and b/bin/pack/locale_it/locale/it/ui/windows/windows.dds differ diff --git a/bin/pack/locale_nl/locale/nl/effect/gm.mse b/bin/pack/locale_nl/locale/nl/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_nl/locale/nl/effect/ymirred.tga b/bin/pack/locale_nl/locale/nl/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/effect/ymirred.tga differ diff --git a/bin/pack/locale_nl/locale/nl/empiredesc_a.txt b/bin/pack/locale_nl/locale/nl/empiredesc_a.txt new file mode 100644 index 00000000..ef2a3e5d --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/empiredesc_a.txt @@ -0,0 +1,29 @@ +[DELAY value;10] +Shinsoo Keizerrijk De[ENTER] +Shinsoo Keizerrijk ligt in[ENTER] +het zuiden van het[ENTER] +continent. De inwoners zijn[ENTER] +voornamelijk bezig met[ENTER] +[WAIT] +handelen. Gevestigd door[ENTER] +Yoon-Yoing nadat het Rijk[ENTER] +uiteen viel, werden de[ENTER] +handel overeenkomsten met[ENTER] +het oosten snel een[ENTER] +[WAIT] +winstgevend akkoord. De[ENTER] +inwoners vechten konstant[ENTER] +met het westen en deze[ENTER] +handels route is totaal stil[ENTER] +gelegd nu. Toen zij de[ENTER] +[WAIT] +dreiging van de Metin Stenen[ENTER] +herkenden, bewapende de[ENTER] +handelaren zichzelf. Het is[ENTER] +hun doel om de aanvallen van[ENTER] +het westen te weerstaan,om[ENTER] +[WAIT] +alle handel routes te openen[ENTER] +en om de hele continent[ENTER] +onder hun heerschappij te[ENTER] +verenigen. \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/empiredesc_b.txt b/bin/pack/locale_nl/locale/nl/empiredesc_b.txt new file mode 100644 index 00000000..3a738dd0 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/empiredesc_b.txt @@ -0,0 +1,40 @@ +[DELAY value;10] +Chunjo Koninkrijk De Chunjo[ENTER] +Koninkrijk is gesitueerd in[ENTER] +het westen van het[ENTER] +continent. Het is een[ENTER] +theocratisch Koninkrijk en[ENTER] +[WAIT] +wordt geleid door zijn[ENTER] +spirituele Leiders. Het[ENTER] +Koninkrijk was gevestigd[ENTER] +door Yoon-Young die de neef[ENTER] +is van de voormalige Keizer.[ENTER] +[WAIT] +Hij gebruikte de grote[ENTER] +magische krachten van zijn[ENTER] +vrouw, om de dreiging van de[ENTER] +Metin Stenen vroeg te[ENTER] +ontdekken. Hij heeft talloze[ENTER] +[WAIT] +keren geadviseerd om[ENTER] +maatregelen te nemen tegen[ENTER] +de Metin Stenen maar hij[ENTER] +werd genegeerd. Dus leidde[ENTER] +hij zijn volgelingen in een[ENTER] +[WAIT] +rebellie tegen het[ENTER] +voormalige Rijk. Nadat het[ENTER] +Rijk uiteenviel, is zijn[ENTER] +Koninkrijk in een staat van[ENTER] +oorlog met de oostelijke[ENTER] +[WAIT] +regio's en heeft problemen[ENTER] +met het zuiden. De inwoners[ENTER] +van de Chunjo Koninkrijk[ENTER] +willen de controle krijgen[ENTER] +over het gehele continent[ENTER] +[WAIT] +zodat ze in staat zijn om de[ENTER] +groeiende kracht van de[ENTER] +Metin Stenen te beteugelen. \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/empiredesc_c.txt b/bin/pack/locale_nl/locale/nl/empiredesc_c.txt new file mode 100644 index 00000000..45d7898a --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/empiredesc_c.txt @@ -0,0 +1,30 @@ +[DELAY value;10] +Jinno Keizerrijk[ENTER] +[ENTER] +De Jinno Keizerrijk ligt in[ENTER] +de oostelijke regio's van[ENTER] +het continent. Dit[ENTER] +[WAIT] +Keizerrijk is gebaseerd op[ENTER] +militaire kracht. De[ENTER] +inwoners zijn agressief en[ENTER] +vechtlustig. De Jinno[ENTER] +Keizerrijk wordt geleid door[ENTER] +[WAIT] +Ee-Ryoong, de zoon van de[ENTER] +voormalige Keizer. Hij voelt[ENTER] +zich geroepen om het oude[ENTER] +Rijk bijeen te brengen onder[ENTER] +zijn beleid en met zijn[ENTER] +[WAIT] +sterke militaire krachten.[ENTER] +Angsten over de betekenis of[ENTER] +effecten van de Metin Stenen[ENTER] +worden officieel genegeerd[ENTER] +in de Jinno Keizerrijk. In[ENTER] +[WAIT] +het geheim, probeert[ENTER] +Ee-Ryoong een manier te[ENTER] +vinden om de vernietigende[ENTER] +kracht van de Metin Stenen[ENTER] +te gebruiken voor zijn doel. \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/guildbuildinglist.txt b/bin/pack/locale_nl/locale/nl/guildbuildinglist.txt new file mode 100644 index 00000000..0e72e3bb --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan Wapen Fabriek -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Pantser Smid -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan Accessoire Fabriek -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang Training Centrum -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro Diamant Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro Fossiele Hout Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro Koper Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro Zilver Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro Goud Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro Jade Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro Ebben Houten Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro Parel Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro Platinum Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro Kristal Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro Amethist Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro Hemelse Traan Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Soul Crystal Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Garnet Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Saphire Oven -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 Altaar van Kracht -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 Altaar van Kracht -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 Altaar van Kracht -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse huis(1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner Stenen Muur (1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin Stenen Muur(1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 Stenen Muur (1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door Poort(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set Muur(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse Huis(2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner Stenen Muur (2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin Stenen Muur(2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 Stenen Muur (2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door Poort(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDIN b1-set Muur(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse Huis(3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner Stenen Muur(3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin Stenen Muur(3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 Stenen Muur (3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door Poort(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDIN c1-set Muur(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol Gilde Embleem -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 Muur Voorkant -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 0 +14202 WALL fence01_back01 Muur Achterkant -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 Linker Muur -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 Rechtermuur -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 Steen1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 Steen2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 Steen3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 Steen4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 Steen5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 Steen6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 Steen7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 Steen8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 stone9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 Stone10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT Hout1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 Hout2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall Hout3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 Hout4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 Hout5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT Hout6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 Hout7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall hout8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 hout9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_nl/locale/nl/icon/scroll_close.tga b/bin/pack/locale_nl/locale/nl/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/icon/scroll_close.tga differ diff --git a/bin/pack/locale_nl/locale/nl/icon/scroll_open.tga b/bin/pack/locale_nl/locale/nl/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/icon/scroll_open.tga differ diff --git a/bin/pack/locale_nl/locale/nl/insult.txt b/bin/pack/locale_nl/locale/nl/insult.txt new file mode 100644 index 00000000..8ebecb00 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/insult.txt @@ -0,0 +1,57 @@ +Bitch +Biatch +Bef +Bagger +Clit +Cock +Debiel +Dildo +Drol +Fack +Fuck +Flikker +Gay +Geil +Godver +Gvd +Hitler +Homo +Hufter +Idioot +Jood +Jew +Kanker +Kenker +Kloot +Klote +Kont +Lul +Mof +Mongool +Nazi +Neger +Neuk +Nigger +Nikker +Penis +Piemel +Poep +Prostitu +Pussy +Schijt +Shit +Slet +Sloerie +Snikkel +Stront +Swaffel +Tepel +Tiet +Testikel +Trut +Tiefus +Tyfus +Tering +vulva +Vibrator +Zwaffel \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/item_list.txt b/bin/pack/locale_nl/locale/nl/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_nl/locale/nl/item_proto b/bin/pack/locale_nl/locale/nl/item_proto new file mode 100644 index 00000000..46350807 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/item_proto differ diff --git a/bin/pack/locale_nl/locale/nl/itemdesc.txt b/bin/pack/locale_nl/locale/nl/itemdesc.txt new file mode 100644 index 00000000..a117abbb --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/itemdesc.txt @@ -0,0 +1,2628 @@ +100000 Tijd Elixer (K) Hervult de duur van een Drakensteen. +100001 Tijd Elixer (M) Hervult de duur van een Drakensteen. +100002 Tijd Elixer (G) Hervult de duur van een Drakensteen. +100100 Drakentangen Een handig voorwerp dat die de kans op succes verhoogd tijdens het verwijderen van de Drakensteen. +100200 Tangen van Tijd Zuigt de looptijd uit de Drakensteen. +100300 Groene Draken Boon De magische boon verhoogt het level van je Drakensteen. Het verbeteringsproces kan mislukken. +100400 Blauwe Draken Boon De magische boon verhoogd de kans op een succesvolle verbetering van je Drakensteen met een level. +100500 Roze Draken Boon De kans van een succesvolle verbetering van je Drakensteen met n level is 10% hoger. +11901 Smoking Een elegant pak dat een man bij een bruiloft draagt. +11902 Smoking Een elegant pak dat een man bij een bruiloft draagt. +11903 Bruidsjurk Een mooi gewaad dat een vrouw bij haar huwelijk draagt. +11904 Bruidsjurk Een mooi gewaad dat een vrouw bij haar huwelijk draagt. +18000 Linnen Riem +0 +18001 Linnen Riem +1 +18002 Linnen Riem +2 +18003 Linnen Riem +3 +18004 Linnen Riem +4 +18005 Linnen Riem +5 +18006 Linnen Riem +6 +18007 Linnen Riem +7 +18008 Linnen Riem +8 +18009 Linnen Riem +9 +18010 Leren Riem +0 +18011 Leren Riem +1 +18012 Leren Riem +2 +18013 Leren Riem +3 +18014 Leren Riem +4 +18015 Leren Riem +5 +18016 Leren Riem +6 +18017 Leren Riem +7 +18018 Leren Riem +8 +18019 Leren Riem +9 +18020 Geweldige Riem +0 +18021 Geweldige Riem +1 +18022 Geweldige Riem +2 +18023 Geweldige Riem +3 +18024 Geweldige Riem +4 +18025 Geweldige Riem +5 +18026 Geweldige Riem +6 +18027 Geweldige Riem +7 +18028 Geweldige Riem +8 +18029 Geweldige Riem +9 +18030 Riem der Wijsheid +0 +18031 Riem der Wijsheid +1 +18032 Riem der Wijsheid +2 +18033 Riem der Wijsheid +3 +18034 Riem der Wijsheid +4 +18035 Riem der Wijsheid +5 +18036 Riem der Wijsheid +6 +18037 Riem der Wijsheid +7 +18038 Riem der Wijsheid +8 +18039 Riem der Wijsheid +9 +18040 Konings Riem +0 +18041 Konings Riem +1 +18042 Konings Riem +2 +18043 Konings Riem +3 +18044 Konings Riem +4 +18045 Konings Riem +5 +18046 Konings Riem +6 +18047 Konings Riem +7 +18048 Konings Riem +8 +18049 Konings Riem +9 +18050 Schaduw Riem +0 +18051 Schaduw Riem +1 +18052 Schaduw Riem +2 +18053 Schaduw Riem +3 +18054 Schaduw Riem +4 +18055 Schaduw Riem +5 +18056 Schaduw Riem +6 +18057 Schaduw Riem +7 +18058 Schaduw Riem +8 +18059 Schaduw Riem +9 +18060 Rune Riem +0 +18061 Rune Riem +1 +18062 Rune Riem +2 +18063 Rune Riem +3 +18064 Rune Riem +4 +18065 Rune Riem +5 +18066 Rune Riem +6 +18067 Rune Riem +7 +18068 Rune Riem +8 +18069 Rune Riem +9 +18070 Grote Beer Riem +0 +18071 Grote Beer Riem +1 +18072 Grote Beer Riem +2 +18073 Grote Beer Riem +3 +18074 Grote Beer Riem +4 +18075 Grote Beer Riem +5 +18076 Grote Beer Riem +6 +18077 Grote Beer Riem +7 +18078 Grote Beer Riem +8 +18079 Grote Beer Riem +9 +18900 Rode Vlam Steen Verbetert de bonussen van je riem. +21100 +21101 +21102 +21103 +21104 +21105 +21106 +21107 +21108 +21109 +21110 +21111 +21112 +21113 +21114 +21115 +21116 +21117 +21118 +21119 +21120 +21121 +21122 +21123 +21124 +21125 +21126 +21127 +21128 +21129 +21550 +21551 +21552 +21553 +21554 +21555 +21556 +21557 +21558 +21559 +21991 +21992 +21993 +22000 Stad Terugkeer Geschrift Het geschrift zorgt ervoor dat je terug naar de stad wordt geteleporteerd. +22010 Terugkeer Geschrift Het geschrift zorgt ervoor dat je terug naar de stad wordt geteleporteerd. +25040 Zegening Geschrift Elimineert het risico dat een item vernietigd wordt als een verbetering mislukt. Wanneer de poging nu faalt, wordt slechts de kwaliteit van het item met 1 verminderd. +25041 Magische Steen Een stuk van het Legendarische Metaal kan je kansen vergroten wanneer je een item gaat verhogen. Het verhoogde item kan niet vernietigd worden noch verlaagd. +25100 Zielensteen Geschrift Dit Geschrift maakt het mogelijk om een Zielensteen uit een wapen of pantser te halen. Het laat een merkteken achter. +27051 Rood Brouwsel (K) Vult tot 300 LP aan. Niet verhandelbaar. +27052 Blauw Brouwsel (K) Vult tot 100 TP aan. Niet verhandelbaar. +27053 Groen Brouwsel (K) Verhoogt aanvalssnelheid met +10 voor 10 minuten. Niet verhandelbaar. +27054 Violet Brouwsel (K) Verhoogt bewegingssnelheid met +10 voor 10 minuten. Niet verhandelbaar. +27122 Rood Brouwsel (K) Herstelt 300 levenspunten. Niet verhandelbaar. +27123 Groen Brouwsel (K) Verhoogt de aanvalssnelheid met +10 voor 10 minuten. Niet verhandelbaar. +27124 Verbind Stopt bloeden direct. +27600 Kampvuur Hout dat verzameld is voor een kampvuur. +27610 Vissen Bol Dit magisch bol laat informatie zien over de vis aan de haak. +27620 Visserij Boek Een boek dat informatie geeft over vissen. +27799 Vis Graten De botten van een vis. +27800 Pasta Het goedkoopste aas. +27801 Worm Aas dat vissen aantrekt. +27802 Klein Visje Aas dat grote vissen aantrekt. +27803 Snoekbaars Een veel voorkomende vis dat meestal in een vijver woont. +27804 Mandarijn vis Een smakelijke vis. +27805 Grote Snoekbaars Een grote vette Snoekbaars. +27806 Karper Een grote zilverkleurige vis. +27807 Zalm Een vis die terug naar zijn geboorte wateren terugkeert tijdens het paar seizoen. +27808 Gras Karper Een Karper die gewoonlijk gras eet. +27809 Kreek Forel Een vis die het neefje is van de Zalm. +27810 Paling Een lange, dunne vis dat op een slang lijkt. Het heeft veel uithoudingsvermogen. +27811 Regenboog Forel Een vis die alle kleuren van de regenboog heeft. +27812 Rivier Forel Een Forel die in een rivier leeft. +27813 Ruisvoorn Een vis die in een zwerm leeft. +27814 Baars Een vis die bekend staat als "haai van de zeen" +27815 Tenchi Een vis die alleen in schoon water leeft. +27816 Katvis Een kat die een kenmerkende grote mond heeft met een kattensnor. +27817 Modderkruiper Een gladde vis die gewoonlijk leeft in ondiep, modderig water. +27818 Lotus vis Een grote zoetwater vis die leeft op een gevarieerd dieet. +27819 Zoete Vis Een neefje van de Spiering. Leeft langs de kust en mondingen. +27820 Spiering Een wintervis die meestal gevangen wordt met ijsvissen. +27821 Shiri Een vis met een prachtige kleur en grootte. +27822 Spiegel Karper Tamme Karper. +27823 GoudVis Een bijzondere, gouden Karper. +27833 Dode Snoekbaars Dode Snoekbaars die gegrild kan worden op een kampvuur. +27834 Dode Mandarijnvis Dode Mandarijnvis die gegrild kan worden op een kampvuur. +27835 Dode Grote Snoekbaars Dode Grote Snoekbaars die gegrild kan worden op een kampvuur. +27836 Dode Karper Dode Karper die gegrild kan worden op een kampvuur. +27837 Dode Zalm Dode Zalm die gegrild kan worden op een kampvuur. +27838 Dode Gras Karper Dode Gras Karper die gegrild kan worden op een kampvuur. +27839 Dode Kreek Forel Dode Kreek Forel die gegrild kan worden op een kampvuur. +27840 Dode Paling Dode Paling die gegrild kan worden op een kampvuur. +27841 Dode Regenboog Forel Dode Regenboog Forel die gegrild kan worden op een kampvuur. +27842 Dode Rivier Forel Dode Rivier Forel die gegrild kan worden op een kampvuur. +27843 Dode Ruisvoorn Dode Ruisvoorn die gegrild kan worden op een kampvuur. +27844 Dode Baars Dode Baars die gegrild kan worden op een kampvuur. +27845 Dode Tenchi Dode Tenchi die gegrild kan worden op een kampvuur. +27846 Dode Katvis Dode Katvis die gegrild kan worden op een kampvuur. +27847 Dode Modderkruiper Dode Modderkruiper die gegrild kan worden op een kampvuur. +27848 Dode Lotusvis Dode Lotusvis die gegrild kan worden op een kampvuur. +27849 Dode Zoete Vis Dode Zoete Vis die gegrild kan worden op een kampvuur. +27850 Dode Spiering Dode Spiering die gegrild kan worden op een kampvuur. +27851 Dode Shiri Dode Shiri die gegrild kan worden op een kampvuur. +27852 Dode Spiegelkarper Dode Spiegelkarper die gegrild kan worden op een kampvuur. +27853 Dode Goudvis Dode Goudvis die gegrild kan worden op een kampvuur. +27863 Gegrilde Snoekbaars Herstelt wat LP. +27864 Gegrilde Mandarijnvis Herstelt wat TP. +27865 Gegrilde Gr. Snoekbaars Herstelt wat LP. +27866 Gegrilde Karper Vergroot de loop snelheid voor een tijdje. +27867 Gegrilde Zalm Herstelt wat TP. +27868 Gegrilde Gras Karper Vergroot de aanvalsnelheid voor een tijdje. +27869 Gegrilde Kreek Forel Herstelt een grote hoeveelheid LP. +27870 Gegrilde Paling Verhoogt je kracht met 10 punten voor 10 minuten. +27871 Gegrilde Regenboog Forel Herstelt wat TP. +27872 Gegrilde Rivier Forel Herstelt wat TP onmiddelijk. +27873 Gegrilde Ruisvoorn Verhoogt je behendigheid met 10 Punten voor 10 minuten. +27874 Gegrilde Baars Verwijdert gif. +27875 Gegrilde Tenchi Herstelt wat LP onmiddelijk. +27876 Gegrilde Katvis Herstelt wat TP onmiddelijk. +27877 Gegrilde Modderkruiper Maakt je onzichtbaar voor 5 minuten. +27878 Gegrilde Lotusvis Herstelt wat LP onmiddelijk. +27879 Gegrilde Zoete Vis De vis krijgt een lekker gerookte smaak doordat het klaargemaakt wordt over een vuurtje. +27880 Gegrilde Spiering Door het te bereiden over een vuur krijgt de vis een lekker rokerige smaak. +27881 Gegrilde Shiri De vis krijgt een lekker gerookte smaak doordat het klaargemaakt wordt over een vuurtje. +27882 Gegrilde Spiegelkarper Door het te bereiden over een vuur krijgt de vis een lekker rokerige smaak. +27883 Gegrilde Goudvis Door het te bereiden over een vuur krijgt de vis een lekker rokerige smaak. +27987 Oester Een schelpdier met een mooie schelp. Kan ook een Parel bevatten. +27988 Schatkaart Een aftandse map die de plek van een oeroude schat aangeeft. +27989 Metin Steen Kompas De kompas laat je de positie en afstand zien tot de volgende Metin Steen. Hoe feller het gloeit, hoe dichterbij je bent. Het kan 6 keer geactiveerd worden. +27990 Stuk Steen Door de kleine grootte kan het makkelijk mee worden gedragen. Het wordt op vele manieren gebruikt. +27991 Water Steen Een harde, effen steen dat gebruikt kan worden om wapens of keukengerei te schuren. +27992 Witte Parel Een puur witte Parel. Vrouwen zijn er gek op. +27993 Blauwe Parel Een kleurrijke blauwe Parel. Vrouwen zijn er gek op. +27994 Bloed Rode Parel Een bloed rode Parel. Vrouwen zijn er gek op. +27995 Lege Fles Een lege fles. +27996 Gif Fles Een fles met gif. Het veroorzaakt de dood. +27997 Levensbol Een marmer dat wat LP herstelt. +27998 Alchemisten Buidel Een buidel voor Alchemisten, die de geheime van alchemie voor vreemde ogen bewaakt. +27999 Zielen Steen Buidel Een buidel om Ziel Stenen in te bewaren. +29001 Jacobsschelp En van de grootste en meest smakelijke schelpen. Het heeft een kam-achtige vorm. +29002 Blauwe Jacobsschelp De binnenkant van deze Jacobsschelp glinstert in talloze blauwe kleuren. +29003 Gele Jacobsschelp De binnenkant van deze Jacobsschelp glinstert in talloze gele kleuren. +29004 Rode Jacobsschelp De binnenkant van deze Jacobsschelp glinstert in talloze rode kleuren. +29005 Groene Jacobsschelp De binnenkant van deze Jacobsschelp glinstert in talloze groene kleuren. +29006 Donkergele Wijnsteen Tandsteen met een donkere kleur. +29007 Donkerblauwe Wijnsteen Tandsteen met een donkere blauwe kleur. +29008 Blauw Heilig Water In het zonlicht schijnt de oppervlakte van dit heilig water in een zacht blauw. +29009 Geel Heilig Water In het zonlicht schijnt de oppervlakte van dit heilig water in een zacht geel. +29010 Rood Heilig Water In het zonlicht schijnt de oppervlakte van dit heilig water in een zacht rood. +29011 Groen Heilig Water In het zonlicht schijnt de oppervlakte van dit heilig water in een zacht groen. +29012 Blauwe Hand van God Donkerbl. Heilig Water +29013 Gele Hand van God Geel heilig water met een donkere kleur. +29014 Paars Hand van God Heilig water met een donker rode kleur. +29015 Groene Hand van God Heilig water met een donker groene kleur. +30000 Gerst Een veel voorkomend gewas dat gebruikt wordt om bier en voedsel te maken. +30001 Brief Een brief van iemand. +30002 Gebakken Worst Gebakken Worst met groenten en kruiden. +30003 Varkensneus Een neus van een varken. +30004 Wilde Zwijn Tand Een hele sterke tand van een Wilde Zwijn. +30005 Stuk Gebroken Pantser Een afgebroken stuk van een pantser. +30006 Ork Tand Een stinkende tand van een reuze kobold. +30007 Ork Amulet Een amulet die grote kobolds aanspoort. +30008 Esoterisch Handboek De beginners handleiding van de Esoterische Leer. +30009 Onbekend Medicijn Onbekend medicijn met onbekende ingredinten. +30010 Berengal Berengal staat bekend om het tot leven brengen van het smaakgevoel. +30011 Kluwen Een kluwen draad. +30012 Wijn Fles Een fles met een geurige wijn. +30013 Sterke Drank Kruik Een kruik die gebruikt wordt om sterke drank te laten rijpen. +30014 Yeti Vacht Vacht van de legendarische Yeti, die tegen de kou beschermt. +30015 Demonen Aandenken Een troosteloos aandenken van een Demon. +30016 Demonen Edelsteen Een edelsteen die de zielen van de doden vasthoud. +30017 Decoratieve Haarspeld Een vrouwelijke haarspeld. +30018 Rode Haarband Een chique lintje die vrouwenhaar vastbindt. +30019 Vlammende Manen Een Vlammende Maan draad wordt gebruikt om winter kleding te maken. +30020 Perziken Zaad Wordt gebruikt voor een gezonde huid. +30021 Stuk Edelsteen Een afgebroken stuk edelsteen +30022 Slangenstaart Een staart van een ratelslang +30023 Witte Tijger Vacht Meest waardevolle dierenvacht onder de verzamelaars. +30024 Paardenstaart Een Paardenstaart kan gebruikt worden om voorwerpen zoals borstels, hoeden en touw te maken. +30025 Spinnen Gifzak De gif zak van een spin. +30026 Wolf Ingewanden Een ingredint om worst mee te maken, voedsel dat bekend is door het gehele Keizerrijk. +30027 Wolvenvacht De dikste haren in de wolvenvacht wordt gebruikt om borstels en kammen te maken. +30028 Wolvenklauw De scherpe klauw van een wolf wordt gebruikt om accessoires te maken. +30029 Wolvenlever Een ingredint om worst mee te maken, voedsel dat bekend is door het gehele Keizerrijk. +30030 Roestig Mes Een roestig mes blad. +30031 Ornament Een favoriet versiersel van meisjes. +30032 Zwarte Uniform Een aftandse Zwarte Uniform. +30033 Gebroken Porselein Een stuk Gebroken Porselein. +30034 Witte Haarband Een populaire haarband om vrouwenhaar mee vast te binden. +30035 Gezichtscrme Vrouwen gebruiken het om hun huid jong te laten blijven. +30036 Mystieke Kruid Het legendarische kruid met miraculeuze effecten. +30037 Tijgerklauw Een Tijgerklauw kan een accessoire zijn om te laten zien dat iemand moedig is. +30038 Tijger Vacht De favorite dierenvacht onder verzamelaars. +30039 Stuk Stof Stuk Stof die iemand gebruikt om zijn wonden mee te bedekken. +30040 Blad Een onbekend planten blad. +30041 Shiriken Een wapen waar Sluipmoordenaars mee gooien. +30042 Tijger Hoektand Stevige hoektand van een Tijger. +30043 Boon Een ingredint die gebruikt wordt in vele keukens. +30044 Klei Klei dat gebruikt wordt om porselein te maken. +30045 Schorpioenen Naald Een naald dat Schorpioenen gif bevat. +30046 Schorpioenen Staart Een giftige Schorpioenenstaart. +30047 Boek der Vloeken Een Esoterisch Boek gebruikt om iemand te vervloeken. +30048 Stuk Ijs Bevroren water dat eeuwig koud is. +30049 Ijswalvis Hoorn Een waardevol beeldhouw materiaal. +30050 Ijsbol Een bol gemaakt van ijs. Het smelt niet tijdens warm weer. +30051 Onbekende Talisman Onbekende Talisman, alleen Esoteristen mensen kunnen lezen. +30052 Vlag Een Vlag die wilde troepen markeert. +30053 Berenvoeten Huid De favoriete Uithoudingsvermogen voedsel van de meeste mensen. +30054 Trouwring De enige ring die je tot het eind draagt. +30055 Schorpioenen Klauw Een stevig lijkende klauw. +30056 Spinnenweb Een spin gebruikt zijn zijde om zijn huis te bouwen. +30057 Spinnenoog Spinnenogen zijn favoriet onder verzamelaars. +30058 Spinnenbroedzak Wordt gebruikt als een talisman door vrouwen die geen kinderen hebben. +30059 Spinnenpoten Sjamanen gebruiken de harige Spinnenpoten in hun werk. +30060 Kikkertong Een plakkerige tong. +30061 Kikkerpoten Eem exotisch ingredint, smaakt net als kip! +30062 Medicijnen Kom Een Kom gebruikt door apothekers. +30063 Huid Medicijn Een medicijn die huid ziektes geneest. +30064 Scherp Steen Een steen die gebruikt wordt om een Pijlpunt te maken. +30065 Klok Een kleine Klok die een klinkend geluid maakt. +30066 Hete Peper Een hele hete peper. +30067 Slangenhuid De huid van een slang. +30068 Tofu-Biefstuk Fusie stijl tofu gerecht. +30069 Wolvenklauw+ De scherpe klauw van een wolf dat gebruikt wordt om een accessiore te maken. +30070 Wolvenvacht+ De dikste haren in de wolvencaht wordt gebruikt om borstels en kammen te maken. +30071 Berengal+ Berengal staat bekend om het tot leven brengen van het smaakgevoel. +30072 Berenvoeten Huid+ De favoriete Uithoudingvermogen voedsel van de meeste mensen. +30073 Witte Haarband+ Een populaire haarband om vrouwenharen mee vast te binden. +30074 Zwart Uniform+ Een aftandse Zwarte Uniform+. +30075 Shiriken+ Een wapen die Sluipmoordenaars gebruiken om mee te gooien. +30076 Ork Amulet+ Een amulet die grote kobolds aanspoort. +30077 Ork Tand+ Een stinkende tand van een reuze kobold. +30078 Esoterisch Handboek+ De beginners handleiding van de Esoterische Leer. +30079 Onbekende Talisman+ Een onbekende talisman, alleen Esoteristen kunnen die lezen. +30080 Vloeken Boek+ Dit Esoterisch boek wordt gebruikt om iemand mee te vervloeken. +30081 Schorpioenen Staart+ Een giftige Schorpioenen staart. +30082 Slangenstaart+ De staart van een ratelslang. +30083 Onbekend Medicijn+ Een onbekend medicijn met onbekende ingredinten. +30084 Onbekende Talisman+ Een onbekende talisman, alleen Esoteristen kunnen het lezen. +30085 Stuk Stof+ Een stuk stof dat gebruikt wordt om iemands wonden te bedekken. +30086 Demonen Aandenken+ Een troosteloze aandenken van een Demon. +30087 Demonen Edelsteen+ Een edelsteen die de zielen van de doden vasthoud. +30088 Stuk Ijs+ Bevroren water dat eeuwig koud blijft. +30089 Yeti Vacht+ De vacht van de legendarische Yeti beschermt tegen de kou. +30090 Ijsbol+ Een bol gemaakt van ijs. Smelt niet tijdens warm weer. +30091 Krijgers Symbool De Krijgers Symbool wordt gegeven aan legendarische vechters. +30092 Wilden Plunder De buit van een oorlog. +30093 Geluks Buidel Een zijden buidel waar waardevolle spullen in kunnen. +30094 Geluks Buidel Een zijden buidel waar waardevolle spullen in kunnen. +30095 Geluks Buidel Een zijden buidel waar waardevolle spullen in kunnen. +30096 Geluks Buidel Een zijden buidel waar waardevolle spullen in kunnen. +30129 Order van de Rijder Een document waar een militaire missie in staat. +30130 Lege Fles Een lege glaze fles, waar je verschillende vloeistoffen in kunt doen. +30131 Brief van de Smid Een brief van een vriend van de Smid. +30132 Uriels Boek Een boek die Uriel met veel plezier las. Het heeft de titel "Het Geheim van de Donkere Tempel". +30133 Bloem Schoenen Mooie vrouwen schoenen. +30134 Uriels Pakket Een pakket met vele verschillende boeken. +30135 Brief van Ariyoung Een brief van Ariyoung voor Ayoo. +30136 Versierde Boog Een prachtige boog gemaakt uit dieren hoorn. +30137 Apenbloed Bloed van een aap. Het stinkt verschrikkelijk. +30138 Woestijnzand Dit zand wordt gebruikt om Celadon Porselein te maken. +30139 Kies Ork Kies, wordt als talisman gebruikt. +30140 Draad Sterke draad dat gebruikt wordt om kleding te repareren of kettingen van te maken. +30141 Stuk Sieraad Een accessoire wordt gedragen, soms om kleding te versieren. +30142 Brief Je kunt niet lezen wat er op de brief staat. Wellicht moet je de taal leren! +30143 Medische Kruiden Een collectie van gedroogde heilzame kruiden. Helaas zijn ze een beetje stoffig. +30144 Tijgerlever De bruinrode lever ter grootte van een hand van een volgroeide wilde kat. +30145 Balsos' Medicijn Sterke medicijn. +30146 Ijsklomp Het is heel erg koud. +30147 Tempel Leer Een boek met gedetailleerde informatie over de Donkere Tempel. +30148 Tempel Sjerp Een sjerp die wordt omgedaan tijdens het bidden. +30149 Ijs met Siroop Een gerecht met ijs en siroop. Heerlijk in de zomer. +30150 Dagboek Bladzijdes Een pagina van een dagboek, geschreven door de oude dynastie. +30151 Wolfs Vacht Wordt vaak gebruikt als een lappendoek. +30152 Medicijn Het kan een rare ziekte genezen. Niemand weet of het echt werkt. +30153 Bloemen Een zeldzame bloem, wiens geur je doet denken aan iets in je verleden. +30154 Geheime Tempel Boek De analyse van de geschiedenis en leer van de Geheime Tempel. +30155 Mirines Hanger Een hanger die aan een ketting vastgemaakt kan worden. Op de achterkant staat er "Mirine" gegraveerd. +30156 Geheime Tempel Boek De analyse van de geschiedenis en leer van de Geheime Tempel. +30157 Pijl Punt Deze giftige pijlpunten zullen helpen met het keizerrijk verdedigen. +30177 Muskus Olie Muskus Olie word gebruikt door de Wapen Winkel Eigenaar tijdens een quest. Dit voorwerp heeft geen verdere functies. +30179 Gedraaide Sleutel Deze magische sleutel activeert de portaal naar de Draken Tempel +30180 Drakengod Amulet Dit glanzend gouden juweel kan de weg naar de Grot der Verbanning verkorten. +30181 Pagina De verbleekte tekens op deze perkament is moeilijk te ontcijferen - het lijkt een hele oude pagina te zijn. +30182 Legendarische Dagboek Deze duplikaat van een oeroud boek ziet er uiterst kostbaar uit. +30183 Sombere Houten Masker Het lijkt alsof de houten masker je recht aanstaart. Het is waarschijnlijk een ceremonieel voorwerp. +30184 Behekste Assen De assen bevinden zich in een vreemde container met vreemde symbolen, omgeven door een zachte gloed. +30185 Zwart Ijs Diepe schatten schijnen door onder de glanzende, gladde oppervlakte. +30186 Gefossiliseerde Traan Een gefossiliseerde traan van de god Baljit-Elvedin, die nu bekend staat als de Draken God. +30187 Bloeddruppel Een druppel bloed van de vermoorde godin Bahar-Taraji, schepper van de wereld. +30188 Vulkaanglas Vulkanisch gesteente dat eerst vloeibaar was, en heel snel gekoeld is. +30189 Baljit-Elvedins Tranen Dit kunstig gemaakte vaas bevat de tranen van de god Baljit-Elvedin. +30190 Bloedsteen Deze steen is gemaakt van het bloed van Baljit-Taraji en verleent je toegang tot de Grot der Verbanning. +30191 Bloedsteen Bloedstenen verlenen je toegang tot de Grot der Verbanning +30192 Plantensap Hoogwaardige plantaardige secretie +30193 Vingerbotten De laatste resten van een gevallen held. +30194 Ork Knots Een lelijk wapen met robuuste doornen. +30195 Kwartz Zand Dit zand lijkt de steen schepselen te dienen in de woestijn als bloed. +30196 Demon's As Zelf een demon z'n as bevat buitengewone krachten. +30197 Magische Zaden Deze zaden zinderen met vitaliteit. +30198 Water Kristal Het hart van een duister IJs schepsel. +30199 Blauw Kristal Een stuk kristal uit de Draken Tempel die duistere machten versterkt, +30210 Stuk Edelsteen Een steen dat zo helder is als kristal en schittert in het licht. +30211 Stuk Edelsteen Een kristalheldere steen, die glinstert in het licht. +30212 Stuk Edelsteen Een glinsterende steen. +30213 Stuk Edelsteen Een glinsterende steen. +30214 Stuk Edelsteen Een glinsterende steen. +30215 Stuk Edelsteen Een glinsterende steen. +30216 Stuk Edelsteen Een glinsterende steen. +30217 Stuk Edelsteen Een glinsterende steen. +30218 Stuk Edelsteen Een glinsterende steen. +30219 Stuk Edelsteen Een glinsterende steen. +30220 Jinunggyi Zielensteen Een legendarische steen, het bevat de ziel van een Jinung aristocraat. +30221 Tempel Zielensteen Een legendarische steen, het bevat de ziel van een Tempel volgeling. +30222 Sagyi's Zielensteen Een legendarische steen, het bevat de ziel van een Sagyis aristocraat. +30223 Aurtumryu Zielensteen Een legendarische steen, het bevat de ziel van een Aurtumryus aristocraat. +30224 Gyimok's Zielensteen Een legendarische steen, het bevat de ziel van een Gyimok aristocraat. +30225 Tugyi Steen der Zielen Een legendarische steen, het bevat de ziel van een Tugyi aristocraat. +30228 Beran-Setaou ZielenSteen De duistere aura van de gesneuvelde god raakt je ziel en zoekt een toevlucht in jouw hart. +30251 Juweel der Nijd Een diamant gedrenkt in slechtheid. +30252 Juweel der Wijsheid De aura van de diamant is vreedzaam en nobel. +30253 Juweel der Trouw Deze diamant heeft een aura van vechtlust en eerlijkheid. +30254 +30265 Medaille Stuk (1) Eerste fragment van de Helden Medaille +30266 Medaille Stuk (2) Tweede fragment van de Helden Medaille +30267 Medaille Stuk (3) Derde fragment van de Helden Medaille +30268 Medaille Stuk (4) Vierde fragment van de Helden Medaille +30269 Medaille Stuk (5) Vijfde fragment van de Helden Medaille +30270 Drakensteen Scherf Deel van een schaarse Drakensteen +30311 Ziel Kristal Sleutel Deze delicaat gedetallieerde sleutel met een Blauwe Zielen Kristal opent de poort naar de 2e vloer van de Duivel's Catacoben. +30312 Grimas Totem Dit houten teken met de grimas er in gegraveerd dient als een sleutel voor de 6e vloer van de Duivel's Catacomben. +30315 Brood Brood om het vasten te breken. +30316 Donatiebord Een bord met een voortreffelijke decoratie. +30317 Voedseldonatie Een voedseldonatie om het vasten mee te breken. +30318 Zegeningsfruit Een buitengewoon stuk fruit. Verzamel er genoeg van en je ontvangt een beloning. +30319 Gekrompen Hoofd Deze gekrompen Demonen Hoofd opent het zegel naar de 3e vloer van de Duivel's Catacomben. Dit item is verhandelbaar. +30320 Gekrompen Hoofd Het gekrompen hoofd van de Demon opent het zegel naar de derde verdieping van de Duivels' Catacomben. +30321 Halloween Pompoen De pompoen vult je LP of TP. Als je er op tikt met je Toverstaf zal het transformeren in de Halloween Kist. +30322 Toverstaf Een kunstzinnig bewerkte Toverstaf met een ster punt gemaakt uit magisch vuur. Het heeft de toverkracht on iedere Halloween pompoen te transformeren in een Halloween Kist +30323 Jack O'L. Masker Kaart De Jack O'Lantaarn Masker Kaart kan worden ingeruild voor een Jack O'Lantaarn Masker. Het masker vervangt iedere bestaande haarstijl. +30324 Spinachtige Sleutel Opent de poort naar de Broedgrot van de Barones. Extreem breekbaar, valt uit elkaar na 24 uur. Kan alleen gebruikt worden door groepsleiders. +30325 Spinachtige Sleutel Opent de poort naar de Broedgrot van de Barones. Vergaat na 24 uur. Kan alleen gebruikt worden door groepsleiders. +30326 Gif v/d Spinnenkoningin De afscheiding van de Spinnenkoningin is nodig voor het maken van de Spinachtige Sleutel. +30327 Spinachtige Fluit De klanken van dit instrument lokken de Spinnenbarones. +30329 Gouden Tandrad Activeer het geheime mechanisme in het Stele van Isfet. +30330 Steen der Maat Als Godin van Gerechtigheid strijd Maat voor orde in de chaos. +30331 Vries Sleutel Deze sleutel is zo koud als ijs en geeft toegang tot de derde verdieping van Nemeres Uitkijk toren. Alleen te gebruiken door Shamans. +30332 Noordster Zegelsteen gemaakt van puur ijs. Geeft toegang tot de zesde verdieping van Nemeres Uitkijk Toren. +30333 Vriesbloem Sleutel De sleutel gemaakt van ijs geeft je toegang tot de negende verdieping van Nemeres Uitkijk toren. Kan alleen gebruikt worden door ninjas and Shamans. +30500 Robijnen Graveermes Gereedschap voor het verbeteren van je wapen +30501 Gouden Gesp Element voor het verbeteren van je wapen +30502 Robijnen Versiersel Element voor het verbeteren van je wapen +30503 Amethyst Graveermes Gereedschap voor het verbeteren van je wapen +30504 Zilveren Gesp Element voor het verbeteren van je wapen +30505 Smaragden Versiersel Element voor het verbeteren van je wapen +30506 Saffieren Graveermes Gereedschap voor het verbeteren van je wapen +30507 Bronzen Gesp Element voor het verbeteren van je wapen +30508 Saffieren Versiersel Element voor het verbeteren van je wapen +30509 Blauw Draken Staal Drakenhuid leer is extreem licht en flexibel, maar toch bijna niet stuk te krijgen. Kan verwekt worden als metaal voor het maken van pantser. +30510 Grote Epaulet Element voor het verbeteren van je pantser +30511 Rode Stof Fijne stof voor het verbeteren van je pantser +30512 Rood Draken Staal Drakenhuid leer is extreem licht en flexibel, maar toch bijna niet stuk te krijgen. Kan verwekt worden als metaal voor het maken van pantser. +30513 Nobel Epaulet Element voor het verbeteren van je pantser +30514 Paarse Stof Fijne stof voor het verbeteren van je pantser +30515 Paars Draken Staal Drakenhuid leer is extreem licht en flexibel, maar toch bijna niet stuk te krijgen. Kan verwekt worden als metaal voor het maken van pantser. +30516 Antiek Epaulet Element voor het verbeteren van je pantser +30517 Gouden Stof Fijne stof voor het verbeteren van je pantser +30518 Goud Garen Magische rol garen gemaakt van gesmolten goud. Kan verwerkt worden met een juweel tot een waardevol sieraad. +30519 Gouden Haak Gemaakt van puur goud, kan verwerkt worden met een juweel tot een waardevol sierraad. +30520 Gouden Riemgesp Gemaakt van puur goud, kan verwerkt worden met een juweel tot een waardevol sierraad. +30521 Ring Element Gemaakt van puur goud, kan verwerkt worden met een juweel tot een waardevol sierraad. +30522 Ketting Linkje Gemaakt van puur goud, kan verwerkt worden met een juweel tot een waardevol sierraad. +30523 Sieraad Element Gemaakt van puur goud, kan verwerkt worden met een juweel tot een waardevol sierraad. +30524 Vlam Steen +30525 IJs Vlam Steen +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Blauwe Riem Basis materiaal voor de productie van riemen. +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 Kopie van het Opschrift Je hebt een kopie van het opschrift op de oude grafsteen gemaakt. +31002 Oude Document Document uit de tijd van het Duistere Volk met meer aanwijzingen. +31003 Antigif Levensreddend medicijn voor de vergiftigde soldaat. +31004 Heilig Boomgom De gom van een geheiligde boom is een van de elementen die nodig zijn om de Hemelse Traan te maken. +31005 Blauw Kristal Extract Een Extract, verkregen uit blauw edelstenen, is nodig om de Hemelse Traan te maken. +31006 Rood Hel Kwarts Dit glinsterend rode kwarts bestaat uit Vulkanische Aarde, Vlammende Manen en Fundament Steen. +31007 Vulkanische Aarde As-achtige substantie van Doyyumhwan. Is nodig Rood Hell Kwarts te maken. +31008 Hemelse Traan Magische edelsteen gemaakt van Blauw Kristal Extract, Rood Hell Kwarts en Heilig Boomgom . Houdt gemene wezens weg en werkt 7 dagen. +31009 Brief van Gnol Geheim bericht verzonden door de Dienaren van het duister naar de Gnollen. +31010 Brief van Rode Dief Het bericht van de Dienaren van het Duister aan de Rode Dieven Gilde is verscheurd in vele stukjes. +31011 +31012 +31013 Stukje papier Dit bericht zal hopelijk meer onthullen over de doelen van de Cyclopen. +31014 +31015 Brief van Kaptein Haken Bericht van Kaptein Haken voor de Banshee. +31016 Brief van Lee Chung Belangrijk bericht van commandant Lee Chung aan Admiraal Angmur +31017 Verzegelde Brief Deze brief was in het bezit van de Tempel Dienaar. +31018 Carapax Script Dit schildpadschild met gegraveerde lijnen werkt als een code sleutel. +31019 Carapax Poeder Poeder gemaakt van het grondschild van de hawksbill schildpad +31020 Rotsbloemwortel De wortels van de Rotsbloem neutraliseert giffen in het lichaam. +31021 +31022 Oin Schaal Alleen de leiderschap rangen van de Tritons dragen deze zeldzame schalen. +31023 +31024 Manticoor Leer Robuust leer van de huid van de vleugel van Martyaxwar. +31025 +31026 Crustaceaans Pantser Beschermend pantser van de Crustaceaanse stam. Ook gebruikt als fortificatie materiaal. +31027 Fijn Zand Dit zeer fijnkorrelig zand is perfect als bouwmateriaal. +31028 Klei Steen Een steen van gebakken klein in de vorm van een kubus. +31029 Innerlijk Licht De Innerlijke energie van de Polyphemos +31030 Innerlijk Licht De Innerlijke energie van de Reuzen Koning +31031 Millennium Essence Mixdrankje van Gango Wortel, Tue Paddestoel, Alpen Roos. Belangrijk ingredint voor Leviathan Parels. +31032 Leviathan Parels Effectieve Versterkende capsules gemaakt van het Innerlijk Licht van mythische wezens en het Millennium Essence. +31033 Cape van de Leider Deze cape is het symbool voor de onkwetsbaarheid van de Rode Dieven. +31034 Totem van de Reuzen De totem heeft de vorm van een reusachtig stuk amber. +31035 Zwarte Steen Deze mysterieuze steen wordt gemijnd door de cyclopen in het Donder Gebergte. +31036 Zwart Goud Deze zwarte erts met magische eigenschappen kan gevonden worden in het Donder Gebergte. +31037 Leren Zak Je hebt deze zak afgepakt van Kaptein Shruk. Hij is een stuk lichter dan verwacht... +31038 Heilige Grond Een zak vol met heilige grond is een middel om dode op te roepen. +31039 Geld Zak Er zit misschien een middel in voor het oproepen van de doden. +31040 Gouden Medaille Is dit voorwerp een medium? +31041 Fossiel Aarde Mix van aarde en stof van botten +31042 Triton Speer De Triton Speer wordt traditioneel gebruikt door de eiland bewoners om hun verdedigingswerken te versterken. +31043 Lemures Tablet Mysterieus glimmend stenen tablet met ingegraveerde tekst. +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Goude Jagers Band Deze nek band helpt je met het verzamelen van Geld Zakken van de zakken van monsters. +31074 Geklonken Ketting Nek juweel gemaakt van leer met een geklonken rand +31075 Barb Ketting Decoratieve ketting van de Martyaxwar. Er zit een brief in verborgen. +31076 Zonnekruiden Deze kruiden groeien in hete droge gebieden. +31077 Fundament Steen Poeder Fundament Steen vermalen tot een fijn poeder. +31078 Pure Lumen Witte energie, neutraliseert de kracht van Zwarte Materie. +31079 Brief aan Yak-Hwan De laatste woorden van de Verkennen, verborgen in een ketting. +31080 Vlamkoning Bloed Het bloed stroomt door de aderen van de demon zo heet als lava. +31081 Zwarte Materie De duisterste soort van energie die demonen enorme kracht geeft. +31082 Magma Ring Een ring gemaakt van magma die de harten van Vlamdemonen omcirkelt. +31083 Ring van Samael Krachtig Artifact voor de voltooiing van een Verbanningsritueel. +31084 +31085 +31086 +31087 +31088 +31089 +31090 +31091 +31092 +31093 Onbekende Steen Dit type steen is volledig onbekend bij je, maar het straalt tastbare kou en duisternis uit. +31094 Scherf Fragment van de Demonische Meteoriet +31095 +31096 +31097 +31098 +31099 +31100 +31101 +31102 +31103 +35000 Medische Kruiden+ Een collectie van gedroogde heilzame kruiden. Helaas zijn ze een beetje stoffig. +35001 Tijgerlever+ De bruinrode lever ter grootte van een hand van een volgroeide wilde kat. +38010 Yang Bundel Verzilver de bundel om je oorlogskist met Yang te vullen. Kan niet verhandeld worden. +38011 Yang Bundel Verzilver de bundel om je oorlogskist met Yang te vullen. Kan niet verhandeld worden. +38050 Kracht Kist Deze kist is extreem licht, alsof er niks in zit... +38051 Koninklijk Tijgerkristal Het vergt een substantile hoeveelheid magie om een kwaadaardige dier geest te temmen. Dit kristal bevat n van de vijf beschikbare Tijger Zegels. +38052 De Kist der Koningen Deze geweldige kist verbergt een werkelijk koninklijke schat. Dit item is verhandelbaar. +38053 Eeuwige Winter Kist De kist is kompleet uit ijs gesneden/ Met een zachte klik opent de deksel, en vries kou stijgt er uit op. +38054 Woestijn Storm Kist Deze geheimzinnige kist bevat een willekeurig voorwerp. +38055 Welp Kist Een schattig jong dier kan verborgen zitten in deze kist. Open hem en vind een willekeurig voorwerp. +38056 Feestdag Kist Deze kist bedekt in feestelijke naaldboom groen bevat een kerst verassing. +38057 Kist van het Noorden De kist straalt ijzig blauw en bevat een willekeurig voorwerp. +38100 Kracht Snack (7 dagen) Verhoogd de levensduur van je Kracht Rijdier met 7 dagen. +38101 Kracht Snack (15 dagen) Verhoogd de levensduur van je Kracht Rijdier met 15 dagen. +38102 Kracht Snack (30 dagen) Verhoogd de levensduur van je Kracht Rijdier met 30 dagen. +38200 Rufus Zegel Je kan deze zegel gebruiken om jouw wolvenwelp Rufus op te roepen. +38201 Rufus Zegel Je kan deze zegel gebruiken om jouw wolvenwelp Rufus op te roepen. +39001 Magische Steen Deze steen garandeert het grootste succes in item verbetering. Bovendien zal het item niet vernietigd of gedegradeerd worden. Dit item is verhandelbaar. +39002 Ervaring Ring Verhoogd de verzameling ervaring met 50% voor 60 minuten. Dit item is verhandelbaar. +39003 Perzik Bloem Wijn Drankje dat onmiddelijk je LP punten regenereert met 50 punten. Dit item is verhandelbaar. +39004 Gezegend Bol Deze legendarische bol voegt een vijfde bonus toe aan een item was al 4 bonussen heeft. Het toevoegen kan falen. Dit item is verhandelbaar. +39005 Magisch Koper Erts Wanneer je deze erts bij de smid combineert met een Zegening Geschrift, maak je een Oorlog Geschrift. Dit item is verhandelbaar. +39006 Moedigheids Mantel Oude Krijgers lieten hun moed blijken door een kleurige mantel te dragen met wie zij de aandacht van monsters trokken. Dit item is verhandelbaar. +39007 Smids Handboek Dit boek is gebonden met de ziel van een oude Smid. Het verhoogt de kans op verbetering van een voorwerp. Dit item is verhandelbaar. +39008 Exorcisme Geschrift Zal de vloek van de slechte geest opheffen wanneer leren niet succesvol is. Met de hulp van dit geschrift kun je een ander document op de zelfde dag lezen. Dit item is verhandelbaar. +39009 Skill Terugzet Document Dit item stelt je in staat om je vaardigheidspunten van een van je skills te herverdelen. Dit item is verhandelbaar. +39010 Drank van de Aanval+10 Verhoogd je aanval snelheid met 10% voor 30 minuten. Dit item is verhandelbaar. +39011 Zegening des Levens Een zegening waarmee je LP onmiddelijk hersteld naar 100%. Dit item is verhandelbaar. +39012 Zegening der Magie Een zegening die je hele TP onmiddelijk regenereert. Dit item is verhandelbaar. +39013 Zegening der Draken Een zegening die je LP en TP onmiddelijk hersteld naar 100%. Dit item is verhandelbaar. +39014 Oorlog Geschrift Verbetering van voorwerpen zullen 100% slagen. Werkt alleen op items +0 tot +3. Dit item is verhandelbaar. +39015 Steen van de Smid Bij de smid kun je, met de hulp van deze steen en een zegenings geschrift, een Smids Handboek maken. Dit item is verhandelbaar. +39016 Magisch IJzert Erts Deze erts, gecombineerd met een zegening geschrift, maakt het mogelijk bij de Smid een Draken Geschrift te maken. Dit item is verhandelbaar. +39017 Draken God Leven Verhoogd je maximum LP met 20% voor 30 minuten. Dit item is verhandelbaar. +39018 Draken God Aanval Verhoogd de schade die je veroorzaakt gedurende een gevecht met 12-15% voor 30 minuten. Dit item is verhandelbaar. +39019 Draken God Intelligentie Verhoogd je maximum intelligentie met 20% voor 30 minuten. Dit item is verhandelbaar. +39020 Draken God Verdediging Verlaagd de schade die je ontvangt gedurende een gevecht met 12-15% voor 30 minuten. Dit item is verhandelbaar. +39021 Draken God Support De vitaliteit, kracht, intelligentie en behendigheid van je karakter zal tijdelijk vervijfvoudigen. Dit item is verhandelbaar. +39022 Draken Geschrift Elimineert het risico van de vernietiging van een voorwerp wanneer verbeteren faalt. Alleen de kwaliteit zal verminderen met 1. Daarbij zal de waarschijnlijkheid op een succesvolle verbetering verhogen met 10%. Dit item is verhandelbaar. +39023 Onderzoeks Elixer Dit elixer verbetert de kwaliteit van de onderzoek objecten die je verzameld hebt, daarbij de waarschijnlijkheid verhogend dat het zal worden geaccepteerd. Dit item is verhandelbaar. +39024 Kritieke Slag Verhoogd de kans een kritieke slag uit te delen met 20% voor 10 minuten. Dit item is verhandelbaar. +39025 Perforerende Slag Verhoogd de kans om een perforerende slag uit te delen met 20% voor 10 minuten. Dit item is verhandelbaar. +39026 Brouwsel van Haast Verhoogd je beweeg snelheid met 60 voor 30 minuten. Dit item is verhandelbaar. +39027 Steen Ambacht Boek Verwijderd alle gebroken stenen uit een voorwerp. Daarmee krijg je een nieuwe kans om je wapen of pantser te verbeteren. Dit item is verhandelbaar. +39028 Betover Voorwerp Verwijderd de bonussen van een van je items en voegt nieuwe toe. Dit item is verhandelbaar. +39029 Versterk Voorwerp Als je geluk hebt zal het een nieuwe bonus toevoegen op een van je items (tot maximaal 4 bonussen). Dit item is verhandelbaar. +39030 Geconcentreerd Lezen Verhoogt de kans om je talent te verbeteren wanneer je het volgende boek leest (of zielsteen) met 2,5 keer. Dit item is verhandelbaar. +39031 Brouwsel van Haast Dit brouwsel verlaagde de cool down tijd van je vaardigheden met 20% voor 30 minuten. Dit item is verhandelbaar. +39032 Vrucht des Levens Verhoogd rang punten met 2000 (cool down tijd: 8 uur). Dit item is verhandelbaar. +39033 Geschrift der Correctie Dit geschrift verwijderd de laatste succesvol toegevoegde zielensteen uit een voorwerp. Dit item is verhandelbaar. +39034 Paarden Suiker Deze suiker stelt je in staat om je rijdier een naam te geven. Het verhoogd ook de verdediging met 20. Dit item is verhandelbaar. +39035 Glas der Inzicht Maakt mogelijk om een andere speler items uit jouw inventaris te laten zien. Het glas breekt tijdens dit proces. Dit item is verhandelbaar. +39036 Wind Schoenen Wanneer deze schoenen worden gedragen zal je beweeg snelheid verhogen met 30 voor 30 speel uren. Dit item is verhandelbaar. +39037 Zon Elixer (K) Vul automatisch je LP, bevat 1,000,000 LP. Dit item is verhandelbaar. +39038 Zon Elixer (M) Vul automatisch je LP, bevat 3,000,000 LP. Dit item is verhandelbaar. +39039 Zon Elixer (G) Vul automatisch je LP, bevat 7,000,000 LP. Dit item is verhandelbaar. +39040 Maan Elixer (K) Vul automatisch je TP, bevat 100,000 TP. Dit item is verhandelbaar. +39041 Maan Elixer (M) Vul automatisch je TP, bevat 300,000 TP. Dit item is verhandelbaar. +39042 Maan Elixer (G) Vul automatisch je TP, bevat 700,000 TP. Dit item is verhandelbaar. +39043 Terugkeer Geschrift Het geschrift stelt je in staat terug te keren naar de lokatie die je gemarkeerd hebt. Dit item is verhandelbaar. +39044 Kist der Lycanen (K) Uitrustingspakket met nuttige items voor Lycanen. +39045 Kist der Lycanen (G) Groot uitrustingspakket met nuttige items voor Lycanen. +39046 Cert. van Omkering+ Gebruik het Certificaat van Omkering om bonussen van een Schoudergordel te halen. +41001 Hazenkostuum (bruin) Hazenkostuum voor mannen gemaakt van bruin pluche +41002 Konijntjes kostuum (br) Konijntjes kostuum voor vrouwen gemaakt van bruin pluche +41003 Woestijn Krijger (M) Strijd kleding voor mannen, helpt te overleven in de inhumane woestijn condities. +41004 Woestijn Krijger (V) Strijd kleding voor vrouwen, helpt te overleven in de inhumane woestijn condities. +41005 Olym. Scherm Outfit (M) Sportief beschermende outfit voor mannelijke schermers. +41006 Olym. Scherm Outfit (V) Sportief beschermende outfit voor vrouwelijke schermers. +41007 GER Schermen Outfit (M) Sportieve beschermende outfit voor mannelijke schermers in de Duitse nationale kleuren. +41008 DUI Schermen Outfit (V) Sportief beschermende outfit voor vrouwelijke schermers in de Duitse nationale kleuren. +41009 TUR Schermen Outfit (M) Sportief beschermende outfit voor mannelijke schermers in de Turkse nationale kleuren. +41010 TUR Schermen Outfit (V) Sportief beschermende outfit voor vrouwelijke schermers in de Turkse nationale kleuren. +41011 BRA Schermen Outfit (M) Sportief beschermende outfit voor mannelijke schermers in de Braziliaanse nationale kleuren. +41012 BRA Schermen Outfit (V) Sportief beschermende outfit voor vrouwelijke schermers in de Braziliaanse nationale kleuren. +41013 Olymp. Voetbal Outfit(M) Neutrale outfit voor mannelijke voetballers. +41014 Olym. Voetbal Outfit (V) Neutrale outfit voor vrouwelijke voetballers. +41015 DUI Voetbal Outfit (M) Outfit voor mannelijke voetballers in de Duitse nationale kleuren. +41016 DUI Voetbal Outfit (V) Outfit voor vrouwelijke voetballers in de Duitse nationale kleuren. +41017 TUR Voetbal Outfit (M) Outfit voor mannelijke voetballers in de Turkse nationale kleuren. +41018 TUR Voetbal Outfit (V) Outfit voor vrouwelijke voetballers in de Turkse nationale kleuren. +41019 BRA Voetbal Outfit (M) Outfit voor mannelijke voetballers in de Braziliaanse nationale kleuren. +41020 BRA Voetbal Outfit (V) Outfit voor vrouwelijke voetballers in de Braziliaanse nationale kleuren. +41021 Olym. Boksen Outfit (M) Vechtklare outfit voor mannelijke boxers. +41022 Olym. Boksen Outfit (V) Vechtklare outfit voor vrouwelijke boksers. +41023 DUI Boksen Outfit (M) Vechtklare outfit voor mannelijke boksers in de Duitse nationale kleuren. +41024 DUI Boksen Outfit (V) Vechtklare outfit voor vrouwelijke boksers in de Duitse nationale kleuren. +41025 TUR Boksen Outfit (M) Vechtklare outfit voor mannelijke boksers in de Turkse nationale kleuren. +41026 TUR Boksen Outfit (V) Vechtklare outfit voor vrouwelijke boksers in de Turkse nationale kleuren. +41027 BRA Boksen Outfit (M) Vechtklare outfit voor mannelijke boksers in de Braziliaanse nationale kleuren. +41028 BRA Boksen Outfit (V) Vechtklare outfit voor vrouwelijke boksers in de Braziliaanse nationale kleuren. +41029 Woestijn Krgr. (M,Bonus) Strijd outfit voor mannen, om te kunnen overleven in de inhumane woestijn condities. Item is verhandelbaar. +41030 Woestijn Krgr. (V,Bonus) Strijd outfit voor vrouwen, om te kunnen overleven in de inhumane woestijn condities. Item is verhandelbaar. +41031 Olymp. Schermen Outfit ( Sportief beschermende outfit voor mannelijke schermers. Item is verhandelbaar. +41032 Olym. Scherm Outfit (V) Sportieve beschermende outfit voor vrouwelijke schermers. Item is verhandelbaar. +41033 DUI Schermen Outfit (M) Sportieve beschermende outfit voor mannelijke schermers in de nationale kleuren. Item is verhandelbaar. +41034 DUI Schermen Outfit (V) Sportief beschermende outfit voor vrouwelijke schermers in de Duitse nationale kleuren. Item is verhandelbaar. +41035 TUR Schermen Outfit (M) Sportief beschermende outfit voor mannelijke schermers in de Turkse nationale kleuren. Item is verhandelbaar. +41036 TUR Schermen Outfit (V) Sportief beschermende outfit voor vrouwelijke schermers in de Turkse nationale kleuren. Item is verhandelbaar. +41037 BRA Schermen Outfit (M) Sportief beschermende outfit voor mannelijke schermers in de Braziliaanse nationale kleuren. Item is verhandelbaar. +41038 BRA Schermen Outfit (V) Sportief beschermende outfit voor vrouwelijke schermers in de Braziliaanse nationale kleuren. Item is verhandelbaar. +41039 Olym. Voetbal Outfit (M) Neutrale outfit voor mannelijke voetballers. Item is verhandelbaar. +41040 Olym. Voetbal Outfit (F) Neutrale outfit voor vrouwelijke voetballers. Item is verhandelbaar. +41041 DUI Voetbal Outfit (M) Outfit voor mannelijke voetballers in de Duitse nationale kleuren. Item is verhandelbaar. +41042 DUI Voetbal Outfit (F) Outfit voor vrouwelijke voetballers in de Duitse nationale kleuren. Item is verhandelbaar. +41043 TUR Voetbal Outfit (M) Outfit voor mannelijke voetballers in de Turkse nationale kleuren. Item is verhandelbaar. +41044 TUR Voetbal Outfit (V) Outfit voor vrouwelijke voetballers in de Turkse nationale kleuren. Item is verhandelbaar. +41045 BRA Voetbal Outfit (M) Outfit voor mannelijke voetballers in de Braziliaanse nationale kleuren. Item is verhandelbaar. +41046 BRA Voetbal Outfit (V) Outfit voor vrouwelijke voetballers in de Braziliaanse nationale kleuren. Item is verhandelbaar. +41047 Olym. Boksen Outfit (M) Vechtklare outfit voor mannelijke boksers. Item is verhandelbaar. +41048 Olymp. Boksen Outfit (F) Vechtklare outfit voor vrouwelijke boksers. Item is verhandelbaar. +41049 DUI Boksen Outfit (M) Vechtklare outfit voor mannelijke boksers in de Duitse nationale kleuren. Item is verhandelbaar. +41050 DUI Boksen Outfit (V) Vechtklare outfit voor vrouwelijke boksers in de Duitse nationale kleuren. Item is verhandelbaar. +41051 TUR Boksen Outfit (M) Vechtklare outfit voor mannelijke boksers in de Turkse nationale kleuren. Item is verhandelbaar. +41052 TUR Boksen Outfit (V) Vechtklare outfit voor vrouwelijke boksers in de Turkse nationale kleuren. Item is verhandelbaar. +41053 BRA Boksen Outfit (M) Vechtklare outfit voor mannelijke boksers in de Braziliaanse nationale kleuren. Item is verhandelbaar. +41054 BRA Boksen Outfit (V) Vechtklare outfit voor vrouwelijke boksers in de Braziliaanse nationale kleuren. Item is verhandelbaar. +41055 Schermen Outfit FRA (M) Sportieve beschermende outfit voor mannelijke schermers in de Franse nationale kleuren. +41056 Schermen Outfit FRA (V) Sportieve beschermende outfit voor vrouwelijke schermers in de Franse nationale kleuren. +41057 Schermen Outfit ITA (M) Sportieve beschermende outfit voor mannelijke schermers in de Italiaanse nationale kleuren. +41058 Schermen Outfit ITA (V) Sportieve beschermende outfit voor vrouwelijke schermers in de Italiaanse nationale kleuren. +41059 Schermen Outfit POL (M) Sportieve beschermende outfit voor mannelijke schermers in de Poolse nationale kleuren. +41060 Schermen Outfit POL (V) Sportieve beschermende outfit voor vrouwelijke schermers in de Poolse nationale kleuren. +41061 Schermen Outfit ROE (M) Sportieve beschermende outfit voor mannelijke schermers in de Roemeense nationale kleuren. +41062 Schermen Outfit ROE (V) Sportieve beschermende outfit voor vrouwelijke schermers in de Roemeense nationale kleuren. +41063 Schermen Outfit SPA (M) Sportieve beschermende outfit voor mannelijke schermers in de Spaanse nationale kleuren. +41064 Schermen Outfit SPA (V) Sportieve beschermende outfit voor vrouwelijke schermers in de Spaanse nationale kleuren. +41065 Voetbal Outfit (FRA (M) Outfit voor mannelijke voetballers in de Franse nationale kleuren. +41066 Voetbal Outfit FRA (V) Outfit voor vrouwelijke voetballers in de Franse nationale kleuren. +41067 Voetbal Outfit ITA (M) Outfit voor mannelijke voetballers in de Italiaanse nationale kleuren. +41068 Voetbal Outfit ITA (V) Outfit voor vrouwelijke voetballers in de Italiaanse nationale kleuren. +41069 Voetbal Outfit POL (M) Outfit voor mannelijke voetballers in de Poolse nationale kleuren. +41070 Voetbal Outfit POL (V) Outfit voor vrouwelijke voetballers in de Poolse nationale kleuren. +41071 Voetbal Outfit ROE (M) Outfit voor mannelijke voetballers in de Roemeense nationale kleuren. +41072 Voetbal Outfit ROE (V) Outfit voor vrouwelijke voetballers in de Roemeense nationale kleuren. +41073 Voetbal Outfit SPA (M) Outfit voor mannelijke voetballers in de Spaanse nationale kleuren. +41074 Voetbal Outfit SPA (V) Outfit voor vrouwelijke voetballers in de Spaanse nationale kleuren. +41075 Boksen Outfit FRA (M) Militaire outfit voor mannelijke boksers in de Franse nationale kleuren. +41076 Boksen Outfit FRA (V) Militaire outfit voor vrouwelijke boksers in de Franse nationale kleuren. +41077 Boksen Outfit ITA (M) Militaire outfit voor mannelijke boksers in de Italiaanse nationale kleuren. +41078 Boksen Outfit ITA (V) Militaire outfit voor vrouwelijke boksers in de Italiaanse nationale kleuren. +41079 Boksen Outfit POL (M) Militaire outfit voor mannelijke boksers in de Poolse nationale kleuren. +41080 Boksen Outfit POL (V) Militaire outfit voor vrouwelijke boksers in de Poolse nationale kleuren. +41081 Boksen Outfit ROE (M) Militaire outfit voor mannelijke boksers in de Roemeense nationale kleuren. +41082 Boksen Outfit ROE (V) Militaire outfit voor vrouwelijke boksers in de Roemeense nationale kleuren. +41083 Boksen Outfit SPA (M) Militaire outfit voor mannelijke boksers in de Spaanse nationale kleuren. +41084 Boksen Outfit SPA (V) Militaire outfit voor vrouwelijke boksers in de Spaanse nationale kleuren. +41085 Schermen Outfit FRA (M) Sportieve beschermende outfit voor mannelijke schermers in de Franse nationale kleuren. Item is verhandelbaar. +41086 Schermen Outfit FRA (V) Sportieve beschermende outfit voor vrouwelijke schermers in de Franse nationale kleuren. Item is verhandelbaar. +41087 Schermen Outfit ITA (M) Sportieve beschermende outfit voor mannelijke schermers in de Italiaanse nationale kleuren. Item is verhandelbaar. +41088 Schermen Outfit ITA (V) Sportieve beschermende outfit voor vrouwelijke schermers in de Italiaanse nationale kleuren. Item is verhandelbaar. +41089 Schermen Outfit POL (M) Sportieve beschermende outfit voor mannelijke schermers in de Poolse nationale kleuren. Item is verhandelbaar. +41090 Schermen Outfit POL (V) Sportieve beschermende outfit voor vrouwelijke schermers in de Poolse nationale kleuren. Item is verhandelbaar. +41091 Schermen Outfit ROE (M) Sportieve beschermende outfit voor mannelijke schermers in de Roemeense nationale kleuren. Item is verhandelbaar. +41092 Schermen Outfit ROE (V) Sportieve beschermende outfit voor vrouwelijke schermers in de Roemeense nationale kleuren. Item is verhandelbaar. +41093 Schermen Outfit SPA (M) Sportieve beschermende outfit voor mannelijke schermers in de Spaanse nationale kleuren. Item is verhandelbaar. +41094 Schermen Outfit SPA (V) Sportieve beschermende outfit voor vrouwelijke schermers in de Spaanse nationale kleuren. Item is verhandelbaar. +41095 Voetbal Outfit FRA (M) Outfit voor mannelijke voetballers in de Franse nationale kleuren. Item is verhandelbaar. +41096 Voetbal Outfit FRA (V) Outfit voor vrouwelijke voetballers in de Franse nationale kleuren. Item is verhandelbaar. +41097 Voetbal Outfit ITA (M) Outfit voor mannelijke voetballers in de Italiaanse nationale kleuren. Item is verhandelbaar. +41098 Voetbal Outfit ITA (V) Outfit voor vrouwelijke voetballers in de Italiaanse nationale kleuren. Item is verhandelbaar. +41099 Voetbal Outfit POL (M) Outfit voor mannelijke voetballers in de Poolse nationale kleuren. Item is verhandelbaar. +41100 Voetbal Outfit POL (V) Outfit voor vrouwelijke voetballers in de Poolse nationale kleuren. Item is verhandelbaar. +41101 Voetbal Outfit ROE (M) Outfit voor mannelijke voetballers in de Roemeense nationale kleuren. Item is verhandelbaar. +41102 Voetbal Outfit ROE (V) Outfit voor vrouwelijke voetballers in de Roemeense nationale kleuren. Item is verhandelbaar. +41103 Voetbal Outfit SPA (M) Outfit voor mannelijke voetballers in de Spaanse nationale kleuren. Item is verhandelbaar. +41104 Voetbal Outfit SPA (V) Outfit voor vrouwelijke voetballers in de Spaanse nationale kleuren. Item is verhandelbaar. +41105 Boksen Outfit FRA (M) Militaire outfit voor mannelijke boksers in de Franse nationale kleuren. Item is verhandelbaar. +41106 Boksen Outfit FRA (V) Militaire outfit voor vrouwelijke boksers in de Franse nationale kleuren. Item is verhandelbaar. +41107 Boksen Outfit ITA (M) Militaire outfit voor mannelijke boksers in de Italiaanse nationale kleuren. Item is verhandelbaar. +41108 Boksen Outfit ITA (V) Militaire outfit voor vrouwelijke boksers in de Italiaanse nationale kleuren. Item is verhandelbaar. +41109 Boksen Outfit POL (M) Militaire outfit voor mannelijke boksers in de Poolse nationale kleuren. Item is verhandelbaar. +41110 Boksen Outfit POL (V) Militaire outfit voor vrouwelijke boksers in de Poolse nationale kleuren. Item is verhandelbaar. +41111 Boksen Outfit ROE (M) Militaire outfit voor mannelijke boksers in de Roemeense nationale kleuren. Item is verhandelbaar. +41112 Boksen Outfit ROE (V) Militaire outfit voor vrouwelijke boksers in de Roemeense nationale kleuren. Item is verhandelbaar. +41113 Boksen outfit SPA (M) Militaire outfit voor mannelijke boksers in de Spaanse nationale kleuren. Item is verhandelbaar. +41114 Boksen Outfit SPA (V) Militaire outfit voor vrouwelijke boksers in de Spaanse nationale kleuren. Item is verhandelbaar. +41117 Musketier Kostuum Extravagant pak in de stijl van de musketiers +41118 Dienstmeisjes Uniform Zwarte jurk met een wit kapje in de stijl van een Frans dienstmeisje. +41119 Salsa Pak Straks oranje zwart pak voor Latijns-Amerikaanse dansers. +41120 Salsa jurk Strak rode dans jurk met zwarte handschoenen. +41121 Herenpak Elegant pak voor heren van fatsoen +41122 Cocktailjurk Lucht blauwe jurk met strik en passende sandalen +41125 Pompoen Smoking Een klassieker - met nieuwe interpretatie voor deze speciale gelegenheid. +41126 Pompoen Jurk Een klassieker - met nieuwe interpretatie voor deze speciale gelegenheid. +41129 Musketier Kostuum + Extravagant pak in de stijl van de musketiers. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41130 Dienstmeisje Uniform + Zwarte Jurk met een wit schort in de stijl van een Frans dienstmeisje. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41131 Salsa Pak + Strak oranje-zwart pak voor Latijns-Amerikaanse dansers. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41132 Salsa Jurk + Strak rode dansjurk met zwarte handschoenen. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41133 Herenpak + Elegant pak voor heren van fatsoen. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41134 Cocktailjurk + Luchtblauwe jurk met een strik en bijpassende sandalen. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41135 Pompoen Smoking (Bonus) Een klassieker - met nieuwe interpretatie voor deze speciale gelegenheid. Dit kostuum geeft je een willekeurige bonus. +41136 Pompoen Jurk (Bonus) Een klassieker - met nieuwe interpretatie voor deze speciale gelegenheid. Dit kostuum geeft je een willekeurige bonus. +41137 Kerst Kostuum (rood) Kerstachtig pak gemaakt van rood fluweel en wit pluche. +41138 Kerst Jurk (rood) Kerstachtige minirok gemaakt van rood fluweel en wit pluche. +41139 Kerst Kostuum (groen) Kerstachtig pak gemaakt van groen fluweel en wit pluche. +41140 Kerst Jurk (groen) Kerstachtige minirok gemaakt van groen fluweel en wit pluche. +41141 Kerst Kostuum (zwart) Kerstachtig pak gemaakt van zwart fluweel en wit pluche. +41142 Kerst Jurk (zwart) Kerstachtige minirok gemaakt van zwart fluweel en wit pluche. +41143 Rendier Kostuum (M) Kostuum voor hem, gemaakt van zacht pluche met een pluizige staart en bel. +41144 Rendier Kostuum (V) Kostuum voor haar, gemaakt van zacht pluche met een pluizige staart en bel. +41145 Kerst Kostuum+ (zwart) Kerstachtig pak gemaakt van rood fluweel en wit pluche. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41146 Kerst Jurk+ (rood) Kerstachtige minirok gemaakt van rood fluweel en wit pluche.Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41147 Kerst Kostuum+ (groen) Kerstachtig pak gemaakt van groen fluweel en wit pluche. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41148 Kerst Jurk+ (groen) Kerstachtige minirok gemaakt van groen fluweel en wit pluche.Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41149 Kerst Kostuum+ (zwart) Kerstachtig pak gemaakt van zwart fluweel en wit pluche. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41150 Kerst Jurk+ (zwart) Kerstachtige minirok gemaakt van zwart fluweel en wit pluche.Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41151 Rendier Kostuum+ (M) Kostuum voor hem, gemaakt van zacht pluche met een pluizige staart en bel. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41152 Rendier Kostuum+ (V) Kostuum voor haar, gemaakt van zacht pluche met een pluizige staart en bel. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41153 AC Miryang (M) Voetbal outfit voor mannen in zwart en rood +41154 AC Miryang (V) Voetbal outfit voor vrouwen in zwart en rood +41155 AFC Yayang (M) Voetbal outfit voor mannen in wit en rood +41156 AFC Jayang (V) Voetbal outfit voor vrouwen in wit en rood +41157 RSC Slangenveld (M) Voetbal outfit voor mannen in violet en wit +41158 RSC Slangenveld (V) Voetbal outfit voor vrouwen in violet en wit +41159 Yongan FC (M) Voetbal outfit voor mannen in rood en wit +41160 Yongan FC (V) Voetbal outfit voor vrouwen in rood en wit +41161 FC Bakra (M) Voetbal outfit voor mannen in donker blauw en rood +41162 FC Bakra (V) Voetbal outfit voor vrouwen in donker blauw en rood +41163 FC Bokjung (M) Voetbal outfit voor mannen in geel en blauw +41164 FC Bokjung (V) Voetbal outfit voor vrouwen in geel en blauw +41165 FC Bavaria Hwang (M) Voetbal outfit voor mannen in rood en goud +41166 FC Bavaria Hwang (V) Voetbal outfit voor vrouwen in rood en goud +41167 Borussia Chunjo (M) Voetbal outfit voor mannen in zwart en geel +41168 Borussia Chunjo (V) Voetbal outfit voor vrouwen in zwart en geel +41169 SC Doyyum (M) Voetbal outfit voor mannen in rood en wit +41170 SC Doyyum (V) Voetbal outfit voor vrouwen in rood en wit +41171 Hasun Dong FC (M) Voetbal outfit voor mannen in groen en wit +41172 Hasun Dong FC (V) Voetbal outfit voor vrouwen in groen en wit +41173 CFR Drakenvuur 07 (M) Voetbal outfit voor mannen in bordeaux rood +41174 CFR Drakenvuur 07 (V) Voetbal outfit voor vrouwen in bordeaux rood +41175 Daeyami FC (M) Voetbal outfit voor mannen in blauw +41176 Daeyami FC (V) Voetbal outfit voor vrouwen in blauw +41177 GNK Kuahlo Dong (M) Voetbal outfit voor mannen in blauw en wit +41178 GNK Kuahlo Dong (V) Voetbal outfit voor vrouwen in blauw en wit +41179 1927 Imha (M) Voetbal outfit voor mannen in wit en blauw +41180 1927 Imha (V) Voetbal outfit voor vrouwen in wit en blauw +41181 FC IJsland (M) Voetbal outfit voor mannen in rood +41182 FC IJsland (V) Voetbal outfit voor vrouwen in rood +41183 FC Gumsan (M) Voetbal outfit voor mannen in wit en blauw +41184 FC Gumsan (V) Voetbal outfit voor vrouwen in wit en blauw +41185 Galawaryong (M) Voetbal outfit voor mannen in geel en rood +41186 Galawaryong (V) Voetbal outfit voor vrouwen in geel en rood +41187 Juventus Yongbi (M) Voetbal outfit voor mannen in zwart en wit +41188 Juventus Yongbi (V) Voetbal outfit voor vrouwen in zwart en wit +41189 OSC Lungsam (M) Voetbal outfit voor mannen in rood en donker blauw +41190 OSC Lungsam (V) Voetbal outfit voor vrouwen in rood en donker blauw +41191 Doyyumhwan CF (M) Voetbal outfit voor mannen in licht blauw en wit +41192 Doyyumhwan CF (V) Voetbal outfit voor vrouwen in licht blauw en wit +41193 Nefriet City FC (M) Voetbal outfit voor mannen in licht blauw en wit +41194 Nefriet City FC (V) Voetbal outfit voor vrouwen in licht blauw en wit +41195 Shinsoo United (M) Voetbal outfit voor mannen in rood en wit +41196 Shinsoo United (V) Voetbal outfit voor vrouwen in rood en wit +41197 Drakenvallei SC (M) Voetbal outfit voor mannen in donker blauw en oranje +41198 Drakenvallei SC (V) Voetbal outfit voor vrouwen in donker blauw en oranje +41199 Donder Gebergte FC (M) Voetbal outfit voor mannen in rood en wit +41200 Donder Gebergte FC (V) Voetbal outfit voor vrouwen in rood en wit +41201 Pyungmo Saint Hwang (M) Voetbal outfit voor mannen in donker blauw +41202 Pyungmo Saint Hwang (V) Voetbal outfit voor vrouwen in donker blauw +41203 Real Sohan (M) Voetbal outfit voor mannen in wit +41204 Real Sohan (V) Voetbal outfit voor vrouwen in wit +41205 FC Jinno 04 (M) Voetbal outfit voor mannen in koninklijk blauw en wit +41206 FC Jinno 04 (V) Voetbal outfit voor vrouwen in koninklijk blauw en wit +41207 FC Sangsun Dong (M) Voetbal outfit voor mannen in zwart en oranje +41208 FC Sangsun Dong (V) Voetbal outfit voor vrouwen in zwart en oranje +41209 SL Junsun Dong (M) Voetbal outfit voor mannen in rood en wit +41210 SL Junsun Dong (V) Voetbal outfit voor vrouwen in rood en wit +41211 Spartak Jungrang (M) Voetbal outfit voor mannen in rood en wit +41212 Spartak Jungrang (V) Voetbal outfit voor vrouwen in rood en wit +41213 Vuurland CF (M) Voetbal outfit voor mannen in wit en zwart +41214 Vuurland CF (V) Voetbal outfit voor vrouwen in wit en zwart +41215 FC St. Seungryong (M) Voetbal outfit voor mannen in blauw +41216 FC St. Seungryong (V) Voetbal outfit voor vrouwen in blauw +41217 AC Miryang+ (M) Voetbal outfit voor mannen in rood en zwart. Geeft je minimaal 1 willekeurige bonus. +41218 AC Miryang+ (V) Voetbal outfit voor vrouwen in zwart en rood. Geeft je minimaal 1 willekeurige bonus. +41219 AFC Jayang+ (M) Voetbal outfit voor mannen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41220 AFC Jayang+ (V) Voetbal outfit voor vrouwen in wit en rood. Geeft je minimaal 1 willekeurige bonus. +41221 RSC Slangenveld+ (M) Voetbal outfit voor mannen in violet en wit. Geeft je minimaal 1 willekeurige bonus. +41222 RSC Slangenveld+ (V) Voetbal outfit voor vrouwen in violet en wit. Geeft je minimaal 1 willekeurige bonus. +41223 Yongan FC+ (M) Voetbal outfit voor mannen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41224 Yongan FC+ (V) Voetbal outfit voor vrouwen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41225 FC Bakra+ (M) Voetbal outfit voor mannen in blauw en rood. Geeft je minimaal 1 willekeurige bonus. +41226 FC Bakra+ (V) Voetbal outfit voor vrouwen in donker blauw en rood. Geeft je minimaal 1 willekeurige bonus. +41227 FC Bokjung+ (M) Voetbal outfit voor mannen in geel en blauw. Geeft je minimaal 1 willekeurige bonus. +41228 FC Bokjung+ (V) Voetbal outfit voor vrouwen in geel en blauw. Geeft je minimaal 1 willekeurige bonus. +41229 FC Bavaria Hwang+ (M) Voetbal outfit voor mannen in rood en goud. Geeft je minimaal 1 willekeurige bonus. +41230 FC Bavaria Hwang+ (V) Voetbal outfit voor vrouwen in rood en goud. Geeft je minimaal 1 willekeurige bonus. +41231 Borussia Chunjo+ (M) Voetbal outfit voor mannen in zwart en geel. Geeft je minimaal 1 willekeurige bonus. +41232 Borussia Chunjo+ (V) Voetbal outfit voor vrouwen in zwart en geel. Geeft je minimaal 1 willekeurige bonus. +41233 SC Doyyum+ (M) Voetbal outfit voor mannen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41234 SC Doyyum+ (V) Voetbal outfit voor vrouwen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41235 Hasun Dong FC+ (M) Voetbal outfit voor mannen in groen en wit. Geeft je minimaal 1 willekeurige bonus. +41236 Hasun Dong FC+ (V) Voetbal outfit voor vrouwen in groen en wit. Geeft je minimaal 1 willekeurige bonus. +41237 CFR Drakenvuur 07+ (M) Voetbal outfit voor mannen in Bordeaux. Geeft je minimaal 1 willekeurige bonus. +41238 CFR Drakenvuur 07+ (V) Voetbal outfit voor vrouwen in Bordeaux. Geeft je minimaal 1 willekeurige bonus. +41239 Daeyami FC+ (M) Voetbal outfit voor mannen in blauw. Geeft je minimaal 1 willekeurige bonus. +41240 Daeyami FC+ (V) Voetbal outfit voor vrouwen in blauw. Geeft je minimaal 1 willekeurige bonus. +41241 GNK Kuahlo Dong+ (M) Voetbal outfit voor mannen in blauw en wit. Geeft je minimaal 1 willekeurige bonus. +41242 GNK Kuahlo Dong+ (V) Voetbal outfit voor vrouwen in blauw en wit. Geeft je minimaal 1 willekeurige bonus. +41243 1927 Imha+ (M) Voetbal outfit voor mannen in wit en blauw. Geeft je minimaal 1 willekeurige bonus. +41244 1927 Imha+ (V) Voetbal outfit voor vrouwen in wit en blauw. Geeft je minimaal 1 willekeurige bonus. +41245 FC IJsland+ (M) Voetbal outfit voor mannen in rood. Geeft je minimaal 1 willekeurige bonus. +41246 FC IJsland+ (V) Voetbal outfit voor vrouwen in rood. Geeft je minimaal 1 willekeurige bonus. +41247 FC Gumsan+ (M) Voetbal outfit voor mannen in wit en blauw. Geeft je minimaal 1 willekeurige bonus. +41248 FC Gumsan+ (V) Voetbal outfit voor vrouwen in wit en blauw. Geeft je minimaal 1 willekeurige bonus. +41249 Galawaryong+ (M) Voetbal outfit voor mannen in geel en rood. Geeft je minimaal 1 willekeurige bonus. +41250 Galawaryong+ (V) Voetbal outfit voor vrouwen in geel en rood. Geeft je minimaal 1 willekeurige bonus. +41251 Juventus Yongbi+ (M) Voetbal outfit voor mannen in zwart en wit. Geeft je minimaal 1 willekeurige bonus. +41252 Juventus Yongbi+ (V) Voetbal outfit voor vrouwen in zwart en wit. Geeft je minimaal 1 willekeurige bonus. +41253 OSC Lungsam+ (M) Voetbal outfit voor mannen in rood en donker blauw. Geeft je minimaal 1 willekeurige bonus. +41254 OSC Lungsam+ (V) Voetbal outfit voor vrouwen in rood en donker . Geeft je minimaal 1 willekeurige bonus.blauw +41255 Doyyumhwan CF+ (M) Voetbal outfit voor mannen in licht blauw en wit. Geeft je minimaal 1 willekeurige bonus. +41256 Doyyumhwan CF+ (V) Voetbal outfit voor vrouwen in licht blauw en wit. Geeft je minimaal 1 willekeurige bonus. +41257 Nefriet City FC+ (M) Voetbal outfit voor mannen in licht blauw en wit. Geeft je minimaal 1 willekeurige bonus. +41258 Nefriet City FC+ (V) Voetbal outfit voor vrouwen in licht blauw en wit. Geeft je minimaal 1 willekeurige bonus. +41259 Shinsoo United+ (M) Voetbal outfit voor mannen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41260 Shinsoo United+ (V) Voetbal outfit voor vrouwen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41261 Drakenvallei SC+ (M) Voetbal outfit voor mannen in donker blauw en oranje. Geeft je minimaal 1 willekeurige bonus. +41262 Drakenvallei SC+ (V) Voetbal outfit voor vrouwen in donker blauw en oranje. Geeft je minimaal 1 willekeurige bonus. +41263 Dondergebergte FC+ (M) Voetbal outfit voor mannen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41264 Dondergebergte FC+ (V) Voetbal outfit voor vrouwen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41265 Pyungmoo Saint Hwang+ (M) Voetbal outfit voor mannen in donker blauw. Geeft je minimaal 1 willekeurige bonus. +41266 Pyungmoo Saint Hwang+ (V) Voetbal outfit voor vrouwen in donker blauw. Geeft je minimaal 1 willekeurige bonus. +41267 Real Sohan+ (M) Voetbal outfit voor mannen in wit. Geeft je minimaal 1 willekeurige bonus. +41268 Real Sohan+ (V) Voetbal outfit voor vrouwen in wit. Geeft je minimaal 1 willekeurige bonus. +41269 FC Jinno 04+ (M) Voetbal outfit voor mannen in koninklijk blauw en wit. Geeft je minimaal 1 willekeurige bonus. +41270 FC Jinno 04+ (V) Voetbal outfit voor vrouwen in koninklijk blauw en wit. Geeft je minimaal 1 willekeurige bonus. +41271 FC Sangsun Dong+ (M) Voetbal outfit voor mannen in zwart en oranje. Geeft je minimaal 1 willekeurige bonus. +41272 FC Sangsun Dong+ (V) Voetbal outfit voor vrouwen in zwart en oranje. Geeft je minimaal 1 willekeurige bonus. +41273 SL Junsun Dong+ (M) Voetbal outfit voor mannen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41274 SL Junsun Dong+ (V) Voetbal outfit voor vrouwen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41275 Spartak Jungrang+ (M) Voetbal outfit voor mannen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41276 Spartak Jungrang+ (V) Voetbal outfit voor vrouwen in rood en wit. Geeft je minimaal 1 willekeurige bonus. +41277 Vuurland CF+ (M) Voetbal outfit voor mannen in wit en zwart. Geeft je minimaal 1 willekeurige bonus. +41278 Vuurland CF+ (V) Voetbal outfit voor vrouwen in wit en zwart. Geeft je minimaal 1 willekeurige bonus. +41279 FC St. Seungryong+ (M) Voetbal outfit voor mannen in blauw. Geeft je minimaal 1 willekeurige bonus. +41280 FC St. Seungryong+ (V) Voetbal outfit voor vrouwen in blauw. Geeft je minimaal 1 willekeurige bonus. +41291 Hazenkostuum (Zwart) Hazenkostuum voor mannen gemaakt van zwart pluche +41292 Hazenkostuum (blauw) Hazenkostuum voor mannen gemaakt van blauw pluche +41293 Hazenkostuum (groen) Hazenkostuum voor mannen gemaakt van groen pluche +41294 Hazenkostuum (roze) Hazenkostuum voor mannen gemaakt van roze pluche +41295 Konijntjes kostuum (zw) Konijntjes kostuum voor vrouwen gemaakt van zwart pluche +41296 Konijntjes kostuum (bl) Konijntjes kostuum voor vrouwen gemaakt van blauw pluche +41297 Konijntjes kostuum (gr) Konijntjes kostuum voor vrouwen gemaakt van groen pluche +41298 Konijntjes kostuum (rz) Konijntjes kostuum voor vrouwen gemaakt van roze pluche +41299 Hazenkostuum+ (zwart) Hazenkostuum voor mannen gemaakt van zwart pluche. Geeft je minimaal 1 willekeurige bonus. +41300 Hazenkostuum+ (blauw) Hazenkostuum voor mannen gemaakt van blauw pluche. Geeft je minimaal 1 willekeurige bonus. +41301 Hazenkostuum+ (groen) Hazenkostuum voor mannen gemaakt van groen pluche. Geeft je minimaal 1 willekeurige bonus. +41302 Hazenkostuum+ (roze) Hazenkostuum voor mannen gemaakt van roze pluche. Geeft je minimaal 1 willekeurige bonus. +41303 konijntjeskostuum+ (zw) Konijntjes kostuum voor vrouwen gemaakt van zwart pluche. Geeft je minimaal 1 willekeurige bonus. +41304 konijntjeskostuum+ (bl) Konijntjes kostuum voor vrouwen gemaakt van blauw pluche. Geeft je minimaal 1 willekeurige bonus. +41305 konijntjeskostuum+ (gr) Konijntjes kostuum voor vrouwen gemaakt van groen pluche. Geeft je minimaal 1 willekeurige bonus. +41306 konijntjeskostuum+ (rz) Konijntjes kostuum voor vrouwen gemaakt van roze pluche. Geeft je minimaal 1 willekeurige bonus. +41307 Cobra Outfit (m) Zwart glimmend outfit met slangensymbolen. +41308 Cobra Outfit (v) Zwart glimmend outfit met slangensymbolen. +41309 Cobra Outfit+ (m) Zwart glimmend outfit met slangensymbolen. Geeft je minimaal 1 willekeurige bonus. +41310 Cobra Outfit+ (v) Zwart glimmend outfit met slangensymbolen. Geeft je minimaal 1 willekeurige bonus. +41311 Woestijnkrijger (M, Zw) Zwarte gevechtskleding voor mannen. +41312 Woestijnkrijger (V, Zw) Zwarte gevechtskleding voor vrouwen. +41313 Woestijnkrijger+ (M, zw) Zwarte gevechtskleding voor mannen. Geeft je minimaal 1 willekeurige bonus. +41314 Woestijnkrijger+ (V, zw) Zwarte gevechtskleding voor vrouwen. Geeft je minimaal 1 willekeurige bonus. +41315 Azraels Pantser (m) Staal-achtig pantser die toebehoord aan de beruchte demonleider. +41316 Azraels Pantser (v) Staal-achtig pantser die toebehoord aan de beruchte demonleider. +41317 Azraels Pantser+ (m) Staal-achtig pantser die toebehoord aan de beruchte demonleider. Geeft je minimaal 1 willekeurige bonus. +41318 Azraels Pantser+ (v) Staal-achtig pantser die toebehoord aan de beruchte demonleider. Geeft je minimaal 1 willekeurige bonus. +41320 Pompoenen Jan Pak (m) Spookachtig grandioos Halloween kostuum +41321 Pompoenen Jan Jurk (v) Spookachtig grandioos Halloween kostuum +41322 Pompoenen Jan Pak+ (m) Spookachtig grandioos Halloween kostuum. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41323 Pompoenen Jan Jurk+ (v) Spookachtig grandioos Halloween kostuum. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +41324 +41325 +41326 +41327 +41328 ALG Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Algerije +41329 ALG Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Algerije +41330 ARG Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Argentini +41331 ARG Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Argentini +41332 AUS Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Australi +41333 AUS Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Australi +41334 BEL Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Belgi +41335 BEL Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Belgi +41336 BIH Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Bosni en Herzegovina +41337 BIH Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Bosni en Herzegovina +41338 BRA Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Brazili +41339 BRA Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Brazili +41340 CMR Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Kameroen +41341 CMR Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Kameroen +41342 CHI Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Chili +41343 CHI Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Chili +41344 COL Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Columbia +41345 COL Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Columbia +41346 CRC Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Costa Rica +41347 CRC Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Costa Rica +41348 CIV Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Ivoorkust +41349 CIV Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Ivoorkust +41350 CRO Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Kroati +41351 CRO Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Kroati +41352 ECU Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Ecuador +41353 ECU Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Ecuador +41354 ENG Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Engeland +41355 ENG Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Engeland +41356 FRA Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Frankrijk +41357 FRA Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Frankrijk +41358 GER Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Duitsland +41359 GER Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Duitsland +41360 GHA Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Ghana +41361 GHA Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Ghana +41362 GRE Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Griekenland +41363 GRE Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Griekenland +41364 HON Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Honduras +41365 HON Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Honduras +41366 IRN Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Iran +41367 IRN Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Iran +41368 ITA Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Itali +41369 ITA Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Itali +41370 JPN Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Japan +41371 JPN Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Japan +41372 KOR Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Korea +41373 KOR Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Korea +41374 MEX Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Mexico +41375 MEX Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Mexico +41376 NED Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Nederland +41377 NED Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Nederland +41378 NGA Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Nigeria +41379 NGA Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Nigeria +41380 POR Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Portugal +41381 POR Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Portugal +41382 RUS Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Rusland +41383 RUS Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Rusland +41384 ESP Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Spanje +41385 ESP Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Spanje +41386 SUI Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Zwitserland +41387 SUI Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Zwitserland +41388 URU Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van Uruguay +41389 URU Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van Uruguay +41390 USA Wereldbeker Set (M) Wereldbeker set in de nationale kleuren van VS +41391 USA Wereldbeker Set (V) Wereldbeker set in de nationale kleuren van VS +41392 ALG WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Algerije. Geeft je minimaal 1 willekeurige bonus. +41393 ALG WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Algerije. Geeft je minimaal 1 willekeurige bonus. +41394 ARG WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Argentini. Geeft je minimaal 1 willekeurige bonus. +41395 ARG WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Argentini. Geeft je minimaal 1 willekeurige bonus. +41396 AUS WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Australi. Geeft je minimaal 1 willekeurige bonus. +41397 AUS WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Australi. Geeft je minimaal 1 willekeurige bonus. +41398 BEL WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Belgi. Geeft je minimaal 1 willekeurige bonus. +41399 BEL WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Belgi. Geeft je minimaal 1 willekeurige bonus. +41400 BIH WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Bosni en Herzegovina. Geeft je minimaal 1 willekeurige bonus. +41401 BIH WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Bosni en Herzegovina. Geeft je minimaal 1 willekeurige bonus. +41402 BRA WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Brazili. Geeft je minimaal 1 willekeurige bonus. +41403 BRA WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Brazili. Geeft je minimaal 1 willekeurige bonus. +41404 CMR WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Kameroen. Geeft je minimaal 1 willekeurige bonus. +41405 CMR WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Kameroen. Geeft je minimaal 1 willekeurige bonus. +41406 CHI WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Chili. Geeft je minimaal 1 willekeurige bonus. +41407 CHI WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Chili. Geeft je minimaal 1 willekeurige bonus. +41408 COL WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Columbia. Geeft je minimaal 1 willekeurige bonus. +41409 COL WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Columbia. Geeft je minimaal 1 willekeurige bonus. +41410 CRC WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Costa Rica. Geeft je minimaal 1 willekeurige bonus. +41411 CRC WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Costa Rica. Geeft je minimaal 1 willekeurige bonus. +41412 CIV WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Ivoorkust. Geeft je minimaal 1 willekeurige bonus. +41413 CIV WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Ivoorkust. Geeft je minimaal 1 willekeurige bonus. +41414 CRO WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Kroati. Geeft je minimaal 1 willekeurige bonus. +41415 CRO WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Kroati. Geeft je minimaal 1 willekeurige bonus. +41416 ECU WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Ecuador. Geeft je minimaal 1 willekeurige bonus. +41417 ECU WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Ecuador. Geeft je minimaal 1 willekeurige bonus. +41418 ENG WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Engeland. Geeft je minimaal 1 willekeurige bonus. +41419 ENG WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Engeland. Geeft je minimaal 1 willekeurige bonus. +41420 FRA WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Frankrijk. Geeft je minimaal 1 willekeurige bonus. +41421 FRA WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Frankrijk. Geeft je minimaal 1 willekeurige bonus. +41422 GER WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Duitsland. Geeft je minimaal 1 willekeurige bonus. +41423 GER WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Duitsland. Geeft je minimaal 1 willekeurige bonus. +41424 GHA WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Ghana. Geeft je minimaal 1 willekeurige bonus. +41425 GHA WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Ghana. Geeft je minimaal 1 willekeurige bonus. +41426 GRE WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Griekenland. Geeft je minimaal 1 willekeurige bonus. +41427 GRE WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Griekenland. Geeft je minimaal 1 willekeurige bonus. +41428 HON WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Honduras. Geeft je minimaal 1 willekeurige bonus. +41429 HON WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Honduras. Geeft je minimaal 1 willekeurige bonus. +41430 IRN WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Iran. Geeft je minimaal 1 willekeurige bonus. +41431 IRN WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Iran. Geeft je minimaal 1 willekeurige bonus. +41432 ITA WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Itali. Geeft je minimaal 1 willekeurige bonus. +41433 ITA WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Itali. Geeft je minimaal 1 willekeurige bonus. +41434 JPN WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Japan. Geeft je minimaal 1 willekeurige bonus. +41435 JPN WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Japan. Geeft je minimaal 1 willekeurige bonus. +41436 KOR WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Korea. Geeft je minimaal 1 willekeurige bonus. +41437 KOR WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Korea. Geeft je minimaal 1 willekeurige bonus. +41438 MEX WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Mexico. Geeft je minimaal 1 willekeurige bonus. +41439 MEX WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Mexico. Geeft je minimaal 1 willekeurige bonus. +41440 NED WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Nederland. Geeft je minimaal 1 willekeurige bonus. +41441 NED WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Nederland. Geeft je minimaal 1 willekeurige bonus. +41442 NGA WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Nigeria. Geeft je minimaal 1 willekeurige bonus. +41443 NGA WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Nigeria. Geeft je minimaal 1 willekeurige bonus. +41444 POR WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Portugal. Geeft je minimaal 1 willekeurige bonus. +41445 POR WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Portugal. Geeft je minimaal 1 willekeurige bonus. +41446 RUS WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Rusland. Geeft je minimaal 1 willekeurige bonus. +41447 RUS WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Rusland. Geeft je minimaal 1 willekeurige bonus. +41448 ESP WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Spanje. Geeft je minimaal 1 willekeurige bonus. +41449 ESP WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Spanje. Geeft je minimaal 1 willekeurige bonus. +41450 SUI WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Zwitserland. Geeft je minimaal 1 willekeurige bonus. +41451 SUI WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Zwitserland. Geeft je minimaal 1 willekeurige bonus. +41452 URU WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van Uruguay. Geeft je minimaal 1 willekeurige bonus. +41453 URU WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van Uruguay. Geeft je minimaal 1 willekeurige bonus. +41454 USA WBeker Set (M/Bonus) Wereldbeker set in de nationale kleuren van VS. Geeft je minimaal 1 willekeurige bonus. +41455 USA WBeker Set (V/bonus) Wereldbeker set in de nationale kleuren van VS. Geeft je minimaal 1 willekeurige bonus. +41472 Zombie Pak Met bloed besmeerde kleding, rottend vlees en uitstekende botten - Perfecte outfit voor elke zombie. +41473 Zombie Jurk Met bloed besmeerde kleding, rottend vlees en uitstekende botten - Perfecte outfit voor elke vrouwelijke zombie. +41474 Zombie Pak+ Met bloed besmeerde kleding, rottend vlees en uitstekende botten - Perfecte outfit voor elke zombie. Geeft je minimaal 1 willekeurige bonus. +41475 Zombie Jurk+ Met bloed besmeerde kleding, rottend vlees en uitstekende botten - Perfecte outfit voor elke vrouwelijke zombie. Geeft je minimaal 1 willekeurige bonus. +41476 Heksenmeester Pak Mystiek zwart pak, perfect voor een heksenmeester. +41477 Heksen Jurk Deze Mystieke zwarte jurk is het perfecte kleine heksen kostuum. +41478 Heksenmeester Pak+ Mystiek zwart pak, perfect voor een heksenmeester. Geeft je minimaal 1 willekeurige bonus. +41479 Heksen Jurk+ Deze Mystieke zwarte jurk is het perfecte kleine heksen kostuum. Geeft je minimaal 1 willekeurige bonus. +41480 Kerstman Vorstkostuum Sneeuwman kostuum met rood fluwelen Kerstmannenpak. Niet verhandelbaar. +41481 Sneeuwman Kostuum Sneeuwman kostuum gemaakt van wit fluweel. Niet verhandelbaar. +41482 Kerstvrouw Jurk (Wit) Witte minijurk met kousen en accessoires. Niet verhandelbaar. +41483 Kerstvrouw Jurk (Rood) Rode minijurk met kousen en accessoires. Niet verhandelbaar. +41484 Kerstman Vorstkostuum+ Sneeuwman kostuum met rood fluwelen Kerstmannenpak. Geeft je minstens n willekeurige bonus. Item is verhandelbaar. +41485 Sneeuwman Kostuum+ Sneeuwman kostuum gemaakt van wit fluweel. Geeft je minstens n willekeurige bonus. Item is verhandelbaar. +41486 Kerst Jurk+ (Wit) Witte minijurk met kousen en accessoires. Geeft je minstens n willekeurige bonus. Item is verhandelbaar. +41487 Kerst Jurk+ (Rood) Rode minijurk met kousen en accessoires. Geeft je minstens n willekeurige bonus. Item is verhandelbaar. +41496 Woestijnprins (Bruin) Een krijgersgewaad, gemaakt van bruine stof en dat uitstekend past bij een leider. +41497 Woestijnprins (Wit) Een krijgersgewaad, gemaakt van witte stof en dat uitstekend past bij een leider. +41498 Woestijnprinses (Bruin) Een krijgersgewaad, gemaakt van bruine stof en dat uitstekend past bij een vrouwelijke leider. +41499 Woestijnprinses (Wit) Een krijgersgewaad, gemaakt van witte stof en dat uitstekend past bij een vrouwelijke leider. +41500 Woestijnprins+ (Bruin) Een krijgersgewaad, gemaakt van bruine stof en dat uitstekend past bij een leider. Geeft je minstens n willekeurige bonus. +41501 Woestijnprins+ (Wit) Een krijgersgewaad, gemaakt van witte stof en dat uitstekend past bij een leider. Geeft je minstens n willekeurige bonus. +41502 Woestijnprinses+ (Bruin) Een krijgersgewaad, gemaakt van bruine stof en dat uitstekend past bij een vrouwelijke leider. Geeft je minstens n willekeurige bonus. +41503 Woestijnprinses+ (Wit) Een krijgersgewaad, gemaakt van witte stof en dat uitstekend past bij een vrouwelijke leider. Geeft je minstens n willekeurige bonus. +41504 Hazenkostuum (Grijs) Zachte, knuffelbare grijzen vacht met een hazenmotiefje: een hazenkostuum. Niet verhandelbaar. +41505 Hazenkostuum (Bruin) Zachte, knuffelbare bruine vacht met een hazenmotiefje: een hazenkostuum. Niet verhandelbaar. +41506 Paasjurk (Bont) Vrolijk gekleurde Paasjurk met opvallende decoratie. Niet verhandelbaar. +41507 Paasjurk (Lichtblauw) Lichtblauwe Paasjurk met gedetailleerde decoratie. Niet verhandelbaar. +41508 Hazenkostuum+ (Grijs) Zachte, knuffelbare grijzen vacht met een hazenmotiefje: een hazenkostuum. Geeft je minstens n willekeurige bonus. Dit item is verhandelbaar. +41509 Hazenkostuum+ (Bruin) Zachte, knuffelbare bruine vacht met een hazenmotiefje: een hazenkostuum. Geeft je minstens n willekeurige bonus. Dit item is verhandelbaar. +41510 Paasjurk+ (Bont) Vrolijk gekleurde Paasjurk met opvallende decoratie. Geeft je minstens n willekeurige bonus. Dit item is verhandelbaar. +41511 Paasjurk+ (Lichtblauw) Lichtblauwe Paasjurk met gedetailleerde decoratie. Geeft je minstens n willekeurige bonus. Dit item is verhandelbaar. +45001 Konijnenoortjes (bruin) Bruine konijnenoortjes voor vrouwen +45002 Hazenoren (bruin) Bruine hoed met hazenoren voor mannen +45003 Hoofddoek (M) Een hoofddoek gemaakt van de fijnste materialen voor mannen. +45004 Hoofddoek (V) Een hoofddoek voor vrouwen gemaakt van de fijnste materialen. +45005 LvaboKadzi (M) Lang van boven en kort aan de zijkant - een extravagant kapsel voor mannen. +45006 Schermen Haarstijl (V) Een sportief kapsel voor vrouwelijke schermers. +45007 Hanenkam (M) Kapsel in de Iroquois stijl. Hanenkam met de zijkanten opgeschoren. +45008 Voetbal Haarstijl DUI(V) Een sportief kapsel voor vrouwelijk voetballers in de Duitse nationale kleuren. +45009 Dreadlocks (M) Het lange haar is geknoopt in Rasta lokken en is daarna vastgebonden in een paardenstaart. +45010 Boksen Hairstijl DUI (V) Een sportief kapsel voor vrouwelijke boksers in de Duitse nationale kleuren. +45011 Hoofddoek (M) Een hoofddoek voor mannen gemaakt van de fijnste materialen. Item is verhandelbaar. +45012 Hoofddoek (V) Een hoofddoek voor vrouwen gemaakt van de fijnste materialen. Item is verhandelbaar. +45013 LvaboKadzi (M) Lang van boven en opgeschoren aan de zijkanten - een extravagant kapsel voor mannen. Voorwerp is verhandelbaar. +45014 Schermen Haarstijl (V) Een sportief kapsel voor vrouwelijke schermers. Item is verhandelbaar. +45015 Hanenkam (M) Kapsel in de Iroquois stijl. Hanenkam met de zijkanten opgeschoren. Voorwerp is verhandelbaar. +45016 Voetbal Hairstijl DUI(V) Een sportief kapsel voor vrouwelijke voetballers in de Duitse nationale kleuren. Item is verhandelbaar. +45017 Dreadlocks (M) Het lange haar is geknoopt in Rasta lokken en is daarna vastgebonden in een paardenstaart. Voorwerp is verhandelbaar. +45018 Boksen Haarstijl DUI (V) Een sportief kapsel voor vrouwelijke boksers in de Duitse nationale kleuren. Item is verhandelbaar. +45019 Boksen Haarstijl TUR (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Turkse nationale kleuren. +45020 Boksen Haarstijl BRA (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Braziliaanse nationale kleuren. +45021 Olympia Boksen Kapsel (V Een sportief kapsel met een kleurrijke haarband voor vrouwelijke boksers. +45022 Boksen Haarstijl FRA (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Franse nationale kleuren. +45023 Boksen Haarstijl ITA (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Italiaanse nationale kleuren. +45024 Boksen Haarstijl POL (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Poolse nationale kleuren. +45025 Boksen Haarstijl ROE (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Roemeense nationale kleuren. +45026 Boksen Haarstijl SPA (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Spaanse nationale kleuren. +45027 Voetbal Haarstijl TUR(V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Turkse nationale kleuren. +45028 Voetbal Haarstijl BRA(V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Braziliaanse nationale kleuren. +45029 Olym. Voetbal Haar (V) Een sportief kapsel met een kleurrijke haarband voor vrouwelijke voetballers. +45030 Voetbal Haarstijk FRA(V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Franse nationale kleuren. +45031 Voetbal Haarstijl ITA(V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Italiaanse nationale kleuren. +45032 Voetbal Haarstijl POL(V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Poolse nationale kleuren. +45033 Voetbal Haar ROE (V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Roemeense nationale kleuren. +45034 Voetbal Haar SPA (V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Spaanse nationale kleuren. +45035 Boksen Haarstijl TUR (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Turkse nationale kleuren. +45036 Boksen Haarstijl BRA (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Braziliaanse nationale kleuren. +45037 Olym. Boksen Haar (V) Een sportief kapsel met een kleurrijke haarband voor vrouwelijke boksers. +45038 Boksen Haarstijl FRA (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Franse nationale kleuren. +45039 Boksen Haarstijl ITA (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Italiaanse nationale kleuren. +45040 Boksen Haarstijl POL (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Poolse nationale kleuren. +45041 Boksen Haarstijl ROE (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Roemeense nationale kleuren. +45042 Boksen Haarstijl SPA (V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Spaanse nationale kleuren. +45043 Voetbal Haarstijl TUR(V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Turkse nationale kleuren. +45044 Voetbal Haarstijl BRA(V) Een sportief kapsel met een haarband voor vrouwelijke boksers in de Braziliaanse nationale kleuren. +45045 Olymp. Voetbal Haar (V) Een sportief kapsel met een kleurrijke haarband voor vrouwelijke voetballers. +45046 Voetbal Haar FRA (V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Franse nationale kleuren. +45047 Voetbal Haar ITA (V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Italiaanse nationale kleuren. +45048 Voetbal Haar POL (V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Poolse nationale kleuren. +45049 Voetbal Haar ROE (V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Roemeense nationale kleuren. +45050 Voetbal Haar SPA (V) Een sportief kapsel met een haarband voor vrouwelijke voetballers in de Spaanse nationale kleuren. +45053 Musketier Haarstijl Goed gekapte, korte en blonde haarstijl voor de perfecte musketiers uitstraling. +45054 Dienstmeisjes Kapje Blonde boblijn met het kapje van een dienstmeisje. +45055 Mini Hanenkam Stoere korte haarstijl in Iroquois stijl. +45056 Salsa Knot Elegant opgestoken met een rode bloem. +45057 Bogarts Hoed Klassieke vilten hoed in de stijl van Humphrey Bogart. +45058 Bloemen Haarstijl Mooie vlechten met kleurrijke bloemen als accessoire. +45061 Pompoen Masker Een uitgeholde pompoen. Ruimtelijk, goed geventileerd en echt angstaanjagend. +45062 Pompoen Masker Een uitgeholde pompoen. Ruimtelijk, goed geventileerd en echt angstaanjagend. +45065 Musketier Haarstijl + Goed gekapte, korte en blonde haarstijl voor het perfecte musketiers uiterlijk. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45066 Dienstmeisjes Kapje + Blonde boblijn met het kapje van een dienstmeisje. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45067 Mini Hanenkam + Stoere korte haarstijl in Iroquois stijl. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45068 Salsa Knot + Elegant opgestoken met een rode bloem. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45069 Bogarts Hoed Klassieke vilten hoed in de stijl van Humphrey Bogart. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45070 Bloemen Haarstijl + Mooie vlechten met kleurrijke bloemen als accessoire. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45073 Pompoen Masker (Bonus) Een uitgeholde pompoen. Ruimtelijk, goed geventileerd en echt angstaanjagend. Geeft je een willekeurige bonus. +45074 Pompoen Masker (Bonus) Een uitgeholde pompoen. Ruimtelijk, goed geventileerd en echt angstaanjagend. Geeft je een willekeurige bonus. +45075 Kerst Hoed (rood) Rode fluwelen hoed met een gewei en een witte bol. +45076 Kerst Hoed (groen) Groene fluwelen hoed met een gewei en een witte bol. +45077 Kerst Hoed (zwart) Zwarte fluwelen hoed met een gewei en een witte bol. +45078 Elven Hoed Sneeuwwit hoofddeksel met delicate vleugels. +45079 Rendier Hoofd (M) Rendiermasker voor mannen om over hun hoofd te dragen met een rode neus en een gewei. +45080 Rendier Hoofd (V) Rendiermasker voor vrouwen om over hun hoofd te dragen met een rode neus en een gewei. +45081 Kerst Hoed+ (rood) Rode fluwelen hoed met een gewei en een witte bol. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45082 Kerst Hoed+ (groen) Groene fluwelen hoed met een gewei en een witte bol. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45083 Kerst Hoed+ (zwart) Zwarte fluwelen hoed met een gewei en een witte bol. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45084 Elven Hoed+ Sneeuwwit hoofddeksel met delicate vleugels. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45085 Rendier Hoofd+ (M) Rendiermasker voor mannen om over hun hoofd te dragen met een rode neus en een gewei. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45086 Rendier Hoofd+ (V) Rendiermasker voor vrouwen om over hun hoofd te dragen met een rode neus en een gewei. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45087 Bandana (wit) Witte driehoekige lap voor mannen die om het hoofd gebonden kan worden. Populair bij sportfans. +45088 Bandana (wit) Witte driehoekige lap voor vrouwen die om het hoofd gebonden kan worden. Populair bij sportfans. +45089 Bandana (zwart) Zwarte driehoekige lap voor mannen die om het hoofd gebonden kan worden. Populair bij sportfans. +45090 Bandana (zwart) Zwarte driehoekige lap voor vrouwen die om het hoofd gebonden kan worden. Populair bij sportfans. +45091 Bandana (geel) Gele driehoekige lap voor mannen die om het hoofd gebonden kan worden. Populair bij sportfans. +45092 Bandana (geel) Gele driehoekige lap voor vrouwen die om het hoofd gebonden kan worden. Populair bij sportfans. +45093 Bandana (oranje) Oranje driehoekige lap voor mannen die om het hoofd gebonden kan worden. Populair bij sportfans. +45094 Bandana (oranje) Oranje driehoekige lap voor vrouwen die om het hoofd gebonden kan worden. Populair bij sportfans. +45095 Bandana (blauw) Blauwe driehoekige lap voor mannen die om het hoofd gebonden kan worden. Populair bij sportfans. +45096 Bandana (blauw) Blauwe driehoekige lap voor vrouwen die om het hoofd gebonden kan worden. Populair bij sportfans. +45097 Bandana+ (wit) Witte driehoekige lap voor mannen die om het hoofd gebonden kan worden. Populair bij sportfans. Geeft je minimaal 1 willekeurige bonus. +45098 Bandana+ (wit) Witte driehoekige lap voor vrouwen die om het hoofd gebonden kan worden. Populair bij sportfans. Geeft je minimaal 1 willekeurige bonus. +45099 Bandana+ (zwart) Zwarte driehoekige lap voor mannen die om het hoofd gebonden kan worden. Populair bij sportfans. Geeft je minimaal 1 willekeurige bonus. +45100 Bandana+ (zwart) Zwarte driehoekige lap voor vrouwen die om het hoofd gebonden kan worden. Populair bij sportfans. Geeft je minimaal 1 willekeurige bonus. +45101 Bandana+ (geel) Gele driehoekige lap voor mannen die om het hoofd gebonden kan worden. Populair bij sportfans. Geeft je minimaal 1 willekeurige bonus. +45102 Bandana+ (geel) Gele driehoekige lap voor vrouwen die om het hoofd gebonden kan worden. Populair bij sportfans. Geeft je minimaal 1 willekeurige bonus. +45103 Bandana+ (oranje) Oranje driehoekige lap voor mannen die om het hoofd gebonden kan worden. Populair bij sportfans. Geeft je minimaal 1 willekeurige bonus. +45104 Bandana+ (oranje) Oranje driehoekige lap voor vrouwen die om het hoofd gebonden kan worden. Populair bij sportfans. Geeft je minimaal 1 willekeurige bonus. +45105 Bandana+ (blauw) Blauwe driehoekige lap voor mannen die om het hoofd gebonden kan worden. Populair bij sportfans. Geeft je minimaal 1 willekeurige bonus. +45106 Bandana+ (blauw) Blauwe driehoekige lap voor vrouwen die om het hoofd gebonden kan worden. Populair bij sportfans. Geeft je minimaal 1 willekeurige bonus. +45119 Hazenoren (zwart) Zwarte hoed met hazenoren voor mannen +45120 Hazenoren (blauw) Blauwe hoed met hazenoren voor mannen +45121 Hazenoren (groen) Groene hoed met hazenoren voor mannen +45122 Hazenoren (roze) Roze hoed met hazenoren voor mannen +45123 konijnenoortjes (zwart) Zwarte konijnenoortjes voor vrouwen +45124 konijnenoortjes (blauw) Blauwe konijnenoortjes voor vrouwen +45125 konijnenoortjes (groen) Groene konijnenoortjes voor vrouwen +45126 konijnenoortjes (roze) Roze konijnenoortjes voor vrouwen +45127 Hazenoren+ (zwart) Zwarte hoed met hazenoren voor mannen. Geeft je minimaal 1 willekeurige bonus. +45128 Hazenoren+ (blauw) Blauwe hoed met hazenoren voor mannen. Geeft je minimaal 1 willekeurige bonus. +45129 Hazenoren+ (groen) Groene hoed met hazenoren voor mannen. Geeft je minimaal 1 willekeurige bonus. +45130 Hazenoren+ (roze) Roze hoed met hazenoren voor mannen. Geeft je minimaal 1 willekeurige bonus. +45131 konijnenoortjes+ (zwart) Zwarte konijnenoortjes voor vrouwen. Geeft je minimaal 1 willekeurige bonus. +45132 konijnenoortjes+ (blauw) Blauwe konijnenoortjes voor vrouwen. Geeft je minimaal 1 willekeurige bonus. +45133 konijnenoortjes+ (groen) Groene konijnenoortjes voor vrouwen. Geeft je minimaal 1 willekeurige bonus. +45134 konijnenoortjes+ (roze) Roze konijnenoortjes voor vrouwen. Geeft je minimaal 1 willekeurige bonus. +45135 Cobra Haarstijl (m) Een bijpassende hoofdtooi voor het Cobra Outfit. +45136 Cobra Hairstyle (v) Een bijpassende hoofdtooi voor het Cobra Outfit. +45137 Cobra Haarstijl+ (m) Een bijpassende hoofdtooi voor het Cobra Outfit. Geeft je minimaal 1 willekeurige bonus. +45138 Cobra Haarstijl+ (v) Een bijpassende hoofdtooi voor het Cobra Outfit. Geeft je minimaal 1 willekeurige bonus. +45139 Tengu Masker Artistiek gesneden masker van een Japanse god. +45140 Veneziaans Masker Prachtig Venetiaans carnaval masker +45141 Kifwebe Masker Uitgebreid uitgesneden houten masker met een kap van zwarte stof. +45142 Maya Masker Angstaanjagend masker van de Maya krijger. +45143 Tengu Masker+ Artistiek gesneden masker van een Japanse god. Geeft minimaal 2 willekeurige bonussen. +45144 Veneziaans Masker+ Prachtig Venetiaans carnaval masker. Geeft minimaal 2 willekeurige bonussen. +45145 Kifwebe Masker+ Uitgebreid uitgesneden houten masker met een kap van zwarte stof. Geeft minimaal 2 willekeurige bonussen. +45146 Maya Masker+ Angstaanjagend masker van de Maya krijger. Geeft minimaal 2 willekeurige bonussen. +45147 Zwarte Tulband (M) Een hoofdtooi gemaakt van zwart matteriaal voor mannen. +45148 Zwarte Tulband (V) Een hoofdtooi gemaakt van zwart matteriaal voor vrouwen. +45149 Zwarte Tulband+ (M) Een zwarte hoofdtooi gemaakt van zwart matteriaal voor mannen. Geeft je minimaal 1 willekeurige bonus. +45150 Zwarte Tulband+ (V) Een hoofdtooi gemaakt van zwart matteriaal voor vrouwen. Geeft je minimaal 1 willekeurige bonus. +45151 Azraels Helm (m) Hoofdtooi met de grijns van de beruchte demonleider erop. +45152 Azraels Helm (v) Hoofdtooi met de grijns van de beruchte demonleider erop. +45153 Azraels Helm+ (m) Hoofdtooi met de grijns van de beruchte demonleider erop. Geeft je minimaal 1 willekeurige bonus. +45154 Azraels Helm+ (v) Hoofdtooi met de grijns van de beruchte demonleider erop. Geeft je minimaal 1 willekeurige bonus. +45156 Pompoenen Jan hoofd (m) Spookachtig grandioos Halloween masker +45157 Pompoenen Jan Hoofd (v) Spookachtig grandioos Halloween masker +45158 Pompoenen Jan Hoofd+ (m) Spookachtig grandioos Halloween masker. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45159 Pompoenen Jan Hoofd+ (v) Spookachtig grandioos Halloween masker. Geeft je minimaal 1 willekeurige bonus. Voorwerp is verhandelbaar. +45160 +45161 +45162 +45163 +45164 Sneeuwkonijn Hoed Hoofdtooi in de vorm van een sneeuwkonijn +45165 IJsbeer Hoed Hoofdtooi in de vorm van een IJsbeer. +45166 Sneeuwluipaard Hoed Hoofdtooi in de vorm van een Sneeuwluipaard +45167 Sneeuwkonijn Hoed+ Hoofdtooi in de vorm van een sneeuwkonijn. Geeft je minimaal 1 willekeurige bonus. +45168 IJsbeer Hoed+ Hoofdtooi in de vorm van een IJsbeer. Geeft je minimaal 1 willekeurige bonus. +45169 Sneeuwluipaard Hoed+ Hoofdtooi in de vorm van een Sneeuwluipaard. Geeft je minimaal 1 willekeurige bonus. +45170 Zombie Pompoen Masker Halloween kostuum in de vorm van een monsterlijk Pompoen Masker. +45171 Heksen Muts Puntige muts met een brede rand, gedragen door heksen en heksenmeesters. +45172 Zombie Pompoen Masker+ Halloween kostuum in de vorm van een monsterlijk Pompoen Masker. Geeft je minimaal 1 willekeurige bonus. +45173 Heksen muts+ Puntige muts met een brede rand, gedragen door heksen en heksenmeesters. Geeft je minimaal 1 willekeurige bonus. +45174 Sneeuwman Masker Sneeuwman masker met elegante zwart satijnen hoed. Niet verhandelbaar. +45175 Kerstman Vorstmasker Sneeuwman masker met rood fluwelen Kerstmuts met witte bontrand. Niet verhandelbaar. +45176 Bolmuts (Wit) Kerstmuts gemaakt van wit fluweel met witte bontrand en rode bol. Niet verhandelbaar. +45177 Bolmuts (Rood) Kerstmuts gemaakt van rood fluweel met witte bontrand en witte bol. Niet verhandelbaar. +45178 Sneeuwman Masker+ Sneeuwman masker met elegant zwart satijnen hoed. Geeft je minstens n willekeurige bonus. Item is verhandelbaar. +45179 Kerstman Vorstmasker+ Sneeuwman masker met rood fluwelen Kerstmuts en witte bontrand. Geeft je minstens n willekeurige bonus. Item is verhandelbaar. +45180 Bolmuts+ (Wit) Kerstmuts gemaakt van wit fluweel met witte bontrand en rode bol. Geeft je minstens n willekeurige bonus. Item is verhandelbaar. +45181 Bolmuts+ (Rood) Kerstmuts gemaakt van rood fluweel met witte bontrand en een witte bol. Geeft je minstens n willekeurige bonus. Item is verhandelbaar. +45190 Hazenoren (Grijs) Zachte, grijze vachthoed met hazenoren. Niet verhandelbaar. +45191 Hazenoren (Bruin) Zachte, bruine vachthoed met hazenoren. Niet verhandelbaar. +45192 Paashoofdband (Bont) Prachtige regenboogkleurige Paashoofdband voor de modebewuste krijgerin. Niet verhandelbaar. +45193 Paashoofdband (Blauw) Luchtige, lichtblauwe Paashoofdband voor de modebewuste krijgerin. Niet verhandelbaar. +45194 Hazenoren+ (Grijs) Zachte, grijze vachthoed met hazenoren. Geeft je minstens n willekeurige bonus. Dit item is verhandelbaar. +45195 Hazenoren+ (Bruin) Zachte, bruine vachthoed met hazenoren. Geeft je minstens n willekeurige bonus. Dit item is verhandelbaar. +45196 Paashoofdband (Bont) Prachtige regenboogkleurige Paashoofdband voor de modebewuste krijgerin. Geeft je minstens n willekeurige bonus. Dit item is verhandelbaar. +45197 Paashoofdband+ (Blauw) Luchtige, lichtblauwe Paashoofdband voor de modebewuste krijgerin. Geeft je minstens n willekeurige bonus. Dit item is verhandelbaar. +45198 Bruine Tulband Een galante bruine tulband, gemaakt van materiaal sterk genoeg voor krijgers. +45199 Witte Tulband Een galante witte tulband, gemaakt van materiaal sterk genoeg voor krijgers. +45200 Bruine Hoofddoek Een bruine hoofddoek gemaakt van licht materiaal, perfect voor vrouwelijke krijgers. +45201 Witte Hoofddoek Een witte hoofddoek gemaakt van licht materiaal, perfect voor vrouwelijke krijgers. +45202 Bruine Tulband+ Een galante bruine tulband, gemaakt van materiaal sterk genoeg voor krijgers. Geeft je minstens n willekeurige bonus. +45203 Witte Tulband+ Een galante witte tulband, gemaakt van materiaal sterk genoeg voor krijgers. Geeft je minstens n willekeurige bonus. +45204 Bruine Hoofddoek+ Een bruine hoofddoek gemaakt van licht materiaal, perfect voor vrouwelijke krijgers. Geeft je minstens n willekeurige bonus. +45205 Witte Hoofddoek+ Een witte hoofddoek gemaakt van licht materiaal, perfect voor vrouwelijke krijgers. Geeft je minstens n willekeurige bonus. +50001 Geluks Boek Een boek met geluksnummers. De loterij wordt door de overheid beheerd. +50002 Gouden Ring Een simpele gouden ring | Het kan verkocht worden in de winkel voor een hoge prijs. +50003 Correctie Document Staat het toe om de vaardigheden te resetten en nieuwe te leren. +50004 Gebeurtenis Detector Dit Voorwerp laat je zien waar quests gevonden kunnen worden. +50005 Paardrij Kaartje Je kunt gratis op een paard rijden als dit laat zien aan de Stalwachter. Vereist level 40. +50006 Gouden Schatkist Een goud versierde kist. | Het kan geopend worden met een Gouden Sleutel. +50007 Zilveren Schatkist Een zilveren versierde kist. | Het kan geopend worden met een Zilveren Sleutel. +50008 Gouden Sleutel Een sleutel gemaakt van goud. | Het kan de Gouden Schatkist en Gouden schatkist+ openen. +50009 Zilveren Sleutel Een sleutel gemaakt van zilver. Het kan de Zilveren Schatkist en de Zilveren Scahtkist+ openen. +50010 Sok Iemand doet daar zijn cadeau's in gedurende het Kerstmis seizoen. +50011 Maanlicht Schatkist Een oogverblindend versierde schatkist die mensen verleid. Er gebeuren bovennatuurlijke dingen wanneer er maanlicht op valt. +50012 Gouden Schatkist+ Een goud versierde kist. | Het kan geopend worden met een Gouden Sleutel. +50013 Zilveren Schatkist+ Een zilver versierde kist. | Het kan geopend worden met een Zilveren Sleutel. +50016 Bonen Pasta Een ingredint van ouderwetse bonentaart. +50017 Suiker Pasta Een ingredint in ouderwetse suikertaart. +50018 Fruit Pasta Een ingredint in ouderwetse fruittaart. +50019 Zoete Rijst Wikkel Een ingredint in ouderwetse taart. +50020 Bonen Taart Een ouderwetse taart die al je LP herstelt. +50021 Suiker Taart Een ouderwetse taart die al je TP herstelt. +50022 Fruit Taart Een ouderwetse taart die je Uithoudingsvermogen volledig herstelt. +50023 Geld Buidel Er zit een Nieuw Jaars honorarium in. +50024 Roos Een romantische bloem waarmee je je genegenheid toont. Alleen vrouwelijke karakters mogen het gebruiken. +50025 Chocolade Gemaakt van cacao, boter en suiker. Chocolade wordt gegeven om je genegenheid te tonen. Alleen mannelijke karakters mogen het gebruiken. +50027 Loterij Lot Er is geen loterij! | Dit Voorwerp is nutteloos. +50031 Roos Een romantische bloem waarmee je je genegenheid toont. Alleen mannelijke karakters mogen het gebruiken. +50032 Snoep Een suiker bonbon. Alleen vrouwelijke karakters kunnen het gebruiken. +50033 Raadsel Doos Een doos met een vreemde letter erop gegraveerd. Er zal iets uitspringen als het geopend wordt. +50034 Puzzel Doos Bevat deze doos een puzzel? +50035 Geschenk (geel) Een geschenk verpakt in delicaat papier. +50036 Geschenk (violet) Een geschenk verpakt in delicaat papier. +50037 Hexagonaal Schatkist Gemaakt van een speciall papier, het bevat een zorgvuldig uitgekozen cadeau. +50050 Paarden Medaille De Stal jongen heeft dit Medaille nodig om de resultaten te noteren van de kwalificatie test. +50051 Paarden Plaatje Het certificaat om paard te mogen rijden. +50052 Strijdpaarden Boek Het certificaat voor geavanceerde Paardrijden. | Staat aanvallen vanaf een paard toe. +50053 Militaire Paardenboek Het certificaat voor Expert Paardrijden | Staat het gebruik van Paardrij Vaardigheden toe. +50054 Hooi Gedroogd gras om een paard mee te voeren. +50055 Wortel Favoriete groente van een paard. +50056 Rode Ginseng Gestoomde Ginseng. Alleen militaire paarden eten Rode Ginseng. +50057 Licht Apenkruid Een legendarisch kruid die beginnende ruiters gebruiken kunnen om hun paarden tot leven te brengen. Om het kruid te verkrijgen, moet je de apen in de beginners kerker verslaan. +50058 Normale Apenkruid Een legendarisch kruid die gemiddelde ruiters gebruiken kunnen om hun paarden tot leven te brengen. Om het kruid te verkrijgen, moet je de apen in de normale kerker verslaan. +50059 Zware Apenkruid Een legendarisch kruid die geavanceerde ruiters kunnen gebruiken om hun militaire paarden weer tot leven te brengen. Om bij de plant te komen, moet je de apen in de zware apenkerker passeren. +50060 Paardrij Handboek Het succesvol lezen van deze boeken stelt je in staat je ruiter vaardigheden te verbeteren. Het boek verdwijnt wanneer het gelezen is. +50067 Geschrift van Evolutie Krachtige, oude rol gemaakt van perkament. Maakt de verbetering van een jong rijdier in een wild rijdier mogelijk. +50068 Geschrift van Mutatie Krachtige, oude rol gemaakt van perkament. Maakt de verbetering van een wild rijdier in een dapper rijdier mogelijk. +50070 Ork Leiders Kist De kist van de Reuze Kobold Leider. Bevat iets waardevols. +50071 Esoterische Leiders Kist De kist van de Esoterische Leider. Bevat iets waardevols. +50072 Spook Leiders Kist De kist van de Gerencarneerde Esoterische Leider. Bevat iets waardevols. +50073 Spinnenkoningins Kist De kist van de Spinnenkoningin. Bevat iets waardevols. +50074 Reuzespin Kist De kist van de Reuzespin. Bevat iets waardevols. +50075 Pestdrager Kist De kist van de Pestdrager. Bevat iets waardevols. +50076 R. W. Schildpad. Kist De kist van de Reuze Woestijn Schildpad. Bevat iets waardevols. +50077 Negenstaarten Kist De kist van de Negenstaarten. Bevat iets waardevols. +50078 Gele Tijger Spook Kist De kist van de Reuze Tijger. Bevat iets waardevols. +50079 Vlammende Koning Kist De kist van de Vlammende Koning. Bevat iets waardevols. +50080 Rode Draken Kist De kist van de Rode Draak. Bevat iets waardevols. +50081 Demonen Koning Kist De kist van de Demonen Koning. Bevat iets waardevols. +50082 Man met de Zeis Kist De kist van de Man met de Zeis. Bevat iets waardevols. +50083 Paardrij Kaartje Je mag gratis een rit op een paard maken als je dit laat zien aan de Stalwachter. +50084 Ontgrendel Steen Een aura geladen met energie omhult deze steen. Het werkt tegen zegel magie. +50091 Goudvis Sushi Gemaakt van Goudvis | Speciale Maaltijd. +50092 Karper Sushi Gemaakt van Karper | Speciale Maaltijd. Ruikt uniek, raar om te eten. +50093 Zalm sushi Een speciaal gerecht dat gemaakt is van rauwe zalm en koude rijst. Het verhoogt je aanvalswaarde met 10 punten voor 30 seconden. +50094 Katvis Sushi Een speciaal gerecht van rauwe Katvis en koude rijst. Verhoogt je verdedingskracht met 10 punten voor 30 seconden. +50096 Voetbal Bend it like Baljit-Elvedin! +50100 Vuurwerk Vuurwerk vult de lucht tijdens een festival. (Paars) +50101 Vuurwerk Vuurwerk vult de lucht tijdens een festival. (Geel) +50102 Vuurwerk Vuurwerk vult de lucht tijdens een festival. (Licht Blauw) +50103 Vuurwerk Vuurwerk vult de lucht tijdens een festival. (Rood) +50104 Vuurwerk Vuurwerk vult de lucht tijdens een festival. (Groen) +50105 Vuurwerk Vuurwerk vult de lucht tijdens een festival. (Wit) +50106 Kerst Vuurwerk Kerst Vuurwerk | Zijn veel mooier dan normale Vuurwerk. +50108 Vuurwerk Tol Een tol die vonken in het rond gooit. +50118 +50119 +50120 Ijzeren Container De stevige container is van de Grot der Verbanning. +50121 Ijzeren Kist De stevige container is uit de Grot der Verbanning. +50122 Ijzeren Krat De stevige container is uit de Grot der Verbanning. +50123 IJsje Energieboost! Dit ijsje 'boost' je bewegingssnelheid met 60 voor 30 minuten. Voorzichting: het heractiveren hiervan terwijl de boost actief is, zal de duur overschrijven. +50124 Verrotte Houten Doos Zachte diergeluiden komen eruit. +50125 Mysterieuze Kist Deze kist is ongeloofelijk licht - het lijkt wel of ie leeg is... +50126 Mysterieuze Kist Deze kist is ongeloofelijk licht - het lijkt wel of ie leeg is... +50127 Mysterieuze Smaragd Doos Geopende Smaragd Doos +50128 Mysterieuze Saffier Doos Een Saffieren Doos zonder slot. Kan direct geopend worden. Er zit een waardevol geheim in... +50129 MysterieuzeAmethyst Doos Geopende Amethyst Doos +50130 Olympische Kist Deze kist verbergt een geheim van Olympische proporties. +50131 Mysterieuze Citrien Doos Een Citrien Doos zonder slot. Kan direct geopend worden. Er zit een kostbaar geheim in... +50132 Mysterieuze Robijn Doos Een gesloten Robijn Doos dat alleen geopend kan worden met een speciale sleutel. Het schijnt dat de oogverblindende buitenkant verbleekt bij de inhoud van zo'n doos. +50133 Mysterieuze Smaragd Doos Een gesloten Smaragd Doos die alleen geopend kan worden met een speciale sleutel. De oogverblindende buitenkant verbleekt bij de inhoud. +50134 Mysterieuze Saffier Doos Een gesloten Saffier Doos die alleen geopend kan worden met een speciale sleutel. De oogverblindende buitenkant verbleekt bij de inhoud. +50135 MysterieuzeAmethyst Doos Een gesloten Amethyst Doos die alleen geopend kan worden met een speciale sleutel. De oogverblindende buitenkant verbleekt bij de inhoud. +50136 Mysterieuze Topaas Doos Een gesloten Topaas Doos die alleen geopend kan worden met een speciale sleutel. De oogverblindende buitenkant verbleekt bij de inhoud. +50137 Mysterieuze Citrien Doos Een gesloten Citrien Doos die alleen geopend kan worden met een speciale sleutel. De oogverblindende buitenkant verbleekt bij de inhoud. +50150 Robijn Sleutel Je kunt deze kostbare sleutel gebruiken om een gesloten Robijn Doos te openen. Ik vraag me af wat er in zit? +50151 Smaragd Sleutel Je kunt deze kostbare sleutel gebruiken om een gesloten Smaragd Doos te openen. Ik vraag me af wat er in zit? +50152 Saffier Sleutel Je kunt deze kostbare sleutel gebruiken om een Saffier Doos te openen. Ik vraag me af wat er in zit? +50153 Amethyst Sleutel Je kunt deze kostbare sleutel gebruiken om een gesloten Amethyst Doos te openen. Ik vraag me af wat er in zit? +50154 Topaas Sleutel Je kunt deze kostbare sleutel gebruiken om een gesloten Topaas Doos te openen. Ik vraag me af wat er in zit? +50155 Citrien Sleutel Je kunt deze kostbare sleutel gebruiken om een gesloten Citrien Doos te openen. Ik vraag me af wat er in zit? +50156 Diamant Sleutel Een prachtig gemaakte sleutel. Het glimt in alle kleuren van de regenboog. Je kunt er gemakkelijk een doos mee openen. +50160 Paasei Een kleurrijk beschilderd Paasei +50161 Paasei Een kleurrijk beschilderd Paasei +50162 Paasei Een kleurrijk beschilderde Paasei +50163 Paasei Een kleurrijk beschilderde Paasei +50164 Paasei Een kleurrijk beschilderd Paasei +50165 Paasei Een kleurrijk beschilderd Paasei +50166 Paasei Een kleurrijk beschilderd Paasei +50167 Paasei Een kleurrijk beschilderd Paasei +50168 Paasei Een kleurrijk beschilderd Paasei +50169 Paasei Een kleurrijk beschilderd Paasei +50170 Paasei Een kleurrijk beschilderd Paasei +50171 Paasei Een kleurrijk beschilderd Paasei +50172 Paasei Een kleurrijk beschilderd Paasei +50173 Paasei Een kleurrijk beschilderd Paasei +50174 Paasei Een kleurrijk beschilderd Paasei +50175 Paasei Een kleurrijk beschilderd Paasei +50176 Paasei Een kleurrijk beschilderd Paasei +50177 Paasei Een kleurrijk beschilderd Paasei +50178 Paasei Een kleurrijk beschilderd Paasei +50179 Paasei Een kleurrijk beschilderd Paasei +50180 Lege mand Een lege mand waar je Paaseieren in kunt doen +50181 Mand met Paaseieren Een mand gevuld met Paaseieren. +50182 Zegenings Kist Een gezegende kist met onbekende inhoud. +50183 Snoepjes Deze snoepjes hebben een speciaal effect: bewegingssnelheid +10%, schade +5% en ervaring +10%. Het effect duurt 30 minuten. +50184 +50185 +50186 Kist van Azrael Demonische krachten houden deze kist verzegeld, dus er moet wel iets waardevols in zitten. +50187 Leerling Kist I Je welkomstgift bestaat uit een basis uitrusting voor de optimale start van jouw avontuur. +50188 Leerling kist II Deze kist opent alleen als je Level 10 hebt bereikt. +50189 Leerling Kist III Deze kist opent alleen als je Level 20 hebt bereikt. +50190 Expert Kist I Deze kist opent alleen als je Level 30 hebt bereikt. +50191 Expert Kist II Deze kist opent alleen als je Level 40 hebt bereikt. +50192 Expert Kist III Deze kist opent alleen als je Level 50 hebt bereikt. +50193 Meester Kist I Deze kist opent alleen als je Level 60 hebt bereikt. +50194 Meester Kist II Deze kist opent alleen als je Level 70 hebt bereikt. +50195 Meester Kist III Deze kist opent alleen als je Level 80 hebt bereikt. +50196 Grootmeester Kist Deze kist opent alleen als je Level 90 hebt bereikt. +50197 +50198 +50199 +50200 Bundel Hiermee kun je een priv winkel openen. +50212 Leerling Kist I Je welkomstgift bestaat uit een basis uitrusting voor de optimale start van jouw avontuur. +50213 Leerling Kist I Je welkomstgift bestaat uit een basis uitrusting voor de optimale start van jouw avontuur. +50215 Halloween Kist Een kist met een spookachtig pompoen gezicht op de zijkant. Met een piepend geluid opent de deksel en laat de inhoud zien. +50216 Glhwijn Een warme drank gemaakt van wijn en kruiden dat je +10% snelheid, +5% schade en +10% ervaring geeft voor 30 minuten. +50249 Kist der Triomf De Kist bevat een willekeurig item als beloning voor alle Olympirs. +50252 Cor Draconis Het kristallen drakenhart bevat de ziel, de Drakensteen, binnenin. +50253 +50254 Kist van het Duister. Deze zware kist verbergt de verborgen schatten van het Duistere Volk. +50255 Cor Draconis (Ruw) Het kristallen drakenhart bevat de ziel, de Drakensteen, binnenin. +50256 Cor Draconis (Geslepen) Het kristallen drakenhart bevat de ziel, de Drakensteen, binnenin. +50257 Cor Draconis (Zeldzaam) Het kristallen drakenhart bevat de ziel, de Drakensteen, binnenin. +50258 Cor Draconis (Antiek) Het kristallen drakenhart bevat de ziel, de Drakensteen, binnenin. +50259 Cor Draconis (Legend.) Het kristallen drakenhart bevat de ziel, de Drakensteen, binnenin. +50260 Cor Draconis (Ruw) Het kristallen drakenhart bevat de ziel, de Drakensteen, binnenin. +50263 Geschrift der Verbinding Dit contract bindt een voorwerp van jouw keuze aan de ziel van jouw karakter. Zielsgebonden voorwerpen kunnen niet worden geruild, laten vallen of verbeterd. +50264 Geschrift der Ontbinding Verwijderd de band van een voorwerp en jouw ziel. +50265 Gouden Voetbal De bal is rond en goud +50300 Vaardighedenboek Vergroot de Meester Vaardigheden Niveau +50301 Sun Zi Kunst van Oorlog En van de zeven Oorlog Strategie boeken | Vergroot Leiderschap | Verdwijnt na het lezen. +50302 Wu zi Kunst van Oorlog En van de zeven Oorlog Strategie boeken | Vergroot Leiderschap | Verdwijnt na het lezen. +50303 WeiLiao Zi En van de zeven Oorlog Strategie boeken | Vergroot Leiderschap | Verdwijnt na het lezen. +50304 Combo Beheersing Dit Tactiekboek wordt gebruikt om Combo's te leren. Het boek verdwijnt na het lezen. +50305 Combo Meester Boek Dit Tactiekboek wordt gebruikt om geavanceerde Combo's te leren. Het boek verdwijnt na het lezen. +50306 Kunst van Combo Dit Meester Tactiekboek wordt gebruikt om Combo's te leren. Het boek verdwijnt na het lezen. +50307 Missie boek(licht) Bevat een makkelijke Missie, wanneer je die succesvol afrond,wordt je beloond. +50308 Missie boek(normaal) Bevat een normale Missie, wanneer je die succesvol afrond krijg je een beloning. +50309 Missie boek(zwaar) Bevat een moeilijke Missie, wanneer je die succesvol afrond krijg je een beloning. +50310 Missie boek(expert) Bevat een expert Missie, wanneer je die succesvol afrondt krijg je een beloning. +50311 Shinsoo Talen Dit geschrift, gemaakt van gebonden papier, stelt je instaat om de Shinsoo taal te leren, zodra je het meester niveau hebt bereikt. +50312 Chunjo Talen Dit geschrift, gemaakt van gebonden papier, stelt je instaat om de Chunjo taal te leren, zodra je het meester niveau hebt bereikt. +50313 Jinno Talen Dit geschrift, gemaakt van gebonden papier, stelt je instaat om de Jinno taal te leren, zodra je het meester niveau hebt bereikt. +50314 Metamorfose Boek Het succesvol bestuderen van dit boek verbeterd je transformatie vaardigheden. Het boek verdwijnt na het lezen. +50315 Geavan. Metamorfose Boek Als je dit boek succesvol bestudeert, verhoogt je je transformatie vaardigheden. Het verdwijnt na het lezen. +50316 Meester Metamorfose Boek Het succesvol lezen van dit boek verhoogt je transformatie vaardigheden. Verdwijnt na het lezen. +50401 Drieweg Snede Boek Gebruik dit boek om de Driewegsnede te leren. Het boek verdwijnt na het lezen. +50402 Zwaard Wervel Boek Gebruik dit boek om de Zwaard Wervel te leren. Het boek verdwijnt na het lezen. +50403 Vechtroes Boek Gebruik dit boek om de Vechtroes te leren. Het boek verdwijnt na het lezen. +50404 Zwaard Aura Boek Gebruik dit boek om het Zwaard Aura te leren. Het boek verdwijnt na het lezen. +50405 Stoten Boek Gebruik dit boek om Stoten te leren. Het boek verdwijnt na het lezen. +50406 Levenskracht Handboek Gebruik dit boek om de Levenskracht-vaardigheid meester te worden. Het boek verdwijnt nadat het gelezen is. +50416 Doorslag Boek Gebruik dit boek om de Doorslag te leren. Het boek verdwijnt na het lezen. +50417 Beuk Boek Gebruik dit boek om Beuk te leren. Het boek verdwijnt na het lezen. +50418 Stomp boek Gebruik dit boek om Stomp te leren. Het boek verdwijnt na het lezen. +50419 Sterk Lichaam Boek Gebruik dit boek om Sterk Lichaam te leren. Het boek verdwijnt na het lezen. +50420 Zwaard Slag Boek Gebruik dit boek om Zwaardslag te leren. Het boek verdwijnt na het lezen. +50421 Zwaard Orb Handboek Gebruik dit boek om de Zwaard Orb-vaardigheid meester te worden. Het boek verdwijnt nadat het gelezen is. +50431 Overval boek Gebruik dit boek om Overval te leren. Het boek verdwijnt na het lezen. +50432 Snelle Aanval Boek Gebruik dit boek om Snelle Aanval te leren. Het boek verdwijnt na het lezen. +50433 Rollend Mes Boek Gebruik dit boek om het Rollend Mes te leren. Het boek verdwijnt na het lezen. +50434 Verdekking boek Gebruik dit boek om Verdekking te leren. Het boek verdwijnt na het lezen. +50435 Gif Wolk Boek Gebruik dit boek om Gifwolk te leren. Het boek verdwijnt na het lezen. +50436 Verradelijk Gif Handboek Gebruik dit boek om de Verradelijk Gif-vaardigheid meester te worden. Het boek verdwijnt nadat het gelezen is. +50446 Herhalend Schot Boek Gebruik dit boek om Het Herhalend Schot te leren. Het boek verdwijnt na het lezen. +50447 Pijl Stortvloed Boek Gebruik dit boek om Pijl Stortvloed te leren. Het boek verdwijnt na het lezen. +50448 Vuur Pijl Boek Gebruik dit boek om Vuur Pijl te leren. Het boek verdwijnt na het lezen. +50449 Vederlicht Lopen Boek Gebruik dit boek om Verderlicht Lopen te leren. Het boek verdwijnt na het lezen. +50450 Gif Pijl boek Gebruik dit boek om Gif Pijl te leren. Het boek verdwijnt na het lezen. +50451 Vonk Handboek Gebruik dit boek om de Vonk-vaardigheid meester te worden. Het boek verdwijnt nadat het gelezen is. +50461 Vinger Slag boek Gebruik dit boek om Vinger Slag te leren. Het boek verdwijnt na het lezen. +50462 Draken Wervel Boek Gebruik dit boek om Draken Wervel te leren. Het boek verdwijnt na het lezen. +50463 Betoverd Mes Boek Gebruik dit boek om Betoverd Mes te leren. Het boek verdwijnt na het lezen. +50464 Angst Boek Gebruik dit boek om Angst te leren. Het boek verdwijnt na het lezen. +50465 Betoverd Pantser Boek Gebruik dit boek om Betoverd Pantser te leren. Het boek verdwijnt na het lezen. +50466 Tover Opheffing Boek Gebruik dit boek om Tover Opheffing te leren. Het boek verdwijnt na het lezen. +50476 Donkere Slag Boek Gebruik dit boek om de Donkere Slag te leren. Het boek verdwijnt na het lezen. +50477 Vuur Slag Boek Gebruik dit boek om Vuur Slag te leren. Het boek verdwijnt na het lezen. +50478 Vuur Ziel Boek Gebruik dit boek om Vuur Ziel te leren. Het boek verdwijnt na het lezen. +50479 Donkere Bescherming Boek Gebruik dit boek om Donkere Bescherming te leren. Het boek verdwijnt na het lezen. +50480 Geest Slag Boek Gebruik dit boek om Geest Slag te leren. Het boek verdwijnt na het lezen. +50481 Donkere Orb Boek Gebruik dit boek om Donkere Orb te leren. Het boek verdwijnt na het lezen. +50491 Vliegende Talisman Boek Gebruik dit boek om Vliegende Talisman te leren. Het boek verdwijnt na het lezen. +50492 Schietende Draak Boek Gebruik dit boek om Schietende Draak te leren. Het boek verdwijnt na het lezen. +50493 Draken Brul Boek Gebruik dit boek om de Draken Brul te leren. Het boek verdwijnt na het lezen. +50494 Zegening Boek Gebruik dit boek om Zegening te leren. Het boek verdwijnt na het lezen. +50495 Spiegeling Boek Gebruik dit boek om Terugkaatsen te leren. Het boek verdwijnt na het lezen. +50496 Draken Hulp Boek Gebruik dit boek om de Drakenhulp vaardigheid te leren. Het boek verdwijnt na het lezen. +50506 Bliksem Gooien Boek Gebruik dit boek om Gooi Bliksem te leren. Het boek verdwijnt na het lezen. +50507 Ontbied Bliksem Boek Gebruik dit boek om Ontbied Bliksem te leren. Het boek verdwijnt na het lezen. +50508 Bliksem Klauw Boek Gebruik dit boek om Bliksem Klauw te leren. Het boek verdwijnt na het lezen. +50509 Genezing Boek Gebruik dit boek om Genezing te leren. Het boek verdwijnt na het lezen. +50510 Gezwind Boek Gebruik dit boek om Gezwind te leren. Het boek verdwijnt na het lezen. +50511 Aanval Omhoog Boek Gebruik dit boek om Aanval Omhoog te leren. Het boek verdwijnt na het lezen. +50512 Regenboog Steen Een steen die het spirituele oog opent en alle Vaardigheden laat zien. +50513 Zielen Steen De legendarische steen gebruikt om je innerlijke-zelf te trainen nadat je spirituele oog geopend is. +50530 Verscheur Handboek Gebruik dit boek om de Verscheur-vaardigheid meester te worden. Het boek verdwijnt nadat het gelezen is. +50531 Wolven Adem Handboek Gebruik dit boek om de Wolven Adem-vaardigheid meester te worden. Het boek verdwijnt nadat het gelezen is. +50532 Wolf Stoot Handboek Gebruik dit boek om de Wolf Stoot-vaardigheid meester te worden. Het boek verdwijnt nadat het gelezen is. +50533 Wolven Klauw Handboek Gebruik dit boek om de Wolven Klauw-vaardigheid meester te worden. Het boek verdwijnt nadat het gelezen is. +50534 Bloedrode Wolf Ziel Boek Gebruik dit boek om de Bloedrode Wolf Ziel-vaardigheid meester te worden. Het boek verdwijnt nadat het gelezen is. +50535 Indigo Wolf Ziel Boek Gebruik dit boek om de Indigo Wolf Ziel-vaardigheid meester te worden. Het boek verdwijnt nadat het gelezen is. +50600 Mijnbouw Boek Gebruik dit boek om je Mijnbouw niveau te vergroten | Verdwijnt na het lezen. +50601 Diamanten Steen Kan tot een Diamant gevormd worden met de Gilde Diamant Vuurhaard. +50602 Amber Kan tot Amber gevormd worden met de Gilde Amber Vuurhaard. +50603 Fossielen Stam Kan tot Fossiele Hout gevormd worden met de Gilde Fossiele Hout Vuurhaard. +50604 Koper Erts Kan tot Koper gevormd worden met de Gilde Koper Vuurhaard. +50605 Zilver Erts Kan tot Zilver gevormd worden met de Gilde Zilver Vuurhaard. +50606 Goud Erts Kan tot Goud gevormd worden met de Gilde Goud Vuurhaard. +50607 Jade Erts Kan tot Jade gevormd worden met de Gilde Jade Vuurhaard. +50608 Ebbenhouten Erts Kan tot Ebbenhout gevormd worden met de Gilde Ebbenhout Vuurhaard. +50609 Stuk Parel Kan tot een Parel gevormd worden met de Gilde Parel Vuurhaard. +50610 Witgoud Erts Kan tot Witgoud gevormd worden met de Gilde Witgoud Vuurhaard. +50611 Kristal Erts Kan tot Kristal gevormd worden met de Gilde Kristal Vuurhaard. +50612 Amethist Erts Kan tot Amethist gevormd worden met de Gilde Amethist Vuurhaard. +50613 Hemelse Traan Erts Kan tot een Hemelse Traan gevormd worden met de Gilde Hemelse Traan Vuurhaard. +50614 Zielkristal erts Door gebruik te maken van de Gilde Oven, kan je een Zielkristal maken van dit erts. +50615 Robijn erts Door gebruik te maken van de Gilde Oven, kan je een Robijn maken van dit erts. +50616 Graniet erts Door gebruik te maken van de Gilde Oven, kan je een Granaat maken van dit erts. +50617 Smaragd erts Door gebruik te maken van de Gilde Oven, kan je een Smaragd maken van dit erts. +50618 Saffier erts Door gebruik te maken van de Gilde Oven, kan je een Saffier maken van dit erts. +50619 Toermalijn Erts Uit deze erts kun je een Toermalijn produceren door middel van de Gilde Oven. +50621 Diamant De stekste edelsteen, die een fitting aan Accessoires toevoegt. +50622 Amber Een mooi stuk Amber | Kan in Amber Accessoires gezet worden. +50623 Fossiele Hout Een waardevolle stuk Hout | Kan in Hout Accessoires gezet worden. +50624 Koper Wordt soms gebruikt om brons en munten te maken. | Kan in Koper Accessoires gezet worden. +50625 Zilver Een glimmend metaal dat gebruikt wordt om juwelen te maken. | Kan in Zilver Accessoires gezet worden. +50626 Goud Goud metaal gebruikt om juwelen te maken. | Kan in Goud Accessoires gezet worden. +50627 Jade Een van de waardevolle mineralen | Kan in Jade Accessoires gezet worden. +50628 Ebbenhout De lichtste en sterkste hout van alles.| Kan in Ebbenhout Accessoires gezet worden. +50629 Parel Gebruikt om juwelen mee te maken. | Kan in Parel Accessoires gezet worden. +50630 Witgoud Goud dat eruit ziet als zilver, maar sterker is. | Kan in Witgoud Accessoires gezet worden. +50631 Kristal Wordt ook wel Rots Kristal of Kwarts genoemd| Kan in Kristal Accessoires gezet worden. +50632 Amethist Een paarse Kwarts| Kan in Amethist Accessoires gezet worden. +50633 Hemelse Traan Gekristalliseerde regen uit de hemel. | Kan in Hemelse Traan Accessoires gezet worden. +50634 Zielkristal Een kristal zo puur als de ziel. Kan gebruikt worden bij het maken van accessoires . +50635 Robijn Rode edelsteen met een unieke bewerking. Kan verwerkt worden tot een waardevol sierraad. +50636 Granaat Oranje edelsteen met een unieke bewerking. Kan verwerkt worden tot een waardevol sierraad. +50637 Smaragd Groene edelsteen met een unieke bewerking. Kan verwerkt worden tot een waardevol sierraad. +50638 Saffier Blauwe edelsteen met een unieke bewerking. Kan verwerkt worden tot een waardevol sierraad. +50639 Toermalijn Deze magische edelsteen glinstert in alle kleuren van de regenboog. Kan gebruikt worden om accessoires te creren. +50701 Perzik Bloesem In het verleden werden perzik bloemen gebruikt om speciale huidcrmes te maken. +50702 Weideklokje Deze bloem komt veel voor en helpt tegen verkoudheid en hoesten. +50703 Kaki Bloesem Het gerucht gaat dat een vrouw die deze bloem om haar nek draagt zwanger wordt. +50704 Gango Wortel De Gango Wortel versterkt het immuun systeem en het uithoudingsvermogen van het lichaam. +50705 Sering Deze plant vergroot de geheugen vaardigheden en het vermogen om beter te concentreren. +50706 Tue Paddestoel Deze paddestoel word zelden gebruikt als medicijn en helpt tegen slapeloosheid. +50707 Alpen Roos Deze plant versterkt het zenuwstelsel. +50708 Moerbei De Moerbei geeft kracht en verkwikt. +50709 Paardebloem De Paardebloem helpt tegen een zere keel en smaakt voortreffelijk. +50710 Brandnetel Deze plant versterkt de botten. +50711 Dadel Vruchten die zeer goed smaken en nieuwe levenskracht aan het lichaam geeft. +50712 Sam-Zi Plant Deze zeldzame plant werkt als een hersteller als het goed geprepareerd is. +50721 Perzik Bloesem In het verleden werden perzik bloemen gebruikt om speciale huidcrmes te maken. Drankjes productie +50722 Weideklokje Deze bloem komt veel voor en helpt tegen verkoudheid en hoesten. Drankjes productie +50723 Kaki Bloesem Het gerucht gaat dat een vrouw die deze bloem om haar nek draagt zwanger wordt. Drankjes productie +50724 Gango Wortel De Gango Wortel versterkt het immuun systeem en het uithoudingsvermogen van het lichaam. Drankjes productie +50725 Sering Deze plant vergroot de geheugen vaardigheden en het vermogen om beter te concentreren. Drankjes productie +50726 Tue Paddestoel Deze paddestoel word zelden gebruikt als medicijn en helpt tegen slapeloosheid. Drankjes productie +50727 Alpen Roos Deze plant versterkt het zenuwstelsel. Drankjes productie +50728 Moerbei De Moerbei geeft kracht en verkwikt. Drankjes productie +50729 Paardebloem De Paardebloem helpt tegen een zere keel en smaakt voortreffelijk. Drankjes productie +50730 Brandnetel Deze plant versterkt de botten. Drankjes productie +50731 Dadel Vruchten die zeer goed smaken en nieuwe levenskracht aan het lichaam geeft. Drankjes productie +50732 Sam-Zi Plant Deze zeldzame plant werkt als een hersteller als het goed geprepareerd is. Drankjes productie +50801 Perzik Bloesem Sap Sap gemaakt van Perzik Bloesem. Het maakt je fit. +50802 Weideklokje Sap Dit brouwsel gemaakt van Weideklokjes verhoogt je kracht met 5 punten voor 3 minuten. +50803 Kaki Bloesem Sap Sap gemaakt van Kaki Bloesem. Versterkt het concentratie vermogen. +50804 Gango Wortel Sap Sap gemaakt van Gango Wortel. Het heelt kleine wonden. +50805 Seringen Sap Sap gemaakt van Seringen. +50806 Tue Paddestoelen Sap Sap gemaakt van Tue Paddestoelen. +50807 Alpen Rozen Sap Sap gemaakt van Alpen Rozen. +50808 Moerbeien Sap Sap gemaakt van Moerbeien. +50809 Paardebloemen Sap Sap gemaakt van Paardebloemen. +50810 Brandnetel Sap Sap gemaakt van Brandnetels. +50811 Dadel Sap Sap gemaakt van Dadels. +50812 Sam-Zi Plant Sap Sap gemaakt van de Sam-Zi Plant. +50813 Sim Water Dit brouwsel is gemaakt uit Perzik Bloesem sap en Sering, het verhoogt je kans om een penetrerende slag uit te delen met 10% voor 3 minuten. +50814 Dok Water Dit brouwsel is gemaakt uit Weideklokjes sap en Sering, het verhoogt je kans om een kritieke slag uit te delen met 10% voor 3 minuten. +50815 Bo Water Dit brouwsel is gemaakt uit Kaki Bloesem Sap + Tue Paddestoelen. Het versterkt de hersenen. +50816 Young Water Dit brouwsel wordt gemaakt van Gango Wortel + Tue Paddestoelen. Het geeft nieuwe levenskracht. +50817 Zin Water Dit brouwsel wordt gemaakt van Sim Water en Alpen Roos, het verhoogt je aanvalswaarde met 50 punten voor 3 minuten. +50818 SamBo Water Dit brouwsel wordt gemaakt van Dok Water en Alpen Roos, het verhoogt je verdediging met 70 punten voor 3 minuten. +50819 Mong Water Dit brouwsel wordt gemaakt van Bo Water en Moerbeien, het verhoogt je magische verdediging met 10% voor 3 minuten. +50820 Hwal Water Dit brouwsel wordt gemaakt van Young Water en Moerbeien, het verhoogt je aanvalssnelheid met 3 punten voor 3 minuten. +50901 Lege Fles Wordt gebruikt om brouwsel te maken. +50902 Recept voor Beginners Een gemakkelijk recept die ook gedaan kan worden door nieuwelingen. +50903 Recept Een recept dat een beetje ervaring vereist. +50904 Recept voor Specialist Een recept dat alleen correct gedaan kan worden door experts. +50905 Recept voor Sim Water Het verteld de exacte procedure voor het water gemaakt van Peryiken Bloesem Sap en Seringen. +50906 Recept voor Dok Water Het beschrijft de de exacte procedure om het water gemaakt van Weideklokjes sap en Seringen te maken. +50907 Recept voor Bo Water Het beschrijft de exacte procedure om het water gemaakt van Kaki Bloesem Sap en Tue Paddestoelen te maken. +50908 Recept voor Young Water Het beschrijft de exacte procedure om het water gemaakt van Gango Wortel Sap en Tue Paddestoelen te maken. +50909 Recept voor Zin Water Het beschrijft de exacte procedure om het water gemaakt van Perziken Bloesem Sap, Seringen en Alpenrozen te maken. +50910 Recept voor Hwal Water Het beschrijft de exacte procedure om het water gemaakt van Gango Wortel Sap, Tue Paddestoel en Moerbei. +51001 Energie Fragment Fragment uit een Energie Kristal. 30 stuks kunnen worden gesmolten in een kristal. +51002 Energie Kristal Dit Kristal verhoogd je bonussen voor twee uren. +51501 Cor Draconis (Ruw) Het kristallen drakenhart bevat een willekeurige Drakensteen van de klasse Ruw. +51502 Cor Draconis (Ruw) Het kristallen drakenhart bevat een willekeurige Drakensteen van de klasse Ruw. +51503 Cor Draconis (Normaal) Kristallen drakenhart. Klasse: Normaal. Bevat een matte Drakensteen van klasse: Ruw tot Geslepen. +51504 Cor Draconis (Nobel) Kristallen drakenhart. Klasse: Nobel. Bevat een matte Drakensteen van klasse: Ruw tot Zeldzaam. +51505 Cor Draconis (Kostbaar) Kristallen drakenhart. Klasse: Kostbaar. Bevat een matte Drakensteen van klasse: Ruw tot Antiek. +51506 Cor Draconis (Mystiek) Kristallen drakenhart. Klasse: Mystiek. Bevat een matte Drakensteen van klasse: Geslepen tot Legendarisch. +51507 Cor Draconis (Geslepen) Het kristallen drakenhart bevat een willekeurige Drakensteen van de klasse Geslepen. +51508 Cor Draconis (Zeldzaam) Het kristallen drakenhart bevat een willekeurige Drakensteen van de klasse Zeldzaam. +51509 Cor Draconis (Antiek) Het kristallen drakenhart bevat een willekeurige Drakensteen van de klasse Antiek. +51510 Cor Draconis (Legend.) Het kristallen drakenhart bevat een willekeurige Drakensteen van de klasse Legendarisch. +51511 Cor Diamas Witte Cor Draconis. Bevat een willekeurige Drakendiamant. +51512 Cor Rubinum Rode Cor Draconis. Bevat een willekeurige Drakenrobijn. +51513 Cor Jadeit Groene Cor Draconis. Bevat een willekeurige Drakenjade. +51514 Cor Saphirum Blauwe Cor Draconis. Bevat een willekeurige Drakensaffier. +51515 Cor Granatum Oranje Cor Draconis. Bevat een willekeurige Drakengranaat. +51516 Cor Atrum Zwarte Cor Draconis. Bevat een willekeurige Drakenonyx. +51517 Cor Diamas (Normaal) Witte Cor Draconis. Klasse: Normaal. Bevat een matte Drakendiamant van klasse: Ruw tot Geslepen. +51518 Cor Rubinum (Normaal) Rode Cor Draconis. Klasse: Normaal. Bevat een matte Drakenrobijn van klasse: Ruw tot Geslepen. +51519 Cor Jadeit (Normaal) Groene Cor Draconis. Klasse: Normaal. Bevat een matte Drakenjade van klasse: Ruw tot Geslepen. +51520 Cor Saphirum (Normaal) Blauwe Cor Draconis. Klasse: Normaal. Bevat een matte Drakensteen van klasse: Dragon Sapphire tot Ruw. +51521 Cor Granatum (Normaal) Oranje Cor Draconis. Klasse: Normaal. Bevat een matte Drakensteen van klasse: Dragon Garnet tot Ruw. +51522 Cor Atrum (Normaal) Zwarte Cor Draconis. Klasse: Normaal. Bevat een matte Drakensteen van klasse: Dragon Onyx tot Ruw. +51523 Cor Diamas (Nobel) Witte Cor Draconis. Klasse: Nobel. Bevat een matte Drakensteen van klasse: Dragon Diamond tot Ruw. +51524 Cor Rubinum (Nobel) Rode Cor Draconis. Klasse: Nobel. Bevat een matte Drakensteen van klasse: Dragon Ruby tot Ruw. +51525 Cor Jadeit (Nobel) Groene Cor Draconis. Klasse: Nobel. Bevat een matte Drakensteen van klasse: Dragon Jade tot Ruw. +51526 Cor Saphirum (Nobel) Blauwe Cor Draconis. Klasse: Nobel. Bevat een matte Drakensteen van klasse: Dragon Sapphire tot Ruw. +51527 Cor Granatum (Nobel) Oranje Cor Draconis. Klasse: Nobel. Bevat een matte Drakensteen van klasse: Dragon Garnet tot Ruw. +51528 Cor Atrum (Nobel) Zwarte Cor Draconis. Klasse: Nobel. Bevat een matte Drakensteen van klasse: Dragon Onyx tot Ruw. +51529 Cor Diamas (Kostbaar) Witte Cor Draconis. Klasse: Kostbaar. Bevat een matte Drakensteen van klasse: Dragon Diamond tot Ruw. +51530 Cor Rubinum (Kostbaar) Rode Cor Draconis. Klasse: Kostbaar. Bevat een matte Drakensteen van klasse: Dragon Ruby tot Ruw. +51531 Cor Jadeit (Kostbaar) Groene Cor Draconis. Klasse: Kostbaar. Bevat een matte Drakensteen van klasse: Dragon Jade tot Ruw. +51532 Cor Saphirum (Kostbaar) Blauwe Cor Draconis. Klasse: Kostbaar. Bevat een matte Drakensteen van klasse: Dragon Sapphire tot Ruw. +51533 Cor Granatum (Kostbaar) Oranje Cor Draconis. Klasse: Kostbaar. Bevat een matte Drakensteen van klasse: Dragon Garnet tot Ruw. +51534 Cor Atrum (Kostbaar) Zwarte Cor Draconis. Klasse: Kostbaar. Bevat een matte Drakensteen van klasse: Dragon Onyx tot Ruw. +51535 Cor Diamas (Foutloos) Witte Cor Draconis. Klasse: Foutloos. Bevat een matte Drakensteen van klasse: Dragon Diamond tot Ruw. +51536 Cor Rubinum (Foutloos) Rode Cor Draconis. Klasse: Foutloos. Bevat een matte Drakensteen van klasse: Dragon Ruby tot Ruw. +51537 Cor Jadeit (Foutloos) Groene Cor Draconis. Klasse: Foutloos. Bevat een matte Drakensteen van klasse: Dragon Jade tot Ruw. +51538 Cor Saphirum (Foutloos) Blauwe Cor Draconis. Klasse: Foutloos. Bevat een matte Drakensteen van klasse: Dragon Sapphire tot Ruw. +51539 Cor Granatum (Foutloos) Oranje Cor Draconis. Klasse: Foutloos. Bevat een matte Drakensteen van klasse: Dragon Garnet tot Ruw. +51540 Cor Atrum (Foutloos) Zwarte Cor Draconis. Klasse: Foutloos. Bevat een matte Drakensteen van klasse: Dragon Onyx tot Ruw. +51541 Cor Draconis (Gloeiend) Kristallen drakenhart. Rang: Gloeiend. Bevat een matte Drakensteen van klasse: Geslepen tot Zeldzaam. +51542 Cor Diamas (Gloeiend) Witte Cor Draconis. Klasse: Gloeiend. Bevat een matte Drakensteen van klasse: Dragon Diamond tot Geslepen. +51543 Cor Rubinum (Gloeiend) Rode Cor Draconis. Klasse: Gloeiend. Bevat een matte Drakensteen van klasse: Dragon Ruby tot Geslepen. +51544 Cor Jadeit (Gloeiend) Groene Cor Draconis. Klasse: Gloeiend. Bevat een matte Drakensteen van klasse: Dragon Jade tot Geslepen. +51545 Cor Saphirum (Gloeiend) Blauwe Cor Draconis. Klasse: Gloeiend. Bevat een matte Drakensteen van klasse: Dragon Sapphire tot Geslepen. +51546 Cor Granatum (Gloeiend) Oranje Cor Draconis. Klasse: Gloeiend. Bevat een matte Drakengranaat van klasse: Geslepen tot Zeldzaam. +51547 Cor Atrum (Gloeiend) Zwarte Cor Draconis. Klasse: Gloeiend. Bevat een matte Drakenonyx van klasse: Geslepen tot Zeldzaam. +51548 Cor Draconis (Foutloos) Kristallen drakenhart. Rang: Foutloos. Bevat een matte Drakensteen van klasse: Ruw tot Legendarisch. +51549 Cor Draconis (Eeuwig) Kristallen drakenhart. Rang: Eeuwig. Bevat een matte Drakensteen van klasse: Geslepen tot Antiek. +51550 Cor Diamas (Eeuwig) Witte Cor Draconis. Klasse: Eeuwig. Bevat een matte Drakendiamant van klasse: Geslepen tot Antiek. +51551 Cor Rubinum (Eeuwig) Rode Cor Draconis. Klasse: Eeuwig. Bevat een matte Drakenrobijn van klasse: Geslepen tot Antiek. +51552 Cor Jadeit (Eeuwig) Groene Cor Draconis. Klasse: Eeuwig. Bevat een matte Drakenjade van klasse: Geslepen tot Antiek. +51553 Cor Saphirum (Eeuwig) Blauwe Cor Draconis. Klasse: Eeuwig. Bevat een matte Drakensaffier van klasse: Geslepen tot Antiek. +51554 Cor Granatum (Eeuwig) Oranje Cor Draconis. Klasse: Eeuwig. Bevat een matte Drakengranaat van klasse: Geslepen tot Antiek. +51555 Cor Atrum (Eeuwig) Zwarte Cor Draconis. Klasse: Eeuwig. Bevat een matte Drakenonyx van klasse: Geslepen tot Antiek. +51556 Cor Diamas (Mystiek) Witte Cor Draconis. Klasse: Mystiek. Bevat een matte Drakendiamant van klasse: Geslepen tot Legendarisch. +51557 Cor Rubinum (Mystiek) Rode Cor Draconis. Klasse: Mystiek. Bevat een matte Drakenrobijn van klasse: Geslepen tot Legendarisch. +51558 Cor Jadeit (Mystiek) Groene Cor Draconis. Klasse: Mystiek. Bevat een matte Drakenjade van klasse: Geslepen tot Legendarisch. +51559 Cor Saphirum (Mystiek) Blauwe Cor Draconis. Klasse: Mystiek. Bevat een matte Drakensaffier van klasse: Geslepen tot Legendarisch. +51560 Cor Granatum (Mystiek) Oranje Cor Draconis. Klasse: Mystiek. Bevat een matte Drakengranaat van klasse: Geslepen tot Legendarisch. +51561 Cor Atrum (Mystiek) Zwarte Cor Draconis. Klasse: Mystiek. Bevat een matte Drakenonyx van klasse: Geslepen tot Legendarisch. +51562 Cor Draconis (Episch) Kristallen drakenhart. Rang: Episch. Bevat een matte Drakensteen van klasse: Zeldzaam tot Antiek. +51563 Cor Diamas (Episch) Witte Cor Draconis. Klasse: Episch. Bevat een matte Drakendiamant van klasse: Zeldzaam tot Antiek. +51564 Cor Rubinum (Episch) Rode Cor Draconis. Klasse: Episch. Bevat een matte Drakenrobijn van klasse: Zeldzaam tot Antiek. +51565 Cor Jadeit (Episch) Groene Cor Draconis. Klasse: Episch. Bevat een matte Drakenjade van klasse: Zeldzaam tot Antiek. +51566 Cor Saphirum (Episch) Blauwe Cor Draconis. Klasse: Episch. Bevat een matte Drakensaffier van klasse: Zeldzaam tot Antiek. +51567 Cor Granatum (Episch) Oranje Cor Draconis. Klasse: Episch. Bevat een matte Drakengranaat van klasse: Zeldzaam tot Antiek. +51568 Cor Atrum (Episch) Zwarte Cor Draconis. Klasse: Episch. Bevat een matte Drakenonyx van klasse: Zeldzaam tot Antiek. +51569 Cor Draconis (Goddelijk) Kristallen drakenhart. Rang: Goddelijk. Bevat een matte Drakensteen van klasse: Zeldzaam tot Legendarisch. +51570 Cor Diamas (Goddelijk) Witte Cor Draconis. Klasse: Goddelijk. Bevat een matte Drakendiamant van klasse: Zeldzaam tot Legendarisch. +51571 Cor Rubinum (Goddelijk) Rode Cor Draconis. Klasse: Goddelijk. Bevat een matte Drakenrobijn van klasse: Zeldzaam tot Legendarisch. +51572 Cor Jadeit (Goddelijk) Groene Cor Draconis. Klasse: Goddelijk. Bevat een matte Drakenjade van klasse: Zeldzaam tot Legendarisch. +51573 Cor Saphirum (Goddelijk) Blauwe Cor Draconis. Klasse: Goddelijk. Bevat een matte Drakensaffier van klasse: Zeldzaam tot Legendarisch. +51574 Cor Granatum (Goddelijk) Oranje Cor Draconis. Klasse: Goddelijk. Bevat een matte Drakengranaat van klasse: Zeldzaam tot Legendarisch. +51575 Cor Atrum (Goddelijk) Zwarte Cor Draconis. Klasse: Goddelijk. Bevat een matte Drakenonyx van klasse: Zeldzaam tot Legendarisch. +51576 Cor Draconis+ (Normaal) Krachtige Cor Draconis. Klasse: Normaal. Bevat een Drakensteen van klasse: Ruw tot Geslepen met een willekeurige helderheidsgraad. +51577 Cor Diamas+ (Normaal) Krachtige Cor Draconis. Klasse: Normaal. Bevat een Drakendiamant van klasse: Ruw tot Geslepen met een willekeurige helderheidsgraad. +51578 Cor Rubinum+ (Normaal) Krachtige Cor Draconis. Klasse: Normaal. Bevat een Drakenrobijn van klasse: Ruw tot Geslepen met een willekeurige helderheidsgraad. +51579 Cor Jadeit+ (Normaal) Krachtige Cor Draconis. Klasse: Normaal. Bevat een Drakenjade van klasse: Ruw tot Geslepen met een willekeurige helderheidsgraad. +51580 Cor Saphirum+ (Normaal) Krachtige Cor Draconis. Klasse: Normaal. Bevat een Drakensaffier van klasse: Ruw tot Geslepen met een willekeurige helderheidsgraad. +51581 Cor Granatum+ (Normaal) Krachtige Cor Draconis. Klasse: Normaal. Bevat een Drakengranaat van klasse: Ruw tot Geslepen met een willekeurige helderheidsgraad. +51582 Cor Atrum+ (Normaal) Krachtige Cor Draconis. Klasse: Normaal. Bevat een Drakenonyx van klasse: Ruw tot Geslepen met een willekeurige helderheidsgraad. +51583 Cor Draconis+ (Nobel) Krachtige Cor Draconis. Klasse: Nobel. Bevat een Drakensteen van klasse: Ruw tot Zeldzaam met een willekeurige helderheidsgraad. +51584 Cor Diamas+ (Nobel) Krachtige Cor Draconis. Klasse: Nobel. Bevat een Drakendiamant van klasse: Ruw tot Zeldzaam met een willekeurige helderheidsgraad. +51585 Cor Rubinum+ (Nobel) Krachtige Cor Draconis. Klasse: Nobel. Bevat een Drakenrobijn van klasse: Ruw tot Zeldzaam met een willekeurige helderheidsgraad. +51586 Cor Jadeit+ (Nobel) Krachtige Cor Draconis. Klasse: Nobel. Bevat een Drakenjade van klasse: Ruw tot Zeldzaam met een willekeurige helderheidsgraad. +51587 Cor Saphirum+ (Nobel) Krachtige Cor Draconis. Klasse: Nobel. Bevat een Drakensaffier van klasse: Ruw tot Zeldzaam met een willekeurige helderheidsgraad. +51588 Cor Granatum+ (Nobel) Krachtige Cor Draconis. Klasse: Nobel. Bevat een Drakengranaat van klasse: Ruw tot Zeldzaam met een willekeurige helderheidsgraad. +51589 Cor Atrum+ (Nobel) Krachtige Cor Draconis. Klasse: Nobel. Bevat een Drakenonyx van klasse: Ruw tot Zeldzaam met een willekeurige helderheidsgraad. +51590 Cor Draconis+ (Kostbaar) Krachtige Cor Draconis. Klasse: Kostbaar. Bevat een Drakensteen van klasse: Ruw tot Antiek met een willekeurige helderheidsgraad. +51591 Cor Diamas+ (Kostbaar) Krachtige Cor Draconis. Klasse: Kostbaar. Bevat een Drakendiamant van klasse: Ruw tot Antiek met een willekeurige helderheidsgraad. +51592 Cor Rubinum+ (Kostbaar) Krachtige Cor Draconis. Klasse: Kostbaar. Bevat een Drakenrobijn van klasse: Ruw tot Antiek met een willekeurige helderheidsgraad. +51593 Cor Jadeit+ (Kostbaar) Krachtige Cor Draconis. Klasse: Kostbaar. Bevat een Drakenjade van klasse: Ruw tot Antiek met een willekeurige helderheidsgraad. +51594 Cor Saphirum+ (Kostbaar) Krachtige Cor Draconis. Klasse: Kostbaar. Bevat een Drakensaffier van klasse: Ruw tot Antiek met een willekeurige helderheidsgraad. +51595 Cor Granatum+ (Kostbaar) Krachtige Cor Draconis. Klasse: Kostbaar. Bevat een Drakengranaat van klasse: Ruw tot Antiek met een willekeurige helderheidsgraad. +51596 Cor Atrum+ (Kostbaar) Krachtige Cor Draconis. Klasse: Kostbaar. Bevat een Drakenonyx van klasse: Ruw tot Antiek met een willekeurige helderheidsgraad. +51597 Cor Draconis+ (Foutloos) Krachtige Cor Draconis. Klasse: Foutloos. Bevat een Drakensteen van klasse: Ruw tot Legendarisch met een willekeurige helderheidsgraad. +51598 Cor Diamas+ (Foutloos) Krachtige Cor Draconis. Klasse: Foutloos. Bevat een Drakendiamant van klasse: Ruw tot Legendarisch met een willekeurige helderheidsgraad. +51599 Cor Rubinum+ (Foutloos) Krachtige Cor Draconis. Klasse: Foutloos. Bevat een Drakenrobijn van klasse: Ruw tot Legendarisch met een willekeurige helderheidsgraad. +51600 Cor Jadeit+ (Foutloos) Krachtige Cor Draconis. Klasse: Foutloos. Bevat een Drakenjade van klasse: Ruw tot Legendarisch met een willekeurige helderheidsgraad. +51601 Cor Saphirum+ (Foutloos) Krachtige Cor Draconis. Klasse: Foutloos. Bevat een Drakensaffier van klasse: Ruw tot Legendarisch met een willekeurige helderheidsgraad. +51602 Cor Granatum+ (Foutloos) Krachtige Cor Draconis. Klasse: Foutloos. Bevat een Drakengranaat van klasse: Ruw tot Legendarisch met een willekeurige helderheidsgraad. +51603 Cor Atrum+ (Foutloos) Krachtige Cor Draconis. Klasse: Foutloos. Bevat een Drakenonyx van klasse: Ruw tot Legendarisch met een willekeurige helderheidsgraad. +51604 Cor Draconis+ (Gloeiend) Krachtige Cor Draconis. Klasse: Gloeiend. Bevat een Drakensteen van klasse: Geslepen tot Zeldzaam met een willekeurige helderheidsgraad. +51605 Cor Diamas+ (Gloeiend) Krachtige Cor Draconis. Klasse: Gloeiend. Bevat een Drakendiamant van klasse: Geslepen tot Zeldzaam met een willekeurige helderheidsgraad. +51606 Cor Rubinum+ (Gloeiend) Krachtige Cor Draconis. Klasse: Gloeiend. Bevat een Drakenrobijn van klasse: Geslepen tot Zeldzaam met een willekeurige helderheidsgraad. +51607 Cor Jadeit+ (Gloeiend) Krachtige Cor Draconis. Klasse: Gloeiend. Bevat een Drakenjade van klasse: Geslepen tot Zeldzaam met een willekeurige helderheidsgraad. +51608 Cor Saphirum+ (Gloeiend) Krachtige Cor Draconis. Klasse: Gloeiend. Bevat een Drakensaffier van klasse: Geslepen tot Zeldzaam met een willekeurige helderheidsgraad. +51609 Cor Granatum+ (Gloeiend) Krachtige Cor Draconis. Klasse: Gloeiend. Bevat een Drakengranaat van klasse: Geslepen tot Zeldzaam met een willekeurige helderheidsgraad. +51610 Cor Atrum+ (Gloeiend) Krachtige Cor Draconis. Klasse: Gloeiend. Bevat een Drakenonyx van klasse: Geslepen tot Zeldzaam met een willekeurige helderheidsgraad. +51611 Cor Draconis+ (Eeuwig) Krachtige Cor Draconis. Klasse: Eeuwig. Bevat een Drakensteen van klasse: Geslepen tot Antiek met een willekeurige helderheidsgraad. +51612 Cor Diamas+ (Eeuwig) Krachtige Cor Draconis. Klasse: Eeuwig. Bevat een Drakendiamant van klasse: Geslepen tot Antiek met een willekeurige helderheidsgraad. +51613 Cor Rubinum+ (Eeuwig) Krachtige Cor Draconis. Klasse: Eeuwig. Bevat een Drakenrobijn van klasse: Geslepen tot Antiek met een willekeurige helderheidsgraad. +51614 Cor Jadeit+ (Eeuwig) Krachtige Cor Draconis. Klasse: Eeuwig. Bevat een Drakenjade van klasse: Geslepen tot Antiek met een willekeurige helderheidsgraad. +51615 Cor Saphirum+ (Eeuwig) Krachtige Cor Draconis. Klasse: Eeuwig. Bevat een Drakensaffier van klasse: Geslepen tot Antiek met een willekeurige helderheidsgraad. +51616 Cor Granatum+ (Eeuwig) Krachtige Cor Draconis. Klasse: Eeuwig. Bevat een Drakengranaat van klasse: Geslepen tot Antiek met een willekeurige helderheidsgraad. +51617 Cor Atrum+ (Eeuwig) Krachtige Cor Draconis. Klasse: Eeuwig. Bevat een Drakenonyx van klasse: Geslepen tot Antiek met een willekeurige helderheidsgraad. +51618 Cor Draconis+ (Mystiek) Krachtige Cor Draconis. Klasse: Mystiek. Bevat een Drakensteen van klasse: Geslepen tot Legendarisch met een willekeurige helderheidsgraad. +51619 Cor Diamas+ (Mystiek) Krachtige Cor Draconis. Klasse: Mystiek. Bevat een Drakendiamant van klasse: Geslepen tot Legendarisch met een willekeurige helderheidsgraad. +51620 Cor Rubinum+ (Mystiek) Krachtige Cor Draconis. Klasse: Mystiek. Bevat een Drakenrobijn van klasse: Geslepen tot Legendarisch met een willekeurige helderheidsgraad. +51621 Cor Jadeit+ (Mystiek) Krachtige Cor Draconis. Klasse: Mystiek. Bevat een Drakenjade van klasse: Geslepen tot Legendarisch met een willekeurige helderheidsgraad. +51622 Cor Saphirum+ (Mystiek) Krachtige Cor Draconis. Klasse: Mystiek. Bevat een Drakensaffier van klasse: Geslepen tot Legendarisch met een willekeurige helderheidsgraad. +51623 Cor Granatum+ (Mystiek) Krachtige Cor Draconis. Klasse: Mystiek. Bevat een Drakengranaat van klasse: Geslepen tot Legendarisch met een willekeurige helderheidsgraad. +51624 Cor Atrum+ (Mystiek) Krachtige Cor Draconis. Klasse: Mystiek. Bevat een Drakenonyx van klasse: Geslepen tot Legendarisch met een willekeurige helderheidsgraad. +51625 Cor Draconis+ (Episch) Krachtige Cor Draconis. Klasse: Episch. Bevat een Drakensteen van klasse: Zeldzaam tot Antiek met een willekeurige helderheidsgraad. +51626 Cor Diamas+ (Episch) Krachtige Cor Draconis. Klasse: Episch. Bevat een Drakendiamant van klasse: Zeldzaam tot Antiek met een willekeurige helderheidsgraad. +51627 Cor Rubinum+ (Episch) Krachtige Cor Draconis. Klasse: Episch. Bevat een Drakenrobijn van klasse: Zeldzaam tot Antiek met een willekeurige helderheidsgraad. +51628 Cor Jadeit+ (Episch) Krachtige Cor Draconis. Klasse: Episch. Bevat een Drakenjade van klasse: Zeldzaam tot Antiek met een willekeurige helderheidsgraad. +51629 Cor Saphirum+ (Episch) Krachtige Cor Draconis. Klasse: Episch. Bevat een Drakensaffier van klasse: Zeldzaam tot Antiek met een willekeurige helderheidsgraad. +51630 Cor Granatum+ (Episch) Krachtige Cor Draconis. Klasse: Episch. Bevat een Drakengranaat van klasse: Zeldzaam tot Antiek met een willekeurige helderheidsgraad. +51631 Cor Atrum+ (Episch) Krachtige Cor Draconis. Klasse: Episch. Bevat een Drakenonyx van klasse: Zeldzaam tot Antiek met een willekeurige helderheidsgraad. +51632 Cor Draconis+ (Goddelijk) Krachtige Cor Draconis. Klasse: Goddelijk. Bevat een Drakensteen van klasse: Zeldzaam tot Legendarisch met een willekeurige helderheidsgraad. +51633 Cor Diamas+ (Goddelijk) Krachtige Cor Draconis. Klasse: Goddelijk. Bevat een Drakendiamant van klasse: Zeldzaam tot Legendarisch met een willekeurige helderheidsgraad. +51634 Cor Rubinum+ (Goddelijk) Krachtige Cor Draconis. Klasse: Goddelijk. Bevat een Drakenrobijn van klasse: Zeldzaam tot Legendarisch met een willekeurige helderheidsgraad. +51635 Cor Jadeit+ (Goddelijk) Krachtige Cor Draconis. Klasse: Goddelijk. Bevat een Drakenjade van klasse: Zeldzaam tot Legendarisch met een willekeurige helderheidsgraad. +51636 Cor Saphirum+ (Goddelijk) Krachtige Cor Draconis. Klasse: Goddelijk. Bevat een Drakensaffier van klasse: Zeldzaam tot Legendarisch met een willekeurige helderheidsgraad. +51637 Cor Granatum+ (Goddelijk) Krachtige Cor Draconis. Klasse: Goddelijk. Bevat een Drakengranaat van klasse: Zeldzaam tot Legendarisch met een willekeurige helderheidsgraad. +51638 Cor Atrum+ (Goddelijk) Krachtige Cor Draconis. Klasse: Goddelijk. Bevat een Drakenonyx van klasse: Zeldzaam tot Legendarisch met een willekeurige helderheidsgraad. +51639 Draken kist De azuurblauwe kist bevat 11 normale Cor Draconis. +51640 Draken kist+ De azuurblauwe kist bevat 11 krachtige Cor Draconis van de "Normaal" rang en een Groene Draken Boon. +51641 Draken kist+ (gekleurd) De azuurblauwe kist bevat een krachtige Cor Draconis in elke kleur van de "Normaal" rang en een Groene Draken Boon. +51642 Draken kist (gekleurd) De azuurblauwe kist bevat een normale Cor Draconis in elke kleur en een Groene Draken Boon. +51643 Nobele Draken Kist De azuurblauwe kist bevat 11 nobele Cor Draconis. +51644 Nobele Draken kist+ De azuurblauwe kist bevat 11 krachtige Cor Draconis van de "Nobel" rang en een Groene Draken Boon. +51645 N. Drakenkist+(gekleurd) De azuurblauwe kist bevat een krachtige Cor Draconis in elke kleur van de "Nobel" rang en een Groene Draken Boon. +51646 N. Draken kist(gekleurd) De azuurblauwe kist bevat een nobele Cor Draconis in elke kleur en een Groene Draken Boon. +52001 Jong Wild Zwijn (zegel) Het zegel roept jouw Jonge Wilde Zwijn. Na strijd training geeft hij zijn berijder tot 5% kracht tegen monsters. +52002 Jong Wild Zwijn (zegel) Het zegel roept jouw Jonge Wilde Zwijn. Na strijd training verhoogt hij de verzameling van ervaring punten tot 5%. +52003 Jong Wild Zwijn (zegel) Het zegel roept jouw Jonge Wilde Zwijn. Na strijd training verhoogt hij zijn berijders LP tot max. 500. +52004 Jong Wild Zwijn (zegel) Het zegel roept jouw Jonge Wilde Zwijn. Na strijd training verhoogt hij zijn berijders verdediging waarde met max. 150 +52005 Jong Wild Zwijn (zegel) Het zegel roept jouw Jonge Wilde Zwijn. Na strijd training, verhoogt hij zijn berijders aanval waarde met max. 100. +52006 Wild Zwijn (zegel) Het zegel roept jouw Wilde Zwijn. Hij geeft zijn berijder +3% kracht tegen monsters. +52007 Wild Zwijn (zegel) Het zegel roept jouw Wilde Zwijn. Hij verhoogt de verzameling van ervaring met 3%. +52008 Wild Zwijn (zegel) Het zegel roept jouw Wilde Zwijn. Hij verhoogt zijn berijders LP met 250. +52009 Wild Zwijn (zegel) Het zegel roept jouw Wilde Zwijn. Hij verhoogt zijn berijders verdediging waarde met 50. +52010 Wild Zwijn (zegel) Het zegel roept jouw Wilde Zwijn. Hij verhoogt zijn berijders aanval waarde met max. 30. +52011 Dapper Wild Zwijn (zgl) Het zegel roept jouw Dappere Wilde Zwijn. Hij geeft zijn berijder +5% kracht tegen monsters. +52012 Dapper Wild Zwijn (zgl) Het zegel roept jouw Dappere Wilde Zwijn. Hij verhoogt de verzameling van ervaring met 5%. +52013 Dapper Wild Zwijn (zgl) Het zegel roept jouw Dappere Wilde Zwijn. Hij verhoogt zijn berijders LP met 500. +52014 Dapper Wild Zwijn (zgl) Het zegel roept jouw Dappere Wilde Zwijn. Hij verhoogt zijn berijders verdediging waarde met 150. +52015 Dapper Wild Zwijn (zgl) Het zegel roept jouw Dappere Wilde Zwijn. Hij verhoogt zijn berijders aanval waarde met 100. +52016 Jonge Wolf (zegel) Het zegel roept jouw Jonge Wolf. Na strijd training geeft hij zijn berijder tot 5% kracht tegen monsters. +52017 Jonge Wolf (zegel) Het zegel roept jouw Jonge Wolf. Na strijd training verhoogt hij de verzameling van ervaring met 5%. +52018 Jonge Wolf (zegel) Het zegel roept jouw Jonge Wolf. Na strijd training verhoogt hij zijn berijders LP met max. 500. +52019 Jonge Wolf (zegel) Het zegel roept jouw Jonge Wolf. Na strijd training verhoogt hij zijn berijders verdediging waarde met max. 150. +52020 Jonge Wolf (zegel) Het zegel roept jouw Jonge Wolf. Na strijd training verhoogt hij zijn berijders aanval waarde met max. 100. +52021 Wilde Wolf (zegel) Het zegel roept jouw Wilde Wolf. Hij geeft zijn berijder +3% kracht tegen monsters. +52022 Wilde Wolf (zegel) Het zegel roept jouw Jonge Wilde Wolf. Hij verhoogt de verzameling van ervaring met 3%. +52023 Wilde Wolf (zegel) Het zegel roept jouw Wilde Wolf. Hij verhoogt zijn berijders LP met 250. +52024 Wilde Wolf (zegel) Het zegel roept jouw Wilde Wolf. Hij verhoogt zijn berijders verdediging waarde met 50. +52025 Wilde Wolf (zegel) Het zegel roept jouw Wilde Wolf. Hij verhoogt zijn berijders aanval waarde met 30. +52026 Dappere Wolf (zegel) Het zegel roept jouw Dappere Wolf. Hij geeft zijn berijder +5% kracht tegen monsters. +52027 Dappere Wolf (zegel) Het zegel roept jouw Dappere Wolf. Hij verhoogt de verzameling van ervaring met 5%. +52028 Dappere Wolf (zegel) Het zegel roept jouw Dappere Wolf. Hij verhoogt zijn berijders LP met 500. +52029 Dappere Wolf (zegel) Het zegel roept jouw Dappere Wolf. Hij verhoogt zijn berijders verdediging waarde met 150. +52030 Dappere Wolf (zegel) Het zegel roept jouw Dappere Wolf. Hij verhoogt zijn berijders aanval waarde met 100. +52031 Jonge Leeuw (zegel) Het zegel roept jouw Jonge Leeuw. Na strijd training geeft het zijn berijder tot 5% kracht tegen monsters. +52032 Jonge Leeuw (zegel) Het zegel roept jouw Jonge Leeuw. Na strijd training verhoogt hij de verzameling van ervaring tot 5%. +52033 Jonge Leeuw (zegel) Het zegel roept jouw Jonge Leeuw. Na strijd training verhoogt hij zijn berijders LP met max. 500. +52034 Jonge Leeuw (zegel) Het zegel roept jouw Jonge Leeuw. Na strijd training verhoogt hij zijn berijders verdediging waarde met max. 150. +52035 Jonge Leeuw (zegel) Het zegel roept jouw Jonge Leeuw. Na strijd training verhoogt hij zijn berijders aanval waarde met max. 100. +52036 Wilde Leeuw (zegel) Het zegel roept jouw Wilde Leeuw. Hij geeft zijn berijder +3% kracht tegen monsters. +52037 Wilde Leeuw (zegel) Het zegel roept jouw Wilde Leeuw. Hij verhoogt de verzameling van ervaring met 3%. +52038 Wilde Leeuw (zegel) Het zegel roept jouw Wilde Leeuw. Hij verhoogt zijn berijders LP met 250. +52039 Wilde Leeuw (zegel) Het zegel roept jouw Wilde Leeuw. Hij verhoogt zijn berijders verdediging waarde met 50. +52040 Wilde Leeuw (zegel) Het zegel roept jouw Wilde Leeuw. Hij verhoogt zijn berijders aanval waarde met 30. +52041 Dappere Leeuw (zegel) Het zegel roept jouw Dappere Leeuw. Hij geeft zijn berijder +5% kracht tegen monsters. +52042 Dappere Leeuw (zegel) Het zegel roept jouw Dappere Leeuw. Hij verhoogt de verzameling van ervaring met 5%. +52043 Dappere Leeuw (zegel) Het zegel roept jouw Dappere Leeuw. Hij verhoogt zijn berijders LP met 500. +52044 Dappere Leeuw (zegel) Het zegel roept jouw Dappere Leeuw. Hij verhoogt zijn berijders verdediging waarde met 150. +52045 Dappere Leeuw (zegel) Het zegel roept jouw Dappere Leeuw. Hij verhoogt zijn berijders aanval waarde met 100. +52046 Jonge Tijger (zegel) Het zegel roept jouw Jonge Tijger. Na strijd training geeft hij zijn berijder tot max. 5% kracht tegen monsters. +52047 Jonge Tijger (zegel) Het zegel roept jouw Jonge Tijger. Na strijd training verhoogt hij de verzameling van ervaring tot max. 5%. +52048 Jonge Tijger (zegel) Het zegel roept jouw Jonge Tijger. Na strijd training verhoogt hij zijn berijders LP tot max. 500. +52049 Jonge Tijger (zegel) Het zegel roept jouw Jonge Tijger. Na strijd training verhoogt hij zijn berijders verdediging waarde tot max. 150. +52050 Jonge Tijger (zegel) Het zegel roept jouw Jonge Tijger. Na strijd training verhoogt hij zijn berijders aanval waarde met max. 100. +52051 Wilde Tijger (zegel) Het zegel roept jouw Wilde Tijger. Hij geeft zijn berijder +3 kracht tegen monsters. +52052 Wilde Tijger (zegel) Het zegel roept jouw Wilde Tijger. Hij verhoogt de verzameling van ervaring punten met 3%. +52053 Wilde Tijger (zegel) Het zegel roept jouw Wilde Tijger. Hij verhoogt zijn berijders HP met 250. +52054 Wilde Tijger (zegel) Het zegel roept jouw Wilde Tijger. Hij verhoogt zijn berijders verdediging waarde met 50. +52055 Wilde Tijger (zegel) Het zegel roept jouw Wilde Tijger. Hij verhoogt zijn berijders aanval waarde met 30. +52056 Dappere Tijger (zegel) Het zegel roept jouw Dappere Tijger. Hij geeft zijn berijder +5% kracht tegen monsters. +52057 Dappere Tijger (zegel) Het zegel roept jouw Dappere Tijger. Hij verhoogt de verzameling van ervaring met 5%. +52058 Dappere Tijger (zegel) Het zegel roept jouw Dappere Tijger. Hij verhoogt zijn berijders LP met 500. +52059 Dappere Tijger (zegel) Het zegel roept jouw Dappere Tijger. Hij verhoogt zijn berijders verdediging waarde met 150. +52060 Dappere Tijger (zegel) Het zegel roept jouw Dappere Tijger. Hij verhoogt zijn berijders aanval waarde met 100. +52061 Jong Rendier (zegel) Dit zegel roept jouw Jonge Rendier (m) Na strijd training geeft hij zijn berijder tot 5% kracht tegen monsters. +52062 Jong Rendier (zegel) Deze zegel roept jouw Jonge Rendier (m) Na strijd training verhoogt hij de verzameling van ervaring tot max. 5%. +52063 Jong Rendier (zegel) Het zegel roept jouw Jonge Rendier (m). Na strijd training verhoogt hij zijn berijders LP met max. 500. +52064 Jong Rendier (zegel) Het zegel roept jouw Jonge Rendier (m). Na strijd training verhoogt hij zijn berijders verdediging waarde met max. 150 +52065 Jong Rendier (zegel) Het zegel roept jouw Jonge Rendier (m). Na strijd training verhoogt hij zijn berijders aanval waarde met max. 100. +52066 Wilde Rendier Zegel Dit zegel roept je wilde rendier (m). Hij geeft zijn berijder +3% kracht tegen monsters. +52067 Wilde Rendier Zegel Dit zegel roept je wilde rendier (m). Hij verhoogd het verzamelen van ervaring met 3%. +52068 Wilde Rendier (zegel) Het zegel roept jouw Wilde Rendier (m). Na verhoogt zijn berijders LP met 250. +52069 Wilde Rendier (zegel) Het zegel roept jouw Wilde Rendier (m). Hij verhoogt zijn berijders verdediging waarde met 50. +52070 Wilde Rendier (zegel) Het zegel roept jouw Wilde Rendier (m). Hij verhoogt zijn berijders aanval waarde met 30. +52071 Dappere Rendier (zegel) Dit zegel roept je dappere rendier (m). Hij geeft zijn berijder +5% kracht tegen monsters. +52072 Dappere Rendier (zegel) Dit zegel roept je dappere rendier (m). Hij verhoogd het verzamelen van ervaring met 5%. +52073 Dappere Rendier (zegel) Het zegel roept jouw Dappere Rendier (m). Hij verhoogt zijn berijders LP met 500. +52074 Dappere Rendier (zegel) Het zegel roept jouw Dappere Rendier (m). Hij verhoogt zijn berijders verdediging waarde met 150. +52075 Dappere Rendier (zegel) Het zegel roept jouw Dappere Rendier (m). Hij verhoogt zijn berijders aanval waarde met 100. +52076 Jonge Rendier (zegel) Het zegel roept jouw Jonge Rendier (v). Na strijd training geeft zij haar berijder tot 5% kracht tegen monsters. +52077 Jonge Rendier (zegel) Het zegel roept jouw Jonge Rendier (v). Na strijd training verhoogt zij de verzameling van ervaring tot max. 5%. +52078 Jonge Rendier (zegel) Het zegel roept jouw Jonge Rendier (v). Na strijd training verhoogt zij haar berijders LP met max. 500. +52079 Jonge Rendier (zegel) Het zegel roept jouw Jonge Rendier (v). Na strijd training verhoogt zij haar berijders verdediging waarde met max. 150. +52080 Jonge Rendier (zegel) Het zegel roept jouw Jonge Rendier (v). Na strijd training verhoogt hij zijn berijders aanval waarde met max. 100. +52081 Wilde Rendier (zegel) Dit zegel roept je wilde rendier (f). Ze geeft haar rijdier tot +3% tegen monsters. +52082 Wilde Rendier (zegel) Het zegel roept jouw Wilde Rendier (v). Zij verhoogt de verzameling van ervaring met 3%. +52083 Wilde Rendier (zegel) Het zegel roept jouw Wilde Rendier (v). Zij verhoogt haar berijders LP met 250. +52084 Wilde Rendier (zegel) Het zegel roept jouw Wilde Rendier (v). Zij verhoogt haar berijders verdediging waarde met 50. +52085 Wilde Rendier (zegel) Het zegel roept jouw Wilde Rendier (v). Zij verhoogt haar berijders aanval waarde met 30. +52086 Dappere Rendier (zegel) Deze zegel roept je dappere rendier (f). Ze geeft haar berijder tot +5% kracht tegen monsters. +52087 Dappere Rendier (zegel) Het zegel roept jouw Dappere Rendier (v). Zij verhoogt de verzameling ervaring met 5%. +52088 Dappere Rendier (zegel) Het zegel roept jouw Dappere Rendier (v). Zij verhoogt haar berijders LP met 500. +52089 Dappere Rendier (zegel) Het zegel roept jouw Dappere Rendier (v). Zij verhoogt haar berijders verdediging waarde met 150. +52090 Dappere Rendier (zegel) Het zegel roept jouw Dappere Rendier (v). Zij verhoogt haar berijders aanval waarde met 100. +52091 Jonge Dragor Zegel Deze zegel roept jouw jonge Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 5% kracht tegen monsters. +52092 Jonge Dragor Zegel Deze zegel roept jouw jonge Dragor op. Volgens zijn gevechtstraining, verhoogd hij het verzamelen van ervaring met wel 5%. +52093 Jonge Dragor Zegel Deze zegel roept jouw jonge Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 500LP extra. +52094 Jonge Dragor Zegel Deze zegel roept jouw jonge Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 150 extra verdediging. +52095 Jonge Dragor Zegel Deze zegel roept jouw jonge Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 100 extra aanval. +52096 Wilde Dragor Zegel Deze zegel roept jouw wilde Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 3% kracht tegen monsters. +52097 Wilde Dragor Zegel Deze zegel roept jouw wilde Dragor op. Volgens zijn gevechtstraining, verhoogd hij het verzamelen van ervaring met wel 3%. +52098 Wilde Dragor Zegel Deze zegel roept jouw wilde Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 250 LP extra. +52099 Wilde Dragor Zegel Deze zegel roept jouw Wilde Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 50 extra verdediging. +52100 Wilde Dragor Zegel Deze zegel roept jouw Wilde Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 30 extra aanval. +52101 Dappere Dragor Zegel Deze zegel roept jouw Dappere Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 5% kracht tegen monsters. +52102 Dappere Dragor Zegel Deze zegel roept jouw Dappere Dragor op. Volgens zijn gevechtstraining, verhoogd hij het verzamelen van ervaring met wel 5%. +52103 Dappere Dragor Zegel Deze zegel roept jouw Dappere Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 500LP extra. +52104 Dappere Dragor Zegel Deze zegel roept jouw Dappere Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 150 extra verdediging. +52105 Dappere Dragor Zegel Deze zegel roept jouw Dappere Dragor op. Volgens zijn gevechtstraining geeft hij zijn berijder tot wel 100 extra aanval. +52106 Jonge Moa (Zegel) Dit Zegel roept je Jonge Moa op. Na zijn gevechtstraining geeft hij zijn berijder +5% kracht tegen monsters. +52107 Jonge Moa (Zegel) Dit Zegel roept je Jonge Moa op. Na zijn gevechtstraining, verhoogd hij de verzamelde ervaring met 5%. +52108 Jonge Moa (Zegel) Dit Zegel roept je Jonge Moa op. Na zijn gevechtstraining, verhoogd hij zijn berijders LP met 500. +52109 Jonge Moa (Zegel) Dit Zegel roept je Jonge Moa op. Na zijn gevechtstraining geeft hij zijn berijder +150 verdediging. +52110 Jonge Moa (Zegel) Dit Zegel roept je Jonge Moa op. Na zijn gevechtstraining geeft hij zijn berijder +150 aanvalswaarde. +52111 Wilde Moa (Zegel) Dit Zegel roept je Wilde Moa op. Hij geeft zijn berijder +3% kracht tegen monsters. +52112 Wilde Moa (Zegel) Dit Zegel roept je Wilde Moa op. Hij verhoogt het verzamelen van ervaring met 3%. +52113 Wilde Moa (Zegel) Dit Zegel roept je Wilde Moa op. Hij geeft zijn berijder +250 LP. +52114 Wilde Moa (Zegel) Dit Zegel roept je Wilde Moa op. Hij geeft zijn berijder +50 verdediging. +52115 Wilde Moa (Zegel) Dit Zegel roept je Wilde Moa op. Hij geeft zijn berijder +30 aanvalswaarde. +52116 Dappere Moa (Zegel) Dit Zegel roept je Dappere Moa op. Hij geeft zijn berijder +5% kracht tegen monsters. +52117 Dappere Moa (Zegel) Dit Zegel roept je Dappere Moa op. Hij verhoogt het verzamelen van ervaring met 5%. +52118 Dappere Moa (Zegel) Dit Zegel roept je Dappere Moa op. Hij geeft zijn berijder +500 LP. +52119 Dappere Moa (Zegel) Dit Zegel roept je Dappere Moa op. Hij geeft zijn berijder +150 verdediging. +52120 Dappere Moa (Zegel) Dit Zegel roept je Dappere Moa op. Hij geeft zijn berijder +100 aanvalswaarde. +52701 Leeuw Certificaat Eigendom Certificaat van een Jonge Leeuw +52702 Tijger Certificaat Eigendom Certificaat van een Jonge Tijger +52703 Wild Zwijn Certificaat Eigendom Certificaat van een Jong Wild Zwijn. +52704 Wolf Certificaat Eigendom Certificaat van een Jonge Wolf +52705 Rendier Certificaat (m) Eigendom Certificaat van een Jong Rendier (m) +52706 Rendier Certificaat (v) Eigendom Certificaat van een Jong Rendier (v) +52707 Dragor Certificaat Eigenschapscertificaat voor een Jonge Dragor +52708 Moa Certificaat Dit certificaat bewijst dat jij de eigenaar bent van een Jonge Moa. +53001 +53002 Jong Rendier Zegel Je kunt dit zegel gebruiken om een leuk Jong Rendier te roepen. +53003 IJs Feniks Zegel Je kunt dit zegel gebruiken om je vriend te roepen, de IJs Feniks. +53005 Baby Azrael De mini versie van de demonleider is extreem aanhankelijk en geeft je een bonus van 1500HP en 15% aanval vanaf het 2e level van de Demonen Toren en de Duivelse Catacomben. +53006 Baby Azrael (Goud) Deze mini demon is extreem aanhankelijk en geeft je een bonus van 1500HP en 15% aanval vanaf het 2e level van de Demonen Toren en de Duivelse Catacomben. +53007 Bambi Zegel Je kan deze zegel gebruiken om jouw jonge rendier, Bambi, op te roepen. +53008 Knuud Zegel Deze zegel laat je jouw schattige ijsbeer welp oproepen. +53009 Bao Bao Zegel Deze zegel laat je jouw schattige panda welp oproepen. +53010 Leonidas Zegel Je kan deze zegel gebruiken om jouw jonge leeuwenwelp Leonidas op te roepen. +53011 Khan Zegel Je kan deze zegel gebruiken om jouw tijgerwelp Khan op te roepen. +53012 Porky Zegel Je kan deze zegel gebruiken om jouw jonge zwijn Porky op te roepen. +53013 Rufus Zegel Je kan deze zegel gebruiken om jouw wolvenwelp Rufus op te roepen. +53014 Mini-Beul Zegel Deze zegel roept je mollige Mini-Beul in zwart pantser op. +53015 Mini-Beul Zegel (Goud) Deze zegel roept je mollige Mini-Beul in gouden pantser op. +53016 Botje Zegel Deze zegel roept Botje op. +53017 Jade Fenikszegel Deze zegel roept de elegante Jade Feniks op. +53018 Sneeuw Leonidas (Zegel) Je kan deze zegel gebruiken om je dier op te roepen. +53019 Arctische Khan (Zegel) Je kan deze zegel gebruiken om je dier op te roepen. +53020 Pool Porkie (Zegel) Je kan deze zegel gebruiken om je dier op te roepen. +53021 Vorst Rufus (Zegel) Je kan deze zegel gebruiken om je dier op te roepen. +53022 Sheldon Zegel Dit zegel laat je dier Sheldon uit zijn ei komen. +53023 Cooper Zegel Door dit zegel hupt Cooper naar je toe. +53024 Panter Welpje (7 dagen) Dit zegel roept jouw Zwart Panter Welpje op. +53025 Luipaard Welp (7 dagen) Dit zegel roept jouw schattig Luipaard welpje op. +53026 +53218 Panter Welpje (30 dagen) Dit zegel roept jouw Zwart Panter Welpje op. +53219 Panter Welpje (120 d) Dit zegel roept jouw Zwart Panter Welpje op. +53220 Luipaard Welp (30 dagen) Dit zegel roept jouw schattig Luipaard welpje op. +53221 Luipaard Welp (120 d) Dit zegel roept jouw schattig Luipaard welpje op. +53222 Pompoenhoofd Zegel Je kan dit zegel gebruiken om je Pompoenhoofd op te roepen. +53223 Kleine Bezem Zegel Je kan dit zegel gebruiken om je Kleine Bezem op te roepen. +53224 Sneeuwvlokje Zegel Je kunt dit zegel gebruiken om Sneeuwvlokje de schattige, kleine sneeuwman op te roepen. +53225 Sneeuwklokje Zegel Je kunt dit zegel gebruiken om Sneeuwklokje de feestelijke, kleine sneeuwman op te roepen. +53226 Amor (Zegel) Je kunt dit zegel gebruiken om je persoonlijke matchmaker op te roepen. Hij geeft je 5% extra kans op perforerende slagen en verhoogt je LP met 1500. +53227 Woedend Hart (Zegel) Je kunt dit zegel gebruiken om het Woedede Hart op te roepen. Het geeft je 5% meer kans op perforerende slagen en verhoogt je LP met 1500. +53228 Halve Maan (Zegel) Je kunt dit zegel gebruiken om je Blauwe Halve Maan op te roepen. +53229 Halve Maan (Zegel) Je kunt dit zegel gebruiken om je Rode Halve Maan op te roepen. +53232 Baby Huashin De miniatuurversie van Generaal Huashin geeft je een 5% hogere kans op een perforerende slag en verhoogt LP met 1500. +53501 +53502 Jong Rendier Kist Het Jonge Rendier wacht ongeduldig om door jou uit deze kist te worden gehaald. +53503 IJs Feniks Kooi De IJs Feniks wacht in deze kooi op jou om er uit te halen. +53504 +53505 Baby Azrael Kist Baby Azrael, de miniatuurversie van de demonenkoning, wacht op verlossing uit deze kist. +53506 Baby Azrael Kist (Goud) Baby Azrael (Goud), de miniatuurversie van de demonenkoning, wacht op verlossing uit deze kist. +53507 Bambi Kist Het jonge rendier Bambi staat te trappelen om uit deze kist te komen. +53508 Knuud Kist De schattige ijsbeer Knuud zit te wachten om vrijgelaten te worden uit deze kist. +53509 Bao Bao Kist De schattige pandawelp Bao Bao zit te wachten totdat jij hem bevrijd uit deze kist. +53510 Leonidas Kist De leeuwenwelp Leonidas staat te springen om uit deze kist te komen. +53511 Khan Kist De tijgerwelp Khan staat te springen om uit deze kist te komen. +53512 Porky Kist Het jonge zwijn Porky wacht totdat jij hem vrijlaat uit zijn kist. +53513 Rufus Kist De wolvenpup Rufus wacht om vrijgelaten te worden uit deze kist. +53514 Mini-Beul Zegel De mollige Mini-Beul in zwart pantser wacht op vrijlating uit deze kist. +53515 Mini-Beul Kist (Goud) De mollige Mini-Beul in goud pantser wacht op vrijlating uit deze kist. +53516 Botten Kist Bevat een willekeurig voorwerp. Met een beetje geluk vind je de de skelet hond, Botje. +53517 Jade Kooi De zeldzame Jade Feniks wacht in deze kooi tot jij hem bevrijd. +53518 Sneeuw Leonidas Deze kist bevat het Sneeuw Leonidas zegel. +53519 Arctische Khan Deze kist bevat het Arctische Khan zegel. +53520 Pool Porkie Deze kist bevat het Pool Porkie zegel. +53521 Vorst Rufus Deze kist bevat het Vorst Rufus zegel. +53522 Sheldons Nest Je dier Sheldon heeft zichzelf verborgen in dit nest. +53523 Konijnenkooi Het kleine konijntje Cooper verstopt zich in zijn kooi. +53526 +53527 Pompoenhoofd Kooi Open deze kooi om je Pompoenhoofd Zegel te ontvangen. +53528 Bezemkast Open dit om de kleine bezemsteel zegel te ontvangen. +53529 Sneeuwvlokje's Vrieskist Sneeuwvlokje, jouw kleine, trouwe compagnon wacht op je in deze kist. Terwijl hij liever bibbert van de vorst, doet hij je hart smelten. +53530 Sneeuwklokje's Vrieskist Sneeuwklokje, jouw kleine, trouwe compagnon wacht op je in deze kist. Bevrijd hem uit zijn kille verblijf en baad in het licht van zijn zonnige temperament. +53531 Amor Kist Open de kist en Amor, de kleine God van de Liefde, vliegt je te hulp. +53532 Woedend Hart Kist Open de kist en bevrijd dit hart. Maar wees voorzichtig! Je laat onvoorstelbare krachten los met deze woedende compagnon. +53533 Halve Maan Kist De Blauwe Halve Maan wacht ongeduldig om vrij gelaten te worden uit deze kist. +53534 Halve Maan Kist De Rode Halve Maan wacht ongeduldig om vrij gelaten te worden uit deze kist. +53535 Baby Huashin Kist De miniatuurversie van Generaal Huashin wacht in deze kist ongeduldig op zijn vrijlating. +54041 +54042 +54043 Leerling Kist 1 Jouw welkomstcadeau bevat een basis uitrustingset voor de optimale start van je avontuur. +60001 Gal Een slijmerige lichaamssap dat gewonnen wordt uit de lever. +60002 Brief van Opslagwachter Het geschrift draagt het energieke handschrift van de opslagwachter. +60003 Helden Symbool Een voorwerp dat niet lichtzinnig wordt weggegeven. +70002 Derde Hand Een hand die automatisch Yang ophaalt +70003 Leider Boek Zolang de Leider van een groep uitgerust is met dit Boek, verzamelen alle groepsleden 30% meer Ervaringspunten. +70004 Medaille van Vlijt Een beloning voor je harde werk. Het geeft je 20% meer ervaringspunten tijdens gevechten. +70005 Ervaring ring Je verzamelt 50% meer ERvaringspunten tijdens een Gevecht. +70006 Talen Ring Een ring gesmeed voor diplomatie tijdens een lang verloren tijdperk. Gebruik het om met mensen uit andere Koninkrijken te praten. +70008 Witte Vlag Een witte vlag, die overgave symboliseert. +70009 Schat Kist Een kist dat gedecoreerd is met veel ornamenten. Kan alleen geopend worden met een speciale sleutel. +70010 Opslag Lot Een document die opslag ruimtes organiseert. +70012 Godinnen Traan Er gaat een verhaal, dat oude vrouwelijke Sjamanen de zielen van de helden van Taehwas, die tegen het Kwaad hebben gevochten, hebben getroost. +70013 Reuze Godinnen Traan De traan van een langvergeten danser, Tae-Hwa troost de ziel van een krijger. +70014 Bloed Pil een pil gemaakt van hertenbloed. Het heeft een zwaar hallucinerend effect. +70015 Goedkope Borstel Een alledaags, robuuste borstel met een stevige houten handvat. +70020 Perzik Bloem Wijn Drankje dat je LP onmiddellijk met 500 punten herstelt. +70024 Gezegend Bol Een bol uit de legendes, die een vijfde attribuut toevoegt. +70027 Smids Notitie Een notitie van de Smid die je vertelt hoe je je wapens kan verrijken. +70031 Vechtkunst Pamflet Deze pamflet geeft je een overzicht van onder andere de potentieel en zwakheden van de menselijke anatomie. +70035 Magische Koper Erts Erts die nodig is om het Oorlog Geschrift te maken - Tezamen met een Zegening bij de Smid. +70037 Vergeetachtigheid Boek Legendarische boek dat de herinnering van een geleerde Vaardigheid compleet wegvaagt. Je kunt 1 Vaardigheidpunt verplaatsen. +70038 Moedigheidsmantel Oude krijgers laten hun moed zien door een kleurrijke mantel te dragen, waarmee ze alle monsters lokken. +70039 Smids Handboek Dit boek bevat de ziel van een oude Smid, het vergroot de kans om een Voorwerp succesvol te verbeteren. +70040 Ork Koppigheid Halveert de uithoudingsvermogen consumptie. +70043 Dieven Handschoen Verdubbelt de kans om Voorwerpen buit te maken. +70047 Talen Ring (proef) In vroegere tijden werd deze ring gemaakt voor een groep diplomaten. Het staat de gebruiker toe om de talen van andere koninkrijken te spreken. +70048 Ontsnappers Mantel Een mantel van onschatbare waarde gebruikt door vele weglopers. Wanneer het gebruikt wordt, verhult het je aanpassingen. +70049 Lucy's Ring Op de ring staat geschreven; Gezegend met de Draken God zijt gij. +70050 Wijze Keizer Symbool Een gerfde symbool van de oude aristicratische familie, geeft de beheerder grote kracht. +70051 Wijze Keizer Handschoen Een gerfde symbool van de oude aristicratische familie, geeft de beheerder grote kracht. +70052 Talisman Karma1 Een Talisman die gebruikt wordt door Buddhisten tegen ongeluk. +70053 Talisman Karma2 Een Talisman die gebruikt wordt door Buddhisten tegen ongeluk. +70054 Talisman Karma3 Een Talisman die gebruikt wordt door Buddhisten tegen ongeluk. +70056 Grannaatappel Sap+ Een brouwsel dat onmiddellijk je LP regenereert met 1000 punten. +70057 Moedigheidsmantel Een kleurrijke mantel waarmee krijgers hun moed bewijzen, het trekt de aandacht van verschillende monsters. Dit item is verhandelbaar. +70058 Teleportatie Ring Deze ring teleporteerd 50 keer je naar een gewenste lokatie binnen je koninkrijk. Niet verhandelbaar. +70063 Transformeer Kostuum Verwijdert de bonussen van n van je kostuums en vervangt ze met nieuwe. Met een beetje geluk verandert zelfs het aantal bonussen (tot max. 3). +70064 Betover Kostuum Verwijdert de bonussen van n van je kostuums en vervangt ze met nieuwe. +70065 Kostuumbonus Overdracht Zet de bonussen van het ene kostuum over naar het andere. De overdracht vernietigt n van de kostuums. +70102 Zen Boon Vermindert Slechte Aanpassing | Verhoogt Goede Aanpassing +70104 Metamorfose Bol Transformeer in een Monster met deze bol. +70105 Metamorfose Bol Transformeer in een Monster met deze bol. +70106 Metamorfose Bol Transformeer in een Monster met deze bol. +70107 Metamorfose Bol Transformeer in een Monster met deze bol. +70201 Bleek Verandert je haarkleur terug naar de oorspronkelijke kleur. Gebleekt haar kan weer geverfd worden. +70202 Witte Haarverf Kleurt het haar wit. | Je kunt maar eens per 3 levels verven. +70203 Blonde Haarverf Kleurt het haar blond. | Je kunt maar eens per 3 levels verven. +70204 Rode Haarverf Kleurt het haar rood. | Je kunt maar eens per 3 levels verven. +70205 Bruine Haarverf Kleurt het haar bruin. | Je kunt maar eens per 3 levels verven. +70206 Zwarte Haarverf Kleurt het haar zwart. | Je kunt maar eens per 3 levels verven. +70301 Verlovingsring Een ring gedragen door stelletjes. +70302 Trouw Ring De ring wordt gedragen door getrouwede stelletjes. +71001 Exorcisme Geschrift Zal de vloek van de slechte geest opheffen, wanneer leren niet succesvol is. (Kan niet verkocht worden) +71002 Status Herstel Doc. Herverdeelt de status punten. +71003 Vaardigh. Herstel Doc. Herverdeelt de Vaardigheids Punten. +71004 Draken Medaille Beschermt je tegen ervaringspunten verlies bij je volgende dood. +71005 Talen Ring Je kunt alle Talen van het Keizerrijk verstaan voor 7 dagen (Kan niet verkocht worden) +71006 Talen Ring Je kunt alle Talen van het Keizerrijk verstaan voor 15 dagen (Kan niet verkocht worden) +71007 Talen Ring Je kunt alle Talen van het Keizerrijk verstaan voor 30 dagen. +71008 Visserij Boek Een boek die de kans verdubbelt om een zeldzame vis te vangen. +71009 Opslag Kist Je Opslag wordt verhoogd met 2 extra opslag ruimten. +71010 Derde Hand Een hand die automatisch Yang ophaalt +71011 Emotie Masker Je kan met dit masker je gevoelens de vrije loop laten. +71012 Leider Boek Zolang de leider van de groep dit boek draagt, zullen alle leden 30% meer Ervaring krijgen. Maximum duratie: 3 uur. (Kan niet verkocht worden) +71013 Vuurwerk Een raket dat de lucht verlicht voor alle spelers. (Kan niet verkocht worden) +71014 Drank van de Aanval+10 Vergroot je Aanvalssnelheid met 10% voor 30 minuten. +71015 Ervaringsring Je ontvangt 50% meer Ervarings Punten tijdens het vechten +71016 Dievenhandschoen Verdubbelt de kans om voorwerpen buit te maken voor 30 minuten. +71017 Geluks Medaille Vergroot de kans om Yang buit te maken met 50% gedurende 30 minuten. (Kan niet verkocht worden) +71018 Zegening des Levens Een zegening die je LP onmiddelijk met 100% herstelt. +71019 Zegening der Magie Zegening die je TP onmiddelijk met 100% herstelt. +71020 Zegening der Draken Zegening die je LP en TP onmiddelijk met 100% herstelt. +71021 Oorlog Geschrift Verrijking van Voorwerpen zal lukken (100%). Werkt alleen op Voorwerpen +0 tot +3 +71022 Intelligentie Terugkeer Verandert je Intelligentie punten tot het basis niveau, zodat je ze opnieuw kunt indelen. +71023 Vitaliteit Terugkeer Verandert je Vitaliteit Punten terug naar basis niveau, zodat je ze opnieuw kunt indelen. +71024 Kracht Terugkeer Verandert je Kracht Punten terug naar basis niveau, zodat je ze opnieuw kunt indelen. +71025 Smid Steen Bij de smid kun je een smid handboek maken met de hulp van deze steen en een zegenings geschrift. +71026 Magisch Ijzeren Erts Erts die nodig is om een Draken Geschrift te maken - tezamen met Zegenings Geschrift bij de Smid. +71027 Draken God Leven Verhoogt je maximum LP met 20% voor 30 minuten. +71028 Draken God Aanval Verhoogt de schade die je doet tijdens een gevecht met 12-15% voor 30 minuten. +71029 Draken God Intelligentie Verhoogt je maximum TP met 20% voor 30 minuten. +71030 Draken God Verdediging Verlaagt de schade die je krijgt tijdens een gevecht met 12-15% voor 30 minuten. +71031 Draken God Steun De vitaliteit, kracht, intelligentie en behendigheid van je karakter wordt tijdelijk vervijfvoudigd. +71032 Draken Geschrift Verwijdert de kans dat een Voorwerp wordt vernietigd als de verrijking mislukt. De kwaliteit wordt echter verlaagd met 1. Ook wordt de kans op succesvolle verrijking met 10% verhoogd +71033 Emotie Masker Je kan met dit masker je gevoelens de vrije loop laten. +71034 Drank der Aanval+15 Verhoogt je Aanvalssnelheid met 15% voor 30 minuten. +71035 Onderzoekers Elixer Verbetert de kwaliteit van de onderzoeksobjecten die je hebt verzameld, en verhoogt de kans dat zij zullen worden geaccepteerd. +71036 Ork Oproep Geschrift Zal een Ork leider oproepen, vlakbij je karakter. Pas op! Het is een Monster Baas! +71037 Esot. Leiders Geschrift Zal een Donkere Leider oproepen vlakbij je karakter. Pas op! Het is een Monster Baas! +71038 Spinnenkoningin Geschr. Zal een Spinnenkoningin oproepen vlakbij je karakter. Pas op! Het is een Monster Baas! +71039 Schilpadden Geschrift Zal een Reuze Schildpad oproepen vlakbij je karakter. Pas op! Het is een Monster Baas! +71040 Vlammende Koning Geschr. Zal een Vlammende Koning oproepen vlakbij je karakter. Pas op! Het is een Monster Baas! +71041 Negenstaarten Geschrift Zal een Negenstaarten oproepen vlakbij je karakter. Pas op! Het is een Monster Baas! +71042 Geschrift - Demon Koning Zal een Trotse Demon Koning oproepen vlakbij je karakter. Pas op! Het is een Monster Baas! +71043 Gesch. - G. Tijger Spook Zal een Gele Tijger Spook oproepen vlakbij je karakter. Pas op! Het is een Monster Baas! +71044 Kritieke Slag Vergroot de kans om een kritieke slag uit te delen tijdens een gevecht met 20% gedurende 10 minuten. +71045 Perforerende Slag Vergroot de kans om een perforerende slag uit te delen met 20% voor 10 minuten. +71047 Kleur van de Geest Steen Verwijdert een zielensteen van een van je voorwerpen. +71048 Aanpassing Talisman Dit Talisman kan worden gebruikt om het geslacht van je karakter te veranderen. +71049 Zijden bundel Met deze bundel kun je gratis een priv winkel openen voor 10 dagen. +71050 Drank der Snelheid Vergroot je loopsnelheid met 60 gedurende 30 minuten. +71051 Betover Voorwerp Voegt een speciale nieuwe bonus toe aan een van je items, als die geen andere bonus heeft. +71052 Zegen Voorwerp Verwijdert de speciale bonus op een van je voorwerpen en voegt een nieuwe toe. +71054 Kleur der Keizerrijken Een karakter kan in verbanning gaan naar een andere keizerrijk, dit betekent keizerrijk veranderen. +71055 Kleur van de Naam Verandert de naam van de karakter. +71056 Kleur van de Hemel Verhoogt de kans om succesvol een Zielensteen te verbeteren. +71057 Steen der Fossiele Hout Maakt een Fossiele Houten Ader vlakbij je karakter. +71058 Steen der Koperader Maakt een Koper Ader vlakbij je karakter. +71059 Steen der Zilverader Maakt een Zilver Ader vlakbij je karakter. +71060 Steen der Goudader Maakt een Goud Ader vlakbij je karakter. +71061 Steen der Jade-ader Maakt een Jade Ader vlakbij je karakter. +71062 Steen der Ebbenh.ader Maakt een Ebbenhouten Ader vlakbij je karakter. +71063 Steen der Oesterbedden Maakt een Oesterbed vlakbij je karakter. +71064 Steen der Witgoudader Maakt een Witgoud Ader vlakbij je karakter. +71065 Steen der Kristalader Maakt een Kristal Ader vlakbij je karakter. +71066 Steen der Amethistader Maakt een Amethist Ader vlakbij je karakter. +71067 St. der Hem. Traanader Maakt een Hemelse Traan Ader vlakbij je karakter. +71068 Veer der Geliefden Als je uitgerust bent met deze veer zullen je liefdes punten zullen twee keer zo snel stijgen. +71069 Oorbellen der Harmonie Verhoogt de kans op een perforerende slag voor beide gehuwden met een maximum van 8% voor 3 uur wanneer n van hun het draagt. Het effect van het item hangt af van het percentage liefdespunten. Als een echtpaar bij voorbeeld 50% liefdespunten heeft wordt het maximale effect gereduceerd tot de helft. +71070 Liefdes Armband Vergroot de toename in Ervarings Punten met een maximum van 20% voor 3 uur voor beide spelers, als het gedragen wordt door een van hen. Het effect van het item wordt bepaald door het percentage van de liefdespunten. Als een echtpaar bijvoorbeeld 50% liefdespunten heeft, dan wordt het maximale effect gereduceerd met de helft. +71071 Oorbellen der Liefde Verhoogt de kans op een kritieke slag met 8% voor 3 uur voor beide gehuwden, wanneer n van hen dat draagt. Het effect van het item wordt bepaald door het percentage van de liefdespunten. Als een echtpaar bijvoorbeeld 50% liefdespunten heeft, dan wordt het maximale effect gereduceerd met de helft. +71072 Harmonie Armband Verkleint de aanvalskracht van monsters met maximaal 15% voor 3 uur, tegen wie getrouwde mensen vechten, als het gedragen wordt door een van hen. Het effect van het item wordt bepaald door het percentage van de liefdespunten. Als een echtpaar bijvoorbeeld 50% liefdespunten heeft, dan wordt het maximale effect gereduceerd met de helft. +71073 Ketting der Liefde Vergroot de aanvalskracht met een maximum van 40 voor 3 uur voor beide spelers, als het gedragen wordt door de partner. Het effect van het item wordt bepaald door het percentage van de liefdespunten. Als een echtpaar bijvoorbeeld 50% liefdespunten heeft, dan wordt het maximale effect gereduceerd met de helft. +71074 Ketting der Harmonie Vergroot de Verdediging voor beide spelers met een maximum van 30 voor 3 uur, als het gedragen wordt door een van hen. Het effect van het item wordt bepaald door het percentage van de liefdespunten. Als een echtpaar bijvoorbeeld 50% liefdespunten heeft, dan wordt het maximale effect gereduceerd met de helft. +71075 Haarverf (Wit) Verft haren wit. +71076 Haarverf (Blond) Verft haren blond. +71077 Haarverf (Rood) Verft haren rood. +71078 Haarverf (Bruin) Verft haren bruin. +71079 Haarverf (Zwart) Verft haren zwart. +71080 Metinsteen(L) Een lichte metinsteen zal vlakbij je karakter vallen. +71081 Metinsteen(N) Een normale metinsteen zal vlakbij je karakter vallen. +71082 Metinsteen(Z) Een zware metinsteen zal vlakbij je karakter vallen. +71083 Steen Ambacht Boek Verwijdert de gebroken steen in een sokkel om een lege sokkel te maken. +71084 Betover Voorwerp Verwijdert de bonussen van een van je voorwerpen en voegt nieuwe toe. +71085 Versterk Voorwerp Als je geluk hebt, geeft het n van je voorwerpen een bonus. (tot max. 4 bonussen) +71088 Missie boek(licht) Een boek gebonden in bruin leer die een missie bevat die zelfs nieuwelingen aankunnen. +71089 Missie boek(normaal) Een boek gebonden in bruin leer die een missie bevat die alleen mensen die ervaren zijn met vechten kunnen aanvaarden. +71090 Missie boek(zwaar) Een boek gebonden in bruin leer die een missie bevat die alleen aanvaard kan worden door zeer ervaren krijgers. +71091 Kleur van Handel Je mag een andere kleur voor je winkel bordje kiezen. +71092 Metamorfose Boek Het succesvol bestuderen van dit boek verhoogt je transformatie vaardigheden. Het verdwijnt na het lezen. +71093 Metamorfose Bol Je kunt vanuit een bol in een Monster veranderen. +71094 Geconcentreerd Lezen Verhoogt de kans om je talent te verbeteren wanneer je het volgende boek leest (of zielsteen) met 2,5 keer. +71095 Vrijbiljet Als je dit Vrijbiljet aan de wachter geeft, mag je een nieuwe etage van de Spinnenkerker of het Rode Draken Fort betreden. +71096 Poort Medaille Deze Medaille geeft je toestemming om een poort te passeren. +71099 Ring van Opvolging Staat de leider van een Gilde toe om een opvolger te plaatsen. +71100 Leer Wissel Geschrift Vergeet je leer en kies een nieuwe. Je moet tenminste level 31 zijn om dit te doen. +71101 Brouwsel van Haast Dit brouwsel verhoogt je cooldown bonus met 20 procent voor 30 minuten. +71102 +71103 Herverdeling (VIT) Zet je vitaliteit weer terug op 1 en staat je toe om je punten te herverdelen. +71104 Herverdeling (IN) Zet je intelligentie terug op 1 zodat je je punten kunt herverdelen. +71105 Herverdeling (KRA) Zet je kracht terug op 1 en staat je toe om je punten te herverdelen. +71106 Herverdeling (BEH) Zet je behendigheid terug naar 1 en stelt je in staat om je punten te herverdelen. +71107 Vrucht des Levens Verhoogt rank punten met 2000 (cooldown tijd 8 uur). +71108 Granaatappel Sap Een brouwsel dat onmiddellijk je LP regenereert met 800 punten. Dit item is verhandelbaar. +71109 Geschrift van Correctie. Je kunt een recentelijke toegevoegde Zielensteen van een voorwerp verwijderen met dit geschrift. +71110 Paardensuiker Dit stukje suiker maakt het mogelijk om je paard een naam te geven. Het verhoogt ook de verdedigingswaarde met 20. +71113 Glas der Inzicht Stelt je in staat om een ander speler voorwerpen in je inventaris te laten zien. Het glas breekt tijdens het proces. +71114 Wild Zwijn Zegel (geel) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711151 Wild Zwijn Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711152 Wild Zwijn Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711153 Wild Zwijn Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711154 Wild Zwijn Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +71115 Wild Zwijn Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +71116 Wolf Zegel (geel) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711171 Wolf Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711172 Wolf Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711173 Wolf Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711174 Wolf Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +71117 Wolf Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +71118 Tijger Zegel (geel) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711191 Tijger Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711192 Tijger Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711193 Tijger Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711194 Tijger Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +71119 Tijger Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +71120 Leeuw Zegel (geel) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711211 Leeuw Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711212 Leeuw Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711213 Leeuw Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +711214 Leeuw Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +71121 Leeuw Zegel (blauw) De magie van de zegel roept een machtige dierengeest op die je snel naar de plek kan voeren die je wilt. +71122 +71123 Draken Schubben Draken Schubben zijn een van de hardste materialen die men kent. +71124 Witte Leeuw Dieren met een witte vacht zijn erg zeldzaam en veel culturen aanbidden ze omdat ze geloven dat ze opmerkelijke krachten met zich mee dragen. +71125 Wilde Strijd Zwijn Zegel Het temmen van kwade geesten vraagt veel magische vaardigheden. Hoe dan ook, het resultaat is erg indrukwekkend. +71126 Vecht Wolf Zegel Het temmen van kwade dieren geesten vraagt veel magische vaardigheden, Hoe dan ook, het resultaat is erg indrukwekkend. +71127 Storm Tijger Zegel Het temmen van kwade dieren geesten vraagt veel magische vaardigheden. Hoe dan ook, het resultaat is erg indrukwekkend. +71128 Strijd Leeuw Zegel Het temmen van kwade dieren geesten vraagt veel magische vaardigheden. Hoe dan ook, het resultaat is erg indrukwekkend. +71129 Drakenklauw Het zien van deze angstaanjagende klauw brengt herinneringen boven... +71130 Vrijbiljet Als je dit Vrijbiljet aan de wachter geeft, mag je een nieuwe etage van de Spinnenkerker of het Rode Draken Fort betreden. Dit voorwerp is verhandelbaar. +71131 Zwart Paard Zegel Zegel voor een nobel zwart paard. +71132 Zwart Paard Zegel Zegel voor een nobel zwart paard. +71133 Zwart Paard Zegel Zegel voor een nobel zwart paard. +71134 Zwart Paard Zegel Zegel voor een nobel zwart paard. +71135 Halve Maan Ring Een ring met een artistieke gravering in de stijl van een halve maan. +71136 Lolly de Machtige Een lolly gemaakt van geheime ingredinten die je ervaring en kracht schenkt voor de strijd. +71137 Kon.Tijger Zegel (blauw) De magie van het zegel roept je rijdier, de majestueuze Koninklijke Tijger (blauw). +71138 Kon. Tijger Zegel (rood) De magie van het zegel roept jouw rijdier, de majestueuze Koninklijke Tijger (rood). +71139 Kon. Tijger Zegel (goud) De magie van het zegel roept jouw rijdier, de majestueuze Koninklijke Tijger (goud). +71140 Kon.Tijger Zegel (groen) De magie van het zegel roept jouw rijdier, de majestueuze Koninklijke Tijger (groen). +71141 Kon.Tijger Zegel (grijs) De magie van het zegel roept jouw rijdier, de majestueuze Koninklijke Tijger (grijs). +71142 Kon. Tijger Zegel (wit) De magie van het zegel roept jouw rijdier, de majestueuze Koninklijke Tijger (wit) +71143 Ring van Vreugde Een ring met kostbare decoratie gemaakt van Jade en hemelse steen en heeft de volgende bonussen: +50% ervaringspunten +20% aanval snelheid +20% spreuk snelheid +30% kracht tegen monsters +10% maximum LP +10% maximum TP +71144 Kerstmis Kist Een liefdevol verpakt Kerstcadeau die een feestelijke surprise bevat. +71145 Amulet der Eeuwig Liefde Een zillveren hart-vormige amulet, gedecoreerd met magische edelstenen. +71146 Cupido's Kist (roze) Hartvormige kist met daarin 5 verrassingen. Kan iedere 30 min. geopend worden. +71147 Cupido's Kist (blauw) Hartvormige kist met daarin 5 verrassingen. Kan iedere 30 min. geopend worden. +71148 Ring van Wilskracht Geeft je +30% ERV, +20% verdediging kans tegen Krijgers, +20% verdediging kans tegen Ninja's, + 20% verdediging kans tegen Lycanen, +30% kracht tegen monsters, +10% maximum LP en +10% maximum TP voor 7 dagen. +71149 Ring v. Dodelijke Kracht Geeft je +30% ERV, +20% verdediging kans tegen Sura's, +20% verdediging kans tegen Sjamanen, + 20% verdediging kans tegen Lycanen, +30% kracht tegen monsters, +10% maximum LP en +10% maximum TP voor 7 dagen. +71150 Magisch Ei De kunstzinnig gedecoreerde ovale kist bevat meer dan alleen een Paas surprise, het onthuld zijn schatten beetje bij beetje. +71151 Groene Magie Verwijderd de bonussen van een van je voorwerpen en voegt nieuwe er aan toe. Kan alleen gebruikt worden op wapens en pantser tot level 40. Voorwerp uit level kist, niet verhandelbaar. +71152 Groene Kracht Met een beetje geluk zal dit voorwerp een nieuwe bonus toevoegen aan een van je items (max. 4 bonussen). Kan alleen gebruikt worden op voorwerpen tot level 40. Voorwerp uit level kist, niet verhandelbaar. +71153 Drankje der Wijsheid Dit drankje geeft je de mogelijkheid om 100% meer ervaring op te doen in 1 uur speeltijd. Niet verhandelbaar. +71154 Drank der Stijging (3u) Dit drankje maakt het mogelijk om 80% meer ervaring op te doen in drie uur speeltijd. Niet verhandelbaar. +71155 Drankje der Wijsheid /3u Dit drankje geeft je de mogelijkheid om 100% meer ervaring op te doen in 3 uur speeltijd. Niet verhandelbaar. +71156 Drank der Geest (3u) Dit drankje maakt het mogelijk om 150% meer ervaring op te doen in drie uur speeltijd. Niet verhandelbaar. +71157 +71158 Helden Medaille Geeft +50% ERV, +30% schade, +20% aanval snelheid, +20% spreuk snelheid, +10% LP en +10% TP. +71159 Milon's Kist Een kist voor echte helden. Bevat een willekeurig item als betaling voor je triomf. +71160 Athena's Kist Een kist voor echte heldinnen. Bevat een willekeurig item als betaling voor je triomf. +71161 Equus Porphyreus Zegel voor een van de prachtige en extreem zeldzame paarse paarden. +71164 Comet Zegel Je kan deze zegel gebruiken om jouw rendier Comet op te roepen. +71166 Bepantserde Panda Zegel Deze zegel laat je jouw Gepantserde Panda oproepen. +71171 Eenhoorn Zegel Deze zegel roept jouw Eenhoorn op. +71172 Nachtmerrie Zegel Dit zegel roept je Nachtmerrie op. +71173 Teleporteer Geschrift Dit Geschrift brengt je direct naar de poort van het Rode Drakenfort. +71174 Vrijbiljet Je mag jet Rode Drakenfort betreden wanneer je dit Vrijbiljet laat zien aan de Wachter. +71175 Vrijbiljet Je mag jet Rode Drakenfort betreden wanneer je dit Vrijbiljet laat zien aan de Wachter. +71176 Zwarte Panter Dit zegel roept jouw mysterieuze Zwarte Panter op. +71177 Luipaard Zegel Dit zegel roept jouw nobele Luipaard op. +71178 Maan Encyclopedie (K) Pakket met 10 willekeurig geselecteerde vaardigsheidsboeken voor Lycanen. +71179 Maan Encyclopedie (G) Pakket met 25 willekeurig geselecteerde vaardigsheidsboeken voor Lycanen. +71180 Drank der Stijging (3u) Dit drankje maakt het mogelijk om 80% meer ervaring op te doen in drie uur speeltijd. Niet verhandelbaar. +71181 Drankje der Wijsheid /3u Dit drankje geeft je de mogelijkheid om 100% meer ervaring op te doen in 3 uur speeltijd. Niet verhandelbaar. +71182 Muffin Zegel (Bruin) Je kunt dit zegel gebruiken om Muffin op te roepen, de gevreesde gevechtskip. +71183 Nugget Zegel (Bruin) Je kunt dit item gebruiken om Nugget op te roepen, de kolossale gevechtshaan. +71184 Muffin Zegel (Blauw) Je kunt dit zegel gebruiken om Muffin op te roepen, de gevreesde gevechtskip. +71185 Nugget Zegel (Blauw) Je kunt dit item gebruiken om Nugget op te roepen, de kolossale gevechtshaan. +71186 Muffin Zegel (Groen) Je kunt dit zegel gebruiken om Muffin op te roepen, de gevreesde gevechtskip. +71187 Nugget Zegel (Groen) Je kunt dit item gebruiken om Nugget op te roepen, de kolossale gevechtshaan. +71188 Lolly de Magische Een lolly gemaakt van geheime ingredinten die je ervaring en kracht schenkt voor de strijd. +72001 Ervarings Ring Verhoogt ontvangen ervaring met 50% voor 1 uur. +72002 Ervarings Ring Verhoogt de verzamelde ervaring met 50% voor 30 minuten. +72003 Ervarings Ring Verhoogt verzamelde ervaring met 50% voor 3 uur. +72004 Dieven Handschoen Verdubbeld je kans om voorwerpen buit te maken voor 10 uur. +72005 Dieven Handschoen Verdubbeld je kans om voorwerpen buit te maken voor 30 dagen. +72006 Dieven Handschoen Verdubbeld je kans om voorwerpen buit te maken voor 3 uur. +72007 Zijden bundel Je kan een priv winkel voor 10 uur openen. +72008 Zijden bundel Je kunt een priv winkel openen voor 30 minuten +72009 Zijden bundel Je kunt een priv winkel openen voor 3 uur. +72010 Liefdesvogel Veer Wanneer je uitgerust ben met deze veer, zal je Liefdes Punten twee keer zo snel stijgen gedurende15 minuten. +72011 Liefdesvogel Veer Wanneer je uitgerust ben met deze veer, zal je Liefdes Punten twee keer zo snel stijgen gedurende 30 minuten. +72012 Liefdesvogel Veer Wanneer je uitgerust ben met deze veer, zal je Liefdes Punten twee keer zo snel stijgen gedurende 3 uur. +72013 Visserij Boek De kans om een zeldzame vis te vangen wordt verdubbeld gedurende 15 minuten. +72014 Visserij Boek De kans om een zeldzame vis te vangen wordt verdubbeld gedurende 30 minuten. +72015 Visserij Boek De kans om een zeldzame vis te vangen wordt verdubbeld gedurende 3 uur. +72016 Derde Hand Hand die gevallen geld automatisch opraapt gedurende 15 minuten. +72017 Derde Hand Hand die gevallen geld automatisch opraapt gedurende 30 minuten. +72018 Derde Hand Hand die gevallen geld automatisch opraapt gedurende 3 uur. +72019 Opslag Kist Je opslag krijgt 2 opslag ruimtes gedurende 15 minuten. +72020 Opslag Kist Je opslag krijgt 2 opslag ruimtes gedurende 30 minuten. +72021 Opslag Kist Je opslag krijgt 2 opslag ruimtes gedurende 3 uur. +72022 Gouden Geluks Munt Verdubbelt de kans om Yang te krijgen gedurende 10 uur. +72023 Gouden Geluks Munt Verdubbelt de kans om Yang te krijgen gedurende 30 minuten. +72024 Gouden Geluks Munt Verdubbelt de kans om Yang te krijgen gedurende 3 uur. +72025 Kritiek Gevecht Perforeer Kans +10% +72026 Kritiek Gevecht Perforeer kans +10% +72027 Kritiek Gevecht Perforeer kans +10% +72028 Emotie Masker Maakt emotionele acties mogelijk. +72029 Emotie Masker Maakt emotionele acties mogelijk. +72030 Emotie Masker Maakt emotionele acties mogelijk. +72031 Draken God Aanval Vergroot de Aanval schade met 12% tot 15% voor 30 minuten. +72032 Draken God Aanval Vergroot de Aanval schade met 12% tot 15% voor 30 minuten. +72033 Draken God Aanval Vergroot de Aanval schade met 12%tot 15% voor 30 minuten. +72034 Draken God Verdediging Vermindert de schade met 12%~15% wanneer je verdedigt. +72035 Draken God Verdediging Vermindert de schade met 12%~15% wanneer je verdedigt. +72036 Draken God Verdediging Vermindert de schade met 12%~15% wanneer je verdedigt. +72037 Draken God Leven Verhoogt je maximale LP met 20% voor 30 minuten. +72038 Draken God Leven Verhoogt je maximale LP met 20% voor 30 minuten. +72039 Draken God Leven Verhoogt je maximale LP met 20% voor 30 minuten. +72040 Draken God Intelligentie Verhoogt je maximale TP met 20% voor 30 minuten. +72041 Draken God Intelligentie Verhoogt je maximale TP met 20% voor 30 minuten. +72042 Draken God Intelligentie Verhoogt je maximale TP met 20% voor 30 minuten. +72043 Leider Boek Wanneer de groepsleider hiermee is uitgerust, verhoogt het de Ervarings Punten van de leden en de leider met 30% +72044 Leider Boek Wanneer de groepsleider hiermee is uitgerust, verhoogt het de Ervarings Punten van de leden en de leider met 30% +72045 Leider Boek Wanneer de groepsleider hiermee is uitgerust, verhoogt het de Ervarings Punten van de leden en de leider met 30% +72046 Kritieke Kans Verhoogt je kans op perforerende slag met 20% voor 10 minuten. +72047 Kritieke Kans Verhoogt je kans op perforerende slag met 20% voor 10 minuten. +72048 Kritieke Kans Verhoogt je kans op perforerende slag met 20% voor 10 minuten. +72301 Zegening Geschrift Elimineert het risico dat een item vernietigd wordt als een verbetering mislukt. Wanneer de poging nu faalt, wordt slechts de kwaliteit van het item met 1 verminderd. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Magische Koper Erts Wanneer je deze erts samenvoegt met een Zegening Geschrift, krijg je een Oorlog Geschrift. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Ervarings Ring(iCafe) Verhoogt het verkrijgen van Ervarings Punten met 20% in het Leden iCafe. +72502 Dieven Handschoen(iCafe) Vergroot de snelheid waarmee Voorwerpen vallen in het Leden iCafe. +72701 Windschoenen Verhoogt de Loopsnelheid met 30, wanneer je hiermee uitgerust bent. +72703 Tijger Bot Oorbellen Je aanval waarde zal voor 2 uur worden verhoogt met 200 punten (tijd telt alleen af als het item gedragen word). Het item is niet verhandelbaar. +72704 Draken Bot Oorbellen Je verdediging waarde zal voor 2 uur worden verhoogt met 200 punten (tijd telt alleen af als het item gedragen word). Het item is niet verhandelbaar. +72705 Tijger Bot Armband De schade van je vaardigheden wordt voor 2 uur verhoogt met 15% (tijd telt alleen af als het item gedragen word). Het item is niet verhandelbaar. +72706 Draken Bot Armband Je verdediging tegen vaardigheden zal voor 2 uur worden verhoogt met 15% (tijd telt alleen af als het item gedragen word). Het item is niet verhandelbaar. +72723 Zon Elixer (K) Vult automatisch je LP. Bevat 1,000,000 LP +72724 Zon Elixer (M) Vult automatisch je LP. Bevat 3,000,000 LP +72725 Zon Elixer (G) Vult automatisch je LP. Bevat 7,000,000 LP +72726 Zon Elixer (S) Vult je LP automatisch aan. Bevat 10 miljoen LP. Dit item is verhandelbaar. +72727 Maan Elixer (K) Vult automatisch je TP. Bevat 100,000 TP +72728 Maan Elixer (M) Vult automatisch je TP. Bevat 300,000 TP +72729 Maan Elixer (G) Vult automatisch je TP. Bevat 700,000 TP. +72730 Maan Elixer (G) Vult je TP automatisch aan. Bevat 1 miljoen TP. Dit item is verhandelbaar. +73001 Kort Kapsel(Rood) Een kapsel die je een fenomenaal uiterlijk geeft. +73002 Kort Kapsel(Blond) Een kapsel die je een fenomenaal uiterlijk geeft. +73003 Kort Kapsel(Blauw) Een kapsel die je een fenomenaal uiterlijk geeft. +73004 Kort Kapsel(Bruin) Een kapsel die je een fenomenaal uiterlijk geeft. +73005 Bandana(Rood) Een piekerige kapsel onder een Bandana. +73006 Bandana(Bruin) Een piekerige kapsel onder een Bandana. +73007 Bandana(Blauw) Een piekerige kapsel onder een Bandana. +73008 Bandana(Groen) Een piekerige kapsel onder een Bandana. +73009 Vastgeb. Haar(Zwart) Een kapsel die mensen doet omkijken. +73010 Vastgeb. Haar(Rood) Een kapsel die mensen doet omkijken. +73011 Vastgeb. Haar(Bruin) Een kapsel die mensen doet omkijken. +73012 Vastgeb. Haar(Groen) Een kapsel die mensen doet omkijken. +73251 Paardenstaart (Bruin) Kapsel waarbij je haar in een paardenstaart zit. +73252 Paardenstaart (Groen) Kapsel waarbij je haar in een paardenstaart zit. +73253 Paardenstaart (Blauw) Kapsel waarbij je haar in een paardenstaart zit. +73254 Paardenstaart (Ivoor) Kapsel waarbij je haar in een paardenstaart zit. +73255 Schouderlang (Rood) Een naturel kapsel met haar tot op de schouders. +73256 Schouderlang (Bruin) Een naturel kapsel met haar tot op de schouders. +73257 Schouderlang (L.Bruin) Een naturel kapsel met haar tot op de schouders. +73258 Schouderlang (Paars) Een naturel kapsel met haar tot op de schouders. +73259 Kort (Rood) Een kort kapsel die je een duister uiterlijk geeft. +73260 Kort (Hemelsblauw) Een kort kapsel die je een duister uiterlijk geeft. +73261 Kort (Zwart) Een kort kapsel die je een duister uiterlijk geeft. +73262 Kort (Blond) Een kort kapsel die je een duister uiterlijk geeft. +73501 Sportief (Wit) Een kort kapsel, dat je een boosaardig uiterlijk geeft. +73502 Sportief (Bruin) Een kort kapsel, dat je een boosaardig uiterlijk geeft. +73503 Sportief (Blond) Een kort kapsel, dat je een boosaardig uiterlijk geeft. +73504 Sportief (Groen) Een kort kapsel, dat je een boosaardig uiterlijk geeft. +73505 Charisma Haar (Wit) Een kapsel die je een sterk, individueel uiterlijk geeft. +73506 Charisma Haar (Rood) Een kapsel die je een sterk, individueel uiterlijk geeft. +73507 Charisma Haar (Zwart) Een kapsel die je een sterk, individueel uiterlijk geeft. +73508 Charisma Haar (Paars) Een kapsel die je een sterk, individueel uiterlijk geeft. +73509 Chic Haar(Wit) Een chique kapsel. +73510 Chic Haar(Blauw) Een chique kapsel. +73511 Chic Haar(Zwart) Een chique kapsel. +73512 Chic Haar(Bruin) Een chique kapsel. +73751 Haarspeld(Bruin) Een elegant opgestoken kapsel met een vlinder haarspeld. +73752 Haarspeld(Zwart) Een elegant opgestoken kapsel met een vlinder haarspeld. +73753 Haarspeld(Blauw) Een elegant opgestoken kapsel met een vlinder haarspeld. +73754 Haarspeld(Wit) Een elegant opgestoken kapsel met een vlinder haarspeld. +73755 Halflang Haar (Bruin) Elegant gedragen kapsel met glad haar. +73756 Halflang Haar (Zwart) Elegant gedragen kapsel met glad haar. +73757 Halflang Haar (Blond) Elegant, stijl haar. +73758 Halflang Haar (Paars) Elegant gedragen kapsel met glad haar. +73759 Ouderwets Kapsel (Bruin) Elegant gedragen kapsel met glad haar. +73760 Ouderwets Kapsel (Blond) Lang haar, gedragen op een traditionele manier. +73761 Ouderwets Kapsel (Paars) Een vrouwelijke haardracht met lang, gelaagd haar. +73762 Ouderwets Kapsel (Rood) Een vrouwelijke haardracht met lang, gelaagd haar. +74001 Kort Kapsel(Rood) Een kapsel dat je een kenmerkend uiterlijk geeft +74002 Trendy Kapsel (Blond) Een kort kapsel dat je een kenmerkend uiterlijk geeft +74003 Kort Kapsel(Blauw) Een kort kapsel dat je een kenmerkend uiterlijk geeft +74004 Trendy Kapsel (Bruin) Een kort kapsel dat je een kenmerkend uiterlijk geeft +74005 Haarband (Rood) Kort bruin haar gedragen met een rode hoofdband +74006 Haarband (Bruin Geruit) Kort blond haar met een heldere hoofdband +74007 Haarband (Blauw) Kort blauw haar gedragen met een haarband +74008 Haarband (Groen Geruit) Kort groen haar gedragen met een haarband +74009 Lang Haar (Zwart) Een kapsel dat je een kenmerkend uiterlijk geeft +74010 Lang Haar (Rood) Een kapsel dat je een kenmerkend uiterlijk geeft +74011 Lang Haar (Bruin) Een kapsel dat je een kenmerkend uiterlijk geeft +74012 Lang Haar (Groen) Een kapsel dat je een kenmerkend uiterlijk geeft +74013 Krijger Kapsel (Man) Geeft een mannelijke Krijger een LP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +74014 Krijger Kapsel (Man) Geeft een mannelijke Krijger een TP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +74015 Krijger Samurai Helm (M) Geeft een mannelijke Krijger een LP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +74016 Krijger Samurai Helm (M) Geeft een mannelijke Krijger een TP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +74017 Krijger Fez (M) Een rode hoofddracht voor mannelijke Krijgers. (duur: 7dagen). +74018 Krijger Keffiyeh (M) Een hoofdtooi voor mannelijk Krijgers. (duur: 7dagen). +74019 Krijger Tulband (M) Een hoofdtooi gemaakt van de beste kwaliteit materiaal voor mannelijke Krijgers. (duur: 7 dagen). +74020 Jack O' Krijger (m) Een masker voor krijgers in de vorm van een pompoen. Attributen en duur zijn willekeurig ingesteld. Het vervangt iedere bestaande haarstijl. +74251 Paardenstaart (Bruin) Populair vrouwen kapsel waarbij het haar vastgebonden is in een lange paardenstaart +74252 Paardenstaart (Groen) Kapsel waarbij het haar vastgebonden is in een lange paardenstaart +74253 Paardenstaart (Blauw) Lang blauw haar dat is vastgebonden in een paardenstaart - een populaire vrouwen hairstyle +74254 Paardenstaart (Licht) Lang haar dat is vastgebonden in een paardenstaart - een populaire haarstijl bij vrouwen +74255 Schouder Lang Haar(Rood) Een kapsel met een pittig, trendy uiterlijk +74256 Schouder Lang (Bruin) Een pittig, trendy kapsel +74257 Schouder Lang (Licht) Een pittig, trendy kapsel +74258 Schouder Lang (Paars) Een pittig, trendy kapsel +74259 Kort (Rood) Rood omringd haar in de Ninja stijl +74260 Kort Haar (Blauw) Blauw omringd haar inde Ninja stijl +74261 Kort (Zwart) Zwart omringd haar in de Ninja stijl +74262 Kort (Blond) Blond omringd haar in de Ninja stijl +74263 Ninja Kapsel (Vrouw) Geeft een vrouwelijke Ninja een LP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +74264 Ninja Kapsel (Vrouw) Geeft een vrouwelijke Ninja een TP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +74265 Ninja Bloem Hoed (V) Geeft een vrouwelijke Ninja een LP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +74266 Ninja Bloem Hoed (V) Geeft een vrouwelijke Ninja een TP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +74267 Ninja Hoofddoek (V) Een gezichtsdoek gemaakt van kostbaar materiaal voor vrouwelijke Ninja's. (duur: 7dagen). +74268 Ninja Woestijn Sjaal (V) Een woestijn sjaal gemaakt van kostbaar materiaal voor vrouwelijke Ninja's. (duur: 7dagen). +74269 Ninja Tulband (V) Een tulband gemaakt van kostbaar materiaal voor vrouwelijke Ninja's. (duur: 7dagen). +74270 Jack O' Ninja (f) Een masker voor vrouwelijke ninja's in de vorm van een pompoen. Attributen en tijdsduur zijn willekeurig. Het vervangt iedere bestaande haarstijl. +74501 Sportief (Wit) Een kort kapsel, dat je een militair uiterlijk geeft. +74502 Sportief Kapsel (Bruin) Een kort kapsel, dat je een militair uiterlijk geeft. +74503 Sportief (Blond) Een kort kapsel, dat je een militair uiterlijk geeft. +74504 Sportief (Groen) Een kort kapsel, dat je een militair uiterlijk geeft. +74505 Charismatisch Haar (Wit) Een kapsel die je een sterk, individueel uiterlijk geeft. +74506 Charismatisch Haar(Rood) Een kapsel die je een sterk, individueel uiterlijk geeft +74507 Charismatish Haar(Zwart) Een kapsel die je een sterk, individueel uiterlijk geeft +74508 Charisma Haar (Paars) Een kapsel dat een sterk individueel karakter accentueert +74509 Lange Vlecht (Wit) Een gevlochten ouderwets kapsel dat symbolisch was voor de rijken. +74510 Lange Vlecht (Blauw) Een gevlochten ouderwets kapsel dat symbolisch was voor de rijken. +74511 Lange Vlecht (Zwart) Een gevlochten ouderwets kapsel dat symbolisch was voor de rijken. +74512 Lange Vlecht (Bruin) Een gevlochten ouderwets kapsel dat symbolisch was voor de rijken. +74513 Sura Afro (Mannelijk) Geeft een mannelijke Sura een LP bonus van1% Vervangt bestaande haarstijl (duur: 7 dagen) +74514 Sura Afro (Mannelijk) Geeft een mannelijke Sura een TP bonus van 1%. Vervangt bestaande haarstijl (duur: 7 dagen) +74515 Sura Samurai Helm (M) Geeft een mannelijke Sura een LP bonus van 1%. Vervangt bestaande haarstijl (duur: 7 dagen) +74516 Sura Samurai Helm (M) Geeft een mannelijke Sura een TP bonus van 1%. Vervangt bestaande haarstijl (duur: 7 dagen) +74517 Sura Fez (M) Een rode hoofddoek voor mannelijke Sura's +74518 Sura Keffiyeh (M) Een gezichtsdoek voor mannelijke Sura's. +74519 Sura Tulband (M) Een gezichtsdoek gemaakt van de beste kwaliteit materiaal voor mannelijke Sura's. (duurt 7 dagen) +74520 Jack O' Sura (m) Een masker voor Sura in de vorm van een pompoen. Attributen en tijdsduur zijn willekeurig. Het vervangt iedere bestaande haarstijl. +74521 Trendy Kapsel (Grijs) Een kapsel dat je een kenmerkend uiterlijk geeft. +74522 Haarband Kort haar getemd onder een haarband. +74523 Lang Haar (Blond) Een indrukwekkend kapsel met prachtig, blond haar. +74524 Trendy Kapsel (Goud) Trendy kapsel met goud haar een een haarband. +74525 Haarband (Zwart) Kort, bruin haar met een haarband. +74526 Lang Haar (Robijnrood) Prachtig, robijnrood haar. +74527 Paardenstaart (Rood) Lang haar in een vlecht gestoken. +74528 Schouderlang Haar (Aqua) Een discreet kapsel met een blauwe haarband. +74529 Kort Haar (Bruin) Een kapsel dat je een dreigend uiterlijk geeft. +74530 Paardenstaart (Rood) Lang rood haar dat in een vlecht gestoken is - een heel populair kapsel onder vrouwen. +74531 Schouderlang Haar /Zwart Een pittig, trendy kapsel. +74532 Kort Haar (Grijs) Een kort kapsel dat je een dreigend uiterlijk geeft. +74533 Sportief Kapsel (Zwart) Een kort kapsel dat je een militair uiterlijk geeft. +74534 Charisma Haar (Blond) Een kapsel dat een sterk individu accentueert. +74535 Lange Vlecht (Roze) Een gevlochten, ouderwets kapsel dat symbool stond voor rijkdom. +74536 Sportief Kapsel (Paars) Een extravagant, kort kapsel. +74537 Charisma Haar (Blond) Een charismatisch kapsel met lang haar. +74538 Lange Vlecht (Koninkl.) Een gevlochten, ouderwets kapsel dat symbool stond voor de rijken. +74539 Elegant Kapsel (Paars) Een elegant kapsel met gebonden zwart haar. +74540 Half Lang Haar (Donker) Een elegant Sjamaan-kapsel. +74541 Ouderwets Kapsel (Wit) Lang haar, gedragen op een traditionele manier. +74542 Elegant Kapsel (Rood) Een elegant kapsel opgestoken met een vlinderhaarspeld. +74543 Half Lang Haar (Wit) Elegant, steil haar. +74544 Ouderwets Kapsel (Zwart) Een vrouwelijk kapsel met lang, gelaagd haar. +74545 Stam Vlechten (Rood) Vlechten gedecoreerd met rode, houten kralen die stamlidmaatschap aangeven. +74546 Stam Vlechten (Geel) Vlechten gedecoreerd met gele, houten kralen die stamlidmaatschap aangeven. +74547 Stam Vlechten (Blauw) Vlechten gedecoreerd met blauwe, houten kralen die stamlidmaatschap aangeven. +74548 Stam Vlechten (Paars) Vlechten gedecoreerd met paarse, houten kralen die stamlidmaatschap aangeven. +74549 Stam Vlechten (Groen) Vlechten gedecoreerd met groene, houten kralen die stamlidmaatschap aangeven. +74550 Wolfskroon (Goud) Gedecoreerde haarband met traditionele bijpassende haarsieraden. +74551 Wolfskroon (Zwart) Gedecoreerde haarband met traditionele bijpassende haarsieraden. +74552 Wolfskroon (Rood) Gedecoreerde haarband met traditionele bijpassende haarsieraden. +74553 Wolfskroon (Blauw) Gedecoreerde haarband met traditionele bijpassende haarsieraden. +74554 Wolfskroon (Wit) Gedecoreerde haarband met traditionele bijpassende haarsieraden. +74555 Wolfspij (Goud) Uitgebreide hoofd- en slaapbeschermer met traditionele haarsieraden. +74556 Wolfspij (Zwart) Uitgebreide hoofd- en slaapbeschermer met traditionele haarsieraden. +74557 Wolfspij (Rood) Uitgebreide hoofd- en slaapbeschermer met traditionele haarsieraden. +74558 Wolfspij (Blauw) Uitgebreide hoofd- en slaapbeschermer met traditionele haarsieraden. +74559 Wolfspij (Groen) Uitgebreide hoofd- en slaapbeschermer met traditionele haarsieraden. +74751 Elegant Kapsel (Bruin) Een elegant opgestoken kapsel met een vlinder haarspeld. +74752 Elegant Kapsel (Zwart) Een elegant opgestoken kapsel met een vlinder haarspeld. +74753 Elegant Kapsel (Blauw) Een elegant opgestoken kapsel met een vlinder haarspeld. +74754 Elegant Kapsel (Wit) Een elegant opgestoken kapsel met een vlinder haarspeld. +74755 Halflang Haar (Bruin) Een elegant Sjamanen kapsel +74756 Half Lang Haar (Zwart) Een elegant Sjamanen kapsel +74757 Half Lang Haar (Blond) Een elegant Sjamanen kapsel +74758 Half Lang Haar (Paars) Een elegant Sjamanen kapsel +74759 Ouderwets Kapsel (Bruin) Een vrouwelijke haardracht met lang, gelaagd haar +74760 Ouderwets Kapsel (Blond) Een vrouwelijke haardracht met lang, gelaagd haar +74761 Ouderwets Kapsel (Paars) Een vrouwelijke haardracht met lang, gelaagd haar +74762 Ouderwets Kapsel (Rood) Een vrouwelijke haardracht met lang, gelaagd haar +74763 Sjamaan Afro (Vrouw) Geeft een vrouwelijke Sjamaan een LP bonus van 1%. Vervangt bestaande haarstijl (duur: 7 dagen) +74764 Sjamaan Afro (Vrouw) Geeft een vrouwelijke Sjamaan een TP bonus van 1%. Vervangt bestaande haarstijl (duur: 7 dagen) +74765 Sjamaan Bloem Hoed (V) Geeft een vrouwelijke Sjamaan een LP bonus van 1%. Vervangt bestaande haarstijl (duur: 7 dagen) +74766 Sjamaan Bloem Hoed (V) Geeft een vrouwelijke Sjamaan een TP bonus van 1%. Vervangt bestaande haarstijl (duur: 7 dagen) +74767 Sjamaan Hoofddoek (V) Een gezichtssluier gemaakt van kostbaar materiaal voor vrouwelijke Sjamanen. (duur: 7dagen). +74768 Sjamaan Wstijn Sjaal (V) Een woestijn sjaal gemaakt van kostbaar materiaal voor vrouwelijke Sjamanen. (duur: 7dagen). +74769 Sjamaan Tulband (V) Een tulband gemaakt van kostbaar materiaal voor vrouwelijke Sjamanen. (duur: 7dagen). +74770 Jack O' Sjamaan (f) Een masker voor vrouwelijke sjamanen in de vorm van een pompoen. Attributen en tijdsduur zijn willekeurig. Het vervangt iedere bestaande haarstijl. +75001 Trendy Kapsel (Rood) Een trendy kapsel met rood haar en een haarband +75002 Trendy Kapsel(Blond) Een trendy kapsel met blond haar en een haarband +75003 Trendy Kapsel (Blauw) Een trendy kapsel met blauw haar en een haarband +75004 Trendy Kapsel(Bruin) Een trendy kapsel met bruin haar en een haarband +75005 Haarband (Bruin) Kort, bruin haar met een haarband +75006 Haarband (Blond) Kort, blond haar met een haarband +75007 Haarband (Blauw) Kort haar met een haarband +75008 Haarband (Groen) Kort haar met een haarband +75009 Lang Haar (Zwart) Prachtig zwart haar +75010 Lang Haar (Rood) Prachtig rood haar +75011 Lang Haar (Bruin) Prachtig bruin haar +75012 Lang Haar (Groen) Prachtig groen haar +75013 Krijger Kapsel (Vrouw) Geeft een vrouwelijke krijger een LP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75014 Krijger Kapsel (Vrouw) Geeft een vrouwelijke krijger een TP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75015 Krijger Bloem Hoed (V) Geeft een vrouwelijke krijger een LP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75016 Krijger Bloem Hoed (V) Geeft een vrouwelijke krijger een TP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75017 Krijger Hoofddoek (V) Een gezichtssluier gemaakt van zeer kostbaar materiaal voor vrouwelijke Krijgers (duur: 7dagen). +75018 Krijger Wstijn Sjaal (V) Een woestijn sjaal voor vrouwelijke Krijgers gemaakt van kostbaar materiaal (duur: 7dagen). +75019 Krijger Tulband (V) Een hoofddoek gemaakt van de beste kwaliteit materiaal voor vrouwelijke Krijgers. (duur: 7dagen). +75020 Jack O' Krijger (f) Een masker voor vrouwelijke krijgers in de vorm van een pompoen. Attributen en tijdsduur zijn willekeurig. Het vervangt iedere bestaande haarstijl. +75201 Paardenstaart (Bruin) Bruin haar met een lange paardenstaart. +75202 Paardenstaart (Groen) Groen haar met een lange paardenstaart. +75203 Paardenstaart (Blauw) Blauw haar met een lange paardenstaart. +75204 Paardenstaart (Blond) Grijs haar met een lange paardenstaart +75205 Schouderlang (Rood) Een discreet kapsel met een witte hoofdband +75206 Schouderlang (Bruin) Een discreet kapsel met een groene hoofdband +75207 Schouderlang (Blond) Een discreet kapsel met een lichte hoofdband +75208 Schouderlang (Paars) Een discreet kapsel met een rode hoofdband +75209 Kort Kapsel (Rood) Een haarstijl die je een sinister uiterlijk geeft +75210 Kort Haar (Blauw) Een haarstijl die je een sinister uiterlijk geeft +75211 Kort Haar (Zwart) Een haarstijl die je een sinister uiterlijk geeft +75212 Kort Haar (Blond) Een haarstijl die je een sinister uiterlijk geeft +75213 Ninja Afro (Mannelijk) Geeft een mannelijke Ninja een LP bonus van 1%. Vervangt bestaande haarstijl (duur: 7 dagen) +75214 Ninja Afro (Mannelijk) Geeft een mannelijke Ninja een TP bonus van 1%. Vervangt bestaande haarstijl (duur: 7 dagen) +75215 Ninja Samurai Helm (M) Geeft een mannelijke Ninja een LP bonus van 1%. Vervangt bestaande haarstijl (duur: 7 dagen) +75216 Ninja Samurai Helm (M) Geeft een mannelijke Ninja een TP bonus van 1%. Vervangt bestaande haarstijl (duur: 7 dagen) +75217 Ninja Fez (M) Een rode hoofdtooi voor mannelijke Ninja's (duur: 7dagen). +75218 Ninja Keffiyeh (M) Een hoofdtooi voor mannelijke Ninja's. Beschermd tegen woestijn stormen. (duur: 7dagen). +75219 Ninja Tulband (M) Een hoofdtooi gemaakt van de beste kwaliteit materiaal voor mannelijke Ninja's. (duur: 7dagen). +75220 Jack O' Ninja (m) Een masker voor ninja's in de vorm van een pompoen. Attributen en tijdsduur zijn willekeurig. Het vervangt iedere bestaande haarstijl. +75401 Sportief Kapsel (Licht) Een extravagant kapsel die populair is bij vrouwelijke Sura's +75402 Sportief Kapsel (Bruin) Een extravagant kapsel die populair is bij vrouwelijke Sura's +75403 Sportief Kapsel (Blond) Een extravagant kapsel die populair is bij vrouwelijke Sura's +75404 Sportief Kapsel (Groen) Een extravagant kapsel die populair is bij vrouwelijke Sura's +75405 Charisma Haar (Wit) Lang, sneeuw wit haar dat je een eigenzinnig kapsel geeft +75406 Charisma Stijl (Rood) Lang, rood haar dat je een eigenzinnig kapsel geeft +75407 Charisma Stijl (Zwart) Lang, zwart haar dat je een eigenzinnige look geeft +75408 Charisma Stijl (Paars) Lang, paars haar dat je een eigenzinnig uiterlijk geeft +75409 Lange Staart (Wit) Vlecht +75410 Lange Vlecht (Blauw) Vlecht +75411 Lange Vlecht (Zwart) Vlecht +75412 Lange Vlecht (Bruin) Vlecht +75413 Sura Kapsel (Vrouw) Geeft een vrouwelijke Sura een LP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75414 Sura Kapsel (Vrouw) Geeft een vrouwelijke Sura een TP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75415 Sura Bloem Hoed (V) Geeft een vrouwelijke Sura een LP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75416 Sura Bloem Hoed (V) Geeft een vrouwelijke Sura een TP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75417 Sura Hoofddoek (V) Een gezichtssluier gemaakt van zeer kostbaar materiaal voor vrouwelijke Sura's. (duur: 7dagen). +75418 Sura Woestijn Sjaal (V) Een woestijn sjaal voor vrouwelijke Sura's gemaakt van kostbaar materiaal. (duur: 7dagen). +75419 Sura Tulband (V) Een hoofdtooi gemaakt van de beste kwaliteit materiaal voor vrouwelijke Sura's (duur: 7dagen). +75420 Jack O' Sura (f) Een masker voor vrouwelijke Sura in de vorm van een pompoen. Attributen en tijdsduur zijn willekeurig. Het vervangt iedere bestaande haarstijl. +75601 Trendy Kapsel (Bruin) Een trendy snit die Sjamanen een sterke uitdrukking geeft +75602 Trendy Kapsel (Zwart) Een trendy snit die Sjamanen een sterke uitdrukking geeft +75603 Trendy Kapsel (Blauw) Een trendy snit die Sjamanen een sterke uitdrukking geeft +75604 Trendy Kapsel (Licht) Een trendy snit die Sjamanen een sterke uitdrukking geeft +75605 Middellang Haar (Bruin) Stijl bruin haar +75606 Middelllang Haar (Zwart) Stijl zwart haar +75607 Middellang Haar (Blond) Stijl licht gekleurd haar +75608 Middellang Haar (Paars) Stijl paars haar +75609 Ouderwets Kapsel (Bruin) Een oud krijger kapsel. De bruine haren zijn samengebonden in een vlecht +75610 Ouderwets Kapsel (Licht) Een oud krijger kapsel. De blonde haren zijn samengebonden in een vlecht +75611 Ouderwets Kapsel (Paars) Een oud krijger kapsel. De paarse haren zijn samengebonden in een vlecht +75612 Ouderwets Kapsel (Rood) Een oud krijger kapsel. De rode haren zijn samengebonden in een vlecht +75613 Sjamaan Kapsel (M) Geeft een mannelijke Sjamaan een LP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75614 Sjamaan Kapsel (M) Geeft een mannelijke Sjamaan een TP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75615 Sjamaan Samurai Helm (M) Geeft een mannelijke Sjamaan een LP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75616 Sjamaan Samurai Helm (M) Geeft een mannelijke Sjamaan een TP bonus van1%. Vervangt bestaande haarstijl (duurt 7 dagen). +75617 Sjamaan Fez (M) Een hoofdtooi voor mannelijke Sjamanen (duur: 7dagen). +75618 Sjamaan Keffiyeh (M) Een hoofdtooi gemaakt mannelijke Sjamanen. Beschermd tegen woestijn stormen. (duur: 7dagen). +75619 Sjamaan Tulband (M) Een hoofdtooi gemaakt van de beste kwaliteit materiaal voor mannelijke Sjamanen. (duur: 7dagen). +75620 Jack O' Sjamaan (m) Een masker voor sjamanen in de vorm van een pompoen. Attributen en tijdsduur zijn willekeurig. Het vervangt iedere bestaande haarstijl. +76000 Perzik Bloem Wijn Drankje dat je LP onmiddellijk met 500 punten herstelt. Niet verhandelbaar. +76001 Status Herstel Document Het gebruik van dit voorwerp geeft je de mogelijkheid om je statuspunten opnieuw te verdelen. Je kan het gebruiken om de ontwikkeling van je karakter een nieuwe kant op te sturen. Niet verhandelbaar. +76002 Gekrompen hoofd Het gekrompen hoofd van de Demon opent het zegel naar de derde verdieping van de Duivels' Catacomben. Niet verhandelbaar. +76003 Brouwsel van Haast Dit drankje verlaagd cooldown tijd met 20 procent voor 30 minuten. +76004 Maan Elixer (K) Vult automatisch je TP. Bevat 10,000 TP. Niet verhandelbaar. +76005 Maan Elixer (M) Vult automatisch je TP. Bevat 300,000 TP. Niet verhandelbaar. +76006 Metin Steen Kompas De kompas laat je de positie en afstand zien tot de volgende Metin Steen. Hoe feller het gloeit, hoe dichterbij je bent. Het kan 6 keer geactiveerd worden. Niet verhandelbaar. +76007 Moedigheidsmantel Oude krijgers laten hun moed zien door een kleurrijke mantel te dragen, waarmee ze alle monsters lokken. Niet verhandelbaar. +76008 Draken Medaille Beschermt je tegen ervaringspunten verlies bij je volgende dood. Niet verhandelbaar. +76009 Draken Geschrift Verwijdert de kans dat een Voorwerp wordt vernietigd als de verrijking mislukt. De kwaliteit wordt echter verlaagd met 1. Ook wordt de kans op succesvolle verrijking met 10% verhoogd. Niet verhandelbaar. +76010 Bloedsteen Deze steen is gemaakt van het bloed van Baljit-Taraji en verleent je toegang tot de Grot der Verbanning. Niet verhandelbaar. +76011 Leider Boek Zolang de Leider van een groep uitgerust is met dit Boek, verzamelen alle groepsleden 30% meer Ervaringspunten. Niet verhandelbaar. +76012 Drank der Snelheid Vergroot je loopsnelheid met 60 gedurende 30 minuten. Niet verhandelbaar. +76013 Versterk Voorwerp (b) Met een beetje geluk voegt dit voorwerp een nieuwe bonus toe aan een van je items (max. 4 bonussen). Voorwerp uit level kist, niet verhandelbaar. +76014 Betover Voorwerp (b) Verwijderd de bonussen van een van je voorwerpen en voegt nieuwe er aan toe. Voorwerp uit level kist, niet verhandelbaar. +76015 Gezegend Bol Een bol uit de legendes, die een vijfde attribuut toevoegt als een voorwerp er al 4 heeft. Niet verhandelbaar. +76016 Zegening Geschrift Elimineert het risico dat een item vernietigd wordt als een verbetering mislukt. Wanneer de poging nu faalt, wordt slechts de kwaliteit van het item met 1 verminderd. Niet verhandelbaar. +76017 Drank van de Aanval +10 Vergroot je Aanvalssnelheid met 10% voor 30 minuten. Niet verhandelbaar. +76018 Drank der Aanval +15 Verhoogt je Aanvalssnelheid met 15% voor 30 minuten. Niet verhandelbaar. +76019 Vrijbiljet Als je dit Vrijbiljet aan de wachter geeft, mag je een nieuwe etage van de Spinnenkerker of het Rode Draken Fort betreden. Niet verhandelbaar. +76020 Onderzoekerselixer Verbetert de kwaliteit van de onderzoeksobjecten die je hebt verzameld, en verhoogt de kans dat zij zullen worden geaccepteerd. Niet verhandelbaar. +76021 Zon Elixer (K) Vult automatisch je LP. Bevat 100,000 LP. Niet verhandelbaar. +76022 Zon Elixer (M) Vult automatisch je LP. Bevat 3,000,000 LP. Niet verhandelbaar. +76023 Groene magie Verwijderd de bonussen van een van je voorwerpen en voegt nieuwe er aan toe. Kan alleen gebruikt worden op wapens en pantser tot level 40. Voorwerp uit level kist, niet verhandelbaar. +76024 Groene Kracht Met een beetje geluk zal dit voorwerp een nieuwe bonus toevoegen aan een van je items (max. 4 bonussen). Kan alleen gebruikt worden op voorwerpen tot level 40. Voorwerp uit level kist, niet verhandelbaar. +76025 Wind Schoenen Verhoogt je bewegingssnelheid met 30 indien gedragen. +79501 Pijlenkoker Een pijlenkoker die je voorziet van een onuitputtelijke voorraad van pijlen voor 24 uur. Geen reductie voor schade bij lange afstandsschoten. +79502 Pijlenkoker Een pijlenkoker die je voorziet van een onuitputtelijke voorraad van pijlen voor 7 uur. Geen reductie voor schade bij lange afstandsschoten. +79503 Pijlenkoker Een pijlenkoker die je voorziet van een onuitputtelijke voorraad van pijlen. Geen reductie voor schade bij lange afstandsschoten. +79504 Pijlenkoker Een pijlenkoker die je voorziet van een onuitputtelijke voorraad van pijlen. Geen reductie voor schade bij lange afstandsschoten. +80001 Geld Buidel Een donkere en gebruikte buidel gemaakt van leer. +80002 Leeg Papier Een ongebruikt stuk papier van goede kwaliteit. +80008 Goudklomp Een klomp goud dat nooit bewerkt is. Wordt verkocht in een winkel voor een hoge prijs. +80014 DR Coupon (100) Coupon ter waarde van 100 Draken Munten. Item is verhandelbaar. +80015 DR Coupon (500) Coupon ter waarde van 500 Draken Munten. Item is verhandelbaar. +80016 DR Coupon (1000) Coupon ter waarde van 1000 Draken Munten. Item is verhandelbaar. +80017 DR Coupon (50) Coupon ter waarde van 50 Draken Munten. Item is verhandelbaar. +80019 Fijn doek Een Schoudergordel is gemaakt van dit materiaal. +90000 Certificaat van Omkering Gebruik het Certificaat van Omkering om bonussen van een Schoudergordel te halen. +90001 Lege Water Fles Een stabiele behuizin om water mee te dragen- helaas is het nu leeg. +90002 Water Fles Een stabiele behuizing om water mee te dragen. +90003 Kristal Een helder stuk edelsteen die fascinerend glinstert in het zonlicht. +90004 Edelsteen Een mooi gekleurd en vlak gesneden steen die gebruikt wordt om ornamenten te produceren. +90005 Water Steen Een harde, rigide stuk steen dat gebruikt kan worden om wapens en keuken gereedschap te slijpen. +90006 Zielensteen Wanneer de zielensteen toegevoegd is aan wapens of pantsers, verhoogt het de kwaliteit van het voorwerp. +90007 Mineraal Er zijn rond de 4000 mineralen die in kleur en kristal structuur verschillen. +90010 Fundament Steen Bouwmateriaal voor een Gilde Gebouw +90011 Stam Bouwmateriaal voor een Gilde Gebouw +90012 Triplex Bouwmateriaal voor een Gilde Gebouw +90013 diff --git a/bin/pack/locale_nl/locale/nl/jobdesc_assassin.txt b/bin/pack/locale_nl/locale/nl/jobdesc_assassin.txt new file mode 100644 index 00000000..6f069476 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/jobdesc_assassin.txt @@ -0,0 +1,20 @@ +[DELAY value;10] +Ninja's zijn professionele[ENTER] +moordenaars die door iemand[ENTER] +te overvallen aanvallen. Om[ENTER] +de benodigde behendigheid en[ENTER] +snelheid te ondersteunen[ENTER] +[WAIT] +dragen deze schaduwachtige[ENTER] +Ninja's alleen lichte[ENTER] +pantsers. Daardoor worden[ENTER] +hun snelle en vloeiende[ENTER] +bewegingen niet gehinderd.[ENTER] +[WAIT] +Afhankelijk van de[ENTER] +specialisaties, kan een[ENTER] +Ninja een meester zijn met[ENTER] +een mes in hand-tot-hand[ENTER] +gevechten. of lange afstand[ENTER] +[WAIT] +situaties met bogen. \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/jobdesc_shaman.txt b/bin/pack/locale_nl/locale/nl/jobdesc_shaman.txt new file mode 100644 index 00000000..f6706972 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/jobdesc_shaman.txt @@ -0,0 +1,18 @@ +[DELAY value;10] +Gezegend met de wijsheid van[ENTER] +lange en uitvoerige studies[ENTER] +gebruiken Sjamanen spreuken[ENTER] +en magie tijdens een[ENTER] +gevecht. Daardoor[ENTER] +[WAIT] +ondersteunen hun mystieke[ENTER] +vaardigheden niet alleen[ENTER] +hunzelf maar ook hun vecht[ENTER] +partners. Als resultaat van[ENTER] +hun toewijding aan deze[ENTER] +[WAIT] +vaardigheden, kan een[ENTER] +Sjamaan de schade van[ENTER] +aanvallen verhogen of hun[ENTER] +helende en ondersteuning[ENTER] +spreuken verrijken. \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/jobdesc_sura.txt b/bin/pack/locale_nl/locale/nl/jobdesc_sura.txt new file mode 100644 index 00000000..613e2469 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/jobdesc_sura.txt @@ -0,0 +1,22 @@ +[DELAY value;10] +De Sura zijn Krijgers die[ENTER] +magische krachten kregen[ENTER] +toen zij toestemden om het[ENTER] +zaad van het Duivelse ras in[ENTER] +hun armen te laten groeien.[ENTER] +[WAIT] +De magie die ze daarmee[ENTER] +beheersen stelt hun in staat[ENTER] +om vijanden van ver af te[ENTER] +verwonden in lange afstand[ENTER] +situaties, terwijl hun[ENTER] +[WAIT] +vaardigheid met een zwaard[ENTER] +ze tot uitstekende[ENTER] +hand-tot-hand vechters[ENTER] +maken. De Suras kunnen ook[ENTER] +hun aanvalspreuken[ENTER] +[WAIT] +verbeteren of toegevoegde[ENTER] +versterkende spreuken[ENTER] +ontwikkelen. \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/jobdesc_warrior.txt b/bin/pack/locale_nl/locale/nl/jobdesc_warrior.txt new file mode 100644 index 00000000..08139ff4 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/jobdesc_warrior.txt @@ -0,0 +1,20 @@ +[DELAY value;10] +Dankzij hun vaardigheden en[ENTER] +hun zware bepantsering,[ENTER] +spelen Krijgers een[ENTER] +belangrijke rol in[ENTER] +hand-tot-hand gevechten. Ze[ENTER] +[WAIT] +streven naar grote fysieke[ENTER] +kracht en een kalme,[ENTER] +gebalanceerde psyche.[ENTER] +Afhankelijk van hun gekozen[ENTER] +specialiteit, kunnen ze[ENTER] +[WAIT] +chaos creren met hun[ENTER] +tweehandige wapens of door[ENTER] +hun vaardig gebruik van[ENTER] +zwaard en schild, die kan[ENTER] +beschermen tegen elke aanval[ENTER] +[WAIT] +van de vijand. \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/locale_game.txt b/bin/pack/locale_nl/locale/nl/locale_game.txt new file mode 100644 index 00000000..c4b80321 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/locale_game.txt @@ -0,0 +1,936 @@ +AFF_LOVE_POINT Liefdespunten: %d%% +ALIGNMENT_NAME Rang punten: +ATTACK_ERROR_UNKNOWN Onbekend Aanvals Fout: %s +CANNOT_ATTACK_DEST_IN_SAFE De Tegenstander is te ver weg. +CANNOT_ATTACK_SELF_IN_SAFE Ik kan niet aanvallen. +CANNOT_EQUIP_IN_EXCHANGE Je kunt wat je draagt niet veranderen wanneer je aan het handelen bent. +CANNOT_EQUIP_IN_SHOP Je kunt wat je draagt niet veranderen wanneer je aan het handelen bent. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA Je kunt geen priv warenhuis openen in een openbaar gebied. +CANNOT_SHOOT_DEST_IN_SAFE De vijand is te ver weg. +CANNOT_SHOOT_EMPTY_ARROW Ik heb een Pijl nodig. +CANNOT_SHOOT_SELF_IN_SAFE Ik kan dit niet doen. +CANNOT_SKILL_APPROACH Ik weet zeker dat ik niet dichterbij kan komen. +CANNOT_SKILL_ATTACK Ik kan niet aanvallen. +CANNOT_SKILL_BLUE Je kunt Indigo Wolf Ziel niet gebruiken wanneer Bloedrode Wolf Ziel actief is. +CANNOT_SKILL_DEST_IN_SAFE De vijand is te ver weg. +CANNOT_SKILL_EQUIP_FISHING_ROD Ik heb een Hengel nodig. +CANNOT_SKILL_HAVE_TO_RIDE Ik heb eerst een Paard nodig voordat ik dit kan gebruiken. +CANNOT_SKILL_NEED_EMPTY_BOTTLE Ik heb geen Lege Fles. +CANNOT_SKILL_NEED_POISON_BOTTLE Ik heb geen Gif Fles. +CANNOT_SKILL_NEED_TARGET Wie is het doelwit? +CANNOT_SKILL_NOT_ENOUGH_HP Ik heb niet genoeg LP! +CANNOT_SKILL_NOT_ENOUGH_SP Ik heb niet genoeg TP! +CANNOT_SKILL_NOT_HORSE_SKILL Ik kan dit niet gebruiken tijdens het rijden. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON Ik kan deze Vaardigheid niet met dit wapen gebruiken. +CANNOT_SKILL_NOT_YET_LEARN Ik heb deze Vaardigheid nog niet geleerd. +CANNOT_SKILL_ONLY_FOR_ALLIANCE Dit benvloedt alleen groepsleden. +CANNOT_SKILL_ONLY_FOR_CORPSE Dit benvloedt alleen dode mensen. +CANNOT_SKILL_RED Je kunt Bloedrode Wolf Ziel niet gebruiken wanneer Indigo Wolf Ziel actief is. +CANNOT_SKILL_REMOVE_FISHING_ROD Ik kan deze Vaardigheid niet met een Hengel gebruiken. +CANNOT_SKILL_SELF_IN_SAFE Ik kan vanaf hier niet aanvallen. +CANNOT_SKILL_USE_SELF Ik kan dit niet op mijzelf gebruiken. +CANNOT_SKILL_WAIT_COOLTIME Ik kan deze Vaardigheid nog niet gebruiken. +CANNOT_USE Je kan dit niet gebruiken. +CANNOT_WHISPER_DEST_REFUSE %s blokkeert fluisteren compleet. SA +CANNOT_WHISPER_NOT_LOGON %s is niet online. SA +CANNOT_WHISPER_SELF_REFUSE Je kunt niet naar iemand fluisteren wanneer je het fluisteren geblokkeerd hebt. SNA +CHANNEL Kanaal +CHANNELING_CANNOT_LOGOUT Je kunt niet terug gaan naar het login scherm. +CHANNEL_EMPTY_SERVER Geen server +CHANNEL_NORMAL Kanaal %d +CHANNEL_NOTIFY_FULL Dit kanaal is vol! Kies een andere alstublieft. +CHANNEL_NOT_FIND_INFO Geen informatie gevonden via het kanaal. +CHANNEL_PVP Vrije duel +CHANNEL_SELECT_CHANNEL Kies een kanaal +CHANNEL_SELECT_REGION Kies een regio. +CHANNEL_SELECT_SERVER Kies een server +CHANNEL_TEST_SERVER Test Server +CHANNEL_TEST_SERVER_ADDR Test %s:%d +CHARACTER_CREATE_MODE Karakter aanmaken +CHARACTER_SELECT_MODE Karakter selecteren +CHAT_ALL Alles +CHAT_BLOCK Blokkeren +CHAT_GUILD Gilde +CHAT_INFORMATION Info +CHAT_INSULT_STRING Deze zin bevat ongeldige woorden. +CHAT_LOG Laat oude berichten zien [L] +CHAT_LOG_TITLE Chat-log +CHAT_NORMAL Normaal +CHAT_NOTICE Aankondiging +CHAT_PARTY Groep +CHAT_SEND_CHAT Stuur Chat +CHAT_SEND_MEMO Stuur Fluister[Shift+Enter] +CHAT_SHOUT Roep +CHAT_SHOUT_LIMIT Je kunt slechts elke 15 seconden roepen. +CHAT_WHISPER Fluisteren +COMB_ALREADY_APPEND +COMB_CANT_APPEND_ITEM Dit item kan niet gebruikt worden. +COMB_CANT_APPEND_SEALED_ITEM Je kunt geen zielsgebonden items gebruiken. +COMB_COST Prijs: %s +COMB_IS_CONTINUE_PROCESS Wil je doorgaan? +COMB_NOTICE Je kunt geen priv warenhuis openen wanneer je boeken aan het verhandelen bent. +COMB_NOTICE_NOT_OPEN Je kunt geen boeken verhandelen als je een priv warenhuis open hebt staan. +COMB_NOT_ALL_SLOT_APPEND_ITEM Je hebt een tweede kostuum nodig om bonussen over te dragen. +COMB_NOT_FULL_BOOK Nee, zo doen we geen zaken. Zoals ik al zei: ik sta alleen open om te handelen als je 10 boeken in te ruilen hebt. +COMB_NOT_ITEM_IN_INVENTORY Je kunt geen items gebruiken die je aan hebt. +COMB_NOT_MEDIUM_ITEM Dit item kan niet gebruikt worden. +COMB_WILL_REMOVE_MATERIAL Kostuum 2 zal vernietigd worden. +CREATE_ERROR_GM_NAME Het is niet toegestaan om ,GM in je karakter naam te gebruiken. +CREATE_ERROR_INSULT_NAME Deze naam is ongeldig. +CREATE_ERROR_LIMIT_LEVEL Jouw karakter moet minstens level 80 zijn. +CREATE_ERROR_TIME_LIMIT Je kunt slechts n karakter per 30 seconden aanmaken. +CREATE_ERROR_WRONG_STRING Je karakternaam mag geen speciale tekens bevatten. +CREATE_EXIST_SAME_NAME Een ander karakter gebruikt deze naam. +CREATE_FAILURE Je kunt niet nog een karakter aanmaken. +CREATE_FULL Je kunt niet meer karakters aanmaken. +CREATE_GM_NAME GM +CREATE_INPUT_NAME Voer de naam in. +CREATE_PLUS_STAT Er zijn nog status punten over. +DAY Dagen +DONT_USE_ITEM_WHEN_SHOW_CONFIRM Wanneer een aanvraag loopt kun je geen items verplaatsen. +DO_YOU_BUY_ITEM1 Wil je %s voor %s kopen? +DO_YOU_BUY_ITEM2 Wil je %s %s voor %s kopen? +DO_YOU_DROP_MONEY Wil je %d Yang laten vallen? +DO_YOU_SELL_ITEM1 Wil je %s voor %s verkopen? +DO_YOU_SELL_ITEM2 Wil je %s %s voor %s verkopen? +DRAGON_SOUL_CANNOT_REFINE Deze Drakensteen kan niet worden verbeterd. +DRAGON_SOUL_CANNOT_REFINE_MORE Deze Drakensteen heeft al het hoogste level. +DRAGON_SOUL_EQUIP_WARNING1 Het is moeilijk om een Drakensteen te verwijderen als deze vastgezet is. +DRAGON_SOUL_EQUIP_WARNING2 Wil je nog steeds doorgaan? +DRAGON_SOUL_EXPIRED Verlopen Drakensteen +DRAGON_SOUL_INVALID_DRAGON_SOUL Dat is de verkeerde Drakensteen. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL Dat is geen Drakensteen. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE Dat is niet de juiste Drakensteen. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL Je hebt niet genoeg materialen om te verbeteren. +DRAGON_SOUL_NOT_MATCHED_SLOT De Drakensteen past niet op deze plek. +DRAGON_SOUL_STEP_LEVEL1 Helderheid: Mat, +DRAGON_SOUL_STEP_LEVEL2 Helderheid: Doorzichtig, +DRAGON_SOUL_STEP_LEVEL3 Helderheid: Foutloos, +DRAGON_SOUL_STEP_LEVEL4 Helderheid: Briljant, +DRAGON_SOUL_STEP_LEVEL5 Helderheid: Perfect, +DRAGON_SOUL_STRENGTH Level: +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 De Drakensteen kan vernietigt worden in het proces. +DRAGON_SOUL_UNEQUIP_WARNING2 Wil je nog steeds doorgaan? +DRAGON_SOUL_UNMATCHED_SLOT Dat is de verkeerde plek. +DRAGON_SOUL_UNQUALIFIED Je kan nog geen Drakensteen alchemie gebruiken. +DROP_ITEM_FAILURE_EQUIP_ITEM Je kunt items die je aan hebt niet laten vallen. +DROP_ITEM_FAILURE_PRIVATE_SHOP Je kunt geen voorwerpen laten vallen als je priv warenhuis open is. +DROP_MONEY_FAILURE_1000_OVER Je kunt maximaal 999 Yang laten vallen. +EMOTION_ANGRY Ergerlijk +EMOTION_ATTRACTIVE Verleiding +EMOTION_BANTER Spottend +EMOTION_CHEERS_1 Gejuich 1 +EMOTION_CHEERS_2 Gejuich 2 +EMOTION_CHEERUP Gejuich +EMOTION_CHOOSE_ONE Kies een doelwit +EMOTION_CLAP Klappen +EMOTION_CLAP_KISS Kus +EMOTION_CONGRATULATION Instemming +EMOTION_DANCE_1 Dans 1 +EMOTION_DANCE_2 Dans 2 +EMOTION_DANCE_3 Dans 3 +EMOTION_DANCE_4 Dans 4 +EMOTION_DANCE_5 Dans 5 +EMOTION_DANCE_6 Gumsan Stijl +EMOTION_FORGIVE Vergeving +EMOTION_FRENCH_KISS Tongzoen +EMOTION_JOY Vreugde +EMOTION_SAD Verdriet +EMOTION_SHY Afwijzing +EMOTION_SLAP Slaan +EMPIRE_A Shinsoo Keizerrijk +EMPIRE_B Chunjo Koninkrijk +EMPIRE_C Jinno Keizerrijk +EMPIRE_SELECT_MODE Koninkrijk selecteren +EXCHANGE_CANNOT_GIVE Je kunt dit Voorwerp niet verhandelen. +EXCHANGE_CANT_EDIT_MONEY Je kunt de som nu niet veranderen. +EXCHANGE_FAILURE_EQUIP_ITEM Je kunt Voorwerpen die je draagt niet ruilen. +EXCHANGE_MONEY Som +EXCHANGE_TITLE Handel met %s +FISHING_FAILURE Je hebt het Aas verloren. +FISHING_NOTIFY1 Het lijkt alsof %s beet heeft. +FISHING_NOTIFY2 Het lijkt alsof %s gepakt is. +FISHING_SUCCESS1 Je hebt %s gevangen! +FISHING_SUCCESS2 Je hebt %s uit het water gevist! +FISHING_UNKNOWN Iets heeft het aas genomen maar je kunt niet zien wat. +FISHING_WRONG_PLACE Ik kan hier niet vissen. +FOR_FEMALE voor vrouwen +FOR_MALE voor mannen +GAME_CANNOT_MINING Je kunt geen erts mijnen terwijl je rijdt. +GAME_CANNOT_PICK_ITEM Je kunt dit Voorwerp niet oppakken want je hebt het niet gewonnen. +GAME_INIT_ERROR_CURSOR De cursor kan niet worden gebruikt. +GAME_INIT_ERROR_DIRECTX DirectX 8.1 moet genstalleerd worden zodat het spel kan draaien.\nInstalleer DirectX 8.1 or higher. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE Er is geen grafisch apparaat gevonden. \nControleer of je Videokaart correct genstalleerd is. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST Grafisch apparaat kon niet gevonden worden. \nControleer of je een Grafische kaart hebt. \nOf, je kunt de hardware accelerator inschakelen \nStel de hardware accelerator in op max \nconfiguratiescherm -> beeldscherm -> instellingen- > geavanceerd -> probleem oplossen +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT De Grafische Kaart van de computer ondersteunt de venstermodus in 32bit Modus niet. \nVerander naar 16bit Modus of gebruik Volledige Scherm Modus. +GAME_INIT_ERROR_ITEM_PROTO Geen Voorwerp data aanwezig. \nInstalleer het spel opnieuw. +GAME_INIT_ERROR_MAIN_WINDOW Hoofdvenster kan niet geladen worden. +GAME_INIT_ERROR_MOB_PROTO Geen Monster data aanwezig. \nInstalleer het spel opnieuw. +GAME_INIT_ERROR_NETWORK Netwerk apparaten konden niet geladen worden. \nControleer je internet verbinding. +GAME_PICK_MONEY Je hebt %d Yang ontvangen. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT Hoogte is niet 128 Pixel +GUILDMARK_UPLOADER_ERROR_12_HEIGHT Hoogte is niet 12 Pixel +GUILDMARK_UPLOADER_ERROR_16_WIDTH Breedte is niet 16 Pixel +GUILDMARK_UPLOADER_ERROR_64_WIDTH Breedte is niet 64 Pixel +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT Het spel ondersteunt deze afbeelding niet. +GUILDMARK_UPLOADER_ERROR_PATH Plaats de data in de folder metin2/upload +GUILDMARK_UPLOADER_ERROR_SELECT Geen afbeelding bestand geselecteerd. +GUILDWAR_CTF_TITLE Vlag veroverd. +GUILDWAR_NORMAL_TITLE Veld Gevecht +GUILDWAR_QUESTION_LINE_1 De %s Gilde heeft de oorlog verklaard aan jouw Gilde. +GUILDWAR_QUESTION_LINE_2 Accepteren?(%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Gilde theater van Oorlog +GUILD_BUILDING_GRADE Rank +GUILD_BUILDING_NAME Naam van het gebouw +GUILD_CANNOT_HEAL_GSP_ANYMORE De Drakengeest energie is volledig hersteld +GUILD_COMMENT Schrijf +GUILD_CREATE_ERROR_INSULT_NAME Gildenaam is ongeldig. +GUILD_DEFAULT_GRADE Gilde leden +GUILD_DELETE Verwijder +GUILD_DEPOSIT Deponeer +GUILD_DO_YOU_HEAL_GSP Wil je %d Yang gebruiken om %d Drakengeest te herstellen? +GUILD_DO_YOU_JOIN heeft je uitgenodigd. Wil je je aansluiten bij de Gilde? +GUILD_EMPTY_AREA Leeg Land +GUILD_ENEMY_GUILD_NAME Gilde naam van de vijand +GUILD_FACILITY Bijgebouw +GUILD_GEM Edelsteen +GUILD_HEADQUARTER Hoofdgebouw +GUILD_HEAL_GSP Herstel Drakengeest +GUILD_INFO_ENEMY_GUILD_EMPTY Geen +GUILD_MARK_NOT_ENOUGH_LEVEL Minstens level 3 nodig. +GUILD_NAME Gilde Naam +GUILD_NOT_ENOUGH_MATERIAL Je hebt niet genoeg grondstoffen voor dit gebouw. +GUILD_NOT_ENOUGH_MONEY Je hebt niet genoeg Yang voor dit gebouw. +GUILD_NO_NOTICE_PERMISSION Je hebt geen rechten om aankondigingen te doen. +GUILD_OBJECT Voorwerpen +GUILD_OFFER_EXP Te investeren Ervaring +GUILD_SHORT_EXP Niet genoeg ervaringspunten. +GUILD_TILE_BASEINFO Basis Informatie +GUILD_TILE_BOARD Schoolbord +GUILD_TILE_GRADE Rechten Beheer +GUILD_TILE_INFO Gilde Informatie +GUILD_TILE_MEMBER Gilde Leden +GUILD_TILE_SKILL Gilde Vaardigheden +GUILD_VILLAGE_01 Miryang +GUILD_VILLAGE_02 Songpa +GUILD_VILLAGE_03 Daeyami +GUILD_WAR1 Gilde Oorlog Gebied +GUILD_WAR2 Gilde Oorlog Gebied +GUILD_WAR3 Gilde Oorlog Gebied +GUILD_WAR4 Gilde Oorlog Gebied +GUILD_WAR_LIMIT_30MIN Tijd: 30 Minuten +GUILD_WAR_REWARD_POTION Prijs: De winnaar ontvangt een Brouwsel +GUILD_WAR_USE_BATTLE_MAP Locatie: Gilde Oorlog Theater +GUILD_WAR_USE_NORMAL_MAP Locatie: Normale Map +GUILD_WAR_WIN_CHECK_SCORE Het hoogste resultaat wint de oorlog. +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Verover de vlag van de vijand +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 en breng het naar je basis. +GUILD_WAR_WIN_WIPE_OUT_GUILD Versla alle vijanden om te winnen. +GUILD_WITHDRAW Terugtrekken +GUILD_YOU_DO_NOT_JOIN Je bent geen lid van een Gilde. +HORSE_HEALTH0 Dood +HORSE_HEALTH1 Uithongeren +HORSE_HEALTH2 Hongerig +HORSE_HEALTH3 Vol +HORSE_LEVEL1 Normale Paard +HORSE_LEVEL2 Vecht Paard +HORSE_LEVEL3 Militaire Paard +HOUR Uren +HOW_MANY_ITEM_DO_YOU_DROP1 Wil je %s laten vallen? +HOW_MANY_ITEM_DO_YOU_DROP2 Wil je %s %d laten vallen? +INPUT_MATRIX_CARD_NUMBER Voer Matrix Kaartnummer in. +INPUT_MATRIX_CARD_TITLE Matrix Kaart +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Voer de code die je hebt gecreerd in Account Beheer hier in. +INPUT_PRIVATE_CODE_DIALOG_TITLE Verwijder karakter +INVENTORY_DO_NOT_PACK_WARP_SCROLL Geschrigten kunnen niet gecombineerd worden. +INVENTORY_REALLY_USE_ITEM Dit voorwerp op dit voorwerp gebruiken? +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Amateur Ninja +JOB_ASSASSIN1 Kracht van de Ninjas +JOB_ASSASSIN2 Ondood +JOB_SHAMAN Sjamaan +JOB_SHAMAN0 Amateur Sjamaan +JOB_SHAMAN1 Kracht van de Draak +JOB_SHAMAN2 Bliksem Kracht +JOB_SURA Sura +JOB_SURA0 Amateur Sura +JOB_SURA1 Kracht van de Fata Morgana +JOB_SURA2 Kracht van Zwarte Magie +JOB_WARRIOR Krijger +JOB_WARRIOR0 Amateur Krijger +JOB_WARRIOR1 Kracht van Arahan +JOB_WARRIOR2 Kracht van Partizaan +LEFT_TIME Overgebleven Tijd +LOGIN_CONNECT_FAILURE Fout bij de server verbinding. +LOGIN_CONNECT_SUCCESS Je bent verbonden met de server +LOGIN_CONNETING Je wordt verbonden met de server... +LOGIN_FAILURE_ALREAY Je account is al verbonden. +LOGIN_FAILURE_BE_SAME_KEY Registratie probleem. +LOGIN_FAILURE_BLOCK_ID Je account is geband. +LOGIN_FAILURE_BLOCK_LOGIN kies een van de andere servers! +LOGIN_FAILURE_NOBILL Je account heeft geen speeltijd. +LOGIN_FAILURE_NOT_AVAIL Je account kan niet worden gebruikt. +LOGIN_FAILURE_NOT_EXIST_ID Account naam of wachtwoord is incorrect +LOGIN_FAILURE_REPAIR_ID Voorwerpen zijn hersteld voor dit account. +LOGIN_FAILURE_SAMELOGIN Iemand heeft zich met jouw account verbonden. +LOGIN_FAILURE_SHUTDOWN De server is nog niet open. +LOGIN_FAILURE_TOO_MANY_USER Je kan niet verbonden worden want er zijn teveel spelers online. +LOGIN_FAILURE_UNKNOWN Je kon niet registreren voor onbekende redenen. +LOGIN_FAILURE_WEB_BLOCK Je bent geblokkerd bij de website. Controleer je e-mails alstublieft. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Je hebt een verkeerd nummer ingevoerd. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE Je hebt drie keer een verkeerd nummer ingevoerd. /n Je verbinding wordt verbroken. +LOGIN_FAILURE_WRONG_PASSWORD Account naam of wachtwoord is incorrect. +LOGIN_INPUT_ID Voer ID in. +LOGIN_INPUT_PASSWORD Voer wachtwoord in. +LOGIN_PROCESSING Login proces is gestart. +MALL_CANNOT_INSERT Je kunt het Voorwerp niet plaatsen. +MALL_PASSWORD_TITLE Wachtwoord +MAP_A1 Yongan Gebied +MAP_A2 Vallei van Seungryong +MAP_A2_1 +MAP_A3 Yayang Gebied +MAP_AG Jungrang +MAP_B1 Joan Gebied +MAP_B2 Imji Vallei +MAP_B3 Bokjung Gebied +MAP_BAY Baai van Nefriet +MAP_BAYBLACKSAND Baai van Nefriet +MAP_BG Waryong +MAP_C1 Pyungmo Gebied +MAP_C2 Bangsan Vallei +MAP_C3 Bakra Gebied +MAP_CAPE Cape Drakenvuur +MAP_CAPEDRAGONHEAD Cape Drakenvuur +MAP_CG Imha +MAP_DAWN Gautama Klif +MAP_DAWNMISTWOOD Gautama Klif +MAP_DESERT Yongbi Woestijn +MAP_DEVILCATACOMB Duivelse Catacomben +MAP_DEVILTOWER1 Demonen Toren +MAP_DUEL Trainingsgevecht Gebied +MAP_E Kolonie +MAP_EMPIREWAR01 Kasteelgevecht +MAP_EMPIREWAR02 Kasteelgevecht +MAP_EMPIREWAR03 Kasteelgevecht +MAP_FLAME Doyyumhwan +MAP_GUILD_01 Jungrang +MAP_GUILD_02 Waryong +MAP_GUILD_03 Imha +MAP_HOLYPLACE_DESERT Woestijnland Koninkrijk Gevecht +MAP_HOLYPLACE_FLAME Vuurland Koninkrijk Gevecht +MAP_HOLYPLACE_ICE IJsland Koninkrijk Gevecht +MAP_MILGYO Hwang Tempel +MAP_MILGYO_A +MAP_MONKEY_DUNGEON Hasun Dong +MAP_MONKEY_DUNGEON2 Jungsun Dong +MAP_MONKEY_DUNGEON3 Sangsun Dong +MAP_MONKEY_DUNGEON_11 Hasun Dong +MAP_MONKEY_DUNGEON_12 Hasun Dong +MAP_MONKEY_DUNGEON_13 Hasun Dong +MAP_MT_THUNDER Donder Gebergte +MAP_NUSLUCK Reuzen Land +MAP_NUSLUCK01 Reuzen Land +MAP_N_DESERT_01 Yongbi Woestijn +MAP_N_DESERT_02 +MAP_N_FLAME_01 Vuurland +MAP_N_FLAME_02 +MAP_N_FLAME_DUNGEON_01 Rode Draken Fort +MAP_N_SNOWM_01 Berg Sohan +MAP_N_SNOWM_02 +MAP_N_SNOW_DUNGEON_01 Nemeres Uitkijktoren +MAP_N_THREEWAY Vallei van Seungryong +MAP_OXEVENT OX-wedstrijd +MAP_PATHWAY_DESERT_01 Woestijnland Koninkrijk Gevecht +MAP_PATHWAY_DESERT_02 Woestijnland Koninkrijk Gevecht +MAP_PATHWAY_DESERT_03 Woestijnland Koninkrijk Gevecht +MAP_PATHWAY_FLAME_01 Vuurland Koninkrijk Gevecht +MAP_PATHWAY_FLAME_02 Vuurland Koninkrijk Gevecht +MAP_PATHWAY_FLAME_03 Vuurland Koninkrijk Gevecht +MAP_PATHWAY_ICE_01 IJsland Koninkrijk Gevecht +MAP_PATHWAY_ICE_02 Speelland +MAP_PATHWAY_ICE_03 IJsland Koninkrijk Gevecht +MAP_SKELTOWER Gumsan Toren +MAP_SKIPIA_DUNGEON_01 Grot der Verbanning +MAP_SKIPIA_DUNGEON_011 +MAP_SKIPIA_DUNGEON_012 +MAP_SKIPIA_DUNGEON_013 +MAP_SKIPIA_DUNGEON_02 Grot der Verbanning 2 +MAP_SKIPIA_DUNGEON_021 +MAP_SKIPIA_DUNGEON_022 +MAP_SKIPIA_DUNGEON_023 +MAP_SKIPIA_DUNGEON_BOSS Drakentempel +MAP_SKIPIA_DUNGEON_BOSS_1 Spinnenkerker 1 +MAP_SKIPIA_DUNGEON_BOSS_2 Spinnenkerker 2 +MAP_SKIPIA_DUNGEON_BOSS_3 Spinnenkerker 3 +MAP_SNOW Berg Sohan +MAP_SPIDER Kuahlo Dong +MAP_SPIDERDUNGEON Spinnenkerker 1 +MAP_SPIDERDUNGEON_02 Spinnenkerker 2 +MAP_SPIDERDUNGEON_02_1 Spinnenkerker 2 +MAP_SPIDERDUNGEON_03 Spinnenkerker 3 +MAP_SUNGZI Koninkrijk Gevecht +MAP_SUNGZI_DESERT_01 Woestijnland Koninkrijk Gevecht +MAP_SUNGZI_DESERT_HILL_01 Woestijnland Koninkrijk Gevecht +MAP_SUNGZI_DESERT_HILL_02 Woestijnland Koninkrijk Gevecht +MAP_SUNGZI_DESERT_HILL_03 Woestijnland Koninkrijk Gevecht +MAP_SUNGZI_FLAME_HILL_01 Vuurland Koninkrijk Gevecht +MAP_SUNGZI_FLAME_HILL_02 Vuurland Koninkrijk Gevecht +MAP_SUNGZI_FLAME_HILL_03 Vuurland Koninkrijk Gevecht +MAP_SUNGZI_SNOW IJsland Koninkrijk Gevecht +MAP_SUNGZI_SNOW_PASS01 IJsland Koninkrijk Gevecht +MAP_SUNGZI_SNOW_PASS02 IJsland Koninkrijk Gevecht +MAP_SUNGZI_SNOW_PASS03 IJsland Koninkrijk Gevecht +MAP_T1 Gilde Oorlog Gebied +MAP_T2 Gilde Oorlog Gebied +MAP_T3 Gilde Oorlog Gebied +MAP_T4 Gilde Oorlog Gebied +MAP_TEMPLE Hwang Tempel +MAP_THUNDER Donder Gebergte +MAP_TREE Lungsam +MAP_TRENT Spoken Woud +MAP_TRENT02 Rode Bos +MAP_TRENT02_A Rood Bos +MAP_TRENT_A +MAP_WEDDING_01 Trouwkaart +MAP_WL Slangenveld +MAP_WL_01 Slangenveld +MESSENGER_ADD_FRIEND Voeg Vriend toe +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s heeft je als vriend toegevoegd. +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Accepteren? +MESSENGER_DO_YOU_DELETE Verwijderen? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Wil je de Mobiele Telefoonnummer verwijderen? +MESSENGER_DO_YOU_MOVE Wil je doorgaan? +MESSENGER_EMPTY_LIST Leeg +MESSENGER_FAMILY Familie +MESSENGER_FRIEND Vrienden +MESSENGER_GUILD Gilde +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Voer het confirmatie nummer in dat naar je mobiele telefoon is gestuurd. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Voer confirmatie nummer in +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Voer mobiele telefoon nummer in voor het sms. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Wil je nu het nummer invoeren? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Voer mobiele telefoon nummr in. +MESSENGER_SEND_MOBILE_MESSAGE_TITLE Stuur bericht. +METIN_TEST +MINIMAP Open Mini Map +MINIMAP_CANNOT_SEE Mini Map kan niet gezien worden. +MINIMAP_CAN_NOT_SHOW_AREAMAP Mini Map kan niet getoond worden. +MINIMAP_DEC_SCALE Uit zoomen +MINIMAP_INC_SCALE Inzoomen +MINIMAP_OBSERVER_COUNT %d toeschouwers +MINIMAP_SHOW_AREAMAP Open Grote Map +MINUTE Minuten +MONETARY_UNIT0 Yang +MONETARY_UNIT1 Tien Duizend +MONETARY_UNIT2 Honderd Miljard +MONEY_INPUT_DIALOG_SELLPRICE Verkoop Prijs: +MOVE_ITEM_FAILURE_PRIVATE_SHOP Je kunt geen voorwerpen verplaatsen wanneer je een priv Warenhuis hebt geopend. +MUSIC_EMPTY_MUSIC_LIST Geen Achtergrond muziek. +MUSIC_METIN2_DEFAULT_THEMA Metin2 Standaard muziek. +MUSIC_NOT_SELECT_MUSIC Geen Muziek bestand geselecteerd. +NEEFD_REST Je moet eerst rusten. +NOT_YET_SUPPORT Nog niet ondersteund +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE Je kunt Gilde Modus niet activeren wanneer je niet bij een Gilde hoort. +OPTION_PVPMODE_NOT_SUPPORT Je kunt deze configuratie niet kiezen in PvP Modus. +OPTION_PVPMODE_PROTECT Je moet minstens level %d hebben om de PvP Modus te veranderen. +PARTY_ANSWER_TIMEOVER De uitnodiging is geweigerd. +PARTY_BONUS_ATTACKER Aanvals Waarde: +%d SA +PARTY_BONUS_BERSERKER Aanvals Snelheid: +%d SA +PARTY_BONUS_BUFFER Vaardig. duur: +%d SA +PARTY_BONUS_DEFENDER Verdediging: +%d SA +PARTY_BONUS_EXP Bonus ERV: %d%% SA +PARTY_BONUS_SKILL_MASTER Max. TP: +%d SA +PARTY_BONUS_TANKER Max. LP: +%d SA +PARTY_BREAK_UP Verwijder Groep +PARTY_DO_YOU_ACCEPT will zich aansluiten bij de Groep. +PARTY_DO_YOU_JOIN heeft je uitgenodigd om in de groep te komen. Accepteer? +PARTY_EXP_DISTRIBUTION_MODE ERV Verdeling +PARTY_EXP_DISTRIBUTION_MODE_LEVEL Level afhankelijk +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP Hoger Level groepsleden ontvangen meer ERV. +PARTY_EXP_DISTRIBUTION_MODE_PARITY Gelijk +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Alle Groepsleden ontvangen dezelfde ERV. +PARTY_HEAL_ALL_MEMBER Herstel alles. +PARTY_INCREASE_AREA_150 Bereik van de GRoep verhoogt met een factor 1.5. SNA +PARTY_INCREASE_AREA_200 Bereik van de Groep veerhoogd met een factor 2. SNA +PARTY_LEAVE Groep verlaten +PARTY_LONGTIME_BONUS_EXP Bonus ERV voor een lange groeps spel: +%d%% SA +PARTY_MEMBER_OFFLINE [Offline] +PARTY_RECALL_MEMBER Roep een Groepslid. +PARTY_REGEN_BONUS Bonus voor LP- + TP regeneratie: +%d%% SA +PARTY_REQUEST_DENIED Je uitnodiging is afgeslagen. +PARTY_SET_ATTACKER Voor Aanvaller uitmaken. +PARTY_SET_BERSERKER Voor Woesteling uitmaken. +PARTY_SET_BUFFER Voor Blokkeerder uitmaken. +PARTY_SET_DEFENDER Voor Verdediger uitmaken. +PARTY_SET_NORMAL Instellingen terugtrekken. +PARTY_SET_SKILL_MASTER Voor Vaardigheid Meester uitmaken. +PARTY_SET_TANKER Als Mesvechter vastleggen +PARTY_SKILL_ATTACKER Basis Aanvals Waarde Aanvaller +%.0f +PARTY_SKILL_BERSERKER Aanval Snelheid Woesteling +%.0f +PARTY_SKILL_BUFFER Vaardig. Duur Block +%.0f +PARTY_SKILL_DEFENDER Verdediging Verdediger +%.0f +PARTY_SKILL_HP_REGEN LP Regeneratie +%.0f%% +PARTY_SKILL_PARTY_AREA Groeps Bereik +%d%% +PARTY_SKILL_SKILL_MASTER Max. TP Vaardigheden Meester +%.0f +PARTY_SKILL_SP_REGEN TP Regeneratie +%.0f%% +PARTY_SKILL_TANKER Max. LP Mes Vechter +%.0f +PARTY_SKILL_WARP Mogelijk om groepsleden te roepen. +PASSWORD_TITLE Warenhuis wachtwoord +PICK_ITEM_TITLE Voorwerp Nummer +PICK_MONEY_TITLE Som +PRIVATE_SHOP_CANNOT_SELL_ITEM Je kunt dit Voorwerp niet verkopen in een priv Warenhuis. +PRIVATE_SHOP_CLOSE_QUESTION Wil je deze priv Warenhuis sluiten? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE Naam van de priv Warenhuis +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Prijs +PVP_LEVEL0 Ridderlijk +PVP_LEVEL1 Nobel +PVP_LEVEL2 Goed +PVP_LEVEL3 Vriendelijk +PVP_LEVEL4 Neutraal +PVP_LEVEL5 Agressief +PVP_LEVEL6 Frauduleus +PVP_LEVEL7 Kwaadwillig +PVP_LEVEL8 Gemeen +PVP_MODE_GUILD PvP - Gilde geactiveerd +PVP_MODE_KILL PvP - Vrij geactiveerd +PVP_MODE_NORMAL PvP - Vrede geactiveerd +PVP_MODE_PROTECT PvP - Bescherming geactiveerd +PVP_MODE_REVENGE PvP - Vijandig geactiveerd +PVP_OPTION_KILL Vrij +PVP_OPTION_NORMAL Vrede +PVP_OPTION_PROTECT Bescherming +PVP_OPTION_REVENGE Vijandig +QUEST_APPEND Nieuwe Quest verworven. +QUEST_MIN Min. +QUEST_SEC Sec. +QUEST_TIMEOVER Tijd Verlopen +QUEST_UNLIMITED_TIME Geen tijd limiet. +QUEST_ZEROSEC 0 Sec. +QUICKSLOT_REGISTER_DISABLE_ITEM Dit Voorwerp kan niet toegevoegd worden in de Snelle Toegangs Gebied +RECEIVE_MESSAGE %s heeft je een bericht gestuurd. +REFINE_COST Kosten voor Bevordering: %d Yang +REFINE_DESTROY_WARNING Dit Voorwerp kan vernietigd worden tijden het opwaarderen. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Dit zal de kansen voor upwaarderen vergroten. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 Als je niet slaagt dan kan het Voorwerp vernietigd worden. /n Wil je doorgaan? +REFINE_DOWN_GRADE_WARNING Dit Voorwerp kan gedegradeerd worden. +REFINE_DO_YOU_SEPARATE_METIN Wil je alle beschikbare Zielenstenen verwijderen? +REFINE_FAILURE Je hebt gefaald. +REFINE_FAILURE_CAN_NOT_ATTACH %s kan niet toegevoegd worden aan dat Voorwerp. +REFINE_FAILURE_EQUIP_ITEM Je kunt geen voorwerpen die je draagt upgraden. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM Er kon geen Zielen Steen weggehaald worden. +REFINE_FAILURE_NEED_BETTER_SCROLL Je hebt een betere Bevorderings Geschrift nodig. +REFINE_FAILURE_NO_GOLD_SOCKET Er is geen Goud fitting om %s in te zetten. +REFINE_FAILURE_NO_MORE_SOCKET Je kunt niet meer Fittingen maken. +REFINE_FAILURE_NO_SOCKET0 Er is geen Fitting om %s in te zetten. +REFINE_FAILURE_SOCKET_DISABLE_ITEM Je kunt geen Fitting maken in dit Voorwerp. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM Dit Voorwerp kan niet gepgrade worden. +REFINE_SUCCESS Het bevorderen van het Voorwerp was successvol. +REFINE_SUCCESS_PROBALITY Kans op Bevordering %d%% +REFINE_WARNING2 Wil je doorgaan? +SAFEBOX_ERROR Je hebt een verkeerde wachtwoord ingevoerd. +SAFEBOX_SELL_DISABLE_SAFEITEM Je kunt geen opgeslagen Voorwerpen verkopen. +SAFEBOX_WRONG_PASSWORD De wachtwoorden moeten identiek zijn. +SCREENSHOT_SAVE1 is opgeslagen in +SCREENSHOT_SAVE2 Screenshot Bestand +SCREENSHOT_SAVE_FAILURE Opslaan Screenshot mislukt. +SECOND Sec +SELECT_CAN_NOT_DELETE Je kunt de Charakter niet deleten. +SELECT_CHANGED_NAME Je hebt de naam van de karakter veranderd. +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME De karakter naam bestaat al. +SELECT_CHANGE_FAILURE_STRANGE_INDEX Probeer opnieuw. +SELECT_CHANGE_FAILURE_STRANGE_NAME Dat +SELECT_CHANGE_NAME_TITLE Verander karakter naam. +SELECT_DELEING Karakter zal verwijderd worden. +SELECT_DELETED Verwijdering successvol. +SELECT_DO_YOU_DELETE_REALLY Wil je doorgaan? +SELECT_EMPTY_SLOT Dit is een leeg veld. +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Voer een nieuwe karakter naam in. +SELECT_NOT_JOIN_GUILD Geen Gilde +SHOP_BUY_INFO Kies het Voorwerp dat je wilt kopen in het winkel venster. +SHOP_CANNOT_SELL_EQUIPMENT Je kunt niet voorwerpen verkopen die je draagt. +SHOP_CANNOT_SELL_ITEM Dit Voorwerp kan niet verkocht worden. +SHOP_ERROR_UNKNOWN Onbekende Winkel fout: %s +SHOP_INVALID_POS Dit Voorwerp kan hier niet gebruikt worden. +SHOP_INVENTORY_FULL Je Inventaris is vol. +SHOP_NOT_ENOUGH_MONEY Niet genoeg Yang +SHOP_NOT_ENOUGH_MONEY_EX Je hebt niet genoeg Yang. +SHOP_SELL_INFO Kies het Voorwerp dat verkocht gaat worden in je inventaris venster. +SHOP_SOLDOUT Uitverkocht +SHOT_ERROR_UNKNOWN Onbekende fout tijdens Lange Afstands Aanval: %s +SKILL_BLEEDING Bloeden +SKILL_BOHO Terugkaatsen +SKILL_BUDONG is niet meer gebruikt +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK Je hebt ERV nodig om deze Vaardigheid te leren. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Je hebt een boek nodig om deze Vaardigheid te leren. +SKILL_CHEONGEUN Sterk Lichaam +SKILL_CRITICAL Kritieke slag +SKILL_ENCHANT_POISON Gif Toedienen +SKILL_EUNHYEONG Camouflage +SKILL_FAINT Blackout +SKILL_FIND_TRAP Vind Val +SKILL_FIRE Permanent Vuur +SKILL_FISHMIND Vissen bol is actief +SKILL_GAMJI Verover +SKILL_GEOMGYEONG Aura van de Zwaard +SKILL_GEONGON SKILL_GEONGON Niet meer gebruikt +SKILL_GICHEON Draken Hulp +SKILL_GIGONG Chi Wenteling +SKILL_GONGPO Angst +SKILL_GRADE_NAME_GRAND_MASTER %s Groot Meester +SKILL_GRADE_NAME_MASTER %s Meester +SKILL_GRADE_NAME_PERFECT_MASTER %s Perfecte Meester +SKILL_GROUP_ASSASSIN_1 Mes +SKILL_GROUP_ASSASSIN_2 Boog +SKILL_GROUP_HORSE Ruiter Vaardigheden +SKILL_GROUP_SHAMAN_1 Draak +SKILL_GROUP_SHAMAN_2 Heling +SKILL_GROUP_SURA_1 Wapen +SKILL_GROUP_SURA_2 Magie +SKILL_GROUP_WARRIOR_1 Lichaam +SKILL_GROUP_WARRIOR_2 Mentaal +SKILL_GWIGEOM Betoverd Mes +SKILL_GYEONGGONG Verderlicht Lopen +SKILL_HEUKSIN Donkere Bescherming +SKILL_HOSIN Zegening +SKILL_HWAYEOM SKILL_HWAYEOM Niet meer gebruikt +SKILL_HYEOLMA SKILL_HYEOLMA Niet meer gebruikt +SKILL_INC_ATKSPD Aanvals snelheid verhoogd +SKILL_INC_MOVSPD Bewegings snelheid verhoogd +SKILL_INMA SKILL_INMA Niet meer gebruikt +SKILL_JEOJU Vloek +SKILL_JEONGEOP Heling +SKILL_JEONGWI Gevechts Opvlieging +SKILL_JEONSINBANGEO Volle Verdediging +SKILL_JEONSINGONGGYEOK Volle Aanval +SKILL_JEUNGCHE SKILL_JEUNGCHE Niet meer gebruikt +SKILL_JEUNGHON SKILL_JEUNGHON Niet meer gebruikt +SKILL_JEUNGRYEOK Aanval + +SKILL_JEUNGSOK Beweging + +SKILL_JIGAM SKILL_JIGAM Niet meer gebruikt +SKILL_JIPJUNG SKILL_JIPJUNG Niet meer gebruikt +SKILL_JUMAGAP Betoverd Pantser +SKILL_JUMAGEOM SKILL_JUMAGEOM Niet meer gebruikt +SKILL_KWAEGEOM SKILL_KWAEGEOM Niet meer gebruikt +SKILL_KWAESOK Snelheid +SKILL_LEGBOUND SKILL_LEGBOUND Niet meer gebruikt +SKILL_MUSA SKILL_MUSA Niet meer gebruikt +SKILL_MUYEONG Geest van de Vlam +SKILL_NEED_EMPTY_BOTTLE Ik heb geen Lege Fles. +SKILL_NEED_POISON_BOTTLE Ik heb geen Gif Fles +SKILL_ONLY_FOR_GUILD_WAR Je kunt deze Vaardigheid alleen tijdens een Gilde Oorlog gebruiken. +SKILL_PABEOP Neutraliseer Spreuk +SKILL_POWERFUL_STRIKE Overdonderend Aanval +SKILL_SEOMGWANG Bliksem Bom +SKILL_SINCHAK SKILL_SINCHAK Niet meer gebruikt +SKILL_SLEEP Slaap +SKILL_SLOW Langzaam +SKILL_STUN Overdonderen +SKILL_SUHO Wachter +SKILL_SUMMON_DESCRIPTION Kans van de Evocatie: %d%% +SKILL_TOOLTIP_INT Intelligentie +SKILL_TOOLTIP_LEVEL Level +SKILL_TOXICDIE Vergiftiging +SKILL_TOXICPOWER Gif Aanval waarde verhoogd +SKILL_TUSOK Geest Slag +SKILL_WONSIN SKILL_WONSIN Niet meer gebruikt +SKILL_YONGSIN SKILL_YONGSIN Niet meer gebruikt +STAT_MINUS_CON Vitaliteits Afstelling (Resterende kans: %d) +STAT_MINUS_DEX Behendigheids Afstelling (Resterende kans: %d) +STAT_MINUS_INT Intelligentie Afstelling (Resterende Kans: %d) +STAT_MINUS_STR Kracht Afstelling (Resterende Kans: %d) +STAT_TOOLTIP_CON Verhoogd LP en Verdediging +STAT_TOOLTIP_DEX Verhoogd Aanval en Handigheid +STAT_TOOLTIP_INT Verhoogd TP, magische aanvalskracht en verdediging +STAT_TOOLTIP_STR Verhoogd Aanvals waarde en Schade +SYMBOLLIST_TITLE Registreer Gilde Vlag +SYSTEM_OPTION_CPU_TILING_1 CPU Tiling Mode kan de snelheid van een zwakke PC verhogen. +SYSTEM_OPTION_CPU_TILING_2 Al er een probleem is met de illustraties kies dan ,Systemoption of ,CONFIG.exe +SYSTEM_OPTION_CPU_TILING_3 en verander naar GPU Tiling Mode. +SYSTEM_OPTION_GPU_TILING_1 GPU Tiling Mode kan langzaam draaien op een zwakke PC. +SYSTEM_OPTION_GPU_TILING_2 Als er problemen zijn met de illustraties, kies 'Systeem Opties of 'CONFIG.exe +SYSTEM_OPTION_GPU_TILING_3 en verander naar GPU Tiling Mode. +SYSTEM_OPTION_TILING_EXIT Om naar de Tiling Mode te veranderen moet het spel gerestart worden. +TARGET_BUTTON_ACCEPT_FIGHT Toestemmen +TARGET_BUTTON_AVENGE Wraak +TARGET_BUTTON_BUILDING_DESTROY Vernietigen +TARGET_BUTTON_DISMOUNT Afstijgen +TARGET_BUTTON_EMOTION_ALLOW Emoties +TARGET_BUTTON_EXCHANGE Handelen +TARGET_BUTTON_EXCLUDE Uitsluiten +TARGET_BUTTON_EXIT_OBSERVER Bendig Toeschouwer Mode +TARGET_BUTTON_FIGHT Duel +TARGET_BUTTON_FRIEND Vriend +TARGET_BUTTON_INVITE_GUILD Gilde Uitnodiging +TARGET_BUTTON_INVITE_PARTY Groeps Uitnodiging +TARGET_BUTTON_LEAVE_PARTY Verlaat Groep +TARGET_BUTTON_REQUEST_ENTER_PARTY Aansluiten bij Groep +TARGET_BUTTON_VIEW_EQUIPMENT Pantser +TARGET_BUTTON_WHISPER Fluisteren +TARGET_LEVEL_BOSS Baas +TARGET_LEVEL_KING Level 5. +TARGET_LEVEL_KNIGHT Level 3. +TARGET_LEVEL_PAWN Level 1. +TARGET_LEVEL_S_KNIGHT Level 4. +TARGET_LEVEL_S_PAWN Level 2. +TASKBAR_ATTACK Aanvallen +TASKBAR_AUTO Automatisch Aanvallen +TASKBAR_CAMERA Camera +TASKBAR_EXP Ervaring +TASKBAR_HP LP +TASKBAR_MOVE Beweeg +TASKBAR_SKILL Vaardigheid +TASKBAR_SP TP +TASKBAR_ST UV +THING_COUNT alle +TOOLTIP_ANTI_CRITICAL_PCT Weerstand tegen kritieke slagen +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT Weerstand tegen perforerende slagen +%d%% SA +TOOLTIP_ANTI_SELL Kan niet verkocht worden in een Warenhuis +TOOLTIP_APPLY_ACCEDRAIN_RATE Absorberingswaarde: %d%% SA +TOOLTIP_APPLY_ATTBONUS_ANIMAL Sterk tegen Dieren +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Sterk tegen Ninjas +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL Sterk tegen Duivel +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Sterk tegen Halfmensen +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Sterk tegen Mystici +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Sterk tegen Monster +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC Sterk tegen Orks +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN Sterk tegen Sjamaan +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Sterk tegen Sura +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD Sterk tegen Ondoden +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Sterk tegen Krijger +%d%% SA +TOOLTIP_APPLY_BLEEDING_PCT Bloedingsaanval + %d%% SA +TOOLTIP_APPLY_BLEEDING_REDUCE Weerstand tegen Bloedingsaanvallen + %d%% SA +TOOLTIP_APPLY_BLOCK %d%% Kans om Aanvallen te blokkeren tegen het Lichaam SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER Herstel TP in 5 seconden in een gevecht %d SA +TOOLTIP_APPLY_CRITICAL_PCT Kans op Kritieke Slag +%d%% SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% Kans om TP terug te krijgen wanneer je wordt geraakt SA +TOOLTIP_APPLY_DODGE Kans om Pijlen te ontwijken %d%% SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% Kans op ERV Bonus SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% Kans om dubbele Yang te laten vallen SA +TOOLTIP_APPLY_IMMUNE_FALL Immuun tegen neervallen SNA +TOOLTIP_APPLY_IMMUNE_SLOW Verdediging tegen langzaam maken SNA +TOOLTIP_APPLY_IMMUNE_STUN Verdediging tegen blackouts SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% Kans om dubbel zo veel Voorwerpen te laten vallen SA +TOOLTIP_APPLY_KILL_HP_RECOVER %d%% Kans om LP te herstellen SA +TOOLTIP_APPLY_KILL_SP_RECOVER %d%% Kans om TP te herstellen SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% Kans om de TP van de vijand te nemen SA +TOOLTIP_APPLY_MAX_HP_PCT Max. LP +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT Max. TP +%d%% SA +TOOLTIP_APPLY_NOAFFECT Geen effect +TOOLTIP_APPLY_NO_DEATH_PENALTY Er zullen geen ervaringspunten verloren gaan wanneer je karakter tot leven is gewekt op de plek van zijn dood SNA +TOOLTIP_APPLY_PENETRATE_PCT %d%% Kans op Penetrerende Schoten SA +TOOLTIP_APPLY_POISON_PCT Vergiftigings Kans: %d%% SA +TOOLTIP_APPLY_POISON_REDUCE Vergif Weerstand: %d%% SA +TOOLTIP_APPLY_POTION_BONUS Brouwsel %d%% effect verhoging SA +TOOLTIP_APPLY_REFLECT_CURSE Kans om vloek te weerkaatsen: %d%% SA +TOOLTIP_APPLY_REFLECT_MELEE %d%% Kans om directe lichaam slag te weerkaatsen SA +TOOLTIP_APPLY_RESIST_ASSASSIN Verdedigings kans tegen Ninja aanvallen: %d%% SA +TOOLTIP_APPLY_RESIST_BELL Bel Verdediging %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER Mes Verdediging %d%% SA +TOOLTIP_APPLY_RESIST_FAN Waaier Verdediging %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN Verdedigings Kans tegen Sjamaam aanvallen: %d%% SA +TOOLTIP_APPLY_RESIST_SURA Verdedigings Kans tegen Sura aanvallen: %d%% SA +TOOLTIP_APPLY_RESIST_SWORD Zwaard Verdediging %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND Twee-Handig Verdediging %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR Verdediging Kans tegen Krijger aanvallen: %d%% SA +TOOLTIP_APPLY_RESIST_WIND Wind Weerstand %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS Kans om van boeken te leren verhoogd met factor 2.5. SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY Als leren faalt wordt de Gemene Geest Vloek opgeheven. SNA +TOOLTIP_APPLY_SLOW_PCT Langzaam maken Kans: %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% Schade zal geabsorbeerd worden door LP. SA +TOOLTIP_APPLY_STEAL_SP %d%% Schade zal geabsorbeerd worden door TP SA +TOOLTIP_APPLY_STUN_PCT Kans op Blackout: %d%% SA +TOOLTIP_ARMOR Pantser +TOOLTIP_ARROW Pijl +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE Aanvals waarde +%d SA +TOOLTIP_ATT_SPEED Aanvals Snelheid +%d SA +TOOLTIP_AUTO_POTION_HP Zon Elixer +TOOLTIP_AUTO_POTION_REST Resterend: %.2f%% +TOOLTIP_AUTO_POTION_SP Maan Elixer +TOOLTIP_AUTO_POTION_USING Actief +TOOLTIP_BOW_DISTANCE Boog Bereik +%dm SA +TOOLTIP_BUYPRICE Prijs: %s +TOOLTIP_CAST_SPEED Spreuk Snelheid: +%d%% SA +TOOLTIP_CON Vitaliteit +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Kostuum bonus %d%% SA +TOOLTIP_DEF_GRADE Verdediging +%d SA +TOOLTIP_DEX Behendigheid +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Aarde SNA +TOOLTIP_DRAGON_SOUL_DECK2 Lucht SNA +TOOLTIP_EAR Oorbel +TOOLTIP_ENERGY Energie %d SA +TOOLTIP_ETC En zo voorts +TOOLTIP_FISHINGROD_EXP Punten %d / %d +TOOLTIP_FISHINGROD_LEVEL Level: %d +TOOLTIP_FISHINGROD_UPGRADE1 Geef het aan de Visserman +TOOLTIP_FISHINGROD_UPGRADE2 om een betere +TOOLTIP_FISHINGROD_UPGRADE3 Vis Hengel te krijgen. +TOOLTIP_FISH_LEN Lengte: %.2fcm +TOOLTIP_HELMET Helm +TOOLTIP_HP_REGEN LP Regeneratie +%d%% SA +TOOLTIP_INT Intelligentie +%d SA +TOOLTIP_ITEM_ATT_GRADE Aanvals Waarde %d +TOOLTIP_ITEM_ATT_POWER Aanvals Waarde %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Aanvals Waarde %d +TOOLTIP_ITEM_ATT_POWER_REFINE Aanvals Waarde %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Aanvals Snelheid %s +TOOLTIP_ITEM_DEF_GRADE Verdediging %d +TOOLTIP_ITEM_FAST Snel +TOOLTIP_ITEM_LIMIT_CON Vitaliteits bovengrens: %d +TOOLTIP_ITEM_LIMIT_DEX Behendigheids bovengrens: %d +TOOLTIP_ITEM_LIMIT_INT Intelligentie Boven Limiet: %d +TOOLTIP_ITEM_LIMIT_LEVEL Van Level: %d +TOOLTIP_ITEM_LIMIT_STR Kracht Boven Limiet: %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Magische Aanvals Waarde %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Magische Aanvals Waarde %d +TOOLTIP_ITEM_MAGIC_DEF_POWER Magische Verdediging %d +TOOLTIP_ITEM_NORMAL Normaal +TOOLTIP_ITEM_SLOW Langzaam +TOOLTIP_ITEM_VERY_FAST Heel snel +TOOLTIP_ITEM_VERY_SLOW Heel langzaam +TOOLTIP_ITEM_WEARABLE_JOB [ Draagbaar ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER Geluks Nummer: %d +TOOLTIP_MAGIC_ATTBONUS_PER Magische aanval +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE Magische Aanvals Waarde +%d SA +TOOLTIP_MAGIC_DEF_GRADE Magische Verdediging +%d SA +TOOLTIP_MALL_ATTBONUS Aanvals Waarde +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC Aanvals Waarde +12~15% SNA +TOOLTIP_MALL_AUTOLOOT Een hand die automatisch gevallen Yang opraapt. SNA +TOOLTIP_MALL_DEFBONUS Verdediging +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC Verdediging +12~15% SNA +TOOLTIP_MALL_EXPBONUS ERV +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe ERV Bonus +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC Verhoogt ontvangen ERV met 50% SNA +TOOLTIP_MALL_FISH_MIND Je kans om een zeldzame vis te vangen is verdubbeld. SNA +TOOLTIP_MALL_GOLDBONUS Kans om Yang buit te maken is vermenigvuldigd met %.1f SA +TOOLTIP_MALL_GOLDBONUS_STATIC Verdubbelt je kans om Yang buit te maken SNA +TOOLTIP_MALL_ITEMBONUS Kans om Voorwerpen buit te maken vermenigvuldigd met %.1f SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe Kans om Voorwerpen buit te maken %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC Verdubbelt je kansen om Voorwerpen buit te maken SNA +TOOLTIP_MALL_MARRIAGE_FAST Liefdespunten verhogen sneller. SNA +TOOLTIP_MALL_SAFEBOX Je opslag krijgt 2 opslag ruimtes SNA +TOOLTIP_MAX_HP Max. LP +%d SA +TOOLTIP_MAX_HP_PCT Max. LP +%d%% SA +TOOLTIP_MAX_SP Max. TP +%d SA +TOOLTIP_MAX_SP_PCT Max. TP +%d%% SA +TOOLTIP_MAX_STAMINA Max. Uithoudingsvermogen +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Magische/fysieke aanval +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR GPS ERROR(%d, %d) +TOOLTIP_MOV_SPEED Beweeg Snelheid %d%% SA +TOOLTIP_NECK Ketting +TOOLTIP_NEED_ALL_SP Benodigde TP: Max. +TOOLTIP_NEED_GSP Benodigde Drankengeest: %d +TOOLTIP_NEED_HP Benodigde LP: %d +TOOLTIP_NEED_HP_PER_SEC LP / Sec.: %d +TOOLTIP_NEED_SKILL_POINT Benodigde Vaardigheids Punten: +TOOLTIP_NEED_SP Benodigde TP: %d +TOOLTIP_NEED_SP_PER_SEC TP / Sec.: %d +TOOLTIP_NEXT_SKILL_LEVEL_1 Volgende Level: %d (Max. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Volgende Level: %d (Max. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Gemiddelde Schade %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS Gemiddelde Schade Weerstand %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 Meer dan %d Groeps leden. +TOOLTIP_PARTY_INFO_GRADE_UP2 Aanvals Level +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Verdedigings Level +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL Herstelet LP/TP voor alle Groepsleden voor 60 minuten. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL Herstelt LP/TP voor alle Groepsleden voor 30 minuten +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Je moet 3 minuten wachten na de dood van een groepslid. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Je kunt Groepsleden die op dezelfde server zitten altijd roepen. +TOOLTIP_PARTY_INFO_SET_ATTACKER Aanvals Level +(Getal Groepsleden./2) Aanvaller %d kan gekozen worden. +TOOLTIP_PARTY_INFO_SET_TANKER Verdedigings Level +( Getal Groepsleden) Mesvechters 1 kan gekozen worden. +TOOLTIP_PARTY_SKILL_LEVEL Huidige Level: %d +TOOLTIP_PARTY_TITLE_GRADE_UP [Aanval/Verdediging gepgrade] +TOOLTIP_PARTY_TITLE_HEAL [herstel] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Wanneer je meer dan %d Groepsleden hebt krijg je %d%% Bonus ERV. +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonus ERV] +TOOLTIP_PARTY_TITLE_RECALL [Roep] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [Benoem Aanvaller] +TOOLTIP_PARTY_TITLE_SET_TANKER [Benoem Mes Vechter] +TOOLTIP_PICK_EXP Punten: %d / %d +TOOLTIP_PICK_LEVEL Level: %d +TOOLTIP_PICK_UPGRADE1 Geef het aan de Houthakker +TOOLTIP_PICK_UPGRADE2 om een +TOOLTIP_PICK_UPGRADE3 Pikhouweel. +TOOLTIP_POTION_CURE Heel negative effecten. +TOOLTIP_POTION_MIN Min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Aanvals snelheid +%d +TOOLTIP_POTION_PLUS_HP_PERCENT LP +%d%% +TOOLTIP_POTION_PLUS_HP_POINT LP +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Beweeg snelheid +%d +TOOLTIP_POTION_PLUS_SP_PERCENT TP +%d%% +TOOLTIP_POTION_PLUS_SP_POINT TP +%d +TOOLTIP_POTION_SEC Sec. +TOOLTIP_POTION_TIME Duratie: +TOOLTIP_REQUIREMENT_21_LEVEL Je moet Level 21 bereikt hebben. +TOOLTIP_REQUIREMENT_41_LEVEL Je moet Level 41 bereikt hebben. +TOOLTIP_REQUIREMENT_LEVEL Je moet Level %d bereikt hebben. +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s Level %d nodig. +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d nodig +TOOLTIP_RESIST_BOW Pijl Weerstand %d%% SA +TOOLTIP_RESIST_DARK Weerstand tegen duisternis +%d%% SA +TOOLTIP_RESIST_EARTH Aarde weerstand +%d%% SA +TOOLTIP_RESIST_ELEC Bliksem Weerstand %d%% SA +TOOLTIP_RESIST_FIRE Vuur Weerstand %d%% SA +TOOLTIP_RESIST_ICE Ijsweerstand +%d%% SA +TOOLTIP_RESIST_MAGIC Magie Weerstand %d%% SA +TOOLTIP_REST_USABLE_COUNT Over: %d +TOOLTIP_SEALED Zielsgebonden +TOOLTIP_SELLPRICE Prijs: %s +TOOLTIP_SHAMAN Sjamaan +TOOLTIP_SHIELD Schild +TOOLTIP_SHOES Shoenen +TOOLTIP_SKILL Vaardigheden SNA +TOOLTIP_SKILLBOOK_NAME Vaardigheden Boek +TOOLTIP_SKILL_AFFECT_ATT_GRADE Aanvals Waarde: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Aanvals Waarde: +TOOLTIP_SKILL_AFFECT_ATT_SPEED Aanvals Snelheid: + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Verdediging: +TOOLTIP_SKILL_AFFECT_DODGE Opponent Aanvals Waarde: - +TOOLTIP_SKILL_AFFECT_HEAL Herstel LP: +TOOLTIP_SKILL_AFFECT_MOV_SPEED Beweeg Snelheid: + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Kans om fysieke aanvallen te weerkaatsen: +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Weertand tegen Lichaam Schade: +TOOLTIP_SKILL_COOL_TIME Laadtijd: +TOOLTIP_SKILL_DAMAGE_BONUS Vaardigheid Schade %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS Weerstand tegen Vaardigheden Schade %d%% SA +TOOLTIP_SKILL_DURATION Duratie: %d Sec. +TOOLTIP_SKILL_FORGET_BOOK_NAME Boek der Vergetelheid +TOOLTIP_SKILL_LEVEL Huidige Level: %d +TOOLTIP_SKILL_LEVEL_MASTER Huidige Level: %d (Meester) +TOOLTIP_SKILL_LEVEL_WITH_MAX Huidige Level: %d (Max. %d) +TOOLTIP_SOCKET_EMPTY Leeg +TOOLTIP_SOCKET_REFINABLE_ITEM [Voorwerp met een fitting] +TOOLTIP_SP_REGEN TP Regeneratie +%d%% SA +TOOLTIP_STR Kracht +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX Tijdopladen %d sec. SA +TOOLTIP_TIME_CHARGER_PER Tijd opladen %d%% SA +TOOLTIP_UNIQUE Uniek +TOOLTIP_UNSEAL_LEFT_TIME Verwijdering van zielsgebonden over: %du %dm +TOOLTIP_WARRIOR Krijger +TOOLTIP_WEAPON Wapen +TOOLTIP_WRISTLET Armband +UI_ACCEPT Accepteer +UI_CANCEL Annuleer +UI_CLOSE Sluit +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Afwijzen +UI_ITEM Voorwerp +UI_LEFT_TIME Resterende Tijd: %d Sec. +UI_NEXT Doorgaan +UI_NEXTPAGE Volgende +UI_NOCONTENTS Geen Inhoud +UI_NONAME Geen Naam +UI_OK OK +UI_POS_UNKNOWN Onbekende Plek +UI_PREVPAGE terug +UI_UNKNOWN Onbekend +UPLOAD_MARK_CHECK_NEED_RECONNECT De upload moet opnieuw gestart worden. +UPLOAD_MARK_UPLOAD_NEED_RECONNECT De upload moet opnieuw gestart worden. +USE_ITEM_FAILURE_PRIVATE_SHOP Je kunt voorwerpen niet gebruiken terwijl je priv warenhuis open is. +USE_SKILL_ERROR_UNKNOWN Onbekend Vaardigheids Error: %s diff --git a/bin/pack/locale_nl/locale/nl/locale_interface.txt b/bin/pack/locale_nl/locale/nl/locale_interface.txt new file mode 100644 index 00000000..c388fa12 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/locale_interface.txt @@ -0,0 +1,345 @@ +ACCEPT Accepteer +ATTACH_METIN_INFO Wil je de Zielsteen toevoegen? +ATTACH_METIN_TITLE De Zielsteen word toegevoegd. +CANCEL Annuleer +CHANGE_PASSWORD_CONFIRM Bevestig nieuw wachtwoord +CHANGE_PASSWORD_NEW Nieuw wachtwoord +CHANGE_PASSWORD_OLD Oude wachtwoord +CHANGE_PASSWORD_TITLE Wachtwoord veranderen +CHARACTER_ACTION Emotie +CHARACTER_EMOTICON Emotie +CHARACTER_MAIN Karakter +CHARACTER_MUTUAL_ACTION Wederzijdse Emotie +CHARACTER_NORMAL_ACTION Normale Emotie +CHARACTER_QUEST Missies +CHARACTER_SKILL Vaardigheid +CLOSE Sluit +COMB_APPEARANCE Kostuum 1 +COMB_ATTRIBUTE Kostuum 2 +COMB_SKILLBOOK_TILE Boeken verhandelen +COMB_TITLE +COSTUME_TITLE Kostuums +COSTUME_WINDOW_TITLE Kostuums +CREATE_ATT_GRADE KRA +CREATE_CREATE Maak +CREATE_DEX_GRADE BEH +CREATE_HP LP +CREATE_LAST_POINT Punten +CREATE_MAN Man +CREATE_NAME Naam +CREATE_NEXT Volgende +CREATE_PREV Terug +CREATE_SEX Geslacht +CREATE_SHAPE Vorm +CREATE_SP INT +CREATE_STAT_RESET Terugzetten +CREATE_WOMAN Vrouw +CUBE_INFO_TITLE Verbeteringen Handboek +CUBE_REQUIRE_MATERIAL Benodigde materialen +CUBE_REQUIRE_MATERIAL_OR of +CUBE_TITLE Verbeteringsscherm +DO_REFINE Verbeter +DRAGONSOUL_ACTIVATE Activeer +DRAGONSOUL_PAGE_BUTTON_1 Ruw +DRAGONSOUL_PAGE_BUTTON_2 Geslepen +DRAGONSOUL_PAGE_BUTTON_3 Zeldzaam +DRAGONSOUL_PAGE_BUTTON_4 Antiek +DRAGONSOUL_PAGE_BUTTON_5 Legendarisch +DRAGONSOUL_REFINE_WINDOW_TITLE Verbeteringsscherm +DRAGONSOUL_TAP_TITLE_1 Drakendiamant +DRAGONSOUL_TAP_TITLE_2 Drakenrobijn +DRAGONSOUL_TAP_TITLE_3 Drakenjade +DRAGONSOUL_TAP_TITLE_4 Drakensaffier +DRAGONSOUL_TAP_TITLE_5 Drakengranaat +DRAGONSOUL_TAP_TITLE_6 Drakenonyx +DRAGONSOUL_TITLE Drakensteen Alchemie +EMPIRE_EXIT Exit +EMPIRE_NEXT Volgende +EMPIRE_PREV Terug +EMPIRE_SELECT Kies +EXCHANGE_ACCEPT Accepteer +EXCHANGE_TITLE Handelen +GAMEOPTION_TITLE Spel Opties +GAME_EXIT_OBSERVER Beindig Observatie Modus +GAME_HELP Help +GAME_QUEST Taken +GAME_SKILL_UP Vaardigheden Verhogen +GAME_STAT_UP Status Verhogen +GRADE Klasse +GRADE_SELECT Klasse +GUILD_BASENAME Basis Naam +GUILD_BOARD_ID Naam +GUILD_BOARD_REFRESH Vernieuwen (F5) +GUILD_BOARD_TEXT Bericht +GUILD_BUILDING_CATEGORY_TITLE Bouw Eenheden +GUILD_BUILDING_CHANGE Verander +GUILD_BUILDING_DIRECTION Orintatie +GUILD_BUILDING_GRADE Rank +GUILD_BUILDING_INFO Gebouwen en Kosten Informatie +GUILD_BUILDING_LIST_TITLE Gebouwen Lijst +GUILD_BUILDING_LOG Stam +GUILD_BUILDING_NAME Gebouw Naam +GUILD_BUILDING_OPERATE Bedienen +GUILD_BUILDING_PLY Triplex +GUILD_BUILDING_POSITION Positie +GUILD_BUILDING_PREVIEW Preview +GUILD_BUILDING_PRICE Prijs +GUILD_BUILDING_REFRESH Refresh (F5) +GUILD_BUILDING_STONE Steen +GUILD_BUILDING_TITLE Gilde Huis Bouw +GUILD_CRYSTAL Kristal +GUILD_DEPOSIT Aanbetalen +GUILD_DROP_RESOURCE1 Hier +GUILD_DROP_RESOURCE2 Grondstof laten vallen +GUILD_GEM Edelsteen +GUILD_GRADE_CHANGE_GRADE_NAME Nieuwe rank naam +GUILD_GRADE_NUM Nr. +GUILD_GRADE_PERMISSION_DELETE Ontslaan +GUILD_GRADE_PERMISSION_JOIN Uitnodigen +GUILD_GRADE_PERMISSION_NOTICE Schrijven +GUILD_GRADE_PERMISSION_SKILL Vaardigheden +GUILD_GRADE_RANK Rank +GUILD_GRADE_WRITE Schrijf +GUILD_INFO Gilde Informatie +GUILD_INFO_CUR_EXP Ervaring +GUILD_INFO_DECALRE_WAR Oorlog Verklaren +GUILD_INFO_ENEMY_GUILD Vijandelijke Gilde +GUILD_INFO_ENEMY_GUILD_EMPTY Geen +GUILD_INFO_LEVEL Gilde Niveau +GUILD_INFO_MARK Gilde Teken +GUILD_INFO_MASTER Leider +GUILD_INFO_MASTER_VALUE Leider +GUILD_INFO_MEMBER_AVG_LEVEL Gemiddelde Niveau +GUILD_INFO_MEMBER_NUM Aantal leden +GUILD_INFO_NAME Gilde Naam +GUILD_INFO_NAME_VALUE Dit is een Gilde Naam +GUILD_INFO_OFFER_EXP Investeren +GUILD_INFO_REST_EXP Benodigde Erv. +GUILD_INFO_UPLOAD_MARK Teken Uploaden +GUILD_INFO_UPLOAD_SYMBOL Vlag Uploaden +GUILD_MARK Gilde Teken +GUILD_MEMBER_JOB Klasse +GUILD_MEMBER_KNIGHT Leider +GUILD_MEMBER_LEVEL Niveau +GUILD_MEMBER_NAME Naam +GUILD_MEMBER_RANK Rank +GUILD_MEMBER_SPECIFIC_GRAVITY Investeer +GUILD_METIN_STONE Zielen Steen +GUILD_MINENAL Mineraal +GUILD_MONEY Yang +GUILD_NAME Gilde +GUILD_RESOURCE_INFO Grondstof Informatie +GUILD_SKILL_ACTIVE Actief +GUILD_SKIlL_HEAL_GSP Kracht terug winnen +GUILD_SKILL_PASSIVE Passief +GUILD_SKILL_POWER Energie +GUILD_SKILL_STATE Vaardigheden van de Gilde +GUILD_SYMBOL Gilde Vlag +GUILD_WAR_ACCEPT Accepteer Oorlogs Verklaring +GUILD_WAR_BATTLE_TYPE Gevechts Soort +GUILD_WAR_CTF Vlag +GUILD_WAR_DECLARE Verklaar Gilde Oorlog +GUILD_WAR_ENEMY Vijand +GUILD_WAR_NORMAL Veld +GUILD_WAR_WARP Arena +GUILD_WATER Water +GUILD_WATER_STONE Watersteen +GUILD_WITHDRAW Neem +HELP_ATTACK_KEY Aanval: linker muisknop of spatiebalk +HELP_CHANGE_PK_MODE Verander aanvalmode: verander de setting van de linker muis knop +HELP_CHARACTER_BUTTON1 (Karakter Venster, Inventaris Venster, +HELP_CHARACTER_BUTTON2 Lijst van vrienden en opties) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Camera standpunt: middelste en rechter muis knop +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Camera standpunt: rechter of middelste muis knop +HELP_EXP Ervaring +HELP_FURY Ingame Voorwerpen Winkel +HELP_GUILD_WINDOW Open Gilde venster: Alt Toets + G +HELP_HELP Help: Toets H +HELP_HP Levenspunten (LP) +HELP_MESSENGER_WINDOW Open vriendenlijst: Alt + M +HELP_MOUSE_LEFT Functie van de linker Muis Knop +HELP_MOUSE_RIGHT Functie van de rechter Muis Knop +HELP_MOVE_KEY Karakter paneel: Toetsen W, S, A, D, en de Pijl Toetsen. +HELP_OPEN_CHARACTER Open karakter venster: toets C +HELP_OPEN_CHAT Open chat venster: Enter +HELP_OPEN_INVENTORY Open inventaris venster: I +HELP_OPEN_LOG Open Chatgeschiedenis: L +HELP_OPEN_MINIMAP Open mini map: Shift + M +HELP_OPEN_QUEST Open Taken Venster: N +HELP_OPEN_SKILL Open vaardigheden venster: V +HELP_OPEN_WHISPER Open fluister venster: Shift + Enter +HELP_OPEN_ZONEMAP Open grote map: M +HELP_PICK_ITEM Voorwerpen oppakken: ^ of Y of linker muis knop +HELP_QUICKSLOT Snelle Toegang Velden +HELP_SCREEN_CAPTURE Save Screenshot: Print (word dan bewaard in "Metin2\screenshot") +HELP_SHOW_ALL_NAME Display namen: Alt +HELP_SP Tover punten (TP) +HELP_SYSTEM_BUTTON Systeem knoppen +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. Inventaris +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. Inventaris +INVENTORY_TITLE Inventaris +ITEM_MALL Voorwerpen Winkel +LOAD_ERROR Het Bestand is bescahdigd. Installeer een nieuwe alstublieft. Druk ESC nu. +LOGIN_CONNECT Verbinden +LOGIN_CONNECTING Je wordt verbonden met de Server +LOGIN_DEFAULT_SERVERADDR Servernaam, Kanaal 1 +LOGIN_EXIT Exit +LOGIN_REGION_TITLE Plaats om een Factuur te kiezen +LOGIN_SELECT_BUTTON Kies +LOGIN_SELECT_EXIT Exit +LOGIN_SELECT_OK OK +LOGIN_SELECT_TITLE Kies Server +MALL_PASSWORD_TITLE Wachtwoord +MALL_TITLE itemshop opslag +MARKET_TITLE Laad +MARKLIST_REFRESH Vernieuwen +MARKLIST_TITLE Registreer Gilde Teken +MESSAGE Dit is een Bericht +MESSENGER_ADD_FRIEND Vriend Toevoegen +MESSENGER_DELETE_FRIEND Vriend Verwijderen +MESSENGER_MOBILE Verstuur Text Bericht +MESSENGER_OPEN_GUILD Open Gilde Venster +MESSENGER_TITLE Vrienden +MESSENGER_USE_GUILD_MOVE_SKILL Gebruik de Gilde Beweeg Vaardigheid +MESSENGER_WHISPER Fluister +MINIMIZE Verklein +MOUSEBUTTON_ATTACK Aanvallen +MOUSEBUTTON_AUTO_ATTACK Automatisch Aanvallen +MOUSEBUTTON_CAMERA Camera +MOUSEBUTTON_SKILL Vaardigheden +MUSICLIST_TITLE Muziek Keuzes +NO Nee +OK OK +OPTION_ALWAYS_SHOW_NAME Naam +OPTION_ALWAYS_SHOW_NAME_OFF Gelimiteerd +OPTION_ALWAYS_SHOW_NAME_ON Altijd +OPTION_BLOCK Blokkeren +OPTION_BLOCK_EXCHANGE Handelen +OPTION_BLOCK_FRIEND Vrienden +OPTION_BLOCK_GUILD Gilde +OPTION_BLOCK_PARTY Groep +OPTION_BLOCK_PARTY_REQUEST Aanvraag +OPTION_BLOCK_WHISPER Fluister +OPTION_CAMERA_DISTANCE Camera +OPTION_CAMERA_DISTANCE_LONG Lange Afstand +OPTION_CAMERA_DISTANCE_SHORT Korte Afstand +OPTION_DELETE_MOBILE_BUTTON Verwijder Mobiele Nummer +OPTION_EFFECT Hit Info. +OPTION_ENV_EFFECT Omgeving +OPTION_ENV_EFFECT_OFF Uit +OPTION_ENV_EFFECT_ON Aan +OPTION_FOG Mist +OPTION_FOG_DENSE Zwaar +OPTION_FOG_LIGHT Light +OPTION_FOG_MIDDLE Midden +OPTION_INPUT_MOBILE_BUTTON Mobiele Nummer Invoeren +OPTION_MOBILE Mobiele Nummer +OPTION_MOB_INFO Monsterinfo +OPTION_MOB_INFO_AGGR Agressief +OPTION_MOB_INFO_LEVEL Level +OPTION_MUSIC Muziek +OPTION_MUSIC_CHANGE Verander +OPTION_MUSIC_DEFAULT_THEMA Standaard Muziek van Metin2 +OPTION_NAME_COLOR Naam Kleur +OPTION_NAME_COLOR_EMPIRE Keizerrijk Kleur +OPTION_NAME_COLOR_NORMAL Normal +OPTION_NIGHT_MODE Nacht +OPTION_NIGHT_MODE_OFF Uit +OPTION_NIGHT_MODE_ON Aan +OPTION_PVPMODE Pvp Mode +OPTION_PVPMODE_FREE Vrij +OPTION_PVPMODE_FREE_TOOLTIP Je mag alle spelers aanvallen. +OPTION_PVPMODE_GUILD Gilde +OPTION_PVPMODE_GUILD_TOOLTIP Je mag alle spelers aanvallen behalve je Gilde leden. +OPTION_PVPMODE_PEACE Vrede +OPTION_PVPMODE_PEACE_TOOLTIP Je kunt geen spelers van jouw koninkrijk aanvallen. +OPTION_PVPMODE_REVENGE Vijandig +OPTION_PVPMODE_REVENGE_TOOLTIP Je kunt alleen diegenen aanvallen die ook een Ethos hebben. +OPTION_SALESTEXT Winkel naam +OPTION_SALESTEXT_VIEW_OFF Verstop +OPTION_SALESTEXT_VIEW_ON Tonen +OPTION_SNOW_MODE Sneeuwval +OPTION_SNOW_MODE_OFF Uit +OPTION_SNOW_MODE_ON Aan +OPTION_SNOW_TEXTURE_MODE Sneeuw +OPTION_SNOW_TEXTURE_MODE_OFF Uit +OPTION_SNOW_TEXTURE_MODE_ON Aan +OPTION_SOUND Geluid Effecten +OPTION_TARGET_BOARD Doel Menu +OPTION_TARGET_BOARD_NO_VIEW Sluiten +OPTION_TARGET_BOARD_VIEW Tonen +OPTION_TILING Grafisch +OPTION_TILING_APPLY Toepassen +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Opties +OPTION_VIEW_CHAT Chat Regel +OPTION_VIEW_CHAT_OFF Verstop +OPTION_VIEW_CHAT_ON Tonen +PARTY_MEMBER_INFO_NAME Naam van de Groepslid +PASSWORD_DESC_1 Vul je paswoord in +PASSWORD_DESC_2 om je opbergruimte te openen +PASSWORD_DESC_3 Je wachtwoord al veranderd? +PASSWORD_DESC_4 Zo niet, je wachtwoord is '000000'. +PASSWORD_DESC_5 Verander je opslag wachtwoord. +PASSWORD_TITLE Wachtwoord Opslaan +PICK_MONEY_TITLE Delen +PRIVATE_SHOP_CLOSE_BUTTON Warenhuis Sluiten +PRIVATE_SHOP_NAME Naam van het Warenhuis +PRIVATE_SHOP_TITLE Open Priv Warenhuis +REFINE_COST Verrijkings Kosten: 0 Yang +REFINE_INFO Kans om successvol te verrijken: 100% +REFINE_MONEY Verbeteringskosten +REFINE_SELECT Verbetering +REFINE_TTILE Verrijkingen +REPORT_VIOLENT_WHISPER Sluipen +RESTART_HERE Herstart hier +RESTART_TOWN Herstart in de Stad +SAFE_CHANGE_PASSWORD Verander Wachtwoord +SAFE_TITLE Opslag +SELECT_ATT_GRADE KRA +SELECT_CREATE Maak +SELECT_DELETE Verwijder +SELECT_DEX_GRADE BEH +SELECT_EMPIRE_NAME Naam van Keizerrijk +SELECT_EXIT Sluit +SELECT_HP LP +SELECT_LEVEL Niveau +SELECT_METIN_STONE_TITLE Selecteer Zielensteen +SELECT_NAME Naam +SELECT_NO_GUILD Geen Gilde +SELECT_PLAYTIME Speeltijd +SELECT_SELECT Start +SELECT_SP TP +SELECT_TITLE Kies Titel +SHOP_BUY Koop +SHOP_SELL Verkoop +SHOP_TITLE Warenhuis +SKILL_SUPPORT_TITLE Standaard Vaardigheden +STEP Helderheidsgraad +STEP_SELECT Helderheidsgraad +STRENGTH Versterk +STRENGTH_SELECT Level +SYSTEMOPTION_TITLE Systeem Opties +SYSTEM_CHANGE Verander karakter +SYSTEM_EXIT Exit Spel +SYSTEM_HELP Help +SYSTEM_LOGOUT Log Uit +SYSTEM_MALL Voorwerpen Winkel +SYSTEM_OPTION Systeem Opties +TASKBAR_CHARACTER Karakter [C/V/B/N] +TASKBAR_CHAT Chat Venster [Enter] +TASKBAR_DISABLE Gedeactiveerd +TASKBAR_DRAGON_SOUL Drakensteen Alchemie +TASKBAR_EXPAND Vergroot scherm +TASKBAR_INVENTORY Inventaris [I] +TASKBAR_MESSENGER Vrienden [Alt+M] +TASKBAR_NEXT_QUICKSLOT Volgende Snelle Toegangs Gebied [Shift+Nummer, Alt] +TASKBAR_PREV_QUICKSLOT Vorige Snelle Toegangs Gebied [Shift+Nummer] +TASKBAR_SYSTEM Opties[ESC] +WHISPER_BAN Blokkeren +WHISPER_NAME Fluister +WHISPER_REPORT Report +WHISPER_SEND Stuur +YES Ja +ZONE_MAP Grote Map diff --git a/bin/pack/locale_nl/locale/nl/map/map_a2_point.txt b/bin/pack/locale_nl/locale/nl/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_nl/locale/nl/map/map_b2_point.txt b/bin/pack/locale_nl/locale/nl/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_nl/locale/nl/map/map_c2_point.txt b/bin/pack/locale_nl/locale/nl/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_nl/locale/nl/map/map_n_snowm_01_point.txt b/bin/pack/locale_nl/locale/nl/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_nl/locale/nl/map/metin2_map_a1_point.txt b/bin/pack/locale_nl/locale/nl/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_nl/locale/nl/map/metin2_map_a3_point.txt b/bin/pack/locale_nl/locale/nl/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_nl/locale/nl/map/metin2_map_b1_point.txt b/bin/pack/locale_nl/locale/nl/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_nl/locale/nl/map/metin2_map_b3_point.txt b/bin/pack/locale_nl/locale/nl/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_nl/locale/nl/map/metin2_map_c1_point.txt b/bin/pack/locale_nl/locale/nl/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_nl/locale/nl/map/metin2_map_c3_point.txt b/bin/pack/locale_nl/locale/nl/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_nl/locale/nl/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_nl/locale/nl/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_nl/locale/nl/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_nl/locale/nl/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_nl/locale/nl/mob_proto b/bin/pack/locale_nl/locale/nl/mob_proto new file mode 100644 index 00000000..59ee75b4 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/mob_proto differ diff --git a/bin/pack/locale_nl/locale/nl/skilldesc.txt b/bin/pack/locale_nl/locale/nl/skilldesc.txt new file mode 100644 index 00000000..f9b6e53b --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Hrom irny vgs Tripla vgs Tripla metszs Villmgyorsan vgd meg az ellensget. Frontlis vgs 3-szor ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 ssz tmad rtk %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN Villm hajts Gmbvillm Hall villm Tmadj villmmal. Tvoli tmads Tmads tbb clra Villm jellemzk ATTACK_SKILL|NEED_TARGET noejeon 16 4 Mgikus tmadsi rtk: %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN Villm knyrgs Villm hvs Zivatar Villmok hvsa az gbl. Tvoli tmads Tmads tbb cl ellen. Villm jellemz julsi hats ATTACK_SKILL|NEED_TARGET byeorak 17 4 Mgikus tallati rtk %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k juls eslye: %.0f%% (50+1000*k/6)/10 +108 SHAMAN Villm karom Villmls Mennydrgs Idzz villmot az klddel. Tvoli tmads Villm jellemz Lnc tmads ATTACK_SKILL|NEED_TARGET pokroe 18 4 Mgikus tmader %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN Kezels Gygyts A fny segtsge Gygyts sebeket fny segtsgvel. TP-t llt vissza Negatv hatsok kezelse A csapat egyik tagjnak lehet felhasznlni CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 TP-t visszallt %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k Esly a negatv hatsok gygytsra %.0f%% 20+80*k +110 SHAMAN Gyorsasg Sebessg Szlsebessg Fuss olyan gyorsan, mint a szl. Mozgsi sebessg nvekedik Varzslsi sebessg cskken Egy csapattagnak hasznlhat fel CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Mozgsi sebessg +%.0f%% 5 + (35 * k) Varzslsi sebessg +%.0f%% 3+33*k +111 SHAMAN Tmads+ Tmads tmogats fokozott tmads Ersts meg egy trsat. Tmadsi rtk nvekszik Egy csapattagon hasznlhat CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Tmad er : +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Vezets Kpessg partnerek vezetsre PASSIVE tongsol +122 SUPPORT Combo Erstsd a Combo tmadst CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT Horgszni Prblj meg egy halat fogni. CANNOT_LEVEL_UP fishing +124 SUPPORT Bnyszat Bnyssz rceket. PASSIVE mining +125 SUPPORT Trgyak ksztse Kszts egy trgyat CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Shinsoo Megrted a Shinsoo-t. CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Chunjo Megrted a Chunjo-t. CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Jinno Megrted a Jinno-t. CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT tvltozs Szrnny vltoztat CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Lovagls Kpessg a lovaglsra. CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT L hvs Egy lovadat hvja. summon +137 HORSE Harc lhtrl Lovagolj s tmadj az ellensgre.(50. szinttl) ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE L dbrgs Sztdngl minden ellensget a krnyken (52. szinttl) Lovaglsi kpessg ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE Er hullm Tmadj meg minden ellensget lrl. (55. szinttl) Lovagl tuds ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Nylzpor Nyilazz lrl az ellesgre. (50.szinttl) Lovas tuds ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Srknyszem Nveld a maximlis srkny szellemet. PASSIVE yongan Max. srkny szellem nvels +%.0f k * 1400 +152 GUILD A Srknyisten vre Emeld meg egy idre az sszes chtrs TP-jt Csak ch csata ONLY_FOR_GUILD_WAR gaho 101 1 Max. TP nvels +%.0f%% k * 20 +153 GUILD A Srknyisten ldsa Nveld meg minden chtag MP-jt egy idre. Csak ch csta ONLY_FOR_GUILD_WAR chukbok 102 1 Max. MP nvekeds+%.0f%% k * 20 +154 GUILD Szent felszerels Egy idre fokozza minden chtag vdelmt Csak ch csata ONLY_FOR_GUILD_WAR seonghwi 103 1 Verteidigungsverbesserung +%.1f%% k * 10 +155 GUILD Gyorsuls Nveld meg egy idre minden chtag szmra a tmad- s mozgsi sebessget. Csak ch csata ONLY_FOR_GUILD_WAR gasok 104 1 Tmad- s mozgsi sebessg nvekeds +%.1f k * 30 +156 GUILD A Srknyisten dhe Nveld meg egy idre minden chtag fontos eslyt. Csak ch csata ONLY_FOR_GUILD_WAR bunno 105 1 Fontos esly nvekeds +%.0f%% k * 50 +157 GUILD Varzs segly Cskkentsd egy idre minden chtag feltltsi idejt. Csak ch csata ONLY_FOR_GUILD_WAR jumunsul 106 1 Varzsl sebessg nvekeds +%.0f%% k * 50 +16 WARRIOR thatols Nyoms hullm Cunami tmads Szembl tmadsz az ellensgre. Frontlis tt tmads ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Tmad er %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR Heves csaps Heves tigris csaps Heves srkny csaps Frontlisan tmadsz az ellensgre tt tmads Tmads tbb cl ellen ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Tmad er %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR Dbrgs Oroszln dbrgs Orrszarv dbrgs Terts le tbb ellensget. tt tmads juls esly ATTACK_SKILL|STANDING_SKILL daejin 18 4 Tmad rtk %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint juls esly: %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Ers test Test jgbl Test aclbl A vdekezsed egy idre javul s nem vesztesz. A vdekezs javul Cskken a mozgsi sebessg Nincs sszeomls STANDING_SKILL cheongeun 19 4 Vdekezs : +%.0f 7+(40 + 0.2*str + 0.4*con)*k Mozgsi sebessg: -%.0f 1 + 9*SkillPoint +2 WARRIOR Forg kard Kard tnc Ciklon Forgasd krbe a kardot, hogy tbb ellensget tmad meg. tt tmads Tbb cl tmadsa ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Tmad rtk %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Kard ts Kard szrs Kard dobs Szembl tmadsz az ellensgre. Tvoli tmads Tbb cl tmadsa juls Puszttsd el a clt ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Tmad rtk %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k juls esly: %.0f%% (100+k*1000/6)/10 +3 WARRIOR Harci mmor Dh Vgtzs Kizrlag a tmadsra koncentrlj. Tmad sebessg nvekedik Nveli a mozgsi sebessget Nveli az elszenvedett vesztesgeket STANDING_SKILL jeongwi 3 4 Tmad sebessg +%.0f%% 50 * SkillPoint Mozgsi sebessg +%.0f%% 20 * SkillPoint +31 ASSASSIN Leshely Orv tmads Titkos leshely Kzelts htulrl az ellensghez s vezess hallos tmadst. A tmadsi rtk n, ha a tallat htulrl rkezik Rejtzsi bnusz ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Tmad rtk: %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Villm csaps tvltoztat csaps Hallos csaps Kzelts gyorsan egy ellensghez s mrj r hallos csapst. Teleportl tmads lczsi bnusz ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Tmad rtk %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Kard forgatag Forg tr Tncol tr Forgasd krbe az trt. Fekszni srlsek Marad mreg tmads ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Tmad rtk %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Mrgezs eslye %.0f%% 1 + 4*k +34 ASSASSIN lczs Halk jrs Eltakar Elrejtzhetsz. A tmads flbeszakad a hasznlatnl. STANDING_SKILL eunhyeong 4 4 Leshely-bnuszvesztesg: +%.0f%% 50 * SkillPoint +35 ASSASSIN Mreg felh Hallos felh Gyilkos felh Szabadts mrgez felht ellensged kr s mrgezd meg. Tvoli tmads Tbb cl elleni tmads Maradand mreg tmads ATTACK_SKILL|NEED_TARGET sangong 5 4 Tmad rtk %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Mrgezs eslye %.0f%% 40*k +4 WARRIOR A kard aurja Spiritulis kard Fantom kard A tmad rtk bizonyos idre megnvekszik. A tmad rtk megn STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Tmad rtk +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Ismtelt lvs Tbbszrs lvs Erszakos lvs Ljj tbb nyillal egy ellensgre. Tv tmads Tbbszrs tmads ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) ssz tmadsi rtk %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k %.0f nyl lett kilve. 2 + floor(6 * SkillPoint) +47 ASSASSIN Nyles Nylvihar Nylorkn Ljj tbb nyilat tbb ellensgre. Tv tmads Tmads tbb clpontra ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Tmad rtk %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Max. cl %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Tznyl g nyl Lngnyl Gyjtsd meg a nyilat. Tv tmads Tbb cl elleni tmads Tz tmads ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Tmad rtk %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Pehelyknny lpsek Gyors mint a szl Isteni sebessg Tedd knnyebb tested, a mozgsi sebessg fokozsrt. Mozgsi sebessg nvekedik STANDING_SKILL gyeonggong 19 4 Mozgsi sebessg: +%.0f 60*SkillPoint +5 WARRIOR Szgulds Vgtats Lvedk Olyan gyors vagy mint a lvedk. Dhs tt tmads ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Tmad rtk %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN Mrgezett nyl Mrgez nyl Hallos nyl Vond be nyiladat ers mreggel. Tv tmads Tbb cl elleni tmads Dntsd fel a clt Maradand mreg tmads ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Tmad rtk %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Mrgezs eslye %.0f%% 80*k +61 SURA Ujjcsaps g ujjcsaps Ujj robbans Okozz robbanst az ujjhegyeddel. that tmads Az ellensg vdekezse hatstalan Intelligencia bnusz ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Tmad rtk %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Az ellenfl vdelmnek hatstalantsnak eslye %.0f%% 1 + 9*SkillPoint +62 SURA Srkny rvny Tornd rvny Forgszl Okozz ers forgszelet, amivel tbb ellensget is legyzhetsz. Felszni krok Az ellenfl meneklse hatstalan. Intelligencia bnusz ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Tmad rtk %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Az ellensg meneklsnek hatstalantsnak eslye %.0f%% 1 + 9*SkillPoint +63 SURA Elvarzsolt penge Elvarzsolt kard Szellem penge Szereld fel pengdet egy hatalmas szellemmel. Tmadsi rtk n Intelligencia bnusz Lops az lettl STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Tmad rtk +%.1f 7 + (5*iq+13)*k Vesztesgek %.0f%% a TP-hez addnak. 10*k +64 SURA Flelem Hatalmas flelem Rmlet Cskkenti az ellenfl kszsgt arra, hogy megtmadjon. Ellensges tmad rtk cskken N az eslye annak, hogy az ellenfl tmadsa sikertelen lesz Csak akkor van felhasznlva, ha rintett vagy. STANDING_SKILL gongpo 4 4 Ellensges tmad rtk -%.0f%% 5 + 20*SkillPoint Esly az ellenfl tmadsnak sikertelensgre %.0f%% 1 + 29*SkillPoint +65 SURA Elvarzsolt vrtezs Elvarzsolt jobb vrtezs Sttsg vrtezete Stt vrttel vdi tested A krok egy rsze a tmadra visszaverdik Javtja a vdekezst Intelligencia bnusz STANDING_SKILL jumagap 5 4 Vdekezs +%.0f (iq+30)*k Esly a testi tmads visszaversre %.0f%% (iq/4+10)*k +66 SURA Varzslat kiolts Ers varzslat kiolts Varzslat kiolt tmads Kioltja az ellensg minden segt effektjt. Tv tmads Tbb clra tmads Az ellensg segt hatsait kioltja ATTACK_SKILL|NEED_TARGET pabeop 6 4 Magikus tmadrtk %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Varzs kiolt esly %.0f%% 50*k +76 SURA Stt tmads Stt csaps Fekete tmads Hasznld a stt hatalmat az ellensg megsebestsre. Tv tmads Tbb cl elleni tmads ATTACK_SKILL|NEED_TARGET maryeong 16 4 Magikus tmad rtk: %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Lng csaps Tzel csaps Lng robbans gesd meg az ellensget egy robbanssal. Felleti srlsek Tz tmads ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Magikus tmad rtk: %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Lng lelke Lng sor Lng robbans Lng lelket csinl. Tv tmads Vletlenszer clzs Tbb cl elleni tmads ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Magikus tmad rtk: %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Stt vdelem Stt membrn Stt fejedelem vdelme Vdd magad a stt erkkel s vltoztasd t a testi srlseket MP-re. Mgia vesztesgek cskkennek. Javtja a vdekezst STANDING_SKILL|TOGGLE heuksin 19 4 Vesztesg cskkents %.0f%% (iq*0.84)*k Vdekezs +%.0f (0.5*iq+15)*k +80 SURA Szellem csaps Llek csaps Szellem tmads Hajts stt szellemeket az ellensg megsebestsrt. Tv tmads Tbb cl elleni tmads Lelassulnak ATTACK_SKILL|NEED_TARGET tusok 20 4 Magikus tmad rtk: %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Esly a lelassulsra: %.1f%% (333 + (300 * k))/10 +81 SURA Stt k Stt goly Stt gmb Hajts egy stt golyt, hogy megsrljn az ellensg. Tv tmads Tbb cl elleni tmads ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Magikus tmad rtk %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Repl talizmn Srkny dobs Erszakos dobs Dobj egy talizmnt, hogy megsrljn az ellensg. Tv tmads Tbb cl elleni tmads ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Mgikus tmad rtk : %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Srkny lvs Tmad srkny Felszll srkny Lj egy srknyfigurt, hogy szembl tmadj az ellensgre. tt tmads Tarts tzkrok ATTACK_SKILL|NEED_TARGET yongpa 2 4 Magikus tmad rtk: %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Esly tarts tzre: %.0f%% iq*0.2*k +93 SHAMAN Srkny ordts Srkny sikts Srkny vlts Tmadj srkny figurval az ellenflre. Felleti srlsek Tarts tzkrok ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Magikus tmad rtk %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k Tarts tz eslye %.0f%% iq*0.2*k +94 SHAMAN lds Mennyfal Srkny ldsa Vdd magad vagy trsad vdelmi krrel. Ellenlls testi tmadssal szemben Csoporttag hasznlhatja fel CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Testi tmadssal szembeni ellenlls: %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Visszaverni Tkrzd vz Tkr Vdd magad, vagy trsad egy visszatkrz krrel. Testi tmads visszaverdik Csoporttagon hasznlhat fel CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 Esly, testi tmads visszaverse %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Srkny segtsge Srkny tmogatsa Srkny er Erstsd sajt, vagy trsad tmad erejt Kritikus csaps eslye megn Csoporttagnak hasznlhat fel. CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Hallos tmads eslye: %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_nl/locale/nl/skilltable.txt b/bin/pack/locale_nl/locale/nl/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_nl/locale/nl/ui/costume/costume_bg.jpg b/bin/pack/locale_nl/locale/nl/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_nl/locale/nl/ui/costume_bg.jpg b/bin/pack/locale_nl/locale/nl/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_nl/locale/nl/ui/createcharacterwindow.py b/bin/pack/locale_nl/locale/nl/ui/createcharacterwindow.py new file mode 100644 index 00000000..589404e0 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/nl/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/nl/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/dragonsoulrefinewindow.py b/bin/pack/locale_nl/locale/nl/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_nl/locale/nl/ui/dragonsoulwindow.py b/bin/pack/locale_nl/locale/nl/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/empire/empire.dds b/bin/pack/locale_nl/locale/nl/ui/empire/empire.dds new file mode 100644 index 00000000..dfa96a81 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/empire/empire.dds differ diff --git a/bin/pack/locale_nl/locale/nl/ui/empire/title.sub b/bin/pack/locale_nl/locale/nl/ui/empire/title.sub new file mode 100644 index 00000000..cfffe3da --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/energybar.py b/bin/pack/locale_nl/locale/nl/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_nl/locale/nl/ui/expandedtaskbar.py b/bin/pack/locale_nl/locale/nl/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/giftbox.py b/bin/pack/locale_nl/locale/nl/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/guild/guild.dds b/bin/pack/locale_nl/locale/nl/ui/guild/guild.dds new file mode 100644 index 00000000..9285dd99 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/guild/guild.dds differ diff --git a/bin/pack/locale_nl/locale/nl/ui/guild/tab_1.sub b/bin/pack/locale_nl/locale/nl/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/guild/tab_2.sub b/bin/pack/locale_nl/locale/nl/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/guild/tab_3.sub b/bin/pack/locale_nl/locale/nl/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/guild/tab_4.sub b/bin/pack/locale_nl/locale/nl/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/guild/tab_5.sub b/bin/pack/locale_nl/locale/nl/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/guild/tab_6.sub b/bin/pack/locale_nl/locale/nl/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/highlighted_quest.tga b/bin/pack/locale_nl/locale/nl/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/highlighted_quest_r.tga b/bin/pack/locale_nl/locale/nl/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/inventorywindow.py b/bin/pack/locale_nl/locale/nl/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/loading/gauge_empty.dds b/bin/pack/locale_nl/locale/nl/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_nl/locale/nl/ui/loading/gauge_full.dds b/bin/pack/locale_nl/locale/nl/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_nl/locale/nl/ui/loadingwindow.py b/bin/pack/locale_nl/locale/nl/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/login.jpg b/bin/pack/locale_nl/locale/nl/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/login.jpg differ diff --git a/bin/pack/locale_nl/locale/nl/ui/login.sub b/bin/pack/locale_nl/locale/nl/ui/login.sub new file mode 100644 index 00000000..990ae5a3 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/login.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_nl/locale/nl/ui/login/copyright.sub b/bin/pack/locale_nl/locale/nl/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/login/g4d.sub b/bin/pack/locale_nl/locale/nl/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/login/login.dds b/bin/pack/locale_nl/locale/nl/ui/login/login.dds new file mode 100644 index 00000000..ff5aa5b9 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/login/login.dds differ diff --git a/bin/pack/locale_nl/locale/nl/ui/login/loginwindow.sub b/bin/pack/locale_nl/locale/nl/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/login/published.sub b/bin/pack/locale_nl/locale/nl/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/login/title.sub b/bin/pack/locale_nl/locale/nl/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/login_dark_dragons.jpg b/bin/pack/locale_nl/locale/nl/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_nl/locale/nl/ui/loginwindow.py b/bin/pack/locale_nl/locale/nl/ui/loginwindow.py new file mode 100644 index 00000000..0da40920 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/nl/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/nl/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/nl/ui/vkey/key_at.tga', + 'down_image' : 'locale/nl/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/nl/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/nl/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/nl/ui/vkey/key_enter.tga', + 'down_image' : 'locale/nl/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/nl/ui/vkey/key_shift.tga', + 'down_image' : 'locale/nl/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/nl/ui/vkey/key_space.tga', + 'down_image' : 'locale/nl/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/nl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/nl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/nl/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/00.sub b/bin/pack/locale_nl/locale/nl/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/01.sub b/bin/pack/locale_nl/locale/nl/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/02.sub b/bin/pack/locale_nl/locale/nl/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/03.sub b/bin/pack/locale_nl/locale/nl/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/04.sub b/bin/pack/locale_nl/locale/nl/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/05.sub b/bin/pack/locale_nl/locale/nl/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/06.sub b/bin/pack/locale_nl/locale/nl/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/07.sub b/bin/pack/locale_nl/locale/nl/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/08.sub b/bin/pack/locale_nl/locale/nl/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/09.sub b/bin/pack/locale_nl/locale/nl/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/10.sub b/bin/pack/locale_nl/locale/nl/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/11.sub b/bin/pack/locale_nl/locale/nl/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/12.sub b/bin/pack/locale_nl/locale/nl/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/13.sub b/bin/pack/locale_nl/locale/nl/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/14.sub b/bin/pack/locale_nl/locale/nl/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/15.sub b/bin/pack/locale_nl/locale/nl/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/16.sub b/bin/pack/locale_nl/locale/nl/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0000.tga b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0001.tga b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0002.tga b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0003.tga b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0004.tga b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0005.tga b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0006.tga b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0007.tga b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0008.tga b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0009.tga b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0000.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0001.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0002.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0003.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0004.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0005.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0006.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0007.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0008.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0009.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0010.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0011.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0012.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0013.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0014.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/herz0015.tga b/bin/pack/locale_nl/locale/nl/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/mall.tga b/bin/pack/locale_nl/locale/nl/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/mall.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/0a2.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/0a2.tga new file mode 100644 index 00000000..1dd93f0a Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/a1.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/a1.tga new file mode 100644 index 00000000..e888d1e4 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/a2.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/a2.tga new file mode 100644 index 00000000..89bb1da8 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/a3.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/a3.tga new file mode 100644 index 00000000..40d7a767 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/a4.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/a4.tga new file mode 100644 index 00000000..770b341f Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/b1.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/b1.tga new file mode 100644 index 00000000..e09f3673 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/b2.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/b2.tga new file mode 100644 index 00000000..e5091895 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/b3.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/b3.tga new file mode 100644 index 00000000..75b20d76 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/b4.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/b4.tga new file mode 100644 index 00000000..8f0036ce Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/bay.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/c1.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/c1.tga new file mode 100644 index 00000000..28e82441 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/c2.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/c2.tga new file mode 100644 index 00000000..c13bcf2f Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/c3.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/c3.tga new file mode 100644 index 00000000..6eaa8e06 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/c4.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/c4.tga new file mode 100644 index 00000000..fbce6262 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/cape.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/dawn.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/desert1.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/desert1.tga new file mode 100644 index 00000000..19920b9b Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil1.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1.tga new file mode 100644 index 00000000..c3ba8fa5 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_1f.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..2d0d448b Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_2f.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..1bfca56e Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_3f.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..33ad3877 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_4f.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..70022aa0 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_5f.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..5f4ea891 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_6f.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..52e8473b Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_7f.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..a1ba050e Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_8f.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..0c193dbc Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_9f.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..73515041 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_title.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..ad48edd2 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/devil_basement.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/frame1.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/frame1.tga new file mode 100644 index 00000000..d730841f Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/guild1.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/guild1.tga new file mode 100644 index 00000000..3036dc0a Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/guild2.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/guild2.tga new file mode 100644 index 00000000..9f9c4a08 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/guild3.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/guild3.tga new file mode 100644 index 00000000..f35bd9e7 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/milgyo.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/milgyo.tga new file mode 100644 index 00000000..762d4775 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/monkey1.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/monkey1.tga new file mode 100644 index 00000000..60ac5cee Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/monkey2.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/monkey2.tga new file mode 100644 index 00000000..644dfdda Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/monkey3.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/monkey3.tga new file mode 100644 index 00000000..6b10ed9a Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/skipia.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/skipia.tga new file mode 100644 index 00000000..2796ae4a Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/snow1.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/snow1.tga new file mode 100644 index 00000000..79e4ece3 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/spider1.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/spider1.tga new file mode 100644 index 00000000..2d1329fb Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/thunder.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/trent.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/trent.tga new file mode 100644 index 00000000..0d01ecb9 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/mapname/trent02.tga b/bin/pack/locale_nl/locale/nl/ui/mapname/trent02.tga new file mode 100644 index 00000000..f202304d Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/new_cube_bg.tga b/bin/pack/locale_nl/locale/nl/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/passworddialog.py b/bin/pack/locale_nl/locale/nl/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/select.jpg b/bin/pack/locale_nl/locale/nl/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/select.jpg differ diff --git a/bin/pack/locale_nl/locale/nl/ui/select.sub b/bin/pack/locale_nl/locale/nl/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_nl/locale/nl/ui/select/name_assassin.sub b/bin/pack/locale_nl/locale/nl/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/select/name_shaman.sub b/bin/pack/locale_nl/locale/nl/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/select/name_sura.sub b/bin/pack/locale_nl/locale/nl/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/select/name_warrior.sub b/bin/pack/locale_nl/locale/nl/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/select/select.dds b/bin/pack/locale_nl/locale/nl/ui/select/select.dds new file mode 100644 index 00000000..346de4e5 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/select/select.dds differ diff --git a/bin/pack/locale_nl/locale/nl/ui/select_old.jpg b/bin/pack/locale_nl/locale/nl/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/select_old.jpg differ diff --git a/bin/pack/locale_nl/locale/nl/ui/selectcharacterwindow.py b/bin/pack/locale_nl/locale/nl/ui/selectcharacterwindow.py new file mode 100644 index 00000000..2da3562c --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/nl/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/selectempirewindow.py b/bin/pack/locale_nl/locale/nl/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/serverlist.jpg b/bin/pack/locale_nl/locale/nl/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/serverlist.jpg differ diff --git a/bin/pack/locale_nl/locale/nl/ui/serverlist.sub b/bin/pack/locale_nl/locale/nl/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_nl/locale/nl/ui/systemdialog.py b/bin/pack/locale_nl/locale/nl/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/taskbar.py b/bin/pack/locale_nl/locale/nl/ui/taskbar.py new file mode 100644 index 00000000..7e574666 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/nl/ui/Mall/00.sub", + "locale/nl/ui/Mall/01.sub", + "locale/nl/ui/Mall/02.sub", + "locale/nl/ui/Mall/03.sub", + "locale/nl/ui/Mall/04.sub", + "locale/nl/ui/Mall/05.sub", + "locale/nl/ui/Mall/06.sub", + "locale/nl/ui/Mall/07.sub", + "locale/nl/ui/Mall/08.sub", + "locale/nl/ui/Mall/09.sub", + "locale/nl/ui/Mall/11.sub", + "locale/nl/ui/Mall/12.sub", + "locale/nl/ui/Mall/13.sub", + "locale/nl/ui/Mall/14.sub", + "locale/nl/ui/Mall/15.sub", + "locale/nl/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/nl/ui/Mall/00.sub", + "locale/nl/ui/Mall/01.sub", + "locale/nl/ui/Mall/02.sub", + "locale/nl/ui/Mall/03.sub", + "locale/nl/ui/Mall/04.sub", + "locale/nl/ui/Mall/05.sub", + "locale/nl/ui/Mall/06.sub", + "locale/nl/ui/Mall/07.sub", + "locale/nl/ui/Mall/08.sub", + "locale/nl/ui/Mall/09.sub", + "locale/nl/ui/Mall/11.sub", + "locale/nl/ui/Mall/12.sub", + "locale/nl/ui/Mall/13.sub", + "locale/nl/ui/Mall/14.sub", + "locale/nl/ui/Mall/15.sub", + "locale/nl/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/taskbar_easter.py b/bin/pack/locale_nl/locale/nl/ui/taskbar_easter.py new file mode 100644 index 00000000..0de8fcb5 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/nl/ui/Mall/easter_2012_0000.tga", + "locale/nl/ui/Mall/easter_2012_0001.tga", + "locale/nl/ui/Mall/easter_2012_0002.tga", + "locale/nl/ui/Mall/easter_2012_0003.tga", + "locale/nl/ui/Mall/easter_2012_0004.tga", + "locale/nl/ui/Mall/easter_2012_0005.tga", + "locale/nl/ui/Mall/easter_2012_0006.tga", + "locale/nl/ui/Mall/easter_2012_0007.tga", + "locale/nl/ui/Mall/easter_2012_0008.tga", + "locale/nl/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/nl/ui/Mall/easter_2012_0000.tga", + "locale/nl/ui/Mall/easter_2012_0001.tga", + "locale/nl/ui/Mall/easter_2012_0002.tga", + "locale/nl/ui/Mall/easter_2012_0003.tga", + "locale/nl/ui/Mall/easter_2012_0004.tga", + "locale/nl/ui/Mall/easter_2012_0005.tga", + "locale/nl/ui/Mall/easter_2012_0006.tga", + "locale/nl/ui/Mall/easter_2012_0007.tga", + "locale/nl/ui/Mall/easter_2012_0008.tga", + "locale/nl/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/taskbar_haloween.py b/bin/pack/locale_nl/locale/nl/ui/taskbar_haloween.py new file mode 100644 index 00000000..97b6e6d9 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/nl/ui/Mall/shop_button_kuerbis0000.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0001.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0002.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0003.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0004.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0005.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0006.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0007.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0008.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0009.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0010.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0011.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0012.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0013.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0014.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/nl/ui/Mall/shop_button_kuerbis0000.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0001.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0002.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0003.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0004.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0005.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0006.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0007.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0008.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0009.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0010.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0011.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0012.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0013.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0014.tga", + "locale/nl/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/taskbar_valentine.py b/bin/pack/locale_nl/locale/nl/ui/taskbar_valentine.py new file mode 100644 index 00000000..a17ff6a3 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/nl/ui/Mall/herz0000.tga", + "locale/nl/ui/Mall/herz0001.tga", + "locale/nl/ui/Mall/herz0002.tga", + "locale/nl/ui/Mall/herz0003.tga", + "locale/nl/ui/Mall/herz0004.tga", + "locale/nl/ui/Mall/herz0005.tga", + "locale/nl/ui/Mall/herz0006.tga", + "locale/nl/ui/Mall/herz0007.tga", + "locale/nl/ui/Mall/herz0008.tga", + "locale/nl/ui/Mall/herz0009.tga", + "locale/nl/ui/Mall/herz0010.tga", + "locale/nl/ui/Mall/herz0011.tga", + "locale/nl/ui/Mall/herz0012.tga", + "locale/nl/ui/Mall/herz0013.tga", + "locale/nl/ui/Mall/herz0014.tga", + "locale/nl/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/nl/ui/Mall/herz0000.tga", + "locale/nl/ui/Mall/herz0001.tga", + "locale/nl/ui/Mall/herz0002.tga", + "locale/nl/ui/Mall/herz0003.tga", + "locale/nl/ui/Mall/herz0004.tga", + "locale/nl/ui/Mall/herz0005.tga", + "locale/nl/ui/Mall/herz0006.tga", + "locale/nl/ui/Mall/herz0007.tga", + "locale/nl/ui/Mall/herz0008.tga", + "locale/nl/ui/Mall/herz0009.tga", + "locale/nl/ui/Mall/herz0010.tga", + "locale/nl/ui/Mall/herz0011.tga", + "locale/nl/ui/Mall/herz0012.tga", + "locale/nl/ui/Mall/herz0013.tga", + "locale/nl/ui/Mall/herz0014.tga", + "locale/nl/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_at.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_at_dn.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_at_over.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_backspace.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_backspace_over.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_enter.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_enter_dn.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_enter_over.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_normal.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_normal_dn.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_normal_over.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_shift.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_shift_dn.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_shift_over.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_space.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_space_dn.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/vkey/key_space_over.tga b/bin/pack/locale_nl/locale/nl/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_nl/locale/nl/ui/webwindow.py b/bin/pack/locale_nl/locale/nl/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_cur_exp.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_ext.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_ext.sub new file mode 100644 index 00000000..7cc02116 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 301 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_ext_item1.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_ext_item2.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_last_exp.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_level.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_active.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..12cc8617 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 147 +right 127 +bottom 162 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_high.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..b70b97df --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 200 +top 147 +right 234 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_low.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..ada7f4c0 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 477 +top 74 +right 512 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_middle.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..d3844cde --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 127 +top 147 +right 164 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_passive.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..5363c826 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 462 +top 130 +right 509 +bottom 147 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_support.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..ee8746e1 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 91 +right 480 +bottom 106 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_weapon.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..b590004e --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 164 +top 147 +right 200 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_std.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_std.sub new file mode 100644 index 00000000..9cf283be --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 301 +top 116 +right 414 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_std_item1.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_std_item2.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/label_uppt.sub b/bin/pack/locale_nl/locale/nl/ui/windows/label_uppt.sub new file mode 100644 index 00000000..06c05b98 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 116 +right 489 +bottom 130 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/tab_1.sub b/bin/pack/locale_nl/locale/nl/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/tab_2.sub b/bin/pack/locale_nl/locale/nl/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/tab_3.sub b/bin/pack/locale_nl/locale/nl/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/tab_4.sub b/bin/pack/locale_nl/locale/nl/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/title_skill.sub b/bin/pack/locale_nl/locale/nl/ui/windows/title_skill.sub new file mode 100644 index 00000000..c8bdf1c1 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 477 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/title_status.sub b/bin/pack/locale_nl/locale/nl/ui/windows/title_status.sub new file mode 100644 index 00000000..0cd12da3 --- /dev/null +++ b/bin/pack/locale_nl/locale/nl/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 130 +right 462 +bottom 147 \ No newline at end of file diff --git a/bin/pack/locale_nl/locale/nl/ui/windows/windows.dds b/bin/pack/locale_nl/locale/nl/ui/windows/windows.dds new file mode 100644 index 00000000..5e0d0c3d Binary files /dev/null and b/bin/pack/locale_nl/locale/nl/ui/windows/windows.dds differ diff --git a/bin/pack/locale_pl/locale/pl/effect/gm.mse b/bin/pack/locale_pl/locale/pl/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_pl/locale/pl/effect/ymirred.tga b/bin/pack/locale_pl/locale/pl/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/effect/ymirred.tga differ diff --git a/bin/pack/locale_pl/locale/pl/empiredesc_a.txt b/bin/pack/locale_pl/locale/pl/empiredesc_a.txt new file mode 100644 index 00000000..32a83902 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/empiredesc_a.txt @@ -0,0 +1,28 @@ +[DELAY value;10] +Krlestwo Shinsoo Krlestwo[ENTER] +Shinsoo znajduje si na[ENTER] +poudniu kontynentu.[ENTER] +Mieszkacy s w wikszoci[ENTER] +zajci handlem. Stworzone[ENTER] +[WAIT] +przez Yoon-Yoing po tym, jak[ENTER] +imperium upado, stosunki[ENTER] +handlowe ze wschodem[ENTER] +doprowadziy szybko do[ENTER] +oywienia. Mieszkacy walcz[ENTER] +[WAIT] +non stop z zachodem i ta[ENTER] +trasa handlowa jest[ENTER] +cakowicie odcita. Bdc[ENTER] +wiadomi, e kamienie Metin[ENTER] +s zagroeniem dla ich[ENTER] +[WAIT] +podstaw ycia, handlarze[ENTER] +uzbroili si. Ich celem jest[ENTER] +by w stanie przetrzyma[ENTER] +ataki z zachodu, aby[ENTER] +otworzy ponownie wszystkie[ENTER] +[WAIT] +trasy handlowe i aby[ENTER] +zjednoczy cay kontynent[ENTER] +pod ich dowdztwem. \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/empiredesc_b.txt b/bin/pack/locale_pl/locale/pl/empiredesc_b.txt new file mode 100644 index 00000000..35f49128 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/empiredesc_b.txt @@ -0,0 +1,41 @@ +[DELAY value;10] +Krlestwo Chunjo[ENTER] +[ENTER] +Krlestwo Chunjo jest[ENTER] +pooone na wschodzie[ENTER] +kontynentu. Jest to[ENTER] +[WAIT] +krlestwo teokratyczne i[ENTER] +jest prowadzone przez[ENTER] +duchowych Przywdcw.[ENTER] +Krlestwo byo stworzone[ENTER] +przez Yoon-Young, ktry jest[ENTER] +[WAIT] +kuzynem poprzedniego[ENTER] +Imperatora. jego ona,[ENTER] +posiadajca potne magiczne[ENTER] +umiejtnoci, pomoga mu[ENTER] +bardzo wczenie dostrzec[ENTER] +[WAIT] +masywne zagroenie[ENTER] +spowodowane przez Kamienie[ENTER] +Metin. Powiedzia wiele[ENTER] +razy, e co trzeba zrobi,[ENTER] +ale zosta zignorowany. Wic[ENTER] +[WAIT] +oprowadzi swoich ludzi do[ENTER] +rebelii przeciw istniejcemu[ENTER] +jeszcze wtedy Imperium.[ENTER] +Kiedy Imperium rozpado si,[ENTER] +jego Krlestwo jest do tej[ENTER] +[WAIT] +pory w stanie wojny z[ENTER] +regionami wschodnimi i ma[ENTER] +problemy z Poudniem. Ludzie[ENTER] +z krlestwa Chunjo chc[ENTER] +zdoby kontrol nad caym[ENTER] +[WAIT] +kontynentem dziki czemu[ENTER] +bd w stanie pozby si[ENTER] +rosncych mocy Kamieni[ENTER] +Metin. \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/empiredesc_c.txt b/bin/pack/locale_pl/locale/pl/empiredesc_c.txt new file mode 100644 index 00000000..28b79ee8 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/empiredesc_c.txt @@ -0,0 +1,26 @@ +[DELAY value;10] +Krlestwo Jinno Krlestwo[ENTER] +Jinoo znajduje si we[ENTER] +wschodnich regionach[ENTER] +kontynentu. Podstaw[ENTER] +krlestwa jest sia[ENTER] +[WAIT] +militarna. Jego ludzie s[ENTER] +agresywni i lubicy wojn.[ENTER] +Krlestwem Jinoo zarzdza[ENTER] +Ee-Ryoong, syn ostatniego[ENTER] +Imperatora. Czuje si[ENTER] +[WAIT] +wybrany do zjednoczenia[ENTER] +starego Imperium poprzez[ENTER] +jego dominacj i siln[ENTER] +Armi. Boi si,e znaczenie[ENTER] +i efekty Kamieni Metin sa[ENTER] +[WAIT] +oficjalnie ignorowane przez[ENTER] +Krlestwo Jinoo.[ENTER] +Sekretnie, Ee-Ryoong prbuje[ENTER] +wykorzysta destrukcyjne[ENTER] +moce Kamieni Metin dla[ENTER] +[WAIT] +wojny. \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/guildbuildinglist.txt b/bin/pack/locale_pl/locale/pl/guildbuildinglist.txt new file mode 100644 index 00000000..b523285b --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan Fabryka Broni -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Kowal Zbrojmistrz -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan Fabryka Akcesoriw -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang Orodek Szkoleniowy -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro Diamentowy Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro Sk. Drewno Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro Miedziany Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro Srebro Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro Zoty Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro Jadeitowy Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro Ebonitowy Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro Perowy Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro Platynowy Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro Kryszt. Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro Ametystowy Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro Niebiaski Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Soul Crystal Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Garnet Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Saphir Odlewnik -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 Otarz Mocy -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 Otarz Mocy -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 Otarz Mocy -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse Kwatera Gwna (1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner Kamienny Mur (1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin Kamienny Mur (1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 Kamienny Mur (1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door Brama (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set ciana (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse Kwatera Gwna (2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner Kamienny Mur (2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin Kamienny Mur (2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 Kamienny Mur (2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door Brama (2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDING b1-set ciana (2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse Kwatera Gwna (3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner Kamienny Mur (3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin Kamienny Mur (3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 Kamienny Mur (3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door Brama (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDING c1-set ciana (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol Insygnia Gildii -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 ciana Frontowa -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 0 +14202 WALL fence01_back01 ciana Tylna -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 ciana Lewa -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 ciana Prawa -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 Kamie 1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 Kamie 2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 Kamie 3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 Kamie 4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 Kamie 5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 Kamie 6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 Kamie 7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 Kamie 8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 Kamie 9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 Kamie 10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT Drzewo 1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 Drzewo 2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall Drzewo 3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 Drzewo 4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 Drzewo 5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT Drzewo 6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 Drzewo 7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall Drzewo 8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 Drzewo 9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_pl/locale/pl/icon/scroll_close.tga b/bin/pack/locale_pl/locale/pl/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/icon/scroll_close.tga differ diff --git a/bin/pack/locale_pl/locale/pl/icon/scroll_open.tga b/bin/pack/locale_pl/locale/pl/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/icon/scroll_open.tga differ diff --git a/bin/pack/locale_pl/locale/pl/insult.txt b/bin/pack/locale_pl/locale/pl/insult.txt new file mode 100644 index 00000000..6dd2cf0c --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/insult.txt @@ -0,0 +1,1337 @@ +kurwa +kurwo +kurwom +kurwy +korwa +skurwiony +zkurwiony +skurwiel +kurestwo +kurew +kurewski +kureski +kurewska +kureska +kurewskiej +kureskiej +kurewsko +kurewstwo +kurwis +kurwe +kurwie +kurwiska +kurwiarz +kurwiaz +kurwica +kurwic +kurwiszcze +kurwiszon +kurwiszona +kurwiszonem +kurwiszony +skurwic +skurwiela +skurwielka +skurwielem +skurwielu +skurwysyn +kurwysynow +skurwysynow +skurwysyna +skurwysynem +skurwysynu +skurwysyny +skurwysynski +skurwysynstwo +wkurwiac +wkurwial +wkurwiajscy +wkurwiajacy +wkurwiajaca +wkurwi +wkurwili +wkurwiali +wkurwimy +wkurwicie +wkurwiacie +wkurwic +wkurwia +kurwidolek +kurw +krwa +krw +kurwi +kurw +kurwi +kurwia +kurwic +kurwi +skurwi +skurwiel +kurwysynw +skurwysynw +skurwysyn +skurwysyski +skurwysystwo +wkurwia +wkurwia +wkurwiajcy +wkurwiajca +wkurwi +wkurwi +kurva +kurvo +kurvom +kurvy +korva +skurviony +zkurviony +skurviel +kurestvo +kurev +kurevski +kureski +kurevska +kureska +kurevskiej +kureskiej +kurevsko +kurevstwo +kurewstvo +kurvis +kurve +kurvie +kurviska +kurviarz +kurviaz +kurvica +kurvic +kurviszcze +kurviszon +kurviszona +kurviszonem +kurviszony +skurvic +skurviela +skurvielka +skurvielem +skurvielu +skurvysyn +kurvysynov +kurvysynow +kurwysynov +skurvysynov +skurvysynow +skurwysynov +skurvysyna +skurvysynem +skurvysynu +skurvysyny +skurvysynski +skurvysynstvo +skurvysynstwo +skurwysynstvo +vkurviac +wkurviac +vkurwiac +vkurvial +wkurvial +vkurwial +vkurviajscy +wkurviajscy +vkurwiajscy +vkurviajacy +vkurwiajacy +wkurviajacy +vkurviajaca +vkurwiajaca +wkurviajaca +vkurvi +vkurwi +wkurvi +vkurvili +wkurvili +vkurwili +vkurviali +wkurviali +vkurwiali +vkurvimy +wkurvimy +vkurwimy +vkurvicie +wkurvicie +vkurwicie +vkurviacie +wkurviacie +vkurwiacie +vkurvic +wkurvic +vkurwic +vkurvia +wkurvia +vkurwia +kurvidolek +kurv +krva +krv +kurvi +kurv +kurvi +kurvia +kurvic +kurvi +skurvi +skurviel +kurvysynv +kurvysynw +kurwysynv +skurvysynv +skurvysynw +skurwysynv +skurvysyn +skurvysyski +skurvysystvo +skurwysystvo +skurvysystwo +vkurvia +wkurvia +vkurwia +vkurvia +wkurvia +vkurwia +vkurviajcy +vkurwiajcy +wkurviajcy +vkurviajca +wkurviajca +vkurwiajca +vkurvi +vkurwi +wkurvi +vkurvi +wkurvi +vkurwi +qrwa +qrwo +qrwom +qrwy +korwa +sqrwiony +zqrwiony +sqrwiel +qrestwo +qrew +qrewski +qreski +qrewska +qreska +qrewskiej +qreskiej +qrewsko +qrewstwo +qrwis +qrwe +qrwie +qrwiska +qrwiarz +qrwiaz +qrwica +qrwic +qrwiszcze +qrwiszon +qrwiszona +qrwiszonem +qrwiszony +sqrwic +sqrwiela +sqrwielka +sqrwielem +sqrwielu +sqrwysyn +qrwysynow +sqrwysynow +sqrwysyna +sqrwysynem +sqrwysynu +sqrwysyny +sqrwysynski +sqrwysynstwo +wqrwiac +wqrwial +wqrwiajscy +wqrwiajacy +wqrwiajaca +wqrwi +wqrwili +wqrwiali +wqrwimy +wqrwicie +wqrwiacie +wqrwic +wqrwia +qrwidolek +qrw +krwa +krw +qrwi +qrw +qrwi +qrwia +qrwic +qrwi +sqrwi +sqrwiel +qrwysynw +sqrwysynw +sqrwysyn +sqrwysyski +sqrwysystwo +wqrwia +wqrwia +wqrwiajcy +wqrwiajca +wqrwi +wqrwi +qrva +qrvo +qrvom +qrvy +korva +sqrviony +zqrviony +sqrviel +qrestvo +qrev +qrevski +qreski +qrevska +qreska +qrevskiej +qreskiej +qrevsko +qrevstwo +qrewstvo +qrvis +qrve +qrvie +qrviska +qrviarz +qrviaz +qrvica +qrvic +qrviszcze +qrviszon +qrviszona +qrviszonem +qrviszony +sqrvic +sqrviela +sqrvielka +sqrvielem +sqrvielu +sqrvysyn +qrvysynov +qrvysynow +qrwysynov +sqrvysynov +sqrvysynow +sqrwysynov +sqrvysyna +sqrvysynem +sqrvysynu +sqrvysyny +sqrvysynski +sqrvysynstvo +sqrvysynstwo +sqrwysynstvo +vqrviac +wqrviac +vqrwiac +vqrvial +wqrvial +vqrwial +vqrviajscy +wqrviajscy +vqrwiajscy +vqrviajacy +vqrwiajacy +wqrviajacy +vqrviajaca +vqrwiajaca +wqrviajaca +vqrvi +vqrwi +wqrvi +vqrvili +wqrvili +vqrwili +vqrviali +wqrviali +vqrwiali +vqrvimy +wqrvimy +vqrwimy +vqrvicie +wqrvicie +vqrwicie +vqrviacie +wqrviacie +vqrwiacie +vqrvic +wqrvic +vqrwic +vqrvia +wqrvia +vqrwia +qrvidolek +qrv +krva +krv +qrvi +qrv +qrvi +qrvia +qrvic +qrvi +sqrvi +sqrviel +qrvysynv +qrvysynw +qrwysynv +sqrvysynv +sqrvysynw +sqrwysynv +sqrvysyn +sqrvysyski +sqrvysystvo +sqrwysystvo +sqrvysystwo +vqrvia +wqrvia +vqrwia +vqrvia +wqrvia +vqrwia +vqrviajcy +vqrwiajcy +wqrviajcy +vqrviajca +wqrviajca +vqrwiajca +vqrvi +vqrwi +wqrvi +vqrvi +wqrvi +vqrwi +qurwa +qurwo +qurwom +qurwy +qorwa +squrwiony +zqurwiony +squrwiel +qurestwo +qurew +qurewski +qureski +qurewska +qureska +qurewskiej +qureskiej +qurewsko +qurewstwo +qurwis +qurwe +qurwie +qurwiska +qurwiarz +qurwiaz +qurwica +qurwic +qurwiszcze +qurwiszon +qurwiszona +qurwiszonem +qurwiszony +squrwic +squrwiela +squrwielka +squrwielem +squrwielu +squrwysyn +qurwysynow +squrwysynow +squrwysyna +squrwysynem +squrwysynu +squrwysyny +squrwysynski +squrwysynstwo +wqurwiac +wqurwial +wqurwiajscy +wqurwiajacy +wqurwiajaca +wqurwi +wqurwili +wqurwiali +wqurwimy +wqurwicie +wqurwiacie +wqurwic +wqurwia +qurwidolek +qurw +qrwa +qrw +qurwi +qurw +qurwi +qurwia +qurwic +qurwi +squrwi +squrwiel +qurwysynw +squrwysynw +squrwysyn +squrwysyski +squrwysystwo +wqurwia +wqurwia +wqurwiajcy +wqurwiajca +wqurwi +wqurwi +qurva +qurvo +qurvom +qurvy +qorva +squrviony +zqurviony +squrviel +qurestvo +qurev +qurevski +qureski +qurevska +qureska +qurevskiej +qureskiej +qurevsko +qurevstwo +qurewstvo +qurvis +qurve +qurvie +qurviska +qurviarz +qurviaz +qurvica +qurvic +qurviszcze +qurviszon +qurviszona +qurviszonem +qurviszony +squrvic +squrviela +squrvielka +squrvielem +squrvielu +squrvysyn +qurvysynov +qurvysynow +qurwysynov +squrvysynov +squrvysynow +squrwysynov +squrvysyna +squrvysynem +squrvysynu +squrvysyny +squrvysynski +squrvysynstvo +squrvysynstwo +squrwysynstvo +vqurviac +wqurviac +vqurwiac +vqurvial +wqurvial +vqurwial +vqurviajscy +wqurviajscy +vqurwiajscy +vqurviajacy +vqurwiajacy +wqurviajacy +vqurviajaca +vqurwiajaca +wqurviajaca +vqurvi +vqurwi +wqurvi +vqurvili +wqurvili +vqurwili +vqurviali +wqurviali +vqurwiali +vqurvimy +wqurvimy +vqurwimy +vqurvicie +wqurvicie +vqurwicie +vqurviacie +wqurviacie +vqurwiacie +vqurvic +wqurvic +vqurwic +vqurvia +wqurvia +vqurwia +qurvidolek +qurv +qrva +qrv +qurvi +qurv +qurvi +qurvia +qurvic +qurvi +squrvi +squrviel +qurvysynv +qurvysynw +qurwysynv +squrvysynv +squrvysynw +squrwysynv +squrvysyn +squrvysyski +squrvysystvo +squrwysystvo +squrvysystwo +vqurvia +wqurvia +vqurwia +vqurvia +wqurvia +vqurwia +vqurviajcy +vqurwiajcy +wqurviajcy +vqurviajca +wqurviajca +vqurwiajca +vqurvi +vqurwi +wqurvi +vqurvi +wqurvi +vqurwi +hujowy +hujowa +hujowe +huj +hujek +hujnia +huja +huje +hujem +huju +chujowy +chujowa +chujowe +chuj +chujek +chujnia +chuja +chuje +chujem +chuju +hjowy +hjowa +hjow +hujow +hujow +hjowe +hjow +hj +hjek +hjnia +hja +hj +huj +hj +hje +huj +hjem +hj +hju +huj +chjowy +chjowa +chjow +chujow +chujow +chjowe +chjow +chj +chjek +chjnia +chja +chj +chuj +chj +chje +chuj +chjem +chj +chju +chuj +hujovy +hujova +hujove +chujovy +chujova +chujove +hjovy +hjova +hjov +hujov +hujov +hjove +hjov +chjovy +chjova +chjov +chujov +chujov +chjove +chjov +cipa +cipe +cipie +cipo +cip +ip +ipa +ipe +ip +cip +ipi +cipi +ipie +ipo +debil +debila +debilom +debilem +debilu +debile +debili +debilami +debilach +debil +kutas +kutasa +kutasom +kutasie +kutasem +kutasy +kutasow +kutasach +kutasami +kutas +kutasw +cwel +cwelom +cwela +cwelowi +cwelow +cwelu +cwel +cwelw +cvel +cvelom +cvela +cvelowi +cvelov +cwelov +cvelow +cvelu +cvel +cvelv +cvelw +cwelv +dojebac +dojebal +dojebala +dojebalem +dojebalam +dojebie +jebac +jebadlo +jebak +jebaka +jebal +jebane +jebanka +jebanko +jebankiem +jebanym +jebanej +jebany +jebana +jebani +jebanych +jebanymi +jebcie +jebiacy +jebiaca +jebiacego +jebiacej +jebia +jebie +jebliwy +jebne +jebnac +jebnal +jebna +jebnela +jebnie +jebnij +matkojebcy +matkojebca +matkojebcami +matkojebcach +najebac +najebal +najebala +najebane +najebany +najebana +najebie +najebia +pojeb +pojeba +pojebami +pojebanego +pojebanemu +pojebani +pojebany +pojebanych +pojebanym +pojebanymi +pojebem +pojebac +pojebalo +przejebane +przejebac +przyjebali +przyjebac +przyjebie +przyjebala +przyjebal +rozjebac +rozjebie +rozjebala +ujebac +ujebal +ujebana +ujebany +ujebie +ujebala +wjebac +wjebie +wjebia +wjebiemy +wjebiecie +wyjebali +wyjebal +wyjebac +wyjebala +wyjebaly +wyjebia +wyjebiesz +wyjebie +wyjebiecie +wyjebiemy +zajebac +zajebie +zajebia +zajebial +zajebala +zajebali +zajebana +zajebani +zajebane +zajebany +zajebanych +zajebanym +zajebanymi +zajebiste +zajebisty +zajebistych +zajebista +zajebistym +zajebistymi +zajebiscie +zjebac +zjebal +zjebala +zjebana +zjebali +zjeby +jebaj +jebiom +jebnom +matkojebcom +pojebom +wjebiom +zajebiom +zajebanom +zjebanom +dojeba +dojeba +dojebaa +dojebaem +dojebaam +dojebi +jeba +jebado +jebak +jeba +jeban +jebicy +jebic +jebica +jebiac +jebicego +jebicej +jebi +jebi +jebn +jebn +jebna +jebnc +jebn +jebnl +jebna +jebn +jebna +jebnea +jebnla +jebni +matkojebc +najeba +najeba +najebaa +najeban +najebi +najebi +pojeb +pojeba +pojebao +przejeba +przyjeba +przyjebi +przyjebaa +przyjeba +rozjeba +rozjebi +rozjebaa +ujeba +ujeba +ujebi +ujebaa +wjeba +wjebi +wjebi +wyjeba +wyjeba +wyjebaa +wyjebay +wyjebi +wyjebi +zajeba +zajebi +zajebi +zajebia +zajebaa +zajeban +zjeba +zjeba +zjebaa +zjeban +podpierdalajacy +podpierdolic +podpierdoli +popierdala +popierdalac +popierdolic +popierdoli +popierdolonego +popierdolonemu +popierdolonym +popierdolone +popierdoleni +popierdolony +porozpierdala +porozpierdalac +przepierdalac +przepierdala +przepierdalajacy +przepierdalajaca +przepierdolic +przypierdalac +przypierdala +przypierdoli +przypierdalajacy +przypierdolic +rozpierdalac +rozpierdala +rozpierdolic +rozpierdole +rozpierdoli +rozpierducha +spierdalac +spierdala +spierdalal +spierdalalcie +spierdalala +spierdalajacy +spierdolic +spierdoli +spierdola +upierdalac +upierdala +upierdolic +upierdoli +upierdola +upierdoleni +wpierdala +wpierdalac +wpierdalajscy +wpierdalajacy +wpierdol +wpierdolic +wypierdal +wypierdalac +wypierdala +WYPIERDALAJ +wypierdalal +wypierdalala +wypierdolic +wypierdoli +wypierdolimy +wypierdolicie +wypierdola +wypierdolili +wypierdolil +wypierdolila +zapierdala +zapierdalac +zapierdalaja +zapierdalaj +zapierdalajcie +zapierdalala +zapierdalali +zapierdalajacy +zapierdolic +zapierdoli +zapierdolil +zapierdolila +zapierdola +dopierdalac +dopierdala +dopierdalal +dopierdalala +dopierdolil +dopierdole +dopierdoli +dopierdalajacy +dopierdolic +naopierdalac +naopierdalal +naopierdalala +napierdala +napierdalac +napierdalajacy +napierdolic +nawpierdalac +nawpierdalal +nawpierdalala +odpierdalac +odpierdolil +odpierdolila +odpierdalajacy +odpierdalajaca +odpierdolic +odpierdoli +opierdalac +opierdala +opierdalajacy +opierdol +opierdolic +opierdoli +opierdola +pierdolacy +pierdolaca +pierdol +pierdole +pierdolenie +pierdoleniem +pierdoleniu +pierdola +pierdolec +pierdolicie +pierdolic +pierdolil +pierdolila +pierdoli +pierdolniety +pierdolisz +pierdolca +pierdolcy +pierdolnac +pierdolnal +pierdolnela +pierdolnie +pierdolnieta +pierdolnij +pierdolnik +pierdolona +pierdolone +pierdolony +pierdziec +podpierdalac +podpierdala +odpierdol +podpierdalajcy +podpierdoli +popierdala +popierdoli +porozpierdala +przepierdala +przepierdalajcy +przepierdalajca +przepierdalajc +przepierdalajac +przepierdoli +przypierdala +przypierdalajcy +przypierdoli +rozpierdala +rozpierdoli +rozpierdol +spierdala +spierdala +spierdalaa +spierdalajcy +spierdoli +spierdol +upierdala +upierdoli +upierdol +wpierdala +wpierdalajcy +wpierdoli +wypierdala +wypierdala +wypierdalaa +wypierdoli +wypierdol +wypierdoli +wypierdolia +zapierdala +zapierdalaj +zapierdalaa +zapierdalajcy +zapierdoli +zapierdoli +zapierdolia +zapierdol +dopierdala +dopierdala +dopierdalaa +dopierdoli +dopierdol +dopierdalajcy +dopierdoli +naopierdala +naopierdala +naopierdalaa +napierdala +napierdalajcy +napierdoli +nawpierdala +nawpierdala +nawpierdalaa +odpierdala +odpierdoli +odpierdolia +odpierdalajcy +odpierdalajca +odpierdoli +opierdala +opierdaa +opierdalajcy +opierdoli +opierdol +pierdolcy +pierdolca +pierdol +pierdoli +pierdoli +pierdolia +pierdolnity +pierdoln +pierdolna +pierdolnc +pierdoln +pierdolna +pierdolnl +pierdolna +pierdolnea +pierdolnla +pierdolnit +pierdolnita +pierdolniet +pierdolon +pierdzie +podpierdala +podpierdal +wypieprzac +wypieprza +wypieprzal +wypieprzala +wypieprzy +wypieprzyla +wypieprzyl +zapieprzyc +zapieprzy +zapieprzyl +zapieprzyla +zapieprza +zapieprzymy +zapieprzycie +zapieprzysz +dopieprzac +odpieprzac +odpieprzy +odpieprzyl +odpieprzyla +pieprzniety +pieprzony +przypieprzac +przypieprzajacy +przypieprzajaca +spieprzac +spieprza +spieprzaj +spieprzajcie +spieprzaja +spieprzajacy +spieprzajaca +wypieprza +wypieprza +wypieprzaa +wypieprzya +wypieprzy +zapieprzy +zapieprzy +zapieprzya +zapieprz +dopieprza +odpieprza +odpieprzy +odpieprzya +pieprznity +przypieprza +przypieprzajcy +przypieprzajca +spieprza +spieprzaj +spieprzajcy +spieprzajc +spieprzajca +spieprzajac +pizda +pizdom +pizde +pizdzie +pizdnac +pizdu +pizdzi +wpizdu +pizdo +pizd +pizd +pidzie +pizdna +pidzi +dziwkowuz +dziwkowoz +dziwka +dziwke +dziwkom +dziwencje +dziwkowz +dziwk +dziwk +dziwencj +poruchac +rucha +ruchaniu +ruchanie +ruchaniem +srac +srajacy +srajac +sraj +sukinsyny +ssij +ssaj +sukinsynom +sukinsynowi +sukinsynow +udupic +wyruchal +wyrucha +wyruchala +wyruchac +wyruchani +wyruchnany +spermojad +spermochleja +spermochlejom +spermojadka +spermojadkom +sperma +laskorob +lakorub +lachociag +sukisyn +sukinsyn +porucha +sra +srajcy +srajc +sukinsynw +udupi +wyrucha +wyruchaa +wyrucha +spermochlej +spermojadk +laskorb +lachocig \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/item_list.txt b/bin/pack/locale_pl/locale/pl/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_pl/locale/pl/item_proto b/bin/pack/locale_pl/locale/pl/item_proto new file mode 100644 index 00000000..af531fc6 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/item_proto differ diff --git a/bin/pack/locale_pl/locale/pl/itemdesc.txt b/bin/pack/locale_pl/locale/pl/itemdesc.txt new file mode 100644 index 00000000..8cf56c2d --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/itemdesc.txt @@ -0,0 +1,2628 @@ +100000 Eliksir Czasu (M) Napenia czas trwania Smoczego Kamienia. +100001 Eliksir Czasu () Napenia czas trwania Smoczego Kamienia. +100002 Eliksir Czasu (D) Napenia czas trwania Smoczego Kamienia. +100100 Smocze Cgi To przydatne narzdzie zwiksza szanse na sukces podczas usuwania Smoczego Kamienia. +100200 Cgi Czasu Wysysa czas trwania ze Smoczego Kamienia. +100300 Zielona Smocza Fasola Ta magiczna fasola zwiksza poziom Smoczego Kamienia. Zabieg ten moe si jednak zakoczy niepowodzeniem. +100400 Niebieska Smocza Fasola Ta magiczna fasola zwiksza szans na pomylne ulepszenie Smoczego Kamienia o jeden poziom. +100500 Rowa Smocza Fasola Szansa na pomylne ulepszenie Smoczego Kamienia o jeden poziom wzrasta o 10%. +11901 Smoking Elegancki garnitur - w sam raz na lub. +11902 Smoking Elegancki garnitur - w sam raz na lub. +11903 Suknia lubna Specjalna suknia uywana przez kobiety podczas lubu. +11904 Suknia lubna Specjalna suknia uywana przez kobiety podczas lubu. +18000 Pas Lniany+0 +18001 Pas Lniany+1 +18002 Pas Lniany+2 +18003 Pas Lniany+3 +18004 Pas Lniany+4 +18005 Pas Lniany+5 +18006 Pas Lniany+6 +18007 Pas Lniany+7 +18008 Pas Lniany+8 +18009 Pas Lniany+9 +18010 Pas Skrzany+0 +18011 Pas Skrzany+1 +18012 Pas Skrzany+2 +18013 Pas Skrzany+3 +18014 Pas Skrzany+4 +18015 Pas Skrzany+5 +18016 Pas Skrzany+6 +18017 Pas Skrzany+7 +18018 Pas Skrzany+8 +18019 Pas Skrzany+9 +18020 Pas Przepychu+0 +18021 Pas Przepychu+1 +18022 Pas Przepychu+2 +18023 Pas Przepychu+3 +18024 Pas Przepychu+4 +18025 Pas Przepychu+5 +18026 Pas Przepychu+6 +18027 Pas Przepychu+7 +18028 Pas Przepychu+8 +18029 Pas Przepychu+9 +18030 Pas Mdroci+0 +18031 Pas Mdroci+1 +18032 Pas Mdroci+2 +18033 Pas Mdroci+3 +18034 Pas Mdroci+4 +18035 Pas Mdroci+5 +18036 Pas Mdroci+6 +18037 Pas Mdroci+7 +18038 Pas Mdroci+8 +18039 Pas Mdroci+9 +18040 Pas Krla+0 +18041 Pas Krla+1 +18042 Pas Krla+2 +18043 Pas Krla+3 +18044 Pas Krla+4 +18045 Pas Krla+5 +18046 Pas Krla+6 +18047 Pas Krla+7 +18048 Pas Krla+8 +18049 Pas Krla+9 +18050 Pas Mroku+0 +18051 Pas Mroku+1 +18052 Pas Mroku+2 +18053 Pas Mroku+3 +18054 Pas Mroku+4 +18055 Pas Mroku+5 +18056 Pas Mroku+6 +18057 Pas Mroku+7 +18058 Pas Mroku+8 +18059 Pas Mroku+9 +18060 Pas Runiczny+0 +18061 Pas Runiczny+1 +18062 Pas Runiczny+2 +18063 Pas Runiczny+3 +18064 Pas Runiczny+4 +18065 Pas Runiczny+5 +18066 Pas Runiczny+6 +18067 Pas Runiczny+7 +18068 Pas Runiczny+8 +18069 Pas Runiczny+9 +18070 Pas Niedwiedzi+0 +18071 Pas Niedwiedzi+1 +18072 Pas Niedwiedzi+2 +18073 Pas Niedwiedzi+3 +18074 Pas Niedwiedzi+4 +18075 Pas Niedwiedzi+5 +18076 Pas Niedwiedzi+6 +18077 Pas Niedwiedzi+7 +18078 Pas Niedwiedzi+8 +18079 Pas Niedwiedzi+9 +18900 Kamie Czerw. Pomienia Zwiksza bonusy twojego pasa. +21100 +21101 +21102 +21103 +21104 +21105 +21106 +21107 +21108 +21109 +21110 +21111 +21112 +21113 +21114 +21115 +21116 +21117 +21118 +21119 +21120 +21121 +21122 +21123 +21124 +21125 +21126 +21127 +21128 +21129 +21550 +21551 +21552 +21553 +21554 +21555 +21556 +21557 +21558 +21559 +21991 +21992 +21993 +22000 Zwj Powrotu Do Miasta Zwj pozwalajcy Ci teleportowa si do najbliszego miasta. +22010 Zwj Powrotu Zwj pozwala Ci wrci do miasta i potem powrci do obecnej lokalizacji. +25040 Zwj Bogosawiestwa Usuwa ryzyko zniszczenia przedmiotu podczas jego ulepszania. Jeeli ulepszanie si nie powiedzie, to jako przedmiotu jest redukowana o 1 poziom. +25041 Magiczny Kamie Brya legendarnego metalu zapewniajcego najlepsze wyniki podczas ulepszania przedmiotw. W ten sposb ulepszony przedmiot nie moe ulec ani zniszczeniu ani pogorszeniu. +25100 Zwj Kamienia Duszy Zwj pozwala Ci wydoby Kamie Duszy z broni albo zbroi. Zostawia znak wydobycia. +27051 Czerwona Mikstura (M) Uzupenia 300 Punktw ycia. Niezdatna do handlu. +27052 Niebieska Mikstura (M) Uzupenia 100 Punktw Energii. Niezdatna do handlu. +27053 Zielona Mikstura (M) Zwiksza Twoj Szybko Ataku o +10 na okres 10 minut. Niezdatna do handlu. +27054 Fioletowa Mikstura (M) Zwiksza Szybko Ruchu o +10 na okres 10 minut. Niezdatna do handlu. +27122 Czerwona Mikstura (M) Uzupenia 300 Punktw ycia. Niezdatna do handlu. +27123 Zielona Mikstura (M) Zwiksza Twoj Szybko Ataku o +10 na okres 10 minut. Niezdatna do handlu. +27124 Opatrunek Natychmiast zatrzymuje krwawienie. +27600 Wysuszone Drzewo Drzewo cite na ognisko. +27610 Marmur Rybaka Ten magiczny marmur pokazuje informacje o zowionej rybie. +27620 Rybie Wntrznoci Ksika dostarczajca informacji o rybach. +27799 Rybia O Twarde oci ryby. +27800 Papka Najtasza przynta. +27801 Robak Przynta przycigajca ryby. +27802 Drobne Ryby Przynta przycigajca due ryby. +27803 Kara Popularna ryba, yjca z reguy w stawach. +27804 Ryba Mandaryna Smaczna ryba. +27805 Duy Kara Duy, gruby Kara. +27806 Karp Dua, srebrna ryba. +27807 oso Ryba wracajca do domu podczas sezonu godowego. +27808 Amur Karp jedzcy z reguy traw. +27809 Pstrg Kuzyn ososia. +27810 Wgorz Ryba przypominajca wa. Charakteryzuje si du wytrzymaoci. +27811 Tczowy Pstrg Ryba o tczowym kolorze plecw. +27812 Rzeczny Pstrg Ryba yjca w rzekach. +27813 Krasnopirka Ryba yjca w awicach. +27814 Oko Ryba, czsto nazywana pogromc jezior. +27815 Tenchi Rodzaj Kiepa yjcy tylko w czystej wodzie. +27816 Sum Ryba posiadajca charakterystyczne dugie "kocie" wsy +27817 Piskorz Zwinna ryba yjca z reguy w botnistych wodach. +27818 Ryba Lotosu Dua ryba yjca w czystych wodach, ma zoon diet. +27819 Sodka Ryba Kuzyn gromadnika. yje na brzegach i ujciach. +27820 Gromadnik Ryba w wikszoci apana poprzez owienie w lodzie. +27821 Shiri Ryba o piknym ksztacie i kolorze. +27822 Lustrzany Karp Udomowiony Karp. +27823 Zoty Kara Rzadki, zoty Kara. +27833 Martwy Kara Martwy Kara.|Moe by upieczony nad ogniskiem. +27834 Martwa Ryba Mandaryna Martwa Ryba Mandaryna.|Moe by upieczona nad ogniskiem. +27835 Martwy Duy Kara Martwy Duy Kara.|Moe by upieczony nad ogniskiem. +27836 Martwy Karp Martwy Karp.|Moe by upieczony nad ogniskiem. +27837 Martwy oso Martwy oso.|Moe by upieczony nad ogniskiem. +27838 Martwy Amur Martwy Amur. |Moe by upieczony nad ogniskiem. +27839 Martwy Pstrg Martwy Pstrg.|Moe by upieczony nad ogniskiem. +27840 Martwy Wgorz Martwy Wgorz.|Moe by upieczony nad ogniskiem. +27841 Martwy Tczowy Pstrg Martwy Tczowy Pstrg.|Moe by upieczony nad ogniskiem. +27842 Martwy Rzeczny Pstrg Martwy Rzeczny Pstrg.|Moe by upieczony nad ogniskiem. +27843 Martwa Krasnopirka Martwa Krasnopirka.|Moe by upieczona nad ogniskiem. +27844 Martwy Oko Martwy Oko.|Moe by upieczony nad ogniskiem. +27845 Martwa Tenchi Martwa Tenchi.|Moe by upieczona nad ogniskiem. +27846 Martwy Sum Martwy Sum.|Moe by upieczony nad ogniskiem. +27847 Martwy Piskorz Martwy Piskorz.|Moe by upieczony nad ogniskiem. +27848 Martwa Ryba Lotosu Martwa Ryba Lotosu.|Moe by upieczona nad ogniskiem. +27849 Martwa Sodka Ryba Martwa Sodka Ryba.|Moe by upieczona nad ogniskiem. +27850 Martwy Gromadnik Martwy Gromadnik.|Moe by upieczony nad ogniskiem. +27851 Martwa Shiri Martwa Shiri.|Moe by upieczona nad ogniskiem. +27852 Martwy Lustrzany Karp Martwy Lustrzany Karp.|Moe by upieczony nad ogniskiem. +27853 Martwy Zoty Kara Martwy Zoty Kara.|Moe by upieczony nad ogniskiem. +27863 Pieczony Kara Regeneruje troch Punktw ycia. +27864 Pieczona Ryba Mandaryna Regeneruje troch Punktw Energii. +27865 Pieczony Duy Kara Regeneruje troch Punktw ycia. +27866 Pieczony Karp Zwiksza Szybko Ruchu na pewien czas. +27867 Pieczony oso Regeneruje troch Punktw Energii. +27868 Pieczony Amur Zwiksza Szybko Ataku na pewien czas. +27869 Pieczony Pstrg Regeneruje du ilo Punktw ycia. +27870 Pieczony Wgorz Zwiksza Si o 10 punktw na 10 minut. +27871 Pieczony Tczowy Pstrg Regeneruje du ilo Punktw Energii. +27872 Pieczony Rzeczny Pstrg Natychmiast regeneruje troch Punktw Energii. +27873 Pieczona Krasnopirka Zwiksza twoj Zrczno o 10 punktw na 10 minut. +27874 Pieczony Oko Usuwa trucizn. +27875 Pieczony Tenchi Natychmiast regeneruje troch Punktw ycia. +27876 Pieczony Sum Natychmiast regeneruje troch Punktw Energii. +27877 Pieczony Piskorz Stajesz si niewidzialny na 5 minut. +27878 Pieczona Ryba Lotosu Natychmiast regeneruje troch Punktw ycia. +27879 Pieczona Sodka Ryba Ryba przyrzdzona nad ogniskiem to wspaniay wdzony przysmak. +27880 Pieczony Gromadnik Ryba przyrzdzona nad ogniskiem. Wspaniay wdzony przysmak. +27881 Pieczona Shiri Ryba przyrzdzona nad ogniskiem to wspaniay wdzony przysmak. +27882 Pieczony Lustrzany Karp Ryba przyrzdzona nad ogniskiem. Wspaniay wdzony przysmak. +27883 Pieczony Zoty Kara Ryba przyrzdzona nad ogniskiem. Wspaniay wdzony przysmak. +27987 Ma Miczak w adnej muszli. W rodku moe znajdowa si cenna pera. +27988 Mapa Skarbw Tajemnicza mapa zawierajca pooenie staroytnego skarbu. +27989 Wykrywacz Kamieni Metin Wykrywacz pokazuje pooenie i odlego do najbliszego Kamienia Metin. Im janiejsza strzaka kierunku, tym bliej jeste. Moe by uaktywniony 6 razy. +27990 Kawaek Kamienia Z powodu maych wymiarw, przedmiot ten mona bardzo atwo transportowa. Ma wiele zastosowa. +27991 Kamie Wodny Twardy i szorstki kamie, ktry moe by uywany do szlifowania broni albo sprztu kuchennego. +27992 Biaa Pera Idealnie biaa pera. |Kobiety je kochaj. +27993 Niebieska Pera Niebieska pera. |Kobiety je kochaj. +27994 Krwawa Pera Krwawo-czerwona pera. |Kobiety je kochaj. +27995 Pusta Butelka Pusta butelka. +27996 Butelka Z Trucizn Butelka wypeniona trucizn. |Powoduje mier. +27997 Marmur Witalnoci Marmur regenerujcy troch Punktw ycia. +27998 Sakiewka Alchemika Zniszczony worek, w ktrym przechowywane byy tajemnice Alchemikw. +27999 Sakiewka Kamieni Dusz Sakiewka do przechowywania Kamieni Dusz. +29001 Muszla Jedna z najwikszych i najsmaczniejszych muszli. Posiada grzebie w interesujcym ksztacie. +29002 Niebieska Muszla Masa perowa tej muszli jest piknie zabarwiona na kolor niebieski. +29003 ta Muszla Masa perowa tej muszli jest piknie zabarwiona na kolor ty. +29004 Czerwona Muszla Masa perowa tej muszli jest piknie zabarwiona na kolor czerwony. +29005 Zielona Muszla Masa perowa tej muszli jest piknie zabarwiona na kolor zielony. +29006 ty Kamie Winny Kamie Winny o ciemnym kolorze. +29007 Niebieski Kamie Winny Kamie Winny o ciemnoniebieskim kolorze. +29008 Niebieska wita Woda W wietle sonecznym powierzchnia tej witej Wody jest lekko niebieska. +29009 ta wita Woda W wietle sonecznym powierzchnia tej witej Wody jest lekko tawa. +29010 Czerwona wita Woda W wietle sonecznym powierzchnia tej witej Wody jest lekko czerwona. +29011 Zielona wita Woda W wietle sonecznym powierzchnia tej witej Wody jest lekko zielona. +29012 Ciemno-Nieb. Rka Boga Niebieska wita Woda +29013 Jasno-ta wita Woda wita Woda o ciemnotym kolorze. +29014 Jasno-Czerw. wita Woda wita Woda o ciemnoczerwonym kolorze. +29015 Ciemno-Ziel. Rka Boga wita Woda o ciemnozielonym kolorze. +30000 Jczmie Popularna rolina, suy do robienia piwa i jedzenia. +30001 List List od kogo. +30002 Pieczona Kiebasa Pieczona kiebasa. W rodku znajduj si warzywa i przyprawy. +30003 Nos wini Nos wini. +30004 Zb Dzika Bardzo mocny zb dzika. +30005 Kawaek Zepsutej Zbroi Fragment uszkodzonej zbroi. +30006 Zb Orka Dziwnie pachncy zb olbrzymiego Orka. +30007 Amulet Orka Amulet, ktry dodaje odwagi Olbrzymim Orkom. +30008 Ezoteryczny Przewodnik Podrcznik dla pocztkujcych. Zawiera podstawowe informacje o doktrynie ezoterycznej. +30009 Nieznane Lekarstwo Tajemnicze lekarstwo. W jego skad wchodz nieznane skadniki. +30010 Niedwiedzia Znana z odnawiania poczucia smaku. +30011 Kb Kb nici. +30012 Butelka Wina Butelka aromatycznego wina. +30013 Dzban Likieru Uywany do postarzania likieru. +30014 Futro Yeti Futro legendarnej kreatury, Yeti. Doskonale chroni przed zimnem. +30015 Pamitka Po Demonie wiecca pamitka po demonie. +30016 Klejnot Demona Klejnot znany z moliwoci przechowywania dusz umarych. +30017 Ozdobna Spinka Do Wosw Kobieca spinka do wosw. +30018 Czerwona Wstga Modna wstga do spinania kobiecych wosw. +30019 Ponca Grzywa Suy do robienia ubra na zim. +30020 Nasionko Brzoskwini Dobre na zdrow skr. +30021 Kawaek Klejnotu Klejnot uderzony czym twardym. +30022 Ogon Wa Ogon grzechotnika. +30023 Futro Biaego Tygrysa Najbardziej cenione futro zwierzce wrd kolekcjonerw. +30024 Ogon Konia Uywany do robienia przedmiotw dobrej jakoci takich jak szczotki, kapelusze i liny. +30025 Worek z Pajcz Trucizn Worek wypeniony trucizn na ciele pajka. +30026 Kiszka Wilka Skadnik do robienia kiebasy, popularnej w caym Imperium. +30027 Futro Wilka Wosy z futra wilka uywane s do robienia grzebieni i szczotek. +30028 Szpon Wilka Suy do robienia rnych akcesoriw. +30029 Wtroba Wilka Skadnik do robienia kiebasy, popularnej w caym Imperium. +30030 Zardzewiae Ostrze Zardzewiae ostrze sztyletu. +30031 Ornament Ulubiona ozdoba wrd dziewczyn. +30032 Czarny Uniform Zniszczony Czarny Uniform. +30033 Stuczona Porcelana Kawaek stuczonej porcelany. +30034 Biaa Wstga Modna wstga do spinania kobiecych wosw. +30035 Krem Do Twarzy Krem uywany zazwyczaj przez kobiety. Ma waciwoci odmadzajce. +30036 Mistyczne Zioo Legendarne zioo o mistycznych waciwociach. +30037 Szpon Tygrysa Niektrzy wojownicy nosz naszyjniki ze Szponw Tygrysa, aby pokaza innym swoj odwag. +30038 Skra Tygrysa Ulubione futro zwierzce wrd kolekcjonerw. +30039 Kawaek Ptna Uywany do bandaowania ran. +30040 Li Li nieznanej roliny. +30041 Shuriken Bro miotana. Najczciej uywana przez zabjcw. +30042 Pazur Tygrysa Solidny, wieccy pazur tego dzikiego kota. +30043 Fasola Skadnik uywany w wielu kuchniach. +30044 Glina Glina do robienia porcelany. +30045 Iga Skorpiona Iga z trucizna skorpiona. +30046 Ogon Skorpiona Trujcy ogon skorpiona. +30047 Ksiga Kltw Ezoteryczna ksiga suca do przeklinania kogo. +30048 Kawaek Lodu Zamarznita woda, ktra jest zawsze zimna. +30049 Lodowy Rg Wieloryba Cenny materia rzebiarski. +30050 Matowy Ld Nie rozpuszcza si podczas ciepych dni. +30051 Nieznany Talizman Nieznany talizman, tylko ezoterycy mog je czyta. +30052 Flaga Flaga do oznaczania jednostek dzikusw. +30053 Niedwiedzia Skra Uywana przez ludzi, aby wzmocni wytrzymao fizyczn. +30054 Obrczka lubna Jedyny piercionek, ktry nosisz do koca. +30055 Szpon Skorpiona Krzepko wygldajcy szpon. +30056 Pajcza Sie Filigranowa sie z delikatnych jedwabnych nici. +30057 Oczy Pajka Kolekcjonerzy ceni sobie nad wyraz Oczy Pajka. +30058 Worek Z Pajcz. Jajami Uywany jako talizman przez kobiety bezdzietne. +30059 Nogi Pajka Wochate nogi pajka s uywane przez szamanw. +30060 Jzyk aby Lepki jzyk aby. +30061 abie Udka Egzotyczny skadnik potraw, smakuje jak kurczak! +30062 Czara Lekarstwa Czara uywana w farmaceutyce. +30063 Lekarstwo Na Skr Leczy choroby skry. +30064 Ostry Kamie Kamie uywany do robienia grotw strza. +30065 Dzwonek May dzwonek wydajcy dwiczne odgosy. +30066 Ostry Pieprz Bardzo ostry pieprz. +30067 Skra Wa Skra wa. +30068 Stek Z Tofu Potrawa z tofu. +30069 Szpon Wilka+ Suy do robienia rnych akcesoriw. +30070 Futro Wilka+ Wosy z futra wilka uywane s do robienia grzebieni i szczotek. +30071 Niedwiedzia+ Znana z odnawiania poczucia smaku. +30072 Niedwiedzia Skra+ Uywana przez ludzi, aby wzmocni wytrzymao fizyczn. +30073 Biaa Wstga+ Modna wstga do spinania kobiecych wosw. +30074 Czarny Uniform+ Zniszczony Czarny Uniform. +30075 Shuriken+ Bro miotana. Najczciej uywana przez zabjcw. +30076 Amulet Orka+ Amulet, ktry dodaje odwagi Olbrzymim Orkom. +30077 Zb Orka+ Dziwnie pachncy zb olbrzymiego Orka. +30078 Ezoteryczny Przewodnik+ Podrcznik dla pocztkujcych. Zawiera podstawowe informacje o doktrynie ezoterycznej. +30079 Nieznany Talizman+ Nieznany talizman, tylko ezoterycy mog je czyta. +30080 Ksiga Kltw+ Ezoteryczna ksiga suca do przeklinania kogo. +30081 Ogon Skorpiona+ Trujcy ogon skorpiona. +30082 Ogon Wa+ Ogon grzechotnika. +30083 Nieznane Lekarstwo+ Tajemnicze lekarstwo. W jego skad wchodz nieznane skadniki. +30084 Nieznany Talizman+ Nieznany talizman, tylko ezoterycy mog je czyta. +30085 Kawaek Ptna+ Uywany do bandaowania ran. +30086 Pamitka Po Demonie+ wiecca pamitka po demonie. +30087 Klejnot Demona+ Klejnot znany z moliwoci przechowywania dusz umarych. +30088 Kawaek Lodu+ Zamarznita woda, ktra jest zawsze zimna. +30089 Futro Yeti+ Futro legendarnej kreatury, Yeti. Doskonale chroni przed zimnem. +30090 Matowy Ld+ Nie rozpuszcza si podczas ciepych dni. +30091 Symbol Wojownika Symbol wojownika dawany przez legendarnych wojownikw. +30092 Zdobycz Dzikusa Pozostao po wojnie. +30093 Torba Szczcia Jedwabny woreczek do przechowywania cennoci. +30094 Torba Szczcia Jedwabny woreczek do przechowywania cennoci. +30095 Torba Szczcia Jedwabny woreczek do przechowywania cennoci. +30096 Torba Szczcia Jedwabny woreczek do przechowywania cennoci. +30129 Rozkaz Jedcy Dokument zawierajcy misj wojskow. +30130 Pusta Butelka Pusta butelka zrobiona ze szka, mona j wypeni rnymi pynami. +30131 List Od Kowala List od Kowala dla przyjaciela. +30132 Ksiga Uriela Ksika, ktrej czytanie sprawia Urielowi wielk przyjemno. Na jej brzegu widnieje jaki nieczytelny tytu. +30133 Kwieciste Buty adne kobiece buty. +30134 Przesyka Uriela Przesyka Uriela - w rodku znajduje si bardzo duo ksiek. +30135 List Od Ariyoung List od Ariyoung do Ayoo. +30136 Rozrzutnie Ozdobiony uk Cudowny uk wykonany ze zwierzcego rogu. +30137 Krew Mapy Krew mapy. Okropnie pachnie. +30138 Pustynny Piasek Ten wyjtkowo drobny piasek jest uywany do wyrobu Seledynowej Porcelany. +30139 Kie Orka Kie orka. Uywany jako talizman. +30140 Nici Mocne nici. Najczciej uywane do naprawiania ubra. Przydatne rwnie do wyrobu naszyjnikw. +30141 Ozdobny Diament Diamenty najczciej uywane s jako ozdoby ubra. +30142 List Nie jeste w stanie przeczyta, co jest napisane w tym licie. Moe musisz nauczy si jzyka? +30143 Zioa Lecznicze Wysuszone zioa lecznicze. Niestety s nieco zakurzone. +30144 Wtroba Tygrysa Czerwonobrzowa, pokana wtroba wyronitego kota drapienego. +30145 Lekarstwo Balsosa Silne lekarstwo. +30146 Kawa Lodu Bardzo zimny. +30147 witynna Doktryna Ksiga zawierajca informacje na temat Mrocznej wityni. +30148 witynny Szal Szal sucy do modlitwy. +30149 Lody z Syropem Napj zawierajcy kawaek lodu i syrop. Cudowny latem. +30150 Strona Pamitnika Strona z pamitnika napisanego przez star dynasti. +30151 Skra Wilka Uywana jako cierka do kurzu. +30152 Lekarstwo Podobno moe wyleczy tajemnicz chorob. Nikt nie wie, czy naprawd dziaa. +30153 Kwiaty Bukiet rzadkich kwiatw. Zapach kojarzy Ci si z czym z przeszoci. +30154 Sekretna Ksiga wityni Analiza historii i doktryny Sekretnej wityni. +30155 Amulet Mirine Naszyjnik. Na odwrocie wygrawerowane jest jakie imi... +30156 Sekretna Ksiga wityni Analiza historii i doktryny Sekretnej wityni. +30157 Grot Strzay Te zatrute Groty Strza pomog w obronie krlestwa. +30177 Olejek Pimowy Olejek Pimowy jest uywany przez Sprzedawc Broni podczas misji. Przedmiot ten nie ma innego zastosowania. +30179 Krty Klucz Ten magiczny klucz aktywuje portal do wityni Smoka. +30180 Amulet Boga Smokw Ten kawaek zotej biuterii moe skrci drog do Groty Wygnacw. +30181 Strona Na tym pergaminie znajduj si wyblake napisy, ktre trudno rozszyfrowa. Ta strona wyglda na bardzo star. +30182 Legendarny Pamitnik Ten duplikat staroytnej ksigi wyglda na bardzo cenny. +30183 Pospna Drewniana Maska Ta drewniana maska wyglda, jakby si w Ciebie wpatrywaa. Najprawdopodobniej przedmiot ten by wykorzystywany podczas jaki rytuaw. +30184 Zaczarowany Popi Popi w tym dziwnym pojemniku, pokrytym dziwnymi symbolami, otacza agodny blask. +30185 Czarny Ld Nawet najciemniejszy mrok rozjania si przy tej byszczcej i niezwykle gadkiej powierzchni. +30186 Skamieniaa za Skamieniaa za boga Baljit-Elvedin, ktry w dzisiejszych czasach znany jest jako Bg Smokw. +30187 Kropla Krwi Kropla Krwi zamordowanej bogini Bahar-Taraji, stwrcy wiata. +30188 Obsydian Kamie wulkaniczny, ktry zosta nagle schodzony. +30189 zy Baljit-Elvedin Ta piknie zdobiona waza zawiera zy boga Baljit-Elvedin. +30190 Krwisty Kamie Ten kamie zrobiony jest z krwi Bahar-Taraji i umoliwia Ci wejcie do Groty Wygnacw. +30191 Krwisty Kamie Krwiste Kamienie umoliwiaj Ci wejcie do Groty Wygnacw. +30192 Mleczny Sok Wysokojakociowa wydzielina rolinna +30193 Ko Palca Wszystko, co zostao po polegym bohaterze. +30194 Orkowa Maczuga Brzydka bro ze stabilnymi kolcami. +30195 Piasek Kwarcowy Wyglda na to, e ten piasek suy kamiennym kreaturom z pustyni jako krew. +30196 Demoniczne Prochy Nawet prochy demona posiadaj nieziemskie siy. +30197 Magiczne Nasiona Te nasiona po prostu tryskaj yciodajn energi. +30198 Wodny Kryszta Serce mrocznej lodowej kreatury. +30199 Niebieski Kryszta Odamek krysztau dla wzmocnienia mrocznych si ze wityni Smoka. +30210 Fragment Klejnotu Krystalicznie czysty kamie, na ktrym wiato migocze wieloma maymi iskierkami. +30211 Fragment Klejnotu Krystalicznie czysty kamie, ktry wyrzuca tajemnicze iskry. +30212 Fragment Klejnotu May iskrzcy kamie. +30213 Fragment Klejnotu May iskrzcy kamie. +30214 Fragment Klejnotu May iskrzcy kamie. +30215 Fragment Klejnotu May iskrzcy kamie. +30216 Fragment Klejnotu May iskrzcy kamie. +30217 Fragment Klejnotu May iskrzcy kamie. +30218 Fragment Klejnotu May iskrzcy kamie. +30219 Fragment Klejnotu May iskrzcy kamie. +30220 Kamie Duszy Jinunggyi Legendarny kamie, zawiera dusz arystokraty Jinung. +30221 witynny Kamie Duszy Legendarny kamie, zawiera dusz witynnego wyznawcy. +30222 Kamie Duszy Sagyi Legendarny kamie, zawiera dusz arystokraty Sagyis. +30223 Kamie Duszy Aurtumryu Legendarny kamie, zawiera dusz arystokraty Aurtumryus. +30224 Kamie Duszy Gyimok Legendarny kamie, zawiera dusz arystokraty Gyimoks. +30225 Kamie Duszy Tugyi Legendarny kamie, zawiera dusz arystokraty Tugyis. +30228 Kamie Dusz Beran-Setaou Mroczna aura upadego boga przenika do wntrza i szuka dostpu do Twojego serca. +30251 Klejnot Zawici Diament przepeniony zoliwoci. +30252 Klejnot Mdroci Diament otacza aura pokoju oraz szlachetnoci. +30253 Klejnot Wiernoci Diament otacza aura walki ducha oraz szczeroci. +30254 +30265 Cz Medalu (1) Pierwszy odamek medalu bohatera +30266 Cz Medalu (2) Drugi odamek medalu bohatera +30267 Cz Medalu (3) Trzeci odamek medalu bohatera +30268 Cz Medalu (4) Czwarty odamek medalu bohatera +30269 Cz Medalu (5) Pity odamek medalu bohatera +30270 Odamek Smocz. Kamienia Fragment tajemniczego Smoczego Kamienia +30311 Klucz Krysztau Duszy Ten filigranowy klucz z niebieskim krysztaem duszy otwiera wrota do 2. poziomu Diabelskich Katakumb. +30312 Upiorny Totem Ta drewniana tabliczka z wyrzebionym grymasem suy jako klucz do 6. poziomu Diabelskich Katakumb. +30315 Chleb Chleb na przerwanie postu. +30316 Talerz Dobroczynnoci Bogato zdobiony talerz. +30317 Datek Chleba Datek chleba na przerwanie postu. +30318 Owoc Bogosawiestwa Nadzwyczajny owoc. Zbierz wystarczajc ilo, a otrzymasz nagrod. +30319 Zasuszona Gowa Ta zasuszona gowa demona otwiera piecz 3. poziomu Diabelskich Katakumb. Przedmiot ten jest zdatny do handlu. +30320 Zasuszona Gowa Ta zasuszona gowa demona otwiera piecz 3. poziomu Diabelskich Katakumb. +30321 Upiorna Dynia Dynia ta regeneruje P lub PE. Jeli dotkniesz j czarodziejsk rdk, zamieni si w upiorn skrzyni. +30322 Czarodziejska Rdka Ta czarodziejska rdka, kunsztownie wyciosana z magicznego drewna olchowego, potrafi zamieni kad upiorn dyni w upiorn skrzyni. +30323 Karta Maski Dyni T kart maski dyni moesz zamieni u Jacka Pumpkina na mask dyni. Maska dyni zastpi jednak twoj obecn fryzur. +30324 Pajczy Klucz Otwiera wrota do kryjwki Baronwny Pajkw. Jest bardzo delikatny i amie si po 24 godzinach. Moe zosta uyty wycznie przez przywdc grupy. +30325 Pajczy Klucz Otwiera wrota do kryjwki Baronwny. amie si po 24 godzinach. Moe zosta uyty wycznie przez przywdc grupy. +30326 Jad Krlowej Pajkw Ta wydzielina Krlowej Pajkw potrzebna jest to craftingu Pajczego Klucza. +30327 Pajczy Flet Melodia tego instrumentu zwabia Baronwn Pajkw. +30329 Zota Zbatka Aktywuje mechanizm ukryty w Steli Isfet. +30330 Kamie Maat Maat jest bogini sprawiedliwoci i czuwa nad adem i chaosem. +30331 Mrony Klucz Klucz jest zimny jak ld. Otwiera dostp na trzecie pitro Stranicy Nemere. Mog go uy tylko Szamani. +30332 Gwiazda Pnocy Piecz z czystego lodu. Otwiera dostp na szste pitro Stranicy Nemere. +30333 Klucz Lodowego Kwiatu Lodowy klucz otwiera dostp na dziewite pitro Stranicy Nemere. Mog go uy tylko Szamani lub Ninja. +30500 Rubinowy Ozdobny N Narzdzie do uszlachetniania twojej broni +30501 Zota Sprzczka Element do uszlachetniania twojej broni +30502 Rubinowa Ozdoba Element do uszlachetnienia twojej broni +30503 Ametystowy Ozdobny N Narzdzie do uszlachetnienia twojej broni +30504 Srebrny Zacisk Element do uszlachetniania twojej broni +30505 Szmaragdowa Ozdoba Element do uszlachetniania twojej broni +30506 Szafirowy Ozdobny N Narzdzie do uszlachetniania twojej broni +30507 Brzowy Zacisk Element do uszlachetniania twojej broni +30508 Szafirowa Ozdoba Element do uszlachetniania twojej broni +30509 Niebieska Smocza Stal Skra ze smoka jest bardzo lekka, elastyczna i prawie niezniszczalna. Mona j przerobi jak metal i suy do produkcji zbroi. +30510 Wytworny Naramiennik Element do ozdoby zbroi +30511 Czerwony Materia Delikatny materia do ozdoby zbroi +30512 Czerwona Smocza Stal Skra ze smoka jest bardzo lekka, elastyczna i prawie niezniszczalna. Mona j przerobi jak metal i suy do produkcji zbroi. +30513 Szlachetny Naramiennik Element do ozdoby zbroi +30514 Fioletowy Materia Delikatny materia do ozdoby zbroi +30515 Purpurowa Smocza Stal Skra ze smoka jest bardzo lekka, elastyczna i prawie niezniszczalna. Mona j przerobi jak metal i suy do produkcji zbroi. +30516 Antyczny Naramiennik Element do ozdoby zbroi +30517 Zoty Materia Delikatny materia do ozdoby zbroi +30518 Zota Przdza Magiczny zwj przdzy z pynnego zota. Mona go przerobi dodajc kamie szlachetny na drogocenn ozdob. +30519 Zoty Hak Zawiera czyste zoto i mona go przerobi dodajc kamie szlachetny na drogocenn ozdob. +30520 Zota Spinka Zawiera czyste zoto i mona j przerobi dodajc kamie szlachetny na drogocenn ozdob. +30521 Element Piercienia Zawiera czyste zoto i mona go przerobi dodajc kamie szlachetny na drogocenn ozdob. +30522 Ogniwa acucha Zawiera czyste zoto i mona je przerobi wraz z kamieniem szlachetnym na drogocenn ozdob. +30523 Element Ozdoby Zawiera czyste zoto i mona go przerobi wraz z kamieniem szlachetnym na drogocenn ozdob. +30524 Kamie Pomienia +30525 Kamie Lodowe. Pomienia +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Niebieski Rzemyk Podstawowy materia do produkcji paskw +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 Kopia Inskrypcji Jest to kopia inskrypcji znajdujcej si na starym nagrobku. +31002 Stary Dokument Jest to dokument z czasw Mrocznego Narodu zawierajcy dalsze wskazwki. +31003 Antidotum Jest to lekarstwo dla zatrutego onierza. +31004 wicona ywica Ta ywica z bogosawionego drzewa jest jednym ze skadnikw potrzebnych do wytworzenia zy Niebios. +31005 Nieb. Esencja Krysztau Ta esencja z niebieskich kamieni szlachetnych potrzebna jest do wytworzenia zy Niebios. +31006 Czerw. Kwarc Piekie Ten mienicy si na czerwono kwarc skada si z Ziemi Wulkanicznej, Poncej Grzywy oraz Kamienia Wgielnego. +31007 Ziemia Wulkaniczna Ta podobna do popiou substancja z Doyyumhwan potrzebna jest do wytworzenia Czerwonego Kwarcu Piekie. +31008 za Niebios Ten magiczny kamie szlachetny skada si z Niebieskiej Esencji Krysztau, Czerwonego Kwarcu Piekie i wiconej ywicy. Jego efekt odstrasza mroczne kreatury i trwa siedem dni. +31009 List do Gnolli Tajemne przesanie Wasali Mroku skierowane do Gnolli +31010 List do Bandy Czerwonych Przesanie Wasali Mroku skierowane do Bandy Czerwonych zostao podarte na strzpy. +31011 +31012 +31013 Kartka Miejmy nadziej, e ta wiadomo zdradzi ci co wicej o celach cyklopw. +31014 +31015 List Kapitana Haaka Wiadomo od Kapitana Haaka do Banshee. +31016 List Lee Chunga Wana wiadomo od komendanta Lee Chunga do Admiraa Angmura +31017 Zapiecztowany List List ten by w posiadaniu Kapanek witynnych. +31018 Skrypt Karapaks Pancerz wia z wygrawerowanymi liniami suy jako klucz kodu. +31019 Proszek Karapaks Proszek ze zmielonego pancerza wia szylkretowego +31020 Korzonek Skalnego Kwiatu Korzonek Skalnego Kwiatu neutralizuje trucizn w organizmie. +31021 +31022 uska Oin T rzadk usk pokryta jest tylko grupa dowdcza Trytonw. +31023 +31024 Skra Mantykory Gruba Skra ze Skrzyde Martyaxwara +31025 +31026 Pancerz Skorupiaka Pancerz ochronny plemienia Skorupiakw - suy rwnie jako materia do mocowania. +31027 Drobny Piasek Ten drobnoziarnisty piasek jest doskonaym materiaem budowlanym. +31028 Cega Materia budowlany w ksztacie prostopadocianu uformowany z gliny +31029 Wewntrzne wiato Wewntrzne rdo wiata Polifema +31030 Wewntrzne wiato Wewntrzne rdo wiata Krla Gigantw +31031 Esencja Milenium Mikstura z Korzenia Gango, Grzyba Tue oraz Ry Alpejskiej. Wany skadnik Pere Syriusza. +31032 Pery Syriusza Skuteczne kapsuki wzmacniajce zrobione ze Wewntrznego wiata mitycznych stworze i Esencji Milenium. +31033 Peleryna Wodza Peleryna ta symbolizuje, e Bandy Czerwonych nie mona pokona. +31034 Totem Gigantw Totem przypomina swoim ksztatem wielki bursztyn. +31035 Czarny Kamie Ten tajemniczy kamie wydobywaj cyklopi w Gromistych Grach. +31036 Czarne Zoto Ta czarna ruda o magicznej mocy wystpuje w Gromistych Grach. +31037 Skrzana Sakiewka Sakiewka ta naleaa do Kapitana Shracka. Jest jako dziwnie lekka... +31038 Powicona Ziemia Ten woreczek z powicon ziemi to rodzaj medium sucy do wskrzeszanie zmarych. +31039 Sakiewka z Monetami By moe w rodku znajduje si medium do wskrzeszanie zmarych. +31040 Zoty Order Czy ten przedmiot suy jako medium? +31041 Skamieniaa Ziemia Mieszanka ziemi i proszku kostnego +31042 Wcznia Trytona Wcznie Trytonw s wykorzystywane przez mieszkacw wyspy do umocnienia swoich instalacji obronnych. +31043 Tablica Lemurw Tajemnicza, poyskujca tablica kamienna, na ktrej wygrawerowana jest inskrypcja +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 elazo +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Opaska Posz. Zota Za pomoc tej opaski wycigniesz z potworw sakiewki z monetami. +31074 Wysadzany Naszyjnik Skrzany naszyjnik "przyozdobiony" nitami +31075 Kolczatka Obroa Martyaxwara. Wewntrz obroy ukryty jest list. +31076 Soneczne Zioa Te zioa rosn w gorcym i suchym miejscu. +31077 Proszek z Kam.Wgielnego Kamie Wgielny zmielony na drobny proszek +31078 Czysty Lumen Biaa energia neutralizuje moc Czarnej Materii. +31079 List do Yak-Hwan Ostatnie sowa zwiadowcy ukryte w opasce. +31080 Krew Ognistego Krla W yach demona pynie krew gorca jak lawa. +31081 Czarna Materia Najciemniejszy rodzaj energii, obdarzajca demony potn si. +31082 Piercie Magmy Piercie z magmy, ktry otacza serca ognistych demonw. +31083 Piercie Samaela Potny artefakt do przeprowadzenia rytuau wygnania. +31084 Deszczowy Olejek +31085 +31086 +31087 +31088 +31089 +31090 +31091 Krew Ognistego Krla W yach demona pynie krew gorca jak lawa. +31092 +31093 Nieznany Kamie Zupenie nie wiesz, co to za rodzaj kamienia, ale promieniuje on chodem i mrokiem. +31094 Odamek Kawaek demonicznego meteorytu +31095 +31096 +31097 +31098 +31099 +31100 +31101 +31102 +31103 +35000 Zioa Lecznicze+ Wysuszone zioa lecznicze. Niestety s nieco zakurzone. +35001 Wtroba Tygrysa+ Czerwonobrzowa, pokana wtroba wyronitego kota drapienego. +38010 Pakiet Yang Zrealizuj pakiet, aby otrzyma Yang. Handel niemoliwy. +38011 Pakiet Yang Zrealizuj pakiet, aby otrzyma Yang. Handel niemoliwy. +38050 Skrzynia Mocy Skrzynia ta jest dziwnie lekka, tak jakby bya pusta... +38051 Kryszta Tygr. Bengalsk. Aby ujarzmi duch dzikiego zwierza, potrzeba potnych umiejtnoci magicznych. Ten kryszta zawiera jedn z piciu Pieczci Tygrysa Bengalskiego. +38052 Skrzynia Krlw Ta piknie ozdobiona skrzynia zawiera zaiste krlewski skarb. Przedmiot ten jest zdatny do handlu. +38053 Skrzynia Wiecznej Zimy Skrzynia ta jest wyciosana z litego lodu. Gdy unosisz jej wieko, z wntrza wydobywa si lodowaty mrz. +38054 Skrzynia Burzy Pustynnej Ta tajemnicza skrzynia zawiera losowy przedmiot. +38055 Skrzynia Szczeniaka W tej skrzyni moe znajdowa si sitane zwierztko. Otwrz j i odkryj losowy przedmiot. +38056 Skrzynia wit Odwitnie udekorowana jodowymi gazkami skrzynia zawiera witeczn niespodziank. +38057 Skrzynia Pnocy Skrzynia otacza mrona niebieska aura i w rodku znajduje si losowy przedmiot. +38100 Mega Przekska (7 dni) Przedua ycie Twojego Mega Wierzchowca o 7 dni. +38101 Mega Przekska (15 dni) Przedua ycie Twojego Mega Wierzchowca o 15 dni. +38102 Mega Przekska (30 dni) Przedua ycie Twojego Mega Wierzchowca o 30 dni. +38200 Piecz Rufusa Za pomoc tej pieczci moesz przywoa wilka Rufusa. +38201 Piecz Rufusa Za pomoc tej pieczci moesz przywoa wilka Rufusa. +39001 Magiczny Kamie Kamie ten daje ci najwiksz szans podczas ulepszania przedmiotw. Przedmiot ten nie moesz zosta zniszczony ani pogorszony. Przedmiot ten jest zdatny do handlu. +39002 Piercie Dowiadczenia Zwiksza otrzymywane Punkty Dowiadczenia o 50% na 60 minut. Przedmiot ten jest zdatny do handlu. +39003 Wino z Kwiatu Brzoskwini Mikstura, ktra natychmiast regeneruje 500 Punktw ycia. Przedmiot ten jest zdatny do handlu. +39004 Marmur Bogosawiestwa Ten legendarny Marmur moe doda pity bonus do przedmiotw, ktre maj ju cztery bonusy. Dodawanie moe si nie uda. Przedmiot ten jest zdatny do handlu. +39005 Magiczna Ruda Miedzi Jeli uyjesz go na ulepszonym Zwoju Bogosawiestwa, moesz stworzy Zwj Bogosawiestwa Boga Wojny. Przedmiot ten jest zdatny do handlu. +39006 Peleryna Mstwa Staroytni wojownicy okazywali swoje mstwo poprzez noszenie kolorowych peleryn. By to sposb na zwabienie wszystkich potworw z okolicy. Przedmiot ten jest zdatny do handlu. +39007 Podrcznik Kowala Ksiga zawiera dusz starego kowala. Jeli jej uyjesz, zwikszy to szans na pomylne ulepszenie przedmiotu. Przedmiot ten jest zdatny do handlu. +39008 Zwj Egzorcyzmu Uwalnia Ci od kltwy zego ducha, jeli proces nauki si nie powiedzie. Za pomoc tego zwoju moesz przeczyta jeden dokument umiejtnoci dziennie. Przedmiot ten jest zdatny do handlu. +39009 Zwj Powrotu Umiejtn. Przedmiot ten resetuje punkty Twoich umiejtnoci. Przedmiot ten jest zdatny do handlu. +39010 Mikstura Ataku +10 Zwiksza twoj Szybko Ataku o 10% na okres 30 minut. Przedmiot ten jest zdatny do handlu. +39011 Bogosawiestwo ycia Bogosawiestwo, ktre natychmiast regeneruje twoje Punkty ycia do 100%. Przedmiot ten jest zdatny do handlu. +39012 Bogosawiestwo Magii Natychmiastowo odnawia wszystkie Punkty Energii. Przedmiot ten jest zdatny do handlu. +39013 Bogosawiestwo Smoka Bogosawiestwo, ktre natychmiast regeneruje twoje P oraz PE do 100%. Przedmiot ten jest zdatny do handlu. +39014 Zwj Wojny Zwj do ulepsze pobogosawiony przez Boga Wojny. Gwarantuje pomylne ulepszenie przedmiotu (od +0 do +3). Przedmiot ten jest zdatny do handlu. +39015 Kamie Kowala Dziki temu Kamieniowi i Zwojowi Bogosawiestwa, moesz wytworzy u Kowala Podrcznik Kowala. Przedmiot ten jest zdatny do handlu. +39016 Magiczny Metal Metal potrzebny do wytworzenia Zwoju Smoka - wraz ze Zwojem Bogosawiestwa u Kowala. Przedmiot ten jest zdatny do handlu. +39017 ycie Boga Smokw Zwiksza ilo Punktw ycia o 20% na okres 30 minut. Przedmiot ten jest zdatny do handlu. +39018 Atak Boga Smokw Zwiksza obraenie jakie zadajesz podczas walki o 12-15% przez 30 min. Przedmiot ten jest zdatny do handlu. +39019 Inteligencja Boga Smokw Zwiksza ilo Punktw Energii o 20% przez 30 min. Przedmiot ten jest zdatny do handlu. +39020 Obrona Boga Smokw Zmniejsza obraenia jakie otrzymujesz podczas walki o 12-15% przez 30 min. Przedmiot ten jest zdatny do handlu. +39021 Wsparcie Boga Smokw Witalno, Sia, Inteligencja oraz Zrczno twojej postaci zostan tymczasowo zwikszone piciokrotnie. Przedmiot ten jest zdatny do handlu. +39022 Zwj Boga Smokw Zwiksza szans na ulepszenie przedmiotu o 10% i przedmiot nie ulega zniszczeniu gdy ulepszenie zawiedzie. W przypadku niepowodzenia, jako przedmiotu jest redukowana o 1 poziom. Przedmiot ten jest zdatny do handlu. +39023 Eliksir Poszukiwacza Eliksir poprawia jako przedmiotw przeznaczonych do bada, co powoduje zwikszenie szansy na ich przyjcie. Przedmiot ten jest zdatny do handlu. +39024 Do Krytyka Podnosi szans na zadanie krytycznego uderzenia podczas walki o 20% przez 10 minut. Przedmiot ten jest zdatny do handlu. +39025 Do Przebicia Podnosi szans na zadanie przeszywajcego uderzenia podczas walki o 20% przez 10 minut. Przedmiot ten jest zdatny do handlu. +39026 Mikstura Szybkoci Zwiksza Szybko Ruchu o 60 na 30 minut. Przedmiot ten jest zdatny do handlu. +39027 Ksiga Obrbki Kamienia Usuwa zepsuty kamie z kieszeni eby zwolni kiesze przedmiotu. Przedmiot ten jest zdatny do handlu. +39028 Zaczarowanie Przedmiotu Usuwa wszystkie bonusy z twojego jednego przedmiotu, po czym dodaje nowe. Przedmiot ten jest zdatny do handlu. +39029 Wzmocnienie Przedmiotu Przy odrobinie szczcia dodaje do jednego z twoich przedmiotw nowy bonus. (maks. 4 bonusy). Przedmiot ten jest zdatny do handlu. +39030 Rada Pustelnika Podnosi szans na pomylne przeczytanie nastpnej Ksigi Umiejtnoci (lub Kamienia Duchowego) na 250%. Przedmiot ten jest zdatny do handlu. +39031 Mikstura Popiechu Mikstura ta zwiksza szybko regeneracji twoich umiejtnoci o 20 procent przez okres 30 minut. Przedmiot ten jest zdatny do handlu. +39032 Owoc ycia Zwiksza Punkty Rangi o 2000 punktw (czas regeneracji: 8 godzin). Przedmiot ten jest zdatny do handlu. +39033 Zwj Korekcji Zwj ten umoliwia usunicie ostatnio pomylnie dodanego Kamienia Duszy ze wskazanego przedmiotu. Przedmiot ten jest zdatny do handlu. +39034 Cukier dla Konia Ten Cukier pozwala nazwa twojego konia. Dodatkowo, zwiksza jego poziom obrony. Przedmiot ten jest zdatny do handlu. +39035 Szko Intuicji Pozwala Ci na pokazanie innemu graczowi przedmiotu z twojego ekwipunku. Podczas tego procesu, Szko ulega zniszczeniu. Przedmiot ten jest zdatny do handlu. +39036 Buty Wiatru Gdy ich uywasz, Szybko Ruchu twojej postaci jest zwikszona o 30 na okres 30 godzin grania. Przedmiot ten jest zdatny do handlu. +39037 Eliksir Soca (M) Automatycznie regeneruje twoje P. Zawiera 1.000.000 P. Mona nim handlowa. +39038 Eliksir Soca () Automatycznie regeneruje twoje P. Zawiera 3.000.000 P. Mona nim handlowa. +39039 Eliksir Soca (D) Automatycznie regeneruje twoje P. Zawiera 7.000.000 P. Mona nim handlowa. +39040 Eliksir Ksiyca (M) Automatycznie regeneruje twoje PE. Zawiera 100.000 PE. Mona nim handlowa. +39041 Eliksir Ksiyca () Automatycznie regeneruje twoje PE. Zawiera 300.000 PE. Mona nim handlowa. +39042 Eliksir Ksiyca (D) Automatycznie regeneruje twoje PE. Zawiera 700.000 PE. Mona nim handlowa. +39043 Zwj Powrotu Zwj ten pozwala Ci wrci do miejsca, ktre ostatnio zapamitae. Przedmiot ten jest zdatny do handlu. +39044 Skrzynia Likanw (m) Pakiet wyposaenia z przydatnymi przedmiotami dla Likanw. +39045 Skrzynia Likanw (d) Duy pakiet wyposaenia z przydatnymi przedmiotami dla Likanw. +39046 wiadectwo Zmiany+ Uyj wiadectwa zmiany, aby usun bonusy z szarfy. +41001 Kostium Zajca (brz.) Kostium z brzowego pluszu dla niego +41002 Kostium Zajczka (brz.) Kostium z brzowego pluszu dla niej +41003 Pustynny Bojownik Wojenna szata dla mczyzn, pomaga stawi czoo nieprzyjaznej dla ludzi pustyni. +41004 Pustynna Bojowniczka Wojenna szata dla kobiet, pomaga stawi czoo nieprzyjaznej dla ludzi pustyni. +41005 Strj Szermi.Olympia (m) Sportowy stj ochrony dla szermierzy. +41006 Strj Szermi.Olympia (k) Sportowy stj ochrony dla szermierzy. +41007 Strj Szermi. GER (m) Sportowy stj ochrony dla szermierzy w niemieckich barwach narodowych. +41008 Strj Szermi. GER (k) Sportowy stj ochrony dla szermierzy w niemieckich barwach narodowych. +41009 Strj Szermi. TUR (m) Sportowy stj ochrony dla szermierzy w tureckich barwach narodowych. +41010 Strj Szermi. TUR (k) Sportowy stj ochrony dla szermierzy w tureckich barwach narodowych. +41011 Strj Szermi. BRA (m) Sportowy stj ochrony dla szermierzy w brazylijskich barwach narodowych. +41012 Strj Szermi. BRA (k) Sportowy stj ochrony dla szermierzy w brazylijskich barwach narodowych. +41013 Kosz. Futbol. Olympia(m) Neutralna koszulka dla pikarzy. +41014 Kosz. Futbol. Olympia(k) Neutralna koszulka dla pikarek. +41015 Kosz. Futbol. GER (m) Koszulka w niemieckich narodowych barwach dla pikarzy. +41016 Kosz. Futbol. GER (k) Koszulka w niemieckich narodowych barwach dla pikarek. +41017 Kosz. Futbol. TUR (m) Koszulka w tureckich barwach narodowych dla pikarzy. +41018 Kosz. Futbol. TUR (k) Koszulka w tureckich barwach narodowych dla pikarek. +41019 Kosz. Futbol. BRA (m) Koszulka w brazylijskich barwach narodowych dla pikarzy. +41020 Kosz. Futbol. BRA (k) Koszulka w brazylijskich barwach narodowych dla pikarek. +41021 Strj Boksera Olympia(m) Wojowniczy strj dla bokserw. +41022 Strj Boksera Olympia(k) Wojowniczy strj dla bokserw. +41023 Strj Boksera GER (m) Wojowniczy strj w niemieckich narodowych barwach dla bokserw. +41024 Strj Bokera GER (k) Wojowniczy strj w niemieckich narodowych barwach dla bokserw. +41025 Strj Boksera TUR (m) Wojowniczy strj w tureckich narodowych barwach dla bokserw. +41026 Strj Boksera TUR (k) Wojowniczy strj w tureckich narodowych barwach dla bokserw. +41027 Strj Boksera BRA (m) Wojowniczy strj w brazylijskich narodowych barwach dla bokserw. +41028 Strj Boksera BRA (k) Wojowniczy strj w brazylijskich narodowych barwach dla bokserw. +41029 Pustynny Bojownik (bonus) Wojenna szata dla mczyzn, pomaga stawi czoo nieprzyjaznej dla ludzi pustyni. Przedmiotem tym mona handlowa. +41030 Pust. Bojowniczka (bonus) Wojenna szata dla kobiet, pomaga stawi czoo nieprzyjaznej dla ludzi pustyni. Przedmiotem tym mona handlowa. +41031 Strj Szermi. Olympia(m) Sportowy stj ochrony dla szermierzy. Przedmiotem tym mona handlowa. +41032 Strj Szermi. Olympia(k) Sportowy stj ochrony dla szermierzy. Przedmiotem tym mona handlowa. +41033 Strj Szermi. GER (m) Sportowy stj ochrony dla szermierzy w niemieckich barwach narodowych. Przedmiotem tym mona handlowa. +41034 Strj Szermi. GER (k) Sportowy stj ochrony dla szermierzy w niemieckich barwach narodowych. Przedmiotem tym mona handlowa. +41035 Strj Szermierza TUR (m) Sportowy stj ochrony dla szermierzy w tureckich barwach narodowych. Przedmiotem tym mona handlowa. +41036 Strj Szermi. TUR (k) Sportowy stj ochrony dla szermierzy w tureckich barwach narodowych. Przedmiotem tym mona handlowa. +41037 Strj Szermi. BRA (m) Sportowy stj ochrony dla szermierzy w brazylijskich barwach narodowych. Przedmiotem tym mona handlowa. +41038 Strj Szermi. BRA (k) Sportowy stj ochrony dla szermierzy w brazylijskich barwach narodowych. Przedmiotem tym mona handlowa. +41039 Kosz. Futbol. Olympia(m) Neutralna koszulka dla pikarzy. Przedmiotem tym mona handlowa. +41040 Kosz. Futbol. Olympia(k) Neutralna koszulka dla pikarek. Przedmiotem tym mona handlowa. +41041 Kosz. Futbol. GER (m) Koszulka w niemieckich narodowych barwach dla pikarzy. Przedmiotem tym mona handlowa. +41042 Kosz. Futbol. GER (k) Koszulka w niemieckich narodowych barwach dla pikarek. Przedmiotem tym mona handlowa. +41043 Kosz. Futbol. TUR (m) Koszulka w tureckich barwach narodowych dla pikarzy. Przedmiotem tym mona handlowa. +41044 Kosz. Futbol. TUR (k) Koszulka w tureckich barwach narodowych dla pikarek. Przedmiotem tym mona handlowa. +41045 Kosz. Futbol. BRA (m) Koszulka w brazylijskich barwach narodowych dla pikarzy. Przedmiotem tym mona handlowa. +41046 Kosz. Futbol. BRA (k) Koszulka w brazylijskich barwach narodowych dla pikarek. Przedmiotem tym mona handlowa. +41047 Strj Boksera Olympia(m) Wojowniczy strj dla bokserw. Przedmiotem tym mona handlowa. +41048 Strj Boksera Olympia(k) Wojowniczy strj dla bokserw. Przedmiotem tym mona handlowa. +41049 Strj Boksera GER (m) Wojowniczy strj w niemieckich narodowych barwach dla bokserw. Przedmiotem tym mona handlowa. +41050 Strj Boksera GER (k) Wojowniczy strj w niemieckich narodowych barwach dla bokserw. Przedmiotem tym mona handlowa. +41051 Strj Boksera TUR (m) Wojowniczy strj w tureckich narodowych barwach dla bokserw. Przedmiotem tym mona handlowa. +41052 Strj Boksera TUR (k) Wojowniczy strj w tureckich narodowych barwach dla bokserw. Przedmiotem tym mona handlowa. +41053 Strj Boksera BRA (m) Wojowniczy strj w brazylijskich narodowych barwach dla bokserw. Przedmiotem tym mona handlowa. +41054 Strj Boksera BRA (k) Wojowniczy strj w brazylijskich narodowych barwach dla bokserw. Przedmiotem tym mona handlowa. +41055 Strj Szermierza FRA (m) Sportowy stj ochronny dla szermierzy - w barwach narodowych Francji. +41056 Strj Szermierza FRA (k) Sportowy stj ochronny dla szermierzy - w barwach narodowych Francji. +41057 Strj Szermierza ITA (m) Sportowy stj ochronny dla szermierzy - w barwach narodowych Woch. +41058 Strj Szermierza ITA (k) Sportowy stj ochronny dla szermierzy - w barwach narodowych Woch. +41059 Strj Szermierza POL (m) Sportowy stj ochronny dla szermierzy - w barwach narodowych Polski. +41060 Strj Szermierza POL (k) Sportowy stj ochronny dla szermierzy - w barwach narodowych Polski. +41061 Strj Szermierza ROU (m) Sportowy stj ochronny dla szermierzy - w barwach narodowych Rumunii. +41062 Strj Szermierza ROU (k) Sportowy stj ochronny dla szermierzy - w barwach narodowych Rumunii. +41063 Strj Szermierza ESP (m) Sportowy stj ochronny dla szermierzy - w barwach narodowych Hiszpanii. +41064 Strj Szermierza ESP (k) Sportowy stj ochronny dla szermierzy - w barwach narodowych Hiszpanii. +41065 Koszulka Futbol. FRA (m) Koszulka dla pikarzy - w barwach narodowych Francji. +41066 Koszulka Futbol. FRA (k) Koszulka dla pikarzy - w barwach narodowych Francji. +41067 Koszulka Futbol. ITA (m) Koszulka dla pikarzy - w barwach narodowych Woch. +41068 Koszulka Futbol. ITA (k) Koszulka dla pikarzy - w barwach narodowych Woch. +41069 Koszulka Futbol. POL (m) Koszulka dla pikarzy - w barwach narodowych Polski. +41070 Koszulka Futbol. POL (k) Koszulka dla pikarzy - w barwach narodowych Polski. +41071 Koszulka Futbol. ROU (m) Koszulka dla pikarzy - w barwach narodowych Rumunii. +41072 Koszulka Futbol. ROU (k) Koszulka dla pikarzy - w barwach narodowych Rumunii. +41073 Koszulka Futbol. ESP (m) Koszulka dla pikarzy - w barwach narodowych Hiszpanii. +41074 Koszulka Futbol. ESP (k) Koszulka dla pikarzy - w barwach narodowych Hiszpanii. +41075 Strj Boksera FRA (m) Wojowniczy strj dla bokserw - w barwach narodowych Francji. +41076 Strj Boksera FRA (k) Wojowniczy strj dla bokserw - w barwach narodowych Francji. +41077 Strj Boksera ITA (m) Wojowniczy strj dla bokserw - w barwach narodowych Woch. +41078 Strj Boksera ITA (k) Wojowniczy strj dla bokserw - w barwach narodowych Woch. +41079 Strj Boksera POL (m) Wojowniczy strj dla bokserw - w barwach narodowych Polski. +41080 Strj Boksera POL (k) Wojowniczy strj dla bokserw - w barwach narodowych Polski. +41081 Strj Boksera ROU (m) Wojowniczy strj dla bokserw - w barwach narodowych Rumunii. +41082 Strj Boksera ROU (k) Wojowniczy strj dla bokserw - w barwach narodowych Rumunii. +41083 Strj Boksera ESP (m) Wojowniczy strj dla bokserw - w barwach narodowych Hiszpanii. +41084 Strj Boksera ESP (k) Wojowniczy strj dla bokserw - w barwach narodowych Hiszpanii. +41085 Strj Szermierza FRA (m) Sportowy stj ochronny dla szermierzy - w barwach narodowych Francji. Przedmiotem tym mona handlowa. +41086 Strj Szermierza FRA (k) Sportowy stj ochronny dla szermierzy - w barwach narodowych Francji. Przedmiotem tym mona handlowa. +41087 Strj Szermierza ITA (m) Sportowy stj ochronny dla szermierzy - w barwach narodowych Woch. Przedmiotem tym mona handlowa. +41088 Strj Szermierza ITA (k) Sportowy stj ochronny dla szermierzy - w barwach narodowych Woch. Przedmiotem tym mona handlowa. +41089 Strj Szermierza POL (m) Sportowy stj ochronny dla szermierzy - w barwach narodowych Polski. Przedmiotem tym mona handlowa. +41090 Strj Szermierza POL (k) Sportowy stj ochronny dla szermierzy - w barwach narodowych Polski. Przedmiotem tym mona handlowa. +41091 Strj Szermierza ROU (m) Sportowy stj ochronny dla szermierzy - w barwach narodowych Rumunii. Przedmiotem tym mona handlowa. +41092 Strj Szermierza ROU (k) Sportowy stj ochronny dla szermierzy - w barwach narodowych Rumunii. Przedmiotem tym mona handlowa. +41093 Strj Szermierza ESP (m) Sportowy stj ochronny dla szermierzy - w barwach narodowych Hiszpanii. Przedmiotem tym mona handlowa. +41094 Strj Szermierza ESP (k) Sportowy stj ochronny dla szermierzy - w barwach narodowych Hiszpanii. Przedmiotem tym mona handlowa. +41095 Koszulka Futbol. FRA (m) Koszulka dla pikarzy - w barwach narodowych Francji. Przedmiotem tym mona handlowa. +41096 Koszulka Futbol. FRA (k) Koszulka dla pikarzy - w barwach narodowych Francji. Przedmiotem tym mona handlowa. +41097 Koszulka Futbol. ITA (m) Koszulka dla pikarzy - w barwach narodowych Woch. Przedmiotem tym mona handlowa. +41098 Koszulka Futbol. ITA (k) Koszulka dla pikarzy - w barwach narodowych Woch. Przedmiotem tym mona handlowa. +41099 Koszulka Futbol. POL (m) Koszulka dla pikarzy - w barwach narodowych Polski. Przedmiotem tym mona handlowa. +41100 Koszulka Futbol. POL (k) Koszulka dla pikarzy - w barwach narodowych Polski. Przedmiotem tym mona handlowa. +41101 Koszulka Futbol. ROU (m) Koszulka dla pikarzy - w barwach narodowych Rumunii. Przedmiotem tym mona handlowa. +41102 Koszulka Futbol. ROU (k) Koszulka dla pikarzy - w barwach narodowych Rumunii. Przedmiotem tym mona handlowa. +41103 Koszulka Futbol. ESP (m) Koszulka dla pikarzy - w barwach narodowych Hiszpanii. Przedmiotem tym mona handlowa. +41104 Koszulka Futbol. ESP (k) Koszulka dla pikarzy - w barwach narodowych Hiszpanii. Przedmiotem tym mona handlowa. +41105 Strj Boksera FRA (m) Wojowniczy strj dla bokserw - w barwach narodowych Francji. Przedmiotem tym mona handlowa. +41106 Strj Boksera FRA (k) Wojowniczy strj dla bokserw - w barwach narodowych Francji. Przedmiotem tym mona handlowa. +41107 Strj Boksera ITA (m) Wojowniczy strj dla bokserw - w barwach narodowych Woch. Przedmiotem tym mona handlowa. +41108 Strj Boksera ITA (k) Wojowniczy strj dla bokserw - w barwach narodowych Woch. Przedmiotem tym mona handlowa. +41109 Strj Boksera POL (m) Wojowniczy strj dla bokserw - w barwach narodowych Polski. Przedmiotem tym mona handlowa. +41110 Strj Boksera POL (k) Wojowniczy strj dla bokserw - w barwach narodowych Polski. Przedmiotem tym mona handlowa. +41111 Strj Boksera ROU (m) Wojowniczy strj dla bokserw - w barwach narodowych Rumunii. Przedmiotem tym mona handlowa. +41112 Strj Boksera ROU (k) Wojowniczy strj dla bokserw - w barwach narodowych Rumunii. Przedmiotem tym mona handlowa. +41113 Strj Boksera ESP (m) Wojowniczy strj dla bokserw - w barwach narodowych Hiszpanii. Przedmiotem tym mona handlowa. +41114 Strj Boksera ESP (k) Wojowniczy strj dla bokserw - w barwach narodowych Hiszpanii. Przedmiotem tym mona handlowa. +41117 Kostium Muszkietera Ekstrawagancki kostium w stylu muszkieterw +41118 Kostium Pokojwki Czarna sukienka z biay fartuszkiem w stylu francuskiej pokojwki +41119 Strj Salsa Obcisy, czarno-pomaraczowy strj dla latynoamerykaskich tancerzy +41120 Sukienka Salsa Obcisa czerwona suknia do taca z czarnymi rkawiczkami +41121 Strj Dentelmena Elegancki strj dla panw o dobrych manierach +41122 Sukienka Koktajlowa Bkitna sukienka ze wstk i pasujcymi sandaami +41125 Dyniowy Smoking Klasyczny i elegancki - w nieco nowej odsonie z okazji danego wita. +41126 Dyniowa Suknia Klasyczna i elegancka - w nieco nowej odsonie z okazji danego wita. +41129 Kostium Muszkietera+ Ekstrawagancki kostium w stylu muszkieterw. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +41130 Kostium Pokojwki+ Czarna sukienka z biay fartuszkiem w stylu francuskiej pokojwki. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +41131 Strj Salsa+ Obcisy, czarno-pomaraczowy strj dla latynoamerykaskich tancerzy. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +41132 Sukienka Salsa+ Obcisa czerwona suknia do taca z czarnymi rkawiczkami. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +41133 Strj Dentelmena+ Elegancki strj dla panw o dobrych manierach. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +41134 Sukienka Koktajlowa+ Bkitna sukienka ze wstk i pasujcymi sandaami. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +41135 Dyniowy Smoking (bonus) Klasyczny i elegancki - w nieco nowej odsonie z okazji danego wita. Nadaje twojej postaci losowy bonus. +41136 Dyniowa Suknia (bonus) Klasyczna i elegancka - w nieco nowej odsonie z okazji danego wita. Nadaje twojej postaci losowy bonus. +41137 wit. Kostium (czerw.) witeczny kostium z czerwonego aksamitu i biaego pluszu +41138 wit. Suknia (czerw.) witeczna miniwka z czerwonego aksamitu i biaego pluszu +41139 wit. Kostium (ziel.) witeczny kostium z zielonego aksamitu i biaego pluszu +41140 wit. Suknia (ziel.) witeczna miniwka z zielonego aksamitu i biaego pluszu +41141 wit. Kostium (czarny) witeczny kostium z czarnego aksamitu i biaego pluszu +41142 wit. Suknia (czarna) witeczna miniwka z czarnego aksamitu i biaego pluszu +41143 Kostium Renifera (m) Mski kostium z mikkiego pluszu z puszystym ogonkiem i dzwonkiem +41144 Kostium Renifera (k) eski kostium z mikkiego pluszu z puszystym ogonkiem i dzwonkiem +41145 wit. Kostium+ (czerw.) witeczny kostium z czerwonego aksamitu i biaego pluszu. Daje min. jeden losowy bonus. Mona nim handlowa. +41146 wit. Suknia+ (czerw.) witeczna miniwka z czerwonego aksamitu i biaego pluszu. Daje min. jeden losowy bonus. Mona ni handlowa. +41147 wit. Kostium+ (ziel.) witeczny kostium z zielonego aksamitu i biaego pluszu. Daje min. jeden losowy bonus. Mona nim handlowa. +41148 wit. Suknia+ (ziel.) witeczna miniwka z zielonego aksamitu i biaego pluszu. Daje min. jeden losowy bonus. Mona ni handlowa. +41149 wit. Kostium+ (czarny) witeczny kostium z czarnego aksamitu i biaego pluszu. Daje min. jeden losowy bonus. Mona nim handlowa. +41150 wit. Suknia+ (czarna) witeczna miniwka z czarnego aksamitu i biaego pluszu. Daje min. jeden losowy bonus. Mona ni handlowa. +41151 Kostium Renifera+ (m) Mski kostium z mikkiego pluszu z puszystym ogonkiem i dzwonkiem. Daje min. jeden losowy bonus. Mona nim handlowa. +41152 Kostium Renifera+ (k) eski kostium z mikkiego pluszu z puszystym ogonkiem i dzwonkiem. Daje min. jeden losowy bonus. Mona nim handlowa. +41153 AC Miryang (m) Komplet Pikarski w kolorze czarno-czerwonym dla niego +41154 AC Miryang (k) Komplet Pikarski w kolorze czarno-czerwonym dla niej +41155 AFC Jayang (m) Komplet Pikarski w kolorze biao-czerwonym dla niego +41156 AFC Yayang (k) Komplet Pikarski w kolorze biao-czerwonym dla niej +41157 RSC Wowe Pole (m) Komplet Pikarski w kolorze fioletowo-biaym dla niego +41158 RSC Wowe Pole (k) Komplet Pikarski w kolorze fioletowo-biaym dla niej +41159 Yongan FC (m) Komplet Pikarski w kolorze czerwono-biaym dla niego +41160 Yongan FC (k) Komplet Pikarski w kolorze czerwono-biaym dla niej +41161 FC Bakra (m) Komplet Pikarski w kolorze granatowo-czerwonym dla niego +41162 FC Bakra (k) Komplet Pikarski w kolorze granatowo-czerwonym dla niej +41163 FC Bokjung (m) Komplet Pikarski w kolorze to-niebieskim dla niego +41164 FC Bokjung (k) Komplet Pikarski w kolorze to-niebieskim dla niej +41165 FC Bawaria Hwang (m) Komplet Pikarski w kolorze czerwono-zotym dla niego +41166 FC Bawaria Hwang (k) Komplet Pikarski w kolorze czerwono-zotym dla niej +41167 Borussia Chunjo (m) Komplet Pikarski w kolorze czarno-tym dla niego +41168 Borussia Chunjo (k) Komplet Pikarski w kolorze czarno-tym dla niej +41169 SC Doyyum (m) Komplet Pikarski w kolorze czerwono-biaym dla niego +41170 SC Doyyum (k) Komplet Pikarski w kolorze czerwono-biaym dla niej +41171 Hasun Dong FC (m) Komplet Pikarski w kolorze zielono-biaym dla niego +41172 Hasun Dong FC (k) Komplet Pikarski w kolorze zielono-biaym dla niej +41173 CFR Smoczy Ogie 07 (m) Komplet Pikarski w kolorze bordowym dla niego +41174 CFR Smoczy Ogie 07 (k) Komplet Pikarski w kolorze bordowym dla niej +41175 Daeyami FC (m) Komplet Pikarski w kolorze niebieskim dla niego +41176 Daeyami FC (k) Komplet Pikarski w kolorze niebieskim dla niej +41177 GNK Kuahlo Dong (m) Komplet Pikarski w kolorze niebiesko-biaym dla niego +41178 GNK Kuahlo Dong (k) Komplet Pikarski w kolorze niebiesko-biaym dla niej +41179 1927 Imha (m) Komplet Pikarski w kolorze biao-niebieskim dla niego +41180 1927 Imha (k) Komplet Pikarski w kolorze biao-niebieskim dla niej +41181 1. FC Lodowa Ziemia (m) Komplet Pikarski w kolorze czerwonym dla niego +41182 1. FC Lodowa Ziemia (k) Komplet Pikarski w kolorze czerwonym dla niej +41183 FC Gumsan (m) Komplet Pikarski w kolorze biao-niebieskim dla niego +41184 FC Gumsan (k) Komplet Pikarski w kolorze biao-niebieskim dla niej +41185 Galawaryong (m) Komplet Pikarski w kolorze to-czerwonym dla niego +41186 Galawaryong (k) Komplet Pikarski w kolorze to-czerwonym dla niej +41187 Juventus Yongbi (m) Komplet Pikarski w kolorze czarno-biaym dla niego +41188 Juventus Yongbi (k) Komplet Pikarski w kolorze czarno-biaym dla niej +41189 OSC Lungsam (m) Komplet Pikarski w kolorze czerwono-granatowym dla niego +41190 OSC Lungsam (k) Komplet Pikarski w kolorze czerwono-granatowym dla niej +41191 Doyyumhwan CF (m) Komplet Pikarski w kolorze bkitno-biaym dla niego +41192 Doyyumhwan CF (k) Komplet Pikarski w kolorze bkitno-biaym dla niej +41193 Nefrytowe City FC (m) Komplet Pikarski w kolorze bkitno-biaym dla niego +41194 Nefrytowe City FC (k) Komplet Pikarski w kolorze bkitno-biaym dla niej +41195 Shinsoo United (m) Komplet Pikarski w kolorze czerwono-biaym dla niego +41196 Shinsoo United (k) Komplet Pikarski w kolorze czerwono-biaym dla niej +41197 Smocza Dolina SC (m) Komplet Pikarski w kolorze granatowo-pomaraczowym dla niego +41198 Smocza Dolina SC (k) Komplet Pikarski w kolorze granatowo-pomaraczowym dla niej +41199 Gromista Gra FC (m) Komplet Pikarski w kolorze czerwono-biaym dla niego +41200 Gromista Gra FC (k) Komplet Pikarski w kolorze czerwono-biaym dla niej +41201 Pyungmo Saint Hwang (m) Komplet Pikarski w kolorze granatowym dla niego +41202 Pyungmoo Saint Hwang (k) Komplet Pikarski w kolorze granatowym dla niej +41203 Real Sohan (m) Komplet Pikarski w kolorze biaym dla niego +41204 Real Sohan (k) Komplet Pikarski w kolorze biaym dla niej +41205 FC Jinno 04 (m) Komplet Pikarski w kolorze bkitu krlewskiego i biaym dla niego +41206 FC Jinno 04 (k) Komplet Pikarski w kolorze bkitu krlewskiego i biaym dla niej +41207 FC Sangsun Dong (m) Komplet Pikarski w kolorze czarno-pomaraczowym dla niego +41208 FC Sangsun Dong (k) Komplet Pikarski w kolorze czarno-pomaraczowym dla niej +41209 SL Jungsun Dong (m) Komplet Pikarski w kolorze czerwono-biaym dla niego +41210 SL Jungsun Dong (k) Komplet Pikarski w kolorze czerwono-biaym dla niej +41211 Sparta Jungrang (m) Komplet Pikarski w kolorze czerwono-biaym dla niego +41212 Sparta Jungrang (k) Komplet Pikarski w kolorze czerwono-biaym dla niej +41213 Ognista Ziemia CF (m) Komplet Pikarski w kolorze biao-czarnym dla niego +41214 Ognista Ziemia CF (k) Komplet Pikarski w kolorze biao-czarnym dla niej +41215 FC St. Seungryong (m) Komplet Pikarski w kolorze niebieskim dla niego +41216 FC St. Seungryong (k) Komplet Pikarski w kolorze niebieskim dla niej +41217 AC Miryang+ (m) Komplet Pikarski w kolorze czarno-czerwonym dla niego. Daje ci min. jeden losowy bonus. +41218 AC Miryang+ (k) Komplet Pikarski w kolorze czarno-czerwonym dla niej. Daje ci min. jeden losowy bonus. +41219 AFC Yayang+ (m) Komplet Pikarski w kolorze biao-czerwonym dla niego. Daje ci min. jeden losowy bonus. +41220 AFC Yayang+ (k) Komplet Pikarski w kolorze biao-czerwonym dla niej. Daje ci min. jeden losowy bonus. +41221 RSC Wowe Pole+ (m) Komplet Pikarski w kolorze fioletowo-biaym dla niego. Daje ci min. jeden losowy bonus. +41222 RSC Wowe Pole+ (k) Komplet Pikarski w kolorze fioletowo-biaym dla niej. Daje ci min. jeden losowy bonus. +41223 Yongan FC+ (m) Komplet Pikarski w kolorze czerwono-biaym dla niego. Daje ci min. jeden losowy bonus. +41224 Yongan FC+ (k) Komplet Pikarski w kolorze czerwono-biaym dla niej. Daje ci min. jeden losowy bonus. +41225 FC Bakra+ (m) Komplet Pikarski w kolorze granatowo-czerwonym dla niego. Daje ci min. jeden losowy bonus. +41226 FC Bakra+ (k) Komplet Pikarski w kolorze granatowo-czerwonym dla niej. Daje ci min. jeden losowy bonus. +41227 FC Bokjung+ (m) Komplet Pikarski w kolorze to-niebieskim dla niego. Daje ci min. jeden losowy bonus. +41228 FC Bokjung+ (k) Komplet Pikarski w kolorze to-niebieskim dla niej. Daje ci min. jeden losowy bonus. +41229 FC Bawaria Hwang+ (m) Komplet Pikarski w kolorze czerwono-zotym dla niego. Daje ci min. jeden losowy bonus. +41230 FC Bawaria Hwang+ (k) Komplet Pikarski w kolorze czerwono-zotym dla niej. Daje ci min. jeden losowy bonus. +41231 Borussia Chunjo+ (m) Komplet Pikarski w kolorze czarno-tym dla niego. Daje ci min. jeden losowy bonus. +41232 Borussia Chunjo+ (k) Komplet Pikarski w kolorze czarno-tym dla niej. Daje ci min. jeden losowy bonus. +41233 SC Doyyum+ (m) Komplet Pikarski w kolorze czerwono-biaym dla niego. Daje ci min. jeden losowy bonus. +41234 SC Doyyum+ (k) Komplet Pikarski w kolorze czerwono-biaym dla niej. Daje ci min. jeden losowy bonus. +41235 Hasun Dong FC+ (m) Komplet Pikarski w kolorze zielono-biaym dla niego. Daje ci min. jeden losowy bonus. +41236 Hasun Dong FC+ (k) Komplet Pikarski w kolorze zielono-biaym dla niej. Daje ci min. jeden losowy bonus. +41237 CFR Smoczy Ogie 07+ (m) Komplet Pikarski w kolorze bordowym dla niego. Daje ci min. jeden losowy bonus. +41238 CFR Smoczy Ogie 07+ (k) Komplet Pikarski w kolorze bordowym dla niej. Daje ci min. jeden losowy bonus. +41239 Daeyami FC+ (m) Komplet Pikarski w kolorze niebieskim dla niego. Daje ci min. jeden losowy bonus. +41240 Daeyami FC+ (k) Komplet Pikarski w kolorze niebieskim dla niej. Daje ci min. jeden losowy bonus. +41241 GNK Kuahlo Dong+ (m) Komplet Pikarski w kolorze niebiesko-biaym dla niego. Daje ci min. jeden losowy bonus. +41242 GNK Kuahlo Dong+ (k) Komplet Pikarski w kolorze niebiesko-biaym dla niej. Daje ci min. jeden losowy bonus. +41243 1927 Imha+ (m) Komplet Pikarski w kolorze biao-niebieskim dla niego. Daje ci min. jeden losowy bonus. +41244 1927 Imha+ (k) Komplet Pikarski w kolorze biao-niebieskim dla niej. Daje ci min. jeden losowy bonus. +41245 1. FC Lodowa Ziemia+ (m) Komplet Pikarski w kolorze czerwonym dla niego. Daje ci min. jeden losowy bonus. +41246 1. FC Lodowa Ziemia (k) Komplet Pikarski w kolorze czerwonym dla niej. Daje ci min. jeden losowy bonus. +41247 FC Gumsan+ (m) Komplet Pikarski w kolorze biao-niebieskim dla niego. Daje ci min. jeden losowy bonus. +41248 FC Gumsan+ (k) Komplet Pikarski w kolorze biao-niebieskim dla niej. Daje ci min. jeden losowy bonus. +41249 Galawaryong+ (m) Komplet Pikarski w kolorze to-czerwonym dla niego. Daje ci min. jeden losowy bonus. +41250 Galawaryong+ (k) Komplet Pikarski w kolorze to-czerwonym dla niej. Daje ci min. jeden losowy bonus. +41251 Juventus Yongbi+ (m) Komplet Pikarski w kolorze czarno-biaym dla niego. Daje ci min. jeden losowy bonus. +41252 Juventus Yongbi+ (k) Komplet Pikarski w kolorze czarno-biaym dla niej. Daje ci min. jeden losowy bonus. +41253 OSC Lungsam+ (m) Komplet Pikarski w kolorze czerwono-granatowym dla niego. Daje ci min. jeden losowy bonus. +41254 OSC Lungsam+ (k) Komplet Pikarski w kolorze czerwono-granatowym dla niej. Daje ci min. jeden losowy bonus. +41255 Doyyumhwan CF+ (m) Komplet Pikarski w kolorze bkitno-biaym dla niego. Daje ci min. jeden losowy bonus. +41256 Doyyumhwan CF+ (k) Komplet Pikarski w kolorze bkitno-biaym dla niej. Daje ci min. jeden losowy bonus. +41257 Nefrytowe City FC+ (m) Komplet Pikarski w kolorze bkitno-biaym dla niego. Daje ci min. jeden losowy bonus. +41258 Nefrytowe City FC+ (k) Komplet Pikarski w kolorze bkitno-biaym dla niej. Daje ci min. jeden losowy bonus. +41259 Shinsoo United+ (m) Komplet Pikarski w kolorze czerwono-biaym dla niego. Daje ci min. jeden losowy bonus. +41260 Shinsoo United+ (k) Komplet Pikarski w kolorze czerwono-biaym dla niej. Daje ci min. jeden losowy bonus. +41261 Smocza Dolina SC+ (m) Komplet Pikarski w kolorze granatowo-pomaraczowym dla niego. Daje ci min. jeden losowy bonus. +41262 Smocza Dolina SC+ (k) Komplet Pikarski w kolorze granatowo-pomaraczowym dla niej. Daje ci min. jeden losowy bonus. +41263 Gromista Gra FC+ (m) Komplet Pikarski w kolorze czerwono-biaym dla niego. Daje ci min. jeden losowy bonus. +41264 Gromista Gra FC+ (k) Komplet Pikarski w kolorze czerwono-biaym dla niego. Daje ci min. jeden losowy bonus. +41265 Pyungmoo Saint Hwang+(m) Komplet Pikarski w kolorze granatowym dla niego. Daje ci min. jeden losowy bonus. +41266 Pyungmoo Saint Hwang+(k) Komplet Pikarski w kolorze granatowym dla niej. Daje ci min. jeden losowy bonus. +41267 Real Sohan+ (m) Komplet Pikarski w kolorze biaym dla niego. Daje ci min. jeden losowy bonus. +41268 Real Sohan+ (k) Komplet Pikarski w kolorze biaym dla niej. Daje ci min. jeden losowy bonus. +41269 FC Jinno 04+ (m) Komplet Pikarski w kolorze bkitu krlewskiego i biaym dla niego. Daje ci min. jeden losowy bonus. +41270 FC Jinno 04+ (k) Komplet Pikarski w kolorze bkitu krlewskiego i biaym dla niej. Daje ci min. jeden losowy bonus. +41271 FC Sangsun Dong+ (m) Komplet Pikarski w kolorze czarno-pomaraczowym dla niego. Daje ci min. jeden losowy bonus. +41272 FC Sangsun Dong+ (k) Komplet Pikarski w kolorze czarno-pomaraczowym dla niej. Daje ci min. jeden losowy bonus. +41273 SL Jungsun Dong+ (m) Komplet Pikarski w kolorze czerwono-biaym dla niego. Daje ci min. jeden losowy bonus. +41274 SL Jungsun Dong+ (k) Komplet Pikarski w kolorze czerwono-biaym dla niej. Daje ci min. jeden losowy bonus. +41275 Sparta Jungrang+ (m) Komplet Pikarski w kolorze czerwono-biaym dla niego. Daje ci min. jeden losowy bonus. +41276 Sparta Jungrang+ (k) Komplet Pikarski w kolorze czerwono-biaym dla niej. Daje ci min. jeden losowy bonus. +41277 FC Ognista Ziemia+ (m) Komplet Pikarski w kolorze biao-czarnym dla niego. Daje ci min. jeden losowy bonus. +41278 FC Ognista Ziemia+ (k) Komplet Pikarski w kolorze biao-czarnym dla niej. Daje ci min. jeden losowy bonus. +41279 FC St. Seungryong+ (m) Komplet Pikarski w kolorze niebieskim dla niego. Daje ci min. jeden losowy bonus. +41280 FC St. Seungryong+ (k) Komplet Pikarski w kolorze niebieskim dla niej. Daje ci min. jeden losowy bonus. +41291 Kostium Zajca (czarny) Kostium z czarnego pluszu dla niego +41292 Kostium Zajca (nieb.) Kostium z niebieskiego pluszu dla niego +41293 Kostium Zajca (zielony) Kostium z zielonego pluszu dla niego +41294 Kostium Zajca (rowy) Kostium z rowego pluszu dla niego +41295 Kostium Zajczka (czar.) Kostium z czarnego pluszu dla niej +41296 Kostium Zajczka (nieb.) Kostium z niebieskiego pluszu dla niej +41297 Kostium Zajczka (ziel.) Kostium z zielonego pluszu dla niej +41298 Kostium Zajczka (r.) Kostium z rowego pluszu dla niej +41299 Kostium Zajca+ (czarny) Kostium z czarnego pluszu dla niego. Daje ci min. jeden losowy bonus. +41300 Kostium Zajca+ (nieb.) Kostium z niebieskiego pluszu dla niego. Daje ci min. jeden losowy bonus. +41301 Kostium Zajca+ (ziel.) Kostium z zielonego pluszu dla niego. Daje ci min. jeden losowy bonus. +41302 Kostium Zajca+ (rowy) Kostium z rowego pluszu dla niego. Daje ci min. jeden losowy bonus. +41303 Kostium Zajczka+(czar.) Kostium z czarnego pluszu dla niej. Daje ci min. jeden losowy bonus. +41304 Kostium Zajczka+(nieb.) Kostium z niebieskiego pluszu dla niej. Daje ci min. jeden losowy bonus. +41305 Kostium Zajczka+(ziel.) Kostium z zielonego pluszu dla niej. Daje ci min. jeden losowy bonus. +41306 Kostium Zajczka+ (r.) Kostium z rowego pluszu dla niej. Daje ci min. jeden losowy bonus. +41307 Szata kobry (m) Szata o czarnym poysku z symbolami wa +41308 Szata kobry (k) Szata o czarnym poysku z symbolami wa +41309 Szata kobry+ (m) Szata o czarnym poysku z symbolami wa. Daje ci min. jeden losowy bonus. +41310 Szata kobry+ (k) Szata o czarnym poysku z symbolami wa. Daje ci min. jeden losowy bonus. +41311 Pustynny Bojownik(czar.) Wojenna szata w kolorze czarnym dla mczyzn +41312 Pust. Bojowniczka(czar.) Wojenna szata w kolorze czarnym dla kobiet. +41313 Pust. Bojownik+ (czar.) Wojenna szata w kolorze czarnym dla mczyzn. Daje ci min. jeden losowy bonus. +41314 Pust.Bojowniczka+(czar.) Wojenna szata w kolorze czarnym dla kobiet. Daje ci min. jeden losowy bonus. +41315 Zbroja Azraela (m) Stalowa zbroja sawnego Ksicia Demonw +41316 Zbroja Azraela (k) Stalowa zbroja sawnego Ksicia Demonw +41317 Zbroja Azraela+ (m) Stalowa zbroja sawnego Ksicia Demonw. Daje ci min. jeden losowy bonus. +41318 Zbroja Azraela+ (k) Stalowa zbroja sawnego Ksicia Demonw. Daje ci min. jeden losowy bonus. +41320 Strj Jacka Pumpkina (m) Piknie upiorny kostium na Halloween +41321 Sukienka Jacka Pumpkina (k) Piknie upiorny kostium na Halloween +41322 Strj Jacka Pumpkina+ (m) Piknie upiorny kostium na Halloween - daje min. jeden losowy bonus. Przedmiotem tym mona handlowa. +41323 Sukienka Jacka Pumpkina+ (k) Piknie upiorny kostium na Halloween - daje min. jeden losowy bonus. Przedmiotem tym mona handlowa. +41324 +41325 +41326 +41327 +41328 Koszulka M ALG (m) Koszulka M w barwach narodowych Algerii +41329 Koszulka M ALG (k) Koszulka M w barwach narodowych Algerii +41330 Koszulka M ARG (m) Strj na mundial reprezentacji Argentyny +41331 Koszulka M ARG (k) Strj na mundial reprezentacji Argentyny +41332 Koszulka M AUS (m) Koszulka M w barwach narodowych Australii +41333 Koszulka M AUS (k) Koszulka M w barwach narodowych Australii +41334 Koszulka M BEL (m) Strj na mundial reprezentacji Belgii +41335 Koszulka M BEL (k) Strj na mundial reprezentacji Belgii +41336 Koszulka M BIH (m) Koszulka M w barwach narodowych Boni i Hercegowiny +41337 Koszulka M BIH (k) Koszulka M w barwach narodowych Boni i Hercegowiny +41338 Koszulka M BRA (m) Strj na mundial reprezentacji Brazylii +41339 Koszulka M BRA (k) Strj na mundial reprezentacji Brazylii +41340 Koszulka M CMR (m) Koszulka M w barwach narodowych Kamerunu +41341 Koszulka M CMR (k) Koszulka M w barwach narodowych Kamerunu +41342 Koszulka M CHI (m) Koszulka M w barwach narodowych Chile +41343 Koszulka M CHI (k) Koszulka M w barwach narodowych Chile +41344 Koszulka M COL (m) Koszulka M w barwach narodowych Kolumbii +41345 Koszulka M COL (k) Koszulka M w barwach narodowych Kolumbii +41346 Koszulka M CRC (m) Koszulka M w barwach narodowych Kostaryki +41347 Koszulka M CRC (k) Koszulka M w barwach narodowych Kostaryki +41348 Koszulka M CIV (m) Koszulka M w barwach narodowych Wybrzea Koci Soniowej +41349 Koszulka M CIV (k) Koszulka M w barwach narodowych Wybrzea Koci Soniowej +41350 Koszulka M CRO (m) Koszulka M w barwach narodowych Chorwacji +41351 Koszulka M CRO (k) Koszulka M w barwach narodowych Chorwacji +41352 Koszulka M ECU (m) Koszulka M w barwach narodowych Ekwadoru +41353 Koszulka M ECU (k) Koszulka M w barwach narodowych Ekwadoru +41354 Koszulka M ENG (m) Strj na mundial reprezentacji Anglii +41355 Koszulka M ENG (k) Strj na mundial reprezentacji Anglii +41356 Koszulka M FRA (m) Strj na mundial reprezentacji Francji +41357 Koszulka M FRA (k) Strj na mundial reprezentacji Francji +41358 Koszulka M GER (m) Strj na mundial reprezentacji Niemiec +41359 Koszulka M GER (k) Strj na mundial reprezentacji Niemiec +41360 Koszulka M GHA (m) Koszulka M w barwach narodowych Ghany +41361 Koszulka M GHA (k) Koszulka M w barwach narodowych Ghany +41362 Koszulka M GRE (m) Strj na mundial reprezentacji Grecji +41363 Koszulka M GRE (k) Strj na mundial reprezentacji Grecji +41364 Koszulka M HON (m) Koszulka M w barwach narodowych Hondurasu +41365 Koszulka M HON (k) Koszulka M w barwach narodowych Hondurasu +41366 Koszulka M IRN (m) Koszulka M w barwach narodowych Iranu +41367 Koszulka M IRN (k) Koszulka M w barwach narodowych Iranu +41368 Koszulka M ITA (m) Strj na mundial reprezentacji Woch +41369 Koszulka M ITA (k) Strj na mundial reprezentacji Woch +41370 Koszulka M JPN (m) Koszulka M w barwach narodowych Japonii +41371 Koszulka M JPN (k) Koszulka M w barwach narodowych Japonii +41372 Koszulka M KOR (m) Strj na mundial reprezentacji Korei +41373 Koszulka M KOR (k) Strj na mundial reprezentacji Korei +41374 Koszulka M MEX (m) Strj na mundial reprezentacji Meksyku +41375 Koszulka M MEX (k) Strj na mundial reprezentacji Meksyku +41376 Koszulka M NED (m) Strj na mundial reprezentacji Holandii +41377 Koszulka M NED (k) Strj na mundial reprezentacji Holandii +41378 Koszulka M NGA (m) Koszulka M w barwach narodowych Nigerii +41379 Koszulka M NGA (k) Koszulka M w barwach narodowych Nigerii +41380 Koszulka M POR (m) Strj na mundial reprezentacji Portugalii +41381 Koszulka M POR (k) Strj na mundial reprezentacji Portugalii +41382 Koszulka M RUS (m) Strj na mundial reprezentacji Rosji +41383 Koszulka M RUS (k) Strj na mundial reprezentacji Rosji +41384 Koszulka M ESP (m) Strj na mundial reprezentacji Hiszpanii +41385 Koszulka M ESP (k) Strj na mundial reprezentacji Hiszpanii +41386 Koszulka M SUI (m) Strj na mundial reprezentacji Szwajcarii +41387 Koszulka M SUI (k) Strj na mundial reprezentacji Szwajcarii +41388 Koszulka M URU (m) Koszulka M w barwach narodowych Urugwaju +41389 Koszulka M URU (k) Koszulka M w barwach narodowych Urugwaju +41390 Koszulka M USA (m) Strj na mundial reprezentacji USA +41391 Koszulka M USA (k) Strj na mundial reprezentacji USA +41392 Koszul. M ALG (m/bonus) Koszulka M w barwach narodowych Algerii. Daje przynajmniej jeden losowy bonus. +41393 Koszul. M ALG (k/bonus) Koszulka M w barwach narodowych Algerii. Daje przynajmniej jeden losowy bonus. +41394 Koszul. M ARG (m/bonus) Strj na mundial reprezentacji Argentyny - daje ci min. jeden losowy bonus. +41395 Koszul. M ARG (k/bonus) Strj na mundial reprezentacji Argentyny - daje ci min. jeden losowy bonus. +41396 Koszul. M AUS (m/bonus) Koszulka M w barwach narodowych Australii. Daje przynajmniej jeden losowy bonus. +41397 Koszul. M AUS (k/bonus) Koszulka M w barwach narodowych Australii. Daje przynajmniej jeden losowy bonus. +41398 Koszul. M BEL (m/bonus) Strj na mundial reprezentacji Belgii - daje ci min. jeden losowy bonus. +41399 Koszul. M BEL (k/bonus) Strj na mundial reprezentacji Belgii - daje ci min. jeden losowy bonus. +41400 Koszul. M BIH (m/bonus) Koszulka M w barwach narodowych Boni i Hercegowiny. Daje przynajmniej jeden losowy bonus. +41401 Koszul. M BIH (k/bonus) Koszulka M w barwach narodowych Boni i Hercegowiny. Daje przynajmniej jeden losowy bonus. +41402 Koszul. M BRA (m/bonus) Strj na mundial reprezentacji Brazylii - daje ci min. jeden losowy bonus. +41403 Koszul. M BRA (k/bonus) Strj na mundial reprezentacji Brazylii - daje ci min. jeden losowy bonus. +41404 Koszul. M CMR (m/bonus) Koszulka M w barwach narodowych Kamerunu. Daje przynajmniej jeden losowy bonus. +41405 Koszul. M CMR (k/bonus) Koszulka M w barwach narodowych Kamerunu. Daje przynajmniej jeden losowy bonus. +41406 Koszul. M CHI (m/bonus) Koszulka M w barwach narodowych Chile. Daje przynajmniej jeden losowy bonus. +41407 Koszul. M CHI (k/bonus) Koszulka M w barwach narodowych Chile. Daje przynajmniej jeden losowy bonus. +41408 Koszul. M COL (m/bonus) Koszulka M w barwach narodowych Kolumbii. Daje przynajmniej jeden losowy bonus. +41409 Koszul. M COL (m/bonus) Koszulka M w barwach narodowych Kolumbii. Daje przynajmniej jeden losowy bonus. +41410 Koszul. M CRC (m/bonus) Koszulka M w barwach narodowych Kostaryki. Daje przynajmniej jeden losowy bonus. +41411 Koszul. M CRC (k/bonus) Koszulka M w barwach narodowych Kostaryki. Daje przynajmniej jeden losowy bonus. +41412 Koszul. M CIV (m/bonus) Koszulka M w barwach narodowych Wybrzea Koci Soniowej. Daje przynajmniej jeden losowy bonus. +41413 Koszul. M CIV (k/bonus) Koszulka M w barwach narodowych Wybrzea Koci Soniowej. Daje przynajmniej jeden losowy bonus. +41414 Koszul. M CRO (m/bonus) Koszulka M w barwach narodowych Chorwacji. Daje przynajmniej jeden losowy bonus. +41415 Koszul. M CRO (k/bonus) Koszulka M w barwach narodowych Chorwacji. Daje przynajmniej jeden losowy bonus. +41416 Koszul. M ECU (m/bonus) Koszulka M w barwach narodowych Ekwadoru. Daje przynajmniej jeden losowy bonus. +41417 Koszul. M ECU (k/bonus) Koszulka M w barwach narodowych Ekwadoru. Daje przynajmniej jeden losowy bonus. +41418 Koszul. M ENG (m/bonus) Strj na mundial reprezentacji Anglii - daje ci min. jeden losowy bonus. +41419 Koszul. M ENG (k/bonus) Strj na mundial reprezentacji Anglii - daje ci min. jeden losowy bonus. +41420 Koszul. M FRA (m/bonus) Strj na mundial reprezentacji Francji - daje ci min. jeden losowy bonus. +41421 Koszul. M FRA (k/bonus) Strj na mundial reprezentacji Francji - daje ci min. jeden losowy bonus. +41422 Koszul. M GER (m/bonus) Strj na mundial reprezentacji Niemiec - daje ci min. jeden losowy bonus. +41423 Koszul. M GER (k/bonus) Strj na mundial reprezentacji Niemiec - daje ci min. jeden losowy bonus. +41424 Koszul. M GHA (m/bonus) Koszulka M w barwach narodowych Ghany. Daje przynajmniej jeden losowy bonus. +41425 Koszul. M GHA (k/bonus) Koszulka M w barwach narodowych Ghany. Daje przynajmniej jeden losowy bonus. +41426 Koszul. M GRE (m/bonus) Strj na mundial reprezentacji Grecji - daje ci min. jeden losowy bonus. +41427 Koszul. M GRE (k/bonus) Strj na mundial reprezentacji Grecji - daje ci min. jeden losowy bonus. +41428 Koszul. M HON (m/bonus) Koszulka M w barwach narodowych Hondurasu. Daje przynajmniej jeden losowy bonus. +41429 Koszul. M HON (k/bonus) Koszulka M w barwach narodowych Hondurasu. Daje przynajmniej jeden losowy bonus. +41430 Koszul. M IRN (m/bonus) Koszulka M w barwach narodowych Iranu. Daje przynajmniej jeden losowy bonus. +41431 Koszul. M IRN (k/bonus) Koszulka M w barwach narodowych Iranu. Daje przynajmniej jeden losowy bonus. +41432 Koszul. M ITA (m/bonus) Strj na mundial reprezentacji Woch - daje ci min. jeden losowy bonus. +41433 Koszul. M ITA (k/bonus) Strj na mundial reprezentacji Woch - daje ci min. jeden losowy bonus. +41434 Koszul. M JPN (m/bonus) Koszulka M w barwach narodowych Japonii. Daje przynajmniej jeden losowy bonus. +41435 Koszul. M JPN (k/bonus) Koszulka M w barwach narodowych Japonii. Daje przynajmniej jeden losowy bonus. +41436 Koszul. M KOR (m/bonus) Strj na mundial reprezentacji Korei - daje ci min. jeden losowy bonus. +41437 Koszul. M KOR (k/bonus) Strj na mundial reprezentacji Korei - daje ci min. jeden losowy bonus. +41438 Koszul. M MEX (m/bonus) Strj na mundial reprezentacji Meksyku - daje ci min. jeden losowy bonus. +41439 Koszul. M MEX (k/bonus) Strj na mundial reprezentacji Meksyku - daje ci min. jeden losowy bonus. +41440 Koszul. M NED (m/bonus) Strj na mundial reprezentacji Holandii - daje ci min. jeden losowy bonus. +41441 Koszul. M NED (k/bonus) Strj na mundial reprezentacji Holandii - daje ci min. jeden losowy bonus. +41442 Koszul. M NGA (m/bonus) Koszulka M w barwach narodowych Nigerii. Daje przynajmniej jeden losowy bonus. +41443 Koszul. M NGA (k/bonus) Koszulka M w barwach narodowych Nigerii. Daje przynajmniej jeden losowy bonus. +41444 Koszul. M POR (m/bonus) Strj na mundial reprezentacji Portugalii - daje ci min. jeden losowy bonus. +41445 Koszul. M POR (k/bonus) Strj na mundial reprezentacji Portugalii - daje ci min. jeden losowy bonus. +41446 Koszul. M RUS (m/bonus) Strj na mundial reprezentacji Rosji - daje ci min. jeden losowy bonus. +41447 Koszul. M RUS (k/bonus) Strj na mundial reprezentacji Rosji - daje ci min. jeden losowy bonus. +41448 Koszul. M ESP (m/bonus) Strj na mundial reprezentacji Hiszpanii - daje ci min. jeden losowy bonus. +41449 Koszul. M ESP (k/bonus) Strj na mundial reprezentacji Hiszpanii - daje ci min. jeden losowy bonus. +41450 Koszul. M SUI (m/bonus) Strj na mundial reprezentacji Szwajcarii - daje ci min. jeden losowy bonus. +41451 Koszul. M SUI (k/bonus) Strj na mundial reprezentacji Szwajcarii - daje ci min. jeden losowy bonus. +41452 Koszul. M URU (m/bonus) Koszulka M w barwach narodowych Urugwaju. Daje przynajmniej jeden losowy bonus. +41453 Koszul. M URU (k/bonus) Koszulka M w barwach narodowych Urugwaju. Daje przynajmniej jeden losowy bonus. +41454 Koszul. M USA (m/bonus) Strj na mundial reprezentacji USA - daje ci min. jeden losowy bonus. +41455 Koszul. M USA (k/bonus) Strj na mundial reprezentacji USA - daje ci min. jeden losowy bonus. +41472 Strj Zombie Zakrwawione ubranie, gnijca skra i bielejce koci nadaj ci wygld zombie. +41473 Sukienka Zombie Zakrwawione ubranie, gnijca skra i bielejce koci nadaj ci wygld narzeczonej zombie. +41474 Strj Zombie+ Zakrwawione ubranie, gnijca skra i bielejce koci nadaj ci wygld zombie. Otrzymujesz przynajmniej jedn losow premi. +41475 Sukienka Zombie+ Zakrwawione ubranie, gnijca skra i bielejce koci nadaj ci wygld narzeczonej zombie. Otrzymujesz przynajmniej jedn losow premi. +41476 Strj Czarodzieja Czarny, tajemniczy strj, w sam raz dla czarodzieja. +41477 Sukienka Czarownicy Czarna, tajemnicza sukienka - strj w sam raz dla czarownicy. +41478 Strj Czarodzieja+ Czarny, tajemniczy strj, w sam raz dla czarodzieja. Otrzymujesz przynajmniej jedn losow premi. +41479 Sukienka Czarownicy+ Czarna, tajemnicza sukienka - strj w sam raz dla czarownicy. Otrzymujesz przynajmniej jedn losow premi. +41480 Kostium Dziadka Mroza Kostium bawana, skadajcy si z czerwonego, aksamitnego kubraczka Dziadka Mroza. Niezdatny do handlu. +41481 Kostium Bawana Kostium bawana z biaego aksamitu. Niezdatny do handlu. +41482 Sukienka Boon. (biaa) Biaa sukienka mini z poczoszkami i akcesoriami. Niezdatna do handlu. +41483 Sukienka Boon. (czerw.) Czerwona sukienka mini z poczoszkami i akcesoriami. Niezdatna do handlu. +41484 Kostium Dziadka Mroza+ Kostium bawana, skadajcy si z czerwonego, aksamitnego kubraczka Dziadka Mroza. Daje ci min. jeden losowy bonus. Niezdatny do handlu. +41485 Kostium Bawana+ Kostium bawana z biaego aksamitu. Daje ci min. jeden losowy bonus. Niezdatny do handlu. +41486 Sukienka Boon.+(biaa) Biaa sukienka mini z poczoszkami i akcesoriami. Daje ci min. jeden losowy bonus. Niezdatna do handlu. +41487 Sukienka Boon.+(czerw.) Czerwona sukienka mini z poczoszkami i akcesoriami. Daje ci min. jeden losowy bonus. Niezdatna do handlu. +41496 Pustynny Ksi (brz.) Szaty wojownika z brzowego materiau - jak ula dla przywdcw! +41497 Pustynny Ksi (biay) Szaty wojownika z biaego materiau - jak ula dla przywdcw! +41498 P. Ksiniczka (brz.) Szaty wojownika z brzowego materiau - jak ula dla przywdczy! +41499 P. Ksiniczka (biaa) Szaty wojownika z biaego materiau - jak ula dla przywdczy! +41500 P. Ksi+ (brz.) Szaty wojownika z brzowego materiau - jak ula dla przywdcw! Daje ci min. jeden losowy bonus. +41501 P. Ksi+ (biay) Szaty wojownika z biaego materiau - jak ula dla przywdcw! Daje ci min. jeden losowy bonus. +41502 P. Ksiniczka+ (brz.) Szaty wojownika z brzowego materiau - jak ula dla przywdczy! Daje ci min. jeden losowy bonus. +41503 P. Ksiniczka+ (biaa) Szaty wojownika z biaego materiau - jak ula dla przywdczy! Daje ci min. jeden losowy bonus. +41504 Kostium Zajca (szary) Kostium z przytulnego i miciutkiego szarego futerka. Model: zajc. Niezdatny do handlu. +41505 Kostium Zajca (brzowy) Kostium z przytulnego i miciutkiego brzowego futerka. Model: zajc. Niezdatny do handlu. +41506 Sukienka Wielkan. (kol.) Kolorowa sukienka w wielkanocne wzorki. Niezdatna do handlu. +41507 Sukienka Wielkan.(bk.) Bkitna sukienka w przepikne wielkanocne wzorki. Niezdatna do handlu. +41508 Kostium Zajca+ (szary) Kostium z przytulnego i miciutkiego szarego futerka. Model: zajc. Daje ci co najmniej jeden losowy bonus. Przedmiot ten jest zdatny do handlu. +41509 Kostium Zajca+ (brz.) Kostium z przytulnego i miciutkiego brzowego futerka. Model: zajc. Daje ci co najmniej jeden losowy bonus. Przedmiot ten jest zdatny do handlu. +41510 Sukienka Wielkan.+(kol.) Kolorowa sukienka w wielkanocne wzorki. Daje ci co najmniej jeden losowy bonus. Przedmiot ten jest zdatny do handlu. +41511 Sukienka Wielkan.+(b.) Bkitna sukienka w przepikne wielkanocne wzorki. Daje ci co najmniej jeden losowy bonus. Przedmiot ten jest zdatny do handlu. +45001 Uszy Zajczka (brzowe) Brzowe Uszy Zajczka dla niej +45002 Uszy Zajca (brz.) Brzowa czapka z uszami zajca dla niego +45003 Chusta (m) Okrycie na gow z delikatnej tkaniny dla mczyzn. +45004 Chusta (k) Okrycie na gow z delikatnej tkaniny dla kobiet. +45005 Przybokrt (m) Fryzura przystrzyona z boku na krtko - ekstrawagancka fryzura dla mczyzn. +45006 Fryzura Szermierza (k) Sportowa fryzura dla szermierzy. +45007 Irokez (m) Fryzura na irokeza. Wosy zaczesywane do gry a po bokach bardzo krtko przystrzyone. +45008 Fryzura Pikarza GER (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Niemiec. +45009 Dreadloki (m) Dugie sfilcowane wosy zawizywane z tyu gowy w kucyk. +45010 Fryzura Boksera GER (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Niemiec. +45011 Chusta (m) Okrycie na gow z delikatnej tkaniny dla mczyzn. Przedmiotem tym mona handlowa. +45012 Chusta (k) Okrycie na gow z delikatnej tkaniny dla kobiet. Przedmiotem tym mona handlowa. +45013 Przybokrt (m) Fryzura przystrzyona z boku na krtko - ekstrawagancka fryzura dla mczyzn. Przedmiot zdatny do handlu. +45014 Fryzura Szermierza (k) Sportowa fryzura dla szermierzy. Przedmiotem tym mona handlowa. +45015 Irokez (m) Fryzura na irokeza. Wosy zaczesywane do gry a po bokach bardzo krtko przystrzyone. Przedmiot zdatny do handlu. +45016 Fryzura Pikarza GER (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Niemiec. Przedmiotem tym mona handlowa. +45017 Dreadloki (m) Dugie sfilcowane wosy zawizywane z tyu gowy w kucyk. Przedmiot zdatny do handlu. +45018 Fryzura Boksera GER (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Niemiec. Przedmiotem tym mona handlowa. +45019 Fryzura Boksera TUR (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Turcji. +45020 Fryzura Boksera BRA (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Brazylii. +45021 Fryz. Boks. Olympia (k) Sportowa fryzura dla bokserw - z kolorow opask. +45022 Fryzura Boksera FRA (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Francji. +45023 Fryzura Boksera ITA (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Woch. +45024 Fryzura Boksera POL (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Polski. +45025 Fryzura Boksera ROU (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Rumunii. +45026 Fryzura Boksera ESP (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Hiszpanii. +45027 Fryzura Pikarza TUR (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Turcji. +45028 Fryzura Pikarza BRA (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Brazylii. +45029 Fryz. Pik. Olympia (k) Sportowa fryzura dla pikarek - z kolorow opask. +45030 Fryzura Pikarza FRA (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Francji. +45031 Fryzura Pikarza ITA (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Woch. +45032 Fryzura Pikarza POL (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Polski. +45033 Fryzura Pikarza ROU (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Rumunii. +45034 Fryzura Pikarza ESP (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Hiszpanii. +45035 Fryzura Boksera TUR (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Turcji. +45036 Fryzura Boksera BRA (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Brazylii. +45037 Fryz. Boks. Olympia (k) Sportowa fryzura dla bokserw - z kolorow opask. +45038 Fryzura Boksera FRA (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Francji. +45039 Fryzura Boksera ITA (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Woch. +45040 Fryzura Boksera POL (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Polski. +45041 Fryzura Boksera ROU (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Rumunii. +45042 Fryzura Boksera ESP (k) Sportowa fryzura dla bokserw - z opask w barwach narodowych Hiszpanii. +45043 Fryzura Pikarza TUR (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Turcji. +45044 Fryzura Pikarza BRA (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Brazylii. +45045 Fryz. Pik. Olympia (k) Sportowa fryzura dla pikarek - z kolorow opask. +45046 Fryzura Pikarza FRA (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Francji. +45047 Fryzura Pikarza ITA (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Woch. +45048 Fryzura Pikarza POL (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Polski. +45049 Fryzura Pikarza ROU (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Rumunii. +45050 Fryzura Pikarza ESP (k) Sportowa fryzura dla pikarek - z opask w barwach narodowych Hiszpanii. +45053 Fryzura Muszkietera Zadbana krtka fryzura w stylu muszkieterw +45054 Czepek Pokojwki Jasna fryzura na pazia z czepkiem pokojwki +45055 Mini-Irokez Luzacka krtka fryzura w stylu irokeza +45056 Kok Salsa Elegancka fryzura z kokiem i czerwonym kwiatem +45057 Kapelusz Bogarta Klasyczny kapelusz filcowy w stylu Humphreya Bogarta. +45058 Kwiecista Fryzura Sodka upleciona fryzura z kwiecistymi ozdobami +45061 Dyniowa Maska Wydrona dynia - przestronna, z porzdn wentylacj i gwarantowanym efektem straszenia. +45062 Dyniowa Maska Wydrona dynia - przestronna, z porzdn wentylacj i gwarantowanym efektem straszenia. +45065 Fryzura Muszkietera+ Zadbana krtka fryzura w stylu muszkieterw. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +45066 Czepek Pokojwki+ Jasna fryzura na pazia z czepkiem pokojwki. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +45067 Mini-Irokez+ Luzacka krtka fryzura w stylu irokeza. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +45068 Kok Salsa+ Elegancka fryzura z kokiem i czerwonym kwiatem. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +45069 Kapelusz Bogarta+ Klasyczny kapelusz filcowy w stylu Humphreya Bogarta. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +45070 Kwiecista Fryzura+ Sodka upleciona fryzura z kwiecistymi ozdobami. Daje min. jeden dodatkowy bonus. Przedmiotem tym mona handlowa. +45073 Dyniowa Maska (bonus) Wydrona dynia - przestronna, z porzdn wentylacj i gwarantowanym efektem straszenia. Nadaje twojej postaci losowy bonus. +45074 Dyniowa Maska (bonus) Wydrona dynia - przestronna, z porzdn wentylacj i gwarantowanym efektem straszenia. Nadaje twojej postaci losowy bonus. +45075 wit. Czapa (czerw.) Czerwona czapka z aksamitu z poroem i biaym pomponem +45076 wit. Czapa (ziel.) Zielona czapka z aksamitu z poroem i biaym pomponem +45077 wit. Czapa (czarna) Czarna czapka z aksamitu z poroem i biaym pomponem +45078 Elficki Kapelusz Bielusieka czapka z filigranowymi skrzydami +45079 Czerep Renifera (m) Mska maska renifera z czerwonym nosem i poroem +45080 Czerep Renifera (k) eska maska renifera z czerwonym nosem i poroem +45081 wit. Czapa+ (czerw.) Czerwona czapka z aksamitu z poroem i biaym pomponem. Daje min. jeden losowy bonus. Mona ni handlowa. +45082 wit. Czapa+ (ziel.) Zielona czapka z aksamitu z poroem i biaym pomponem. Daje min. jeden losowy bonus. Mona ni handlowa. +45083 wit. Czapa+ (czarna) Czarna czapka z aksamitu z poroem i biaym pomponem. Daje min. jeden losowy bonus. Mona ni handlowa. +45084 Elficki Kapelusz+ Bielusieka czapka z filigranowymi skrzydami. Daje min. jeden losowy bonus. Mona ni handlowa. +45085 Czerep Renifera+ (m) Mska maska renifera z czerwonym nosem i poroem. Daje min. jeden losowy bonus. Mona ni handlowa. +45086 Czerep Renifera+ (k) eska maska renifera z czerwonym nosem i poroem. Daje min. jeden losowy bonus. Mona ni handlowa. +45087 Bandana (biaa) Biaa trjktna chusta dla mczyzn zakadana na gow. Popularna wrd kibicw sportowych. +45088 Bandana (biaa) Biaa trjktna chusta dla kobiet zakadana na gow. Popularna wrd kibicw sportowych. +45089 Bandana (czarna) Czarna trjktna chusta dla mczyzn zakadana na gow. Popularna wrd kibicw sportowych. +45090 Bandana (czarna) Czarna trjktna chusta dla kobiet zakadana na gow. Popularna wrd kibicw sportowych. +45091 Bandana (ta) ta trjktna chusta dla mczyzn zakadana na gow. Popularna wrd kibicw sportowych. +45092 Bandana (ta) ta trjktna chusta dla kobiet zakadana na gow. Popularna wrd kibicw sportowych. +45093 Bandana (pomaraczowa) Pomaraczowa trjktna chusta dla mczyzn zakadana na gow. Popularna wrd kibicw sportowych. +45094 Bandana (pomaraczowa) Pomaraczowa trjktna chusta dla kobiet zakadana na gow. Popularna wrd kibicw sportowych. +45095 Bandana (niebieska) Niebieska trjktna chusta dla mczyzn zakadana na gow. Popularna wrd kibicw sportowych. +45096 Bandana (niebieska) Niebieska trjktna chusta dla kobiet zakadana na gow. Popularna wrd kibicw sportowych. +45097 Bandana+ (biaa) Biaa trjktna chusta dla mczyzn zakadana na gow. Popularna wrd kibicw sportowych. Daje ci min. jeden losowy bonus. +45098 Bandana+ (biaa) Biaa trjktna chusta dla kobiet zakadana na gow. Popularna wrd kibicw sportowych. Daje ci min. jeden losowy bonus. +45099 Bandana+ (czarna) Czarna trjktna chusta dla mczyzn zakadana na gow. Popularna wrd kibicw sportowych. Daje ci min. jeden losowy bonus. +45100 Bandana+ (czarna) Czarna trjktna chusta dla kobiet zakadana na gow. Popularna wrd kibicw sportowych. Daje ci min. jeden losowy bonus. +45101 Bandana+ (ta) ta trjktna chusta dla mczyzn zakadana na gow. Popularna wrd kibicw sportowych. Daje ci min. jeden losowy bonus. +45102 Bandana+ (ta) ta trjktna chusta dla kobiet zakadana na gow. Popularna wrd kibicw sportowych. Daje ci min. jeden losowy bonus. +45103 Bandana+ (pomaraczowa) Pomaraczowa trjktna chusta dla mczyzn zakadana na gow. Popularna wrd kibicw sportowych. Daje ci min. jeden losowy bonus. +45104 Bandana+ (pomaraczowa) Pomaraczowa trjktna chusta dla kobiet zakadana na gow. Popularna wrd kibicw sportowych. Daje ci min. jeden losowy bonus. +45105 Bandana+ (niebieska) Niebieska trjktna chusta dla mczyzn zakadana na gow. Popularna wrd kibicw sportowych. Daje ci min. jeden losowy bonus. +45106 Bandana+ (niebieska) Niebieska trjktna chusta dla kobiet zakadana na gow. Popularna wrd kibicw sportowych. Daje ci min. jeden losowy bonus. +45119 Uszy Zajca (czar.) Czarna czapka z uszami zajca dla niego +45120 Uszy Zajca (nieb.) Niebieska czapka z uszami zajca dla niego +45121 Uszy Zajca (ziel.) Zielona czapka z uszami zajca dla niego +45122 Uszy Zajca (r.) Rowa czapka z uszami zajca dla niego +45123 Uszy Zajczka (czar.) Czarne uszy zajczka dla niej +45124 Uszy Zajczka (nieb.) Niebieskie uszy zajczka dla niej +45125 Uszy Zajczka (ziel.) Zielone uszy zajczka dla niej +45126 Uszy Zajczka (r.) Rowe uszy zajczka dla niej +45127 Uszy Zajca+ (czar.) Czarna czapka z uszami zajca dla niego. Daje ci min. jeden losowy bonus. +45128 Uszy Zajca+ (nieb.) Niebieska czapka z uszami zajca dla niego. Daje ci min. jeden losowy bonus. +45129 Uszy Zajca+ (ziel.) Zielona czapka z uszami zajca dla niego. Daje ci min. jeden losowy bonus. +45130 Uszy Zajca+ (r.) Rowa czapka z uszami zajca dla niego. Daje ci min. jeden losowy bonus. +45131 Uszy Zajczka+ (czar.) Czarne uszy zajczka dla niej. Daje ci min. jeden losowy bonus. +45132 Uszy Zajczka+ (nieb.) Niebieskie uszy zajczka dla niej. Daje ci min. jeden losowy bonus. +45133 Uszy Zajczka+ (ziel.) Zielone uszy zajczka dla niej. Daje ci min. jeden losowy bonus. +45134 Uszy Zajca+ (r.) Rowe uszy zajczka dla niej. Daje ci min. jeden losowy bonus. +45135 Fryzura kobry (m) Nakrycie gowy pasujce do szaty kobry +45136 Fryzura kobry (k) Nakrycie gowy pasujce do szaty kobry +45137 Fryzura kobry+ (m) Nakrycie gowy pasujce do szaty kobry. Daje ci min. jeden losowy bonus. +45138 Fryzura kobry+ (k) Nakrycie gowy pasujce do szaty kobry. Daje ci min. jeden losowy bonus. +45139 Maska Tengu Artystycznie wyrzebiona maska japoskiego bstwa +45140 Maska Wenecka Wytworna maska z weneckiego karnawau +45141 Maska Kifwebe Kunsztownie wyrzebiona drewniana maska z czarnym pciennym kapturem +45142 Maska Majw Wzbudzajca strach maska wojownikw plemienia Majw +45143 Maska Tengu+ Artystycznie wyrzebiona maska japoskiego bstwa. Nadaje ci co najmniej dwa bonusy. +45144 Maska Wenecka+ Wytworna maska weneckiego karnawau. Nadaje ci co najmniej dwa bonusy. +45145 Maska Kifwebe+ Kunsztownie wyrzebiona drewniana maska z czarnym pciennym kapturem. Nadaje ci co najmniej dwa bonusy. +45146 Maska Majw+ Wzbudzajca strach maska wojownikw plemienia Majw. Nadaje ci co najmniej dwa bonusy. +45147 Czarny Turban (m) Okrycie na gow z czarnej tkaniny dla mczyzn. +45148 Czarny Turban (k) Okrycie na gow z czarnej tkaniny dla kobiet. +45149 Czarny Turban+ (m) Okrycie na gow z czarnej tkaniny dla mczyzn. Daje ci min. jeden losowy bonus. +45150 Czarny Turban+ (k) Okrycie na gow z czarnej tkaniny dla kobiet. Daje ci min. jeden losowy bonus. +45151 Hem Azraela (m) Nakrycie gowy z grymasem sawnego Ksicia Demonw +45152 Hem Azraela (k) Nakrycie gowy z grymasem sawnego Ksicia Demonw +45153 Hem Azraela+ (m) Nakrycie gowy z grymasem sawnego Ksicia Demonw. Daje ci min. jeden losowy bonus. +45154 Hem Azraela+ (k) Nakrycie gowy z grymasem sawnego Ksicia Demonw. Daje ci min. jeden losowy bonus. +45156 Czerep Jacka Pumpkina (m) Piknie upiorna maska na Halloween +45157 Czerep Jacka Pumpkina (k) Piknie upiorna maska na Halloween +45158 Czerep Jacka Pumpkina+ (m) Piknie upiorna maska na Halloween - daje min. jeden losowy bonus. Przedmiotem tym mona handlowa. +45159 Czerep Jacka Pumpkina+ (k) Piknie upiorna maska na Halloween - daje min. jeden losowy bonus. Przedmiotem tym mona handlowa. +45160 +45161 +45162 +45163 +45164 niena Czapa Zajcza Nakrycie gowy w postaci zajca bielaka +45165 nie. Czapa Niedwiedzia Nakrycie gowy w postaci niedwiedzia polarnego +45166 niena Czapa Leoparda Nakrycie gowy w postaci nienego leoparda +45167 niena Czapa Zajcza+ Nakrycie gowy w postaci zajca bielaka - daje ci min. jeden losowy bonus. +45168 ni. Czapa Niedwiedzia+ Nakrycie gowy w postaci niedwiedzia polarnego - daje ci min. jeden losowy bonus. +45169 niena Czapa Leoparda+ Nakrycie gowy w postaci nienego leoparda - daje ci min. jeden losowy bonus. +45170 Dyniowa Maska Zombie Potworna dyniowa maska jako przebranie na Halloween. +45171 Kapelusz Czarownicy Spiczasty kapelusz z szerokim rondem, idealny dla czarodziejw i czarownic. +45172 Dyniowa Maska Zombie+ Potworna dyniowa maska jako przebranie na Halloween. Otrzymujesz przynajmniej jedn losow premi. +45173 Kapelusz Czarownicy+ Spiczasty kapelusz z szerokim rondem, idealny dla czarodziejw i czarownic. Otrzymujesz przynajmniej jedn losow premi. +45174 Maska Bawana Maska bawana z gustownym cylindrem z czarnej, matowej satyny. Niezdatna do handlu. +45175 Maska Dziadka Mroza Maska bawana z boonarodzeniow czapk z czerwonego aksamitu, obszyt biaym pluszem. Niezdatna do handlu. +45176 Czapka z Pomp.+ (biaa) Boonarodzeniowa czapka z biaego aksamitu z czerwonym pomponem, obszyta biaym pluszem. Niezdatna do handlu. +45177 Czapka z Pomp. (czerw.) Boonarodzeniowa czapka z czerwonego aksamitu z biaym pomponem, obszyta biaym pluszem. Niezdatna do handlu. +45178 Maska Bawana+ Maska bawana z gustownym cylindrem z czarnej, matowej satyny. Daje ci min. jeden dodatkowy bonus. Niezdatna do handlu. +45179 Maska Dziadka Mroza+ Maska bawana z boonarodzeniow czapk z czerwonego aksamitu, obszyt biaym pluszem. Daje ci min. jeden losowy bonus. Niezdatna do handlu. +45180 Czapka z Pomp.+ (biaa) Boonarodzeniowa czapka z biaego aksamitu z czerwonym pomponem, obszyta biaym pluszem. Daje ci min. jeden losowy bonus. Niezdatna do handlu. +45181 Czapka z Pomp.+ (czerw.) Boonarodzeniowa czapka z czerwonego aksamitu z biaym pomponem, obszyta biaym pluszem. Daje ci min. jeden losowy bonus. Niezdatna do handlu. +45190 Uszy Zajca (szare) Czapka z uszami zajca z mikkiego, szarego futerka. Niezdatna do handlu. +45191 Uszy Zajca (brzowe) Czapka z uszami zajca z mikkiego, brzowego futerka. Niezdatna do handlu. +45192 Wielkan. Ozdoba (kol.) Przepiknie poyskujca wielkanocna ozdoba na gow dla modnej bojowniczki. Niezdatna do handlu. +45193 Wielkan. Ozdoba (bk.) Przepikna, bkitna wielkanocna ozdoba na gow dla modnej bojowniczki. Niezdatna do handlu. +45194 Uszy Zajca+ (szare) Czapka z uszami zajca z mikkiego, szarego futerka. Daje ci co najmniej jeden losowy bonus. Przedmiot ten jest zdatny do handlu. +45195 Uszy Zajca+ (brzowe) Czapka z uszami zajca z mikkiego, brzowego futerka. Daje ci co najmniej jeden losowy bonus. Przedmiot ten jest zdatny do handlu. +45196 Wielkan. Ozdoba+ (kol.) Przepiknie poyskujca wielkanocna ozdoba na gow dla modnej bojowniczki. Daje ci co najmniej jeden losowy bonus. Przedmiot ten jest zdatny do handlu. +45197 Wielkan. Ozdoba+ (bk.) Przepikna, bkitna wielkanocna ozdoba na gow dla modnej bojowniczki. Daje ci co najmniej jeden losowy bonus. Przedmiot ten jest zdatny do handlu. +45198 Brzowy Turban Elegancki, brzowy turban z wytrzymaego materiau - w sam raz dla wojownikw. +45199 Biay Turban Elegancki, biay turban z wytrzymaego materiau - w sam raz dla wojownikw. +45200 Brzowa Chusta Brzowa chusta na gow z lekkiego materiau - w sam raz dla wojowniczek. +45201 Biaa Chusta Biaa chusta na gow z lekkiego materiau - w sam raz dla wojowniczek. +45202 Brzowy Turban+ Elegancki, brzowy turban z wytrzymaego materiau - w sam raz dla wojownikw. Daje ci min. jeden losowy bonus. +45203 Biay Turban+ Elegancki, biay turban z wytrzymaego materiau - w sam raz dla wojownikw. Daje ci min. jeden losowy bonus. +45204 Brzowa Chusta+ Brzowa chusta na gow z lekkiego materiau - w sam raz dla wojowniczek. Daje ci min. jeden losowy bonus. +45205 Biaa Chusta+ Biaa chusta na gow z lekkiego materiau - w sam raz dla wojowniczek. Daje ci min. jeden losowy bonus. +50001 Ksiga Szczcia Ksiga ze szczliwymi numerami. Loteria jest prowadzona przez rzd. +50002 Zoty Piercie Prosty, Zoty Piercionek. | Moe by sprzedany w sklepie za wysok cen. +50003 Zwj Cofania Umiejtn. Pozwala na ponowne wybranie profesji postaci. +50004 Wykrywacz Zdarze Pokazuje, gdzie mona znale misje. +50005 Bilet Na Jazd Konn Po okazaniu tego biletu Stajennemu, bdziesz mg jedzi konno przez okrelony czas. +50006 Zota Szkatuka Ozdobiona zotymi ornamentami szkatuka. Mona otworzy j Zotym Kluczem. +50007 Srebrna Szkatuka Ozdobiona srebrnymi ornamentami szkatuka. Mona otworzy j Srebrnym Kluczem. +50008 Zoty Klucz Klucz zrobiony z czystego zota. Mona nim otworzy Zot Szkatuk i Zot Szkatuk+. +50009 Srebrny Klucz Klucz zrobiony z czystego srebra. Mona nim otworzy Srebrn Szkatuk i Srebrn Szkatuk+. +50010 Skarpetka Skarpetka zrobiona z ciepej owczej weny. +50011 Szkat. Blasku Ksiyca Oszaamiajca dekoracja uwodzca ludzi. Niesamowite rzeczy maj miejsce, kiedy wystawi si j na oddziaywanie promieni ksiyca. +50012 Zota Szkatuka+ Ozdobiona zotymi ornamentami szkatuka. Mona otworzy j Zotym Kluczem. +50013 Srebrna Szkatuka+ Ozdobiona srebrnymi ornamentami szkatuka. Mona j otworzy Srebrnym Kluczem. +50016 Pasta Fasolowa Skadnik staroytnego ciasta fasolowego +50017 Pasta Cukrowa Skadnik staroytnego ciasta cukrowego +50018 Pasta Owocowa Skadnik staroytnego ciasta owocowego +50019 Sodki Ry Skadnik staroytnego ciasta +50020 Torcik Fasolowy Staroytne ciasto regenerujce wszystkie Punkty ycia. +50021 Torcik Cukrowy Staroytne ciasto regenerujce wszystkie Punkty Energii. +50022 Torcik Owocowy Staroytne ciasto regenerujce ca Wytrzymao. +50023 Sakiewka Pienidzy W rodku znajduje si noworoczna pensja. +50024 Ra Romantyczny kwiat okazujcy zauroczenie. Przedmiot moe by uywany tylko przez kobiety. +50025 Czekolada Zrobiona z kakao, mleka, masa i cukru. Dawana aby okazywa zauroczenie. Przedmiot moe by uywany tylko przez mczyzn. +50027 Bilet Na Loteri Nie ma loterii w grze. | Bezuyteczny przedmiot. +50031 Ra Romantyczny kwiat okazujcy zauroczenie. Przedmiot moe by uywany tylko przez mczyzn. +50032 Cukierek Zrobiona z kakao, mleka, masa i cukru. Dawana aby okazywa zauroczenie. Przedmiot moe by uywany tylko przez kobiety. +50033 Zagadkowa Szkatuka Szkatuka, na ktrej wygrawerowany jest jaki list. Prawdopodobnie co wyskoczy po jej otwarciu. +50034 Szkatuka Z Zagadk Czy ta szkatuka zawiera zagadk? +50035 Prezent (ty) adnie zapakowany prezent +50036 Prezent (fioletowy) adnie zapakowany prezent +50037 Heksagonalna Szkatuka Zrobiona ze specjalnego papieru. W rodku znajduje si prezent. +50050 Medal Konny Stajenny potrzebuje tego Medalu, aby wpisa wynik testw kwalifikacyjnych. +50051 Zdjcie Konia Certyfikat na jazd konn. +50052 Ksiga Opanc. Konia Certyfikat na zaawansowan jazd konn. |Pozwala na ataki podczas jazdy konnej. +50053 Ksiga Wojskowego Konia Certyfikat na mistrzowsk jazd konn. |Pozwala na uywanie umiejtnoci jedzieckich. +50054 Siano Wysuszone siano do karmienia konia. +50055 Marchewka Ulubione warzywo konia. +50056 Czerwony e-sze Duszony e-sze. Tylko wojskowe konie jedz Czerwony e-sze. +50057 Zioo Z atwych Map Legendarne Zioo, ktre moe zosta uyte do wskrzeszenia zwykego Konia. Aby je zdoby, naley uda si do atwego Lochu Map. +50058 Zioo Z Normalnych Map Legendarne Zioo, ktre moe zosta uyte do wskrzeszenia Konia Bojowego. Aby je zdoby, naley uda si do Normalnego Lochu Map. +50059 Zioo Z Trudnych Map Legendarne Zioo, ktre moe zosta uyte do wskrzeszenia Konia Wojskowego. Aby je zdoby, naley uda si do Trudnego Lochu Map. +50060 Instr. Jazdy Konnej Moesz otrzyma 1 Punkt Umiejtnoci Jedziectwa kiedy j przeczytasz. Znika po przeczytaniu. +50067 Zwj Ewolucji Jest to potny, prastary zwj z pergaminu. Dziki niemu moesz wyszkoli swojego modzika na Dzikiego Wierzchowca. +50068 Zwj Mutacji Jest to potny, prastary zwj z pergaminu. Dziki niemu moesz wyszkoli swojego Dzikiego Wierzchowca na Dzielnego Wierzchowca. +50070 Szkatuka Wodza Orkw Szkatuka Wodza Orkw. Co cennego znajduje si w rodku. +50071 Szkatuka Ezot. Wadcy Szkatuka Ezoterycznego Wadcy. Co cennego znajduje si w rodku. +50072 Szkat. Odrodz. Wadcy Szkatuka Reinkarnowanego Ezoterycznego Wadcy. Co cennego znajduje si w rodku. +50073 Szkat. Krlowej Pajkw Szkatuka Krlowej Pajkw. Co cennego znajduje si w rodku. +50074 Szkatuka Olbrz. Pajka Szkatuka Olbrzymiego Pajka. Co cennego znajduje si w rodku. +50075 Szkat. Nosiciela Plagi Szkatuka Olbrzymiego Nosiciela Plagi. Co cennego znajduje si w rodku. +50076 Szkat. Pustynnego wia Szkatuka Pustynnego wia. Co cennego znajduje si w rodku. +50077 Szkat.Dziewiciu Ogonw Szkatuka Dziewiciu Ogonw. Co cennego znajduje si w rodku. +50078 Szkat. tego Tygrysa Szkatuka Zjawy tego Tygrysa. Co cennego znajduje si w rodku. +50079 Szkat. Ognistego Krla Szkatuka Ognistego Krla. Co cennego znajduje si w rodku. +50080 Szkat. Czerwonego Smoka Szkatuka Czerwonego Smoka. Co cennego znajduje si w rodku. +50081 Szkat. Krla Demonw Szkatuka Krla Demonw. Co cennego znajduje si w rodku. +50082 Szkat. Umarego Rozpruw. Szkatuka Umarego Rozpruwacza. Co cennego znajduje si w rodku. +50083 Bilet Na Jazd Konn Po okazaniu tego biletu Stajennemu, bdziesz mg jedzi konno przez okrelony czas. +50084 Kamie Otwarcia Kamie otacza aura przepeniona energi. Dziaa przeciw sile Magicznej Pieczci. +50091 Sushi z Welonki Jest to bardzo lubiany specja z surowego zotego karasia i zimnego ryu - serwowany zazwyczaj w maych porcjach. +50092 Sushi Z Karpia Jest to bardzo lubiany specja z surowego karpia i zimnego ryu - serwowany zazwyczaj w maych porcjach. +50093 Sushi Z ososia Specjalne danie zrobione z ososia i zimnego ryu. Zwiksza si Ataku o 10 punktw na 30 sekund. +50094 Sushi z Suma Specjalne danie zrobione z Suma i zimnego ryu. Zwiksza si Obrony o 10 punktw na 30 sekund. +50096 Pika Podkr pik jak Baljit-Elvedin! +50100 Ogniste Petardy Fioletowe fajerwerki wypeniaj niebo podczas festiwalu. +50101 Ogniste Petardy te fajerwerki wypeniaj niebo podczas festiwalu. +50102 Ogniste Petardy Bkitne fajerwerki wypeniaj niebo podczas festiwalu. +50103 Ogniste Petardy Czerwone fajerwerki wypeniaj niebo podczas festiwalu. +50104 Ogniste Petardy Zielone fajerwerki wypeniaj niebo podczas festiwalu. +50105 Ogniste Petardy Biae fajerwerki wypeniaj niebo podczas festiwalu. +50106 wit. Ogniste Petardy witeczne fajerwerki. W porwnaniu ze zwykymi petardami, te zapewniaj lepsze wraenia wizualne. +50108 Fajerwerki Bk miotajcy iskry. +50118 +50119 +50120 elazna Szkatuka Stabilny pojemnik pochodzcy z Groty Wygnacw. +50121 elazne Pudeko Stabilny pojemnik pochodzcy z Groty Wygnacw. +50122 elazna Skrzynia Stabilny pojemnik pochodzcy z Groty Wygnacw. +50123 Lody Zastrzyk energii! Te lody zwiksz twoj szybko ruchu o 60 pkt na 30 minut. Uwaga: ponowna aktywacja w czasie trwania efektu nadpisuje czas jego trwania. +50124 Sprchniaa Skrzynia Wydaje si, e ze rodka dochodz ciche odgosy zwierzt. +50125 Tajemnicza Skrzynia Ta Skrzynia jest podejrzanie lekka, jakby bya pusta... +50126 Tajemnicza Skrzynia Ta Skrzynia jest podejrzanie lekka, jakby bya pusta... +50127 Taj. Szmaragd. Skrzynia Otwarta Szmaragdowa Skrzynia +50128 Taj. Szafirowa Skrzynia Szafirowa Skrzynia bez zamku. Mona j od razu otworzy a jej wntrze skrywa cenn tajemnic... +50129 Taj. Ametystowa Skrzynia Otwarta Ametystowa Skrzynia +50130 Olimpijska Skrzynia Ta skrzynia ukrywa olimpijsk tajemnic. +50131 Taj. Cytrynowa Skrzynia Cytrynowa Skrzynia bez zamku. Mona j od razu otworzy a jej wntrze skrywa cenn tajemnic... +50132 Taj. Rubinowa Skrzynia Zamknita Rubinowa Skrzynia, ktra moe zosta otwarta jedynie za pomoc specjalnego klucza. Mwi si, e zawarto tej skrzyni jest rwnie drogocenne, jak sama skrzynia. +50133 Taj. Szmaragd. Skrzynia Zamknita Szmaragdowa Skrzynia, ktra moe zosta otwarta jedynie za pomoc specjalnego klucza. Mwi si, e zawarto tej skrzyni jest rwnie drogocenne, jak sama skrzynia. +50134 Taj. Szafirowa Skrzynia Zamknita Szafirowa Skrzynia, ktra moe zosta otwarta jedynie za pomoc specjalnego klucza. Mwi si, e zawarto tej skrzyni jest rwnie drogocenne, jak sama skrzynia. +50135 Taj. Ametystowa Skrzynia Zamknita Ametystowa Skrzynia, ktra moe zosta otwarta jedynie za pomoc specjalnego klucza. Mwi si, e zawarto tej skrzyni jest rwnie drogocenne, jak sama skrzynia. +50136 Taj. Topazowa Skrzynia Zamknita Topazowa Skrzynia, ktra moe zosta otwarta jedynie za pomoc specjalnego klucza. Mwi si, e zawarto tej skrzyni jest rwnie drogocenne, jak sama skrzynia. +50137 Taj. Cytrynowa Skrzynia Zamknita Cytrynowa Skrzynia, ktra moe zosta otwarta jedynie za pomoc specjalnego klucza. Mwi si, e zawarto tej skrzyni jest rwnie drogocenne, jak sama skrzynia. +50150 Rubinowy Klucz Za pomoc tego klucza mona otworzy zamknit Rubinow Skrzynie. Ciekawe, co skrywa jej wntrze. +50151 Szmaragdowy Klucz Za pomoc tego klucza mona otworzy zamknit Szmaragdow Skrzynie. Ciekawe, co skrywa jej wntrze. +50152 Szafirowy Klucz Za pomoc tego klucza mona otworzy zamknit Szafirow Skrzynie. Ciekawe, co skrywa jej wntrze. +50153 Ametystowy Klucz Za pomoc tego klucza mona otworzy zamknit Ametystow Skrzynie. Ciekawe, co skrywa jej wntrze. +50154 Topazowy Klucz Za pomoc tego klucza mona otworzy zamknit Topazow Skrzynie. Ciekawe, co skrywa jej wntrze. +50155 Cytrynowy Klucz Za pomoc tego klucza mona otworzy zamknit Cytrynow Skrzynie. Ciekawe, co skrywa jej wntrze. +50156 Diamentowy Klucz Po mistrzowsku szlifowany klucz, ktry mieni si wszystkimi kolorami tczy. Za pomoc tego klucza mona otworzy kad skrzyni. +50160 Jajko wielkanocne Kolorowe jajko wielkanocne +50161 Jajko wielkanocne Kolorowe jajko wielkanocne +50162 Jajko wielkanocne Kolorowe jajko wielkanocne +50163 Jajko wielkanocne Kolorowe jajko wielkanocne +50164 Jajko wielkanocne Kolorowe jajko wielkanocne +50165 Jajko wielkanocne Kolorowe jajko wielkanocne +50166 Jajko wielkanocne Kolorowe jajko wielkanocne +50167 Jajko wielkanocne Kolorowe jajko wielkanocne +50168 Jajko wielkanocne Kolorowe jajko wielkanocne +50169 Jajko wielkanocne Kolorowe jajko wielkanocne +50170 Jajko wielkanocne Kolorowe jajko wielkanocne +50171 Jajko wielkanocne Kolorowe jajko wielkanocne +50172 Jajko wielkanocne Kolorowe jajko wielkanocne +50173 Jajko wielkanocne Kolorowe jajko wielkanocne +50174 Jajko wielkanocne Kolorowe jajko wielkanocne +50175 Jajko wielkanocne Kolorowe jajko wielkanocne +50176 Jajko wielkanocne Kolorowe jajko wielkanocne +50177 Jajko wielkanocne Kolorowe jajko wielkanocne +50178 Jajko wielkanocne Kolorowe jajko wielkanocne +50179 Jajko wielkanocne Kolorowe jajko wielkanocne +50180 Pusty koszyk Pusty koszyk, do ktrego moesz wkada jajka wielkanocne +50181 Koszyk z jajkami Koszyk napeniony jajkami wielkanocnymi. +50182 Skrzynia Bogosawiestw Bogosawiona skrzynia z tajemnicz zawartoci. +50183 Sodycze Sodycze te posiadaj wyjtkowe dziaanie: Szybko Ruchu +10%, Obraenia +5%, Dowiadczenie +10%. Efekt trwa przez 30 minut. +50184 +50185 +50186 Skrzynia Azraela Potne demoniczne moce zamkny t skrzyni. Niewtpliwie zawiera ona bardzo cenne przedmioty. +50187 Skrzynia Ucznia I Twj prezent powitalny zawiera podstawowe wyposaenie na rozpoczcia przygd. +50188 Skrzynia Ucznia II Skrzyni moesz otworzy dopiero po osigniciu poziomu 10. +50189 Skrzynia Ucznia III Skrzyni moesz otworzy dopiero po osigniciu poziomu 20. +50190 Skrzynia Eksperta I Skrzyni moesz otworzy dopiero po osigniciu poziomu 30. +50191 Skrzynia Eksperta II Skrzyni moesz otworzy dopiero po osigniciu poziomu 40. +50192 Skrzynia Eksperta III Skrzyni moesz otworzy dopiero po osigniciu poziomu 50. +50193 Skrzynia Mistrza I Skrzyni moesz otworzy dopiero po osigniciu poziomu 60. +50194 Skrzynia Mistrza II Skrzyni moesz otworzy dopiero po osigniciu poziomu 70. +50195 Skrzynia Mistrza III Skrzyni moesz otworzy dopiero po osigniciu poziomu 80. +50196 Skrzynia Arcymistrza Skrzyni moesz otworzy dopiero po osigniciu poziomu 90. +50197 +50198 +50199 +50200 Tob Pozwala otworzy Ci wasny sklep. +50212 Skrzynia Ucznia I Twj prezent powitalny zawiera podstawowe wyposaenie na rozpoczcia przygd. +50213 Skrzynia Ucznia I Twj prezent powitalny zawiera podstawowe wyposaenie na rozpoczcia przygd. +50215 Upiorna Skrzynia Jest to skrzynia z grawerunkiem upiornego oblicza dyni. Otwrz j, aby pozna jej cenn zawarto. +50216 Grzaniec Gorce wino z przyprawami, ktre przez 30 minut obdarzy ci nastpujcymi bonusami: +10% szybkoci, +5% obrae i +10% dowiadczenia. +50249 Skrzynia Triumfu Skrzynia zawiera losowy przedmiot jako nagrod dla olimpijczykw. +50252 Cor Draconis To krysztaowe smocze serce skrywa w sobie dusz, Smoczy Kamie. +50253 +50254 Skrzynia Mroku Ta cika skrzynia ukrywa uznane za zaginione bogactwa Mrocznego Narodu. +50255 Cor Draconis (surowe) To krysztaowe smocze serce skrywa w sobie dusz, Smoczy Kamie. +50256 Cor Draconis (szlif.) To krysztaowe smocze serce skrywa w sobie dusz, Smoczy Kamie. +50257 Cor Draconis (rzadkie) To krysztaowe smocze serce skrywa w sobie dusz, Smoczy Kamie. +50258 Cor Draconis (antyczne) To krysztaowe smocze serce skrywa w sobie dusz, Smoczy Kamie. +50259 Cor Draconis (legend.) To krysztaowe smocze serce skrywa w sobie dusz, Smoczy Kamie. +50260 Cor Draconis (surowe) To krysztaowe smocze serce skrywa w sobie dusz, Smoczy Kamie. +50263 Pergamin Wizi Umowa ta przywizuje przedmiot Twojego wyboru do duszy Twojej postaci. Wizy te uniemoliwiaj sprzedanie, handlowanie, upuszczenie i zaczarowanie przedmiotu. +50264 Pergamin Przerwania Przetnij wizy przedmiotu z twoj dusz. +50265 Zota Pika Nie do, e okrga, to na dodatek zota! +50300 Ksiga Umiejtnoci Przy jej pomocy moesz zwikszy poziom Mistrzowski danej umiejtnoci. +50301 Sztuka Wojny Sun Zi Jedna z trzech Ksig Strategii Wojennych. Pomylne przeczytanie pozwoli na rozwinicie umiejtnoci Przywdztwo. Po przeczytaniu Ksiga znika. +50302 Sztuka Wojny Wu Zi Jedna z trzech Ksig Strategii Wojennych. Pomylne przeczytanie pozwala na rozwinicie umiejtnoci Przywdztwo. Po przeczytaniu Ksiga znika. +50303 WeiLiao Zi Jedna z trzech Ksig Strategii Wojennych. Pomylne przeczytanie pozwala na rozwinicie umiejtnoci Przywdztwo. Po przeczytaniu Ksiga znika. +50304 Sztuka Combo Ta ksiga taktyczna suy do nauki sztuki combo. Ksiga znika po przeczytaniu. +50305 Zaaw. Sztuka Combo Ta ksiga taktyczna suy do nauki zaawansowanej sztuki combo. Ksiga znika po przeczytaniu. +50306 Mistrz. Sztuka Combo Ta ksiga taktyczna suy do nauki mistrzowskiej sztuki combo. Ksiga znika po przeczytaniu. +50307 Ksiga Misji (atwa) Po uyciu otrzymasz jedn dodatkow misj - atw. +50308 Ksiga Misji (Normalna) Po uyciu otrzymasz jedn dodatkow misj - normaln. +50309 Ksiga Misji (Trudna) Po uyciu otrzymasz jedn dodatkow misj - trudn. +50310 Ksiga Misji (ekspert) Po uyciu otrzymasz jedn dodatkow misj - dla ekspertw. +50311 Jzyk Shinsoo Podrcznik ten umoliwia nauk jzyka Shinsoo. Zaraz po osigniciu poziomu Mistrza, bdziesz go rozumia. +50312 Jzyk Chunjo Podrcznik ten umoliwia nauk jzyka Chunjo. Zaraz po osigniciu poziomu Mistrza, bdziesz go rozumia. +50313 Jzyk Jinno Podrcznik ten umoliwia nauk jzyka Jinno. Zaraz po osigniciu poziomu Mistrza, bdziesz go rozumia. +50314 Ksiga Polimorfii Pomylne przeczytanie tej ksigi pozwala na rozwinicie umiejtnoci transformacji. Ksiga znika po przeczytaniu. +50315 Zaaw. Ks. Polimorfii Pomylne przeczytanie tej Ksigi pozwala na rozwinicie umiejtnoci Polimorfia. Po przeczytaniu Ksika znika. +50316 Mistrz. Ks. Polimorfii Pomylne przeczytanie tej Ksigi pozwala na rozwinicie umiejtnoci Polimorfia. Po przeczytaniu Ksika znika. +50401 Instr. Trzystr. Cicie Uyj ksigi, aby opanowa umiejtno - Trzystronne Cicie. Ksiga znika po przeczytaniu. +50402 Instr. Wir Miecza Uyj ksigi, aby opanowa umiejtno - Wir Miecza. Ksiga znika po przeczytaniu. +50403 Instr. Berserk Uyj ksigi, aby opanowa umiejtno - Berserk. Ksiga znika po przeczytaniu. +50404 Instr. Aura Miecza Uyj ksigi, aby opanowa umiejtno - Aura Miecza. Ksiga znika po przeczytaniu. +50405 Instr. Szara Uyj ksigi, aby opanowa umiejtno - Szara. Ksiga znika po przeczytaniu. +50406 Instr. Woli ycia Uyj ksigi, aby opanowa umiejtno - Wola ycia. Ksiga znika po przeczytaniu. +50416 Instr. Duchowe Uderzenie Uyj ksigi, aby opanowa umiejtno - Duchowe Uderzenie. Ksiga znika po przeczytaniu. +50417 Instr. Walnicie Uyj ksigi, aby opanowa umiejtno - Walnicie. Ksiga znika po przeczytaniu. +50418 Instr. Tpnicie Uyj ksigi, aby opanowa umiejtno - Tpnicie. Ksiga znika po przeczytaniu. +50419 Instr. Silne Ciao Uyj ksigi, aby opanowa umiejtno - Silne Ciao. Ksiga znika po przeczytaniu. +50420 Instr. Uderzenie Miecza Uyj ksigi, aby opanowa umiejtno - Uderzenie Miecza. Ksiga znika po przeczytaniu. +50421 Instr. Krgu Mieczy Uyj ksigi, aby opanowa umiejtno - Krg Mieczy. Ksiga znika po przeczytaniu. +50431 Instr. Zasadzka Uyj ksigi, aby opanowa umiejtno - Zasadzka. Ksiga znika po przeczytaniu. +50432 Instr. Szybki Atak Uyj ksigi, aby opanowa umiejtno - Szybki Atak. Ksiga znika po przeczytaniu. +50433 Instr. Wirujcy Sztylet Uyj ksigi, aby opanowa umiejtno - Wirujcy Sztylet. Ksiga znika po przeczytaniu. +50434 Instr. Krycie Si Uyj ksigi, aby opanowa umiejtno - Krycie Si. Ksiga znika po przeczytaniu. +50435 Instr. Trujca Chmura Uyj ksigi, aby opanowa umiejtno - Trujca Chmura. Ksiga znika po przeczytaniu. +50436 Instr. Wolno Dzia.Tru. Uyj ksigi, aby opanowa umiejtno - Wolno Dziaajca Trucizna. Ksiga znika po przeczytaniu. +50446 Instr. Powtarz. Strza Uyj ksigi, aby opanowa umiejtno - Powtarzalny Strza. Ksiga znika po przeczytaniu. +50447 Instr. Deszcz Strza Uyj ksigi, aby opanowa umiejtno - Deszcz Strza. Ksiga znika po przeczytaniu. +50448 Instr. Ognista Strzaa Uyj ksigi, aby opanowa umiejtno - Ognista Strzaa. Ksiga znika po przeczytaniu. +50449 Instr. Bezszelest. Chd Uyj ksigi, aby opanowa umiejtno - Bezszelestny Chd. Ksiga znika po przeczytaniu. +50450 Instr. Trujca Strzaa Uyj ksigi, aby opanowa umiejtno - Trujca Strzaa. Ksiga znika po przeczytaniu. +50451 Instr. Iskrzce Uderz. Uyj ksigi, aby opanowa umiejtno - Iskrzce Uderzenie. Ksiga znika po przeczytaniu. +50461 Instr. Uderzenie Palcem Uyj ksigi, aby opanowa umiejtno - Uderzenie Palcem. Ksiga znika po przeczytaniu. +50462 Instr. Smoczy Wir Uyj ksigi, aby opanowa umiejtno - Smoczy Wir. Ksiga znika po przeczytaniu. +50463 Instr. Czarowane Ostrze Uyj ksigi, aby opanowa umiejtno - Czarowane Ostrze. Ksiga znika po przeczytaniu. +50464 Instr. Strach Uyj ksigi, aby opanowa umiejtno - Strach. Ksiga znika po przeczytaniu. +50465 Instr. Czarowana Zbroja Uyj ksigi, aby opanowa umiejtno - Czarowana Zbroja. Ksiga znika po przeczytaniu. +50466 Instr. Rozprosz. Magii Uyj ksigi, aby opanowa umiejtno - Rozproszenie Magii. Ksiga znika po przeczytaniu. +50476 Instr. Mrocz. Uderzenie Uyj ksigi, aby opanowa umiejtno - Mroczne Uderzenie. Ksiga znika po przeczytaniu. +50477 Instr. Ognist. Uderzenie Uyj ksigi, aby opanowa umiejtno - Ogniste Uderzenie. Ksiga znika po przeczytaniu. +50478 Instr. Ognisty Duch Uyj ksigi, aby opanowa umiejtno - Ognisty Duch. Ksiga znika po przeczytaniu. +50479 Instr. Mroczna Ochrona Uyj ksigi, aby opanowa umiejtno - Mroczna Ochrona. Ksiga znika po przeczytaniu. +50480 Instr. Duchowy Cios Uyj ksigi, aby opanowa umiejtno - Duchowy Cios. Ksiga znika po przeczytaniu. +50481 Instr. Mroczna Sfera Uyj ksigi, aby opanowa umiejtno - Mroczna Sfera. Ksiga znika po przeczytaniu. +50491 Instr. Latajcy Talizman Uyj ksigi, aby opanowa umiejtno - Latajcy Talizman. Ksiga znika po przeczytaniu. +50492 Instr. Strzelajcy Smok Uyj ksigi, aby opanowa umiejtno - Strzelajcy Smok. Ksiga znika po przeczytaniu. +50493 Instr. Smoczy Skowyt Uyj ksigi, aby opanowa umiejtno - Smoczy Skowyt. Ksiga znika po przeczytaniu. +50494 Instr. Bogosawiestwo Uyj ksigi, aby opanowa umiejtno - Bogosawiestwo. Ksiga znika po przeczytaniu. +50495 Instr. Odbicie Uyj ksigi, aby opanowa umiejtno - Odbicie. Ksiga znika po przeczytaniu. +50496 Instr. Pomoc Smoka Uyj ksigi, aby opanowa umiejtno - Pomoc Smoka. Ksiga znika po przeczytaniu. +50506 Instr. Byskawiczny Rzut Uyj ksigi, aby opanowa umiejtno - Byskawiczny Rzut. Ksiga znika po przeczytaniu. +50507 Instr. Przywo. Bysk. Uyj ksigi, aby opanowa umiejtno - Przywoanie Byskawicy. Ksiga znika po przeczytaniu. +50508 Instr. Burzowy Szpon Uyj ksigi, aby opanowa umiejtno - Burzowy Szpon. Ksiga znika po przeczytaniu. +50509 Instr. Leczenie Uyj ksigi, aby opanowa umiejtno - Leczenie. Ksiga znika po przeczytaniu. +50510 Instr. Zwinno Uyj ksigi, aby opanowa umiejtno - Zwinno. Ksiga znika po przeczytaniu. +50511 Instr. Podwy. Ataku Uyj ksigi, aby opanowa umiejtno - Podwyszenie Ataku. Ksiga znika po przeczytaniu. +50512 Tczowy Kamie Kamie ten otwiera duchowe oczy i pokazuje wszystkie umiejtnoci. +50513 Kamie Duchowy Legendarny kamie uywany do treningu wewntrznego. +50530 Instr. Rozdarcia Uyj ksigi, aby opanowa umiejtno - Rozedrze. Ksiga znika po przeczytaniu. +50531 Instr. Wilczy Dech Uyj ksigi, aby opanowa umiejtno - Wilczy Dech. Ksiga znika po przeczytaniu. +50532 Instr. Wilczy Skok Uyj ksigi, aby opanowa umiejtno - Wilczy Skok. Ksiga znika po przeczytaniu. +50533 Instr. Wilczy Pazur Uyj ksigi, aby opanowa umiejtno - Wilczy Pazur. Ksiga znika po przeczytaniu. +50534 Instr. Dusza Purp.Wilka Uyj ksigi, aby opanowa umiejtno - Dusza Purpurowego Wilka. Ksiga znika po przeczytaniu. +50535 Instr.Dusza Wilka Indygo Uyj ksigi, aby opanowa umiejtno - Dusza Wilka Indygo. Ksiga znika po przeczytaniu. +50600 Przewodnik Do Grnictwa Uywany do zwikszenia zdolnoci grnictwa.| Znika po przeczytaniu. +50601 Diamentowy Kamie Moe by uszlachetniony do Diamentu uywajc pieca gildii. +50602 Kawaek Bursztynu Moe by uszlachetniony do Bursztynu uywajc pieca gildii bursztynu. +50603 Skamieniay Pie Uywajc pieca gildii mona wyprodukowa z tego pnia Skamieniae Drewno. +50604 Ruda Miedzi Uywajc pieca do miedzi gildii mona wyprodukowa z tej Rudy Mied. +50605 Ruda Srebra Uywajc pieca do srebra gildii mona wyprodukowa z tej Rudy Srebro. +50606 Ruda Zota Uywajc pieca do zota gildii mona wyprodukowa z tej Rudy Zoto. +50607 Ruda Jadeitu Uywajc pieca do jadeitu gildii mona wyprodukowa z tej Rudy Jadeit. +50608 Ruda Ebonitu Uywajc pieca do ebonitu gildii mona wyprodukowa z tej Rudy Ebonit. +50609 Kawaek Pery Moe by uszlachetniony do Pery uywajc pieca gildii. +50610 Ruda Bia. Zota Uywajc pieca do biaego zota gildii mona wyprodukowa z tej Rudy Biae Zoto. +50611 Ruda Krysztau Uywajc pieca do krysztau gildii mona wyprodukowa z tej Rudy Kryszta. +50612 Ruda Ametystu Uywajc pieca do ametystu gildii mona wyprodukowa z tej Rudy Ametyst. +50613 Ruda Niebia. ez Moe by uszlachetniona do Niebiaskich ez uywajc pieca gildii. +50614 Dusza Rudy Krysztau Uywajc pieca gildii mona wyprodukowa z tej Rudy Dusz Krysztau. +50615 Ruda Rubinu Uywajc pieca gildii mona wyprodukowa z tej Rudy Rubin. +50616 Ruda Granatu Uywajc pieca gildii mona wyprodukowa z tej Rudy Granat. +50617 Ruda Szmaragdu Uywajc pieca gildii mona wyprodukowa z tej Rudy Szmaragd. +50618 Ruda Szafiru Uywajc pieca gildii mona wyprodukowa z tej Rudy Szafir. +50619 Ruda Turmalinu Uywajc pieca gildii mona wyprodukowa z tej Rudy Turmalin. +50621 Diament Najtwardszy klejnot - dodaje kiesze w przedmiotach ekwipunku. +50622 Bursztyn adny bursztyn.| Moe by przymocowany do akcesoriw. +50623 Skamieniae Drewno Wartociowe drewno obdarzajce wysok stabilnoci przedmioty biuterii. +50624 Mied Dajcy si znakomicie formowa szlachetny metal, z ktrego mona wykonywa biuteri lub monety. Uywany jest ponadto do produkcji Brzu. +50625 Srebro Byszczcy metal szlachetny, wykorzystywany do produkcji biuterii. +50626 Zoto Ciepo poyskujcy metal szlachetny. By jednym z pierwszych metali uywanych przez czowieka. Jeszcze do dzisiaj jest cenionym metalem uywanym do wyrobu biuterii. +50627 Jadeit Cenny minera, uywany przez czowieka ju ponad 5000 lat. Czsto wykorzystywany do wyrobu biuterii. +50628 Ebonit Czarne, bardzo twarde drewno, nalece do jednego z najcenniejszych gatunkw drewna. Czsto uywane do produkcji biuterii. +50629 Pera agodnie poyskujca pikno z masy perowej. Czsto uywana jako ozdoba w biuterii. +50630 Biae Zoto Stabilny, biao zabarwiony stop zota. Nad wyraz lubiany i czsto uywany do wyrobu biuterii. +50631 Kryszta Nadzwyczaj twarde kamienie z krystalicznego kwarcu. Wystpuj w rnych kolorach. Czsto uywane do produkcji biuterii. +50632 Ametyst Popularny kwarc, wystpujcy w rnych odcieniach fioletu. Bardzo ceniony w wyrobie biuterii. +50633 Niebiaskie zy Skrystalizowany deszcz niebios. Niebiaskie zy mog by przymocowane do akcesoriw z Niebiaskich ez. +50634 Kryszta Duszy Kryszta tak czysty jak niewinna dusza. Mona go uy do produkcji ozdb. +50635 Rubin Czerwony kamie szlachetny o nadzwyczajnym szlifie. Mona go przerobi na drogocenn ozdob. +50636 Granat Czerwony kamie szlachetny o nadzwyczajnym szlifie. Mona go przerobi na drogocenn ozdob. +50637 Szmaragd Zielony kamie szlachetny o nadzwyczajnym szlifie. Mona go przerobi na drogocenn ozdob. +50638 Szafir Zielony kamie szlachetny o nadzwyczajnym szlifie. Mona go przerobi na drogocenn ozdob. +50639 Turmalin Ten przepikny kamie szlachetny poyskuje wszystkimi barwami tczy. Mona go uy do produkcji ozdb. +50701 Kwiat Brzoskwini W przeszoci, kwiaty brzoskwini wykorzystywane byy jako gwny skadnik kremw. Badania +50702 Pokrzywa Ten kwiat jest dostpny prawie na caym wiecie. Panuje opinia, e to najlepszy lek na przezibienie i kaszel. Badania +50703 Kwiat Kaki Plotki gosz, e kobieta majca ten kwiat na szyi zajdzie w ci. Badania +50704 Korze Gango Korzenie Gango zwikszaj odporno organizmu. Dodatkowo, wzmacniaj system immunologiczny. Badania +50705 Bez Ta rolina polepsza pami i zwiksza zdolno do koncentracji. Badania +50706 Grzyb Tue Ten grzyb raczej nie jest uywany w medycynie. Pomaga przy problemach z bezsennoci. Badania +50707 Ra Alpejska Ta rolina wzmacnia system nerwowy. Badania +50708 Morwa Morwa dodaje siy. Inne zastosowania lecznicze nie s znane. Badania +50709 Mniszek Lekarski Mniszek Lekarski pomaga przy problemach z gardem. Jest bardzo smaczny. Badania +50710 Oset Ta rolina wzmacnia koci. Badania +50711 Daktyl Ta rolina jest bardzo smaczna. Dodatkowo pobudza ca dusz. Badania +50712 Rolina Sam-Zi Rolina, ktr bardzo trudno znale. Jeeli zostanie odpowiednio przygotowana, to ma niesamowite waciwoci. Badania +50721 Kwiat Brzoskwini W przeszoci, kwiaty brzoskwini wykorzystywane byy jako gwny skadnik kremw. Wytwarzanie mikstur +50722 Pokrzywa Ten kwiat jest dostpny prawie na caym wiecie. Panuje opinia, e to najlepszy lek na przezibienie i kaszel. Wytwarzanie mikstur +50723 Kwiat Kaki Plotki gosz, e kobieta majca ten kwiat na szyi zajdzie w ci. Wytwarzanie mikstur +50724 Korze Gango Korzenie Gango zwikszaj odporno organizmu. Dodatkowo, wzmacniaj system immunologiczny. Wytwarzanie mikstur +50725 Bez Ta rolina polepsza pami i zwiksza zdolno do koncentracji. Wytwarzanie mikstur +50726 Grzyb Tue Ten grzyb raczej nie jest uywany w medycynie. Pomaga przy problemach z bezsennoci. Wytwarzanie mikstur +50727 Ra Alpejska Ta rolina wzmacnia system nerwowy. Wytwarzanie mikstur +50728 Morwa Morwa dodaje siy. Inne zastosowania lecznicze nie s znane. Wytwarzanie mikstur +50729 Mniszek Lekarski Mniszek Lekarski pomaga przy problemach z gardem. Jest bardzo smaczny. Wytwarzanie mikstur +50730 Oset Ta rolina wzmacnia koci. Wytwarzanie mikstur +50731 Daktyl Ta rolina jest bardzo smaczna. Dodatkowo pobudza ca dusz. Wytwarzanie mikstur +50732 Rolina Sam-Zi Rolina, ktr bardzo trudno znale. Jeeli zostanie odpowiednio przygotowana, to ma niesamowite waciwoci. Wytwarzanie mikstur +50801 Sok z Kwiatu Brzoskwini Ta mikstura zrobiona jest z Kwiatw Brzoskwini. Sprawia, e czujesz si zdrowo. +50802 Sok Z Pokrzywy Mikstura zrobiona z Pokrzywy. Zwiksza twoj Si o 5 punktw na 3 minuty. +50803 Sok Z Kwiatu Kaki Ta mikstura zrobiona jest z Kwiatw Kaki. Zwiksza zdolno do koncentracji. +50804 Sok Z Korzenia Gango Ta mikstura zrobiona jest z Korzeni Gango. Pomaga przy gojeniu si mniejszych ran. +50805 Sok Z Bzu Ta mikstura zrobiona jest z Kwiatw Bzu. +50806 Sok Z Grzyba Tue Ta mikstura zrobiona jest z Grzybw Tue. +50807 Sok Z Ry Alpejskiej Ta mikstura zrobiona jest z kwiatw Ry Alpejskiej. +50808 Sok Z Morwy Ta mikstura zrobiona jest z Morwy. +50809 Sok Z Mniszka Alpejsk. Ta mikstura zrobiona jest z Mniszka Alpejskiego. +50810 Sok Z Ostu Ta mikstura zrobiona jest z Ostu. +50811 Sok Z Daktyla Ta mikstura zrobiona jest z Daktyli. +50812 Sok Z Roliny Sam-Zi Ta mikstura zrobiona jest z Roliny Sam-Zi. +50813 Woda Sim Mikstura sporzdzona z Soku Z Kwiatu Brzoskwini i Bzu. Zwiksza szans na zadanie Przeszywajcego Ciosu o 10% na 3 minuty. +50814 Woda Dok Mikstura sporzdzona z Soku Z Pokrzywy i Bzu. Zwiksza szans na zadanie krytycznego ciosu o 10% na 3 minuty. +50815 Woda Bo Ta mikstura sporzdzona jest z Soku Z Kwiatw Kaki i Grzyba Tue. Wzmacnia twj umys. +50816 Woda Young Ta mikstura sporzdzona jest z Soku Z Korzeni Gango i Grzyba Tue. Wzmacnia twoje ciao. +50817 Woda Zin Mikstura sporzdzona z Wody Sim i Ry Alpejskiej. Zwiksza twoj Warto Ataku o 50 punktw na 3 minuty. +50818 Woda SamBo Mikstura sporzdzona z Wody Dok i Ry Alpejskiej. Zwiksza twoj Obron o 70 punktw na 3 minuty. +50819 Woda Mong Mikstura sporzdzona z Wody Bo i Morwy. Zwiksza twoj Obron Magiczn o 10% na 3 minuty. +50820 Woda Hwal Mikstura sporzdzona z Wody Young i Morwy. Zwiksza Szybko Ataku o 3 punkty na 3 minuty. +50901 Pusta Butelka Niezbdna do wytwarzania mikstur. +50902 Przepis Dla Pocztkujc. Przepis, ktry moe zosta wykorzystany nawet przez pocztkujcych. +50903 Przepis Przepis, ktry moe zosta wykorzystany tylko przez dowiadczonych graczy. +50904 Przepis Dla Profesjonal. Przepis, ktrym mog si posuy tylko profesjonalici. +50905 Przepis Na Wod Sim Opisuje jak wytworzy Wod z Soku z Kwiatu Brzoskwini i Bzu. +50906 Przepis Na Wod Dok Opisuje jak wytworzy Wod z Soku z Pokrzywy i Bzu. +50907 Przepis Na Wod Bo Opisuje jak wytworzy Wod z Soku Z Kwiatw Kaki i Grzyba Tue. +50908 Przepis Na Wod Young Opisuje jak wytworzy Wod z Soku Z Korzenia Gango i Grzyba Tue. +50909 Przepis Na Wod Zin Opisuje jak wytworzy Wod z Soku Z Kwiatw Brzoskwini, Bzu i Ry Alpejskiej. +50910 Przepis Na Wod Hwal Opisuje jak wytworzy Wod z Soku Z Korzenia Gango, Grzyba Tue i Morwy. +51001 Odamek Energii Odamek krysztau energii - z 30 sztuk mona stworzy kryszta energii. +51002 Kryszta Energii Kryszta ten zwiksza twoje bonusy na dwie godziny. +51501 Cor Draconis (surowe) Krysztaowe smocze serce zawiera losowy Smoczy Kamie klasy surowej. +51502 Cor Draconis (surowe) Krysztaowe smocze serce zawiera losowy Smoczy Kamie klasy surowej. +51503 Cor Draconis (zwyczajne) Krysztaowe smocze serce. Ranga: zwyczajna. Zawiera matowy Smoczy Kamie klasy surowej do szlifowanej. +51504 Cor Draconis (szlachetne) Krysztaowe smocze serce. Ranga: szlachetna. Zawiera matowy Smoczy Kamie klasy surowej do rzadkiej. +51505 Cor Draconis (drogocenne) Krysztaowe smocze serce. Ranga: drogocenna. Zawiera matowy Smoczy Kamie klasy surowej do antycznej. +51506 Cor Draconis (mityczne) Krysztaowe smocze serce. Ranga: mityczna. Zawiera matowy Smoczy Kamie klasy szlifowana do legendarna. +51507 Cor Draconis (szlifowane) Krysztaowe smocze serce zawiera losowy Smoczy Kamie klasy szlifowana. +51508 Cor Draconis (rzadkie) Krysztaowe smocze serce zawiera losowy Smoczy Kamie klasy rzadka. +51509 Cor Draconis (antyczne) Krysztaowe smocze serce zawiera losowy Smoczy Kamie klasy antyczna. +51510 Cor Draconis (legendarne) Krysztaowe smocze serce zawiera losowy Smoczy Kamie klasy legendarna. +51511 Cor Diamas Biae Cor Draconis. Zawiera losowy Smoczy Diament. +51512 Cor Rubinum Czerwone Cor Draconis. Zawiera losowy Smoczy Rubin. +51513 Cor Jadeit Zielone Cor Draconis. Zawiera losowy Smoczy Jadeit. +51514 Cor Saphirum Niebieskie Cor Draconis. Zawiera losowy Smoczy Szafir. +51515 Cor Granatum Pomaraczowe Cor Draconis. Zawiera losowy Smoczy Granat. +51516 Cor Atrum Czarne Cor Draconis. Zawiera losowy Smoczy Onyks. +51517 Cor Diamas (zwyczajne) Biae Cor Draconis. Ranga: zwyczajna. Zawiera matowy Smoczy Diament klasy surowej do szlifowanej. +51518 Cor Rubinum (zwyczajne) Czerwone Cor Draconis. Ranga: zwyczajna. Zawiera matowy Smoczy Rubin klasy surowej do szlifowanej. +51519 Cor Jadeit (zwyczajne) Zielone Cor Draconis. Ranga: zwyczajna. Zawiera matowy Smoczy Jadeit klasy surowej do szlifowanej. +51520 Cor Saphirum (zwyczajne) Niebieski Cor Draconis. Ranga: zwyczajna. Zawiera matowy Smoczy Szafir klasy surowej do szlifowanej. +51521 Cor Granatum (zwyczajne) Pomaraczowe Cor Draconis. Ranga: zwyczajna. Zawiera matowy Smoczy Granat klasy surowej do szlifowanej. +51522 Cor Atrum (zwyczajne) Czarne Cor Draconis. Ranga: zwyczajna. Zawiera matowy Smoczy Onyks klasy surowej do szlifowanej. +51523 Cor Diamas (szlachetne) Biae Cor Draconis. Ranga: szlachetna. Zawiera matowy Smoczy Diament klasy surowej do rzadkiej. +51524 Cor Rubinum (szlachetne) Czerwone Cor Draconis. Ranga: szlachetna. Zawiera matowy Smoczy Rubin klasy surowej do rzadkiej. +51525 Cor Jadeit (szlachetne) Zielone Cor Draconis. Ranga: szlachetna. Zawiera matowy Smoczy Jadeit klasy surowej do rzadkiej. +51526 Cor Saphirum (szlachetne) Niebieskie Cor Draconis. Ranga: szlachetna. Zawiera matowy Smoczy Szafir klasy surowej do rzadkiej. +51527 Cor Granatum (szlachetne) Pomaraczowe Cor Draconis. Ranga: szlachetna. Zawiera matowy Smoczy Granat klasy surowej do rzadkiej. +51528 Cor Atrum (szlachetne) Czarne Cor Draconis. Ranga: szlachetna. Zawiera matowy Smoczy Onyks klasy surowej do rzadkiej. +51529 Cor Diamas (drogocenne) Biae Cor Draconis. ranga: drogocenna. Zawiera matowy Smoczy Diament klasy surowej do antycznej. +51530 Cor Rubinum (drogocenne) Czerwone Cor Draconis. Ranga: drogocenna. Zawiera matowy Smoczy Rubin klasy surowej do antycznej. +51531 Cor Jadeit (drogocenne) Zielone Cor Draconis. Ranga: drogocenna. Zawiera matowy Smoczy Jadeit klasy surowej do antycznej. +51532 Cor Saphirum (drogocenne) Niebieskie Cor Draconis. Ranga: drogocenna. Zawiera matowy Smoczy Szafir klasy surowej do antycznej. +51533 Cor Granatum (drogocenne) Pomaraczowe Cor Draconis. Ranga: drogocenna. Zawiera matowy Smoczy Granat klasy surowej do antycznej. +51534 Cor Atrum (drogocenne) Czarne Cor Draconis. Ranga: drogocenna. Zawiera matowy Smoczy Onyks klasy surowej do antycznej. +51535 Cor Diamas (nieskaz.) Biae Cor Draconis. Ranga: nieskazitelna. Zawiera matowy Smoczy Diament klasy surowej do legendarnej. +51536 Cor Rubinum (nieskaz.) Czerwone Cor Draconis. Ranga: nieskazitelna. Zawiera matowy Smoczy Rubin klasy surowej do legendarnej. +51537 Cor Jadeit (nieskaz.) Zielone Cor Draconis. Ranga: nieskazitelna. Zawiera matowy Smoczy Jadeit klasy surowej do legendarnej. +51538 Cor Saphirum (nieskaz.) Niebieskie Cor Draconis. Ranga: nieskazitelna. Zawiera matowy Smoczy Szafir klasy surowej do legendarnej. +51539 Cor Granatum (nieskaz.) Pomaraczowe Cor Draconis. Ranga: nieskazitelna. Zawiera matowy Smoczy Granat klasy surowej do legendarnej. +51540 Cor Atrum (nieskaz.) Czarne Cor Draconis. Ranga: nieskazitelna. Zawiera matowy Smoczy Onyks klasy surowej do legendarnej. +51541 Cor Draconis (rozarzone) Krysztaowe smocze serce. Ranga: rozarzona. Zawiera matowy Smoczy Kamie klasy szlifowana do rzadka. +51542 Cor Diamas (rozarzone) Biae Cor Draconis. Ranga: rozarzona. Zawiera matowy Smoczy Diament klasy szlifowana do rzadka. +51543 Cor Rubinum (rozarzone) Czerwone Cor Draconis. Ranga: rozarzona. Zawiera matowy Smoczy Rubin klasy szlifowana do rzadka. +51544 Cor Jadeit (rozarzone) Zielone Cor Draconis. Ranga: rozarzona. Zawiera matowy Smoczy Jadeit klasy szlifowana do rzadka. +51545 Cor Saphirum (rozarzone) Niebieskie Cor Draconis. Ranga: rozarzona. Zawiera matowy Smoczy Szafir klasy szlifowana do rzadka. +51546 Cor Granatum (rozarzone) Pomaraczowe Cor Draconis. Ranga: rozarzona. Zawiera matowy Smoczy Granat klasy szlifowana do rzadka. +51547 Cor Atrum (rozarzone) Czarne Cor Draconis. Ranga: rozarzona. Zawiera matowy Smoczy Onyks klasy szlifowana do rzadka. +51548 Cor Draconis (nieskaz.) Krysztaowe smocze serce. Ranga: nieskazitelna. Zawiera matowy Smoczy Kamie klasy surowej do legendarnej. +51549 Cor Draconis (wieczne) Krysztaowe smocze serce. Ranga: wieczna. Zawiera matowy Smoczy Kamie klasy szlifowana do antyczna. +51550 Cor Diamas (wieczne) Biae Cor Draconis. Ranga: wieczna. Zawiera matowy Smoczy Diament klasy szlifowana do antyczna. +51551 Cor Rubinum (wieczne) Czerwone Cor Draconis. Ranga: wieczna. Zawiera matowy Smoczy Rubin klasy szlifowana do antyczna. +51552 Cor Jadeit (wieczne) Zielone Cor Draconis. Ranga: zawiera matowy Smoczy Jadeit klasy szlifowana do antyczna. +51553 Cor Saphirum (wieczne) Niebieskie Cor Draconis. Ranga: wieczna. Zawiera matowy Smoczy Szafir klasy szlifowana do antyczna. +51554 Cor Granatum (wieczne) Pomaraczowe Cor Draconis. Ranga: wieczna. Zawiera matowy Smoczy Granat klasy szlifowana do antyczna. +51555 Cor Atrum (wieczne) Czarne Cor Draconis. Ranga: wieczna. Zawiera matowy Smoczy Onyks klasy szlifowana do antyczna. +51556 Cor Diamas (mityczne) Biae Cor Draconis. Ranga: mityczna. Zawiera matowy Smoczy Diament klasy szlifowana do legendarna. +51557 Cor Rubinum (mityczne) Czerwone Cor Draconis. Ranga: mityczna. Zawiera matowy Smoczy Rubin klasy szlifowana do legendarna. +51558 Cor Jadeit (mityczne) Zielone Cor Draconis. Ranga: mityczna. Zawiera matowy Smoczy Jadeit klasy szlifowana do legendarna. +51559 Cor Saphirum (mityczne) Niebieskie Cor Draconis. Ranga: mityczna. Zawiera matowy Smoczy Szafir klasy szlifowana do legendarna. +51560 Cor Granatum (mityczne) Pomaraczowe Cor Draconis. Ranga: mityczna. Zawiera matowy Smoczy Granat klasy szlifowana do legendarna. +51561 Cor Atrum (mityczne) Czarne Cor Draconis. Ranga: mityczna. Zawiera matowy Smoczy Onyks klasy szlifowana do legendarna. +51562 Cor Draconis (epickie) Krysztaowe smocze serce. Ranga: epicka. Zawiera matowy Smoczy Kamie klasy rzadka do antyczna. +51563 Cor Diamas (epickie) Biae Cor Draconis. Ranga: epicka. Zawiera matowy Smoczy Diament klasy rzadka do antyczna. +51564 Cor Rubinum (epickie) Czerwone Cor Draconis. Ranga: epicka. Zawiera matowy Smoczy Rubin klasy rzadka do antyczna. +51565 Cor Jadeit (epickie) Zielone Cor Draconis. Ranga: epicka. Zawiera matowy Smoczy Jadeit klasy rzadka do antyczna. +51566 Cor Saphirum (epickie) Niebieskie Cor Draconis. Ranga: epicka. Zawiera matowy Smoczy Szafir klasy rzadka do antyczna. +51567 Cor Granatum (epickie) Pomaraczowe Cor Draconis. Ranga: epicka. Zawiera matowy Smoczy Granat klasy rzadka do antyczna. +51568 Cor Atrum (epickie) Czarne Cor Draconis. Ranga: epicka. Zawiera matowy Smoczy Onyks klasy rzadka do antyczna. +51569 Cor Draconis (boskie) Krysztaowe smocze serce. Ranga: boska. Zawiera matowy Smoczy Kamie klasy rzadka do legendarna. +51570 Cor Diamas (boskie) Biae Cor Draconis. Ranga: boska. Zawiera matowy Smoczy Diament klasy rzadka do legendarna. +51571 Cor Rubinum (boskie) Czerwone Cor Draconis. Ranga: boska. Zawiera matowy Smoczy Rubin klasy rzadka do legendarna. +51572 Cor Jadeit (boskie) Zielone Cor Draconis. Ranga: boska. Zawiera matowy Smoczy Jadeit klasy rzadka do legendarna. +51573 Cor Saphirum (boskie) Niebieskie Cor Draconis. Ranga: boska. Zawiera matowy Smoczy Szafir klasy rzadka do legendarna. +51574 Cor Granatum (boskie) Pomaraczowe Cor Draconis. Ranga: boska. Zawiera matowy Smoczy Granat klasy rzadka do legendarna. +51575 Cor Atrum (boskie) Czarne Cor Draconis. Ranga: boska. Zawiera matowy Smoczy Onyks klasy rzadka do legendarna. +51576 Cor Draconis+ (zwyczajne) Potne Cor Draconis. Ranga: zwyczajna. Zawiera Smoczy Kamie klasy surowa do szlifowana o losowym stopniu jakoci. +51577 Cor Diamas+ (zwyczajne) Potne Cor Draconis. Ranga: zwyczajna. Zawiera Smoczy Diament klasy surowej do szlifowanej o losowym stopniu jakoci. +51578 Cor Rubinum+ (zwyczajne) Potne Cor Draconis. Ranga: zwyczajna. Zawiera Smoczy Rubin klasy surowej do szlifowanej o losowym stopniu jakoci. +51579 Cor Jadeit+ (zwyczajne) Potne Cor Draconis. Ranga: zwyczajna. Zawiera Smoczy Jadeit klasy surowej do szlifowanej o losowym stopniu jakoci. +51580 Cor Saphirum+ (zwyczajne) Potne Cor Draconis. Ranga: zwyczajna. Zawiera Smoczy Szafir klasy surowej do szlifowanej o losowym stopniu jakoci. +51581 Cor Granatum+ (zwyczajne) Potne Cor Draconis. Ranga: zwyczajna. Zawiera Smoczy Granat klasy surowej do szlifowanej o losowym stopniu jakoci. +51582 Cor Atrum+ (zwyczajne) Potne Cor Draconis. Ranga: zwyczajna. Zawiera Smoczy Onyks klasy surowej do szlifowanej o losowym stopniu jakoci. +51583 Cor Draconis+ (szlach.) Potne Cor Draconis. Ranga: szlachetna. Zawiera Smoczy Kamie klasy surowej do rzadkiej o losowym stopniu jakoci. +51584 Cor Diamas+ (szlachetne) Potne Cor Draconis. Ranga: szlachetna. Zawiera Smoczy Diament klasy surowej do rzadkiej o losowym stopniu jakoci. +51585 Cor Rubinum+ (szlachetne) Potne Cor Draconis. Ranga: szlachetna. Zawiera Smoczy Rubin klasy surowej do rzadkiej o losowym stopniu jakoci. +51586 Cor Jadeit+ (szlachetne) Potne Cor Draconis. Ranga: szlachetna. Zawiera Smoczy Jadeit klasy surowej do rzadkiej o losowym stopniu jakoci. +51587 Cor Saphirum+ (szlach.) Potne Cor Draconis. Ranga: szlachetna. Zawiera Smoczy Szafir klasy surowej do rzadkiej o losowym stopniu jakoci. +51588 Cor Granatum+ (szlach.) Potne Cor Draconis. Ranga: szlachetna. Zawiera Smoczy Granat klasy surowej do rzadkiej o losowym stopniu jakoci. +51589 Cor Atrum+ (szlachetne) Potne Cor Draconis. Ranga: szlachetna. Zawiera Smoczy Onyks klasy surowej do rzadkiej o losowym stopniu jakoci. +51590 Cor Draconis+ (drogoc.) Potne Cor Draconis. Ranga: drogocenna. Zawiera Smoczy Kamie klasy surowej do antycznej o losowym stopniu jakoci. +51591 Cor Diamas+ (drogocenne) Potne Cor Draconis. Ranga: drogocenna. Zawiera Smoczy Diament klasy surowej do antycznej o losowym stopniu jakoci. +51592 Cor Rubinum+ (drogocenne) Potne Cor Draconis. Ranga: drogocenna. Zawiera Smoczy Rubin klasy surowej do antycznej o losowym stopniu jakoci. +51593 Cor Jadeit+ (drogocenne) Potne Cor Draconis. Ranga: drogocenna. Zawiera Smoczy Jadeit klasy surowej do antycznej o losowym stopniu jakoci. +51594 Cor Saphirum+ (drogoc.) Potne Cor Draconis. Ranga: drogocenna. Zawiera Smoczy Szafir klasy surowej do antycznej o losowym stopniu jakoci. +51595 Cor Granatum+ (drogoc.) Potne Cor Draconis. Ranga: drogocenna. Zawiera Smoczy Granat klasy surowej do antycznej o losowym stopniu jakoci. +51596 Cor Atrum+ (drogocenne) Potne Cor Draconis. Ranga: drogocenna. Zawiera Smoczy Onyks klasy surowej do antycznej o losowym stopniu jakoci. +51597 Cor Draconis+ (nieskaz.) Potne Cor Draconis. Ranga: nieskazitelna. Zawiera Smoczy Kamie klasy surowej do legendarnej o losowym stopniu jakoci. +51598 Cor Diamas+ (nieskaz.) Potne Cor Draconis. Ranga: nieskazitelna. Zawiera Smoczy Diament klasy surowej do legendarnej o losowym stopniu jakoci. +51599 Cor Rubinum+ (nieskaz.) Potne Cor Draconis. Ranga: nieskazitelna. Zawiera Smoczy Rubin klasy surowej do legendarnej o losowym stopniu jakoci. +51600 Cor Jadeit+ (nieskaz.) Potne Cor Draconis. Ranga: nieskazitelna. Zawiera Smoczy Jadeit klasy surowej do legendarnej o losowym stopniu jakoci. +51601 Cor Saphirum+ (nieskaz.) Potne Cor Draconis. Ranga: nieskazitelna. Zawiera Smoczy Szafir klasy surowej do legendarnej o losowym stopniu jakoci. +51602 Cor Granatum+ (nieskaz.) Potne Cor Draconis. Ranga: nieskazitelna. Zawiera Smoczy Granat klasy surowej do legendarnej o losowym stopniu jakoci. +51603 Cor Atrum+ (nieskaz.) Potne Cor Draconis. Ranga: nieskazitelna. Zawiera Smoczy Onyks klasy surowej do legendarnej o losowym stopniu jakoci. +51604 Cor Draconis+ (rozarz.) Potne Cor Draconis. Ranga: rozarzona. Zawiera Smoczy Kamie klasy szlifowana do rzadka o losowym stopniu jakoci. +51605 Cor Diamas+ (rozarzone) Potne Cor Draconis. Ranga: rozarzona. Zawiera Smoczy Diament klasy szlifowana do rzadka o losowym stopniu jakoci. +51606 Cor Rubinum+ (rozarzone) Potne Cor Draconis. Ranga: rozarzona. Zawiera Smoczy Rubin klasy szlifowana do rzadka o losowym stopniu jakoci. +51607 Cor Jadeit+ (rozarzone) Potne Cor Draconis. Ranga: rozarzona. Zawiera Smoczy Jadeit klasy szlifowana do rzadka o losowym stopniu jakoci. +51608 Cor Saphirum+ (rozarz.) Potne Cor Draconis. Ranga: rozarzona. Zawiera Smoczy Szafir klasy szlifowana do rzadka o losowym stopniu jakoci. +51609 Cor Granatum+ (rozarz.) Potne Cor Draconis. Ranga: rozarzona. Zawiera Smoczy Granat klasy szlifowana do rzadka o losowym stopniu jakoci. +51610 Cor Atrum+ (rozarzone) Potne Cor Draconis. Ranga: rozarzona. Zawiera Smoczy Onyks klasy szlifowana do rzadka o losowym stopniu jakoci. +51611 Cor Draconis+ (wieczne) Potne Cor Draconis. Ranga: wieczna. Zawiera Smoczy Kamie klasy szlifowana do antyczna o losowym stopniu jakoci. +51612 Cor Diamas+ (wieczne) Potne Cor Draconis. Ranga: wieczna. Zawiera Smoczy Diament klasy szlifowana do antyczna o losowym stopniu jakoci. +51613 Cor Rubinum+ (wieczne) Potne Cor Draconis. Ranga: wieczna. Zawiera Smoczy Rubin klasy szlifowana do antyczna o losowym stopniu jakoci. +51614 Cor Jadeit+ (wieczne) Potne Cor Draconis. Ranga: wieczna. Zawiera Smoczy Jadeit klasy szlifowana do antyczna o losowym stopniu jakoci. +51615 Cor Saphirum+ (wieczne) Potne Cor Draconis. Ranga: wieczna. Zawiera Smoczy Szafir klasy szlifowana do antyczna o losowym stopniu jakoci. +51616 Cor Granatum+ (wieczne) Potne Cor Draconis. Ranga: wieczna. Zawiera Smoczy Granat klasy szlifowana do antyczna o losowym stopniu jakoci. +51617 Cor Atrum+ (wieczne) Potne Cor Draconis. Ranga: wieczna. Zawiera Smoczy Onyks klasy szlifowana do antyczna o losowym stopniu jakoci. +51618 Cor Draconis+ (mityczne) Potne Cor Draconis. Ranga: mityczna. Zawiera Smoczy Kamie klasy szlifowana do legendarna o losowym stopniu jakoci. +51619 Cor Diamas+ (mityczne) Potne Cor Draconis. Ranga: mityczna. Zawiera Smoczy Diament klasy szlifowana do legendarna o losowym stopniu jakoci. +51620 Cor Rubinum+ (mityczne) Potne Cor Draconis. Ranga: mityczna. Zawiera Smoczy Rubin klasy szlifowana do legendarna o losowym stopniu jakoci. +51621 Cor Jadeit+ (mityczne) Potne Cor Draconis. Ranga: mityczna. Zawiera Smoczy Jadeit klasy szlifowana do legendarna o losowym stopniu jakoci. +51622 Cor Saphirum+ (mityczne) Potne Cor Draconis. Ranga: mityczna. Zawiera Smoczy Szafir klasy szlifowana do legendarna o losowym stopniu jakoci. +51623 Cor Granatum+ (mityczne) Potne Cor Draconis. Ranga: mityczna. Zawiera Smoczy Granat klasy szlifowana do legendarna o losowym stopniu jakoci. +51624 Cor Atrum+ (mityczne) Potne Cor Draconis. Ranga: mityczna. Zawiera Smoczy Onyks klasy szlifowana do legendarna o losowym stopniu jakoci. +51625 Cor Draconis+ (epickie) Potne Cor Draconis. Ranga: epicka. Zawiera Smoczy Kamie klasy rzadka do antyczna o losowym stopniu jakoci. +51626 Cor Diamas+ (epickie) Potne Cor Draconis. Ranga: epicka. Zawiera Smoczy Diament klasy rzadka do antyczna o losowym stopniu jakoci. +51627 Cor Rubinum+ (epickie) Potne Cor Draconis. Ranga: epicka. Zawiera Smoczy Rubin klasy rzadka do antyczna o losowym stopniu jakoci. +51628 Cor Jadeit+ (epickie) Potne Cor Draconis. Ranga: epicka. Zawiera Smoczy Jadeit klasy rzadka do antyczna o losowym stopniu jakoci. +51629 Cor Saphirum+ (epickie) Potne Cor Draconis. Ranga: epicka. Zawiera Smoczy Szafir klasy rzadka do antyczna o losowym stopniu jakoci. +51630 Cor Granatum+ (epickie) Potne Cor Draconis. Ranga: wieczna. Zawiera Smoczy Granat klasy szlifowana do antyczna o losowym stopniu jakoci. +51631 Cor Atrum+ (epickie) Potne Cor Draconis. Ranga: wieczna. Zawiera Smoczy Onyks klasy szlifowana do antyczna o losowym stopniu jakoci. +51632 Cor Draconis+ (boskie) Potne Cor Draconis. Ranga: boska. Zawiera Smoczy Kamie klasy rzadka do legendarna o losowym stopniu jakoci. +51633 Cor Diamas+ (boskie) Potne Cor Draconis. Ranga: boska. Zawiera Smoczy Diament klasy rzadka do legendarna o losowym stopniu jakoci. +51634 Cor Rubinum+ (boskie) Potne Cor Draconis. Ranga: boska. Zawiera Smoczy Rubin klasy rzadka do legendarna o losowym stopniu jakoci. +51635 Cor Jadeit+ (boskie) Potne Cor Draconis. Ranga: boska. Zawiera Smoczy Jadeit klasy rzadka do legendarna o losowym stopniu jakoci. +51636 Cor Saphirum+ (boskie) Potne Cor Draconis. Ranga: boska. Zawiera Smoczy Szafir klasy rzadka do legendarna o losowym stopniu jakoci. +51637 Cor Granatum+ (boskie) Potne Cor Draconis. Ranga: boska. Zawiera Smoczy Granat klasy rzadka do legendarna o losowym stopniu jakoci. +51638 Cor Atrum+ (boskie) Potne Cor Draconis. Ranga: boska. Zawiera Smoczy Onyks klasy rzadka do legendarna o losowym stopniu jakoci. +51639 Smocza Skrzynia Lazurowa skrzynia zawiera jedenacie zwyczajnych Cor Draconis. +51640 Smocza Skrzynia+ Lazurowa skrzynia zawiera jedenacie potnych Cor Draconis rangi "zwyczajna" oraz Zielon Smocz Fasol. +51641 Smocza Skrzynia+ (kol.) Lazurowa skrzynia zawiera potne Cor Draconis w kadym kolorze rangi "zwyczajna" oraz Zielon Smocz Fasol. +51642 Smocza Skrzynia (kol.) Lazurowa skrzynia zawiera zwyczajne Cor Draconis w kadym kolorze oraz Zielon Smocz Fasol. +51643 Szlach. Smocza Skrzynia Lazurowa skrzynia zawiera jedenacie szlachetnych Cor Draconis. +51644 Szlach. Smocza Skrzynia+ Lazurowa skrzynia zawiera jedenacie potnych Cor Draconis rangi "szlachetna" oraz Zielon Smocz Fasol. +51645 Szlach.Sm. Skrz.+ (kol.) Lazurowe skrzynia zawiera potne Cor Draconis w kadym kolorze rangi "szlachetna" oraz Zielon Smocz Fasol. +51646 Szlach.Sm. Skrz. (kol.) Lazurowa skrzynia zawiera szlachetne Cor Draconis w kadym kolorze oraz Zielon Smocz Fasol. +52001 Mody Dzik (Piecz) Piecz ta przywouje Modego Dzika, ktry, po przejciu szkolenia bojowego, nadaje swojemu jedcowi maks. 5% siy w walce z potworami. +52002 Mody Dzik (Piecz) Piecz ta przywouje Modego Dzika, ktry, po przejciu szkolenia bojowego, przynosi swojemu jedcowi maks. 5% dodatkowych PD. +52003 Mody Dzik (Piecz) Piecz ta przywouje Modego Dzika, ktry, po przejciu szkolenia bojowego, podwysza P swojego jedca o maks. 500. +52004 Mody Dzik (Piecz) Piecz ta przywouje Modego Dzika, ktry, po przejciu szkolenia bojowego, podwysza obron swojego jedca o maks. 150. +52005 Mody Dzik (Piecz) Piecz ta przywouje Modego Dzika, ktry, po przejciu szkolenia bojowego, podwysza atak swojego jedca o maks. 100. +52006 Dziki Dzik (Piecz) Piecz ta przywouje Dzikiego Dzika, ktry nadaje swojemu jedcowi +3% siy w walce z potworami. +52007 Dziki Dzik (Piecz) Piecz ta przywouje Dzikiego Dzika, ktry przynosi swojemu jedcowi +3% dowiadczenia. +52008 Dziki Dzik (Piecz) Piecz ta przywouje Dzikiego Dzika, ktry podwysza P swojego jedca o 250. +52009 Dziki Dzik (Piecz) Piecz ta przywouje Dzikiego Dzika, ktry podwysza obron swojego jedca o 50. +52010 Dziki Dzik (Piecz) Piecz ta przywouje Dzikiego Dzika, ktry podwysza atak swojego jedca o 30. +52011 Dzielny Dzik (Piecz) Piecz ta przywouje Dzielnego Dzika, ktry nadaje swojemu jedcowi +5% siy w walce z potworami. +52012 Dzielny Dzik (Piecz) Piecz ta przywouje Dzielnego Dzika, ktry przynosi swojemu jedcowi +5% dowiadczenia. +52013 Dzielny Dzik (Piecz) Piecz ta przywouje Dzielnego Dzika, ktry podwysza P swojego jedca o 500. +52014 Dzielny Dzik (Piecz) Piecz ta przywouje Dzielnego Dzika, ktry podwysza obron swojego jedca o 150. +52015 Dzielny Dzik (Piecz) Piecz ta przywouje Dzielnego Dzika, ktry podwysza atak swojego jedca o 100. +52016 Mody Wilk (Piecz) Piecz ta przywouje Modego Wilka, ktry, po przejciu szkolenia bojowego, nadaje swojemu jedcowi maks. 5% siy w walce z potworami. +52017 Mody Wilk (Piecz) Piecz ta przywouje Modego Wilka, ktry, po przejciu szkolenia bojowego, przynosi swojemu jedcowi maks. 5% dodatkowych PD. +52018 Mody Wilk (Piecz) Piecz ta przywouje Modego Wilka, ktry, po przejciu szkolenia bojowego, podwysza P swojego jedca o maks. 500. +52019 Mody Wilk (Piecz) Piecz ta przywouje Modego Wilka, ktry, po przejciu szkolenia bojowego, podwysza obron swojego jedca o maks. 150. +52020 Mody Wilk (Piecz) Piecz ta przywouje Modego Wilka, ktry, po przejciu szkolenia bojowego, podwysza atak swojego jedca o maks. 100. +52021 Dziki Wilk (Piecz) Piecz ta przywouje Dzikiego Wilka, ktry nadaje swojemu jedcowi +3% siy w walce z potworami. +52022 Dziki Wilk (Piecz) Piecz ta przywouje Dzikiego Wilka, ktry przynosi swojemu jedcowi +3% dowiadczenia. +52023 Dziki Wilk (Piecz) Piecz ta przywouje Dzikiego Wilka, ktry podwysza P swojego jedca o 250. +52024 Dziki Wilk (Piecz) Piecz ta przywouje Dzikiego Wilka, ktry podwysza obron swojego jedca o 50. +52025 Dziki Wilk (Piecz) Piecz ta przywouje Dzikiego Wilka, ktry podwysza atak swojego jedca o 30. +52026 Dzielny Wilk (Piecz) Piecz ta przywouje Dzielnego Wilka, ktry nadaje swojemu jedcowi +5% siy w walce z potworami. +52027 Dzielny Wilk (Piecz) Piecz ta przywouje Dzielnego Wilka, ktry przynosi swojemu jedcowi +5% dowiadczenia. +52028 Dzielny Wilk (Piecz) Piecz ta przywouje Dzielnego Wilka, ktry podwysza P swojego jedca o 500. +52029 Dzielny Wilk (Piecz) Piecz ta przywouje Dzielnego Wilka, ktry podwysza obron swojego jedca o 150. +52030 Dzielny Wilk (Piecz) Piecz ta przywouje Dzielnego Wilka, ktry podwysza atak swojego jedca o 100. +52031 Mody Lew (Piecz) Piecz ta przywouje Modego Lwa, ktry, po przejciu szkolenia bojowego, nadaje swojemu jedcowi maks. 5% siy w walce z potworami. +52032 Mody Lew (Piecz) Piecz ta przywouje Modego Lwa, ktry, po przejciu szkolenia bojowego, przynosi swojemu jedcowi maks. 5% dodatkowych PD. +52033 Mody Lew (Piecz) Piecz ta przywouje Modego Lwa, ktry, po przejciu szkolenia bojowego, podwysza P swojego jedca o maks. 500. +52034 Mody Lew (Piecz) Piecz ta przywouje Modego Lwa, ktry, po przejciu szkolenia bojowego, podwysza obron swojego jedca o maks. 150. +52035 Mody Lew (Piecz) Piecz ta przywouje Modego Lwa, ktry, po przejciu szkolenia bojowego, podwysza atak swojego jedca o maks. 100. +52036 Dziki Lew (Piecz) Piecz ta przywouje Dzikiego Lwa, ktry nadaje swojemu jedcowi +3% siy w walce z potworami. +52037 Dziki Lew (Piecz) Piecz ta przywouje Dzikiego Lwa, ktry przynosi swojemu jedcowi +3% dowiadczenia. +52038 Dziki Lew (Piecz) Piecz ta przywouje Dzikiego Lwa, ktry podwysza P swojego jedca o 250. +52039 Dziki Lew (Piecz) Piecz ta przywouje Dzikiego Lwa, ktry podwysza obron swojego jedca o 50. +52040 Dziki Lew (Piecz) Piecz ta przywouje Dzikiego Lwa, ktry podwysza atak swojego jedca o 30. +52041 Dzielny Lew (Piecz) Piecz ta przywouje Dzielnego Lwa, ktry nadaje swojemu jedcowi +5% siy w walce z potworami. +52042 Dzielny Lew (Piecz) Piecz ta przywouje Dzielnego Lwa, ktry przynosi swojemu jedcowi +5% dowiadczenia. +52043 Dzielny Lew (Piecz) Piecz ta przywouje Dzielnego Lwa, ktry podwysza P swojego jedca o 500. +52044 Dzielny Lew (Piecz) Piecz ta przywouje Dzielnego Lwa, ktry podwysza obron swojego jedca o 150. +52045 Dzielny Lew (Piecz) Piecz ta przywouje Dzielnego Lwa, ktry podwysza atak swojego jedca o 100. +52046 Mody Tygrys (Piecz) Piecz ta przywouje Modego Tygrysa, ktry, po przejciu szkolenia bojowego, nadaje swojemu jedcowi maks. 5% siy w walce z potworami. +52047 Mody Tygrys (Piecz) Piecz ta przywouje Modego Tygrysa, ktry, po przejciu szkolenia bojowego, przynosi swojemu jedcowi maks. 5% dodatkowych PD. +52048 Mody Tygrys (Piecz) Piecz ta przywouje Modego Tygrysa, ktry, po przejciu szkolenia bojowego, podwysza P swojego jedca o maks. 500. +52049 Mody Tygrys (Piecz) Piecz ta przywouje Modego Tygrysa, ktry, po przejciu szkolenia bojowego, podwysza obron swojego jedca o maks. 150. +52050 Mody Tygrys (Piecz) Piecz ta przywouje Modego Tygrysa, ktry, po przejciu szkolenia bojowego, podwysza atak swojego jedca o maks. 100. +52051 Dziki Tygrys (Piecz) Piecz ta przywouje Dzikiego Tygrysa, ktry nadaje swojemu jedcowi +3% siy w walce z potworami. +52052 Dziki Tygrys (Piecz) Piecz ta przywouje Dzikiego Tygrysa, ktry przynosi swojemu jedcowi +3% dowiadczenia. +52053 Dziki Tygrys (Piecz) Piecz ta przywouje Dzikiego Tygrysa, ktry podwysza P swojego jedca o 250. +52054 Dziki Tygrys (Piecz) Piecz ta przywouje Dzikiego Tygrysa, ktry podwysza obron swojego jedca o 50. +52055 Dziki Tygrys (Piecz) Piecz ta przywouje Dzikiego Tygrysa, ktry podwysza atak swojego jedca o 30. +52056 Dzielny Tygrys (Piecz) Piecz ta przywouje Dzielnego Tygrysa, ktry nadaje swojemu jedcowi +5% siy w walce z potworami. +52057 Dzielny Tygrys (Piecz) Piecz ta przywouje Dzielnego Tygrysa, ktry przynosi swojemu jedcowi +5% dowiadczenia. +52058 Dzielny Tygrys (Piecz) Piecz ta przywouje Dzielnego Tygrysa, ktry podwysza P swojego jedca o 500. +52059 Dzielny Tygrys (Piecz) Piecz ta przywouje Dzielnego Tygrysa, ktry podwysza obron swojego jedca o 150. +52060 Dzielny Tygrys (Piecz) Piecz ta przywouje Dzielnego Tygrysa, ktry podwysza atak swojego jedca o 100. +52061 Piecz Modego Renifera Piecz ta przywouje Modego Renifera (m), ktry, po przejciu szkolenia bojowego, nadaje swojemu jedcowi maks. 5% siy w walce z potworami. +52062 Piecz Modego Renifera Piecz ta przywouje Modego Renifera (m), ktry, po przejciu szkolenia bojowego, przynosi swojemu jedcowi maks. 5% dodatkowych PD. +52063 Piecz Modego Renifera Piecz ta przywouje Modego Renifera (m), ktry, po przejciu szkolenia bojowego, podwysza P swojego jedca o maks. 500. +52064 Piecz Modego Renifera Piecz ta przywouje Modego Renifera (m), ktry, po przejciu szkolenia bojowego, podwysza obron swojego jedca o maks. 150. +52065 Piecz Modego Renifera Piecz ta przywouje Modego Renifera (m), ktry, po przejciu szkolenia bojowego, podwysza atak swojego jedca o maks. 100. +52066 Piecz. Dzikiego Renifera Piecz ta przywouje twojego Dzikiego Renifera (m), ktry dodaje swojemu jedcowi +3% siy przeciwko potworom. +52067 Piecz. Dzikiego Renifera Piecz ta przywouje twojego Dzikiego Renifera (m), ktry zwiksza zysk dowiadczenia o 3%. +52068 Piecz. Dzikiego Renifera Piecz ta przywouje Dzikiego Renifera (m), ktry podwysza P swojego jedca o 250. +52069 Piecz. Dzikiego Renifera Piecz ta przywouje Dzikiego Renifera (m), ktry podwysza obron swojego jedca o 50. +52070 Piecz. Dzikiego Renifera Piecz ta przywouje Dzikiego Renifera (m), ktry podwysza atak swojego jedca o 30. +52071 Piecz. Dziel. Renifera Piecz ta przywouje twojego Dzielnego Renifera (m), ktry dodaje swojemu jedcowi +5% siy przeciwko potworom. +52072 Piecz. Dziel. Renifera Piecz ta przywouje twojego Dzielnego Renifera (m), ktry zwiksza zysk dowiadczenia o 3%. +52073 Piecz. Dziel. Renifera Piecz ta przywouje Dzielnego Renifera (m), ktry podwysza P swojego jedca o 500. +52074 Piecz. Dziel. Renifera Piecz ta przywouje Dzielnego Renifera (m), ktry podwysza obron swojego jedca o 150. +52075 Piecz. Dziel. Renifera Piecz ta przywouje Dzielnego Renifera (m), ktry podwysza atak swojego jedca o 100. +52076 Piecz Modego Renifera Piecz ta przywouje Modego Renifera (), ktry, po przejciu szkolenia bojowego, nadaje swojemu jedcowi maks. 5% siy w walce z potworami. +52077 Piecz Modego Renifera Piecz ta przywouje Modego Renifera (), ktry, po przejciu szkolenia bojowego, przynosi swojemu jedcowi maks. 5% dodatkowych PD. +52078 Piecz Modego Renifera Piecz ta przywouje Modego Renifera (), ktry, po przejciu szkolenia bojowego, podwysza P swojego jedca o maks. 500. +52079 Piecz Modego Renifera Piecz ta przywouje Modego Renifera (), ktry, po przejciu szkolenia bojowego, podwysza obron swojego jedca o maks. 150. +52080 Piecz Modego Renifera Piecz ta przywouje Modego Renifera (), ktry, po przejciu szkolenia bojowego, podwysza atak swojego jedca o maks. 100. +52081 Piecz. Dzikiego Renifera Piecz ta przywouje twojego Dzikiego Renifera (), ktry dodaje swojemu jedcowi +3% siy przeciwko potworom. +52082 Piecz. Dzikiego Renifera Piecz ta przywouje Dzikiego Renifera (), ktry przynosi swojemu jedcowi +3% dowiadczenia. +52083 Piecz. Dzikiego Renifera Piecz ta przywouje Dzikiego Renifera (), ktry podwysza P swojego jedca o 250. +52084 Piecz. Dzikiego Renifera Piecz ta przywouje Dzikiego Renifera (), ktry podwysza obron swojego jedca o 50. +52085 Piecz. Dzikiego Renifera Piecz ta przywouje Dzikiego Renifera (), ktry podwysza atak swojego jedca o 30. +52086 Piecz. Dzieln. Renifera Piecz ta przywouje twojego Dzielnego Renifera (), ktry dodaje swojemu jedcowi +5% siy przeciwko potworom. +52087 Piecz. Dzieln. Renifera Piecz ta przywouje Dzielnego Renifera (), ktry przynosi swojemu jedcowi +5% dowiadczenia. +52088 Piecz. Dzieln. Renifera Piecz ta przywouje Dzielnego Renifera (), ktry podwysza P swojego jedca o 500. +52089 Piecz. Dzieln. Renifera Piecz ta przywouje Dzielnego Renifera (), ktry podwysza obron swojego jedca o 150. +52090 Piecz. Dzieln. Renifera Piecz ta przywouje Dzielnego Renifera (), ktry podwysza atak swojego jedca o 100. +52091 Piecz Modego Dragora Piecz ta przywouje Modego Dragora. Po przejciu szkolenia bojowego daje on swojemu wacicielowi do 5% siy przeciwko potworom. +52092 Piecz Modego Dragora Piecz ta przywouje Modego Dragora. Po przejciu szkolenia bojowego daje on swojemu wacicielowi do 5% wicej dowiadczenia. +52093 Piecz Modego Dragora Piecz ta przywouje Modego Dragora. Po przejciu szkolenia bojowego zwiksza on P swojego waciciela o maks. 500. +52094 Piecz Modego Dragora Piecz ta przywouje Modego Dragora. Po przejciu szkolenia bojowego podnosi on obron swojego waciciela o maks. 150. +52095 Piecz Modego Dragora Piecz ta przywouje Modego Dragora. Po przejciu szkolenia bojowego podnosi on atak swojego waciciela o maks. 100. +52096 Piecz Dzikiego Dragora Piecz ta przywouje Dzikiego Dragora. Dodaje on swojemu wacicielowi +3% do siy przeciwko potworom. +52097 Piecz Dzikiego Dragora Piecz ta przywouje Dzikiego Dragora. Dodaje on swojemu wacicielowi +3% do zebranego dowiadczenia. +52098 Piecz Dzikiego Dragora Piecz ta przywouje Dzikiego Dragora. Dodaje on swojemu wacicielowi +250 do P. +52099 Piecz Dzikiego Dragora Piecz ta przywouje Dzikiego Dragora. Dodaje on swojemu wacicielowi +50 do obrony. +52100 Piecz Dzikiego Dragora Piecz ta przywouje Dzikiego Dragora. Dodaje on swojemu wacicielowi +30 do ataku. +52101 Piecz miaego Dragora Piecz ta przywouje miaego Dragora. Dodaje on swojemu wacicielowi +5% do siy przeciwko potworom. +52102 Piecz miaego Dragora Piecz ta przywouje miaego Dragora. Dodaje on swojemu wacicielowi +5% do zebranego dowiadczenia. +52103 Piecz miaego Dragora Piecz ta przywouje miaego Dragora. Dodaje on swojemu wacicielowi +500 do P. +52104 Piecz miaego Dragora Piecz ta przywouje miaego Dragora. Dodaje on swojemu wacicielowi 150 do obrony. +52105 Piecz miaego Dragora Piecz ta przywouje miaego Dragora. Dodaje on swojemu wacicielowi 100 do ataku. +52106 Mody Moa (piecz) Piecz ta przywouje Modego Mo, ktry po przejciu szkolenia bojowego nadaje swojemu jedcowi maks. +5% siy w walce z potworami. +52107 Mody Moa (piecz) Piecz ta przywouje Modego Mo, ktry po przejciu szkolenia bojowego zwiksza zbierane PD o maks. 5%. +52108 Mody Moa (piecz) Piecz ta przywouje Modego Mo, ktry po przejciu szkolenia bojowego nadaje swojemu jedcowi maks. +500 P. +52109 Mody Moa (piecz) Piecz ta przywouje Modego Mo, ktry po przejciu szkolenia bojowego nadaje swojemu jedcowi maks. +150 do obrony. +52110 Mody Moa (piecz) Piecz ta przywouje Modego Mo, ktry po przejciu szkolenia bojowego nadaje swojemu jedcowi maks. +100 do ataku. +52111 Dziki Moa (piecz) Piecz ta przywouje Dzikiego Mo, ktry nadaje swojemu jedcowi +3% siy w walce z potworami. +52112 Dziki Moa (piecz) Piecz ta przywouje Dzikiego Mo, ktry zwiksza zbierane dowiadczenie o 3%. +52113 Dziki Moa (piecz) Piecz ta przywouje Dzikiego Mo, ktry nadaje swojemu jedcowi +250 P. +52114 Dziki Moa (piecz) Piecz ta przywouje Dzikiego Mo, ktry nadaje swojemu jedcowi +50 do obrony. +52115 Dziki Moa (piecz) Piecz ta przywouje Dzikiego Mo, ktry nadaje swojemu jedcowi +30 do ataku. +52116 Chrobry Moa (piecz) Piecz ta przywouje Chrobrego Mo, ktry nadaje swojemu jedcowi +5% siy w walce z potworami. +52117 Chrobry Moa (piecz) Piecz ta przywouje Chrobrego Mo, ktry zwiksza zbierane dowiadczenie o 5%. +52118 Chrobry Moa (piecz) Piecz ta przywouje Chrobrego Mo, ktry nadaje swojemu jedcowi +500 P. +52119 Chrobry Moa (piecz) Piecz ta przywouje Chrobrego Mo, ktry nadaje swojemu jedcowi +150 do obrony. +52120 Chrobry Moa (piecz) Piecz ta przywouje Chrobrego Mo, ktry nadaje swojemu jedcowi +100 do ataku. +52701 wiadectwo Lwa wiadectwo posiadania Modego Lwa +52702 wiadectwo Tygrysa wiadectwo posiadania Modego Tygrysa +52703 wiadectwo Dzika wiadectwo posiadania Modego Dzika +52704 wiadectwo Wilka wiadectwo posiadania Modego Wilka +52705 wiadectwo Renifera (m) wiadectwo posiadania Modego Renifera (m) +52706 wiadectwo Renifera () wiadectwo posiadania Modego Renifera () +52707 Certyfikat Dragora Certyfikat posiadania Modego Dragora +52708 wiadectwo Moy Ten dokument stanowi dowd na to, e jeste teraz wacicielem Modego Moy. +53001 +53002 Piecz Reniferka Za pomoc tej pieczci moesz przywoa Reniferka. +53003 Piecz Lodowego Feniksa Za pomoc tej pieczci moesz przywoa swojego przyjaciela, Lodowego Feniksa. +53005 Azraelu Mini-wersja wadcy demonw wymaga wyjtkowo duo mioci, a w zamian da Ci od 2. poziomu Wiey Demonw oraz Diabelskich Katakumb bonus w postaci 1500 P oraz +15 % do zadawanych obrae. +53006 Azraelu (zoty) Mini-wersja wadcy demonw wymaga wyjtkowo duo mioci, a w zamian da ci od 2. poziomu Wiey Demonw oraz 2. poziomu Diabelskich Katakumb bonus w postaci 1500 P oraz +15% do zadawanych obrae. +53007 Piecz Bambi Za pomoc tej pieczci moesz przywoa renifera Bambi. +53008 Knuud (Piecz) Za pomoc tej pieczci moesz przywoa licznego polarnego niedwiadka. +53009 Bao Bao (Piecz) Za pomoc tej pieczci moesz przywoa liczniutk pand. +53010 Piecz Leonidasa Za pomoc tej pieczci moesz przywoa lwa Leonidasa. +53011 Piecz Khana Za pomoc tej pieczci moesz przywoa tygrysa Khana. +53012 Piecz Boczusia Za pomoc tej pieczci moesz przywoa warchlaka Boczusia. +53013 Piecz Rufusa Za pomoc tej pieczci moesz przywoa wilka Rufusa. +53014 Piecz Kata Piecz ta przywouje grubiutkiego kata w czarnej zbroi. +53015 Piecz Kata (zota) Piecz ta przywouje grubiutkiego kata w zotej zbroi. +53016 Piecz Kostka Piecz ta przywouje twojego kocianego pupila Kostka. +53017 Piecz Feniksa Jadeitu Ta piecz przywouje uroczego Feniksa Jadeitu. +53018 nieny Leonidas(piecz.) Dziki tej pieczci moesz przywoa swojego zwierzaka. +53019 Arktyczny Khan (piecz) Dziki tej pieczci moesz przywoa swojego zwierzaka. +53020 Polarny Boczu (piecz) Dziki tej pieczci moesz przywoa swojego zwierzaka. +53021 Mrony Rufus (piecz) Dziki tej pieczci moesz przywoa swojego zwierzaka. +53022 Piecz Sheldona Dziki tej pieczci z jaja wykluje si Sheldon. +53023 Piecz Coopera Dziki tej pieczci przywdruje do ciebie Cooper. +53024 Panterka (7 dni) Piecz ta przywouje czarn ma panterk. +53025 Leopardzik (7 dni) Piecz ta przywouje sodkiego maego leoparda. +53026 +53218 Panterka (30 dni) Piecz ta przywouje czarn ma panterk. +53219 Panterka (120 dni) Piecz ta przywouje czarn ma panterk. +53220 Leopardzik (30 dni) Piecz ta przywouje sodkiego maego leoparda. +53221 Leopardzik (120 dni) Piecz ta przywouje sodkiego maego leoparda. +53222 Piecz Dyniowej Gwki Za pomoc tej pieczci przywoujesz swoj Dyniow Gwk. +53223 Piecz Maej Mioteki Za pomoc tej pieczci przywoujesz swoj Ma Miotek. +53224 Patkowa Piecz Za pomoc tej pieczci przywoujesz Patek niegu, rozkosznego bawanka. +53225 Dzwoneczkowa Piecz Za pomoc tej pieczci przywoujesz Dzwoneczka, rozkosznego bawanka. +53226 Cupido (piecz) Za pomoc tej pieczci przywoujesz swj osobisty talizman szczcia. Obdarza ci on o 5% wysz szans na przeszywajce ciosy i podnosi twoje P o 1500 pkt. +53227 Gniewne Serce (piecz) Za pomoc tej pieczci przywoujesz Gniewne Serce. Obdarza ci ono o 5% wysz szans na trafienia krytyczne i podnosi twoje P o 1500 pkt. +53228 Sierp (Piecz) Za pomoc tej pieczci przywoujesz swj niebieski sierp. +53229 Sierp (Piecz) Za pomoc tej pieczci przywoujesz swj czerwony sierp. +53232 Huashinek Mini-wersja Generaa Huashina daje ci o 5% wysze szanse na zadanie przeszywajcego ciosu i podwysza twoje P o 1500. +53501 +53502 Skrzynia Reniferka W tej skrzyni wierci si may Reniferek i czeka, aby go wypuci. +53503 Klatka Lodowego Feniksa W klatce tej czeka Lodowy Feniks, aby go wypuci. +53504 +53505 Skrzynia Azraelusia W skrzyni tej skrywa si Azraelu, czyli wadca demonw w miniaturce, i czeka tylko na to, by go wypuci. +53506 Skrz. Azraelusia (zota) W skrzyni tej skrywa si Azraelu (zoty), czyli wadca demonw w miniaturce, i czeka tylko na to, by go wypuci. +53507 Skrzynia Bambi We wntrzu tej skrzyni czeka na ciebie may reniferek Bambi. +53508 Skrzynia Knuuda We wntrzu tej skrzyni czeka na ciebie sodki niedwiadek polarny Knuud. +53509 Skrzynia Bao Bao We wntrzu tej skrzyni czeka na ciebie may niedwiadek Panda Bao Bao. +53510 Skrzynia Leonidasa We wntrzu tej skrzyni czeka na ciebie may lew Leonidas. +53511 Skrzynia Khana We wntrzu tej skrzyni czeka na ciebie may tygrysek Khan. +53512 Skrzynia Boczusia We wntrzu tej skrzyni czeka na ciebie may prosiaczek Boczu. +53513 Skrzynia Rufusa We wntrzu tej skrzyni czeka na ciebie may wilk Rufus. +53514 Skrzynia Kata We wntrzu tej skrzyni czeka na ciebie grubiutki kat w czarnej zbroi. +53515 Skrzynia Kata (zota) We wntrzu tej skrzyni czeka na ciebie grubiutki kat w zotej zbroi. +53516 Trupia Skrzynia Zawiera losowy przedmiot. Przy odrobinie szczcia znajdziesz tam kocianego pupila, ktry wabi si Kostek. +53517 Jadeitowa Klatka W tej klatce czeka na uwolnienie przez ciebie rzadki Feniks Jadeitu. +53518 nieny Leonidas W tej skrzyni znajduje si piecz nienego Leonidasa. +53519 Arktyczny Khan W tej skrzyni znajduje si piecz Arktycznego Khana. +53520 Polarny Boczu W tej skrzyni znajduje si piecz Polarnego Boczusia. +53521 Mrony Rufus W tej skrzyni znajduje si piecz Mronego Rufusa. +53522 Gniazdo Sheldona W tym gniedzie ukrywa si Sheldon. +53523 Zajcza Klatka W tej klatce ukrywa si may zajc Cooper. +53526 +53527 Klatka Dyniowej Gwki Otwrz t klatk, by otrzyma piecz Dyniowej Gwki. +53528 Komrka na Mioty Otwrz j, by otrzyma piecz Maej Mioteki. +53529 Skrzynka Patka niegu W tej skrzynce skrywa si Patek niegu, twj may, wierny towarzysz. Cho sam preferuje zimno, z pewnoci zagrzeje twoje serce. +53530 Skrzynka Dzwoneczka W tej skrzynce skrywa si Dzwoneczek, twj may, wierny towarzysz. Pozwl opuci mu t zimn kryjwk i ciesz si jego pogodnym usposobieniem. +53531 Skrzynia Cupido Otwrz t skrzyni, a u twego boku pojawi si Cupido - may boek mioci. +53532 Skrzynia Gniewnego Serca Otwrz t skrzyni, a odkryjesz w nim serce. Ale ostronie! Wyzwoli ono w tobie nieobliczalne moce. +53533 Skrzynia Sierpu W tej skrzyni skrywa si Niebieski Sierp. +53534 Skrzynia Sierpu W tej skrzyni skrywa si Czerwony Sierp. +53535 Skrzynia Huashinka W tej skrzyni skrywa si miniaturowa wersja Generaa Huashina. +54041 +54042 +54043 Skrzynia Ucznia I Twj prezent powitalny zawiera podstawowe wyposaenie na rozpoczcia przygd. +60001 Substancja wspomagajca soki trawienne. +60002 Rekomend. Od Dozorcy Nieczytelna notatka napisana przez Dozorc na starym pergaminie. +60003 Heroiczny Symbol Przedmiot, ktry uznawany jest za symbol prawdziwej odwagi. +70002 Trzecia Rka Rka, ktra automatycznie podnosi Yang. +70003 Ksika Lidera Kiedy przedmiot ten noszony jest przez lidera grupy, Punkty Dowiadczenia zdobywane przez grup s zwikszone o 30%. +70004 Medal Za Pracowito Nagroda dla ciko pracujcego. Otrzymujesz 20% wicej punktw dowiadczenia w walce. +70005 Piercie Dowiadczenia Kiepsko wygldajcy piercie noszony przez staroytnych bohaterw. Zdobywasz wicej punktw dowiadczenia kiedy go uywasz. | Nie moe by zdjty. +70006 Piercie Jzyka Staroytny piercie, ktry zosta wykuty dla dyplomatw. Dziki niemu moesz porozumiewa si z osobami z innych krlestw. +70008 Biaa Flaga Sygnalizuje poddanie si. +70009 Szkatuka Bogato zdobiona Szkatuka. Moe zosta otworzona tylko przy uyciu specjalnego klucza. +70010 Bilet Do Magazynu Dokument, ktry pomaga lepiej zaprojektowa pomieszczenia magazynu. +70012 za Bogini Istnieje opowie mwica o tym, e stare kobiety Szamanki pocieszay dusze bohaterw Taehwas, ktre walczyy przeciwko zu. +70013 Olbrz. za Bogini za staroytnej tancerki Tae-Hwa pociesza dusz wojownika. +70014 Piguka Krwi Piguka zrobiona z martwej krwi. Ma zdolnoci halucynogenne. +70015 Tania Szczotka Powszechnie stosowana solidna szczotka z drewnianym uchwytem. +70020 Wino z Kwiatu Brzoskwini Mikstura, ktra natychmiast regeneruje 500 Punktw ycia. +70024 Marmur Bogosawiestwa Legendarny, bogosawiony marmur. Jeeli przedmiot ma 4 atrybuty, dodaje kolejny atrybut. +70027 Notatka Kowala Notatka Kowala pokazujca jak ulepsza bronie. +70031 Broszura Szermierki Ta broszura zawiera informacje o potencjale i sabociach ludzkiej anatomii. +70035 Magiczna Ruda Miedzi Jeli uyjesz go na ulepszonym Zwoju Bogosawiestwa, moesz stworzy Zwj Bogosawiestwa Boga Wojny. +70037 Ksiga Zapomnienia Legendarna ksika, ktra usuwa z pamici nauczon umiejtno cakowicie. Moesz przenie jeden punkt umiejtnoci. +70038 Peleryna Mstwa Staroytni wojownicy okazywali swoje mstwo poprzez noszenie kolorowych peleryn. By to sposb na zwabienie wszystkich potworw z okolicy. +70039 Podrcznik Kowala Ksiga zawiera dusz starego kowala. Jeli jej uyjesz, zwikszy to szans na pomylne ulepszenie przedmiotu. +70040 Uparto Orkw Zmniejsza zuycie Wytrzymaoci o poow. +70043 Rkawica Zodzieja Podwaja szans na wypadnicie przedmiotu. +70047 Piercie Jz.(Przykad) Niegdy piercie ten zosta wyprodukowany dla krgw dyplomatycznych. Dziki niemu mona rozmawia w jzyku innych krlestw. +70048 Paszcz Uciekiniera Bezcenna peleryna uywana przez wielu uciekinierw. Gdy j zaoysz, twoja ranga zostanie ukryta. +70049 Piercie Lucy Grawerunek na piercieniu gosi: "Niech bogosawi Ci Bg Smokw". Piercie ten obnia ryzyku utracenia przedmiotu w walce. +70050 Symb. Krla Przepowiedni Dziedziczony symbol staroytnej krlewskiej rodziny, ktry daje wacicielowi wielk moc. +70051 Rkawica Krla Przepow. Dziedziczony symbol staroytnej krlewskiej rodziny, ktry daje wacicielowi tajemnicz moc. +70052 Amulet Karmy 1 Talizman uywany przez Buddystw do ochrony przez pechem. +70053 Amulet Karmy 2 Talizman uywany przez Buddystw do ochrony przez pechem. +70054 Amulet Karmy 3 Talizman uywany przez Buddystw do ochrony przez pechem. +70056 Sok z Owocu Granatu+ Napj, ktry natychmiastowo regeneruje 1000 P +70057 Peleryna Mstwa Za pomoc tej peleryny wojownicy niegdy dowodzili swej odwagi, poniewa jej jaskrawe kolory zwabiaj wszystkie potwory z okolic. Przedmiot ten jest zdatny do handlu. +70058 Piercie Teleportacji Piercie ten teleportuje Ci 50 razy do wybranego przez Ciebie miejsca wewntrz Twojego krlestwa. Przedmiot ten jest niezdatny do handlu. +70063 Transformuj kostium Usuwa bonus z jednego z twoich kostiumw i dodaje nowe. Przy odrobinie szczcia zmienia si przy tym ilo bonusw (do maks. 3). +70064 Zaczaruj kostium Usuwa bonus z jednego z twoich kostiumw i dodaje nowe. +70065 Transfer bonusw Przenosi bonusy z jednego kostiumu na drugi. Jeden z tych kostiumw ulega zniszczeniu. +70102 Fasolka Zen Zmniejsza przynaleno do za|Zwiksza przynaleno do dobra +70104 Marmur Polimorfii Moesz zamieni si w potwora ukrytego w marmurze. +70105 Marmur Polimorfii Moesz zamieni si w potwora ukrytego w marmurze. +70106 Marmur Polimorfii Moesz zamieni si w potwora ukrytego w marmurze. +70107 Marmur Polimorfii Moesz zamieni si w potwora ukrytego w marmurze. +70201 Wybielacz Przywraca oryginalny kolor wosw. Takie wosy mog by farbowane. +70202 Biaa Farba Do Wosw Farbuje wosy na biao.|Moesz farbowa wosy raz na 3 poziomy. +70203 Blond Farba Do Wosw Farbuje wosy na blond.|Moesz farbowa wosy raz na 3 poziomy. +70204 Czerw. Farba Do Wosw Farbuje wosy na czerwono.|Moesz farbowa wosy raz na 3 poziomy. +70205 Brzowa Farba Do Wosw Farbuje wosy na brzowo.|Moesz farbowa wosy raz na 3 poziomy. +70206 Czarna Farba Do Wosw Farbuje wosy na czarno.|Moesz farbowa wosy raz na 3 poziomy. +70301 Piercionek Zarczynowy Piercionek noszony przez kochankw. +70302 Obrczka lubna Piercionek noszony przez maestwo. +71001 Zwj Egzorcyzmu Uwalnia Ci od kltwy zego ducha. (Brak moliwoci przekazywania!) +71002 Zwj Powrotu Statusu Przedmiot ten umoliwia Ci ponowne wydanie twoich Punktw Statystyk. Tak wic moesz rozwija posta w inny sposb. +71003 Zwj Powrotu Umiejtn. Resetuje Punkty Umiejtnoci. +71004 Medal Smoka Chroni przed utrat Punktw Dowiadczenia po mierci postaci. +71005 Piercie Jzyka Moesz uywa wszystkich imperialnych jzykw przez 7 dni. (Brak moliwoci przekazywania!) +71006 Piercie Jzyka Moesz uywa wszystkich imperialnych jzykw przez 15 dni. (Brak moliwoci przekazywania!) +71007 Piercie Jzyka Moesz uywa wszystkich imperialnych jzykw przez 30 dni. (Brak moliwoci przekazywania!) +71008 Rybie Wntrznoci Szansa na zapanie rzadkiej ryby podwaja si. (Brak moliwoci przekazywania!) +71009 Powikszony Skad Do twojego magazynu zostan dodane dwie dodatkowe zakadki. +71010 Trzecia Rka Rka, ktra automatycznie podnosi Yang. +71011 Maska Uczu Dziki tej masce wreszcie moesz pokaza swoje prawdziwe uczucia. +71012 Ksika Lidera Kiedy przedmiot noszony jest przez lidera grupy, punkty zdobywane przez grup s zwikszone o 30%. (Brak moliwoci przekazywania!) +71013 Fajerwerki Wypeniaj niebo podczas festiwalu. (Brak moliwoci przekazywania!) +71014 Mikstura Ataku +10 Zwiksza twoj Szybko Ataku o 10% na okres 30 minut. +71015 Piercie Dowiadczenia Otrzymujesz w walce 50% wicej Punktw Dowiadczenia. +71016 Rkawica Zodzieja Podwaja na 30 minut szans na zdobycie przedmiotu. +71017 Medal Szczcia Podwaja szans na zdobycie Yang. | Czas trwania 30 minut. (Brak moliwoci przekazywania!) +71018 Bogosawiestwo ycia Bogosawiestwo, ktre natychmiast regeneruje twoje Punkty ycia do 100%. +71019 Bogosawiestwo Magii Natychmiastowo odnawia wszystkie Punkty Energii. +71020 Bogosawiestwo Smoka Bogosawiestwo, ktre natychmiast regeneruje twoje Punkty ycia oraz Punkty Energii do 100%. +71021 Zwj Wojny Zwj do ulepsze pobogosawiony przez Boga Wojny. Gwarantuje pomylne ulepszenie przedmiotu (od +0 do +3). +71022 Powrt - Inteligencja Resetuje Punkty Inteligencji. +71023 Powrt - Witalno Resetuje status Witalnoci. +71024 Powrt - Sia Resetuje status Siy. +71025 Kamie Kowala Dziki temu Kamieniowi i Zwojowi Bogosawiestwa, moesz wytworzy u Kowala Podrcznik Kowala. +71026 Magiczny Metal Metal potrzebny do wytworzenia Zwoju Smoka - wraz ze Zwojem Bogosawiestwa u Kowala. +71027 ycie Boga Smokw Zwiksza ilo Punktw ycia o 20% na okres 30 minut. +71028 Atak Boga Smokw Zwiksza obraenie jakie zadajesz podczas walki o 12-15% przez 30 min. +71029 Inteligencja Boga Smokw Zwiksza ilo Punktw Energii o 20% przez 30 min. +71030 Obrona Boga Smokw Zmniejsza obraenia jakie otrzymujesz podczas walki o 12-15% przez 30 min. +71031 Wsparcie Boga Smokw Witalno, Sia, Inteligencja oraz Zrczno twojej postaci zostan tymczasowo zwikszone piciokrotnie. +71032 Zwj Boga Smokw Zwiksza szans na ulepszenie przedmiotu o 10% i przedmiot nie ulega zniszczeniu gdy ulepszenie zawiedzie. W przypadku niepowodzenia, jako przedmiotu jest redukowana o 1 poziom. +71033 Maska Uczu Dziki tej masce wreszcie moesz pokaza swoje prawdziwe uczucia. +71034 Mikstura Ataku +15 Zwiksza twoj Szybko Ataku o 15% na okres 30 minut. +71035 Eliksir Poszukiwacza Poprawia jako przedmiotw przeznaczonych do bada, co powoduje zwikszenie szansy na ich przyjcie. +71036 Zwj Przyw. - Wdz Orkw Uyj, aby przyzwa Wodza Orkw blisko postaci. Bd ostrony! To BOSS! +71037 Zwj Przyw. - Ezot. W. Uyj, aby przyzwa Ezoterycznego Wadc blisko postaci. Bd ostrony! To BOSS! +71038 Zwj Przyw. - Krl. Paj. Uyj, aby przyzwa Krlow Pajkw blisko postaci. Bd ostrony! To BOSS! +71039 Zwj Przyw. - Pust. w Uyj, aby przyzwa Olbrzymiego Pustynnego wia blisko postaci. Bd ostrony! To BOSS! +71040 Zwj Przyw. - Ogn. Krl Uyj, aby przyzwa Ognistego Krla blisko postaci. Bd ostrony! To BOSS! +71041 Zwj Przyw. - 9 Ogonw Uyj, aby przyzwa Dziewi Ogonw blisko postaci. Bd ostrony! To BOSS! +71042 Zwj Przyw. - Krl Dem. Uyj, aby przyzwa Elitarnego Krla Demonw blisko postaci. Bd ostrony! To BOSS! +71043 Zwj Przyw. - Duch Tygr. Uyj, aby przyzwa Zjaw tego Tygrysa blisko postaci. Bd ostrony! To BOSS! +71044 Do Krytyka Podnosi szans na zadanie krytycznego uderzenia podczas walki o 20% przez 10 minut. +71045 Do Przebicia Podnosi szans na zadanie przeszywajcego uderzenia podczas walki o 20% przez 10 minut. +71047 Olejek Kamienia Dusz Usuwa umieszczony Kamie Duszy z jednego z twoich przedmiotw. +71048 Zaklcie Modyfikacji Zaklcie pozwala zmieni pe twojej postaci. +71049 Szpula Jedwabiu Dziki temu przedmiotowi moesz za darmo otwiera swj Sklep przez 10 dni. +71050 Mikstura Szybkoci Zwiksza Szybko Ruchu o 60 na 30 minut. +71051 Magiczny Przedmiot Dodaje specjalny nowy Bonus do jednego z twoich przedmiotw, jeeli ju go nie posiada. +71052 Bogosaw. Przedmiotu Usuwa specjalny bonus z jednego z twoich przedmiotw i dodaje nowy. +71054 Olejek Wygnania Przedmiot ten umoliwia przeniesienie postaci do innego Krlestwa. Uwaga: za zmian Krlestwa pobierana jest opata w wysokoci 500 000 Yang. +71055 Olejek Nazwy Zmienia nazw gracza. +71056 Olejek Niebios Zwiksza szans na pomylne ulepszenie Kamienia Duszy. +71057 Zwj Przyw. - .S. Drew. Przyzywa y Skamieniaego Drzewa blisko postaci. +71058 Zwj Przyw. - . Miedzi Przyzywa y Miedzi blisko postaci. +71059 Zwj Przyw. - . Srebra Przyzywa y Srebra blisko postaci. +71060 Zwj Przyw. - ya Zota Przyzywa y Zota blisko postaci. +71061 Zwj Przyw. - . Jadeitu Przyzywa y Jadeitu blisko postaci. +71062 Zwj Przyw. - . Ebonitu Przyzywa y Ebonitu blisko postaci. +71063 Zwj Przyw. - S. Muszli Przyzywa Stert Muszli blisko postaci. +71064 Zwj Przyw. - .B. Zota Przyzywa y Biaego Zota blisko postaci. +71065 Zwj Przyw. - . Kryszt. Przyzywa y Krysztau blisko postaci. +71066 Zwj Przyw. - . Amet. Przyzywa y Ametystu blisko postaci. +71067 Zwj Przyw. - .N. ez Przyzywa y Niebiaskich ez blisko postaci. +71068 Piro Ptaka Mioci Kiedy je nosisz, zwikszaj si twoje Punkty Mioci 2x szybciej. +71069 Kolczyki Harmonii Zwikszaj szans maestwa na zadanie Przeszywajcego Uderzenia na 3 godziny maksymalnie o 8%, gdy s noszone przez jednego z partnerw. Efekt przedmiotu zaley od procentu Punktw Mioci. Jeli para posiada np. 50% Punktw Mioci, to maksymalny efekt zmniejsza si o poow. +71070 Bransoleta Mioci Zwiksza ilo otrzymywanych Punktw Dowiadczenia maestwa na 3 godziny maksymalnie o 20%, gdy jest noszona przez jednego z partnerw. Efekt przedmiotu zaley od procentu Punktw Mioci. Jeli para posiada np. 50% Punktw Mioci, to maksymalny efekt zmniejsza si o poow. +71071 Kolczyki Mioci Zwiksza szans maestwa na zadanie ciosw krytycznych na 3 godziny maksymalnie o 8%, gdy s noszone przez jednego z partnerw. Efekt przedmiotu zaley od procentu Punktw Mioci. Jeli para posiada np. 50% Punktw Mioci, to maksymalny efekt zmniejsza si o poow. +71072 Bransoleta Harmonii Zmniejsza si ataku potworw na maestwo przez 3 godziny maksymalnie o 15%, gdy jest noszona przez jednego z partnerw. Efekt przedmiotu zaley od procentu Punktw Mioci. Jeli para posiada np. 50% Punktw Mioci, to maksymalny efekt zmniejsza si o poow. +71073 Naszyjnik Mioci Zwiksza si ataku maestwa na 3 godziny maksymalnie o 40, gdy jest noszony przez jednego z partnerw. Efekt przedmiotu zaley od procentu Punktw Mioci. Jeli para posiada np. 50% Punktw Mioci, to maksymalny efekt zmniejsza si o poow. +71074 Naszyjnik Harmonii Zwiksza si obrony maestwa na 3 godziny maksymalnie o 30, gdy jest noszony przez jednego z partnerw. Efekt przedmiotu zaley od procentu Punktw Mioci. Jeli para posiada np. 50% Punktw Mioci, to maksymalny efekt zmniejsza si o poow. +71075 Farba do Wosw (Biaa) Farbuje wosy na biao. +71076 Farba do Wosw (Blond) Farbuje wosy na blond. +71077 Farba do Wosw (Czerw.) Farbuje wosy na czerwono. +71078 Farba do Wosw (Brz.) Farbuje wosy na brzowo. +71079 Farba do Wosw (Czarna) Farbuje wosy na czarno. +71080 Kamie Metin (Saby) Przyzywa niskiej jakoci Kamie Metin blisko postaci. +71081 Kamie Metin (redni) Przyzywa normalnej jakoci Kamie Metin blisko postaci. +71082 Kamie Metin (Silny) Przyzywa wysokiej jakoci Kamie Metin blisko postaci. +71083 Ksiga Obrbki Kamienia Usuwa zepsuty kamie z kieszeni eby zwolni kiesze przedmiotu. +71084 Zaczarowanie Przedmiotu Usuwa wszystkie bonusy z twojego jednego przedmiotu, po czym dodaje nowe - losowe. Ilo bonusw nie ulega zmianie. +71085 Wzmocnienie Przedmiotu Z odrobin szczcia dodaje do jednego z twoich przedmiotw nowy bonus. (maks. 4 bonusy) +71088 Ksiga Misji (atwa) Ksiga, ktra jest zwizana brzowym skrzanym paskiem. Zawiera misj, ktra moe zosta wykonana nawet przez niedowiadczonego wojownika. +71089 Ksiga Misji (Normalna) Ksiga, ktra jest zwizana brzowym skrzanym paskiem. Zawiera misj, ktra moe zosta wykonana tylko przez dowiadczone osoby. +71090 Ksiga Misji (Trudna) Ksiga, ktra jest zwizana brzowym skrzanym paskiem. Zawiera misj, ktra moe zosta wykonana tylko przez dowiadczonych wojownikw. +71091 Olejek Handlu Moesz wybra kolor szyldu twojego sklepu. +71092 Ksiga Polimorfii Pomylne przeczytanie tej Ksigi pozwala na rozwinicie umiejtnoci Polimorfia. Po przeczytaniu Ksika znika. +71093 Marmur Polimorfii Moesz zamieni si w potwora uywajc marmuru. +71094 Rada Pustelnika Podnosi szans na pomylne przeczytanie nastpnej Ksigi Umiejtnoci (lub Kamienia Duchowego) na 250%. +71095 Przepustka Bilet ten umoliwia dostanie si na nowy poziom w Lochu Pajkw, jak rwnie w Twierdzy Czerwonego Smoka. Wystarczy pokaza go odpowiedniemu stranikowi. +71096 Medal Portalu Ten medal umoliwia Ci przejcie przez wrota. +71099 Piercie Zastpstwa Pozwala liderowi gildii wyznaczy swojego zastpce. +71100 Zwj Zmiany Profesji Przedmiot ten umoliwia wybranie innej profesji postaci. Aby mc skorzysta z tego przedmiotu, twoja posta musi mie co najmniej 31. poziom. +71101 Mikstura Popiechu Ta mikstura zwiksza Szybko Regeneracji Zaklcia o 20 procent na okres 30 minut. +71102 +71103 Zwj Redystrybucji (WIT) Ustawia Punkty Witalnoci na 1 i pozwala Ci ponownie rozda punkty. +71104 Zwj Redystrybucji (INT) Ustawia Punkty Inteligencji na 1 i pozwala Ci ponownie rozda punkty. +71105 Zwj Redystrybucji (SI) Ustawia Punkty Siy na 1 i pozwala Ci ponownie rozda punkty. +71106 Zwj Redystrybucji (ZR) Resetuje twoje punkty Zrcznoci do 1 oraz pozwala na ich ponowne rozdanie. +71107 Owoc ycia Zwiksza Punkty Rangi o 2000 punktw (czas regeneracji: 8 godzin). +71108 Sok z Owocu Granatu Napj, ktry natychmiastowo regeneruje 800 P. Mona nim handlowa. +71109 Zwj Korekcji Zwj ten umoliwia usunicie ostatnio pomylnie dodanego Kamienia Duszy ze wskazanego przedmiotu. +71110 Cukier dla Konia Ten Cukier pozwala nazwa twojego konia. Dodatkowo, zwiksza jego poziom obrony. +71113 Szko Intuicji Pozwala Ci na pokazanie innemu graczowi przedmiotu z twojego ekwipunku. Podczas tego procesu, Szko ulega zniszczeniu. +71114 Piecz Dzika (ta) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711151 Piecz Dzika (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711152 Piecz Dzika (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711153 Piecz Dzika (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711154 Piecz Dzika (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +71115 Piecz Dzika (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +71116 Piecz Wilka (ta) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711171 Piecz Wilka (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711172 Piecz Wilka (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711173 Piecz Wilka (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711174 Piecz Wilka (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +71117 Piecz Wilka (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +71118 Piecz Tygrysa (ta) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711191 Piecz Tygrysa (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711192 Piecz Tygrysa (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711193 Piecz Tygrysa (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711194 Piecz Tygrysa (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +71119 Piecz Tygrysa (nieb.) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +71120 Piecz Lwa (ta) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711211 Piecz Lwa (niebieska) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711212 Piecz Lwa (niebieska) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711213 Piecz Lwa (niebieska) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +711214 Piecz Lwa (niebieska) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +71121 Piecz Lwa (niebieska) Czar Pieczci wzywa potnego Ducha Zwierzt, aby ci szybko przenie do miejsca twojego wyboru. +71122 +71123 Smocza uska Smocze uski nale do najtwardszych znanych materiaw. +71124 Biay Lew Zwierzta o biaym futrze s rzadkoci i wiele kultur przypisuje im nadzwyczajne siy. +71125 Piecz Dzika Wojennego Okieznanie zych Duchw Zwierzt wymaga nie lada kunsztu magicznego. Odpowiednio zadziwiajcy jest rezultat. +71126 Piecz Wilka Wojennego Okieznanie zych Duchw Zwierzt wymaga nie lada kunsztu magicznego. Odpowiednio zadziwiajcy jest rezultat. +71127 Piecz Szar. Tygrysa Okieznanie zych Duchw Zwierzt wymaga nie lada kunsztu magicznego. Odpowiednio zadziwiajcy jest rezultat. +71128 Piecz Walecznego Lwa Okieznanie zych Duchw Zwierzt wymaga nie lada kunsztu magicznego. Odpowiednio zadziwiajcy jest rezultat. +71129 Smoczy Szpon Widok tego strasznego szponu budzi wspomnienia... +71130 Przepustka Przepustka ta umoliwia dostanie si na nowy poziom w Lochu Pajkw, jak rwnie w Twierdzy Czerwonego Smoka. Wystarczy pokaza j odpowiedniemu stranikowi. Przedmiot ten nadaje si do handlu. +71131 Piecz Czarnego Konia Piecz dla Szlachetnego Czarnego Konia. +71132 Piecz Czarnego Konia Piecz dla Szlachetnego Czarnego Konia. +71133 Piecz Czarnego Konia Piecz dla Szlachetnego Czarnego Konia. +71134 Piecz Czarnego Konia Piecz dla Szlachetnego Czarnego Konia. +71135 Piercie Pksiyca Piercie z kunsztownie wykonanym grawerunkiem w ksztacie pksiyca. +71136 Lizak Potgi Jest to lizak o tajemniczym skadzie, doda ci siy oraz dowiadczenia w walce. +71137 Piecz T.B. (niebieski) Czar tej pieczci przywouje twojego wierzchowca, majestatycznego Tygrysa Bengalskiego (niebieski). +71138 Piecz T.B. (czerwona) Czar tej pieczci przywouje twojego wierzchowca, majestatycznego Tygrysa Bengalskiego (czerwony). +71139 Piecz T.B. (zoty) Czar tej pieczci przywouje twojego wierzchowca, majestatycznego Tygrysa Bengalskiego (zoty). +71140 Piecz T.B. (zielony) Czar tej pieczci przywouje twojego wierzchowca, majestatycznego Tygrysa Bengalskiego (zielony). +71141 Piecz T.B. (szary) Czar tej pieczci przywouje twojego wierzchowca, majestatycznego Tygrysa Bengalskiego (szary). +71142 Piecz T.B. (biay) Czar tej pieczci przywouje twojego wierzchowca, majestatycznego Tygrysa Bengalskiego (biay). +71143 Piercie Radoci Drogocenny piercie przyozdobiony nefrytem i turkusem posiada nastpujce bonusy: +50% punktw dowiadczenia +20% szybkoci ataku +20% szybkoci zaklcia +30% siy przeciwko potworom +10% maks. P +10% maks. PE +71144 witeczna Skrzynia Ten licznie zapakowany prezent witeczny skrywa pyszn niespodziank. +71145 Amulet Wiecznej Mioci Jest to srebrny wisiorek w ksztacie serca, wysadzany magicznymi klejnotami. +71146 Skrzynia Amora (rowa) Ta skrzynia w ksztacie serca zawiera 5 niespodzianek. Mona j otwiera co 30 min. +71147 Skrzynia Amora (nieb.) Ta skrzynia w ksztacie serca zawiera 5 niespodzianek. Mona j otwiera co 30 min. +71148 Piercie Siy Woli Na 7 dni otrzymujesz: +30% PD, +20% szansy na obron w walce z wojownikami, +20% szansy na obron w walce z ninja, +20% szansy na obron w walce z Likanami, +30% siy przeciwko potworom, +10% maks. P i +10% maks. PE. +71149 Piercie mier. Mocy Na 7 dni otrzymujesz: +30% PD, +20% szansy na obron w walce z surami, +20% szansy na obron w walce z szamanami, +20% szansy na obron w walce z Likanami, +30% siy przeciwko potworom, +10% maks. P i +10% maks. PE. +71150 Magiczne Jajo Ta piknie ozdobiona owalna skrzynia zawiera niejedn wielkanocn niespodziank. Swoj zawarto odsania jednak stopniowo. +71151 Zielony Czar Usuwa wszystkie bonusy w jednym z Twoich przedmiotw, po czym dodaje nowe. Mona go uywa tylko przy broniach i zbrojach do poziomu 40. Niezdatny do handlu. +71152 Zielona Sia Z odrobin szczcia dodaje do jednego z Twoich przedmiotw nowy bonus (maks. 4 bonusy). Mona go uywa tylko na bro i zbroje do poziomu 40. Niezdatny do handlu. +71153 Mikstura Mdroci Za pomoc tej mikstury zdobywasz 100% wicej dowiadczenia podczas godziny grania. Przedmiot ten jest niezdatny do handlu. +71154 Mikstura Zarania (3h) Dziki tej miksturze w cigu 3 godz. gry zbierzesz 80% wicej dowiadczenia. Niezdatna do handlu. +71155 Mikstura Mdroci (3h) Dziki tej miksturze w cigu 3 godz. gry zbierzesz 100% wicej dowiadczenia. Niezdatna do handlu. +71156 Mikstura Ducha (3h) Dziki tej miksturze w cigu 3 godz. gry zbierzesz 150% wicej dowiadczenia. Niezdatna do handlu. +71157 +71158 Medal Bohatera Daje +50 % PD, +30 % obrae, +20 % szybkoci ataku, +20 % szybkoci zakl, +10 % P oraz +10 % PE. +71159 Skrzynia Milona Skrzynia dla prawdziwych bohaterw - zawiera losowy przedmiot, nagrod za Twj tryumf. +71160 Skrzynia Ateny Skrzynia dla prawdziwych bohaterek - zawiera losowy przedmiot, nagrod za Twj tryumf. +71161 Equus Purpur Piecz do jednego z piknych i nadzwyczaj rzadkich purpurowych koni. +71164 Piecz Kometka Za pomoc tej pieczci moesz przywoa renifera Kometka. +71166 Pancerna Panda (Piecz) Za pomoc tej pieczci moesz przywoa pancern pand. +71171 Piecz Jednoroca Dziki tej pieczci moesz przywoa jednoroca. +71172 Piecz Mary Sennej Dziki tej pieczci moesz przywoa mar senn. +71173 Zwj Teleportacji Zwj ten przeniesie ci bezporednio pod bramy Twierdzy Czerwonego Smoka. +71174 Przepustka Poka t przepustk stranikowi, aby wkroczy do Twierdzy Czerwonego Smoka. +71175 Przepustka Poka t przepustk stranikowi, aby wkroczy do Twierdzy Czerwonego Smoka. +71176 Czarna Pantera Piecz ta przywouje tajemnicz czarn panter. +71177 Piecz Leoparda Piecz ta przywouje dzielnego leoparda. +71178 Encyklopedia Ksiyca(m) Pakiet zawierajcy 10 losowo wybranych ksig z instrukcjami umiejtnoci dla Likanw. +71179 Encyklopedia Ksiyca(d) Pakiet zawierajcy 25 losowo wybranych ksig z instrukcjami umiejtnoci dla Likanw. +71180 Mikstura Zarania (3h) Dziki tej miksturze w cigu 3 godz. gry zbierzesz 80% wicej dowiadczenia. Niezdatna do handlu. +71181 Mikstura Mdroci (3h) Dziki tej miksturze w cigu 3 godz. gry zbierzesz 100% wicej dowiadczenia. Niezdatna do handlu. +71182 Piecz Muffina (brz.) Za pomoc tej pieczci moesz przywoa Muffina, gronego bojowego kurczaczka. +71183 Piecz Nuggeta (brz.) Za pomoc tej pieczci moesz przywoa Nuggeta, strasznego bojowego kurczaczka. +71184 Piecz Muffina (nieb.) Za pomoc tej pieczci moesz przywoa Muffina, gronego bojowego kurczaczka. +71185 Piecz Nuggeta (nieb.) Za pomoc tej pieczci moesz przywoa Nuggeta, strasznego bojowego kurczaczka. +71186 Piecz Muffina (ziel.) Za pomoc tej pieczci moesz przywoa Muffina, gronego bojowego kurczaczka. +71187 Piecz Nuggeta (ziel.) Za pomoc tej pieczci moesz przywoa Nuggeta, strasznego bojowego kurczaczka. +71188 Lizak Magii Jest to lizak o tajemniczym skadzie, ktry doda ci magicznej energii oraz dowiadczenia w walce. +72001 Piercie Dowiadczenia Zwiksza otrzymywane Punkty Dowiadczenia o 50% przez 1 godzin. +72002 Piercie Dowiadczenia Zwiksza otrzymywane Punkty Dowiadczenia o 50% na 30 minut. +72003 Piercie Dowiadczenia Zwiksza otrzymywane Punkty Dowiadczenia o 50% na 3 godziny. +72004 Rkawica Zodzieja Podwaja szans na zdobycie przedmiotu na 10 godzin. +72005 Rkawica Zodzieja Podwaja szans na zdobycie przedmiotu na 30 minut. +72006 Rkawica Zodzieja Podwaja szans na zdobycie przedmiotu na 3 godziny. +72007 Szpula Jedwabiu Moesz otworzy prywatny sklep przez 10 godzin. +72008 Szpula Jedwabiu Moesz otworzy prywatny sklep przez 30 minut. +72009 Szpula Jedwabiu Moesz otworzy prywatny sklep przez 3 godziny. +72010 Piro Ptaka Mioci Kiedy uyte, Punkty Mioci rosn dwa razy szybciej przez 15 minut. +72011 Piro Ptaka Mioci Kiedy uyte, Punkty Mioci rosn dwa razy szybciej przez 30 minut. +72012 Piro Ptaka Mioci Kiedy uyte, Punkty Mioci rosn dwa razy szybciej przez 3 godziny. +72013 Rybie Wntrznoci Zwiksza szans na zapanie rzadkiej ryby przez 15 minut. +72014 Rybie Wntrznoci Zwiksza szans na zapanie rzadkiej ryby przez 30 minut. +72015 Rybie Wntrznoci Zwiksza szans na zapanie rzadkiej ryby przez 3 godziny. +72016 Trzecia Rka Rka podnosi upuszczone pienidze automatycznie przez 15 minut. +72017 Trzecia Rka Rka podnosi upuszczone pienidze automatycznie przez 30 minut. +72018 Trzecia Rka Rka podnosi upuszczone pienidze automatycznie przez 3 godziny. +72019 Powikszony Skad Do twojego magazynu zostan dodane dwie dodatkowe zakadki na 15 minut. +72020 Powikszony Skad Do twojego magazynu zostan dodane dwie dodatkowe zakadki na 30 minut. +72021 Powikszony Skad Do twojego magazynu zostan dodane dwie dodatkowe zakadki na 3 godziny. +72022 Medal Szczcia Szansa na zdobycie Yang jest podwojona na 10 godzin. +72023 Medal Szczcia Szansa na zdobycie Yang jest podwojona na 30 minut. +72024 Medal Szczcia Szansa na zdobycie Yang jest podwojona na 3 godziny. +72025 Do Przebicia Szansa na przebicie +10% +72026 Do Krytyka Szansa na przebicie +10% +72027 Do Krytyka Szansa na przebicie +10% +72028 Maska Uczu Moesz okazywa swoje emocje. +72029 Maska Uczu Moesz okazywa swoje emocje. +72030 Maska Uczu Moesz okazywa swoje emocje. +72031 Atak Boga Smokw Zwiksza zadawane obraenia o 12% do 15% gdy atakujesz. Dziaa przez 30 minut. +72032 Atak Boga Smokw Zwiksza zadawane obraenia o 12% do 15% gdy atakujesz. Dziaa przez 30 minut. +72033 Atak Boga Smokw Zwiksza zadawane obraenia o 12% do 15% gdy atakujesz. Dziaa przez 30 minut. +72034 Obrona Boga Smokw Redukuje obraenia o 12% ~ 15% gdy si bronisz. +72035 Obrona Boga Smokw Redukuje obraenia o 12% ~ 15% gdy si bronisz. +72036 Obrona Boga Smokw Redukuje obraenia o 12% ~ 15% gdy si bronisz. +72037 ycie Boga Smokw Zwiksza ilo Punktw ycia o 20% na 30 minut. +72038 ycie Boga Smokw Zwiksza ilo Punktw ycia o 20% na 30 minut. +72039 ycie Boga Smokw Zwiksza ilo Punktw ycia o 20% na 30 minut. +72040 Inteligencja Boga Smokw Zwiksza ilo Punktw Energii o 20%. Dziaa przez 30 minut. +72041 Inteligencja Boga Smokw Zwiksza ilo Punktw Energii o 20%. Dziaa przez 30 minut. +72042 Inteligencja Boga Smokw Zwiksza ilo Punktw Energii o 20%. Dziaa przez 30 minut. +72043 Ksika Lidera Kiedy przedmiot noszony jest przez lidera grupy, punkty zdobywane przez grup s zwikszone o 30%. +72044 Ksika Lidera Kiedy przedmiot noszony jest przez lidera grupy, punkty zdobywane przez grup s zwikszone o 30%. +72045 Ksika Lidera Kiedy przedmiot noszony jest przez lidera grupy, punkty zdobywane przez grup s zwikszone o 30%. +72046 Do Krytyka Podnosi szans na zadanie przeszywajcego uderzenia podczas walki o 20% przez 10 minut. +72047 Do Krytyka Podnosi szans na zadanie przeszywajcego uderzenia podczas walki o 20% przez 10 minut. +72048 Do Krytyka Podnosi szans na zadanie przeszywajcego uderzenia podczas walki o 20% przez 10 minut. +72301 Zwj Bogosawiestwa Usuwa ryzyko zniszczenia przedmiotu podczas jego ulepszania. Jeeli ulepszanie si nie powiedzie, to jako przedmiotu jest redukowana o 1 poziom. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Magiczna Ruda Miedzi Za pomoc tej rudy w poczeniu ze Zwojem Bogosawiestwa mona wytworzy u kowala Zwj Wojny. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Piercie Dow. (iCafe) Zwiksza otrzymywane Punkty Dowiadczenia o 20% dla czonkw iCafe. +72502 Rkawica Zodz. (iCafe) Szansa na wyrzucanie przedmiotw zwikszona 1.5 raza dla czonkw iCafe. +72701 Buty Wiatru Gdy ich uywasz, Szybko Ruchu twojej postaci jest zwikszona o 30. +72703 Kolczyk z koci tygrysa Warto ataku wzrasta na 2 godziny o 200 punktw (czas upywa, tylko gdy przedmiot jest zaoony). Przedmiot ten jest niezdatny do handlu. +72704 Kolczyk z koci smoka Warto obrony wzrasta na 2 godziny o 200 punktw (czas upywa, tylko gdy przedmiot jest zaoony). Przedmiot ten jest niezdatny do handlu. +72705 Brans. z koci tygrysa Obraenia twoich umiejtnoci wzrastaj na 2 godziny o 15% (czas upywa, tylko gdy przedmiot jest zaoony). Przedmiot ten jest niezdatny do handlu. +72706 Brans. z koci smoka Twoja obrona przeciwko umiejtnociom wzrasta na 2 godziny o 15% (czas upywa, tylko gdy przedmiot jest zaoony). Przedmiot ten jest niezdatny do handlu. +72723 Eliksir Soca (M) Automatycznie regeneruje twoje P. Zawiera 1.000.000 P. +72724 Eliksir Soca () Automatycznie regeneruje twoje P. Zawiera 3.000.000 P. +72725 Eliksir Soca (D) Automatycznie regeneruje twoje P. Zawiera 7.000.000 P. +72726 Eliksir Soca (S) Automatycznie uzupenia twoje P. Zawiera 10.000.000 P. Przedmiot ten jest zdatny do handlu. +72727 Eliksir Ksiyca (M) Automatycznie regeneruje twoje PE. Zawiera 100.000 PE. +72728 Eliksir Ksiyca () Automatycznie regeneruje twoje PE. Zawiera 300.000 PE. +72729 Eliksir Ksiyca (D) Automatycznie regeneruje twoje PE. Zawiera 700.000 PE. +72730 Eliksir Ksiyca (S) Automatycznie uzupenia twoje PE. Zawiera 1.000.000 PE. Przedmiot ten zdatny jest do handlu. +73001 Modna Fryzura (czerw.) Ulubiona fryzura samotnych wojownikw, wyglda wietnie gdy wieje wiatr. +73002 Modna Fryzura (jasna) Ulubiona fryzura samotnych wojownikw, wyglda wietnie gdy wieje wiatr. +73003 Modna Fryzura (nieb.) Ulubiona fryzura samotnych wojownikw, wyglda wietnie gdy wieje wiatr. +73004 Modna Fryzura (brz.) Ulubiona fryzura samotnych wojownikw, wyglda wietnie gdy wieje wiatr. +73005 Chusta Schludna fryzura zrobiona przy uyciu chusty do wosw. +73006 Chusta Schludna fryzura zrobiona przy uyciu chusty do wosw. +73007 Chusta Schludna fryzura zrobiona przy uyciu chusty do wosw. +73008 Chusta Schludna fryzura zrobiona przy uyciu chusty do wosw. +73009 Dugie Wosy (czar.) Dobrze znana fryzura staroytnych wojownikw. +73010 Dugie Wosy (czerw.) Dobrze znana fryzura staroytnych wojownikw. +73011 Dugie Wosy (brz.) Dobrze znana fryzura staroytnych wojownikw. +73012 Dugie Wosy (ziel.) Dobrze znana fryzura staroytnych wojownikw. +73251 Kucyk (brz.) Fryzura wygldajca jak ogonek kucyka. +73252 Kucyk (ziel.) Fryzura wygldajca jak ogonek kucyka. +73253 Kucyk (nieb.) Fryzura wygldajca jak ogonek kucyka. +73254 Kucyk (jasny) Fryzura wygldajca jak ogonek kucyka. +73255 Krtkie Wosy (czerw.) Bardzo naturalna fryzura z wosami do ramion. +73256 Krtkie Wosy (brz.) Bardzo naturalna fryzura z wosami do ramion. +73257 Krtkie Wosy (blond) Bardzo naturalna fryzura z wosami do ramion. +73258 Krtkie Wosy (fiol.) Bardzo naturalna fryzura z wosami do ramion. +73259 Krtkie (czerw.) Praktyczna krtka fryzura emanujca zowrog aur. +73260 Krtkie (nieb.) Praktyczna krtka fryzura emanujca zowrog aur. +73261 Krtkie (czar.) Praktyczna krtka fryzura emanujca zowrog aur. +73262 Krtkie (blond) Praktyczna krtka fryzura emanujca zowrog aur. +73501 Spite (jasne) Krtka fryzura noszona w wikszoci przez atletw. +73502 Spite (brz.) Krtka fryzura noszona w wikszoci przez atletw. +73503 Spite (blond) Krtka fryzura noszona w wikszoci przez atletw. +73504 Spite (ziel.) Krtka fryzura noszona w wikszoci przez atletw. +73505 Charyzm. Wosy (biae) Staroytna fryzura okazujca silny indywidualny charakter. +73506 Charyzm. Wosy (czerw.) Staroytna fryzura okazujca silny indywidualny charakter. +73507 Charyzm. Wosy (czar.) Staroytna fryzura okazujca silny indywidualny charakter. +73508 Charyzm. Wosy (purp.) Staroytna fryzura okazujca silny indywidualny charakter. +73509 Zawinite (biae) Stylowa ale tusto wygldajca fryzura zaczesana do tyu, anteny s kluczowym akcentem tej fryzury. +73510 Zawinite (nieb.) Stylowa ale tusto wygldajca fryzura zaczesana do tyu, anteny s kluczowym akcentem tej fryzury. +73511 Zawinite (czar.) Stylowa ale tusto wygldajca fryzura zaczesana do tyu, anteny s kluczowym akcentem tej fryzury. +73512 Zawinite (brz.) Stylowa ale tusto wygldajca fryzura zaczesana do tyu, anteny s kluczowym akcentem tej fryzury. +73751 Spinka Motyl (brz.) Spita u gry fryzura wykorzystujca spink w ksztacie motyla. +73752 Spinka Motyl (czar.) Spita u gry fryzura wykorzystujca spink w ksztacie motyla. +73753 Spinka Motyl (nieb.) Spita u gry fryzura wykorzystujca spink w ksztacie motyla. +73754 Spinka Motyl (biaa) Spita u gry fryzura wykorzystujca spink w ksztacie motyla. +73755 Pdugie Wosy (brz.) Stylowa fryzura Szamana. +73756 Dugie Wosy (czar.) Stylowa fryzura Szamana. +73757 Dugie Wosy (blond) Elegancka, gadka fryzura. +73758 Dugie Wosy (fiol.) Stylowa fryzura Szamana. +73759 Dawna Fryzura (brz.) Fryzura ukadana warstwami. +73760 Dawna Fryzura (jasna) Dugie wosy, tradycjonalna fryzura. +73761 Dawna Fryzura (fiol.) Fryzura ukadana warstwami. +73762 Dawna Fryzura (czerw.) Fryzura ukadana warstwami. +74001 Dumna fryzura (czerw.) Fryzura zapewniajca Ci charakterystyczny wygld +74002 Dumna fryzura (jasna) Fryzura zapewniajca Ci charakterystyczny wygld +74003 Dumna Fryzura (nieb.) Fryzura zapewniajca Ci charakterystyczny wygld +74004 Dumna Fryzura (brz.) Fryzura zapewniajca Ci charakterystyczny wygld +74005 Chusta (czerw.) Krtkie brzowe wosy z czerwon opask na czoo. +74006 Chusta (kratk.) Krtkie blond wosy z jasn opask na czoo. +74007 Chusta (nieb.) Krtkie niebieskie wosy z brzow opask na czoo. +74008 Chusta (ziel.) Krtkie zielone wosy z zielon opask na czoo. +74009 Dugie Wosy (czarne) Fryzura zapewniajca Ci imponujcy wygld +74010 Dugie Wosy (czerw.) Fryzura zapewniajca Ci imponujcy wygld +74011 Dugie Wosy (brzowe) Fryzura zapewniajca Ci charakterystyczny wygld +74012 Dugie Wosy (ziel.) Fryzura zapewniajca Ci charakterystyczny wygld +74013 Afro Wojownika Daje wojownikowi 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +74014 Afro Wojownika Daje wojownikowi 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +74015 Hem Wojownika Daje wojownikowi 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +74016 Hem Wojownika Daje wojownikowi 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +74017 Fez Wojownika Czerwone nakrycie gowy dla mskich wojownikw. (czas trwania: 7 dni) +74018 Kefija Wojownika Chusta na gow dla mskich wojownikw. (czas trwania: 7 dni) +74019 Turban Wojownika Nakrycie gowy ze szlachetnego materiau dla mskich wojownikw. (czas trwania: 7 dni) +74020 Maska Dyni Wojownik (m) Maska dla Wojownika. Atrybuty oraz czas trwania s ustalane losowo. Zastpuje obecn fryzur. +74251 Kucyk (brz.) Dugi brzowy warkocz, bardzo popularny wrd kobiet +74252 Kucyk (ziel.) Dugi zielony warkocz, bardzo popularny wrd kobiet +74253 Kucyk (niebieski) Dugi niebieski warkocz, bardzo popularny wrd kobiet +74254 Kucyk (kremowy) Dugi jasny warkocz, bardzo popularny wrd kobiet +74255 Krtkie wosy (czerw.) Odwana i nieco ekstrawagancka fryzura +74256 Krtkie wosy (brz.) Odwana i nieco ekstrawagancka fryzura +74257 Krtkie wosy (jasne) Odwana i nieco ekstrawagancka fryzura +74258 Krtkie wosy (purp.) Odwana i nieco ekstrawagancka fryzura +74259 Krtkie (czerw.) Postrzpiona czerwona fryzura w stylu ninja +74260 Krt. Przyst. (bk.) Postrzpiona niebieska fryzura w stylu ninja +74261 Krt. Przyst. (czar.) Postrzpiona czarna fryzura w stylu ninja +74262 Krt. Przyst. (blond) Postrzpiona blond fryzura w stylu ninja +74263 Afro Ninja (k) Daje eskiemu ninja 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +74264 Afro Ninja (k) Daje eskiemu ninja 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +74265 Kapelusz Ninja (k) Daje eskiemu ninja 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +74266 Kapelusz Ninja (k) Daje eskiemu ninja 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +74267 Pustynna Maska Ninja (k) Starannie wykonana chusta na gow dla eskich ninja. (czas trwania: 7 dni) +74268 Pustynny Szal Ninja (k) Pustynny szal ze szlachetnego materiau dla eskich ninja. (czas trwania: 7 dni) +74269 Turban Ninja (k) Turban dla eskich ninja z bardzo cennego materiau. (czas trwania: 7 dni) +74270 Maska Dyni Ninja (k) Maska dla wojowniczki Ninja. Atrybuty oraz czas trwania s ustalane losowo. Zastpuje obecn fryzur. +74501 Sport. Przystrz. (biae) Krtka wojskowa fryzura +74502 Sport. Przystrz. (brz.) Krtka wojskowa fryzura +74503 Sportowa (blond) Krtka wojskowa fryzura +74504 Sport. Przystrz. (ziel.) Krtka wojskowa fryzura +74505 Charyzm. Wosy (biae) Fryzura ukazujca silny, indywidualny charakter +74506 Charyzm. Wosy (czerw.) Fryzura ukazujca silny, indywidualny charakter +74507 Charyzm. Wosy (czar.) Fryzura ukazujca silny, indywidualny charakter +74508 Charyzm. Wosy (fiol.) Fryzura ukazujca silny, indywidualny charakter +74509 Zawinite (biae) Staromodna fryzura z charakterystycznym warkoczem +74510 Zawinite (bk.) Staromodna fryzura z charakterystycznym warkoczem +74511 Zawinite (czar.) Staromodna fryzura z charakterystycznym warkoczem +74512 Zawinite (brz.) Staromodna fryzura z charakterystycznym warkoczem (do +20% obrae przeciwko Szamanom). +74513 Afro Sura (m) Daje mskiemu Sura 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +74514 Afro Sura (m) Daje mskiemu Sura 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +74515 Hem Sura (m) Daje mskiemu Sura 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +74516 Hem Sura (m) Daje mskiemu Sura 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +74517 Fez Sura (m) Czerwone nakrycie gowy dla mskich sura. (czas trwania: 7 dni) +74518 Kefija Sura (m) Chusta na gow dla mskich sura. (czas trwania: 7 dni) +74519 Turban Sura (m) Nakrycie gowy ze szlachetnego materiau dla mskich sura. (czas trwania: 7 dni) +74520 Maska Dyni Sura (m) Maska dla wojownika Sura. Atrybuty oraz czas trwania s ustalane losowo. Zastpuje obecn fryzur. +74521 Modna Fryzura (siwa) Fryzura zapewniajca ci charakterystyczny wygld +74522 Chusta Schludna fryzura zrobiona przy uyciu chusty do wosw. +74523 Dugie Wosy (blond) Pikna blond fryzura o imponujcej objtoci. +74524 Modna Fryzura (zota) Zocistobrzowe wosy zwizane modn opask. +74525 Chusta (czarna) Zmierzwiona fryzura zwizana opask. +74526 Dugie Wosy (rubinowe) Wspaniae rubinowe wosy. +74527 Kucyk (czerwony) Dugie wosy zwizane w kucyk. +74528 Wosy do Ramion (wodne) Subtelna fryzura z niebiesk opask. +74529 Wosy Krtkie (brzowe) Praktyczna fryzura, ktra nadaje gronego wygldu. +74530 Kucyk (czerwony) Czerwone dugie wosy zwizane w kucyk - popularna fryzura wrd kobiet. +74531 Wosy do Ramion (czarne) Odwana i nieco ekstrawagancka fryzura. +74532 Wosy Krtkie (siwe) Praktyczna krtka fryzura emanujca zowrog aur. +74533 Sportowa Fryzura(czarna) Krtka wojskowa fryzura. +74534 Fryzura Charyzma (blond) Fryzura podkrelajca indywidualny styl. +74535 Dugi Kucyk (rowy) Kucyk w dawnym stylu, ktry niegdy by symbolem dobrobytu. +74536 Sportowa Fryzura (fiol.) Ekstrawagancka krtka fryzura. +74537 Fryzura Charyzma (blond) Charyzmatyczna fryzura z dugimi wosami. +74538 Dugi Warkocz (krl.) Kucyk w dawnym stylu, ktry niegdy by symbolem dobrobytu. +74539 Elegancka Fryzura(fiol.) Elegancka fryzura z zaczesanymi wosami do tyu. +74540 Wosy Pdugie (ciemne) Elegancka fryzura dla szamanw. +74541 Stara Fryzura (biaa) Dugie wosy zaczesywane w stylu tradycjonalnym. +74542 Elegancka Fryzura(czer.) Fryzura spita u gry spink w ksztacie motyla. +74543 Wosy Pdugie (biae) Elegancka fryzura z prostymi wosami. +74544 Stara Fryzura (czarna) Kobieca fryzura z dugimi pocieniowanymi wosami. +74545 Warkocze Plem. (czerw.) Warkocze przyozdobione czerwonymi drewnianymi perekami, ktre symbolizuj przynaleno do plemienia. +74546 Warkocze Plem. (te) Warkocze przyozdobione tymi drewnianymi perekami, ktre symbolizuj przynaleno do plemienia. +74547 Warkocze Plem. (nieb.) Warkocze przyozdobione niebieskimi drewnianymi perekami, ktre symbolizuj przynaleno do plemienia. +74548 Warkocze Plem. (fiol.) Warkocze przyozdobione fioletowymi drewnianymi perekami, ktre symbolizuj przynaleno do plemienia. +74549 Warkocze Plem. (ziel.) Warkocze przyozdobione zielonymi drewnianymi perekami, ktre symbolizuj przynaleno do plemienia. +74550 Ochr. na Czoo (zota) Ochrona na gow z tradycyjn ozdob na wosy +74551 Ochr. na Czoo (czarna) Ochrona na gow z tradycyjn ozdob na wosy +74552 Ochr. na Czoo (czerw.) Ochrona na gow z tradycyjn ozdob na wosy +74553 Ochr. na Czoo (nieb.) Ochrona na gow z tradycyjn ozdob na wosy +74554 Ochr. na Czoo (biaa) Ochrona na gow z tradycyjn ozdob na wosy +74555 Ochr. na Gow (zota) Ochrona na gow z solidnymi ochronami na skronie i tradycyjn ozdob na wosy +74556 Ochr. na Gow (czarna) Ochrona na gow z solidnymi ochronami na skronie i tradycyjn ozdob na wosy +74557 Ochr. na Gow (czerw.) Ochrona na gow z solidnymi ochronami na skronie i tradycyjn ozdob na wosy +74558 Ochr. na Gow (nieb.) Ochrona na gow z solidnymi ochronami na skronie i tradycyjn ozdob na wosy +74559 Ochr. na Gow (ziel.) Ochrona na gow z solidnymi ochronami na skronie i tradycyjn ozdob na wosy +74751 Spinka Motyl (brz.) Spita u gry fryzura ze spink w ksztacie motyla +74752 Spinka Motyl (czar.) Spita u gry fryzura ze spink w ksztacie motyla +74753 Spinka Motyl (bk.) Spita u gry fryzura ze spink w ksztacie motyla +74754 Spinka Motyl (biaa) Spita u gry fryzura ze spink w ksztacie motyla +74755 r. Dug. (brz.) Elegancka fryzura dla szamanw +74756 r. Dug. (czar.) Elegancka fryzura dla szamanw +74757 r. Dug. (blond) Elegancka fryzura dla szamanw +74758 r. Dug. (fiol) Elegancka fryzura dla szamanw +74759 Dugie Wosy (brz.) Kobieca cieniowana fryzura +74760 Dawna Fryzura (blond) Kobieca cieniowana fryzura +74761 Dugie wosy (fiol.) Kobieca cieniowana fryzura +74762 Dugie Wosy (czerw.) Kobieca cieniowana fryzura +74763 Afro Szamanki Daje Szamance 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +74764 Afro Szamanki Daje Szamance 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +74765 Kapelusz Szamanki Daje Szamance 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +74766 Kapelusz Szamanki Daje Szamance 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +74767 Pustynna Maska Szamanki Starannie wykonana chusta na gow dla eskich szamanw. (czas trwania: 7 dni) +74768 Pustynny Szal Szamanki Pustynny szal ze szlachetnego materiau dla eskich szamanw. (czas trwania: 7 dni) +74769 Turban Szamanki Turban dla eskich szamanw z bardzo cennego materiau. (czas trwania: 7 dni) +74770 Maska Dyni Szaman (k) Maska dla Szamanki. Atrybuty oraz czas trwania s ustalane losowo. Zastpuje obecn fryzur. +75001 Modna Fryzura (czerwona) Modna czerwona fryzura z pikn wstk +75002 Modna Fryzura (jasna) Modna jasna fryzura z pikn wstk +75003 Modna Fryzura (nieb.) Modna niebieska fryzura z pikn wstk +75004 Modna fryzura (brzowa) Modna brzowa fryzura z pikn wstk +75005 Opaska (brzowe) Zmierzwiona fryzura z opask na czoo +75006 Opaska (blond) Zmierzwiona fryzura z opask na czoo +75007 Opaska (nieb.) Zmierzwiona fryzura z opask na czoo +75008 Opaska (ziel.) Zmierzwiona fryzura z opask +75009 Wosy (czar.) Wspaniae czarne wosy, fryzura +75010 Wosy (czerw.) Wspaniae czerwone wosy +75011 Wosy (brz.) Wspaniae brzowe wosy +75012 Wosy (ziel.) Wspaniae zielone wosy +75013 Afro Wojowniczki Daje wojowniczce 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +75014 Afro Wojowniczki Daje wojowniczce 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +75015 Kapelusz Wojowniczki Daje wojowniczce 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +75016 Kapelusz Wojowniczki Daje wojowniczce 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +75017 Pust. Maska Wojowniczki Starannie wykonana chusta na gow dla eskich wojownikw. (czas trwania: 7 dni) +75018 Pust. Szal Wojowniczki Pustynny szal ze szlachetnego materiau dla eskich wojownikw. (czas trwania: 7 dni) +75019 Turban Wojowniczki Nakrycie gowy ze szlachetnego materiau dla eskich wojownikw. (czas trwania: 7 dni) +75020 Maska Dyni Wojownik (k) Maska dla Wojowniczki. Atrybuty oraz czas trwania s ustalane losowo. Zastpuje obecn fryzur. +75201 Kucyk (brz.) Fryzura z dugim kucykiem +75202 Kucyk (zielony) Fryzura z dugim kucykiem +75203 Kucyk (nieb.) Fryzura z dugim kucykiem +75204 Kucyk (jasny) Fryzura z dugim kucykiem +75205 Chusta (czerw.) Schludna fryzura z bia opask do wosw +75206 Chusta (brz.) Schludna fryzura z zielon opask do wosw +75207 Chusta (jasna) Schludna fryzura z jasn opask do wosw +75208 Chusta (fiol.) Schludna fryzura z czerwon opask do wosw +75209 Kudate Wosy (czerw.) Fryzura nadajca Ci mroczny wygld +75210 Kudate Wosy (nieb.) Fryzura nadajca Ci mroczny wygld +75211 Kudate Wosy (czar.) Fryzura nadajca Ci mroczny wygld +75212 Kudate Wosy (blond) Fryzura nadajca Ci mroczny wygld +75213 Afro Ninja (m) Daje mskiemu ninja 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +75214 Afro Ninja (m) Daje mskiemu ninja 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +75215 Hem Ninja (m) Daje mskiemu ninja 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +75216 Hem Ninja (m) Daje mskiemu ninja 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +75217 Fez Ninja (m) Czerwone nakrycie gowy dla mskich ninja. (czas trwania: 7 dni) +75218 Kefija Ninja (m) Chusta na gow dla mskich ninja. Chroni przed burzami piaskowymi. (czas trwania: 7 dni) +75219 Turban Ninja (m) Nakrycie gowy ze szlachetnego materiau dla mskich ninja. (czas trwania: 7 dni) +75220 Maska Dyni Ninja (m) Maska dla wojownika Ninja. Atrybuty oraz czas trwania s ustalane losowo. Zastpuje obecn fryzur. +75401 Spite (jasne) Ekstrawagancka fryzura - typowa dla kobiet sura +75402 Spite (brz.) Ekstrawagancka fryzura - typowa dla kobiet sura +75403 Spite (blond) Ekstrawagancka fryzura - typowa dla kobiet sura +75404 Spite (ziel.) Ekstrawagancka fryzura - typowa dla kobiet sura +75405 Dugie Wosy (biae) Dugie, nieskazitelnie biae wosy w ekstrawaganckim stylu +75406 Dugie Wosy (czerw.) Dugie, czerwone wosy w ekstrawaganckim stylu +75407 Dugie Wosy (czar.) Dugie, hebanowe wosy w ekstrawaganckim stylu +75408 Dugie Wosy (fiol.) Dugie, fioletowe wosy w ekstrawaganckim stylu +75409 Dugi Kucyk (biay) Fryzura z kucykiem +75410 Dugi Kucyk (nieb.) Fryzura z kucykiem +75411 Dugi Kucyk (czar.) Fryzura z kucykiem +75412 Dugi Kucyk (brz.) Fryzura z kucykiem +75413 Afro Sura (k) Daje eskiemu Sura 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +75414 Afro Sura (k) Daje eskiemu Sura 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +75415 Kapelusz Sura (k) Daje eskiemu Sura 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +75416 Kapelusz Sura (k) Daje eskiemu Sura 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +75417 Pustynna Maska Sura (k) Starannie wykonana chusta na gow dla eskich sura. (czas trwania: 7 dni) +75418 Pustynny Szal Sura (k) Pustynny szal ze szlachetnego materiau dla eskich sura. (czas trwania: 7 dni) +75419 Turban Sura (k) Nakrycie gowy ze szlachetnego materiau dla eskich sura. (czas trwania: 7 dni) +75420 Maska Dyni Sura (k) Maska dla wojowniczki Sura. Atrybuty oraz czas trwania s ustalane losowo. Zastpuje obecn fryzur. +75601 Modnie cite (brz.) Modnie przycite wosy, zapewniajce szamanom moliwo wyraania swojego usposobienia +75602 Modnie cite (czar.) Modnie przycite wosy, zapewniajce szamanom moliwo wyraania swojego usposobienia +75603 Modnie cite (nieb.) Modnie przycite wosy, zapewniajce szamanom moliwo wyraania swojego usposobienia +75604 Modnie cite (jasne) Modnie przycite wosy zapewniaj szamanom moliwo wyraania swojego usposobienia +75605 Dugie Wosy (brzowe) Dugie, brzowe wosy +75606 Dugie Wosy (czarne) Dugie, czarne wosy +75607 Dugie Wosy (blond) Dugie blond wosy +75608 Dugie Wosy (fiol.) Dugie, fioletowe wosy +75609 Dawna Fryzura (brz.) Kiedy ta brzowa wizana fryzura bya tradycyjnym uczesaniem wojownikw +75610 Dawna Fryzura (jasna) Kiedy ta jasna wizana fryzura bya tradycyjnym uczesaniem wojownikw +75611 Dawna Fryzura (fiol.) Kiedy ta fioletowa wizana fryzura bya tradycyjnym uczesaniem wojownikw +75612 Dawna Fryzura (czerw.) Kiedy ta czerwona wizana fryzura bya tradycyjnym uczesaniem wojownikw +75613 Afro Szamana Daje szamanowi 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +75614 Afro Szamana Daje szamanowi 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +75615 Hem Szamana Daje szamanowi 1% bonusowych P. Zastpuje obecn fryzur (czas trwania: 7 dni). +75616 Hem Szamana Daje szamanowi 1% bonusowych PE. Zastpuje obecn fryzur (czas trwania: 7 dni). +75617 Fez Szamana Czerwone nakrycie gowy dla mskich szamanw. (czas trwania: 7 dni) +75618 Kefija Szamana Chusta na gow dla mskich szamanw. Chroni przed burzami piaskowymi. (czas trwania: 7 dni) +75619 Turban Szamana Nakrycie gowy ze szlachetnego materiau dla mskich szamanw. (czas trwania: 7 dni) +75620 Maska Dyni Szaman (m) Maska dla Szamana. Atrybuty oraz czas trwania s ustalane losowo. Zastpuje obecn fryzur. +76000 Wino z Kwiatu Brzoskwini Mikstura, ktra natychmiast regeneruje 500 P. Niezdatna do handlu. +76001 Zwj Powrotu Statusu Przedmiot ten umoliwia Ci ponowne wydanie Twoich Punktw Statystyk. Tak wic moesz rozwija posta w inny sposb. Niezdatny do handlu. +76002 Zasuszona Gowa Ta zasuszona gowa demona otwiera piecz 3. poziomu Diabelskich Katakumb. Przedmiot ten jest niezdatny do handlu. +76003 Mikstura Popiechu Ta mikstura zwiksza Szybko Regeneracji Zaklcia o 20 procent na okres 30 minut. Niezdatna do handlu. +76004 Eliksir Ksiyca (M) Automatycznie regeneruje Twoje PE. Zawiera 10.000 PE. Niezdatny do handlu. +76005 Eliksir Ksiyca () Automatycznie regeneruje Twoje PE. Zawiera 300.000 PE. Niezdatny do handlu. +76006 Wykrywacz Kamieni Metin Wykrywacz pokazuje pooenie i odlego do najbliszego Kamienia Metin. Im janiejsza strzaka kierunku, tym bliej jeste. Moe by uaktywniony 6 razy. Niezdatny do handlu. +76007 Peleryna Mstwa Staroytni wojownicy okazywali swoje mstwo poprzez noszenie kolorowych peleryn. By to sposb na zwabienie wszystkich potworw z okolicy. Niezdatna do handlu. +76008 Medal Smoka Chroni przed utrat Punktw Dowiadczenia po mierci postaci. Niezdatny do handlu. +76009 Zwj Boga Smokw Zwiksza szans na ulepszenie przedmiotu o 10% i przedmiot nie ulega zniszczeniu gdy ulepszenie zawiedzie. W przypadku niepowodzenia, jako przedmiotu jest redukowana o 1 poziom. Niezdatny do handlu. +76010 Krwisty Kamie Ten kamie zrobiony jest z krwi Bahar-Taraji i umoliwia Ci wejcie do Groty Wygnacw. Niezdatny do handlu. +76011 Ksika Lidera Kiedy przedmiot ten noszony jest przez lidera grupy, Punkty Dowiadczenia zdobywane przez grup s zwikszone o 30%. Przedmiot niezdatny do handlu. +76012 Mikstura Szybkoci Zwiksza Szybko Ruchu o 60 na okres 30 minut. Przedmiot niezdatny do handlu. +76013 Wzmocnienie Przedmiot(n) Z odrobin szczcia dodaje do jednego z Twoich przedmiotw nowy bonus (maks. 4 bonusy). Przedmiot ze skrzyni poziomw, niezdatny do handlu. +76014 Zaczarowanie Przedm.(n) Usuwa wszystkie bonusy w jednym z Twoich przedmiotw, po czym dodaje nowe. Przedmiot ze skrzyni poziomw, niezdatny do handlu. +76015 Marmur Bogosawiestwa Legendarny, bogosawiony marmur. Jeeli przedmiot ma 4 atrybuty, dodaje kolejny atrybut. Przedmiot niezdatny do handlu. +76016 Zwj Bogosawiestwa Usuwa ryzyko zniszczenia przedmiotu podczas jego ulepszania. Jeeli ulepszanie si nie powiedzie, to jako przedmiotu jest redukowana o 1 poziom. Przedmiot niezdatny do handlu. +76017 Mikstura Ataku +10 Zwiksza Twoj Szybko Ataku o 10% na okres 30 minut. Niezdatna do handlu. +76018 Mikstura Ataku +15 Zwiksza Twoj Szybko Ataku o 15% na okres 30 minut. Niezdatna do handlu. +76019 Przepustka Bilet ten umoliwia dostanie si na nowy poziom w Lochu Pajkw, jak rwnie w Twierdzy Czerwonego Smoka. Wystarczy pokaza go odpowiedniemu stranikowi. Przedmiot ten jest niezdatny do handlu. +76020 Eliksir Poszukiwacza Poprawia jako przedmiotw przeznaczonych do bada, co powoduje zwikszenie szansy na ich przyjcie. Przedmiot ten jest niezdatny do handlu. +76021 Eliksir Soca (M) Automatycznie regeneruje Twoje P. Zawiera 100.000 P. Przedmiot ten jest niezdatny do handlu. +76022 Eliksir Soca () Automatycznie regeneruje Twoje P. Zawiera 3.000.000 P. Przedmiot ten jest niezdatny do handlu. +76023 Zielony Czar Usuwa wszystkie bonusy w jednym z Twoich przedmiotw, po czym dodaje nowe. Mona go uywa tylko przy broniach i zbrojach do poziomu 40. Przedmiot ze skrzyni poziomw, niezdatny do handlu. +76024 Zielona Sia Z odrobin szczcia dodaje do jednego z Twoich przedmiotw nowy bonus (maks. 4 bonusy). Mona go uywa tylko na bro i zbroje do poziomu 40. Przedmiot ze skrzyni poziomw, niezdatny do handlu. +76025 Buty Wiatru Gdy ich uywasz, Szybko Ruchu twojej postaci jest zwikszona o 30. +79501 Koczan Ten koczan zaopatrzy ciebie przez 24 godziny w nieskoczon ilo strza. Obraenia nie malej nawet podczas trafie z odlegoci. +79502 Koczan Ten koczan zaopatrzy ciebie przez 7 dni w nieskoczon ilo strza. Obraenia nie malej nawet podczas trafie z odlegoci. +79503 Koczan Ten koczan zaopatrzy ciebie w nieskoczon ilo strza. Obraenia nie malej nawet podczas trafie z odlegoci. +79504 Koczan Ten koczan zaopatrzy ciebie w nieskoczon ilo strza. Obraenia nie malej nawet podczas trafie z odlegoci. +80001 Sakiewka Na Pienidze Ciemna i zniszczona sakiewka zrobiona ze skry. +80002 Czysty Papier A do teraz nieuywany pergamin bardzo dobrej jakoci. +80008 Brya Zota Brya Zota, ktra nigdy nie bya przetapiana. Mona j sprzeda w sklepie za wysok cen. +80014 Kupon SM (100) Kupon o wartoci 100 Smoczych Monet. Przedmiot ten jest zdatny do handlu. +80015 Kupon SM (500) Kupon o wartoci 500 Smoczych Monet. Przedmiot ten jest zdatny do handlu. +80016 Kupon SM (1000) Kupon o wartoci 1000 Smoczych Monet. Przedmiot ten jest zdatny do handlu. +80017 Kupon SM (50) Kupon o wartoci 50 Smoczych Monet. Przedmiot ten jest zdatny do handlu. +80019 Delikatne Sukno Z tego materiau mona utka szarf. +90000 wiadectwo Zmiany Uyj wiadectwa zmiany, aby usun bonusy z szarfy. +90001 Pusta Butelka Na Wod Umoliwia wygodne przenoszenie wody - niestety jest teraz pusta. +90002 Butelka Wody Umoliwia wygodne przenoszenie wody. +90003 Kryszta Bardzo wyjtkowy i szlachetny kamie, ktry piknie lni w promieniach sonecznych. +90004 Klejnot Charakteryzujcy si piknymi kolorami kamie, ktry jest czsto uywany przy produkcji ozdb. +90005 Kamie Wodny Twardy i szorstki kamie, ktry moe by uywany do szlifowania broni albo sprztu kuchennego. +90006 Kamie Duszy Kamie, ktry po dodaniu do do zbroi lub broni moe zwikszy jako danego przedmiotu. +90007 Minera Jest ponad 4000 mineraw, ktre rni si strukturami krystalicznymi, ksztatami i kolorami. +90010 Kamie Wgielny Materia budowlany do budowy budynku gildii +90011 Pie Materia budowlany do budowy budynku gildii +90012 Dykta Materia budowlany do budowy budynku gildii. +90013 diff --git a/bin/pack/locale_pl/locale/pl/jobdesc_assassin.txt b/bin/pack/locale_pl/locale/pl/jobdesc_assassin.txt new file mode 100644 index 00000000..6e809bc9 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/jobdesc_assassin.txt @@ -0,0 +1,16 @@ +[DELAY value;10] +Ninja s profesjonalnymi[ENTER] +zabjcami, ktrzy s w[ENTER] +stanie zaatakowa swojego[ENTER] +przeciwnika z zaskoczenia.[ENTER] +Aby zapewni sobie[ENTER] +[WAIT] +odpowiedni zwinno i[ENTER] +szybko, prawdziwi Ninja[ENTER] +nosz tylko lekkie pancerze[ENTER] +ochronne. Zgodnie z ich[ENTER] +profesj, Ninja s albo[ENTER] +[WAIT] +Mistrzami Sztyletw albo[ENTER] +doskonale atakuj z dystansu[ENTER] +za pomoc uku. \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/jobdesc_shaman.txt b/bin/pack/locale_pl/locale/pl/jobdesc_shaman.txt new file mode 100644 index 00000000..5e2c926c --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/jobdesc_shaman.txt @@ -0,0 +1,15 @@ +[DELAY value;10] +Szamani s bardzo mdrzy i[ENTER] +uywaj potnych zakl[ENTER] +oraz magii. Podczas bitwy i[ENTER] +w trakcie wspierania swoich[ENTER] +przyjaci, ich mistyczne[ENTER] +[WAIT] +zaklcia s bardzo pomocne.[ENTER] +Poprzez specjalizacj,[ENTER] +Szamani mog albo zwiksza[ENTER] +swoj si ofensywn, albo[ENTER] +ulepsza swoje umiejtnoci[ENTER] +[WAIT] +leczce i zaklcia[ENTER] +wspierajce. \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/jobdesc_sura.txt b/bin/pack/locale_pl/locale/pl/jobdesc_sura.txt new file mode 100644 index 00000000..19ccfc8f --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/jobdesc_sura.txt @@ -0,0 +1,16 @@ +[DELAY value;10] +Sura to wojownicy, ktrzy[ENTER] +otrzymali potne magiczne[ENTER] +moce, kiedy zgodzili si na[ENTER] +wzrost nasienia diaba w ich[ENTER] +rkach. Dziki temu s w[ENTER] +[WAIT] +stanie sprawnie posugiwa[ENTER] +si mieczem w zwarciu albo[ENTER] +rani wroga na dystans przy[ENTER] +uyciu magii. Poprzez[ENTER] +specjalizacj mog ulepsza[ENTER] +[WAIT] +swoje zaklcia ofensywne[ENTER] +albo otrzyma inne magiczne[ENTER] +moce. \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/jobdesc_warrior.txt b/bin/pack/locale_pl/locale/pl/jobdesc_warrior.txt new file mode 100644 index 00000000..8a702f7c --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/jobdesc_warrior.txt @@ -0,0 +1,16 @@ +[DELAY value;10] +Dziki swoim umiejtnociom[ENTER] +oraz moliwoci noszenia[ENTER] +cikich zbroi, Wojownicy[ENTER] +odgrywaj wan rol w[ENTER] +walkach w zwarciu. Jedyne[ENTER] +[WAIT] +czego pragn, to bardzo[ENTER] +silne ciao i zbalansowany[ENTER] +umys. Zgodnie z ich[ENTER] +zwyczajami i specjalizacj,[ENTER] +mog albo zadawa ogromne[ENTER] +[WAIT] +obraenia dziki oburcznym[ENTER] +broniom albo hamowa ataki[ENTER] +wroga mieczem i tarcz. \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/locale_game.txt b/bin/pack/locale_pl/locale/pl/locale_game.txt new file mode 100644 index 00000000..8eb1efb4 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/locale_game.txt @@ -0,0 +1,936 @@ +AFF_LOVE_POINT Punkty Miosne: %d%% +ALIGNMENT_NAME Punkty Rangi: +ATTACK_ERROR_UNKNOWN Nieznany bd podczas ataku: %s +CANNOT_ATTACK_DEST_IN_SAFE Przeciwnik jest za daleko. +CANNOT_ATTACK_SELF_IN_SAFE Nie mog zaatakowa. +CANNOT_EQUIP_IN_EXCHANGE Nie moesz zmienia wyposaenia podczas handlowania. +CANNOT_EQUIP_IN_SHOP Nie moesz zdj zaoonego ekwipunku podczas handlu. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA Nie moesz otworzy Prywatnego Magazynu w miejscu publicznym. +CANNOT_SHOOT_DEST_IN_SAFE Wrg jest za daleko. +CANNOT_SHOOT_EMPTY_ARROW Potrzebuj Strzay. +CANNOT_SHOOT_SELF_IN_SAFE Nie mog tego zrobi. +CANNOT_SKILL_APPROACH Na pewno nie mog podej bliej. +CANNOT_SKILL_ATTACK Nie mog zaatakowa. +CANNOT_SKILL_BLUE Gdy aktywna jest Dusza Purpurowego Wilka, nie moesz uy Duszy Wilka Indygo. +CANNOT_SKILL_DEST_IN_SAFE Wrg jest za daleko. +CANNOT_SKILL_EQUIP_FISHING_ROD Potrzebuj Wdki. +CANNOT_SKILL_HAVE_TO_RIDE Potrzebuj Konia zanim bd mg tego uy. +CANNOT_SKILL_NEED_EMPTY_BOTTLE Nie mam Pustej Butelki. +CANNOT_SKILL_NEED_POISON_BOTTLE Nie mam Butelki Z Trucizn. +CANNOT_SKILL_NEED_TARGET Kto jest celem? +CANNOT_SKILL_NOT_ENOUGH_HP Mam za mao Punktw ycia! +CANNOT_SKILL_NOT_ENOUGH_SP Mam za mao Punktw Energii! +CANNOT_SKILL_NOT_HORSE_SKILL Nie mog tego uy podczas jazdy konnej. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON Nie mog uy tej umiejtnoci z t broni. +CANNOT_SKILL_NOT_YET_LEARN Nie opanowaem tej umiejtnoci. +CANNOT_SKILL_ONLY_FOR_ALLIANCE To dziaa tylko na czonkw grupy. +CANNOT_SKILL_ONLY_FOR_CORPSE To dziaa tylko na martwych ludzi. +CANNOT_SKILL_RED Gdy aktywna jest Dusza Wilka Indygo, nie moesz uy Duszy Purpurowego Wilka. +CANNOT_SKILL_REMOVE_FISHING_ROD Nie mog uy tej umiejtnoci z Wdk. +CANNOT_SKILL_SELF_IN_SAFE Nie mog zaatakowa z tego miejsca. +CANNOT_SKILL_USE_SELF Nie mog tego uy na sobie. +CANNOT_SKILL_WAIT_COOLTIME Nie mog jeszcze uy tej Umiejtnoci. +CANNOT_USE Nie moesz go uy. +CANNOT_WHISPER_DEST_REFUSE %s zablokowa moliwo szeptania. SA +CANNOT_WHISPER_NOT_LOGON %s nie jest zalogowany. SA +CANNOT_WHISPER_SELF_REFUSE Nie moesz pisa do innych gdy masz zablokowane szeptanie. SNA +CHANNEL Kana +CHANNELING_CANNOT_LOGOUT Nie moesz wrci do okna logowania. +CHANNEL_EMPTY_SERVER Brak Serwera +CHANNEL_NORMAL Kana %d +CHANNEL_NOTIFY_FULL Ten Kana jest peny! Prosz wybra inny. +CHANNEL_NOT_FIND_INFO Brak informacji o tym kanale. +CHANNEL_PVP Wolny pojedynek +CHANNEL_SELECT_CHANNEL Wybierz Kana +CHANNEL_SELECT_REGION Wybierz region. +CHANNEL_SELECT_SERVER Wybierz serwer +CHANNEL_TEST_SERVER Test server +CHANNEL_TEST_SERVER_ADDR Test %s:%d +CHARACTER_CREATE_MODE Utwrz posta +CHARACTER_SELECT_MODE Wybierz posta +CHAT_ALL Wszystko +CHAT_BLOCK Blok +CHAT_GUILD Gildia +CHAT_INFORMATION Info +CHAT_INSULT_STRING To zdanie zawiera niepoprawne sowa. +CHAT_LOG Poka stare wiadomoci [L] +CHAT_LOG_TITLE Protok wiadomoci +CHAT_NORMAL Normalne +CHAT_NOTICE Ogoszenia +CHAT_PARTY Grupa +CHAT_SEND_CHAT Wylij wiadomo +CHAT_SEND_MEMO Wylij szept [Shift+Enter] +CHAT_SHOUT Woaj +CHAT_SHOUT_LIMIT Moesz woa tylko co 15 sekund. +CHAT_WHISPER Szeptanie +COMB_ALREADY_APPEND +COMB_CANT_APPEND_ITEM Nie mona uy tego przedmiotu. +COMB_CANT_APPEND_SEALED_ITEM Nie moesz uywa przedmiotu przywizanego do duszy. +COMB_COST Cena: %s +COMB_IS_CONTINUE_PROCESS Chcesz kontynuowa? +COMB_NOTICE Nie moesz otworzy prywatnego sklepu podczas wymiany ksig. +COMB_NOTICE_NOT_OPEN Nie moesz wymieni ksig, gdy masz otwarty prywatny sklep. +COMB_NOT_ALL_SLOT_APPEND_ITEM Aby przekaza bonusy, potrzebujesz 2. kostiumu. +COMB_NOT_FULL_BOOK Nie, tak to nie ubijemy interesu. Ju ci przecie wytumaczyem, e chc 10 ksig, aby dokona wymiany. +COMB_NOT_ITEM_IN_INVENTORY Nie moesz uywa zaoonych przedmiotw. +COMB_NOT_MEDIUM_ITEM Nie mona uy tego przedmiotu. +COMB_WILL_REMOVE_MATERIAL Kostium 2 ulegnie zniszczeniu. +CREATE_ERROR_GM_NAME Nie jeste upowaniony do uycia ,GM w swojej nazwie postaci. +CREATE_ERROR_INSULT_NAME Ta nazwa jest niepoprawna. +CREATE_ERROR_LIMIT_LEVEL Twoja posta musi znajdowa si przynajmniej na poziomie 80. +CREATE_ERROR_TIME_LIMIT Moesz tworzy now posta tylko co 30 sek. +CREATE_ERROR_WRONG_STRING Nazwa twojej postaci nie moe zawiera znakw specjalnych. +CREATE_EXIST_SAME_NAME Inna posta ju ma t nazw. +CREATE_FAILURE Nie moesz stworzy postaci +CREATE_FULL Nie moesz tworzy wicej postaci. +CREATE_GM_NAME GM +CREATE_INPUT_NAME Wybierz nazw. +CREATE_PLUS_STAT Nadal pozostay punkty statusu. +DAY Dni +DONT_USE_ITEM_WHEN_SHOW_CONFIRM Nie moesz przemieszcza przedmiotw w trakcie zapytania. +DO_YOU_BUY_ITEM1 Czy chcesz kupi %s za %s? +DO_YOU_BUY_ITEM2 Czy chcesz kupi %s %s za %s? +DO_YOU_DROP_MONEY Czy chcesz upuci %d Yang? +DO_YOU_SELL_ITEM1 Czy chcesz sprzeda %s za %s? +DO_YOU_SELL_ITEM2 Czy chcesz sprzeda %s %s za %s? +DRAGON_SOUL_CANNOT_REFINE Nie moesz uszlachetni tego Smoczego Kamienia. +DRAGON_SOUL_CANNOT_REFINE_MORE Ten Smoczy Kamie osign ju najwyszy poziom. +DRAGON_SOUL_EQUIP_WARNING1 Usunicie Smoczego Kamienia nie jest prost spraw. +DRAGON_SOUL_EQUIP_WARNING2 Chcesz mimo to kontynuowa? +DRAGON_SOUL_EXPIRED Wygasy Smoczy Kamie +DRAGON_SOUL_INVALID_DRAGON_SOUL To nieprawidowy Smoczy Kamie. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL To nie jest Smoczy Kamie. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE To nieprawidowy Smoczy Kamie. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL Nie posiadasz wystarczajco materiau do uszlachetnienia. +DRAGON_SOUL_NOT_MATCHED_SLOT Ten Smoczy Kamie nie pasuje do tego slotu. +DRAGON_SOUL_STEP_LEVEL1 Jako: matowy, +DRAGON_SOUL_STEP_LEVEL2 Jako: przejrzysty, +DRAGON_SOUL_STEP_LEVEL3 Jako: bez skazy, +DRAGON_SOUL_STEP_LEVEL4 Jako: znakomity, +DRAGON_SOUL_STEP_LEVEL5 Jako: wyborny, +DRAGON_SOUL_STRENGTH Poziom: +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 Smoczy Kamie moe ulec zniszczeniu. +DRAGON_SOUL_UNEQUIP_WARNING2 Chcesz mimo to kontynuowa? +DRAGON_SOUL_UNMATCHED_SLOT To nieprawidowy slot. +DRAGON_SOUL_UNQUALIFIED Nie moesz jeszcze uy alchemii Smoczych Kamieni. +DROP_ITEM_FAILURE_EQUIP_ITEM Nie moesz upuci zaoonych przedmiotw. +DROP_ITEM_FAILURE_PRIVATE_SHOP Nie moesz upuci Przedmiotu z ekwipunku jeli otworzye prywatny Magazyn. +DROP_MONEY_FAILURE_1000_OVER Moesz upuci maksimum 999 Yang. +EMOTION_ANGRY Denerwowa +EMOTION_ATTRACTIVE Uwodzi +EMOTION_BANTER Drwi +EMOTION_CHEERS_1 Powitanie 1 +EMOTION_CHEERS_2 Powitanie 2 +EMOTION_CHEERUP Rozwesela +EMOTION_CHOOSE_ONE Wybierz cel +EMOTION_CLAP Klaszcz +EMOTION_CLAP_KISS Pocaunek +EMOTION_CONGRATULATION Zgoda +EMOTION_DANCE_1 Taniec 1 +EMOTION_DANCE_2 Taniec 2 +EMOTION_DANCE_3 Taniec 3 +EMOTION_DANCE_4 Taniec 4 +EMOTION_DANCE_5 Taniec 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE Wybaczy +EMOTION_FRENCH_KISS Francuski pocaunek +EMOTION_JOY Rado +EMOTION_SAD Smutek +EMOTION_SHY Odmowa +EMOTION_SLAP Uderzenie +EMPIRE_A Krlestwo Shinsoo +EMPIRE_B Krlestwo Chunjo +EMPIRE_C Krlestwo Jinno +EMPIRE_SELECT_MODE Wybierz krlestwo +EXCHANGE_CANNOT_GIVE Nie moesz handlowa tym przedmiotem. +EXCHANGE_CANT_EDIT_MONEY Nie moesz teraz zmieni kwoty. +EXCHANGE_FAILURE_EQUIP_ITEM Nie moesz wymieni ubranych przedmiotw. +EXCHANGE_MONEY Kwota +EXCHANGE_TITLE Handluj z %s +FISHING_FAILURE Stracie przynt. +FISHING_NOTIFY1 Wyglda na to, e na haczyku jest %s. +FISHING_NOTIFY2 Wygldao na to, e %s wisi na haku. +FISHING_SUCCESS1 Zdobye %s! +FISHING_SUCCESS2 Wyowie %s! +FISHING_UNKNOWN Co nadziao si na haczyk, ale nie widzisz, co to jest. +FISHING_WRONG_PLACE Nie moesz tu owi ryb. +FOR_FEMALE dla kobiet +FOR_MALE dla mczyzn +GAME_CANNOT_MINING Nie moesz wydobywa surowcw podczas jazdy konnej. +GAME_CANNOT_PICK_ITEM Nie moesz podnie tego Przedmiotu, nie ty go zdobye. +GAME_INIT_ERROR_CURSOR Kursor nie moe zosta utworzony. +GAME_INIT_ERROR_DIRECTX Aby gra moga ruszy musi by zainstalowany DirectX 8.1 .\nZainstaluj DirectX 8.1 lub nowszy. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE adne graficzne urzdzenie nie zostao znalezione.\nSprawd, czy twoja karta VGA jest aktualnie zainstalowana. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST Nie mona byo uruchomi karty graficznej.\nSprawd czy masz kart VGA.\nAlternatywniem moesz aktywowa akceleracj sprztow.\n(Ustaw suwak akceleracji sprztowej na maks. \nPanel Sterowania->Ekran->Ustawienia->Zaawansowane->Rozwizywanie Problemw) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT Karta graficzna w komputerze nie obsuguje trybu ekranowego w trybie 32bit.\nUstaw tryb 16 bitowy lub uyj trybu penoekranowego. +GAME_INIT_ERROR_ITEM_PROTO Brak danych o Przedmiotach.\nZainstaluj gr jeszcze raz. +GAME_INIT_ERROR_MAIN_WINDOW Gra nie moga zosta uruchomiona w okienku +GAME_INIT_ERROR_MOB_PROTO Brak danych o Potworach.\nZainstaluj gr jeszcze raz. +GAME_INIT_ERROR_NETWORK Nie mona byo uruchomi urzdze sieciowych.\nSprawd swoje ustawienia internetowe. +GAME_PICK_MONEY Otrzymae %d Yang. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT Wysoko nie ma 128px. +GUILDMARK_UPLOADER_ERROR_12_HEIGHT Wysoko nie ma 12px. +GUILDMARK_UPLOADER_ERROR_16_WIDTH Szeroko nie ma 16px. +GUILDMARK_UPLOADER_ERROR_64_WIDTH Szeroko nie ma 64px. +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT Gra nie obsuguje tego obrazka. +GUILDMARK_UPLOADER_ERROR_PATH Przenie plik do folderu upload/ w gwnym katalogu gry Metin2. +GUILDMARK_UPLOADER_ERROR_SELECT Plik z obrazkiem nie zosta wybrany. +GUILDWAR_CTF_TITLE Flaga zdobyta. +GUILDWAR_NORMAL_TITLE Pole Bitwy +GUILDWAR_QUESTION_LINE_1 Gildia %s wypowiedziaa wojn twojej Gildii. +GUILDWAR_QUESTION_LINE_2 Akceptujesz? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Walka na arenie +GUILD_BUILDING_GRADE Ranga +GUILD_BUILDING_NAME Nazwa Budynku +GUILD_CANNOT_HEAL_GSP_ANYMORE Energia Ducha Smoka jest ju w peni zregenerowana. +GUILD_COMMENT Napisz +GUILD_CREATE_ERROR_INSULT_NAME Nazwa Gildii jest niepoprawna. +GUILD_DEFAULT_GRADE Czonkowie Gildii +GUILD_DELETE Usu +GUILD_DEPOSIT Depozyt +GUILD_DO_YOU_HEAL_GSP Czy chcesz odnowi za %d Yang %d Ducha Smoka? +GUILD_DO_YOU_JOIN zaprasza Ci do swojej Gildii. Chcesz do niej doczy? +GUILD_EMPTY_AREA Wolna Ziemia +GUILD_ENEMY_GUILD_NAME Nazwa Gildii wroga +GUILD_FACILITY Przybudwka +GUILD_GEM Klejnot +GUILD_HEADQUARTER Budynek Gwny +GUILD_HEAL_GSP Regeneracja Ducha Smoka +GUILD_INFO_ENEMY_GUILD_EMPTY Nikt +GUILD_MARK_NOT_ENOUGH_LEVEL Potrzebny przynajmniej 3 poziom +GUILD_NAME Nazwa Gildii +GUILD_NOT_ENOUGH_MATERIAL Nie masz wystarczajcej iloci surowcw na t budowl. +GUILD_NOT_ENOUGH_MONEY Nie masz wystarczajcej iloci Yang na t budowl. +GUILD_NO_NOTICE_PERMISSION Nie masz praw do tworzenia ogosze. +GUILD_OBJECT Obiekty +GUILD_OFFER_EXP PD do przekazania +GUILD_SHORT_EXP Za mao Punktw Dowiadczenia. +GUILD_TILE_BASEINFO Podstawowa Informacja +GUILD_TILE_BOARD Tablica +GUILD_TILE_GRADE Zarzdzanie Prawami +GUILD_TILE_INFO Informacje o Gildii +GUILD_TILE_MEMBER Czonkowie Gildii +GUILD_TILE_SKILL Umiejtnoci Gildii +GUILD_VILLAGE_01 Miryang +GUILD_VILLAGE_02 Songpa +GUILD_VILLAGE_03 Daeyami +GUILD_WAR1 Obszar Wojny Gildii +GUILD_WAR2 Obszar Wojny Gildii +GUILD_WAR3 Obszar Wojny Gildii +GUILD_WAR4 Obszar Wojny Gildii +GUILD_WAR_LIMIT_30MIN Czas: 30 Minut +GUILD_WAR_REWARD_POTION Nagroda: Zwycizca otrzymuje Mikstur +GUILD_WAR_USE_BATTLE_MAP Miejsce: Teatr Wojny Gildii +GUILD_WAR_USE_NORMAL_MAP Miejsce: Normalna Mapa +GUILD_WAR_WIN_CHECK_SCORE Najlepszy wynik wygrywa Wojn. +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Zdobd Flag przeciwnika +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 i dostarcz j do swojej bazy. +GUILD_WAR_WIN_WIPE_OUT_GUILD Pokonaj wszystkich wrogw by wygra. +GUILD_WITHDRAW Wycofaj si +GUILD_YOU_DO_NOT_JOIN Nie jeste czonkiem adnej Gildii. +HORSE_HEALTH0 Martwy +HORSE_HEALTH1 Godny +HORSE_HEALTH2 Wygodzony +HORSE_HEALTH3 Peny +HORSE_LEVEL1 Ko Zwyky +HORSE_LEVEL2 Ko Bojowy +HORSE_LEVEL3 Ko Wojskowy +HOUR Godzin +HOW_MANY_ITEM_DO_YOU_DROP1 Czy chcesz upuci %s? +HOW_MANY_ITEM_DO_YOU_DROP2 Czy chcesz upuci %s %d? +INPUT_MATRIX_CARD_NUMBER Wpisz numer karty Matrix. +INPUT_MATRIX_CARD_TITLE Karta Matrix +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Wprowad kod usunicia z zarzdzania kontem. +INPUT_PRIVATE_CODE_DIALOG_TITLE Usuwanie postaci +INVENTORY_DO_NOT_PACK_WARP_SCROLL Zwoje powrotu nie mog by czone. +INVENTORY_REALLY_USE_ITEM Na pewno chcesz zastosowa ten przedmiot? +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Amator Ninja +JOB_ASSASSIN1 Moc Ninja +JOB_ASSASSIN2 Nieumary +JOB_SHAMAN Szaman +JOB_SHAMAN0 Amator Shaman +JOB_SHAMAN1 Moc Smoka +JOB_SHAMAN2 Moc Byskawicy +JOB_SURA Sura +JOB_SURA0 Amator Sura +JOB_SURA1 Moc Fata Morgany +JOB_SURA2 Moc Czarnej Magii +JOB_WARRIOR Wojownik +JOB_WARRIOR0 Amator Wojownik +JOB_WARRIOR1 Moc Arahana +JOB_WARRIOR2 Moc Partyzany +LEFT_TIME Pozostay Czas +LOGIN_CONNECT_FAILURE Bd podczas czenia si z serwerem. +LOGIN_CONNECT_SUCCESS Zostae poczony z serwerem. +LOGIN_CONNETING Zostaniesz poczony z serwerem... +LOGIN_FAILURE_ALREAY Twoje konto jest ju poczone. +LOGIN_FAILURE_BE_SAME_KEY Problem z rejestracj. +LOGIN_FAILURE_BLOCK_ID Twoje konto jest zablokowane. +LOGIN_FAILURE_BLOCK_LOGIN Serwer Zamknity - prosz wybra inny! +LOGIN_FAILURE_NOBILL Twoje konto nie ma czasu gry. +LOGIN_FAILURE_NOT_AVAIL Twoje konto nie moe by uyte. +LOGIN_FAILURE_NOT_EXIST_ID Nieprawidowa nazwa konta lub haso. +LOGIN_FAILURE_REPAIR_ID Przedmioty zostay przywrcone dla tego konta. +LOGIN_FAILURE_SAMELOGIN Kto poczy si z Twoim kontem. +LOGIN_FAILURE_SHUTDOWN Serwer nie jest jeszcze otwarty. +LOGIN_FAILURE_TOO_MANY_USER Nie moesz si poczy, poniewa za duo graczy jest online. +LOGIN_FAILURE_UNKNOWN Nie moesz si zarejestrowa z nieznanych powodw. +LOGIN_FAILURE_WEB_BLOCK Twoje konto zostao zablokowane na stronie www. Prosz sprawdzi swoj poczt e-mail. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Wpisae nieprawidowy numer. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE Wybrae zy numer trzy razy. /n Twoje poczenie zostanie zerwane. +LOGIN_FAILURE_WRONG_PASSWORD Nieprawidowa nazwa konta lub haso. +LOGIN_INPUT_ID Podaj swoje ID. +LOGIN_INPUT_PASSWORD Wpisz swoje haso. +LOGIN_PROCESSING Logowanie... +MALL_CANNOT_INSERT Nie moesz umieci Przedmiotu. +MALL_PASSWORD_TITLE Haso +MAP_A1 Strefa Yongan +MAP_A2 Dolina Seungryong +MAP_A2_1 +MAP_A3 Strefa Yayang +MAP_AG Jungrang +MAP_B1 Strefa Joan +MAP_B2 Dolina Imji +MAP_B3 Strefa Bokjung +MAP_BAY Nefrytowa Zatoka +MAP_BAYBLACKSAND Nefrytowa Zatoka +MAP_BG Waryong +MAP_C1 Strefa Pyungmoo +MAP_C2 Dolina Bangsan +MAP_C3 Strefa Bakra +MAP_CAPE Przyldek Smoczego Ognia +MAP_CAPEDRAGONHEAD Przyldek Smoczego Ognia +MAP_CG Imha +MAP_DAWN Klif Gautama +MAP_DAWNMISTWOOD Klif Gautama +MAP_DESERT Pustynia Yongbi +MAP_DEVILCATACOMB Diabelskie Katakumby +MAP_DEVILTOWER1 Wiea Demonw +MAP_DUEL Arena Treningowa +MAP_E Kolonia +MAP_EMPIREWAR01 Walka o Zamek +MAP_EMPIREWAR02 Walka o Zamek +MAP_EMPIREWAR03 Walka o Zamek +MAP_FLAME Doyyumhwan +MAP_GUILD_01 Jungrang +MAP_GUILD_02 Waryong +MAP_GUILD_03 Imha +MAP_HOLYPLACE_DESERT Wojna Krlestw - Pustynna Kraina +MAP_HOLYPLACE_FLAME Wojna Krlestw - Ognista Ziemia +MAP_HOLYPLACE_ICE Wojna Krlestw - Lodowa Ziemia +MAP_MILGYO witynia Hwang +MAP_MILGYO_A +MAP_MONKEY_DUNGEON Hasun Dong +MAP_MONKEY_DUNGEON2 Jungsun Dong +MAP_MONKEY_DUNGEON3 Sangsun Dong +MAP_MONKEY_DUNGEON_11 Hasun Dong +MAP_MONKEY_DUNGEON_12 Hasun Dong +MAP_MONKEY_DUNGEON_13 Hasun Dong +MAP_MT_THUNDER Gromiste Gry +MAP_NUSLUCK Kraina Gigantw +MAP_NUSLUCK01 Kraina Gigantw +MAP_N_DESERT_01 Pustynia Yongbi +MAP_N_DESERT_02 +MAP_N_FLAME_01 Ognista Ziemia +MAP_N_FLAME_02 +MAP_N_FLAME_DUNGEON_01 Twierdza Czerwonego Smoka +MAP_N_SNOWM_01 Gra Sohan +MAP_N_SNOWM_02 +MAP_N_SNOW_DUNGEON_01 Stranica Nemere +MAP_N_THREEWAY Dolina Seungryong +MAP_OXEVENT Konkurs OX +MAP_PATHWAY_DESERT_01 Wojna Krlestw - Pustynna Kraina +MAP_PATHWAY_DESERT_02 Wojna Krlestw - Pustynna Kraina +MAP_PATHWAY_DESERT_03 Wojna Krlestw - Pustynna Kraina +MAP_PATHWAY_FLAME_01 Wojna Krlestw - Ognista Ziemia +MAP_PATHWAY_FLAME_02 Wojna Krlestw - Ognista Ziemia +MAP_PATHWAY_FLAME_03 Wojna Krlestw - Ognista Ziemia +MAP_PATHWAY_ICE_01 Wojna Krlestw - Lodowa Ziemia +MAP_PATHWAY_ICE_02 Plac Zabaw +MAP_PATHWAY_ICE_03 Wojna Krlestw - Lodowa Ziemia +MAP_SKELTOWER Wiea Gumsan +MAP_SKIPIA_DUNGEON_01 Grota Wygnacw +MAP_SKIPIA_DUNGEON_011 +MAP_SKIPIA_DUNGEON_012 +MAP_SKIPIA_DUNGEON_013 +MAP_SKIPIA_DUNGEON_02 Grota Wygnacw +MAP_SKIPIA_DUNGEON_021 +MAP_SKIPIA_DUNGEON_022 +MAP_SKIPIA_DUNGEON_023 +MAP_SKIPIA_DUNGEON_BOSS witynia Smoka +MAP_SKIPIA_DUNGEON_BOSS_1 Loch Pajkw 1 +MAP_SKIPIA_DUNGEON_BOSS_2 Loch Pajkw 2 +MAP_SKIPIA_DUNGEON_BOSS_3 Loch Pajkw 3 +MAP_SNOW Gra Sohan +MAP_SPIDER Kuahlo Dong +MAP_SPIDERDUNGEON Loch Pajkw 1 +MAP_SPIDERDUNGEON_02 Loch Pajkw 2 +MAP_SPIDERDUNGEON_02_1 Loch Pajkw 2 +MAP_SPIDERDUNGEON_03 Loch Pajkw 3 +MAP_SUNGZI Wojna Krlestw +MAP_SUNGZI_DESERT_01 Wojna Krlestw - Pustynny Kraj +MAP_SUNGZI_DESERT_HILL_01 Wojna Krlestw - Pustynny Kraj +MAP_SUNGZI_DESERT_HILL_02 Wojna Krlestw - Pustynny Kraj +MAP_SUNGZI_DESERT_HILL_03 Wojna Krlestw - Pustynny Kraj +MAP_SUNGZI_FLAME_HILL_01 Wojna Krlestw - Ognista Ziemia +MAP_SUNGZI_FLAME_HILL_02 Wojna Krlestw - Ognista Ziemia +MAP_SUNGZI_FLAME_HILL_03 Wojna Krlestw - Ognista Ziemia +MAP_SUNGZI_SNOW Wojna Krlestw - Lodowa Ziemia +MAP_SUNGZI_SNOW_PASS01 Wojna Krlestw - Lodowa Ziemia +MAP_SUNGZI_SNOW_PASS02 Wojna Krlestw - Lodowa Ziemia +MAP_SUNGZI_SNOW_PASS03 Wojna Krlestw - Lodowa Ziemia +MAP_T1 Obszar Wojny Gildii +MAP_T2 Obszar Wojny Gildii +MAP_T3 Obszar Wojny Gildii +MAP_T4 Obszar Wojny Gildii +MAP_TEMPLE witynia Hwang +MAP_THUNDER Gromiste Gry +MAP_TREE Lungsam +MAP_TRENT Las Duchw +MAP_TRENT02 Czerwony Las +MAP_TRENT02_A Czerwony Las +MAP_TRENT_A +MAP_WEDDING_01 Mapa Wesela +MAP_WL Wowe Pole +MAP_WL_01 Wowe Pole +MESSENGER_ADD_FRIEND Dodaj Przyjaciela +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s doda Ci jako przyjaciela. +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Zaakceptowa? +MESSENGER_DO_YOU_DELETE Usun? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Czy chcesz usun numer telefonu komrkowego? +MESSENGER_DO_YOU_MOVE Czy chcesz kontynuowa? +MESSENGER_EMPTY_LIST Pusto +MESSENGER_FAMILY Rodzina +MESSENGER_FRIEND Znajomi +MESSENGER_GUILD Gildia +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Wprowad numer potwierdzajcy, ktry zosta wysany na twj telefon komrkowy. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Wprowad numer potwierdzajcy +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Wprowad numer telefonu komrkowego do wysyania wiadomoci tekstowych. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Czy chcesz teraz wprowadzi numer? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Wprowad numer telefonu komrkowego. +MESSENGER_SEND_MOBILE_MESSAGE_TITLE Wylij wiadomo. +METIN_TEST +MINIMAP Otwrz Mini Map +MINIMAP_CANNOT_SEE Nie mona zobaczy Mini Mapy. +MINIMAP_CAN_NOT_SHOW_AREAMAP Podgld Mapy nie moe zosta ukazany. +MINIMAP_DEC_SCALE Oddal +MINIMAP_INC_SCALE Przybli +MINIMAP_OBSERVER_COUNT %d obserwatorw +MINIMAP_SHOW_AREAMAP Otwrz Du Map +MINUTE Minut +MONETARY_UNIT0 Yang +MONETARY_UNIT1 Dziesi Tysicy +MONETARY_UNIT2 Sto Miliardw +MONEY_INPUT_DIALOG_SELLPRICE Cena sprzeday: +MOVE_ITEM_FAILURE_PRIVATE_SHOP Nie moesz przesuwa przedmiotw, jeli masz otwarty prywatny Magazyn. +MUSIC_EMPTY_MUSIC_LIST Brak muzyki w tle. +MUSIC_METIN2_DEFAULT_THEMA Standardowa muzyka Metin2 +MUSIC_NOT_SELECT_MUSIC Plik z muzyk nie zosta wybrany. +NEEFD_REST Musisz najpierw odpocz. +NOT_YET_SUPPORT Nie jest obsugiwany +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE Aby aktywowa ten tryb musisz nalee do jakiej Gildii. +OPTION_PVPMODE_NOT_SUPPORT Nie moesz wybra tej konfiguracji w Trybie PvP. +OPTION_PVPMODE_PROTECT Musisz mie co najmniej %d poziom, aby mc zmieni tryb PvP. +PARTY_ANSWER_TIMEOVER Zaproszenie zostao odrzucone. +PARTY_BONUS_ATTACKER Warto Ataku: +%d SA +PARTY_BONUS_BERSERKER Szybko Ataku: +%d SA +PARTY_BONUS_BUFFER Czas Trwania: +%d SA +PARTY_BONUS_DEFENDER Obrona: +%d SA +PARTY_BONUS_EXP Bonus DO: %d%% SA +PARTY_BONUS_SKILL_MASTER Max PE: +%d SA +PARTY_BONUS_TANKER Max P: +%d SA +PARTY_BREAK_UP Usu Grup +PARTY_DO_YOU_ACCEPT chce doczy do grupy. +PARTY_DO_YOU_JOIN , zaprasza Ci do swojej grupy. Czy chcesz przyj zaproszenie? +PARTY_EXP_DISTRIBUTION_MODE Podzia DO +PARTY_EXP_DISTRIBUTION_MODE_LEVEL zaley od poziomu +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP Czonkowie grupy o wyszym poziomie otrzymuj wicej PD. +PARTY_EXP_DISTRIBUTION_MODE_PARITY rwno +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Wszyscy otrzymuj tak sam ilo PD. +PARTY_HEAL_ALL_MEMBER Odnw wszystko. +PARTY_INCREASE_AREA_150 Zasig grupy zwikszony o wspczynnik 1,5. SNA +PARTY_INCREASE_AREA_200 Zasig grupy zwikszony o wspczynnik 2. SNA +PARTY_LEAVE Opu grup +PARTY_LONGTIME_BONUS_EXP Bonus DO za dug gr grupow: +%d%% SA +PARTY_MEMBER_OFFLINE [Offline] +PARTY_RECALL_MEMBER Wezwij czonka grupy. +PARTY_REGEN_BONUS Bonus za P- + PE regeneracja: +%d%% SA +PARTY_REQUEST_DENIED Odrzucono zaproszenie. +PARTY_SET_ATTACKER Ustanw jako Atakujcego. +PARTY_SET_BERSERKER Ustanw jako Berserker. +PARTY_SET_BUFFER Ustanw jako Blokujcego. +PARTY_SET_DEFENDER Ustanw jako Obroc. +PARTY_SET_NORMAL Wycofaj bonus. +PARTY_SET_SKILL_MASTER Ustanw jako Mistrza Umiejtnoci. +PARTY_SET_TANKER Ustanw jako Walczcego W Zwarciu. +PARTY_SKILL_ATTACKER Podstawowa Warto Ataku +%.0f +PARTY_SKILL_BERSERKER Szybko Ataku +%.0f +PARTY_SKILL_BUFFER Czas trwania +%.0f +PARTY_SKILL_DEFENDER Obrona +%.0f +PARTY_SKILL_HP_REGEN Regeneracja P +%.0f%% +PARTY_SKILL_PARTY_AREA Zasig Grupy +%d%% +PARTY_SKILL_SKILL_MASTER Max PE +%.0f +PARTY_SKILL_SP_REGEN Regeneracja PE +%.0f%% +PARTY_SKILL_TANKER Max P +%.0f +PARTY_SKILL_WARP Moliwe wezwanie czonkw grupy. +PASSWORD_TITLE Haso do magazynu +PICK_ITEM_TITLE Numer Przedmiotu +PICK_MONEY_TITLE Kwota +PRIVATE_SHOP_CANNOT_SELL_ITEM Nie moesz sprzeda tego Przedmiotu w prywatnym Magazynie. +PRIVATE_SHOP_CLOSE_QUESTION Czy chcesz zamkn prywatny Magazyn? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE Wpisz nazw swojego Sklepu. +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Cena +PVP_LEVEL0 Rycerski +PVP_LEVEL1 Szlachetny +PVP_LEVEL2 Dobry +PVP_LEVEL3 Przyjazny +PVP_LEVEL4 Neutralny +PVP_LEVEL5 Agresywny +PVP_LEVEL6 Nieuczciwy +PVP_LEVEL7 Zoliwy +PVP_LEVEL8 Okrutny +PVP_MODE_GUILD PvP - gildia aktywowana +PVP_MODE_KILL PvP - tryb wolny aktywowany +PVP_MODE_NORMAL PvP - tryb pokojowy aktywowany. +PVP_MODE_PROTECT Aktywowano ochron przed PvP +PVP_MODE_REVENGE PvP - tryb wrogi aktywowany +PVP_OPTION_KILL Wolny +PVP_OPTION_NORMAL Pokojowy +PVP_OPTION_PROTECT Ochrona +PVP_OPTION_REVENGE Wrogi +QUEST_APPEND Otrzymano Now Misj. +QUEST_MIN Min. +QUEST_SEC Sek. +QUEST_TIMEOVER Koniec czasu +QUEST_UNLIMITED_TIME Brak limitu czasowego. +QUEST_ZEROSEC 0 Sek. +QUICKSLOT_REGISTER_DISABLE_ITEM Ten Przedmiot nie moe zosta dodany do Szybkiego Pola Dostpu. +RECEIVE_MESSAGE %s wysa Ci wiadomo. +REFINE_COST Cena za Ulepszenie: %d Yang +REFINE_DESTROY_WARNING Ten przedmiot moe zosta zniszczony podczas uszlachetnienia. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 To zwikszy szanse na ulepszenie, +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 ale jeli zawiedziesz, Przedmiot zostanie zniszczony. Czy chcesz kontynuowa? +REFINE_DOWN_GRADE_WARNING Przedmiot moe zosta zdegradowany w ten sposb. +REFINE_DO_YOU_SEPARATE_METIN Czy chcesz usun wszystkie Kamienie Duszy? +REFINE_FAILURE Ulepszanie nie powiodo si. +REFINE_FAILURE_CAN_NOT_ATTACH %s nie moe zosta uwzgldniony w tym Przedmiocie. +REFINE_FAILURE_EQUIP_ITEM Nie moesz ulepsza zaoonych przedmiotw. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM aden Kamie Duszy nie moe zosta wyjty. +REFINE_FAILURE_NEED_BETTER_SCROLL Potrzebujesz lepszego Zwoju. +REFINE_FAILURE_NO_GOLD_SOCKET Nie ma Zotej Kieszeni by uwzgldni %s . +REFINE_FAILURE_NO_MORE_SOCKET Nie moesz zrobi wicej Kieszeni. +REFINE_FAILURE_NO_SOCKET0 Nie ma slotu, w ktrym mona umieci %s. +REFINE_FAILURE_SOCKET_DISABLE_ITEM Nie moesz zrobi adnych Kieszeni w tym Przedmiocie. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM Ten Przedmiot nie moe zosta ulepszony. +REFINE_SUCCESS Przedmiot zosta ulepszony. +REFINE_SUCCESS_PROBALITY Szansa na Ulepszenie %d%% +REFINE_WARNING2 Czy chcesz kontynuowa? +SAFEBOX_ERROR Wprowadzie ze haso. +SAFEBOX_SELL_DISABLE_SAFEITEM Nie moesz sprzeda adnego z zachowanych Przedmiotw. +SAFEBOX_WRONG_PASSWORD Hasa musz by identyczne. +SCREENSHOT_SAVE1 jest zapisany w +SCREENSHOT_SAVE2 Plik ze zrzutem obrazu +SCREENSHOT_SAVE_FAILURE Niepomylny zapis zrzutu obrazu. +SECOND Sek +SELECT_CAN_NOT_DELETE Nie moesz usun postaci. +SELECT_CHANGED_NAME Zmienie nazw postaci. +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME Ta nazwa postaci ju istnieje. +SELECT_CHANGE_FAILURE_STRANGE_INDEX Sprbuj ponownie. +SELECT_CHANGE_FAILURE_STRANGE_NAME To +SELECT_CHANGE_NAME_TITLE Zmie nazw postaci. +SELECT_DELEING Posta zostanie usunita. +SELECT_DELETED Usuwanie pomylne. +SELECT_DO_YOU_DELETE_REALLY Czy chcesz kontynuowa? +SELECT_EMPTY_SLOT To jest wolne pole. +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Wprowad now nazw postaci. +SELECT_NOT_JOIN_GUILD Brak Gildii +SHOP_BUY_INFO Wybierz z wystawy przedmiot, ktry chcesz kupi. +SHOP_CANNOT_SELL_EQUIPMENT Nie moesz sprzedawa ubranych przedmiotw. +SHOP_CANNOT_SELL_ITEM Ten Przedmiot nie moe zosta sprzedany. +SHOP_ERROR_UNKNOWN Nieznany Bd Sklepu: %s +SHOP_INVALID_POS Ten Przedmiot nie moe zosta tu uyty. +SHOP_INVENTORY_FULL Nie ma miejsca w ekwipunku. +SHOP_NOT_ENOUGH_MONEY Niewystarczajca ilo Yang +SHOP_NOT_ENOUGH_MONEY_EX Nie posiadasz wystarczajco Yang. +SHOP_SELL_INFO Wybierz w oknie ekwipunku przedmiot, ktry chcesz sprzeda. +SHOP_SOLDOUT Wyprzedany +SHOT_ERROR_UNKNOWN Nieznany bd podczas ataku z dystansu: %s +SKILL_BLEEDING Krwawienie +SKILL_BOHO Odbicie +SKILL_BUDONG nie jest ju uywany +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK Potrzebujesz DO do nauki tej Umiejtnoci. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Potrzebujesz Ksigi do nauki tej Umiejtnoci. +SKILL_CHEONGEUN Silne Ciao +SKILL_CRITICAL Cios Krytyczny +SKILL_ENCHANT_POISON Dodaj Trucizn +SKILL_EUNHYEONG Krycie Si +SKILL_FAINT Omdlenie +SKILL_FIND_TRAP Szukaj Puapki +SKILL_FIRE Podpalenie +SKILL_FISHMIND Marmur Rybaka jest aktywny +SKILL_GAMJI Zap +SKILL_GEOMGYEONG Aura Miecza +SKILL_GEONGON SKILL_GEONGON Niewykorzystany +SKILL_GICHEON Pomoc Smoka +SKILL_GIGONG Rotacja Chi +SKILL_GONGPO Strach +SKILL_GRADE_NAME_GRAND_MASTER %s Wielki Mistrz +SKILL_GRADE_NAME_MASTER %s Mistrz +SKILL_GRADE_NAME_PERFECT_MASTER %s Perfekcyjny Mistrz +SKILL_GROUP_ASSASSIN_1 Ostrze +SKILL_GROUP_ASSASSIN_2 uk +SKILL_GROUP_HORSE Jazda +SKILL_GROUP_SHAMAN_1 Smok +SKILL_GROUP_SHAMAN_2 Leczenie +SKILL_GROUP_SURA_1 Bro +SKILL_GROUP_SURA_2 Magia +SKILL_GROUP_WARRIOR_1 Ciao +SKILL_GROUP_WARRIOR_2 Umys +SKILL_GWIGEOM Czarowane Ostrze +SKILL_GYEONGGONG Bezszelestny Chd +SKILL_HEUKSIN Mroczna Ochrona +SKILL_HOSIN Bogosawiestwo +SKILL_HWAYEOM SKILL_HWAYEOM Niewykorzystany +SKILL_HYEOLMA SKILL_HYEOLMA Niewykorzystany +SKILL_INC_ATKSPD Zwikszona Szybko Ataku +SKILL_INC_MOVSPD Zwikszona Szybko Ruchu +SKILL_INMA SKILL_INMA niewykorzystany +SKILL_JEOJU Kltwa +SKILL_JEONGEOP Leczenie +SKILL_JEONGWI Berserk +SKILL_JEONSINBANGEO Cakowita Obrona +SKILL_JEONSINGONGGYEOK Cakowity Atak +SKILL_JEUNGCHE SKILL_JEUNGCHE Niewykorzystany +SKILL_JEUNGHON SKILL_JEUNGHON Niewykorzystany +SKILL_JEUNGRYEOK Atak + +SKILL_JEUNGSOK Szybko + +SKILL_JIGAM SKILL_JIGAM Niewykorzystany +SKILL_JIPJUNG SKILL_JIPJUNG Niewykorzystany +SKILL_JUMAGAP Czarowana Zbroja +SKILL_JUMAGEOM SKILL_JUMAGEOM Niewykorzystany +SKILL_KWAEGEOM SKILL_KWAEGEOM Niewykorzystany +SKILL_KWAESOK Szybko +SKILL_LEGBOUND SKILL_LEGBOUND Niewykorzystany +SKILL_MUSA SKILL_MUSA Niewykorzystany +SKILL_MUYEONG Ognisty Duch +SKILL_NEED_EMPTY_BOTTLE Nie mam Pustej Butelki. +SKILL_NEED_POISON_BOTTLE Nie mam Butelki z Trucizn +SKILL_ONLY_FOR_GUILD_WAR Moesz uywa tej Umiejtnoci tylko podczas Wojny Gildii. +SKILL_PABEOP Rozproszenie Magii +SKILL_POWERFUL_STRIKE Atak Oszaamiajcy +SKILL_SEOMGWANG Bomba Byskawic +SKILL_SINCHAK SKILL_SINCHAK Niewykorzystany +SKILL_SLEEP Upienie +SKILL_SLOW Spowolnienie +SKILL_STUN Oguszenie +SKILL_SUHO Stranik +SKILL_SUMMON_DESCRIPTION Szansa na Przywoanie: %d%% +SKILL_TOOLTIP_INT Inteligencja +SKILL_TOOLTIP_LEVEL Poziom +SKILL_TOXICDIE Otrucie +SKILL_TOXICPOWER Zwikszona Warto Ataku Trucizn +SKILL_TUSOK Uderzenie Ducha +SKILL_WONSIN SKILL_WONSIN Niewykorzystany +SKILL_YONGSIN SKILL_YONGSIN Niewykorzystany +STAT_MINUS_CON Dostosowanie Witalnoci (Pozostaa szansa: %d) +STAT_MINUS_DEX Dostosowanie Zrcznoci (Pozostaa Szansa: %d) +STAT_MINUS_INT Dostosowanie Inteligencji (Pozosta szansa: %d) +STAT_MINUS_STR Dostosowanie Siy (Pozosta szansa: %d) +STAT_TOOLTIP_CON Podwysza P i Obron +STAT_TOOLTIP_DEX Podwysza atak i uniki +STAT_TOOLTIP_INT Podwysza PE, magiczny atak i obron. +STAT_TOOLTIP_STR Podwysza Warto Ataku i Uszkodze +SYMBOLLIST_TITLE Zarejestruj Flag Gildii +SYSTEM_OPTION_CPU_TILING_1 CPU TNL moe ulepszy szybko sabszego PC. +SYSTEM_OPTION_CPU_TILING_2 Jeli jest problem z grafik, wybierz ,Opcje System lub ,CONFIG.exe; +SYSTEM_OPTION_CPU_TILING_3 i zmie na GPU TNL. +SYSTEM_OPTION_GPU_TILING_1 GPU TNL moe dziaa wolniej na sabszych PC. +SYSTEM_OPTION_GPU_TILING_2 Jeli zaistniej problem z grafik, wybierz 'Opcje Systemu' lub 'CONFIG.exe' +SYSTEM_OPTION_GPU_TILING_3 i zmie na GPU TNL +SYSTEM_OPTION_TILING_EXIT Aby zmieni tryb TNL trzeba zrestartowa gr. +TARGET_BUTTON_ACCEPT_FIGHT Zgoda +TARGET_BUTTON_AVENGE Zemsta +TARGET_BUTTON_BUILDING_DESTROY Zniszcz +TARGET_BUTTON_DISMOUNT Zsid +TARGET_BUTTON_EMOTION_ALLOW Emocje +TARGET_BUTTON_EXCHANGE Handel +TARGET_BUTTON_EXCLUDE Wyklucz +TARGET_BUTTON_EXIT_OBSERVER Zakocz Tryb Obserwatora +TARGET_BUTTON_FIGHT Pojedynek +TARGET_BUTTON_FRIEND Przyjaciel +TARGET_BUTTON_INVITE_GUILD Zapr. Gildii +TARGET_BUTTON_INVITE_PARTY Zapr. Grupy +TARGET_BUTTON_LEAVE_PARTY Opu Grup +TARGET_BUTTON_REQUEST_ENTER_PARTY Docz do Grupy +TARGET_BUTTON_VIEW_EQUIPMENT Zbroja +TARGET_BUTTON_WHISPER Szept +TARGET_LEVEL_BOSS Boss +TARGET_LEVEL_KING Stopie 5. +TARGET_LEVEL_KNIGHT Stopie 3. +TARGET_LEVEL_PAWN Stopie 1. +TARGET_LEVEL_S_KNIGHT Stopie 4. +TARGET_LEVEL_S_PAWN Stopie 2. +TASKBAR_ATTACK Atak +TASKBAR_AUTO atakuj automatycznie +TASKBAR_CAMERA Kamera +TASKBAR_EXP Dowiadczenie +TASKBAR_HP P +TASKBAR_MOVE Ruch +TASKBAR_SKILL Umiejtno +TASKBAR_SP PE +TASKBAR_ST ST +THING_COUNT wszystko +TOOLTIP_ANTI_CRITICAL_PCT Odporno na cios krytyczny +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT Odporno na przeszywajcy cios +%d%% SA +TOOLTIP_ANTI_SELL Nie moe zosta sprzedany w Magazynie +TOOLTIP_APPLY_ACCEDRAIN_RATE Stopie absorpcji: %d%% SA +TOOLTIP_APPLY_ATTBONUS_ANIMAL Silny przeciwko Zwierztom +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Silny przeciwko Ninja +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL Silny przeciwko Diabom +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Silny przeciwko Ludziom +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Silny przeciwko Mistykom +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Silny przeciwko Potworom +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC Silny przeciwko Orkom +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN Silny przeciwko Szamanom +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Silny przeciwko Sura +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD Silny przeciwko Nieumarym +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Silny przeciwko Wojownikom +%d%% SA +TOOLTIP_APPLY_BLEEDING_PCT Atak krwawienia + %d%% SA +TOOLTIP_APPLY_BLEEDING_REDUCE Odporno na Atak Krwawienia + %d%% SA +TOOLTIP_APPLY_BLOCK Szansa na blok ciosw %d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER Odzyskiwanie PE przez 5 sekund podczas Bitwy %d SA +TOOLTIP_APPLY_CRITICAL_PCT Szansa na cios krytyczny +%d%% SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER Szansa na odzyskanie PE: %d%% SA +TOOLTIP_APPLY_DODGE Szansa na uniknicie Strzay: %d%% SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS Szansa na Bonus DO: %d%% SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS Szansa na podwjn ilo Yang: %d%% SA +TOOLTIP_APPLY_IMMUNE_FALL Niewraliwy na Upadek SNA +TOOLTIP_APPLY_IMMUNE_SLOW Odporno na Spowolnienia SNA +TOOLTIP_APPLY_IMMUNE_STUN Odporno na Omdlenia SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS Szansa na podwjn ilo Przedmiotw: %d%% SA +TOOLTIP_APPLY_KILL_HP_RECOVER Szansa na odzyskanie P: %d%% SA +TOOLTIP_APPLY_KILL_SP_RECOVER Szansa na odzyskanie PE: %d%% SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% Szansa na kradzie PE SA +TOOLTIP_APPLY_MAX_HP_PCT Maks. P +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT Maks. PE +%d%% SA +TOOLTIP_APPLY_NOAFFECT Brak efektu +TOOLTIP_APPLY_NO_DEATH_PENALTY Nie tracisz Punktw Dowiadczenia podczas wznawiania gry w miejscu mierci. SNA +TOOLTIP_APPLY_PENETRATE_PCT Szansa na przeszywajce Uderzenie: %d%% SA +TOOLTIP_APPLY_POISON_PCT Szansa na Otrucie %d%% SA +TOOLTIP_APPLY_POISON_REDUCE Odporno na Trucizny: %d%% SA +TOOLTIP_APPLY_POTION_BONUS Mikstury %d%% efekt podniesiony SA +TOOLTIP_APPLY_REFLECT_CURSE Szansa na odbicie Kltwy: %d%% SA +TOOLTIP_APPLY_REFLECT_MELEE %d%% Szansa na odbicie Ciosu SA +TOOLTIP_APPLY_RESIST_ASSASSIN Odporno na Ninja: %d%% SA +TOOLTIP_APPLY_RESIST_BELL Odporno na Dzwony: %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER Odporno na Sztylety: %d%% SA +TOOLTIP_APPLY_RESIST_FAN Odporno na Wachlarze: %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN Odporno na Szamanw: %d%% SA +TOOLTIP_APPLY_RESIST_SURA Odporno na Sura: %d%% SA +TOOLTIP_APPLY_RESIST_SWORD Odporno na Miecze: %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND Odporno na Bro Dwurczn: %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR Odporno na Wojownikw: %d%% SA +TOOLTIP_APPLY_RESIST_WIND Odporno na Wiatr: %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS Szansa na pomyln nauk zwikszona o wspczynnik 2.5. SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY Jeli trening si nie powiedzie, moesz od razu sprbowa ponownie. SNA +TOOLTIP_APPLY_SLOW_PCT Szansa na Spowolnienie %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% obrae bdzie dodanych do P SA +TOOLTIP_APPLY_STEAL_SP %d%% obrae bdzie dodanych do PE SA +TOOLTIP_APPLY_STUN_PCT Szansa na Omdlenie %d%% SA +TOOLTIP_ARMOR Zbroja +TOOLTIP_ARROW Strzaa +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE Warto Ataku +%d SA +TOOLTIP_ATT_SPEED Szybko Ataku +%d%% SA +TOOLTIP_AUTO_POTION_HP Eliksir Soca +TOOLTIP_AUTO_POTION_REST Pozostao: %.2f%% +TOOLTIP_AUTO_POTION_SP Eliksir Ksiyca +TOOLTIP_AUTO_POTION_USING Aktywny +TOOLTIP_BOW_DISTANCE Zasig uku +%dm SA +TOOLTIP_BUYPRICE Cena: %s +TOOLTIP_CAST_SPEED Szybko Zaklcia +%d%% SA +TOOLTIP_CON Witalno +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Bonus kostiumu %d%% SA +TOOLTIP_DEF_GRADE Obrona +%d SA +TOOLTIP_DEX Zrczno +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Ziemia SNA +TOOLTIP_DRAGON_SOUL_DECK2 Niebo SNA +TOOLTIP_EAR Kolczyki +TOOLTIP_ENERGY Energia %d SA +TOOLTIP_ETC I tak dalej +TOOLTIP_FISHINGROD_EXP Punkty %d / %d +TOOLTIP_FISHINGROD_LEVEL Poziom: %d +TOOLTIP_FISHINGROD_UPGRADE1 Daj Rybakowi, +TOOLTIP_FISHINGROD_UPGRADE2 aby dosta +TOOLTIP_FISHINGROD_UPGRADE3 Ulepszon Wdk. +TOOLTIP_FISH_LEN Dugo: %.2fcm +TOOLTIP_HELMET Hem +TOOLTIP_HP_REGEN Regeneracja P: +%d%% SA +TOOLTIP_INT Inteligencja +%d SA +TOOLTIP_ITEM_ATT_GRADE Warto Ataku: %d +TOOLTIP_ITEM_ATT_POWER Warto Ataku: %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Warto Ataku: %d +TOOLTIP_ITEM_ATT_POWER_REFINE Warto Ataku: %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Szybko Ataku: %s +TOOLTIP_ITEM_DEF_GRADE Obrona %d +TOOLTIP_ITEM_FAST Szybki +TOOLTIP_ITEM_LIMIT_CON Grna granica Witalnoci: %d +TOOLTIP_ITEM_LIMIT_DEX Grny limit Zrcznoci: %d +TOOLTIP_ITEM_LIMIT_INT Grna granica Inteligencji: %d +TOOLTIP_ITEM_LIMIT_LEVEL Od Poziomu: %d +TOOLTIP_ITEM_LIMIT_STR Grna granica Siy: %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Warto Magicznego Ataku: %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Warto Magicznego Ataku: %d +TOOLTIP_ITEM_MAGIC_DEF_POWER Magiczna Obrona %d +TOOLTIP_ITEM_NORMAL Normalny +TOOLTIP_ITEM_SLOW Wolny +TOOLTIP_ITEM_VERY_FAST Bardzo szybki +TOOLTIP_ITEM_VERY_SLOW Bardzo wolny +TOOLTIP_ITEM_WEARABLE_JOB [ Do ubrania ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER Szczliwy Numer: %d +TOOLTIP_MAGIC_ATTBONUS_PER Magiczny atak +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE Warto Magicznego Ataku: +%d SA +TOOLTIP_MAGIC_DEF_GRADE Magiczna Obrona: +%d SA +TOOLTIP_MALL_ATTBONUS Warto Ataku: +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC Warto Ataku: +12~15% SNA +TOOLTIP_MALL_AUTOLOOT Rka, ktra automatycznie podnosi upuszczone Yang. SNA +TOOLTIP_MALL_DEFBONUS Obrona: +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC Obrona +12~15% SNA +TOOLTIP_MALL_EXPBONUS Punkty Dowiadczenia: +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe DO Bonus +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC Zwiksza zdobywanie PD o 50% SNA +TOOLTIP_MALL_FISH_MIND Szansa schwytania rzadkiej ryby zostanie podwojona. SNA +TOOLTIP_MALL_GOLDBONUS Szansa na zdobycie Yang pomnoona o %.1f SA +TOOLTIP_MALL_GOLDBONUS_STATIC Szansa znalezienia Yang zostanie podwojona SNA +TOOLTIP_MALL_ITEMBONUS Szansa na zdobycie Przedmiotw pomnoona o %.1f SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe Szansa na zdobycie Przedmiotw plus %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC Podwojona szansa na zdobycie przedmiotu SNA +TOOLTIP_MALL_MARRIAGE_FAST Punkty Mioci szybciej si regeneruj. SNA +TOOLTIP_MALL_SAFEBOX Zwikszona pojemno Magazynu SNA +TOOLTIP_MAX_HP Max P: +%d SA +TOOLTIP_MAX_HP_PCT Max P: +%d%% SA +TOOLTIP_MAX_SP Max PE: +%d SA +TOOLTIP_MAX_SP_PCT Max PE: +%d%% SA +TOOLTIP_MAX_STAMINA Max Wytrzymao: +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Magiczny/krtkodystansowy atak +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s (%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR BRAK NAZWY (%d, %d) +TOOLTIP_MOV_SPEED Szybko Ruchu %d%% SA +TOOLTIP_NECK Naszyjnik +TOOLTIP_NEED_ALL_SP Wymagane PE: Max +TOOLTIP_NEED_GSP Wymagany Duch Smoka: %d +TOOLTIP_NEED_HP Wymagane P: %d +TOOLTIP_NEED_HP_PER_SEC P / sek.: %d +TOOLTIP_NEED_SKILL_POINT Wymagane Punkty Umiejtnoci: +TOOLTIP_NEED_SP Wymagane PE: %d +TOOLTIP_NEED_SP_PER_SEC PE / Sek.: %d +TOOLTIP_NEXT_SKILL_LEVEL_1 Nastpny Poziom: %d (Max %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Nastpny Poziom: %d (Max %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS rednie Obraenia: %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS Odporno na Obraenia: %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 Wicej ni %d Czonkw Grupy +TOOLTIP_PARTY_INFO_GRADE_UP2 Poziom Ataku +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Poziom Obrony +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL Regeneracja P/PE wszystkich Czonkw Grupy przez 60 minut. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL Regeneracja P/PE wszystkich Czonkw Grupy przez 30 minut. +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Musisz poczeka 3 minuty po mierci czonka grupy. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Moesz przywoa czonkw grupy, ktrzy s na tym samym serwerze. +TOOLTIP_PARTY_INFO_SET_ATTACKER Poziom Ataku +(ilo czonkw grupy/2) Napastnik %d moe by wybrany. +TOOLTIP_PARTY_INFO_SET_TANKER Poziom Obrony +(ilo czonkw grupy) 1 Walczcy Ostrzem moe by wybrany. +TOOLTIP_PARTY_SKILL_LEVEL Aktualny Poziom: %d +TOOLTIP_PARTY_TITLE_GRADE_UP [Atak/Obrona ulepszony] +TOOLTIP_PARTY_TITLE_HEAL [przywr] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Jeli masz wicej ni %d Czonkw Grupy, dostajesz %d%% Bonus DO . +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonus DO] +TOOLTIP_PARTY_TITLE_RECALL [Przywoaj] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [Ustanw Napastnika] +TOOLTIP_PARTY_TITLE_SET_TANKER [Ustanw Walczcego Ostrzem] +TOOLTIP_PICK_EXP Punkty: %d / %d +TOOLTIP_PICK_LEVEL Poziom: %d +TOOLTIP_PICK_UPGRADE1 Daj to Drwalowi +TOOLTIP_PICK_UPGRADE2 aby dosta +TOOLTIP_PICK_UPGRADE3 ulepszony Kilof. +TOOLTIP_POTION_CURE Usu negatywne skutki. +TOOLTIP_POTION_MIN Min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Szybko Ataku +%d +TOOLTIP_POTION_PLUS_HP_PERCENT P +%d%% +TOOLTIP_POTION_PLUS_HP_POINT P +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Szybko Ruchu +%d +TOOLTIP_POTION_PLUS_SP_PERCENT PE +%d%% +TOOLTIP_POTION_PLUS_SP_POINT PE +%d +TOOLTIP_POTION_SEC Sek. +TOOLTIP_POTION_TIME Czas trwania: +TOOLTIP_REQUIREMENT_21_LEVEL Musisz osign Poziom 21. +TOOLTIP_REQUIREMENT_41_LEVEL Musisz osign Poziom 41. +TOOLTIP_REQUIREMENT_LEVEL Musisz osign Poziom %d. +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s Poziom %d wymagany. +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d wymagany +TOOLTIP_RESIST_BOW Odporno na Strzay: %d%% SA +TOOLTIP_RESIST_DARK Odporno na mrok +%d%% SA +TOOLTIP_RESIST_EARTH Odporno na ziemi +%d%% SA +TOOLTIP_RESIST_ELEC Odporno na Byskawice: %d%% SA +TOOLTIP_RESIST_FIRE Odporno na Ogie: %d%% SA +TOOLTIP_RESIST_ICE Odporno na ld +%d%% SA +TOOLTIP_RESIST_MAGIC Odporno na Magi: %d%% SA +TOOLTIP_REST_USABLE_COUNT Pozostao: %d +TOOLTIP_SEALED Przywizanie do duszy +TOOLTIP_SELLPRICE Cena: %s +TOOLTIP_SHAMAN Szaman +TOOLTIP_SHIELD Tarcza +TOOLTIP_SHOES Buty +TOOLTIP_SKILL Umiejtnoci SNA +TOOLTIP_SKILLBOOK_NAME Ksiga Umiejtnoci +TOOLTIP_SKILL_AFFECT_ATT_GRADE Warto Ataku: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Warto Ataku: +TOOLTIP_SKILL_AFFECT_ATT_SPEED Szybko Ataku: + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Obrona: +TOOLTIP_SKILL_AFFECT_DODGE Warto Ataku przeciwnika: - +TOOLTIP_SKILL_AFFECT_HEAL Regeneracja P: +TOOLTIP_SKILL_AFFECT_MOV_SPEED Szybko Ruchu: + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Szansa na odbicie ataku: +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Odporno na Obraenia: +TOOLTIP_SKILL_COOL_TIME Odnowa: +TOOLTIP_SKILL_DAMAGE_BONUS Obraenie Umiejtnoci: %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS Odporno na Obraenia Umiejtnoci %d%% SA +TOOLTIP_SKILL_DURATION Czas trwania: %d Sek. +TOOLTIP_SKILL_FORGET_BOOK_NAME Ksiga Zapomnienia +TOOLTIP_SKILL_LEVEL Aktualny Poziom: %d +TOOLTIP_SKILL_LEVEL_MASTER Aktualny Poziom: %d (Mistrz) +TOOLTIP_SKILL_LEVEL_WITH_MAX Aktualny Poziom: %d (Max %d) +TOOLTIP_SOCKET_EMPTY Pusty +TOOLTIP_SOCKET_REFINABLE_ITEM [Przedmiot ze slotem] +TOOLTIP_SP_REGEN Regeneracja PE: +%d%% SA +TOOLTIP_STR Sia: +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX adowanie czasu %d sek. SA +TOOLTIP_TIME_CHARGER_PER adowanie czasu %d%% SA +TOOLTIP_UNIQUE Unikat +TOOLTIP_UNSEAL_LEFT_TIME Oderwanie od duszy za: %dH %dM +TOOLTIP_WARRIOR Wojownik +TOOLTIP_WEAPON Bro +TOOLTIP_WRISTLET Bransoleta +UI_ACCEPT Akceptuj +UI_CANCEL Anuluj +UI_CLOSE Zamknij +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Odrzu +UI_ITEM Przedmiot +UI_LEFT_TIME Pozostay Czas: %d Sek. +UI_NEXT Kontynuuj +UI_NEXTPAGE Dalej +UI_NOCONTENTS Brak Zawartoci +UI_NONAME Brak Nazwy +UI_OK OK +UI_POS_UNKNOWN Nieznane Pooenie +UI_PREVPAGE Wr +UI_UNKNOWN Nieznany +UPLOAD_MARK_CHECK_NEED_RECONNECT Wgrywanie musi zosta ponownie rozpoczte. +UPLOAD_MARK_UPLOAD_NEED_RECONNECT Wgrywanie musi zosta ponownie rozpoczte. +USE_ITEM_FAILURE_PRIVATE_SHOP Nie moesz uywa przedmiotw, jeli otworzye prywatny Magazyn. +USE_SKILL_ERROR_UNKNOWN Nieznany Bd Umiejtnoci: %s diff --git a/bin/pack/locale_pl/locale/pl/locale_interface.txt b/bin/pack/locale_pl/locale/pl/locale_interface.txt new file mode 100644 index 00000000..42a1750a --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/locale_interface.txt @@ -0,0 +1,345 @@ +ACCEPT Akceptuj +ATTACH_METIN_INFO Czy chcesz uy Kamienia Duszy? +ATTACH_METIN_TITLE Uyj Kamienia Duszy +CANCEL Anuluj +CHANGE_PASSWORD_CONFIRM Potwierd nowe Haso +CHANGE_PASSWORD_NEW Nowe Haso +CHANGE_PASSWORD_OLD Stare Haso +CHANGE_PASSWORD_TITLE Zmiana Hasa +CHARACTER_ACTION Emocje +CHARACTER_EMOTICON Emocje +CHARACTER_MAIN Posta +CHARACTER_MUTUAL_ACTION Emocje wsplne +CHARACTER_NORMAL_ACTION Emocje podstawowe +CHARACTER_QUEST Misje +CHARACTER_SKILL Umiejtnoci +CLOSE Zamknij +COMB_APPEARANCE Kostium 1 +COMB_ATTRIBUTE Kostium 2 +COMB_SKILLBOOK_TILE Wymie ksigi +COMB_TITLE +COSTUME_TITLE Kostiumy +COSTUME_WINDOW_TITLE Kostiumy +CREATE_ATT_GRADE SIA +CREATE_CREATE Utwrz +CREATE_DEX_GRADE ZR +CREATE_HP P +CREATE_LAST_POINT Punkty +CREATE_MAN Mczyzna +CREATE_NAME Nazwa +CREATE_NEXT Dalej +CREATE_PREV Wr +CREATE_SEX Pe +CREATE_SHAPE Wygld +CREATE_SP INT +CREATE_STAT_RESET Reset +CREATE_WOMAN Kobieta +CUBE_INFO_TITLE Podrcznik Uszlachetnie +CUBE_REQUIRE_MATERIAL Wymagane materiay +CUBE_REQUIRE_MATERIAL_OR lub +CUBE_TITLE Okienko uszlachetniania +DO_REFINE Uszlachetnij +DRAGONSOUL_ACTIVATE Aktywuj +DRAGONSOUL_PAGE_BUTTON_1 Surowy +DRAGONSOUL_PAGE_BUTTON_2 Szlifowany +DRAGONSOUL_PAGE_BUTTON_3 Rzadki +DRAGONSOUL_PAGE_BUTTON_4 Antyczny +DRAGONSOUL_PAGE_BUTTON_5 Legendarny +DRAGONSOUL_REFINE_WINDOW_TITLE Okienko uszlachetniania +DRAGONSOUL_TAP_TITLE_1 Smoczy Diament +DRAGONSOUL_TAP_TITLE_2 Smoczy Rubin +DRAGONSOUL_TAP_TITLE_3 Smoczy Jadeit +DRAGONSOUL_TAP_TITLE_4 Smoczy Szafir +DRAGONSOUL_TAP_TITLE_5 Smoczy Granat +DRAGONSOUL_TAP_TITLE_6 Smoczy Onyks +DRAGONSOUL_TITLE Alchemia Smoczych Kamieni +EMPIRE_EXIT Wyjd +EMPIRE_NEXT Dalej +EMPIRE_PREV Wstecz +EMPIRE_SELECT Wybierz +EXCHANGE_ACCEPT Akceptuj +EXCHANGE_TITLE Handel +GAMEOPTION_TITLE Opcje Gry +GAME_EXIT_OBSERVER Zakocz Obserwowanie +GAME_HELP Pomoc +GAME_QUEST Zadania +GAME_SKILL_UP Podnie Umiejtnoci +GAME_STAT_UP Podnie Status +GRADE Klasa +GRADE_SELECT Klasa +GUILD_BASENAME Podstawowa Nazwa +GUILD_BOARD_ID Nick +GUILD_BOARD_REFRESH Odwie (F5) +GUILD_BOARD_TEXT Wiadomo +GUILD_BUILDING_CATEGORY_TITLE Jednostki Budowlane +GUILD_BUILDING_CHANGE Zmie +GUILD_BUILDING_DIRECTION Kierunek +GUILD_BUILDING_GRADE Ranga +GUILD_BUILDING_INFO Informacje o Budynkach i Kosztach +GUILD_BUILDING_LIST_TITLE Lista Budowli +GUILD_BUILDING_LOG Pie +GUILD_BUILDING_NAME Nazwa Budowli +GUILD_BUILDING_OPERATE Operuj +GUILD_BUILDING_PLY Dykta +GUILD_BUILDING_POSITION Miejsce +GUILD_BUILDING_PREVIEW Podgld +GUILD_BUILDING_PRICE Cena +GUILD_BUILDING_REFRESH Odwie (F5) +GUILD_BUILDING_STONE Kamie +GUILD_BUILDING_TITLE Budowa Siedziby Gildii +GUILD_CRYSTAL Kryszta +GUILD_DEPOSIT Depozyt +GUILD_DROP_RESOURCE1 Tutaj +GUILD_DROP_RESOURCE2 Upu Surowiec +GUILD_GEM Klejnot +GUILD_GRADE_CHANGE_GRADE_NAME Nowa nazwa Rangi +GUILD_GRADE_NUM Nr +GUILD_GRADE_PERMISSION_DELETE Usu +GUILD_GRADE_PERMISSION_JOIN Zapraszanie +GUILD_GRADE_PERMISSION_NOTICE Pisanie +GUILD_GRADE_PERMISSION_SKILL Umiejtnoci +GUILD_GRADE_RANK Ranga +GUILD_GRADE_WRITE Napisz +GUILD_INFO Informacje o Gildii +GUILD_INFO_CUR_EXP Dowiadczenie +GUILD_INFO_DECALRE_WAR Wypowiedz Wojn +GUILD_INFO_ENEMY_GUILD Wrogie Gildie +GUILD_INFO_ENEMY_GUILD_EMPTY Brak +GUILD_INFO_LEVEL Poziom Gildii +GUILD_INFO_MARK Logo Gildii +GUILD_INFO_MASTER Lider +GUILD_INFO_MASTER_VALUE Lider +GUILD_INFO_MEMBER_AVG_LEVEL redni Poziom +GUILD_INFO_MEMBER_NUM Liczba czonkw +GUILD_INFO_NAME Nazwa Gildii +GUILD_INFO_NAME_VALUE To jest nazwa Gildii +GUILD_INFO_OFFER_EXP Inwestuj +GUILD_INFO_REST_EXP Wymagane PD +GUILD_INFO_UPLOAD_MARK Wgraj Logo +GUILD_INFO_UPLOAD_SYMBOL Wgraj Flag +GUILD_MARK Znak Gildii +GUILD_MEMBER_JOB Klasa +GUILD_MEMBER_KNIGHT Lider +GUILD_MEMBER_LEVEL Poziom +GUILD_MEMBER_NAME Nazwa +GUILD_MEMBER_RANK Ranga +GUILD_MEMBER_SPECIFIC_GRAVITY Inwest. +GUILD_METIN_STONE Kamie Metin +GUILD_MINENAL Minera +GUILD_MONEY Yang +GUILD_NAME Gildia +GUILD_RESOURCE_INFO Informacja o surowcach +GUILD_SKILL_ACTIVE Aktywne +GUILD_SKIlL_HEAL_GSP Regeneracja +GUILD_SKILL_PASSIVE Pasywne +GUILD_SKILL_POWER Energia +GUILD_SKILL_STATE Umiejtnoci Gildii +GUILD_SYMBOL Flaga Gildii +GUILD_WAR_ACCEPT Akceptuj Deklaracj Wojny +GUILD_WAR_BATTLE_TYPE Rodzaj bitwy +GUILD_WAR_CTF Flagi +GUILD_WAR_DECLARE Deklaruj Wojn Gildii +GUILD_WAR_ENEMY Wrg +GUILD_WAR_NORMAL Pole +GUILD_WAR_WARP Arena +GUILD_WATER Woda +GUILD_WATER_STONE Kamie Wodny +GUILD_WITHDRAW We +HELP_ATTACK_KEY Atak: lewy przycisk myszy lub spacja +HELP_CHANGE_PK_MODE Zmiana trybu ataku: zmie akcj Lewego Przycisku Myszy +HELP_CHARACTER_BUTTON1 (Okno Postaci, Ekwipunek +HELP_CHARACTER_BUTTON2 oraz Lista Przyjaci i Opcje) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Widok Kamery: rodkowy lub prawy przycisk myszy. +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Widok Kamery: prawy oraz rodkowy przycisk myszy. +HELP_EXP Dowiadczenie +HELP_FURY Sklep z Przedmiotami w grze +HELP_GUILD_WINDOW Otwrz Okno Gildii: ALT + G +HELP_HELP Wywietl Pomoc: H +HELP_HP Punkty ycia (P) +HELP_MESSENGER_WINDOW Otwrz List Przyjaci: ALT + M +HELP_MOUSE_LEFT Funkcja Lewego Przycisku Myszy +HELP_MOUSE_RIGHT Funkcja Prawego Przycisku Myszy +HELP_MOVE_KEY Sterowanie: W, S, A, D lub klawisze strzaek +HELP_OPEN_CHARACTER Otwrz Okno Postaci: C +HELP_OPEN_CHAT Otwrz Okno Chatu: Enter +HELP_OPEN_INVENTORY Otwrz Okno Ekwipunku: I +HELP_OPEN_LOG Otworzenie Panelu Wiadomoci: L +HELP_OPEN_MINIMAP Otwrz Mini Map: Shift + M +HELP_OPEN_QUEST Otwrz Okno Zada: N +HELP_OPEN_SKILL Otwrz Okno Umiejtnoci: V +HELP_OPEN_WHISPER Otwrz Okno Szeptania: Shift + Enter +HELP_OPEN_ZONEMAP Otwrz Podgld Mapy: M +HELP_PICK_ITEM Podnoszenie Przedmiotw: ` (tylda), Z lub Lewy Przycisk Myszki +HELP_QUICKSLOT Pole Szybkiego Dostpu +HELP_SCREEN_CAPTURE Zapisz Screenshota: Print (Screen bdzie zapisany w podkatalogu gry "Metin2\screenshot") +HELP_SHOW_ALL_NAME Poka Nazwy: Alt +HELP_SP Punkty Energii (PE) +HELP_SYSTEM_BUTTON Przycisk Systemowy +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. Ekwipunek +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. Ekwipunek +INVENTORY_TITLE Ekwipunek +ITEM_MALL Sklep z Przedmiotami +LOAD_ERROR Plik jest uszkodzony. Prosz zainstalowa nowy. Wcinij teraz ESC. +LOGIN_CONNECT Pocz +LOGIN_CONNECTING Zostaniesz poczony z Serwerem +LOGIN_DEFAULT_SERVERADDR Nazwa Serwera, Kana 1 +LOGIN_EXIT Wyjd +LOGIN_REGION_TITLE Wybierz miejsce wydania faktury. +LOGIN_SELECT_BUTTON Wybierz +LOGIN_SELECT_EXIT Wyjd +LOGIN_SELECT_OK OK +LOGIN_SELECT_TITLE Wybierz Serwer +MALL_PASSWORD_TITLE Haso +MALL_TITLE Przedmioty z ItemShop +MARKET_TITLE aduj +MARKLIST_REFRESH Odwie +MARKLIST_TITLE Zarejestruj Znak Gildii +MESSAGE To jest Wiadomo +MESSENGER_ADD_FRIEND Dodaj przyjaciela +MESSENGER_DELETE_FRIEND Usu przyjaciela +MESSENGER_MOBILE Wylij SMS +MESSENGER_OPEN_GUILD Otwrz Okno Gildii +MESSENGER_TITLE Przyjaciele +MESSENGER_USE_GUILD_MOVE_SKILL Uyj Umiejtnoci Przemieszczania Gildii +MESSENGER_WHISPER Szept +MINIMIZE Minimalizuj +MOUSEBUTTON_ATTACK Atak +MOUSEBUTTON_AUTO_ATTACK Auto Atak +MOUSEBUTTON_CAMERA Kamera +MOUSEBUTTON_SKILL Umiejtnoci +MUSICLIST_TITLE Wybr muzyki +NO Nie +OK OK +OPTION_ALWAYS_SHOW_NAME Nazwa +OPTION_ALWAYS_SHOW_NAME_OFF Ograniczony +OPTION_ALWAYS_SHOW_NAME_ON Zawsze +OPTION_BLOCK Blokuj +OPTION_BLOCK_EXCHANGE Handel +OPTION_BLOCK_FRIEND Przyjaciele +OPTION_BLOCK_GUILD Gildia +OPTION_BLOCK_PARTY Grupa +OPTION_BLOCK_PARTY_REQUEST Proba +OPTION_BLOCK_WHISPER Szept +OPTION_CAMERA_DISTANCE Kamera +OPTION_CAMERA_DISTANCE_LONG Dalej +OPTION_CAMERA_DISTANCE_SHORT Bliej +OPTION_DELETE_MOBILE_BUTTON Usu Numer Telefonu Komrkowego +OPTION_EFFECT Info o traf. +OPTION_ENV_EFFECT Otoczenie +OPTION_ENV_EFFECT_OFF WY +OPTION_ENV_EFFECT_ON W +OPTION_FOG Mga +OPTION_FOG_DENSE Gsta +OPTION_FOG_LIGHT wiato +OPTION_FOG_MIDDLE rodek +OPTION_INPUT_MOBILE_BUTTON Wybierz Numer Telefonu Komrkowego +OPTION_MOBILE Telefon Komrkowy +OPTION_MOB_INFO Info potw. +OPTION_MOB_INFO_AGGR Agresywny +OPTION_MOB_INFO_LEVEL Poziom +OPTION_MUSIC Muzyka +OPTION_MUSIC_CHANGE Zmie +OPTION_MUSIC_DEFAULT_THEMA Standardowa Muzyka Metin2 +OPTION_NAME_COLOR Kolor Nazw +OPTION_NAME_COLOR_EMPIRE Krlestwa +OPTION_NAME_COLOR_NORMAL Normalny +OPTION_NIGHT_MODE Noc +OPTION_NIGHT_MODE_OFF WY +OPTION_NIGHT_MODE_ON W +OPTION_PVPMODE Tryb PvP +OPTION_PVPMODE_FREE Wolny +OPTION_PVPMODE_FREE_TOOLTIP Moesz atakowa wszystkich graczy. +OPTION_PVPMODE_GUILD Gildia +OPTION_PVPMODE_GUILD_TOOLTIP Moesz atakowa wszystkich graczy oprcz Czonkw swojej Gildii. +OPTION_PVPMODE_PEACE Pokj +OPTION_PVPMODE_PEACE_TOOLTIP Nie moesz zaatakowa adnego gracza swojego krlestwa. +OPTION_PVPMODE_REVENGE Wrogi +OPTION_PVPMODE_REVENGE_TOOLTIP Moesz atakowa tylko tych, ktrzy maj negatywn Rang. +OPTION_SALESTEXT Nazwa sklepu +OPTION_SALESTEXT_VIEW_OFF Ukryj +OPTION_SALESTEXT_VIEW_ON Poka +OPTION_SNOW_MODE Opady niegu +OPTION_SNOW_MODE_OFF WY +OPTION_SNOW_MODE_ON W +OPTION_SNOW_TEXTURE_MODE nieg +OPTION_SNOW_TEXTURE_MODE_OFF WY +OPTION_SNOW_TEXTURE_MODE_ON W +OPTION_SOUND Efekty +OPTION_TARGET_BOARD Menu Celu +OPTION_TARGET_BOARD_NO_VIEW Zamknij +OPTION_TARGET_BOARD_VIEW Poka +OPTION_TILING Grafika +OPTION_TILING_APPLY Zastosuj +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Opcje +OPTION_VIEW_CHAT Linia Czatu +OPTION_VIEW_CHAT_OFF Ukryj +OPTION_VIEW_CHAT_ON Poka +PARTY_MEMBER_INFO_NAME Nazwa Czonka Grupy +PASSWORD_DESC_1 Podaj haso, +PASSWORD_DESC_2 by otworzy magazyn. +PASSWORD_DESC_3 Zmienie/a ju haso? +PASSWORD_DESC_4 Jeli nie, to Twoim hasem jest: "000000". +PASSWORD_DESC_5 Zmie swoje haso w magazynie. +PASSWORD_TITLE Zapamitywanie Hasa +PICK_MONEY_TITLE Podziel +PRIVATE_SHOP_CLOSE_BUTTON Zamknij Sklep +PRIVATE_SHOP_NAME Nazwa Sklepu +PRIVATE_SHOP_TITLE Otwrz wasny Sklep +REFINE_COST Ulepszanie Kosztuje: 0 Yang +REFINE_INFO Szansa na udane Ulepszenie: 100% +REFINE_MONEY Opata za uszlachetnienie +REFINE_SELECT Uszlachetnienie +REFINE_TTILE Ulepszanie +REPORT_VIOLENT_WHISPER +RESTART_HERE Rozpocznij tutaj +RESTART_TOWN Rozpocznij w Miecie +SAFE_CHANGE_PASSWORD Zmie Haso +SAFE_TITLE Magazyn +SELECT_ATT_GRADE SIA +SELECT_CREATE Stwrz +SELECT_DELETE Usu +SELECT_DEX_GRADE ZR +SELECT_EMPIRE_NAME Nazwa Krlestwa +SELECT_EXIT Zamknij +SELECT_HP P +SELECT_LEVEL Poziom +SELECT_METIN_STONE_TITLE Wybierz Kamie Duszy +SELECT_NAME Nazwa +SELECT_NO_GUILD Brak Gildii +SELECT_PLAYTIME Czas gry +SELECT_SELECT Start +SELECT_SP PE +SELECT_TITLE Wybierz Tytu +SHOP_BUY Kup +SHOP_SELL Sprzedaj +SHOP_TITLE Sklep +SKILL_SUPPORT_TITLE Standardowe Umiejtnoci +STEP Stopie jakoci +STEP_SELECT Stopie jakoci +STRENGTH Wzmocnienie +STRENGTH_SELECT Poziom +SYSTEMOPTION_TITLE Opcje Systemowe +SYSTEM_CHANGE Zmie Posta +SYSTEM_EXIT Wyjd z Gry +SYSTEM_HELP Pomoc +SYSTEM_LOGOUT Wyloguj +SYSTEM_MALL Sklep z Przedmiotami +SYSTEM_OPTION Opcje Systemowe +TASKBAR_CHARACTER Posta [C/V/B/N] +TASKBAR_CHAT Okno Chatu [Enter] +TASKBAR_DISABLE Dezaktywowano +TASKBAR_DRAGON_SOUL Alchemia Smoczych Kamieni +TASKBAR_EXPAND Powiksz okno +TASKBAR_INVENTORY Ekwipunek [I] +TASKBAR_MESSENGER Przyjaciele [Alt+M] +TASKBAR_NEXT_QUICKSLOT Nastpne Szybkie Pole Dostpu [Shift+Numer, Alt] +TASKBAR_PREV_QUICKSLOT Poprzednie Szybkie Pole Dostpu [Shift+Numer] +TASKBAR_SYSTEM Opcje [ESC] +WHISPER_BAN Blokuj +WHISPER_NAME Szept +WHISPER_REPORT +WHISPER_SEND Wylij +YES Tak +ZONE_MAP Podgld Mapy diff --git a/bin/pack/locale_pl/locale/pl/map/map_a2_point.txt b/bin/pack/locale_pl/locale/pl/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_pl/locale/pl/map/map_b2_point.txt b/bin/pack/locale_pl/locale/pl/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_pl/locale/pl/map/map_c2_point.txt b/bin/pack/locale_pl/locale/pl/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_pl/locale/pl/map/map_n_snowm_01_point.txt b/bin/pack/locale_pl/locale/pl/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_pl/locale/pl/map/metin2_map_a1_point.txt b/bin/pack/locale_pl/locale/pl/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_pl/locale/pl/map/metin2_map_a3_point.txt b/bin/pack/locale_pl/locale/pl/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_pl/locale/pl/map/metin2_map_b1_point.txt b/bin/pack/locale_pl/locale/pl/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_pl/locale/pl/map/metin2_map_b3_point.txt b/bin/pack/locale_pl/locale/pl/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_pl/locale/pl/map/metin2_map_c1_point.txt b/bin/pack/locale_pl/locale/pl/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_pl/locale/pl/map/metin2_map_c3_point.txt b/bin/pack/locale_pl/locale/pl/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_pl/locale/pl/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_pl/locale/pl/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_pl/locale/pl/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_pl/locale/pl/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_pl/locale/pl/mob_proto b/bin/pack/locale_pl/locale/pl/mob_proto new file mode 100644 index 00000000..0cf195cd Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/mob_proto differ diff --git a/bin/pack/locale_pl/locale/pl/skilldesc.txt b/bin/pack/locale_pl/locale/pl/skilldesc.txt new file mode 100644 index 00000000..67cce5a5 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Trzystronne Cicie Potrjne Cicie Potrjne Ciachnicie Tnij wroga z niesamowit szybkoci Frontalny atak rozpryskowy 3 razy Atak skierowany w kilka celw ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 Totalna Sia Ataku %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN Rzut Piorunem Piorun Kulisty miertelny Piorun Miotaj pioruny. Atak z dystansu Atak skierowany w kilka celw Atrybut Piorunu ATTACK_SKILL|NEED_TARGET noejeon 16 4 Magiczna Sia Ataku %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN Przywoanie byskawicy Wystrza byskawicy Grzmot Przywouje byskawice z nieba Atak Zasigowy Atak skierowany w kilka celw Atrybut Byskawicy Efekt Omdlenia ATTACK_SKILL|NEED_TARGET byeorak 17 4 Magiczna Sia Ataku %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k Szansa na Omdlenie: %.0f%% (50+1000*k/6)/10 +108 SHAMAN Burzowy Szpon Piorunowy Cios Pi Grzmotu Wykonaj Piorunow Pi. Atak z dystansu Atrybut Byskawicy Atak acuchowy ATTACK_SKILL|NEED_TARGET pokroe 18 4 Magiczna Sia Ataku %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN Leczenie Uzdrowienie Pomoc wiata Leczy urazy za pomoc wiata Regeneruje P Leczy negatywne efekty Moliwo uycia na czonku grupy CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 Przywraca P %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k Szansa na usunicie negat. efektw %.0f%% 20+80*k +110 SHAMAN Zwinno Szybko Prdko Wiatru Biegnij szybko jak wiatr Zwiksza Szybko Ruchu Zmniejsza si Czas adowania Umiejtnoci Moliwo uycia na czonku grupy CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Szybko Ruchu +%.0f%% 5 + (35 * k) Czas adowania -%.0f%% 3+33*k +111 SHAMAN Zwikszenie Ataku Podwyszenie Ataku Wzmocnienie Ataku Wzmacnia si partnera Zwiksza Si Ataku Moliwo uycia na czonku grupy CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Sia Ataku: +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Dowodzenie Umiejtno dowodzenia czonkami grupy. PASSIVE tongsol +122 SUPPORT Kombinacja Ulepsza atak Kombo CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT owienie Wiedza o owieniu ryb. CANNOT_LEVEL_UP fishing +124 SUPPORT Grnictwo Umiejtno wydobywania mineraw. PASSIVE mining +125 SUPPORT Tworzenie Przedmiotu Stwrz przedmiot CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Jzyk Shinsoo Rozumiesz jzyk Shinsoo. CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Jzyk Chunjo Rozumiesz jzyk Chunjo. CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Jzyk Jinno Rozumiesz jzyk Jinno. CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT Polimorfia Przemiana w potwora CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Jedziectwo Umiejtno jazdy na koniu CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT Przywoaj Konia Przywoanie Konia summon +137 HORSE Cicie z Sioda Atakuj wrogw podczas jazdy konnno. (od poz.50) Umiejtno Jedziecka ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE Stpnicie Konia Zaatakuj wszystkich wrogw w pobliu. (od p. 52) Umiejtno jedziecka ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE Fala Mocy Atakuj wszystkich wrogw z sioda. (od poz. 55) Umiejtno Jedziecka ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Grad Strza Posyaj strzay z sioda. (od p. 50) Umiejtno jedziecka ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Smocze Oczy Zwiksza maksimum Ducha Smoka PASSIVE yongan Maksymalny Duch Smoka +%.0f k * 1400 +152 GUILD Krew Boga Smokw Zwiksz na pewien czas maks. ilo swoich P. Tylko Wojna gildii ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 Maks. P +%.0f%% k * 20 +153 GUILD Bogosawiestwo Boga Smokw Zwiksz na pewien czas maks. ilo swoich PE. Tylko wojna gildii ONLY_FOR_GUILD_WAR chukbok 102 1 Maks. PE +%.0f%% k * 20 +154 GUILD wita Zbroja Zwiksz na pewien czas swoj obron. Tylko wojna gildii ONLY_FOR_GUILD_WAR seonghwi 103 1 Obrona +%.1f%% k * 10 +155 GUILD Akceleracja Zwiksza przez okrelony czas szybko ataku i szybko ruchu Tylko wojna gildii ONLY_FOR_GUILD_WAR gasok 104 1 Szybko ataku i ruchu zwikszona +%.1f k * 30 +156 GUILD Furia Boga Smokw Zwiksz na pewien czas szanse na zadanie ciosu krytycznego. Tylko wojna gildii ONLY_FOR_GUILD_WAR bunno 105 1 szans na cios krytyczny +%.0f%% k * 50 +157 GUILD Magiczna Pomoc Zmniejsz na pewien czas czas regeneracji swoich umiejtnoci. Tylko wojna gildii ONLY_FOR_GUILD_WAR jumunsul 106 1 Czas regeneracji -%.0f%% k * 50 +16 WARRIOR Duchowe Uderzenie Fala Uderzeniowa Atak Tsunami Atakuje centralnie wrogw Frontalny atak rozpryskowy ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Sia Ataku %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR Walnicie Tygrysie walnicie Smocze Powalenie Atakuje centralnie wrogw Prosty rozpryskowy atak Atak skierowany w kilka celw ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Sia Ataku %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR Tpnicie Tpnicia Lwa Tpnicie Nosoroca Zwal z ng kilku wrogw. Frontalny atak rozpryskowy Szansa na Omdlenie ATTACK_SKILL|STANDING_SKILL daejin 18 4 Sia Ataku %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Szansa na Omdlenie %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Silne Ciao elazne Ciao Stalowe Ciao Zwiksza Obron i pomaga wygra Zwiksza Obron Zmniejsza Szybko Ruchu Nigdy nie upadasz STANDING_SKILL cheongeun 19 4 Obrona: +%.0f 7+(40 + 0.2*str + 0.4*con)*k Szybko Ruchu: -%.0f 1 + 9*SkillPoint +2 WARRIOR Wir Miecza Taniec Miecza Cyklon Wiruj mieczem aby atakowa wielu przeciwnikw Frontalny atak rozpryskowy Atak w kilka celw ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Sia Ataku %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Uderzenie Miecza Pchnicie Miecza Rzut Miecza atakujesz wrogw bezporednio Atak z dystansu Atak skierowany na kilka celw Omdlenie Powala cel na ziemi ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Sia Ataku %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Szansa na Omdlenie %.0f%% (100+k*1000/6)/10 +3 WARRIOR Berserk Furia Sza Koncentracja tylko na ataku Zwiksza Szybko Ataku Zwiksza Szybko Ruchu Zwiksza otrzymywane obraenia STANDING_SKILL jeongwi 3 4 Szybko Ataku +%.0f%% 50 * SkillPoint Szybko Ruchu +%.0f%% 20 * SkillPoint +31 ASSASSIN Zasadzka Niewidzialny Atak Niewidzialna Zasadzka Podejd wroga od tyu i zadaj miertelny cios. Sia ataku jest wiksza, jeli cios zadano w plecy Bonus od Niewidzialnoci ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Sia Ataku %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Szybki Atak Przemieszczanie Ciaa Cios mierci Podejd wroga szybko i zadaj miertelny cios Atak teleportacyjny Bonus od niewidzialnoci ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Sia Ataku %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Wirujcy Sztylet Krcy Sztylet Taczcy Sztylet Wiruj midzy wrogami ze sztyletem Atak rozpryskowy Atak czasowy trucizn ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Sia Ataku %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Szansa Na Zatrucie %.0f%% 1 + 4*k +34 ASSASSIN Krycie Si Cichy Chd Maskowanie Moesz si ukry. Zatrzymuje ataki, gdy uyty STANDING_SKILL eunhyeong 4 4 Bonus do obrae podczas zasadzki %.0f%% 50 * SkillPoint +35 ASSASSIN Trujca Chmura miercionona Chmura Zabjcza Chmura Stwrz trujc chmur wok wrogw i otruj ich Atak zasigowy Atak skierowany w kilka celw Atak czasowy Trucizn ATTACK_SKILL|NEED_TARGET sangong 5 4 Sia Ataku %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Szansa Na Zatrucie %.0f%% 40*k +4 WARRIOR Aura Miecza Duchowy Miecz Miecz Zjawy Czasowo zwiksza Si Ataku Zwiksza Si Ataku STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Sia Ataku +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Powtarzalny Strza Multi-Strza Masywny Strza Miotaj kilka strza naraz w twojego wroga. Atak z dystansu Kilka Atakw ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) czna Sia Ataku %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k Wystrzelone strzay: %.0f 2 + floor(6 * SkillPoint) +47 ASSASSIN Deszcz Strza Mrowie Strza Prysznic Strza Miotaj kilka strza w kilku wrogw. Atak z dystansu Atak skierowany w kilka celw ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Sia Ataku %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Maks. ilo celw: %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Ognista Strzaa Ponca Strzaa Strzaa Lawy Podpala strza Atak zasigowy Atak skierowany w kilka celw Ognisty atak ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Sia Ataku %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Bezszelestny Chd Chd Wiatru Chd Boga Zmniejsza wag ciaa, aby zwikszy szybko Zwiksza Szybkoc Ruchu STANDING_SKILL gyeonggong 19 4 Szybko Ruchu +%.0f 60*SkillPoint +5 WARRIOR Szara Uderzenie Pocisku Potny Atak Twj atak jest szybki jak pocisk Potny atak rozpryskowy ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Sia Ataku %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN Trujca Strzaa Toksyczna Strzaa miercionona Strzaa Nascz strza siln trucizn. Atak na odlego Atak skierowany w kilka celw Powala cel na ziemi Trujcy czasowy atak ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Sia Ataku %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Szansa Na Zatrucie %.0f%% 80*k +61 SURA Uderzenie Palcem Uderzenie Poncego Palca Eksplozja Palca Stwrz du eksplozj swoimi koniuszkami palcw. Frontalny atak rozpryskowy Ignoruje obron wroga Bonus od Inteligencji ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Sia Ataku %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Szansa na cios przebicia %.0f%% 1 + 9*SkillPoint +62 SURA Smoczy Wir Wir Tornada Trba Powietrzna Stwrz potne tornado, aby pokona kilku wrogw Atak rozpryskowy Ignoruje ucieczk wroga Bonus od Inteligencji ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Sia Ataku %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Szansa na Ignorowanie ucieczki wroga %.0f%% 1 + 9*SkillPoint +63 SURA Czarowane Ostrze Czarowany Miecz Duchowe Ostrze Wzmocnij swoje ostrze potnym duchem. Zwiksza Si Ataku Bonus od Inteligencji Kradzie ycia STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Sia Ataku +%.1f 7 + (5*iq+13)*k Zodziej ycia: %.0f%% obrae 10*k +64 SURA Strach Wielki Strach Terror Zmniejsza umiejtnoci wroga, ktry ci atakuje Zmniejsza si ataku przeciwnika Zwiksza szans, e przeciwnik nie trafi w cel Aktywowane tylko wtedy, gdy zostaniesz trafiony STANDING_SKILL gongpo 4 4 Sia ataku wroga -%.0f%% 5 + 20*SkillPoint Niepowodzenia przeciwnika %.0f%% 1 + 29*SkillPoint +65 SURA Czarowana Zbroja Silniejsza Czarowana Zbroja Zbroja Ciemnoci Chro swoje ciao mrocznym pancerzem. Odbija obraenia z powrotem do przeciwnika Zwiksza Obron Bonus od Inteligencji STANDING_SKILL jumagap 5 4 Obrona +%.0f (iq+30)*k Odbicie ataku fizycznego: %.1f%% (iq/4+10)*k +66 SURA Rozproszenie Magii Silniejsze Rozproszenie Magii Szturm Rozproszenia Magii Usu wszystkie efekty wspierajce wroga. Atak z dystansu Atak skierowany w kilka celw Usuwa efekty przeciwnika ATTACK_SKILL|NEED_TARGET pabeop 6 4 Magiczna Sia Ataku %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Szansa Na Rozproszenie %.0f%% 50*k +76 SURA Mroczne Uderzenie Mroczny Cios Czarny Atak Miotaj mrocznymi siami, aby rani wrogw. Atak z dystansu Atak skierowany w kilka celw ATTACK_SKILL|NEED_TARGET maryeong 16 4 Magiczna Sia Ataku %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Ogniste Uderzenie Ponce Uderzenie Ognista Detonacja Spal wrogw eksplozj. Atak rozpryskowy Atak ogniem ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Magiczna Sia Ataku %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Ognisty Duch Ogniste Szeregi Ognista Eksplozja Przywoaj Ognistego Ducha Atak z dystansu Losowy cel Atak skierowany w kilka celw ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Magiczna Sia Ataku %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Mroczna Ochrona Mroczna Membrana Protekcja Mrocznego Lorda Ochranie ci mroczn si i zamienia obraenia fizyczne na PE Zmniejsza obraenia od magii Zwiksza obron STANDING_SKILL|TOGGLE heuksin 19 4 Zmniejszenie Obrae %.0f%% (iq*0.84)*k Obrona +%.0f (0.5*iq+15)*k +80 SURA Duchowy Cios Cios Duszy Duchowa Napa Miotaj mrocznymi duchami, aby rani wrogw. Atak z dystansu Atak skierowany w kilka celw Spowalnia przeciwnikw ATTACK_SKILL|NEED_TARGET tusok 20 4 Magiczna Sia Ataku %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Szansa na Spowolnienie: %.1f%% (333 + (300 * k))/10 +81 SURA Mroczna Sfera Mroczna Kula Mroczny Glob Miotaj mrocznymi kulami, aby rani wrogw. Atak z dystansu Atak skierowany w kilka celw ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Magiczna Sia Ataku %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Latajcy Talizman Rzut Smoka Potny Rzut Miotaj talizmanami, aby rani wrogw. Atak z dystansu Atak skierowany w kilka celw ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Magiczna Sia Ataku %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Strzelajcy Smok Atakujcy Smok Wznoszcy Smok Strzelaj smoczymi podobiznami i atakuj wrogw. Frontalny atak rozpryskowy Ognisty czasowy atak ATTACK_SKILL|NEED_TARGET yongpa 2 4 Magiczna Sia Ataku %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Szansa na Ponicie %.0f%% iq*0.2*k +93 SHAMAN Smoczy Skowyt Krzyk Smoka Pacz Smoka Atakuj wrogw smoczymi podobiznami. Atak rozpryskowy Ognisty czasowy atak ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Magiczna Sia Ataku: %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k Szansa na Ponicie: %.0f%% iq*0.2*k +94 SHAMAN Bogosawiestwo ciana Nieba Bogosawiestwo Smoka Ochraniaj partnera lub siebie samego krgiem ochronnym. Odporno na fizyczne obraenia Moliwo uycia na czonkw grupy CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Odporno Na Ataki Fizyczne %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Odbicie Odbijajca Woda Krystaliczne Lustro Ochraniaj partnera lub siebie samego odbijajcym krgiem. Odbija obraenia z powrotem do przeciwnika Moliwo uycia na czonkw grupy CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 Odbicie Ataku Fizycznego: %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Pomoc Smoka Wsparcie Smoka Sia Smoka Zwiksz Twj atak lub kogo z grupy. Zwiksza szans na krytyczne uderzenie Moliwo uycia na czonkw grupy CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Szansa na cios krytyczny: +%.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_pl/locale/pl/skilltable.txt b/bin/pack/locale_pl/locale/pl/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_pl/locale/pl/ui/costume/costume_bg.jpg b/bin/pack/locale_pl/locale/pl/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_pl/locale/pl/ui/costume_bg.jpg b/bin/pack/locale_pl/locale/pl/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_pl/locale/pl/ui/createcharacterwindow.py b/bin/pack/locale_pl/locale/pl/ui/createcharacterwindow.py new file mode 100644 index 00000000..1fad286a --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/pl/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/pl/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/dragonsoulrefinewindow.py b/bin/pack/locale_pl/locale/pl/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_pl/locale/pl/ui/dragonsoulwindow.py b/bin/pack/locale_pl/locale/pl/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/empire/empire.dds b/bin/pack/locale_pl/locale/pl/ui/empire/empire.dds new file mode 100644 index 00000000..654136b6 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/empire/empire.dds differ diff --git a/bin/pack/locale_pl/locale/pl/ui/empire/title.sub b/bin/pack/locale_pl/locale/pl/ui/empire/title.sub new file mode 100644 index 00000000..a9d727c3 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 90 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/energybar.py b/bin/pack/locale_pl/locale/pl/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_pl/locale/pl/ui/expandedtaskbar.py b/bin/pack/locale_pl/locale/pl/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/giftbox.py b/bin/pack/locale_pl/locale/pl/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/guild/guild.dds b/bin/pack/locale_pl/locale/pl/ui/guild/guild.dds new file mode 100644 index 00000000..59bd7e62 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/guild/guild.dds differ diff --git a/bin/pack/locale_pl/locale/pl/ui/guild/tab_1.sub b/bin/pack/locale_pl/locale/pl/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/guild/tab_2.sub b/bin/pack/locale_pl/locale/pl/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/guild/tab_3.sub b/bin/pack/locale_pl/locale/pl/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/guild/tab_4.sub b/bin/pack/locale_pl/locale/pl/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/guild/tab_5.sub b/bin/pack/locale_pl/locale/pl/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/guild/tab_6.sub b/bin/pack/locale_pl/locale/pl/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/highlighted_quest.tga b/bin/pack/locale_pl/locale/pl/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/highlighted_quest_r.tga b/bin/pack/locale_pl/locale/pl/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/inventorywindow.py b/bin/pack/locale_pl/locale/pl/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/loading/gauge_empty.dds b/bin/pack/locale_pl/locale/pl/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_pl/locale/pl/ui/loading/gauge_full.dds b/bin/pack/locale_pl/locale/pl/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_pl/locale/pl/ui/loadingwindow.py b/bin/pack/locale_pl/locale/pl/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/login.jpg b/bin/pack/locale_pl/locale/pl/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/login.jpg differ diff --git a/bin/pack/locale_pl/locale/pl/ui/login.sub b/bin/pack/locale_pl/locale/pl/ui/login.sub new file mode 100644 index 00000000..990ae5a3 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/login.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_pl/locale/pl/ui/login/copyright.sub b/bin/pack/locale_pl/locale/pl/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/login/g4d.sub b/bin/pack/locale_pl/locale/pl/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/login/login.dds b/bin/pack/locale_pl/locale/pl/ui/login/login.dds new file mode 100644 index 00000000..4534cf59 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/login/login.dds differ diff --git a/bin/pack/locale_pl/locale/pl/ui/login/loginwindow.sub b/bin/pack/locale_pl/locale/pl/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/login/published.sub b/bin/pack/locale_pl/locale/pl/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/login/title.sub b/bin/pack/locale_pl/locale/pl/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/login_dark_dragons.jpg b/bin/pack/locale_pl/locale/pl/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_pl/locale/pl/ui/loginwindow.py b/bin/pack/locale_pl/locale/pl/ui/loginwindow.py new file mode 100644 index 00000000..d608394b --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/pl/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/pl/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/pl/ui/vkey/key_at.tga', + 'down_image' : 'locale/pl/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/pl/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/pl/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/pl/ui/vkey/key_enter.tga', + 'down_image' : 'locale/pl/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/pl/ui/vkey/key_shift.tga', + 'down_image' : 'locale/pl/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/pl/ui/vkey/key_space.tga', + 'down_image' : 'locale/pl/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/pl/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pl/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pl/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/00.sub b/bin/pack/locale_pl/locale/pl/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/01.sub b/bin/pack/locale_pl/locale/pl/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/02.sub b/bin/pack/locale_pl/locale/pl/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/03.sub b/bin/pack/locale_pl/locale/pl/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/04.sub b/bin/pack/locale_pl/locale/pl/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/05.sub b/bin/pack/locale_pl/locale/pl/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/06.sub b/bin/pack/locale_pl/locale/pl/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/07.sub b/bin/pack/locale_pl/locale/pl/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/08.sub b/bin/pack/locale_pl/locale/pl/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/09.sub b/bin/pack/locale_pl/locale/pl/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/10.sub b/bin/pack/locale_pl/locale/pl/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/11.sub b/bin/pack/locale_pl/locale/pl/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/12.sub b/bin/pack/locale_pl/locale/pl/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/13.sub b/bin/pack/locale_pl/locale/pl/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/14.sub b/bin/pack/locale_pl/locale/pl/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/15.sub b/bin/pack/locale_pl/locale/pl/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/16.sub b/bin/pack/locale_pl/locale/pl/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0000.tga b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0001.tga b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0002.tga b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0003.tga b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0004.tga b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0005.tga b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0006.tga b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0007.tga b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0008.tga b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0009.tga b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0000.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0001.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0002.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0003.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0004.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0005.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0006.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0007.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0008.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0009.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0010.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0011.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0012.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0013.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0014.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/herz0015.tga b/bin/pack/locale_pl/locale/pl/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/mall.tga b/bin/pack/locale_pl/locale/pl/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/mall.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/0a2.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/0a2.tga new file mode 100644 index 00000000..ace44939 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/a1.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/a1.tga new file mode 100644 index 00000000..3f2ff515 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/a2.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/a2.tga new file mode 100644 index 00000000..ace44939 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/a3.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/a3.tga new file mode 100644 index 00000000..b101b5ca Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/a4.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/a4.tga new file mode 100644 index 00000000..3ecd7493 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/b1.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/b1.tga new file mode 100644 index 00000000..e7b1525d Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/b2.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/b2.tga new file mode 100644 index 00000000..65804b74 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/b3.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/b3.tga new file mode 100644 index 00000000..1c7eabcb Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/b4.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/b4.tga new file mode 100644 index 00000000..74a5ffc0 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/bay.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/c1.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/c1.tga new file mode 100644 index 00000000..73bee6f7 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/c2.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/c2.tga new file mode 100644 index 00000000..74c40477 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/c3.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/c3.tga new file mode 100644 index 00000000..39c0976f Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/c4.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/c4.tga new file mode 100644 index 00000000..754955b7 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/cape.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/dawn.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/desert1.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/desert1.tga new file mode 100644 index 00000000..ec595ea1 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil1.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1.tga new file mode 100644 index 00000000..e7520574 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_1f.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..ba151861 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_2f.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..9eb78e76 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_3f.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..09d721ed Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_4f.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..a613cb4c Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_5f.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..7d376dea Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_6f.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..06098cdc Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_7f.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..4d78c7de Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_8f.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..9983450c Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_9f.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..7068069f Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_title.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..e7520574 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/devil_basement.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/frame1.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/frame1.tga new file mode 100644 index 00000000..13d27daf Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/guild1.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/guild1.tga new file mode 100644 index 00000000..fa219c9b Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/guild2.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/guild2.tga new file mode 100644 index 00000000..bf50c8dc Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/guild3.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/guild3.tga new file mode 100644 index 00000000..602809ad Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/milgyo.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/milgyo.tga new file mode 100644 index 00000000..58124694 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/monkey1.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/monkey1.tga new file mode 100644 index 00000000..f1ed1040 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/monkey2.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/monkey2.tga new file mode 100644 index 00000000..c61fbb6a Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/monkey3.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/monkey3.tga new file mode 100644 index 00000000..c59695ed Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/skipia.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/skipia.tga new file mode 100644 index 00000000..af0f5c10 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/snow1.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/snow1.tga new file mode 100644 index 00000000..911e1ddc Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/spider1.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/spider1.tga new file mode 100644 index 00000000..446da3c3 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/thunder.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/trent.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/trent.tga new file mode 100644 index 00000000..d4f9ee42 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/mapname/trent02.tga b/bin/pack/locale_pl/locale/pl/ui/mapname/trent02.tga new file mode 100644 index 00000000..09d1199d Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/new_cube_bg.tga b/bin/pack/locale_pl/locale/pl/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/passworddialog.py b/bin/pack/locale_pl/locale/pl/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/select.jpg b/bin/pack/locale_pl/locale/pl/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/select.jpg differ diff --git a/bin/pack/locale_pl/locale/pl/ui/select.sub b/bin/pack/locale_pl/locale/pl/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_pl/locale/pl/ui/select/name_assassin.sub b/bin/pack/locale_pl/locale/pl/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/select/name_shaman.sub b/bin/pack/locale_pl/locale/pl/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/select/name_sura.sub b/bin/pack/locale_pl/locale/pl/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/select/name_warrior.sub b/bin/pack/locale_pl/locale/pl/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/select/select.dds b/bin/pack/locale_pl/locale/pl/ui/select/select.dds new file mode 100644 index 00000000..4bf4c647 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/select/select.dds differ diff --git a/bin/pack/locale_pl/locale/pl/ui/select_old.jpg b/bin/pack/locale_pl/locale/pl/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/select_old.jpg differ diff --git a/bin/pack/locale_pl/locale/pl/ui/selectcharacterwindow.py b/bin/pack/locale_pl/locale/pl/ui/selectcharacterwindow.py new file mode 100644 index 00000000..2d4fc614 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/pl/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/selectempirewindow.py b/bin/pack/locale_pl/locale/pl/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/serverlist.jpg b/bin/pack/locale_pl/locale/pl/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/serverlist.jpg differ diff --git a/bin/pack/locale_pl/locale/pl/ui/serverlist.sub b/bin/pack/locale_pl/locale/pl/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_pl/locale/pl/ui/systemdialog.py b/bin/pack/locale_pl/locale/pl/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/taskbar.py b/bin/pack/locale_pl/locale/pl/ui/taskbar.py new file mode 100644 index 00000000..880ac817 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pl/ui/Mall/00.sub", + "locale/pl/ui/Mall/01.sub", + "locale/pl/ui/Mall/02.sub", + "locale/pl/ui/Mall/03.sub", + "locale/pl/ui/Mall/04.sub", + "locale/pl/ui/Mall/05.sub", + "locale/pl/ui/Mall/06.sub", + "locale/pl/ui/Mall/07.sub", + "locale/pl/ui/Mall/08.sub", + "locale/pl/ui/Mall/09.sub", + "locale/pl/ui/Mall/11.sub", + "locale/pl/ui/Mall/12.sub", + "locale/pl/ui/Mall/13.sub", + "locale/pl/ui/Mall/14.sub", + "locale/pl/ui/Mall/15.sub", + "locale/pl/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pl/ui/Mall/00.sub", + "locale/pl/ui/Mall/01.sub", + "locale/pl/ui/Mall/02.sub", + "locale/pl/ui/Mall/03.sub", + "locale/pl/ui/Mall/04.sub", + "locale/pl/ui/Mall/05.sub", + "locale/pl/ui/Mall/06.sub", + "locale/pl/ui/Mall/07.sub", + "locale/pl/ui/Mall/08.sub", + "locale/pl/ui/Mall/09.sub", + "locale/pl/ui/Mall/11.sub", + "locale/pl/ui/Mall/12.sub", + "locale/pl/ui/Mall/13.sub", + "locale/pl/ui/Mall/14.sub", + "locale/pl/ui/Mall/15.sub", + "locale/pl/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/taskbar_easter.py b/bin/pack/locale_pl/locale/pl/ui/taskbar_easter.py new file mode 100644 index 00000000..b1cfa3b4 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pl/ui/Mall/easter_2012_0000.tga", + "locale/pl/ui/Mall/easter_2012_0001.tga", + "locale/pl/ui/Mall/easter_2012_0002.tga", + "locale/pl/ui/Mall/easter_2012_0003.tga", + "locale/pl/ui/Mall/easter_2012_0004.tga", + "locale/pl/ui/Mall/easter_2012_0005.tga", + "locale/pl/ui/Mall/easter_2012_0006.tga", + "locale/pl/ui/Mall/easter_2012_0007.tga", + "locale/pl/ui/Mall/easter_2012_0008.tga", + "locale/pl/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pl/ui/Mall/easter_2012_0000.tga", + "locale/pl/ui/Mall/easter_2012_0001.tga", + "locale/pl/ui/Mall/easter_2012_0002.tga", + "locale/pl/ui/Mall/easter_2012_0003.tga", + "locale/pl/ui/Mall/easter_2012_0004.tga", + "locale/pl/ui/Mall/easter_2012_0005.tga", + "locale/pl/ui/Mall/easter_2012_0006.tga", + "locale/pl/ui/Mall/easter_2012_0007.tga", + "locale/pl/ui/Mall/easter_2012_0008.tga", + "locale/pl/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/taskbar_haloween.py b/bin/pack/locale_pl/locale/pl/ui/taskbar_haloween.py new file mode 100644 index 00000000..f80f3630 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pl/ui/Mall/shop_button_kuerbis0000.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0001.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0002.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0003.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0004.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0005.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0006.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0007.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0008.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0009.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0010.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0011.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0012.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0013.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0014.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pl/ui/Mall/shop_button_kuerbis0000.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0001.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0002.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0003.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0004.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0005.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0006.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0007.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0008.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0009.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0010.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0011.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0012.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0013.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0014.tga", + "locale/pl/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/taskbar_valentine.py b/bin/pack/locale_pl/locale/pl/ui/taskbar_valentine.py new file mode 100644 index 00000000..73f587cd --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pl/ui/Mall/herz0000.tga", + "locale/pl/ui/Mall/herz0001.tga", + "locale/pl/ui/Mall/herz0002.tga", + "locale/pl/ui/Mall/herz0003.tga", + "locale/pl/ui/Mall/herz0004.tga", + "locale/pl/ui/Mall/herz0005.tga", + "locale/pl/ui/Mall/herz0006.tga", + "locale/pl/ui/Mall/herz0007.tga", + "locale/pl/ui/Mall/herz0008.tga", + "locale/pl/ui/Mall/herz0009.tga", + "locale/pl/ui/Mall/herz0010.tga", + "locale/pl/ui/Mall/herz0011.tga", + "locale/pl/ui/Mall/herz0012.tga", + "locale/pl/ui/Mall/herz0013.tga", + "locale/pl/ui/Mall/herz0014.tga", + "locale/pl/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pl/ui/Mall/herz0000.tga", + "locale/pl/ui/Mall/herz0001.tga", + "locale/pl/ui/Mall/herz0002.tga", + "locale/pl/ui/Mall/herz0003.tga", + "locale/pl/ui/Mall/herz0004.tga", + "locale/pl/ui/Mall/herz0005.tga", + "locale/pl/ui/Mall/herz0006.tga", + "locale/pl/ui/Mall/herz0007.tga", + "locale/pl/ui/Mall/herz0008.tga", + "locale/pl/ui/Mall/herz0009.tga", + "locale/pl/ui/Mall/herz0010.tga", + "locale/pl/ui/Mall/herz0011.tga", + "locale/pl/ui/Mall/herz0012.tga", + "locale/pl/ui/Mall/herz0013.tga", + "locale/pl/ui/Mall/herz0014.tga", + "locale/pl/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_at.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_at_dn.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_at_over.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_backspace.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_backspace_over.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_enter.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_enter_dn.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_enter_over.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_normal.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_normal_dn.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_normal_over.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_shift.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_shift_dn.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_shift_over.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_space.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_space_dn.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/vkey/key_space_over.tga b/bin/pack/locale_pl/locale/pl/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_pl/locale/pl/ui/webwindow.py b/bin/pack/locale_pl/locale/pl/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_cur_exp.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_ext.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_ext.sub new file mode 100644 index 00000000..7cc02116 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 301 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_ext_item1.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_ext_item2.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_last_exp.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_level.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_active.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..dcf55f39 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 116 +right 506 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_high.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..9f9072bc --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 153 +top 148 +right 187 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_low.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..e54ff327 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 118 +top 148 +right 153 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_middle.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..b8f83e42 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 131 +right 498 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_passive.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..93669e8f --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 116 +right 461 +bottom 133 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_support.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..b8b36658 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 480 +bottom 89 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_weapon.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..db20edf0 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 148 +right 118 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_std.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_std.sub new file mode 100644 index 00000000..9cf283be --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 301 +top 116 +right 414 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_std_item1.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_std_item2.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/label_uppt.sub b/bin/pack/locale_pl/locale/pl/ui/windows/label_uppt.sub new file mode 100644 index 00000000..342c4137 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 89 +right 480 +bottom 103 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/tab_1.sub b/bin/pack/locale_pl/locale/pl/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/tab_2.sub b/bin/pack/locale_pl/locale/pl/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/tab_3.sub b/bin/pack/locale_pl/locale/pl/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/tab_4.sub b/bin/pack/locale_pl/locale/pl/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/title_skill.sub b/bin/pack/locale_pl/locale/pl/ui/windows/title_skill.sub new file mode 100644 index 00000000..2b0d856e --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 398 +top 74 +right 470 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/title_status.sub b/bin/pack/locale_pl/locale/pl/ui/windows/title_status.sub new file mode 100644 index 00000000..6c63bce8 --- /dev/null +++ b/bin/pack/locale_pl/locale/pl/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 181 +top 120 +right 229 +bottom 137 \ No newline at end of file diff --git a/bin/pack/locale_pl/locale/pl/ui/windows/windows.dds b/bin/pack/locale_pl/locale/pl/ui/windows/windows.dds new file mode 100644 index 00000000..24cf73af Binary files /dev/null and b/bin/pack/locale_pl/locale/pl/ui/windows/windows.dds differ diff --git a/bin/pack/locale_pt/locale/pt/effect/gm.mse b/bin/pack/locale_pt/locale/pt/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_pt/locale/pt/effect/ymirred.tga b/bin/pack/locale_pt/locale/pt/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/effect/ymirred.tga differ diff --git a/bin/pack/locale_pt/locale/pt/empiredesc_a.txt b/bin/pack/locale_pt/locale/pt/empiredesc_a.txt new file mode 100644 index 00000000..9e95d280 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/empiredesc_a.txt @@ -0,0 +1,30 @@ +[DELAY value;10] +Reino Shinsoo O Reino[ENTER] +Shinsoo fica na parte Sul do[ENTER] +continente. Os seus[ENTER] +habitantes so[ENTER] +predominantemente[ENTER] +[WAIT] +Comerciantes. Fundado por[ENTER] +Yoon-Yoing aps a queda do[ENTER] +Imprio, as trocas[ENTER] +comerciais com o Oriente[ENTER] +transformaram-se rapidamente[ENTER] +[WAIT] +num grande negcio. Os[ENTER] +habitantes esto em[ENTER] +constante luta com o[ENTER] +Ocidente e esta rota[ENTER] +comercial est totalmente[ENTER] +[WAIT] +desactivada de momento.[ENTER] +Quando se aperceberam da[ENTER] +ameaa das Pedras Metin, os[ENTER] +mercadores armaram-se. O seu[ENTER] +objectivo repelir os[ENTER] +[WAIT] +ataques do Ocidente para que[ENTER] +possam abrir novamente todas[ENTER] +as rotas comerciais e reunir[ENTER] +todo o continente sob a sua[ENTER] +liderana. \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/empiredesc_b.txt b/bin/pack/locale_pt/locale/pt/empiredesc_b.txt new file mode 100644 index 00000000..e716c4c1 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/empiredesc_b.txt @@ -0,0 +1,34 @@ +[DELAY value;10] +Reino Chunjo O Reino Chunjo[ENTER] +est localizado na parte[ENTER] +Oeste do Continente. um[ENTER] +reino teocrtico e [ENTER] +governado por Lderes[ENTER] +[WAIT] +Espirituais. O Reino foi[ENTER] +fundado pelo primo do antigo[ENTER] +imperador, Yoon-Young. Ele[ENTER] +usou os poderes da sua[ENTER] +esposa para o ajudar a[ENTER] +[WAIT] +descobrir a ameaa vinda das[ENTER] +Pedras Metin. Ele defendeu[ENTER] +mltiplas vezes a preparao[ENTER] +de contra-medidas[ENTER] +relativamente s Pedras, mas[ENTER] +[WAIT] +foi ignorado. Portanto ele[ENTER] +levou a sua aliana a[ENTER] +rebelar-se contra o Antigo[ENTER] +Imprio. Depois da queda do[ENTER] +Imprio, o seu Reino[ENTER] +[WAIT] +continuou at hoje em guerra[ENTER] +com as Regies Orientais e[ENTER] +problemas com o Sul. As[ENTER] +pessoas do Reino Chunjo[ENTER] +querem ganhar o controlo de[ENTER] +[WAIT] +todo o continente para que[ENTER] +possam livrar-se do poder[ENTER] +emergente das Pedras Metin. \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/empiredesc_c.txt b/bin/pack/locale_pt/locale/pt/empiredesc_c.txt new file mode 100644 index 00000000..2ee670b5 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/empiredesc_c.txt @@ -0,0 +1,28 @@ +[DELAY value;10] +Reino Jinno[ENTER] +[ENTER] +O Reino Jinno fica na parte[ENTER] +Oriental do continente. Este[ENTER] +Reino baseia-se no seu[ENTER] +[WAIT] +poderio militar. A sua[ENTER] +populao agressiva e[ENTER] +experiente em guerra. O[ENTER] +Reino Jinno dirigido por[ENTER] +Ee-Ryoong, o filho do ltimo[ENTER] +[WAIT] +imperador. Ele acha-se "O[ENTER] +Escolhido", e pretende[ENTER] +reunir o velho Imprio e[ENTER] +governar usando a fora[ENTER] +militar. Este teme o[ENTER] +[WAIT] +significado das Pedras Metin[ENTER] +e no as reconhece[ENTER] +oficialmente. Ee-Ryoong[ENTER] +tenta descobrir secretamente[ENTER] +uma forma de usar os poderes[ENTER] +[WAIT] +destrutivos das Pedras Metin[ENTER] +para conseguir atingir os[ENTER] +seus objectivos. \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/guildbuildinglist.txt b/bin/pack/locale_pt/locale/pt/guildbuildinglist.txt new file mode 100644 index 00000000..5f35b64c --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan Fegyverkovcs -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Felszerels kovcs -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan kszersz -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang Kikpz kzpont -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro Gymnt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro Fosszilis fa koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro Rz koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro Ezst koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro Arany koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro Jde koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro benfa koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro Gyngy koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro Fehrarany koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro Kristly koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro Ametiszt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro Mennyei knny koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Llekkristly koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Grnt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Zafr koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 Az Er oltra -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 Az Er oltra -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 Az Er oltra -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse Hz (1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner Kfal (1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin Kfal (1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 Kfal (1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door Kapu (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set Fal (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse Hz (2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner Kfal (2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin Kfal (2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 Kfal (2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door Kapu (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDIN b1-set Fal (2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse Hz (3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner Kfal (3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin Kfal (3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 Kfal (3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door Kapu (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDIN c1-set Fal (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol Ch jelvny -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 Homlokzati fal -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 +14202 WALL fence01_back01 Hts fal -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 Bal oldali fal -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 Jobb oldali fal -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 K1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 K2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 K3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 K4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 K5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 K6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 K7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 K8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 K9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 K10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT Fa1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 Fa2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall Fa3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 Fa4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 Fa5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT Fa6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 Fa7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall Fa8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 Fa9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_pt/locale/pt/icon/scroll_close.tga b/bin/pack/locale_pt/locale/pt/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/icon/scroll_close.tga differ diff --git a/bin/pack/locale_pt/locale/pt/icon/scroll_open.tga b/bin/pack/locale_pt/locale/pt/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/icon/scroll_open.tga differ diff --git a/bin/pack/locale_pt/locale/pt/insult.txt b/bin/pack/locale_pt/locale/pt/insult.txt new file mode 100644 index 00000000..291ef79f --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/insult.txt @@ -0,0 +1,197 @@ +bacanal +bacanais +bacanaix +bichona +bitch +bixa +bixona +bix0na +boiola +boquete +brocheiro +broxeira +brochista +broxe +br0xe +broxeira +broxeiro +broxista +buceta +cabrao +cabra0 +cabro +cagalhao +cagalho +cagalhoto +caralhete +caralho +caralh0 +chochota +choxota +chupa-mos +chupamos +chupam0s +cojones +colhoes +colhes +cona +c0na +conarias +conas +c0nas +cornudo +cricas +crl +culhoes +culhes +cunilingus +cunillingus +cunnillingus +ejaculado +ejacular +enconar +enrabar +enrrabar +escroto +esporra +fdd +fdp +fdr +fds +fdx +felacio +felcio +fellatio +filhodaputa +f0d +foda +foda-se +fodasse +f0dasse +fode +f0de +foder +f0der +fodido +fodilho +fodista +fods +fornicar +fuder +fudido +fufa +gaysex +karalho +karalh0 +krl +lambecricas +lambista +langonha +larilas +lsbia +lesbiana +lesbica +lsbica +mamedo +mariconso +meita +meitoso +menage +mnage +merda +merdinha +merdinhas +merdoso +merd0so +merdoxo +merd0xo +meretriz +minete +orgasmo +orgia +0rgia +otaria +otria +otario +otari0 +otrio +0tri +0tari +p0rnz +pachacha +pachaxa +panasca +pandeleiro +pandula +paneleiro +paneleir0 +panilas +panula +paxacha +paxaxa +pga +peida +penis +pnis +pentelho +pibias +pbias +pia +picha +pintalhudo +pintelheiro +pintelho +pissa +pissaroca +pivias +pvias +pixa +porno +p0rn +pornografia +pornografica +pornogrfica +pornografico +pornogrfico +pornu +pqp +pr0nz +punheta +punheteira +punheteiro +Puta +putanheira +putanheiro +putedo +queca +quilhoes +quilhes +rabeta +rabicha +rabicholas +rabixa +rabixolas +rameira +rego +roto +safista +sapato +saroca +semen +smen +sexo +sex0 +shit +sodomisar +sodomizar +tesao +tesa0 +teso +tetas +xochota +xoxota +xupa-mos +xupamos +chupamox +chupa-mox +xupa-mos \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/item_list.txt b/bin/pack/locale_pt/locale/pt/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_pt/locale/pt/item_proto b/bin/pack/locale_pt/locale/pt/item_proto new file mode 100644 index 00000000..f1ffb100 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/item_proto differ diff --git a/bin/pack/locale_pt/locale/pt/itemdesc.txt b/bin/pack/locale_pt/locale/pt/itemdesc.txt new file mode 100644 index 00000000..6c6b6abb --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/itemdesc.txt @@ -0,0 +1,2628 @@ +100000 Elixir do Tempo (P) Recupera a durao de uma Pedra do Drago. +100001 Elixir do Tempo (M) Recupera a durao de uma Pedra do Drago. +100002 Elixir do Tempo (G) Recupera a durao de uma Pedra do Drago. +100100 Pinas do Drago Uma ferramenta til que aumenta a probabilidade de sucesso durante a remoo de uma Pedra do Drago. +100200 Pinas do Tempo Absorve a durao da Pedra do Drago. +100300 Feijo do Drago Verde Este mgico feijo aumenta o nvel da tua Pedra do Drago. O processo de fortalecimento pode falhar. +100400 Feijo do Drago Azul Este feijo mgico aumenta a probabilidade de sucesso do melhoramento em um nvel da Pedra do Drago. +100500 Feijo do Drago Rosa A probabilidade de sucesso de melhoramento em um nvel de uma Pedra do Drago 10% mais alta. +11901 Fato de Casamento Um fato elegante para um homem usar num casamento. +11902 Fato de Casamento Um fato elegante para um homem usar num casamento. +11903 Vestido de Casamento Um vestido especial para uma mulher vestir num casamento. +11904 Vestido de Casamento Um vestido especial para uma mulher vestir num casamento. +18000 Cinto de Linho+0 +18001 Cinto de Linho+1 +18002 Cinto de Linho+2 +18003 Cinto de Linho+3 +18004 Cinto de Linho+4 +18005 Cinto de Linho+5 +18006 Cinto de Linho+6 +18007 Cinto de Linho+7 +18008 Cinto de Linho+8 +18009 Cinto de Linho+9 +18010 Cinto de Couro+0 +18011 Cinto de Couro+1 +18012 Cinto de Couro+2 +18013 Cinto de Couro+3 +18014 Cinto de Couro+4 +18015 Cinto de Couro+5 +18016 Cinto de Couro+6 +18017 Cinto de Couro+7 +18018 Cinto de Couro+8 +18019 Cinto de Couro+9 +18020 Cinto Magnfico+0 +18021 Cinto Magnfico+1 +18022 Cinto Magnfico+2 +18023 Cinto Magnfico+3 +18024 Cinto Magnfico+4 +18025 Cinto Magnfico+5 +18026 Cinto Magnfico+6 +18027 Cinto Magnfico+7 +18028 Cinto Magnfico+8 +18029 Cinto Magnfico+9 +18030 Cinto da Sabedoria+0 +18031 Cinto da Sabedoria+1 +18032 Cinto da Sabedoria+2 +18033 Cinto da Sabedoria+3 +18034 Cinto da Sabedoria+4 +18035 Cinto da Sabedoria+5 +18036 Cinto da Sabedoria+6 +18037 Cinto da Sabedoria+7 +18038 Cinto da Sabedoria+8 +18039 Cinto da Sabedoria+9 +18040 Cinto do Rei+0 +18041 Cinto do Rei+1 +18042 Cinto do Rei+2 +18043 Cinto do Rei+3 +18044 Cinto do Rei+4 +18045 Cinto do Rei+5 +18046 Cinto do Rei+6 +18047 Cinto do Rei+7 +18048 Cinto do Rei+8 +18049 Cinto do Rei+9 +18050 Cinto da Sombra+0 +18051 Cinto da Sombra+1 +18052 Cinto da Sombra+2 +18053 Cinto da Sombra+3 +18054 Cinto da Sombra+4 +18055 Cinto da Sombra+5 +18056 Cinto da Sombra+6 +18057 Cinto da Sombra+7 +18058 Cinto da Sombra+8 +18059 Cinto da Sombra+9 +18060 Cinto Rnico+0 +18061 Cinto Rnico+1 +18062 Cinto Rnico+2 +18063 Cinto Rnico+3 +18064 Cinto Rnico+4 +18065 Cinto Rnico+5 +18066 Cinto Rnico+6 +18067 Cinto Rnico+7 +18068 Cinto Rnico+8 +18069 Cinto Rnico+9 +18070 Cinto do Grande Urso+0 +18071 Cinto do Grande Urso+1 +18072 Cinto do Grande Urso+2 +18073 Cinto do Grande Urso+3 +18074 Cinto do Grande Urso+4 +18075 Cinto do Grande Urso+5 +18076 Cinto do Grande Urso+6 +18077 Cinto do Grande Urso+7 +18078 Cinto do Grande Urso+8 +18079 Cinto do Grande Urso+9 +18900 Pedra da Chama Vermelha Aumenta os bnus do teu cinto. +21100 +21101 +21102 +21103 +21104 +21105 +21106 +21107 +21108 +21109 +21110 +21111 +21112 +21113 +21114 +21115 +21116 +21117 +21118 +21119 +21120 +21121 +21122 +21123 +21124 +21125 +21126 +21127 +21128 +21129 +21550 +21551 +21552 +21553 +21554 +21555 +21556 +21557 +21558 +21559 +21991 +21992 +21993 +22000 Pergaminho da Cidade Este pergaminho permite-te voltar para a cidade. +22010 Pergaminho do Retorno Pergaminho que permite sinalizar um lugar especfico e permite voltar depois marca. +25040 Pergaminho da Bno Elimina o risco de um item ser destrudo caso um melhoramento falhe. Caso falhe, a qualidade do item ser apenas reduzida em 1 nvel. +25041 Pedra Mgica Um fragmento do metal lendrio que aumenta as probabilidades de conseguires melhorar um item. O item que tentas melhorar no ser destrudo nem a sua qualidade diminuir. +25100 Pergaminho da Extraco Pergaminho que permite extrair as Pedras-Espritas de uma arma ou armadura. Deixa uma marca de extraco. +27051 Poo Vermelha(P) Regenera 300 Pontos de Vida (VD). No negocivel. +27052 Poo Azul(P) Regenera 100 Pontos de Mana (MN). No negocivel. +27053 Poo Verde(P) Aumenta em 10 a tua Rapidez de Ataque durante 10 minutos. No negocivel. +27054 Poo Roxa(P) Aumenta em 10 a tua Rapidez de Movimento durante 10 minutos. No negocivel. +27122 Poo Vermelha (P) Recupera 300 pontos de vida. No negocivel. +27123 Poo Verde (P) Aumenta a rapidez de ataque em +10 durante 10 minutos. No negocivel. +27124 Ligadura Trava sangramento imediatamente. +27600 Fogueira Madeira que foi cortada para uma fogueira. +27610 Mrmore de Pesca Este mrmore mgico revela qual o peixe que mordeu o anzol. +27620 Livro de Pesca Um livro que mostra informaes sobre o peixe. +27799 Espinhas Os ossos de um peixe. +27800 Pasta Um isco leve e barato. +27801 Verme Isco popular que atrai peixe. +27802 Vairo Isco que atrai peixes grandes. +27803 Lcio Peixe comum que normalmente vive em lagos. +27804 Peixe Mandarim Um peixe delicioso. +27805 Lcio Grande Lcio grande e gordo. +27806 Carpa Um grande peixe de cor prateada. +27807 Salmo Um peixe que regressa a casa sozinho na poca do cio. +27808 Carpa Herbivora Uma carpa que normalmente se alimenta de ervas. +27809 Truta Texugo Um peixe que primo do salmo. +27810 Enguia Um peixe longo e fino que parece uma serpente. Tem muita resistncia. +27811 Truta Arco-ris Um peixe que tem um arco-ris na parte de trs. +27812 Truta de Rio Um peixe de gua doce muito comum nesta rea. +27813 Escardnio Um peixe vermelho e reluzente que vive em cardume. +27814 Perca Um peixe que conhecido como "tubaro dos mares". +27815 Tenchi Um tipo de tainha que vive apenas em guas limpas. +27816 Peixe Gato Um peixe com uma grande boca e bigodes como os dos gatos. +27817 Verdem Um peixe escorregadio que normalmente vive em guas rasas e lamacentas. +27818 Peixe Ltus Um peixe grande de gua fria, que vive de uma dieta variada. +27819 Peixe Doce Peixe da famlia do Eperlano. Vive ao longo da costa e em esturios. +27820 Eperlano Um peixe que capturado maioritariamente no gelo. +27821 Shiri Um peixe com uma forma e cor bonitas. +27822 Carpa Espelhada Carpa domesticada. +27823 Carpa Dourada Um raro peixe dourado e reluzente. +27833 Lcio Morto Peixe perfeito para ser grelhado numa fogueira. +27834 Peixe Mandarim Morto Peixe perfeito para ser grelhado numa fogueira. +27835 Lcio Grande Morto Peixe perfeito para ser grelhado numa fogueira. +27836 Carpa Morta Peixe perfeito para ser grelhado numa fogueira. +27837 Salmo Morto Este peixe pode ser grelhado numa fogueira. +27838 Carpa Herbvora Morta saborosa quando grelhada numa fogueira. +27839 Truta Texugo Morta saborosa quando grelhada numa fogueira. +27840 Enguia Morta saborosa quando grelhada numa fogueira. +27841 Truta Arco-ris Morta saborosa quando grelhada numa fogueira. +27842 Truta de Rio Morta saborosa quando grelhada numa fogueira. +27843 Escardnio Morto saboroso quando grelhado numa fogueira. +27844 Perca Morta saborosa quando grelhada numa fogueira. +27845 Tenchi Morto saboroso quando grelhado numa fogueira. +27846 Peixe Gato Morto saboroso quando grelhado numa fogueira. +27847 Verdem Morto saboroso quando grelhado numa fogueira. +27848 Peixe Ltus Morto saboroso quando grelhado numa fogueira. +27849 Peixe Doce Morto saboroso quando grelhado numa fogueira. +27850 Eperlano Morto saboroso quando grelhado numa fogueira. +27851 Shiri Morto saboroso quando grelhado numa fogueira. +27852 Carpa Espelhada Morta saborosa quando grelhada numa fogueira. +27853 Carpa Dourada Morta saborosa quando grelhada numa fogueira. +27863 Lcio Grelhado Restaura algum VD. +27864 Peixe Mandarim Grelhado Restaura alguma MN. +27865 Lcio Grande Grelhado Restaura algum VD. +27866 Carpa Grelhada Aumenta a rapidez de movimento por algum tempo. +27867 Salmo Grelhado Restaura alguma MN. +27868 Carpa Herbvora Grelhada Aumenta a rapidez de ataque por algum tempo. +27869 Truta Texugo Grelhada Restaura uma grande quantidade de VD. +27870 Enguia Grelhada Aumenta a tua Fora em 10 durante 10 minutos. +27871 Truta Arco-ris Grelhada Restaura alguma MN. +27872 Truta de Rio Grelhada Restaura alguma MN imediatamente. +27873 Escardnio Grelhado Aumenta a tua Destreza em 10 pontos durante 10 Minutos. +27874 Perca Grelhada Remove veneno. +27875 Tenchi Grelhado Restaura algum VD imediatamente. +27876 Peixe Gato Grelhado Restaura alguma MN imediatamente. +27877 Verdem Grelhado Torna-te invisvel durante 5 minutos. +27878 Peixe Ltus Grelhado Restaura algum VD imediatamente. +27879 Peixe Doce Grelhado Por ser cozinhado no fogo, este peixe ganha um agradvel sabor fumado. +27880 Eperlano Grelhado Ao cozinh-lo no fogo este peixe fica com um agradvel sabor fumado. +27881 Shiri Grelhado Por ser cozinhado no fogo, este peixe ganha um agradvel sabor fumado. +27882 Carpa Espelhada Grelhada Ao cozinh-lo no fogo este peixe fica com um agradvel sabor fumado. +27883 Carpa Dourada Grelhada Ao cozinh-lo no fogo este peixe fica com um agradvel sabor fumado. +27987 Ostra Um molusco com uma bonita concha. Pode conter uma prola no seu interior. +27988 Mapa do Tesouro Um mapa desgastado que revela o local de um tesouro antigo. +27989 Bssola de Pedras Metin A bssola indica-te a posio e distncia da prxima Pedra Metin. Quanto mais brilhante, mais perto estars. Pode ser usada 6 vezes. +27990 Pedao de Pedra Devido ao pequeno tamanho pode ser transportada facilmente. Tem vrias utilizaes possveis. +27991 Pedra d'gua Uma grossa e dura pedra que pode ser usada para afiar armas ou utenslios de cozinha. +27992 Prola Branca Um tesouro branco puro encontrado dentro de uma Ostra. +27993 Prola Azul Uma magnfica prola de cor azul profundo encontrada dentro de uma Ostra. +27994 Prola Vermelha Uma prola de cor avermelhada encontrada dentro de uma Ostra. +27995 Garrafa Vazia Uma garrafa vazia, mas intacta, feita de vidro. +27996 Garrafa de Veneno Uma garrafa com um veneno mortal no seu interior. +27997 Esfera da Vitalidade Uma mrmore que restaura algum VD. +27998 Mala de Alquimista Uma mala marcada pelo uso que mantm os segredos da alquimia escondidos dos olhos de desconhecidos. +27999 Mala da Pedra-Esprita Uma bolsa que guarda Pedras Espritas. +29001 Vieira Uma das maiores e mais saborosas conchas. A parte interior da sua concha parece um pente. +29002 Vieira Azul A pelcula de madreprola desta Vieira brilha em incontveis tons de azul. +29003 Vieira Amarela A pelcula de madreprola desta Vieira brilha em incontveis tons de amarelo. +29004 Vieira Vermelha A pelcula de madreprola desta Vieira brilha em incontveis tons de vermelho. +29005 Vieira Verde A pelcula de madreprola desta Vieira brilha em incontveis tons de verde. +29006 Trtaro Amarelo Trtaro com uma cor mais escura. +29007 Trtaro Azul Trtaro de cor azul-escura. +29008 gua Benta Azul luz do sol a superfcie desta gua sagrada tem um suave brilho azul. +29009 gua Benta Amarela luz do sol a superfcie desta gua sagrada tem um suave brilho amarelo. +29010 gua Benta Vermelha luz do sol a superfcie desta gua sagrada tem um suave brilho vermelho. +29011 gua Benta Verde luz do sol a superfcie desta gua sagrada tem um suave brilho verde. +29012 Mo de Deus Azul Escura gua Benta de cor azul-escura. +29013 gua Benta Amarelo-Clara gua Benta de cor amarelo-clara. +29014 gua Benta Vermelha gua Benta de cor vermelha. +29015 Mo de Deus Verde Escura gua Benta de cor verde-clara. +30000 Cevada Uma planta geralmente cultivada que usada para fazer cerveja e comida. +30001 Carta Um pedao de papel escrito numa bonita caligrafia. +30002 Salsicha Grelhada Linguia frita com legumes e temperos. +30003 Nariz de Porco O nariz de um porco. +30004 Dente de Javali Dente muito forte de um javali selvagem. +30005 Pea de Armadura Partida Fragmento de uma armadura partida. +30006 Dente de Orc Um dente fedorento, de cor amarelo-acastanhada, pertencente a um Orc. Est coberto de resduos duros indefinidos. +30007 Amuleto de Orc Um amuleto que encoraja os Orcs. +30008 Cartilha Esotrica O manual para os iniciantes na doutrina Esotrica. +30009 Remdio Desconhecido Medicamento desconhecido, feito de ingredientes desconhecidos. +30010 Fel de Urso O fel do urso conhecido por reavivar o sentido do gosto. +30011 Novelo Uma meada de fio. +30012 Garrafa de Vinho Um vinho muito fragrante est na garrafa. +30013 Jarra de Licor Um jarro que usado para envelhecer licor. +30014 Plo de Yeti Plo de uma criatura lendria, o Yeti, que protege contra o frio. +30015 Lembrana do Demnio Uma lembrana sombria de um Demnio. +30016 Diamante do Demnio Uma pedra preciosa conhecida por aprisionar as almas dos mortos. +30017 Gancho de Cabelo Um gancho de cabelo decorado para mulheres. +30018 Fita de Javali Rubro Uma fita para amarrar o cabelo das mulheres. +30019 Juba Flamejante A Juba Flamejante usada para fazer roupas de inverno. +30020 Semente de Pssego Usada para ter uma pele saudvel. +30021 Pedao de Diamante Uma pedra preciosa cortada por um material duro. +30022 Rabo de Serpente Uma cauda escamosa e multicolorida de uma Serpente. +30023 Couro de Tigre Branco Avaliada pelos coleccionadores como a pele de animal mais preciosa. +30024 Rabo de Cavalo O Rabo de Cavalo pode ser usado para fazer artigos de qualidade como escovas, chapus e cordas. +30025 Saco Venenoso De Aranha O Saco de Veneno de uma aranha. +30026 Intestino de Lobo Um ingrediente para fazer linguia, uma comida famosa no reino. +30027 Plo de Lobo Os cabelos mais grossos dos lobos so usados para fazer pentes e escovas. +30028 Garra de Lobo A garra afiada de um lobo usada para fazer acessrios. +30029 Fgado de Lobo Um ingrediente para fazer linguia, uma comida famosa no reino. +30030 Lmina Ferrugenta Uma lmina enferrujada. +30031 Ornamento Um ornamento favorito entre as meninas. +30032 Uniforme Preto Um uniforme preto desgastado. +30033 Porcelana Partida Um pedao de porcelana partida. +30034 Fita de Javali Branco Uma popular fita para amarrar o cabelo das mulheres. +30035 Creme de Rosto As mulheres usam isto para manter a sua pela mais jovem. +30036 Erva Mstica A erva lendria com efeitos milagrosos. +30037 Garra de Tigre Alguns combatentes utilizam um colar feito de Garras de Tigre para mostrarem a sua coragem aos restantes. +30038 Pele de Tigre Uma pele de animal favorita entre os coleccionadores. +30039 Pedao de Tecido Tecido usado para cobrir algumas feridas. +30040 Folha Folha de planta desconhecida. +30041 Shiriken Uma arma de arremesso usada por Ninjas. +30042 Presa de Tigre A presa brilhante e macia deste felino. +30043 Feijo Um ingrediente usado em muitas culinrias. +30044 Barro Barro usado para fazer porcelana. +30045 Ferro de Escorpio Um ferro que contm veneno de escorpio. +30046 Rabo de Escorpio Um rabo venenoso de escorpio. +30047 Livro da Maldio Um livro esotrico que pode ser usado para amaldioar algum. +30048 Pedao de Gelo Um pedao de gua gelada que constantemente exala ar frio. +30049 Corno de Orca um valioso material de escultura. +30050 Mrmore de Gelo Um mrmore feito de gelo. No derrete no tempo quente. +30051 Talism Desconhecido Um talism desconhecido. Apenas os Esotricos conseguem l-lo. +30052 Bandeira Uma bandeira para marcar tropas selvagens. +30053 Pele de P de Urso A comida favorita de muitas pessoas para a resistncia. +30054 Aliana O nico anel que usas at ao fim dos teus dias. +30055 Garra de Escorpio Uma garra de aspecto robusto. +30056 Teia de Aranha A aranha usa a sua seda para fazer a sua casa. +30057 Olhos de Aranha Os olhos de aranha esto entre os favoritos dos coleccionadores. +30058 Ovos de Aranha So usados como um amuleto pelas mulheres que no tm filhos. +30059 Pernas de Aranha As Pernas de Aranha so usadas pelos Xams nos seus trabalhos. +30060 Lngua de R Uma lngua pegajosa. +30061 Pernas de R Um extico ingrediente de arte culinria, sabe a galinha! +30062 Taa Medicinal Uma tigela usada por farmacuticos. +30063 Medicamento para Pele Um remdio para curar as doenas da pele. +30064 Pedra de Afiar Uma pedra usada para fazer a ponta da uma flecha. +30065 Campainha Uma pequena campainha que faz barulho. +30066 Pimenta quente Uma pimenta muito quente. +30067 Pele de Serpente A pele de uma cobra. +30068 Bife de Tofu Tofu cozinhado ao estilo Fusion +30069 Garra de Lobo+ A garra afiada de um lobo usada para fazer acessrios. +30070 Plo de Lobo+ Os cabelos mais grossos dos lobos so usados para fazer pentes e escovas. +30071 Fel de Urso+ O fel do urso usado para reavivar o sentido do gosto. +30072 Pele de P de Urso+ A comida para a resistncia favorita entre muita gente. +30073 Fita de Javali Branco+ Uma popular fita para amarrar o cabelo das mulheres. +30074 Uniforme Preto+ Um uniforme preto desgastado. +30075 Shiriken+ Uma arma de arremesso usada por Ninjas. +30076 Amuleto de Orc+ Um amuleto que encoraja os Orcs. +30077 Dente de Orc+ Um dente fedorento de um Orc. +30078 Cartilha Esotrica+ O manual para os iniciantes na doutrina Esotrica. +30079 Talism Desconhecido+ Um talism desconhecido, s os Esotricos conseguem l-lo. +30080 Livro da Maldio+ Este Livro Esotrico pode ser usado para amaldioar algum. +30081 Rabo de Escorpio+ Um rabo venenoso de escorpio. +30082 Rabo de Serpente+ O rabo de uma cobra. +30083 Remdio Desconhecido+ Medicamento desconhecido, feito de ingredientes desconhecidos. +30084 Talism Desconhecido+ Um talism desconhecido, s os Esotricos conseguem l-lo. +30085 Pedao de Tecido+ Tecido usado para cobrir algumas feridas. +30086 Lembrana do Demnio+ Uma lembrana sombria de um Demnio. +30087 Diamante do Demnio+ Uma pedra preciosa conhecida por aprisionar as almas dos mortos. +30088 Pedao de Gelo+ gua congelada eternamente. +30089 Plo de Yeti+ Plo de uma criatura lendria, o Yeti, que protege contra o frio. +30090 Mrmore de Gelo+ Um mrmore feito de gelo. No derrete no tempo quente. +30091 Smbolo do Guerreiro O Smbolo do Guerreiro dado aos guerreiros lendrios. +30092 Dente de um Selvagem Um esplio de guerra. +30093 Bolsa da Fortuna Uma bolsa de seda que guarda objectos de valor. +30094 Bolsa da Fortuna Uma bolsa de seda que guarda objectos de valor. +30095 Bolsa da Fortuna Uma bolsa de seda que guarda objectos de valor. +30096 Bolsa da Fortuna Uma bolsa de seda que guarda objectos de valor. +30129 Ordem do Cavaleiro Um documento que contm uma misso militar. +30130 Garrafa Vazia Uma garrafa vazia feita de vidro onde se podem colocar muitos lquidos diferentes. +30131 Carta de Deokbae Uma carta do amigo do ferreiro. +30132 Livro de Uriel Um dos livros favoritos de Uriel. Tem o ttulo "O segredo do Templo Escuro". +30133 Sapatos de Flor Sapatos bonitos de mulher. +30134 Pacote de Uriel Um pacote com muitos livros diferentes. +30135 Carta de Ariyoung Uma carta de Ariyoung para Ayoo. +30136 Arco Ornamentado Um arco magnfico feito dos cornos de um animal. +30137 Sangue de Macaco O sangue de um macaco. Cheira muito mal. +30138 Areia do Deserto Este tipo de areia usada para fazer a Porcelana Celadon. +30139 Dente Molar Dente Molar. +30140 Fio de Tecelagem Um fio forte. usado para coser roupa. Os colares tambm so feitos disto. +30141 Acessrio O acessrio para ser usado ou para decorar roupa. +30142 Carta Tu no consegues ler o que est escrito na carta. Talvez tenhas que aprender a linguagem. +30143 Ervas Medicinais Uma variedade de ervas medicinais secas. Infelizmente esto um pouco poeirentas. +30144 Fgado de Tigre O fgado castanho-avermelhado de um Tigre adulto. +30145 Remdio do Balso Um remdio forte. +30146 Pea de Gelo muito frio. +30147 Doutrina do Templo Um livro que contm informao detalhada sobre o templo escuro. +30148 Estola do Templo Uma estola que usada para rezar. +30149 Gelado com Xarope Um prato que contm uma poro de gelado e xarope. Delicioso no Vero. +30150 Pgina do Dirio Uma pgina de um dirio escrito pela antiga dinastia. +30151 Plo de Lobo frequentemente usada como um espanador. +30152 Remdio Pode curar uma estranha doena. Ningum sabe se realmente funciona. +30153 Flores Uma flor rara, o seu cheiro faz-te lembrar algo no passado. +30154 Livro do Templo Secreto A anlise da histria e a doutrina do templo secreto. +30155 Pendente de Mirine Um pendente de colar. Gravado no lado contrrio est o nome "Mirine". +30156 Livro do Templo Secreto A anlise da histria e a doutrina do templo secreto. +30157 Ponta de Flecha Estas pontas de flechas venenosas iro ajudar a defender o Reino. +30177 Essncia de Almscar A Essncia de Almscar utilizada pelo Vendedor de Armas numa misso. Este item no tem qualquer outra utilidade alm dessa. +30179 Chave Torcida A chave mgica activa o portal para o Templo do Drago. +30180 Amuleto Deus Drago Esta pea de joalharia poder diminuir o caminho para a Gruta das Almas. +30181 Pgina O texto desbotado deste pergaminho difcil de decifrar - esta pgina parece ser bastante velha. +30182 Dirio Lendrio Esta cpia de um livro antigo parece valiosa. +30183 Mscara de Madeira Negra Esta mscara de madeira parece estar a olhar directamente para ti. certamente um item de cerimnia. +30184 Cinzas Enfeitiadas As cinzas neste estranho recipiente, que est coberto por estranhos smbolos, esto rodeadas por um suave brilho. +30185 Gelo Negro Sombras negras parecem reunir-se sob esta reluzente e suave superfcie. +30186 Lgrima Fossilizada Uma lgrima fossilizada do Deus Baljit-Elvedin, conhecido actualmente por Deus Drago. +30187 Gota de Sangue Uma gota de sangue da Deusa assassinada Bahar-Taraji, criadora do mundo. +30188 Obsidiana Anteriormente lquida, rapidamente solidificada rocha vulcnica. +30189 Lgrimas do Deus Drago Este vaso habilmente esculpido contm as lgrimas do Deus Baljit-Elvedin. +30190 Pedra de Sangue Esta pedra feita do sangue de Bahar-Taraji e permite-te entrar na Gruta das Almas. +30191 Pedra de Sangue As Pedras de Sangue permitem-te entrar na Gruta das Almas. +30192 Seiva da Planta Seiva de alta-qualidade. +30193 Ossos de Esqueleto Os ltimos restos mortais de um heri. +30194 Moca de um Orc Uma arma horrvel com uns espinhos robustos. +30195 Areia de Quartzo Segundo a lenda, esta areia serve de sangue s criaturas de pedra do deserto. +30196 Cinzas do Demnio At as cinzas de um demnio contm poderes extraordinrios. +30197 Sementes Mgicas Estas sementes fervilham de vitalidade. +30198 Cristal de gua O corao de uma criatura negra do gelo. +30199 Cristal Azul Um pedao de cristal do Templo do Drago, que aumenta os poderes negros. +30210 Pea de Pedra Preciosa Uma pedra lmpida como cristal que reluz ao sol. +30211 Pea de Pedra Preciosa Uma pedra cristalina onde a luz se dispersa em varias direces. +30212 Pea de Pedra Preciosa Uma pequena pedra cintilante. +30213 Pea de Pedra Preciosa Uma pequena pedra cintilante. +30214 Pea de Pedra Preciosa Uma pequena pedra cintilante. +30215 Pea de Pedra Preciosa Uma pequena pedra cintilante. +30216 Pea de Pedra Preciosa Uma pequena pedra cintilante. +30217 Pea de Pedra Preciosa Uma pequena pedra cintilante. +30218 Pea de Pedra Preciosa Uma pequena pedra cintilante. +30219 Pea de Pedra Preciosa Uma pequena pedra cintilante. +30220 Pedra-Esprita Jinunggyi Uma pedra lendria que contm a alma de um aristocrata Jinung. +30221 Pedra-Esprita do Templo Uma pedra lendria que contm a alma de um seguidor do templo. +30222 Pedra-Esprita Sagyi Uma pedra lendria que contm a alma de um aristocrata Sagyis. +30223 Pedra-Esprita Aurtumryu Uma pedra lendria que contm a alma de um aristocrata Aurtumryus. +30224 Pedra-Esprita Gyimok Uma pedra lendria que contm a alma de um aristocrata Gyimoks. +30225 Pedra-Esprita Tugyi Uma pedra lendria que contm a alma de um aristocrata Tugyis. +30228 Pedra-Esprita do Drago A negra aura do destronado deus toca a tua alma e procura refgio no teu corao. +30251 Jia da Malevolncia Um diamante que exala loucura. +30252 Jia da Sabedoria A aura deste Diamante pacfica e nobre. +30253 Jia da Lealdade Uma aura de um esprito lutador e de honestidade rodeia este Diamante. +30254 +30265 Pedao de Medalha (1) Primeiro fragmento da Medalha do Heri. +30266 Pedao de Medalha (2) Segundo fragmento da Medalha do Heri. +30267 Pedao de Medalha (3) Terceiro fragmento da Medalha do Heri. +30268 Pedao de Medalha (4) Quarto fragmento da Medalha do Heri. +30269 Pedao de Medalha (5) Quinto fragmento da Medalha do Heri. +30270 Lasca de Pedra do Drago Lasca de uma Pedra do Drago rara +30311 Chave de Azurite Esta delicada chave, com uma pedra de Azurite, abre a passagem para o 2 Andar das Catacumbas do Demnio. +30312 Totem de Rosto Este pedao de madeira com um rosto cravado serve como chave para o 6 Andar das Catacumbas do Demnio. +30315 Po Po usado para quebrar o jejum. +30316 Prato de Doaes Um prato com uma decorao magnfica. +30317 Doao de Comida Uma doao de comida para quebrar o jejum. +30318 Fruta da Bno Uma fruta extraordinria. Obtm uma quantidade suficiente e irs receber uma recompensa. +30319 Cabea Encolhida Esta cabea de demnio encolhida abre o selo para o 3 Andar das Catacumbas do Demnio. Este item negocivel. +30320 Cabea Encolhida Esta cabea de demnio encolhida abre o selo para o 3 Andar das Catacumbas do Demnio. +30321 Abbora de Halloween A Abbora recupera VD ou MN. Se lhe tocares com uma Varinha Mgica, ela ir transformar-se num Cofre de Halloween. +30322 Varinha Mgica Uma Varinha Mgica artisticamente criada a partir de madeira de Amieiro, com uma estrela feita de fogo mgico no topo. Tem o poder de transformar Abboras de Halloween em Cofres de Halloween. +30323 Cupo para Mscara O Cupo para Mscara pode ser trocado no Jack Cabea de Abbora por uma Mscara de Abbora. A Mscara ir substituir qualquer penteado existente. +30324 Chave do Aracndeo Abre o porto para o Ninho de Reproduo da Baronesa. extremamente frgil e desintegra-se aps 24 horas. Apenas pode ser usada por lderes de grupo. +30325 Chave do Aracndeo Abre o porto para o Ninho de Reproduo da Baronesa. Desintegra-se aps 24 horas. Apenas pode ser usada por lderes de grupo. +30326 Veneno da Rainha Aranha A secreo da Rainha Aranha necessria para a produo da Chave do Aracndeo. +30327 Apito do Aracndeo A msica deste instrumento atrai a Aranha Baronesa. +30329 Roda Dentada Dourada Activa o mecanismo escondido na Estela de Isfet. +30330 Pedra de Maat Como Deusa da Justia, Maat luta pela ordem entre o caos. +30331 Chave da Geada A chave fria como o gelo e d acesso ao terceiro piso da Torre de Vigia de Nemere. Apenas pode ser usada por Xams. +30332 Estrela Polar Pedra-chave feita de gelo puro. Permite o acesso ao sexto andar da Torre de Vigia de Nemere. +30333 Chave da Flor da Geada Esta chave feita de gelo permite o acesso ao nono andar da Torre de Vigia de Nemere. Apenas pode ser usada por Ninjas ou Xams. +30500 Faca de Gravura Rubi Ferramenta para refinares a tua arma. +30501 Punho de Ouro Elemento para refinares a tua arma. +30502 Decorao Rubi Elemento para refinares a tua arma. +30503 Faca de Gravura Ametista Ferramenta para refinares a tua arma. +30504 Punho de Prata Elemento para refinares a tua arma. +30505 Decorao Esmeralda Elemento para refinares a tua arma. +30506 Faca de Gravura Lazuli Ferramenta para refinares a tua arma. +30507 Punho de Bronze Elemento para refinares a tua arma. +30508 Decorao Lazuli Elemento para refinares a tua arma. +30509 Ao de Drago Azul Couro de drago extremamente leve e flexvel, mas tambm virtualmente indestrutvel. Pode ser processado como metal e usado na produo de armaduras. +30510 Dragona Grandiosa Elemento para refinares armaduras. +30511 Tecido Vermelho Tecido de qualidade para refinares armaduras. +30512 Ao de Drago Vermelho Couro de drago extremamente leve e flexvel, mas tambm virtualmente indestrutvel. Pode ser processado como metal e usado na produo de armaduras. +30513 Dragona Nobre Elemento para refinares armaduras. +30514 Tecido Violeta Tecido de qualidade para refinares armaduras. +30515 Ao de Drago Prpura Couro de drago extremamente leve e flexvel, mas tambm virtualmente indestrutvel. Pode ser processado como metal e usado na produo de armaduras. +30516 Dragona Antiga Elemento para refinares armaduras. +30517 Tecido Dourado Tecido de qualidade para refinares armaduras. +30518 Fio Dourado Rolo de fio mgico, feito de ouro fundido. Pode ser processado, juntamente com uma pedra preciosa, em joalharia valiosa. +30519 Gancho Dourado Feito de ouro puro, pode ser processado, juntamente com uma pedra preciosa, em joalharia valiosa. +30520 Fivela Dourada Feita de ouro puro, pode ser processada, juntamente com uma pedra preciosa, em joalharia valiosa. +30521 Elemento de Anel Feito de ouro puro, pode ser processado, juntamente com uma pedra preciosa, em joalharia valiosa. +30522 Colar de Elos Feito de ouro puro, pode ser processado, juntamente com uma pedra preciosa, em joalharia valiosa. +30523 Elemento de Joalharia Feito de ouro puro, pode ser processado, juntamente com uma pedra preciosa, em joalharia valiosa. +30524 Pedra da Chama +30525 Pedra da Chama de Gelo +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Cinto Azul Material bsico para a produo de cintos. +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 Cpia da Inscrio Fizeste uma cpia da inscrio que encontraste na Velha Lpide. +31002 Documento Antigo Documento com mais pistas do tempo da Nao das Trevas. +31003 Antdoto Medicamento essencial para salvar a vida do soldado envenenado. +31004 Resina da rvore Sagrada A Resina de uma rvore Sagrada um dos elementos necessrios para produzir uma Lgrima Celestial. +31005 Essncia de Cristal Azul Esta essncia, adquirida de cristais azuis, necessria para produzir uma Lgrima Celestial. +31006 Quartzo Infernal Este quartzo vermelho reluzente composto por Terra Vulcnica, Juba Flamejante e Pedra Basilar. +31007 Terra Vulcnica Substncia semelhante a cinzas de Doyyumhwan. necessria para a produo do Quartzo Infernal. +31008 Lgrima Celestial Pedra preciosa mgica composta por Essncia de Cristal Azul, Quartzo Infernal e Resina da rvore Sagrada. Mantm afastadas as criaturas malignas e dura 7 dias. +31009 Carta dos Gnoll Mensagem secreta enviada pelos Servos das Trevas aos Gnoll. +31010 Carta dos Ladres Rubros A mensagem dos Servos das Trevas para o Gang dos Ladres Rubros foi desfeita em vrios pedaos. +31011 +31012 +31013 Pedao de Papel Esperemos que esta mensagem te revele mais sobre os objectivos dos Cyclops. +31014 +31015 Carta do Capito Ganchos Mensagem do Capito Ganchos para a banshee. +31016 Carta de Lee Chung Mensagem importante do Comandante Lee Chung para o Almirante Angmur +31017 Carta Selada Esta carta era detida pela Serva do Templo. +31018 Manuscrito Carapaa Esta carapaa de tartaruga com linhas gravadas serve como chave do cdigo. +31019 P de Carapaa P feito a partir da carapaa esmagada de uma tartaruga-de-escamas +31020 Raiz de Flor-Rocha As razes da Flor-Rocha neutralizam venenos no corpo. +31021 +31022 Escama de Oin Apenas os lderes dos Trites podem usar estas escamas raras. +31023 +31024 Couro de Mantcora Couro robusto da pele da asa do Martyaxwar. +31025 +31026 Armadura Crustcea Armadura protectora da tribo dos crustceos. Tambm serve como material de fortificao. +31027 Areia Fina Esta areia particularmente fina perfeita como material de construo. +31028 Tijolo de Barro Tijolo cbico feito de barro cozido +31029 Luz Interior A fonte de energia interna do Polyphemos +31030 Luz Interior A fonte de energia interna do Rei dos Gigantes +31031 Essncia Milenar Mistura feita de Raiz de Gango, Cogumelos Tue e Rosa Alpina. Ingrediente importante para as Prolas Leviathan. +31032 Prolas Leviathan Cpsulas de fortalecimento eficientes feitas a partir da Luz Interior de criaturas mticas e da Essncia Milenar. +31033 Capa do Chefe Esta capa o smbolo da invulnerabilidade dos Ladres Rubros. +31034 Totem dos Gigantes O totem tem a forma de um pedao gigante de mbar. +31035 Pedra Negra Esta misteriosa pedra est a ser minerada pelos Cyclops nas Montanhas do Trovo. +31036 Ouro Negro Este ouro negro com propriedades mgicas pode ser encontrado nas Montanhas do Trovo. +31037 Saco de Couro Roubaste este saco ao Capito Shruk. Parece ser mais leve do que estavas espera... +31038 Terreno Sagrado Este saco cheio de Terreno Sagrado serve como um medium para invocar os mortos. +31039 Saco de Moedas Existe a possibilidade de haver uma forma de invocar os mortos no interior. +31040 Medalha Dourada Ser este item um medium? +31041 Terra Fssil Mistura de terra e p de ossos +31042 Lana do Trito A Lana do Trito usada tradicionalmente pelos habitantes da ilha para fortificar as suas construes defensivas. +31043 Tabuleta dos Lmures Tbua de pedra misteriosamente deslumbrante com uma inscrio gravada. +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Faixa do Caador de Ouro Esta faixa para o pescoo ajuda-te a adquirires Sacos de Moedas dos bolsos de monstros. +31074 Colar Rebitado Joalharia para o pescoo feita de couro com uma borda rebitada +31075 Colar de Farpas Colar decorativo dos Martyaxwar. Uma carta est escondida no seu interior. +31076 Ervas do Sol Estas ervas crescente em locais secos e quentes. +31077 P de Pedra Basilar Pedra Basilar desfeita num p fino. +31078 Lumen Puro Energia branca, neutraliza o poder da Matria Negra. +31079 Carta para Yak-Hwan A ltimas palavras do batedor, escondidas num colar. +31080 Sangue do Rei Chama A sangue corre pelas veias do demnio quente como lava. +31081 Matria Negra O tipo mais negro de energia, que garante aos demnios enorme poder. +31082 Anel de Magma Um anel feito de magma, que rodeia o corao dos demnios chama. +31083 Anel de Samael Artefacto poderoso para completar um ritual de expulso. +31084 +31085 +31086 +31087 +31088 +31089 +31090 +31091 +31092 +31093 Pedra Desconhecida Este tipo de pedra -te completamente desconhecido, mas emite um frio e escurido palpveis. +31094 Fragmento Fragmento do Meteorito Demonaco +31095 +31096 +31097 +31098 +31099 +31100 +31101 +31102 +31103 +35000 Ervas Medicinais+ Uma variedade de ervas medicinais secas. Infelizmente esto um pouco poeirentas. +35001 Fgado de Tigre+ O fgado castanho-avermelhado de um Tigre adulto. +38010 Pacote de Yang Usa o pacote pare encheres o teu cofre de guerra com Yang. No negocivel. +38011 Pacote de Yang Usa o pacote pare encheres o teu cofre de guerra com Yang. No negocivel. +38050 Cofre do Poder Este cofre extremamente leve, quase como se estivesse vazio... +38051 Cristal do Tigre Real necessria uma quantidade substancial de magia para domar os espritos dos animais. Este Cristal contm um dos cinco Selos do Tigre Real disponveis. +38052 O Cofre do Rei Este cofre magnfico esconde verdadeiros tesouros. O Item negocivel. +38053 Cofre do Inverno Eterno Este cofre feito completamente de gelo. Com um suave clique, a tampa abre-se e um frio glido escapa-se do interior. +38054 Arca Tormenta do Deserto Este cofre secreto contm um item aleatrio. +38055 Caixa da Cria Um fofo animal jovem pode estar escondido dentro desta caixa. Abre-a e encontra um item aleatrio. +38056 Cofre das Festividades Este cofre, num festivo abeto verde, contm uma surpresa de Natal. +38057 Cofre do Norte O cofre emite um brilho azul gelado e contm um item aleatrio. +38100 Snack do Poder (7 Dias) Aumenta a durao da tua Montada Melhorvel em 7 dias. +38101 Snack do Poder (15 Dias) Aumenta a durao da tua Montada Melhorvel em 15 dias. +38102 Snack do Poder (30 Dias) Aumenta a durao da tua Montada Melhorvel em 30 dias. +38200 Selo de Rufus Podes usar este Selo para invocares a tua cria de lobo, Rufus. +38201 Selo de Rufus Podes usar este Selo para invocares a tua cria de lobo, Rufus. +39001 Pedra Mgica Esta Pedra garante a melhor probabilidade de melhorares um item. Alm disso, o item no ser destrudo nem perder qualidade se o melhoramento falhar. Este item negocivel. +39002 Anel de Experincia Aumenta a Experincia obtida em 50% durante 60 minutos. Este item negocivel. +39003 Vinho de Flor de Pssego Uma bebida que ir imediatamente regenerar a tua Vida (VD) em 500 pontos. Este item negocivel. +39004 Mrmore da Bno Esta Mrmore lendria permite adicionar um quinto atributo a itens que j tenham quatro atributos. A adio deste atributo pode falhar. Este item negocivel. +39005 Ferro Mgico Quando combinas este Ferro com um Pergaminho da Bno no Ferreiro poders criar um Pergaminho da Guerra. Este item negocivel. +39006 Capa de Bravura Os Guerreiros antigos demonstravam a sua bravura ao usar uma capa colorida com a qual puxavam a ateno de todos os monstros para si. Este item negocivel. +39007 Manual do Ferreiro Este livro contm a alma de um Ferreiro antigo. Se for usado aumenta a probabilidade de melhorar um Item. Este item negocivel. +39008 Pergaminho do Exorcismo Remove a maldio do esprito malvado se a aprendizagem no bem sucedida. Com a ajuda deste pergaminho podes ler outro livro no mesmo dia. Este item negocivel. +39009 Pergaminho da Habilidade Este item torna possvel redistribuir todos os Pontos de uma nica Habilidade. Este item negocivel. +39010 Poo de Ataque +10 Aumenta a tua rapidez de ataque em 10% durante 30 minutos. Este item negocivel. +39011 Bno da Vida Uma bno com a qual o teu VD imediatamente recuperado a 100%. Este item negocivel. +39012 Bno da Magia Uma bno que regenera todo o teu MN imediatamente. Este item negocivel. +39013 Bno do Drago Uma bno com a qual os teus VD e MN so imediatamente recuperados a 100%. Este item negocivel. +39014 Pergaminho da Guerra O melhoramento do Item garantido (100%). Apenas funciona em Itens de nvel +0 a +3. Este item negocivel. +39015 Pedra do Ferreiro No Ferreiro podes criar um Manual do Ferreiro com a ajuda desta Pedra e de um Pergaminho da Bno. Este item negocivel. +39016 Metal Mgico Este material, quando combinado com um Pergaminho da Bno, permite-te criar um Pergaminho do Drago no Ferreiro. Este item negocivel. +39017 Vida do Deus Drago Aumenta o teu VD mximo em 20% durante 30 minutos. Este item negocivel. +39018 Ataque do Deus Drago Aumenta os danos que fazes em luta em 12-15% durante 30 minutos. Este item negocivel. +39019 Magia do Deus Drago Aumenta o teu MN mximo em 20% durante 30 minutos. Este item negocivel. +39020 Defesa do Deus Drago Reduz os danos que recebes em luta em 12-15% durante 30 minutos. Este item negocivel. +39021 Ajuda do Deus Drago A Vitalidade, Fora, Inteligncia e Destreza so temporariamente quintuplicadas. Este item negocivel. +39022 Pergaminho do Drago Remove o risco de um Item ser destrudo se o Melhoramento falhar. A sua qualidade ser apenas reduzida 1 nvel. Adicionalmente, a probabilidade do Melhoramento ser bem sucedido aumentada em 10%. Este item negocivel. +39023 Elixir do Investigador Este Elixir aumenta a qualidade dos objectos de pesquisa que recolheste, aumentando assim a probabilidade de serem aceites. Este item negocivel. +39024 Golpe Crtico Aumenta a probabilidade de aplicares um golpe crtico em luta em 20% durante 10 minutos. Este item negocivel. +39025 Golpe Perfurador Aumenta a probabilidade de aplicares um golpe perfurante em 20% durante 10 minutos. Este item negocivel. +39026 Poo de Velocidade Aumenta a tua rapidez de movimento em 60 durante 30 minutos. Este item negocivel. +39027 Manual da Pedra Remove todos os Pedaos de Pedra Partida de um item. Ters assim outra oportunidade de melhorar o teu equipamento. Este item negocivel. +39028 Feitio para Itens Modifica os bnus de um dos teus Itens. Este item negocivel. +39029 Reforo para Itens Se tiveres sorte pode adicionar um novo bnus num dos teus itens (at ao 4 bnus). Este item negocivel. +39030 Conselho do Eremita Aumenta a probabilidade de acertares a leitura de um Livro de Habilidade (ou Pedra da Alma) em 2.5 vezes. Este item negocivel. +39031 Poo da Rapidez Esta poo reduz o tempo de carregamento das tuas habilidades em 20% durante 30 minutos. Este item negocivel. +39032 Fruta da Vida Aumenta os Pontos de Karma em 2000. Ters de esperar 8 horas entre cada uso. Este item negocivel. +39033 Pergaminho da Correco Com este Pergaminho podes remover a ltima Pedra-Esprita que colocaste num item. Este item negocivel. +39034 Acar para Cavalo Este pedao de acar torna possvel dar um nome ao Cavalo. Adicionalmente tambm aumenta a sua Defesa em 20 pontos. Este item negocivel. +39035 Vidro da Perspiccia Permite-te mostrar itens teus a outros jogadores. O Vidro parte-se no processo. Este item negocivel. +39036 Sapatos de Vento Aumenta a tua rapidez de movimento em 30, durante 30 horas de jogo, quando equipado. Este item negocivel. +39037 Elixir do Sol (P) Recupera automaticamente a tua VD. Contm 1.000.000 VD. Este item negocivel. +39038 Elixir do Sol (M) Recupera automaticamente a tua VD. Contm 3.000.000 VD. Este item negocivel. +39039 Elixir do Sol (G) Recupera automaticamente a tua VD. Contm 7.000.000 VD. Este item negocivel. +39040 Elixir da Lua (P) Recupera automaticamente a tua MN. Contm 100.000 MN. Este item negocivel. +39041 Elixir da Lua (M) Recupera automaticamente a tua MN. Contm 300.000 MN. Este item negocivel. +39042 Elixir da Lua (G) Recupera automaticamente a tua MN. Contm 700.000 MN. Este item negocivel. +39043 Pergaminho do Retorno Pergaminho que permite sinalizar um lugar especfico e permite voltar depois marca. Este item negocivel. +39044 Cofre dos Lycans (P) Pacote de equipamento com itens teis para Lycans. +39045 Cofre dos Lycans (G) Grande pacote de equipamento com itens teis para Lycans. +39046 Certificado de Reverso+ Usa o Certificado de Reverso para removeres bnus de uma Faixa de Ombro. +41001 Disfarce Coelho (pardo) Disfarce de coelho para homens feito de peluche castanho +41002 Disfarce Bunny (pardo) Disfarce de coelho para mulheres feito de peluche castanho +41003 Guerreiro do Deserto (M) Roupa de combate para homens, para ajudar a sobreviver s desumanas condies do deserto. +41004 Guerreiro do Deserto (F) Roupa de combate para mulheres, para ajudar a sobreviver s desumanas condies do deserto. +41005 Esgrima Olmpica (M) Equipamento desportivo para esgrimistas masculinos. +41006 Esgrima Olmpica (F) Equipamento desportivo para esgrimistas femininas. +41007 Esgrima GER (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Alems. +41008 Esgrima GER (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Alems. +41009 Esgrima TUR (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Turcas. +41010 Esgrima TUR (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Turcas. +41011 Esgrima BRA (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Turcas. +41012 Esgrima BRA (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Turcas. +41013 Futebol Olmpico (M) Equipamento neutro para futebolistas masculinos. +41014 Futebol Olmpico (F) Equipamento neutro para futebolistas femininas. +41015 Futebol GER (M) Equipamento para futebolistas masculinos nas cores nacionais Alems. +41016 Futebol GER (F) Equipamento para futebolistas femininas nas cores nacionais Alems. +41017 Futebol TUR (M) Equipamento para futebolistas masculinos nas cores nacionais Turcas. +41018 Futebol TUR (F) Equipamento para futebolistas femininas nas cores nacionais Turcas. +41019 Futebol BRA (M) Equipamento para futebolistas masculinos nas cores nacionais Brasileiras. +41020 Futebol BRA (F) Equipamento para futebolistas femininas nas cores nacionais Brasileiras. +41021 Boxe Olmpico (M) Equipamento de combate para pugilistas masculinos. +41022 Boxe Olmpico (F) Equipamento de combate para pugilistas femininas. +41023 Boxe GER (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Alems. +41024 Boxe GER (F) Equipamento de combate para pugilistas femininas nas cores nacionais Alems. +41025 Boxe TUR (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Turcas. +41026 Boxe TUR (F) Equipamento de combate para pugilistas femininas nas cores nacionais Turcas. +41027 Boxe BRA (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Brasileiras. +41028 Boxe BRA (F) Equipamento de combate para pugilistas femininas nas cores nacionais Brasileiras. +41029 Guerreiro Deserto (M, B) Roupa de combate para homens, para ajudar a sobreviver s desumanas condies do deserto. Item negocivel. +41030 Guerreiro Deserto (F, B) Roupa de combate para mulheres, para ajudar a sobreviver s desumanas condies do deserto. Item negocivel. +41031 Esgrima Olmpica (M) Equipamento desportivo para esgrimistas masculinos. Item negocivel. +41032 Esgrima Olmpica (F) Equipamento desportivo para esgrimistas femininas. Item negocivel. +41033 Esgrima GER (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Alems. Item negocivel. +41034 Esgrima GER (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Alems. Item negocivel. +41035 Esgrima TUR (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Turcas. Item negocivel. +41036 Esgrima TUR (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Turcas. Item negocivel. +41037 Esgrima BRA (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Turcas. Item negocivel. +41038 Esgrima BRA (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Turcas. Item negocivel. +41039 Futebol Olmpico (M) Equipamento neutro para futebolistas masculinos. Item negocivel. +41040 Futebol Olmpico (F) Equipamento neutro para futebolistas femininas. Item negocivel. +41041 Futebol GER (M) Equipamento para futebolistas masculinos nas cores nacionais Alems. Item negocivel. +41042 Futebol GER (F) Equipamento para futebolistas femininas nas cores nacionais Alems. Item negocivel. +41043 Futebol TUR (M) Equipamento para futebolistas masculinos nas cores nacionais Turcas. Item negocivel. +41044 Futebol TUR (F) Equipamento para futebolistas femininas nas cores nacionais Turcas. Item negocivel. +41045 Futebol BRA (M) Equipamento para futebolistas masculinos nas cores nacionais Brasileiras. Item negocivel. +41046 Futebol BRA (F) Equipamento para futebolistas femininas nas cores nacionais Brasileiras. Item negocivel. +41047 Boxe Olmpico (M) Equipamento de combate para pugilistas masculinos. Item negocivel. +41048 Boxe Olmpico (F) Equipamento de combate para pugilistas femininas. Item negocivel. +41049 Boxe GER (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Alems. Item negocivel. +41050 Boxe GER (F) Equipamento de combate para pugilistas femininas nas cores nacionais Alems. Item negocivel. +41051 Boxe TUR (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Turcas. Item negocivel. +41052 Boxe TUR (F) Equipamento de combate para pugilistas femininas nas cores nacionais Turcas. Item negocivel. +41053 Boxe BRA (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Brasileiras. Item negocivel. +41054 Boxe BRA (F) Equipamento de combate para pugilistas femininas nas cores nacionais Brasileiras. Item negocivel. +41055 Esgrima FRA (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Francesas. +41056 Esgrima FRA (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Francesas. +41057 Esgrima ITA (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Italianas. +41058 Esgrima ITA (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Italianas. +41059 Esgrima POL (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Polacos. +41060 Esgrima POL (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Polacas. +41061 Esgrima ROU (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Romenas. +41062 Esgrima ROU (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Romenas. +41063 Esgrima ESP (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Espanholas. +41064 Esgrima ESP (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Espanholas. +41065 Futebol FRA (M) Equipamento para futebolistas masculinos nas cores nacionais Francesas. +41066 Futebol FRA (F) Equipamento para futebolistas femininas nas cores nacionais Francesas. +41067 Futebol ITA (M) Equipamento para futebolistas masculinos nas cores nacionais Italianas. +41068 Futebol ITA (F) Equipamento para futebolistas femininas nas cores nacionais Italianas. +41069 Futebol POL (M) Equipamento para futebolistas masculinos nas cores nacionais Polacas. +41070 Futebol POL (F) Equipamento para futebolistas femininas nas cores nacionais Polacas. +41071 Futebol ROU (M) Equipamento para futebolistas masculinos nas cores nacionais Romenas. +41072 Futebol ROU (F) Equipamento para futebolistas femininas nas cores nacionais Romenas. +41073 Futebol ESP (M) Equipamento para futebolistas masculinos nas cores nacionais Espanholas. +41074 Futebol ESP (F) Equipamento para futebolistas femininas nas cores nacionais Espanholas. +41075 Boxe FRA (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Francesas. +41076 Boxe FRA (F) Equipamento de combate para pugilistas femininas nas cores nacionais Francesas. +41077 Boxe ITA (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Italianas. +41078 Boxe ITA (F) Equipamento de combate para pugilistas femininas nas cores nacionais Italianas. +41079 Boxe POL (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Polacas. +41080 Boxe POL (F) Equipamento de combate para pugilistas femininas nas cores nacionais Polacas. +41081 Boxe ROU (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Romenas. +41082 Boxe ROU (F) Equipamento de combate para pugilistas femininas nas cores nacionais Romenas. +41083 Boxe ESP (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Espanholas. +41084 Boxe ESP (F) Equipamento de combate para pugilistas femininas nas cores nacionais Espanholas. +41085 Esgrima FRA (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Francesas. Item negocivel. +41086 Esgrima FRA (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Francesas. Item negocivel. +41087 Esgrima ITA (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Italianas. Item negocivel. +41088 Esgrima ITA (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Italianas. Item negocivel. +41089 Esgrima POL (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Polacas. Item negocivel. +41090 Esgrima POL (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Polacas. Item negocivel. +41091 Esgrima ROU (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Romenas. Item negocivel. +41092 Esgrima ROU (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Romenas. Item negocivel. +41093 Esgrima ESP (M) Equipamento desportivo para esgrimistas masculinos nas cores nacionais Espanholas. Item negocivel. +41094 Esgrima ESP (F) Equipamento desportivo para esgrimistas femininas nas cores nacionais Espanholas. Item negocivel. +41095 Futebol FRA (M) Equipamento para futebolistas masculinos nas cores nacionais Francesas. Item negocivel. +41096 Futebol FRA (F) Equipamento para futebolistas femininas nas cores nacionais Francesas. Item negocivel. +41097 Futebol ITA (M) Equipamento para futebolistas masculinos nas cores nacionais Italianas. Item negocivel. +41098 Futebol ITA (F) Equipamento para futebolistas femininas nas cores nacionais Italianas. Item negocivel. +41099 Futebol POL (M) Equipamento para futebolistas masculinos nas cores nacionais Polacas. Item negocivel. +41100 Futebol POL (F) Equipamento para futebolistas femininas nas cores nacionais Polacas. Item negocivel. +41101 Futebol ROU (M) Equipamento para futebolistas masculinos nas cores nacionais Romenas. Item negocivel. +41102 Futebol ROU (F) Equipamento para futebolistas femininas nas cores nacionais Romenas. Item negocivel. +41103 Futebol ESP (M) Equipamento para futebolistas masculinos nas cores nacionais Espanholas. Item negocivel. +41104 Futebol ESP (F) Equipamento para futebolistas femininas nas cores nacionais Espanholas. Item negocivel. +41105 Boxe FRA (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Francesas. Item negocivel. +41106 Boxe FRA (F) Equipamento de combate para pugilistas femininas nas cores nacionais Francesas. Item negocivel. +41107 Boxe ITA (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Italianas. Item negocivel. +41108 Boxe ITA (F) Equipamento de combate para pugilistas femininas nas cores nacionais Italianas. Item negocivel. +41109 Boxe POL (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Polacas. Item negocivel. +41110 Boxe POL (F) Equipamento de combate para pugilistas femininas nas cores nacionais Polacas. Item negocivel. +41111 Boxe ROU (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Romenas. Item negocivel. +41112 Boxe ROU (F) Equipamento de combate para pugilistas femininas nas cores nacionais Romenas. Item negocivel. +41113 Boxe ESP (M) Equipamento de combate para pugilistas masculinos nas cores nacionais Espanholas. Item negocivel. +41114 Boxe ESP (F) Equipamento de combate para pugilistas femininas nas cores nacionais Espanholas. Item negocivel. +41117 Disfarce Mosqueteiro Fato extravagante no estilo dos mosqueteiros. +41118 Uniforme de Empregada Vestido negro com um avental branco no estilo de uma empregada Francesa. +41119 Fato de Salsa Fato laranja e negro, justo, para bailarinos de danas latinas. +41120 Vestido de Salsa Vestido vermelho, justo, para danarinas, com luvas pretas. +41121 Fato de Cavalheiro Fato elegante para homens de bons costumes. +41122 Vestido de Cocktail Vestido azul com um arco e sandlia de tiras a combinar. +41125 Smoking de Abbora Uma pea clssica - reinterpretada para esta ocasio especial. +41126 Vestido de Abbora Uma pea clssica - reinterpretada para esta ocasio especial. +41129 Disfarce Mosqueteiro + Fato extravagante no estilo dos mosqueteiros. D-te pelo menos um bnus aleatrio. Item negocivel. +41130 Uniforme de Empregada + Vestido negro com um avental branco no estilo de uma empregada Francesa. D-te pelo menos um bnus aleatrio. Item negocivel. +41131 Fato de Salsa + Fato laranja e negro, justo, para bailarinos de danas latinas. D-te pelo menos um bnus aleatrio. Item negocivel. +41132 Vestido de Salsa + Vestido vermelho, justo, para danarinas, com luvas pretas. D-te pelo menos um bnus aleatrio. Item negocivel. +41133 Fato de Cavalheiro + Fato elegante para homens de bons costumes. D-te pelo menos um bnus aleatrio. Item negocivel. +41134 Vestido de Cocktail + Vestido azul com um arco e sandlia de tiras a combinar. D-te pelo menos um bnus aleatrio. Item negocivel. +41135 Smoking de Abbora (Bn) Uma pea clssica - reinterpretada para esta ocasio especial. Este disfarce d-te um bnus aleatrio. +41136 Vestido de Abbora (Bn) Uma pea clssica - reinterpretada para esta ocasio especial. Este disfarce d-te um bnus aleatrio. +41137 Disfarce Natal(Vermelho) Fato natalcio feito de veludo vermelho e peluche branco. +41138 Vestido Natal (Vermelho) Mini-vestido natalcio feito de veludo vermelho e peluche branco. +41139 Disfarce Natal (Verde) Fato natalcio feito de veludo verde e peluche branco. +41140 Vestido Natal (Verde) Mini-vestido natalcio feito de veludo verde e peluche branco. +41141 Disfarce Natal (Preto) Fato natalcio feito de veludo preto e peluche branco. +41142 Vestido Natal (Preto) Mini-vestido natalcio feito de veludo preto e peluche branco. +41143 Disfarce Rena (M) Disfarce para homens, feito de peluche suave com uma cauda fofa e um sino. +41144 Disfarce Rena (F) Disfarce para mulheres, feito de peluche suave com uma cauda fofa e um sino. +41145 Disfarce Natal+ (Verm) Fato natalcio feito de veludo vermelho e peluche branco. D-te pelo menos um bnus aleatrio. Item negocivel. +41146 Vestido Natal+(Vermelho) Mini-vestido natalcio feito de veludo vermelho e peluche branco. D-te pelo menos um bnus aleatrio. Item negocivel. +41147 Disfarce Natal+ (Verde) Fato natalcio feito de veludo verde e peluche branco. D-te pelo menos um bnus aleatrio. Item negocivel. +41148 Vestido Natal+ (Verde) Mini-vestido natalcio feito de veludo verde e peluche branco. D-te pelo menos um bnus aleatrio. Item negocivel. +41149 Disfarce Natal+ (Preto) Fato natalcio feito de veludo preto e peluche branco. D-te pelo menos um bnus aleatrio. Item negocivel. +41150 Vestido Natal+ (Preto) Mini-vestido natalcio feito de veludo preto e peluche branco. D-te pelo menos um bnus aleatrio. Item negocivel. +41151 Disfarce Rena+ (M) Disfarce para homens, feito de peluche suave com uma cauda fofa e um sino. D-te pelo menos um bnus aleatrio. Item negocivel. +41152 Disfarce Rena+ (F) Disfarce para mulheres, feito de peluche suave com uma cauda fofa e um sino. D-te pelo menos um bnus aleatrio. Item negocivel. +41153 AC Miryang (M) Equipamento de futebol para homens em preto e vermelho +41154 AC Miryang (F) Equipamento de futebol para mulheres em preto e vermelho +41155 AFC Yayang (M) Equipamento de futebol para homens em branco e vermelho +41156 AFC Yayang (F) Equipamento de futebol para mulheres em branco e vermelho +41157 RSC Plancie Seca (M) Equipamento de futebol para homens em roxo e branco +41158 RSC Plancie Seca (F) Equipamento de futebol para mulheres em roxo e branco +41159 Yongan FC (M) Equipamento de futebol para homens em vermelho e branco +41160 Yongan FC (F) Equipamento de futebol para mulheres em vermelho e branco +41161 FC Bakra (M) Equipamento de futebol para homens em azul escuro e vermelho +41162 FC Bakra (F) Equipamento de futebol para mulheres em azul escuro e vermelho +41163 FC Bokjung (M) Equipamento de futebol para homens em amarelo e azul +41164 FC Bokjung (F) Equipamento de futebol para mulheres em amarelo e azul +41165 FC Bavaria Hwang (M) Equipamento de futebol para homens em vermelho e dourado +41166 FC Bavaria Hwang (F) Equipamento de futebol para mulheres em vermelho e dourado +41167 Borussia Chunjo (M) Equipamento de futebol para homens em preto e amarelo +41168 Borussia Chunjo (F) Equipamento de futebol para mulheres em preto e amarelo +41169 SC Doyyum (M) Equipamento de futebol para homens em vermelho e branco +41170 SC Doyyum (F) Equipamento de futebol para mulheres em vermelho e branco +41171 Hasun Dong FC (M) Equipamento de futebol para homens em verde e branco +41172 Hasun Dong FC (F) Equipamento de futebol para mulheres em verde e branco +41173 CFR Fogo Drago 07 (M) Equipamento de futebol para homens em cor de vinho +41174 CFR Fogo Drago 07 (F) Equipamento de futebol para mulheres em cor de vinho +41175 Daeyami FC (M) Equipamento de futebol para homens em azul +41176 Daeyami FC (F) Equipamento de futebol para mulheres em azul +41177 GNK Kuahlo Dong (M) Equipamento de futebol para homens em azul e branco +41178 GNK Kuahlo Dong (F) Equipamento de futebol para mulheres em azul e branco +41179 1927 Imha (M) Equipamento de futebol para homens em branco e azul +41180 1927 Imha (F) Equipamento de futebol para mulheres em branco e azul +41181 FC Terra do Gelo (M) Equipamento de futebol para homens em vermelho +41182 FC Terra do Gelo (F) Equipamento de futebol para mulheres em vermelho +41183 FC Gumsan (M) Equipamento de futebol para homens em branco e azul +41184 FC Gumsan (F) Equipamento de futebol para mulheres em branco e azul +41185 Galawaryong (M) Equipamento de futebol para homens em amarelo e vermelho +41186 Galawaryong (F) Equipamento de futebol para mulheres em amarelo e vermelho +41187 Juventus Yongbi (M) Equipamento de futebol para homens em preto e branco +41188 Juventus Yongbi (F) Equipamento de futebol para mulheres em preto e branco +41189 OSC Lungsam (M) Equipamento de futebol para homens em vermelho e azul escuro +41190 OSC Lungsam (F) Equipamento de futebol para mulheres em vermelho e azul escuro +41191 Doyyumhwan CF (M) Equipamento de futebol para homens em azul claro e branco +41192 Doyyumhwan CF (F) Equipamento de futebol para mulheres em azul claro e branco +41193 Nephrite City FC (M) Equipamento de futebol para homens em azul claro e branco +41194 Nephrite City FC (F) Equipamento de futebol para mulheres em azul claro e branco +41195 Shinsoo United (M) Equipamento de futebol para homens em vermelho e branco +41196 Shinsoo United (F) Equipamento de futebol para mulheres em vermelho e branco +41197 Vale do Drago SC (M) Equipamento de futebol para homens em azul escuro e laranja +41198 Vale do Drago SC (F) Equipamento de futebol para mulheres em azul escuro e laranja +41199 Montanhas Trovo FC (M) Equipamento de futebol para homens em vermelho e branco +41200 Montanhas Trovo FC (F) Equipamento de futebol para mulheres em vermelho e branco +41201 Pyungmoo Saint Hwang (M) Equipamento de futebol para homens em azul escuro +41202 Pyungmoo Saint Hwang (F) Equipamento de futebol para mulheres em azul escuro +41203 Real Sohan (M) Equipamento de futebol para homens em branco +41204 Real Sohan (F) Equipamento de futebol para mulheres em branco +41205 FC Jinno 04 (M) Equipamento de futebol para homens em azul real e branco +41206 FC Jinno 04 (F) Equipamento de futebol para mulheres em azul real e branco +41207 FC Sangsun Dong (M) Equipamento de futebol para homens em preto e laranja +41208 FC Sangsun Dong (F) Equipamento de futebol para mulheres em preto e laranja +41209 SL Jungsun Dong (M) Equipamento de futebol para homens em vermelho e branco +41210 SL Jungsun Dong (F) Equipamento de futebol para mulheres em vermelho e branco +41211 Spartak Jungrang (M) Equipamento de futebol para homens em vermelho e branco +41212 Spartak Jungrang (F) Equipamento de futebol para mulheres em vermelho e branco +41213 Terra do Fogo CF (M) Equipamento de futebol para homens em branco e preto +41214 Terra do Fogo CF (F) Equipamento de futebol para mulheres em branco e preto +41215 FC S. Seugryong (M) Equipamento de futebol para homens em azul +41216 FC S. Seungryong (F) Equipamento de futebol para mulheres em azul +41217 AC Miryang+ (M) Equipamento de futebol para homens em preto e vermelho. D-te pelo menos um bnus aleatrio. +41218 AC Miryang+ (F) Equipamento de futebol para mulheres em preto e vermelho. D-te pelo menos um bnus aleatrio. +41219 AFC Yayang+ (M) Equipamento de futebol para homens em branco e vermelho. D-te pelo menos um bnus aleatrio. +41220 AFC Yayang+ (F) Equipamento de futebol para mulheres em branco e vermelho. D-te pelo menos um bnus aleatrio. +41221 RSC Plancie Seca+ (M) Equipamento de futebol para homens em roxo e branco. D-te pelo menos um bnus aleatrio. +41222 RSC Plancie Seca+ (F) Equipamento de futebol para mulheres em roxo e branco. D-te pelo menos um bnus aleatrio. +41223 Yongan FC+ (M) Equipamento de futebol para homens em vermelho e branco. D-te pelo menos um bnus aleatrio. +41224 Yongan FC+ (F) Equipamento de futebol para mulheres em vermelho e branco. D-te pelo menos um bnus aleatrio. +41225 FC Bakra+ (M) Equipamento de futebol para homens em azul escuro e vermelho. D-te pelo menos um bnus aleatrio. +41226 FC Bakra+ (F) Equipamento de futebol para mulheres em azul escuro e vermelho. D-te pelo menos um bnus aleatrio. +41227 FC Bokjung+ (M) Equipamento de futebol para homens em amarelo e azul. D-te pelo menos um bnus aleatrio. +41228 FC Bokjung+ (F) Equipamento de futebol para mulheres em amarelo e azul. D-te pelo menos um bnus aleatrio. +41229 FC Bavaria Hwang+ (M) Equipamento de futebol para homens em vermelho e dourado. D-te pelo menos um bnus aleatrio. +41230 FC Bavaria Hwang+ (F) Equipamento de futebol para mulheres em vermelho e dourado. D-te pelo menos um bnus aleatrio. +41231 Borussia Chunjo+ (M) Equipamento de futebol para homens em preto e amarelo. D-te pelo menos um bnus aleatrio. +41232 Borussia Chunjo+ (F) Equipamento de futebol para mulheres em preto e amarelo. D-te pelo menos um bnus aleatrio. +41233 SC Doyyum+ (M) Equipamento de futebol para homens em vermelho e branco. D-te pelo menos um bnus aleatrio. +41234 SC Doyyum+ (F) Equipamento de futebol para mulheres em vermelho e branco. D-te pelo menos um bnus aleatrio. +41235 Hasun Dong FC+ (M) Equipamento de futebol para homens em verde e branco. D-te pelo menos um bnus aleatrio. +41236 Hasun Dong FC+ (F) Equipamento de futebol para mulheres em verde e branco. D-te pelo menos um bnus aleatrio. +41237 CFR Fogo Drago 07+ (M) Equipamento de futebol para homens em cor de vinho. D-te pelo menos um bnus aleatrio. +41238 CFR Fogo Drago 07+ (F) Equipamento de futebol para mulheres em cor de vinho. D-te pelo menos um bnus aleatrio. +41239 Daeyami FC+ (M) Equipamento de futebol para homens em azul. D-te pelo menos um bnus aleatrio. +41240 Daeyami FC+ (F) Equipamento de futebol para mulheres em azul. D-te pelo menos um bnus aleatrio. +41241 GNK Kuahlo Dong+ (M) Equipamento de futebol para homens em azul e branco. D-te pelo menos um bnus aleatrio. +41242 GNK Kuahlo Dong+ (F) Equipamento de futebol para mulheres em azul e branco. D-te pelo menos um bnus aleatrio. +41243 1927 Imha+ (M) Equipamento de futebol para homens em branco e azul. D-te pelo menos um bnus aleatrio. +41244 1927 Imha+ (F) Equipamento de futebol para mulheres em branco e azul. D-te pelo menos um bnus aleatrio. +41245 FC Terra do Gelo+ (M) Equipamento de futebol para homens em vermelho. D-te pelo menos um bnus aleatrio. +41246 FC Terra do Gelo+ (F) Equipamento de futebol para mulheres em vermelho. D-te pelo menos um bnus aleatrio. +41247 FC Gumsan+ (M) Equipamento de futebol para homens em branco e azul. D-te pelo menos um bnus aleatrio. +41248 FC Gumsan+ (F) Equipamento de futebol para mulheres em branco e azul. D-te pelo menos um bnus aleatrio. +41249 Galawaryong+ (M) Equipamento de futebol para homens em amarelo e vermelho. D-te pelo menos um bnus aleatrio. +41250 Galawaryong+ (F) Equipamento de futebol para mulheres em amarelo e vermelho. D-te pelo menos um bnus aleatrio. +41251 Juventus Yongbi+ (M) Equipamento de futebol para homens em preto e branco. D-te pelo menos um bnus aleatrio. +41252 Juventus Yongbi+ (F) Equipamento de futebol para mulheres em preto e branco. D-te pelo menos um bnus aleatrio. +41253 OSC Lungsam+ (M) Equipamento de futebol para homens em vermelho e azul escuro. D-te pelo menos um bnus aleatrio. +41254 OSC Lungsam+ (F) Equipamento de futebol para mulheres em vermelho e azul escuro. D-te pelo menos um bnus aleatrio. +41255 Doyyumhwan CF+ (M) Equipamento de futebol para homens em azul claro e branco. D-te pelo menos um bnus aleatrio. +41256 Doyyumhwan CF+ (F) Equipamento de futebol para mulheres em azul claro e branco. D-te pelo menos um bnus aleatrio. +41257 Nephrite City FC+ (M) Equipamento de futebol para homens em azul claro e branco. D-te pelo menos um bnus aleatrio. +41258 Nephrite City FC+ (F) Equipamento de futebol para mulheres em azul claro e branco. D-te pelo menos um bnus aleatrio. +41259 Shinsoo United+ (M) Equipamento de futebol para homens em vermelho e branco. D-te pelo menos um bnus aleatrio. +41260 Shinsoo United+ (F) Equipamento de futebol para mulheres em vermelho e branco. D-te pelo menos um bnus aleatrio. +41261 Vale do Drago SC+ (M) Equipamento de futebol para homens em azul escuro e laranja. D-te pelo menos um bnus aleatrio. +41262 Vale do Drago SC+ (F) Equipamento de futebol para mulheres em azul escuro e laranja. D-te pelo menos um bnus aleatrio. +41263 Montanhas Trovo FC+ (M) Equipamento de futebol para homens em vermelho e branco. D-te pelo menos um bnus aleatrio. +41264 Montanhas Trovo FC+ (F) Equipamento de futebol para mulheres em vermelho e branco. D-te pelo menos um bnus aleatrio. +41265 Pyungmoo Saint Hwang+ (M) Equipamento de futebol para homens em azul escuro. D-te pelo menos um bnus aleatrio. +41266 Pyungmoo Saint Hwang+ (F) Equipamento de futebol para mulheres em azul escuro. D-te pelo menos um bnus aleatrio. +41267 Real Sohan+ (M) Equipamento de futebol para homens em branco. D-te pelo menos um bnus aleatrio. +41268 Real Sohan+ (F) Equipamento de futebol para mulheres em branco. D-te pelo menos um bnus aleatrio. +41269 FC Jinno 04+ (M) Equipamento de futebol para homens em azul real e branco. D-te pelo menos um bnus aleatrio. +41270 FC Jinno 04+ (F) Equipamento de futebol para mulheres em azul real e branco. D-te pelo menos um bnus aleatrio. +41271 FC Sangsun Dong+ (M) Equipamento de futebol para homens em preto e laranja. D-te pelo menos um bnus aleatrio. +41272 FC Sangsun Dong+ (F) Equipamento de futebol para mulheres em preto e laranja. D-te pelo menos um bnus aleatrio. +41273 SL Jungsun Dong+ (M) Equipamento de futebol para homens em vermelho e branco. D-te pelo menos um bnus aleatrio. +41274 SL Jungsun Dong+ (F) Equipamento de futebol para mulheres em vermelho e branco. D-te pelo menos um bnus aleatrio. +41275 Spartak Jungrang+ (M) Equipamento de futebol para homens em vermelho e branco. D-te pelo menos um bnus aleatrio. +41276 Spartak Jungrang+ (F) Equipamento de futebol para mulheres em vermelho e branco. D-te pelo menos um bnus aleatrio. +41277 Terra do Fogo CF+ (M) Equipamento de futebol para homens em branco e preto. D-te pelo menos um bnus aleatrio. +41278 Terra do Fogo CF+ (F) Equipamento de futebol para mulheres em branco e preto. D-te pelo menos um bnus aleatrio. +41279 FC S. Seungryong+ (M) Equipamento de futebol para homens em azul. D-te pelo menos um bnus aleatrio. +41280 FC S. Seungryong+ (F) Equipamento de futebol para mulheres em azul. D-te pelo menos um bnus aleatrio. +41291 Disfarce Coelho (preto) Disfarce de coelho para homens feito de peluche preto +41292 Disfarce Coelho (azul) Disfarce de coelho para homens feito de peluche azul +41293 Disfarce Coelho (verde) Disfarce de coelho para homens feito de peluche verde +41294 Disfarce Coelho (rosa) Disfarce de coelho para homens feito de peluche rosa +41295 Disfarce Bunny (preto) Disfarce de coelho para mulheres feito de peluche preto +41296 Disfarce Bunny (azul) Disfarce de coelho para mulheres feito de peluche azul +41297 Disfarce Bunny (verde) Disfarce de coelho para mulheres feito de peluche verde +41298 Disfarce Bunny (rosa) Disfarce de coelho para mulheres feito de peluche rosa +41299 Disfarce Coelho+ (preto) Disfarce de coelho para homens feito de peluche preto. D-te pelo menos um bnus aleatrio. +41300 Disfarce Coelho+ (azul) Disfarce de coelho para homens feito de peluche azul. D-te pelo menos um bnus aleatrio. +41301 Disfarce Coelho+ (verde) Disfarce de coelho para homens feito de peluche verde. D-te pelo menos um bnus aleatrio. +41302 Disfarce Coelho+ (rosa) Disfarce de coelho para homens feito de peluche rosa. D-te pelo menos um bnus aleatrio. +41303 Disfarce Bunny+ (preto) Disfarce de coelho para mulheres feito de peluche preto. D-te pelo menos um bnus aleatrio. +41304 Disfarce Bunny+ (azul) Disfarce de coelho para mulheres feito de peluche azul. D-te pelo menos um bnus aleatrio. +41305 Disfarce Bunny+ (verde) Disfarce de coelho para mulheres feito de peluche verde. D-te pelo menos um bnus aleatrio. +41306 Disfarce Bunny+ (rosa) Disfarce de coelho para mulheres feito de peluche rosa. D-te pelo menos um bnus aleatrio. +41307 Disfarce Cobra (m) Disfarce preto reluzente com smbolos de cobras. +41308 Disfarce Cobra (f) Disfarce preto reluzente com smbolos de cobras. +41309 Disfarce Cobra+ (m) Disfarce preto reluzente com smbolos de cobras. D-te pelo menos um bnus aleatrio. +41310 Disfarce Cobra+ (f) Disfarce preto reluzente com smbolos de cobras. D-te pelo menos um bnus aleatrio. +41311 Guerreiro Deserto(Preto) Roupas de combate pretas para homens. +41312 Guerreira Deserto(Preto) Roupas de combate pretas para mulheres. +41313 Guerreiro Deserto+(Prt) Roupas de combate pretas para homens. D-te pelo menos um bnus aleatrio. +41314 Guerreira Deserto+(Prt) Roupas de combate pretas para mulheres. D-te pelo menos um bnus aleatrio. +41315 Armadura Azrael (m) Armadura de ao pertencente ao infame lder demonaco. +41316 Armadura Azrael (f) Armadura de ao pertencente ao infame lder demonaco. +41317 Armadura Azrael+ (m) Armadura de ao pertencente ao infame lder demonaco. D-te pelo menos um bnus aleatrio. +41318 Armadura Azrael+ (f) Armadura de ao pertencente ao infame lder demonaco. D-te pelo menos um bnus aleatrio. +41320 Fato Jack Abbora (m) Assustadoramente soberbo disfarce de Halloween +41321 Vestido Jack Abbora (f) Assustadoramente soberbo disfarce de Halloween +41322 Fato Jack Abbora+ (m) Assustadoramente soberbo disfarce de Halloween. D-te pelo menos um bnus aleatrio. Item negocivel. +41323 Vestido Jack Abbora+ (f) Assustadoramente soberbo disfarce de Halloween. D-te pelo menos um bnus aleatrio. Item negocivel. +41324 +41325 +41326 +41327 +41328 Kit Mundial ALG (M) Kit para o Mundial de Futebol nas cores nacionais da Arglia +41329 Kit Mundial ALG (F) Kit para o Mundial de Futebol nas cores nacionais da Arglia +41330 Kit Mundial ARG (M) Kit para o Mundial de Futebol nas cores nacionais da Argentina +41331 Kit Mundial ARG (F) Kit para o Mundial de Futebol nas cores nacionais da Argentina +41332 Kit Mundial AUS (M) Kit para o Mundial de Futebol nas cores nacionais da Austrlia +41333 Kit Mundial AUS (F) Kit para o Mundial de Futebol nas cores nacionais da Austrlia +41334 Kit Mundial BEL (M) Kit para o Mundial de Futebol nas cores nacionais da Blgica +41335 Kit Mundial BEL (F) Kit para o Mundial de Futebol nas cores nacionais da Blgica +41336 Kit Mundial BIH (M) Kit para o Mundial de Futebol nas cores nacionais da Bsnia e Herzegovina +41337 Kit Mundial BIH (F) Kit para o Mundial de Futebol nas cores nacionais da Bsnia e Herzegovina +41338 Kit Mundial BRA (M) Kit para o Mundial de Futebol nas cores nacionais do Brasil +41339 Kit Mundial BRA (F) Kit para o Mundial de Futebol nas cores nacionais do Brasil +41340 Kit Mundial CMR (M) Kit para o Mundial de Futebol nas cores nacionais dos Camares +41341 Kit Mundial CMR (F) Kit para o Mundial de Futebol nas cores nacionais dos Camares +41342 Kit Mundial CHI (M) Kit para o Mundial de Futebol nas cores nacionais do Chile +41343 Kit Mundial CHI (F) Kit para o Mundial de Futebol nas cores nacionais do Chile +41344 Kit Mundial COL (M) Kit para o Mundial de Futebol nas cores nacionais da Colmbia +41345 Kit Mundial COL (F) Kit para o Mundial de Futebol nas cores nacionais da Colmbia +41346 Kit Mundial CRC (M) Kit para o Mundial de Futebol nas cores nacionais da Costa Rica +41347 Kit Mundial CRC (F) Kit para o Mundial de Futebol nas cores nacionais da Costa Rica +41348 Kit Mundial CIV (M) Kit para o Mundial de Futebol nas cores nacionais da Costa do Marfim +41349 Kit Mundial CIV (F) Kit para o Mundial de Futebol nas cores nacionais da Costa do Marfim +41350 Kit Mundial CRO (M) Kit para o Mundial de Futebol nas cores nacionais da Crocia +41351 Kit Mundial CRO (F) Kit para o Mundial de Futebol nas cores nacionais da Crocia +41352 Kit Mundial ECU (M) Kit para o Mundial de Futebol nas cores nacionais do Equador +41353 Kit Mundial ECU (F) Kit para o Mundial de Futebol nas cores nacionais do Equador +41354 Kit Mundial ENG (M) Kit para o Mundial de Futebol nas cores nacionais de Inglaterra +41355 Kit Mundial ENG (F) Kit para o Mundial de Futebol nas cores nacionais de Inglaterra +41356 Kit Mundial FRA (M) Kit para o Mundial de Futebol nas cores nacionais de Frana +41357 Kit Mundial FRA (F) Kit para o Mundial de Futebol nas cores nacionais de Frana +41358 Kit Mundial GER (M) Kit para o Mundial de Futebol nas cores nacionais da Alemanha +41359 Kit Mundial GER (F) Kit para o Mundial de Futebol nas cores nacionais da Alemanha +41360 Kit Mundial GHA (M) Kit para o Mundial de Futebol nas cores nacionais do Gana +41361 Kit Mundial GHA (F) Kit para o Mundial de Futebol nas cores nacionais do Gana +41362 Kit Mundial GRE (M) Kit para o Mundial de Futebol nas cores nacionais da Grcia +41363 Kit Mundial GRE (F) Kit para o Mundial de Futebol nas cores nacionais da Grcia +41364 Kit Mundial HON (M) Kit para o Mundial de Futebol nas cores nacionais das Honduras +41365 Kit Mundial HON (F) Kit para o Mundial de Futebol nas cores nacionais das Honduras +41366 Kit Mundial IRN (M) Kit para o Mundial de Futebol nas cores nacionais do Iro +41367 Kit Mundial IRN (F) Kit para o Mundial de Futebol nas cores nacionais do Iro +41368 Kit Mundial ITA (M) Kit para o Mundial de Futebol nas cores nacionais de Itlia +41369 Kit Mundial ITA (F) Kit para o Mundial de Futebol nas cores nacionais de Itlia +41370 Kit Mundial JPN (M) Kit para o Mundial de Futebol nas cores nacionais do Japo +41371 Kit Mundial JPN (F) Kit para o Mundial de Futebol nas cores nacionais do Japo +41372 Kit Mundial KOR (M) Kit para o Mundial de Futebol nas cores nacionais da Coreia +41373 Kit Mundial KOR (F) Kit para o Mundial de Futebol nas cores nacionais da Coreia +41374 Kit Mundial MEX (M) Kit para o Mundial de Futebol nas cores nacionais do Mxico +41375 Kit Mundial MEX (F) Kit para o Mundial de Futebol nas cores nacionais do Mxico +41376 Kit Mundial NED (M) Kit para o Mundial de Futebol nas cores nacionais dos Pases Baixos +41377 Kit Mundial NED (F) Kit para o Mundial de Futebol nas cores nacionais dos Pases Baixos +41378 Kit Mundial NGA (M) Kit para o Mundial de Futebol nas cores nacionais da Nigria +41379 Kit Mundial NGA (F) Kit para o Mundial de Futebol nas cores nacionais da Nigria +41380 Kit Mundial POR (M) Kit para o Mundial de Futebol nas cores nacionais de Portugal +41381 Kit Mundial POR (F) Kit para o Mundial de Futebol nas cores nacionais de Portugal +41382 Kit Mundial RUS (M) Kit para o Mundial de Futebol nas cores nacionais da Rssia +41383 Kit Mundial RUS (F) Kit para o Mundial de Futebol nas cores nacionais da Rssia +41384 Kit Mundial ESP (M) Kit para o Mundial de Futebol nas cores nacionais de Espanha +41385 Kit Mundial ESP (F) Kit para o Mundial de Futebol nas cores nacionais de Espanha +41386 Kit Mundial SUI (M) Kit para o Mundial de Futebol nas cores nacionais da Sua +41387 Kit Mundial SUI (F) Kit para o Mundial de Futebol nas cores nacionais da Sua +41388 Kit Mundial URU (M) Kit para o Mundial de Futebol nas cores nacionais do Uruguai +41389 Kit Mundial URU (F) Kit para o Mundial de Futebol nas cores nacionais do Uruguai +41390 Kit Mundial USA (M) Kit para o Mundial de Futebol nas cores nacionais dos Estados Unidos da Amrica +41391 Kit Mundial USA (F) Kit para o Mundial de Futebol nas cores nacionais dos Estados Unidos da Amrica +41392 Kit Mundial ALG (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Arglia. D-te pelo menos um bnus aleatrio. +41393 Kit Mundial ALG (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Arglia. D-te pelo menos um bnus aleatrio. +41394 Kit Mundial ARG (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Argentina. D-te pelo menos um bnus aleatrio. +41395 Kit Mundial ARG (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Argentina. D-te pelo menos um bnus aleatrio. +41396 Kit Mundial AUS (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Austrlia. D-te pelo menos um bnus aleatrio. +41397 Kit Mundial AUS (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Austrlia. D-te pelo menos um bnus aleatrio. +41398 Kit Mundial BEL (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Blgica. D-te pelo menos um bnus aleatrio. +41399 Kit Mundial BEL (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Blgica. D-te pelo menos um bnus aleatrio. +41400 Kit Mundial BIH (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Bsnia e Herzegovina. D-te pelo menos um bnus aleatrio. +41401 Kit Mundial BIH (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Bsnia e Herzegovina. D-te pelo menos um bnus aleatrio. +41402 Kit Mundial BRA (M/Bn) Kit para o Mundial de Futebol nas cores nacionais do Brasil. D-te pelo menos um bnus aleatrio. +41403 Kit Mundial BRA (F/Bn) Kit para o Mundial de Futebol nas cores nacionais do Brasil. D-te pelo menos um bnus aleatrio. +41404 Kit Mundial CMR (M/Bn) Kit para o Mundial de Futebol nas cores nacionais dos Camares. D-te pelo menos um bnus aleatrio. +41405 Kit Mundial CMR (F/Bn) Kit para o Mundial de Futebol nas cores nacionais dos Camares. D-te pelo menos um bnus aleatrio. +41406 Kit Mundial CHI (M/Bn) Kit para o Mundial de Futebol nas cores nacionais do Chile. D-te pelo menos um bnus aleatrio. +41407 Kit Mundial CHI (F/Bn) Kit para o Mundial de Futebol nas cores nacionais do Chile. D-te pelo menos um bnus aleatrio. +41408 Kit Mundial COL (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Colmbia. D-te pelo menos um bnus aleatrio. +41409 Kit Mundial COL (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Colmbia. D-te pelo menos um bnus aleatrio. +41410 Kit Mundial CRC (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Costa Rica. D-te pelo menos um bnus aleatrio. +41411 Kit Mundial CRC (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Costa Rica. D-te pelo menos um bnus aleatrio. +41412 Kit Mundial CIV (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Costa do Marfim. D-te pelo menos um bnus aleatrio. +41413 Kit Mundial CIV (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Costa do Marfim. D-te pelo menos um bnus aleatrio. +41414 Kit Mundial CRO (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Crocia. D-te pelo menos um bnus aleatrio. +41415 Kit Mundial CRO (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Crocia. D-te pelo menos um bnus aleatrio. +41416 Kit Mundial ECU (M/Bn) Kit para o Mundial de Futebol nas cores nacionais do Equador. D-te pelo menos um bnus aleatrio. +41417 Kit Mundial ECU (F/Bn) Kit para o Mundial de Futebol nas cores nacionais do Equador. D-te pelo menos um bnus aleatrio. +41418 Kit Mundial ENG (M/Bn) Kit para o Mundial de Futebol nas cores nacionais de Inglaterra. D-te pelo menos um bnus aleatrio. +41419 Kit Mundial ENG (F/Bn) Kit para o Mundial de Futebol nas cores nacionais de Inglaterra. D-te pelo menos um bnus aleatrio. +41420 Kit Mundial FRA (M/Bn) Kit para o Mundial de Futebol nas cores nacionais de Frana. D-te pelo menos um bnus aleatrio. +41421 Kit Mundial FRA (F/Bn) Kit para o Mundial de Futebol nas cores nacionais de Frana. D-te pelo menos um bnus aleatrio. +41422 Kit Mundial GER (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Alemanha. D-te pelo menos um bnus aleatrio. +41423 Kit Mundial GER (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Alemanha. D-te pelo menos um bnus aleatrio. +41424 Kit Mundial GHA (M/Bn) Kit para o Mundial de Futebol nas cores nacionais do Gana. D-te pelo menos um bnus aleatrio. +41425 Kit Mundial GHA (F/Bn) Kit para o Mundial de Futebol nas cores nacionais do Gana. D-te pelo menos um bnus aleatrio. +41426 Kit Mundial GRE (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Grcia. D-te pelo menos um bnus aleatrio. +41427 Kit Mundial GRE (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Grcia. D-te pelo menos um bnus aleatrio. +41428 Kit Mundial HON (M/Bn) Kit para o Mundial de Futebol nas cores nacionais das Honduras. D-te pelo menos um bnus aleatrio. +41429 Kit Mundial HON (F/Bn) Kit para o Mundial de Futebol nas cores nacionais das Honduras. D-te pelo menos um bnus aleatrio. +41430 Kit Mundial IRN (M/Bn) Kit para o Mundial de Futebol nas cores nacionais do Iro. D-te pelo menos um bnus aleatrio. +41431 Kit Mundial IRN (F/Bn) Kit para o Mundial de Futebol nas cores nacionais do Iro. D-te pelo menos um bnus aleatrio. +41432 Kit Mundial ITA (M/Bn) Kit para o Mundial de Futebol nas cores nacionais de Itlia. D-te pelo menos um bnus aleatrio. +41433 Kit Mundial ITA (F/Bn) Kit para o Mundial de Futebol nas cores nacionais de Itlia. D-te pelo menos um bnus aleatrio. +41434 Kit Mundial JPN (M/Bn) Kit para o Mundial de Futebol nas cores nacionais do Japo. D-te pelo menos um bnus aleatrio. +41435 Kit Mundial JPN (F/Bn) Kit para o Mundial de Futebol nas cores nacionais do Japo. D-te pelo menos um bnus aleatrio. +41436 Kit Mundial KOR (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Coreia. D-te pelo menos um bnus aleatrio. +41437 Kit Mundial KOR (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Coreia. D-te pelo menos um bnus aleatrio. +41438 Kit Mundial MEX (M/Bn) Kit para o Mundial de Futebol nas cores nacionais do Mxico. D-te pelo menos um bnus aleatrio. +41439 Kit Mundial MEX (F/Bn) Kit para o Mundial de Futebol nas cores nacionais do Mxico. D-te pelo menos um bnus aleatrio. +41440 Kit Mundial NED (M/Bn) Kit para o Mundial de Futebol nas cores nacionais dos Pases Baixos. D-te pelo menos um bnus aleatrio. +41441 Kit Mundial NED (F/Bn) Kit para o Mundial de Futebol nas cores nacionais dos Pases Baixos. D-te pelo menos um bnus aleatrio. +41442 Kit Mundial NGA (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Nigria. D-te pelo menos um bnus aleatrio. +41443 Kit Mundial NGA (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Nigria. D-te pelo menos um bnus aleatrio. +41444 Kit Mundial POR (M/Bn) Kit para o Mundial de Futebol nas cores nacionais de Portugal. D-te pelo menos um bnus aleatrio. +41445 Kit Mundial POR (F/Bn) Kit para o Mundial de Futebol nas cores nacionais de Portugal. D-te pelo menos um bnus aleatrio. +41446 Kit Mundial RUS (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Rssia. D-te pelo menos um bnus aleatrio. +41447 Kit Mundial RUS (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Rssia. D-te pelo menos um bnus aleatrio. +41448 Kit Mundial ESP (M/Bn) Kit para o Mundial de Futebol nas cores nacionais de Espanha. D-te pelo menos um bnus aleatrio. +41449 Kit Mundial ESP (F/Bn) Kit para o Mundial de Futebol nas cores nacionais de Espanha. D-te pelo menos um bnus aleatrio. +41450 Kit Mundial SUI (M/Bn) Kit para o Mundial de Futebol nas cores nacionais da Sua. D-te pelo menos um bnus aleatrio. +41451 Kit Mundial SUI (F/Bn) Kit para o Mundial de Futebol nas cores nacionais da Sua. D-te pelo menos um bnus aleatrio. +41452 Kit Mundial URU (M/Bn) Kit para o Mundial de Futebol nas cores nacionais do Uruguai. D-te pelo menos um bnus aleatrio. +41453 Kit Mundial URU (F/Bn) Kit para o Mundial de Futebol nas cores nacionais do Uruguai. D-te pelo menos um bnus aleatrio. +41454 Kit Mundial USA (M/Bn) Kit para o Mundial de Futebol nas cores nacionais dos Estados Unidos da Amrica. D-te pelo menos um bnus aleatrio. +41455 Kit Mundial USA (F/Bn) Kit para o Mundial de Futebol nas cores nacionais dos Estados Unidos da Amrica. D-te pelo menos um bnus aleatrio. +41472 Fato de Zombie Roupas manchadas com sangue, carne putrefacta, ossos expostos - as roupas perfeitas para todos os zombies. +41473 Vestido de Zombie Roupas manchadas com sangue, carne putrefacta, ossos expostos - as roupas perfeitas para todas as mulheres zombie. +41474 Fato de Zombie+ Roupas manchadas com sangue, carne putrefacta, ossos expostos - as roupas perfeitas para todos os zombies. D-te pelo menos um bnus aleatrio. +41475 Vestido de Zombie+ Roupas manchadas com sangue, carne putrefacta, ossos expostos - as roupas perfeitas para todas as mulheres zombie. D-te pelo menos um bnus aleatrio. +41476 Fato de Bruxo Fato preto mstico, perfeito para um bruxo. +41477 Vestido de Bruxa Este mstico vestido preto o disfarce perfeito para uma pequena bruxa. +41478 Fato de Bruxo+ Fato preto mstico, perfeito para um bruxo. D-te pelo menos um bnus aleatrio. +41479 Vestido de Bruxa Este mstico vestido preto o disfarce perfeito para uma pequena bruxa. D-te pelo menos um bnus aleatrio. +41480 Disfarce Natal Gelado Disfarce de homem de neve com um fato de Pai Natal de veludo vermelho. No negocivel. +41481 Disfarce Homem de Neve Disfarce de homem de neve feito de veludo branco. No negocivel. +41482 Vestido Natal Branco Mini-vestido branco com meias e acessrios. No negocivel. +41483 Vestido Natal Vermelho Mini-vestido vermelho com meias e acessrios. No negocivel. +41484 Disfarce Natal Gelado+ Disfarce de homem de neve com um fato de Pai Natal de veludo vermelho. D-te pelo menos um bnus aleatrio. O item negocivel. +41485 Disfarce Homem de Neve+ Disfarce de homem de neve feito de veludo branco. D-te pelo menos um bnus aleatrio. O item negocivel. +41486 Vestido Natal Branco+ Mini-vestido branco com meias e acessrios. D-te pelo menos um bnus aleatrio. O item negocivel. +41487 Vestido Natal Vermelho+ Mini-vestido vermelho com meias e acessrios. D-te pelo menos um bnus aleatrio. O item negocivel. +41496 Prncipe Deserto (Cast) Vestimenta de um guerreiro, feita de um tecido castanho e prpria de um lder. +41497 Prncipe Deserto (Bran) Vestimenta de um guerreiro, feita de um tecido branco e prpria de um lder. +41498 Princesa Deserto (Cast) Vestimenta de um guerreiro, feita de um tecido castanho e prpria de uma mulher lder. +41499 Princesa Deserto (Bran) Vestimenta de um guerreiro, feita de um tecido branco e prpria de uma mulher lder. +41500 Prncipe Deserto+ (Cast) Vestimenta de um guerreiro, feita de um tecido castanho e prpria de um lder. D-te pelo menos um bnus aleatrio. +41501 Prncipe Deserto+ (Bran) Vestimenta de um guerreiro, feita de um tecido branco e prpria de um lder. D-te pelo menos um bnus aleatrio. +41502 Princesa Deserto+ (Cast) Vestimenta de um guerreiro, feita de um tecido castanho e prpria de uma mulher lder. D-te pelo menos um bnus aleatrio. +41503 Princesa Deserto+ (Bran) Vestimenta de um guerreiro, feita de um tecido branco e prpria de uma mulher lder. D-te pelo menos um bnus aleatrio. +41504 Fato Coelho (Cinza) Plos cinzentos macios e fofinhos, no estilo leporino: um disfarce de coelho. No negocivel. +41505 Fato Coelho (Castanho) Plos castanhos macios e fofinhos, no estilo leporino: um disfarce de coelho. No negocivel. +41506 Vestido Pscoa (Vistoso) Vestido de Pscoa com cores vistosas e decoraes exuberantes. No negocivel. +41507 Vestido Pscoa (Azul Cl) Vestido de Pscoa azul claro com decoraes detalhadas. No negocivel. +41508 Fato Coelho+ (Cinza) Plos cinzentos macios e fofinhos, no estilo leporino: um disfarce de coelho. D-te pelo menos um bnus aleatrio. Este item negocivel. +41509 Fato Coelho+ (Castanho) Plos castanhos macios e fofinhos, no estilo leporino: um disfarce de coelho. D-te pelo menos um bnus aleatrio. Este item negocivel. +41510 Vestido Pscoa+(Vistoso) Vestido de Pscoa com cores vistosas e decoraes exuberantes. D-te pelo menos um bnus aleatrio. Este item negocivel. +41511 Vestido Pscoa+(Azul Cl) Vestido de Pscoa azul claro com decoraes detalhadas. D-te pelo menos um bnus aleatrio. Este item negocivel. +45001 Orelhas Bunny (castanhas) Orelhas Bunny Castanhas para mulheres +45002 Orelhas Coelho (pardas) Chapu castanho com orelhas de coelho para homens +45003 Turbante (M) Um turbante para homens feito dos melhores materiais. +45004 Turbante (F) Um turbante para mulheres feito dos melhores materiais. +45005 LociCula (M) Longo em cima e curto nos lados - um corte extravagante para homens. +45006 Penteado de Esgrima (F) Um penteado desportivo para esgrimistas femininas. +45007 Moicano (M) Penteado no estilo dos Iroquois. O cabelo tem um formato moicano com os lados curtos. +45008 Penteado Futebol GER (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Alems. +45009 Dreadlocks (M) O cabelo longo entranado em Rastas e ento atado em conjunto na parte de trs da cabea. +45010 Penteado Boxe GER (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Alems. +45011 Turbante (M) Um turbante para homens feito dos melhores materiais. Item negocivel. +45012 Turbante (F) Um turbante para mulheres feito dos melhores materiais. Item negocivel. +45013 LociCula (M) Longo em cima e curto nos lados - um corte extravagante para homens. Item negocivel. +45014 Penteado de Esgrima (F) Um penteado desportivo para esgrimistas femininas. Item negocivel. +45015 Moicano (M) Penteado no estilo dos Iroquois. O cabelo tem um formato moicano com os lados curtos. Item negocivel. +45016 Penteado Futebol GER (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Alems. Item negocivel. +45017 Dreadlocks (M) O cabelo longo entranado em Rastas e ento atado em conjunto na parte de trs da cabea. Item negocivel. +45018 Penteado Boxe GER (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Alems. Item negocivel. +45019 Penteado Boxe TUR (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Turcas. +45020 Penteado Boxe BRA (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Brasileiras. +45021 Penteado Boxe JO (F) Um penteado desportivo para pugilistas femininas com uma fita colorida. +45022 Penteado Boxe FRA (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Fancesas. +45023 Penteado Boxe ITA (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Italianas. +45024 Penteado Boxe POL (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Polacas. +45025 Penteado Boxe ROU (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Romenas. +45026 Penteado Boxe ESP (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Espanholas. +45027 Penteado Futebol TUR (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Turcas. +45028 Penteado Futebol BRA (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Brasileiras. +45029 Penteado Futebol JO (F) Um penteado desportivo para futebolistas femininas com uma fita colorida. +45030 Penteado Futebol FRA (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Francesas. +45031 Penteado Futebol ITA (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Italianas. +45032 Penteado Futebol POL (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Polacas. +45033 Penteado Futebol ROU (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Romenas. +45034 Penteado Futebol ESP (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Espanholas. +45035 Penteado Boxe TUR (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Turcas. +45036 Penteado Boxe BRA (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Brasileiras. +45037 Penteado Boxe JO (F) Um penteado desportivo para pugilistas femininas com uma fita colorida. +45038 Penteado Boxe FRA (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Francesas. +45039 Penteado Boxe ITA (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Italianas. +45040 Penteado Boxe POL (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Polacas. +45041 Penteado Boxe ROU (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Romenas. +45042 Penteado Boxe ESP (F) Um penteado desportivo para pugilistas femininas com uma fita nas cores nacionais Espanholas. +45043 Penteado Futebol TUR (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Turcas. +45044 Penteado Futebol BRA (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Brasileiras. +45045 Penteado Futebol JO (F) Um penteado desportivo para futebolistas femininas com uma fita colorida. +45046 Penteado Futebol FRA (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Francesas. +45047 Penteado Futebol ITA (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Italianas. +45048 Penteado Futebol POL (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Polacas. +45049 Penteado Futebol ROU (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Romenas. +45050 Penteado Futebol ESP (F) Um penteado desportivo para futebolistas femininas com uma fita nas cores nacionais Espanholas. +45053 Penteado Mosqueteiro Cabelo curto e loiro, bem mantido, para um estilo perfeito de mosqueteiro. +45054 Touca de Empregada Penteado loiro com uma touca de empregada. +45055 Mini Moicano Penteado curto e estiloso no estilo dos Iroquois. +45056 Penteado de Salsa Penteado elegante com uma flor vermelha. +45057 Fedora Bogart Fedora clssico no estilo de Humphrey Bogart. +45058 Penteado de Flores Tranas com flores coloridas como acessrio. +45061 Mscara de Abbora Uma abbora oca e trabalhada. Espaosa, bem ventilada e realmente assustadora. +45062 Mscara de Abbora Uma abbora oca e trabalhada. Espaosa, bem ventilada e realmente assustadora. +45065 Penteado Mosqueteiro + Cabelo curto e loiro, bem mantido, para um estilo perfeito de mosqueteiro. D-te pelo menos um bnus aleatrio. Item negocivel. +45066 Touca de Empregada + Penteado loiro com uma touca de empregada. D-te pelo menos um bnus aleatrio. Item negocivel. +45067 Mini Moicano + Penteado curto e estiloso no estilo dos Iroquois. D-te pelo menos um bnus aleatrio. Item negocivel. +45068 Penteado de Salsa + Penteado elegante com uma flor vermelha. D-te pelo menos um bnus aleatrio. Item negocivel. +45069 Fedora Bogart + Fedora clssico no estilo de Humphrey Bogart. D-te pelo menos um bnus aleatrio. Item negocivel. +45070 Penteado de Flores + Tranas com flores coloridas como acessrio. D-te pelo menos um bnus aleatrio. Item negocivel. +45073 Mscara de Abbora (Bn) Uma abbora oca e trabalhada. Espaosa, bem ventilada e realmente assustadora. D-te um bnus aleatrio. +45074 Mscara de Abbora (Bn) Uma abbora oca e trabalhada. Espaosa, bem ventilada e realmente assustadora. D-te um bnus aleatrio. +45075 Chapu Natal (Vermelho) Chapu de veludo vermelho com hastes e uma bola felpuda branca. +45076 Chapu Natal (Verde) Chapu de veludo verde com hastes e uma bola felpuda branca. +45077 Chapu Natal (Preto) Chapu de veludo preto com hastes e uma bola felpuda branca. +45078 Chapu de Elfo Chapu branco como a neve com asas delicadas. +45079 Cabea de Rena (M) Mscara de rena para homens, com um nariz vermelho e hastes. +45080 Cabea de Rena (F) Mscara de rena para mulheres, com um nariz vermelho e hastes. +45081 Chapu Natal+ (Vermelho) Chapu de veludo vermelho com hastes e uma bola felpuda branca. D-te pelo menos um bnus aleatrio. Item negocivel. +45082 Chapu Natal+ (Verde) Chapu de veludo verde com hastes e uma bola felpuda branca. D-te pelo menos um bnus aleatrio. Item negocivel. +45083 Chapu Natal+ (Preto) Chapu de veludo preto com hastes e uma bola felpuda branca. D-te pelo menos um bnus aleatrio. Item negocivel. +45084 Chapu de Elfo+ Chapu branco como a neve com asas delicadas. D-te pelo menos um bnus aleatrio. Item negocivel. +45085 Cabea de Rena+ (M) Mscara de rena para homens, com um nariz vermelho e hastes. D-te pelo menos um bnus aleatrio. Item negocivel. +45086 Cabea de Rena+ (F) Mscara de rena para mulheres, com um nariz vermelho e hastes. D-te pelo menos um bnus aleatrio. Item negocivel. +45087 Bandana (branca) Pea de tecido branca para homens, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. +45088 Bandana (branca) Pea de tecido branca para mulheres, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. +45089 Bandana (preta) Pea de tecido preta para homens, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. +45090 Bandana (preta) Pea de tecido preta para mulheres, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. +45091 Bandana (amarela) Pea de tecido amarela para homens, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. +45092 Bandana (amarela) Pea de tecido amarela para mulheres, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. +45093 Bandana (laranja) Pea de tecido laranja para homens, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. +45094 Bandana (laranja) Pea de tecido laranja para mulheres, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. +45095 Bandana (azul) Pea de tecido azul para homens, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. +45096 Bandana (azul) Pea de tecido azul para mulheres, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. +45097 Bandana+ (branca) Pea de tecido branca para homens, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. D-te pelo menos um bnus aleatrio. +45098 Bandana+ (branca) Pea de tecido branca para mulheres, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. D-te pelo menos um bnus aleatrio. +45099 Bandana+ (preta) Pea de tecido preta para homens, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. D-te pelo menos um bnus aleatrio. +45100 Bandana+ (preta) Pea de tecido preta para mulheres, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. D-te pelo menos um bnus aleatrio. +45101 Bandana+ (amarela) Pea de tecido amarela para homens, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. D-te pelo menos um bnus aleatrio. +45102 Bandana+ (amarela) Pea de tecido amarela para mulheres, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. D-te pelo menos um bnus aleatrio. +45103 Bandana+ (laranja) Pea de tecido laranja para homens, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. D-te pelo menos um bnus aleatrio. +45104 Bandana+ (laranja) Pea de tecido laranja para mulheres, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. D-te pelo menos um bnus aleatrio. +45105 Bandana+ (azul) Pea de tecido azul para homens, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. D-te pelo menos um bnus aleatrio. +45106 Bandana+ (azul) Pea de tecido azul para mulheres, com trs lados, que se amarra em redor da cabea. Popular entre fs de desporto. D-te pelo menos um bnus aleatrio. +45119 Orelhas Coelho (pretas) Chapu preto com orelhas de coelho para homens +45120 Orelhas Coelho (azuis) Chapu azul com orelhas de coelho para homens +45121 Orelhas Coelho (verdes) Chapu verde com orelhas de coelho para homens +45122 Orelhas Coelho (rosa) Chapu rosa com orelhas de coelho para homens +45123 Orelhas Bunny (pretas) Orelhas de coelho pretas para mulheres +45124 Orelhas Bunny (azuis) Orelhas de coelho azuis para mulheres +45125 Orelhas Bunny (verdes) Orelhas de coelho verdes para mulheres +45126 Orelhas Bunny (rosa) Orelhas de coelho rosa para mulheres +45127 Orelhas Coelho+ (pretas) Chapu preto com orelhas de coelho para homens. D-te pelo menos um bnus aleatrio. +45128 Orelhas Coelho+ (azuis) Chapu azul com orelhas de coelho para homens. D-te pelo menos um bnus aleatrio. +45129 Orelhas Coelho+ (verdes) Chapu verde com orelhas de coelho para homens. D-te pelo menos um bnus aleatrio. +45130 Orelhas Coelho+ (rosa) Chapu rosa com orelhas de coelho para homens. D-te pelo menos um bnus aleatrio. +45131 Orelhas Bunny+ (pretas) Orelhas de coelho pretas para mulheres. D-te pelo menos um bnus aleatrio. +45132 Orelhas Bunny+ (azuis) Orelhas de coelho azuis para mulheres. D-te pelo menos um bnus aleatrio. +45133 Orelhas Bunny+ (verdes) Orelhas de coelho verdes para mulheres. D-te pelo menos um bnus aleatrio. +45134 Orelhas Bunny+ (rosa) Orelhas de coelho rosa para mulheres. D-te pelo menos um bnus aleatrio. +45135 Penteado Cobra (m) Um penteado que condiz com o Disfarce Cobra. +45136 Penteado Cobra (f) Um penteado que condiz com o Disfarce Cobra. +45137 Penteado Cobra+ (m) Um penteado que condiz com o Disfarce Cobra. D-te pelo menos um bnus aleatrio. +45138 Penteado Cobra+ (f) Um penteado que condiz com o Disfarce Cobra. D-te pelo menos um bnus aleatrio. +45139 Mscara Tengu Mscara de uma deidade Japonesa artisticamente trabalhada +45140 Mscara Veneziana Mscara esplndida do carnaval de Veneza +45141 Mscara Kifwebe Mscara em madeira elaboradamente trabalhada com um capuz de tecido negro +45142 Mscara Maia Mscara assustadora do guerreiro Maia +45143 Mscara Tengu+ Mscara de uma deidade Japonesa artisticamente trabalhada. D-te pelo menos dois bnus aleatrios. +45144 Mscara Veneziana+ Mscara esplndida do carnaval de Veneza. D-te pelo menos dois bnus aleatrios. +45145 Mscara Kifwebe+ Mscara em madeira elaboradamente trabalhada com um capuz de tecido negro. D-te pelo menos dois bnus aleatrios. +45146 Mscara Maia+ Mscara assustadora do guerreiro Maia. D-te pelo menos dois bnus aleatrios. +45147 Turbante Preto (M) Um adereo para a cabea feito de materiais pretos para homens. +45148 Turbante Preto (F) Um adereo para a cabea feito de materiais pretos para mulheres. +45149 Turbante Preto+ (M) Um adereo para a cabea feito de materiais pretos para homens. D-te pelo menos um bnus aleatrio. +45150 Turbante Preto+ (F) Um adereo para a cabea feito de materiais pretos para mulheres. D-te pelo menos um bnus aleatrio. +45151 Elmo Azrael (m) Adereo de cabea com o esgar do infame lder demonaco. +45152 Elmo Azrael (f) Adereo de cabea com o esgar do infame lder demonaco. +45153 Elmo Azrael+ (m) Adereo de cabea com o esgar do infame lder demonaco. D-te pelo menos um bnus aleatrio. +45154 Elmo Azrael+ (f) Adereo de cabea com o esgar do infame lder demonaco. D-te pelo menos um bnus aleatrio. +45156 Cabea do Jack Abbora (m) Assustadoramente soberba mscara de Halloween +45157 Cabea do Jack Abbora (f) Assustadoramente soberba mscara de Halloween +45158 Cabea do Jack Abbora+ (m) Assustadoramente soberba mscara de Halloween. D-te pelo menos um bnus aleatrio. Item negocivel. +45159 Cabea do Jack Abbora+ (f) Assustadoramente soberba mscara de Halloween. D-te pelo menos um bnus aleatrio. Item negocivel. +45160 +45161 +45162 +45163 +45164 Chapu Coelho-das-Neves Adereo para a cabea na forma de um coelho-das-neves +45165 Chapu Urso Polar Adereo para a cabea na forma de um urso polar +45166 Chapu Leopardo-da-Neve Adereo para a cabea na forma de um leopardo-da-neve +45167 Chapu Coelho-das-Neves+ Adereo para a cabea na forma de um coelho-das-neves. D-te pelo menos um bnus aleatrio. +45168 Chapu Urso Polar+ Adereo para a cabea na forma de um urso polar. D-te pelo menos um bnus aleatrio. +45169 Chapu Leopardo-da-Neve+ Adereo para a cabea na forma de um leopardo-da-neve. D-te pelo menos um bnus aleatrio. +45170 Mscara Abbora Zombie Fato de Halloween na forma de uma monstruosa mscara de abbora. +45171 Chapu de Bruxa Chapu pontiagudo com uma aba larga, tal como os usados pelas bruxas e bruxos. +45172 Mscara Abbora Zombie+ Fato de Halloween na forma de uma monstruosa mscara de abbora. D-te pelo menos um bnus aleatrio. +45173 Chapu de Bruxa+ Chapu pontiagudo com uma aba larga, tal como os usados pelas bruxas e bruxos. D-te pelo menos um bnus aleatrio. +45174 Mscara Homem de Neve Mscara de homem de neve com um chapu elegante de cetim negro. No negocivel. +45175 Mscara Natal Gelado Mscara de homem de neve com um chapu de Natal de veludo vermelho e plo branco. No negocivel. +45176 Gorro Pompom (Branco) Chapu de Natal feito de veludo branco com plo branco e um pompom vermelho. No negocivel. +45177 Gorro Pompom (Vermelho) Chapu de Natal feito de veludo vermelho com plo branco e um pompom branco. No negocivel. +45178 Mscara Homem de Neve+ Mscara de homem de neve com um chapu elegante de cetim negro. D-te pelo menos um bnus aleatrio. O item negocivel. +45179 Mscara Natal Gelado+ Mscara de homem de neve com um chapu de Natal de veludo vermelho e plo branco. D-te pelo menos um bnus aleatrio. O item negocivel. +45180 Gorro Pompom+ (Branco) Chapu de Natal feito de veludo branco com plo branco e um pompom vermelho. D-te pelo menos um bnus aleatrio. O item negocivel. +45181 Gorro Pompom+ (Vermelho) Chapu de Natal feito de veludo vermelho com plo branco e um pompom branco. D-te pelo menos um bnus aleatrio. O item negocivel. +45190 Capuz Coelho (Cinza) Chapu de pelo cinzento macio com orelhas de coelho. No negocivel. +45191 Capuz Coelho (Castanho) Chapu de pelo castanho macio com orelhas de coelho. No negocivel. +45192 Adereo Pscoa (Vistoso) Adereo para a cabea de Pscoa, maravilhosamente iridescente, para as combatentes que seguem as modas. No negocivel. +45193 Adereo Pscoa (Azul) Adereo para a cabea de Pscoa, azul claro, para as combatentes que seguem as modas. No negocivel. +45194 Capuz Coelho+ (Cinza) Chapu de pelo cinzento macio com orelhas de coelho. D-te pelo menos um bnus aleatrio. Este item negocivel. +45195 Capuz Coelho+ (Castanho) Chapu de pelo castanho macio com orelhas de coelho. D-te pelo menos um bnus aleatrio. Este item negocivel. +45196 Adereo Pscoa+(Vistoso) Adereo para a cabea de Pscoa, maravilhosamente iridescente, para as combatentes que seguem as modas. D-te pelo menos um bnus aleatrio. Este item negocivel. +45197 Adereo Pscoa+ (Azul) Adereo para a cabea de Pscoa, azul claro, para as combatentes que seguem as modas. D-te pelo menos um bnus aleatrio. Este item negocivel. +45198 Turbante Castanho Um nobre turbante castanho, feito de material suficientemente durvel para guerreiros. +45199 Turbante Branco Um nobre turbante branco, feito de material suficientemente durvel para guerreiros. +45200 Leno Cabea Castanho Um leno de cabea castanho, feito de material leve e perfeito para guerreiras. +45201 Leno Cabea Branco Um leno de cabea branco, feito de material leve e perfeito para guerreiras. +45202 Turbante Castanho+ Um nobre turbante castanho, feito de material suficientemente durvel para guerreiros. D-te pelo menos um bnus aleatrio. +45203 Turbante Branco+ Um nobre turbante branco, feito de material suficientemente durvel para guerreiros. D-te pelo menos um bnus aleatrio. +45204 Leno Cabea Castanho+ Um leno de cabea castanho, feito de material leve e perfeito para guerreiras. D-te pelo menos um bnus aleatrio. +45205 Leno Cabea Branco+ Um leno de cabea branco, feito de material leve e perfeito para guerreiras. D-te pelo menos um bnus aleatrio. +50001 Livro da Boa-Sorte Um livro com nmeros da sorte. A lotaria executada pelo Governo. +50002 Anel d'Ouro Um anel de ouro simples | Pode ser vendido na loja a um preo alto. +50003 Documento de Habilidades Permite remover todos os Pontos de Habilidade para poder recoloc-los. +50004 Detector de Eventos Este Item mostra onde podem ser encontradas misses. +50005 Bilhete de Equitao Podes montar um cavalo grtis se mostrares isto ao guarda dos estbulos. Requer nvel 40. +50006 Caixa Tesouro d'Ouro Uma caixa decorada a ouro | Pode ser aberta com uma Chave d'Ouro. +50007 Caixa Tesouro de Prata Uma caixa decorada a prata | Pode ser aberta com uma Chave de Prata. +50008 Chave d'Ouro Uma chave feita de ouro | Pode abrir uma Caixa Tesouro d'Ouro e uma Caixa Tesouro d'Ouro+. +50009 Chave de Prata Uma chave feita de prata | Pode abrir uma Caixa Tesouro de Prata e uma Caixa Tesouro de Prata+. +50010 Meia Algum pe presentes nesta meia durante a poca de Natal. +50011 Caixa Tesouro do Luar Uma decorao deslumbrante que seduz as pessoas. Coisas sobrenaturais acontecem quando recebe o luar. +50012 Caixa Tesouro d'Ouro+ Uma caixa decorada a ouro | Pode ser aberta com uma Chave d'Ouro. +50013 Caixa Tesouro de Prata+ Uma caixa decorada a prata | Pode ser aberta com uma Chave de Prata. +50016 Pasta de Feijo Um ingrediente no bolo de feijo antigo. +50017 Pasta de Acar Um ingrediente no bolo de acar antigo. +50018 Pasta de Fruta Um ingrediente no bolo de fruta antigo. +50019 Arroz Doce Um ingrediente no bolo antigo. +50020 Bolo de Feijo Um bolo antigo que restabelece VD ao mximo. +50021 Bolo de Acar Um bolo antigo que restabelece MN ao mximo. +50022 Bolo de Fruta Um bolo antigo que restabelece a Resistncia ao mximo. +50023 Bolsa de Dinheiro A mesada de Ano Novo est nela. +50024 Rosa Uma flor romntica utilizada para mostrar afecto. Apenas personagens femininas podem us-la. +50025 Chocolate Feito de cacau, leite, manteiga e acar. O Chocolate dado para mostrar afecto. Apenas personagens masculinas podem us-lo. +50027 Bilhete de Lotaria A Troca de Bilhetes de Lotaria no existe no jogo. | um Item intil. +50031 Rosa Uma flor romntica usada para mostrar afecto. Apenas personagens masculinas podem us-la. +50032 Chupa-Chupa Feito de acar e xarope. O chupa-chupa dado para mostrar afecto. Apenas personagens femininas podem us-lo. +50033 Caixa Mistrio Uma caixa com umas estranhas letras gravadas. Algo sair do seu interior se for aberta. +50034 Caixa Quebra-Cabeas Esta caixa contm um quebra-cabeas? +50035 Presente (Amarelo) Um presente embrulhado em papel delicado. +50036 Presente (Violeta) Um presente embrulhado em papel delicado. +50037 Caixa Tesouro Hexagonal feito de papel especial. Tem um presente pensado no interior. +50050 Medalha de Equitao O Rapaz do Estbulo precisa desta medalha para escrever os resultados do teste de qualificao. +50051 Miniatura do Cavalo Certificado da passagem do teste para montar a cavalo. +50052 Livro do Cavalo Armado Certificao avanada para montar a cavalo |Permite atacar a cavalo. +50053 Livro do Cavalo Militar Certificao mestre para montar a cavalo |Permite utilizar habilidades a cavalo. +50054 Feno Feno seco para alimentar um cavalo. +50055 Cenoura O vegetal favorito de um cavalo. +50056 Ginseng Vermelho Apenas os cavalos militares comem Ginseng Vermelho. +50057 Erva Rosa Erva lendria protegida pelo Macaco Rocha da Caverna dos Macacos Fceis. usada para reanimar cavalos iniciantes. +50058 Erva Verde Erva lendria protegida pelo Macaco Andante da Caverna dos Macacos Normais. usada para reanimar o Cavalo Armado. +50059 Erva Azul Uma Erva lendria que cavaleiros experientes podem utilizar para ressuscitar os seus Cavalos Militares. Para obteres a Erva ters de te dirigir Caverna dos Macacos Difceis. +50060 Livro Arte de Equitao Podes ganhar 1 ponto para as Habilidades de Cavalo quando o ls. O livro desaparece depois de lido. +50067 Pergaminho da Evoluo Um rolo de pergaminho antigo e poderoso. Permite transformar uma Montada Jovem numa Montada Selvagem. +50068 Pergaminho da Mutao Um rolo de pergaminho antigo e poderoso. Permite transformar uma Montada Selvagem numa Montada Corajosa. +50070 Cofre do Chefe Orc O cofre do Chefe Orc. Algo valioso est no interior do cofre. +50071 Cofre do Lder Negro O cofre do Lder Negro. Algo valioso est no interior do cofre. +50072 Cofre do Lder Fantasma O cofre do Lder Fantasma Negro. Algo valioso est no interior do cofre. +50073 Cofre da Rainha Aranha O cofre da Rainha Aranha. Algo valioso est no interior do cofre. +50074 Cofre do Rei Aranha O cofre do Rei Aranha. Algo valioso est no interior do cofre. +50075 Cofre Portador de Praga O cofre do Portador de Praga Grande. Algo valioso est no interior do cofre. +50076 Cofre Tartaruga Gigante O cofre da Tartaruga Gigante. Algo valioso est no interior do cofre. +50077 Cofre do Nove Caudas O cofre do Nove Caudas. Algo valioso est no interior do cofre. +50078 Cofre do Tigre Fantasma O cofre do Tigre Fantasma. Algo valioso est no interior do cofre. +50079 Cofre do Rei Chama O cofre do Rei Chama. Algo valioso est no interior do cofre. +50080 Cofre do Drago Vermelho O cofre do Drago Vermelho. Algo valioso est no interior do cofre. +50081 Cofre do Rei Demnio O cofre do Rei Demnio. Algo valioso est no interior do cofre. +50082 Cofre da Morte O cofre do Fantasma da Morte. Algo valioso est no interior do cofre. +50083 Bilhete de Equitao Podes montar um cavalo gratuitamente se o mostrares ao Rapaz do Estbulo. +50084 Pedra-Chave Este item possui uma aura que remove Selos Mgicos. +50091 Sushi de Peixe Dourado Feito de Carpa Dourada | Refeio Especial. +50092 Sushi de Carpa Feito de Carpa | Refeio Especial. Odor nico, desconfortvel de comer. +50093 Sushi de Salmo Um prato especial feito de Salmo cru e Arroz frio. Aumenta o teu Valor de Ataque em 10 pontos durante 30 segundos. +50094 Sushi de Peixe Gato Um prato especial feito a partir de Peixe Gato cru e arroz frio. Aumenta a tua defesa em 10 durante 30 segundos. +50096 Bola de Futebol Um golao Baljit-Elvedin! +50100 Fogo de Artifcio Os fogos de artifcio enchem o cu durante um festival. (Roxo) +50101 Fogo de Artifcio Os fogos de artifcio enchem o cu durante um festival. (Amarelo) +50102 Fogo de Artifcio Os fogos de artifcio enchem o cu durante um festival. (Azul Celeste) +50103 Fogo de Artifcio Os fogos de artifcio enchem o cu durante um festival. (Vermelho) +50104 Fogo de Artifcio Os fogos de artifcio enchem o cu durante um festival. (Verde) +50105 Fogo de Artifcio Os fogos de artifcio enchem o cu durante um festival. (Branco) +50106 Fogo de Artifcio Natal Fogo de Artificio de Natal | Mais bonito que o Fogo de Artifcio normal. +50108 Bombinha de Artifcio Uma bombinha que lana fascas. +50118 +50119 +50120 Cofre de Ferro Este cofre foi encontrado na Gruta das Almas. +50121 Caixa de Ferro Esta caixa foi encontrada na Gruta das Almas. +50122 Arca de Ferro Esta arca foi encontrada na Gruta das Almas. +50123 Gelado Um reforo de energia! Este gelado ir reforar a tua rapidez de movimento em 60 por 30 minutos. Ateno: Reactivar este item enquanto este reforo est em efeito ir recomear a durao. +50124 Caixa de Madeira Podre Suaves sons de animais parecem sair do seu interior. +50125 Cofre Misterioso Este cofre incrivelmente leve - como se estivesse vazio... +50126 Cofre Misterioso Este cofre incrivelmente leve - como se estivesse vazio... +50127 Caixa Mistrio Esmeralda Caixa de Esmeralda Aberta +50128 Caixa Mistrio Safira Uma Caixa de Safira sem fechadura. Pode ser aberta directamente. Contm um segredo valioso... +50129 Caixa Mistrio Ametista Caixa de Ametista Aberta +50130 Caixa Mistrio Topzio Uma Caixa de Topzio sem fechadura. Pode ser aberta directamente. Contm um segredo valioso... +50131 Caixa Mistrio Citrina Uma Caixa de Citrina sem fechadura. Pode ser aberta directamente. Contm um segredo valioso... +50132 Caixa Mistrio Rubi Uma Caixa de Rubi fechada que apenas pode ser aberta com uma chave especial. Aparentemente o brilho da caixa no se aproxima sequer do que est l dentro. +50133 Caixa Mistrio Esmeralda Uma Caixa de Esmeralda fechada que apenas pode ser aberta com uma chave especial. Aparentemente o brilho da caixa no se aproxima sequer do que est l dentro. +50134 Caixa Mistrio Safira Uma Caixa de Safira fechada que apenas pode ser aberta com uma chave especial. Aparentemente o brilho da caixa no se aproxima sequer do que est l dentro. +50135 Caixa Mistrio Ametista Uma Caixa de Ametista fechada que apenas pode ser aberta com uma chave especial. Aparentemente o brilho da caixa no se aproxima sequer do que est l dentro. +50136 Caixa Mistrio Topzio Uma Caixa de Topzio fechada que apenas pode ser aberta com uma chave especial. Aparentemente o brilho da caixa no se aproxima sequer do que est l dentro. +50137 Caixa Mistrio Citrina Uma Caixa de Citrina fechada que apenas pode ser aberta com uma chave especial. Aparentemente o brilho da caixa no se aproxima sequer do que est l dentro. +50150 Chave de Rubi Podes usar esta chave preciosa para abrires a Caixa de Rubi que est fechada. O que ser que est l dentro? +50151 Chave de Esmeralda Podes usar esta chave preciosa para abrires a Caixa de Esmeralda que est fechada. O que ser que est l dentro? +50152 Chave de Safira Podes usar esta chave preciosa para abrires a Caixa de Safira que est fechada. O que ser que est l dentro? +50153 Chave de Ametista Podes usar esta chave preciosa para abrires a Caixa de Ametista que est fechada. O que ser que est l dentro? +50154 Chave de Topzio Podes usar esta chave preciosa para abrires a Caixa de Topzio que est fechada. O que ser que est l dentro? +50155 Chave de Citrina Podes usar esta chave preciosa para abrires a Caixa de Citrina que est fechada. O que ser que est l dentro? +50156 Chave de Diamante Uma chave lindamente trabalhada. Ela brilha com todas as cores do arco-ris. Facilmente conseguirs abrir qualquer caixa com isto. +50160 Ovo da Pscoa Um colorido Ovo da Pscoa +50161 Ovo da Pscoa Um colorido Ovo da Pscoa +50162 Ovo da Pscoa Um colorido Ovo da Pscoa +50163 Ovo da Pscoa Um colorido Ovo da Pscoa +50164 Ovo da Pscoa Um colorido Ovo da Pscoa +50165 Ovo da Pscoa Um colorido Ovo da Pscoa +50166 Ovo da Pscoa Um colorido Ovo da Pscoa +50167 Ovo da Pscoa Um colorido Ovo da Pscoa +50168 Ovo da Pscoa Um colorido Ovo da Pscoa +50169 Ovo da Pscoa Um colorido Ovo da Pscoa +50170 Ovo da Pscoa Um colorido Ovo da Pscoa +50171 Ovo da Pscoa Um colorido Ovo da Pscoa +50172 Ovo da Pscoa Um colorido Ovo da Pscoa +50173 Ovo da Pscoa Um colorido Ovo da Pscoa +50174 Ovo da Pscoa Um colorido Ovo da Pscoa +50175 Ovo da Pscoa Um colorido Ovo da Pscoa +50176 Ovo da Pscoa Um colorido Ovo da Pscoa +50177 Ovo da Pscoa Um colorido Ovo da Pscoa +50178 Ovo da Pscoa Um colorido Ovo da Pscoa +50179 Ovo da Pscoa Um colorido Ovo da Pscoa +50180 Cesto Vazio Um cesto vazio para poderes meter os Ovos de Pscoa l dentro +50181 Cesto com Ovos de Pscoa Um cesto cheio de Ovos de Pscoa. +50182 Cofre Abenoado Um cofre abenoado cujos contedos no so conhecidos. +50183 Guloseimas Estas guloseimas tm um efeito especial: Rapidez de Movimento +10%, Dano +5% e Experincia +10%. Tm uma durao de 30 minutos. +50184 +50185 +50186 Cofre de Azrael Poderes demonacos mantm este cofre trancado. Certamente existiro tesouros valiosos no seu interior. +50187 Cofre do Aprendiz I O teu presente de boas-vindas contm um conjunto de equipamento bsico para optimizar o incio da tua aventura. +50188 Cofre do Aprendiz II Este cofre apenas pode ser aberto quanto tiveres atingido o nvel 10. +50189 Cofre do Aprendiz III Este cofre apenas pode ser aberto quanto tiveres atingido o nvel 20. +50190 Cofre do Perito I Este cofre apenas pode ser aberto quanto tiveres atingido o nvel 30. +50191 Cofre do Perito II Este cofre apenas pode ser aberto quanto tiveres atingido o nvel 40. +50192 Cofre do Perito III Este cofre apenas pode ser aberto quanto tiveres atingido o nvel 50. +50193 Cofre do Mestre I Este cofre apenas pode ser aberto quanto tiveres atingido o nvel 60. +50194 Cofre do Mestre II Este cofre apenas pode ser aberto quanto tiveres atingido o nvel 70. +50195 Cofre do Mestre III Este cofre apenas pode ser aberto quanto tiveres atingido o nvel 80. +50196 Cofre do Grande Mestre Este cofre apenas pode ser aberto quanto tiveres atingido o nvel 90. +50197 +50198 +50199 +50200 Pacote Permite abrir uma loja privada. +50212 Cofre do Aprendiz I O teu presente de boas-vindas contm um conjunto de equipamento bsico para optimizar o incio da tua aventura. +50213 Cofre do Aprendiz I O teu presente de boas-vindas contm um conjunto de equipamento bsico para optimizar o incio da tua aventura. +50215 Cofre de Halloween Um Cofre com uma assustadora cara de abbora num dos lados. Com um rangido semelhante a uma gargalhada malfica, a tampa abre-se para revelar o seu contedo. +50216 Vinho Quente Uma bebida feita de vinho e especiarias que te d +10% Rapidez, +5% Dano e +10% Experincia durante 30 minutos. +50249 Cofre do Triunfo Este cofre contm um item aleatrio como recompensa para todos os atletas Olmpicos. +50252 Cor Draconis O cristalino corao do drago contm a alma, a Pedra do Drago, no seu interior. +50253 +50254 Cofre das Trevas Este pesado cofre esconde aquilo que se pensa ser as h muito esquecidas riquezas da Nao das Trevas. +50255 Cor Draconis (Cru) O cristalino corao do drago contm a alma, a Pedra do Drago, no seu interior. +50256 Cor Draconis (Talhado) O cristalino corao do drago contm a alma, a Pedra do Drago, no seu interior. +50257 Cor Draconis (Raro) O cristalino corao do drago contm a alma, a Pedra do Drago, no seu interior. +50258 Cor Draconis (Antigo) O cristalino corao do drago contm a alma, a Pedra do Drago, no seu interior. +50259 Cor Draconis (Lendrio) O cristalino corao do drago contm a alma, a Pedra do Drago, no seu interior. +50260 Cor Draconis (Cru) O cristalino corao do drago contm a alma, a Pedra do Drago, no seu interior. +50263 Pergaminho do Vnculo Este contrato vincula alma da tua personagem um item tua escolha. Itens vinculados no podem ser negociados, atirados para o cho ou encantados. +50264 Pergaminho do Desvinculo Remove o vnculo de um item tua alma. +50265 Bola de Futebol Dourada A bola esfrica e dourada. +50300 Livro de Habilidades Aumenta o nvel de uma Habilidade a Mestre. +50301 Arte da Guerra Sun-Zi Um dos trs livros de Arte de Guerra - aumenta o nvel de Liderana daquele que o l. O livro desaparece depois de lido. +50302 Arte da Guerra Wu-Zi Um dos trs livros de Arte de Guerra - aumenta o nvel de Liderana daquele que o l. O livro desaparece depois de lido. +50303 Arte da Guerra WeiLao-Zi Um dos trs livros de Arte de Guerra - aumenta o nvel de Liderana daquele que o l. O livro desaparece depois de lido. +50304 Mestria do Combo Este livro de tcticas usado para treinar Combos. O livro desaparece depois de lido. +50305 Livro do Combo Mestre Este livro de tcticas usado para treinar Combos avanados. O livro desaparece depois de lido. +50306 Arte do Combo Este livro de tcticas mestre usado para treinar Combos. O livro desaparece depois de lido. +50307 Livro da Misso Fcil Contm uma Misso de nvel Fcil. +50308 Livro da Misso Normal Contm uma Misso de nvel Normal. +50309 Livro da Misso Difcil Contm uma Misso de nvel Difcil. +50310 Livro da Misso Mestre Contm uma Misso de nvel Mestre. +50311 Arte da Lngua Shinsoo Este livro, feito de tecido cosido, permite-te entender a linguagem Shinsoo assim que tiveres chegado ao nvel Mestre. +50312 Arte da Lngua Chunjo Este livro, feito de tecido cosido, permite-te entender a linguagem Chunjo assim que tiveres chegado ao nvel Mestre. +50313 Arte da Lngua Jinno Este livro, feito de tecido cosido, permite-te entender a linguagem Jinno assim que tiveres chegado ao nvel Mestre. +50314 Livro da Forma(1) A leitura bem-sucedida deste livro aumenta as tuas habilidades de transformao. O livro desaparece depois de lido. +50315 Livro da Mutao(2) A leitura bem-sucedida deste Livro aumenta a tua habilidade de Polimorfismo. Desaparece depois de usado. +50316 Livro do Polimorfismo(3) Usa este livro para aumentar o nvel de Polimorfismo. O livro desaparece depois de lido. +50401 Manual Ataque Triplo Usa este livro para dominares a habilidade Ataque Triplo. O livro desaparece depois de lido. +50402 Manual Espada Rotativa Usa este livro para dominares a habilidade Espada Rotativa. O livro desaparece depois de lido. +50403 Manual Raiva Usa este livro para dominares a habilidade Raiva. O livro desaparece depois de lido. +50404 Manual Aura da Espada Usa este livro para dominares a habilidade Aura da Espada. O livro desaparece depois de lido. +50405 Manual Investida Usa este livro para dominares a habilidade Investida. O livro desaparece depois de lido. +50406 Manual Fora Vital Usa este livro para dominares a habilidade Fora Vital. O livro desaparece depois de lido. +50416 Manual Fora do Golpe Usa este livro para dominares a habilidade Fora do Golpe. O livro desaparece depois de lido. +50417 Manual Ataque Destrutivo Usa este livro para dominares a habilidade Ataque Destrutivo. O livro desaparece depois de lido. +50418 Manual Terramoto Usa este livro para dominares a habilidade Terramoto. O livro desaparece depois de lido. +50419 Manual Corpo Forte Usa este livro para dominares a habilidade Corpo Forte. O livro desaparece depois de lido. +50420 Manual Ataque de Espada Usa este livro para dominares a habilidade Ataque de Espada. O livro desaparece depois de lido. +50421 Manual Orbe da Espada Usa este livro para dominares a habilidade Orbe da Espada. O livro desaparece depois de lido. +50431 Manual Emboscar Usa este livro para dominares a habilidade Emboscar. O livro desaparece depois de lido. +50432 Manual Ataque Rpido Usa este livro para dominares a habilidade Ataque Rpido. O livro desaparece depois de lido. +50433 Manual Adaga Rotativa Usa este livro para dominares a habilidade Adaga Rotativa. O livro desaparece depois de lido. +50434 Manual Modo Furtivo Usa este livro para dominares a habilidade Modo Furtivo. O livro desaparece depois de lido. +50435 Manual Nuvem Venenosa Usa este livro para dominares a habilidade Nuvem Venenosa. O livro desaparece depois de lido. +50436 Manual Veneno Insidioso Usa este livro para dominares a habilidade Veneno Insidioso. O livro desaparece depois de lido. +50446 Manual Tiro Duplo Usa este livro para dominares a habilidade Tiro Duplo. O livro desaparece depois de lido. +50447 Manual Chuva de Setas Usa este livro para dominares a habilidade Chuva de Setas. O livro desaparece depois de lido. +50448 Manual Flecha de Fogo Usa este livro para dominares a habilidade Flecha de Fogo. O livro desaparece depois de lido. +50449 Manual Flutuar Usa este livro para dominares a habilidade Flutuar. O livro desaparece depois de lido. +50450 Manual Seta Envenenada Usa este livro para dominares a habilidade Seta Envenenada. O livro desaparece depois de lido. +50451 Manual Fasca Usa este livro para dominares a habilidade Fasca. O livro desaparece depois de lido. +50461 Manual Ataque do Dedo Usa este livro para dominares a habilidade Ataque do Dedo. O livro desaparece depois de lido. +50462 Manual Espiral do Drago Usa este livro para dominares a habilidade Espiral do Drago. O livro desaparece depois de lido. +50463 Manual Lmina Encantada Usa este livro para dominares a habilidade Lmina Encantada. O livro desaparece depois de lido. +50464 Manual Receio Usa este livro para dominares a habilidade Receio. O livro desaparece depois de lido. +50465 Manual Armadura Negra Usa este livro para dominares a habilidade Armadura Negra. O livro desaparece depois de lido. +50466 Manual Remover Efeito Usa este livro para dominares a habilidade Remover Efeito. O livro desaparece depois de lido. +50476 Manual Ataque Obscuro Usa este livro para dominares a habilidade Ataque Obscuro. O livro desaparece depois de lido. +50477 Manual Ataque Chama Usa este livro para dominares a habilidade Ataque Chama. O livro desaparece depois de lido. +50478 Manual Esprito da Chama Usa este livro para dominares a habilidade Esprito da Chama. O livro desaparece depois de lido. +50479 Manual Proteco Sombria Usa este livro para dominares a habilidade Proteco Sombria. O livro desaparece depois de lido. +50480 Manual Ataque Espiritual Usa este livro para dominares a habilidade Ataque Espiritual. O livro desaparece depois de lido. +50481 Manual Bola da Escurido Usa este livro para dominares a habilidade Bola da Escurido. O livro desaparece depois de lido. +50491 Manual Talism Voador Usa este livro para dominares a habilidade Talism Voador. O livro desaparece depois de lido. +50492 Manual Ataque do Drago Usa este livro para dominares a habilidade Ataque do Drago. O livro desaparece depois de lido. +50493 Manual Rugido do Drago Usa este livro para dominares a habilidade Rugido do Drago. O livro desaparece depois de lido. +50494 Manual Bno Usa este livro para dominares a habilidade Bno. O livro desaparece depois de lido. +50495 Manual Poder Reflectivo Usa este livro para dominares a habilidade Poder Reflectivo. O livro desaparece depois de lido. +50496 Manual Ajuda do Drago Usa este livro para dominares a habilidade Ajuda do Drago. O livro desaparece depois de lido. +50506 Manual Atirar Raio Usa este livro para dominares a habilidade Atirar Raio. O livro desaparece depois de lido. +50507 Manual Invocar Raio Usa este livro para dominares a habilidade Invocar Raio. O livro desaparece depois de lido. +50508 Manual Garra de Raios Usa este livro para dominares a habilidade Garra de Raios. O livro desaparece depois de lido. +50509 Manual Cura Usa este livro para dominares a habilidade Cura. O livro desaparece depois de lido. +50510 Manual Rapidez Usa este livro para dominares a habilidade Rapidez. O livro desaparece depois de lido. +50511 Manual Energia Usa este livro para dominares a habilidade Energia. O livro desaparece depois de lido. +50512 Pedra Arco-ris A pedra que abre os olhos da mente e revela todas as Habilidades. +50513 Pedra da Alma A pedra lendria utilizada para aumentar as tuas Habilidades em Grande Mestre. Desaparece depois de ser usada. +50530 Manual Retalho Usa este livro para dominares a habilidade Retalho. O livro desaparece depois de lido. +50531 Manual Sopro do Lobo Usa este livro para dominares a habilidade Sopro do Lobo. O livro desaparece depois de lido. +50532 Manual Salto do Lobo Usa este livro para dominares a habilidade Salto do Lobo. O livro desaparece depois de lido. +50533 Manual Garra do Lobo Usa este livro para dominares a habilidade Garra do Lobo. O livro desaparece depois de lido. +50534 Manual Alma Lobo Rubro Usa este livro para dominares a habilidade Alma do Lobo Rubro. O livro desaparece depois de lido. +50535 Manual Alma do Lobo Anil Usa este livro para dominares a habilidade Alma do Lobo Anil. O livro desaparece depois de lido. +50600 Livro de Garimpar usado para aumentar o nvel da habilidade Garimpar.| O livro desaparece depois de lido +50601 Pedra Diamante Pode ser refinada para Diamante numa Fornalha de Guild. +50602 Pedra mbar Pode ser refinada para mbar numa Fornalha de Guild. +50603 Madeira Fssil Pode ser refinada para Madeira numa Fornalha de Guild. +50604 Minrio de Cobre Pode ser refinado para Cobre numa Fornalha de Guild. +50605 Minrio de Prata Pode ser refinado para Prata numa Fornalha de Guild. +50606 Minrio d'Ouro Pode ser refinado para Ouro numa Fornalha de Guild. +50607 Minrio de Jade Pode ser refinado para Jade numa Fornalha de Guild. +50608 Minrio de bano Pode ser refinado para bano numa Fornalha de Guild. +50609 Pea de Prola Pode ser refinada para Prola numa Fornalha de Guild. +50610 Minrio de Platina Pode ser refinado para Platina numa Fornalha de Guild. +50611 Minrio de Cristal Pode ser refinado para Cristal numa Fornalha de Guild. +50612 Minrio de Ametista Pode ser refinado para Ametista numa Fornalha de Guild. +50613 Minrio de Safira Pode ser refinado para Safira numa Fornalha de Guild. +50614 Minrio de Azurite Usando uma Fornalha de Guild podes produzir Azurite com este minrio. +50615 Minrio de Rubi Usando uma Fornalha de Guild podes produzir Rubi com este minrio. +50616 Minrio de Granada Usando uma Fornalha de Guild podes produzir Granada com este minrio. +50617 Minrio de Esmeralda Usando uma Fornalha de Guild podes produzir Esmeralda com este minrio. +50618 Minrio de Lpis Lazuli Usando uma Fornalha de Guild podes produzir Lpis Lazuli com este minrio. +50619 Minrio de Turmalina Usando uma Fornalha de Guild podes produzir Turmalina com este minrio. +50621 Diamante A pedra preciosa mais forte que usada para adicionar um socket nos Acessrios. +50622 mbar Uma bonita pedra mbar| Pode ser adicionada a um Acessrio. +50623 Madeira Uma Madeira valiosa| Pode ser adicionada a um Acessrio de Madeira. +50624 Cobre Por vezes usado para fazer bronze e moedas. | Pode ser adicionado a um Acessrio de Cobre. +50625 Prata Metal brilhante usado para fazer jias. | Pode ser adicionada a um Acessrio de Prata. +50626 Ouro Metal dourado usado para fazer jias. | Pode ser adicionado a um Acessrio de Ouro. +50627 Jade Um dos valiosos minerais. | Pode ser adicionado a um Acessrio de Jade. +50628 bano A madeira mais leve e forte de todas.| Pode ser adicionado a um Acessrio de bano. +50629 Prola Usada para fazer jias.| Pode ser adicionada a um Acessrio de Prola. +50630 Platina Um tipo de mineral parecido com a Prata, mas mais duro.| Pode ser adicionada a um Acessrio de Platina. +50631 Cristal tambm chamado de Rocha Cristal ou Quartzo.| Pode ser adicionado a um Acessrio de Cristal. +50632 Ametista Um Quartzo roxo. | Pode ser adicionada a um Acessrio de Ametista. +50633 Safira Chuva do cu cristalizada. | Pode ser adicionada a um Acessrio de Safira. +50634 Cristal da Alma Um cristal to puro como uma alma. Pode ser usado na criao de acessrios. +50635 Rubi Pedra preciosa vermelha com um acabamento nico. Pode ser usada para criar uma valiosa pea de joalharia. +50636 Granada Pedra preciosa cor-de-laranja com um acabamento nico. Pode ser usada para criar uma valiosa pea de joalharia. +50637 Esmeralda Pedra preciosa verde com um acabamento nico. Pode ser usada para criar uma valiosa pea de joalharia. +50638 Lpis Lazuli Pedra preciosa azul com um acabamento nico. Pode ser usada para criar uma valiosa pea de joalharia. +50639 Turmalina Esta pedra preciosa mgica reluz com todas as cores do arco-ris. Pode ser usada na criao de acessrios. +50701 Flor de Pssego No passado as flores de pssego eram usadas para criar cremes especiais para a pele. Pesquisa +50702 Flor de Sino Estas flores so comuns e realmente ajudam a curar resfriados e tosse. Pesquisa +50703 Flor de Kaki Uma lenda diz que uma mulher que use esta flor ao pescoo ir ficar grvida. Pesquisa +50704 Raiz de Gango A Raiz de Gango fortalece o sistema imunitrio e o poder de resistncia do corpo. Pesquisa +50705 Lils Esta planta aumenta as capacidades de memria e concentrao. Pesquisa +50706 Cogumelo Tue Este cogumelo raramente usado em medicina curativa e ajuda contra o sono. Pesquisa +50707 Rosa Alpina Esta planta fortalece o sistema nervoso. Pesquisa +50708 Amoras As Amoras do fora. Pesquisa +50709 Dente de Leo Os Dentes de Leo ajudam a curar garganta irritada e tm um sabor agradvel. Pesquisa +50710 Cardo Esta uma planta que fortalece os ossos. Pesquisa +50711 Tmara Estas frutas so muito saborosas e despertam novos espritos animalescos no corpo. Pesquisa +50712 Planta Sam-Zi Esta planta muito rara tem efeitos restauradores quando preparada correctamente. Pesquisa +50721 Flor de Pssego No passado as flores de pssego eram usadas para criar cremes especiais para a pele. Produo de Poes +50722 Flor de sino Estas flores so comuns e realmente ajudam a curar resfriados e tosse. Produo de Poes +50723 Flor de Kaki Uma lenda diz que uma mulher que use esta flor ao pescoo ir ficar grvida. Produo de Poes +50724 Raiz de Gango A Raiz de Gango fortalece o sistema imunitrio e o poder de resistncia do corpo. Produo de Poes +50725 Lils Esta planta aumenta as capacidades de memria e concentrao. Produo de Poes +50726 Cogumelo Tue Este cogumelo raramente usado em medicina curativa e ajuda contra o sono. Produo de Poes +50727 Rosa Alpina Esta planta fortalece o sistema nervoso. Produo de Poes +50728 Amora As Amoras do fora. Produo de Poes +50729 Dente de Leo Os Dentes de Leo ajudam a curar garganta irritada e tm um sabor agradvel. Produo de Poes +50730 Cardo Esta uma planta que fortalece os ossos. Produo de Poes +50731 Tmara Estas frutas so muito saborosas e despertam novos espritos animalescos no corpo. Produo de Poes +50732 Planta Sam-Zi Esta planta muito rara tem efeitos restauradores quando preparada correctamente. Produo de Poes +50801 Sumo de Flor de Pssego Este sumo feito de Flores de Pssego. D-te velocidade. +50802 Sumo de Flor de Sino Este sumo, feito de Flores de Sino, aumenta a tua Fora em 5 durante 3 minutos. +50803 Sumo de Flor de Kaki Este sumo feito de Flores de Kaki. Regenera um pouco a tua mana. +50804 Sumo de Raiz de Gango Este sumo feito de Razes de Gango. Regenera um pouco a tua vida. +50805 Sumo de Lils Este sumo feito de Lils. +50806 Sumo de Cogumelos Tue Este sumo feito de Cogumelos Tue. +50807 Sumo de Rosa Alpina Este sumo feito de Rosas Alpinas. +50808 Sumo de Amora Este sumo feito de Amoras. +50809 Sumo de Dente de Leo Este sumo feito de Dentes de Leo. +50810 Sumo de Cardo Este sumo feito de Cardos. +50811 Sumo de Tmara Este sumo feito de Tmaras. +50812 Sumo de Planta Sam-Zi Este sumo feito de Plantas Sam-Zi. +50813 gua Sim Esta poo feita de Sumo de Flor de Pssego e Lils. Aumenta em 10%, durante 3 minutos, a probabilidade de golpe perfurante. +50814 gua Dok Esta poo feita de Sumo de Flor de Sino e Lils. Aumenta em 10% a probabilidade de golpes crticos durante 3 minutos. +50815 gua Bo Esta poo feita de Sumo de Flor de Kaki + Cogumelo Tue. Ajuda a regenerar a tua mana. +50816 gua Young Esta poo feita de Sumo de Raiz de Gango + Cogumelo Tue. Ajuda a regenerar a tua vida. +50817 gua Zin Esta poo feita de gua Sim e Rosa Alpina. Aumenta em 50 o teu Valor de Ataque durante 3 minutos. +50818 gua Sambo Uma poo feita de gua Dok e Rosa Alpina. Aumenta em 70 a tua Defesa durante 3 minutos. +50819 gua Mong Uma poo feita de gua Bo e Amora. Aumenta em 10% a tua Defesa contra Magias durante 3 minutos. +50820 gua Hwal Uma poo feita de gua Young e Amora. Aumenta em 3 a tua Velocidade de Ataque durante 3 minutos. +50901 Garrafa Vazia Usada para preparar poes. +50902 Receita do Iniciante Uma tarefa simples que tambm pode ser executada por novatos. +50903 Receita Uma tarefa que j necessita de um pouco de prtica. +50904 Receita do Profissional Uma tarefa que apenas pode ser correctamente executada por pessoas experientes. +50905 Receita de gua Sim Descreve exactamente como se processam o Sumo de Flor de Pssego e o Lils por forma a obter gua Sim. +50906 Receita de gua Dok Descreve exactamente como se processam o Sumo de Flor de Sino e o Lils por forma a obter gua Dok. +50907 Receita de gua Bo Descreve exactamente como se processam o Sumo de Flor de Kaki e o Cogumelo Tue por forma a obter gua Bo. +50908 Receita de gua Young Descreve exactamente como se processam o Sumo de Raiz de Gango e o Cogumelo Tue por forma a obter gua Young. +50909 Receita de gua Zin Descreve exactamente como se processam o Sumo de Flor de Pssego, o Lils e a Rosa Alpina por forma a obter gua Zin. +50910 Receita de gua Hwal Descreve exactamente como se processam o Sumo de Raiz de Gango, o Cogumelo Tue e a Amora por forma a obter gua Hwal. +51001 Fragmento de Energia Fragmento de um Cristal de Energia. 30 peas podem ser usadas para formar um Cristal. +51002 Cristal de Energia Este Cristal aumenta os teus bnus durante 2 horas. +51501 Cor Draconis (Cru) O corao de drago cristalino contm uma Pedra do Drago aleatria de classe Crua. +51502 Cor Draconis (Cru) O corao de drago cristalino contm uma Pedra do Drago aleatria de classe Crua. +51503 Cor Draconis (Normal) Corao de drago cristalino. Categoria: Normal. Contm uma Pedra do Drago Translcida entre as classes Crua a Talhada. +51504 Cor Draconis (Nobre) Corao de drago cristalino. Categoria: Nobre. Contm uma Pedra do Drago Translcida entre as classes Crua a Rara. +51505 Cor Draconis (Precioso) Corao de drago cristalino. Categoria: Precioso. Contm uma Pedra do Drago Translcida entre as classes Crua a Antiga. +51506 Cor Draconis (Mstico) Corao de drago cristalino. Categoria: Mstico. Contm uma Pedra do Drago Translcida entre as classes Crua a Lendria. +51507 Cor Draconis (Talhado) O corao de drago cristalino contm uma Pedra do Drago aleatria de classe Talhada. +51508 Cor Draconis (Raro) O corao de drago cristalino contm uma Pedra do Drago aleatria de classe Rara. +51509 Cor Draconis (Antigo) O corao de drago cristalino contm uma Pedra do Drago aleatria de classe Antiga. +51510 Cor Draconis (Lendrio) O corao de drago cristalino contm uma Pedra do Drago aleatria de classe Lendria. +51511 Cor Diamas Cor Draconis branco. Contm um Diamante-Drago aleatrio. +51512 Cor Rubinum Cor Draconis vermelho. Contm um Rubi-Drago aleatrio. +51513 Cor Jadeit Cor Draconis verde. Contm uma Jade-Drago aleatria. +51514 Cor Saphirum Cor Draconis azul. Contm uma Safira-Drago aleatria. +51515 Cor Granatum Cor Draconis laranja. Contm uma Granada-Drago aleatria. +51516 Cor Atrum Cor Draconis preto. Contm uma nix-Drago aleatria. +51517 Cor Diamas (Normal) Cor Draconis branco. Categoria: Normal. Contm um Diamante-Drago Translcido entre as classes Crua a Talhada. +51518 Cor Rubinum (Normal) Cor Draconis vermelho. Categoria: Normal. Contm um Rubi-Drago Translcido entre as classes Crua a Talhada. +51519 Cor Jadeit (Normal) Cor Draconis verde. Categoria: Normal. Contm uma Jade-Drago Translcida entre as classes Crua a Talhada. +51520 Cor Saphirum (Normal) Cor Draconis azul. Categoria: Normal. Contm uma Safira-Drago Translcida entre as classes Crua a Talhada. +51521 Cor Granatum (Normal) Cor Draconis laranja. Categoria: Normal. Contm uma Granada-Drago Translcida entre as classes Crua a Talhada. +51522 Cor Atrum (Normal) Cor Draconis preto. Categoria: Normal. Contm uma nix-Drago Translcida entre as classes Crua a Talhada. +51523 Cor Diamas (Nobre) Cor Draconis branco. Categoria: Nobre. Contm um Diamante-Drago Translcido entre as classes Crua a Rara. +51524 Cor Rubinum (Nobre) Cor Draconis vermelho. Categoria: Nobre. Contm um Rubi-Drago Translcido entre as classes Crua a Rara. +51525 Cor Jadeit (Nobre) Cor Draconis verde. Categoria: Nobre. Contm uma Jade-Drago Translcida entre as classes Crua a Rara. +51526 Cor Saphirum (Nobre) Cor Draconis azul. Categoria: Nobre. Contm uma Safira-Drago Translcida entre as classes Crua a Rara. +51527 Cor Granatum (Nobre) Cor Draconis laranja. Categoria: Nobre. Contm uma Granada-Drago Translcida entre as classes Crua a Rara. +51528 Cor Atrum (Nobre) Cor Draconis preto. Categoria: Nobre. Contm uma nix-Drago Translcida entre as classes Crua a Rara. +51529 Cor Diamas (Precioso) Cor Draconis branco. Categoria: Precioso. Contm um Diamante-Drago Translcido entre as classes Crua a Antiga. +51530 Cor Rubinum (Precioso) Cor Draconis vermelho. Categoria: Precioso. Contm um Rubi-Drago Translcido entre as classes Crua a Antiga. +51531 Cor Jadeit (Precioso) Cor Draconis verde. Categoria: Precioso. Contm uma Jade-Drago Translcida entre as classes Crua a Antiga. +51532 Cor Saphirum (Precioso) Cor Draconis azul. Categoria: Precioso. Contm uma Safira-Drago Translcida entre as classes Crua a Antiga. +51533 Cor Granatum (Precioso) Cor Draconis laranja. Categoria: Precioso. Contm uma Granada-Drago Translcida entre as classes Crua a Antiga. +51534 Cor Atrum (Precioso) Cor Draconis preto. Categoria: Precioso. Contm uma nix-Drago Translcida entre as classes Crua a Antiga. +51535 Cor Diamas (Perfeito) Cor Draconis branco. Categoria: Perfeito. Contm um Diamante-Drago Translcido entre as classes Crua a Lendria. +51536 Cor Rubinum (Perfeito) Cor Draconis vermelho. Categoria: Perfeito. Contm um Rubi-Drago Translcido entre as classes Crua a Lendria. +51537 Cor Jadeit (Perfeito) Cor Draconis verde. Categoria: Perfeito. Contm uma Jade-Drago Translcida entre as classes Crua a Lendria. +51538 Cor Saphirum (Perfeito) Cor Draconis azul. Categoria: Perfeito. Contm uma Safira-Drago Translcida entre as classes Crua a Lendria. +51539 Cor Granatum (Perfeito) Cor Draconis laranja. Categoria: Perfeito. Contm uma Granada-Drago Translcida entre as classes Crua a Lendria. +51540 Cor Atrum (Perfeito) Cor Draconis preto. Categoria: Perfeito. Contm uma nix-Drago Translcida entre as classes Crua a Lendria. +51541 Cor Draconis (Reluzente) Corao de drago cristalino. Categoria: Reluzente. Contm uma Pedra do Drago Translcida entre as classes Talhada a Rara. +51542 Cor Diamas (Reluzente) Cor Draconis branco. Categoria: Reluzente. Contm um Diamante-Drago Translcido entre as classes Talhada a Rara. +51543 Cor Rubinum (Reluzente) Cor Draconis vermelho. Categoria: Reluzente. Contm um Rubi-Drago Translcido entre as classes Talhada a Rara. +51544 Cor Jadeit (Reluzente) Cor Draconis verde. Categoria: Reluzente. Contm uma Jade-Drago Translcida entre as classes Talhada a Rara. +51545 Cor Saphirum (Reluzente) Cor Draconis azul. Categoria: Reluzente. Contm uma Safira-Drago Translcida entre as classes Talhada a Rara. +51546 Cor Granatum (Reluzente) Cor Draconis laranja. Categoria: Reluzente. Contm uma Granada-Drago Translcida entre as classes Talhada a Rara. +51547 Cor Atrum (Reluzente) Cor Draconis preto. Categoria: Reluzente. Contm uma nix-Drago Translcida entre as classes Talhada a Rara. +51548 Cor Draconis (Perfeito) Corao de drago cristalino. Categoria: Perfeito. Contm uma Pedra do Drago Translcida entre as classes Crua a Lendria. +51549 Cor Draconis (Eterno) Corao de drago cristalino. Categoria: Eterno. Contm uma Pedra do Drago Translcida entre as classes Talhada a Antiga. +51550 Cor Diamas (Eterno) Cor Draconis branco. Categoria: Eterno. Contm um Diamante-Drago Translcido entre as classes Talhada a Antiga. +51551 Cor Rubinum (Eterno) Cor Draconis vermelho. Categoria: Eterno. Contm um Rubi-Drago Translcido entre as classes Talhada a Antiga. +51552 Cor Jadeit (Eterno) Cor Draconis verde. Categoria: Eterno. Contm uma Jade-Drago Translcida entre as classes Talhada a Antiga. +51553 Cor Saphirum (Eterno) Cor Draconis azul. Categoria: Eterno. Contm uma Safira-Drago Translcida entre as classes Talhada a Antiga. +51554 Cor Granatum (Eterno) Cor Draconis laranja. Categoria: Eterno. Contm uma Granada-Drago Translcida entre as classes Talhada a Antiga. +51555 Cor Atrum (Eterno) Cor Draconis preto. Categoria: Eterno. Contm uma nix-Drago Translcida entre as classes Talhada a Antiga. +51556 Cor Diamas (Mstico) Cor Draconis branco. Categoria: Mstico. Contm um Diamante-Drago Translcido entre as classes Talhada a Lendria. +51557 Cor Rubinum (Mstico) Cor Draconis vermelho. Categoria: Mstico. Contm um Rubi-Drago Translcido entre as classes Talhada a Lendria. +51558 Cor Jadeit (Mstico) Cor Draconis verde. Categoria: Mstico. Contm uma Jade-Drago Translcida entre as classes Talhada a Lendria. +51559 Cor Saphirum (Mstico) Cor Draconis azul. Categoria: Mstico. Contm uma Safira-Drago Translcida entre as classes Talhada a Lendria. +51560 Cor Granatum (Mstico) Cor Draconis laranja. Categoria: Mstico. Contm uma Granada-Drago Translcida entre as classes Talhada a Lendria. +51561 Cor Atrum (Mstico) Cor Draconis preto. Categoria: Mstico. Contm uma nix-Drago Translcida entre as classes Talhada a Lendria. +51562 Cor Draconis (pico) Corao de drago cristalino. Categoria: pico. Contm uma Pedra do Drago Translcida entre as classes Rara a Antiga. +51563 Cor Diamas (pico) Cor Draconis branco. Categoria: pico. Contm um Diamante-Drago Translcido entre as classes Rara a Antiga. +51564 Cor Rubinum (pico) Cor Draconis vermelho. Categoria: pico. Contm um Rubi-Drago Translcido entre as classes Rara a Antiga. +51565 Cor Jadeit (pico) Cor Draconis verde. Categoria: pico. Contm uma Jade-Drago Translcida entre as classes Rara a Antiga. +51566 Cor Saphirum (pico) Cor Draconis azul. Categoria: pico. Contm uma Safira-Drago Translcida entre as classes Rara a Antiga. +51567 Cor Granatum (pico) Cor Draconis laranja. Categoria: pico. Contm uma Granada-Drago Translcida entre as classes Rara a Antiga. +51568 Cor Atrum (pico) Cor Draconis preto. Categoria: pico. Contm uma nix-Drago Translcida entre as classes Rara a Antiga. +51569 Cor Draconis (Divino) Corao de drago cristalino. Categoria: Divino. Contm uma Pedra do Drago Translcida entre as classes Rara a Lendria. +51570 Cor Diamas (Divino) Cor Draconis branco. Categoria: Divino. Contm um Diamante-Drago Translcido entre as classes Rara a Lendria. +51571 Cor Rubinum (Divino) Cor Draconis vermelho. Categoria: Divino. Contm um Rubi-Drago Translcido entre as classes Rara a Lendria. +51572 Cor Jadeit (Divino) Cor Draconis verde. Categoria: Divino. Contm uma Jade-Drago Translcida entre as classes Rara a Lendria. +51573 Cor Saphirum (Divino) Cor Draconis azul. Categoria: Divino. Contm uma Safira-Drago Translcida entre as classes Rara a Lendria. +51574 Cor Granatum (Divino) Cor Draconis laranja. Categoria: Divino. Contm uma Granada-Drago Translcida entre as classes Rara a Lendria. +51575 Cor Atrum (Divino) Cor Draconis preto. Categoria: Divino. Contm uma nix-Drago Translcida entre as classes Rara a Lendria. +51576 Cor Draconis+ (Normal) Cor Draconis Poderoso. Categoria: Normal. Contm uma Pedra do Drago entre as classes Crua a Talhada, com um grau de clareza aleatrio. +51577 Cor Diamas+ (Normal) Cor Draconis Poderoso. Categoria: Normal. Contm um Diamante-Drago entre as classes Crua a Talhada, com um grau de clareza aleatrio. +51578 Cor Rubinum+ (Normal) Cor Draconis Poderoso. Categoria: Normal. Contm um Rubi-Drago entre as classes Crua a Talhada, com um grau de clareza aleatrio. +51579 Cor Jadeit+ (Normal) Cor Draconis Poderoso. Categoria: Normal. Contm uma Jade-Drago entre as classes Crua a Talhada, com um grau de clareza aleatrio. +51580 Cor Saphirum+ (Normal) Cor Draconis Poderoso. Categoria: Normal. Contm uma Safira-Drago entre as classes Crua a Talhada, com um grau de clareza aleatrio. +51581 Cor Granatum+ (Normal) Cor Draconis Poderoso. Categoria: Normal. Contm uma Granada-Drago entre as classes Crua a Talhada, com um grau de clareza aleatrio. +51582 Cor Atrum+ (Normal) Cor Draconis Poderoso. Categoria: Normal. Contm uma nix-Drago entre as classes Crua a Talhada, com um grau de clareza aleatrio. +51583 Cor Draconis+ (Nobre) Cor Draconis Poderoso. Categoria: Nobre. Contm uma Pedra do Drago entre as classes Crua a Rara, com um grau de clareza aleatrio. +51584 Cor Diamas+ (Nobre) Cor Draconis Poderoso. Categoria: Nobre. Contm um Diamante-Drago entre as classes Crua a Rara, com um grau de clareza aleatrio. +51585 Cor Rubinum+ (Nobre) Cor Draconis Poderoso. Categoria: Nobre. Contm um Rubi-Drago entre as classes Crua a Rara, com um grau de clareza aleatrio. +51586 Cor Jadeit+ (Nobre) Cor Draconis Poderoso. Categoria: Nobre. Contm uma Jade-Drago entre as classes Crua a Rara, com um grau de clareza aleatrio. +51587 Cor Saphirum+ (Nobre) Cor Draconis Poderoso. Categoria: Nobre. Contm uma Safira-Drago entre as classes Crua a Rara, com um grau de clareza aleatrio. +51588 Cor Granatum+ (Nobre) Cor Draconis Poderoso. Categoria: Nobre. Contm uma Granada-Drago entre as classes Crua a Rara, com um grau de clareza aleatrio. +51589 Cor Atrum+ (Nobre) Cor Draconis Poderoso. Categoria: Nobre. Contm uma nix-Drago entre as classes Crua a Rara, com um grau de clareza aleatrio. +51590 Cor Draconis+ (Precioso) Cor Draconis Poderoso. Categoria: Precioso. Contm uma Pedra do Drago entre as classes Crua a Antiga, com um grau de clareza aleatrio. +51591 Cor Diamas+ (Precioso) Cor Draconis Poderoso. Categoria: Precioso. Contm um Diamante-Drago entre as classes Crua a Antiga, com um grau de clareza aleatrio. +51592 Cor Rubinum+ (Precioso) Cor Draconis Poderoso. Categoria: Precioso. Contm um Rubi-Drago entre as classes Crua a Antiga, com um grau de clareza aleatrio. +51593 Cor Jadeit+ (Precioso) Cor Draconis Poderoso. Categoria: Precioso. Contm uma Jade-Drago entre as classes Crua a Antiga, com um grau de clareza aleatrio. +51594 Cor Saphirum+ (Precioso) Cor Draconis Poderoso. Categoria: Precioso. Contm uma Safira-Drago entre as classes Crua a Antiga, com um grau de clareza aleatrio. +51595 Cor Granatum+ (Precioso) Cor Draconis Poderoso. Categoria: Precioso. Contm uma Granada-Drago entre as classes Crua a Antiga, com um grau de clareza aleatrio. +51596 Cor Atrum+ (Precioso) Cor Draconis Poderoso. Categoria: Precioso. Contm uma nix-Drago entre as classes Crua a Antiga, com um grau de clareza aleatrio. +51597 Cor Draconis+ (Perfeito) Cor Draconis Poderoso. Categoria: Perfeito. Contm uma Pedra do Drago entre as classes Crua a Lendria, com um grau de clareza aleatrio. +51598 Cor Diamas+ (Perfeito) Cor Draconis Poderoso. Categoria: Perfeito. Contm um Diamante-Drago entre as classes Crua a Lendria, com um grau de clareza aleatrio. +51599 Cor Rubinum+ (Perfeito) Cor Draconis Poderoso. Categoria: Perfeito. Contm um Rubi-Drago entre as classes Crua a Lendria, com um grau de clareza aleatrio. +51600 Cor Jadeit+ (Perfeito) Cor Draconis Poderoso. Categoria: Perfeito. Contm uma Jade-Drago entre as classes Crua a Lendria, com um grau de clareza aleatrio. +51601 Cor Saphirum+ (Perfeito) Cor Draconis Poderoso. Categoria: Perfeito. Contm uma Safira-Drago entre as classes Crua a Lendria, com um grau de clareza aleatrio. +51602 Cor Granatum+ (Perfeito) Cor Draconis Poderoso. Categoria: Perfeito. Contm uma Granada-Drago entre as classes Crua a Lendria, com um grau de clareza aleatrio. +51603 Cor Atrum+ (Perfeito) Cor Draconis Poderoso. Categoria: Perfeito. Contm uma nix-Drago entre as classes Crua a Lendria, com um grau de clareza aleatrio. +51604 Cor Draconis+ (Reluzente) Cor Draconis Poderoso. Categoria: Reluzente. Contm uma Pedra do Drago entre as classes Talhada a Rara, com um grau de clareza aleatrio. +51605 Cor Diamas+ (Reluzente) Cor Draconis Poderoso. Categoria: Reluzente. Contm um Diamante-Drago entre as classes Talhada a Rara, com um grau de clareza aleatrio. +51606 Cor Rubinum+ (Reluzente) Cor Draconis Poderoso. Categoria: Reluzente. Contm um Rubi-Drago entre as classes Talhada a Rara, com um grau de clareza aleatrio. +51607 Cor Jadeit+ (Reluzente) Cor Draconis Poderoso. Categoria: Reluzente. Contm uma Jade-Drago entre as classes Talhada a Rara, com um grau de clareza aleatrio. +51608 Cor Saphirum+ (Reluzente) Cor Draconis Poderoso. Categoria: Reluzente. Contm uma Safira-Drago entre as classes Talhada a Rara, com um grau de clareza aleatrio. +51609 Cor Granatum+ (Reluzente) Cor Draconis Poderoso. Categoria: Reluzente. Contm uma Granada-Drago entre as classes Talhada a Rara, com um grau de clareza aleatrio. +51610 Cor Atrum+ (Reluzente) Cor Draconis Poderoso. Categoria: Reluzente. Contm uma nix-Drago entre as classes Talhada a Rara, com um grau de clareza aleatrio. +51611 Cor Draconis+ (Eterno) Cor Draconis Poderoso. Categoria: Eterno. Contm uma Pedra do Drago entre as classes Talhada a Antiga, com um grau de clareza aleatrio. +51612 Cor Diamas+ (Eterno) Cor Draconis Poderoso. Categoria: Eterno. Contm um Diamante-Drago entre as classes Talhada a Antiga, com um grau de clareza aleatrio. +51613 Cor Rubinum+ (Eterno) Cor Draconis Poderoso. Categoria: Eterno. Contm um Rubi-Drago entre as classes Talhada a Antiga, com um grau de clareza aleatrio. +51614 Cor Jadeit+ (Eterno) Cor Draconis Poderoso. Categoria: Eterno. Contm uma Jade-Drago entre as classes Talhada a Antiga, com um grau de clareza aleatrio. +51615 Cor Saphirum+ (Eterno) Cor Draconis Poderoso. Categoria: Eterno. Contm uma Safira-Drago entre as classes Talhada a Antiga, com um grau de clareza aleatrio. +51616 Cor Granatum+ (Eterno) Cor Draconis Poderoso. Categoria: Eterno. Contm uma Granada-Drago entre as classes Talhada a Antiga, com um grau de clareza aleatrio. +51617 Cor Atrum+ (Eterno) Cor Draconis Poderoso. Categoria: Eterno. Contm uma nix-Drago entre as classes Talhada a Antiga, com um grau de clareza aleatrio. +51618 Cor Draconis+ (Mstico) Cor Draconis Poderoso. Categoria: Mstico. Contm uma Pedra do Drago entre as classes Talhada a Lendria, com um grau de clareza aleatrio. +51619 Cor Diamas+ (Mstico) Cor Draconis Poderoso. Categoria: Mstico. Contm um Diamante-Drago entre as classes Talhada a Lendria, com um grau de clareza aleatrio. +51620 Cor Rubinum+ (Mstico) Cor Draconis Poderoso. Categoria: Mstico. Contm um Rubi-Drago entre as classes Talhada a Lendria, com um grau de clareza aleatrio. +51621 Cor Jadeit+ (Mstico) Cor Draconis Poderoso. Categoria: Mstico. Contm uma Jade-Drago entre as classes Talhada a Lendria, com um grau de clareza aleatrio. +51622 Cor Saphirum+ (Mstico) Cor Draconis Poderoso. Categoria: Mstico. Contm uma Safira-Drago entre as classes Talhada a Lendria, com um grau de clareza aleatrio. +51623 Cor Granatum+ (Mstico) Cor Draconis Poderoso. Categoria: Mstico. Contm uma Granada-Drago entre as classes Talhada a Lendria, com um grau de clareza aleatrio. +51624 Cor Atrum+ (Mstico) Cor Draconis Poderoso. Categoria: Mstico. Contm uma nix-Drago entre as classes Talhada a Lendria, com um grau de clareza aleatrio. +51625 Cor Draconis+ (pico) Cor Draconis Poderoso. Categoria: pico. Contm uma Pedra do Drago entre as classes Rara a Antiga, com um grau de clareza aleatrio. +51626 Cor Diamas+ (pico) Cor Draconis Poderoso. Categoria: pico. Contm um Diamante-Drago entre as classes Rara a Antiga, com um grau de clareza aleatrio. +51627 Cor Rubinum+ (pico) Cor Draconis Poderoso. Categoria: pico. Contm um Rubi-Drago entre as classes Rara a Antiga, com um grau de clareza aleatrio. +51628 Cor Jadeit+ (pico) Cor Draconis Poderoso. Categoria: pico. Contm uma Jade-Drago entre as classes Rara a Antiga, com um grau de clareza aleatrio. +51629 Cor Saphirum+ (pico) Cor Draconis Poderoso. Categoria: pico. Contm uma Safira-Drago entre as classes Rara a Antiga, com um grau de clareza aleatrio. +51630 Cor Granatum+ (pico) Cor Draconis Poderoso. Categoria: pico. Contm uma Granada-Drago entre as classes Rara a Antiga, com um grau de clareza aleatrio. +51631 Cor Atrum+ (pico) Cor Draconis Poderoso. Categoria: pico. Contm uma nix-Drago entre as classes Rara a Antiga, com um grau de clareza aleatrio. +51632 Cor Draconis+ (Divino) Cor Draconis Poderoso. Categoria: Divino. Contm uma Pedra do Drago entre as classes Rara a Lendria, com um grau de clareza aleatrio. +51633 Cor Diamas+ (Divino) Cor Draconis Poderoso. Categoria: Divino. Contm um Diamante-Drago entre as classes Rara a Lendria, com um grau de clareza aleatrio. +51634 Cor Rubinum+ (Divino) Cor Draconis Poderoso. Categoria: Divino. Contm um Rubi-Drago entre as classes Rara a Lendria, com um grau de clareza aleatrio. +51635 Cor Jadeit+ (Divino) Cor Draconis Poderoso. Categoria: Divino. Contm uma Jade-Drago entre as classes Rara a Lendria, com um grau de clareza aleatrio. +51636 Cor Saphirum+ (Divino) Cor Draconis Poderoso. Categoria: Divino. Contm uma Safira-Drago entre as classes Rara a Lendria, com um grau de clareza aleatrio. +51637 Cor Granatum+ (Divino) Cor Draconis Poderoso. Categoria: Divino. Contm uma Granada-Drago entre as classes Rara a Lendria, com um grau de clareza aleatrio. +51638 Cor Atrum+ (Divino) Cor Draconis Poderoso. Categoria: Divino. Contm uma nix-Drago entre as classes Rara a Lendria, com um grau de clareza aleatrio. +51639 Ba do Drago O cofre azul-celeste contm onze Cor Draconis normais. +51640 Ba do Drago+ O cofre azul-celeste contm onze Cor Draconis poderosos de categoria "Normal", assim como um Feijo do Drago Verde. +51641 Ba do Drago+ (Multi) O cofre azul-celeste contm um Cor Draconis poderoso de cada cor, de categoria "Normal", assim como um Feijo do Drago Verde. +51642 Ba do Drago (Multi) O cofre azul-celeste contm um Cor Draconis normal de cada cor, assim como um Feijo do Drago Verde. +51643 Ba do Drago Nobre O cofre azul-celeste contm onze Cor Draconis nobres. +51644 Ba do Drago Nobre+ O cofre azul-celeste contm onze Cor Draconis poderosos de categoria "Nobre", assim como um Feijo do Drago Verde. +51645 Ba do Drago N+ (Multi) O cofre azul-celeste contm um Cor Draconis poderoso de cada cor, de categoria "Nobre", assim como um Feijo do Drago Verde. +51646 Ba do Drago (Multi) O cofre azul-celeste contm um Cor Draconis poderoso de cada cor, assim como um Feijo do Drago Verde. +52001 Javali Jovem (Selo) O selo invoca o teu Javali Jovem. Depois de treinada, esta montada garante ao seu utilizador at 5% Forte contra Monstros. +52002 Javali Jovem (Selo) O selo invoca o teu Javali Jovem. Depois de treinada, esta montada aumenta at 5% a Experincia obtida. +52003 Javali Jovem (Selo) O selo invoca o teu Javali Jovem. Depois de treinada, esta montada aumenta at 500 a VD do seu utilizador. +52004 Javali Jovem (Selo) O selo invoca o teu Javali Jovem. Depois de treinada, esta montada aumenta at 150 a Defesa do seu utilizador. +52005 Javali Jovem (Selo) O selo invoca o teu Javali Jovem. Depois de treinada, esta montada aumenta at 100 o Valor de Ataque do seu utilizador. +52006 Javali Selvagem (Selo) O selo invoca o teu Javali Selvagem. Esta montada garante ao seu utilizador +3% Forte contra Monstros. +52007 Javali Selvagem (Selo) O selo invoca o teu Javali Selvagem. Esta montada aumenta em 3% a Experincia obtida. +52008 Javali Selvagem (Selo) O selo invoca o teu Javali Selvagem. Esta montada aumenta em 250 a VD do seu utilizador. +52009 Javali Selvagem (Selo) O selo invoca o teu Javali Selvagem. Esta montada aumenta em 50 a Defesa do seu utilizador. +52010 Javali Selvagem (Selo) O selo invoca o teu Javali Selvagem. Esta montada aumenta em 30 o Valor de Ataque do seu utilizador. +52011 Javali Corajoso (Selo) O selo invoca o teu Javali Corajoso. Esta montada garante ao seu utilizador +5% Forte contra Monstros. +52012 Javali Corajoso (Selo) O selo invoca o teu Javali Corajoso. Esta montada aumenta em 5% a Experincia obtida. +52013 Javali Corajoso (Selo) O selo invoca o teu Javali Corajoso. Esta montada aumenta em 500 a VD do seu utilizador. +52014 Javali Corajoso (Selo) O selo invoca o teu Javali Corajoso. Esta montada aumenta em 150 a Defesa do seu utilizador. +52015 Javali Corajoso (Selo) O selo invoca o teu Javali Corajoso. Esta montada aumenta em 100 o Valor de Ataque do seu utilizador. +52016 Lobo Jovem (Selo) O selo invoca o teu Lobo Jovem. Depois de treinada, esta montada garante ao seu utilizador at 5% Forte contra Monstros. +52017 Lobo Jovem (Selo) O selo invoca o teu Lobo Jovem. Depois de treinada, esta montada aumenta at 5% a Experincia obtida. +52018 Lobo Jovem (Selo) O selo invoca o teu Lobo Jovem. Depois de treinada, esta montada aumenta at 500 a VD do seu utilizador. +52019 Lobo Jovem (Selo) O selo invoca o teu Lobo Jovem. Depois de treinada, esta montada aumenta at 150 a Defesa do seu utilizador. +52020 Lobo Jovem (Selo) O selo invoca o teu Lobo Jovem. Depois de treinada, esta montada aumenta at 100 o Valor de Ataque do seu utilizador. +52021 Lobo Selvagem (Selo) O selo invoca o teu Lobo Selvagem. Esta montada garante ao seu utilizador +3% Forte contra Monstros. +52022 Lobo Selvagem (Selo) O selo invoca o teu Lobo Selvagem. Esta montada aumenta em 3% a Experincia obtida. +52023 Lobo Selvagem (Selo) O selo invoca o teu Lobo Selvagem. Esta montada aumenta em 250 a VD do seu utilizador. +52024 Lobo Selvagem (Selo) O selo invoca o teu Lobo Selvagem. Esta montada aumenta em 50 a Defesa do seu utilizador. +52025 Lobo Selvagem (Selo) O selo invoca o teu Lobo Selvagem. Esta montada aumenta em 30 o Valor de Ataque do seu utilizador. +52026 Lobo Corajoso (Selo) O selo invoca o teu Lobo Corajoso. Esta montada garante ao seu utilizador +5% Forte contra Monstros. +52027 Lobo Corajoso (Selo) O selo invoca o teu Lobo Corajoso. Esta montada aumenta em 5% a Experincia obtida. +52028 Lobo Corajoso (Selo) O selo invoca o teu Lobo Corajoso. Esta montada aumenta em 500 a VD do seu utilizador. +52029 Lobo Corajoso (Selo) O selo invoca o teu Lobo Corajoso. Esta montada aumenta em 150 a Defesa do seu utilizador. +52030 Lobo Corajoso (Selo) O selo invoca o teu Lobo Corajoso. Esta montada aumenta em 100 o Valor de Ataque do seu utilizador. +52031 Leo Jovem (Selo) O selo invoca o teu Leo Jovem. Depois de treinada, esta montada garante ao seu utilizador at 5% Forte contra Monstros. +52032 Leo Jovem (Selo) O selo invoca o teu Leo Jovem. Depois de treinada, esta montada aumenta at 5% a Experincia obtida. +52033 Leo Jovem (Selo) O selo invoca o teu Leo Jovem. Depois de treinada, esta montada aumenta at 500 a VD do seu utilizador. +52034 Leo Jovem (Selo) O selo invoca o teu Leo Jovem. Depois de treinada, esta montada aumenta at 150 a Defesa do seu utilizador. +52035 Leo Jovem (Selo) O selo invoca o teu Leo Jovem. Depois de treinada, esta montada aumenta at 100 o Valor de Ataque do seu utilizador. +52036 Leo Selvagem (Selo) O selo invoca o teu Leo Selvagem. Esta montada garante ao seu utilizador +3% Forte contra Monstros. +52037 Leo Selvagem (Selo) O selo invoca o teu Leo Selvagem. Esta montada aumenta em 3% a Experincia obtida. +52038 Leo Selvagem (Selo) O selo invoca o teu Leo Selvagem. Esta montada aumenta em 250 a VD do seu utilizador. +52039 Leo Selvagem (Selo) O selo invoca o teu Leo Selvagem. Esta montada aumenta em 50 a Defesa do seu utilizador. +52040 Leo Selvagem (Selo) O selo invoca o teu Leo Selvagem. Esta montada aumenta em 30 o Valor de Ataque do seu utilizador. +52041 Leo Corajoso (Selo) O selo invoca o teu Leo Corajoso. Esta montada garante ao seu utilizador +5% Forte contra Monstros. +52042 Leo Corajoso (Selo) O selo invoca o teu Leo Corajoso. Esta montada aumenta em 5% a Experincia obtida. +52043 Leo Corajoso (Selo) O selo invoca o teu Leo Corajoso. Esta montada aumenta em 500 a VD do seu utilizador. +52044 Leo Corajoso (Selo) O selo invoca o teu Leo Corajoso. Esta montada aumenta em 150 a Defesa do seu utilizador. +52045 Leo Corajoso (Selo) O selo invoca o teu Leo Corajoso. Esta montada aumenta em 100 o Valor de Ataque do seu utilizador. +52046 Tigre Jovem (Selo) O selo invoca o teu Tigre Jovem. Depois de treinada, esta montada garante ao seu utilizador at 5% Forte contra Monstros. +52047 Tigre Jovem (Selo) O selo invoca o teu Tigre Jovem. Depois de treinada, esta montada aumenta at 5% a Experincia obtida. +52048 Tigre Jovem (Selo) O selo invoca o teu Tigre Jovem. Depois de treinada, esta montada aumenta at 500 a VD do seu utilizador. +52049 Tigre Jovem (Selo) O selo invoca o teu Tigre Jovem. Depois de treinada, esta montada aumenta at 150 a Defesa do seu utilizador. +52050 Tigre Jovem (Selo) O selo invoca o teu Tigre Jovem. Depois de treinada, esta montada aumenta at 100 o Valor de Ataque do seu utilizador. +52051 Tigre Selvagem (Selo) O selo invoca o teu Tigre Selvagem. Esta montada garante ao seu utilizador +3% Forte contra Monstros. +52052 Tigre Selvagem (Selo) O selo invoca o teu Tigre Selvagem. Esta montada aumenta em 3% a Experincia obtida. +52053 Tigre Selvagem (Selo) O selo invoca o teu Tigre Selvagem. Esta montada aumenta em 250 a VD do seu utilizador. +52054 Tigre Selvagem (Selo) O selo invoca o teu Tigre Selvagem. Esta montada aumenta em 50 a Defesa do seu utilizador. +52055 Tigre Selvagem (Selo) O selo invoca o teu Tigre Selvagem. Esta montada aumenta em 30 o Valor de Ataque do seu utilizador. +52056 Tigre Corajoso (Selo) O selo invoca o teu Tigre Corajoso. Esta montada garante ao seu utilizador +5% Forte contra Monstros. +52057 Tigre Corajoso (Selo) O selo invoca o teu Tigre Corajoso. Esta montada aumenta em 5% a Experincia obtida. +52058 Tigre Corajoso (Selo) O selo invoca o teu Tigre Corajoso. Esta montada aumenta em 500 a VD do seu utilizador. +52059 Tigre Corajoso (Selo) O selo invoca o teu Tigre Corajoso. Esta montada aumenta em 150 a Defesa do seu utilizador. +52060 Tigre Corajoso (Selo) O selo invoca o teu Tigre Corajoso. Esta montada aumenta em 100 o Valor de Ataque do seu utilizador. +52061 Rena Jovem (Selo) O selo invoca a tua Rena Jovem (M). Depois de treinada, esta montada garante ao seu utilizador at 5% Forte contra Monstros. +52062 Rena Jovem (Selo) O selo invoca a tua Rena Jovem (M). Depois de treinada, esta montada aumenta at 5% a Experincia obtida. +52063 Rena Jovem (Selo) O selo invoca a tua Rena Jovem (M). Depois de treinada, esta montada aumenta at 500 a VD do seu utilizador. +52064 Rena Jovem (Selo) O selo invoca a tua Rena Jovem (M). Depois de treinada, esta montada aumenta at 150 a Defesa do seu utilizador. +52065 Rena Jovem (Selo) O selo invoca a tua Rena Jovem (M). Depois de treinada, esta montada aumenta at 100 o Valor de Ataque do seu utilizador. +52066 Rena Selvagem (Selo) O Selo invoca a tua Rena Selvagem (M). Esta montada garante ao seu utilizador +3% Forte contra Monstros. +52067 Rena Selvagem (Selo) O Selo invoca a tua Rena Selvagem (M). Esta montada aumenta em 3% a Experincia obtida. +52068 Rena Selvagem (Selo) O selo invoca a tua Rena Selvagem (M). Esta montada aumenta em 250 a VD do seu utilizador. +52069 Rena Selvagem (Selo) O selo invoca a tua Rena Selvagem (M). Esta montada aumenta em 50 a Defesa do seu utilizador. +52070 Rena Selvagem (Selo) O selo invoca a tua Rena Selvagem (M). Esta montada aumenta em 30 o Valor de Ataque do seu utilizador. +52071 Rena Corajosa (Selo) O selo invoca a tua Rena Corajosa (M). Esta montada garante ao seu utilizador +5% Forte contra Monstros. +52072 Rena Corajosa (Selo) O selo invoca a tua Rena Corajosa (M). Esta montada aumenta em 5% a Experincia obtida. +52073 Rena Corajosa (Selo) O selo invoca a tua Rena Corajosa (M). Esta montada aumenta em 500 a VD do seu utilizador. +52074 Rena Corajosa (Selo) O selo invoca a tua Rena Corajosa (M). Esta montada aumenta em 150 a Defesa do seu utilizador. +52075 Rena Corajosa (Selo) O selo invoca a tua Rena Corajosa (M). Esta montada aumenta em 100 o Valor de Ataque do seu utilizador. +52076 Rena Jovem (Selo) O selo invoca a tua Rena Jovem (F). Depois de treinada, esta montada garante ao seu utilizador at 5% Forte contra Monstros. +52077 Rena Jovem (Selo) O selo invoca a tua Rena Jovem (F). Depois de treinada, esta montada aumenta at 5% a Experincia obtida. +52078 Rena Jovem (Selo) O selo invoca a tua Rena Jovem (F). Depois de treinada, esta montada aumenta at 500 a VD do seu utilizador. +52079 Rena Jovem (Selo) O selo invoca a tua Rena Jovem (F). Depois de treinada, esta montada aumenta at 150 a Defesa do seu utilizador. +52080 Rena Jovem (Selo) O selo invoca a tua Rena Jovem (F). Depois de treinada, esta montada aumenta at 100 o Valor de Ataque do seu utilizador. +52081 Rena Selvagem (Selo) O selo invoca a tua Rena Selvagem (F). Esta montada garante ao seu utilizador +3% Forte contra Monstros. +52082 Rena Selvagem (Selo) O selo invoca a tua Rena Selvagem (F). Esta montada aumenta em 3% a Experincia obtida. +52083 Rena Selvagem (Selo) O selo invoca a tua Rena Selvagem (F). Esta montada aumenta em 250 a VD do seu utilizador. +52084 Rena Selvagem (Selo) O selo invoca a tua Rena Selvagem (F). Esta montada aumenta em 50 a Defesa do seu utilizador. +52085 Rena Selvagem (Selo) O selo invoca a tua Rena Selvagem (F). Esta montada aumenta em 30 o Valor de Ataque do seu utilizador. +52086 Rena Corajosa (Selo) O selo invoca a tua Rena Selvagem (F). Esta montada garante ao seu utilizador +5% Forte contra Monstros. +52087 Rena Corajosa (Selo) O selo invoca a tua Rena Corajosa (F). Esta montada aumenta em 5% a Experincia obtida. +52088 Rena Corajosa (Selo) O selo invoca a tua Rena Corajosa (F). Esta montada aumenta em 500 a VD do seu utilizador. +52089 Rena Corajosa (Selo) O selo invoca a tua Rena Corajosa (F). Esta montada aumenta em 150 a Defesa do seu utilizador. +52090 Rena Corajosa (Selo) O selo invoca a tua Rena Corajosa (F). Esta montada aumenta em 100 o Valor de Ataque do seu utilizador. +52091 Selo do Dragor Jovem O selo invoca o teu Jovem Dragor. De acordo com o seu treino de combate, ele d a quem o monta at 5% Fora contra Monstros. +52092 Selo do Dragor Jovem O selo invoca o teu Jovem Dragor. De acordo com o seu treino de combate, ele aumenta a obteno de Experincia em at 5%. +52093 Selo do Dragor Jovem O selo invoca o teu Jovem Dragor. De acordo com o seu treino de combate, ele aumenta a VD de quem o monta em at 500. +52094 Selo do Dragor Jovem O selo invoca o teu Jovem Dragor. De acordo com o seu treino de combate, ele aumenta a Defesa de quem o monta em at 150. +52095 Selo do Dragor Jovem O selo invoca o teu Jovem Dragor. De acordo com o seu treino de combate, ele aumenta o Ataque de quem o monta em at 100. +52096 Selo do Dragor Selvagem O selo invoca o teu Dragor Selvagem. Ele d a quem o monta 3% Fora contra Monstros. +52097 Selo do Dragor Selvagem O selo invoca o teu Dragor Selvagem. Ele aumenta a obteno de Experincia em 3%. +52098 Selo do Dragor Selvagem O selo invoca o teu Dragor Selvagem. Ele aumenta a VD de quem o monta em 250. +52099 Selo do Dragor Selvagem O selo invoca o teu Dragor Selvagem. Ele aumenta a Defesa de quem o monta em 50. +52100 Selo do Dragor Selvagem O selo invoca o teu Dragor Selvagem. Ele aumenta o Ataque de quem o monta em 30. +52101 Selo do Dragor Corajoso O selo invoca o teu Dragor Corajoso. Ele d a quem o monta 5% Fora contra Monstros. +52102 Selo do Dragor Corajoso O selo invoca o teu Dragor Corajoso. Ele aumenta a obteno de Experincia em 5%. +52103 Selo do Dragor Corajoso O selo invoca o teu Dragor Corajoso. Ele aumenta a VD de quem o monta em 500. +52104 Selo do Dragor Corajoso O selo invoca o teu Dragor Corajoso. Ele aumenta a Defesa de quem o monta em 150. +52105 Selo do Dragor Corajoso O selo invoca o teu Dragor Corajoso. Ele aumenta o Ataque de quem o monta em 100. +52106 Moa Jovem (Selo) O selo invoca o teu Moa Jovem. Depois de treinado em combate, ele aumenta a Fora contra Monstros de quem o monta em at 5%. +52107 Moa Jovem (Selo) O selo invoca o teu Moa Jovem. Depois de treinado em combate, ele aumenta a obteno de Pontos de Experincia em at 5%. +52108 Moa Jovem (Selo) O selo invoca o teu Moa Jovem. Depois de treinado em combate, ele aumenta a VD de quem o monta em at 500. +52109 Moa Jovem (Selo) O selo invoca o teu Moa Jovem. Depois de treinado em combate, ele aumenta a Defesa de quem o monta em at 150. +52110 Moa Jovem (Selo) O selo invoca o teu Moa Jovem. Depois de treinado em combate, ele aumenta o Valor de Ataque de quem o monta em at 100. +52111 Moa Selvagem (Selo) O selo invoca o teu Moa Selvagem. Ele aumenta a Fora contra Monstros de quem o monta em +3%. +52112 Moa Selvagem (Selo) O selo invoca o teu Moa Selvagem. Ele aumenta a obteno de Pontos de Experincia em 3%. +52113 Moa Selvagem (Selo) O selo invoca o teu Moa Selvagem. Ele aumenta a VD de quem o monta em 250. +52114 Moa Selvagem (Selo) O selo invoca o teu Moa Selvagem. Ele aumenta a Defesa de quem o monta em 50. +52115 Moa Selvagem (Selo) O selo invoca o teu Moa Selvagem. Ele aumenta o Valor de Ataque de quem o monta em 30. +52116 Moa Corajoso (Selo) O selo invoca o teu Moa Corajoso. Ele aumenta a Fora contra Monstros de quem o monta em +5%. +52117 Moa Corajoso (Selo) O selo invoca o teu Moa Corajoso. Ele aumenta a obteno de Pontos de Experincia em 5%. +52118 Moa Corajoso (Selo) O selo invoca o teu Moa Corajoso. Ele aumenta a VD de quem o monta em 500. +52119 Moa Corajoso (Selo) O selo invoca o teu Moa Corajoso. Ele aumenta a Defesa de quem o monta em 150. +52120 Moa Corajoso (Selo) O selo invoca o teu Moa Corajoso. Ele aumenta o Valor de Ataque de quem o monta em 100. +52701 Certificado do Leo Certificado de Posse de um Leo Jovem +52702 Certificado do Tigre Certificado de Posse de um Tigre Jovem +52703 Certificado do Javali Certificado de Posse de um Javali Jovem +52704 Certificado do Lobo Certificado de Posse de um Lobo Jovem +52705 Certificado da Rena (M) Certificado de Posse de uma Rena Jovem (M) +52706 Certificado da Rena (F) Certificado de Posse de uma Rena Jovem (F) +52707 Certificado do Dragor Certificado de Posse de um Jovem Dragor +52708 Certificado do Moa Este certificado confirma que s o detentor de um Moa Jovem. +53001 +53002 Selo da Rena Jovem Com este Selo podes invocar a engraada Rena Jovem. +53003 Selo da Fnix de Gelo Podes usar este Selo para invocares a tua amiga, a Fnix de Gelo. +53005 Azrael Beb Esta verso pequena do lder demnio extremamente carinhosa e ir dar-te um bnus de 1500 VD e mais 15% dano a partir do 2 andar da Torre Demonaca e das Catacumbas do Demnio. +53006 Azrael Beb (Ouro) Este mini demnio extremamente carinhoso e ir dar-te um bnus de 1500 VD e mais 15% dano a partir do 2 andar da Torre Demonaca e das Catacumbas do Demnio. +53007 Selo de Bambi Podes usar este Selo para invocares a tua jovem rena, Bambi. +53008 Selo do Knuud Este selo permite-te invocar a tua fofa cria de urso polar. +53009 Selo do Bao Bao Este selo permite-te invocar a tua fofa cria de panda. +53010 Selo de Leonidas Podes usar este Selo para invocares a tua cria de leo, Leonidas. +53011 Selo de Khan Podes usar este Selo para invocares a tua cria de tigre, Khan. +53012 Selo de Porky Podes usar este Selo para invocares o teu jovem javali, Porky. +53013 Selo de Rufus Podes usar este Selo para invocares a tua cria de lobo, Rufus. +53014 Selo Mini-Executor Este selo invoca o teu Mini-Executor rechonchudo numa armadura negra. +53015 Selo Mini-Executor(ouro) Este selo invoca o teu Mini-Executor rechonchudo numa armadura dourada. +53016 Selo do Boney Este selo invoca o teu pet esqueleto. +53017 Selo da Fnix Jade Este selo invoca a graciosa Fnix Jade. +53018 Leonidas da Neve (Selo) Podes usar este selo para invocares o teu pet. +53019 Khan rctico (Selo) Podes usar este selo para invocares o teu pet. +53020 Porkie Polar (Selo) Podes usar este selo para invocares o teu pet. +53021 Rufus do Gelo (Selo) Podes usar este selo para invocares o teu pet. +53022 Selo do Sheldon Este selo faz com que o teu pet Sheldon nasa do seu ovo. +53023 Selo do Cooper Este selo faz com que o teu pet Cooper venha aos saltos at ti. +53024 Pantera Beb (7 Dias) Este selo invoca a tua Cria de Pantera Negra. +53025 Leopardo Beb (7 Dias) Este selo invoca a tua fofinha Cria de Leopardo. +53026 +53218 Pantera Beb (30 Dias) Este selo invoca a tua Cria de Pantera Negra. +53219 Pantera Beb (120 Dias) Este selo invoca a tua Cria de Pantera Negra. +53220 Leopardo Beb (30 Dias) Este selo invoca a tua fofinha Cria de Leopardo. +53221 Leopardo Beb (120 Dias) Este selo invoca a tua fofinha Cria de Leopardo. +53222 Selo - Cabea de Abbora Podes usar este selo para invocares o teu Cabea de Abbora. +53223 Selo - Pequena Vassoura Podes usar este selo para invocares a tua Pequena Vassoura. +53224 Selo Floco de Neve Podes usar este selo para invocares Floco de Neve, o pequeno fofinho homem de neve. +53225 Selo Sino de Neve Podes usar este selo para invocares Sino de Neve, o pequeno festivo homem de neve. +53226 Deus do Amor (Selo) Podes usar este selo para invocares o teu casamenteiro pessoal. Ele concede-te mais 5% de Hiptese de Golpes Perfurantes e aumenta a tua VD em 1500. +53227 Corao Feroz (Selo) Podes usar este selo para invocares o Corao Feroz. Ele concede-te mais 5% de Hiptese de Golpes Crticos e aumenta a tua VD em 1500. +53228 Lua Crescente (Selo) Podes usar este selo para invocares a tua Lua Crescente Azul. +53229 Lua Crescente (Selo) Podes usar este selo para invocares a tua Lua Crescente Vermelha. +53232 Huashin Beb A verso miniatura do General Huashin d-te 5% mais probabilidade de um ataque perfurante e aumenta a VD em 1500. +53501 +53502 Cofre da Rena Jovem A Rena Jovem dentro deste cofre espera impacientemente que a libertes. +53503 Gaiola da Fnix de Gelo A Fnix de Gelo aguarda que a libertes do interior desta gaiola. +53504 +53505 Cofre Azrael Beb O Beb Azrael, verso miniatura do lorde demnio, aguarda que algum o liberte deste cofre. +53506 Cofre Azrael Beb (Ouro) O Beb Azrael (Ouro), verso miniatura do lorde demnio, aguarda que algum o liberte deste cofre. +53507 Cofre do Bambi A jovem rena Bambi est prestes a rebentar deste cofre para fora. +53508 Cofre do Knuud O fofinho urso polar Knuud aguarda que algum o liberte deste cofre. +53509 Cofre do Bao Bao A fofinha cria de panda Bao Bao aguarda que o libertes deste cofre. +53510 Cofre do Leonidas A cria de leo Leonidas est prestes a rebentar deste cofre para fora. +53511 Cofre do Khan A cria de tigre Khan est prestes a rebentar deste cofre para fora. +53512 Cofre do Porky O jovem javali Porky aguarda que o libertes deste cofre. +53513 Cofre do Rufus A cria de lobo Rufus aguarda que a libertem deste cofre. +53514 Cofre do Mini-Executor O rechonchudo Mini-Executor, na sua armadura negra, aguarda que o libertem deste cofre. +53515 Cofre Mini-Executor Ouro O rechonchudo Mini-Executor, na sua armadura dourada, aguarda que o libertem deste cofre. +53516 Cofre de Ossos Contem um item aleatrio. Com alguma sorte poders encontrar no seu interior o co-esqueleto, Boney. +53517 Jaula Jade A rara Fnix Jade est nesta jaula espera que a libertes. +53518 Leonidas da Neve O cofre contm o selo do Leonidas da Neve. +53519 Khan rctico O cofre contm o selo do Khan rctico. +53520 Porkie Polar O cofre contm o selo do Porkie Polar. +53521 Rufus do Gelo O cofre contm o selo do Rufus do Gelo. +53522 Ninho do Sheldon O teu pet Sheldon escondeu-se neste ninho. +53523 Gaiola para Coelho O pequeno coelho Cooper est escondido nesta gaiola. +53526 +53527 Jaula Cabea de Abbora Abre esta jaula para receberes o teu Selo - Cabea de Abbora. +53528 Armrio de Vassouras Abre-o para receberes o Selo - Pequena Vassoura. +53529 Cofre Floco de Neve Floco de Neve, o teu pequeno leal companheiro, est tua espera neste cofre. Embora prefira o frio, ele ir aquecer todos os cantos do teu corao. +53530 Cofre Sino de Neve Sino de Neve, o teu pequeno leal companheiro, est tua espera neste cofre. Liberta-o da sua priso glida e deixa-o banhar-se nos raios do seu temperamento radiante. +53531 Cofre do Deus do Amor Abre o cofre e o pequeno Deus do Amor ir voar para te ajudar. +53532 Cofre do Corao Feroz Abre o cofre e liberta este corao. Mas tem cuidado! Irs estar a soltar foras inimaginveis com este companheiro feroz. +53533 Cofre da Lua Crescente A Lua Crescente Azul espera ansiosamente que algum a liberte deste cofre. +53534 Cofre da Lua Crescente A Lua Crescente Vermelha espera ansiosamente que algum a liberte deste cofre. +53535 Cofre do Huashin Beb A verso miniatura do General Huashin est espera que o libertem deste cofre. +54041 +54042 +54043 Cofre de Aprendiz I O teu carto de boas-vindas contm um conjunto de equipamento base para um ptimo comeo da tua aventura. +60001 Fel Um fluido corporal retirado do fgado. +60002 Nota do Guarda O pergaminho contm a letra energtica do Guarda do Armazm. +60003 Smbolo Herico Um Item que no transferido com leviandade. +70002 Terceira Mo Uma mo que apanha automaticamente o Yang cado. +70003 Livro do Lder Um dos sete livros de Estratgia de Guerra. +70004 Medalha da Diligncia Recompensa pelo teu trabalho duro. D-te 20% pontos de experincia durante o combate. +70005 Anel de Experincia Um anel usado por heris antigos. Permite adquirir mais EXP. | No pode ser desactivado. +70006 Anel de Idiomas O anel forjado para diplomacia numa Era Antiga. Usa-o para falar com pessoas de outros Reinos. +70008 Bandeira Branca Uma bandeira branca que indica rendio. +70009 Caixa do Tesouro Uma caixa bastante ornamentada. S pode ser aberta com uma chave especial. +70010 Bilhete de Arrumao Um documento que ajuda na organizao dos espaos de arrumao. +70012 Lgrima de Deusa H uma historia que conta que as antigas Xams consolaram as almas dos heris de Taehwas que lutaram contra o mal. +70013 Lgrima de Deusa Gigante A lgrima de um danarino antigo. Tae-Hwa conforta a alma de um lutador. +70014 Pastilha de Sangue Uma pastilha que feita de sangue de veado. Tem um severo efeito alucinognio. +70015 Escova Barata Uma comum e robusta escova com um slido cabo em madeira. +70020 Vinho de Flor de Pssego Uma bebida que ir imediatamente regenerar a tua Vida (VD) em 500 pontos. +70024 Mrmore da Bno Lendria mrmore abenoada. Quando um Item tiver 4 atributos permite adicionar outro atributo. +70027 Memorando do Ferreiro Um memorando do Ferreiro que te mostra como melhorar as tuas armas. +70031 Manual de Duelos Este manual refere-se, entre outras coisas, aos potenciais e fraquezas da anatomia humana. +70035 Ferro Mgico Quando combinas este Ferro com um Pergaminho da Bno no Ferreiro poders criar um Pergaminho da Guerra. +70037 Livro da Amnsia O livro lendrio que remove o conhecimento sobre uma Habilidade. Podes recolocar 1 Ponto de Habilidade. +70038 Capa de Bravura Os Guerreiros antigos demonstravam a sua bravura ao usar uma capa colorida com a qual puxavam a ateno de todos os monstros para si. +70039 Manual do Ferreiro Este livro contm a alma de um Ferreiro antigo. Se for usado aumenta a probabilidade de melhorar um Item. +70040 Teimosia do Orc Reduz o consumo de Resistncia para metade. +70043 Luva de Ladro Duplica a probabilidade de ganhar Itens. +70047 Anel de Idiomas(Amostra) Em tempos idos, este anel foi produzido para um crculo de diplomatas. Permite ao seu utilizador falar os idiomas de outros Reinos. +70048 Capa de Escape Uma capa inestimvel usada por muitos fugitivos. Quando equipada esconde o teu Karma. +70049 Anel de Lucy No anel est escrito: "Que o Deus Drago te abenoe". O anel reduz a probabilidade de perderes itens em combate. +70050 Smbolo do Rei Sbio Um smbolo herdado da famlia real antiga que concede grande poder ao portador. +70051 Luva do Rei Sbio Um artigo herdado da famlia real antiga que concede um poder misterioso ao portador. +70052 Amuleto da Sorte 1 Um amuleto que usado por Budistas para se protegerem do azar. +70053 Amuleto da Sorte 2 Um amuleto que usado por Budistas para se protegerem do azar. +70054 Amuleto da Sorte 3 Um amuleto que usado por Budistas para se protegerem do azar. +70056 Sumo de Rom+ Uma poo que recupera instantaneamente a tua VD em 1000 pontos. +70057 Capa de Bravura Uma capa colorida com a qual os guerreiros outrora provavam a sua coragem, uma vez que ela atrai a ateno de vrios monstros. Este item negocivel. +70058 Anel do Transporte Este anel ir transportar-te para uma localizao tua escolha, dentro do teu Reino, 50 vezes. No negocivel. +70063 Transformar Disfarce Remove os bnus de um dos teus disfarces e substitui-os por novos. Com alguma sorte, a quantidade de bnus pode at ser mudada (at um mx. de 3). +70064 Encantar Disfarce Remove os bnus de um dos teus disfarces e substitui-os por novos. +70065 Passa-Bnus de Disfarce Transfere os bnus de um disfarce para outro. A transferncia destri um dos disfarces. +70102 Feijo Zen Diminui o Karma negativo. +70104 Mrmore do Polimorfismo Podes transformar-te num monstro a partir do mrmore. +70105 Mrmore do Polimorfismo Podes transformar-te num monstro a partir do mrmore. +70106 Mrmore do Polimorfismo Podes transformar-te num monstro a partir do mrmore. +70107 Mrmore do Polimorfismo Podes transformar-te num monstro a partir do mrmore. +70201 Descolorante Faz o cabelo regressar sua cor original. O cabelo branqueado pode ser tingido. +70202 Cor de Cabelo Branca Pinta o cabelo de branco.|Podes pintar uma vez a cada 3 nveis. +70203 Cor de Cabelo Loira Pinta o cabelo de loiro.|Podes pintar uma vez a cada 3 nveis. +70204 Cor de Cabelo Vermelha Pinta o cabelo de vermelho.|Podes pintar uma vez a cada 3 nveis. +70205 Cor de Cabelo Castanha Pinta o cabelo de castanho.|Podes pintar uma vez a cada 3 nveis. +70206 Cor de Cabelo Preta Pinta o cabelo de preto.|Podes pintar uma vez a cada 3 nveis. +70301 Anel de Casal Um anel usado por amantes. +70302 Aliana Um anel usado por um par casado. +71001 Pergaminho do Exorcismo Remove a maldio do esprito malvado se a aprendizagem no bem sucedida. Com a ajuda deste pergaminho podes ler outro livro no mesmo dia. +71002 Pergaminho dos Atributos Torna possvel redistribuir todos os Pontos de Atributo. +71003 Pergaminho da Habilidade Torna possvel redistribuir todos os Pontos de uma nica Habilidade. +71004 Medalha do Drago Protege-te da perda de Experincia na prxima morte. +71005 Anel de Idiomas Podes entender os Idiomas de todos os Reinos durante 7 dias. (No comercivel) +71006 Anel de Idiomas Podes entender os Idiomas de todos os Reinos durante 15 dias. (No comercivel) +71007 Anel de Idiomas Podes entender os Idiomas de todos os Reinos durante 30 dias. (No comercivel) +71008 Livro de Pesca Livro que duplica a probabilidade de captura de peixes raros. (No comercivel) +71009 Expanso do Armazm O teu armazm recebe 2 espaos extra de arrumao. +71010 Terceira Mo Uma mo que apanha automaticamente o Yang cado. +71011 Mscara de Emoes Podes dar liberdade aos teus sentimentos com esta mscara. +71012 Livro do Lder Sempre que o lder do Grupo estiver equipado com este livro todos os membros adquiriro mais 30% de Experincia. Tempo mximo: 3 horas. (No comercivel) +71013 Fogo de Artifcio Foguete que ilumina o cu para todos os jogadores. (No comercivel) +71014 Poo de Ataque +10 Aumenta a tua rapidez de ataque em 10% durante 30 minutos. +71015 Anel de Experincia A tua personagem recebe mais 50% de Experincia durante o combate. +71016 Luva de Ladro Duplica a probabilidade de pilhar itens durante 30 minutos. +71017 Moeda da Sorte Aumenta a probabilidade de ganhar Yang em 50%. (No comercivel) +71018 Bno da Vida Uma bno com a qual o teu VD imediatamente recuperado a 100%. +71019 Bno da Magia Uma bno que regenera todo o teu MN imediatamente. +71020 Bno do Drago Uma bno com a qual os teus VD e MN so imediatamente recuperados a 100%. +71021 Pergaminho da Guerra O melhoramento do Item garantido (100%). Apenas funciona em Itens de nvel +0 a +3. +71022 Livro da Inteligncia Remove os Pontos de Atributo colocados em Inteligncia para que os possas distribuir de novo. +71023 Livro da Vitalidade Remove os Pontos de Atributo colocados em Vitalidade para que os possas distribuir de novo. +71024 Livro da Fora Remove os Pontos de Atributo colocados em Fora para que os possas distribuir de novo. +71025 Pedra do Ferreiro No Ferreiro podes criar um Manual do Ferreiro com a ajuda desta Pedra e de um Pergaminho da Bno. +71026 Metal Mgico Este material, quando combinado com um Pergaminho da Bno, permite-te criar um Pergaminho do Drago no Ferreiro. +71027 Vida do Deus Drago Aumenta o teu VD mximo em 20% durante 30 minutos. +71028 Ataque do Deus Drago Aumenta os danos que fazes em luta em 12-15% durante 30 minutos. +71029 Magia do Deus Drago Aumenta o teu MN mximo em 20% durante 30 minutos. +71030 Defesa do Deus Drago Reduz os danos que recebes em luta em 12-15% durante 30 minutos. +71031 Ajuda do Deus Drago A Vitalidade, Fora, Inteligncia e Destreza so temporariamente quintuplicadas. +71032 Pergaminho do Drago Remove o risco de um Item ser destrudo se o Melhoramento falhar. A sua qualidade ser apenas reduzida 1 nvel. Adicionalmente, a probabilidade do Melhoramento ser bem sucedido aumentada em 10%. +71033 Mscara de Emoes Podes dar liberdade aos teus sentimentos com esta mscara. +71034 Poo de Ataque +15 Aumenta a rapidez de ataque em 15% durante 30 minutos. +71035 Elixir do Investigador Aumenta a qualidade dos objectos de pesquisa que recolheste, aumentando assim a probabilidade de serem aceites. +71036 Papiro - Chefe Orc Ir invocar um Chefe Orc para perto da tua personagem. Cuidado! um Boss! +71037 Papiro - Lder Negro Ir invocar um Lder Negro para perto da tua personagem. Cuidado! um Boss! +71038 Papiro - Rei Aranha Ir invocar um Rei Aranha para perto da tua personagem. Cuidado! um Boss! +71039 Papiro - Tartaruga Ir invocar uma Tartaruga Gigante para perto da tua personagem. Cuidado! um Boss! +71040 Papiro - Rei Chama Ir invocar um Rei chama para perto da tua personagem. Cuidado! um Boss! +71041 Papiro - Nove Caudas Ir invocar um Nove Caudas para perto da tua personagem. Cuidado! um Boss! +71042 Papiro - Rei Demnio Ir invocar um Rei Demnio Elite para perto da tua personagem. Cuidado! um Boss! +71043 Papiro - Tigre Fantasma Ir invocar um Tigre Fantasma para perto da tua personagem. Cuidado! um Boss! +71044 Golpe Crtico Aumenta a probabilidade de aplicares um golpe crtico em luta em 20% durante 10 minutos. +71045 Golpe Perfurador Aumenta a probabilidade de aplicares um golpe perfurante em 20% durante 10 minutos. +71047 Elixir da Pedra Esprita Remove uma pedra esprita de um dos teus itens. +71048 Feitio de Mudana Este feitio ir mudar o gnero da tua personagem. +71049 Pacote de Seda Com este pacote podes abrir uma loja privada livre de encargos durante 10 dias. +71050 Poo de Velocidade Aumenta a tua rapidez de movimento em 60 durante 30 minutos. +71051 Enfeitiar Itens Adiciona um novo bnus especial a um dos teus itens caso ele ainda no o tenha. +71052 Bno para Itens Remove o bnus especial de um dos teus itens e adiciona outro. +71054 Permisso de Exlio Uma personagem poder ir para o exlio noutro Reino. Isto significa mudar de Reino. +71055 Permisso de Mudar Nome Altera o nome da Personagem. +71056 Tintura Celestial Aumenta a probabilidade de sucesso do melhoramento de uma Pedra Esprita. +71057 Papiro - Madeira Fssil Cria um Veio de Madeira Fssil perto da tua personagem. +71058 Papiro - Cobre Cria um Veio de Cobre perto da tua personagem. +71059 Papiro - Prata Cria um Veio de Prata perto da tua personagem. +71060 Papiro - Ouro Cria um Veio de Ouro perto da tua personagem. +71061 Papiro - Jade Cria um Veio de Jade perto da tua personagem. +71062 Papiro - bano Cria um Veio de bano perto da tua personagem. +71063 Papiro - Ostras Cria um Monte de Ostras perto da tua personagem. +71064 Papiro - Platina Cria um Veio de Platina perto da tua personagem. +71065 Papiro - Cristal Cria um Veio de Cristal perto da tua personagem. +71066 Papiro - Ametista Cria um Veio de Ametista perto da tua personagem. +71067 Papiro - Safira Cria um Veio de Safira perto da tua personagem. +71068 Pena dos Amantes Quando equipada, os Pontos de Amor do casal aumentaro duas vezes mais rpido que o normal. +71069 Brincos da Harmonia Aumentam em at 8% a probabilidade de ambos os membros do casal aplicarem golpes perfurantes durante 3 horas, se um dos membros os equipar. O efeito do item depende da quantidade de Pontos de Amor. Um casal com 50% Pontos de Amor ter apenas direito a 50% do efeito mximo do item. +71070 Pulseira do Amor Aumenta em at 20% a Experincia recebida em combate por ambos os membros do casal durante 3 horas, se um dos membros a equipar. O efeito do item depende da quantidade de Pontos de Amor. Um casal com 50% Pontos de Amor ter apenas direito a 50% do efeito mximo do item. +71071 Brincos do Amor Aumentam em at 8% a probabilidade de ambos os membros do casal aplicarem golpes crticos durante 3 horas, se um dos membros os equipar. O efeito do item depende da quantidade de Pontos de Amor. Um casal com 50% Pontos de Amor ter apenas direito a 50% do efeito mximo do item. +71072 Pulseira da Harmonia Reduz em at 15% o poder de ataque de monstros inimigos sobre ambos os membros do casal durante 3 horas, se um dos membros a equipar. O efeito do item depende da quantidade de Pontos de Amor. Um casal com 50% Pontos de Amor ter apenas direito a 50% do efeito mximo do item. +71073 Colar do Amor Aumenta em at 40 o poder de ataque de ambos os membros do casal durante 3 horas, se um dos membros o equipar. O efeito do item depende da quantidade de Pontos de Amor. Um casal com 50% Pontos de Amor ter apenas direito a 50% do efeito mximo do item. +71074 Colar da Harmonia Aumenta em at 30 a Defesa de ambos os membros do casal durante 3 horas, se um dos membros o equipar. O efeito do item depende da quantidade de Pontos de Amor. Um casal com 50% Pontos de Amor ter apenas direito a 50% do efeito mximo do item. +71075 Cor de Cabelo (Branca) Tinge o cabelo de branco. +71076 Cor de Cabelo (Loira) Tinge o cabelo de loiro. +71077 Cor de Cabelo (Vermelha) Tinge o cabelo de vermelho. +71078 Cor de Cabelo (Casanha) Tinge o cabelo de castanho. +71079 Cor de Cabelo (Preta) Tinge o cabelo de preto. +71080 Papiro da Metin (F) Invoca uma Pedra Metin de dificuldade Fcil para perto da tua personagem. +71081 Papiro da Metin (M) Invoca uma Pedra Metin de dificuldade Mdia para perto da tua personagem. +71082 Papiro da Metin (D) Invoca uma Pedra Metin de dificuldade Difcil para perto da tua personagem. +71083 Manual da Pedra Remove todos os Pedaos de Pedra Partida de um item. Ters assim outra oportunidade de melhorar o teu equipamento. +71084 Feitio para Itens Modifica os bnus de um dos teus Itens. +71085 Reforo para Itens Se tiveres sorte pode adicionar um novo bnus num dos teus itens. (at ao 4 bnus) +71088 Livro da Misso Fcil O livro, cosido em pele castanha, contm uma misso que pode tambm ser levada a cabo por novatos. +71089 Livro da Misso Normal O livro, cosido em pele castanha, contm uma misso que apenas pode ser levada a cabo por aqueles que j possuem alguma experincia em combate. +71090 Livro da Misso Difcil O livro, cosido em pele castanha, contm uma misso que apenas pode ser levada a cabo por aqueles realmente experientes em combate. +71091 Tinta para Loja Podes escolher uma cor diferente para a tua loja privada. +71092 Livro da Transformao A leitura bem-sucedida deste Livro aumenta a tua habilidade de Polimorfismo. Desaparece depois de usado. +71093 Mrmore do Polimorfismo Podes transformar-te num monstro a partir do mrmore. +71094 Conselho do Eremita Aumenta a probabilidade de acertares a leitura de um Livro de Habilidade (ou Pedra da Alma) em 2.5 vezes. +71095 Passagem Se deres este bilhete ao guarda ser-te- permitida a entrada num novo andar da Caverna das Aranhas, assim como no Forte do Drago Vermelho. +71096 Medalha de Passagem Esta medalha permite a passagem por um Porto. +71099 Anel do Substituto Permite ao Lder de uma Guild escolher um substituto. +71100 Pergaminho da Mudana Esquece o teu treino e comea um novo. Precisas de ser pelo menos nvel 31 para o fazer. +71101 Poo da Rapidez Esta poo diminui o tempo de carregamento das habilidades em 20% durante 30 minutos. +71102 +71103 Redistribuio (VIT) Coloca a tua Vitalidade a 1 e permite que distribuas esses pontos de novo. +71104 Redistribuio (INT) Coloca a tua Inteligncia a 1 e permite que distribuas esses pontos de novo. +71105 Redistribuio (FR) Coloca a tua Fora a 1 e permite que distribuas esses pontos de novo. +71106 Redistribuio (DES) Coloca a tua Destreza a 1 e permite-te redistribuir os pontos recebidos. +71107 Fruta da Vida Aumenta os Pontos de Karma em 2000. Ters de esperar 8 horas entre cada uso. +71108 Sumo de Rom Uma poo que recupera instantaneamente a tua VD em 800 pontos. Este item negocivel. +71109 Pergaminho da Correco Com este Pergaminho podes remover a ltima Pedra-Esprita que colocaste num item. +71110 Acar para Cavalo Este pedao de acar torna possvel dar um nome ao Cavalo. Adicionalmente tambm aumenta a sua Defesa em 20 pontos. +71113 Vidro da Perspiccia Permite-te mostrar itens teus a outros jogadores. O Vidro parte-se no processo. +71114 Selo do Javali (Amarelo) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711151 Selo do Javali (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711152 Selo do Javali (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711153 Selo do Javali (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711154 Selo do Javali (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +71115 Selo do Javali (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +71116 Selo do Lobo (Amarelo) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711171 Selo do Lobo (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711172 Selo do Lobo (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711173 Selo do Lobo (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711174 Selo do Lobo (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +71117 Selo do Lobo (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +71118 Selo do Tigre (Amarelo) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711191 Selo do Tigre (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711192 Selo do Tigre (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711193 Selo do Tigre (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711194 Selo do Tigre (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +71119 Selo do Tigre (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +71120 Selo do Leo (Amarelo) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711211 Selo do Leo (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711212 Selo do Leo (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711213 Selo do Leo (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +711214 Selo do Leo (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +71121 Selo do Leo (Azul) Este Selo mgico invoca um poderoso Esprito Animalesco que ir transportar-te com rapidez ao local que pretenderes. +71122 +71123 Escamas do Drago As Escamas do Drago so dos materiais mais resistentes que existem. +71124 Leo Branco Os animais de plo branco so raros e venerados por muitas culturas, pois acreditam que possuem poderes notveis. +71125 Selo do Javali de Guerra Domar espritos de animais malficos requer uma enorme quantidade de habilidade mgica. Mesmo assim, o resultado muito impressionante. +71126 Selo Lobo de Combate Domar espritos de animais malficos requer uma enorme quantidade de habilidade mgica. Mesmo assim, o resultado muito impressionante. +71127 Selo Tigre da Tempestade Domar espritos de animais malficos requer uma enorme quantidade de habilidade mgica. Mesmo assim, o resultado muito impressionante. +71128 Selo Leo da Batalha Domar espritos de animais malficos requer uma enorme quantidade de habilidade mgica. Mesmo assim, o resultado muito impressionante. +71129 Garra do Drago O aspecto desta imponente garra traz-me algo memria... +71130 Passagem Se deres este bilhete ao guarda ser-te- permitida a entrada num novo andar da Caverna das Aranhas, assim como no Forte do Drago Vermelho. Este item negocivel. +71131 Selo do Cavalo Negro Selo de um nobre cavalo negro. +71132 Selo do Cavalo Negro Selo de um nobre cavalo negro. +71133 Selo do Cavalo Negro Selo de um nobre cavalo negro. +71134 Selo do Cavalo Negro Selo de um nobre cavalo negro. +71135 Anel Lua Crescente Um anel com uma gravao artisticamente desenhada semelhana de uma Lua Crescente. +71136 Doce Poderoso Um Doce feito de ingredientes secretos que proporciona experincia e fora para o combate. +71137 Selo Tigre Real Azul A magia deste Selo invoca a tua montada, o majestoso Tigre Real Azul. +71138 Selo Tigre Real Vermelho A magia deste Selo invoca a tua montada, o majestoso Tigre Real Vermelho. +71139 Selo Tigre Real Dourado A magia deste Selo invoca a tua montada, o majestoso Tigre Real Dourado. +71140 Selo Tigre Real Verde A magia deste Selo invoca a tua montada, o majestoso Tigre Real Verde. +71141 Selo Tigre Real Cinzento A magia deste Selo invoca a tua montada, o majestoso Tigre Real Cinzento. +71142 Selo Tigre Real Branco A magia deste Selo invoca a tua montada, o majestoso Tigre Real Branco. +71143 Anel da Alegria Um anel com uma decorao valiosa feita de jade e pedras celestiais, que tem os seguintes bnus: +50% Pontos de Experincia +20% Rapidez de Ataque +20% Rapidez de Feitio +30% Forte contra Monstros +10% VD Mxima +10% MN Mxima +71144 Cofre de Natal Um presente de Natal criado com carinho que contm uma surpresa festiva. +71145 Amuleto do Amor Eterno Um amuleto de prata em forma de corao, decorado com pedras preciosas mgicas. +71146 Cofre do Cupido (rosa) Um cofre em forma de corao com 5 surpresas no interior. Pode ser aberto a cada 30 minutos. +71147 Cofre do Cupido (azul) Um cofre em forma de corao com 5 surpresas no interior. Pode ser aberto a cada 30 minutos. +71148 Anel da Fora de Vontade D-te +30% EXP, +20% Resistncia a dano de Guerreiros, +20% Resistncia a dano de Ninjas, +20% Resistncia a dano de Lycans, +30% Forte contra Monstros, +10% VD Mx. e +10% MN Mx. durante 7 dias. +71149 Anel do Poder Mortal D-te +30% EXP, +20% Resistncia a dano de Suras, +20% Resistncia a dano de Xams, +20% Resistncia a dano de Lycans, +30% Forte contra Monstros, +10% VD Mx. e +10% MN Mx. durante 7 dias. +71150 Ovo Mgico O cofre oval artisticamente decorado contm mais do que uma simples surpresa de Pscoa. Ele revela os seus tesouros pouco a pouco. +71151 Feitio Verde Remove os bnus de um dos teus itens e adiciona novos. Apenas pode ser usado em armas e armaduras at nvel 40. Item dos cofres de nvel. No negocivel. +71152 Reforo Verde Com um pouco de sorte, isto ir adicionar um novo bnus a um dos teus itens (at um mx. de 4 bnus). Apenas pode ser usado em armas e armaduras at nvel 40. Item dos cofres de nvel. No negocivel. +71153 Poo da Sabedoria Esta poo permite-te obter 100% mais experincia durante 1 hora de jogo. No negocivel. +71154 Poo da Ascenso (3h) Esta poo permite-te obter 80% mais experincia durante trs horas de tempo de jogo. No negocivel. +71155 Poo da Sabedoria (3h) Esta poo permite-te obter 100% mais experincia durante 3 horas de jogo. No negocivel. +71156 Poo do Esprito (3h) Esta poo permite-te obter 150% mais experincia durante trs horas de tempo de jogo. No negocivel. +71157 +71158 Medalha do Heri D-te +50% EXP, +30% Dano, +20% Rapidez de Ataque, +20% Rapidez de Feitio, +10% VD e +10% MN. +71159 Cofre de Milon Um cofre para verdadeiros heris. Contm um item aleatrio como recompensa pelo teu triunfo. +71160 Cofre de Atena Um cofre para verdadeiras heronas. Contm um item aleatrio como recompensa pelo teu triunfo. +71161 Equus Prpura Selo para um dos mais belos e raros cavalos prpura. +71164 Selo de Cometa Podes usar este Selo para invocares a tua rena, Cometa. +71166 Selo do Panda Blindado Este selo permite-te invocar o teu Panda Blindado. +71171 Selo do Unicrnio Este selo invoca o teu Unicrnio. +71172 Selo do Pesadelo Este selo invoca o teu Pesadelo. +71173 Pergaminho de Teletransporte Este pergaminho leva-te directamente para os portes do Forte do Drago Vermelho. +71174 Passagem Podes entrar no Forte do Drago Vermelho depois de apresentares esta passagem ao guarda responsvel. +71175 Passagem Podes entrar no Forte do Drago Vermelho depois de apresentares esta passagem ao guarda responsvel. +71176 Pantera Negra Este selo invoca a tua misteriosa Pantera Negra. +71177 Selo do Leopardo Este selo invoca o teu corajoso Leopardo. +71178 Enciclopdia Lunar (P) Pacote que contm 10 livros de habilidade para Lycans aleatoriamente seleccionados. +71179 Enciclopdia Lunar (G) Pacote que contm 25 livros de habilidade para Lycans aleatoriamente seleccionados. +71180 Poo da Ascenso (3h) Esta poo permite-te obter 80% mais experincia durante trs horas de tempo de jogo. No negocivel. +71181 Poo da Sabedoria (3h) Esta poo permite-te obter 100% mais experincia durante 3 horas de jogo. No negocivel. +71182 Selo - Muffin (Castanho) Podes usar este selo para invocares Muffin, o temido frango de combate. +71183 Selo - Nugget (Castanho) Podes usar este selo para invocares Nugget, o colossal frango de combate. +71184 Selo - Muffin (Azul) Podes usar este selo para invocares Muffin, o temido frango de combate. +71185 Selo - Nugget (Azul) Podes usar este selo para invocares Nugget, o colossal frango de combate. +71186 Selo - Muffin (Verde) Podes usar este selo para invocares Muffin, o temido frango de combate. +71187 Selo - Nugget (Verde) Podes usar este selo para invocares Nugget, o colossal frango de combate. +71188 Doce Mgico Um Doce feito de ingredientes secretos que proporciona energia mgica e experincia para o combate. +72001 Anel de Experincia Aumenta a Experincia recebida em 50% durante 1 hora. +72002 Anel de Experincia Aumenta a Experincia recebida em 50% durante 30 minutos. +72003 Anel de Experincia Aumenta a Experincia recebida em 50% durante 3 horas. +72004 Luva de Ladro Duplica a probabilidade de ganhar Itens durante 10 horas. +72005 Luva de Ladro Duplica a probabilidade de ganhar Itens durante 30 minutos. +72006 Luva de Ladro Duplica a probabilidade de ganhar Itens durante 3 horas. +72007 Mala de Seda Podes abrir uma Loja Privada durante 10 horas. +72008 Mala de Seda Podes abrir uma Loja Privada durante 30 minutos. +72009 Mala de Seda Podes abrir uma Loja Privada durante 3 horas. +72010 Pena do Pssaro de Amor Quando equipada os teus Pontos de Amor aumentam duas vezes mais rpido durante 15 minutos. +72011 Pena do Pssaro de Amor Quando equipada os teus Pontos de Amor aumentam duas vezes mais rpido durante 30 minutos. +72012 Pena do Pssaro de Amor Quando equipada os teus Pontos de Amor aumentam duas vezes mais rpido durante 3 horas. +72013 Livro da Pesca A tua probabilidade de apanhar um peixe raro duplicada durante 15 minutos. +72014 Livro da Pesca A tua probabilidade de apanhar um peixe raro duplicada durante 30 minutos. +72015 Livro da Pesca A tua probabilidade de apanhar um peixe raro duplicada durante 3 horas. +72016 Terceira Mo Uma mo que apanha automaticamente o Yang cado durante 15 minutos. +72017 Terceira Mo Uma mo que apanha automaticamente o Yang cado durante 30 minutos. +72018 Terceira Mo Uma mo que apanha automaticamente o Yang cado durante 3 horas. +72019 Armazm Expandido O teu Armazm ganha 2 espaos adicionais durante 15 minutos. +72020 Armazm Expandido O teu Armazm ganha 2 espaos adicionais durante 30 minutos. +72021 Armazm Expandido O teu Armazm ganha 2 espaos adicionais durante 3 horas. +72022 Moeda da Sorte Duplica a tua probabilidade de ganhar Yang durante 10 horas. +72023 Moeda da Sorte Duplica a tua probabilidade de ganhar Yang durante 30 minutos. +72024 Moeda da Sorte Duplica a tua probabilidade de ganhar Yang durante 3 horas. +72025 Golpe Crtico Aumenta em 20% a hiptese de acertares um Golpe Crtico durante 10 minutos. +72026 Golpe Crtico Aumenta em 20% a hiptese de acertares um Golpe Crtico durante 10 minutos. +72027 Golpe Crtico Aumenta em 20% a hiptese de acertares um Golpe Crtico durante 10 minutos. +72028 Mscara de Emoes Podes dar liberdade aos teus sentimentos durante 7 dias. +72029 Mscara de Emoes Podes dar liberdade aos teus sentimentos durante 15 dias. +72030 Mscara de Emoes Podes dar liberdade aos teus sentimentos durante 30 dias. +72031 Ataque do Deus Drago Aumenta o teu Valor de Ataque entre 12 a 15 % durante 30 minutos. +72032 Ataque do Deus Drago Aumenta o teu Valor de Ataque entre 12 a 15 % durante 30 minutos. +72033 Ataque do Deus Drago Aumenta o teu Valor de Ataque entre 12 a 15 % durante 30 minutos. +72034 Defesa do Deus Drago Reduz o dano em 12-15% quando defendes. +72035 Defesa do Deus Drago Reduz o dano em 12-15% quando defendes. +72036 Defesa do Deus Drago Reduz o dano em 12-15% quando defendes. +72037 Vida do Deus Drago Aumenta o VD mximo em 20% durante 30 minutos. +72038 Vida do Deus Drago Aumenta o VD mximo em 20% durante 30 minutos. +72039 Vida do Deus Drago Aumenta o VD mximo em 20% durante 30 minutos. +72040 Magia do Deus Drago Aumenta o MN mximo em 20% durante 30 minutos. +72041 Magia do Deus Drago Aumenta o MN mximo em 20% durante 30 minutos. +72042 Magia do Deus Drago Aumenta o MN mximo em 20% durante 30 minutos. +72043 Livro do Lder Sempre que o lder do Grupo estiver equipado com este livro todos os membros adquiriro mais 30% de Experincia. +72044 Livro do Lder Sempre que o lder do Grupo estiver equipado com este livro todos os membros adquiriro mais 30% de Experincia. +72045 Livro do Lder Sempre que o lder do Grupo estiver equipado com este livro todos os membros adquiriro mais 30% de Experincia. +72046 Mo do Golpe Crtico Aumenta em 20% a probabilidade de desferires um Golpe Perfurante durante 10 minutos. +72047 Mo do Golpe Crtico Aumenta em 20% a probabilidade de desferires um Golpe Perfurante durante 10 minutos. +72048 Palma de Crtico Aumenta em 20% a probabilidade de desferires um Golpe Perfurante durante 10 minutos. +72301 Pergaminho da Bno Elimina o risco de um item ser destrudo caso um melhoramento falhe. Caso falhe, a qualidade do item ser apenas reduzida em 1 nvel. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Ferro Mgico Quando combinas este Ferro com um Pergaminho da Bno no Ferreiro poders criar um Pergaminho da Guerra. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Anel Experincia(iCafe) Aumenta o ganho de EXP em 20% para Membros do iCafe. +72502 Luva de Ladro (iCafe) A probabilidade de ganhar Itens aumentada 1.5 vezes para Membros iCafe. +72701 Sapatos de Vento Aumenta a tua rapidez de movimento em 30 quando equipado. +72703 Brinco Osso de Tigre O teu Valor de Ataque ser aumentado em 200 durante 2 horas (apenas contabilizadas quando o item utilizado). Item no negocivel. +72704 Brinco Osso de Drago A tua Defesa ser aumentada em 200 durante 2 horas (apenas contabilizadas quando o item utilizado). Item no negocivel. +72705 Pulseira Osso de Tigre O Dano das tuas Habilidades ser aumentado em 15% durante 2 horas (apenas contabilizadas quando o item utilizado). Item no negocivel. +72706 Pulseira Osso de Drago A tua Defesa contra Habilidades ser aumentada em 15% durante 2 horas (apenas contabilizadas quando o item utilizado). Item no negocivel. +72723 Elixir do Sol (P) Recupera automaticamente a tua VD. Contm 1.000.000 VD. +72724 Elixir do Sol (M) Recupera automaticamente a tua VD. Contm 3.000.000 VD. +72725 Elixir do Sol (G) Recupera automaticamente a tua VD. Contm 7.000.000 VD. +72726 Elixir do Sol (E) Recupera automaticamente a tua VD. Contm 10.000.000 VD. Este item negocivel. +72727 Elixir da Lua (P) Recupera automaticamente a tua MN. Contm 100.000 MN. +72728 Elixir da Lua (M) Recupera automaticamente a tua MN. Contm 300.000 MN. +72729 Elixir da Lua (G) Recupera automaticamente a tua MN. Contm 700.000 MN. +72730 Elixir da Lua (E) Recupera automaticamente a tua MN. Contm 1.000.000 MN. Este item negocivel. +73001 Cabelo Curto (Ruivo) Penteado para Guerreiros que te d um aspecto jovial. +73002 Cabelo Curto (Clara) Penteado para Guerreiros que te d um aspecto jovial. +73003 Cabelo Curto (Azul) Penteado para Guerreiros que te d um aspecto jovial. +73004 Cabelo Curto (Castanho) Penteado para Guerreiros que te d um aspecto jovial. +73005 Leno (Vermelho) Cabelo para Guerreiros com um leno. +73006 Leno (Cor-clara) Cabelo para Guerreiros com um leno. +73007 Leno (Azul) Cabelo espetado por baixo de um leno. +73008 Leno (Verde) Penteado espetado por baixo de um leno. +73009 Apanhado (Preto) Penteado para Guerreiros que te d uma aparncia cativante. +73010 Apanhado (Ruivo) Penteado que te d uma aparncia cativante. +73011 Apanhado (Castanho) Penteado que te d uma aparncia cativante. +73012 Apanhado (Verde) Penteado que te d uma aparncia cativante. +73251 Rabo de Cavalo(Castanho) Penteado apanhado num rabo de cavalo. +73252 Rabo de Cavalo(Verde) Penteado apanhado num rabo de cavalo. +73253 Rabo de Cavalo(Azul) Penteado apanhado num rabo de cavalo. +73254 Rabo de Cavalo(Marfim) Penteado feito com um rabo de cavalo. +73255 Corte Rebelde (Ruivo) Um corte de cabelo natural com cabelo altura dos ombros. +73256 Corte Rebelde (Castanho) Um corte de cabelo natural com cabelo altura dos ombros. +73257 Corte Mdio (Marfim) Um corte de cabelo natural com cabelo altura dos ombros. +73258 Corte Rebelde (Roxo) Um corte de cabelo natural com cabelo altura dos ombros. +73259 Franja Vermelha Um penteado com cabelo curto e franja. +73260 Franja Azul Um penteado com cabelo curto e franja. +73261 Franja Negra Penteado que te d um look ameaador. Para Ninjas a partir de nvel 25. +73262 Franja Clara Penteado que te d um look ameaador. Para Ninjas a partir de nvel 25. +73501 Prtico Branco Um penteado prtico. +73502 Prtico de cor castanha Um penteado prtico. +73503 Prtico Loiro Um penteado prtico. +73504 Prtico em Verde Um penteado prtico. +73505 Longos Cabelos Brancos Penteado carismtico com longos cabelos brancos. +73506 Longos Cabelos Rosa Penteado carismtico com longos cabelos rosa. +73507 Longos Cabelos Negros Penteado carismtico com longos cabelos negros. +73508 Longos Cabelos Roxos Penteado carismtico com longos cabelos roxos. +73509 Cabelo Branco Apanhado Penteado tradicional em branco. +73510 Cabelo Azul Apanhado Penteado tradicional em azul. +73511 Cabelo Negro Apanhado Penteado tradicional de cor negra. +73512 Cabelo Castanho Apanhado Penteado tradicional em castanho. +73751 Cabelo Castanho Aprumado Penteado elegante de cor castanha. +73752 Cabelo Negro Aprumado Penteado elegante de cor negra. +73753 Cabelo Azul Aprumado Penteado elegante de cor azul. +73754 Cabelo Branco Aprumado Penteado elegante de cor branca. +73755 Cabelo Mdio (Castanho) Penteado elegante para Xams. +73756 Cabelos Negros Lisos Penteado elegante para Xams. +73757 Cabelos Loiros Lisos Elegante, cabelo liso. +73758 Cabelos Violeta Lisos Penteado elegante para Xams. +73759 Estilo Antigo - Castanho Penteado tradicional de cabelos longos. +73760 Estilo Antigo - Loiro Cabelo comprido, usado de uma forma tradicional. +73761 Estilo Antigo - Roxo Penteado tradicional de cabelos longos. +73762 Estilo Antigo - Ruivo Penteado tradicional de cabelos longos. +74001 Moderno (Vermelho) Penteado que te d um ar distinto +74002 Moderno (Claro) Penteado que te d um ar distinto +74003 Moderno (Azul) Penteado que te d um ar distinto +74004 Moderno (Castanho) Penteado que te d um ar distinto +74005 Leno (Vermelho) Cabelo curto e um leno vermelho +74006 Leno (Xadrez Castanho) Cabelo curto e um leno de cor clara +74007 Leno (Azul) Cabelo curto e um leno azul +74008 Leno (Xadrez Verde) Cabelo curto e um leno verde +74009 Apanhado (Preto) Penteado que te d um ar distinto +74010 Apanhado (Vermelho) Penteado que te d um ar distinto +74011 Apanhado (Castanho) Penteado que te d um ar distinto +74012 Apanhado (Verde) Penteado que te d um ar distinto +74013 Afro - Guerreiro D a um Guerreiro um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +74014 Afro - Guerreiro D a um Guerreiro um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +74015 Elmo Samurai - Guerreiro D a um Guerreiro um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +74016 Elmo Samurai - Guerreiro D a um Guerreiro um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +74017 Fez - Guerreiro Um chapu vermelho para Guerreiros (M). (Durao: 7 dias) +74018 Keffiyeh - Guerreiro Um acessrio para Guerreiros (M). (Durao: 7 dias) +74019 Turbante - Guerreiro Um acessrio para Guerreiros (M) feito de material da mais alta qualidade. (Durao: 7 dias) +74020 Mscara de Guerreiro (m) Uma mscara em forma de abbora para Guerreiros do sexo masculino. Os atributos e sua durao so definidos aleatoriamente. Substitui qualquer penteado existente. +74251 Rabo de Cavalo(Castanho) Penteado popular com um longo rabo de cavalo +74252 Rabo de Cavalo(Verde) Penteado popular com um longo rabo de cavalo +74253 Rabo de Cavalo(Azul) Penteado popular com um longo rabo de cavalo +74254 Rabo de Cavalo(Claro) Penteado popular com um longo rabo de cavalo +74255 Corte Mdio (Vermelho) Penteado atrevido e moderno +74256 Corte Mdio (Castanho) Penteado atrevido e moderno +74257 Corte Mdio (Claro) Penteado atrevido e moderno +74258 Corte Mdio (Roxo) Penteado atrevido e moderno +74259 Corte Curto (Vermelho) Cabelo vermelho para Ninjas +74260 Corte Curto (Azul-Cu) Cabelo azul para Ninjas +74261 Corte Curto (Preto) Cabelo preto para Ninjas +74262 Corte Curto (Loiro) Cabelo loiro para Ninjas +74263 Afro - Ninja (F) D a uma Ninja um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +74264 Afro - Ninja (F) D a uma Ninja um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +74265 Chapu - Ninja (F) D a uma Ninja um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +74266 Chapu - Ninja (F) D a uma Ninja um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +74267 Foulard - Ninja (F) Um vu para Ninjas (F) feito de um material muito valioso. (Durao: 7 dias) +74268 Cachecol - Ninja (F) Um cachecol para o deserto para Ninjas (F) feito de um material precioso. (Durao: 7 dias) +74269 Turbante - Ninja (F) Um turbante para Ninjas (F) feito de um material muito valioso. (Durao: 7 dias) +74270 Mscara de Ninja (f) Uma mscara em forma de abbora para Ninjas do sexo feminino. Os atributos e sua durao so definidos aleatoriamente. Substitui qualquer penteado existente. +74501 Desportivo (Branco) Penteado curto, de estilo militar +74502 Desportivo (Castanho) Penteado curto, de estilo militar +74503 Desportivo (Loiro) Penteado curto, de estilo militar +74504 Desportivo (Verde) Penteado curto, de estilo militar +74505 Carismtico (Branco) Penteado que acentua um carcter forte +74506 Carismtico (Vermelho) Penteado que acentua um carcter forte +74507 Carismtico (Preto) Penteado que acentua um carcter forte +74508 Carismtico (Roxo) Penteado que acentua um carcter forte +74509 Elegante (Branco) Penteado antigo que outrora foi um smbolo de riqueza +74510 Elegante (Azul) Penteado antigo que outrora foi um smbolo de riqueza +74511 Elegante (Preto) Penteado antigo que outrora foi um smbolo de riqueza +74512 Elegante (Castanho) Penteado antigo que outrora foi um smbolo de riqueza +74513 Afro - Sura (M) D a um Sura um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +74514 Afro - Sura (M) D a um Sura um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +74515 Elmo Samurai - Sura (M) D a um Sura um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +74516 Elmo Samurai - Sura (M) D a um Sura um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +74517 Fez - Sura (M) Um chapu vermelho para Suras (M). (Durao: 7 dias) +74518 Keffiyeh - Sura (M) Um acessrio para Suras (M). (Durao: 7 dias) +74519 Turbante - Sura (M) Um acessrio para Suras (M) feito de material da mais alta qualidade. (Durao: 7 dias) +74520 Mscara de Sura (m) Uma mscara em forma de abbora para Suras do sexo masculino. Os atributos e sua durao so definidos aleatoriamente. Substitui qualquer penteado existente. +74521 Moderno (Cinzento) Um penteado que te d um ar distinto. +74522 Leno Cabelo curto domado com um leno. +74523 Longo (Loiro) Um penteado impressionante com cabelo loiro magnfico. +74524 Moderno (Dourado) Penteado moderno com cabelo dourado e uma fita. +74525 Leno (Preto) Cabelo curto e despenteado, controlado com um leno. +74526 Longo (Vermelho Rubi) Cabelo maravilhoso, vermelho rubi. +74527 Rabo de Cavalo(Vermelho) Cabelo longo atado num rabo de cavalo. +74528 Pelos Ombros (Aqua) Um penteado discreto com uma fita azul. +74529 Curto (Castanho) Um penteado que te confere um ar ameaador. +74530 Rabo de Cavalo(Vermelho) Cabelo vermelho comprido que foi atado num rabo de cavalo - um penteado muito popular entre mulheres. +74531 Pelos Ombros (Preto) Um penteado com um aspecto moderno e atrevido. +74532 Curto (Cinzento) Um penteado curto que te confere um ar ameaador. +74533 Desportivo (Preto) Um penteado curto que te confere um ar militar. +74534 Carismtico (Loiro) Um penteado que acentua uma forte personalidade individual. +74535 Apanhado Longo (Rosa) Um penteado apanhado antiquado que outrora foi smbolo de riqueza. +74536 Desportivo (Roxo) Um penteado curto e extravagante. +74537 Carismtico (Loiro) Um penteado carismtico com cabelo longo. +74538 Apanhado Longo (Real) Um penteado apanhado antiquado que outrora foi smbolo de riqueza. +74539 Elegante (Roxo) Um penteado elegante com cabelo preto atado. +74540 Mdio (Escuro) Um penteado elegante de Xam. +74541 Antigo (Branco) Cabelo comprido usado de uma forma tradicional. +74542 Elegante (Vermelho) Um penteado elegante apanhado com um gancho de borboleta. +74543 Mdio (Branco) Penteado liso e elegante. +74544 Antigo (Preto) Um penteado feminino com cabelo longo. +74545 Tribal (Vermelho) Tranas decoradas com prolas de madeira vermelhas que indicam uma associao tribal. +74546 Tribal (Amarelo) Tranas decoradas com prolas de madeira amarelas que indicam uma associao tribal. +74547 Tribal (Azul) Tranas decoradas com prolas de madeira azuis que indicam uma associao tribal. +74548 Tribal (Roxo) Tranas decoradas com prolas de madeira roxas que indicam uma associao tribal. +74549 Tribal (Verde) Tranas decoradas com prolas de madeira verdes que indicam uma associao tribal. +74550 Coroa Lupina (Ouro) Adereo para a cabea decorado com jias para o cabelo a condizer. +74551 Coroa Lupina (Preta) Adereo para a cabea decorado com jias para o cabelo a condizer. +74552 Coroa Lupina (Vermelha) Adereo para a cabea decorado com jias para o cabelo a condizer. +74553 Coroa Lupina (Azul) Adereo para a cabea decorado com jias para o cabelo a condizer. +74554 Coroa Lupina (Branca) Adereo para a cabea decorado com jias para o cabelo a condizer. +74555 Capuz de Lobo (Ouro) Armadura elaborada para a cabea e fontes com jias de cabelo tradicionais. +74556 Capuz de Lobo (Preto) Armadura elaborada para a cabea e fontes com jias de cabelo tradicionais. +74557 Capuz de Lobo (Vermelho) Armadura elaborada para a cabea e fontes com jias de cabelo tradicionais. +74558 Capuz de Lobo (Azul) Armadura elaborada para a cabea e fontes com jias de cabelo tradicionais. +74559 Capuz de Lobo (Verde) Armadura elaborada para a cabea e fontes com jias de cabelo tradicionais. +74751 Gancho (Castanho) Penteado elegante com um gancho em borboleta +74752 Gancho (Preto) Penteado elegante com um gancho em borboleta +74753 Gancho (Azul) Penteado elegante com um gancho em borboleta +74754 Gancho (Branco) Penteado elegante com um gancho em borboleta +74755 Mdio (Castanho) Penteado elegante para Xams +74756 Semi-Longo (Preto) Penteado elegante para Xams +74757 Semi-Longo (Loiro) Penteado elegante para Xams +74758 Semi-Longo (Roxo) Penteado elegante para Xams +74759 Semi-Longo (Castanho) Penteado feminino com cabelo longo e liso +74760 Antigo Penteado (Loiro) Penteado feminino com cabelo longo e liso +74761 Semi-Longo (Roxo) Penteado feminino com cabelo longo e liso +74762 Semi-Longo (Vermelho) Penteado feminino com cabelo longo e liso +74763 Afro - Xam (F) D a uma Xam um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +74764 Afro - Xam (F) D a uma Xam um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +74765 Chapu - Xam (F) D a uma Xam um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +74766 Chapu - Xam (F) D a uma Xam um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +74767 Foulard - Xam (F) Um vu para Xams (F) feito de um material muito valioso. (Durao: 7 dias) +74768 Cachecol - Xam (F) Um cachecol para o deserto para Xams (F) feito de um material precioso. (Durao: 7 dias) +74769 Turbante - Xam (F) Um turbante para Xams (F) feito de um material muito valioso. (Durao: 7 dias) +74770 Mscara de Xam (f) Uma mscara em forma de abbora para Xams do sexo feminino. Os atributos e sua durao so definidos aleatoriamente. Substitui qualquer penteado existente. +75001 Tots (Vermelho) Penteado moderno com cabelo vermelho, tots e duas fitas +75002 Tots (Claro) Penteado moderno com cabelo claro, tots e duas fitas +75003 Tots (Azul) Penteado moderno com cabelo azul, tots e duas fitas +75004 Tots (Castanho) Penteado moderno com cabelo castanho, tots e duas fitas +75005 Fita (Castanho) Cabelo curto e desgrenhado, com uma fita +75006 Fita (Loiro) Cabelo curto e desgrenhado, com uma fita +75007 Fita (Azul) Cabelo curto e desgrenhado, com uma fita +75008 Fita (Verde) Cabelo curto e desgrenhado, com uma fita +75009 Esplendoroso (Preto) Cabelo preto e esplendoroso +75010 Esplendoroso (Vermelho) Cabelo vermelho e esplendoroso +75011 Esplendoroso (Castanho) Cabelo castanho e esplendoroso +75012 Esplendoroso (Verde) Cabelo verde e esplendoroso +75013 Afro - Guerreira D a uma Guerreira um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +75014 Afro - Guerreira D a uma Guerreira um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +75015 Chapu - Guerreira D a uma Guerreira um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +75016 Chapu - Guerreira D a uma Guerreira um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +75017 Foulard - Guerreira Um vu para Guerreiros (F) feito de um material muito valioso. (Durao: 7 dias) +75018 Cachecol - Guerreira Um cachecol para o deserto para Guerreiros (F) feito de um material precioso. (Durao: 7 dias) +75019 Turbante - Guerreira Um turbante para Guerreiros (F) feito de um material muito valioso. (Durao: 7 dias) +75020 Mscara de Guerreiro (f) Uma mscara em forma de abbora para Guerreiros do sexo feminino. Os atributos e sua durao so definidos aleatoriamente. Substitui qualquer penteado existente. +75201 Rabo de Cavalo(Castanho) Cabelo castanho com um rabo de cavalo +75202 Rabo de Cavalo(Verde) Cabelo verde com um rabo de cavalo +75203 Rabo de Cavalo(Azul) Cabelo azul com um rabo de cavalo +75204 Rabo de cavalo(Loiro) Cabelo loiro com um rabo de cavalo +75205 Leno (Branco) Penteado discreto com um leno branco +75206 Leno (Verde) Penteado discreto com um leno verde +75207 Leno (Castanho) Penteado discreto com um leno castanho +75208 Leno (Vermelho) Penteado discreto com um leno vermelho +75209 Despenteado (Vermelho) Penteado que te d um ar sinistro +75210 Despenteado (Azul) Penteado que te d um ar sinistro +75211 Despenteado (Preto) Penteado que te d um ar sinistro +75212 Despenteado (Loiro) Penteado que te d um ar sinistro +75213 Afro - Ninja (M) D a um Ninja um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +75214 Afro - Ninja (M) D a um Ninja um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +75215 Elmo Samurai - Ninja (M) D a um Ninja um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +75216 Elmo Samurai - Ninja (M) D a um Ninja um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +75217 Fez - Ninja (M) Um chapu vermelho para Ninjas (M). (Durao: 7 dias) +75218 Keffiyeh - Ninja (M) Um acessrio para Ninjas (M). (Durao: 7 dias) +75219 Turbante - Ninja (M) Um acessrio para Ninjas (M) feito de material da mais alta qualidade. (Durao: 7 dias) +75220 Mscara de Ninja (m) Uma mscara em forma de abbora para Ninjas do sexo masculino. Os atributos e sua durao so definidos aleatoriamente. Substitui qualquer penteado existente. +75401 Apanhado (Cinza) Penteado extravagante popular entre Suras femininas +75402 Apanhado (Castanho) Penteado extravagante popular entre Suras femininas +75403 Apanhado (Loiro) Penteado extravagante popular entre Suras femininas +75404 Apanhado (Verde) Penteado extravagante popular entre Suras femininas +75405 Comprido (Branco) Cabelo branco e comprido que te d um ar pensativo +75406 Comprido (Vermelho) Cabelo vermelho e comprido que te d um ar pensativo +75407 Comprido (Preto) Cabelo preto e comprido que te d um ar pensativo +75408 Comprido (Roxo) Cabelo roxo e comprido que te d um ar pensativo +75409 Duquesa (Branco) Penteado com trana +75410 Duquesa (Roxo) Penteado com trana +75411 Duquesa (Preto) Penteado com trana +75412 Duquesa (Castanho) Penteado com trana +75413 Afro - Sura (F) D a uma Sura um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +75414 Afro - Sura (F) D a uma Sura um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +75415 Chapu - Sura (F) D a uma Sura um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +75416 Chapu - Sura (F) D a uma Sura um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +75417 Foulard - Sura (F) Um vu para Suras (F) feito de um material muito valioso. (Durao: 7 dias) +75418 Cachecol - Sura (F) Um cachecol para o deserto para Suras (F) feito de um material precioso. (Durao: 7 dias) +75419 Turbante - Sura (F) Um turbante para Suras (F) feito de um material muito valioso. (Durao: 7 dias) +75420 Mscara de Sura (f) Uma mscara em forma de abbora para Suras do sexo feminino. Os atributos e sua durao so definidos aleatoriamente. Substitui qualquer penteado existente. +75601 Aprumado (Castanho) Penteado aprumado que te d uma expresso forte +75602 Aprumado (Preto) Penteado aprumado que te d uma expresso forte +75603 Aprumado (Azul) Penteado aprumado que te d uma expresso forte +75604 Aprumado (Cinza) Penteado aprumado que te d uma expresso forte +75605 Longo (Castanho) Cabelo longo e castanho +75606 Longo (Preto) Cabelo longo e preto +75607 Longo (Loiro) Cabelo longo e loiro +75608 Longo (Roxo) Cabelo longo e roxo +75609 Antigo (Castanho) Penteado antigo. Cabelo castanho apanhado num rabo de cavalo +75610 Antigo (Claro) Penteado antigo. Cabelo claro apanhado num rabo de cavalo +75611 Antigo (Roxo) Penteado antigo. Cabelo roxo apanhado num rabo de cavalo +75612 Antigo (Vermelho) Penteado antigo. Cabelo vermelho apanhado num rabo de cavalo +75613 Afro - Xam (M) D a um Xam um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +75614 Afro - Xam (M) D a um Xam um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +75615 Elmo Samurai - Xam (M) D a um Xam um bnus de VD de 1%. Substitui o penteado actual. (Durao: 7 dias) +75616 Elmo Samurai - Xam (M) D a um Xam um bnus de MN de 1%. Substitui o penteado actual. (Durao: 7 dias) +75617 Fez - Xam (M) Um chapu vermelho para Xams (M). (Durao: 7 dias) +75618 Keffiyeh - Xam (M) Um acessrio para Xams (M). (Durao: 7 dias) +75619 Turbante - Xam (M) Um acessrio para Xams (M) feito de material da mais alta qualidade. (Durao: 7 dias) +75620 Mscara de Xam (m) Uma mscara em forma de abbora para Xams do sexo masculino. Os atributos e sua durao so definidos aleatoriamente. Substitui qualquer penteado existente. +76000 Vinho de Flor de Pssego Uma bebida que ir imediatamente regenerar a tua Vida (VD) em 500 pontos. No negocivel. +76001 Pergaminho dos Atributos A utilizao deste item permite-te redistribuir todos os teus Pontos de Atributo. Podes us-lo para alterar o curso de desenvolvimento da tua personagem. No negocivel. +76002 Cabea Encolhida Esta cabea de demnio encolhida abre o selo para o 3 Andar das Catacumbas do Demnio. No negocivel. +76003 Poo da Rapidez Esta poo diminui o tempo de carregamento das habilidades em 20% durante 30 minutos. No negocivel. +76004 Elixir da Lua (P) Recupera automaticamente a tua MN. Contm 10.000 MN. No negocivel. +76005 Elixir da Lua (M) Recupera automaticamente a tua MN. Contm 300.000 MN. No negocivel. +76006 Bssola de Pedras Metin A bssola indica-te a posio e distncia da prxima Pedra Metin. Quanto mais brilhante, mais perto estars. Pode ser usada 6 vezes. No negocivel. +76007 Capa de Bravura Os Guerreiros antigos demonstravam a sua bravura ao usar uma capa colorida com a qual puxavam a ateno de todos os monstros para si. No negocivel. +76008 Medalha do Drago Protege-te da perda de Experincia na prxima morte. No negocivel. +76009 Pergaminho do Drago Remove o risco de um item ser destrudo se o melhoramento falhar. A sua qualidade ser apenas reduzida 1 nvel. Adicionalmente, a probabilidade do melhoramento ser bem sucedido aumentada em 10%. No negocivel. +76010 Pedra de Sangue Esta pedra feita do sangue de Bahar-Taraji e permite-te entrar na Gruta das Almas. No negocivel. +76011 Livro do Lder Se o lder de um grupo estiver na posse deste livro, todos os membros do grupo iro receber 30% mais Experincia. No negocivel. +76012 Poo de Velocidade Aumenta em 60 a tua Rapidez de Movimento durante 30 minutos. No negocivel. +76013 Reforo para Itens (A) Com um pouco de sorte, isto ir adicionar um novo bnus a um dos teus itens (at um mx. de 4 bnus). Item dos cofres de nvel. No negocivel. +76014 Feitio para Itens (A) Remove os bnus de um dos teus itens e adiciona novos. Item dos cofres de nvel. No negocivel. +76015 Mrmore da Bno Lendria mrmore abenoada. Quando um item tiver 4 atributos permite adicionar outro atributo. No negocivel. +76016 Pergaminho da Bno Elimina o risco de um item ser destrudo caso um melhoramento falhe. Caso falhe, a qualidade do item ser apenas reduzida em 1 nvel. +76017 Poo de Ataque +10 Aumenta a tua Rapidez de Ataque em 10% durante 30 minutos. No negocivel. +76018 Poo de Ataque +15 Aumenta a tua Rapidez de Ataque em 15% durante 30 minutos. No negocivel. +76019 Passagem Se deres este bilhete ao guarda ser-te- permitida a entrada num novo andar da Caverna das Aranhas, assim como no Forte do Drago Vermelho. No negocivel. +76020 Elixir do Investigador Aumenta a qualidade dos objectos de pesquisa que recolheste, aumentando assim a probabilidade de serem aceites. No negocivel. +76021 Elixir do Sol (P) Recupera automaticamente a tua VD. Contm 100.000 VD. No negocivel. +76022 Elixir do Sol (M) Recupera automaticamente a tua VD. Contm 3.000.000 VD. No negocivel. +76023 Feitio Verde Remove os bnus de um dos teus itens e adiciona novos. Apenas pode ser usado em armas e armaduras at nvel 40. Item dos cofres de nvel. No negocivel. +76024 Reforo Verde Com um pouco de sorte, isto ir adicionar um novo bnus a um dos teus itens (at um mx. de 4 bnus). Apenas pode ser usado em armas e armaduras at nvel 40. Item dos cofres de nvel. No negocivel. +76025 Sapatos de Vento Aumenta a tua rapidez de movimento em 30 quando equipados. +79501 Aljava do Arqueiro Uma aljava que te proporciona uma fonte inesgotvel de flechas por 24 horas. Sem qualquer reduo do dano infligido por disparos distncia. +79502 Aljava do Arqueiro Uma aljava que te proporciona uma fonte inesgotvel de flechas por 7 dias. Sem qualquer reduo do dano infligido por disparos distncia. +79503 Aljava do Arqueiro Uma aljava que te proporciona uma fonte inesgotvel de flechas. Sem qualquer reduo do dano infligido por disparos distncia. +79504 Aljava do Arqueiro Uma aljava que te proporciona uma fonte inesgotvel de flechas. Sem qualquer reduo do dano infligido por disparos distncia. +80001 Saco de Dinheiro Um saco desgastado cosido com pele escura. +80002 Papel em Branco Um pergaminho de boa qualidade, at agora em branco. +80008 Pea d'Ouro Pedao de Ouro que nunca foi forjado. vendido numa loja a um alto preo. +80014 Voucher de MD (100) Voucher no valor de 100 Moedas Drago. Item negocivel. +80015 Voucher de MD (500) Voucher no valor de 500 Moedas Drago. Item negocivel. +80016 Voucher de MD (1000) Voucher no valor de 1000 Moedas Drago. Item negocivel. +80017 Voucher de MD (50) Voucher no valor de 50 Moedas Drago. Item negocivel. +80019 Tecido Fino Uma Faixa de Ombro feita a partir deste material. +90000 Certificado de Reverso Usa o Certificado de Reverso para removeres bnus de uma Faixa de Ombro. +90001 Garrafa de gua Vazia Um recipiente de viagem estvel para transportar gua - infelizmente encontra-se vazia. +90002 Garrafa de gua Um recipiente de viagem estvel para transportar gua. +90003 Cristal Uma pedra preciosa pura e bonita que brilha de forma fascinante luz do sol. +90004 Pedra Preciosa Uma colorida pedra polida e plana que usada na produo de ornamentos. +90005 Pedra d'gua Uma grossa e dura pedra que pode ser usada para afiar armas ou utenslios de cozinha. +90006 Pedra Espiritual Esta pedra, quando adicionada a armas ou armaduras, aumenta a qualidade do Item. +90007 Mineral H cerca de 4000 minerais que diferem em estruturas cristalinas, tal como em forma e cor. +90010 Pedra Basilar Material de Construo para Edifcios de Guild +90011 Tronco Material de Construo para Edifcios de Guild +90012 Tbua Material de Construo para Edifcios de Guild +90013 diff --git a/bin/pack/locale_pt/locale/pt/jobdesc_assassin.txt b/bin/pack/locale_pt/locale/pt/jobdesc_assassin.txt new file mode 100644 index 00000000..d64459ec --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/jobdesc_assassin.txt @@ -0,0 +1,15 @@ +[DELAY value;10] +Os Ninjas so assassinos[ENTER] +profissionais. Estes[ENTER] +conseguem fazer emboscadas[ENTER] +em qualquer altura sem fazer[ENTER] +qualquer tipo de barulho.[ENTER] +[WAIT] +Para conseguirem ser geis e[ENTER] +velozes, os ninjas s usam[ENTER] +armaduras leves. Dependendo[ENTER] +da especializao os ninjas[ENTER] +podero ficar mestres no[ENTER] +[WAIT] +manejo do Arco e Flecha ou[ENTER] +Adagas. \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/jobdesc_shaman.txt b/bin/pack/locale_pt/locale/pt/jobdesc_shaman.txt new file mode 100644 index 00000000..6fea6d41 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/jobdesc_shaman.txt @@ -0,0 +1,15 @@ +[DELAY value;10] +Abenoados pelo conhecimento[ENTER] +devido a estudos intensivos[ENTER] +os Xams usam feitios e[ENTER] +magias nas suas lutas. As[ENTER] +suas habilidades msticas[ENTER] +[WAIT] +ajudam tanto o prprio Xam[ENTER] +como os que o acompanham.[ENTER] +Como resultado da sua[ENTER] +dedicao s Habilidades, os[ENTER] +Xams podero aumentar o seu[ENTER] +[WAIT] +dano, curar-se e invocar[ENTER] +feitios de ajuda. \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/jobdesc_sura.txt b/bin/pack/locale_pt/locale/pt/jobdesc_sura.txt new file mode 100644 index 00000000..2009cf3e --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/jobdesc_sura.txt @@ -0,0 +1,16 @@ +[DELAY value;10] +Os Sura so Lutadores que[ENTER] +receberam poderes mgicos[ENTER] +quando aceitaram a colocao[ENTER] +da Semente do Diabo no seu[ENTER] +brao. Por isso conseguem[ENTER] +[WAIT] +manejar com destreza uma[ENTER] +espada em combate[ENTER] +corpo-a-corpo ou usar magia[ENTER] +para dar dano distncia.[ENTER] +Com especializao estes[ENTER] +[WAIT] +conseguem melhorar ataques[ENTER] +mgicos ou ganhar magias de[ENTER] +suporte. \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/jobdesc_warrior.txt b/bin/pack/locale_pt/locale/pt/jobdesc_warrior.txt new file mode 100644 index 00000000..ad921f85 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/jobdesc_warrior.txt @@ -0,0 +1,17 @@ +[DELAY value;10] +Graas s suas habilidades,[ENTER] +s armas e s armaduras[ENTER] +pesadas, os Guerreiros tm[ENTER] +um papel importante nos[ENTER] +combates Corpo-a-Corpo. Eles[ENTER] +[WAIT] +so conhecidos por ter uma[ENTER] +grande fora fsica e uma[ENTER] +mente equilibrada. De acordo[ENTER] +com a sua especializao,[ENTER] +estes podero causar dano[ENTER] +[WAIT] +elevado com armas de duas[ENTER] +mos ou defender-se dos[ENTER] +ataques de inimigos com[ENTER] +empunhando espada e escudo. \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/locale_game.txt b/bin/pack/locale_pt/locale/pt/locale_game.txt new file mode 100644 index 00000000..12befeda --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/locale_game.txt @@ -0,0 +1,936 @@ +AFF_LOVE_POINT Pontos de Amor: %d%% +ALIGNMENT_NAME Pontos de Karma: +ATTACK_ERROR_UNKNOWN Erro de Ataque Desconhecido: %s +CANNOT_ATTACK_DEST_IN_SAFE O combatente est muito longe. +CANNOT_ATTACK_SELF_IN_SAFE No posso atacar. +CANNOT_EQUIP_IN_EXCHANGE No podes alterar o teu equipamento enquanto negoceias. +CANNOT_EQUIP_IN_SHOP No podes mudar o teu equipamento enquanto negoceias. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA No podes abrir uma Loja Privada numa rea pblica. +CANNOT_SHOOT_DEST_IN_SAFE O inimigo est muito longe. +CANNOT_SHOOT_EMPTY_ARROW Preciso de Flechas! +CANNOT_SHOOT_SELF_IN_SAFE No posso fazer isto. +CANNOT_SKILL_APPROACH Tenho a certeza que no posso chegar mais perto. +CANNOT_SKILL_ATTACK No posso atacar. +CANNOT_SKILL_BLUE No podes usar a Alma do Lobo Anil quando a Alma do Lobo Rubro est activada. +CANNOT_SKILL_DEST_IN_SAFE O inimigo est muito longe. +CANNOT_SKILL_EQUIP_FISHING_ROD Preciso de uma Cana de Pesca. +CANNOT_SKILL_HAVE_TO_RIDE Preciso de um Cavalo para usar isto. +CANNOT_SKILL_NEED_EMPTY_BOTTLE No tenho uma Garrafa Vazia. +CANNOT_SKILL_NEED_POISON_BOTTLE No tenho uma Garrafa de Veneno. +CANNOT_SKILL_NEED_TARGET Quem o alvo? +CANNOT_SKILL_NOT_ENOUGH_HP No tenho VD suficiente! +CANNOT_SKILL_NOT_ENOUGH_SP No tenho MN suficiente! +CANNOT_SKILL_NOT_HORSE_SKILL No posso usar isto enquanto estou montado. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON No posso usar esta Habilidade com esta arma. +CANNOT_SKILL_NOT_YET_LEARN No aprendi esta Habilidade. +CANNOT_SKILL_ONLY_FOR_ALLIANCE Isto apenas afecta membros do grupo. +CANNOT_SKILL_ONLY_FOR_CORPSE Isto apenas afecta pessoas mortas. +CANNOT_SKILL_RED No podes usar a Alma do Lobo Rubro quando a Alma do Lobo Anil est activada. +CANNOT_SKILL_REMOVE_FISHING_ROD No posso usar esta Habilidade com uma Cana de Pesca. +CANNOT_SKILL_SELF_IN_SAFE No posso atacar daqui. +CANNOT_SKILL_USE_SELF No posso usar isto em mim mesmo. +CANNOT_SKILL_WAIT_COOLTIME Ainda no posso usar esta Habilidade. +CANNOT_USE No podes usar isto. +CANNOT_WHISPER_DEST_REFUSE %s bloqueou completamente o Segredar. SA +CANNOT_WHISPER_NOT_LOGON %s no est online. SA +CANNOT_WHISPER_SELF_REFUSE No podes Segredar a algum quando bloqueias completamente o Segredar. SNA +CHANNEL Canal +CHANNELING_CANNOT_LOGOUT No podes voltar ao ecr de login. +CHANNEL_EMPTY_SERVER Sem servidores +CHANNEL_NORMAL Canal %d +CHANNEL_NOTIFY_FULL O canal est cheio! Por favor escolhe outro. +CHANNEL_NOT_FIND_INFO No podes obter esta informao no Canal. +CHANNEL_PVP Duelo livre +CHANNEL_SELECT_CHANNEL Escolhe o Canal +CHANNEL_SELECT_REGION Escolhe a regio. +CHANNEL_SELECT_SERVER Escolhe o Servidor +CHANNEL_TEST_SERVER Servidor de testes +CHANNEL_TEST_SERVER_ADDR Teste %s:%d +CHARACTER_CREATE_MODE Criar Personagem +CHARACTER_SELECT_MODE Seleccionar Personagem +CHAT_ALL Tudo +CHAT_BLOCK Bloquear +CHAT_GUILD Guild +CHAT_INFORMATION Info +CHAT_INSULT_STRING Esta frase contm palavras invlidas. +CHAT_LOG Mostrar mensagens antigas [L] +CHAT_LOG_TITLE Mostrar Log +CHAT_NORMAL Normal +CHAT_NOTICE Anncio +CHAT_PARTY Grupo +CHAT_SEND_CHAT Enviar +CHAT_SEND_MEMO Enviar Segredo [Shift+Enter] +CHAT_SHOUT Chamar +CHAT_SHOUT_LIMIT S podes Chamar de 15 em 15 segundos. +CHAT_WHISPER Segredo +COMB_ALREADY_APPEND +COMB_CANT_APPEND_ITEM Este item no pode ser usado. +COMB_CANT_APPEND_SEALED_ITEM No podes usar quaisquer itens vinculados. +COMB_COST Preo: %s +COMB_IS_CONTINUE_PROCESS Queres continuar? +COMB_NOTICE No podes abrir uma loja privada enquanto ests a trocar livros. +COMB_NOTICE_NOT_OPEN No podes trocar livros enquanto tens uma loja privada aberta. +COMB_NOT_ALL_SLOT_APPEND_ITEM Precisas de um segundo disfarce para transferires bnus. +COMB_NOT_FULL_BOOK No, no podemos fazer negcio assim. Como j te disse, apenas aceito trocas se me ofereceres 10 livros. +COMB_NOT_ITEM_IN_INVENTORY No podes usar itens equipados. +COMB_NOT_MEDIUM_ITEM Este item no pode ser usado. +COMB_WILL_REMOVE_MATERIAL O Disfarce 2 ser destrudo. +CREATE_ERROR_GM_NAME No podes usar ,GM no nome da tua personagem. +CREATE_ERROR_INSULT_NAME Este nome invlido. +CREATE_ERROR_LIMIT_LEVEL A tua personagem tem de ser pelo menos nvel 80. +CREATE_ERROR_TIME_LIMIT Apenas podes criar uma personagem a cada 30 segundos. +CREATE_ERROR_WRONG_STRING O nome da tua personagem no pode conter caracteres especiais. +CREATE_EXIST_SAME_NAME J existe uma personagem com este nome. +CREATE_FAILURE No podes criar a personagem. +CREATE_FULL No podes criar mais personagens. +CREATE_GM_NAME GM +CREATE_INPUT_NAME Insere o nome. +CREATE_PLUS_STAT Ainda sobram pontos de Atributo. +DAY Dias +DONT_USE_ITEM_WHEN_SHOW_CONFIRM No podes mover quaisquer itens enquanto um pedido est em progresso. +DO_YOU_BUY_ITEM1 Queres comprar %s por %s? +DO_YOU_BUY_ITEM2 Queres comprar %s %s por %s? +DO_YOU_DROP_MONEY Queres largar %d Yang? +DO_YOU_SELL_ITEM1 Queres vender %s por %s? +DO_YOU_SELL_ITEM2 Queres vender %s %s por %s? +DRAGON_SOUL_CANNOT_REFINE Esta Pedra do Drago no pode ser refinada. +DRAGON_SOUL_CANNOT_REFINE_MORE Esta Pedra do Drago j se encontra no nvel mais alto possvel. +DRAGON_SOUL_EQUIP_WARNING1 difcil remover uma Pedra do Drago assim que estiver embutida. +DRAGON_SOUL_EQUIP_WARNING2 Ainda gostarias de continuar? +DRAGON_SOUL_EXPIRED Pedra do Drago expirada +DRAGON_SOUL_INVALID_DRAGON_SOUL Essa no a Pedra do Drago correcta. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL Isso no uma Pedra do Drago. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE Essa no a Pedra do Drago correcta. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL No tens material suficiente para refinar. +DRAGON_SOUL_NOT_MATCHED_SLOT A Pedra do Drago no cabe neste espao. +DRAGON_SOUL_STEP_LEVEL1 Clareza: translcida. +DRAGON_SOUL_STEP_LEVEL2 Clareza: lmpida. +DRAGON_SOUL_STEP_LEVEL3 Clareza: impecvel. +DRAGON_SOUL_STEP_LEVEL4 Clareza: brilhante. +DRAGON_SOUL_STEP_LEVEL5 Clareza: excelente. +DRAGON_SOUL_STRENGTH Nvel: +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 A Pedra do Drago pode ser destruda no processo. +DRAGON_SOUL_UNEQUIP_WARNING2 Ainda gostarias de continuar? +DRAGON_SOUL_UNMATCHED_SLOT Este o espao errado. +DRAGON_SOUL_UNQUALIFIED Ainda no podes usar Alquimia de Pedra do Drago. +DROP_ITEM_FAILURE_EQUIP_ITEM No podes largar Itens equipados. +DROP_ITEM_FAILURE_PRIVATE_SHOP No podes largar nenhum Item enquanto tiveres aberto uma Loja Privada. +DROP_MONEY_FAILURE_1000_OVER Podes largar no mximo 999 Yang de cada vez. +EMOTION_ANGRY Aborrecido +EMOTION_ATTRACTIVE Seduzir +EMOTION_BANTER Troar +EMOTION_CHEERS_1 Saudaes 1 +EMOTION_CHEERS_2 Saudaes 2 +EMOTION_CHEERUP Festejar +EMOTION_CHOOSE_ONE Escolhe um alvo +EMOTION_CLAP Palmas +EMOTION_CLAP_KISS Beijo +EMOTION_CONGRATULATION Aprovao +EMOTION_DANCE_1 Dana 1 +EMOTION_DANCE_2 Dana 2 +EMOTION_DANCE_3 Dana 3 +EMOTION_DANCE_4 Dana 4 +EMOTION_DANCE_5 Dana 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE Pedir Perdo +EMOTION_FRENCH_KISS Beijo Francs +EMOTION_JOY Felicidade +EMOTION_SAD Tristeza +EMOTION_SHY Rejeitar +EMOTION_SLAP Bater +EMPIRE_A Reino Shinsoo +EMPIRE_B Reino Chunjo +EMPIRE_C Reino Jinno +EMPIRE_SELECT_MODE Seleccionar Reino +EXCHANGE_CANNOT_GIVE Este Item no pode ser negociado. +EXCHANGE_CANT_EDIT_MONEY No podes alterar a quantia agora. +EXCHANGE_FAILURE_EQUIP_ITEM No podes trocar Itens equipados. +EXCHANGE_MONEY Quantia +EXCHANGE_TITLE Negociar com %s +FISHING_FAILURE Perdeste o Isco. +FISHING_NOTIFY1 Parece que %s mordeu o anzol. +FISHING_NOTIFY2 Parece que %s foi capturado. +FISHING_SUCCESS1 Capturaste %s! +FISHING_SUCCESS2 Tu puxaste %s para fora de gua! +FISHING_UNKNOWN Apanhaste algo mas no consegues ver o que . +FISHING_WRONG_PLACE No podes pescar aqui. +FOR_FEMALE Para Mulher +FOR_MALE Para Homem +GAME_CANNOT_MINING No podes Garimpar enquanto ests montado num cavalo. +GAME_CANNOT_PICK_ITEM No podes apanhar este Item porque no o ganhaste. +GAME_INIT_ERROR_CURSOR O cursor no pde ser definido. +GAME_INIT_ERROR_DIRECTX O DirectX 8.1 tem de estar instalado para o jogo poder correr.\nInstala o DirectX 8.1 ou mais alto. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE A Placa grfica no pde ser encontrada.\nVerifica se o teu VGA card est devidamente instalado. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST A placa grfica no pde ser activada. \nVerifica a tua VGA card.\nEm alternativa, podes activar o acelerador de Hardware.\n(Set hardware accelerator to max \nControl Panel->Display->Settings->Advanced->Troubleshoot tab) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT A Placa Grfica do computador no suporta o modo janela em 32bit.\nAltera para modo 16bit ou utiliza o modo Ecr Completo. +GAME_INIT_ERROR_ITEM_PROTO No h Item Data.\nInstala o jogo de novo. +GAME_INIT_ERROR_MAIN_WINDOW O mainframe no pde ser definido +GAME_INIT_ERROR_MOB_PROTO No h Monster Data.\nInstala o jogo de novo. +GAME_INIT_ERROR_NETWORK No foi possvel definir Dispositivos de Rede.\nVerifica a tua ligao de Internet. +GAME_PICK_MONEY Recebeste %d Yang. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT A altura no 128 Pixeis +GUILDMARK_UPLOADER_ERROR_12_HEIGHT A altura no 12 Pixeis +GUILDMARK_UPLOADER_ERROR_16_WIDTH A Largura no 16 Pixeis +GUILDMARK_UPLOADER_ERROR_64_WIDTH A Largura no 64 Pixeis +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT O jogo no suporta esta imagem. +GUILDMARK_UPLOADER_ERROR_PATH Move os dados para a pasta metin2/upload. +GUILDMARK_UPLOADER_ERROR_SELECT Nenhum ficheiro de imagem foi escolhido. +GUILDWAR_CTF_TITLE Bandeira capturada. +GUILDWAR_NORMAL_TITLE Campal +GUILDWAR_QUESTION_LINE_1 A Guild %s declarou guerra tua Guild. +GUILDWAR_QUESTION_LINE_2 Aceitas? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Arena de Guerra +GUILD_BUILDING_GRADE Nvel +GUILD_BUILDING_NAME Nome do Edifcio +GUILD_CANNOT_HEAL_GSP_ANYMORE A Energia dos Drages Fantasma j est no mximo. +GUILD_COMMENT Escrever +GUILD_CREATE_ERROR_INSULT_NAME O nome da Guild no vlido. +GUILD_DEFAULT_GRADE Membros da Guild +GUILD_DELETE Apagar +GUILD_DEPOSIT Depositar +GUILD_DO_YOU_HEAL_GSP Queres usar %d Yang para restaurares %d unidades de Drages Fantasma? +GUILD_DO_YOU_JOIN fez-te um convite. Queres juntar-te Guild? +GUILD_EMPTY_AREA Terreno Vazio +GUILD_ENEMY_GUILD_NAME Nome da Guild inimiga +GUILD_FACILITY Anexo +GUILD_GEM Pedra Preciosa +GUILD_HEADQUARTER Edifcio Principal +GUILD_HEAL_GSP Restaurar Drages Fantasma +GUILD_INFO_ENEMY_GUILD_EMPTY Nenhum +GUILD_MARK_NOT_ENOUGH_LEVEL A guild necessita de nvel 3 para usar icon de guild +GUILD_NAME Nome da Guild +GUILD_NOT_ENOUGH_MATERIAL No tens recursos de construo suficientes para este edifcio. +GUILD_NOT_ENOUGH_MONEY No tens Yang suficiente para este edifcio. +GUILD_NO_NOTICE_PERMISSION No tens permisses para fazer um anncio. +GUILD_OBJECT Objectos +GUILD_OFFER_EXP Experincia a investir +GUILD_SHORT_EXP Pontos de Experincia insuficientes. +GUILD_TILE_BASEINFO Informao Bsica +GUILD_TILE_BOARD Quadro de Mensagens +GUILD_TILE_GRADE Administrao de Permisses +GUILD_TILE_INFO Informao da Guild +GUILD_TILE_MEMBER Membros da Guild +GUILD_TILE_SKILL Habilidades de Guild +GUILD_VILLAGE_01 Miryang +GUILD_VILLAGE_02 Songpa +GUILD_VILLAGE_03 Daeyami +GUILD_WAR1 rea de Guerras de Guilds +GUILD_WAR2 rea de Guerras de Guilds +GUILD_WAR3 rea de Guerras de Guilds +GUILD_WAR4 rea de Guerras de Guilds +GUILD_WAR_LIMIT_30MIN Durao: 30 Minutos +GUILD_WAR_REWARD_POTION Recompensa: O vencedor recebe uma Poo. +GUILD_WAR_USE_BATTLE_MAP Localizao: Arena de Guerra +GUILD_WAR_USE_NORMAL_MAP Localizao: Mapa Normal +GUILD_WAR_WIN_CHECK_SCORE A Guild com o resultado mais alto ganha a Guerra. +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Captura a Bandeira do teu inimigo +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 e leva-a para a tua base. +GUILD_WAR_WIN_WIPE_OUT_GUILD Derrota 100 inimigos para vencer. +GUILD_WITHDRAW Retirar +GUILD_YOU_DO_NOT_JOIN No s membro de uma Guild. +HORSE_HEALTH0 Morto +HORSE_HEALTH1 Fome +HORSE_HEALTH2 Esfomeado +HORSE_HEALTH3 Cheio +HORSE_LEVEL1 Cavalo Normal +HORSE_LEVEL2 Cavalo Armado +HORSE_LEVEL3 Cavalo Militar +HOUR Horas +HOW_MANY_ITEM_DO_YOU_DROP1 Queres largar %s? +HOW_MANY_ITEM_DO_YOU_DROP2 Queres largar %s %d? +INPUT_MATRIX_CARD_NUMBER Introduz o nmero do Carto Matriz. +INPUT_MATRIX_CARD_TITLE Carto Matriz +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Introduz aqui o cdigo de apagar personagem da tua conta. +INPUT_PRIVATE_CODE_DIALOG_TITLE Apagar Personagem +INVENTORY_DO_NOT_PACK_WARP_SCROLL Pergaminho do Retorno no pode ser combinado. +INVENTORY_REALLY_USE_ITEM Usar item neste item? +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Ninja Amador +JOB_ASSASSIN1 Poder dos Ninjas +JOB_ASSASSIN2 Mortos-Vivos +JOB_SHAMAN Xam +JOB_SHAMAN0 Xam Amador +JOB_SHAMAN1 Poder do Drago +JOB_SHAMAN2 Poder da Luz +JOB_SURA Sura +JOB_SURA0 Sura Amador +JOB_SURA1 Poder da Fada Morgana +JOB_SURA2 Poder da Magia Negra +JOB_WARRIOR Guerreiro +JOB_WARRIOR0 Guerreiro Amador +JOB_WARRIOR1 Poder do Arahan +JOB_WARRIOR2 Poder do Partidrio +LEFT_TIME Tempo Restante +LOGIN_CONNECT_FAILURE Ocorreu um erro enquanto te ligavas ao Servidor. +LOGIN_CONNECT_SUCCESS Ests ligado ao Servidor. +LOGIN_CONNETING Vais ser ligado ao Servidor... +LOGIN_FAILURE_ALREAY A tua conta j est ligada. +LOGIN_FAILURE_BE_SAME_KEY Problema de registo. +LOGIN_FAILURE_BLOCK_ID A tua conta est bloqueada. +LOGIN_FAILURE_BLOCK_LOGIN Por favor escolhe um dos outros Servidores! +LOGIN_FAILURE_NOBILL A tua conta no tinha tempo de jogo. +LOGIN_FAILURE_NOT_AVAIL A tua conta no pode ser usada. +LOGIN_FAILURE_NOT_EXIST_ID O nome da conta ou a palavra-passe est/o incorrecta(s). +LOGIN_FAILURE_REPAIR_ID Foram restaurados Itens a esta conta. +LOGIN_FAILURE_SAMELOGIN Algum se ligou tua conta. +LOGIN_FAILURE_SHUTDOWN O Servidor ainda no est aberto. +LOGIN_FAILURE_TOO_MANY_USER No te podes ligar ao Servidor porque esto muitos jogadores ligados. +LOGIN_FAILURE_UNKNOWN No te foi possvel registar por razes desconhecidas. +LOGIN_FAILURE_WEB_BLOCK Foste bloqueado no site, por favor verifica os teus E-mails. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Inseriste um nmero errado. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE Inseriste um nmero errado trs vezes. /n A tua ligao vai ser anulada. +LOGIN_FAILURE_WRONG_PASSWORD O nome da conta ou a palavra-passe est/o incorrecta(s). +LOGIN_INPUT_ID Insere o ID. +LOGIN_INPUT_PASSWORD Insere a palavra-passe. +LOGIN_PROCESSING Processo de Login em progresso... +MALL_CANNOT_INSERT No podes colocar o Item. +MALL_PASSWORD_TITLE Palavra-passe +MAP_A1 rea Yongan +MAP_A2 Vale de Seungryong +MAP_A2_1 +MAP_A3 rea Yayang +MAP_AG Jungrang +MAP_B1 rea Joan +MAP_B2 Vale Imji +MAP_B3 rea Bokjung +MAP_BAY Baa de Nephrite +MAP_BAYBLACKSAND Baa de Nephrite +MAP_BG Waryong +MAP_C1 rea Pyungmoo +MAP_C2 Vale Bangsan +MAP_C3 rea Bakra +MAP_CAPE Cabo Fogo de Drago +MAP_CAPEDRAGONHEAD Cabo Fogo de Drago +MAP_CG Imha +MAP_DAWN Falsia de Gautama +MAP_DAWNMISTWOOD Falsia de Gautama +MAP_DESERT Deserto de Yongbi +MAP_DEVILCATACOMB Catacumbas do Demnio +MAP_DEVILTOWER1 Torre Demonaca +MAP_DUEL Arena de Lutas de Treino +MAP_E Colnia +MAP_EMPIREWAR01 Batalha do Castelo +MAP_EMPIREWAR02 Batalha do Castelo +MAP_EMPIREWAR03 Batalha do Castelo +MAP_FLAME Doyyumhwan +MAP_GUILD_01 Jungrang +MAP_GUILD_02 Waryong +MAP_GUILD_03 Imha +MAP_HOLYPLACE_DESERT Guerra dos Reinos - Terra do Deserto +MAP_HOLYPLACE_FLAME Guerra dos Reinos - Terra do Fogo +MAP_HOLYPLACE_ICE Guerra dos Reinos - Terra do Gelo +MAP_MILGYO Templo Hwang +MAP_MILGYO_A +MAP_MONKEY_DUNGEON Hasun Dong +MAP_MONKEY_DUNGEON2 Jungsun Dong +MAP_MONKEY_DUNGEON3 Sangsun Dong +MAP_MONKEY_DUNGEON_11 Hasun Dong +MAP_MONKEY_DUNGEON_12 Hasun Dong +MAP_MONKEY_DUNGEON_13 Hasun Dong +MAP_MT_THUNDER Montanhas do Trovo +MAP_NUSLUCK Jotunheim +MAP_NUSLUCK01 Terra dos Gigantes +MAP_N_DESERT_01 Deserto Yongbi +MAP_N_DESERT_02 +MAP_N_FLAME_01 Terra do Fogo +MAP_N_FLAME_02 +MAP_N_FLAME_DUNGEON_01 Forte do Drago Vermelho +MAP_N_SNOWM_01 Montanha Sohan +MAP_N_SNOWM_02 +MAP_N_SNOW_DUNGEON_01 Torre de Vigia de Nemere +MAP_N_THREEWAY Vale Seungryong +MAP_OXEVENT Concurso OX +MAP_PATHWAY_DESERT_01 Guerra dos Reinos - Terra do Deserto +MAP_PATHWAY_DESERT_02 Guerra dos Reinos - Terra do Deserto +MAP_PATHWAY_DESERT_03 Guerra dos Reinos - Terra do Deserto +MAP_PATHWAY_FLAME_01 Guerra dos Reinos - Terra do Fogo +MAP_PATHWAY_FLAME_02 Guerra dos Reinos - Terra do Fogo +MAP_PATHWAY_FLAME_03 Guerra dos Reinos - Terra do Fogo +MAP_PATHWAY_ICE_01 Guerra dos Reinos - Terra do Gelo +MAP_PATHWAY_ICE_02 Terra do Jogo +MAP_PATHWAY_ICE_03 Guerra dos Reinos - Terra do Gelo +MAP_SKELTOWER Torre Gumsan +MAP_SKIPIA_DUNGEON_01 Gruta do Exlio +MAP_SKIPIA_DUNGEON_011 +MAP_SKIPIA_DUNGEON_012 +MAP_SKIPIA_DUNGEON_013 +MAP_SKIPIA_DUNGEON_02 Gruta do Exlio 2 +MAP_SKIPIA_DUNGEON_021 +MAP_SKIPIA_DUNGEON_022 +MAP_SKIPIA_DUNGEON_023 +MAP_SKIPIA_DUNGEON_BOSS Templo do Drago +MAP_SKIPIA_DUNGEON_BOSS_1 Caverna das Aranhas 1 +MAP_SKIPIA_DUNGEON_BOSS_2 Caverna das Aranhas 2 +MAP_SKIPIA_DUNGEON_BOSS_3 Caverna das Aranhas 3 +MAP_SNOW Montanha Sohan +MAP_SPIDER Kuahlo Dong +MAP_SPIDERDUNGEON Caverna das Aranhas 1 +MAP_SPIDERDUNGEON_02 Caverna das Aranhas 2 +MAP_SPIDERDUNGEON_02_1 Caverna das Aranhas 2 +MAP_SPIDERDUNGEON_03 Caverna das Aranhas 3 +MAP_SUNGZI Guerra dos Reinos +MAP_SUNGZI_DESERT_01 Guerra dos Reinos - Terra do Deserto +MAP_SUNGZI_DESERT_HILL_01 Guerra dos Reinos - Terra do Deserto +MAP_SUNGZI_DESERT_HILL_02 Guerra dos Reinos - Terra do Deserto +MAP_SUNGZI_DESERT_HILL_03 Guerra dos Reinos - Terra do Deserto +MAP_SUNGZI_FLAME_HILL_01 Guerra dos Reinos - Terra do Fogo +MAP_SUNGZI_FLAME_HILL_02 Guerra dos Reinos - Terra do Fogo +MAP_SUNGZI_FLAME_HILL_03 Guerra dos Reinos - Terra do Fogo +MAP_SUNGZI_SNOW Guerra dos Reinos - Terra do Gelo +MAP_SUNGZI_SNOW_PASS01 Guerra dos Reinos - Terra do Gelo +MAP_SUNGZI_SNOW_PASS02 Guerra dos Reinos - Terra do Gelo +MAP_SUNGZI_SNOW_PASS03 Guerra dos Reinos - Terra do Gelo +MAP_T1 rea de Guerras de Guilds +MAP_T2 rea de Guerras de Guilds +MAP_T3 rea de Guerras de Guilds +MAP_T4 rea de Guerras de Guilds +MAP_TEMPLE Templo Hwang +MAP_THUNDER Montanhas do Trovo +MAP_TREE Lungsam +MAP_TRENT Floresta Fantasma +MAP_TRENT02 Bosque Rubro +MAP_TRENT02_A Bosque Rubro +MAP_TRENT_A +MAP_WEDDING_01 Mapa de Casamento +MAP_WL Plancie Seca +MAP_WL_01 Plancie Seca +MESSENGER_ADD_FRIEND Adicionar Amigo +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s adicionou-te como amigo. +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Aceitar? +MESSENGER_DO_YOU_DELETE Apagar? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Queres apagar o nmero de telemvel? +MESSENGER_DO_YOU_MOVE Queres continuar? +MESSENGER_EMPTY_LIST Vazio +MESSENGER_FAMILY Famlia +MESSENGER_FRIEND Amigos +MESSENGER_GUILD Guild +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Insere o nmero de confirmao que foi enviado para o teu telemvel. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Insere o nmero de confirmao +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Insere o nmero de telemvel para enviar a mensagem de texto. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Queres inserir o nmero agora? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Insere o nmero de telemvel. +MESSENGER_SEND_MOBILE_MESSAGE_TITLE Enviar mensagem. +METIN_TEST +MINIMAP Abrir Mini Mapa +MINIMAP_CANNOT_SEE O Mini-Mapa no pode ser visto. +MINIMAP_CAN_NOT_SHOW_AREAMAP O Mapa Grande no pode ser mostrado. +MINIMAP_DEC_SCALE Minimizar +MINIMAP_INC_SCALE Maximizar +MINIMAP_OBSERVER_COUNT %d observadores +MINIMAP_SHOW_AREAMAP Abrir Mapa Grande +MINUTE Minutos +MONETARY_UNIT0 Yang +MONETARY_UNIT1 Dez Mil +MONETARY_UNIT2 Cem Mil Milhes +MONEY_INPUT_DIALOG_SELLPRICE Preo de Venda: +MOVE_ITEM_FAILURE_PRIVATE_SHOP No podes mover um Item quando tens uma Loja Privada aberta. +MUSIC_EMPTY_MUSIC_LIST Sem msica de fundo. +MUSIC_METIN2_DEFAULT_THEMA Msica Standard Metin2 +MUSIC_NOT_SELECT_MUSIC Sem pasta de msica escolhida. +NEEFD_REST Primeiro tens de descansar. +NOT_YET_SUPPORT Ainda no suportado +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE No podes activar o Modo Guild quando no pertences a uma Guild. +OPTION_PVPMODE_NOT_SUPPORT No podes escolher esta configurao em Modo PvP. +OPTION_PVPMODE_PROTECT Tens de ter pelo menos nvel %d para poderes alterar o Modo PvP. +PARTY_ANSWER_TIMEOVER O convite foi rejeitado. +PARTY_BONUS_ATTACKER Valor de Ataque: +%d SA +PARTY_BONUS_BERSERKER Rapidez de Ataque: +%d SA +PARTY_BONUS_BUFFER Durao da Habilidade: +%d SA +PARTY_BONUS_DEFENDER Defesa: +%d SA +PARTY_BONUS_EXP EXP Bnus: %d%% SA +PARTY_BONUS_SKILL_MASTER Mx. MN: +%d SA +PARTY_BONUS_TANKER Mx. VD: +%d SA +PARTY_BREAK_UP Apagar Grupo +PARTY_DO_YOU_ACCEPT gostaria de se juntar ao Grupo. +PARTY_DO_YOU_JOIN fez-te um convite para o seu grupo. Queres aceitar o convite? +PARTY_EXP_DISTRIBUTION_MODE Distribuio de EXP +PARTY_EXP_DISTRIBUTION_MODE_LEVEL Distribuio de Nveis +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP Os Nveis mais altos do grupo recebem mais EXP. +PARTY_EXP_DISTRIBUTION_MODE_PARITY Distribuio Uniforme +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Todos os membros do Grupo recebem a mesma EXP. +PARTY_HEAL_ALL_MEMBER Restaurar tudo. +PARTY_INCREASE_AREA_150 O alcance do grupo atingiu o factor 1,5. SNA +PARTY_INCREASE_AREA_200 O alcance do grupo atingiu o factor 2. SNA +PARTY_LEAVE Abandonar o Grupo +PARTY_LONGTIME_BONUS_EXP EXP Bnus por longo jogo em Grupo: +%d%% SA +PARTY_MEMBER_OFFLINE [Desligado] +PARTY_RECALL_MEMBER Chamar membro do Grupo. +PARTY_REGEN_BONUS Bnus de VD + regenerao MN: +%d%% SA +PARTY_REQUEST_DENIED O teu pedido foi recusado. +PARTY_SET_ATTACKER Constituir como Atacante. +PARTY_SET_BERSERKER Constituir como Agressivo. +PARTY_SET_BUFFER Constituir como Bloqueador. +PARTY_SET_DEFENDER Constituir como Defensor. +PARTY_SET_NORMAL Retirar definies. +PARTY_SET_SKILL_MASTER Constituir como Mestre de Habilidades. +PARTY_SET_TANKER Constituir como Lutador de Curta Distncia. +PARTY_SKILL_ATTACKER Valor Base de Ataque +%.0f +PARTY_SKILL_BERSERKER Rapidez de Ataque +%.0f +PARTY_SKILL_BUFFER Durao da Habilidade +%.0f +PARTY_SKILL_DEFENDER Aumenta a Defesa +%.0f +PARTY_SKILL_HP_REGEN Regenerao de VD +%.0f%% +PARTY_SKILL_PARTY_AREA Alcance do Grupo +%d%% +PARTY_SKILL_SKILL_MASTER Bnus MN +%.0f +PARTY_SKILL_SP_REGEN Regenerao de MN +%.0f%% +PARTY_SKILL_TANKER Bnus VD +%.0f +PARTY_SKILL_WARP possvel chamar membros do Grupo. +PASSWORD_TITLE Palavra-passe do Armazm +PICK_ITEM_TITLE Quantidade +PICK_MONEY_TITLE Quantia +PRIVATE_SHOP_CANNOT_SELL_ITEM No podes vender este Item numa Loja Privada. +PRIVATE_SHOP_CLOSE_QUESTION Queres fechar a Loja Privada? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE Nome da Loja Privada. +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Preo +PVP_LEVEL0 Cavaleiro +PVP_LEVEL1 Nobre +PVP_LEVEL2 Bom +PVP_LEVEL3 Amigvel +PVP_LEVEL4 Neutro +PVP_LEVEL5 Agressivo +PVP_LEVEL6 Fraudulento +PVP_LEVEL7 Malicioso +PVP_LEVEL8 Cruel +PVP_MODE_GUILD PvP - Modo Guild activado. +PVP_MODE_KILL PvP - Modo Livre activado. +PVP_MODE_NORMAL PvP - Modo Paz activado. +PVP_MODE_PROTECT PvP - Modo Proteco activado. +PVP_MODE_REVENGE PvP - Modo Hostil activado. +PVP_OPTION_KILL Livre +PVP_OPTION_NORMAL Paz +PVP_OPTION_PROTECT Proteco +PVP_OPTION_REVENGE Hostil +QUEST_APPEND Nova Aventura adquirida. +QUEST_MIN Min. +QUEST_SEC Seg. +QUEST_TIMEOVER Acabou o Tempo +QUEST_UNLIMITED_TIME Sem Tempo Limite +QUEST_ZEROSEC 0 Seg. +QUICKSLOT_REGISTER_DISABLE_ITEM Este Item no pode ser adicionado ao campo de Acesso Rpido. +RECEIVE_MESSAGE %s enviou-te uma mensagem. +REFINE_COST Custos do melhoramento: %d Yang +REFINE_DESTROY_WARNING Este Item pode ser destrudo enquanto melhorado. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Isto vai aumentar a probabilidade de ser melhorado, +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 mas se falhares o item pode ser destrudo. Queres continuar? +REFINE_DOWN_GRADE_WARNING O Item pode ser piorado desta forma. +REFINE_DO_YOU_SEPARATE_METIN Queres mesmo retirar todas as Pedras Espritas? +REFINE_FAILURE Melhoramento falhado! +REFINE_FAILURE_CAN_NOT_ATTACH No podes incluir %s nesse Item. +REFINE_FAILURE_EQUIP_ITEM No podes melhorar um Item equipado. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM As Pedras Espritas no podem ser retiradas. +REFINE_FAILURE_NEED_BETTER_SCROLL Precisas de um tipo de Pergaminho diferente. +REFINE_FAILURE_NO_GOLD_SOCKET No existe Socket para se adicionar %s. +REFINE_FAILURE_NO_MORE_SOCKET No podes abrir mais Sockets. +REFINE_FAILURE_NO_SOCKET0 No existe Socket para adicionar %s. +REFINE_FAILURE_SOCKET_DISABLE_ITEM No podes criar nenhum Socket neste item. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM Este Item no pode ser melhorado. +REFINE_SUCCESS O melhoramento do Item foi bem sucedido! +REFINE_SUCCESS_PROBALITY Probabilidade de Melhorar %d%% +REFINE_WARNING2 Queres continuar? +SAFEBOX_ERROR Inseriste a palavra-passe errada. +SAFEBOX_SELL_DISABLE_SAFEITEM No podes vender nenhum dos Itens guardados. +SAFEBOX_WRONG_PASSWORD As palavras-passe tm de ser idnticas. +SCREENSHOT_SAVE1 est gravado em +SCREENSHOT_SAVE2 Pasta Screenshot +SCREENSHOT_SAVE_FAILURE Erro a gravar o Screenshot. +SECOND Seg +SELECT_CAN_NOT_DELETE No podes apagar a personagem. +SELECT_CHANGED_NAME Alteraste o nome da personagem. +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME O nome da personagem j existe. +SELECT_CHANGE_FAILURE_STRANGE_INDEX Tenta de novo. +SELECT_CHANGE_FAILURE_STRANGE_NAME Que +SELECT_CHANGE_NAME_TITLE Altera o nome da personagem. +SELECT_DELEING A personagem ir ser apagada. +SELECT_DELETED Apagada com sucesso. +SELECT_DO_YOU_DELETE_REALLY Queres continuar? +SELECT_EMPTY_SLOT Este um campo vazio. +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Insere um novo nome de personagem. +SELECT_NOT_JOIN_GUILD Nenhuma Guild +SHOP_BUY_INFO Podes comprar um Item numa loja, escolhendo-o na janela. +SHOP_CANNOT_SELL_EQUIPMENT No podes vender um Item equipado. +SHOP_CANNOT_SELL_ITEM Este Item no pode ser vendido. +SHOP_ERROR_UNKNOWN Erro de Loja Desconhecido: %s +SHOP_INVALID_POS Este Item no pode ser usado aqui. +SHOP_INVENTORY_FULL O teu Inventrio est cheio. +SHOP_NOT_ENOUGH_MONEY Yang insuficiente +SHOP_NOT_ENOUGH_MONEY_EX No tens Yang suficiente. +SHOP_SELL_INFO Escolhe o Item a ser vendido, na janela do inventrio. +SHOP_SOLDOUT Esgotado +SHOT_ERROR_UNKNOWN Erro de Ataque de Longa Distncia Desconhecido: %s +SKILL_BLEEDING Sangramento +SKILL_BOHO Reflectir - 1 +SKILL_BUDONG j no usado - 2 +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK Precisas de EXP para aprenderes esta Habilidade. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Precisas de um Livro para aprenderes esta Habilidade. +SKILL_CHEONGEUN Corpo Forte - 3 +SKILL_CRITICAL Golpe Crtico - 4 +SKILL_ENCHANT_POISON Envenenar - 5 +SKILL_EUNHYEONG Camuflagem - 6 +SKILL_FAINT Atordoado - 7 +SKILL_FIND_TRAP Procurar Armadilha - 8 +SKILL_FIRE Fogo Eterno - 9 +SKILL_FISHMIND O Mrmore de Pesca est activo +SKILL_GAMJI Captura - 10 +SKILL_GEOMGYEONG Aura da Espada - 11 +SKILL_GEONGON SKILL_GEONGON j no usado - 12 +SKILL_GICHEON Ajuda do Drago +SKILL_GIGONG Rotao Chi - 14 +SKILL_GONGPO Receio - 15 +SKILL_GRADE_NAME_GRAND_MASTER Habilidade %s a Grande Mestre +SKILL_GRADE_NAME_MASTER Habilidade %s a Mestre +SKILL_GRADE_NAME_PERFECT_MASTER Habilidade %s a Mestre Perfeito +SKILL_GROUP_ASSASSIN_1 Furtivo +SKILL_GROUP_ASSASSIN_2 Arco +SKILL_GROUP_HORSE Cavalo +SKILL_GROUP_SHAMAN_1 Drago +SKILL_GROUP_SHAMAN_2 Energia +SKILL_GROUP_SURA_1 Armas +SKILL_GROUP_SURA_2 Magia +SKILL_GROUP_WARRIOR_1 Corpo +SKILL_GROUP_WARRIOR_2 Mental +SKILL_GWIGEOM Lmina Encantada - 16 +SKILL_GYEONGGONG Flutuar - 17 +SKILL_HEUKSIN Proteco Sombria - 18 +SKILL_HOSIN Bno - 19 +SKILL_HWAYEOM SKILL_HWAYEOM j no usado - 20 +SKILL_HYEOLMA SKILL_HYEOLMA j no usado - 21 +SKILL_INC_ATKSPD Aumento da Velocidade de Ataque +SKILL_INC_MOVSPD Aumento da Velocidade de Movimento +SKILL_INMA SKILL_INMA j no usado - 24 +SKILL_JEOJU Maldio - 25 +SKILL_JEONGEOP Curar - 26 +SKILL_JEONGWI Raiva - 27 +SKILL_JEONSINBANGEO Defesa Plena - 28 +SKILL_JEONSINGONGGYEOK Ataque Pleno - 29 +SKILL_JEUNGCHE SKILL_JEUNGCHE j no usado - 30 +SKILL_JEUNGHON SKILL_JEUNGHON j no usado - 31 +SKILL_JEUNGRYEOK Ataque + - 32 +SKILL_JEUNGSOK Velocidade + - 33 +SKILL_JIGAM SKILL_JIGAM j no usado - 34 +SKILL_JIPJUNG SKILL_JIPJUNG j no usado - 35 +SKILL_JUMAGAP Armadura Encantada - 36 +SKILL_JUMAGEOM SKILL_JUMAGEOM j no usado. - 37 +SKILL_KWAEGEOM SKILL_KWAEGEOM j no usado - 38 +SKILL_KWAESOK Rapidez - 39 +SKILL_LEGBOUND SKILL_LEGBOUND j no usado - 40 +SKILL_MUSA SKILL_MUSA j no usado - 41 +SKILL_MUYEONG Esprito da Chama - 42 +SKILL_NEED_EMPTY_BOTTLE No tenho uma Garrafa Vazia. +SKILL_NEED_POISON_BOTTLE No tenho uma Garrafa de Veneno. +SKILL_ONLY_FOR_GUILD_WAR Apenas podes usar esta Habilidade durante uma Guerra de Guilds. +SKILL_PABEOP Remover Feitio - 43 +SKILL_POWERFUL_STRIKE Ataque Atordoante - 44 +SKILL_SEOMGWANG Bomba Relmpago - 45 +SKILL_SINCHAK SKILL_SINCHAK j no usado - 46 +SKILL_SLEEP Dormir - 47 +SKILL_SLOW Lento +SKILL_STUN Atordoar +SKILL_SUHO Guarda - 48 +SKILL_SUMMON_DESCRIPTION Probabilidade da Invocao: %d%% +SKILL_TOOLTIP_INT Inteligncia +SKILL_TOOLTIP_LEVEL Nvel +SKILL_TOXICDIE Envenenamento - 49 +SKILL_TOXICPOWER Valor de Ataque Venenoso aumentado - 50 +SKILL_TUSOK Fora do Golpe - 51 +SKILL_WONSIN SKILL_WONSIN j no usado - 52 +SKILL_YONGSIN SKILL_YONGSIN j no usado - 53 +STAT_MINUS_CON Ajustamento da Vitalidade (Pontos Restantes: %d) +STAT_MINUS_DEX Ajustamento de Destreza (Pontos Restantes: %d) +STAT_MINUS_INT Ajustamento de Inteligncia (Pontos Restantes: %d) +STAT_MINUS_STR Ajustamento de Fora (Pontos Restantes: %d) +STAT_TOOLTIP_CON Aumenta o VD e Defesa +STAT_TOOLTIP_DEX Aumenta o Ataque e a Evaso +STAT_TOOLTIP_INT Aumenta a MN, Ataque Mgico e Defesa +STAT_TOOLTIP_STR Aumenta o Valor de Ataque e o Dano +SYMBOLLIST_TITLE Registar Bandeira da Guild +SYSTEM_OPTION_CPU_TILING_1 CPU Tiling Mode pode melhorar a velocidade de um PC mais fraco. +SYSTEM_OPTION_CPU_TILING_2 Se existirem problemas com os grficos, escolhe entre ,Systemoption ou ,CONFIG.exe +SYSTEM_OPTION_CPU_TILING_3 e altera para GPU Tiling Mode. +SYSTEM_OPTION_GPU_TILING_1 GPU Tiling Mode pode tornar lento um PC mais fraco. +SYSTEM_OPTION_GPU_TILING_2 Se existirem problemas com os grficos, escolhe entre 'System Option' ou 'CONFIG.exe' +SYSTEM_OPTION_GPU_TILING_3 e altera para GPU Tiling Mode. +SYSTEM_OPTION_TILING_EXIT Para alterar para Tiling Mode o jogo tem de ser reiniciado. +TARGET_BUTTON_ACCEPT_FIGHT Concordo +TARGET_BUTTON_AVENGE Vingana +TARGET_BUTTON_BUILDING_DESTROY Destruir +TARGET_BUTTON_DISMOUNT Desmontar +TARGET_BUTTON_EMOTION_ALLOW Emoes +TARGET_BUTTON_EXCHANGE Negociar +TARGET_BUTTON_EXCLUDE Excluir +TARGET_BUTTON_EXIT_OBSERVER Terminar Modo de Observao +TARGET_BUTTON_FIGHT Duelo +TARGET_BUTTON_FRIEND Amigo +TARGET_BUTTON_INVITE_GUILD Convite Guild +TARGET_BUTTON_INVITE_PARTY Convite Grupo +TARGET_BUTTON_LEAVE_PARTY Abandonar Grupo +TARGET_BUTTON_REQUEST_ENTER_PARTY Entrar no Grupo +TARGET_BUTTON_VIEW_EQUIPMENT Armadura +TARGET_BUTTON_WHISPER Segredo +TARGET_LEVEL_BOSS Boss +TARGET_LEVEL_KING Nvel 5. +TARGET_LEVEL_KNIGHT Nvel 3. +TARGET_LEVEL_PAWN Nvel 1. +TARGET_LEVEL_S_KNIGHT Nvel 4. +TARGET_LEVEL_S_PAWN Nvel 2. +TASKBAR_ATTACK Atacar +TASKBAR_AUTO Atacar Automaticamente +TASKBAR_CAMERA Cmara +TASKBAR_EXP Experincia +TASKBAR_HP VD +TASKBAR_MOVE Mover +TASKBAR_SKILL Habilidade +TASKBAR_SP MN +TASKBAR_ST RES +THING_COUNT Todos +TOOLTIP_ANTI_CRITICAL_PCT Resistncia a Golpes Crticos +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT Resistncia a Golpes Perfurantes +%d%% SA +TOOLTIP_ANTI_SELL No pode ser vendido numa Loja Privada +TOOLTIP_APPLY_ACCEDRAIN_RATE Taxa de absoro: %d%% SA +TOOLTIP_APPLY_ATTBONUS_ANIMAL Forte contra Animais: +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Forte contra Ninjas: +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL Forte contra Demnios: +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Forte contra Semi-Humanos: +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Forte contra Esotricos: +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Forte contra Monstros: +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC Forte contra Orcs: +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN Forte contra Xams: +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Forte contra Suras: +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD Forte contra Mortos-Vivos: +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Forte contra Guerreiros: +%d%% SA +TOOLTIP_APPLY_BLEEDING_PCT Ataque de sangramento + %d%% SA +TOOLTIP_APPLY_BLEEDING_REDUCE Resistncia a ataques de sangramento + %d%% SA +TOOLTIP_APPLY_BLOCK Chance de bloquear ataques fsicos %d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER Recuperar MN a cada 5 segundos em Batalha %d SA +TOOLTIP_APPLY_CRITICAL_PCT Chance de Golpes Crticos +%d%% SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% Chance de recuperar MN quando atingido SA +TOOLTIP_APPLY_DODGE Chance de evitar Flechas: %d%% SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% Chance de EXP Bnus SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% Chance de receber Yang a dobrar SA +TOOLTIP_APPLY_IMMUNE_FALL Imune contra Quedas SNA +TOOLTIP_APPLY_IMMUNE_SLOW Defesa contra Abrandamento SNA +TOOLTIP_APPLY_IMMUNE_STUN Defesa contra Atordoamento SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% Chance de receber Itens a dobrar SA +TOOLTIP_APPLY_KILL_HP_RECOVER %d%% Chance de restaurar VD SA +TOOLTIP_APPLY_KILL_SP_RECOVER %d%% Chance de restaurar MN SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% Chance de roubar MN SA +TOOLTIP_APPLY_MAX_HP_PCT Mx. VD +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT Mx. MN +%d%% SA +TOOLTIP_APPLY_NOAFFECT Sem efeito +TOOLTIP_APPLY_NO_DEATH_PENALTY A personagem no ir perder pontos de experincia se for reanimada no local onde morreu. SNA +TOOLTIP_APPLY_PENETRATE_PCT %d%% Chance de Golpes Perfurantes SA +TOOLTIP_APPLY_POISON_PCT Chance de Envenenamento %d%% SA +TOOLTIP_APPLY_POISON_REDUCE Resistncia a Envenenamento: %d%% SA +TOOLTIP_APPLY_POTION_BONUS O efeito da Poo %d%% aumentou. SA +TOOLTIP_APPLY_REFLECT_CURSE Chance de reflectir Maldio: %d%% SA +TOOLTIP_APPLY_REFLECT_MELEE %d%% Chance de reflectir ataques fsicos SA +TOOLTIP_APPLY_RESIST_ASSASSIN Resistncia a dano de Ninjas: %d%% SA +TOOLTIP_APPLY_RESIST_BELL Defesa contra Campainhas: %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER Defesa contra Punhais: %d%% SA +TOOLTIP_APPLY_RESIST_FAN Defesa contra Leques: %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN Resistncia a dano de Xams: %d%% SA +TOOLTIP_APPLY_RESIST_SURA Resistncia a dano de Suras: %d%% SA +TOOLTIP_APPLY_RESIST_SWORD Defesa contra Espadas: %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND Defesa contra Duas Mos: %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR Resistncia a dano de Guerreiros: %d%% SA +TOOLTIP_APPLY_RESIST_WIND Resistncia ao Vento: %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS Probabilidade de ler livros com sucesso aumentada 2,5 vezes. SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY Se a leitura do Livro de Habilidades falhar ters imediatamente uma nova tentativa. SNA +TOOLTIP_APPLY_SLOW_PCT Chance de Abrandamento %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% dos danos sero absorvidos pela VD SA +TOOLTIP_APPLY_STEAL_SP %d%% dos danos sero absorvidos pelo MN SA +TOOLTIP_APPLY_STUN_PCT Chance de Atordoamento %d%% SA +TOOLTIP_ARMOR Armadura +TOOLTIP_ARROW Flecha +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE Valor de Ataque: +%d SA +TOOLTIP_ATT_SPEED Rapidez de Ataque: +%d%% SA +TOOLTIP_AUTO_POTION_HP Elixir do Sol +TOOLTIP_AUTO_POTION_REST Restante: %.2f%% +TOOLTIP_AUTO_POTION_SP Elixir da Lua +TOOLTIP_AUTO_POTION_USING Activo +TOOLTIP_BOW_DISTANCE Alcance do Arco: +%dm SA +TOOLTIP_BUYPRICE Preo: %s +TOOLTIP_CAST_SPEED Rapidez de Feitio: +%d%% SA +TOOLTIP_CON Vitalidade +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Bnus de disfarce %d SA +TOOLTIP_DEF_GRADE Defesa: +%d SA +TOOLTIP_DEX Destreza +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Terra SNA +TOOLTIP_DRAGON_SOUL_DECK2 Cu SNA +TOOLTIP_EAR Brinco +TOOLTIP_ENERGY Energia %d SA +TOOLTIP_ETC E assim por diante +TOOLTIP_FISHINGROD_EXP Pontos %d / %d +TOOLTIP_FISHINGROD_LEVEL Nvel: %d +TOOLTIP_FISHINGROD_UPGRADE1 Entrega ao Pescador +TOOLTIP_FISHINGROD_UPGRADE2 para conseguir uma +TOOLTIP_FISHINGROD_UPGRADE3 Cana de Pesca melhorada. +TOOLTIP_FISH_LEN Comprimento: %.2fcm +TOOLTIP_HELMET Capacete +TOOLTIP_HP_REGEN Regenerao de VD: +%d%% SA +TOOLTIP_INT Inteligncia: +%d SA +TOOLTIP_ITEM_ATT_GRADE Valor de Ataque: %d +TOOLTIP_ITEM_ATT_POWER Valor de Ataque: %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Valor de Ataque: %d +TOOLTIP_ITEM_ATT_POWER_REFINE Valor de Ataque: %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Rapidez de Ataque: %s +TOOLTIP_ITEM_DEF_GRADE Defesa: %d +TOOLTIP_ITEM_FAST Rpido +TOOLTIP_ITEM_LIMIT_CON Limite mximo de Vitalidade: %d +TOOLTIP_ITEM_LIMIT_DEX Limite mximo de Destreza: %d +TOOLTIP_ITEM_LIMIT_INT Limite mximo de Inteligncia: %d +TOOLTIP_ITEM_LIMIT_LEVEL Nvel Mnimo: %d +TOOLTIP_ITEM_LIMIT_STR Limite mximo de Fora: %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Valor de Ataque Mgico: %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Valor de Ataque Mgico: %d +TOOLTIP_ITEM_MAGIC_DEF_POWER Defesa vs Magias: %d +TOOLTIP_ITEM_NORMAL Normal +TOOLTIP_ITEM_SLOW Lento +TOOLTIP_ITEM_VERY_FAST Muito Rpido +TOOLTIP_ITEM_VERY_SLOW Muito Lento +TOOLTIP_ITEM_WEARABLE_JOB [ Equipvel ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER Nmero da Sorte: %d +TOOLTIP_MAGIC_ATTBONUS_PER Ataque Mgico +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE Valor de Ataque Mgico: +%d SA +TOOLTIP_MAGIC_DEF_GRADE Defesa vs Magias: +%d SA +TOOLTIP_MALL_ATTBONUS Valor de Ataque: +%d SA +TOOLTIP_MALL_ATTBONUS_STATIC Valor de Ataque: +12~15% SNA +TOOLTIP_MALL_AUTOLOOT Mo que apanha automaticamente o Yang cado. SNA +TOOLTIP_MALL_DEFBONUS Defesa: +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC Defesa: +12~15% SNA +TOOLTIP_MALL_EXPBONUS EXP: +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC EXP Bnus iCafe: +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC Mais 50% de Experincia. SNA +TOOLTIP_MALL_FISH_MIND Dobro da probabilidade de apanhar Peixes Raros. SNA +TOOLTIP_MALL_GOLDBONUS Probabilidade de apanhar Yangs multiplicada por %.1f SA +TOOLTIP_MALL_GOLDBONUS_STATIC Dobro da probabilidade de apanhar Yang. SNA +TOOLTIP_MALL_ITEMBONUS Probabilidade de apanhar Itens multiplicada por %.1f SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe - Probabilidade de apanhar Itens multiplicada por %.1f SA +TOOLTIP_MALL_ITEMBONUS_STATIC Dobro da probabilidade de apanhar Itens. SNA +TOOLTIP_MALL_MARRIAGE_FAST Pontos de Amor aumentam mais rapidamente. SNA +TOOLTIP_MALL_SAFEBOX O teu Armazm recebe mais 2 espaos de arrumao. SNA +TOOLTIP_MAX_HP Mx. VD: +%d SA +TOOLTIP_MAX_HP_PCT Mx. VD: +%d%% SA +TOOLTIP_MAX_SP Mx. MN: +%d SA +TOOLTIP_MAX_SP_PCT Mx. MN: +%d%% SA +TOOLTIP_MAX_STAMINA Mx. Resistncia: +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Ataque Mgico/Corpo-a-Corpo +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR GPS ERROR(%d, %d) +TOOLTIP_MOV_SPEED Rapidez de Movimento %d%% SA +TOOLTIP_NECK Colar +TOOLTIP_NEED_ALL_SP MN necessrio: Mx. +TOOLTIP_NEED_GSP Drages Fantasma necessrios: %d +TOOLTIP_NEED_HP VD necessrio: %d +TOOLTIP_NEED_HP_PER_SEC VD / Seg.: %d +TOOLTIP_NEED_SKILL_POINT Pontos de Habilidade necessrios: +TOOLTIP_NEED_SP MN necessrio: %d +TOOLTIP_NEED_SP_PER_SEC MN / Seg.: %d +TOOLTIP_NEXT_SKILL_LEVEL_1 Prximo Nvel: %d (Mx. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Prximo Nvel: %d (Mx. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Dano Mdio: %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS Resistncia a Dano Mdio: %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 Mais de %d Membros do Grupo. +TOOLTIP_PARTY_INFO_GRADE_UP2 Nvel de Ataque: +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Nvel de Defesa: +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL Restaura o VD/MN de todos os membros do Grupo a cada 60 minutos. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL Restaura o VD/MN de todos os membros do Grupo a cada 30 minutos. +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Tens de esperar 3 minutos depois da morte de um membro do Grupo. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Podes chamar membros do Grupo que estejam no mesmo Servidor a qualquer altura. +TOOLTIP_PARTY_INFO_SET_ATTACKER Nvel de Ataque +(Nmero de membros do grupo./2) Atacante %d pode ser escolhido. +TOOLTIP_PARTY_INFO_SET_TANKER Nvel de Defesa +(Nmero de membros do Grupo) pode ser escolhido 1 Lutador de Curta Distncia. +TOOLTIP_PARTY_SKILL_LEVEL Nvel Actual: %d +TOOLTIP_PARTY_TITLE_GRADE_UP [Ataque/Defesa aumentada] +TOOLTIP_PARTY_TITLE_HEAL [restaurar] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Quando tens mais de %d membros no Grupo obtens %d%% EXP bnus. +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [EXP Bnus] +TOOLTIP_PARTY_TITLE_RECALL [Chamar] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [Constituir Atacante] +TOOLTIP_PARTY_TITLE_SET_TANKER [Constituir Lutador de Curta Distncia] +TOOLTIP_PICK_EXP Pontos: %d / %d +TOOLTIP_PICK_LEVEL Nvel: %d +TOOLTIP_PICK_UPGRADE1 Entrega-a a um Lenhador +TOOLTIP_PICK_UPGRADE2 para conseguir uma +TOOLTIP_PICK_UPGRADE3 Picareta melhorada. +TOOLTIP_POTION_CURE Curar efeitos negativos. +TOOLTIP_POTION_MIN Min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Rapidez de Ataque +%d +TOOLTIP_POTION_PLUS_HP_PERCENT VD +%d%% +TOOLTIP_POTION_PLUS_HP_POINT VD +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Rapidez de Movimento +%d +TOOLTIP_POTION_PLUS_SP_PERCENT MN +%d%% +TOOLTIP_POTION_PLUS_SP_POINT MN +%d +TOOLTIP_POTION_SEC Seg. +TOOLTIP_POTION_TIME Durao: +TOOLTIP_REQUIREMENT_21_LEVEL Tens de ser no mnimo Nvel 21. +TOOLTIP_REQUIREMENT_41_LEVEL Tens de ser no mnimo Nvel 41. +TOOLTIP_REQUIREMENT_LEVEL Tens de ser no mnimo Nvel %d. +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s Nvel %d necessrio. +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d necessrio. +TOOLTIP_RESIST_BOW Resistncia contra Flechas: %d%% SA +TOOLTIP_RESIST_DARK Resistncia contra Trevas +%d%% SA +TOOLTIP_RESIST_EARTH Resistncia contra Terra +%d%% SA +TOOLTIP_RESIST_ELEC Resistncia a Relmpagos: %d%% SA +TOOLTIP_RESIST_FIRE Resistncia contra Fogo: %d%% SA +TOOLTIP_RESIST_ICE Resistncia contra Gelo +%d%% SA +TOOLTIP_RESIST_MAGIC Resistncia a Magias: %d%% SA +TOOLTIP_REST_USABLE_COUNT Sobram: %d +TOOLTIP_SEALED Vinculado +TOOLTIP_SELLPRICE Preo: %s +TOOLTIP_SHAMAN Xam +TOOLTIP_SHIELD Escudo +TOOLTIP_SHOES Sapatos +TOOLTIP_SKILL Habilidades SNA +TOOLTIP_SKILLBOOK_NAME Livro de Habilidades +TOOLTIP_SKILL_AFFECT_ATT_GRADE Valor de Ataque: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Valor de Ataque: +TOOLTIP_SKILL_AFFECT_ATT_SPEED Rapidez de Ataque: + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Defesa: +TOOLTIP_SKILL_AFFECT_DODGE Rapidez de Ataque do Oponente: - +TOOLTIP_SKILL_AFFECT_HEAL Restaura VD: +TOOLTIP_SKILL_AFFECT_MOV_SPEED Rapidez de Movimento: + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Chance de reflectir ataques ao corpo: +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Resistncia a Danos Corporais: +TOOLTIP_SKILL_COOL_TIME Tempo de carregamento: +TOOLTIP_SKILL_DAMAGE_BONUS Dano de Habilidades: %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS Resistncia contra Dano de Habilidades: %d%% SA +TOOLTIP_SKILL_DURATION Durao: %d Seg. +TOOLTIP_SKILL_FORGET_BOOK_NAME Livro do Esquecimento +TOOLTIP_SKILL_LEVEL Nvel Actual: %d +TOOLTIP_SKILL_LEVEL_MASTER Nvel Actual: %d (Mestre) +TOOLTIP_SKILL_LEVEL_WITH_MAX Nvel Actual: %d (Mx. %d) +TOOLTIP_SOCKET_EMPTY Vazio +TOOLTIP_SOCKET_REFINABLE_ITEM [Item com Socket] +TOOLTIP_SP_REGEN Regenerao de MN: +%d%% SA +TOOLTIP_STR Fora: +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX Tempo de Carregamento %d seg. SA +TOOLTIP_TIME_CHARGER_PER Tempo de Carregamento %d%% SA +TOOLTIP_UNIQUE nico +TOOLTIP_UNSEAL_LEFT_TIME A remover vnculo em: %dH %dM +TOOLTIP_WARRIOR Guerreiro +TOOLTIP_WEAPON Arma +TOOLTIP_WRISTLET Pulseira +UI_ACCEPT Aceitar +UI_CANCEL Cancelar +UI_CLOSE Fechar +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Recusar +UI_ITEM Item +UI_LEFT_TIME Tempo Restante: %d Seg. +UI_NEXT Continuar +UI_NEXTPAGE Continuar +UI_NOCONTENTS Sem Contedo +UI_NONAME Sem Nome +UI_OK OK +UI_POS_UNKNOWN Localizao Desconhecida +UI_PREVPAGE retroceder +UI_UNKNOWN Desconhecido +UPLOAD_MARK_CHECK_NEED_RECONNECT O upload tem de comear de novo. +UPLOAD_MARK_UPLOAD_NEED_RECONNECT O upload tem de comear de novo. +USE_ITEM_FAILURE_PRIVATE_SHOP No podes usar este Item enquanto tiveres uma Loja Privada aberta. +USE_SKILL_ERROR_UNKNOWN Erro de Habilidade desconhecido: %s diff --git a/bin/pack/locale_pt/locale/pt/locale_interface.txt b/bin/pack/locale_pt/locale/pt/locale_interface.txt new file mode 100644 index 00000000..0b8289a3 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/locale_interface.txt @@ -0,0 +1,345 @@ +ACCEPT Aceitar +ATTACH_METIN_INFO Queres usar a Pedra Espiritual? +ATTACH_METIN_TITLE Usar a Pedra Espiritual +CANCEL Cancelar +CHANGE_PASSWORD_CONFIRM Confirmar a nova Palavra-passe +CHANGE_PASSWORD_NEW Nova Palavra-passe +CHANGE_PASSWORD_OLD Palavra-passe Antiga +CHANGE_PASSWORD_TITLE Alterar a Palavra-passe +CHARACTER_ACTION Emoes +CHARACTER_EMOTICON Emoes +CHARACTER_MAIN Personagem +CHARACTER_MUTUAL_ACTION Emoo Partilhada +CHARACTER_NORMAL_ACTION Emoes Normais +CHARACTER_QUEST Misses +CHARACTER_SKILL Habilidades +CLOSE Fechar +COMB_APPEARANCE Disfarce 1 +COMB_ATTRIBUTE Disfarce 2 +COMB_SKILLBOOK_TILE Trocar livros +COMB_TITLE +COSTUME_TITLE Disfarces +COSTUME_WINDOW_TITLE Disfarces +CREATE_ATT_GRADE FR +CREATE_CREATE Criar +CREATE_DEX_GRADE DES +CREATE_HP Vd +CREATE_LAST_POINT Pontos +CREATE_MAN Homem +CREATE_NAME Nome +CREATE_NEXT Prximo +CREATE_PREV Voltar +CREATE_SEX Gnero +CREATE_SHAPE Forma +CREATE_SP INT +CREATE_STAT_RESET Reset +CREATE_WOMAN Mulher +CUBE_INFO_TITLE Manual de Refinamento +CUBE_REQUIRE_MATERIAL Materiais necessrios +CUBE_REQUIRE_MATERIAL_OR ou +CUBE_TITLE Janela de Refinamento +DO_REFINE Refinar +DRAGONSOUL_ACTIVATE Activar +DRAGONSOUL_PAGE_BUTTON_1 Cru(a) +DRAGONSOUL_PAGE_BUTTON_2 Talhado(a) +DRAGONSOUL_PAGE_BUTTON_3 Raro(a) +DRAGONSOUL_PAGE_BUTTON_4 Antigo(a) +DRAGONSOUL_PAGE_BUTTON_5 Lendrio(a) +DRAGONSOUL_REFINE_WINDOW_TITLE Janela de Refinamento +DRAGONSOUL_TAP_TITLE_1 Diamante-Drago +DRAGONSOUL_TAP_TITLE_2 Rubi-Drago +DRAGONSOUL_TAP_TITLE_3 Jade-Drago +DRAGONSOUL_TAP_TITLE_4 Safira-Drago +DRAGONSOUL_TAP_TITLE_5 Granada-Drago +DRAGONSOUL_TAP_TITLE_6 nix-Drago +DRAGONSOUL_TITLE Alquimia de Pedra do Drago +EMPIRE_EXIT Sair +EMPIRE_NEXT Prximo +EMPIRE_PREV Voltar +EMPIRE_SELECT Escolher +EXCHANGE_ACCEPT Aceitar +EXCHANGE_TITLE Comrcio +GAMEOPTION_TITLE Opes do jogo +GAME_EXIT_OBSERVER Fechar Modo de Observao +GAME_HELP Ajuda +GAME_QUEST Tarefas +GAME_SKILL_UP Aumentar Habilidades +GAME_STAT_UP Aumentar Atributos +GRADE Classe +GRADE_SELECT Classe +GUILD_BASENAME Nome Base +GUILD_BOARD_ID Nome +GUILD_BOARD_REFRESH Actualizar (F5) +GUILD_BOARD_TEXT Mensagem +GUILD_BUILDING_CATEGORY_TITLE Unidades de Construo +GUILD_BUILDING_CHANGE Alterar +GUILD_BUILDING_DIRECTION Orientao +GUILD_BUILDING_GRADE Nvel +GUILD_BUILDING_INFO Edifcios e Custos +GUILD_BUILDING_LIST_TITLE Lista de Edifcios +GUILD_BUILDING_LOG Tronco +GUILD_BUILDING_NAME Nome do Edifcio +GUILD_BUILDING_OPERATE Operar +GUILD_BUILDING_PLY Tbuas +GUILD_BUILDING_POSITION Posio +GUILD_BUILDING_PREVIEW Pr-visualizar +GUILD_BUILDING_PRICE Preo +GUILD_BUILDING_REFRESH Actualizar (F5) +GUILD_BUILDING_STONE Pedras +GUILD_BUILDING_TITLE Construes da Guild +GUILD_CRYSTAL Cristal +GUILD_DEPOSIT Depsito +GUILD_DROP_RESOURCE1 Aqui +GUILD_DROP_RESOURCE2 Deixar Recurso +GUILD_GEM Gema +GUILD_GRADE_CHANGE_GRADE_NAME Novo Nome de Estatuto +GUILD_GRADE_NUM N. +GUILD_GRADE_PERMISSION_DELETE Expulsar +GUILD_GRADE_PERMISSION_JOIN Convidar +GUILD_GRADE_PERMISSION_NOTICE Escrever +GUILD_GRADE_PERMISSION_SKILL Habilidades +GUILD_GRADE_RANK Estatuto +GUILD_GRADE_WRITE Escrever +GUILD_INFO Informaes da Guild +GUILD_INFO_CUR_EXP Experincia +GUILD_INFO_DECALRE_WAR Declarar Guerra +GUILD_INFO_ENEMY_GUILD Inimigos da Guild +GUILD_INFO_ENEMY_GUILD_EMPTY Nenhum +GUILD_INFO_LEVEL Nvel da Guild +GUILD_INFO_MARK Smbolo +GUILD_INFO_MASTER Lder +GUILD_INFO_MASTER_VALUE Lder +GUILD_INFO_MEMBER_AVG_LEVEL Nvel Mdio +GUILD_INFO_MEMBER_NUM N. de Membros +GUILD_INFO_NAME Nome da Guild +GUILD_INFO_NAME_VALUE Este um Nome de Guild +GUILD_INFO_OFFER_EXP Doar EXP +GUILD_INFO_REST_EXP EXP Necessria +GUILD_INFO_UPLOAD_MARK Enviar cone +GUILD_INFO_UPLOAD_SYMBOL Enviar Bandeira +GUILD_MARK cone da Guild +GUILD_MEMBER_JOB Raa +GUILD_MEMBER_KNIGHT Lder +GUILD_MEMBER_LEVEL Nvel +GUILD_MEMBER_NAME Nome +GUILD_MEMBER_RANK Estatuto +GUILD_MEMBER_SPECIFIC_GRAVITY Doar +GUILD_METIN_STONE Pedra Metin +GUILD_MINENAL Mineral +GUILD_MONEY Yang +GUILD_NAME Guild +GUILD_RESOURCE_INFO Informao de recursos +GUILD_SKILL_ACTIVE Activo +GUILD_SKIlL_HEAL_GSP Reabastecer Poder +GUILD_SKILL_PASSIVE Passivo +GUILD_SKILL_POWER Energia +GUILD_SKILL_STATE Habilidades da Guild +GUILD_SYMBOL Bandeira da Guild +GUILD_WAR_ACCEPT Aceitar Guerra +GUILD_WAR_BATTLE_TYPE Tipo de Guerra +GUILD_WAR_CTF Bandeira +GUILD_WAR_DECLARE Declarar Guerra a +GUILD_WAR_ENEMY Inimigo +GUILD_WAR_NORMAL Campal +GUILD_WAR_WARP Arena +GUILD_WATER gua +GUILD_WATER_STONE Gema +GUILD_WITHDRAW Pegar +HELP_ATTACK_KEY Ataque: Carrega na Barra de Espaos ou no Boto Esquerdo do Rato. +HELP_CHANGE_PK_MODE Alterar Modo de Ataque: Carrega no 'Ctrl' + 'B' para alterar o Modo de Ataque. +HELP_CHARACTER_BUTTON1 (Janela de Personagem, Janela de Inventrio, +HELP_CHARACTER_BUTTON2 Lista de Amigos e Opes) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Viso da Cmera: Boto do Meio do Rato ou Boto Direito do Rato +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Viso da Cmera: Boto do Meio do Rato ou Boto Direito do Rato +HELP_EXP Experincia +HELP_FURY Loja de Itens Online +HELP_GUILD_WINDOW Abrir Janela de Guild: Alt + G +HELP_HELP Ajuda: H +HELP_HP Vida (VD) +HELP_MESSENGER_WINDOW Abrir a Lista de Amigos: Alt + M +HELP_MOUSE_LEFT A funo do boto Esquerdo do Rato +HELP_MOUSE_RIGHT A funo do boto Direito do Rato +HELP_MOVE_KEY Painel: W, S, A, D e/ou as setas para mover a personagem. +HELP_OPEN_CHARACTER Abrir Janela de Carcter: C +HELP_OPEN_CHAT Abrir Janela de Chat: Enter +HELP_OPEN_INVENTORY Abrir Janela de Inventrio: I +HELP_OPEN_LOG Abrir Janela de Mensagens Antigas: L +HELP_OPEN_MINIMAP Abrir Mini Mapa: Shift + M +HELP_OPEN_QUEST Abrir Janela de Tarefas: N +HELP_OPEN_SKILL Abrir Janela de Habilidades: V +HELP_OPEN_WHISPER Abrir Janela de Mensagens Privadas: Shift + Enter +HELP_OPEN_ZONEMAP Abrir Mapa Grande: M +HELP_PICK_ITEM Recolher Items: Tecla 'Z' e '' ou Boto Esquerdo do Rato. +HELP_QUICKSLOT Campos de Acesso Rpido +HELP_SCREEN_CAPTURE Gravar Print - Tecla 'Print Screen' para tirares uma Print. (Esta ser gravada na pasta do Metin2) +HELP_SHOW_ALL_NAME Mostrar Nomes: Alt +HELP_SP Mana (MN) +HELP_SYSTEM_BUTTON Boto de Sistema +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. Inventrio +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. Inventrio +INVENTORY_TITLE Inventrio +ITEM_MALL Item Shop +LOAD_ERROR O Ficheiro est com erros. Por favor instala de novo. Carrega agora no 'ESC'. +LOGIN_CONNECT Entrar +LOGIN_CONNECTING Ests a conectar-te ao Servidor +LOGIN_DEFAULT_SERVERADDR Nome do servidor, Canal 1 +LOGIN_EXIT Sair +LOGIN_REGION_TITLE Escolhe um lugar para emitir o recibo. +LOGIN_SELECT_BUTTON Mudar +LOGIN_SELECT_EXIT Sair +LOGIN_SELECT_OK Entrar +LOGIN_SELECT_TITLE Escolhe o Servidor +MALL_PASSWORD_TITLE Palavra-passe +MALL_TITLE Armazm de Artigos +MARKET_TITLE Carregar +MARKLIST_REFRESH Actualizar +MARKLIST_TITLE Registar uma assinatura da Guild +MESSAGE Isto uma Mensagem +MESSENGER_ADD_FRIEND Adicionar amigo +MESSENGER_DELETE_FRIEND Apagar amigo +MESSENGER_MOBILE Enviar Mensagem +MESSENGER_OPEN_GUILD rea da Guild +MESSENGER_TITLE Amigos +MESSENGER_USE_GUILD_MOVE_SKILL Usar Habilidade de Movimento da Guild +MESSENGER_WHISPER Segredar +MINIMIZE Minimizar +MOUSEBUTTON_ATTACK Atacar +MOUSEBUTTON_AUTO_ATTACK Atacar Automaticamente +MOUSEBUTTON_CAMERA Camera +MOUSEBUTTON_SKILL Habilidades +MUSICLIST_TITLE Escolhas de Msica +NO No +OK OK +OPTION_ALWAYS_SHOW_NAME Nome +OPTION_ALWAYS_SHOW_NAME_OFF Desligado +OPTION_ALWAYS_SHOW_NAME_ON Ligado +OPTION_BLOCK Bloquear +OPTION_BLOCK_EXCHANGE Trocas +OPTION_BLOCK_FRIEND Amigo +OPTION_BLOCK_GUILD Guild +OPTION_BLOCK_PARTY Grupo +OPTION_BLOCK_PARTY_REQUEST Pedidos +OPTION_BLOCK_WHISPER Segredos +OPTION_CAMERA_DISTANCE Viso +OPTION_CAMERA_DISTANCE_LONG De longe +OPTION_CAMERA_DISTANCE_SHORT De perto +OPTION_DELETE_MOBILE_BUTTON Apagar Contacto +OPTION_EFFECT Mostrar Dano +OPTION_ENV_EFFECT Ambiente +OPTION_ENV_EFFECT_OFF Off +OPTION_ENV_EFFECT_ON On +OPTION_FOG Nevoeiro +OPTION_FOG_DENSE Denso +OPTION_FOG_LIGHT Leve +OPTION_FOG_MIDDLE Mdio +OPTION_INPUT_MOBILE_BUTTON Introduzir o Contacto +OPTION_MOBILE Telemvel +OPTION_MOB_INFO Info monstro +OPTION_MOB_INFO_AGGR Agressivo +OPTION_MOB_INFO_LEVEL Nvel +OPTION_MUSIC Msica +OPTION_MUSIC_CHANGE Alterar +OPTION_MUSIC_DEFAULT_THEMA Msica Standard do Metin2 +OPTION_NAME_COLOR Mostrar Cor +OPTION_NAME_COLOR_EMPIRE Cor do Reino +OPTION_NAME_COLOR_NORMAL Normal +OPTION_NIGHT_MODE Noite +OPTION_NIGHT_MODE_OFF Off +OPTION_NIGHT_MODE_ON On +OPTION_PVPMODE Modo PvP +OPTION_PVPMODE_FREE Livre +OPTION_PVPMODE_FREE_TOOLTIP Poders atacar todos os jogadores +OPTION_PVPMODE_GUILD Guild +OPTION_PVPMODE_GUILD_TOOLTIP Podes atacar todos os jogadores menos os da tua Guild. +OPTION_PVPMODE_PEACE Paz +OPTION_PVPMODE_PEACE_TOOLTIP No podes atacar jogadores do teu reino. +OPTION_PVPMODE_REVENGE Hostil +OPTION_PVPMODE_REVENGE_TOOLTIP S poders atacar aqueles que tenham mau Karma igualmente. +OPTION_SALESTEXT Nome da loja +OPTION_SALESTEXT_VIEW_OFF Esconder +OPTION_SALESTEXT_VIEW_ON Mostrar +OPTION_SNOW_MODE Queda de Neve +OPTION_SNOW_MODE_OFF Off +OPTION_SNOW_MODE_ON On +OPTION_SNOW_TEXTURE_MODE Neve +OPTION_SNOW_TEXTURE_MODE_OFF Off +OPTION_SNOW_TEXTURE_MODE_ON On +OPTION_SOUND Som +OPTION_TARGET_BOARD Menu do Alvo +OPTION_TARGET_BOARD_NO_VIEW Fechar +OPTION_TARGET_BOARD_VIEW Mostrar +OPTION_TILING Grficos +OPTION_TILING_APPLY Aplicar +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Opes +OPTION_VIEW_CHAT Linha de Chat +OPTION_VIEW_CHAT_OFF Esconder +OPTION_VIEW_CHAT_ON Mostrar +PARTY_MEMBER_INFO_NAME Nome do grupo +PASSWORD_DESC_1 Escreve a tua password +PASSWORD_DESC_2 para abrir o armazm. +PASSWORD_DESC_3 J alteraste a tua palavra-passe? +PASSWORD_DESC_4 Caso no o faas, a tua palavra-passe ser "000000". +PASSWORD_DESC_5 Altera a tua palavra-passe no Armazm. +PASSWORD_TITLE Gravar Palavra-passe +PICK_MONEY_TITLE Dividir +PRIVATE_SHOP_CLOSE_BUTTON Fechar Loja +PRIVATE_SHOP_NAME Nome da Loja +PRIVATE_SHOP_TITLE Abrir uma Loja Privada +REFINE_COST Custo Para Melhorar: 0 Yang +REFINE_INFO Possibilidade de Melhoramento: 100% +REFINE_MONEY Taxa de Refinamento +REFINE_SELECT Refinamento +REFINE_TTILE Melhoramentos +REPORT_VIOLENT_WHISPER +RESTART_HERE Recomear Aqui +RESTART_TOWN Recomear na Cidade +SAFE_CHANGE_PASSWORD Mudar Palavra-passe +SAFE_TITLE Armazm +SELECT_ATT_GRADE FR +SELECT_CREATE Criar +SELECT_DELETE Apagar +SELECT_DEX_GRADE DES +SELECT_EMPIRE_NAME Nome do Reino +SELECT_EXIT Fechar +SELECT_HP Vd +SELECT_LEVEL Nvel +SELECT_METIN_STONE_TITLE Selecciona a Pedra Espiritual +SELECT_NAME Nome +SELECT_NO_GUILD Sem Guild +SELECT_PLAYTIME Tempo de jogo +SELECT_SELECT Comear +SELECT_SP Mn +SELECT_TITLE Escolher Ttulo +SHOP_BUY Comprar +SHOP_SELL Vender +SHOP_TITLE Loja +SKILL_SUPPORT_TITLE Habilidades Standard +STEP Grau de Clareza +STEP_SELECT Grau de Clareza +STRENGTH Fortalecer +STRENGTH_SELECT Nvel +SYSTEMOPTION_TITLE Opes do Sistema +SYSTEM_CHANGE Alterar Personagem +SYSTEM_EXIT Sair do Jogo +SYSTEM_HELP Ajuda +SYSTEM_LOGOUT Sair da Conta +SYSTEM_MALL Loja de Itens +SYSTEM_OPTION Opes do Sistema +TASKBAR_CHARACTER Personagem [C/V/B/N] +TASKBAR_CHAT Janela de Chat [Enter] +TASKBAR_DISABLE Desactivada +TASKBAR_DRAGON_SOUL Alquimia de Pedra do Drago +TASKBAR_EXPAND Expandir Janela +TASKBAR_INVENTORY Inventrio [I] +TASKBAR_MESSENGER Amigos [Alt+M] +TASKBAR_NEXT_QUICKSLOT Prximo Campo de Acesso Rpido [Shift+Nmero, Alt] +TASKBAR_PREV_QUICKSLOT Pr-visualizar Campo de Acesso Rpido [Shift+Nmero] +TASKBAR_SYSTEM Opes[ESC] +WHISPER_BAN Bloquear +WHISPER_NAME Segredar +WHISPER_REPORT +WHISPER_SEND Enviar +YES Sim +ZONE_MAP Mapa Grande diff --git a/bin/pack/locale_pt/locale/pt/map/map_a2_point.txt b/bin/pack/locale_pt/locale/pt/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_pt/locale/pt/map/map_b2_point.txt b/bin/pack/locale_pt/locale/pt/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_pt/locale/pt/map/map_c2_point.txt b/bin/pack/locale_pt/locale/pt/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_pt/locale/pt/map/map_n_snowm_01_point.txt b/bin/pack/locale_pt/locale/pt/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_pt/locale/pt/map/metin2_map_a1_point.txt b/bin/pack/locale_pt/locale/pt/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_pt/locale/pt/map/metin2_map_a3_point.txt b/bin/pack/locale_pt/locale/pt/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_pt/locale/pt/map/metin2_map_b1_point.txt b/bin/pack/locale_pt/locale/pt/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_pt/locale/pt/map/metin2_map_b3_point.txt b/bin/pack/locale_pt/locale/pt/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_pt/locale/pt/map/metin2_map_c1_point.txt b/bin/pack/locale_pt/locale/pt/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_pt/locale/pt/map/metin2_map_c3_point.txt b/bin/pack/locale_pt/locale/pt/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_pt/locale/pt/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_pt/locale/pt/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_pt/locale/pt/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_pt/locale/pt/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_pt/locale/pt/mob_proto b/bin/pack/locale_pt/locale/pt/mob_proto new file mode 100644 index 00000000..c7615e07 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/mob_proto differ diff --git a/bin/pack/locale_pt/locale/pt/skilldesc.txt b/bin/pack/locale_pt/locale/pt/skilldesc.txt new file mode 100644 index 00000000..d67081ca --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Ataque Triplo Corte Triplo Golpe Triplo Mortal Corta o inimigo com a velocidade de um relmpago. Ataque Frontal de 3 Golpes Ataque a Mltiplos Alvos ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 Poder de Ataque Total %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN Atirar Raio Atirar Raio Luminoso Atirar Relmpago Ataca com relmpagos. Ataque de Longo Alcance Ataca mltiplos alvos Atributo Elctrico ATTACK_SKILL|NEED_TARGET noejeon 16 4 Poder de Ataque Mgico %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN Invocar Raio Lanar Raio Relmpago Invoca relmpagos do cu. Ataque de Longo Alcance Ataque a Mltiplos Alvos Atributo Elctrico Probabilidade de Atordoamento ATTACK_SKILL|NEED_TARGET byeorak 17 4 Poder de Ataque Mgico %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k Probabilidade de Atordoar: %.0f%% (50+1000*k/6)/10 +108 SHAMAN Garra de Raios Murro de Raios Murro Relmpago Invoca um relmpago para o teu punho. Ataque de Longo Alcance Atributo Elctrico Ataque de Reaco em Cadeia ATTACK_SKILL|NEED_TARGET pokroe 18 4 Poder de Ataque Mgico %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN Curar Sarar Assistncia da Luz Cura feridas com a ajuda da Luz. Recupera VD Cura Efeitos Negativos Utilizvel num membro de grupo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 VD Recuperada %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k Probabilidade de Cura de Efeitos Negativos %.0f%% 20+80*k +110 SHAMAN Rapidez Veloz Velocidade do Vento Corre to rpido quanto o vento. Aumenta a Rapidez de Movimento Reduz o tempo de recarregamento de habilidades Utilizvel em membros de grupo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Rapidez de Movimento +%.0f%% 5 + (35 * k) Tempo de Recarregamento -%.0f%% 3+33*k +111 SHAMAN Energia Energia Mgica Energia Mstica Fortalece um parceiro. Aumenta o Poder de Ataque Pode ser usada em membros de grupo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Poder de Ataque +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Liderana Capacidade de liderar membros de grupo. PASSIVE tongsol +122 SUPPORT Combo Aumenta o ataque de Combo. CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT Pescar Conhecimento de pesca. CANNOT_LEVEL_UP fishing +124 SUPPORT Garimpar Poders garimpar minerais. PASSIVE mining +125 SUPPORT Criar Objectos Cria um item. CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Lngua Shinsoo Consegues perceber a Lngua Shinsoo. CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Lngua Chunjo Consegues perceber a Lngua Chunjo. CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Lngua Jinno Consegues perceber a Lngua Jinno. CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT Transformao Transforma-te num monstro. CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Equitao Habilidade de montar um cavalo. CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT Chamar Cavalo Invoca um cavalo. summon +137 HORSE Ataque a Cavalo Ataca inimigos montando a cavalo (a partir de nvl. 50). Habilidade de Montar ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE Investida do Cavalo Ataca todos os inimigos prximos. (a partir de nvel 52) Habilidade de Montar ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE Onda de Energia Ataca todos os inimigos a partir do teu cavalo (a partir de nvl. 55). Habilidade de Montar ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Tempestade de Setas Dispara flechas enquanto montas. (a partir de nvl. 50) Habilidade de Montar ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Olhos de Drago Aumenta o Esprito de Drago Mximo. PASSIVE yongan Esprito de Drago Mx. +%.0f k * 1400 +152 GUILD Sangue do Deus Drago Aumenta a tua VD mxima por um perodo de tempo. Apenas em Guerra de Guilds ONLY_FOR_GUILD_WAR gaho 101 1 VD Mx +%.0f%% k * 20 +153 GUILD Bno do Deus Drago Aumenta a tua MN mxima por um perodo de tempo. Apenas em Guerra de Guilds ONLY_FOR_GUILD_WAR chukbok 102 1 MN Mx. +%.0f%% k * 20 +154 GUILD Armadura Sagrada Aumenta a tua Defesa por um perodo de tempo. Apenas em Guerra de Guilds ONLY_FOR_GUILD_WAR seonghwi 103 1 Defesa +%.1f%% k * 10 +155 GUILD Acelerao Aumenta a tua Rapidez de Ataque e Movimento por um perodo de tempo. Apenas em Guerra de Guilds ONLY_FOR_GUILD_WAR gasok 104 1 Rapidez de Ataque e Movimento +%.1f k * 30 +156 GUILD Fria do Deus Drago Aumenta a tua Probabilidade de Golpe Crtico por um perodo de tempo. Apenas em Guerra de Guilds ONLY_FOR_GUILD_WAR bunno 105 1 Probabilidade de Golpe Crtico +%.0f%% k * 50 +157 GUILD Invocar Assistncia Diminui os Tempos de Recarregamento de Habilidades por um perodo de tempo. Apenas em Guerra de Guilds ONLY_FOR_GUILD_WAR jumunsul 106 1 Tempo de Recarregamento -%.0f%% k * 50 +16 WARRIOR Fora do Golpe Onda de Choque Ataque Tsunami Ataca inimigos directamente. Ataque Residual Frontal ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Poder de Ataque %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR Ataque Destrutivo Garra do Tigre Garra do Drago Ataca inimigos directamente. Ataque Residual Directo Ataque a Mltiplos Alvos ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Poder de Ataque %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR Terramoto Terramoto Leo Terramoto Rinoceronte Derruba vrios inimigos. Ataque Residual Directo Probabilidade de Efeito Atordoante ATTACK_SKILL|STANDING_SKILL daejin 18 4 Poder de Ataque %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Probabilidade de Atordoamento %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Corpo Forte Corpo de Ferro Corpo de Ao Aumenta a Defesa e no cais ao cho. Aumenta a Defesa Reduz a Rapidez de Movimento No cais ao cho STANDING_SKILL cheongeun 19 4 Defesa: +%.0f 7+(40 + 0.2*str + 0.4*con)*k Rapidez de Movimento: -%.0f 1 + 9*SkillPoint +2 WARRIOR Espada Rotativa Espada Danante Ciclone Gira a espada para atacares vrios inimigos. Ataque Residual Frontal Ataque a Mltiplos Alvos ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Poder de Ataque %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Ataque de Espada Raio de Espada Tempestade de Espada Ataca inimigos directamente. Ataque de Longo Alcance Ataque a Mltiplos Alvos Probabilidade de Atordar Atira o alvo ao cho ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Poder de Ataque %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Probabilidade de Atordoar %.0f%% (100+k*1000/6)/10 +3 WARRIOR Raiva Fria Clera Concentras-te apenas no ataque. Aumenta a Rapidez de Ataque Aumenta a Rapidez de Movimento Aumenta o Dano Recebido STANDING_SKILL jeongwi 3 4 Rapidez de Ataque +%.0f%% 50 * SkillPoint Rapidez de Movimento +%.0f%% 20 * SkillPoint +31 ASSASSIN Emboscar Ataque Furtivo Embuscada Furtiva Aproxima-te de um inimigo pelas costas e efectua um ataque mortfero. O Poder de Ataque aumenta em ataques pelas costas. Bnus de Aco Furtiva ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Poder de Ataque %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Ataque Rpido Ataque Eficaz Ataque Mortal Aproxima-te rapidamente de um inimigo e efectua um ataque mortfero. Ataque de Teleporte Bnus de Aco Furtiva ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Poder de Ataque %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Adaga Rotativa Adaga Giratria Adaga Danante Rodopia volta dos inimigos com uma adaga. Ataque Residual Ataque de Veneno Duradouro ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Poder de Ataque %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Probabilidade de Intoxicar %.0f%% 1 + 4*k +34 ASSASSIN Modo Furtivo Andar Silencioso Invisvel Podes esconder-te. Pra ataques quando usada. STANDING_SKILL eunhyeong 4 4 Dano de Emboscada Bnus: %.0f%% 50 * SkillPoint +35 ASSASSIN Nuvem Venenosa Nuvem Mortfera Nuvem Assassina Cria nuvens de veneno que rodeiam o inimigo para o intoxicar. Ataque de Longo Alcance Ataque a Mltiplos Alvos Ataque de Veneno Duradouro ATTACK_SKILL|NEED_TARGET sangong 5 4 Poder de Ataque %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Probabilidade de Intoxicar %.0f%% 40*k +4 WARRIOR Aura da Espada Espada Espiritual Espada Fantasma Aumenta o Poder de Ataque por um perodo de tempo. Aumenta o Poder de Ataque STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Poder de Ataque +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Tiro Duplo Tiro Mltiplo Tiro Massivo Dispara vrias flechas conta um inimigo. Ataque de Longo Alcance Vrios Ataques ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) Poder de Ataque Total %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k Flechas disparadas: %.0f 2 + floor(6 * SkillPoint) +47 ASSASSIN Chuva de Setas Setas Dinmicas Torrente de Setas Atira vrias flechas a vrios inimigos. Ataque de Longo Alcance Ataque a Mltiplos Alvos ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Poder de Ataque %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Nmero Mx. de Alvos: %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Seta de Fogo Seta Ardente Seta de Chamas Incendeia a flecha. Ataque de Longo Alcance Ataque a Mltiplos Alvos Ataque de Fogo ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Poder de Ataque %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Flutuar Andar Furaco Velocidade Suprema Torna o teu corpo mais leve para aumentar a Rapidez de Movimento. Aumenta a Rapidez de Movimento STANDING_SKILL gyeonggong 19 4 Rapidez de Movimento +%.0f 60*SkillPoint +5 WARRIOR Investida Investida Rpida Investida Bala Atacas to rpido quanto uma bala. Poderoso Ataque Residual ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Poder de Ataque %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN Seta Envenenada Seta Txica Seta Mortal Reveste a flecha com um veneno poderoso. Ataque de Longo Alcance Ataque a Mltiplos Alvos Atira o alvo ao cho. Ataque de Veneno Duradouro ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Poder de Ataque %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Probabilidade de Intoxicao %.0f%% 80*k +61 SURA Ataque do Dedo Ataque Ardente do Dedo Dedo Explosivo Causa uma enorme exploso com as pontas dos teus dedos. Ataque Residual Frontal A defesa do adversrio ignorada Bnus de Inteligncia ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Poder de Ataque %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Probabilidade de Golpe Penetrante %.0f%% 1 + 9*SkillPoint +62 SURA Espiral do Drago Espiral do Tornado Tempestade Cria um tornado forte para derrotar vrios inimigos. Ataque Residual O adversrio ignorado Bnus de Inteligncia ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Poder de Ataque %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Probabilidade de ignorar a fuga do adversrio %.0f%% 1 + 9*SkillPoint +63 SURA Lmina Encantada Espada Encantada Lmina Fantasma Dota a tua arma de um fantasma poderoso. Aumenta o Poder de Ataque Bnus de Inteligncia Rouba Vida ao alvo STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Poder de Ataque +%.1f 7 + (5*iq+13)*k Vida Roubada: %.0f%% do Dano 10*k +64 SURA Receio Medo Terror Enfraquece as habilidades dos inimigos Diminui o adversrio Aumenta a possibilidade dos adversrios falharem o alvo S activado quando consegues um golpe STANDING_SKILL gongpo 4 4 Poder de Ataque do Adversrio -%.0f%% 5 + 20*SkillPoint Falhas do Adversrio %.0f%% 1 + 29*SkillPoint +65 SURA Armadura Negra Armadura Mstica Armadura da Escurido Protege o teu corpo com uma armadura das trevas. Reflecte dano de volta ao atacante Aumenta a Defesa Bnus de Inteligncia STANDING_SKILL jumagap 5 4 Defesa +%.0f (iq+30)*k Dano Corpo-a-Corpo Reflectido: %.1f%% (iq/4+10)*k +66 SURA Remover Efeito Efeito Forte Melhorado Remover Efeito Avanado Remove todos os efeitos de apoio do adversrio. Ataque de Longo Alcance Ataque a Mltiplos Alvos Todos os efeitos no adversrio so removidos ATTACK_SKILL|NEED_TARGET pabeop 6 4 Poder de Ataque Mgico %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Probabilidade de Remoo de Efeitos %.0f%% 50*k +76 SURA Ataque Obscuro Ataque Mstico Exploso Mstica Atira Fora Negra para infligires dano a inimigos. Ataque de Longo Alcance Ataque a Mltiplos Alvos ATTACK_SKILL|NEED_TARGET maryeong 16 4 Poder de Ataque Mgico %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Ataque Chama Ataque Ardente Detonao da Chama Queima inimigos com uma exploso. Ataque Residual Ataque de Fogo ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Poder de Ataque Mgico %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Esprito Chama Chama Exploso da Chama Invoca um Esprito Chama. Ataque de Longo Alcance Alvo Aleatrio Ataque a Mltiplos Alvos ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Poder de Ataque Mgico %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Proteco Sombria Proteco Obscura Prot. Senhor das Trevas Protege-te com a Fora das Trevas e converte dano fsico em MN. Reduz Dano Mgico Aumenta a Defesa STANDING_SKILL|TOGGLE heuksin 19 4 Reduo de Dano %.0f%% (iq*0.84)*k Defesa +%.0f (0.5*iq+15)*k +80 SURA Ataque Espiritual Ataque Fantasma Assalto Espiritual Atira Espritos Negros para infligires dano a inimigos. Ataque de Longo Alcance Ataque a Mltiplos Alvos Os adversrios so abrandados ATTACK_SKILL|NEED_TARGET tusok 20 4 Poder de Ataque Mgico %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Probabilidade de abrandar %.1f%% (333 + (300 * k))/10 +81 SURA Bola da Escurido Globo de Energia Negra Esfera de Energia Negra Atira Bolas de Escurido para infligires dano a inimigos. Ataque de Longo Alcance Ataque a Mltiplos Alvos ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Poder de Ataque Mgico %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Talism Voador Pergaminho do Tigre Pergaminho do Drago Atira um talism para infligires dano a inimigos. Ataque de Longo Alcance Ataque a Mltiplos Alvos ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Poder de Ataque Mgico %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Ataque do Drago Investida do Drago Invocao do Drago Dispara uma figura de um drago para atacares inimigos directamente. Ataque Residual Frontal Dano de Fogo Duradouro ATTACK_SKILL|NEED_TARGET yongpa 2 4 Poder de Ataque Mgico %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Probabilidade de fogo duradouro %.0f%% iq*0.2*k +93 SHAMAN Rugido do Drago Clamor do Drago Voz do Drago Ataca os inimigos com uma figura de um drago. Ataque Residual Dano de Fogo Duradouro ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Poder de Ataque Mgico %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k Probabilidade de Fogo Duradouro %.0f%% iq*0.2*k +94 SHAMAN Beno Armadura Mgica Armadura Celestial Protege-te a ti ou a um parceiro com um crculo de proteco. Resistncia a Ataques Fsicos Pode ser usada em membros de grupo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Resistncia a Ataques Fsicos %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Poder Reflectivo gua Reflectora Espelho de Cristal Protege-te a ti ou a um parceiro com um crculo reflector. Reflecte dano de volta ao atacante Pode ser usada em membros de grupo CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 Dano de Ataque Fsico Reflectido: %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Ajuda do Drago Suporte do Drago Poder do Drago Fortalece o teu ataque ou o dos teus parceiros. Aumenta a probabilidade de um Golpe Crtico Pode ser usada em grupos CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Probabilidade de Golpe Crtico : %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_pt/locale/pt/skilltable.txt b/bin/pack/locale_pt/locale/pt/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_pt/locale/pt/ui/costume/costume_bg.jpg b/bin/pack/locale_pt/locale/pt/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_pt/locale/pt/ui/costume_bg.jpg b/bin/pack/locale_pt/locale/pt/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_pt/locale/pt/ui/createcharacterwindow.py b/bin/pack/locale_pt/locale/pt/ui/createcharacterwindow.py new file mode 100644 index 00000000..ad48593d --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/pt/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/pt/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/dragonsoulrefinewindow.py b/bin/pack/locale_pt/locale/pt/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_pt/locale/pt/ui/dragonsoulwindow.py b/bin/pack/locale_pt/locale/pt/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/empire/empire.dds b/bin/pack/locale_pt/locale/pt/ui/empire/empire.dds new file mode 100644 index 00000000..8dc1aa79 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/empire/empire.dds differ diff --git a/bin/pack/locale_pt/locale/pt/ui/empire/title.sub b/bin/pack/locale_pt/locale/pt/ui/empire/title.sub new file mode 100644 index 00000000..cfffe3da --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/energybar.py b/bin/pack/locale_pt/locale/pt/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_pt/locale/pt/ui/expandedtaskbar.py b/bin/pack/locale_pt/locale/pt/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/giftbox.py b/bin/pack/locale_pt/locale/pt/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/guild/guild.dds b/bin/pack/locale_pt/locale/pt/ui/guild/guild.dds new file mode 100644 index 00000000..7d46a4ab Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/guild/guild.dds differ diff --git a/bin/pack/locale_pt/locale/pt/ui/guild/tab_1.sub b/bin/pack/locale_pt/locale/pt/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/guild/tab_2.sub b/bin/pack/locale_pt/locale/pt/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/guild/tab_3.sub b/bin/pack/locale_pt/locale/pt/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/guild/tab_4.sub b/bin/pack/locale_pt/locale/pt/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/guild/tab_5.sub b/bin/pack/locale_pt/locale/pt/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/guild/tab_6.sub b/bin/pack/locale_pt/locale/pt/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/highlighted_quest.tga b/bin/pack/locale_pt/locale/pt/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/highlighted_quest_r.tga b/bin/pack/locale_pt/locale/pt/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/inventorywindow.py b/bin/pack/locale_pt/locale/pt/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/loading/gauge_empty.dds b/bin/pack/locale_pt/locale/pt/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_pt/locale/pt/ui/loading/gauge_full.dds b/bin/pack/locale_pt/locale/pt/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_pt/locale/pt/ui/loadingwindow.py b/bin/pack/locale_pt/locale/pt/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/login.jpg b/bin/pack/locale_pt/locale/pt/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/login.jpg differ diff --git a/bin/pack/locale_pt/locale/pt/ui/login.sub b/bin/pack/locale_pt/locale/pt/ui/login.sub new file mode 100644 index 00000000..990ae5a3 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/login.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_pt/locale/pt/ui/login/copyright.sub b/bin/pack/locale_pt/locale/pt/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/login/g4d.sub b/bin/pack/locale_pt/locale/pt/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/login/login.dds b/bin/pack/locale_pt/locale/pt/ui/login/login.dds new file mode 100644 index 00000000..d59ad85d Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/login/login.dds differ diff --git a/bin/pack/locale_pt/locale/pt/ui/login/loginwindow.sub b/bin/pack/locale_pt/locale/pt/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/login/published.sub b/bin/pack/locale_pt/locale/pt/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/login/title.sub b/bin/pack/locale_pt/locale/pt/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/login_dark_dragons.jpg b/bin/pack/locale_pt/locale/pt/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_pt/locale/pt/ui/loginwindow.py b/bin/pack/locale_pt/locale/pt/ui/loginwindow.py new file mode 100644 index 00000000..bcc6fdb3 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/pt/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/pt/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/pt/ui/vkey/key_at.tga', + 'down_image' : 'locale/pt/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/pt/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/pt/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/pt/ui/vkey/key_enter.tga', + 'down_image' : 'locale/pt/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/pt/ui/vkey/key_shift.tga', + 'down_image' : 'locale/pt/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/pt/ui/vkey/key_space.tga', + 'down_image' : 'locale/pt/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/pt/ui/vkey/key_normal.tga', + 'down_image' : 'locale/pt/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/pt/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/00.sub b/bin/pack/locale_pt/locale/pt/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/01.sub b/bin/pack/locale_pt/locale/pt/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/02.sub b/bin/pack/locale_pt/locale/pt/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/03.sub b/bin/pack/locale_pt/locale/pt/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/04.sub b/bin/pack/locale_pt/locale/pt/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/05.sub b/bin/pack/locale_pt/locale/pt/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/06.sub b/bin/pack/locale_pt/locale/pt/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/07.sub b/bin/pack/locale_pt/locale/pt/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/08.sub b/bin/pack/locale_pt/locale/pt/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/09.sub b/bin/pack/locale_pt/locale/pt/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/10.sub b/bin/pack/locale_pt/locale/pt/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/11.sub b/bin/pack/locale_pt/locale/pt/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/12.sub b/bin/pack/locale_pt/locale/pt/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/13.sub b/bin/pack/locale_pt/locale/pt/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/14.sub b/bin/pack/locale_pt/locale/pt/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/15.sub b/bin/pack/locale_pt/locale/pt/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/16.sub b/bin/pack/locale_pt/locale/pt/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0000.tga b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0001.tga b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0002.tga b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0003.tga b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0004.tga b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0005.tga b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0006.tga b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0007.tga b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0008.tga b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0009.tga b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0000.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0001.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0002.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0003.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0004.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0005.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0006.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0007.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0008.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0009.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0010.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0011.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0012.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0013.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0014.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/herz0015.tga b/bin/pack/locale_pt/locale/pt/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/mall.tga b/bin/pack/locale_pt/locale/pt/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/mall.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/0a2.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/0a2.tga new file mode 100644 index 00000000..049e58a2 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/a1.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/a1.tga new file mode 100644 index 00000000..8643a19e Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/a2.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/a2.tga new file mode 100644 index 00000000..54e31586 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/a3.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/a3.tga new file mode 100644 index 00000000..33b15e4a Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/a4.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/a4.tga new file mode 100644 index 00000000..6c440617 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/b1.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/b1.tga new file mode 100644 index 00000000..29bb6322 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/b2.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/b2.tga new file mode 100644 index 00000000..65804b74 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/b3.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/b3.tga new file mode 100644 index 00000000..a3c13984 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/b4.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/b4.tga new file mode 100644 index 00000000..f1deed04 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/bay.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/c1.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/c1.tga new file mode 100644 index 00000000..4c361b6d Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/c2.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/c2.tga new file mode 100644 index 00000000..74c40477 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/c3.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/c3.tga new file mode 100644 index 00000000..7b9a5d58 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/c4.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/c4.tga new file mode 100644 index 00000000..1328aa79 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/cape.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/dawn.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/desert1.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/desert1.tga new file mode 100644 index 00000000..8a49c989 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil1.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1.tga new file mode 100644 index 00000000..a062c200 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_1f.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..a321e9cf Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_2f.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..35077122 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_3f.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..aceb3c51 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_4f.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..bb2ddf3f Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_5f.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..ce2cc0b5 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_6f.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..eff5869b Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_7f.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..60d24595 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_8f.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..5c6708c8 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_9f.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..c1a13049 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_title.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..a062c200 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/devil_basement.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/frame1.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/frame1.tga new file mode 100644 index 00000000..2214b0dc Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/guild1.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/guild1.tga new file mode 100644 index 00000000..dcad39f2 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/guild2.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/guild2.tga new file mode 100644 index 00000000..01d460d3 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/guild3.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/guild3.tga new file mode 100644 index 00000000..d5b9f971 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/milgyo.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/milgyo.tga new file mode 100644 index 00000000..70812872 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/monkey1.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/monkey1.tga new file mode 100644 index 00000000..b5a8233b Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/monkey2.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/monkey2.tga new file mode 100644 index 00000000..d89194b7 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/monkey3.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/monkey3.tga new file mode 100644 index 00000000..9eb25051 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/skipia.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/skipia.tga new file mode 100644 index 00000000..7752497f Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/snow1.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/snow1.tga new file mode 100644 index 00000000..ec3b19ad Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/spider1.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/spider1.tga new file mode 100644 index 00000000..58219cd8 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/thunder.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/trent.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/trent.tga new file mode 100644 index 00000000..57ef634a Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/mapname/trent02.tga b/bin/pack/locale_pt/locale/pt/ui/mapname/trent02.tga new file mode 100644 index 00000000..e884e89b Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/new_cube_bg.tga b/bin/pack/locale_pt/locale/pt/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/passworddialog.py b/bin/pack/locale_pt/locale/pt/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/select.jpg b/bin/pack/locale_pt/locale/pt/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/select.jpg differ diff --git a/bin/pack/locale_pt/locale/pt/ui/select.sub b/bin/pack/locale_pt/locale/pt/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_pt/locale/pt/ui/select/name_assassin.sub b/bin/pack/locale_pt/locale/pt/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/select/name_shaman.sub b/bin/pack/locale_pt/locale/pt/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/select/name_sura.sub b/bin/pack/locale_pt/locale/pt/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/select/name_warrior.sub b/bin/pack/locale_pt/locale/pt/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/select/select.dds b/bin/pack/locale_pt/locale/pt/ui/select/select.dds new file mode 100644 index 00000000..d98011c7 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/select/select.dds differ diff --git a/bin/pack/locale_pt/locale/pt/ui/select_old.jpg b/bin/pack/locale_pt/locale/pt/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/select_old.jpg differ diff --git a/bin/pack/locale_pt/locale/pt/ui/selectcharacterwindow.py b/bin/pack/locale_pt/locale/pt/ui/selectcharacterwindow.py new file mode 100644 index 00000000..e9b2e44f --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/pt/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/selectempirewindow.py b/bin/pack/locale_pt/locale/pt/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/serverlist.jpg b/bin/pack/locale_pt/locale/pt/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/serverlist.jpg differ diff --git a/bin/pack/locale_pt/locale/pt/ui/serverlist.sub b/bin/pack/locale_pt/locale/pt/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_pt/locale/pt/ui/systemdialog.py b/bin/pack/locale_pt/locale/pt/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/taskbar.py b/bin/pack/locale_pt/locale/pt/ui/taskbar.py new file mode 100644 index 00000000..d803814c --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pt/ui/Mall/00.sub", + "locale/pt/ui/Mall/01.sub", + "locale/pt/ui/Mall/02.sub", + "locale/pt/ui/Mall/03.sub", + "locale/pt/ui/Mall/04.sub", + "locale/pt/ui/Mall/05.sub", + "locale/pt/ui/Mall/06.sub", + "locale/pt/ui/Mall/07.sub", + "locale/pt/ui/Mall/08.sub", + "locale/pt/ui/Mall/09.sub", + "locale/pt/ui/Mall/11.sub", + "locale/pt/ui/Mall/12.sub", + "locale/pt/ui/Mall/13.sub", + "locale/pt/ui/Mall/14.sub", + "locale/pt/ui/Mall/15.sub", + "locale/pt/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pt/ui/Mall/00.sub", + "locale/pt/ui/Mall/01.sub", + "locale/pt/ui/Mall/02.sub", + "locale/pt/ui/Mall/03.sub", + "locale/pt/ui/Mall/04.sub", + "locale/pt/ui/Mall/05.sub", + "locale/pt/ui/Mall/06.sub", + "locale/pt/ui/Mall/07.sub", + "locale/pt/ui/Mall/08.sub", + "locale/pt/ui/Mall/09.sub", + "locale/pt/ui/Mall/11.sub", + "locale/pt/ui/Mall/12.sub", + "locale/pt/ui/Mall/13.sub", + "locale/pt/ui/Mall/14.sub", + "locale/pt/ui/Mall/15.sub", + "locale/pt/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/taskbar_easter.py b/bin/pack/locale_pt/locale/pt/ui/taskbar_easter.py new file mode 100644 index 00000000..5aeed4cd --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pt/ui/Mall/easter_2012_0000.tga", + "locale/pt/ui/Mall/easter_2012_0001.tga", + "locale/pt/ui/Mall/easter_2012_0002.tga", + "locale/pt/ui/Mall/easter_2012_0003.tga", + "locale/pt/ui/Mall/easter_2012_0004.tga", + "locale/pt/ui/Mall/easter_2012_0005.tga", + "locale/pt/ui/Mall/easter_2012_0006.tga", + "locale/pt/ui/Mall/easter_2012_0007.tga", + "locale/pt/ui/Mall/easter_2012_0008.tga", + "locale/pt/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pt/ui/Mall/easter_2012_0000.tga", + "locale/pt/ui/Mall/easter_2012_0001.tga", + "locale/pt/ui/Mall/easter_2012_0002.tga", + "locale/pt/ui/Mall/easter_2012_0003.tga", + "locale/pt/ui/Mall/easter_2012_0004.tga", + "locale/pt/ui/Mall/easter_2012_0005.tga", + "locale/pt/ui/Mall/easter_2012_0006.tga", + "locale/pt/ui/Mall/easter_2012_0007.tga", + "locale/pt/ui/Mall/easter_2012_0008.tga", + "locale/pt/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/taskbar_haloween.py b/bin/pack/locale_pt/locale/pt/ui/taskbar_haloween.py new file mode 100644 index 00000000..0ca38f1a --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pt/ui/Mall/shop_button_kuerbis0000.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0001.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0002.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0003.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0004.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0005.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0006.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0007.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0008.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0009.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0010.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0011.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0012.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0013.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0014.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pt/ui/Mall/shop_button_kuerbis0000.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0001.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0002.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0003.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0004.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0005.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0006.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0007.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0008.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0009.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0010.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0011.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0012.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0013.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0014.tga", + "locale/pt/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/taskbar_valentine.py b/bin/pack/locale_pt/locale/pt/ui/taskbar_valentine.py new file mode 100644 index 00000000..43c9fc12 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pt/ui/Mall/herz0000.tga", + "locale/pt/ui/Mall/herz0001.tga", + "locale/pt/ui/Mall/herz0002.tga", + "locale/pt/ui/Mall/herz0003.tga", + "locale/pt/ui/Mall/herz0004.tga", + "locale/pt/ui/Mall/herz0005.tga", + "locale/pt/ui/Mall/herz0006.tga", + "locale/pt/ui/Mall/herz0007.tga", + "locale/pt/ui/Mall/herz0008.tga", + "locale/pt/ui/Mall/herz0009.tga", + "locale/pt/ui/Mall/herz0010.tga", + "locale/pt/ui/Mall/herz0011.tga", + "locale/pt/ui/Mall/herz0012.tga", + "locale/pt/ui/Mall/herz0013.tga", + "locale/pt/ui/Mall/herz0014.tga", + "locale/pt/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/pt/ui/Mall/herz0000.tga", + "locale/pt/ui/Mall/herz0001.tga", + "locale/pt/ui/Mall/herz0002.tga", + "locale/pt/ui/Mall/herz0003.tga", + "locale/pt/ui/Mall/herz0004.tga", + "locale/pt/ui/Mall/herz0005.tga", + "locale/pt/ui/Mall/herz0006.tga", + "locale/pt/ui/Mall/herz0007.tga", + "locale/pt/ui/Mall/herz0008.tga", + "locale/pt/ui/Mall/herz0009.tga", + "locale/pt/ui/Mall/herz0010.tga", + "locale/pt/ui/Mall/herz0011.tga", + "locale/pt/ui/Mall/herz0012.tga", + "locale/pt/ui/Mall/herz0013.tga", + "locale/pt/ui/Mall/herz0014.tga", + "locale/pt/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_at.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_at_dn.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_at_over.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_backspace.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_backspace_over.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_enter.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_enter_dn.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_enter_over.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_normal.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_normal_dn.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_normal_over.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_shift.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_shift_dn.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_shift_over.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_space.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_space_dn.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/vkey/key_space_over.tga b/bin/pack/locale_pt/locale/pt/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_pt/locale/pt/ui/webwindow.py b/bin/pack/locale_pt/locale/pt/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_cur_exp.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_ext.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_ext.sub new file mode 100644 index 00000000..965bd05b --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 328 +top 116 +right 441 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_ext_item1.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_ext_item2.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_last_exp.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_level.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_active.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..abf95950 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 133 +right 233 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_high.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..49b8b159 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 341 +top 133 +right 375 +bottom 150 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_low.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..74a67a92 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 306 +top 133 +right 341 +bottom 150 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_middle.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..044e67c6 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 233 +top 133 +right 270 +bottom 150 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_passive.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..23b65ff0 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 441 +top 116 +right 488 +bottom 133 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_support.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..b8b36658 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 480 +bottom 89 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_weapon.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..41fb734d --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 270 +top 133 +right 306 +bottom 150 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_std.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_std.sub new file mode 100644 index 00000000..6af50056 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 328 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_std_item1.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_std_item2.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/label_uppt.sub b/bin/pack/locale_pt/locale/pt/ui/windows/label_uppt.sub new file mode 100644 index 00000000..342c4137 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 89 +right 480 +bottom 103 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/tab_1.sub b/bin/pack/locale_pt/locale/pt/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/tab_2.sub b/bin/pack/locale_pt/locale/pt/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/tab_3.sub b/bin/pack/locale_pt/locale/pt/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/tab_4.sub b/bin/pack/locale_pt/locale/pt/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/title_skill.sub b/bin/pack/locale_pt/locale/pt/ui/windows/title_skill.sub new file mode 100644 index 00000000..2b0d856e --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 398 +top 74 +right 470 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/title_status.sub b/bin/pack/locale_pt/locale/pt/ui/windows/title_status.sub new file mode 100644 index 00000000..6c63bce8 --- /dev/null +++ b/bin/pack/locale_pt/locale/pt/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 181 +top 120 +right 229 +bottom 137 \ No newline at end of file diff --git a/bin/pack/locale_pt/locale/pt/ui/windows/windows.dds b/bin/pack/locale_pt/locale/pt/ui/windows/windows.dds new file mode 100644 index 00000000..07b79377 Binary files /dev/null and b/bin/pack/locale_pt/locale/pt/ui/windows/windows.dds differ diff --git a/bin/pack/locale_ro/locale/ro/effect/gm.mse b/bin/pack/locale_ro/locale/ro/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_ro/locale/ro/effect/ymirred.tga b/bin/pack/locale_ro/locale/ro/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/effect/ymirred.tga differ diff --git a/bin/pack/locale_ro/locale/ro/empiredesc_a.txt b/bin/pack/locale_ro/locale/ro/empiredesc_a.txt new file mode 100644 index 00000000..7b330f71 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/empiredesc_a.txt @@ -0,0 +1,30 @@ +[DELAY value;10] +Regatul Shinsoo[ENTER] +[ENTER] +Regatul Shinsoo se afl n[ENTER] +sudul continentului.[ENTER] +Infrastructura sa e[ENTER] +[WAIT] +susinut de relaiile[ENTER] +comerciale. Sub conducerea[ENTER] +lui Yoon-Yoing, comerul cu[ENTER] +Estul a ridicat Shinsoo[ENTER] +repede la standardul la care[ENTER] +[WAIT] +se afl astzi, dup cderea[ENTER] +imperiului. Cu Vestul ns[ENTER] +locuitorii triesc n[ENTER] +continu glceav, iar[ENTER] +drumurile comerciale sunt[ENTER] +[WAIT] +nchise. Cu contiina[ENTER] +ameninrii temeliei[ENTER] +existenei lor prin piatra[ENTER] +metin, negustorii se[ENTER] +narmeaz. Scopul lor este[ENTER] +[WAIT] +de a opune rezisten[ENTER] +atacurilor Vestului, de a[ENTER] +redeschide drumurile[ENTER] +comerciale, i de a uni tot[ENTER] +regatul sub conducerea lor. \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/empiredesc_b.txt b/bin/pack/locale_ro/locale/ro/empiredesc_b.txt new file mode 100644 index 00000000..a08a069a --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/empiredesc_b.txt @@ -0,0 +1,36 @@ +[DELAY value;10] +Regatul Chunjo[ENTER] +[ENTER] +Regatul Chunjo cuprinde[ENTER] +vestul continentului. El are[ENTER] +o structur teocrat i este[ENTER] +[WAIT] +administrat de ctre liderii[ENTER] +si spirituali. El a fost[ENTER] +format de ctre Yoon-Young,[ENTER] +vrul fostului mprat.[ENTER] +Soia lui Yoon, care deine[ENTER] +[WAIT] +puteri magice nemsurate,[ENTER] +l-a ajutat de la nceput s[ENTER] +nfrunte ameninarea pietrii[ENTER] +metin. Yoon-Young a luat[ENTER] +adesea msuri de[ENTER] +[WAIT] +mpotrivire, dar a fost[ENTER] +mereu ignorat. Astfel el[ENTER] +i-a ridicat supuii ntr-o[ENTER] +rscoal mpotriva[ENTER] +imperiului, pe atunci nc[ENTER] +[WAIT] +unitar. De la cderea[ENTER] +acestuia, Chunjo se afl[ENTER] +nc n continuu conflict cu[ENTER] +Estul i nenelegere cu[ENTER] +Sudul. Locuitorii si aspir[ENTER] +[WAIT] +la puterea peste ntreg[ENTER] +continentul, pentru a opune[ENTER] +rezisten forei necurate[ENTER] +i mereu crescnde a pietrii[ENTER] +metin. \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/empiredesc_c.txt b/bin/pack/locale_ro/locale/ro/empiredesc_c.txt new file mode 100644 index 00000000..8fed1828 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/empiredesc_c.txt @@ -0,0 +1,29 @@ +[DELAY value;10] +Regatul Jinno[ENTER] +[ENTER] +Regatul Jinno se ntinde n[ENTER] +estul continentului. Temelia[ENTER] +sa este fora militar,[ENTER] +[WAIT] +purtat de caracterul[ENTER] +agresiv i rzboinic al[ENTER] +locuitorilor si. Jinno este[ENTER] +condus de ctre Ee-Ryoong,[ENTER] +fiul ultimului mprat. El[ENTER] +[WAIT] +se simte capabil, sub[ENTER] +conducerea sa i cu ajutorul[ENTER] +puterii de rzboi care i[ENTER] +st la dispoziie, s[ENTER] +reuneasc vechiul imperiu.[ENTER] +[WAIT] +Temeri mpotriva importanei[ENTER] +i efectului pietrei metin[ENTER] +sunt ignorate n mod oficial[ENTER] +n Jinno. n secret ns,[ENTER] +Ee-Ryoong ncearc s se[ENTER] +[WAIT] +foloseasc de puterea de[ENTER] +distrugere a pietrei pentru[ENTER] +ndeplinirea scopurilor sale[ENTER] +rzboinice. \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/guildbuildinglist.txt b/bin/pack/locale_ro/locale/ro/guildbuildinglist.txt new file mode 100644 index 00000000..5f35b64c --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan Fegyverkovcs -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Felszerels kovcs -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan kszersz -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang Kikpz kzpont -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro Gymnt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro Fosszilis fa koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro Rz koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro Ezst koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro Arany koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro Jde koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro benfa koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro Gyngy koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro Fehrarany koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro Kristly koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro Ametiszt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro Mennyei knny koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Llekkristly koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Grnt koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Zafr koh -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 Az Er oltra -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 Az Er oltra -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 Az Er oltra -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse Hz (1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner Kfal (1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin Kfal (1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 Kfal (1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door Kapu (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set Fal (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse Hz (2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner Kfal (2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin Kfal (2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 Kfal (2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door Kapu (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDIN b1-set Fal (2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse Hz (3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner Kfal (3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin Kfal (3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 Kfal (3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door Kapu (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDIN c1-set Fal (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol Ch jelvny -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 Homlokzati fal -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 +14202 WALL fence01_back01 Hts fal -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 Bal oldali fal -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 Jobb oldali fal -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 K1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 K2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 K3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 K4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 K5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 K6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 K7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 K8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 K9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 K10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT Fa1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 Fa2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall Fa3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 Fa4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 Fa5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT Fa6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 Fa7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall Fa8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 Fa9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_ro/locale/ro/icon/scroll_close.tga b/bin/pack/locale_ro/locale/ro/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/icon/scroll_close.tga differ diff --git a/bin/pack/locale_ro/locale/ro/icon/scroll_open.tga b/bin/pack/locale_ro/locale/ro/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/icon/scroll_open.tga differ diff --git a/bin/pack/locale_ro/locale/ro/insult.txt b/bin/pack/locale_ro/locale/ro/insult.txt new file mode 100644 index 00000000..a3eebdaf --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/insult.txt @@ -0,0 +1,158 @@ +Fuck +fut +futai +satefut +fututi +fututzi +futut +stf +plm +fgm +mm +fmm +Shit +cacat +pisat +Dick +pula +poola +pizda +pisda +sugi +sogi +soogi +coaie +mata +ma`ta +ma'ta +matii +mortii +mortiimatii +maortii matii +morti mati +mortii mati +morti matii +idiot +cretin +dobitoc +muist +muista +muje +mujist +mujista +Cock +Slut +curva +tarfa +Ass +ass +cacat +kkt +mue +pupincurist +pupincur +asshole +assholes +jeg +jegos +muist +muie +moie +mooie +balls +bitch +bitcher +bitchers +bitches +bitchin +bitching +blowjob +blowjobs +shit +bullshit +butt +buttface +butthead +christ +cock +cocks +cocksuck +cocksucked +cocksucker +cocksucking +cocksucks +cunilingus +cunillingus +cunnilingus +dick +dildo +dildos +ejaculate +ejaculation +ejaculat +ejaculare +ejaculez +felatie +felatii +fuck +fucked +fucker +fuckers +fuckin +fucking +fuckings +fuckme +fucks +fuk +fuks +homo +jesus +jesus christ +jew +jiz +jizz +lesbian +lesbi +lesby +lezbi +lezby +lesbo +mothafuck +mothafucka +mothafuckas +mothafuckaz +mothafucked +mothafucker +mothafuckers +mothafuckin +mothafucking +mothafuckings +mothafucks +motherfuck +motherfucked +motherfucker +motherfuckers +motherfuckin +motherfucking +motherfuckings +motherfucks +orgasm +orgasms +penis +porn +porno +pornography +pornos +prostitute +prostituat +prostituata +pussy +pussys +retard +ritard +shit +shiting +shitings +shits +slut +sluts \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/item_list.txt b/bin/pack/locale_ro/locale/ro/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_ro/locale/ro/item_proto b/bin/pack/locale_ro/locale/ro/item_proto new file mode 100644 index 00000000..302513d8 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/item_proto differ diff --git a/bin/pack/locale_ro/locale/ro/itemdesc.txt b/bin/pack/locale_ro/locale/ro/itemdesc.txt new file mode 100644 index 00000000..6ca28d12 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/itemdesc.txt @@ -0,0 +1,2628 @@ +100000 Elixirul Timpului (S) Umple timpul unei Pietre Dragon. +100001 Elixirul Timpului (M) Umple timpul unei Pietre Dragon. +100002 Elixirul Timpului (L) Umple timpul unei Pietre Dragon. +100100 Clesti de Dragon Unealta flositoare la cresterea sansei de succes in timpul inlocuirii Pietrei Dragon. +100200 Clestii Timpului Extrage timpul unei Pietre Dragon. +100300 Fasole Dragon Verde Fasolea magica creste nivelul Pietrei Dragon. Procesul de intarire poate esua. +100400 Fasole Dragon Albastra Fasolea magica creste sansa de succes a imbunatatirii unei Pietrei Dragon cu un nivel. +100500 Fasole Dragon Roz Sansa de succes a imbunatatirii unei Pietrei Dragon cu un nivel este cu 10% mai mare. +11901 Smoking Un costum barbatesc, elegant, ce poate fi purtat la nunta. +11902 Smoking Un costum barbatesc, elegant, ce poate fi purtat la nunta. +11903 Rochie de mireas O rochie deosebit pe care o poart o femeie la nunta ei. +11904 Rochie de mireas O rochie deosebit pe care o poart o femeie la nunta ei. +18000 Curea de In +0 +18001 Curea de In +1 +18002 Curea de In +2 +18003 Curea de In +3 +18004 Curea de In +4 +18005 Curea de In +5 +18006 Curea de In +6 +18007 Curea de In +7 +18008 Curea de In +8 +18009 Curea de In +9 +18010 Curea de Piele +0 +18011 Curea de Piele +1 +18012 Curea de Piele +2 +18013 Curea de Piele +3 +18014 Curea de Piele +4 +18015 Curea de Piele +5 +18016 Curea de Piele +6 +18017 Curea de Piele +7 +18018 Curea de Piele +8 +18019 Curea de Piele +9 +18020 Curea de Lux +0 +18021 Curea de Lux +1 +18022 Curea de Lux +2 +18023 Curea de Lux +3 +18024 Curea de Lux +4 +18025 Curea de Lux +5 +18026 Curea de Lux +6 +18027 Curea de Lux +7 +18028 Curea de Lux +8 +18029 Curea de Lux +9 +18030 Cureaua Iscusintei +0 +18031 Cureaua Iscusintei +1 +18032 Cureaua Iscusintei +2 +18033 Cureaua Iscusintei +3 +18034 Cureaua Iscusintei +4 +18035 Cureaua Iscusintei +5 +18036 Cureaua Iscusintei +6 +18037 Cureaua Iscusintei +7 +18038 Cureaua Iscusintei +8 +18039 Cureaua Iscusintei +9 +18040 Cureaua Regelui +0 +18041 Cureaua Regelui +1 +18042 Cureaua Regelui +2 +18043 Cureaua Regelui +3 +18044 Cureaua Regelui +4 +18045 Cureaua Regelui +5 +18046 Cureaua Regelui +6 +18047 Cureaua Regelui +7 +18048 Cureaua Regelui +8 +18049 Cureaua Regelui +9 +18050 Cureaua Spiritului +0 +18051 Cureaua Spiritului +1 +18052 Cureaua Spiritului +2 +18053 Cureaua Spiritului +3 +18054 Cureaua Spiritului +4 +18055 Cureaua Spiritului +5 +18056 Cureaua Spiritului +6 +18057 Cureaua Spiritului +7 +18058 Cureaua Spiritului +8 +18059 Cureaua Spiritului +9 +18060 Curea din Rune +0 +18061 Curea din Rune +1 +18062 Curea din Rune +2 +18063 Curea din Rune +3 +18064 Curea din Rune +4 +18065 Curea din Rune +5 +18066 Curea din Rune +6 +18067 Curea din Rune +7 +18068 Curea din Rune +8 +18069 Curea din Rune +9 +18070 Cureaua Marelui Urs +0 +18071 Cureaua Marelui Urs +1 +18072 Cureaua Marelui Urs +2 +18073 Cureaua Marelui Urs +3 +18074 Cureaua Marelui Urs +4 +18075 Cureaua Marelui Urs +5 +18076 Cureaua Marelui Urs +6 +18077 Cureaua Marelui Urs +7 +18078 Cureaua Marelui Urs +8 +18079 Cureaua Marelui Urs +9 +18900 Piatra Flacara Rosie Imbunatateste bonusurile curelei tale. +21100 +21101 +21102 +21103 +21104 +21105 +21106 +21107 +21108 +21109 +21110 +21111 +21112 +21113 +21114 +21115 +21116 +21117 +21118 +21119 +21120 +21121 +21122 +21123 +21124 +21125 +21126 +21127 +21128 +21129 +21550 +21551 +21552 +21553 +21554 +21555 +21556 +21557 +21558 +21559 +21991 +21992 +21993 +22000 Pergamentul oraului Pergamentul i permite s te teleportezi napoi in ora. +22010 Pergamentul Orasului Pergamentul te ajuta sa te intorci in ultima locatie marcata de tine. +25040 Pergament Binecuvantat Reduce riscul distrugerii unui obiect daca imbunatatirea esueaza. In cazul esuarii, calitatea obiectului va fi scazuta doar cu 1 punct. +25041 Piatra Magica O bucat din metalul legendar i poate crete ansele de upgrade ale unui element. Elementul upgradat nu poate apoi fi apoi distrus sau degradat. +25100 Pergament Piatra Stafie Pergamentul i ofer posibilitatea eliminrii pietrei stafie dintr-o arm sau armur. O achie va rmne. +27051 Licoare Rosie (S) Umple pana la 300 puncte de viata. Nu poate fi vandut. +27052 Licoare Albastra (S) Umple pana la 100 puncte de mana. Nu poate fi vandut. +27053 Licoare Verde (S) Creste viteza de atac pana la +10 pentru 10 minute. Nu poate fi vandut. +27054 Licoare Violet (S) Creste viteza de miscare pana la +10 pentru 10 minute. Nu poate fi vandut. +27122 Licoare Rosie (S) Restaureaza pana la 300 puncte de viata. Nu poate fi vanduta. +27123 Licoare Verde (S) Creste viteza miscarii cu +10 pentru 10 minute. Nu poate fi vanduta. +27124 Bandaj Opreste sangerarea imediat. +27600 Foc de tabr Lemn cu care poi aprinde un foc de tabr. +27610 Marmur de pescuit Acest glob magic i arat ce s-a prins n crligul undiei. +27620 Cartea pescuitului O carte cu care timp de 3 zile vei prinde de dou ori mai muli peti rari. +27799 Oase de pete Oasele unui pete. +27800 Past O momeal uoar. +27801 Rm Momeal apreciat folosit la pescuit. +27802 Pete mic Petior folosit ca momeal pentru pescuit. +27803 alu Pete comun care triete de regul ntr-un lac. +27804 Pete mandarin Pete foarte gustos. +27805 alu mare alu mare si gras. +27806 Crap Un pete mare argintiu. +27807 Somon Pete care n perioada mperecherii se ntoarce acas. +27808 Crap chinezesc Crap care se hrnete de obicei cu ierburi. +27809 Pstrv Pete strident nrudit cu somonul. +27810 Anghil Pete lung i subire care se aseamn cu un arpe. Are o for i o rezisten mare. +27811 Pstrv curcubeu Pete care poart pe spate culorile curcubeului. +27812 Pstrv Pete de ru, mult rspndit n aceste zone. +27813 Scrumbie Pete roiatic care triete in stoluri. +27814 Biban Pete cunoscut ca i "rechinul lacurilor". +27815 Tenchi O specie de baracuda care triete doar n ape curate. +27816 Pisic de mare Pete cu o gur mare si musti asemntoare cu cele ale pisicii. +27817 ipar Pete care triete n ape puin adnci si noroiase. +27818 Pete lotus Pete mare de ap dulce care se hrnete diversificat. +27819 Ayu Pete nrudit cu hamsia. Triete n zona plajelor i n apropierea gurilor de vrsare. +27820 Hamsie "Pete de iarn", prins adesea la copc. +27821 Shiri Pete cu form i culori frumoase. +27822 Crap oglind Crap autohton. +27823 Pete auriu Pete ntlnit rar, de culoare auriu-strlucitoare. +27833 alu mort Poate fi prjit la un foc de tabr. +27834 Pete mandarin mort Ideal pentru a fi prjit la un foc de tabr. +27835 alu mare mort Ideal pentru a fi prjit la un foc de tabr. +27836 Crap mort Ideal pentru a fi prjit la un foc de tabr. +27837 Somon mort Ideal pentru a fi prjit la un foc de tabr. +27838 Crap chinezesc mort Ideal pentru a fi prjit la un foc de tabr. +27839 Pstrv mort Ideal pentru a fi prjit la un foc de tabr. +27840 Anghil moart Ideal pentru a fi prjit la un foc de tabr. +27841 Pstrv curcubeu mort Ideal pentru a fi prjit la un foc de tabr. +27842 Pstrv mort Ideal pentru a fi prjit la un foc de tabr. +27843 Scrumbie moart Ideal pentru a fi prjit la un foc de tabr. +27844 Biban mort Ideal pentru a fi prjit la un foc de tabr. +27845 Tenchi mort Ideal pentru a fi prjit la un foc de tabr. +27846 Pisic de mare moart Ideal pentru a fi prjit la un foc de tabr. +27847 Pete zebr mort Ideal pentru a fi prjit la un foc de tabr. +27848 Pete lotus mort Ideal pentru a fi prjit la un foc de tabr. +27849 Ayu mort Ideal pentru a fi prjit la un foc de tabr. +27850 Hamsie moart Ideal pentru a fi prjit la un foc de tabr. +27851 Shiri mort Ideal pentru a fi prjit la un foc de tabr. +27852 Crap oglind mort Ideal pentru a fi prjit la un foc de tabr. +27853 Pete auriu mort Ideal pentru a fi prjit la un foc de tabr. +27863 alu prjit Reface cteva puncte de via. +27864 Pete mandarin prjit Reface punctele de mana. +27865 alu mare prjit Reface cteva puncte de via. +27866 Crap prajit Crete pentru un anumit timp viteza de micare. +27867 Somon prjit Reface cteva puncte de mana. +27868 Crap chinezesc prjit Crete pentru un anumit timp viteza de atac. +27869 Pstrv prjit Reface multe puncte de via. +27870 Anghila prajita Iti creste puterea cu 10 puncte pentru 10 minute. +27871 Pstrv curcubeu prjit Reface multe puncte de mana. +27872 Pstrv prjit Reface cteva puncte de mana pe loc. +27873 Scrumbie prjit i mrete dexteritatea cu 10 puncte pentru 10 minute. +27874 Biban prjit Elimina otrava. +27875 Tenchi prjit Reface cteva puncte de via pe loc. +27876 Pisic de mare prjit Reface cteva puncte de mana pe loc. +27877 Pete zebr prjit Te face invizibil pentru 5 minute. +27878 Pete lotus prjit Reface cteva puncte de via pe loc. +27879 Ayu prjit Acest peste capt un gust mult mai bun daca este preparat pe foc. +27880 Hamsie prjit Preparat deasupra focului, pestele prinde un gust placut afumat. +27881 Shiri prjit Acest peste capt un gust mult mai bun daca este preparat pe foc. +27882 Crap oglind prjit Preparat deasupra focului, pestele prinde un gust placut afumat. +27883 Pete auriu prjit Preparat deasupra focului, pestele prinde un gust placut afumat. +27987 Scoic O scoic cu o cochilie frumoas. Poate s conin o perl preioas. +27988 Harta Comorii O hart uzat care indic locul unei vechi comori. +27989 Busola Pietrei Metin Busola iti indica directia catre urmatoarea piatra Metin. Cu cat straluceste mai tare cu atat esti mai aproape. Poate sa fie activata de 6 ori. +27990 Bucat de piatr Datorita dimensiunilor mici, poate fi transportata usor. Poate fi folosita in foarte multe feluri. +27991 Piatr acvatic O piatra grea, neprelucrata, ce se foloseste la ascutirea armelor sau a ustensilelor de bucatarie. +27992 Perla Alba O perl alb ca zpada din interiorul unei scoici. +27993 Perl albastr O superb perl albastr din interiorul unei scoici. +27994 Perl viinie O perl viinie din interiorul unei scoici. +27995 Sticl goal O sticl goal, intact. +27996 Sticl cu otrav O sticl cu otrav care cauzeaz moartea. +27997 Marmura Vitalitate Glob care i reface cteva puncte de via. +27998 Tolb de alchimie Tolba uzat a unui alchimist ce ascunde nuntrul ei secretele alchimiei, ferindu-le de privirile strinilor. +27999 Geant cu pietre-stafie O geant cu pietre-stafie. Poate s conin pietre folosite la mbuntirea obiectelor. +29001 Scoic Iacob Una dintre cele mai mari si mai gustoase midii. Are o carapace in forma de pieptane. +29002 Scoic Iacob albastr O scoica sidefata, stralucitoare cu tonuri de albastru. +29003 Scoic Iacob galben O scoica sidefata, stralucitoare cu tonuri de galben. +29004 Scoic Iacob roie O scoica sidefata, stralucitoare cu tonuri de rosu. +29005 Scoic Iacob verde O scoica sidefata, stralucitoare cu tonuri de verde. +29006 Piatr galben de vin Piatr de vin galben-nchis. +29007 Piatr albastr de vin Piatr de vin albastr-nchis +29008 Ap sfnt albastr La lumina soarelui din aceasta apa se reflecta un albastru catifelat. +29009 Ap sfnt galben La lumina soarelui din aceasta apa se reflecta un galben catifelat. +29010 Ap sfnt roie La lumina soarelui din aceasta apa se reflecta un rosu catifelat. +29011 Ap sfnt verde La lumina soarelui din aceasta apa se reflecta un verde catifelat. +29012 Mana Albastru Inchis Zeu Ap sfnt albastr-nchis +29013 Mna Domnului galben Ap sfnt galben-nchis +29014 Mna Domnului purpurie Ap sfnt roie-nchis +29015 Mana Verde Inchis de Zeu Ap sfnt verde-nchis +30000 Orz Plant des cultivat, utilizat la producerea berii i a hranei. +30001 Scrisoare O scrisoare de la cineva, scris de mn +30002 Carnati Prajiti Carnati prajiti deliciosi carora daca le simti gustul nu te mai poti opri din mancat. +30003 Rt de porc Nasul porcului +30004 Dinte de mistre Colul unui mistre matur +30005 Bucat armur stricat Parte rupt dintr-o armur +30006 Dinte de Ork Dintele galben-maroniu, urt-mirositor al unui Ork. La marginea lui atrn buci ciudate, ncrustate. +30007 Amulet de Ork O amulet prelucrat ntr-un mod strin locului, care i d Orkului curaj n lupt. +30008 ndrumator de esoteric Un abecedar care iniiaz n arta esotericii +30009 Leac necunoscut Un leac cu mireasm de ierburi, a crui compoziie este necunoscut. +30010 Fiere de Urs Fierea de urs este cunoscut prin faptul c reactiveaz simul gustativ. +30011 Ghem Un ghem mtsos de a. +30012 Sticl de vin n sticl se gsete un vin deosebit de aromat. +30013 Ulcea de alcool O ulcea din piatr, folosit pentru pstrarea buturilor alcoolice. +30014 Blan de Yeti Blana legendarului Yeti protejeaz chiar i mpotriva temperaturilor deosebit de sczute. +30015 Suvenirul Demonului Amintirea posomort, cuprins de rceal a unui demon. +30016 Piatr preioasa demon O piatr preioas cunoscut prin faptul c adpostete sufletele morilor. +30017 Ac decorativ de pr Acul decorativ din prul unei femei, cu lucrtur fin n filigran. +30018 Banderol roie O banderol elegant folosit pentru mpodobirea frizurilor de dam. +30019 Coama de Foc Firul de coam de foc se folosete pentru producerea mbrcmintei de iarn. +30020 Smbure de piersic Smburii de piersic au fost dintotdeauna ntrebuinai pentru a avea un ten sntos. +30021 Buc. de piatr preioas Piatr preioas spart prin folosirea unui material tare. +30022 Coad de arpe Coada unui arpe. +30023 Blan alb de tigru Cea mai apreciat blan de animal de ctre colecionari. +30024 Coad de cal Coada unui cal poate fi folosit la producerea unor obiecte de calitate superioar ca perii, plrii sau sfori. +30025 Tolba Otrava de Paianjen Tolba cu otrava de paianjen +30026 Intestin de lup Ingredient pentru crnai, hran foarte cunoscut n regat. +30027 Blan de lup Perii cei mai groi ai unui lup sunt folosii la producerea de perii. +30028 Ghear de lup Ghearele ascuite ale lupului sunt folosite la producerea de accesorii. +30029 Ficat de lup Ingredient pentru crnai, hran foarte cunoscut n regat. +30030 Lam de pumnal ruginit Lama ruginit a unui pumnal. +30031 Obiect de bijuterie Bijuterie apreciat de fete. +30032 Uniform neagr O uniform neagr purtat. +30033 Porelan spart O bucat de porelan spart. +30034 Banderol alb O banderol apreciat pentru legat prul unei femei. +30035 Crem de fa Femeile o folosesc pentru a avea o piele tnr. +30036 Buruian misterioas Buruiana legendar cu efect miraculos. +30037 Ghear de tigru Cativa razboinici poarta colier facut din gheare de tigru pentru a-si arata curajul. +30038 Blan de tigru Blan de animal apreciat de ctre colecionari. +30039 Bucat de estur estur folosit la acoperirea unei rni. +30040 Foaie Frunza unei plante necunoscute. +30041 Shiriken Arm de aruncat folosit de ctre ninja. +30042 Dintele unui tigru Dinte solid si stralucitor al unui tigru. +30043 Boab Ingredient folosit n multe buctrii. +30044 Lut Lut folosit la producerea de porelan. +30045 Ac de scorpion Ac cu otrav de scorpion. +30046 Coad de scorpion Coada otrvit a unui scorpion. +30047 Cartea blestemelor O carte esoteric care conine indicaii despre blesteme. +30048 Bucat de ghea Ap ngheat, tot timpul rece. +30049 Corn de balen Material de sculptur de valoare. +30050 Glob de ghea Glob de ghea care nu se topete n ap cald. +30051 Talisman necunoscut Talisman necunoscut, doar esotericii l pot citi. +30052 Steag Steag care marcheaz armatele de slbatici. +30053 Piele de talp de urs Hran apreciat de toi, care ofer rezisten. +30054 Inel de cununie Singurul inel care trebuie purtat pn la final. +30055 Foarfece de scorpion Foarfecele unui scorpion. +30056 Panza de Paianjen Paianjenul isi foloseste propria matase pentru a-si face casa. +30057 Ochi de Paianjen Ochii de paianjen sunt printre preferatii colectionarilor. +30058 Sac Oua de Paianjen Folosit pentru farmece de catre femeile care nu pot avea copii. +30059 Picioare de Paianjen amanii folosesc picioarele paianjenilor la diferite munci. +30060 Limb de broasc O limb lipicioas. +30061 Pulpe de broasc Ingredient exotic cu gust de carne de pui! +30062 Castron medicinal Castron folosit de ctre farmaciti. +30063 Leac de piele Leac care vindec bolile de piele. +30064 Piatr ascuti Piatr folosit la producerea vrfurilor de sgeat. +30065 Clopot Clopot care sun la atingere. +30066 Piper iute Piper foarte iute. +30067 piele de arpe Pielea unui arpe. +30068 Friptur de tofu Carnea vegetarienilor. +30069 Ghear de lup+ Gheara ascuit a unui lup, folosit la producerea unui accerosiu. +30070 Blan de lup+ Perii cei mai groi ai unui lup sunt folosii la producerea de perii. +30071 Fiere de urs+ Fierea de urs este cunoscut pentru darul ei de a renvia simul gustului. +30072 Piele de talp de urs+ Hran apreciat de toi pentru rezistena pe care o ofer. +30073 Banderol alb+ Banderol apreciat pentru legarea prului unei femei. +30074 Uniform neagr+ Uniform neagr purtat. +30075 Shiriken+ Arm de aruncat folosit de ctre ninja. +30076 amulet de Ork+ O amulet care ncurajeaz orcii. +30077 dinte de Ork+ Dintele puturos al unui orc. +30078 ndrumator de esoteric+ Carte care ofer nceptorilor o introducere n esoteric. +30079 Talisman necunoscut+ Talisman necunoscut care poate fi citit doar de esoterici. +30080 Cartea blestemelor+ Carte esoteri care conine unele indicaii despre blesteme. +30081 Coad de scorpion+ Coada otrvit a unui scorpion. +30082 Coad de arpe+ Coada unui arpe cu clopoei. +30083 Leac necunoscut+ Leac necunoscut cu ingrediente necunoscute. +30084 Talisman necunoscut+ Talisman necunoscut care poate fi citit doar de ctre esoterici. +30085 Bucat de estur+ estur folosit la acoperirea unei rni. +30086 Amintire de demon+ Amintirea sumbr a unui demon. +30087 Bijuterie de Demon+ Piatr preioas cunoscut pentru darul ei de a conine sufletele morilor. +30088 Bucat de ghea+ Ap ngheat, tot timpul rece. +30089 Blan de Yeti+ Blana de Yeti, creatura legendar, protejeaz mpotriva gerului. +30090 Glob de ghea+ Glob de ghea care nu se topete n ap cald. +30091 Simbol de rzboinic Simbolul oferit rzboinicilor legendari. +30092 Prada slbaticilor Prad de rzboi. +30093 Tolb norocoas Tolb de mtase care conine obiecte de pre. +30094 Tolb norocoas Tolb de mtase care conine obiecte de pre. +30095 Tolb norocoas Tolb de mtase care conine obiecte de pre. +30096 Tolb norocoas Tolb de mtase care conine obiecte de pre. +30129 nsrcinare d la clre Document care conine o nsrcinare de la armat. +30130 Sticl goal Recipient de sticl gol, in care pot fi purtate multe lichide. +30131 Scrisoare de la fierar O scrisoare de la fierar catre prietenul sau, Deokbae. +30132 Cartea lui Uriel O carte pe care Uriel o citete cu plcere. Ea poart titlul "Misterul templului ntunecat" +30133 Papuci de flori Papuci drgui de femeie. +30134 Pacheelul lui Uriel Un pacheel cu multe cri. +30135 Scrisoarea lui Ariyoung O scrisoare de la Ariyoung pentru Ah-Yu. +30136 Arc mpodobit Un arc minunat cioplit din cornul unui animal. +30137 Snge de maimu Sngele unei maimue. Miroase ngrozitor. +30138 Nisip de deert Acest nisip aparte e folosit pentru confecionarea Porelanului Celadon. +30139 Msea Msea de orc folosit ca talisman. +30140 A de cusut A de cusut foarte tare. Este folosit pentru repararea vemintelor dar i la realizarea de coliere. +30141 Bijuterie Folosit pentru nfrumusearea vemintelor, dar poate fi purtat si pur-i-simpul. +30142 Scrisoare Scrisul de pe scrisoare este indescifrabil. Poate e nevoie sa se nvee limba respectiv. +30143 Ierburi medicinale O colecie de plante uscate folosite pentru vindecare. Din pcate sunt puin prfuite. +30144 Ficatul unui tigru Ficatul unui tigru (pisica salbatic) +30145 Leacul lui Balso Leac foarte puternic. +30146 bulgre de ghea Este foarte rece. +30147 nvtura din templu Carte care conine informaii exacte despre templul ntunecat. +30148 Fularul din templu Fular folosit la rugciune. +30149 ngheat cu sirop Farfurie cu o porie de ngheat cu sirop. Un rcoritor foarte bun n timpul verii. +30150 Pagini de Jurnal O pagina de Jurnal, scrisa de Vechea Dinastie. +30151 Piele neprelucrata lup Folosit adesea ca pmtuf de ters praful. +30152 Leac Leac mpotriva unei boli ciudate. Nimeni nu tie dac funcioneaz. +30153 Flori Flori necunoscute, care prin mireasma lor te adncesc n amintiri. +30154 Cartea secret din templ Analiza nvturii i istoriei templului secret. +30155 Brelocul lui Mirine Breloc pentru un colier. Pe spate este gravat numele Mirine. +30156 Cartea Templului Secret Analiza istoriei si doctrina templului secret. +30157 Vrf de sgeat Aceste vrfuri de sgeat otrvite vor fi de folos pentru a nvinge imperiul. +30177 Esen de Mosc Esena de Mosc folosit de Negustorul de arme in timpul unei misiuni. Acest obiect nu are alte functionalitai. +30179 Cheie Rsucit Aceast cheie magic activeaz portalul ctre Templul Dragonului. +30180 Amuleta Zeu Dragon Aceasta bucata de bijuterie galbena poate scurta drumul catre Grota Exilului. +30181 Pagina Scrisul sters de pe acest manuscris este greu de inteles - pagina pare foarte veche. +30182 Jurnal Legendar Copia acestei carti vechi pare foarte valoroasa. +30183 Masca Sumbra de Lemn Aceasta masca de lemn pare sa te priveasca fix. Cel mai probabil este un obiect de ceremonie. +30184 Cenusa Fermecata Cenusa este intr-un vas acoperit cu simboluri ciudate si inconjurat de o aura stralucitoare. +30185 Gheata Neagra Par sa se adune umbre langa aceasta suprafata lucioasa si neteda. +30186 Lacrim fosilizat O lacrim fosilizat de la Zeul Baljit-Elvedin care acum este cunoscut ca Zeul Dragon. +30187 Strop de snge Un strop de snge de la zeia ucis Bahar-Taraji, creatoarea lumii. +30188 Obsidian Candva lichid, piatra vulcanic a ngheat. +30189 Lacrimile lui Baljit-E. Acest vas sculptat conine lacrimile zeului Baljit-Elvedin. +30190 Piatr nsngerat Aceasta piatra este facuta din sangele lui Bahar-Taraji si iti asigura intrarea n Grota Exilului. +30191 Piatr nsngerat Pietrele nsangerate i asigur intrarea n Grota Exilului. +30192 Seva Plantei Secreie de plant de calitate +30193 Oasele Degetului Ultimele rmie ale unui erou czut. +30194 Buzduganul Orcilor O arm urt su spini apri. +30195 Nisip Cuar Acest nisip pare s serveasc drept snge creaturilor de piatr n deert. +30196 Cenusa Demonului Pana si cenusa unui demon contine puteri extrordinare. +30197 Semine Magice Aceste semine sfrie cu vitalitate. +30198 Cristal de Ap Inima unei creaturi de ghea ntunecate. +30199 Cristal Albastru O bucat de cristal din Templul Dragonului, care mprospteaz puterile ntunecate. +30210 Buc. d piatr preioas O piatr preioas limpede ca si cristalul si care strlucete la lumin. +30211 Buc. d piatr preioas O pietricic care straluceste la lumina. +30212 Buc. d piatr preioas O pietricic strlucitoare. +30213 Buc. d piatr preioas O pietricic strlucitoare. +30214 Buc. d piatr preioas O pietricic strlucitoare. +30215 Buc. d piatr preioas O pietricic strlucitoare. +30216 Buc. d piatr preioas O pietricic strlucitoare. +30217 Buc. d piatr preioas O pietricic strlucitoare. +30218 Buc. d piatr preioas O pietricic strlucitoare. +30219 Buc. d piatr preioas O pietricic strlucitoare. +30220 P. sufletului Jinunggyi Piatra legendar care conine sufletul nobililor Jinung. +30221 P. sufletului din templu Piatra legendar care conine sufletul adepilor templului. +30222 Piatra Spiritului Sagyis Piatra legendar care conine sufletul nobililor Sagyi. +30223 P. sufletului Aurtumuryu Piatra legendar care conine sufletul nobililor Aurtumryu. +30224 Piatra Spiritului Gyimok Piatra legendar care conine sufletul nobililor Gyimok. +30225 P. sufletului lui Tugyi Piatra legendar care conine sufletul nobililor Tugyi. +30228 P. Suflet Beran-Setaou Aura ntunecat a zeului czut i atinge sufletul i caut refugiu n inima ta. +30251 Bijuterie Rea Voin Un diamant plin de rea voin. +30252 Bijuterie nelepciune Aceasta aura de diamant este panic i nobil. +30253 Bijuterie Loialitate O aur de spirit de luptator si onestitate nconjoar acest diamant. +30254 +30265 Bucata de Medalie (1) Primul fragment al Medaliei Eroilor +30266 Bucata de Medalie (2) Al doilea fragment al Medaliei Eroilor +30267 Bucata de Medalie (3) Al treilea fragment al Medaliei Eroilor +30268 Bucata de Medalie (4) Al patrulea fragment al Medaliei Eroilor +30269 Bucata de Medalie (5) Al cincilea fragment al Medaliei Eroilor +30270 Ciob Piatra Dragon Fragmentul unei Pietre Dragon. +30311 Cheia Suflet Cristalizat Cheia delicata cu Suflet Albastru Cristalizat deschide poarta etajului 2 din Catacomba Diavolului. +30312 Totem Schimonosit Simbolul de lemn cu o grimasa bine conturata te ajuta la deschiderea portii de la etajul 6 al Catacombei Diavolului. +30315 Paine Paine folosita in perioada postului. +30316 Platou Traditional O farfurie cu decoratiuni splendide. +30317 Mancare Traditionala Donatie de alimente pentru perioada postului. +30318 Fruct Binecuvantat Un fruct special. Colecteaza suficiente fructe pentru a primi o recompensa. +30319 Cap Mumificat Acest Cap Mumificat de demon deschide sigiliul de la poarta etajului 3 din Catacomba Diavolului. Acest obiect se poate vinde. +30320 Cap Mumificat Acest Cap Mumificat de demon deschide sigiliul etajului al 3-lea din Catacomba Diavolului. +30321 Dovleac de Halloween Dovleacul umple PV si PM. Daca il atingi cu Bagheta Magica se va transforma intr-un Cufar de Halloween. +30322 Bagheta Magica O Bagheta Magica sculptata artistic din arin cu o stea in varf lucrata din foc magic. Poate fi folosita pentru a transforma fiecare Dovleac de Halloween intr-un Cufar de Halloween. +30323 Tichet Jack O`Lantern Tichetul cu Masca Jack O'Lantern poate fi schimbat la Dovleacul Jack cu o Masca Jack O'Lantern. Masca va inlocui frizura existenta. +30324 Cheia Arahnidelor Deschide portile catre Ascunzatoarea Reginei unde isi depune ouale. Foarte fragila, se dezintegreaza dupa 24 de ore. Poate fi folosita doar de catre liderul de grup. +30325 Cheia Arahnidelor Deschide portile catre Ascunzatoarea Reginei unde isi depune ouale. Foarte fragila, se dezintegreaza dupa 24 de ore. Poate fi folosita doar de catre liderul de grup. +30326 Otrava Reginei Paianjen Secretul Reginei Paianjen este necesar fabricarii Cheii Arahnidelor. +30327 Fluierul Arahnidelor Cantecul acestui instrument o atrage pe Regina Paianjen. +30329 Roata Zimtata de Aur Urneste mecanismul ascuns la Stele din Isfet. +30330 Piatra Maat Zeita Dreptatii, Maat lupta pentru ordine in mijlocul haosului. +30331 Cheie de Gheata Aceasta cheie este rece ca gheata si iti permite accesul la etajul trei din Turnul lui Nemere. Poate fi folosita doar de Samani. +30332 Steaua Nordului Sigiliu pietrificat facut din gheata pura. Permite accesul la etajul sase din Turnul lui Nemere. +30333 Cheie Floare de Gheata Cheia din gheata permite accesul la etajul noua din Turnul lui Nemere. Poate fi folosita doar de Ninja sau Samani. +30500 Cutit Gravat Rubin Unealta pentru rafinarea armei tale. +30501 Clema de Aur Element pentru rafinarea armei tale. +30502 Ornament Rubin Element pentru rafinarea armei tale. +30503 Cutit Gravat Ametist Unealta pentru rafinarea armei tale. +30504 Clema de Argint Element pentru rafinarea armei tale. +30505 Ornament Smarald Element pentru rafinarea armei tale. +30506 Cutit Gravat Safir Unleata pentru rafinarea armei tale. +30507 Clema de Bronz Element pentru rafinarea armei tale. +30508 Ornament Safir Element pentru rafinarea armei tale. +30509 Chinga Dragon Albastru Pielea de Dragon este extrem de usoara si flexibila, dar de asemenea si indestructibila. Poate fi procesata in metal si folosita la fabricarea armurilor. +30510 Epolet Mare Element pentru rafinarea armurii tale. +30511 Tesatura Rosie Tesatura fina pentru rafinarea armurii tale. +30512 Chinga Dragon Rosu Pielea de Dragon este extrem de usoara si flexibila, dar de asemenea si indestructibila. Poate fi procesata in metal si folosita la fabricarea armurilor. +30513 Epolet Nobil Element pentru rafinarea armelor tale. +30514 Tesatura Violet Tesatura fina pentru rafinarea armelor tale. +30515 Chinga Dragon Purpuriu Pielea de Dragon este extrem de usoara si flexibila, dar de asemenea si indestructibila. Poate fi procesata in metal si folosita la fabricarea armurilor. +30516 Epolet Antic Element pentru rafinarea armurii tale. +30517 Tesatura Aurie Element pentru rafinarea armurii tale. +30518 Ata Aurie Un ghem magic de ata produsa din aur topit. Poate fi fabricata cu o piatra pretioasa si transformata intr-o bijuterie valoroasa. +30519 Carlig Auriu Fabricat din aur pur, ornat cu o piatra pretioasa, poate fi transformat intr-o bijuterie valoroasa. +30520 Catarama Aurie Fabricata din aur pur, ornata cu o piatra pretioasa, poate fi transformata intr-o bijuterie valoroasa. +30521 Bucata de Inel Fabricata din aur pur, ornata cu o piatra pretioasa, poate fi transformata intr-o bijuterie valoroasa. +30522 Colier din Zale Fabricat din aur pur, ornat cu o piatra pretioasa, poate fi transformat intr-o bijuterie valoroasa. +30523 Accesoriu de Bijuterie Fabricata din aur pur, ornata cu o piatra pretioasa, poate fi transformata intr-o bijuterie valoroasa. +30524 Piatra Fierbinte +30525 Piatra Gheata Fierbinte +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Curea Albastra Material de baza pentru fabricarea curelelor. +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 Copia Inscriptiei Ai facut o copie a inscriptiei gasita pe piatra veche de mormant. +31002 Document Vechi Document vechi cu indicii din timpul Natiunii Intunecate. +31003 Antidot Medicament salvator pentru soldatii otraviti. +31004 Clei Copac Sfintit Cleiul unui copac sfintit este elementul folosit pentru a produce Lacrima Cerului. +31005 Esenta Cristal Albastru Esenta, extrasa din pietrele albastre este necesar pentru a produce Lacrima Cerului. +31006 Cuart Blestemat Rosu Acest cuart stralucitor are in componenta Roca Vulcanica, Coama de Foc, Piatra de Fundament. +31007 Roca Vulcanica Cenusa din Tara de Foc, Doyyumhwan. Este necesara la fabricarea Cuartului Rosu Blestemat. +31008 Lacrima Cerului Piatra magica creata din Esenta de Cristal Albastru, Cuart Blestemat Rosu si Clei de Copac Sfintit. Tine la distanta creaturile malefice si dureaza sapte zile. +31009 Scrisoarea Gnoll Mesaj secret trimis Gnollilor de catre Servitorii Intunericului. +31010 Scrisoarea Talhar Rosu Mesajul de la Servitorii Intunericului pentru Banda Talharilor Rosii a fost transformat in mai multe bucati. +31011 +31012 +31013 Bucata de Hartie Aceasta bucata de hartie te va ajuta sa descoperi mai multe despre obiectivele Cyclopilor. +31014 +31015 Scrisoarea Cpt. Carlig Un mesaj de la Capitanul Carlig pentru Banshee. +31016 Scrisoare Lee Chung Mesaj important de la Comandantul Lee Chung trimis catre Amiralul Angmur +31017 Scrisoare Sigilata Scrisoarea se afla in posesia Slujitorului Templului. +31018 Manuscris Carapax Aceasta carapace de testoasa cu linii gravate foloseste drept cod. +31019 Praf Carapax Pudra fabricata din coaja de la carapacea unei broaste testoase. +31020 Bulb Floare de Stanca Radacina de Floare de Stanca neutralizeaza otrava din corp. +31021 +31022 Armura din Zale Oin Doar liderul Tritonilor purta aceasta armura rara de zale. +31023 +31024 Piele Manticore Piele groasa de pe aripa unui Martyaxwar. +31025 +31026 Armura Crustaceu Armura protectoare din tribul crustaceelor. Folosita cateodata si ca material de fortificare. +31027 Nisip Fin Acest tip de nisip deosebit de fin poate fi folosit ca material de construit. +31028 Caramida de Lut Caramida patrata fabricata din clei incalzit. +31029 Lumina Interioara Sursa de energie interioara a unui Polyphemos +31030 Lumina Interioara Sursa de energie interioara a unui Rege Gigant +31031 Esenta Eternitatii Un amestec rezultat din Radacina de Gango, Ciuperci Tue si Trandafir Alpin. Ingrediente importante pentru Perlele Leviatanilor. +31032 Perla Leviatanului Capsule reconfortante create din Lumina Interioara a existentei mitice si Esenta Eternitatii. +31033 Mantia Conducatorului Aceasta mantie este simbolul invulnerabilitatii pentru Talharii Rosii. +31034 Totem Gigant Totemul are forma gigantica a unei piese de chihlimbar. +31035 Piatra Neagra Aceasta piatra misterioasa a fost descoperita de Cyclopi in Muntii Thunder. +31036 Aur Negru Acest minereu negru cu proprietati magice poate fi gasit in Muntii Thunder. +31037 Punga din Piele Ai luat aceasta punga de la Capitanul Shruk. Se pare ca e mai usoara decat te asteptai... +31038 Teren Sfant Aceasta desaga plina cu Teren Sfant foloseste drept medium pentru a-i chema pe cei morti. +31039 Punga cu Monede Este posibil sa fie un medium cu puterea de a-i chema pe cei morti. +31040 Medalie de Aur Acest obiect este medium? +31041 Fosila Un amestec de pamant cu praf de oase +31042 Sulita Triton Sulita Triton este un obiect traditional folosit de locuitorii unei insule pentru a fortifica apararea constructiilor. +31043 Tableta Lemurilor Tableta misterioasa si stralucitoare cu o inscriptie gravata. +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Panglica Aurului Aceasta panglica te ajuta sa furi Pungi cu Aur din buzunarele monstrilor. +31074 Colier Nituit Bijuterie de purtat la gat confectionata din piele cu o margine metalica nituita. +31075 Colier Ghimpat Colier decorativ de la Martyaxwar. Inauntrul sau se ascunde o scrisoare. +31076 Iarba Soarelui Iarba creste in locuri uscate si fierbinti. +31077 Praf Piatra de Fundament Pulberea fina a Pietrei de Fundament. +31078 Lumen Pur Energie alba, neutralizeaza puterea Materiei Negre. +31079 Scrisoarea lui Yak-Hwan Ultimele cuvinte ale cercetasului, ascunse intr-un colier. +31080 Sange Rege de Foc Sangele care circula prin venele unui demon este la fel de fierbinte ca o lava. +31081 Materie Neagra Un fel de energie intunecata ce ajuta demonii sa aiba puteri extraordinar de mari. +31082 Inel Magma Un inel facut din magma care inconjoara inima unui demon de foc. +31083 Inelul lui Samael Artefact puternic pentru terminarea unui ritual de exil. +31084 +31085 +31086 +31087 +31088 +31089 +31090 +31091 +31092 +31093 Piatra Necunoscuta Aceasta piatra iti este necunoscuta insa aceasta emite o raceala palpabila si intunecata. +31094 Ciob Fragment Meteorit Demonic +31095 +31096 +31097 +31098 +31099 +31100 +31101 +31102 +31103 +35000 Ierburi medicinale+ O colecie de plante uscate folosite pentru vindecare. Din pcate sunt puin prfuite. +35001 Ficatul unui tigru+ Ficatul unui tigru (pisica salbatic) +38010 Pachet de Yang Achizitioneaza pachetul pentru a-ti umple cufarul de razboi cu Yang. Nu poate fi vandut. +38011 Pachet de Yang Achizitioneaza pachetul pentru a-ti umple cufarul de razboi cu Yang. Nu poate fi vandut. +38050 Cufarul Puterii Acest cufar este extrem de usor, pare gol... +38051 Cristal Tigru Regal Este nevoie de o cantitate substantiala de indemanare magica pentru a imblanzi spiritele rele. Acest cristal contine unul dintre cele cinci Sigilii ale Tigrului Regal. +38052 Cufarul Regilor Acest cufar magnific ascunde o adevarata comoara regala inauntru. Acest obiect poate fi vandut. +38053 Cufarul Iernii Eterne Cufarul este cioplit numai din gheata. Cu un clinchet melodios capacul se deschide si gerul iese la suprafata. +38054 Cufar Furtuna de Nisip Misteriosul cufar contine un obiect aleatoriu. +38055 Cutie cu Pui Un animalut dragut se ascunde in aceasta cutie. Deschide-o si vei gasi un obiect aleatoriu. +38056 Cufar de Sarbatoare Acest cufar, decorat cu braduti verzi, contine o surpriza de Craciun. +38057 Cufarul Nordului Cufarul radiaza in raze albastre si contine un obiect aleatoriu. +38100 Picatura Puterii (7zile) Prelungeste durata de viata a Mountului Puternic cu 7 zile. +38101 Picatura Puterii(15zile) Prelungeste durata de viata a Mountului Puternic cu 15 zile. +38102 Picatura Puterii(30zile) Prelungeste durata de viata a Mountului Puternic cu 30 de zile. +38200 Sigiliu Rufus Poti folosi acest sigiliu pentru a-ti chema puiul de lup, Rufus. +38201 Sigiliu Rufus Poti folosi acest sigiliu pentru a-ti chema puiul de lup, Rufus. +39001 Piatra Magica Aceasta piatra iti garanteaza succesul in imbunatatirea obiectului. Pe langa asta, obiectul nu va fi nici distrus si nici decazut. Acest obiect se poate vinde. +39002 Inelul Experientei Creste colectarea experientei cu 50% pentru 60 de minute. Acest obiect se poate vinde. +39003 Vin de Flori de Piersic Bautura care iti regenereaza punctele de viata cu 500 pe loc. Acest obiect se poate vinde. +39004 Marmura Binecuvantata Aceasta legendara marmura adauga un al cincilea atribut obiectelor ce au deja patru atribute. Acestea totusi pot esua. Acest obiect se poate vinde. +39005 Minereu Magic de Cupru Cand combini la fierar acest minereu cu un Pergament Binecuvantat poti crea Pergamentul Razboiului. Acest obiect se poate vinde. +39006 Mantia Curajului Razboinicii din vremurile stravechi isi aratau curajul purtand o mantie colorata care servea la atragerea monstrilor. Acest obiect se poate vinde. +39007 Manualul Fierarului Aceasta carte este binecuvantata cu sufletul unui fierar intelept. Creste sansa de a imbunatati un obiect. Acest obiect se poate vinde. +39008 Pergamentul Exorcizarii Va desface blestemul spiritelor rele daca invatatul nu are succes. Cu ajutorul acestui pergament poti citi un alt document in aceeasi zi. Acest obiect se poate vinde. +39009 Pergament Reset Skill Acest obiect te ajuta sa redistribui punctele unui skill. Acest obiect se poate vinde. +39010 Licoarea Atacului+10 Mareste viteza atacului cu 10% timp de 30 de minute. Acest obiect se poate vinde. +39011 Binecuvantarea Vietii Binecuvantare prin care PV-ul tau este recuperat imediat 100%. Acest obiect se poate vinde. +39012 Binecuvantarea Magiei Binecuvantare prin care PM-ul tau este recuperat imediat 100%. Acest obiect se poate vinde. +39013 Binecuvantarea Dragon Binecuvantare prin care PV-ul si PM-ul sunt recuperate imediat 100%. Acest obiect se poate vinde. +39014 Pergamentul Razboiului Imbunatatirea obiectului va avea succes (100%). Poate fi folosit pe obiecte de +0 la +3. Acest obiect se poate vinde. +39015 Piatra Fierarului La fierar poti crea un manual al fierarului cu aceasta piatra si cu un pergament binecuvantat. Acest obiect poate fi vandut. +39016 Minereu Magic de Fier Acest minereu, combinat cu un pergament al binecuvantarii te ajuta sa creezi la fierar un pergament al dragonului. Acest obiect se poate vinde. +39017 Viata Zeului Dragon Creste maximul punctelor de PV cu 20% timp de 30 de minute. Acest obiect se poate vinde. +39018 Atacul Zeului Dragon Mareste paguba pe care o produci in lupta cu 12-15% pentru 30 de minute. Acest obiect se poate vinde. +39019 Inteligenta ZeuluiDragon Mareste maximul de PM cu 20% pentru 30 de minute. Acest obiect se poate vinde. +39020 Apararea Zeului Dragon Scade dauna primita in lupta cu 12-15% pentru 30 de minute. Acest obiect se poate vinde. +39021 Sustinerea Zeului Dragon Vitalitatea, puterea, inteligenta si dexteritatea caracterului tau se vor mari de cinci ori. Acest obiect se poate vinde. +39022 Pergamentul Dragonului Elimina riscul distrugerii unui obiect atunci cand imbunatatirea esueaza. Doar calitatea sa va fi scazuta cu 1. Aditional, sansa succesului la imbunatatire va creste cu 10%. Acest obiect se poate vinde. +39023 Elixirul Explorarii Elixirul imbunatateste calitatea obiectelor cercetate pe care le-ai colectat, crescand probabilitatea acceptarii lor. Acest obiect se poate vinde. +39024 Lovitura Critica Creste sansa unei lovituri critice cu 20% timp de 30 de minute. Acest obiect se poate vinde. +39025 Lovitura Patrunzatoare Creste sansa unei lovituri patrunzatoare cu 20% timp de 30 de minute. Acest obiect se poate vinde. +39026 Licoarea Vitezei Mareste viteza miscarii cu 60 timp de 30 de minute. Acest obiect se poate vinde. +39027 Cartea Pietrelor Elimina toate pietrele sparte dintr-un obiect. Astfel primesti o noua incercare de a imbunatati arma sau armura. Acest obiect se poate vinde. +39028 Vrajeste Obiectul Elimina bonusurile unui obiect si adauga altele noi. Acest obiect se poate vinde. +39029 Intarirea Obiectului Daca esti norocos iti va adauga un nou bonus obiectelor tale (pana la 4 bonusuri maxim). Acest obiect se poate vinde. +39030 Citit Concentrat Creste sansa imbunatatirii abilitatilor tale atunci cand citesti urmatoarea carte (sau Piatra Sufletului) de 2.5 ori. Acest obiect se poate vinde. +39031 Licoarea Grabei Aceasta licoare scade timpul de incarcare al abilitatilor cu 20% pentru 30 de minute. Acest obiect se poate vinde. +39032 Fructul Vietii Creste punctele gradului cu 2000 (durata timp: 8 ore). Acest obiect se poate vinde. +39033 Pergamentul Corectarii Acest pergament te ajuta sa indepartezi ultima Piatra a Spiritului adaugata pe un obiect. Acest obiect se poate vinde. +39034 Zaharul Armasarului Aceata bucata de zahar permite sa dai mountului tau un nume. De asemenea creste apararea acestuia cu 20. Acest obiect se poate vinde. +39035 Sticla Cunoasterii Te ajuta sa arati un obiect din inventarul tau unui alt jucator. Sticla se sparge dupa folosire. Acest obiect se poate vinde. +39036 Papuci de Vant Atunci cand sunt purtati, papucii iti cresc viteza de miscare cu 30 pentru 30 de ore de joc. Acest obiect se poate vinde. +39037 Elixirul Soarelui (S) Umplerea automata a PV-ului. Contine 1,000,000 de PV. Itemul se poate vinde. +39038 Elixirul Soarelui (M) Umplerea automata a PV-ului. Contine 3,000,000 de PV. Itemul se poate vinde. +39039 Elixirul Soarelui (L) Umplerea automata a PV-ului. Contine 7,000,000 de PV. Itemul se poate vinde. +39040 Elixirul Lunii (S) Umplerea automata a PM-ului. Contine 100,000 de PM. Itemul se poate vinde. +39041 Elixirul Lunii (M) Umplerea automata a PM-ului. Contine 300,000 de PM. Itemul se poate vinde. +39042 Elixirul Lunii (L) Umplerea automata a PM-ului. Contine 700,000 de PM. Itemul se poate vinde. +39043 Pergamentul Orasului Pergamentul te ajuta sa te intorci in ultima locatie marcata de tine. Acest obiect se poate vinde. +39044 Cufarul Lycanilor (S) Pachet cu echipament folositor pentru Lycani. +39045 Cufarul Lycanilor (L) Pachet mare cu echipament folositor pentru Lycani. +39046 Certificat Anulare+ Foloseste Certificatul Anularii pentru a inlatura bonusurile de pe o Esarfa. +41001 Costum de Iepure (maro) Costum de Iepure, barbatesc, confectionat din plush maro +41002 Costum de Iepuras (maro) Costum de Iepuras, de dama, confectionat din plush maro +41003 Sihastru (M) Vesmant de lupta pentru barbati care apara de conditiile grele de trai din desert. +41004 Sihastru (F) Vesmant de lupta pentru femei care apara de conditiile grele de trai din desert. +41005 Costum Olimp Scrima(M) Costum de scrima protector barbatesc. +41006 Costum Olimp Scrima(F) Costum de scrima protector de dama. +41007 Costum Scrima GER (M) Costum de scrima protector barbatesc in culorile nationale ale Germaniei. +41008 Costum Scrima GER (F) Costum de scrima protector de dama in culorile nationale ale Germaniei. +41009 Costum Scrima TUR (M) Costum de scrima protector barbatesc in culorile nationale ale Turciei. +41010 Costum Scrima TUR (F) Costum de scrima protector de dama in culorile nationale ale Turciei. +41011 Costum Scrima BRA (M) Costum de scrima protector barbatesc in culorile nationale ale Braziliei. +41012 Costum Scrima BRA (F) Costum de scrima protector de dama in culorile nationale ale Braziliei. +41013 Costum Olimp Fotbal (M) Costum barbatesc in culori neutre pentru fotbalisti. +41014 Costum Olimp Fotbal (F) Costum de dama in culori neutre pentru fotbalisti. +41015 Costum Fotbal GER (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Germaniei. +41016 Costum Fotbal GER (F) Costum de dama pentru fotbalisti in culorile nationale ale Germaniei. +41017 Costum Fotbal TUR (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Turciei. +41018 Costum Fotbal TUR (F) Costum de dama pentru fotbalisti in culorile nationale ale Turciei. +41019 Costum Fotbal BRA (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Braziliei. +41020 Costum Fotbal BRA (F) Costum de dama pentru fotbalisti in culorile nationale ale Braziliei. +41021 Costum Olimp Box (M) Costum barbatesc de lupta pentru pugilisti. +41022 Costum Olimp Box (F) Costum de dama de lupta pentru pugilisti. +41023 Costum Box GER (M) Costum barbatesc de lupta pentru pugilisti in culorile nationale ale Germaniei. +41024 Costum Box GER (F) Costum de dama de lupta pentru pugilisti in culorile nationale ale Germaniei. +41025 Costum Box TUR (M) Costum barbatesc de lupta pentru pugilisti in culorile nationale ale Turciei. +41026 Costum Box TUR (F) Costum de dama de lupta pentru pugilisti in culorile nationale ale Turciei. +41027 Costum Box BRA (M) Costum barbatesc de lupta pentru pugilisti in culorile nationale ale Braziliei. +41028 Costum Box BRA (F) Costum de dama de lupta pentru pugilisti in culorile nationale ale Braziliei. +41029 Sihastru (M, Bonus) Vesmant de lupta pentru barbati care apara de conditiile grele de trai din desert. Obiectul poate fi vandut. +41030 Sihastru (F, Bonus) Vesmant de lupta pentru femei care apara de conditiile grele de trai din desert. Obiectul poate fi vandut. +41031 Costum Olimp Scrima(M) Costum de scrima protector barbatesc. Obiectul poate fi vandut. +41032 Costum Olimp Scrima(F) Costum de scrima protector de dama. Obiectul poate fi vandut. +41033 Costum Scrima GER (M) Costum de scrima protector barbatesc in culorile nationale ale Germaniei. Obiectul poate fi vandut. +41034 Costum Scrima GER (F) Costum de scrima protector de dama in culorile nationale ale Germaniei. Obiectul poate fi vandut. +41035 Costum Scrima TUR (M) Costum de scrima protector barbatesc in culorile nationale ale Turciei. Obiectul poate fi vandut. +41036 Costum Scrima TUR (F) Costum de scrima protector de dama in culorile nationale ale Turciei. Obiectul poate fi vandut. +41037 Costum Scrima BRA (M) Costum de scrima protector barbatesc in culorile nationale ale Braziliei. Obiectul poate fi vandut. +41038 Costum Scrima BRA (F) Costum de scrima protector de dama in culorile nationale ale Braziliei. Obiectul poate fi vandut. +41039 Costum Olimp Fotbal(M) Costum barbatesc in culori neutre pentru fotbalisti. Obiectul poate fi vandut. +41040 Costum Olimp Fotbal(F) Costum de dama in culori neutre pentru fotbalisti. Obiectul poate fi vandut. +41041 Costum Fotbal GER (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Germaniei. Obiectul poate fi vandut. +41042 Costum Fotbal GER (F) Costum de dama pentru fotbalisti in culorile nationale ale Germaniei. Obiectul poate fi vandut. +41043 Costum Fotbal TUR (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Turciei. Obiectul poate fi vandut. +41044 Costum Fotbal TUR (F) Costum de dama pentru fotbalisti in culorile nationale ale Turciei. Obiectul poate fi vandut. +41045 Costum Fotbal BRA (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Braziliei. Obiectul poate fi vandut. +41046 Costum Fotbal BRA (F) Costum de dama pentru fotbalisti in culorile nationale ale Braziliei. Obiectul poate fi vandut. +41047 Costum Olimp Box (M) Costum barbatesc de lupta pentru pugilisti. Obiectul poate fi vandut. +41048 Costum Olimp Box (F) Costum de dama de lupta pentru pugilisti. Obiectul poate fi vandut. +41049 Costum Box GER (M) Costum barbatesc de lupta pentru pugilisti in culorile nationale ale Germaniei. Obiectul poate fi vandut. +41050 Costum Box GER (F) Costum de dama de lupta pentru pugilisti in culorile nationale ale Germaniei. Obiectul poate fi vandut. +41051 Costum Box TUR (M) Costum barbatesc de lupta pentru pugilisti in culorile nationale ale Turciei. Obiectul poate fi vandut. +41052 Costum Box TUR (F) Costum de dama de lupta pentru pugilisti in culorile nationale ale Turciei. Obiectul poate fi vandut. +41053 Costum Box BRA (M) Costum de dama de lupta pentru pugilisti in culorile nationale ale Braziliei. Obiectul poate fi vandut. +41054 Costum Box BRA (F) Costum de dama de lupta pentru pugilisti in culorile nationale ale Braziliei. Obiectul poate fi vandut. +41055 Costum Scrima FRA (M) Costum sport protector barbatesc pentru scrimeri in culorile nationale ale Frantei. +41056 Costum Scrima FRA (F) Costum sport protector de dama pentru scrimeri in culorile nationale ale Frantei. +41057 Costum Scrima ITA (M) Costum sport protector barbatesc pentru scrimeri in culorile nationale ale Italiei. +41058 Costum Scrima ITA (F) Costum sport protector de dama pentru scrimeri in culorile nationale ale Italiei. +41059 Costum Scrima POL (M) Costum sport protector barbatesc pentru scrimeri in culorile nationale ale Poloniei. +41060 Costum Box POL (F) Costum sport protector de dama pentru scrimeri in culorile nationale ale Poloniei. +41061 Costum Scrima ROU (M) Costum sport protector barbatesc pentru scrimeri in culorile nationale ale Romaniei. +41062 Costum Scrima ROU (F) Costum sport protector de dama pentru scrimeri in culorile nationale ale Romaniei. +41063 Costum Scrima ESP (M) Costum sport protector barbatesc pentru scrimeri in culorile nationale ale Spaniei. +41064 Costum Scrima ESP (F) Costum sport protector de dama pentru scrimeri in culorile nationale ale Spaniei. +41065 Costum Fotbal FRA (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Frantei. +41066 Costum Fotbal FRA (F) Costum de dama pentru fotbalisti in culorile nationale ale Frantei. +41067 Costum Fotbal ITA (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Italiei. +41068 Costum Fotbal ITA (F) Costum de dama pentru fotbalisti in culorile nationale ale Italiei. +41069 Costum Fotbal POL (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Poloniei. +41070 Costum Fotbal POL (F) Costum de dama pentru fotbalisti in culorile nationale ale Poloniei. +41071 Costum Fotbal ROU (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Romaniei. +41072 Costum Fotbal ROU (F) Costum de dama pentru fotbalisti in culorile nationale ale Romaniei. +41073 Costum Fotbal ESP (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Spaniei. +41074 Costum Fotbal ESP (F) Costum de dama pentru fotbalisti in culorile nationale ale Spaniei. +41075 Costum Box FRA (M) Costum militar barbatesc pentru pugilisti in culorile nationale ale Frantei. +41076 Costum Box FRA (F) Costum militar de dama pentru pugilisti in culorile nationale ale Frantei. +41077 Costum Box ITA (M) Costum militar barbatesc pentru pugilisti in culorile nationale ale Italiei. +41078 Costum Box ITA (F) Costum militar de dama pentru pugilisti in culorile nationale ale Italiei. +41079 Costum Box POL (M) Costum militar barbatesc pentru pugilisti in culorile nationale ale Poloniei. +41080 Costum Box POL (F) Costum militar de dama pentru pugilisti in culorile nationale ale Poloniei. +41081 Costum Box ROU (M) Costum militar barbatesc pentru pugilisti in culorile nationale ale Romaniei. +41082 Costum Box ROU (F) Costum militar de dama pentru pugilisti in culorile nationale ale Romaniei. +41083 Costum Box ESP (M) Costum militar barbatesc pentru pugilisti in culorile nationale ale Spaniei. +41084 Costum Box ESP (F) Costum militar de dama pentru pugilisti in culorile nationale ale Spaniei. +41085 Costum Scrima FRA (M) Costum sport protector barbatesc pentru scrimeri in culorile nationale ale Frantei. Obiectul poate fi vandut. +41086 Costum Scrima FRA (F) Costum sport protector de dama pentru scrimeri in culorile nationale ale Frantei. Obiectul poate fi vandut. +41087 Costum Scrima ITA (M) Costum sport protector barbatesc pentru scrimeri in culorile nationale ale Italiei. Obiectul poate fi vandut. +41088 Costum Scrima ITA (F) Costum sport protector de dama pentru scrimeri in culorile nationale ale Italiei. Obiectul poate fi vandut. +41089 Costum Scrima POL (M) Costum sport protector barbatesc pentru scrimeri in culorile nationale ale Poloniei. Obiectul poate fi vandut. +41090 Costum Scrima POL (F) Costum sport protector de dama pentru scrimeri in culorile nationale ale Poloniei. Obiectul poate fi vandut. +41091 Costum Scrima ROU (M) Costum sport protector barbatesc pentru scrimeri in culorile nationale ale Romaniei. Obiectul poate fi vandut. +41092 Costum Scrima ROU (F) Costum sport protector de dama pentru scrimeri in culorile nationale ale Romaniei. Obiectul poate fi vandut. +41093 Costum Scrima ESP (M) Costum sport protector barbatesc pentru scrimeri in culorile nationale ale Spaniei. Obiectul poate fi vandut. +41094 Costum Scrima ESP (F) Costum sport protector de dama pentru scrimeri in culorile nationale ale Spaniei. Obiectul poate fi vandut. +41095 Costum Fotbal FRA (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Frantei. Obiectul poate fi vandut. +41096 Costum Fotbal FRA (F) Costum de dama pentru fotbalisti in culorile nationale ale Frantei. Obiectul poate fi vandut. +41097 Costum Fotbal ITA (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Italiei. Obiectul poate fi vandut. +41098 Costum Fotbal ITA (F) Costum de dama pentru fotbalisti in culorile nationale ale Italiei. Obiectul poate fi vandut. +41099 Costum Fotbal POL (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Poloniei. Obiectul poate fi vandut. +41100 Costum Fotbal POL (F) Costum de dama pentru fotbalisti in culorile nationale ale Poloniei. Obiectul poate fi vandut. +41101 Costum Fotbal ROU (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Romaniei. Obiectul poate fi vandut. +41102 Costum Fotbal ROU (F) Costum de dama pentru fotbalisti in culorile nationale ale Romaniei. Obiectul poate fi vandut. +41103 Costum Fotbal ESP (M) Costum barbatesc pentru fotbalisti in culorile nationale ale Spaniei. Obiectul poate fi vandut. +41104 Costum Fotbal ESP (F) Costum de dama pentru fotbalisti in culorile nationale ale Spaniei. Obiectul poate fi vandut. +41105 Costum Box FRA (M) Costum militar barbatesc pentru pugilisti in culorile nationale ale Frantei. Obiectul poate fi vandut. +41106 Costum Box FRA (F) Costum militar de dama pentru pugilisti in culorile nationale ale Frantei. Obiectul poate fi vandut. +41107 Costum Box ITA (M) Costum militar barbatesc pentru pugilisti in culorile nationale ale Italiei. Obiectul poate fi vandut. +41108 Costum Box ITA (F) Costum militar de dama pentru pugilisti in culorile nationale ale Italiei. Obiectul poate fi vandut. +41109 Costum Box POL (M) Costum militar barbatesc pentru pugilisti in culorile nationale ale Poloniei. Obiectul poate fi vandut. +41110 Costum Box POL (F) Costum militar de dama pentru pugilisti in culorile nationale ale Poloniei. Obiectul poate fi vandut. +41111 Costum Box ROU (M) Costum militar barbatesc pentru pugilisti in culorile nationale ale Romaniei. Obiectul poate fi vandut. +41112 Costum Box ROU (F) Costum militar de dama pentru pugilisti in culorile nationale ale Romaniei. Obiectul poate fi vandut. +41113 Costum Box ESP (M) Costum militar barbatesc pentru pugilisti in culorile nationale ale Spaniei. Obiectul poate fi vandut. +41114 Costum Box ESP (F) Costum militar de dama pentru pugilisti in culorile nationale ale Spaniei. Obiectul poate fi vandut. +41117 Costum de Muschetar Costum extravagant in stilul muschetarilor. +41118 Uniforma de Menajera Rochie neagra cu un sortulet alb in fata in stilul menajerelor frantuzoaice. +41119 Costum de Salsa Costum in stilul dansatorilor Latino-Americani, stramt si colorat in negru si portocaliu. +41120 Rochie de Salsa Stramta si rosie, rochie de dans cu manusi nerge. +41121 Costum de Cavaler Costum elegant in stilul unui cavaler cu bune maniere. +41122 Rochie de Cocktail Rochie albastra de culoarea cerului cu fundita si sandale din cureluse. +41125 Dovleac Tuxedo Te prinde in capcana - creata special pentru aceasta ocazie speciala. +41126 Rochie Dovleac Te prinde in capcana - creata special pentru aceasta ocazie speciala. +41129 Costum de Muschetar + Costum extravagant in stilul muschetarilor. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41130 Uniforma de Menajera + Rochie neagra cu un sortulet alb in fata in stilul menajerelor frantuzoaice. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41131 Costum de Salsa + Costum in stilul dansatorilor Latino-Americani, stramt si colorat in negru si portocaliu. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41132 Rochie de Salsa + Stramta si rosie, rochie de dans cu manusi nerge. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41133 Costum de Cavaler + Costum elegant in stilul unui cavaler cu bune maniere. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41134 Rochie de Cocktail + Rochie albastra de culoarea cerului cu fundita si sandale din cureluse. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41135 Dovleac Tuxedo (Bonus) Te prinde in capcana - creata special pentru aceasta ocazie speciala. Acest costum iti ofera un bonus random. +41136 Rochie Dovleac (Bonus) Te prinde in capcana - creata special pentru aceasta ocazie speciala. Acest costum iti ofera un bonus random. +41137 Costum de Craciun (rosu) Costum de Craciun confectionat din catifea rosie si plus alb. +41138 Rochie de Craciun (rosu) Rochie de Craciun confectionata din catifea rosie si plus alb. +41139 Costum de Craciun(verde) Costum de Craciun confectionat din catifea verde si plus alb. +41140 Rochie de Craciun(verde) Rochie de Craciun confectionata din catifea verde si plus alb. +41141 Costum de Craciun(negru) Costum de Craciun confectionat din catifea neagra si plus alb. +41142 Rochie de Craciun(negru) Rochie de Craciun confectionata din catifea neagra si plus alb. +41143 Costum de Ren (M) Costum barbatesc, confectionat din plus moale cu o codita pufoasa si clopotel. +41144 Costum de Ren (F) Costum de dama, confectionat din plus moale cu o codita pufoasa si clopotel. +41145 Costum de Craciun+(rosu) Costum de Craciun confectionat din catifea rosie si plus alb. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41146 Rochie de Craciun+(rosu) Rochie de Craciun confectionatadin catifea rosie si plus alb. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41147 Costum de Craciun+(verd) Costum de Craciun confectionat din catifea verde si plus alb. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41148 Rochie de Craciun+(verd) Rochie de Craciun confectionata din catifea verde si plus alb. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41149 Costum de Craciun+(negr) Costum de Craciun confectionat din catifea neagra si plus alb. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41150 Rochie de Craciun+(negr) Rochie de Craciun confectionata din catifea neagra si plus alb. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41151 Costum de Ren+ (M) Costum barbatesc, confectionat din plus moale cu o codita pufoasa si clopotel. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41152 Costum de Ren+ (F) Costum de dama, confectionat din plus moale cu o codita pufoasa si clopotel. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41153 AC Miryang (M) Kit de fotbal colorat in negru si rosu pentru barbati +41154 AC Miryang (F) Kit de fotbal colorat in negru si rosu pentru femei +41155 AFC Jayang (M) Kit de fotbal colorat in alb si rosu pentru barbati +41156 AFC Jayang (F) Kit de fotbal colorat in alb si rosu pentru femei +41157 RSC Valea Serpilor (M) Kit de fotbal colorat in violet si alb pentru barbati +41158 RSC Valea Serpilor (F) Kit de fotbal colorat in violet si alb pentru femei +41159 Yongan FC (M) Kit de fotbal colorat in rosu si alb pentru barbati +41160 Yongan FC (F) Kit de fotbal colorat in rosu si alb pentru femei +41161 FC Bakra (M) Kit de fotbal colorat in bleumarin si rosu pentru barbati +41162 FC Bakra (F) Kit de fotbal colorat in bleumarin si rosu pentru femei +41163 FC Bokjung (M) Kit de fotbal colorat in galben si albastru pentru barbati +41164 FC Bokjung (F) Kit de fotbal colorat in galben si albastru pentru femei +41165 FC Templul Hwang (M) Kit de fotbal colorat in rosu si auriu pentru barbati +41166 FC Templul Hwang (F) Kit de fotbal colorat in rosu si auriu pentru femei +41167 Borussia Chunjo (M) Kit de fotbal colorat in negru si galben pentru barbati +41168 Borussia Chunjo (F) Kit de fotbal colorat in negru si galben pentru femei +41169 SC Doyyum (M) Kit de fotbal colorat in rosu si alb pentru barbati +41170 SC Doyyum (F) Kit de fotbal colorat in rosu si alb pentru femei +41171 Hasun Dong FC (M) Kit de fotbal colorat in verde si alb pentru barbati +41172 Hasun Dong FC (F) Kit de fotbal colorat in verde si alb pentru femei +41173 CFR Dragon Fire 07 (M) Kit de fotbal colorat in bordo pentru barbati +41174 CFR Dragon Fire 07 (F) Kit de fotbal colorat in bordo pentru femei +41175 Daeyami FC (M) Kit de fotbal colorat in albastru pentru barbati +41176 Daeyami FC (F) Kit de fotbal colorat in albastru pentru femei +41177 GNK Kuahlo Dong (M) Kit de fotbal colorat in albastru si alb pentru barbati +41178 GNK Kuahlo Dong (F) Kit de fotbal colorat in albastru si alb pentru femei +41179 1927 Imha (M) Kit de fotbal colorat in alb si albastru pentru barbati +41180 1927 Imha (F) Kit de fotbal colorat in alb si albastru pentru femei +41181 FC Tara de Gheata (M) Kit de fotbal colorat in rosu pentru barbati +41182 FC Tara de Gheata (F) Kit de fotbal colorat in rosu pentru femei +41183 FC Gumsan (M) Kit de fotbal colorat in alb si albastru pentru barbati +41184 FC Gumsan (F) Kit de fotbal colorat in alb si albastru pentru femei +41185 GalaWaryong (M) Kit de fotbal colorat in galben si rosu pentru barbati +41186 GalaWaryong (F) Kit de fotbal colorat in galben si rosu pentru femei +41187 Juventus Yongbi (M) Kit de fotbal colorat in negru si alb pentru barbati +41188 Juventus Yongbi (F) Kit de fotbal colorat in negru si alb pentru femei +41189 OSC Lungsam (M) Kit de fotbal colorat in rosu si bleumarin pentru barbati +41190 OSC Lungsam (F) Kit de fotbal colorat in rosu si bleumarin pentru femei +41191 Doyyumhwan CF (M) Kit de fotbal colorat in bleu si alb pentru barbati +41192 Doyyumhwan CF (F) Kit de fotbal colorat in bleu si alb pentru femei +41193 Nephrite City FC (M) Kit de fotbal colorat in bleu si alb pentru barbati +41194 Nephrite City FC (F) Kit de fotbal colorat in bleu si alb pentru femei +41195 Shinsoo United (M) Kit de fotbal colorat in rosu si alb pentru barbati +41196 Shinsoo United (F) Kit de fotbal colorat in rosu si alb pentru femei +41197 Dragon Valley SC (M) Kit de fotbal colorat in bleumarin si orange pentru barbati +41198 Dragon Valley SC (F) Kit de fotbal colorat in bleumarin si orange pentru femei +41199 Muntii Thunder FC (M) Kit de fotbal colorat in rosu si alb pentru barbati +41200 Muntii Thunder FC (F) Kit de fotbal colorat in rosu si alb pentru femei +41201 Pyungmoo Saint Hwang (M) Kit de fotbal colorat in bleumarin pentru barbati +41202 Pyungmoo Saint Hwang (F) Kit de fotbal colorat in bleumarin pentru femei +41203 Real Sohan (M) Kit de fotbal colorat in alb pentru barbati +41204 Real Sohan (F) Kit de fotbal colorat in alb pentru femei +41205 FC Jinno 04 (M) Kit de fotbal colorat in turcoaz si alb pentru barbati +41206 FC Jinno 04 (F) Kit de fotbal colorat in turcoaz si alb pentru femei +41207 FC Sangsun Dong (M) Kit de fotbal colorat in negru si orange pentru barbati +41208 FC Sangsun Dong (F) Kit de fotbal colorat in negru si orange pentru femei +41209 SL Jungsun Dong (M) Kit de fotbal colorat in rosu si alb pentru barbati +41210 SL Jungsun Dong (F) Kit de fotbal colorat in rosu si alb pentru femei +41211 Spartak Jungrang (M) Kit de fotbal colorat in rosu si alb pentru barbati +41212 Spartak Jungrang (F) Kit de fotbal colorat in rosu si alb pentru femei +41213 Tara de Foc CF (M) Kit de fotbal colorat in alb si negru pentru barbati +41214 Tara de Foc CF (F) Kit de fotbal colorat in alb si negru pentru femei +41215 FC St. Seungryong (M) Kit de fotbal colorat in albastru pentru barbati +41216 FC St. Seungryong (F) Kit de fotbal colorat in albastru pentru femei +41217 AC Miryang+ (M) Kit de fotbal colorat in negru si rosu pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41218 AC Miryang+ (F) Kit de fotbal colorat in negru si rosu pentru femei. Iti ofera cel putin un bonus aleatoriu. +41219 AFC Yayang+ (M) Kit de fotbal colorat in alb si rosu pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41220 AFC Yayang+ (F) Kit de fotbal colorat in alb si rosu pentru femei. Iti ofera cel putin un bonus aleatoriu. +41221 RSC Valea Serpilor+ (M) Kit de fotbal colorat in violet si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41222 RSC Valea Serpilor+ (F) Kit de fotbal colorat in violet si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41223 Yongan FC+ (M) Kit de fotbal colorat in rosu si alb pentru barbati. Iti ofera cel putin un bonus aleator. +41224 Yongan FC+ (F) Kit de fotbal colorat in rosu si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41225 FC Bakra+ (M) Kit de fotbal colorat in bleumarin si rosu pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41226 FC Bakra+ (F) Kit de fotbal colorat in bleumarin si rosu pentru femei. Iti ofera cel putin un bonus aleatoriu. +41227 FC Bokjung+ (M) Kit de fotbal colorat in galben si albastru pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41228 FC Bokjung+ (F) Kit de fotbal colorat in galben si albastru pentru femei. Iti ofera cel putin un bonus aleatoriu. +41229 FC Bavaria Hwang+ (M) Kit de fotbal colorat in rosu si auriu pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41230 FC Bavaria Hwang+ (F) Kit de fotbal colorat in rosu si auriu pentru femei. Iti ofera cel putin un bonus aleatoriu. +41231 Borussia Chunjo+ (M) Kit de fotbal colorat in negru si galben pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41232 Borussia Chunjo+ (F) Kit de fotbal colorat in negru si galben pentru femei. Iti ofera cel putin un bonus aleatoriu. +41233 SC Doyyum+ (M) Kit de fotbal colorat in rosu si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41234 SC Doyyum+ (F) Kit de fotbal colorat in rosu si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41235 Hasun Dong FC+ (M) Kit de fotbal colorat in verde si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41236 Hasun Dong FC+ (F) Kit de fotbal colorat in verde si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41237 CFR Dragon Fire 07+ (M) Kit de fotbal colorat in bordo pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41238 CFR Dragon Fire 07+ (F) Kit de fotbal colorat in bordo pentru femei. Iti ofera cel putin un bonus aleatoriu. +41239 Daeyami FC+ (M) Kit de fotbal colorat in abastru pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41240 Daeyami FC+ (F) Kit de fotbal colorat in abastru pentru femei. Iti ofera cel putin un bonus aleatoriu. +41241 GNK Kuahlo Dong+ (M) Kit de fotbal colorat in abastru si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41242 GNK Kuahlo Dong+ (F) Kit de fotbal colorat in abastru si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41243 1927 Imha+ (M) Kit de fotbal colorat in alb si albastru pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41244 1927 Imha+ (F) Kit de fotbal colorat in alb si albastru pentru femei. Iti ofera cel putin un bonus aleatoriu. +41245 FC Tara de Gheata+ (M) Kit de fotbal colorat in rosu pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41246 FC Tara de Gheata+ (F) Kit de fotbal colorat in rosu pentru femei. Iti ofera cel putin un bonus aleatoriu. +41247 FC Gumsan+ (M) Kit de fotbal colorat in alb si albastru pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41248 FC Gumsan+ (F) Kit de fotbal colorat in alb si albastru pentru femei. Iti ofera cel putin un bonus aleatoriu. +41249 GalaWaryong+ (M) Kit de fotbal colorat in galben si rosu pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41250 GalaWaryong+ (F) Kit de fotbal colorat in galben si rosu pentru femei. Iti ofera cel putin un bonus aleatoriu. +41251 Juventus Yongbi+ (M) Kit de fotbal colorat in negru si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41252 Juventus Yongbi+ (F) Kit de fotbal colorat in negru si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41253 OSC Lungsam+ (M) Kit de fotbal colorat in rosu si bleumarin pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41254 OSC Lungsam+ (F) Kit de fotbal colorat in rosu si bleumarin pentru femei. Iti ofera cel putin un bonus aleatoriu. +41255 Doyyumhwan CF+ (M) Kit de fotbal colorat in turcoaz si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41256 Doyyumhwan CF+ (F) Kit de fotbal colorat in turcoaz si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41257 Nephrite City FC+ (M) Kit de fotbal colorat in turcoaz si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41258 Nephrite City FC+ (F) Kit de fotbal colorat in turcoaz si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41259 Shinsoo United+ (M) Kit de fotbal colorat in rosu si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41260 Shinsoo United+ (F) Kit de fotbal colorat in rosu si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41261 Dragon Valley SC+ (M) Kit de fotbal colorat in bleumarin si orange pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41262 Dragon Valley SC+ (F) Kit de fotbal colorat in bleumarin si orange pentru femei. Iti ofera cel putin un bonus aleatoriu. +41263 Muntii Thunder FC+ (M) Kit de fotbal colorat in rosu si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41264 Muntii Thunder FC+ (F) Kit de fotbal colorat in rosu si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41265 Pyungmoo Saint Hwang+ (M) Kit de fotbal colorat in bleumarin pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41266 Pyungmoo Saint Hwang+ (F) Kit de fotbal colorat in bleumarin pentru femei. Iti ofera cel putin un bonus aleatoriu. +41267 Real Sohan+ (M) Kit de fotbal colorat in alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41268 Real Sohan+ (F) Kit de fotbal colorat in alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41269 FC Jinno 04+ (M) Kit de fotbal colorat in turcoaz si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41270 FC Jinno 04+ (F) Kit de fotbal colorat in turcoaz si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41271 FC Sangsun Dong+ (M) Kit de fotbal colorat in negru si orange pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41272 FC Sangsun Dong+ (F) Kit de fotbal colorat in negru si orange pentru femei. Iti ofera cel putin un bonus aleatoriu. +41273 SL Jungsun Dong+ (M) Kit de fotbal colorat in rosu si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41274 SL Jungsun Dong+ (F) Kit de fotbal colorat in rosu si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41275 Spartak Jungrang+ (M) Kit de fotbal colorat in rosu si alb pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41276 Spartak Jungrang+ (F) Kit de fotbal colorat in rosu si alb pentru femei. Iti ofera cel putin un bonus aleatoriu. +41277 Tara de Foc CF+ (M) Kit de fotbal colorat in alb si negru pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41278 Tara de Foc CF+ (F) Kit de fotbal colorat in alb si negru pentru femei. Iti ofera cel putin un bonus aleatoriu. +41279 FC St. Seungryong+ (M) Kit de fotbal colorat in albastru pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41280 FC St. Seungryong+ (F) Kit de fotbal colorat in albastru pentru femei. Iti ofera cel putin un bonus aleatoriu. +41291 Costum de Iepure (negru) Costum de Iepure, barbatesc, confectionat din plush negru +41292 Costum de Iepure (bleu) Costum de Iepure, barbatesc, confectionat din plush albastru +41293 Costum de Iepure (verde) Costum de Iepure, barbatesc, confectionat din plush verde +41294 Costum de Iepure (roz) Costum de Iepure, barbatesc, confectionat din plush roz +41295 Costum de Iepuras (negr) Costum de Iepuras, de dama, confectionat din plush negru +41296 Costum de Iepuras (bleu) Costum de Iepuras, de dama, confectionat din plush albastru +41297 Costum de Iepuras (verd) Costum de Iepuras, de dama, confectionat din plush verde +41298 Costum de Iepuras (roz) Costum de Iepuras, de dama, confectionat din plush roz +41299 Costum de Iepure+ (negr) Costum de Iepure, barbatesc, confectionat din plush negru. Iti ofera cel putin un bonus aleatoriu. +41300 Costum de Iepure+ (bleu) Costum de Iepure, barbatesc, confectionat din plush albastru. Iti ofera cel putin un bonus aleatoriu. +41301 Costum de Iepure+ (verd) Costum de Iepure, barbatesc, confectionat din plush verde. Iti ofera cel putin un bonus aleatoriu. +41302 Costum de Iepure+ (roz) Costum de Iepure, barbatesc, confectionat din plush roz. Iti ofera cel putin un bonus aleatoriu. +41303 Costum de Iepuras+ (neg) Costum de Iepuras, de dama, confectionat din plush negru. Iti ofera cel putin un bonus aleatoriu. +41304 Costum de Iepuras+ (ble) Costum de Iepuras, de dama, confectionat din plush albastru. Iti ofera cel putin un bonus aleatoriu. +41305 Costum de Iepuras+ (ver) Costum de Iepuras, de dama, confectionat din plush verde. Iti ofera cel putin un bonus aleatoriu. +41306 Costum de Iepuras+ (roz) Costum de Iepuras, de dama, confectionat din plush roz. Iti ofera cel putin un bonus aleatoriu. +41307 Costum Cobra (m) Costum stralucitor de culoare neagra cu simbolurile unui sarpe. +41308 Costum Cobra (f) Costum stralucitor de culoare neagra cu simbolurile unui sarpe. +41309 Costum Cobra+ (m) Costum stralucitor de culoare neagra cu simbolurile unui sarpe. Iti ofera cel putin un bonus aleatoriu. +41310 Costum Cobra+ (f) Costum stralucitor de culoare neagra cu simbolurile unui sarpe. Iti ofera cel putin un bonus aleatoriu. +41311 Sihastru (M,negru) Vesmant negru de lupta pentru barbati. +41312 Sihastru (F,negru) Vesmant negru de lupta pentru femei. +41313 Sihastru+ (M,negru) Vesmant negru de lupta pentru barbati. Iti ofera cel putin un bonus aleatoriu. +41314 Sihastru+ (F,negru) Vesmant negru de lupta pentru femei. Iti ofera cel putin un bonus aleatoriu. +41315 Armura Azrael (m) Armura din otel ce apartine unui neinfricat lider al demonilor. +41316 Armura Azrael (f) Armura din otel ce apartine unui neinfricat lider al demonilor. +41317 Armura Azrael+ (m) Armura din otel ce apartine unui neinfricat lider al demonilor. Iti ofera cel putin un bonus aleatoriu. +41318 Armura Azrael+ (f) Armura din otel ce apartine unui neinfricat lider al demonilor. Iti ofera cel putin un bonus aleatoriu. +41320 Costum Jack Dovleacul (m) Superb si inspaimantator costum de Halloween +41321 Rochie Jack Dovleacul (f) Superb si inspaimantator costum de Halloween +41322 Costum Jack Dovleacul+ (m) Superb si inspaimantator costum de Halloween. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41323 Rochie Jack Dovleacul+ (f) Superb si inspaimantator costum de Halloween. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41324 +41325 +41326 +41327 +41328 ALG World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Algeriei +41329 ALG World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Algeriei +41330 ARG World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Argentinei +41331 ARG World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Argentinei +41332 AUS World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Australiei +41333 AUS World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Australiei +41334 BEL World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Belgiei +41335 BEL World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Belgiei +41336 BIH World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Bosniei Herzegovina +41337 BIH World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Bosniei Herzegovina +41338 BRA World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Braziliei +41339 BRA World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Braziliei +41340 CMR World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Camerunului +41341 CMR World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Camerunului +41342 CHI World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Chile +41343 CHI World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Chile +41344 COL World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Columbiei +41345 COL World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Columbiei +41346 CRC World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Costa Rica +41347 CRC World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Costa Rica +41348 CIV World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale din Coasta de Fildes +41349 CIV World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale din Coasta de Fildes +41350 CRO World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Croatiei +41351 CRO World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Croatiei +41352 ECU World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Ecuadorului +41353 ECU World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Ecuadorului +41354 ENG World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Angliei +41355 ENG World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Angliei +41356 FRA World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Frantei +41357 FRA World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Frantei +41358 GER World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Germaniei +41359 GER World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Germaniei +41360 GHA World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale din Ghana +41361 GHA World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale din Ghana +41362 GRE World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Greciei +41363 GRE World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Greciei +41364 HON World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale din Honduran +41365 HON World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale din Honduran +41366 IRN World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Iranului +41367 IRN World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Iranului +41368 ITA World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Italiei +41369 ITA World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Italiei +41370 JPN World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Japoniei +41371 JPN World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Japoniei +41372 KOR World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Koreiei +41373 KOR World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Koreiei +41374 MEX World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Mexicului +41375 MEX World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Mexicului +41376 NED World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Olandei +41377 NED World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Olandei +41378 NGA World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Nigeriei +41379 NGA World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Nigeriei +41380 POR World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Portugaliei +41381 POR World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Portugaliei +41382 RUS World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Rusiei +41383 RUS World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Rusiei +41384 ESP World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Spaniei +41385 ESP World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Spaniei +41386 SUI World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Elvetiei +41387 SUI World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Elvetiei +41388 URU World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale din Uruguay +41389 URU World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale din Uruguay +41390 USA World Cup Kit (M) Kit de fotbal de la World Cup in culorile nationale ale Statelor Unite ale Americii +41391 USA World Cup Kit (F) Kit de fotbal de la World Cup in culorile nationale ale Statelor Unite ale Americii +41392 ALG W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Algeriei. Iti ofera cel putin un bonus aleatoriu. +41393 ALG W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Algeriei. Iti ofera cel putin un bonus aleatoriu. +41394 ARG W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Argentinei. Iti ofera cel putin un bonus aleatoriu. +41395 ARG W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Argentinei. Iti ofera cel putin un bonus aleatoriu. +41396 AUS W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Australiei. Iti ofera cel putin un bonus aleatoriu. +41397 AUS W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Australiei. Iti ofera cel putin un bonus aleatoriu. +41398 BEL W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Belgiei. Iti ofera cel putin un bonus aleatoriu. +41399 BEL W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Belgiei. Iti ofera cel putin un bonus aleatoriu. +41400 BIH W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Bosniei Herzegovina. Iti ofera cel putin un bonus aleatoriu. +41401 BIH W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Bosniei Herzegovina. Iti ofera cel putin un bonus aleatoriu. +41402 BRA W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Braziliei. Iti ofera cel putin un bonus aleatoriu. +41403 BRA W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Braziliei. Iti ofera cel putin un bonus aleatoriu. +41404 CMR W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Camerunului. Iti ofera cel putin un bonus aleatoriu. +41405 CMR W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Camerunului. Iti ofera cel putin un bonus aleatoriu. +41406 CHI W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale din Chile. Iti ofera cel putin un bonus aleatoriu. +41407 CHI W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale din Chile. Iti ofera cel putin un bonus aleatoriu. +41408 COL W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Columbiei. Iti ofera cel putin un bonus aleatoriu. +41409 COL W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Columbiei. Iti ofera cel putin un bonus aleatoriu. +41410 CRC W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale din Costa Rica. Iti ofera cel putin un bonus aleatoriu. +41411 CRC W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale din Costa Rica. Iti ofera cel putin un bonus aleatoriu. +41412 CIV W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale din Coasta de Fildes. Iti ofera cel putin un bonus aleatoriu. +41413 CIV W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale din Coasta de Fildes. Iti ofera cel putin un bonus aleatoriu. +41414 CRO W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Croatiei. Iti ofera cel putin un bonus aleatoriu. +41415 CRO W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Croatiei. Iti ofera cel putin un bonus aleatoriu. +41416 ECU W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Ecuadorului. Iti ofera cel putin un bonus aleatoriu. +41417 ECU W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Ecuadorului. Iti ofera cel putin un bonus aleatoriu. +41418 ENG W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Angliei. Iti ofera cel putin un bonus aleatoriu. +41419 ENG W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Angliei. Iti ofera cel putin un bonus aleatoriu. +41420 FRA W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Frantei. Iti ofera cel putin un bonus aleatoriu. +41421 FRA W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Frantei. Iti ofera cel putin un bonus aleatoriu. +41422 GER W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Germaniei. Iti ofera cel putin un bonus aleatoriu. +41423 GER W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Germaniei. Iti ofera cel putin un bonus aleatoriu. +41424 GHA W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale din Ghana. Iti ofera cel putin un bonus aleatoriu. +41425 GHA W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale din Ghana. Iti ofera cel putin un bonus aleatoriu. +41426 GRE W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Greciei. Iti ofera cel putin un bonus aleatoriu. +41427 GRE W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Greciei. Iti ofera cel putin un bonus aleatoriu. +41428 HON W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale din Honduran . Iti ofera cel putin un bonus aleatoriu. +41429 HON W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale din Honduran . Iti ofera cel putin un bonus aleatoriu. +41430 IRN W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Iranului. Iti ofera cel putin un bonus aleatoriu. +41431 IRN W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Iranului. Iti ofera cel putin un bonus aleatoriu. +41432 ITA W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Italiei. Iti ofera cel putin un bonus aleatoriu. +41433 ITA W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Italiei. Iti ofera cel putin un bonus aleatoriu. +41434 JPN W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Japoniei. Iti ofera cel putin un bonus aleatoriu. +41435 JPN W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Japoniei. Iti ofera cel putin un bonus aleatoriu. +41436 KOR W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Koreiei. Iti ofera cel putin un bonus aleatoriu. +41437 KOR W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Koreiei. Iti ofera cel putin un bonus aleatoriu. +41438 MEX W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Mexicului. Iti ofera cel putin un bonus aleatoriu. +41439 MEX W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Mexicului. Iti ofera cel putin un bonus aleatoriu. +41440 NED W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Olandei. Iti ofera cel putin un bonus aleatoriu. +41441 NED W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Olandei. Iti ofera cel putin un bonus aleatoriu. +41442 NGA W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Nigeriei. Iti ofera cel putin un bonus aleatoriu. +41443 NGA W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Nigeriei. Iti ofera cel putin un bonus aleatoriu. +41444 POR W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Portugaliei. Iti ofera cel putin un bonus aleatoriu. +41445 POR W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Portugaliei. Iti ofera cel putin un bonus aleatoriu. +41446 RUS W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Rusiei. Iti ofera cel putin un bonus aleatoriu. +41447 RUS W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Rusiei. Iti ofera cel putin un bonus aleatoriu. +41448 ESP W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Spaniei. Iti ofera cel putin un bonus aleatoriu. +41449 ESP W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Spaniei. Iti ofera cel putin un bonus aleatoriu. +41450 SUI W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Elvetiei. Iti ofera cel putin un bonus aleatoriu. +41451 SUI W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale Elvetiei. Iti ofera cel putin un bonus aleatoriu. +41452 URU W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale din Uruguay. Iti ofera cel putin un bonus aleatoriu. +41453 URU W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale din Uruguay. Iti ofera cel putin un bonus aleatoriu. +41454 USA W. Cup Kit (M/Bonus) Kit de fotbal de la World Cup in culorile nationale ale SUA. Iti ofera cel putin un bonus aleatoriu. +41455 USA W. Cup Kit (F/Bonus) Kit de fotbal de la World Cup in culorile nationale ale SUA. Iti ofera cel putin un bonus aleatoriu. +41472 Costum Zombie Haine manjite cu sange, carne putrezita, oase - costumatia perfecta pentru orice zombie. +41473 Rochie Zombie Haine manjite cu sange, carne putrezita, oase - costumatia perfecta pentru orice femela zombie. +41474 Costum Zombie+ Haine manjite cu sange, carne putrezita, oase - costumatia perfecta pentru orice zombie. Iti ofera cel putin un bonus aleatoriu. +41475 Rochie Zombie+ Haine manjite cu sange, carne putrezita, oase - costumatia perfecta pentru orice femela zombie. Iti ofera cel putin un bonus aleatoriu. +41476 Costum Vrajitor Costum negru misterios, perfect pentru un vrajitor. +41477 Rochie Vrajitoare Rochie misterioasa perfecta pentru micile vrajitoare. +41478 Costum Vrajitor+ Costum negru misterios, perfect pentru un vrajitor. Iti ofera cel putin un bonus aleatoriu. +41479 Rochie Vrajitoare+ Rochie misterioasa perfecta pentru micile vrajitoare. Iti ofera cel putin un bonus aleatoriu. +41480 Costum Mos Inghetat Costum Om de Zapada confectionat din catifeaua rosie a lui Mos Craciun. Nu poate fi vandut. +41481 Costum Om de Zapada Costum Om de Zapada confectionat din catifea alba. Nu poate fi vandut. +41482 Rochie Craciun (Alba) Rochie alba mini cu ciorapi si accesorii. Nu poate fi vandut. +41483 Rochie Craciun (Rosie) Rochie rosie mini cu ciorapi si accesorii. Nu poate fi vandut. +41484 Costum Mos Inghetat+ Costum Om de Zapada confectionat din catifeaua rosie a lui Mos Craciun. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41485 Costum Om de Zapada+ Costum Om de Zapada confectionat din catifea alba. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41486 Rochie Craciun+ (Alba) Rochie alba mini cu ciorapi si accesorii. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41487 Rochie Craciun+ (Rosie) Rochie rosie mini cu ciorapi si accesorii. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +41496 Print Desert (Maro) Articol de imbracaminte pentru luptatori, confectionat din material de culoare maro, potrivit pentru barbatii lider. +41497 Print Desert (Alb) Articol de imbracaminte pentru luptatori, confectionat din material de culoare alba, potrivit pentru barbatii lider. +41498 Printesa Desert (Maro) Articol de imbracaminte pentru luptatori, confectionat din material de culoare maro, potrivit pentru femeile lider. +41499 Printesa Desert (Alb) Articol de imbracaminte pentru luptatori, confectionat din material de culoare alba, potrivit pentru femeile lider. +41500 Print Desert+ (Maro) Articol de imbracaminte pentru luptatori, confectionat din material de culoare maro, potrivit pentru barbatii lider. Iti ofera cel putin un bonus aleatoriu. +41501 Printesa Desert+ (Alb) Articol de imbracaminte pentru luptatori, confectionat din material de culoare alba, potrivit pentru barbatii lider. Iti ofera cel putin un bonus aleatoriu. +41502 Printesa Desert+ (Maro) Articol de imbracaminte pentru luptatori, confectionat din material de culoare maro, potrivit pentru femeile lider. Iti ofera cel putin un bonus aleatoriu. +41503 Printesa Desert+ (Alb) Articol de imbracaminte pentru luptatori, confectionat din material de culoare alba, potrivit pentru femeile lider. Iti ofera cel putin un bonus aleatoriu. +41504 Costum Iepuras (Gri) Moale si pufos din blanita gri, ca un animalut de plus: costum de iepuras. Nu poate fi vandut. +41505 Costum Iepuras (Maro) Moale si pufos din blanita maro, ca un animalut de plus: costum de iepuras. Nu poate fi vandut. +41506 Rochie Paste (Inflorata) O Rochie de Paste frumos decorata cu motive florale. Nu poate fi vanduta. +41507 Rochie Paste (Bleu) O Rochie de Paste frumos decorata cu motive albastrui. Nu poate fi vanduta. +41508 Costum Iepuras+ (Gri) Moale si pufos din blanita gri, ca un animalut de plus: costum de iepuras. Iti ofera cel putin un bonus aleatoriu. Poate fi vandut. +41509 Costum Iepuras+ (Maro) Moale si pufos din blanita maro, ca un animalut de plus: costum de iepuras. Iti ofera cel putin un bonus aleatoriu. Poate fi vandut. +41510 Rochie Paste+ (Inflorat) O Rochie de Paste frumos decorata cu motive florale. Iti ofera cel putin un bonus aleatoriu. Poate fi vanduta. +41511 Rochie Paste+ (Bleu) O Rochie de Paste frumos decorata cu motive albastrui. Iti ofera cel putin un bonus aleatoriu. Poate fi vanduta. +45001 Urechi de Iepuras (maro) Urechi de Iepuras Maro pentru femei +45002 Urechi de Iepure (maro) Palarie maro, barbateasca, cu Urechi de Iepure +45003 Bandana (M) O bandana barbateasca confectionata dintr-un material elegant. +45004 Bandana (F) O bandana de dama confectionata dintr-un material elegant. +45005 LotoShosi (M) Creasta pe mijloc si scurt in parti - o frizura extravaganta pentru barbati. +45006 Frizura Scrimer (F) O frizura de dama sport pentru scrimeri. +45007 Mohican (M) Frizura realizata in stilul Iroquois. Parul este in stilul Mohawke iar in parti parul este ras. +45008 Frizura Fotbal GER (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Germaniei. +45009 Dreaduri (M) Parul lung este impletit in stilul Rasta iar coditele rezultate din impletitura sunt prinse toate la spate. +45010 Frizura Box GER (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Germaniei. +45011 Bandana (M) O bandana barbateasca confectionata dintr-un material elegant. Obiectul poate fi vandut. +45012 Bandana (F) O bandana de dama confectionata dintr-un material elegant. Obiectul poate fi vandut. +45013 LotoShosi (M) Lunga pe mijloc si scurta in parti - o frizura extravaganta pentru barbati. Obiectul poate fi vandut. +45014 Frizura Scrimer (F) O frizura de dama sport pentru scrimeri. Obiectul poate fi vandut. +45015 Mohican (M) Frizura realizata in stilul Iroquois. Parul este in stilul Mohawke iar in parti parul este ras. Obiectul poate fi vandut. +45016 Frizura Fotbal GER (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Germaniei. Obiectul poate fi vandut. +45017 Dreaduri (M) Parul lung este impletit in stilul Rasta iar coditele rezultate din impletitura sunt prinse toate la spate. Obiectul poate fi vandut. +45018 Frizura Box GER (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Germaniei. Obiectul poate fi vandut. +45019 Frizura Box TUR (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Turciei. +45020 Frizura Box BRA(F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Braziliei. +45021 Frizura Olimpica Box (F) O frizura de dama cu o bandana colorata sport pentru pugilisti. +45022 Frizura Box FRA (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Frantei. +45023 Frizura Box ITA (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Italiei. +45024 Frizura Box POL (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Poloniei. +45025 Frizura Box ROU (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Romaniei. +45026 Frizura Box ESP (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Spaniei. +45027 Frizura Fotbal TUR (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Turciei. +45028 Frizura Fotbal BRA (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Braziliei. +45029 Frizura Olimp Fotbal (F) O frizura de dama cu o bandana colorata sport pentru fotbalisti. +45030 Frizura Fotbal FRA (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Frantei. +45031 Frizura Fotbal ITA(F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Italiei. +45032 Frizura Fotbal POL (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Poloniei. +45033 Frizura Fotbal ROU (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Romaniei. +45034 Frizura Fotbal ESP (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Spaniei. +45035 Frizura Box TUR (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Turciei. +45036 Frizura Box BRA (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Brazilei. +45037 Frizura Olimpica Box (F) O frizura de dama cu o bandana colorata sport pentru pugilisti. +45038 Frizura Box FRA (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Frantei. +45039 Frizura Box ITA (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Italiei. +45040 Frizura Box POL (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Poloniei. +45041 Frizura Box ROU (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Romaniei. +45042 Frizura Box ESP (F) O frizura de dama cu o bandana sport pentru pugilisti, in culorile nationale ale Spaniei. +45043 Frizura Fotbal TUR (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Turciei. +45044 Frizura Fotbal BRA (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Brazilei. +45045 Frizura Olimp Fotbal (F) O frizura de dama cu o bandana colorata sport pentru fotbalisti. +45046 Frizura Fotbal FRA (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Frantei. +45047 Frizura Fotbal ITA (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Italiei. +45048 Frizura Fotbal POL (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Poloniei. +45049 Frizura Fotbal ROU (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Romaniei. +45050 Frizura Fotbal ESP (F) O frizura de dama cu o bandana sport pentru fotbalisti, in culorile nationale ale Spaniei. +45053 Frizura de Muschetar Frizura cu par blond si bine prins, infatisarea perfecta a unui muschetar. +45054 Boneta de Menajera Coc blond cu boneta de menajera. +45055 Creasta Scurta Extravaganta, frizura scurta in stil Iroquois. +45056 Coc Salsa Coc elegant cu o floare rosie. +45057 Palarie Fedora Palarie clasica Fedora in stilul lui Humphrey Bogart. +45058 Frizura cu Flori Coada frumos impletita cu flori colorate. +45061 Masca Dovleac Un dovleac scobit. Spatios, bine ventilat si infricosator. +45062 Masca Dovleac Un dovleac scobit. Spatios, bine ventilat si infricosator. +45065 Frizura de Muschetar + Frizura cu par blond si bine prins, infatisarea perfecta a unui muschetar. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45066 Boneta de Menajera + Coc blond cu boneta de menajera. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45067 Creasta Scurta + Extravaganta, frizura scurta in stil Iroquois. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45068 Coc Salsa + Coc elegant cu o floare rosie. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45069 Palarie Fedora + Palarie clasica Fedora in stilul lui Humphrey Bogart. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45070 Frizura cu Flori + Coada frumos impletita cu flori colorate. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45073 Masca Dovleac (Bonus) Un dovleac scobit. Spatios, bine ventilat si infricosator. Iti ofera un bonus random. +45074 Masca Dovleac (Bonus) Un dovleac scobit. Spatios, bine ventilat si infricosator. Iti ofera un bonus random. +45075 Palarie de Craciun (ros) Palarie rosie din catifea, are cornite si pampon. +45076 Palarie de Craciun (ver) Palarie verde din catifea, are cornite si pampon. +45077 Palarie de Craciun (neg) Palarie neagra din catifea, are cornite si pampon. +45078 Palarie de Elf Palarie alba ca zapada cu aripioare delicate. +45079 Cap de Ren (M) Masca de Ren barbateasca, purtata pe cap, cu un nas rosu si cornite. +45080 Cap de Ren (F) Masca de Ren de dama, purtata pe cap, cu un nas rosu si cornite. +45081 Palarie de Craciun+(ros) Palarie rosie din catifea, are cornite si pampon. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45082 Palarie de Craciun+(ver) Palarie verde din catifea, are cornite si pampon. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45083 Palarie de Craciun+(neg) Palarie neagra din catifea, are cornite si pampon. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45084 Palarie de Elf+ Palarie alba ca zapada cu aripioare delicate. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45085 Cap de Ren+ (M) Masca de Ren barbateasca, purtata pe cap, cu un nas rosu si cornite. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45086 Cap de Ren+ (F) Masca de Ren de dama, purtata pe cap, cu un nas rosu si cornite. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45087 Bandana (Alba) Bandana alba cu trei laturi pentru barbati, se leaga in jurul capului. Preferata pentru fanii sportului. +45088 Bandana (Alba) Bandana cu trei laturi pentru femei, se leaga in jurul capului. Preferata pentru fanii sportului. +45089 Bandana (Neagra) Bandana neagra cu trei laturi pentru barbati, se leaga in jurul capului. Preferata pentru fanii sportului. +45090 Bandana (Neagra) Bandana cu trei laturi pentru femei, se leaga in jurul capului. Preferata pentru fanii sportului. +45091 Bandana (Galbena) Bandana galbena cu trei laturi pentru barbati, se leaga in jurul capului. Preferata pentru fanii sportului. +45092 Bandana (Galbena) Bandana galbena cu trei laturi pentru femei, se leaga in jurul capului. Preferata pentru fanii sportului. +45093 Bandana (Orange) Bandana orange cu trei laturi pentru barbati, se leaga in jurul capului. Preferata pentru fanii sportului. +45094 Bandana (Orange) Bandana orange cu trei laturi pentru femei, se leaga in jurul capului. Preferata pentru fanii sportului. +45095 Bandana (Albastra) Bandana albastra cu trei laturi pentru barbati, se leaga in jurul capului. Preferata pentru fanii sportului. +45096 Bandana (Albastra) Bandana albastra cu trei laturi pentru femei, se leaga in jurul capului. Preferata pentru fanii sportului. +45097 Bandana+ (Alba) Bandana alba cu trei laturi pentru barbati, se leaga in jurul capului. Preferata pentru fanii sportului. Iti ofera cel putin un bonus aleatoriu. +45098 Bandana+ (Alba) Bandana alba cu trei laturi pentru femei, se leaga in jurul capului. Preferata pentru fanii sportului. Iti ofera cel putin un bonus aleatoriu. +45099 Bandana+ (Neagra) Bandana neagra cu trei laturi pentru barbati, se leaga in jurul capului. Preferata pentru fanii sportului. Iti ofera cel putin un bonus aleatoriu. +45100 Bandana+ (Neagra) Bandana neagra cu trei laturi pentru femei, se leaga in jurul capului. Preferata pentru fanii sportului. Iti ofera cel putin un bonus aleatoriu. +45101 Bandana+ (Galbena) Bandana galbena cu trei laturi pentru barbati, se leaga in jurul capului. Preferata pentru fanii sportului. Iti ofera cel putin un bonus aleatoriu. +45102 Bandana+ (Galbena) Bandana galbena cu trei laturi pentru femei, se leaga in jurul capului. Preferata pentru fanii sportului. Iti ofera cel putin un bonus aleatoriu. +45103 Bandana+ (Orange) Bandana orange cu trei laturi pentru barbati, se leaga in jurul capului. Preferata pentru fanii sportului. Iti ofera cel putin un bonus aleatoriu. +45104 Bandana+ (Orange) Bandana orange cu trei laturi pentru femei, se leaga in jurul capului. Preferata pentru fanii sportului. Iti ofera cel putin un bonus aleatoriu. +45105 Bandana+ (Albastra) Bandana albastra cu trei laturi pentru barbati, se leaga in jurul capului. Preferata pentru fanii sportului. Iti ofera cel putin un bonus aleatoriu. +45106 Bandana+ (Albastra) Bandana albastra cu trei laturi pentru femei, se leaga in jurul capului. Preferata pentru fanii sportului. Iti ofera cel putin un bonus aleatoriu. +45119 Urechi de Iepure (negre) Palarie neagra, barbateasca, cu Urechi de Iepure +45120 Urechi de Iepure (bleu) Palarie albastra, barbateasca, cu Urechi de Iepure +45121 Urechi de Iepure (verzi) Palarie verde, barbateasca, cu Urechi de Iepure +45122 Urechi de Iepure (roz) Palarie roz, barbateasca, cu Urechi de Iepure +45123 Urechi de Iepuras (negr) Urechi negre de iepuras pentru fete +45124 Urechi de Iepuras (bleu) Urechi albastre de iepuras pentru fete +45125 Urechi de Iepuras (verz) Urechi verzi de iepuras pentru fete +45126 Urechi de Iepuras (roz) Urechi roz de iepuras pentru fete +45127 Urechi de Iepure+ (negr) Palarie neagra, barbateasca, cu Urechi de Iepure. iti ofera cel putin un bonus aleatoriu. +45128 Urechi de Iepure+ (bleu) Palarie albastra, barbateasca, cu Urechi de Iepure. iti ofera cel putin un bonus aleatoriu. +45129 Urechi de Iepure+ (verz) Palarie verde, barbateasca, cu Urechi de Iepure. iti ofera cel putin un bonus aleatoriu. +45130 Urechi de Iepure+ (roz) Palarie roz, barbateasca, cu Urechi de Iepure. iti ofera cel putin un bonus aleatoriu. +45131 Urechi de Iepuras+ (neg) Urechi negre de iepuras pentru fete. Iti ofera cel putin un bonus aleatoriu. +45132 Urechi de Iepuras+ (ble) Urechi albastre de iepuras pentru fete. Iti ofera cel putin un bonus aleatoriu. +45133 Urechi de Iepuras+ (ver) Urechi verzi de iepuras pentru fete. Iti ofera cel putin un bonus aleatoriu. +45134 Urechi de Iepuras+ (roz) Urechi roz de iepuras pentru fete. Iti ofera cel putin un bonus aleatoriu. +45135 Frizura Cobra (m) O frizura potrivita pentru Costumul Cobra. +45136 Frizura Cobra (f) O frizura potrivita pentru Costumul Cobra. +45137 Frizura Cobra+ (m) O frizura potrivita pentru Costumul Cobra. Iti ofera cel putin un bonus aleatoriu. +45138 Frizura Cobra+ (f) O frizura potrivita pentru Costumul Cobra. Iti ofera cel putin un bonus aleatoriu. +45139 Masca Tengu Masca realizata artistic de un Zeu japonez +45140 Masca Venetiana Masca Venetiana splendida pentru carnaval +45141 Masca Kifwebe Masca sculptata in lemn cu nuante de copac negru +45142 Masca Maya Masca infricosatoare a luptatorilor Maya +45143 Masca Tengu+ Masca impresionanta Tengu cu trasaturile unui Zeu japonez. Iti ofera cel putin doua bonusuri aleatorii. +45144 Masca Venetiana+ Masca legendara Venetiana pentru carnaval. Iti ofera cel putin doua bonusuri aleatorii. +45145 Masca Kifwebe+ Masca sculptata in lemn si gravata cu inele adancite. Iti ofera cel putin doua bonusuri aleatorii. +45146 Masca Maya+ Masca infricosatoare a razboinicilor Maya. Iti ofera cel putin doua bonusuri aleatorii. +45147 Turban Negru (M) Bucata din material negru folosit pentru acoperirea capului la barbati. +45148 Turban Negru (F) Bucata din material negru folosit pentru acoperirea capului la femei. +45149 Turban Negru+ (M) Bucata din material negru folosit pentru acoperirea capului la barbati. Ofera cel putin un bonus aleatoriu. +45150 Turban Negru+ (F) Bucata din material negru folosit pentru acoperirea capului la femei. Ofera cel putin un bonus aleatoriu. +45151 Coif Azrael (m) Frizura ce ofera aspectul unui lider neinfricat al demonilor. +45152 Coif Azrael (f) Frizura ce ofera aspectul unui lider neinfricat al demonilor. +45153 Coif Azrael+ (m) Frizura ce ofera aspectul unui lider neinfricat al demonilor. Iti ofera cel putin un bonus aleatoriu. +45154 Coif Azrael+ (f) Frizura ce ofera aspectul unui lider neinfricat al demonilor. Iti ofera cel putin un bonus aleatoriu. +45156 Capatana Jack Dovleacul (m) Superba si inspaimantatoare masca de Halloween. +45157 Capatana Jack Dovleacul (f) Superba si inspaimantatoare masca de Halloween. +45158 Capatana Jack Dovleacul+ (m) Superba si inspaimantatoare masca de Halloween. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45159 Capatana Jack Dovleacul+ (f) Superba si inspaimantatoare masca de Halloween. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45160 +45161 +45162 +45163 +45164 Palarie Iepure Alb Frizura care infatiseaza un iepure alb +45165 Palarie Urs Polar Frizura care infatiseaza un urs polar +45166 Palarie Leopard Alb Frizura care infatiseaza un leopard alb +45167 Palarie Iepure Alb+ Frizura care infatiseaza un iepure alb. Iti ofera cel putin un bonus aleatoriu. +45168 Palarie Urs Polar+ Frizura care infatiseaza un urs polar. Iti ofera cel putin un bonus aleatoriu. +45169 Palarie Leopard Alb+ Frizura care infatiseaza un leopard alb. Iti ofera cel putin un bonus aleatoriu. +45170 Masca Dovleac Zombie Costum de Halloween in forma unui dovleac urias purtat ca masca. +45171 Palarie Vrajitoare Palarie ascutita cu boruri largi, purtata de vrajitori si vrajitoare. +45172 Masca Dovleac Zombie+ Costum de Halloween in forma unui dovleac urias purtat ca masca. Iti ofera cel putin un bonus aleatoriu. +45173 Palarie Vrajitoare+ Palarie ascutita cu boruri largi, purtata de vrajitori si vrajitoare. Iti ofera cel putin un bonus aleatoriu. +45174 Masca Om de Zapada Masca Om de Zapada confectionata din satin negru elegant. Nu poate fi vandut. +45175 Masca Mos Inghetat Masca Om de Zapada confectionata din catifea rosie de Craciun si blana alba. Nu poate fi vandut. +45176 Palarie Ciucure (Alba) Palarie de Craciun din catifea alba cu blana alba si un ciucure rosu. Nu poate fi vandut. +45177 Palarie Ciucure (Rosie) Palarie de Craciun din catifea rosie cu blana alba si un ciucure alb. Nu poate fi vandut. +45178 Masca Om de Zapada+ Masca Om de Zapada confectionata din satin negru elegant. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45179 Masca Mos Inghetat+ Masca Om de Zapada confectionata din catifea rosie de Craciun si blana alba. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45180 Palarie Ciucure+ (Alba) Palarie de Craciun confectionata din catifea alba cu blana alba si un ciucure rosu. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45181 Palarie Ciucure+ (Rosie) Palarie de Craciun confectionata din catifea rosie cu blana alba si un ciucure alb. Iti ofera cel putin un bonus aleatoriu. Obiectul poate fi vandut. +45190 Urechi Iepuras (Gri) Urechi moi de iepuras sub forma de palarie gri. Nu poate fi vanduta. +45191 Urechi Iepuras (Maro) Urechi moi de iepuras sub forma de palarie maro. Nu poate fi vanduta. +45192 Coafura Paste (Inflorat) Coafura de Paste, iradiant de frumoasa, numai pentru indraznete. Nu se poate vinde. +45193 Coafura Paste (Bleu) Coafura de Paste cu motive albastrui, iradiant de frumoasa, numai pentru indraznete. Nu se poate vinde. +45194 Urechi Iepuras+ (Gri) Urechi moi de iepuras sub forma de palarie gri. Iti ofera cel putin un bonus aleatoriu. Poate fi vanduta. +45195 Urechi Iepuras+ (Maro) Urechi moi de iepuras sub forma de palarie maro. Iti ofera cel putin un bonus aleatoriu. Poate fi vanduta. +45196 Coafura Paste+ (Inflor.) Coafura de Paste, iradiant de frumoasa, numai pentru indraznete. Iti ofera cel putin un bonus aleatoriu. Poate fi vanduta. +45197 Coafura Paste+ (Bleu) Coafura de Paste cu motive albastrui, iradiant de frumoasa, numai pentru indraznete. Iti ofera cel putin un bonus aleatoriu. Poate fi vanduta. +45198 Turban Maro Un turban de culoare maro, elegant, fabricat dintr-un material rezistent, numai bun pentru razboinici. +45199 Turban Alb Un turban de culoare alba, elegant, fabricat dintr-un material rezistent, numai bun pentru razboinici. +45200 Vl Maro Un vl de culoare maro, fabricat dintr-un material usor, perfect pentru femeile razboinic. +45201 Vl Alb Un vl de culoare alba, fabricat dintr-un material usor, perfect pentru femeile razboinic. +45202 Turban Maro+ Un turban de culoare maro, elegant, fabricat dintr-un material foarte rezistent, numai bun pentru razboinici. Iti ofera cel putin un bonus aleatoriu. +45203 Turban Alb+ Un turban de culoare alba, elegant, fabricat dintr-un material foarte rezistent, numai bun pentru razboinici. Iti ofera cel putin un bonus aleatoriu. +45204 Vl Maro+ Un vl de culoare maro, fabricat dintr-un material usor, perfect pentru femeile razboinic. Iti ofera cel putin un bonus aleatoriu. +45205 Vl Alb+ Un vl de culoare alba, fabricat dintr-un material usor, perfect pentru femeile razboinic. Iti ofera cel putin un bonus aleatoriu. +50001 Carte norocoas O carte cu numere norocoase. Loteria este organizat de guvern. +50002 Inel de aur Un simplu inel de aur. El poate fi vndut n magazin la un pre ridicat. +50003 Reseteaza Skill Iti permite resetarea skill-urilor pentru a invata altele noi. +50004 Detector evenimente Acest obiect i arat unde gseti probleme. +50005 Tichet de Calarie Poi schimba acest bon la grjdar pentru o medalie de cal. +50006 Cufar Auriu Comori O lad ornat cu aur. Ea poate fi deschis cu o cheie de aur. +50007 Cufar Argintiu Comori O lada ornata cu argint. Ea poate fi deschisa cu o cheie argintie. +50008 Cheie de aur O cheie realizata din aur. Ea poate deschide un Cufar Auriu pentru comori si Cufar Auriu pentru comori+. +50009 Cheie de argint O cheie realizat din argint. Ea poate deschide un Cufar Argintiu pentru comori si Cufar Argintiu pentru comori+. +50010 Soseta Cineva pune cadouri de crciun n aceast oset. +50011 Cufar Lumina Lunii Un obiect ornamental impresionant si stralucitor. Lucruri stranii se petrec atunci cand lumina lunii il atinge. +50012 Cufar Auriu Comori+ Lada ornata cu aur. Poate fi deschisa cu o cheie de aur. +50013 Cufar Argintiu Comori+ Lada ornata cu argint. Poate fi deschisa cu o cheie de argint. +50016 Past de fasole Ingredient pentru o veche reet de plcint. +50017 Past de zahr Ingredient pentru o veche reet de plcint. +50018 Past de fructe Ingredient pentru o veche reet de plcint. +50019 Orez dulce Ingredient pentru o veche reet de plcint. +50020 Plcint de fasole Veche plcint care reface toate punctele de via. +50021 Plcint de zahr Veche plcint care reface toate punctele de mana. +50022 Plcint de fructe O veche plcint care reface ntreaga rezisten. +50023 Tolb de bani n ea se afl o prim de Anul-Nou. +50024 Trandafir Floare romantic folosit pentru a arta afeciunea. Doar caracterele feminine pot s o foloseasc. +50025 Ciocolata Produs din cacao, lapte, unt i zahr. Ciocolata este druit pentru a arta afeciunea. Doar caracterele masculine pot s o foloseasc. +50027 Loz de loterie Din pcate o fars. Un obiect fr de folos. +50031 Trandafir Floare folosit pentru a arta afeciunea fata de cineva. Doar caracterele masculine o pot folosi. +50032 Bomboan Bomboan dulce. Doar caracterele feminine pot s o foloseasc. +50033 Lad misterioas O lad pe care este gravat o liter ciudat. Dac este deschis, va sri ceva din ea. +50034 Lad misterioas Conine aceast lad un mister? +50035 Cadou (galben) Un cadou impachetat in hartie fina. +50036 Cadou (violet) Un cadou impachetat in hartie fina. +50037 cufr hexagonal p.comori Realizat din hrtie special. n ea se afl un cadou ales cu grij. +50050 Medalie de cal Grjdarul are nevoie de Medalie pentru a nregistra rezultatele calificrilor. +50051 Imagine de cal De indata ce ai trecut testul de calarie, vei avea posibilitate sa iti chemi calul. +50052 Cartea Cailor Armati Cu aceast licen poi s i strigi calul, dar doar dac ai absolvit examenul de calificare pentru cai avansai la grjdar. +50053 Cartea Cailor Militari Cu aceast licen poi s i strigi calul, ns doar dac ai absolvit examenul de calificare pentru cai profesioniti la grjdar. +50054 Fn Fn pentru hrana unui cal nceptor. +50055 Morcov Hrana preferat a unui cal avansat. +50056 Ginseng rou Ginseng nbuit. Hran pentru caii profesioniti. +50057 Iarba Maimutei Usoare O iarba legendara prin care incepatorii o pot folosi pentru a reinvia caii. Pentru a ajunge la planta trebuie sa treci inainte de toate de maimutele din temnita incepatorilor. +50058 Iarba Maimuta Normala O iarba legendara prin care jucatorii sau calaretii intermediari o pot folosi sa acapareze caii pentru batalie. Pentru a ajunge la planta, trebuie sa treci de maimutele din temnita normala. +50059 Iarba Maimuta Puternica O plant legendar cu care clreii avansai pot primi caii de armat. Ca sa ajungi la plant prima dat trebuie s treci de maimuele din temnia primejdioas. +50060 Manualul de clrie Dupa ce ai citit cu succes aceasta carte poti sa iti imbunatatesti calitatile de echitatie cu 1 punct. Cartea dispare dupa ce ai citit-o. +50067 Pergament Evolutie Puternic, pergament vechi facut din hartie speciala. Iti permite imbunatatirea unui mount pui cu un mount salbatic. +50068 Pergament Transformare Puternic, pergament vechi facut din hartie speciala. Iti permite imbunatatirea unui mount salbatic cu un mount curajos. +50070 Lad Oberork Lada cpitanului orcilor. n ea se afl ceva de valoare. +50071 Lad Comandant ntunecat Lada comandantului esoteric. n ea se afl ceva de valoare. +50072 Lad Comandant-stafie Lada comandantului esoteric renscut. n ea se afl ceva de valoare. +50073 Lada Reginei Paianjen Lada Reginei Paianjen. n ea se afl ceva de valoare. +50074 Lada pianjenului uria Lada pianjenului uria. n ea se afl ceva de valoare. +50075 Lad purttor de cium Lada purttorului de cium uria. n ea se afl ceva de valoare. +50076 Lad estoas de deert Lada estoasei de deert uriae. n ea se afl ceva de valoare. +50077 Lad nou-cozi Lada celui cu nou cozi. n ea se afl ceva de valoare. +50078 Lada tigrului galben Lada spiritului tigrului galben. n ea se afl ceva de valoare. +50079 Lada regelui focului Lada regelui focului. Din ea iese putere magic. Lada regele focului Lada regelui focului. Din ea iese putere magic. +50080 Lada Dragonului Rosu Cufarul Dragonului Rosu. n el se afla ceva de valoare. +50081 Lada Regelui demonilor Lada voievodului demon. n ea se afl ceva de valoare. +50082 Lada ngerului cu coas Lada ngerului cu coas. n ea se afl ceva de valoare. +50083 Tichet de Calarie Poi clri un ponei pentru un anumit timp dac ari harta grjdarului. +50084 Piatra Cheie O aur de energie nconjoar aceasta piatra. Funcioneaz mpotriva sigiliului de magie. +50091 Sushi de pete auriu Fcut din pete auriu. Meniu deosebit, nu mncare obinuit. +50092 Sushi de crap Fcut din crap. Meniu deosebit, nu mncare obinuit. +50093 Sushi de somon O mncare special fcut din somon si orez rece. i mrete valoarea de atac cu 10 puncte pentru 30 de secunde. +50094 Sushi de pisic de mare Un vas special facut din pisica de mare cruda si orez rece. Iti mareste apararea cu 10 puncte pentru 30 de secunde. +50096 Fotbal Lovete ca i Baljit-Elvedin! +50100 Artificii Lumineaz cerul n timpul unui festival violet. +50101 Artificii Lumineaz cerul n timpul unui festival galben. +50102 Artificii Lumineaz cerul n timpul unui festival albastru. +50103 Artificii Lumineaz cerul n timpul unui festival rou. +50104 Artificii Lumineaz cerul n timpul unui festival verde. +50105 Artificii Lumineaz cerul n timpul unui festival alb. +50106 Artificii de Craciun Artificiile de Craciun sunt mai magnifice decat cele care se lanseaza in mod obisnuit. +50108 Cerc de artificii Un cerc format din scnteile artificiilor. +50118 +50119 +50120 Caseta de fier Recipientul stabil este din Grota Exilului. +50121 Cutie de fier Recipientul stabil este din Grota Exilului. +50122 Lada de fier Recipientul stabil este din Grota Exilului. +50123 Inghetata Impuls de energie! Aceasta inghetata va mareste viteza de miscare cu 60 timp de 30 minute. Atentie: Reactivarea acestui suport in timp ce este deja activ, se va adauga timpului ramas. +50124 Caset putred din lemn Din interiorul ei se aud sunete de animal. +50125 Cufar Misterios Acest cufr este incredibil de usor aproape ca ai spune ca este gol... +50126 Cufarul Misterios Acest cufar este incredibil de usor - poti spune ca este chiar gol... +50127 Cutie Smarald Misterios Cutie de Smarald deschis +50128 Cutie Safir Misterioas O Cutie de Safir fr ncuietoare. Poate fi deschis direct. E un secret valoros nuntru... +50129 Cutie Ametist Misterios Cutie de Ametist deschis +50130 Cutie Topaz Misterioasa O cutie de Topaz fr ncuietoare. Poate fi deschis direct. E un secret valoros nuntru... +50131 Cutie Citrin Misterioasa O Cutie de Citrin fr ncuietoare. Poate fi deschis direct. E un secret valoros nuntru... +50132 Cutie Rubin Misterioasa O Cutie de Rubin care poate fi deschis doar cu o cheie special. Aparent, exteriorul unei asemenea cutii i ia vederea, fr a mai conta ce e nuntru. +50133 Cutie Smarald Misterios O cutie de Smarald ncuiat care poate fi deschis doar cu o cheie special. Aparent, cu un asemenea exterior care i ia ochii nu mai conteaz ce e nuntru. +50134 Cutie Safir Misterioas O cutie de Safir ncuiat care poate fi deschis doar cu o cheie special. Aparent, cu un asemenea exterior care i ia ochii nu mai conteaz ce e nuntru. +50135 Cutie Ametist Misterios O cutie de Ametist ncuiat care poate fi deschis doar cu o cheie special. Aparent, cu un asemenea exterior care i ia ochii nu mai conteaz ce e nuntru. +50136 Cutie Topaz Misterioas O cutie de Topaz ncuiat care poate fi deschis doar cu o cheie special. Aparent, cu un asemenea exterior care i ia ochii nu mai conteaz ce e nuntru. +50137 Cutie Citrin Misterioas O cutie de Citrin ncuiat care poate fi deschis doar cu o cheie special. Aparent, cu un asemenea exterior care i ia ochii nu mai conteaz ce e nuntru. +50150 Cheie de Rubin Poi folosi aceast cheie preioas pentru a deschide o Cutie de Rubin ncuiat. M ntreb ce e nuntru? +50151 Cheie de Smarald Poi folosi aceast cheie preioas pentru a deschide o Cutie de Smarald ncuiat. M ntreb ce e nuntru? +50152 Cheie de Safir Poi folosi aceast cheie preioas pentru a deschide o Cutie de Safir ncuiat. M ntreb ce e nuntru? +50153 Cheie de Ametist Poi folosi aceast cheie preioas pentru a deschide o Cutie de Ametist ncuiat. M ntreb ce e nuntru? +50154 Cheie de Topaz Poi folosi aceast cheie preioas pentru a deschide o Cutie de Topaz ncuiat. M ntreb ce e nuntru? +50155 Cheie de Citrin Poi folosi aceast cheie preioas pentru a deschide o Cutie de Citrin ncuiat. M ntreb ce e nuntru? +50156 Cheie de Diamant A frumoas cheie Artizanal. Sclipete n toate culorile curcubeului. Ai posibilitatea s deschizi cu uurin orice cutie cu ea. +50160 Ou de Pate Un Ou de Pate colorat. +50161 Ou de Pate Un Ou de Pate colorat +50162 Ou de Pate Un Ou de Pate colorat +50163 Ou de Pate Un Ou de Pate colorat +50164 Ou de Pate Un Ou de Pate colorat +50165 Ou de Pate Un Ou de Pate colorat +50166 Ou de Pate Un Ou de Pate colorat +50167 Ou de Pate Un Ou de Pate colorat +50168 Ou de Pate Un Ou de Pate colorat +50169 Ou de Pate Un Ou de Pate colorat +50170 Ou de Pate Un Ou de Pate colorat +50171 Ou de Pate Un Ou de Pate colorat +50172 Ou de Pate Un Ou de Pate colorat +50173 Ou de Pate Un Ou de Pate colorat +50174 Ou de Pate Un Ou de Pate colorat +50175 Ou de Pate Un Ou de Pate colorat +50176 Ou de Pate Un Ou de Pate colorat +50177 Ou de Pate Un Ou de Pate colorat +50178 Ou de Pate Un Ou de Pate colorat +50179 Ou de Pate Un Ou de Pate colorat +50180 Co gol: Un co gol n care poi pune Ou de Pate +50181 Co cu Ou de Pate Un co umplut cu Ou de Pate. +50182 Cufar Binecuvantat Un cufar binecuvantat cu un continut necunoscut. +50183 Dulciuri Aceste dulciuri au un efect special: viteza de miscare +10%, daune+5% si experienta+10%. Dureaza 30 de minute. +50184 +50185 +50186 Cufarul lui Azrael Acest cufar este tinut incuiat de puterile demonice. Pot fi in el lucruri foarte valoroase. +50187 Cufar Ucenic I Cadoul de bun venit contine un echipament de baza potrivit pentru a putea incepe aventura. +50188 Cufar Ucenic II Acest cufar se va deschide doar cand ai atins nivelul 10. +50189 Cufar Ucenic III Acest cufar se va deschide doar cand ai atins nivelul 20. +50190 Cufar Expert I Acest cufar se va deschide doar cand ai atins nivelul 30. +50191 Cufar Expert II Acest cufar se va deschide doar cand ai atins nivelul 40. +50192 Cufar Expert III Acest cufar se va deschide doar cand ai atins nivelul 50. +50193 Cufar Master I Acest cufar se va deschide doar cand ai atins nivelul 60. +50194 Cufar Master II Acest cufar se va deschide doar cand ai atins nivelul 70. +50195 Cufar Master III Acest cufar se va deschide doar cand ai atins nivelul 80. +50196 Cufar Mare Maestru Acest cufar se va deschide doar cand ai atins nivelul 90. +50197 +50198 +50199 +50200 Mnunchi i permite s i deschizi propriul magazin. +50212 Cufar Ucenic I Cadoul de bun venit contine un echipament de baza potrivit pentru a putea incepe aventura. +50213 Cufar Ucenic I Cadoul de bun venit contine un echipament de baza potrivit pentru a putea incepe aventura. +50215 Cufar de Halloween Un cufar cu o fata infricosatoare de dovleac. Cu o scartaitura puternica acesta se deschide si poti descoperi ce se afla inauntru. +50216 Vin Fiert Bautura calda facuta din vin si mirodenii care iti ofera +10% viteza, +5% paguba si +10% experienta pentru 30 de minute. +50249 Cufarul Triumfului Cufarul contine un obiect ales la intamplare oferit recompensa tuturor Olimpicilor. +50252 Cor Draconis Inima cristalina a dragonului pastreaza in ea sufletul, Piatra Dragonului. +50253 +50254 Cufarul Intunericului Acest cufar extrem de greu ascunde bogatiile considerate ca apartinand Natiunii Intunecate. +50255 Cor Draconis (Brut) Inima cristalina a dragonului pastreaza in ea sufletul, Piatra Dragonului. +50256 Cor Draconis (Taiat) Inima cristalina a dragonului pastreaza in ea sufletul, Piatra Dragonului. +50257 Cor Draconis (Rar) Inima cristalina a dragonului pastreaza in ea sufletul, Piatra Dragonului. +50258 Cor Draconis (Antic) Inima cristalina a dragonului pastreaza in ea sufletul, Piatra Dragonului. +50259 Cor Draconis (Legendar) Inima cristalina a dragonului pastreaza in ea sufletul, Piatra Dragonului. +50260 Cor Draconis (Brut) Inima cristalina a dragonului pastreaza in ea sufletul, Piatra Dragonului. +50263 Pergament Personalizat Aceasta actiune leaga un obiect la alegere de caracterul tau. Obiectele personalizate nu pot fi vandute, aruncate sau fermecate. +50264 Pergam. Depersonalizat Inlatura un obiect personalizat. +50265 Balon de Aur Mingea este rotunda si din aur. +50300 Cartea competenei Ridic nivelul competenei de maestru. +50301 Arta de rzboi Sun-zi Prima din cele 3 cri de strategie de rzboi. Ridic puterea de conducere. Cartea dispare dup citire. +50302 Arta de rzboi Wu-zi A doua din cele 3 cri de strategie de rzboi. Ridic puterea de conducere. Cartea dispare dup citire. +50303 WeiLiao Zi A treia din cele 3 cri de strategie de rzboi. Ridic puterea de conducere. Cartea dispare dup citire. +50304 Stpnirea combo Carte de tactica folosita pentru antrenamentul Combo. Cartea dispare dupa citire. +50305 Cartea maestrului combo Carte de tactica folosita pentru antrenamentul avansat Combo. Cartea dispare dupa citire. +50306 Arta nalt a combo Carte de tactica folosita pentru antrenamentul maestru Combo. Cartea dispare dupa citire. +50307 Cartea misiunii (uor) Conine o sarcin uoar a carei ndeplinire este rspltit. +50308 Cartea misiunii (normal) Conine o sarcin normal a crei ndeplinire este rspltit. +50309 Cartea misiunii (greu) Conine o sarcin grea a crei ndeplinire este rspltit. +50310 Cartea misiunii (expert) Conine o misiune pentru experi. Dac o ndeplineti vei fi rspltit. +50311 Limbi Shinsoo Acest manual, fcut din pergament, i permite s nelegi limba Shinsoo, de ndat ce atingi levelul de master. +50312 Limbi Chunjo Acest manual, fcut din pergament, i permite s nelegi limba Chunjo, de ndat ce atingi levelul de master. +50313 Limbi Jinno Acest manual, fcut din pergament, i permite s nelegi limba Jinno, de ndat ce atingi levelul de master. +50314 Cartea transformrii Studierea cu succes a acestei carti iti creste abilitatea de transformare. Cartea dispare dupa citire. +50315 Cartea transformrii av. Dac studiezi cum trebuie aceast carte i va mari atributele de transformare. ns vor disprea dup ce ai terminat de citit cartea. +50316 Cartea transformrii exp Studiul acestei carti creste capacitatea de transformare. Cartea dispare dupa citire. +50401 Carte Incizie Tripla Foloseste aceasta carte pentru maestru Incizie Tripla. Cartea dispare dupa citire. +50402 Cartea Vartejul Sabiei Foloseste aceasta carte pentru maestru Vartejul Sabiei. Cartea dispare dupa citire. +50403 Cartea Iuresului Foloseste aceasta carte pentru maestru Betia de Lupta. Cartea dispare dupa citire. +50404 Cartea aura sabiei Foloseste aceasta carte pentru maestru Aura Sabiei. Cartea dispare dupa citire. +50405 Cartea btaia vntului Foloseste aceasta carte pentru maestru Bataia Vantului. Cartea dispare dupa citire. +50406 Manual Puterea Vietii Foloseste aceasta carte pentru master la abilitatea Forta Vietii. Cartea dispare dupa citire. +50416 Cartea ptrunderii Foloseste aceasta carte pentru maestru Patrundere. Cartea dispare dupa citire. +50417 Cartea lov. puternice Foloseste aceasta carte pentru maestru Lovitura Puternica. Cartea dispare dupa citire. +50418 Cartea tropitului Foloseste aceasta carte pentru maestru Tropait. Cartea dispare dupa citire. +50419 Cartea trupului puternic Foloseste aceasta carte pentru maestru Trup Puternic. Cartea dispare dupa citire. +50420 Cartea lov. de sabie Foloseste aceasta carte pentru maestru Lovitura de Sabie. Cartea dispare dupa citire. +50421 Manual Sfera Sabiei Foloseste aceasta carte pentru master la abilitatea Sabie Sfera. Cartea dispare dupa citire. +50431 Cartea Ambuscadei Foloseste aceasta carte pentru maestru Ambuscada. Cartea dispare dupa citire. +50432 Cartea Atac Rapid Foloseste aceasta carte pentru maestru Atac Fulger. Cartea dispare dupa citire. +50433 Cartea Pumnal Rulant Foloseste aceasta carte pentru maestru Pumnal Rulant. Cartea dispare dupa citire. +50434 Cartea camuflrii Foloseste aceasta carte pentru maestru Camuflaj. Cartea dispare dupa citire. +50435 Cartea Nor Otravitor Foloseste aceasta carte pentru maestru Nor Otravitor. Cartea dispare dupa citire. +50436 Manual Otrava Subtila Foloseste aceasta carte pentru master la abilitatea Otrava Subtila. Cartea dispare dupa citire. +50446 Cartea Foc Repetat Foloseste aceasta carte pentru maestru Foc Repetat. Cartea dispare dupa citire. +50447 Cartea Ploaie de Sageti Foloseste aceasta carte pentru maestru Ploaie de Sageti. Cartea dispare dupa citire. +50448 Cartea sgeii de foc Foloseste aceasta carte pentru maestru Sageata de Foc. Cartea dispare dupa citire. +50449 Cartea mersului lin Foloseste aceasta carte pentru maestru Mers Lin. Cartea dispare dupa citire. +50450 Cartea sgeii otrvite Foloseste aceasta carte pentru maestru Sageata Otravita. Cartea dispare dupa citire. +50451 Manual Scanteie Foloseste aceasta carte pentru master la abilitatea Scanteie. Cartea dispare dupa citire. +50461 Cartea pocnit din degete Foloseste aceasta carte pentru maestru Lovitura Degetului. Cartea dispare dupa citire. +50462 Cartea Vartejul Dragon Foloseste aceasta carte pentru maestru Vartejul Dragon. Cartea dispare dupa citire. +50463 Cartea lamei fermecate Foloseste aceasta carte pentru maestru Lama Fermecata. Cartea dispare dupa citire. +50464 Cartea fricii Foloseste aceasta carte pentru maestru Frica. Cartea dispare dupa citire. +50465 Cartea armurii fermecate Foloseste aceasta carte pentru maestru Armura Fermecata. Cartea dispare dupa citire. +50466 Cartea anularea vrjii Foloseste aceasta carte pentru maestru Anulare Vraja. Cartea dispare dupa citire. +50476 Cartea lov. ntunecate Foloseste aceasta carte pentru maestru Lovitura Intunecata. Cartea dispare dupa citire. +50477 Cartea loviturii de foc Foloseste aceasta carte pentru maestru Lovitura de Foc. Cartea dispare dupa citire. +50478 Cartea spiritul focului Foloseste aceasta carte pentru maestru Spiritul Focului. Cartea dispare dupa citire. +50479 Cartea prot. ntunecate Foloseste aceasta carte pentru maestru Protectie Intunecata. Cartea dispare dupa citire. +50480 Cartea lov. stafiei Foloseste aceasta carte pentru maestru Lovitura Stafiei. Cartea dispare dupa citire. +50481 Cartea pietrei ntunecat Foloseste aceasta carte pentru maestru Sfera Intunecata. Cartea dispare dupa citire. +50491 Cartea Talisman Zburator Foloseste aceasta carte pentru maestru Talismanul Zburator. Cartea dispare dupa citire. +50492 Cartea Focul dragonului Foloseste aceasta carte pentru maestru Aruncarea Dragonului. Cartea dispare dupa citire. +50493 Cartea limbii dragonului Foloseste aceasta carte pentru maestru Ragetul Dragonului. Cartea dispare dupa citire. +50494 Cartea Binecuvantarii Foloseste aceasta carte pentru maestru Binecuvantare. Cartea dispare dupa citire. +50495 Cartea refleciei Foloseste aceasta carte pentru maestru Reflectie. Cartea dispare dupa citire. +50496 Cartea Ajutorul Dragon Foloseste aceasta carte pentru maestru Ajutorul Dragonului. Cartea dispare dupa citire. +50506 Cartea arunctura fulger Foloseste aceasta carte pentru maestru Aruncarea Fulgerului. Cartea dispare dupa citire. +50507 Cartea despre fulgerat Foloseste aceasta carte pentru maestru Fulger. Cartea dispare dupa citire. +50508 Cartea gheara fulgerului Foloseste aceasta carte pentru maestru Gheara Fulgerului. Cartea dispare dupa citire. +50509 Cartea vindecrii Foloseste aceasta carte pentru maestru Vindecare. Cartea dispare dupa citire. +50510 Cartea repeziciunii Foloseste aceasta carte pentru maestru Repeziciune. Cartea dispare dupa citire. +50511 Cartea atacului Foloseste aceasta carte pentru maestru Atac Fortat. Cartea dispare dupa citire. +50512 Piatra curcubeu Piatra care deschide ochii spiritului i dezvelete toate competenele. +50513 Piatra Spiritului Piatra legendar care crete competenele de mare maestru. Piatra dispare dup folosire. +50530 Manual Sfasiere Foloseste aceasta carte pentru master la abilitatea Sfasiere. Cartea dispare dupa citire. +50531 Manual Suflul Lupului Foloseste aceasta carte pentru master la abilitatea Suflul Lupului. Cartea dispare dupa citire. +50532 Manual Saritura Lupului Foloseste aceasta carte pentru master la abilitatea Saritura Lupului. Cartea dispare dupa citire. +50533 Manual Dintii Lupului Foloseste aceasta carte pentru master la abilitatea Dintii Lupului. Cartea dispare dupa citire. +50534 Manual Suflet Lup Rosu Foloseste aceasta carte pentru master la abilitatea Sufletul Lupului Rosu. Cartea dispare dupa citire. +50535 Manual Suflet Lup Indigo Foloseste aceasta carte pentru master la abilitatea Sufletul Lupului Indigo. Cartea dispare dupa citire. +50600 Cartea mineritului Folosit pentru a crete nivelul mineritului. Cartea dispare dup citire. +50601 Piatra diamant Poate fi transformat n diamant prin folosirea sobei de diamant a breslei. +50602 Chihlimbar Poate fi transformat n lemn fosil prin folosirea sobei breslei. +50603 Bustean fosila Poate fi transformat in lemn fosila prin folosirea sobei de lemn fosila a breslei. +50604 Minereu de cupru Poate fi transformat in cupru prin folosirea sobei de cupru a breslei. +50605 Minereu de argint Poate fi transformat in argint prin folosirea sobei de argint a breslei. +50606 Minereu de aur Poate fi transformat in aur prin folosirea sobei de aur a breslei. +50607 Minereu de Jad Poate fi transformat in jad prin folosirea sobei de jad a breslei. +50608 Minereu de Abanos Poate fi transformat in ebonita prin folosirea sobei de ebonita a breslei. +50609 Bucata de Perla Poate fi transformat n perl prin folosirea sobei de perl a breslei. +50610 Minereu de aur alb Poate fi transformat in aur alb prin folosirea sobei de aur alb a breslei. +50611 Minereu de cristal Poate fi transformat in cristal prin folosirea sobei de cristal a breslei. +50612 Minereu de Cuart Poate fi transformat in ametist prin folosirea sobei de ametist a breslei. +50613 Minereu lacrima cerului Poate fi transformat n lacrima cerului prin folosirea sobei de lacrima cerului a breslei. +50614 Minereu Cristal Suflet Folosind Topitoria Breslei, poti fabrica Cristal Suflet din acest minereu. +50615 Minereu Rubin Folosind Topitoria Breslei, poti fabrica Rubine din acest minereu. +50616 Minereu Granat Folosind Topitoria Breslei, poti fabrica Granat din acest minereu. +50617 Minereu Smarald Folosind Topitoria Breslei, poti fabrica Smarald din acest minereu. +50618 Minereu Safir Folosind Topitoria Breslei, poti fabrica Safir din acest minereu. +50619 Minereu de Turmalina Folosind Topitoria Breslei, poti fabrica Turmalina din acest minereu. +50621 Diamant Cea mai puternic piatr preioas care poate fi adugat la obiecte de bijuterie. +50622 Chihlimbar Frumosul tu chihlimbar. Poate fi adugat obiectelor de bijuterie. +50623 Lemn Fosila Lemn valoros. Poate fi adaugat obiectelor de bijuterie. +50624 Cupru Metal pretios ce poate fi folosit la fabricarea bijuteriilor si monedelor. Poate fi folosit si pentru productia bronzului. +50625 Argint Metal lucios folosit la producerea bijuteriilor. Poate fi adaugat obiectelor de bijuterie din argint. +50626 Aur Metal auriu folosit la producerea bijuteriilor. Poate fi adaugat obiectelor de bijuterie din aur. +50627 Jad Unul din mineralele valoroase folosite de peste 5000 de ani. Poate fi adaugat obiectelor de bijuterie din jad. +50628 Ebonita Acest negru si greu material de lemn este unul dintre cele mai valoroase. Poate fi adaugat acesoriilor si bijuteriilor. +50629 Perla Folosite la producerea obiectelor de bijuterie. Poate fi adaugat obiectelor de bijuterie. +50630 Aur Alb Un metal greu i alb asemntor cu aurul, folosit la fabricarea bijuteriilor. +50631 Cristal Piatra din cuart cristalin ce poate fi gasita in diferite culori. Folosita de obicei pentru bijuterii. +50632 Ametist Cuar obinuit gsit deseori n nuane purpurii. Folosit adesea la fabricarea bijuteriilor. +50633 Lacrima cerului Ploaie din cer cristalizat. Poate fi adugat obiectelor de bijuterie din lacrima cerului. +50634 Cristal Spirit Un cristal, pur ca un suflet. Poate fi folosit la fabricarea accesoriilor. +50635 Rubin Piatra pretioasa rosie cu o finisare unica. Poate fi transformata intr-o bijuterie valoroasa. +50636 Granat Piatra pretioasa portocalie cu o finisare unica. Poate fi transformata intr-o bijuterie valoroasa. +50637 Smarald Piatra pretioasa verde cu o finisare unica. Poate fi transformata intr-o bijuterie valoroasa. +50638 Safir Piatra pretioasa albastra cu o finisare unica. Poate fi transformata intr-o bijuterie valoroasa. +50639 Turmalina Aceasta piatra magica straluceste in toate culorile curcubeului. Poate fi folosita la fabricarea accesoriilor. +50701 Floare de piersic Mai demult se folosea la producerea unei creme de piele. Cercetare +50702 Floare clopoel Aceast floare este foarte rspndit i ajut foarte mult mpotriva rcelii i a tusei. Cercetare +50703 Floare kaki O legend spune c dac o femeie o poart la gt sub forma unui colier, acea femeie va avea un fiu. Cercetare +50704 Rdcin de Gango Rdcina de Gango are un efect ntritor asupra sistemului imunitar i crete rezistena corpului. Cercetare +50705 Liliac Aceast plant crete puterea de concentrare i memoria. Cercetare +50706 Ciuperci Tue Folosite rar ca leac, ele alung insomnia. Cercetare +50707 Trandafir alpin Aceast planta intareste sistemul nervos. Cercetare +50708 Dud Dudele dau putere si prospetime. Cercetare +50709 Gura leului Gura leului ajut mpotriva durerilor de gt i are un gust foarte plcut. Cercetare +50710 Scaiete Aceast floare ntrete sistemul osos. Cercetare +50711 Curmal Curmalele sunt foarte gustoase i anim n corp noi spirite ale vieii. Cercetare +50712 Planta Sam-Zi Aceast planta foarte rara are efect ntritor dac este preparat corect. Cercetare +50721 Floare de piersic Mai demult se folosea la producerea unei creme de piele. Producerea Potiunilor +50722 Floare clopoel Aceast floare este foarte rspndit i ajut mpotriva rcelii i a tusei. Producerea Potiunilor +50723 Floare kaki O legend spune, ca dac o femeie o poart n jurul gtului sub forma unui colier, acea femeie va avea un fiu. Producerea Potiunilor +50724 Rdcin de Gango Rdcina de Gango are un efect ntritor asupra sistemului imunitar i mbuntete rezistena corpului. Producerea Potiunilor +50725 Liliac Aceast plant crete puterea de concentrare i memoria. Producerea Potiunilor +50726 Ciuperci Tue Aceste ciuperci sunt folosite rar ca si leac medicinal insa ajuta impotriva insomniei. Producerea Potiunilor +50727 Trandafir alpin Aceast plant ntrete sistemul imunitar. Producerea Potiunilor +50728 Dud Dudele dau putere i prospeime. Producerea Potiunilor +50729 Gura leului Gura Leului se foloseste in vindecarea bolilor de ochi si a gatului inflamat. Producerea Potiunilor +50730 Scaiete Aceast floare ntrete sistemul osos. Producerea Potiunilor +50731 Curmal Curmalele sunt foarte gustoase i trezesc n corp noi spirite ale vieii. Producerea Potiunilor +50732 Planta Sam-Zi Aceast planta foarte rara are efect ntritor dac este preparat corect. Fabricarea licorilor +50801 Suc de floare de piersic Sucul de floare de piersic dezvolta abilitatile fizice. +50802 Suc de Floare Clopotel Aceasta licoare fcut din flori de clopoel i mrete puterea cu 5 puncte pentru 3 minute. +50803 Suc de floare kaki Sucul de floare kaki ntrete puterea de concentrare. +50804 Suc de radacina de Gango Sucul de radacina de Gango vindeca ranile usoare. +50805 Suc de liliac Acesta este un suc de liliac. +50806 Rin din ciuperci Tue Aceasta este o rin din ciuperci Tue. +50807 Suc de trandafir alpin Acesta este sucul din trandafir alpin. +50808 Suc de dud Acesta este sucul din dude. +50809 Suc de gura leului Acesta este un suc din gura leului. +50810 Suc de scaiete Acesta este sucul din scaiete. +50811 Extract de curmal Acesta este sucul din curmale. +50812 Suc din planta Sam-Zi Acesta este sucul din planta Sam-Zi +50813 Ap Sim O licoare fcuta din suc de piersici i liliac care i mrete ansa de lovitur cu 10% pentru 3 minute. +50814 Apa Dok Licoare fcut din suc de floare clopoel i liliac, care i mrete ansa cu 10% sa dai o lovitur critic pentru 3 minute. +50815 Ap Bo Aceast licoare se face din suc de floare kaki i ciuperci Tue. Ea i ntrete creierul. +50816 Ap Young Aceast licoare se face din suc de rdcin de Gango i ciuperci Tue. Ea trezete noi spirite ale vieii. +50817 Ap Zin Licoare fcut din Apa Sim i Trandafiri de Munte, care i mreste valoarea atacului cu 50 de puncte pentru 3 minute. +50818 Ap SamBo Licoare fcut din Apa Dok si Trandafiri de Munte, care i mareste aprarea cu 70 de puncte pentru 3 minute. +50819 Apa Mong Licoare fcut din Apa Bo i Dude, care i mrete aprarea magic cu 10% pentru 3 minute. +50820 Ap Hwal Licoare fcut din Apa Young si Dude, care i mareste viteza de atac cu 3 puncte pentru 3 minute. +50901 Sticl goal Se folosete pentru producerea de licori. +50902 Reet pentru nceptori O reteta ce poate fi obtinuta usor de catre incepatori. +50903 Reet O reet ce are nevoie de putina practica. +50904 Reet pt. profesioniti O reteta ce poate fi facuta corect numai de experti. +50905 Reteta pentru apa Sim O apa obtinuta din Suc de floare de piersic si Liliac. +50906 Reteta pentru apa Dok O apa obtinuta din Suc de Floare Clopotel si Liliac. +50907 Reteta pentru apa Bo O apa obtinuta din Suc de Floare Kaki si Ciuperci Tue. +50908 Reteta pentru apa Young O apa obtinuta din Suc de radacina de Gango si Ciuperci Tue. +50909 Reteta pentru apa Zin Apa obtinuta din Suc de floare de piersic, Liliac si Trandafir Alpin. +50910 Reteta pentru apa Hwal Apa obtinuta din Radacina de Gango, Ciuperci Tue si Dude. +51001 Fragment de Energie Fragment pentru un Cristal de Energie. 30 de bucati pot fi topite si unite intr-un cristal. +51002 Cristal de Energie Cristalul iti mareste bonusurile pentru doua ore. +51501 Cor Draconis (Brut) Cristalul Inima de Dragon contine o Piatra Dragon aleatoare din clasa bruta. +51502 Cor Draconis (Brut) Cristalul Inima de Dragon contine o Piatra Dragon aleatoare din clasa bruta. +51503 Cor Draconis (Normal) Cristal Inima de Dragon. Rang: normal. Contine o Piatra Dragon mat din clasa brut catre taiat. +51504 Cor Draconis (Nobil) Cristal Inima de Dragon. Rang: nobil. Contine o Piatra Dragon mat din clasa brut catre rar. +51505 Cor Draconis (Pretios) Cristal Inima de Dragon. Rang: pretios. Contine o Piatra Dragon mat din clasa brut catre antic. +51506 Cor Draconis (Mistic) Cristal Inima de Dragon. Rang: mistic. Contine o Piatra Dragon mat din clasa taiat catre legendar. +51507 Cor Draconis (Taiat) Cristalul Inima de Dragon contine o Piatra Dragon aleatoare din clasa taiata. +51508 Cor Draconis (Rar) Cristalul Inima de Dragon contine o Piatra Dragon aleatoare din clasa rara. +51509 Cor Draconis (Antic) Cristalul Inima de Dragon contine o Piatra Dragon aleatoare din clasa antica. +51510 Cor Draconis (Legendar) Cristalul Inima de Dragon contine o Piatra Dragon aleatoare din clasa legendara. +51511 Cor Diamas Cor Draconis Alb. Contine un Diamant Dragon aleatoriu. +51512 Cor Rubinum Cor Draconis Rosu. Contine un Rubin Dragon aleatoriu. +51513 Cor Jade Cor Draconis Verde. Contine un Jad Dragon aleatoriu. +51514 Cor Safir Cor Draconis Albastru. Contine un Safir Dragon aleatoriu. +51515 Cor Granat Cor Draconis Oranj. Contine un Granat Dragon aleatoriu. +51516 Cor Atrum Cor Draconis Negru. Contine un Onyx Dragon aleatoriu. +51517 Cor Diamas (Normal) Cor Draconis Alb. Rang: normal. Contine un Diamant Dragon mat din clasa brut catre taiat. +51518 Cor Rubinum (Normal) Cor Draconis Rosu. Rang: normal. Contine un Rubin Dragon mat din clasa brut catre taiat. +51519 Cor Jade (Normal) Cor Draconis Verde. Rang: normal. Contine un Jad Dragon mat din clasa brut catre taiat. +51520 Cor Safir (Normal) Cor Draconis Albastru. Rang: normal. Contine un Safir Dragon mat din clasa brut catre taiat. +51521 Cor Granat (Normal) Cor Draconis Oranj. Rang: normal. Contine un Granat Dragon mat din clasa brut catre taiat. +51522 Cor Atrum (Normal) Cor Draconis Negru. Rang: normal. Contine un Onyx Dragon mat din clasa brut catre taiat. +51523 Cor Diamas (Nobil) Cor Draconis Alb. Rang: nobil. Contine un Diamant Dragon mat din clasa brut catre rar. +51524 Cor Rubin (Nobil) Cor Draconis Rosu. Rang: nobil. Contine un Rubin Dragon mat din clasa brut catre rar. +51525 Cor Jade (Nobil) Cor Draconis Verde. Rang: nobil. Contine un Jad Dragon mat din clasa brut catre rar. +51526 Cor Safir (Nobil) Cor Draconis Albastru. Rang: nobil. Contine un Safir Dragon mat din clasa brut catre rar. +51527 Cor Granat (Nobil) Cor Draconis Oranj. Rang: nobil. Contine un Granat Dragon mat din clasa brut catre rar. +51528 Cor Atrum (Nobil) Cor Draconis Negru. Rang: nobil. Contine un Onyx Dragon mat din clasa brut catre rar. +51529 Cor Diamas (Pretios) Cor Draconis Alb. Rang: pretios. Contine un Diamant Dragon mat din clasa brut catre antic. +51530 Cor Rubin (Pretios) Cor Draconis Rosu. Rang: pretios. Contine un Rubin Dragon mat din clasa brut catre antic. +51531 Cor Jade (Pretios) Cor Draconis Verde. Rang: pretios. Contine un Jad Dragon mat din clasa brut catre antic. +51532 Cor Safit (Pretios) Cor Draconis Albastru. Rang: pretios. Contine un Safir Dragon mat din clasa brut catre antic. +51533 Cor Granat (Pretios) Cor Draconis Oranj. Rang: pretios. Contine un Granat Dragon mat din clasa brut catre antic. +51534 Cor Atrum (Pretios) Cor Draconis Negru. Rang: pretios. Contine un Onyx Dragon mat din clasa brut catre antic. +51535 Cor Diamas (Perfect) Cor Draconis Alb. Rang: perfect. Contine un Diamant Dragon mat din clasa brut catre legendar. +51536 Cor Rubinum+ (Perfect) Cor Draconis Rosu. Rang: perfect. Contine un Rubin Dragon mat din clasa brut catre legendar. +51537 Cor Jade (Perfect) Cor Draconis Verde. Rang: perfect. Contine un Jad Dragon mat din clasa brut catre legendar. +51538 Cor Safir (Perfect) Cor Draconis Albastru. Rang: perfect. Contine un Safir Dragon mat din clasa brut catre legendar. +51539 Cor Granat (Perfect) Cor Draconis Oranj. Rang: perfect. Contine un Granat Dragon mat din clasa brut catre legendar. +51540 Cor Atrum (Perfect) Cor Draconis Negru. Rang: perfect. Contine un Onyx Dragon mat din clasa brut catre legendar. +51541 Cor Draconis (Stralucit) Cristal Inima de Dragon. Rang: stralucitor. Contine o Piatra Dragon mat din clasa taiat catre rar. +51542 Cor Diamas (Stralucitor) Cor Draconis Alb. Rang: stralucitor. Contine un Diamant Dragon mat din clasa taiat catre rar. +51543 Cor Rubinum (Stralucitor) Cor Draconis Rosu. Rang: stralucitor. Contine un Rubin Dragon mat din clasa taiat catre rar. +51544 Cor Jade (Stralucitor) Cor Draconis Verde. Rang: stralucitor. Contine un Jad Dragon mat din clasa taiat catre rar. +51545 Cor Safir (Stralucitor) Cor Draconis Albastru. Rang: stralucitor. Contine un Safir Dragon mat din clasa taiat catre rar. +51546 Cor Granat (Stralucitor) Cor Draconis Oranj. Rang: stralucitor. Contine un Granat Dragon mat din clasa taiat catre rar. +51547 Cor Atrum (Stralucitor) Cor Draconis Negru. Rang: stralucitor. Contine un Onyx Dragon mat din clasa taiat catre rar. +51548 Cor Draconis (Perfect) Cristal Inima de Dragon. Rang: perfect. Contine o Piatra Dragon mat din clasa brut catre legendar. +51549 Cor Draconis (Etern) Cristal Inima de Dragon. Rang: etern. Contine o Piatra Dragon mat din clasa taiat catre antic. +51550 Cor Diamas (Etern) Cor Draconis Alb. Rang: etern. Contine un Diamant Dragon mat din clasa taiat catre antic. +51551 Cor Rubinum (Etern) Cor Draconis Rosu. Rang: etern. Contine un Rubin Dragon mat din clasa taiat catre antic. +51552 Cor Jade (Etern) Cor Draconis Verde. Rang: etern. Contine un Jad Dragon mat din clasa taiat catre antic. +51553 Cor Safir (Etern) Cor Draconis Albastru. Rang: etern. Contine un Safir Dragon mat din clasa taiat catre antic. +51554 Cor Granat (Etern) Cor Draconis Oranj. Rang: etern. Contine un Granat Dragon mat din clasa taiat catre antic. +51555 Cor Atrum (Etern) Cor Draconis Negru. Rang: etern. Contine un Onyx Dragon mat din clasa taiat catre antic. +51556 Cor Diamas (Mistic) Cor Draconis Alb. Rang: mistic. Contine un Diamant Dragon mat din clasa taiat catre legendar. +51557 Cor Rubinum (Mistic) Cor Draconis Rosu. Rang: mistic. Contine un Rubin Dragon mat din clasa taiat catre legendar. +51558 Cor Jade (Mistic) Cor Draconis Verde. Rang: mistic. Contine un Jad Dragon mat din clasa taiat catre legendar. +51559 Cor Safir (Mistic) Cor Draconis Albastru. Rang: mistic. Contine un Safir Dragon mat din clasa taiat catre legendar. +51560 Cor Granat (Mistic) Cor Draconis Oranj. Rang: mistic. Contine un Granat Dragon mat din clasa taiat catre legendar. +51561 Cor Atrum (Mistic) Cor Draconis Negru. Rang: mistic. Contine un Onyx Dragon mat din clasa taiat catre legendar. +51562 Cor Draconis (Epic) Cristal Inima de Dragon. Rang: epic. Contine o Piatra Dragon mat din clasa rar catre antic. +51563 Cor Diamas (Epic) Cor Draconis Alb. Rang: epic. Contine un Diamant Dragon mat din clasa rar catre antic. +51564 Cor Rubinum (Epic) Cor Draconis Rosu. Rang: epic. Contine un Rubin Dragon mat din clasa rar catre antic. +51565 Cor Jade (Epic) Cor Draconis Verde. Rang: epic. Contine un Jad Dragon mat din clasa rar catre antic. +51566 Cor Safir (Epic) Cor Draconis Albastru. Rang: epic. Contine un Safir Dragon mat din clasa rar catre antic. +51567 Cor Granat (Epic) Cor Draconis Oranj. Rang: epic. Contine un Granat Dragon mat din clasa rar catre antic. +51568 Cor Atrum (Epic) Cor Draconis Negru. Rang: epic. Contine un Onyx Dragon mat din clasa rar catre antic. +51569 Cor Draconis (Divin) Cristal Inima de Dragon. Rang: divin. Contine o Piatra Dragon mat din clasa rar catre legendar. +51570 Cor Diamas (Divin) Cor Draconis Alb. Rang: divin. Contine un Diamant Dragon mat din clasa rar catre legendar. +51571 Cor Rubinum (Divin) Cor Draconis Rosu. Rang: divin. Contine un Rubin Dragon mat din clasa rar catre legendar. +51572 Cor Jade (Divin) Cor Draconis Verde. Rang: divin. Contine un Jad Dragon mat din clasa rar catre legendar. +51573 Cor Safir (Divin) Cor Draconis Albastru. Rang: divin. Contine un Safir Dragon mat din clasa rar catre legendar. +51574 Cor Granat (Divin) Cor Draconis Oranj. Rang: divin. Contine un Granat Dragon mat din clasa rar catre legendar. +51575 Cor Atrum (Divin) Cor Draconis Negru. Rang: divin. Contine un Onyx Dragon mat din clasa rar catre legendar. +51576 Cor Draconis+ (Normal) Cor Draconis Puternic. Rang: normal. Contine o Piatra Dragon din clasa brut catre taiat cu un grad de claritate aleatoriu. +51577 Cor Diamas+ (Normal) Cor Draconis Puternic. Rang: normal. Contine un Diamant Dragon din clasa brut catre taiat cu un grad de claritate aleatoriu. +51578 Cor Rubin+ (Normal) Cor Draconis Puternic. Rang: normal. Contine un Rubin Dragon din clasa brut catre taiat cu un grad de claritate aleatoriu. +51579 Cor Jade+ (Normal) Cor Draconis Puternic. Rang: normal. Contine un Jad Dragon din clasa brut catre taiat cu un grad de claritate aleatoriu. +51580 Cor Safir+ (Normal) Cor Draconis Puternic. Rang: normal. Contine un Safir Dragon din clasa brut catre taiat cu un grad de claritate aleatoriu. +51581 Cor Granat+ (Normal) Cor Draconis Puternic. Rang: normal. Contine un Granat Dragon din clasa brut catre taiat cu un grad de claritate aleatoriu. +51582 Cor Atrum+ (Normal) Cor Draconis Puternic. Rang: normal. Contine un Onyx Dragon din clasa brut catre taiat cu un grad de claritate aleatoriu. +51583 Cor Draconis+ (Nobil) Cor Draconis Puternic. Rang: nobil. Contineo Piatra Dragon din clasa brut catre rar cu un grad de claritate aleatoriu. +51584 Cor Diamas+ (Nobil) Cor Draconis Puternic. Rang: nobil. Contine un Diamant Dragon din clasa brut catre rar cu un grad de claritate aleatoriu. +51585 Cor Rubin+ (Nobil) Cor Draconis Puternic. Rang: nobil. Contine un Rubin Dragon din clasa brut catre rar cu un grad de claritate aleatoriu. +51586 Cor Jade+ (Nobil) Cor Draconis Puternic. Rang: nobil. Contine un Jad Dragon din clasa brut catre rar cu un grad de claritate aleatoriu. +51587 Cor Safir+ (Nobil) Cor Draconis Puternic. Rang: nobil. Contine un Safir Dragon din clasa brut catre rar cu un grad de claritate aleatoriu. +51588 Cor Granat+ (Nobil) Cor Draconis Puternic. Rang: nobil. Contine un Granat Dragon din clasa brut catre rar cu un grad de claritate aleatoriu. +51589 Cor Atrum+ (Nobil) Cor Draconis Puternic. Rang: nobil. Contine un Onyx Dragon din clasa brut catre rar cu un grad de claritate aleatoriu. +51590 Cor Draconis+ (Pretios) Cor Draconis Puternic. Rang: pretios. Contine o Piatra Dragon din clasa brut catre antic cu un grad de claritate aleatoriu. +51591 Cor Diamas+ (Pretios) Cor Draconis Puternic. Rang: pretios. Contine un Diamant Dragon din clasa brut catre antic cu un grad de claritate aleatoriu. +51592 Cor Rubinum+ (Pretios) Cor Draconis Puternic. Rang: pretios. Contine un Rubin Dragon din clasa brut catre antic cu un grad de claritate aleatoriu. +51593 Cor Rubinum+ (Pretios) Cor Draconis Puternic. Rang: pretios. Contine un Jad Dragon din clasa brut catre antic cu un grad de claritate aleatoriu. +51594 Cor Safir+ (Pretios) Cor Draconis Puternic. Rang: pretios. Contine un Safir Dragon din clasa brut catre antic cu un grad de claritate aleatoriu. +51595 Cor Granat+ (Pretios) Cor Draconis Puternic. Rang: pretios. Contine un Granat Dragon din clasa brut catre antic cu un grad de claritate aleatoriu. +51596 Cor Atrum+ (Pretios) Cor Draconis Puternic. Rang: pretios. Contine un Onyx Dragon din clasa brut catre antic cu un grad de claritate aleatoriu. +51597 Cor Draconis+ (Perfect) Cor Draconis Puternic. Rang: perfect. Contine o Piatra Dragon din clasa brut catre legendar cu un grad de claritate aleatoriu. +51598 Cor Diamas+ (Perfect) Cor Draconis Puternic. Rang: perfect. Contine un Diamant Dragon din clasa brut catre legendar cu un grad de claritate aleatoriu. +51599 Cor Rubinum+ (Perfect) Cor Draconis Puternic. Rang: perfect. Contine un Rubin Dragon din clasa brut catre legendar cu un grad de claritate aleatoriu. +51600 Cor Jade+ (Perfect) Cor Draconis Puternic. Rang: perfect. Contine un Jad Dragon din clasa brut catre legendar cu un grad de claritate aleatoriu. +51601 Cor Safir+ (Perfect) Cor Draconis Puternic. Rang: perfect. Contine un Safir Dragon din clasa brut catre legendar cu un grad de claritate aleatoriu. +51602 Cor Granat+ (Perfect) Cor Draconis Puternic. Rang: perfect. Contine un Granat Dragon din clasa brut catre legendar cu un grad de claritate aleatoriu. +51603 Cor Atrum+ (Perfect) Cor Draconis Puternic. Rang: perfect. Contine un Onyx Dragon din clasa brut catre legendar cu un grad de claritate aleatoriu. +51604 Cor Draconis+ (Straluci) Cor Draconis Puternic. Rang: stralucitor. Contine o Piatra Dragon din clasa taiat catre rar cu un grad de claritate aleatoriu. +51605 Cor Diamas+ (Stralucitor) Cor Draconis Puternic. Rang: stralucitor. Contine un Diamant Dragon din clasa taiat catre rar cu un grad de claritate aleatoriu. +51606 Cor Rubinum+ (Stralucit) Cor Draconis Puternic. Rang: stralucitor. Contine un Rubin Dragon din clasa taiat catre rar cu un grad de claritate aleatoriu. +51607 Cor Jade+ (Stralucitor) Cor Draconis Puternic. Rang: stralucitor. Contine un Jad Dragon din clasa taiat catre rar cu un grad de claritate aleatoriu. +51608 Cor Safir+ (Stralucitor) Cor Draconis Puternic. Rang: stralucitor. Contine un Safir Dragon din clasa taiat catre rar cu un grad de claritate aleatoriu. +51609 Cor Granat+ (Stralucitor) Cor Draconis Puternic. Rang: stralucitor. Contine un Granat Dragon din clasa taiat catre rar cu un grad de claritate aleatoriu. +51610 Cor Atrum+ (Stralucitor) Cor Draconis Puternic. Rang: stralucitor. Contine un Onyx Dragon din clasa taiat catre rar cu un grad de claritate aleatoriu. +51611 Cor Draconis+ (Etern) Cor Draconis Puternic. Rang: etern. Contine o Piatra Dragon din clasa taiat catre antic cu un grad de claritate aleatoriu. +51612 Cor Diamas+ (Etern) Cor Draconis Puternic. Rang: etern. Contine un Diamant Dragon din clasa taiat catre antic cu un grad de claritate aleatoriu. +51613 Cor Rubinum+ (Etern) Cor Draconis Puternic. Rang: etern. Contine un Rubin Dragon din clasa taiat catre antic cu un grad de claritate aleatoriu. +51614 Cor Jade+ (Etern) Cor Draconis Puternic. Rang: etern. Contine un Jad Dragon din clasa taiat catre antic cu un grad de claritate aleatoriu. +51615 Cor Safir+ (Etern) Cor Draconis Puternic. Rang: entern. Contine un Safir Dragon din clasa taiat catre antic cu un grad de claritate aleatoriu. +51616 Cor Granat+ (Etern) Cor Draconis Puternic. Rang: entern. Contine un Granat Dragon din clasa taiat catre antic cu un grad de claritate aleatoriu. +51617 Cor Atrum+ (Etern) Cor Draconis Puternic. Rang: etern. Contine un Onyx Dragon din clasa taiat catre antic cu un grad de claritate aleatoriu. +51618 Cor Draconis+ (Mistic) Cor Draconis Puternic. Rang: mistic. Contine o Piatra Dragon din clasa taiat catre legendar cu un grad de claritate aleatoriu. +51619 Cor Diamas+ (Mistic) Cor Draconis Puternic. Rang: mistic. Contine un Diamant Dragon din clasa taiat catre legendar cu un grad de claritate aleatoriu. +51620 Cor Rubinum+ (Mistic) Cor Draconis Puternic. Rang: mistic. Contine un Rubin Dragon din clasa taiat catre legendar cu un grad de claritate aleatoriu. +51621 Cor Jade+ (Mistic) Cor Draconis Puternic. Rang: mistic. Contine un Jad Dragon din clasa taiat catre legendar cu un grad de claritate aleatoriu. +51622 Cor Safir+ (Mistic) Cor Draconis Puternic. Rang: mistic. Contine un Safir Dragon din clasa taiat catre legendar cu un grad de claritate aleatoriu. +51623 Cor Granat+ (Mistic) Cor Draconis Puternic. Rang: mistic. Contine un Granat Dragon din clasa taiat catre legendar cu un grad de claritate aleatoriu. +51624 Cor Atrum+ (Mistic) Cor Draconis Puternic. Rang: mistic. Contine un Onyx Dragon din clasa taiat catre legendar cu un grad de claritate aleatoriu. +51625 Cor Draconis+ (Epic) Cor Draconis Puternic. Rang: epic. Contine o Piatra Dragon din clasa rar catre antic cu un grad de claritate aleatoriu. +51626 Cor Diamas+ (Epic) Cor Draconis Puternic. Rang: epic. Contine un Diamant Dragon din clasa rar catre antic cu un grad de claritate aleatoriu. +51627 Cor Rubinum+ (Epic) Cor Draconis Puternic. Rang: epic. Contine un Rubin Dragon din clasa rar catre antic cu un grad de claritate aleatoriu. +51628 Cor Jade+ (Epic) Cor Draconis Puternic. Rang: epic. Contine un Jad Dragon din clasa rar catre antic cu un grad de claritate aleatoriu. +51629 Cor Safir+ (Epic) Cor Draconis Puternic. Rang: epic. Contine un Safir Dragon din clasa rar catre antic cu un grad de claritate aleatoriu. +51630 Cor Granat+ (Epic) Cor Draconis Puternic. Rang: epic. Contine un Granat Dragon din clasa rar catre antic cu un grad de claritate aleatoriu. +51631 Cor Atrum+ (Epic) Cor Draconis Puternic. Rang: epic. Contine un Onyx Dragon din clasa rar catre antic cu un grad de claritate aleatoriu. +51632 Cor Draconis+ (Divin) Cor Draconis Puternic. Rang: divin. Contine o Piatra Dragon din clasa rar catre legendar cu un grad de claritate aleatoriu. +51633 Cor Diamas+ (Divin) Cor Draconis Puternic. Rang: divin. Contine un Diamant Dragon din clasa rar catre legendar cu un grad de claritate aleatoriu. +51634 Cor Rubinum+ (Divin) Cor Draconis Puternic. Rang: divin. Contine un Rubin Dragon din clasa rar catre legendar cu un grad de claritate aleatoriu. +51635 Cor Jade+ (Divin) Cor Draconis Puternic. Rang: divin. Contine un Jad Dragon din clasa rar catre legendar cu un grad de claritate aleatoriu. +51636 Cor Safir+ (Divin) Cor Draconis Puternic. Rang: divin. Contine un Safir Dragon din clasa rar catre legendar cu un grad de claritate aleatoriu. +51637 Cor Granat+ (Divin) Cor Draconis Puternic. Rang: divin. Contine un Granat Dragon din clasa rar catre legendar cu un grad de claritate aleatoriu. +51638 Cor Atrum+ (Divin) Cor Draconis Puternic. Rang: divin. Contine un Onyx Deagon din clasa rar catre legenda cu un grad de claritate aleatoriu. +51639 Cufar Dragon Cufarul albastru azuriu contine unsprezece Cor Draconis normal. +51640 Cufar Dragon+ Cufarul albastru azuriu contine unsprezece Cor Draconis de rang "normal" dar si Fasole Dragon Verde. +51641 Cufar Dragon+ (MultiCol) Cufarul albastru azuriu contine un Cor Draconis in fiecare culoare de rang "normal" dar si Fasole Dragon Verde. +51642 Cufar Dragon (MultiCol) Cufarul albastru azuriu contine un Cor Draconis normal in fiecare culoare dar si Fasole Dragon Verde. +51643 Cufar Dragon Nobil Cufarul albastru azuriu contine unsprezece Cor Draconis nobil. +51644 Cufar Dragon Nobil+ Cufarul albastru azuriu contine unsprezece Cor Draconis de rang "nobil" in fiecare culoare dar si Fasole Dragon Verde. +51645 Cuf Drag Nobil+ (MultiC) Cufarul albastru azuriu contine un Cor Draconis de rang "nobil" in fiecare culoare dar si Fasole Dragon Verde. +51646 Cuf Drag Nobil (MultiC) Cufarul albastru azuriu contine un Cor Draconis nobil in fiecare culoare dar si Fasole Dragon Verde. +52001 Mistret Salb Mic (sig) Sigiliul foloseste la chemarea Mistretului Salbatic Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 5% mai multa putere impotriva monstrilor. +52002 Mistret Salb Mic (sig) Sigiliul foloseste la chemarea Mistretului Salbatic Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 5% mai multa colectare de experienta. +52003 Mistret Salb Mic (sig) Sigiliul foloseste la chemarea Mistretului Salbatic Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 500 mai multe PV. +52004 Mistret Salb Mic (sig) Sigiliul foloseste la chemarea Mistretului Salbatic Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 150 mai multa aparare. +52005 Mistret Salb Mic (sig) Sigiliul foloseste la chemarea Mistretului Salbatic Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 100 mai multa putere de atac. +52006 Mistret Salbatic (sig) Sigiliul foloseste la chemarea Mistretului Salbatic. Acesta iti va oferi +3% mai multa putere impotriva monstrilor. +52007 Mistret Salbatic (sig) Sigiliul foloseste la chemarea Mistretului Salbatic. Acesta iti va oferi +3% mai multa colectare de experienta. +52008 Mistret Salbatic (sig) Sigiliul foloseste la chemarea Mistretului Salbatic. Acesta iti va oferi 250 mai multe PV. +52009 Mistret Salbatic (sig) Sigiliul foloseste la chemarea Mistretului Salbatic. Acesta iti va oferi 50 mai multa aparare. +52010 Mistret Salbatic (sig) Sigiliul foloseste la chemarea Mistretului Salbatic. Acesta iti va oferi 30 mai multa putere de atac. +52011 Mistret Salb Curaj (sig) Sigiliul foloseste la chemarea Mistretului Salbatic Curajos. Acesta iti va oferi +5% mai multa putere impotriva monstrilor. +52012 Mistret Salb Curaj (sig) Sigiliul foloseste la chemarea Mistretului Salbatic Curajos. Acesta iti va oferi +5% mai multa colectare de experienta. +52013 Mistret Salb Curaj (sig) Sigiliul foloseste la chemarea Mistretului Salbatic Curajos. Acesta iti va oferi 500 mai multe PV. +52014 Mistret Salb Curaj (sig) Sigiliul foloseste la chemarea Mistretului Salbatic Curajos. Acesta iti va oferi 150 mai multa aparare. +52015 Mistret Salb Curaj (sig) Sigiliul foloseste la chemarea Mistretului Salbatic Curajos. Acesta iti va oferi 100 mai multa putere de atac. +52016 Lup Mic (sigiliu) Sigiliul foloseste la chemarea Lupului Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 5% mai multa putere impotriva monstrilor. +52017 Lup Mic (sigiliu) Sigiliul foloseste la chemarea Lupului Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 5% mai multa colectare de experienta. +52018 Lup Mic (sigiliu) Sigiliul foloseste la chemarea Lupului Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 500 mai multe PV. +52019 Lup Mic (sigiliu) Sigiliul foloseste la chemarea Lupului Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 150 mai multa aparare. +52020 Lup Mic (sigiliu) Sigiliul foloseste la chemarea Lupului Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 100 mai multa putere de atac. +52021 Lup Salbatic (sigiliu) Sigiliul foloseste la chemarea Lupului Salbatic. Acesta iti va oferi +3% mai multa putere impotriva monstrilor. +52022 Lup Salbatic (sigiliu) Sigiliul foloseste la chemarea Lupului Salbatic. Acesta iti va oferi +3% mai multa colectare de experienta. +52023 Lup Salbatic (sigiliu) Sigiliul foloseste la chemarea Lupului Salbatic. Acesta iti va oferi 250 mai multe PV. +52024 Lup Salbatic (sigiliu) Sigiliul foloseste la chemarea Lupului Salbatic. Acesta iti va oferi 50 mai multa aparare. +52025 Lup Salbatic (sigiliu) Sigiliul foloseste la chemarea Lupului Salbatic. Acesta iti va oferi 30 mai multa putere de atac. +52026 Lup Curajos (sigiliu) Sigiliul foloseste la chemarea Lupului Curajos. Acesta iti va oferi +5% mai multa putere impotriva monstrilor. +52027 Lup Curajos (sigiliu) Sigiliul foloseste la chemarea Lupului Curajos. Acesta iti va oferi +5% mai multa colectare de experienta. +52028 Lup Curajos (sigiliu) Sigiliul foloseste la chemarea Lupului Curajos. Acesta iti va oferi 500 mai multe PV. +52029 Lup Curajos (sigiliu) Sigiliul foloseste la chemarea Lupului Curajos. Acesta iti va oferi pana la 150 mai multa aparare. +52030 Lup Curajos (sigiliu) Sigiliul foloseste la chemarea Lupului Curajos. Acesta iti va oferi 100 mai multa putere de atac. +52031 Leu Mic (sigiliu) Sigiliul foloseste la chemarea Leului Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 5% mai multa putere impotriva monstrilor. +52032 Leu Mic (sigiliu) Sigiliul foloseste la chemarea Leului Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 5% mai multa colectare de experienta. +52033 Leu Mic (sigiliu) Sigiliul va folosi la chemarea Leului Mic. Dupa antrenamentul de lupta, acesta iti va creste cu pana la 500 PV. +52034 Leu Mic (sigiliu) Sigiliul foloseste la chemarea Leului Mic, Dupa antrenamentul de lupta, acesta iti va creste apararea cu pana la 150. +52035 Leu Mic (sigiliu) Sigiliul foloseste la chemarea Leului Mic. Dupa antrenamentul de lupta, acesta iti va creste puterea de atac cu pana la 100. +52036 Leu Salbatic (sigiliu) Sigiliul foloseste la chemarea Leului Salbatic. Acesta iti va oferi +3% mai multa putere impotriva monstrilor. +52037 Leu Salbatic (sigiliu) Sigiliul foloseste la chemarea Leului Salbatic. Acesta iti va oferi +3% mai multa colectare de experienta. +52038 Leu Salbatic (sigiliu) Sigiliul foloseste la chemarea Leului Salbatic. Acesta iti va creste PV cu 250. +52039 Leu Salbatic (sigiliu) Sigiliul foloseste la chemarea Leului Salbatic. Acesta iti va creste apararea cu 50. +52040 Leu Salbatic (sigiliu) Sigiliul foloseste la chemarea Leului Salbatic. Acesta iti va creste puterea de atac cu 30. +52041 Leu Curajos (sigiliu) Sigiliul foloseste la chemarea Leului Curajos. Acesta iti va oferi +5% mai multa putere impotriva monstrilor. +52042 Leu Curajos (sigiliu) Sigiliul foloseste la chemarea Leului Curajos. Acesta iti va oferi +5% mai multa colectare de experienta. +52043 Leu Curajos (sigiliu) Sigiliul foloseste la chemarea Leului Curajos. Acesta iti va creste PV cu 500. +52044 Leu Curajos (sigiliu) Sigiliul foloseste la chemarea Leului Curajos. Acesta iti va creste apararea cu 150. +52045 Leu Curajos (sigiliu) Sigiliul foloseste la chemarea Leului Curajos. Acesta iti va creste puterea de atac cu 100. +52046 Tigru Mic (sigiliu) Sigiliul foloseste la chemarea Tigrului Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 5% mai multa putere impotriva monstrilor. +52047 Tigru Mic (sigiliu) Sigiliul foloseste la chemarea Tigrului Mic. Dupa antrenamentul de lupta, acesta iti va oferi pana la 5% mai multa colectare de experienta +52048 Tigru Mic (sigiliu) Sigiliul foloseste la chemarea Tigrului Mic. Dupa antrenamentul de lupta, acesta iti va creste PV cu pana la 500. +52049 Tigru Mic (sigiliu) Sigiliul foloseste la chemarea Tigrului Mic. Dupa antrenamentul de lupta, acesta iti va creste apararea cu pana la 150. +52050 Tigru Mic (sigiliu) Iti poti chema Tigrul Mic cu acest sigiliu. Dupa antrenamentul de lupta, acesta iti va creste puterea de atac cu pana la 100. +52051 Tigru Salbatic (sigiliu) Iti poti chema Tigrul Salbatic cu acest sigiliu. Acesta iti va oferi +3% putere impotriva monstrilor. +52052 Tigru Salbatic (sigiliu) Iti poti chema Tigrul Salbatic cu acest sigiliu. Acesta iti va creste colectarea punctelor de experienta cu 3%. +52053 Tigru Salbatic (sigiliu) Iti poti chema Tigrul Salbatic cu acest sigiliu. Acesta iti va creste cu 250 PV. +52054 Tigru Salbatic (sigiliu) Iti poti chema Tigrul Salbatic cu acest sigiliu. Acesta iti va creste apararea cu 50. +52055 Tigru Salbatic (sigiliu) Iti poti chema Tigrul Salbatic cu acest sigiliu. Acesta iti va creste puterea de atac cu 30. +52056 Tigru Curajos (sigiliu) Iti poti chema Tigrul Curajos cu acest sigiliu. Acesta iti va oferi +5% putere impotriva monstrilor. +52057 Tigru Curajos (sigiliu) Iti poti chema Tigrul Curajos cu acest sigiliu. Acesta iti va creste cu 5% colectarea punctelor de experienta. +52058 Tigru Curajos (sigiliu) Iti poti chema Tigrul Curajos cu acest sigiliu. Acesta iti va creste cu 500 PV. +52059 Tigru Curajos (sigiliu) Iti poti chema Tigrul Curajos cu acest sigiliu. Acesta iti va creste apararea cu 150. +52060 Tigru Curajos (sigiliu) Iti poti chema Tigrul Curajos cu acest sigiliu. Acesta iti va creste cu 100 puterea de atac. +52061 Ren Tanar (sigiliu) Iti poti chema Renul Tanar (M) cu acest sigiliu. Dupa antrenamentul de lupta, iti ofera 5% putere impotriva monstrilor. +52062 Ren Tanar (sigiliu) Iti poti chema Renul Tanar (M) cu acest sigiliu. Dupa antrenamentul de lupta, iti va creste pana la 5% colectionarea experientei. +52063 Ren Tanar (sigiliu) Iti poti chema Renul Tanar (M) cu acest sigiliu. Dupa antrenamentul de batalie, iti va oferi 500 mai mult PV. +52064 Ren Tanar (sigiliu) Iti poti chema renul Tanar (M) cu acest sigiliu. Dupa antrenamentul de batalie, iti va creste apararea pana la 150. +52065 Ren Tanar (sigiliu) Iti poti chema Renul Tanar (M) cu acest sigiliu. Dupa antrenamentul de batalie, iti va creste pana la 100 puterea de atac. +52066 Sigiliu Ren Salbatic Cu acest sigiliu iti chemi renul salbatic (m). Iti ofera +3% putere impotriva monstrilor. +52067 Sigiliu Ren Salbatic Cu acest sigiliu iti chemi renul salbatic (m). Iti creste cu +3% adunarea experientei. +52068 Ren Salbatic (sigiliu) Iti poti chema Renul Salbatic (M) cu acest sigiliu. Acesta iti va oferi 250 PV. +52069 Ren Salbatic (sigiliu) Iti poti chema Renul Salbatic (M) cu acest sigiliu. Acesta iti va creste apararea cu 50. +52070 Ren Salbatic (sigiliu) Iti poti chema Renul Salbatic (M) cu acest sigiliu. Acesta iti va creste cu 30 puterea atacului. +52071 Ren Curajos (sigiliu) Cu acest sigiliu iti chemi renul curajos (m). Iti ofera +5% putere impotriva monstrilor. +52072 Ren Curajos (sigiliu) Cu acest sigiliu iti chemi renul salbatic (m). Iti creste cu +5% adunarea experientei. +52073 Ren Curajos (sigiliu) Iti poti chema Renul Curajos (M) cu acest sigiliu. Acesta iti va oferi 500 PV. +52074 Ren Curajos (sigiliu) Iti poti chema Renul Curajos (M) cu acest sigiliu. Acesta iti va creste apararea cu 150. +52075 Ren Curajos (sigiliu) Iti poti chema Renul Curajos (M) cu acest sigiliu. Acesta iti va creste cu 100 puterea de atac. +52076 Ren Tanar (sigiliu) Cu acest sigiliu iti poti chema Renul Tanar (F). Dupa antrenamentul de batalie, aceasta iti va da pana la 5% putere impotriva monstrilor. +52077 Ren Tanar (sigiliu) Iti poti chema Renul Tanar (F) cu acest sigiliu. Dupa antrenamentul de lupta, aceasta iti va creste colectarea punctelor de experienta cu pana la 5%. +52078 Ren Tanar (sigiliu) Iti poti chema Renul Tanar (F) cu acest sigiliu. Dupa antrenamentul de lupta, aceasta iti va da cu pana la 500 mai mult PV. +52079 Ren Tanar (sigiliu) Iti poti chema Renul Tanar (F) cu acest sigiliu. Dupa antrenamentul de lupta, aceasta iti va creste apararea cu pana la 150. +52080 Ren Tanar (sigiliu) Iti poti chema Renul Tanar (F) cu acest sigiliu. Dupa antrenamentul de lupta, aceasta iti va creste puterea de atac cu pana la 100. +52081 Ren Salbatic (sigiliu) Cu acest sigiliu iti chemi renul salbatic (f). Iti ofera +3% putere impotriva monstrilor. +52082 Ren Salbatic (sigiliu) Iti poti chema Renul Salbatic (F) cu acest sigiliu. Aceasta iti va creste colectarea punctelor de experienta cu 3%. +52083 Ren Salbatic (sigiliu) Iti poti chema Renul Salbatic (F) cu acest sigiliu. Aceasta iti va creste cu 250 PV. +52084 Ren Salbatic (sigiliu) Iti poti chema Renul Salbatic (F) cu acest sigiliu. Aceasta iti va creste apararea cu 50. +52085 Ren Salbatic (sigiliu) Iti poti chema Renul Salbatic (F) cu acest sigiliu. Aceasta iti va creste puterea de atac cu 30. +52086 Ren Curajos (sigiliu) Cu acest sigiliu iti chemi renul salbatic (f). Iti creste cu +5% adunarea experientei. +52087 Ren Curajos (sigiliu) Iti poti chema Renul Curajos (F) cu acest sigiliu. Aceasta iti va creste colectarea punctelor de experienta cu 5%. +52088 Ren Curajos (sigiliu) Iti poti chema Renul Curajos (F) cu acest sigiliu. Aceasta iti va creste cu 500 PV. +52089 Ren Curajos (sigiliu) Iti poti chema Renul Curajos (F) cu acest sigiliu. Aceasta iti va creste apararea cu 150. +52090 Ren Curajos (sigiliu) Iti poti chema Renul Curajos (F) cu acest sigiliu. Aceasta iti va creste puterea de atac cu 100. +52091 Sigiliu Dragor Tanar Cu ajutorul acestui siguliu il chemi pe Tanarul Dragor. In urma antrenamentului, acesta va oferi calaretului sau pana la 5% putere impotriva monstrilor. +52092 Sigiliu Dragor Tanar Cu ajutorul acestui siguliu il chemi pe Tanarul Dragor. In urma antrenamentului, acesta va creste calaretului sau punctele de experienta cu pana la 5%. +52093 Sigiliu Dragor Tanar Cu ajutorul acestui siguliu il chemi pe Tanarul Dragor. In urma antrenamentului, acesta va creste calaretului sau PV-ul cu pana la 500. +52094 Sigiliu Dragor Tanar Cu ajutorul acestui siguliu il chemi pe Tanarul Dragor. In urma antrenamentului, acesta va creste apararea calaretului sau cu pana la 150. +52095 Sigiliu Dragor Tanar Cu ajutorul acestui siguliu il chemi pe Tanarul Dragor. In urma antrenamentului, acesta va creste atacul calaretului sau cu pana la 100. +52096 Sigiliu Dragor Salbatic Cu ajutorul acestui siguliu il chemi pe Salbaticul Dragor. Acesta va oferi calaretului sau 3% putere impotriva monstrilor. +52097 Sigiliu Dragor Salbatic Cu ajutorul acestui siguliu il chemi pe Salbaticul Dragor. Acesta va creste calaretului sau punctele de experienta cu 3%. +52098 Sigiliu Dragor Salbatic Cu ajutorul acestui siguliu il chemi pe Salbaticul Dragor. Acesta va creste calaretului sau PV-ul cu 250. +52099 Sigiliu Dragor Salbatic Cu ajutorul acestui siguliu il chemi pe Salbaticul Dragor. Acesta va creste apararea calaretului sau cu 50. +52100 Sigiliu Dragor Salbatic Cu ajutorul acestui siguliu il chemi pe Salbaticul Dragor. Acesta va creste atacul calaretului sau cu 30. +52101 Sigiliu Dragor Curajos Cu ajutorul acestui siguliu il chemi pe Curajosul Dragor. Acesta va oferi calaretului sau 5% putere impotriva monstrilor. +52102 Sigiliu Dragor Curajos Cu ajutorul acestui siguliu il chemi pe Curajosul Dragor. Acesta va creste calaretului sau punctele de experienta cu 5%. +52103 Sigiliu Dragor Curajos Cu ajutorul acestui siguliu il chemi pe Curajosul Dragor. Acesta va creste calaretului sau PV-ul cu 500. +52104 Sigiliu Dragor Curajos Cu ajutorul acestui siguliu il chemi pe Curajosul Dragor. Acesta va creste apararea calaretului sau cu 150. +52105 Sigiliu Dragor Curajos Cu ajutorul acestui siguliu il chemi pe Curajosul Dragor. Acesta va creste atacul calaretului sau cu 100. +52106 Moa Tanar (Sigiliu) Sigiliul il cheama pe Moa Tanar. Dupa antrenamentul de batalie, acesta ii va creste calaretului sau puterea impotriva monstrilor pana la 5%. +52107 Moa Tanar (Sigiliu) Sigiliul il cheama pe Moa Tanar. Dupa antrenamentul de batalie, acesta ii va creste calaretului sau colectarea punctelor de experienta pana la 5%. +52108 Moa Tanar (Sigiliu) Sigiliul il cheama pe Moa Tanar. Dupa antrenamentul de batalie, acesta ii va creste calaretului sau PV-ul pana la 500. +52109 Moa Tanar (Sigiliu) Sigiliul il cheama pe Moa Tanar. Dupa antrenamentul de batalie, acesta ii va creste calaretului sau valoarea apararii pana la 150. +52110 Moa Tanar (Sigiliu) Sigiliul il cheama pe Moa Tanar. Dupa antrenamentul de batalie, acesta ii va creste calaretului sau valoarea de atac pana la 100. +52111 Moa Salbatic (Sigiliu) Sigiliul il cheama pe Moa Salbatic. Acesta ii ofera calaretului sau +3% putere impotriva monstrilor. +52112 Moa Salbatic (Sigiliu) Sigiliul il cheama pe Moa Salbatic. Acesta ii ofera calaretului sau colectarea punctelor de experienta cu 3%. +52113 Moa Salbatic (Sigiliu) Sigiliul il cheama pe Moa Salbatic. Acesta ii creste calaretului sau PV-ul cu 250. +52114 Moa Salbatic (Sigiliu) Sigiliul il cheama pe Moa Salbatic. Acesta ii creste calaretului sau valoarea apararii cu 50. +52115 Moa Salbatic (Sigiliu) Sigiliul il cheama pe Moa Salbatic. Acesta ii creste calaretului sau valoarea atacului cu 30. +52116 Moa Curajos (Sigiliu) Sigiliul il cheama pe Moa Curajos. Acesta ii ofera calaretului sau +5% putere impotriva monstrilor. +52117 Moa Curajos (Sigiliu) Sigiliul il cheama pe Moa Curajos. Acesta ii creste calaretului sau colectarea punctelor de experienta cu 5%. +52118 Moa Curajos (Sigiliu) Sigiliul il cheama pe Moa Curajos. Acesta ii creste calaretului sau PV-ul cu 500. +52119 Moa Curajos (Sigiliu) Sigiliul il cheama pe Moa Curajos. Acesta ii creste calaretului sau valoarea apararii cu 150. +52120 Moa Curajos (Sigiliu) Sigiliul il cheama pe Moa Curajos. Acesta ii creste calaretului sau valoarea atacului cu 100. +52701 Autorizatie pt Leu Certificat de Proprietate pentru Leu Mic +52702 Autorizatie pt Tigru Certificat de Proprietate pentru Tigru Mic +52703 Autorizatie pt Mistret Certificat de Proprietate pentru Mistret Salbatic Mic +52704 Autorizatie pt Lup Certificat de Proprietate pentru Lup Mic +52705 Autorizatie pt Ren (M) Certificat de Proprietate pentru Ren Tanar (M) +52706 Autorizatie pt Ren (F) Certificat de Proprietate pentru Ren Tanar (F) +52707 Certificat Dragor Certificat de Proprietate pentru Dragor Tanar +52708 Certificat Moa Acest certificat confirma ca tu esti posesorul Tanarului Moa. +53001 +53002 Sigiliu Pui de Ren Poti chema dragutul Pui de Ren cu acest sigiliu. +53003 Sigiliu Phoenix de Gheata Poti folosi acest sigiliu pentru a-ti chema prietenul, Phoenix de Gheata. +53005 Baby Azrael Versiunea mini a liderului demonilor este extrem de iubitoare si iti va oferi un bonus de 1500 PV si 15% daune incepand cu etajul 2 din Turnul Demonilor si Catacomba Diavolului. +53006 Baby Azrael (aur) Acest mini demon este extrem de iubitor si iti va oferi un bonus de 1500 PV si 15% daune incepand cu etajul 2 din Turnul Demonilor si Catacomba Diavolului. +53007 Sigiliu Bambi Poti folosi acest sigiliu pentru a-ti chema renul cel tanar, Bambi. +53008 Sigiliu Knuud Acest sigiliu iti ofera posibilitatea sumonarii puiului de urs. +53009 Sigiliu Bao Bao Acest sigiliu iti ofera posibilitatea sumonarii puiului de panda. +53010 Sigiliu Leonidas Poti folosi acest sigiliu pentru a-ti chema puiul de leu, Leonidas. +53011 Sigiliu Khan Poti folosi acest sigiliu pentru a-ti chema puiul de tigru, Khan. +53012 Sigiliu Porcusor Poti folosi acest sigiliu pentru a-ti chema tanarul mistret, Porcusor. +53013 Sigiliu Rufus Poti folosi acest sigiliu pentru a-ti chema puiul de lup, Rufus. +53014 Sigiliu Mini Executor Acest sigiliu te ajuta sa-l chemi pe dolofanul Mini Executor in armura neagra. +53015 Sig. Mini Executor(aur) Acest sigiliu te ajuta sa-l chemi pe dolofanul Mini Executor in armura aurie. +53016 Sigiliu de Os Acest sigiliu te ajuta sa-l chemi pe catelul osos. +53017 Sigiliu Phoenix de Jad Acest sigiliu il cheama pe gratiosul Phoenix de Jad. +53018 Leonidas Alb (Sigiliu) Poti folosi acest sigiliu pentru a-l chema pe insotitorul tau. +53019 Arctis Khan (Sigiliu) Poti folosi acest sigiliu pentru a-l chema pe insotitorul tau. +53020 Porkie Polar (Sigiliu) Poti folosi acest sigiliu pentru a-l chema pe insotitorul tau. +53021 Rufus de Gheata (Sigil.) Poti folosi acest sigiliu pentru a-l chema pe insotitorul tau. +53022 Sigiliu Sheldon Sigiliul il lasa pe animalutul tau Sheldon sa iasa din ou. +53023 Sigiliu Cooper Sigiliul il aduce topiand pe animalutul Cooper. +53024 Pantera Pui (7 zile) Cu acest sigiliu vei chema Puiul de Pantera. +53025 Leopard Pui (7 zile) Cu acest sigiliu vei chema Puiul de Leopard. +53026 +53218 Pantera Pui (30 zile) Cu acest sigiliu vei chema Puiul de Pantera. +53219 Pantera Pui (120 zile) Cu acest sigiliu vei chema Puiul de Pantera. +53220 Leopard Pui (30 zile) Cu acest sigiliu vei chema Puiul de Leopard. +53221 Leopard Pui (120 zile) Cu acest sigiliu vei chema Puiul de Leopard. +53222 Sigiliu Cap de Dovleac Poti folosi acest sigiliu pentru a sumona un Cap de Dovleac. +53223 Sigiliu Coada de Matura Poti folosi acest sigiliu pentru a sumona o Coada de Matura. +53224 Sigiliu Fulg de Nea Foloseste acest sigiliu pentru a-l chema pe Fulg de Zapada, micul om de zapada. +53225 Sigiliu Clopotel de Nea Foloseste acest sigiliu pentru a-l chema pe Clopotel de Nea, micul om de zapada. +53226 Amoras (Sigiliu) Poti folosi acest sigiliu pentru a-l chema pe insotitorul tau. Iti ofera 5% sanse in plus la lovitura patrunzatoare si iti mareste PV cu 1500. +53227 Inima Iute (Sigiliu) Poti folosi acest sigiliu pentru a-l chema pe insotitorul tau, Inima Iute. Iti ofera 5% sanse in plus la lovitura critica si iti mareste PV cu 1500. +53228 Semiluna (Sigiliu) Foloseste acest sigiliu pentru a chema Semiluna Albastra. +53229 Semiluna (Sigiliu) Foloseste acest sigiliu pentru a chema Semiluna Rosie. +53232 Micul Huashin Versiunea in miniatura a Generalului Huashin iti ofera 5% sansa in plus de a prinde o lovitura patrunzatoare si creste PV-ul cu 1500. +53501 +53502 Cufarul Puiului de Ren Puiul de Ren asteapta nerabdator in cufar pentru a-l lasa sa iasa. +53503 Colivia Phoenix de Gheata Phoenix de Gheata te asteapta in colivia sa pentru a-l elibera. +53504 +53505 Cufar Baby Azrael Baby Azrael, varianta in miniatura a lordului demon, este gata sa se arate din cufar. +53506 Baby Azrael (Aur) Baby Azrael (Aur), varianta in miniatura a lordului demon, este gata sa se arate din cufar. +53507 Cufar Bambi Tanarul Bambi este nerabdator sa iasa din cufar. +53508 Cufar Knuud Tanarul urs polar Knuud este nerabdator sa iasa din cufar. +53509 Cufar Bao Bao Tanarul panda Bao Bao este nerabdator sa iasa din cufar. +53510 Cufar Leonidas Micul pui de leu, Leonidas, este nerabdator sa iasa din cufar. +53511 Cufar Khan Tanarul tigru Khan este nerabdator sa iasa din cufar. +53512 Cufar Porcusor Tanarul Porcusor este nerabdator sa fie eliberat din cufar. +53513 Cufar Rufus Tanarul pui de lup Rufus este nerabdator sa iasa din cufar. +53514 Cufar Mini Executor Tanarul Mini Executor este nerabdator sa iasa din cufar si sa-si arate armura sa neagra. +53515 Cufar Mini Executor(Aur) Tanarul Mini Executore este nerabdator sa iasa din cufar si sa-si arate armura sa aurie. +53516 Cufar de Oase Contine un obiect aleatoriu. Cu putin noroc poti gasi inauntru catelusul skelet, Boney. +53517 Colivie de Jad Gratiosul Phoenix de Jad te asteapta in colivia sa pentru a-l elibera. +53518 Leonidas Alb Cufarul contine un Sigiliu Leonidas Alb. +53519 Arctis Khan Cufarul contine un Sigiliu Arctis Khan. +53520 Porkie Polar Cufarul contine un Sigiliu Porkie Polar. +53521 Rufus de Gheata Cufarul contine un Sigiliu Rufus de Gheata. +53522 Ascunzatoare Sheldon Animalutul tau Sheldon se ascunde in ascunzatoarea sa. +53523 Cusca de Iepure Micutul iepuras Cooper se ascunde in cusca. +53526 +53527 Cusca Cap de Dovleac Deschide aceasta cusca pentru a primi un Sigiliu Cap de Dovleac. +53528 Dulap cu Maturi Deschide acest dulap pentru a primi un Sigiliu Coada de Matura. +53529 Cufar Fulg de Nea Fulg de Nea, companionul micut si simpatic, te asteapta in cufar. Desi prefera frigul, iti va incalzi sufletul cu prezenta sa. +53530 Cufar Clopotel de Nea Clopotel de Nea, companionul micut si simpatic, te asteapta in cufar. Elibereaza-l din stransoarea inghetata si lasa-l sa te alinte cu temperamentul sau cald. +53531 Cufar Amoras Deschide cufarul si Amoras, micul Zeu al iubirii, iti vine in ajutor. +53532 Cufar Inima Iute Deschide cufarul si elibereaza aceasta inima. Dar ai grija! Vei fi invaluit de forte inimaginabile cu acest insotitor dezlantuit. +53533 Cufar Semiluna Semiluna Albastra este nerabdatoare sa iasa din acest cufar. +53534 Cufar Semiluna Semiluna Rosie este nerabdatoare sa iasa din acest cufar. +53535 Cufar Micul Huashin Versiunea in miniatura a Generalului Huashin asteapta sa iasa din acest cufar. +54041 +54042 +54043 Cufar Incepator I Cadoul de intampinare contine exhipament de baza pentru a avea un start optim in aceasta aventura. +60001 Fiere Lichid obtinut din ficat. +60002 Nota Paznic Depozit Scrisoarea paznicului Depozitului +60003 Simbol Eroic Un Item greu de castigat. +70002 A Treia Mana O mn care primete automat Yang. +70003 Cartea Comandantului Atata timp cat liderul unui grup este echipat cu aceasta carte, toti membrii grupului primesc cu 30% mai multe puncte de experienta. +70004 Medalia hrniciei Recompensa pentru munca ta. i d 20% mai multe puncte experien n lupt. +70005 Inelul Experientei Aduni n lupt cu 50% mai multe puncte de experien. +70006 Inelul limbilor n vremuri de demult realizat pentru diplomaie. Folosete-l pentru a vorbi cu oameni din alte regate. +70008 Steag alb Steagul alb semnalizeaz capitularea. +70009 Cufar Pretios Un cufar frumos ornamentat ce poate fi deschis numai cu o cheie speciala. +70010 Bilet pentru Depozit Un document ce ajuta la gestionarea depozitului. +70012 Lacrima zeiei Se spune c btrnele amane consoleaz sufletelor eroilor din Taehwas care au nfrnt rul. +70013 Lacrima zeiei uriae Lacrima btrnei dansatoare Tae-Hwa consoleaz sufletul unui rzboinic. +70014 Pastila de snge Pastil din snge de cerb. Are un puternic efect halucinogen. +70015 Perie Ieftina O perie obisnuita, mare, cu maner de lemn. +70020 Vin de Flori de Piersic Bautura care iti regenereaza punctele de viata cu 500 pe loc. +70024 Marmura Binecuvantata Marmura legendara binecuvantata. Cand un obiect are patru atribute, ii mai adauga inca unul. +70027 Nota fierarului O nota de la fierar in care iti este explicata procedura imbunatatirii armelor. +70031 Pamflet Scrima Acest pamflet reflecta, printre altele, potenialul i punctele slabe ale anatomiei umane. +70035 Minereu Magic de Cupru Cand combini la fierar acest minereu cu un Pergament Binecuvantat poti crea Pergamentul Razboiului. +70037 Cartea uitrii Legendara carte care terge complet amintirea unei deprinderi nvate. Poi muta un punct de deprindere. +70038 Mantia Curajului Razboinicii din vremurile stravechi isi aratau curajul purtand o mantie colorata care servea la atragerea monstrilor. +70039 Manualul Fierarului Cartea este umplut cu sufletul unui btrn fierar. Dac este folosit, ea poate crete ansa de a mbunti obiecte. +70040 ncpnare de orc Reduce dispariia rezistenei la jumtate. +70043 Mnua tlharului Dubleaz ansa de a i nsui obiecte. +70047 Inelul limbilor(Exemplu) In vremurile de demult, acest inel a fost fabricat numai pentru un grup restrans de diplomati. Permite jucatorului sa vorbeasca limba altor regate. +70048 Mantia evadatului O mantie nepreuit care te ajut s devii discret i care este folosit de o mulime de evadai. +70049 Inelul lui Lucy Pe inel scrie: "Zeul Dragonilor s te binecuvnteze". i scade ansa de a pierde un obiect n lupt. +70050 Semnul Regelui Intelept Simbol motenit de la vechea familie regal, care a oferit domnitorului mult putere. +70051 Manusa Regelui Intelept Articol motenit de la vechea familie regal, care a oferit domnitorului o putere secret. +70052 Vraja karma 1 Vraj folosit de buditi ca protecie mpotriva ghinionului. +70053 Vraja karma 2 Vraj folosit de buditi ca protecie mpotriva ghinionului. +70054 Vraja karma 3 Vraj folosit de buditi ca protecie mpotriva ghinionului. +70056 Suc de Rodie+ O licoare ce-ti regenereaza instant PV-ul cu 1000 de puncte. +70057 Mantia Curajului Razboinicii din vremurile stravechi isi aratau curajul purtand o mantie colorata care servea la atragerea monstrilor. Acest obiect se poate vinde. +70058 Inel Teleportare Inelul te va teleporta din regatul tau catre destinatia dorita de 50 de ori. Nu poate fi vandut. +70063 Costum Transformare Schimba bonusurile de pe unul dintre costumele tale si inlocuieste-le cu unele noi. Cu putin noroc, numarul bonusurilor se poate schimba (pana la 3 maxim). +70064 Costum Vrajit Schimba bonusurile de pe unul dintre costumele tale si inlocuieste-le cu unele noi. +70065 Transfer Bonus Costum Transforma bonusurile de la un costum pe altul. Transferul va distruge unul dintre costume. +70102 Boab Zen Scade gradul ru. Crete gradul bun. +70104 Globul transformrii Cu ajutorul acestui glob poi s te transformi ntr-un monstru. +70105 Globul transformrii Cu ajutorul acestul glob te poi transforma ntr-un monstru. +70106 Globul transformrii Cu ajutorul acestui glob te poi transforma ntr-un monstru. +70107 Globul transformrii Cu ajutorul acestui glob te poi transforma ntr-un monstru. +70201 nlbitor i red culoarea original a prului. Prul decolorat poate fi vopsit din nou. +70202 Colorant alb de pr Coloreaz prul n alb. Te poi vopsi o data la 3 nivele. +70203 Colorant blond de pr Coloreaz prul n blond. Te poi vopsi o data la 3 nivele. +70204 Colorant rou de pr Coloreaz prul n rou. Te poi vopsi o data la 3 nivele. +70205 Colorant maro de pr Coloreaz prul n saten. Poi vopsi o dat la 3 lvl. +70206 Colorant negru de pr Coloreaz prul n negru. Te poti vopsi o data la 3 nivele. +70301 Inel de Logodna Inel purtat de cei logodii. +70302 Inel de cununie Inel purtat de cei cstorii. +71001 Pergamentul Exorcizarii Va desface blestemul spiritelor rele daca invatatul nu are succes. Cu ajutorul acestui pergament poti citi un alt document in aceeasi zi. +71002 Pergament Reset Skill Utilizarea acestui obiect i d posibilitatea sa i rearanjezi punctele de status. Astfel poi conduce evoluia caracterului tu n alt direcie. +71003 Pergament Reset Skill Utilizarea acestui obiect i d posibilitatea sa i rearanjezi deprinderile. +71004 Medalia Dragonului Te protejeaza la viitoarea reinviere de a-ti pierde punctele de experienta. +71005 Inelul limbilor Timp de 7 zile vei putea nelege toate limbile regatului. +71006 Inelul limbilor Timp de 15 zile vei putea nelege toate limbile regatului. +71007 Inelul limbilor Timp de 30 de zile vei putea nelege toate limbile regatului. +71008 Cartea pescuitului i dubleaz ansa de a prinde un pete rar. +71009 Cufar de Depozitare Depozitul tau va avea inca 2 incaperi aditionale. +71010 A treia mn O mn care ia automat Yang. +71011 Masca Emotiei Cu aceasta masca iti poti lasa emotiile sa zburde libere. +71012 Cartea Comandantului Atta timp ct comandantul unei grupe este echipat cu aceast carte, toi membrii grupei adun timp de 3 ore cu 30% mai multe puncte de experien. +71013 Artificii Rachet care lumineaz cerul pentru toi. +71014 Licoarea Atacului+10 i mrete viteza de atac timp de 30 de minute cu 10%. +71015 Inelul Experientei Aduni cu 50% mai multe puncte de experien luptnd. +71016 Manusile Talharului Dubleaza sansa de a ridica obiectele pentru 30 de minute. +71017 Medalia norocului i dubleaz ansa de a captura Yang. +71018 Binecuvantarea Vietii Binecuvantare prin care PV-ul tau este recuperat imediat 100%. +71019 Binecuvantarea Magiei Binecuvantare prin care PM-ul tau este recuperat imediat. +71020 Binecuvantarea Dragon Binecuvantare prin care PV-ul si PM-ul sunt recuperate imediat 100%. +71021 Pergamentul Razboiului Imbunatatirea obiectului va avea succes (100%). Poate fi folosit pe obiecte de +0 la +3. +71022 Revenirea inteligenei i readuce punctele de status ale inteligenei la valoarea iniial. Dup aceea poi rearanja punctele. +71023 Revenirea vitalitii i readuce punctele de status ale vitalitii la valoarea iniial. Dup aceea poi rearanja punctele. +71024 Revenirea puterii i readuce punctele de status ale puterii la valoarea iniial. Dup aceea poi rearanja punctele. +71025 Piatra Fierarului Poate fi creat la fierar cu ajutorul acestei pietre si a unui pergament al binecuvantarii. +71026 Minereu Magic de Fier Cu acest minereu i un pergament binecuvantat se poate produce la fierar un pergament al Dragonului. +71027 Viata Zeului Dragon Creste maximul punctelor de PV cu 20% timp de 30 de minute. +71028 Atacul Zeului Dragon Mareste paguba pe care o produci in lupta cu 12-15% pentru 30 de minute. +71029 Inteligenta ZeuluiDragon Mareste maximul de PM cu 20% pentru 30 de minute. +71030 Apararea Zeului Dragon Scade dauna primita in lupta cu 12-15% pentru 30 de minute. +71031 Sustinerea Zeului Dragon Vitalitatea, puterea, inteligenta si dexteritatea caracterului tau se vor mari de cinci ori. +71032 Pergamentul Dragonului Elimina riscul distrugerii unui obiect atunci cand imbunatatirea esueaza. Doar calitatea sa va fi scazuta cu 1. Aditional, sansa succesului la imbunatatire va creste cu 10%. +71033 Masca emoiei Cu aceasta masca iti poti lasa emotiile sa zburde libere. +71034 Licoarea Atacului+15 i mareste viteza de atac timp de 30 de minute cu 15%. +71035 Elixirul Explorarii Elixirul imbunatateste calitatea obiectelor cercetate pe care le-ai colectat, crescand probabilitatea acceptarii lor. +71036 Pergamentul orcului-ef Langa Caracterul tau se va sumona un Orc Sperior. Ai grija! Este un Monstru Boss! +71037 Pergamentul comandantulu Langa Caracterul tau se va sumona un Comandant Intunecat. Ai grija! Este un Monstru Boss! +71038 Perga. regele pianjen Langa Caracterul tau se va sumona un Paianjen Rege. Ai grija! Este un Monstru Boss! +71039 Pergamentul estoasei Langa Caracterul tau se va sumona o Testoasa. Ai grija! Este un Monstru Boss! +71040 Pergamentul reg. focului Langa Caracterul tau se va sumona un Rege al Focului. Ai grija! Este un Monstru Boss! +71041 Pergamentul-9-cozi Langa Caracterul tau se va sumona Noua Cozi. Ai grija! Este un Monstru Boss! +71042 Pergamentul reg. demon Langa Caracterul tau se va sumona un Demon Rege Mandru. Ai grija! Este un Monstru Boss! +71043 Pergament Spiritul Tigru Langa Caracterul tau se va sumona Spiritul Tigrului Galben. Ai grija! Este un Monstru Boss! +71044 Lovitura Critica Creste sansa unei lovituri critice cu 20% timp de 30 de minute. +71045 Lovitura Patrunzatoare Creste sansa unei lovituri patrunzatoare cu 20% timp de 30 de minute. +71047 Tinctura pietrei stafie Alunga piatra stafie din unul dintre obiectele tale. +71048 Vraja schimbrii Aceast vraj poate schimba sexul caracterului tu. +71049 Manunchi de matase Cu acest manunchi poti deschide magazine timp de 10 zile, gratuit. +71050 Licoarea Vitezei Mareste viteza miscarii cu 60 timp de 30 de minute. +71051 Item pentru vraji Adauga un bonus special pentru unul din itemurile tale in cazul in care itemul nu are deja bonus. +71052 Item binecuvantator Indeparteaza bonusul special pentru unul din itemurile tale si adauga la altul. +71054 Tinctura regatelor i d posibilitatea s pleci n alt regat in exil. +71055 Tinctura numelui i d posibilitatea s alegi un alt nume pentru caracterul tu. +71056 Tinctura cerului Mrete ansele de succes pentru mbuntirea unui Stone Spirit. +71057 Piatra lemnului fosil Lng caracterul tu apare o surs de lemn fosil. +71058 Piatra cuprului Lng caracterul tu apare o surs de cupru. +71059 Piatra argintului Lng caracterul tu apare o surs de argint. +71060 Piatra aurului Lng caracterul tu apare o surs de aur. +71061 Piatra jade Lng caracterul tu apare o surs de jade. +71062 Piatra ebonitei Lng caracterul tu apare o surs de ebonit. +71063 Piatra de Scoici Lng caracterul tu apare un morman de scoici. +71064 Piatra aurului alb Lng caracterul tu apare o surs de aur alb. +71065 Piatra cristalului Lng caracterul tu apare o surs de cristal. +71066 Piatra cuarului Lng caracterul tu apare o surs de cuar. +71067 Piatra lacrima cerului Lng caracterul tu apare o surs de lacrima cerului. +71068 Pana ndrgostiilor Cand este purtata, cuplului ii vor creste punctele de dragoste de doua ori mai repede. +71069 Cerceii Armoniei Cresc sansa unei lovituri patrunzatoare pentru cuplu cu maxim 8% timp de 3 ore, daca sunt purtati de unul dintre parteneri. Efectul obiectului depinde de procentul punctelor de dragoste. Daca un cuplu are de exemplu 50% puncte de dragoste, efectul maxim este redus la jumatate. +71070 Bratara Iubirii Creste colectarea punctelor de experienta in timpul bataliilor, pentru cuplu, cu maxim 20% timp de 3 ore, daca este purtata de unul dintre parteneri. Efectul obiectului depinde de procentul punctelor de dragoste. Daca de exemplu cuplul are 50% puncte de dragoste, efectul maxim este redus la jumatate. +71071 Cerceii Iubirii Cresc sansa loviturilor critice, pentru cuplu, cu maxim 8% timp de 3 ore, daca sunt purtati de unul dintre parteneri. Efectul obiectului depinde de procentul punctelor de dragoste. Daca de exemplu cuplul are 50% puncte de dragoste, efectul maxim este redus la jumatate. +71072 Brara armoniei Scade puterea de atac a monstrilor, pentru cuplu, cu maxim 15% timp de 3 ore, daca este purtata de unul dintre parteneri. Efectul obiectului depinde de procentul punctelor de dragoste. Daca de exemplu cuplul are 50% puncte de dragoste, efectul maxim este redus la jumatate. +71073 Colierul Iubirii Creste puterea de atac, pentru cuplu, cu maxim 40 timp de 3 ore, daca este purtata de unul dintre parteneri. Efectul obiectului depinde de procentul punctelor de dragoste. Daca de exemplu cuplul are 50% puncte de dragoste, efectul maxim este redus la jumatate. +71074 Colierul Armoniei Creste apararea, pentru cuplu, cu maxim 30 timp de 3 ore, daca este purtata de unul dintre parteneri. Efectul obiectului depinde de procentul punctelor de dragoste. Daca de exemplu cuplul are 50% puncte de dragoste, efectul maxim este redus la jumatate. +71075 Vopsea de pr(alb) i coloreaz prul n alb definitiv. +71076 Vopsea de pr(blond) i coloreaz definitiv prul n blond. +71077 Vopsea de pr(rou) i coloreaz definitiv prul n rou. +71078 Vopsea de pr (maro) i coloreaz definitiv prul n maro. +71079 Vopsea de pr(negru) i coloreaz definitiv prul n negru. +71080 Piatr metin(uor) Lng tine cade o piatr metin uoar. +71081 Piatr metin(normal) Lng tine cade o piatr metin de marime medie. +71082 Piatr metin(greu) Lng tine cade o piatr metin grea. +71083 Cartea Pietrelor Elimina toate pietrele sparte dintr-un Item. Astfel primesti o noua incercare de a imbunatati arma sau armura. +71084 Vrajeste Obiectul Elimina bonusurile unui obiect si adauga altele noi. +71085 Intarirea Obiectului Daca esti norocos iti va adauga un nou bonus obiectelor tale (pana la 4 bonusuri maxim). +71088 Cartea misiunii (usor) Carte legata in piele maro ce contine o misiune realizabila de jucatorii incepatori. +71089 Cartea misiunii (normal) Carte legata in piele maro ce contine o misiune realizabila de catre jucatorii intermediari. +71090 Cartea misiunii (greu) Carte legata in piele maro ce contine o misiune realizabila doar de cei experimentati. +71091 Tinctura negoului Poi alege o nou culoare pentru reclama magazinului tu. +71092 Cartea transformrii Dac studiezi cum trebuie aceast carte i va mari atributele de transformare. ns vor disprea dup ce ai terminat de citit cartea. +71093 Globul transformrii Cu ajutorul acestui glob te poi transforma ntr-un monstru. +71094 Citit Concentrat Creste sansa imbunatatirii abilitatilor tale atunci cand citesti urmatoarea carte (sau Piatra Sufletului) de 2.5 ori. +71095 Permis de Trecere Daca dai acest permis de trecere paznicului, vei putea intra la un nou nivel al Temnitei Paianjenului dar si in Fortareata Dragonului Rosu. +71096 Tabl de trecere Cu acest permis, n forma unei medalii, poi trece printr-o poart. +71099 Inelul Urmasului Permite comandantului unei obti s i aleag urmaul, i pred acestuia puterea. +71100 Pergam. Reset Invatatura Uita calificarea si invata una noua. Trebuie sa ai cel putin nivelul 31. +71101 Licoarea Grabei Aceasta licoare micsoreaza timpul de incarcare cu 20% pentru 30 de min. +71102 +71103 Redistribuire (VIT) Reduce Vitalitatea la 1 punct i i permite s redistribui punctele. +71104 Redistribuire (INT) Reduce 1 punct la inteligenta pentru a il putea realoca. +71105 Redistribuire (STR) Iti reduce puterea la 1 si iti permite redistribuirea punctelor. +71106 Redistribuire (DEX) Reseteaz dexteritatea la 1 i i permite s redistribuisei punctele. +71107 Fructul Vietii Creste punctele gradului cu 2000 (durata timp: 8 ore). +71108 Suc de Rodie O licoare ce-ti regenereaza instant PV-ul cu 800 de puncte. Se poate vinde. +71109 Pergamentul Corectarii Acest pergament te ajuta sa indepartezi ultima Piatra a Spiritului adaugata pe un obiect +71110 Zaharul Armasarului Aceata bucata de zahar permite sa dai mountului tau un nume. De asemenea creste apararea acestuia cu 20. +71113 Sticla Cunoasterii Te ajuta sa arati un obiect din inventarul tau unui alt jucator. Sticla se sparge dupa folosire. +71114 Sigiliu Mistre (galben) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711151 Sigiliu Mistre albastru Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711152 Sigiliu Mistre albastru Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711153 Sigiliu Mistre albastru Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711154 Sigiliu Mistre albastru Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +71115 Sigiliu Mistre albastru Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +71116 Sigiliu Lup (galben) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711171 Sigiliu Lup (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711172 Sigiliu Lup (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711173 Sigiliu Lup (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711174 Sigiliu Lup (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +71117 Sigiliu Lup (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +71118 Sigiliu Tigru (galben) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711191 Sigiliu Tigru (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711192 Sigiliu Tigru (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711193 Sigiliu Tigru (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711194 Sigiliu Tigru (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +71119 Sigiliu Tigru (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +71120 Sigiliu Leu (galben) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711211 Sigiliu Leu (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711212 Sigiliu Leu (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711213 Sigiliu Leu (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +711214 Sigiliu Leu (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde n locul dorit. +71121 Sigiliu Leu (albastru) Cu magia acestui sigiliu se invoc un puternic spirit de animal care te va duce n cteva secunde in locul dorit. +71122 +71123 Balana Dragonului Balan'a Dragonului este din cele mai grele materiale cunoscute. +71124 Leul Alb Animalele cu blan alb sunt rare i multi oameni le venereaz creznd c au puteri magice. +71125 Sigiliu Mistret de Lupta Imblanzirea spiritelor animalelor diabolice ofer o mulime de abiliti magice. Datorit acestuia, rezultatul va fi impresionant. +71126 Sigiliu lup de lupt Imblanzirea spiritelor animalelor diabolice ofer o mulime de abiliti magice. Datorit acestuia, rezultatul va fi impresionant. +71127 Sigiliu Tigrul Furtunii Imblanzirea spiritelor animalelor diabolice ofer o mulime de abiliti magice. Datorit acestuia, rezultatul va fi impresionant. +71128 Sigiliul Leului Lupttor Imblanzirea spiritelor animalelor diabolice ofer o mulime de abiliti magice. Datorit acestuia, rezultatul va fi impresionant. +71129 Ghearele Dragonului Aspectul acestor gheare terifiante, re-aduc amintiri.... +71130 Permis de Trecere Daca dai acest permis de trecere paznicului, vei putea intra la un nou nivel al Temnitei Paianjenului dar si in Fortareata Dragonului Rosu. Acest obiect poate fi vandut. +71131 Sigiliu Cal Negru Sigiliu pentru un cal negru nobil. +71132 Sigiliu Cal Negru Sigiliu pentru un cal negru nobil. +71133 Sigiliu Cal Negru Sigiliu pentru un cal negru nobil. +71134 Sigiliu Cal Negru Sigiliu pentru un cal negru nobil. +71135 Inel Semiluna Un inel cu o gravura artistica si un finisaj elegant al unei semilune. +71136 Acadeaua Nazdravana O acadea facuta din ingrediente secrete ce iti ofera experienta si putere in lupta. +71137 Sigiliu Tigru Regal (al) Magia acestui sigiliu convoca mountul tau, maiestuosul Tigru Regal (albastru). +71138 Sigiliu Tigru Regal (ro) Magia acestui sigiliu convoca mountul tau, maiestuosul Tigru Regal (rosu). +71139 Sigiliu Tigru Regal (go) Magia acestui sigiliu convoca mountul tau, maiestuosul Tigru Regal (gold). +71140 Sigiliu Tigru Regal (ve) Magia acestui sigiliu convoca mountul tau, maiestuosul Tigru Regal (verde). +71141 Sigiliu Tigru Regal (gr) Magia acestui sigiliu convoca mountul tau, maiestuosul Tigru Regal (gri). +71142 Sigiliu Tigru Regal(alb) Magia sigiliului convoca un superb mount, maiestuosul Tigru Regal (alb). +71143 Inelul Bucuriei Un inel cu o decoratiune valoroasa facut din jad si pietre divine care ofera urmatoarele bonusuri: +50% puncte de experienta +20% viteza de atac +20% viteza farmecului +30% putere impotriva monstrilor +10% maxim PV +10% maxim PM +71144 Cufar de Craciun Un minunat cadou de Craciun ce contine o surpriza festiva. +71145 Amuleta Dragostei Eterne O amuleta din argint in forma de inima, decorata cu pietre magice. +71146 Cutia lui Cupidon(roz) O cutie in forma de inima cu 5 surprize inauntru. Poate fi deschisa la fiecare 30 de minute. +71147 Cutia lui Cupidon(bleu) O cutie in forma de inima cu 5 surprize inauntru. Poate fi deschisa la fiecare 30 de minute. +71148 Inel Vointa Puternica Iti ofera +30% EXP, +20% sansa de aparare impotriva Razboinicilor, +20% sansa de aparare impotriva Ninja, +20% sansa de aparare impotriva Lycanilor, +30% putere impotriva monstrilor, +10% la maximul de PV si +10% la maximul de PM si are valabilitate 7 zile. +71149 Inel Putere Mortala Iti ofera +30% EXP, +20% sansa de aparare impotriva Sura, +20% sansa de aparare impotriva Samanilor, +20% sansa de aparare impotriva Lycanilor, +30% putere impotriva monstrilor, +10% la maximul de PV si +10% la maximul de PM si are valabilitate 7 zile. +71150 Ou Magic Un cufar oval si frumos decorat ce contine mai mult decat o surpriza de Paste, iti dezvaluie comoara putin cate putin. +71151 Magie Verde Inlatura bonusurile unui obiect din echipament si adauga altele noi. Poate fi folosit doar pe arme si armuri pana la nivelul 40. Obiect de la cufarul nivelului, nu poate fi vandut. +71152 Putere Verde Cu putin noroc, acest obiect va adauga un nou bonus unuia dintre obiectele tale de echipament (max. 4 bonusuri). Poate fi folosit doar pe arme si armuri pana la nivelul 40. Obiect de la cufarul nivelului, nu poate fi vandut. +71153 Licoarea Intelepciunii Aceasta licoare te ajuta sa castigi cu 100% mai multa experienta pe parcursul unei ore de joc. Nu poate fi vanduta. +71154 Licoarea Cresterii (3h) Aceasta licoare iti permite sa colectezi 80% mai multa experienta pe parcursul a trei ore de joc. Nu se poate vinde. +71155 Lic. Intelepciunii (3h) Licoarea te ajuta sa castigi 100% mai multa experienta in trei ore de joc. Nu poate fi vanduta. +71156 Licoarea Spiritului (3h) Aceasta licoare iti permite sa colectezi 150% mai multa experienta pe parcursul a trei ore de joc. Nu se poate vinde. +71157 +71158 Medalia Eroilor Ofera +50% EXP, +30% daune, +20% viteza de atac, +20% viteza farmecului, +10% PV and +10% PM. +71159 Cufarul lui Milon Un cufar pentru eroii adevarati. Contine obiecte alese random ca recompensa pentru triumful tau. +71160 Cufarul Athenei Un cufar pentru eroii adevarati. Contine obiecte alese random ca recompensa pentru triumful tau. +71161 Sleipnir Porphyreus Sigiliul unuia dintre cei mai frumosi si extrem de rari cai purpurii. +71164 Sigiliu Cometa Poti folosi acest sigiliu pentru a-ti chema renul cel tanar, Cometa. +71166 Sigiliu Panda Blindat Acest sigiliu iti ofera posibilitatea sumonarii unui Panda Blindat. +71171 Sigiliu Unicorn Acest sigiliu il cheama pe Unicornul tau. +71172 Vis Urat Acest sigiliu il trezeste pe Vis Urat. +71173 Pergament Teleportare Pergamentul te transporta direct la portile Fortaretei Dragonului Rosu. +71174 Permis de Trecere Poti intra in Fortareata Dragonului Rosu daca arati gardianului Permisul de Trecere. +71175 Permis de Trecere Poti intra in Fortareata Dragonului Rosu daca arati gardianului Permisul de Trecere. +71176 Pantera Neagra Cu acest sigiliu vei chema Pantera Neagra misterioasa. +71177 Sigiliu Leopard Cu acest sigiliu vei chema Leopardul curajos. +71178 Enciclopedie Lunara (S) Pachetul contine 10 manuale de invatare a abilitatilor, alese aleatoriu, pentru Lycani. +71179 Enciclopedie Lunara (L) Pachetul contine 25 manuale de invatare a abilitatilor, alese aleatoriu, pentru Lycani. +71180 Licoarea Cresterii (3h) Aceasta licoare iti permite sa colectezi 80% mai multa experienta pe parcursul a trei ore de joc. Nu se poate vinde. +71181 Lic. Intelepciunii (3h) Licoarea te ajuta sa castigi 100% mai multa experienta in trei ore de joc. Nu poate fi vanduta. +71182 Sigiliu Muffin (Maro) Poti folosi acest sigiliu pentru a-l chema pe Muffin, puiul luptator si invincibil. +71183 Sigiliu Nugget (Maro) Poti folosi acest sigiliu pentru a-l chema pe Nugget, cocosul luptator si nervos. +71184 Sigiliu Muffin (Bleu) Poti folosi acest sigiliu pentru a-l chema pe Muffin, puiul luptator si invincibil. +71185 Sigiliu Nugget (Bleu) Poti folosi acest sigiliu pentru a-l chema pe Nugget, cocosul luptator si nervos. +71186 Sigiliu Muffin (Verde) Poti folosi acest sigiliu pentru a-l chema pe Muffin, puiul luptator si invincibil. +71187 Sigiliu Nugget (Verde) Poti folosi acest sigiliu pentru a-l chema pe Nugget, cocosul luptator si nervos. +71188 Acadeaua Magica O acadea facuta din ingrediente secrete ce iti ofera energie magica si experienta in lupta. +72001 Inelul experienei Mareste colectarea punctelor de experienta cu 50% pentru o ora. +72002 Inelul experienei Creste colectarea experientei cu 50% pentru 30 minute. +72003 Inelul experienei Creste colectarea experientei cu 50% pentru 3 ore. +72004 Mnuile tlharului Dubleaz ansa de a captura iteme pentru 10 ore. +72005 Mnuile tlharului Dubleaz ansa de a captura obiecte pentru 30 minute. +72006 Mnuile tlharului Dubleaz ansa de a captura obiecte pentru 3 ore. +72007 Ghem de mtase Poi deschide un magazin pentru 10 ore. +72008 Ghem de mtase Poi deschide un magazin timp de 30 de minute. +72009 Ghem de mtase Poi deschide un magazin timp de 3 ore. +72010 Pana ndrgostiilor Punctele de dragoste ale unei perechi de ndrgostii cresc dublu pentru 15 minute, dac acetia se afl n posesia ei. +72011 Pana ndrgostiilor Punctele de dragoste ale unei perechi de ndrgostii cresc de doua ori mai repede pentru 30 minute, dac acetia se afl n posesia ei. +72012 Pana ndrgostiilor Punctele de dragoste ale unei perechi de ndrgostii cresc de doua ori mai repede pentru 3 ore, dac acetia se afl n posesia ei. +72013 Cartea pescuitului Sansa de a prinde un peste rar este dublata pentru 15 minute. +72014 Cartea pescuitului Sansa de a prinde un peste rar se dubleaza pentru 30 minute. +72015 Cartea pescuitului Sansa de a prinde un peste rar se dubleaza pentru 3 ore. +72016 A treia mn O mana care ridica automat timp de 15 minute Yang-ul cazut. +72017 A treia mn O mana care ridica automat timp de 30 minute Yang-ul cazut. +72018 A treia mn O mana care ridica automat timp de 3 ore Yang-ul cazut. +72019 Lada Depozitare Depozitul tau primeste inca doua incaperi aditionale timp de 15 minute. +72020 Lada de Obiecte Depozitul tau primeste inca doua incaperi aditionale timp de 30 minute. +72021 Lad de lagr Depozitul tau primeste inca doua incaperi aditionale timp de 3 ore. +72022 Medalia norocului Iti dubleaza sansa de a captura Yang pentru 10 ore. +72023 Medalia norocului Iti dubleaza sansa de a captura Yang pentru 30 minute. +72024 Medalia norocului Iti dubleaza sansa de a captura Yang pentru 3 ore. +72025 Lovitura critica i crete ansa unei lovituri critice n lupt timp de 10 minute cu 20%. +72026 Lovitura critica i crete ansa unei lovituri ptrunztoare n lupt timp de 10 minute cu 20%. +72027 Lovitura critica i crete ansa unei lovituri critice n lupt timp de 10 minute cu 20%. +72028 Masca emoiei Timp de 7 zile poi da fru liber sentimentelor tale. +72029 Masca emoiei Timp de 15 zile poi da fru liber sentimentelor tale. +72030 Masca emoiei Timp de 30 de zile poi da fru liber sentimentelor tale. +72031 Atacul Zeului Dragon Mareste valoarea atacului de la 12 la 15% pentru 30 minute. +72032 Atacul Zeului Dragon Mareste valoarea atacului de la 12 la 15% pentru 30 minute. +72033 Atacul Zeului Dragon Mareste valoarea atacului de la 12 la 15% pentru 30 minute. +72034 Apararea Zeului Dragon Scade paguba pe care o suferi n lupta de aprare cu 12-15%. +72035 Atacul Zeului Dragon Scade paguba pe care o suferi n lupta de aprare cu 12-15%. +72036 Apararea Zeului Dragon Scade paguba pe care o suferi n lupta de aprare cu 12-15%. +72037 Viata Zeului Dragon i crete timp de 30 de minute punctele de via maxime cu 20%. +72038 Viata Zeului Dragon i crete timp de 30 de minute punctele de via maxime cu 20%. +72039 Viata Zeului Dragon i crete timp de 30 de minute punctele de via maxime cu 20%. +72040 Inteligenta ZeuluiDragon Mareste punctele de vraja cu 20% pentru 30 minute. +72041 Inteligenta ZeuluiDragon Mareste punctele de vraja cu 20% pentru 30 minute. +72042 Inteligenta ZeuluiDragon Mareste punctele de vraja cu 20% pentru 30 minute. +72043 Cartea Comandantului Atta timp ct ea se afl n posesia comandantului unei grupe, toi membrii ei adun cu 30% mai multe puncte de experien. +72044 Cartea Comandantului Atta timp ct ea se afl n posesia comandantului unei grupe, toi membrii ei adun cu 30% mai multe puncte de experien. +72045 Cartea Comandantului Atta timp ct ea se afl n posesia comandantului unei grupe, toi membrii ei adun cu 30% mai multe puncte de experien. +72046 ansa important Mareste sansa unei lovituri patrunzatoare cu 20% pentru 10 minute. +72047 ansa important Mareste sansa unei lovituri patrunzatoare cu 20% pentru 10 minute. +72048 ansa important Mareste sansa unei lovituri patrunzatoare cu 20% pentru 10 minute. +72301 Pergament Binecuvantat Reduce riscul distrugerii unui obiect daca imbunatatirea esueaza. In cazul esuarii, calitatea obiectului va fi scazuta doar cu 1 punct. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Minereu Magic de Cupru Cand combini la fierar acest minereu cu un Pergament Binecuvantat poti crea Pergamentul Razboiului. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Inelul experienei(iCafe Crete adunarea de experien cu 20% n iCafe-ul membrilor. +72502 Mnua tlharului(iCafe) Rata de succes pentru capturarea de obiecte se multiplic de 1,5 ori n iCafe-ul membrilor. +72701 Papuci de Vant Atunci cand sunt purtati, papucii iti cresc viteza de miscare cu 30. +72703 Cercel Os de Tigru Valoarea atacului tau va fi mai mare cu 200 de puncte pentru 2 ore (timpul se scurge doar daca cerceii sunt purtati). Obiectul nu este de vanzare. +72704 Cercel Os de Dragon Apararea ta va fi mai mare cu 200 de puncte pentru 2 ore (timpul se scurge doar daca cerceii sunt purtati). Obiectul nu este de vanzare. +72705 Bratara Os de Tigru Daunele cauzate de abilitatile tale vor fi crescute cu 15% pentru 2 ore (timpul se scurge doar daca bratara este purtata). Obiectul nu este de vanzare. +72706 Bratara Os de Dragon Apararea contra abilitatilor va fi crescuta cu 15% pentru 2 ore (timpul se scurge doar daca bratara este purtata). Obiectul nu este de vanzare. +72723 Elixirul Soarelui (S) Umplerea automata a PV-ului. Contine 1,000,000 de PV. +72724 Elixirul Soarelui (M) Umplerea automata a PV-ului. Contine 3,000,000 de PV. +72725 Elixirul Soarelui (L) Umplerea automata a PV-ului. Contine 7,000,000 de PV. +72726 Elixirul Soarelui (E) Umple automat PV-ul. Contine 10,000,000 PV. Acest obiect poate fi vandut. +72727 Elixirul Lunii (S) Umplerea automata a PM-ului. Contine 100,000 de PM. +72728 Elixirul Lunii (M) Umplerea automata a PM-ului. Contine 300,000 de PM. +72729 Elixirul Lunii (L) Umplerea automata a PM-ului. Contine 700,000 de PM. +72730 Elixirul Lunii (E) Umple automat PM-ul. Contine 10,000,000 PM. Acest obiect poate fi vandut. +73001 Frizur modern (rou) Frizur modern care ofer un aspect specific. +73002 Frizur modern(deschis) Frizur modern care ofer un aspect specific. +73003 Frizur modern(albastr) Frizur modern care ofer un aspect specific. +73004 Frizur modern (saten) Frizur modern care ofer un aspect specific. +73005 Batic de frunte Pr scurt, legat ntr-un batic. +73006 Batic de frunte Pr scurt, legat ntr-un batic. +73007 Batic de frunte Pr scurt, legat ntr-un batic. +73008 Batic de frunte Pr scurt, legat ntr-un batic. +73009 Pr lung (negru) Frizur impresionant cu pr negru frumos. +73010 Pr lung (rou) Frizur impresionant cu pr rou frumos. +73011 Pr lung (saten) Frizur impresionant cu pr maro frumos. +73012 Pr lung (verde) Frizur impresionant cu pr verde frumos. +73251 Coad de cal (saten) Pr lung legat n coad. +73252 Coad de cal (verde) Par lung legat in coada. +73253 Coad de cal (albastru) Pr lung legat n coad. +73254 Coada de cal (deschisa) Par lung strans in coada +73255 Pr pn la umeri (rou) Frizur normal cu pr pn la umeri. +73256 Pr pn la umeri(saten) Frizur normal cu pr pn la umeri. +73257 Pr pn la umeri (desc) Frizura normal cu par lung pana la umeri. +73258 Pr pn la umeri (lila) Frizur normal cu pr pn la umeri. +73259 Pr scurt (rou) Frizur ce ofera un aspect amenintator. +73260 Pr scurt (albastru) Frizura scurta ce ofera un aspect amenintator. +73261 Pr scurt (negru) Frizura cu par scurt ce ofera un aspect amenintator. +73262 Pr scurt (blond) Frizura cu par scurt ce ofera un aspect amenintator. +73501 Frizur sportiv (desc.) Frizur extravagant cu pr scurt. +73502 Frizur sportiv (saten) Frizur extravagant cu pr scurt. +73503 Frizur sportiv (blond) Frizur extravagant cu pr scurt. +73504 Frizur sportiv (verde) Frizur extravagant cu pr scurt. +73505 Frizura carisma (alb) Frizura carismatica cu par lung. +73506 Frizur carisma (rou) Frizur carismatic cu pr lung. +73507 Frizur carisma (negru) Frizur carismatic cu pr lung. +73508 Frizur carisma (violet) Frizur carismatic cu pr lung. +73509 Coad lung (alb) Frizur tradiional cu coad. +73510 Coad lung (albastru) Frizur tradiional cu coad +73511 Coad lung (negru) Frizur tradiional cu coad +73512 Coad lung (saten) Frizur tradiional cu coad +73751 Frizur nobil (saten) Frizur decent care transmite ceva nobil. +73752 Frizur nobil (negru) Frizura eleganta cu par prins. +73753 Frizur nobil (albastr) Frizur decent care transmite ceva nobil. +73754 Frizur nobil (deschis) Frizur decent care transmite ceva nobil. +73755 Pr semi-lung (saten) Frizur elegant cu pr neted. +73756 Pr semi-lung (negru) Frizur elegant cu pr neted. +73757 Pr semi-lung (blond) Pr neted elegant. +73758 Pr semi-lung (violet) Frizur elegant cu pr neted. +73759 Frizura veche (brunet) Pr lung purtat ntr-o frizur tradiional. +73760 Frizura veche (deschis) Pr lung purtat ntr-o frizur tradiional. +73761 Frizur veche (violet) Pr lung purtat ntr-o frizur tradiional. +73762 Frizur veche (rou) Pr lung purtat ntr-o frizur tradiional. +74001 Frizur moderna (rou) Frizura care ofera un aspect aparte +74002 Frizur modern(deschis) Frizura care ofera un aspect aparte +74003 Frizura moderna(albastr) Frizura care ofera un aspect aparte +74004 Frizur modern (saten) Frizura care ofera un aspect aparte +74005 Batic de frunte (rou) Par scurt, saten inchis, prins cu batic rosu +74006 Batic de frunte (carouri Par scurt, blond, prins cu batic deschis la culoare +74007 Batic de frunte(albastr) Par scurt, albastru, prins cu batic +74008 Batic de frunte(carouri) Par scurt, verde, prins cu batic verde +74009 Pr lung (negru) Frizura care ofera un aspect aparte +74010 Par lung (rou) Frizura care ofera un aspect aparte +74011 Pr lung (saten) Frizura care ofera un aspect aparte +74012 Pr lung (verde) Frizura care ofera un aspect aparte +74013 Afro Razboinic (B) Ofera unui barbat Razboinic un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74014 Afro Razboinic (B) Ofera unui barbat Razboinic un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74015 Coif SamuraiRazboinic(B) Ofera unui barbat Razboinic un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74016 Coif SamuraiRazboinic(B) Ofera unui barbat Razboinic un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74017 Fes Razboinic (B) Un fes rosu pentru barbatii Razboinici. (valabilitate: 7 zile). +74018 Keffiyeh Razboinic (B) Panza purtata pe cap de barbatii Razboinici. (valabilitate: 7 zile). +74019 Turban Razboinic (B) Turban confectionat dintr-un material de calitate pentru barbatii Razboinici. (valabilitate: 7 zile). +74020 Jack O'Razboinic (m) O masca pentru razboinici in forma de dovleac. Atributele si durata sunt setate random. Va inlocui frizura existenta. +74251 Coada de cal (saten) Frizura purtata de femei, parul este lung si prins in coada +74252 Coad de cal (verde) O frizura in care parul este legat intr-o coada lunga +74253 Coad de cal (albastru) Par lung si albastru, strans in coada - frizura practica pentru femei +74254 Coada de cal (deschis) Par lung si deschis la culoare prins ntr-o coada - frizura purtata de femei +74255 Pr pn la umeri (rou) Frizura dezordonata si moderna +74256 Pr pn la umeri(saten) Frizura dezordonata si moderna +74257 Par pana la umeri (desc) Frizura dezordonata si moderna +74258 Par pana la umeri (Lila) Frizura dezordonata si moderna +74259 Pr scurt (rou) Frizura rosie, ciufulita in stilul Ninja +74260 Pr scurt (albastru) Frizura albastra, ciufulita in stilul Ninja +74261 Pr scurt (negru) Frizura ciufulita neagra in stilul Ninja +74262 Pr scurt (blond) Frizura ciufulita blonda in stilul Ninja +74263 Afro Ninja (F) Ofera unei femei Ninja un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74264 Afro Ninja (F) Ofera unei femei Ninja un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74265 Palarie Con Ninja (F) Ofera unei femei Ninja un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74266 Palarie Con Ninja (F) Ofera unei femei Ninja un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74267 Vl Ninja (F) Un val purtat pe cap si fata de femeile Ninja facut dintr-un material valoros. (valabilitate: 7 zile). +74268 Esarfa Ninja (F) O esarfa purtata pe cap de femeile Ninja facuta dintr-un material pretios. (valabilitate: 7 zile). +74269 Turban Ninja (F) Turban pentru femeile Ninja facut dintr-un material foarte valoros. (valabilitate: 7 zile). +74270 Jack O'Ninja (f) O masca pentru fetele ninja in forma de dovleac. Atributele si durata sunt setate random. Va inlocui frizura existenta. +74501 Frizura sport (Alba) Frizura cu par scurt ce ofera un aspect militaresc +74502 Frizura sport (Saten) Frizura cu par scurt ce ofera un aspect militaresc +74503 Frizura sport (Blond) Frizura cu par scurt ce ofera un aspect militaresc +74504 Frizur sportiv (verde) Frizur scurt cu aspect militresc +74505 Frizur carisma (alb) Frizur care subliniaz individualitatea unui caracter puternic +74506 Frizur carisma (rou) Frizur care subliniaz individualitatea unui caracter puternic (pana la +20% daune mpotriva Ninja) +74507 Frizur carisma (negru) Frizur care subliniaz individualitatea unui caracter puternic +74508 Frizur carisma (violet) Frizur care subliniaz individualitatea unui caracter puternic +74509 Coad lung (alb) Coad n stil vechi, care era un simbol al celor bogai +74510 Coad lung (albastru) Coad n stil vechi, care era un simbol al celor bogai +74511 Coad lung (negru) Coad n stil vechi, care era un simbol al celor bogai +74512 Coad lung (saten) Coad n stil vechi, care era un simbol al celor bogai +74513 Afro Sura (B) Ofera unui barbat Sura un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74514 Afro Sura (B) Ofera unui barbat Sura un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74515 Coif Samurai Sura (B) Ofera unui barbat Sura un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74516 Coif Samurai Sura (B) Ofera unui barbat Sura un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74517 Fes Sura (B) Un fes rosu pentru barbatii Sura. (valabilitate: 7 zile). +74518 Keffiyeh Sura (B) Panza purtata pe cap de barbatii Sura. (valabilitate: 7 zile). +74519 Turban Sura (B) Turban confectionat dintr-un material de calitate pentru barbatii Sura. (valabilitate: 7 zile). +74520 Jack O'Sura (m) O masca pentru Sura in forma de dovleac. Atributele si durata sunt setate random. Va inlocui frizura existenta. +74521 Frizura Trendy (Gri) Frizura ce iti ofera un stil aparte. +74522 Bandana Par scurt completat cu o bandana. +74523 Par Lung (Blond) Frizura impresionanta cu un par magnific blond. +74524 Frizura Trendy (Auriu) Frizura trendy cu par auriu si bandana. +74525 Bandana (Negru) Par scurt si ciufulit prins cu o bandana. +74526 Par Lung (Rosu Rubin) Par lung rosu, minunat. +74527 Coada de Cal (Rosu) Coada lunga prinsa precum coada unui cal. +74528 Par Lung Mediu (Azuriu) O frizura discreta cu o bandana albastra. +74529 Par Scurt (Saten) Frizura ce iti ofera un aspect impresionant. +74530 Coada de Cal (Rosu) Par lung si rosu, prins intr-o coada bine stransa - o frizura foarte populara printre femei. +74531 Par Mediu (Negru) Frizura obraznica dar trendy. +74532 Par Scurt (Gri) Frizura cu par scurt ce iti ofera un aspect impresionant. +74533 Frizura Sport (Negru) Frizura sport ce iti ofera un aspect militaresc. +74534 Frizura Vesela (Blond) Frizura vesela ce accentueaza un caracter aparte. +74535 Coada Lunga (Roz) Frizura purtata pe vremuri de cei bogati. +74536 Frizura Sport (Purple) Frizura extravaganta cu par scurt. +74537 Frizura Vesela (Blond) Frizura vesela cu par lung blond. +74538 Coada Lunga (Roial) Frizura purtata pe vremuri de cei bogati. +74539 Frizura Elegant (Purple) Frizura eleganta cu par prins la spate. +74540 Par Lung Mediu (Negru) Frizura eleganta de Saman. +74541 Frizura Veche (Alb) Par lung, aranjat in mod traditional. +74542 Frizura Eleganta (Rosu) Frizura eleganta prinsa cu un ac de par. +74543 Par Lung Mediu (Alb) Par drept, elegant. +74544 Frizura Veche (Negru) Frizura feminina, cu par lung. +74545 Codite Tribale (Rosu) Codite decorate in stil tribal, purtate de membrii triburilor pe vremuri. +74546 Codite Tribale (Galben) Codite decorate in stil tribal cu motive galbene, purtate de membrii triburilor pe vremuri. +74547 Codite Tribale (Albastr) Codite decorate in stil tribal cu motive albastre, purtate de membrii triburilor pe vremuri. +74548 Codite Tribale (Purple) Codite decorate in stil tribal cu motive mov, purtate de membrii triburilor pe vremuri. +74549 Codite Tribale (Verde) Codite decorate in stil tribal cu motive verzi, purtate de membrii triburilor pe vremuri. +74550 Coroana Lupin (Auriu) Se poarta pe cap si are decoratiuni handmade, o bijuterie traditionala pentru par. +74551 Coroana Lupin (Negru) Se poarta pe cap si are decoratiuni handmade, o bijuterie traditionala pentru par. +74552 Coroana Lupin (Rosu) Se poarta pe cap si are decoratiuni handmade, o bijuterie traditionala pentru par. +74553 Coroana Lupin (Albastru) Se poarta pe cap si are decoratiuni handmade, o bijuterie traditionala pentru par. +74554 Coroana Lupin (Alb) Se poarta pe cap si are decoratiuni handmade, o bijuterie traditionala pentru par. +74555 Gluga de Lup (Auriu) Se poarta pe cap si are decoratiuni orientale, o bijuterie traditionala pentru par. +74556 Gluga de Lup (Negru) Se poarta pe cap si are decoratiuni orientale, o bijuterie traditionala pentru par. +74557 Gluga de Lup (Rosu) Se poarta pe cap si are decoratiuni orientale, o bijuterie traditionala pentru par. +74558 Gluga de Lup (Albastru) Se poarta pe cap si are decoratiuni orientale, o bijuterie traditionala pentru par. +74559 Gluga de Lup (Verde) Se poarta pe cap si are decoratiuni orientale, o bijuterie traditionala pentru par. +74751 Frizur nobil (saten) Frizur elegant, decorat cu un ac de pr n form de fluture +74752 Frizur nobil (negru) Frizur elegant, decorat cu un ac de pr n form de fluture +74753 Frizur nobil (albastr) Frizur elegant, decorat cu un ac de pr n form de fluture +74754 Frizur nobil (deschis) Frizur elegant, decorat cu un ac de pr n form de fluture +74755 Pr semi-lung (saten) Frizur elegant de aman +74756 Pr semi-lung (negru) Frizur elegant de aman +74757 Pr semi-lung (blond) Frizur elegant de aman +74758 Pr semi-lung (violet) Frizur elegant de aman +74759 Frizur veche (saten) Frizur feminin cu pr lung, tuns n trepte +74760 Frizur veche (Blond) Frizur feminin cu pr lung, tuns n trepte +74761 Frizur veche (violet) Frizur feminin cu pr lung, tuns n trepte +74762 Frizur veche (rou) Frizur feminin cu pr lung, tuns n trepte +74763 Afro Saman (F) Ofera unei femei Saman un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74764 Afro Saman (F) Ofera unei femei Saman un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74765 Palarie Con Saman (F) Ofera unei femei Saman un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74766 Palarie Con Saman (F) Ofera unei femei Saman un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +74767 Vl Saman (F) Un val purtat pe cap si fata de femeile Saman facut dintr-un material valoros. (valabilitate: 7 zile). +74768 Esarfa Saman (F) O esarfa purtata pe cap de femeile Saman facuta dintr-un material pretios. (valabilitate: 7 zile). +74769 Turban Saman (F) Turban pentru femeile Saman facut dintr-un material foarte valoros. (valabilitate: 7 zile). +74770 Jack O`Shaman (f) O masca pentru fetele Shaman in forma de dovleac. Atributele si durata sunt setate random. Va inlocui frizura existenta. +75001 Frizur modern (rou) Frizur modern, rocat, cu banderol +75002 Frizur modern(deschis) Frizur modern, blond, cu banderol +75003 Frizur modern(albastr) Frizur modern, pr albastru, cu banderol +75004 Frizur modern (saten) Frizur modern, pr maro, cu banderol +75005 Batic de frunte (saten) Tuns scurt, pr ciufulit legat cu un batic +75006 Batic de frunte (blond) Tuns scurt, pr ciufulit legat cu un batic +75007 Batic de frunte(albastr) Pr scurt, ciufulit, legat cu un batic +75008 Batic de frunte (verde) Pr scurt, ciufulit, legat cu un batic +75009 Pr lung (negru) Pr negru, splendid +75010 Pr lung (rou) Pr rou, splendid +75011 Pr lung (saten) Pr aten, minunat +75012 Pr lung (verde) Pr verde, splendid +75013 Afro Razboinic (F) Ofera unei femei Razboinic un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75014 Afro Razboinic (F) Ofera unei femei Razboinic un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75015 Palarie Con Razboinic(F) Ofera unei femei Razboinic un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75016 Palarie Con Razboinic(F) Ofera unei femei Razboinic un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75017 Vl Razboinic (F) Un val purtat pe cap si fata de femeile Razboinice facut dintr-un material valoros. (valabilitate: 7 zile). +75018 Esarfa Razboinic (F) O esarfa purtata pe cap de femeile Razboinice facuta dintr-un material pretios. (valabilitate: 7 zile). +75019 Turban Razboinic (F) Turban confectionat dintr-un material de calitate pentru femeile Razboinice. (valabilitate: 7 zile). +75020 Jack O`Warrior (f) O masca pentru fetele Razboinic in forma de dovleac. Atributele si durata sunt setate random. Va inlocui frizura existenta. +75201 Coad de cal (saten) Par drept saten inchis, prins in coada +75202 Coad de cal (verde) Frizura cu par prins in coada lunga si frumoasa +75203 Coad de cal (albastru) Frizura cu par prins in coada lunga si frumoasa +75204 Coad de cal (deschis) Frizura cu par grizonat prins in coada lunga si frumoasa +75205 Pr pn la umeri (rou) Frizura aranjata cu un batic alb +75206 Pr pn la umeri(saten) Frizura aranjata cu un batic verde +75207 Pr pn la umeri (desc) Frizura aranjata cu un batic deschis la culoare +75208 Pr pn la umeri (lila) Frizura aranjata cu un batic rosu +75209 Pr scurt (rou) Frizura cu aspect sinistru +75210 Pr scurt (albastru) Frizura cu aspect sinistru +75211 Pr scurt (negru) Frizura cu aspect sinistru +75212 Pr scurt (blond) Frizura cu aspect sinistru +75213 Afro Ninja (B) Ofera unui barbat Ninja un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75214 Afro Ninja (B) Ofera unui barbat Ninja un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75215 Coif Samurai Ninja (B) Ofera unui barbat Ninja un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75216 Coif Samurai Ninja (B) Ofera unui barbat Ninja un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75217 Fes Ninja (B) Un fes rosu pentru barbatii Ninja. (valabilitate: 7 zile). +75218 Keffiyeh Ninja (B) Panza purtata pe cap de barbatii Ninja. Protejeaza impotriva furtunilor de nisip. (valabilitate: 7 zile). +75219 Turban Ninja (B) Turban confectionat dintr-un material de calitate pentru barbatii Ninja. +(valabilitate: 7 zile). +75220 Jack O`Ninja (m) O masca pentru Ninja in forma de dovleac. Atributele si durata sunt setate random. Va inlocui frizura existenta. +75401 Frizur sportiv (desc.) Frizur extravagant, specific femeilor sura +75402 Frizur sportiv (saten) Frizur extravagant, specific femeilor sura +75403 Frizur sportiv (blond) Frizur extravagant, specific femeilor sura +75404 Frizur sportiv (verde) Frizur extravagant, specific femeilor sura +75405 Frizur carisma (alb) Pr lung, alb-ca-zpada, ce te face s pari nfumurat +75406 Frizur carisma (rou) Pr lung, negru, ce te face s pari nfumurat +75407 Frizur carisma (negru) Pr lung, negru, ce te face s pari nfumurat +75408 Frizur carisma (violet) Pr lung, violet ce te face s pari nfumurat +75409 Coad lung (alb) Coad +75410 Coada lung (albastra) Coad +75411 Coad lung (negru) Coad +75412 Coad lung (saten) Coad +75413 Afro Sura (F) Ofera unei femei Sura un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75414 Afro Sura (F) Ofera unei femei Sura un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75415 Palarie Con Sura (F) Ofera unei femei Sura un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75416 Palarie Con Sura (F) Ofera unei femei Sura un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75417 Vl Sura (F) Un val purtat pe cap si fata de femeile Sura facut dintr-un material valoros. (valabilitate: 7 zile). +75418 Esarfa Sura (F) O esarfa purtata pe cap de femeile Sura facuta dintr-un material pretios. (valabilitate: 7 zile). +75419 Turban Sura (F) Turban confectionat dintr-un material de calitate pentru femeile Sura. (valabilitate: 7 zile). +75420 Jack O`Sura (f) O masca pentru fetele Sura in forma de dovleac. Atributele si durata sunt setate random. Va inlocui frizura existenta. +75601 Frizur nobil (saten) Frizur modern, care ofer amanului o expresie nobil +75602 Frizur nobil (negru) Frizur modern, care ofer amanului o expresie nobil +75603 Frizur nobil (albastr) Frizur modern, care ofer amanului o expresie nobil +75604 Frizur nobil (deschis) Frizur modern, care ofer amanului o expresie nobil +75605 Pr semi-lung (saten) Pr drept, aten +75606 Pr semi-lung (negru) Pr drept, negru +75607 Pr semi-lung (blond) Pr drept, blond +75608 Pr semi-lung (violet) Pr drept, violet +75609 Frizur veche (saten) Frizur veche de rzboinic. Prul aten e legat n coad +75610 Frizur veche (deschis) Frizur veche de rzboinic. Prul blond e legat n coad +75611 Frizur veche (violet) Frizur veche de rzboinic. Prul violet e legat n coad +75612 Frizur veche (rou) Frizur veche de rzboinic. Prul rou e legat n coad +75613 Afro Saman (B) Ofera unui barbat Saman un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75614 Afro Saman (B) Ofera unui barbat Saman un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75615 Coif Samurai Saman (B) Ofera unui barbat Saman un bonus de PV de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75616 Coif Samurai Saman (B) Ofera unui barbat Saman un bonus de PM de 1%. Inlocuieste coafura existenta (valabilitate: 7 zile). +75617 Fes Saman (B) Un fes purtat de barbatii Saman (valabilitate: 7 zile). +75618 Keffiyeh Saman (B) Panza purtata pe cap de barbatii Saman. Protejeaza impotriva furtunilor de nisip. (valabilitate: 7 zile). +75619 Turban Saman (B) Turban confectionat dintr-un material de calitate pentru barbatii Saman. (valabilitate: 7 zile). +75620 Jack O`Shaman (m) O masca pentru Samani in forma de dovleac. Atributele si durata sunt setate random. Va inlocui frizura existenta. +76000 Vin de Flori de Piersic Bautura care iti regenereaza punctele de viata cu 500 pe loc. Nu poate fi vandut. +76001 Pergament Reset Skill Folosirea acestui obiect iti permite redistribuirea punctelor de status. Il poti folosi pentru a redirectiona caracterul tau catre alt tip de dezvoltare. Nu poate fi vandut. +76002 Cap Mumificat Acest Cap Mumificat de demon deschide sigiliul etajului al 3-lea din Catacomba Diavolului. Nu poate fi vandut. +76003 Licoarea Grabei Aceasta licoare reduce timpul de incarcare cu pana la 20 la suta pentru 30 de minute. Nu poate fi vandut. +76004 Elixirul Lunii (S) Umplerea automata a PM-ului. Contine 10,000 de PM. Nu poate fi vandut. +76005 Elixirul Lunii (M) Umplerea automata a PM-ului. Contine 300,000 de PM. Nu poate fi vandut. +76006 Busola Pietrei Metin Busola iti indica directia catre urmatoarea Piatra Metin. Cu cat straluceste mai tare cu atat esti mai aproape. Poate sa fie activata de 6 ori. Nu poate fi vandut. +76007 Mantia Curajului Razboinicii din vremurile stravechi isi aratau curajul purtand o mantie colorata care servea la atragerea monstrilor. Nu poate fi vandut. +76008 Medalia Dragonului Te protejeaza la viitoarea reinviere de a-ti pierde punctele de experienta. Nu poate fi vandut. +76009 Pergamentul Dragonului Elimina riscul distrugerii unui obiect atunci cand imbunatatirea esueaza. Doar calitatea sa va fi scazuta cu 1. Aditional, sansa succesului la imbunatatire va creste cu 10%. Nu poate fi vandut. +76010 Piatra Insangerata Aceasta piatra este facuta din sangele lui Bahar-Taraji si iti asigura intrarea n Grota Exilului. Nu poate fi vandut. +76011 Cartea Comandantului Atata timp cat liderul unui grup este echipat cu aceasta carte, toti membrii grupului primesc cu 30% mai multe puncte de experienta. Nu poate fi vandut. +76012 Licoarea Vitezei Mareste viteza miscarii cu 60 timp de 30 de minute. Nu poate fi vandut. +76013 Intarirea Obiectului (b) Cu putin noroc, acest obiect va adauga un nou bonus unuia dintre obiectele tale de echipament (max. 4 bonusuri). Obiect de la cufarul nivelului, nu poate fi vandut. +76014 Vrajeste Obiectul (b) Inlatura bonusurile unui obiect si adauga unul nou. Obiect de la cufarul nivelului, nu poate fi vandut. +76015 Marmura Binecuvantata Marmura legendara binecuvantata. Cand un obiect are patru atribute, ii mai adauga inca unul. Nu poate fi vandut. +76016 Pergament Binecuvantat Reduce riscul distrugerii unui obiect atunci cand imbunatatirea esueaza. In cazul esuarii, calitatea obiectului va fi scazuta doar cu 1 punct. Nu poate fi vandut. +76017 Licoarea Atacului +10 i mrete viteza de atac timp de 30 de minute cu 10%. Nu poate fi vandut. +76018 Licoarea Atacului +15 i mareste viteza de atac timp de 30 de minute cu 15%. Nu poate fi vandut. +76019 Permis de Trecere Daca dai acest permis de trecere paznicului, vei putea intra la un nou nivel al Temnitei Paianjenului dar si in Fortareata Dragonului Rosu. Nu poate fi vandut. +76020 Elixirul Explorarii Elixirul imbunatateste calitatea obiectelor cercetate pe care le-ai colectat, crescand probabilitatea acceptarii lor. Nu poate fi vandut. +76021 Elixirul Soarelui (S) Umplerea automata a PV-ului. Contine 100,000 de PV. Nu poate fi vandut. +76022 Elixirul Soarelui (M) Umplerea automata a PV-ului. Contine 3,000,000 de PV. Nu poate fi vandut. +76023 Magie Verde Inlatura bonusurile unui obiect din echipament si adauga altele noi. Poate fi folosit doar pe arme si armuri pana la nivelul 40. Obiect de la cufarul nivelului, nu poate fi vandut. +76024 Putere Verde Cu putin noroc, acest obiect va adauga un nou bonus unuia dintre obiectele tale de echipament (max. 4 bonusuri). Poate fi folosit doar pe arme si armuri pana la nivelul 40. Obiect de la cufarul nivelului, nu poate fi vandut. +76025 Pantofi De Vant Creste viteza de miscare cu 30 atunci cand sunt purtati. +79501 Tolba Arcasului O tolba care va ofera o sursa inepuizabila de sageti pentru 24 de ore. Lovitura de la distanta nu are daunele reduse. +79502 Tolba Arcasului O tolba care va ofera o sursa inepuizabila de sageti timp de 7 zile. Lovitura de la distanta nu are daunele reduse. +79503 Tolba Arcasului O tolba care va ofera o sursa inepuizabila de sageti. Lovitura de la distanta nu are daunele reduse. +79504 Tolba Arcasului O tolba care va ofera o sursa inepuizabila de sageti. Lovitura de la distanta nu are daunele reduse. +80001 Saculet de bani Saculet uzat de piele. +80002 Hartie nescrisa Hartie nefolosita de buna calitate. +80008 Bucat de aur Bucat de aur care nu a fost prelucrat niciodat. Se vinde n magazin la un pre mare. +80014 MD Voucher (100) Voucher in valoare de 100 de Monede Dragon. Obiectul poate fi vandut. +80015 MD Voucher (500) Voucher in valoare de 500 de Monede Dragon. Obiectul poate fi vandut. +80016 MD Voucher (1000) Voucher in valoare de 1000 de Monede Dragon. Obiectul poate fi vandut. +80017 MD Voucher (50) Voucher in valoare de 50 de Monede Dragon. Obiectul poate fi vandut. +80019 Panza Fina Din acest material este confectionata o Esarfa. +90000 Certificat Anulare Foloseste Certificatul Anularii pentru a inlatura bonusurile de pe o Esarfa. +90001 Sticla goala de apa Sticla pentru transportarea apei - deocamdata este goala. +90002 Sticla de Apa Sticla in care se poate transporta apa. +90003 Cristal Piatra speciala si pretioasa ce straluceste in razele soarelui. +90004 Piatra Pretioasa Bucata de piatra frumos colorata, folosita la productia ornamentelor. +90005 Piatra Acvatica O piatra dura, folosita la ascutirea armelor si ustensilelor de bucatarie. +90006 Piatra Spiritului Atribuita Iteme-lor, creste calitatea lor. +90007 Mineral Sunt in jur de 4000 de minerale ce difera prin structura, forma si culoare. +90010 Piatra de Fundament Metariale de constructii pentru Cladirea Breslei. +90011 Butean Metariale de constructii pentru Cladirea Breslei. +90012 Placaj Material de constructii pentru Cladirea Breslei. +90013 diff --git a/bin/pack/locale_ro/locale/ro/jobdesc_assassin.txt b/bin/pack/locale_ro/locale/ro/jobdesc_assassin.txt new file mode 100644 index 00000000..7733cce5 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/jobdesc_assassin.txt @@ -0,0 +1,20 @@ +[DELAY value;10] +Ninja sunt asasini[ENTER] +profesioniti, capabili n[ENTER] +orice moment s loveasc[ENTER] +tcut i pe neateptate.[ENTER] +Pentru a asigura[ENTER] +[WAIT] +repeziciunea i viteza[ENTER] +atacurilor, aceti asasini[ENTER] +din umbr sunt echipai cu[ENTER] +armuri uoare. Astfel nu[ENTER] +sunt mpiedicate micrile[ENTER] +[WAIT] +lor unduitoare. n funcie[ENTER] +de calificare, ninja sunt[ENTER] +capabili de a mnui cu[ENTER] +virtuozitate att pumnalul[ENTER] +ct i arcul n lupta la[ENTER] +[WAIT] +distan. \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/jobdesc_shaman.txt b/bin/pack/locale_ro/locale/ro/jobdesc_shaman.txt new file mode 100644 index 00000000..7cb5c861 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/jobdesc_shaman.txt @@ -0,0 +1,15 @@ +[DELAY value;10] +nzestrai cu nelepciunea[ENTER] +unor lungi cercetri,[ENTER] +Shamanii folosesc n lupt[ENTER] +vraja i magia. Calitile[ENTER] +lor mistice vin astfel nu[ENTER] +[WAIT] +doar n ajutorul lor nii,[ENTER] +ci i a frailor lor de[ENTER] +arme. Prin specializarea[ENTER] +lor, amanii pot amplifica[ENTER] +atacuri sau pot dezvolta[ENTER] +[WAIT] +vrji de vindecare i[ENTER] +susinere. \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/jobdesc_sura.txt b/bin/pack/locale_ro/locale/ro/jobdesc_sura.txt new file mode 100644 index 00000000..bde0e5b6 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/jobdesc_sura.txt @@ -0,0 +1,20 @@ +[DELAY value;10] +Sura sunt lupttori[ENTER] +nzestrai cu puteri magice[ENTER] +de cnd au lsat smna[ENTER] +diavolului s incoleasc n[ENTER] +braele lor. Din aceast[ENTER] +[WAIT] +cauz sunt n stare s lupte[ENTER] +dibaci cu sabia, n lupta la[ENTER] +apropiere, dar i s produc[ENTER] +pagube inamicului n lupta[ENTER] +la distan, prin utilizarea[ENTER] +[WAIT] +magiei. Prin specializare,[ENTER] +sura i pot mbunti[ENTER] +vrjile de atac[ENTER] +[ENTER] +sau i pot nsui noi vrji[ENTER] +[WAIT] +de ntrire. \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/jobdesc_warrior.txt b/bin/pack/locale_ro/locale/ro/jobdesc_warrior.txt new file mode 100644 index 00000000..fec85a62 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/jobdesc_warrior.txt @@ -0,0 +1,18 @@ +[DELAY value;10] +Datorit calitilor lor,[ENTER] +ct i a armelor i[ENTER] +armurilor grele, rzboinicii[ENTER] +joac un rol esenial n[ENTER] +lupta la apropiere. Toat[ENTER] +[WAIT] +atenia lor se concentreaz[ENTER] +asupra puterii fizice de[ENTER] +fier i a echilibrului[ENTER] +spiritual. n funcie de[ENTER] +specializare, ei produc[ENTER] +[WAIT] +pagube devastatoare prin[ENTER] +mnuirea armelor cu ambele[ENTER] +brae sau dezarmeaz[ENTER] +atacurile inamicilor cu[ENTER] +sabia i scutul. \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/locale_game.txt b/bin/pack/locale_ro/locale/ro/locale_game.txt new file mode 100644 index 00000000..bb4af11b --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/locale_game.txt @@ -0,0 +1,936 @@ +AFF_LOVE_POINT Punct de dragoste: %d%% +ALIGNMENT_NAME Puncte de grad: +ATTACK_ERROR_UNKNOWN Greeal de atac necunoscut: %s +CANNOT_ATTACK_DEST_IN_SAFE Inamicul e prea departe. +CANNOT_ATTACK_SELF_IN_SAFE Nu pot ataca. +CANNOT_EQUIP_IN_EXCHANGE Nu poi schimba echipamentul cnd negociezi. +CANNOT_EQUIP_IN_SHOP Nu poi schimba echipamentul cnd negociezi. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA Nu poi deschide magazinul ntr-un spaiu public. +CANNOT_SHOOT_DEST_IN_SAFE Inamicul e prea departe. +CANNOT_SHOOT_EMPTY_ARROW Am nevoie de o sgeat. +CANNOT_SHOOT_SELF_IN_SAFE Nu pot face asta. +CANNOT_SKILL_APPROACH Sunt sigur ca nu ma pot apropia mai mult de atat. +CANNOT_SKILL_ATTACK Nu pot ataca. +CANNOT_SKILL_BLUE Nu poti folosi Sufletul Lupului Indigo atunci cand este activ Sufletul Lupului Rosu. +CANNOT_SKILL_DEST_IN_SAFE Inamicul e prea departe. +CANNOT_SKILL_EQUIP_FISHING_ROD Am nevoie de o undi. +CANNOT_SKILL_HAVE_TO_RIDE Am nevoie de un cal pentru a folosi asta. +CANNOT_SKILL_NEED_EMPTY_BOTTLE Nu am nicio sticl goal. +CANNOT_SKILL_NEED_POISON_BOTTLE Nu am nicio sticl cu otrav. +CANNOT_SKILL_NEED_TARGET Care este inta? +CANNOT_SKILL_NOT_ENOUGH_HP Nu am destule PV! +CANNOT_SKILL_NOT_ENOUGH_SP Nu am destule PM! +CANNOT_SKILL_NOT_HORSE_SKILL Nu pot folosi asta n timp ce clresc. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON Aceasta abilitate nu o pot folosi la aceasta arma. +CANNOT_SKILL_NOT_YET_LEARN Nu am nvatat aceasta abilitate. +CANNOT_SKILL_ONLY_FOR_ALLIANCE Are efect doar asupra membrilor grupului. +CANNOT_SKILL_ONLY_FOR_CORPSE Are efect doar asupra morilor. +CANNOT_SKILL_RED Nu poti folosi Sufletul Lupului Rosu atunci cand este activ Sufletul Lupului Indigo. +CANNOT_SKILL_REMOVE_FISHING_ROD Nu pot folosi aceasta abilitate cu o undita. +CANNOT_SKILL_SELF_IN_SAFE De aici nu pot ataca. +CANNOT_SKILL_USE_SELF Nu pot folosi asta asupra mea. +CANNOT_SKILL_WAIT_COOLTIME Nu pot folosi inca aceasta abilitate. +CANNOT_USE Nu poti folosi asta. +CANNOT_WHISPER_DEST_REFUSE %s a blocat complet optitul. SA +CANNOT_WHISPER_NOT_LOGON %s nu e online. SA +CANNOT_WHISPER_SELF_REFUSE Nu poi opti cuiva ceva dac optitul e complet blocat. SNA +CHANNEL Canal +CHANNELING_CANNOT_LOGOUT Nu poi reveni la ecranul de login. +CHANNEL_EMPTY_SERVER Niciun server +CHANNEL_NORMAL Canal %d +CHANNEL_NOTIFY_FULL Acest canal este plin! Alege te rog altul. +CHANNEL_NOT_FIND_INFO Nici o informaie gsit via Canal. +CHANNEL_PVP Duel liber +CHANNEL_SELECT_CHANNEL Alege canalul +CHANNEL_SELECT_REGION Selecteaz regiunea. +CHANNEL_SELECT_SERVER Alege serverul +CHANNEL_TEST_SERVER Testeaz serverul +CHANNEL_TEST_SERVER_ADDR Test %s:%d +CHARACTER_CREATE_MODE Creaza caracter +CHARACTER_SELECT_MODE Alege caracter +CHAT_ALL Toi +CHAT_BLOCK Blocheaz +CHAT_GUILD Breasl +CHAT_INFORMATION Info +CHAT_INSULT_STRING Propoziia conine cuvinte nepermise. +CHAT_LOG Arat mesaje vechi [L] +CHAT_LOG_TITLE Log Chat +CHAT_NORMAL Normal +CHAT_NOTICE Anun +CHAT_PARTY Grup +CHAT_SEND_CHAT Trimite mesaj +CHAT_SEND_MEMO Trimite oapt [Shift+Enter] +CHAT_SHOUT Strig +CHAT_SHOUT_LIMIT Poi striga doar o dat la 15 secunde. +CHAT_WHISPER oapt +COMB_ALREADY_APPEND +COMB_CANT_APPEND_ITEM Acest articol nu poate fi folosit. +COMB_CANT_APPEND_SEALED_ITEM Nu poti folosi niciun obiect personalizat. +COMB_COST Pret: %s +COMB_IS_CONTINUE_PROCESS Vrei sa continui? +COMB_NOTICE Nu poti deschide un magazin privat in timp ce faci negot de carti. +COMB_NOTICE_NOT_OPEN Nu poti face negot de carti daca ai un magazin privat deschis. +COMB_NOT_ALL_SLOT_APPEND_ITEM Ai nevoie de un al doilea costum pentru a transfera bonusurile. +COMB_NOT_FULL_BOOK Nu, nu putem face afaceri in acest fel. Ti-am spus deja ca fac negot cu tine doar daca imi oferi 10 carti la schimb. +COMB_NOT_ITEM_IN_INVENTORY Nu poti folosi obiectele echipate. +COMB_NOT_MEDIUM_ITEM Acest articol nu poate fi folosit. +COMB_WILL_REMOVE_MATERIAL Costumul 2 va fi distrus. +CREATE_ERROR_GM_NAME Nu poi folosi ,GM la numele caracterului. +CREATE_ERROR_INSULT_NAME Acest nume este invalid. +CREATE_ERROR_LIMIT_LEVEL Caracterul tau trebuie sa aiba cel putin nivelul 80. +CREATE_ERROR_TIME_LIMIT Poti crea un singur caracter la fiecare 30 de secunde. +CREATE_ERROR_WRONG_STRING Numele personajului nu poate contine caractere speciale. +CREATE_EXIST_SAME_NAME Exist deja un caracter cu acest nume. +CREATE_FAILURE Nu poi crea acest caracter. +CREATE_FULL Nu mai poti crea alte caractere. +CREATE_GM_NAME GM +CREATE_INPUT_NAME Introdu numele. +CREATE_PLUS_STAT Mai sunt puncte de status accesibile. +DAY Zile +DONT_USE_ITEM_WHEN_SHOW_CONFIRM Nu poti muta niciun obiect cand ai o cerere in asteptare. +DO_YOU_BUY_ITEM1 Vrei sa cumperi %s pentru %s? +DO_YOU_BUY_ITEM2 Vrei s cumperi %s %s pentru %s? +DO_YOU_DROP_MONEY Vrei s renuni la %d Yang? +DO_YOU_SELL_ITEM1 Vrei s vinzi %s pentru %s? +DO_YOU_SELL_ITEM2 Vrei s vinzi %s %s pentru %s? +DRAGON_SOUL_CANNOT_REFINE Aceasta Piatra Dragon nu poate fi rafinata. +DRAGON_SOUL_CANNOT_REFINE_MORE Aceasta Piatra Dragon a ajuns deja la nivelul maxim. +DRAGON_SOUL_EQUIP_WARNING1 Este dificil sa inlaturi o Piatra Dragon odata ce a fost atasata. +DRAGON_SOUL_EQUIP_WARNING2 Doresti sa continui? +DRAGON_SOUL_EXPIRED Piatra Dragon Expirata +DRAGON_SOUL_INVALID_DRAGON_SOUL Aceasta este o Piatra Dragon gresita. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL Aceasta nu este o Piatra Dragon. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE Aceasta nu este Piatra Dragon corecta. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL Nu ai suficient material pentru rafinare. +DRAGON_SOUL_NOT_MATCHED_SLOT Piatra Dragon nu se potriveste in acest slot. +DRAGON_SOUL_STEP_LEVEL1 Claritate: opaca, +DRAGON_SOUL_STEP_LEVEL2 Claritate: clara, +DRAGON_SOUL_STEP_LEVEL3 Claritate: perfecta, +DRAGON_SOUL_STEP_LEVEL4 Claritate: stralucitoare, +DRAGON_SOUL_STEP_LEVEL5 Claritate: excelenta, +DRAGON_SOUL_STRENGTH Nivel: +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 Piatra Dragon poate fi distrusa in acest proces. +DRAGON_SOUL_UNEQUIP_WARNING2 Doresti sa continui? +DRAGON_SOUL_UNMATCHED_SLOT Acest slot este gresit. +DRAGON_SOUL_UNQUALIFIED Inca nu poti folosi alchimia Pietrei Dragon. +DROP_ITEM_FAILURE_EQUIP_ITEM Nu poi arunca obiecte din echipament. +DROP_ITEM_FAILURE_PRIVATE_SHOP Nu poi renuna la un obiect atribuit caracterului dac magazinul privat este deschis. +DROP_MONEY_FAILURE_1000_OVER Poi renuna la maxim 999 Yang. +EMOTION_ANGRY Neplcut +EMOTION_ATTRACTIVE Tentaie +EMOTION_BANTER Rutcios +EMOTION_CHEERS_1 Bucurie 1 +EMOTION_CHEERS_2 Bucurie 2 +EMOTION_CHEERUP A se bucura +EMOTION_CHOOSE_ONE Alege o int. +EMOTION_CLAP Aplauze +EMOTION_CLAP_KISS Srut +EMOTION_CONGRATULATION Acord +EMOTION_DANCE_1 Dans 1 +EMOTION_DANCE_2 Dans 2 +EMOTION_DANCE_3 Dans 3 +EMOTION_DANCE_4 Dans 4 +EMOTION_DANCE_5 Dans 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE Iertare +EMOTION_FRENCH_KISS Sarut Frantuzesc +EMOTION_JOY Bucurie +EMOTION_SAD Trist +EMOTION_SHY Refuz +EMOTION_SLAP Lovitur +EMPIRE_A Regatul Shinsoo +EMPIRE_B Regatul Chunjo +EMPIRE_C Regatul Jinno +EMPIRE_SELECT_MODE Alege regat +EXCHANGE_CANNOT_GIVE Nu poi vinde acest obiect. +EXCHANGE_CANT_EDIT_MONEY Acum nu mai poti modifica suma. +EXCHANGE_FAILURE_EQUIP_ITEM Nu poti schimba Iteme atribuite caracterului. +EXCHANGE_MONEY Suma +EXCHANGE_TITLE Schimb cu %s +FISHING_FAILURE Ai pierdut momeala pentru pescuit. +FISHING_NOTIFY1 Se pare ca %s a mucat. +FISHING_NOTIFY2 Se pare c s-a prins %s. +FISHING_SUCCESS1 Ai prins %s. +FISHING_SUCCESS2 Ai scos %s din apa! +FISHING_UNKNOWN Ceva a muscat dar nu tiu ce anume. +FISHING_WRONG_PLACE Nu pot s pescuiesc aici. +FOR_FEMALE Pentru femei +FOR_MALE Pentru brbai +GAME_CANNOT_MINING Nu poi s sapi dup minereu n timp ce clreti. +GAME_CANNOT_PICK_ITEM Nu poi culege acest obiect, pentru ca nu a fost capturat de tine. +GAME_INIT_ERROR_CURSOR Cursorul nu a putut fi creat. +GAME_INIT_ERROR_DIRECTX Ai nevoie de DirectX 8.1 pentru a rula jocul.\nInstaleaz DirectX 8.1 sau peste. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE Nu s-a gasit placa grafic pentru rularea jocului.\nVerific daca placa VGA e instalat corect. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST Placa grafic nu a putut fi iniializat.nVerific dac deii o plac VGA.\nAlternativ poi s activezi accelerarea hardware.\n(Accelerare hardware la maxim \nControl Panel->Display->Settings->Advanced->Troubleshooting) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT Placa grafic nu suport 32bit.\nSchimb pe 16bit sau folosete full screen. +GAME_INIT_ERROR_ITEM_PROTO Datele obiectului inaccesibile.\nReinstaleaz jocul. +GAME_INIT_ERROR_MAIN_WINDOW Fereastra principal nu a putut fi realizat. +GAME_INIT_ERROR_MOB_PROTO Datele monstrului inaccesibile.\nReinstaleaz jocul. +GAME_INIT_ERROR_NETWORK Legatura la reea nu s-a realizat.\nVerific legtura la internet. +GAME_PICK_MONEY Ai primit %d Yang. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT nlimea nu are 128 pixel. +GUILDMARK_UPLOADER_ERROR_12_HEIGHT nlimea nu are 12 pixel. +GUILDMARK_UPLOADER_ERROR_16_WIDTH nlimea nu are 16 pixel. +GUILDMARK_UPLOADER_ERROR_64_WIDTH nlimea nu are 64 pixel. +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT Jocul nu suport aceast imagine. +GUILDMARK_UPLOADER_ERROR_PATH Copiaz fiierele n directorul metin2/upload. +GUILDMARK_UPLOADER_ERROR_SELECT Nicio imagine selectat. +GUILDWAR_CTF_TITLE Cucerete steagul +GUILDWAR_NORMAL_TITLE Btlie pe cmp +GUILDWAR_QUESTION_LINE_1 Breasla %s a declarat breslei tale rzboi, +GUILDWAR_QUESTION_LINE_2 Accepi? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Lupt n Aren +GUILD_BUILDING_GRADE Grad +GUILD_BUILDING_NAME Numele cldirii +GUILD_CANNOT_HEAL_GSP_ANYMORE Energia Spiritul Dragonului este deja plina. +GUILD_COMMENT Scrie +GUILD_CREATE_ERROR_INSULT_NAME Numele breslei nu este permis. +GUILD_DEFAULT_GRADE Membrii breslei +GUILD_DELETE terge +GUILD_DEPOSIT Pune deoparte +GUILD_DO_YOU_HEAL_GSP Doresti sa folosesti %d Yang pentru a restaura %d unitati din Spiritul Dragonului? +GUILD_DO_YOU_JOIN te-a invitat. Vrei s te alturi alianei? +GUILD_EMPTY_AREA ar goal +GUILD_ENEMY_GUILD_NAME Numele breslei inamicului +GUILD_FACILITY Cldire secundar +GUILD_GEM Piatr preioas +GUILD_HEADQUARTER Cldire principal +GUILD_HEAL_GSP Reface Spiritul Dragonului +GUILD_INFO_ENEMY_GUILD_EMPTY Niciuna +GUILD_MARK_NOT_ENOUGH_LEVEL Cerinta: Minim nivelul 3 +GUILD_NAME Numele breslei +GUILD_NOT_ENOUGH_MATERIAL Nu deii destul material pentru aceast cldire. +GUILD_NOT_ENOUGH_MONEY Nu deii destul Yang pentru aceast cldire. +GUILD_NO_NOTICE_PERMISSION Nu i este permis s faci un anun. +GUILD_OBJECT Obiecte +GUILD_OFFER_EXP Investete Experien +GUILD_SHORT_EXP Nu ai destule puncte de experien. +GUILD_TILE_BASEINFO Informaii de baz +GUILD_TILE_BOARD Tabl +GUILD_TILE_GRADE Drepturi de Administrare +GUILD_TILE_INFO Informaii breasl +GUILD_TILE_MEMBER Membrii breslei +GUILD_TILE_SKILL Calificarea breslei +GUILD_VILLAGE_01 Miryang +GUILD_VILLAGE_02 Songpa +GUILD_VILLAGE_03 Daeyami +GUILD_WAR1 Zona de Lupta Breasla +GUILD_WAR2 Zona de Lupta Breasla +GUILD_WAR3 Zona de Lupta Breasla +GUILD_WAR4 Zona de Lupta Breasla +GUILD_WAR_LIMIT_30MIN Timp: 30 de minute +GUILD_WAR_REWARD_POTION Recompens: Ctigtorul primete licori +GUILD_WAR_USE_BATTLE_MAP Locaie: Cmpul de Lupt al Breslei +GUILD_WAR_USE_NORMAL_MAP Locaie: Harta Normal +GUILD_WAR_WIN_CHECK_SCORE Cel mai bun rezultat ctig rzboiul. +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Captureaz steagul inamicului +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 i adu-l n baza ta. +GUILD_WAR_WIN_WIPE_OUT_GUILD nfrnge toi inamicii pentru a ctiga. +GUILD_WITHDRAW Retragere +GUILD_YOU_DO_NOT_JOIN Nu aparii nici unei bresle. +HORSE_HEALTH0 Mort +HORSE_HEALTH1 Foame +HORSE_HEALTH2 nfometat +HORSE_HEALTH3 Plin +HORSE_LEVEL1 Cal normal +HORSE_LEVEL2 Cal de lupt +HORSE_LEVEL3 Cal militar +HOUR Ore +HOW_MANY_ITEM_DO_YOU_DROP1 Vrei s arunci %s? +HOW_MANY_ITEM_DO_YOU_DROP2 Vrei s arunci %s %d? +INPUT_MATRIX_CARD_NUMBER Introdu numrul plcii matrix +INPUT_MATRIX_CARD_TITLE Placa matrix +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Introducere cod de tergere din administrare cont. +INPUT_PRIVATE_CODE_DIALOG_TITLE terge caracterul +INVENTORY_DO_NOT_PACK_WARP_SCROLL Pergamentul nu poate fi adugat. +INVENTORY_REALLY_USE_ITEM Doresti sa folosesti asta pe acest obiect? +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Ninja amator +JOB_ASSASSIN1 Puterea ninja +JOB_ASSASSIN2 Vampir +JOB_SHAMAN Saman +JOB_SHAMAN0 aman amator +JOB_SHAMAN1 Puterea zmeului +JOB_SHAMAN2 Puterea fulgerului +JOB_SURA Sura +JOB_SURA0 Sura amator +JOB_SURA1 Puterea fata morgana +JOB_SURA2 Puterea magiei negre +JOB_WARRIOR Razboinic +JOB_WARRIOR0 Rzboinic amator +JOB_WARRIOR1 Puterea Arahan +JOB_WARRIOR2 Puterea partizanilor +LEFT_TIME Timp rmas +LOGIN_CONNECT_FAILURE Eroare la conectarea la server. +LOGIN_CONNECT_SUCCESS Ai fost conectat la server. +LOGIN_CONNETING Vei fi conectat la server... +LOGIN_FAILURE_ALREAY Contul tu este deja conectat. +LOGIN_FAILURE_BE_SAME_KEY Problem la login +LOGIN_FAILURE_BLOCK_ID Contul este blocat. +LOGIN_FAILURE_BLOCK_LOGIN Alege alt server! +LOGIN_FAILURE_NOBILL Contul nu deine timp de joc. +LOGIN_FAILURE_NOT_AVAIL Contul este inaccesibil. +LOGIN_FAILURE_NOT_EXIST_ID Nume contului sau parola sunt greite. +LOGIN_FAILURE_REPAIR_ID Pentru acest cont sunt refcute obiectele. +LOGIN_FAILURE_SAMELOGIN Cineva s-a conectat la contul tau. +LOGIN_FAILURE_SHUTDOWN Serverul nu este nc deschis. +LOGIN_FAILURE_TOO_MANY_USER Conectarea nu s-a realizat pentru ca exist prea muli juctori. +LOGIN_FAILURE_UNKNOWN Login a euat din motive necunoscute. +LOGIN_FAILURE_WEB_BLOCK Ai fost blocat pe website. Verific-i mailurile. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Ai introdus un numr greit. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE Ai introdus de 3 ori un numr greit. Conectarea va fi nchis. +LOGIN_FAILURE_WRONG_PASSWORD Nume sau parola greit. +LOGIN_INPUT_ID Introdu ID-ul. +LOGIN_INPUT_PASSWORD Introdu parola. +LOGIN_PROCESSING Conectarea ruleaz ... +MALL_CANNOT_INSERT Nu poi poziiona obiectul. +MALL_PASSWORD_TITLE Parola +MAP_A1 inutul Yongan +MAP_A2 Valea Seungryong +MAP_A2_1 +MAP_A3 inutul Yayang +MAP_AG Jungrang +MAP_B1 inutul Joan +MAP_B2 Valea Imji +MAP_B3 inutul Bokjung +MAP_BAY Trecatoarea Nephrite +MAP_BAYBLACKSAND Trecatoarea Nephrite +MAP_BG Waryong +MAP_C1 inutul Pyungmoo +MAP_C2 Valea Bangsan +MAP_C3 inutul Bakra +MAP_CAPE Peninsula Dragon de Foc +MAP_CAPEDRAGONHEAD Peninsula Dragon de Foc +MAP_CG Imha +MAP_DAWN Stancile Gautama +MAP_DAWNMISTWOOD Stancile Gautama +MAP_DESERT Deertul Yongbi +MAP_DEVILCATACOMB Catacomba Diavolului +MAP_DEVILTOWER1 Turnul Demonilor +MAP_DUEL Arena Antrenament de Lupta +MAP_E Colonie +MAP_EMPIREWAR01 Batalie Castel +MAP_EMPIREWAR02 Batalie Castel +MAP_EMPIREWAR03 Batalie Castel +MAP_FLAME Doyyumhwan +MAP_GUILD_01 Jungrang +MAP_GUILD_02 Waryong +MAP_GUILD_03 Imha +MAP_HOLYPLACE_DESERT Desert Batalia Regatului +MAP_HOLYPLACE_FLAME Tara de Foc Batalia Regatului +MAP_HOLYPLACE_ICE Tara Inghetata Batalia Regatului +MAP_MILGYO Templul Hwang +MAP_MILGYO_A +MAP_MONKEY_DUNGEON Hasun Dong +MAP_MONKEY_DUNGEON2 Jungsun Dong +MAP_MONKEY_DUNGEON3 Sangsun Dong +MAP_MONKEY_DUNGEON_11 Hasun Dong +MAP_MONKEY_DUNGEON_12 Hasun Dong +MAP_MONKEY_DUNGEON_13 Hasun Dong +MAP_MT_THUNDER Muntii Thunder +MAP_NUSLUCK Taramul Gigantilor +MAP_NUSLUCK01 Taramul Gigantilor +MAP_N_DESERT_01 Desertul Yongbi +MAP_N_DESERT_02 +MAP_N_FLAME_01 Tara de Foc +MAP_N_FLAME_02 +MAP_N_FLAME_DUNGEON_01 Fortareata Dragonului Rosu +MAP_N_SNOWM_01 Muntele Sohan +MAP_N_SNOWM_02 +MAP_N_SNOW_DUNGEON_01 Turnul lui Nemere +MAP_N_THREEWAY Valea Seungryong +MAP_OXEVENT Concurs OX +MAP_PATHWAY_DESERT_01 Desert Batalia Regatului +MAP_PATHWAY_DESERT_02 Desert Batalia Regatului +MAP_PATHWAY_DESERT_03 Desert Batalia Regatului +MAP_PATHWAY_FLAME_01 Tara de Foc Batalia Regatului +MAP_PATHWAY_FLAME_02 Tara de Foc Batalia Regatului +MAP_PATHWAY_FLAME_03 Tara de Foc Batalia Regatului +MAP_PATHWAY_ICE_01 Tara Inghetata Batalia Regatului +MAP_PATHWAY_ICE_02 Taramul Jocului +MAP_PATHWAY_ICE_03 Tara Inghetata Batalia Regatului +MAP_SKELTOWER Turnul Gumsan +MAP_SKIPIA_DUNGEON_01 Grota Exilului +MAP_SKIPIA_DUNGEON_011 +MAP_SKIPIA_DUNGEON_012 +MAP_SKIPIA_DUNGEON_013 +MAP_SKIPIA_DUNGEON_02 Grota Exilului 2 +MAP_SKIPIA_DUNGEON_021 +MAP_SKIPIA_DUNGEON_022 +MAP_SKIPIA_DUNGEON_023 +MAP_SKIPIA_DUNGEON_BOSS Templul Dragonului +MAP_SKIPIA_DUNGEON_BOSS_1 Temnita Paianjenilor 1 +MAP_SKIPIA_DUNGEON_BOSS_2 Temnita Paianjenilor 2 +MAP_SKIPIA_DUNGEON_BOSS_3 Temnita Paianjenilor 3 +MAP_SNOW Muntele Sohan +MAP_SPIDER Kuahlo Dong +MAP_SPIDERDUNGEON Temnita Paianjenilor 1 +MAP_SPIDERDUNGEON_02 Temnita Paianjenilor 2 +MAP_SPIDERDUNGEON_02_1 Temnita Paianjenilor 2 +MAP_SPIDERDUNGEON_03 Temnita Paianjenilor 3 +MAP_SUNGZI Batalia Regatului +MAP_SUNGZI_DESERT_01 Desert Batalia Regatului +MAP_SUNGZI_DESERT_HILL_01 Desert Batalia Regatului +MAP_SUNGZI_DESERT_HILL_02 Desert Batalia Regatului +MAP_SUNGZI_DESERT_HILL_03 Desert Batalia Regatului +MAP_SUNGZI_FLAME_HILL_01 Tara de Foc Batalia Regatului +MAP_SUNGZI_FLAME_HILL_02 Tara de Foc Batalia Regatului +MAP_SUNGZI_FLAME_HILL_03 Tara de Foc Batalia Regatului +MAP_SUNGZI_SNOW Tara Inghetata Batalia Regatului +MAP_SUNGZI_SNOW_PASS01 Tara Inghetata Batalia Regatului +MAP_SUNGZI_SNOW_PASS02 Tara Inghetata Batalia Regatului +MAP_SUNGZI_SNOW_PASS03 Tara Inghetata Batalia Regatului +MAP_T1 Zona de Lupta Breasla +MAP_T2 Zona de Lupta Breasla +MAP_T3 Zona de Lupta Breasla +MAP_T4 Zona de Lupta Breasla +MAP_TEMPLE Templul Hwang +MAP_THUNDER Muntii Thunder +MAP_TREE Lungsam +MAP_TRENT Padurea Fantoma +MAP_TRENT02 Padurea Rosie +MAP_TRENT02_A Padurea Rosie +MAP_TRENT_A +MAP_WEDDING_01 Harta Casatoriilor +MAP_WL Valea Serpilor +MAP_WL_01 Valea Serpilor +MESSENGER_ADD_FRIEND Adaug prieten +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s te-a acceptat ca prieten. +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Accepi? +MESSENGER_DO_YOU_DELETE terge? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Vrei s tergi numrul de mobil? +MESSENGER_DO_YOU_MOVE Mai departe? +MESSENGER_EMPTY_LIST Gol +MESSENGER_FAMILY Familie +MESSENGER_FRIEND Prieteni +MESSENGER_GUILD Breasl +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Trimite codul de pe telefonul mobil. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Introdu codul +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Introdu numrul de mobil pentru trimiterea SMS-ului. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Vrei s introduci acum numrul de mobil? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Introdu numrul de mobil +MESSENGER_SEND_MOBILE_MESSAGE_TITLE Trimite mesaj. +METIN_TEST +MINIMAP Deschide mini harta +MINIMAP_CANNOT_SEE Harta mini nu poate fi afiat. +MINIMAP_CAN_NOT_SHOW_AREAMAP Harta mare nu poate fi afiat. +MINIMAP_DEC_SCALE Minimeaz +MINIMAP_INC_SCALE Maximeaz +MINIMAP_OBSERVER_COUNT %d spectatori +MINIMAP_SHOW_AREAMAP Deschide hart mare +MINUTE Min +MONETARY_UNIT0 Yang +MONETARY_UNIT1 zece mii +MONETARY_UNIT2 o sut de milioane +MONEY_INPUT_DIALOG_SELLPRICE Pre de vnzare: +MOVE_ITEM_FAILURE_PRIVATE_SHOP Nu poi muta obiectul dac ai deschis un magazin privat. +MUSIC_EMPTY_MUSIC_LIST Nicio muzic de fundal. +MUSIC_METIN2_DEFAULT_THEMA Metin2 muzica standard +MUSIC_NOT_SELECT_MUSIC Nu ai ales nici un fiier de muzic. +NEEFD_REST Trebuie s te odihneti nti. +NOT_YET_SUPPORT Nu este suportat. +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE Nu poi activa modul breasl dac nu aparii nici uneia. +OPTION_PVPMODE_NOT_SUPPORT Nu poi folosi configuraia modului PvP. +OPTION_PVPMODE_PROTECT Trebuie s fi atins minim nivelul %d pentru a activa modul PvP. +PARTY_ANSWER_TIMEOVER Invitatia a fost respinsa. +PARTY_BONUS_ATTACKER Valoare atac: +%d SA +PARTY_BONUS_BERSERKER Vitez de atac: +%d SA +PARTY_BONUS_BUFFER Durata Skill: +%d SA +PARTY_BONUS_DEFENDER Aprare: +%d SA +PARTY_BONUS_EXP Bonus-EXP: %d%% SA +PARTY_BONUS_SKILL_MASTER Max. PM: +%d SA +PARTY_BONUS_TANKER Max. PV: +%d SA +PARTY_BREAK_UP Sparge grupa +PARTY_DO_YOU_ACCEPT %s te-a invitat in grup. +PARTY_DO_YOU_JOIN , accepti invitaia de a intra n grup? +PARTY_EXP_DISTRIBUTION_MODE Distribuire EXP +PARTY_EXP_DISTRIBUTION_MODE_LEVEL Adept level +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP Nivel mai nalt primete mai mult EXP. +PARTY_EXP_DISTRIBUTION_MODE_PARITY Egal +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Toi membrii grupei primesc la fel de mult EXP. +PARTY_HEAL_ALL_MEMBER Reface totul +PARTY_INCREASE_AREA_150 Autonomia grupei mrit de 1,5 ori. SNA +PARTY_INCREASE_AREA_200 Autonomia grupei mrit de 2 ori. SNA +PARTY_LEAVE Prsete grupul +PARTY_LONGTIME_BONUS_EXP EXP-bonus pentru joc de grup lung: +%d%% SA +PARTY_MEMBER_OFFLINE [Offline] +PARTY_RECALL_MEMBER Strig membru al grupei ncoace. +PARTY_REGEN_BONUS Bonus pentru regenerarea PV + PM: +%d%% SA +PARTY_REQUEST_DENIED Cererea a fost refuzata. +PARTY_SET_ATTACKER Stabilete ca atacator. +PARTY_SET_BERSERKER Stabilete ca berserker. +PARTY_SET_BUFFER Stabilete ca blocant. +PARTY_SET_DEFENDER Stabilete ca aprtor. +PARTY_SET_NORMAL Anuleaz setarea. +PARTY_SET_SKILL_MASTER Stabilete ca maestru al competenei. +PARTY_SET_TANKER Stabilete ca lupttor de apropiere. +PARTY_SKILL_ATTACKER Valoare de baz atac atacator +%.0f +PARTY_SKILL_BERSERKER Viteza de atac berserker +%.0f +PARTY_SKILL_BUFFER Durata Skill Blocant +%.0f +PARTY_SKILL_DEFENDER Aprare aprtor +%.0f +PARTY_SKILL_HP_REGEN Regenerare PV +%.0f%% +PARTY_SKILL_PARTY_AREA Autonomia grupei +%d%% +PARTY_SKILL_SKILL_MASTER PM maestrul competenei max. +%.0f +PARTY_SKILL_SP_REGEN Regenerare PM +%.0f%% +PARTY_SKILL_TANKER Max. PV luptator aproape +%.0f +PARTY_SKILL_WARP Capacitate de a striga membri ai grupei ncoace. +PASSWORD_TITLE Parola depozit +PICK_ITEM_TITLE Numrul obiectului. +PICK_MONEY_TITLE Suma +PRIVATE_SHOP_CANNOT_SELL_ITEM Nu poi vinde acest obiect n magazin. +PRIVATE_SHOP_CLOSE_QUESTION Vrei s nchizi magazinul? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE Numele magazinului +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Pre +PVP_LEVEL0 Cavaler +PVP_LEVEL1 Nobil +PVP_LEVEL2 Bun +PVP_LEVEL3 Prietenos +PVP_LEVEL4 Neutru +PVP_LEVEL5 Agresiv +PVP_LEVEL6 Dezonorat +PVP_LEVEL7 Rautacios +PVP_LEVEL8 Crud +PVP_MODE_GUILD Mod PvP-breasl activat +PVP_MODE_KILL PvP - liber activat. +PVP_MODE_NORMAL PvP - pace activat. +PVP_MODE_PROTECT PvP - protecie activat. +PVP_MODE_REVENGE PvP - agresiv activat. +PVP_OPTION_KILL Liber +PVP_OPTION_NORMAL Pace +PVP_OPTION_PROTECT Protecie +PVP_OPTION_REVENGE Agresiv +QUEST_APPEND Misiune noua nregistrata. +QUEST_MIN Min. +QUEST_SEC Sec. +QUEST_TIMEOVER Timpul a expirat +QUEST_UNLIMITED_TIME Nici o limit de timp +QUEST_ZEROSEC 0 sec. +QUICKSLOT_REGISTER_DISABLE_ITEM Acest obiect nu poate fi adugat la cmpul de acces rapid. +RECEIVE_MESSAGE %s i-a trimis un mesaj. +REFINE_COST Costuri de mbuntire: %d Yang +REFINE_DESTROY_WARNING Obiectul poate fi distrus prin nnobilare. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Crete probabilitatea de mbuntire, +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 dar dac nu i reuete, obiectul va fi distrus. Continui? +REFINE_DOWN_GRADE_WARNING Obiectul poate fi distrus prin nnobilare. +REFINE_DO_YOU_SEPARATE_METIN Doreti s nlturi toate Pietrele Spiritului disponibile? +REFINE_FAILURE Nu a funcionat. Am euat. +REFINE_FAILURE_CAN_NOT_ATTACH %s nu poate fi adugat obiectului. +REFINE_FAILURE_EQUIP_ITEM Nu poi mbunti Obiectele echipate. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM Nu poate fi indepartata nici o piatra stafie. +REFINE_FAILURE_NEED_BETTER_SCROLL Ai nevoie de un pergament de mbuntire mai bun. +REFINE_FAILURE_NO_GOLD_SOCKET Nu exist suport de aur pentru a aduga %s. +REFINE_FAILURE_NO_MORE_SOCKET Nu poi s mai adaugi suporturi. +REFINE_FAILURE_NO_SOCKET0 Nu exist suport pentru a aduga %s. +REFINE_FAILURE_SOCKET_DISABLE_ITEM Acestui obiect nu i poate fi adugat un suport. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM Acest obiect nu poate fi mbuntit. +REFINE_SUCCESS mbuntirea obiectului a reuit. +REFINE_SUCCESS_PROBALITY ans de mbuntire: %d%% +REFINE_WARNING2 Vrei s continui? +SAFEBOX_ERROR Ai introdus o parol greit. +SAFEBOX_SELL_DISABLE_SAFEITEM Nu poi vinde nici unul din obiectele salvate. +SAFEBOX_WRONG_PASSWORD Parolele trebuie s fie identice. +SCREENSHOT_SAVE1 e salvat n +SCREENSHOT_SAVE2 Directorul screenshot +SCREENSHOT_SAVE_FAILURE Salvarea screenshotului euat. +SECOND Sec +SELECT_CAN_NOT_DELETE Nu poi terge caracterul. +SELECT_CHANGED_NAME Ai schimbat numele caracterului. +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME Numele caracterului exist deja. +SELECT_CHANGE_FAILURE_STRANGE_INDEX Mai ncearc odat. +SELECT_CHANGE_FAILURE_STRANGE_NAME Numele caracterului este greit. +SELECT_CHANGE_NAME_TITLE Schimb numele caracterului +SELECT_DELEING Caracterul se va terge +SELECT_DELETED tergerea s-a realizat. +SELECT_DO_YOU_DELETE_REALLY Vrei s continui? +SELECT_EMPTY_SLOT Acesta este un cmp gol. +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Introdu un nou nume. +SELECT_NOT_JOIN_GUILD Nici o breasl +SHOP_BUY_INFO Alege Obiectul pe care vrei s-l cumperi n fereastra magazinului. +SHOP_CANNOT_SELL_EQUIPMENT Nu poi vinde Obiectele echipate. +SHOP_CANNOT_SELL_ITEM Acest obiect nu este de vnzare. +SHOP_ERROR_UNKNOWN Eroare Necunoscuta Magazin: %s +SHOP_INVALID_POS Acest obiect este nepotrivit. +SHOP_INVENTORY_FULL Nu mai exist loc n inventar. +SHOP_NOT_ENOUGH_MONEY Yang insuficieni +SHOP_NOT_ENOUGH_MONEY_EX Nu ai suficient Yang. +SHOP_SELL_INFO Alege Obiectul pe care vrei s-l vinzi din fereastra inventarului tu. +SHOP_SOLDOUT Vndut +SHOT_ERROR_UNKNOWN Eroare necunoscut n timpul atacului la distan: %s +SKILL_BLEEDING Sangerare +SKILL_BOHO Reflectare +SKILL_BUDONG Nu se mai folosete +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK Ai nevoie de EXP pentru a nva calificarea aceasta. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Ai nevoie de o carte pentru a nva aceast calificare. +SKILL_CHEONGEUN Corp puternic +SKILL_CRITICAL Lovitur critic +SKILL_ENCHANT_POISON Folosete otrav +SKILL_EUNHYEONG Invizibil +SKILL_FAINT Necunotiin +SKILL_FIND_TRAP Caut capcan +SKILL_FIRE Foc Permanent +SKILL_FISHMIND Marmura de pescuit este activ +SKILL_GAMJI nregistrare +SKILL_GEOMGYEONG Aura sabiei +SKILL_GEONGON SKILL_GEONGON Nu mai este folosit +SKILL_GICHEON Ajutorul Dragonului +SKILL_GIGONG Rotaia Chi +SKILL_GONGPO Fric +SKILL_GRADE_NAME_GRAND_MASTER %s Mare maestru +SKILL_GRADE_NAME_MASTER %s Maestru +SKILL_GRADE_NAME_PERFECT_MASTER %s maestru perfect +SKILL_GROUP_ASSASSIN_1 Lam +SKILL_GROUP_ASSASSIN_2 Arc +SKILL_GROUP_HORSE Clrie +SKILL_GROUP_SHAMAN_1 Zmeu +SKILL_GROUP_SHAMAN_2 Vindecare +SKILL_GROUP_SURA_1 Arme +SKILL_GROUP_SURA_2 Magie +SKILL_GROUP_WARRIOR_1 Corp +SKILL_GROUP_WARRIOR_2 Mental +SKILL_GWIGEOM Lam fermecat +SKILL_GYEONGGONG Uurare +SKILL_HEUKSIN Protecie ntunecat +SKILL_HOSIN Binecuvntare +SKILL_HWAYEOM SKILL_HWAYEOM Nu mai este folosit +SKILL_HYEOLMA SKILL_HYEOLMA Nu mai este folosit +SKILL_INC_ATKSPD Viteza de atac a crescut +SKILL_INC_MOVSPD Viteza de micare a crescut +SKILL_INMA SKILL_INMA Nu mai este folosit +SKILL_JEOJU Blestem +SKILL_JEONGEOP Vindecare +SKILL_JEONGWI Beia de lupt +SKILL_JEONSINBANGEO Aprare deplin +SKILL_JEONSINGONGGYEOK Atac deplin +SKILL_JEUNGCHE SKILL_JEUNGCHE Nu mai este folosit +SKILL_JEUNGHON SKILL_JEUNGHON Nu mai este folosit +SKILL_JEUNGRYEOK Atac + +SKILL_JEUNGSOK Vitez + +SKILL_JIGAM SKILL_JIGAM Nu mai este folosit +SKILL_JIPJUNG SKILL_JIPJUNG Nu mai este folosit +SKILL_JUMAGAP Armur fermecat +SKILL_JUMAGEOM SKILL_JUMAGEOM Nu mai este folosit +SKILL_KWAEGEOM SKILL_KWAEGEOM Nu mai este folosit +SKILL_KWAESOK Repeziciune +SKILL_LEGBOUND SKILL_LEGBOUND Nu mai este folosit +SKILL_MUSA SKILL_MUSA Nu mai este folosit +SKILL_MUYEONG Spiritul focului +SKILL_NEED_EMPTY_BOTTLE Nu am nici o sticl goal. +SKILL_NEED_POISON_BOTTLE Nu am nici o sticl de otrav. +SKILL_ONLY_FOR_GUILD_WAR Poi folosi aceast calificare doar ntr-un rzboi de bresle. +SKILL_PABEOP Alung vraja. +SKILL_POWERFUL_STRIKE Atac anestezie +SKILL_SEOMGWANG Bomb fulger +SKILL_SINCHAK SKILL_SINCHAK Nu mai este folosit +SKILL_SLEEP Somn +SKILL_SLOW ncet +SKILL_STUN Anestezia +SKILL_SUHO Paznic +SKILL_SUMMON_DESCRIPTION ansa incantaiei: %d%% +SKILL_TOOLTIP_INT Inteligen +SKILL_TOOLTIP_LEVEL Nivel +SKILL_TOXICDIE Otrvire +SKILL_TOXICPOWER Atac otrvitor mbuntit +SKILL_TUSOK Lovitur de stafie +SKILL_WONSIN SKILL_WONSIN Nu mai este folosit +SKILL_YONGSIN SKILL_YONGSIN Nu mai este folosit +STAT_MINUS_CON Adaptarea Vitalitii (ansa rmas: %d) +STAT_MINUS_DEX Adaptarea Dexteritii (ansa rmas: %d) +STAT_MINUS_INT Adaptarea inteligenei (ansa rmas: %d) +STAT_MINUS_STR Ajustarea Puterii (ans rmas: %d) +STAT_TOOLTIP_CON Crete PV i aprarea +STAT_TOOLTIP_DEX Crete atacul i evadarea +STAT_TOOLTIP_INT Crete PM, atacul magic i aprarea +STAT_TOOLTIP_STR Crete valoarea atacului i daunele +SYMBOLLIST_TITLE Anun steagul breslei +SYSTEM_OPTION_CPU_TILING_1 Modul CPU-Tiling poate mbunti vinteza unui computer mai slab. +SYSTEM_OPTION_CPU_TILING_2 Dac apar probleme cu grafica, alege ,System Option sau ,CONFIG.exe +SYSTEM_OPTION_CPU_TILING_3 i treci astfel n modul GPU-Tiling +SYSTEM_OPTION_GPU_TILING_1 Modul GPU-Tiling poate rula mai ncet pe un computer mai slab +SYSTEM_OPTION_GPU_TILING_2 Dac sunt probleme cu grafica, "System Options" sau "CONFIG.exe" +SYSTEM_OPTION_GPU_TILING_3 i treci astfel n modul GPU-Tiling +SYSTEM_OPTION_TILING_EXIT Pentru trecerea n modul Placare, jocul trebuie re-pornit. +TARGET_BUTTON_ACCEPT_FIGHT Aprob +TARGET_BUTTON_AVENGE Rzbunare +TARGET_BUTTON_BUILDING_DESTROY Distruge +TARGET_BUTTON_DISMOUNT Descalec +TARGET_BUTTON_EMOTION_ALLOW Emoii +TARGET_BUTTON_EXCHANGE Negociaz +TARGET_BUTTON_EXCLUDE Exclude +TARGET_BUTTON_EXIT_OBSERVER nchide modul spectator +TARGET_BUTTON_FIGHT Duel +TARGET_BUTTON_FRIEND Prieten +TARGET_BUTTON_INVITE_GUILD Invitaia breslei +TARGET_BUTTON_INVITE_PARTY Invitaia grupei +TARGET_BUTTON_LEAVE_PARTY Prsete grupa +TARGET_BUTTON_REQUEST_ENTER_PARTY Altur-te grupei +TARGET_BUTTON_VIEW_EQUIPMENT Armament +TARGET_BUTTON_WHISPER oapt +TARGET_LEVEL_BOSS Boss +TARGET_LEVEL_KING Categoria 5. +TARGET_LEVEL_KNIGHT Categoria 3. +TARGET_LEVEL_PAWN Categoria 1 +TARGET_LEVEL_S_KNIGHT Categoria 4 +TARGET_LEVEL_S_PAWN Categoria 2 +TASKBAR_ATTACK Atac +TASKBAR_AUTO Atac automat +TASKBAR_CAMERA Camer +TASKBAR_EXP Experien +TASKBAR_HP PV +TASKBAR_MOVE Mica +TASKBAR_SKILL Calificare +TASKBAR_SP PM +TASKBAR_ST AP +THING_COUNT toate +TOOLTIP_ANTI_CRITICAL_PCT Rezistenta la lovitura critica +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT Rezistenta la lovitura patrunzatoare +%d%% SA +TOOLTIP_ANTI_SELL Nu poate fi vndut n magazin. +TOOLTIP_APPLY_ACCEDRAIN_RATE Rata de absorbtie: %d%% SA +TOOLTIP_APPLY_ATTBONUS_ANIMAL Tare mpotriva animalelor +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Tare mpotriva ninja +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL Tare mpotriva diavolului +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Tare mpotriva semi-oamenilor +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Tare mpotriva esotericilor +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Tare mpotriva montrilor +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC Tare mpotriva orcilor +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN Tare mpotriva amanilor +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA Tare mpotriva sura +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD Puternic mpotriva vampirilor +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Tare mpotriva rzboinicilor +%d%% SA +TOOLTIP_APPLY_BLEEDING_PCT Atac sangeros + %d%% SA +TOOLTIP_APPLY_BLEEDING_REDUCE Rezistenta impotriva atacului sangeros + %d%% SA +TOOLTIP_APPLY_BLOCK ansa de a bloca un atac corporal +%d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER Reface n lupt PM la interval de 5 sec. %d SA +TOOLTIP_APPLY_CRITICAL_PCT ansa de lovitur critic +%d%% SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER ans %d%% de a primi napoi PM la lovituri reuite SA +TOOLTIP_APPLY_DODGE ans %d%% de a evita atacul cu sgei SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS ans %d%% la bonus-EXP SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS ans %d%% de a arunca de dou ori mai mult Yang SA +TOOLTIP_APPLY_IMMUNE_FALL Imun la cztur SNA +TOOLTIP_APPLY_IMMUNE_SLOW Aparare impotriva incetinirii SNA +TOOLTIP_APPLY_IMMUNE_STUN Aparare impotriva necunostintei SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS ans %d%% de a arunca de 2 ori mai multe obiecte SA +TOOLTIP_APPLY_KILL_HP_RECOVER ans %d%% de a reface PV SA +TOOLTIP_APPLY_KILL_SP_RECOVER ans %d%% de a reface PM SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% ans de a jefui SP SA +TOOLTIP_APPLY_MAX_HP_PCT Max. PV +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT Max. PM +%d%% SA +TOOLTIP_APPLY_NOAFFECT Fr efect +TOOLTIP_APPLY_NO_DEATH_PENALTY Nu vei pierde puncte de experien dac iti vei invia caracterul in locul in care a murit. SNA +TOOLTIP_APPLY_PENETRATE_PCT ans %d%% la lovituri ptrunztoare SA +TOOLTIP_APPLY_POISON_PCT ans de otrvire %d%% SA +TOOLTIP_APPLY_POISON_REDUCE Rezistena la otrav %d%% SA +TOOLTIP_APPLY_POTION_BONUS %d%% cretere efect al licorii SA +TOOLTIP_APPLY_REFLECT_CURSE ansa %d%% de a reflecta un blestem SA +TOOLTIP_APPLY_REFLECT_MELEE %d%% ans de a reflecta loviturile atacului corporal SA +TOOLTIP_APPLY_RESIST_ASSASSIN ansa de aprare mpotriva atacului ninja %d%% SA +TOOLTIP_APPLY_RESIST_BELL Aprare clopot %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER Aprare pumnal %d%% SA +TOOLTIP_APPLY_RESIST_FAN Aprare evantai %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN ansa de aprare mpotriva atacului amanilor %d%% SA +TOOLTIP_APPLY_RESIST_SURA ansa de aprare mpotriva atacului sura %d%% SA +TOOLTIP_APPLY_RESIST_SWORD Aprare cu sabia %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND Aprare cu dou mini %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR Sansa de aparare impotriva atacului razboinicilor: %d%% SA +TOOLTIP_APPLY_RESIST_WIND Rezistena vntului %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS ansa de a nva din cri de 2,5 ori mai bun. SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY Dac nvatul nu reuete, ai nc o ncercare gratuit. SNA +TOOLTIP_APPLY_SLOW_PCT ans de ncetinire %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% daune vor fi absorbite de PV. SA +TOOLTIP_APPLY_STEAL_SP %d%% daune vor fi absorbite de PM. SA +TOOLTIP_APPLY_STUN_PCT ansa de blocare %d%% SA +TOOLTIP_ARMOR Armur +TOOLTIP_ARROW Sgeat +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE Valoarea atacului +%d SA +TOOLTIP_ATT_SPEED Viteza de atac +%d%% SA +TOOLTIP_AUTO_POTION_HP Elixirul Soarelui +TOOLTIP_AUTO_POTION_REST A mai ramas: %.2f%% +TOOLTIP_AUTO_POTION_SP Elixirul Lunii +TOOLTIP_AUTO_POTION_USING Activ +TOOLTIP_BOW_DISTANCE Autonomia arcului +%dm SA +TOOLTIP_BUYPRICE Pre: %s +TOOLTIP_CAST_SPEED Viteza farmecului +%d%% SA +TOOLTIP_CON Vitalitate +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Bonus costum %d%% SA +TOOLTIP_DEF_GRADE Aprare +%d SA +TOOLTIP_DEX Dexteritate +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Pamant SNA +TOOLTIP_DRAGON_SOUL_DECK2 Cer SNA +TOOLTIP_EAR Cercel +TOOLTIP_ENERGY Energie %d SA +TOOLTIP_ETC etc. +TOOLTIP_FISHINGROD_EXP Puncte: %d / %d +TOOLTIP_FISHINGROD_LEVEL Nivel: %d +TOOLTIP_FISHINGROD_UPGRADE1 D-o pescarului +TOOLTIP_FISHINGROD_UPGRADE2 pentru a realiza din ea +TOOLTIP_FISHINGROD_UPGRADE3 undi +TOOLTIP_FISH_LEN Lungime: %.2fcm +TOOLTIP_HELMET Coif +TOOLTIP_HP_REGEN Regenerarea PV +%d%% SA +TOOLTIP_INT Inteligen +%d SA +TOOLTIP_ITEM_ATT_GRADE Valoarea atacului %d +TOOLTIP_ITEM_ATT_POWER Valoarea atacului %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Valoarea atacului %d +TOOLTIP_ITEM_ATT_POWER_REFINE Valoarea atacului %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Viteza de atac %s +TOOLTIP_ITEM_DEF_GRADE Aprare %d +TOOLTIP_ITEM_FAST Repede +TOOLTIP_ITEM_LIMIT_CON Limita superioar a vitalitii %d +TOOLTIP_ITEM_LIMIT_DEX Limita Superioar a Dexteritii: %d +TOOLTIP_ITEM_LIMIT_INT Limita superioar a inteligenei: %d +TOOLTIP_ITEM_LIMIT_LEVEL De la nivelul: %d +TOOLTIP_ITEM_LIMIT_STR Limita superioar a Puterii: %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Valoarea atacului magic %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Valoarea atacului magic %d +TOOLTIP_ITEM_MAGIC_DEF_POWER Aprare magic %d +TOOLTIP_ITEM_NORMAL Normal +TOOLTIP_ITEM_SLOW ncet +TOOLTIP_ITEM_VERY_FAST Foarte repede +TOOLTIP_ITEM_VERY_SLOW Foarte ncet +TOOLTIP_ITEM_WEARABLE_JOB [ echipabil ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER Numr norocos: %d +TOOLTIP_MAGIC_ATTBONUS_PER Atac magic +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE Valoarea atacului magic +%d SA +TOOLTIP_MAGIC_DEF_GRADE Aprare magic +%d SA +TOOLTIP_MALL_ATTBONUS Valoarea atacului +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC Valoarea atacului +12~15% SNA +TOOLTIP_MALL_AUTOLOOT Yang este nsuit automat. SNA +TOOLTIP_MALL_DEFBONUS Aprare +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC Aprare +12~15% SNA +TOOLTIP_MALL_EXPBONUS EXP +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe EXP-Bonus +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC 50% mai mult EXP SNA +TOOLTIP_MALL_FISH_MIND ansa de a prinde un pete este mai mare. SNA +TOOLTIP_MALL_GOLDBONUS ans de drop Yang (%.1f) SA +TOOLTIP_MALL_GOLDBONUS_STATIC ans dubl de drop Yang SNA +TOOLTIP_MALL_ITEMBONUS ans de drop obiecte (%.1f) SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC ansa iCafe de a captura obiecte plus %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC ans dubl drop obiecte SNA +TOOLTIP_MALL_MARRIAGE_FAST Punctele de dragoste cresc mai repede. SNA +TOOLTIP_MALL_SAFEBOX Mai mult spaiu de depozitare st la dispoziie. SNA +TOOLTIP_MAX_HP Max. PV +%d SA +TOOLTIP_MAX_HP_PCT Max. PV +%d%% SA +TOOLTIP_MAX_SP Max. PM +%d SA +TOOLTIP_MAX_SP_PCT Max. PM +%d%% SA +TOOLTIP_MAX_STAMINA Rezisten max. +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Atac cu arma/magic +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR EROARE-GPS(%d, %d) +TOOLTIP_MOV_SPEED Viteza de micare %d%% SA +TOOLTIP_NECK Colier +TOOLTIP_NEED_ALL_SP PM necesare: Max. +TOOLTIP_NEED_GSP Spirit Dragon necesar: %d +TOOLTIP_NEED_HP PV necesare: %d +TOOLTIP_NEED_HP_PER_SEC PV/Sec.: %d +TOOLTIP_NEED_SKILL_POINT Puncte de calificare necesare: +TOOLTIP_NEED_SP PM necesare: %d +TOOLTIP_NEED_SP_PER_SEC SP/Sec.: %d +TOOLTIP_NEXT_SKILL_LEVEL_1 Nivelul urmtor: %d (Max. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Nivelul urmtor: %d (Max. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Paguba medie %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS Rezistena medie la pagub %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 Peste %d membri ai grupei +TOOLTIP_PARTY_INFO_GRADE_UP2 Categoria de atac +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Categoria de aparare +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL PV/PM ale tuturor membrilor grupei rennoite odat n 60 de minute. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL PV/PM ale tuturor membrilor grupei rennoite odat n 30 de minute. +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Trebuie s atepi 3 minute dup moartea membrului grupei. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Poi striga ncoace oricnd membri ai grupei de pe acelai server. +TOOLTIP_PARTY_INFO_SET_ATTACKER Categoria de atac +(Membri grupei/2) %d atacatorii pot fi alesi. +TOOLTIP_PARTY_INFO_SET_TANKER Nivelul de aparare +(Numrul Membri grupei) lupttorii cu sabia 1 pot fi alei. +TOOLTIP_PARTY_SKILL_LEVEL Nivel actual: %d +TOOLTIP_PARTY_TITLE_GRADE_UP [Atac/aprare mbuntit] +TOOLTIP_PARTY_TITLE_HEAL [Reface] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Mai mult de %d membri ai grupei ofer %d%% EXP-bonus. +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonus-EXP] +TOOLTIP_PARTY_TITLE_RECALL [Strig ncoace] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [Stabilete atacatorul] +TOOLTIP_PARTY_TITLE_SET_TANKER [Stabilete lupttor cu sabia] +TOOLTIP_PICK_EXP Puncte: %d / %d +TOOLTIP_PICK_LEVEL Nivel: %d +TOOLTIP_PICK_UPGRADE1 D-o tietorului de lemne +TOOLTIP_PICK_UPGRADE2 pentru a realiza din ea +TOOLTIP_PICK_UPGRADE3 Trncop +TOOLTIP_POTION_CURE Anuleaz efectele negative. +TOOLTIP_POTION_MIN Min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Viteza de atac +%d +TOOLTIP_POTION_PLUS_HP_PERCENT PV +%d%% +TOOLTIP_POTION_PLUS_HP_POINT PV +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Viteza de micare +%d +TOOLTIP_POTION_PLUS_SP_PERCENT SP +%d%% +TOOLTIP_POTION_PLUS_SP_POINT SP +%d +TOOLTIP_POTION_SEC Sec. +TOOLTIP_POTION_TIME Durata: +TOOLTIP_REQUIREMENT_21_LEVEL Trebuie s fi atins nivelul 21 +TOOLTIP_REQUIREMENT_41_LEVEL Trebuie s fi atins nivelul 41 +TOOLTIP_REQUIREMENT_LEVEL Trebuie s fi atins nivelul %d +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s nivelul %d necesar +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d necesar +TOOLTIP_RESIST_BOW Rezistena la sgei %d%% SA +TOOLTIP_RESIST_DARK Rezistenta la intunecare +%d%% SA +TOOLTIP_RESIST_EARTH Rezistenta pamant +%d%% SA +TOOLTIP_RESIST_ELEC Rezistena la fulger %d%% SA +TOOLTIP_RESIST_FIRE Rezistena la foc %d%% SA +TOOLTIP_RESIST_ICE Rezistenta gheata +%d%% SA +TOOLTIP_RESIST_MAGIC Rezistena la magie %d%% SA +TOOLTIP_REST_USABLE_COUNT Rmas: %d +TOOLTIP_SEALED Personalizat +TOOLTIP_SELLPRICE Pre: %s +TOOLTIP_SHAMAN aman +TOOLTIP_SHIELD Scut +TOOLTIP_SHOES Papuci +TOOLTIP_SKILL Competenta SNA +TOOLTIP_SKILLBOOK_NAME Cartea competenei +TOOLTIP_SKILL_AFFECT_ATT_GRADE Valoarea atacului: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Valoarea atacului: +TOOLTIP_SKILL_AFFECT_ATT_SPEED Viteza de atac: + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Aprare: +TOOLTIP_SKILL_AFFECT_DODGE Valoarea atacului inamic: - +TOOLTIP_SKILL_AFFECT_HEAL Rennoiete PV: +TOOLTIP_SKILL_AFFECT_MOV_SPEED Viteza de micare: + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE ansa de a evita un atac corporal: +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Rezisten la pagub corporal: +TOOLTIP_SKILL_COOL_TIME Re-ncrcare: +TOOLTIP_SKILL_DAMAGE_BONUS Paguba competenei %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS Rezisten la paguba competenei %d%% SA +TOOLTIP_SKILL_DURATION Durata: %d sec. +TOOLTIP_SKILL_FORGET_BOOK_NAME Cartea Uitarii +TOOLTIP_SKILL_LEVEL Nivel actual: %d +TOOLTIP_SKILL_LEVEL_MASTER Nivel actual: %d (Maestru) +TOOLTIP_SKILL_LEVEL_WITH_MAX Nivel actual: %d (Max. %d) +TOOLTIP_SOCKET_EMPTY Gol +TOOLTIP_SOCKET_REFINABLE_ITEM [Obiect cu suport] +TOOLTIP_SP_REGEN Regenerare PM +%d%% SA +TOOLTIP_STR Putere +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX Timp de incarcare %d sec. SA +TOOLTIP_TIME_CHARGER_PER Timp de incarcare %d%% SA +TOOLTIP_UNIQUE Unic +TOOLTIP_UNSEAL_LEFT_TIME Personalizat inca: %dH %dM +TOOLTIP_WARRIOR Rzboinic +TOOLTIP_WEAPON Arm +TOOLTIP_WRISTLET Brar +UI_ACCEPT Accept +UI_CANCEL ntrerupere +UI_CLOSE nchide +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Refuz +UI_ITEM Obiect +UI_LEFT_TIME Timp rmas: %d sec. +UI_NEXT Continu +UI_NEXTPAGE Urmatorul +UI_NOCONTENTS Niciun coninut +UI_NONAME Niciun nume +UI_OK OK +UI_POS_UNKNOWN Localitate necunoscut +UI_PREVPAGE inapoi +UI_UNKNOWN Necunoscut +UPLOAD_MARK_CHECK_NEED_RECONNECT Upload-ul trebuie pornit nc odat +UPLOAD_MARK_UPLOAD_NEED_RECONNECT Upload-ul terbuie pornit nc odat +USE_ITEM_FAILURE_PRIVATE_SHOP Nu poi folosi obiectul dac ai deschis un magazin. +USE_SKILL_ERROR_UNKNOWN Greeal de competen necunoscut: %s diff --git a/bin/pack/locale_ro/locale/ro/locale_interface.txt b/bin/pack/locale_ro/locale/ro/locale_interface.txt new file mode 100644 index 00000000..2e1a4bbd --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/locale_interface.txt @@ -0,0 +1,345 @@ +ACCEPT Accept +ATTACH_METIN_INFO Doreti s utilizezi Piatra Spiritului? +ATTACH_METIN_TITLE Folosete Piatra Spiritului +CANCEL Anulare +CHANGE_PASSWORD_CONFIRM Confirm noua parol +CHANGE_PASSWORD_NEW Parol nou +CHANGE_PASSWORD_OLD Parol veche +CHANGE_PASSWORD_TITLE Schimbare parol +CHARACTER_ACTION Aciuni +CHARACTER_EMOTICON Emoie +CHARACTER_MAIN Caracter +CHARACTER_MUTUAL_ACTION Aciuni interactive +CHARACTER_NORMAL_ACTION Aciuni normale +CHARACTER_QUEST Misiuni +CHARACTER_SKILL Competene +CLOSE nchide +COMB_APPEARANCE Costum 1 +COMB_ATTRIBUTE Costum 2 +COMB_SKILLBOOK_TILE Negot carti +COMB_TITLE +COSTUME_TITLE Costume +COSTUME_WINDOW_TITLE Costume +CREATE_ATT_GRADE STR +CREATE_CREATE Creaz +CREATE_DEX_GRADE DEX +CREATE_HP VIT +CREATE_LAST_POINT Puncte +CREATE_MAN Brbat +CREATE_NAME Nume +CREATE_NEXT Continu +CREATE_PREV napoi +CREATE_SEX Sex +CREATE_SHAPE Aspect +CREATE_SP INT +CREATE_STAT_RESET Reseteaza +CREATE_WOMAN Femeie +CUBE_INFO_TITLE Manualul Imbunatatirii +CUBE_REQUIRE_MATERIAL Materiale necesare +CUBE_REQUIRE_MATERIAL_OR sau +CUBE_TITLE Fereastra Rafinament +DO_REFINE Rafineaza +DRAGONSOUL_ACTIVATE Activeaza +DRAGONSOUL_PAGE_BUTTON_1 Brut +DRAGONSOUL_PAGE_BUTTON_2 Taiat +DRAGONSOUL_PAGE_BUTTON_3 Rar +DRAGONSOUL_PAGE_BUTTON_4 Antic +DRAGONSOUL_PAGE_BUTTON_5 Legendar +DRAGONSOUL_REFINE_WINDOW_TITLE Fereastra Rafinament +DRAGONSOUL_TAP_TITLE_1 Diamant Dragon +DRAGONSOUL_TAP_TITLE_2 Rubin Dragon +DRAGONSOUL_TAP_TITLE_3 Jad Dragon +DRAGONSOUL_TAP_TITLE_4 Safir Dragon +DRAGONSOUL_TAP_TITLE_5 Granat Dragon +DRAGONSOUL_TAP_TITLE_6 Onyx Dragon +DRAGONSOUL_TITLE Alchimie Piatra Dragon +EMPIRE_EXIT Sfrit +EMPIRE_NEXT Continu +EMPIRE_PREV napoi +EMPIRE_SELECT Alege +EXCHANGE_ACCEPT Accept +EXCHANGE_TITLE Negociaz +GAMEOPTION_TITLE Opiuni joc +GAME_EXIT_OBSERVER nchide modul spectator +GAME_HELP Ajutor +GAME_QUEST Sarcini +GAME_SKILL_UP Crete competena +GAME_STAT_UP Crete statusul +GRADE Clasa +GRADE_SELECT Clasa +GUILD_BASENAME Nume baz +GUILD_BOARD_ID Nume +GUILD_BOARD_REFRESH Actualizeaz (F5) +GUILD_BOARD_TEXT Mesaj +GUILD_BUILDING_CATEGORY_TITLE Uniti de construcie +GUILD_BUILDING_CHANGE Schimb +GUILD_BUILDING_DIRECTION Orientare +GUILD_BUILDING_GRADE Grad +GUILD_BUILDING_INFO Informaii cldire si costuri +GUILD_BUILDING_LIST_TITLE List de cldiri +GUILD_BUILDING_LOG Butean +GUILD_BUILDING_NAME Nume cldire +GUILD_BUILDING_OPERATE Opereaz +GUILD_BUILDING_PLY Placaj +GUILD_BUILDING_POSITION Poziie +GUILD_BUILDING_PREVIEW Preview +GUILD_BUILDING_PRICE Pre +GUILD_BUILDING_REFRESH Actualizeaz (F5) +GUILD_BUILDING_STONE Piatr +GUILD_BUILDING_TITLE Construcie casa breslei +GUILD_CRYSTAL Cristal +GUILD_DEPOSIT Pltete +GUILD_DROP_RESOURCE1 aici +GUILD_DROP_RESOURCE2 Arunc resursa +GUILD_GEM Piatr preioas +GUILD_GRADE_CHANGE_GRADE_NAME Nume nou rank +GUILD_GRADE_NUM Nr. +GUILD_GRADE_PERMISSION_DELETE Concediaz +GUILD_GRADE_PERMISSION_JOIN Invita +GUILD_GRADE_PERMISSION_NOTICE Scrie +GUILD_GRADE_PERMISSION_SKILL Aptitudini +GUILD_GRADE_RANK Poziie +GUILD_GRADE_WRITE Scrie +GUILD_INFO Informaii breasl +GUILD_INFO_CUR_EXP Experien +GUILD_INFO_DECALRE_WAR Declar rzboi +GUILD_INFO_ENEMY_GUILD Breasl inamic +GUILD_INFO_ENEMY_GUILD_EMPTY Niciuna +GUILD_INFO_LEVEL Nivel breasl +GUILD_INFO_MARK Simbol breasl +GUILD_INFO_MASTER Conductor +GUILD_INFO_MASTER_VALUE Conductor +GUILD_INFO_MEMBER_AVG_LEVEL Nivel mediu +GUILD_INFO_MEMBER_NUM Nr de membrii +GUILD_INFO_NAME Nume breasl +GUILD_INFO_NAME_VALUE Acesta este un nume de breasl +GUILD_INFO_OFFER_EXP Invest. +GUILD_INFO_REST_EXP Experien necesar +GUILD_INFO_UPLOAD_MARK Upload simbol +GUILD_INFO_UPLOAD_SYMBOL Upload steag +GUILD_MARK Simbol breasl +GUILD_MEMBER_JOB Clas +GUILD_MEMBER_KNIGHT Conductor +GUILD_MEMBER_LEVEL Nivel +GUILD_MEMBER_NAME Nume +GUILD_MEMBER_RANK Grad +GUILD_MEMBER_SPECIFIC_GRAVITY Investi. +GUILD_METIN_STONE Piatr stafie +GUILD_MINENAL Mineral +GUILD_MONEY Yang +GUILD_NAME Alianta +GUILD_RESOURCE_INFO Informaii resurse +GUILD_SKILL_ACTIVE Activ +GUILD_SKIlL_HEAL_GSP ncarc +GUILD_SKILL_PASSIVE Pasiv +GUILD_SKILL_POWER Energie +GUILD_SKILL_STATE Competena breslei +GUILD_SYMBOL Steag breasl +GUILD_WAR_ACCEPT Accept declaraia de rzboi a breslei +GUILD_WAR_BATTLE_TYPE Stil de lupt +GUILD_WAR_CTF Steag +GUILD_WAR_DECLARE Declar rzboi breasl +GUILD_WAR_ENEMY Inamic +GUILD_WAR_NORMAL Camp +GUILD_WAR_WARP Arena +GUILD_WATER Ap +GUILD_WATER_STONE Piatr acvatic +GUILD_WITHDRAW Ia +HELP_ATTACK_KEY Atac: buton stnga mouse sau space +HELP_CHANGE_PK_MODE Schimbare mod de atac: schimb setrile butonului stnga de la mouse. +HELP_CHARACTER_BUTTON1 (Fereastr caracter, Fereastr inventar, +HELP_CHARACTER_BUTTON2 Lista prieteni i Opiuni) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Perspectiva camerei poate fi ajustat cu butonul drept al mouselui +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Perspectiva camerei: botonul drept sau mijlociu de la mouse +HELP_EXP Experien +HELP_FURY Magazin Obiecte in joc +HELP_GUILD_WINDOW Pentru a deschide fereastra breslei: ALT + G +HELP_HELP Ajutor: H +HELP_HP Puncte de Viata (PV) +HELP_MESSENGER_WINDOW Deschide lista de prieteni: ALT + M +HELP_MOUSE_LEFT Funcie buton maus stng +HELP_MOUSE_RIGHT Funcie buton maus drept +HELP_MOVE_KEY Panou control: W, A, S, D sau sgeile de pe tastatur +HELP_OPEN_CHARACTER Pentru a deschide fereastra caracterului: C +HELP_OPEN_CHAT Pentru a deschide fereastra de chat: Enter +HELP_OPEN_INVENTORY Pentru a deschide inventarul: I +HELP_OPEN_LOG Pentru a deschide logul de chat: L +HELP_OPEN_MINIMAP Pentru a deschide mini-harta: SHIFT + M +HELP_OPEN_QUEST Pentru a deschide fereastra cu sarcini: N +HELP_OPEN_SKILL Pentru a deschide fereastra pentru aptitudini: V +HELP_OPEN_WHISPER Pentru a deschide fereastra pentru oapt: SHIFT + ENTER +HELP_OPEN_ZONEMAP Pentru a deschide harta mare: M +HELP_PICK_ITEM Pentru a strnge itemurile: ^ sau apas butonul stng de la mouse +HELP_QUICKSLOT Cmp acces rapid +HELP_SCREEN_CAPTURE Pentru a salva screenshoturile: Print (se va salva in "Metin2\screenshot") +HELP_SHOW_ALL_NAME Afieaz nume: ALT +HELP_SP Puncte de mana (PM) +HELP_SYSTEM_BUTTON Taste Sistem +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. Inventar +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. Inventar +INVENTORY_TITLE Inventar +ITEM_MALL Magazin Obiecte (Itemuri) +LOAD_ERROR Fiierul cu date este stricat. Instaleaz dinnou clientul. Apas acum tasta ESC. +LOGIN_CONNECT Conecteaz +LOGIN_CONNECTING Conectarea la server ruleaz. +LOGIN_DEFAULT_SERVERADDR Nume server, Canal 1 +LOGIN_EXIT nchide +LOGIN_REGION_TITLE Alege regiunea pentru factur +LOGIN_SELECT_BUTTON Alege +LOGIN_SELECT_EXIT nchide +LOGIN_SELECT_OK OK +LOGIN_SELECT_TITLE Alege server +MALL_PASSWORD_TITLE Parola +MALL_TITLE Depozit Item-Shop +MARKET_TITLE Magazin +MARKLIST_REFRESH Actualizeaz +MARKLIST_TITLE nregistreaz simbolul breslei +MESSAGE Acesta este un mesaj +MESSENGER_ADD_FRIEND Adaug prieten +MESSENGER_DELETE_FRIEND terge prieten +MESSENGER_MOBILE Trimite SMS +MESSENGER_OPEN_GUILD Deschide fereastra breslei +MESSENGER_TITLE Prieteni +MESSENGER_USE_GUILD_MOVE_SKILL Folosete Competena de micare a breslei +MESSENGER_WHISPER oapt +MINIMIZE Minimeaz +MOUSEBUTTON_ATTACK Atac +MOUSEBUTTON_AUTO_ATTACK Atac automat +MOUSEBUTTON_CAMERA Camer +MOUSEBUTTON_SKILL Competene +MUSICLIST_TITLE Alege muzica +NO Nu +OK OK +OPTION_ALWAYS_SHOW_NAME Nume +OPTION_ALWAYS_SHOW_NAME_OFF limitat +OPTION_ALWAYS_SHOW_NAME_ON Totdeauna +OPTION_BLOCK Blocheaz +OPTION_BLOCK_EXCHANGE Negociaz +OPTION_BLOCK_FRIEND Prieteni +OPTION_BLOCK_GUILD Alianta +OPTION_BLOCK_PARTY Grup +OPTION_BLOCK_PARTY_REQUEST Cerere +OPTION_BLOCK_WHISPER oapt +OPTION_CAMERA_DISTANCE Camer +OPTION_CAMERA_DISTANCE_LONG Departe +OPTION_CAMERA_DISTANCE_SHORT Aproape +OPTION_DELETE_MOBILE_BUTTON terge numr mobil +OPTION_EFFECT Afiare lovituri +OPTION_ENV_EFFECT Ambianta +OPTION_ENV_EFFECT_OFF Off +OPTION_ENV_EFFECT_ON On +OPTION_FOG Cea +OPTION_FOG_DENSE Mult +OPTION_FOG_LIGHT Puin +OPTION_FOG_MIDDLE Mediu +OPTION_INPUT_MOBILE_BUTTON Introdu numr mobil +OPTION_MOBILE Mobil +OPTION_MOB_INFO Info Mob +OPTION_MOB_INFO_AGGR Agresiv +OPTION_MOB_INFO_LEVEL Nivel +OPTION_MUSIC Muzic +OPTION_MUSIC_CHANGE Schimb +OPTION_MUSIC_DEFAULT_THEMA Muzic standard Metin2 +OPTION_NAME_COLOR Nume culoare +OPTION_NAME_COLOR_EMPIRE Culoare regat +OPTION_NAME_COLOR_NORMAL Normal +OPTION_NIGHT_MODE Noapte +OPTION_NIGHT_MODE_OFF Off +OPTION_NIGHT_MODE_ON On +OPTION_PVPMODE Mod PvP +OPTION_PVPMODE_FREE Liber +OPTION_PVPMODE_FREE_TOOLTIP Poi ataca toi juctorii. +OPTION_PVPMODE_GUILD Alianta +OPTION_PVPMODE_GUILD_TOOLTIP Poi ataca toti juctorii cu excepia membrilor breslei. +OPTION_PVPMODE_PEACE Pace +OPTION_PVPMODE_PEACE_TOOLTIP Nu poi ataca juctori ai regatului tu. +OPTION_PVPMODE_REVENGE Inamic +OPTION_PVPMODE_REVENGE_TOOLTIP Poi ataca doar juctori de alt etos. +OPTION_SALESTEXT Numele magazinului +OPTION_SALESTEXT_VIEW_OFF nchide +OPTION_SALESTEXT_VIEW_ON deschide +OPTION_SNOW_MODE Ninsoare +OPTION_SNOW_MODE_OFF Off +OPTION_SNOW_MODE_ON On +OPTION_SNOW_TEXTURE_MODE Zapada +OPTION_SNOW_TEXTURE_MODE_OFF Off +OPTION_SNOW_TEXTURE_MODE_ON On +OPTION_SOUND Efecte +OPTION_TARGET_BOARD Meniu int +OPTION_TARGET_BOARD_NO_VIEW nchide +OPTION_TARGET_BOARD_VIEW Afieaz +OPTION_TILING Memorie grafic +OPTION_TILING_APPLY Aplic +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Opiuni +OPTION_VIEW_CHAT Linie de chat +OPTION_VIEW_CHAT_OFF nchide +OPTION_VIEW_CHAT_ON deschide +PARTY_MEMBER_INFO_NAME Nume membru grup +PASSWORD_DESC_1 Introdu parola +PASSWORD_DESC_2 pentru a deschide depozitul. +PASSWORD_DESC_3 Ai schimbat parola deja? +PASSWORD_DESC_4 Daca nu, parola ta va fi '000000'. +PASSWORD_DESC_5 Schimba parola la depozit. +PASSWORD_TITLE Salvare parol +PICK_MONEY_TITLE mparte +PRIVATE_SHOP_CLOSE_BUTTON nchide magazin +PRIVATE_SHOP_NAME Numele magazinului +PRIVATE_SHOP_TITLE Deschide propriul magazin +REFINE_COST Costuri de mbuntire: 0 Yang +REFINE_INFO Sansa de upgrade reusit: 100% +REFINE_MONEY Cost Rafinare +REFINE_SELECT Rafinare +REFINE_TTILE mbuntiri +REPORT_VIOLENT_WHISPER +RESTART_HERE Restarteaz aici +RESTART_TOWN Restarteaz n ora +SAFE_CHANGE_PASSWORD Schimb parola +SAFE_TITLE Depozit +SELECT_ATT_GRADE STR +SELECT_CREATE Creaz +SELECT_DELETE terge +SELECT_DEX_GRADE DEX +SELECT_EMPIRE_NAME Numele regatului +SELECT_EXIT Ieire +SELECT_HP VIT +SELECT_LEVEL Nivel +SELECT_METIN_STONE_TITLE Selecteaz Piatra Spiritului +SELECT_NAME Nume +SELECT_NO_GUILD Nicio breasl +SELECT_PLAYTIME Timp de joc +SELECT_SELECT Start +SELECT_SP INT +SELECT_TITLE Alege titlu +SHOP_BUY Cumpr +SHOP_SELL Vinde +SHOP_TITLE Magazin +SKILL_SUPPORT_TITLE Competene standard +STEP Grad de claritate +STEP_SELECT Grad de claritate +STRENGTH Intarire +STRENGTH_SELECT Nivel +SYSTEMOPTION_TITLE Opiuni sistem +SYSTEM_CHANGE Schimb caracterul +SYSTEM_EXIT Ieire joc +SYSTEM_HELP Ajutor +SYSTEM_LOGOUT Logout +SYSTEM_MALL Magazin Obiecte +SYSTEM_OPTION Opiuni sistem +TASKBAR_CHARACTER Caracter[C/V/B/N] +TASKBAR_CHAT Fereastr chat [ENTER ] +TASKBAR_DISABLE Dezactivat +TASKBAR_DRAGON_SOUL Alchimie Piatra Dragon +TASKBAR_EXPAND Extinde Fereastra +TASKBAR_INVENTORY Inventar [I] +TASKBAR_MESSENGER Prieteni [ALT + M] +TASKBAR_NEXT_QUICKSLOT Urmtorul cmp de acces rapid [Shift+Numr, Alt] +TASKBAR_PREV_QUICKSLOT Ultimul cmp de acces rapid [Shift+Numr] +TASKBAR_SYSTEM Opiuni[ESC] +WHISPER_BAN Blocheaz +WHISPER_NAME optete +WHISPER_REPORT +WHISPER_SEND Trimite +YES Da +ZONE_MAP Hart mare diff --git a/bin/pack/locale_ro/locale/ro/map/map_a2_point.txt b/bin/pack/locale_ro/locale/ro/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_ro/locale/ro/map/map_b2_point.txt b/bin/pack/locale_ro/locale/ro/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_ro/locale/ro/map/map_c2_point.txt b/bin/pack/locale_ro/locale/ro/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_ro/locale/ro/map/map_n_snowm_01_point.txt b/bin/pack/locale_ro/locale/ro/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_ro/locale/ro/map/metin2_map_a1_point.txt b/bin/pack/locale_ro/locale/ro/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_ro/locale/ro/map/metin2_map_a3_point.txt b/bin/pack/locale_ro/locale/ro/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_ro/locale/ro/map/metin2_map_b1_point.txt b/bin/pack/locale_ro/locale/ro/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_ro/locale/ro/map/metin2_map_b3_point.txt b/bin/pack/locale_ro/locale/ro/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_ro/locale/ro/map/metin2_map_c1_point.txt b/bin/pack/locale_ro/locale/ro/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_ro/locale/ro/map/metin2_map_c3_point.txt b/bin/pack/locale_ro/locale/ro/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_ro/locale/ro/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_ro/locale/ro/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_ro/locale/ro/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_ro/locale/ro/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_ro/locale/ro/mob_proto b/bin/pack/locale_ro/locale/ro/mob_proto new file mode 100644 index 00000000..a3ed7a3b Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/mob_proto differ diff --git a/bin/pack/locale_ro/locale/ro/skilldesc.txt b/bin/pack/locale_ro/locale/ro/skilldesc.txt new file mode 100644 index 00000000..8178c8ef --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Incizie Tripla Taietura Tripla Despicare Tripla Lovete dumanul foarte repede. De 3 ori atac de ptrundere Atac asupra mai multor inte ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 Atac total %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN Aruncarea Fulgerului Azvarlirea Fulgerului Manuirea Traznetului Atac cu lansare de Fulgere. Atac de Raza Lunga Atac pe tinte multiple Atribuire Fulger ATTACK_SKILL|NEED_TARGET noejeon 16 4 Putere Atac Magic %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN Chemarea Fulgerului Lansarea Fulgerului Incantatia Traznetului Cheam fulgerele din ceruri. Atac la deprtare Atac mai multe inte nsuire fulger Necunotin ATTACK_SKILL|NEED_TARGET byeorak 17 4 Atac magic %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k ans de necunotin: %.0f%% (50+1000*k/6)/10 +108 SHAMAN Gheara Fulgerului Pumnul Fulgerului Pumnul Traznetului Arunca Fulgere din pumn. Atac de Raza Lunga Atribuire Lumina Atac cu Reactie in Lant ATTACK_SKILL|NEED_TARGET pokroe 18 4 Putere Atac Magic %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN Leac Vindecare Salvarea Luminii Vindec rni cu ajutorul luminii. Vor fi refcute PV Efectele negative vor fi tratate Poate fi folosit pentru un membru al grupei CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 Reface PV %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k ansa de a trata efecte negative %.0f%% 20+80*k +110 SHAMAN Accelerare Rapiditate Viteza Sunetului Alearga cu viteza vantului. Creste viteza de miscare Reduce timpul de calmare Poate fi folosit pentru un membru al grupului CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Viteza de Miscare +%.0f%% 5 + (35 * k) Timp de Calmare +%.0f%% 3+33*k +111 SHAMAN Atac Fortat Atac Sustinut Atac Consolidat ntrete un partener. Puterea atacului va crete Poate fi folosit pentru un membru al grupei CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Atac : +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Conducere Abilitatea de a conduce membrii grupului. PASSIVE tongsol +122 SUPPORT Combo ntrete atacul combo. CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT Pescuit Abilitatea pescuitului. CANNOT_LEVEL_UP fishing +124 SUPPORT Minerit Abilitatea de a aduna minereu. PASSIVE mining +125 SUPPORT Crearea Itemelor Creeaza un obiect. CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Shinsoo Poti intelege Limba Shinsoo. CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Chunjo Poti intelege Limba Chunjo CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Jinno Poti intelege Limba Jinno. CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT Transformare Transforma-te intr-un monstru. CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Calarit Abilitatea de a calari. CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT Cheam Calul. Chemarea Calului. summon +137 HORSE Lupta Calare Iti poti ataca oponenti in timp ce calaresti (de la nivel 50). Abilitatea Calariei ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE Zdruncinare Ataca oponenti din imprejurimi. (de la niv. 52) Abilitatea Calariei ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE Atac in Valuri Iti poti ataca oponenti in timp ce calaresti (de la nivel 55). Abilitatea Calariei ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Rafala de Sageti Arunca sageti in timp ce calaresti. (de la niv.50) Abilitatea Calariei ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Ochi de Dragon Creste Spiritul Dragonului la maxim PASSIVE yongan Creste Spiritul Dragonului max. +%.0f k * 1400 +152 GUILD Sangele Zeului Dragon Creste pentru o perioada de timp maximul de PV. Doar la Razboiul Breslelor ONLY_FOR_GUILD_WAR gaho 101 1 Crestere max. PV +%.0f%% k * 20 +153 GUILD Binecuvantarea Zeului Dragon Creste pentru o perioada de timp maximul de PM. Doar la Razboiul Breslelor ONLY_FOR_GUILD_WAR chukbok 102 1 Crestere max. PM +%.0f%% k * 20 +154 GUILD Armura Sfanta Creste apararea pentru o perioada de timp. Doar la Razboiul Breslelor ONLY_FOR_GUILD_WAR seonghwi 103 1 Aparare +%.1f%% k * 10 +155 GUILD Accelerare Creste pentru un timp viteza de atac si de miscare. Doar la Razboiul Breslelor ONLY_FOR_GUILD_WAR gasok 104 1 Viteza Atac si Miscare +%.1f k * 30 +156 GUILD Furia Zeului Dragon Creste sansa de lovitura critica pentru o perioada de timp. Doar la Razboiul Breslelor ONLY_FOR_GUILD_WAR bunno 105 1 Sansa Lovitura Critica +%.0f%% k * 50 +157 GUILD Ajutor Fermecat Scade timpul de calmare al vrajilor pentru o perioada de timp. Doar la Razboiul Breslelor ONLY_FOR_GUILD_WAR jumunsul 106 1 Timp de Calmare -%.0f%% k * 50 +16 WARRIOR Atacul Spiritului Unda de Soc Atac Tsunami Ataci dumanii frontal. Atac de ptrundere frontal ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Atac %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR Zdrobire Zdrobirea Tigrului Zdrobirea Dragonului Ataci dusmanii frontal. Atac de patrundere Atac asupra mai multor inte ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Atac %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR Zdruncinare Zdruncinarea Leului Zdruncinarea Rinocerului Rasturnarea mai multor oponenti. Atac Direct Frontal Sansa de Confuzie ATTACK_SKILL|STANDING_SKILL daejin 18 4 Putere Atac %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Sansa Confuzie %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Corp Rezistent Corp de Fier Corp de Otel Aprarea ta se mbuntete pentru un timp iar tu nu cazi la pmnt. mbuntirea aprrii Scade viteza de micare Nu cazi la pmnt STANDING_SKILL cheongeun 19 4 Aprare : +%.0f 7+(40 + 0.2*str + 0.4*con)*k Vitez de micare: -%.0f 1 + 9*SkillPoint +2 WARRIOR Vartejul Sabiei Dansul Sabiei Ciclon nvrte sabia pentru a ataca mai muli dumani. Atac ptrunztor Atac asupra mai multor inte ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Atac %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Atacul Sabiei Fulgerul Sabiei Traznetul Sabiei Ataca inamicii direct. Atac de Raza Lunga Atac pe tinte multiple Efect de Confuzie Arunca oponentul la pamant ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Putere Atac %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Sansa Confuzie %.0f%% (100+k*1000/6)/10 +3 WARRIOR Iures Furie Turbare Te concentrezi doar asupra atacului. Viteza de atac crete Crete viteza de micare Crete expunerea la pagube STANDING_SKILL jeongwi 3 4 Viteza de atac +%.0f%% 50 * SkillPoint Viteza de micare +%.0f%% 20 * SkillPoint +31 ASSASSIN Ambuscada Atac Invizibil Ambuscada Invizibila Mergi in spatele oponentului si ataca-l mortal. Puterea de Atac creste pentru loviturile din spate. Bonus de Invizibilitate ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Putere Atac %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Atac fulger Atac patrunzator Atac mortal Apropie-te repede de duman i atac-l mortal. Atac teleportare Bonus Secret ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Atac %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Pumnal Rulant Pumnal Rotitor Dansul Pumnalului Creaz un vrtej de pumnal n jurul inamicilor. Pagub suprafee Atac otrvitor persistent ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Atac %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k ans de otrvire %.0f%% 1 + 4*k +34 ASSASSIN Camuflaj Mers Silentios Invizibilitate Te poti camufla. Atacul va fi intrerupt la folosire. STANDING_SKILL eunhyeong 4 4 Bonus Daune Ambuscada: %.0f%% 50 * SkillPoint +35 ASSASSIN Nor Otravitor Nor Mortal Nor Ucigas Otrvete-i inamicul prin crearea unui nor de otrav n jurul su. Atac la deprtare Atac asupra mai multor inte Atac otrvitor persistent ATTACK_SKILL|NEED_TARGET sangong 5 4 Atac %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k ans de otrvire %.0f%% 40*k +4 WARRIOR Aura Sabiei Spiritul Sabiei Fantoma Sabiei Atacul crete pentru un anumit timp. Atacul crete STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Atac +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Foc Repetat Foc Multiplu Foc Devastator Trage cu mai multe sgei asupra unui inamic. Atac la deprtare Atacuri multiple ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) Atac total %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k %.0f : sageti trase . 2 + floor(6 * SkillPoint) +47 ASSASSIN Ploaie de Sageti Furtuna de Sageti Uragan de Sageti Trage cu multe sageti asupra mai multor oponenti. Atac de Raza Lunga Atac pe tinte multiple ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Putere de Atac %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Numar maxim de tinte: %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Sgeat de Foc Sgeat Arztoare Sgeat Incendiar Aprinde sgeata. Atac la deprtare Atac asupra mai multor inte Atac de foc ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Atac %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Mers de Fulg Mersul Vantului Mersul Luminii Corpul tau devine mai usor pentru a te misca mai repede. Creste viteza de miscare STANDING_SKILL gyeonggong 19 4 Viteza de Miscare +%.0f 60*SkillPoint +5 WARRIOR Izbitura Izbitura Glont Soc Violent Eti rapid ca un proiectil! Atac de ptrundere ncrcat ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Atac %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN Sageata Otravita Sageata Toxica Sageata Mortala Sageata ta contine o otrava puternica. Atac de Raza Lunga Atac pe tinte multiple Rastoarna oponentul la pamant. Atac Otravitor de Durata ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Putere Atac %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Sansa Otravire %.0f%% 80*k +61 SURA Lovitura Degetului Lovitura Degetului de Foc Explozia Degetului Pocnitul Degetelor declanseaza o explozie puternica. Atac Direct Frontal Nu tine cont de apararea oponentului Bonus Inteligenta ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Putere Atac %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Sansa de Lovitura Patrunzatoare %.0f%% 1 + 9*SkillPoint +62 SURA Vartejul Dragonului Vartejul Tornadei Uragan Cu o tornada puternica invingi mai multi oponenti. Atac Cuprinzator Oponentul este ignorat Bonus Inteligenta ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Putere Atac %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Sansa de a ignora fuga oponentului %.0f%% 1 + 9*SkillPoint +63 SURA Tais Vrajit Sabie Vrajita Sabie Strigoi O umbra puternica iti cuprinde arma. Creste Puterea de Atac Bonus Inteligenta Furi Viata de la oponent STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Putere Atac +%.1f 7 + (5*iq+13)*k Furt Viata: %.0f%% din daune 10*k +64 SURA Teama Frica Groaza Scade competenta inamicilor Slabeste inamicul Creste sansa de a fi omis in atac Este activat doar daca esti nimerit STANDING_SKILL gongpo 4 4 Putere Atac Inamic -%.0f%% 5 + 20*SkillPoint Sansa de omitere %.0f%% 1 + 29*SkillPoint +65 SURA Armura Vrajita Armura Magica Armura Intunericului Invaluie-ti corpul intr-o armura intunecata. Daunele oponentului sunt reflectate catre acesta. Creste Apararea Bonus Inteligenta STANDING_SKILL jumagap 5 4 Aparare +%.0f (iq+30)*k Daune Reflexie Lupta din Apropiere: %.1f%% (iq/4+10)*k +66 SURA Risipirea Magiei Imprastierea Magiei Asalt Anti-Magie Anuleaza toate efectele de suport ale oponentului. Atac de Raza Lunga Atac pe tinte multiple Efectele de suport ale oponentului sunt anulate ATTACK_SKILL|NEED_TARGET pabeop 6 4 Putere Atac Magic %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Sansa Anulare %.0f%% 50*k +76 SURA Lovitura Intunecata Soc Intunecat Explozie Intunecata Foloseste Fortele Intunecate pentru a vatama oponentii. Atac de Raza Lunga Atac pe tinte multiple ATTACK_SKILL|NEED_TARGET maryeong 16 4 Putere Atac Magic %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Lovitura Focului Lovitura Arzatoare Detonarea Vapaii Oponentii vor arde in urma unei explozii. Atac Cuprinzator Atac de Foc ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Putere Atac Magic %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Spiritul Flacarii Sir de Flacari Explozie de Flacari Cheama Spiritul Focului Atac de Raza Lunga Tinte Aleatorii Atac tinte multiple ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Putere Atac Magic %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Protectie Intunecata Membrana Intunecata Protectia Lordului Negru Te protejeaz cu fora ntunecat iar pagubele se transform n PM. Paguba magiei va scdea. mbuntete aprarea STANDING_SKILL|TOGGLE heuksin 19 4 Reducerea pagubei %.0f%% (iq*0.84)*k Aprare +%.0f (0.5*iq+15)*k +80 SURA Lovitura Spiritului Lovitura Sufletului Asaltul Spiritului Arunca Spirite Intunecate pentru a vatama oponentii, Atac de Raza Lunga Atac pe tinte multiple Oponentii sunt incetiniti ATTACK_SKILL|NEED_TARGET tusok 20 4 Putere Atac Magic %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Sansa de incetinire %.1f%% (333 + (300 * k))/10 +81 SURA Sfera Intunecata Glob Intunecat Astru Intunecat Arunca un Glob Intunecat pentru a vatama oponentii. Atac de Raza Lunga Atac pe tinte multiple ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Putere Atac Magic %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Talisman Zburator Banderola Tigrului Pergamentul Dragonului Arunca un talisman pentru a rani inamicii. Atac la departare Atac asupra mai multor tinte ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Atac magic : %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Aruncarea Dragonului Atacul Dragonului Rasarirea Dragonului Atac direct frontal cu holograma unui dragon. Atac prin Patrundere Daune Permanente de Foc ATTACK_SKILL|NEED_TARGET yongpa 2 4 Putere Atac Magic %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Sansa permanenta de foc %.0f%% iq*0.2*k +93 SHAMAN Ragetul Dragonului Strigatul Dragonului Urletul Dragonului Ataca inamicii cu o figura de dragon Pagub la suprafa Pagube de foc permanente ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Atac magic %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k ansa focului permanent %.0f%% iq*0.2*k +94 SHAMAN Binecuvantare Protectia Cerului Binecuvantarea Dragonului Protejezi partenerul sau pe tine cu un cerc binecuvantat. Rezistenta la Atac Fizic Poate fi folosit in grup CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Rezistenta la Atac Fizic %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Reflexie Luciul Apei Oglinda de Cristal Protejeaz-i partenerul sau pe tine cu un cerc reflectorizant. Atacul corporal va fi reflectat Poate fi folosit pentru un membru al grupei CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 ansa de a reflecta atac corporal %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Ajutorul Dragonului Suportul Dragonului Puterea Dragonului Imbunatateste atacul tau si pe cel al partenerului. Mareste sansa unei lovituri critice. Poate fi folosit in grupuri. CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Sansa unei lovituri critice +%.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_ro/locale/ro/skilltable.txt b/bin/pack/locale_ro/locale/ro/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_ro/locale/ro/ui/costume/costume_bg.jpg b/bin/pack/locale_ro/locale/ro/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_ro/locale/ro/ui/costume_bg.jpg b/bin/pack/locale_ro/locale/ro/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_ro/locale/ro/ui/createcharacterwindow.py b/bin/pack/locale_ro/locale/ro/ui/createcharacterwindow.py new file mode 100644 index 00000000..55974714 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/ro/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/ro/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/dragonsoulrefinewindow.py b/bin/pack/locale_ro/locale/ro/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_ro/locale/ro/ui/dragonsoulwindow.py b/bin/pack/locale_ro/locale/ro/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/empire/empire.dds b/bin/pack/locale_ro/locale/ro/ui/empire/empire.dds new file mode 100644 index 00000000..f9c4e989 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/empire/empire.dds differ diff --git a/bin/pack/locale_ro/locale/ro/ui/empire/title.sub b/bin/pack/locale_ro/locale/ro/ui/empire/title.sub new file mode 100644 index 00000000..cfffe3da --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/energybar.py b/bin/pack/locale_ro/locale/ro/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_ro/locale/ro/ui/expandedtaskbar.py b/bin/pack/locale_ro/locale/ro/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/giftbox.py b/bin/pack/locale_ro/locale/ro/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/guild/guild.dds b/bin/pack/locale_ro/locale/ro/ui/guild/guild.dds new file mode 100644 index 00000000..f88edca8 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/guild/guild.dds differ diff --git a/bin/pack/locale_ro/locale/ro/ui/guild/tab_1.sub b/bin/pack/locale_ro/locale/ro/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/guild/tab_2.sub b/bin/pack/locale_ro/locale/ro/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/guild/tab_3.sub b/bin/pack/locale_ro/locale/ro/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/guild/tab_4.sub b/bin/pack/locale_ro/locale/ro/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/guild/tab_5.sub b/bin/pack/locale_ro/locale/ro/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/guild/tab_6.sub b/bin/pack/locale_ro/locale/ro/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/highlighted_quest.tga b/bin/pack/locale_ro/locale/ro/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/highlighted_quest_r.tga b/bin/pack/locale_ro/locale/ro/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/inventorywindow.py b/bin/pack/locale_ro/locale/ro/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/loading/gauge_empty.dds b/bin/pack/locale_ro/locale/ro/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_ro/locale/ro/ui/loading/gauge_full.dds b/bin/pack/locale_ro/locale/ro/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_ro/locale/ro/ui/loadingwindow.py b/bin/pack/locale_ro/locale/ro/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/login.jpg b/bin/pack/locale_ro/locale/ro/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/login.jpg differ diff --git a/bin/pack/locale_ro/locale/ro/ui/login.sub b/bin/pack/locale_ro/locale/ro/ui/login.sub new file mode 100644 index 00000000..990ae5a3 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/login.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_ro/locale/ro/ui/login/copyright.sub b/bin/pack/locale_ro/locale/ro/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/login/g4d.sub b/bin/pack/locale_ro/locale/ro/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/login/login.dds b/bin/pack/locale_ro/locale/ro/ui/login/login.dds new file mode 100644 index 00000000..ecc70381 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/login/login.dds differ diff --git a/bin/pack/locale_ro/locale/ro/ui/login/loginwindow.sub b/bin/pack/locale_ro/locale/ro/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/login/published.sub b/bin/pack/locale_ro/locale/ro/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/login/title.sub b/bin/pack/locale_ro/locale/ro/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/login_dark_dragons.jpg b/bin/pack/locale_ro/locale/ro/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_ro/locale/ro/ui/loginwindow.py b/bin/pack/locale_ro/locale/ro/ui/loginwindow.py new file mode 100644 index 00000000..e1b54cd6 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/ro/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/ro/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/ro/ui/vkey/key_at.tga', + 'down_image' : 'locale/ro/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/ro/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/ro/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/ro/ui/vkey/key_enter.tga', + 'down_image' : 'locale/ro/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/ro/ui/vkey/key_shift.tga', + 'down_image' : 'locale/ro/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/ro/ui/vkey/key_space.tga', + 'down_image' : 'locale/ro/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/ro/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ro/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ro/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/00.sub b/bin/pack/locale_ro/locale/ro/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/01.sub b/bin/pack/locale_ro/locale/ro/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/02.sub b/bin/pack/locale_ro/locale/ro/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/03.sub b/bin/pack/locale_ro/locale/ro/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/04.sub b/bin/pack/locale_ro/locale/ro/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/05.sub b/bin/pack/locale_ro/locale/ro/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/06.sub b/bin/pack/locale_ro/locale/ro/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/07.sub b/bin/pack/locale_ro/locale/ro/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/08.sub b/bin/pack/locale_ro/locale/ro/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/09.sub b/bin/pack/locale_ro/locale/ro/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/10.sub b/bin/pack/locale_ro/locale/ro/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/11.sub b/bin/pack/locale_ro/locale/ro/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/12.sub b/bin/pack/locale_ro/locale/ro/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/13.sub b/bin/pack/locale_ro/locale/ro/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/14.sub b/bin/pack/locale_ro/locale/ro/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/15.sub b/bin/pack/locale_ro/locale/ro/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/16.sub b/bin/pack/locale_ro/locale/ro/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0000.tga b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0001.tga b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0002.tga b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0003.tga b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0004.tga b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0005.tga b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0006.tga b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0007.tga b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0008.tga b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0009.tga b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0000.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0001.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0002.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0003.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0004.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0005.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0006.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0007.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0008.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0009.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0010.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0011.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0012.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0013.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0014.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/herz0015.tga b/bin/pack/locale_ro/locale/ro/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/mall.tga b/bin/pack/locale_ro/locale/ro/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/mall.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/0a2.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/0a2.tga new file mode 100644 index 00000000..1dd93f0a Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/a1.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/a1.tga new file mode 100644 index 00000000..ab43cc39 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/a2.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/a2.tga new file mode 100644 index 00000000..02d4fca5 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/a3.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/a3.tga new file mode 100644 index 00000000..bcb56671 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/a4.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/a4.tga new file mode 100644 index 00000000..2d3a7ad2 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/b1.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/b1.tga new file mode 100644 index 00000000..13dfdac5 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/b2.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/b2.tga new file mode 100644 index 00000000..d11cc5c0 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/b3.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/b3.tga new file mode 100644 index 00000000..c63fdee5 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/b4.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/b4.tga new file mode 100644 index 00000000..4d540172 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/bay.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/c1.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/c1.tga new file mode 100644 index 00000000..8ae8b5b1 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/c2.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/c2.tga new file mode 100644 index 00000000..1c3f5e2b Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/c3.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/c3.tga new file mode 100644 index 00000000..b749fa26 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/c4.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/c4.tga new file mode 100644 index 00000000..272d2313 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/cape.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/dawn.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/desert1.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/desert1.tga new file mode 100644 index 00000000..5ecdb3be Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil1.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1.tga new file mode 100644 index 00000000..e97df41e Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_1f.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..f14c13f5 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_2f.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..7c4004ca Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_3f.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..660808f3 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_4f.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..2b123ac0 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_5f.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..18ff1c7a Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_6f.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..91f5b8de Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_7f.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..46b345ca Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_8f.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..5c8b7c4f Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_9f.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..ea722f59 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_title.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..ea0aea81 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/devil_basement.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/frame1.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/frame1.tga new file mode 100644 index 00000000..26f9486f Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/guild1.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/guild1.tga new file mode 100644 index 00000000..d9f3580e Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/guild2.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/guild2.tga new file mode 100644 index 00000000..eadecdaa Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/guild3.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/guild3.tga new file mode 100644 index 00000000..7df34e7f Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/milgyo.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/milgyo.tga new file mode 100644 index 00000000..c379fdc8 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/monkey1.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/monkey1.tga new file mode 100644 index 00000000..4f8dfe9a Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/monkey2.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/monkey2.tga new file mode 100644 index 00000000..7f476e24 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/monkey3.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/monkey3.tga new file mode 100644 index 00000000..11f6e90b Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/skipia.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/skipia.tga new file mode 100644 index 00000000..50ffee9f Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/snow1.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/snow1.tga new file mode 100644 index 00000000..19031682 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/spider1.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/spider1.tga new file mode 100644 index 00000000..99f75eaa Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/thunder.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/trent.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/trent.tga new file mode 100644 index 00000000..ac420540 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/mapname/trent02.tga b/bin/pack/locale_ro/locale/ro/ui/mapname/trent02.tga new file mode 100644 index 00000000..c5dc65b2 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/new_cube_bg.tga b/bin/pack/locale_ro/locale/ro/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/passworddialog.py b/bin/pack/locale_ro/locale/ro/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/select.jpg b/bin/pack/locale_ro/locale/ro/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/select.jpg differ diff --git a/bin/pack/locale_ro/locale/ro/ui/select.sub b/bin/pack/locale_ro/locale/ro/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_ro/locale/ro/ui/select/name_assassin.sub b/bin/pack/locale_ro/locale/ro/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/select/name_shaman.sub b/bin/pack/locale_ro/locale/ro/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/select/name_sura.sub b/bin/pack/locale_ro/locale/ro/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/select/name_warrior.sub b/bin/pack/locale_ro/locale/ro/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/select/select.dds b/bin/pack/locale_ro/locale/ro/ui/select/select.dds new file mode 100644 index 00000000..d4fbf5a8 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/select/select.dds differ diff --git a/bin/pack/locale_ro/locale/ro/ui/select_old.jpg b/bin/pack/locale_ro/locale/ro/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/select_old.jpg differ diff --git a/bin/pack/locale_ro/locale/ro/ui/selectcharacterwindow.py b/bin/pack/locale_ro/locale/ro/ui/selectcharacterwindow.py new file mode 100644 index 00000000..fa808516 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/ro/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/selectempirewindow.py b/bin/pack/locale_ro/locale/ro/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/serverlist.jpg b/bin/pack/locale_ro/locale/ro/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/serverlist.jpg differ diff --git a/bin/pack/locale_ro/locale/ro/ui/serverlist.sub b/bin/pack/locale_ro/locale/ro/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_ro/locale/ro/ui/systemdialog.py b/bin/pack/locale_ro/locale/ro/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/taskbar.py b/bin/pack/locale_ro/locale/ro/ui/taskbar.py new file mode 100644 index 00000000..cf364242 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ro/ui/Mall/00.sub", + "locale/ro/ui/Mall/01.sub", + "locale/ro/ui/Mall/02.sub", + "locale/ro/ui/Mall/03.sub", + "locale/ro/ui/Mall/04.sub", + "locale/ro/ui/Mall/05.sub", + "locale/ro/ui/Mall/06.sub", + "locale/ro/ui/Mall/07.sub", + "locale/ro/ui/Mall/08.sub", + "locale/ro/ui/Mall/09.sub", + "locale/ro/ui/Mall/11.sub", + "locale/ro/ui/Mall/12.sub", + "locale/ro/ui/Mall/13.sub", + "locale/ro/ui/Mall/14.sub", + "locale/ro/ui/Mall/15.sub", + "locale/ro/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ro/ui/Mall/00.sub", + "locale/ro/ui/Mall/01.sub", + "locale/ro/ui/Mall/02.sub", + "locale/ro/ui/Mall/03.sub", + "locale/ro/ui/Mall/04.sub", + "locale/ro/ui/Mall/05.sub", + "locale/ro/ui/Mall/06.sub", + "locale/ro/ui/Mall/07.sub", + "locale/ro/ui/Mall/08.sub", + "locale/ro/ui/Mall/09.sub", + "locale/ro/ui/Mall/11.sub", + "locale/ro/ui/Mall/12.sub", + "locale/ro/ui/Mall/13.sub", + "locale/ro/ui/Mall/14.sub", + "locale/ro/ui/Mall/15.sub", + "locale/ro/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/taskbar_easter.py b/bin/pack/locale_ro/locale/ro/ui/taskbar_easter.py new file mode 100644 index 00000000..49572f10 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ro/ui/Mall/easter_2012_0000.tga", + "locale/ro/ui/Mall/easter_2012_0001.tga", + "locale/ro/ui/Mall/easter_2012_0002.tga", + "locale/ro/ui/Mall/easter_2012_0003.tga", + "locale/ro/ui/Mall/easter_2012_0004.tga", + "locale/ro/ui/Mall/easter_2012_0005.tga", + "locale/ro/ui/Mall/easter_2012_0006.tga", + "locale/ro/ui/Mall/easter_2012_0007.tga", + "locale/ro/ui/Mall/easter_2012_0008.tga", + "locale/ro/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ro/ui/Mall/easter_2012_0000.tga", + "locale/ro/ui/Mall/easter_2012_0001.tga", + "locale/ro/ui/Mall/easter_2012_0002.tga", + "locale/ro/ui/Mall/easter_2012_0003.tga", + "locale/ro/ui/Mall/easter_2012_0004.tga", + "locale/ro/ui/Mall/easter_2012_0005.tga", + "locale/ro/ui/Mall/easter_2012_0006.tga", + "locale/ro/ui/Mall/easter_2012_0007.tga", + "locale/ro/ui/Mall/easter_2012_0008.tga", + "locale/ro/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/taskbar_haloween.py b/bin/pack/locale_ro/locale/ro/ui/taskbar_haloween.py new file mode 100644 index 00000000..b0aa79b3 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ro/ui/Mall/shop_button_kuerbis0000.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0001.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0002.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0003.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0004.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0005.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0006.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0007.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0008.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0009.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0010.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0011.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0012.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0013.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0014.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ro/ui/Mall/shop_button_kuerbis0000.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0001.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0002.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0003.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0004.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0005.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0006.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0007.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0008.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0009.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0010.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0011.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0012.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0013.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0014.tga", + "locale/ro/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/taskbar_valentine.py b/bin/pack/locale_ro/locale/ro/ui/taskbar_valentine.py new file mode 100644 index 00000000..e5e7d66b --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ro/ui/Mall/herz0000.tga", + "locale/ro/ui/Mall/herz0001.tga", + "locale/ro/ui/Mall/herz0002.tga", + "locale/ro/ui/Mall/herz0003.tga", + "locale/ro/ui/Mall/herz0004.tga", + "locale/ro/ui/Mall/herz0005.tga", + "locale/ro/ui/Mall/herz0006.tga", + "locale/ro/ui/Mall/herz0007.tga", + "locale/ro/ui/Mall/herz0008.tga", + "locale/ro/ui/Mall/herz0009.tga", + "locale/ro/ui/Mall/herz0010.tga", + "locale/ro/ui/Mall/herz0011.tga", + "locale/ro/ui/Mall/herz0012.tga", + "locale/ro/ui/Mall/herz0013.tga", + "locale/ro/ui/Mall/herz0014.tga", + "locale/ro/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ro/ui/Mall/herz0000.tga", + "locale/ro/ui/Mall/herz0001.tga", + "locale/ro/ui/Mall/herz0002.tga", + "locale/ro/ui/Mall/herz0003.tga", + "locale/ro/ui/Mall/herz0004.tga", + "locale/ro/ui/Mall/herz0005.tga", + "locale/ro/ui/Mall/herz0006.tga", + "locale/ro/ui/Mall/herz0007.tga", + "locale/ro/ui/Mall/herz0008.tga", + "locale/ro/ui/Mall/herz0009.tga", + "locale/ro/ui/Mall/herz0010.tga", + "locale/ro/ui/Mall/herz0011.tga", + "locale/ro/ui/Mall/herz0012.tga", + "locale/ro/ui/Mall/herz0013.tga", + "locale/ro/ui/Mall/herz0014.tga", + "locale/ro/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_at.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_at_dn.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_at_over.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_backspace.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_backspace_over.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_enter.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_enter_dn.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_enter_over.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_normal.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_normal_dn.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_normal_over.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_shift.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_shift_dn.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_shift_over.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_space.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_space_dn.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/vkey/key_space_over.tga b/bin/pack/locale_ro/locale/ro/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_ro/locale/ro/ui/webwindow.py b/bin/pack/locale_ro/locale/ro/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_cur_exp.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_ext.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_ext.sub new file mode 100644 index 00000000..7cc02116 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 301 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_ext_item1.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_ext_item2.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_last_exp.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_level.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_active.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..12cc8617 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 147 +right 127 +bottom 162 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_high.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..b70b97df --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 200 +top 147 +right 234 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_low.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..ada7f4c0 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 477 +top 74 +right 512 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_middle.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..d3844cde --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 127 +top 147 +right 164 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_passive.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..5363c826 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 462 +top 130 +right 509 +bottom 147 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_support.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..ee8746e1 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 91 +right 480 +bottom 106 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_weapon.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..b590004e --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 164 +top 147 +right 200 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_std.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_std.sub new file mode 100644 index 00000000..9cf283be --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 301 +top 116 +right 414 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_std_item1.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_std_item2.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/label_uppt.sub b/bin/pack/locale_ro/locale/ro/ui/windows/label_uppt.sub new file mode 100644 index 00000000..06c05b98 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 116 +right 489 +bottom 130 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/tab_1.sub b/bin/pack/locale_ro/locale/ro/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/tab_2.sub b/bin/pack/locale_ro/locale/ro/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/tab_3.sub b/bin/pack/locale_ro/locale/ro/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/tab_4.sub b/bin/pack/locale_ro/locale/ro/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/title_skill.sub b/bin/pack/locale_ro/locale/ro/ui/windows/title_skill.sub new file mode 100644 index 00000000..c8bdf1c1 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 477 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/title_status.sub b/bin/pack/locale_ro/locale/ro/ui/windows/title_status.sub new file mode 100644 index 00000000..0cd12da3 --- /dev/null +++ b/bin/pack/locale_ro/locale/ro/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 130 +right 462 +bottom 147 \ No newline at end of file diff --git a/bin/pack/locale_ro/locale/ro/ui/windows/windows.dds b/bin/pack/locale_ro/locale/ro/ui/windows/windows.dds new file mode 100644 index 00000000..e7dcab4b Binary files /dev/null and b/bin/pack/locale_ro/locale/ro/ui/windows/windows.dds differ diff --git a/bin/pack/locale_ru/locale/ru/effect/gm.mse b/bin/pack/locale_ru/locale/ru/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_ru/locale/ru/effect/ymirred.tga b/bin/pack/locale_ru/locale/ru/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/effect/ymirred.tga differ diff --git a/bin/pack/locale_ru/locale/ru/empiredesc_a.txt b/bin/pack/locale_ru/locale/ru/empiredesc_a.txt new file mode 100644 index 00000000..6f66086a --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/empiredesc_a.txt @@ -0,0 +1,29 @@ +[DELAY value;10] + [ENTER] +[ENTER] + [ENTER] + . [ENTER] + [ENTER] +[WAIT] + .[ENTER] + [ENTER] + [ENTER] + [ENTER] + [ENTER] +[WAIT] +. [ENTER] + [ENTER] + , [ENTER] + [ENTER] + . [ENTER] +[WAIT] + [ENTER] +, [ENTER] + , [ENTER] + . :[ENTER] + [ENTER] +[WAIT] + [ENTER] + , [ENTER] + [ENTER] + . \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/empiredesc_b.txt b/bin/pack/locale_ru/locale/ru/empiredesc_b.txt new file mode 100644 index 00000000..98255ad8 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/empiredesc_b.txt @@ -0,0 +1,35 @@ +[DELAY value;10] + [ENTER] +[ENTER] + [ENTER] + . [ENTER] + ,[ENTER] +[WAIT] + [ENTER] +. [ENTER] +-, [ENTER] +. ,[ENTER] + [ENTER] +[WAIT] + , [ENTER] + [ENTER] + ,[ENTER] + .[ENTER] + [ENTER] +[WAIT] + , [ENTER] + . [ENTER] + [ENTER] + [ENTER] + , [ENTER] +[WAIT] + .[ENTER] + [ENTER] + [ENTER] + . [ENTER] + [ENTER] +[WAIT] +, [ENTER] + [ENTER] + [ENTER] + . \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/empiredesc_c.txt b/bin/pack/locale_ru/locale/ru/empiredesc_c.txt new file mode 100644 index 00000000..f4c84296 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/empiredesc_c.txt @@ -0,0 +1,26 @@ +[DELAY value;10] + [ENTER] +[ENTER] + [ENTER] + .[ENTER] + [ENTER] +[WAIT] + , [ENTER] + [ENTER] + [ENTER] +. [ENTER] + - [ENTER] +[WAIT] +. , [ENTER] + - [ENTER] + [ENTER] + [ENTER] +. , [ENTER] +[WAIT] + , [ENTER] + .[ENTER] + [ENTER] + [ENTER] + [ENTER] +[WAIT] + . \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/guildbuildinglist.txt b/bin/pack/locale_ru/locale/ru/guildbuildinglist.txt new file mode 100644 index 00000000..1092731e --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 245 2 1 1 +14015 FACILITY jedan -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 246 2 1 1 +14033 FACILITY suryeonjang -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro . . -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20061 3 1 1 +14049 FACILITY yonggwangro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro -179.63 -199.89 179.63 199.89 20000000 0 360 360 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro . -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 270 3 1 1 +14054 FACILITY yonggwangro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Soul Crystal -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Garnet -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Saphire -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse (1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner . (1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin . (1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 . (1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDIN a1-set (1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse (2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner . (2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin . (2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 . (2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door (2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDIN b1-set (2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse (3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner . (3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin . (3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 . (3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDIN c1-set (3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol . -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 0 +14202 WALL fence01_back01 -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 . -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 . -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT 1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall 3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT 6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall 8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_ru/locale/ru/icon/scroll_close.tga b/bin/pack/locale_ru/locale/ru/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/icon/scroll_close.tga differ diff --git a/bin/pack/locale_ru/locale/ru/icon/scroll_open.tga b/bin/pack/locale_ru/locale/ru/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/icon/scroll_open.tga differ diff --git a/bin/pack/locale_ru/locale/ru/insult.txt b/bin/pack/locale_ru/locale/ru/insult.txt new file mode 100644 index 00000000..a99345b8 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/insult.txt @@ -0,0 +1,281 @@ + + + + + + + + + + + + + + + +a + + + + +' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +fuck + + + + +wmz +huy +pizda +ebat \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/item_list.txt b/bin/pack/locale_ru/locale/ru/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_ru/locale/ru/item_proto b/bin/pack/locale_ru/locale/ru/item_proto new file mode 100644 index 00000000..a0e21d6f Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/item_proto differ diff --git a/bin/pack/locale_ru/locale/ru/itemdesc.txt b/bin/pack/locale_ru/locale/ru/itemdesc.txt new file mode 100644 index 00000000..a8f2de34 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/itemdesc.txt @@ -0,0 +1,2628 @@ +100000 () . +100001 () . +100002 () . +100100 , . +100200 . +100300 . . +100400 . +100500 10%. +11901 , . +11902 , . +11903 . +11904 . +18000 +0 +18001 +1 +18002 +2 +18003 +3 +18004 +4 +18005 +5 +18006 +6 +18007 +7 +18008 +8 +18009 +9 +18010 +0 +18011 +1 +18012 +2 +18013 +3 +18014 +4 +18015 +5 +18016 +6 +18017 +7 +18018 +8 +18019 +9 +18020 +0 +18021 +1 +18022 +2 +18023 +3 +18024 +4 +18025 +5 +18026 +6 +18027 +7 +18028 +8 +18029 +9 +18030 +0 +18031 +1 +18032 +2 +18033 +3 +18034 +4 +18035 +5 +18036 +6 +18037 +7 +18038 +8 +18039 +9 +18040 +0 +18041 +1 +18042 +2 +18043 +3 +18044 +4 +18045 +5 +18046 +6 +18047 +7 +18048 +8 +18049 +9 +18050 +0 +18051 +1 +18052 +2 +18053 +3 +18054 +4 +18055 +5 +18056 +6 +18057 +7 +18058 +8 +18059 +9 +18060 +0 +18061 +1 +18062 +2 +18063 +3 +18064 +4 +18065 +5 +18066 +6 +18067 +7 +18068 +8 +18069 +9 +18070 +0 +18071 +1 +18072 +2 +18073 +3 +18074 +4 +18075 +5 +18076 +6 +18077 +7 +18078 +8 +18079 +9 +18900 . +21100 +21101 +21102 +21103 +21104 +21105 +21106 +21107 +21108 +21109 +21110 +21111 +21112 +21113 +21114 +21115 +21116 +21117 +21118 +21119 +21120 +21121 +21122 +21123 +21124 +21125 +21126 +21127 +21128 +21129 +21550 +21551 +21552 +21553 +21554 +21555 +21556 +21557 +21558 +21559 +21991 +21992 +21993 +22000 . +22010 , , . +25040 , . 1 . +25041 . . +25100 . . +27051 () 300 . . +27052 () 100 . . +27053 () +10 10 . . +27054 () +10 10 . . +27122 () 300 . . +27123 () 10 10 . . +27124 . +27600 , . +27610 - , . +27620 , , 3 . +27799 . +27800 . +27801 , . +27802 , . +27803 , . +27804 - . +27805 . +27806 . +27807 , . +27808 , . +27809 , . +27810 , , . . +27811 , . +27812 , . . +27813 , . +27814 , " ". +27815 , . +27816 - , , . +27817 , . +27818 - . . +27819 . . +27820 , . +27821 , . +27822 . +27823 . +27833 ̸ . +27834 ̸ - . +27835 . +27836 ̸ . +27837 ̸ . +27838 ̸ . +27839 ̸ . +27840 ̸ . +27841 ̸ . +27842 ̸ . +27843 ̸ . +27844 ̸ . +27845 ̸ . +27846 ̸ - . +27847 ̸ . +27848 ̸ - . +27849 ̸ . +27850 ̸ . +27851 ̸ . +27852 ̸ . +27853 ̸ . +27863 . +27864 . - . +27865 . . +27866 . +27867 . +27868 . . +27869 . +27870 10 10 . +27871 . . +27872 . . +27873 10 10 . +27874 . +27875 . +27876 - . +27877 5 . +27878 . - . +27879 . , . +27880 , - . +27881 , . +27882 . . , - . +27883 . , - . +27987 . . +27988 , . +27989 . , . 6 . +27990 - , . . +27991 - , , . +27992 . +27993 - . +27994 . +27995 , . +27996 , . +27997 . +27998 , . +27999 , , . +29001 . . +29002 . +29003 Ƹ . +29004 . +29005 . +29006 Ҹ-. . +29007 - . +29008 C . +29009 . +29010 . +29011 . +29012 - . +29013 - Ҹ- +29014 +29015 -. +30000 , . +30001 , . +30002 . +30003 +30004 . +30005 . +30006 - . +30007 , . +30008 . +30009 . +30010 . +30011 +30012 . +30013 , . +30014 , . . +30015 , . +30016 , . +30017 , . +30018 +30019 . +30020 . +30021 , . +30022 +30023 . +30024 , . +30025 , . +30026 . , . +30027 . +30028 . +30029 - . +30030 +30031 +30032 ׸ +30033 +30034 +30035 , . +30036 , +30037 , , . +30038 . +30039 . +30040 . +30041 , . +30042 , . +30043 . +30044 . +30045 , +30046 +30047 , - +30048 . +30049 . +30050 , . . +30051 , . +30052 - . +30053 . +30054 , . +30055 . +30056 . +30057 . +30058 , . +30059 . +30060 +30061 . ! +30062 , . +30063 , . +30064 . +30065 , . +30066 +30067 +30068 +30069 + . +30070 + . +30071 + , . +30072 + . +30073 + . +30074 ׸ + ׸ +30075 + , . +30076 + , . +30077 + , . +30078 + . +30079 + , . +30080 + , -. +30081 + +30082 + +30083 + . +30084 + , . +30085 + . +30086 + Ҹ +30087 + , . +30088 , . +30089 + , , . +30090 + , . . +30091 . +30092 +30093 , +30094 , +30095 , +30096 , +30129 +30130 . . +30131 oa. +30132 , . " ". +30133 . +30134 . +30135 . +30136 , . +30137 . . +30138 . +30139 - . +30140 . , . +30141 , . +30142 . - . +30143 . . +30144 - . +30145 . +30146 . +30147 , . +30148 , . +30149 , . . +30150 , . +30151 . +30152 . , . +30153 , . +30154 . +30155 , . +30156 . +30157 . +30177 . . +30179 . +30180 . +30181 , . +30182 . +30183 , , . , , . +30184 , , . +30185 . +30186 -, . +30187 -, . +30188 , . +30189 - -. +30190 -, . +30191 . +30192 . +30193 . +30194 . +30195 , . +30196 . +30197 . +30198 . +30199 , . +30210 , . +30211 , . +30212 +30213 +30214 +30215 +30216 +30217 +30218 +30219 +30220 , . +30221 , . +30222 , . +30223 , +30224 , . +30225 , . +30228 - . +30251 , . +30252 . +30253 . +30254 +30265 (1) +30266 (2) +30267 (3) +30268 (4) +30269 (5) +30270 +30311 - 2 . +30312 6 . +30315 . +30316 . +30317 . +30318 , . +30319 3 . . +30320 3 . +30321 . , . +30322 , , . +30323 . . +30324 . , 24 . . +30325 . 24 . . +30326 . +30327 . +30329 . +30330 , , . +30331 , . . +30332 . . +30333 . . +30500 . +30501 +30502 +30503 . +30504 +30505 +30506 . +30507 +30508 +30509 , , . , . +30510 +30511 +30512 , , . , . +30513 +30514 +30515 , , . , . +30516 +30517 +30518 . , . +30519 . , . +30520 . , . +30521 . , . +30522 . , . +30523 . , . +30524 +30525 +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 . +31002 . +31003 . +31004 , , . +31005 . . +31006 , . +31007 . . +31008 , . , . +31009 +31010 . +31011 +31012 +31013 . +31014 +31015 . +31016 +31017 . +31018 . +31019 +31020 . +31021 +31022 . +31023 +31024 +31025 +31026 . . +31027 . +31028 . +31029 . +31030 . +31031 , . . +31032 . +31033 . +31034 . +31035 . +31036 . +31037 . , ... +31038 . +31039 , . +31040 ? +31041 +31042 . +31043 , +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 . +31074 +31075 . . +31076 , . +31077 . +31078 , . +31079 - , . +31080 , . +31081 . +31082 , . +31083 . +31084 +31085 +31086 +31087 +31088 +31089 +31090 +31091 +31092 +31093 , . +31094 +31095 +31096 +31097 +31098 +31099 +31100 +31101 +31102 +31103 +35000 + . . +35001 + - . +38010 . . +38011 . . +38050 , ... +38051 . , . 5 . +38052 o . . +38053 . . +38054 . +38055 , - . . +38056 , , . +38057 . +38100 (7 ) 7 . +38101 (15 ) 15 . +38102 (30 ) 30 . +38200 . +38201 . +39001 . . +39002 50% 60 . . +39003 . , 500 . . +39004 , . . . +39005 , . . +39006 , , . +39007 . . . +39008 , . . . +39009 . . . +39010 +10 30 10%. . +39011 , . . +39012 , . . +39013 , . . +39014 . +0 +3. . +39015 , . . +39016 . , . . +39017 . 30 20%. . +39018 . 30 12% - 15%. . +39019 . 30 20%. . +39020 . 30 12% - 15%. . +39021 , , . . +39022 . . 10%. . +39023 , , . . +39024 10 20%. . +39025 10 20%. . +39026 30 60. . +39027 . . . +39028 . . +39029 (. 4 ). . +39030 ( ) 2.5 . . +39031 20% 30 . . +39032 2000 (: 8 ). . +39033 . . +39034 20. . +39035 . . . +39036 30 30 . . +39037 () . 1.000.000 . . +39038 () . 3.000.000 . . +39039 () . 7.000.000 . . +39040 () . 100.000 . . +39041 () . 300.000 . . +39042 () . 700.000 . . +39043 , , . . +39044 () +39045 () +39046 + . +41001 (.) +41002 (.) +41003 , . +41004 - , . +41005 . . (M) . +41006 . . () . +41007 . () . +41008 . () . +41009 . () . +41010 . () . +41011 . () . +41012 . () . +41013 . . (M) . +41014 . . () . +41015 . () . +41016 . () . +41017 . (M) . +41018 . () . +41019 . (M) . +41020 . () . +41021 . . () . +41022 . . () . +41023 . () . +41024 . () . +41025 . () . +41026 . () . +41027 . () . +41028 . () . +41029 () , . . +41030 . - () , . . +41031 . . () . . +41032 . . () . . +41033 . () . . +41034 . () . . +41035 . () . . +41036 . () . . +41037 . () . . +41038 . () . . +41039 . . () . . +41040 . . () . . +41041 . () . . +41042 . () . . +41043 . () . . +41044 . () . . +41045 . () . . +41046 . () . . +41047 . . () . . +41048 . . () . . +41049 . () . . +41050 . () . . +41051 . () . . +41052 . () . . +41053 . () . . +41054 . () . . +41055 . () . +41056 . () . +41057 . () . +41058 . () . +41059 . () . +41060 . () . +41061 . () . +41062 . () . +41063 . () . +41064 . () . +41065 . () . +41066 . () . +41067 . () . +41068 . () . +41069 . () . +41070 . () . +41071 . () . +41072 . () . +41073 . () . +41074 . () . +41075 . () . +41076 . () . +41077 . () . +41078 . () . +41079 . () . +41080 . () . +41081 . () . +41082 . () . +41083 . () . +41084 . () . +41085 . () . . +41086 . () . . +41087 . () . . +41088 . () . . +41089 . () . . +41090 . () . . +41091 . () . . +41092 . () . . +41093 . () . . +41094 . () . . +41095 . () . . +41096 . () . . +41097 . () . . +41098 . () . . +41099 . () . . +41100 . () . . +41101 . () . . +41102 . () . . +41103 . () . . +41104 . () . . +41105 . () . . +41106 . () . . +41107 . () . . +41108 . () . . +41109 . () . . +41110 . () . . +41111 . () . . +41112 . () . . +41113 . () . . +41114 . () . . +41117 +41118 . +41119 , - . +41120 , . +41121 . +41122 . +41125 - . +41126 - . +41129 + . . . +41130 + . . . +41131 + , - . . . +41132 + , . . . +41133 + . . . +41134 + . . . +41135 . () - . . +41136 . () - . . +41137 . (.) +41138 . (.) - +41139 . (.) +41140 . (.) - +41141 . (.) +41142 . (.) - +41143 () +41144 () +41145 . + (.) . . . +41146 . + (.) - . . . +41147 . + (.) . . . +41148 . + (.) - . . . +41149 . + (.) . . . +41150 . + (.) - . . . +41151 + () . . . +41152 + () . . . +41153 () - , +41154 () - , +41155 () - , +41156 () - , +41157 () - , +41158 () - , +41159 () - , +41160 () - , +41161 () - , +41162 () - , +41163 () - , +41164 () - , +41165 () - , +41166 () - , +41167 () - , +41168 () - , +41169 () - , +41170 () - , +41171 () - , +41172 () - , +41173 07 () , +41174 07 () , +41175 () , +41176 () , +41177 () - , +41178 () - , +41179 1927 () - , +41180 1927 () - , +41181 1. () , +41182 1. () , +41183 () - , +41184 () - , +41185 () - , +41186 () - , +41187 () - , +41188 () - , +41189 () - , +41190 () - , +41191 () - , +41192 () - , +41193 () , +41194 () , +41195 () - , +41196 () - , +41197 () - , +41198 () - , +41199 () - , +41200 () - , +41201 .- () , +41202 .- () , +41203 () , +41204 04 () , +41205 04 () - , +41206 () - , +41207 () - , +41208 () - , +41209 () - , +41210 () - , +41211 () - , +41212 () - , +41213 () , +41214 () , +41215 () , +41216 () , +41217 + () - , . . +41218 + () - , . . +41219 + () - , . . +41220 + () - , . . +41221 + () - , . . +41222 + () - , . . +41223 + () - , . . +41224 + () - , . . +41225 + () - , . . +41226 + () - , . . +41227 + () - , . . +41228 + () - , . . +41229 + () - , . . +41230 + () - , . . +41231 + () - , . . +41232 + () - , . . +41233 + () - , . . +41234 + () - , . . +41235 + () - , . . +41236 + () - , . . +41237 07+ () , . . +41238 07+ () , . . +41239 + () , . . +41240 + () , . . +41241 + () - , . . +41242 + () - , . . +41243 1927 + () - , . . +41244 1927 + () - , . . +41245 1. + () , . . +41246 1. + () , . . +41247 + () - , . . +41248 + () - , . . +41249 + () - , . . +41250 + () - , . . +41251 + () - , . . +41252 + () - , . . +41253 + () - , . . +41254 + () - , . . +41255 + () - , . . +41256 + () - , . . +41257 + () , . . +41258 + () , . . +41259 + () - , . . +41260 + () - , . . +41261 + () - , . . +41262 + () - , . . +41263 + () - , . . +41264 + () - , . . +41265 .-+ () , . . +41266 .-+ () , . . +41267 + () , . . +41268 + () , . . +41269 04+ () - , . . +41270 04+ () - , . . +41271 + () - , . . +41272 + () - , . . +41273 + () - , . . +41274 + () - , . . +41275 + () - , . . +41276 + () - , . . +41277 + () , . . +41278 + () , . . +41279 + () , . . +41280 + () , . . +41291 () +41292 () +41293 () +41294 () +41295 () +41296 () +41297 () +41298 () +41299 + () . . +41300 + () . . +41301 + () . . +41302 + () . . +41303 + (.) . . +41304 + () . . +41305 + (.) . . +41306 + (.) . . +41307 () , . +41308 () , . +41309 + () , . . +41310 + () , . . +41311 () . +41312 . - () . +41313 + () . . +41314 . -+ () . . +41315 () . +41316 () . +41317 + () . . +41318 + () . . +41320 () +41321 () +41322 + () . . . +41323 + () . . . +41324 +41325 +41326 +41327 +41328 . . ALG () +41329 . . ALG () +41330 . . ARG () +41331 . . ARG () +41332 . . AUS () +41333 . . AUS () +41334 . . BEL () +41335 . . BEL () +41336 . . BIH () +41337 . . BIH () +41338 . . BRA () +41339 . . BRA () +41340 . . CMR () +41341 . . CMR () +41342 . . CHI () +41343 . . CHI () +41344 . . COL () +41345 . . COL () +41346 . . CRC () - +41347 . . CRC () - +41348 . . CIV () - +41349 . . CIV () - +41350 . . CRO () +41351 . . CRO () +41352 . . ECU () +41353 . . ECU () +41354 . . ENG () +41355 . . ENG () +41356 . . FRA () +41357 . . FRA () +41358 . . GER () +41359 . . GER () +41360 . . GHA () +41361 . . GHA () +41362 . . GRE () +41363 . . GRE () +41364 . . HON () +41365 . . HON () +41366 . . IRN () +41367 . . IRN () +41368 . . ITA () +41369 . . ITA () +41370 . . JPN () +41371 . . JPN () +41372 . . KOR () +41373 . . KOR () +41374 . . MEX () +41375 . . MEX () +41376 . . NED () +41377 . . NED () +41378 . . NGA () +41379 . . NGA () +41380 . . POR () +41381 . . POR () +41382 . . RUS () +41383 . . RUS () +41384 . . ESP () +41385 . . ESP () +41386 . . SUI () +41387 . . SUI () +41388 . . URU () +41389 . . URU () +41390 . . USA () +41391 . . USA () +41392 . . ALG (/) . . +41393 . . ALG (/) . . +41394 . . ARG (/) . . +41395 . . ARG (/) . . +41396 . . AUS (/) . . +41397 . . AUS (/) . . +41398 . . BEL (/) . . +41399 . . BEL (/) . . +41400 . . BIH (/) . . +41401 . . BIH (/) . . +41402 . . BRA (/) . . +41403 . . BRA (/) . . +41404 . . CMR (/) . . +41405 . . CMR (/) . . +41406 . . CHI (/) . . +41407 . . CHI (/) . . +41408 . . COL (/) . . +41409 . . COL (/) . . +41410 . . CRC (/) -. . +41411 . . CRC (/) -. . +41412 . . CIV (/) -. . +41413 . . CIV (/) -. . +41414 . . CRO (/) . . +41415 . . CRO (/) . . +41416 . . ECU (/) . . +41417 . . ECU (/) . . +41418 . . ENG (/) . . +41419 . . ENG (/) . . +41420 . . FRA (/) . . +41421 . . FRA (/) . . +41422 . . GER (/) . . +41423 . . GER (/) . . +41424 . . GHA (/) . . +41425 . . GHA (/) . . +41426 . . GRE (/) . . +41427 . . GRE (/) . . +41428 . . HON (/) . . +41429 . . HON (/) . . +41430 . . IRN (/) . . +41431 . . IRN (/) . . +41432 . . ITA (/) . . +41433 . . ITA (/) . . +41434 . . JPN (/) . . +41435 . . JPN (/) . . +41436 . . KOR (/) . . +41437 . . KOR (/) . . +41438 . . MEX (/) . . +41439 . . MEX (/) . . +41440 . . NED (/) . . +41441 . . NED (/) . . +41442 . . NGA (/) . . +41443 . . NGA (/) . . +41444 . . POR (/) . . +41445 . . POR (/) . . +41446 . . RUS (/) . . +41447 . . RUS (/) . . +41448 . . ESP (/) . . +41449 . . ESP (/) . . +41450 . . SUI (/) . . +41451 . . SUI (/) . . +41452 . . URU (/) . . +41453 . . URU (/) . . +41454 . . USA (/) . . +41455 . . USA (/) . . +41472 , . +41473 , . +41474 + , . . +41475 + , . . +41476 , , . +41477 , . +41478 + , , . . +41479 + , . . +41480 . . +41481 . . +41482 (.) . . +41483 (.) . . +41484 + . . . +41485 + . . . +41486 + () . . . +41487 + (.) . . . +41496 (.) , . +41497 (.) , . +41498 . (.) , . +41499 . (.) , . +41500 + (.) , . . +41501 + (.) , . . +41502 . + (.) , . . +41503 . + (.) , . . +41504 (.) , : . . +41505 (.) , : . . +41506 (.) . . +41507 (.) . . +41508 + (.) , : . . . +41509 + (.) , : . . . +41510 . + (.) . . . +41511 . + (.) . . . +45001 () () +45002 () , +45003 () . +45004 () . +45005 () - . +45006 . () . +45007 () . , . +45008 . () . +45009 () . +45010 . () . +45011 () . . +45012 () . . +45013 () - . . +45014 . () . . +45015 () . , . . +45016 . () . . +45017 () . . +45018 . () . . +45019 . () . +45020 . () . +45021 . . () . +45022 . () . +45023 . () . +45024 . () . +45025 . () . +45026 . () . +45027 . () . +45028 . () . +45029 . . () . +45030 . () . +45031 . () . +45032 . () . +45033 . () . +45034 . () . +45035 . () . +45036 . () . +45037 . . () . +45038 . () . +45039 . () . +45040 . () . +45041 . () . +45042 . () . +45043 . () . +45044 . () . +45045 . . () . +45046 . () . +45047 . () . +45048 . () . +45049 . () . +45050 . () . +45053 , , . . +45054 . +45055 . +45056 . +45057 . +45058 . +45061 . . +45062 . . +45065 + , , . . . +45066 + . . . +45067 + . . . +45068 + . . . +45069 + . . . +45070 + . . . +45073 () . . . +45074 () . . . +45075 . (.) , +45076 . (.) , +45077 . (.) , +45078 , +45079 () +45080 () +45081 . + (.) , . . . +45082 . + (.) , . . . +45083 . + (.) , . . . +45084 + , . . . +45085 + () . . . +45086 + () . . . +45087 () . +45088 () . +45089 () . +45090 () . +45091 () . +45092 () . +45093 () . +45094 () . +45095 () . +45096 () . +45097 + () . . +45098 + () . . +45099 + () . . +45100 + () . . +45101 + () . . +45102 + () . . +45103 + () . . +45104 + () . . +45105 + () . . +45106 + () . . +45119 () , +45120 () , +45121 () , +45122 () , +45123 () , +45124 () , +45125 () , +45126 () , +45127 + () , . . +45128 + () , . . +45129 + () , . . +45130 + () , . . +45131 + () , . . +45132 + () , . . +45133 + () , . . +45134 + () , . . +45135 () . +45136 () . +45137 + () . . +45138 + () . . +45139 +45140 +45141 , +45142 +45143 + . . +45144 + . . +45145 + , . . +45146 + . . +45147 () . +45148 () . +45149 + () . . +45150 + () . . +45151 () . +45152 () . +45153 + () . . +45154 + () . . +45156 () +45157 () +45158 + () . . . +45159 + () . . . +45160 +45161 +45162 +45163 +45164 +45165 +45166 +45167 + . . +45168 + . . +45169 + . . +45170 +45171 , . +45172 + . . +45173 + , . . +45174 . . +45175 . . +45176 (.) . . +45177 (.) . . +45178 + . . . +45179 + . . . +45180 + (.) . . . +45181 + (.) . . . +45190 (.) , . . +45191 (.) , . . +45192 . . (.) . . +45193 . . (.) . . +45194 + (.) , . . . +45195 + (.) , . . . +45196 . . + (.) . . . +45197 . . + (.) . . . +45198 . +45199 . +45200 . +45201 . +45202 + . . +45203 + . . +45204 + . . +45205 + . . +50001 . . +50002 . | . +50003 , . +50004 , . +50005 (PM) . +50006 , . +50007 | . +50008 +. +50009 +. +50010 . +50011 . , . +50012 + , . +50013 + , . +50016 . +50017 . +50018 . +50019 . +50020 , . +50021 , . +50022 , . +50023 . +50024 , . . +50025 , , . , . . +50027 . | . +50031 , . . +50032 , , . , . . +50033 , .- , . +50034 - . +50035 () . +50036 () . +50037 . . +50050 . +50051 +50052 | . +50053 | . +50054 , +50055 +50056 . . +50057 , , . , . +50058 . . +50059 , . . +50060 1 , . . +50067 , . . +50068 , . . +50070 . - . +50071 . . - . +50072 . . - . +50073 . - . +50074 . - . +50075 . - . +50076 . . +50077 . - . +50078 . - . +50079 . - . +50080 . - . +50081 . - +50082 . - . +50083 , . +50084 . . +50091 | . +50092 . | . . . +50093 . 10 30 . +50094 - , - . 10 30 . +50096 , -! +50100 . +50101 . () +50102 . ( ) +50103 . ( ) +50104 . ( ) +50105 ( ) +50106 . | , . +50108 , . +50118 +50119 +50120 . +50121 . +50122 . +50123 ! 60 30 . : . +50124 . +50125 - ... +50126 - ... +50127 +50128 . . a ... +50129 +50130 . +50131 . . ... +50132 . . , . +50133 . . , . +50134 . . , . +50135 . . , . +50136 . . , . +50137 . . , . +50150 . ? +50151 . ? +50152 . ? +50153 . ? +50154 . ? +50155 . ? +50156 . . . +50160 +50161 +50162 +50163 +50164 +50165 +50166 +50167 +50168 +50169 +50170 +50171 +50172 +50173 +50174 +50175 +50176 +50177 +50178 +50179 +50180 +50181 , . +50182 . +50183 : +10%, +5%, +10%. 30 . +50184 +50185 +50186 . . +50187 I . +50188 II 10 . +50189 III 20 . +50190 I 30 . +50191 II 40 . +50192 III 50 . +50193 I 60 . +50194 II 70 . +50195 III 80 . +50196 90 . +50197 +50198 +50199 +50200 . +50212 I . +50213 I . +50215 . , , . +50216 , 30 +10% , +5% +10% . +50249 , . +50252 , . +50253 +50254 . +50255 (.) , . +50256 (.) , . +50257 () , . +50258 () , . +50259 (.) , . +50260 (.) , . +50263 . , , . +50264 . +50265 . +50300 +50301 - | | . +50302 - | | . +50303 -- | | . +50304 . . +50305 . . +50306 . . +50307 (.) . +50308 (.) . +50309 (.) . +50310 () . +50311 , , , . +50312 , , , . +50313 , , , . +50314 . . +50315 . . +50316 . . +50401 . . +50402 . . +50403 . . +50404 . . +50405 . . +50406 . . +50416 . . +50417 . . +50418 . . +50419 . . +50420 . . +50421 . . +50431 . . +50432 . . . +50433 . . +50434 . . +50435 . . +50436 . . +50446 . . . +50447 . . +50448 . . +50449 . . +50450 . . +50451 . . +50461 . . +50462 . . +50463 . . . +50464 . . +50465 . . . +50466 . . +50476 . . +50477 . . +50478 . . +50479 . . +50480 . . +50481 . . +50491 . . +50492 . . +50493 . . +50494 . . +50495 . . +50496 . . +50506 . . . +50507 . . +50508 . . +50509 . . +50510 . . +50511 . . +50512 , . . +50513 , . +50530 . . +50531 . . +50532 . . +50533 . . +50534 . . . +50535 . . . +50600 .| . +50601 , . +50602 , +50603 . +50604 . +50605 . +50606 . +50607 . +50608 . +50609 , . +50610 . +50611 . +50612 . +50613 , . +50614 , . +50615 , . +50616 , . +50617 , . +50618 , . +50619 , . +50621 , . +50622 | . +50623 , . +50624 . . +50625 , . +50626 , , . . +50627 , 5000 . . +50628 ׸ , . . +50629 , . +50630 , , . +50631 , . . +50632 , . . +50633 .| . +50634 , . . +50635 . . +50636 . . +50637 . . +50638 . . +50639 . . +50701 . +50702 , . +50703 , , . +50704 . +50705 . +50706 - . +50707 . +50708 . +50709 , . +50710 . +50711 , . +50712 - , , . +50721 . +50722 . +50723 , , . +50724 . +50725 . +50726 . +50727 +50728 . +50729 . . +50730 . +50731 . . +50732 - , , . +50801 . +50802 . , 5 3 . +50803 . . . +50804 . . +50805 , +50806 , +50807 , +50808 , . +50809 +50810 , +50811 , +50812 - , - +50813 - , 10% 3 . +50814 - , 3 10%. +50815 - + -. . +50816 - , + -. . +50817 - , 50 3 . +50818 - - , 70 3 . +50819 - - + , 10% 3 . +50820 - - + , 3 3 . +50901 +50902 , . +50903 . +50904 . +50905 - , . +50906 - . +50907 - -. +50908 - -. +50909 - , . +50910 - , - . +51001 . 30 . +51002 2 . +51501 (.) . +51502 (.) . +51503 (.) . : . . +51504 (.) . : . . +51505 (.) . : . . +51506 (.) . : . . +51507 (.) . +51508 () . +51509 () . +51510 (.) . +51511 . . +51512 . . +51513 . . +51514 . . +51515 . . +51516 . . +51517 (.) . : . . +51518 (.) . : . . +51519 (.) . : . . +51520 (.) . : . . +51521 (.) . : . . +51522 (.) . : . . +51523 (.) . : . . +51524 (.) . : . . +51525 (.) . : . . +51526 (.) . : . . +51527 (.) . : . . +51528 () . : . . +51529 () . : . . +51530 (.) . : . . +51531 (.) . : . . +51532 (.) . : . . +51533 (.) . : . . +51534 () . : . . +51535 () . : . . +51536 (.) . : . . +51537 (.) . : . . +51538 (.) . : . . +51539 (.) . : . . +51540 () . : . . +51541 (.) . : . . +51542 () . : . . +51543 (.) . : . . +51544 (.) . : . . +51545 (.) . : . . +51546 (.) . : . . +51547 () . : . . +51548 (.) . : . . +51549 () . : . . +51550 () . : . . +51551 () . : . . +51552 () . : . . +51553 () . : . . +51554 () . : . . +51555 () . : . . +51556 () . : . . +51557 () . : . . +51558 (.) . : . . +51559 (.) . : . . +51560 (.) . : . . +51561 () . : . . +51562 () . : . . +51563 () . : . . +51564 () . : . . +51565 () . : . . +51566 () . : . . +51567 () . : . . +51568 () . : . . +51569 (.) . : . . +51570 (.) . : . . +51571 (.) . : . . +51572 (.) . : . . +51573 (.) . : . . +51574 (.) . : . . +51575 (.) . : . . +51576 + (.) . : . , . +51577 + (.) . : . , . +51578 + (.) . : . , . +51579 + (.) . : . , . +51580 + (.) . : . , . +51581 + (.) . : . , . +51582 + (.) . : . , . +51583 + (.) . : . , . +51584 + (.) . : . , . +51585 + (.) . : . , . +51586 + (.) . : . , . +51587 + (.) . : . , . +51588 + (.) . : . , . +51589 + () . : . , . +51590 + (.) . : . , . +51591 + (.) . : . , . +51592 + (.) . : . , . +51593 + (.) . : . , . +51594 + (.) . : . , . +51595 + (.) . : . , . +51596 + () . : . , . +51597 + (.) . : . , . +51598 + (.) . : . , . +51599 + (.) . : . , . +51600 + (.) . : . , . +51601 + (.) . : . , . +51602 + (.) . : . , . +51603 + () . : . , . +51604 + (.) . : . , . +51605 + () . : . , . +51606 + (.) . : . , . +51607 + (.) . : . , . +51608 + (.) . : . , . +51609 + (.) . : . , . +51610 + () . : . , . +51611 + () . : . , . +51612 + () . : . , . +51613 + () . : . , . +51614 + () . : . , . +51615 + () . : . , . +51616 + () . : . , . +51617 + () . : . , . +51618 + (.) . : . , . +51619 + () . : . , . +51620 + () . : . , . +51621 + (.) . : . , . +51622 + (.) . : . , . +51623 + (.) . : . , . +51624 + () . : . , . +51625 + () . : . , . +51626 + () . : . , . +51627 + () . : . , . +51628 + () . : . , . +51629 + () . : . , . +51630 + () . : . , . +51631 + () . : . , . +51632 + (.) . : . , . +51633 + (.) . : . , . +51634 + (.) . : . , . +51635 + (.) . : . , . +51636 + (.) . : . , . +51637 + (.) . : . , . +51638 + () . : . , . +51639 . +51640 + , , . +51641 + () , , , . +51642 () , , . +51643 . +51644 . + , , . +51645 . + (.) , , . +51646 . (.) , , . +52001 () . , +5% . +52002 () . , +5% . +52003 () . , +500 . +52004 () . , +150. +52005 () . , +100. +52006 () . +3% . +52007 () . 3%. +52008 () . 250. +52009 () . 50. +52010 () . 30. +52011 () . +5% . +52012 () . 5%. +52013 () . 500. +52014 () . 150. +52015 () . 100. +52016 () . , +5% . +52017 () . , +5% . +52018 () . , +500 . +52019 () . , +150 . +52020 () . , +100. +52021 () . +3%. +52022 () . 3%. +52023 () . 250. +52024 () . 50. +52025 () . 30. +52026 () . +5%. +52027 () . 5%. +52028 () . 500. +52029 () . 150. +52030 () . 100. +52031 () . , +5% . +52032 () . , +5%. +52033 () . , +500. +52034 () . , +150. +52035 () . , +100. +52036 () . +3% . +52037 () . 3%. +52038 () . 250. +52039 () . 50. +52040 () . 30. +52041 () . +5% . +52042 () . 5%. +52043 () . 500. +52044 () . 150. +52045 () . 100. +52046 () . , +5%. +52047 () . , +5%. +52048 () . , +500. +52049 () . , +150. +52050 () . +100. +52051 () . +3%. +52052 () . 3%. +52053 () . 250. +52054 () . 50. +52055 () . 30. +52056 () . +5%. +52057 () . 5%. +52058 () . 500. +52059 () . 150. +52060 () . 100. +52061 (). +5% . +52062 (). +5%. +52063 (). +500. +52064 (). +150. +52065 (). +100. +52066 (). +3%. +52067 (). +3%. +52068 (). 250. +52069 (). 50. +52070 (). 30. +52071 (). +5%. +52072 (). 5%. +52073 (). 500. +52074 (). 150. +52075 (). 100. +52076 (). +5%. +52077 (). +5%. +52078 (). +500. +52079 (). +150. +52080 (). +100. +52081 (). +3%. +52082 (). 3%. +52083 (). 250. +52084 (). 50. +52085 (). 30. +52086 (). +5%. +52087 (). 5%. +52088 (). 500. +52089 (). 150. +52090 (). 100. +52091 . 5% . +52092 . 5% . +52093 . 500 . +52094 . 150 . +52095 . 100 . +52096 . +3% . +52097 . 3%. +52098 . 250 . +52099 . 50 . +52100 . 30 . +52101 . +5% . +52102 . 5%. +52103 . 500 . +52104 . 150 . +52105 . 150 . +52106 () . 5% . +52107 () . 5% . +52108 () . 500 . +52109 () . 150. +52110 () . 150. +52111 () . +3% . +52112 () . 3%. +52113 () . 250. +52114 () . 50. +52115 () . 30. +52116 () . +5% . +52117 () . 5%. +52118 () . 500. +52119 () . 150. +52120 () . 100. +52701 . +52702 . +52703 . +52704 . +52705 () (). +52706 () (). +52707 +52708 , . +53001 +53002 , . +53003 , . +53005 - , , , 1500 15% . +53006 - () , , , , 1500 +15% . +53007 . +53008 . +53009 . +53010 . +53011 . +53012 . +53013 . +53014 . +53015 . () . +53016 . +53017 . . +53018 . () . +53019 () . +53020 () . +53021 () . +53022 . +53023 . +53024 (7 ) . +53025 . (7 ) . +53026 +53218 . (30 ) . +53219 . (120 ) . +53220 . (30 ) . +53221 . (120 ) . +53222 . +53223 . +53224 , . +53225 , . +53226 () . 5% 1500. +53227 . () . 5% 1500. +53228 () . +53229 () . +53232 - - 5% 1500. +53501 +53502 , . +53503 , . +53504 +53505 .- -, , . +53506 - (.) - (), , . +53507 . +53508 . +53509 . +53510 . +53511 . +53512 . +53513 . +53514 . . +53515 . (.) . +53516 . , - . +53517 . +53518 . +53519 . +53520 . +53521 . +53522 . +53523 . +53526 +53527 . +53528 . +53529 , , . , . +53530 , , . . +53531 , , . +53532 . . ! . +53533 . +53534 . +53535 - -. +54041 +54042 +54043 I , . +60001 , . +60002 . +60003 . +70002 , . +70003 | +70004 . 20% . +70005 50% . +70006 , . +70008 - . +70009 , . . +70010 , . +70012 , , . +70013 ,- . +70014 . . +70015 , . +70020 . , 500 . +70024 . 4 , +70027 . +70031 . +70035 . +70037 , . 1 . +70038 , , . +70039 . , . +70040 . +70043 . +70047 () . . +70048 , . , . +70049 : " ". . +70050 , . +70051 .. , . . +70052 1 , , . +70053 2 , , . +70054 3 , , . +70056 + 1000 . +70057 , , . . +70058 50 . . +70063 . , . ( 3) +70064 . +70065 . . . +70102 | +70104 . +70105 +70106 . +70107 . +70201 . . +70202 .| . +70203 .| . +70204 .| . +70205 .| 1 . +70206 ׸ .| . +70301 , +70302 , . +71001 , . . +71002 . . . +71003 . . +71004 . +71005 . +71006 15 . +71007 30 . +71008 . +71009 3 30 . +71010 , . +71011 . +71012 , 30 . : 3 . +71013 , . ( ) +71014 30 10%. +71015 50% . +71016 30 . +71017 50%. 30 . ( ) +71018 , 100% +71019 . ( ) +71020 , 100%. +71021 (100%). +0 +3. +71022 , . +71023 , . +71024 , . +71025 , . +71026 . , , . +71027 . 20%. 30 . +71028 . 12-15%. 30 . +71029 . 20%. 30 . +71030 . 12-15%. 30 . +71031 , , . +71032 , . 1 . 10%. +71033 . +71034 +15 15%. 30 . +71035 , , , . +71036 :.! , .! ! +71037 :Ҹ.! . ! ! +71038 : . ! ! +71039 :.! . ! ! +71040 : ! . ! . +71041 :! . ! ! +71042 :! . , ! +71043 - 20% 10 . +71044 10- 20%. +71045 10 20% +71047 . +71048 . . +71049 10 . +71050 60. 30 . +71051 , . +71052 . +71054 , . +71055 . +71056 . +71057 . . +71058 +71059 +71060 +71061 +71062 . +71063 +71064 . +71065 . . +71066 +71067 . +71068 . +71069 , 8% . . 50% , . +71070 , 20% 3 . . 50% , . +71071 8% 3 , . . 50% , . +71072 15% 3 . . 50% , . +71073 3 40 . . 50% , . +71074 30 3 . . 50% , . +71075 () . +71076 () . +71077 () . +71078 (.) . +71079 (.) +71080 (.) +71081 (.) . +71082 (.) . +71083 . . +71084 . +71085 . (. 4 ) +71088 (.) , . +71089 (.) , . +71090 (.) , . +71091 . +71092 . . +71093 , . +71094 ( ) 2.5 . +71095 , , . +71096 - . +71099 . +71100 . 31, . +71101 20 30 . +71102 +71103 () 1 . +71104 () 1 . +71105 () 1 . +71106 () 1 . +71107 2000 (: 8 ). +71108 800 . . +71109 . +71110 20. +71113 . . +71114 (.) , . +711151 (.) , . +711152 (.) , . +711153 (.) , . +711154 (.) , . +71115 (.) , . +71116 (.) , . +711171 (.) , . +711172 (.) , . +711173 (.) , . +711174 (.) , . +71117 (.) , . +71118 (.) , . +711191 (.) , . +711192 (.) , . +711193 (.) , . +711194 (.) , . +71119 (.) , . +71120 (.) , . +711211 (.) , . +711212 (.) , . +711213 (.) , . +711214 (.) , . +71121 (.) , . +71122 +71123 . +71124 , , . +71125 , . , . +71126 , . , . +71127 , . , . +71128 , . , . +71129 ... +71130 , , . . +71131 . +71132 . +71133 . +71134 . +71135 . +71136 , . +71137 . () , (). +71138 . () , (). +71139 . () , (). +71140 . () , (). +71141 . () , (). +71142 . () , (). +71143 : +50% +20% +20% +30% +10% +10% +71144 , . +71145 , , . +71146 (.) . 30 . +71147 (.) . 30 . +71148 7 +30% , +20% , +20% , +20% , +30% , +10% +10% . +71149 7 +30% , +20% , +20% , +20% , +30% , +10% +10% . +71150 . . +71151 . 40 . . +71152 ( . 4 ), . 40 . . +71153 , 100% 1 . . +71154 (3) 80% . . +71155 (3) 100% . . +71156 (3) 150% . . +71157 +71158 +50% , +30% , +20% , +20% , +10% +10% . +71159 . . +71160 . . +71161 . +71164 . +71166 . . +71171 . +71172 . +71173 . +71174 . +71175 . +71176 . +71177 . +71178 / 10 +71179 / 25 +71180 (3) 80% . . +71181 (3) 100% . . +71182 (.) . +71183 (.) . +71184 (.) . +71185 (.) . +71186 (.) . +71187 (.) . +71188 , . +72001 50% . +72002 50% 30 . +72003 50% 3 . +72004 10 . +72005 30 . +72006 3 . +72007 ظ 10 . +72008 ظ 30 . +72009 ظ 3 . +72010 , 15 . +72011 , 30 . +72012 , 3 . +72013 15 . +72014 30 . +72015 3 . +72016 , 15 . +72017 , 30 . +72018 , 3 . +72019 C 15 . +72020 30 . +72021 3 . +72022 10 . +72023 30 . +72024 3 . +72025 20% 10- . +72026 20% 10- . +72027 20% 10- . +72028 . +72029 . +72030 . +72031 12%-15% 30 . +72032 12 15 % 30 . +72033 12 15% 30 . +72034 12% ~ 15%, . +72035 12% ~ 15%, . +72036 12% ~ 15%, . +72037 20%, 30 . +72038 20%, 30 . +72039 20%, 30 . +72040 20% 30 . +72041 20% 30 . +72042 20% 30 . +72043 , EXP 30%. +72044 , EXP 30%. +72045 , 30% . +72046 +10%. +72047 +10%. +72048 +10%. +72301 , . 1 . +72302 +72303 +72304 +72305 +72306 +72307 +72308 . +72309 +72310 +72311 +72312 +72313 +72314 +72501 () EXP 20% . +72502 () 1.5 . +72701 30, . +72703 2 200 ( ). . +72704 2 200 ( ). . +72705 2 15% ( ). . +72706 2 15% ( ). . +72723 () . 1.000.000 . +72724 () . 3.000.000 . +72725 () . 7.000.000 . +72726 () . 10.000.000 . . +72727 () . 100.000 . +72728 () . 300.000 . +72729 () . 700.000 . +72730 () . 1.000.000 . . +73001 () , . +73002 () , . +73003 () , . +73004 (.) , . +73005 , . +73006 , . +73007 , . +73008 , . +73009 () - , . +73010 () - , . +73011 (.) - , . +73012 (.) - , . +73251 (.) , . +73252 (.) , . +73253 () , . +73254 () , . +73255 (.) - . +73256 (.) - . +73257 (.) - . +73258 (.) - . +73259 (.) , . +73260 (.) , . +73261 (.) , . +73262 () , . +73501 .(.) . +73502 .(.) . +73503 .() . +73504 .(.) . +73505 .(.) , . +73506 .(.) , . +73507 .(.) , . +73508 .(.) , . +73509 (.) +73510 (.) +73511 (.) +73512 (.) +73751 .(.) . +73752 .(.) . +73753 . (.) . +73754 .(.) . +73755 ..(.) , . +73756 .(. , . +73757 .() . +73758 .(.) . +73759 (.) . +73760 .(.) . +73761 .(.) . +73762 .(.) . +74001 () , +74002 (.) , +74003 (.) , +74004 (.) , +74005 () +74006 (. ) +74007 () +74008 (. ) +74009 () +74010 (.) +74011 (.) +74012 (.) +74013 () () - 1%. ( 7 ). +74014 () () - 1%. ( 7 ). +74015 () - 1%. ( 7 ). +74016 () - 1%. ( 7 ). +74017 (). ( 7 ). +74018 (). ( 7 ). +74019 (). ( 7 ). +74020 () . . . +74251 () , - +74252 () , - +74253 () , - +74254 () , - +74255 (.) , +74256 (.) , +74257 (.) , +74258 (.) , +74259 .(.) +74260 (.) +74261 (.) +74262 () +74263 () () - 1%. ( 7 ). +74264 () () - 1%. ( 7 ). +74265 . () () - 1%. ( 7 ). +74266 . () () - 1%. ( 7 ). +74267 . . () (). ( 7 ). +74268 . () (). ( 7 ). +74269 () (). ( 7 ). +74270 () . . . +74501 .(.) , +74502 .(.) , +74503 .() , +74504 .(.) , +74505 . (.) , +74506 . (.) , +74507 .() , +74508 .(.) , +74509 () +74510 () +74511 () +74512 (.) +74513 () () - 1%. ( 7 ). +74514 () () - 1%. ( 7 ). +74515 . () () - 1%. ( 7 ). +74516 . () () - 1% . ( 7 ). +74517 () (). ( 7 ). +74518 () (). ( 7 ). +74519 () (). ( 7 ). +74520 () . . . +74521 () , +74522 , . +74523 () . +74524 (.) , . +74525 () , , +74526 (.) +74527 () , . +74528 . (.) +74529 (.) , . +74530 () , - +74531 . (.) , +74532 () , . +74533 . (.) +74534 . () , . +74535 (.) , . +74536 . (.) +74537 . () +74538 (.) , . +74539 . (.) . +74540 . (.) +74541 . (.) . +74542 . (.) - +74543 . (.) , +74544 () +74545 (.) . +74546 (.) . +74547 (.) . +74548 () . +74549 (.) . +74550 () . +74551 () . +74552 () . +74553 () . +74554 () . +74555 () . +74556 () . +74557 () . +74558 () . +74559 () . +74751 .(.) - +74752 .(.) - +74753 .(.) - +74754 . (.) - +74755 .(.) +74756 .(.) +74757 .() +74758 .(.) +74759 (.) , "" +74760 .(.) , "" +74761 .(.) , "" +74762 .(.) , "" +74763 () () - 1%. ( 7 ). +74764 () () - 1%. ( 7 ). +74765 . . () () - 1%. ( 7 ). +74766 . . () () - 1%. ( 7 ). +74767 ., () (). ( 7 ). +74768 , () (). ( 7 ). +74769 (). ( 7 ). +74770 () . . . +75001 (.) , +75002 () , +75003 () , +75004 (.) , +75005 () , +75006 () , +75007 () , +75008 () , +75009 () +75010 () +75011 (.) +75012 (.) +75013 () () - 1%. ( 7 ). +75014 () () - 1%. ( 7 ). +75015 . () () - 1%. ( 7 ). +75016 . () () - 1%. ( 7 ). +75017 . . () (). ( 7 ). +75018 . () () . ( 7 ). +75019 () (). ( 7 ). +75020 () . . . +75201 () , "" +75202 () , "" +75203 () , "" +75204 () , "" +75205 (.) +75206 (.) +75207 (.) +75208 (.) +75209 . (.) , +75210 () , . +75211 (.) , +75212 () , +75213 () () - 1%. ( 7 ). +75214 () () - 1%. ( 7 ). +75215 . () () - 1%. ( 7 ). +75216 . () () - 1%. ( 7 ). +75217 () (). ( 7 ). +75218 () (). . ( 7 ). +75219 () (). ( 7 ). +75220 () . . . +75401 .(.) +75402 .(.) +75403 .() +75404 . (.) +75405 .(.) +75406 .(.) +75407 . (.) - +75408 .(.) +75409 () , +75410 () , +75411 () , +75412 (.) +75413 () () - 1%. ( 7 ). +75414 () () - 1%. ( 7 ). +75415 . () () - 1%. ( 7 ). +75416 . () () - 1%. ( 7 ). +75417 . . () (). ( 7 ). +75418 . () (). ( 7 ). +75419 () (). ( 7 ). +75420 () . . . +75601 . (.) , +75602 (.) , +75603 . () , +75604 . (.) , +75605 .(.) +75606 .(.) +75607 . . (.) +75608 .(.) +75609 .(.) : +75610 .(.) : +75611 . (.) : +75612 .(.) : +75613 - 1%. ( 7 ). +75614 - 1%. ( 7 ). +75615 - 1%. ( 7 ). +75616 - 1%. ( 7 ). +75617 (). ( 7 ). +75618 (). . ( 7 ). +75619 (). ( 7 ). +75620 () . . . +76000 . , 500 . . +76001 . . . . +76002 3 . . +76003 20 30 . . +76004 () . 10.000 . . +76005 () . 300.000 . . +76006 . , . 6 . . +76007 , , . . +76008 . +76009 , 1 . 10%. . +76010 -, . . +76011 , 30% . . +76012 60 30 . . +76013 () . . ( . 4 ). , . +76014 () . , . +76015 , . 4 , . . +76016 , . 1 . . +76017 +10 30 10%. . +76018 +15 30 15%. . +76019 , , . . +76020 , , , . . +76021 () . 100.000 . . +76022 () . 3.000.000 . . +76023 . 40 . , . +76024 ( . 4 ), . 40 . , . +76025 , 30. +79501 , 24 . . +79502 , 7 . . +79503 , . . +79504 , . . +80001 . +80002 . +80008 , . +80014 - (100) 100 . . +80015 - (500) 500 . . +80016 - (1000) 1000 . . +80017 - (50) 50 . . +80019 . +90000 . +90001 . , , . +90002 . +90003 , . +90004 , . +90005 - , , . +90006 , , . +90007 4000 , , . +90010 . +90011 . +90012 . +90013 diff --git a/bin/pack/locale_ru/locale/ru/jobdesc_assassin.txt b/bin/pack/locale_ru/locale/ru/jobdesc_assassin.txt new file mode 100644 index 00000000..8dc241c4 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/jobdesc_assassin.txt @@ -0,0 +1,17 @@ +[DELAY value;10] + - [ENTER] + ,[ENTER] + [ENTER] + . [ENTER] + [ENTER] +[WAIT] + , [ENTER] + [ENTER] + [ENTER] + , [ENTER] + . [ENTER] +[WAIT] + [ENTER] + [ENTER] + , [ENTER] + . \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/jobdesc_shaman.txt b/bin/pack/locale_ru/locale/ru/jobdesc_shaman.txt new file mode 100644 index 00000000..708a5a74 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/jobdesc_shaman.txt @@ -0,0 +1,16 @@ +[DELAY value;10] + [ENTER] + [ENTER] +, [ENTER] + [ENTER] +. [ENTER] +[WAIT] + [ENTER] + , [ENTER] +. [ENTER] + [ENTER] + [ENTER] +[WAIT] +[ENTER] + [ENTER] + . \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/jobdesc_sura.txt b/bin/pack/locale_ru/locale/ru/jobdesc_sura.txt new file mode 100644 index 00000000..b63ee50e --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/jobdesc_sura.txt @@ -0,0 +1,15 @@ +[DELAY value;10] + - , [ENTER] + , [ENTER] + . [ENTER] + [ENTER] + , [ENTER] +[WAIT] + [ENTER] + . [ENTER] + [ENTER] + [ENTER] + , [ENTER] +[WAIT] + [ENTER] + . \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/jobdesc_warrior.txt b/bin/pack/locale_ru/locale/ru/jobdesc_warrior.txt new file mode 100644 index 00000000..8d3433f4 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/jobdesc_warrior.txt @@ -0,0 +1,16 @@ +[DELAY value;10] + [ENTER] + [ENTER] + , [ENTER] + . [ENTER] + -, [ENTER] +[WAIT] + .[ENTER] + [ENTER] + [ENTER] + [ENTER] + , [ENTER] +[WAIT] + [ENTER] + [ENTER] + . \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/locale_game.txt b/bin/pack/locale_ru/locale/ru/locale_game.txt new file mode 100644 index 00000000..fbeeda42 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/locale_game.txt @@ -0,0 +1,936 @@ +AFF_LOVE_POINT : %d%% +ALIGNMENT_NAME : +ATTACK_ERROR_UNKNOWN : %s +CANNOT_ATTACK_DEST_IN_SAFE . +CANNOT_ATTACK_SELF_IN_SAFE . +CANNOT_EQUIP_IN_EXCHANGE . +CANNOT_EQUIP_IN_SHOP . +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA . +CANNOT_SHOOT_DEST_IN_SAFE . +CANNOT_SHOOT_EMPTY_ARROW . +CANNOT_SHOOT_SELF_IN_SAFE . +CANNOT_SKILL_APPROACH , . +CANNOT_SKILL_ATTACK . +CANNOT_SKILL_BLUE , . +CANNOT_SKILL_DEST_IN_SAFE . +CANNOT_SKILL_EQUIP_FISHING_ROD . +CANNOT_SKILL_HAVE_TO_RIDE , . +CANNOT_SKILL_NEED_EMPTY_BOTTLE . +CANNOT_SKILL_NEED_POISON_BOTTLE . +CANNOT_SKILL_NEED_TARGET ? +CANNOT_SKILL_NOT_ENOUGH_HP ! +CANNOT_SKILL_NOT_ENOUGH_SP M! +CANNOT_SKILL_NOT_HORSE_SKILL , . +CANNOT_SKILL_NOT_MATCHABLE_WEAPON , . +CANNOT_SKILL_NOT_YET_LEARN . +CANNOT_SKILL_ONLY_FOR_ALLIANCE . +CANNOT_SKILL_ONLY_FOR_CORPSE . +CANNOT_SKILL_RED , . +CANNOT_SKILL_REMOVE_FISHING_ROD , . +CANNOT_SKILL_SELF_IN_SAFE . +CANNOT_SKILL_USE_SELF . +CANNOT_SKILL_WAIT_COOLTIME . +CANNOT_USE . +CANNOT_WHISPER_DEST_REFUSE %s . SA +CANNOT_WHISPER_NOT_LOGON %s . SA +CANNOT_WHISPER_SELF_REFUSE , . SNA +CHANNEL +CHANNELING_CANNOT_LOGOUT . +CHANNEL_EMPTY_SERVER . +CHANNEL_NORMAL %d +CHANNEL_NOTIFY_FULL . . +CHANNEL_NOT_FIND_INFO . +CHANNEL_PVP +CHANNEL_SELECT_CHANNEL +CHANNEL_SELECT_REGION . +CHANNEL_SELECT_SERVER +CHANNEL_TEST_SERVER +CHANNEL_TEST_SERVER_ADDR %s:%d +CHARACTER_CREATE_MODE +CHARACTER_SELECT_MODE +CHAT_ALL +CHAT_BLOCK +CHAT_GUILD +CHAT_INFORMATION +CHAT_INSULT_STRING . +CHAT_LOG [L] +CHAT_LOG_TITLE . +CHAT_NORMAL . +CHAT_NOTICE +CHAT_PARTY +CHAT_SEND_CHAT +CHAT_SEND_MEMO [Shift+Enter] +CHAT_SHOUT +CHAT_SHOUT_LIMIT 15 . +CHAT_WHISPER +COMB_ALREADY_APPEND +COMB_CANT_APPEND_ITEM . +COMB_CANT_APPEND_SEALED_ITEM . +COMB_COST : %s +COMB_IS_CONTINUE_PROCESS ? +COMB_NOTICE . +COMB_NOTICE_NOT_OPEN . +COMB_NOT_ALL_SLOT_APPEND_ITEM . +COMB_NOT_FULL_BOOK , . , 10 . +COMB_NOT_ITEM_IN_INVENTORY . +COMB_NOT_MEDIUM_ITEM . +COMB_WILL_REMOVE_MATERIAL 2 . +CREATE_ERROR_GM_NAME ,̑ . +CREATE_ERROR_INSULT_NAME . +CREATE_ERROR_LIMIT_LEVEL 80 . +CREATE_ERROR_TIME_LIMIT 30 . +CREATE_ERROR_WRONG_STRING . +CREATE_EXIST_SAME_NAME . +CREATE_FAILURE . +CREATE_FULL . +CREATE_GM_NAME +CREATE_INPUT_NAME . +CREATE_PLUS_STAT . +DAY +DONT_USE_ITEM_WHEN_SHOW_CONFIRM . +DO_YOU_BUY_ITEM1 %s %s? +DO_YOU_BUY_ITEM2 %s %s %s? +DO_YOU_DROP_MONEY %d ? +DO_YOU_SELL_ITEM1 %s %s? +DO_YOU_SELL_ITEM2 %s %s %s ? +DRAGON_SOUL_CANNOT_REFINE . +DRAGON_SOUL_CANNOT_REFINE_MORE . +DRAGON_SOUL_EQUIP_WARNING1 , . +DRAGON_SOUL_EQUIP_WARNING2 ? +DRAGON_SOUL_EXPIRED +DRAGON_SOUL_INVALID_DRAGON_SOUL . +DRAGON_SOUL_IS_NOT_DRAGON_SOUL . +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE . +DRAGON_SOUL_NOT_ENOUGH_MATERIAL . +DRAGON_SOUL_NOT_MATCHED_SLOT . +DRAGON_SOUL_STEP_LEVEL1 : . +DRAGON_SOUL_STEP_LEVEL2 : . +DRAGON_SOUL_STEP_LEVEL3 : . +DRAGON_SOUL_STEP_LEVEL4 : . +DRAGON_SOUL_STEP_LEVEL5 : . +DRAGON_SOUL_STRENGTH : +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 . +DRAGON_SOUL_UNEQUIP_WARNING2 ? +DRAGON_SOUL_UNMATCHED_SLOT . +DRAGON_SOUL_UNQUALIFIED . +DROP_ITEM_FAILURE_EQUIP_ITEM . +DROP_ITEM_FAILURE_PRIVATE_SHOP . +DROP_MONEY_FAILURE_1000_OVER 999 . +EMOTION_ANGRY +EMOTION_ATTRACTIVE +EMOTION_BANTER +EMOTION_CHEERS_1 +EMOTION_CHEERS_2 2 +EMOTION_CHEERUP +EMOTION_CHOOSE_ONE . +EMOTION_CLAP +EMOTION_CLAP_KISS +EMOTION_CONGRATULATION +EMOTION_DANCE_1 1 +EMOTION_DANCE_2 2 +EMOTION_DANCE_3 3 +EMOTION_DANCE_4 4 +EMOTION_DANCE_5 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE +EMOTION_FRENCH_KISS +EMOTION_JOY +EMOTION_SAD +EMOTION_SHY +EMOTION_SLAP +EMPIRE_A +EMPIRE_B +EMPIRE_C +EMPIRE_SELECT_MODE +EXCHANGE_CANNOT_GIVE . +EXCHANGE_CANT_EDIT_MONEY . +EXCHANGE_FAILURE_EQUIP_ITEM .. +EXCHANGE_MONEY +EXCHANGE_TITLE %s +FISHING_FAILURE . +FISHING_NOTIFY1 , %s . +FISHING_NOTIFY2 , %s . +FISHING_SUCCESS1 %s! +FISHING_SUCCESS2 %s ! +FISHING_UNKNOWN . +FISHING_WRONG_PLACE . +FOR_FEMALE +FOR_MALE +GAME_CANNOT_MINING , . +GAME_CANNOT_PICK_ITEM , . +GAME_INIT_ERROR_CURSOR . +GAME_INIT_ERROR_DIRECTX DirectX 8.1. \n DirectX 8.1 . +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE . \n . +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST .\n, .\n .\n( \n - - - - ) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT 32- . \n 16- . +GAME_INIT_ERROR_ITEM_PROTO . \n . +GAME_INIT_ERROR_MAIN_WINDOW . +GAME_INIT_ERROR_MOB_PROTO . \n . +GAME_INIT_ERROR_NETWORK . \n . +GAME_PICK_MONEY %d . +GUILDMARK_UPLOADER_ERROR_128_HEIGHT 128 . +GUILDMARK_UPLOADER_ERROR_12_HEIGHT 12 . +GUILDMARK_UPLOADER_ERROR_16_WIDTH 16 . +GUILDMARK_UPLOADER_ERROR_64_WIDTH 64 +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT . +GUILDMARK_UPLOADER_ERROR_PATH metin2/upload. +GUILDMARK_UPLOADER_ERROR_SELECT . +GUILDWAR_CTF_TITLE . +GUILDWAR_NORMAL_TITLE +GUILDWAR_QUESTION_LINE_1 %s . +GUILDWAR_QUESTION_LINE_2 ? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE +GUILD_BUILDING_GRADE +GUILD_BUILDING_NAME +GUILD_CANNOT_HEAL_GSP_ANYMORE . +GUILD_COMMENT +GUILD_CREATE_ERROR_INSULT_NAME . +GUILD_DEFAULT_GRADE +GUILD_DELETE +GUILD_DEPOSIT +GUILD_DO_YOU_HEAL_GSP %d %d ? +GUILD_DO_YOU_JOIN ? +GUILD_EMPTY_AREA +GUILD_ENEMY_GUILD_NAME +GUILD_FACILITY +GUILD_GEM +GUILD_HEADQUARTER +GUILD_HEAL_GSP +GUILD_INFO_ENEMY_GUILD_EMPTY +GUILD_MARK_NOT_ENOUGH_LEVEL . 3 +GUILD_NAME +GUILD_NOT_ENOUGH_MATERIAL , . +GUILD_NOT_ENOUGH_MONEY . +GUILD_NO_NOTICE_PERMISSION . +GUILD_OBJECT +GUILD_OFFER_EXP +GUILD_SHORT_EXP +GUILD_TILE_BASEINFO +GUILD_TILE_BOARD +GUILD_TILE_GRADE +GUILD_TILE_INFO - +GUILD_TILE_MEMBER +GUILD_TILE_SKILL +GUILD_VILLAGE_01 +GUILD_VILLAGE_02 +GUILD_VILLAGE_03 +GUILD_WAR1 +GUILD_WAR2 +GUILD_WAR3 +GUILD_WAR4 +GUILD_WAR_LIMIT_30MIN : 30 +GUILD_WAR_REWARD_POTION : +GUILD_WAR_USE_BATTLE_MAP : +GUILD_WAR_USE_NORMAL_MAP : +GUILD_WAR_WIN_CHECK_SCORE . +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 . +GUILD_WAR_WIN_WIPE_OUT_GUILD , . +GUILD_WITHDRAW +GUILD_YOU_DO_NOT_JOIN . +HORSE_HEALTH0 +HORSE_HEALTH1 +HORSE_HEALTH2 +HORSE_HEALTH3 +HORSE_LEVEL1 +HORSE_LEVEL2 +HORSE_LEVEL3 +HOUR . +HOW_MANY_ITEM_DO_YOU_DROP1 %s? +HOW_MANY_ITEM_DO_YOU_DROP2 %s %d ? +INPUT_MATRIX_CARD_NUMBER ""-. +INPUT_MATRIX_CARD_TITLE ""- +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION . +INPUT_PRIVATE_CODE_DIALOG_TITLE +INVENTORY_DO_NOT_PACK_WARP_SCROLL . +INVENTORY_REALLY_USE_ITEM ? +JOB_ASSASSIN +JOB_ASSASSIN0 - +JOB_ASSASSIN1 +JOB_ASSASSIN2 +JOB_SHAMAN +JOB_SHAMAN0 - +JOB_SHAMAN1 +JOB_SHAMAN2 +JOB_SURA +JOB_SURA0 - +JOB_SURA1 +JOB_SURA2 ׸ +JOB_WARRIOR +JOB_WARRIOR0 - +JOB_WARRIOR1 +JOB_WARRIOR2 +LEFT_TIME . +LOGIN_CONNECT_FAILURE . +LOGIN_CONNECT_SUCCESS . +LOGIN_CONNETING ... +LOGIN_FAILURE_ALREAY . +LOGIN_FAILURE_BE_SAME_KEY +LOGIN_FAILURE_BLOCK_ID . +LOGIN_FAILURE_BLOCK_LOGIN ! +LOGIN_FAILURE_NOBILL . +LOGIN_FAILURE_NOT_AVAIL . +LOGIN_FAILURE_NOT_EXIST_ID . +LOGIN_FAILURE_REPAIR_ID . +LOGIN_FAILURE_SAMELOGIN - . +LOGIN_FAILURE_SHUTDOWN . +LOGIN_FAILURE_TOO_MANY_USER . . +LOGIN_FAILURE_UNKNOWN . +LOGIN_FAILURE_WEB_BLOCK . Email. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER . +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE . . +LOGIN_FAILURE_WRONG_PASSWORD . +LOGIN_INPUT_ID . +LOGIN_INPUT_PASSWORD . +LOGIN_PROCESSING ... +MALL_CANNOT_INSERT . +MALL_PASSWORD_TITLE +MAP_A1 +MAP_A2 +MAP_A2_1 +MAP_A3 +MAP_AG +MAP_B1 +MAP_B2 +MAP_B3 +MAP_BAY +MAP_BAYBLACKSAND +MAP_BG +MAP_C1 +MAP_C2 +MAP_C3 +MAP_CAPE +MAP_CAPEDRAGONHEAD +MAP_CG +MAP_DAWN +MAP_DAWNMISTWOOD +MAP_DESERT +MAP_DEVILCATACOMB +MAP_DEVILTOWER1 +MAP_DUEL +MAP_E +MAP_EMPIREWAR01 +MAP_EMPIREWAR02 +MAP_EMPIREWAR03 +MAP_FLAME +MAP_GUILD_01 +MAP_GUILD_02 +MAP_GUILD_03 +MAP_HOLYPLACE_DESERT - +MAP_HOLYPLACE_FLAME - +MAP_HOLYPLACE_ICE - +MAP_MILGYO +MAP_MILGYO_A +MAP_MONKEY_DUNGEON +MAP_MONKEY_DUNGEON2 +MAP_MONKEY_DUNGEON3 +MAP_MONKEY_DUNGEON_11 +MAP_MONKEY_DUNGEON_12 +MAP_MONKEY_DUNGEON_13 +MAP_MT_THUNDER +MAP_NUSLUCK +MAP_NUSLUCK01 +MAP_N_DESERT_01 +MAP_N_DESERT_02 +MAP_N_FLAME_01 +MAP_N_FLAME_02 +MAP_N_FLAME_DUNGEON_01 +MAP_N_SNOWM_01 +MAP_N_SNOWM_02 +MAP_N_SNOW_DUNGEON_01 +MAP_N_THREEWAY +MAP_OXEVENT OX- +MAP_PATHWAY_DESERT_01 - +MAP_PATHWAY_DESERT_02 - +MAP_PATHWAY_DESERT_03 - +MAP_PATHWAY_FLAME_01 - +MAP_PATHWAY_FLAME_02 - +MAP_PATHWAY_FLAME_03 - +MAP_PATHWAY_ICE_01 - +MAP_PATHWAY_ICE_02 +MAP_PATHWAY_ICE_03 - +MAP_SKELTOWER +MAP_SKIPIA_DUNGEON_01 +MAP_SKIPIA_DUNGEON_011 +MAP_SKIPIA_DUNGEON_012 +MAP_SKIPIA_DUNGEON_013 +MAP_SKIPIA_DUNGEON_02 2 +MAP_SKIPIA_DUNGEON_021 +MAP_SKIPIA_DUNGEON_022 +MAP_SKIPIA_DUNGEON_023 +MAP_SKIPIA_DUNGEON_BOSS +MAP_SKIPIA_DUNGEON_BOSS_1 1 +MAP_SKIPIA_DUNGEON_BOSS_2 2 +MAP_SKIPIA_DUNGEON_BOSS_3 3 +MAP_SNOW +MAP_SPIDER +MAP_SPIDERDUNGEON 1 +MAP_SPIDERDUNGEON_02 2 +MAP_SPIDERDUNGEON_02_1 2 +MAP_SPIDERDUNGEON_03 3 +MAP_SUNGZI +MAP_SUNGZI_DESERT_01 - +MAP_SUNGZI_DESERT_HILL_01 - +MAP_SUNGZI_DESERT_HILL_02 - +MAP_SUNGZI_DESERT_HILL_03 - +MAP_SUNGZI_FLAME_HILL_01 - +MAP_SUNGZI_FLAME_HILL_02 - +MAP_SUNGZI_FLAME_HILL_03 - +MAP_SUNGZI_SNOW - +MAP_SUNGZI_SNOW_PASS01 - +MAP_SUNGZI_SNOW_PASS02 - +MAP_SUNGZI_SNOW_PASS03 - +MAP_T1 +MAP_T2 +MAP_T3 +MAP_T4 +MAP_TEMPLE +MAP_THUNDER +MAP_TREE +MAP_TRENT +MAP_TRENT02 +MAP_TRENT02_A +MAP_TRENT_A +MAP_WEDDING_01 +MAP_WL +MAP_WL_01 +MESSENGER_ADD_FRIEND +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s . +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 ? +MESSENGER_DO_YOU_DELETE ? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER .? +MESSENGER_DO_YOU_MOVE ? +MESSENGER_EMPTY_LIST +MESSENGER_FAMILY +MESSENGER_FRIEND +MESSENGER_GUILD +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION , . +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE . +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 . . +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 ? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE +MESSENGER_SEND_MOBILE_MESSAGE_TITLE . +METIN_TEST +MINIMAP - +MINIMAP_CANNOT_SEE - . +MINIMAP_CAN_NOT_SHOW_AREAMAP . +MINIMAP_DEC_SCALE +MINIMAP_INC_SCALE +MINIMAP_OBSERVER_COUNT %d +MINIMAP_SHOW_AREAMAP +MINUTE . +MONETARY_UNIT0 +MONETARY_UNIT1 +MONETARY_UNIT2 +MONEY_INPUT_DIALOG_SELLPRICE : +MOVE_ITEM_FAILURE_PRIVATE_SHOP , . +MUSIC_EMPTY_MUSIC_LIST . +MUSIC_METIN2_DEFAULT_THEMA 2- +MUSIC_NOT_SELECT_MUSIC . +NEEFD_REST . +NOT_YET_SUPPORT . +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE , . +OPTION_PVPMODE_NOT_SUPPORT PvP. +OPTION_PVPMODE_PROTECT PvP , %d. +PARTY_ANSWER_TIMEOVER . +PARTY_BONUS_ATTACKER : +%d SA +PARTY_BONUS_BERSERKER : +%d SA +PARTY_BONUS_BUFFER : +%d SA +PARTY_BONUS_DEFENDER : +%d SA +PARTY_BONUS_EXP : %d%% SA +PARTY_BONUS_SKILL_MASTER . : +%d SA +PARTY_BONUS_TANKER . : +%d SA +PARTY_BREAK_UP +PARTY_DO_YOU_ACCEPT ---LOCA::SPACE-- . +PARTY_DO_YOU_JOIN . ? +PARTY_EXP_DISTRIBUTION_MODE +PARTY_EXP_DISTRIBUTION_MODE_LEVEL +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP . +PARTY_EXP_DISTRIBUTION_MODE_PARITY +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP . +PARTY_HEAL_ALL_MEMBER +PARTY_INCREASE_AREA_150 1,5 . SNA +PARTY_INCREASE_AREA_200 2 . SNA +PARTY_LEAVE +PARTY_LONGTIME_BONUS_EXP : +%d%% SA +PARTY_MEMBER_OFFLINE [] +PARTY_RECALL_MEMBER . +PARTY_REGEN_BONUS - + -: +%d%% SA +PARTY_REQUEST_DENIED . +PARTY_SET_ATTACKER . +PARTY_SET_BERSERKER . +PARTY_SET_BUFFER . +PARTY_SET_DEFENDER . +PARTY_SET_NORMAL . +PARTY_SET_SKILL_MASTER . +PARTY_SET_TANKER . +PARTY_SKILL_ATTACKER +%.0f +PARTY_SKILL_BERSERKER +%.0f +PARTY_SKILL_BUFFER +%.0f +PARTY_SKILL_DEFENDER +%.0f +PARTY_SKILL_HP_REGEN - +%.0f%% +PARTY_SKILL_PARTY_AREA +%d%% +PARTY_SKILL_SKILL_MASTER . +%.0f +PARTY_SKILL_SP_REGEN - +%.0f%% +PARTY_SKILL_TANKER . +%.0f +PARTY_SKILL_WARP . +PASSWORD_TITLE +PICK_ITEM_TITLE +PICK_MONEY_TITLE +PRIVATE_SHOP_CANNOT_SELL_ITEM . +PRIVATE_SHOP_CLOSE_QUESTION ? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE +PVP_LEVEL0 - +PVP_LEVEL1 +PVP_LEVEL2 +PVP_LEVEL3 +PVP_LEVEL4 +PVP_LEVEL5 +PVP_LEVEL6 +PVP_LEVEL7 +PVP_LEVEL8 +PVP_MODE_GUILD PvP- +PVP_MODE_KILL PvP +PVP_MODE_NORMAL PvP- +PVP_MODE_PROTECT PvP- +PVP_MODE_REVENGE PvP- +PVP_OPTION_KILL +PVP_OPTION_NORMAL +PVP_OPTION_PROTECT +PVP_OPTION_REVENGE +QUEST_APPEND . +QUEST_MIN . +QUEST_SEC . +QUEST_TIMEOVER . +QUEST_UNLIMITED_TIME +QUEST_ZEROSEC 0 . +QUICKSLOT_REGISTER_DISABLE_ITEM . +RECEIVE_MESSAGE %s . +REFINE_COST : %d +REFINE_DESTROY_WARNING . +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 , +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 . , ? +REFINE_DOWN_GRADE_WARNING . +REFINE_DO_YOU_SEPARATE_METIN ? +REFINE_FAILURE , . . +REFINE_FAILURE_CAN_NOT_ATTACH %s . +REFINE_FAILURE_EQUIP_ITEM . +REFINE_FAILURE_METIN_INSEPARABLE_ITEM . +REFINE_FAILURE_NEED_BETTER_SCROLL . +REFINE_FAILURE_NO_GOLD_SOCKET %s - . +REFINE_FAILURE_NO_MORE_SOCKET . +REFINE_FAILURE_NO_SOCKET0 %s - . +REFINE_FAILURE_SOCKET_DISABLE_ITEM . +REFINE_FAILURE_UPGRADE_DISABLE_ITEM . +REFINE_SUCCESS . +REFINE_SUCCESS_PROBALITY : %d%% +REFINE_WARNING2 ? +SAFEBOX_ERROR . +SAFEBOX_SELL_DISABLE_SAFEITEM . +SAFEBOX_WRONG_PASSWORD . +SCREENSHOT_SAVE1 +SCREENSHOT_SAVE2 +SCREENSHOT_SAVE_FAILURE . +SECOND +SELECT_CAN_NOT_DELETE . +SELECT_CHANGED_NAME . +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME . +SELECT_CHANGE_FAILURE_STRANGE_INDEX . +SELECT_CHANGE_FAILURE_STRANGE_NAME . +SELECT_CHANGE_NAME_TITLE . +SELECT_DELEING +SELECT_DELETED . +SELECT_DO_YOU_DELETE_REALLY ? +SELECT_EMPTY_SLOT . +SELECT_GM_NAME +SELECT_INPUT_CHANGING_NAME . +SELECT_NOT_JOIN_GUILD +SHOP_BUY_INFO , . +SHOP_CANNOT_SELL_EQUIPMENT . +SHOP_CANNOT_SELL_ITEM . +SHOP_ERROR_UNKNOWN : %s +SHOP_INVALID_POS . +SHOP_INVENTORY_FULL . +SHOP_NOT_ENOUGH_MONEY . +SHOP_NOT_ENOUGH_MONEY_EX . +SHOP_SELL_INFO , . +SHOP_SOLDOUT +SHOT_ERROR_UNKNOWN : %s +SKILL_BLEEDING +SKILL_BOHO +SKILL_BUDONG +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK , . +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT , . +SKILL_CHEONGEUN . +SKILL_CRITICAL +SKILL_ENCHANT_POISON +SKILL_EUNHYEONG +SKILL_FAINT +SKILL_FIND_TRAP +SKILL_FIRE +SKILL_FISHMIND - +SKILL_GAMJI +SKILL_GEOMGYEONG +SKILL_GEONGON SKILL_GEONGON +SKILL_GICHEON +SKILL_GIGONG +SKILL_GONGPO +SKILL_GRADE_NAME_GRAND_MASTER %s +SKILL_GRADE_NAME_MASTER %s +SKILL_GRADE_NAME_PERFECT_MASTER %s +SKILL_GROUP_ASSASSIN_1 +SKILL_GROUP_ASSASSIN_2 +SKILL_GROUP_HORSE +SKILL_GROUP_SHAMAN_1 +SKILL_GROUP_SHAMAN_2 +SKILL_GROUP_SURA_1 +SKILL_GROUP_SURA_2 +SKILL_GROUP_WARRIOR_1 +SKILL_GROUP_WARRIOR_2 +SKILL_GWIGEOM +SKILL_GYEONGGONG +SKILL_HEUKSIN +SKILL_HOSIN +SKILL_HWAYEOM SKILL_HWAYEOM +SKILL_HYEOLMA SKILL_HYEOLMA +SKILL_INC_ATKSPD +SKILL_INC_MOVSPD +SKILL_INMA SKILL_INMA +SKILL_JEOJU +SKILL_JEONGEOP +SKILL_JEONGWI +SKILL_JEONSINBANGEO +SKILL_JEONSINGONGGYEOK +SKILL_JEUNGCHE SKILL_JEUNGCHE +SKILL_JEUNGHON SKILL_JEUNGHON +SKILL_JEUNGRYEOK + +SKILL_JEUNGSOK + +SKILL_JIGAM SKILL_JIGAM +SKILL_JIPJUNG SKILL_JIPJUNG +SKILL_JUMAGAP +SKILL_JUMAGEOM SKILL_JUMAGEOM +SKILL_KWAEGEOM SKILL_KWAEGEOM +SKILL_KWAESOK +SKILL_LEGBOUND SKILL_LEGBOUND +SKILL_MUSA SKILL_MUSA +SKILL_MUYEONG +SKILL_NEED_EMPTY_BOTTLE . +SKILL_NEED_POISON_BOTTLE . +SKILL_ONLY_FOR_GUILD_WAR . +SKILL_PABEOP . +SKILL_POWERFUL_STRIKE +SKILL_SEOMGWANG - +SKILL_SINCHAK SKILL_SINCHAK +SKILL_SLEEP +SKILL_SLOW +SKILL_STUN +SKILL_SUHO +SKILL_SUMMON_DESCRIPTION : %d%% +SKILL_TOOLTIP_INT +SKILL_TOOLTIP_LEVEL +SKILL_TOXICDIE +SKILL_TOXICPOWER +SKILL_TUSOK +SKILL_WONSIN SKILL_WONSIN +SKILL_YONGSIN SKILL_YONGSIN +STAT_MINUS_CON (. : %d) +STAT_MINUS_DEX ( . : %d) +STAT_MINUS_INT (. :%d) +STAT_MINUS_STR (.: %d) +STAT_TOOLTIP_CON +STAT_TOOLTIP_DEX +STAT_TOOLTIP_INT , . +STAT_TOOLTIP_STR +SYMBOLLIST_TITLE +SYSTEM_OPTION_CPU_TILING_1 . +SYSTEM_OPTION_CPU_TILING_2 , ' ' ,CONFIG.exe +SYSTEM_OPTION_CPU_TILING_3 (GPU-Tiling). +SYSTEM_OPTION_GPU_TILING_1 (GPU-Tiling) PC . +SYSTEM_OPTION_GPU_TILING_2 , ' ' 'CONFIG.exe' +SYSTEM_OPTION_GPU_TILING_3 ( CPU-Tiling). +SYSTEM_OPTION_TILING_EXIT . +TARGET_BUTTON_ACCEPT_FIGHT +TARGET_BUTTON_AVENGE +TARGET_BUTTON_BUILDING_DESTROY +TARGET_BUTTON_DISMOUNT +TARGET_BUTTON_EMOTION_ALLOW +TARGET_BUTTON_EXCHANGE +TARGET_BUTTON_EXCLUDE +TARGET_BUTTON_EXIT_OBSERVER +TARGET_BUTTON_FIGHT +TARGET_BUTTON_FRIEND +TARGET_BUTTON_INVITE_GUILD +TARGET_BUTTON_INVITE_PARTY +TARGET_BUTTON_LEAVE_PARTY +TARGET_BUTTON_REQUEST_ENTER_PARTY +TARGET_BUTTON_VIEW_EQUIPMENT +TARGET_BUTTON_WHISPER +TARGET_LEVEL_BOSS +TARGET_LEVEL_KING 5. +TARGET_LEVEL_KNIGHT 3. +TARGET_LEVEL_PAWN 1. +TARGET_LEVEL_S_KNIGHT 4. +TARGET_LEVEL_S_PAWN 2. +TASKBAR_ATTACK +TASKBAR_AUTO +TASKBAR_CAMERA +TASKBAR_EXP +TASKBAR_HP +TASKBAR_MOVE +TASKBAR_SKILL +TASKBAR_SP +TASKBAR_ST +THING_COUNT +TOOLTIP_ANTI_CRITICAL_PCT +%d%% SA +TOOLTIP_ANTI_PENETRATE_PCT +%d%% SA +TOOLTIP_ANTI_SELL . +TOOLTIP_APPLY_ACCEDRAIN_RATE : %d%% SA +TOOLTIP_APPLY_ATTBONUS_ANIMAL +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN +%d%% SA +TOOLTIP_APPLY_ATTBONUS_DEVIL +%d%% SA +TOOLTIP_APPLY_ATTBONUS_HUMAN +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MILGYO +%d%% SA +TOOLTIP_APPLY_ATTBONUS_MONSTER +%d%% SA +TOOLTIP_APPLY_ATTBONUS_ORC +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN +%d%% SA +TOOLTIP_APPLY_ATTBONUS_SURA +%d%% SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD +%d%% SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR +%d%% SA +TOOLTIP_APPLY_BLEEDING_PCT + %d%% SA +TOOLTIP_APPLY_BLEEDING_REDUCE + %d%% SA +TOOLTIP_APPLY_BLOCK %d%% SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER 5 . %d SA +TOOLTIP_APPLY_CRITICAL_PCT %d%% SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% SA +TOOLTIP_APPLY_DODGE %d%% SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% SA +TOOLTIP_APPLY_IMMUNE_FALL SNA +TOOLTIP_APPLY_IMMUNE_SLOW SNA +TOOLTIP_APPLY_IMMUNE_STUN SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% SA +TOOLTIP_APPLY_KILL_HP_RECOVER %d%% SA +TOOLTIP_APPLY_KILL_SP_RECOVER %d%% SA +TOOLTIP_APPLY_MANA_BURN_PCT %d%% MP SA +TOOLTIP_APPLY_MAX_HP_PCT . +%d%% SA +TOOLTIP_APPLY_MAX_SP_PCT . +%d%% SA +TOOLTIP_APPLY_NOAFFECT +TOOLTIP_APPLY_NO_DEATH_PENALTY . SNA +TOOLTIP_APPLY_PENETRATE_PCT %d%% SA +TOOLTIP_APPLY_POISON_PCT :%d%% SA +TOOLTIP_APPLY_POISON_REDUCE %d%% SA +TOOLTIP_APPLY_POTION_BONUS %d%% SA +TOOLTIP_APPLY_REFLECT_CURSE %d%% SA +TOOLTIP_APPLY_REFLECT_MELEE %d%% SA +TOOLTIP_APPLY_RESIST_ASSASSIN %d%% SA +TOOLTIP_APPLY_RESIST_BELL %d%% SA +TOOLTIP_APPLY_RESIST_DAGGER %d%% SA +TOOLTIP_APPLY_RESIST_FAN %d%% SA +TOOLTIP_APPLY_RESIST_SHAMAN %d%% SA +TOOLTIP_APPLY_RESIST_SURA %d%% SA +TOOLTIP_APPLY_RESIST_SWORD %d%% SA +TOOLTIP_APPLY_RESIST_TWOHAND %d%% SA +TOOLTIP_APPLY_RESIST_WARRIOR %d%% SA +TOOLTIP_APPLY_RESIST_WIND %d%% SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS 2,5 . SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY , . SNA +TOOLTIP_APPLY_SLOW_PCT : %d%% SA +TOOLTIP_APPLY_STEAL_HP %d%% . SA +TOOLTIP_APPLY_STEAL_SP %d%% . SA +TOOLTIP_APPLY_STUN_PCT : %d%% SA +TOOLTIP_ARMOR +TOOLTIP_ARROW +TOOLTIP_ASSASSIN +TOOLTIP_ATT_GRADE +%d SA +TOOLTIP_ATT_SPEED +%d%% SA +TOOLTIP_AUTO_POTION_HP +TOOLTIP_AUTO_POTION_REST : %.2f%% +TOOLTIP_AUTO_POTION_SP +TOOLTIP_AUTO_POTION_USING +TOOLTIP_BOW_DISTANCE +%dm SA +TOOLTIP_BUYPRICE : %s +TOOLTIP_CAST_SPEED +%d%% SA +TOOLTIP_CON +%d SA +TOOLTIP_COSTUME_ATTR_BONUS %d%% SA +TOOLTIP_DEF_GRADE +%d SA +TOOLTIP_DEX +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 SNA +TOOLTIP_DRAGON_SOUL_DECK2 SNA +TOOLTIP_EAR +TOOLTIP_ENERGY %d SA +TOOLTIP_ETC .. +TOOLTIP_FISHINGROD_EXP : %d / %d +TOOLTIP_FISHINGROD_LEVEL : %d +TOOLTIP_FISHINGROD_UPGRADE1 , +TOOLTIP_FISHINGROD_UPGRADE2 +TOOLTIP_FISHINGROD_UPGRADE3 . +TOOLTIP_FISH_LEN : %.2f . +TOOLTIP_HELMET +TOOLTIP_HP_REGEN - +%d%% SA +TOOLTIP_INT +%d SA +TOOLTIP_ITEM_ATT_GRADE %d +TOOLTIP_ITEM_ATT_POWER %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG %d +TOOLTIP_ITEM_ATT_POWER_REFINE %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED %s +TOOLTIP_ITEM_DEF_GRADE %d +TOOLTIP_ITEM_FAST +TOOLTIP_ITEM_LIMIT_CON : %d +TOOLTIP_ITEM_LIMIT_DEX : %d +TOOLTIP_ITEM_LIMIT_INT : %d +TOOLTIP_ITEM_LIMIT_LEVEL : %d +TOOLTIP_ITEM_LIMIT_STR : %d +TOOLTIP_ITEM_MAGIC_ATT_POWER %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG %d +TOOLTIP_ITEM_MAGIC_DEF_POWER %d +TOOLTIP_ITEM_NORMAL +TOOLTIP_ITEM_SLOW +TOOLTIP_ITEM_VERY_FAST +TOOLTIP_ITEM_VERY_SLOW +TOOLTIP_ITEM_WEARABLE_JOB [ ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER : %d +TOOLTIP_MAGIC_ATTBONUS_PER +%d%% SA +TOOLTIP_MAGIC_ATT_GRADE +%d SA +TOOLTIP_MAGIC_DEF_GRADE +%d SA +TOOLTIP_MALL_ATTBONUS +%d%% SA +TOOLTIP_MALL_ATTBONUS_STATIC +12~15% SNA +TOOLTIP_MALL_AUTOLOOT . SNA +TOOLTIP_MALL_DEFBONUS +%d%% SA +TOOLTIP_MALL_DEFBONUS_STATIC +12~15% SNA +TOOLTIP_MALL_EXPBONUS +%d%% SA +TOOLTIP_MALL_EXPBONUS_P_STATIC +%d%% SA +TOOLTIP_MALL_EXPBONUS_STATIC 50% SNA +TOOLTIP_MALL_FISH_MIND . SNA +TOOLTIP_MALL_GOLDBONUS (%.1f) SA +TOOLTIP_MALL_GOLDBONUS_STATIC SNA +TOOLTIP_MALL_ITEMBONUS (%.1f) SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC SNA +TOOLTIP_MALL_MARRIAGE_FAST . SNA +TOOLTIP_MALL_SAFEBOX . SNA +TOOLTIP_MAX_HP . +%d SA +TOOLTIP_MAX_HP_PCT . +%d%% SA +TOOLTIP_MAX_SP . +%d SA +TOOLTIP_MAX_SP_PCT . +%d%% SA +TOOLTIP_MAX_STAMINA . +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER , +%d%% SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR GPS-(%d, %d) +TOOLTIP_MOV_SPEED %d%% SA +TOOLTIP_NECK +TOOLTIP_NEED_ALL_SP : . +TOOLTIP_NEED_GSP : %d +TOOLTIP_NEED_HP : %d +TOOLTIP_NEED_HP_PER_SEC : %d / . +TOOLTIP_NEED_SKILL_POINT : +TOOLTIP_NEED_SP : %d +TOOLTIP_NEED_SP_PER_SEC / .: %d +TOOLTIP_NEXT_SKILL_LEVEL_1 :%d (. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 : %d (. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS %d%% SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS . %d%% SA +TOOLTIP_PARTY_INFO_GRADE_UP1 %d +TOOLTIP_PARTY_INFO_GRADE_UP2 +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL / 60 . +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL / 30 . +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL 3 . +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL . +TOOLTIP_PARTY_INFO_SET_ATTACKER +(. / 2) %d . +TOOLTIP_PARTY_INFO_SET_TANKER +(. ). 1 . +TOOLTIP_PARTY_SKILL_LEVEL : %d +TOOLTIP_PARTY_TITLE_GRADE_UP [/ ] +TOOLTIP_PARTY_TITLE_HEAL [] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP %d %d%%. +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [ ] +TOOLTIP_PARTY_TITLE_RECALL [] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [ ] +TOOLTIP_PARTY_TITLE_SET_TANKER [ ] +TOOLTIP_PICK_EXP : %d / %d +TOOLTIP_PICK_LEVEL : %d +TOOLTIP_PICK_UPGRADE1 +TOOLTIP_PICK_UPGRADE2 +TOOLTIP_PICK_UPGRADE3 +TOOLTIP_POTION_CURE . +TOOLTIP_POTION_MIN . +TOOLTIP_POTION_PLUS_ATTACK_SPEED : +%d +TOOLTIP_POTION_PLUS_HP_PERCENT : +%d%% +TOOLTIP_POTION_PLUS_HP_POINT : +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED +%d +TOOLTIP_POTION_PLUS_SP_PERCENT +%d%% +TOOLTIP_POTION_PLUS_SP_POINT +%d +TOOLTIP_POTION_SEC . +TOOLTIP_POTION_TIME : +TOOLTIP_REQUIREMENT_21_LEVEL 21 . +TOOLTIP_REQUIREMENT_41_LEVEL 41 . +TOOLTIP_REQUIREMENT_LEVEL %d +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s %d . +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d +TOOLTIP_RESIST_BOW %d%% SA +TOOLTIP_RESIST_DARK +%d%% SA +TOOLTIP_RESIST_EARTH +%d%% SA +TOOLTIP_RESIST_ELEC %d%% SA +TOOLTIP_RESIST_FIRE %d%% SA +TOOLTIP_RESIST_ICE +%d%% SA +TOOLTIP_RESIST_MAGIC %d%% SA +TOOLTIP_REST_USABLE_COUNT : %d +TOOLTIP_SEALED +TOOLTIP_SELLPRICE : %s +TOOLTIP_SHAMAN +TOOLTIP_SHIELD +TOOLTIP_SHOES +TOOLTIP_SKILL SNA +TOOLTIP_SKILLBOOK_NAME +TOOLTIP_SKILL_AFFECT_ATT_GRADE : + +TOOLTIP_SKILL_AFFECT_ATT_POWER : +TOOLTIP_SKILL_AFFECT_ATT_SPEED : + +TOOLTIP_SKILL_AFFECT_DEF_GRADE : +TOOLTIP_SKILL_AFFECT_DODGE : - +TOOLTIP_SKILL_AFFECT_HEAL : +TOOLTIP_SKILL_AFFECT_MOV_SPEED : + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE : +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL : +TOOLTIP_SKILL_COOL_TIME : +TOOLTIP_SKILL_DAMAGE_BONUS %d%% SA +TOOLTIP_SKILL_DEFEND_BONUS %d%% SA +TOOLTIP_SKILL_DURATION : %d . +TOOLTIP_SKILL_FORGET_BOOK_NAME +TOOLTIP_SKILL_LEVEL : %d +TOOLTIP_SKILL_LEVEL_MASTER : %d () +TOOLTIP_SKILL_LEVEL_WITH_MAX : %d ( . %d) +TOOLTIP_SOCKET_EMPTY +TOOLTIP_SOCKET_REFINABLE_ITEM [ ] +TOOLTIP_SP_REGEN - +%d%% SA +TOOLTIP_STR +%d SA +TOOLTIP_SURA +TOOLTIP_TIME_CHARGER_FIX %d . SA +TOOLTIP_TIME_CHARGER_PER %d%% SA +TOOLTIP_UNIQUE +TOOLTIP_UNSEAL_LEFT_TIME : %dH %dM +TOOLTIP_WARRIOR +TOOLTIP_WEAPON +TOOLTIP_WRISTLET +UI_ACCEPT +UI_CANCEL +UI_CLOSE +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY +UI_ITEM +UI_LEFT_TIME .: %d . +UI_NEXT +UI_NEXTPAGE +UI_NOCONTENTS +UI_NONAME +UI_OK +UI_POS_UNKNOWN +UI_PREVPAGE +UI_UNKNOWN +UPLOAD_MARK_CHECK_NEED_RECONNECT . +UPLOAD_MARK_UPLOAD_NEED_RECONNECT . +USE_ITEM_FAILURE_PRIVATE_SHOP , . +USE_SKILL_ERROR_UNKNOWN : %s diff --git a/bin/pack/locale_ru/locale/ru/locale_interface.txt b/bin/pack/locale_ru/locale/ru/locale_interface.txt new file mode 100644 index 00000000..148d4c60 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/locale_interface.txt @@ -0,0 +1,345 @@ +ACCEPT +ATTACH_METIN_INFO ? +ATTACH_METIN_TITLE +CANCEL +CHANGE_PASSWORD_CONFIRM +CHANGE_PASSWORD_NEW +CHANGE_PASSWORD_OLD +CHANGE_PASSWORD_TITLE +CHARACTER_ACTION +CHARACTER_EMOTICON +CHARACTER_MAIN +CHARACTER_MUTUAL_ACTION +CHARACTER_NORMAL_ACTION +CHARACTER_QUEST +CHARACTER_SKILL +CLOSE +COMB_APPEARANCE 1 +COMB_ATTRIBUTE 2 +COMB_SKILLBOOK_TILE +COMB_TITLE +COSTUME_TITLE +COSTUME_WINDOW_TITLE +CREATE_ATT_GRADE +CREATE_CREATE +CREATE_DEX_GRADE +CREATE_HP +CREATE_LAST_POINT +CREATE_MAN . +CREATE_NAME +CREATE_NEXT +CREATE_PREV +CREATE_SEX +CREATE_SHAPE +CREATE_SP . +CREATE_STAT_RESET +CREATE_WOMAN . +CUBE_INFO_TITLE +CUBE_REQUIRE_MATERIAL +CUBE_REQUIRE_MATERIAL_OR +CUBE_TITLE +DO_REFINE +DRAGONSOUL_ACTIVATE +DRAGONSOUL_PAGE_BUTTON_1 +DRAGONSOUL_PAGE_BUTTON_2 +DRAGONSOUL_PAGE_BUTTON_3 +DRAGONSOUL_PAGE_BUTTON_4 +DRAGONSOUL_PAGE_BUTTON_5 +DRAGONSOUL_REFINE_WINDOW_TITLE +DRAGONSOUL_TAP_TITLE_1 +DRAGONSOUL_TAP_TITLE_2 +DRAGONSOUL_TAP_TITLE_3 +DRAGONSOUL_TAP_TITLE_4 +DRAGONSOUL_TAP_TITLE_5 +DRAGONSOUL_TAP_TITLE_6 +DRAGONSOUL_TITLE +EMPIRE_EXIT +EMPIRE_NEXT +EMPIRE_PREV +EMPIRE_SELECT +EXCHANGE_ACCEPT +EXCHANGE_TITLE +GAMEOPTION_TITLE +GAME_EXIT_OBSERVER +GAME_HELP +GAME_QUEST +GAME_SKILL_UP +GAME_STAT_UP +GRADE +GRADE_SELECT +GUILD_BASENAME +GUILD_BOARD_ID +GUILD_BOARD_REFRESH (F5) +GUILD_BOARD_TEXT +GUILD_BUILDING_CATEGORY_TITLE +GUILD_BUILDING_CHANGE +GUILD_BUILDING_DIRECTION +GUILD_BUILDING_GRADE +GUILD_BUILDING_INFO - +GUILD_BUILDING_LIST_TITLE +GUILD_BUILDING_LOG +GUILD_BUILDING_NAME +GUILD_BUILDING_OPERATE +GUILD_BUILDING_PLY +GUILD_BUILDING_POSITION +GUILD_BUILDING_PREVIEW +GUILD_BUILDING_PRICE +GUILD_BUILDING_REFRESH (F5) +GUILD_BUILDING_STONE +GUILD_BUILDING_TITLE +GUILD_CRYSTAL +GUILD_DEPOSIT +GUILD_DROP_RESOURCE1 +GUILD_DROP_RESOURCE2 +GUILD_GEM +GUILD_GRADE_CHANGE_GRADE_NAME +GUILD_GRADE_NUM +GUILD_GRADE_PERMISSION_DELETE +GUILD_GRADE_PERMISSION_JOIN +GUILD_GRADE_PERMISSION_NOTICE +GUILD_GRADE_PERMISSION_SKILL +GUILD_GRADE_RANK +GUILD_GRADE_WRITE +GUILD_INFO +GUILD_INFO_CUR_EXP +GUILD_INFO_DECALRE_WAR +GUILD_INFO_ENEMY_GUILD +GUILD_INFO_ENEMY_GUILD_EMPTY +GUILD_INFO_LEVEL +GUILD_INFO_MARK +GUILD_INFO_MASTER +GUILD_INFO_MASTER_VALUE +GUILD_INFO_MEMBER_AVG_LEVEL +GUILD_INFO_MEMBER_NUM +GUILD_INFO_NAME +GUILD_INFO_NAME_VALUE +GUILD_INFO_OFFER_EXP . +GUILD_INFO_REST_EXP +GUILD_INFO_UPLOAD_MARK +GUILD_INFO_UPLOAD_SYMBOL +GUILD_MARK +GUILD_MEMBER_JOB +GUILD_MEMBER_KNIGHT +GUILD_MEMBER_LEVEL +GUILD_MEMBER_NAME +GUILD_MEMBER_RANK +GUILD_MEMBER_SPECIFIC_GRAVITY . +GUILD_METIN_STONE +GUILD_MINENAL +GUILD_MONEY +GUILD_NAME +GUILD_RESOURCE_INFO +GUILD_SKILL_ACTIVE +GUILD_SKIlL_HEAL_GSP +GUILD_SKILL_PASSIVE +GUILD_SKILL_POWER +GUILD_SKILL_STATE +GUILD_SYMBOL +GUILD_WAR_ACCEPT +GUILD_WAR_BATTLE_TYPE +GUILD_WAR_CTF +GUILD_WAR_DECLARE +GUILD_WAR_ENEMY +GUILD_WAR_NORMAL +GUILD_WAR_WARP +GUILD_WATER +GUILD_WATER_STONE - +GUILD_WITHDRAW +HELP_ATTACK_KEY : +HELP_CHANGE_PK_MODE : +HELP_CHARACTER_BUTTON1 ( , +HELP_CHARACTER_BUTTON2 ) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON : +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON : +HELP_EXP +HELP_FURY +HELP_GUILD_WINDOW : Alt + G +HELP_HELP : +HELP_HP () +HELP_MESSENGER_WINDOW : Alt + M +HELP_MOUSE_LEFT +HELP_MOUSE_RIGHT +HELP_MOVE_KEY : W, S, A, D --- +HELP_OPEN_CHARACTER : +HELP_OPEN_CHAT : Enter +HELP_OPEN_INVENTORY : I +HELP_OPEN_LOG : L +HELP_OPEN_MINIMAP : Shift + M +HELP_OPEN_QUEST : N +HELP_OPEN_SKILL : V +HELP_OPEN_WHISPER : Shift + Enter +HELP_OPEN_ZONEMAP : M +HELP_PICK_ITEM : ^, Y +HELP_QUICKSLOT +HELP_SCREEN_CAPTURE : Print Screen ( "Metin2\screenshot") +HELP_SHOW_ALL_NAME : +HELP_SP () +HELP_SYSTEM_BUTTON +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. +INVENTORY_TITLE +ITEM_MALL +LOAD_ERROR . . ' ESC '. +LOGIN_CONNECT +LOGIN_CONNECTING . +LOGIN_DEFAULT_SERVERADDR , 1 +LOGIN_EXIT +LOGIN_REGION_TITLE +LOGIN_SELECT_BUTTON +LOGIN_SELECT_EXIT +LOGIN_SELECT_OK +LOGIN_SELECT_TITLE +MALL_PASSWORD_TITLE +MALL_TITLE +MARKET_TITLE +MARKLIST_REFRESH +MARKLIST_TITLE +MESSAGE - +MESSENGER_ADD_FRIEND +MESSENGER_DELETE_FRIEND +MESSENGER_MOBILE +MESSENGER_OPEN_GUILD +MESSENGER_TITLE +MESSENGER_USE_GUILD_MOVE_SKILL +MESSENGER_WHISPER +MINIMIZE +MOUSEBUTTON_ATTACK +MOUSEBUTTON_AUTO_ATTACK +MOUSEBUTTON_CAMERA +MOUSEBUTTON_SKILL +MUSICLIST_TITLE +NO +OK +OPTION_ALWAYS_SHOW_NAME +OPTION_ALWAYS_SHOW_NAME_OFF +OPTION_ALWAYS_SHOW_NAME_ON +OPTION_BLOCK +OPTION_BLOCK_EXCHANGE +OPTION_BLOCK_FRIEND +OPTION_BLOCK_GUILD +OPTION_BLOCK_PARTY +OPTION_BLOCK_PARTY_REQUEST +OPTION_BLOCK_WHISPER +OPTION_CAMERA_DISTANCE +OPTION_CAMERA_DISTANCE_LONG +OPTION_CAMERA_DISTANCE_SHORT +OPTION_DELETE_MOBILE_BUTTON . +OPTION_EFFECT Hit +OPTION_ENV_EFFECT . +OPTION_ENV_EFFECT_OFF . +OPTION_ENV_EFFECT_ON . +OPTION_FOG +OPTION_FOG_DENSE +OPTION_FOG_LIGHT +OPTION_FOG_MIDDLE +OPTION_INPUT_MOBILE_BUTTON . +OPTION_MOBILE . +OPTION_MOB_INFO +OPTION_MOB_INFO_AGGR +OPTION_MOB_INFO_LEVEL +OPTION_MUSIC +OPTION_MUSIC_CHANGE +OPTION_MUSIC_DEFAULT_THEMA 2 +OPTION_NAME_COLOR +OPTION_NAME_COLOR_EMPIRE +OPTION_NAME_COLOR_NORMAL . +OPTION_NIGHT_MODE +OPTION_NIGHT_MODE_OFF . +OPTION_NIGHT_MODE_ON . +OPTION_PVPMODE PvP- +OPTION_PVPMODE_FREE +OPTION_PVPMODE_FREE_TOOLTIP . +OPTION_PVPMODE_GUILD +OPTION_PVPMODE_GUILD_TOOLTIP . +OPTION_PVPMODE_PEACE +OPTION_PVPMODE_PEACE_TOOLTIP . +OPTION_PVPMODE_REVENGE +OPTION_PVPMODE_REVENGE_TOOLTIP . +OPTION_SALESTEXT +OPTION_SALESTEXT_VIEW_OFF +OPTION_SALESTEXT_VIEW_ON +OPTION_SNOW_MODE +OPTION_SNOW_MODE_OFF . +OPTION_SNOW_MODE_ON . +OPTION_SNOW_TEXTURE_MODE +OPTION_SNOW_TEXTURE_MODE_OFF . +OPTION_SNOW_TEXTURE_MODE_ON . +OPTION_SOUND +OPTION_TARGET_BOARD +OPTION_TARGET_BOARD_NO_VIEW +OPTION_TARGET_BOARD_VIEW +OPTION_TILING +OPTION_TILING_APPLY +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE +OPTION_VIEW_CHAT +OPTION_VIEW_CHAT_OFF +OPTION_VIEW_CHAT_ON +PARTY_MEMBER_INFO_NAME +PASSWORD_DESC_1 +PASSWORD_DESC_2 , . +PASSWORD_DESC_3 ? +PASSWORD_DESC_4 , : "000000". +PASSWORD_DESC_5 . +PASSWORD_TITLE +PICK_MONEY_TITLE +PRIVATE_SHOP_CLOSE_BUTTON +PRIVATE_SHOP_NAME +PRIVATE_SHOP_TITLE +REFINE_COST : 0 +REFINE_INFO : 100% +REFINE_MONEY +REFINE_SELECT +REFINE_TTILE +REPORT_VIOLENT_WHISPER +RESTART_HERE +RESTART_TOWN +SAFE_CHANGE_PASSWORD +SAFE_TITLE +SELECT_ATT_GRADE +SELECT_CREATE +SELECT_DELETE +SELECT_DEX_GRADE +SELECT_EMPIRE_NAME +SELECT_EXIT +SELECT_HP +SELECT_LEVEL +SELECT_METIN_STONE_TITLE +SELECT_NAME +SELECT_NO_GUILD +SELECT_PLAYTIME +SELECT_SELECT +SELECT_SP +SELECT_TITLE +SHOP_BUY +SHOP_SELL +SHOP_TITLE +SKILL_SUPPORT_TITLE +STEP +STEP_SELECT +STRENGTH +STRENGTH_SELECT +SYSTEMOPTION_TITLE +SYSTEM_CHANGE +SYSTEM_EXIT +SYSTEM_HELP +SYSTEM_LOGOUT +SYSTEM_MALL +SYSTEM_OPTION +TASKBAR_CHARACTER [C/V/B/N] +TASKBAR_CHAT [Enter] +TASKBAR_DISABLE +TASKBAR_DRAGON_SOUL +TASKBAR_EXPAND +TASKBAR_INVENTORY [I] +TASKBAR_MESSENGER [Alt+M] +TASKBAR_NEXT_QUICKSLOT . [ Shift+, Alt] +TASKBAR_PREV_QUICKSLOT . [Shift+] +TASKBAR_SYSTEM [ESC] +WHISPER_BAN +WHISPER_NAME +WHISPER_REPORT +WHISPER_SEND +YES +ZONE_MAP diff --git a/bin/pack/locale_ru/locale/ru/map/map_a2_point.txt b/bin/pack/locale_ru/locale/ru/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_ru/locale/ru/map/map_b2_point.txt b/bin/pack/locale_ru/locale/ru/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_ru/locale/ru/map/map_c2_point.txt b/bin/pack/locale_ru/locale/ru/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_ru/locale/ru/map/map_n_snowm_01_point.txt b/bin/pack/locale_ru/locale/ru/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_ru/locale/ru/map/metin2_map_a1_point.txt b/bin/pack/locale_ru/locale/ru/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_ru/locale/ru/map/metin2_map_a3_point.txt b/bin/pack/locale_ru/locale/ru/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_ru/locale/ru/map/metin2_map_b1_point.txt b/bin/pack/locale_ru/locale/ru/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_ru/locale/ru/map/metin2_map_b3_point.txt b/bin/pack/locale_ru/locale/ru/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_ru/locale/ru/map/metin2_map_c1_point.txt b/bin/pack/locale_ru/locale/ru/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_ru/locale/ru/map/metin2_map_c3_point.txt b/bin/pack/locale_ru/locale/ru/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_ru/locale/ru/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_ru/locale/ru/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_ru/locale/ru/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_ru/locale/ru/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_ru/locale/ru/mob_proto b/bin/pack/locale_ru/locale/ru/mob_proto new file mode 100644 index 00000000..0ff52b1d Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/mob_proto differ diff --git a/bin/pack/locale_ru/locale/ru/skilldesc.txt b/bin/pack/locale_ru/locale/ru/skilldesc.txt new file mode 100644 index 00000000..dee6be3c --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR . . . ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN ATTACK_SKILL|NEED_TARGET noejeon 16 4 : %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN . ATTACK_SKILL|NEED_TARGET byeorak 17 4 : %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k : %.0f%% (50+1000*k/6)/10 +108 SHAMAN . ATTACK_SKILL|NEED_TARGET pokroe 18 4 : %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN . CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 : %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k : %.0f%% 20+80*k +110 SHAMAN . CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 : +%.0f%% 5 + (35 * k) -%.0f%% 3+33*k +111 SHAMAN . CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 : +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT . PASSIVE tongsol +122 SUPPORT . CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT . CANNOT_LEVEL_UP fishing +124 SUPPORT . PASSIVE mining +125 SUPPORT . CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT . CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT . CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT . CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT . CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT . CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT . summon +137 HORSE ( 50 ). ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE ( 52 ). ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE ( 55 ). ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE ( 50 ). ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD . . PASSIVE . : +%.0f k * 1400 +152 GUILD . . ONLY_FOR_GUILD_WAR gaho 101 1 : +%.0f%% k * 20 +153 GUILD . . ONLY_FOR_GUILD_WAR chukbok 102 1 . +%.0f%% k * 20 +154 GUILD . ONLY_FOR_GUILD_WAR seonghwi 103 1 +%.1f%% k * 10 +155 GUILD . ONLY_FOR_GUILD_WAR gasok 104 1 +%.1f k * 30 +156 GUILD . . ONLY_FOR_GUILD_WAR bunno 105 1 . +%.0f%% k * 50 +157 GUILD . ONLY_FOR_GUILD_WAR jumunsul 106 1 -%.0f%% k * 50 +16 WARRIOR . ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 :%.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint +17 WARRIOR . ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 : %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint +18 WARRIOR . ATTACK_SKILL|STANDING_SKILL daejin 18 4 %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR STANDING_SKILL cheongeun 19 4 : +%.0f 7+(40 + 0.2*str + 0.4*con)*k : -%.0f 1 + 9*SkillPoint +2 WARRIOR . ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 : %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR . ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k %.0f%% (100+k*1000/6)/10 +3 WARRIOR . STANDING_SKILL jeongwi 3 4 : +%.0f%% 50 * SkillPoint : +%.0f%% 20 * SkillPoint +31 ASSASSIN . , . ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN . ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 : %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN . . . ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 : %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k : %.0f%% 1 + 4*k +34 ASSASSIN . . STANDING_SKILL eunhyeong 4 4 +%.0f%% 50 * SkillPoint +35 ASSASSIN . ATTACK_SKILL|NEED_TARGET sangong 5 4 : %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k : %.0f%% 40*k +4 WARRIOR . STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 : +%.0f (100 + STR) * SkillPoint +46 ASSASSIN . ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k : %.0f 2 + floor(6 * SkillPoint) +47 ASSASSIN . ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 . : %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN . ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 : %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN , . STANDING_SKILL gyeonggong 19 4 +%.0f 60*SkillPoint +5 WARRIOR ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 : %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint +50 ASSASSIN , . ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k %.0f%% 80*k +61 SURA . ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 : %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k %.0f%% 1 + 9*SkillPoint +62 SURA . ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k %.0f%% 1 + 9*SkillPoint +63 SURA , . STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 +%.1f 7 + (5*iq+13)*k : %.0f%% 10*k +64 SURA . , , STANDING_SKILL gongpo 4 4 : -%.0f%% 5 + 20*SkillPoint %.0f%% 1 + 29*SkillPoint +65 SURA . . STANDING_SKILL jumagap 5 4 +%.0f (iq+30)*k . : %.1f%% (iq/4+10)*k +66 SURA . , ATTACK_SKILL|NEED_TARGET pabeop 6 4 %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k %.0f%% 50*k +76 SURA . ATTACK_SKILL|NEED_TARGET maryeong 16 4 %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA . ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA . ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA . STANDING_SKILL|TOGGLE heuksin 19 4 : %.0f%% (iq*0.84)*k : +%.0f (0.5*iq+15)*k +80 SURA . ATTACK_SKILL|NEED_TARGET tusok 20 4 %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k : %.1f%% (333 + (300 * k))/10 +81 SURA . ATTACK_SKILL|NEED_TARGET geomhwan 21 4 %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN . ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN . ATTACK_SKILL|NEED_TARGET yongpa 2 4 %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k %.0f%% iq*0.2*k +93 SHAMAN . ATTACK_SKILL|STANDING_SKILL paeryong 3 4 : %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k %.0f%% iq*0.2*k +94 SHAMAN . CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 . %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN . . CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 . : %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN . . CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 . : %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_ru/locale/ru/skilltable.txt b/bin/pack/locale_ru/locale/ru/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_ru/locale/ru/ui/costume/costume_bg.jpg b/bin/pack/locale_ru/locale/ru/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_ru/locale/ru/ui/costume_bg.jpg b/bin/pack/locale_ru/locale/ru/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_ru/locale/ru/ui/createcharacterwindow.py b/bin/pack/locale_ru/locale/ru/ui/createcharacterwindow.py new file mode 100644 index 00000000..7a0ebf9b --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/ru/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/ru/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/dragonsoulrefinewindow.py b/bin/pack/locale_ru/locale/ru/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_ru/locale/ru/ui/dragonsoulwindow.py b/bin/pack/locale_ru/locale/ru/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/empire/empire.dds b/bin/pack/locale_ru/locale/ru/ui/empire/empire.dds new file mode 100644 index 00000000..aca9403c Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/empire/empire.dds differ diff --git a/bin/pack/locale_ru/locale/ru/ui/empire/title.sub b/bin/pack/locale_ru/locale/ru/ui/empire/title.sub new file mode 100644 index 00000000..cfffe3da --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/energybar.py b/bin/pack/locale_ru/locale/ru/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_ru/locale/ru/ui/expandedtaskbar.py b/bin/pack/locale_ru/locale/ru/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/giftbox.py b/bin/pack/locale_ru/locale/ru/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/guild/guild.dds b/bin/pack/locale_ru/locale/ru/ui/guild/guild.dds new file mode 100644 index 00000000..39540a43 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/guild/guild.dds differ diff --git a/bin/pack/locale_ru/locale/ru/ui/guild/tab_1.sub b/bin/pack/locale_ru/locale/ru/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/guild/tab_2.sub b/bin/pack/locale_ru/locale/ru/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/guild/tab_3.sub b/bin/pack/locale_ru/locale/ru/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/guild/tab_4.sub b/bin/pack/locale_ru/locale/ru/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/guild/tab_5.sub b/bin/pack/locale_ru/locale/ru/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/guild/tab_6.sub b/bin/pack/locale_ru/locale/ru/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/highlighted_quest.tga b/bin/pack/locale_ru/locale/ru/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/highlighted_quest_r.tga b/bin/pack/locale_ru/locale/ru/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/inventorywindow.py b/bin/pack/locale_ru/locale/ru/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/loading/gauge_empty.dds b/bin/pack/locale_ru/locale/ru/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_ru/locale/ru/ui/loading/gauge_full.dds b/bin/pack/locale_ru/locale/ru/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_ru/locale/ru/ui/loadingwindow.py b/bin/pack/locale_ru/locale/ru/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/login.jpg b/bin/pack/locale_ru/locale/ru/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/login.jpg differ diff --git a/bin/pack/locale_ru/locale/ru/ui/login.sub b/bin/pack/locale_ru/locale/ru/ui/login.sub new file mode 100644 index 00000000..990ae5a3 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/login.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_ru/locale/ru/ui/login/copyright.sub b/bin/pack/locale_ru/locale/ru/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/login/g4d.sub b/bin/pack/locale_ru/locale/ru/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/login/login.dds b/bin/pack/locale_ru/locale/ru/ui/login/login.dds new file mode 100644 index 00000000..958d693e Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/login/login.dds differ diff --git a/bin/pack/locale_ru/locale/ru/ui/login/loginwindow.sub b/bin/pack/locale_ru/locale/ru/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/login/published.sub b/bin/pack/locale_ru/locale/ru/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/login/title.sub b/bin/pack/locale_ru/locale/ru/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/login_dark_dragons.jpg b/bin/pack/locale_ru/locale/ru/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_ru/locale/ru/ui/loginwindow.py b/bin/pack/locale_ru/locale/ru/ui/loginwindow.py new file mode 100644 index 00000000..1a5baf35 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/ru/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/ru/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/ru/ui/vkey/key_at.tga', + 'down_image' : 'locale/ru/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/ru/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/ru/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/ru/ui/vkey/key_enter.tga', + 'down_image' : 'locale/ru/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/ru/ui/vkey/key_shift.tga', + 'down_image' : 'locale/ru/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/ru/ui/vkey/key_space.tga', + 'down_image' : 'locale/ru/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/ru/ui/vkey/key_normal.tga', + 'down_image' : 'locale/ru/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/ru/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/00.sub b/bin/pack/locale_ru/locale/ru/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/01.sub b/bin/pack/locale_ru/locale/ru/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/02.sub b/bin/pack/locale_ru/locale/ru/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/03.sub b/bin/pack/locale_ru/locale/ru/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/04.sub b/bin/pack/locale_ru/locale/ru/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/05.sub b/bin/pack/locale_ru/locale/ru/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/06.sub b/bin/pack/locale_ru/locale/ru/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/07.sub b/bin/pack/locale_ru/locale/ru/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/08.sub b/bin/pack/locale_ru/locale/ru/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/09.sub b/bin/pack/locale_ru/locale/ru/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/10.sub b/bin/pack/locale_ru/locale/ru/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/11.sub b/bin/pack/locale_ru/locale/ru/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/12.sub b/bin/pack/locale_ru/locale/ru/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/13.sub b/bin/pack/locale_ru/locale/ru/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/14.sub b/bin/pack/locale_ru/locale/ru/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/15.sub b/bin/pack/locale_ru/locale/ru/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/16.sub b/bin/pack/locale_ru/locale/ru/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0000.tga b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0001.tga b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0002.tga b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0003.tga b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0004.tga b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0005.tga b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0006.tga b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0007.tga b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0008.tga b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0009.tga b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0000.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0001.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0002.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0003.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0004.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0005.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0006.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0007.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0008.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0009.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0010.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0011.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0012.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0013.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0014.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/herz0015.tga b/bin/pack/locale_ru/locale/ru/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/mall.tga b/bin/pack/locale_ru/locale/ru/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/mall.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/0a2.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/0a2.tga new file mode 100644 index 00000000..1dd93f0a Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/a1.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/a1.tga new file mode 100644 index 00000000..8dbd4948 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/a2.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/a2.tga new file mode 100644 index 00000000..8d233a87 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/a3.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/a3.tga new file mode 100644 index 00000000..1aee5c81 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/a4.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/a4.tga new file mode 100644 index 00000000..efe1b07e Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/b1.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/b1.tga new file mode 100644 index 00000000..2d10d27e Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/b2.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/b2.tga new file mode 100644 index 00000000..65804b74 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/b3.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/b3.tga new file mode 100644 index 00000000..35942451 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/b4.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/b4.tga new file mode 100644 index 00000000..772ca4be Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/bay.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/c1.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/c1.tga new file mode 100644 index 00000000..5b591e51 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/c2.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/c2.tga new file mode 100644 index 00000000..74c40477 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/c3.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/c3.tga new file mode 100644 index 00000000..fd2fc6e7 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/c4.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/c4.tga new file mode 100644 index 00000000..1a70f87a Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/cape.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/dawn.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/desert1.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/desert1.tga new file mode 100644 index 00000000..4ce058b1 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil1.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1.tga new file mode 100644 index 00000000..77eff574 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_1f.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..e871e2d7 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_2f.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..6317de3c Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_3f.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..5414d4c9 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_4f.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..b4c33b92 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_5f.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..e23c4d46 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_6f.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..34d25e61 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_7f.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..2110f1dd Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_8f.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..a8efa32e Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_9f.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..a9b0b084 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_title.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..e34d4bee Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/devil_basement.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/frame1.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/frame1.tga new file mode 100644 index 00000000..1f020fcf Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/guild1.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/guild1.tga new file mode 100644 index 00000000..3a8d1fd3 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/guild2.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/guild2.tga new file mode 100644 index 00000000..33fcea2c Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/guild3.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/guild3.tga new file mode 100644 index 00000000..8fe666df Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/milgyo.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/milgyo.tga new file mode 100644 index 00000000..1f3677ab Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/monkey1.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/monkey1.tga new file mode 100644 index 00000000..e389cb69 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/monkey2.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/monkey2.tga new file mode 100644 index 00000000..7f419295 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/monkey3.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/monkey3.tga new file mode 100644 index 00000000..0f4f840e Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/skipia.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/skipia.tga new file mode 100644 index 00000000..eb03ee3c Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/snow1.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/snow1.tga new file mode 100644 index 00000000..0b22a327 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/spider1.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/spider1.tga new file mode 100644 index 00000000..cfca25e3 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/thunder.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/trent.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/trent.tga new file mode 100644 index 00000000..7d6adbb1 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/mapname/trent02.tga b/bin/pack/locale_ru/locale/ru/ui/mapname/trent02.tga new file mode 100644 index 00000000..8a518d7a Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/new_cube_bg.tga b/bin/pack/locale_ru/locale/ru/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/passworddialog.py b/bin/pack/locale_ru/locale/ru/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/select.jpg b/bin/pack/locale_ru/locale/ru/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/select.jpg differ diff --git a/bin/pack/locale_ru/locale/ru/ui/select.sub b/bin/pack/locale_ru/locale/ru/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_ru/locale/ru/ui/select/name_assassin.sub b/bin/pack/locale_ru/locale/ru/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/select/name_shaman.sub b/bin/pack/locale_ru/locale/ru/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/select/name_sura.sub b/bin/pack/locale_ru/locale/ru/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/select/name_warrior.sub b/bin/pack/locale_ru/locale/ru/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/select/select.dds b/bin/pack/locale_ru/locale/ru/ui/select/select.dds new file mode 100644 index 00000000..121f86d2 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/select/select.dds differ diff --git a/bin/pack/locale_ru/locale/ru/ui/select_old.jpg b/bin/pack/locale_ru/locale/ru/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/select_old.jpg differ diff --git a/bin/pack/locale_ru/locale/ru/ui/selectcharacterwindow.py b/bin/pack/locale_ru/locale/ru/ui/selectcharacterwindow.py new file mode 100644 index 00000000..8d852350 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/ru/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/selectempirewindow.py b/bin/pack/locale_ru/locale/ru/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/serverlist.jpg b/bin/pack/locale_ru/locale/ru/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/serverlist.jpg differ diff --git a/bin/pack/locale_ru/locale/ru/ui/serverlist.sub b/bin/pack/locale_ru/locale/ru/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_ru/locale/ru/ui/systemdialog.py b/bin/pack/locale_ru/locale/ru/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/taskbar.py b/bin/pack/locale_ru/locale/ru/ui/taskbar.py new file mode 100644 index 00000000..a281b253 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ru/ui/Mall/00.sub", + "locale/ru/ui/Mall/01.sub", + "locale/ru/ui/Mall/02.sub", + "locale/ru/ui/Mall/03.sub", + "locale/ru/ui/Mall/04.sub", + "locale/ru/ui/Mall/05.sub", + "locale/ru/ui/Mall/06.sub", + "locale/ru/ui/Mall/07.sub", + "locale/ru/ui/Mall/08.sub", + "locale/ru/ui/Mall/09.sub", + "locale/ru/ui/Mall/11.sub", + "locale/ru/ui/Mall/12.sub", + "locale/ru/ui/Mall/13.sub", + "locale/ru/ui/Mall/14.sub", + "locale/ru/ui/Mall/15.sub", + "locale/ru/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ru/ui/Mall/00.sub", + "locale/ru/ui/Mall/01.sub", + "locale/ru/ui/Mall/02.sub", + "locale/ru/ui/Mall/03.sub", + "locale/ru/ui/Mall/04.sub", + "locale/ru/ui/Mall/05.sub", + "locale/ru/ui/Mall/06.sub", + "locale/ru/ui/Mall/07.sub", + "locale/ru/ui/Mall/08.sub", + "locale/ru/ui/Mall/09.sub", + "locale/ru/ui/Mall/11.sub", + "locale/ru/ui/Mall/12.sub", + "locale/ru/ui/Mall/13.sub", + "locale/ru/ui/Mall/14.sub", + "locale/ru/ui/Mall/15.sub", + "locale/ru/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/taskbar_easter.py b/bin/pack/locale_ru/locale/ru/ui/taskbar_easter.py new file mode 100644 index 00000000..35a37fec --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ru/ui/Mall/easter_2012_0000.tga", + "locale/ru/ui/Mall/easter_2012_0001.tga", + "locale/ru/ui/Mall/easter_2012_0002.tga", + "locale/ru/ui/Mall/easter_2012_0003.tga", + "locale/ru/ui/Mall/easter_2012_0004.tga", + "locale/ru/ui/Mall/easter_2012_0005.tga", + "locale/ru/ui/Mall/easter_2012_0006.tga", + "locale/ru/ui/Mall/easter_2012_0007.tga", + "locale/ru/ui/Mall/easter_2012_0008.tga", + "locale/ru/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ru/ui/Mall/easter_2012_0000.tga", + "locale/ru/ui/Mall/easter_2012_0001.tga", + "locale/ru/ui/Mall/easter_2012_0002.tga", + "locale/ru/ui/Mall/easter_2012_0003.tga", + "locale/ru/ui/Mall/easter_2012_0004.tga", + "locale/ru/ui/Mall/easter_2012_0005.tga", + "locale/ru/ui/Mall/easter_2012_0006.tga", + "locale/ru/ui/Mall/easter_2012_0007.tga", + "locale/ru/ui/Mall/easter_2012_0008.tga", + "locale/ru/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/taskbar_haloween.py b/bin/pack/locale_ru/locale/ru/ui/taskbar_haloween.py new file mode 100644 index 00000000..e5a0fbf0 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ru/ui/Mall/shop_button_kuerbis0000.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0001.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0002.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0003.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0004.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0005.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0006.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0007.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0008.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0009.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0010.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0011.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0012.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0013.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0014.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ru/ui/Mall/shop_button_kuerbis0000.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0001.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0002.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0003.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0004.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0005.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0006.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0007.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0008.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0009.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0010.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0011.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0012.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0013.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0014.tga", + "locale/ru/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/taskbar_valentine.py b/bin/pack/locale_ru/locale/ru/ui/taskbar_valentine.py new file mode 100644 index 00000000..adad831a --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ru/ui/Mall/herz0000.tga", + "locale/ru/ui/Mall/herz0001.tga", + "locale/ru/ui/Mall/herz0002.tga", + "locale/ru/ui/Mall/herz0003.tga", + "locale/ru/ui/Mall/herz0004.tga", + "locale/ru/ui/Mall/herz0005.tga", + "locale/ru/ui/Mall/herz0006.tga", + "locale/ru/ui/Mall/herz0007.tga", + "locale/ru/ui/Mall/herz0008.tga", + "locale/ru/ui/Mall/herz0009.tga", + "locale/ru/ui/Mall/herz0010.tga", + "locale/ru/ui/Mall/herz0011.tga", + "locale/ru/ui/Mall/herz0012.tga", + "locale/ru/ui/Mall/herz0013.tga", + "locale/ru/ui/Mall/herz0014.tga", + "locale/ru/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/ru/ui/Mall/herz0000.tga", + "locale/ru/ui/Mall/herz0001.tga", + "locale/ru/ui/Mall/herz0002.tga", + "locale/ru/ui/Mall/herz0003.tga", + "locale/ru/ui/Mall/herz0004.tga", + "locale/ru/ui/Mall/herz0005.tga", + "locale/ru/ui/Mall/herz0006.tga", + "locale/ru/ui/Mall/herz0007.tga", + "locale/ru/ui/Mall/herz0008.tga", + "locale/ru/ui/Mall/herz0009.tga", + "locale/ru/ui/Mall/herz0010.tga", + "locale/ru/ui/Mall/herz0011.tga", + "locale/ru/ui/Mall/herz0012.tga", + "locale/ru/ui/Mall/herz0013.tga", + "locale/ru/ui/Mall/herz0014.tga", + "locale/ru/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_at.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_at_dn.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_at_over.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_backspace.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_backspace_over.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_enter.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_enter_dn.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_enter_over.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_normal.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_normal_dn.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_normal_over.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_shift.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_shift_dn.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_shift_over.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_space.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_space_dn.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/vkey/key_space_over.tga b/bin/pack/locale_ru/locale/ru/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_ru/locale/ru/ui/webwindow.py b/bin/pack/locale_ru/locale/ru/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_cur_exp.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_ext.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_ext.sub new file mode 100644 index 00000000..7cc02116 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 301 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_ext_item1.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_ext_item2.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_last_exp.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_level.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_active.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..12cc8617 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 147 +right 127 +bottom 162 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_high.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..b70b97df --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 200 +top 147 +right 234 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_low.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..ada7f4c0 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 477 +top 74 +right 512 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_middle.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..d3844cde --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 127 +top 147 +right 164 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_passive.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..5363c826 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 462 +top 130 +right 509 +bottom 147 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_support.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..ee8746e1 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 91 +right 480 +bottom 106 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_weapon.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..b590004e --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 164 +top 147 +right 200 +bottom 164 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_std.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_std.sub new file mode 100644 index 00000000..9cf283be --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 301 +top 116 +right 414 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_std_item1.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_std_item2.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/label_uppt.sub b/bin/pack/locale_ru/locale/ru/ui/windows/label_uppt.sub new file mode 100644 index 00000000..06c05b98 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 116 +right 489 +bottom 130 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/tab_1.sub b/bin/pack/locale_ru/locale/ru/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/tab_2.sub b/bin/pack/locale_ru/locale/ru/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/tab_3.sub b/bin/pack/locale_ru/locale/ru/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/tab_4.sub b/bin/pack/locale_ru/locale/ru/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/title_skill.sub b/bin/pack/locale_ru/locale/ru/ui/windows/title_skill.sub new file mode 100644 index 00000000..c8bdf1c1 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 477 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/title_status.sub b/bin/pack/locale_ru/locale/ru/ui/windows/title_status.sub new file mode 100644 index 00000000..0cd12da3 --- /dev/null +++ b/bin/pack/locale_ru/locale/ru/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 130 +right 462 +bottom 147 \ No newline at end of file diff --git a/bin/pack/locale_ru/locale/ru/ui/windows/windows.dds b/bin/pack/locale_ru/locale/ru/ui/windows/windows.dds new file mode 100644 index 00000000..213c8eec Binary files /dev/null and b/bin/pack/locale_ru/locale/ru/ui/windows/windows.dds differ diff --git a/bin/pack/locale_tr/locale/tr/effect/gm.mse b/bin/pack/locale_tr/locale/tr/effect/gm.mse new file mode 100644 index 00000000..52532332 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/effect/gm.mse @@ -0,0 +1,130 @@ +BoundingSphereRadius 50.000000 +BoundingSpherePosition 0.000000 0.000000 120.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 110.150993 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 0.500000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.054286 14.948454 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.000000 2.216495 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.514286 25.000000 + } + List TimeEventAirResistance + { + 0.480000 0.030928 + } + List TimeEventScaleX + { + 0.005714 0.200000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.107692 0.771144 + 0.207692 1.000000 + 0.902564 0.792553 + 0.997436 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "ymirred.tga" + } + } +} diff --git a/bin/pack/locale_tr/locale/tr/effect/ymirred.tga b/bin/pack/locale_tr/locale/tr/effect/ymirred.tga new file mode 100644 index 00000000..586a2454 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/effect/ymirred.tga differ diff --git a/bin/pack/locale_tr/locale/tr/empiredesc_a.txt b/bin/pack/locale_tr/locale/tr/empiredesc_a.txt new file mode 100644 index 00000000..30d3ee7b --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/empiredesc_a.txt @@ -0,0 +1,30 @@ +[DELAY value;10] +Shinsoo Krall[ENTER] +[ENTER] +Shinsoo Krall ktann[ENTER] +gneyindedir. Yerlileri[ENTER] +genelde ticaretle[ENTER] +[WAIT] +meguldrler. krallklar[ENTER] +paralandktan sonra[ENTER] +Yoon-Yoing tarafndan[ENTER] +kuruldu, dou ile ticaret[ENTER] +hzla ilerledi. Yerliler[ENTER] +[WAIT] +srekli bat ile savatlar[ENTER] +ve ticaret yollar ile olan[ENTER] +balantlar u anda tamamen[ENTER] +koptu. Tccarlar,[ENTER] +hayatlarn temelden[ENTER] +[WAIT] +deitiren metin talarnn[ENTER] +tehlikesinin farkna[ENTER] +vardklarnda silahlandlar.[ENTER] +Bunun amac batdan gelen[ENTER] +saldrlara kar[ENTER] +[WAIT] +koyabilmek, ticaret[ENTER] +yollarn tekrar amak ve[ENTER] +tm ktay kendi[ENTER] +liderliklerinde[ENTER] +birletirebilmekti. \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/empiredesc_b.txt b/bin/pack/locale_tr/locale/tr/empiredesc_b.txt new file mode 100644 index 00000000..0d23ee33 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/empiredesc_b.txt @@ -0,0 +1,38 @@ +[DELAY value;10] +Chunjo Krall[ENTER] +[ENTER] +Chunjo Krall, ktann[ENTER] +batsnda yer alyor. Bu[ENTER] +teokratik bir krallk ve[ENTER] +[WAIT] +dini liderler tarafndan[ENTER] +ynetiliyor. Krallk[ENTER] +Yoon-Yoing in kuzeni[ENTER] +Yoon-Young tarafndan[ENTER] +kuruldu. Yoon-Young un metin[ENTER] +[WAIT] +talarnn neden olduu[ENTER] +byk tehlikenin nceden[ENTER] +farkna varmasnda, kuvvetli[ENTER] +sihir glerine sahip kars[ENTER] +yardmc oldu. Bir eyler[ENTER] +[WAIT] +yaplmas gerektiini birka[ENTER] +kez syledi ama reddedildi.[ENTER] +Halk isyan etmesine ramen[ENTER] +krallk bir btn olarak[ENTER] +kalmay baard. Krallk[ENTER] +[WAIT] +paralandktan sonra Krallk[ENTER] +gneyde problemli ve bu gne[ENTER] +kadar da dou blgeleri ile[ENTER] +sava halindedir. Chunjo[ENTER] +Krall insanlar tm[ENTER] +[WAIT] +ktay hkmdarlklar[ENTER] +altnda birletirmek istiyor[ENTER] +ve bu sayede Metin[ENTER] +Talarnn gelien gcnden[ENTER] +kurtulabileceklerini[ENTER] +[WAIT] +dnyorlar. \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/empiredesc_c.txt b/bin/pack/locale_tr/locale/tr/empiredesc_c.txt new file mode 100644 index 00000000..93755f04 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/empiredesc_c.txt @@ -0,0 +1,27 @@ +[DELAY value;10] +Jinno Krall[ENTER] +[ENTER] +Jinno Krall ktann dou[ENTER] +blgesinde yer alyor. Bu[ENTER] +krallk ,askeri gce nem[ENTER] +[WAIT] +veriyor. nsanlar agresif[ENTER] +ve savas yapya sahip.[ENTER] +Jinho Kralln, son kraln[ENTER] +olu Ee-Ryoong kurdu.[ENTER] +Ee-Ryoong, askeri gcyle[ENTER] +[WAIT] +tm krallklar kendi[ENTER] +hkmdarl altna almay[ENTER] +amalyor. Metin talarnn[ENTER] +anlam ve etkileri hakknda[ENTER] +anlatlan korkutucu szler[ENTER] +[WAIT] +Jinno Krall tarafndan[ENTER] +dikkate alnmyor. Fakat,[ENTER] +Ee-Ryoong yine de gizlice[ENTER] +Metin Talarnn ykc[ENTER] +gcn ordusunu[ENTER] +[WAIT] +yaplandrmak iin[ENTER] +kullanmay deniyor. \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/guildbuildinglist.txt b/bin/pack/locale_tr/locale/tr/guildbuildinglist.txt new file mode 100644 index 00000000..a67ff067 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/guildbuildinglist.txt @@ -0,0 +1,67 @@ +VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? +14013 FACILITY jedan Silah Ustas -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 +14014 FACILITY jedan Zrh Ustas -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 +14015 FACILITY jedan Kuyumcu -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 +14033 FACILITY suryeonjang Egitim Merkezi -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 +14043 FACILITY yonggwangro Elmas leyicisi -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 +14045 FACILITY yonggwangro Fosil Tahta leyici -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 +14046 FACILITY yonggwangro Bakr leyicisi -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 +14047 FACILITY yonggwangro Gm leyicisi -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 +14048 FACILITY yonggwangro Altn leyicisi -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 +14049 FACILITY yonggwangro Yesim Ta leyici -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 +14050 FACILITY yonggwangro Abanoz leyicisi -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 +14051 FACILITY yonggwangro nci leyicisi -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 +14052 FACILITY yonggwangro B.Altn leyicisi -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 +14053 FACILITY yonggwangro Kristal leyicisi -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 +14054 FACILITY yonggwangro Ametist leyicisi -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 +14055 FACILITY yonggwangro C. Gz leyicisi -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26992 FACILITY yonggwangro Soul Crystal -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26993 FACILITY yonggwangro Rubin -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26994 FACILITY yonggwangro Garnet -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26995 FACILITY yonggwangro Smaragd -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +26996 FACILITY yonggwangro Saphire -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 +14061 FACILITY himuijedan_01 G Suna -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 +14062 FACILITY himuijedan_02 G Suna -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 +14063 FACILITY himuijedan_03 G Suna -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 +14100 HEADQUARTER a1-011-workhouse Ev(1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14101 OBJECT a1-038-wall-corner Ta Duvar(1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14102 OBJECT a1-038-wall-lin Ta Duvar(1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14103 OBJECT a1-038-wall-lin2 Ta Duvar(1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14104 OBJECT a1-038-wall-door Kap(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14105 BUILDING a1-set Duvar(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14110 HEADQUARTER b1-011-workhouse Ev(2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14111 OBJECT b1-038-wall-corner Ta Duvar(2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14112 OBJECT b1-038-wall-lin Ta Duvar(2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14113 OBJECT b1-038-wall-lin2 Ta Duvar(2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14114 OBJECT b1-038-wall-door Kap(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14115 BUILDING b1-set Duvar(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14120 HEADQUARTER c1-011-workhouse Ev(3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 +14121 OBJECT c1-038-wall-corner Ta Duvar(3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 +14122 OBJECT c1-038-wall-lin Ta Duvar(3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14123 OBJECT c1-038-wall-lin2 Ta Duvar(3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 +14124 OBJECT c1-038-wall-door Kap(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 +14125 BUILDING c1-set Duvar(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 +14200 OBJECT guild_symbol Lonca areti -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 +14201 WALL fence01_door01 Duvarn n Yz -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 +14202 WALL fence01_back01 Duvarn Arka Yz -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 +14203 WALL fence01_left01 Duvarn Sol Taraf -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14204 WALL fence01_right01 Duvarn Sa Taraf -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 +14300 OBJECT general_obj_stone01 Ta1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 +14301 OBJECT general_obj_stone02 Ta2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 +14302 OBJECT general_obj_stone03 Ta3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 +14303 OBJECT general_obj_stone04 Ta4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 +14304 OBJECT general_obj_stone05 Ta5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 +14305 OBJECT general_obj_stone06 Ta6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 +14306 OBJECT general_obj_stone07 Ta7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 +14307 OBJECT general_obj_stone08 Ta8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 +14308 OBJECT general_obj_stone09 Ta9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 +14309 OBJECT general_obj_stone10 Ta10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 +14400 OBJECT B1_PagodaTree_RT Tahta1 0 0 360 2000000 90011,5 0 0 0 1 +14401 OBJECT B1_PagodaTree_RT3 Tahta2 0 0 360 2000000 90011,5 0 0 0 1 +14402 OBJECT B1_Sassafras_RT_Fall Tahta3 0 0 360 2000000 90011,7 0 0 0 1 +14403 OBJECT B1_Sassafras_RT_Fall2 Tahta4 0 0 360 2000000 90011,7 0 0 0 1 +14404 OBJECT B3_ShingleOak_RT2 Tahta5 0 0 360 2000000 90011,7 0 0 0 1 +14405 OBJECT B2_IvySpy_RT Tahta6 0 0 360 2000000 90011,9 0 0 0 1 +14406 OBJECT B2_IvySpy_RT4 Tahta7 0 0 360 2000000 90011,9 0 0 0 1 +14407 OBJECT B2_JapaneseMaple_RT_Fall Tahta8 0 0 360 2000000 90011,9 0 0 0 1 +14408 OBJECT B2_JapaneseMaple_RT_Fall2 Tahta9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_tr/locale/tr/icon/scroll_close.tga b/bin/pack/locale_tr/locale/tr/icon/scroll_close.tga new file mode 100644 index 00000000..759640d6 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/icon/scroll_close.tga differ diff --git a/bin/pack/locale_tr/locale/tr/icon/scroll_open.tga b/bin/pack/locale_tr/locale/tr/icon/scroll_open.tga new file mode 100644 index 00000000..20d6b46e Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/icon/scroll_open.tga differ diff --git a/bin/pack/locale_tr/locale/tr/insult.txt b/bin/pack/locale_tr/locale/tr/insult.txt new file mode 100644 index 00000000..09740568 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/insult.txt @@ -0,0 +1,158 @@ +ipne +ibne +serefsiz +erefsiz +pi +pi kurusu +gtn +gto +yarrak +amck +amcik +sarm +stm +aq +a.q +a.q. +aq. +a.g. +ag. +amna k +amina k +amna g +amina g +anan +baban +anani +babani +bacn +bacini +ecdadn +ecdadini +sikeyim +sulaleni +slaleni +dallama +dangalak +aptal +salak +gerzekal +gerizekali +idiot +idiyot +kz +angut +dalyarak +sikiyim +sikeyim +sikecem +sikicem +sikerim +siktim +siktiim +sikiyorum +sikdiim +sikem +hdk +ddk +beyinsiz +yalaka +yalama +kafasz +kafasiz +gt herif +hayvan herif +itolu it +manyak +cenabet +cibilliyetsiz +gtne +gtn +siktir git +siktirgit +siktir ol git +siktirolgit +siktir +hasiktir +hassiktir +has siktir +dalyarak +dalyarrak +kanck +kancik +kaltak +orospu +oruspu +kaar +fahie +fahise +pezevenk +pezo +koca gt +am biti +ambiti +gtne koyim +gtnekoyim +amnakoyim +aminakoyim +amna k +amina koyaym +amina koyayim +amna koyarm +aminakoyarim +amina koyarim +anan sikeyim +anani sikeyim +anansikeyim +ananisikeyim +anani sikerim +anan sikerim +ananisikerim +anansikerim +orospu ocuu +amk +amq +sikik +gtveren +gt veren +amn olu +amin oglu +amn oglu +gavat +kavat +anneni +annenin +anann +ananin +dalyarak +allah +peygamber +pkk +terrist +terorist +krdistan +kurdistan +kadek +kongragel +faizm +faist +fasizm +fasist +komnizm +komunist +komonist +komnist +komunizm +lkc +sikik +amcik +siktir +srtk +dhkp +devsol +hizbullah +k.o. +k.o.c +pi +pic +sie \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/item_list.txt b/bin/pack/locale_tr/locale/tr/item_list.txt new file mode 100644 index 00000000..11e883bb --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/item_list.txt @@ -0,0 +1,6437 @@ +1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 +30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 +40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 +50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 +60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 +70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 +80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 +90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 +100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 +110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 +120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 +130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 +140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 +150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 +160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 +170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 +180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 +190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 +200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 +210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 +220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 +230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 +240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 +250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 +260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 +270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 +280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 +290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 +300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 +1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 +1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 +1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 +1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 +1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 +1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 +1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 +1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 +1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 +1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 +1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 +1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 +1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 +1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 +1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 +1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 +1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 +1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 +2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 +2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 +2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 +2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 +2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 +2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 +2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 +2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 +2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 +2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 +2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 +2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 +2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 +2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 +2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 +2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 +2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 +2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 +2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 +3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 +3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 +3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 +3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 +3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 +3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 +3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 +3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 +3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 +3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 +3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 +3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 +3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 +3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 +3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 +3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 +3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 +3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 +3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 +3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 +3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 +3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 +4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 +4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 +4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 +4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 +4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 +5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 +5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 +5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 +5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 +5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 +5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 +5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 +5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 +5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 +5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 +5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 +5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 +5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 +5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 +5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 +5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 +5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 +7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 +7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 +7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 +7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 +7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 +7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 +7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 +7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 +7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 +7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 +7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 +7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 +7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 +7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 +7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 +7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 +7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 +7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 +7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 +7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 +8000 WEAPON icon/item/08000.tga +8001 WEAPON icon/item/08001.tga +8002 WEAPON icon/item/08001.tga +8003 WEAPON icon/item/08003.tga +8004 WEAPON icon/item/08004.tga +8005 WEAPON icon/item/08005.tga +8006 WEAPON icon/item/08006.tga +8007 WEAPON icon/item/08007.tga +8008 WEAPON icon/item/08008.tga +8009 WEAPON icon/item/08009.tga +9001 WEAPON icon/item/11200.tga +9002 WEAPON icon/item/11400.tga +9003 WEAPON icon/item/11600.tga +9004 WEAPON icon/item/11800.tga +12010 ARMOR icon/item/12020.tga +12011 ARMOR icon/item/12020.tga +12012 ARMOR icon/item/12020.tga +12013 ARMOR icon/item/12020.tga +12014 ARMOR icon/item/12020.tga +12015 ARMOR icon/item/12020.tga +12016 ARMOR icon/item/12020.tga +12017 ARMOR icon/item/12020.tga +12018 ARMOR icon/item/12020.tga +12019 ARMOR icon/item/12020.tga +12020 ARMOR icon/item/12030.tga +12021 ARMOR icon/item/12030.tga +12022 ARMOR icon/item/12030.tga +12023 ARMOR icon/item/12030.tga +12024 ARMOR icon/item/12030.tga +12025 ARMOR icon/item/12030.tga +12026 ARMOR icon/item/12030.tga +12027 ARMOR icon/item/12030.tga +12028 ARMOR icon/item/12030.tga +12029 ARMOR icon/item/12030.tga +12030 ARMOR icon/item/12010.tga +12031 ARMOR icon/item/12010.tga +12032 ARMOR icon/item/12010.tga +12033 ARMOR icon/item/12010.tga +12034 ARMOR icon/item/12010.tga +12035 ARMOR icon/item/12010.tga +12036 ARMOR icon/item/12010.tga +12037 ARMOR icon/item/12010.tga +12038 ARMOR icon/item/12010.tga +12039 ARMOR icon/item/12010.tga +12040 ARMOR icon/item/12040.tga +12041 ARMOR icon/item/12040.tga +12042 ARMOR icon/item/12040.tga +12043 ARMOR icon/item/12040.tga +12044 ARMOR icon/item/12040.tga +12045 ARMOR icon/item/12040.tga +12046 ARMOR icon/item/12040.tga +12047 ARMOR icon/item/12040.tga +12048 ARMOR icon/item/12040.tga +12049 ARMOR icon/item/12040.tga +9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 +9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 +9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 +9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 +9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 +50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 +29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 +11000 ARMOR icon/item/11000.tga +11010 ARMOR icon/item/11010.tga +11020 ARMOR icon/item/11020.tga +11030 ARMOR icon/item/11030.tga +11200 ARMOR icon/item/11200.tga +11201 ARMOR icon/item/11200.tga +11202 ARMOR icon/item/11200.tga +11203 ARMOR icon/item/11200.tga +11204 ARMOR icon/item/11200.tga +11205 ARMOR icon/item/11200.tga +11206 ARMOR icon/item/11200.tga +11207 ARMOR icon/item/11200.tga +11208 ARMOR icon/item/11200.tga +11209 ARMOR icon/item/11200.tga +11210 ARMOR icon/item/11210.tga +11211 ARMOR icon/item/11210.tga +11212 ARMOR icon/item/11210.tga +11213 ARMOR icon/item/11210.tga +11214 ARMOR icon/item/11210.tga +11215 ARMOR icon/item/11210.tga +11216 ARMOR icon/item/11210.tga +11217 ARMOR icon/item/11210.tga +11218 ARMOR icon/item/11210.tga +11219 ARMOR icon/item/11210.tga +11220 ARMOR icon/item/11220.tga +11221 ARMOR icon/item/11220.tga +11222 ARMOR icon/item/11220.tga +11223 ARMOR icon/item/11220.tga +11224 ARMOR icon/item/11220.tga +11225 ARMOR icon/item/11220.tga +11226 ARMOR icon/item/11220.tga +11227 ARMOR icon/item/11220.tga +11228 ARMOR icon/item/11220.tga +11229 ARMOR icon/item/11220.tga +11230 ARMOR icon/item/11230.tga +11231 ARMOR icon/item/11230.tga +11232 ARMOR icon/item/11230.tga +11233 ARMOR icon/item/11230.tga +11234 ARMOR icon/item/11230.tga +11235 ARMOR icon/item/11230.tga +11236 ARMOR icon/item/11230.tga +11237 ARMOR icon/item/11230.tga +11238 ARMOR icon/item/11230.tga +11239 ARMOR icon/item/11230.tga +11240 ARMOR icon/item/11240.tga +11241 ARMOR icon/item/11240.tga +11242 ARMOR icon/item/11240.tga +11243 ARMOR icon/item/11240.tga +11244 ARMOR icon/item/11240.tga +11245 ARMOR icon/item/11240.tga +11246 ARMOR icon/item/11240.tga +11247 ARMOR icon/item/11240.tga +11248 ARMOR icon/item/11240.tga +11249 ARMOR icon/item/11240.tga +11250 ARMOR icon/item/11250.tga +11251 ARMOR icon/item/11250.tga +11252 ARMOR icon/item/11250.tga +11253 ARMOR icon/item/11250.tga +11254 ARMOR icon/item/11250.tga +11255 ARMOR icon/item/11250.tga +11256 ARMOR icon/item/11250.tga +11257 ARMOR icon/item/11250.tga +11258 ARMOR icon/item/11250.tga +11259 ARMOR icon/item/11250.tga +11260 ARMOR icon/item/11260.tga +11261 ARMOR icon/item/11260.tga +11262 ARMOR icon/item/11260.tga +11263 ARMOR icon/item/11260.tga +11264 ARMOR icon/item/11260.tga +11265 ARMOR icon/item/11260.tga +11266 ARMOR icon/item/11260.tga +11267 ARMOR icon/item/11260.tga +11268 ARMOR icon/item/11260.tga +11269 ARMOR icon/item/11260.tga +11270 ARMOR icon/item/11270.tga +11271 ARMOR icon/item/11270.tga +11272 ARMOR icon/item/11270.tga +11273 ARMOR icon/item/11270.tga +11274 ARMOR icon/item/11270.tga +11275 ARMOR icon/item/11270.tga +11276 ARMOR icon/item/11270.tga +11277 ARMOR icon/item/11270.tga +11278 ARMOR icon/item/11270.tga +11279 ARMOR icon/item/11270.tga +11280 ARMOR icon/item/11280.tga +11281 ARMOR icon/item/11280.tga +11282 ARMOR icon/item/11280.tga +11283 ARMOR icon/item/11280.tga +11284 ARMOR icon/item/11280.tga +11285 ARMOR icon/item/11280.tga +11286 ARMOR icon/item/11280.tga +11287 ARMOR icon/item/11280.tga +11288 ARMOR icon/item/11280.tga +11289 ARMOR icon/item/11280.tga +11290 ARMOR icon/item/11290.tga +11291 ARMOR icon/item/11290.tga +11292 ARMOR icon/item/11290.tga +11293 ARMOR icon/item/11290.tga +11294 ARMOR icon/item/11290.tga +11295 ARMOR icon/item/11290.tga +11296 ARMOR icon/item/11290.tga +11297 ARMOR icon/item/11290.tga +11298 ARMOR icon/item/11290.tga +11299 ARMOR icon/item/11290.tga +11300 ARMOR season1/icon/weapon/warrior/11300.tga +11301 ARMOR season1/icon/weapon/warrior/11301.tga +11302 ARMOR season1/icon/weapon/warrior/11302.tga +11303 ARMOR season1/icon/weapon/warrior/11303.tga +11304 ARMOR season1/icon/weapon/warrior/11304.tga +11305 ARMOR season1/icon/weapon/warrior/11305.tga +11306 ARMOR season1/icon/weapon/warrior/11306.tga +11307 ARMOR season1/icon/weapon/warrior/11307.tga +11308 ARMOR season1/icon/weapon/warrior/11307.tga +11309 ARMOR season1/icon/weapon/warrior/11307.tga +11400 ARMOR icon/item/11400.tga +11401 ARMOR icon/item/11400.tga +11402 ARMOR icon/item/11400.tga +11403 ARMOR icon/item/11400.tga +11404 ARMOR icon/item/11400.tga +11405 ARMOR icon/item/11400.tga +11406 ARMOR icon/item/11400.tga +11407 ARMOR icon/item/11400.tga +11408 ARMOR icon/item/11400.tga +11409 ARMOR icon/item/11400.tga +11410 ARMOR icon/item/11410.tga +11411 ARMOR icon/item/11410.tga +11412 ARMOR icon/item/11410.tga +11413 ARMOR icon/item/11410.tga +11414 ARMOR icon/item/11410.tga +11415 ARMOR icon/item/11410.tga +11416 ARMOR icon/item/11410.tga +11417 ARMOR icon/item/11410.tga +11418 ARMOR icon/item/11410.tga +11419 ARMOR icon/item/11410.tga +11420 ARMOR icon/item/11420.tga +11421 ARMOR icon/item/11420.tga +11422 ARMOR icon/item/11420.tga +11423 ARMOR icon/item/11420.tga +11424 ARMOR icon/item/11420.tga +11425 ARMOR icon/item/11420.tga +11426 ARMOR icon/item/11420.tga +11427 ARMOR icon/item/11420.tga +11428 ARMOR icon/item/11420.tga +11429 ARMOR icon/item/11420.tga +11430 ARMOR icon/item/11430.tga +11431 ARMOR icon/item/11430.tga +11432 ARMOR icon/item/11430.tga +11433 ARMOR icon/item/11430.tga +11434 ARMOR icon/item/11430.tga +11435 ARMOR icon/item/11430.tga +11436 ARMOR icon/item/11430.tga +11437 ARMOR icon/item/11430.tga +11438 ARMOR icon/item/11430.tga +11439 ARMOR icon/item/11430.tga +11440 ARMOR icon/item/11440.tga +11441 ARMOR icon/item/11440.tga +11442 ARMOR icon/item/11440.tga +11443 ARMOR icon/item/11440.tga +11444 ARMOR icon/item/11440.tga +11445 ARMOR icon/item/11440.tga +11446 ARMOR icon/item/11440.tga +11447 ARMOR icon/item/11440.tga +11448 ARMOR icon/item/11440.tga +11449 ARMOR icon/item/11440.tga +11450 ARMOR icon/item/11450.tga +11451 ARMOR icon/item/11450.tga +11452 ARMOR icon/item/11450.tga +11453 ARMOR icon/item/11450.tga +11454 ARMOR icon/item/11450.tga +11455 ARMOR icon/item/11450.tga +11456 ARMOR icon/item/11450.tga +11457 ARMOR icon/item/11450.tga +11458 ARMOR icon/item/11450.tga +11459 ARMOR icon/item/11450.tga +11460 ARMOR icon/item/11460.tga +11461 ARMOR icon/item/11460.tga +11462 ARMOR icon/item/11460.tga +11463 ARMOR icon/item/11460.tga +11464 ARMOR icon/item/11460.tga +11465 ARMOR icon/item/11460.tga +11466 ARMOR icon/item/11460.tga +11467 ARMOR icon/item/11460.tga +11468 ARMOR icon/item/11460.tga +11469 ARMOR icon/item/11460.tga +11470 ARMOR icon/item/11470.tga +11471 ARMOR icon/item/11470.tga +11472 ARMOR icon/item/11470.tga +11473 ARMOR icon/item/11470.tga +11474 ARMOR icon/item/11470.tga +11475 ARMOR icon/item/11470.tga +11476 ARMOR icon/item/11470.tga +11477 ARMOR icon/item/11470.tga +11478 ARMOR icon/item/11470.tga +11479 ARMOR icon/item/11470.tga +11480 ARMOR icon/item/11480.tga +11481 ARMOR icon/item/11480.tga +11482 ARMOR icon/item/11480.tga +11483 ARMOR icon/item/11480.tga +11484 ARMOR icon/item/11480.tga +11485 ARMOR icon/item/11480.tga +11486 ARMOR icon/item/11480.tga +11487 ARMOR icon/item/11480.tga +11488 ARMOR icon/item/11480.tga +11489 ARMOR icon/item/11480.tga +11490 ARMOR icon/item/11490.tga +11491 ARMOR icon/item/11490.tga +11492 ARMOR icon/item/11490.tga +11493 ARMOR icon/item/11490.tga +11494 ARMOR icon/item/11490.tga +11495 ARMOR icon/item/11490.tga +11496 ARMOR icon/item/11490.tga +11497 ARMOR icon/item/11490.tga +11498 ARMOR icon/item/11490.tga +11499 ARMOR icon/item/11490.tga +11500 ARMOR season1/icon/weapon/assassin/11500.tga +11501 ARMOR season1/icon/weapon/assassin/11501.tga +11502 ARMOR season1/icon/weapon/assassin/11502.tga +11503 ARMOR season1/icon/weapon/assassin/11503.tga +11504 ARMOR season1/icon/weapon/assassin/11504.tga +11505 ARMOR season1/icon/weapon/assassin/11505.tga +11506 ARMOR season1/icon/weapon/assassin/11506.tga +11507 ARMOR season1/icon/weapon/assassin/11507.tga +11508 ARMOR season1/icon/weapon/assassin/11507.tga +11509 ARMOR season1/icon/weapon/assassin/11507.tga +11600 ARMOR icon/item/11600.tga +11601 ARMOR icon/item/11600.tga +11602 ARMOR icon/item/11600.tga +11603 ARMOR icon/item/11600.tga +11604 ARMOR icon/item/11600.tga +11605 ARMOR icon/item/11600.tga +11606 ARMOR icon/item/11600.tga +11607 ARMOR icon/item/11600.tga +11608 ARMOR icon/item/11600.tga +11609 ARMOR icon/item/11600.tga +11610 ARMOR icon/item/11610.tga +11611 ARMOR icon/item/11610.tga +11612 ARMOR icon/item/11610.tga +11613 ARMOR icon/item/11610.tga +11614 ARMOR icon/item/11610.tga +11615 ARMOR icon/item/11610.tga +11616 ARMOR icon/item/11610.tga +11617 ARMOR icon/item/11610.tga +11618 ARMOR icon/item/11610.tga +11619 ARMOR icon/item/11610.tga +11620 ARMOR icon/item/11620.tga +11621 ARMOR icon/item/11620.tga +11622 ARMOR icon/item/11620.tga +11623 ARMOR icon/item/11620.tga +11624 ARMOR icon/item/11620.tga +11625 ARMOR icon/item/11620.tga +11626 ARMOR icon/item/11620.tga +11627 ARMOR icon/item/11620.tga +11628 ARMOR icon/item/11620.tga +11629 ARMOR icon/item/11620.tga +11630 ARMOR icon/item/11630.tga +11631 ARMOR icon/item/11630.tga +11632 ARMOR icon/item/11630.tga +11633 ARMOR icon/item/11630.tga +11634 ARMOR icon/item/11630.tga +11635 ARMOR icon/item/11630.tga +11636 ARMOR icon/item/11630.tga +11637 ARMOR icon/item/11630.tga +11638 ARMOR icon/item/11630.tga +11639 ARMOR icon/item/11630.tga +11640 ARMOR icon/item/11640.tga +11641 ARMOR icon/item/11640.tga +11642 ARMOR icon/item/11640.tga +11643 ARMOR icon/item/11640.tga +11644 ARMOR icon/item/11640.tga +11645 ARMOR icon/item/11640.tga +11646 ARMOR icon/item/11640.tga +11647 ARMOR icon/item/11640.tga +11648 ARMOR icon/item/11640.tga +11649 ARMOR icon/item/11640.tga +11650 ARMOR icon/item/11650.tga +11651 ARMOR icon/item/11650.tga +11652 ARMOR icon/item/11650.tga +11653 ARMOR icon/item/11650.tga +11654 ARMOR icon/item/11650.tga +11655 ARMOR icon/item/11650.tga +11656 ARMOR icon/item/11650.tga +11657 ARMOR icon/item/11650.tga +11658 ARMOR icon/item/11650.tga +11659 ARMOR icon/item/11650.tga +11660 ARMOR icon/item/11660.tga +11661 ARMOR icon/item/11660.tga +11662 ARMOR icon/item/11660.tga +11663 ARMOR icon/item/11660.tga +11664 ARMOR icon/item/11660.tga +11665 ARMOR icon/item/11660.tga +11666 ARMOR icon/item/11660.tga +11667 ARMOR icon/item/11660.tga +11668 ARMOR icon/item/11660.tga +11669 ARMOR icon/item/11660.tga +11670 ARMOR icon/item/11670.tga +11671 ARMOR icon/item/11670.tga +11672 ARMOR icon/item/11670.tga +11673 ARMOR icon/item/11670.tga +11674 ARMOR icon/item/11670.tga +11675 ARMOR icon/item/11670.tga +11676 ARMOR icon/item/11670.tga +11677 ARMOR icon/item/11670.tga +11678 ARMOR icon/item/11670.tga +11679 ARMOR icon/item/11670.tga +11680 ARMOR icon/item/11680.tga +11681 ARMOR icon/item/11680.tga +11682 ARMOR icon/item/11680.tga +11683 ARMOR icon/item/11680.tga +11684 ARMOR icon/item/11680.tga +11685 ARMOR icon/item/11680.tga +11686 ARMOR icon/item/11680.tga +11687 ARMOR icon/item/11680.tga +11688 ARMOR icon/item/11680.tga +11689 ARMOR icon/item/11680.tga +11690 ARMOR icon/item/11690.tga +11691 ARMOR icon/item/11690.tga +11692 ARMOR icon/item/11690.tga +11693 ARMOR icon/item/11690.tga +11694 ARMOR icon/item/11690.tga +11695 ARMOR icon/item/11690.tga +11696 ARMOR icon/item/11690.tga +11697 ARMOR icon/item/11690.tga +11698 ARMOR icon/item/11690.tga +11699 ARMOR icon/item/11690.tga +11700 ARMOR season1/icon/weapon/sura/11700.tga +11701 ARMOR season1/icon/weapon/sura/11701.tga +11702 ARMOR season1/icon/weapon/sura/11702.tga +11703 ARMOR season1/icon/weapon/sura/11703.tga +11704 ARMOR season1/icon/weapon/sura/11704.tga +11705 ARMOR season1/icon/weapon/sura/11705.tga +11706 ARMOR season1/icon/weapon/sura/11706.tga +11707 ARMOR season1/icon/weapon/sura/11707.tga +11708 ARMOR season1/icon/weapon/sura/11708.tga +11709 ARMOR season1/icon/weapon/sura/11707.tga +11800 ARMOR icon/item/11800.tga +11801 ARMOR icon/item/11800.tga +11802 ARMOR icon/item/11800.tga +11803 ARMOR icon/item/11800.tga +11804 ARMOR icon/item/11800.tga +11805 ARMOR icon/item/11800.tga +11806 ARMOR icon/item/11800.tga +11807 ARMOR icon/item/11800.tga +11808 ARMOR icon/item/11800.tga +11809 ARMOR icon/item/11800.tga +11810 ARMOR icon/item/11810.tga +11811 ARMOR icon/item/11810.tga +11812 ARMOR icon/item/11810.tga +11813 ARMOR icon/item/11810.tga +11814 ARMOR icon/item/11810.tga +11815 ARMOR icon/item/11810.tga +11816 ARMOR icon/item/11810.tga +11817 ARMOR icon/item/11810.tga +11818 ARMOR icon/item/11810.tga +11819 ARMOR icon/item/11810.tga +11820 ARMOR icon/item/11820.tga +11821 ARMOR icon/item/11820.tga +11822 ARMOR icon/item/11820.tga +11823 ARMOR icon/item/11820.tga +11824 ARMOR icon/item/11820.tga +11825 ARMOR icon/item/11820.tga +11826 ARMOR icon/item/11820.tga +11827 ARMOR icon/item/11820.tga +11828 ARMOR icon/item/11820.tga +11829 ARMOR icon/item/11820.tga +11830 ARMOR icon/item/11830.tga +11831 ARMOR icon/item/11830.tga +11832 ARMOR icon/item/11830.tga +11833 ARMOR icon/item/11830.tga +11834 ARMOR icon/item/11830.tga +11835 ARMOR icon/item/11830.tga +11836 ARMOR icon/item/11830.tga +11837 ARMOR icon/item/11830.tga +11838 ARMOR icon/item/11830.tga +11839 ARMOR icon/item/11830.tga +11840 ARMOR icon/item/11840.tga +11841 ARMOR icon/item/11840.tga +11842 ARMOR icon/item/11840.tga +11843 ARMOR icon/item/11840.tga +11844 ARMOR icon/item/11840.tga +11845 ARMOR icon/item/11840.tga +11846 ARMOR icon/item/11840.tga +11847 ARMOR icon/item/11840.tga +11848 ARMOR icon/item/11840.tga +11849 ARMOR icon/item/11840.tga +11850 ARMOR icon/item/11850.tga +11851 ARMOR icon/item/11850.tga +11852 ARMOR icon/item/11850.tga +11853 ARMOR icon/item/11850.tga +11854 ARMOR icon/item/11850.tga +11855 ARMOR icon/item/11850.tga +11856 ARMOR icon/item/11850.tga +11857 ARMOR icon/item/11850.tga +11858 ARMOR icon/item/11850.tga +11859 ARMOR icon/item/11850.tga +11860 ARMOR icon/item/11860.tga +11861 ARMOR icon/item/11860.tga +11862 ARMOR icon/item/11860.tga +11863 ARMOR icon/item/11860.tga +11864 ARMOR icon/item/11860.tga +11865 ARMOR icon/item/11860.tga +11866 ARMOR icon/item/11860.tga +11867 ARMOR icon/item/11860.tga +11868 ARMOR icon/item/11860.tga +11869 ARMOR icon/item/11860.tga +11870 ARMOR icon/item/11870.tga +11871 ARMOR icon/item/11870.tga +11872 ARMOR icon/item/11870.tga +11873 ARMOR icon/item/11870.tga +11874 ARMOR icon/item/11870.tga +11875 ARMOR icon/item/11870.tga +11876 ARMOR icon/item/11870.tga +11877 ARMOR icon/item/11870.tga +11878 ARMOR icon/item/11870.tga +11879 ARMOR icon/item/11870.tga +11880 ARMOR icon/item/11880.tga +11881 ARMOR icon/item/11880.tga +11882 ARMOR icon/item/11880.tga +11883 ARMOR icon/item/11880.tga +11884 ARMOR icon/item/11880.tga +11885 ARMOR icon/item/11880.tga +11886 ARMOR icon/item/11880.tga +11887 ARMOR icon/item/11880.tga +11888 ARMOR icon/item/11880.tga +11889 ARMOR icon/item/11880.tga +11890 ARMOR icon/item/11890.tga +11891 ARMOR icon/item/11890.tga +11892 ARMOR icon/item/11890.tga +11893 ARMOR icon/item/11890.tga +11894 ARMOR icon/item/11890.tga +11895 ARMOR icon/item/11890.tga +11896 ARMOR icon/item/11890.tga +11897 ARMOR icon/item/11890.tga +11898 ARMOR icon/item/11890.tga +11899 ARMOR icon/item/11890.tga +11901 ARMOR icon/item/11901.tga +11902 ARMOR icon/item/11901.tga +11903 ARMOR icon/item/11903.tga +11904 ARMOR icon/item/11903.tga +11951 ARMOR icon/item/11200.tga +11952 ARMOR icon/item/11400.tga +11953 ARMOR icon/item/11600.tga +11954 ARMOR icon/item/11800.tga +11971 ARMOR season1/icon/item/11971.tga +11972 ARMOR season1/icon/item/11972.tga +11973 ARMOR icon/item/11973.tga +11974 ARMOR icon/item/11974.tga +12000 ARMOR season1/icon/weapon/shaman/12000.tga +12001 ARMOR season1/icon/weapon/shaman/12001.tga +12002 ARMOR season1/icon/weapon/shaman/12002.tga +12003 ARMOR season1/icon/weapon/shaman/12003.tga +12004 ARMOR season1/icon/weapon/shaman/12004.tga +12005 ARMOR season1/icon/weapon/shaman/12005.tga +12006 ARMOR season1/icon/weapon/shaman/12006.tga +12007 ARMOR season1/icon/weapon/shaman/12007.tga +12008 ARMOR season1/icon/weapon/shaman/12007.tga +12009 ARMOR season1/icon/weapon/shaman/12007.tga +12200 ARMOR icon/item/12200.tga +12201 ARMOR icon/item/12200.tga +12202 ARMOR icon/item/12200.tga +12203 ARMOR icon/item/12200.tga +12204 ARMOR icon/item/12200.tga +12205 ARMOR icon/item/12200.tga +12206 ARMOR icon/item/12200.tga +12207 ARMOR icon/item/12200.tga +12208 ARMOR icon/item/12200.tga +12209 ARMOR icon/item/12200.tga +12210 ARMOR icon/item/12200.tga +12211 ARMOR icon/item/12200.tga +12212 ARMOR icon/item/12200.tga +12213 ARMOR icon/item/12200.tga +12214 ARMOR icon/item/12200.tga +12215 ARMOR icon/item/12200.tga +12216 ARMOR icon/item/12200.tga +12217 ARMOR icon/item/12200.tga +12218 ARMOR icon/item/12200.tga +12219 ARMOR icon/item/12200.tga +12220 ARMOR icon/item/12220.tga +12221 ARMOR icon/item/12220.tga +12222 ARMOR icon/item/12220.tga +12223 ARMOR icon/item/12220.tga +12224 ARMOR icon/item/12220.tga +12225 ARMOR icon/item/12220.tga +12226 ARMOR icon/item/12220.tga +12227 ARMOR icon/item/12220.tga +12228 ARMOR icon/item/12220.tga +12229 ARMOR icon/item/12220.tga +12230 ARMOR icon/item/12220.tga +12231 ARMOR icon/item/12220.tga +12232 ARMOR icon/item/12220.tga +12233 ARMOR icon/item/12220.tga +12234 ARMOR icon/item/12220.tga +12235 ARMOR icon/item/12220.tga +12236 ARMOR icon/item/12220.tga +12237 ARMOR icon/item/12220.tga +12238 ARMOR icon/item/12220.tga +12239 ARMOR icon/item/12220.tga +12240 ARMOR icon/item/12240.tga +12241 ARMOR icon/item/12240.tga +12242 ARMOR icon/item/12240.tga +12243 ARMOR icon/item/12240.tga +12244 ARMOR icon/item/12240.tga +12245 ARMOR icon/item/12240.tga +12246 ARMOR icon/item/12240.tga +12247 ARMOR icon/item/12240.tga +12248 ARMOR icon/item/12240.tga +12249 ARMOR icon/item/12240.tga +12260 ARMOR icon/item/12260.tga +12261 ARMOR icon/item/12260.tga +12262 ARMOR icon/item/12260.tga +12263 ARMOR icon/item/12260.tga +12264 ARMOR icon/item/12260.tga +12265 ARMOR icon/item/12260.tga +12266 ARMOR icon/item/12260.tga +12267 ARMOR icon/item/12260.tga +12268 ARMOR icon/item/12260.tga +12269 ARMOR icon/item/12260.tga +12280 ARMOR icon/item/12280.tga +12281 ARMOR icon/item/12280.tga +12282 ARMOR icon/item/12280.tga +12283 ARMOR icon/item/12280.tga +12284 ARMOR icon/item/12280.tga +12285 ARMOR icon/item/12280.tga +12286 ARMOR icon/item/12280.tga +12287 ARMOR icon/item/12280.tga +12288 ARMOR icon/item/12280.tga +12289 ARMOR icon/item/12280.tga +12340 ARMOR icon/item/12340.tga +12341 ARMOR icon/item/12340.tga +12342 ARMOR icon/item/12340.tga +12343 ARMOR icon/item/12340.tga +12344 ARMOR icon/item/12340.tga +12345 ARMOR icon/item/12340.tga +12346 ARMOR icon/item/12340.tga +12347 ARMOR icon/item/12340.tga +12348 ARMOR icon/item/12340.tga +12349 ARMOR icon/item/12340.tga +12350 ARMOR icon/item/12340.tga +12351 ARMOR icon/item/12340.tga +12352 ARMOR icon/item/12340.tga +12353 ARMOR icon/item/12340.tga +12354 ARMOR icon/item/12340.tga +12355 ARMOR icon/item/12340.tga +12356 ARMOR icon/item/12340.tga +12357 ARMOR icon/item/12340.tga +12358 ARMOR icon/item/12340.tga +12359 ARMOR icon/item/12340.tga +12360 ARMOR icon/item/12360.tga +12361 ARMOR icon/item/12360.tga +12362 ARMOR icon/item/12360.tga +12363 ARMOR icon/item/12360.tga +12364 ARMOR icon/item/12360.tga +12365 ARMOR icon/item/12360.tga +12366 ARMOR icon/item/12360.tga +12367 ARMOR icon/item/12360.tga +12368 ARMOR icon/item/12360.tga +12369 ARMOR icon/item/12360.tga +12370 ARMOR icon/item/12360.tga +12371 ARMOR icon/item/12360.tga +12372 ARMOR icon/item/12360.tga +12373 ARMOR icon/item/12360.tga +12374 ARMOR icon/item/12360.tga +12375 ARMOR icon/item/12360.tga +12376 ARMOR icon/item/12360.tga +12377 ARMOR icon/item/12360.tga +12378 ARMOR icon/item/12360.tga +12379 ARMOR icon/item/12360.tga +12380 ARMOR icon/item/12380.tga +12381 ARMOR icon/item/12380.tga +12382 ARMOR icon/item/12380.tga +12383 ARMOR icon/item/12380.tga +12384 ARMOR icon/item/12380.tga +12385 ARMOR icon/item/12380.tga +12386 ARMOR icon/item/12380.tga +12387 ARMOR icon/item/12380.tga +12388 ARMOR icon/item/12380.tga +12389 ARMOR icon/item/12380.tga +12390 ARMOR icon/item/12390.tga +12391 ARMOR icon/item/12390.tga +12392 ARMOR icon/item/12390.tga +12393 ARMOR icon/item/12390.tga +12394 ARMOR icon/item/12390.tga +12395 ARMOR icon/item/12390.tga +12396 ARMOR icon/item/12390.tga +12397 ARMOR icon/item/12390.tga +12398 ARMOR icon/item/12390.tga +12399 ARMOR icon/item/12390.tga +12400 ARMOR icon/item/12540.tga +12401 ARMOR icon/item/12540.tga +12402 ARMOR icon/item/12540.tga +12403 ARMOR icon/item/12540.tga +12404 ARMOR icon/item/12540.tga +12405 ARMOR icon/item/12540.tga +12406 ARMOR icon/item/12540.tga +12407 ARMOR icon/item/12540.tga +12408 ARMOR icon/item/12540.tga +12409 ARMOR icon/item/12540.tga +12480 ARMOR icon/item/12480.tga +12481 ARMOR icon/item/12480.tga +12482 ARMOR icon/item/12480.tga +12483 ARMOR icon/item/12480.tga +12484 ARMOR icon/item/12480.tga +12485 ARMOR icon/item/12480.tga +12486 ARMOR icon/item/12480.tga +12487 ARMOR icon/item/12480.tga +12488 ARMOR icon/item/12480.tga +12489 ARMOR icon/item/12480.tga +12490 ARMOR icon/item/12480.tga +12491 ARMOR icon/item/12480.tga +12492 ARMOR icon/item/12480.tga +12493 ARMOR icon/item/12480.tga +12494 ARMOR icon/item/12480.tga +12495 ARMOR icon/item/12480.tga +12496 ARMOR icon/item/12480.tga +12497 ARMOR icon/item/12480.tga +12498 ARMOR icon/item/12480.tga +12499 ARMOR icon/item/12480.tga +12500 ARMOR icon/item/12500.tga +12501 ARMOR icon/item/12500.tga +12502 ARMOR icon/item/12500.tga +12503 ARMOR icon/item/12500.tga +12504 ARMOR icon/item/12500.tga +12505 ARMOR icon/item/12500.tga +12506 ARMOR icon/item/12500.tga +12507 ARMOR icon/item/12500.tga +12508 ARMOR icon/item/12500.tga +12509 ARMOR icon/item/12500.tga +12510 ARMOR icon/item/12500.tga +12511 ARMOR icon/item/12500.tga +12512 ARMOR icon/item/12500.tga +12513 ARMOR icon/item/12500.tga +12514 ARMOR icon/item/12500.tga +12515 ARMOR icon/item/12500.tga +12516 ARMOR icon/item/12500.tga +12517 ARMOR icon/item/12500.tga +12518 ARMOR icon/item/12500.tga +12519 ARMOR icon/item/12500.tga +12520 ARMOR icon/item/12520.tga +12521 ARMOR icon/item/12520.tga +12522 ARMOR icon/item/12520.tga +12523 ARMOR icon/item/12520.tga +12524 ARMOR icon/item/12520.tga +12525 ARMOR icon/item/12520.tga +12526 ARMOR icon/item/12520.tga +12527 ARMOR icon/item/12520.tga +12528 ARMOR icon/item/12520.tga +12529 ARMOR icon/item/12520.tga +12530 ARMOR icon/item/12530.tga +12531 ARMOR icon/item/12530.tga +12532 ARMOR icon/item/12530.tga +12533 ARMOR icon/item/12530.tga +12534 ARMOR icon/item/12530.tga +12535 ARMOR icon/item/12530.tga +12536 ARMOR icon/item/12530.tga +12537 ARMOR icon/item/12530.tga +12538 ARMOR icon/item/12530.tga +12539 ARMOR icon/item/12530.tga +12540 ARMOR icon/item/12400.tga +12541 ARMOR icon/item/12400.tga +12542 ARMOR icon/item/12400.tga +12543 ARMOR icon/item/12400.tga +12544 ARMOR icon/item/12400.tga +12545 ARMOR icon/item/12400.tga +12546 ARMOR icon/item/12400.tga +12547 ARMOR icon/item/12400.tga +12548 ARMOR icon/item/12400.tga +12549 ARMOR icon/item/12400.tga +12620 ARMOR icon/item/12620.tga +12621 ARMOR icon/item/12620.tga +12622 ARMOR icon/item/12620.tga +12623 ARMOR icon/item/12620.tga +12624 ARMOR icon/item/12620.tga +12625 ARMOR icon/item/12620.tga +12626 ARMOR icon/item/12620.tga +12627 ARMOR icon/item/12620.tga +12628 ARMOR icon/item/12620.tga +12629 ARMOR icon/item/12620.tga +12630 ARMOR icon/item/12620.tga +12631 ARMOR icon/item/12620.tga +12632 ARMOR icon/item/12620.tga +12633 ARMOR icon/item/12620.tga +12634 ARMOR icon/item/12620.tga +12635 ARMOR icon/item/12620.tga +12636 ARMOR icon/item/12620.tga +12637 ARMOR icon/item/12620.tga +12638 ARMOR icon/item/12620.tga +12639 ARMOR icon/item/12620.tga +12640 ARMOR icon/item/12640.tga +12641 ARMOR icon/item/12640.tga +12642 ARMOR icon/item/12640.tga +12643 ARMOR icon/item/12640.tga +12644 ARMOR icon/item/12640.tga +12645 ARMOR icon/item/12640.tga +12646 ARMOR icon/item/12640.tga +12647 ARMOR icon/item/12640.tga +12648 ARMOR icon/item/12640.tga +12649 ARMOR icon/item/12640.tga +12650 ARMOR icon/item/12640.tga +12651 ARMOR icon/item/12640.tga +12652 ARMOR icon/item/12640.tga +12653 ARMOR icon/item/12640.tga +12654 ARMOR icon/item/12640.tga +12655 ARMOR icon/item/12640.tga +12656 ARMOR icon/item/12640.tga +12657 ARMOR icon/item/12640.tga +12658 ARMOR icon/item/12640.tga +12659 ARMOR icon/item/12640.tga +12660 ARMOR icon/item/12660.tga +12661 ARMOR icon/item/12660.tga +12662 ARMOR icon/item/12660.tga +12663 ARMOR icon/item/12660.tga +12664 ARMOR icon/item/12660.tga +12665 ARMOR icon/item/12660.tga +12666 ARMOR icon/item/12660.tga +12667 ARMOR icon/item/12660.tga +12668 ARMOR icon/item/12660.tga +12669 ARMOR icon/item/12660.tga +12670 ARMOR icon/item/12670.tga +12671 ARMOR icon/item/12670.tga +12672 ARMOR icon/item/12670.tga +12673 ARMOR icon/item/12670.tga +12674 ARMOR icon/item/12670.tga +12675 ARMOR icon/item/12670.tga +12676 ARMOR icon/item/12670.tga +12677 ARMOR icon/item/12670.tga +12678 ARMOR icon/item/12670.tga +12679 ARMOR icon/item/12670.tga +12680 ARMOR icon/item/12680.tga +12681 ARMOR icon/item/12680.tga +12682 ARMOR icon/item/12680.tga +12683 ARMOR icon/item/12680.tga +12684 ARMOR icon/item/12680.tga +12685 ARMOR icon/item/12680.tga +12686 ARMOR icon/item/12680.tga +12687 ARMOR icon/item/12680.tga +12688 ARMOR icon/item/12680.tga +12689 ARMOR icon/item/12680.tga +13000 ARMOR icon/item/13000.tga +13001 ARMOR icon/item/13000.tga +13002 ARMOR icon/item/13000.tga +13003 ARMOR icon/item/13000.tga +13004 ARMOR icon/item/13000.tga +13005 ARMOR icon/item/13000.tga +13006 ARMOR icon/item/13000.tga +13007 ARMOR icon/item/13000.tga +13008 ARMOR icon/item/13000.tga +13009 ARMOR icon/item/13000.tga +13010 ARMOR icon/item/13000.tga +13011 ARMOR icon/item/13000.tga +13012 ARMOR icon/item/13000.tga +13013 ARMOR icon/item/13000.tga +13014 ARMOR icon/item/13000.tga +13015 ARMOR icon/item/13000.tga +13016 ARMOR icon/item/13000.tga +13017 ARMOR icon/item/13000.tga +13018 ARMOR icon/item/13000.tga +13019 ARMOR icon/item/13000.tga +13020 ARMOR icon/item/13020.tga +13021 ARMOR icon/item/13020.tga +13022 ARMOR icon/item/13020.tga +13023 ARMOR icon/item/13020.tga +13024 ARMOR icon/item/13020.tga +13025 ARMOR icon/item/13020.tga +13026 ARMOR icon/item/13020.tga +13027 ARMOR icon/item/13020.tga +13028 ARMOR icon/item/13020.tga +13029 ARMOR icon/item/13020.tga +13030 ARMOR icon/item/13020.tga +13031 ARMOR icon/item/13020.tga +13032 ARMOR icon/item/13020.tga +13033 ARMOR icon/item/13020.tga +13034 ARMOR icon/item/13020.tga +13035 ARMOR icon/item/13020.tga +13036 ARMOR icon/item/13020.tga +13037 ARMOR icon/item/13020.tga +13038 ARMOR icon/item/13020.tga +13039 ARMOR icon/item/13020.tga +13040 ARMOR icon/item/13040.tga +13041 ARMOR icon/item/13040.tga +13042 ARMOR icon/item/13040.tga +13043 ARMOR icon/item/13040.tga +13044 ARMOR icon/item/13040.tga +13045 ARMOR icon/item/13040.tga +13046 ARMOR icon/item/13040.tga +13047 ARMOR icon/item/13040.tga +13048 ARMOR icon/item/13040.tga +13049 ARMOR icon/item/13040.tga +13050 ARMOR icon/item/13040.tga +13051 ARMOR icon/item/13040.tga +13052 ARMOR icon/item/13040.tga +13053 ARMOR icon/item/13040.tga +13054 ARMOR icon/item/13040.tga +13055 ARMOR icon/item/13040.tga +13056 ARMOR icon/item/13040.tga +13057 ARMOR icon/item/13040.tga +13058 ARMOR icon/item/13040.tga +13059 ARMOR icon/item/13040.tga +13060 ARMOR season1/icon/item/13060.tga +13061 ARMOR season1/icon/item/13060.tga +13062 ARMOR season1/icon/item/13060.tga +13063 ARMOR season1/icon/item/13060.tga +13064 ARMOR season1/icon/item/13060.tga +13065 ARMOR season1/icon/item/13060.tga +13066 ARMOR season1/icon/item/13060.tga +13067 ARMOR season1/icon/item/13060.tga +13068 ARMOR season1/icon/item/13060.tga +13069 ARMOR season1/icon/item/13060.tga +13080 ARMOR season1/icon/item/13080.tga +13081 ARMOR season1/icon/item/13080.tga +13082 ARMOR season1/icon/item/13080.tga +13083 ARMOR season1/icon/item/13080.tga +13084 ARMOR season1/icon/item/13080.tga +13085 ARMOR season1/icon/item/13080.tga +13086 ARMOR season1/icon/item/13080.tga +13087 ARMOR season1/icon/item/13080.tga +13088 ARMOR season1/icon/item/13080.tga +13089 ARMOR season1/icon/item/13080.tga +13100 ARMOR season1/icon/item/13100.tga +13101 ARMOR season1/icon/item/13100.tga +13102 ARMOR season1/icon/item/13100.tga +13103 ARMOR season1/icon/item/13100.tga +13104 ARMOR season1/icon/item/13100.tga +13105 ARMOR season1/icon/item/13100.tga +13106 ARMOR season1/icon/item/13100.tga +13107 ARMOR season1/icon/item/13100.tga +13108 ARMOR season1/icon/item/13100.tga +13109 ARMOR season1/icon/item/13100.tga +13120 ARMOR season1/icon/item/13120.tga +13121 ARMOR season1/icon/item/13120.tga +13122 ARMOR season1/icon/item/13120.tga +13123 ARMOR season1/icon/item/13120.tga +13124 ARMOR season1/icon/item/13120.tga +13125 ARMOR season1/icon/item/13120.tga +13126 ARMOR season1/icon/item/13120.tga +13127 ARMOR season1/icon/item/13120.tga +13128 ARMOR season1/icon/item/13120.tga +13129 ARMOR season1/icon/item/13120.tga +13190 ARMOR icon/item/13020.tga +13191 ARMOR icon/item/13020.tga +13192 ARMOR icon/item/13020.tga +13193 ARMOR icon/item/13020.tga +13194 ARMOR icon/item/13020.tga +13195 ARMOR icon/item/13020.tga +13196 ARMOR icon/item/13020.tga +13197 ARMOR icon/item/13020.tga +13198 ARMOR icon/item/13020.tga +13199 ARMOR icon/item/13020.tga +13200 ARMOR icon/item/13040.tga +13201 ARMOR icon/item/13040.tga +13202 ARMOR icon/item/13040.tga +13203 ARMOR icon/item/13040.tga +13204 ARMOR icon/item/13040.tga +13205 ARMOR icon/item/13040.tga +13206 ARMOR icon/item/13040.tga +13207 ARMOR icon/item/13040.tga +13208 ARMOR icon/item/13040.tga +13209 ARMOR icon/item/13040.tga +13140 ARMOR icon/item/13140.tga +13141 ARMOR icon/item/13140.tga +13142 ARMOR icon/item/13140.tga +13143 ARMOR icon/item/13140.tga +13144 ARMOR icon/item/13140.tga +13145 ARMOR icon/item/13140.tga +13146 ARMOR icon/item/13140.tga +13147 ARMOR icon/item/13140.tga +13148 ARMOR icon/item/13140.tga +13149 ARMOR icon/item/13140.tga +13160 ARMOR icon/item/13160.tga +13161 ARMOR icon/item/13160.tga +13162 ARMOR icon/item/13160.tga +13163 ARMOR icon/item/13160.tga +13164 ARMOR icon/item/13160.tga +13165 ARMOR icon/item/13160.tga +13166 ARMOR icon/item/13160.tga +13167 ARMOR icon/item/13160.tga +13168 ARMOR icon/item/13160.tga +13169 ARMOR icon/item/13160.tga +14000 ARMOR icon/item/14000.tga +14001 ARMOR icon/item/14000.tga +14002 ARMOR icon/item/14000.tga +14003 ARMOR icon/item/14000.tga +14004 ARMOR icon/item/14000.tga +14005 ARMOR icon/item/14000.tga +14006 ARMOR icon/item/14000.tga +14007 ARMOR icon/item/14000.tga +14008 ARMOR icon/item/14000.tga +14009 ARMOR icon/item/14000.tga +14010 ARMOR icon/item/14000.tga +14011 ARMOR icon/item/14000.tga +14012 ARMOR icon/item/14000.tga +14013 ARMOR icon/item/14000.tga +14014 ARMOR icon/item/14000.tga +14015 ARMOR icon/item/14000.tga +14016 ARMOR icon/item/14000.tga +14017 ARMOR icon/item/14000.tga +14018 ARMOR icon/item/14000.tga +14019 ARMOR icon/item/14000.tga +14020 ARMOR icon/item/14020.tga +14021 ARMOR icon/item/14020.tga +14022 ARMOR icon/item/14020.tga +14023 ARMOR icon/item/14020.tga +14024 ARMOR icon/item/14020.tga +14025 ARMOR icon/item/14020.tga +14026 ARMOR icon/item/14020.tga +14027 ARMOR icon/item/14020.tga +14028 ARMOR icon/item/14020.tga +14029 ARMOR icon/item/14020.tga +14030 ARMOR icon/item/14020.tga +14031 ARMOR icon/item/14020.tga +14032 ARMOR icon/item/14020.tga +14033 ARMOR icon/item/14020.tga +14034 ARMOR icon/item/14020.tga +14035 ARMOR icon/item/14020.tga +14036 ARMOR icon/item/14020.tga +14037 ARMOR icon/item/14020.tga +14038 ARMOR icon/item/14020.tga +14039 ARMOR icon/item/14020.tga +14040 ARMOR icon/item/14040.tga +14041 ARMOR icon/item/14040.tga +14042 ARMOR icon/item/14040.tga +14043 ARMOR icon/item/14040.tga +14044 ARMOR icon/item/14040.tga +14045 ARMOR icon/item/14040.tga +14046 ARMOR icon/item/14040.tga +14047 ARMOR icon/item/14040.tga +14048 ARMOR icon/item/14040.tga +14049 ARMOR icon/item/14040.tga +14050 ARMOR icon/item/14040.tga +14051 ARMOR icon/item/14040.tga +14052 ARMOR icon/item/14040.tga +14053 ARMOR icon/item/14040.tga +14054 ARMOR icon/item/14040.tga +14055 ARMOR icon/item/14040.tga +14056 ARMOR icon/item/14040.tga +14057 ARMOR icon/item/14040.tga +14058 ARMOR icon/item/14040.tga +14059 ARMOR icon/item/14040.tga +14060 ARMOR icon/item/14060.tga +14061 ARMOR icon/item/14060.tga +14062 ARMOR icon/item/14060.tga +14063 ARMOR icon/item/14060.tga +14064 ARMOR icon/item/14060.tga +14065 ARMOR icon/item/14060.tga +14066 ARMOR icon/item/14060.tga +14067 ARMOR icon/item/14060.tga +14068 ARMOR icon/item/14060.tga +14069 ARMOR icon/item/14060.tga +14070 ARMOR icon/item/14060.tga +14071 ARMOR icon/item/14060.tga +14072 ARMOR icon/item/14060.tga +14073 ARMOR icon/item/14060.tga +14074 ARMOR icon/item/14060.tga +14075 ARMOR icon/item/14060.tga +14076 ARMOR icon/item/14060.tga +14077 ARMOR icon/item/14060.tga +14078 ARMOR icon/item/14060.tga +14079 ARMOR icon/item/14060.tga +14080 ARMOR icon/item/14080.tga +14081 ARMOR icon/item/14080.tga +14082 ARMOR icon/item/14080.tga +14083 ARMOR icon/item/14080.tga +14084 ARMOR icon/item/14080.tga +14085 ARMOR icon/item/14080.tga +14086 ARMOR icon/item/14080.tga +14087 ARMOR icon/item/14080.tga +14088 ARMOR icon/item/14080.tga +14089 ARMOR icon/item/14080.tga +14090 ARMOR icon/item/14080.tga +14091 ARMOR icon/item/14080.tga +14092 ARMOR icon/item/14080.tga +14093 ARMOR icon/item/14080.tga +14094 ARMOR icon/item/14080.tga +14095 ARMOR icon/item/14080.tga +14096 ARMOR icon/item/14080.tga +14097 ARMOR icon/item/14080.tga +14098 ARMOR icon/item/14080.tga +14099 ARMOR icon/item/14080.tga +14100 ARMOR icon/item/14100.tga +14101 ARMOR icon/item/14100.tga +14102 ARMOR icon/item/14100.tga +14103 ARMOR icon/item/14100.tga +14104 ARMOR icon/item/14100.tga +14105 ARMOR icon/item/14100.tga +14106 ARMOR icon/item/14100.tga +14107 ARMOR icon/item/14100.tga +14108 ARMOR icon/item/14100.tga +14109 ARMOR icon/item/14100.tga +14110 ARMOR icon/item/14100.tga +14111 ARMOR icon/item/14100.tga +14112 ARMOR icon/item/14100.tga +14113 ARMOR icon/item/14100.tga +14114 ARMOR icon/item/14100.tga +14115 ARMOR icon/item/14100.tga +14116 ARMOR icon/item/14100.tga +14117 ARMOR icon/item/14100.tga +14118 ARMOR icon/item/14100.tga +14119 ARMOR icon/item/14100.tga +14120 ARMOR icon/item/14120.tga +14121 ARMOR icon/item/14120.tga +14122 ARMOR icon/item/14120.tga +14123 ARMOR icon/item/14120.tga +14124 ARMOR icon/item/14120.tga +14125 ARMOR icon/item/14120.tga +14126 ARMOR icon/item/14120.tga +14127 ARMOR icon/item/14120.tga +14128 ARMOR icon/item/14120.tga +14129 ARMOR icon/item/14120.tga +14130 ARMOR icon/item/14120.tga +14131 ARMOR icon/item/14120.tga +14132 ARMOR icon/item/14120.tga +14133 ARMOR icon/item/14120.tga +14134 ARMOR icon/item/14120.tga +14135 ARMOR icon/item/14120.tga +14136 ARMOR icon/item/14120.tga +14137 ARMOR icon/item/14120.tga +14138 ARMOR icon/item/14120.tga +14139 ARMOR icon/item/14120.tga +14140 ARMOR icon/item/14140.tga +14141 ARMOR icon/item/14140.tga +14142 ARMOR icon/item/14140.tga +14143 ARMOR icon/item/14140.tga +14144 ARMOR icon/item/14140.tga +14145 ARMOR icon/item/14140.tga +14146 ARMOR icon/item/14140.tga +14147 ARMOR icon/item/14140.tga +14148 ARMOR icon/item/14140.tga +14149 ARMOR icon/item/14140.tga +14150 ARMOR icon/item/14140.tga +14151 ARMOR icon/item/14140.tga +14152 ARMOR icon/item/14140.tga +14153 ARMOR icon/item/14140.tga +14154 ARMOR icon/item/14140.tga +14155 ARMOR icon/item/14140.tga +14156 ARMOR icon/item/14140.tga +14157 ARMOR icon/item/14140.tga +14158 ARMOR icon/item/14140.tga +14159 ARMOR icon/item/14140.tga +14160 ARMOR icon/item/14160.tga +14161 ARMOR icon/item/14160.tga +14162 ARMOR icon/item/14160.tga +14163 ARMOR icon/item/14160.tga +14164 ARMOR icon/item/14160.tga +14165 ARMOR icon/item/14160.tga +14166 ARMOR icon/item/14160.tga +14167 ARMOR icon/item/14160.tga +14168 ARMOR icon/item/14160.tga +14169 ARMOR icon/item/14160.tga +14170 ARMOR icon/item/14160.tga +14171 ARMOR icon/item/14160.tga +14172 ARMOR icon/item/14160.tga +14173 ARMOR icon/item/14160.tga +14174 ARMOR icon/item/14160.tga +14175 ARMOR icon/item/14160.tga +14176 ARMOR icon/item/14160.tga +14177 ARMOR icon/item/14160.tga +14178 ARMOR icon/item/14160.tga +14179 ARMOR icon/item/14160.tga +14180 ARMOR icon/item/14180.tga +14181 ARMOR icon/item/14180.tga +14182 ARMOR icon/item/14180.tga +14183 ARMOR icon/item/14180.tga +14184 ARMOR icon/item/14180.tga +14185 ARMOR icon/item/14180.tga +14186 ARMOR icon/item/14180.tga +14187 ARMOR icon/item/14180.tga +14188 ARMOR icon/item/14180.tga +14189 ARMOR icon/item/14180.tga +14190 ARMOR icon/item/14180.tga +14191 ARMOR icon/item/14180.tga +14192 ARMOR icon/item/14180.tga +14193 ARMOR icon/item/14180.tga +14194 ARMOR icon/item/14180.tga +14195 ARMOR icon/item/14180.tga +14196 ARMOR icon/item/14180.tga +14197 ARMOR icon/item/14180.tga +14198 ARMOR icon/item/14180.tga +14199 ARMOR icon/item/14180.tga +14200 ARMOR icon/item/14200.tga +14201 ARMOR icon/item/14200.tga +14202 ARMOR icon/item/14200.tga +14203 ARMOR icon/item/14200.tga +14204 ARMOR icon/item/14200.tga +14205 ARMOR icon/item/14200.tga +14206 ARMOR icon/item/14200.tga +14207 ARMOR icon/item/14200.tga +14208 ARMOR icon/item/14200.tga +14209 ARMOR icon/item/14200.tga +14210 ARMOR icon/item/14200.tga +14211 ARMOR icon/item/14200.tga +14212 ARMOR icon/item/14200.tga +14213 ARMOR icon/item/14200.tga +14214 ARMOR icon/item/14200.tga +14215 ARMOR icon/item/14200.tga +14216 ARMOR icon/item/14200.tga +14217 ARMOR icon/item/14200.tga +14218 ARMOR icon/item/14200.tga +14219 ARMOR icon/item/14200.tga +14220 ARMOR icon/item/14220.tga +14221 ARMOR icon/item/14220.tga +14222 ARMOR icon/item/14220.tga +14223 ARMOR icon/item/14220.tga +14224 ARMOR icon/item/14220.tga +14225 ARMOR icon/item/14220.tga +14226 ARMOR icon/item/14220.tga +14227 ARMOR icon/item/14220.tga +14228 ARMOR icon/item/14220.tga +14229 ARMOR icon/item/14220.tga +15000 ARMOR icon/item/15000.tga +15001 ARMOR icon/item/15000.tga +15002 ARMOR icon/item/15000.tga +15003 ARMOR icon/item/15000.tga +15004 ARMOR icon/item/15000.tga +15005 ARMOR icon/item/15000.tga +15006 ARMOR icon/item/15000.tga +15007 ARMOR icon/item/15000.tga +15008 ARMOR icon/item/15000.tga +15009 ARMOR icon/item/15000.tga +15010 ARMOR icon/item/15000.tga +15011 ARMOR icon/item/15000.tga +15012 ARMOR icon/item/15000.tga +15013 ARMOR icon/item/15000.tga +15014 ARMOR icon/item/15000.tga +15015 ARMOR icon/item/15000.tga +15016 ARMOR icon/item/15000.tga +15017 ARMOR icon/item/15000.tga +15018 ARMOR icon/item/15000.tga +15019 ARMOR icon/item/15000.tga +15020 ARMOR icon/item/15020.tga +15021 ARMOR icon/item/15020.tga +15022 ARMOR icon/item/15020.tga +15023 ARMOR icon/item/15020.tga +15024 ARMOR icon/item/15020.tga +15025 ARMOR icon/item/15020.tga +15026 ARMOR icon/item/15020.tga +15027 ARMOR icon/item/15020.tga +15028 ARMOR icon/item/15020.tga +15029 ARMOR icon/item/15020.tga +15030 ARMOR icon/item/15020.tga +15031 ARMOR icon/item/15020.tga +15032 ARMOR icon/item/15020.tga +15033 ARMOR icon/item/15020.tga +15034 ARMOR icon/item/15020.tga +15035 ARMOR icon/item/15020.tga +15036 ARMOR icon/item/15020.tga +15037 ARMOR icon/item/15020.tga +15038 ARMOR icon/item/15020.tga +15039 ARMOR icon/item/15020.tga +15040 ARMOR icon/item/15040.tga +15041 ARMOR icon/item/15040.tga +15042 ARMOR icon/item/15040.tga +15043 ARMOR icon/item/15040.tga +15044 ARMOR icon/item/15040.tga +15045 ARMOR icon/item/15040.tga +15046 ARMOR icon/item/15040.tga +15047 ARMOR icon/item/15040.tga +15048 ARMOR icon/item/15040.tga +15049 ARMOR icon/item/15040.tga +15050 ARMOR icon/item/15040.tga +15051 ARMOR icon/item/15040.tga +15052 ARMOR icon/item/15040.tga +15053 ARMOR icon/item/15040.tga +15054 ARMOR icon/item/15040.tga +15055 ARMOR icon/item/15040.tga +15056 ARMOR icon/item/15040.tga +15057 ARMOR icon/item/15040.tga +15058 ARMOR icon/item/15040.tga +15059 ARMOR icon/item/15040.tga +15060 ARMOR icon/item/15060.tga +15061 ARMOR icon/item/15060.tga +15062 ARMOR icon/item/15060.tga +15063 ARMOR icon/item/15060.tga +15064 ARMOR icon/item/15060.tga +15065 ARMOR icon/item/15060.tga +15066 ARMOR icon/item/15060.tga +15067 ARMOR icon/item/15060.tga +15068 ARMOR icon/item/15060.tga +15069 ARMOR icon/item/15060.tga +15070 ARMOR icon/item/15060.tga +15071 ARMOR icon/item/15060.tga +15072 ARMOR icon/item/15060.tga +15073 ARMOR icon/item/15060.tga +15074 ARMOR icon/item/15060.tga +15075 ARMOR icon/item/15060.tga +15076 ARMOR icon/item/15060.tga +15077 ARMOR icon/item/15060.tga +15078 ARMOR icon/item/15060.tga +15079 ARMOR icon/item/15060.tga +15080 ARMOR icon/item/15080.tga +15081 ARMOR icon/item/15080.tga +15082 ARMOR icon/item/15080.tga +15083 ARMOR icon/item/15080.tga +15084 ARMOR icon/item/15080.tga +15085 ARMOR icon/item/15080.tga +15086 ARMOR icon/item/15080.tga +15087 ARMOR icon/item/15080.tga +15088 ARMOR icon/item/15080.tga +15089 ARMOR icon/item/15080.tga +15090 ARMOR icon/item/15080.tga +15091 ARMOR icon/item/15080.tga +15092 ARMOR icon/item/15080.tga +15093 ARMOR icon/item/15080.tga +15094 ARMOR icon/item/15080.tga +15095 ARMOR icon/item/15080.tga +15096 ARMOR icon/item/15080.tga +15097 ARMOR icon/item/15080.tga +15098 ARMOR icon/item/15080.tga +15099 ARMOR icon/item/15080.tga +15100 ARMOR icon/item/15100.tga +15101 ARMOR icon/item/15100.tga +15102 ARMOR icon/item/15100.tga +15103 ARMOR icon/item/15100.tga +15104 ARMOR icon/item/15100.tga +15105 ARMOR icon/item/15100.tga +15106 ARMOR icon/item/15100.tga +15107 ARMOR icon/item/15100.tga +15108 ARMOR icon/item/15100.tga +15109 ARMOR icon/item/15100.tga +15110 ARMOR icon/item/15100.tga +15111 ARMOR icon/item/15100.tga +15112 ARMOR icon/item/15100.tga +15113 ARMOR icon/item/15100.tga +15114 ARMOR icon/item/15100.tga +15115 ARMOR icon/item/15100.tga +15116 ARMOR icon/item/15100.tga +15117 ARMOR icon/item/15100.tga +15118 ARMOR icon/item/15100.tga +15119 ARMOR icon/item/15100.tga +15120 ARMOR icon/item/15120.tga +15121 ARMOR icon/item/15120.tga +15122 ARMOR icon/item/15120.tga +15123 ARMOR icon/item/15120.tga +15124 ARMOR icon/item/15120.tga +15125 ARMOR icon/item/15120.tga +15126 ARMOR icon/item/15120.tga +15127 ARMOR icon/item/15120.tga +15128 ARMOR icon/item/15120.tga +15129 ARMOR icon/item/15120.tga +15130 ARMOR icon/item/15120.tga +15131 ARMOR icon/item/15120.tga +15132 ARMOR icon/item/15120.tga +15133 ARMOR icon/item/15120.tga +15134 ARMOR icon/item/15120.tga +15135 ARMOR icon/item/15120.tga +15136 ARMOR icon/item/15120.tga +15137 ARMOR icon/item/15120.tga +15138 ARMOR icon/item/15120.tga +15139 ARMOR icon/item/15120.tga +15140 ARMOR icon/item/15140.tga +15141 ARMOR icon/item/15140.tga +15142 ARMOR icon/item/15140.tga +15143 ARMOR icon/item/15140.tga +15144 ARMOR icon/item/15140.tga +15145 ARMOR icon/item/15140.tga +15146 ARMOR icon/item/15140.tga +15147 ARMOR icon/item/15140.tga +15148 ARMOR icon/item/15140.tga +15149 ARMOR icon/item/15140.tga +15150 ARMOR icon/item/15140.tga +15151 ARMOR icon/item/15140.tga +15152 ARMOR icon/item/15140.tga +15153 ARMOR icon/item/15140.tga +15154 ARMOR icon/item/15140.tga +15155 ARMOR icon/item/15140.tga +15156 ARMOR icon/item/15140.tga +15157 ARMOR icon/item/15140.tga +15158 ARMOR icon/item/15140.tga +15159 ARMOR icon/item/15140.tga +15160 ARMOR icon/item/15160.tga +15161 ARMOR icon/item/15160.tga +15162 ARMOR icon/item/15160.tga +15163 ARMOR icon/item/15160.tga +15164 ARMOR icon/item/15160.tga +15165 ARMOR icon/item/15160.tga +15166 ARMOR icon/item/15160.tga +15167 ARMOR icon/item/15160.tga +15168 ARMOR icon/item/15160.tga +15169 ARMOR icon/item/15160.tga +15170 ARMOR icon/item/15160.tga +15171 ARMOR icon/item/15160.tga +15172 ARMOR icon/item/15160.tga +15173 ARMOR icon/item/15160.tga +15174 ARMOR icon/item/15160.tga +15175 ARMOR icon/item/15160.tga +15176 ARMOR icon/item/15160.tga +15177 ARMOR icon/item/15160.tga +15178 ARMOR icon/item/15160.tga +15179 ARMOR icon/item/15160.tga +15180 ARMOR icon/item/15180.tga +15181 ARMOR icon/item/15180.tga +15182 ARMOR icon/item/15180.tga +15183 ARMOR icon/item/15180.tga +15184 ARMOR icon/item/15180.tga +15185 ARMOR icon/item/15180.tga +15186 ARMOR icon/item/15180.tga +15187 ARMOR icon/item/15180.tga +15188 ARMOR icon/item/15180.tga +15189 ARMOR icon/item/15180.tga +15190 ARMOR icon/item/15180.tga +15191 ARMOR icon/item/15180.tga +15192 ARMOR icon/item/15180.tga +15193 ARMOR icon/item/15180.tga +15194 ARMOR icon/item/15180.tga +15195 ARMOR icon/item/15180.tga +15196 ARMOR icon/item/15180.tga +15197 ARMOR icon/item/15180.tga +15198 ARMOR icon/item/15180.tga +15199 ARMOR icon/item/15180.tga +15200 ARMOR icon/item/15200.tga +15201 ARMOR icon/item/15200.tga +15202 ARMOR icon/item/15200.tga +15203 ARMOR icon/item/15200.tga +15204 ARMOR icon/item/15200.tga +15205 ARMOR icon/item/15200.tga +15206 ARMOR icon/item/15200.tga +15207 ARMOR icon/item/15200.tga +15208 ARMOR icon/item/15200.tga +15209 ARMOR icon/item/15200.tga +15210 ARMOR icon/item/15200.tga +15211 ARMOR icon/item/15200.tga +15212 ARMOR icon/item/15200.tga +15213 ARMOR icon/item/15200.tga +15214 ARMOR icon/item/15200.tga +15215 ARMOR icon/item/15200.tga +15216 ARMOR icon/item/15200.tga +15217 ARMOR icon/item/15200.tga +15218 ARMOR icon/item/15200.tga +15219 ARMOR icon/item/15200.tga +15220 ARMOR icon/item/15220.tga +15221 ARMOR icon/item/15220.tga +15222 ARMOR icon/item/15220.tga +15223 ARMOR icon/item/15220.tga +15224 ARMOR icon/item/15220.tga +15225 ARMOR icon/item/15220.tga +15226 ARMOR icon/item/15220.tga +15227 ARMOR icon/item/15220.tga +15228 ARMOR icon/item/15220.tga +15229 ARMOR icon/item/15220.tga +15230 ARMOR icon/item/15220.tga +15231 ARMOR icon/item/15220.tga +15232 ARMOR icon/item/15220.tga +15233 ARMOR icon/item/15220.tga +15234 ARMOR icon/item/15220.tga +15235 ARMOR icon/item/15220.tga +15236 ARMOR icon/item/15220.tga +15237 ARMOR icon/item/15220.tga +15238 ARMOR icon/item/15220.tga +15239 ARMOR icon/item/15220.tga +15240 ARMOR icon/item/15240.tga +15241 ARMOR icon/item/15240.tga +15242 ARMOR icon/item/15240.tga +15243 ARMOR icon/item/15240.tga +15244 ARMOR icon/item/15240.tga +15245 ARMOR icon/item/15240.tga +15246 ARMOR icon/item/15240.tga +15247 ARMOR icon/item/15240.tga +15248 ARMOR icon/item/15240.tga +15249 ARMOR icon/item/15240.tga +15250 ARMOR icon/item/15240.tga +15251 ARMOR icon/item/15240.tga +15252 ARMOR icon/item/15240.tga +15253 ARMOR icon/item/15240.tga +15254 ARMOR icon/item/15240.tga +15255 ARMOR icon/item/15240.tga +15256 ARMOR icon/item/15240.tga +15257 ARMOR icon/item/15240.tga +15258 ARMOR icon/item/15240.tga +15259 ARMOR icon/item/15240.tga +15370 ARMOR icon/item/15370.tga +15371 ARMOR icon/item/15370.tga +15372 ARMOR icon/item/15370.tga +15373 ARMOR icon/item/15370.tga +15374 ARMOR icon/item/15370.tga +15375 ARMOR icon/item/15370.tga +15376 ARMOR icon/item/15370.tga +15377 ARMOR icon/item/15370.tga +15378 ARMOR icon/item/15370.tga +15379 ARMOR icon/item/15370.tga +15390 ARMOR icon/item/15390.tga +15391 ARMOR icon/item/15390.tga +15392 ARMOR icon/item/15390.tga +15393 ARMOR icon/item/15390.tga +15394 ARMOR icon/item/15390.tga +15395 ARMOR icon/item/15390.tga +15396 ARMOR icon/item/15390.tga +15397 ARMOR icon/item/15390.tga +15398 ARMOR icon/item/15390.tga +15399 ARMOR icon/item/15390.tga +15410 ARMOR icon/item/15410.tga +15411 ARMOR icon/item/15410.tga +15412 ARMOR icon/item/15410.tga +15413 ARMOR icon/item/15410.tga +15414 ARMOR icon/item/15410.tga +15415 ARMOR icon/item/15410.tga +15416 ARMOR icon/item/15410.tga +15417 ARMOR icon/item/15410.tga +15418 ARMOR icon/item/15410.tga +15419 ARMOR icon/item/15410.tga +15430 ARMOR icon/item/15430.tga +15431 ARMOR icon/item/15430.tga +15432 ARMOR icon/item/15430.tga +15433 ARMOR icon/item/15430.tga +15434 ARMOR icon/item/15430.tga +15435 ARMOR icon/item/15430.tga +15436 ARMOR icon/item/15430.tga +15437 ARMOR icon/item/15430.tga +15438 ARMOR icon/item/15430.tga +15439 ARMOR icon/item/15430.tga +16000 ARMOR icon/item/16000.tga +16001 ARMOR icon/item/16000.tga +16002 ARMOR icon/item/16000.tga +16003 ARMOR icon/item/16000.tga +16004 ARMOR icon/item/16000.tga +16005 ARMOR icon/item/16000.tga +16006 ARMOR icon/item/16000.tga +16007 ARMOR icon/item/16000.tga +16008 ARMOR icon/item/16000.tga +16009 ARMOR icon/item/16000.tga +16010 ARMOR icon/item/16000.tga +16011 ARMOR icon/item/16000.tga +16012 ARMOR icon/item/16000.tga +16013 ARMOR icon/item/16000.tga +16014 ARMOR icon/item/16000.tga +16015 ARMOR icon/item/16000.tga +16016 ARMOR icon/item/16000.tga +16017 ARMOR icon/item/16000.tga +16018 ARMOR icon/item/16000.tga +16019 ARMOR icon/item/16000.tga +16020 ARMOR icon/item/16020.tga +16021 ARMOR icon/item/16020.tga +16022 ARMOR icon/item/16020.tga +16023 ARMOR icon/item/16020.tga +16024 ARMOR icon/item/16020.tga +16025 ARMOR icon/item/16020.tga +16026 ARMOR icon/item/16020.tga +16027 ARMOR icon/item/16020.tga +16028 ARMOR icon/item/16020.tga +16029 ARMOR icon/item/16020.tga +16030 ARMOR icon/item/16020.tga +16031 ARMOR icon/item/16020.tga +16032 ARMOR icon/item/16020.tga +16033 ARMOR icon/item/16020.tga +16034 ARMOR icon/item/16020.tga +16035 ARMOR icon/item/16020.tga +16036 ARMOR icon/item/16020.tga +16037 ARMOR icon/item/16020.tga +16038 ARMOR icon/item/16020.tga +16039 ARMOR icon/item/16020.tga +16040 ARMOR icon/item/16040.tga +16041 ARMOR icon/item/16040.tga +16042 ARMOR icon/item/16040.tga +16043 ARMOR icon/item/16040.tga +16044 ARMOR icon/item/16040.tga +16045 ARMOR icon/item/16040.tga +16046 ARMOR icon/item/16040.tga +16047 ARMOR icon/item/16040.tga +16048 ARMOR icon/item/16040.tga +16049 ARMOR icon/item/16040.tga +16050 ARMOR icon/item/16040.tga +16051 ARMOR icon/item/16040.tga +16052 ARMOR icon/item/16040.tga +16053 ARMOR icon/item/16040.tga +16054 ARMOR icon/item/16040.tga +16055 ARMOR icon/item/16040.tga +16056 ARMOR icon/item/16040.tga +16057 ARMOR icon/item/16040.tga +16058 ARMOR icon/item/16040.tga +16059 ARMOR icon/item/16040.tga +16060 ARMOR icon/item/16060.tga +16061 ARMOR icon/item/16060.tga +16062 ARMOR icon/item/16060.tga +16063 ARMOR icon/item/16060.tga +16064 ARMOR icon/item/16060.tga +16065 ARMOR icon/item/16060.tga +16066 ARMOR icon/item/16060.tga +16067 ARMOR icon/item/16060.tga +16068 ARMOR icon/item/16060.tga +16069 ARMOR icon/item/16060.tga +16070 ARMOR icon/item/16060.tga +16071 ARMOR icon/item/16060.tga +16072 ARMOR icon/item/16060.tga +16073 ARMOR icon/item/16060.tga +16074 ARMOR icon/item/16060.tga +16075 ARMOR icon/item/16060.tga +16076 ARMOR icon/item/16060.tga +16077 ARMOR icon/item/16060.tga +16078 ARMOR icon/item/16060.tga +16079 ARMOR icon/item/16060.tga +16080 ARMOR icon/item/16080.tga +16081 ARMOR icon/item/16080.tga +16082 ARMOR icon/item/16080.tga +16083 ARMOR icon/item/16080.tga +16084 ARMOR icon/item/16080.tga +16085 ARMOR icon/item/16080.tga +16086 ARMOR icon/item/16080.tga +16087 ARMOR icon/item/16080.tga +16088 ARMOR icon/item/16080.tga +16089 ARMOR icon/item/16080.tga +16090 ARMOR icon/item/16080.tga +16091 ARMOR icon/item/16080.tga +16092 ARMOR icon/item/16080.tga +16093 ARMOR icon/item/16080.tga +16094 ARMOR icon/item/16080.tga +16095 ARMOR icon/item/16080.tga +16096 ARMOR icon/item/16080.tga +16097 ARMOR icon/item/16080.tga +16098 ARMOR icon/item/16080.tga +16099 ARMOR icon/item/16080.tga +16100 ARMOR icon/item/16100.tga +16101 ARMOR icon/item/16100.tga +16102 ARMOR icon/item/16100.tga +16103 ARMOR icon/item/16100.tga +16104 ARMOR icon/item/16100.tga +16105 ARMOR icon/item/16100.tga +16106 ARMOR icon/item/16100.tga +16107 ARMOR icon/item/16100.tga +16108 ARMOR icon/item/16100.tga +16109 ARMOR icon/item/16100.tga +16110 ARMOR icon/item/16100.tga +16111 ARMOR icon/item/16100.tga +16112 ARMOR icon/item/16100.tga +16113 ARMOR icon/item/16100.tga +16114 ARMOR icon/item/16100.tga +16115 ARMOR icon/item/16100.tga +16116 ARMOR icon/item/16100.tga +16117 ARMOR icon/item/16100.tga +16118 ARMOR icon/item/16100.tga +16119 ARMOR icon/item/16100.tga +16120 ARMOR icon/item/16120.tga +16121 ARMOR icon/item/16120.tga +16122 ARMOR icon/item/16120.tga +16123 ARMOR icon/item/16120.tga +16124 ARMOR icon/item/16120.tga +16125 ARMOR icon/item/16120.tga +16126 ARMOR icon/item/16120.tga +16127 ARMOR icon/item/16120.tga +16128 ARMOR icon/item/16120.tga +16129 ARMOR icon/item/16120.tga +16130 ARMOR icon/item/16120.tga +16131 ARMOR icon/item/16120.tga +16132 ARMOR icon/item/16120.tga +16133 ARMOR icon/item/16120.tga +16134 ARMOR icon/item/16120.tga +16135 ARMOR icon/item/16120.tga +16136 ARMOR icon/item/16120.tga +16137 ARMOR icon/item/16120.tga +16138 ARMOR icon/item/16120.tga +16139 ARMOR icon/item/16120.tga +16140 ARMOR icon/item/16140.tga +16141 ARMOR icon/item/16140.tga +16142 ARMOR icon/item/16140.tga +16143 ARMOR icon/item/16140.tga +16144 ARMOR icon/item/16140.tga +16145 ARMOR icon/item/16140.tga +16146 ARMOR icon/item/16140.tga +16147 ARMOR icon/item/16140.tga +16148 ARMOR icon/item/16140.tga +16149 ARMOR icon/item/16140.tga +16150 ARMOR icon/item/16140.tga +16151 ARMOR icon/item/16140.tga +16152 ARMOR icon/item/16140.tga +16153 ARMOR icon/item/16140.tga +16154 ARMOR icon/item/16140.tga +16155 ARMOR icon/item/16140.tga +16156 ARMOR icon/item/16140.tga +16157 ARMOR icon/item/16140.tga +16158 ARMOR icon/item/16140.tga +16159 ARMOR icon/item/16140.tga +16160 ARMOR icon/item/16160.tga +16161 ARMOR icon/item/16160.tga +16162 ARMOR icon/item/16160.tga +16163 ARMOR icon/item/16160.tga +16164 ARMOR icon/item/16160.tga +16165 ARMOR icon/item/16160.tga +16166 ARMOR icon/item/16160.tga +16167 ARMOR icon/item/16160.tga +16168 ARMOR icon/item/16160.tga +16169 ARMOR icon/item/16160.tga +16170 ARMOR icon/item/16160.tga +16171 ARMOR icon/item/16160.tga +16172 ARMOR icon/item/16160.tga +16173 ARMOR icon/item/16160.tga +16174 ARMOR icon/item/16160.tga +16175 ARMOR icon/item/16160.tga +16176 ARMOR icon/item/16160.tga +16177 ARMOR icon/item/16160.tga +16178 ARMOR icon/item/16160.tga +16179 ARMOR icon/item/16160.tga +16180 ARMOR icon/item/16180.tga +16181 ARMOR icon/item/16180.tga +16182 ARMOR icon/item/16180.tga +16183 ARMOR icon/item/16180.tga +16184 ARMOR icon/item/16180.tga +16185 ARMOR icon/item/16180.tga +16186 ARMOR icon/item/16180.tga +16187 ARMOR icon/item/16180.tga +16188 ARMOR icon/item/16180.tga +16189 ARMOR icon/item/16180.tga +16190 ARMOR icon/item/16180.tga +16191 ARMOR icon/item/16180.tga +16192 ARMOR icon/item/16180.tga +16193 ARMOR icon/item/16180.tga +16194 ARMOR icon/item/16180.tga +16195 ARMOR icon/item/16180.tga +16196 ARMOR icon/item/16180.tga +16197 ARMOR icon/item/16180.tga +16198 ARMOR icon/item/16180.tga +16199 ARMOR icon/item/16180.tga +16200 ARMOR icon/item/16200.tga +16201 ARMOR icon/item/16200.tga +16202 ARMOR icon/item/16200.tga +16203 ARMOR icon/item/16200.tga +16204 ARMOR icon/item/16200.tga +16205 ARMOR icon/item/16200.tga +16206 ARMOR icon/item/16200.tga +16207 ARMOR icon/item/16200.tga +16208 ARMOR icon/item/16200.tga +16209 ARMOR icon/item/16200.tga +16210 ARMOR icon/item/16200.tga +16211 ARMOR icon/item/16200.tga +16212 ARMOR icon/item/16200.tga +16213 ARMOR icon/item/16200.tga +16214 ARMOR icon/item/16200.tga +16215 ARMOR icon/item/16200.tga +16216 ARMOR icon/item/16200.tga +16217 ARMOR icon/item/16200.tga +16218 ARMOR icon/item/16200.tga +16219 ARMOR icon/item/16200.tga +16220 ARMOR icon/item/16220.tga +16221 ARMOR icon/item/16220.tga +16222 ARMOR icon/item/16220.tga +16223 ARMOR icon/item/16220.tga +16224 ARMOR icon/item/16220.tga +16225 ARMOR icon/item/16220.tga +16226 ARMOR icon/item/16220.tga +16227 ARMOR icon/item/16220.tga +16228 ARMOR icon/item/16220.tga +16229 ARMOR icon/item/16220.tga +17000 ARMOR icon/item/17000.tga +17001 ARMOR icon/item/17000.tga +17002 ARMOR icon/item/17000.tga +17003 ARMOR icon/item/17000.tga +17004 ARMOR icon/item/17000.tga +17005 ARMOR icon/item/17000.tga +17006 ARMOR icon/item/17000.tga +17007 ARMOR icon/item/17000.tga +17008 ARMOR icon/item/17000.tga +17009 ARMOR icon/item/17000.tga +17010 ARMOR icon/item/17000.tga +17011 ARMOR icon/item/17000.tga +17012 ARMOR icon/item/17000.tga +17013 ARMOR icon/item/17000.tga +17014 ARMOR icon/item/17000.tga +17015 ARMOR icon/item/17000.tga +17016 ARMOR icon/item/17000.tga +17017 ARMOR icon/item/17000.tga +17018 ARMOR icon/item/17000.tga +17019 ARMOR icon/item/17000.tga +17020 ARMOR icon/item/17020.tga +17021 ARMOR icon/item/17020.tga +17022 ARMOR icon/item/17020.tga +17023 ARMOR icon/item/17020.tga +17024 ARMOR icon/item/17020.tga +17025 ARMOR icon/item/17020.tga +17026 ARMOR icon/item/17020.tga +17027 ARMOR icon/item/17020.tga +17028 ARMOR icon/item/17020.tga +17029 ARMOR icon/item/17020.tga +17030 ARMOR icon/item/17020.tga +17031 ARMOR icon/item/17020.tga +17032 ARMOR icon/item/17020.tga +17033 ARMOR icon/item/17020.tga +17034 ARMOR icon/item/17020.tga +17035 ARMOR icon/item/17020.tga +17036 ARMOR icon/item/17020.tga +17037 ARMOR icon/item/17020.tga +17038 ARMOR icon/item/17020.tga +17039 ARMOR icon/item/17020.tga +17040 ARMOR icon/item/17040.tga +17041 ARMOR icon/item/17040.tga +17042 ARMOR icon/item/17040.tga +17043 ARMOR icon/item/17040.tga +17044 ARMOR icon/item/17040.tga +17045 ARMOR icon/item/17040.tga +17046 ARMOR icon/item/17040.tga +17047 ARMOR icon/item/17040.tga +17048 ARMOR icon/item/17040.tga +17049 ARMOR icon/item/17040.tga +17050 ARMOR icon/item/17040.tga +17051 ARMOR icon/item/17040.tga +17052 ARMOR icon/item/17040.tga +17053 ARMOR icon/item/17040.tga +17054 ARMOR icon/item/17040.tga +17055 ARMOR icon/item/17040.tga +17056 ARMOR icon/item/17040.tga +17057 ARMOR icon/item/17040.tga +17058 ARMOR icon/item/17040.tga +17059 ARMOR icon/item/17040.tga +17060 ARMOR icon/item/17060.tga +17061 ARMOR icon/item/17060.tga +17062 ARMOR icon/item/17060.tga +17063 ARMOR icon/item/17060.tga +17064 ARMOR icon/item/17060.tga +17065 ARMOR icon/item/17060.tga +17066 ARMOR icon/item/17060.tga +17067 ARMOR icon/item/17060.tga +17068 ARMOR icon/item/17060.tga +17069 ARMOR icon/item/17060.tga +17070 ARMOR icon/item/17060.tga +17071 ARMOR icon/item/17060.tga +17072 ARMOR icon/item/17060.tga +17073 ARMOR icon/item/17060.tga +17074 ARMOR icon/item/17060.tga +17075 ARMOR icon/item/17060.tga +17076 ARMOR icon/item/17060.tga +17077 ARMOR icon/item/17060.tga +17078 ARMOR icon/item/17060.tga +17079 ARMOR icon/item/17060.tga +17080 ARMOR icon/item/17080.tga +17081 ARMOR icon/item/17080.tga +17082 ARMOR icon/item/17080.tga +17083 ARMOR icon/item/17080.tga +17084 ARMOR icon/item/17080.tga +17085 ARMOR icon/item/17080.tga +17086 ARMOR icon/item/17080.tga +17087 ARMOR icon/item/17080.tga +17088 ARMOR icon/item/17080.tga +17089 ARMOR icon/item/17080.tga +17090 ARMOR icon/item/17080.tga +17091 ARMOR icon/item/17080.tga +17092 ARMOR icon/item/17080.tga +17093 ARMOR icon/item/17080.tga +17094 ARMOR icon/item/17080.tga +17095 ARMOR icon/item/17080.tga +17096 ARMOR icon/item/17080.tga +17097 ARMOR icon/item/17080.tga +17098 ARMOR icon/item/17080.tga +17099 ARMOR icon/item/17080.tga +17100 ARMOR icon/item/17100.tga +17101 ARMOR icon/item/17100.tga +17102 ARMOR icon/item/17100.tga +17103 ARMOR icon/item/17100.tga +17104 ARMOR icon/item/17100.tga +17105 ARMOR icon/item/17100.tga +17106 ARMOR icon/item/17100.tga +17107 ARMOR icon/item/17100.tga +17108 ARMOR icon/item/17100.tga +17109 ARMOR icon/item/17100.tga +17110 ARMOR icon/item/17100.tga +17111 ARMOR icon/item/17100.tga +17112 ARMOR icon/item/17100.tga +17113 ARMOR icon/item/17100.tga +17114 ARMOR icon/item/17100.tga +17115 ARMOR icon/item/17100.tga +17116 ARMOR icon/item/17100.tga +17117 ARMOR icon/item/17100.tga +17118 ARMOR icon/item/17100.tga +17119 ARMOR icon/item/17100.tga +17120 ARMOR icon/item/17120.tga +17121 ARMOR icon/item/17120.tga +17122 ARMOR icon/item/17120.tga +17123 ARMOR icon/item/17120.tga +17124 ARMOR icon/item/17120.tga +17125 ARMOR icon/item/17120.tga +17126 ARMOR icon/item/17120.tga +17127 ARMOR icon/item/17120.tga +17128 ARMOR icon/item/17120.tga +17129 ARMOR icon/item/17120.tga +17130 ARMOR icon/item/17120.tga +17131 ARMOR icon/item/17120.tga +17132 ARMOR icon/item/17120.tga +17133 ARMOR icon/item/17120.tga +17134 ARMOR icon/item/17120.tga +17135 ARMOR icon/item/17120.tga +17136 ARMOR icon/item/17120.tga +17137 ARMOR icon/item/17120.tga +17138 ARMOR icon/item/17120.tga +17139 ARMOR icon/item/17120.tga +17140 ARMOR icon/item/17140.tga +17141 ARMOR icon/item/17140.tga +17142 ARMOR icon/item/17140.tga +17143 ARMOR icon/item/17140.tga +17144 ARMOR icon/item/17140.tga +17145 ARMOR icon/item/17140.tga +17146 ARMOR icon/item/17140.tga +17147 ARMOR icon/item/17140.tga +17148 ARMOR icon/item/17140.tga +17149 ARMOR icon/item/17140.tga +17150 ARMOR icon/item/17140.tga +17151 ARMOR icon/item/17140.tga +17152 ARMOR icon/item/17140.tga +17153 ARMOR icon/item/17140.tga +17154 ARMOR icon/item/17140.tga +17155 ARMOR icon/item/17140.tga +17156 ARMOR icon/item/17140.tga +17157 ARMOR icon/item/17140.tga +17158 ARMOR icon/item/17140.tga +17159 ARMOR icon/item/17140.tga +17160 ARMOR icon/item/17160.tga +17161 ARMOR icon/item/17160.tga +17162 ARMOR icon/item/17160.tga +17163 ARMOR icon/item/17160.tga +17164 ARMOR icon/item/17160.tga +17165 ARMOR icon/item/17160.tga +17166 ARMOR icon/item/17160.tga +17167 ARMOR icon/item/17160.tga +17168 ARMOR icon/item/17160.tga +17169 ARMOR icon/item/17160.tga +17170 ARMOR icon/item/17160.tga +17171 ARMOR icon/item/17160.tga +17172 ARMOR icon/item/17160.tga +17173 ARMOR icon/item/17160.tga +17174 ARMOR icon/item/17160.tga +17175 ARMOR icon/item/17160.tga +17176 ARMOR icon/item/17160.tga +17177 ARMOR icon/item/17160.tga +17178 ARMOR icon/item/17160.tga +17179 ARMOR icon/item/17160.tga +17180 ARMOR icon/item/17180.tga +17181 ARMOR icon/item/17180.tga +17182 ARMOR icon/item/17180.tga +17183 ARMOR icon/item/17180.tga +17184 ARMOR icon/item/17180.tga +17185 ARMOR icon/item/17180.tga +17186 ARMOR icon/item/17180.tga +17187 ARMOR icon/item/17180.tga +17188 ARMOR icon/item/17180.tga +17189 ARMOR icon/item/17180.tga +17190 ARMOR icon/item/17180.tga +17191 ARMOR icon/item/17180.tga +17192 ARMOR icon/item/17180.tga +17193 ARMOR icon/item/17180.tga +17194 ARMOR icon/item/17180.tga +17195 ARMOR icon/item/17180.tga +17196 ARMOR icon/item/17180.tga +17197 ARMOR icon/item/17180.tga +17198 ARMOR icon/item/17180.tga +17199 ARMOR icon/item/17180.tga +17200 ARMOR icon/item/17200.tga +17201 ARMOR icon/item/17200.tga +17202 ARMOR icon/item/17200.tga +17203 ARMOR icon/item/17200.tga +17204 ARMOR icon/item/17200.tga +17205 ARMOR icon/item/17200.tga +17206 ARMOR icon/item/17200.tga +17207 ARMOR icon/item/17200.tga +17208 ARMOR icon/item/17200.tga +17209 ARMOR icon/item/17200.tga +17210 ARMOR icon/item/17200.tga +17211 ARMOR icon/item/17200.tga +17212 ARMOR icon/item/17200.tga +17213 ARMOR icon/item/17200.tga +17214 ARMOR icon/item/17200.tga +17215 ARMOR icon/item/17200.tga +17216 ARMOR icon/item/17200.tga +17217 ARMOR icon/item/17200.tga +17218 ARMOR icon/item/17200.tga +17219 ARMOR icon/item/17200.tga +17220 ARMOR icon/item/17220.tga +17221 ARMOR icon/item/17220.tga +17222 ARMOR icon/item/17220.tga +17223 ARMOR icon/item/17220.tga +17224 ARMOR icon/item/17220.tga +17225 ARMOR icon/item/17220.tga +17226 ARMOR icon/item/17220.tga +17227 ARMOR icon/item/17220.tga +17228 ARMOR icon/item/17220.tga +17229 ARMOR icon/item/17220.tga +18000 ETC icon/item/18000.tga +18001 ETC icon/item/18000.tga +18002 ETC icon/item/18000.tga +18003 ETC icon/item/18000.tga +18004 ETC icon/item/18000.tga +18005 ETC icon/item/18000.tga +18006 ETC icon/item/18000.tga +18007 ETC icon/item/18000.tga +18008 ETC icon/item/18000.tga +18009 ETC icon/item/18000.tga +18010 ETC icon/item/18010.tga +18011 ETC icon/item/18010.tga +18012 ETC icon/item/18010.tga +18013 ETC icon/item/18010.tga +18014 ETC icon/item/18010.tga +18015 ETC icon/item/18010.tga +18016 ETC icon/item/18010.tga +18017 ETC icon/item/18010.tga +18018 ETC icon/item/18010.tga +18019 ETC icon/item/18010.tga +18020 ETC icon/item/18020.tga +18021 ETC icon/item/18020.tga +18022 ETC icon/item/18020.tga +18023 ETC icon/item/18020.tga +18024 ETC icon/item/18020.tga +18025 ETC icon/item/18020.tga +18026 ETC icon/item/18020.tga +18027 ETC icon/item/18020.tga +18028 ETC icon/item/18020.tga +18029 ETC icon/item/18020.tga +18030 ETC icon/item/18030.tga +18031 ETC icon/item/18030.tga +18032 ETC icon/item/18030.tga +18033 ETC icon/item/18030.tga +18034 ETC icon/item/18030.tga +18035 ETC icon/item/18030.tga +18036 ETC icon/item/18030.tga +18037 ETC icon/item/18030.tga +18038 ETC icon/item/18030.tga +18039 ETC icon/item/18030.tga +18040 ETC icon/item/18040.tga +18041 ETC icon/item/18040.tga +18042 ETC icon/item/18040.tga +18043 ETC icon/item/18040.tga +18044 ETC icon/item/18040.tga +18045 ETC icon/item/18040.tga +18046 ETC icon/item/18040.tga +18047 ETC icon/item/18040.tga +18048 ETC icon/item/18040.tga +18049 ETC icon/item/18040.tga +18050 ETC icon/item/18050.tga +18051 ETC icon/item/18050.tga +18052 ETC icon/item/18050.tga +18053 ETC icon/item/18050.tga +18054 ETC icon/item/18050.tga +18055 ETC icon/item/18050.tga +18056 ETC icon/item/18050.tga +18057 ETC icon/item/18050.tga +18058 ETC icon/item/18050.tga +18059 ETC icon/item/18050.tga +18060 ETC icon/item/18060.tga +18061 ETC icon/item/18060.tga +18062 ETC icon/item/18060.tga +18063 ETC icon/item/18060.tga +18064 ETC icon/item/18060.tga +18065 ETC icon/item/18060.tga +18066 ETC icon/item/18060.tga +18067 ETC icon/item/18060.tga +18068 ETC icon/item/18060.tga +18069 ETC icon/item/18060.tga +18070 ETC icon/item/18070.tga +18071 ETC icon/item/18070.tga +18072 ETC icon/item/18070.tga +18073 ETC icon/item/18070.tga +18074 ETC icon/item/18070.tga +18075 ETC icon/item/18070.tga +18076 ETC icon/item/18070.tga +18077 ETC icon/item/18070.tga +18078 ETC icon/item/18070.tga +18079 ETC icon/item/18070.tga +18080 ETC icon/item/18080.tga +18081 ETC icon/item/18080.tga +18082 ETC icon/item/18080.tga +18083 ETC icon/item/18080.tga +18084 ETC icon/item/18080.tga +18085 ETC icon/item/18080.tga +18086 ETC icon/item/18080.tga +18087 ETC icon/item/18080.tga +18088 ETC icon/item/18080.tga +18089 ETC icon/item/18080.tga +18900 ETC icon/item/18900.tga +22000 ETC icon/item/22000.tga +22010 ETC icon/item/22000.tga +22011 ETC icon/item/22000.tga +25040 ETC icon/item/25040.tga +25041 ETC icon/item/30064.tga +25100 ETC icon/item/25000.tga +27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 +27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 +27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 +27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 +27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 +27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 +27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 +27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 +27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 +27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 +27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 +27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 +27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 +27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 +27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 +27600 ETC icon/item/27600.tga +27610 ETC icon/item/27610.tga +27620 ETC icon/item/27620.tga +27799 ETC icon/item/27799.tga +27800 ETC icon/item/27800.tga +27801 ETC icon/item/27801.tga +27802 ETC icon/item/27802.tga +27803 ETC icon/item/27803.tga +27804 ETC icon/item/27804.tga +27805 ETC icon/item/27805.tga +27806 ETC icon/item/27806.tga +27807 ETC icon/item/27807.tga +27808 ETC icon/item/27808.tga +27809 ETC icon/item/27809.tga +27810 ETC icon/item/27810.tga +27811 ETC icon/item/27811.tga +27812 ETC icon/item/27812.tga +27813 ETC icon/item/27813.tga +27814 ETC icon/item/27814.tga +27815 ETC icon/item/27815.tga +27816 ETC icon/item/27816.tga +27817 ETC icon/item/27817.tga +27818 ETC icon/item/27818.tga +27819 ETC icon/item/27819.tga +27820 ETC icon/item/27820.tga +27821 ETC icon/item/27821.tga +27822 ETC icon/item/27822.tga +27823 ETC icon/item/27823.tga +27833 ETC icon/item/27833.tga +27834 ETC icon/item/27834.tga +27835 ETC icon/item/27835.tga +27836 ETC icon/item/27836.tga +27837 ETC icon/item/27837.tga +27838 ETC icon/item/27838.tga +27839 ETC icon/item/27839.tga +27840 ETC icon/item/27840.tga +27841 ETC icon/item/27841.tga +27842 ETC icon/item/27842.tga +27843 ETC icon/item/27843.tga +27844 ETC icon/item/27844.tga +27845 ETC icon/item/27845.tga +27846 ETC icon/item/27846.tga +27847 ETC icon/item/27847.tga +27848 ETC icon/item/27848.tga +27849 ETC icon/item/27849.tga +27850 ETC icon/item/27850.tga +27851 ETC icon/item/27851.tga +27852 ETC icon/item/27852.tga +27853 ETC icon/item/27853.tga +27863 ETC icon/item/27863.tga +27864 ETC icon/item/27864.tga +27865 ETC icon/item/27865.tga +27866 ETC icon/item/27866.tga +27867 ETC icon/item/27867.tga +27868 ETC icon/item/27868.tga +27869 ETC icon/item/27869.tga +27870 ETC icon/item/27870.tga +27871 ETC icon/item/27871.tga +27872 ETC icon/item/27872.tga +27873 ETC icon/item/27873.tga +27874 ETC icon/item/27874.tga +27875 ETC icon/item/27875.tga +27876 ETC icon/item/27876.tga +27877 ETC icon/item/27877.tga +27878 ETC icon/item/27878.tga +27879 ETC icon/item/27879.tga +27880 ETC icon/item/27880.tga +27881 ETC icon/item/27881.tga +27882 ETC icon/item/27882.tga +27883 ETC icon/item/27883.tga +27987 ETC icon/item/27987.tga +27988 ETC icon/item/27988.tga +27989 ETC icon/item/27989.tga +27990 ETC icon/item/27990.tga +27991 ETC icon/item/27991.tga +27992 ETC icon/item/27992.tga +27993 ETC icon/item/27993.tga +27994 ETC icon/item/27994.tga +27995 ETC icon/item/27995.tga +27996 ETC icon/item/27996.tga +27997 ETC icon/item/27997.tga +27999 ETC icon/item/27999.tga +28000 ETC icon/item/28004.tga +28001 ETC icon/item/28001.tga +28002 ETC icon/item/28002.tga +28003 ETC icon/item/28003.tga +28004 ETC icon/item/28005.tga +28005 ETC icon/item/28005.tga +28006 ETC icon/item/28006.tga +28007 ETC icon/item/28007.tga +28008 ETC icon/item/28006.tga +28009 ETC icon/item/28009.tga +28010 ETC icon/item/28010.tga +28011 ETC icon/item/28011.tga +28012 ETC icon/item/28007.tga +28013 ETC icon/item/28013.tga +28030 ETC icon/item/28000.tga +28031 ETC icon/item/28001.tga +28032 ETC icon/item/28002.tga +28033 ETC icon/item/28003.tga +28034 ETC icon/item/28004.tga +28035 ETC icon/item/28005.tga +28036 ETC icon/item/28006.tga +28037 ETC icon/item/28007.tga +28038 ETC icon/item/28008.tga +28039 ETC icon/item/28009.tga +28040 ETC icon/item/28010.tga +28041 ETC icon/item/28011.tga +28042 ETC icon/item/28012.tga +28043 ETC icon/item/28013.tga +28100 ETC icon/item/28004.tga +28101 ETC icon/item/28001.tga +28102 ETC icon/item/28002.tga +28103 ETC icon/item/28003.tga +28104 ETC icon/item/28005.tga +28105 ETC icon/item/28005.tga +28106 ETC icon/item/28006.tga +28107 ETC icon/item/28007.tga +28108 ETC icon/item/28006.tga +28109 ETC icon/item/28009.tga +28110 ETC icon/item/28010.tga +28111 ETC icon/item/28011.tga +28112 ETC icon/item/28007.tga +28113 ETC icon/item/28013.tga +28130 ETC icon/item/28000.tga +28131 ETC icon/item/28001.tga +28132 ETC icon/item/28002.tga +28133 ETC icon/item/28003.tga +28134 ETC icon/item/28004.tga +28135 ETC icon/item/28005.tga +28136 ETC icon/item/28006.tga +28137 ETC icon/item/28007.tga +28138 ETC icon/item/28008.tga +28139 ETC icon/item/28009.tga +28140 ETC icon/item/28010.tga +28141 ETC icon/item/28011.tga +28142 ETC icon/item/28012.tga +28143 ETC icon/item/28013.tga +28200 ETC icon/item/28004.tga +28201 ETC icon/item/28001.tga +28202 ETC icon/item/28002.tga +28203 ETC icon/item/28003.tga +28204 ETC icon/item/28005.tga +28205 ETC icon/item/28005.tga +28206 ETC icon/item/28006.tga +28207 ETC icon/item/28007.tga +28208 ETC icon/item/28006.tga +28209 ETC icon/item/28009.tga +28210 ETC icon/item/28010.tga +28211 ETC icon/item/28011.tga +28212 ETC icon/item/28007.tga +28213 ETC icon/item/28013.tga +28230 ETC icon/item/28000.tga +28231 ETC icon/item/28001.tga +28232 ETC icon/item/28002.tga +28233 ETC icon/item/28003.tga +28234 ETC icon/item/28004.tga +28235 ETC icon/item/28005.tga +28236 ETC icon/item/28006.tga +28237 ETC icon/item/28007.tga +28238 ETC icon/item/28008.tga +28239 ETC icon/item/28009.tga +28240 ETC icon/item/28010.tga +28241 ETC icon/item/28011.tga +28242 ETC icon/item/28012.tga +28243 ETC icon/item/28013.tga +28300 ETC icon/item/28004.tga +28301 ETC icon/item/28001.tga +28302 ETC icon/item/28002.tga +28303 ETC icon/item/28003.tga +28304 ETC icon/item/28005.tga +28305 ETC icon/item/28005.tga +28306 ETC icon/item/28006.tga +28307 ETC icon/item/28007.tga +28308 ETC icon/item/28006.tga +28309 ETC icon/item/28009.tga +28310 ETC icon/item/28010.tga +28311 ETC icon/item/28011.tga +28312 ETC icon/item/28007.tga +28313 ETC icon/item/28013.tga +28330 ETC icon/item/28000.tga +28331 ETC icon/item/28001.tga +28332 ETC icon/item/28002.tga +28333 ETC icon/item/28003.tga +28334 ETC icon/item/28004.tga +28335 ETC icon/item/28005.tga +28336 ETC icon/item/28006.tga +28337 ETC icon/item/28007.tga +28338 ETC icon/item/28008.tga +28339 ETC icon/item/28009.tga +28340 ETC icon/item/28010.tga +28341 ETC icon/item/28011.tga +28342 ETC icon/item/28012.tga +28343 ETC icon/item/28013.tga +28400 ETC icon/item/28004.tga +28401 ETC icon/item/28001.tga +28402 ETC icon/item/28002.tga +28403 ETC icon/item/28003.tga +28404 ETC icon/item/28005.tga +28405 ETC icon/item/28005.tga +28406 ETC icon/item/28006.tga +28407 ETC icon/item/28007.tga +28408 ETC icon/item/28006.tga +28409 ETC icon/item/28009.tga +28410 ETC icon/item/28010.tga +28411 ETC icon/item/28011.tga +28412 ETC icon/item/28007.tga +28413 ETC icon/item/28013.tga +28430 ETC icon/item/28000.tga +28431 ETC icon/item/28001.tga +28432 ETC icon/item/28002.tga +28433 ETC icon/item/28003.tga +28434 ETC icon/item/28004.tga +28435 ETC icon/item/28005.tga +28436 ETC icon/item/28006.tga +28437 ETC icon/item/28007.tga +28438 ETC icon/item/28008.tga +28439 ETC icon/item/28009.tga +28440 ETC icon/item/28010.tga +28441 ETC icon/item/28011.tga +28442 ETC icon/item/28012.tga +28443 ETC icon/item/28013.tga +28500 ETC icon/item/28000.tga +28501 ETC icon/item/28001.tga +28502 ETC icon/item/28002.tga +28503 ETC icon/item/28003.tga +28504 ETC icon/item/28004.tga +28505 ETC icon/item/28005.tga +28506 ETC icon/item/28006.tga +28507 ETC icon/item/28007.tga +28508 ETC icon/item/28008.tga +28509 ETC icon/item/28009.tga +28510 ETC icon/item/28010.tga +28511 ETC icon/item/28011.tga +28512 ETC icon/item/28012.tga +28513 ETC icon/item/28013.tga +28530 ETC icon/item/28000.tga +28531 ETC icon/item/28001.tga +28532 ETC icon/item/28002.tga +28533 ETC icon/item/28003.tga +28534 ETC icon/item/28004.tga +28535 ETC icon/item/28005.tga +28536 ETC icon/item/28006.tga +28537 ETC icon/item/28007.tga +28538 ETC icon/item/28008.tga +28539 ETC icon/item/28009.tga +28540 ETC icon/item/28010.tga +28541 ETC icon/item/28011.tga +28542 ETC icon/item/28012.tga +28543 ETC icon/item/28013.tga +28600 ETC icon/item/28000.tga +28601 ETC icon/item/28001.tga +28602 ETC icon/item/28002.tga +28603 ETC icon/item/28003.tga +28604 ETC icon/item/28004.tga +28605 ETC icon/item/28005.tga +28606 ETC icon/item/28006.tga +28607 ETC icon/item/28007.tga +28608 ETC icon/item/28008.tga +28609 ETC icon/item/28009.tga +28610 ETC icon/item/28010.tga +28611 ETC icon/item/28011.tga +28612 ETC icon/item/28012.tga +28613 ETC icon/item/28013.tga +28630 ETC icon/item/28000.tga +28631 ETC icon/item/28001.tga +28632 ETC icon/item/28002.tga +28633 ETC icon/item/28003.tga +28634 ETC icon/item/28004.tga +28635 ETC icon/item/28005.tga +28636 ETC icon/item/28006.tga +28637 ETC icon/item/28007.tga +28638 ETC icon/item/28008.tga +28639 ETC icon/item/28009.tga +28640 ETC icon/item/28010.tga +28641 ETC icon/item/28011.tga +28642 ETC icon/item/28012.tga +28643 ETC icon/item/28013.tga +28700 ETC icon/item/28000.tga +28701 ETC icon/item/28001.tga +28702 ETC icon/item/28002.tga +28703 ETC icon/item/28003.tga +28704 ETC icon/item/28004.tga +28705 ETC icon/item/28005.tga +28706 ETC icon/item/28006.tga +28707 ETC icon/item/28007.tga +28708 ETC icon/item/28008.tga +28709 ETC icon/item/28009.tga +28710 ETC icon/item/28010.tga +28711 ETC icon/item/28011.tga +28712 ETC icon/item/28012.tga +28713 ETC icon/item/28013.tga +28730 ETC icon/item/28000.tga +28731 ETC icon/item/28001.tga +28732 ETC icon/item/28002.tga +28733 ETC icon/item/28003.tga +28734 ETC icon/item/28004.tga +28735 ETC icon/item/28005.tga +28736 ETC icon/item/28006.tga +28737 ETC icon/item/28007.tga +28738 ETC icon/item/28008.tga +28739 ETC icon/item/28009.tga +28740 ETC icon/item/28010.tga +28741 ETC icon/item/28011.tga +28742 ETC icon/item/28012.tga +28743 ETC icon/item/28013.tga +28800 ETC icon/item/28000.tga +28801 ETC icon/item/28001.tga +28802 ETC icon/item/28002.tga +28803 ETC icon/item/28003.tga +28804 ETC icon/item/28004.tga +28805 ETC icon/item/28005.tga +28806 ETC icon/item/28006.tga +28807 ETC icon/item/28007.tga +28808 ETC icon/item/28008.tga +28809 ETC icon/item/28009.tga +28810 ETC icon/item/28010.tga +28811 ETC icon/item/28011.tga +28812 ETC icon/item/28012.tga +28813 ETC icon/item/28013.tga +28830 ETC icon/item/28000.tga +28831 ETC icon/item/28001.tga +28832 ETC icon/item/28002.tga +28833 ETC icon/item/28003.tga +28834 ETC icon/item/28004.tga +28835 ETC icon/item/28005.tga +28836 ETC icon/item/28006.tga +28837 ETC icon/item/28007.tga +28838 ETC icon/item/28008.tga +28839 ETC icon/item/28009.tga +28840 ETC icon/item/28010.tga +28841 ETC icon/item/28011.tga +28842 ETC icon/item/28012.tga +28843 ETC icon/item/28013.tga +28900 ETC icon/item/28000.tga +28901 ETC icon/item/28001.tga +28902 ETC icon/item/28002.tga +28903 ETC icon/item/28003.tga +28904 ETC icon/item/28004.tga +28905 ETC icon/item/28005.tga +28906 ETC icon/item/28006.tga +28907 ETC icon/item/28007.tga +28908 ETC icon/item/28008.tga +28909 ETC icon/item/28009.tga +28910 ETC icon/item/28010.tga +28911 ETC icon/item/28011.tga +28912 ETC icon/item/28012.tga +28913 ETC icon/item/28013.tga +28930 ETC icon/item/28000.tga +28931 ETC icon/item/28001.tga +28932 ETC icon/item/28002.tga +28933 ETC icon/item/28003.tga +28934 ETC icon/item/28004.tga +28935 ETC icon/item/28005.tga +28936 ETC icon/item/28006.tga +28937 ETC icon/item/28007.tga +28938 ETC icon/item/28008.tga +28939 ETC icon/item/28009.tga +28940 ETC icon/item/28010.tga +28941 ETC icon/item/28011.tga +28942 ETC icon/item/28012.tga +28943 ETC icon/item/28013.tga +28960 ETC icon/item/28960.tga +30000 ETC icon/item/30000.tga +30001 ETC icon/item/30001.tga +30002 ETC icon/item/30002.tga +30003 ETC icon/item/30003.tga +30004 ETC icon/item/30004.tga +30005 ETC icon/item/30005.tga +30006 ETC icon/item/30006.tga +30007 ETC icon/item/30007.tga +30008 ETC icon/item/30008.tga +30009 ETC icon/item/30009.tga +30010 ETC icon/item/30010.tga +30011 ETC icon/item/30011.tga +30012 ETC icon/item/30012.tga +30013 ETC icon/item/30013.tga +30014 ETC icon/item/30014.tga +30015 ETC icon/item/30015.tga +30016 ETC icon/item/30016.tga +30017 ETC icon/item/30017.tga +30018 ETC icon/item/30018.tga +30019 ETC icon/item/30019.tga +30020 ETC icon/item/30020.tga +30021 ETC icon/item/30021.tga +30022 ETC icon/item/30022.tga +30023 ETC icon/item/30023.tga +30024 ETC icon/item/30024.tga +30025 ETC icon/item/30025.tga +30026 ETC icon/item/30026.tga +30027 ETC icon/item/30027.tga +30028 ETC icon/item/30028.tga +30029 ETC icon/item/30029.tga +30030 ETC icon/item/30030.tga +30031 ETC icon/item/30031.tga +30032 ETC icon/item/30032.tga +30033 ETC icon/item/30033.tga +30034 ETC icon/item/30034.tga +30035 ETC icon/item/30035.tga +30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 +30037 ETC icon/item/30037.tga +30038 ETC icon/item/30038.tga +30039 ETC icon/item/30039.tga +30040 ETC icon/item/30040.tga +30041 ETC icon/item/30041.tga +30042 ETC icon/item/30042.tga +30043 ETC icon/item/30043.tga +30044 ETC icon/item/30044.tga +30045 ETC icon/item/30045.tga +30046 ETC icon/item/30046.tga +30047 ETC icon/item/30047.tga +30048 ETC icon/item/30048.tga +30049 ETC icon/item/30049.tga +30050 ETC icon/item/30050.tga +30051 ETC icon/item/30051.tga +30052 ETC icon/item/30052.tga +30053 ETC icon/item/30053.tga +30054 ETC icon/item/30054.tga +30055 ETC icon/item/30055.tga +30056 ETC icon/item/30056.tga +30057 ETC icon/item/30057.tga +30058 ETC icon/item/30058.tga +30059 ETC icon/item/30059.tga +30060 ETC icon/item/30060.tga +30061 ETC icon/item/30061.tga +30062 ETC icon/item/30062.tga +30063 ETC icon/item/30063.tga +30064 ETC icon/item/30064.tga +30065 ETC icon/item/30065.tga +30066 ETC icon/item/30066.tga +30067 ETC icon/item/30067.tga +30068 ETC icon/item/30068.tga +30069 ETC icon/item/30028.tga +30070 ETC icon/item/30027.tga +30071 ETC icon/item/30010.tga +30072 ETC icon/item/30053.tga +30073 ETC icon/item/30034.tga +30074 ETC icon/item/30032.tga +30075 ETC icon/item/30041.tga +30076 ETC icon/item/30007.tga +30077 ETC icon/item/30006.tga +30078 ETC icon/item/30008.tga +30079 ETC icon/item/30051.tga +30080 ETC icon/item/30047.tga +30081 ETC icon/item/30046.tga +30082 ETC icon/item/30022.tga +30083 ETC icon/item/30009.tga +30084 ETC icon/item/30051.tga +30085 ETC icon/item/30039.tga +30086 ETC icon/item/30015.tga +30087 ETC icon/item/30016.tga +30088 ETC icon/item/30048.tga +30089 ETC icon/item/30014.tga +30090 ETC icon/item/30050.tga +30091 ETC icon/item/30091.tga +30092 ETC icon/item/30092.tga +30093 ETC icon/item/30093.tga +30094 ETC icon/item/30094.tga +30095 ETC icon/item/30095.tga +30096 ETC icon/item/30096.tga +30097 ETC icon/item/30096.tga +30101 ETC season1/icon/item/30101.tga +30102 ETC season1/icon/item/30102.tga +30116 ETC season1/icon/item/30116.tga +30129 ETC icon/item/30129.tga +30130 ETC icon/item/30130.tga +30131 ETC icon/item/30131.tga +30132 ETC icon/item/30132.tga +30133 ETC icon/item/30133.tga +30134 ETC icon/item/30134.tga +30135 ETC icon/item/30135.tga +30136 ETC season1/icon/item/30136.tga +30137 ETC season1/icon/item/30137.tga +30138 ETC season1/icon/item/30138.tga +30139 ETC season1/icon/item/30139.tga +30140 ETC season1/icon/item/30140.tga +30141 ETC season1/icon/item/30141.tga +30142 ETC season1/icon/item/30142.tga +30143 ETC season1/icon/item/30143.tga +30144 ETC season1/icon/item/30144.tga +30145 ETC season1/icon/item/30145.tga +30146 ETC season1/icon/item/30146.tga +30147 ETC season1/icon/item/30147.tga +30148 ETC season1/icon/item/30148.tga +30149 ETC season1/icon/item/30149.tga +30150 ETC season1/icon/item/30150.tga +30151 ETC season1/icon/item/30151.tga +30152 ETC season1/icon/item/30152.tga +30153 ETC season1/icon/item/30153.tga +30154 ETC season1/icon/item/30154.tga +30155 ETC season1/icon/item/30155.tga +30156 ETC season1/icon/item/30156.tga +30157 ETC season1/icon/item/30157.tga +30158 ETC season1/icon/item/30158.tga +30159 ETC season1/icon/item/30159.tga +30160 ETC season1/icon/item/30160.tga +30161 ETC icon/item/30041.tga +30162 ETC icon/item/30057.tga +30163 ETC icon/item/30056.tga +30164 ETC icon/item/30047.tga +30165 ETC season1/icon/item/30165.tga +30166 ETC season1/icon/item/30166.tga +30167 ETC season1/icon/item/30167.tga +30168 ETC season1/icon/item/30168.tga +30169 ETC icon/item/30169.tga +30170 ETC icon/item/30170.tga +30171 ETC icon/item/30171.tga +30172 ETC icon/item/30172.tga +30173 ETC icon/item/30173.tga +30174 ETC icon/item/30174.tga +30175 ETC icon/item/30175.tga +30176 ETC icon/item/30176.tga +30177 ETC icon/item/30177.tga +30178 ETC icon/item/30178.tga +30179 ETC icon/item/30179.tga +30180 ETC icon/item/30180.tga +30181 ETC icon/item/30181.tga +30182 ETC icon/item/30182.tga +30183 ETC icon/item/30183.tga +30184 ETC icon/item/30184.tga +30185 ETC icon/item/30185.tga +30186 ETC icon/item/30186.tga +30187 ETC icon/item/30187.tga +30188 ETC icon/item/30188.tga +30189 ETC icon/item/30189.tga +30190 ETC icon/item/30190.tga +30191 ETC icon/item/30190.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30226 ETC season1/icon/item/30226.tga +30227 ETC season1/icon/item/30227.tga +30228 ETC icon/item/30228.tga +30229 ETC icon/item/30229.tga +30202 ETC icon/item/30202.tga +30210 ETC season1/icon/item/30210.tga +30211 ETC season1/icon/item/30211.tga +30212 ETC season1/icon/item/30212.tga +30213 ETC season1/icon/item/30213.tga +30214 ETC season1/icon/item/30214.tga +30215 ETC season1/icon/item/30215.tga +30216 ETC season1/icon/item/30216.tga +30217 ETC season1/icon/item/30217.tga +30218 ETC season1/icon/item/30218.tga +30219 ETC season1/icon/item/30219.tga +30220 ETC season1/icon/item/30220.tga +30221 ETC season1/icon/item/30221.tga +30222 ETC season1/icon/item/30222.tga +30223 ETC season1/icon/item/30223.tga +30224 ETC season1/icon/item/30224.tga +30225 ETC season1/icon/item/30225.tga +30300 ETC season1/icon/item/30300.tga +30301 ETC season1/icon/item/30301.tga +30302 ETC season1/icon/item/30302.tga +30303 ETC season1/icon/item/30303.tga +30304 ETC season1/icon/item/30304.tga +30311 ETC icon/item/30311.tga +30312 ETC icon/item/30312.tga +30315 ETC icon/item/30315.tga +30316 ETC icon/item/30316.tga +30317 ETC icon/item/30317.tga +30318 ETC icon/item/30318.tga +30319 ETC icon/item/30319.tga +30320 ETC icon/item/30320.tga +30321 ETC icon/item/50095.tga +30322 ETC icon/item/30322.tga +30323 ETC icon/item/30323.tga +35000 ETC season1/icon/item/30143.tga +35001 ETC season1/icon/item/30144.tga +40001 ETC icon/item/40001.tga +40002 ETC icon/item/40002.tga +40003 ETC icon/item/40003.tga +40004 ETC icon/item/40004.tga +41311 ETC icon/item/41311.tga +41312 ETC icon/item/41312.tga +41313 ETC icon/item/41311.tga +41314 ETC icon/item/41312.tga +50001 ETC icon/item/50001.tga +50002 ETC icon/item/50002.tga +50003 ETC icon/item/50003.tga +50004 ETC icon/item/27989.tga +50005 ETC icon/item/70027.tga +50006 ETC icon/item/50006.tga +50007 ETC icon/item/50007.tga +50008 ETC icon/item/50008.tga +50009 ETC icon/item/50009.tga +50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 +50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 +50012 ETC icon/item/50006.tga +50013 ETC icon/item/50007.tga +50014 ETC icon/item/50008.tga +50015 ETC icon/item/50009.tga +50016 ETC icon/item/50016.tga +50017 ETC icon/item/50017.tga +50018 ETC icon/item/50018.tga +50019 ETC icon/item/50019.tga +50020 ETC icon/item/50020.tga +50021 ETC icon/item/50020.tga +50022 ETC icon/item/50020.tga +50023 ETC icon/item/50023.tga +50024 ETC icon/item/50024.tga +50025 ETC icon/item/50025.tga +50026 ETC icon/item/money.tga +50027 ETC icon/item/50027.tga +50028 ETC icon/item/50002.tga +50029 ETC icon/item/50002.tga +50030 ETC icon/item/50002.tga +50031 ETC icon/item/50031.tga +50032 ETC icon/item/50032.tga +50033 ETC icon/item/50033.tga +50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 +50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 +50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 +50037 ETC icon/item/50037.tga +50038 ETC season1/icon/item/50038.tga +50039 ETC season1/icon/item/50039.tga +50040 ETC season1/icon/item/50040.tga +50042 ETC icon/item/50042.tga +50050 ETC icon/item/50050.tga +50051 ETC icon/item/50051.tga +50052 ETC icon/item/50052.tga +50053 ETC icon/item/50053.tga +50054 ETC icon/item/50054.tga +50055 ETC icon/item/50055.tga +50056 ETC icon/item/50056.tga +50057 ETC icon/item/30036.tga +50058 ETC icon/item/50058.tga +50059 ETC icon/item/50059.tga +50060 ETC icon/item/book_44.tga +50061 ETC season1/icon/item/50061.tga +50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50083 ETC icon/item/70027.tga +50084 ETC icon/item/50084.tga +50085 ETC icon/item/50085.tga +50086 ETC icon/item/50086.tga +50087 ETC icon/item/50087.tga +50088 ETC icon/item/50088.tga +50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50091 ETC season1/icon/item/50091.tga +50092 ETC season1/icon/item/50092.tga +50093 ETC season1/icon/item/50093.tga +50094 ETC season1/icon/item/50094.tga +50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 +50100 ETC icon/item/50100.tga +50101 ETC icon/item/50101.tga +50102 ETC icon/item/50102.tga +50103 ETC icon/item/50100.tga +50104 ETC icon/item/50101.tga +50105 ETC icon/item/50102.tga +50106 ETC icon/item/50102.tga +50107 ETC icon/item/50107.tga +50108 ETC icon/item/50108.tga +50109 ETC season1/icon/item/50109.tga +50110 ETC season1/icon/item/50110.tga +50111 ETC season1/icon/item/50111.tga +50112 ETC season1/icon/item/50112.tga +50113 ETC season1/icon/item/50113.tga +50114 ETC season1/icon/item/50114.tga +50115 ETC season1/icon/item/50115.tga +50116 ETC season1/icon/item/50116.tga +50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50120 ETC season1/icon/item/30300.tga +50121 ETC season1/icon/item/30300.tga +50122 ETC season1/icon/item/30300.tga +30192 ETC icon/item/30192.tga +30193 ETC icon/item/30193.tga +30194 ETC icon/item/30194.tga +30195 ETC icon/item/30195.tga +30196 ETC icon/item/30196.tga +30197 ETC icon/item/30197.tga +30198 ETC icon/item/30198.tga +30199 ETC icon/item/30199.tga +71123 ETC icon/item/71123.tga +71129 ETC icon/item/71129.tga +50123 ETC icon/item/50123.tga +50124 ETC icon/item/50124.tga +50125 ETC icon/item/50125.tga +50126 ETC icon/item/50125.tga +50127 ETC icon/item/50127.tga +50128 ETC icon/item/50128.tga +50129 ETC icon/item/50129.tga +50130 ETC icon/item/50130.tga +50131 ETC icon/item/50131.tga +50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 +50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 +50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 +50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 +50150 ETC icon/item/50150.tga +50151 ETC icon/item/50151.tga +50152 ETC icon/item/50152.tga +50153 ETC icon/item/50153.tga +50154 ETC icon/item/50154.tga +50155 ETC icon/item/50155.tga +50156 ETC icon/item/50156.tga +50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 +50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 +50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 +50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 +50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 +50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 +50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 +50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 +50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 +50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 +50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 +50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 +50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 +50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 +50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 +50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 +50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 +50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 +50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 +50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 +50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 +50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 +50182 ETC icon/item/50182.tga +50183 ETC icon/item/50183.tga +50200 ETC icon/item/50200.tga +50215 ETC icon/item/50215.tga +50300 ETC icon/item/book_01.tga +50301 ETC icon/item/book_11.tga +50302 ETC icon/item/book_12.tga +50303 ETC icon/item/book_13.tga +50304 ETC icon/item/book_14.tga +50305 ETC icon/item/book_15.tga +50306 ETC icon/item/book_16.tga +50307 ETC icon/item/50307.tga +50308 ETC icon/item/50308.tga +50309 ETC icon/item/50309.tga +50310 ETC icon/item/50310.tga +50311 ETC icon/item/book_03.tga +50312 ETC icon/item/book_02.tga +50313 ETC icon/item/book_06.tga +50314 ETC icon/item/book_07.tga +50315 ETC icon/item/book_07.tga +50316 ETC icon/item/book_07.tga +50317 ETC icon/item/50307.tga +50318 ETC icon/item/50307.tga +50319 ETC icon/item/50308.tga +50320 ETC icon/item/50309.tga +50321 ETC icon/item/50310.tga +50322 ETC season1/icon/item/50322.tga +50401 ETC icon/item/book_11.tga +50402 ETC icon/item/book_11.tga +50403 ETC icon/item/book_11.tga +50404 ETC icon/item/book_11.tga +50405 ETC icon/item/book_11.tga +50416 ETC icon/item/book_12.tga +50417 ETC icon/item/book_12.tga +50418 ETC icon/item/book_12.tga +50419 ETC icon/item/book_12.tga +50420 ETC icon/item/book_12.tga +50431 ETC icon/item/book_13.tga +50432 ETC icon/item/book_13.tga +50433 ETC icon/item/book_13.tga +50434 ETC icon/item/book_13.tga +50435 ETC icon/item/book_13.tga +50446 ETC icon/item/book_14.tga +50447 ETC icon/item/book_14.tga +50448 ETC icon/item/book_14.tga +50449 ETC icon/item/book_14.tga +50450 ETC icon/item/book_14.tga +50461 ETC icon/item/book_15.tga +50462 ETC icon/item/book_15.tga +50463 ETC icon/item/book_15.tga +50464 ETC icon/item/book_15.tga +50465 ETC icon/item/book_15.tga +50466 ETC icon/item/book_15.tga +50476 ETC icon/item/book_16.tga +50477 ETC icon/item/book_16.tga +50478 ETC icon/item/book_16.tga +50479 ETC icon/item/book_16.tga +50480 ETC icon/item/book_16.tga +50481 ETC icon/item/book_16.tga +50491 ETC icon/item/book_17.tga +50492 ETC icon/item/book_17.tga +50493 ETC icon/item/book_17.tga +50494 ETC icon/item/book_17.tga +50495 ETC icon/item/book_17.tga +50496 ETC icon/item/book_17.tga +50506 ETC icon/item/book_18.tga +50507 ETC icon/item/book_18.tga +50508 ETC icon/item/book_18.tga +50509 ETC icon/item/book_18.tga +50510 ETC icon/item/book_18.tga +50511 ETC icon/item/book_18.tga +50512 ETC icon/item/50512.tga +50513 ETC icon/item/50513.tga +50600 ETC icon/item/book_45.tga +50601 ETC icon/item/50601.tga +50602 ETC icon/item/50602.tga +50603 ETC icon/item/50603.tga +50604 ETC icon/item/50604.tga +50605 ETC icon/item/50605.tga +50606 ETC icon/item/50606.tga +50607 ETC icon/item/50607.tga +50608 ETC icon/item/50608.tga +50609 ETC icon/item/50609.tga +50610 ETC icon/item/50610.tga +50611 ETC icon/item/50611.tga +50612 ETC icon/item/50612.tga +50613 ETC icon/item/50613.tga +50621 ETC icon/item/50621.tga +50622 ETC icon/item/50622.tga +50623 ETC icon/item/50623.tga +50624 ETC icon/item/50624.tga +50625 ETC icon/item/50625.tga +50626 ETC icon/item/50626.tga +50627 ETC icon/item/50627.tga +50628 ETC icon/item/50628.tga +50629 ETC icon/item/50629.tga +50630 ETC icon/item/50630.tga +50631 ETC icon/item/50631.tga +50632 ETC icon/item/50632.tga +50633 ETC icon/item/50633.tga +50701 ETC season1/icon/item/50701.tga +50702 ETC season1/icon/item/50702.tga +50703 ETC season1/icon/item/50703.tga +50704 ETC season1/icon/item/50704.tga +50705 ETC season1/icon/item/50705.tga +50706 ETC season1/icon/item/50706.tga +50707 ETC season1/icon/item/50707.tga +50708 ETC season1/icon/item/50708.tga +50709 ETC season1/icon/item/50709.tga +50710 ETC season1/icon/item/50710.tga +50711 ETC season1/icon/item/50711.tga +50712 ETC season1/icon/item/50712.tga +50721 ETC season1/icon/item/50701.tga +50722 ETC season1/icon/item/50702.tga +50723 ETC season1/icon/item/50703.tga +50724 ETC season1/icon/item/50704.tga +50725 ETC season1/icon/item/50705.tga +50726 ETC season1/icon/item/50706.tga +50727 ETC season1/icon/item/50707.tga +50728 ETC season1/icon/item/50708.tga +50729 ETC season1/icon/item/50709.tga +50730 ETC season1/icon/item/50710.tga +50731 ETC season1/icon/item/50711.tga +50732 ETC season1/icon/item/50712.tga +50801 ETC season1/icon/item/50801.tga +50802 ETC season1/icon/item/50802.tga +50803 ETC season1/icon/item/50803.tga +50804 ETC season1/icon/item/50804.tga +50813 ETC season1/icon/item/50813.tga +50814 ETC season1/icon/item/50814.tga +50815 ETC season1/icon/item/50815.tga +50816 ETC season1/icon/item/50816.tga +50817 ETC season1/icon/item/50817.tga +50818 ETC season1/icon/item/50818.tga +50819 ETC season1/icon/item/50819.tga +50820 ETC season1/icon/item/50820.tga +50902 ETC season1/icon/item/50902.tga +50903 ETC season1/icon/item/50903.tga +50904 ETC season1/icon/item/50904.tga +53001 ETC icon/item/53001.tga +53003 ETC icon/item/53003.tga +53501 ETC icon/item/53501.tga +53502 ETC icon/item/53501.tga +53503 ETC icon/item/53501.tga +60001 ETC icon/item/60001.tga +60002 ETC icon/item/60002.tga +60003 ETC icon/item/60003.tga +69000 ETC icon/item/book_21.tga +69010 ETC icon/item/book_22.tga +69020 ETC icon/item/book_23.tga +69030 ETC icon/item/book_24.tga +69040 ETC icon/item/book_25.tga +69050 ETC icon/item/book_26.tga +69060 ETC icon/item/book_31.tga +69070 ETC icon/item/book_32.tga +69080 ETC icon/item/book_33.tga +69090 ETC icon/item/book_34.tga +69100 ETC icon/item/book_35.tga +69110 ETC icon/item/book_36.tga +69120 ETC icon/item/book_41.tga +69130 ETC icon/item/book_42.tga +69140 ETC icon/item/book_43.tga +69150 ETC icon/item/book_44.tga +70001 ETC icon/item/70001.tga +70002 ETC icon/item/70002.tga +70003 ETC icon/item/70003.tga +70004 ETC icon/item/70004.tga +70005 ETC icon/item/70005.tga +70006 ETC icon/item/70006.tga +70007 ETC icon/item/70007.tga +70008 ETC icon/item/70008.tga +70009 ETC icon/item/70009.tga +70010 ETC icon/item/70010.tga +70011 ETC icon/item/70011.tga +70012 ETC icon/item/70012.tga +70013 ETC icon/item/70013.tga +70014 ETC icon/item/70014.tga +70015 ETC icon/item/70015.tga +70016 ETC icon/item/70017.tga +70017 ETC icon/item/70017.tga +70018 ETC icon/item/70018.tga +70019 ETC icon/item/70019.tga +70020 ETC icon/item/70020.tga +70021 ETC icon/item/70021.tga +70022 ETC icon/item/70022.tga +70023 ETC icon/item/70023.tga +70024 ETC icon/item/70024.tga +70025 ETC icon/item/70025.tga +70026 ETC icon/item/70026.tga +70027 ETC icon/item/70027.tga +70028 ETC icon/item/70028.tga +70029 ETC icon/item/70029.tga +70030 ETC icon/item/70030.tga +70031 ETC icon/item/70031.tga +70032 ETC icon/item/70032.tga +70033 ETC icon/item/70033.tga +70034 ETC icon/item/70034.tga +70035 ETC icon/item/70035.tga +70036 ETC icon/item/70036.tga +70037 ETC icon/item/70037.tga +70038 ETC icon/item/70038.tga +70039 ETC icon/item/70039.tga +70040 ETC icon/item/70040.tga +70041 ETC icon/item/70041.tga +70042 ETC icon/item/70042.tga +70043 ETC icon/item/70043.tga +70044 ETC icon/item/70044.tga +70045 ETC icon/item/70045.tga +70047 ETC icon/item/70006.tga +70048 ETC icon/item/70048.tga +70049 ETC icon/item/70049.tga +70050 ETC icon/item/70050.tga +70051 ETC icon/item/70051.tga +70052 ETC icon/item/30007.tga +70053 ETC icon/item/30007.tga +70054 ETC icon/item/30007.tga +70101 ETC icon/item/70101.tga +70102 ETC icon/item/70102.tga +70104 ETC icon/item/70104.tga +70105 ETC icon/item/70105.tga +70106 ETC icon/item/70106.tga +70107 ETC icon/item/70107.tga +70108 ETC icon/item/70038.tga +70109 ETC icon/item/70025.tga +70110 ETC icon/item/70021.tga +70201 ETC icon/item/70201.tga +70202 ETC icon/item/70202.tga +70203 ETC icon/item/70203.tga +70204 ETC icon/item/70204.tga +70205 ETC icon/item/70205.tga +70206 ETC icon/item/70206.tga +70301 ETC icon/item/70301.tga +70302 ETC icon/item/70302.tga +71002 ETC icon/item/70003.tga +71003 ETC icon/item/70003.tga +71005 ETC icon/item/70006.tga +71006 ETC icon/item/70006.tga +71007 ETC icon/item/70006.tga +71008 ETC icon/item/27620.tga +71009 ETC icon/item/27620.tga +71010 ETC icon/item/27620.tga +71011 ETC icon/item/70002.tga +71012 ETC icon/item/70003.tga +71013 ETC icon/item/50100.tga +71014 ETC icon/item/27102.tga +71015 ETC icon/item/70005.tga +71016 ETC icon/item/70043.tga +71026 ETC icon/item/30064.tga +71032 ETC icon/item/71032.tga +71011 ETC icon/item/70002.tga +71034 ETC icon/item/27102.tga +71036 ETC icon/item/71036.tga +71037 ETC icon/item/71036.tga +71038 ETC icon/item/71036.tga +71039 ETC icon/item/71036.tga +71040 ETC icon/item/71036.tga +71041 ETC icon/item/71036.tga +71042 ETC icon/item/71036.tga +71043 ETC icon/item/71036.tga +71046 ETC icon/item/25000.tga +71048 ETC icon/item/22000.tga +71051 ETC icon/item/71051.tga +71052 ETC icon/item/71052.tga +71053 ETC icon/item/70050.tga +71080 ETC icon/item/70201.tga +71075 ETC icon/item/70202.tga +71076 ETC icon/item/70203.tga +71077 ETC icon/item/70204.tga +71078 ETC icon/item/70205.tga +71079 ETC icon/item/70206.tga +71092 ETC icon/item/book_07.tga +71093 ETC icon/item/70104.tga +71001 ETC icon/item/71001.tga +71002 ETC icon/item/71002.tga +71003 ETC icon/item/71003.tga +71004 ETC icon/item/71004.tga +71008 ETC icon/item/71008.tga +71009 ETC icon/item/71009.tga +71010 ETC icon/item/70002.tga +71011 ETC icon/item/71011.tga +71014 ETC icon/item/27102.tga +71017 ETC icon/item/71017.tga +71018 ETC icon/item/71018.tga +71019 ETC icon/item/71019.tga +71020 ETC icon/item/71020.tga +71021 ETC icon/item/71003.tga +71027 ETC icon/item/71027.tga +71028 ETC icon/item/71028.tga +71029 ETC icon/item/71029.tga +71030 ETC icon/item/71030.tga +71035 ETC season1/icon/item/71035.tga +71044 ETC icon/item/71044.tga +71045 ETC icon/item/71045.tga +71048 ETC icon/item/71048.tga +71049 ETC icon/item/71049.tga +71050 ETC icon/item/27103.tga +71057 ETC icon/item/71057.tga +71058 ETC icon/item/71057.tga +71059 ETC icon/item/71057.tga +71060 ETC icon/item/71057.tga +71061 ETC icon/item/71057.tga +71062 ETC icon/item/71057.tga +71063 ETC icon/item/71057.tga +71064 ETC icon/item/71057.tga +71065 ETC icon/item/71057.tga +71066 ETC icon/item/71057.tga +71067 ETC icon/item/71057.tga +71068 ETC icon/item/70029.tga +71069 ETC icon/item/71069.tga +71070 ETC icon/item/71070.tga +71071 ETC icon/item/71071.tga +71072 ETC icon/item/71072.tga +71073 ETC icon/item/71073.tga +71074 ETC icon/item/71074.tga +71080 ETC icon/item/71080.tga +71081 ETC icon/item/71080.tga +71082 ETC icon/item/71080.tga +71083 ETC icon/item/71083.tga +71084 ETC icon/item/71084.tga +71085 ETC icon/item/71085.tga +71094 ETC icon/item/71094.tga +71095 ETC season1/icon/item/71095.tga +71096 ETC season1/icon/item/71096.tga +71099 ETC icon/item/80009.tga +71100 ETC icon/item/71100.tga +71101 ETC icon/item/71101.tga +71102 ETC icon/item/71102.tga +71103 ETC icon/item/71103.tga +71104 ETC icon/item/71104.tga +71105 ETC icon/item/71105.tga +71106 ETC icon/item/71106.tga +71107 ETC icon/item/71107.tga +71108 ETC icon/item/71108.tga +71109 ETC icon/item/71109.tga +71110 ETC icon/item/71110.tga +71113 ETC icon/item/71113.tga +71114 ETC icon/item/71114.tga +71115 ETC icon/item/71119.tga +711151 ETC icon/item/71119.tga +711152 ETC icon/item/71119.tga +711153 ETC icon/item/71119.tga +711154 ETC icon/item/71119.tga +71116 ETC icon/item/71114.tga +71117 ETC icon/item/71119.tga +711171 ETC icon/item/71119.tga +711172 ETC icon/item/71119.tga +711173 ETC icon/item/71119.tga +711174 ETC icon/item/71119.tga +71118 ETC icon/item/71114.tga +71119 ETC icon/item/71119.tga +711191 ETC icon/item/71119.tga +711192 ETC icon/item/71119.tga +711193 ETC icon/item/71119.tga +711194 ETC icon/item/71119.tga +71120 ETC icon/item/71114.tga +71121 ETC icon/item/71119.tga +711211 ETC icon/item/71119.tga +711212 ETC icon/item/71119.tga +711213 ETC icon/item/71119.tga +711214 ETC icon/item/71119.tga +71124 ETC icon/item/71124.tga +71125 ETC icon/item/71125.tga +71126 ETC icon/item/71126.tga +71127 ETC icon/item/71127.tga +71128 ETC icon/item/71128.tga +71129 ETC icon/item/71129.tga +71130 ETC season1/icon/item/71095.tga +71131 ETC icon/item/71131.tga +71132 ETC icon/item/71131.tga +71133 ETC icon/item/71131.tga +71134 ETC icon/item/71131.tga +71135 ETC icon/item/71130.tga +71136 ETC icon/item/71136.tga +72001 ETC icon/item/70005.tga +72002 ETC icon/item/70005.tga +72003 ETC icon/item/70005.tga +72004 ETC icon/item/70043.tga +72005 ETC icon/item/70043.tga +72006 ETC icon/item/70043.tga +72007 ETC icon/item/71049.tga +72008 ETC icon/item/71049.tga +72009 ETC icon/item/71049.tga +72013 ETC icon/item/71008.tga +72014 ETC icon/item/71008.tga +72015 ETC icon/item/71008.tga +72016 ETC icon/item/70002.tga +72017 ETC icon/item/70002.tga +72018 ETC icon/item/70002.tga +72019 ETC icon/item/71009.tga +72020 ETC icon/item/71009.tga +72021 ETC icon/item/71009.tga +71122 ETC icon/item/dragonticket.tga +71123 ETC icon/item/71123.tga +72022 ETC icon/item/71017.tga +72023 ETC icon/item/71017.tga +72024 ETC icon/item/71017.tga +72025 ETC icon/item/71045.tga +72026 ETC icon/item/71045.tga +72027 ETC icon/item/71045.tga +72028 ETC icon/item/71011.tga +72029 ETC icon/item/71011.tga +72030 ETC icon/item/71011.tga +72031 ETC icon/item/71028.tga +72032 ETC icon/item/71028.tga +72033 ETC icon/item/71028.tga +72034 ETC icon/item/71030.tga +72035 ETC icon/item/71030.tga +72036 ETC icon/item/71030.tga +72037 ETC icon/item/71027.tga +72038 ETC icon/item/71027.tga +72039 ETC icon/item/71027.tga +72040 ETC icon/item/71029.tga +72041 ETC icon/item/71029.tga +72042 ETC icon/item/71029.tga +72043 ETC icon/item/70003.tga +72044 ETC icon/item/70003.tga +72045 ETC icon/item/70003.tga +72046 ETC icon/item/71044.tga +72047 ETC icon/item/71044.tga +72048 ETC icon/item/71044.tga +72049 ETC season1/icon/item/72049.tga +72050 ETC season1/icon/item/72049.tga +72701 ETC season1/icon/item/72701.tga +72702 ETC season1/icon/item/72701.tga +72703 ETC icon/item/72703.tga +72704 ETC icon/item/72704.tga +72705 ETC icon/item/72705.tga +72706 ETC icon/item/72706.tga +72707 ETC icon/item/72707.tga +72708 ETC icon/item/72708.tga +72709 ETC season1/icon/item/72701.tga +72710 ETC icon/item/72703.tga +72711 ETC icon/item/72704.tga +72712 ETC icon/item/72705.tga +72713 ETC icon/item/72706.tga +72714 ETC icon/item/72707.tga +72715 ETC icon/item/72708.tga +72723 ETC icon/item/72723.tga +72724 ETC icon/item/72724.tga +72725 ETC icon/item/72725.tga +72726 ETC icon/item/72726.tga +72727 ETC icon/item/72727.tga +72728 ETC icon/item/72728.tga +72729 ETC icon/item/72729.tga +72730 ETC icon/item/72730.tga +73001 ETC icon/item/73001.tga +73002 ETC icon/item/73001.tga +73003 ETC icon/item/73001.tga +73004 ETC icon/item/73001.tga +73005 ETC icon/item/73001.tga +73006 ETC icon/item/73001.tga +73007 ETC icon/item/73001.tga +73008 ETC icon/item/73001.tga +73009 ETC icon/item/73001.tga +73010 ETC icon/item/73001.tga +73011 ETC icon/item/73001.tga +73012 ETC icon/item/73001.tga +73251 ETC icon/item/73251.tga +73252 ETC icon/item/73251.tga +73253 ETC icon/item/73251.tga +73254 ETC icon/item/73251.tga +73255 ETC icon/item/73251.tga +73256 ETC icon/item/73251.tga +73257 ETC icon/item/73251.tga +73258 ETC icon/item/73251.tga +73259 ETC icon/item/73251.tga +73260 ETC icon/item/73251.tga +73261 ETC icon/item/73251.tga +73262 ETC icon/item/73251.tga +73501 ETC icon/item/73501.tga +73502 ETC icon/item/73501.tga +73503 ETC icon/item/73501.tga +73504 ETC icon/item/73501.tga +73505 ETC icon/item/73501.tga +73506 ETC icon/item/73501.tga +73507 ETC icon/item/73501.tga +73508 ETC icon/item/73501.tga +73509 ETC icon/item/73501.tga +73510 ETC icon/item/73501.tga +73511 ETC icon/item/73501.tga +73512 ETC icon/item/73501.tga +73751 ETC icon/item/73751.tga +73752 ETC icon/item/73751.tga +73753 ETC icon/item/73751.tga +73754 ETC icon/item/73751.tga +73755 ETC icon/item/73751.tga +73756 ETC icon/item/73751.tga +73757 ETC icon/item/73751.tga +73758 ETC icon/item/73751.tga +73759 ETC icon/item/73751.tga +73760 ETC icon/item/73751.tga +73761 ETC icon/item/73751.tga +73762 ETC icon/item/73751.tga +72501 ETC icon/item/72501.tga +72502 ETC icon/item/72502.tga +74001 ETC icon/item/73001.tga +74002 ETC icon/item/73001.tga +74003 ETC icon/item/73001.tga +74004 ETC icon/item/73001.tga +74005 ETC icon/item/73001.tga +74006 ETC icon/item/73001.tga +74007 ETC icon/item/73001.tga +74008 ETC icon/item/73001.tga +74009 ETC icon/item/73001.tga +74010 ETC icon/item/73001.tga +74011 ETC icon/item/73001.tga +74012 ETC icon/item/73001.tga +74013 ETC icon/item/73001.tga +74014 ETC icon/item/73001.tga +74015 ETC icon/item/73001.tga +74016 ETC icon/item/73001.tga +74017 ETC icon/item/73001.tga +74018 ETC icon/item/73001.tga +74019 ETC icon/item/73001.tga +74020 ETC icon/item/73001.tga +74251 ETC icon/item/73251.tga +74252 ETC icon/item/73251.tga +74253 ETC icon/item/73251.tga +74254 ETC icon/item/73251.tga +74255 ETC icon/item/73251.tga +74256 ETC icon/item/73251.tga +74257 ETC icon/item/73251.tga +74258 ETC icon/item/73251.tga +74259 ETC icon/item/73251.tga +74260 ETC icon/item/73251.tga +74261 ETC icon/item/73251.tga +74262 ETC icon/item/73251.tga +74263 ETC icon/item/73251.tga +74264 ETC icon/item/73251.tga +74265 ETC icon/item/73251.tga +74266 ETC icon/item/73251.tga +74267 ETC icon/item/73251.tga +74268 ETC icon/item/73251.tga +74269 ETC icon/item/73251.tga +74270 ETC icon/item/73251.tga +74501 ETC icon/item/73501.tga +74502 ETC icon/item/73501.tga +74503 ETC icon/item/73501.tga +74504 ETC icon/item/73501.tga +74505 ETC icon/item/73501.tga +74506 ETC icon/item/73501.tga +74507 ETC icon/item/73501.tga +74508 ETC icon/item/73501.tga +74509 ETC icon/item/73501.tga +74510 ETC icon/item/73501.tga +74511 ETC icon/item/73501.tga +74512 ETC icon/item/73501.tga +74513 ETC icon/item/73501.tga +74514 ETC icon/item/73501.tga +74515 ETC icon/item/73501.tga +74516 ETC icon/item/73501.tga +74517 ETC icon/item/73501.tga +74518 ETC icon/item/73501.tga +74519 ETC icon/item/73501.tga +74520 ETC icon/item/73501.tga +74751 ETC icon/item/73751.tga +74752 ETC icon/item/73751.tga +74753 ETC icon/item/73751.tga +74754 ETC icon/item/73751.tga +74755 ETC icon/item/73751.tga +74756 ETC icon/item/73751.tga +74757 ETC icon/item/73751.tga +74758 ETC icon/item/73751.tga +74759 ETC icon/item/73751.tga +74760 ETC icon/item/73751.tga +74761 ETC icon/item/73751.tga +74762 ETC icon/item/73751.tga +74763 ETC icon/item/73751.tga +74764 ETC icon/item/73751.tga +74765 ETC icon/item/73751.tga +74766 ETC icon/item/73751.tga +74767 ETC icon/item/73751.tga +74768 ETC icon/item/73751.tga +74769 ETC icon/item/73751.tga +74770 ETC icon/item/73751.tga +75001 ETC icon/item/73001.tga +75002 ETC icon/item/73001.tga +75003 ETC icon/item/73001.tga +75004 ETC icon/item/73001.tga +75005 ETC icon/item/73001.tga +75006 ETC icon/item/73001.tga +75007 ETC icon/item/73001.tga +75008 ETC icon/item/73001.tga +75009 ETC icon/item/73001.tga +75010 ETC icon/item/73001.tga +75011 ETC icon/item/73001.tga +75012 ETC icon/item/73001.tga +75013 ETC icon/item/73001.tga +75014 ETC icon/item/73001.tga +75015 ETC icon/item/73001.tga +75016 ETC icon/item/73001.tga +75017 ETC icon/item/73001.tga +75018 ETC icon/item/73001.tga +75019 ETC icon/item/73001.tga +75020 ETC icon/item/73001.tga +75201 ETC icon/item/73251.tga +75202 ETC icon/item/73251.tga +75203 ETC icon/item/73251.tga +75204 ETC icon/item/73251.tga +75205 ETC icon/item/73251.tga +75206 ETC icon/item/73251.tga +75207 ETC icon/item/73251.tga +75208 ETC icon/item/73251.tga +75209 ETC icon/item/73251.tga +75210 ETC icon/item/73251.tga +75211 ETC icon/item/73251.tga +75212 ETC icon/item/73251.tga +75213 ETC icon/item/73251.tga +75214 ETC icon/item/73251.tga +75215 ETC icon/item/73251.tga +75216 ETC icon/item/73251.tga +75217 ETC icon/item/73251.tga +75218 ETC icon/item/73251.tga +75219 ETC icon/item/73251.tga +75220 ETC icon/item/73251.tga +75401 ETC icon/item/73501.tga +75402 ETC icon/item/73501.tga +75403 ETC icon/item/73501.tga +75404 ETC icon/item/73501.tga +75405 ETC icon/item/73501.tga +75406 ETC icon/item/73501.tga +75407 ETC icon/item/73501.tga +75408 ETC icon/item/73501.tga +75409 ETC icon/item/73501.tga +75410 ETC icon/item/73501.tga +75411 ETC icon/item/73501.tga +75412 ETC icon/item/73501.tga +75413 ETC icon/item/73501.tga +75414 ETC icon/item/73501.tga +75415 ETC icon/item/73501.tga +75416 ETC icon/item/73501.tga +75417 ETC icon/item/73501.tga +75418 ETC icon/item/73501.tga +75419 ETC icon/item/73501.tga +75420 ETC icon/item/73501.tga +75601 ETC icon/item/73751.tga +75602 ETC icon/item/73751.tga +75603 ETC icon/item/73751.tga +75604 ETC icon/item/73751.tga +75605 ETC icon/item/73751.tga +75606 ETC icon/item/73751.tga +75607 ETC icon/item/73751.tga +75608 ETC icon/item/73751.tga +75609 ETC icon/item/73751.tga +75610 ETC icon/item/73751.tga +75611 ETC icon/item/73751.tga +75612 ETC icon/item/73751.tga +75613 ETC icon/item/73751.tga +75614 ETC icon/item/73751.tga +75615 ETC icon/item/73751.tga +75616 ETC icon/item/73751.tga +75617 ETC icon/item/73751.tga +75618 ETC icon/item/73751.tga +75619 ETC icon/item/73751.tga +75620 ETC icon/item/73751.tga +80003 ETC icon/item/80003.tga +80004 ETC icon/item/80004.tga +80008 ETC icon/item/80008.tga +90008 ETC icon/item/70010.tga +90009 ETC icon/item/90009.tga +90010 ETC icon/item/90010.tga +90011 ETC icon/item/90011.tga +90012 ETC icon/item/90012.tga +90013 ETC icon/item/itemmallb.tga +80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 +80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 +80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 +80009 ETC icon/item/80009.tga +50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +38050 ETC icon/item/38050.tga +38051 ETC icon/item/38051.tga +38052 ETC icon/item/50136.tga +71137 ETC icon/item/71137.tga +71138 ETC icon/item/71138.tga +71139 ETC icon/item/71139.tga +71140 ETC icon/item/71140.tga +71141 ETC icon/item/71142.tga +71142 ETC icon/item/71141.tga +39001 ETC icon/item/30064.tga +39002 ETC icon/item/70005.tga +39003 ETC icon/item/70020.tga +39004 ETC icon/item/70024.tga +39005 ETC icon/item/70035.tga +39006 ETC icon/item/70038.tga +39007 ETC icon/item/70039.tga +39008 ETC icon/item/71001.tga +39009 ETC icon/item/71003.tga +39010 ETC icon/item/27102.tga +39011 ETC icon/item/71018.tga +39012 ETC icon/item/71019.tga +39013 ETC icon/item/71020.tga +39014 ETC icon/item/71003.tga +39015 ETC icon/item/71003.tga +39016 ETC icon/item/30064.tga +39017 ETC icon/item/71027.tga +39018 ETC icon/item/71028.tga +39019 ETC icon/item/71029.tga +39020 ETC icon/item/71030.tga +39021 ETC icon/item/71030.tga +39022 ETC icon/item/71032.tga +39023 ETC season1/icon/item/71035.tga +39024 ETC icon/item/71044.tga +39025 ETC icon/item/71045.tga +39026 ETC icon/item/27103.tga +39027 ETC icon/item/71083.tga +39028 ETC icon/item/71084.tga +39029 ETC icon/item/71085.tga +39030 ETC icon/item/71094.tga +39031 ETC icon/item/71101.tga +39032 ETC icon/item/71107.tga +39033 ETC icon/item/71109.tga +39034 ETC icon/item/71110.tga +39035 ETC icon/item/71113.tga +39036 ETC season1/icon/item/72701.tga +39037 ETC icon/item/72723.tga +39038 ETC icon/item/72724.tga +39039 ETC icon/item/72725.tga +39040 ETC icon/item/72727.tga +39041 ETC icon/item/72728.tga +39042 ETC icon/item/72729.tga +39043 ETC icon/item/22000.tga +39044 ETC icon/item/30320.tga +70057 ETC icon/item/70038.tga +50216 ETC icon/item/50216.tga +52061 ETC icon/item/50063.tga +52062 ETC icon/item/50063.tga +52063 ETC icon/item/50063.tga +52064 ETC icon/item/50063.tga +52065 ETC icon/item/50063.tga +52066 ETC icon/item/50064.tga +52067 ETC icon/item/50064.tga +52068 ETC icon/item/50064.tga +52069 ETC icon/item/50064.tga +52070 ETC icon/item/50064.tga +52071 ETC icon/item/50065.tga +52072 ETC icon/item/50065.tga +52073 ETC icon/item/50065.tga +52074 ETC icon/item/50065.tga +52075 ETC icon/item/50065.tga +52076 ETC icon/item/50063.tga +52077 ETC icon/item/50063.tga +52078 ETC icon/item/50063.tga +52079 ETC icon/item/50063.tga +52080 ETC icon/item/50063.tga +52081 ETC icon/item/50064.tga +52082 ETC icon/item/50064.tga +52083 ETC icon/item/50064.tga +52084 ETC icon/item/50064.tga +52085 ETC icon/item/50064.tga +52086 ETC icon/item/50065.tga +52087 ETC icon/item/50065.tga +52088 ETC icon/item/50065.tga +52089 ETC icon/item/50065.tga +52090 ETC icon/item/50065.tga +52091 ETC icon/item/50063.tga +52092 ETC icon/item/50063.tga +52093 ETC icon/item/50063.tga +52094 ETC icon/item/50063.tga +52095 ETC icon/item/50063.tga +52096 ETC icon/item/50064.tga +52097 ETC icon/item/50064.tga +52098 ETC icon/item/50064.tga +52099 ETC icon/item/50064.tga +52100 ETC icon/item/50064.tga +52101 ETC icon/item/50065.tga +52102 ETC icon/item/50065.tga +52103 ETC icon/item/50065.tga +52104 ETC icon/item/50065.tga +52105 ETC icon/item/50065.tga +53002 ETC icon/item/53002.tga +71144 ETC icon/item/71144.tga +71143 ETC icon/item/71143.tga +38020 ETC icon/item/53002.tga +38053 ETC icon/item/50134.tga +50067 ETC icon/item/50067.tga +50068 ETC icon/item/50068.tga +52001 ETC icon/item/50063.tga +52002 ETC icon/item/50063.tga +52003 ETC icon/item/50063.tga +52004 ETC icon/item/50063.tga +52005 ETC icon/item/50063.tga +52006 ETC icon/item/50064.tga +52007 ETC icon/item/50064.tga +52008 ETC icon/item/50064.tga +52009 ETC icon/item/50064.tga +52010 ETC icon/item/50064.tga +52011 ETC icon/item/50065.tga +52012 ETC icon/item/50065.tga +52013 ETC icon/item/50065.tga +52014 ETC icon/item/50065.tga +52015 ETC icon/item/50065.tga +52016 ETC icon/item/50063.tga +52017 ETC icon/item/50063.tga +52018 ETC icon/item/50063.tga +52019 ETC icon/item/50063.tga +52020 ETC icon/item/50063.tga +52021 ETC icon/item/50064.tga +52022 ETC icon/item/50064.tga +52023 ETC icon/item/50064.tga +52024 ETC icon/item/50064.tga +52025 ETC icon/item/50064.tga +52026 ETC icon/item/50065.tga +52027 ETC icon/item/50065.tga +52028 ETC icon/item/50065.tga +52029 ETC icon/item/50065.tga +52030 ETC icon/item/50065.tga +52031 ETC icon/item/50063.tga +52032 ETC icon/item/50063.tga +52033 ETC icon/item/50063.tga +52034 ETC icon/item/50063.tga +52035 ETC icon/item/50063.tga +52036 ETC icon/item/50064.tga +52037 ETC icon/item/50064.tga +52038 ETC icon/item/50064.tga +52039 ETC icon/item/50064.tga +52040 ETC icon/item/50064.tga +52041 ETC icon/item/50065.tga +52042 ETC icon/item/50065.tga +52043 ETC icon/item/50065.tga +52044 ETC icon/item/50065.tga +52045 ETC icon/item/50065.tga +52046 ETC icon/item/50063.tga +52047 ETC icon/item/50063.tga +52048 ETC icon/item/50063.tga +52049 ETC icon/item/50063.tga +52050 ETC icon/item/50063.tga +52051 ETC icon/item/50064.tga +52052 ETC icon/item/50064.tga +52053 ETC icon/item/50064.tga +52054 ETC icon/item/50064.tga +52055 ETC icon/item/50064.tga +52056 ETC icon/item/50065.tga +52057 ETC icon/item/50065.tga +52058 ETC icon/item/50065.tga +52059 ETC icon/item/50065.tga +52060 ETC icon/item/50065.tga +71145 ETC icon/item/71145.tga +71146 ETC icon/item/71146.tga +71147 ETC icon/item/71147.tga +52701 ETC icon/item/52701.tga +52702 ETC icon/item/52701.tga +52703 ETC icon/item/52701.tga +52704 ETC icon/item/52701.tga +52705 ETC icon/item/52701.tga +52706 ETC icon/item/52701.tga +52707 ETC icon/item/52701.tga +71148 ETC icon/item/71148.tga +71149 ETC icon/item/71149.tga +71150 ETC icon/item/71150.tga +38100 ETC season1/icon/item/50709.tga +38101 ETC season1/icon/item/50709.tga +38102 ETC season1/icon/item/50709.tga +38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +38011 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 +41003 ARMOR icon/item/41003.tga +41004 ARMOR icon/item/41004.tga +41005 ARMOR icon/item/41005.tga +41006 ARMOR icon/item/41006.tga +41007 ARMOR icon/item/41007.tga +41008 ARMOR icon/item/41008.tga +41009 ARMOR icon/item/41009.tga +41010 ARMOR icon/item/41010.tga +41011 ARMOR icon/item/41011.tga +41012 ARMOR icon/item/41012.tga +41013 ARMOR icon/item/41013.tga +41014 ARMOR icon/item/41014.tga +41015 ARMOR icon/item/41015.tga +41016 ARMOR icon/item/41016.tga +41017 ARMOR icon/item/41017.tga +41018 ARMOR icon/item/41018.tga +41019 ARMOR icon/item/41019.tga +41020 ARMOR icon/item/41020.tga +41021 ARMOR icon/item/41021.tga +41022 ARMOR icon/item/41022.tga +41023 ARMOR icon/item/41023.tga +41024 ARMOR icon/item/41024.tga +41025 ARMOR icon/item/41025.tga +41026 ARMOR icon/item/41026.tga +41027 ARMOR icon/item/41027.tga +41028 ARMOR icon/item/41028.tga +41029 ARMOR icon/item/41003.tga +41030 ARMOR icon/item/41004.tga +41031 ARMOR icon/item/41005.tga +41032 ARMOR icon/item/41006.tga +41033 ARMOR icon/item/41007.tga +41034 ARMOR icon/item/41008.tga +41035 ARMOR icon/item/41009.tga +41036 ARMOR icon/item/41010.tga +41037 ARMOR icon/item/41011.tga +41038 ARMOR icon/item/41012.tga +41039 ARMOR icon/item/41013.tga +41040 ARMOR icon/item/41014.tga +41041 ARMOR icon/item/41015.tga +41042 ARMOR icon/item/41016.tga +41043 ARMOR icon/item/41017.tga +41044 ARMOR icon/item/41018.tga +41045 ARMOR icon/item/41019.tga +41046 ARMOR icon/item/41020.tga +41047 ARMOR icon/item/41021.tga +41048 ARMOR icon/item/41022.tga +41049 ARMOR icon/item/41023.tga +41050 ARMOR icon/item/41024.tga +41051 ARMOR icon/item/41025.tga +41052 ARMOR icon/item/41026.tga +41053 ARMOR icon/item/41027.tga +41054 ARMOR icon/item/41028.tga +45001 ETC icon/item/45001.tga +45002 ETC icon/item/45002.tga +45003 ETC icon/item/45003.tga +45004 ETC icon/item/45004.tga +45005 ETC icon/item/45005.tga +45006 ETC icon/item/45006.tga +45007 ETC icon/item/45007.tga +45008 ETC icon/item/45008.tga +45009 ETC icon/item/45009.tga +45010 ETC icon/item/45010.tga +45011 ETC icon/item/45003.tga +45012 ETC icon/item/45004.tga +45013 ETC icon/item/45005.tga +45014 ETC icon/item/45006.tga +45015 ETC icon/item/45007.tga +45016 ETC icon/item/45008.tga +45017 ETC icon/item/45009.tga +45018 ETC icon/item/45010.tga +30265 ETC icon/item/30265.tga +30266 ETC icon/item/30266.tga +30267 ETC icon/item/30267.tga +30268 ETC icon/item/30268.tga +30269 ETC icon/item/30269.tga +50249 ETC icon/item/50217.tga +71158 ETC icon/item/71158.tga +71159 ETC icon/item/50217.tga +71160 ETC icon/item/50217.tga +80014 ETC icon/item/80015.tga +80015 ETC icon/item/80014.tga +80016 ETC icon/item/80016.tga +50187 ETC icon/item/50187.tga +50188 ETC icon/item/50187.tga +50189 ETC icon/item/50187.tga +50190 ETC icon/item/50187.tga +50191 ETC icon/item/50187.tga +50192 ETC icon/item/50187.tga +50193 ETC icon/item/50187.tga +50194 ETC icon/item/50187.tga +50195 ETC icon/item/50187.tga +50196 ETC icon/item/50187.tga +50197 ETC icon/item/50198.tga +50198 ETC icon/item/50198.tga +50199 ETC icon/item/50198.tga +50212 ETC icon/item/50187.tga +50213 ETC icon/item/50187.tga +27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 +27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 +27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 +27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 +76000 ETC icon/item/76000.tga +76001 ETC icon/item/76001.tga +76003 ETC icon/item/76003.tga +76004 ETC icon/item/76004.tga +76005 ETC icon/item/76005.tga +76006 ETC icon/item/76006.tga +76007 ETC icon/item/76007.tga +76008 ETC icon/item/76008.tga +76009 ETC icon/item/76009.tga +76010 ETC icon/item/76010.tga +76011 ETC icon/item/76011.tga +76012 ETC icon/item/76012.tga +76013 ETC icon/item/76013.tga +76014 ETC icon/item/76014.tga +76015 ETC icon/item/76015.tga +76016 ETC icon/item/76016.tga +76017 ETC icon/item/76017.tga +76018 ETC icon/item/76018.tga +76019 ETC icon/item/76019.tga +76020 ETC icon/item/76020.tga +76021 ETC icon/item/76021.tga +76022 ETC icon/item/76022.tga +76023 ETC icon/item/76023.tga +76024 ETC icon/item/76024.tga +53005 ETC icon/item/53005.tga +53505 ETC icon/item/53501.tga +70058 ETC icon/item/70058.tga +71151 ETC icon/item/71151.tga +71152 ETC icon/item/71152.tga +71153 ETC icon/item/71153.tga +71154 ETC icon/item/71153.tga +71155 ETC icon/item/71153.tga +71156 ETC icon/item/71153.tga +71157 ETC icon/item/71153.tga +51001 ETC icon/item/51001.tga +51002 ETC icon/item/51002.tga +41055 ARMOR icon/item/41055.tga +41056 ARMOR icon/item/41056.tga +41057 ARMOR icon/item/41057.tga +41058 ARMOR icon/item/41058.tga +41059 ARMOR icon/item/41059.tga +41060 ARMOR icon/item/41060.tga +41061 ARMOR icon/item/41061.tga +41062 ARMOR icon/item/41062.tga +41063 ARMOR icon/item/41063.tga +41064 ARMOR icon/item/41064.tga +41065 ARMOR icon/item/41065.tga +41066 ARMOR icon/item/41066.tga +41067 ARMOR icon/item/41067.tga +41068 ARMOR icon/item/41068.tga +41069 ARMOR icon/item/41069.tga +41070 ARMOR icon/item/41070.tga +41071 ARMOR icon/item/41071.tga +41072 ARMOR icon/item/41072.tga +41073 ARMOR icon/item/41073.tga +41074 ARMOR icon/item/41074.tga +41075 ARMOR icon/item/41075.tga +41076 ARMOR icon/item/41076.tga +41077 ARMOR icon/item/41077.tga +41078 ARMOR icon/item/41078.tga +41079 ARMOR icon/item/41079.tga +41080 ARMOR icon/item/41080.tga +41081 ARMOR icon/item/41081.tga +41082 ARMOR icon/item/41082.tga +41083 ARMOR icon/item/41083.tga +41084 ARMOR icon/item/41084.tga +41085 ARMOR icon/item/41055.tga +41086 ARMOR icon/item/41056.tga +41087 ARMOR icon/item/41057.tga +41088 ARMOR icon/item/41058.tga +41089 ARMOR icon/item/41059.tga +41090 ARMOR icon/item/41060.tga +41091 ARMOR icon/item/41061.tga +41092 ARMOR icon/item/41062.tga +41093 ARMOR icon/item/41063.tga +41094 ARMOR icon/item/41064.tga +41095 ARMOR icon/item/41065.tga +41096 ARMOR icon/item/41066.tga +41097 ARMOR icon/item/41067.tga +41098 ARMOR icon/item/41068.tga +41099 ARMOR icon/item/41069.tga +41100 ARMOR icon/item/41070.tga +41101 ARMOR icon/item/41071.tga +41102 ARMOR icon/item/41072.tga +41103 ARMOR icon/item/41073.tga +41104 ARMOR icon/item/41074.tga +41105 ARMOR icon/item/41075.tga +41106 ARMOR icon/item/41076.tga +41107 ARMOR icon/item/41077.tga +41108 ARMOR icon/item/41078.tga +41109 ARMOR icon/item/41079.tga +41110 ARMOR icon/item/41080.tga +41111 ARMOR icon/item/41081.tga +41112 ARMOR icon/item/41082.tga +41113 ARMOR icon/item/41083.tga +41114 ARMOR icon/item/41084.tga +45019 ETC icon/item/45010.tga +45020 ETC icon/item/45010.tga +45021 ETC icon/item/45010.tga +45022 ETC icon/item/45010.tga +45023 ETC icon/item/45010.tga +45024 ETC icon/item/45010.tga +45025 ETC icon/item/45010.tga +45026 ETC icon/item/45010.tga +45027 ETC icon/item/45008.tga +45028 ETC icon/item/45008.tga +45029 ETC icon/item/45008.tga +45030 ETC icon/item/45008.tga +45031 ETC icon/item/45008.tga +45032 ETC icon/item/45008.tga +45033 ETC icon/item/45008.tga +45034 ETC icon/item/45008.tga +45035 ETC icon/item/45010.tga +45036 ETC icon/item/45010.tga +45037 ETC icon/item/45010.tga +45038 ETC icon/item/45010.tga +45039 ETC icon/item/45010.tga +45040 ETC icon/item/45010.tga +45041 ETC icon/item/45010.tga +45042 ETC icon/item/45010.tga +45043 ETC icon/item/45008.tga +45044 ETC icon/item/45008.tga +45045 ETC icon/item/45008.tga +45046 ETC icon/item/45008.tga +45047 ETC icon/item/45008.tga +45048 ETC icon/item/45008.tga +45049 ETC icon/item/45008.tga +45050 ETC icon/item/45008.tga +53006 ETC icon/item/53006.tga +53506 ETC icon/item/53501.tga +30324 ETC icon/item/30324.tga +30325 ETC icon/item/30324.tga +30326 ETC icon/item/30326.tga +30327 ETC icon/item/30327.tga +31001 ETC icon/item/31001.tga +31002 ETC icon/item/31002.tga +31003 ETC icon/item/31003.tga +31004 ETC icon/item/31004.tga +31005 ETC icon/item/31005.tga +31006 ETC icon/item/31006.tga +31007 ETC icon/item/31007.tga +31008 ETC icon/item/31008.tga +38054 ETC icon/item/50137.tga +80017 ETC icon/item/80017.tga +31009 ETC icon/item/31009.tga +31010 ETC icon/item/31009.tga +31011 ETC icon/item/31009.tga +31012 ETC icon/item/31012.tga +31013 ETC icon/item/31012.tga +31014 ETC icon/item/31012.tga +31015 ETC icon/item/31012.tga +31016 ETC icon/item/31012.tga +31017 ETC icon/item/31012.tga +31018 ETC icon/item/31018.tga +31019 ETC icon/item/31019.tga +31020 ETC icon/item/31020.tga +31021 ETC icon/item/31021.tga +31022 ETC icon/item/31022.tga +31023 ETC icon/item/31023.tga +31024 ETC icon/item/31024.tga +31025 ETC icon/item/31025.tga +31026 ETC icon/item/31026.tga +31027 ETC icon/item/30020.tga +31028 ETC icon/item/31028.tga +31029 ETC icon/item/31029.tga +31030 ETC icon/item/31030.tga +31031 ETC icon/item/31031.tga +31032 ETC icon/item/50022.tga +31033 ETC icon/item/31033.tga +31034 ETC icon/item/31034.tga +31035 ETC icon/item/31035.tga +31036 ETC icon/item/31035.tga +31037 ETC icon/item/31037.tga +31038 ETC icon/item/31038.tga +31039 ETC icon/item/31039.tga +31040 ETC icon/item/31040.tga +31041 ETC icon/item/30020.tga +31042 ETC icon/item/31042.tga +31043 ETC icon/item/31043.tga +31044 ETC icon/item/31044.tga +31045 ETC icon/item/31045.tga +31046 ETC icon/item/31046.tga +31047 ETC icon/item/30002.tga +31048 ETC icon/item/31050.tga +31049 ETC icon/item/31050.tga +31050 ETC icon/item/31050.tga +31051 ETC icon/item/30185.tga +31052 ETC icon/item/31052.tga +31053 ETC icon/item/31053.tga +31054 ETC icon/item/31054.tga +31055 ETC icon/item/31055.tga +31056 ETC icon/item/31056.tga +31057 ETC icon/item/31057.tga +31058 ETC icon/item/31058.tga +31059 ETC icon/item/71056.tga +31060 ETC icon/item/30195.tga +31061 ETC icon/item/31061.tga +31062 ETC icon/item/31062.tga +31063 ETC icon/item/31063.tga +31064 ETC icon/item/31064.tga +31065 ETC icon/item/31065.tga +31066 ETC icon/item/31066.tga +31067 ETC icon/item/31067.tga +31068 ETC icon/item/31068.tga +31069 ETC icon/item/31069.tga +31070 ETC icon/item/31070.tga +31071 ETC icon/item/31071.tga +31072 ETC icon/item/31072.tga +100000 ETC icon/item/100000.tga +100001 ETC icon/item/100001.tga +100002 ETC icon/item/100002.tga +100100 ETC icon/item/100100.tga +100200 ETC icon/item/100200.tga +100300 ETC icon/item/100300.tga +100400 ETC icon/item/100400.tga +100500 ETC icon/item/100500.tga +110000 ETC icon/item/110000.tga +110100 ETC icon/item/110100.tga +110200 ETC icon/item/110200.tga +110300 ETC icon/item/110300.tga +110400 ETC icon/item/110400.tga +111000 ETC icon/item/111000.tga +111100 ETC icon/item/111100.tga +111200 ETC icon/item/111200.tga +111300 ETC icon/item/111300.tga +111400 ETC icon/item/111400.tga +112000 ETC icon/item/112000.tga +112100 ETC icon/item/112100.tga +112200 ETC icon/item/112200.tga +112300 ETC icon/item/112300.tga +112400 ETC icon/item/112400.tga +113000 ETC icon/item/113000.tga +113100 ETC icon/item/113100.tga +113200 ETC icon/item/113200.tga +113300 ETC icon/item/113300.tga +113400 ETC icon/item/113400.tga +114000 ETC icon/item/114000.tga +114100 ETC icon/item/114100.tga +114200 ETC icon/item/114200.tga +114300 ETC icon/item/114300.tga +114400 ETC icon/item/114400.tga +120000 ETC icon/item/120000.tga +120100 ETC icon/item/120100.tga +120200 ETC icon/item/120200.tga +120300 ETC icon/item/120300.tga +120400 ETC icon/item/120400.tga +121000 ETC icon/item/121000.tga +121100 ETC icon/item/121100.tga +121200 ETC icon/item/121200.tga +121300 ETC icon/item/121300.tga +121400 ETC icon/item/121400.tga +122000 ETC icon/item/122000.tga +122100 ETC icon/item/122100.tga +122200 ETC icon/item/122200.tga +122300 ETC icon/item/122300.tga +122400 ETC icon/item/122400.tga +123000 ETC icon/item/123000.tga +123100 ETC icon/item/123100.tga +123200 ETC icon/item/123200.tga +123300 ETC icon/item/123300.tga +123400 ETC icon/item/123400.tga +124000 ETC icon/item/124000.tga +124100 ETC icon/item/124100.tga +124200 ETC icon/item/124200.tga +124300 ETC icon/item/124300.tga +124400 ETC icon/item/124400.tga +130000 ETC icon/item/130000.tga +130100 ETC icon/item/130100.tga +130200 ETC icon/item/130200.tga +130300 ETC icon/item/130300.tga +130400 ETC icon/item/130400.tga +131000 ETC icon/item/131000.tga +131100 ETC icon/item/131100.tga +131200 ETC icon/item/131200.tga +131300 ETC icon/item/131300.tga +131400 ETC icon/item/131400.tga +132000 ETC icon/item/132000.tga +132100 ETC icon/item/132100.tga +132200 ETC icon/item/132200.tga +132300 ETC icon/item/132300.tga +132400 ETC icon/item/132400.tga +133000 ETC icon/item/133000.tga +133100 ETC icon/item/133100.tga +133200 ETC icon/item/133200.tga +133300 ETC icon/item/133300.tga +133400 ETC icon/item/133400.tga +134000 ETC icon/item/134000.tga +134100 ETC icon/item/134100.tga +134200 ETC icon/item/134200.tga +134300 ETC icon/item/134300.tga +134400 ETC icon/item/134400.tga +140000 ETC icon/item/140000.tga +140100 ETC icon/item/140100.tga +140200 ETC icon/item/140200.tga +140300 ETC icon/item/140300.tga +140400 ETC icon/item/140400.tga +141000 ETC icon/item/141000.tga +141100 ETC icon/item/141100.tga +141200 ETC icon/item/141200.tga +141300 ETC icon/item/141300.tga +141400 ETC icon/item/141400.tga +142000 ETC icon/item/142000.tga +142100 ETC icon/item/142100.tga +142200 ETC icon/item/142200.tga +142300 ETC icon/item/142300.tga +142400 ETC icon/item/142400.tga +143000 ETC icon/item/143000.tga +143100 ETC icon/item/143100.tga +143200 ETC icon/item/143200.tga +143300 ETC icon/item/143300.tga +143400 ETC icon/item/143400.tga +144000 ETC icon/item/144000.tga +144100 ETC icon/item/144100.tga +144200 ETC icon/item/144200.tga +144300 ETC icon/item/144300.tga +144400 ETC icon/item/144400.tga +150000 ETC icon/item/150000.tga +150100 ETC icon/item/150100.tga +150200 ETC icon/item/150200.tga +150300 ETC icon/item/150300.tga +150400 ETC icon/item/150400.tga +151000 ETC icon/item/151000.tga +151100 ETC icon/item/151100.tga +151200 ETC icon/item/151200.tga +151300 ETC icon/item/151300.tga +151400 ETC icon/item/151400.tga +152000 ETC icon/item/152000.tga +152100 ETC icon/item/152100.tga +152200 ETC icon/item/152200.tga +152300 ETC icon/item/152300.tga +152400 ETC icon/item/152400.tga +153000 ETC icon/item/153000.tga +153100 ETC icon/item/153100.tga +153200 ETC icon/item/153200.tga +153300 ETC icon/item/153300.tga +153400 ETC icon/item/153400.tga +154000 ETC icon/item/154000.tga +154100 ETC icon/item/154100.tga +154200 ETC icon/item/154200.tga +154300 ETC icon/item/154300.tga +154400 ETC icon/item/154400.tga +160000 ETC icon/item/160000.tga +160100 ETC icon/item/160100.tga +160200 ETC icon/item/160200.tga +160300 ETC icon/item/160300.tga +160400 ETC icon/item/160400.tga +161000 ETC icon/item/161000.tga +161100 ETC icon/item/161100.tga +161200 ETC icon/item/161200.tga +161300 ETC icon/item/161300.tga +161400 ETC icon/item/161400.tga +162000 ETC icon/item/162000.tga +162100 ETC icon/item/162100.tga +162200 ETC icon/item/162200.tga +162300 ETC icon/item/162300.tga +162400 ETC icon/item/162400.tga +163000 ETC icon/item/163000.tga +163100 ETC icon/item/163100.tga +163200 ETC icon/item/163200.tga +163300 ETC icon/item/163300.tga +163400 ETC icon/item/163400.tga +164000 ETC icon/item/164000.tga +164100 ETC icon/item/164100.tga +164200 ETC icon/item/164200.tga +164300 ETC icon/item/164300.tga +164400 ETC icon/item/164400.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +20000 ARMOR icon/item/20000.tga +20001 ARMOR icon/item/20000.tga +20002 ARMOR icon/item/20000.tga +20003 ARMOR icon/item/20000.tga +20004 ARMOR icon/item/20000.tga +20005 ARMOR icon/item/20000.tga +20006 ARMOR icon/item/20000.tga +20007 ARMOR icon/item/20000.tga +20008 ARMOR icon/item/20000.tga +20009 ARMOR icon/item/20000.tga +20250 ARMOR icon/item/20250.tga +20251 ARMOR icon/item/20250.tga +20252 ARMOR icon/item/20250.tga +20253 ARMOR icon/item/20250.tga +20254 ARMOR icon/item/20250.tga +20255 ARMOR icon/item/20250.tga +20256 ARMOR icon/item/20250.tga +20257 ARMOR icon/item/20250.tga +20258 ARMOR icon/item/20250.tga +20259 ARMOR icon/item/20250.tga +20500 ARMOR icon/item/20500.tga +20501 ARMOR icon/item/20500.tga +20502 ARMOR icon/item/20500.tga +20503 ARMOR icon/item/20500.tga +20504 ARMOR icon/item/20500.tga +20505 ARMOR icon/item/20500.tga +20506 ARMOR icon/item/20500.tga +20507 ARMOR icon/item/20500.tga +20508 ARMOR icon/item/20500.tga +20509 ARMOR icon/item/20500.tga +20750 ARMOR icon/item/20750.tga +20751 ARMOR icon/item/20750.tga +20752 ARMOR icon/item/20750.tga +20753 ARMOR icon/item/20750.tga +20754 ARMOR icon/item/20750.tga +20755 ARMOR icon/item/20750.tga +20756 ARMOR icon/item/20750.tga +20757 ARMOR icon/item/20750.tga +20758 ARMOR icon/item/20750.tga +20759 ARMOR icon/item/20750.tga +30500 ETC icon/item/30500.tga +30501 ETC icon/item/30501.tga +30502 ETC icon/item/30502.tga +30503 ETC icon/item/30503.tga +30504 ETC icon/item/30504.tga +30505 ETC icon/item/30505.tga +30506 ETC icon/item/30506.tga +30507 ETC icon/item/30507.tga +30508 ETC icon/item/30508.tga +30509 ETC icon/item/30509.tga +30510 ETC icon/item/30510.tga +30511 ETC icon/item/30511.tga +30512 ETC icon/item/30512.tga +30513 ETC icon/item/30513.tga +30514 ETC icon/item/30514.tga +30515 ETC icon/item/30515.tga +30516 ETC icon/item/30516.tga +30517 ETC icon/item/30517.tga +30518 ETC icon/item/30518.tga +30519 ETC icon/item/30519.tga +30520 ETC icon/item/30520.tga +30521 ETC icon/item/30521.tga +30522 ETC icon/item/30522.tga +30523 ETC icon/item/30523.tga +5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 +2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 +1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 +460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 +470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 +7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 +50252 ETC icon/item/50255.tga +50253 ETC icon/item/50253.tga +50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 +50255 ETC icon/item/50255.tga +50256 ETC icon/item/50256.tga +50257 ETC icon/item/50257.tga +50258 ETC icon/item/50258.tga +50259 ETC icon/item/50259.tga +50260 ETC icon/item/50255.tga +50527 ETC icon/item/50527.tga +71162 ETC icon/item/71162.tga +71163 ETC icon/item/71163.tga +30270 ETC icon/item/30270.tga +20500 ARMOR icon/item/20750.tga +20501 ARMOR icon/item/20750.tga +20502 ARMOR icon/item/20750.tga +20503 ARMOR icon/item/20750.tga +20504 ARMOR icon/item/20750.tga +20505 ARMOR icon/item/20750.tga +20506 ARMOR icon/item/20750.tga +20507 ARMOR icon/item/20750.tga +20508 ARMOR icon/item/20750.tga +20509 ARMOR icon/item/20750.tga +20750 ARMOR icon/item/20500.tga +20751 ARMOR icon/item/20500.tga +20752 ARMOR icon/item/20500.tga +20753 ARMOR icon/item/20500.tga +20754 ARMOR icon/item/20500.tga +20755 ARMOR icon/item/20500.tga +20756 ARMOR icon/item/20500.tga +20757 ARMOR icon/item/20500.tga +20758 ARMOR icon/item/20500.tga +20759 ARMOR icon/item/20500.tga +53007 ETC icon/item/53002.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +53014 ETC icon/item/53008.tga +53015 ETC icon/item/53008.tga +71164 ETC icon/item/71131.tga +71165 ETC icon/item/71131.tga +71166 ETC icon/item/71131.tga +71161 ETC icon/item/71161.tga +41125 ETC icon/item/41125.tga +41126 ETC icon/item/41126.tga +41135 ETC icon/item/41125.tga +41136 ETC icon/item/41126.tga +45061 ETC icon/item/45061.tga +45062 ETC icon/item/45062.tga +45073 ETC icon/item/45061.tga +45074 ETC icon/item/45062.tga +41117 ARMOR icon/item/41117.tga +41118 ARMOR icon/item/41118.tga +41119 ARMOR icon/item/41119.tga +41120 ARMOR icon/item/41120.tga +41121 ARMOR icon/item/41121.tga +41122 ARMOR icon/item/41122.tga +41129 ARMOR icon/item/41117.tga +41130 ARMOR icon/item/41118.tga +41131 ARMOR icon/item/41119.tga +41132 ARMOR icon/item/41120.tga +41133 ARMOR icon/item/41121.tga +41134 ARMOR icon/item/41122.tga +41153 ARMOR icon/item/41153.tga +41154 ARMOR icon/item/41154.tga +41155 ARMOR icon/item/41155.tga +41156 ARMOR icon/item/41156.tga +41157 ARMOR icon/item/41157.tga +41158 ARMOR icon/item/41158.tga +41159 ARMOR icon/item/41159.tga +41160 ARMOR icon/item/41160.tga +41161 ARMOR icon/item/41161.tga +41162 ARMOR icon/item/41162.tga +41163 ARMOR icon/item/41163.tga +41164 ARMOR icon/item/41164.tga +41165 ARMOR icon/item/41165.tga +41166 ARMOR icon/item/41166.tga +41167 ARMOR icon/item/41167.tga +41168 ARMOR icon/item/41168.tga +41169 ARMOR icon/item/41169.tga +41170 ARMOR icon/item/41170.tga +41171 ARMOR icon/item/41171.tga +41172 ARMOR icon/item/41172.tga +41173 ARMOR icon/item/41173.tga +41174 ARMOR icon/item/41174.tga +41175 ARMOR icon/item/41175.tga +41176 ARMOR icon/item/41176.tga +41177 ARMOR icon/item/41177.tga +41178 ARMOR icon/item/41178.tga +41179 ARMOR icon/item/41179.tga +41180 ARMOR icon/item/41180.tga +41181 ARMOR icon/item/41181.tga +41182 ARMOR icon/item/41182.tga +41183 ARMOR icon/item/41183.tga +41184 ARMOR icon/item/41184.tga +41185 ARMOR icon/item/41185.tga +41186 ARMOR icon/item/41186.tga +41187 ARMOR icon/item/41187.tga +41188 ARMOR icon/item/41188.tga +41189 ARMOR icon/item/41189.tga +41190 ARMOR icon/item/41190.tga +41191 ARMOR icon/item/41191.tga +41192 ARMOR icon/item/41192.tga +41193 ARMOR icon/item/41193.tga +41194 ARMOR icon/item/41194.tga +41195 ARMOR icon/item/41195.tga +41196 ARMOR icon/item/41196.tga +41197 ARMOR icon/item/41197.tga +41198 ARMOR icon/item/41198.tga +41199 ARMOR icon/item/41199.tga +41200 ARMOR icon/item/41200.tga +41201 ARMOR icon/item/41201.tga +41202 ARMOR icon/item/41202.tga +41203 ARMOR icon/item/41203.tga +41204 ARMOR icon/item/41204.tga +41205 ARMOR icon/item/41205.tga +41206 ARMOR icon/item/41206.tga +41207 ARMOR icon/item/41207.tga +41208 ARMOR icon/item/41208.tga +41209 ARMOR icon/item/41209.tga +41210 ARMOR icon/item/41210.tga +41211 ARMOR icon/item/41211.tga +41212 ARMOR icon/item/41212.tga +41213 ARMOR icon/item/41213.tga +41214 ARMOR icon/item/41214.tga +41215 ARMOR icon/item/41215.tga +41216 ARMOR icon/item/41216.tga +41217 ARMOR icon/item/41153.tga +41218 ARMOR icon/item/41154.tga +41219 ARMOR icon/item/41155.tga +41220 ARMOR icon/item/41156.tga +41221 ARMOR icon/item/41157.tga +41222 ARMOR icon/item/41158.tga +41223 ARMOR icon/item/41159.tga +41224 ARMOR icon/item/41160.tga +41225 ARMOR icon/item/41161.tga +41226 ARMOR icon/item/41162.tga +41227 ARMOR icon/item/41163.tga +41228 ARMOR icon/item/41164.tga +41229 ARMOR icon/item/41165.tga +41230 ARMOR icon/item/41166.tga +41231 ARMOR icon/item/41167.tga +41232 ARMOR icon/item/41168.tga +41233 ARMOR icon/item/41169.tga +41234 ARMOR icon/item/41170.tga +41235 ARMOR icon/item/41171.tga +41236 ARMOR icon/item/41172.tga +41237 ARMOR icon/item/41173.tga +41238 ARMOR icon/item/41174.tga +41239 ARMOR icon/item/41175.tga +41240 ARMOR icon/item/41176.tga +41241 ARMOR icon/item/41177.tga +41242 ARMOR icon/item/41178.tga +41243 ARMOR icon/item/41179.tga +41244 ARMOR icon/item/41180.tga +41245 ARMOR icon/item/41181.tga +41246 ARMOR icon/item/41182.tga +41247 ARMOR icon/item/41183.tga +41248 ARMOR icon/item/41184.tga +41249 ARMOR icon/item/41185.tga +41250 ARMOR icon/item/41186.tga +41251 ARMOR icon/item/41187.tga +41252 ARMOR icon/item/41188.tga +41253 ARMOR icon/item/41189.tga +41254 ARMOR icon/item/41190.tga +41255 ARMOR icon/item/41191.tga +41256 ARMOR icon/item/41192.tga +41257 ARMOR icon/item/41193.tga +41258 ARMOR icon/item/41194.tga +41259 ARMOR icon/item/41195.tga +41260 ARMOR icon/item/41196.tga +41261 ARMOR icon/item/41197.tga +41262 ARMOR icon/item/41198.tga +41263 ARMOR icon/item/41199.tga +41264 ARMOR icon/item/41200.tga +41265 ARMOR icon/item/41201.tga +41266 ARMOR icon/item/41202.tga +41267 ARMOR icon/item/41203.tga +41268 ARMOR icon/item/41204.tga +41269 ARMOR icon/item/41205.tga +41270 ARMOR icon/item/41206.tga +41271 ARMOR icon/item/41207.tga +41272 ARMOR icon/item/41208.tga +41273 ARMOR icon/item/41209.tga +41274 ARMOR icon/item/41210.tga +41275 ARMOR icon/item/41211.tga +41276 ARMOR icon/item/41212.tga +41277 ARMOR icon/item/41213.tga +41278 ARMOR icon/item/41214.tga +41279 ARMOR icon/item/41215.tga +41280 ARMOR icon/item/41216.tga +45053 ETC icon/item/45053.tga +45054 ETC icon/item/45054.tga +45055 ETC icon/item/45055.tga +45056 ETC icon/item/45056.tga +45057 ETC icon/item/45057.tga +45058 ETC icon/item/45058.tga +45065 ETC icon/item/45053.tga +45066 ETC icon/item/45054.tga +45067 ETC icon/item/45055.tga +45068 ETC icon/item/45056.tga +45069 ETC icon/item/45057.tga +45070 ETC icon/item/45058.tga +45087 ETC icon/item/45087.tga +45088 ETC icon/item/45088.tga +45089 ETC icon/item/45089.tga +45090 ETC icon/item/45090.tga +45091 ETC icon/item/45091.tga +45092 ETC icon/item/45092.tga +45093 ETC icon/item/45093.tga +45094 ETC icon/item/45094.tga +45095 ETC icon/item/45095.tga +45096 ETC icon/item/45096.tga +45097 ETC icon/item/45087.tga +45098 ETC icon/item/45088.tga +45099 ETC icon/item/45089.tga +45100 ETC icon/item/45090.tga +45101 ETC icon/item/45091.tga +45102 ETC icon/item/45092.tga +45103 ETC icon/item/45093.tga +45104 ETC icon/item/45094.tga +45105 ETC icon/item/45095.tga +45106 ETC icon/item/45096.tga +53007 ETC icon/item/53002.tga +53008 ETC icon/item/53008.tga +53009 ETC icon/item/53008.tga +53010 ETC icon/item/53008.tga +53011 ETC icon/item/53008.tga +53012 ETC icon/item/53008.tga +53013 ETC icon/item/53008.tga +41137 ETC icon/item/41137.tga +41138 ETC icon/item/41138.tga +41139 ETC icon/item/41139.tga +41140 ETC icon/item/41140.tga +41141 ETC icon/item/41141.tga +41142 ETC icon/item/41142.tga +41143 ETC icon/item/41143.tga +41144 ETC icon/item/41144.tga +41145 ETC icon/item/41137.tga +41146 ETC icon/item/41138.tga +41147 ETC icon/item/41139.tga +41148 ETC icon/item/41140.tga +41149 ETC icon/item/41141.tga +41150 ETC icon/item/41142.tga +41151 ETC icon/item/41143.tga +41152 ETC icon/item/41144.tga +41291 ARMOR icon/item/41291.tga +41292 ARMOR icon/item/41292.tga +41293 ARMOR icon/item/41293.tga +41294 ARMOR icon/item/41294.tga +41295 ARMOR icon/item/41295.tga +41296 ARMOR icon/item/41296.tga +41297 ARMOR icon/item/41297.tga +41298 ARMOR icon/item/41298.tga +41299 ARMOR icon/item/41291.tga +41300 ARMOR icon/item/41292.tga +41301 ARMOR icon/item/41293.tga +41302 ARMOR icon/item/41294.tga +41303 ARMOR icon/item/41295.tga +41304 ARMOR icon/item/41296.tga +41305 ARMOR icon/item/41297.tga +41306 ARMOR icon/item/41298.tga +45075 ETC icon/item/45075.tga +45076 ETC icon/item/45076.tga +45077 ETC icon/item/45077.tga +45078 ETC icon/item/45078.tga +45079 ETC icon/item/45079.tga +45080 ETC icon/item/45080.tga +45081 ETC icon/item/45075.tga +45082 ETC icon/item/45076.tga +45083 ETC icon/item/45077.tga +45084 ETC icon/item/45078.tga +45085 ETC icon/item/45079.tga +45086 ETC icon/item/45080.tga +45119 ETC icon/item/45119.tga +45120 ETC icon/item/45120.tga +45121 ETC icon/item/45121.tga +45122 ETC icon/item/45122.tga +45123 ETC icon/item/45123.tga +45124 ETC icon/item/45124.tga +45125 ETC icon/item/45125.tga +45126 ETC icon/item/45126.tga +45127 ETC icon/item/45119.tga +45128 ETC icon/item/45120.tga +45129 ETC icon/item/45121.tga +45130 ETC icon/item/45122.tga +45131 ETC icon/item/45123.tga +45132 ETC icon/item/45124.tga +45133 ETC icon/item/45125.tga +45134 ETC icon/item/45126.tga +38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 +38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 +38057 ETC icon/item/50128.tga +71164 ETC icon/item/53002.tga +71164 ETC icon/item/71131.tga +38200 ETC icon/item/53001.tga +38201 ETC icon/item/53001.tga +41001 ARMOR icon/item/41002.tga +41002 ARMOR icon/item/41001.tga +51501 ETC icon/item/51501.tga +51502 ETC icon/item/51501.tga +51503 ETC icon/item/51501.tga +51504 ETC icon/item/51569.tga +51505 ETC icon/item/51505.tga +51506 ETC icon/item/51506.tga +51507 ETC icon/item/51549.tga +51508 ETC icon/item/51569.tga +51509 ETC icon/item/51505.tga +51510 ETC icon/item/51506.tga +51511 ETC icon/item/51517.tga +51512 ETC icon/item/51518.tga +51513 ETC icon/item/51519.tga +51514 ETC icon/item/51520.tga +51515 ETC icon/item/51521.tga +51516 ETC icon/item/51522.tga +51517 ETC icon/item/51517.tga +51518 ETC icon/item/51518.tga +51519 ETC icon/item/51519.tga +51520 ETC icon/item/51520.tga +51521 ETC icon/item/51521.tga +51522 ETC icon/item/51522.tga +51523 ETC icon/item/51517.tga +51524 ETC icon/item/51518.tga +51525 ETC icon/item/51519.tga +51526 ETC icon/item/51520.tga +51527 ETC icon/item/51521.tga +51528 ETC icon/item/51522.tga +51529 ETC icon/item/51517.tga +51530 ETC icon/item/51518.tga +51531 ETC icon/item/51519.tga +51532 ETC icon/item/51520.tga +51533 ETC icon/item/51521.tga +51534 ETC icon/item/51522.tga +51535 ETC icon/item/51517.tga +51536 ETC icon/item/51518.tga +51537 ETC icon/item/51519.tga +51538 ETC icon/item/51520.tga +51539 ETC icon/item/51521.tga +51540 ETC icon/item/51522.tga +51541 ETC icon/item/51549.tga +51542 ETC icon/item/51550.tga +51543 ETC icon/item/51551.tga +51544 ETC icon/item/51552.tga +51545 ETC icon/item/51553.tga +51546 ETC icon/item/51554.tga +51547 ETC icon/item/51555.tga +51548 ETC icon/item/51501.tga +51549 ETC icon/item/51569.tga +51550 ETC icon/item/51550.tga +51551 ETC icon/item/51551.tga +51552 ETC icon/item/51552.tga +51553 ETC icon/item/51553.tga +51554 ETC icon/item/51554.tga +51555 ETC icon/item/51555.tga +51556 ETC icon/item/51570.tga +51557 ETC icon/item/51571.tga +51558 ETC icon/item/51572.tga +51559 ETC icon/item/51573.tga +51560 ETC icon/item/51574.tga +51561 ETC icon/item/51575.tga +51562 ETC icon/item/51569.tga +51563 ETC icon/item/51570.tga +51564 ETC icon/item/51571.tga +51565 ETC icon/item/51572.tga +51566 ETC icon/item/51573.tga +51567 ETC icon/item/51574.tga +51568 ETC icon/item/51575.tga +51569 ETC icon/item/51569.tga +51570 ETC icon/item/51570.tga +51571 ETC icon/item/51571.tga +51572 ETC icon/item/51572.tga +51573 ETC icon/item/51573.tga +51574 ETC icon/item/51574.tga +51575 ETC icon/item/51575.tga +51576 ETC icon/item/51501.tga +51577 ETC icon/item/51517.tga +51578 ETC icon/item/51518.tga +51579 ETC icon/item/51519.tga +51580 ETC icon/item/51520.tga +51581 ETC icon/item/51521.tga +51582 ETC icon/item/51522.tga +51583 ETC icon/item/51501.tga +51584 ETC icon/item/51517.tga +51585 ETC icon/item/51518.tga +51586 ETC icon/item/51519.tga +51587 ETC icon/item/51520.tga +51588 ETC icon/item/51521.tga +51589 ETC icon/item/51522.tga +51590 ETC icon/item/51501.tga +51591 ETC icon/item/51517.tga +51592 ETC icon/item/51518.tga +51593 ETC icon/item/51519.tga +51594 ETC icon/item/51520.tga +51595 ETC icon/item/51521.tga +51596 ETC icon/item/51522.tga +51597 ETC icon/item/51501.tga +51598 ETC icon/item/51517.tga +51599 ETC icon/item/51518.tga +51600 ETC icon/item/51519.tga +51601 ETC icon/item/51520.tga +51602 ETC icon/item/51521.tga +51603 ETC icon/item/51522.tga +51604 ETC icon/item/51569.tga +51605 ETC icon/item/51550.tga +51606 ETC icon/item/51551.tga +51607 ETC icon/item/51552.tga +51608 ETC icon/item/51553.tga +51609 ETC icon/item/51554.tga +51610 ETC icon/item/51555.tga +51611 ETC icon/item/51569.tga +51612 ETC icon/item/51550.tga +51613 ETC icon/item/51551.tga +51614 ETC icon/item/51552.tga +51615 ETC icon/item/51553.tga +51616 ETC icon/item/51554.tga +51617 ETC icon/item/51555.tga +51618 ETC icon/item/51569.tga +51619 ETC icon/item/51550.tga +51620 ETC icon/item/51551.tga +51621 ETC icon/item/51552.tga +51622 ETC icon/item/51553.tga +51623 ETC icon/item/51554.tga +51624 ETC icon/item/51555.tga +51625 ETC icon/item/51569.tga +51626 ETC icon/item/51570.tga +51627 ETC icon/item/51571.tga +51628 ETC icon/item/51572.tga +51629 ETC icon/item/51573.tga +51630 ETC icon/item/51574.tga +51631 ETC icon/item/51575.tga +51632 ETC icon/item/51569.tga +51633 ETC icon/item/51570.tga +51634 ETC icon/item/51571.tga +51635 ETC icon/item/51572.tga +51636 ETC icon/item/51573.tga +51637 ETC icon/item/51574.tga +51638 ETC icon/item/51575.tga +51639 ETC icon/item/51639.tga +51640 ETC icon/item/51640.tga +51641 ETC icon/item/51641.tga +51642 ETC icon/item/51642.tga +51643 ETC icon/item/51639.tga +51644 ETC icon/item/51640.tga +51645 ETC icon/item/51641.tga +51646 ETC icon/item/51642.tga +30329 ETC icon/item/30329.tga +30330 ETC icon/item/50084.tga +30524 ETC icon/item/31006.tga +30525 ETC icon/item/31005.tga +31076 ETC icon/item/31076.tga +31077 ETC icon/item/31077.tga +31078 ETC icon/item/31078.tga +31080 ETC icon/item/31080.tga +31081 ETC icon/item/31081.tga +31082 ETC icon/item/31082.tga +31083 ETC icon/item/31083.tga +31084 ETC icon/item/31084.tga +41307 ETC icon/item/41307.tga +41308 ETC icon/item/41308.tga +41309 ETC icon/item/41307.tga +41310 ETC icon/item/41308.tga +41320 ETC icon/item/41320.tga +41321 ETC icon/item/41321.tga +41322 ETC icon/item/41320.tga +41323 ETC icon/item/41321.tga +45135 ETC icon/item/45135.tga +45136 ETC icon/item/45136.tga +45137 ETC icon/item/45135.tga +45138 ETC icon/item/45136.tga +45139 ETC icon/item/45139.tga +45140 ETC icon/item/45140.tga +45141 ETC icon/item/45141.tga +45142 ETC icon/item/45142.tga +45143 ETC icon/item/45139.tga +45144 ETC icon/item/45140.tga +45145 ETC icon/item/45141.tga +45146 ETC icon/item/45142.tga +45147 ETC icon/item/45143.tga +45148 ETC icon/item/45144.tga +45149 ETC icon/item/45143.tga +45150 ETC icon/item/45144.tga +45151 ETC icon/item/45147.tga +45152 ETC icon/item/45148.tga +45153 ETC icon/item/45147.tga +45154 ETC icon/item/45148.tga +45155 ETC icon/item/45135.tga +45156 ETC icon/item/45156.tga +45157 ETC icon/item/45157.tga +45158 ETC icon/item/45156.tga +45159 ETC icon/item/45157.tga +71174 ETC icon/item/71174.tga +71175 ETC icon/item/71174.tga +41324 ETC icon/item/41324.tga +41325 ETC icon/item/41325.tga +41326 ETC icon/item/41324.tga +41327 ETC icon/item/41325.tga +45160 ETC icon/item/45160.tga +45161 ETC icon/item/45161.tga +45162 ETC icon/item/45160.tga +45163 ETC icon/item/45161.tga +45164 ETC icon/item/45164.tga +45165 ETC icon/item/45165.tga +45166 ETC icon/item/45166.tga +45167 ETC icon/item/45164.tga +45168 ETC icon/item/45165.tga +45169 ETC icon/item/45166.tga +53518 ETC icon/item/53501.tga +53519 ETC icon/item/53501.tga +53520 ETC icon/item/53501.tga +53521 ETC icon/item/53501.tga +53018 ETC icon/item/53008.tga +53019 ETC icon/item/53008.tga +53020 ETC icon/item/53008.tga +53021 ETC icon/item/53008.tga +52106 ETC icon/item/50063.tga +52107 ETC icon/item/50063.tga +52108 ETC icon/item/50063.tga +52109 ETC icon/item/50063.tga +52110 ETC icon/item/50063.tga +52111 ETC icon/item/50064.tga +52112 ETC icon/item/50064.tga +52113 ETC icon/item/50064.tga +52114 ETC icon/item/50064.tga +52115 ETC icon/item/50064.tga +52116 ETC icon/item/50065.tga +52117 ETC icon/item/50065.tga +52118 ETC icon/item/50065.tga +52119 ETC icon/item/50065.tga +52120 ETC icon/item/50065.tga +53022 ETC icon/item/53022.tga +53023 ETC icon/item/53023.tga +53522 ETC icon/item/53501.tga +53523 ETC icon/item/53501.tga +52708 ETC icon/item/52701.tga +41328 ARMOR icon/item/41328.tga +41329 ARMOR icon/item/41329.tga +41330 ARMOR icon/item/41330.tga +41331 ARMOR icon/item/41331.tga +41332 ARMOR icon/item/41332.tga +41333 ARMOR icon/item/41333.tga +41334 ARMOR icon/item/41334.tga +41335 ARMOR icon/item/41335.tga +41336 ARMOR icon/item/41336.tga +41337 ARMOR icon/item/41337.tga +41338 ARMOR icon/item/41338.tga +41339 ARMOR icon/item/41339.tga +41340 ARMOR icon/item/41340.tga +41341 ARMOR icon/item/41341.tga +41342 ARMOR icon/item/41342.tga +41343 ARMOR icon/item/41343.tga +41344 ARMOR icon/item/41344.tga +41345 ARMOR icon/item/41345.tga +41346 ARMOR icon/item/41346.tga +41347 ARMOR icon/item/41347.tga +41348 ARMOR icon/item/41348.tga +41349 ARMOR icon/item/41349.tga +41350 ARMOR icon/item/41350.tga +41351 ARMOR icon/item/41351.tga +41352 ARMOR icon/item/41352.tga +41353 ARMOR icon/item/41353.tga +41354 ARMOR icon/item/41354.tga +41355 ARMOR icon/item/41355.tga +41356 ARMOR icon/item/41356.tga +41357 ARMOR icon/item/41357.tga +41358 ARMOR icon/item/41358.tga +41359 ARMOR icon/item/41359.tga +41360 ARMOR icon/item/41360.tga +41361 ARMOR icon/item/41361.tga +41362 ARMOR icon/item/41362.tga +41363 ARMOR icon/item/41363.tga +41364 ARMOR icon/item/41364.tga +41365 ARMOR icon/item/41365.tga +41366 ARMOR icon/item/41366.tga +41367 ARMOR icon/item/41367.tga +41368 ARMOR icon/item/41368.tga +41369 ARMOR icon/item/41369.tga +41370 ARMOR icon/item/41370.tga +41371 ARMOR icon/item/41371.tga +41372 ARMOR icon/item/41372.tga +41373 ARMOR icon/item/41373.tga +41374 ARMOR icon/item/41374.tga +41375 ARMOR icon/item/41375.tga +41376 ARMOR icon/item/41376.tga +41377 ARMOR icon/item/41377.tga +41378 ARMOR icon/item/41378.tga +41379 ARMOR icon/item/41379.tga +41380 ARMOR icon/item/41380.tga +41381 ARMOR icon/item/41381.tga +41382 ARMOR icon/item/41382.tga +41383 ARMOR icon/item/41383.tga +41384 ARMOR icon/item/41384.tga +41385 ARMOR icon/item/41385.tga +41386 ARMOR icon/item/41386.tga +41387 ARMOR icon/item/41387.tga +41388 ARMOR icon/item/41388.tga +41389 ARMOR icon/item/41389.tga +41390 ARMOR icon/item/41390.tga +41391 ARMOR icon/item/41391.tga +41392 ARMOR icon/item/41328.tga +41393 ARMOR icon/item/41329.tga +41394 ARMOR icon/item/41330.tga +41395 ARMOR icon/item/41331.tga +41396 ARMOR icon/item/41332.tga +41397 ARMOR icon/item/41333.tga +41398 ARMOR icon/item/41334.tga +41399 ARMOR icon/item/41335.tga +41400 ARMOR icon/item/41336.tga +41401 ARMOR icon/item/41337.tga +41402 ARMOR icon/item/41338.tga +41403 ARMOR icon/item/41339.tga +41404 ARMOR icon/item/41340.tga +41405 ARMOR icon/item/41341.tga +41406 ARMOR icon/item/41342.tga +41407 ARMOR icon/item/41343.tga +41408 ARMOR icon/item/41344.tga +41409 ARMOR icon/item/41345.tga +41410 ARMOR icon/item/41346.tga +41411 ARMOR icon/item/41347.tga +41412 ARMOR icon/item/41348.tga +41413 ARMOR icon/item/41349.tga +41414 ARMOR icon/item/41350.tga +41415 ARMOR icon/item/41351.tga +41416 ARMOR icon/item/41352.tga +41417 ARMOR icon/item/41353.tga +41418 ARMOR icon/item/41354.tga +41419 ARMOR icon/item/41355.tga +41420 ARMOR icon/item/41356.tga +41421 ARMOR icon/item/41357.tga +41422 ARMOR icon/item/41358.tga +41423 ARMOR icon/item/41359.tga +41424 ARMOR icon/item/41360.tga +41425 ARMOR icon/item/41361.tga +41426 ARMOR icon/item/41362.tga +41427 ARMOR icon/item/41363.tga +41428 ARMOR icon/item/41364.tga +41429 ARMOR icon/item/41365.tga +41430 ARMOR icon/item/41366.tga +41431 ARMOR icon/item/41367.tga +41432 ARMOR icon/item/41368.tga +41433 ARMOR icon/item/41369.tga +41434 ARMOR icon/item/41370.tga +41435 ARMOR icon/item/41371.tga +41436 ARMOR icon/item/41372.tga +41437 ARMOR icon/item/41373.tga +41438 ARMOR icon/item/41374.tga +41439 ARMOR icon/item/41375.tga +41440 ARMOR icon/item/41376.tga +41441 ARMOR icon/item/41377.tga +41442 ARMOR icon/item/41378.tga +41443 ARMOR icon/item/41379.tga +41444 ARMOR icon/item/41380.tga +41445 ARMOR icon/item/41381.tga +41446 ARMOR icon/item/41382.tga +41447 ARMOR icon/item/41383.tga +41448 ARMOR icon/item/41384.tga +41449 ARMOR icon/item/41385.tga +41450 ARMOR icon/item/41386.tga +41451 ARMOR icon/item/41387.tga +41452 ARMOR icon/item/41388.tga +41453 ARMOR icon/item/41389.tga +41454 ARMOR icon/item/41390.tga +41455 ARMOR icon/item/41391.tga +71176 ETC icon/item/71131.tga +71177 ETC icon/item/71131.tga +53024 ETC icon/item/53008.tga +53025 ETC icon/item/53008.tga +53218 ETC icon/item/53008.tga +53219 ETC icon/item/53008.tga +53220 ETC icon/item/53008.tga +53221 ETC icon/item/53008.tga +53026 ETC icon/item/53026.tga diff --git a/bin/pack/locale_tr/locale/tr/item_proto b/bin/pack/locale_tr/locale/tr/item_proto new file mode 100644 index 00000000..8170f1c1 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/item_proto differ diff --git a/bin/pack/locale_tr/locale/tr/itemdesc.txt b/bin/pack/locale_tr/locale/tr/itemdesc.txt new file mode 100644 index 00000000..c2775d80 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/itemdesc.txt @@ -0,0 +1,2628 @@ +100000 Sre zt (K) Bir ejderha tann sresini doldurur. +100001 Sre zt (O) Bir ejderha tann sresini doldurur. +100002 Sre zt (B) Bir ejderha tann sresini doldurur. +100100 Ejderha Kerpeteni Ejderha tan karmada baar olasln ykseltmeye yarayan bir tamir aleti. +100200 Srenin Kerpeteni Bir ejderha tann sresini eker alr. +100300 Yeil Ejderha Fasulyesi Byl fasulye, ejderha ta seviyesini ykseltir. Glendirme baarsz olabilir. +100400 Mavi Ejderha Fasulyesi Byl fasulye, ejderha tann bir seviye ykselmesi olasln artrr. +100500 Pembe Ejderha Fasulyesi Ejderha tan baaryla bir seviye gelitirme ans %10 artar. +11901 Smokin Erkeklerin dnde giydii takm elbise. +11902 Smokin Erkeklerin dnde giydii takm elbise. +11903 Gelinlik Bayanlarn dnde giydii zel kyafet. +11904 Gelinlik Bayanlarn dnde giydii zel kyafet. +18000 Keten Kemer +0 +18001 Keten Kemer +1 +18002 Keten Kemer +2 +18003 Keten Kemer +3 +18004 Keten Kemer +4 +18005 Keten Kemer +5 +18006 Keten Kemer +6 +18007 Keten Kemer +7 +18008 Keten Kemer +8 +18009 Keten Kemer +9 +18010 Deri Kemer +0 +18011 Deri Kemer +1 +18012 Deri Kemer +2 +18013 Deri Kemer +3 +18014 Deri Kemer +4 +18015 Deri Kemer +5 +18016 Deri Kemer +6 +18017 Deri Kemer +7 +18018 Deri Kemer +8 +18019 Deri Kemer +9 +18020 Gsterili Kemer +0 +18021 Gsterili Kemer +1 +18022 Gsterili Kemer +2 +18023 Gsterili Kemer +3 +18024 Gsterili Kemer +4 +18025 Gsterili Kemer +5 +18026 Gsterili Kemer +6 +18027 Gsterili Kemer +7 +18028 Gsterili Kemer +8 +18029 Gsterili Kemer +9 +18030 Bilgeliin Kemeri +0 +18031 Bilgeliin Kemeri +1 +18032 Bilgeliin Kemeri +2 +18033 Bilgeliin Kemeri +3 +18034 Bilgeliin Kemeri +4 +18035 Bilgeliin Kemeri +5 +18036 Bilgeliin Kemeri +6 +18037 Bilgeliin Kemeri +7 +18038 Bilgeliin Kemeri +8 +18039 Bilgeliin Kemeri +9 +18040 Kral Kemeri +0 +18041 Kral Kemeri +1 +18042 Kral Kemeri +2 +18043 Kral Kemeri +3 +18044 Kral Kemeri +4 +18045 Kral Kemeri +5 +18046 Kral Kemeri +6 +18047 Kral Kemeri +7 +18048 Kral Kemeri +8 +18049 Kral Kemeri +9 +18050 Glge Kemeri +0 +18051 Glge Kemeri +1 +18052 Glge Kemeri +2 +18053 Glge Kemeri +3 +18054 Glge Kemeri +4 +18055 Glge Kemeri +5 +18056 Glge Kemeri +6 +18057 Glge Kemeri +7 +18058 Glge Kemeri +8 +18059 Glge Kemeri +9 +18060 Runik Kemer +0 +18061 Runik Kemer +1 +18062 Runik Kemer +2 +18063 Runik Kemer +3 +18064 Runik Kemer +4 +18065 Runik Kemer +5 +18066 Runik Kemer +6 +18067 Runik Kemer +7 +18068 Runik Kemer +8 +18069 Runik Kemer +9 +18070 Bykay Kemeri +0 +18071 Bykay Kemeri +1 +18072 Bykay Kemeri +2 +18073 Bykay Kemeri +3 +18074 Bykay Kemeri +4 +18075 Bykay Kemeri +5 +18076 Bykay Kemeri +6 +18077 Bykay Kemeri +7 +18078 Bykay Kemeri +8 +18079 Bykay Kemeri +9 +18900 Kzl Alev Ta Kemerinin bonuslarn glendirir. +21100 +21101 +21102 +21103 +21104 +21105 +21106 +21107 +21108 +21109 +21110 +21111 +21112 +21113 +21114 +21115 +21116 +21117 +21118 +21119 +21120 +21121 +21122 +21123 +21124 +21125 +21126 +21127 +21128 +21129 +21550 +21551 +21552 +21553 +21554 +21555 +21556 +21557 +21558 +21559 +21991 +21992 +21993 +22000 ehre Dn Kad Bu kat sizi kye nlar. +22010 Geri Dn Kad Bu Kat ehre dnmenizi veya ehirden bulunduunuz alana dnmenizi salar. +25040 Kutsama Kad Gelitirme baarsz olduunda eyann yok olma riski ortadan kalkp, sadece kalitesi 1 kademe der. +25041 Byl Metal Bir nesnenin en iyi ekilde gelitirilmesini salayan bir efsanevi metal topa. Bunun dnda, gelitirilmi olan nesne, ne yok edilir ne de deerden drlr. +25100 Ruh Ta Kad Bu Kat, silah ve zrhlardan Ruh Ta karmaya yarar. Ta kardktan sonra izi kalr. +27051 Krmz iksir (K) 300 salk puan doldurur. Satlamaz. +27052 Mavi ksir (K) 100 sihir puann doldurur. Satlamaz. +27053 Yeil ksir (K) Saldr hzn 10 dakika boyunca +10 artrr. Satlamaz. +27054 Mor ksir (K) Hareket hzn 10 dakika boyunca +10 artrr. Satlamaz. +27122 Krmz ksir (K) 300 hayat puan doldurur. Satlamaz. +27123 Yeil ksir (K) Saldr hzn 10 dakika boyunca +10 artrr. Satlamaz. +27124 Bandaj kanamay annda durdurur. +27600 Kamp Atei Ate yakmak iin kesilmi aa. +27610 Balklk Kresi Bu sihirli kre oltaya taklan balk hakknda bilgi verir. +27620 Balklk Srlar Bu kitap balklar hakknda bilgi verir. +27799 Klk Balk skeleti. +27800 Hamur En ucuz balk yemi. +27801 Solucan Balk tutmak iin yem olarak kullanlr. +27802 Minik Balk Byk balklar iin yem olarak kullanlr. +27803 Sudak Bal Genellikle glde yaayan bir balk tr. +27804 Ringa Bal Lezzetli bir balk tr. +27805 Byk Sudak Bal Byk iman sudak bal. +27806 Sazan ri gm renkli balk. +27807 Som Bal iftleme mevsiminde evine dnen bir balk. +27808 Ot Sazan Genelde bitkilerle beslenen sazan tr. +27809 Dere Alabal Som Balnn akrabas olan bir balk. +27810 Zargana Uzun, zayf ylana benzer bir balk . ok fazla diren ierir. +27811 Gkkua Alabal Srt gkkua renginde bir balk. +27812 Nehir Alabal Nehirde yaayan bir balktr. +27813 Hamsi Sr halinde yaayan bir balktr. +27814 Levrek Tatl suda yaayan bir balk. +27815 Tekir Bal Sadece temiz sularda yaayan bir balk trdr. +27816 Yayn Bal Bu baln ayrt edici zellii kediye benzer byk azdr. +27817 opra Bal S ve amurlu sularda yaayan kaygan bir tr balktr. +27818 Lfer Bal Kark beslenen, temiz sularda yaayan bir balktr. +27819 Sevimli Balk Palamut trnn akrabasdr. Temiz sularda yaar. +27820 Palamut Bal Bir tr k baldr. Buz balklar tarafndan avlanr. +27821 Kadife Bal Gzel renklere sahip olan bir balktr. +27822 Aynal Sazan Yerel bir sazan tr. +27823 Altn Sudak Bal Nadir rastlanan Sudak Bal tr. +27833 l Sudak Bal l Sudak Bal|Kamp Ateinde zgara yaplabilir. +27834 l Ringa Bal l Ringa Bal|Kamp Ateinde zgara yaplabilir. +27835 l Byk Sudak Bal l Byk Sudak Bal|Kamp Ateinde zgara yaplabilir. +27836 l Sazan l Sazan|Kamp Ateinde zgara yaplabilir. +27837 l Som Bal l Som Bal|Kamp Ateinde zgara yaplabilir. +27838 l Ot Sazan l Ot Sazan|Kamp Ateinde zgara yaplabilir. +27839 l Dere Alabal l Dere Alabal|Kamp Ateinde zgara yaplabilir. +27840 l Zargana l Zargana|Kamp Ateinde zgara yaplabilir. +27841 l Gkkua Alabal l gkkuaalabal|Kamp Ateinde zgara yaplabilir. +27842 l Nehir Alabal l nehir alabal|Kamp Ateinde zgara yaplabilir. +27843 l Hamsi l Hamsi|Kamp Ateinde zgara yaplabilir. +27844 l Levrek l Levrek|Kamp Ateinde zgara yaplabilir. +27845 l Tekir Bal l Tekir Bal|Kamp Ateinde zgara yaplabilir. +27846 l Yayn Bal l Yayn Bal|Kamp Ateinde zgara yaplabilir. +27847 l opra Bal l opra Bal|Kamp Ateinde zgara yaplabilir. +27848 l Lfer Bal l Lfer Bal|Kamp Ateinde zgara yaplabilir. +27849 l Sevimli Balk l Sevimli balk|Kamp Ateinde zgara yaplabilir. +27850 l Palamut Bal l Palamut Bal|Kamp Ateinde zgara yaplabilir. +27851 l Kadife Bal l Kadife Bal|Kamp Ateinde zgara yaplabilir. +27852 l Aynal Sazan l Aynal Sazan|Kamp Ateinde zgara yaplabilir. +27853 l Altn Sudak Bal l Altn Sudak Bal|Kamp Ateinde zgara yaplabilir. +27863 Izgara Sudak Bal HP ykler. +27864 Izgara Ringa Bal SP ykler. +27865 Izgara Byk Sudak HP ykler. +27866 Izgara Sazan Bir sre iin hareket hzn arttrr. +27867 Izgara Som Bal SP ykler. +27868 Izgara Ot Sazan Bir sre iin saldr hzn arttrr. +27869 Izgara Dere Alabal nemli lde HP ykler. +27870 Izgara Zargana Gcn 10 dakika iin 10 puan arttrr. +27871 Izg. Gkkua Alabal nemli lde SP ykler. +27872 Izgara Nehir Alabal Hemen bir miktar SP ykler. +27873 Izgara Hamsi evikliini 10 dakikalna 10 puan arttrr. +27874 Izgara Levrek Zehri yok eder. +27875 Izgara Tekir Bal Hemen bir miktar HP ykler. +27876 Izgara Yayn Bal Hemen bir miktar SP ykler. +27877 Izgara opra Bal Seni 5 dakika iin grnmez yapar. +27878 Izgara Lfer Bal Hemen bir miktar HP ykler. +27879 Izgara Sevimli Balk Bu balk, atete piirildiinde ho bir zgara tad verir. +27880 Izgara Palamut Bal Kamp ateinde piirilen bu balk ho bir zgara tad verir. +27881 Izgara Kadife Bal Bu balk, atete piirildiinde ho bir zgara tad verir. +27882 Izgara Aynal Sazan Kamp ateinde piirilen bu balk ho bir zgara tad verir. +27883 Izgara AltnSudak Bal Kamp ateinde piirilen bu balk ho bir zgara tad verir. +27987 stiridye Ho grnml bir deniz kabuklusudur. inde inci olabilir. +27988 Define Haritas Eski hazinelerin yerlerini aa karan ypranm harita. +27989 Metin Ta Dedektr Pusula sana sonraki metin tann ynn ve mesafesini gsterir. Ne kadar parlaksa, o kadar yaknsn demektir. 6 kez kullanlabilir. +27990 Ta Paras Kk boyutlarda olmas ok rahat tanmasn salar. Farkl ekillerde kullanlabilir. +27991 Su Ta Silah ve mutfak eyalarnz bilemeye yarayan sert ve kaln ta. +27992 Beyaz nci Saf Beyaz inci|Bayanlar sever. +27993 Mavi nci Mavi Renkli nci |Bayanlar sever. +27994 Kankrmz nci Kan Krmz nci |Bayanlar sever. +27995 Bo ie Camdan yaplm bo ve salam ie. +27996 Zehir iesi Zehir dolu ie |ldrr. +27997 Yaam Kresi Bir miktar HP ykler. +27998 Simya Kesesi inde simya srlar sakl kese. +27999 Ruh Ta Kesesi Ruh talarnn iine konulduu kese. +29001 Tarak Byk ve lezzetli bir midye tr. Taraa benzer kabuklu bir canldr. +29002 Mavi Tarak Sedef gibi yumuak tabakas olan mavinin birok tonunu stnde tayan bir kabuklu eidi. +29003 Sar Tarak Sedef eritleri olan sarnn birok tonunu barndran bir kabukl tr. +29004 Krmz Tarak Sedef eritleri olan krmznn saysz tonunu barndran bir kabuklu tr. +29005 Yeil Tarak Sedef eritleri olan yeilin saysz tonunu barndran bir kabuklu tr. +29006 Sar arapta Koyu renkli arap tortusu. +29007 Mavi arapta Koyu mavi renkte arap tortusu. +29008 Mavi Kutsal Su Gne nda bu kutsal su ak mavi tonda parlar. +29009 Sar Kutsal Su Gne nda bu kutsal su ak sar renkte parlar. +29010 Krmz Kutsal Su Gne nda bu kutsal su ak krmz renkte parlar. +29011 Yeil Kutsal Su Gne nda bu kutsal su ak yeil renkte parlar. +29012 Lacivert Kutsal Su Lacivert kutsal su. +29013 Koyu Sar Kutsal Su Koyu Sar Kutsal Su. +29014 Bordo Kutsal Su Bordo Kutsal Su. +29015 Koyu Yeil Kutsal Su Koyu Yeil Kutsal Su. +30000 Arpa Tohumlar bira ve yiyecek yapmnda kullanlan bir bitki. +30001 Mektup Birilerinden gelen mektup. +30002 Sosis i Sebze ve baharatla hazrlanan sosis i. +30003 Domuz Burnu Domuzun burnu. +30004 Yaban Domuzu Dii Yaban Domuzunun gl dii. +30005 Krk Zrh Paras Krlm zrhl giysi paras. +30006 Ork Dii Ork'un kt kokulu dii. +30007 Ork Muskas Orklarn savata cesaret ald muska. +30008 Balang Elkitab Yeni balayanlar iin, mistik retinin el kitab. +30009 Bilinmeyen la Bilinmeyen maddelerin karmndan hazrlanm ila. +30010 Ay Safras Ay Safras, tannm bir lezzet katcdr. +30011 ile p ilesi. +30012 arap iesi i gzel kokulu arapla dolu ie. +30013 Likr Kab Likr yllandrmaya yarayan kap. +30014 Yeti Postu Efsanevi yaratn postu, Yeti bunun sayesinde souktan korunur. +30015 eytan Hatras eytann karanlk hatras. +30016 eytan Mcevheri llerin ruhunun iine konulduu bilinen mcevher. +30017 Ssl Sa Tokas Bayan sa tokas. +30018 K. Domuzkuyruu Kurdele Bayanlarn salarn balad parlak renkli kurdele. +30019 Alev Yelesi Alev yelesi iplikleri, klk giysilerin yapmnda kullanlr. +30020 eftali Tohumu Cilt hastalklarn iyiletirmede kullanlr. +30021 Deerli Ta Paras Krlm deerli tan paras. +30022 Ylan Kuyruu ngrakl ylan kuyruu. +30023 Beyaz Kaplan Postu En deerli hayvan postu, bu yzden kolleksiyonculardan saklanr. +30024 At Kuyruu At kuyruu u kaliteli eyalarn yapmnda kullanlr:Fralar, apkalar ve ip. +30025 rmcein Zehir Kesesi rmcein zehir kesesi. +30026 Kurt Barsa Krallkta nl olan yiyecek sucuk/sosis yapmnda kullanlan malzeme. +30027 Kurt Postu Kurtlarn uzun tyl postlar tarak ve fra yapmnda kullanlr. +30028 Kurt Penesi Kurtlarn sivri trnaklar, aksesuar yapmnda kullanlr. +30029 Kurt Karacieri Krallkta nl olan yiyecek sucuk/sosis yapmnda kullanlan malzeme. +30030 Pasl Bak Pasl bak. +30031 Ss Eyas Kzlar arasnda gzde bir ss eyasdr. +30032 Ypranm Siyah niforma Ypranm Siyah niforma. +30033 Krk Porselen Krk porselen paras. +30034 B. Domuzkuyruu Kurdele Bayanlarn salarn balamaya yarayan popler kurdele. +30035 Yz Kremi Bayanlarn yzn gen gstermesi iin kulland krem. +30036 Gizemli Bitki Mucizevi etkileri olan efsanevi bitki. +30037 Kaplan Penesi Baz savalar cesaretlerini gstermek iin Kaplan Penesinden yaplan kolye takarlar. +30038 Kaplan Postu Gzde bir post oldugu iin, kolleksiyonculardan saklanr. +30039 Sarg Bezi Birileri yaralandnda sarmak iin kullanlr. +30040 Yaprak Bilinmeyen bitki yapra. +30041 Shiriken Suikastlarn kulland bir tr frlatma silah. +30042 Saldrgan kaplann dii Vahi kedinin sert, parlak dii. +30043 Fasulye Bir ok ekilde piirilen bir yiyecek. +30044 Kil Porselen yapmnda kullanlan hammadde. +30045 Akrep nesi Akrep zehiri tayan ine. +30046 Akrep Kuyruu Zehirli akrep kuyruu. +30047 Lanet Kitab Birilerini lanetlemekte kullanlan zel bir kitap. +30048 Buz Paras Donmu su. +30049 Katil Buzbalina Boynuzu Heykeltralarn kulland deerli bir materyal. +30050 Buz Topu Buzdan yaplm ve scak havada erimeyen kre. +30051 Bilinmeyen Tlsm Bilinmeyen tlsm, sadece belirli bir kesime ye olanlar okuyabilir. +30052 Bayrak Yabani askerleri simgeleyen bayrak. +30053 Ay Ayak Derisi Birok insan arasnda gzde, dayankl bir yiyecek. +30054 Nikah Yz Evli iftleri belli eden yzk. +30055 Akrep Kskac Gl bir kska. +30056 rmcek A rmcein evini yapmakta kulland ipek a. +30057 rmcek Gzleri rmcek gzleri kolleksiyoncularn gzdesidir. +30058 rmcek Yumurta Kesesi ocuu olmayan kadnlar tarafndan kullanlan bir by. +30059 rmcek Bacaklar amanlar rmcein kll bacaklarn almalarnda kullanr. +30060 Kurbaa Dili Yapkan dil. +30061 Kurbaa Baca Mistik yemeklerin yapmnda kullanlr, tad tavuk eti gibidir! +30062 la Kasesi Eczaclar tarafndan kullanlan kase. +30063 Deri lac Deri hastalklarn iyiletiren ila. +30064 Sivri Ta Ok ucu yapmnda kullanlan ta. +30065 Zil Kk zil. +30066 Ac Biber ok ac biber. +30067 Ylan Derisi Ylann derisi. +30068 Tofu Biftei Tofu usul piirilmi biftek. +30069 Kurt Penesi+ Kurdun sivri trnaklar, baz aksesuarlarn yapmnda kullanlr. +30070 Kurt Postu+ Uzun tyl kurt postu, tarak ve fra yapmnda kullanlr. +30071 Ay Safras+ Ay Safras, tad alma duyusunu canlandrr. +30072 Ay Ayak Derisi+ Bir ok insann dayankllk iin tercih ettii yiyecektir. +30073 B. Domuzkuyruu Kurdele+ bayanlarn salarn balamak iin yaygn olarak kulandklar bir kurdele. +30074 Siyah niforma+ Ypranm siyah niforma. +30075 Shiriken+ Suikastilerin kulland bir tr frlatma silah. +30076 Ork Muskas+ Orklar savata cesaretlendiren muska. +30077 Ork Dii+ Ork'un pis kokan dii. +30078 Balang El Kitab+ Yeni balayanlar iin mistik retinin el kitab. +30079 Bilinmeyen Tlsm+ Bilinmeyen tlsm, sadece belli bir kesim okuyabilir. +30080 Lanet Kitab+ Birilerini lanetlemek iin kullanlan zel bir kitap. +30081 Akrep Kuyruu+ Zehirli akrep kuyruu. +30082 Ylan Kuyruu+ ngrakl ylan kuyruu. +30083 Bilinmeyen la+ Bilinmeyen maddelerin karmndan olulan ila. +30084 Bilinmeyen Tlsm+ Bilinmeyen tlsm, sadece belirli bir kesim okuyabilir. +30085 Sarg Bezi+ Birileri yaralandnda sarmakta kullanlan bez. +30086 eytan Hatras+ eytann karanlk hatras. +30087 eytan Mcevheri+ llerin ruhlarnn konulduu bilinen deerli ta. +30088 Buz Paras+ Donmu su. +30089 Yeti Postu+ Efsanevi yaratn postu, Yeti, onun sayesinde souktan korunur. +30090 Buz Kresi+ Buzdan yaplm ve scak havada erimeyen kre. +30091 Sava Sembol Sava sembolu, efsanevi Savalar belirler. +30092 Yabani Ganimeti Sava ganimeti. +30093 Uurlu Kese Deerli eyalarn konulduu ipek kese. +30094 Uurlu Kese Deerli eyalarn konulduu ipek kese. +30095 Uurlu Kese Deerli eyalarn konulduu ipek kese. +30096 Uurlu Kese Deerli eyalarn konulduu ipek kese. +30129 Binicinin Grevleri Bu dkman askeri grevleri iermektedir. +30130 Bo ie Bo cam ie, deiik svlarla doldurabilirsiniz. +30131 Demircinin Mektubu Demircinin arkadana ait bir mektup. +30132 Urielin Kitab Urielin zevkle okuduu kitap. Karanlk tapnan srr. +30133 iek Ayakkablar ekici bayan ayakkabs. +30134 Urielin Paketi ok eitli kitaplar ieren bir paket. +30135 Ariyoungun Mektubu Ariyoung tarafndan Ayoo ya yazlm mektup. +30136 Ar Ssl Yay Hayvan boynuzlaryla sslenmis gzel bir yay. +30137 Maymun Kan Maymun kan. Kt kokuyor. +30138 l Kumu l kumu, Celadon Porseleni yapmakta kullanlr. +30139 Unggyinin Az Dii Unggyinin Az Dii. +30140 plik Giysilerin tamir edilmesinde ve kolyelerde kullanlr. +30141 Mcevher Paras Taklr veya giysilerin sslenmesinde kullanlr. +30142 Mektup Mektupta ne yazdn okuyamazsn. Bu dili grenmen gerekiyor. +30143 ifal Bitkiler yiletirici kurutulmu bitkilerin karm. Ne yazk ki biraz tozlanmlar. +30144 Kaplan Karacieri Yetikin bir yrtcnn el byklnde, krmzms kahverengi cieri. +30145 Balsonun lac Gl bir ila. +30146 Buz Paras ok souk. +30147 Tapnak Tarihesi Bu kitap karanlk tapnak hakknda detayl bilgi iermektedir. +30148 Tapnak Atks Dua etmek iin kullanlan atk. +30149 uruplu Dondurma Dondurma ve uruptan hazrlanan bir yiyecek. Yaz iin ideal. +30150 Gnlk Sayfas Eski hanedan tarafndan yazlan gnln bir sayfas. +30151 Kurt Postu Sklkla toz fras yapmnda kullanlr. +30152 la Bilinmeyen bir hastalg tedavi edebilir. erii bilinmiyor. +30153 iekler Nadide iekler, kokular size gemiten gzel eyler hatrlatr. +30154 Tapnan Gizli Kitab Tapnan ve retisinin tarihesini ieren kitap. +30155 Mirinenin Dini Kolyesi Dini kolye, kiinin inanlarn yanstr ve koruduuna inanlr. +30156 Tapnan Gizli Kitab Gizli Tapnan retisini ve tarihesini ieren kitap. +30157 Ok Ucu Bu zehirli ok ular krall savunmada kullanlr. +30177 Misk Ya Misk ya, silah tccarlar tarafndan bir grevde kullanld. Bunun dnda bir ilevi yoktur. +30179 Kvrk Anahtar Bu sihirli anahtar, Ejderha Tapna'na giden kapy etkinletiriyor. +30180 Ejderha Tanr Tlsm Bu altn mcevher paras Srgn Maarasna giden yolu ksaltabilir. +30181 Sayfa Parmenin stndeki solgun yazy zmek ok zor - bu sayfa ok eski olmal. +30182 Efsanevi Gnlk Antik kitabn kopyas ok deerli grnyor. +30183 Karamsar Ahap Maske Bu ahap maske sana bakyor gibi. Muhtemelen trensel bi eya. +30184 Efsunlu Kller Srad sembollerle kapl bu ilgin kaptaki kl, yumuak bir ltyla evrili. +30185 Siyah Buz Derin glgeler bu parlak, przsz yzeyde toplanyor gibi grnyor. +30186 Fosil Gzya imdilerde Ejderha Tanr olarak bilinen Baljit-Elvedin'in fosillemi gzya. +30187 Kan Damlas Dnyann yaratcs, ldrlen Tanra Bahar-Taraji'nin bir damla kan. +30188 Obsidyen Svyken abucak donmu volkanik ta. +30189 Tanra Gzyalar Bu beceriklice yaplm vazoda Tanr Baljit-Elvedin'in gzyalar var. +30190 Kan Ta Bu ta Bahar-Taraji'nin kanndan yaplmtr ve Srgn Maarasna girmeni salar. +30191 Kan Ta Kan Ta Srgn Maarasna girebilmeni salar. +30192 St erbeti stn Kaliteli Bitki Salgs. +30193 Parmak Kemikleri ehit den bir kahramann ardndan kalanlar. +30194 Ork Topuzu Sert dikenli irkin bir silah. +30195 Kuvars Kumu Kumun, ldeki ta yaratklara kan vermek gibi bir ilevi var. +30196 eytan Kl eytann klnde bile olaan d gler sakl. +30197 Byl Tohum Bu tohumlardan adeta hayat fkryor. +30198 Su Kristali Karanlk bir buz yaratnn kalbi. +30199 Mavi Kristal Ejderha Tapna'nn karanlk glerini arttran bir kristal para. +30210 Deerli Ta Paras In zerinde adeta dans ettii kristal effaflnda bir ta +30211 Deerli Ta Paras Kk parlayan Ta paras. +30212 Deerli Ta Paras Kk parlayan Ta paras. +30213 Deerli Ta Paras Kk parlayan Ta paras. +30214 Deerli Ta Paras Kk parlayan Ta paras. +30215 Deerli Ta Paras Kk parlayan ta paras. +30216 Deerli Ta Paras Kk parlayan ta paras. +30217 Deerli Ta Paras Kk parlayan ta paras. +30218 Deerli Ta Paras Kk parlayan ta paras. +30219 Deerli Ta Paras Kk parlayan ta paras. +30220 Jinunggynin Ruh Ta Jinung aristokratlarnn ruhunu barndrdna inanlan efsanevi ta. +30221 Tapnan Ruh Ta Tapnak yandalarnn ruhlarn barndrdna inanlan efsanevi ta. +30222 Sagyinin Ruh Ta Sagyi aristokratlarnn ruhunu barndrdna inanlan efsanevi ta. +30223 Aurtumryunun Ruh Ta Aurtumryu aristokratlarnn ruhunu barndrdna inanlan efsanevi ta. +30224 Gyimokun Ruh Ta Gyimok aristokratlarnn ruhunu barndrdna inanlan efsanevi ta. +30225 Tugyinin Ruh Ta Tugyi aristokratlarnn ruhunu barndrdna inanlan efsanevi ta. +30228 Beran-Setaou Ruh Ta ehit den Tanr'nn karanlk auras seni etkiliyor ve kalbine girmeye alyor. +30251 Kem Gz Mcevheri ine fenalk ilemi bir elmas. +30252 Bilgelik Mcevheri Bu elmasn lts huzur verici ve cmerttir. +30253 Sadakat Mcevheri Bu mcevherin etrafn bir samimiyet ve sava ruhu lts sarar. +30254 +30265 Madalya Paras (1) Kahramanlk madalyasnn birinci paras +30266 Madalya Paras (2) Kahramanlk madalyasnn ikinci paras +30267 Madalya Paras (3) Kahramanlk madalyasnn nc paras +30268 Madalya Paras (4) Kahramanlk madalyasnn drdnc paras +30269 Madalya Paras (5) Kahramanlk madalyasnn beinci paras +30270 Ejderha Ta Paras Ender bulunan bir ejderha ta limesi +30311 Ruh Kristali Anahtar nce ilenen mavi ruh kristalli bu anahtar eytan Katakombu'nun 2. katn aar. +30312 Surat Totemi Surat kakmal bu tahta levha eytan Katakombu'nun 6. katnn anahtardr. +30315 Simit Bol susaml tr tr bir simit. +30316 Ba Taba Bol desenli bir ba taba. +30317 ftar ftar +30318 Bereket Meyvesi Bu mstesna meyvelerden yeteri kadar toplarsan, karlnda bir dl alrsn. +30319 Klen Kafa Klen bu iblis kafas eytan Katakomb'un 3. katnn mhrn aar. Bu eya satlabilir. +30320 Klen Kafa Klen eytan Kafas eytan Katakombu'nun 3. katnn mhrn aar. +30321 Cadlar Bayram Kaba Balkaba sayesinde HP ile SP dolar. By asasyla dokununca da Cadlar Bayram Sand'na dnr. +30322 By Asas Akaaa odunundan ustaca oyulmu bu by asasnn yldzl ucunda byl bir ate yanar. Ayrca, her Cadlar Bayram kaba bu by asasyla Cadlar Bayram Sand'na dntrlebilir. +30323 J. Pumpkin Maskesi Kart Jack Pumpkin Maskesi Kart'n, Jack Pumpkin'de bir balkaba maskesi karlnda bozdurabilirsin. Jack Pumpkin Maskesi mevcut olan sa stillerinin yerini alr. +30324 Arachnida Anahtar Baronesin yuvasna giden kapy aar. Dayankl deil, 30 dakika sonra krlr. Ancak grup lideri kullanabilir. +30325 Arachnida Anahtar Baronesin yuvasna giden kapy aar. Dayankl deil, 24 saat sonra krlr. Ancak grup lideri kullanabilir. +30326 Kralie rmcek Zehri Kralie rmcein salgs, arachna anahtar retimi iin gerekli. +30327 Arachnida Flt Bu enstrmandan kan melodi, rmcek Barones'i kendine eker. +30329 Altn Dili ark sfet Steli'ndeki gizli mekanzmay harekete geirir. +30330 Maat Ta Adalet tanras Maat, kargaay dzene dntrr. +30331 Buz Anahtar Anahtar buz gibi souk ve Nemere Gzlemevi'nin nc katndaki kapsn aar. Sadece amanlar kullanabilir. +30332 Kuzey Yldz Saf buzdan yaplma bir mhr ta. Nemere Gzlemevi'nin altnc katndaki kapsn aar. +30333 Buziei Anahtar Buz anahtar Nemere Gzlemevi'nin dokuzuncu katndaki kapsn aar. Sadece amanlar veya Ninjalar kullanabilir. +30500 Yakut Oyma Ba Silahn arndrmaya yarayan alet +30501 Altn Kenet Silahn arndrmaya yarayan e +30502 Yakut lemeli Silahn arndrmaya yarayan e +30503 Ametist Oyma Ba Silahn arndrmaya yarayan alet +30504 Gm Kenet Silahn arndrmaya yarayan e +30505 Zmrt lemeli Silahn arndrmaya yarayan e +30506 Safir Oyma Ba Silahn arndrmaya yarayan alet +30507 Bronz Kenet Silahn arndrmaya yarayan e +30508 Safir lemesi Silahn arndrmaya yarayan e +30509 Mavi Ejderha elii Ejderha derisi ok hafif ve esnek ama olduka dayankl. Metal gibi ilenir ve zrh yapm iin kullanlr. +30510 Fiyakal Apolet Zrhlar sslemeye yarayan e +30511 Krmz Kuma Zrhlar sslemeye yarayan deerli kuma +30512 Krmz Ejderha elii Ejderha derisi ok hafif ve esnek ama olduka dayankl. Metal gibi ilenir ve zrh yapm iin kullanlr. +30513 Kymetli Apolet Zrhlar sslemeye yarayan e +30514 Eflatun Kuma Zrhlar sslemeye yarayan deerli kuma +30515 Erguvani Ejderha elii Ejderha derisi ok hafif ve esnek ama olduka dayankl. Metal gibi ilenir ve zrh yapm iin kullanlr. +30516 Antika Apolet Zrhlar sslemeye yarayan e +30517 Altn Kuma Zrhlar sslemeye yarayan deerli kuma +30518 Altn plik Sv altndan yaplma byl iplik makaras. Bir deerli tala birlikte kymetli mcevher haline getirilebilir. +30519 Altn Kanca Saf altndan oluur ve bir deerli tala birlikte kymetli mcevher haline getirilebilir. +30520 Altn Kenet Saf altndan oluur ve bir deerli tala birlikte kymetli mcevher haline getirilebilir. +30521 Halka esi Saf altndan oluur ve bir deerli tala birlikte kymetli mcevher haline getirilebilir. +30522 Zincir Halkalar Saf altndan oluur ve bir deerli tala birlikte kymetli mcevher haline getirilebilir. +30523 Mcevher esi Saf altndan oluur ve bir deerli tala birlikte kymetli mcevher haline getirilebilir. +30524 Alev Ta +30525 Buz Alevi Ta +30526 +30527 +30528 +30529 +30530 +30531 +30532 +30533 +30534 +30535 +30536 +30537 +30538 +30539 +30540 +30541 +30542 +30543 +30544 +30545 +30546 +30547 +30548 +30549 +30550 Mavi Kemer Kemer retimi iin temel malzeme +30551 +30552 +30553 +30554 +30555 +30556 +30557 +30558 +30559 +30560 +30561 +30562 +30563 +30564 +30565 +30566 +30567 +30568 +30569 +30570 +30571 +30572 +30573 +30574 +30575 +30576 +30577 +30578 +30579 +30580 +30581 +30582 +30583 +30584 +30585 +30586 +31001 Yazt Kopyas Eski mezar tandaki yaztn kopyasn oluturdun. +31002 Eski Belge Karanlk millet zamanndan kalma baka notlar ieren eski bir belge. +31003 Panzehir Zehirlenen asker iin hayat kurtaran bir ila. +31004 Kutsanm Aa Reinesi Kutsanm aacn reinesi gkyz gzyalarnn retimi iin gereklidir. +31005 Mavi Kristal Esans Mavi deerli talardan kazanlan esans gkyz gzyalarnn retiminde kullanlr. +31006 Krmz Cehennem Kuvars Bu krmz parlayan kuvars volkan topra, alev yelesi ve temel tatan oluur. +31007 Volkan Topra Doyyumhwantan elde edilen kle benzeyen bir madde. Krmz cehennem kuvarsnn retiminde gerekir. +31008 Gkyz'nn Gzyalar Mavi kristal esans, krmz cehennem kuvars ve kutsanm aa reinesi ieren byl deerli ta. Kt varlklar uzak tutar ve etkisi yedi gn srer. +31009 Gnoll Mektubu Karanln Kleleri'nin Gnoll'e gizli mektubu +31010 Kzlhrsz Mektubu Karanln Kleleri'nin Kzlhrsz etesi'ne olan mektubu para para edildi. +31011 +31012 +31013 Kat Umarz bu mesaj sana kikloplarn hedefi hakknda daha fazla bilgi verir. +31014 +31015 Kaptan Kanca'nn Mektubu Kaptan Kanca'dan Banshee'lere mesaj var. +31016 Lee Chung'un Mektubu Kumandan Lee Chung'dan Amiral Angmur'a nemli Mesaj +31017 Mhrl Mektup Bu mektup Tapnak Klesi'ndeydi. +31018 Kabuk Yaz Kaznm izgilere sahip kaplumbaa kabuu kod anahtar ilevi grr. +31019 Kabuk Tozu Karetta kaplumbaasnn tlm kabuundan elde edilmi toz +31020 Kaya iei Kk Kaya iei kk vcuttaki zehirleri etkisizletirir. +31021 +31022 Oin Pulu Bu nadir pulu sadece Tritonlarn ynetici ekibi tar. +31023 +31024 Mantikor Derisi Martyaxwar'n kanat derisinden elde edilen salam deri +31025 +31026 Kabuk Zrh Kabuk Kabilesi'nin koruyucu zrh. Sabitleme malzemesi olarak da kullanlr. +31027 nce Kum Bu zel ince kum inaat malzemesi olarak kullanlabilir. +31028 Kiremit Kurutulmu kerpiten kare duvar ta +31029 Ik Polyphemos'un Enerji Kayna +31030 Ik Dev Kral'n indeki Enerji Kayna +31031 Milenyum Esans Ganko kk, tue mantar ve alp glnden oluan bir karm. Leviathan'n incilerinin nemli bir maddesi. +31032 Leviathan'n ncileri Efsanevi yaratklar ve milenyum esansnn iindeki ktan oluan etkili glendirici kapsller. +31033 Reis'in Pelerini Bu pelerin Kzlhrszlarn yenilmezlik simgesidir. +31034 Devlerin Totemi Totem byk bir kehribar eklindedir. +31035 Siyah Ta Bu gizemli ta kikloplar tarafndan Yldrm Dalar'nda karr. +31036 Kara Altn Byl glere sahip bu kara maden Yldrm Dalar'nda grlr. +31037 Deri Kese Bu keseyi Kaptan rak'tan aldn. Dndnden daha hafifmi... +31038 Kutsanm Toprak Kutsanm toprakla dolu bu torba l armaya yarar. +31039 Para Kesesi inde l armaya yarayan bir ara bulunabilir. +31040 Altn Klan Bu nesne bir ara m? +31041 Fosil Toprak Toprak ve kemik tozu karm +31042 Triton Mzra Triton mzra ada sakinleri tarafndan geleneksel olarak savunma sistemlerini sabitlemek amacyla kullanlyor. +31043 Lemur Levha Gizemli ekilde parlayan, zerine yazlar kaznm ta levha. +31044 +31045 +31046 +31047 +31048 +31049 +31050 +31051 Demir +31052 +31053 +31054 +31055 +31056 +31057 +31058 +31059 +31060 +31061 +31062 +31063 +31064 +31065 +31066 +31067 +31068 +31069 +31070 +31071 +31072 +31073 Altn Avc Tasmas Bu tasmayla canavarlarn antasndan para kesesini ekebilirsin. +31074 Zmbal Tasma Zmbal deri bir boyun aksesuar +31075 Dikenli Tasma Martyaxwar'n boyun aksesuar. ksmnda bir mektup gizlidir. +31076 Gne Bitkileri Bu bitkiler scak ve kuru ortamlarda yetiir. +31077 Temel Ta Tozu nce toz eklinde tlm temel ta +31078 Saf Lumen Kara maddenin gcn ortadan kaldran beyaz enerji. +31079 Yak-Hwan'a Mektup Casusun bir tasmada sakl son szleri. +31080 Alev Kral'nn Kan Kan eytann damarlarnda lav kadar scak akyor. +31081 Kara Madde Enerjinin en karanlk hali eytanlara byk g veriyor. +31082 Magma emberi Alev eytanlar'nn kalbini evreleyen magmadan bir ember. +31083 Samael'in Yz Kovalama treni yapmak iin gl artefakt. +31084 Ayla Tentr +31085 +31086 +31087 +31088 +31089 +31090 +31091 Alev Kral'nn Kan Kan eytann damarlarnda lav kadar scak akyor. +31092 +31093 Bilinmeyen Ta Bu ta trn bilmiyorsun. Souk ve karanlk bir his veriyor. +31094 Parack eytans meteoridin parac +31095 +31096 +31097 +31098 +31099 +31100 +31101 +31102 +31103 +35000 ifal Bitkiler+ yiletirici kurutulmu bitkilerin karm. Ne yazk ki biraz tozlanmlar. +35001 Kaplan Karacieri+ Yetikin bir yrtcnn el byklnde, krmzms kahverengi cieri. +38010 Yang Paketi Sava kasasn Yang'la doldurmak iin paketi kullan. Satlamaz. +38011 Yang Paketi Sava kasasn Yang'la doldurmak iin paketi kullan. Satlamaz. +38050 G Sand Hayret! Sandk ok hafif, sanki ii bo... +38051 Kral Kaplan Kristali Kt hayvan ruhlarn dizginlemek iin ciddi anlamda by gcne sahip olmak gerekir. Bu kristal be olas Kral Kaplan Mhr'nn birini ierir. +38052 Krallar Sand Bu muhteem sandn iinde krallara layk bir hazine sakl! Bu eya satlabilir. +38053 Sonsuz K Sand Bu sandk buzdan yaplmtr. Kapa hafif bir tkrtyla alr ve iinden buz gibi bir souk ykselir. +38054 l Frtnas Sand Gizemli sandk rastgele bir nesne ierir. +38055 Yavrucuk Kutusu Bu kutuda irin bir hayvan yavrusu sakl olabilir. Kutuyu aarsan rastgele bir eya bulursun. +38056 Bayram Sand Bayrama zel bu kknar yeili sandk bir Noel srprizi ierir. +38057 Kuzey Kutusu Il l buz mavisi renkli bu kutu rastgele bir eya ierir. +38100 Gl Attrmalk(7 Gn) Gl bineinin mrn 7 gn uzatr. +38101 Gl Attrmalk(15 Gn) Gl bineinin mrn 15 gn uzatr. +38102 Gl Attrmalk(30 Gn) Gl bineinin mrn 30 gn uzatr. +38200 Rufus Mhr Kurt yavrusu Rufus'u yanna aran bir mhr. +38201 Rufus Mhr Kurt yavrusu Rufus'u yanna aran bir mhr. +39001 Byl Metal Bu ta, eya ykseltmede baar ansn ykseltir. Ayrca, ne yok edilebilir ne de deeri drlebilir. Bu eya satlabilir. +39002 Tecrbe Yz 60 dakika boyunca %50 daha fazla tecrbe toplaman salar. Bu eya satlabilir. +39003 eftali iei urubu HP'ni annda 500 puan yenileyen iksir. Bu eya satlabilir. +39004 Kutsama Kresi Bu efsanevi kre, drt znitelikli bir eyaya beincisini ekler. Ancak ekleme baarsz olabilir. Bu eya satlabilir. +39005 Byl Bakr Bu demir maden ve kutsama kad ile demircide sava kad yaptrlabilir. Bu eya satlabilir. +39006 Cesaret Pelerini Savalar bir zamanlar tadklar bu renkli pelerin ile tm yaratklarn dikkatini zerlerine ekip kahramanlklarn kantlamtr. Bu eya satlabilir. +39007 Demircinin El Kitab Yal bir demircinin ruhuyla bal olan bir kitap. Nesne ykseltme ansn artrr. Bu eya satlabilir. +39008 Kt Ruh Kovma Kad renme baarsz olursa, seni kt ruhun lanetinden korur. Bu kadn yardmyla ayn gn bir beceri belgesi daha okuyabilirsin. Bu eya satlabilir. +39009 Beceri Sfrlama Kad Herhangi bir yeteneinin puanlar bu nesne sayesinde yeniden datlr. Bu eya satlabilir. +39010 Saldr ksiri +10 Saldr hzn 30 dakika boyunca %10 artrr. Bu eya satlabilir. +39011 Yaam Kutsamas HP'ni annda tamamen yenileyen bir kutsama. Bu eya satlabilir. +39012 Sihir Kutsamas SP'ni annda tamamen yenileyen bir kutsama. Bu eya satlabilir. +39013 Ejderha Kutsamas HP ve SP'ni annda tamamen yenileyen bir kutsama. Bu eya satlabilir. +39014 Sava Kad Nesne gelitirmede tamamen baar salanr. Sadece +0 ile +3 aras nesnelerde uygulanabilir. Bu eya satlabilir. +39015 Demirci Ta Bu ta ve kutsama kad ile demircide demircinin el kitab yaptrlabilir. Bu eya satlabilir. +39016 Byl Demir Maden Bu demir maden ve kutsama kad ile demircide ejderha parmeni yaptrlabilir. Bu eya satlabilir. +39017 Ejderha Tanr Yaam Maksimum HP'ni 30 dakika boyunca %20 artrr. Bu eya satlabilir. +39018 Ejderha Tanr Saldrs Sava esnasnda bakalarna verdiin hasar 30 dakika boyunca %12 ile %15 aras artrr. Bu eya satlabilir. +39019 Ejderha Tanr Zekas Maksimum SP'ni 30 dakika boyunca %20 artrr. Bu eya satlabilir. +39020 Ejderha Tanr Savunmas Sava esnasnda uradn hasar 30 dakika boyunca %12 ile %15 aras azaltr. Bu eya satlabilir. +39021 Ejderha Tanr Destei Karakterinin canll, gc, zekas ve eviklii geici olarak be katna kar. Bu eya satlabilir. +39022 Ejderha Parmeni Gelitirme ilemi baarsz olduunda bir eyann yok olma riskini ortadan kaldrr. Yalnzca kalitesi bir basamak der. Ayrca baarl bir gelitirme ihtimali %10 artar. Bu eya satlabilir. +39023 Aratrmacnn zt Bu zt, toplanm olan aratrma nesnelerinin kalitesini artrr ve grev verenin kabul etme olasln ykseltir. Bu eya satlabilir. +39024 Kritik sabet Sava esnasnda kritik isabet yapma ansn 10 dakika boyunca %20 artrr. Bu eya satlabilir. +39025 Delici sabet Sava esnasnda delici isabet yapma ansn 10 dakika boyunca %20 artrr. Bu eya satlabilir. +39026 Hz ksiri 30 dakika boyunca hareket hzn 60 artrr. Bu eya satlabilir. +39027 Ta Sanat Kitab Bir eyada bulunan tm krk talar karr. Bu sayede bir kere daha silah ve zrh ykseltme ansn olur. Bu eya satlabilir. +39028 Efsun Nesnesi Eyalarnn birindeki bonuslar siler ve yenilerini ekler. Bu eya satlabilir. +39029 Arttrma Kad ans eseri, sana ait olan eyalarn birine yeni bir bonus eklenir (maks. 4 Bonus kadar). Bu eya satlabilir. +39030 Mnzevi Tavsiyesi Bir sonraki kitab (ya da ruh tan) okurken yeteneini gelitirme ansn iki buuk katna karr. Bu eya satlabilir. +39031 Soutma ksiri Becerilerinin souma sresi bu iksirle 30 dakika boyunca %20 azalr. Bu eya satlabilir. +39032 Yaam Meyvesi Sralama puann 2.000 artrr (souma sresi: 8 saat). Bu eya satlabilir. +39033 Dzeltme Kad Baar bir ekilde en son yerletirilmi olan ruh ta bu katla nesneden kartlabilir. Bu eya satlabilir. +39034 At ekeri Bu eker paras, binek hayvanna isim vermeni salar. Defans deerini de ayn anda 20 artrr. Bu eya satlabilir. +39035 gr Kresi Baka oyunculara kendi envanterindeki eyalar gstermeni salar. Cam, ilem srasnda krlr. Bu eya satlabilir. +39036 Rzgarn Ayakkablar Giydiinde hareket hzn 30 oyun saati boyunca 30 artrr. Bu eya satlabilir. +39037 Gne zt (K) HP'ni otomatik olarak yeniler. 1.000.000 HP ierir. Bu eya satlabilir. +39038 Gne zt (O) HP'ni otomatik olarak yeniler. 3.000.000 HP ierir. Bu eya satlabilir. +39039 Gne zt (B) HP'ni otomatik olarak yeniler. 7.000.000 HP ierir. Bu eya satlabilir. +39040 Ay zt (K) SP'ni otomatik olarak yeniler. 100.000 SP ierir. Bu eya satlabilir. +39041 Ay zt (O) SP'ni otomatik olarak yeniler. 300.000 SP ierir. Bu eya satlabilir. +39042 Ay zt (B) SP'ni otomatik olarak yeniler. 700.000 SP ierir. Bu eya satlabilir. +39043 Geri Dn Kad Bu kat, en son belirlediin yere geri dnmeni salar. Bu eya satlabilir. +39044 Lycan Sand (k) Lycanlar'a zel yararl objeler ieren donanm paketi +39045 Lycan Sand (b) Lycanlar'a zel yararl objeler ieren byk donanm paketi +39046 Dn Belgesi+ Omuz kuandaki bonuslar silmek iin dnm belgesini kullan. +41001 Tavan Kostm e (kahve) Baylara zel kahverengi pelten tavan kostm +41002 Tavan Kostm d (kahve) Bayanlara zel kahverengi pelten tavan kostm +41003 l Savas (e) Erkeklere zel bu sava giysisiyle zorlu l koullarna kar koyulur. +41004 l Savas (d) Bayanlara zel bu sava giysisiyle zorlu l koullarna kar koyulur. +41005 Olimpik Eskrim Giys. (e) Erkek eskrimciler iin sportif bir koruyucu giysi. +41006 Olimpik Eskrim Giys. (d) Bayan eskrimciler iin sportif bir koruyucu giysi. +41007 Eskrim Giysisi GER (e) Erkek eskrimcilere zel Alman bayra renginde sportif bir koruyucu giysi. +41008 Eskrim Giysisi GER (d) Bayan eskrimcilere zel Alman bayra renginde sportif bir koruyucu giysi. +41009 Eskrim Giysisi TUR (e) Erkek eskrimcilere zel Trk bayra renginde sportif bir koruyucu giysi. +41010 Eskrim Giysisi TUR (d) Bayan eskrimcilere zel Trk bayra renginde sportif bir koruyucu giysi. +41011 Eskrim Giysisi BRA (e) Erkek eskrimcilere zel Brezilya bayra renginde sportif bir koruyucu giysi. +41012 Eskrim Giysisi BRA (d) Bayan eskrimcilere zel Brezilya bayra renginde sportif bir koruyucu giysi. +41013 Olimpik Futbol Form. (e) Tarafsz bir erkek futbolcu formas. +41014 Olimpik Futbol Form. (d) Tarafsz bir bayan futbolcu formas. +41015 Futbol Formas GER (e) Erkek futbolculara zel Alman bayra renginde forma. +41016 Futbol Formas GER (d) Bayan futbolculara zel Alman bayra renginde forma. +41017 Futbol Formas TUR (e) Erkek futbolculara zel Trk bayra renginde forma. +41018 Futbol Formas TUR (d) Bayan futbolculara zel Trk bayra renginde forma. +41019 Futbol Formas BRA (e) Erkek futbolculara zel Brezilya bayra renginde forma. +41020 Futbol Formas BRA (d) Erkek futbolculara zel Brezilya bayra renginde forma. +41021 Olimpik Boksr Giys. (e) Erkek boksrlere zel sava giysisi. +41022 Olimpik Boksr Giys. (d) Bayan boksrlere zel sava giysisi. +41023 Boks Giysisi GER (e) Erkek boksrlere zel Alman bayra renginde sava giysisi. +41024 Boks Giysisi GER (d) Bayan boksrlere zel Alman bayra renginde sava giysisi. +41025 Boks Giysisi TUR (e) Erkek boksrlere zel Trk bayra renginde sava giysisi. +41026 Boks Giysisi TUR (d) Bayan boksrlere zel Trk bayra renginde sava giysisi. +41027 Boks Giysisi BRA (e) Erkek boksrlere zel Brezilya bayra renginde sava giysisi. +41028 Boks Giysisi BRA (d) Bayan boksrlere zel Brezilya bayra renginde sava giysisi. +41029 l Savas (E, Bonus) Erkeklere zel bu sava giysisiyle zorlu l koullarna kar koyulur. Satlabilir eya. +41030 l Savas (K, Bonus) Bayanlara zel bu sava giysisiyle zorlu l koullarna kar koyulur. Satlabilir eya. +41031 Olimpik Eskrim Giys. (e) Erkek eskrimcilere zel sportif bir koruyucu giysi. Satlabilir eya. +41032 Olimpik Eskrim Giys. (d) Bayan eskrimcilere zel sportif bir koruyucu giysi. Satlabilir eya. +41033 Eskrim Giysisi GER (e) Erkek eskrimcilere zel Alman bayra renginde sportif bir koruyucu giysi. Satlabilir eya. +41034 Eskrim Giysisi GER (d) Bayan eskrimcilere zel Alman bayra renginde sportif bir koruyucu giysi. Satlabilir eya. +41035 Eskrim Giysisi TUR (e) Erkek eskrimcilere zel Trk bayra renginde sportif bir koruyucu giysi. Satlabilir eya. +41036 Eskrim Giysisi TUR (d) Bayan eskrimcilere zel Trk bayra renginde sportif bir koruyucu giysi. Satlabilir eya. +41037 Eskrim Giysisi BRA (e) Erkek eskrimcilere zel Brezilya bayra renginde sportif bir koruyucu giysi. Satlabilir eya. +41038 Eskrim Giysisi BRA (d) Bayan eskrimcilere zel Brezilya bayra renginde sportif bir koruyucu giysi. Satlabilir eya. +41039 Olimpik Futbol Form. (e) Erkek futbolculara zel tarafsz forma. Satlabilir eya. +41040 Olimpik Futbol Form. (d) Bayan futbolculara zel tarafsz forma. Satlabilir eya. +41041 Futbol Formas GER (e) Erkek futbolculara zel Alman bayra renginde forma. Satlabilir eya. +41042 Futbol Formas GER (d) Bayan futbolculara zel Alman bayra renginde forma. Satlabilir eya. +41043 Futbol Formas TUR (e) Erkek futbolculara zel Trk bayra renginde forma. Satlabilir eya. +41044 Futbol Formas TUR (d) Bayan futbolculara zel Trk bayra renginde forma. Satlabilir eya. +41045 Futbol Formas BRA (e) Erkek futbolculara zel Brezilya bayra renginde forma. Satlabilir eya. +41046 Futbol Formas BRA (d) Bayan futbolculara zel Brezilya bayra renginde forma. Satlabilir eya. +41047 Olimpik Boksr Giys. (e) Erkek boksrlere zel sava giysisi. Satlabilir eya. +41048 Olimpik Boksr Giys. (d) Bayan boksrlere zel sava giysisi. Satlabilir eya. +41049 Boks Giysisi GER (e) Erkek boksrlere zel Alman bayra renginde sava giysisi. Satlabilir eya. +41050 Boks Giysisi GER (d) Bayan boksrlere zel Alman bayra renginde sava giysi. Satlabilir eya. +41051 Boks Giysisi TUR (e) Erkek boksrlere zel Trk bayra renginde sava giysisi. Satlabilir eya. +41052 Boks Giysisi TUR (d) Bayan boksrlere zel Trk bayra renginde sava giysisi. Satlabilir eya. +41053 Boks Giysisi BRA (e) Erkek boksrlere zel Brezilya bayra renginde sava giysisi. Satlabilir eya. +41054 Boks Giysisi BRA (d) Bayan boksrlere zel Brezilya bayra renginde sava giysisi. Satlabilir eya. +41055 Eskrim Giysisi FRA (e) Erkek eskrimciler iin Fransa bayra renklerini tayan sportif bir koruyucu giysi. +41056 Eskrim Giysisi FRA (d) Bayan eskrimciler iin Fransa bayra renklerini tayan sportif bir koruyucu giysi. +41057 Eskrim Giysisi ITA (e) Erkek eskrimciler iin talya bayra renklerini tayan sportif bir koruyucu giysi. +41058 Eskrim Giysisi ITA (d) Bayan eskrimciler iin talya bayra renklerini tayan sportif bir koruyucu giysi. +41059 Eskrim Giysisi POL (e) Erkek eskrimciler iin Polonya bayra renklerini tayan sportif bir koruyucu giysi. +41060 Eskrim Giysisi POL (d) Bayan eskrimciler iin Polonya bayra renklerini tayan sportif bir koruyucu giysi. +41061 Eskrim Giysisi ROU (e) Erkek eskrimciler iin Romanya bayra renklerini tayan sportif bir koruyucu giysi. +41062 Eskrim Giysisi ROU (d) Bayan eskrimciler iin Romanya bayra renklerini tayan sportif bir koruyucu giysi. +41063 Eskrim Giysisi ESP (e) Erkek eskrimciler iin spanya bayra renklerini tayan sportif bir koruyucu giysi. +41064 Eskrim Giysisi ESP (d) Bayan eskrimciler iin spanya bayra renklerini tayan sportif bir koruyucu giysi. +41065 Futbol Formas FRA (e) Erkek futbolcular iin Fransa bayra renkleri tayan bir forma. +41066 Futbol Formas FRA (d) Bayan futbolcular iin Fransa bayra renkleri tayan bir forma. +41067 Futbol Formas ITA (e) Erkek futbolcular iin talya bayra renkleri tayan bir forma. +41068 Futbol Formas ITA (d) Bayan futbolcular iin talya bayra renkleri tayan bir forma. +41069 Futbol Formas POL (e) Erkek futbolcular iin Polonya bayra renkleri tayan bir forma. +41070 Futbol Formas POL (d) Bayan futbolcular iin Polonya bayra renkleri tayan bir forma. +41071 Futbol Formas ROU (e) Erkek futbolcular iin Romanya bayra renkleri tayan bir forma. +41072 Futbol Formas ROU (d) Bayan futbolcular iin Romanya bayra renkleri tayan bir forma. +41073 Futbol Formas ESP (e) Erkek futbolcular iin spanya bayra renkleri tayan bir forma. +41074 Futbol Formas ESP (d) Bayan futbolcular iin spanya bayra renkleri tayan bir forma. +41075 Boks Giysisi FRA (e) Erkek boksrlere zel Fransa bayra renkleri tayan sava giysisi. +41076 Boks Giysisi FRA (d) Bayan boksrlere zel Fransa bayra renkleri tayan sava giysisi. +41077 Boks Giysisi ITA (e) Erkek boksrlere zel talya bayra renkleri tayan sava giysisi. +41078 Boks Giysisi ITA (d) Bayan boksrlere zel talya bayra renkleri tayan sava giysisi. +41079 Boks Giysisi POL (e) Erkek boksrlere zel Polonya bayra renkleri tayan sava giysisi. +41080 Boks Giysisi POL (d) Bayan boksrlere zel Polonya bayra renkleri tayan sava giysisi. +41081 Boks Giysisi ROU (e) Erkek boksrlere zel Romanya bayra renkleri tayan sava giysisi. +41082 Boks Giysisi ROU (d) Bayan boksrlere zel Romanya bayra renkleri tayan sava giysisi. +41083 Boks Giysisi ESP (e) Erkek boksrlere zel spanya bayra renkleri tayan sava giysisi. +41084 Boks Giysisi ESP (d) Bayan boksrlere zel spanya bayra renkleri tayan sava giysisi. +41085 Eskrim Giysisi FRA (e) Erkek eskrimciler iin Fransa bayra renklerini tayan sportif bir koruyucu giysi. Satlabilir eya. +41086 Eskrim Giysisi FRA (d) Bayan eskrimciler iin Fransa bayra renklerini tayan sportif bir koruyucu giysi. Satlabilir eya. +41087 Eskrim Giysisi ITA (e) Erkek eskrimciler iin talya bayra renklerini tayan sportif bir koruyucu giysi. Satlabilir eya. +41088 Eskrim Giysisi ITA (d) Bayan eskrimciler iin talya bayra renklerini tayan sportif bir koruyucu giysi. Satlabilir eya. +41089 Eskrim Giysisi POL (e) Erkek eskrimciler iin Polonya bayra renklerini tayan sportif bir koruyucu giysi. Satlabilir eya. +41090 Eskrim Giysisi POL (d) Bayan eskrimciler iin Polonya bayra renklerini tayan sportif bir koruyucu giysi. Satlabilir eya. +41091 Eskrim Giysisi ROU (e) Erkek eskrimciler iin Romanya bayra renklerini tayan sportif bir koruyucu giysi. Satlabilir eya. +41092 Eskrim Giysisi ROU (d) Bayan eskrimciler iin Romanya bayra renklerini tayan sportif bir koruyucu giysi. Satlabilir eya. +41093 Eskrim Giysisi ESP (e) Erkek eskrimciler iin spanya bayra renklerini tayan sportif bir koruyucu giysi. Satlabilir eya. +41094 Eskrim Giysisi ESP (d) Bayan eskrimciler iin spanya bayra renklerini tayan sportif bir koruyucu giysi. Satlabilir eya. +41095 Futbol Formas FRA (e) Erkek futbolcular iin Fransa bayra renkleri tayan bir forma. Satlabilir eya. +41096 Futbol Formas FRA (d) Bayan futbolcular iin Fransa bayra renkleri tayan bir forma. Satlabilir eya. +41097 Futbol Formas ITA (e) Erkek futbolcular iin talya bayra renkleri tayan bir forma. Satlabilir eya. +41098 Futbol Formas ITA (d) Bayan futbolcular iin talya bayra renkleri tayan bir forma. Satlabilir eya. +41099 Futbol Formas POL (e) Erkek futbolcular iin Polonya bayra renkleri tayan bir forma. Satlabilir eya. +41100 Futbol Formas POL (d) Bayan futbolcular iin Polonya bayra renkleri tayan bir forma. Satlabilir eya. +41101 Futbol Formas ROU (e) Erkek futbolcular iin Romanya bayra renkleri tayan bir forma. Satlabilir eya. +41102 Futbol Formas ROU (d) Bayan futbolcular iin Romanya bayra renkleri tayan bir forma. Satlabilir eya. +41103 Futbol Formas ESP (e) Erkek futbolcular iin spanya bayra renkleri tayan bir forma. Satlabilir eya. +41104 Futbol Formas ESP (d) Bayan futbolcular iin spanya bayra renkleri tayan bir forma. Satlabilir eya. +41105 Boks Giysisi FRA (e) Erkek boksrlere zel Fransa bayra renkleri tayan sava giysisi. Satlabilir eya. +41106 Boks Giysisi FRA (d) Bayan boksrlere zel Fransa bayra renkleri tayan sava giysisi. Satlabilir eya. +41107 Boks Giysisi ITA (e) Erkek boksrlere zel talya bayra renkleri tayan sava giysisi. Satlabilir eya. +41108 Boks Giysisi ITA (d) Bayan boksrlere zel talya bayra renkleri tayan sava giysisi. Satlabilir eya. +41109 Boks Giysisi POL (e) Erkek boksrlere zel Polonya bayra renkleri tayan sava giysisi. Satlabilir eya. +41110 Boks Giysisi POL (d) Bayan boksrlere zel Polonya bayra renkleri tayan sava giysisi. Satlabilir eya. +41111 Boks Giysisi ROU (e) Erkek boksrlere zel Romanya bayra renkleri tayan sava giysisi. Satlabilir eya. +41112 Boks Giysisi ROU (d) Bayan boksrlere zel Romanya bayra renkleri tayan sava giysisi. Satlabilir eya. +41113 Boks Giysisi ESP (e) Erkek boksrlere zel spanya bayra renkleri tayan sava giysisi. Satlabilir eya. +41114 Boks Giysisi ESP (d) Bayan boksrlere zel spanya bayra renkleri tayan sava giysisi. Satlabilir eya. +41117 Silahrler Kostm silahrler tarznda sra d bir kyafet. +41118 Hizmeti Kz niformas Fransz hizmeti kz tarznda beyaz nlkl siyah elbise. +41119 Salsa Kyafeti Latin amerikali danslara zel turuncu ve siyah renkte darack bir kyafet. +41120 Salsa Elbisesi Siyah eldivenli krmz darack bir dans kyafeti +41121 Centilmen Kyafeti Arbal beylere zel k bir kyafet +41122 Kokteyl Kyafeti Gk mavi renkte kurdeleli bir elbise ve uygun sandaletler +41125 Balkaba Smokini Bu vesileyle yeniden tasarland ve tm gzleri stne ekmeni salar. +41126 Balkaba Giysisi Bu vesileyle yeniden tasarland ve tm gzleri stne ekmeni salar. +41129 Silahrler Kostm+ silahrler tarznda sra d bir kyafet. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41130 Hizmeti Kz niformas+ Fransz hizmeti kz niformas tarznda beyaz nlkl siyah bir elbise. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41131 Salsa Kyafeti+ Latin amerikal danslara zel darack turuncu ve siyah bir kyafet. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41132 Salsa Elbisesi+ Siyah eldivenli darack krmz dans elbisesi. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41133 Centilmen Kyafeti+ Arbal beylere zel k bir kyafet. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41134 Kokteyl Kyafeti+ Gk mavi renkte kurdeleli bir elbise ve uygun sandaletler. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41135 Balkaba Smokini(Bonus) Bu vesileyle yeniden tasarland ve tm gzleri stne ekmeni salar. Bu kostm sana bir rastgele bonus kazandrr. +41136 Balkaba Giysisi(Bonus) Bu vesileyle yeniden tasarland ve tm gzleri stne ekmeni salar. Bu kostm sana bir rastgele bonus kazandrr. +41137 Noel Kostm (krmz) Krmz kadife ve beyaz pel kumatan yaplma bir Noel giysisi +41138 Noel Elbisesi (krmz) Krmz kadife ve beyaz pel kumatan yaplma bir mini noel elbisesi +41139 Noel Kostm (yeil) Yeil kadife ve beyaz pel kumatan yaplma bir noel giysisi +41140 Noel Elbisesi (yeil) Yeil kadife ve beyaz pel kumatan yaplma bir mini noel elbisesi +41141 Noel Kostm (siyah) Siyah kadife ve beyaz pel kumatan yaplma bir noel giysisi +41142 Noel Elbisesi (siyah) Siyah kadife ve beyaz pel kumatan yaplma bir mini noel elbisesi +41143 Rengeyii Kostm (e) Baylara zel yumuak pel kumatan yaplma ponpon kuyruklu ve ngrakl kostm +41144 Rengeyii Kostm (d) Bayanlara zel yumuak pel kumatan yaplma ponpon kuyruklu ve ngrakl kostm +41145 Noel Kostm+ (krmz) Krmz kadife ve beyaz pel kumatan yaplma bir noel giysisi. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41146 Noel Elbisesi+ (krmz) Krmz kadife ve beyaz pel kumatan yaplma bir mini noel elbisesi. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41147 Noel Kostm+ (yeil) Yeil kadife ve beyaz pel kumatan yaplma bir noel giysisi. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41148 Noel Elbisesi+ (yeil) Yeil kadife ve beyaz pel kumatan yaplma bir mini noel elbisesi. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41149 Noel Kostm+ (siyah) Siyah kadife ve beyaz pel kumatan yaplma bir noel giysisi. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41150 Noel Elbisesi+ (siyah) Siyah kadife ve beyaz pel kumatan yaplma bir mini noel elbisesi. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41151 Rengeyii Kostm+ (e) Baylara zel yumuak pel kumatan yaplma ponpon kuyruklu ve ngrakl kostm. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41152 Rengeyii Kostm+ (d) Bayanlara zel yumuak pel kumatan yaplma ponpon kuyruklu ve ngrakl kostm. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +41153 AC Miryang (e) Erkekler iin siyah krmz bir futbol formas seti +41154 AC Miryang (k) Kadnlar iin siyah krmz futbol formas seti +41155 AFC Jayang (e) Erkekler iin beyaz krmz bir futbol formas seti +41156 AFC Jayang (k) Kadnlar iin krmz beyaz futbol formas seti +41157 RSC Ylan Vadisi (e) Erkekler iin mor beyaz bir futbol formas seti +41158 RSC Ylan Vadisi (k) Kadnlar iin mor beyaz futbol formas seti +41159 Yongan FC (e) Erkekler iin krmz beyaz bir futbol formas seti +41160 Yongan FC (k) Kadnlar iin krmz beyaz futbol formas seti +41161 FC Bakra (e) Erkekler iin krmz lacivert bir futbol formas seti +41162 FC Bakra (k) Kadnlar iin lacivert krmz futbol formas seti +41163 FC Bokjung (e) Erkekler iin sar mavi bir futbol formas seti +41164 FC Bokjung (k) Kadnlar iin sar mavi futbol formas seti +41165 FC Bavaria Hwang (e) Erkekler iin sar krmz bir futbol formas seti +41166 FC Bavaria Hwang (k) Kadnlar iin sar krmz futbol formas seti +41167 Borussia Chunjo (e) Erkekler iin sar siyah bir futbol formas seti +41168 Borussia Chunjo (k) Kadnlar iin siyah sar futbol formas seti +41169 SC Doyum (e) Erkekler iin beyaz krmz bir futbol formas seti +41170 SC Doyum (k) Kadnlar iin krmz beyaz futbol formas seti +41171 SC Hasun Dong (e) Erkekler iin beyaz yeil bir futbol formas seti +41172 SC Hasun Dong (k) Kadnlar iin yeil beyaz futbol formas seti +41173 CFR Ejderha Atei 07 (e) Erkekler iin bordo renkli bir futbol formas seti +41174 CFR Ejderha Atei 07 (k) Kadnlar iin bordo renkli futbol formas seti +41175 FC Daeyami (e) Erkekler iin mavi renkli bir futbol formas seti +41176 FC Daeyami (k) Kadnlar iin mavi renkli futbol formas seti +41177 GNK Kuahlo Dong (e) Erkekler iin beyaz mavi bir futbol formas seti +41178 GNK Kuahlo Dong (k) Kadnlar iin mavi beyaz futbol formas seti +41179 1927 Imha (e) Erkekler iin beyaz mavi bir futbol formas seti +41180 1927 Imha (k) Kadnlar iin mavi beyaz futbol formas seti +41181 1. FC Buz Da (e) Erkekler iin krmz renkli bir futbol formas seti +41182 1. FC Buz Da (k) Kadnlar iin krmz renkli futbol formas seti +41183 FC Gumsan (e) Erkekler iin beyaz mavi bir futbol formas seti +41184 FC Gumsan (k) Kadnlar iin mavi beyaz futbol formas seti +41185 Galawaryong (e) Erkekler iin sar krmz bir futbol formas seti +41186 Galawaryong (k) Kadnlar iin sar krmz futbol formas seti +41187 Juventus Yongbi (e) Erkekler iin siyah beyaz bir futbol formas seti +41188 Juventus Yongbi (k) Kadnlar iin siyah beyaz futbol formas seti +41189 Lungsam OSC (e) Erkekler iin lacivert krmz bir futbol formas seti +41190 Lungsam OSC (k) Kadnlar iin krmz lacivert futbol formas seti +41191 FC Doyyumhwan (e) Erkekler iin ak mavi beyaz bir futbol formas seti +41192 FC Doyyumhwan (k) Kadnlar iin ak mavi beyaz futbol formas seti +41193 Nefrit City FC (e) Erkekler iin ak mavi beyaz bir futbol formas seti +41194 Nefrit City FC (k) Kadnlar iin ak mavi beyaz futbol formas seti +41195 Shinsoo United (e) Erkekler iin krmz beyaz bir futbol formas seti +41196 Shinsoo United (k) Kadnlar iin krmz beyaz futbol formas seti +41197 Ejderha vadisi SC (e) Erkekler iin lacivert turuncu bir futbol formas seti +41198 Ylan Vadisi SC (k) Kadnlar iin lacivert turuncu futbol formas seti +41199 Yldrm Dalar (e) Erkekler iin krmz beyaz bir futbol formas seti +41200 Yldrm Dalar FC (k) Kadnlar iin krmz beyaz futbol formas seti +41201 Pyungmoo Saint-Hwang (e) Erkekler iin lacivert renkli bir futbol formas seti +41202 Pyungmoo Saint-Hwang (k) Kadnlar iin lacivert renkli futbol formas seti +41203 Real Sohan (e) Erkekler iin beyaz renkli bir futbol formas seti +41204 Real Sohan (k) Kadnlar iin beyaz renkli futbol formas seti +41205 FC Jinno 04 (e) Erkekler iin lacivert beyaz bir futbol formas seti +41206 FC Jinno 04 (k) Kadnlar iin lacivert beyaz futbol formas seti +41207 FC Sangsun Dong (e) Erkekler iin turuncu siyah bir futbol formas seti +41208 FC Sangsun Dong (k) Kadnlar iin siyah turuncu futbol formas seti +41209 SL Jungsun Dong (e) Erkekler iin krmz beyaz bir futbol formas seti +41210 SL Jungsun Dong (k) Kadnlar iin krmz beyaz futbol formas seti +41211 Sparta Jungrang (e) Erkekler iin krmz beyaz bir futbol formas seti +41212 Sparta Jungrang (k) Kadnlar iin krmz beyaz futbol formas seti +41213 FC Ate Diyar (e) Erkekler iin siyah beyaz bir futbol formas seti +41214 FC Ate Diyar (k) Kadnlar iin siyah beyaz futbol formas seti +41215 FC St. Seungryong (e) Erkekler iin mavi renkli bir futbol formas seti +41216 FC St. Seungryong (k) Kadnlar iin mavi renkli futbol formas seti +41217 AC Miryang+ (e) Erkekler iin krmz siyah futbol formas seti. Sana rastgele en az bir bonus verir. +41218 AC Miryang+ (k) Kadnlar iin krmz siyah futbol formas seti. Sana rastgele en az bir bonus verir. +41219 AFC Jayang+ (e) Erkekler iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41220 AFC Jayang+ (k) Kadnlar iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41221 RSC Ylan Vadisi+ (e) Erkekler iin mor beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41222 RSC Ylan Vadisi+ (k) Kadnlar iin mor beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41223 Yongan FC+ (e) Erkekler iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41224 Yongan FC+ (k) Kadnlar iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41225 FC Bakra+ (e) Erkekler iin lacivert krmz futbol formas seti. Sana rastgele en az bir bonus verir. +41226 FC Bakra+ (k) Kadnlar iin lacivert krmz futbol formas seti. Sana rastgele en az bir bonus verir. +41227 FC Bokjung+ (e) Erkekler iin sar mavi futbol formas seti. Sana rastgele en az bir bonus verir. +41228 FC Bokjung+ (k) Kadnlar iin sar mavi futbol formas seti. Sana rastgele en az bir bonus verir. +41229 FC Bavaria Hwang+ (e) Erkekler iin sar krmz futbol formas seti. Sana rastgele en az bir bonus verir. +41230 FC Bavaria Hwang+ (k) Kadnlar iin sar krmz futbol formas seti. Sana rastgele en az bir bonus verir. +41231 Borussia Chunjo+ (e) Erkekler iin sar siyah futbol formas seti. Sana rastgele en az bir bonus verir. +41232 Borussia Chunjo+ (k) Kadnlar iin sar siyah futbol formas seti. Sana rastgele en az bir bonus verir. +41233 SC Doyum+ (e) Erkekler iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41234 SC Doyum+ (k) Kadnlar iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41235 SC Hasun Dong+ (e) Erkekler iin yeil beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41236 SC Hasun Dong+ (k) Kadnlar iin yeil beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41237 CFR Ejderha Atei 07+ (e) Erkekler iin bordo renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41238 CFR Ejderha Atei 07+ (k) Kadnlar iin bordo renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41239 FC Daeyami+ (e) Erkekler iin mavi renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41240 FC Daeyami+ (k) Kadnlar iin mavi renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41241 GNK Kuahlo Dong+ (e) Erkekler iin mavi beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41242 GNK Kuahlo Dong+ (k) Kadnlar iin mavi beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41243 1927 Imha+ (e) Erkekler iin mavi beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41244 1927 Imha+ (k) Kadnlar iin mavi beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41245 1. FC Buz Da+ (e) Erkekler iin krmz renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41246 1. FC Buz Da+ (k) Kadnlar iin krmz renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41247 FC Gumsan+ (e) Erkekler iin krmz renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41248 FC Gumsan+ (k) Kadnlar iin mavi beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41249 Galawaryong+ (e) Erkekler iin sar krmz futbol formas seti. Sana rastgele en az bir bonus verir. +41250 Galawaryong+ (k) Kadnlar iin sar krmz futbol formas seti. Sana rastgele en az bir bonus verir. +41251 Juventus Yongbi+ (e) Erkekler iin siyah beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41252 Juventus Yongbi+ (k) Kadnlar iin siyah beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41253 Lungsam OSC+ (e) Erkekler iin lacivert krmz futbol formas seti. Sana rastgele en az bir bonus verir. +41254 Lungsam OSC+ (k) Kadnlar iin lacivert krmz futbol formas seti. Sana rastgele en az bir bonus verir. +41255 FC Doyyumhwan+ (e) Erkekler iin ak mavi beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41256 FC Doyyumhwan+ (k) Kadnlar iin ak mavi beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41257 Nefrit City FC+ (e) Erkekler iin ak mavi beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41258 Nefrit City FC+ (k) Kadnlar iin ak mavi beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41259 Shinsoo United+ (e) Erkekler iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41260 Shinsoo United+ (k) Kadnlar iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41261 Ejderha Vadisi SC+ (e) Erkekler iin lacivert turuncu futbol formas seti. Sana rastgele en az bir bonus verir. +41262 Ejderha Vadisi SC+ (k) Kadnlar iin lacivert turuncu futbol formas seti. Sana rastgele en az bir bonus verir. +41263 Yldrm Dalar FC+ (e) Erkekler iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41264 Yldrm Dalar FC+ (k) Kadnlar iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41265 Pyungmoo Saint-Hwang+(e) Erkekler iin lacivert renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41266 Pyungmoo Saint-Hwang+(k) Kadnlar iin lacivert renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41267 Real Sohan+ (e) Erkekler iin beyaz renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41268 Real Sohan+ (k) Kadnlar iin beyaz renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41269 FC Jinno 04+ (e) Erkekler iin lacivert beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41270 FC Jinno 04+ (k) Kadnlar iin lacivert beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41271 FC Sangsun Dong+ (e) Erkekler iin turuncu siyah futbol formas seti. Sana rastgele en az bir bonus verir. +41272 FC Sangsun Dong+ (k) Kadnlar iin turuncu siyah futbol formas seti. Sana rastgele en az bir bonus verir. +41273 SL Jungsun Dong+ (e) Erkekler iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41274 SL Jungsun Dong+ (k) Kadnlar iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41275 Sparta Jungrang+ (e) Erkekler iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41276 Sparta Jungrang+ (k) Kadnlar iin krmz beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41277 FC Ate Diyar+ (e) Erkekler iin siyah beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41278 FC Ate Diyar+ (k) Kadnlar iin siyah beyaz futbol formas seti. Sana rastgele en az bir bonus verir. +41279 FC St. Seungryong+ (e) Erkekler iin mavi renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41280 FC St. Seungryong+ (k) Kadnlar iin mavi renkli futbol formas seti. Sana rastgele en az bir bonus verir. +41291 Tavan Kostm e (siyah) Baylara zel siyah pelten tavan kostm +41292 Tavan Kostm e (mavi) Baylara zel mavi pelten tavan kostm +41293 Tavan Kostm e (yeil) Baylara zel yeil pelten tavan kostm +41294 Tavan Kostm e (pembe) Baylara zel pembe pelten tavan kostm +41295 Tavan Kostm d (siyah) Bayanlara zel siyah pelten tavan kostm +41296 Tavan Kostm d (mavi) Bayanlara zel mavi pelten tavan kostm +41297 Tavan Kostm d (yeil) Bayanlara zel yeil pelten tavan kostm +41298 Tavan Kostm d (pembe) Bayanlara zel pembe pelten tavan kostm +41299 Tavan Kostm+ e(siyah) Baylara zel siyah pelten tavan kostm. Sana en az bir tane rastgele bonus salar. +41300 Tavan Kostm+ e (mavi) Baylara zel mavi pelten tavan kostm. Sana en az bir tane rastgele bonus salar. +41301 Tavan Kostm+ e(yeil) Baylara zel yeil pelten tavan kostm. Sana en az bir tane rastgele bonus salar. +41302 Tavan Kostm+ e(pembe) Baylara zel pembe pelten tavan kostm. Sana en az bir tane rastgele bonus salar. +41303 Tavan Kostm+ d(siyah) Bayanlara zel siyah pelten tavan kostm. Sana en az bir tane rastgele bonus salar. +41304 Tavan Kostm+ d (mavi) Bayanlara zel mavi pelten tavan kostm. Sana en az bir tane rastgele bonus salar. +41305 Tavan Kostm+ d(yeil) Bayanlara zel yeil tavan kostm. Sana en az bir tane rastgele bonus salar. +41306 Tavan Kostm+ d(pembe) Bayanlara zel pembe tavan kostm. Sana en az bir tane rastgele bonus salar. +41307 Kobra Giysisi (e) Ylan motifli siyah parlak giysi +41308 Kobra Giysisi (k) Ylan motifli siyah parlak giysi +41309 Kobra Giysisi+ (e) Ylan motifli siyah parlak giysi. Sana en az bir rastgele bonus verir. +41310 Kobra Giysisi+ (k) Ylan motifli siyah parlak giysi. Sana en az bir rastgele bonus verir. +41311 l Savas (e, siyah) Erkeklere zel siyah sava giysisi. +41312 l Savas (k, siy.) Kadnlara zel siyah sava giysisi. +41313 l Savas+ (e,siyah) Erkeklere zel siyah sava giysisi. Sana en az bir rastgele bonus verir. +41314 l Savas+ (k, siy.) Kadnlar iin siyah kumatan yaplm bir sava giysisi. Sana en az bir rastgele bonus verir. +41315 Azrail'in Zrh (e) Nam salm eytan Prensi'nin elik zrh +41316 Azrail'in Zrh (k) Nam salm eytan Prensi'nin elik zrh +41317 Azrail'in Zrh+ (e) Nam salm eytan Prensi'nin elik zrh. Sana en az bir rastgele bonus verir. +41318 Azrail'in Zrh+ (k) Nam salm eytan Prensi'nin elik zrh. Sana en az bir rastgele bonus verir. +41320 Jack Pumpkin takm (e) Korkun gzel bir Cadlar Bayram kostm +41321 Jack Pumpkin elbisesi (k) Korkun gzel bir Cadlar Bayram kostm +41322 Jack Pumpkin takm+ (e) Korkun gzel bir Cadlar Bayram kostm. Sana en az bir rastgele bonus kazandrr. Satlabilir eya. +41323 Jack Pumpkin elbisesi+ (k) Korkun gzel bir Cadlar Bayram kostm. Sana en az bir rastgele bonus kazandrr. Satlabilir eya. +41324 Ay Yldz Savas Erkeklere zel ay yldz amblemi tayan sava giysisi +41325 Ay Yldz Savas Bayanlara zel ay yldz amblemi tayan sava giysisi +41326 Ay Yldz Savas + Erkeklere zel ay yldz amblemi tayan sava giysisi. Sana en az bir tane rastgele bonus kazandrr. +41327 Ay Yldz Savas + Bayanlara zel ay yldz amblemi tayan sava giysisi. Sana en az bir tane rastgele bonus kazandrr. +41328 D Formas ALG (e) Cezayir milli futbol takmnn renginde Dnya ampiyonluu formas. +41329 D Formas ALG (d) Cezayir milli futbol takmnn renginde Dnya ampiyonluu formas. +41330 D Formas ARG (e) Arjantin milli futbol takmnn renginde Dnya ampiyonluu formas. +41331 D Formas ARG (d) Arjantin milli futbol takmnn renginde Dnya ampiyonluu formas. +41332 D Formas AUS (e) Avustralya milli futbol takmnn renginde Dnya ampiyonluu formas. +41333 D Formas AUS (d) Avustralya milli futbol takmnn renginde Dnya ampiyonluu formas. +41334 D Formas BEL (e) Belika milli futbol takmnn renginde Dnya ampiyonluu formas. +41335 D Formas BEL (d) Belika milli futbol takmnn renginde Dnya ampiyonluu formas. +41336 D Formas BIH (e) Bosna-Hersek milli futbol takmnn renginde Dnya ampiyonluu formas. +41337 D Formas BIH (d) Bosna-Hersek milli futbol takmnn renginde Dnya ampiyonluu formas. +41338 D Formas BRA (e) Brezilya milli futbol takmnn renginde Dnya ampiyonluu formas. +41339 D Formas BRA (d) Brezilya milli futbol takmnn renginde Dnya ampiyonluu formas. +41340 D Formas CMR (e) Kamerun milli futbol takmnn renginde Dnya ampiyonluu formas. +41341 D Formas CMR (d) Kamerun milli futbol takmnn renginde Dnya ampiyonluu formas. +41342 D Formas CHI (e) ili milli futbol takmnn renginde Dnya ampiyonluu formas. +41343 D Formas CHI (d) ili milli futbol takmnn renginde Dnya ampiyonluu formas. +41344 D Formas COL (e) Kolombiya milli futbol takmnn renginde Dnya ampiyonluu formas. +41345 D Formas COL (d) Kolombiya milli futbol takmnn renginde Dnya ampiyonluu formas. +41346 D Formas CRC (e) Kosta Rika milli futbol takmnn renginde Dnya ampiyonluu formas. +41347 D Formas CRC (d) Kosta Rika milli futbol takmnn renginde Dnya ampiyonluu formas. +41348 D Formas CIV (e) Fildii Sahili milli futbol takmnn renginde Dnya ampiyonluu formas. +41349 D Formas CIV (d) Fildii Sahili milli futbol takmnn renginde Dnya ampiyonluu formas. +41350 D Formas CRO (e) Hrvatistan milli futbol takmnn renginde Dnya ampiyonluu formas. +41351 D Formas CRO (d) Hrvatistan milli futbol takmnn renginde Dnya ampiyonluu formas. +41352 D Formas ECU (e) Ekvator milli futbol takmnn renginde Dnya ampiyonluu formas. +41353 D Formas ECU (d) Ekvator milli futbol takmnn renginde Dnya ampiyonluu formas. +41354 D Formas ENG (e) ngiltere milli futbol takmnn renginde Dnya ampiyonluu formas. +41355 D Formas ENG (d) ngiltere milli futbol takmnn renginde Dnya ampiyonluu formas. +41356 D Formas FRA (e) Fransz milli futbol takmnn renginde Dnya ampiyonluu formas. +41357 D Formas FRA (d) Fransz milli futbol takmnn renginde Dnya ampiyonluu formas. +41358 D Formas GER (e) Almanya milli futbol takmnn renginde Dnya ampiyonluu formas. +41359 D Formas GER (d) Almanya milli futbol takmnn renginde Dnya ampiyonluu formas. +41360 D Formas GHA (e) Gana milli futbol takmnn renginde Dnya ampiyonluu formas. +41361 D Formas GHA (d) Gana milli futbol takmnn renginde Dnya ampiyonluu formas. +41362 D Formas GRE (e) Yunanistan milli futbol takmnn renginde Dnya ampiyonluu formas. +41363 D Formas GRE (d) Yunanistan milli futbol takmnn renginde Dnya ampiyonluu formas. +41364 D Formas HON (e) Honduras milli futbol takmnn renginde Dnya ampiyonluu formas. +41365 D Formas HON (d) Honduras milli futbol takmnn renginde Dnya ampiyonluu formas. +41366 D Formas IRN (e) ran milli futbol takmnn renginde Dnya ampiyonluu formas. +41367 D Formas IRN (d) ran milli futbol takmnn renginde Dnya ampiyonluu formas. +41368 D Formas ITA (e) talya milli futbol takmnn renginde Dnya ampiyonluu formas. +41369 D Formas ITA (d) talya milli futbol takmnn renginde Dnya ampiyonluu formas. +41370 D Formas JPN (e) Japon milli futbol takmnn renginde Dnya ampiyonluu formas. +41371 D Formas JPN (d) Japon milli futbol takmnn renginde Dnya ampiyonluu formas. +41372 D Formas KOR (e) Kore milli futbol takmnn renginde Dnya ampiyonluu formas. +41373 D Formas KOR (d) Kore milli futbol takmnn renginde Dnya ampiyonluu formas. +41374 D Formas MEX (e) Meksika milli futbol takmnn renginde Dnya ampiyonluu formas. +41375 D Formas MEX (d) Meksika milli futbol takmnn renginde Dnya ampiyonluu formas. +41376 D Formas NED (e) Hollanda milli futbol takmnn renginde Dnya ampiyonluu formas. +41377 D Formas NED (d) Hollanda milli futbol takmnn renginde Dnya ampiyonluu formas. +41378 D Formas NGA (e) Nijerya milli futbol takmnn renginde Dnya ampiyonluu formas. +41379 D Formas NGA (d) Nijerya milli futbol takmnn renginde Dnya ampiyonluu formas. +41380 D Formas POR (e) Portekiz milli futbol takmnn renginde Dnya ampiyonluu formas. +41381 D Formas POR (d) Portekiz milli futbol takmnn renginde Dnya ampiyonluu formas. +41382 D Formas RUS (e) Rusya milli futbol takmnn renginde Dnya ampiyonluu formas. +41383 D Formas RUS (d) Rusya milli futbol takmnn renginde Dnya ampiyonluu formas. +41384 D Formas ESP (e) spanya milli futbol takmnn renginde Dnya ampiyonluu formas. +41385 D Formas ESP (d) spanya milli futbol takmnn renginde Dnya ampiyonluu formas. +41386 D Formas SUI (e) svire milli futbol takmnn renginde Dnya ampiyonluu formas. +41387 D Formas SUI (d) svire milli futbol takmnn renginde Dnya ampiyonluu formas. +41388 D Formas URU (e) Uruguay milli futbol takmnn renginde Dnya ampiyonluu formas. +41389 D Formas URU (d) Uruguay milli futbol takmnn renginde Dnya ampiyonluu formas. +41390 D Formas USA (e) ABD milli futbol takmnn renginde Dnya ampiyonluu formas. +41391 D Formas USA (d) ABD milli futbol takmnn renginde Dnya ampiyonluu formas. +41392 D Formas ALG (e/bonus) Cezayr milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41393 D Formas ALG (d/bonus) Cezayr milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41394 D Formas ARG (e/Bonus) Arjantin milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41395 D Formas ARG (d/Bonus) Arjantin milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41396 D Formas AUS (e/bonus) Avustralya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41397 D Formas AUS (d/bonus) Avustralya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41398 D Formas BEL (e/Bonus) Belika milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41399 D Formas BEL (d/Bonus) Belika milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41400 D Formas BIH (e/bonus) Bosna-Hersek milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41401 D Formas BIH (d/bonus) Bosna-Hersek milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41402 D Formas BRA (e/Bonus) Brezilya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41403 D Formas BRA (d/Bonus) Brezilya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41404 D Formas CMR (e/bonus) Kamerun milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41405 D Formas CMR (d/bonus) Kamerun milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41406 D Formas CHI (e/bonus) ili milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41407 D Formas CHI (d/bonus) ili milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41408 D Formas COL (e/bonus) Kolombiya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41409 D Formas COL (d/bonus) Kolombiya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41410 D Formas CRC (e/bonus) Kosta Rika milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41411 D Formas CRC (d/bonus) Kosta Rika milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41412 D Formas CIV (e/bonus) Fildii Sahili milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41413 D Formas CIV (d/bonus) Fildii Sahili milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41414 D Formas CRO (e/bonus) Hrvatistan milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41415 D Formas CRO (d/bonus) Hrvatistan milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41416 D Formas ECU (e/bonus) Ekvador milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41417 D Formas ECU (d/bonus) Ekvador milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41418 D Formas ENG (e/Bonus) ngiltere milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41419 D Formas ENG (d/Bonus) ngiltere milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41420 D Formas FRA (e/Bonus) Fransz milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41421 D Formas FRA (d/Bonus) Fransz milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41422 D Formas GER (e/Bonus) Almanya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41423 D Formas GER (d/Bonus) Almanya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41424 D Formas GHA (e/bonus) Gana milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41425 D Formas GHA (d/bonus) Gana milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41426 D Formas GER (e/Bonus) Yunanistan milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41427 D Formas GER (d/Bonus) Yunanistan milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41428 D Formas HON (e/bonus) Honduras milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41429 D Formas HON (d/bonus) Honduras milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41430 D Formas IRN (e/bonus) ran milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41431 D Formas IRN (d/bonus) ran milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41432 D Formas ITA (e/Bonus) talya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41433 D Formas ITA (d/Bonus) talya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41434 D Formas JPN (e/bonus) Japon milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41435 D Formas JPN (d/bonus) Japon milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41436 D Formas KOR (e/Bonus) Kore milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41437 D Formas KOR (d/Bonus) Kore milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41438 D Formas MEX (e/Bonus) Meksika milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41439 D Formas MEX (d/Bonus) Meksika milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41440 D Formas NED (e/Bonus) Hollanda milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41441 D Formas NED (d/Bonus) Hollanda milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41442 D Formas NGA (e/bonus) Nijerya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41443 D Formas NGA (d/bonus) Nijerya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41444 D Formas POR (e/Bonus) Portekiz milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41445 D Formas POR (d/Bonus) Portekiz milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41446 D Formas RUS (e/Bonus) Rusya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41447 D Formas RUS (d/Bonus) Rusya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41448 D Formas ESP (e/Bonus) spanya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41449 D Formas ESP (d/Bonus) spanya milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41450 D Formas SUI (e/Bonus) svire milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41451 D Formas SUI (d/Bonus) svire milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41452 D Formas URU (e/bonus) Uruguay milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41453 D Formas URU (d/bonus) Uruguay milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41454 D Formas USA (e/Bonus) ABD milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41455 D Formas ABD (d/Bonus) ABD milli futbol takmnn renginde Dnya ampiyonluu formas. Sana en az bir rastgele bonus kazandrr. +41472 Zombi Kyafeti Kanl kyafetin, rm etin ve ortaya kan kemiklerin seni zombi yapar. +41473 Zombi Elbisesi Kanl elbisen, rm etin ve ortaya kan kemiklerin seni zombi gelini yapar. +41474 Zombi Kyafeti+ Kanl kyafetin, rm etin ve ortaya kan kemiklerin seni zombi yapar. En az bir rastgele bonus verir. +41475 Zombi Elbisesi+ Kanl elbisen, rm etin ve ortaya kan kemiklerin seni zombi gelini yapar. En az bir rastgele bonus verir. +41476 Byc Kyafeti Byclere uygun kara ve gizemli bir kyafet. +41477 Cad Elbisesi Cadlara uygun kara ve gizemli bir elbise. +41478 Byc Kyafeti+ Byclere uygun kara ve gizemli bir kyafet. Sana en az bir rastgele bonus verir. +41479 Cad Elbisesi+ Cadlara uygun kara ve gizemli bir elbise. Sana en az bir rastgele bonus verir. +41480 Santa Buz Kostm Krmz kadifeden ylba elbiseli kardan adam maskesi. Satlamaz. +41481 Kardan Adam Kostm Beyaz kadifeden kardan adam kostm. Satlamaz. +41482 Ylba Elbisesi (beyaz) orapl ve aksesuarl beyaz mini elbise. Satlamaz. +41483 Ylba Elbisesi (krm.) orapl ve aksesuarl krmz mini elbise. Satlamaz. +41484 Santa Buz Kostm+ Krmz kadifeden ylba elbiseli kardan adam maskesi. Sana en az bir rastgele bonus kazandrr. Eya satlabilir. +41485 Kardan Adam Kostm+ Krmz kadifeden kardan adam kostm. Sana en az bir rastgele bonus kazandrr. Eya satlabilir. +41486 Ylba Elbisesi+(beyaz) orapl ve aksesuarl beyaz mini elbise. Sana en az bir rastgele bonus kazandrr. Eya satlabilir. +41487 Ylba Elbisesi+(krm.) orapl ve aksesuarl krmz mini elbise. Sana en az bir rastgele bonus kazandrr. Eya satlabilir. +41496 l Prensi (kahverengi) Liderler iin kahverengi kumatan yaplan bir sava kaftan. +41497 l Prensi (beyaz) Liderler iin beyaz kumatan yaplan bir sava kaftan. +41498 l Prensesi+ (kahve) Dii liderler iin kahverengi kumatan yaplan bir sava kaftan. +41499 l Prensesi+ (beyaz) Dii liderler iin beyaz kumatan yaplan bir sava kaftan. +41500 l Prensi+ (kahverengi) Liderler iin kahverengi kumatan yaplan bir sava kaftan. Sana en az bir rastgele bonus verir. +41501 l Prensi+ (beyaz) Liderler iin beyaz kumatan yaplan bir sava kaftan. Sana en az bir rastgele bonus verir. +41502 l Prensesi+ (kahve) Dii liderler iin kahverengi kumatan yaplan bir sava kaftan. Sana en az bir rastgele bonus verir. +41503 l Prensesi+ (beyaz) Liderler iin beyaz kumatan yaplan bir sava kaftan. Sana en az bir rastgele bonus verir. +41504 Tavan Kostm (gri) Sarlma hissi uyandracak yumuack gri krkl kostm, Uygulama: Tavan. Satlamaz. +41505 Tavan Kostm (kahve) Sarlma hissi uyandracak yumuack kahverengi krkl kostm, Uygulama: Tavan. Satlamaz. +41506 Paskalya giyimi (renkli) Neeli renklerle sevgiyle boyanm Paskalya giysisi. Satlamaz. +41507 Paskalya giyimi (a.mavi) Detayl boyamalarla sslenmi ak mavi Paskalya giysisi. Satlamaz. +41508 Tavan Kostm+ (gri) Sarlma hissi uyandracak yumuack gri renkli krkl kostm, Uygulama: Tavan. Sana en az bir rastgele bonus verir. Bu nesne satlabilir. +41509 Tavan Kostm+ (kahve) Sarlma hissi uyandracak yumuack kahverengi krkl kostm, Uygulama: Tavan. Sana en az bir rastgele bonus verir. Bu nesne satlabilir. +41510 Paskalya giyim+ (renkli) Neeli renklerle sevgiyle boyanm Paskalya giysisi. Sana en az bir rastgele bonus verir. Bu nesne satlabilir. +41511 Paskalya giyimi+ (mavi) Detayl boyamalarla sslenmi ak mavi Paskalya giysisi. Sana en az bir rastgele bonus verir. Bu nesne satlabilir. +45001 Tavan kulaklar (kahve) Kahverengi tavan kulaklar +45002 Tavan Kula e (kahve) Baylara zel tavan kulakl kahverengi apka +45003 Balk (e) Erkekler iin zarif kumatan yaplm bir balk. +45004 Balk (d) Bayanlar iin zarif kumatan yaplm bir balk. +45005 sUzYaK (e) stten uzun, yan ksa - erkekler iin sra d bir kesim. +45006 Eskrimci Sa Stili (d) Bayan eskrimcilere zel sportif sa stili. +45007 Mohawk Kesimi (e) Mohawklara zel sa stili. Ortadaki salar dik, yanlar ise tral. +45008 Futbolcu Sa St. GER (d) Bayan futbolculara zel Almanya sa bantl sportif bir sa stili. +45009 Rasta (e) Uzun salar rasta olarak ekillendirilir ve arkadan toplanr. +45010 Boksr Sa Stili GER (d) Bayan boksrlere zel Almanya sa bantl sportif bir sa stili. +45011 Balk (e) Erkekler iin zarif kumatan yaplm bir balk. Satlabilir eya. +45012 Balk (d) Bayanlar iin zarif kumatan yaplm bir balk. Satlabilir eya. +45013 sUzYaK (e) stten uzun, yan ksa - erkekler iin sra d bir kesim. Eya satlabilir. +45014 Eskrimci Sa Stili (d) Bayan eskrimcilere zel sportif sa stili. Satlabilir eya. +45015 Mohawk Kesimi (e) Mohawklara zel sa stili. Ortadaki salar dik, yanlar ise tral. Eya satlabilir. +45016 Futbolcu Sa St. GER (d) Bayan futbolculara zel Almanya sa bantl sportif bir sa stili. Satlabilir eya. +45017 Rasta (e) Uzun salar rasta olarak ekillendirilir ve arkadan toplanr. Eya satlabilir. +45018 Boksr Sa Stili GER (d) Bayan boksrlere zel Almanya sa bantl sportif bir sa stili. Satlabilir eya. +45019 Boksr Sa Stili TUR (d) Bayan boksrlere zel Trkiye sa bantl sportif bir sa stili. +45020 Boksr Sa Stili BRA (d) Bayan boksrlere zel Brezilya sa bantl sportif bir sa stili. +45021 Olim. Boksr Sa St. (d) Bayan boksrlere zel rengarenk sa bantl sportif bir sa stili. +45022 Boksr Sa Stili FRA (d) Bayan boksrlere zel Fransa sa bantl sportif bir sa stili. +45023 Boksr Sa Stili ITA (d) Bayan boksrlere zel talya sa bantl sportif bir sa stili. +45024 Boksr Sa Stili POL (d) Bayan boksrlere zel Polonya sa bantl sportif bir sa stili. +45025 Boksr Sa Stili ROU (d) Bayan boksrlere zel Romanya sa bantl sportif bir sa stili. +45026 Boksr Sa Stili ESP (d) Bayan boksrlere zel spanya sa bantl sportif bir sa stili. +45027 Futbolcu Sa St. TUR (d) Bayan futbolculara zel Trkiye sa bantl sportif bir sa stili. +45028 Futbolcu Sa St. BRA (d) Bayan futbolculara zel Brezilya sa bantl sportif bir sa stili. +45029 Olimp.FutbolcuSa St.(d) Bayan futbolculara zel rengarenk sa bantl sportif bir sa stili. +45030 Futbolcu Sa St. FRA (d) Bayan futbolculara zel Fransa sa bantl sportif bir sa stili. +45031 Futbolcu Sa St. ITA (d) Bayan futbolculara zel talya sa bantl sportif bir sa stili. +45032 Futbolcu Sa St. POL (d) Bayan futbolculara zel Polonya sa bantl sportif bir sa stili. +45033 Futbolcu Sa St. ROU (d) Bayan futbolculara zel Romanya sa bantl sportif bir sa stili. +45034 Futbolcu Sa St. ESP (d) Bayan futbolculara zel spanya sa bantl sportif bir sa stili. +45035 Boksr Sa Stili TUR (d) Bayan boksrlere zel Trkiye sa bantl sportif bir sa stili. +45036 Boksr Sa Stili BRA (d) Bayan boksrlere zel Brezilya sa bantl sportif bir sa stili. +45037 Olimp.Boksr Sa St. (d) Bayan boksrlere zel rengarenk sa bantl sportif bir sa stili. +45038 Boksr Sa Stili FRA (d) Bayan boksrlere zel Fransa sa bantl sportif bir sa stili. +45039 Boksr Sa Stili ITA (d) Bayan boksrlere zel talya sa bantl sportif bir sa stili. +45040 Boksr Sa Stili POL (d) Bayan boksrlere zel Polonya sa bantl sportif bir sa stili. +45041 Boksr Sa Stili ROU (d) Bayan boksrlere zel Romanya sa bantl sportif bir sa stili. +45042 Boksr Sa Stili ESP (d) Bayan boksrlere zel spanya sa bantl sportif bir sa stili. +45043 Futbolcu Sa St. TUR (d) Bayan futbolculara zel Trkiye sa bantl sportif bir sa stili. +45044 Futbolcu Sa St. BRA (d) Bayan futbolculara zel Brezilya sa bantl sportif bir sa stili. +45045 Olimp.FutbolcuSa St.(d) Bayan futbolculara zel rengarenk sa bantl sportif bir sa stili. +45046 Futbolcu Sa St. FRA (d) Bayan futbolculara zel Fransa sa bantl sportif bir sa stili. +45047 Futbolcu Sa St. ITA (d) Bayan futbolculara zel talya sa bantl sportif bir sa stili. +45048 Futbolcu Sa St. POL (d) Bayan futbolculara zel Polonya sa bantl sportif bir sa stili. +45049 Futbolcu Sa St. ROU (d) Bayan futbolculara zel Brezilya sa bantl sportif bir sa stili. +45050 Futbolcu Sa St. ESP (d) Bayan futbolculara zel spanya sa bantl sportif bir sa stili. +45053 Silahrler Sa Stili silahrler tarznda bakml ksa sar sa kesimi. +45054 Hizmeti Kz Sa Stili Hizmeti kz balkl sar kt salar. +45055 Mini Mohikan Mohikan tarznda haval bir ksa sa kesimi. +45056 Salsa Dm Krmz iekli zarif bir topuz. +45057 Bogart apkas Humphrey Bogart tarznda klasik bir ftr apka. +45058 iek Modeli Rengarenk ieklerle sslenmi irin bir rgl sa modeli. +45061 Balkaba Maskesi i oyulmu balkaba. Geni, havadar ve olduka korkun. +45062 Balkaba Maskesi i oyulmu balkaba. Geni, havadar ve olduka korkun. +45065 Silahrler SaStili+ silahrler tarznda bakml ksa sar sa kesimi. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45066 Hizmeti Kz Bal + Hizmeti kz balkl sar kt salar. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45067 Mini Mohikan+ Mohikan tarznda gz alc bir ksa sa kesimi. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45068 Salsa Dm+ Krmz iekli zarif bir topuz. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45069 Bogart apkas+ Humphrey Bogart tarznda klasik bir ftr apka. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45070 iek Modeli+ Rengarenk ieklerle sslenmi irin bir rgl sa modeli. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45073 Balkaba Maskesi(Bonus) i oyulmu balkaba. Geni, havadar ve olduka korkun. Rastgele bir bonus alman salar. +45074 Balkaba Maskesi(Bonus) i oyulmu balkaba. Geni, havadar ve olduka korkun. Rastgele bir bonus alman salar. +45075 Noel apkas (krmz) Boynuzlu ve beyaz ponponlu krmz ipek apka +45076 Noel apkas (yeil) Boynuzlu ve beyaz ponponlu yeil ipek apka +45077 Noel apkas (siyah) Boynuzlu ve beyaz ponponlu siyah ipek apka +45078 Elf apkas Narin kanatl bembeyaz bir balk +45079 Rengeyii Kafas (e) Baylara zel baa geirmelik krmz burunlu ve boynuzlu bir rengeyii maskesi +45080 Rengeyii Kafas (d) Bayanlara zel baa geirmelik krmz burunlu ve boynuzlu bir rengeyii maskesi +45081 Noel apkas+ (krmz) Boynuzlu ve beyaz ponponlu krmz ipek apka. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45082 Noel apkas+ (yeil) Boynuzlu ve beyaz ponponlu yeil ipek apka. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45083 Noel apkas+ (siyah) Boynuzlu ve beyaz ponponlu siyah ipek apka. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45084 Elf apkas+ Narin kanatl bembeyaz bir balk. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45085 Rengeyii Kafas+ (e) Baylara zel baa geirmelik krmz burunlu ve boynuzlu bir rengeyii maskesi. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45086 Rengeyii Kafas+ (d) Bayanlara zel baa geirmelik krmz burunlu ve boynuzlu bir rengeyii maskesi. Sana en az bir tane rastgele bonus kazandrr. Eya satlabilir. +45087 Bandana (beyaz) Erkekler iin baa balanan beyaz renkli gen bir kuma. Spor severler tarafndan ska kullanlr. +45088 Bandana (beyaz) Kadnlar iin baa balanan beyaz renkli gen bir kuma. Spor severler tarafndan ska kullanlr. +45089 Bandana (siyah) Erkekler iin baa balanan siyah renkli gen bir kuma. Spor severler tarafndan ska kullanlr. +45090 Bandana (siyah) Kadnlar iin baa balanan siyah renkli gen bir kuma. Spor severler tarafndan ska kullanlr. +45091 Bandana (sar) Erkekler iin baa balanan sar renkli gen bir kuma. Spor severler tarafndan ska kullanlr. +45092 Bandana (sar) Kadnlar iin baa balanan sar renkli gen bir kuma. Spor severler tarafndan ska kullanlr. +45093 Bandana (turuncu) Erkekler iin baa balanan turuncu renkli gen bir kuma. Spor severler tarafndan ska kullanlr. +45094 Bandana (turuncu) Kadnlar iin baa balanan turuncu renkli gen bir kuma. Spor severler tarafndan ska kullanlr. +45095 Bandana (mavi) Erkekler iin baa balanan mavi renkli gen bir kuma. Spor severler tarafndan ska kullanlr. +45096 Bandana (mavi) Kadnlar iin baa balanan mavi renkli gen bir kuma. Spor severler tarafndan ska kullanlr. +45097 Bandana+ (beyaz) Erkekler iin baa balanan beyaz renkli gen bir kuma. Spor severler tarafndan ska kullanlr. En az bir rastgele bonus verir. +45098 Bandana+ (beyaz) Kadnlar iin baa balanan beyaz renkli gen bir kuma. Spor severler tarafndan ska kullanlr. En az bir rastgele bonus verir. +45099 Bandana+ (siyah) Erkekler iin baa balanan siyah renkli gen bir kuma. Spor severler tarafndan ska kullanlr. En az bir rastgele bonus verir. +45100 Bandana+ (siyah) Kadnlar iin baa balanan siyah renkli gen bir kuma. Spor severler tarafndan ska kullanlr. En az bir rastgele bonus verir. +45101 Bandana+ (sar) Erkekler iin baa balanan sar renkli gen bir kuma. Spor severler tarafndan ska kullanlr. En az bir rastgele bonus verir. +45102 Bandana+ (sar) Kadnlar iin baa balanan sar renkli gen bir kuma. Spor severler tarafndan ska kullanlr. En az bir rastgele bonus verir. +45103 Bandana+ (turuncu) Erkekler iin baa balanan turuncu renkli gen bir kuma. Spor severler tarafndan ska kullanlr. En az bir rastgele bonus verir. +45104 Bandana+ (turuncu) Kadnlar iin baa balanan turuncu renkli gen bir kuma. Spor severler tarafndan ska kullanlr. En az bir rastgele bonus verir. +45105 Bandana+ (mavi) Erkekler iin baa balanan mavi renkli gen bir kuma. Spor severler tarafndan ska kullanlr. En az bir rastgele bonus verir. +45106 Bandana+ (mavi) Kadnlar iin baa balanan mavi renkli gen bir kuma. Spor severler tarafndan ska kullanlr. En az bir rastgele bonus verir. +45119 Tavan Kula e (siyah) Baylara zel tavan kulakl siyah apka +45120 Tavan Kula e (mavi) Baylara zel tavan kulakl mavi apka +45121 Tavan Kula e (yeil) Baylara zel tavan kulakl yeil apka +45122 Tavan Kula e (pembe) Baylara zel tavan kulakl pembe apka +45123 Tavan Kula d (siyah) Bayanlara zel siyah tavan kulaklar +45124 Tavan Kula d (mavi) Bayanlara zel mavi tavan kulaklar +45125 Tavan Kula d (yeil) Bayanlara zel yeil tavan kulaklar +45126 Tavan Kula d (pembe) Bayanlara zel pembe tavan kulaklar +45127 Tavan Kula+ e (siyah) Baylara zel tavan kulakl siyah apka. Sana en az bir tane rastgele bonus salar. +45128 Tavan Kula+ e (mavi) Baylara zel tavan kulakl mavi apka. Sana en az bir tane rastgele bonus salar. +45129 Tavan Kula+ e (yeil) Baylara zel tavan kulakl yeil apka. Sana en az bir tane rastgele bonus salar. +45130 Tavan Kula+ e (pembe) Baylara zel tavan kulakl pembe apka. Sana en az bir tane rastgele bonus salar. +45131 Tavan Kula+ d (siyah) Bayanlara zel siyah tavan kulaklar. Sana en az bir tane rastgele bonus salar. +45132 Tavan Kula+ d (mavi) Bayanlara zel mavi tavan kulaklar. Sana en az bir tane rastgele bonus salar. +45133 Tavan Kula+ d (yeil) Bayanlara zel yeil tavan kulaklar. Sana en az bir tane rastgele bonus salar. +45134 Tavan Kula+ d (pembe) Bayanlara zel pembe tavan kulaklar. Sana en az bir tane rastgele bonus salar. +45135 Kobra Sa Modeli (e) Kobra giysisine uygun balk +45136 Kobra Sa Modeli (k) Kobra giysisine uygun balk +45137 Kobra Sa Modeli+ (e) Kobra giysisine uygun balk. Sana en az bir rastgele bonus verir. +45138 Kobra Sa Modeli+ (k) Kobra giysisine uygun balk. Sana en az bir rastgele bonus verir. +45139 Tengu Maskesi Japon tanrsna ait ustaca oyulmu bir maske +45140 Venedik Maskesi Venedik karnevaln anmsatan gsterili maske +45141 Kifwebe Maskesi Siyah kuma kaponlu fevkalade oyulmu odun maske +45142 Maya Maskesi Maya savalarna ait korkutucu maske +45143 Tengu Maskesi + Japon tanrsna ait ustaca oyulmu bir maske. Sana en az iki bonus kazandrr. +45144 Venedik Maskesi + Venedik karnevaln anmsatan gsterili maske. Sana en az iki bonus kazandrr. +45145 Kifwebe Maskesi + Siyah kuma kaponlu fevkalade oyulmu odun maske. Sana en az iki bonus kazandrr. +45146 Maya Maskesi + Maya savalarna ait korkutucu maske. Sana en az iki bonus kazandrr. +45147 Siyah Kavuk (e) Erkekler iin siyah kumatan yaplm bir balk. +45148 Siyah Kavuk (k) Kadnlar iin siyah kumatan yaplm bir balk. +45149 Siyah Kavuk+ (e) Erkekler iin siyah kumatan yaplm bir balk. Sana en az bir rastgele bonus verir. +45150 Siyah Kavuk+ (k) Kadnlar iin siyah kumatan yaplm bir balk. Sana en az bir rastgele bonus verir. +45151 Azrail'in Miferi Nam salm eytan Prensi'nin yzl bal. +45152 Azrail'in Miferi (k) Nam salm eytan Prensi'nin yzl bal. +45153 Azrail'in Miferi+ (e) Nam salm eytan Prensi'nin yzl bal. Sana en az bir rastgele bonus salar. +45154 Azrail'in Miferi+ (k) Nam salm eytan Prensi'nin yzl bal. Sana en az bir rastgele bonus salar. +45156 Jack Pumpkin kafas (e) Korkun gzel bir Cadlar Bayram maskesi +45157 Jack Pumpkin kafas (k) Korkun gzel bir Cadlar Bayram maskesi +45158 Jack Pumpkin kafas+ (e) Korkun gzel bir Cadlar Bayram maskesi. Sana en az bir rastgele bonus kazandrr. Satlabilir eya. +45159 Jack Pumpkin kafas+ (k) Korkun gzel bir Cadlar Bayram maskesi. Sana en az bir rastgele bonus kazandrr. Satlabilir eya. +45160 Ay Yldz Sa Modeli (e) Yukar toplanm krmz beyaz rasta sa modeli. +45161 Ay Yldz Sa Modeli (d) Yukar toplanm sa bantl krmz beyaz rasta sa modeli. +45162 Ay Yldz Sa Modeli+ (e) Yukar toplanm krmz beyaz rasta sa modeli. Sana en az bir tane rastgele bonus kazandrr. +45163 Ay Yldz Sa Modeli+ (d) Yukar toplanm sa bantl krmz beyaz rasta sa modeli. Sana en az bir tane rastgele bonus kazandrr. +45164 Kar Tavan apkas Kar tavan eklinde bir balk +45165 Kutup Ays apkas Kutup ays eklinde bir balk +45166 Kar Pars apkas Kar pars eklinde bir balk +45167 Kar Tavan apkas+ Kar tavan eklinde bir balk. Sana en az bir tane rastgele bonus kazandrr. +45168 Kutup Ays apkas+ Kutup ays eklinde bir balk. Sana en az bir tane rastgele bonus kazandrr. +45169 Kar Pars apkas+ Kar pars eklinde bir balk. Sana en az bir tane rastgele bonus kazandrr. +45170 Zombi Balkaba Maskesi Cadlar bayram kostm olarak canavarms bir balkaba maskesi +45171 Cad apkas Cadlar ve bycler tarafndan taklan geni kenarl sivri ulu bir apka. +45172 Zombi Balkaba Maskesi+ Cadlar bayram kostm olarak canavarms bir balkaba maskesi. Sana en az bir rastgele bonus verir. +45173 Cad apkas+ Cadlar ve bycler tarafndan taklan geni kenarl sivri ulu bir apka. Sana en az bir rastgele bonus verir. +45174 Kardan Adam Maskesi Mat siyah setenden muhteem silindirli kardan adam maskesi. Satlamaz. +45175 Santa Buz Maskesi Krmz kadifeden ve tepesi beyaz tyl, ylba apkal kardan adam maskesi. Satlamaz. +45176 Ponponlu apka (beyaz) Beyaz tyl, krmz ponponlu beyaz kadifeden ylba apkas. Satlamaz. +45177 Ponponlu apka (krmz) Beyaz tyl, beyaz ponponlu krmz kadifeden ylba apkas. Satlamaz. +45178 Kardan Adam Maskesi + Mat siyah setenden muhteem silindirli kardan adam maskesi. Sana en az bir ek bonus kazandrr. Eya satlabilir. +45179 Santa Buz Maskesi + Beyaz tyl, krmz kadifeden ylba apkal kardan adam maskesi. Sana en az bir ek bonus kazandrr. Satlabilir. +45180 Ponponlu apka+ (beyaz) Beyaz tyl, krmz ponponlu beyaz kadifeden ylba apkas. Sana en az bir rastgele bonus kazandrr. Eya satlabilir. +45181 Ponponlu apka+(krmz) Beyaz tyl, beyaz ponponlu krmz kadifeden ylba apkas. Sana en az bir rastgele bonus kazandrr. Eya satlabilir. +45190 Tavan Kula+ (gri) Yumuak gri krkten yaplm tavan kulakl bere. Satlamaz. +45191 Tavan Kula+ (kahve) Yumuak kahverengi krkten yaplm tavan kulakl bere. Satlamaz. +45192 Paskalya Balk (renkli) Moda takipisi savalar iin renkleri ve parlaklyla dikkat eken Paskayla bal. Satlamaz. +45193 Paskalya Balk (mavi) Moda takipisi savalar iin neeli ak mavi renkli Paskayla bal. Satlamaz. +45194 Tavan Kula+ (gri) Yumuak gri krkten yaplm tavan kulakl bere. Sana en az bir rastgele bonus verir. Bu nesne satlabilir. +45195 Tavan Kula+ (kahve) Yumuak kahverengi krkten yaplm tavan kulakl bere. Sana en az bir rastgele bonus verir. Bu nesne satlabilir. +45196 Paskalya Balk+ (renk) Moda takipisi savalar iin renkleri ve parlaklyla dikkat eken Paskayla bal. Sana en az bir rastgele bonus verir. Bu nesne satlabilir. +45197 Paskalya Balk+ (mavi) Moda takipisi savalar iin neeli ak mavi renkli Paskayla bal. Sana en az bir rastgele bonus verir. Bu nesne satlabilir. +45198 Kahverengi Kavuk Savalar iin dayankl bir kumatan retilen zarif, kahverengi bir kavuk. +45199 Beyaz Kavuk Savalar iin dayankl bir kumatan retilen zarif, beyaz bir kavuk. +45200 Kahverengi Balk Dii savalar iin hafif bir kumatan retilen kahverengi bir balk. +45201 Beyaz Balk Dii savalar iin hafif bir kumatan retilen beyaz bir balk. +45202 Kahverengi Kavuk+ Savalar iin dayankl bir kumatan retilen zarif, kahverengi bir kavuk. Sana en az bir rastgele bonus verir. +45203 Beyaz Kavuk+ Savalar iin dayankl bir kumatan retilen zarif, beyaz bir kavuk. Sana en az bir rastgele bonus verir. +45204 Kahverengi Balk+ Dii savalar iin hafif bir kumatan retilen kahverengi bir balk. Sana en az bir rastgele bonus verir. +45205 Beyaz Balk+ Dii savalar iin hafif bir kumatan retilen beyaz bir balk. Sana en az bir rastgele bonus verir. +50001 yi ans Kitab ans numarasn ieren kitap. Ynetim tarafndan dzenlenen piyango iin. +50002 Altn Yzk Basit altn yzk. | Maazada yksek fiyata satlabilir. +50003 Beceri Sfrlama Kad Becerilerinizi sfrlayp yeni bir beceri renmenizi salar. +50004 Olay Dedektr Bu nesne size, nerede grev olduunu gsterir. +50005 Binicilik Bileti Bunu seyise gsterdiin zaman ata cretsiz binebilirsin. 40. Seviye gerektirir. +50006 Altn Define Sand Altn ilemeli sandk | Altn anahtarla alabilir. +50007 Gm Define Sand Gm ilemeli sandk | Gm anahtarla alabilir. +50008 Altn Anahtar Altndan yaplm bir anahtar | Altn define sandn ve altn define sand+ bununla alabilir. +50009 Gm Anahtar Gmten yaplm anahtar | Gm define sand ve gm define sand+ bununla alabilir. +50010 orap Baz insanlar, ylbanda hediyelerini bu orabn iine koyarlar. +50011 Ay Define Sand Gz alc sslemeleri insanlar batan karr. Ay aldnda doa st eyler olur. +50012 Altn Define Sand+ Altn ilemeli sandk | Altn anahtarla alabilir. +50013 Gm Define Sand+ Gm ilemeli sandk | Gm anahtarla alabilir. +50016 Fasulyeli Hamur Fasulyeli Pastada kullanlan bir malzeme. +50017 ekerli Hamur ekerli Pastada kullanlan bir malzeme. +50018 Meyveli Hamur Meyveli Pastada kullanlan bir malzeme. +50019 Tatl Pirinli Krema Pasta yapmnda kullanlan bir malzeme. +50020 Fasulyeli Pasta Maksimum HP salayan pasta. +50021 ekerli Pasta Maksimum SP salayan pasta. +50022 Meyveli Pasta Maksimum dayankllk salayan pasta. +50023 Para Zarf Yeni yl ikramiyesi iinde olur. +50024 Gl Sevgiyi gstermeyi salayan romantik iek. Sadece bayan karakterler kullanabilir. +50025 ikolata Kakao, st, ya ve ekerden yaplr. Sevgi gsterir. Sadece erkek karakterler kullanabilir. +50027 Lottery Lot Oyun iinde piyango bileti deitirilmez. | Faydasz nesne. +50031 Gl Sevgi ifade eden romantik iek. Sadece erkek karakterler kullanabilir. +50032 Lolipop Kakao,st,ya ve ekerden yaplr. ikolata sevgi ifade eder. Sadece bayan karakterler kullanabilir. +50033 Gizemli Sandk zerinde garip harfler olan bir sandk. Alrsa bir eyler kar. +50034 Bulmaca Kutusu Bulmaca konulan bir kutu. +50035 Hediye (sar) Ho bir paketleme kadna sarlm hediye. +50036 Hediye (mor) Ho bir paketleme kadna sarlm hediye. +50037 Altgen Hediye Paketi zel bir Kattan yaplmtr. inde nazik hediyeler olur. +50050 At Madalyonu Eitim sonularn kaydedebilmesi iin Seyisin bu madalyona ihtiyac var. +50051 At Resmi Binicilik iin gerekli sertifika. +50052 Zrhl At Kitab Seyis'te ileri seviye binicilik iin gerekli snav getiinde bu lisans atn arabilmeni salar. +50053 Asker At Kitab En st dzeydeki binicilik sertifikas|At zerinde becerilerinizi kullanmanza izin verir. +50054 Saman Acemi atlarn beslemesi iin kuru saman. +50055 Havu Atlarn favori sebzesi. +50056 Krmz Ginseng Glendirici ginseng. Sadece asker atlar krmz ginseng ile beslenir. +50057 K.Maymun Zindan Bitkisi Acemi binicilerin atlar canlandrmakta kullandklar efsanevi bitki. Elde etmek iin kolay maymun zindanndaki maymunlar gemelisin. +50058 N.Maymun Zindan Bitkisi leri seviye binicilerin atlar canlandrmakta kullandklar efsanevi bitki. Elde etmek iin normal maymun zindanndaki maymunlar gemelisin. +50059 Z.Maymun Zindan Bitkisi Uzman binicilerin atlar canlandrmakta kullandklar efsanevi bitki. Elde etmek iin zor maymun zindanndaki maymunlar gemelisin. +50060 Binicilik Klavuzu Okudugunuz zaman 1 seviye binicilik becerisi kazanrsnz. | Bu kitap okunduktan sonra kaybolur. +50067 Evrim Parmeni Gl ve ok eski bir el yazma parmen. Bir yavruyu gelitirip yabani binek hayvan olmasn salar. +50068 Mutasyon Parmeni Gl ve ok eski bir el yazma parmen. Bir yabani binei gelitirip cesur binek hayvan olmasn salar. +50070 Ork Bakannn Sand Kutuda deerli birey olabilir. +50071 reti Lideri Sand reti liderine ait olan sandk. inde baz kymetli eyalar mevcut. +50072 Hayalet Lideri Sand Reenkarnasyon retisi liderinin sand. inde baz kymetli eyalar mevcut. +50073 Kralie rmcek Sand Krale rmcege ait sandk. inde baz kymetli eyalar mevcut. +50074 Dev rmcein Sand Dev rmcege ait sandk. inde baz kymetli eyalar mevcut. +50075 DevMikrop Tama Sand Dev Mikrop taycsnn sand. inde baz kymetli eyalar mevcut. +50076 Devlkaplumbaa Sand Dev l kaplumbaasna ait sandk. inde baz kymetli eyalar mevcut. +50077 Dokuz Kuyruk Sand Dokuz Kuyruk Sand. inde baz kymetli eyalar mevcut. +50078 Sar Kaplan H. Sand Dev kaplana ait sandk. inde baz kymetli eyalar mevcut. +50079 Ate Kral Sand Ate Kralna ait sandk. inde baz kymetli eyalar mevcut. +50080 Krmz Ejderha Sand Krmz Ejderhaya ait sandk. inde baz kymetli eyalar mevcut. +50081 eytan Kral Sand eytan Kralna ait sandk. inde baz kymetli eyalar mevcut. +50082 Lusifer Sand Lusifer'e ait sandk. inde baz kymetli eyalar mevcut. +50083 Binicilik Bileti Seyise gsterdiinde ata cretsiz binersin. +50084 Kilit Ama Ta Bu tan, etrafn saran enerji ykl bir lts vardr. Mhr bylerine kar etkilidir. +50091 Altn Sudak Bal Sui Altn sudak balndan yaplr | zel bir yemek. +50092 Sudak Bal Sui Sudak balndan yaplr | zel bir yemek. Kendine has kokusu nedeniyle kolay yenmez. +50093 Som Bal Sui Som Bal ve souk pirinten yaplan zel bir yemek. 30 saniye iin saldr gcn 10 puan arttrr. +50094 Yayn Bal Sui Yayn Bal ve souk pirinten yaplan zel bir yemek. 30 saniye iin savunma gcn 10 puan arttrr. +50096 Futbol Topu Baljit-Elvedin gibi vuru yap! +50100 Havai Fiek Havai fiek, gkyznde renkli kl oyunlar olusturan fiekler.(Mor) +50101 Havai Fiek Havai fiek, gkyznde renkli kl oyunlar olusturan fiekler.(Sar) +50102 Havai Fiek Havai fiek, gkyznde renkli kl oyunlar oluturan fiekler.(Gk Mavi) +50103 Havai Fiek Havai fiek, gkyznde renkli kl oyunlar oluturan fiekler.(krmz arlkl) +50104 Havai Fiek Havai fiek, gkyznde renkli kl oyunlar oluturan fiekler.(yeil arlkl) +50105 Havai Fiek Havai fiek, gkyznde renkli kl oyunlar oluturan fiekler.(Beyaz arlkl) +50106 Ylba Havai Fiekleri YlbaHavai Fiekleri | Normal havai fieklerden ok daha grkemlidir. +50108 Havai Fiek Topac Topa ekilleri karan havai fiek. +50118 +50119 +50120 Demir Hazne Srgn Maarasndan gelen dayankl sandk. +50121 Demir Kutu Srgn Maarasndan gelen dayankl sandk. +50122 Demir Sandk Srgn Maarasndan gelen dayankl sandk. +50123 Dondurma Enerji patlamas! Bu dondurma hareket hzn 30 dakika boyunca 60 artrr. Dikkat: Enerji patlamas devam ederken tekrar etkinletirildiinde ncekinin kalan etki sresi silinir. +50124 Eski Tahta Kutu Sanki derinlerden hayvan sesleri geliyor. +50125 Esrarengiz Sandk Hayret, sandk ok hafif, ii bomu gibi... +50126 Esrarengiz Sandk Hayret, sandk ok hafif, ii bomu gibi... +50127 Mistik Zmrt Sand Ak Zmrt Sand +50128 Mistik Gkyakut Sand Kilitsiz bir Gkyakut Sand. Hemen alabilir. inde ok deerli bir sr sakl... +50129 Mistik Ametist Sand Ak Ametist Sand +50130 Mistik Topaz Sand Kilitsiz bir Topaz Sand. Hemen alabilir. inde ok deerli bir sr sakl... +50131 Mistik Sitrin Sand Kilitsiz bir Sitrin Sand. Hemen alabilir. inde ok deerli bir sr sakl... +50132 Esrarengiz Yakut Sand Sadece zel bir anahtarla alabilen kilitli bir Yakut Sand. Sylenenlere gre sandn ii de d gibi parl parl parlyormu. +50133 Mistik Zmrt Sand Sadece zel bir anahtarla alabilen kilitli bir Zmrt Sand. Sylenenlere gre sandn ii de d gibi parl parl parlyormu. +50134 Mistik Gkyakut Sand Sadece zel bir anahtarla alabilen kilitli bir Gkyakut Sand. Sylenenlere gre sandn ii de d gibi parl parl parlyormu. +50135 Mistik Ametist Sand Sadece zel bir anahtarla alabilen kilitli bir Ametist Sand. Sylenenlere gre sandn ii de d gibi parl parl parlyormu. +50136 Mistik Topaz Sand Sadece zel bir anahtarla alabilen kilitli bir Topaz Sand. Sylenenlere gre sandn ii de d gibi parl parl parlyormu. +50137 Mistik Sitrin Sand Sadece zel bir anahtarla alabilen kilitli bir Sitrin Sand. Sylenenlere gre sandn ii de d gibi parl parl parlyormu. +50150 Yakut Anahtar Bu kymetli anahtarla kilitli bir Yakut Sand alyor. Sandn iinde ne var acaba? +50151 Zmrt Anahtar Bu kymetli anahtarla kilitli bir Zmrt Sand alyor. Sandn iinde ne var acaba? +50152 Gkyakut Anahtar Bu kymetli anahtarla kilitli bir Gkyakut Sand alyor. Sandn iinde ne var acaba? +50153 Ametist Anahtar Bu kymetli anahtarla kilitli bir Ametist Sand alyor. Sandn iinde ne var acaba? +50154 Topaz Anahtar Bu kymetli anahtarla kilitli bir Topaz Sand alyor. Sandn iinde ne var acaba? +50155 Sitrin Anahtar Bu kymetli anahtarla kilitli bir Sitrin Sand alyor. Sandn iinde ne var acaba? +50156 Elmas Anahtar Ustaca yontulmu ve gkkua renkleriyle byleyen bir anahtar. Onunla her sandk kolayca alyor. +50160 Paskalya Yumurtas Rengarenk boyal yumurta +50161 Paskalya Yumurtas Rengarenk boyal yumurta +50162 Paskalya Yumurtas Rengarenk boyal yumurta +50163 Paskalya Yumurtas Rengarenk boyal yumurta +50164 Paskalya Yumurtas Rengarenk boyal yumurta +50165 Paskalya Yumurtas Rengarenk boyal yumurta +50166 Paskalya Yumurtas Rengarenk boyal yumurta +50167 Paskalya Yumurtas Rengarenk boyal yumurta +50168 Paskalya Yumurtas Rengarenk boyal yumurta +50169 Paskalya Yumurtas Rengarenk boyal yumurta +50170 Paskalya Yumurtas Rengarenk boyal yumurta +50171 Paskalya Yumurtas Rengarenk boyal yumurta +50172 Paskalya Yumurtas Rengarenk boyal yumurta +50173 Paskalya Yumurtas Rengarenk boyal yumurta +50174 Paskalya Yumurtas Rengarenk boyal yumurta +50175 Paskalya Yumurtas Rengarenk boyal yumurta +50176 Paskalya Yumurtas Rengarenk boyal yumurta +50177 Paskalya Yumurtas Rengarenk boyal yumurta +50178 Paskalya Yumurtas Rengarenk boyal yumurta +50179 Paskalya Yumurtas Rengarenk boyal yumurta +50180 Bo Sepet ine paskalya yumurtas koyabilecein bo bir sepet +50181 Paskalya Yumurtal Sepet Paskalya yumurtalaryla dolu bir sepet. +50182 Bereket Sand inde ne olduu bilinmeyen bereketli bir sandk. +50183 Tatllar Tatllarn salad zel etkiler: +%10 Hareket Hz, +%5 Hasar, +%10 Tecrbe. Bu etkiler 30 dakika srer. +50184 +50185 +50186 Azrail'in Sand eytani gler bu sand kilitli tutuyor. inde deerli hazineler olmal. +50187 rak Sand I Karlama hediyen maceraya ideal bir balang yapmak iin gereken temel donanm ieriyor. +50188 rak Sand I I Sandk ancak 10. seviyeye ulatnda alabilir. +50189 rak Sand III Bu sandk ancak 20. seviyeye ulatnda alabilir. +50190 Uzman Sand I Bu sandk ancak 30. seviyeye ulatnda alabilir. +50191 Uzman Sand II Bu sandk ancak 40. seviyeye ulatnda alabilir. +50192 Uzman Sand III Bu sandk, ancak 50. seviyeye ulatnda alabilir. +50193 Usta Sand I Bu sandk ancak 60. seviyeye ulatnda alabilir. +50194 Usta Sand II Bu sandk ancak 70. seviyeye ulatnda alabilir. +50195 Usta Sand III Bu sandk, ancak 80. seviyeye ulatnda alabilir. +50196 Byk stat Sand Bu sandk ancak 90. seviyeye ulatnda alabilir. +50197 +50198 +50199 +50200 Paket zel dkkan aman salar. +50212 rak Sand I Karlama hediyen maceraya ideal bir balang yapmak iin gereken temel donanm ieriyor. +50213 rak Sand I Karlama hediyesi maceraya ideal bir balang yapmak iin gereken temel donanm ieriyor. +50215 Cadlar Bayram Sand Kenarnda balkaba surat olan bir sandk. Kapa, kkrdama sesine benzeyen bir gcrdamayla alr ve iindekiler tezahr eder. +50216 Pun Meyve suyu ve baharatlardan oluan scack bir iecek, sana 30 dakika boyunca +%10 Hz, +%5 Hasar ve +%10 Tecrbe verir. +50249 Zafer Sand Bu sandk, tm olimpiyatlar iin dl olarak bir rastgele eya ierir. +50252 Cor Draconis Kristal ejderha kalbi, iinde ruhu, ejderha tan barndrr. +50253 +50254 Karanln Sand Ar sandkta Karanlk Millet'in kayp sanlan servetleri sakl. +50255 Cor Draconis; lenmemi Kristal ejderha kalbi, iinde ruhu, ejderha tan barndrr. +50256 Cor Draconis; Yontulmu Kristal ejderha kalbi, iinde ruhu, ejderha tan barndrr. +50257 Cor Draconis; Ender Kristal ejderha kalbi, iinde ruhu, ejderha tan barndrr. +50258 Cor Draconis; Antika Kristal ejderha kalbi, iinde ruhu, ejderha tan barndrr. +50259 Cor Draconis; Efsanevi Kristal ejderha kalbi, iinde ruhu, ejderha tan barndrr. +50260 Cor Draconis; lenmemi Kristal ejderha kalbi, iinde ruhu, ejderha tan barndrr. +50263 Balama Parmeni Bu szlemeyle setiin bir obje skca karakterinin ruhuna balanr. Bu szleme devam ederken objeyle pazarlk yaplamaz, drlemez ve sihir uygulanamaz. +50264 Ayrma Parmeni Ruhuna bal bir objeyi ruhundan ayrr. +50265 Altn Futbol Topu Yuvarlak ve altn renginde top. +50300 Beceri Kitab Master beceri seviyesini arttrr. +50301 Sun zi Sava Sanat 3 Sava stratejisi kitabndan biri | Liderlik duygusunu arttrr | Kitap okundukan sonra yok olur. +50302 Wu zi Sava Sanat 3 Sava stratejisi kitabndan biri | Liderlik duygusunu arttrr | Kitap okunduktan sonra yok olur. +50303 WeiLiao Zi Sava Sanat 3 Sava stratejisi kitabndan biri | Liderlik duygusunu arttrr | Kitap okunduktan sonra yok olur. +50304 Kombo Ustal Taktik stratejileri kitab kombo eitimi iin kullanlr. Kitap okunduktan sonra yok olur. +50305 Combo Ustasnn Kayd Taktik stratejileri kitab ileri dzey kombo eitimi iin kullanlr. Kitap okunduktan sonra yok olur. +50306 Kombo Sanat Taktik ustas stratejileri kitab kombo eitimi iin kullanlr. Kitap okunduktan sonra yok olur. +50307 Grev Kitab(Kolay) Kitabn iinde kolay grevler var. +50308 Grev Kitab(Normal) Kitabn iinde normal grevler var. +50309 Grev Kitab(Zor) Kitabn iinde zor grevler var. +50310 Grev Kitab(Uzman) Kitabn iinde ok zor grevler var. +50311 Shinsoo-Lisan Kitab Bu ciltli kitap, master seviyesine geldiinde Shinsoo dilini anlaman salar. +50312 Chunjo-Lisan Kitab Bu ciltli kitap, master seviyesine geldiinde Chunjo dilini anlaman salar. +50313 Jinno-Lisan Kitab Bu ciltli kitap, master seviyesine geldiinde Jinno dilini anlaman salar. +50314 Dnm Kitab Kitap baaryla okunduunda dnm becerisini ykselir. Kitap okunduktan sonra yok olur. +50315 leri Dnm Kitab Bu kitab iyi renenin dnm yetenei artar. Okunduktan sonra yok olur. +50316 Master Dnm Kitab Bu kitab yarata Dnmek iin kullan | Liderlik duygusunu arttrr | Kitap okunduktan sonra yok olur. +50401 Ynl Kesme Klavuzu ynl kesme becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50402 Kl evirme Klavuzu Kl evirme becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50403 fke Klavuzu fke becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50404 Hava Klc Klavuzu Hava klc becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50405 Hamle Klavuzu Hamle becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50406 Yaama stei Kitab Yaama isteini baaryla tamamlamak iin kullanlr. Kitap okunduktan sonra kaybolur. +50416 Ruh Vuruu Klavuzu Ruh vuruu becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50417 iddetli Vuru Klavuzu iddetli vuru becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50418 Gl Vuru Klavuzu Gl vuru becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50419 Gl Beden Klavuzu Gl beden becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50420 Kl Darbesi Klavuzu Kl darbesi becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50421 Kl emberi Kitab Kl emberini baaryla tamamlamak iin kullanlr. Kitap okunduktan sonra kaybolur. +50431 Suikast Klavuzu Suikast becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50432 Hzl Saldr Klavuzu Hzl saldr becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50433 Bak evirme Klavuzu Bak evirme becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50434 Kamuflaj Klavuzu Kamuflaj becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50435 Zehirli Bulut Klavuzu Zehirli bulut becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50436 Sinsi Zehir Kitab Sinsi zehri baaryla tamamlamak iin kullanlr. Kitap okunduktan sonra kaybolur. +50446 Tekrarlanan At Klavuzu Tekrarlanan at becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50447 Ok Yamuru Klavuzu Ok yamuru becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50448 Ateli Ok Klavuzu Ateli ok becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50449 Hafif Adm Klavuzu Hafif adm becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50450 Zehirli Ok Klavuzu Zehirli ok becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50451 Kvlcm Vuruu Kitab Kvlcm vuruu baaryla tamamlamak iin kullanlr. Kitap okunduktan sonra kaybolur. +50461 Parmak Darbesi Klavuzu Parmak darbesi becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50462 Ejderha Dn Klavuzu Ejderha dn becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50463 Byl Keskinlik Klavuzu Byl keskinlik becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50464 Dehet Klavuzu Dehet becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50465 Byl Zrh Klavuzu Byl zrh becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50466 By zme Klavuzu By zme becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50476 Karanlk Vuru Klavuzu Karanlk vuru becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50477 Ate Vuru Klavuzu Ate vuru becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50478 Ate Hayaleti Klavuzu Ate hayaleti becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50479 Karanlk Koruma Klavuzu Karanlk koruma becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50480 Hayalet Vuru Klavuzu Hayalet vuru becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50481 Karanlk Kre Klavuzu Karanlk kre becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50491 Uan Tlsm Klavuzu Uan tlsm becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50492 Ejderha At Klavuzu Ejderha at becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50493 Ejder Kkremesi Klavuzu Ejder kkremesi becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50494 Kutsama Klavuzu Kutsama becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50495 Yanstma Klavuzu Yanstma becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50496 Ejderha Yardm Kitab Ejderha yardm becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50506 imek Atmak Klavuzu imek atma becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50507 imek arma Klavuzu imek arma becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50508 imek Penesi Klavuzu imek penesi becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50509 yiletirme Klavuzu yiletirme becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50510 Hz Klavuzu Hz becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50511 Yksek Saldr Klavuzu Saldr becerisinde ustalamak iin kullanlr. Kitap okunduktan sonra yok olur. +50512 Gkkua Ta Bu ta ruh gzlerini aar ve tm becerileri ortaya karr. +50513 Ruh Ta Grandmaster becerilerini artran efsanevi ta. Kullanldktan sonra yok olur. +50530 Paralama Kitab Paralamay baaryla tamamlamak iin kullanlr. Kitap okunduktan sonra kaybolur. +50531 Kurt Nefesi Kitab Kurt nefesini baaryla tamamlamak iin kullanlr. Kitap okunduktan sonra kaybolur. +50532 Kurt Atlay Kitab Kurt atlayn baaryla tamamlamak iin kullanlr. Kitap okunduktan sonra kaybolur. +50533 Kurt Penesi Kitab Kurt penesi baaryla tamamlamak iin kullanlr. Kitap okunduktan sonra kaybolur. +50534 Krmz Kurt Ruhu Kitab Krmz Kurt ruhunu baaryla tamamlamak iin kullanlr. Kitap okunduktan sonra kaybolur. +50535 ivit Kurt Ruhu Kitab ivit Kurt ruhunu baaryla tamamlamak iin kullanlr. Kitap okunduktan sonra kaybolur. +50600 Madencilik Rehberi Madencilik seviyesinin ykseltilmesinde kullanlr.| Kitap okunduktan sonra yok olur. +50601 Elmas Ta Lonca Elmas ocanda rafine edilerek bir elmas olabilir. +50602 Kehribar Ta Lonca Kehribar ocanda rafine edilerek bir kehribara dnebilir. +50603 Fosil Aa Gvdesi Lonca fosil aa gvdesi ocanda rafine edilerek fosil aa gvdesine dntrlebilir. +50604 Bakr Cevheri Lonca bakr ocanda rafine edilerek bakra dnebilir. +50605 Gm Cevheri Lonca gm ocanda rafine edilerek gme dnebilir. +50606 Altn Cevheri Lonca altn ocanda rafine edilerek altna dnebilir. +50607 Yeim Ta Cevheri Lonca yeim ocanda rafine edilerek yeime dnebilir. +50608 Abanoz Cevheri Lonca abanoz ocanda rafine edilerek abanoza dnebilir. +50609 nci Tanesi Lonca inci ocanda rafine edilerek inciye dnebilir. +50610 Beyaz Altn Cevheri Lonca beyaz altn ocanda rafine edilerek beyaz altna dnebilir. +50611 Kristal Cevheri Lonca kristal ocanda rafine edilerek kristale dnebilir. +50612 Ametist Cevheri Lonca ametist ocanda rafine edilerek ametiste dntrlebilir. +50613 Cennetin Gzya Cevheri Lonca cennetin gz yalar ocanda rafine edilerek cennetin gz yalarna dnebilir. +50614 Ruh Kristali Madeni Lonca oca kullanlarak bu madenden bir ruh kristali retilebilir. +50615 Yakut Madeni Lonca oca kullanlarak bu madenden bir yakut retilebilir. +50616 Grena Madeni Lonca oca kullanlarak bu madenden bir grena retilebilir. +50617 Zmrt Madeni Lonca oca kullanlarak bu madenden bir zmrt retilebilir. +50618 Safir Madeni Lonca oca kullanlarak bu madenden bir safir retilebilir. +50619 Turmalin Madeni Lonca oca kullanlarak bu madenden bir turmalin retilebilir. +50621 Elmas Bu deerli mcevher aksesuarlara eklenebilir. +50622 Kehribar Gzel bir kehribar| Aksesuarlara eklenebilir. +50623 Fosil Aa Gvdesi Aksesuarlara dayankllk kazandran deerli bir odun. +50624 Bakr Bazen bronz ve bozuk para yapmnda kullanlr | Bakr aksesuarlara eklenebilir. +50625 Gm Mcevher yapmnda kullanlan parlak bir soy metal. +50626 Altn Mcevher yapmnda kullanlr. | Altn aksesuarlara eklenebilir. +50627 YeimTa 5000 yl akn sredir kullanlan deerli bir mineral. Mcevher yapmnda hala kullanlr. +50628 Abanoz Tm odunlarn en parlak ve gls.| Abanoz aksesuarlara eklenebilir. +50629 nci Sedeften retilen, zarif ekilde parldayan, mcevherlerin mcevheridir. +50630 Beyaz Altn Dayankl, beyazlatrlm bu altn mcevher yapmnda sevilerek kullanlr. +50631 Kristal Farkl renklerde olabilen kristal kuvars. Mcevher yapmnda ska kullanlr. +50632 Ametist Mor kuartz.| Ametist aksesuarlara eklenebilir. +50633 Cennetin Gzya Cennetten kristallemi yamur | Cennetin gz aksesuarlara eklenebilir. +50634 Ruh Kristali Bu kristal ruh kadar saf. Mcevher retiminde kullanlabilir. +50635 Yakut zenle yontulmu bir krmz cevher. Deerli bir tak haline getirilebilir. +50636 Grena zenle yontulmu turuncu bir cevher. Deerli bir tak haline getirilebilir. +50637 Zmrt zenle yontulmu bir yeil cevher. Deerli bir tak haline getirilebilir. +50638 Safir zenle yontulmu bir mavi cevher. Deerli bir tak haline getirilebilir. +50639 Turmalin Gzleri byleyen bu cevher gkkua renklerinde ldyor. Mcevher retiminde kullanlabilir. +50701 eftali iei Gemite eftali ieklerinden cilt kremi yaplrd. Aratrma +50702 aniei Bu iek ok yaygndr ve souk algnl ile ksre iyi gelir. Aratrma +50703 Kaki iei Bir efsane derki eer bir kadn bu iei boynuna takarsa bir erkek ocuk sahibi olur. Aratrma +50704 Gango Kk Gango-kk baklk sistemini ve vcudun kendini yenileme sistemini glendirir. Aratrma +50705 Leylak Bu bitki konsantrasyonu ve hafzay glendirir. Aratrma +50706 Tue Mantar Bu mantar tedavi edici olarak kullanlr ve uykusuzlua iyi gelir. Aratrma +50707 Alp Gl Bu bitki sinir sistemini glendirir. Aratrma +50708 Dut Dutlar g verir ve canlandrr. Aratrma +50709 Hindiba Hindiba boaz arsna iyi gelir ve tatldr. Aratrma +50710 Devedikeni Bu bitki kemikleri glendirir. Aratrma +50711 Hurma Bu meyve lezzetlidir ve bir ok blgede ana besin kaynadr. Aratrma +50712 Sam-Zi Bitkisi Bu nadir bitki doru kullanlrsa glendirir. Aratrma +50721 eftali iei Gemite eftali ieklerinden cilt kremi yaplrd. ksir Oluturma +50722 aniei Bu iek ok yaygndr ve souk algnl ile ksre iyi gelir. ksir Oluturma +50723 Kaki iei Bir efsane der ki eer bir kadn bu iei boynuna takarsa bir erkek ocuk sahibi olur. ksir Oluturma +50724 Gango Kk Gango-kk baklk sistemini ve vcudun kendini yenileme sistemini glendirir. ksir Oluturma +50725 Leylak Bu bitki konsantrasyonu ve hafzay glendirir. ksir Oluturma +50726 Tue Mantar Bu mantar tedavi edici olarak kullanlr ve uykusuzlua iyi gelir. ksir Oluturma +50727 Alp Gl Bu bitki sinir sistemini glendirir. ksir Oluturma +50728 Dut Dutlar g verir ve canlandrr. ksir Oluturma +50729 Hindiba Hindiba boaz arsna iyi gelir ve tatldr. ksir Oluturma +50730 Devedikeni Bu bitki kemikleri glendirir. ksir Oluturma +50731 Hurma Bu meyve lezzetlidir ve bir ok blgede ana besin kaynadr. ksir Oluturma +50732 Sam-Zi Bitkisi Bu nadir bitki doru kullanlrsa glendirir. ksir Oluturma +50801 eftali iei Suyu Bu eftali ieklerinden yaplan bir sudur. Fiziksel gcn gelitirir. +50802 aniei Suyu anieinden yaplan su gcnz 3 dakika iin 5 puan arttrr. +50803 Kaki iei Suyu Kaki ieklerinden yaplan bir sudur. Konsantrasyon seviyeni artrr. +50804 Gango Kk Suyu Gango kklerinden yaplan bir sudur. Yaralar iyiletirir. +50805 Leylak Suyu Leylaktan yaplan su. +50806 Tue Mantar Reinesi Tue mantarlarndan yaplm reine, uykusuzlua iyi gelir. +50807 Alp Gl Suyu Alp gllerinden yaplan su, sinir sistemini glendirir. +50808 Dut Suyu Dutlardan yaplan su, canlandrr. +50809 Hindiba Suyu Hindibadan yaplan su, souk algnlna iyi gelir. +50810 Devedikeni Suyu Devedikeninden yaplan su, kemikleri glendirir. +50811 Hurma z Hurmadan yaplan su, doyurucudur. +50812 Sam-Zi Bitkisi Suyu Sam-zi bitkisinden yaplan su, glendirir. +50813 Sim Suyu Bu iksir eftali iei suyundan ve leylaktan yaplmtr. 3 dakika iin %10 daha iyi hedef alma ans verir. +50814 Dok-Suyu Bu iksir aniei suyu ve leylaktan yaplmtr. Kritik vuru ansnz 3 dakika iin %10 artrr. +50815 Bo Suyu Bu iksir kaki iei suyundan ve tue-mantarlarndan yaplmtr. Beyninizi glendirir. +50816 Yng Suyu Bu iksir gango kklerinden ve tue mantarlarndan yaplmtr. Fiziksel ve zihinsel performansnz artrr. +50817 Zin Suyu Bu iksir Sim-suyundan ve alp glnden yaplmtr. Saldr deerinizi 3 dakika iin 50 puan arttrr. +50818 Sambo Suyu Bu iksir Dok-suyu ve Alp Glnden yaplmtr. Savunmanz 3 dakika iin 70 puan arttrr. +50819 Mong Suyu Bu iksir Bo-suyundan ve dutlardan yaplmtr. By savunmanz 3 dakika iin %10 arttrr. +50820 Hwal Suyu Bu iksir yng suyu ve dutlardan yaplmtr. Saldr hznz 3 dakika iin 3 puan arttrr. +50901 Bo ie ksirleri hazrlamak iin gerekli. +50902 Acemiler in Reete Kolay edinilebilen, acemilerce yaplm reete. +50903 Reete Biraz altrma gerektiren reete. +50904 Uzman Reetesi Doru olarak yaplmas sadece uzmanlar tarafndan mmkn olan reete. +50905 Sim Suyu Reetesi eftali iei Suyu ve Leylak karmn anlatan reete. +50906 Dok Suyu Reetesi aniei suyu ve leylak karmn anlatan reete. +50907 Bo Suyu Reetesi Kaki iei suyu ve Tue Mantar karmn anlatan reete. +50908 Yng Suyu Reetesi Gango Kk Suyu ve Tue Mantar karmn anlatan reete. +50909 Zin Suyu Reetesi eftali iei Suyu, Alp Gl ve Leylak karmn anlatan reete. +50910 Hwal SuyuReetesi Gango kk suyu, Tue mantar ve dut karmn anlatan reete. +51001 Enerji Paras Enerji kristaline ait para. 30 tanesiyle bir kristal retilebilir. +51002 Enerji Kristali Bu kristal iki saat boyunca bonuslarn artrr. +51501 Cor Draconis (ilenmemi) Kristal ejderha kalbi ilenmemi snfndan rastgele bir ejderha ta ierir. +51502 Cor Draconis (ilenmemi) Kristal ejderha kalbi ilenmemi snfndan rastgele bir ejderha ta ierir. +51503 Cor Draconis (normal) Kristal ejderha kalbi. Rtbe: normal. lenmemi ile yontulmu snflar arasnda mat bir ejderha ta ierir. +51504 Cor Draconis (soylu) Kristal ejderha kalbi. Rtbe: soylu. lenmemi ile ender snflar arasnda mat bir ejderha ta ierir. +51505 Cor Draconis (deerli) Kristal ejderha kalbi. Rtbe: deerli. lenmemi ile antika snflar arasnda mat bir ejderha ta ierir. +51506 Cor Draconis (destans) Kristal ejderha kalbi. Rtbe: destans. lenmemi ile efsanevi snflar arasnda mat bir ejderha ta ierir. +51507 Cor Draconis (yontulmu) Kristal ejderha kalbi yontulmu snfndan rastgele bir ejderha ta ierir. +51508 Cor Draconis (ender) Kristal ejderha kalbi ender snfndan rastgele bir ejderha ta ierir. +51509 Cor Draconis (antika) Kristal ejderha kalbi antika snfndan rastgele bir ejderha ta ierir. +51510 Cor Draconis (efsanevi) Kristal ejderha kalbi efsanevi snfndan rastgele bir ejderha ta ierir. +51511 Cor Diamas Beyaz Cor Draconis. Rastgele bir ejderha elmas ierir. +51512 Cor Rubinum Krmz Cor Draconis. Rastgele bir ejderha yakutu ierir. +51513 Cor Jadeit Yeil Cor Draconis. Rastgele bir ejderha yeimi ierir. +51514 Cor Saphirum Mavi Cor Draconis. Rastgele bir ejderha safiri ierir. +51515 Cor Granatum Turuncu renkli Cor Draconis. Rastgele bir ejderha grenas ierir. +51516 Cor Atrum Siyah Cor Draconis. Rastgele bir ejderha oniksi ierir. +51517 Cor Diamas (normal) Beyaz Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda mat bir ejderha elmas ierir. +51518 Cor Rubinum (normal) Krmz Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda mat bir ejderha yakutu ierir. +51519 Cor Jadeit (normal) Yeil Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda mat bir ejderha yeimi ierir. +51520 Cor Saphirum (normal) Mavi Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda mat bir ejderha safiri ierir. +51521 Cor Granatum (normal) Turuncu Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda mat bir ejderha grenas ierir. +51522 Cor Atrum (normal) Siyah Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda mat bir ejderha oniksi ierir. +51523 Cor Diamas (soylu) Beyaz Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda mat bir ejderha elmas ierir. +51524 Cor Rubinum (soylu) Krmz Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda mat bir ejderha yakutu ierir. +51525 Cor Jadeit (soylu) Yeil Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda mat bir ejderha yeimi ierir. +51526 Cor Saphirum (soylu) Mavi Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda mat bir ejderha safiri ierir. +51527 Cor Granatum (soylu) Turuncu Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda mat bir ejderha grenas ierir. +51528 Cor Atrum (deerli) Siyah Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda mat bir ejderha oniksi ierir. +51529 Cor Diamas (deerli) Beyaz Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda mat bir ejderha elmas ierir. +51530 Cor Rubinum (deerli) Krmz Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda mat bir ejderha yakutu ierir. +51531 Cor Jadeit (deerli) Yeil Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda mat bir ejderha yeimi ierir. +51532 Cor Saphirum (deerli) Mavi Cor Draconis. Rtbe: soylu. lenmemi ile antika snflar arasnda mat bir ejderha safiri ierir. +51533 Cor Granatum (deerli) Turuncu Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda mat bir ejderha grenas ierir. +51534 Cor Atrum (deerli) Siyah Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda mat bir ejderha oniksi ierir. +51535 Cor Diamas (kusursuz) Beyaz Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda mat bir ejderha elmas ierir. +51536 Cor Rubinum (kusursuz) Krmz Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda mat bir ejderha yakutu ierir. +51537 Cor Jadeit (kusursuz) Yeil Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda mat bir ejderha yeimi ierir. +51538 Cor Saphirum (kusursuz) Mavi Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda mat bir ejderha safiri ierir. +51539 Cor Granatum (kusursuz) Turuncu Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda mat bir ejderha grenas ierir. +51540 Cor Atrum (kusursuz) Siyah Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda mat bir ejderha oniksi ierir. +51541 Cor Draconis (kor) Kristal ejderha kalbi. Rtbe: kor. Yontulmu ile ender snflar arasnda mat bir ejderha elmas ierir. +51542 Cor Diamas (kor) Beyaz Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda mat bir ejderha elmas ierir. +51543 Cor Rubinum (kor) Krmz Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda mat bir ejderha yakutu ierir. +51544 Cor Jadeit (kor) Yeil Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda mat bir ejderha yeimi ierir. +51545 Cor Saphirum (kor) Mavi Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda mat bir ejderha safiri ierir. +51546 Cor Granatum (kor) Turuncu Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda mat bir ejderha grenas ierir. +51547 Cor Atrum (kor) Siyah Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda mat bir ejderha oniksi ierir. +51548 Cor Draconis (kusursuz) Kristal ejderha kalbi. Rtbe: Kusursuz. lenmemi ile efsanevi snflar arasnda mat bir ejderha ta ierir. +51549 Cor Draconis (sonsuz) Kristal ejderha kalbi. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda mat bir ejderha ta ierir. +51550 Cor Diamas (sonsuz) Beyaz Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda mat bir ejderha elmas ierir. +51551 Cor Rubinum (sonsuz) Krmz Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda mat bir ejderha yakutu ierir. +51552 Cor Jadeit (sonsuz) Yeil Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda mat bir ejderha yeimi ierir. +51553 Cor Saphirum (sonsuz) Mavi Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda mat bir ejderha safiri ierir. +51554 Cor Granatum (sonsuz) Turuncu Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda mat bir ejderha grenas ierir. +51555 Cor Atrum (sonsuz) Siyah Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda mat bir ejderha oniksi ierir. +51556 Cor Diamas (destans) Beyaz Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda mat bir ejderha elmas ierir. +51557 Cor Rubinum (destans) Krmz Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda mat bir ejderha yakutu ierir. +51558 Cor Jadeit (destans) Yeil Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda mat bir ejderha yeimi ierir. +51559 Cor Saphirum (destans) Mavi Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda mat bir ejderha safiri ierir. +51560 Cor Granatum (destans) Turuncu Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda mat bir ejderha grenas ierir. +51561 Cor Atrum (destans) Siyah Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda mat bir ejderha oniksi ierir. +51562 Cor Draconis (epik) Kristal ejderha kalbi. Rtbe: epik. Ender ile antika snflar arasnda mat bir ejderha ta ierir. +51563 Cor Diamas (epik) Beyaz Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda mat bir ejderha elmas ierir. +51564 Cor Rubinum (epik) Krmz Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda mat bir ejderha yakutu ierir. +51565 Cor Jadeit (epik) Yeil Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda mat bir ejderha yeimi ierir. +51566 Cor Saphirum (epik) Mavi Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda mat bir ejderha safiri ierir. +51567 Cor Granatum (epik) Turuncu Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda mat bir ejderha grenas ierir. +51568 Cor Atrum (epik) Siyah Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda mat bir ejderha oniksi ierir. +51569 Cor Draconis (tanrsal) Kristal ejderha kalbi. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda mat bir ejderha ta ierir. +51570 Cor Diamas (tanrsal) Beyaz Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda mat bir ejderha elmas ierir. +51571 Cor Rubinum (tanrsal) Krmz Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda mat bir ejderha yakutu ierir. +51572 Cor Jadeit (tanrsal) Yeil Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda mat bir ejderha yeimi ierir. +51573 Cor Saphirum (tanrsal) Mavi Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda mat bir ejderha safiri ierir. +51574 Cor Granatum (tanrsal) Turuncu Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda mat bir ejderha grenas ierir. +51575 Cor Atrum (tanrsal) Siyah Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda mat bir ejderha oniksi ierir. +51576 Cor Draconis+ (normal) Gl Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda rastgele bir saflk derecesine sahip ejderha ta ierir. +51577 Cor Diamas+ (normal) Gl Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda rastgele bir saflk derecesine sahip ejderha elmas ierir. +51578 Cor Rubinum+ (normal) Gl Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda rastgele bir saflk derecesine sahip ejderha yakutu ierir. +51579 Cor Jadeit+ (normal) Gl Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda rastgele bir saflk derecesine sahip ejderha yeimi ierir. +51580 Cor Saphirum+ (normal) Gl Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda rastgele bir saflk derecesine sahip ejderha safiri ierir. +51581 Cor Granatum+ (normal) Gl Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda rastgele bir saflk derecesine sahip ejderha grenas ierir. +51582 Cor Atrum+ (normal) Gl Cor Draconis. Rtbe: normal. lenmemi ile yontulmu snflar arasnda rastgele bir saflk derecesine sahip ejderha oniksi ierir. +51583 Cor Draconis+ (soylu) Gl Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha ta ierir. +51584 Cor Diamas+ (soylu) Gl Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha elmas ierir. +51585 Cor Rubinum+ (soylu) Gl Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha yakutu ierir. +51586 Cor Jadeit+ (soylu) Gl Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha yeimi ierir. +51587 Cor Saphirum+ (soylu) Gl Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha safiri ierir. +51588 Cor Granatum+ (soylu) Gl Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha grenas ierir. +51589 Cor Atrum+ (soylu) Gl Cor Draconis. Rtbe: soylu. lenmemi ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha oniksi ierir. +51590 Cor Draconis+ (deerli) Gl Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha ta ierir. +51591 Cor Diamas+ (deerli) Gl Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha elmas ierir. +51592 Cor Rubinum+ (deerli) Gl Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha yakutu ierir. +51593 Cor Jadeit+ (deerli) Gl Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha yeimi ierir. +51594 Cor Saphirum+ (deerli) Gl Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha safiri ierir. +51595 Cor Granatum+ (deerli) Gl Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha grenas ierir. +51596 Cor Atrum+ (deerli) Gl Cor Draconis. Rtbe: deerli. lenmemi ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha oniksi ierir. +51597 Cor Draconis+ (kusursuz) Gl Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha ta ierir. +51598 Cor Diamas+ (kusursuz) Gl Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha elmas ierir. +51599 Cor Rubinum+ (kusursuz) Gl Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha yakutu ierir. +51600 Cor Jadeit+ (kusursuz) Gl Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha yeimi ierir. +51601 Cor Saphirum+ (kusursuz) Gl Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha safiri ierir. +51602 Cor Granatum+ (kusursuz) Gl Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha grenas ierir. +51603 Cor Atrum+ (kusursuz) Gl Cor Draconis. Rtbe: kusursuz. lenmemi ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha oniksi ierir. +51604 Cor Draconis+ (kor) Gl Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha ta ierir. +51605 Cor Diamas+ (kor) Gl Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha elmas ierir. +51606 Cor Rubinum+ (kor) Gl Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha yakutu ierir. +51607 Cor Jadeit+ (kor) Gl Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha yeimi ierir. +51608 Cor Saphirum+ (kor) Gl Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha safiri ierir. +51609 Cor Granatum+ (kor) Gl Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha grenas ierir. +51610 Cor Atrum+ (kor) Gl Cor Draconis. Rtbe: kor. Yontulmu ile ender snflar arasnda rastgele bir saflk derecesine sahip ejderha oniksi ierir. +51611 Cor Draconis+ (sonsuz) Gl Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha ta ierir. +51612 Cor Diamas+ (sonsuz) Gl Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha elmas ierir. +51613 Cor Rubinum+ (sonsuz) Gl Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha yakutu ierir. +51614 Cor Jadeit+ (sonsuz) Gl Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha yeimi ierir. +51615 Cor Saphirum+ (sonsuz) Gl Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha safiri ierir. +51616 Cor Granatum+ (sonsuz) Gl Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha grenas ierir. +51617 Cor Atrum+ (sonsuz) Gl Cor Draconis. Rtbe: sonsuz. Yontulmu ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha oniksi ierir. +51618 Cor Draconis+ (destans) Gl Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha ta ierir. +51619 Cor Diamas+ (destans) Gl Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha elmas ierir. +51620 Cor Rubinum+ (destans) Gl Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha yakutu ierir. +51621 Cor Jadeit+ (destans) Gl Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha yeimi ierir. +51622 Cor Saphirum+ (destans) Gl Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha safiri ierir. +51623 Cor Granatum+ (destans) Gl Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha grenas ierir. +51624 Cor Atrum+ (destans) Gl Cor Draconis. Rtbe: destans. Yontulmu ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha oniksi ierir. +51625 Cor Draconis+ (epik) Gl Cor Draconis. Rtbe: destans. Ender ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha ta ierir. +51626 Cor Diamas+ (epik) Gl Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha elmas ierir. +51627 Cor Rubinum+ (epik) Gl Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha yakutu ierir. +51628 Cor Jadeit+ (epik) Gl Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha yeimi ierir. +51629 Cor Saphirum+ (epik) Gl Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha safiri ierir. +51630 Cor Granatum+ (epik) Gl Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha grenas ierir. +51631 Cor Atrum+ (epik) Gl Cor Draconis. Rtbe: epik. Ender ile antika snflar arasnda rastgele bir saflk derecesine sahip ejderha oniksi ierir. +51632 Cor Draconis+ (tanrsal) Gl Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha ta ierir. +51633 Cor Diamas+ (tanrsal) Gl Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha elmas ierir. +51634 Cor Rubinum+ (tanrsal) Gl Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha yakutu ierir. +51635 Cor Jadeit+ (tanrsal) Gl Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha yeimi ierir. +51636 Cor Saphirum+ (tanrsal) Gl Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha safiri ierir. +51637 Cor Granatum+ (tanrsal) Gl Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha grenas ierir. +51638 Cor Atrum+ (tanrsal) Gl Cor Draconis. Rtbe: tanrsal. Ender ile efsanevi snflar arasnda rastgele bir saflk derecesine sahip ejderha oniksi ierir. +51639 Ejderha Kutusu Bu ak mavi kutu 11 normal Cor Draconis ierir. +51640 Ejderha Kutusu+ Bu ak mavi kutu "normal" rtbeli 11 gl Cor Draconis ve bir yeil ejderha fasulyesi ierir. +51641 Ejderha Kutusu+ (renkli) Bu ak mavi kutu "normal" rtbeli her renkten bir gl Cor Draconis ve bir yeil ejderha fasulyesi ierir. +51642 Ejderha Kutusu (renkli) Bu ak mavi kutu her renkten normal bir Cor Draconis ve bir yeil ejderha fasulyesi ierir. +51643 Soylu Ejderha Kutusu Bu ak mavi kutu 11 soylu Cor Draconis ierir. +51644 Soylu Ejderha Kutusu+ Bu ak mavi kutu "soylu" rtbeli 11 gl Cor Draconis ve bir yeil ejderha fasulyesi ierir. +51645 Syl. Ej. Kutusu+(renkli) Bu ak mavi kutu "soylu" rtbeli her renkten bir gl Cor Draconis ve bir yeil ejderha fasulyesi ierir. +51646 Syl. Ejd. Kutusu(renkli) Bu ak mavi kutu her renkten soylu bir Cor Draconis ve bir yeil ejderha fasulyesi ierir. +52001 Yavru Yaban Domuzu;Mhr Mhr, yavru yaban domuzunu arr. Sava eitimi aldktan sonra binicisine canavarlara kar %5 oranna kadar g verir. +52002 Yavru Yaban Domuzu;Mhr Mhr, yavru yaban domuzunu arr. Sava eitimi aldktan sonra tecrbe kazanmn %5 oranna kadar artrr. +52003 Yavru Yaban Domuzu;Mhr Mhr, yavru yaban domuzunu arr. Sava eitimi aldktan sonra binicisinin HP'sini 500 oranna kadar artrr. +52004 Yavru Yaban Domuzu;Mhr Mhr, yavru yaban domuzunu arr. Sava eitimi aldktan sonra binicisinin savunma deerlerini 150 oranna kadar artrr. +52005 Yavru Yaban Domuzu;Mhr Mhr, yavru yaban domuzunu arr. Sava eitimi aldktan sonra binicisinin saldr deerlerini 100 oranna kadar artrr. +52006 Vahi Yaban Domuzu;Mhr Mhr, vahi yaban domuzunu arr. Sava eitimi aldktan sonra binicisine canavarlara kar +%3 g verir. +52007 Vahi Yaban Domuzu;Mhr Mhr, tecrbe kazanmn %3 artran vahi yaban domuzunu arr. +52008 Vahi Yaban Domuzu;Mhr Mhr, binicisinin HP'sini 250 artran vahi yaban domuzunu arr. +52009 Vahi Yaban Domuzu;Mhr Mhr, binicisinin savunma deerini 50 artran vahi yaban domuzunu arr. +52010 Vahi Yaban Domuzu;Mhr Mhr, binicisinin saldr deerini 30 artran vahi yaban domuzunu arr. +52011 Cesur Yaban Domuzu;Mhr Mhr, binicisine canavarlara kar +%5 g veren cesur yaban domuzunu arr. +52012 Cesur Yaban Domuzu;Mhr Mhr, tecrbe kazanmn %5 artran cesur yaban domuzunu arr. +52013 Cesur Yaban Domuzu;Mhr Mhr, binicisinin HP'sini 500 kadar artran cesur yaban domuzunu arr. +52014 Cesur Yaban Domuzu;Mhr Mhr, binicisinin savunma deerini 150 kadar artran cesur yaban domuzunu arr. +52015 Cesur Yaban Domuzu;Mhr Mhr, binicisinin saldr deerini 100 kadar artran cesur yaban domuzunu arr. +52016 Yavru Kurt; Mhr Mhr, yavru kurdunu arr. Sava eitimi aldktan sonra binicisine canavarlara kar %5 oranna kadar g verir. +52017 Yavru Kurt; Mhr Mhr, yavru kurdunu arr. Sava eitimi aldktan sonra tecrbe kazanmn %5 oranna kadar artrr. +52018 Yavru Kurt; Mhr Mhr, yavru kurdunu arr. Sava eitimi aldktan sonra binicisinin HP'sini 500 oranna kadar artrr. +52019 Yavru Kurt; Mhr Mhr, yavru kurdunu arr. Sava eitimi aldktan sonra binicisinin savunma deerini 150 oranna kadar artrr. +52020 Yavru Kurt; Mhr Mhr, yavru kurdunu arr. Sava eitimi aldktan sonra binicisinin saldr deerini 100 oranna kadar artrr. +52021 Vahi Kurt; Mhr Mhr, binicisine canavarlara kar +%3 g veren vahi kurdunu arr. +52022 Vahi Kurt; Mhr Mhr, tecrbe kazanmn %3 artran vahi kurdunu arr. +52023 Vahi Kurt; Mhr Mhr, binicisinin HP'sini 250 artran vahi kurdunu arr. +52024 Vahi Kurt; Mhr Mhr, binicisinin savunma deerini 50 artran vahi kurdunu arr. +52025 Vahi Kurt; Mhr Mhr, binicisinin saldr deerini 30 artran vahi kurdunu arr. +52026 Cesur Kurt; Mhr Mhr, binicisine canavarlara kar +%5 g veren cesur kurdunu arr. +52027 Cesur Kurt; Mhr Mhr, tecrbe kazanmn %5 artran cesur kurdunu arr. +52028 Cesur Kurt; Mhr Mhr, binicisinin HP'sini 500 kadar artran cesur kurdunu arr. +52029 Cesur Kurt; Mhr Mhr, binicisinin savunma deerini 150 artran cesur kurdunu arr. +52030 Cesur Kurt; Mhr Mhr, binicisinin saldr deerini 100 artran cesur kurdunu arr. +52031 Yavru Aslan; Mhr Mhr, yavru aslann arr. Sava eitimi aldktan sonra binicisine canavarlara kar %5 oranna kadar g verir. +52032 Yavru Aslan; Mhr Mhr, yavru aslann arr. Sava eitimi aldktan sonra tecrbe kazanmn %5 oranna kadar artrr. +52033 Yavru Aslan; Mhr Mhr, yavru aslann arr. Sava eitimi aldktan sonra binicisinin HP'sini 500 oranna kadar artrr. +52034 Yavru Aslan; Mhr Mhr, yavru aslann arr. Sava eitimi aldktan sonra binicisinin savunma deerini 150 oranna kadar artrr. +52035 Yavru Aslan; Mhr Mhr, yavru aslann arr. Sava eitimi aldktan sonra binicisinin saldr deerini 100 oranna kadar artrr. +52036 Vahi Aslan; Mhr Mhr, binicisine canavarlara kar +%3 g veren vahi aslann arr. +52037 Vahi Aslan; Mhr Mhr, tecrbe kazanmn %3 artran vahi aslann arr. +52038 Vahi Aslan; Mhr Mhr, binicisinin HP'sini 250 artran vahi aslann arr. +52039 Vahi Aslan; Mhr Mhr, binicisinin savunma deerini 50 artran vahi aslann arr. +52040 Vahi Aslan; Mhr Mhr, binicisinin saldr deerini 30 artran vahi aslann arr. +52041 Cesur Aslan; Mhr Mhr, binicisine canavarlara kar +%5 g veren cesur aslann arr. +52042 Cesur Aslan; Mhr Mhr, tecrbe kazanmn %5 artran cesur aslann arr. +52043 Cesur Aslan; Mhr Mhr, binicisinin HP'sini 500 artran cesur aslann arr. +52044 Cesur Aslan; Mhr Mhr, binicisinin savunma deerini 150 artran cesur aslann arr. +52045 Cesur Aslan; Mhr Mhr, binicisinin saldr deerini 100 artran cesur aslann arr. +52046 Yavru Kaplan; Mhr Mhr, yavru kaplann arr. Sava eitimi aldktan sonra binicisine canavarlara kar %5 oranna kadar g verir. +52047 Yavru Kaplan; Mhr Mhr, yavru kaplann arr. Sava eitimi aldktan sonra tecrbe kazanmn %5 oranna kadar artrr. +52048 Yavru Kaplan; Mhr Mhr, yavru kaplann arr. Sava eitimi aldktan sonra binicisinin HP'sini 500 oranna kadar artrr. +52049 Yavru Kaplan; Mhr Mhr, yavru kaplann arr. Sava eitimi aldktan sonra binicisinin savunma deerini 150 oranna kadar artrr. +52050 Yavru Kaplan Mhr Mhr, yavru kaplann arr. Sava eimiti aldktan sonra binicisinin saldr deerini 100 oranna kadar artrr. +52051 Vahi Kaplan Mhr Mhr, binicisine canavarlara kar +%3 g veren vahi kaplann arr. +52052 Vahi Kaplan Mhr Mhr, tecrbe kazanmay %3 artran vahi kaplann arr. +52053 Vahi Kaplan Mhr Mhr, binicisinin HP'sini 250 artran vahi kaplann arr. +52054 Vahi Kaplan Mhr Mhr, binicisinin savunma deerini 50 artran vahi kaplann arr. +52055 Vahi Kaplan Mhr Mhr, binicisinin saldr deerini 30 artran vahi kaplann arr. +52056 Cesur Kaplan Mhr Mhr, binicisine canavarlara kar +%5 g veren cesur kaplann arr. +52057 Cesur Kaplan Mhr Mhr, tecrbe kazanmay %5 artran cesur kaplann arr. +52058 Cesur Kaplan Mhr Mhr, binicisinin HP'sini 500 artran cesur kaplann arr. +52059 Cesur Kaplan Mhr Mhr, binicisinin savunma deerini 150 artran cesur kaplann arr. +52060 Cesur Kaplan Mhr Mhr, binicisinin saldr deerini 100 artran cesur kaplann arr. +52061 Yavru Ren Geyii Mhr Mhr, yavru ren geyiini (e) arr. Sava eimiti aldktan sonra binicisine canavarlara kar %5 oranna kadar g verir. +52062 Yavru Ren Geyii Mhr Mhr, yavru ren geyiini (e) arr. Sava eimiti aldktan sonra tecrbe kazanmay %5 oranna kadar artrr. +52063 Yavru Ren Geyii Mhr Mhr, yavru ren geyiini (e) arr. Sava eimiti aldktan sonra binicisinin HP'sini 500 oranna kadar artrr. +52064 Yavru Ren Geyii Mhr Mhr, yavru ren geyiini (e) arr. Sava eimiti aldktan sonra binicisinin savunma deerini 150 oranna kadar artrr. +52065 Yavru Ren Geyii Mhr Mhr, yavru ren geyiini (e) arr. Sava eimiti aldktan sonra binicisinin saldr deerini 100 oranna kadar artrr. +52066 Yabani Ren Geyii Mhr Bu mhr yabani ren geyiini (e) arr: Binicisine canavarlara kar +%3 g verir. +52067 Yabani Ren Geyii Mhr Bu mhr yabani ren geyiini (e) arr. Tecrbe kazanmay %3 artrr. +52068 Yabani Ren Geyii Mhr Mhr, binicisinin HP'sini 250 artran yabani ren geyiini (e) arr. +52069 Yabani Ren Geyii Mhr Mhr, binicisinin savunma deerini 50 artran yabani ren geyiini (e) arr. +52070 Yabani Ren Geyii Mhr Mhr, binicisinin saldr deerini 30 artran yabani ren geyiini (e) arr. +52071 Cesur Ren Geyii Mhr Bu mhr cesur ren geyiini (e) arr. Binicisine canavarlara kar +%5 g verir. +52072 Cesur Ren Geyii Mhr Bu mhr cesur ren geyiini (e) arr. Tecrbe kazanmay %5 artrr. +52073 Cesur Ren Geyii Mhr Mhr, binicisinin HP'sini 500 artran cesur ren geyiini (e) arr. +52074 Cesur Ren Geyii Mhr Mhr, binicisinin savunma deerini 150 artran cesur ren geyiini (e) arr. +52075 Cesur Ren Geyii Mhr Mhr, binicisinin saldr deerini 100 artran cesur ren geyiini (e) arr. +52076 Yavru Ren Geyii Mhr Mhr, yavru ren geyiini (d) arr. Sava eimiti aldktan sonra binicisine canavarlara kar %5 oranna kadar g verir. +52077 Yavru Ren Geyii Mhr Mhr, yavru ren geyiini (d) arr. Sava eimiti aldktan sonra tecrbe kazanmay %5 oranna kadar artrr. +52078 Yavru Ren Geyii Mhr Mhr, yavru ren geyiini (d) arr. Sava eimiti aldktan sonra binicisinin HP'sini 500 oranna kadar artrr. +52079 Yavru Ren Geyii Mhr Mhr, yavru ren geyiini (d) arr. Sava eimiti aldktan sonra binicisinin savunma deerini 150 oranna kadar artrr. +52080 Yavru Ren Geyii Mhr Mhr, yavru ren geyiini (d) arr. Sava eimiti aldktan sonra binicisinin saldr deerini 100 oranna kadar artrr. +52081 Yabani Ren Geyii Mhr Bu mhr yabani ren geyiini (d) arr: Binicisine canavarlara kar +%3 g verir. +52082 Yabani Ren Geyii Mhr Mhr, tecrbe kazanmay %3 artran yabani ren geyiini (d) arr. +52083 Yabani Ren Geyii Mhr Mhr, binicisinin HP'sini 250 artran yabani ren geyiini (d) arr. +52084 Yabani Ren Geyii Mhr Mhr, binicisinin savunma deerini 50 artran yabani ren geyiini (d) arr. +52085 Yabani Ren Geyii Mhr Mhr, binicisinin saldr deerini 30 artran yabani ren geyiini (d) arr. +52086 Cesur Ren Geyii Mhr Bu mhr cesur ren geyiini (d) arr. Binicisine canavarlara kar +%5 g verir. +52087 Cesur Ren Geyii Mhr Mhr, tecrbe kazanmn %5 artran cesur ren geyiini (d) arr. +52088 Cesur Ren Geyii Mhr Mhr, binicisinin HP'sini 500 artran cesur ren geyiini (d) arr. +52089 Cesur Ren Geyii Mhr Mhr, binicisinin savunma deerini 150 artran cesur ren geyiini (d) arr. +52090 Cesur Ren Geyii Mhr Mhr, binicisinin saldr deerini 100 artran cesur ren geyiini (d) arr. +52091 Gen Ejdercik Mhr Mhrle Gen Ejderciini yanna arabilirsin. Dv eitiminden sonra binicisine, canavarlara kar %5'e kadar g kazandrr. +52092 Gen Ejdercik Mhr Mhrle Gen Ejderciini yanna arabilirsin. Dv eitiminden sonra tecrbe kazanmn %5'e kadar artrr. +52093 Gen Ejdercik Mhr Mhrle Gen Ejderciini yanna arabilirsin. Dv eitiminden sonra binicisinin HP'sini 500 kadar artrr. +52094 Gen Ejdercik Mhr Mhrle Gen Ejderciini yanna arabilirsin. Dv eitiminden sonra binicisinin savunma deerini 150 kadar artrr. +52095 Gen Ejdercik Mhr Mhrle Gen Ejderciini yanna arabilirsin. Dv eitiminden sonra binicisinin saldr deerini 100 kadar artrr. +52096 Vahi Ejdercik Mhr Mhrle Vahi Ejderciini yanna arabilirsin. Binicisine, canavarlara kar %3'e kadar g kazandrr. +52097 Vahi Ejdercik Mhr Mhrle Vahi Ejderciini yanna arabilirsin. Tecrbe kazanmn %5'e kadar artrr. +52098 Vahi Ejdercik Mhr Mhrle Vahi Ejderciini yanna arabilirsin. Binicisinin HP'sini 250 kadar artrr. +52099 Vahi Ejdercik Mhr Mhrle Gen Ejderciini yanna arabilirsin. Binicisinin savunma deerini 50 kadar artrr. +52100 Vahi Ejdercik Mhr Mhrle Vahi Ejderciini yanna arabilirsin. Binicisinin saldr deerini 30 kadar artrr. +52101 Cesur Ejdercik Mhr Mhrle Cesur Ejderciini yanna arabilirsin. Binicisine, canavarlara kar +%5'e kadar g kazandrr. +52102 Cesur Ejdercik Mhr Mhrle Cesur Ejderciini yanna arabilirsin.Tecrbe kazanmn %5'e kadar artrr. +52103 Cesur Ejdercik Mhr Mhrle Cesur Ejderciini yanna arabilirsin. Binicisinin HP'sini 500 kadar artrr. +52104 Cesur Ejdercik Mhr Mhrle Cesur Ejderciini yanna arabilirsin. Binicisinin savunma deerini 150 kadar artrr. +52105 Cesur Ejdercik Mhr Mhrle Cesur Ejderciini yanna arabilirsin. Binicisinin saldr deerini 100 kadar artrr. +52106 Gen Moa (Mhr) Mhr, Gen Moa'y arman salar. Dv eitiminden sonra binicisine canavarlara kar %5 g kazandrr. +52107 Gen Moa (Mhr) Mhr, Gen Moa'y arman salar. Dv eitiminden sonra tecrbe toplamay %5'e kadar artrr. +52108 Gen Moa (Mhr) Mhr, Gen Moa'y arman salar. Dv eitiminden sonra binicisinin HP'sini 500'e kadar artrr. +52109 Gen Moa (Mhr) Mhr, Gen Moa'y arman salar. Dv eitiminden sonra binicisinin savunma deerini 150'ye kadar artrr. +52110 Gen Moa (Mhr) Mhr, Gen Moa'y arman salar. Dv eitiminden sonra binicisinin saldr deerini 100'ye kadar artrr. +52111 Vahi Moa (Mhr) Mhr, Vahi Moa'y arr. Binicisine canavarlara kar +%3 g kazandrr. +52112 Vahi Moa (Mhr) Mhr, Vahi Moa'y arr. Tecrbe toplamay %3 artrr. +52113 Vahi Moa (Mhr) Mhr, Vahi Moa'y arr. Binicisinin HP'sini 250 artrr. +52114 Vahi Moa (Mhr) Mhr, Vahi Moa'y arr. Binicisinin savunma deerini 50 artrr. +52115 Vahi Moa (Mhr) Mhr, Vahi Moa'y arr. Binicisinin saldr deerini 30 artrr. +52116 Cesur Moa (Mhr) Mhr, Cesur Moa'y arr. Binicisine canavarlara kar %5 g kazandrr. +52117 Cesur Moa (Mhr) Mhr, Cesur Moa'y arr. Tecrbe toplamay %5 artrr. +52118 Cesur Moa (Mhr) Mhr, Cesur Moa'y arr. Binicisinin HP'sini 500 artrr. +52119 Cesur Moa (Mhr) Mhr, Cesur Moa'y arr. Binicisinin savunma deerini 150 artrr. +52120 Cesur Moa (Mhr) Mhr, Cesur Moa'y arr. Binicisinin saldr deerini 100 artrr. +52701 Aslan Sertifikas Yavru aslan sertifikas. +52702 Kaplan Sertifikas Yavru kaplan sertifikas. +52703 Yaban Domuzu Sertifikas Yavru yaban domuzu sertifikas. +52704 Kurt Sertifikas Yavru kurt sertifikas. +52705 RenGeyii Sertifikas(e) Yavru ren geyii sertifikas (e). +52706 RenGeyii Sertifikas(d) Yavru ren geyii sertifikas (d). +52707 Ejdercik Sertifikas Gen Ejdercie sahip olduuna dair sertifika +52708 Moa Sertifikas Bu sertifikayla bir gen Moa sahibi olursun. +53001 +53002 Ren Geyii Yavrusu Mhr Bu mhrle sevimli ren geyii yavrusunu arabilirsin. +53003 Buz Ankas Mhr Bu mhrle Buz Ankas'n arabilirsin. +53005 Yavru Azrail eytan hakiminin minik cinsi son derece sadktr ve eytan Kulesi'nin ve eytan Katakombu'nun 2. katndan itibaren 1500 HP ve +%15 hasar bonus salar. +53006 Yavru Azrail (altn) eytan hakiminin minik versiyonu ok baldr ve eytan Kulesi'nin ile eytan Katakombu'nun 2. katndan sonra 1500 TP ve %15 Hasar bonusu verir. +53007 Bambi Mhr Rengeyii yavrusu Bambi'yi yanna aran bir mhr. +53008 Knuud Mhr Bu mhrle kutup ays yavrunu arabilirsin. +53009 Bao Bao Mhr Bu mhrle sevimli panda yavrunu arabilirsin. +53010 Leonidas Mhr Aslan yavrusu Leonidas' yanna aran bir mhr. +53011 Khan Mhr Kaplan yavrusu Khan' yanna aran bir mhr. +53012 Porki Mhr Yaban domuzu yavrusu Porki'yi yanna aran bir mhr. +53013 Rufus Mhr Kurt yavrusu Rufus'u yanna aran bir mhr. +53014 Cellatck Mhr Bu mhrle, siyah zrhl iko Cellatcn yanna arabilirsin. +53015 Cellatck Mhr (altn) Bu mhrle, altn zrhl iko Cellatcn yanna arabilirsin. +53016 Boney Mhr Bu mhrle kemikli petini arabilirsin. +53017 Yeim Ankas Mhr Bu mhr alml Yeim Ankas'n arr. +53018 Kar Leonidas (Mhr) Bu mhrle petini yanna arabilirsin. +53019 Arktik Khan (Mhr) Bu mhrle petini yanna arabilirsin. +53020 Kutup Porki (Mhr) Bu mhrle petini yanna arabilirsin. +53021 Ayaz Rufus (Mhr) Bu mhrle petini yanna arabilirsin. +53022 Sheldon Mhr Mhr, petin Sheldon'u yumurtadan karman salar. +53023 Cooper Mhr Mhr, petin Cooper'i tp tp yanna arr. +53024 Panter Yavrusu (7 gn) Bu mhr siyah Panter Yavrusu'nu yanna arr. +53025 Leopar Yavrusu (7 gn) Bu mhr irin Leopar Yavrusu'nu yanna arr. +53026 Pepita Mhr Ankan Pepita'y yanna aran bir mhr. +53218 Panter Yavrusu (30 gn) Bu mhr siyah Panter Yavrusu'nu yanna arr. +53219 Panter Yavrusu (120 gn) Bu mhr siyah Panter Yavrusu'nu yanna arr. +53220 Leopar Yavrusu (30 gn) Bu mhr irin Leopar Yavrusu'nu yanna arr. +53221 Leopar Yavrusu (120 gn) Bu mhr irin Leopar Yavrusu'nu yanna arr. +53222 Balkaba Mhr Bu mhrle balkaba kafan arabilirsin. +53223 Kk Sprgeci Mhr Bu mhrle kk sprgecini arabilirsin. +53224 Kar Tanesi Mhr Bu mhrle irin kardan adam yavrusunu, Kar Tanesi'ni arrsn. +53225 anck Mhr Bu mhrle neeli kardan adam yavrusunu, anck' arrsn. +53226 Cupido (mhr) Bu mhrle ak maskotunu arrsn. Delici isabet ansn %5 ve HP'ni 1.500 artrr. +53227 fkeli Kalp (mhr) Bu mhrle fkeli kalbi arrsn. Kritik isabet ansn %5 ve HP'ni 1.500 artrr. +53228 Hilal (Mhr) Bu mhrle yanna mavi Hilal'ini arrsn. +53229 Hilal (Mhr) Bu mhrle yanna krmz Hilal'ini arrsn. +53232 Yavru Huashin General Huashin'in yavru versiyonu delici isabet ansn %5 ve HP'yi 1500 artrr. +53501 +53502 Ren Geyii Yavrusu Sand. Bu sandkta onu karman sabrszlkla bekleyen bir Ren Geyii Yavrusu var. +53503 Buz Ankas Kafesi Buz Ankas, onu bu kafesten karman bekliyor. +53504 +53505 Yavru Azrail Sand Bu sandkta eytan hakiminin minik versiyonu olan Yavru Azrail gizlidir ve kurtarlmay bekler. +53506 Yavru Azrail Sand(altn) Bu sandkta eytan hakiminin minik versiyonu olan Yavru Azrail (altn) gizlidir ve kurtarlmay bekler. +53507 Bambi Sand Bu sandkta ren geyii yavrusu Bambi gizlidir ve kurtarlmay bekler. +53508 Knuud Sand Bu sandkta sevimli kutup ays yavrusu Knuud gizlidir ve kurtarlmay bekler. +53509 Bao Bao Sand Bu sandkta tatl panda yavrusu Bao Bao gizlidir ve kurtarlmay bekler. +53510 Leonidas Sand Bu sandkta aslan yavrusu Leonidas gizlidir ve kurtarlmay bekler. +53511 Khan Sand Bu sandkta kaplan yavrusu Khan gizlidir ve kurtarlmay bekler. +53512 Porki Sand Bu sandkta yaban domuzu Porki gizlidir ve kurtarlmay bekler. +53513 Rufus Sand Bu sandkta kurt yavrusu Rufus gizlidir ve kurtarlmay bekler. +53514 Cellatk Sand Bu sandkta siyah zrhl iko Cellatk gizlidir ve kurtarlmay bekler. +53515 Cellatk Sand(altn) Bu sandkta altn zrhl iko Cellatk gizlidir ve kurtarlmay bekler. +53516 Kemik Sandk Bir rastgele eya ierir. ansn varsa iinden iskelet kpek Boney kar. +53517 Yeim Kafesi Bu kafeste nadir yeim ankas onu kurtarman bekliyor. +53518 Kar Leonidas Sandkta Kar Leonidas'n mhr var. +53519 Arktik Khan Sandkta Arktik Khan'n mhr var. +53520 Kutup Porki Sandkta Kutup Porki'nin mhr var. +53521 Ayaz Rufus Sandkta Ayaz Rufus'un mhr var. +53522 Sheldon Yuvas Petin Sheldon bu yuvada sakl. +53523 Tavan Kafesi Kk tavan Cooper bu kafeste sakl. +53526 Kutu Pepita Pepita mhrn almak iin bu kutuyu a. +53527 Balkaba Kafas Kafesi Balkaba kafan almak iin bu kafesi a. +53528 Sprge Odas Kk sprgeci mhrn almak iin bunu a. +53529 Kar Tanesi Buzluu Bu buzlukta senin ufak ve sadk yoldan, Kar Tane'n sakl. Kendi souktan holanr ama bakalarnn gnln str. +53530 anck Buzluu Bu buzlukta senin ufak ve sadk yoldan, anck'n sakl. Onu bulunduu souk yerden kurtar ki gnlleri stsn. +53531 Cupido Sand Sand atnda kk ak elisi Cupido yanndan hi ayrlmayack. +53532 fkeli Kalp Sand Sand atnda karna uan kalp kacak. Aman Dikkat! Bu fkeli yolda sayesinde beklenmedik glere sahip olursun. +53533 Hilal Sand Bu sandktaki mavi Hilal kullanlaca zaman heyecanla bekliyor. +53534 Hilal Sand Bu sandktaki krmz Hilal kullanlaca zaman heyecanla bekliyor. +53535 Yavru Huashin Sand Bu sandkta General Huashin'in mini versiyonu serbest braklmay bekler. +54041 +54042 +54043 rak Sand I Karlama hediyen, maceraya ideal bir balang yapmak iin gereken temel donanm ieriyor. +60001 Safra Karacierden elde edilen bir vcut svs. +60002 Depo Bekisinin Notu Depo bekisinin enerjik el yazsyla yazlm parmen. +60003 Kahramanlk Sembolu Ciddiyetsiz ekilde tanamayacak bir eya. +70002 nc El Yanglar otomatik olarak toplayan bir el. +70003 Liderin Kitab 7 Sava stratejisi kitabndan biri. Grup lideri kullandnda yeler %30 daha fazla deneyim kazanr. +70004 alkanlk Madalyas altn gn kazandn dl. Savarken %20 tecrbe puan daha kazandryor. +70005 Tecrbe Yz ok eski kahramanlar tarafndan kullanlan snk grnml yzk. Takldnda daha ok EXP ykler. | karlamaz. +70006 Lisan Yz Eski devirlerin diplomasi yzdr. Kullanldnda baka krallklardan insanlarla konuulabilir. +70008 Beyaz Bayrak Beyaz bayrak teslim olmay gsterir. +70009 Define Sand Sslerle donatlm sandk. Sadece zel bir anahtarla alabilir. +70010 Depo Bileti Deponuzu dzenlemenizi salayan kat. +70012 Tanrann Gzya eytann gazabna uram Taehwas kahramanlarnn ruhunu avutan yal aman kadnn gz yalar. +70013 Dev Tanrann Gzya Eski bir Tanra olan Tae-Hwa'nn savalarn ruhunu rahatlatmak iin dkt gz yalar. +70014 Kan Hap Geyik kanndan yaplm bir hap. Halusinasyonik etkisi vardr. +70015 Ucuz Fra Basit, sert aatan sap olan salam fra. +70020 eftali iei urubu HP'ni annda 500 puana karan bir iecek. +70024 Kutsama Kresi Efsanevi kutsanm kre. Bir nesne 4.seviyeye geldii zaman, baka bir seviye ekler. +70027 Demircinin Notu Silahn nasl gelitireceini gsteren demirciye ait not. +70031 Eskrim Bror Bu bror, dier eylerin yannda, insan anatomisinin potansiyeli ve zayflklar konularn ierir. +70035 Byl Bakr Bu Byl Bakr ve Kutsama Kad ile demircide Sava Kad retilebilir. +70037 Unutkanlk Kitab Bu efsanevi kitap hafzadaki tm renilmi becerileri siler. 1 beceri puan tayabilirsiniz. +70038 Cesaret Pelerini Gerek savalar tadklar renkli pelerin ile tm yaratklarn dikkatini kendi zerlerine eker ve bylelikle kahramanlklarn kantlarlar. +70039 Demircinin El Kitab Eski demircilerin ruhlarn barndran kitap. Kullanlrsa, ykseltme baars orann arttrr. +70040 Ork natl Dayankllk dme orann yar yarya azaltr. +70043 Hrsz Eldiveni En byk hrszn eldiveni. Eya drme ansn iki katna karr. +70047 Lisan Yz(rnek) Bu yzk gemi alarda diplomat evreleri iin retilmi. Baka krallklardan insanlarla konumak iin kullanlr. +70048 Kaan Pelerini Kullanld zaman sralamalarnz saklar, kaaklar tarafndan kullanlr. +70049 Lucy`nin Yz zerinde ejderha tanrnn sizi kutsad yazl olan yzk. Savata eya kaybetmenizi nler. +70050 Bilge Kraln Sembol Eski krallk ailesinden miras kalma bir sembol. Grand Masterin muhteem gcn verir. +70051 Bilge Kraln Eldiveni Eski krallk ailesinden miras kalma bir eldiven. Grand Masterin gizemli gcn verir. +70052 Karma Muskas1 Kt anstan korunmak iin Budistler tarafndan kullanlan by. +70053 Karma Muskas2 Kt anstan korunmak iin Budistler tarafndan kullanlan by. +70054 Karma Muskas3 Kt anstan korunmak iin Budistler tarafndan kullanlan by. +70056 Nar Suyu+ HP'ni annda 1000 puana karan bir iecek. +70057 Cesaret Pelerini Bir zamanlar savalarn, birok canavar ektii iin cesaretlerini kantladklar renkli bir pelerin. Bu eya satlabilir. +70058 Inlama yz Bu yzk seni 50 kez, krallnn iinde istediin bir yere nlar. Satlamaz. +70063 Kstm dntr Kostmlerinden birinin bonuslarn kaldrr ve yenilerini ekler. ansn yaver giderse bu arada bonuslarnn says deiir. (en fazla 3 olacak kadar) +70064 Kostm efsunla Kostmlerinden birinin bonuslarn kaldrr ve yenilerini ekler. +70065 Konstm Bonusu Aktarm Bir kostmdeki bonusu baka bir kostme aktarr. Bu ilemde kostmlerden biri yok edilir. +70102 Zen Fasulye Kt sralamay azaltr|iyi sralamay arttrr. +70104 Dnm Kresi Bu kreyle yarata dnebilirsin. +70105 Dnm Kresi Bu kreyle yarata dnebilirsin. +70106 Dnm Kresi Bu kreyle yarata dnebilirsin. +70107 Dnm Kresi Bu kreyle yarata dnebilirsin. +70201 Sa Boyas Temizleyici Salar orjinal rengine dndrr. Bu ilemi grm salar tekrar boyayabilirsiniz. +70202 Beyaz Sa Boyas Sa beyaza boyar.| Her 3 seviyede bir kez kullanabilirsiniz. +70203 Sar Sa Boyas Sa sarya boyar.|Her 3 seviyede bir kez kullanabilirsiniz. +70204 Krmz Sa Boyas Sa krmzya boyar.|Her 3 seviyede bir kez kullanabilirsiniz. +70205 Kahverengi Sa Boyas Sa kahverengiye boyar.|Her 3 seviyede bir kez kullanabilirsiniz. +70206 Siyah Sa Boyas Sa siyaha boyar.|Her 3 seviyede bir kez kullanabilirsiniz. +70301 Sz Yz Sevenleri belli eden yzk. +70302 Nikah Yz Evli iftleri belirleyen yzk. +71001 Kt Ruh Kovma Kad renme baarsz olursa, kt ruh lanetinden korunmanz salar. +71002 Stat Sfrlama Kad Stat puanlarn sfrlayarak karakterinizi baka ynde gelitirmenizi salar. +71003 Beceri Sfrlama Kad Beceri puanlarn sfrlar. +71004 Ejderha Madalyas Bir sonraki canlandrmada tecrbe puanlarn kaybetmeni nler. +71005 Lisan Yz 7 gn boyunca tm imparatorluklarn dillerini konuabilirsin. +71006 Lisan Yz 15 gn boyunca tm imparatorluklarn dillerini konuabilirsin. +71007 Lisan Yz 30 gn boyunca tm imparatorluklarn dillerini konuabilirsin. +71008 Balklk Klavuzu Nadir bulunan balk yakalama orann iki kat arttrr. +71009 Geniletilmi Depo Depoun ekstra 2 depolama odasna daha sahip olur. +71010 nc El Yanglar otomatik olarak toplayan bir el. +71011 Duygu Maskesi Bu maske sayesinde duygularn ifade edebilirsin. +71012 Liderin Kitab Grup lideri tarafndan kullanldgnda, grup lideri ve yelerine %30 EXP ykler. +71013 Havai Fiekler Havai fiekler kutlamalar srasnda gkyzn ssler. +71014 Saldr ksiri +10 Saldr hzn 10% attrr. | Sresi 30 dakika. +71015 Tecrbe Yz Savarken %50 Tecrbe Puan daha kazanyorsun. +71016 Hrsz Eldiveni Nesne elde etme ansn 30 dakika boyunca iki kat arttrr. +71017 Altn ans Paras Para dme orann 2 kat arttrr.| Sresi 30 dakika. +71018 Yaam Kutsamas HP'ni annda %100 yenileyen bir kutsama. +71019 Sihir Kutsamas Tm SP yi hemen doldurur. +71020 Ejderha Kutsamas HP ve SP'ni annda %100 yenileyen bir kutsama. +71021 Sava Kad Yalnz +0 ile +3 aras eyalarda tam gelitirme baars salar. +71022 Zeka Yenileme Zeka Puan'n temel deere dryor ve puanlarn yeniden datman salyor. +71023 Yenilenen Canllk Canllk Puan'n temel deere dryor ve puanlar yeniden datman salyor. +71024 G Unutma Kitab G Puann temel deere drr ve puanlar yeniden datman salar. +71025 Demirci Ta Bu ta ve kutsama kad ile demircide Demircinin elkitabn hazrlayabilirsiniz. +71026 Byl Demir Maden Ejderha parmeni yapmnda ihtiya duyulur - Demirci'de kutsama kad ile birlikte kullanlr. +71027 Ejderha Tanr Yaam 30 dakika boyunca maksimum HP'ni %20 arttrr. +71028 Ejderha Tanr Saldrs Sava srasnda 30 dakika boyunca verdiiniz hasar %12-15 aras artrr. +71029 Ejderha Tanr Zekas Maksimum SP'nizi 30 dakika boyunca %20 artrr. +71030 Ejderha Tanr Savunmas Bir sava srasnda aldnz hasar 30 dakika boyunca %12-15 aras azaltr. +71031 Ejderha Tanr Destei Canllk, g, zeka ve eviklik geici olarak 5 katna kar. +71032 Ejderha Parmeni Gelitirme ilemi baarsz olduunda bir eyann yok olma riskini ortadan kaldrr. Yalnzca kalitesi bir basamak der. Ayrca baarl bir gelitirme ihtimali %10 artar. +71033 Duygu Maskesi Bu maske sayesinde duygularn ifade edebilirsin. +71034 Saldr ksiri +15 Saldr hzn 15% attrr. | Sresi 30 dakika. +71035 Aratrmacnn zt Topladnz aratrma nesnelerinin kalitesini arttrr, bylece kabul edilmeleri kolaylar. +71036 Kat-Ork efi Kullanldnda Ork reisini karakterin yanna getirir. +71037 Kat-Karanlk Lider Kullanldnda Karanlk Lideri karakterin yanna getirir. +71038 Kat-Kralie rmcek Kullanldnda kralie rmcegi karakterin yanna getirir. +71039 Kat-Kaplumbaa Kullanldnda dev l kaplumbaasn karakterin yanna getirir. +71040 Kat-Alev Kral Kullanldnda alev kral karakterin yanna getir. +71041 Kat-Dokuz Kuyruk Kullanldnda dokuz kuyruu karakterin yanna getirir. +71042 Kat-eytan Kral Bir kibirli eytan Kral'n karakterinin yanna arr. Dikkat, bu bir Patron'dur! +71043 Sar Kaplan H. Kad Kullanldnda dev kaplan karakterin yanna getirir. +71044 Kritik sabet Bir savata 10 dakika boyunca kritik vuru ansnz %20 artrr. +71045 Delici sabet 10 dakika boyunca delici vuru ansnz %20 arttrr. +71047 Ruh Ta Temizleyici Nesnede ekli Ruh Tan siler. +71048 Deiim Tlsm Bu tlsm karakterinizin cinsiyetini deitirebilir. +71049 pek Boha Bu boha ile 10 gn boyunca cretsiz zel dkkan aabilirsiniz. +71050 Hz ksiri 30 dakika boyunca hareket hzn 60 artrr. +71051 By nesnesi Eer mevcut deilse, eyalarnzdan birine zel yeni bir bonus ekler. +71052 Kutsal Nesne Eyalarnzdan zel bir bonusu siler ve yeni bir tanesini ekler. +71054 Krallklarn zi Bir karakter baka bir kralla kaabilir, yani krallk deitirebilir. +71055 sim zi Karakter ismini deitirir. +71056 Cennetin zi Ruh Tann baaryla gelitirilme ansn arttrr. +71057 Kat-F.Aa Damar Karakterin yanna fosil aa gvdesi damar arr. +71058 Kat-Bakr Damar Karakterin yanna bakr cevheri damar arr. +71059 Kat-Gm Damar Karakterin yanna gm cevheri damar arr. +71060 Kat-Altn Damar Karakterin yanna altn cevheri damar arr. +71061 Yeim Damar Ta Karakterin yanna yeim damar arr. +71062 Kat-Abanoz Damar Karakterin yanna abanoz cevheri damar arr. +71063 Kat-Midye yn Karakterin yanna midye yn arr. +71064 Kat-BeyazAltn Damar Karakterin yanna beyaz altn cevheri damar arr. +71065 Kat-Kristal Damar Karakterin yanna kristal cevheri damar arr. +71066 Kuvars Damar Ta Karakterin yanna kuvars damar arr. +71067 Kat-Cennet Gy.Damar Karakterin yanna cennetin gz yalar cevheri damar arr. +71068 Sevgililerin Kuty Kullanldnda, bir iftin sevgi puan iki kat daha hzl artar. +71069 Uyum Kpesi Elerden biri taktnda, savarken 3 saat boyunca her iki oyuncunun delici isabet ansn maksimum %8 artrr. Eyann etkisi, sevgi puanlarnn yzde oranna bal. ift rnein %50 sevgi puanna sahipse, maksimum etki yarya der. +71070 Sevgi Bilezii Elerden birinin takmasyla ikisine de savata 3 saat boyunca maksimum %20 daha fazla tecrbe puan kazandrr. Eyann etkisi, sevgi puanlarnn yzde oranna bal. ift rnein %50 sevgi puanna sahipse, maksimum etki yarya der. +71071 Sevgi Kpesi Elerin biri taktnda, savata 3 saat boyunca her ikisinin de kritik vuru ansn %8 arttrr. Eyann etkisi, sevgi puanlarnn yzde oranna bal. ift rnein %50 sevgi puanna sahipse, maksimum etki yarya der. +71072 Uyum Bilezii Elerden biri taktnda 3 saat boyunca dman canavarlarn elere ynelik saldr gcn maksimum %15 azaltr. Eyann etkisi, sevgi puanlarnn yzde oranna bal. ift rnein %50 sevgi puanna sahipse, maksimum etki yarya der. +71073 Sevgi Kolyesi Elerden birinin takmasyla ikisinin de saldr gcn savata 3 saat boyunca maksimum 40 artrr. Eyann etkisi, sevgi puanlarnn yzde oranna bal. ift rnein %50 sevgi puanna sahipse, maksimum etki yarya der. +71074 Uyum Kolyesi Elerden biri taktnda savata 3 saat boyunca ikisinin de savunmasn maksimum 30 artrr. Eyann etkisi, sevgi puanlarnn yzde oranna bal. ift rnein %50 sevgi puanna sahipse, maksimum etki yarya der. +71075 Sa Boyas(Beyaz) Sa beyaza boyar. +71076 Sa Boyas(Sarn) Sa sarya boyar. +71077 Sa Boyas(Krmz) Sa krmzya boyar. +71078 Sa Boyas(Kahverengi) Sa kahverengiye boyar. +71079 Sa Boyas(Siyah) Sa siyaha boyar. +71080 Kat - Metin Ta(D) Karakterin yanna dk kalitede metin ta arr. +71081 Kat - Metin Ta(N) Karakterin yanna normal kalitede metin ta arr. +71082 Kat - Metin Ta(Y) Karakterin yanna yksek kalitede metin ta arr. +71083 Ta Sanat Kitab Krk ta eklentiden silerek, bo ekleme alan oluturur. +71084 Efsun Nesnesi Eyalarnzdan birindeki bonuslar siler ve yeni bir bonus ekler. +71085 Arttrma Kad ans eseri, sana ait olan eyalarn birine yeni bir bonus eklenir. (maks.4 Bonus kadar) +71088 Grev Kitab(Kolay) Acemi savalarn zebilecei seviyede kahverengi deri bal grev ierikli kitap. +71089 Grev Kitab(Normal) Tecrbe kazanm savalarn zebilecei seviyede kahverengi deri bal grev ierikli kitap. +71090 Grev Kitab(Zor) Ustalam savalarn zebilecei seviyede kahverengi deri bal grev ierikli kitap. +71091 aret Band Dkkan tabelanz iin farkl bir renk seebilirsiniz. +71092 Dnm Kitab Bu kitab iyi renenin dnm yetenei artar. Okunduktan sonra yok olur. +71093 Dnm Kresi Bu kreyle bir yarata dnebilirsin. +71094 Mnzevi Tavsiyesi Bir sonraki kitab (ya da ruh tan) okurken yeteneini gelitirme ansn iki buuk katna karr. +71095 Geit Bileti Bu gei biletini yetkili bekiye gsterdiinde, rmcek Zindan'nn yan sra Krmz Ejderha Kalesi'nin bir katna daha girebilirsin. +71096 Gei Tahtas Bu madalyon geilerden gemenizi salar. +71099 Yer Deitirme Yz Lonca liderinin yer deiimi ayarlamasn salar. +71100 Bilgi Deiim Kad Tm bilgini unut ve yenisini edin. Bunu yapabilmek iin en az 31. seviyede olmalsn. +71101 Soutma ksiri Bu iksir soutma zelliinizi 30 dakika boyunca yzde 20 arttrr. +71102 +71103 Tekrar Datma (VIT) Canlln 1'e drr ve puanlarn yeniden datman salar. +71104 Tekrar dtma kad(INT) Zeka puann 1'e drr ve puanlarn yeniden datman salar. +71105 Tekrar Datma (STR) Gcn 1'e drr ve puanlarn tekrar datman salar. +71106 Tekrar Dtma Kad(DEX) evikliini 1'e drr ve puanlarn tekrar datman salar. +71107 Yaam Meyvesi Sralama puann 2.000 arttrr (souma sresi: 8 saat). +71108 Nar Suyu HP'ni annda 800 puana karan bir iksir. Bu eya satlabilir. +71109 Dzeltme Kad Bu kat ile eyaya baaryla eklenen son ta kartabilirsiniz. +71110 At ekeri Bu eker paras atna ad vermeyi salar. Ayrca defans seviyesini arttrr. +71113 gr Kresi Baka bir oyuncuya envanterinizdeki eyalar gstermenize yarayan kre. lem srasnda kre krlr. +71114 Yaban Domuzu Mhr(sar) Mhrn bys, seni hzlca istediin yere gtrecek, gl bir hayvann ruhunu arr. +711151 Yaban Domuzu Mhr(mavi) Mhrn bys, seni hzlca istediin yere gtrecek, gl bir hayvann ruhunu arr. +711152 Yaban Domuzu Mhr(mavi) Mhrn bys, seni hzlca istediin yere gtrecek, gl bir hayvann ruhunu arr. +711153 Yaban Domuzu Mhr(mavi) Mhrn bys, seni hzlca istediin yere gtrecek, gl bir hayvann ruhunu arr. +711154 Yaban Domuzu Mhr(mavi) Mhrn bys, seni hzlca istediin yere gtrecek, gl bir hayvann ruhunu arr. +71115 Yaban Domuzu Mhr(mavi) Mhrn bys, seni hzlca istediin yere gtrecek, gl bir hayvann ruhunu arr. +71116 Kurt Mhr (sar) Mhrn bys, seni hzlca istediin yere gtrecek, gl bir hayvann ruhunu arr. +711171 Kurt Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +711172 Kurt Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +711173 Kurt Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +711174 Kurt Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +71117 Kurt Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +71118 Kaplan Mhr (sar) Mhrn bys, seni hzlca istediin yere gtrecek, gl bir hayvann ruhunu arr. +711191 Kaplan Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +711192 Kaplan Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +711193 Kaplan Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +711194 Kaplan Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +71119 Kaplan Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtrecek, gl bir hayvann ruhunu arr. +71120 Aslan Mhr (sar) Mhrn bys, seni hzlca istediin yere gtrecek, gl bir hayvann ruhunu arr. +711211 Aslan Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +711212 Aslan Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +711213 Aslan Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +711214 Aslan Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtren gl bir hayvann ruhunu arr. +71121 Aslan Mhr (mavi) Mhrn bys, seni hzlca istediin yere gtrecek, gl bir hayvann ruhunu arr. +71122 +71123 Ejderha Pulu Ejderha pullar bilinen en iddetli malzemeler arasnda yer alyor. +71124 Beyaz Aslan Beyaz krkl hayvanlara olduka ender rastlanyor. Olaanst gleri olduu dnlerek onlara birok medeniyet tarafndan taplyor. +71125 Sava Yaban Domuzu Mhr Kt hayvan ruhlarn dizginletirmek ancak sihir sanat ile mmkn. Bu sanatn yaratt etkiler ok artc oluyor. +71126 Kzgn Kurt Mhr Kt hayvan ruhlarn dizginletirmek ancak sihir sanat ile mmkn. Bu sanatn yaratt etkiler ok artc oluyor. +71127 Vahi Kaplan Mhr Kt hayvan ruhlarn dizginletirmek ancak sihir sanat ile mmkn. Bu sanatn yaratt etkiler ok artc oluyor. +71128 Yrtc Aslan Mhr Kt hayvan ruhlarn dizginletirmek ancak sihir sanat ile mmkn. Bu sanatn yaratt etkiler ok artc oluyor. +71129 Ejderha Penesi Bu rktc peneyi grnce anlar canlanyor... +71130 Geit Bileti Bu geit biletini bekiye gsterdiinde rmcek Zindan'nn yan sra Krmz Ejderha Kalesi'nin yeni bir katna girebilirsin. Bu eya satlabilir. +71131 Kara Yaz At Mhr Asil bir kara yaz at mhr. +71132 Kara Yaz At Mhr Asil bir kara yaz at mhr. +71133 Kara Yaz At Mhr Asil bir kara yaz at mhr. +71134 Kara Yaz At Mhr Asil bir kara yaz at mhr. (seviye 20 itibariyle) +71135 Hilal Yz zerine ustaca hilal gravr ilenmi bir yzk. +71136 Gl Lolipop inde gizli malzemeler olan ve dv iin hem tecrbe hem g veren bir lolipop. +71137 Kral Kaplan Mhr(mavi) Mhrn bys, yanna heybetli Kral Kaplan bineinin (mavi) gelmesini salar. +71138 KralKaplanMhr(krmz) Mhrn bys, yanna heybetli Kral Kaplan bineinin (krmz) gelmesini salar. +71139 KralKaplanMhr(altn) Mhrn bys, yanna heybetli Kral Kaplan bineinin (altn) gelmesini salar. +71140 KralKaplanMhr(yeil) Mhrn bys, yanna heybetli Kral Kaplan bineinin (yeil) gelmesini salar. +71141 Kral Kaplan Mhr(gri) Mhrn bys, yanna heybetli Kral Kaplan bineinin (mavi) gelmesini salar. +71142 KralKaplanMhr(Beyaz) Mhrn bys, yanna heybetli Kral Kaplan bineinin (beyaz) gelmesini salar. +71143 Mutluluk Yz Yeim ve turkuvazla ssl bu deerli yzk aadaki bonuslar verir: +%50 tecrbe puan +%20 saldr hz +%20 by hz +%30 canavarlara kar g +%10 maksimum HP +%10 maksimum SP +71144 Noel Sand Bayrama zel bir srpriz ieren sevgiyle paket edilmi bir noel hediyesi. +71145 Ebedi Ak Tlsm Byl mcevherlerle ilenmi kalp eklinde gm bir kolye ucu. +71146 Amorun Sand (pembe) 5 srpriz ieren kalp eklinde bir sandk. Her 30 dakikada bir alabilir. +71147 Amorun Sand (mavi) 5 srpriz ieren kalp eklinde bir sandk. Her 30 dakikada bir alabilir. +71148 rade Gc Yz Sana 7 gn boyunca +%30 EXP, +%20 savalara kar savunma ans, +%20 ninjalara kar savunma ans, +%20 lycanlara kar savunma ans +%30 canavarlara kar g, +%10 maksimum HP ile +%10 maksimum SP salar. +71149 lmcl Gcn Yz Sana 7 gn boyunca +%30 EXP, +%20 suralara kar savunma ans, +%20 amanlara kar savunma ans, +%20 lycanlara kar savunma ans, +%30 canavarlara kar g, +%10 maksimum HP ile +%10 maksimum SP salar. +71150 Byl Yumurta Birden fazla paskalya srprizi ieren ve onlar teker teker aa karan ustaca ilenmi oval bir sandk. +71151 Yeil Efsun Nesnelerinden birinin bonuslarn siler ve yenilerini ekler. Yalnzca 40. seviye ve altndaki silahlara ve zrhlara uygulanabilir. Satlamaz. +71152 Yeil G Biraz ansn yardmyla nesnelerinden birine yeni bir bonus ekler (maks. 4 bonus). Yalnzca 40. seviye ve altndaki silahlara ve zrhlara uygulanabilir. Satlamaz. +71153 Bilgelik ksiri Bu iksirle bir saatlik oyun sresinde %100 daha fazla deneyim toplarsn. Satlamaz. +71154 Ykseli ksiri (3 sa.) Bu iksirle saatlik bir oyun sresi ierisinde %80 daha fazla tecrbe kazanrsn. Satlamaz. +71155 Bilgelik ksiri (3 sa.) Bu iksirle saatlik bir oyun sresinde %100 daha fazla tecrbe toplarsn. Satlamaz. +71156 Ruh ksiri (3 sa.) Bu iksirle saatlik bir oyun sresi ierisinde %150 daha fazla tecrbe kazanrsn. Satlamaz. +71157 +71158 Kahramanlk Madalyas +%50 EXP, +%30 hasar, +%20 saldr hz, +%20 by hz, +%10 HP ve +%10 SP kazandrr. +71159 Milonun Sand Hakiki kahramanlara zel sandk. Baarnn karlnda bir rastgele eya ierir. +71160 Athenann Sand Hakiki bayan kahramanlara zel sandk. Baarnn karlnda bir rastgele eya ierir. +71161 Equus Purpur Gzel mi gzel ve ender bulunan mor at mhr. +71164 Kuyruklu Yldz Mhr Rengeyii Kuyruklu Yldz' yanna aran bir mhr. +71166 Zrhl Panda Mhr Bu mhrle zrhl pandan arabilirsin. +71171 Teknoynuz Mhr Bu mhrle Tekboynuz'u arrsn. +71172 Kabus Mhr Bu mhrle Kabus'u arrsn. +71173 Inlanma Parmeni Bu parmen seni dorudan Krmz Ejderha Kalesi'nin kapsna gtrr. +71174 Geit Bileti Bu geit biletini ilgili bekiye verirsen Krmz Ejderha Kalesi'ne giri yapabilirsin. +71175 Geit Bileti Bu geit biletini ilgili bekiye verirsen Krmz Ejderha Kalesi'ne giri yapabilirsin. +71176 Siyah Panter Bu mhr esrarengiz siyah Panter'i yanna arr. +71177 Leopar Mhr Bu mhr cesur Leopar' yanna arr. +71178 Ay Ensiklopedisi/k Lycanlar'a zel 25 rastgele seili beceri kitaplar ieren paket +71179 Ay Ensiklopedisi/b Lycanlar'a zel 25 rastgele seili beceri kitaplar ieren paket +71180 Ykseli ksiri (3 sa.) Bu iksirle saatlik bir oyun sresi ierisinde %80 daha fazla tecrbe kazanrsn. Satlamaz. +71181 Bilgelik ksiri (3 sa.) Bu iksirle saatlik bir oyun sresinde %100 daha fazla tecrbe toplarsn. Satlamaz. +71182 Muffin Mhr (kahve) Bu mhrle korku salan sava tavuu Muffin'i yanna arrsn. +71183 Nugget Mhr (kahve) Bu mhrle korkun sava tavuu Nugget'i yanna arrsn. +71184 Muffin Mhr (mavi) Bu mhrle korku salan sava tavuu Muffin'i yanna arrsn. +71185 Nugget Mhr (mavi) Bu mhrle korkun sava tavuu Nugget'i yanna arrsn. +71186 Muffin Mhr (yeil) Bu mhrle korku salan sava tavuu Muffin'i yanna arrsn. +71187 Nugget Mhr (yeil) Bu mhrle korkun sava tavuu Nugget'i yanna arrsn. +71188 Sihir Lolipopu indeki gizli malzemelerle sana dv iin hem sihirli enerji hem de tecrbe veren bir lolipop. +72001 Tecrbe Yz Exp kazanmn bir saat boyunca %50 arttrr. +72002 Tecrbe Yz 15 gn iin Exp kazanmn %50 arttrr. +72003 Tecrbe Yz 30 gn iin Exp kazanmn %50 arttrr. +72004 Hrsz Eldiveni 7 gn boyunca nesne drme ansnz iki katna karr. +72005 Hrsz Eldiveni 15 gn boyunca nesne drme ansnz iki katna karr. +72006 Hrsz Eldiveni 30 gn boyunca nesne drme ansnz iki katna karr. +72007 pek Boha 15 dakika iin zel dkkan aabilirsin. +72008 pek Boha 30 dakika iin zel dkan aabilirsin. +72009 pek Boha 3 Saat iin zel dkkan aabilirsin. +72010 Sevgi Kuu Ty Kullanldnda 7 gn boyunca sevgi puan iki kat hzl artar. +72011 Sevgi Kuu Ty Kullanldnda, 15 gn boyunca sevgi puan iki kat hzl artar. +72012 Sevgi Kuu Ty Kullanldnda, 30 gn boyunca sevgi puan iki kat hzl artar. +72013 Balklk Klavuzu Nadir balklar yakalama orann 7 gn boyunca iki katna karr. +72014 Balklk Klavuzu Nadir balklar yakalama orann 15 gn boyunca iki katna karr. +72015 Balklk Klavuzu Nadir balklar yakalama orann 30 gn boyunca iki katna karr. +72016 nc El Den paralar 7 gn boyunca otomatik olarak toplayan el. +72017 nc El Den paralar 30 dakika boyunca otomatik olarak toplayan el. +72018 nc El Den paralar 30 gn boyunca otomatik olarak toplayan el. +72019 Geniletilmi Depo 7 gn boyunca ekstra iki depolama alanna sahip olursun. +72020 Geniletilmi Depo 15 gn boyunca ekstra iki depolama alanna sahip olursun. +72021 Geniletilmi Depo 30 gn boyunca ekstra iki depolama alanna sahip olursun. +72022 Altn ans Paras Yang drme ansn 7 gn boyunca iki katna karr. +72023 Altn ans Paras Yang drme ansn 15 gn boyunca iki katna karr. +72024 Altn ans Paras Yang drme ansn 30 gn boyunca iki katna karr. +72025 Delici sabet 10 dakika boyunca delici vuruunuzu %20 arttrr. +72026 Delici sabet 10 dakika boyunca delici vuruunuzu %20 arttrr. +72027 Kritik sabet 10 dakika boyunca kritik vuruunuzu %20 arttrr. +72028 Duygu Maskesi Duygularn gsterebilirsin. +72029 Duygu Maskesi Duygularn gsterebilirsin. +72030 Duygu Maskesi Duygularn gsterebilirsin. +72031 Ejderha Tanr Saldr Atak yaptnzda verilen zarar 12% ~ 15 % arttrr. +72032 Ejderha Tanr Saldr Atak yaptnzda verilen zarar %12 ~ %15 arttrr. +72033 Ejderha Tanr Saldr Atak yaptnzda verilen zarar %12 ~ %15 arttrr. +72034 Ejderha Tanr Savunma Savunma yaptnzda aldnz zarar 12% ~ 15% drr. +72035 Ejderha Tanr Savunma Savunma yaptnzda aldnz zarar 12% ~ 15% drr. +72036 Ejderha Tanr Savunma Savunma yaptnzda aldnz zarar 12% ~ 15% drr. +72037 Ejderha Tanr Yaam 30 dakika sreyle maksimum HP'yi %20 arttrr. +72038 Ejderha Tanr Yaam 30 dakika sreyle maksimum HP'yi %20 arttrr. +72039 Ejderha Tanr Yaam 30 dakika sreyle maksimum HP'yi %20 arttrr. +72040 Ejderha Tanr Zekas Maksimum SP'nizi %20 artrr. +72041 Ejderha Tanr Zekas Maksimum SP'nizi %20 artrr. +72042 Ejderha Tanr Zekas Maksimum SP'nizi %20 artrr. +72043 Liderin kitab Ekip lideri tarafndan kullanldnda, tm grup yeleri ve lidere 30% EXP Ykler. +72044 Liderin kitab Ekip lideri tarafndan kullanldnda, tm grup yeleri ve lidere 30% EXP Ykler. +72045 Liderin kitab Ekip lideri tarafndan kullanldnda, tm grup yeleri ve lidere 30% EXP Ykler. +72046 Kritik sabet Kritik vuru ans +10% artar. +72047 Kritik sabet Kritik vuru ans +10% artar. +72048 Kritik sabet Kritik vuru ans +10% artar. +72301 Kutsama Kad Gelitirme baarsz olduunda eyann yok olma riski ortadan kalkp, sadece seviyesi 1 kademe der. +72302 +72303 +72304 +72305 +72306 +72307 +72308 Byl Bakr Bu bakr ve kutsama kad ile demircide sava kad retilebilir. +72309 +72310 +72311 +72312 +72313 +72314 +72501 Tecrbe Yz(iCafe) iCafe yeliginde 20% EXP kazanc salar. +72502 Hrsz Eldiveni(iCafe) iCafe yeliginde nesne dme aral 1.5 kat artar. +72701 Rzgarn Ayakkablar Giydiinizde hareket hznz 30 artrr.(25 oyun saati iindir) +72703 Kaplan Kemii Kpesi Saldr deerini 2 saatliine 200 puan artrr (sresi ancak eya kuanldnda balar). Eya satlamaz. +72704 Ejder Kemii Kpesi Savunma deerini 2 saatliine 200 puan artrr (sresi ancak eya kuanldnda balar). Eya satlamaz. +72705 Kaplan Kemii Bilelik Yeteneklerinin verdii hasar 2 saatliine %15 artrr (sresi ancak eya kuanldnda balar). Eya satlamaz. +72706 Ejder Kemii Bilezik Yeteneklere kar savunmay 2 saatliine %15 artrr (sresi ancak eya kuanldnda balar). Eya satlamaz. +72723 Gne zt (K) HP'ni otomatik olarak yeniler. 1.000.000 HP ierir. +72724 Gne zt (O) HP'ni otomatik olarak yeniler. 3.000.000 HP ierir. +72725 Gne zt (B) HP'ni otomatik olarak yeniler. 7.000.000 HP ierir. +72726 Gne zt () HP'yi otomatik olarak doldurur. 10.000.000 HP ierir. Bu eya satlabilir. +72727 Ay zt (K) SP'ni otomatik olarak yeniler. 100.000 SP ierir. +72728 Ay zt (O) SP'ni otomatik olarak yeniler. 300.000 SP ierir. +72729 Ay zt (B) SP'ni otomatik olarak yeniler. 700.000 SP ierir. +72730 Ay zt () SP'ni otomatik olarak doldurur. 1.000.000 SP ierir. Bu eya satlabilir. +73001 Haval Ksa Sa (kzl) Sa stili size arpc bir grnt kazandrr. +73002 Haval Ksa Sa (ak) Sa stili size arpc bir grnt kazandrr. +73003 Haval Ksa Sa (mavi) Sa stili size arpc bir grnt kazandrr. +73004 Haval Ksa Sa (kahve) Sa stili size arpc bir grnt kazandrr. +73005 Bandana (kzl) Bandana ile bantlanm dank sa stili. +73006 Bandana (ekoseli kahve) Bandana ile bantlanm dank sa stili. +73007 Bandana (mavi) Bandana ile bantlanm dank sa stili. +73008 Bandana (ekoseli yeil) Bandana ile bantlanm dank sa stili. +73009 Uzun sa (siyah) Savalarn atalar tarafndan kullanlan arkadan bal sa stili. +73010 Uzun sa (kzl) Savalarn atalar tarafndan kullanlan arkadan bal sa stili. +73011 Uzun sa (ak kahve) Savalarn atalar tarafndan kullanlan arkadan bal sa stili. +73012 Uzun sa (ak yeil) Savalarn atalar tarafndan kullanlan arkadan bal sa stili. +73251 At kuyruu (kahve) At kuyruu eklinde toplanm uzun salar. +73252 At kuyruu (yeil) At kuyruu eklinde toplanm uzun salar. +73253 At kuyruu (mavi) At kuyruu eklinde toplanm uzun salar. +73254 At kuyruu (fildii) At kuyruu eklinde toplanm uzun salar. +73255 Gzel Ksa Sa (kzl) Doal gsteren uzun sa stili. +73256 Gzel Ksa Sa (kahve) Doal gsteren uzun sa stili. +73257 Gzel Ksa Sa (ak) Doal gsteren uzun sa stili. +73258 Gzel Ksa Sa (bordo) Doal gsteren uzun sa stili. +73259 Ksa Sa stili (kzl Tehditkr bir grnm kazandran kullanl ksa sa stili. +73260 Ksa Sa stili (mavi) Tehditkr bir grnm kazandran ksa sa stili. +73261 Ksa Sa stili (siyah) Tehditkr bir grnm kazandran ksa sa stili. +73262 Ksa Sa stili (sar) Size zalim bir grnt veren sa stili. +73501 Spor Sa Stili (beyaz) Askeri stil sa kesimi. +73502 Spor Sa Stili (kahve) Askeri stil sa kesimi. +73503 Spor Sa Kesimi (sar) Askeri stil sa kesimi. +73504 Spor Sa Kesimi (yeil) Askeri stil sa kesimi. +73505 Karizmatik Sa (beyaz) Gl bir karakteri gsteren sa stili. +73506 Karizmatik Sa (kzl) Gl bir karakteri gsteren sa stili. +73507 Karizmatik Sa (siyah) Gl bir karakteri gsteren sa stili. +73508 Karizmatik Sa (bordo) Gl bir karakteri gsteren sa stili. +73509 k Sa Modeli (Beyaz) Tm san arkaya tarand moda bir sa stili. +73510 k Sa Modeli (mavi) Tm san arkaya tarand moda bir sa stili. +73511 k Sa Modeli (Siyah) Tm san arkaya tarand moda bir sa stili. +73512 k Sa Modeli (kahve) Tm san arkaya tarand moda bir sa stili. +73751 Zarif sa stili (kahve) Kelebek tokasyla ayarlanm k bir sa modeli. +73752 Zarif sa stili (siyah) Kelebek tokasyla ayarlanm k bir sa modeli. +73753 Zarif sa stili(mavi) Kelebek tokasyla ayarlanm k bir sa modeli. +73754 Zarif sa stili (beyaz) Kelebek tokasyla ayarlanm k bir sa modeli. +73755 Orta Uz. Sa (kahve) k aman sa stili. +73756 Orta Uz. Sa (siyah k aman sa stili. +73757 Orta Uz. Sa (sar) Zarif ve dz sa stili. +73758 Orta Uz. Sa (mor) k aman sa stili. +73759 Eski sa stili (kahve) Uzun katl feminen bir sa stili. +73760 Eski sa stili (sar) Uzun ve geleneksel sa stili. +73761 Eski sa stili (mor) Uzun katl feminen bir sa stili. +73762 Eski sa stili (kahve) Uzun katl feminen bir sa stili. +74001 Moda Sa Stili (kzl) Bu sa modeli kendine zg bir grnm kazandrr +74002 Moda Sa Stili (ak) Bu sa stili sana arpc bir grnm kazandrr +74003 Moda Sa (mavi) Bu sa stili sana arpc bir grnm kazandrr +74004 Moda Sa (kahve) Bu sa stili sana arpc bir grnm kazandrr +74005 Bandana (kzl) Krmz bandanal ksa kahverengi salar +74006 Bandana (ekoseli kahve) Ak renk bandanal ksa sar sa stili. +74007 Bandana (mavi) Kahverengi bandanal ksa mavi salar +74008 Bandana (ekoseli yeil) Yeil bandanal ksa yeil salar +74009 Uzun sa (siyah) Savalara arpc bir grnm kazandran sa stili +74010 Uzun sa (kzl) arpc bir grnm kazandran sa stili +74011 Uzun sa (kahve) Etkileyici bir grnm kazandran sa stili +74012 Uzun sa (yeil) Etkileyici bir grnm kazandran sa stili +74013 Sava Afro (e) Erkek savaya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74014 Sava Afro (e) Erkek savaya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74015 Sava(e)Samuray Mifer Erkek savaya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74016 Sava(e)Samuray Mifer Erkek savaya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74017 Sava Fesi (e) Erkek savalar iin krmz bir balk. (sresi 7 gn) +74018 Sava Puisi (e) Erkek savalar iin bir balk. (sresi 7 gn) +74019 Sava Kavuu (e) Erkek savalar iin kymetli kumatan yaplma bir balk. (sresi 7 gn) +74020 Jack Pumpkin Sava (e) Sava iin balkaba eklinde bir maske. znitelik ve sre rastgele belirlenir. Mevcut olan sa stillerinin yerini alr. +74251 At kuyruu (kahve) rlm uzun kahverengi salar - Bayanlarn ok sevdii bir sa stili +74252 At kuyruu (yeil) rlm uzun yeil salar - Bayanlarn ok sevdii bir sa stili +74253 At kuyruu (mavi) rlm uzun mavi salar - Bayanlarn ok sevdii bir sa stili +74254 At kuyruu (fildii) rlm uzun ak renk salar - Bayanlarn ok sevdii bir sa stili +74255 Omuz hiz. sa (kzl) mark ve haval gsteren sa stili +74256 Omuz hiz. sa (kahve) mark ve haval gsteren sa stili +74257 Omuz hiz. sa (ak) mark ve haval gsteren sa stili +74258 Omuz hiz. sa (mor) mark ve haval gsteren sa stili +74259 Ksa Sa stili (kzl) Ninja tarzda peremli krmz sa stili +74260 Ksa Sa stili (mavi) Ninja tarzda peremli mavi sa stili +74261 Ksa Sa stili (siyah) Ninja tarzda peremli siyah sa stili. +74262 Ksa Sa stili (sar) Ninja tarzda peremli sar sa stili +74263 Ninja Afro (d) Bayan ninjaya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74264 Ninja Afro (d) Bayan ninjaya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74265 Ninja (d): iekli apka Bayan ninjaya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74266 Ninja (d): iekli apka Bayan ninjaya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74267 Ninja (d): Kum Peesi Bayan ninjalar iin ok deerli kumatan yaplma bir pee. (sresi 7 gn) +74268 Ninja (d): l Puisi Bayan ninjalar iin kymetli kumatan yaplma bir l puisi. (sresi 7 gn) +74269 Ninja Sar (d) Bayan ninjalar iin ok deerli kumatan yaplma bir kavuk. (sresi 7 gn) +74270 Jack Pumpkin Ninja (d) Bayan ninjalar iin balkaba eklinde bir maske. znitelik ve sre rastgele belirlenir. Mevcut olan sa stillerinin yerini alr. +74501 Spor Sa Stili (beyaz) Askeri tarzda ksa kesimli sa stili +74502 Spor Sa Stili (kahve) Askeri tarzda ksa kesimli sa stili +74503 Spor Sa Kesimi (sar) Askeri tarzda ksa kesimli sa stili +74504 Spor Sa Kesimi (yeil) Askeri tarzda ksa kesimli sa stili. +74505 Karizmatik Sa (beyaz) Bu sa stili sana kiisel bir grnm kazandrr. +74506 Karizmatik Sa (kzl) Bu sa stili sana kiisel bir grnmn kazandrr. +74507 Karizmatik Sa (siyah) Bu sa stili sana kiisel bir grnm kazandrr. +74508 Karizmatik Sa (mor) Bu sa stili sana kiisel bir grnm kazandrr. +74509 Uzun rg (beyaz) Evvelce zenginlik sembol olan eski tarz rgl sa. +74510 Uzun rg (mavi) Evvelce zenginlik sembol olan eski tarz rgl sa. +74511 Uzun rg (siyah) Evvelce zenginlik sembol olan eski tarz rgl sa. +74512 Uzun rg (kahve) Evvelce zenginlik sembol olan eski tarz rgl sa. +74513 Sura Afro (e) Erkek suraya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74514 Sura Afro (e) Erkek suraya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74515 Sura (e):Samuray Miferi Erkek suraya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74516 Sura (e):Samuray Miferi Erkek suraya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sre 7 gn). +74517 Sura Fesi (e) Erkek suralar iin krmz bir balk. (sresi 7 gn) +74518 Sura Puisi (e) Erkek suralar iin bir balk. (sresi 7 gn) +74519 Sura Kavuu (e) Erkek suralar iin kymetli kumatan yaplma bir balk. (sresi 7 gn) +74520 Jack Pumpkin Sura (e) Sura iin balkaba eklinde bir maske. znitelik ve sre rastgele belirlenir. Mevcut olan sa stillerinin yerini alr. +74521 Moda sa stili (gri) Bu sa stili sana arpc bir grnm kazandrr +74522 Bandana Bandana ile toplanm ksa sa stili. +74523 Uzun sa (sar) Gsterili ve sar sal, gz alc bir sa stili. +74524 Moda sa stili (altn) Modaya uygun bandanal altn sa. +74525 Bandana (siyah) Bandana ile toplanm dank sa stili. +74526 Uzun sa (yakut krmz) Gsterili yakut krmzs sa +74527 At Kuyruu (krmz) At kuyruu eklinde toplanm uzun salar. +74528 Omuzda Sa/su Mavi bandanal kibar sa stili +74529 Ksa Sa Modeli (kahve) Korku veren rahat bir ksa sa stili. +74530 At Kuyruu (krmz) Uzun, krmz ve sa rgs eklinde toplanm salar. Bayanlarn ok sevdii bir sa stili. +74531 Omuzda Sa/siyah mark ve haval bir sa stili +74532 Ksa Sa Modeli (gri) Tehditkr bir grnm kazandran ksa sa stili. +74533 Spor Sa Modeli (siyah) Askeri tarzda ksa sa stili +74534 Karizma Sa Modeli(sar) Bu sa stili sana kiisel bir grnmn kazandrr. +74535 Uzun Sa rgs (pembe) Evvelce zenginlik sembol olan eski tarz rgl sa. +74536 Spor Sa Modeli (mor) Sra d bir ksa sa modeli +74537 Karizma Sa Modeli(sar) Karizmatik uzun sa modeli +74538 Uzun Sa rgs (azur) Evvelce zenginlik sembol olan eski tarz rgl sa. +74539 Zarif Sa Stili(eflatun) Toplanm zarif sa stili +74540 Orta Uz. Sa (koyu) Zarif bir aman sa stili +74541 Eski Sa Modeli (beyaz) Uzun ve geleneksel sa stili. +74542 Zarif Sa Mod. (krmz) Kelebekli ineyle yukar toplanm zarif sa stili. +74543 Orta Uz. Sa (beyaz) Zarif dz salar +74544 Eski Sa Modeli (siyah) Feminen tarzda katl uzun sa stili. +74545 Kabile Sa rg.(krmz) Ait olduun kabileyi gsteren krmz ahap boncuklarla sslenmi sa rgs. +74546 Kabile Sa rg. (sar) Ait olduun kabileyi gsteren sar ahap boncuklarla sslenmi sa rgs. +74547 Kabile Sa rg. (mavi) Ait olduun kabileyi gsteren mavi ahap boncuklarla sslenmi sa rgs. +74548 Kabile Sa rg.(eflatun) Ait olduun kabileyi gsteren eflatun ahap boncuklarla sslenmi sa rgs. +74549 Kabile Sa rg. (yeil) Ait olduun kabileyi gsteren yeil ahap boncuklarla sslenmi sa rgs. +74550 Koruyucu Alnlk (altn) lemeli, klasik sa modelli bir koruyucu alnlk. +74551 Koruyucu Alnlk (siyah) lemeli, klasik sa modelli bir koruyucu alnlk. +74552 KoruyucuAlnlk(krmz) lemeli, klasik sa modelli bir koruyucu alnlk. +74553 Koruyucu Alnlk (mavi) lemeli, klasik sa modelli bir koruyucu alnlk. +74554 Koruyucu Alnlk (beyaz) lemeli, klasik sa modelli bir koruyucu alnlk. +74555 Koruyucu Balk (altn) akaklar iyice koruyan, klasik sa modelli bir koruyucu balk. +74556 Koruyucu Balk (siyah) akaklar iyice koruyan, klasik sa modelli bir koruyucu balk. +74557 Koruyucu Balk(krmz) akaklar iyice koruyan, klasik sa modelli bir koruyucu balk. +74558 Koruyucu Balk (mavi) akaklar iyice koruyan, klasik sa modelli bir koruyucu balk. +74559 Koruyucu Balk (yeil) akaklar iyice koruyan, klasik sa modelli bir koruyucu balk. +74751 Zarif Sa Modeli (kahve) Kelebekli ineyle yukar toplanm zarif sa stili. +74752 Zarif Sa Modeli (siyah) Kelebekli ineyle yukar toplanm zarif sa stili. +74753 Zarif Sa Modeli (mavi) Kelebekli ineyle yukar toplanm zarif sa stili. +74754 Zarif Sa Modeli (beyaz) Kelebekli ineyle yukar toplanm zarif sa stili. +74755 Orta Uz. Sa (kahve) Zarif bir aman sa stili +74756 Orta Uz. Sa (siyah) Zarif bir aman sa stili +74757 Orta Uz. Sa (sar) Zarif bir aman sa stili +74758 Orta Uz. Sa (mor) Zarif bir aman sa stili +74759 Eski Sa Stili (kahve) Feminen tarzda katl uzun sa stili. +74760 Eski Sa Stili (sarn) Feminen tarzda katl uzun sa stili. +74761 Eski Sa Stili (mor) Feminen tarzda katl uzun sa stili. +74762 Eski Sa Stili (kahve) Feminen tarzda katl uzun sa stili. +74763 aman Afro (d) Bayan amana %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74764 aman Afro (d) Bayan amana %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74765 aman (d): iekli apka Bayan amana %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sre 7 gn). +74766 aman (d): iekli apka Bayan amana %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +74767 aman (d): Kum Peesi Bayan amanlar iin ok deerli kumatan yaplma bir pee. (sresi 7 gn) +74768 aman (d): l Puisi Bayan amanlar iin kymetli kumatan yaplma bir l puisi. (sresi 7 gn) +74769 aman Sar (d) Bayan amanlar iin ok deerli kumatan yaplma bir sark. (sresi 7 gn) +74770 Jack Pumpkin aman (d) Bayan aman iin balkaba eklinde bir maske. znitelik ve sre rastgele belirlenir. Mevcut olan sa stillerinin yerini alr. +75001 Modern sa (kzl) Kzl sal ve bandanal modern sa stili. +75002 Modern sa (ak) Ak renk sal ve bandanal modern sa stili. +75003 Modern sa (mavi) Mavi sal ve bandanal modern sa stili. +75004 Modern sa (kahve) Kahverengi sal ve bandanal modern sa stili. +75005 Bandana (kahve) Bandana ile toplanm dank ksa sa stili. +75006 Bandana (sarn) Bandana ile toplanm dank ksa sa stili. +75007 Bandana (mavi) Bandana ile toplanm dank ksa sa stili. +75008 Bandana (yeil) Bandana ile toplanm dank ksa sa stili. +75009 Uzun sa (siyah) Grkemli siyah salar +75010 Uzun sa (kzl) Grkemli krmz salar +75011 Uzun sa (kahve) Grkemli kahverengi salar +75012 Uzun sa (yeil) Grkemli yeil salar +75013 Sava Afro (d) Bayan savaya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sre 7 gn). +75014 Sava Afro (d) Bayan savaya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75015 Sava(d):iekli apka Bayan savaya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75016 Sava(d):iekli apka Bayan savaya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75017 Sava (d): Kum Peesi Bayan savalar iin ok deerli kumatan yaplma bir pee. (sresi 7 gn) +75018 Sava (d): l Puisi Bayan savalar iin kaliteli kumatan yaplma bir l puisi. (sresi 7 gn) +75019 Sava Sar (d) Bayan savalar iin kymetli kumatan yaplma bir balk. (sresi 7 gn) +75020 Jack Pumpkin Sava (d) Bayan sava iin balkaba eklinde bir maske. znitelik ve sre rastgele belirlenir. Mevcut olan sa stillerinin yerini alr. +75201 At kuyruu (kahve) At kuyruu eklinde toplanm salar. +75202 At kuyruu (yeil) At kuyruu eklinde toplanm salar. +75203 At kuyruu (mavi) At kuyruu eklinde toplanm salar. +75204 At kuyruu (gri) At kuyruu eklinde toplanm salar. +75205 Omuz Hiz. Sa (krmz) Beyaz bandanal kibar bir sa stili. +75206 Omuz Hiz. Sa (kahve) Yeil bandanal, kibar bir sa stili. +75207 Omuz hiz. sa (ak) Ak renk bandanal kibar bir sa stili. +75208 Omuz Hiz. Sa (mor) Krmz bandanal kibar bir sa stili. +75209 Ksa sa (kzl) Tehditkr bir grnm kazandran sa stili. +75210 Ksa sa (mavi) Tehditkr bir grnm kazandran sa stili. +75211 Ksa sa (siyah) Tehditkr bir grnm kazandran sa stili. +75212 Ksa sa (sarn) Tehditkr bir grnm kazandran sa stili. +75213 Ninja Afro (e) Erkek ninjaya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75214 Ninja Afro (e) Erkek ninjaya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75215 Ninja(e):Samuray Miferi Erkek ninjaya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75216 Ninja(e):Samuray Miferi Erkek ninjaya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75217 Ninja Fesi (e) Erkek ninjalar iin krmz bir balk. (sresi 7 gn) +75218 Ninja Puisi (e) Erkek ninjalar l frtnalarndan koruyan bir balk. (sresi 7 gn) +75219 Ninja Kavuu (e) Erkek ninjalar iin kymetli kumatan yaplma bir balk. (sresi 7 gn) +75220 Jack Pumpkin Ninja (e) Ninja iin balkaba eklinde bir maske. znitelik ve sre rastgele belirlenir. Mevcut olan sa stillerinin yerini alr. +75401 Spor Sa Stili (gri) Bayan suralara zg srad sa stili. +75402 Spor Sa Stili (kahve) Bayan suralara zg srad sa stili. +75403 Spor Sa Stili (sarn) Bayan suralara zg srad sa stili. +75404 Spor Sa Stili (yeil) Bayan suralara zg srad sa stili. +75405 Karizmatik Sa (beyaz) Uuk tarzda uzun beyaz salar. +75406 Karizmatik Sa (kzl) Uuk tarzda uzun krmz salar. +75407 Karizmatik Sa (siyah) Uuk bir grnm kazandran uzun siyah salar. +75408 Karizmatik Sa (mor) Uuk tarzda uzun mor salar. +75409 Uzun rg (beyaz) rgl sa stili +75410 Uzun rg (mor) rgl sa stili +75411 Uzun rg (siyah) rgl sa stili +75412 Uzun rg (kahve) rgl sa stili +75413 Sura Afro (d) Bayan suraya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75414 Sura Afro (d) Bayan suraya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75415 Sura (d): iekli apka Bayan suraya %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75416 Sura (d): iekli apka Bayan suraya %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75417 Sura (d): Kum Peesi Bayan uralar iin ok deerli kumatan yaplma bir pee. (sresi 7 gn) +75418 Sura (d): l Puisi Bayan uralar iin kaliteli kumatan yaplma bir l puisi. (sresi 7 gn) +75419 Sura Sar (d) Bayan uralar iin kymetli kumatan yaplma bir balk. (sresi 7 gn) +75420 Jack Pumpkin Sura (d) Bayan sura iin balkaba eklinde bir maske. znitelik ve sre rastgele belirlenir. Mevcut olan sa stillerinin yerini alr. +75601 Gs. Sa Stili (kahve) amana asil bir grnm kazandran modern kesim. +75602 Gs. Sa Stili (siyah) amana asil bir grnm kazandran modern kesim. +75603 Gs. Sa Stili (mavi) amana asil bir grnm kazandran modern kesim. +75604 Gs. Sa Stili (gri) amana asil bir grnm kazandran modern kesim. +75605 Orta Uz. Sa (kahve) Dz kahverengi sa +75606 Orta Uz. Sa(siyah) Dz siyah sa +75607 Orta Uz. Sa (ak) Dz sar sa +75608 Orta Uz. Sa(mor) Dz mor sa +75609 Eski sa stili (kahve) Eski sava sa stili. Kahverengi salar rg eklinde toplanmtr. +75610 Eski sa stili (ak) Eski sava sa stili. Ak renk salar rg eklinde toplanmtr. +75611 Eski sa stili (mor) Eski sava sa stili. Mor salar rg eklinde toplanmtr. +75612 Eski sa stili (kzl) Eski sava sa stili. Kzl salar rg eklinde toplanmtr. +75613 aman Afro (e) Erkek amana %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75614 aman Afro (e) Erkek amana %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75615 aman(e):Samuray Miferi Erkek amana %1'lik HP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75616 aman(e):Samuray Miferi Erkek amana %1'lik SP bonusu kazandrr. Mevcut sa stilinin yerini alr (sresi 7 gn). +75617 aman Fesi (e) Erkek amanlar iin krmz bir balk. (sresi 7 gn) +75618 aman Puisi (e) Erkek amanlar l frtnalarndan koruyan bir balk. (sresi 7 gn). +75619 aman Kavuu (e) Erkek amanlar iin kymetli kumatan yaplma bir balk. (sresi 7 gn) +75620 Jack Pumpkin aman (e) aman iin balkaba eklinde bir maske. znitelik ve sre rastgele belirlenir. Mevcut olan sa stillerinin yerini alr. +76000 eftali iei arab HP'ni annda 500 puan yenileyen bir iecek. Satlamaz. +76001 Stat Sfrlama Kad Bu nesneyi kullanman, stat puanlarn yeniden datma olana salar. Bylece karakterini baka bir ynde gelitirebilirsin. Satlamaz. +76002 Klen Kafa Klen eytan Kafas eytan Katakombu'nun 3. katnn mhrn aar. Satlamaz. +76003 Soutma ksiri Bu iksir 30 dakika boyunca souma sresini yzde 20 azaltr. Satlamaz. +76004 Ay zt (K) SP'ni otomatik olarak doldurur. 10.000 SP ierir. Satlamaz. +76005 Ay zt (O) SP'ni otomatik olarak doldurur. 300.000 SP ierir. Satlamaz. +76006 Metin Ta Dedektr Pusula bir sonraki Metin tann ynn ve uzakln gsterir. Ne kadar parlaksa, o kadar yaknsn demektir. 6 kez kullanlabilir. Satlamaz. +76007 Cesaret Pelerini Tm yaratklarn kendine eken renkli bir pelerin. Savalar bununla bir zamanlar cesaretlerini kantlard. Satlamaz. +76008 Ejderha Madalyas Bir sonraki canlandrmada seni tecrbe puan kaybetmekten korur. Satlamaz. +76009 Ejderha Parmeni Gelitirme ilemi baarsz olduunda bir eyann yok olmas riskini ortadan kaldrr. Yalnzca kalitesi bir basamak der. Ayrca baarl bir gelitirme ihtimali %10 artar. Satlamaz. +76010 Kan Ta Bahar-Taraji'nin kanndan yaplan bu ta, Srgn Maaras'na girmeni salar. Satlamaz. +76011 Liderin Kitab Bir grubun lideri bu kitab zerinde tad srece tm grup yeleri %30 daha fazla tecrbe puan toplar. Satlamaz. +76012 Hz ksiri 30 dakika boyunca hareket hzn 60 puan artrr. Satlamaz. +76013 Arttrma Kad (m) Biraz ansn yardmyla nesnelerinden birine yeni bir bonus ekler (maks 4 bonus). Seviye sandndan bir eyadr, satlamaz. +76014 Nesneyi efsunla(m) Bir nesnenin bonuslarn siler ve yenilerini ekler. Seviye sandndan bir eyadr, satlamaz. +76015 Kutsama Kresi Efsanevi, kutsanm bir kredir. Daha nce drt nitelikle donanm olan nesnelere bir nitelik daha eklebilir. Satlamaz. +76016 Kutsama Parmeni Gelitirme baarsz olduunda eyann yok olma riskini ortadan kaldrr. Bu durumda sadece kalitesi 1 puan der. Satlamaz. +76017 Saldr ksiri +10 Saldr hzn 30 dakika boyunca %10 artrr. Satlamaz. +76018 Saldr ksiri +15 Saldr hzn 30 dakika boyunca %15 artrr. Satlamaz. +76019 Gei Bileti Bu gei biletini yetkili bekiye gsterdiinde, rmcek Zindan'nn yan sra Krmz Ejderha Kalesi'nin bir katna daha girebilirsin. Satlamaz. +76020 Aratrmacnn zt Toplanan aratrma nesnelerinin kalitesini ve dolaysyla da kabul edilme ihtimalini artrr. Satlamaz. +76021 Gne zt (K) HP'ni otomatik olarak yeniler. 100.000 HP ierir. Satlamaz. +76022 Gne zt (O) HP'ni otomatik olarak doldurur. 3.000.000 HP ierir. Satlamaz. +76023 Yeil Efsun Nesnelerinden birinin bonuslarn siler ve yenilerini ekler. Yalnzca 40. seviye ve altndaki silahlara ve zrhlara uygulanabilir. Seviye sandndan bir eyadr, satlamaz. +76024 Yeil G Biraz ansn yardmyla nesnelerinden birine yeni bir bonus ekler (maks. 4 bonus). Yalnzca 40. seviye ve altndaki silahlara ve zrhlara uygulanabilir. Seviye sandndan bir eyadr, satlamaz. +76025 Rzgarn Ayakkablar Giydiin srece hareket hzn 30 artrr. +79501 Ok antas Seni 24 saat boyunca sonsuz sayda okla destekleyen bir anta. Hasar uzun menzilli atlarda dmez. +79502 Ok antas Seni 7 gn boyunca sonsuz sayda okla destekleyen bir anta. Hasar uzun menzilli atlarda dmez. +79503 Ok antas Seni savata sonsuz sayda okla destekleyen bir anta. Hasar uzun menzilli atlarda dmez. +79504 Ok antas Seni savata sonsuz sayda okla destekleyen bir anta. Hasar uzun menzilli atlarda dmez. +80001 Para Kesesi Deriden yaplm koyu renkli eski kese. +80002 Bo Kat yi kalitede, kullanlmam kat. +80008 Altn Paras lenmemi altn. Maazada yksek fiyata satlabilir. +80014 EP kuponu (100) 100 Ejderha Paras deerinde kupon. Eya satlabilir. +80015 EP kuponu (500) 500 Ejderha Paras deerinde kupon. Eya satlabilir. +80016 EP kuponu (1000) 1000 Ejderha Paras deerinde kupon. Eya satlabilir. +80017 EP kuponu (50) 50 Ejderha Paras deerinde kupon. Eya satlabilir. +80019 nce Kuma Bu malzemeyle omuz kuan retilir. +90000 Dnm Belgesi Omuz kuandaki bonuslar silmek iin dnm belgesini kullan. +90001 Bo Su iesi Su tamak icin kullanlan bo kap. +90002 Su iesi Su tamak iin kullanlan kap. +90003 Kristal Gne nda byleyici ekilde parlayan ho ve temiz kesimli deerli bir ta. +90004 Deerli Ta Ss yapmnda kullanlan ho renkli yatak kesim bir ta. +90005 Su Ta Silah ve mutfak gerelerini bilemeye yarayan sert, kaln ta. +90006 Ruh Ta Bu ta zrh ve silahlara eklenerek eyann kalitesini arttrr. +90007 Mineral Renk ve ekil bakmndan kristal yapsndan farkl olarak 4000 eit mineral bulunur. +90010 Temel Ta Lonca binalar iin inaat malzemesi +90011 Gvde Lonca binalar iin inaat malzemesi +90012 Kontrplak Lonca binalar iin inaat malzemesi +90013 diff --git a/bin/pack/locale_tr/locale/tr/jobdesc_assassin.txt b/bin/pack/locale_tr/locale/tr/jobdesc_assassin.txt new file mode 100644 index 00000000..88332d65 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/jobdesc_assassin.txt @@ -0,0 +1,12 @@ +[DELAY value;10] +Ninjalar her zaman[ENTER] +gizlenerek ve sessizce[ENTER] +ldren profesyonel[ENTER] +katillerdir. eviklik ve[ENTER] +tekrarlanan vurular iin[ENTER] +[WAIT] +hafif zrhlar giyerler.[ENTER] +Bylece hareketleri[ENTER] +kstlanmaz. Eitimlerine[ENTER] +gre haner veya yay[ENTER] +ustalkla kullanabilirler. \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/jobdesc_shaman.txt b/bin/pack/locale_tr/locale/tr/jobdesc_shaman.txt new file mode 100644 index 00000000..268b2e94 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/jobdesc_shaman.txt @@ -0,0 +1,15 @@ +[DELAY value;10] +amanlar ok bilgedirler ve[ENTER] +beceri olarak ,sihir ve by[ENTER] +kullanrlar. Savalarda ve[ENTER] +arkadalarna destek[ENTER] +verirken mistik becerileri[ENTER] +[WAIT] +ok byk nem tar. Bu[ENTER] +zelliklerinin yansra,[ENTER] +amanlar saldrlarn[ENTER] +glendirici,salklarn ya[ENTER] +da arkadalarn[ENTER] +[WAIT] +destekleyici sihirler[ENTER] +yapabilirler. \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/jobdesc_sura.txt b/bin/pack/locale_tr/locale/tr/jobdesc_sura.txt new file mode 100644 index 00000000..7325b76a --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/jobdesc_sura.txt @@ -0,0 +1,16 @@ +[DELAY value;10] +Suralar ,eytann tohumunu[ENTER] +gelitirmeye karar[ENTER] +verdiklerinde ok byk[ENTER] +sihir gleri elde eden[ENTER] +savaslardr. Yakn Dvte[ENTER] +[WAIT] +klc ustalkla[ENTER] +kullanabilirler ya da[ENTER] +dmanlarna uzak mesafeden[ENTER] +sihir ile saldrabilirler.[ENTER] +Eitimlerine gre saldr[ENTER] +[WAIT] +bylerini gelitirebilirler[ENTER] +ya da savunma bylerini[ENTER] +glendirebilirler. \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/jobdesc_warrior.txt b/bin/pack/locale_tr/locale/tr/jobdesc_warrior.txt new file mode 100644 index 00000000..339410d7 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/jobdesc_warrior.txt @@ -0,0 +1,15 @@ +[DELAY value;10] +Yakn Dvte, Savalar[ENTER] +Silahlar ve Zrhlaryla[ENTER] +byk rol oynarlar. Gl[ENTER] +vcut yaplar ve dengeleri[ENTER] +ok iyidir. Bu[ENTER] +[WAIT] +zelliklerinin yan sra[ENTER] +,iki el yardmyla tanan[ENTER] +silahlaryla byk zararlar[ENTER] +verebilirler ya da[ENTER] +dmanlarnn saldrlarn[ENTER] +[WAIT] +kl ve kalkanla[ENTER] +nleyebilirler. \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/locale_game.txt b/bin/pack/locale_tr/locale/tr/locale_game.txt new file mode 100644 index 00000000..ba4c83da --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/locale_game.txt @@ -0,0 +1,936 @@ +AFF_LOVE_POINT Sevgi Puan: %%%d +ALIGNMENT_NAME Sralamas Puanlar: +ATTACK_ERROR_UNKNOWN Bilinmeyen Saldr Hatas: %s +CANNOT_ATTACK_DEST_IN_SAFE avas ok uzakta. +CANNOT_ATTACK_SELF_IN_SAFE Saldramam. +CANNOT_EQUIP_IN_EXCHANGE Ticaret yaparken zrhn deitiremezsin. +CANNOT_EQUIP_IN_SHOP Ticaret yaparken zrhn deitiremezsin. +CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA Genel alanda zel depo aamazsn. +CANNOT_SHOOT_DEST_IN_SAFE Dman ok uzakta. +CANNOT_SHOOT_EMPTY_ARROW Bir oka ihtiyacm var. +CANNOT_SHOOT_SELF_IN_SAFE Bunu yapamam. +CANNOT_SKILL_APPROACH Eminim daha fazla yaklaamam. +CANNOT_SKILL_ATTACK Saldramam. +CANNOT_SKILL_BLUE Krmz kurt ruhu etkinken, ivit kurt ruhunu kullanamazsn. +CANNOT_SKILL_DEST_IN_SAFE Dman ok uzakta. +CANNOT_SKILL_EQUIP_FISHING_ROD Bir oltaya ihtiyacm var. +CANNOT_SKILL_HAVE_TO_RIDE Bunu kullanmadan nce bir ata ihtiyacm var. +CANNOT_SKILL_NEED_EMPTY_BOTTLE Bo bir iem yok. +CANNOT_SKILL_NEED_POISON_BOTTLE Zehirli iem yok. +CANNOT_SKILL_NEED_TARGET Hedef kim? +CANNOT_SKILL_NOT_ENOUGH_HP Yeterli HP yok! +CANNOT_SKILL_NOT_ENOUGH_SP Yeterli SP yok! +CANNOT_SKILL_NOT_HORSE_SKILL Bunu at srerken kullanamam. +CANNOT_SKILL_NOT_MATCHABLE_WEAPON Bu beceriyi bu silahla kullanamam. +CANNOT_SKILL_NOT_YET_LEARN Bu beceriyi renmedim. +CANNOT_SKILL_ONLY_FOR_ALLIANCE Bu sadece grup yelerini etkiler. +CANNOT_SKILL_ONLY_FOR_CORPSE Bu sadece lleri etkiler. +CANNOT_SKILL_RED ivit kurt ruhu etkinken, krmz kurt ruhunu kullanamazsn. +CANNOT_SKILL_REMOVE_FISHING_ROD Bu beceriyi olta ile kullanamam. +CANNOT_SKILL_SELF_IN_SAFE Buradan saldramam. +CANNOT_SKILL_USE_SELF Bunu kendi zerimde yapamam. +CANNOT_SKILL_WAIT_COOLTIME Henz bu beceriyi kullanamam. +CANNOT_USE Onu kullanamazsn. +CANNOT_WHISPER_DEST_REFUSE %s fsldamay bloklad. SA +CANNOT_WHISPER_NOT_LOGON %s bal deil. SA +CANNOT_WHISPER_SELF_REFUSE Fsldamay blokladnda birine birey fsldayamazsn. SNA +CHANNEL Kanal +CHANNELING_CANNOT_LOGOUT Kaydolma ekranna tekrar dnemezsiniz. +CHANNEL_EMPTY_SERVER Sunucu yok +CHANNEL_NORMAL Kanal %d +CHANNEL_NOTIFY_FULL Bu kanal dolu! Ltfen baka bir kanal seiniz. +CHANNEL_NOT_FIND_INFO Kanal zerinden herhangi bir bilgiye ulalamad. +CHANNEL_PVP Serbest dello +CHANNEL_SELECT_CHANNEL Kanal Se +CHANNEL_SELECT_REGION Blge se. +CHANNEL_SELECT_SERVER Sunucu se +CHANNEL_TEST_SERVER Sunucuyu test et +CHANNEL_TEST_SERVER_ADDR Test %s:%d +CHARACTER_CREATE_MODE Karakter olutur +CHARACTER_SELECT_MODE Karakter se +CHAT_ALL Genel +CHAT_BLOCK Blok +CHAT_GUILD Lonca +CHAT_INFORMATION Bilgi +CHAT_INSULT_STRING Bu cmle yanl kelimeler ieriyor. +CHAT_LOG Eski mesaj gster[L] +CHAT_LOG_TITLE Sohbet Protokol +CHAT_NORMAL Normal +CHAT_NOTICE Duyuru +CHAT_PARTY Grup +CHAT_SEND_CHAT Sohbet yolla +CHAT_SEND_MEMO Fslt gnder[Shift+Enter] +CHAT_SHOUT Barmak +CHAT_SHOUT_LIMIT 15 saniyede bir barabilirsiniz. +CHAT_WHISPER Fsldama +COMB_ALREADY_APPEND +COMB_CANT_APPEND_ITEM Bu nesne kullanlamaz. +COMB_CANT_APPEND_SEALED_ITEM Ruha bal nesneler kullanamazsn. +COMB_COST cret: %s +COMB_IS_CONTINUE_PROCESS Devam etmek istiyor musun? +COMB_NOTICE Kitaplar takas etmek isterken zel dkkan aamazsn. +COMB_NOTICE_NOT_OPEN zel dkkan akken kitap takas edemezsin. +COMB_NOT_ALL_SLOT_APPEND_ITEM Bonus aktarmak iin 2. bir kostme ihtiyacn var. +COMB_NOT_FULL_BOOK Yok, biz byle anlaamayz. Sana anlattm gibi, takas sadece bana 10 kitap verirsen olur. +COMB_NOT_ITEM_IN_INVENTORY Kuandn eyalar kullanamazsn. +COMB_NOT_MEDIUM_ITEM Bu nesne kullanlamaz. +COMB_WILL_REMOVE_MATERIAL Kostm 2 yok ediliyor. +CREATE_ERROR_GM_NAME Karakter isminizde, GM ismini kullanamazsiniz. +CREATE_ERROR_INSULT_NAME Bu isim hatal. +CREATE_ERROR_LIMIT_LEVEL Karakterin en az seviye 80 olmal. +CREATE_ERROR_TIME_LIMIT Sadece her 30 saniyede bir karakter oluturabilirsin. +CREATE_ERROR_WRONG_STRING Karakter ismin zel karakter ieremez. +CREATE_EXIST_SAME_NAME Bu ismi zaten baka bir karakter kullanyor. +CREATE_FAILURE Karakteri yaratamazsn. +CREATE_FULL Baka karakter oluturamazsn. +CREATE_GM_NAME GM +CREATE_INPUT_NAME smi gir. +CREATE_PLUS_STAT Hala stat puann var. +DAY Gn +DONT_USE_ITEM_WHEN_SHOW_CONFIRM Sorgulama srasnda nesne hareket ettiremezsin. +DO_YOU_BUY_ITEM1 Satn almak istiyor musun? Nesne: %s Fiyat: %s +DO_YOU_BUY_ITEM2 Satn almak istiyor musun? Nesne: %s %s Fiyat: %s +DO_YOU_DROP_MONEY %d Yang brakmak istiyor musun? +DO_YOU_SELL_ITEM1 Satmak istiyor musun? Nesne: %s Fiyat: %s +DO_YOU_SELL_ITEM2 Satmak istiyor musun? Adet: %s Eya: %s Fiyat: %s +DRAGON_SOUL_CANNOT_REFINE Bu ejderha ta arndrlamaz. +DRAGON_SOUL_CANNOT_REFINE_MORE Bu ejderha ta en yksek seviyeye ulat bile. +DRAGON_SOUL_EQUIP_WARNING1 Bir ejderha tan tekrar kartmak zor. +DRAGON_SOUL_EQUIP_WARNING2 Yine de devam etmek istiyor musun? +DRAGON_SOUL_EXPIRED Sresi gemi ejderha ta +DRAGON_SOUL_INVALID_DRAGON_SOUL Yanl ejderha ta. +DRAGON_SOUL_IS_NOT_DRAGON_SOUL Bu ejderha ta deil. +DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE Bu doru ejderha ta deil. +DRAGON_SOUL_NOT_ENOUGH_MATERIAL Arndrma iin yeterli malzemen yok. +DRAGON_SOUL_NOT_MATCHED_SLOT Ejderha ta bu bolua smyor. +DRAGON_SOUL_STEP_LEVEL1 Saflk: mat, +DRAGON_SOUL_STEP_LEVEL2 Saflk: parlak, +DRAGON_SOUL_STEP_LEVEL3 Saflk: tertemiz, +DRAGON_SOUL_STEP_LEVEL4 Saflk: mkemmel, +DRAGON_SOUL_STEP_LEVEL5 Saflk: kusursuz, +DRAGON_SOUL_STRENGTH Seviye +%d SA +DRAGON_SOUL_UNEQUIP_WARNING1 Ejderha ta krlabilir. +DRAGON_SOUL_UNEQUIP_WARNING2 Yine de devam etmek istiyor musun? +DRAGON_SOUL_UNMATCHED_SLOT Bu yanl boluk. +DRAGON_SOUL_UNQUALIFIED Ejderha ta simyasn henz kullanamazsn. +DROP_ITEM_FAILURE_EQUIP_ITEM Giyilen eyay brakamazsn. +DROP_ITEM_FAILURE_PRIVATE_SHOP zel dkkan atn srece nesne dremiyorsun. +DROP_MONEY_FAILURE_1000_OVER En fazla 999 Yang brakabilirsin. +EMOTION_ANGRY Can Skc +EMOTION_ATTRACTIVE Batan karma +EMOTION_BANTER Kmseme +EMOTION_CHEERS_1 Hoa Kal 1 +EMOTION_CHEERS_2 Hoa Kal 2 +EMOTION_CHEERUP Alk +EMOTION_CHOOSE_ONE Bir hedef se. +EMOTION_CLAP Alklar +EMOTION_CLAP_KISS pck +EMOTION_CONGRATULATION Onaylama +EMOTION_DANCE_1 Dans 1 +EMOTION_DANCE_2 Dans 2 +EMOTION_DANCE_3 Dans 3 +EMOTION_DANCE_4 Dans 4 +EMOTION_DANCE_5 Dans 5 +EMOTION_DANCE_6 Gumsan Style +EMOTION_FORGIVE Affetme +EMOTION_FRENCH_KISS Fransz pc +EMOTION_JOY Nee +EMOTION_SAD zgn +EMOTION_SHY Reddetme +EMOTION_SLAP ak +EMPIRE_A Shinsoo Krall +EMPIRE_B Chunjo Krall +EMPIRE_C Jinno Krall +EMPIRE_SELECT_MODE Krallk se +EXCHANGE_CANNOT_GIVE Bu nesneyi alverite kullanamazsn. +EXCHANGE_CANT_EDIT_MONEY Toplam u anda deitiremezsin. +EXCHANGE_FAILURE_EQUIP_ITEM Giyilen eyay takas edemezsin. +EXCHANGE_MONEY Toplam +EXCHANGE_TITLE %s ile alveri +FISHING_FAILURE Yemi kaybettin. +FISHING_NOTIFY1 %s oltaya taklm gibi grnyor. +FISHING_NOTIFY2 Oltaya %s taklm gibi grnyor. +FISHING_SUCCESS1 %s ! +FISHING_SUCCESS2 Suda %s tuttun! +FISHING_UNKNOWN Oltaya birey takld ama ne olduu belli deil. +FISHING_WRONG_PLACE Burada balk tutamazsn. +FOR_FEMALE kadn iin +FOR_MALE erkek iin +GAME_CANNOT_MINING At stndeyken madencilik yapamazsn. +GAME_CANNOT_PICK_ITEM Kazanmadn iin bu nesneyi toplayamazsn. +GAME_INIT_ERROR_CURSOR imle tanmlanamad. +GAME_INIT_ERROR_DIRECTX Oyunun alisabilmesi iin DirectX 8.1 kurulu olmas gerekiyor.\nDirectX 8.1 veya daha yksek bir srmn kur. +GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE Grafik kart bulunamad.\nEer mevcutsa, VGA kart srcnzn doru yklenmi olup olmadn kontrol edin. +GAME_INIT_ERROR_GRAPHICS_NOT_EXIST Grafik kart kurulamad. \n Eer VGA kartnz varsa kontrol edin. \n Alternatif olarak, donanm hzlandrcnz aktif edebilirsiniz. \n (Donanm Hzlandrcnz maximuma ayarlayn \n Control Panel->Display->Settings->Advanced->Troubleshoot) +GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT Bilgisayarnzdaki grafik kart Windows 32bit Modunu desteklemiyor.\n16bit Modunu veya tam ekran seeneini kullannz. +GAME_INIT_ERROR_ITEM_PROTO Nesne bilgileri yok.\nOyunu tekrar ykleyiniz. +GAME_INIT_ERROR_MAIN_WINDOW Anayap oluturulamyor. +GAME_INIT_ERROR_MOB_PROTO Canavar bilgileri yok.\nOyunu tekrar ykleyiniz. +GAME_INIT_ERROR_NETWORK Balant kurulamyor.\ninternet balantnz kontrol ediniz. +GAME_PICK_MONEY %d Yang Kazandn. +GUILDMARK_UPLOADER_ERROR_128_HEIGHT Ykseklik 128 Pixel deil +GUILDMARK_UPLOADER_ERROR_12_HEIGHT Ykseklik 12 Pixel deil +GUILDMARK_UPLOADER_ERROR_16_WIDTH Genislik 16 Pixel deil +GUILDMARK_UPLOADER_ERROR_64_WIDTH Genilik 64 Pixel deil +GUILDMARK_UPLOADER_ERROR_FILE_FORMAT Oyun bu resmi desteklemiyor. +GUILDMARK_UPLOADER_ERROR_PATH Bilgiyi metin2/upload klasrne ta. +GUILDMARK_UPLOADER_ERROR_SELECT Resim dosyas seilmedi. +GUILDWAR_CTF_TITLE Bayrak ele geirildi. +GUILDWAR_NORMAL_TITLE Meydan Sava +GUILDWAR_QUESTION_LINE_1 %s loncas, senin loncana sava ilan etti. +GUILDWAR_QUESTION_LINE_2 kabul ediyor musun? (%s) +GUILDWAR_UNKNOWN_TITLE ... +GUILDWAR_WARP_TITLE Arena Sava +GUILD_BUILDING_GRADE Sralama +GUILD_BUILDING_NAME Binanin ismi +GUILD_CANNOT_HEAL_GSP_ANYMORE Ejderha Hayaleti Enerjisi tamamen yklenmi durumda. +GUILD_COMMENT Yaz +GUILD_CREATE_ERROR_INSULT_NAME Lonca ad hatal +GUILD_DEFAULT_GRADE Lonca yeleri +GUILD_DELETE Sil +GUILD_DEPOSIT Depozit +GUILD_DO_YOU_HEAL_GSP %d Yang kullanarak %d Ejderha Hayaleti yklemek ister misin? +GUILD_DO_YOU_JOIN seni davet ediyor. Loncaya katlmak istiyor musun? +GUILD_EMPTY_AREA Bo alan +GUILD_ENEMY_GUILD_NAME Dmann Lonca ad +GUILD_FACILITY Ek bina +GUILD_GEM Deerli ta +GUILD_HEADQUARTER Ana bina +GUILD_HEAL_GSP Ejderha Hayaleti Ykle +GUILD_INFO_ENEMY_GUILD_EMPTY Bo +GUILD_MARK_NOT_ENOUGH_LEVEL En az 3. seviye gerekir +GUILD_NAME Lonca ad +GUILD_NOT_ENOUGH_MATERIAL Bu bina iin yeterli inaat malzemesine sahip deilsin. +GUILD_NOT_ENOUGH_MONEY Bu bina iin yeterli Yang'a sahip deilsin. +GUILD_NO_NOTICE_PERMISSION Duyuru yapmak iin gerekli iznin yok. +GUILD_OBJECT Nesne +GUILD_OFFER_EXP Tecrbe yatr +GUILD_SHORT_EXP Yeterli Tecrbe Puan yok. +GUILD_TILE_BASEINFO Temel bilgiler +GUILD_TILE_BOARD Kara tahta +GUILD_TILE_GRADE Ynetici Pozisyonu +GUILD_TILE_INFO Lonca bilgileri +GUILD_TILE_MEMBER Lonca yeleri +GUILD_TILE_SKILL Lonca becerisi +GUILD_VILLAGE_01 Miryang +GUILD_VILLAGE_02 Songpa +GUILD_VILLAGE_03 Daeyami +GUILD_WAR1 Lonca Sava Blgesi +GUILD_WAR2 Lonca Sava Blgesi +GUILD_WAR3 Lonca Sava Blgesi +GUILD_WAR4 Lonca Sava Blgesi +GUILD_WAR_LIMIT_30MIN Zaman: 30 dakika +GUILD_WAR_REWARD_POTION dl: Yenen iksir kazanacak +GUILD_WAR_USE_BATTLE_MAP Yer: Lonca Sava Arenas +GUILD_WAR_USE_NORMAL_MAP Yer: Normal Harita +GUILD_WAR_WIN_CHECK_SCORE Sava en yksek skor kazanr +GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Dmann bayran ele geir +GUILD_WAR_WIN_TAKE_AWAY_FLAG2 ve kendi ssne gtr. +GUILD_WAR_WIN_WIPE_OUT_GUILD Kazanmak iin tm dmanlar ldr. +GUILD_WITHDRAW Geri ekil. +GUILD_YOU_DO_NOT_JOIN Bir Loncaya ye deilsin. +HORSE_HEALTH0 l +HORSE_HEALTH1 A kalm halde +HORSE_HEALTH2 Ackm halde +HORSE_HEALTH3 Tok +HORSE_LEVEL1 Normal at +HORSE_LEVEL2 Sava At +HORSE_LEVEL3 Asker at +HOUR Saat +HOW_MANY_ITEM_DO_YOU_DROP1 %s atmak istiyor musun? +HOW_MANY_ITEM_DO_YOU_DROP2 %s %d atmak istiyor musun? +INPUT_MATRIX_CARD_NUMBER Matrix Kart Numaran gir. +INPUT_MATRIX_CARD_TITLE Matrix Kart +INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Hesap ayarlarnzdaki silme-kodunu buraya giriniz. +INPUT_PRIVATE_CODE_DIALOG_TITLE Karakteri sil +INVENTORY_DO_NOT_PACK_WARP_SCROLL Dn Rolesi +INVENTORY_REALLY_USE_ITEM Eyay bu nesneye uygula? +JOB_ASSASSIN Ninja +JOB_ASSASSIN0 Amatr Ninja +JOB_ASSASSIN1 Ninjalarin Gc +JOB_ASSASSIN2 lmsz +JOB_SHAMAN aman +JOB_SHAMAN0 Amatr aman +JOB_SHAMAN1 Ejderhann Gc +JOB_SHAMAN2 imek Gc +JOB_SURA Sura +JOB_SURA0 Amatr Sura +JOB_SURA1 Byl Silah Gc +JOB_SURA2 Kara Bynn Gc +JOB_WARRIOR Sava +JOB_WARRIOR0 Amatr Sava +JOB_WARRIOR1 Bedensel G +JOB_WARRIOR2 Zihinsel G +LEFT_TIME Kalan Sre +LOGIN_CONNECT_FAILURE Sunucuya balanrken hata +LOGIN_CONNECT_SUCCESS Sunucuya balandn. +LOGIN_CONNETING Sunucuya balanyorsun... +LOGIN_FAILURE_ALREAY Hesap zaten bal. +LOGIN_FAILURE_BE_SAME_KEY Kayt problemi +LOGIN_FAILURE_BLOCK_ID Hesabnz engellendi! +LOGIN_FAILURE_BLOCK_LOGIN Ltfen baka server se! +LOGIN_FAILURE_NOBILL Hesabnzn oyun sresi yok. +LOGIN_FAILURE_NOT_AVAIL Hesabnz kullanlamaz. +LOGIN_FAILURE_NOT_EXIST_ID Hesap ismi veya ifre yanl. +LOGIN_FAILURE_REPAIR_ID Bu hesap iin, nesneler yklendi. +LOGIN_FAILURE_SAMELOGIN Biri senin hesabnla giri yapt. +LOGIN_FAILURE_SHUTDOWN Sunucu henz almad. +LOGIN_FAILURE_TOO_MANY_USER ok fazla kullanc bal olduu iin balanamazsnz. +LOGIN_FAILURE_UNKNOWN Bilinmeyen bir nedenle kaydolamadnz. +LOGIN_FAILURE_WEB_BLOCK Web sitesine eriiminiz engellendi. Ltfen E-Postanz kontrol ediniz. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Yanl numara girdiniz. +LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE 3 kere yanl numara girdiniz. Balantnz kesildi. +LOGIN_FAILURE_WRONG_PASSWORD Hesap ismi veya ifre yanl. +LOGIN_INPUT_ID ID nizi yazn. +LOGIN_INPUT_PASSWORD ifreyi gir. +LOGIN_PROCESSING Giri ilemi yaplyor... +MALL_CANNOT_INSERT Nesne iin yeriniz yok. +MALL_PASSWORD_TITLE ifre +MAP_A1 Yongan Blgesi +MAP_A2 Seungryong Vadisi +MAP_A2_1 +MAP_A3 Yayang Blgesi +MAP_AG Jungrang +MAP_B1 Joan Blgesi +MAP_B2 Imji Vadisi +MAP_B3 Bokjung Blgesi +MAP_BAY Nefrit Krfezi +MAP_BAYBLACKSAND Nefrit Krfezi +MAP_BG Waryong +MAP_C1 Pyungmoo Blgesi +MAP_C2 Bangsan Vadisi +MAP_C3 Bakra Blgesi +MAP_CAPE Ejderha Atei Burnu +MAP_CAPEDRAGONHEAD Ejderha Atei Burnu +MAP_CG Imha +MAP_DAWN Gautama Uurumu +MAP_DAWNMISTWOOD Gautama Uurumu +MAP_DESERT Yongbi l +MAP_DEVILCATACOMB eytan Katakombu +MAP_DEVILTOWER1 eytan Kulesi +MAP_DUEL Eitim Dv Arenas +MAP_E Koloni +MAP_EMPIREWAR01 Kale Sava +MAP_EMPIREWAR02 Kale Sava +MAP_EMPIREWAR03 Kale Sava +MAP_FLAME Doyyumhwan +MAP_GUILD_01 Jungrang +MAP_GUILD_02 Waryong +MAP_GUILD_03 Imha +MAP_HOLYPLACE_DESERT mparatorluk Sava - l Diyar +MAP_HOLYPLACE_FLAME mparatorluk Sava - Ate Diyar +MAP_HOLYPLACE_ICE mparatorluk Sava - Buz Da +MAP_MILGYO Hwang Tapna +MAP_MILGYO_A +MAP_MONKEY_DUNGEON Hasun Dong +MAP_MONKEY_DUNGEON2 Jungsun Dong +MAP_MONKEY_DUNGEON3 Sangsun Dong +MAP_MONKEY_DUNGEON_11 Hasun Dong +MAP_MONKEY_DUNGEON_12 Hasun Dong +MAP_MONKEY_DUNGEON_13 Hasun Dong +MAP_MT_THUNDER Yldrm Dalar +MAP_NUSLUCK Devler Diyar +MAP_NUSLUCK01 Devler Diyar +MAP_N_DESERT_01 Yongbi l +MAP_N_DESERT_02 +MAP_N_FLAME_01 Ate Diyar +MAP_N_FLAME_02 +MAP_N_FLAME_DUNGEON_01 Krmz Ejderha Kalesi +MAP_N_SNOWM_01 Sohan Da +MAP_N_SNOWM_02 +MAP_N_SNOW_DUNGEON_01 Nemere Gzlemevi +MAP_N_THREEWAY Seungryong Vadisi +MAP_OXEVENT OX-yarmas +MAP_PATHWAY_DESERT_01 mparatorluk Sava - l Diyar +MAP_PATHWAY_DESERT_02 mparatorluk Sava - l Diyar +MAP_PATHWAY_DESERT_03 mparatorluk Sava - l Diyar +MAP_PATHWAY_FLAME_01 mparatorluk Sava - Ate Diyar +MAP_PATHWAY_FLAME_02 mparatorluk Sava - Ate Diyar +MAP_PATHWAY_FLAME_03 mparatorluk Sava - Ate Diyar +MAP_PATHWAY_ICE_01 mparatorluk Sava - Buz Da +MAP_PATHWAY_ICE_02 Oyun Park +MAP_PATHWAY_ICE_03 mparatorluk Sava - Buz Da +MAP_SKELTOWER Gumsan Kulesi +MAP_SKIPIA_DUNGEON_01 Srgn Maaras +MAP_SKIPIA_DUNGEON_011 +MAP_SKIPIA_DUNGEON_012 +MAP_SKIPIA_DUNGEON_013 +MAP_SKIPIA_DUNGEON_02 Srgn Maaras 2 +MAP_SKIPIA_DUNGEON_021 +MAP_SKIPIA_DUNGEON_022 +MAP_SKIPIA_DUNGEON_023 +MAP_SKIPIA_DUNGEON_BOSS Ejderha Tapna +MAP_SKIPIA_DUNGEON_BOSS_1 rmcek Zindan 1 +MAP_SKIPIA_DUNGEON_BOSS_2 rmcek Zindan 2 +MAP_SKIPIA_DUNGEON_BOSS_3 rmcek Zindan 3 +MAP_SNOW Sohan Da +MAP_SPIDER Kuahlo Dong +MAP_SPIDERDUNGEON rmcek Zindan 1 +MAP_SPIDERDUNGEON_02 rmcek Zindan 2 +MAP_SPIDERDUNGEON_02_1 rmcek Zindan 2 +MAP_SPIDERDUNGEON_03 rmcek Zindan 3 +MAP_SUNGZI mparatorluk Sava +MAP_SUNGZI_DESERT_01 mparatorluk Sava - l Diyar +MAP_SUNGZI_DESERT_HILL_01 mparatorluk Sava - l Diyar +MAP_SUNGZI_DESERT_HILL_02 mparatorluk Sava - l Diyar +MAP_SUNGZI_DESERT_HILL_03 mparatorluk Sava - l Diyar +MAP_SUNGZI_FLAME_HILL_01 mparatorluk Sava - Ate Diyar +MAP_SUNGZI_FLAME_HILL_02 mparatorluk Sava - Ate Diyar +MAP_SUNGZI_FLAME_HILL_03 mparatorluk Sava - Ate Diyar +MAP_SUNGZI_SNOW mparatorluk Sava - Buz Da +MAP_SUNGZI_SNOW_PASS01 mparatorluk Sava - Buz Da +MAP_SUNGZI_SNOW_PASS02 mparatorluk Sava - Buz Da +MAP_SUNGZI_SNOW_PASS03 mparatorluk Sava - Buz Da +MAP_T1 Lonca Sava Blgesi +MAP_T2 Lonca Sava Blgesi +MAP_T3 Lonca Sava Blgesi +MAP_T4 Lonca Sava Blgesi +MAP_TEMPLE Hwang Tapna +MAP_THUNDER Yldrm Dalar +MAP_TREE Lungsam +MAP_TRENT Hayalet Orman +MAP_TRENT02 Krmz Orman +MAP_TRENT02_A Kzl Orman +MAP_TRENT_A +MAP_WEDDING_01 Dn Ky +MAP_WL Ylan Vadisi +MAP_WL_01 Ylan Vadisi +MESSENGER_ADD_FRIEND Arkada ekle +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s seni arkada olarak ekledi. +MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Kabul et? +MESSENGER_DO_YOU_DELETE Sil? +MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Cep telefonu numaranz silmek istiyor musunuz? +MESSENGER_DO_YOU_MOVE Devam etmek istiyor musun? +MESSENGER_EMPTY_LIST Bo +MESSENGER_FAMILY Aile +MESSENGER_FRIEND Arkadalar +MESSENGER_GUILD Lonca +MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Cep telefonunuza gnderilen onay numarasn giriniz. +MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Onaylama kodunu gir. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Text mesajlarnn gnderilmesi iin cep telefonu numaranz giriniz. +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Numaray imdi girmek istiyor musun? +MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Cep telefonu numaranz giriniz. +MESSENGER_SEND_MOBILE_MESSAGE_TITLE Mesaj gnder. +METIN_TEST +MINIMAP Kk Haritay a +MINIMAP_CANNOT_SEE Kk Haritayi gremezsiniz. +MINIMAP_CAN_NOT_SHOW_AREAMAP Kk Harita grntlenemiyor. +MINIMAP_DEC_SCALE Uzaklatr +MINIMAP_INC_SCALE Yaknlatr +MINIMAP_OBSERVER_COUNT %d izleyici +MINIMAP_SHOW_AREAMAP Genel Grnm Haritas'n a +MINUTE Dakika +MONETARY_UNIT0 Yang +MONETARY_UNIT1 On Bin +MONETARY_UNIT2 Yz Milyon +MONEY_INPUT_DIALOG_SELLPRICE Sat Fiyat: +MOVE_ITEM_FAILURE_PRIVATE_SHOP zel depo atn srece nesneleri baka yere tayamazsn. +MUSIC_EMPTY_MUSIC_LIST Fon mzii yok. +MUSIC_METIN2_DEFAULT_THEMA Metin2 Standart Mzii +MUSIC_NOT_SELECT_MUSIC Hi Mzik dosyas seilmedi. +NEEFD_REST nce dinlenmelisin. +NOT_YET_SUPPORT Desteklenmiyor +OPTION_PVPMODE_CANNOT_SET_GUILD_MODE Herhangi bir Loncada deilken Lonca Modunu aktif edemezsiniz. +OPTION_PVPMODE_NOT_SUPPORT PvP Modunda bu biimi seemezsiniz. +OPTION_PVPMODE_PROTECT PvP-Modu'nu deitirmek iin ulam olman gereken asgari seviye: %d. +PARTY_ANSWER_TIMEOVER Davet reddedildi. +PARTY_BONUS_ATTACKER Saldr Deeri: +%d SA +PARTY_BONUS_BERSERKER Saldr Hz: +%d SA +PARTY_BONUS_BUFFER Beceri Sresi: +%d SA +PARTY_BONUS_DEFENDER Savunma: +%d SA +PARTY_BONUS_EXP EXP: %%%d SA +PARTY_BONUS_SKILL_MASTER Max. SP: +%d SA +PARTY_BONUS_TANKER Max. HP: +%d SA +PARTY_BREAK_UP Grubu sil +PARTY_DO_YOU_ACCEPT grubunuza katlmak istiyor. +PARTY_DO_YOU_JOIN seni grubuna davet ediyor. Kabul etmek istiyor musun? +PARTY_EXP_DISTRIBUTION_MODE EXP paylam +PARTY_EXP_DISTRIBUTION_MODE_LEVEL seviyeye bal +PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP Yksek seviyeli grup yeleri daha fazla EXP kazanyor. +PARTY_EXP_DISTRIBUTION_MODE_PARITY eit +PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Tm grup yeleri ayn EXP i alr. +PARTY_HEAL_ALL_MEMBER Her eyi ykle. +PARTY_INCREASE_AREA_150 Grup kurulu faktr aral 1,5. SNA +PARTY_INCREASE_AREA_200 Grup kurulu faktr aral 2. SNA +PARTY_LEAVE Grubu terket +PARTY_LONGTIME_BONUS_EXP Uzun bir grup oyunu iin kazanlan EXP: +%%%d SA +PARTY_MEMBER_OFFLINE [evrimd] +PARTY_RECALL_MEMBER Grup yesini ar. +PARTY_REGEN_BONUS Yeniden oluum HP- + SP primi: +%%%d SA +PARTY_REQUEST_DENIED Bavurun reddedildi. +PARTY_SET_ATTACKER Saldr gc olarak belirle +PARTY_SET_BERSERKER fkeli olarak belirle +PARTY_SET_BUFFER Tampon olarak belirle. +PARTY_SET_DEFENDER Savunma gc olarak belirle. +PARTY_SET_NORMAL Geri ekilme Ayarlar. +PARTY_SET_SKILL_MASTER Beceri Master i olarak ayarla. +PARTY_SET_TANKER Yakn Dv Savass olarak belirle. +PARTY_SKILL_ATTACKER Saldr gc olarak temel saldr deeri +%.0f +PARTY_SKILL_BERSERKER fkeli saldr hz +%.0f +PARTY_SKILL_BUFFER Tampon Beceri Sresi +%.0f +PARTY_SKILL_DEFENDER Savunmaclarn Savunmas +%.0f +PARTY_SKILL_HP_REGEN HP retimi +%.0f%% +PARTY_SKILL_PARTY_AREA Grup sras +%%%d +PARTY_SKILL_SKILL_MASTER Max. SP Beceri Master +%.0f +PARTY_SKILL_SP_REGEN SP retimi +%.0f%% +PARTY_SKILL_TANKER Max. HP Yakn Dv Saldr Gc +%.0f +PARTY_SKILL_WARP Grup yelerini armak mmkn. +PASSWORD_TITLE Depo ifresi +PICK_ITEM_TITLE Eya No +PICK_MONEY_TITLE Toplam +PRIVATE_SHOP_CANNOT_SELL_ITEM Bu eyay zel depoda satamazsn. +PRIVATE_SHOP_CLOSE_QUESTION zel depoyu kapatmak istiyor musun? +PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE zel deponun ismi +PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Fiyat +PVP_LEVEL0 Kahraman +PVP_LEVEL1 Soylu +PVP_LEVEL2 yi +PVP_LEVEL3 Arkadaa +PVP_LEVEL4 Tarafsz +PVP_LEVEL5 Agresif +PVP_LEVEL6 Hileli +PVP_LEVEL7 Kt Niyetli +PVP_LEVEL8 Zalim +PVP_MODE_GUILD PvP - Lonca etkinletirildi +PVP_MODE_KILL PvP - Serbest etkinletirildi +PVP_MODE_NORMAL PvP - Bar etkinletirildi. +PVP_MODE_PROTECT PvP - Koruma etkinletirildi. +PVP_MODE_REVENGE PvP - Dman etkinletirildi +PVP_OPTION_KILL Serbest +PVP_OPTION_NORMAL Bar +PVP_OPTION_PROTECT Koruma +PVP_OPTION_REVENGE Dmanca +QUEST_APPEND Yeni grev geldi. +QUEST_MIN Dk. +QUEST_SEC Sn. +QUEST_TIMEOVER Zaman doldu. +QUEST_UNLIMITED_TIME Zaman snr yok. +QUEST_ZEROSEC 0 sn. +QUICKSLOT_REGISTER_DISABLE_ITEM Bu nesne hzl eriim alanna eklenemez. +RECEIVE_MESSAGE %s mesaj gnderdi. +REFINE_COST Ykseltme bedeli: %d Yang +REFINE_DESTROY_WARNING Eya arndrlrken yok olabilir. +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Bunlar iyiletirme yaplarak ykseltilecek, +REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 fakat hata vermesi durumunda nesne yok olabilir. Devam etmek istiyor musunuz? +REFINE_DOWN_GRADE_WARNING Eyann arndrlrken deeri debilir. +REFINE_DO_YOU_SEPARATE_METIN Mevcut olan tm Ruh Talar karlsn m? +REFINE_FAILURE Baaramadn. +REFINE_FAILURE_CAN_NOT_ATTACH Bu nesneye %s katamazsn. +REFINE_FAILURE_EQUIP_ITEM Kullanlmakta olan nesneleri gelitiremezsin. +REFINE_FAILURE_METIN_INSEPARABLE_ITEM karabileceiniz ruh ta yok. +REFINE_FAILURE_NEED_BETTER_SCROLL Daha iyi bir ykseltme Rolesine ihtiyacnz var. +REFINE_FAILURE_NO_GOLD_SOCKET Burada %s eklemek iin altn yuva yok. +REFINE_FAILURE_NO_MORE_SOCKET Daha fazla slot ekleyemezsin. +REFINE_FAILURE_NO_SOCKET0 %s eklemek iin bo slot yok. +REFINE_FAILURE_SOCKET_DISABLE_ITEM Bu nesneye slot ekleyemezsin. +REFINE_FAILURE_UPGRADE_DISABLE_ITEM Bu nesne ykseltilemez. +REFINE_SUCCESS Nesnenin ykseltilmesi baaryla tamamland. +REFINE_SUCCESS_PROBALITY Ykseltme ans %%%d +REFINE_WARNING2 Devam etmek istiyor musun? +SAFEBOX_ERROR Yanl ifre girdin. +SAFEBOX_SELL_DISABLE_SAFEITEM Korumal nesneleri satamazsnz. +SAFEBOX_WRONG_PASSWORD ifre ayn olmal. +SCREENSHOT_SAVE1 Ekran Grnts +SCREENSHOT_SAVE2 Dosyas Kaydedildi +SCREENSHOT_SAVE_FAILURE Ekran grnts kayd yaplamad. +SECOND sn +SELECT_CAN_NOT_DELETE Karakteri silemezsin. +SELECT_CHANGED_NAME Karakterin adn deitirdin +SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME Bu karakter ad kullanlyor +SELECT_CHANGE_FAILURE_STRANGE_INDEX Tekrar dene. +SELECT_CHANGE_FAILURE_STRANGE_NAME Bunu +SELECT_CHANGE_NAME_TITLE Karakter adn deitir +SELECT_DELEING Karakter silinecek. +SELECT_DELETED Baaryla silindi. +SELECT_DO_YOU_DELETE_REALLY Devam etmek istiyor musun? +SELECT_EMPTY_SLOT Bu bo bir alan. +SELECT_GM_NAME GM +SELECT_INPUT_CHANGING_NAME Yeni karakter ad gir. +SELECT_NOT_JOIN_GUILD Lonca yok +SHOP_BUY_INFO Market penceresinden satn almak istediin nesneyi se. +SHOP_CANNOT_SELL_EQUIPMENT Kullanlmakta olan nesneleri satamazsn. +SHOP_CANNOT_SELL_ITEM Bu eya satlamaz. +SHOP_ERROR_UNKNOWN Bilinmeyen market hatas: %s +SHOP_INVALID_POS Bu eya burada kullanlamaz. +SHOP_INVENTORY_FULL Envanterde bo alan yok. +SHOP_NOT_ENOUGH_MONEY Yeterli Yang yok +SHOP_NOT_ENOUGH_MONEY_EX Yeterli Yang'a sahip deilsin. +SHOP_SELL_INFO Envanter penceresinden satmak istediin nesneyi se. +SHOP_SOLDOUT Satld +SHOT_ERROR_UNKNOWN Uzaktan saldr esnasnda belirsiz hata: %s +SKILL_BLEEDING Kanama +SKILL_BOHO Yanstma +SKILL_BUDONG Henz kullanlamaz +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK Bu beceriyi renmek iin EXP e ihtiyacn var. +SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Bu beceriyi grenmek iin bir kitaba ihtiyacn var. +SKILL_CHEONGEUN Gl Beden +SKILL_CRITICAL Kritik Vuru +SKILL_ENCHANT_POISON Zehir Uygulama +SKILL_EUNHYEONG Kamuflaj +SKILL_FAINT Sersemletme +SKILL_FIND_TRAP Tuzak Kurma +SKILL_FIRE Srekli Ate +SKILL_FISHMIND Balklk Kresi etkin +SKILL_GAMJI Yakalama +SKILL_GEOMGYEONG Hava Klc +SKILL_GEONGON SKILL_GEONGON Henz kullanlamaz +SKILL_GICHEON Ejderha Yardm +SKILL_GIGONG Chi Dn +SKILL_GONGPO Dehet +SKILL_GRADE_NAME_GRAND_MASTER %s Grand Master +SKILL_GRADE_NAME_MASTER %s Master +SKILL_GRADE_NAME_PERFECT_MASTER %s Perfect Master +SKILL_GROUP_ASSASSIN_1 Bak +SKILL_GROUP_ASSASSIN_2 Ok +SKILL_GROUP_HORSE Binicilik +SKILL_GROUP_SHAMAN_1 EjderGc +SKILL_GROUP_SHAMAN_2 Iyiletirme +SKILL_GROUP_SURA_1 Silah +SKILL_GROUP_SURA_2 Kara By +SKILL_GROUP_WARRIOR_1 Bedensel +SKILL_GROUP_WARRIOR_2 Zihinsel +SKILL_GWIGEOM Byl Silah +SKILL_GYEONGGONG Hafif Adm +SKILL_HEUKSIN Karanlk Koruma +SKILL_HOSIN Kutsama +SKILL_HWAYEOM SKILL_HWAYEOM Kullanlamaz. +SKILL_HYEOLMA SKILL_HYEOLMA Kullanlamaz. +SKILL_INC_ATKSPD Saldr hz arttrld +SKILL_INC_MOVSPD Hareket hz arttrld +SKILL_INMA SKILL_INMA Kullanlamaz. +SKILL_JEOJU Lanet +SKILL_JEONGEOP yiletirme +SKILL_JEONGWI fke +SKILL_JEONSINBANGEO Maksimum Defans +SKILL_JEONSINGONGGYEOK Maksimum Saldr +SKILL_JEUNGCHE SKILL_JEUNGCHE Kullanlamaz. +SKILL_JEUNGHON SKILL_JEUNGHON Kullanlamaz. +SKILL_JEUNGRYEOK Atak + +SKILL_JEUNGSOK Hz + +SKILL_JIGAM SKILL_JIGAM Kullanlamaz. +SKILL_JIPJUNG SKILL_JIPJUNG Kullanlamaz. +SKILL_JUMAGAP Byl Zrh +SKILL_JUMAGEOM SKILL_JUMAGEOM Kullanlamaz +SKILL_KWAEGEOM SKILL_KWAEGEOM Kullanlamaz +SKILL_KWAESOK Hz +SKILL_LEGBOUND SKILL_LEGBOUND Kullanlamaz +SKILL_MUSA SKILL_MUSA Kullanlamaz. +SKILL_MUYEONG Ate Hayaleti +SKILL_NEED_EMPTY_BOTTLE Bo iem yok. +SKILL_NEED_POISON_BOTTLE Zehir iem yok. +SKILL_ONLY_FOR_GUILD_WAR Bu beceriyi sadece Lonca Sava srasnda kullanabilirsin. +SKILL_PABEOP By zme +SKILL_POWERFUL_STRIKE Sersemletici Saldr +SKILL_SEOMGWANG imek Bombas +SKILL_SINCHAK SKILL_SINCHAK Kullanlamaz +SKILL_SLEEP Uyku +SKILL_SLOW Yava +SKILL_STUN Sersemletme +SKILL_SUHO Koruma +SKILL_SUMMON_DESCRIPTION arma ans: %%%d +SKILL_TOOLTIP_INT Zeka +SKILL_TOOLTIP_LEVEL Seviye +SKILL_TOXICDIE Zehirleme +SKILL_TOXICPOWER Zehirleme saldrs ykseltildi. +SKILL_TUSOK Hayalet Vuru +SKILL_WONSIN SKILL_WONSIN Kullanlamaz. +SKILL_YONGSIN SKILL_YONGSIN Kullanlamaz. +STAT_MINUS_CON Canllk Ayar (Kalan ans: %d) +STAT_MINUS_DEX eviklik Ayar (Kalan ans: %d) +STAT_MINUS_INT Zeka Ayar (Kalan ans: %d) +STAT_MINUS_STR G Ayar (Kalan ans: %d) +STAT_TOOLTIP_CON HP ve Savunma'y arttryor +STAT_TOOLTIP_DEX Saldr ve Savuturma'y arttryor +STAT_TOOLTIP_INT SP, Byl Saldr ve Savunma'y artryor +STAT_TOOLTIP_STR Saldr Deeri'ni ve Hasar arttryor +SYMBOLLIST_TITLE Lonca Bayra kaydedildi. +SYSTEM_OPTION_CPU_TILING_1 CPU modu zayf bilgisayarlarn daha hzl almasn salar. +SYSTEM_OPTION_CPU_TILING_2 Eer grafiklerde problem varsa dier seenei iaretleyiniz ,Sistem seenekleri veya ,CONFIG.exe +SYSTEM_OPTION_CPU_TILING_3 ve GPU modunu sein. +SYSTEM_OPTION_GPU_TILING_1 GPU Modu zayf bilgisayarlar daha yava altrr. +SYSTEM_OPTION_GPU_TILING_2 Grafik ile ilgili sorunlarda, 'Sistem Seenekleri' veya 'CONFIG.exe'yi se +SYSTEM_OPTION_GPU_TILING_3 GPU modunu deitirin. +SYSTEM_OPTION_TILING_EXIT Tiling-Modu deiimi iin oyun yeniden balatlmal. +TARGET_BUTTON_ACCEPT_FIGHT Anlama +TARGET_BUTTON_AVENGE ntikam +TARGET_BUTTON_BUILDING_DESTROY Ykmak +TARGET_BUTTON_DISMOUNT nmek +TARGET_BUTTON_EMOTION_ALLOW Duygular +TARGET_BUTTON_EXCHANGE Ticaret +TARGET_BUTTON_EXCLUDE Reddetmek +TARGET_BUTTON_EXIT_OBSERVER Gzlemci Modunu Bitir +TARGET_BUTTON_FIGHT Dello +TARGET_BUTTON_FRIEND Dost +TARGET_BUTTON_INVITE_GUILD Lonca daveti +TARGET_BUTTON_INVITE_PARTY Grup daveti +TARGET_BUTTON_LEAVE_PARTY Grubu terket +TARGET_BUTTON_REQUEST_ENTER_PARTY Gruba katl +TARGET_BUTTON_VIEW_EQUIPMENT Zrh +TARGET_BUTTON_WHISPER Fsldama +TARGET_LEVEL_BOSS Patron +TARGET_LEVEL_KING 5.Seviye +TARGET_LEVEL_KNIGHT 3.Seviye +TARGET_LEVEL_PAWN 1.Seviye +TARGET_LEVEL_S_KNIGHT 4.Seviye +TARGET_LEVEL_S_PAWN 2.Seviye +TASKBAR_ATTACK Atak +TASKBAR_AUTO Otomatik Saldr +TASKBAR_CAMERA Kamera +TASKBAR_EXP Deneyim +TASKBAR_HP HP +TASKBAR_MOVE ilerle +TASKBAR_SKILL Beceri +TASKBAR_SP SP +TASKBAR_ST ST +THING_COUNT hepsi +TOOLTIP_ANTI_CRITICAL_PCT Kritik Vuru Direnci +%%%d SA +TOOLTIP_ANTI_PENETRATE_PCT Delici Vuru Direnci +%%%d SA +TOOLTIP_ANTI_SELL Depoda satlamaz +TOOLTIP_APPLY_ACCEDRAIN_RATE Emi Derecesi: %%%d SA +TOOLTIP_APPLY_ATTBONUS_ANIMAL Hayvanlara kar gl +%%%d SA +TOOLTIP_APPLY_ATTBONUS_ASSASSIN Ninjalara kar gl +%%%d SA +TOOLTIP_APPLY_ATTBONUS_DEVIL eytanlara kar gl +%%%d SA +TOOLTIP_APPLY_ATTBONUS_HUMAN Yar insanlara kar gl +%%%d SA +TOOLTIP_APPLY_ATTBONUS_MILGYO Mistiklere kar gl +%%%d SA +TOOLTIP_APPLY_ATTBONUS_MONSTER Canavarlara kar gl +%%%d SA +TOOLTIP_APPLY_ATTBONUS_ORC Orklara kar gl +%%%d SA +TOOLTIP_APPLY_ATTBONUS_SHAMAN amanlara kar gl +%%%d SA +TOOLTIP_APPLY_ATTBONUS_SURA Suralara kar gl +%%%d SA +TOOLTIP_APPLY_ATTBONUS_UNDEAD lmszlere kar gl +%%%d SA +TOOLTIP_APPLY_ATTBONUS_WARRIOR Savaslara kar gl +%%%d SA +TOOLTIP_APPLY_BLEEDING_PCT Kanama Saldrs +%%%d SA +TOOLTIP_APPLY_BLEEDING_REDUCE Kanama saldrlarnda diren +%%%d SA +TOOLTIP_APPLY_BLOCK Yakn dv saldrlar bloklama ans: %%%d SA +TOOLTIP_APPLY_COMBAT_SP_RECOVER Savata her 5 saniyede SP yenile %d SA +TOOLTIP_APPLY_CRITICAL_PCT Kritik Vuru ans: +%%%d SA +TOOLTIP_APPLY_DAMAGE_SP_RECOVER Vuru yapldnda Sp geri kazanm ans %%%d SA +TOOLTIP_APPLY_DODGE Oklardan korunma ans %%%d SA +TOOLTIP_APPLY_EXP_DOUBLE_BONUS EXP Bonus ans %%%d SA +TOOLTIP_APPLY_GOLD_DOUBLE_BONUS ki kat Yang dme ans %%%d SA +TOOLTIP_APPLY_IMMUNE_FALL Yere dme karsnda baklk SNA +TOOLTIP_APPLY_IMMUNE_SLOW Yavalama karsnda baklk SNA +TOOLTIP_APPLY_IMMUNE_STUN Sersemlik karsnda baklk SNA +TOOLTIP_APPLY_ITEM_DROP_BONUS ki Kat eya dme ans %%%d SA +TOOLTIP_APPLY_KILL_HP_RECOVER HP yenileme ans %%%d SA +TOOLTIP_APPLY_KILL_SP_RECOVER SP yenileme ans %%%d SA +TOOLTIP_APPLY_MANA_BURN_PCT SP alma ans %%%d SA +TOOLTIP_APPLY_MAX_HP_PCT Maks. HP %%%d SA +TOOLTIP_APPLY_MAX_SP_PCT Maks. SP +%%%d SA +TOOLTIP_APPLY_NOAFFECT Efekt yok. +TOOLTIP_APPLY_NO_DEATH_PENALTY Karakter lp burada bala dediinde deneyim kaybetmeyecek. SNA +TOOLTIP_APPLY_PENETRATE_PCT Delici Vuru iin ans %%%d SA +TOOLTIP_APPLY_POISON_PCT Zehirleme ans %%%d SA +TOOLTIP_APPLY_POISON_REDUCE Zehre kar koyma %%%d SA +TOOLTIP_APPLY_POTION_BONUS ksir etkisi %%%d ykseldi SA +TOOLTIP_APPLY_REFLECT_CURSE Lanet Yanstlmas: %%%d SA +TOOLTIP_APPLY_REFLECT_MELEE Yakn dv vurularn yanstma ans: %%%d SA +TOOLTIP_APPLY_RESIST_ASSASSIN Ninja saldrlarna kar savunma ans %%%d SA +TOOLTIP_APPLY_RESIST_BELL an Savunmas %%%d SA +TOOLTIP_APPLY_RESIST_DAGGER Bak Savunmas %%%d SA +TOOLTIP_APPLY_RESIST_FAN Yelpaze Savunmas %%%d SA +TOOLTIP_APPLY_RESIST_SHAMAN aman saldrlarna kar savunma ans: %%%d SA +TOOLTIP_APPLY_RESIST_SURA Sura saldrlarna kar savunma ans: %%%d SA +TOOLTIP_APPLY_RESIST_SWORD Kl Savunmas %%%d SA +TOOLTIP_APPLY_RESIST_TWOHAND ift-El Savunma %%%d SA +TOOLTIP_APPLY_RESIST_WARRIOR Sava saldrlarna kar savunma ans: %%%d SA +TOOLTIP_APPLY_RESIST_WIND Rzgar Dayankll %%%d SA +TOOLTIP_APPLY_SKILL_BOOK_BONUS Kitaptan renme ans 2,5 artt. SNA +TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY renme baarsz olursa, annda bir kere daha deneme ansna sahipsin. SNA +TOOLTIP_APPLY_SLOW_PCT Yavalama ans: %%%d SA +TOOLTIP_APPLY_STEAL_HP %%%d hasar, HP ile absorbe edilecek SA +TOOLTIP_APPLY_STEAL_SP %%%d hasar, SP ile absorbe edilecek. SA +TOOLTIP_APPLY_STUN_PCT Baylma ans: %%%d SA +TOOLTIP_ARMOR Zrh +TOOLTIP_ARROW Ok +TOOLTIP_ASSASSIN Ninja +TOOLTIP_ATT_GRADE Saldr Deeri +%d SA +TOOLTIP_ATT_SPEED Saldr Hz +%%%d SA +TOOLTIP_AUTO_POTION_HP Gne zt +TOOLTIP_AUTO_POTION_REST Kalan miktar: %.2f%% +TOOLTIP_AUTO_POTION_SP Ay zt +TOOLTIP_AUTO_POTION_USING Etkin +TOOLTIP_BOW_DISTANCE Yay Menzili +%dm SA +TOOLTIP_BUYPRICE Fiyat: %s +TOOLTIP_CAST_SPEED By Hz +%%%d SA +TOOLTIP_CON Canllk +%d SA +TOOLTIP_COSTUME_ATTR_BONUS Kostm bonusu %%%d SA +TOOLTIP_DEF_GRADE Savunma +%d SA +TOOLTIP_DEX eviklik +%d SA +TOOLTIP_DRAGON_SOUL_DECK1 Dnya SNA +TOOLTIP_DRAGON_SOUL_DECK2 Gkyz SNA +TOOLTIP_EAR Kpe +TOOLTIP_ENERGY Enerji %d SA +TOOLTIP_ETC v.b. +TOOLTIP_FISHINGROD_EXP Puanlar %d / %d +TOOLTIP_FISHINGROD_LEVEL Seviye: %d +TOOLTIP_FISHINGROD_UPGRADE1 Onu balkya ver; +TOOLTIP_FISHINGROD_UPGRADE2 daha iyi +TOOLTIP_FISHINGROD_UPGRADE3 bir olta almak iin. +TOOLTIP_FISH_LEN Uzunluk: %.2fcm +TOOLTIP_HELMET Kask +TOOLTIP_HP_REGEN HP retimi +%%%d SA +TOOLTIP_INT Zeka +%d SA +TOOLTIP_ITEM_ATT_GRADE Saldr deeri %d +TOOLTIP_ITEM_ATT_POWER Saldr deeri %d - %d +TOOLTIP_ITEM_ATT_POWER_ONE_ARG Saldr deeri %d +TOOLTIP_ITEM_ATT_POWER_REFINE Saldr deeri %d - %d (+%d) +TOOLTIP_ITEM_ATT_SPEED Saldr hz %s +TOOLTIP_ITEM_DEF_GRADE Defans %d +TOOLTIP_ITEM_FAST Hzl +TOOLTIP_ITEM_LIMIT_CON Canllk st limiti: %d +TOOLTIP_ITEM_LIMIT_DEX eviklik st limiti: %d +TOOLTIP_ITEM_LIMIT_INT Zeka st limiti: %d +TOOLTIP_ITEM_LIMIT_LEVEL Seviye: %d +TOOLTIP_ITEM_LIMIT_STR G st limiti: %d +TOOLTIP_ITEM_MAGIC_ATT_POWER Byl saldr deeri %d - %d +TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Byl saldr deeri %d +TOOLTIP_ITEM_MAGIC_DEF_POWER By Savunmas %d +TOOLTIP_ITEM_NORMAL Normal +TOOLTIP_ITEM_SLOW Yava +TOOLTIP_ITEM_VERY_FAST ok Hzl +TOOLTIP_ITEM_VERY_SLOW ok Yava +TOOLTIP_ITEM_WEARABLE_JOB [ Giyilebilir ] +TOOLTIP_LOTTERY_STEP_NUMBER %d +TOOLTIP_LOTTO_NUMBER ans Numaras: %d +TOOLTIP_MAGIC_ATTBONUS_PER By Saldr +%%%d SA +TOOLTIP_MAGIC_ATT_GRADE Byl Saldr Deeri +%d SA +TOOLTIP_MAGIC_DEF_GRADE By Savunmas +%d SA +TOOLTIP_MALL_ATTBONUS Saldr Deeri +%%%d SA +TOOLTIP_MALL_ATTBONUS_STATIC Saldr Deeri +12~15% SNA +TOOLTIP_MALL_AUTOLOOT Yerdeki mevcut Yang`n otomatik olarak toplanmasn salayan el. SNA +TOOLTIP_MALL_DEFBONUS Savunma +%%%d SA +TOOLTIP_MALL_DEFBONUS_STATIC Savunma +12~15% SNA +TOOLTIP_MALL_EXPBONUS EXP +%%%d SA +TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe EXP Bonus +%%%d SA +TOOLTIP_MALL_EXPBONUS_STATIC EXP artn %50 arttrr SNA +TOOLTIP_MALL_FISH_MIND Balk yakalama ansn ikiye katlar. SNA +TOOLTIP_MALL_GOLDBONUS Elde edilen yang kat says %.1f olarak deiti. SA +TOOLTIP_MALL_GOLDBONUS_STATIC Yang elde etme ansn ikiye katlar. SNA +TOOLTIP_MALL_ITEMBONUS Elde edilen nesne katsays %.1f olarak deisti. SA +TOOLTIP_MALL_ITEMBONUS_P_STATIC Eya ele geirme ans art %.1f%% SA +TOOLTIP_MALL_ITEMBONUS_STATIC Eya ele geirme ansn ikiye katlar. SNA +TOOLTIP_MALL_MARRIAGE_FAST Sevgi Puan daha hzl artar. SNA +TOOLTIP_MALL_SAFEBOX Depoya fazladan 2 oda daha eklenir SNA +TOOLTIP_MAX_HP Max. HP +%d SA +TOOLTIP_MAX_HP_PCT Max. HP +%%%d SA +TOOLTIP_MAX_SP Max. SP +%d SA +TOOLTIP_MAX_SP_PCT Max. SP +%%%d SA +TOOLTIP_MAX_STAMINA Max. Dayankllk +%d SA +TOOLTIP_MELEE_MAGIC_ATTBONUS_PER By Saldr / Yakn Dv Saldr +%%%d SA +TOOLTIP_MEMORIZED_POSITION %s(%d, %d) +TOOLTIP_MEMORIZED_POSITION_ERROR GPS ERROR(%d, %d) +TOOLTIP_MOV_SPEED Hareket Hz %%%d SA +TOOLTIP_NECK Kolye +TOOLTIP_NEED_ALL_SP Gereken SP: Max. +TOOLTIP_NEED_GSP Gereken Ejderha Hayaleti: %d +TOOLTIP_NEED_HP Gereken HP: %d +TOOLTIP_NEED_HP_PER_SEC HP/Sn.: %d +TOOLTIP_NEED_SKILL_POINT Gereken Beceri Puan: +TOOLTIP_NEED_SP Gereken SP: %d +TOOLTIP_NEED_SP_PER_SEC SP: %d / Sn. +TOOLTIP_NEXT_SKILL_LEVEL_1 Sonraki Seviye: %d (Max. %d) +TOOLTIP_NEXT_SKILL_LEVEL_2 Sonraki Seviye: %d (Max. %d-%d) +TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Ortalama Zarar %%%d SA +TOOLTIP_NORMAL_HIT_DEFEND_BONUS Ortalama Zarara Direni %%%d SA +TOOLTIP_PARTY_INFO_GRADE_UP1 Grup yesi %d den fazla. +TOOLTIP_PARTY_INFO_GRADE_UP2 Saldr Seviyesi +%d +TOOLTIP_PARTY_INFO_GRADE_UP3 Savunma Seviyesi +%d +TOOLTIP_PARTY_INFO_HEAL_18_LEVEL Tm grup yelerine 60 dakika HP/SP Yklenir. +TOOLTIP_PARTY_INFO_HEAL_40_LEVEL Tm grup yelerine 30 dakika HP/SP Yklenir. +TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Grup yesi ldkten sonra 3 dakika beklemelisiniz. +TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Ayn serverda olduunuz zaman grup yelerinizi arabilirsiniz. +TOOLTIP_PARTY_INFO_SET_ATTACKER Saldr Seviyesi +(Grup ye sayisi./2) %d Saldr birimi seilebilir. +TOOLTIP_PARTY_INFO_SET_TANKER Savunma Seviyesi +(Grup ye sayisi) 1 Yakn Dvs Savass seilebilir. +TOOLTIP_PARTY_SKILL_LEVEL Mevcut Seviye: %d +TOOLTIP_PARTY_TITLE_GRADE_UP [Saldr/Savunma ykseltildi] +TOOLTIP_PARTY_TITLE_HEAL [Ykleme] +TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP %d Grup yesi olduunda %%%d bonus EXP alrsn. +TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonus EXP] +TOOLTIP_PARTY_TITLE_RECALL [ar] +TOOLTIP_PARTY_TITLE_SET_ATTACKER [Saldr Birimi olarak ayarla] +TOOLTIP_PARTY_TITLE_SET_TANKER [Yakn Dv Savas olarak belirle] +TOOLTIP_PICK_EXP Puanlar: %d / %d +TOOLTIP_PICK_LEVEL Seviye: %d +TOOLTIP_PICK_UPGRADE1 Onu oduncuya ver; +TOOLTIP_PICK_UPGRADE2 daha iyi +TOOLTIP_PICK_UPGRADE3 bir kazma alabilmek iin. +TOOLTIP_POTION_CURE Olumsuz sonular geri al. +TOOLTIP_POTION_MIN Min. +TOOLTIP_POTION_PLUS_ATTACK_SPEED Saldr Hz: +%d +TOOLTIP_POTION_PLUS_HP_PERCENT HP: +%%%d +TOOLTIP_POTION_PLUS_HP_POINT HP: +%d +TOOLTIP_POTION_PLUS_MOVING_SPEED Hareket Hz: +%d +TOOLTIP_POTION_PLUS_SP_PERCENT SP: +%%%d +TOOLTIP_POTION_PLUS_SP_POINT SP: +%d +TOOLTIP_POTION_SEC Sn. +TOOLTIP_POTION_TIME Sre: +TOOLTIP_REQUIREMENT_21_LEVEL 21.Seviyeye ulam olmalsn. +TOOLTIP_REQUIREMENT_41_LEVEL 41.Seviyeye ulam olmalsn. +TOOLTIP_REQUIREMENT_LEVEL %d.Seviyeye ulam olmalsn. +TOOLTIP_REQUIREMENT_SKILL_LEVEL %s Seviye %d gerekli. +TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d gerekli +TOOLTIP_RESIST_BOW Oka kar dayankllk %%%d SA +TOOLTIP_RESIST_DARK Karanlk Direnci +%%%d SA +TOOLTIP_RESIST_EARTH Dnya Direnci +%%%d SA +TOOLTIP_RESIST_ELEC imsee kar dayankllk %%%d SA +TOOLTIP_RESIST_FIRE Atee kar dayankllk %%%d SA +TOOLTIP_RESIST_ICE Buz Direnci +%%%d SA +TOOLTIP_RESIST_MAGIC Byye kar dayankllk %%%d SA +TOOLTIP_REST_USABLE_COUNT Kalan: %d +TOOLTIP_SEALED Ruha bal +TOOLTIP_SELLPRICE Fiyat: %s +TOOLTIP_SHAMAN aman +TOOLTIP_SHIELD Kalkan +TOOLTIP_SHOES Ayakkab +TOOLTIP_SKILL Beceriler SNA +TOOLTIP_SKILLBOOK_NAME Beceri Kitab +TOOLTIP_SKILL_AFFECT_ATT_GRADE Saldr Deeri: + +TOOLTIP_SKILL_AFFECT_ATT_POWER Saldr Deeri: +TOOLTIP_SKILL_AFFECT_ATT_SPEED Saldr Hz: + +TOOLTIP_SKILL_AFFECT_DEF_GRADE Savunma: +TOOLTIP_SKILL_AFFECT_DODGE Rakip saldr deeri: - +TOOLTIP_SKILL_AFFECT_HEAL Yklenen HP: +TOOLTIP_SKILL_AFFECT_MOV_SPEED Hareket Hz: + +TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Yakn dv saldrlarn yanstma ans: +TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Beden hasarna kar koyma: +TOOLTIP_SKILL_COOL_TIME Ykleme Sresi: +TOOLTIP_SKILL_DAMAGE_BONUS Beceri Hasar %%%d SA +TOOLTIP_SKILL_DEFEND_BONUS Beceri hasarna kar koyma %%%d SA +TOOLTIP_SKILL_DURATION Sre: %d Sn. +TOOLTIP_SKILL_FORGET_BOOK_NAME Unutkanln Kitab +TOOLTIP_SKILL_LEVEL Gncel Seviye: %d +TOOLTIP_SKILL_LEVEL_MASTER Gncel Seviye: %d (Master) +TOOLTIP_SKILL_LEVEL_WITH_MAX Gncel Seviye: %d (Max. %d) +TOOLTIP_SOCKET_EMPTY Bo +TOOLTIP_SOCKET_REFINABLE_ITEM [Slotlu Nesne] +TOOLTIP_SP_REGEN SP retimi +%%%d SA +TOOLTIP_STR G +%d SA +TOOLTIP_SURA Sura +TOOLTIP_TIME_CHARGER_FIX Sre Ykleme %d sn. SA +TOOLTIP_TIME_CHARGER_PER Sre Ykleme %%%d SA +TOOLTIP_UNIQUE Esiz +TOOLTIP_UNSEAL_LEFT_TIME Ruhtan ayrlma: %dH %dM sonra +TOOLTIP_WARRIOR Sava +TOOLTIP_WEAPON Silah +TOOLTIP_WRISTLET Bileklik +UI_ACCEPT Kabul +UI_CANCEL iptal +UI_CLOSE Kapat +UI_DEF_FONT Tahoma:12 +UI_DEF_FONT_LARGE Tahoma:14 +UI_DEF_FONT_SMALL Tahoma:9 +UI_DENY Red +UI_ITEM Nesne +UI_LEFT_TIME Kalan Zaman: %d Sec. +UI_NEXT Devam +UI_NEXTPAGE Devam +UI_NOCONTENTS erik yok +UI_NONAME isimsiz +UI_OK OK +UI_POS_UNKNOWN Bilinmeyen Yer +UI_PREVPAGE Geri +UI_UNKNOWN Bilinmeyen +UPLOAD_MARK_CHECK_NEED_RECONNECT Upload yeniden balatlmal. +UPLOAD_MARK_UPLOAD_NEED_RECONNECT Upload yeniden balatlmal. +USE_ITEM_FAILURE_PRIVATE_SHOP zel bir dkkn atn srece, nesneleri kullanamazsn. +USE_SKILL_ERROR_UNKNOWN Bilinmeyen Beceri Hatas: %s diff --git a/bin/pack/locale_tr/locale/tr/locale_interface.txt b/bin/pack/locale_tr/locale/tr/locale_interface.txt new file mode 100644 index 00000000..f398a248 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/locale_interface.txt @@ -0,0 +1,345 @@ +ACCEPT Kabul Et. +ATTACH_METIN_INFO Ruh Ta'n eklemek istiyor musun? +ATTACH_METIN_TITLE Ruh Ta'n ekle +CANCEL iptal +CHANGE_PASSWORD_CONFIRM Yeni ifreyi tekrarla +CHANGE_PASSWORD_NEW Yeni ifre +CHANGE_PASSWORD_OLD Eski ifre +CHANGE_PASSWORD_TITLE ifre Deitir +CHARACTER_ACTION Duygu +CHARACTER_EMOTICON Duygu +CHARACTER_MAIN Karakter +CHARACTER_MUTUAL_ACTION Ortak Hareket +CHARACTER_NORMAL_ACTION Normal Hareket +CHARACTER_QUEST Grevler +CHARACTER_SKILL Beceri +CLOSE Kapat +COMB_APPEARANCE Kostm 1 +COMB_ATTRIBUTE Kostm 2 +COMB_SKILLBOOK_TILE Kitap takas et +COMB_TITLE +COSTUME_TITLE Kostmler +COSTUME_WINDOW_TITLE Kostmler +CREATE_ATT_GRADE STR +CREATE_CREATE Olutur +CREATE_DEX_GRADE DEX +CREATE_HP HP +CREATE_LAST_POINT Puan +CREATE_MAN Erkek +CREATE_NAME Isim +CREATE_NEXT Sonraki +CREATE_PREV nceki +CREATE_SEX Cinsiyet +CREATE_SHAPE Biim +CREATE_SP Zeka +CREATE_STAT_RESET Sfrla +CREATE_WOMAN Kadn +CUBE_INFO_TITLE Arndrma Klavuzu +CUBE_REQUIRE_MATERIAL Gerekli malzemeler: +CUBE_REQUIRE_MATERIAL_OR veya +CUBE_TITLE Arndrma Paneli +DO_REFINE Arndr +DRAGONSOUL_ACTIVATE Etkinletir +DRAGONSOUL_PAGE_BUTTON_1 lenmemi +DRAGONSOUL_PAGE_BUTTON_2 Yontulmu +DRAGONSOUL_PAGE_BUTTON_3 Ender +DRAGONSOUL_PAGE_BUTTON_4 Antika +DRAGONSOUL_PAGE_BUTTON_5 Efsanevi +DRAGONSOUL_REFINE_WINDOW_TITLE Arndrma Paneli +DRAGONSOUL_TAP_TITLE_1 Ejderha Elmas +DRAGONSOUL_TAP_TITLE_2 Ejderha Yakutu +DRAGONSOUL_TAP_TITLE_3 Ejderha Yeimi +DRAGONSOUL_TAP_TITLE_4 Ejderha Safiri +DRAGONSOUL_TAP_TITLE_5 Ejderha Grenas +DRAGONSOUL_TAP_TITLE_6 Ejderha Oniksi +DRAGONSOUL_TITLE Ejderha Ta Simyas +EMPIRE_EXIT k +EMPIRE_NEXT Sonraki +EMPIRE_PREV nceki +EMPIRE_SELECT Seim +EXCHANGE_ACCEPT Kabul +EXCHANGE_TITLE Ticaret +GAMEOPTION_TITLE Oyun Seenekleri +GAME_EXIT_OBSERVER zlemeyi Bitir +GAME_HELP Yardm +GAME_QUEST Grevler +GAME_SKILL_UP Becerileri Gelitir +GAME_STAT_UP Stat Gelitir +GRADE Snf +GRADE_SELECT Snf +GUILD_BASENAME Temel isim +GUILD_BOARD_ID Isim +GUILD_BOARD_REFRESH Yenile (F5) +GUILD_BOARD_TEXT Mesaj +GUILD_BUILDING_CATEGORY_TITLE naat Birimleri +GUILD_BUILDING_CHANGE Deitir +GUILD_BUILDING_DIRECTION Yn +GUILD_BUILDING_GRADE Sra +GUILD_BUILDING_INFO Yaplar ve masraf bilgileri +GUILD_BUILDING_LIST_TITLE Bina Listesi +GUILD_BUILDING_LOG dilb kk +GUILD_BUILDING_NAME Bina ismi +GUILD_BUILDING_OPERATE Ynet +GUILD_BUILDING_PLY Kontrplak +GUILD_BUILDING_POSITION Pozisyon +GUILD_BUILDING_PREVIEW nizleme +GUILD_BUILDING_PRICE Fiyat +GUILD_BUILDING_REFRESH Yenile (F5) +GUILD_BUILDING_STONE Ta +GUILD_BUILDING_TITLE Lonca Meclis Binalar +GUILD_CRYSTAL Kristal +GUILD_DEPOSIT Depozit +GUILD_DROP_RESOURCE1 Burada +GUILD_DROP_RESOURCE2 Den Kaynak +GUILD_GEM Deerli Ta +GUILD_GRADE_CHANGE_GRADE_NAME Yeni rtbe ismi +GUILD_GRADE_NUM No. +GUILD_GRADE_PERMISSION_DELETE Kov +GUILD_GRADE_PERMISSION_JOIN Davet +GUILD_GRADE_PERMISSION_NOTICE Mesaj yaz +GUILD_GRADE_PERMISSION_SKILL Beceriler +GUILD_GRADE_RANK Sra +GUILD_GRADE_WRITE Yaz +GUILD_INFO Lonca Bilgisi +GUILD_INFO_CUR_EXP Tecrbe +GUILD_INFO_DECALRE_WAR Sava lan +GUILD_INFO_ENEMY_GUILD Dman Lonca +GUILD_INFO_ENEMY_GUILD_EMPTY Yok +GUILD_INFO_LEVEL Lonca Seviyesi +GUILD_INFO_MARK Lonca mzas +GUILD_INFO_MASTER Lider +GUILD_INFO_MASTER_VALUE Lider +GUILD_INFO_MEMBER_AVG_LEVEL Ortalama Seviye +GUILD_INFO_MEMBER_NUM ye Says +GUILD_INFO_NAME Lonca smi +GUILD_INFO_NAME_VALUE Bu bir Lonca ismi +GUILD_INFO_OFFER_EXP Yatrm +GUILD_INFO_REST_EXP Gereken Tecrbe +GUILD_INFO_UPLOAD_MARK mza Ykle +GUILD_INFO_UPLOAD_SYMBOL Bayrak Ykle +GUILD_MARK Lonca mzas +GUILD_MEMBER_JOB Snf +GUILD_MEMBER_KNIGHT Lider +GUILD_MEMBER_LEVEL Seviye +GUILD_MEMBER_NAME Isim +GUILD_MEMBER_RANK Sra +GUILD_MEMBER_SPECIFIC_GRAVITY Yatrm +GUILD_METIN_STONE Ruh Ta +GUILD_MINENAL Mineral +GUILD_MONEY Yang +GUILD_NAME Lonca +GUILD_RESOURCE_INFO Kaynak Bilgisi +GUILD_SKILL_ACTIVE Aktif +GUILD_SKIlL_HEAL_GSP Gc tekrar kazan +GUILD_SKILL_PASSIVE Pasif +GUILD_SKILL_POWER Enerji +GUILD_SKILL_STATE Lonca Becerileri +GUILD_SYMBOL Lonca Bayra +GUILD_WAR_ACCEPT Sava lan Kabul +GUILD_WAR_BATTLE_TYPE Sava Tr +GUILD_WAR_CTF Bayrak +GUILD_WAR_DECLARE Lonca Sava lan +GUILD_WAR_ENEMY Dman +GUILD_WAR_NORMAL Alan +GUILD_WAR_WARP Arena +GUILD_WATER Su +GUILD_WATER_STONE Su Ta +GUILD_WITHDRAW Geri ek +HELP_ATTACK_KEY Saldr: sol fare tuu veya boluk tuu ile +HELP_CHANGE_PK_MODE Saldr modunu deitir: sol fare tuu ayarn deitir +HELP_CHARACTER_BUTTON1 (Karakter Penceresi, Envanter Penceresi, +HELP_CHARACTER_BUTTON2 Arkada Listesi ve Seenekler) +HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Kamera grnts: orta veya sa fare tuu ile +HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Kamera grnts: sa veya orta fare tuu ile +HELP_EXP Tecrbe +HELP_FURY Oyun Nesnet Marketi +HELP_GUILD_WINDOW Lonca Penceresini a: Alt + G tular ile +HELP_HELP Yardm gster: H ile +HELP_HP Hayat Puan (HP) +HELP_MESSENGER_WINDOW Arakada Listesini a: Alt + M tular ile +HELP_MOUSE_LEFT Sol mouse tuunun ilevi +HELP_MOUSE_RIGHT Sa mouse tuunun ilevi +HELP_MOVE_KEY Kumanda: W, S, A, D tular ve ok tular ile +HELP_OPEN_CHARACTER Karakter Penceresini a: C tuu ile +HELP_OPEN_CHAT Sohbet Penceresini a: Giri tuu ile +HELP_OPEN_INVENTORY Envanter Penceresini a: I tuu ile +HELP_OPEN_LOG Sohbet protokoln (Log) a: L tuu ile +HELP_OPEN_MINIMAP Kk Haritay a: Shift + M tular ile +HELP_OPEN_QUEST Grev Penceresini a: N tuu ile +HELP_OPEN_SKILL Beceri Penceresini a: V tuu ile +HELP_OPEN_WHISPER Fslt Penceresini a: st karakter + giri tuu ile +HELP_OPEN_ZONEMAP Genel Grnm Haritas'n a: M tuu ile +HELP_PICK_ITEM Nesneleri topla: ^ , Y veya sol fare tuu ile +HELP_QUICKSLOT Hzl Eriim Alanlar +HELP_SCREEN_CAPTURE Ekran grntsn kaydet: Yazdr veya Print tuu ile ("Metin2\screenshot" dosyas altnda kaydedilecek) +HELP_SHOW_ALL_NAME simleri gster: Alt tuu ile +HELP_SP Zihin Puan (SP) +HELP_SYSTEM_BUTTON Sistem Tular +INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. Envanter +INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. Envanter +INVENTORY_TITLE Envanter +ITEM_MALL Nesne Market +LOAD_ERROR Dosya hasar grm. Ltfen yenisini ykleyiniz. imdi ESC tuuna basnz . +LOGIN_CONNECT Balan +LOGIN_CONNECTING Servera balanacaksnz. +LOGIN_DEFAULT_SERVERADDR Server ismi, Kanal 1 +LOGIN_EXIT k +LOGIN_REGION_TITLE Fatura gnderilecek yer se. +LOGIN_SELECT_BUTTON Se +LOGIN_SELECT_EXIT k +LOGIN_SELECT_OK OK +LOGIN_SELECT_TITLE Server Se +MALL_PASSWORD_TITLE ifre +MALL_TITLE Nesne Marketi Deposu +MARKET_TITLE Ykle +MARKLIST_REFRESH Yenile +MARKLIST_TITLE Lonca imzasn kaydet +MESSAGE Bu bir Mesaj +MESSENGER_ADD_FRIEND Arkada Ekle +MESSENGER_DELETE_FRIEND Arkada Sil +MESSENGER_MOBILE Metin Mesaj Gnder +MESSENGER_OPEN_GUILD Lonca Penceresini A +MESSENGER_TITLE Arkadalar +MESSENGER_USE_GUILD_MOVE_SKILL Lonca Hareket Becerisini Kullan +MESSENGER_WHISPER Fslt +MINIMIZE Klt +MOUSEBUTTON_ATTACK Saldr +MOUSEBUTTON_AUTO_ATTACK Otomatik Saldr +MOUSEBUTTON_CAMERA Kamera +MOUSEBUTTON_SKILL Beceriler +MUSICLIST_TITLE Mzik Seimi +NO Hayr +OK Tamam +OPTION_ALWAYS_SHOW_NAME Isim +OPTION_ALWAYS_SHOW_NAME_OFF Snrl +OPTION_ALWAYS_SHOW_NAME_ON Her Zaman +OPTION_BLOCK Engelle +OPTION_BLOCK_EXCHANGE Ticaret +OPTION_BLOCK_FRIEND Arkadalar +OPTION_BLOCK_GUILD Lonca +OPTION_BLOCK_PARTY Grup +OPTION_BLOCK_PARTY_REQUEST Rica +OPTION_BLOCK_WHISPER Fslt +OPTION_CAMERA_DISTANCE Kamera +OPTION_CAMERA_DISTANCE_LONG Uzak Mesafe +OPTION_CAMERA_DISTANCE_SHORT Ksa Mesafe +OPTION_DELETE_MOBILE_BUTTON Cep Telefonu Numaran Sil +OPTION_EFFECT nemli Bilgiler +OPTION_ENV_EFFECT evre +OPTION_ENV_EFFECT_OFF Off +OPTION_ENV_EFFECT_ON On +OPTION_FOG Sis +OPTION_FOG_DENSE Youn +OPTION_FOG_LIGHT Hafif +OPTION_FOG_MIDDLE Normal +OPTION_INPUT_MOBILE_BUTTON Cep Telefonu Numaras Gir +OPTION_MOBILE Cep Telefonu +OPTION_MOB_INFO Canavar Bil. +OPTION_MOB_INFO_AGGR Saldrgan +OPTION_MOB_INFO_LEVEL Seviye +OPTION_MUSIC Mzik +OPTION_MUSIC_CHANGE Deitir +OPTION_MUSIC_DEFAULT_THEMA Metin2 Standart Mzii +OPTION_NAME_COLOR Renk ismi +OPTION_NAME_COLOR_EMPIRE lke Rengi +OPTION_NAME_COLOR_NORMAL Normal +OPTION_NIGHT_MODE Gece +OPTION_NIGHT_MODE_OFF Off +OPTION_NIGHT_MODE_ON On +OPTION_PVPMODE PvP Modu +OPTION_PVPMODE_FREE Serbest +OPTION_PVPMODE_FREE_TOOLTIP Tm oyunculara saldrma izni var. +OPTION_PVPMODE_GUILD Lonca +OPTION_PVPMODE_GUILD_TOOLTIP Lonca yeleri hari tm oyunculara saldrma izni var. +OPTION_PVPMODE_PEACE Bar +OPTION_PVPMODE_PEACE_TOOLTIP Kendi krallnn oyuncularna saldramazsn. +OPTION_PVPMODE_REVENGE Dman +OPTION_PVPMODE_REVENGE_TOOLTIP Sadece farkl lkelerden olanlara saldrabilirsiniz. +OPTION_SALESTEXT Market smi +OPTION_SALESTEXT_VIEW_OFF Gizle +OPTION_SALESTEXT_VIEW_ON Gster +OPTION_SNOW_MODE Kar Ya +OPTION_SNOW_MODE_OFF Off +OPTION_SNOW_MODE_ON On +OPTION_SNOW_TEXTURE_MODE Kar +OPTION_SNOW_TEXTURE_MODE_OFF Off +OPTION_SNOW_TEXTURE_MODE_ON On +OPTION_SOUND Efektler +OPTION_TARGET_BOARD Hedef Tahtas +OPTION_TARGET_BOARD_NO_VIEW Kapat +OPTION_TARGET_BOARD_VIEW Gster +OPTION_TILING Grafik Deposu +OPTION_TILING_APPLY Uygula +OPTION_TILING_CPU CPU +OPTION_TILING_GPU GPU +OPTION_TITLE Seenekler +OPTION_VIEW_CHAT Sohbet Satr +OPTION_VIEW_CHAT_OFF Gizle +OPTION_VIEW_CHAT_ON Gster +PARTY_MEMBER_INFO_NAME Grup yesinin smi +PASSWORD_DESC_1 Depoyu amak iin, +PASSWORD_DESC_2 ifreyi gir. +PASSWORD_DESC_3 ifreni deitirdin mi? +PASSWORD_DESC_4 Deitirmediysen ifren udur: "000000". +PASSWORD_DESC_5 ifreni depoda deitir. +PASSWORD_TITLE ifre Kaydetme +PICK_MONEY_TITLE Blmek +PRIVATE_SHOP_CLOSE_BUTTON Dkkan kapat +PRIVATE_SHOP_NAME Dkkan ismi +PRIVATE_SHOP_TITLE zel dkkan a +REFINE_COST Ykseltme creti: 0 Yang +REFINE_INFO Baarl bir gelitirme olasl: %100 +REFINE_MONEY Arndrma creti +REFINE_SELECT Arndrma +REFINE_TTILE Ykseltme +REPORT_VIOLENT_WHISPER +RESTART_HERE Burada yeniden bala +RESTART_TOWN ehirde yeniden bala +SAFE_CHANGE_PASSWORD ifre Deitir +SAFE_TITLE Depo +SELECT_ATT_GRADE STR +SELECT_CREATE Olutur +SELECT_DELETE Sil +SELECT_DEX_GRADE DEX +SELECT_EMPIRE_NAME Krallk smi +SELECT_EXIT k +SELECT_HP HP +SELECT_LEVEL Seviye +SELECT_METIN_STONE_TITLE Ruh Ta Se +SELECT_NAME Isim +SELECT_NO_GUILD Lonca Yok +SELECT_PLAYTIME Oyun Sresi +SELECT_SELECT Bala +SELECT_SP SP +SELECT_TITLE Balk Se +SHOP_BUY Satn Al +SHOP_SELL Sat +SHOP_TITLE Dkkan +SKILL_SUPPORT_TITLE Standart Beceriler +STEP Saflk Derecesi +STEP_SELECT Saflk Derecesi +STRENGTH Glendirme +STRENGTH_SELECT Seviye +SYSTEMOPTION_TITLE Sistem Seenekleri +SYSTEM_CHANGE Karakter Deiiklii +SYSTEM_EXIT Oyun Sonu +SYSTEM_HELP Yardm +SYSTEM_LOGOUT k +SYSTEM_MALL Nesne Market +SYSTEM_OPTION Sistem Seenekleri +TASKBAR_CHARACTER Karakter [C/V/B/N] +TASKBAR_CHAT Sohbet Penceresi [Enter] +TASKBAR_DISABLE Devre d +TASKBAR_DRAGON_SOUL Ejderha Ta Simyas +TASKBAR_EXPAND Paneli genilet +TASKBAR_INVENTORY Envanter [I] +TASKBAR_MESSENGER Arkadalar [Alt+M] +TASKBAR_NEXT_QUICKSLOT Sonraki Hzl Giri Alan [Shift+Number, Alt] +TASKBAR_PREV_QUICKSLOT nceki Hzl Giri Alan[Shift+Number] +TASKBAR_SYSTEM Seenekler[ESC] +WHISPER_BAN Engelle +WHISPER_NAME Fslt +WHISPER_REPORT +WHISPER_SEND Gnder +YES Evet +ZONE_MAP Genel Grnm Haritas diff --git a/bin/pack/locale_tr/locale/tr/map/map_a2_point.txt b/bin/pack/locale_tr/locale/tr/map/map_a2_point.txt new file mode 100644 index 00000000..d2cca842 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/map_a2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 147200 7300 "ھ" +1 WARP 13100 74600 "" +2 WARP 64000 143600 "ڶ" diff --git a/bin/pack/locale_tr/locale/tr/map/map_b2_point.txt b/bin/pack/locale_tr/locale/tr/map/map_b2_point.txt new file mode 100644 index 00000000..22c62175 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/map_b2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 74600 143800 "" +1 WARP 141200 14200 "ѻ" +2 WARP 134700 138300 "ȭ" diff --git a/bin/pack/locale_tr/locale/tr/map/map_c2_point.txt b/bin/pack/locale_tr/locale/tr/map/map_c2_point.txt new file mode 100644 index 00000000..aaa958a9 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/map_c2_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 140900 13900 "ڶ" +1 WARP 16500 133900 "縷" +2 WARP 11200 10900 "ѻ" diff --git a/bin/pack/locale_tr/locale/tr/map/map_n_snowm_01_point.txt b/bin/pack/locale_tr/locale/tr/map/map_n_snowm_01_point.txt new file mode 100644 index 00000000..5d0065b2 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/map_n_snowm_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 139600 15200 "ھ" +1 WARP 15500 28700 "" +2 WARP 75200 141800 "ڶ" diff --git a/bin/pack/locale_tr/locale/tr/map/metin2_map_a1_point.txt b/bin/pack/locale_tr/locale/tr/map/metin2_map_a1_point.txt new file mode 100644 index 00000000..34e9f0d8 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/metin2_map_a1_point.txt @@ -0,0 +1,20 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 59600 55700 " " +1 NPC 59600 60500 " " +2 NPC 67800 56500 "ȭ " +3 NPC 67400 60700 " Ҿƹ" +4 NPC 63300 62200 "" +5 WARP 40500 7300 "ھ" +6 NPC 35400 32700 "" +7 NPC 32500 40500 "" +8 NPC 25100 87400 "" +9 NPC 19500 93700 "" +10 NPC 30400 118600 "" +11 NPC 52500 114700 "" +12 NPC 59100 116600 "" +13 NPC 68000 37900 "" +14 NPC 82100 29700 "" +15 NPC 73100 65900 "" +16 WARP 7600 60100 "" diff --git a/bin/pack/locale_tr/locale/tr/map/metin2_map_a3_point.txt b/bin/pack/locale_tr/locale/tr/map/metin2_map_a3_point.txt new file mode 100644 index 00000000..de12490b --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/metin2_map_a3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 45000 60800 " " +1 NPC 47100 60800 " " +2 NPC 42200 60800 "ȭ " +3 NPC 43000 57400 " Ҿƹ" +4 NPC 48700 66600 "" +5 WARP 94800 80400 "" +6 WARP 10000 15000 "" diff --git a/bin/pack/locale_tr/locale/tr/map/metin2_map_b1_point.txt b/bin/pack/locale_tr/locale/tr/map/metin2_map_b1_point.txt new file mode 100644 index 00000000..ecd5cbe0 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/metin2_map_b1_point.txt @@ -0,0 +1,17 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 67600 66200 " " +1 NPC 67600 61700 " " +2 NPC 59000 68900 "ȭ " +3 NPC 60900 59600 " Ҿƹ" +4 NPC 58800 63300 "" +5 WARP 87600 112700 "" +6 NPC 67500 53900 "" +7 NPC 74200 87900 "" +8 NPC 20600 55200 "" +9 NPC 21800 67900 "" +10 NPC 22100 86500 "" +11 NPC 23100 97600 "" +12 NPC 23400 107700 "" +13 WARP 90800 8700 "" diff --git a/bin/pack/locale_tr/locale/tr/map/metin2_map_b3_point.txt b/bin/pack/locale_tr/locale/tr/map/metin2_map_b3_point.txt new file mode 100644 index 00000000..5de91bb0 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/metin2_map_b3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 44800 38700 " " +1 NPC 46100 37400 " " +2 NPC 38900 35600 "ȭ " +3 NPC 47100 34700 " Ҿƹ" +4 NPC 41900 30900 "" +5 WARP 10600 8800 "" +6 WARP 77200 14000 "" diff --git a/bin/pack/locale_tr/locale/tr/map/metin2_map_c1_point.txt b/bin/pack/locale_tr/locale/tr/map/metin2_map_c1_point.txt new file mode 100644 index 00000000..a52f83a3 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/metin2_map_c1_point.txt @@ -0,0 +1,18 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 43000 60800 " " +1 NPC 40300 58500 " " +2 NPC 38300 69300 "ȭ " +3 NPC 31500 56000 " Ҿƹ" +4 NPC 41700 67100 "" +5 WARP 13700 12600 "ڶ" +6 NPC 71100 23400 "" +7 NPC 73200 39000 "" +8 NPC 77200 47200 "" +9 NPC 76300 80900 "" +10 NPC 77300 90500 "" +11 NPC 42800 48000 "" +12 NPC 38600 84900 "" +13 NPC 81900 31500 "" +14 WARP 12500 111800 "" diff --git a/bin/pack/locale_tr/locale/tr/map/metin2_map_c3_point.txt b/bin/pack/locale_tr/locale/tr/map/metin2_map_c3_point.txt new file mode 100644 index 00000000..f2bf8941 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/metin2_map_c3_point.txt @@ -0,0 +1,10 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 NPC 46000 46700 " " +1 NPC 43500 46700 " " +2 NPC 48400 38700 "ȭ " +3 NPC 39400 39000 " Ҿƹ" +4 NPC 43300 37600 "" +5 WARP 90100 15100 "" +6 WARP 13600 89900 "" diff --git a/bin/pack/locale_tr/locale/tr/map/metin2_map_n_desert_01_point.txt b/bin/pack/locale_tr/locale/tr/map/metin2_map_n_desert_01_point.txt new file mode 100644 index 00000000..f779ea1c --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/metin2_map_n_desert_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10900 142700 "ھ" +1 WARP 139300 13500 "" +2 WARP 14900 13500 "ڶ" diff --git a/bin/pack/locale_tr/locale/tr/map/metin2_map_n_flame_01_point.txt b/bin/pack/locale_tr/locale/tr/map/metin2_map_n_flame_01_point.txt new file mode 100644 index 00000000..77293102 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/map/metin2_map_n_flame_01_point.txt @@ -0,0 +1,6 @@ +//num type x y ǥؽƮ +//type : "OPC", "OPCPVP", "OPCPVPSELF", "NPC", "MONSTER", "WARP", "WAYPOINT" +//--------------------------------------------------------------------------------------------------- +0 WARP 10300 144600 "ھ" +1 WARP 7600 6000 "" +2 WARP 145800 75100 "ڶ" diff --git a/bin/pack/locale_tr/locale/tr/mob_proto b/bin/pack/locale_tr/locale/tr/mob_proto new file mode 100644 index 00000000..feb791ff Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/mob_proto differ diff --git a/bin/pack/locale_tr/locale/tr/skilldesc.txt b/bin/pack/locale_tr/locale/tr/skilldesc.txt new file mode 100644 index 00000000..eb30b15a --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/skilldesc.txt @@ -0,0 +1,66 @@ +1 WARRIOR Ynl Kesme l Kesme e ayrma imek hznda dman kesmek. nden 3 kez srama saldrs oklu Hedefe Saldr ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 Toplam saldr gc %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 +106 SHAMAN imek Atma imek Topu lm imei imekle saldr. Uzun Menzilli Saldr oklu Hedefe Saldr imek zellii ATTACK_SKILL|NEED_TARGET noejeon 16 4 By Saldr Deeri: %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k +107 SHAMAN imek arma imek Oluturmak Gk Grlts Saldrs Gkyznden Yldrm armak. Uzun Menzilli Saldr oklu Hedefe Saldr imek doal zellii Baylma ATTACK_SKILL|NEED_TARGET byeorak 17 4 By Saldr Gc: %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k Baylma ans: %.0f%% (50+1000*k/6)/10 +108 SHAMAN imek Penesi imek Yumruu Gk Grlts Yumruu Gk grlts yumruu yap. Uzun Menzilli Saldr imek zelligi Zincirleme Saldr ATTACK_SKILL|NEED_TARGET pokroe 18 4 By Saldr Deeri: %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) +109 SHAMAN yiletirme Heal Aydnlanma Yardm Aydnlanma desteiyle yaralar iyiletirmek HP Ykler Kt etkileri Lanetler Grup yeleri zerinde Kullanlabilir CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 Yklenen HP: %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k Kt etkileri lanetleme Deiimi %.0f%% 20+80*k +110 SHAMAN abukluk Hz Rzgar Hz Rzgar kadar hzl ko. Hareket hzn arttrr Becerilerin yklenme sresini drr Grup yeleri zerinde kullanlabilir CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Hareket Hz: +%.0f%% 5 + (35 * k) Yklenme sresi -%.0f%% 3+33*k +111 SHAMAN Yksek Saldr Destek Saldrs Glendirilmi Saldr Ortan glendirmek. Saldr gcn arttrr. Grup yeleri zerinde kullanlr CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Saldr Gc: +%.1f 5+(iq*0.2 + 15)*k +121 SUPPORT Liderlik Grup yelerine liderlik etme becerisi. PASSIVE tongsol +122 SUPPORT Kombo Toplu Saldrlar glendirir. CANNOT_LEVEL_UP|TOGGLE combo +123 SUPPORT Balklk Balk avlama bilgisi. CANNOT_LEVEL_UP fishing +124 SUPPORT Madencilik Mineral karma. PASSIVE mining +125 SUPPORT Nesne Yaratma Nesne yaratma. CANNOT_LEVEL_UP|PASSIVE making +126 SUPPORT Shinsoo Lisan Shinsoo' yu anlayabilirsin. CANNOT_LEVEL_UP|PASSIVE language1 +127 SUPPORT Chunjo Lisan Chunjo' yu anlayabilirsin. CANNOT_LEVEL_UP|PASSIVE language2 +128 SUPPORT Jinno Lisan Jinno' yu anlayabilirsin. CANNOT_LEVEL_UP|PASSIVE language3 +129 SUPPORT Dnm Canavara dnmek. CANNOT_LEVEL_UP|PASSIVE polymorph +130 SUPPORT Binicilik Ata binme yetenei. CANNOT_LEVEL_UP|PASSIVE riding +131 SUPPORT At arma At arma. summon +137 HORSE At zerinde Sava At zerinde dmana saldr. (sev. 50 itibariyle) Binicilik Becerisi ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 +138 HORSE At Yry Yakndaki tm dmanlara saldr. Binicilik Becerisi ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 +139 HORSE G Dalgas Tm dmanlara at zerinden saldr. Binicilik Becerisi ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 +140 HORSE Ok Saana Dmanlara at zerinden ok at. Binicilik Becerisi ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 +151 GUILD Ejderha Gzleri Maksimum Ejderha hayaletini arttrr. PASSIVE yongan Maks. Ejderha hayaleti ykseltimi +%.0f k * 1400 +152 GUILD Ejderha Tanrs Kan Belli bir sre boyunca maks. HP art salar. Sadece Lonca Savanda ONLY_FOR_GUILD_WAR gaho 101 1 Maka. HP +%.0f%% k * 20 +153 GUILD Ejderha Tanrs Kutsamas Belli bir sre boyunca maks. SP art salar. Sadece Lonca Savanda ONLY_FOR_GUILD_WAR chukbok 102 1 Maks. SP +%.0f%% k * 20 +154 GUILD Kutsal Zrh Belli bir sre boyunca savunman arttr. Sadece Lonca Savanda ONLY_FOR_GUILD_WAR seonghwi 103 1 Savunma +%.1f%% k * 10 +155 GUILD Hzlandrma Belli bir sre boyunca saldr ve hareket hzn arttrr. Sadece Lonca Savanda ONLY_FOR_GUILD_WAR gasok 104 1 Saldr ve hareket hz +%.1f k * 30 +156 GUILD Ejderha Tanrs fkesi Belli bir sre boyunca kritik vuru ansn artr. Sadece Lonca Savanda ONLY_FOR_GUILD_WAR bunno 105 1 Kritik vuru ans +%.0f%% k * 50 +157 GUILD By Destei Belli bir sre boyunca becerilerinin yklenme sresini azalt. Sadece Lonca Savanda ONLY_FOR_GUILD_WAR jumunsul 106 1 Yklenme sresi -%.0f%% k * 50 +16 WARRIOR Ruh Vuruu ok Dalgas Tsunami-saldrs Dmana dorudan saldr. nden Srama Saldrs ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Saldr Gc %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*G + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*G + CON)*SkillPoint +17 WARRIOR iddetli Vuru Kaplan vuruu Ejderha Vuruu Dmana dorudan saldr. Gl Srama Saldrs oklu Hedefe Saldr ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Saldr Gc %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*G + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*G + 3*CON)*SkillPoint +18 WARRIOR Gl Vuru Aslan Vuruu Rhino Vuruu Birden ok dman uzaklatran vuru. Gl Srama Saldrs Baylma olasl ATTACK_SKILL|STANDING_SKILL daejin 18 4 Saldr Gc %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Baylma ans: %.0f%% (100 + 1000*SkillPoint/6)/10 +19 WARRIOR Gl Beden Demir Beden elik Beden Savunmay arttrr ve kazanrsnz. Savunmay arttrr Hareket Hzn Drr Asla dmez. STANDING_SKILL cheongeun 19 4 Savunma : +%.0f 7+(40 + 0.2*str + 0.4*con)*k Hareket Hz : -%.0f 1 + 9*SkillPoint +2 WARRIOR Kl evirme Kl Dans Siklon Klc evirerek birden ok dmana saldrma. nden Srama Saldrs oklu Hedefe Saldr ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Saldr gc %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint +20 WARRIOR Kl Darbesi Kl Yldrm Kl Frlatmak Dmana Dorudan Saldr. Uzun Menzilli Saldr oklu Hedefe Saldr Baylma Hedefi indirir ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Saldr Gc %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Baylma ans: %.0f%% (100+k*1000/6)/10 +3 WARRIOR fke Korkun fke lgnlk Sadece Saldrya konsantre olmak. Saldr Hzn Arttrr Hareket Hzn Arttrr Alnan zarar artrr STANDING_SKILL jeongwi 3 4 Saldr Hz +%.0f%% 50 * SkillPoint Hareket Hz +%.0f%% 20 * SkillPoint +31 ASSASSIN Suikast Gizli Saldr Gizli Suikast Dmana arkadan hzla yaklaarak lmcl atak yap. Arkadan vurularda saldr deerini arttrr Gizlilik Bonusu ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Saldr Deeri %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k +32 ASSASSIN Hzl Saldr Beden Yer Deitirme lm Saldrs Dmana hzla yaklaarak lmcl atak yapmak. Inlama Saldrs Gizlilik Salar ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Saldr Gc %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) +33 ASSASSIN Bak evirme Dnen Bak Danseden Bak Dmann evresinde Bakla dnmek. Srama Saldrs Dayankl Zehir Saldrs ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Saldr Gc %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Zehirlenme Deiimi %.0f%% 1 + 4*k +34 ASSASSIN Kamuflaj Sessiz Yry Saklanma Kendini gizleyebilirsin. Kullanldnda saldrlar durdurur. STANDING_SKILL eunhyeong 4 4 Suikast Bonus Hasar %.0f%% 50 * SkillPoint +35 ASSASSIN Zehirli Bulut ldrc Bulut Katil Bulut Dmann evresinde zehirli bulut oluturmak. Uzun Menzilli Saldr oklu Hedefe Saldr Gl Zehir Saldrs ATTACK_SKILL|NEED_TARGET sangong 5 4 Saldr Gc %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Zehirlenme Deiimi %.0f%% 40*k +4 WARRIOR Hava Klc Manevi Kl Hayalet Kl Saldr gcn bir sre iin arttrr. Saldr Gcn Arttrr STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Saldr Gc +%.0f (100 + STR) * SkillPoint +46 ASSASSIN Tekrarlanan At oklu At Gl At Bir dmana birden ok ok at. Uzun Menzilli Saldr oklu Saldrlar ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) Toplam Saldr Deeri %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k Atlan oklar: %.0f 2 + floor(6 * SkillPoint) +47 ASSASSIN Ok Yamuru Ok Boran Ok Kasrgas Birden ok dmana birden ok ok at. Uzun Menzilli Saldr oklu Hedefe Saldr ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Saldr Deeri %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Maks. hedef says %.0f 2 + floor(6 * SkillPoint) +48 ASSASSIN Ateli Ok Yanan Ok Alevli Ok Tututurulmu ok. Uzun Menzilli Saldr oklu Hedefe Saldr Ate Saldrs ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Saldr Gc %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k +49 ASSASSIN Hafif Adm Rzgar Yry Tanr Hz Bedeni hafifleterek hzn arttr. Hareket hzn arttrr STANDING_SKILL gyeonggong 19 4 Hareket hz +%.0f 60*SkillPoint +5 WARRIOR Hamle Mermi Hamlesi Gl Saldr Saldrnz mermi kadar hzl olur. Gl Srama Saldrs ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Saldr Gc %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*G + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*G + CON)*SkillPoint +50 ASSASSIN Zehirli Ok Toksik Ok lmcl Ok Gl zehir bulatrlm ok atmak. Uzun Menzilli Saldr oklu Hedefe Saldr Hedefi uzaklatrr Gl Zehir Saldrs ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Saldr Gc %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Zehirlenme Deiimi %.0f%% 80*k +61 SURA Parmak Darbesi Yanan Parmak Darbesi Parmak Patlamas Parmak ular ile byk bir patlama yapmak. ne Srama Saldrs Rakibin savunmas yok saylr Zeka Bonusu ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Saldr Gc %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Delici vuru ans %.0f%% 1 + 9*SkillPoint +62 SURA Ejderha Dn Kasrga Dn Hortum Gl Kasrga oluturarak bir ok dman yenmek. Srama Saldrs Rakibi Yok Sayar. Zeka Bonusu ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Saldr Gc %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Rakibin Kan Yok Sayma ans %.0f%% 1 + 9*SkillPoint +63 SURA Byl Keskinlik Byl Kl Hayalet Kl Klcn gl bir hayaletle kutsa Saldr gcn arttrr. Zeka Bonusu Hedeften HP emer. STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Saldr Gc +%.1f 7 + (5*iq+13)*k HP alma: hasarn %.0f%% kadar 10*k +64 SURA Dehet Byk Korku Terr Dmann yeteneklerini becerilerini azaltr. Rakibin saldr deerini azaltr Rakiplerin hedef skalamasn arttrr Sadece sana isabet ettiinde aktifleir STANDING_SKILL gongpo 4 4 Rakibin saldr deeri -%.0f%% 5 + 20*SkillPoint Rakibin hedef skalamas %.0f%% 1 + 29*SkillPoint +65 SURA Byl Zrh Gc Arttrlm Zrh Karanln Zrh Karanlk zrh bedeninizi korur. Alnan hasar dmana yanstr. Savunmay arttrr Zeka Bonusu STANDING_SKILL jumagap 5 4 Savunma +%.0f (iq+30)*k Yakn dv hasarn yanstr: %.1f%% (iq/4+10)*k +66 SURA By zme Gl By zme By zme Saldrs Rakibin tm destek efektlerini kaldr. Uzun Menzilli Saldr oklu Hedefe Saldr Rakibin zerindeki tm efektler kaldrlr ATTACK_SKILL|NEED_TARGET pabeop 6 4 Byl Saldr Deeri %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k By zme ans %.0f%% 50*k +76 SURA Karanlk Vuru Karanlk Darbe Karanlk Saldr Dmanlar yaralamak iin karanlk gc zerlerine at. Uzun Menzilli Saldr oklu Hedefe Saldr ATTACK_SKILL|NEED_TARGET maryeong 16 4 By Saldr Gc: %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k +77 SURA Ate Vuruu Yanan Vuru Ate Patlamas Bir patlama ile dman yak. Alan Hasar Ate Saldrs ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 By Saldr Deeri %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k +78 SURA Ate Hayaleti Ate Dizisi Alev Patlamas Ate Ruhu arma. Uzun Menzilli Saldr Rastgele Hedef oklu Hedefe Saldr ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 By Saldr Gc: %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k +79 SURA Karanlk Koruma Karanlk nce Zar Karanlklar Lordunun Korumas Sizi Karanlk glerden korur ve fiziksel zararlar SP ye dntrr. By Zararn Azaltr Savunmay arttrr STANDING_SKILL|TOGGLE heuksin 19 4 Zarar Azalmasi %.0f%% (iq*0.84)*k Savunma +%.0f (0.5*iq+15)*k +80 SURA Hayalet Vuru Manevi Vuru Hayalet Saldrs Karanlk ruhlar atarak Dmana zarar vermek. Uzun Menzilli Saldr oklu Hedefe Saldr Sizi Yavalatr ATTACK_SKILL|NEED_TARGET tusok 20 4 By Saldr Gc: %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Yavaslama Deiimi: %.1f%% (333 + (300 * k))/10 +81 SURA Karanlk Kre Karanlk Top Karanlk Yuvar Karanlk kre atarak dmana zarar ver. Uzun Menzilli Saldr oklu Hedefe Saldr ATTACK_SKILL|NEED_TARGET geomhwan 21 4 By Saldr Deeri %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k +91 SHAMAN Uan Tlsm Ejderha At iddetli At Tlsm atarak dmana zarar ver. Uzun Menzilli Saldr oklu Hedefe Saldr ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 By Saldr Deeri %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k +92 SHAMAN Ejderha At Ejderha Saldrs Ejderha syan Ejderha figr atarak dmana nden saldr. Delici Saldr Bitmeyen Ate Hasar ATTACK_SKILL|NEED_TARGET yongpa 2 4 By Saldr Deeri %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Bitmeyen ate ans %.0f%% iq*0.2*k +93 SHAMAN Ejderha Kkremesi Ejderha l Ejderha Barmas Dmana ejderha figr ile saldrma. Srama Saldrs Dayankl ate zarar ATTACK_SKILL|STANDING_SKILL paeryong 3 4 By Saldr Gc: %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k Gl ate Deiimi %.0f%% iq*0.2*k +94 SHAMAN Kutsama Cennet Duvar Ejderha Kutsamas Partnerini ya da kendini koruma emberine alarak koru. Yakn dv saldrlarna kar direnir Grup yeleri zerinde kullanlr CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Yakn dv saldr direnci: %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) +95 SHAMAN Yanstma Yanstan Su Kristal Ayna Partnerini veya kendini yanstma emberine alarak koru. Hasar saldrana geri yanstr Gurup yeleri zerinde kullanlr CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 Yanstma Yakn Dv Hasar %.1f%% 5+(iq*0.3 + 5)*k +96 SHAMAN Ejderha Yardm Ejderha Destei Ejderha Gc Kendinin veya grup yelerinden birinin saldrsn glendir. Kritik vurulardaki kristik hasar ansn arttrr Grup yeleri zerinde kullanlr CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Kritik isabet ans +%.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_tr/locale/tr/skilltable.txt b/bin/pack/locale_tr/locale/tr/skilltable.txt new file mode 100644 index 00000000..53c1691f --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/skilltable.txt @@ -0,0 +1,77 @@ +1 ↓ 1 1 1 0 HP -(1.1*atk+(0.5*atk+1.5*str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 200 +2 ȹdz 1 1 1 0 HP -(3*atk+(0.8*atk+str*5+dex*3+con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 1 0 200 +3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 63+90*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 14 0 0 NORMAL 1 1 0 0 +4 ˰ 1 1 1 0 ATT_GRADE (100+str+lv*3)*k 100+200*k 30+50*k 33+50*k SELFONLY 15 NONE 15 0 0 NORMAL 1 1 0 0 +16 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100 +17 ݻŸ 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200 +18 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400 +19 õ 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0 +47 ݼ 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 +48 ȭ 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 +46 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 +49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 17 0 0 NORMAL 1 1 0 0 +31 Ͻ 2 1 1 0 HP -(atk+(1.2*atk+number(500,700)+dex*4+str*4)*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 +32 ýź 2 1 1 0 HP -(atk+(1.6*atk+number(200,300)+dex*7+str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 +33 2 1 1 0 HP -(2*atk+(0.5*atk+dex*9+str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 +34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 18 0 0 NORMAL 1 1 0 0 +76 3 1 1 0 HP -(40+5*lv+2*iq+(13*iq+6*mwep+number(50,100))*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 +77 ȭ 3 1 1 0 HP -(5*lv+2*iq+(10*iq+6*mwep+str*4+con*2+number(180,200))*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 +78 3 1 1 0 HP -(30+2*lv+2*iq+(7*iq+6*mwep+number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 43+30*k ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 +80 Ӹ 3 1 1 0 HP -(40+2*lv+2*iq+(2*con+2*dex+13*iq+6*mwep+number(180,200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 +61 3 1 1 0 HP -(atk+2*lv+iq*2+(2*atk+str*4+iq*14)*k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 +62 3 1 1 0 HP -(1.1*atk+2*lv+iq*2+(1.5*atk+str+iq*12)*k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 +63 Ͱ 3 1 1 0 ATT_GRADE (3*iq+2*lv)*k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 19 0 0 NORMAL 1 1 0 0 +64 3 1 1 0 DODGE 1+29*k 60+120*k 60+100*k 100 SELFONLY 20 NONE 20 0 0 NORMAL 1 1 0 0 +65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 33+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 21 0 0 NORMAL 1 1 0 0 +92 Ļ 4 1 1 0 HP -(60+5*lv+(18*iq+6*mwep+120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 +93 з 4 1 1 0 HP -(70+3*lv+(22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq*k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 +94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 22 0 0 NORMAL 1 1 800 0 +95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3+5)*k 40+160*k 60+200*k 10 23 NONE 23 0 0 NORMAL 1 1 1000 0 +106 4 1 1 0 HP -(60+4*lv+(7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 +107 4 1 1 0 HP -(40+4*lv+(13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 +108 ڰ 4 1 1 0 HP -(50+5*lv+(6*iq+6*mwep+number(1,800))*ar*k)*(1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 +109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 +110 4 1 1 0 MOV_SPEED 5+35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 24 0 0 NORMAL 1 1 1000 0 +79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 63+120*k SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 25 0 0 MAGIC 1 0.8 0 0 +157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 +154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 +153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 +91 ĺ 4 1 1 0 HP -(70+4*lv+(20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 201 +5 źȯ 1 1 1 0 HP -(2*atk+(atk+dex*3+str*7+con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 +20 dz 1 1 1 0 HP -(2*atk+(atk+dex*3+str*5+con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 +35 2 1 1 0 HP -(lv*2+(atk+str*3+dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 +50 2 1 1 0 HP -(atk+(1.2*atk+number(100,200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 +66 Ĺ 3 1 1 0 HP -(40+5*lv+2*iq+(10*iq+7*mwep+number(50,100))*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 +81 ȯ 3 1 1 0 HP -(120+6*lv+(5*con+5*dex+29*iq+9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 +96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 29 0 0 NORMAL 1 1 1000 0 +111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2+15)*k 60+120*k 60+100*k 10 30 NONE 30 0 0 NORMAL 1 1 1000 0 +126 ż 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +121 ַ 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 +127 õ 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +128 0 1 20 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 +160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 +161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 +162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 +256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 +257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 +258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 +259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 +260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 +261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 +262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 +130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +137 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 5-(4*k) ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 +138 5 1 1 52 HP -(2.4*(200+1.5*lv)+(3*200*k)) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 +139 Ż 5 1 1 55 HP -(2*(200+1.5*lv)+(3*200*k)) 60+160*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 +140 (Ȱ) 5 1 1 50 HP -(atk+(2*atk*k)) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 +131 ȯ 0 1 10 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +124 ä 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 +152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 +129 а 0 1 40 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_tr/locale/tr/ui/costume/costume_bg.jpg b/bin/pack/locale_tr/locale/tr/ui/costume/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/costume/costume_bg.jpg differ diff --git a/bin/pack/locale_tr/locale/tr/ui/costume_bg.jpg b/bin/pack/locale_tr/locale/tr/ui/costume_bg.jpg new file mode 100644 index 00000000..ce3d966e Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/costume_bg.jpg differ diff --git a/bin/pack/locale_tr/locale/tr/ui/createcharacterwindow.py b/bin/pack/locale_tr/locale/tr/ui/createcharacterwindow.py new file mode 100644 index 00000000..e5450e41 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/createcharacterwindow.py @@ -0,0 +1,565 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = "locale/tr/ui/select/" +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (215) / 600 + +PLUS_BUTTON_WIDTH = 20 +TEMPORARY_HEIGHT = 24 + 5 + +window = { + "name" : "CreateCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/tr/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 300 + TEMPORARY_HEIGHT, + + "children" : + ( + { + "name" : "text_board", + "type" : "bar", + + "x" : 8, + "y" : 10, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.CREATE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.CREATE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + { + "name" : "hth", + "type" : "text", + + "x" : 15, + "y" : 138, + + "text" : uiScriptLocale.CREATE_HP, + + "children" : + ( + { + "name" : "hth_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "red", + }, + { + "name" : "hth_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "hth_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "int", + "type" : "text", + + "x" : 15, + "y" : 157, + + "text" : uiScriptLocale.CREATE_SP, + + "children" : + ( + { + "name" : "int_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "pink", + }, + { + "name" : "int_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "int_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "str", + "type" : "text", + + "x" : 15, + "y" : 176, + + "text" : uiScriptLocale.CREATE_ATT_GRADE, + + "children" : + ( + { + "name" : "str_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "purple", + }, + { + "name" : "str_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "str_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + { + "name" : "dex", + "type" : "text", + + "x" : 15, + "y" : 195, + + "text" : uiScriptLocale.CREATE_DEX_GRADE, + + "children" : + ( + { + "name" : "dex_gauge", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100 + PLUS_BUTTON_WIDTH, + "color" : "blue", + }, + { + "name" : "dex_slot", + "type" : "slotbar", + + "x" : 137 + PLUS_BUTTON_WIDTH, + "y" : -1, + "width" : 24, + "height" : 16, + + "children" : + ( + { + "name" : "dex_value", + "type" : "text", + + "x" : 0, + "y" : 1, + "all_align" : "center", + + "text" : "99", + }, + ), + }, + ), + }, + + { + "name" : "hth_button", + "type" : "button", + + "x" : 184, + "y" : 139, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "int_button", + "type" : "button", + + "x" : 184, + "y" : 158, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "str_button", + "type" : "button", + + "x" : 184, + "y" : 177, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + { + "name" : "dex_button", + "type" : "button", + + "x" : 184, + "y" : 196, + + "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", + "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", + "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 43, + "y" : 218, + + "text" : uiScriptLocale.CREATE_NAME, + + "text_horizontal_align" : "center", + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 40 - 1, + "y" : -2, + + "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", + }, + { + "name" : "character_name_value", + "type" : "editline", + + "x" : 40 - 1 + 3, + "y" : 0, + + "input_limit" : 12, + + "width" : 90, + "height" : 20, + }, + ), + }, + + { + "name" : "character_gender", + "type" : "text", + + "x" : 43, + "y" : 247, + + "text" : uiScriptLocale.CREATE_SEX, + + "text_horizontal_align" : "center", + }, + { + "name" : "gender_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 247, + + "text" : uiScriptLocale.CREATE_MAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "gender_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 247, + + "text" : uiScriptLocale.CREATE_WOMAN, + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "character_shape", + "type" : "text", + + "x" : 43, + "y" : 270, + + "text" : uiScriptLocale.CREATE_SHAPE, + + "text_horizontal_align" : "center", + }, + { + "name" : "shape_button_01", + "type" : "radio_button", + + "x" : 79, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "1", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + { + "name" : "shape_button_02", + "type" : "radio_button", + + "x" : 139, + "y" : 239 + TEMPORARY_HEIGHT, + + "text" : "2", + + "default_image" : ROOT_PATH + "Middle_Button_01.sub", + "over_image" : ROOT_PATH + "Middle_Button_02.sub", + "down_image" : ROOT_PATH + "Middle_Button_03.sub", + }, + + { + "name" : "create_button", + "type" : "button", + + "x" : 11, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CREATE_CREATE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 109, + "y" : 265 + TEMPORARY_HEIGHT, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/dragonsoulrefinewindow.py b/bin/pack/locale_tr/locale/tr/ui/dragonsoulrefinewindow.py new file mode 100644 index 00000000..fde7109d --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/dragonsoulrefinewindow.py @@ -0,0 +1,217 @@ +import uiScriptLocale + +window = { + "name" : "DragonSoulRefineWindow", + + ## ȥ â ٷ + "x" : SCREEN_WIDTH - 176 - 287 - 10 - 287, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 232, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 232, + + "children" : + ( + ## Base BackGroud Image + { + "name" : "DragonSoulRefineWindowBaseImage", + "type" : "expanded_image", + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_refine_bg.tga", + }, + + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 5, + "y" : 7, + + "width" : 275, + "color" : "yellow", + + "children" : + ( + { + "name":"TitleName", + "type":"text", + "x":140, + "y":5, + "text":uiScriptLocale.DRAGONSOUL_REFINE_WINDOW_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Refine Slot + { + "name" : "RefineSlot", + "type" : "grid_table", + + "image" : "d:/ymir work/ui/dragonsoul/cap.tga", + + "x" : 15, + "y" : 39, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Result Slot + { + "name" : "ResultSlot", + "type" : "grid_table", + + "x" : 207, + "y" : 39, + + "start_index" : 0, + "x_count" : 2, + "y_count" : 3, + "x_step" : 32, + "y_step" : 32, + }, + + ## Grade Button + { + "name" : "GradeButton", + "type" : "toggle_button", + + "x" : 36, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "GradeSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.GRADE_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Step Button + { + "name" : "StepButton", + "type" : "toggle_button", + + "x" : 118, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "StepSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STEP_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Refine Button + { + "name" : "StrengthButton", + "type" : "toggle_button", + + "x" : 198, + "y" : 148, + + "default_image" : "d:/ymir work/ui/dragonsoul/button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/button_03.tga", + + "children" : + ( + { + "name" : "RefineSlotTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "all_align" : "center", + "text" : uiScriptLocale.STRENGTH_SELECT, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Money Print + { + "name":"Money_Slot", + "type" : "text", + + "x":35, + "y":180, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + + ## Do Refine Button + { + "name" : "DoRefineButton", + "type" : "button", + + "x" : 188, + "y" : 200, + + "default_image" : "d:/ymir work/ui/dragonsoul/l_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/l_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/l_button03.tga", + + "children" : + ( + { + "name" : "DoRefineButtonTitle", + "type" : "text", + "x" : 0, + "y" : 0, + "text" : uiScriptLocale.DO_REFINE, + "all_align" : "center", + }, + ), + }, + ), + }, + ), +} + diff --git a/bin/pack/locale_tr/locale/tr/ui/dragonsoulwindow.py b/bin/pack/locale_tr/locale/tr/ui/dragonsoulwindow.py new file mode 100644 index 00000000..87adaebd --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/dragonsoulwindow.py @@ -0,0 +1,426 @@ +import uiScriptLocale + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176 - 287 - 10, + "y" : SCREEN_HEIGHT - 37 - 505, + + "style" : ("movable", "float",), + + "width" : 287, + "height" : 505, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 505, + + "children" : + ( + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga", + + }, + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 16, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 67, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_03", + "type" : "radio_button", + + "x" : 118, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_03_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_04", + "type" : "radio_button", + + "x" : 169, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_04_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4, + "color" : 0xFFF1E6C0, + }, + ), + }, + { + "name" : "Inventory_Tab_05", + "type" : "radio_button", + + "x" : 220, + "y" : 332, + + "default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga", + + "children" : + ( + { + "name" : "Inventory_Tab_05_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5, + "color" : 0xFFF1E6C0, + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 15, + "y" : 355, + + "start_index" : 0, + "x_count" : 8, + "y_count" : 4, + "x_step" : 32, + "y_step" : 32, + + #"image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 0, + "y" : 0, + + "width" : 287, + "height" : 280, + + "slot" : ( + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32}, + {"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32}, + ), + }, + { + "name" : "deck1", + "type" : "toggle_button", + + "x" : 21, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga", + }, + { + "name" : "deck2", + "type" : "toggle_button", + + "x" : 234, + "y" : 230, + + "default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga", + }, + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 271, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" }, + ), + }, + ## Tab Area + { + "name" : "TabControl", + "type" : "window", + + "x" : 10, + "y" : 279, + + "width" : 267, + "height" : 30, + + "children" : + ( + ## Tab + { + "name" : "Tab_01", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap01.tga", + }, + { + "name" : "Tab_02", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap02.tga", + }, + { + "name" : "Tab_03", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap03.tga", + }, + { + "name" : "Tab_04", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap04.tga", + }, + { + "name" : "Tab_05", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap05.tga", + }, + { + "name" : "Tab_06", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "width" : 267, + "height" : 30, + + "image" : "d:/ymir work/ui/dragonsoul/tap06.tga", + }, + ## RadioButton + { + "name" : "Tab_Button_01", + "type" : "radio_button", + + "x" : 2, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_02", + "type" : "radio_button", + + "x" : 42, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_03", + "type" : "radio_button", + + "x" : 82, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_04", + "type" : "radio_button", + + "x" : 122, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_05", + "type" : "radio_button", + + "x" : 162, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + { + "name" : "Tab_Button_06", + "type" : "radio_button", + + "x" : 202, + "y" : 2, + + "width" : 36, + "height" : 27, + }, + ), + }, + { + "name" : "tab_text_area", + "type" : "text", + + "x" : 18, + "y" : 315, + + "text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, + "color" : 0xFFC0C0C0, + }, + { + "name" : "activate", + "type" : "toggle_button", + + "x" : 217, + "y" : 492, + + "text" : uiScriptLocale.DRAGONSOUL_ACTIVATE, + + "default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/empire/empire.dds b/bin/pack/locale_tr/locale/tr/ui/empire/empire.dds new file mode 100644 index 00000000..78956523 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/empire/empire.dds differ diff --git a/bin/pack/locale_tr/locale/tr/ui/empire/title.sub b/bin/pack/locale_tr/locale/tr/ui/empire/title.sub new file mode 100644 index 00000000..cfffe3da --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/empire/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "empire.dds" +left 0 +top 0 +right 512 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/energybar.py b/bin/pack/locale_tr/locale/tr/ui/energybar.py new file mode 100644 index 00000000..aadcca40 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/energybar.py @@ -0,0 +1,70 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "EnergyBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 55, + + "width" : 50, + "height" : 10, + + "children" : + ( + # + { + "name" : "EnergyGauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/energygauge_base.tga", + + "children" : + ( + { + "name" : "EnergyGauge_Empty", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_empty.tga", + }, + { + "name" : "EnergyGauge_Hungry", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_hungry.tga", + }, + { + "name" : "EnergyGauge_Full", + "type" : "expanded_image", + + "x" : 5, + "y" : 8, + + "image" : "D:/Ymir Work/UI/Pattern/EnergyGauge/gauge_full.tga", + }, + ), + }, + { + "name" : "EnergyGauge_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} + diff --git a/bin/pack/locale_tr/locale/tr/ui/expandedtaskbar.py b/bin/pack/locale_tr/locale/tr/ui/expandedtaskbar.py new file mode 100644 index 00000000..908f1031 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/expandedtaskbar.py @@ -0,0 +1,48 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "ExpandTaskBar", + + "x" : SCREEN_WIDTH/2 - 5, + "y" : SCREEN_HEIGHT - 74, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "ExpanedTaskBar_Board", + "type" : "window", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "children" : + ( + { + "name" : "DragonSoulButton", + "type" : "button", + + "x" : 0, + "y" : 0, + + "width" : 37, + "height" : 37, + + "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE, + + "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/giftbox.py b/bin/pack/locale_tr/locale/tr/ui/giftbox.py new file mode 100644 index 00000000..0a775ab3 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/giftbox.py @@ -0,0 +1,41 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +Y_ADD_POSITION = 0 +window = { + "name" : "GiftBox", + + "x" : 0, + "y" : SCREEN_HEIGHT - 45, + + "width" : 50, + "height" : 50, + + "children" : + ( + { + "name" : "GiftBox_Icon", + "type" : "image", + + "x" : 5, + "y" : -90 + Y_ADD_POSITION, + + "width" : 50, + "height" : 50, + + "image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga", + + }, + { + "name" : "GiftBox_ToolTip", + + "x" : 0, + "y" : 0, + + "width" : 50, + "height" : 10, + "type" : "window", + }, + ), +} \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/guild/guild.dds b/bin/pack/locale_tr/locale/tr/ui/guild/guild.dds new file mode 100644 index 00000000..14ccf0ae Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/guild/guild.dds differ diff --git a/bin/pack/locale_tr/locale/tr/ui/guild/tab_1.sub b/bin/pack/locale_tr/locale/tr/ui/guild/tab_1.sub new file mode 100644 index 00000000..c9eed0fe --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/guild/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 0 +right 376 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/guild/tab_2.sub b/bin/pack/locale_tr/locale/tr/ui/guild/tab_2.sub new file mode 100644 index 00000000..e753d379 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/guild/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 37 +right 376 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/guild/tab_3.sub b/bin/pack/locale_tr/locale/tr/ui/guild/tab_3.sub new file mode 100644 index 00000000..1202461e --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/guild/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 74 +right 376 +bottom 111 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/guild/tab_4.sub b/bin/pack/locale_tr/locale/tr/ui/guild/tab_4.sub new file mode 100644 index 00000000..886c4de8 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/guild/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 111 +right 376 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/guild/tab_5.sub b/bin/pack/locale_tr/locale/tr/ui/guild/tab_5.sub new file mode 100644 index 00000000..374b07bc --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/guild/tab_5.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 148 +right 376 +bottom 185 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/guild/tab_6.sub b/bin/pack/locale_tr/locale/tr/ui/guild/tab_6.sub new file mode 100644 index 00000000..96d6c9ca --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/guild/tab_6.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "guild.dds" +left 0 +top 185 +right 376 +bottom 222 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/highlighted_quest.tga b/bin/pack/locale_tr/locale/tr/ui/highlighted_quest.tga new file mode 100644 index 00000000..a77d1f0d Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/highlighted_quest.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/highlighted_quest_r.tga b/bin/pack/locale_tr/locale/tr/ui/highlighted_quest_r.tga new file mode 100644 index 00000000..2bd6afcc Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/highlighted_quest_r.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/inventorywindow.py b/bin/pack/locale_tr/locale/tr/ui/inventorywindow.py new file mode 100644 index 00000000..07b7f9e2 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/inventorywindow.py @@ -0,0 +1,311 @@ +import uiScriptLocale +import item + +EQUIPMENT_START_INDEX = 90 + +window = { + "name" : "InventoryWindow", + + ## 600 - (width + 24 px) + "x" : SCREEN_WIDTH - 176, + "y" : SCREEN_HEIGHT - 37 - 565, + + "style" : ("movable", "float",), + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Inventory, Equipment Slots + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : 176, + "height" : 565, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : 161, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, + ), + }, + + ## Equipment Slot + { + "name" : "Equipment_Base", + "type" : "image", + + "x" : 10, + "y" : 33, + + # "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", + + "children" : + ( + + { + "name" : "EquipmentSlot", + "type" : "slot", + + "x" : 3, + "y" : 3, + + "width" : 150, + "height" : 182, + + "slot" : ( + {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, + {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, + {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, + {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + # {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, + ## 2 + # {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, + ), + }, + ## Dragon Soul Button + { + "name" : "DSSButton", + "type" : "button", + + "x" : 114, + "y" : 107, + + "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, + + "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", + "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", + "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", + }, + ## MallButton + { + "name" : "MallButton", + "type" : "button", + + "x" : 118, + "y" : 148, + + "tooltip_text" : uiScriptLocale.MALL_TITLE, + + "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", + "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", + "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", + }, + ## CostumeButton + { + "name" : "CostumeButton", + "type" : "button", + + "x" : 78, + "y" : 5, + + "tooltip_text" : uiScriptLocale.COSTUME_TITLE, + + "default_image" : "d:/ymir work/ui/game/costume_button_01.tga", + "over_image" : "d:/ymir work/ui/game/costume_button_02.tga", + "down_image" : "d:/ymir work/ui/game/costume_button_03.tga", + }, + { + "name" : "Equipment_Tab_01", + "type" : "radio_button", + + "x" : 86, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Equipment_Tab_02", + "type" : "radio_button", + + "x" : 86 + 32, + "y" : 161, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", + + "children" : + ( + { + "name" : "Equipment_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ), + }, + + { + "name" : "Inventory_Tab_01", + "type" : "radio_button", + + "x" : 10, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, + + "children" : + ( + { + "name" : "Inventory_Tab_01_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "I", + }, + ), + }, + { + "name" : "Inventory_Tab_02", + "type" : "radio_button", + + "x" : 10 + 78, + "y" : 33 + 191, + + "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", + "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", + "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", + "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, + + "children" : + ( + { + "name" : "Inventory_Tab_02_Print", + "type" : "text", + + "x" : 0, + "y" : 0, + + "all_align" : "center", + + "text" : "II", + }, + ), + }, + + ## Item Slot + { + "name" : "ItemSlot", + "type" : "grid_table", + + "x" : 8, + "y" : 246, + + "start_index" : 0, + "x_count" : 5, + "y_count" : 9, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/public/Slot_Base.sub" + }, + + ## Print + { + "name":"Money_Slot", + "type":"button", + + "x":8, + "y":28, + + "horizontal_align":"center", + "vertical_align":"bottom", + + "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", + + "children" : + ( + { + "name":"Money_Icon", + "type":"image", + + "x":-18, + "y":2, + + "image":"d:/ymir work/ui/game/windows/money_icon.sub", + }, + + { + "name" : "Money", + "type" : "text", + + "x" : 3, + "y" : 3, + + "horizontal_align" : "right", + "text_horizontal_align" : "right", + + "text" : "123456789", + }, + ), + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/loading/gauge_empty.dds b/bin/pack/locale_tr/locale/tr/ui/loading/gauge_empty.dds new file mode 100644 index 00000000..c861bb4d Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/loading/gauge_empty.dds differ diff --git a/bin/pack/locale_tr/locale/tr/ui/loading/gauge_full.dds b/bin/pack/locale_tr/locale/tr/ui/loading/gauge_full.dds new file mode 100644 index 00000000..deaed898 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/loading/gauge_full.dds differ diff --git a/bin/pack/locale_tr/locale/tr/ui/loadingwindow.py b/bin/pack/locale_tr/locale/tr/ui/loadingwindow.py new file mode 100644 index 00000000..9841b967 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/loadingwindow.py @@ -0,0 +1,65 @@ +import uiScriptLocale + +window = { + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", + + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + }, + { + "name":"ErrorMessage", + "type":"text", "x":10, "y":10, + "text": uiScriptLocale.LOAD_ERROR, + }, + + { + "name" : "GageBoard", + "type" : "window", + "style" : ("ltr",), + "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, + "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , + "width" : 400, + "height": 80, + + "children" : + ( + + { + "name" : "BackGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", + }, + { + "name" : "FullGage", + "type" : "expanded_image", + + "x" : 40, + "y" : 25, + + "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/login.jpg b/bin/pack/locale_tr/locale/tr/ui/login.jpg new file mode 100644 index 00000000..7f044d17 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/login.jpg differ diff --git a/bin/pack/locale_tr/locale/tr/ui/login.sub b/bin/pack/locale_tr/locale/tr/ui/login.sub new file mode 100644 index 00000000..990ae5a3 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/login.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_tr/locale/tr/ui/login/copyright.sub b/bin/pack/locale_tr/locale/tr/ui/login/copyright.sub new file mode 100644 index 00000000..c445a422 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/login/copyright.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 97 +right 476 +bottom 126 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/login/g4d.sub b/bin/pack/locale_tr/locale/tr/ui/login/g4d.sub new file mode 100644 index 00000000..453893ea --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/login/g4d.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 440 +top 0 +right 490 +bottom 28 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/login/login.dds b/bin/pack/locale_tr/locale/tr/ui/login/login.dds new file mode 100644 index 00000000..f0bd7ea8 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/login/login.dds differ diff --git a/bin/pack/locale_tr/locale/tr/ui/login/loginwindow.sub b/bin/pack/locale_tr/locale/tr/ui/login/loginwindow.sub new file mode 100644 index 00000000..fa745f3c --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/login/loginwindow.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 208 +bottom 97 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/login/published.sub b/bin/pack/locale_tr/locale/tr/ui/login/published.sub new file mode 100644 index 00000000..1db071b6 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/login/published.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 208 +top 0 +right 440 +bottom 19 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/login/title.sub b/bin/pack/locale_tr/locale/tr/ui/login/title.sub new file mode 100644 index 00000000..f42c4fe1 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/login/title.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "login.dds" +left 0 +top 0 +right 443 +bottom 206 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/login_dark_dragons.jpg b/bin/pack/locale_tr/locale/tr/ui/login_dark_dragons.jpg new file mode 100644 index 00000000..bf7b15c3 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/login_dark_dragons.jpg differ diff --git a/bin/pack/locale_tr/locale/tr/ui/loginwindow.py b/bin/pack/locale_tr/locale/tr/ui/loginwindow.py new file mode 100644 index 00000000..fc422f2d --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/loginwindow.py @@ -0,0 +1,753 @@ +import uiScriptLocale + +LOCALE_PATH = uiScriptLocale.LOGIN_PATH +#Big-List +#SERVER_BOARD_HEIGHT = 180 + 390 +#SERVER_LIST_HEIGHT = 171 + 350 +#Small list like german +SERVER_BOARD_HEIGHT = 220 + 180 +SERVER_LIST_HEIGHT = 171 + 180 +SERVER_BOARD_WEIGHT = 375 +window = { + "name" : "LoginWindow", + "sytle" : ("movable",), + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + + ## Board + { + "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/tr/ui/serverlist.sub", + }, + { + "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/tr/ui/login.sub", + }, + + ## VirtualKeyboard + { + 'name' : 'VirtualKeyboard', + 'type' : 'thinboard', + 'x' : (SCREEN_WIDTH - 564) / 2, + 'y' : SCREEN_HEIGHT - 300, + 'width' : 564, + 'height' : 254, + 'children' : + ( + { + 'name' : 'key_at', + 'type' : 'toggle_button', + 'x' : 40, + 'y' : 186, + 'default_image' : 'locale/tr/ui/vkey/key_at.tga', + 'down_image' : 'locale/tr/ui/vkey/key_at_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_at_over.tga', + }, + { + 'name' : 'key_backspace', + 'type' : 'button', + 'x' : 498, + 'y' : 186, + 'default_image' : 'locale/tr/ui/vkey/key_backspace.tga', + 'down_image' : 'locale/tr/ui/vkey/key_backspace_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_backspace_over.tga', + }, + { + 'name' : 'key_enter', + 'type' : 'button', + 'x' : 439, + 'y' : 186, + 'default_image' : 'locale/tr/ui/vkey/key_enter.tga', + 'down_image' : 'locale/tr/ui/vkey/key_enter_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_enter_over.tga', + }, + { + 'name' : 'key_shift', + 'type' : 'toggle_button', + 'x' : 86, + 'y' : 186, + 'default_image' : 'locale/tr/ui/vkey/key_shift.tga', + 'down_image' : 'locale/tr/ui/vkey/key_shift_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_shift_over.tga', + }, + { + 'name' : 'key_space', + 'type' : 'button', + 'x' : 145, + 'y' : 186, + 'default_image' : 'locale/tr/ui/vkey/key_space.tga', + 'down_image' : 'locale/tr/ui/vkey/key_space_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_space_over.tga', + }, + { + 'name' : 'key_1', + 'type' : 'button', + 'x' : 40, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_2', + 'type' : 'button', + 'x' : 80, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_3', + 'type' : 'button', + 'x' : 120, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_4', + 'type' : 'button', + 'x' : 160, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_5', + 'type' : 'button', + 'x' : 200, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_6', + 'type' : 'button', + 'x' : 240, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_7', + 'type' : 'button', + 'x' : 280, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_8', + 'type' : 'button', + 'x' : 320, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_9', + 'type' : 'button', + 'x' : 360, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_10', + 'type' : 'button', + 'x' : 400, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_11', + 'type' : 'button', + 'x' : 440, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_12', + 'type' : 'button', + 'x' : 480, + 'y' : 24, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_13', + 'type' : 'button', + 'x' : 40, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_14', + 'type' : 'button', + 'x' : 80, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_15', + 'type' : 'button', + 'x' : 120, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_16', + 'type' : 'button', + 'x' : 160, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_17', + 'type' : 'button', + 'x' : 200, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_18', + 'type' : 'button', + 'x' : 240, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_19', + 'type' : 'button', + 'x' : 280, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_20', + 'type' : 'button', + 'x' : 320, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_21', + 'type' : 'button', + 'x' : 360, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_22', + 'type' : 'button', + 'x' : 400, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_23', + 'type' : 'button', + 'x' : 440, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_24', + 'type' : 'button', + 'x' : 480, + 'y' : 63, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_25', + 'type' : 'button', + 'x' : 60, + 'y' : 104, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_26', + 'type' : 'button', + 'x' : 100, + 'y' : 104, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_27', + 'type' : 'button', + 'x' : 140, + 'y' : 104, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_28', + 'type' : 'button', + 'x' : 180, + 'y' : 104, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_29', + 'type' : 'button', + 'x' : 220, + 'y' : 104, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_30', + 'type' : 'button', + 'x' : 260, + 'y' : 104, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_31', + 'type' : 'button', + 'x' : 300, + 'y' : 104, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_32', + 'type' : 'button', + 'x' : 340, + 'y' : 104, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_33', + 'type' : 'button', + 'x' : 380, + 'y' : 104, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_34', + 'type' : 'button', + 'x' : 420, + 'y' : 104, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_35', + 'type' : 'button', + 'x' : 460, + 'y' : 104, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_36', + 'type' : 'button', + 'x' : 60, + 'y' : 144, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_37', + 'type' : 'button', + 'x' : 100, + 'y' : 144, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_38', + 'type' : 'button', + 'x' : 140, + 'y' : 144, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_39', + 'type' : 'button', + 'x' : 180, + 'y' : 144, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_40', + 'type' : 'button', + 'x' : 220, + 'y' : 144, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_41', + 'type' : 'button', + 'x' : 260, + 'y' : 144, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_42', + 'type' : 'button', + 'x' : 300, + 'y' : 144, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_43', + 'type' : 'button', + 'x' : 340, + 'y' : 144, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_44', + 'type' : 'button', + 'x' : 380, + 'y' : 144, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_45', + 'type' : 'button', + 'x' : 420, + 'y' : 144, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + { + 'name' : 'key_46', + 'type' : 'button', + 'x' : 460, + 'y' : 144, + 'default_image' : 'locale/tr/ui/vkey/key_normal.tga', + 'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga', + 'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga', + }, + ) + }, + + ## ConnectBoard + { + "name" : "ConnectBoard", + "type" : "thinboard", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410 - 35), + "width" : 208, + "height" : 30, + + "children" : + ( + { + "name" : "ConnectName", + "type" : "text", + + "x" : 15, + "y" : 0, + "vertical_align" : "center", + "text_vertical_align" : "center", + + "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, + }, + { + "name" : "SelectConnectButton", + "type" : "button", + + "x" : 150, + "y" : 0, + "vertical_align" : "center", + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, + }, + ), + }, + + ## LoginBoard + { + "name" : "LoginBoard", + "type" : "image", + + "x" : (SCREEN_WIDTH - 208) / 2, + "y" : (SCREEN_HEIGHT - 410), + + "image" : LOCALE_PATH + "loginwindow.sub", + + "children" : + ( + { + "name" : "ID_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 16, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "Password_EditLine", + "type" : "editline", + + "x" : 77, + "y" : 43, + + "width" : 120, + "height" : 18, + + "input_limit" : 16, + "secret_flag" : 1, + "enable_codepage" : 0, + + "r" : 1.0, + "g" : 1.0, + "b" : 1.0, + "a" : 1.0, + }, + { + "name" : "LoginButton", + "type" : "button", + + "x" : 15, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_CONNECT, + }, + { + "name" : "LoginExitButton", + "type" : "button", + + "x" : 105, + "y" : 65, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_EXIT, + }, + ), + }, + + ## ServerBoard + { + "name" : "ServerBoard", + "type" : "thinboard", + + "x" : 0, + "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72, + "width" : 375, + "height" : SERVER_BOARD_HEIGHT, + "horizontal_align" : "center", + + "children" : + ( + + ## Title + { + "name" : "Title", + "type" : "text", + + "x" : 0, + "y" : 12, + "horizontal_align" : "center", + "text_horizontal_align" : "center", + "text" : uiScriptLocale.LOGIN_SELECT_TITLE, + }, + + ## Horizontal + { + "name" : "HorizontalLine1", + "type" : "line", + + "x" : 10, + "y" : 34, + "width" : 354, + "height" : 0, + "color" : 0xff777777, + }, + { + "name" : "HorizontalLine2", + "type" : "line", + + "x" : 10, + "y" : 35, + "width" : 355, + "height" : 0, + "color" : 0xff111111, + }, + + ## Vertical + { + "name" : "VerticalLine1", + "type" : "line", + + "x" : 246, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff777777, + }, + { + "name" : "VerticalLine2", + "type" : "line", + + "x" : 247, + "y" : 38, + "width" : 0, + "height" : SERVER_LIST_HEIGHT + 4, + "color" : 0xff111111, + }, + + ## ListBox + { + "name" : "ServerList", + "type" : "listbox2", + + "x" : 10, + "y" : 40, + "width" : 232, + "height" : SERVER_LIST_HEIGHT, + "row_count" : 15, + "item_align" : 0, + }, + { + "name" : "ChannelList", + "type" : "listbox", + + "x" : 255, + "y" : 40, + "width" : 109, + "height" : SERVER_LIST_HEIGHT, + + "item_align" : 0, + }, + + ## Buttons + { + "name" : "ServerSelectButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.OK, + }, + { + "name" : "ServerExitButton", + "type" : "button", + + "x" : 267, + "y" : SERVER_LIST_HEIGHT + 22, + + "default_image" : "d:/ymir work/ui/public/large_button_01.sub", + "over_image" : "d:/ymir work/ui/public/large_button_02.sub", + "down_image" : "d:/ymir work/ui/public/large_button_03.sub", + + "text" : uiScriptLocale.LOGIN_SELECT_EXIT, + }, + + ), + + }, + + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/00.sub b/bin/pack/locale_tr/locale/tr/ui/mall/00.sub new file mode 100644 index 00000000..870dab34 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/00.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 0 +right 40 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/01.sub b/bin/pack/locale_tr/locale/tr/ui/mall/01.sub new file mode 100644 index 00000000..b8bdd101 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/01.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 0 +right 80 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/02.sub b/bin/pack/locale_tr/locale/tr/ui/mall/02.sub new file mode 100644 index 00000000..391b4859 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/02.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 0 +right 120 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/03.sub b/bin/pack/locale_tr/locale/tr/ui/mall/03.sub new file mode 100644 index 00000000..62e19e95 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/03.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 0 +right 160 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/04.sub b/bin/pack/locale_tr/locale/tr/ui/mall/04.sub new file mode 100644 index 00000000..b01bec68 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/04.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 0 +right 200 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/05.sub b/bin/pack/locale_tr/locale/tr/ui/mall/05.sub new file mode 100644 index 00000000..b153dcc8 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/05.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 0 +right 240 +bottom 40 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/06.sub b/bin/pack/locale_tr/locale/tr/ui/mall/06.sub new file mode 100644 index 00000000..769515cc --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/06.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 40 +right 40 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/07.sub b/bin/pack/locale_tr/locale/tr/ui/mall/07.sub new file mode 100644 index 00000000..be1378f4 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/07.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 40 +right 80 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/08.sub b/bin/pack/locale_tr/locale/tr/ui/mall/08.sub new file mode 100644 index 00000000..6345bb7b --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/08.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 40 +right 120 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/09.sub b/bin/pack/locale_tr/locale/tr/ui/mall/09.sub new file mode 100644 index 00000000..550707ef --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/09.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 40 +right 160 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/10.sub b/bin/pack/locale_tr/locale/tr/ui/mall/10.sub new file mode 100644 index 00000000..91192675 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/10.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 40 +right 200 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/11.sub b/bin/pack/locale_tr/locale/tr/ui/mall/11.sub new file mode 100644 index 00000000..df474088 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/11.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 200 +top 40 +right 240 +bottom 80 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/12.sub b/bin/pack/locale_tr/locale/tr/ui/mall/12.sub new file mode 100644 index 00000000..c3e0b85a --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/12.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 0 +top 80 +right 40 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/13.sub b/bin/pack/locale_tr/locale/tr/ui/mall/13.sub new file mode 100644 index 00000000..51e0299c --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/13.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 40 +top 80 +right 80 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/14.sub b/bin/pack/locale_tr/locale/tr/ui/mall/14.sub new file mode 100644 index 00000000..5f9b9bba --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/14.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 80 +top 80 +right 120 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/15.sub b/bin/pack/locale_tr/locale/tr/ui/mall/15.sub new file mode 100644 index 00000000..17016157 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/15.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 120 +top 80 +right 160 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/16.sub b/bin/pack/locale_tr/locale/tr/ui/mall/16.sub new file mode 100644 index 00000000..29766392 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/mall/16.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "mall.tga" +left 160 +top 80 +right 200 +bottom 120 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0000.tga b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0000.tga new file mode 100644 index 00000000..38de46b8 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0000.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0001.tga b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0001.tga new file mode 100644 index 00000000..a2c3d2cf Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0001.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0002.tga b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0002.tga new file mode 100644 index 00000000..33c5ba34 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0002.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0003.tga b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0003.tga new file mode 100644 index 00000000..2928c69a Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0003.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0004.tga b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0004.tga new file mode 100644 index 00000000..dc1210af Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0004.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0005.tga b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0005.tga new file mode 100644 index 00000000..01f23797 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0005.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0006.tga b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0006.tga new file mode 100644 index 00000000..e21cea3f Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0006.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0007.tga b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0007.tga new file mode 100644 index 00000000..1984890f Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0007.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0008.tga b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0008.tga new file mode 100644 index 00000000..c2919ba8 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0008.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0009.tga b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0009.tga new file mode 100644 index 00000000..7696a467 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/easter_2012_0009.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0000.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0000.tga new file mode 100644 index 00000000..96eddc10 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0000.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0001.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0001.tga new file mode 100644 index 00000000..1274d70d Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0001.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0002.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0002.tga new file mode 100644 index 00000000..8f4096d0 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0002.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0003.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0003.tga new file mode 100644 index 00000000..f0aa2002 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0003.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0004.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0004.tga new file mode 100644 index 00000000..b608747f Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0004.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0005.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0005.tga new file mode 100644 index 00000000..1e87f377 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0005.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0006.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0006.tga new file mode 100644 index 00000000..3336f088 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0006.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0007.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0007.tga new file mode 100644 index 00000000..25d65eef Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0007.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0008.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0008.tga new file mode 100644 index 00000000..6d5652e1 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0008.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0009.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0009.tga new file mode 100644 index 00000000..54b3576c Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0009.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0010.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0010.tga new file mode 100644 index 00000000..505b9bb7 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0010.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0011.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0011.tga new file mode 100644 index 00000000..54ea3e57 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0011.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0012.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0012.tga new file mode 100644 index 00000000..995c3794 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0012.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0013.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0013.tga new file mode 100644 index 00000000..6fc9b4e6 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0013.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0014.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0014.tga new file mode 100644 index 00000000..59a8a724 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0014.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/herz0015.tga b/bin/pack/locale_tr/locale/tr/ui/mall/herz0015.tga new file mode 100644 index 00000000..061ffe70 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/herz0015.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/mall.tga b/bin/pack/locale_tr/locale/tr/ui/mall/mall.tga new file mode 100644 index 00000000..dcf18bab Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/mall.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0000.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0000.tga new file mode 100644 index 00000000..7309f8b1 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0000.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0001.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0001.tga new file mode 100644 index 00000000..5c52853e Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0001.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0002.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0002.tga new file mode 100644 index 00000000..24c43eab Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0002.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0003.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0003.tga new file mode 100644 index 00000000..1b976df4 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0003.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0004.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0004.tga new file mode 100644 index 00000000..a67dbad1 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0004.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0005.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0005.tga new file mode 100644 index 00000000..d045f52c Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0005.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0006.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0006.tga new file mode 100644 index 00000000..c5d26129 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0006.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0007.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0007.tga new file mode 100644 index 00000000..8f991554 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0007.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0008.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0008.tga new file mode 100644 index 00000000..1635db65 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0008.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0009.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0009.tga new file mode 100644 index 00000000..a90883de Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0009.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0010.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0010.tga new file mode 100644 index 00000000..03557364 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0010.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0011.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0011.tga new file mode 100644 index 00000000..c34644aa Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0011.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0012.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0012.tga new file mode 100644 index 00000000..09540d32 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0012.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0013.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0013.tga new file mode 100644 index 00000000..03c2f860 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0013.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0014.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0014.tga new file mode 100644 index 00000000..16bc860e Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0014.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0015.tga b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0015.tga new file mode 100644 index 00000000..1c427627 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mall/shop_button_kuerbis0015.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/0a2.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/0a2.tga new file mode 100644 index 00000000..2e069829 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/0a2.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/a1.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/a1.tga new file mode 100644 index 00000000..ad0e1aa1 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/a1.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/a2.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/a2.tga new file mode 100644 index 00000000..d6ce6820 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/a2.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/a3.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/a3.tga new file mode 100644 index 00000000..0a4ed03b Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/a3.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/a4.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/a4.tga new file mode 100644 index 00000000..99b17df5 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/a4.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/b1.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/b1.tga new file mode 100644 index 00000000..08334767 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/b1.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/b2.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/b2.tga new file mode 100644 index 00000000..7d2f5f79 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/b2.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/b3.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/b3.tga new file mode 100644 index 00000000..e49cb9ef Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/b3.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/b4.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/b4.tga new file mode 100644 index 00000000..d8f40841 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/b4.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/bay.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/bay.tga new file mode 100644 index 00000000..bd1dad4a Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/bay.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/c1.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/c1.tga new file mode 100644 index 00000000..417bf3fa Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/c1.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/c2.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/c2.tga new file mode 100644 index 00000000..74c40477 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/c2.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/c3.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/c3.tga new file mode 100644 index 00000000..16fc0455 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/c3.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/c4.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/c4.tga new file mode 100644 index 00000000..963615e2 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/c4.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/cape.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/cape.tga new file mode 100644 index 00000000..cdef4a58 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/cape.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/dawn.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/dawn.tga new file mode 100644 index 00000000..bc2682ba Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/dawn.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/desert1.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/desert1.tga new file mode 100644 index 00000000..7eb9d64d Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/desert1.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1.tga new file mode 100644 index 00000000..dfd32761 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_1f.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_1f.tga new file mode 100644 index 00000000..d6698a0a Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_1f.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_2f.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_2f.tga new file mode 100644 index 00000000..0a1358a6 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_2f.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_3f.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_3f.tga new file mode 100644 index 00000000..14e003d6 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_3f.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_4f.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_4f.tga new file mode 100644 index 00000000..ba9c4ee3 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_4f.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_5f.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_5f.tga new file mode 100644 index 00000000..1ef9dec0 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_5f.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_6f.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_6f.tga new file mode 100644 index 00000000..4b5700c7 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_6f.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_7f.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_7f.tga new file mode 100644 index 00000000..899bc742 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_7f.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_8f.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_8f.tga new file mode 100644 index 00000000..42434c4d Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_8f.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_9f.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_9f.tga new file mode 100644 index 00000000..44d6397d Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_9f.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_titel.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_titel.tga new file mode 100644 index 00000000..3abd0942 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_titel.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_title.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_title.tga new file mode 100644 index 00000000..dfd32761 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil1_title.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/devil_basement.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/devil_basement.tga new file mode 100644 index 00000000..bb58e1ea Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/devil_basement.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/frame1.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/frame1.tga new file mode 100644 index 00000000..2669544e Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/frame1.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/guild1.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/guild1.tga new file mode 100644 index 00000000..c498855e Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/guild1.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/guild2.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/guild2.tga new file mode 100644 index 00000000..30a85fa8 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/guild2.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/guild3.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/guild3.tga new file mode 100644 index 00000000..c1caed7d Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/guild3.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/milgyo.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/milgyo.tga new file mode 100644 index 00000000..f872b6a9 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/milgyo.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/monkey1.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/monkey1.tga new file mode 100644 index 00000000..8e5f1cce Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/monkey1.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/monkey2.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/monkey2.tga new file mode 100644 index 00000000..8a80b9d8 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/monkey2.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/monkey3.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/monkey3.tga new file mode 100644 index 00000000..d3141121 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/monkey3.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/skipia.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/skipia.tga new file mode 100644 index 00000000..ff2f2034 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/skipia.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/snow1.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/snow1.tga new file mode 100644 index 00000000..89306c76 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/snow1.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/spider1.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/spider1.tga new file mode 100644 index 00000000..ace079a4 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/spider1.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/stockwerke.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/stockwerke.tga new file mode 100644 index 00000000..a52eb9fd Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/stockwerke.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/thunder.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/thunder.tga new file mode 100644 index 00000000..53991a11 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/thunder.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/trent.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/trent.tga new file mode 100644 index 00000000..acff59d5 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/trent.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/mapname/trent02.tga b/bin/pack/locale_tr/locale/tr/ui/mapname/trent02.tga new file mode 100644 index 00000000..0b1a309c Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/mapname/trent02.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/new_cube_bg.tga b/bin/pack/locale_tr/locale/tr/ui/new_cube_bg.tga new file mode 100644 index 00000000..6122a95d Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/new_cube_bg.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/passworddialog.py b/bin/pack/locale_tr/locale/tr/ui/passworddialog.py new file mode 100644 index 00000000..e8301388 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/passworddialog.py @@ -0,0 +1,165 @@ +import uiScriptLocale +window = { + "name" : "PasswordDialog", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : 250, + "height" : 150, + + "children" : + ( + { + "name" : "board", + "type" : "board", + + "x" : 0, + "y" : 0, + + "width" : 250, + "height" : 150, + + "children" : + ( + + # + { + "name" : "Desc1", + "type" : "text", + + "x" : 250/2, + "y" : 30, + + "text" : uiScriptLocale.PASSWORD_DESC_1, + "text_horizontal_align":"center" + }, + #2 + { + "name" : "Desc2", + "type" : "text", + + "x" : 250/2, + "y" : 42, + + "text" : uiScriptLocale.PASSWORD_DESC_2, + "text_horizontal_align":"center" + }, + ## Title + { + "name" : "titlebar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 8, + + "width" : 234, + "color" : "gray", + + "children" : + ( + { + "name" : "TitleName", + "type" : "text", + + "x" : 234/2, + "y" : 3, + + "text" : uiScriptLocale.PASSWORD_TITLE, + "text_horizontal_align":"center" + }, + ), + }, + + ## Password Slot + { + "name" : "password_slot", + "type" : "image", + + "x" : 0, + "y" : 56, + "horizontal_align" : "center", + + "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", + + "children" : + ( + { + "name" : "password_value", + "type" : "editline", + + "x" : 3, + "y" : 3, + + "width" : 60, + "height" : 18, + + "input_limit" : 6, + "secret_flag" : 1, + }, + ), + }, + { + "name" : "Desc3", + "type" : "text", + + "x" : 250/2, + "y" : 80, + + "text" : uiScriptLocale.PASSWORD_DESC_3, + "text_horizontal_align":"center" + }, + { + "name" : "Desc4", + "type" : "text", + + "x" : 250/2, + "y" : 92, + + "text" : uiScriptLocale.PASSWORD_DESC_4, + "text_horizontal_align":"center" + }, + { + "name" : "Desc5", + "type" : "text", + + "x" : 250/2, + "y" : 104, + + "text" : uiScriptLocale.PASSWORD_DESC_5, + "text_horizontal_align":"center" + }, + ## Button + { + "name" : "accept_button", + "type" : "button", + + "x" : 250/2 - 61 - 5, + "y" : 120, + + "text" : uiScriptLocale.OK, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 250/2 + 5, + "y" : 120, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/select.jpg b/bin/pack/locale_tr/locale/tr/ui/select.jpg new file mode 100644 index 00000000..acec30a6 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/select.jpg differ diff --git a/bin/pack/locale_tr/locale/tr/ui/select.sub b/bin/pack/locale_tr/locale/tr/ui/select.sub new file mode 100644 index 00000000..c007e668 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/select.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_tr/locale/tr/ui/select/name_assassin.sub b/bin/pack/locale_tr/locale/tr/ui/select/name_assassin.sub new file mode 100644 index 00000000..7936dd97 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/select/name_assassin.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 0 +right 256 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/select/name_shaman.sub b/bin/pack/locale_tr/locale/tr/ui/select/name_shaman.sub new file mode 100644 index 00000000..4c780c86 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/select/name_shaman.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 0 +right 512 +bottom 146 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/select/name_sura.sub b/bin/pack/locale_tr/locale/tr/ui/select/name_sura.sub new file mode 100644 index 00000000..5de4a90a --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/select/name_sura.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 0 +top 146 +right 256 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/select/name_warrior.sub b/bin/pack/locale_tr/locale/tr/ui/select/name_warrior.sub new file mode 100644 index 00000000..30fc8ef8 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/select/name_warrior.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "select.dds" +left 256 +top 146 +right 512 +bottom 292 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/select/select.dds b/bin/pack/locale_tr/locale/tr/ui/select/select.dds new file mode 100644 index 00000000..46a35410 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/select/select.dds differ diff --git a/bin/pack/locale_tr/locale/tr/ui/select_old.jpg b/bin/pack/locale_tr/locale/tr/ui/select_old.jpg new file mode 100644 index 00000000..8b7cb520 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/select_old.jpg differ diff --git a/bin/pack/locale_tr/locale/tr/ui/selectcharacterwindow.py b/bin/pack/locale_tr/locale/tr/ui/selectcharacterwindow.py new file mode 100644 index 00000000..56b5dea1 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/selectcharacterwindow.py @@ -0,0 +1,521 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.SELECT_PATH + +BOARD_X = SCREEN_WIDTH * (65) / 800 +BOARD_Y = SCREEN_HEIGHT * (220) / 600 + +BOARD_ITEM_ADD_POSITION = -40 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, + "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, + "image" : "locale/tr/ui/select.sub", + }, + ## Name + { + "name" : "name_warrior", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_warrior.sub", + }, + { + "name" : "name_assassin", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_assassin.sub", + }, + { + "name" : "name_sura", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_sura.sub", + }, + { + "name" : "name_shaman", + "type" : "image", + + "x" : BOARD_X - 27, + "y" : BOARD_Y - 174 + 25, + + "image" : LOCALE_PATH+"name_shaman.sub", + }, + + + ## Character Board + { + "name" : "character_board", + "type" : "thinboard", + + "x" : BOARD_X, + "y" : BOARD_Y, + + "width" : 208, + "height" : 363 + BOARD_ITEM_ADD_POSITION, + + "children" : + ( + + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 21, + "y" : 12, + "x_scale" : 0.5, + "y_scale" : 0.5, + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + + { + "name" : "EmpireNameSlot", + "type" : "image", + + "x" : 100, + "y" : 12, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "EmpireName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_EMPIRE_NAME, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "GuildNameSlot", + "type" : "image", + + "x" : 100, + "y" : 33, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + + "children" : + ( + { + "name" : "GuildName", + "type" : "text", + + "x" : 0, + "y" : 0, + + "text" : uiScriptLocale.SELECT_NO_GUILD, + + "all_align" : "center", + }, + ), + }, + + { + "name" : "character_name", + "type" : "text", + + "x" : 17, + "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_NAME, + + "children" : + ( + { + "name" : "character_name_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_name_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_level", + "type" : "text", + + "x" : 17, + "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_LEVEL, + + "children" : + ( + { + "name" : "character_level_slot", + "type" : "image", + + "x" : 43, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", + }, + { + "name" : "character_level_value", + "type" : "text", + + "x" : 43 + 130/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_play_time", + "type" : "text", + + "x" : 17, + "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_PLAYTIME, + + "children" : + ( + { + "name" : "character_play_time_slot", + "type" : "image", + + "x" : 83, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", + }, + { + "name" : "character_play_time_value", + "type" : "text", + + "x" : 83 + 91/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_hth", + "type" : "text", + + "x" : 17, + "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_HP, + + "children" : + ( + { + "name" : "gauge_hth", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "red", + }, + { + "name" : "character_hth_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_hth_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_int", + "type" : "text", + + "x" : 17, + "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SP, + + "children" : + ( + { + "name" : "gauge_int", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "pink", + }, + { + "name" : "character_int_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_int_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_str", + "type" : "text", + + "x" : 17, + "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_ATT_GRADE, + + "children" : + ( + { + "name" : "gauge_str", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "purple", + }, + { + "name" : "character_str_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_str_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + { + "name" : "character_dex", + "type" : "text", + + "x" : 17, + "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DEX_GRADE, + + "children" : + ( + { + "name" : "gauge_dex", + "type" : "gauge", + + "x" : 30, + "y" : 4, + + "width" : 100, + "color" : "blue", + }, + { + "name" : "character_dex_slot", + "type" : "image", + + "x" : 134, + "y" : -2, + + "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", + }, + { + "name" : "character_dex_value", + "type" : "text", + + "x" : 134 + 39/2, + "y" : 0, + + "text" : "", + + "text_horizontal_align" : "center", + }, + ), + }, + + ## Buttons + { + "name" : "start_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_SELECT, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "create_button", + "type" : "button", + + "x" : 14, + "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_CREATE, + "text_height" : 6, + + "default_image" : ROOT_PATH + "XLarge_Button_01.sub", + "over_image" : ROOT_PATH + "XLarge_Button_02.sub", + "down_image" : ROOT_PATH + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "delete_button", + "type" : "button", + + "x" : 14, + "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, + + "text" : uiScriptLocale.SELECT_DELETE, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (450 - 22*3) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : SCREEN_WIDTH * (580 - 22) / 800, + "y" : SCREEN_HEIGHT * (505) / 600, + + "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", + }, + + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/selectempirewindow.py b/bin/pack/locale_tr/locale/tr/ui/selectempirewindow.py new file mode 100644 index 00000000..ee049c16 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/selectempirewindow.py @@ -0,0 +1,362 @@ +import uiScriptLocale + +ROOT_PATH = "d:/ymir work/ui/public/" +LOCALE_PATH = uiScriptLocale.EMPIRE_PATH + +ATALS_X = SCREEN_WIDTH * (282) / 800 +ATALS_Y = SCREEN_HEIGHT * (170) / 600 + +window = { + "name" : "SelectCharacterWindow", + + "x" : 0, + "y" : 0, + + "width" : SCREEN_WIDTH, + "height" : SCREEN_HEIGHT, + + "children" : + ( + ## Board + { + "name" : "BackGround", + "type" : "expanded_image", + + "x" : 0, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/pattern/background_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 128) / 128.0, float(SCREEN_HEIGHT - 128 - 42*2) / 128.0), + }, + + ## Alpha + { + "name" : "Alpha", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/select/background_alpha.sub", + + "x_scale" : float(SCREEN_WIDTH) / 100.0, + "y_scale" : float(SCREEN_HEIGHT) / 69.0, + }, + + ## Top & Bottom Line + { + "name" : "Top_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + { + "name" : "Bottom_Line", + "type" : "expanded_image", + + "x" : 0, + "y" : SCREEN_HEIGHT - 42, + + "image" : "d:/ymir work/ui/intro/pattern/line_pattern.tga", + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 50) / 50.0, 0.0), + }, + + ## Title + { + "name" : "Title", + "type" : "expanded_image", + + "x" : SCREEN_WIDTH * (410 - 346/2) / 800, + "y" : SCREEN_HEIGHT * (114 - 136/2) / 600, + "x_scale" : float(SCREEN_WIDTH) / 800.0, + "y_scale" : float(SCREEN_HEIGHT) / 600.0, + + "image" : LOCALE_PATH+"title.sub" + }, + + ## Atlas + { + "name" : "Atlas", + "type" : "image", + + "x" : ATALS_X, + "y" : ATALS_Y, + + "image" : "d:/ymir work/ui/intro/empire/atlas.sub", + + "children" : + ( + ## Empire Image + { + "name" : "EmpireArea_A", + "type" : "expanded_image", + + "x" : 43, + "y" : 201, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_a.sub" + }, + { + "name" : "EmpireArea_B", + "type" : "expanded_image", + + "x" : 17, + "y" : 16, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_b.sub" + }, + { + "name" : "EmpireArea_C", + "type" : "expanded_image", + + "x" : 314, + "y" : 33, + + "image" : "d:/ymir work/ui/intro/empire/empirearea_c.sub" + }, + + ## Empire Flag + { + "name" : "EmpireAreaFlag_A", + "type" : "expanded_image", + + "x" : 167, + "y" : 235, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_a.sub" + }, + { + "name" : "EmpireAreaFlag_B", + "type" : "expanded_image", + + "x" : 70, + "y" : 42, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_b.sub" + }, + { + "name" : "EmpireAreaFlag_C", + "type" : "expanded_image", + + "x" : 357, + "y" : 78, + + "image" : "d:/ymir work/ui/intro/empire/empireareaflag_c.sub" + }, + ), + }, + + ## Buttons + { + "name" : "left_button", + "type" : "button", + + "x" : ATALS_X + 160, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/left_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/left_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/left_button_03.sub", + }, + { + "name" : "right_button", + "type" : "button", + + "x" : ATALS_X + 160 + 130, + "y" : ATALS_Y + 340, + + "default_image" : "d:/ymir work/ui/intro/select/right_button_01.sub", + "over_image" : "d:/ymir work/ui/intro/select/right_button_02.sub", + "down_image" : "d:/ymir work/ui/intro/select/right_button_03.sub", + }, + + ## Character Board + { + "name" : "empire_board", + "type" : "thinboard", + + "x" : SCREEN_WIDTH * (40) / 800, + "y" : SCREEN_HEIGHT * (211) / 600, + + "width" : 208, + "height" : 314, + + "children" : + ( + ## Bar + { + "name" : "flag_board", + "type" : "bar", + + "x" : 24, + "y" : 17, + "width" : 159, + "height" : 119, + + "children" : + ( + ## Empire Flag + { + "name" : "EmpireFlag_A", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" + }, + { + "name" : "EmpireFlag_B", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" + }, + { + "name" : "EmpireFlag_C", + "type" : "expanded_image", + + "x" : 0, + "y" : 0, + "horizontal_align" : "center", + "vertical_align" : "center", + + "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" + }, + ), + + }, + { + "name" : "text_board", + "type" : "bar", + + "x" : 10, + "y" : 146, + + "width" : 189, + "height" : 122, + + "children" : + ( + { + "name" : "prev_text_button", + "type" : "button", + + "x" : 95, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_PREV, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "next_text_button", + "type" : "button", + + "x" : 140, + "y" : 95, + + "text" : uiScriptLocale.EMPIRE_NEXT, + + "default_image" : ROOT_PATH + "Small_Button_01.sub", + "over_image" : ROOT_PATH + "Small_Button_02.sub", + "down_image" : ROOT_PATH + "Small_Button_03.sub", + }, + { + "name" : "right_line", + "type" : "line", + + "x" : 189-1, + "y" : -1, + + "width" : 0, + "height" : 122, + + "color" : 0xffAAA6A1, + }, + { + "name" : "bottom_line", + "type" : "line", + + "x" : 0, + "y" : 122-1, + + "width" : 189, + "height" : 0, + + "color" : 0xffAAA6A1, + }, + { + "name" : "left_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 0, + "height" : 122-1, + + "color" : 0xff2A2521, + }, + { + "name" : "top_line", + "type" : "line", + + "x" : 0, + "y" : 0, + + "width" : 189, + "height" : 0, + + "color" : 0xff2A2521, + }, + ), + }, + + ## Buttons + { + "name" : "select_button", + "type" : "button", + + "x" : 14, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_SELECT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 105, + "y" : 277, + + "text" : uiScriptLocale.EMPIRE_EXIT, + + "default_image" : ROOT_PATH + "Large_Button_01.sub", + "over_image" : ROOT_PATH + "Large_Button_02.sub", + "down_image" : ROOT_PATH + "Large_Button_03.sub", + }, + + ), + }, + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/serverlist.jpg b/bin/pack/locale_tr/locale/tr/ui/serverlist.jpg new file mode 100644 index 00000000..2ff5847d Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/serverlist.jpg differ diff --git a/bin/pack/locale_tr/locale/tr/ui/serverlist.sub b/bin/pack/locale_tr/locale/tr/ui/serverlist.sub new file mode 100644 index 00000000..8476b166 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/serverlist.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "serverlist.jpg" +left 0 +top 0 +right 1024 +bottom 768 diff --git a/bin/pack/locale_tr/locale/tr/ui/systemdialog.py b/bin/pack/locale_tr/locale/tr/ui/systemdialog.py new file mode 100644 index 00000000..7d2c108e --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/systemdialog.py @@ -0,0 +1,138 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/public/" + +window = { + "name" : "SystemDialog", + "style" : ("float",), + + "x" : (SCREEN_WIDTH - 200) /2, + "y" : (SCREEN_HEIGHT - 288) /2, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "board", + "type" : "thinboard", + + "x" : 0, + "y" : 0, + + "width" : 200, + "height" : 288, + + "children" : + ( + { + "name" : "help_button", + "type" : "button", + + "x" : 10, + "y" : 17, + + "text" : uiScriptLocale.SYSTEM_HELP, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "mall_button", + "type" : "button", + + "x" : 10, + "y" : 57, + + "text" : uiScriptLocale.SYSTEM_MALL, + "text_color" : 0xffF8BF24, + + "default_image" : ROOT + "XLarge_Button_02.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_02.sub", + }, + + { + "name" : "system_option_button", + "type" : "button", + + "x" : 10, + "y" : 87, + + "text" : uiScriptLocale.SYSTEMOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "game_option_button", + "type" : "button", + + "x" : 10, + "y" : 117, + + "text" : uiScriptLocale.GAMEOPTION_TITLE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "change_button", + "type" : "button", + + "x" : 10, + "y" : 147, + + "text" : uiScriptLocale.SYSTEM_CHANGE, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "logout_button", + "type" : "button", + + "x" : 10, + "y" : 177, + + "text" : uiScriptLocale.SYSTEM_LOGOUT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "exit_button", + "type" : "button", + + "x" : 10, + "y" : 217, + + "text" : uiScriptLocale.SYSTEM_EXIT, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + { + "name" : "cancel_button", + "type" : "button", + + "x" : 10, + "y" : 247, + + "text" : uiScriptLocale.CANCEL, + + "default_image" : ROOT + "XLarge_Button_01.sub", + "over_image" : ROOT + "XLarge_Button_02.sub", + "down_image" : ROOT + "XLarge_Button_03.sub", + }, + ), + }, + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/taskbar.py b/bin/pack/locale_tr/locale/tr/ui/taskbar.py new file mode 100644 index 00000000..d266727a --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/taskbar.py @@ -0,0 +1,499 @@ +import uiScriptLocale +import app + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/tr/ui/Mall/00.sub", + "locale/tr/ui/Mall/01.sub", + "locale/tr/ui/Mall/02.sub", + "locale/tr/ui/Mall/03.sub", + "locale/tr/ui/Mall/04.sub", + "locale/tr/ui/Mall/05.sub", + "locale/tr/ui/Mall/06.sub", + "locale/tr/ui/Mall/07.sub", + "locale/tr/ui/Mall/08.sub", + "locale/tr/ui/Mall/09.sub", + "locale/tr/ui/Mall/11.sub", + "locale/tr/ui/Mall/12.sub", + "locale/tr/ui/Mall/13.sub", + "locale/tr/ui/Mall/14.sub", + "locale/tr/ui/Mall/15.sub", + "locale/tr/ui/Mall/16.sub", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/tr/ui/Mall/00.sub", + "locale/tr/ui/Mall/01.sub", + "locale/tr/ui/Mall/02.sub", + "locale/tr/ui/Mall/03.sub", + "locale/tr/ui/Mall/04.sub", + "locale/tr/ui/Mall/05.sub", + "locale/tr/ui/Mall/06.sub", + "locale/tr/ui/Mall/07.sub", + "locale/tr/ui/Mall/08.sub", + "locale/tr/ui/Mall/09.sub", + "locale/tr/ui/Mall/11.sub", + "locale/tr/ui/Mall/12.sub", + "locale/tr/ui/Mall/13.sub", + "locale/tr/ui/Mall/14.sub", + "locale/tr/ui/Mall/15.sub", + "locale/tr/ui/Mall/16.sub", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ + # ExpandButton ٲ ̴. + "name" : "ExpandButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, + + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/taskbar_easter.py b/bin/pack/locale_tr/locale/tr/ui/taskbar_easter.py new file mode 100644 index 00000000..96e7de17 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/taskbar_easter.py @@ -0,0 +1,483 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/tr/ui/Mall/easter_2012_0000.tga", + "locale/tr/ui/Mall/easter_2012_0001.tga", + "locale/tr/ui/Mall/easter_2012_0002.tga", + "locale/tr/ui/Mall/easter_2012_0003.tga", + "locale/tr/ui/Mall/easter_2012_0004.tga", + "locale/tr/ui/Mall/easter_2012_0005.tga", + "locale/tr/ui/Mall/easter_2012_0006.tga", + "locale/tr/ui/Mall/easter_2012_0007.tga", + "locale/tr/ui/Mall/easter_2012_0008.tga", + "locale/tr/ui/Mall/easter_2012_0009.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/tr/ui/Mall/easter_2012_0000.tga", + "locale/tr/ui/Mall/easter_2012_0001.tga", + "locale/tr/ui/Mall/easter_2012_0002.tga", + "locale/tr/ui/Mall/easter_2012_0003.tga", + "locale/tr/ui/Mall/easter_2012_0004.tga", + "locale/tr/ui/Mall/easter_2012_0005.tga", + "locale/tr/ui/Mall/easter_2012_0006.tga", + "locale/tr/ui/Mall/easter_2012_0007.tga", + "locale/tr/ui/Mall/easter_2012_0008.tga", + "locale/tr/ui/Mall/easter_2012_0009.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/taskbar_haloween.py b/bin/pack/locale_tr/locale/tr/ui/taskbar_haloween.py new file mode 100644 index 00000000..3a58b506 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/taskbar_haloween.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/tr/ui/Mall/shop_button_kuerbis0000.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0001.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0002.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0003.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0004.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0005.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0006.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0007.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0008.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0009.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0010.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0011.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0012.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0013.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0014.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/tr/ui/Mall/shop_button_kuerbis0000.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0001.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0002.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0003.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0004.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0005.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0006.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0007.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0008.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0009.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0010.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0011.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0012.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0013.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0014.tga", + "locale/tr/ui/Mall/shop_button_kuerbis0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_0 + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_0 + "over_image" : ROOT + "TaskBar/Character_Button_0 + "down_image" : ROOT + "TaskBar/Character_Button_0 + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_0 + "over_image" : ROOT + "TaskBar/Inventory_Button_0 + "down_image" : ROOT + "TaskBar/Inventory_Button_0 + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_0 + "over_image" : ROOT + "TaskBar/Community_Button_0 + "down_image" : ROOT + "TaskBar/Community_Button_0 + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_0 + "over_image" : ROOT + "TaskBar/System_Button_0 + "down_image" : ROOT + "TaskBar/System_Button_0 + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_0 + "over_image" : ROOT + "TaskBar/Chat_Button_0 + "down_image" : ROOT + "TaskBar/Chat_Button_0 + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/ }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_0 + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/ + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_0 + }, + + ), + }, + ), + }, + + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/taskbar_valentine.py b/bin/pack/locale_tr/locale/tr/ui/taskbar_valentine.py new file mode 100644 index 00000000..623288ca --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/taskbar_valentine.py @@ -0,0 +1,495 @@ +import uiScriptLocale + +ROOT = "d:/ymir work/ui/game/" + +#Y_ADD_POSITION = -2 +Y_ADD_POSITION = 0 + +window = { + "name" : "TaskBar", + + "x" : 0, + "y" : SCREEN_HEIGHT - 37, + + "width" : SCREEN_WIDTH, + "height" : 37, + + "children" : + ( + ## Board + { + "name" : "Base_Board_01", + "type" : "expanded_image", + + "x" : 263, + "y" : 0, + + "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), + + "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" + }, + + ## Gauge + { + "name" : "Gauge_Board", + "type" : "image", + + "x" : 0, + "y" : -10 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/gauge.sub", + + "children" : + ( + { + "name" : "RampageGauge", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/tr/ui/Mall/herz0000.tga", + "locale/tr/ui/Mall/herz0001.tga", + "locale/tr/ui/Mall/herz0002.tga", + "locale/tr/ui/Mall/herz0003.tga", + "locale/tr/ui/Mall/herz0004.tga", + "locale/tr/ui/Mall/herz0005.tga", + "locale/tr/ui/Mall/herz0006.tga", + "locale/tr/ui/Mall/herz0007.tga", + "locale/tr/ui/Mall/herz0008.tga", + "locale/tr/ui/Mall/herz0009.tga", + "locale/tr/ui/Mall/herz0010.tga", + "locale/tr/ui/Mall/herz0011.tga", + "locale/tr/ui/Mall/herz0012.tga", + "locale/tr/ui/Mall/herz0013.tga", + "locale/tr/ui/Mall/herz0014.tga", + "locale/tr/ui/Mall/herz0015.tga", + ) + }, + { + "name" : "RampageGauge2", + "type" : "ani_image", + + "x" : 8, + "y" : 4, + "width" : 40, + "height" : 40, + + "delay" : 6, + + "images" : + ( + "locale/tr/ui/Mall/herz0000.tga", + "locale/tr/ui/Mall/herz0001.tga", + "locale/tr/ui/Mall/herz0002.tga", + "locale/tr/ui/Mall/herz0003.tga", + "locale/tr/ui/Mall/herz0004.tga", + "locale/tr/ui/Mall/herz0005.tga", + "locale/tr/ui/Mall/herz0006.tga", + "locale/tr/ui/Mall/herz0007.tga", + "locale/tr/ui/Mall/herz0008.tga", + "locale/tr/ui/Mall/herz0009.tga", + "locale/tr/ui/Mall/herz0010.tga", + "locale/tr/ui/Mall/herz0011.tga", + "locale/tr/ui/Mall/herz0012.tga", + "locale/tr/ui/Mall/herz0013.tga", + "locale/tr/ui/Mall/herz0014.tga", + "locale/tr/ui/Mall/herz0015.tga", + ) + }, + { + ## + "name" : "HPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 14, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "HPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x55ff0000, + }, + { + "name" : "HPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "SPGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 24, + + "width" : 95, + "height" : 11, + + "children" : + ( + { + "name" : "SPRecoveryGaugeBar", + "type" : "bar", + + "x" : 0, + "y" : 0, + "width" : 95, + "height" : 13, + "color" : 0x550000ff, + }, + { + "name" : "SPGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", + "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", + ), + }, + ), + }, + { + ## + "name" : "STGauge_Board", + "type" : "window", + + "x" : 59, + "y" : 38, + + "width" : 95, + "height" : 6, + + "children" : + ( + { + "name" : "STGauge", + "type" : "ani_image", + + "x" : 0, + "y" : 0, + + "delay" : 6, + + "images" : + ( + "D:/Ymir Work/UI/Pattern/STGauge/01.tga", + "D:/Ymir Work/UI/Pattern/STGauge/02.tga", + "D:/Ymir Work/UI/Pattern/STGauge/03.tga", + "D:/Ymir Work/UI/Pattern/STGauge/04.tga", + "D:/Ymir Work/UI/Pattern/STGauge/05.tga", + "D:/Ymir Work/UI/Pattern/STGauge/06.tga", + "D:/Ymir Work/UI/Pattern/STGauge/07.tga", + ), + }, + ), + }, + + ), + }, + { + "name" : "EXP_Gauge_Board", + "type" : "image", + + "x" : 158, + "y" : 0 + Y_ADD_POSITION, + + "image" : ROOT + "taskbar/exp_gauge.sub", + + "children" : + ( + { + "name" : "EXPGauge_01", + "type" : "expanded_image", + + "x" : 5, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_02", + "type" : "expanded_image", + + "x" : 30, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_03", + "type" : "expanded_image", + + "x" : 55, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + { + "name" : "EXPGauge_04", + "type" : "expanded_image", + + "x" : 80, + "y" : 9, + + "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", + }, + ), + }, + + ## Mouse Button + { + "name" : "LeftMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 - 128, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + { + "name" : "RightMouseButton", + "type" : "button", + + "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, + "y" : 3 + Y_ADD_POSITION, + + "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", + "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", + "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", + }, + + ## Button + { + "name" : "CharacterButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 144, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, + + "default_image" : ROOT + "TaskBar/Character_Button_01.sub", + "over_image" : ROOT + "TaskBar/Character_Button_02.sub", + "down_image" : ROOT + "TaskBar/Character_Button_03.sub", + }, + { + "name" : "InventoryButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 110, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, + + "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", + "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", + "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", + }, + { + "name" : "MessengerButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 76, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, + + "default_image" : ROOT + "TaskBar/Community_Button_01.sub", + "over_image" : ROOT + "TaskBar/Community_Button_02.sub", + "down_image" : ROOT + "TaskBar/Community_Button_03.sub", + }, + { + "name" : "SystemButton", + "type" : "button", + + "x" : SCREEN_WIDTH - 42, + "y" : 3 + Y_ADD_POSITION, + + "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, + + "default_image" : ROOT + "TaskBar/System_Button_01.sub", + "over_image" : ROOT + "TaskBar/System_Button_02.sub", + "down_image" : ROOT + "TaskBar/System_Button_03.sub", + }, + + ## QuickBar + { + "name" : "quickslot_board", + "type" : "window", + + "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, + "y" : 0 + Y_ADD_POSITION, + + "width" : 256 + 14 + 2 + 11, + "height" : 37, + + "children" : + ( + { + "name" : "ChatButton", + "type" : "button", + + "x" : 128, + "y" : 1, + "tooltip_text" : uiScriptLocale.TASKBAR_CHAT, + + "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", + "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", + "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", + }, + { + "name" : "quick_slot_1", + "type" : "grid_table", + + "start_index" : 0, + + "x" : 0, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, + { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, + { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, + { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, + ), + }, + { + "name" : "quick_slot_2", + "type" : "grid_table", + + "start_index" : 4, + + "x" : 128 + 14, + "y" : 3, + + "x_count" : 4, + "y_count" : 1, + "x_step" : 32, + "y_step" : 32, + + "image" : "d:/ymir work/ui/Public/Slot_Base.sub", + "image_r" : 1.0, + "image_g" : 1.0, + "image_b" : 1.0, + "image_a" : 1.0, + + "children" : + ( + { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, + { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, + { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, + { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, + ), + }, + { + "name" : "QuickSlotBoard", + "type" : "window", + + "x" : 128+14+128+2, + "y" : 0, + "width" : 11, + "height" : 37, + "children" : + ( + { + "name" : "QuickSlotNumberBox", + "type" : "image", + "x" : 1, + "y" : 15, + "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", + }, + { + "name" : "QuickPageUpButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, + "x" : 1, + "y" : 9, + "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", + }, + + { + "name" : "QuickPageNumber", + "type" : "image", + "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", + }, + { + "name" : "QuickPageDownButton", + "type" : "button", + "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, + + "x" : 1, + "y" : 24, + + "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", + "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", + "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", + }, + + ), + }, + ), + }, + + ), +} \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_at.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_at.tga new file mode 100644 index 00000000..4159be25 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_at.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_at_dn.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_at_dn.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_at_dn.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_at_over.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_at_over.tga new file mode 100644 index 00000000..22e1ff88 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_at_over.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_backspace.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_backspace.tga new file mode 100644 index 00000000..a05cb1fd Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_backspace.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_backspace_dn.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_backspace_dn.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_backspace_dn.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_backspace_over.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_backspace_over.tga new file mode 100644 index 00000000..a15e891d Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_backspace_over.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_enter.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_enter.tga new file mode 100644 index 00000000..0b9348f7 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_enter.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_enter_dn.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_enter_dn.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_enter_dn.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_enter_over.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_enter_over.tga new file mode 100644 index 00000000..0fedeefb Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_enter_over.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_normal.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_normal.tga new file mode 100644 index 00000000..20b6c350 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_normal.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_normal_dn.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_normal_dn.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_normal_dn.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_normal_over.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_normal_over.tga new file mode 100644 index 00000000..c8a56382 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_normal_over.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_shift.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_shift.tga new file mode 100644 index 00000000..f9341fb0 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_shift.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_shift_dn.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_shift_dn.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_shift_dn.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_shift_over.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_shift_over.tga new file mode 100644 index 00000000..a466a331 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_shift_over.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_space.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_space.tga new file mode 100644 index 00000000..a8b5bda5 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_space.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_space_dn.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_space_dn.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_space_dn.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/vkey/key_space_over.tga b/bin/pack/locale_tr/locale/tr/ui/vkey/key_space_over.tga new file mode 100644 index 00000000..99442161 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/vkey/key_space_over.tga differ diff --git a/bin/pack/locale_tr/locale/tr/ui/webwindow.py b/bin/pack/locale_tr/locale/tr/ui/webwindow.py new file mode 100644 index 00000000..4c8124d0 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 740 +WEB_HEIGHT = 550 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_cur_exp.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_cur_exp.sub new file mode 100644 index 00000000..e217de31 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_cur_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 74 +right 278 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_ext.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_ext.sub new file mode 100644 index 00000000..7cc02116 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_ext.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 188 +top 116 +right 301 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_ext_item1.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_ext_item1.sub new file mode 100644 index 00000000..2dbff553 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_ext_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 74 +right 135 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_ext_item2.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_ext_item2.sub new file mode 100644 index 00000000..2d5ba9c6 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_ext_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 135 +top 74 +right 188 +bottom 139 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_last_exp.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_last_exp.sub new file mode 100644 index 00000000..475b4fb2 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_last_exp.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 278 +top 74 +right 368 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_level.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_level.sub new file mode 100644 index 00000000..9d0e3b71 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_level.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 368 +top 74 +right 405 +bottom 116 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_active.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_active.sub new file mode 100644 index 00000000..dcf55f39 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_active.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 116 +right 506 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_high.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_high.sub new file mode 100644 index 00000000..9f9072bc --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_high.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 153 +top 148 +right 187 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_low.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_low.sub new file mode 100644 index 00000000..e54ff327 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_low.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 118 +top 148 +right 153 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_middle.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_middle.sub new file mode 100644 index 00000000..b8f83e42 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_middle.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 461 +top 131 +right 498 +bottom 148 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_passive.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_passive.sub new file mode 100644 index 00000000..93669e8f --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_passive.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 414 +top 116 +right 461 +bottom 133 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_support.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_support.sub new file mode 100644 index 00000000..b8b36658 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_support.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 74 +right 480 +bottom 89 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_weapon.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_weapon.sub new file mode 100644 index 00000000..db20edf0 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_skill_weapon.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 82 +top 148 +right 118 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_std.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_std.sub new file mode 100644 index 00000000..9cf283be --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_std.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 301 +top 116 +right 414 +bottom 131 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_std_item1.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_std_item1.sub new file mode 100644 index 00000000..1a6d592f --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_std_item1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 74 +right 36 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_std_item2.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_std_item2.sub new file mode 100644 index 00000000..b46a1d14 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_std_item2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 36 +top 74 +right 82 +bottom 165 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/label_uppt.sub b/bin/pack/locale_tr/locale/tr/ui/windows/label_uppt.sub new file mode 100644 index 00000000..342c4137 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/label_uppt.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 405 +top 89 +right 480 +bottom 103 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/tab_1.sub b/bin/pack/locale_tr/locale/tr/ui/windows/tab_1.sub new file mode 100644 index 00000000..1ca658a2 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/tab_1.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 0 +right 253 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/tab_2.sub b/bin/pack/locale_tr/locale/tr/ui/windows/tab_2.sub new file mode 100644 index 00000000..d5e58e02 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/tab_2.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 0 +right 506 +bottom 37 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/tab_3.sub b/bin/pack/locale_tr/locale/tr/ui/windows/tab_3.sub new file mode 100644 index 00000000..daba3d60 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/tab_3.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 0 +top 37 +right 253 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/tab_4.sub b/bin/pack/locale_tr/locale/tr/ui/windows/tab_4.sub new file mode 100644 index 00000000..e993c309 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/tab_4.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 253 +top 37 +right 506 +bottom 74 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/title_skill.sub b/bin/pack/locale_tr/locale/tr/ui/windows/title_skill.sub new file mode 100644 index 00000000..2b0d856e --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/title_skill.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 398 +top 74 +right 470 +bottom 91 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/title_status.sub b/bin/pack/locale_tr/locale/tr/ui/windows/title_status.sub new file mode 100644 index 00000000..6c63bce8 --- /dev/null +++ b/bin/pack/locale_tr/locale/tr/ui/windows/title_status.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "windows.dds" +left 181 +top 120 +right 229 +bottom 137 \ No newline at end of file diff --git a/bin/pack/locale_tr/locale/tr/ui/windows/windows.dds b/bin/pack/locale_tr/locale/tr/ui/windows/windows.dds new file mode 100644 index 00000000..2f41d084 Binary files /dev/null and b/bin/pack/locale_tr/locale/tr/ui/windows/windows.dds differ diff --git a/bin/pack/locale_us/locale/us/atlasinfo.txt b/bin/pack/locale_us/locale/us/atlasinfo.txt deleted file mode 100644 index ce678214..00000000 --- a/bin/pack/locale_us/locale/us/atlasinfo.txt +++ /dev/null @@ -1,110 +0,0 @@ -map_a2 256000 665600 6 6 -map_b2 102400 51200 6 6 -map_c2 665600 281600 6 6 -map_n_snowm_01 358400 153600 6 6 -metin2_map_a1 409600 896000 4 5 -metin2_map_a3 307200 819200 4 4 -metin2_map_b1 0 102400 4 5 -metin2_map_b3 102400 204800 4 4 -metin2_map_c1 921600 204800 4 5 -metin2_map_c3 819200 204800 4 4 -metin2_map_deviltower1 204800 665600 3 3 -metin2_map_milgyo 537600 51200 4 4 -metin2_map_n_desert_01 204800 486400 6 6 -metin2_map_n_flame_01 588800 614400 6 6 -metin2_map_spiderdungeon 51200 486400 3 3 -metin2_map_spiderdungeon_02 665600 435200 4 4 -metin2_map_t1 0 25600 3 3 -metin2_map_t2 6400 0 1 1 -metin2_map_t3 32000 0 1 1 -metin2_map_t4 57600 0 1 1 -metin2_map_t5 793600 0 1 1 -metin2_map_monkeydungeon 819200 51200 3 3 -metin2_map_monkeydungeon 768000 435200 3 3 -metin2_map_monkeydungeon 844800 435200 3 3 -metin2_map_monkeydungeon 921600 435200 3 3 -metin2_map_monkeydungeon_02 128000 640000 3 3 -metin2_map_monkeydungeon_03 128000 716800 3 3 -metin2_map_wedding_01 819200 0 1 1 -metin2_map_guild_01 128000 0 2 2 -metin2_map_guild_02 179200 0 2 2 -metin2_map_guild_03 230400 0 2 2 -metin2_map_trent 281600 0 2 2 -metin2_map_trent02 1049600 0 4 4 -gm_guild_build 83200 0 1 1 -metin2_map_duel 844800 0 1 1 -season1/metin2_map_WL_01 1049600 716800 6 6 -season1/metin2_map_nusluck01 819200 716800 4 4 -season1/metin2_map_oxevent 870400 0 2 2 -season1/metin2_map_sungzi 921600 0 2 2 -metin2_map_bf 972800 0 2 2 -metin2_map_bf_02 921600 51200 2 2 -metin2_map_bf_03 972800 51200 2 2 -metin2_map_sungzi_flame_pass01 1024000 102400 4 4 -metin2_map_sungzi_flame_pass02 1024000 204800 4 4 -metin2_map_sungzi_flame_pass03 1024000 307200 4 4 -season1/metin2_map_sungzi_flame_hill_01 1126400 102400 2 4 -season1/metin2_map_sungzi_flame_hill_02 1126400 204800 2 4 -season1/metin2_map_sungzi_flame_hill_03 1126400 307200 2 4 -season1/metin2_map_sungzi_snow 1152000 0 3 3 -season1/metin2_map_sungzi_snow_pass01 1177600 102400 2 4 -season1/metin2_map_sungzi_snow_pass02 1177600 204800 2 4 -season1/metin2_map_sungzi_snow_pass03 1177600 307200 2 4 -season1/metin2_map_sungzi_desert_01 1228800 0 4 4 -season1/metin2_map_sungzi_desert_hill_01 1228800 102400 2 4 -season1/metin2_map_sungzi_desert_hill_02 1228800 204800 2 4 -season1/metin2_map_sungzi_desert_hill_03 1228800 307200 2 4 -season1/metin2_map_sungzi_milgyo 1331200 0 3 3 -season1/metin2_map_sungzi 1408000 0 3 3 -season1/metin2_map_sungzi_snow 1484800 0 3 3 -season1/metin2_map_sungzi_desert_01 1561600 0 3 3 -season1/metin2_map_sungzi_milgyo_pass01 1280000 102400 2 4 -season1/metin2_map_sungzi_milgyo_pass02 1280000 204800 2 4 -season1/metin2_map_sungzi_milgyo_pass03 1280000 307200 2 4 -season1/metin2_map_sungzi_flame_hill_01 1331200 102400 2 4 -season1/metin2_map_sungzi_flame_hill_02 1331200 204800 2 4 -season1/metin2_map_sungzi_flame_hill_03 1331200 307200 2 4 -season1/metin2_map_sungzi_snow_pass01 1382400 102400 2 4 -season1/metin2_map_sungzi_snow_pass02 1382400 204800 2 4 -season1/metin2_map_sungzi_snow_pass03 1382400 307200 2 4 -season1/metin2_map_sungzi_desert_hill_01 1433600 102400 2 4 -season1/metin2_map_sungzi_desert_hill_02 1433600 204800 2 4 -season1/metin2_map_sungzi_desert_hill_03 1433600 307200 2 4 -season1/metin2_map_ew02 256000 51200 4 4 -season2/metin2_map_empirewar01 972800 102400 2 2 -season2/metin2_map_empirewar02 921600 153600 2 2 -season2/metin2_map_empirewar03 972800 153600 2 2 -season2/map_n_snowm_02 0 1049600 6 6 -season2/metin2_map_milgyo_a 153600 1049600 4 4 -season2/metin2_map_n_desert_02 307200 1049600 6 6 -season2/metin2_map_n_flame_02 460800 1049600 6 6 -season2/metin2_map_a2_1 614400 1049600 6 6 -season2/metin2_map_trent_a 768000 1049600 2 2 -season2/metin2_map_trent02_a 921600 1049600 3 3 -season2/metin2_map_skipia_dungeon_01 0 1203200 6 6 -metin2_map_skipia_dungeon_02 153600 1203200 6 6 -season2/metin2_map_skipia_dungeon_01 0 1356800 6 6 -season2/metin2_map_skipia_dungeon_01 0 1510400 6 6 -season2/metin2_map_skipia_dungeon_01 0 1664000 6 6 -metin2_map_skipia_dungeon_02 153600 1356800 6 6 -metin2_map_skipia_dungeon_02 153600 1510400 6 6 -metin2_map_skipia_dungeon_02 153600 1664000 6 6 -season2/metin2_map_empirewar01 665600 230400 2 2 -season2/metin2_map_empirewar02 716800 230400 2 2 -season2/metin2_map_empirewar03 768000 230400 2 2 -season1/metin2_map_spiderdungeon_02 563200 435200 4 4 -season1/metin2_map_oxevent 742400 0 2 2 -metin2_map_skipia_dungeon_boss 819200 1049600 2 2 -metin2_map_skipia_dungeon_boss 819200 1100800 2 2 -metin2_map_skipia_dungeon_boss2 819200 1152000 2 2 -metin2_map_skipia_dungeon_boss 819200 1203200 2 2 -metin2_map_devilsCatacomb 307200 1203200 8 8 -metin2_map_spiderdungeon_03 51200 563200 3 3 -metin2_guild_village_01 204800 204800 2 2 -metin2_guild_village_02 614400 384000 2 2 -metin2_guild_village_03 256000 819200 2 2 -Metin2_map_CapeDragonHead 1024000 1664000 6 6 -metin2_map_Mt_Thunder 1126400 1510400 4 6 -metin2_map_dawnmistwood 1177600 1664000 7 4 -metin2_map_BayBlackSand 1049600 1510400 3 6 -metin2_map_n_flame_dungeon_01 742400 614400 3 3 diff --git a/bin/pack/locale_us/locale/us/empiredesc_a.txt b/bin/pack/locale_us/locale/us/empiredesc_a.txt deleted file mode 100644 index ee201edf..00000000 --- a/bin/pack/locale_us/locale/us/empiredesc_a.txt +++ /dev/null @@ -1,32 +0,0 @@ -[DELAY value;10] -Shinsoo-Reich[ENTER] -[ENTER] -Das Shinsoo-Reich liegt im[ENTER] -Sden des Kontinents. Seine[ENTER] -Infrastruktur wird von[ENTER] -[WAIT] -Handelsbeziehungen getragen.[ENTER] -Unter der Leitung von[ENTER] -Yoon-Yoing fhrten die[ENTER] -Geschfte mit dem Osten[ENTER] -Shinsoo nach dem Zerfall des[ENTER] -[WAIT] -Kaiserreichs schnell zu[ENTER] -seiner heutigen Blte. Mit[ENTER] -dem Westen dagegen leben die[ENTER] -Einwohner in stndigem Zwist[ENTER] -und die Handelsstrae ist[ENTER] -[WAIT] -unterbrochen. Im Bewusstsein[ENTER] -der Bedrohung ihrer[ENTER] -Lebensgrundlage durch den[ENTER] -Metin-Stein rsten die[ENTER] -Hndler auf. Ihr Ziel ist[ENTER] -[WAIT] -es, den westlichen Angriffen[ENTER] -Widerstand leisten zu[ENTER] -knnen, die Handelsstrae[ENTER] -wieder zu ffnen und das[ENTER] -gesamte Reich unter ihrer[ENTER] -[WAIT] -Herrschaft zu einen. \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/empiredesc_b.txt b/bin/pack/locale_us/locale/us/empiredesc_b.txt deleted file mode 100644 index cccbd488..00000000 --- a/bin/pack/locale_us/locale/us/empiredesc_b.txt +++ /dev/null @@ -1,42 +0,0 @@ -[DELAY value;10] -Chunjo-Reich[ENTER] -[ENTER] -Das Chunjo-Reich nimmt den[ENTER] -Westen des Kontinents ein.[ENTER] -Es besitzt eine[ENTER] -[WAIT] -theokratische Struktur und[ENTER] -wird von seinen spirituellen[ENTER] -Fhrern geleitet. Gegrndet[ENTER] -wurde es von Yoon-Young, dem[ENTER] -Cousin des ehemaligen[ENTER] -[WAIT] -Kaisers. Yoons Frau, die[ENTER] -ber enorme magische Krfte[ENTER] -verfgt, untersttzte ihn[ENTER] -bereits frh darin, sich dem[ENTER] -Ausma der Bedrohung durch[ENTER] -[WAIT] -den Metin-Stein anzunehmen.[ENTER] -Yoon-Young riet mehrfach zu[ENTER] -Gegenmanahmen, wurde aber[ENTER] -stets ignoriert. So fhrte[ENTER] -er seine Gefolgsleute in[ENTER] -[WAIT] -eine Rebellion gegen das[ENTER] -damals noch bestehende,[ENTER] -einheitliche Kaiserreich.[ENTER] -Nach dem Untergang[ENTER] -desselbigen befindet sich[ENTER] -[WAIT] -Chunjo noch immer in offener[ENTER] -Auseinandersetzung mit dem[ENTER] -Osten und in stndigem Zwist[ENTER] -mit dem Sden. Die Einwohner[ENTER] -streben nach der Herrschaft[ENTER] -[WAIT] -ber den gesamten Kontinent,[ENTER] -um so der zunehmenden,[ENTER] -unheilvollen Macht des[ENTER] -Metin-Steins endlich Einhalt[ENTER] -gebieten zu knnen. \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/empiredesc_c.txt b/bin/pack/locale_us/locale/us/empiredesc_c.txt deleted file mode 100644 index 0c84877d..00000000 --- a/bin/pack/locale_us/locale/us/empiredesc_c.txt +++ /dev/null @@ -1,34 +0,0 @@ -[DELAY value;10] -Jinno-Reich[ENTER] -[ENTER] -Das Jinno-Reich umfasst die[ENTER] -stlichen Bereiche des[ENTER] -Kontinents. Es grndet sich[ENTER] -[WAIT] -auf militrische Macht, die[ENTER] -von der aggressiven und[ENTER] -kriegerischen Natur seiner[ENTER] -Bevlkerung getragen wird.[ENTER] -Beherrscht wird Jinno von[ENTER] -[WAIT] -Ee-Ryoong, dem leiblichen[ENTER] -Sohn des letzten Kaisers. Er[ENTER] -fhlt sich berufen, unter[ENTER] -seiner Fhrung und mit Hilfe[ENTER] -der ihm zur Verfgung[ENTER] -[WAIT] -stehenden Streitmacht das[ENTER] -alte Kaiserreich[ENTER] -wiederherzustellen.[ENTER] -Befrchtungen hinsichtlich[ENTER] -der Bedeutung und Wirkung[ENTER] -[WAIT] -des Metin-Steins werden im[ENTER] -Jinno-Reich offiziell[ENTER] -ignoriert. Insgeheim[ENTER] -versucht Ee-Ryoong[ENTER] -allerdings, sich die[ENTER] -[WAIT] -zerstrerischen Fhigkeiten[ENTER] -des Steins militrisch[ENTER] -nutzbar zu machen. \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/guildbuildinglist.txt b/bin/pack/locale_us/locale/us/guildbuildinglist.txt deleted file mode 100644 index 1c4c9cf8..00000000 --- a/bin/pack/locale_us/locale/us/guildbuildinglist.txt +++ /dev/null @@ -1,62 +0,0 @@ -VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP ??????? -14013 FACILITY jedan weapons factory -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20044 2 1 1 -14014 FACILITY jedan Armor blacksmith -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20045 2 1 1 -14015 FACILITY jedan accessory factory -525 -525 525 525 0 0 360 20000000 90010,20/90011,30/90012,20 20046 2 1 1 -14033 FACILITY suryeonjang Training center -832.57 -472.99 832.57 472.99 0 0 360 20000000 90010,25/90011,25/90012,25 0 0 0 2 -14043 FACILITY yonggwangro diamond smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20060 3 1 1 -14045 FACILITY yonggwangro fossil wood smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20062 3 1 1 -14046 FACILITY yonggwangro copper smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20063 3 1 1 -14047 FACILITY yonggwangro silver smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20064 3 1 1 -14048 FACILITY yonggwangro gold smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20065 3 1 1 -14049 FACILITY yonggwangro jade smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20066 3 1 1 -14050 FACILITY yonggwangro ebony stone smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20067 3 1 1 -14051 FACILITY yonggwangro pearl smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20068 3 1 1 -14052 FACILITY yonggwangro platinum smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20069 3 1 1 -14053 FACILITY yonggwangro crystal smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20070 3 1 1 -14054 FACILITY yonggwangro amethyst smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20071 3 1 1 -14055 FACILITY yonggwangro Heavens tear smelter -179.63 -199.89 179.63 199.89 0 0 360 20000000 90010,15/90011,20/90012,25 20072 3 1 1 -14061 FACILITY himuijedan_01 Altar of Power -523.91 -995.84 527.55 750.99 0 0 360 25000000 90010,25/90011,25/90012,25 20077 4 1 1 -14062 FACILITY himuijedan_02 Altar of Power -586.17 -995.84 587.18 818.56 0 0 360 500000000 90010,50/90011,50/90012,50 20078 4 4 2 -14063 FACILITY himuijedan_03 Altar of Power -664.7 -995.84 665.7 896.57 0 0 360 750000000 90010,75/90011,75/90012,75 20079 4 4 2 -14100 HEADQUARTER a1-011-workhouse house(1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 -14101 OBJECT a1-038-wall-corner stone wall(1-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 -14102 OBJECT a1-038-wall-lin stone wall(1-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 -14103 OBJECT a1-038-wall-lin2 stone wall(1-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 -14104 OBJECT a1-038-wall-door gate(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 -14105 BUILDIN a1-set wall(1) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 -14110 HEADQUARTER b1-011-workhouse house(2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 -14111 OBJECT b1-038-wall-corner stone wall(2-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 -14112 OBJECT b1-038-wall-lin stone wall(2-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 -14113 OBJECT b1-038-wall-lin2 stone wall(2-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 -14114 OBJECT b1-038-wall-door gate(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 -14115 BUILDIN b1-set wall(2) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 -14120 HEADQUARTER c1-011-workhouse house(3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 90010,20/90011,30/90012,25 0 1 0 1 -14121 OBJECT c1-038-wall-corner stone wall(3-1) -400 -153.53 156.48 400 0 0 360 2000000 90010,15/90011,5/90012,5 0 5 0 2 -14122 OBJECT c1-038-wall-lin stone wall(3-2) -200 -106.73 300 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 -14123 OBJECT c1-038-wall-lin2 stone wall(3-3) -500 -106.73 500 106.73 0 0 360 1000000 90010,15/90011,5/90012,5 0 5 0 2 -14124 OBJECT c1-038-wall-door gate(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 2 -14125 BUILDIN c1-set wall(3) -1000 -274.73 1000 274.73 0 0 360 2500000 90010,5/90011,15/90012,10 0 5 0 1 -14200 OBJECT guild_symbol guild insignia -45.9 -9.44 42.68 40.13 0 0 360 3000000 90011,5/90012,5 0 0 1 1 -14201 WALL fence01_door01 Wall front -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 -14202 WALL fence01_back01 Wall back -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 -14203 WALL fence01_left01 Left side of wall -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 -14204 WALL fence01_right01 Right side of wall -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 -14300 OBJECT general_obj_stone01 stone1 -116.04 -118.44 116.04 118.44 0 0 360 300000 90010,5 0 0 0 1 -14301 OBJECT general_obj_stone02 stone2 -118.05 -132.67 118.05 132.67 0 0 360 300000 90010,5 0 0 0 1 -14302 OBJECT general_obj_stone03 stone3 -133.43 -102.96 133.43 102.96 0 0 360 300000 90010,7 0 0 0 1 -14303 OBJECT general_obj_stone04 stone4 -104.21 -117.82 104.21 117.82 0 0 360 300000 90010,7 0 0 0 1 -14304 OBJECT general_obj_stone05 stone5 -171.59 -145.52 171.59 145.52 0 0 360 300000 90010,7 0 0 0 1 -14305 OBJECT general_obj_stone06 stone6 -192.74 -201.58 192.74 201.58 0 0 360 300000 90010,8 0 0 0 1 -14306 OBJECT general_obj_stone07 stone7 -183.58 -184.01 183.58 184.01 0 0 360 300000 90010,8 0 0 0 1 -14307 OBJECT general_obj_stone08 stone8 -66.89 -56.67 66.89 56.67 0 0 360 300000 90010,8 0 0 0 1 -14308 OBJECT general_obj_stone09 stone9 -65.87 -53.47 65.87 53.47 0 0 360 300000 90010,9 0 0 0 1 -14309 OBJECT general_obj_stone10 stone10 -182.17 -123.03 182.17 123.03 0 0 360 300000 90010,9 0 0 0 1 -14400 OBJECT B1_PagodaTree_RT wood1 0 0 360 2000000 90011,5 0 0 0 1 -14401 OBJECT B1_PagodaTree_RT3 wood2 0 0 360 2000000 90011,5 0 0 0 1 -14402 OBJECT B1_Sassafras_RT_Fall wood3 0 0 360 2000000 90011,7 0 0 0 1 -14403 OBJECT B1_Sassafras_RT_Fall2 wood4 0 0 360 2000000 90011,7 0 0 0 1 -14404 OBJECT B3_ShingleOak_RT2 wood5 0 0 360 2000000 90011,7 0 0 0 1 -14405 OBJECT B2_IvySpy_RT wood6 0 0 360 2000000 90011,9 0 0 0 1 -14406 OBJECT B2_IvySpy_RT4 wood7 0 0 360 2000000 90011,9 0 0 0 1 -14407 OBJECT B2_JapaneseMaple_RT_Fall wood8 0 0 360 2000000 90011,9 0 0 0 1 -14408 OBJECT B2_JapaneseMaple_RT_Fall2 wood9 0 0 360 2000000 90011,9 0 0 0 1 diff --git a/bin/pack/locale_us/locale/us/insult.txt b/bin/pack/locale_us/locale/us/insult.txt deleted file mode 100644 index efe13df5..00000000 --- a/bin/pack/locale_us/locale/us/insult.txt +++ /dev/null @@ -1,297 +0,0 @@ -Fuck -Cunt -Shit -Whore -Dick -Cock -Clit -Faggot -Slut -Ass -Tit -ass -asslick -asses -asshole -assholes -asskisser -asswipe -balls -bastard -beastial -beastiality -beastility -beaver -belly whacker -bestial -bestiality -bitch -bitcher -bitchers -bitches -bitchin -bitching -blowjob -blowjobs -bonehead -boner -browneye -browntown -cunt -bull shit -bullshit -bum -bung hole -butch -butt -buttbreath -butt fucker -butthair -buttface -buttfuck -buttfucker -butthead -butthole -buttpicker -chink -christ -circlejerk -clam -clit -cobia -cock -cocks -cocksuck -cocksucked -cocksucker -cocksucking -cocksucks -cooter -crap -cum -cummer -cumming -cums -cumshot -cunilingus -cunillingus -cunnilingus -cunt -cuntlick -cuntlicker -cuntlicking -cunts -cyberfuc -cyberfuck -cyberfucked -cyberfucker -cyberfuckers -cyberfucking -damn -dick -dike -dildo -dildos -dink -dinks -dipshit -dong -douche -douchebag -dumbass -dyke -ejaculate -ejaculated -ejaculates -ejaculating -ejaculatings -ejaculation -fag -fagget -fagging -faggit -faggot -faggs -fagot -fagots -fags -fart -farted -farting -fartings -farts -farty -fatass -fatso -felatio -fellatio -fingerfuck -fingerfucked -fingerfucker -fingerfuckers -fingerfucking -fingerfucks -fistfuck -fistfucked -fistfucker -fistfuckers -fistfucking -fistfuckings -fistfucks -fuck -fucked -fucker -fuckers -fuckin -fucking -fuckings -fuckme -fucks -fuk -fuks -furburger -gangbang -gangbanged -gangbangs -gaysex -gazongers -goddamn -gonads -gook -guinne -hard on -hardcoresex -hell -homo -hooker -horniest -horny -hotsex -hussy -jackoff -jack -jackass -jackingoff -jackoff -jack-off -jap -jerk -jerk-off -jesus -jesus christ -jew -jism -jiz -jizm -jizz -kike -knob -kock -kondum -kondums -kraut -kum -kummer -kumming -kums -kunilingus -lesbian -lesbo -loser -lust -lusting -merde -mick -mothafuck -mothafucka -mothafuckas -mothafuckaz -mothafucked -mothafucker -mothafuckers -mothafuckin -mothafucking -mothafuckings -mothafucks -motherfuck -motherfucked -motherfucker -motherfuckers -motherfuckin -motherfucking -motherfuckings -motherfucks -mound -muff -muffin -nerd -nigga -nigger -niggers -orgasim -orgasims -orgasm -orgasms -pecker -penis -phonesex -phuk -phuked -phuking -phukked -phukking -phuks -phuq -pimp -piss -pissed -pisser -pissers -pisses -pissin -pissing -pissoff -porn -porno -pornography -pornos -prick -pricks -prostitute -punk -pussies -pussy -pussys -queer -retard -schlong -screw -sheister -shit -shited -shitfull -shiting -shitings -shits -shitted -shitter -shitters -shitting -shittings -shitty -slag -sleaze -slut -sluts -smut -snatch -spunk -twat -wetback -whore -wop -wanker -Tosser -Arse -Tard -Mofo diff --git a/bin/pack/locale_us/locale/us/item_list.txt b/bin/pack/locale_us/locale/us/item_list.txt deleted file mode 100644 index 99f4655b..00000000 --- a/bin/pack/locale_us/locale/us/item_list.txt +++ /dev/null @@ -1,6231 +0,0 @@ -1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 -10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -8000 WEAPON icon/item/08000.tga -8001 WEAPON icon/item/08001.tga -8002 WEAPON icon/item/08001.tga -8003 WEAPON icon/item/08003.tga -8004 WEAPON icon/item/08004.tga -8005 WEAPON icon/item/08005.tga -8006 WEAPON icon/item/08006.tga -8007 WEAPON icon/item/08007.tga -8008 WEAPON icon/item/08008.tga -8009 WEAPON icon/item/08009.tga -9001 WEAPON icon/item/11200.tga -9002 WEAPON icon/item/11400.tga -9003 WEAPON icon/item/11600.tga -9004 WEAPON icon/item/11800.tga -12010 ARMOR icon/item/12020.tga -12011 ARMOR icon/item/12020.tga -12012 ARMOR icon/item/12020.tga -12013 ARMOR icon/item/12020.tga -12014 ARMOR icon/item/12020.tga -12015 ARMOR icon/item/12020.tga -12016 ARMOR icon/item/12020.tga -12017 ARMOR icon/item/12020.tga -12018 ARMOR icon/item/12020.tga -12019 ARMOR icon/item/12020.tga -12020 ARMOR icon/item/12030.tga -12021 ARMOR icon/item/12030.tga -12022 ARMOR icon/item/12030.tga -12023 ARMOR icon/item/12030.tga -12024 ARMOR icon/item/12030.tga -12025 ARMOR icon/item/12030.tga -12026 ARMOR icon/item/12030.tga -12027 ARMOR icon/item/12030.tga -12028 ARMOR icon/item/12030.tga -12029 ARMOR icon/item/12030.tga -12030 ARMOR icon/item/12010.tga -12031 ARMOR icon/item/12010.tga -12032 ARMOR icon/item/12010.tga -12033 ARMOR icon/item/12010.tga -12034 ARMOR icon/item/12010.tga -12035 ARMOR icon/item/12010.tga -12036 ARMOR icon/item/12010.tga -12037 ARMOR icon/item/12010.tga -12038 ARMOR icon/item/12010.tga -12039 ARMOR icon/item/12010.tga -12040 ARMOR icon/item/12040.tga -12041 ARMOR icon/item/12040.tga -12042 ARMOR icon/item/12040.tga -12043 ARMOR icon/item/12040.tga -12044 ARMOR icon/item/12040.tga -12045 ARMOR icon/item/12040.tga -12046 ARMOR icon/item/12040.tga -12047 ARMOR icon/item/12040.tga -12048 ARMOR icon/item/12040.tga -12049 ARMOR icon/item/12040.tga -9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 -50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 -29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -11000 ARMOR D:\ymir work\ui\game\quest\questicon\level_05.tga -11010 ARMOR D:\ymir work\ui\game\quest\questicon\level_07.tga -11020 ARMOR D:\ymir work\ui\game\quest\questicon\level_08.tga -11030 ARMOR D:\ymir work\ui\game\quest\questicon\level_12.tga -11200 ARMOR icon/item/11200.tga -11201 ARMOR icon/item/11200.tga -11202 ARMOR icon/item/11200.tga -11203 ARMOR icon/item/11200.tga -11204 ARMOR icon/item/11200.tga -11205 ARMOR icon/item/11200.tga -11206 ARMOR icon/item/11200.tga -11207 ARMOR icon/item/11200.tga -11208 ARMOR icon/item/11200.tga -11209 ARMOR icon/item/11200.tga -11210 ARMOR icon/item/11210.tga -11211 ARMOR icon/item/11210.tga -11212 ARMOR icon/item/11210.tga -11213 ARMOR icon/item/11210.tga -11214 ARMOR icon/item/11210.tga -11215 ARMOR icon/item/11210.tga -11216 ARMOR icon/item/11210.tga -11217 ARMOR icon/item/11210.tga -11218 ARMOR icon/item/11210.tga -11219 ARMOR icon/item/11210.tga -11220 ARMOR icon/item/11220.tga -11221 ARMOR icon/item/11220.tga -11222 ARMOR icon/item/11220.tga -11223 ARMOR icon/item/11220.tga -11224 ARMOR icon/item/11220.tga -11225 ARMOR icon/item/11220.tga -11226 ARMOR icon/item/11220.tga -11227 ARMOR icon/item/11220.tga -11228 ARMOR icon/item/11220.tga -11229 ARMOR icon/item/11220.tga -11230 ARMOR icon/item/11230.tga -11231 ARMOR icon/item/11230.tga -11232 ARMOR icon/item/11230.tga -11233 ARMOR icon/item/11230.tga -11234 ARMOR icon/item/11230.tga -11235 ARMOR icon/item/11230.tga -11236 ARMOR icon/item/11230.tga -11237 ARMOR icon/item/11230.tga -11238 ARMOR icon/item/11230.tga -11239 ARMOR icon/item/11230.tga -11240 ARMOR icon/item/11240.tga -11241 ARMOR icon/item/11240.tga -11242 ARMOR icon/item/11240.tga -11243 ARMOR icon/item/11240.tga -11244 ARMOR icon/item/11240.tga -11245 ARMOR icon/item/11240.tga -11246 ARMOR icon/item/11240.tga -11247 ARMOR icon/item/11240.tga -11248 ARMOR icon/item/11240.tga -11249 ARMOR icon/item/11240.tga -11250 ARMOR icon/item/11250.tga -11251 ARMOR icon/item/11250.tga -11252 ARMOR icon/item/11250.tga -11253 ARMOR icon/item/11250.tga -11254 ARMOR icon/item/11250.tga -11255 ARMOR icon/item/11250.tga -11256 ARMOR icon/item/11250.tga -11257 ARMOR icon/item/11250.tga -11258 ARMOR icon/item/11250.tga -11259 ARMOR icon/item/11250.tga -11260 ARMOR icon/item/11260.tga -11261 ARMOR icon/item/11260.tga -11262 ARMOR icon/item/11260.tga -11263 ARMOR icon/item/11260.tga -11264 ARMOR icon/item/11260.tga -11265 ARMOR icon/item/11260.tga -11266 ARMOR icon/item/11260.tga -11267 ARMOR icon/item/11260.tga -11268 ARMOR icon/item/11260.tga -11269 ARMOR icon/item/11260.tga -11270 ARMOR icon/item/11270.tga -11271 ARMOR icon/item/11270.tga -11272 ARMOR icon/item/11270.tga -11273 ARMOR icon/item/11270.tga -11274 ARMOR icon/item/11270.tga -11275 ARMOR icon/item/11270.tga -11276 ARMOR icon/item/11270.tga -11277 ARMOR icon/item/11270.tga -11278 ARMOR icon/item/11270.tga -11279 ARMOR icon/item/11270.tga -11280 ARMOR icon/item/11280.tga -11281 ARMOR icon/item/11280.tga -11282 ARMOR icon/item/11280.tga -11283 ARMOR icon/item/11280.tga -11284 ARMOR icon/item/11280.tga -11285 ARMOR icon/item/11280.tga -11286 ARMOR icon/item/11280.tga -11287 ARMOR icon/item/11280.tga -11288 ARMOR icon/item/11280.tga -11289 ARMOR icon/item/11280.tga -11290 ARMOR icon/item/11290.tga -11291 ARMOR icon/item/11290.tga -11292 ARMOR icon/item/11290.tga -11293 ARMOR icon/item/11290.tga -11294 ARMOR icon/item/11290.tga -11295 ARMOR icon/item/11290.tga -11296 ARMOR icon/item/11290.tga -11297 ARMOR icon/item/11290.tga -11298 ARMOR icon/item/11290.tga -11299 ARMOR icon/item/11290.tga -11300 ARMOR season1/icon/weapon/warrior/11300.tga -11301 ARMOR season1/icon/weapon/warrior/11301.tga -11302 ARMOR season1/icon/weapon/warrior/11302.tga -11303 ARMOR season1/icon/weapon/warrior/11303.tga -11304 ARMOR season1/icon/weapon/warrior/11304.tga -11305 ARMOR season1/icon/weapon/warrior/11305.tga -11306 ARMOR season1/icon/weapon/warrior/11306.tga -11307 ARMOR season1/icon/weapon/warrior/11307.tga -11308 ARMOR season1/icon/weapon/warrior/11307.tga -11309 ARMOR season1/icon/weapon/warrior/11307.tga -11400 ARMOR icon/item/11400.tga -11401 ARMOR icon/item/11400.tga -11402 ARMOR icon/item/11400.tga -11403 ARMOR icon/item/11400.tga -11404 ARMOR icon/item/11400.tga -11405 ARMOR icon/item/11400.tga -11406 ARMOR icon/item/11400.tga -11407 ARMOR icon/item/11400.tga -11408 ARMOR icon/item/11400.tga -11409 ARMOR icon/item/11400.tga -11410 ARMOR icon/item/11410.tga -11411 ARMOR icon/item/11410.tga -11412 ARMOR icon/item/11410.tga -11413 ARMOR icon/item/11410.tga -11414 ARMOR icon/item/11410.tga -11415 ARMOR icon/item/11410.tga -11416 ARMOR icon/item/11410.tga -11417 ARMOR icon/item/11410.tga -11418 ARMOR icon/item/11410.tga -11419 ARMOR icon/item/11410.tga -11420 ARMOR icon/item/11420.tga -11421 ARMOR icon/item/11420.tga -11422 ARMOR icon/item/11420.tga -11423 ARMOR icon/item/11420.tga -11424 ARMOR icon/item/11420.tga -11425 ARMOR icon/item/11420.tga -11426 ARMOR icon/item/11420.tga -11427 ARMOR icon/item/11420.tga -11428 ARMOR icon/item/11420.tga -11429 ARMOR icon/item/11420.tga -11430 ARMOR icon/item/11430.tga -11431 ARMOR icon/item/11430.tga -11432 ARMOR icon/item/11430.tga -11433 ARMOR icon/item/11430.tga -11434 ARMOR icon/item/11430.tga -11435 ARMOR icon/item/11430.tga -11436 ARMOR icon/item/11430.tga -11437 ARMOR icon/item/11430.tga -11438 ARMOR icon/item/11430.tga -11439 ARMOR icon/item/11430.tga -11440 ARMOR icon/item/11440.tga -11441 ARMOR icon/item/11440.tga -11442 ARMOR icon/item/11440.tga -11443 ARMOR icon/item/11440.tga -11444 ARMOR icon/item/11440.tga -11445 ARMOR icon/item/11440.tga -11446 ARMOR icon/item/11440.tga -11447 ARMOR icon/item/11440.tga -11448 ARMOR icon/item/11440.tga -11449 ARMOR icon/item/11440.tga -11450 ARMOR icon/item/11450.tga -11451 ARMOR icon/item/11450.tga -11452 ARMOR icon/item/11450.tga -11453 ARMOR icon/item/11450.tga -11454 ARMOR icon/item/11450.tga -11455 ARMOR icon/item/11450.tga -11456 ARMOR icon/item/11450.tga -11457 ARMOR icon/item/11450.tga -11458 ARMOR icon/item/11450.tga -11459 ARMOR icon/item/11450.tga -11460 ARMOR icon/item/11460.tga -11461 ARMOR icon/item/11460.tga -11462 ARMOR icon/item/11460.tga -11463 ARMOR icon/item/11460.tga -11464 ARMOR icon/item/11460.tga -11465 ARMOR icon/item/11460.tga -11466 ARMOR icon/item/11460.tga -11467 ARMOR icon/item/11460.tga -11468 ARMOR icon/item/11460.tga -11469 ARMOR icon/item/11460.tga -11470 ARMOR icon/item/11470.tga -11471 ARMOR icon/item/11470.tga -11472 ARMOR icon/item/11470.tga -11473 ARMOR icon/item/11470.tga -11474 ARMOR icon/item/11470.tga -11475 ARMOR icon/item/11470.tga -11476 ARMOR icon/item/11470.tga -11477 ARMOR icon/item/11470.tga -11478 ARMOR icon/item/11470.tga -11479 ARMOR icon/item/11470.tga -11480 ARMOR icon/item/11480.tga -11481 ARMOR icon/item/11480.tga -11482 ARMOR icon/item/11480.tga -11483 ARMOR icon/item/11480.tga -11484 ARMOR icon/item/11480.tga -11485 ARMOR icon/item/11480.tga -11486 ARMOR icon/item/11480.tga -11487 ARMOR icon/item/11480.tga -11488 ARMOR icon/item/11480.tga -11489 ARMOR icon/item/11480.tga -11490 ARMOR icon/item/11490.tga -11491 ARMOR icon/item/11490.tga -11492 ARMOR icon/item/11490.tga -11493 ARMOR icon/item/11490.tga -11494 ARMOR icon/item/11490.tga -11495 ARMOR icon/item/11490.tga -11496 ARMOR icon/item/11490.tga -11497 ARMOR icon/item/11490.tga -11498 ARMOR icon/item/11490.tga -11499 ARMOR icon/item/11490.tga -11500 ARMOR season1/icon/weapon/assassin/11500.tga -11501 ARMOR season1/icon/weapon/assassin/11501.tga -11502 ARMOR season1/icon/weapon/assassin/11502.tga -11503 ARMOR season1/icon/weapon/assassin/11503.tga -11504 ARMOR season1/icon/weapon/assassin/11504.tga -11505 ARMOR season1/icon/weapon/assassin/11505.tga -11506 ARMOR season1/icon/weapon/assassin/11506.tga -11507 ARMOR season1/icon/weapon/assassin/11507.tga -11508 ARMOR season1/icon/weapon/assassin/11507.tga -11509 ARMOR season1/icon/weapon/assassin/11507.tga -11600 ARMOR icon/item/11600.tga -11601 ARMOR icon/item/11600.tga -11602 ARMOR icon/item/11600.tga -11603 ARMOR icon/item/11600.tga -11604 ARMOR icon/item/11600.tga -11605 ARMOR icon/item/11600.tga -11606 ARMOR icon/item/11600.tga -11607 ARMOR icon/item/11600.tga -11608 ARMOR icon/item/11600.tga -11609 ARMOR icon/item/11600.tga -11610 ARMOR icon/item/11610.tga -11611 ARMOR icon/item/11610.tga -11612 ARMOR icon/item/11610.tga -11613 ARMOR icon/item/11610.tga -11614 ARMOR icon/item/11610.tga -11615 ARMOR icon/item/11610.tga -11616 ARMOR icon/item/11610.tga -11617 ARMOR icon/item/11610.tga -11618 ARMOR icon/item/11610.tga -11619 ARMOR icon/item/11610.tga -11620 ARMOR icon/item/11620.tga -11621 ARMOR icon/item/11620.tga -11622 ARMOR icon/item/11620.tga -11623 ARMOR icon/item/11620.tga -11624 ARMOR icon/item/11620.tga -11625 ARMOR icon/item/11620.tga -11626 ARMOR icon/item/11620.tga -11627 ARMOR icon/item/11620.tga -11628 ARMOR icon/item/11620.tga -11629 ARMOR icon/item/11620.tga -11630 ARMOR icon/item/11630.tga -11631 ARMOR icon/item/11630.tga -11632 ARMOR icon/item/11630.tga -11633 ARMOR icon/item/11630.tga -11634 ARMOR icon/item/11630.tga -11635 ARMOR icon/item/11630.tga -11636 ARMOR icon/item/11630.tga -11637 ARMOR icon/item/11630.tga -11638 ARMOR icon/item/11630.tga -11639 ARMOR icon/item/11630.tga -11640 ARMOR icon/item/11640.tga -11641 ARMOR icon/item/11640.tga -11642 ARMOR icon/item/11640.tga -11643 ARMOR icon/item/11640.tga -11644 ARMOR icon/item/11640.tga -11645 ARMOR icon/item/11640.tga -11646 ARMOR icon/item/11640.tga -11647 ARMOR icon/item/11640.tga -11648 ARMOR icon/item/11640.tga -11649 ARMOR icon/item/11640.tga -11650 ARMOR icon/item/11650.tga -11651 ARMOR icon/item/11650.tga -11652 ARMOR icon/item/11650.tga -11653 ARMOR icon/item/11650.tga -11654 ARMOR icon/item/11650.tga -11655 ARMOR icon/item/11650.tga -11656 ARMOR icon/item/11650.tga -11657 ARMOR icon/item/11650.tga -11658 ARMOR icon/item/11650.tga -11659 ARMOR icon/item/11650.tga -11660 ARMOR icon/item/11660.tga -11661 ARMOR icon/item/11660.tga -11662 ARMOR icon/item/11660.tga -11663 ARMOR icon/item/11660.tga -11664 ARMOR icon/item/11660.tga -11665 ARMOR icon/item/11660.tga -11666 ARMOR icon/item/11660.tga -11667 ARMOR icon/item/11660.tga -11668 ARMOR icon/item/11660.tga -11669 ARMOR icon/item/11660.tga -11670 ARMOR icon/item/11670.tga -11671 ARMOR icon/item/11670.tga -11672 ARMOR icon/item/11670.tga -11673 ARMOR icon/item/11670.tga -11674 ARMOR icon/item/11670.tga -11675 ARMOR icon/item/11670.tga -11676 ARMOR icon/item/11670.tga -11677 ARMOR icon/item/11670.tga -11678 ARMOR icon/item/11670.tga -11679 ARMOR icon/item/11670.tga -11680 ARMOR icon/item/11680.tga -11681 ARMOR icon/item/11680.tga -11682 ARMOR icon/item/11680.tga -11683 ARMOR icon/item/11680.tga -11684 ARMOR icon/item/11680.tga -11685 ARMOR icon/item/11680.tga -11686 ARMOR icon/item/11680.tga -11687 ARMOR icon/item/11680.tga -11688 ARMOR icon/item/11680.tga -11689 ARMOR icon/item/11680.tga -11690 ARMOR icon/item/11690.tga -11691 ARMOR icon/item/11690.tga -11692 ARMOR icon/item/11690.tga -11693 ARMOR icon/item/11690.tga -11694 ARMOR icon/item/11690.tga -11695 ARMOR icon/item/11690.tga -11696 ARMOR icon/item/11690.tga -11697 ARMOR icon/item/11690.tga -11698 ARMOR icon/item/11690.tga -11699 ARMOR icon/item/11690.tga -11700 ARMOR season1/icon/weapon/sura/11700.tga -11701 ARMOR season1/icon/weapon/sura/11701.tga -11702 ARMOR season1/icon/weapon/sura/11702.tga -11703 ARMOR season1/icon/weapon/sura/11703.tga -11704 ARMOR season1/icon/weapon/sura/11704.tga -11705 ARMOR season1/icon/weapon/sura/11705.tga -11706 ARMOR season1/icon/weapon/sura/11706.tga -11707 ARMOR season1/icon/weapon/sura/11707.tga -11708 ARMOR season1/icon/weapon/sura/11708.tga -11709 ARMOR season1/icon/weapon/sura/11707.tga -11800 ARMOR icon/item/11800.tga -11801 ARMOR icon/item/11800.tga -11802 ARMOR icon/item/11800.tga -11803 ARMOR icon/item/11800.tga -11804 ARMOR icon/item/11800.tga -11805 ARMOR icon/item/11800.tga -11806 ARMOR icon/item/11800.tga -11807 ARMOR icon/item/11800.tga -11808 ARMOR icon/item/11800.tga -11809 ARMOR icon/item/11800.tga -11810 ARMOR icon/item/11810.tga -11811 ARMOR icon/item/11810.tga -11812 ARMOR icon/item/11810.tga -11813 ARMOR icon/item/11810.tga -11814 ARMOR icon/item/11810.tga -11815 ARMOR icon/item/11810.tga -11816 ARMOR icon/item/11810.tga -11817 ARMOR icon/item/11810.tga -11818 ARMOR icon/item/11810.tga -11819 ARMOR icon/item/11810.tga -11820 ARMOR icon/item/11820.tga -11821 ARMOR icon/item/11820.tga -11822 ARMOR icon/item/11820.tga -11823 ARMOR icon/item/11820.tga -11824 ARMOR icon/item/11820.tga -11825 ARMOR icon/item/11820.tga -11826 ARMOR icon/item/11820.tga -11827 ARMOR icon/item/11820.tga -11828 ARMOR icon/item/11820.tga -11829 ARMOR icon/item/11820.tga -11830 ARMOR icon/item/11830.tga -11831 ARMOR icon/item/11830.tga -11832 ARMOR icon/item/11830.tga -11833 ARMOR icon/item/11830.tga -11834 ARMOR icon/item/11830.tga -11835 ARMOR icon/item/11830.tga -11836 ARMOR icon/item/11830.tga -11837 ARMOR icon/item/11830.tga -11838 ARMOR icon/item/11830.tga -11839 ARMOR icon/item/11830.tga -11840 ARMOR icon/item/11840.tga -11841 ARMOR icon/item/11840.tga -11842 ARMOR icon/item/11840.tga -11843 ARMOR icon/item/11840.tga -11844 ARMOR icon/item/11840.tga -11845 ARMOR icon/item/11840.tga -11846 ARMOR icon/item/11840.tga -11847 ARMOR icon/item/11840.tga -11848 ARMOR icon/item/11840.tga -11849 ARMOR icon/item/11840.tga -11850 ARMOR icon/item/11850.tga -11851 ARMOR icon/item/11850.tga -11852 ARMOR icon/item/11850.tga -11853 ARMOR icon/item/11850.tga -11854 ARMOR icon/item/11850.tga -11855 ARMOR icon/item/11850.tga -11856 ARMOR icon/item/11850.tga -11857 ARMOR icon/item/11850.tga -11858 ARMOR icon/item/11850.tga -11859 ARMOR icon/item/11850.tga -11860 ARMOR icon/item/11860.tga -11861 ARMOR icon/item/11860.tga -11862 ARMOR icon/item/11860.tga -11863 ARMOR icon/item/11860.tga -11864 ARMOR icon/item/11860.tga -11865 ARMOR icon/item/11860.tga -11866 ARMOR icon/item/11860.tga -11867 ARMOR icon/item/11860.tga -11868 ARMOR icon/item/11860.tga -11869 ARMOR icon/item/11860.tga -11870 ARMOR icon/item/11870.tga -11871 ARMOR icon/item/11870.tga -11872 ARMOR icon/item/11870.tga -11873 ARMOR icon/item/11870.tga -11874 ARMOR icon/item/11870.tga -11875 ARMOR icon/item/11870.tga -11876 ARMOR icon/item/11870.tga -11877 ARMOR icon/item/11870.tga -11878 ARMOR icon/item/11870.tga -11879 ARMOR icon/item/11870.tga -11880 ARMOR icon/item/11880.tga -11881 ARMOR icon/item/11880.tga -11882 ARMOR icon/item/11880.tga -11883 ARMOR icon/item/11880.tga -11884 ARMOR icon/item/11880.tga -11885 ARMOR icon/item/11880.tga -11886 ARMOR icon/item/11880.tga -11887 ARMOR icon/item/11880.tga -11888 ARMOR icon/item/11880.tga -11889 ARMOR icon/item/11880.tga -11890 ARMOR icon/item/11890.tga -11891 ARMOR icon/item/11890.tga -11892 ARMOR icon/item/11890.tga -11893 ARMOR icon/item/11890.tga -11894 ARMOR icon/item/11890.tga -11895 ARMOR icon/item/11890.tga -11896 ARMOR icon/item/11890.tga -11897 ARMOR icon/item/11890.tga -11898 ARMOR icon/item/11890.tga -11899 ARMOR icon/item/11890.tga -11901 ARMOR icon/item/11901.tga -11902 ARMOR icon/item/11901.tga -11903 ARMOR icon/item/11903.tga -11904 ARMOR icon/item/11903.tga -11951 ARMOR icon/item/11200.tga -11952 ARMOR icon/item/11400.tga -11953 ARMOR icon/item/11600.tga -11954 ARMOR icon/item/11800.tga -11971 ARMOR season1/icon/item/11971.tga -11972 ARMOR season1/icon/item/11972.tga -11973 ARMOR icon/item/11973.tga -11974 ARMOR icon/item/11974.tga -12000 ARMOR season1/icon/weapon/shaman/12000.tga -12001 ARMOR season1/icon/weapon/shaman/12001.tga -12002 ARMOR season1/icon/weapon/shaman/12002.tga -12003 ARMOR season1/icon/weapon/shaman/12003.tga -12004 ARMOR season1/icon/weapon/shaman/12004.tga -12005 ARMOR season1/icon/weapon/shaman/12005.tga -12006 ARMOR season1/icon/weapon/shaman/12006.tga -12007 ARMOR season1/icon/weapon/shaman/12007.tga -12008 ARMOR season1/icon/weapon/shaman/12007.tga -12009 ARMOR season1/icon/weapon/shaman/12007.tga -12200 ARMOR icon/item/12200.tga -12201 ARMOR icon/item/12200.tga -12202 ARMOR icon/item/12200.tga -12203 ARMOR icon/item/12200.tga -12204 ARMOR icon/item/12200.tga -12205 ARMOR icon/item/12200.tga -12206 ARMOR icon/item/12200.tga -12207 ARMOR icon/item/12200.tga -12208 ARMOR icon/item/12200.tga -12209 ARMOR icon/item/12200.tga -12210 ARMOR icon/item/12200.tga -12211 ARMOR icon/item/12200.tga -12212 ARMOR icon/item/12200.tga -12213 ARMOR icon/item/12200.tga -12214 ARMOR icon/item/12200.tga -12215 ARMOR icon/item/12200.tga -12216 ARMOR icon/item/12200.tga -12217 ARMOR icon/item/12200.tga -12218 ARMOR icon/item/12200.tga -12219 ARMOR icon/item/12200.tga -12220 ARMOR icon/item/12220.tga -12221 ARMOR icon/item/12220.tga -12222 ARMOR icon/item/12220.tga -12223 ARMOR icon/item/12220.tga -12224 ARMOR icon/item/12220.tga -12225 ARMOR icon/item/12220.tga -12226 ARMOR icon/item/12220.tga -12227 ARMOR icon/item/12220.tga -12228 ARMOR icon/item/12220.tga -12229 ARMOR icon/item/12220.tga -12230 ARMOR icon/item/12220.tga -12231 ARMOR icon/item/12220.tga -12232 ARMOR icon/item/12220.tga -12233 ARMOR icon/item/12220.tga -12234 ARMOR icon/item/12220.tga -12235 ARMOR icon/item/12220.tga -12236 ARMOR icon/item/12220.tga -12237 ARMOR icon/item/12220.tga -12238 ARMOR icon/item/12220.tga -12239 ARMOR icon/item/12220.tga -12240 ARMOR icon/item/12240.tga -12241 ARMOR icon/item/12240.tga -12242 ARMOR icon/item/12240.tga -12243 ARMOR icon/item/12240.tga -12244 ARMOR icon/item/12240.tga -12245 ARMOR icon/item/12240.tga -12246 ARMOR icon/item/12240.tga -12247 ARMOR icon/item/12240.tga -12248 ARMOR icon/item/12240.tga -12249 ARMOR icon/item/12240.tga -12260 ARMOR icon/item/12260.tga -12261 ARMOR icon/item/12260.tga -12262 ARMOR icon/item/12260.tga -12263 ARMOR icon/item/12260.tga -12264 ARMOR icon/item/12260.tga -12265 ARMOR icon/item/12260.tga -12266 ARMOR icon/item/12260.tga -12267 ARMOR icon/item/12260.tga -12268 ARMOR icon/item/12260.tga -12269 ARMOR icon/item/12260.tga -12280 ARMOR icon/item/12280.tga -12281 ARMOR icon/item/12280.tga -12282 ARMOR icon/item/12280.tga -12283 ARMOR icon/item/12280.tga -12284 ARMOR icon/item/12280.tga -12285 ARMOR icon/item/12280.tga -12286 ARMOR icon/item/12280.tga -12287 ARMOR icon/item/12280.tga -12288 ARMOR icon/item/12280.tga -12289 ARMOR icon/item/12280.tga -12340 ARMOR icon/item/12340.tga -12341 ARMOR icon/item/12340.tga -12342 ARMOR icon/item/12340.tga -12343 ARMOR icon/item/12340.tga -12344 ARMOR icon/item/12340.tga -12345 ARMOR icon/item/12340.tga -12346 ARMOR icon/item/12340.tga -12347 ARMOR icon/item/12340.tga -12348 ARMOR icon/item/12340.tga -12349 ARMOR icon/item/12340.tga -12350 ARMOR icon/item/12340.tga -12351 ARMOR icon/item/12340.tga -12352 ARMOR icon/item/12340.tga -12353 ARMOR icon/item/12340.tga -12354 ARMOR icon/item/12340.tga -12355 ARMOR icon/item/12340.tga -12356 ARMOR icon/item/12340.tga -12357 ARMOR icon/item/12340.tga -12358 ARMOR icon/item/12340.tga -12359 ARMOR icon/item/12340.tga -12360 ARMOR icon/item/12360.tga -12361 ARMOR icon/item/12360.tga -12362 ARMOR icon/item/12360.tga -12363 ARMOR icon/item/12360.tga -12364 ARMOR icon/item/12360.tga -12365 ARMOR icon/item/12360.tga -12366 ARMOR icon/item/12360.tga -12367 ARMOR icon/item/12360.tga -12368 ARMOR icon/item/12360.tga -12369 ARMOR icon/item/12360.tga -12370 ARMOR icon/item/12360.tga -12371 ARMOR icon/item/12360.tga -12372 ARMOR icon/item/12360.tga -12373 ARMOR icon/item/12360.tga -12374 ARMOR icon/item/12360.tga -12375 ARMOR icon/item/12360.tga -12376 ARMOR icon/item/12360.tga -12377 ARMOR icon/item/12360.tga -12378 ARMOR icon/item/12360.tga -12379 ARMOR icon/item/12360.tga -12380 ARMOR icon/item/12380.tga -12381 ARMOR icon/item/12380.tga -12382 ARMOR icon/item/12380.tga -12383 ARMOR icon/item/12380.tga -12384 ARMOR icon/item/12380.tga -12385 ARMOR icon/item/12380.tga -12386 ARMOR icon/item/12380.tga -12387 ARMOR icon/item/12380.tga -12388 ARMOR icon/item/12380.tga -12389 ARMOR icon/item/12380.tga -12390 ARMOR icon/item/12390.tga -12391 ARMOR icon/item/12390.tga -12392 ARMOR icon/item/12390.tga -12393 ARMOR icon/item/12390.tga -12394 ARMOR icon/item/12390.tga -12395 ARMOR icon/item/12390.tga -12396 ARMOR icon/item/12390.tga -12397 ARMOR icon/item/12390.tga -12398 ARMOR icon/item/12390.tga -12399 ARMOR icon/item/12390.tga -12400 ARMOR icon/item/12540.tga -12401 ARMOR icon/item/12540.tga -12402 ARMOR icon/item/12540.tga -12403 ARMOR icon/item/12540.tga -12404 ARMOR icon/item/12540.tga -12405 ARMOR icon/item/12540.tga -12406 ARMOR icon/item/12540.tga -12407 ARMOR icon/item/12540.tga -12408 ARMOR icon/item/12540.tga -12409 ARMOR icon/item/12540.tga -12480 ARMOR icon/item/12480.tga -12481 ARMOR icon/item/12480.tga -12482 ARMOR icon/item/12480.tga -12483 ARMOR icon/item/12480.tga -12484 ARMOR icon/item/12480.tga -12485 ARMOR icon/item/12480.tga -12486 ARMOR icon/item/12480.tga -12487 ARMOR icon/item/12480.tga -12488 ARMOR icon/item/12480.tga -12489 ARMOR icon/item/12480.tga -12490 ARMOR icon/item/12480.tga -12491 ARMOR icon/item/12480.tga -12492 ARMOR icon/item/12480.tga -12493 ARMOR icon/item/12480.tga -12494 ARMOR icon/item/12480.tga -12495 ARMOR icon/item/12480.tga -12496 ARMOR icon/item/12480.tga -12497 ARMOR icon/item/12480.tga -12498 ARMOR icon/item/12480.tga -12499 ARMOR icon/item/12480.tga -12500 ARMOR icon/item/12500.tga -12501 ARMOR icon/item/12500.tga -12502 ARMOR icon/item/12500.tga -12503 ARMOR icon/item/12500.tga -12504 ARMOR icon/item/12500.tga -12505 ARMOR icon/item/12500.tga -12506 ARMOR icon/item/12500.tga -12507 ARMOR icon/item/12500.tga -12508 ARMOR icon/item/12500.tga -12509 ARMOR icon/item/12500.tga -12510 ARMOR icon/item/12500.tga -12511 ARMOR icon/item/12500.tga -12512 ARMOR icon/item/12500.tga -12513 ARMOR icon/item/12500.tga -12514 ARMOR icon/item/12500.tga -12515 ARMOR icon/item/12500.tga -12516 ARMOR icon/item/12500.tga -12517 ARMOR icon/item/12500.tga -12518 ARMOR icon/item/12500.tga -12519 ARMOR icon/item/12500.tga -12520 ARMOR icon/item/12520.tga -12521 ARMOR icon/item/12520.tga -12522 ARMOR icon/item/12520.tga -12523 ARMOR icon/item/12520.tga -12524 ARMOR icon/item/12520.tga -12525 ARMOR icon/item/12520.tga -12526 ARMOR icon/item/12520.tga -12527 ARMOR icon/item/12520.tga -12528 ARMOR icon/item/12520.tga -12529 ARMOR icon/item/12520.tga -12530 ARMOR icon/item/12530.tga -12531 ARMOR icon/item/12530.tga -12532 ARMOR icon/item/12530.tga -12533 ARMOR icon/item/12530.tga -12534 ARMOR icon/item/12530.tga -12535 ARMOR icon/item/12530.tga -12536 ARMOR icon/item/12530.tga -12537 ARMOR icon/item/12530.tga -12538 ARMOR icon/item/12530.tga -12539 ARMOR icon/item/12530.tga -12540 ARMOR icon/item/12400.tga -12541 ARMOR icon/item/12400.tga -12542 ARMOR icon/item/12400.tga -12543 ARMOR icon/item/12400.tga -12544 ARMOR icon/item/12400.tga -12545 ARMOR icon/item/12400.tga -12546 ARMOR icon/item/12400.tga -12547 ARMOR icon/item/12400.tga -12548 ARMOR icon/item/12400.tga -12549 ARMOR icon/item/12400.tga -12620 ARMOR icon/item/12620.tga -12621 ARMOR icon/item/12620.tga -12622 ARMOR icon/item/12620.tga -12623 ARMOR icon/item/12620.tga -12624 ARMOR icon/item/12620.tga -12625 ARMOR icon/item/12620.tga -12626 ARMOR icon/item/12620.tga -12627 ARMOR icon/item/12620.tga -12628 ARMOR icon/item/12620.tga -12629 ARMOR icon/item/12620.tga -12630 ARMOR icon/item/12620.tga -12631 ARMOR icon/item/12620.tga -12632 ARMOR icon/item/12620.tga -12633 ARMOR icon/item/12620.tga -12634 ARMOR icon/item/12620.tga -12635 ARMOR icon/item/12620.tga -12636 ARMOR icon/item/12620.tga -12637 ARMOR icon/item/12620.tga -12638 ARMOR icon/item/12620.tga -12639 ARMOR icon/item/12620.tga -12640 ARMOR icon/item/12640.tga -12641 ARMOR icon/item/12640.tga -12642 ARMOR icon/item/12640.tga -12643 ARMOR icon/item/12640.tga -12644 ARMOR icon/item/12640.tga -12645 ARMOR icon/item/12640.tga -12646 ARMOR icon/item/12640.tga -12647 ARMOR icon/item/12640.tga -12648 ARMOR icon/item/12640.tga -12649 ARMOR icon/item/12640.tga -12650 ARMOR icon/item/12640.tga -12651 ARMOR icon/item/12640.tga -12652 ARMOR icon/item/12640.tga -12653 ARMOR icon/item/12640.tga -12654 ARMOR icon/item/12640.tga -12655 ARMOR icon/item/12640.tga -12656 ARMOR icon/item/12640.tga -12657 ARMOR icon/item/12640.tga -12658 ARMOR icon/item/12640.tga -12659 ARMOR icon/item/12640.tga -12660 ARMOR icon/item/12660.tga -12661 ARMOR icon/item/12660.tga -12662 ARMOR icon/item/12660.tga -12663 ARMOR icon/item/12660.tga -12664 ARMOR icon/item/12660.tga -12665 ARMOR icon/item/12660.tga -12666 ARMOR icon/item/12660.tga -12667 ARMOR icon/item/12660.tga -12668 ARMOR icon/item/12660.tga -12669 ARMOR icon/item/12660.tga -12670 ARMOR icon/item/12670.tga -12671 ARMOR icon/item/12670.tga -12672 ARMOR icon/item/12670.tga -12673 ARMOR icon/item/12670.tga -12674 ARMOR icon/item/12670.tga -12675 ARMOR icon/item/12670.tga -12676 ARMOR icon/item/12670.tga -12677 ARMOR icon/item/12670.tga -12678 ARMOR icon/item/12670.tga -12679 ARMOR icon/item/12670.tga -12680 ARMOR icon/item/12680.tga -12681 ARMOR icon/item/12680.tga -12682 ARMOR icon/item/12680.tga -12683 ARMOR icon/item/12680.tga -12684 ARMOR icon/item/12680.tga -12685 ARMOR icon/item/12680.tga -12686 ARMOR icon/item/12680.tga -12687 ARMOR icon/item/12680.tga -12688 ARMOR icon/item/12680.tga -12689 ARMOR icon/item/12680.tga -13000 ARMOR icon/item/13000.tga -13001 ARMOR icon/item/13000.tga -13002 ARMOR icon/item/13000.tga -13003 ARMOR icon/item/13000.tga -13004 ARMOR icon/item/13000.tga -13005 ARMOR icon/item/13000.tga -13006 ARMOR icon/item/13000.tga -13007 ARMOR icon/item/13000.tga -13008 ARMOR icon/item/13000.tga -13009 ARMOR icon/item/13000.tga -13010 ARMOR icon/item/13000.tga -13011 ARMOR icon/item/13000.tga -13012 ARMOR icon/item/13000.tga -13013 ARMOR icon/item/13000.tga -13014 ARMOR icon/item/13000.tga -13015 ARMOR icon/item/13000.tga -13016 ARMOR icon/item/13000.tga -13017 ARMOR icon/item/13000.tga -13018 ARMOR icon/item/13000.tga -13019 ARMOR icon/item/13000.tga -13020 ARMOR icon/item/13020.tga -13021 ARMOR icon/item/13020.tga -13022 ARMOR icon/item/13020.tga -13023 ARMOR icon/item/13020.tga -13024 ARMOR icon/item/13020.tga -13025 ARMOR icon/item/13020.tga -13026 ARMOR icon/item/13020.tga -13027 ARMOR icon/item/13020.tga -13028 ARMOR icon/item/13020.tga -13029 ARMOR icon/item/13020.tga -13030 ARMOR icon/item/13020.tga -13031 ARMOR icon/item/13020.tga -13032 ARMOR icon/item/13020.tga -13033 ARMOR icon/item/13020.tga -13034 ARMOR icon/item/13020.tga -13035 ARMOR icon/item/13020.tga -13036 ARMOR icon/item/13020.tga -13037 ARMOR icon/item/13020.tga -13038 ARMOR icon/item/13020.tga -13039 ARMOR icon/item/13020.tga -13040 ARMOR icon/item/13040.tga -13041 ARMOR icon/item/13040.tga -13042 ARMOR icon/item/13040.tga -13043 ARMOR icon/item/13040.tga -13044 ARMOR icon/item/13040.tga -13045 ARMOR icon/item/13040.tga -13046 ARMOR icon/item/13040.tga -13047 ARMOR icon/item/13040.tga -13048 ARMOR icon/item/13040.tga -13049 ARMOR icon/item/13040.tga -13050 ARMOR icon/item/13040.tga -13051 ARMOR icon/item/13040.tga -13052 ARMOR icon/item/13040.tga -13053 ARMOR icon/item/13040.tga -13054 ARMOR icon/item/13040.tga -13055 ARMOR icon/item/13040.tga -13056 ARMOR icon/item/13040.tga -13057 ARMOR icon/item/13040.tga -13058 ARMOR icon/item/13040.tga -13059 ARMOR icon/item/13040.tga -13060 ARMOR season1/icon/item/13060.tga -13061 ARMOR season1/icon/item/13060.tga -13062 ARMOR season1/icon/item/13060.tga -13063 ARMOR season1/icon/item/13060.tga -13064 ARMOR season1/icon/item/13060.tga -13065 ARMOR season1/icon/item/13060.tga -13066 ARMOR season1/icon/item/13060.tga -13067 ARMOR season1/icon/item/13060.tga -13068 ARMOR season1/icon/item/13060.tga -13069 ARMOR season1/icon/item/13060.tga -13080 ARMOR season1/icon/item/13080.tga -13081 ARMOR season1/icon/item/13080.tga -13082 ARMOR season1/icon/item/13080.tga -13083 ARMOR season1/icon/item/13080.tga -13084 ARMOR season1/icon/item/13080.tga -13085 ARMOR season1/icon/item/13080.tga -13086 ARMOR season1/icon/item/13080.tga -13087 ARMOR season1/icon/item/13080.tga -13088 ARMOR season1/icon/item/13080.tga -13089 ARMOR season1/icon/item/13080.tga -13100 ARMOR season1/icon/item/13100.tga -13101 ARMOR season1/icon/item/13100.tga -13102 ARMOR season1/icon/item/13100.tga -13103 ARMOR season1/icon/item/13100.tga -13104 ARMOR season1/icon/item/13100.tga -13105 ARMOR season1/icon/item/13100.tga -13106 ARMOR season1/icon/item/13100.tga -13107 ARMOR season1/icon/item/13100.tga -13108 ARMOR season1/icon/item/13100.tga -13109 ARMOR season1/icon/item/13100.tga -13120 ARMOR season1/icon/item/13120.tga -13121 ARMOR season1/icon/item/13120.tga -13122 ARMOR season1/icon/item/13120.tga -13123 ARMOR season1/icon/item/13120.tga -13124 ARMOR season1/icon/item/13120.tga -13125 ARMOR season1/icon/item/13120.tga -13126 ARMOR season1/icon/item/13120.tga -13127 ARMOR season1/icon/item/13120.tga -13128 ARMOR season1/icon/item/13120.tga -13129 ARMOR season1/icon/item/13120.tga -13190 ARMOR icon/item/13020.tga -13191 ARMOR icon/item/13020.tga -13192 ARMOR icon/item/13020.tga -13193 ARMOR icon/item/13020.tga -13194 ARMOR icon/item/13020.tga -13195 ARMOR icon/item/13020.tga -13196 ARMOR icon/item/13020.tga -13197 ARMOR icon/item/13020.tga -13198 ARMOR icon/item/13020.tga -13199 ARMOR icon/item/13020.tga -13200 ARMOR icon/item/13040.tga -13201 ARMOR icon/item/13040.tga -13202 ARMOR icon/item/13040.tga -13203 ARMOR icon/item/13040.tga -13204 ARMOR icon/item/13040.tga -13205 ARMOR icon/item/13040.tga -13206 ARMOR icon/item/13040.tga -13207 ARMOR icon/item/13040.tga -13208 ARMOR icon/item/13040.tga -13209 ARMOR icon/item/13040.tga -13140 ARMOR icon/item/13140.tga -13141 ARMOR icon/item/13140.tga -13142 ARMOR icon/item/13140.tga -13143 ARMOR icon/item/13140.tga -13144 ARMOR icon/item/13140.tga -13145 ARMOR icon/item/13140.tga -13146 ARMOR icon/item/13140.tga -13147 ARMOR icon/item/13140.tga -13148 ARMOR icon/item/13140.tga -13149 ARMOR icon/item/13140.tga -13160 ARMOR icon/item/13160.tga -13161 ARMOR icon/item/13160.tga -13162 ARMOR icon/item/13160.tga -13163 ARMOR icon/item/13160.tga -13164 ARMOR icon/item/13160.tga -13165 ARMOR icon/item/13160.tga -13166 ARMOR icon/item/13160.tga -13167 ARMOR icon/item/13160.tga -13168 ARMOR icon/item/13160.tga -13169 ARMOR icon/item/13160.tga -14000 ARMOR icon/item/14000.tga -14001 ARMOR icon/item/14000.tga -14002 ARMOR icon/item/14000.tga -14003 ARMOR icon/item/14000.tga -14004 ARMOR icon/item/14000.tga -14005 ARMOR icon/item/14000.tga -14006 ARMOR icon/item/14000.tga -14007 ARMOR icon/item/14000.tga -14008 ARMOR icon/item/14000.tga -14009 ARMOR icon/item/14000.tga -14010 ARMOR icon/item/14000.tga -14011 ARMOR icon/item/14000.tga -14012 ARMOR icon/item/14000.tga -14013 ARMOR icon/item/14000.tga -14014 ARMOR icon/item/14000.tga -14015 ARMOR icon/item/14000.tga -14016 ARMOR icon/item/14000.tga -14017 ARMOR icon/item/14000.tga -14018 ARMOR icon/item/14000.tga -14019 ARMOR icon/item/14000.tga -14020 ARMOR icon/item/14020.tga -14021 ARMOR icon/item/14020.tga -14022 ARMOR icon/item/14020.tga -14023 ARMOR icon/item/14020.tga -14024 ARMOR icon/item/14020.tga -14025 ARMOR icon/item/14020.tga -14026 ARMOR icon/item/14020.tga -14027 ARMOR icon/item/14020.tga -14028 ARMOR icon/item/14020.tga -14029 ARMOR icon/item/14020.tga -14030 ARMOR icon/item/14020.tga -14031 ARMOR icon/item/14020.tga -14032 ARMOR icon/item/14020.tga -14033 ARMOR icon/item/14020.tga -14034 ARMOR icon/item/14020.tga -14035 ARMOR icon/item/14020.tga -14036 ARMOR icon/item/14020.tga -14037 ARMOR icon/item/14020.tga -14038 ARMOR icon/item/14020.tga -14039 ARMOR icon/item/14020.tga -14040 ARMOR icon/item/14040.tga -14041 ARMOR icon/item/14040.tga -14042 ARMOR icon/item/14040.tga -14043 ARMOR icon/item/14040.tga -14044 ARMOR icon/item/14040.tga -14045 ARMOR icon/item/14040.tga -14046 ARMOR icon/item/14040.tga -14047 ARMOR icon/item/14040.tga -14048 ARMOR icon/item/14040.tga -14049 ARMOR icon/item/14040.tga -14050 ARMOR icon/item/14040.tga -14051 ARMOR icon/item/14040.tga -14052 ARMOR icon/item/14040.tga -14053 ARMOR icon/item/14040.tga -14054 ARMOR icon/item/14040.tga -14055 ARMOR icon/item/14040.tga -14056 ARMOR icon/item/14040.tga -14057 ARMOR icon/item/14040.tga -14058 ARMOR icon/item/14040.tga -14059 ARMOR icon/item/14040.tga -14060 ARMOR icon/item/14060.tga -14061 ARMOR icon/item/14060.tga -14062 ARMOR icon/item/14060.tga -14063 ARMOR icon/item/14060.tga -14064 ARMOR icon/item/14060.tga -14065 ARMOR icon/item/14060.tga -14066 ARMOR icon/item/14060.tga -14067 ARMOR icon/item/14060.tga -14068 ARMOR icon/item/14060.tga -14069 ARMOR icon/item/14060.tga -14070 ARMOR icon/item/14060.tga -14071 ARMOR icon/item/14060.tga -14072 ARMOR icon/item/14060.tga -14073 ARMOR icon/item/14060.tga -14074 ARMOR icon/item/14060.tga -14075 ARMOR icon/item/14060.tga -14076 ARMOR icon/item/14060.tga -14077 ARMOR icon/item/14060.tga -14078 ARMOR icon/item/14060.tga -14079 ARMOR icon/item/14060.tga -14080 ARMOR icon/item/14080.tga -14081 ARMOR icon/item/14080.tga -14082 ARMOR icon/item/14080.tga -14083 ARMOR icon/item/14080.tga -14084 ARMOR icon/item/14080.tga -14085 ARMOR icon/item/14080.tga -14086 ARMOR icon/item/14080.tga -14087 ARMOR icon/item/14080.tga -14088 ARMOR icon/item/14080.tga -14089 ARMOR icon/item/14080.tga -14090 ARMOR icon/item/14080.tga -14091 ARMOR icon/item/14080.tga -14092 ARMOR icon/item/14080.tga -14093 ARMOR icon/item/14080.tga -14094 ARMOR icon/item/14080.tga -14095 ARMOR icon/item/14080.tga -14096 ARMOR icon/item/14080.tga -14097 ARMOR icon/item/14080.tga -14098 ARMOR icon/item/14080.tga -14099 ARMOR icon/item/14080.tga -14100 ARMOR icon/item/14100.tga -14101 ARMOR icon/item/14100.tga -14102 ARMOR icon/item/14100.tga -14103 ARMOR icon/item/14100.tga -14104 ARMOR icon/item/14100.tga -14105 ARMOR icon/item/14100.tga -14106 ARMOR icon/item/14100.tga -14107 ARMOR icon/item/14100.tga -14108 ARMOR icon/item/14100.tga -14109 ARMOR icon/item/14100.tga -14110 ARMOR icon/item/14100.tga -14111 ARMOR icon/item/14100.tga -14112 ARMOR icon/item/14100.tga -14113 ARMOR icon/item/14100.tga -14114 ARMOR icon/item/14100.tga -14115 ARMOR icon/item/14100.tga -14116 ARMOR icon/item/14100.tga -14117 ARMOR icon/item/14100.tga -14118 ARMOR icon/item/14100.tga -14119 ARMOR icon/item/14100.tga -14120 ARMOR icon/item/14120.tga -14121 ARMOR icon/item/14120.tga -14122 ARMOR icon/item/14120.tga -14123 ARMOR icon/item/14120.tga -14124 ARMOR icon/item/14120.tga -14125 ARMOR icon/item/14120.tga -14126 ARMOR icon/item/14120.tga -14127 ARMOR icon/item/14120.tga -14128 ARMOR icon/item/14120.tga -14129 ARMOR icon/item/14120.tga -14130 ARMOR icon/item/14120.tga -14131 ARMOR icon/item/14120.tga -14132 ARMOR icon/item/14120.tga -14133 ARMOR icon/item/14120.tga -14134 ARMOR icon/item/14120.tga -14135 ARMOR icon/item/14120.tga -14136 ARMOR icon/item/14120.tga -14137 ARMOR icon/item/14120.tga -14138 ARMOR icon/item/14120.tga -14139 ARMOR icon/item/14120.tga -14140 ARMOR icon/item/14140.tga -14141 ARMOR icon/item/14140.tga -14142 ARMOR icon/item/14140.tga -14143 ARMOR icon/item/14140.tga -14144 ARMOR icon/item/14140.tga -14145 ARMOR icon/item/14140.tga -14146 ARMOR icon/item/14140.tga -14147 ARMOR icon/item/14140.tga -14148 ARMOR icon/item/14140.tga -14149 ARMOR icon/item/14140.tga -14150 ARMOR icon/item/14140.tga -14151 ARMOR icon/item/14140.tga -14152 ARMOR icon/item/14140.tga -14153 ARMOR icon/item/14140.tga -14154 ARMOR icon/item/14140.tga -14155 ARMOR icon/item/14140.tga -14156 ARMOR icon/item/14140.tga -14157 ARMOR icon/item/14140.tga -14158 ARMOR icon/item/14140.tga -14159 ARMOR icon/item/14140.tga -14160 ARMOR icon/item/14160.tga -14161 ARMOR icon/item/14160.tga -14162 ARMOR icon/item/14160.tga -14163 ARMOR icon/item/14160.tga -14164 ARMOR icon/item/14160.tga -14165 ARMOR icon/item/14160.tga -14166 ARMOR icon/item/14160.tga -14167 ARMOR icon/item/14160.tga -14168 ARMOR icon/item/14160.tga -14169 ARMOR icon/item/14160.tga -14170 ARMOR icon/item/14160.tga -14171 ARMOR icon/item/14160.tga -14172 ARMOR icon/item/14160.tga -14173 ARMOR icon/item/14160.tga -14174 ARMOR icon/item/14160.tga -14175 ARMOR icon/item/14160.tga -14176 ARMOR icon/item/14160.tga -14177 ARMOR icon/item/14160.tga -14178 ARMOR icon/item/14160.tga -14179 ARMOR icon/item/14160.tga -14180 ARMOR icon/item/14180.tga -14181 ARMOR icon/item/14180.tga -14182 ARMOR icon/item/14180.tga -14183 ARMOR icon/item/14180.tga -14184 ARMOR icon/item/14180.tga -14185 ARMOR icon/item/14180.tga -14186 ARMOR icon/item/14180.tga -14187 ARMOR icon/item/14180.tga -14188 ARMOR icon/item/14180.tga -14189 ARMOR icon/item/14180.tga -14190 ARMOR icon/item/14180.tga -14191 ARMOR icon/item/14180.tga -14192 ARMOR icon/item/14180.tga -14193 ARMOR icon/item/14180.tga -14194 ARMOR icon/item/14180.tga -14195 ARMOR icon/item/14180.tga -14196 ARMOR icon/item/14180.tga -14197 ARMOR icon/item/14180.tga -14198 ARMOR icon/item/14180.tga -14199 ARMOR icon/item/14180.tga -14200 ARMOR icon/item/14200.tga -14201 ARMOR icon/item/14200.tga -14202 ARMOR icon/item/14200.tga -14203 ARMOR icon/item/14200.tga -14204 ARMOR icon/item/14200.tga -14205 ARMOR icon/item/14200.tga -14206 ARMOR icon/item/14200.tga -14207 ARMOR icon/item/14200.tga -14208 ARMOR icon/item/14200.tga -14209 ARMOR icon/item/14200.tga -14210 ARMOR icon/item/14200.tga -14211 ARMOR icon/item/14200.tga -14212 ARMOR icon/item/14200.tga -14213 ARMOR icon/item/14200.tga -14214 ARMOR icon/item/14200.tga -14215 ARMOR icon/item/14200.tga -14216 ARMOR icon/item/14200.tga -14217 ARMOR icon/item/14200.tga -14218 ARMOR icon/item/14200.tga -14219 ARMOR icon/item/14200.tga -14220 ARMOR icon/item/14220.tga -14221 ARMOR icon/item/14220.tga -14222 ARMOR icon/item/14220.tga -14223 ARMOR icon/item/14220.tga -14224 ARMOR icon/item/14220.tga -14225 ARMOR icon/item/14220.tga -14226 ARMOR icon/item/14220.tga -14227 ARMOR icon/item/14220.tga -14228 ARMOR icon/item/14220.tga -14229 ARMOR icon/item/14220.tga -15000 ARMOR icon/item/15000.tga -15001 ARMOR icon/item/15000.tga -15002 ARMOR icon/item/15000.tga -15003 ARMOR icon/item/15000.tga -15004 ARMOR icon/item/15000.tga -15005 ARMOR icon/item/15000.tga -15006 ARMOR icon/item/15000.tga -15007 ARMOR icon/item/15000.tga -15008 ARMOR icon/item/15000.tga -15009 ARMOR icon/item/15000.tga -15010 ARMOR icon/item/15000.tga -15011 ARMOR icon/item/15000.tga -15012 ARMOR icon/item/15000.tga -15013 ARMOR icon/item/15000.tga -15014 ARMOR icon/item/15000.tga -15015 ARMOR icon/item/15000.tga -15016 ARMOR icon/item/15000.tga -15017 ARMOR icon/item/15000.tga -15018 ARMOR icon/item/15000.tga -15019 ARMOR icon/item/15000.tga -15020 ARMOR icon/item/15020.tga -15021 ARMOR icon/item/15020.tga -15022 ARMOR icon/item/15020.tga -15023 ARMOR icon/item/15020.tga -15024 ARMOR icon/item/15020.tga -15025 ARMOR icon/item/15020.tga -15026 ARMOR icon/item/15020.tga -15027 ARMOR icon/item/15020.tga -15028 ARMOR icon/item/15020.tga -15029 ARMOR icon/item/15020.tga -15030 ARMOR icon/item/15020.tga -15031 ARMOR icon/item/15020.tga -15032 ARMOR icon/item/15020.tga -15033 ARMOR icon/item/15020.tga -15034 ARMOR icon/item/15020.tga -15035 ARMOR icon/item/15020.tga -15036 ARMOR icon/item/15020.tga -15037 ARMOR icon/item/15020.tga -15038 ARMOR icon/item/15020.tga -15039 ARMOR icon/item/15020.tga -15040 ARMOR icon/item/15040.tga -15041 ARMOR icon/item/15040.tga -15042 ARMOR icon/item/15040.tga -15043 ARMOR icon/item/15040.tga -15044 ARMOR icon/item/15040.tga -15045 ARMOR icon/item/15040.tga -15046 ARMOR icon/item/15040.tga -15047 ARMOR icon/item/15040.tga -15048 ARMOR icon/item/15040.tga -15049 ARMOR icon/item/15040.tga -15050 ARMOR icon/item/15040.tga -15051 ARMOR icon/item/15040.tga -15052 ARMOR icon/item/15040.tga -15053 ARMOR icon/item/15040.tga -15054 ARMOR icon/item/15040.tga -15055 ARMOR icon/item/15040.tga -15056 ARMOR icon/item/15040.tga -15057 ARMOR icon/item/15040.tga -15058 ARMOR icon/item/15040.tga -15059 ARMOR icon/item/15040.tga -15060 ARMOR icon/item/15060.tga -15061 ARMOR icon/item/15060.tga -15062 ARMOR icon/item/15060.tga -15063 ARMOR icon/item/15060.tga -15064 ARMOR icon/item/15060.tga -15065 ARMOR icon/item/15060.tga -15066 ARMOR icon/item/15060.tga -15067 ARMOR icon/item/15060.tga -15068 ARMOR icon/item/15060.tga -15069 ARMOR icon/item/15060.tga -15070 ARMOR icon/item/15060.tga -15071 ARMOR icon/item/15060.tga -15072 ARMOR icon/item/15060.tga -15073 ARMOR icon/item/15060.tga -15074 ARMOR icon/item/15060.tga -15075 ARMOR icon/item/15060.tga -15076 ARMOR icon/item/15060.tga -15077 ARMOR icon/item/15060.tga -15078 ARMOR icon/item/15060.tga -15079 ARMOR icon/item/15060.tga -15080 ARMOR icon/item/15080.tga -15081 ARMOR icon/item/15080.tga -15082 ARMOR icon/item/15080.tga -15083 ARMOR icon/item/15080.tga -15084 ARMOR icon/item/15080.tga -15085 ARMOR icon/item/15080.tga -15086 ARMOR icon/item/15080.tga -15087 ARMOR icon/item/15080.tga -15088 ARMOR icon/item/15080.tga -15089 ARMOR icon/item/15080.tga -15090 ARMOR icon/item/15080.tga -15091 ARMOR icon/item/15080.tga -15092 ARMOR icon/item/15080.tga -15093 ARMOR icon/item/15080.tga -15094 ARMOR icon/item/15080.tga -15095 ARMOR icon/item/15080.tga -15096 ARMOR icon/item/15080.tga -15097 ARMOR icon/item/15080.tga -15098 ARMOR icon/item/15080.tga -15099 ARMOR icon/item/15080.tga -15100 ARMOR icon/item/15100.tga -15101 ARMOR icon/item/15100.tga -15102 ARMOR icon/item/15100.tga -15103 ARMOR icon/item/15100.tga -15104 ARMOR icon/item/15100.tga -15105 ARMOR icon/item/15100.tga -15106 ARMOR icon/item/15100.tga -15107 ARMOR icon/item/15100.tga -15108 ARMOR icon/item/15100.tga -15109 ARMOR icon/item/15100.tga -15110 ARMOR icon/item/15100.tga -15111 ARMOR icon/item/15100.tga -15112 ARMOR icon/item/15100.tga -15113 ARMOR icon/item/15100.tga -15114 ARMOR icon/item/15100.tga -15115 ARMOR icon/item/15100.tga -15116 ARMOR icon/item/15100.tga -15117 ARMOR icon/item/15100.tga -15118 ARMOR icon/item/15100.tga -15119 ARMOR icon/item/15100.tga -15120 ARMOR icon/item/15120.tga -15121 ARMOR icon/item/15120.tga -15122 ARMOR icon/item/15120.tga -15123 ARMOR icon/item/15120.tga -15124 ARMOR icon/item/15120.tga -15125 ARMOR icon/item/15120.tga -15126 ARMOR icon/item/15120.tga -15127 ARMOR icon/item/15120.tga -15128 ARMOR icon/item/15120.tga -15129 ARMOR icon/item/15120.tga -15130 ARMOR icon/item/15120.tga -15131 ARMOR icon/item/15120.tga -15132 ARMOR icon/item/15120.tga -15133 ARMOR icon/item/15120.tga -15134 ARMOR icon/item/15120.tga -15135 ARMOR icon/item/15120.tga -15136 ARMOR icon/item/15120.tga -15137 ARMOR icon/item/15120.tga -15138 ARMOR icon/item/15120.tga -15139 ARMOR icon/item/15120.tga -15140 ARMOR icon/item/15140.tga -15141 ARMOR icon/item/15140.tga -15142 ARMOR icon/item/15140.tga -15143 ARMOR icon/item/15140.tga -15144 ARMOR icon/item/15140.tga -15145 ARMOR icon/item/15140.tga -15146 ARMOR icon/item/15140.tga -15147 ARMOR icon/item/15140.tga -15148 ARMOR icon/item/15140.tga -15149 ARMOR icon/item/15140.tga -15150 ARMOR icon/item/15140.tga -15151 ARMOR icon/item/15140.tga -15152 ARMOR icon/item/15140.tga -15153 ARMOR icon/item/15140.tga -15154 ARMOR icon/item/15140.tga -15155 ARMOR icon/item/15140.tga -15156 ARMOR icon/item/15140.tga -15157 ARMOR icon/item/15140.tga -15158 ARMOR icon/item/15140.tga -15159 ARMOR icon/item/15140.tga -15160 ARMOR icon/item/15160.tga -15161 ARMOR icon/item/15160.tga -15162 ARMOR icon/item/15160.tga -15163 ARMOR icon/item/15160.tga -15164 ARMOR icon/item/15160.tga -15165 ARMOR icon/item/15160.tga -15166 ARMOR icon/item/15160.tga -15167 ARMOR icon/item/15160.tga -15168 ARMOR icon/item/15160.tga -15169 ARMOR icon/item/15160.tga -15170 ARMOR icon/item/15160.tga -15171 ARMOR icon/item/15160.tga -15172 ARMOR icon/item/15160.tga -15173 ARMOR icon/item/15160.tga -15174 ARMOR icon/item/15160.tga -15175 ARMOR icon/item/15160.tga -15176 ARMOR icon/item/15160.tga -15177 ARMOR icon/item/15160.tga -15178 ARMOR icon/item/15160.tga -15179 ARMOR icon/item/15160.tga -15180 ARMOR icon/item/15180.tga -15181 ARMOR icon/item/15180.tga -15182 ARMOR icon/item/15180.tga -15183 ARMOR icon/item/15180.tga -15184 ARMOR icon/item/15180.tga -15185 ARMOR icon/item/15180.tga -15186 ARMOR icon/item/15180.tga -15187 ARMOR icon/item/15180.tga -15188 ARMOR icon/item/15180.tga -15189 ARMOR icon/item/15180.tga -15190 ARMOR icon/item/15180.tga -15191 ARMOR icon/item/15180.tga -15192 ARMOR icon/item/15180.tga -15193 ARMOR icon/item/15180.tga -15194 ARMOR icon/item/15180.tga -15195 ARMOR icon/item/15180.tga -15196 ARMOR icon/item/15180.tga -15197 ARMOR icon/item/15180.tga -15198 ARMOR icon/item/15180.tga -15199 ARMOR icon/item/15180.tga -15200 ARMOR icon/item/15200.tga -15201 ARMOR icon/item/15200.tga -15202 ARMOR icon/item/15200.tga -15203 ARMOR icon/item/15200.tga -15204 ARMOR icon/item/15200.tga -15205 ARMOR icon/item/15200.tga -15206 ARMOR icon/item/15200.tga -15207 ARMOR icon/item/15200.tga -15208 ARMOR icon/item/15200.tga -15209 ARMOR icon/item/15200.tga -15210 ARMOR icon/item/15200.tga -15211 ARMOR icon/item/15200.tga -15212 ARMOR icon/item/15200.tga -15213 ARMOR icon/item/15200.tga -15214 ARMOR icon/item/15200.tga -15215 ARMOR icon/item/15200.tga -15216 ARMOR icon/item/15200.tga -15217 ARMOR icon/item/15200.tga -15218 ARMOR icon/item/15200.tga -15219 ARMOR icon/item/15200.tga -15220 ARMOR icon/item/15220.tga -15221 ARMOR icon/item/15220.tga -15222 ARMOR icon/item/15220.tga -15223 ARMOR icon/item/15220.tga -15224 ARMOR icon/item/15220.tga -15225 ARMOR icon/item/15220.tga -15226 ARMOR icon/item/15220.tga -15227 ARMOR icon/item/15220.tga -15228 ARMOR icon/item/15220.tga -15229 ARMOR icon/item/15220.tga -15230 ARMOR icon/item/15220.tga -15231 ARMOR icon/item/15220.tga -15232 ARMOR icon/item/15220.tga -15233 ARMOR icon/item/15220.tga -15234 ARMOR icon/item/15220.tga -15235 ARMOR icon/item/15220.tga -15236 ARMOR icon/item/15220.tga -15237 ARMOR icon/item/15220.tga -15238 ARMOR icon/item/15220.tga -15239 ARMOR icon/item/15220.tga -15240 ARMOR icon/item/15240.tga -15241 ARMOR icon/item/15240.tga -15242 ARMOR icon/item/15240.tga -15243 ARMOR icon/item/15240.tga -15244 ARMOR icon/item/15240.tga -15245 ARMOR icon/item/15240.tga -15246 ARMOR icon/item/15240.tga -15247 ARMOR icon/item/15240.tga -15248 ARMOR icon/item/15240.tga -15249 ARMOR icon/item/15240.tga -15250 ARMOR icon/item/15240.tga -15251 ARMOR icon/item/15240.tga -15252 ARMOR icon/item/15240.tga -15253 ARMOR icon/item/15240.tga -15254 ARMOR icon/item/15240.tga -15255 ARMOR icon/item/15240.tga -15256 ARMOR icon/item/15240.tga -15257 ARMOR icon/item/15240.tga -15258 ARMOR icon/item/15240.tga -15259 ARMOR icon/item/15240.tga -15370 ARMOR icon/item/15370.tga -15371 ARMOR icon/item/15370.tga -15372 ARMOR icon/item/15370.tga -15373 ARMOR icon/item/15370.tga -15374 ARMOR icon/item/15370.tga -15375 ARMOR icon/item/15370.tga -15376 ARMOR icon/item/15370.tga -15377 ARMOR icon/item/15370.tga -15378 ARMOR icon/item/15370.tga -15379 ARMOR icon/item/15370.tga -15390 ARMOR icon/item/15390.tga -15391 ARMOR icon/item/15390.tga -15392 ARMOR icon/item/15390.tga -15393 ARMOR icon/item/15390.tga -15394 ARMOR icon/item/15390.tga -15395 ARMOR icon/item/15390.tga -15396 ARMOR icon/item/15390.tga -15397 ARMOR icon/item/15390.tga -15398 ARMOR icon/item/15390.tga -15399 ARMOR icon/item/15390.tga -15410 ARMOR icon/item/15410.tga -15411 ARMOR icon/item/15410.tga -15412 ARMOR icon/item/15410.tga -15413 ARMOR icon/item/15410.tga -15414 ARMOR icon/item/15410.tga -15415 ARMOR icon/item/15410.tga -15416 ARMOR icon/item/15410.tga -15417 ARMOR icon/item/15410.tga -15418 ARMOR icon/item/15410.tga -15419 ARMOR icon/item/15410.tga -15430 ARMOR icon/item/15430.tga -15431 ARMOR icon/item/15430.tga -15432 ARMOR icon/item/15430.tga -15433 ARMOR icon/item/15430.tga -15434 ARMOR icon/item/15430.tga -15435 ARMOR icon/item/15430.tga -15436 ARMOR icon/item/15430.tga -15437 ARMOR icon/item/15430.tga -15438 ARMOR icon/item/15430.tga -15439 ARMOR icon/item/15430.tga -16000 ARMOR icon/item/16000.tga -16001 ARMOR icon/item/16000.tga -16002 ARMOR icon/item/16000.tga -16003 ARMOR icon/item/16000.tga -16004 ARMOR icon/item/16000.tga -16005 ARMOR icon/item/16000.tga -16006 ARMOR icon/item/16000.tga -16007 ARMOR icon/item/16000.tga -16008 ARMOR icon/item/16000.tga -16009 ARMOR icon/item/16000.tga -16010 ARMOR icon/item/16000.tga -16011 ARMOR icon/item/16000.tga -16012 ARMOR icon/item/16000.tga -16013 ARMOR icon/item/16000.tga -16014 ARMOR icon/item/16000.tga -16015 ARMOR icon/item/16000.tga -16016 ARMOR icon/item/16000.tga -16017 ARMOR icon/item/16000.tga -16018 ARMOR icon/item/16000.tga -16019 ARMOR icon/item/16000.tga -16020 ARMOR icon/item/16020.tga -16021 ARMOR icon/item/16020.tga -16022 ARMOR icon/item/16020.tga -16023 ARMOR icon/item/16020.tga -16024 ARMOR icon/item/16020.tga -16025 ARMOR icon/item/16020.tga -16026 ARMOR icon/item/16020.tga -16027 ARMOR icon/item/16020.tga -16028 ARMOR icon/item/16020.tga -16029 ARMOR icon/item/16020.tga -16030 ARMOR icon/item/16020.tga -16031 ARMOR icon/item/16020.tga -16032 ARMOR icon/item/16020.tga -16033 ARMOR icon/item/16020.tga -16034 ARMOR icon/item/16020.tga -16035 ARMOR icon/item/16020.tga -16036 ARMOR icon/item/16020.tga -16037 ARMOR icon/item/16020.tga -16038 ARMOR icon/item/16020.tga -16039 ARMOR icon/item/16020.tga -16040 ARMOR icon/item/16040.tga -16041 ARMOR icon/item/16040.tga -16042 ARMOR icon/item/16040.tga -16043 ARMOR icon/item/16040.tga -16044 ARMOR icon/item/16040.tga -16045 ARMOR icon/item/16040.tga -16046 ARMOR icon/item/16040.tga -16047 ARMOR icon/item/16040.tga -16048 ARMOR icon/item/16040.tga -16049 ARMOR icon/item/16040.tga -16050 ARMOR icon/item/16040.tga -16051 ARMOR icon/item/16040.tga -16052 ARMOR icon/item/16040.tga -16053 ARMOR icon/item/16040.tga -16054 ARMOR icon/item/16040.tga -16055 ARMOR icon/item/16040.tga -16056 ARMOR icon/item/16040.tga -16057 ARMOR icon/item/16040.tga -16058 ARMOR icon/item/16040.tga -16059 ARMOR icon/item/16040.tga -16060 ARMOR icon/item/16060.tga -16061 ARMOR icon/item/16060.tga -16062 ARMOR icon/item/16060.tga -16063 ARMOR icon/item/16060.tga -16064 ARMOR icon/item/16060.tga -16065 ARMOR icon/item/16060.tga -16066 ARMOR icon/item/16060.tga -16067 ARMOR icon/item/16060.tga -16068 ARMOR icon/item/16060.tga -16069 ARMOR icon/item/16060.tga -16070 ARMOR icon/item/16060.tga -16071 ARMOR icon/item/16060.tga -16072 ARMOR icon/item/16060.tga -16073 ARMOR icon/item/16060.tga -16074 ARMOR icon/item/16060.tga -16075 ARMOR icon/item/16060.tga -16076 ARMOR icon/item/16060.tga -16077 ARMOR icon/item/16060.tga -16078 ARMOR icon/item/16060.tga -16079 ARMOR icon/item/16060.tga -16080 ARMOR icon/item/16080.tga -16081 ARMOR icon/item/16080.tga -16082 ARMOR icon/item/16080.tga -16083 ARMOR icon/item/16080.tga -16084 ARMOR icon/item/16080.tga -16085 ARMOR icon/item/16080.tga -16086 ARMOR icon/item/16080.tga -16087 ARMOR icon/item/16080.tga -16088 ARMOR icon/item/16080.tga -16089 ARMOR icon/item/16080.tga -16090 ARMOR icon/item/16080.tga -16091 ARMOR icon/item/16080.tga -16092 ARMOR icon/item/16080.tga -16093 ARMOR icon/item/16080.tga -16094 ARMOR icon/item/16080.tga -16095 ARMOR icon/item/16080.tga -16096 ARMOR icon/item/16080.tga -16097 ARMOR icon/item/16080.tga -16098 ARMOR icon/item/16080.tga -16099 ARMOR icon/item/16080.tga -16100 ARMOR icon/item/16100.tga -16101 ARMOR icon/item/16100.tga -16102 ARMOR icon/item/16100.tga -16103 ARMOR icon/item/16100.tga -16104 ARMOR icon/item/16100.tga -16105 ARMOR icon/item/16100.tga -16106 ARMOR icon/item/16100.tga -16107 ARMOR icon/item/16100.tga -16108 ARMOR icon/item/16100.tga -16109 ARMOR icon/item/16100.tga -16110 ARMOR icon/item/16100.tga -16111 ARMOR icon/item/16100.tga -16112 ARMOR icon/item/16100.tga -16113 ARMOR icon/item/16100.tga -16114 ARMOR icon/item/16100.tga -16115 ARMOR icon/item/16100.tga -16116 ARMOR icon/item/16100.tga -16117 ARMOR icon/item/16100.tga -16118 ARMOR icon/item/16100.tga -16119 ARMOR icon/item/16100.tga -16120 ARMOR icon/item/16120.tga -16121 ARMOR icon/item/16120.tga -16122 ARMOR icon/item/16120.tga -16123 ARMOR icon/item/16120.tga -16124 ARMOR icon/item/16120.tga -16125 ARMOR icon/item/16120.tga -16126 ARMOR icon/item/16120.tga -16127 ARMOR icon/item/16120.tga -16128 ARMOR icon/item/16120.tga -16129 ARMOR icon/item/16120.tga -16130 ARMOR icon/item/16120.tga -16131 ARMOR icon/item/16120.tga -16132 ARMOR icon/item/16120.tga -16133 ARMOR icon/item/16120.tga -16134 ARMOR icon/item/16120.tga -16135 ARMOR icon/item/16120.tga -16136 ARMOR icon/item/16120.tga -16137 ARMOR icon/item/16120.tga -16138 ARMOR icon/item/16120.tga -16139 ARMOR icon/item/16120.tga -16140 ARMOR icon/item/16140.tga -16141 ARMOR icon/item/16140.tga -16142 ARMOR icon/item/16140.tga -16143 ARMOR icon/item/16140.tga -16144 ARMOR icon/item/16140.tga -16145 ARMOR icon/item/16140.tga -16146 ARMOR icon/item/16140.tga -16147 ARMOR icon/item/16140.tga -16148 ARMOR icon/item/16140.tga -16149 ARMOR icon/item/16140.tga -16150 ARMOR icon/item/16140.tga -16151 ARMOR icon/item/16140.tga -16152 ARMOR icon/item/16140.tga -16153 ARMOR icon/item/16140.tga -16154 ARMOR icon/item/16140.tga -16155 ARMOR icon/item/16140.tga -16156 ARMOR icon/item/16140.tga -16157 ARMOR icon/item/16140.tga -16158 ARMOR icon/item/16140.tga -16159 ARMOR icon/item/16140.tga -16160 ARMOR icon/item/16160.tga -16161 ARMOR icon/item/16160.tga -16162 ARMOR icon/item/16160.tga -16163 ARMOR icon/item/16160.tga -16164 ARMOR icon/item/16160.tga -16165 ARMOR icon/item/16160.tga -16166 ARMOR icon/item/16160.tga -16167 ARMOR icon/item/16160.tga -16168 ARMOR icon/item/16160.tga -16169 ARMOR icon/item/16160.tga -16170 ARMOR icon/item/16160.tga -16171 ARMOR icon/item/16160.tga -16172 ARMOR icon/item/16160.tga -16173 ARMOR icon/item/16160.tga -16174 ARMOR icon/item/16160.tga -16175 ARMOR icon/item/16160.tga -16176 ARMOR icon/item/16160.tga -16177 ARMOR icon/item/16160.tga -16178 ARMOR icon/item/16160.tga -16179 ARMOR icon/item/16160.tga -16180 ARMOR icon/item/16180.tga -16181 ARMOR icon/item/16180.tga -16182 ARMOR icon/item/16180.tga -16183 ARMOR icon/item/16180.tga -16184 ARMOR icon/item/16180.tga -16185 ARMOR icon/item/16180.tga -16186 ARMOR icon/item/16180.tga -16187 ARMOR icon/item/16180.tga -16188 ARMOR icon/item/16180.tga -16189 ARMOR icon/item/16180.tga -16190 ARMOR icon/item/16180.tga -16191 ARMOR icon/item/16180.tga -16192 ARMOR icon/item/16180.tga -16193 ARMOR icon/item/16180.tga -16194 ARMOR icon/item/16180.tga -16195 ARMOR icon/item/16180.tga -16196 ARMOR icon/item/16180.tga -16197 ARMOR icon/item/16180.tga -16198 ARMOR icon/item/16180.tga -16199 ARMOR icon/item/16180.tga -16200 ARMOR icon/item/16200.tga -16201 ARMOR icon/item/16200.tga -16202 ARMOR icon/item/16200.tga -16203 ARMOR icon/item/16200.tga -16204 ARMOR icon/item/16200.tga -16205 ARMOR icon/item/16200.tga -16206 ARMOR icon/item/16200.tga -16207 ARMOR icon/item/16200.tga -16208 ARMOR icon/item/16200.tga -16209 ARMOR icon/item/16200.tga -16210 ARMOR icon/item/16200.tga -16211 ARMOR icon/item/16200.tga -16212 ARMOR icon/item/16200.tga -16213 ARMOR icon/item/16200.tga -16214 ARMOR icon/item/16200.tga -16215 ARMOR icon/item/16200.tga -16216 ARMOR icon/item/16200.tga -16217 ARMOR icon/item/16200.tga -16218 ARMOR icon/item/16200.tga -16219 ARMOR icon/item/16200.tga -16220 ARMOR icon/item/16220.tga -16221 ARMOR icon/item/16220.tga -16222 ARMOR icon/item/16220.tga -16223 ARMOR icon/item/16220.tga -16224 ARMOR icon/item/16220.tga -16225 ARMOR icon/item/16220.tga -16226 ARMOR icon/item/16220.tga -16227 ARMOR icon/item/16220.tga -16228 ARMOR icon/item/16220.tga -16229 ARMOR icon/item/16220.tga -17000 ARMOR icon/item/17000.tga -17001 ARMOR icon/item/17000.tga -17002 ARMOR icon/item/17000.tga -17003 ARMOR icon/item/17000.tga -17004 ARMOR icon/item/17000.tga -17005 ARMOR icon/item/17000.tga -17006 ARMOR icon/item/17000.tga -17007 ARMOR icon/item/17000.tga -17008 ARMOR icon/item/17000.tga -17009 ARMOR icon/item/17000.tga -17010 ARMOR icon/item/17000.tga -17011 ARMOR icon/item/17000.tga -17012 ARMOR icon/item/17000.tga -17013 ARMOR icon/item/17000.tga -17014 ARMOR icon/item/17000.tga -17015 ARMOR icon/item/17000.tga -17016 ARMOR icon/item/17000.tga -17017 ARMOR icon/item/17000.tga -17018 ARMOR icon/item/17000.tga -17019 ARMOR icon/item/17000.tga -17020 ARMOR icon/item/17020.tga -17021 ARMOR icon/item/17020.tga -17022 ARMOR icon/item/17020.tga -17023 ARMOR icon/item/17020.tga -17024 ARMOR icon/item/17020.tga -17025 ARMOR icon/item/17020.tga -17026 ARMOR icon/item/17020.tga -17027 ARMOR icon/item/17020.tga -17028 ARMOR icon/item/17020.tga -17029 ARMOR icon/item/17020.tga -17030 ARMOR icon/item/17020.tga -17031 ARMOR icon/item/17020.tga -17032 ARMOR icon/item/17020.tga -17033 ARMOR icon/item/17020.tga -17034 ARMOR icon/item/17020.tga -17035 ARMOR icon/item/17020.tga -17036 ARMOR icon/item/17020.tga -17037 ARMOR icon/item/17020.tga -17038 ARMOR icon/item/17020.tga -17039 ARMOR icon/item/17020.tga -17040 ARMOR icon/item/17040.tga -17041 ARMOR icon/item/17040.tga -17042 ARMOR icon/item/17040.tga -17043 ARMOR icon/item/17040.tga -17044 ARMOR icon/item/17040.tga -17045 ARMOR icon/item/17040.tga -17046 ARMOR icon/item/17040.tga -17047 ARMOR icon/item/17040.tga -17048 ARMOR icon/item/17040.tga -17049 ARMOR icon/item/17040.tga -17050 ARMOR icon/item/17040.tga -17051 ARMOR icon/item/17040.tga -17052 ARMOR icon/item/17040.tga -17053 ARMOR icon/item/17040.tga -17054 ARMOR icon/item/17040.tga -17055 ARMOR icon/item/17040.tga -17056 ARMOR icon/item/17040.tga -17057 ARMOR icon/item/17040.tga -17058 ARMOR icon/item/17040.tga -17059 ARMOR icon/item/17040.tga -17060 ARMOR icon/item/17060.tga -17061 ARMOR icon/item/17060.tga -17062 ARMOR icon/item/17060.tga -17063 ARMOR icon/item/17060.tga -17064 ARMOR icon/item/17060.tga -17065 ARMOR icon/item/17060.tga -17066 ARMOR icon/item/17060.tga -17067 ARMOR icon/item/17060.tga -17068 ARMOR icon/item/17060.tga -17069 ARMOR icon/item/17060.tga -17070 ARMOR icon/item/17060.tga -17071 ARMOR icon/item/17060.tga -17072 ARMOR icon/item/17060.tga -17073 ARMOR icon/item/17060.tga -17074 ARMOR icon/item/17060.tga -17075 ARMOR icon/item/17060.tga -17076 ARMOR icon/item/17060.tga -17077 ARMOR icon/item/17060.tga -17078 ARMOR icon/item/17060.tga -17079 ARMOR icon/item/17060.tga -17080 ARMOR icon/item/17080.tga -17081 ARMOR icon/item/17080.tga -17082 ARMOR icon/item/17080.tga -17083 ARMOR icon/item/17080.tga -17084 ARMOR icon/item/17080.tga -17085 ARMOR icon/item/17080.tga -17086 ARMOR icon/item/17080.tga -17087 ARMOR icon/item/17080.tga -17088 ARMOR icon/item/17080.tga -17089 ARMOR icon/item/17080.tga -17090 ARMOR icon/item/17080.tga -17091 ARMOR icon/item/17080.tga -17092 ARMOR icon/item/17080.tga -17093 ARMOR icon/item/17080.tga -17094 ARMOR icon/item/17080.tga -17095 ARMOR icon/item/17080.tga -17096 ARMOR icon/item/17080.tga -17097 ARMOR icon/item/17080.tga -17098 ARMOR icon/item/17080.tga -17099 ARMOR icon/item/17080.tga -17100 ARMOR icon/item/17100.tga -17101 ARMOR icon/item/17100.tga -17102 ARMOR icon/item/17100.tga -17103 ARMOR icon/item/17100.tga -17104 ARMOR icon/item/17100.tga -17105 ARMOR icon/item/17100.tga -17106 ARMOR icon/item/17100.tga -17107 ARMOR icon/item/17100.tga -17108 ARMOR icon/item/17100.tga -17109 ARMOR icon/item/17100.tga -17110 ARMOR icon/item/17100.tga -17111 ARMOR icon/item/17100.tga -17112 ARMOR icon/item/17100.tga -17113 ARMOR icon/item/17100.tga -17114 ARMOR icon/item/17100.tga -17115 ARMOR icon/item/17100.tga -17116 ARMOR icon/item/17100.tga -17117 ARMOR icon/item/17100.tga -17118 ARMOR icon/item/17100.tga -17119 ARMOR icon/item/17100.tga -17120 ARMOR icon/item/17120.tga -17121 ARMOR icon/item/17120.tga -17122 ARMOR icon/item/17120.tga -17123 ARMOR icon/item/17120.tga -17124 ARMOR icon/item/17120.tga -17125 ARMOR icon/item/17120.tga -17126 ARMOR icon/item/17120.tga -17127 ARMOR icon/item/17120.tga -17128 ARMOR icon/item/17120.tga -17129 ARMOR icon/item/17120.tga -17130 ARMOR icon/item/17120.tga -17131 ARMOR icon/item/17120.tga -17132 ARMOR icon/item/17120.tga -17133 ARMOR icon/item/17120.tga -17134 ARMOR icon/item/17120.tga -17135 ARMOR icon/item/17120.tga -17136 ARMOR icon/item/17120.tga -17137 ARMOR icon/item/17120.tga -17138 ARMOR icon/item/17120.tga -17139 ARMOR icon/item/17120.tga -17140 ARMOR icon/item/17140.tga -17141 ARMOR icon/item/17140.tga -17142 ARMOR icon/item/17140.tga -17143 ARMOR icon/item/17140.tga -17144 ARMOR icon/item/17140.tga -17145 ARMOR icon/item/17140.tga -17146 ARMOR icon/item/17140.tga -17147 ARMOR icon/item/17140.tga -17148 ARMOR icon/item/17140.tga -17149 ARMOR icon/item/17140.tga -17150 ARMOR icon/item/17140.tga -17151 ARMOR icon/item/17140.tga -17152 ARMOR icon/item/17140.tga -17153 ARMOR icon/item/17140.tga -17154 ARMOR icon/item/17140.tga -17155 ARMOR icon/item/17140.tga -17156 ARMOR icon/item/17140.tga -17157 ARMOR icon/item/17140.tga -17158 ARMOR icon/item/17140.tga -17159 ARMOR icon/item/17140.tga -17160 ARMOR icon/item/17160.tga -17161 ARMOR icon/item/17160.tga -17162 ARMOR icon/item/17160.tga -17163 ARMOR icon/item/17160.tga -17164 ARMOR icon/item/17160.tga -17165 ARMOR icon/item/17160.tga -17166 ARMOR icon/item/17160.tga -17167 ARMOR icon/item/17160.tga -17168 ARMOR icon/item/17160.tga -17169 ARMOR icon/item/17160.tga -17170 ARMOR icon/item/17160.tga -17171 ARMOR icon/item/17160.tga -17172 ARMOR icon/item/17160.tga -17173 ARMOR icon/item/17160.tga -17174 ARMOR icon/item/17160.tga -17175 ARMOR icon/item/17160.tga -17176 ARMOR icon/item/17160.tga -17177 ARMOR icon/item/17160.tga -17178 ARMOR icon/item/17160.tga -17179 ARMOR icon/item/17160.tga -17180 ARMOR icon/item/17180.tga -17181 ARMOR icon/item/17180.tga -17182 ARMOR icon/item/17180.tga -17183 ARMOR icon/item/17180.tga -17184 ARMOR icon/item/17180.tga -17185 ARMOR icon/item/17180.tga -17186 ARMOR icon/item/17180.tga -17187 ARMOR icon/item/17180.tga -17188 ARMOR icon/item/17180.tga -17189 ARMOR icon/item/17180.tga -17190 ARMOR icon/item/17180.tga -17191 ARMOR icon/item/17180.tga -17192 ARMOR icon/item/17180.tga -17193 ARMOR icon/item/17180.tga -17194 ARMOR icon/item/17180.tga -17195 ARMOR icon/item/17180.tga -17196 ARMOR icon/item/17180.tga -17197 ARMOR icon/item/17180.tga -17198 ARMOR icon/item/17180.tga -17199 ARMOR icon/item/17180.tga -17200 ARMOR icon/item/17200.tga -17201 ARMOR icon/item/17200.tga -17202 ARMOR icon/item/17200.tga -17203 ARMOR icon/item/17200.tga -17204 ARMOR icon/item/17200.tga -17205 ARMOR icon/item/17200.tga -17206 ARMOR icon/item/17200.tga -17207 ARMOR icon/item/17200.tga -17208 ARMOR icon/item/17200.tga -17209 ARMOR icon/item/17200.tga -17210 ARMOR icon/item/17200.tga -17211 ARMOR icon/item/17200.tga -17212 ARMOR icon/item/17200.tga -17213 ARMOR icon/item/17200.tga -17214 ARMOR icon/item/17200.tga -17215 ARMOR icon/item/17200.tga -17216 ARMOR icon/item/17200.tga -17217 ARMOR icon/item/17200.tga -17218 ARMOR icon/item/17200.tga -17219 ARMOR icon/item/17200.tga -17220 ARMOR icon/item/17220.tga -17221 ARMOR icon/item/17220.tga -17222 ARMOR icon/item/17220.tga -17223 ARMOR icon/item/17220.tga -17224 ARMOR icon/item/17220.tga -17225 ARMOR icon/item/17220.tga -17226 ARMOR icon/item/17220.tga -17227 ARMOR icon/item/17220.tga -17228 ARMOR icon/item/17220.tga -17229 ARMOR icon/item/17220.tga -18000 ETC icon/item/18000.tga -18001 ETC icon/item/18000.tga -18002 ETC icon/item/18000.tga -18003 ETC icon/item/18000.tga -18004 ETC icon/item/18000.tga -18005 ETC icon/item/18000.tga -18006 ETC icon/item/18000.tga -18007 ETC icon/item/18000.tga -18008 ETC icon/item/18000.tga -18009 ETC icon/item/18000.tga -18010 ETC icon/item/18010.tga -18011 ETC icon/item/18010.tga -18012 ETC icon/item/18010.tga -18013 ETC icon/item/18010.tga -18014 ETC icon/item/18010.tga -18015 ETC icon/item/18010.tga -18016 ETC icon/item/18010.tga -18017 ETC icon/item/18010.tga -18018 ETC icon/item/18010.tga -18019 ETC icon/item/18010.tga -18020 ETC icon/item/18020.tga -18021 ETC icon/item/18020.tga -18022 ETC icon/item/18020.tga -18023 ETC icon/item/18020.tga -18024 ETC icon/item/18020.tga -18025 ETC icon/item/18020.tga -18026 ETC icon/item/18020.tga -18027 ETC icon/item/18020.tga -18028 ETC icon/item/18020.tga -18029 ETC icon/item/18020.tga -18030 ETC icon/item/18030.tga -18031 ETC icon/item/18030.tga -18032 ETC icon/item/18030.tga -18033 ETC icon/item/18030.tga -18034 ETC icon/item/18030.tga -18035 ETC icon/item/18030.tga -18036 ETC icon/item/18030.tga -18037 ETC icon/item/18030.tga -18038 ETC icon/item/18030.tga -18039 ETC icon/item/18030.tga -18040 ETC icon/item/18040.tga -18041 ETC icon/item/18040.tga -18042 ETC icon/item/18040.tga -18043 ETC icon/item/18040.tga -18044 ETC icon/item/18040.tga -18045 ETC icon/item/18040.tga -18046 ETC icon/item/18040.tga -18047 ETC icon/item/18040.tga -18048 ETC icon/item/18040.tga -18049 ETC icon/item/18040.tga -18050 ETC icon/item/18050.tga -18051 ETC icon/item/18050.tga -18052 ETC icon/item/18050.tga -18053 ETC icon/item/18050.tga -18054 ETC icon/item/18050.tga -18055 ETC icon/item/18050.tga -18056 ETC icon/item/18050.tga -18057 ETC icon/item/18050.tga -18058 ETC icon/item/18050.tga -18059 ETC icon/item/18050.tga -18060 ETC icon/item/18060.tga -18061 ETC icon/item/18060.tga -18062 ETC icon/item/18060.tga -18063 ETC icon/item/18060.tga -18064 ETC icon/item/18060.tga -18065 ETC icon/item/18060.tga -18066 ETC icon/item/18060.tga -18067 ETC icon/item/18060.tga -18068 ETC icon/item/18060.tga -18069 ETC icon/item/18060.tga -18070 ETC icon/item/18070.tga -18071 ETC icon/item/18070.tga -18072 ETC icon/item/18070.tga -18073 ETC icon/item/18070.tga -18074 ETC icon/item/18070.tga -18075 ETC icon/item/18070.tga -18076 ETC icon/item/18070.tga -18077 ETC icon/item/18070.tga -18078 ETC icon/item/18070.tga -18079 ETC icon/item/18070.tga -18080 ETC icon/item/18080.tga -18081 ETC icon/item/18080.tga -18082 ETC icon/item/18080.tga -18083 ETC icon/item/18080.tga -18084 ETC icon/item/18080.tga -18085 ETC icon/item/18080.tga -18086 ETC icon/item/18080.tga -18087 ETC icon/item/18080.tga -18088 ETC icon/item/18080.tga -18089 ETC icon/item/18080.tga -18900 ETC icon/item/18900.tga -22000 ETC icon/item/22000.tga -22010 ETC icon/item/22000.tga -22011 ETC icon/item/22000.tga -25040 ETC icon/item/25040.tga -25041 ETC icon/item/30064.tga -25100 ETC icon/item/25000.tga -27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 -27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 -27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 -27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 -27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 -27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 -27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 -27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 -27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 -27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 -27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 -27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 -27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 -27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 -27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 -27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 -27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 -27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 -27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 -27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 -27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 -27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 -27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 -27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 -27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27600 ETC icon/item/27600.tga -27610 ETC icon/item/27610.tga -27620 ETC icon/item/27620.tga -27799 ETC icon/item/27799.tga -27800 ETC icon/item/27800.tga -27801 ETC icon/item/27801.tga -27802 ETC icon/item/27802.tga -27803 ETC icon/item/27803.tga -27804 ETC icon/item/27804.tga -27805 ETC icon/item/27805.tga -27806 ETC icon/item/27806.tga -27807 ETC icon/item/27807.tga -27808 ETC icon/item/27808.tga -27809 ETC icon/item/27809.tga -27810 ETC icon/item/27810.tga -27811 ETC icon/item/27811.tga -27812 ETC icon/item/27812.tga -27813 ETC icon/item/27813.tga -27814 ETC icon/item/27814.tga -27815 ETC icon/item/27815.tga -27816 ETC icon/item/27816.tga -27817 ETC icon/item/27817.tga -27818 ETC icon/item/27818.tga -27819 ETC icon/item/27819.tga -27820 ETC icon/item/27820.tga -27821 ETC icon/item/27821.tga -27822 ETC icon/item/27822.tga -27823 ETC icon/item/27823.tga -27833 ETC icon/item/27833.tga -27834 ETC icon/item/27834.tga -27835 ETC icon/item/27835.tga -27836 ETC icon/item/27836.tga -27837 ETC icon/item/27837.tga -27838 ETC icon/item/27838.tga -27839 ETC icon/item/27839.tga -27840 ETC icon/item/27840.tga -27841 ETC icon/item/27841.tga -27842 ETC icon/item/27842.tga -27843 ETC icon/item/27843.tga -27844 ETC icon/item/27844.tga -27845 ETC icon/item/27845.tga -27846 ETC icon/item/27846.tga -27847 ETC icon/item/27847.tga -27848 ETC icon/item/27848.tga -27849 ETC icon/item/27849.tga -27850 ETC icon/item/27850.tga -27851 ETC icon/item/27851.tga -27852 ETC icon/item/27852.tga -27853 ETC icon/item/27853.tga -27863 ETC icon/item/27863.tga -27864 ETC icon/item/27864.tga -27865 ETC icon/item/27865.tga -27866 ETC icon/item/27866.tga -27867 ETC icon/item/27867.tga -27868 ETC icon/item/27868.tga -27869 ETC icon/item/27869.tga -27870 ETC icon/item/27870.tga -27871 ETC icon/item/27871.tga -27872 ETC icon/item/27872.tga -27873 ETC icon/item/27873.tga -27874 ETC icon/item/27874.tga -27875 ETC icon/item/27875.tga -27876 ETC icon/item/27876.tga -27877 ETC icon/item/27877.tga -27878 ETC icon/item/27878.tga -27879 ETC icon/item/27879.tga -27880 ETC icon/item/27880.tga -27881 ETC icon/item/27881.tga -27882 ETC icon/item/27882.tga -27883 ETC icon/item/27883.tga -27987 ETC icon/item/27987.tga -27988 ETC icon/item/27988.tga -27989 ETC icon/item/27989.tga -27990 ETC icon/item/27990.tga -27991 ETC icon/item/27991.tga -27992 ETC icon/item/27992.tga -27993 ETC icon/item/27993.tga -27994 ETC icon/item/27994.tga -27995 ETC icon/item/27995.tga -27996 ETC icon/item/27996.tga -27997 ETC icon/item/27997.tga -27999 ETC icon/item/27999.tga -28000 ETC icon/item/28004.tga -28001 ETC icon/item/28001.tga -28002 ETC icon/item/28002.tga -28003 ETC icon/item/28003.tga -28004 ETC icon/item/28005.tga -28005 ETC icon/item/28005.tga -28006 ETC icon/item/28006.tga -28007 ETC icon/item/28007.tga -28008 ETC icon/item/28006.tga -28009 ETC icon/item/28009.tga -28010 ETC icon/item/28010.tga -28011 ETC icon/item/28011.tga -28012 ETC icon/item/28007.tga -28013 ETC icon/item/28013.tga -28030 ETC icon/item/28000.tga -28031 ETC icon/item/28001.tga -28032 ETC icon/item/28002.tga -28033 ETC icon/item/28003.tga -28034 ETC icon/item/28004.tga -28035 ETC icon/item/28005.tga -28036 ETC icon/item/28006.tga -28037 ETC icon/item/28007.tga -28038 ETC icon/item/28008.tga -28039 ETC icon/item/28009.tga -28040 ETC icon/item/28010.tga -28041 ETC icon/item/28011.tga -28042 ETC icon/item/28012.tga -28043 ETC icon/item/28013.tga -28100 ETC icon/item/28004.tga -28101 ETC icon/item/28001.tga -28102 ETC icon/item/28002.tga -28103 ETC icon/item/28003.tga -28104 ETC icon/item/28005.tga -28105 ETC icon/item/28005.tga -28106 ETC icon/item/28006.tga -28107 ETC icon/item/28007.tga -28108 ETC icon/item/28006.tga -28109 ETC icon/item/28009.tga -28110 ETC icon/item/28010.tga -28111 ETC icon/item/28011.tga -28112 ETC icon/item/28007.tga -28113 ETC icon/item/28013.tga -28130 ETC icon/item/28000.tga -28131 ETC icon/item/28001.tga -28132 ETC icon/item/28002.tga -28133 ETC icon/item/28003.tga -28134 ETC icon/item/28004.tga -28135 ETC icon/item/28005.tga -28136 ETC icon/item/28006.tga -28137 ETC icon/item/28007.tga -28138 ETC icon/item/28008.tga -28139 ETC icon/item/28009.tga -28140 ETC icon/item/28010.tga -28141 ETC icon/item/28011.tga -28142 ETC icon/item/28012.tga -28143 ETC icon/item/28013.tga -28200 ETC icon/item/28004.tga -28201 ETC icon/item/28001.tga -28202 ETC icon/item/28002.tga -28203 ETC icon/item/28003.tga -28204 ETC icon/item/28005.tga -28205 ETC icon/item/28005.tga -28206 ETC icon/item/28006.tga -28207 ETC icon/item/28007.tga -28208 ETC icon/item/28006.tga -28209 ETC icon/item/28009.tga -28210 ETC icon/item/28010.tga -28211 ETC icon/item/28011.tga -28212 ETC icon/item/28007.tga -28213 ETC icon/item/28013.tga -28230 ETC icon/item/28000.tga -28231 ETC icon/item/28001.tga -28232 ETC icon/item/28002.tga -28233 ETC icon/item/28003.tga -28234 ETC icon/item/28004.tga -28235 ETC icon/item/28005.tga -28236 ETC icon/item/28006.tga -28237 ETC icon/item/28007.tga -28238 ETC icon/item/28008.tga -28239 ETC icon/item/28009.tga -28240 ETC icon/item/28010.tga -28241 ETC icon/item/28011.tga -28242 ETC icon/item/28012.tga -28243 ETC icon/item/28013.tga -28300 ETC icon/item/28004.tga -28301 ETC icon/item/28001.tga -28302 ETC icon/item/28002.tga -28303 ETC icon/item/28003.tga -28304 ETC icon/item/28005.tga -28305 ETC icon/item/28005.tga -28306 ETC icon/item/28006.tga -28307 ETC icon/item/28007.tga -28308 ETC icon/item/28006.tga -28309 ETC icon/item/28009.tga -28310 ETC icon/item/28010.tga -28311 ETC icon/item/28011.tga -28312 ETC icon/item/28007.tga -28313 ETC icon/item/28013.tga -28330 ETC icon/item/28000.tga -28331 ETC icon/item/28001.tga -28332 ETC icon/item/28002.tga -28333 ETC icon/item/28003.tga -28334 ETC icon/item/28004.tga -28335 ETC icon/item/28005.tga -28336 ETC icon/item/28006.tga -28337 ETC icon/item/28007.tga -28338 ETC icon/item/28008.tga -28339 ETC icon/item/28009.tga -28340 ETC icon/item/28010.tga -28341 ETC icon/item/28011.tga -28342 ETC icon/item/28012.tga -28343 ETC icon/item/28013.tga -28400 ETC icon/item/28004.tga -28401 ETC icon/item/28001.tga -28402 ETC icon/item/28002.tga -28403 ETC icon/item/28003.tga -28404 ETC icon/item/28005.tga -28405 ETC icon/item/28005.tga -28406 ETC icon/item/28006.tga -28407 ETC icon/item/28007.tga -28408 ETC icon/item/28006.tga -28409 ETC icon/item/28009.tga -28410 ETC icon/item/28010.tga -28411 ETC icon/item/28011.tga -28412 ETC icon/item/28007.tga -28413 ETC icon/item/28013.tga -28430 ETC icon/item/28000.tga -28431 ETC icon/item/28001.tga -28432 ETC icon/item/28002.tga -28433 ETC icon/item/28003.tga -28434 ETC icon/item/28004.tga -28435 ETC icon/item/28005.tga -28436 ETC icon/item/28006.tga -28437 ETC icon/item/28007.tga -28438 ETC icon/item/28008.tga -28439 ETC icon/item/28009.tga -28440 ETC icon/item/28010.tga -28441 ETC icon/item/28011.tga -28442 ETC icon/item/28012.tga -28443 ETC icon/item/28013.tga -28500 ETC icon/item/28000.tga -28501 ETC icon/item/28001.tga -28502 ETC icon/item/28002.tga -28503 ETC icon/item/28003.tga -28504 ETC icon/item/28004.tga -28505 ETC icon/item/28005.tga -28506 ETC icon/item/28006.tga -28507 ETC icon/item/28007.tga -28508 ETC icon/item/28008.tga -28509 ETC icon/item/28009.tga -28510 ETC icon/item/28010.tga -28511 ETC icon/item/28011.tga -28512 ETC icon/item/28012.tga -28513 ETC icon/item/28013.tga -28530 ETC icon/item/28000.tga -28531 ETC icon/item/28001.tga -28532 ETC icon/item/28002.tga -28533 ETC icon/item/28003.tga -28534 ETC icon/item/28004.tga -28535 ETC icon/item/28005.tga -28536 ETC icon/item/28006.tga -28537 ETC icon/item/28007.tga -28538 ETC icon/item/28008.tga -28539 ETC icon/item/28009.tga -28540 ETC icon/item/28010.tga -28541 ETC icon/item/28011.tga -28542 ETC icon/item/28012.tga -28543 ETC icon/item/28013.tga -28600 ETC icon/item/28000.tga -28601 ETC icon/item/28001.tga -28602 ETC icon/item/28002.tga -28603 ETC icon/item/28003.tga -28604 ETC icon/item/28004.tga -28605 ETC icon/item/28005.tga -28606 ETC icon/item/28006.tga -28607 ETC icon/item/28007.tga -28608 ETC icon/item/28008.tga -28609 ETC icon/item/28009.tga -28610 ETC icon/item/28010.tga -28611 ETC icon/item/28011.tga -28612 ETC icon/item/28012.tga -28613 ETC icon/item/28013.tga -28630 ETC icon/item/28000.tga -28631 ETC icon/item/28001.tga -28632 ETC icon/item/28002.tga -28633 ETC icon/item/28003.tga -28634 ETC icon/item/28004.tga -28635 ETC icon/item/28005.tga -28636 ETC icon/item/28006.tga -28637 ETC icon/item/28007.tga -28638 ETC icon/item/28008.tga -28639 ETC icon/item/28009.tga -28640 ETC icon/item/28010.tga -28641 ETC icon/item/28011.tga -28642 ETC icon/item/28012.tga -28643 ETC icon/item/28013.tga -28700 ETC icon/item/28000.tga -28701 ETC icon/item/28001.tga -28702 ETC icon/item/28002.tga -28703 ETC icon/item/28003.tga -28704 ETC icon/item/28004.tga -28705 ETC icon/item/28005.tga -28706 ETC icon/item/28006.tga -28707 ETC icon/item/28007.tga -28708 ETC icon/item/28008.tga -28709 ETC icon/item/28009.tga -28710 ETC icon/item/28010.tga -28711 ETC icon/item/28011.tga -28712 ETC icon/item/28012.tga -28713 ETC icon/item/28013.tga -28730 ETC icon/item/28000.tga -28731 ETC icon/item/28001.tga -28732 ETC icon/item/28002.tga -28733 ETC icon/item/28003.tga -28734 ETC icon/item/28004.tga -28735 ETC icon/item/28005.tga -28736 ETC icon/item/28006.tga -28737 ETC icon/item/28007.tga -28738 ETC icon/item/28008.tga -28739 ETC icon/item/28009.tga -28740 ETC icon/item/28010.tga -28741 ETC icon/item/28011.tga -28742 ETC icon/item/28012.tga -28743 ETC icon/item/28013.tga -28800 ETC icon/item/28000.tga -28801 ETC icon/item/28001.tga -28802 ETC icon/item/28002.tga -28803 ETC icon/item/28003.tga -28804 ETC icon/item/28004.tga -28805 ETC icon/item/28005.tga -28806 ETC icon/item/28006.tga -28807 ETC icon/item/28007.tga -28808 ETC icon/item/28008.tga -28809 ETC icon/item/28009.tga -28810 ETC icon/item/28010.tga -28811 ETC icon/item/28011.tga -28812 ETC icon/item/28012.tga -28813 ETC icon/item/28013.tga -28830 ETC icon/item/28000.tga -28831 ETC icon/item/28001.tga -28832 ETC icon/item/28002.tga -28833 ETC icon/item/28003.tga -28834 ETC icon/item/28004.tga -28835 ETC icon/item/28005.tga -28836 ETC icon/item/28006.tga -28837 ETC icon/item/28007.tga -28838 ETC icon/item/28008.tga -28839 ETC icon/item/28009.tga -28840 ETC icon/item/28010.tga -28841 ETC icon/item/28011.tga -28842 ETC icon/item/28012.tga -28843 ETC icon/item/28013.tga -28900 ETC icon/item/28000.tga -28901 ETC icon/item/28001.tga -28902 ETC icon/item/28002.tga -28903 ETC icon/item/28003.tga -28904 ETC icon/item/28004.tga -28905 ETC icon/item/28005.tga -28906 ETC icon/item/28006.tga -28907 ETC icon/item/28007.tga -28908 ETC icon/item/28008.tga -28909 ETC icon/item/28009.tga -28910 ETC icon/item/28010.tga -28911 ETC icon/item/28011.tga -28912 ETC icon/item/28012.tga -28913 ETC icon/item/28013.tga -28930 ETC icon/item/28000.tga -28931 ETC icon/item/28001.tga -28932 ETC icon/item/28002.tga -28933 ETC icon/item/28003.tga -28934 ETC icon/item/28004.tga -28935 ETC icon/item/28005.tga -28936 ETC icon/item/28006.tga -28937 ETC icon/item/28007.tga -28938 ETC icon/item/28008.tga -28939 ETC icon/item/28009.tga -28940 ETC icon/item/28010.tga -28941 ETC icon/item/28011.tga -28942 ETC icon/item/28012.tga -28943 ETC icon/item/28013.tga -28960 ETC icon/item/28960.tga -30000 ETC icon/item/30000.tga -30001 ETC icon/item/30001.tga -30002 ETC icon/item/30002.tga -30003 ETC icon/item/30003.tga -30004 ETC icon/item/30004.tga -30005 ETC icon/item/30005.tga -30006 ETC icon/item/30006.tga -30007 ETC icon/item/30007.tga -30008 ETC icon/item/30008.tga -30009 ETC icon/item/30009.tga -30010 ETC icon/item/30010.tga -30011 ETC icon/item/30011.tga -30012 ETC icon/item/30012.tga -30013 ETC icon/item/30013.tga -30014 ETC icon/item/30014.tga -30015 ETC icon/item/30015.tga -30016 ETC icon/item/30016.tga -30017 ETC icon/item/30017.tga -30018 ETC icon/item/30018.tga -30019 ETC icon/item/30019.tga -30020 ETC icon/item/30020.tga -30021 ETC icon/item/30021.tga -30022 ETC icon/item/30022.tga -30023 ETC icon/item/30023.tga -30024 ETC icon/item/30024.tga -30025 ETC icon/item/30025.tga -30026 ETC icon/item/30026.tga -30027 ETC icon/item/30027.tga -30028 ETC icon/item/30028.tga -30029 ETC icon/item/30029.tga -30030 ETC icon/item/30030.tga -30031 ETC icon/item/30031.tga -30032 ETC icon/item/30032.tga -30033 ETC icon/item/30033.tga -30034 ETC icon/item/30034.tga -30035 ETC icon/item/30035.tga -30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 -30037 ETC icon/item/30037.tga -30038 ETC icon/item/30038.tga -30039 ETC icon/item/30039.tga -30040 ETC icon/item/30040.tga -30041 ETC icon/item/30041.tga -30042 ETC icon/item/30042.tga -30043 ETC icon/item/30043.tga -30044 ETC icon/item/30044.tga -30045 ETC icon/item/30045.tga -30046 ETC icon/item/30046.tga -30047 ETC icon/item/30047.tga -30048 ETC icon/item/30048.tga -30049 ETC icon/item/30049.tga -30050 ETC icon/item/30050.tga -30051 ETC icon/item/30051.tga -30052 ETC icon/item/30052.tga -30053 ETC icon/item/30053.tga -30054 ETC icon/item/30054.tga -30055 ETC icon/item/30055.tga -30056 ETC icon/item/30056.tga -30057 ETC icon/item/30057.tga -30058 ETC icon/item/30058.tga -30059 ETC icon/item/30059.tga -30060 ETC icon/item/30060.tga -30061 ETC icon/item/30061.tga -30062 ETC icon/item/30062.tga -30063 ETC icon/item/30063.tga -30064 ETC icon/item/30064.tga -30065 ETC icon/item/30065.tga -30066 ETC icon/item/30066.tga -30067 ETC icon/item/30067.tga -30068 ETC icon/item/30068.tga -30069 ETC icon/item/30028.tga -30070 ETC icon/item/30027.tga -30071 ETC icon/item/30010.tga -30072 ETC icon/item/30053.tga -30073 ETC icon/item/30034.tga -30074 ETC icon/item/30032.tga -30075 ETC icon/item/30041.tga -30076 ETC icon/item/30007.tga -30077 ETC icon/item/30006.tga -30078 ETC icon/item/30008.tga -30079 ETC icon/item/30051.tga -30080 ETC icon/item/30047.tga -30081 ETC icon/item/30046.tga -30082 ETC icon/item/30022.tga -30083 ETC icon/item/30009.tga -30084 ETC icon/item/30051.tga -30085 ETC icon/item/30039.tga -30086 ETC icon/item/30015.tga -30087 ETC icon/item/30016.tga -30088 ETC icon/item/30048.tga -30089 ETC icon/item/30014.tga -30090 ETC icon/item/30050.tga -30091 ETC icon/item/30091.tga -30092 ETC icon/item/30092.tga -30093 ETC icon/item/30093.tga -30094 ETC icon/item/30094.tga -30095 ETC icon/item/30095.tga -30096 ETC icon/item/30096.tga -30097 ETC icon/item/30096.tga -30101 ETC season1/icon/item/30101.tga -30102 ETC season1/icon/item/30102.tga -30116 ETC season1/icon/item/30116.tga -30129 ETC icon/item/30129.tga -30130 ETC icon/item/30130.tga -30131 ETC icon/item/30131.tga -30132 ETC icon/item/30132.tga -30133 ETC icon/item/30133.tga -30134 ETC icon/item/30134.tga -30135 ETC icon/item/30135.tga -30136 ETC season1/icon/item/30136.tga -30137 ETC season1/icon/item/30137.tga -30138 ETC season1/icon/item/30138.tga -30139 ETC season1/icon/item/30139.tga -30140 ETC season1/icon/item/30140.tga -30141 ETC season1/icon/item/30141.tga -30142 ETC season1/icon/item/30142.tga -30143 ETC season1/icon/item/30143.tga -30144 ETC season1/icon/item/30144.tga -30145 ETC season1/icon/item/30145.tga -30146 ETC season1/icon/item/30146.tga -30147 ETC season1/icon/item/30147.tga -30148 ETC season1/icon/item/30148.tga -30149 ETC season1/icon/item/30149.tga -30150 ETC season1/icon/item/30150.tga -30151 ETC season1/icon/item/30151.tga -30152 ETC season1/icon/item/30152.tga -30153 ETC season1/icon/item/30153.tga -30154 ETC season1/icon/item/30154.tga -30155 ETC season1/icon/item/30155.tga -30156 ETC season1/icon/item/30156.tga -30157 ETC season1/icon/item/30157.tga -30158 ETC season1/icon/item/30158.tga -30159 ETC season1/icon/item/30159.tga -30160 ETC season1/icon/item/30160.tga -30161 ETC icon/item/30041.tga -30162 ETC icon/item/30057.tga -30163 ETC icon/item/30056.tga -30164 ETC icon/item/30047.tga -30165 ETC season1/icon/item/30165.tga -30166 ETC season1/icon/item/30166.tga -30167 ETC season1/icon/item/30167.tga -30168 ETC season1/icon/item/30168.tga -30169 ETC icon/item/30169.tga -30170 ETC icon/item/30170.tga -30171 ETC icon/item/30171.tga -30172 ETC icon/item/30172.tga -30173 ETC icon/item/30173.tga -30174 ETC icon/item/30174.tga -30175 ETC icon/item/30175.tga -30176 ETC icon/item/30176.tga -30177 ETC icon/item/30177.tga -30178 ETC icon/item/30178.tga -30179 ETC icon/item/30179.tga -30180 ETC icon/item/30180.tga -30181 ETC icon/item/30181.tga -30182 ETC icon/item/30182.tga -30183 ETC icon/item/30183.tga -30184 ETC icon/item/30184.tga -30185 ETC icon/item/30185.tga -30186 ETC icon/item/30186.tga -30187 ETC icon/item/30187.tga -30188 ETC icon/item/30188.tga -30189 ETC icon/item/30189.tga -30190 ETC icon/item/30190.tga -30191 ETC icon/item/30190.tga -30210 ETC season1/icon/item/30210.tga -30211 ETC season1/icon/item/30211.tga -30212 ETC season1/icon/item/30212.tga -30213 ETC season1/icon/item/30213.tga -30214 ETC season1/icon/item/30214.tga -30215 ETC season1/icon/item/30215.tga -30216 ETC season1/icon/item/30216.tga -30217 ETC season1/icon/item/30217.tga -30218 ETC season1/icon/item/30218.tga -30219 ETC season1/icon/item/30219.tga -30220 ETC season1/icon/item/30220.tga -30221 ETC season1/icon/item/30221.tga -30222 ETC season1/icon/item/30222.tga -30223 ETC season1/icon/item/30223.tga -30224 ETC season1/icon/item/30224.tga -30225 ETC season1/icon/item/30225.tga -30226 ETC season1/icon/item/30226.tga -30227 ETC season1/icon/item/30227.tga -30228 ETC icon/item/30228.tga -30229 ETC icon/item/30229.tga -30202 ETC icon/item/30202.tga -30210 ETC season1/icon/item/30210.tga -30211 ETC season1/icon/item/30211.tga -30212 ETC season1/icon/item/30212.tga -30213 ETC season1/icon/item/30213.tga -30214 ETC season1/icon/item/30214.tga -30215 ETC season1/icon/item/30215.tga -30216 ETC season1/icon/item/30216.tga -30217 ETC season1/icon/item/30217.tga -30218 ETC season1/icon/item/30218.tga -30219 ETC season1/icon/item/30219.tga -30220 ETC season1/icon/item/30220.tga -30221 ETC season1/icon/item/30221.tga -30222 ETC season1/icon/item/30222.tga -30223 ETC season1/icon/item/30223.tga -30224 ETC season1/icon/item/30224.tga -30225 ETC season1/icon/item/30225.tga -30300 ETC season1/icon/item/30300.tga -30301 ETC season1/icon/item/30301.tga -30302 ETC season1/icon/item/30302.tga -30303 ETC season1/icon/item/30303.tga -30304 ETC season1/icon/item/30304.tga -30311 ETC icon/item/30311.tga -30312 ETC icon/item/30312.tga -30315 ETC icon/item/30315.tga -30316 ETC icon/item/30316.tga -30317 ETC icon/item/30317.tga -30318 ETC icon/item/30318.tga -30319 ETC icon/item/30319.tga -30320 ETC icon/item/30320.tga -30321 ETC icon/item/50095.tga -30322 ETC icon/item/30322.tga -30323 ETC icon/item/30323.tga -35000 ETC season1/icon/item/30143.tga -35001 ETC season1/icon/item/30144.tga -40001 ETC icon/item/40001.tga -40002 ETC icon/item/40002.tga -40003 ETC icon/item/40003.tga -40004 ETC icon/item/40004.tga -41311 ETC icon/item/41311.tga -41312 ETC icon/item/41312.tga -41313 ETC icon/item/41311.tga -41314 ETC icon/item/41312.tga -45147 ETC icon/item/45143.tga -45148 ETC icon/item/45144.tga -45149 ETC icon/item/45143.tga -45150 ETC icon/item/45144.tga -50001 ETC icon/item/50001.tga -50002 ETC icon/item/50002.tga -50003 ETC icon/item/50003.tga -50004 ETC icon/item/27989.tga -50005 ETC icon/item/70027.tga -50006 ETC icon/item/50006.tga -50007 ETC icon/item/50007.tga -50008 ETC icon/item/50008.tga -50009 ETC icon/item/50009.tga -50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 -50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 -50012 ETC icon/item/50006.tga -50013 ETC icon/item/50007.tga -50014 ETC icon/item/50008.tga -50015 ETC icon/item/50009.tga -50016 ETC icon/item/50016.tga -50017 ETC icon/item/50017.tga -50018 ETC icon/item/50018.tga -50019 ETC icon/item/50019.tga -50020 ETC icon/item/50020.tga -50021 ETC icon/item/50020.tga -50022 ETC icon/item/50020.tga -50023 ETC icon/item/50023.tga -50024 ETC icon/item/50024.tga -50025 ETC icon/item/50025.tga -50026 ETC icon/item/money.tga -50027 ETC icon/item/50027.tga -50028 ETC icon/item/50002.tga -50029 ETC icon/item/50002.tga -50030 ETC icon/item/50002.tga -50031 ETC icon/item/50031.tga -50032 ETC icon/item/50032.tga -50033 ETC icon/item/50033.tga -50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 -50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 -50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 -50037 ETC icon/item/50037.tga -50038 ETC season1/icon/item/50038.tga -50039 ETC season1/icon/item/50039.tga -50040 ETC season1/icon/item/50040.tga -50042 ETC icon/item/50042.tga -50050 ETC icon/item/50050.tga -50051 ETC icon/item/50051.tga -50052 ETC icon/item/50052.tga -50053 ETC icon/item/50053.tga -50054 ETC icon/item/50054.tga -50055 ETC icon/item/50055.tga -50056 ETC icon/item/50056.tga -50057 ETC icon/item/30036.tga -50058 ETC icon/item/50058.tga -50059 ETC icon/item/50059.tga -50060 ETC icon/item/book_44.tga -50061 ETC season1/icon/item/50061.tga -50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50083 ETC icon/item/70027.tga -50084 ETC icon/item/50084.tga -50085 ETC icon/item/50085.tga -50086 ETC icon/item/50086.tga -50087 ETC icon/item/50087.tga -50088 ETC icon/item/50088.tga -50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50091 ETC season1/icon/item/50091.tga -50092 ETC season1/icon/item/50092.tga -50093 ETC season1/icon/item/50093.tga -50094 ETC season1/icon/item/50094.tga -50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 -50100 ETC icon/item/50100.tga -50101 ETC icon/item/50101.tga -50102 ETC icon/item/50102.tga -50103 ETC icon/item/50100.tga -50104 ETC icon/item/50101.tga -50105 ETC icon/item/50102.tga -50106 ETC icon/item/50102.tga -50107 ETC icon/item/50107.tga -50108 ETC icon/item/50108.tga -50109 ETC season1/icon/item/50109.tga -50110 ETC season1/icon/item/50110.tga -50111 ETC season1/icon/item/50111.tga -50112 ETC season1/icon/item/50112.tga -50113 ETC season1/icon/item/50113.tga -50114 ETC season1/icon/item/50114.tga -50115 ETC season1/icon/item/50115.tga -50116 ETC season1/icon/item/50116.tga -50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50120 ETC season1/icon/item/30300.tga -50121 ETC season1/icon/item/30300.tga -50122 ETC season1/icon/item/30300.tga -30192 ETC icon/item/30192.tga -30193 ETC icon/item/30193.tga -30194 ETC icon/item/30194.tga -30195 ETC icon/item/30195.tga -30196 ETC icon/item/30196.tga -30197 ETC icon/item/30197.tga -30198 ETC icon/item/30198.tga -30199 ETC icon/item/30199.tga -71123 ETC icon/item/71123.tga -71129 ETC icon/item/71129.tga -50123 ETC icon/item/50123.tga -50124 ETC icon/item/50124.tga -50125 ETC icon/item/50125.tga -50126 ETC icon/item/50125.tga -50127 ETC icon/item/50127.tga -50128 ETC icon/item/50128.tga -50129 ETC icon/item/50129.tga -50130 ETC icon/item/50130.tga -50131 ETC icon/item/50131.tga -50132 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 -50133 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 -50134 ETC icon/item/50134.tga d:/ymir work/item/etc/item_box1.GR2 -50135 ETC icon/item/50135.tga d:/ymir work/item/etc/item_box1.GR2 -50136 ETC icon/item/50136.tga d:/ymir work/item/etc/item_box1.GR2 -50137 ETC icon/item/50137.tga d:/ymir work/item/etc/item_box1.GR2 -50150 ETC icon/item/50150.tga -50151 ETC icon/item/50151.tga -50152 ETC icon/item/50152.tga -50153 ETC icon/item/50153.tga -50154 ETC icon/item/50154.tga -50155 ETC icon/item/50155.tga -50156 ETC icon/item/50156.tga -50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 -50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 -50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 -50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 -50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 -50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 -50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 -50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 -50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 -50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 -50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 -50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 -50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 -50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 -50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 -50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 -50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 -50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 -50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 -50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 -50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 -50181 ETC icon/item/50181.tga d:/ymir work/item/etc/basket2.GR2 -50182 ETC icon/item/50182.tga -50183 ETC icon/item/50183.tga -50200 ETC icon/item/50200.tga -50215 ETC icon/item/50215.tga -50300 ETC icon/item/book_01.tga -50301 ETC icon/item/book_11.tga -50302 ETC icon/item/book_12.tga -50303 ETC icon/item/book_13.tga -50304 ETC icon/item/book_14.tga -50305 ETC icon/item/book_15.tga -50306 ETC icon/item/book_16.tga -50307 ETC icon/item/50307.tga -50308 ETC icon/item/50308.tga -50309 ETC icon/item/50309.tga -50310 ETC icon/item/50310.tga -50311 ETC icon/item/book_03.tga -50312 ETC icon/item/book_02.tga -50313 ETC icon/item/book_06.tga -50314 ETC icon/item/book_07.tga -50315 ETC icon/item/book_07.tga -50316 ETC icon/item/book_07.tga -50317 ETC icon/item/50307.tga -50318 ETC icon/item/50307.tga -50319 ETC icon/item/50308.tga -50320 ETC icon/item/50309.tga -50321 ETC icon/item/50310.tga -50322 ETC season1/icon/item/50322.tga -50401 ETC icon/item/book_11.tga -50402 ETC icon/item/book_11.tga -50403 ETC icon/item/book_11.tga -50404 ETC icon/item/book_11.tga -50405 ETC icon/item/book_11.tga -50416 ETC icon/item/book_12.tga -50417 ETC icon/item/book_12.tga -50418 ETC icon/item/book_12.tga -50419 ETC icon/item/book_12.tga -50420 ETC icon/item/book_12.tga -50431 ETC icon/item/book_13.tga -50432 ETC icon/item/book_13.tga -50433 ETC icon/item/book_13.tga -50434 ETC icon/item/book_13.tga -50435 ETC icon/item/book_13.tga -50446 ETC icon/item/book_14.tga -50447 ETC icon/item/book_14.tga -50448 ETC icon/item/book_14.tga -50449 ETC icon/item/book_14.tga -50450 ETC icon/item/book_14.tga -50461 ETC icon/item/book_15.tga -50462 ETC icon/item/book_15.tga -50463 ETC icon/item/book_15.tga -50464 ETC icon/item/book_15.tga -50465 ETC icon/item/book_15.tga -50466 ETC icon/item/book_15.tga -50476 ETC icon/item/book_16.tga -50477 ETC icon/item/book_16.tga -50478 ETC icon/item/book_16.tga -50479 ETC icon/item/book_16.tga -50480 ETC icon/item/book_16.tga -50481 ETC icon/item/book_16.tga -50491 ETC icon/item/book_17.tga -50492 ETC icon/item/book_17.tga -50493 ETC icon/item/book_17.tga -50494 ETC icon/item/book_17.tga -50495 ETC icon/item/book_17.tga -50496 ETC icon/item/book_17.tga -50506 ETC icon/item/book_18.tga -50507 ETC icon/item/book_18.tga -50508 ETC icon/item/book_18.tga -50509 ETC icon/item/book_18.tga -50510 ETC icon/item/book_18.tga -50511 ETC icon/item/book_18.tga -50512 ETC icon/item/50512.tga -50513 ETC icon/item/50513.tga -50600 ETC icon/item/book_45.tga -50601 ETC icon/item/50601.tga -50602 ETC icon/item/50602.tga -50603 ETC icon/item/50603.tga -50604 ETC icon/item/50604.tga -50605 ETC icon/item/50605.tga -50606 ETC icon/item/50606.tga -50607 ETC icon/item/50607.tga -50608 ETC icon/item/50608.tga -50609 ETC icon/item/50609.tga -50610 ETC icon/item/50610.tga -50611 ETC icon/item/50611.tga -50612 ETC icon/item/50612.tga -50613 ETC icon/item/50613.tga -50621 ETC icon/item/50621.tga -50622 ETC icon/item/50622.tga -50623 ETC icon/item/50623.tga -50624 ETC icon/item/50624.tga -50625 ETC icon/item/50625.tga -50626 ETC icon/item/50626.tga -50627 ETC icon/item/50627.tga -50628 ETC icon/item/50628.tga -50629 ETC icon/item/50629.tga -50630 ETC icon/item/50630.tga -50631 ETC icon/item/50631.tga -50632 ETC icon/item/50632.tga -50633 ETC icon/item/50633.tga -50701 ETC season1/icon/item/50701.tga -50702 ETC season1/icon/item/50702.tga -50703 ETC season1/icon/item/50703.tga -50704 ETC season1/icon/item/50704.tga -50705 ETC season1/icon/item/50705.tga -50706 ETC season1/icon/item/50706.tga -50707 ETC season1/icon/item/50707.tga -50708 ETC season1/icon/item/50708.tga -50709 ETC season1/icon/item/50709.tga -50710 ETC season1/icon/item/50710.tga -50711 ETC season1/icon/item/50711.tga -50712 ETC season1/icon/item/50712.tga -50721 ETC season1/icon/item/50701.tga -50722 ETC season1/icon/item/50702.tga -50723 ETC season1/icon/item/50703.tga -50724 ETC season1/icon/item/50704.tga -50725 ETC season1/icon/item/50705.tga -50726 ETC season1/icon/item/50706.tga -50727 ETC season1/icon/item/50707.tga -50728 ETC season1/icon/item/50708.tga -50729 ETC season1/icon/item/50709.tga -50730 ETC season1/icon/item/50710.tga -50731 ETC season1/icon/item/50711.tga -50732 ETC season1/icon/item/50712.tga -50801 ETC season1/icon/item/50801.tga -50802 ETC season1/icon/item/50802.tga -50803 ETC season1/icon/item/50803.tga -50804 ETC season1/icon/item/50804.tga -50813 ETC season1/icon/item/50813.tga -50814 ETC season1/icon/item/50814.tga -50815 ETC season1/icon/item/50815.tga -50816 ETC season1/icon/item/50816.tga -50817 ETC season1/icon/item/50817.tga -50818 ETC season1/icon/item/50818.tga -50819 ETC season1/icon/item/50819.tga -50820 ETC season1/icon/item/50820.tga -50902 ETC season1/icon/item/50902.tga -50903 ETC season1/icon/item/50903.tga -50904 ETC season1/icon/item/50904.tga -53001 ETC icon/item/53001.tga -53003 ETC icon/item/53003.tga -53501 ETC icon/item/53501.tga -53502 ETC icon/item/53501.tga -53503 ETC icon/item/53501.tga -60001 ETC icon/item/60001.tga -60002 ETC icon/item/60002.tga -60003 ETC icon/item/60003.tga -69000 ETC icon/item/book_21.tga -69010 ETC icon/item/book_22.tga -69020 ETC icon/item/book_23.tga -69030 ETC icon/item/book_24.tga -69040 ETC icon/item/book_25.tga -69050 ETC icon/item/book_26.tga -69060 ETC icon/item/book_31.tga -69070 ETC icon/item/book_32.tga -69080 ETC icon/item/book_33.tga -69090 ETC icon/item/book_34.tga -69100 ETC icon/item/book_35.tga -69110 ETC icon/item/book_36.tga -69120 ETC icon/item/book_41.tga -69130 ETC icon/item/book_42.tga -69140 ETC icon/item/book_43.tga -69150 ETC icon/item/book_44.tga -70001 ETC icon/item/70001.tga -70002 ETC icon/item/70002.tga -70003 ETC icon/item/70003.tga -70004 ETC icon/item/70004.tga -70005 ETC icon/item/70005.tga -70006 ETC icon/item/70006.tga -70007 ETC icon/item/70007.tga -70008 ETC icon/item/70008.tga -70009 ETC icon/item/70009.tga -70010 ETC icon/item/70010.tga -70011 ETC icon/item/70011.tga -70012 ETC icon/item/70012.tga -70013 ETC icon/item/70013.tga -70014 ETC icon/item/70014.tga -70015 ETC icon/item/70015.tga -70016 ETC icon/item/70017.tga -70017 ETC icon/item/70017.tga -70018 ETC icon/item/70018.tga -70019 ETC icon/item/70019.tga -70020 ETC icon/item/70020.tga -70021 ETC icon/item/70021.tga -70022 ETC icon/item/70022.tga -70023 ETC icon/item/70023.tga -70024 ETC icon/item/70024.tga -70025 ETC icon/item/70025.tga -70026 ETC icon/item/70026.tga -70027 ETC icon/item/70027.tga -70028 ETC icon/item/70028.tga -70029 ETC icon/item/70029.tga -70030 ETC icon/item/70030.tga -70031 ETC icon/item/70031.tga -70032 ETC icon/item/70032.tga -70033 ETC icon/item/70033.tga -70034 ETC icon/item/70034.tga -70035 ETC icon/item/70035.tga -70036 ETC icon/item/70036.tga -70037 ETC icon/item/70037.tga -70038 ETC icon/item/70038.tga -70039 ETC icon/item/70039.tga -70040 ETC icon/item/70040.tga -70041 ETC icon/item/70041.tga -70042 ETC icon/item/70042.tga -70043 ETC icon/item/70043.tga -70044 ETC icon/item/70044.tga -70045 ETC icon/item/70045.tga -70047 ETC icon/item/70006.tga -70048 ETC icon/item/70048.tga -70049 ETC icon/item/70049.tga -70050 ETC icon/item/70050.tga -70051 ETC icon/item/70051.tga -70052 ETC icon/item/30007.tga -70053 ETC icon/item/30007.tga -70054 ETC icon/item/30007.tga -70101 ETC icon/item/70101.tga -70102 ETC icon/item/70102.tga -70104 ETC icon/item/70104.tga -70105 ETC icon/item/70105.tga -70106 ETC icon/item/70106.tga -70107 ETC icon/item/70107.tga -70108 ETC icon/item/70038.tga -70109 ETC icon/item/70025.tga -70110 ETC icon/item/70021.tga -70201 ETC icon/item/70201.tga -70202 ETC icon/item/70202.tga -70203 ETC icon/item/70203.tga -70204 ETC icon/item/70204.tga -70205 ETC icon/item/70205.tga -70206 ETC icon/item/70206.tga -70301 ETC icon/item/70301.tga -70302 ETC icon/item/70302.tga -71002 ETC icon/item/70003.tga -71003 ETC icon/item/70003.tga -71005 ETC icon/item/70006.tga -71006 ETC icon/item/70006.tga -71007 ETC icon/item/70006.tga -71008 ETC icon/item/27620.tga -71009 ETC icon/item/27620.tga -71010 ETC icon/item/27620.tga -71011 ETC icon/item/70002.tga -71012 ETC icon/item/70003.tga -71013 ETC icon/item/50100.tga -71014 ETC icon/item/27102.tga -71015 ETC icon/item/70005.tga -71016 ETC icon/item/70043.tga -71026 ETC icon/item/30064.tga -71032 ETC icon/item/71032.tga -71011 ETC icon/item/70002.tga -71034 ETC icon/item/27102.tga -71036 ETC icon/item/71036.tga -71037 ETC icon/item/71036.tga -71038 ETC icon/item/71036.tga -71039 ETC icon/item/71036.tga -71040 ETC icon/item/71036.tga -71041 ETC icon/item/71036.tga -71042 ETC icon/item/71036.tga -71043 ETC icon/item/71036.tga -71046 ETC icon/item/25000.tga -71048 ETC icon/item/22000.tga -71051 ETC icon/item/71051.tga -71052 ETC icon/item/71052.tga -71053 ETC icon/item/70050.tga -71080 ETC icon/item/70201.tga -71075 ETC icon/item/70202.tga -71076 ETC icon/item/70203.tga -71077 ETC icon/item/70204.tga -71078 ETC icon/item/70205.tga -71079 ETC icon/item/70206.tga -71092 ETC icon/item/book_07.tga -71093 ETC icon/item/70104.tga -71001 ETC icon/item/71001.tga -71002 ETC icon/item/71002.tga -71003 ETC icon/item/71003.tga -71004 ETC icon/item/71004.tga -71008 ETC icon/item/71008.tga -71009 ETC icon/item/71009.tga -71010 ETC icon/item/70002.tga -71011 ETC icon/item/71011.tga -71014 ETC icon/item/27102.tga -71017 ETC icon/item/71017.tga -71018 ETC icon/item/71018.tga -71019 ETC icon/item/71019.tga -71020 ETC icon/item/71020.tga -71021 ETC icon/item/71003.tga -71027 ETC icon/item/71027.tga -71028 ETC icon/item/71028.tga -71029 ETC icon/item/71029.tga -71030 ETC icon/item/71030.tga -71035 ETC season1/icon/item/71035.tga -71044 ETC icon/item/71044.tga -71045 ETC icon/item/71045.tga -71048 ETC icon/item/71048.tga -71049 ETC icon/item/71049.tga -71050 ETC icon/item/27103.tga -71057 ETC icon/item/71057.tga -71058 ETC icon/item/71057.tga -71059 ETC icon/item/71057.tga -71060 ETC icon/item/71057.tga -71061 ETC icon/item/71057.tga -71062 ETC icon/item/71057.tga -71063 ETC icon/item/71057.tga -71064 ETC icon/item/71057.tga -71065 ETC icon/item/71057.tga -71066 ETC icon/item/71057.tga -71067 ETC icon/item/71057.tga -71068 ETC icon/item/70029.tga -71069 ETC icon/item/71069.tga -71070 ETC icon/item/71070.tga -71071 ETC icon/item/71071.tga -71072 ETC icon/item/71072.tga -71073 ETC icon/item/71073.tga -71074 ETC icon/item/71074.tga -71080 ETC icon/item/71080.tga -71081 ETC icon/item/71080.tga -71082 ETC icon/item/71080.tga -71083 ETC icon/item/71083.tga -71084 ETC icon/item/71084.tga -71085 ETC icon/item/71085.tga -71094 ETC icon/item/71094.tga -71095 ETC season1/icon/item/71095.tga -71096 ETC season1/icon/item/71096.tga -71099 ETC icon/item/80009.tga -71100 ETC icon/item/71100.tga -71101 ETC icon/item/71101.tga -71102 ETC icon/item/71102.tga -71103 ETC icon/item/71103.tga -71104 ETC icon/item/71104.tga -71105 ETC icon/item/71105.tga -71106 ETC icon/item/71106.tga -71107 ETC icon/item/71107.tga -71108 ETC icon/item/71108.tga -71109 ETC icon/item/71109.tga -71110 ETC icon/item/71110.tga -71113 ETC icon/item/71113.tga -71114 ETC icon/item/71114.tga -71115 ETC icon/item/71119.tga -711151 ETC icon/item/71119.tga -711152 ETC icon/item/71119.tga -711153 ETC icon/item/71119.tga -711154 ETC icon/item/71119.tga -71116 ETC icon/item/71114.tga -71117 ETC icon/item/71119.tga -711171 ETC icon/item/71119.tga -711172 ETC icon/item/71119.tga -711173 ETC icon/item/71119.tga -711174 ETC icon/item/71119.tga -71118 ETC icon/item/71114.tga -71119 ETC icon/item/71119.tga -711191 ETC icon/item/71119.tga -711192 ETC icon/item/71119.tga -711193 ETC icon/item/71119.tga -711194 ETC icon/item/71119.tga -71120 ETC icon/item/71114.tga -71121 ETC icon/item/71119.tga -711211 ETC icon/item/71119.tga -711212 ETC icon/item/71119.tga -711213 ETC icon/item/71119.tga -711214 ETC icon/item/71119.tga -71124 ETC icon/item/71124.tga -71125 ETC icon/item/71125.tga -71126 ETC icon/item/71126.tga -71127 ETC icon/item/71127.tga -71128 ETC icon/item/71128.tga -71129 ETC icon/item/71129.tga -71130 ETC season1/icon/item/71095.tga -71131 ETC icon/item/71131.tga -71132 ETC icon/item/71131.tga -71133 ETC icon/item/71131.tga -71134 ETC icon/item/71131.tga -71135 ETC icon/item/71130.tga -71136 ETC icon/item/71136.tga -72001 ETC icon/item/70005.tga -72002 ETC icon/item/70005.tga -72003 ETC icon/item/70005.tga -72004 ETC icon/item/70043.tga -72005 ETC icon/item/70043.tga -72006 ETC icon/item/70043.tga -72007 ETC icon/item/71049.tga -72008 ETC icon/item/71049.tga -72009 ETC icon/item/71049.tga -72013 ETC icon/item/71008.tga -72014 ETC icon/item/71008.tga -72015 ETC icon/item/71008.tga -72016 ETC icon/item/70002.tga -72017 ETC icon/item/70002.tga -72018 ETC icon/item/70002.tga -72019 ETC icon/item/71009.tga -72020 ETC icon/item/71009.tga -72021 ETC icon/item/71009.tga -71122 ETC icon/item/dragonticket.tga -71123 ETC icon/item/71123.tga -72022 ETC icon/item/71017.tga -72023 ETC icon/item/71017.tga -72024 ETC icon/item/71017.tga -72025 ETC icon/item/71045.tga -72026 ETC icon/item/71045.tga -72027 ETC icon/item/71045.tga -72028 ETC icon/item/71011.tga -72029 ETC icon/item/71011.tga -72030 ETC icon/item/71011.tga -72031 ETC icon/item/71028.tga -72032 ETC icon/item/71028.tga -72033 ETC icon/item/71028.tga -72034 ETC icon/item/71030.tga -72035 ETC icon/item/71030.tga -72036 ETC icon/item/71030.tga -72037 ETC icon/item/71027.tga -72038 ETC icon/item/71027.tga -72039 ETC icon/item/71027.tga -72040 ETC icon/item/71029.tga -72041 ETC icon/item/71029.tga -72042 ETC icon/item/71029.tga -72043 ETC icon/item/70003.tga -72044 ETC icon/item/70003.tga -72045 ETC icon/item/70003.tga -72046 ETC icon/item/71044.tga -72047 ETC icon/item/71044.tga -72048 ETC icon/item/71044.tga -72049 ETC season1/icon/item/72049.tga -72050 ETC season1/icon/item/72049.tga -72701 ETC season1/icon/item/72701.tga -72702 ETC season1/icon/item/72701.tga -72703 ETC icon/item/72703.tga -72704 ETC icon/item/72704.tga -72705 ETC icon/item/72705.tga -72706 ETC icon/item/72706.tga -72707 ETC icon/item/72707.tga -72708 ETC icon/item/72708.tga -72709 ETC season1/icon/item/72701.tga -72710 ETC icon/item/72703.tga -72711 ETC icon/item/72704.tga -72712 ETC icon/item/72705.tga -72713 ETC icon/item/72706.tga -72714 ETC icon/item/72707.tga -72715 ETC icon/item/72708.tga -72723 ETC icon/item/72723.tga -72724 ETC icon/item/72724.tga -72725 ETC icon/item/72725.tga -72726 ETC icon/item/72726.tga -72727 ETC icon/item/72727.tga -72728 ETC icon/item/72728.tga -72729 ETC icon/item/72729.tga -72730 ETC icon/item/72730.tga -73001 ETC icon/item/73001.tga -73002 ETC icon/item/73001.tga -73003 ETC icon/item/73001.tga -73004 ETC icon/item/73001.tga -73005 ETC icon/item/73001.tga -73006 ETC icon/item/73001.tga -73007 ETC icon/item/73001.tga -73008 ETC icon/item/73001.tga -73009 ETC icon/item/73001.tga -73010 ETC icon/item/73001.tga -73011 ETC icon/item/73001.tga -73012 ETC icon/item/73001.tga -73251 ETC icon/item/73251.tga -73252 ETC icon/item/73251.tga -73253 ETC icon/item/73251.tga -73254 ETC icon/item/73251.tga -73255 ETC icon/item/73251.tga -73256 ETC icon/item/73251.tga -73257 ETC icon/item/73251.tga -73258 ETC icon/item/73251.tga -73259 ETC icon/item/73251.tga -73260 ETC icon/item/73251.tga -73261 ETC icon/item/73251.tga -73262 ETC icon/item/73251.tga -73501 ETC icon/item/73501.tga -73502 ETC icon/item/73501.tga -73503 ETC icon/item/73501.tga -73504 ETC icon/item/73501.tga -73505 ETC icon/item/73501.tga -73506 ETC icon/item/73501.tga -73507 ETC icon/item/73501.tga -73508 ETC icon/item/73501.tga -73509 ETC icon/item/73501.tga -73510 ETC icon/item/73501.tga -73511 ETC icon/item/73501.tga -73512 ETC icon/item/73501.tga -73751 ETC icon/item/73751.tga -73752 ETC icon/item/73751.tga -73753 ETC icon/item/73751.tga -73754 ETC icon/item/73751.tga -73755 ETC icon/item/73751.tga -73756 ETC icon/item/73751.tga -73757 ETC icon/item/73751.tga -73758 ETC icon/item/73751.tga -73759 ETC icon/item/73751.tga -73760 ETC icon/item/73751.tga -73761 ETC icon/item/73751.tga -73762 ETC icon/item/73751.tga -72501 ETC icon/item/72501.tga -72502 ETC icon/item/72502.tga -74001 ETC icon/item/73001.tga -74002 ETC icon/item/73001.tga -74003 ETC icon/item/73001.tga -74004 ETC icon/item/73001.tga -74005 ETC icon/item/73001.tga -74006 ETC icon/item/73001.tga -74007 ETC icon/item/73001.tga -74008 ETC icon/item/73001.tga -74009 ETC icon/item/73001.tga -74010 ETC icon/item/73001.tga -74011 ETC icon/item/73001.tga -74012 ETC icon/item/73001.tga -74013 ETC icon/item/73001.tga -74014 ETC icon/item/73001.tga -74015 ETC icon/item/73001.tga -74016 ETC icon/item/73001.tga -74017 ETC icon/item/73001.tga -74018 ETC icon/item/73001.tga -74019 ETC icon/item/73001.tga -74020 ETC icon/item/73001.tga -74251 ETC icon/item/73251.tga -74252 ETC icon/item/73251.tga -74253 ETC icon/item/73251.tga -74254 ETC icon/item/73251.tga -74255 ETC icon/item/73251.tga -74256 ETC icon/item/73251.tga -74257 ETC icon/item/73251.tga -74258 ETC icon/item/73251.tga -74259 ETC icon/item/73251.tga -74260 ETC icon/item/73251.tga -74261 ETC icon/item/73251.tga -74262 ETC icon/item/73251.tga -74263 ETC icon/item/73251.tga -74264 ETC icon/item/73251.tga -74265 ETC icon/item/73251.tga -74266 ETC icon/item/73251.tga -74267 ETC icon/item/73251.tga -74268 ETC icon/item/73251.tga -74269 ETC icon/item/73251.tga -74270 ETC icon/item/73251.tga -74501 ETC icon/item/73501.tga -74502 ETC icon/item/73501.tga -74503 ETC icon/item/73501.tga -74504 ETC icon/item/73501.tga -74505 ETC icon/item/73501.tga -74506 ETC icon/item/73501.tga -74507 ETC icon/item/73501.tga -74508 ETC icon/item/73501.tga -74509 ETC icon/item/73501.tga -74510 ETC icon/item/73501.tga -74511 ETC icon/item/73501.tga -74512 ETC icon/item/73501.tga -74513 ETC icon/item/73501.tga -74514 ETC icon/item/73501.tga -74515 ETC icon/item/73501.tga -74516 ETC icon/item/73501.tga -74517 ETC icon/item/73501.tga -74518 ETC icon/item/73501.tga -74519 ETC icon/item/73501.tga -74520 ETC icon/item/73501.tga -74751 ETC icon/item/73751.tga -74752 ETC icon/item/73751.tga -74753 ETC icon/item/73751.tga -74754 ETC icon/item/73751.tga -74755 ETC icon/item/73751.tga -74756 ETC icon/item/73751.tga -74757 ETC icon/item/73751.tga -74758 ETC icon/item/73751.tga -74759 ETC icon/item/73751.tga -74760 ETC icon/item/73751.tga -74761 ETC icon/item/73751.tga -74762 ETC icon/item/73751.tga -74763 ETC icon/item/73751.tga -74764 ETC icon/item/73751.tga -74765 ETC icon/item/73751.tga -74766 ETC icon/item/73751.tga -74767 ETC icon/item/73751.tga -74768 ETC icon/item/73751.tga -74769 ETC icon/item/73751.tga -74770 ETC icon/item/73751.tga -75001 ETC icon/item/73001.tga -75002 ETC icon/item/73001.tga -75003 ETC icon/item/73001.tga -75004 ETC icon/item/73001.tga -75005 ETC icon/item/73001.tga -75006 ETC icon/item/73001.tga -75007 ETC icon/item/73001.tga -75008 ETC icon/item/73001.tga -75009 ETC icon/item/73001.tga -75010 ETC icon/item/73001.tga -75011 ETC icon/item/73001.tga -75012 ETC icon/item/73001.tga -75013 ETC icon/item/73001.tga -75014 ETC icon/item/73001.tga -75015 ETC icon/item/73001.tga -75016 ETC icon/item/73001.tga -75017 ETC icon/item/73001.tga -75018 ETC icon/item/73001.tga -75019 ETC icon/item/73001.tga -75020 ETC icon/item/73001.tga -75201 ETC icon/item/73251.tga -75202 ETC icon/item/73251.tga -75203 ETC icon/item/73251.tga -75204 ETC icon/item/73251.tga -75205 ETC icon/item/73251.tga -75206 ETC icon/item/73251.tga -75207 ETC icon/item/73251.tga -75208 ETC icon/item/73251.tga -75209 ETC icon/item/73251.tga -75210 ETC icon/item/73251.tga -75211 ETC icon/item/73251.tga -75212 ETC icon/item/73251.tga -75213 ETC icon/item/73251.tga -75214 ETC icon/item/73251.tga -75215 ETC icon/item/73251.tga -75216 ETC icon/item/73251.tga -75217 ETC icon/item/73251.tga -75218 ETC icon/item/73251.tga -75219 ETC icon/item/73251.tga -75220 ETC icon/item/73251.tga -75401 ETC icon/item/73501.tga -75402 ETC icon/item/73501.tga -75403 ETC icon/item/73501.tga -75404 ETC icon/item/73501.tga -75405 ETC icon/item/73501.tga -75406 ETC icon/item/73501.tga -75407 ETC icon/item/73501.tga -75408 ETC icon/item/73501.tga -75409 ETC icon/item/73501.tga -75410 ETC icon/item/73501.tga -75411 ETC icon/item/73501.tga -75412 ETC icon/item/73501.tga -75413 ETC icon/item/73501.tga -75414 ETC icon/item/73501.tga -75415 ETC icon/item/73501.tga -75416 ETC icon/item/73501.tga -75417 ETC icon/item/73501.tga -75418 ETC icon/item/73501.tga -75419 ETC icon/item/73501.tga -75420 ETC icon/item/73501.tga -75601 ETC icon/item/73751.tga -75602 ETC icon/item/73751.tga -75603 ETC icon/item/73751.tga -75604 ETC icon/item/73751.tga -75605 ETC icon/item/73751.tga -75606 ETC icon/item/73751.tga -75607 ETC icon/item/73751.tga -75608 ETC icon/item/73751.tga -75609 ETC icon/item/73751.tga -75610 ETC icon/item/73751.tga -75611 ETC icon/item/73751.tga -75612 ETC icon/item/73751.tga -75613 ETC icon/item/73751.tga -75614 ETC icon/item/73751.tga -75615 ETC icon/item/73751.tga -75616 ETC icon/item/73751.tga -75617 ETC icon/item/73751.tga -75618 ETC icon/item/73751.tga -75619 ETC icon/item/73751.tga -75620 ETC icon/item/73751.tga -80003 ETC icon/item/80003.tga -80004 ETC icon/item/80004.tga -80008 ETC icon/item/80008.tga -90008 ETC icon/item/70010.tga -90009 ETC icon/item/90009.tga -90010 ETC icon/item/90010.tga -90011 ETC icon/item/90011.tga -90012 ETC icon/item/90012.tga -90013 ETC icon/item/itemmallb.tga -80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 -80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 -80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 -80009 ETC icon/item/80009.tga -50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -38050 ETC icon/item/38050.tga -38051 ETC icon/item/38051.tga -38052 ETC icon/item/50136.tga -71137 ETC icon/item/71137.tga -71138 ETC icon/item/71138.tga -71139 ETC icon/item/71139.tga -71140 ETC icon/item/71140.tga -71141 ETC icon/item/71142.tga -71142 ETC icon/item/71141.tga -39001 ETC icon/item/30064.tga -39002 ETC icon/item/70005.tga -39003 ETC icon/item/70020.tga -39004 ETC icon/item/70024.tga -39005 ETC icon/item/70035.tga -39006 ETC icon/item/70038.tga -39007 ETC icon/item/70039.tga -39008 ETC icon/item/71001.tga -39009 ETC icon/item/71003.tga -39010 ETC icon/item/27102.tga -39011 ETC icon/item/71018.tga -39012 ETC icon/item/71019.tga -39013 ETC icon/item/71020.tga -39014 ETC icon/item/71003.tga -39015 ETC icon/item/71003.tga -39016 ETC icon/item/30064.tga -39017 ETC icon/item/71027.tga -39018 ETC icon/item/71028.tga -39019 ETC icon/item/71029.tga -39020 ETC icon/item/71030.tga -39021 ETC icon/item/71030.tga -39022 ETC icon/item/71032.tga -39023 ETC season1/icon/item/71035.tga -39024 ETC icon/item/71044.tga -39025 ETC icon/item/71045.tga -39026 ETC icon/item/27103.tga -39027 ETC icon/item/71083.tga -39028 ETC icon/item/71084.tga -39029 ETC icon/item/71085.tga -39030 ETC icon/item/71094.tga -39031 ETC icon/item/71101.tga -39032 ETC icon/item/71107.tga -39033 ETC icon/item/71109.tga -39034 ETC icon/item/71110.tga -39035 ETC icon/item/71113.tga -39036 ETC season1/icon/item/72701.tga -39037 ETC icon/item/72723.tga -39038 ETC icon/item/72724.tga -39039 ETC icon/item/72725.tga -39040 ETC icon/item/72727.tga -39041 ETC icon/item/72728.tga -39042 ETC icon/item/72729.tga -39043 ETC icon/item/22000.tga -39044 ETC icon/item/30320.tga -70057 ETC icon/item/70038.tga -50216 ETC icon/item/50216.tga -52061 ETC icon/item/50063.tga -52062 ETC icon/item/50063.tga -52063 ETC icon/item/50063.tga -52064 ETC icon/item/50063.tga -52065 ETC icon/item/50063.tga -52066 ETC icon/item/50064.tga -52067 ETC icon/item/50064.tga -52068 ETC icon/item/50064.tga -52069 ETC icon/item/50064.tga -52070 ETC icon/item/50064.tga -52071 ETC icon/item/50065.tga -52072 ETC icon/item/50065.tga -52073 ETC icon/item/50065.tga -52074 ETC icon/item/50065.tga -52075 ETC icon/item/50065.tga -52076 ETC icon/item/50063.tga -52077 ETC icon/item/50063.tga -52078 ETC icon/item/50063.tga -52079 ETC icon/item/50063.tga -52080 ETC icon/item/50063.tga -52081 ETC icon/item/50064.tga -52082 ETC icon/item/50064.tga -52083 ETC icon/item/50064.tga -52084 ETC icon/item/50064.tga -52085 ETC icon/item/50064.tga -52086 ETC icon/item/50065.tga -52087 ETC icon/item/50065.tga -52088 ETC icon/item/50065.tga -52089 ETC icon/item/50065.tga -52090 ETC icon/item/50065.tga -52091 ETC icon/item/50063.tga -52092 ETC icon/item/50063.tga -52093 ETC icon/item/50063.tga -52094 ETC icon/item/50063.tga -52095 ETC icon/item/50063.tga -52096 ETC icon/item/50064.tga -52097 ETC icon/item/50064.tga -52098 ETC icon/item/50064.tga -52099 ETC icon/item/50064.tga -52100 ETC icon/item/50064.tga -52101 ETC icon/item/50065.tga -52102 ETC icon/item/50065.tga -52103 ETC icon/item/50065.tga -52104 ETC icon/item/50065.tga -52105 ETC icon/item/50065.tga -53002 ETC icon/item/53002.tga -71144 ETC icon/item/71144.tga -71143 ETC icon/item/71143.tga -38020 ETC icon/item/53002.tga -38053 ETC icon/item/50134.tga -50067 ETC icon/item/50067.tga -50068 ETC icon/item/50068.tga -52001 ETC icon/item/50063.tga -52002 ETC icon/item/50063.tga -52003 ETC icon/item/50063.tga -52004 ETC icon/item/50063.tga -52005 ETC icon/item/50063.tga -52006 ETC icon/item/50064.tga -52007 ETC icon/item/50064.tga -52008 ETC icon/item/50064.tga -52009 ETC icon/item/50064.tga -52010 ETC icon/item/50064.tga -52011 ETC icon/item/50065.tga -52012 ETC icon/item/50065.tga -52013 ETC icon/item/50065.tga -52014 ETC icon/item/50065.tga -52015 ETC icon/item/50065.tga -52016 ETC icon/item/50063.tga -52017 ETC icon/item/50063.tga -52018 ETC icon/item/50063.tga -52019 ETC icon/item/50063.tga -52020 ETC icon/item/50063.tga -52021 ETC icon/item/50064.tga -52022 ETC icon/item/50064.tga -52023 ETC icon/item/50064.tga -52024 ETC icon/item/50064.tga -52025 ETC icon/item/50064.tga -52026 ETC icon/item/50065.tga -52027 ETC icon/item/50065.tga -52028 ETC icon/item/50065.tga -52029 ETC icon/item/50065.tga -52030 ETC icon/item/50065.tga -52031 ETC icon/item/50063.tga -52032 ETC icon/item/50063.tga -52033 ETC icon/item/50063.tga -52034 ETC icon/item/50063.tga -52035 ETC icon/item/50063.tga -52036 ETC icon/item/50064.tga -52037 ETC icon/item/50064.tga -52038 ETC icon/item/50064.tga -52039 ETC icon/item/50064.tga -52040 ETC icon/item/50064.tga -52041 ETC icon/item/50065.tga -52042 ETC icon/item/50065.tga -52043 ETC icon/item/50065.tga -52044 ETC icon/item/50065.tga -52045 ETC icon/item/50065.tga -52046 ETC icon/item/50063.tga -52047 ETC icon/item/50063.tga -52048 ETC icon/item/50063.tga -52049 ETC icon/item/50063.tga -52050 ETC icon/item/50063.tga -52051 ETC icon/item/50064.tga -52052 ETC icon/item/50064.tga -52053 ETC icon/item/50064.tga -52054 ETC icon/item/50064.tga -52055 ETC icon/item/50064.tga -52056 ETC icon/item/50065.tga -52057 ETC icon/item/50065.tga -52058 ETC icon/item/50065.tga -52059 ETC icon/item/50065.tga -52060 ETC icon/item/50065.tga -71145 ETC icon/item/71145.tga -71146 ETC icon/item/71146.tga -71147 ETC icon/item/71147.tga -52701 ETC icon/item/52701.tga -52702 ETC icon/item/52701.tga -52703 ETC icon/item/52701.tga -52704 ETC icon/item/52701.tga -52705 ETC icon/item/52701.tga -52706 ETC icon/item/52701.tga -52707 ETC icon/item/52701.tga -71148 ETC icon/item/71148.tga -71149 ETC icon/item/71149.tga -71150 ETC icon/item/71150.tga -38100 ETC season1/icon/item/50709.tga -38101 ETC season1/icon/item/50709.tga -38102 ETC season1/icon/item/50709.tga -38010 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 -41003 ARMOR icon/item/41003.tga -41004 ARMOR icon/item/41004.tga -41005 ARMOR icon/item/41005.tga -41006 ARMOR icon/item/41006.tga -41007 ARMOR icon/item/41007.tga -41008 ARMOR icon/item/41008.tga -41009 ARMOR icon/item/41009.tga -41010 ARMOR icon/item/41010.tga -41011 ARMOR icon/item/41011.tga -41012 ARMOR icon/item/41012.tga -41013 ARMOR icon/item/41013.tga -41014 ARMOR icon/item/41014.tga -41015 ARMOR icon/item/41015.tga -41016 ARMOR icon/item/41016.tga -41017 ARMOR icon/item/41017.tga -41018 ARMOR icon/item/41018.tga -41019 ARMOR icon/item/41019.tga -41020 ARMOR icon/item/41020.tga -41021 ARMOR icon/item/41021.tga -41022 ARMOR icon/item/41022.tga -41023 ARMOR icon/item/41023.tga -41024 ARMOR icon/item/41024.tga -41025 ARMOR icon/item/41025.tga -41026 ARMOR icon/item/41026.tga -41027 ARMOR icon/item/41027.tga -41028 ARMOR icon/item/41028.tga -41029 ARMOR icon/item/41003.tga -41030 ARMOR icon/item/41004.tga -41031 ARMOR icon/item/41005.tga -41032 ARMOR icon/item/41006.tga -41033 ARMOR icon/item/41007.tga -41034 ARMOR icon/item/41008.tga -41035 ARMOR icon/item/41009.tga -41036 ARMOR icon/item/41010.tga -41037 ARMOR icon/item/41011.tga -41038 ARMOR icon/item/41012.tga -41039 ARMOR icon/item/41013.tga -41040 ARMOR icon/item/41014.tga -41041 ARMOR icon/item/41015.tga -41042 ARMOR icon/item/41016.tga -41043 ARMOR icon/item/41017.tga -41044 ARMOR icon/item/41018.tga -41045 ARMOR icon/item/41019.tga -41046 ARMOR icon/item/41020.tga -41047 ARMOR icon/item/41021.tga -41048 ARMOR icon/item/41022.tga -41049 ARMOR icon/item/41023.tga -41050 ARMOR icon/item/41024.tga -41051 ARMOR icon/item/41025.tga -41052 ARMOR icon/item/41026.tga -41053 ARMOR icon/item/41027.tga -41054 ARMOR icon/item/41028.tga -45001 ETC icon/item/45001.tga -45002 ETC icon/item/45002.tga -45003 ETC icon/item/45003.tga -45004 ETC icon/item/45004.tga -45005 ETC icon/item/45005.tga -45006 ETC icon/item/45006.tga -45007 ETC icon/item/45007.tga -45008 ETC icon/item/45008.tga -45009 ETC icon/item/45009.tga -45010 ETC icon/item/45010.tga -45011 ETC icon/item/45003.tga -45012 ETC icon/item/45004.tga -45013 ETC icon/item/45005.tga -45014 ETC icon/item/45006.tga -45015 ETC icon/item/45007.tga -45016 ETC icon/item/45008.tga -45017 ETC icon/item/45009.tga -45018 ETC icon/item/45010.tga -30265 ETC icon/item/30265.tga -30266 ETC icon/item/30266.tga -30267 ETC icon/item/30267.tga -30268 ETC icon/item/30268.tga -30269 ETC icon/item/30269.tga -50249 ETC icon/item/50217.tga -71158 ETC icon/item/71158.tga -71159 ETC icon/item/50217.tga -71160 ETC icon/item/50217.tga -80014 ETC icon/item/80015.tga -80015 ETC icon/item/80014.tga -80016 ETC icon/item/80016.tga -50187 ETC icon/item/50187.tga -50188 ETC icon/item/50187.tga -50189 ETC icon/item/50187.tga -50190 ETC icon/item/50187.tga -50191 ETC icon/item/50187.tga -50192 ETC icon/item/50187.tga -50193 ETC icon/item/50187.tga -50194 ETC icon/item/50187.tga -50195 ETC icon/item/50187.tga -50196 ETC icon/item/50187.tga -50197 ETC icon/item/50198.tga -50198 ETC icon/item/50198.tga -50199 ETC icon/item/50198.tga -50212 ETC icon/item/50187.tga -50213 ETC icon/item/50187.tga -27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 -27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 -27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 -27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 -76000 ETC icon/item/76000.tga -76001 ETC icon/item/76001.tga -76003 ETC icon/item/76003.tga -76004 ETC icon/item/76004.tga -76005 ETC icon/item/76005.tga -76006 ETC icon/item/76006.tga -76007 ETC icon/item/76007.tga -76008 ETC icon/item/76008.tga -76009 ETC icon/item/76009.tga -76010 ETC icon/item/76010.tga -76011 ETC icon/item/76011.tga -76012 ETC icon/item/76012.tga -76013 ETC icon/item/76013.tga -76014 ETC icon/item/76014.tga -76015 ETC icon/item/76015.tga -76016 ETC icon/item/76016.tga -76017 ETC icon/item/76017.tga -76018 ETC icon/item/76018.tga -76019 ETC icon/item/76019.tga -76020 ETC icon/item/76020.tga -76021 ETC icon/item/76021.tga -76022 ETC icon/item/76022.tga -76023 ETC icon/item/76023.tga -76024 ETC icon/item/76024.tga -53005 ETC icon/item/53005.tga -53505 ETC icon/item/53501.tga -70058 ETC icon/item/70058.tga -71151 ETC icon/item/71151.tga -71152 ETC icon/item/71152.tga -71153 ETC icon/item/71153.tga -71154 ETC icon/item/71153.tga -71155 ETC icon/item/71153.tga -71156 ETC icon/item/71153.tga -71157 ETC icon/item/71153.tga -51001 ETC icon/item/51001.tga -51002 ETC icon/item/51002.tga -41055 ARMOR icon/item/41055.tga -41056 ARMOR icon/item/41056.tga -41057 ARMOR icon/item/41057.tga -41058 ARMOR icon/item/41058.tga -41059 ARMOR icon/item/41059.tga -41060 ARMOR icon/item/41060.tga -41061 ARMOR icon/item/41061.tga -41062 ARMOR icon/item/41062.tga -41063 ARMOR icon/item/41063.tga -41064 ARMOR icon/item/41064.tga -41065 ARMOR icon/item/41065.tga -41066 ARMOR icon/item/41066.tga -41067 ARMOR icon/item/41067.tga -41068 ARMOR icon/item/41068.tga -41069 ARMOR icon/item/41069.tga -41070 ARMOR icon/item/41070.tga -41071 ARMOR icon/item/41071.tga -41072 ARMOR icon/item/41072.tga -41073 ARMOR icon/item/41073.tga -41074 ARMOR icon/item/41074.tga -41075 ARMOR icon/item/41075.tga -41076 ARMOR icon/item/41076.tga -41077 ARMOR icon/item/41077.tga -41078 ARMOR icon/item/41078.tga -41079 ARMOR icon/item/41079.tga -41080 ARMOR icon/item/41080.tga -41081 ARMOR icon/item/41081.tga -41082 ARMOR icon/item/41082.tga -41083 ARMOR icon/item/41083.tga -41084 ARMOR icon/item/41084.tga -41085 ARMOR icon/item/41055.tga -41086 ARMOR icon/item/41056.tga -41087 ARMOR icon/item/41057.tga -41088 ARMOR icon/item/41058.tga -41089 ARMOR icon/item/41059.tga -41090 ARMOR icon/item/41060.tga -41091 ARMOR icon/item/41061.tga -41092 ARMOR icon/item/41062.tga -41093 ARMOR icon/item/41063.tga -41094 ARMOR icon/item/41064.tga -41095 ARMOR icon/item/41065.tga -41096 ARMOR icon/item/41066.tga -41097 ARMOR icon/item/41067.tga -41098 ARMOR icon/item/41068.tga -41099 ARMOR icon/item/41069.tga -41100 ARMOR icon/item/41070.tga -41101 ARMOR icon/item/41071.tga -41102 ARMOR icon/item/41072.tga -41103 ARMOR icon/item/41073.tga -41104 ARMOR icon/item/41074.tga -41105 ARMOR icon/item/41075.tga -41106 ARMOR icon/item/41076.tga -41107 ARMOR icon/item/41077.tga -41108 ARMOR icon/item/41078.tga -41109 ARMOR icon/item/41079.tga -41110 ARMOR icon/item/41080.tga -41111 ARMOR icon/item/41081.tga -41112 ARMOR icon/item/41082.tga -41113 ARMOR icon/item/41083.tga -41114 ARMOR icon/item/41084.tga -45019 ETC icon/item/45010.tga -45020 ETC icon/item/45010.tga -45021 ETC icon/item/45010.tga -45022 ETC icon/item/45010.tga -45023 ETC icon/item/45010.tga -45024 ETC icon/item/45010.tga -45025 ETC icon/item/45010.tga -45026 ETC icon/item/45010.tga -45027 ETC icon/item/45008.tga -45028 ETC icon/item/45008.tga -45029 ETC icon/item/45008.tga -45030 ETC icon/item/45008.tga -45031 ETC icon/item/45008.tga -45032 ETC icon/item/45008.tga -45033 ETC icon/item/45008.tga -45034 ETC icon/item/45008.tga -45035 ETC icon/item/45010.tga -45036 ETC icon/item/45010.tga -45037 ETC icon/item/45010.tga -45038 ETC icon/item/45010.tga -45039 ETC icon/item/45010.tga -45040 ETC icon/item/45010.tga -45041 ETC icon/item/45010.tga -45042 ETC icon/item/45010.tga -45043 ETC icon/item/45008.tga -45044 ETC icon/item/45008.tga -45045 ETC icon/item/45008.tga -45046 ETC icon/item/45008.tga -45047 ETC icon/item/45008.tga -45048 ETC icon/item/45008.tga -45049 ETC icon/item/45008.tga -45050 ETC icon/item/45008.tga -53006 ETC icon/item/53006.tga -53506 ETC icon/item/53501.tga -30324 ETC icon/item/30324.tga -30325 ETC icon/item/30324.tga -30326 ETC icon/item/30326.tga -30327 ETC icon/item/30327.tga -31001 ETC icon/item/31001.tga -31002 ETC icon/item/31002.tga -31003 ETC icon/item/31003.tga -31004 ETC icon/item/31004.tga -31005 ETC icon/item/31005.tga -31006 ETC icon/item/31006.tga -31007 ETC icon/item/31007.tga -31008 ETC icon/item/31008.tga -38054 ETC icon/item/50137.tga -80017 ETC icon/item/80017.tga -31009 ETC icon/item/31009.tga -31010 ETC icon/item/31009.tga -31011 ETC icon/item/31009.tga -31012 ETC icon/item/31012.tga -31013 ETC icon/item/31012.tga -31014 ETC icon/item/31012.tga -31015 ETC icon/item/31012.tga -31016 ETC icon/item/31012.tga -31017 ETC icon/item/31012.tga -31018 ETC icon/item/31018.tga -31019 ETC icon/item/31019.tga -31020 ETC icon/item/31020.tga -31021 ETC icon/item/31021.tga -31022 ETC icon/item/31022.tga -31023 ETC icon/item/31023.tga -31024 ETC icon/item/31024.tga -31025 ETC icon/item/31025.tga -31026 ETC icon/item/31026.tga -31027 ETC icon/item/30020.tga -31028 ETC icon/item/31028.tga -31029 ETC icon/item/31029.tga -31030 ETC icon/item/31030.tga -31031 ETC icon/item/31031.tga -31032 ETC icon/item/50022.tga -31033 ETC icon/item/31033.tga -31034 ETC icon/item/31034.tga -31035 ETC icon/item/31035.tga -31036 ETC icon/item/31035.tga -31037 ETC icon/item/31037.tga -31038 ETC icon/item/31038.tga -31039 ETC icon/item/31039.tga -31040 ETC icon/item/31040.tga -31041 ETC icon/item/30020.tga -31042 ETC icon/item/31042.tga -31043 ETC icon/item/31043.tga -31044 ETC icon/item/31044.tga -31045 ETC icon/item/31045.tga -31046 ETC icon/item/31046.tga -31047 ETC icon/item/30002.tga -31048 ETC icon/item/31050.tga -31049 ETC icon/item/31050.tga -31050 ETC icon/item/31050.tga -31051 ETC icon/item/30185.tga -31052 ETC icon/item/31052.tga -31053 ETC icon/item/31053.tga -31054 ETC icon/item/31054.tga -31055 ETC icon/item/31055.tga -31056 ETC icon/item/31056.tga -31057 ETC icon/item/31057.tga -31058 ETC icon/item/31058.tga -31059 ETC icon/item/71056.tga -31060 ETC icon/item/30195.tga -31061 ETC icon/item/31061.tga -31062 ETC icon/item/31062.tga -31063 ETC icon/item/31063.tga -31064 ETC icon/item/31064.tga -31065 ETC icon/item/31065.tga -31066 ETC icon/item/31066.tga -31067 ETC icon/item/31067.tga -31068 ETC icon/item/31068.tga -31069 ETC icon/item/31069.tga -31070 ETC icon/item/31070.tga -31071 ETC icon/item/31071.tga -31072 ETC icon/item/31072.tga -100000 ETC icon/item/100000.tga -100001 ETC icon/item/100001.tga -100002 ETC icon/item/100002.tga -100100 ETC icon/item/100100.tga -100200 ETC icon/item/100200.tga -100300 ETC icon/item/100300.tga -100400 ETC icon/item/100400.tga -100500 ETC icon/item/100500.tga -110000 ETC icon/item/110000.tga -110100 ETC icon/item/110100.tga -110200 ETC icon/item/110200.tga -110300 ETC icon/item/110300.tga -110400 ETC icon/item/110400.tga -111000 ETC icon/item/111000.tga -111100 ETC icon/item/111100.tga -111200 ETC icon/item/111200.tga -111300 ETC icon/item/111300.tga -111400 ETC icon/item/111400.tga -112000 ETC icon/item/112000.tga -112100 ETC icon/item/112100.tga -112200 ETC icon/item/112200.tga -112300 ETC icon/item/112300.tga -112400 ETC icon/item/112400.tga -113000 ETC icon/item/113000.tga -113100 ETC icon/item/113100.tga -113200 ETC icon/item/113200.tga -113300 ETC icon/item/113300.tga -113400 ETC icon/item/113400.tga -114000 ETC icon/item/114000.tga -114100 ETC icon/item/114100.tga -114200 ETC icon/item/114200.tga -114300 ETC icon/item/114300.tga -114400 ETC icon/item/114400.tga -120000 ETC icon/item/120000.tga -120100 ETC icon/item/120100.tga -120200 ETC icon/item/120200.tga -120300 ETC icon/item/120300.tga -120400 ETC icon/item/120400.tga -121000 ETC icon/item/121000.tga -121100 ETC icon/item/121100.tga -121200 ETC icon/item/121200.tga -121300 ETC icon/item/121300.tga -121400 ETC icon/item/121400.tga -122000 ETC icon/item/122000.tga -122100 ETC icon/item/122100.tga -122200 ETC icon/item/122200.tga -122300 ETC icon/item/122300.tga -122400 ETC icon/item/122400.tga -123000 ETC icon/item/123000.tga -123100 ETC icon/item/123100.tga -123200 ETC icon/item/123200.tga -123300 ETC icon/item/123300.tga -123400 ETC icon/item/123400.tga -124000 ETC icon/item/124000.tga -124100 ETC icon/item/124100.tga -124200 ETC icon/item/124200.tga -124300 ETC icon/item/124300.tga -124400 ETC icon/item/124400.tga -130000 ETC icon/item/130000.tga -130100 ETC icon/item/130100.tga -130200 ETC icon/item/130200.tga -130300 ETC icon/item/130300.tga -130400 ETC icon/item/130400.tga -131000 ETC icon/item/131000.tga -131100 ETC icon/item/131100.tga -131200 ETC icon/item/131200.tga -131300 ETC icon/item/131300.tga -131400 ETC icon/item/131400.tga -132000 ETC icon/item/132000.tga -132100 ETC icon/item/132100.tga -132200 ETC icon/item/132200.tga -132300 ETC icon/item/132300.tga -132400 ETC icon/item/132400.tga -133000 ETC icon/item/133000.tga -133100 ETC icon/item/133100.tga -133200 ETC icon/item/133200.tga -133300 ETC icon/item/133300.tga -133400 ETC icon/item/133400.tga -134000 ETC icon/item/134000.tga -134100 ETC icon/item/134100.tga -134200 ETC icon/item/134200.tga -134300 ETC icon/item/134300.tga -134400 ETC icon/item/134400.tga -140000 ETC icon/item/140000.tga -140100 ETC icon/item/140100.tga -140200 ETC icon/item/140200.tga -140300 ETC icon/item/140300.tga -140400 ETC icon/item/140400.tga -141000 ETC icon/item/141000.tga -141100 ETC icon/item/141100.tga -141200 ETC icon/item/141200.tga -141300 ETC icon/item/141300.tga -141400 ETC icon/item/141400.tga -142000 ETC icon/item/142000.tga -142100 ETC icon/item/142100.tga -142200 ETC icon/item/142200.tga -142300 ETC icon/item/142300.tga -142400 ETC icon/item/142400.tga -143000 ETC icon/item/143000.tga -143100 ETC icon/item/143100.tga -143200 ETC icon/item/143200.tga -143300 ETC icon/item/143300.tga -143400 ETC icon/item/143400.tga -144000 ETC icon/item/144000.tga -144100 ETC icon/item/144100.tga -144200 ETC icon/item/144200.tga -144300 ETC icon/item/144300.tga -144400 ETC icon/item/144400.tga -150000 ETC icon/item/150000.tga -150100 ETC icon/item/150100.tga -150200 ETC icon/item/150200.tga -150300 ETC icon/item/150300.tga -150400 ETC icon/item/150400.tga -151000 ETC icon/item/151000.tga -151100 ETC icon/item/151100.tga -151200 ETC icon/item/151200.tga -151300 ETC icon/item/151300.tga -151400 ETC icon/item/151400.tga -152000 ETC icon/item/152000.tga -152100 ETC icon/item/152100.tga -152200 ETC icon/item/152200.tga -152300 ETC icon/item/152300.tga -152400 ETC icon/item/152400.tga -153000 ETC icon/item/153000.tga -153100 ETC icon/item/153100.tga -153200 ETC icon/item/153200.tga -153300 ETC icon/item/153300.tga -153400 ETC icon/item/153400.tga -154000 ETC icon/item/154000.tga -154100 ETC icon/item/154100.tga -154200 ETC icon/item/154200.tga -154300 ETC icon/item/154300.tga -154400 ETC icon/item/154400.tga -160000 ETC icon/item/160000.tga -160100 ETC icon/item/160100.tga -160200 ETC icon/item/160200.tga -160300 ETC icon/item/160300.tga -160400 ETC icon/item/160400.tga -161000 ETC icon/item/161000.tga -161100 ETC icon/item/161100.tga -161200 ETC icon/item/161200.tga -161300 ETC icon/item/161300.tga -161400 ETC icon/item/161400.tga -162000 ETC icon/item/162000.tga -162100 ETC icon/item/162100.tga -162200 ETC icon/item/162200.tga -162300 ETC icon/item/162300.tga -162400 ETC icon/item/162400.tga -163000 ETC icon/item/163000.tga -163100 ETC icon/item/163100.tga -163200 ETC icon/item/163200.tga -163300 ETC icon/item/163300.tga -163400 ETC icon/item/163400.tga -164000 ETC icon/item/164000.tga -164100 ETC icon/item/164100.tga -164200 ETC icon/item/164200.tga -164300 ETC icon/item/164300.tga -164400 ETC icon/item/164400.tga -41153 ARMOR icon/item/41153.tga -41154 ARMOR icon/item/41154.tga -41155 ARMOR icon/item/41155.tga -41156 ARMOR icon/item/41156.tga -41157 ARMOR icon/item/41157.tga -41158 ARMOR icon/item/41158.tga -41159 ARMOR icon/item/41159.tga -41160 ARMOR icon/item/41160.tga -41161 ARMOR icon/item/41161.tga -41162 ARMOR icon/item/41162.tga -41163 ARMOR icon/item/41163.tga -41164 ARMOR icon/item/41164.tga -41165 ARMOR icon/item/41165.tga -41166 ARMOR icon/item/41166.tga -41167 ARMOR icon/item/41167.tga -41168 ARMOR icon/item/41168.tga -41169 ARMOR icon/item/41169.tga -41170 ARMOR icon/item/41170.tga -41171 ARMOR icon/item/41171.tga -41172 ARMOR icon/item/41172.tga -41173 ARMOR icon/item/41173.tga -41174 ARMOR icon/item/41174.tga -41175 ARMOR icon/item/41175.tga -41176 ARMOR icon/item/41176.tga -41177 ARMOR icon/item/41177.tga -41178 ARMOR icon/item/41178.tga -41179 ARMOR icon/item/41179.tga -41180 ARMOR icon/item/41180.tga -41181 ARMOR icon/item/41181.tga -41182 ARMOR icon/item/41182.tga -41183 ARMOR icon/item/41183.tga -41184 ARMOR icon/item/41184.tga -41185 ARMOR icon/item/41185.tga -41186 ARMOR icon/item/41186.tga -41187 ARMOR icon/item/41187.tga -41188 ARMOR icon/item/41188.tga -41189 ARMOR icon/item/41189.tga -41190 ARMOR icon/item/41190.tga -41191 ARMOR icon/item/41191.tga -41192 ARMOR icon/item/41192.tga -41193 ARMOR icon/item/41193.tga -41194 ARMOR icon/item/41194.tga -41195 ARMOR icon/item/41195.tga -41196 ARMOR icon/item/41196.tga -41197 ARMOR icon/item/41197.tga -41198 ARMOR icon/item/41198.tga -41199 ARMOR icon/item/41199.tga -41200 ARMOR icon/item/41200.tga -41201 ARMOR icon/item/41201.tga -41202 ARMOR icon/item/41202.tga -41203 ARMOR icon/item/41203.tga -41204 ARMOR icon/item/41204.tga -41205 ARMOR icon/item/41205.tga -41206 ARMOR icon/item/41206.tga -41207 ARMOR icon/item/41207.tga -41208 ARMOR icon/item/41208.tga -41209 ARMOR icon/item/41209.tga -41210 ARMOR icon/item/41210.tga -41211 ARMOR icon/item/41211.tga -41212 ARMOR icon/item/41212.tga -41213 ARMOR icon/item/41213.tga -41214 ARMOR icon/item/41214.tga -41215 ARMOR icon/item/41215.tga -41216 ARMOR icon/item/41216.tga -41217 ARMOR icon/item/41153.tga -41218 ARMOR icon/item/41154.tga -41219 ARMOR icon/item/41155.tga -41220 ARMOR icon/item/41156.tga -41221 ARMOR icon/item/41157.tga -41222 ARMOR icon/item/41158.tga -41223 ARMOR icon/item/41159.tga -41224 ARMOR icon/item/41160.tga -41225 ARMOR icon/item/41161.tga -41226 ARMOR icon/item/41162.tga -41227 ARMOR icon/item/41163.tga -41228 ARMOR icon/item/41164.tga -41229 ARMOR icon/item/41165.tga -41230 ARMOR icon/item/41166.tga -41231 ARMOR icon/item/41167.tga -41232 ARMOR icon/item/41168.tga -41233 ARMOR icon/item/41169.tga -41234 ARMOR icon/item/41170.tga -41235 ARMOR icon/item/41171.tga -41236 ARMOR icon/item/41172.tga -41237 ARMOR icon/item/41173.tga -41238 ARMOR icon/item/41174.tga -41239 ARMOR icon/item/41175.tga -41240 ARMOR icon/item/41176.tga -41241 ARMOR icon/item/41177.tga -41242 ARMOR icon/item/41178.tga -41243 ARMOR icon/item/41179.tga -41244 ARMOR icon/item/41180.tga -41245 ARMOR icon/item/41181.tga -41246 ARMOR icon/item/41182.tga -41247 ARMOR icon/item/41183.tga -41248 ARMOR icon/item/41184.tga -41249 ARMOR icon/item/41185.tga -41250 ARMOR icon/item/41186.tga -41251 ARMOR icon/item/41187.tga -41252 ARMOR icon/item/41188.tga -41253 ARMOR icon/item/41189.tga -41254 ARMOR icon/item/41190.tga -41255 ARMOR icon/item/41191.tga -41256 ARMOR icon/item/41192.tga -41257 ARMOR icon/item/41193.tga -41258 ARMOR icon/item/41194.tga -41259 ARMOR icon/item/41195.tga -41260 ARMOR icon/item/41196.tga -41261 ARMOR icon/item/41197.tga -41262 ARMOR icon/item/41198.tga -41263 ARMOR icon/item/41199.tga -41264 ARMOR icon/item/41200.tga -41265 ARMOR icon/item/41201.tga -41266 ARMOR icon/item/41202.tga -41267 ARMOR icon/item/41203.tga -41268 ARMOR icon/item/41204.tga -41269 ARMOR icon/item/41205.tga -41270 ARMOR icon/item/41206.tga -41271 ARMOR icon/item/41207.tga -41272 ARMOR icon/item/41208.tga -41273 ARMOR icon/item/41209.tga -41274 ARMOR icon/item/41210.tga -41275 ARMOR icon/item/41211.tga -41276 ARMOR icon/item/41212.tga -41277 ARMOR icon/item/41213.tga -41278 ARMOR icon/item/41214.tga -41279 ARMOR icon/item/41215.tga -41280 ARMOR icon/item/41216.tga -45087 ETC icon/item/45087.tga -45088 ETC icon/item/45088.tga -45089 ETC icon/item/45089.tga -45090 ETC icon/item/45090.tga -45091 ETC icon/item/45091.tga -45092 ETC icon/item/45092.tga -45093 ETC icon/item/45093.tga -45094 ETC icon/item/45094.tga -45095 ETC icon/item/45095.tga -45096 ETC icon/item/45096.tga -45097 ETC icon/item/45087.tga -45098 ETC icon/item/45088.tga -45099 ETC icon/item/45089.tga -45100 ETC icon/item/45090.tga -45101 ETC icon/item/45091.tga -45102 ETC icon/item/45092.tga -45103 ETC icon/item/45093.tga -45104 ETC icon/item/45094.tga -45105 ETC icon/item/45095.tga -45106 ETC icon/item/45096.tga -20000 ARMOR icon/item/20000.tga -20001 ARMOR icon/item/20000.tga -20002 ARMOR icon/item/20000.tga -20003 ARMOR icon/item/20000.tga -20004 ARMOR icon/item/20000.tga -20005 ARMOR icon/item/20000.tga -20006 ARMOR icon/item/20000.tga -20007 ARMOR icon/item/20000.tga -20008 ARMOR icon/item/20000.tga -20009 ARMOR icon/item/20000.tga -20250 ARMOR icon/item/20250.tga -20251 ARMOR icon/item/20250.tga -20252 ARMOR icon/item/20250.tga -20253 ARMOR icon/item/20250.tga -20254 ARMOR icon/item/20250.tga -20255 ARMOR icon/item/20250.tga -20256 ARMOR icon/item/20250.tga -20257 ARMOR icon/item/20250.tga -20258 ARMOR icon/item/20250.tga -20259 ARMOR icon/item/20250.tga -20500 ARMOR icon/item/20500.tga -20501 ARMOR icon/item/20500.tga -20502 ARMOR icon/item/20500.tga -20503 ARMOR icon/item/20500.tga -20504 ARMOR icon/item/20500.tga -20505 ARMOR icon/item/20500.tga -20506 ARMOR icon/item/20500.tga -20507 ARMOR icon/item/20500.tga -20508 ARMOR icon/item/20500.tga -20509 ARMOR icon/item/20500.tga -20750 ARMOR icon/item/20750.tga -20751 ARMOR icon/item/20750.tga -20752 ARMOR icon/item/20750.tga -20753 ARMOR icon/item/20750.tga -20754 ARMOR icon/item/20750.tga -20755 ARMOR icon/item/20750.tga -20756 ARMOR icon/item/20750.tga -20757 ARMOR icon/item/20750.tga -20758 ARMOR icon/item/20750.tga -20759 ARMOR icon/item/20750.tga -30500 ETC icon/item/30500.tga -30501 ETC icon/item/30501.tga -30502 ETC icon/item/30502.tga -30503 ETC icon/item/30503.tga -30504 ETC icon/item/30504.tga -30505 ETC icon/item/30505.tga -30506 ETC icon/item/30506.tga -30507 ETC icon/item/30507.tga -30508 ETC icon/item/30508.tga -30509 ETC icon/item/30509.tga -30510 ETC icon/item/30510.tga -30511 ETC icon/item/30511.tga -30512 ETC icon/item/30512.tga -30513 ETC icon/item/30513.tga -30514 ETC icon/item/30514.tga -30515 ETC icon/item/30515.tga -30516 ETC icon/item/30516.tga -30517 ETC icon/item/30517.tga -30518 ETC icon/item/30518.tga -30519 ETC icon/item/30519.tga -30520 ETC icon/item/30520.tga -30521 ETC icon/item/30521.tga -30522 ETC icon/item/30522.tga -30523 ETC icon/item/30523.tga -5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -50252 ETC icon/item/50255.tga -50253 ETC icon/item/50253.tga -50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50255 ETC icon/item/50255.tga -50256 ETC icon/item/50256.tga -50257 ETC icon/item/50257.tga -50258 ETC icon/item/50258.tga -50259 ETC icon/item/50259.tga -50260 ETC icon/item/50255.tga -50527 ETC icon/item/50527.tga -71160 ETC icon/item/71153.tga -71162 ETC icon/item/71162.tga -71163 ETC icon/item/71163.tga -30270 ETC icon/item/30270.tga -20500 ARMOR icon/item/20750.tga -20501 ARMOR icon/item/20750.tga -20502 ARMOR icon/item/20750.tga -20503 ARMOR icon/item/20750.tga -20504 ARMOR icon/item/20750.tga -20505 ARMOR icon/item/20750.tga -20506 ARMOR icon/item/20750.tga -20507 ARMOR icon/item/20750.tga -20508 ARMOR icon/item/20750.tga -20509 ARMOR icon/item/20750.tga -20750 ARMOR icon/item/20500.tga -20751 ARMOR icon/item/20500.tga -20752 ARMOR icon/item/20500.tga -20753 ARMOR icon/item/20500.tga -20754 ARMOR icon/item/20500.tga -20755 ARMOR icon/item/20500.tga -20756 ARMOR icon/item/20500.tga -20757 ARMOR icon/item/20500.tga -20758 ARMOR icon/item/20500.tga -20759 ARMOR icon/item/20500.tga -53007 ETC icon/item/53002.tga -53010 ETC icon/item/53001.tga -53011 ETC icon/item/53001.tga -53012 ETC icon/item/53001.tga -53013 ETC icon/item/53001.tga -53014 ETC icon/item/53008.tga -53015 ETC icon/item/53008.tga -71164 ETC icon/item/71131.tga -71165 ETC icon/item/71131.tga -71166 ETC icon/item/71131.tga -71161 ETC icon/item/71161.tga -41125 ETC icon/item/41125.tga -41126 ETC icon/item/41126.tga -41135 ETC icon/item/41125.tga -41136 ETC icon/item/41126.tga -45061 ETC icon/item/45061.tga -45062 ETC icon/item/45062.tga -45073 ETC icon/item/45061.tga -45074 ETC icon/item/45062.tga -41117 ARMOR icon/item/41117.tga -41118 ARMOR icon/item/41118.tga -41119 ARMOR icon/item/41119.tga -41120 ARMOR icon/item/41120.tga -41121 ARMOR icon/item/41121.tga -41122 ARMOR icon/item/41122.tga -41129 ARMOR icon/item/41117.tga -41130 ARMOR icon/item/41118.tga -41131 ARMOR icon/item/41119.tga -41132 ARMOR icon/item/41120.tga -41133 ARMOR icon/item/41121.tga -41134 ARMOR icon/item/41122.tga -41153 ARMOR icon/item/41153.tga -41154 ARMOR icon/item/41154.tga -41155 ARMOR icon/item/41155.tga -41156 ARMOR icon/item/41156.tga -41157 ARMOR icon/item/41157.tga -41158 ARMOR icon/item/41158.tga -41159 ARMOR icon/item/41159.tga -41160 ARMOR icon/item/41160.tga -41161 ARMOR icon/item/41161.tga -41162 ARMOR icon/item/41162.tga -41163 ARMOR icon/item/41163.tga -41164 ARMOR icon/item/41164.tga -41165 ARMOR icon/item/41165.tga -41166 ARMOR icon/item/41166.tga -41167 ARMOR icon/item/41167.tga -41168 ARMOR icon/item/41168.tga -41169 ARMOR icon/item/41169.tga -41170 ARMOR icon/item/41170.tga -41171 ARMOR icon/item/41171.tga -41172 ARMOR icon/item/41172.tga -41173 ARMOR icon/item/41173.tga -41174 ARMOR icon/item/41174.tga -41175 ARMOR icon/item/41175.tga -41176 ARMOR icon/item/41176.tga -41177 ARMOR icon/item/41177.tga -41178 ARMOR icon/item/41178.tga -41179 ARMOR icon/item/41179.tga -41180 ARMOR icon/item/41180.tga -41181 ARMOR icon/item/41181.tga -41182 ARMOR icon/item/41182.tga -41183 ARMOR icon/item/41183.tga -41184 ARMOR icon/item/41184.tga -41185 ARMOR icon/item/41185.tga -41186 ARMOR icon/item/41186.tga -41187 ARMOR icon/item/41187.tga -41188 ARMOR icon/item/41188.tga -41189 ARMOR icon/item/41189.tga -41190 ARMOR icon/item/41190.tga -41191 ARMOR icon/item/41191.tga -41192 ARMOR icon/item/41192.tga -41193 ARMOR icon/item/41193.tga -41194 ARMOR icon/item/41194.tga -41195 ARMOR icon/item/41195.tga -41196 ARMOR icon/item/41196.tga -41197 ARMOR icon/item/41197.tga -41198 ARMOR icon/item/41198.tga -41199 ARMOR icon/item/41199.tga -41200 ARMOR icon/item/41200.tga -41201 ARMOR icon/item/41201.tga -41202 ARMOR icon/item/41202.tga -41203 ARMOR icon/item/41203.tga -41204 ARMOR icon/item/41204.tga -41205 ARMOR icon/item/41205.tga -41206 ARMOR icon/item/41206.tga -41207 ARMOR icon/item/41207.tga -41208 ARMOR icon/item/41208.tga -41209 ARMOR icon/item/41209.tga -41210 ARMOR icon/item/41210.tga -41211 ARMOR icon/item/41211.tga -41212 ARMOR icon/item/41212.tga -41213 ARMOR icon/item/41213.tga -41214 ARMOR icon/item/41214.tga -41215 ARMOR icon/item/41215.tga -41216 ARMOR icon/item/41216.tga -41217 ARMOR icon/item/41153.tga -41218 ARMOR icon/item/41154.tga -41219 ARMOR icon/item/41155.tga -41220 ARMOR icon/item/41156.tga -41221 ARMOR icon/item/41157.tga -41222 ARMOR icon/item/41158.tga -41223 ARMOR icon/item/41159.tga -41224 ARMOR icon/item/41160.tga -41225 ARMOR icon/item/41161.tga -41226 ARMOR icon/item/41162.tga -41227 ARMOR icon/item/41163.tga -41228 ARMOR icon/item/41164.tga -41229 ARMOR icon/item/41165.tga -41230 ARMOR icon/item/41166.tga -41231 ARMOR icon/item/41167.tga -41232 ARMOR icon/item/41168.tga -41233 ARMOR icon/item/41169.tga -41234 ARMOR icon/item/41170.tga -41235 ARMOR icon/item/41171.tga -41236 ARMOR icon/item/41172.tga -41237 ARMOR icon/item/41173.tga -41238 ARMOR icon/item/41174.tga -41239 ARMOR icon/item/41175.tga -41240 ARMOR icon/item/41176.tga -41241 ARMOR icon/item/41177.tga -41242 ARMOR icon/item/41178.tga -41243 ARMOR icon/item/41179.tga -41244 ARMOR icon/item/41180.tga -41245 ARMOR icon/item/41181.tga -41246 ARMOR icon/item/41182.tga -41247 ARMOR icon/item/41183.tga -41248 ARMOR icon/item/41184.tga -41249 ARMOR icon/item/41185.tga -41250 ARMOR icon/item/41186.tga -41251 ARMOR icon/item/41187.tga -41252 ARMOR icon/item/41188.tga -41253 ARMOR icon/item/41189.tga -41254 ARMOR icon/item/41190.tga -41255 ARMOR icon/item/41191.tga -41256 ARMOR icon/item/41192.tga -41257 ARMOR icon/item/41193.tga -41258 ARMOR icon/item/41194.tga -41259 ARMOR icon/item/41195.tga -41260 ARMOR icon/item/41196.tga -41261 ARMOR icon/item/41197.tga -41262 ARMOR icon/item/41198.tga -41263 ARMOR icon/item/41199.tga -41264 ARMOR icon/item/41200.tga -41265 ARMOR icon/item/41201.tga -41266 ARMOR icon/item/41202.tga -41267 ARMOR icon/item/41203.tga -41268 ARMOR icon/item/41204.tga -41269 ARMOR icon/item/41205.tga -41270 ARMOR icon/item/41206.tga -41271 ARMOR icon/item/41207.tga -41272 ARMOR icon/item/41208.tga -41273 ARMOR icon/item/41209.tga -41274 ARMOR icon/item/41210.tga -41275 ARMOR icon/item/41211.tga -41276 ARMOR icon/item/41212.tga -41277 ARMOR icon/item/41213.tga -41278 ARMOR icon/item/41214.tga -41279 ARMOR icon/item/41215.tga -41280 ARMOR icon/item/41216.tga -45053 ETC icon/item/45053.tga -45054 ETC icon/item/45054.tga -45055 ETC icon/item/45055.tga -45056 ETC icon/item/45056.tga -45057 ETC icon/item/45057.tga -45058 ETC icon/item/45058.tga -45065 ETC icon/item/45053.tga -45066 ETC icon/item/45054.tga -45067 ETC icon/item/45055.tga -45068 ETC icon/item/45056.tga -45069 ETC icon/item/45057.tga -45070 ETC icon/item/45058.tga -45087 ETC icon/item/45087.tga -45088 ETC icon/item/45088.tga -45089 ETC icon/item/45089.tga -45090 ETC icon/item/45090.tga -45091 ETC icon/item/45091.tga -45092 ETC icon/item/45092.tga -45093 ETC icon/item/45093.tga -45094 ETC icon/item/45094.tga -45095 ETC icon/item/45095.tga -45096 ETC icon/item/45096.tga -45097 ETC icon/item/45087.tga -45098 ETC icon/item/45088.tga -45099 ETC icon/item/45089.tga -45100 ETC icon/item/45090.tga -45101 ETC icon/item/45091.tga -45102 ETC icon/item/45092.tga -45103 ETC icon/item/45093.tga -45104 ETC icon/item/45094.tga -45105 ETC icon/item/45095.tga -45106 ETC icon/item/45096.tga -53007 ETC icon/item/53002.tga -53008 ETC icon/item/53008.tga -53009 ETC icon/item/53008.tga -53010 ETC icon/item/53008.tga -53011 ETC icon/item/53008.tga -53012 ETC icon/item/53008.tga -53013 ETC icon/item/53008.tga -41137 ETC icon/item/41137.tga -41138 ETC icon/item/41138.tga -41139 ETC icon/item/41139.tga -41140 ETC icon/item/41140.tga -41141 ETC icon/item/41141.tga -41142 ETC icon/item/41142.tga -41143 ETC icon/item/41143.tga -41144 ETC icon/item/41144.tga -41145 ETC icon/item/41137.tga -41146 ETC icon/item/41138.tga -41147 ETC icon/item/41139.tga -41148 ETC icon/item/41140.tga -41149 ETC icon/item/41141.tga -41150 ETC icon/item/41142.tga -41151 ETC icon/item/41143.tga -41152 ETC icon/item/41144.tga -41291 ARMOR icon/item/41291.tga -41292 ARMOR icon/item/41292.tga -41293 ARMOR icon/item/41293.tga -41294 ARMOR icon/item/41294.tga -41295 ARMOR icon/item/41295.tga -41296 ARMOR icon/item/41296.tga -41297 ARMOR icon/item/41297.tga -41298 ARMOR icon/item/41298.tga -41299 ARMOR icon/item/41291.tga -41300 ARMOR icon/item/41292.tga -41301 ARMOR icon/item/41293.tga -41302 ARMOR icon/item/41294.tga -41303 ARMOR icon/item/41295.tga -41304 ARMOR icon/item/41296.tga -41305 ARMOR icon/item/41297.tga -41306 ARMOR icon/item/41298.tga -45075 ETC icon/item/45075.tga -45076 ETC icon/item/45076.tga -45077 ETC icon/item/45077.tga -45078 ETC icon/item/45078.tga -45079 ETC icon/item/45079.tga -45080 ETC icon/item/45080.tga -45081 ETC icon/item/45075.tga -45082 ETC icon/item/45076.tga -45083 ETC icon/item/45077.tga -45084 ETC icon/item/45078.tga -45085 ETC icon/item/45079.tga -45086 ETC icon/item/45080.tga -45119 ETC icon/item/45119.tga -45120 ETC icon/item/45120.tga -45121 ETC icon/item/45121.tga -45122 ETC icon/item/45122.tga -45123 ETC icon/item/45123.tga -45124 ETC icon/item/45124.tga -45125 ETC icon/item/45125.tga -45126 ETC icon/item/45126.tga -45127 ETC icon/item/45119.tga -45128 ETC icon/item/45120.tga -45129 ETC icon/item/45121.tga -45130 ETC icon/item/45122.tga -45131 ETC icon/item/45123.tga -45132 ETC icon/item/45124.tga -45133 ETC icon/item/45125.tga -45134 ETC icon/item/45126.tga -38055 ETC icon/item/50132.tga d:/ymir work/item/etc/item_box1.GR2 -38056 ETC icon/item/50133.tga d:/ymir work/item/etc/item_box1.GR2 -38057 ETC icon/item/50128.tga -71164 ETC icon/item/53002.tga -53010 ETC icon/item/53001.tga -53011 ETC icon/item/53001.tga -53012 ETC icon/item/53001.tga -53013 ETC icon/item/53001.tga -71164 ETC icon/item/71131.tga -38200 ETC icon/item/53001.tga -38201 ETC icon/item/53001.tga -41001 ARMOR icon/item/41002.tga -41002 ARMOR icon/item/41001.tga -51501 ETC icon/item/51501.tga -51502 ETC icon/item/51501.tga -51503 ETC icon/item/51501.tga -51504 ETC icon/item/51569.tga -51505 ETC icon/item/51505.tga -51506 ETC icon/item/51506.tga -51507 ETC icon/item/51549.tga -51508 ETC icon/item/51569.tga -51509 ETC icon/item/51505.tga -51510 ETC icon/item/51506.tga -51511 ETC icon/item/51517.tga -51512 ETC icon/item/51518.tga -51513 ETC icon/item/51519.tga -51514 ETC icon/item/51520.tga -51515 ETC icon/item/51521.tga -51516 ETC icon/item/51522.tga -51517 ETC icon/item/51517.tga -51518 ETC icon/item/51518.tga -51519 ETC icon/item/51519.tga -51520 ETC icon/item/51520.tga -51521 ETC icon/item/51521.tga -51522 ETC icon/item/51522.tga -51523 ETC icon/item/51517.tga -51524 ETC icon/item/51518.tga -51525 ETC icon/item/51519.tga -51526 ETC icon/item/51520.tga -51527 ETC icon/item/51521.tga -51528 ETC icon/item/51522.tga -51529 ETC icon/item/51517.tga -51530 ETC icon/item/51518.tga -51531 ETC icon/item/51519.tga -51532 ETC icon/item/51520.tga -51533 ETC icon/item/51521.tga -51534 ETC icon/item/51522.tga -51535 ETC icon/item/51517.tga -51536 ETC icon/item/51518.tga -51537 ETC icon/item/51519.tga -51538 ETC icon/item/51520.tga -51539 ETC icon/item/51521.tga -51540 ETC icon/item/51522.tga -51541 ETC icon/item/51549.tga -51542 ETC icon/item/51550.tga -51543 ETC icon/item/51551.tga -51544 ETC icon/item/51552.tga -51545 ETC icon/item/51553.tga -51546 ETC icon/item/51554.tga -51547 ETC icon/item/51555.tga -51548 ETC icon/item/51501.tga -51549 ETC icon/item/51569.tga -51550 ETC icon/item/51550.tga -51551 ETC icon/item/51551.tga -51552 ETC icon/item/51552.tga -51553 ETC icon/item/51553.tga -51554 ETC icon/item/51554.tga -51555 ETC icon/item/51555.tga -51556 ETC icon/item/51570.tga -51557 ETC icon/item/51571.tga -51558 ETC icon/item/51572.tga -51559 ETC icon/item/51573.tga -51560 ETC icon/item/51574.tga -51561 ETC icon/item/51575.tga -51562 ETC icon/item/51569.tga -51563 ETC icon/item/51570.tga -51564 ETC icon/item/51571.tga -51565 ETC icon/item/51572.tga -51566 ETC icon/item/51573.tga -51567 ETC icon/item/51574.tga -51568 ETC icon/item/51575.tga -51569 ETC icon/item/51569.tga -51570 ETC icon/item/51570.tga -51571 ETC icon/item/51571.tga -51572 ETC icon/item/51572.tga -51573 ETC icon/item/51573.tga -51574 ETC icon/item/51574.tga -51575 ETC icon/item/51575.tga -51576 ETC icon/item/51501.tga -51577 ETC icon/item/51517.tga -51578 ETC icon/item/51518.tga -51579 ETC icon/item/51519.tga -51580 ETC icon/item/51520.tga -51581 ETC icon/item/51521.tga -51582 ETC icon/item/51522.tga -51583 ETC icon/item/51501.tga -51584 ETC icon/item/51517.tga -51585 ETC icon/item/51518.tga -51586 ETC icon/item/51519.tga -51587 ETC icon/item/51520.tga -51588 ETC icon/item/51521.tga -51589 ETC icon/item/51522.tga -51590 ETC icon/item/51501.tga -51591 ETC icon/item/51517.tga -51592 ETC icon/item/51518.tga -51593 ETC icon/item/51519.tga -51594 ETC icon/item/51520.tga -51595 ETC icon/item/51521.tga -51596 ETC icon/item/51522.tga -51597 ETC icon/item/51501.tga -51598 ETC icon/item/51517.tga -51599 ETC icon/item/51518.tga -51600 ETC icon/item/51519.tga -51601 ETC icon/item/51520.tga -51602 ETC icon/item/51521.tga -51603 ETC icon/item/51522.tga -51604 ETC icon/item/51569.tga -51605 ETC icon/item/51550.tga -51606 ETC icon/item/51551.tga -51607 ETC icon/item/51552.tga -51608 ETC icon/item/51553.tga -51609 ETC icon/item/51554.tga -51610 ETC icon/item/51555.tga -51611 ETC icon/item/51569.tga -51612 ETC icon/item/51550.tga -51613 ETC icon/item/51551.tga -51614 ETC icon/item/51552.tga -51615 ETC icon/item/51553.tga -51616 ETC icon/item/51554.tga -51617 ETC icon/item/51555.tga -51618 ETC icon/item/51569.tga -51619 ETC icon/item/51550.tga -51620 ETC icon/item/51551.tga -51621 ETC icon/item/51552.tga -51622 ETC icon/item/51553.tga -51623 ETC icon/item/51554.tga -51624 ETC icon/item/51555.tga -51625 ETC icon/item/51569.tga -51626 ETC icon/item/51570.tga -51627 ETC icon/item/51571.tga -51628 ETC icon/item/51572.tga -51629 ETC icon/item/51573.tga -51630 ETC icon/item/51574.tga -51631 ETC icon/item/51575.tga -51632 ETC icon/item/51569.tga -51633 ETC icon/item/51570.tga -51634 ETC icon/item/51571.tga -51635 ETC icon/item/51572.tga -51636 ETC icon/item/51573.tga -51637 ETC icon/item/51574.tga -51638 ETC icon/item/51575.tga -51639 ETC icon/item/51639.tga -51640 ETC icon/item/51640.tga -51641 ETC icon/item/51641.tga -51642 ETC icon/item/51642.tga -51643 ETC icon/item/51639.tga -51644 ETC icon/item/51640.tga -51645 ETC icon/item/51641.tga -51646 ETC icon/item/51642.tga -30329 ETC icon/item/30329.tga -30330 ETC icon/item/50084.tga -30524 ETC icon/item/31006.tga -30525 ETC icon/item/31005.tga -31076 ETC icon/item/31076.tga -31077 ETC icon/item/31077.tga -31078 ETC icon/item/31078.tga -31080 ETC icon/item/31080.tga -31081 ETC icon/item/31081.tga -31082 ETC icon/item/31082.tga -31083 ETC icon/item/31083.tga -31084 ETC icon/item/31084.tga diff --git a/bin/pack/locale_us/locale/us/item_proto b/bin/pack/locale_us/locale/us/item_proto deleted file mode 100644 index 828319c2..00000000 Binary files a/bin/pack/locale_us/locale/us/item_proto and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/itemdesc.txt b/bin/pack/locale_us/locale/us/itemdesc.txt deleted file mode 100644 index ca7f495b..00000000 --- a/bin/pack/locale_us/locale/us/itemdesc.txt +++ /dev/null @@ -1,1941 +0,0 @@ -100000 Elixier der Zeit (K) Fllt die Laufzeit eines Drachensteins auf. -100001 Elixier der Zeit (M) Fllt die Laufzeit eines Drachensteins auf. -100002 Elixier der Zeit (G) Fllt die Laufzeit eines Drachensteins auf. -100100 Drachenzange Ntzliches Werkzeug, das die Erfolgsaussichten beim Entfernen des Drachensteins vergrert. -100200 Zange der Zeit Saugt die Laufzeit aus dem Drachenstein. -100300 Grne Drachenbohne Die magische Bohne erhht die Stufe deines Drachensteins. Das Verstrken kann fehlschlagen. -100400 Blaue Drachenbohne Die magische Bohne erhht die Wahrscheinlichkeit, den Drachenstein um eine Stufe zu verbessern. -100500 Rosa Drachenbohne Die Wahrscheinlichkeit einer erfolgreichen Verbesserung des Drachensteins um eine Stufe steigt um 10%. -11901 Smoking Ein schwarzer Anzug, den man bei der Hochzeit trgt. -11902 Smoking Ein schwarzer Anzug, den man bei der Hochzeit trgt. -11903 Brautkleid Ein besonderes Kleid, das eine Frau bei ihrer Hochzeit trgt. -11904 Brautkleid Ein besonderes Kleid, das eine Frau bei ihrer Hochzeit trgt. -22000 Schriftrolle Stadt Die Schriftrolle ermglicht es dir, dich zurck in die Stadt zu teleportieren. -22010 Schriftrolle des Ortes Die Schriftrolle ermglicht dir den Rcktransport zu dem Ort, den du dir zuletzt gemerkt hast. -25040 Segensschriftrolle Beseitigt das Risiko, einen Gegenstand zu zerstren, wenn seine Verbesserung fehlschlgt. In diesem Fall wird lediglich seine Qualitt um 1 verringert. -25041 Magischer Stein Ein Klumpen des legendren Metalls, das die besten Chancen beim Verbessern eines Gegenstandes gewhrt. Der verbesserte Gegenstand kann auerdem weder zerstrt noch verschlechtert werden. -25100 Geiststein-Schriftrolle Die Schriftrolle ermglicht es dir, den Geiststein aus einer Waffe oder Rstung zu entfernen. Ein Splitter bleibt dabei zurck. -27051 Roter Trank (K) Fllt 300 Trefferpunkte auf. Nicht handelbar. -27052 Blauer Trank (K) Fllt 100 Manapunkte auf. Nicht handelbar. -27053 Grner Trank (K) Erhht deine Angriffsgeschwindigkeit fr 10 Minuten um +10. Nicht handelbar. -27054 Violetter Trank (K) Erhht deine Bewegungsgeschwindigkeit fr 10 Minuten um +10. Nicht handelbar. -27600 Lagerfeuer Holzstcke, die fr ein Lagerfeuer zusammengetragen wurden. -27610 Fischkugel Diese magische Kugel verrt dir, welcher Fisch an deinem Angelhaken hngt. -27620 Fischereibuch Ein Buch, mit dem du 3 Tage lang die doppelte Anzahl seltener Fische fngst. -27799 Grten Die Grten eines Fischs. -27800 Paste Ein leichter und gnstiger Kder. -27801 Wurm Beliebter Kder, der Fische sehr gut anlockt. -27802 Kleiner Fisch Kderfisch, mit dem grere Fische gut angelockt werden knnen. -27803 Zander Ein gewhnlicher Fisch, der normalerweise in Teichen zu Hause ist. -27804 Mandarinfisch Ein sehr schmackhafter Fisch. -27805 Groer Zander Ein uerst fettes Exemplar eines Zanders. -27806 Karpfen Ein groer, silberfarbener Fisch. -27807 Lachs Ein Fisch, der whrend seiner Paarungszeit nach Hause zurckkehrt. -27808 Graskarpfen Ein Karpfen, der sich gewhnlich von Gras ernhrt. -27809 Bachforelle Ein schillernder Fisch, der mit dem Lachs verwandt ist. -27810 Aal Ein langer, dnner Fisch, der einer Schlange hnelt. Kraft und Ausdauer sind seine Markenzeichen. -27811 Regenbogenforelle Ein Fisch mit einem regenbogenfarbenen Rcken. -27812 Flussforelle Ein Swasserfisch, der in dieser Gegend sehr verbreitet ist. -27813 Rotfeder Ein schwarmlebender, rtlich schimmernder Fisch. -27814 Barsch Ein Fisch, der als Hai der Seen bekannt ist. -27815 Tenchi Eine Barbenart, die nur in sauberen Gewssern lebt. -27816 Wels Ein Fisch mit charakteristisch groem Maul und katzenartigen Schnurrhaaren. -27817 Schmerle Ein Fisch, der gewhnlich in seichten, schlammigen Gewssern lebt. -27818 Lotusfisch Ein groer Swasserfisch, der von Mischnahrung lebt. -27819 Ayu Ein dem Stint verwandter Fisch, der in Kstennhe und in Mndungsgebieten lebt. -27820 Stint Ein Winterfisch, der meist beim Eisfischen gefangen wird. -27821 Shiri Ein elegant geformter Fisch in schillernden Farben. -27822 Spiegelkarpfen Eine einheimische Karpfenart. -27823 Goldfisch Ein selten vorkommender, golden glnzender Fisch. -27833 Toter Zander Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27834 Toter Mandarinfisch Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27835 Toter groer Zander Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27836 Toter Karpfen Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27837 Toter Lachs Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27838 Toter Graskarpfen Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27839 Tote Bachforelle Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27840 Toter Aal Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27841 Tote Regenbogenforelle Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27842 Tote Flussforelle Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27843 Tote Rotfeder Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27844 Toter Barsch Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27845 Toter Tenchi Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27846 Toter Wels Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27847 Tote Schmerle Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27848 Toter Lotusfisch Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27849 Toter Ayu Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27850 Toter Stint Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27851 Toter Shiri Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27852 Toter Spiegelkarpfen Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27853 Toter Goldfisch Dieser Fisch eignet sich hervorragend, um ber dem offenen Feuer gegrillt zu werden. -27863 Gegrillter Zander Stellt einige TP wieder her. -27864 Gegrillter Mandarinfisch Stellt einige MP wieder her. -27865 Gegrillter gr. Zander Stellt einige TP wieder her. -27866 Gegrillter Karpfen Erhht fr eine bestimmte Zeit die Bewegungsgeschwindigkeit. -27867 Gegrillter Lachs Stellt einige MP wieder her. -27868 Gegrillter Graskarpfen Erhht fr eine bestimmte Zeit die Angriffsgeschwindigkeit. -27869 Gegrillte Bachforelle Stellt einen groen Teil der TP wieder her. -27870 Gegrillter Aal Erhht deine Strke fr 10 Minuten um 10 Punkte. -27871 Gegr. Regenbogenforelle Stellt viele MP wieder her. -27872 Gegrillte Flussforelle Stellt einige MP wieder her. -27873 Gegrillte Rotfeder Erhht deine Beweglichkeit fr 10 Minuten um 10 Punkte. -27874 Gegrillter Barsch Entfernt negative Auswirkungen. -27875 Gegrillter Tenchi Stellt augenblicklich einige TP wieder her. -27876 Gegrillter Wels Stellt augenblicklich einige MP wieder her. -27877 Gegrillte Schmerle Macht dich 5 Minuten lang unsichtbar. -27878 Gegrillter Lotusfisch Stellt augenblicklich einige TP wieder her. -27879 Gegrillter Ayu Durch die Zubereitung ber dem Feuer erhlt dieser Fisch einen angenehm rauchigen Geschmack. -27880 Gegrillter Stint Durch die Zubereitung ber dem Feuer erhlt dieser Fisch einen angenehm rauchigen Geschmack. -27881 Gegrillter Shiri Durch die Zubereitung ber dem Feuer erhlt dieser Fisch einen angenehm rauchigen Geschmack. -27882 Gegr. Spiegelkarpfen Durch die Zubereitung ber dem Feuer erhlt dieser Fisch einen angenehm rauchigen Geschmack. -27883 Gegrillter Goldfisch Durch die Zubereitung ber dem Feuer erhlt dieser Fisch einen angenehm rauchigen Geschmack. -27987 Muschel Eine Muschel mit einer schnen Schale. Sie kann eine kostbare Perle enthalten. -27988 Schatzkarte Eine abgegriffene Karte, auf welcher der Lagerort eines alten Schatzes verzeichnet ist. -27989 Kompass des Metinsteins Der Kompass zeigt dir Richtung und Entfernung des nchsten Metin-Steins an. Je heller er leuchtet, desto nher bist du. Er kann 6 Mal aktiviert werden. -27990 Steinstck Durch seine geringe Gre lsst sich dieses Stck leicht transportieren, kann aber dennoch vielseitig verwendet werden. -27991 Wasserstein Ein harter, grobkrniger Stein, der zum Schleifen von Waffen und Kchengerten verwendet wird. -27992 Weie Perle Der schneeweie Schatz aus dem Inneren einer Muschel. -27993 Blaue Perle Ein prachtvoller, tiefblauer Schatz aus dem Inneren einer Muschel. -27994 Blutrote Perle Der lohfarbene Schatz aus dem Inneren einer Muschel. -27995 Leere Flasche Eine leere, aber durchaus intakte Flasche aus Glas. -27996 Giftflasche Eine Flasche mit tdlich wirkendem Gift. -27997 Lebenskraftkugel Eine Kugel, die einige deiner TP wiederherstellt. -27998 Alchemietasche Eine von Gebrauchsspuren gezeichnete Tasche, die Geheimnisse der Alchemie vor den Blicken Fremder verborgen hlt. -27999 Geiststeintasche Eine Gebrauchstasche, die mglicherweise jene Steine enthlt, mit denen man seine Gegenstnde verbessern kann. -29001 Jakobsmuschel Eine der grten und schmackhaftesten Muscheln. Sie besitzt eine kammartige Schale. -29002 Blaue Jakobsmuschel Die Perlmuttschicht dieser Jakobsmuschel schimmert in unzhligen, ineinander bergehenden Blautnen. -29003 Gelbe Jakobsmuschel Die Perlmuttschicht dieser Jakobsmuschel schimmert in unzhligen, ineinander bergehenden Gelbtnen. -29004 Rote Jakobsmuschel Die Perlmuttschicht dieser Jakobsmuschel schimmert in unzhligen, ineinander bergehenden Rottnen. -29005 Grne Jakobsmuschel Die Perlmuttschicht dieser Jakobsmuschel schimmert in unzhligen, ineinander bergehenden Grntnen. -29006 Gelber Weinstein Weinstein von eher dunkler Farbe. -29007 Blauer Weinstein Weinstein von eher dunkelblauer Farbe. -29008 Blaues heiliges Wasser Im Licht der Sonne schimmert die Oberflche dieses heiligen Wassers in einem sanften Blau. -29009 Gelbes heiliges Wasser Im Licht der Sonne schimmert die Oberflche dieses heiligen Wassers in einem sanften Gelb. -29010 Rotes heiliges Wasser Im Licht der Sonne schimmert die Oberflche dieses heiligen Wassers in einem sanften Rot. -29011 Grnes heiliges Wasser Im Licht der Sonne schimmert die Oberflche dieses heiligen Wassers in einem sanften Grn. -29012 Dunkelblaue Gotteshand Dunkelblaues heiliges Wasser. -29013 Dunkelgelbe Gotteshand Gelbes heiliges Wasser von dunkler Farbe. -29014 Purpurne Gotteshand Heiliges Wasser von dunkelroter Farbe. -29015 Dunkelgrne Gotteshand Heiliges Wasser von dunkelgrner Farbe. -30000 Gerste Eine hufig angebaute Pflanze, die zur Herstellung von Bier und Nahrungsmitteln verwendet wird. -30001 Brief Ein mit gleichmiger Handschrift beschriebenes Stck Papier. -30002 Angebratene Wurst Ein wrziges Bratgericht mit einer schmackhaften Gemsebeilage. -30003 Schweinenase Der abgetrennte Rssel eines Schweins. -30004 Keilerzahn Der stabile Eckzahn eines ausgewachsenen Keilers. -30005 Stck kaputte Rstung Das herausgebrochene Stck einer Kampfrstung. -30006 Orkzahn Der gelblich-braune, bel riechende Zahn eines Orks. An den Rndern haften undefinierbare, verkrustete Stcke. -30007 Orkamulett Ein fremdartig gearbeitetes Amulett, das den Mut der Orks im Kampf nhrt. -30008 Esoterikfibel Ein Nachschlagewerk, das Anfnger in die Kunst der Esoterik einfhrt. -30009 Unbekannte Medizin Eine nach Krutern duftende Medizin, deren Zusammenstellung unbekannt ist. -30010 Brengalle Brengalle ist bekannt dafr, den Geschmackssinn wieder zu beleben. -30011 Knuel Ein seidiges, zusammengerolltes Knuel aus Fden. -30012 Weinflasche In der Flasche befindet sich ein sehr aromatischer Wein. -30013 Alkoholkrug Ein Steinkrug, der zum Lagern von alkoholischen Getrnken verwendet wird. -30014 Yetifell Das Fell des legendren Yetis schtzt selbst gegen groe Klte. -30015 Dmonenandenken Das dstere, Klte verstrmende Andenken eines Dmons. -30016 Dmonenedelstein Ein Edelstein, der dafr bekannt ist, dass die Seelen der Toten in ihm wohnen. -30017 Schmckende Haarnadel Die fein gearbeitete, mit filigranen Mustern verzierte Haarnadel einer Frau. -30018 Rotes Haarband Ein elegantes Band zur schmckenden Zierde von Damenfrisuren. -30019 Flammenmhne Flammenmhnenfaden wird verwendet, um Winterkleidung herzustellen. -30020 Pfirsichsamen Die Samen werden seit jeher fr eine gesunde Haut verwendet. -30021 Stck Edelstein Ein zerschlagener Edelstein, der durch eine Waffe aus uerst hartem Material gespalten wurde. -30022 Schlangenschwanz Der schuppige, in mehreren Farben schillernde hintere Teil einer Schlange. -30023 Weies Tigerfell Das unter Sammlern als uerst wertvoll geschtzte Tierfell. -30024 Pferdeschwanz Der Schweif eines Pferdes kann zur Herstellung qualitativ hochwertiger Gegenstnde wie Brsten, Hte und Seile verwendet werden. -30025 Spinnen-Giftsack Der mit Gift gefllte Sack am Krper einer Spinne. -30026 Wolfsdarm Wird fr die Herstellung von Wrsten, ein im Reich berhmtes Nahrungsmittel, bentigt. -30027 Wolfsfell Die dicksten Haare eines Wolfes werden zur Herstellung von Striegeln und Brsten verwendet. -30028 Wolfskralle Die scharfen Krallen eines Wolfs werden zur Herstellung von Schmuck verwendet. -30029 Wolfsleber Wird fr die Herstellung von Wrsten, ein im Reich berhmtes Nahrungsmittel, bentigt. -30030 Rostige Degenklinge Diese Klinge eines Degens hat auch schon einmal bessere Zeiten gesehen. -30031 Schmuckgegenstand Ein unter Mdchen beliebter Schmuck mit Ornamentverzierungen. -30032 Schwarze Uniform Eine abgetragene schwarze Uniform. -30033 Zerbrochenes Porzellan Wertvolles Porzellan der Region, das in Stcke zerbrochen ist. -30034 Weies Haarband Ein elegantes Band zur schmckenden Zierde von Damenfrisuren. -30035 Gesichtscreme Frauen verwenden sie, um ihre Haut zu verwhnen. -30036 Geheimnisvolles Kraut Ein im Reich legendres Kraut mit wundersamer Wirkung. -30037 Tigerkralle Manche Kmpfer tragen eine Kette aus Tigerkrallen, um ihre Tapferkeit zu beweisen. -30038 Tigerfell Ein unter Sammlern sehr beliebtes Tierfell. -30039 Stck Gewebe Gewebe, das zum Abdecken und zum Schutz einer Wunde verwendet wird. -30040 Blatt Blatt einer unbekannten Pflanze. -30041 Shuriken Eine handliche Wurfwaffe, die von Ninjakriegern verwendet wird. -30042 Reizahn eines Tigers Der stabile, glnzende Reizahn dieser Raubkatze. -30043 Bohne Eine in vielen Kchen verwendete Zutat. -30044 Lehm Ein Material, das zur Herstellung von Porzellan verwendet wird. -30045 Skorpionnadel Eine Nadel, die mit tdlichem Skorpiongift versehen ist. -30046 Skorpionschwanz Der Schwanz eines Skorpions, der mit einem gefhrlichen Giftstachel versehen ist. -30047 Fluchsammlung Ein esoterisches Buch, in dem einiges ber Flche geschrieben steht. -30048 Eisstck Ein Klumpen gefrorenes Wasser, der stetig Klte entsendet. -30049 Eiskillerwal-Horn Das Horn wird als wertvolles Material fr Bildhauer gehandelt. -30050 Eiskugel Eine wei glitzernde Kugel, die vor Klte in der Luft dampft. Heies Wasser vermag sie nicht zu schmelzen. -30051 Unbekannter Talisman Ein fremdartig wirkendes Amulett, das nur von Esoterikern gelesen werden kann. -30052 Flagge Eine Flagge, um die Truppen Wilder zu markieren. -30053 Brenfuhaut Dieses Nahrungsmittel wird von vielen Leuten konsumiert, um die krperliche Ausdauer zu untersttzen. -30054 Ehering Der einzige Ring, den man bis zum Ende seiner Tage am Finger trgt. -30055 Skorpionschere Die robust wirkende Schere vom Fangarm eines Skorpions. -30056 Spinnennetz Ein filigranes Konstrukt aus feinen Seidenfden. -30057 Spinnenaugen Bei Sammlern uerst beliebte Facettenaugen. -30058 Spinnen-Eiersack Wird als Zaubermittel von Frauen verwendet, die keine Kinder haben. -30059 Spinnenbeine Schamanen verwenden die haarigen Beine von Spinnen bei ihrer Arbeit. -30060 Froschzunge Eine klebrige, uerst elastische Zunge. -30061 Froschschenkel Eine exotische Delikatesse, deren Geschmack an den junger Hhnchen erinnert. -30062 Medizinschssel Eine helle Schssel mit glatter Oberflche, die von Apothekern verwendet wird. -30063 Hautmedizin Eine Medizin, die gegen einen Groteil der bekannten Hautkrankheiten eingesetzt werden kann. -30064 Scharfer Stein Ein spitz zugearbeiteter Stein, der zum Herstellen einer Pfeilspitze verwendet wird. -30065 Glocke Eine Glocke aus Weibronze, deren Pendel einen angenehmen Ton erzeugt. -30066 Scharfer Pfeffer Die getrockneten Frchte der Pfefferpflanze, die einen hohen Schrfegrad besitzen. -30067 Schlangenhaut Die schuppig wirkende, schillernde Haut einer Schlange. -30068 Tofusteak Ein wohlschmeckendes Gericht aus mariniertem Bohnenquark. -30069 Wolfskralle+ Die scharfe Kralle eines Wolfs, die zur Herstellung von Schmuck verwendet werden kann. -30070 Wolfsfell+ Die dicksten Haare eines Wolfes werden zur Herstellung von Striegeln und Brsten verwendet. -30071 Brengalle+ Brengalle ist bekannt dafr, den Geschmackssinn wieder zu beleben. -30072 Brenfuhaut+ Dieses Nahrungsmittel wird von vielen Leuten konsumiert, um die krperliche Ausdauer zu untersttzen. -30073 Weies Haarband+ Ein elegantes Band zur schmckenden Zierde von Damenfrisuren. -30074 Schwarze Uniform+ Eine abgetragene schwarze Uniform. -30075 Shuriken+ Eine handliche Wurfwaffe, die von Ninjakriegern verwendet wird. -30076 Orkamulett+ Ein fremdartig gearbeitetes Amulett, das den Mut der Orks im Kampf nhrt. -30077 Orkzahn+ Der gelblich-braune, bel riechende Zahn eines Orks. An den Rndern haften undefinierbare, verkrustete Stcke. -30078 Esoterikfibel+ Ein Nachschlagewerk, das Anfnger in die Kunst der Esoterik einfhrt. -30079 Unbekannter Talisman+ Ein fremdartig wirkendes Amulett, das nur von Esoterikern gelesen werden kann. -30080 Fluchsammlung+ Ein esoterisches Buch, in dem einiges ber Flche geschrieben steht. -30081 Skorpionschwanz+ Der Schwanz eines Skorpions, der mit einem gefhrlichen Giftstachel versehen ist. -30082 Schlangenschwanz+ Der schuppige, in mehreren Farben schillernde hintere Teil einer Schlange. -30083 Unbekannte Medizin+ Eine nach Krutern duftende Medizin, deren Zusammenstellung unbekannt ist. -30084 Unbekannter Talisman+ Ein fremdartig wirkendes Amulett, das nur von Esoterikern gelesen werden kann. -30085 Stck Gewebe+ Gewebe, das zum Abdecken und zum Schutz einer Wunde verwendet wird. -30086 Dmonenandenken+ Das dstere, Klte verstrmende Andenken eines Dmons. -30087 Dmonenedelstein+ Ein Edelstein, der dafr bekannt ist, dass die Seelen der Toten in ihm wohnen. -30088 Eisstck+ Ein Klumpen gefrorenes Wasser, der stetig Klte entsendet. -30089 Yetifell+ Das Fell des legendren Yetis schtzt selbst gegen groe Klte. -30090 Eiskugel+ Eine wei glitzernde Kugel, die vor Klte in der Luft dampft. Heies Wasser vermag sie nicht zu schmelzen. -30091 Kriegersymbol Das Symbol, das die legendren Krieger des Landes auszeichnet. -30092 Kriegsbeute Der materielle Lohn einer Schlacht oder eines Eroberungszuges. -30093 Glckstasche Eine Seidentasche, die wertvolle Gegenstnde enthlt. -30094 Glckstasche Eine Seidentasche, die wertvolle Gegenstnde enthlt. -30095 Glckstasche Eine Seidentasche, die wertvolle Gegenstnde enthlt. -30096 Glckstasche Eine Seidentasche, die wertvolle Gegenstnde enthlt. -30129 Auftrag vom Reiter Ein offizielles Auftragsdokument des Militrs. -30130 Leere Flasche Eine leere, aber durchaus intakte Flasche aus Glas. -30131 Brief vom Schmied Ein Brief vom Schmied an seinen Freund Deokbae. -30132 Uriels Buch Eines von Uriels Lieblingswerken. Es trgt den Titel "Das Geheimis des dunklen Tempels". -30133 Blumenschuhe Hbsche, bequem wirkende Frauenschuhe. -30134 Uriels Pckchen Ein aus mehreren Bchern zusammengeschnrtes Bndel. -30135 Ariyoungs Brief Ein Brief an Ah-Yu. Er trgt Ariyoungs klare, gleichmige Handschrift. -30136 Verzierter Bogen Ein wunderschner Bogen, der aus dem Horn eines Tieres geschnitzt wurde. -30137 Affenblut Das dunkelrote Blut eines Affen. Es besitzt einen beienden, leicht fauligen Geruch. -30138 Wstensand Dieser besonders feine Sand wird fr die Herstellung von Seladon-Porzellan bentigt. -30139 Ork Backenzahn Backenzahn eines Orks - er wird als Talisman benutzt. -30140 Nhgarn Das stabile Garn wird nicht nur benutzt, um Kleidung zu flicken - es werden auch Halsketten daraus hergestellt. -30141 Schmuckstck Eine edle Kostbarkeit, deren eingearbeiteten Steine wie Feuer in der Sonne funkeln. -30142 Brief Man kann die khn geschwungene Schrift auf dem Brief nicht entziffern. -30143 Medizinische Kruter Eine Sammlung getrockneter Heilkruter. Leider etwas staubig. -30144 Leber eines Tigers Die rotbraune, handgroe Leber einer ausgewachsenen Raubkatze. -30145 Balsos Medizin Ein unscheinbar wirkendes Mittel, das jedoch eine starke Wirkung besitzt. -30146 Klumpen Eis Ein unregelmig geformter Brocken Eis. -30147 Tempellehre Ein Buch, das detaillierte Informationen ber den dunklen Tempel enthlt. -30148 Tempelschal Ein fein gewebter Schal, den man zum Beten benutzt. -30149 Eis mit Sirup Eine mit Sirup verfeinerte, se Nachspeise, die besonders im Sommer angenehme Erfrischung bringt. -30150 Tagebuchseite Die Seite eines Tagebuchs, das zu Zeiten der alten Dynastien geschrieben wurde. -30151 Wolfspelz Stcke des Fells werden in den Haushalten hufig als Staubwedel genutzt. -30152 Medizin Die Zusammensetzung dieses Mittels ist nicht genau bekannt, es vermag jedoch mitunter ungewhnliche Krankheiten zu heilen. -30153 Blumen Der Geruch dieser seltenen Blten erinnern an etwas, das weit in der Vergangenheit liegt. -30154 Geheimes Tempelbuch Das wertvolle Buch enthlt die Analyse der Lehre und der Geschichte des geheimen Tempels. -30155 Mirines Anhnger Ein Anhnger fr eine Halskette. Auf seiner Rckseite ist der Name "Mirine" eingraviert. -30156 Geheimes Tempelbuch Das wertvolle Buch enthlt die Analyse der Lehre und der Geschichte des geheimen Tempels. -30157 Pfeilspitze Diese vergifteten Pfeilspitzen werden helfen, das Reich zu verteidigen. -30177 Moschusl Das Moschusl wird vom Waffenhndler in einer Quest verwendet. Das Item hat keine weitere Funktion. -30179 Gewundener Schlssel Dieser magische Schlssel aktiviert das Portal zum Tempel des Drachen. -30180 Drachengottamulett Das golden glnzende Schmuckstck kann den Weg zur Grotte der Verbannung verkrzen. -30181 Buchseite Die verblasste Schrift auf dem Pergament ist nur schwer zu entziffern - die Seite scheint sehr alt zu sein. -30182 Legendres Tagebuch Dieses Duplikat eines weit lteren Buches sieht uerst wertvoll aus. -30183 Dstere Holzmaske Die hlzerne Fratze scheint dich direkt anzustarren. Es handelt sich eindeutig um einen zeremoniellen Gegenstand. -30184 Verzauberte Asche Die Asche in diesem von seltsamen Zeichen bedeckten Gef ist von einem sanften Glhen umgeben. -30185 Schwarzes Eis Tiefe Schatten scheinen sich unter der glnzenden, glatten Oberflche zu ballen. -30186 Versteinerte Trne Eine versteinerte Trne des Gottes Baljit-Elvedin, der heute als Drachengott bekannt ist. -30187 Blutstropfen Ein Tropfen Blut der ermordeten Gttin Bahar-Taraji, Schpferin der Welt. -30188 Vulkanglas Ehemals flssiges, schlagartig abgekhltes Vulkangestein. -30189 Trnen Baljit-Elvedins Das kunstvoll geformte Gef enthlt die Trnen des Gottes Baljit-Elvedin. -30190 Blutstein Dieser Stein aus dem Blut Bahar-Tarajis wird den Eintritt in die Grotte der Verbannung gewhrleisten. -30191 Blutstein Blutsteine ermglichen den Eintritt in die Grotte der Verbannung. -30192 Milchsaft Hochwertiges Pflanzensekret -30193 Fingerknochen Das letzte berbleibsel eines gefallenen Helden. -30194 Ork-Keule Eine hssliche Waffe mit stabilen Dornen. -30195 Quarzsand Dieser Sand scheint den Steinkreaturen in der Wste als Blut zu dienen. -30196 Dmonenasche Selbst die Asche eines Dmonen trgt noch auerweltliche Krfte in sich. -30197 Magische Samen Diese Samen knistern frmlich vor Lebenskraft. -30198 Wasserkristall Das Herz eines dunklen Eiswesens. -30199 Blauer Kristall Ein Kristallstck zur Verstrkung finsterer Krfte aus dem Tempel des Drachen. -30210 Edelsteinstck Ein kristallklarer Stein, auf dem das Licht in vielen kleinen Funken spielt. -30211 Edelsteinstck Ein kristallklarer Stein, auf dem das Licht in vielen kleinen Funken spielt. -30212 Edelsteinstck Ein kristallklarer Stein, auf dem das Licht in vielen kleinen Funken spielt. -30213 Edelsteinstck Ein kristallklarer Stein, auf dem das Licht in vielen kleinen Funken spielt. -30214 Edelsteinstck Ein kristallklarer Stein, auf dem das Licht in vielen kleinen Funken spielt. -30215 Edelsteinstck Ein kristallklarer Stein, auf dem das Licht in vielen kleinen Funken spielt. -30216 Edelsteinstck Ein kristallklarer Stein, auf dem das Licht in vielen kleinen Funken spielt. -30217 Edelsteinstck Ein kristallklarer Stein, auf dem das Licht in vielen kleinen Funken spielt. -30218 Edelsteinstck Ein kristallklarer Stein, auf dem das Licht in vielen kleinen Funken spielt. -30219 Edelsteinstck Ein kristallklarer Stein, auf dem das Licht in vielen kleinen Funken spielt. -30220 Jinunggyis Seelenstein Ein legendrer Stein, der die Seele eines Jinung Adeligen birgt. -30221 Tempel Seelenstein Ein legendrer Stein, der die Seele eines Tempelanhngers birgt. -30222 Sagyis Seelenstein Ein legendrer Stein, der die Seele eines Sagyis Adeligen birgt. -30223 Aurtumryus Seelenstein Ein legendrer Stein, der die Seele eines Aurtumryus Adeligen birgt. -30224 Gyimoks Seelenstein Ein legendrer Stein, der die Seele eines Gyimoks Adeligen birgt. -30225 Tugyis Seelenstein Ein legendrer Stein, der die Seele eines Tugyis Adeligen birgt. -30228 Beran-Setaou Seelenstein Die finstere Aura des gefallenen Gottes berhrt dich tief im Inneren und sucht Zugang zu deinem Herzen. -30251 Juwel der Missgunst Ein von Bosheit durchtrnkter Diamant. -30252 Juwel der Weisheit Die Aura dieses Diamanten ist friedvoll und edelmtig. -30253 Juwel der Treue Diesen Diamanten umgibt eine Aura von Kampfgeist und Aufrichtigkeit. -30265 Medaillenstck (1) Erstes Bruchstck der Heldenmedaille -30266 Medaillenstck (2) Zweites Bruchstck der Heldenmedaille -30267 Medaillenstck (3) Drittes Bruchstck der Heldenmedaille -30268 Medaillenstck (4) Viertes Bruchstck der Heldenmedaille -30269 Medaillenstck (5) Fnftes Bruchstck der Heldenmedaille -30270 Drachensteinsplitter Fragment eines seltenen Drachensteins -30311 Seelenkristall-Schlssel Der filigran gearbeitete Schlssel mit einem blauen Seelenkristall ffnet das Tor zur 2. Ebene der Devil's Catacomb. -30312 Fratzen-Totem Diese Holztafel mit eingeritzter Fratze dient als Schlssel zur 6. Ebene der Devil's Catacomb. -30315 ??? I dont know what this is -30316 Spendenteller Ein Teller mit einer reichen Verzierung. -30317 Iftar Fastenbrechen -30318 Frucht des Segens Eine auergewhnliche Frucht, sammle gengend und du erhltst eine Belohnung. -30319 Schrumpfkopf Dieser Dmonenschrumpfkopf ffnet das Siegel zur 3. Ebene der Devil's Catacomb. Dieses Item ist handelbar. -30320 Schrumpfkopf Dieser Dmonenschrumpfkopf ffnet das Siegel zur 3. Ebene der Devil's Catacomb. -30321 Halloween-Krbis Der Krbis fllt TP oder MP auf. Berhrt man ihn mit einem Zauberstab, verwandelt er sich in die Halloween-Truhe. -30322 Zauberstab Ein kunstvoll geschnitzter Zauberstab aus Erlenholz mit einer Sternenspitze aus magischem Feuer, der jeden Halloween-Krbis in die Halloween-Truhe verwandeln kann. -30323 Krbismasken-Karte Die Krbismasken-Karte lsst sich bei Jack Pumpkin gegen eine Krbismaske eintauschen. Die Krbismaske ersetzt die schon vorhandene Frisur. -30324 Arachnidenschlssel ffnet den Zugang zur Bruthhle der Baroness. uerst brchig, zerfllt nach 24 Stunden. Kann nur vom Gruppenanfhrer verwendet werden. -30325 Arachnidenschlssel ffnet den Zugang zur Bruthhle der Baroness. Zerfllt nach 24 Stunden. Kann nur vom Gruppenanfhrer verwendet werden. -30326 Gift der Spinnenknigin Das Sekret der Kniginnenspinne wird zur Herstellung des Arachnidenschlssels bentigt. -30327 Arachnidenflte Das Lied dieses Instruments lockt die Spinnenbaroness an. -30500 Rubin-Gravurmesser Werkzeug zur Veredelung deiner Waffe -30501 Goldschelle Element zur Veredelung deiner Waffe -30502 Rubinverzierung Element zur Veredelung deiner Waffe -30503 Amethyst-Gravurmesser Werkzeug zur Veredelung deiner Waffe -30504 Silberschelle Element zur Veredelung deiner Waffe -30505 Smaragdverzierung Element zur Veredelung deiner Waffe -30506 Saphir-Gravurmesser Werkzeug zur Veredelung deiner Waffe -30507 Bronzeschelle Element zur Veredelung deiner Waffe -30508 Saphirverzierung Element zur Veredelung deiner Waffe. -30509 Blaudrachenstahl Leder aus Drachenhaut ist extrem leicht und flexibel, doch nahezu unzerstrbar. Wird wie Metall verarbeitet und dient zur Herstellung von Rstungen. -30510 Prchtiges Schulterstck Element zur Verzierung von Rstungen -30511 Roter Stoff Feinster Stoff zur Verzierung von Rstungen -30512 Rotdrachenstahl Leder aus Drachenhaut ist extrem leicht und flexibel, doch nahezu unzerstrbar. Wird wie Metall verarbeitet und dient zur Herstellung von Rstungen. -30513 Edles Schulterstck Element zur Verzierung von Rstungen -30514 Violetter Stoff Feinster Stoff zur Verzierung von Rstungen -30515 Purpurdrachenstahl Leder aus Drachenhaut ist extrem leicht und flexibel, doch nahezu unzerstrbar. Wird wie Metall verarbeitet und dient zur Herstellung von Rstungen. -30516 Antikes Schulterstck Element zur Verzierung von Rstungen -30517 Goldener Stoff Feinster Stoff zur Verzierung von Rstungen -30518 Goldgarn Magische Garnrolle aus flssigem Gold. Kann zusammen mit einem Edelstein zu kostbarem Schmuck verarbeitet werden. -30519 Goldhaken Besteht aus purem Gold und kann zusammen mit einem Edelstein zu kostbarem Schmuck verarbeitet werden. -30520 Goldschnalle Besteht aus purem Gold und kann zusammen mit einem Edelstein zu kostbarem Schmuck verarbeitet werden. -30521 Ringelement Besteht aus purem Gold und kann zusammen mit einem Edelstein zu kostbarem Schmuck verarbeitet werden. -30522 Kettenglieder Bestehen aus purem Gold und knnen zusammen mit einem Edelstein zu kostbarem Schmuck verarbeitet werden. -30523 Schmuckelement Besteht aus purem Gold und kann zusammen mit einem Edelstein zu kostbarem Schmuck verarbeitet werden. -31001 Kopie der Inschrift Du hast eine Kopie von der Inschrift auf dem alten Grabstein angefertigt. -31002 Altes Dokument Dokument aus den Zeiten der Dunklen Nation mit weiteren Hinweisen. -31003 Gegengift Lebensrettende Medizin fr den vergifteten Soldaten -31004 Geweihtes Baumharz Das Harz eines geweihten Baumes ist eines der Elemente, die man fr die Herstellung der Trne des Himmels bentigt. -31005 Blaue Kristallessenz Die Essenz, gewonnen aus blauen Edelsteinen, wird fr die Herstellung der Trne des Himmels verwendet. -31006 Roter Hllenquarz Dieser rotfunkelnde Quarz besteht aus Vulkanerde, Flammenmhne und Fundamentstein. -31007 Vulkanerde Aschehnliche Substanz aus dem Doyyumhwan. Wird zur Herstellung des Roten Hllenquarzes bentigt. -31008 Trne des Himmels Magischer Edelstein aus Blauer Kristallessenz, Rotem Hllenquarz und Geweihtem Baumharz. Hlt bse Wesen fern und wirkt sieben Tage. -31009 Gnoll-Brief Geheime Botschaft der Diener der Dunkelheit an die Gnolle -31010 Rotdieb-Brief Die Botschaft der Diener der Dunkelheit an die Rotdieb-Bande wurde in mehrere Stcke gerissen. -31013 Zettel Diese Nachricht wird dir hoffentlich mehr ber die Ziele der Zyklopen verraten. -31015 Kapitn Huks Brief Nachricht von Kapitn Huk an die Banshee. -31016 Lee Chungs Brief Wichtige Nachricht von Kommandant Lee Chung an Admiral Angmur -31017 Versiegelter Brief Dieser Brief war im Besitz der Tempeldienerin. -31018 Carapax-Skript Der Schildkrtenpanzer mit eingravierten Linien dient als Code-Schlssel. -31019 Carapax-Pulver Pulver aus dem gemahlenem Panzer einer Karettschildkrte -31020 Felsenblumenwurzel Die Wurzel der Felsenblume neutralisiert Gifte im Krper. -31022 Oin-Schuppe Nur die Fhrungsriege der Tritonen tragen diese seltenen Schuppen. -31026 Krustenpanzer Schutzpanzer des Krustenstammes. Dient auch als Befestigungsmaterial. -31027 Feiner Sand Dieser besonders feinkrnige Sand eignet sich als Baumaterial. -31028 Ziegel Quaderfrmiger Mauerstein aus gebranntem Lehm -31029 Inneres Licht Innere Energiequelle des Polyphemos -31030 Inneres Licht Innere Energiequelle des Gigantenknigs -31031 Millennium-Essenz Mixtur aus Gango-Wurzel, Tue-Pilz und Alpenrose. Wichtiger Bestandteil der Perlen des Leviathan. -31032 Perlen des Leviathan Wirkungsvolle Strkungskapseln aus dem Inneren Licht mythischer Wesen und der Millennium-Essenz. -31033 Umhang des Huptlings Dieser Umhang ist fr die Rotdiebe das Symbol ihrer Unbesiegbarkeit. -31034 Totem der Giganten Das Totem hat die Form eines groen Bernsteins. -31035 Schwarzes Gestein Dieser geheimnisvolle Stein wird von den Zyklopen in den Donnerbergen abgebaut. -31036 Schwarzes Gold Das schwarze Erz mit magischen Krften kommt in den Donnerbergen vor. -31037 Goldbeutel Einige der Goldmnzen darin dienen als Medium fr die Totenbeschwrung. -31038 Geweihte Erde Dieser Beutel voller geweihter Erde dient als Medium fr die Totenbeschwrung. -31039 Mnzbeutel Eventuell befindet sich ein Medium zur Totenbeschwrung darin. -31040 Goldene Rosette Ist diese Rosette ein Medium? -31041 Fossilerde Gemisch aus Erde und Knochenstaub. -31042 Tritonspeer Die Speere der Tritonen von den Inselbewohner traditionell zur Befestigung ihrer Verteidigungsanlagen genutzt. -31043 Lemurentafel Geheimnisvoll schillernde Steintafel mit einer eingravierten Inschrift -31075 Stachelhalsband Halsschmuck des Martyaxwar. Ein Brief ist auf der Innenseite versteckt. -35000 Medizinische Kruter+ Eine Sammlung getrockneter Heilkruter. Leider etwas staubig. -35001 Leber eines Tigers+ Die rotbraune, handgroe Leber einer ausgewachsenen Raubkatze. -38010 Yang-Bndel Yang-Erls aus der Item-Brse -38050 Truhe der Macht Die Truhe ist erstaunlich leicht, als wre sie leer ... -38051 Knigstiger-Kristall Es bedarf erheblicher magischer Knste, bse Tiergeister zu bndigen. Dieser Kristall enthlt eines von fnf mglichen Knigstiger-Siegeln. -38052 Truhe der Knige Diese prunkvolle Truhe verbirgt einen wahrhaft kniglichen Schatz in ihrem Inneren. Dieses Item ist handelbar. -38053 Truhe des ewigen Winters Die Truhe ist aus reinem Eis gehauen. Mit leisem Klirren ffnet sich der Deckel und frostige Klte steigt aus ihrem Inneren empor. -38054 Wstensturm-Truhe Die geheimnisvolle Truhe enthlt einen zuflligen Gegenstand. -38055 Welpen-Box In dieser Kiste kann sich ein niedliches Tierjunges verstecken. ffne sie und finde einen zuflligen Gegenstand. -38056 Festtagstruhe Diese Truhe in festlichem Tannengrn enthlt eine weihnachtliche berraschung. -38057 Truhe des Nordens Die Truhe erstrahlt in frostigem Blau und enthlt ein zuflliges Item. -38100 Powersnack (7 Tage) Verlngert das Leben deines Power Mounts um 7 Tage. -38101 Powersnack (15 Tage) Verlngert das Leben deines Power Mounts um 15 Tage. -38102 Powersnack (30 Tage) Verlngert das Leben deines Power Mounts um 30 Tage. -38200 Rufus-Siegel Mit diesem Siegel rufst du deinen Wolfswelpen, Rufus, herbei. -38201 Rufus-Siegel Mit diesem Siegel rufst du deinen Wolfswelpen, Rufus, herbei. -39001 Magischer Stein Dieser Stein gewhrt die grte Erfolgschance bei der Itemverbesserung. Der Gegenstand kann auerdem weder zerstrt noch verschlechtert werden. Dieses Item ist handelbar. -39002 Erfahrungsring Erhht das Sammeln von Erfahrung 60 Minuten lang um 50%. Dieses Item ist handelbar. -39003 Pfirsichbltenwein Getrnk, das deine TP augenblicklich um 500 Punkte regeneriert. Dieses Item ist handelbar. -39004 Segenskugel Die legendre Kugel fgt Gegenstnden, die bereits mit vier Attributen ausgestattet sind, ein fnftes hinzu. Das Hinzufgen kann allerdings fehlschlagen. Dieses Item ist handelbar. -39005 Magisches Kupfererz Mit diesem Erz sowie einer Segensschriftrolle kann beim Schmied eine Schriftrolle des Krieges hergestellt werden. Dieses Item ist handelbar. -39006 Tapferkeitsumhang Ein farbiger Umhang, der smtliche Monster anlockte. Mit diesem bewiesen Krieger einst ihre Tapferkeit. Dieses Item ist handelbar. -39007 Schmiede-Handbuch Das Buch ist mit der Seele eines alten Schmieds verbunden. Es erhht es die Chance auf eine Gegenstandsverbesserung. Dieses Item ist handelbar. -39008 Exorzismus-Schriftrolle Befreit dich vom Fluch des bsen Geistes, wenn das Lernen fehlschlgt. Mithilfe dieser Rolle kannst du ein weiteres Fertigkeitsdokument an einem Tag lesen. Dieses Item ist handelbar. -39009 Fertigkeit-Neuverteilung Dieser Gegenstand ermglicht es dir, die Punkte einer deiner Fertigkeiten neu zu verteilen. Dieses Item ist handelbar. -39010 Trank des Angriffs +10 Erhht deine Angriffsgeschwindigkeit fr 30 Minuten um 10%. Dieses Item ist handelbar. -39011 Segen des Lebens Ein Segen, der deine TP augenblicklich vollstndig regeneriert. Dieses Item ist handelbar. -39012 Segen der Magie Ein Segen, der deine MP augenblicklich vollstndig regeneriert. Dieses Item ist handelbar. -39013 Segen des Drachen Ein Segen, der deine TP und MP augenblicklich vollstndig regeneriert. Dieses Item ist handelbar. -39014 Schriftrolle des Krieges Die Verbesserung von Gegenstnden gelingt vollstndig. Nur anwendbar bei Gegenstnden +0 bis +3. Dieses Item ist handelbar. -39015 Stein des Schmieds Mit diesem Stein und einer Segensschriftrolle kann beim Schmied ein Schmiede-Handbuch hergestellt werden. Dieses Item ist handelbar. -39016 Magisches Eisenerz Mit diesem Erz und einer Segensschriftrolle kann beim Schmied eine Schriftrolle des Drachen hergestellt werden. Dieses Item ist handelbar. -39017 Drachengott-Leben Erhht deine maximalen TP 30 Minuten lang um 20%. Dieses Item ist handelbar. -39018 Drachengott-Angriff Erhht den Schaden, den du anderen im Kampf zufgst, 30 Minuten lang um 12 bis 15%. Dieses Item ist handelbar. -39019 Drachengott-Intelligenz Erhht deine maximalen MP 30 Minuten lang um 20%. Dieses Item ist handelbar. -39020 Drachengott-Verteidigung Verringert den Schaden, den du im Kampf erleidest, 30 Minuten lang um 12 bis 15%. Dieses Item ist handelbar. -39021 Drachengottuntersttzung Vitalitt, Strke, Intelligenz und Beweglichkeit deines Charakters erhhen sich vorbergehend auf das Fnffache. Dieses Item ist handelbar. -39022 Schriftrolle des Drachen Beseitigt das Risiko, einen Gegenstand zu zerstren, wenn seine Verbesserung fehlschlgt. Lediglich die Qualitt wird um eine Stufe verringert. Zudem erhht sich die Wahrscheinlichkeit einer erfolgreichen Verbesserung um 10 %. Dieses Item ist handelbar. -39023 Elixier des Forschers Dieses Elixier steigert die Qualitt gesammelter Forschungsobjekte und damit die Wahrscheinlichkeit ihrer Annahme von dem Auftraggeber. Dieses Item ist handelbar. -39024 Kritischer Kampf Erhht deine Chance, im Kampf einen kritischen Treffer zu landen, 10 Minuten lang um 20%. Dieses Item ist handelbar. -39025 Durchbohrender Kampf Erhht deine Chance, im Kampf einen durchbohrenden Treffer zu landen, 10 Minuten lang um 20%. Dieses Item ist handelbar. -39026 Geschwindigkeitstrank Erhht 30 Minuten lang deine Bewegungsgeschwindigkeit um 60. Dieses Item ist handelbar. -39027 Stein-Handbuch Entfernt alle zerbrochenen Steine aus einem Gegenstand. Somit erhltst du einen weiteren Versuch, eine Waffe oder Rstung zu verbessern. Dieses Item ist handelbar. -39028 Gegenstand verzaubern Entfernt die Boni eines deiner Gegenstnde und fgt neue hinzu. Dieses Item ist handelbar. -39029 Gegenstand verstrken Fgt mit etwas Glck einem deiner Gegenstnde einen neuen Bonus hinzu (bis max. 4 Boni). Dieses Item ist handelbar. -39030 Konzentriertes Lesen Erhht die Chance auf eine Verbesserung deines Talents beim Lesen des nchsten Buches (oder Seelensteins) um den Faktor 2,5. Dieses Item ist handelbar. -39031 Trank der Hast Dieser Trank verringert die Abklingzeit deiner Fhigkeiten 30 Minuten lang um 20%. Dieses Item ist handelbar. -39032 Frucht des Lebens Erhht die Rangpunkte um 2000 (Abklingzeit: 8 Stunden). Dieses Item ist handelbar. -39033 Rolle der Korrektur Mit dieser Rolle kann der zuletzt erfolgreich hinzugefgte Geiststein aus einem Gegenstand entfernt werden. Dieses Item ist handelbar. -39034 Pferdezucker Dieses Zuckerstck ermglicht es, deinem Reittier einen Namen zu geben. Gleichzeitig erhht es dessen Verteidigungswert um 20. Dieses Item ist handelbar. -39035 Glas der Einsicht Ermglicht dir, einem anderen Spieler Gegenstnde aus deinem Inventar zu zeigen. Das Glas zerbricht whrend des Vorgangs. Dieses Item ist handelbar. -39036 Windschuhe Solange die Schuhe ausgerstet sind, erhht sich die Bewegungsgeschwindigkeit 30 Spielstunden lang um 30. Dieses Item ist handelbar. -39037 Elixier der Sonne (K) Fllt deine TP automatisch auf. Enthlt 1.000.000 TP. Dieses Item ist handelbar. -39038 Elixier der Sonne (M) Fllt deine TP automatisch auf. Enthlt 3.000.000 TP. Dieses Item ist handelbar. -39039 Elixier der Sonne (G) Fllt deine TP automatisch auf. Enthlt 7.000.000 TP. Dieses Item ist handelbar. -39040 Elixier des Mondes (K) Fllt deine MP automatisch auf. Enthlt 100.000 MP. Dieses Item ist handelbar. -39041 Elixier des Mondes (M) Fllt deine MP automatisch auf. Enthlt 300.000 MP. Dieses Item ist handelbar. -39042 Elixier des Mondes (G) Fllt deine MP automatisch auf. Enthlt 700.000 MP. Dieses Item ist handelbar. -39043 Schriftrolle des Ortes Die Schriftrolle ermglicht dir den Rcktransport zu dem Ort, den du dir zuletzt gemerkt hast. Dieses Item ist handelbar. -41001 Hasenkostm (braun) Hasenkostm aus braunem Plsch fr ihn -41002 Hschenkostm (braun) Hasenkostm aus braunem Plsch fr sie -41003 Wstenkmpfer Kriegsgewand fr Mnner, um der menschenfeindlichen Wste zu trotzen. -41004 Wstenkmpferin Kriegsgewand fr Frauen, um der menschenfeindlichen Wste zu trotzen. -41005 Fechtanzug Olympia (m) Sportlicher Schutzanzug fr Fechter. -41006 Fechtanzug Olympia (w) Sportlicher Schutzanzug fr Fechterinnen. -41007 Fechtanzug GER (m) Sportlicher Schutzanzug in deutschen Nationalfarben fr Fechter. -41008 Fechtanzug GER (w) Sportlicher Schutzanzug in deutschen Nationalfarben fr Fechterinnen. -41009 Fechtanzug TUR (m) Sportlicher Schutzanzug in trkischen Nationalfarben fr Fechter. -41010 Fechtanzug TUR (w) Sportlicher Schutzanzug in trkischen Nationalfarben fr Fechterinnen. -41011 Fechtanzug BRA (m) Sportlicher Schutzanzug in brasilianischen Nationalfarben fr Fechter. -41012 Fechtanzug BRA (w) Sportlicher Schutzanzug in brasilianischen Nationalfarben fr Fechterinnen. -41013 Fuballtrikot Olympia(m) Neutrales Trikot fr Fuballer. -41014 Fuballtrikot Olympia(w) Neutrales Trikot fr Fuballerinnen. -41015 Fuballtrikot GER (m) Trikot in deutschen Nationalfarben fr Fuballer. -41016 Fuballtrikot GER (w) Trikot in deutschen Nationalfarben fr Fuballerinnen. -41017 Fuballtrikot TUR (m) Trikot in trkischen Nationalfarben fr Fuballer. -41018 Fuballtrikot TUR (w) Trikot in trkischen Nationalfarben fr Fuballerinnen. -41019 Fuballtrikot BRA (m) Trikot in brasilianischen Nationalfarben fr Fuballer. -41020 Fuballtrikot BRA (w) Trikot in brasilianischen Nationalfarben fr Fuballerinnen. -41021 Box-Outfit Olympia (m) Kmpferisches Outfit fr Boxer. -41022 Box-Outfit Olympia (w) Kmpferisches Outfit fr Boxerinnen. -41023 Box-Outfit GER (m) Kmpferisches Outfit in deutschen Nationalfarben fr Boxer. -41024 Box-Outfit GER (w) Kmpferisches Outfit in deutschen Nationalfarben fr Boxerinnen. -41025 Box-Outfit TUR (m) Kmpferisches Outfit in trkischen Nationalfarben fr Boxer. -41026 Box-Outfit TUR (w) Kmpferisches Outfit in trkischen Nationalfarben fr Boxerinnen. -41027 Box-Outfit BRA (m) Kmpferisches Outfit in brasilianischen Nationalfarben fr Boxer. -41028 Box-Outfit BRA (w) Kmpferisches Outfit in brasilianischen Nationalfarben fr Boxerinnen. -41029 Wstenkmpfer (Bonus) Kriegsgewand fr Mnner, um der menschenfeindlichen Wste zu trotzen. Item ist handelbar. -41030 Wstenkmpferin (Bonus) Kriegsgewand fr Frauen, um der menschenfeindlichen Wste zu trotzen. Item ist handelbar. -41031 Fechtanzug Olympia (m) Sportlicher Schutzanzug fr Fechter. Item ist handelbar. -41032 Fechtanzug Olympia (w) Sportlicher Schutzanzug fr Fechterinnen. Item ist handelbar. -41033 Fechtanzug GER (m) Sportlicher Schutzanzug in deutschen Nationalfarben fr Fechter. Item ist handelbar. -41034 Fechtanzug GER (w) Sportlicher Schutzanzug in deutschen Nationalfarben fr Fechterinnen. Item ist handelbar. -41035 Fechtanzug TUR (m) Sportlicher Schutzanzug in trkischen Nationalfarben fr Fechter. Item ist handelbar. -41036 Fechtanzug TUR (w) Sportlicher Schutzanzug in trkischen Nationalfarben fr Fechterinnen. Item ist handelbar. -41037 Fechtanzug BRA (m) Sportlicher Schutzanzug in brasilianischen Nationalfarben fr Fechter. Item ist handelbar. -41038 Fechtanzug BRA (w) Sportlicher Schutzanzug in brasilianischen Nationalfarben fr Fechterinnen. Item ist handelbar. -41039 Fuballtrikot Olympia(m) Neutrales Trikot fr Fuballer. Item ist handelbar. -41040 Fuballtrikot Olympia(w) Neutrales Trikot fr Fuballerinnen. Item ist handelbar. -41041 Fuballtrikot GER (m) Trikot in deutschen Nationalfarben fr Fuballer. Item ist handelbar. -41042 Fuballtrikot GER (w) Trikot in deutschen Nationalfarben fr Fuballerinnen. Item ist handelbar. -41043 Fuballtrikot TUR (m) Trikot in trkischen Nationalfarben fr Fuballer. Item ist handelbar. -41044 Fuballtrikot TUR (w) Trikot in trkischen Nationalfarben fr Fuballerinnen. Item ist handelbar. -41045 Fuballtrikot BRA (m) Trikot in brasilianischen Nationalfarben fr Fuballer. Item ist handelbar. -41046 Fuballtrikot BRA (w) Trikot in brasilianischen Nationalfarben fr Fuballerinnen. Item ist handelbar. -41047 Box-Outfit Olympia (m) Kmpferisches Outfit fr Boxer. Item ist handelbar. -41048 Box-Outfit Olympia (w) Kmpferisches Outfit fr Boxerinnen. Item ist handelbar. -41049 Box-Outfit GER (m) Kmpferisches Outfit in deutschen Nationalfarben fr Boxer. Item ist handelbar. -41050 Box-Outfit GER (w) Kmpferisches Outfit in deutschen Nationalfarben fr Boxerinnen. Item ist handelbar. -41051 Box-Outfit TUR (m) Kmpferisches Outfit in trkischen Nationalfarben fr Boxer. Item ist handelbar. -41052 Box-Outfit TUR (w) Kmpferisches Outfit in trkischen Nationalfarben fr Boxerinnen. Item ist handelbar. -41053 Box-Outfit BRA (m) Kmpferisches Outfit in brasilianischen Nationalfarben fr Boxer. Item ist handelbar. -41054 Box-Outfit BRA (w) Kmpferisches Outfit in brasilianischen Nationalfarben fr Boxerinnen. Item ist handelbar. -41055 Fechtanzug FRA (m) Sportlicher Schutzanzug in franzsischen Nationalfarben fr Fechter. -41056 Fechtanzug FRA (w) Sportlicher Schutzanzug in franzsischen Nationalfarben fr Fechterinnen. -41057 Fechtanzug ITA (m) Sportlicher Schutzanzug in italienischen Nationalfarben fr Fechter. -41058 Fechtanzug ITA (w) Sportlicher Schutzanzug in italienischen Nationalfarben fr Fechterinnen. -41059 Fechtanzug POL (m) Sportlicher Schutzanzug in polnischen Nationalfarben fr Fechter. -41060 Fechtanzug POL (w) Sportlicher Schutzanzug in polnischen Nationalfarben fr Fechterinnen. -41061 Fechtanzug ROU (m) Sportlicher Schutzanzug in rumnischen Nationalfarben fr Fechter. -41062 Fechtanzug ROU (w) Sportlicher Schutzanzug in rumnischen Nationalfarben fr Fechterinnen. -41063 Fechtanzug ESP (m) Sportlicher Schutzanzug in spanischen Nationalfarben fr Fechter. -41064 Fechtanzug ESP (w) Sportlicher Schutzanzug in spanischen Nationalfarben fr Fechterinnen. -41065 Fuballtrikot FRA (m) Trikot in franzsischen Nationalfarben fr Fuballer. -41066 Fuballtrikot FRA (w) Trikot in franzsischen Nationalfarben fr Fuballerinnen. -41067 Fuballtrikot ITA (m) Trikot in italienischen Nationalfarben fr Fuballer. -41068 Fuballtrikot ITA (w) Trikot in italienischen Nationalfarben fr Fuballerinnen. -41069 Fuballtrikot POL (m) Trikot in polnischen Nationalfarben fr Fuballer. -41070 Fuballtrikot POL (w) Trikot in polnischen Nationalfarben fr Fuballerinnen. -41071 Fuballtrikot ROU (m) Trikot in rumnischen Nationalfarben fr Fuballer. -41072 Fuballtrikot ROU (w) Trikot in rumnischen Nationalfarben fr Fuballerinnen. -41073 Fuballtrikot ESP (m) Trikot in spanischen Nationalfarben fr Fuballer. -41074 Fuballtrikot ESP (w) Trikot in spanischen Nationalfarben fr Fuballerinnen. -41075 Box-Outfit FRA (m) Kmpferisches Outfit in franzsischen Nationalfarben fr Boxer. -41076 Box-Outfit FRA (w) Kmpferisches Outfit in franzsischen Nationalfarben fr Boxerinnen. -41077 Box-Outfit ITA (m) Kmpferisches Outfit in italienischen Nationalfarben fr Boxer. -41078 Box-Outfit ITA (w) Kmpferisches Outfit in italienischen Nationalfarben fr Boxerinnen. -41079 Box-Outfit POL (m) Kmpferisches Outfit in polnischen Nationalfarben fr Boxer. -41080 Box-Outfit POL (w) Kmpferisches Outfit in polnischen Nationalfarben fr Boxerinnen. -41081 Box-Outfit ROU (m) Kmpferisches Outfit in rumnischen Nationalfarben fr Boxer. -41082 Box-Outfit ROU (w) Kmpferisches Outfit in rumnischen Nationalfarben fr Boxerinnen. -41083 Box-Outfit ESP (m) Kmpferisches Outfit in spanischen Nationalfarben fr Boxer. -41084 Box-Outfit ESP (w) Kmpferisches Outfit in spanischen Nationalfarben fr Boxerinnen. -41085 Fechtanzug FRA (m) Sportlicher Schutzanzug in franzsischen Nationalfarben fr Fechter. Item ist handelbar. -41086 Fechtanzug FRA (w) Sportlicher Schutzanzug in franzsischen Nationalfarben fr Fechterinnen. Item ist handelbar. -41087 Fechtanzug ITA (m) Sportlicher Schutzanzug in italienischen Nationalfarben fr Fechter. Item ist handelbar. -41088 Fechtanzug ITA (w) Sportlicher Schutzanzug in italienischen Nationalfarben fr Fechterinnen. Item ist handelbar. -41089 Fechtanzug POL (m) Sportlicher Schutzanzug in polnischen Nationalfarben fr Fechter. Item ist handelbar. -41090 Fechtanzug POL (w) Sportlicher Schutzanzug in polnischen Nationalfarben fr Fechterinnen. Item ist handelbar. -41091 Fechtanzug ROU (m) Sportlicher Schutzanzug in rumnischen Nationalfarben fr Fechter. Item ist handelbar. -41092 Fechtanzug ROU (w) Sportlicher Schutzanzug in rumnischen Nationalfarben fr Fechterinnen. Item ist handelbar. -41093 Fechtanzug ESP (m) Sportlicher Schutzanzug in spanischen Nationalfarben fr Fechter. Item ist handelbar. -41094 Fechtanzug ESP (w) Sportlicher Schutzanzug in spanischen Nationalfarben fr Fechterinnen. Item ist handelbar. -41095 Fuballtrikot FRA (m) Trikot in franzsischen Nationalfarben fr Fuballer. Item ist handelbar. -41096 Fuballtrikot FRA (w) Trikot in franzsischen Nationalfarben fr Fuballerinnen. Item ist handelbar. -41097 Fuballtrikot ITA (m) Trikot in italienischen Nationalfarben fr Fuballer. Item ist handelbar. -41098 Fuballtrikot ITA (w) Trikot in italienischen Nationalfarben fr Fuballerinnen. Item ist handelbar. -41099 Fuballtrikot POL (m) Trikot in polnischen Nationalfarben fr Fuballer. Item ist handelbar. -41100 Fuballtrikot POL (w) Trikot in polnischen Nationalfarben fr Fuballerinnen. Item ist handelbar. -41101 Fuballtrikot ROU (m) Trikot in rumnischen Nationalfarben fr Fuballer. Item ist handelbar. -41102 Fuballtrikot ROU (w) Trikot in rumnischen Nationalfarben fr Fuballerinnen. Item ist handelbar. -41103 Fuballtrikot ESP (m) Trikot in spanischen Nationalfarben fr Fuballer. Item ist handelbar. -41104 Fuballtrikot ESP (w) Trikot in spanischen Nationalfarben fr Fuballerinnen. Item ist handelbar. -41105 Box-Outfit FRA (m) Kmpferisches Outfit in franzsischen Nationalfarben fr Boxer. Item ist handelbar. -41106 Box-Outfit FRA (w) Kmpferisches Outfit in franzsischen Nationalfarben fr Boxerinnen. Item ist handelbar. -41107 Box-Outfit ITA (m) Kmpferisches Outfit in italienischen Nationalfarben fr Boxer. Item ist handelbar. -41108 Box-Outfit ITA (w) Kmpferisches Outfit in italienischen Nationalfarben fr Boxerinnen. Item ist handelbar. -41109 Box-Outfit POL (m) Kmpferisches Outfit in polnischen Nationalfarben fr Boxer. Item ist handelbar. -41110 Box-Outfit POL (w) Kmpferisches Outfit in polnischen Nationalfarben fr Boxerinnen. Item ist handelbar. -41111 Box-Outfit ROU (m) Kmpferisches Outfit in rumnischen Nationalfarben fr Boxer. Item ist handelbar. -41112 Box-Outfit ROU (w) Kmpferisches Outfit in rumnischen Nationalfarben fr Boxerinnen. Item ist handelbar. -41113 Box-Outfit ESP (m) Kmpferisches Outfit in spanischen Nationalfarben fr Boxer. Item ist handelbar. -41114 Box-Outfit ESP (w) Kmpferisches Outfit in spanischen Nationalfarben fr Boxerinnen. Item ist handelbar. -41117 Musketier-Kostm Extravaganter Anzug im Stil der Musketiere -41118 Dienstmdchenuniform Schwarzes Kleid mit weier Schrze im Stil eines franzsischen Dienstmdchens. -41119 Salsa-Anzug Hautenger, orange-schwarzer Anzug fr lateinamerikanischen Tnzer -41120 Salsa-Kleid Hautenges, rotes Tanzkleid mit schwarzen Handschuhen -41121 Gentleman-Anzug Eleganter Anzug fr Herren mit gutem Benehmen -41122 Cocktailkleid Himmelblaues Kleid mit Schleife und passenden Riemchensandalen -41125 Krbis-Smoking Ein klassischer Hingucker - zu gegebenem Anlass neu interpretiert. -41126 Krbis-Kleid Ein klassischer Hingucker - zu gegebenem Anlass neu interpretiert. -41129 Musketier-Kostm+ Extravaganter Anzug im Stil der Musketiere. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41130 Dienstmdchenuniform+ Schwarzes Kleid mit weier Schrze im Stil einer franzsischen Dienstmdchenuniform. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41131 Salsa-Anzug+ Hautenger, orange-schwarzer Anzug fr lateinamerikanischen Tnzer. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41132 Salsa-Kleid+ Hautenges, rotes Tanzkleid mit schwarzen Handschuhen. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41133 Gentleman-Anzug+ Eleganter Anzug fr Herren mit gutem Benehmen. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41134 Cocktailkleid+ Himmelblaues Kleid mit Schleife und passenden Riemchensandalen. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41135 Krbis-Smoking (Bonus) Ein klassischer Hingucker - zu gegebenem Anlass neu interpretiert. Dieses Kostm verleiht dir einen zuflligen Bonus. -41136 Krbis-Kleid (Bonus) Ein klassischer Hingucker - zu gegebenem Anlass neu interpretiert. Dieses Kostm verleiht dir einen zuflligen Bonus. -41137 Weihnachtskostm (rot) Weihnachtlicher Anzug aus rotem Samt und weiem Plsch -41138 Weihnachtskleid (rot) Weihnachtliches Minikleid aus rotem Samt und weiem Plsch -41139 Weihnachtskostm (grn) Weihnachtlicher Anzug aus grnem Samt und weiem Plsch -41140 Weihnachtskleid (grn) Weihnachtliches Minikleid aus grnem Samt und weiem Plsch -41141 Weihnachtskostm (schw.) Weihnachtlicher Anzug aus schwarzem Samt und weiem Plsch -41142 Weihnachtskleid (schw.) Weihnachtliches Minikleid aus schwarzem Samt und weiem Plsch -41143 Rentierkostm (m) Kostm fr ihn aus weichem Plsch mit Puschelschwanz und Glocke -41144 Rentierkostm (w) Kostm fr sie aus weichem Plsch mit Puschelschwanz und Glocke -41145 Weihnachtskostm+ (rot) Weihnachtlicher Anzug aus rotem Samt und weiem Plsch. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41146 Weihnachtskleid+ (rot) Weihnachtliches Minikleid aus rotem Samt und weiem Plsch. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41147 Weihnachtskostm+ (grn) Weihnachtlicher Anzug aus grnem Samt und weiem Plsch. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41148 Weihnachtskleid+ (grn) Weihnachtliches Minikleid aus grnem Samt und weiem Plsch. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41149 Weihnachtskostm+ (schw) Weihnachtlicher Anzug aus schwarzem Samt und weiem Plsch. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41150 Weihnachtskleid+ (schw.) Weihnachtliches Minikleid aus schwarzem Samt und weiem Plsch. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41151 Rentierkostm+ (m) Kostm fr ihn aus weichem Plsch mit Puschelschwanz und Glocke. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41152 Rentierkostm+ (w) Kostm fr sie aus weichem Plsch mit Puschelschwanz und Glocke. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -41153 AC Miryang (m) Fuballtrikotsatz in Schwarz-Rot fr ihn -41154 AC Miryang (w) Fuballtrikotsatz in Schwarz-Rot fr sie -41155 AFC Yayang (m) Fuballtrikotsatz in Wei-Rot fr ihn -41156 AFC Yayang (w) Fuballtrikotsatz in Wei-Rot fr sie -41157 RSC Schlangenfeld (m) Fuballtrikotsatz in Violett-Wei fr ihn -41158 RSC Schlangenfeld (w) Fuballtrikotsatz in Violett-Wei fr sie -41159 Yongan FC (m) Fuballtrikotsatz in Rot-Wei fr ihn -41160 Yongan FC (w) Fuballtrikotsatz in Rot-Wei fr sie -41161 FC Bakra (m) Fuballtrikotsatz in Dunkelblau-Rot fr ihn -41162 FC Bakra (w) Fuballtrikotsatz in Dunkelblau-Rot fr sie -41163 FC Bokjung (m) Fuballtrikotsatz in Gelb-Blau fr ihn -41164 FC Bokjung (w) Fuballtrikotsatz in Gelb-Blau fr sie -41165 FC Bavaria Hwang (m) Fuballtrikotsatz in Rot-Gold fr ihn -41166 FC Bavaria Hwang (w) Fuballtrikotsatz in Rot-Gold fr sie -41167 Borussia Chunjo (m) Fuballtrikotsatz in Schwarz-Gelb fr ihn -41168 Borussia Chunjo (w) Fuballtrikotsatz in Schwarz-Gelb fr sie -41169 SC Doyum (m) Fuballtrikotsatz in Rot-Wei fr ihn -41170 SC Doyum (w) Fuballtrikotsatz in Rot-Wei fr sie -41171 SC Hasun Dong (m) Fuballtrikotsatz in Grn-Wei fr ihn -41172 SC Hasun Dong (w) Fuballtrikotsatz in Grn-Wei fr sie -41173 CFR Drachenfeuer 07 (m) Fuballtrikotsatz in Bordeaux fr ihn -41174 CFR Drachenfeuer 07 (w) Fuballtrikotsatz in Bordeaux fr sie -41175 FC Daeyami (m) Fuballtrikotsatz in Blau fr ihn -41176 FC Daeyami (w) Fuballtrikotsatz in Blau fr sie -41177 GNK Kuahlo Dong (m) Fuballtrikotsatz in Blau-Wei fr ihn -41178 GNK Kuahlo Dong (w) Fuballtrikotsatz in Blau-Wei fr sie -41179 1927 Imha (m) Fuballtrikotsatz in Wei-Blau fr ihn -41180 1927 Imha (w) Fuballtrikotsatz in Wei-Blau fr sie -41181 1. FC Eisland (m) Fuballtrikotsatz in Rot fr ihn -41182 1. FC Eisland (w) Fuballtrikotsatz in Rot fr sie -41183 FC Gumsan (m) Fuballtrikotsatz in Wei-Blau fr ihn -41184 FC Gumsan (w) Fuballtrikotsatz in Wei-Blau fr sie -41185 Galawaryong (m) Fuballtrikotsatz in Gelb-Rot fr ihn -41186 Galawaryong (w) Fuballtrikotsatz in Gelb-Rot fr sie -41187 Juventus Yongbi (m) Fuballtrikotsatz in Schwarz-Wei fr ihn -41188 Juventus Yongbi (w) Fuballtrikotsatz in Schwarz-Wei fr sie -41189 Lungsam OSC (m) Fuballtrikotsatz in Rot-Dunkelblau fr ihn -41190 Lungsam OSC (w) Fuballtrikotsatz in Rot-Dunkelblau fr sie -41191 FC Doyyumhwan (m) Fuballtrikotsatz in Hellblau-Wei fr ihn -41192 FC Doyyumhwan (w) Fuballtrikotsatz in Hellblau-Wei fr sie -41193 Nephrit City FC (m) Fuballtrikotsatz in Hellblau-Wei fr ihn -41194 Nephrit City FC (w) Fuballtrikotsatz in Hellblau-Wei fr sie -41195 Shinsoo United (m) Fuballtrikotsatz in Rot-Wei fr ihn -41196 Shinsoo United (w) Fuballtrikotsatz in Rot-Wei fr sie -41197 Drachental SC (m) Fuballtrikotsatz in Dunkelblau-Orange fr ihn -41198 Drachental SC (w) Fuballtrikotsatz in Dunkelblau-Orange fr sie -41199 Donnerberg FC (m) Fuballtrikotsatz in Rot-Wei fr ihn -41200 Donnerberg FC (w) Fuballtrikotsatz in Rot-Wei fr sie -41201 Pyungmoo Saint-Hwang (m) Fuballtrikotsatz in Dunkelblau fr ihn -41202 Pyungmoo Saint-Hwang (w) Fuballtrikotsatz in Dunkelblau fr sie -41203 Real Sohan (m) Fuballtrikotsatz in Wei fr ihn -41204 Real Sohan (w) Fuballtrikotsatz in Wei fr sie -41205 FC Jinno 04 (m) Fuballtrikotsatz in Knigsblau-Wei fr ihn -41206 FC Jinno 04 (w) Fuballtrikotsatz in Knigsblau-Wei fr sie -41207 FC Sangsun Dong (m) Fuballtrikotsatz in Schwarz-Orange fr ihn -41208 FC Sangsun Dong (w) Fuballtrikotsatz in Schwarz-Orange fr sie -41209 SL Jungsun Dong (m) Fuballtrikotsatz in Rot-Wei fr ihn -41210 SL Jungsun Dong (w) Fuballtrikotsatz in Rot-Wei fr sie -41211 Sparta Jungrang (m) Fuballtrikotsatz in Rot-Wei fr ihn -41212 Sparta Jungrang (w) Fuballtrikotsatz in Rot-Wei fr sie -41213 FC Feuerland (m) Fuballtrikotsatz in Wei-Schwarz fr ihn -41214 FC Feuerland (w) Fuballtrikotsatz in Wei-Schwarz fr sie -41215 FC St. Seungryong (m) Fuballtrikotsatz in Blau fr ihn -41216 FC St. Seungryong (w) Fuballtrikotsatz in Blau fr sie -41217 AC Miryang+ (m) Fuballtrikotsatz in Schwarz-Rot fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41218 AC Miryang+ (w) Fuballtrikotsatz in Schwarz-Rot fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41219 AFC Yayang+ (m) Fuballtrikotsatz in Wei-Rot fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41220 AFC Yayang+ (w) Fuballtrikotsatz in Wei-Rot fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41221 RSC Schlangenfeld+ (m) Fuballtrikotsatz in Violett-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41222 RSC Schlangenfeld+ (w) Fuballtrikotsatz in Violett-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41223 Yongan FC+ (m) Fuballtrikotsatz in Rot-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41224 Yongan FC+ (w) Fuballtrikotsatz in Rot-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41225 FC Bakra+ (m) Fuballtrikotsatz in Dunkelblau-Rot fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41226 FC Bakra+ (w) Fuballtrikotsatz in Dunkelblau-Rot fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41227 FC Bokjung+ (m) Fuballtrikotsatz in Gelb-Blau fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41228 FC Bokjung+ (w) Fuballtrikotsatz in Gelb-Blau fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41229 FC Bavaria Hwang+ (m) Fuballtrikotsatz in Rot-Gold fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41230 FC Bavaria Hwang+ (w) Fuballtrikotsatz in Rot-Gold fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41231 Borussia Chunjo+ (m) Fuballtrikotsatz in Schwarz-Gelb fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41232 Borussia Chunjo+ (w) Fuballtrikotsatz in Schwarz-Gelb fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41233 SC Doyum+ (m) Fuballtrikotsatz in Rot-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41234 SC Doyum+ (w) Fuballtrikotsatz in Rot-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41235 SC Hasun Dong+ (m) Fuballtrikotsatz in Grn-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41236 SC Hasun Dong+ (w) Fuballtrikotsatz in Grn-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41237 CFR Drachenfeuer 07+ (m) Fuballtrikotsatz in Bordeaux fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41238 CFR Drachenfeuer 07+ (w) Fuballtrikotsatz in Bordeaux fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41239 FC Daeyami+ (m) Fuballtrikotsatz in Blau fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41240 FC Daeyami+ (w) Fuballtrikotsatz in Blau fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41241 GNK Kuahlo Dong+ (m) Fuballtrikotsatz in Blau-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41242 GNK Kuahlo Dong+ (w) Fuballtrikotsatz in Blau-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41243 1927 Imha+ (m) Fuballtrikotsatz in Wei-Blau fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41244 1927 Imha+ (w) Fuballtrikotsatz in Wei-Blau fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41245 1. FC Eisland+ (m) Fuballtrikotsatz in Rot fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41246 1. FC Eisland+ (w) Fuballtrikotsatz in Rot fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41247 FC Gumsan+ (m) Fuballtrikotsatz in Wei-Blau fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41248 FC Gumsan+ (w) Fuballtrikotsatz in Wei-Blau fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41249 Galawaryong+ (m) Fuballtrikotsatz in Gelb-Rot fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41250 Galawaryong+ (w) Fuballtrikotsatz in Gelb-Rot fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41251 Juventus Yongbi+ (m) Fuballtrikotsatz in Schwarz-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41252 Juventus Yongbi+ (w) Fuballtrikotsatz in Schwarz-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41253 Lungsam OSC+ (m) Fuballtrikotsatz in Rot-Dunkelblau fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41254 Lungsam OSC+ (w) Fuballtrikotsatz in Rot-Dunkelblau fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41255 FC Doyyumhwan+ (m) Fuballtrikotsatz in Hellblau-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41256 FC Doyyumhwan+ (w) Fuballtrikotsatz in Hellblau-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41257 Nephrit City FC+ (m) Fuballtrikotsatz in Hellblau-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41258 Nephrit City FC+ (w) Fuballtrikotsatz in Hellblau-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41259 Shinsoo United+ (m) Fuballtrikotsatz in Rot-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41260 Shinsoo United+ (w) Fuballtrikotsatz in Rot-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41261 Drachental SC+ (m) Fuballtrikotsatz in Dunkelblau-Orange fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41262 Drachental SC+ (w) Fuballtrikotsatz in Dunkelblau-Orange fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41263 Donnerberg FC+ (m) Fuballtrikotsatz in Rot-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41264 Donnerberg FC+ (w) Fuballtrikotsatz in Rot-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41265 Pyungmoo Saint-Hwang+(m) Fuballtrikotsatz in Dunkelblau fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41266 Pyungmoo Saint-Hwang+(w) Fuballtrikotsatz in Dunkelblau fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41267 Real Sohan+ (m) Fuballtrikotsatz in Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41268 Real Sohan+ (w) Fuballtrikotsatz in Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41269 FC Jinno 04+ (m) Fuballtrikotsatz in Knigsblau-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41270 FC Jinno 04+ (w) Fuballtrikotsatz in Knigsblau-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41271 FC Sangsun Dong+ (m) Fuballtrikotsatz in Schwarz-Orange fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41272 FC Sangsun Dong+ (w) Fuballtrikotsatz in Schwarz-Orange fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41273 SL Jungsun Dong+ (m) Fuballtrikotsatz in Rot-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41274 SL Jungsun Dong+ (w) Fuballtrikotsatz in Rot-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41275 Sparta Jungrang+ (m) Fuballtrikotsatz in Rot-Wei fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41276 Sparta Jungrang+ (w) Fuballtrikotsatz in Rot-Wei fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41277 FC Feuerland+ (m) Fuballtrikotsatz in Wei-Schwarz fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41278 FC Feuerland+ (w) Fuballtrikotsatz in Wei-Schwarz fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41279 FC St. Seungryong+ (m) Fuballtrikotsatz in Blau fr ihn. Verleiht dir mindestens einen zuflligen Bonus. -41280 FC St. Seungryong+ (w) Fuballtrikotsatz in Blau fr sie. Verleiht dir mindestens einen zuflligen Bonus. -41291 Hasenkostm (schwarz) Hasenkostm aus schwarzem Plsch fr ihn -41292 Hasenkostm (blau) Hasenkostm aus blauem Plsch fr ihn -41293 Hasenkostm (grn) Hasenkostm aus grnem Plsch fr ihn -41294 Hasenkostm (pink) Hasenkostm aus pinkfarbenem Plsch fr ihn -41295 Hschenkostm (schwarz) Hasenkostm aus schwarzem Plsch fr sie -41296 Hschenkostm (blau) Hasenkostm aus blauem Plsch fr sie -41297 Hschenkostm (grn) Hasenkostm aus grnem Plsch fr sie -41298 Hschenkostm (pink) Hasenkostm aus pinkfarbenem Plsch fr sie -41299 Hasenkostm+ (schwarz) Hasenkostm aus schwarzem Plsch fr ihn. Verleiht dir mind. einen zuflligen Bonus. -41300 Hasenkostm+ (blau) Hasenkostm aus blauem Plsch fr ihn. Verleiht dir mind. einen zuflligen Bonus. -41301 Hasenkostm+ (grn) Hasenkostm aus grnem Plsch fr ihn. Verleiht dir mind. einen zuflligen Bonus. -41302 Hasenkostm+ (pink) Hasenkostm aus pinkfarbenem Plsch fr ihn. Verleiht dir mind. einen zuflligen Bonus. -41303 Hschenkostm+ (schwarz) Hasenkostm aus schwarzem Plsch fr sie. Verleiht dir mind. einen zuflligen Bonus. -41304 Hschenkostm+ (blau) Hasenkostm aus blauem Plsch fr sie. Verleiht dir mind. einen zuflligen Bonus. -41305 Hschenkostm+ (grn) Hasenkostm aus grnem Plsch fr sie. Verleiht dir mind. einen zuflligen Bonus. -41306 Hschenkostm+ (pink) Hasenkostm aus pinkfarbenem Plsch fr sie. Verleiht dir mind. einen zuflligen Bonus. -41311 Wstenkmpfer (schwarz) Schwarzes Kriegsgewand fr Mnner. -41312 Wstenkmpferin (schw.) Schwarzes Kriegsgewand fr Frauen. -41313 Wstenkmpfer+ (schwarz) Schwarzes Kriegsgewand fr Mnner. Verleiht dir mindestens einen zuflligen Bonus. -41314 Wstenkmpferin+ (schw.) Schwarzes Kriegsgewand fr Frauen. Verleiht dir mindestens einen zuflligen Bonus. -45001 Hschenohren (braun) Braune Hasenohren fr sie -45002 Hasenohren (braun) Braune Mtze mit Hasenohren fr ihn -45003 Kopftuch (m) Eine Kopfbedeckung aus feinstem Stoff fr Mnner. -45004 Kopftuch (w) Eine Kopfbedeckung aus feinstem Stoff fr Frauen. -45005 OlaSeku (m) Oben lang, Seite kurz - extravaganter Sidecut fr Mnner. -45006 Fechtfrisur (w) Eine sportliche Frisur fr Fechterinnen. -45007 Irokesenschnitt (m) Frisur in Stil der Irokesen. Haare stehen in der Mitte senkrecht nach oben, Seiten sind kurz rasiert. -45008 Fuballfrisur GER (w) Eine sportliche Frisur mit Haarband in den deutschen Nationalfarben fr Fuballerinnen. -45009 Rastalocken (m) Die langen Haare sind zu Rastalocken gedreht und am Hinterkopf zusammengebunden. -45010 Boxfrisur GER (w) Eine sportliche Frisur mit Haarband in den deutschen Nationalfarben fr Boxerinnen. -45011 Kopftuch+ (m) Eine Kopfbedeckung aus feinstem Stoff fr Mnner. Item ist handelbar. -45012 Kopftuch+ (w) Eine Kopfbedeckung aus feinstem Stoff fr Frauen. Item ist handelbar. -45013 OlaSeku (m) Oben lang, Seite kurz - extravaganter Sidecut fr Mnner. Item ist handelbar. -45014 Fechtfrisur (w) Eine sportliche Frisur fr Fechterinnen. Item ist handelbar. -45015 Irokesenschnitt (m) Frisur in Stil der Irokesen. Haare stehen in der Mitte senkrecht nach oben, Seiten sind kurz rasiert. Item ist handelbar. -45016 Fuballfrisur GER (w) Eine sportliche Frisur mit Haarband in den deutschen Nationalfarben fr Fuballerinnen. Item ist handelbar. -45017 Rastalocken (m) Die langen Haare sind zu Rastalocken gedreht und am Hinterkopf zusammengebunden. Item ist handelbar. -45018 Boxfrisur GER (w) Eine sportliche Frisur mit Haarband in den deutschen Nationalfarben fr Boxerinnen. Item ist handelbar. -45019 Boxfrisur TUR (w) Eine sportliche Frisur mit Haarband in den trkischen Nationalfarben fr Boxerinnen. -45020 Boxfrisur BRA (w) Eine sportliche Frisur mit Haarband in den brasilianischen Nationalfarben fr Boxerinnen. -45021 Boxfrisur Olympia (w) Eine sportliche Frisur mit buntem Haarband fr Boxerinnen. -45022 Boxfrisur FRA (w) Eine sportliche Frisur mit Haarband in den franzsischen Nationalfarben fr Boxerinnen. -45023 Boxfrisur ITA (w) Eine sportliche Frisur mit Haarband in den italienischen Nationalfarben fr Boxerinnen. -45024 Boxfrisur POL (w) Eine sportliche Frisur mit Haarband in den polnischen Nationalfarben fr Boxerinnen. -45025 Boxfrisur ROU (w) Eine sportliche Frisur mit Haarband in den rumnischen Nationalfarben fr Boxerinnen. -45026 Boxfrisur ESP (w) Eine sportliche Frisur mit Haarband in den spanischen Nationalfarben fr Boxerinnen. -45027 Fuballfrisur TUR (w) Eine sportliche Frisur mit Haarband in den trkischen Nationalfarben fr Fuballerinnen. -45028 Fuballfrisur BRA (w) Eine sportliche Frisur mit Haarband in den brasilianischen Nationalfarben fr Fuballerinnen. -45029 Fuballfrisur Olympia(w) Eine sportliche Frisur mit buntem Haarband fr Fuballerinnen. -45030 Fuballfrisur FRA (w) Eine sportliche Frisur mit Haarband in den franzsischen Nationalfarben fr Fuballerinnen. -45031 Fuballfrisur ITA (w) Eine sportliche Frisur mit Haarband in den italienischen Nationalfarben fr Fuballerinnen. -45032 Fuballfrisur POL (w) Eine sportliche Frisur mit Haarband in den polnischen Nationalfarben fr Fuballerinnen. -45033 Fuballfrisur ROU (w) Eine sportliche Frisur mit Haarband in den rumnischen Nationalfarben fr Fuballerinnen. -45034 Fuballfrisur ESP (w) Eine sportliche Frisur mit Haarband in den spanischen Nationalfarben fr Fuballerinnen. -45035 Boxfrisur TUR (w) Eine sportliche Frisur mit Haarband in den trkischen Nationalfarben fr Boxerinnen. -45036 Boxfrisur BRA (w) Eine sportliche Frisur mit Haarband in den brasilianischen Nationalfarben fr Boxerinnen. -45037 Boxfrisur Olympia (w) Eine sportliche Frisur mit buntem Haarband fr Boxerinnen. -45038 Boxfrisur FRA (w) Eine sportliche Frisur mit Haarband in den franzsischen Nationalfarben fr Boxerinnen. -45039 Boxfrisur ITA (w) Eine sportliche Frisur mit Haarband in den italienischen Nationalfarben fr Boxerinnen. -45040 Boxfrisur POL (w) Eine sportliche Frisur mit Haarband in den polnischen Nationalfarben fr Boxerinnen. -45041 Boxfrisur ROU (w) Eine sportliche Frisur mit Haarband in den rumnischen Nationalfarben fr Boxerinnen. -45042 Boxfrisur ESP (w) Eine sportliche Frisur mit Haarband in den spanischen Nationalfarben fr Boxerinnen. -45043 Fuballfrisur TUR (w) Eine sportliche Frisur mit Haarband in den trkischen Nationalfarben fr Fuballerinnen. -45044 Fuballfrisur BRA (w) Eine sportliche Frisur mit Haarband in den brasilianischen Nationalfarben fr Fuballerinnen. -45045 Fuballfrisur Olympia(w) Eine sportliche Frisur mit buntem Haarband fr Fuballerinnen. -45046 Fuballfrisur FRA (w) Eine sportliche Frisur mit Haarband in den franzsischen Nationalfarben fr Fuballerinnen. -45047 Fuballfrisur ITA (w) Eine sportliche Frisur mit Haarband in den italienischen Nationalfarben fr Fuballerinnen. -45048 Fuballfrisur POL (w) Eine sportliche Frisur mit Haarband in den polnischen Nationalfarben fr Fuballerinnen. -45049 Fuballfrisur ROU (w) Eine sportliche Frisur mit Haarband in den rumnischen Nationalfarben fr Fuballerinnen. -45050 Fuballfrisur ESP (w) Eine sportliche Frisur mit Haarband in den spanischen Nationalfarben fr Fuballerinnen. -45053 Musketier-Frisur Gepflegte blonde Kurzhaarfrisur fr den perfekten Musketier-Look. -45054 Dienstmdchenhaube Blonder Pagenschnitt mit Dienstmdchenhaube. -45055 Mini-Iro Auffallender Kurzhaarschnitt im Irokesen-Stil. -45056 Salsa-Knoten Elegante Hochsteckfrisur mit roter Blume. -45057 Bogarthut Klassischer Filzhut im Humphrey-Bogart-Stil. -45058 Blumenfrisur Se Flechtfrisur mit buntem Blumenschmuck. -45061 Krbis-Maske Ein ausgehhlter Krbis. Gerumig, gut belftet und ordentlich gruselig. -45062 Krbis-Maske Ein ausgehhlter Krbis. Gerumig, gut belftet und ordentlich gruselig. -45065 Musketier-Frisur+ Gepflegte blonde Kurzhaarfrisur fr den perfekten Musketier-Look. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45066 Dienstmdchenhaube+ Blonder Pagenschnitt mit Dienstmdchenhaube. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45067 Mini-Iro+ Auffallender Kurzhaarschnitt im Irokesen-Stil. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45068 Salsa-Knoten+ Elegante Hochsteckfrisur mit roter Blume. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45069 Bogarthut+ Klassischer Filzhut im Humphrey-Bogart-Stil. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45070 Blumenfrisur+ Se Flechtfrisur mit buntem Blumenschmuck. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45073 Krbis-Maske (Bonus) Ein ausgehhlter Krbis. Gerumig, gut belftet und ordentlich gruselig. Verleiht dir einen zuflligen Bonus. -45074 Krbis-Maske (Bonus) Ein ausgehhlter Krbis. Gerumig, gut belftet und ordentlich gruselig. Verleiht dir einen zuflligen Bonus. -45075 Weihnachtsmtze (rot) Rote Samtmtze mit Geweih und weiem Bommel -45076 Weihnachtsmtze (grn) Grne Samtmtze mit Geweih und weiem Bommel -45077 Weihnachtsmtze (schw.) Schwarze Samtmtze mit Geweih und weiem Bommel -45078 Elfenhut Schneeweie Kopfbedeckung mit filigranen Flgeln -45079 Rentierkopf (m) Rentiermaske zum berziehen mit roter Nase und Geweih fr ihn -45080 Rentierkopf (w) Rentiermaske zum berziehen mit roter Nase und Geweih fr sie -45081 Weihnachtsmtze+ (rot) Rote Samtmtze mit Geweih und weiem Bommel. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45082 Weihnachtsmtze+ (grn) Grne Samtmtze mit Geweih und weiem Bommel. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45083 Weihnachtsmtze+ (schw.) Schwarze Samtmtze mit Geweih und weiem Bommel. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45084 Elfenhut+ Schneeweie Kopfbedeckung mit filigranen Flgeln. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45085 Rentierkopf+ (m) Rentiermaske zum berziehen mit roter Nase und Geweih fr ihn. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45086 Rentierkopf+ (w) Rentiermaske zum berziehen mit roter Nase und Geweih fr sie. Verleiht dir mind. einen zuflligen Bonus. Item ist handelbar. -45087 Bandana (wei) Weies Dreieckstuch fr Mnner, das um den Kopf gebunden wird. Beliebt bei Sportfans. -45088 Bandana (wei) Weies Dreieckstuch fr Frauen, das um den Kopf gebunden wird. Beliebt bei Sportfans. -45089 Bandana (schwarz) Schwarzes Dreieckstuch fr Mnner, das um den Kopf gebunden wird. Beliebt bei Sportfans. -45090 Bandana (schwarz) Schwarzes Dreieckstuch fr Frauen, das um den Kopf gebunden wird. Beliebt bei Sportfans. -45091 Bandana (gelb) Gelbes Dreieckstuch fr Mnner, das um den Kopf gebunden wird. Beliebt bei Sportfans. -45092 Bandana (gelb) Gelbes Dreieckstuch fr Frauen, das um den Kopf gebunden wird. Beliebt bei Sportfans. -45093 Bandana (orange) Orangefarbenes Dreieckstuch fr Mnner, das um den Kopf gebunden wird. Beliebt bei Sportfans. -45094 Bandana (orange) Orangefarbenes Dreieckstuch fr Frauen, das um den Kopf gebunden wird. Beliebt bei Sportfans. -45095 Bandana (blau) Blaues Dreieckstuch fr Mnner, das um den Kopf gebunden wird. Beliebt bei Sportfans. -45096 Bandana (blau) Blaues Dreieckstuch fr Frauen, das um den Kopf gebunden wird. Beliebt bei Sportfans. -45097 Bandana+ (wei) Weies Dreieckstuch fr Mnner, das um den Kopf gebunden wird. Beliebt bei Sportfans. Verleiht dir mindestens einen zuflligen Bonus. -45098 Bandana+ (wei) Weies Dreieckstuch fr Frauen, das um den Kopf gebunden wird. Beliebt bei Sportfans. Verleiht dir mindestens einen zuflligen Bonus. -45099 Bandana+ (schwarz) Schwarzes Dreieckstuch fr Mnner, das um den Kopf gebunden wird. Beliebt bei Sportfans. Verleiht dir mindestens einen zuflligen Bonus. -45100 Bandana+ (schwarz) Schwarzes Dreieckstuch fr Frauen, das um den Kopf gebunden wird. Beliebt bei Sportfans. Verleiht dir mindestens einen zuflligen Bonus. -45101 Bandana+ (gelb) Gelbes Dreieckstuch fr Mnner, das um den Kopf gebunden wird. Beliebt bei Sportfans. Verleiht dir mindestens einen zuflligen Bonus. -45102 Bandana+ (gelb) Gelbes Dreieckstuch fr Frauen, das um den Kopf gebunden wird. Beliebt bei Sportfans. Verleiht dir mindestens einen zuflligen Bonus. -45103 Bandana+ (orange) Orangefarbenes Dreieckstuch fr Mnner, das um den Kopf gebunden wird. Beliebt bei Sportfans. Verleiht dir mindestens einen zuflligen Bonus. -45104 Bandana+ (orange) Orangefarbenes Dreieckstuch fr Frauen, das um den Kopf gebunden wird. Beliebt bei Sportfans. Verleiht dir mindestens einen zuflligen Bonus. -45105 Bandana+ (blau) Blaues Dreieckstuch fr Mnner, das um den Kopf gebunden wird. Beliebt bei Sportfans. Verleiht dir mindestens einen zuflligen Bonus. -45106 Bandana+ (blau) Blaues Dreieckstuch fr Frauen, das um den Kopf gebunden wird. Beliebt bei Sportfans. Verleiht dir mindestens einen zuflligen Bonus. -45119 Hasenohren (schwarz) Schwarze Mtze mit Hasenohren fr ihn -45120 Hasenohren (blau) Blaue Mtze mit Hasenohren fr ihn -45121 Hasenohren (grn) Grne Mtze mit Hasenohren fr ihn -45122 Hasenohren (pink) Pinkfarbene Mtze mit Hasenohren fr ihn -45123 Hschenohren (schwarz) Schwarze Hasenohren fr sie -45124 Hschenohren (blau) Blaue Hasenohren fr sie -45125 Hschenohren (grn) Grne Hasenohren fr sie -45126 Hschenohren (pink) Pinkfarbene Hasenohren fr sie -45127 Hasenohren+ (schwarz) Schwarze Mtze mit Hasenohren fr ihn. Verleiht dir mind. einen zuflligen Bonus. -45128 Hasenohren+ (blau) Blaue Mtze mit Hasenohren fr ihn. Verleiht dir mind. einen zuflligen Bonus. -45129 Hasenohren+ (grn) Grne Mtze mit Hasenohren fr ihn. Verleiht dir mind. einen zuflligen Bonus. -45130 Hasenohren+ (pink) Pinkfarbene Mtze mit Hasenohren fr ihn. Verleiht dir mind. einen zuflligen Bonus. -45131 Hschenohren+ (schwarz) Schwarze Hasenohren fr sie. Verleiht dir mind. einen zuflligen Bonus. -45132 Hschenohren+ (blau) Blaue Hasenohren fr sie. Verleiht dir mind. einen zuflligen Bonus. -45133 Hschenohren+ (grn) Grne Hasenohren fr sie. Verleiht dir mind. einen zuflligen Bonus. -45134 Hschenohren+ (pink) Pinkfarbene Hasenohren fr sie. Verleiht dir mind. einen zuflligen Bonus. -45147 Schwarzer Turban (m) Eine Kopfbedeckung aus schwarzem Stoff fr Mnner. -45148 Schwarzer Turban (w) Eine Kopfbedeckung aus schwarzem Stoff fr Frauen. -45149 Schwarzer Turban+ (m) Eine Kopfbedeckung aus schwarzem Stoff fr Mnner. Verleiht dir mindestens einen zuflligen Bonus. -45150 Schwarzer Turban+ (w) Eine Kopfbedeckung aus schwarzem Stoff fr Frauen. Verleiht dir mindestens einen zuflligen Bonus. -50001 Glcksbuch Ein Buch mit Glckszahlen. Die Lotterie wird von der Regierung durchgefhrt. -50002 Goldring Ein einfacher Goldring, der im Verkauf einen hohen Preis erzielen kann. -50003 Fertigkeitszurcksetzung Ermglicht es, die aktuellen Fertigkeiten zugunsten neuer zurck zu setzen. -50004 Ereignis-Detektor Dieser Gegenstand zeigt an, wo die nchste Aufgabe zu finden ist. -50005 Reitkarte (PM) Diese Karte kann beim Stallburschen gegen eine Pferdemedaille eingetauscht werden. -50006 Goldene Schatztruhe Eine reichhaltig mit goldenen Ornamenten verzierte Truhe, die mit einem goldenen Schlssel geffnet werden kann. -50007 Silberne Schatztruhe Eine reichhaltig mit silbernen Ornamenten verzierte Truhe, die mit einem silbernen Schlssel geffnet werden kann. -50008 Goldener Schlssel Mit diesem Schlssel aus reinem Gold kann die goldene Schatztruhe sowie die goldene Schatztruhe+ geffnet werden. -50009 Silberner Schlssel Mit diesem Schlssel aus reinem Silber kann die silberne Schatztruhe sowie die silberne Schatztruhe+ geffnet werden. -50010 Socke Eine aus fester Schafswolle angefertigte, warme Socke. -50011 Mondlicht-Schatztruhe Ein Mbelstck mit reichhaltiger, eindrucksvoller Verzierung. Wenn Mondlicht auf diese Truhe fllt, geschehen bernatrliche Dinge. -50012 Goldene Schatztruhe+ Eine reichhaltig mit goldenen Ornamenten verzierte Truhe, die mit einem goldenen Schlssel geffnet werden kann. -50013 Silberne Schatztruhe+ Eine reichhaltig mit silbernen Ornamenten verzierte Truhe, die mit einem silbernen Schlssel geffnet werden kann. -50016 Bohnenpaste Zutat fr einen traditionellen Bohnenkuchen. -50017 Zuckerpaste Zutat fr einen traditionellen Zuckerkuchen. -50018 Obstpaste Zutat fr einen traditionellen Obstkuchen. -50019 Ser Reis Zutat fr einen traditionellen Kuchen. -50020 Bohnenkuchen Ein traditioneller Kuchen, der die gesamten TP wiederherstellt. -50021 Zuckerkuchen Ein traditioneller Kuchen, der die gesamten MP wiederherstellt. -50022 Obstkuchen Ein traditioneller Kuchen, der die gesamte Ausdauer wiederherstellt. -50023 Geldtasche Der Umschlag enthlt etwas Zuschuss zum neuen Jahr. -50024 Rose Eine Blume, mit der oftmals auf romantische Weise Zuneigung bekundet werden kann. Nur weibliche Charaktere knnen sie verwenden. -50025 Schokolade Eine Sigkeit aus Kakao, Milch, Butter und Zucker. Schokolade wird oftmals als kleines Geschenk der Zuneigung berreicht. Nur mnnliche Charaktere knnen sie verwenden. -50027 Lotterielos Leider handelt es sich bei diesem Los um eine Niete - es bringt kein Glck. -50031 Rose Eine Blume, mit der oftmals auf romantische Weise Zuneigung bekundet werden kann. Nur mnnliche Charaktere knnen sie verwenden. -50032 Bonbon Eine beliebte Sigkeit, die oftmals als kleines Geschenk der Zuneigung berreicht wird. Nur weibliche Charaktere knnen sie verwenden. -50033 Geheimnisvolle Truhe Eine Truhe mit einer fremdartigen Gravur, die einem Buchstaben gleicht. Wenn sie geffnet wird, springt etwas hervor. -50034 Rtselhafte Truhe Diese Truhe enthlt eine bisher ungelste Aufgabe. -50035 Geschenk (gelb) Ein in feines Papier eingeschlagenes Geschenk. -50036 Geschenk (violett) Ein in feines Papier eingeschlagenes Geschenk. -50037 Sechseckige Schatztruhe Eine in feines Papier eingeschlagene Box. Wenn man sie schttelt, rappelt es im Inneren. -50050 Pferdemedaille Der Stallbursche bentigt diese Medaille, um das Ergebnis der Qualifikationsprfung dort einzutragen. -50051 Pferdebild Sobald du die Qualifikationsprfung beim Stallburschen bestanden hast, ermglicht dir diese Lizenz, dein Pferd zu rufen. -50052 Waffen-Pferdebuch Sobald du die Qualifikationsprfung der Fortgeschrittenen beim Stallburschen bestanden hast, ermglicht dir diese Lizenz, dein Pferd zu rufen. -50053 Militr-Pferdebuch Sobald du die Qualifikationsprfung der Profis beim Stallburschen bestanden hast, ermglicht dir diese Lizenz, dein Pferd zu rufen. -50054 Heu Getrocknete Grser fr die Ftterung eines Anfngerpferdes. -50055 Karotte Das gngige Futter der Pferde, die lngere Strecken zurcklegen mssen. -50056 Roter Ginseng Dieser mit heiem Wasserdampf behandelter Ginseng ist das ideale Futter fr erfahrene Kriegspferde. -50057 Kraut der leichten Affen Ein legendres Kraut, mit dem Reitanfnger ihr Pferd wiederbeleben knnen. Um an die Pflanzen zu gelangen, muss man an den Affen im Anfngerdungeon vorbeikommen. -50058 Kraut d. normalen Affen Ein legendres Kraut, mit dem fortgeschrittene Reiter ihr Kampfpferd wiederbeleben knnen. Um an die Pflanzen zu gelangen, muss man an den Affen im mittleren Dungeon vorbeikommen. -50059 Kraut d. schweren Affen Ein legendres Kraut, mit dem Reit-Profis ihr Militrpferd wiederbeleben knnen. Um an die Pflanzen zu gelangen, muss man an den Affen im Expertendungeon vorbeikommen. -50060 Buch der Reitkunst Das erfolgreiche Lesen dieses Buches ermglicht die Steigerung deiner Reitfhigkeiten. Nach dem Lesen verschwindet das Buch. -50067 Rolle der Evolution Machtvolle, uralte Schriftolle aus Pergament. Dient der Verbesserung eines Jungtiers zum Wilden Reittier. -50068 Rolle der Mutation Machtvolle, uralte Schriftolle aus Pergament. Dient der Verbesserung des Wilden Reittiers zum Tapferen Reittier. -50070 Oberork-Truhe Die Truhe des Orkhuptlings. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50071 Truhe dunkler Anfhrer Die Truhe des dunklen Anfhrers. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50072 Truhe Geist-Anfhrer Die Truhe des Geist-Anfhrers. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50073 Knigsspinnentruhe Die Truhe der Knigsspinne. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50074 Riesenspinnentruhe Die Truhe der Riesenspinne. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50075 Truhe des Plagetrgers Die Truhe des Plagetrgers. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50076 Truhe Wstenschildkrte Die Truhe der Riesenwstenschildkrte. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50077 Neunschwanztruhe Die Truhe des Neunschwanzes. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50078 Truhe des gelben Tigers Die Truhe des gelben Tigergeistes. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50079 Flammenknigtruhe Die Truhe des Flammenknigs. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50080 Truhe des roten Drachen Die Truhe des roten Drachen. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50081 Dmonenknigtruhe Die Truhe des Dmonenknigs. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50082 Sensenmanntruhe Die Truhe des Sensenmanns. Das schwere Schloss weist darauf hin, dass sie etwas Wertvolles enthalten muss. -50083 Reitkarte Du kannst fr einige Zeit ein Pony reiten, wenn du die Karte einem Stallburschen zeigst. -50084 Schlsselstein Diesen Stein umgibt eine energiegeladene Aura. Er wirkt gegen Siegel-Magie. -50091 Goldfisch-Sushi Eine beliebte Spezialitt aus rohem Goldfisch und erkaltetem Reis, die in kleinen Stcken angeboten wird. -50092 Karpfen-Sushi Eine beliebte Spezialitt aus rohem Karpfen und erkaltetem Reis, die in kleinen Stcken angeboten wird. -50093 Lachs-Sushi Eine beliebte Spezialitt aus rohem Lachs und kaltem Reis. Erhht deinen Angriffswert fr 30 Sekunden um 10 Punkte. -50094 Wels-Sushi Eine beliebte Spezialitt aus rohem Wels und kaltem Reis. Erhht deine Verteidigung fr 30 Sekunden um 10 Punkte. -50096 Fuball Kick it like Baljit-Elvedin! -50100 Feuerwerk Erleuchtet den Himmel whrend eines Festivals violett. -50101 Feuerwerk Erleuchtet den Himmel whrend eines Festivals gelb. -50102 Feuerwerk Erleuchtet den Himmel whrend eines Festivals blau. -50103 Feuerwerk Erleuchtet den Himmel whrend eines Festivals rot. -50104 Feuerwerk Erleuchtet den Himmel whrend eines Festivals grn. -50105 Feuerwerk Erleuchtet den Himmel whrend eines Festivals wei. -50106 Weihnachtsfeuerwerk Dieses Festfeuerwerk ist nicht nur farbenprchtiger, sondern brennt auch lnger als ein normales. -50108 Feuerwerkskreisel Ein Bodenfeuerwerk, das goldene und silberne Funken versprht. -50120 Eisenkassette Das stabile Behltnis stammt aus der Grotte der Verbannung. -50121 Eisenkiste Das stabile Behltnis stammt aus der Grotte der Verbannung. -50122 Eisentruhe Das stabile Behltnis stammt aus der Grotte der Verbannung. -50124 Morsche Holzkiste Aus dem Inneren scheinen leise Tierlaute zu dringen. -50125 Mysterise Truhe Die Truhe ist erstaunlich leicht - als wre sie leer... -50126 Mysterise Truhe Die Truhe ist erstaunlich leicht - als wre sie leer... -50127 Mysterise Smaragdtruhe Offene Smaragdtruhe -50128 Mysterise Saphirtruhe Eine Saphirtruhe ohne Schloss. Kann direkt geffnet werden. Das Innere birgt ein wertvolles Geheimnis... -50129 Mysterise Amethysttruhe Offene Amethysttruhe -50130 Olympia-Truhe Diese Truhe verbirgt ein olympisches Geheimnis. -50131 Mysterise Citrintruhe Eine Citrintruhe ohne Schloss. Kann direkt geffnet werden. Das Innere birgt ein wertvolles Geheimnis... -50132 Mysterise Rubintruhe Eine verschlossene Rubintruhe, die nur mit einem bestimmten Schlssel geffnet werden kann. Man sagt, das Innere einer solchen Truhe stehe dem glanzvollen ueren in nichts nach. -50133 Mysterise Smaragdtruhe Eine verschlossene Smaragdtruhe, die nur mit einem bestimmten Schlssel geffnet werden kann. Man sagt, das Innere einer solchen Truhe stehe dem glanzvollen ueren in nichts nach. -50134 Mysterise Saphirtruhe Eine verschlossene Saphirtruhe, die nur mit einem bestimmten Schlssel geffnet werden kann. Man sagt, das Innere einer solchen Truhe stehe dem glanzvollen ueren in nichts nach. -50135 Mysterise Amethysttruhe Eine verschlossene Amethysttruhe, die nur mit einem bestimmten Schlssel geffnet werden kann. Man sagt, das Innere einer solchen Truhe stehe dem glanzvollen ueren in nichts nach. -50136 Mysterise Topastruhe Eine verschlossene Topastruhe, die nur mit einem bestimmten Schlssel geffnet werden kann. Man sagt, das Innere einer solchen Truhe stehe dem glanzvollen ueren in nichts nach. -50137 Mysterise Citrintruhe Eine verschlossene Citrintruhe, die nur mit einem bestimmten Schlssel geffnet werden kann. Man sagt, das Innere einer solchen Truhe stehe dem glanzvollen ueren in nichts nach. -50150 Rubinschlssel Mit diesem edlen Schlssel lsst sich eine geschlossene Rubintruhe ffnen. Was mag wohl in der Truhe sein? -50151 Smaragdschlssel Mit diesem edlen Schlssel lsst sich eine geschlossene Smaragdtruhe ffnen. Was mag wohl in der Truhe sein? -50152 Saphirschlssel Mit diesem edlen Schlssel lsst sich eine geschlossene Saphirtruhe ffnen. Was mag wohl in der Truhe sein? -50153 Amethystschlssel Mit diesem edlen Schlssel lsst sich eine geschlossene Amethysttruhe ffnen. Was mag wohl in der Truhe sein? -50154 Topasschlssel Mit diesem edlen Schlssel lsst sich eine geschlossene Topastruhe ffnen. Was mag wohl in der Truhe sein? -50155 Citrinschlssel Mit diesem edlen Schlssel lsst sich eine geschlossene Citrintruhe ffnen. Was mag wohl in der Truhe sein? -50156 Diamantschlssel Ein meisterhaft geschliffener Schssel. Er schimmert betrend in allen Farben des Regenbogens. Mit ihm lsst sich jede Truhe mhelos ffnen. -50160 Osterei Ein bunt bemaltes Osterei -50161 Osterei Ein bunt bemaltes Osterei -50162 Osterei Ein bunt bemaltes Osterei -50163 Osterei Ein bunt bemaltes Osterei -50164 Osterei Ein bunt bemaltes Osterei -50165 Osterei Ein bunt bemaltes Osterei -50166 Osterei Ein bunt bemaltes Osterei -50167 Osterei Ein bunt bemaltes Osterei -50168 Osterei Ein bunt bemaltes Osterei -50169 Osterei Ein bunt bemaltes Osterei -50170 Osterei Ein bunt bemaltes Osterei -50171 Osterei Ein bunt bemaltes Osterei -50172 Osterei Ein bunt bemaltes Osterei -50173 Osterei Ein bunt bemaltes Osterei -50174 Osterei Ein bunt bemaltes Osterei -50175 Osterei Ein bunt bemaltes Osterei -50176 Osterei Ein bunt bemaltes Osterei -50177 Osterei Ein bunt bemaltes Osterei -50178 Osterei Ein bunt bemaltes Osterei -50179 Osterei Ein bunt bemaltes Osterei -50180 Leerer Korb Ein leerer Korb, in den du Ostereier legen kannst -50181 Korb mit Ostereiern Ein Korb, gefllt mit Ostereiern. -50182 Segenstruhe Eine gesegnete Truhe mit unbekanntem Inhalt. -50183 Sigkeiten Diese Sigkeiten haben eine besondere Wirkung: Bewegungsgeschwindigkeit + 10%, Schaden +5%, Erfahrung +10%. Sie hlt 30 Minuten. -50186 Truhe des Azrael Dmonische Krfte halten diese Truhe verschlossen. Es mssen sich wertvolle Schtze darin verbergen. -50187 Lehrlingstruhe I Dein Begrungsgeschenk enthlt eine Grundausstattung fr den optimalen Start ins Abenteuer. -50188 Lehrlingstruhe II Diese Truhe lsst sich erst ffnen, wenn du Level 10 erreicht hast. -50189 Lehrlingstruhe III Diese Truhe lsst sich erst ffnen, wenn Du Level 20 erreicht hast. -50190 Expertentruhe I Diese Truhe lsst sich erst ffnen, wenn du Level 30 erreicht hast. -50191 Expertentruhe II Diese Truhe lsst sich erst ffnen, wenn du Level 40 erreicht hast. -50192 Expertentruhe III Diese Truhe lsst sich erst ffnen, wenn du Level 50 erreicht hast. -50193 Meistertruhe I Diese Truhe lsst sich erst ffnen, wenn du Level 60 erreicht hast. -50194 Meistertruhe II Diese Truhe lsst sich erst ffnen, wenn du Level 70 erreicht hast. -50195 Meistertruhe III Diese Truhe lsst sich erst ffnen, wenn du Level 80 erreicht hast. -50196 Gromeistertruhe Diese Truhe lsst sich erst ffnen, wenn du Level 90 erreicht hast. -50200 Bndel Dieses Bndel ermglicht es, einen privaten Laden zu erffnen. -50212 Lehrlingstruhe I Dein Begrungsgeschenk enthlt eine Grundausstattung fr den optimalen Start ins Abenteuer. -50213 Lehrlingstruhe I Dein Begrungsgeschenk enthlt eine Grundausstattung fr den optimalen Start ins Abenteuer. -50215 Halloween-Truhe Eine Truhe mit einer Krbisfratze auf der Seite. Mit einem Quietschen, das einem Kichern gleicht, ffnet sich der Deckel und gibt ihren Inhalt preis. -50216 Glhwein Ein heies Getrnk aus Wein und Gewrzen, das dir 30 Minuten lang +10% Geschwindigkeit, +5% Schaden und +10% Erfahrung verleiht. -50249 Truhe des Triumphs Die Truhe enthlt ein zuflliges Item als Belohnung fr alle Olympioniken. -50252 Cor Draconis Das kristallene Drachenherz birgt die Seele, den Drachenstein, in sich. -50254 Truhe der Dunkelheit Die schwere Truhe verbirgt die verschollen geglaubten Reichtmer der Dunklen Nation. -50255 Cor Draconis (Roh) Das kristallene Drachenherz birgt die Seele, den Drachenstein, in sich. -50256 Cor Draconis (Schliff) Das kristallene Drachenherz birgt die Seele, den Drachenstein, in sich. -50257 Cor Draconis (Rar) Das kristallene Drachenherz birgt die Seele, den Drachenstein, in sich. -50258 Cor Draconis (Antik) Das kristallene Drachenherz birgt die Seele, den Drachenstein, in sich. -50259 Cor Draconis (Legendr) Das kristallene Drachenherz birgt die Seele, den Drachenstein, in sich. -50260 Cor Draconis (Roh) Das kristallene Drachenherz birgt die Seele, den Drachenstein, in sich. -50300 Fertigkeitsbuch Erhht das Level der Meisterfertigkeit. -50301 Sun-zi-Kriegskunst Das erste der drei Bcher der Kriegsstrategie - es verstrkt die Fhrungskraft seines Besitzers. Das Buch verschwindet nach dem Lesen. -50302 Wu-zi-Kriegskunst Das zweite der drei Bcher der Kriegsstrategie - es verstrkt die Fhrungskraft seines Besitzers. Das Buch verschwindet nach dem Lesen. -50303 WeiLiao-zi Kriegskunst Das dritte der drei Bcher der Kriegsstrategie - es verstrkt die Fhrungskraft seines Besitzers. Das Buch verschwindet nach dem Lesen. -50304 Combobeherrschung Dieses Buch der Taktikstrategien wird fr das Training von Combos herangezogen. Es verschwindet nach dem Lesen. -50305 Combomeisterbuch Dieses Buch der Taktikstrategien wird fr das Training fortgeschrittener Combos herangezogen. Es verschwindet nach dem Lesen. -50306 Hohe Combokunst Dieses Buch der Taktik-Meisterstrategien wird fr das Training von Combos herangezogen. Es verschwindet nach dem Lesen. -50307 Missionsbuch (leicht) Enthlt eine leichte Aufgabe, die bei erfolgreichem Abschluss belohnt wird. -50308 Missionsbuch (normal) Enthlt eine normale Aufgabe, die bei erfolgreichem Abschluss belohnt wird. -50309 Missionsbuch (schwer) Enthlt eine schwere Aufgabe, die bei erfolgreichem Abschluss belohnt wird. -50310 Missionsbuch (Experte) Das in braunes Leder gebundene Werk enthlt eine Mission, die nur von den Erfahrenen des Landes gelst werden kann. -50311 Shinsoo-Sprachen Dieses Lehrbuch aus gebundenem Seidenpapier ermglicht dir das Verstehen der Shinsoo-Sprache, sobald du Meistergrad erreicht hast. -50312 Chunjo-Sprachen Dieses Lehrbuch aus gebundenem Seidenpapier ermglicht dir das Verstehen der Chunjo-Sprache, sobald du Meistergrad erreicht hast. -50313 Jinno-Sprachen Dieses Lehrbuch aus gebundenem Seidenpapier ermglicht dir das Verstehen der Jinno-Sprache, sobald du Meistergrad erreicht hast. -50314 Buch der Verwandlung Das erfolgreiche Studium des Buches erhht die Verwandlungsfertigkeit. Das Buch verschwindet nach dem Lesen. -50315 Buch fort. Verwandlung Das erfolgreiche Studium des Buches erhht die Verwandlungsfertigkeit. Das Buch verschwindet nach dem Lesen. -50316 Buch exp. Verwandlung Das erfolgreiche Studium des Buches erhht die Verwandlungsfertigkeit. Das Buch verschwindet nach dem Lesen. -50401 Dreiwege-Schnittbuch Die Lektre dieses Buches ermglicht es, den Dreiwege-Schnitt zu meistern. Das Buch verschwindet nach dem Lesen. -50402 Schwertwirbelbuch Die Lektre dieses Buches ermglicht es, den Schwertwirbel zu meistern. Das Buch verschwindet nach dem Lesen. -50403 Buch Kampfrausch Die Lektre dieses Buches ermglicht es, den Kampfrausch zu meistern. Das Buch verschwindet nach dem Lesen. -50404 Schwertaura-Buch Die Lektre dieses Buches ermglicht es, die Aura des Schwertes zu meistern. Das Buch verschwindet nach dem Lesen. -50405 Buch des Sausens Die Lektre dieses Buches ermglicht es, das Sausen zu meistern. Das Buch verschwindet nach dem Lesen. -50416 Buch Durchschlag Die Lektre dieses Buches ermglicht es, den Durchschlag zu meistern. Das Buch verschwindet nach dem Lesen. -50417 Buch d. heftigen Schlags Die Lektre dieses Buches ermglicht es, den heftigen Schlag zu meistern. Das Buch verschwindet nach dem Lesen. -50418 Buch des Stampfens Die Lektre dieses Buches ermglicht es, das Stampfen zu meistern. Das Buch verschwindet nach dem Lesen. -50419 Buch d. starken Krpers Die Lektre dieses Buches ermglicht es, den starken Krper zu meistern. Das Buch verschwindet nach dem Lesen. -50420 Schwertschlag-Buch Die Lektre dieses Buches ermglicht es, den Schwertschlag zu meistern. Das Buch verschwindet nach dem Lesen. -50431 Hinterhalt-Buch Die Lektre dieses Buches ermglicht es, den Hinterhalt zu meistern. Das Buch verschwindet nach dem Lesen. -50432 Blitzangriff-Buch Die Lektre dieses Buches ermglicht es, den Blitzangriff zu meistern. Das Buch verschwindet nach dem Lesen. -50433 Degenwirbel-Buch Die Lektre dieses Buches ermglicht es, den Degenwirbel zu meistern. Das Buch verschwindet nach dem Lesen. -50434 Tarn-Buch Die Lektre dieses Buches ermglicht es, das Tarnen zu meistern. Das Buch verschwindet nach dem Lesen. -50435 Giftwolken-Buch Die Lektre dieses Buches ermglicht es, die Giftwolke zu meistern. Das Buch verschwindet nach dem Lesen. -50446 Schussfolgenbuch Die Lektre dieses Buches ermglicht es, den wiederholten Schuss zu meistern. Das Buch verschwindet nach dem Lesen. -50447 Pfeilregen-Buch Die Lektre dieses Buches ermglicht es, den Pfeilregen zu meistern. Das Buch verschwindet nach dem Lesen. -50448 Feuerpfeil-Buch Die Lektre dieses Buches ermglicht es, die Feuerpfeile zu meistern. Das Buch verschwindet nach dem Lesen. -50449 Buch federleichter Gang Die Lektre dieses Buches ermglicht es, den federleichten Gang zu meistern. Das Buch verschwindet nach dem Lesen. -50450 Giftpfeil-Buch Die Lektre dieses Buches ermglicht es, den Giftpfeil zu meistern. Das Buch verschwindet nach dem Lesen. -50461 Fingerschlag-Buch Die Lektre dieses Buches ermglicht es, den Fingerschlag zu meistern. Das Buch verschwindet nach dem Lesen. -50462 Drachenwirbel-Buch Die Lektre dieses Buches ermglicht es, den Drachenwirbel zu meistern. Das Buch verschwindet nach dem Lesen. -50463 Buch verzauberte Klinge Die Lektre dieses Buches ermglicht es, die verzauberte Klinge zu meistern. Das Buch verschwindet nach dem Lesen. -50464 Furcht-Buch Die Lektre dieses Buches ermglicht es, die Furcht zu meistern. Das Buch verschwindet nach dem Lesen. -50465 Buch verzaub. Rstung Die Lektre dieses Buches ermglicht es, die verzauberte Rstung zu meistern. Das Buch verschwindet nach dem Lesen. -50466 Zauberaufhebungs-Buch Die Lektre dieses Buches ermglicht es, das Aufheben eines Zaubers zu meistern. Das Buch verschwindet nach dem Lesen. -50476 Buch d. dunklen Schlags Die Lektre dieses Buches ermglicht es, den dunklen Schlag zu meistern. Das Buch verschwindet nach dem Lesen. -50477 Flammenschlag-Buch Die Lektre dieses Buches ermglicht es, den Flammenschlag zu meistern. Das Buch verschwindet nach dem Lesen. -50478 Buch der Geistflamme Die Lektre dieses Buches ermglicht es, den Geist der Flamme zu meistern. Das Buch verschwindet nach dem Lesen. -50479 Buch d. dunklen Schutzes Die Lektre dieses Buches ermglicht es, den dunklen Schutz zu meistern. Das Buch verschwindet nach dem Lesen. -50480 Geistschlag-Buch Die Lektre dieses Buches ermglicht es, den Geistschlag zu meistern. Das Buch verschwindet nach dem Lesen. -50481 Buch des dunklen Steins Die Lektre dieses Buches ermglicht es, den dunklen Stein zu meistern. Das Buch verschwindet nach dem Lesen. -50491 Buch d. flieg. Talismans Die Lektre dieses Buches ermglicht es, den fliegenden Talisman zu meistern. Das Buch verschwindet nach dem Lesen. -50492 Buch d. Drachenschieens Die Lektre dieses Buches ermglicht es, das Drachenschieen zu meistern. Das Buch verschwindet nach dem Lesen. -50493 Drachengebrll-Buch Die Lektre dieses Buches ermglicht es, das Drachengebrll zu meistern. Das Buch verschwindet nach dem Lesen. -50494 Buch des Segnens Die Lektre dieses Buches ermglicht es, das Segnen zu meistern. Das Buch verschwindet nach dem Lesen. -50495 Buch des Reflektierens Die Lektre dieses Buches ermglicht es, das Reflektieren zu meistern. Das Buch verschwindet nach dem Lesen. -50496 Drachenhilfe-Buch Die Lektre dieses Buches ermglicht es, die Hilfe des Drachen zu meistern. Das Buch verschwindet nach dem Lesen. -50506 Blitzwurf-Buch Die Lektre dieses Buches ermglicht es, die den Blitzwurf zu meistern. Das Buch verschwindet nach dem Lesen. -50507 Buch von Blitzen Die Lektre dieses Buches ermglicht es, das Beschwren von Blitzen zu meistern. Das Buch verschwindet nach dem Lesen. -50508 Blitzkrallen-Buch Die Lektre dieses Buches ermglicht es, die Blitzkralle zu meistern. Das Buch verschwindet nach dem Lesen. -50509 Buch des Heilens Die Lektre dieses Buches ermglicht es, die Fhigkeiten der Heilung zu meistern. Das Buch verschwindet nach dem Lesen. -50510 Buch der Schnelligkeit Die Lektre dieses Buches ermglicht es, die Fhigkeit der Geschwindigkeit zu meistern. Das Buch verschwindet nach dem Lesen. -50511 Buch des Angriffs Die Lektre dieses Buches ermglicht es, den Angriff zu meistern. Das Buch verschwindet nach dem Lesen. -50512 Regenbogenstein Ein Stein, der die spirituelle Wahrnehmung ffnet und alle Fertigkeiten enthllt. -50513 Seelenstein Der legendre Stein, der verwendet wird, um die Gromeisterfertigkeiten zu erhhen. Der Stein verschwindet nach dem Benutzen. -50600 Bergbau-Buch Die Lektre dieses Buches ermglicht es, deine Bergbau-Fertigkeit zu verbessern. Das Buch verschwindet nach dem Lesen. -50601 Diamantstein Durch Verwendung des Diamantenofens der Gilde kann aus diesem Stein ein Diamant hergestellt werden. -50602 Bernstein Durch Verwendung des Bernsteinofens der Gilde kann aus diesem Rohstein ein goldener Schmuck-Bernstein hergestellt werden. -50603 Fossiler Stamm Durch Verwendung des Fossilholzofens der Gilde kann aus diesem Stamm Fossilholz hergestellt werden. -50604 Kupfererz Durch Verwendung des Kupferofens der Gilde kann aus diesem Erz Kupfer hergestellt werden. -50605 Silbererz Durch Verwendung des Silberofens der Gilde kann aus diesem Erz Silber hergestellt werden. -50606 Golderz Durch Verwendung des Goldofens der Gilde kann aus diesem Erz Gold hergestellt werden. -50607 Jadeerz Durch Verwendung des Jadeofens der Gilde kann aus diesem Erz Jade hergestellt werden. -50608 Ebenholzerz Durch Verwendung des Ebenholzofens der Gilde kann aus diesem Erz Ebenholz hergestellt werden. -50609 Stck Perle Durch Verwendung des Perlenofens der Gilde kann aus diesem Stck eine Perle hergestellt werden. -50610 Weigolderz Durch Verwendung des Weigoldofens der Gilde kann aus diesem Erz Weigold hergestellt werden. -50611 Kristallerz Durch Verwendung des Kristallofens der Gilde kann aus diesem Erz ein Kristall hergestellt werden. -50612 Amethysterz Durch Verwendung des Amethystofens der Gilde kann aus diesem Erz ein Amethyst hergestellt werden. -50613 Himmelstrnenerz Durch Verwendung des Himmelstrnenofens der Gilde kann aus diesem Erz eine Himmelstrne hergestellt werden. -50614 Seelenkristallerz Durch Verwendung des Gildenofens kann aus diesem Erz ein Seelenkristall hergestellt werden. -50615 Rubinerz Durch Verwendung des Gildenofens kann aus diesem Erz ein Rubin hergestellt werden. -50616 Granaterz Durch Verwendung des Gildenofens kann aus diesem Erz ein Granat hergestellt werden. -50617 Smaragderz Durch Verwendung des Gildenofens kann aus diesem Erz ein Smaragd hergestellt werden. -50618 Saphirerz Durch Verwendung des Gildenofens kann aus diesem Erz ein Saphir hergestellt werden. -50621 Diamant Der hrteste bekannte Edelstein, der in ein Schmuckstck eingearbeitet werden kann. -50622 Bernstein Ein klarer Schmuckstein aus fossilem Harz, der oftmals honig- oder goldfarben glnzt. -50623 Fossilholz Ein wertvolles Holz, das Schmuckgegenstnden eine hohe Stabilitt verleihen kann. -50624 Kupfer Ein gut formbares Edelmetall, aus dem Schmuck erstellt oder Mnzen geprgt werden knnen. Es wird zudem fr die Bronzeherstellung bentigt. -50625 Silber Ein hell schimmerndes Edelmetall, das zur Herstellung von Schmuckgegenstnden verwendet wird. -50626 Gold Das warm schimmernde, edle Metall zhlt zu den ersten, die von Menschen verarbeitet wurden. Noch heute ist es bei der Schmuckherstellung beliebt. -50627 Jade Ein wertvolles Mineral, das bereits seit ber 5000 Jahren genutzt wird. Es ist bei der Schmuckerstellung sehr beliebt. -50628 Ebenholz Das schwarze, sehr harte Holz gehrt zu den wertvollsten Holzarten. Es wird oftmals bei der Schmuckherstellung verwendet. -50629 Perle Eine sanft schillernde Schnheit aus Perlmutt, oftmals die Zierde von Schmuckgegenstnden. -50630 Weigold Eine stabile, wei getnte Goldlegierung, die bei der Herstellung von Schmuckgegenstnden uerst beliebt ist. -50631 Kristall Sehr harte Steine aus kristallinem Quarz, die in unterschiedlichen Farben auftreten knnen. Sie werden oft zur Schmuckherstellung verwendet. -50632 Amethyst Ein beliebter Quarz, der in unterschiedlichen Violetttnen auftreten kann. Er ist in der Schmuckherstellung uerst beliebt. -50633 Himmelstrne Zu kleinen Kristallen erstarrte Regentropfen. Sie knnen bei der Schmuckherstellung verwendet werden. -50634 Seelenkristall Ein Kristall, so rein wie die Seele selbst. Kann zur Schmuckherstellung verwendet werden. -50635 Rubin Roter Edelstein mit einzigartigem Schliff. Kann zu einem kostbaren Schmuckstck verarbeitet werden. -50636 Granat Oranger Edelstein mit einzigartigem Schliff. Kann zu einem kostbaren Schmuckstck verarbeitet werden. -50637 Smaragd Grner Edelstein mit einzigartigem Schliff. Kann zu einem kostbaren Schmuckstck verarbeitet werden. -50638 Saphir Blauer Edelstein mit einzigartigem Schliff. Kann zu einem kostbaren Schmuckstck verarbeitet werden. -50701 Pfirsichblte Frher wurden Pfirsichblumen verwendet, um Hautcreme herzustellen. Forschung -50702 Glockenblume Diese weit verbreitete Blume ist sehr wirksam gegen Husten und Erkltung. Forschung -50703 Kakiblte Der Sage nach werden Frauen einen Sohn gebren, wenn sie sich mit Kakiblten schmcken. Forschung -50704 Gango-Wurzel Die Wurzel strkt das Immunsystem und somit die Widerstandskraft des Krpers. Forschung -50705 Flieder Die Pflanze steigert die menschliche Konzentrationsfhigkeit sowie die Gedchtnisleistung. Forschung -50706 Tue-Pilz Dieser Pilz wird nur selten in der Heilmedizin benutzt. Man sagt, er helfe gegen Schlaflosigkeit. Forschung -50707 Alpenrose Die krftig leuchtenden Blten dieser Pflanze strken das Immunsystem. Forschung -50708 Maulbeeren Die Frchte der sommergrnen Bume wirken krftigend und anregend auf den Organismus. Forschung -50709 Lwenzahn Die wohlschmeckenden Pflanzen wurden frher bei Augenkrankheiten verwendet. Heute setzt man sie gegen Halsschmerzen ein. Forschung -50710 Distel Die mit Dornen bewehrte Pflanze untersttzt den Knochenbau. Forschung -50711 Dattel Die aromatische Frucht der Dattelpalme zhlt in vielen Gegenden zu den grundlegenden Nahrungsmitteln. Forschung -50712 Sam-Zi Pflanze Bei fachkundiger Zubereitung kann aus dieser Pflanze ein strkender Trank gewonnen werden. Forschung -50721 Pfirsichblte Frher wurden Pfirsichblumen verwendet, um Hautcreme herzustellen. Trankherstellung -50722 Glockenblume Diese weit verbreitete Blume ist sehr wirksam gegen Husten und Erkltung. Trankherstellung -50723 Kakiblte Der Sage nach werden Frauen einen Sohn gebren, wenn sie sich mit Kakiblten schmcken. Trankherstellung -50724 Gango-Wurzel Die Wurzel strkt das Immunsystem und somit die Widerstandskraft des Krpers. Trankherstellung -50725 Flieder Die Pflanze steigert die menschliche Konzentrationsfhigkeit sowie die Gedchtnisleistung. Trankherstellung -50726 Tue-Pilz Dieser Pilz wird nur selten in der Heilmedizin benutzt. Man sagt, er helfe gegen Schlaflosigkeit. Trankherstellung -50727 Alpenrose Die krftig leuchtenden Blten dieser Pflanze strken das Immunsystem. Trankherstellung -50728 Maulbeeren Die Frchte der sommergrnen Bume wirken krftigend und anregend auf den Organismus. Trankherstellung -50729 Lwenzahn Die wohlschmeckenden Pflanzen wurden frher bei Augenkrankheiten verwendet. Heute setzt man sie gegen Halsschmerzen ein. Trankherstellung -50730 Distel Die mit Dornen bewehrte Pflanze untersttzt den Knochenbau. Trankherstellung -50731 Dattel Die aromatische Frucht der Dattelpalme zhlt in vielen Gegenden zu den grundlegenden Nahrungsmitteln. Trankherstellung -50732 Sam-Zi Pflanze Bei fachkundiger Zubereitung kann aus dieser Pflanze ein strkender Trank gewonnen werden. Trankherstellung -50801 Pfirsichbltensaft Der aus Pfirsichblten gewonnene Saft untersttzt die krperliche Leistungsfhigkeit. -50802 Glockenblumensaft Der aus Glockenblumen gewonnene Saft erhht deine Strke 3 Minuten lang um 5 Punkte. -50803 Kakibltensaft Der aus Kakiblten gewonnene Saft strkt die Konzentration. -50804 Gango-Wurzelsaft Der aus Gango-Wurzeln gewonnene Saft untersttzt die Heilung leichter Wunden. -50805 Fliedersaft Der aus Fliederblten gewonnene Saft strkt die Gedchtnisleistung. -50806 Tue-Pilzharz Das aus Tue-Pilzen gewonnene Harz wirkt schlaffrdernd. -50807 Alpenrosensaft Der aus Alpenrosen gewonnene Saft strkt das Immunsystem. -50808 Maulbeersaft Der aus Maulbeeren gewonnene Saft wirkt anregend auf den Organismus. -50809 Lwenzahnsaft Der aus Lwenzahnblten gewonnene Saft wehrt Erkltungen ab. -50810 Distelsaft Der aus Disteln gewonnene Saft strkt die Knochen. -50811 Dattelextrakt Der aus Datteln gewonnene, se Extrakt ist uerst nahrhaft und sttigend. -50812 Sam-Zi Pflanzensaft Der aus der Sam-Zi Pflanze gewonnene Saft wirkt strkend. -50813 Sim-Wasser Ein Trank aus Pfirsichbltensaft und Flieder, der 3 Minuten lang die Chance auf durchbohrende Treffer um 10% erhht. -50814 Dok-Wasser Ein Trank aus Glockenblumensaft und Flieder, der 3 Minuten lang die Chance auf kritische Treffer um 10% erhht. -50815 Bo-Wasser Ein Trank aus Kakibltensaft und Tue-Pilzen, der die Konzentrationsfhigkeit strkt. -50816 Young-Wasser Ein Trank aus Gango-Wurzelsaft und Tue-Pilzen, der die Leistungsfhigkeit untersttzt. -50817 Zin-Wasser Ein Trank aus Sim-Wasser und Alpenrosen, der den Angriffswert 3 Minuten lang um 50 Punkte erhht. -50818 SamBo-Wasser Ein Trank aus Dok-Wasser und Alpenrosen, der die Verteidigung 3 Minuten lang um 70 Punkte erhht. -50819 Mong-Wasser Ein Trank aus Bo-Wasser und Maulbeeren, der die Magieverteidigung 3 Minuten lang um 10 Prozent erhht. -50820 Hwal-Wasser Ein Trank aus Young-Wasser und Maulbeeren, der die Angriffsgeschwindigkeit 3 Minuten lang um 3 Punkte erhht. -50901 Leere Flasche Ein Abfllgef fr Trnke. -50902 Anfngerrezept Eine leicht zu befolgende Anweisung, die auch von Unerfahrenen bewltigt werden kann. -50903 Rezept Eine Rezeptanweisung, die ein wenig bung erfordert. -50904 Expertenrezept Eine Rezeptanweisung, die nur von Gebten korrekt ausgefhrt werden kann. -50905 Rezept Sim-Wasser Es beschreibt die genaue Herstellung des Wassers aus Pfirsichbltensaft und Flieder. -50906 Rezept Dok-Wasser Es beschreibt die genaue Herstellung des Wassers aus Glockenblumensaft und Flieder. -50907 Rezept Bo-Wasser Es beschreibt die genaue Herstellung des Wassers aus Kakibltensaft und Tue-Pilzen. -50908 Rezept Young-Wasser Es beschreibt die genaue Herstellung des Wassers aus Gango-Wurzelsaft und Tue-Pilzen. -50909 Rezept Zin-Wasser Es beschreibt die genaue Herstellung des Wassers aus Pfirsichbltensaft, Flieder und Alpenrosen. -50910 Rezept Hwal-Wasser Es beschreibt die genaue Herstellung des Wassers aus Gango-Wurzelsaft, Tue-Pilzen und Maulbeeren. -51001 Energiesplitter Splitter eines Energiekristalls. 30 Stck lassen sich zu einem Kristall schmelzen. -51002 Energiekristall Dieser Kristall erhht fr zwei Stunden deine Boni. -51501 Cor Draconis (Roh) Das kristallene Drachenherz beinhaltet einen zuflligen Drachenstein der Klasse Roh. -51502 Cor Draconis (Roh) Das kristallene Drachenherz beinhaltet einen zuflligen Drachenstein der Klasse Roh. -51503 Cor Draconis (normal) Kristallenes Drachenherz. Rang: normal. Beinhaltet einen matten Drachenstein der Klasse Roh bis Schliff. -51504 Cor Draconis (edel) Kristallenes Drachenherz. Rang: edel. Beinhaltet einen matten Drachenstein der Klasse Roh bis Rar. -51505 Cor Draconis (kostbar) Kristallenes Drachenherz. Rang: kostbar. Beinhaltet einen matten Drachenstein der Klasse Roh bis Antik. -51506 Cor Draconis (mythisch) Kristallenes Drachenherz. Rang: mythisch. Beinhaltet einen matten Drachenstein der Klasse Schliff bis Legendr. -51507 Cor Draconis (Schliff) Das kristallene Drachenherz beinhaltet einen zuflligen Drachenstein der Klasse Schliff. -51508 Cor Draconis (Rar) Das kristallene Drachenherz beinhaltet einen zuflligen Drachenstein der Klasse Rar. -51509 Cor Draconis (Antik) Das kristallene Drachenherz beinhaltet einen zuflligen Drachenstein der Klasse Antik. -51510 Cor Draconis (Legendr) Das kristallene Drachenherz beinhaltet einen zuflligen Drachenstein der Klasse Legendr. -51511 Cor Diamas Weier Cor Draconis. Beinhaltet einen zuflligen Drachendiamant. -51512 Cor Rubinum Roter Cor Draconis. Beinhaltet einen zuflligen Drachenrubin. -51513 Cor Jadeit Grner Cor Draconis. Beinhaltet einen zuflligen Drachenjade. -51514 Cor Saphirum Blauer Cor Draconis. Beinhaltet einen zuflligen Drachensaphir. -51515 Cor Granatum Orangefarbener Cor Draconis. Beinhaltet einen zuflligen Drachengranat. -51516 Cor Atrum Schwarzer Cor Draconis. Beinhaltet einen zuflligen Drachenonyx. -51517 Cor Diamas (normal) Weier Cor Draconis. Rang: normal. Beinhaltet einen matten Drachendiamant der Klasse Roh bis Schliff. -51518 Cor Rubinum (normal) Roter Cor Draconis. Rang: normal. Beinhaltet einen matten Drachenrubin der Klasse Roh bis Schliff. -51519 Cor Jadeit (normal) Grner Cor Draconis. Rang: normal. Beinhaltet einen matten Drachenjade der Klasse Roh bis Schliff. -51520 Cor Saphirum (normal) Blauer Cor Draconis. Rang: normal. Beinhaltet einen matten Drachensaphir der Klasse Roh bis Schliff. -51521 Cor Granatum (normal) Orangefarbener Cor Draconis. Rang: normal. Beinhaltet einen matten Drachengranat der Klasse Roh bis Schliff. -51522 Cor Atrum (normal) Schwarzer Cor Draconis. Rang: normal. Beinhaltet einen matten Drachenonyx der Klasse Roh bis Schliff. -51523 Cor Diamas (edel) Weier Cor Draconis. Rang: edel. Beinhaltet einen matten Drachendiamant der Klasse Roh bis Rar. -51524 Cor Rubinum (edel) Roter Cor Draconis. Rang: edel. Beinhaltet einen matten Drachenrubin der Klasse Roh bis Rar. -51525 Cor Jadeit (edel) Grner Cor Draconis. Rang: edel. Beinhaltet einen matten Drachenjade der Klasse Roh bis Rar. -51526 Cor Saphirum (edel) Blauer Cor Draconis. Rang: edel. Beinhaltet einen matten Drachensaphir der Klasse Roh bis Rar. -51527 Cor Granatum (edel) Orangefarbener Cor Draconis. Rang: edel. Beinhaltet einen matten Drachengranat der Klasse Roh bis Rar. -51528 Cor Atrum (edel) Schwarzer Cor Draconis. Rang: edel. Beinhaltet einen matten Drachenonyx der Klasse Roh bis Rar. -51529 Cor Diamas (kostbar) Weier Cor Draconis. Rang: kostbar. Beinhaltet einen matten Drachendiamant der Klasse Roh bis Antik. -51530 Cor Rubinum (kostbar) Roter Cor Draconis. Rang: kostbar. Beinhaltet einen matten Drachenrubin der Klasse Roh bis Antik. -51531 Cor Jadeit (kostbar) Grner Cor Draconis. Rang: kostbar. Beinhaltet einen matten Drachenjade der Klasse Roh bis Antik. -51532 Cor Saphirum (kostbar) Blauer Cor Draconis. Rang: kostbar. Beinhaltet einen matten Drachensaphir der Klasse Roh bis Antik. -51533 Cor Granatum (kostbar) Orangefarbener Cor Draconis. Rang: kostbar. Beinhaltet einen matten Drachengranat der Klasse Roh bis Antik. -51534 Cor Atrum (kostbar) Schwarzer Cor Draconis. Rang: kostbar. Beinhaltet einen matten Drachenonyx der Klasse Roh bis Antik. -51535 Cor Diamas (makellos) Weier Cor Draconis. Rang: makellos. Beinhaltet einen matten Drachendiamant der Klasse Roh bis Legendr. -51536 Cor Rubinum (makellos) Roter Cor Draconis. Rang: makellos. Beinhaltet einen matten Drachenrubin der Klasse Roh bis Legendr. -51537 Cor Jadeit (makellos) Grner Cor Draconis. Rang: makellos. Beinhaltet einen matten Drachenjade der Klasse Roh bis Legendr. -51538 Cor Saphirum (makellos) Blauer Cor Draconis. Rang: makellos. Beinhaltet einen matten Drachensaphir der Klasse Roh bis Legendr. -51539 Cor Granatum (makellos) Orangefarbener Cor Draconis. Rang: makellos. Beinhaltet einen matten Drachengranat der Klasse Roh bis Legendr. -51540 Cor Atrum (makellos) Schwarzer Cor Draconis. Rang: makellos. Beinhaltet einen matten Drachenonyx der Klasse Roh bis Legendr. -51541 Cor Draconis (glhend) Kristallenes Drachenherz. Rang: glhend. Beinhaltet einen matten Drachenstein der Klasse Schliff bis Rar. -51542 Cor Diamas (glhend) Weier Cor Draconis. Rang: glhend. Beinhaltet einen matten Drachendiamant der Klasse Schliff bis Rar. -51543 Cor Rubinum (glhend) Roter Cor Draconis. Rang: glhend. Beinhaltet einen matten Drachenrubin der Klasse Schliff bis Rar. -51544 Cor Jadeit (glhend) Grner Cor Draconis. Rang: glhend. Beinhaltet einen matten Drachenjade der Klasse Schliff bis Rar. -51545 Cor Saphirum (glhend) Blauer Cor Draconis. Rang: glhend. Beinhaltet einen matten Drachensaphir der Klasse Schliff bis Rar. -51546 Cor Granatum (glhend) Orangefarbener Cor Draconis. Rang: glhend. Beinhaltet einen matten Drachengranat der Klasse Schliff bis Rar. -51547 Cor Atrum (glhend) Schwarzer Cor Draconis. Rang: glhend. Beinhaltet einen matten Drachenonyx der Klasse Schliff bis Rar. -51548 Cor Draconis (makellos) Kristallenes Drachenherz. Rang: makellos. Beinhaltet einen matten Drachenstein der Klasse Roh bis Legendr. -51549 Cor Draconis (ewig) Kristallenes Drachenherz. Rang: ewig. Beinhaltet einen matten Drachenstein der Klasse Schliff bis Antik. -51550 Cor Diamas (ewig) Weier Cor Draconis. Rang: ewig. Beinhaltet einen matten Drachendiamant der Klasse Schliff bis Antik. -51551 Cor Rubinum (ewig) Roter Cor Draconis. Rang: ewig. Beinhaltet einen matten Drachenrubin der Klasse Schliff bis Antik. -51552 Cor Jadeit (ewig) Grner Cor Draconis. Rang: ewig. Beinhaltet einen matten Drachenjade der Klasse Schliff bis Antik. -51553 Cor Saphirum (ewig) Blauer Cor Draconis. Rang: ewig. Beinhaltet einen matten Drachensaphir der Klasse Schliff bis Antik. -51554 Cor Granatum (ewig) Orangefarbener Cor Draconis. Rang: ewig. Beinhaltet einen matten Drachengranat der Klasse Schliff bis Antik. -51555 Cor Atrum (ewig) Schwarzer Cor Draconis. Rang: ewig. Beinhaltet einen matten Drachenonyx der Klasse Schliff bis Antik. -51556 Cor Diamas (mythisch) Weier Cor Draconis. Rang: mythisch. Beinhaltet einen matten Drachendiamant der Klasse Schliff bis Legendr. -51557 Cor Rubinum (mythisch) Roter Cor Draconis. Rang: mythisch. Beinhaltet einen matten Drachenrubin der Klasse Schliff bis Legendr. -51558 Cor Jadeit (mythisch) Grner Cor Draconis. Rang: mythisch. Beinhaltet einen matten Drachenjade der Klasse Schliff bis Legendr. -51559 Cor Saphirum (mythisch) Blauer Cor Draconis. Rang: mythisch. Beinhaltet einen matten Drachensaphir der Klasse Schliff bis Legendr. -51560 Cor Granatum (mythisch) Orangefarbener Cor Draconis. Rang: mythisch. Beinhaltet einen matten Drachengranat der Klasse Schliff bis Legendr. -51561 Cor Atrum (mythisch) Schwarzer Cor Draconis. Rang: mythisch. Beinhaltet einen matten Drachenonyx der Klasse Schliff bis Legendr. -51562 Cor Draconis (episch) Kristallenes Drachenherz. Rang: episch. Beinhaltet einen matten Drachenstein der Klasse Rar bis Antik. -51563 Cor Diamas (episch) Weier Cor Draconis. Rang: episch. Beinhaltet einen matten Drachendiamant der Klasse Rar bis Antik. -51564 Cor Rubinum (episch) Roter Cor Draconis. Rang: episch. Beinhaltet einen matten Drachenrubin der Klasse Rar bis Antik. -51565 Cor Jadeit (episch) Grner Cor Draconis. Rang: episch. Beinhaltet einen matten Drachenjade der Klasse Rar bis Antik. -51566 Cor Saphirum (episch) Blauer Cor Draconis. Rang: episch. Beinhaltet einen matten Drachensaphir der Klasse Rar bis Antik. -51567 Cor Granatum (episch) Orangefarbener Cor Draconis. Rang: episch. Beinhaltet einen matten Drachengranat der Klasse Rar bis Antik. -51568 Cor Atrum (episch) Schwarzer Cor Draconis. Rang: episch. Beinhaltet einen matten Drachenonyx der Klasse Rar bis Antik. -51569 Cor Draconis (gttlich) Kristallenes Drachenherz. Rang: gttlich. Beinhaltet einen matten Drachenstein der Klasse Rar bis Legendr. -51570 Cor Diamas (gttlich) Weier Cor Draconis. Rang: gttlich. Beinhaltet einen matten Drachendiamant der Klasse Rar bis Legendr. -51571 Cor Rubinum (gttlich) Roter Cor Draconis. Rang: gttlich. Beinhaltet einen matten Drachenrubin der Klasse Rar bis Legendr. -51572 Cor Jadeit (gttlich) Grner Cor Draconis. Rang: gttlich. Beinhaltet einen matten Drachenjade der Klasse Rar bis Legendr. -51573 Cor Saphirum (gttlich) Blauer Cor Draconis. Rang: gttlich. Beinhaltet einen matten Drachensaphir der Klasse Rar bis Legendr. -51574 Cor Granatum (gttlich) Orangefarbener Cor Draconis. Rang: gttlich. Beinhaltet einen matten Drachengranat der Klasse Rar bis Legendr. -51575 Cor Atrum (gttlich) Schwarzer Cor Draconis. Rang: gttlich. Beinhaltet einen matten Drachenonyx der Klasse Rar bis Legendr. -51576 Cor Draconis+ (normal) Mchtiger Cor Draconis. Rang: normal. Beinhaltet einen Drachenstein der Klasse Roh bis Schliff mit zuflligem Reinheitsgrad. -51577 Cor Diamas+ (normal) Mchtiger Cor Draconis. Rang: normal. Beinhaltet einen Drachendiamant der Klasse Roh bis Schliff mit zuflligem Reinheitsgrad. -51578 Cor Rubinum+ (normal) Mchtiger Cor Draconis. Rang: normal. Beinhaltet einen Drachenrubin der Klasse Roh bis Schliff mit zuflligem Reinheitsgrad. -51579 Cor Jadeit+ (normal) Mchtiger Cor Draconis. Rang: normal. Beinhaltet einen Drachenjade der Klasse Roh bis Schliff mit zuflligem Reinheitsgrad. -51580 Cor Saphirum+ (normal) Mchtiger Cor Draconis. Rang: normal. Beinhaltet einen Drachensaphir der Klasse Roh bis Schliff mit zuflligem Reinheitsgrad. -51581 Cor Granatum+ (normal) Mchtiger Cor Draconis. Rang: normal. Beinhaltet einen Drachengranat der Klasse Roh bis Schliff mit zuflligem Reinheitsgrad. -51582 Cor Atrum+ (normal) Mchtiger Cor Draconis. Rang: normal. Beinhaltet einen Drachenonyx der Klasse Roh bis Schliff mit zuflligem Reinheitsgrad. -51583 Cor Draconis+ (edel) Mchtiger Cor Draconis. Rang: edel. Beinhaltet einen Drachenstein der Klasse Roh bis Rar mit zuflligem Reinheitsgrad. -51584 Cor Diamas+ (edel) Mchtiger Cor Draconis. Rang: edel. Beinhaltet einen Drachendiamant der Klasse Roh bis Rar mit zuflligem Reinheitsgrad. -51585 Cor Rubinum+ (edel) Mchtiger Cor Draconis. Rang: edel. Beinhaltet einen Drachenrubin der Klasse Roh bis Rar mit zuflligem Reinheitsgrad. -51586 Cor Jadeit+ (edel) Mchtiger Cor Draconis. Rang: edel. Beinhaltet einen Drachenjade der Klasse Roh bis Rar mit zuflligem Reinheitsgrad. -51587 Cor Saphirum+ (edel) Mchtiger Cor Draconis. Rang: edel. Beinhaltet einen Drachensaphir der Klasse Roh bis Rar mit zuflligem Reinheitsgrad. -51588 Cor Granatum+ (edel) Mchtiger Cor Draconis. Rang: edel. Beinhaltet einen Drachengranat der Klasse Roh bis Rar mit zuflligem Reinheitsgrad. -51589 Cor Atrum+ (edel) Mchtiger Cor Draconis. Rang: edel. Beinhaltet einen Drachenonyx der Klasse Roh bis Rar mit zuflligem Reinheitsgrad. -51590 Cor Draconis+ (kostbar) Mchtiger Cor Draconis. Rang: kostbar. Beinhaltet einen Drachenstein der Klasse Roh bis Antik mit zuflligem Reinheitsgrad. -51591 Cor Diamas+ (kostbar) Mchtiger Cor Draconis. Rang: kostbar. Beinhaltet einen Drachendiamant der Klasse Roh bis Antik mit zuflligem Reinheitsgrad. -51592 Cor Rubinum+ (kostbar) Mchtiger Cor Draconis. Rang: kostbar. Beinhaltet einen Drachenrubin der Klasse Roh bis Antik mit zuflligem Reinheitsgrad. -51593 Cor Jadeit+ (kostbar) Mchtiger Cor Draconis. Rang: kostbar. Beinhaltet einen Drachenjade der Klasse Roh bis Antik mit zuflligem Reinheitsgrad. -51594 Cor Saphirum+ (kostbar) Mchtiger Cor Draconis. Rang: kostbar. Beinhaltet einen Drachensaphir der Klasse Roh bis Antik mit zuflligem Reinheitsgrad. -51595 Cor Granatum+ (kostbar) Mchtiger Cor Draconis. Rang: kostbar. Beinhaltet einen Drachengranat der Klasse Roh bis Antik mit zuflligem Reinheitsgrad. -51596 Cor Atrum+ (kostbar) Mchtiger Cor Draconis. Rang: kostbar. Beinhaltet einen Drachenonyx der Klasse Roh bis Antik mit zuflligem Reinheitsgrad. -51597 Cor Draconis+ (makellos) Mchtiger Cor Draconis. Rang: makellos. Beinhaltet einen Drachenstein der Klasse Roh bis Legendr mit zuflligem Reinheitsgrad. -51598 Cor Diamas+ (makellos) Mchtiger Cor Draconis. Rang: makellos. Beinhaltet einen Drachendiamant der Klasse Roh bis Legendr mit zuflligem Reinheitsgrad. -51599 Cor Rubinum+ (makellos) Mchtiger Cor Draconis. Rang: makellos. Beinhaltet einen Drachenrubin der Klasse Roh bis Legendr mit zuflligem Reinheitsgrad. -51600 Cor Jadeit+ (makellos) Mchtiger Cor Draconis. Rang: makellos. Beinhaltet einen Drachenjade der Klasse Roh bis Legendr mit zuflligem Reinheitsgrad. -51601 Cor Saphirum+ (makellos) Mchtiger Cor Draconis. Rang: makellos. Beinhaltet einen Drachensaphir der Klasse Roh bis Legendr mit zuflligem Reinheitsgrad. -51602 Cor Granatum+ (makellos) Mchtiger Cor Draconis. Rang: makellos. Beinhaltet einen Drachengranat der Klasse Roh bis Legendr mit zuflligem Reinheitsgrad. -51603 Cor Atrum+ (makellos) Mchtiger Cor Draconis. Rang: makellos. Beinhaltet einen Drachenonyx der Klasse Roh bis Legendr mit zuflligem Reinheitsgrad. -51604 Cor Draconis+ (glhend) Mchtiger Cor Draconis. Rang: glhend. Beinhaltet einen Drachenstein der Klasse Schliff bis Rar mit zuflligem Reinheitsgrad. -51605 Cor Diamas+ (glhend) Mchtiger Cor Draconis. Rang: glhend. Beinhaltet einen Drachendiamant der Klasse Schliff bis Rar mit zuflligem Reinheitsgrad. -51606 Cor Rubinum+ (glhend) Mchtiger Cor Draconis. Rang: glhend. Beinhaltet einen Drachenrubin der Klasse Schliff bis Rar mit zuflligem Reinheitsgrad. -51607 Cor Jadeit+ (glhend) Mchtiger Cor Draconis. Rang: glhend. Beinhaltet einen Drachenjade der Klasse Schliff bis Rar mit zuflligem Reinheitsgrad. -51608 Cor Saphirum+ (glhend) Mchtiger Cor Draconis. Rang: glhend. Beinhaltet einen Drachensaphir der Klasse Schliff bis Rar mit zuflligem Reinheitsgrad. -51609 Cor Granatum+ (glhend) Mchtiger Cor Draconis. Rang: glhend. Beinhaltet einen Drachengranat der Klasse Schliff bis Rar mit zuflligem Reinheitsgrad. -51610 Cor Atrum+ (glhend) Mchtiger Cor Draconis. Rang: glhend. Beinhaltet einen Drachenonyx der Klasse Schliff bis Rar mit zuflligem Reinheitsgrad. -51611 Cor Draconis+ (ewig) Mchtiger Cor Draconis. Rang: ewig. Beinhaltet einen Drachenstein der Klasse Schliff bis Antik mit zuflligem Reinheitsgrad. -51612 Cor Diamas+ (ewig) Mchtiger Cor Draconis. Rang: ewig. Beinhaltet einen Drachendiamant der Klasse Schliff bis Antik mit zuflligem Reinheitsgrad. -51613 Cor Rubinum+ (ewig) Mchtiger Cor Draconis. Rang: ewig. Beinhaltet einen Drachenrubin der Klasse Schliff bis Antik mit zuflligem Reinheitsgrad. -51614 Cor Jadeit+ (ewig) Mchtiger Cor Draconis. Rang: ewig. Beinhaltet einen Drachenjade der Klasse Schliff bis Antik mit zuflligem Reinheitsgrad. -51615 Cor Saphirum+ (ewig) Mchtiger Cor Draconis. Rang: ewig. Beinhaltet einen Drachensaphir der Klasse Schliff bis Antik mit zuflligem Reinheitsgrad. -51616 Cor Granatum+ (ewig) Mchtiger Cor Draconis. Rang: ewig. Beinhaltet einen Drachengranat der Klasse Schliff bis Antik mit zuflligem Reinheitsgrad. -51617 Cor Atrum+ (ewig) Mchtiger Cor Draconis. Rang: ewig. Beinhaltet einen Drachenonyx der Klasse Schliff bis Antik mit zuflligem Reinheitsgrad. -51618 Cor Draconis+ (mythisch) Mchtiger Cor Draconis. Rang: mythisch. Beinhaltet einen Drachenstein der Klasse Schliff bis Legendr mit zuflligem Reinheitsgrad. -51619 Cor Diamas+ (mythisch) Mchtiger Cor Draconis. Rang: mythisch. Beinhaltet einen Drachendiamant der Klasse Schliff bis Legendr mit zuflligem Reinheitsgrad. -51620 Cor Rubinum+ (mythisch) Mchtiger Cor Draconis. Rang: mythisch. Beinhaltet einen Drachenrubin der Klasse Schliff bis Legendr mit zuflligem Reinheitsgrad. -51621 Cor Jadeit+ (mythisch) Mchtiger Cor Draconis. Rang: mythisch. Beinhaltet einen Drachenjade der Klasse Schliff bis Legendr mit zuflligem Reinheitsgrad. -51622 Cor Saphirum+ (mythisch) Mchtiger Cor Draconis. Rang: mythisch. Beinhaltet einen Drachensaphir der Klasse Schliff bis Legendr mit zuflligem Reinheitsgrad. -51623 Cor Granatum+ (mythisch) Mchtiger Cor Draconis. Rang: mythisch. Beinhaltet einen Drachengranat der Klasse Schliff bis Legendr mit zuflligem Reinheitsgrad. -51624 Cor Atrum+ (mythisch) Mchtiger Cor Draconis. Rang: mythisch. Beinhaltet einen Drachenonyx der Klasse Schliff bis Legendr mit zuflligem Reinheitsgrad. -51625 Cor Draconis+ (episch) Mchtiger Cor Draconis. Rang: episch. Beinhaltet einen Drachenstein der Klasse Rar bis Antik mit zuflligem Reinheitsgrad. -51626 Cor Diamas+ (episch) Mchtiger Cor Draconis. Rang: episch. Beinhaltet einen Drachendiamant der Klasse Rar bis Antik mit zuflligem Reinheitsgrad. -51627 Cor Rubinum+ (episch) Mchtiger Cor Draconis. Rang: episch. Beinhaltet einen Drachenrubin der Klasse Rar bis Antik mit zuflligem Reinheitsgrad. -51628 Cor Jadeit+ (episch) Mchtiger Cor Draconis. Rang: episch. Beinhaltet einen Drachenjade der Klasse Rar bis Antik mit zuflligem Reinheitsgrad. -51629 Cor Saphirum+ (episch) Mchtiger Cor Draconis. Rang: episch. Beinhaltet einen Drachensaphir der Klasse Rar bis Antik mit zuflligem Reinheitsgrad. -51630 Cor Granatum+ (episch) Mchtiger Cor Draconis. Rang: episch. Beinhaltet einen Drachengranat der Klasse Rar bis Antik mit zuflligem Reinheitsgrad. -51631 Cor Atrum+ (episch) Mchtiger Cor Draconis. Rang: episch. Beinhaltet einen Drachenonyx der Klasse Rar bis Antik mit zuflligem Reinheitsgrad. -51632 Cor Draconis+ (gttlich) Mchtiger Cor Draconis. Rang: gttlich. Beinhaltet einen Drachenstein der Klasse Rar bis Legendr mit zuflligem Reinheitsgrad. -51633 Cor Diamas+ (gttlich) Mchtiger Cor Draconis. Rang: gttlich. Beinhaltet einen Drachendiamant der Klasse Rar bis Legendr mit zuflligem Reinheitsgrad. -51634 Cor Rubinum+ (gttlich) Mchtiger Cor Draconis. Rang: gttlich. Beinhaltet einen Drachenrubin der Klasse Rar bis Legendr mit zuflligem Reinheitsgrad. -51635 Cor Jadeit+ (gttlich) Mchtiger Cor Draconis. Rang: gttlich. Beinhaltet einen Drachenjade der Klasse Rar bis Legendr mit zuflligem Reinheitsgrad. -51636 Cor Saphirum+ (gttlich) Mchtiger Cor Draconis. Rang: gttlich. Beinhaltet einen Drachensaphir der Klasse Rar bis Legendr mit zuflligem Reinheitsgrad. -51637 Cor Granatum+ (gttlich) Mchtiger Cor Draconis. Rang: gttlich. Beinhaltet einen Drachengranat der Klasse Rar bis Legendr mit zuflligem Reinheitsgrad. -51638 Cor Atrum+ (gttlich) Mchtiger Cor Draconis. Rang: gttlich. Beinhaltet einen Drachenonyx der Klasse Rar bis Legendr mit zuflligem Reinheitsgrad. -51639 Drachentruhe Die azurblaue Truhe enthlt elf normale Cor Draconis. -51640 Drachentruhe+ Die azurblaue Truhe enthlt elf mchtige Cor Draconis des Rangs "normal" sowie eine grne Drachenbohne. -51641 Drachentruhe+ (bunt) Die azurblaue Truhe enthlt jeweils einen mchtigen Cor Draconis jeder Farbe des Rangs "normal" sowie eine grne Drachenbohne. -51642 Drachentruhe (bunt) Die azurblaue Truhe enthlt jeweils einen normalen Cor Draconis jeder Farbe sowie eine grne Drachenbohne. -51643 Edle Drachentruhe Die azurblaue Truhe enthlt elf edle Cor Draconis. -51644 Edle Drachentruhe+ Die azurblaue Truhe enthlt elf mchtige Cor Draconis des Rangs "edel" sowie eine grne Drachenbohne. -51645 Ed. Drachentruhe+ (bunt) Die azurblaue Truhe enthlt jeweils einen mchtigen Cor Draconis jeder Farbe des Rangs "edel" sowie eine grne Drachenbohne. -51646 Edl. Drachentruhe (bunt) Die azurblaue Truhe enthlt jeweils einen edlen Cor Draconis jeder Farbe sowie eine grne Drachenbohne. -52001 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 5% Strke gegen Monster. -52002 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 5%. -52003 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 500. -52004 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 150. -52005 Junger Keiler (Siegel) Das Siegel ruft deinen Jungen Keiler herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 100. -52006 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er verleiht seinem Reiter +3% Strke gegen Monster. -52007 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht das Sammeln von Erfahrung um 3%. -52008 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht die TP seines Reiters um 250. -52009 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht den Verteidigungswert seines Reiters um 50. -52010 Wilder Keiler (Siegel) Das Siegel ruft deinen Wilden Keiler herbei. Er erhht den Angriffswert seines Reiters um 30. -52011 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. -52012 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er erhht das Sammeln von Erfahrung um 5%. -52013 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er erhht die TP seines Reiters um 500. -52014 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er erhht den Verteidigungswert seines Reiters um 150. -52015 Tapferer Keiler (Siegel) Das Siegel ruft deinen Tapferen Keiler herbei. Er erhht den Angriffswert seines Reiters um 100. -52016 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 5% Strke gegen Monster. -52017 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 5%. -52018 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 500. -52019 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 150. -52020 Junger Wolf (Siegel) Das Siegel ruft deinen Jungen Wolf herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 100. -52021 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er verleiht seinem Reiter +3% Strke gegen Monster. -52022 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht das Sammeln von Erfahrung um 3%. -52023 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht die TP seines Reiters um 250. -52024 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht den Verteidigungswert seines Reiters um 50. -52025 Wilder Wolf (Siegel) Das Siegel ruft deinen Wilden Wolf herbei. Er erhht den Angriffswert seines Reiters um 30. -52026 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. -52027 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht das Sammeln von Erfahrung um 5%. -52028 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht die TP seines Reiters um 500. -52029 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht den Verteidigungswert seines Reiters um 150. -52030 Tapferer Wolf (Siegel) Das Siegel ruft deinen Tapferen Wolf herbei. Er erhht den Angriffswert seines Reiters um 100. -52031 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 5% Strke gegen Monster. -52032 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 5%. -52033 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 500. -52034 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 150. -52035 Junger Lwe (Siegel) Das Siegel ruft deinen Jungen Lwen herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 100. -52036 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er verleiht seinem Reiter +3% Strke gegen Monster. -52037 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht das Sammeln von Erfahrung um 3%. -52038 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht die TP seines Reiters um 250. -52039 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht den Verteidigungswert seines Reiters um 50. -52040 Wilder Lwe (Siegel) Das Siegel ruft deinen Wilden Lwen herbei. Er erhht den Angriffswert seines Reiters um 30. -52041 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. -52042 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht das Sammeln von Erfahrung um 5%. -52043 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht die TP seines Reiters um 500. -52044 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht den Verteidigungswert seines Reiters um 150. -52045 Tapferer Lwe (Siegel) Das Siegel ruft deinen Tapferen Lwen herbei. Er erhht den Angriffswert seines Reiters um 100. -52046 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung verleiht er seinem Reiter bis zu 5% Strke gegen Monster. -52047 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er das Sammeln von Erfahrung um bis zu 5%. -52048 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er die TP seines Reiters um bis zu 500. -52049 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er den Verteidigungswert seines Reiters um bis zu 150. -52050 Junger Tiger (Siegel) Das Siegel ruft deinen Jungen Tiger herbei. Nach seiner Kampfausbildung erhht er den Angriffswert seines Reiters um bis zu 100. -52051 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er verleiht seinem Reiter +3% Strke gegen Monster. -52052 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht das Sammeln von Erfahrung um 3%. -52053 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht die TP seines Reiters um 250. -52054 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht den Verteidigungswert seines Reiters um 50. -52055 Wilder Tiger (Siegel) Das Siegel ruft deinen Wilden Tiger herbei. Er erhht den Angriffswert seines Reiters um 30. -52056 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er verleiht seinem Reiter +5% Strke gegen Monster. -52057 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht das Sammeln von Erfahrung um 5%. -52058 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht die TP seines Reiters um 500. -52059 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht den Verteidigungswert seines Reiters um 150. -52060 Tapferer Tiger (Siegel) Das Siegel ruft deinen Tapferen Tiger herbei. Er erhht den Angriffswert seines Reiters um 100. -52061 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung verleiht es seinem Reiter bis zu 5% Strke gegen Monster. -52062 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es das Sammeln von Erfahrung um bis zu 5%. -52063 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es die TP seines Reiters um bis zu 500. -52064 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es den Verteidigungswert seines Reiters um bis zu 150. -52065 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (m) herbei. Nach seiner Kampfausbildung erhht es den Angriffswert seines Reiters um bis zu 100. -52066 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es verleiht seinem Reiter +3% Strke gegen Monster. -52067 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht das Sammeln von Erfahrung um 3%. -52068 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht die TP seines Reiters um 250. -52069 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht den Verteidigungswert seines Reiters um 50. -52070 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (m) herbei. Es erhht den Angriffswert seines Reiters um 30. -52071 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Es verleiht seinem Reiter +5% Strke gegen Monster. -52072 Tapferes Rentier-Siegel Dieses Siegel ruft dein Tapferes Rentier (m) herbei. Es erhht das Sammeln von Erfahrung um 5%. -52073 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Es erhht die TP seines Reiters um 500. -52074 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Es erhht den Verteidigungswert seines Reiters um 150. -52075 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (m) herbei. Es erhht den Angriffswert seines Reiters um 100. -52076 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung verleiht es seinem Reiter bis zu 5% Strke gegen Monster. -52077 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es das Sammeln von Erfahrung um bis zu 5%. -52078 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es die TP seines Reiters um bis zu 500. -52079 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es den Verteidigungswert seines Reiters um bis zu 150. -52080 Junges Rentier-Siegel Das Siegel ruft dein Junges Rentier (w) herbei. Nach seiner Kampfausbildung erhht es den Angriffswert seines Reiters um bis zu 100. -52081 Wildes Rentier-Siegel Dieses Siegel ruft dein Wildes Rentier (w) herbei. Es verleiht seinem Reiter +3% Strke gegen Monster. -52082 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht das Sammeln von Erfahrung um 3%. -52083 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht die TP seines Reiters um 250. -52084 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht den Verteidigungswert seines Reiters um 50. -52085 Wildes Rentier-Siegel Das Siegel ruft dein Wildes Rentier (w) herbei. Es erhht den Angriffswert seines Reiters um 30. -52086 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Es verleiht seinem Reiter +5% Strke gegen Monster. -52087 Tapferes Rentier-Siegel Dieses Siegel ruft dein Tapferes Rentier (w) herbei. Es erhht das Sammeln von Erfahrung um 5%. -52088 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Es erhht die TP seines Reiters um 500. -52089 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Es erhht den Verteidigungswert seines Reiters um 150. -52090 Tapferes Rentier-Siegel Das Siegel ruft dein Tapferes Rentier (w) herbei. Es erhht den Angriffswert seines Reiters um 100. -52701 Lwen-Urkunde Besitz-Urkunde ber einen Jungen Lwen. -52702 Tiger-Urkunde Besitz-Urkunde ber einen Jungen Tiger. -52703 Keiler-Urkunde Besitz-Urkunde ber einen Jungen Keiler. -52704 Wolfs-Urkunde Besitz-Urkunde ber einen Jungen Wolf. -52705 Rentier-Urkunde (m) Besitz-Urkunde ber ein Junges Rentier (m). -52706 Rentier-Urkunde (w) Besitz-Urkunde ber ein Junges Rentier (w). -53001 Feuerphnix-Siegel Mit diesem Siegel rufst du deinen Freund, den Feuerphnix, herbei. -53002 Rentierjunges-Siegel Mit diesem Siegel rufst du das niedliche Rentierjunge herbei. -53003 Eisphnix-Siegel Mit diesem Siegel rufst du deinen Freund, den Eisphnix, herbei. -53005 Baby-Azrael Die Mini-Version des Dmonenherrschers ist uerst anhnglich und bringt dir ab der 2. Ebene des Dmonenturms und der Devil's Catacomb einen Bonus von 1500 TP und +15 % Schaden. -53006 Baby-Azrael (gold) Die Mini-Version des Dmonenherrschers ist uerst anhnglich und bringt dir ab der 2. Ebene des Dmonenturms und der Devil's Catacomb einen Bonus von 1500 TP und +15 % Schaden. -53007 Bambi-Siegel Mit diesem Siegel rufst du dein Rentierjunges, Bambi, herbei. -53008 Knuud-Siegel Mit diesem Siegel rufst du dein niedliches Eisbrenbaby herbei. -53009 Bao Bao-Siegel Mit diesem Siegel rufst du dein niedliches Pandababy herbei. -53010 Leonidas-Siegel Mit diesem Siegel rufst du dein Lwenbaby, Leonidas, herbei. -53011 Khan-Siegel Mit diesem Siegel rufst du dein Tigerjunges, Khan, herbei. -53012 Porkie-Siegel Mit diesem Siegel rufst du deinen Frischling, Porkie, herbei. -53013 Rufus-Siegel Mit diesem Siegel rufst du deinen Wolfswelpen, Rufus, herbei. -53501 Feuerphnix-Kfig In diesem Kfig wartet der Feuerphnix darauf, dass du ihn heraus lsst. -53502 Truhe des Rentierjungen In dieser Truhe wartet das Rentierjunge ungeduldig darauf, dass du es rauslsst. -53503 Eisphnix-Kfig In diesem Kfig wartet der Eisphnix darauf, dass du ihn heraus lsst. -53504 Truhe4 Truhe4 -53506 Azrael Box Azrael Box wo er gefangen ist und die flasch rauskommt -60001 Galle Eine zhe Krperflssigkeit, die aus der Leber gewonnen wird. -60002 Brief des Lagerwchters Das Pergament trgt die energische Schrift des Lagerwchters. -60003 Heldensymbol Ein Gegenstand, der nicht leichtfertig weitergereicht wird. -70002 Dritte Hand Eine Hand, die Yang automatisch aufnimmt. -70003 Buch des Anfhrers Solange der Anfhrer einer Gruppe mit diesem Buch ausgerstet ist, sammeln alle Gruppenmitglieder 30% mehr Erfahrungspunkte. -70004 Fleimedaille Belohnung fr deine Mhen am Tag der Arbeit. Gewhrt 20% mehr Erfahrungspunkte im Kampf. -70005 Erfahrungsring Du sammelst im Kampf 50% mehr Erfahrungspunkte. -70006 Sprachenring Dieser Ring wurde in vergangenen Zeiten fr die Kreise der Diplomaten hergestellt. Er ermglicht es, die Sprachen anderer Reiche zu sprechen. -70008 Weie Flagge Eine Flagge, die dem Gegner Kapitulation signalisiert. -70009 Schatztruhe Eine reichhaltig mit Ornamenten geschmckte Truhe, die mit einem speziellen Schlssel geffnet werden kann. -70010 Lagerschein Ein Dokument, das der Organisation der Lagerrume dient. -70012 Trne der Gttin Man erzhlt sich, dass die Gttin ihre Trnen den Helden der Schlacht geschenkt habe, da diese todesmutig gegen das Bse kmpften. -70013 Trne der Riesengttin Die Trne Tae-Hwas soll, so sagt man, die Seelen der Krieger trsten, die mde von der Schlacht zurckkehren. -70014 Bluttablette Eine Arznei aus Hirschblut, die eine starke halluzinogene Wirkung besitzt. -70015 Billige Brste Eine gebruchliche, robuste Brste mit festem Holzgriff. -70020 Pfirsichbltenwein Getrnk, das deine TP augenblicklich um 500 Punkte regeneriert. -70024 Segenskugel Eine legendre, gesegnete Kugel. Gegenstnden, die bereits mit vier Attributen ausgestattet sind, vermag sie ein weiteres Attribut hinzuzufgen. -70027 Notiz des Schmieds Eine Aufzeichnung des Waffenschmiedes ber die notwendigen Schritte zur Verbesserung einer Waffe. -70031 Traktat zur Fechtkunst Diese grundlegende Abhandlung zum Waffenhandwerk beschftigt sich unter anderem mit den Mglichkeiten und Schwachstellen der menschlichen Anatomie. -70035 Magisches Kupfererz Mit diesem Erz und einer Segensschriftrolle kann beim Schmied eine Schriftrolle des Krieges hergestellt werden. -70037 Buch des Vergessens Das legendre Buch, das die Erinnerung an eine erlernte Fertigkeit komplett lscht. Ein Fertigkeitspunkt kann daher bewegt werden. -70038 Tapferkeitsumhang Ein farbiger Umhang, der smtliche Monster anlockte. Mit diesem bewiesen Krieger einst ihre Tapferkeit. -70039 Schmiede-Handbuch Das Buch ist mit der Seele eines alten Schmieds verbunden. Bei Nutzung vermag es die Chance der Gegenstandsverbesserung zu erhhen. -70040 Orkhartnckigkeit Reduziert den Verbrauch der Ausdauer um die Hlfte. -70043 Diebeshandschuh Verdoppelt deine Chance, Gegenstnde zu erbeuten. -70047 Sprachenring (Beispiel) Dieser Ring wurde in vergangenen Zeiten fr die Kreise der Diplomaten hergestellt. Er ermglicht es, die Sprachen anderer Reiche zu sprechen. -70048 Flchtlingsumhang Ein Umhang, der zu Unaufflligkeit verhilft und daher von vielen Flchtlingen getragen wird. -70049 Lucys Ring Die Gravur besagt: "Der Drachengott segne dich". Der Ring verringert die Chance auf Gegenstandsverlust im Kampf. -70050 Symbol d. weisen Kaisers Ein innerhalb der alten Knigsfamilie vererbtes Symbol, das dem jeweiligen Herrscher groe Kraft verleiht. -70051 Handschuh weiser Kaiser Ein innerhalb der alten Knigsfamilie vererbter Gegenstand, der dem jeweiligen Herrscher groe Kraft verleiht. -70052 Karma-Zauber 1 Ein Zauber, der von vielen Glubigen als Schutz vor Unglck verwendet wird. -70053 Karma-Zauber 2 Ein Zauber, der von vielen Glubigen als Schutz vor Unglck verwendet wird. -70054 Karma-Zauber 3 Ein Zauber, der von vielen Glubigen als Schutz vor Unglck verwendet wird. -70056 Granatapfelsaft+ Getrnk, das deine TP augenblicklich um 1000 Punkte regeneriert. -70057 Tapferkeitsumhang Ein farbiger Umhang, mit dem Krieger einst ihre Tapferkeit bewiesen, da er smtliche Monster anlockte. Dieses Item ist handelbar. -70058 Teleportationsring Dieser Ring teleportiert dich 50-mal an einen gewnschten Ort innerhalb deines Reiches. Nicht handelbar. -70102 Zen-Bohne Senkt die bse und hebt die gute Gesinnung eines Charakters. -70104 Verwandlungskugel Mit Hilfe dieser Kugel kannst du dich in ein Monster verwandeln. -70105 Verwandlungskugel Mit Hilfe dieser Kugel kannst du dich in ein Monster verwandeln. -70106 Verwandlungskugel Mit Hilfe dieser Kugel kannst du dich in ein Monster verwandeln. -70107 Verwandlungskugel Mit Hilfe dieser Kugel kannst du dich in ein Monster verwandeln. -70201 Bleichmittel Bringt die Originalhaarfarbe zurck. Gebleichte Haare knnen erneut gefrbt werden. -70202 Weies Haarfrbemittel Frbt das Haar nachhaltig wei. Eine Frbung kann alle drei Level erfolgen. -70203 Blondes Haarfrbemittel Frbt das Haar nachhaltig blond. Eine Frbung kann alle drei Level erfolgen. -70204 Rotes Haarfrbemittel Frbt das Haar nachhaltig rot. Eine Frbung kann alle drei Level erfolgen. -70205 Braunes Haarfrbemittel Frbt das Haar nachhaltig braun. Eine Frbung kann alle drei Level erfolgen. -70206 Schwarz Haarfrbemittel Frbt das Haar nachhaltig schwarz. Eine Frbung kann alle drei Level erfolgen. -70301 Verlobungsring Ein Ring, der von Verliebten getragen wird. -70302 Ehering Ein Ring, der von Verheirateten getragen wird. -71001 Exorzismus-Schriftrolle Befreit dich vom Fluch des bsen Geistes, wenn das Lernen fehlschlgt. Mit Hilfe dieser Rolle kannst du ein weiteres Fertigkeitsdokument an einem Tag lesen. -71002 Status-Neuverteilung Die Anwendung dieses Gegenstandes ermglicht es dir, deine Status-Punkte neu zu verteilen. So kannst du die Entwicklung deines Charakters in eine andere Richtung lenken. -71003 Fertigkeit-Neuverteilung Die Anwendung dieses Gegenstandes ermglicht es dir, die Punkte einer deiner Fertigkeiten neu zu verteilen. -71004 Medaille des Drachen Bewahrt dich bei deiner nchsten Wiederbelebung davor, Erfahrungspunkte zu verlieren. -71005 Sprachenring Du kannst 7 Tage lang alle Reichssprachen verstehen. -71006 Sprachenring Du kannst 15 Tage lang alle Reichssprachen verstehen. -71007 Sprachenring Du kannst 30 Tage lang alle Reichssprachen verstehen. -71008 Fischereibuch Verdoppelt deine Chance, einen seltenen Fisch zu fangen -71009 Lagertruhe Dein Lager erhlt zwei zustzliche Lagerrume. -71010 Dritte Hand Eine Hand, die Yang automatisch aufnimmt. -71011 Emotionsmaske Du kannst deinen Gefhlen 30 Tage lang freien Lauf lassen. -71012 Buch des Anfhrers Solange der Anfhrer einer Gruppe mit diesem Buch ausgerstet ist, sammeln alle Gruppenmitglieder drei Stunden lang 30% mehr Erfahrungspunkte. -71013 Feuerwerk Rakete, die fr alle sichtbar den Himmel erleuchtet. -71014 Trank des Angriffs +10 Erhht deine Angriffsgeschwindigkeit fr 30 Minuten um 10%. -71015 Erfahrungsring Du sammelst im Kampf 50% mehr Erfahrungspunkte. -71016 Handschuhe des Diebes Verdoppelt deine Chance, Gegenstnde zu erbeuten. -71017 Medaille des Glcks Verdoppelt deine Chance, Yang zu erbeuten. -71018 Segen des Lebens Ein Segen, der deine TP augenblicklich vollstndig regeneriert. -71019 Segen der Magie Ein Segen, der deine MP augenblicklich vollstndig regeneriert. -71020 Segen des Drachen Ein Segen, der deine TP und MP augenblicklich vollstndig regeneriert. -71021 Schriftrolle des Krieges Die Verbesserung von Gegenstnden gelingt vollstndig. Nur anwendbar bei Gegenstnden +0 bis +3. -71022 Rckkehr der Intelligenz Setzt deine Status-Punkte der Intelligenz auf den Grundwert zurck. Anschlieend kannst du die Punkte neu verteilen. -71023 Rckkehr der Vitalitt Setzt deine Status-Punkte der Vitalitt auf den Grundwert zurck. Anschlieend kannst du die Punkte neu verteilen. -71024 Rckkehr der Strke Setzt deine Status-Punkte der Strke auf den Grundwert zurck. Anschlieend kannst du die Punkte neu verteilen. -71025 Stein des Schmieds Mit diesem Stein und einer Segensschriftrolle kann beim Schmied ein Schmiede-Handbuch hergestellt werden. -71026 Magisches Eisenerz Mit diesem Erz und einer Segensschriftrolle kann beim Schmied eine Schriftrolle des Drachen hergestellt werden. -71027 Drachengott-Leben Erhht deine maximalen TP 30 Minuten lang um 20%. -71028 Drachengott-Angriff Erhht den Schaden, den du anderen im Kampf zufgst, 30 Minuten lang um 12 bis 15%. -71029 Drachengott-Intelligenz Erhht deine maximalen MP 30 Minuten lang um 20%. -71030 Drachengott-Verteidigung Verringert den Schaden, den du im Kampf erleidest, 30 Minuten lang um 12 bis 15%. -71031 Drachengottuntersttzung Vitalitt, Strke, Intelligenz und Beweglichkeit deines Charakters erhhen sich vorbergehend auf das Fnffache. -71032 Schriftrolle des Drachen Beseitigt das Risiko, einen Gegenstand zu zerstren, wenn seine Verbesserung fehlschlgt. Es wird nur die Qualitt um eine Stufe verringert. Zudem erhht sich die Wahrscheinlichkeit einer erfolgreichen Verbesserung um 10 %. -71033 Emotionsmaske Du kannst deinen Gefhlen 15 Tage lang freien Lauf lassen. -71034 Trank des Angriffs +15 Erhht deine Angriffsgeschwindigkeit 30 Minuten lang um 15%. -71035 Elixier des Forschers Steigert die Qualitt gesammelter Forschungsobjekte und damit auch ihre Annahmewahrscheinlichkeit. -71036 Ruf-Rolle Oberork Lsst einen Oberork neben deinem Charakter erscheinen. Vorsicht, es handelt sich um einen Boss! -71037 Ruf-Rolle Anfhrer Lsst einen dunklen Anfhrer neben deinem Charakter erscheinen. Vorsicht, es handelt sich um einen Boss! -71038 Ruf-Rolle Knigsspinne Lsst eine Knigsspinne neben deinem Charakter erscheinen. Vorsicht, es handelt sich um einen Boss! -71039 Ruf-Rolle Schildkrte Lsst eine groe Wstenschildkrte neben deinem Charakter erscheinen. Vorsicht, es handelt sich um einen Boss! -71040 Ruf-Rolle Flammenknig Lsst einen Flammenknig neben deinem Charakter erscheinen. Vorsicht, es handelt sich um einen Boss! -71041 Ruf-Rolle Neunschwanz Lsst einen Neunschwanz neben deinem Charakter erscheinen. Vorsicht, es handelt sich um einen Boss! -71042 Ruf-Rolle Dmonenknig Lsst einen stolzen Dmonenknig neben deinem Charakter erscheinen. Vorsicht, es handelt sich um einen Boss! -71043 Ruf-Rolle Tigergeist Lsst einen gelben Tigergeist neben deinem Charakter erscheinen. Vorsicht, es handelt sich um einen Boss! -71044 Kritischer Kampf Erhht deine Chance, im Kampf einen kritischen Treffer zu landen, 10 Minuten lang um 20%. -71045 Durchbohrender Kampf Erhht deine Chance, im Kampf einen durchbohrenden Treffer zu landen, 10 Minuten lang um 20%. -71047 Tinktur des Geiststeins Entfernt einen eingefassten Geiststein aus einem deiner Gegenstnde. -71048 Wandelzauber Dieser Zauber kann das Geschlecht deines Spielercharakters ndern. -71049 Seidenbndel Mit diesem Bndel kannst du 10 Tage lang kostenlos private Lden erffnen. -71050 Geschwindigkeitstrank Erhht 30 Minuten lang deine Bewegungsgeschwindigkeit um 60. -71051 Gegenstand verhexen Entfernt den Spezial-Bonus eines deiner Gegenstnde und fgt einen neuen hinzu. -71052 Gegenstand segnen Fgt einem deiner Gegenstnde einen neuen Spezial-Bonus hinzu, falls noch keiner vorhanden war. -71054 Tinktur der Reiche Bietet die Mglichkeit, in einem anderen Reich ins Exil zu gehen. -71055 Tinktur des Namens Gibt dir die Mglichkeit, einen neuen Namen fr deinen Charakter zu whlen. -71056 Tinktur des Himmels Erhht die Wahrscheinlichkeit, einen Geiststein erfolgreich zu verbessern. -71057 Stein der Fossilholzader Lsst eine Fossilholzader neben deinem Charakter erscheinen. -71058 Stein der Kupferader Lsst eine Kupferader neben deinem Charakter erscheinen. -71059 Stein der Silberader Lsst eine Silberader neben deinem Charakter erscheinen. -71060 Stein der Goldader Lsst eine Goldader neben deinem Charakter erscheinen. -71061 Stein der Jadeader Lsst eine Jadeader neben deinem Charakter erscheinen. -71062 Stein der Ebenholzader Lsst eine Ebenholzader neben deinem Charakter erscheinen. -71063 Stein des Muschelstapels Lsst einen Muschelstapel neben deinem Charakter erscheinen. -71064 Stein der Weigoldader Lsst eine Weigoldader neben deinem Charakter erscheinen. -71065 Stein der Kristallader Lsst eine Kristallader neben deinem Charakter erscheinen. -71066 Stein der Quarzader Lsst eine Quarzader neben deinem Charakter erscheinen. -71067 Stein der Himmelsader Lsst eine Himmelstrnenader neben deinem Charakter erscheinen. -71068 Feder der Liebenden Ist sie ausgerstet, erhhen sich die Liebespunkte eines Paares doppelt so schnell. -71069 Ohrringe der Harmonie Erhhen die Chance auf durchbohrende Treffer im Kampf 3 Stunden lang fr beide Ehepartner um maximal 8%, wenn einer von ihnen sie trgt. Die Wirkung des Items ist abhngig von der Prozentzahl an Liebespunkten. Hat ein Paar z.B. 50% Liebespunkte, reduziert sich die Maximalwirkung um die Hlfte. -71070 Armband der Liebe Erhht das Sammeln von Erfahrungspunkten im Kampf 3 Stunden lang fr beide Ehepartner um maximal 20%, wenn einer von ihnen es trgt. Die Wirkung des Items ist abhngig von der Prozentzahl an Liebespunkten. Hat ein Paar z.B. 50% Liebespunkte, reduziert sich die Maximalwirkung um die Hlfte. -71071 Ohrringe der Liebe Erhhen die Chance auf kritische Treffer im Kampf 3 Stunden lang fr beide Ehepartner um maximal 8%, wenn einer von beiden sie trgt. Die Wirkung des Items ist abhngig von der Prozentzahl an Liebespunkten. Hat ein Paar z.B. 50% Liebespunkte, reduziert sich die Maximalwirkung um die Hlfte. -71072 Armband der Harmonie Verringert 3 Stunden lang die Angriffskraft der gegnerischen Monster auf beide Ehepartner um maximal 15%, wenn einer von beiden es trgt. Die Wirkung des Items ist abhngig von der Prozentzahl an Liebespunkten. Hat ein Paar z.B. 50% Liebespunkte, reduziert sich die Maximalwirkung um die Hlfte. -71073 Halskette der Liebe Erhht die Angriffskraft im Kampf 3 Stunden lang fr beide Ehepartner um maximal 40, wenn einer von ihnen sie trgt. Die Wirkung des Items ist abhngig von der Prozentzahl an Liebespunkten. Hat ein Paar z.B. 50% Liebespunkte, reduziert sich die Maximalwirkung um die Hlfte. -71074 Halskette der Harmonie Erhht die Verteidigung im Kampf 3 Stunden lang fr beide Ehepartner um maximal 30, wenn einer von ihnen sie trgt. Die Wirkung des Items ist abhngig von der Prozentzahl an Liebespunkten. Hat ein Paar z.B. 50% Liebespunkte, reduziert sich die Maximalwirkung um die Hlfte. -71075 Haarfarbe (wei) Frbt deine Haare dauerhaft wei. -71076 Haarfarbe (Blond) Frbt deine Haare dauerhaft blond. -71077 Haarfarbe (rot) Frbt deine Haare dauerhaft rot. -71078 Haarfarbe (braun) Frbt deine Haare dauerhaft braun. -71079 Haarfarbe (schwarz) Frbt deine Haare dauerhaft schwarz. -71080 Metinstein (leicht) Lsst einen leichten Metinstein neben dir abstrzen. -71081 Metinstein (normal) Lsst einen normal groen Metinstein neben dir abstrzen. -71082 Metinstein (schwer) Lsst einen schweren Metinstein neben dir abstrzen. -71083 Stein-Handbuch Entfernt alle zerbrochenen Steine aus einem Gegenstand. Somit erhltst du einen weiteren Versuch, Waffe oder Rstung zu verbessern. -71084 Gegenstand verzaubern Entfernt die Boni eines deiner Gegenstnde und fgt neue hinzu. -71085 Gegenstand verstrken Fgt mit etwas Glck einem deiner Gegenstnde einen neuen Bonus hinzu. (bis max. 4 Boni) -71088 Missionsbuch (leicht) Das in braunes Leder gebundene Werk enthlt eine Mission, die auch von unerfahrenen Kmpfern gelst werden kann. -71089 Missionsbuch (normal) Das in braunes Leder gebundene Werk enthlt eine Mission, die nur von jenen gelst werden kann, die bereits ber Erfahrung im Kampf verfgen. -71090 Missionsbuch (schwer) Das in braunes Leder gebundene Werk enthlt eine Mission, die nur von erfahrenen Kmpfern gelst werden kann. -71091 Tinktur des Handels Du kannst eine andere Schildfarbe fr deinen privaten Laden whlen. -71092 Buch der Verwandlung Das erfolgreiche Studium des Buches erhht die Verwandlungsfertigkeit. Das Buch verschwindet nach dem Lesen. -71093 Verwandlungskugel Mit Hilfe dieser Kugel kannst du dich in ein Monster verwandeln. -71094 Konzentriertes Lesen Erhht die Chance auf eine Verbesserung deines Talents beim Lesen des nchsten Buches (oder Seelensteins) um den Faktor 2,5. -71095 Passierschein Du darfst eine weitere Ebene des Spinnendungeons betreten, wenn du diesen Passierschein dem zustndigen Wchter vorlegst. -71096 Tafel zum Durchgehen Diese Medaille ermglicht die eine Torpassage. -71099 Ring der Nachfolge Ermchtigt den Anfhrer einer Gilde seinen Nachfolger zu bestimmen und bergibt die Fhrung an diesen. -71100 Lehrwechselzertifikat Du kannst deine Lehre hinter dir lassen und eine neue beginnen. Dazu musst du dich mindestens auf Level 31 befinden. -71101 Trank der Hast Dieser Trank verringert die Abklingzeit 30 Minuten lang um 20 Prozent. -71103 Neuverteilung (VIT) Setzt deine Vitalitt auf 1 zurck und erlaubt dir, deine Punkte neu zu verteilen. -71104 Neuverteilung (INT) Setzt deine Intelligenz auf 1 zurck und erlaubt dir, deine Punkte neu zu verteilen. -71105 Neuverteilung (STR) Setzt deine Strke auf 1 zurck und erlaubt dir, deine Punkte neu zu verteilen. -71106 Neuverteilung (DEX) Setzt deine Beweglichkeit auf 1 zurck und erlaubt dir, deine Punkte neu zu verteilen. -71107 Frucht des Lebens Erhht die Rangpunkte um 2000 (Abklingzeit: 8 Stunden). -71108 Granatapfelsaft Getrnk, das deine TP augenblicklich um 800 Punkte regeneriert. Dieses Item ist handelbar. -71109 Rolle der Korrektur Mit dieser Rolle kann der zuletzt erfolgreich hinzugefgte Geiststein aus einem Gegenstand entfernt werden. -71110 Pferdezucker Dieses Zuckerstck ermglicht es, dem Reittier einen Namen zu geben. Gleichzeitig erhht es dessen Verteidigungswert um 20. -71113 Glas der Einsicht Ermglicht dir, einem anderen Spieler Gegenstnde aus deinem Inventar zu zeigen. Das Glas zerbricht whrend des Vorgangs. -71114 Keiler-Siegel (gelb) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711151 Keiler-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711152 Keiler-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711153 Keiler-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711154 Keiler-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -71115 Keiler-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -71116 Wolf-Siegel (gelb) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711171 Wolf-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711172 Wolf-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711173 Wolf-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711174 Wolf-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -71117 Wolf-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -71118 Tiger-Siegel (gelb) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711191 Tiger-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711192 Tiger-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711193 Tiger-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711194 Tiger-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -71119 Tiger-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -71120 Lwen-Siegel (gelb) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711211 Lwen-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711212 Lwen-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711213 Lwen-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -711214 Lwen-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -71121 Lwen-Siegel (blau) Der Zauber des Siegels ruft einen mchtigen Tiergeist, der dich schnell an den Ort deiner Wahl trgt. -71123 Drachenschuppe Drachenschuppen gehren zu den hrtesten bekannten Materialien. -71124 Weier Lwe Tiere mit weiem Fell sind uerst selten und werden von vielen Kulturen als Trger auergewhnlicher Krfte verehrt. -71125 Kriegskeiler-Siegel Bse Tiergeister zu bndigen, bedarf erheblicher magischer Knste. Entsprechend beeindruckend ist das Ergebnis. -71126 Streitwolf-Siegel Bse Tiergeister zu bndigen, bedarf erheblicher magischer Knste. Entsprechend beeindruckend ist das Ergebnis. -71127 Sturmtiger-Siegel Bse Tiergeister zu bndigen, bedarf erheblicher magischer Knste. Entsprechend beeindruckend ist das Ergebnis. -71128 Schlachtenlwen-Siegel Bse Tiergeister zu bndigen, bedarf erheblicher magischer Knste. Entsprechend beeindruckend ist das Ergebnis. -71129 Drachenkralle Der Anblick dieser furchterregenden Kralle weckt Erinnerungen... -71130 Passierschein Du darfst eine weitere Ebene des Spinnendungeons betreten, wenn du diesen Passierschein dem zustndigen Wchter vorlegst. Dieses Item ist handelbar. -71131 Rappen-Siegel Pferdesiegel fr einen edlen Rappen. -71132 Rappen-Siegel Pferdesiegel fr einen edlen Rappen. -71133 Rappen-Siegel Pferdesiegel fr einen edlen Rappen. -71134 Rappen-Siegel Pferdesiegel fr einen edlen Rappen. -71135 Halbmondring Ring mit einer kunstvoll gearbeiteten Gravur in der Form eines Halbmondes. -71136 Lolli Ein Lolli aus geheimen Zutaten, der Erfahrung und Kraft fr den Kampf spendet. -71137 Knigstiger-Siegel(blau) Der Zauber des Siegels ruft dein Reittier, den majesttischen Knigstiger (blau), herbei. -71138 Knigstiger-Siegel (rot) Der Zauber des Siegels ruft dein Reittier, den majesttischen Knigstiger (rot), herbei. -71139 Knigstiger-Siegel(gold) Der Zauber des Siegels ruft dein Reittier, den majesttischen Knigstiger (gold), herbei. -71140 Knigstiger-Siegel(grn) Der Zauber des Siegels ruft dein Reittier, den majesttischen Knigstiger (grn), herbei. -71141 Knigstiger-Siegel(grau) Der Zauber des Siegels ruft dein Reittier, den majesttischen Knigstiger (grau), herbei. -71142 Knigstiger-Siegel(wei) Der Zauber des Siegels ruft dein Reittier, den majesttischen Knigstiger (wei), herbei. -71143 Ring der Freude Ring mit einer wertvollen Verzierung aus Jade und Trkis. -71144 Weihnachtstruhe Das liebevoll verpackte Weihnachtsgeschenk enthlt eine festliche berraschung. -71145 Amulett der Ewigen Liebe Ein silberner Kettenanhnger in Herzform, besetzt mit magischen Edelsteinen. -71146 Amors Truhe (rosa) Truhe in Herzform mit 10-fach berraschendem Inhalt. Lsst sich alle 30 Min. erneut ffnen. -71147 Amors Truhe (blau) Truhe in Herzform mit 10-fach berraschendem Inhalt. Lsst sich alle 30 Min. erneut ffnen. -71148 Ring der Willenskraft Verleiht dir 7 Tage lang +30% EXP, +20% Abwehrchance gegen Krieger, +20% Abwehrchance gegen Ninja, +30% Strke gegen Monster, +10% Maximum-TP und +10% Maximum-MP. -71149 Ring der tdlichen Macht Verleiht dir 7 Tage lang +30% EXP, +20% Abwehrchance gegen Sura, +20% Abwehrchance gegen Schamanen, +30% Strke gegen Monster, +10% Maximum-TP und +10% Maximum-MP. -71150 Zauber-Ei Die kunstvoll verzierte ovale Truhe enthlt mehr als nur eine Osterberraschung und gibt ihre Schtze erst nach und nach preis. -71151 Grner Zauber Entfernt die Boni eines deiner Gegenstnde und fgt neue hinzu. Kann nur bei Waffen und Rstungen bis Level 40 angewendet werden. Nicht handelbar. -71152 Grne Strke Fgt mit etwas Glck einem deiner Gegenstnde einen neuen Bonus hinzu (bis max. 4 Boni). Kann nur bei Waffen und Rstungen bis Level 40 angewendet werden. Nicht handelbar. -71153 Trank der Weisheit Mit diesem Trank sammelst du in einer Stunde Spielzeit 100 % mehr Erfahrung. Nicht handelbar. -71158 Heldenmedaille Verleiht +50 % EXP, +30 % Schaden, +20 % Angriffsgeschwindigkeit, +20 % Zaubergeschwindigkeit, +10 % TP und +10 % MP. -71159 Truhe des Milon Truhe fr wahre Helden. Enthlt ein zuflliges Item als Lohn fr deinen Triumph. -71160 Truhe der Athene Truhe fr wahre Heldinnen. Enthlt ein zuflliges Item als Lohn fr deinen Triumph. -71161 Equus Purpur Siegel fr eines der wunderschnen und uerst seltenen Purpurpferde. -71164 Komet-Siegel Mit diesem Siegel rufst du dein Rentier, Komet, herbei. -71166 Panzerpanda-Siegel Mit diesem Siegel rufst du deinen gepanzerten Panda herbei. -72001 Erfahrungsring Erhht das Sammeln von Erfahrung 10 Stunden lang um 50%. -72002 Erfahrungsring Erhht das Sammeln von Erfahrung 30 Minuten lang um 50%. -72003 Erfahrungsring Erhht das Sammeln von Erfahrung 3 Stunden lang um 50%. -72004 Handschuhe des Diebes Verdoppelt 10 Stunden lang deine Chance, Gegenstnde zu erbeuten. -72005 Handschuhe des Diebes Verdoppelt 30 Minuten lang deine Chance, Gegenstnde zu erbeuten. -72006 Handschuhe des Diebes Verdoppelt 3 Stunden lang deine Chance, Gegenstnde zu erbeuten. -72007 Seidenbndel Du kannst 10 Stunden lang einen privaten Laden erffnen. -72008 Seidenbndel Du kannst 30 Minuten lang einen privaten Laden erffnen. -72009 Seidenbndel Du kannst 3 Stunden lang einen privaten Laden erffnen. -72010 Feder der Liebenden Ist sie ausgerstet, erhhen sich die Liebespunkte eines Paares 15 Minuten lang doppelt so schnell. -72011 Feder der Liebenden Ist sie ausgerstet, erhhen sich die Liebespunkte eines Paares 30 Minuten lang doppelt so schnell. -72012 Feder der Liebenden Ist sie ausgerstet, erhhen sich die Liebespunkte eines Paares 3 Stunden lang doppelt so schnell. -72013 Fischereibuch Verdoppelt 15 Minuten lang deine Chance, einen seltenen Fisch zu fangen. -72014 Fischereibuch Verdoppelt 30 Minuten lang deine Chance, einen seltenen Fisch zu fangen. -72015 Fischereibuch Verdoppelt 3 Stunden lang deine Chance, einen seltenen Fisch zu fangen. -72016 Dritte Hand Eine Hand, die 15 Minuten lang Yang automatisch aufnimmt. -72017 Dritte Hand Eine Hand, die 30 Minuten lang Yang automatisch aufnimmt. -72018 Dritte Hand Eine Hand, die 3 Stunden lang Yang automatisch aufnimmt. -72019 Lagertruhe Dein Lager erhlt 15 Minuten lang zwei zustzliche Lagerrume. -72020 Lagertruhe Dein Lager erhlt 30 Minuten lang zwei zustzliche Lagerrume. -72021 Lagertruhe Dein Lager erhlt 3 Stunden lang zwei zustzliche Lagerrume. -72022 Medaille des Glcks Verdoppelt 10 Stunden lang deine Chance, Yang zu erbeuten. -72023 Medaille des Glcks Verdoppelt 30 Minuten lang deine Chance, Yang zu erbeuten. -72024 Medaille des Glcks Verdoppelt 3 Stunden lang deine Chance, Yang zu erbeuten. -72025 Kritischer Kampf Erhht deine Chance, im Kampf einen kritischen Treffer zu landen, 10 Minuten lang um 20%. -72026 Kritischer Kampf Erhht deine Chance, im Kampf einen kritischen Treffer zu landen, 10 Minuten lang um 20%. -72027 Kritischer Kampf Erhht deine Chance, im Kampf einen kritischen Treffer zu landen, 10 Minuten lang um 20%. -72028 Emotionsmaske Du kannst deinen Gefhlen 7 Tage lang freien Lauf lassen. -72029 Emotionsmaske Du kannst deinen Gefhlen 15 Tage lang freien Lauf lassen. -72030 Emotionsmaske Du kannst deinen Gefhlen 30 Tage lang freien Lauf lassen. -72031 Drachengott-Angriff Erhht deinen Angriffswert 30 Minuten lang um 12 bis 15%. -72032 Drachengott-Angriff Erhht deinen Angriffswert 30 Minuten lang um 12 bis 15%. -72033 Drachengott-Angriff Erhht deinen Angriffswert 30 Minuten lang um 12 bis 15%. -72034 Drachengott-Verteidigung Verringert den Schaden, den du bei der Verteidigung erleidest, um 12-15%. -72035 Drachengott-Verteidigung Verringert den Schaden, den du bei der Verteidigung erleidest, um 12-15 %. -72036 Drachengott-Verteidigung Verringert den Schaden, den du bei der Verteidigung erleidest, um 12-15 %. -72037 Drachengott-Leben Erhht deine maximalen TP 30 Minuten lang um 20%. -72038 Drachengott-Leben Erhht deine maximalen TP 30 Minuten lang um 20%. -72039 Drachengott-Leben Erhht deine maximalen TP 30 Minuten lang um 20%. -72040 Drachengott-Intelligenz Erhht deine maximalen MP 30 Minuten lang um 20%. -72041 Drachengott-Intelligenz Erhht deine maximalen MP 30 Minuten lang um 20%. -72042 Drachengott-Intelligenz Erhht deine maximalen MP 30 Minuten lang um 20%. -72043 Buch des Anfhrers Solange der Anfhrer einer Gruppe mit diesem Buch ausgerstet ist, sammeln alle Gruppenmitglieder 30% mehr Erfahrungspunkte. -72044 Buch des Anfhrers Solange der Anfhrer einer Gruppe mit diesem Buch ausgerstet ist, sammeln alle Gruppenmitglieder 30% mehr Erfahrungspunkte. -72045 Buch des Anfhrers Solange der Anfhrer einer Gruppe mit diesem Buch ausgerstet ist, sammeln alle Gruppenmitglieder 30% mehr Erfahrungspunkte. -72046 Wichtige Chance Erhht 10 Minuten lang deine Chance auf einen durchbohrenden Treffer um 20%. -72047 Wichtige Chance Erhht 10 Minuten lang deine Chance auf einen durchbohrenden Treffer um 20%. -72048 Wichtige Chance Erhht 10 Minuten lang deine Chance auf einen durchbohrenden Treffer um 20%. -72301 Segensschriftrolle Beseitigt das Risiko, einen Gegenstand zu zerstren, wenn seine Verbesserung fehlschlgt. In diesem Fall wird lediglich seine Qualitt um 1 verringert. -72302 ETC icon/item/70003.tga ETC icon/item/70003.tga -72303 ETC icon/item/70005.tga ETC icon/item/70005.tga -72304 ETC icon/item/70024.tga ETC icon/item/70024.tga -72305 ETC icon/item/70026.tga ETC icon/item/70026.tga -72306 ETC icon/item/70027.tga ETC icon/item/70027.tga -72307 ETC icon/item/70028.tga ETC icon/item/70028.tga -72308 ETC icon/item/70035.tga ETC icon/item/70035.tga -72309 ETC icon/item/70039.tga ETC icon/item/70039.tga -72310 ETC icon/item/71001.tga ETC icon/item/71001.tga -72311 ETC icon/item/71020.tga ETC icon/item/71020.tga -72312 ETC icon/item/71028.tga ETC icon/item/71028.tga -72313 ETC icon/item/71030.tga ETC icon/item/71030.tga -72314 ETC icon/item/71032.tga ETC icon/item/71032.tga -72501 Erfahrungsring (iCafe) Erhht das Sammeln von Erfahrung um 20% im Mitglieder-iCafe. -72502 Diebeshandschuh (iCafe) Die Erfolgsrate fr das Erbeuten von Gegenstnden erhht sich um das Anderthalbfache im Mitglieder-iCafe. -72701 Windschuhe Sie erhhen deine Bewegungsgeschwindigkeit um 30, solange sie ausgerstet sind. -72703 Tigerknochenohrring Dein Angriffswert wird fr 2 Stunden um 200 Punkte erhht (Zeit luft nur ab, wenn das Item angelegt ist). Das Item ist nicht handelbar. -72704 Drachenknochenohrring Dein Verteidigungswert wird fr 2 Stunden um 200 Punkte erhht (Zeit luft nur ab, wenn das Item angelegt ist). Das Item ist nicht handelbar. -72705 Tigerknochenarmband Der Schaden deiner Fertigkeiten wird fr 2 Stunden um 15% erhht (Zeit luft nur ab, wenn das Item angelegt ist). Das Item ist nicht handelbar. -72706 Drachenknochenarmband Deine Abwehr gegen Fertigkeiten wird fr 2 Stunden um 15% erhht (Zeit luft nur ab, wenn das Item angelegt ist). Das Item ist nicht handelbar. -72723 Elixier der Sonne (K) Fllt deine TP automatisch auf. Enthlt 1.000.000 TP. -72724 Elixier der Sonne (M) Fllt deine TP automatisch auf. Enthlt 3.000.000 TP. -72725 Elixier der Sonne (G) Fllt deine TP automatisch auf. Enthlt 7.000.000 TP. -72726 Elixier der Sonne (S) Fllt deine TP automatisch auf. Enthlt 10.000.000 TP. Dieses Item ist handelbar. -72727 Elixier des Mondes (K) Fllt deine MP automatisch auf. Enthlt 100.000 MP. -72728 Elixier des Mondes (M) Fllt deine MP automatisch auf. Enthlt 300.000 MP. -72729 Elixier des Mondes (G) Fllt deine MP automatisch auf. Enthlt 700.000 MP. -72730 Elixier des Mondes (S) Fllt deine MP automatisch auf. Enthlt 1.000.000 MP. Dieses Item ist handelbar. -73001 Modische Frisur (rot) Eine modische Frisur, die ein charakteristisches ueres schafft. -73002 Modische Frisur (hell) Eine modische Frisur, die ein charakteristisches ueres schafft. -73003 Modische Frisur (blau) Eine modische Frisur, die ein charakteristisches ueres schafft. -73004 Modische Frisur (braun) Eine modische Frisur, die ein charakteristisches ueres schafft. -73005 Stirntuch Kurzes Haar, das von einem Stirntuch gebndigt wird. -73006 Stirntuch Kurzes Haar, das von einem Stirntuch gebndigt wird. -73007 Stirntuch Kurzes Haar, das von einem Stirntuch gebndigt wird. -73008 Stirntuch Kurzes Haar, das von einem Stirntuch gebndigt wird. -73009 Lange Haare (schwarz) Eine beeindruckende Frisur mit prachtvollem, schwarzem Haar. -73010 Lange Haare (rot) Eine beeindruckende Frisur mit prachtvollem, rotem Haar. -73011 Lange Haare (braun) Eine beeindruckende Frisur mit prachtvollem, braunem Haar. -73012 Lange Haare (grn) Eine beeindruckende Frisur mit prachtvollem, grnem Haar. -73251 Pferdeschwanz (braun) Langes Haar, das zu einem Zopf gebunden ist. -73252 Pferdeschwanz (grn) Langes Haar, das zu einem Zopf gebunden ist. -73253 Pferdeschwanz (blau) Langes Haar, das zu einem Zopf gebunden ist. -73254 Pferdeschwanz (hell) Langes Haar, das zu einem Zopf gebunden ist. -73255 Schulterlanges Haar(rot) Eine natrlich wirkende Frisur mit schulterlangem Haar. -73256 Schulterlanges Haar(br.) Eine natrlich wirkende Frisur mit schulterlangem Haar. -73257 Schulterlanges Haar(hell Eine natrlich wirkende Frisur mit schulterlangem Haar. -73258 Schulterlanges Haar/lila Eine natrlich wirkende Frisur mit schulterlangem Haar. -73259 Kurzhaarfrisur (rot) Eine praktische Kurzhaarfrisur, die etwas Bedrohliches vermittelt. -73260 Kurzhaarfrisur (blau) Eine praktische Kurzhaarfrisur, die etwas Bedrohliches vermittelt. -73261 Kurzhaarfrisur (schwarz) Eine praktische Kurzhaarfrisur, die etwas Bedrohliches vermittelt. -73262 Kurzhaarfrisur (blond) Eine praktische Kurzhaarfrisur, die etwas Bedrohliches vermittelt. -73501 Sportliche Frisur (hell) Eine extravagante Kurzhaarfrisur. -73502 Sportliche Frisur(braun) Eine extravagante Kurzhaarfrisur. -73503 Sportliche Frisur(blond) Eine extravagante Kurzhaarfrisur. -73504 Sportliche Frisur (grn) Eine extravagante Kurzhaarfrisur. -73505 Charisma-Frisur (wei) Eine charismatische Frisur mit langem Haar. -73506 Charisma-Frisur (rot) Eine charismatische Frisur mit langem Haar. -73507 Charisma-Frisur(schwarz) Eine charismatische Frisur mit langem Haar. -73508 Charisma-Frisur(violett) Eine charismatische Frisur mit langem Haar. -73509 Langer Zopf (wei) Eine traditionelle Zopffrisur -73510 Langer Zopf (blau) Eine traditionelle Zopffrisur -73511 Langer Zopf (schwarz) Eine traditionelle Zopffrisur -73512 Langer Zopf (braun) Eine traditionelle Zopffrisur -73751 Edle Frisur (braun) Eine edel wirkende Frisur mit zurckgehaltenem Haar. -73752 Edle Frisur (schwarz) Eine edel wirkende Frisur mit zurckgehaltenem Haar. -73753 Edle Frisur (blau) Eine edel wirkende Frisur mit zurckgehaltenem Haar. -73754 Edle Frisur (hell) Eine edel wirkende Frisur mit zurckgehaltenem Haar. -73755 Halblanges Haar (braun) Elegant getragenes, glattes Haar. -73756 Halblanges Haar(schwarz) Elegant getragenes, glattes Haar. -73757 Halblanges Haar (blond) Elegant getragenes, glattes Haar. -73758 Halblanges Haar(violett) Elegant getragenes, glattes Haar. -73759 Alte Haartracht (braun) Langes Haar, auf traditionelle Art getragen. -73760 Alte Haartracht (hell) Langes Haar, auf traditionelle Art getragen. -73761 Alte Haartracht(violett) Langes Haar, auf traditionelle Art getragen. -73762 Alte Haartracht (rot) Langes Haar, auf traditionelle Art getragen. -74001 Modische Frisur (rot) Eine Frisur, die dir ein unverwechselbares ueres verleiht -74002 Modische Frisur (hell) Eine Frisur, die dir ein markantes ueres verleiht -74003 Modische Frisur (blau) Eine Frisur, die dir ein markantes ueres verleiht -74004 Modische Frisur (braun) Eine Frisur, die dir ein markantes ueres verleiht -74005 Stirntuch (rot) Kurze braune Haare mit einem roten Stirnband. -74006 Stirntuch(braun kariert) Kurze blonde Haare mit einem hellen Stirnband. -74007 Stirntuch (blau) Kurze blaue Haare mit einem braunen Stirnband -74008 Stirntuch (grn kariert) Kurze grne Haare mit einem grnen Stirnband -74009 Lange Haare (schwarz) Eine Frisur, die ein beeindruckendes ueres verleiht -74010 Lange Haare (rot) Eine Frisur, die ein beeindruckendes ueres verleiht -74011 Lange Haare (braun) Eine Frisur, die ein beeindruckendes ueres verleiht -74012 Lange Haare (grn) Eine Frisur, die ein beeindruckendes ueres verleiht -74013 Afro fr Krieger Verleiht einem Krieger einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74014 Afro fr Krieger Verleiht einem Krieger einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74015 Samurai-Helm fr Krieger Verleiht einem Krieger einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74016 Samurai-Helm fr Krieger Verleiht einem Krieger einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74017 Fez fr Krieger Eine rote Kopfbedeckung fr mnnliche Krieger. (Dauer 7 Tage) -74018 Keffiyeh fr Krieger Ein Kopftuch fr mnnliche Krieger. (Dauer 7 Tage) -74019 Turban fr Krieger Eine Kopfbedeckung aus feinstem Stoff fr mnnliche Krieger. (Dauer 7 Tage) -74020 Krbismaske-Krieger (m) Eine Maske fr den Krieger in Form eines Krbisses. Attribute und Dauer werden durch Zufall bestimmt. Sie ersetzt bereits vorhandene Frisuren. -74251 Pferdeschwanz (braun) Langes braunes, zu einem Zopf gebundenes Haar - eine unter Frauen sehr beliebte Frisur -74252 Pferdeschwanz (grn) Langes grnes, zu einem Zopf gebundenes Haar - eine unter Frauen sehr beliebte Frisur -74253 Pferdeschwanz (blau) Langes blaues, zu einem Zopf gebundenes Haar - eine unter Frauen sehr beliebte Frisur -74254 Pferdeschwanz (hell) Langes helles, zu einem Zopf gebundenes Haar - eine unter Frauen sehr beliebte Frisur -74255 Schulterlanges Haar(rot) Eine freche, ausgefallene Frisur -74256 Schulterlanges Haar(br.) Eine freche, ausgefallene Frisur -74257 Schulterlanges Haar(hell Eine freche, ausgefallene Frisur -74258 Schulterlanges Haar/lila Eine freche, ausgefallene Frisur -74259 Kurzhaarfrisur (rot) Rotes, fransiges Haar im Ninja-Look -74260 Kurzhaarfrisur (blau) Blaues, fransiges Haar im Ninja-Look -74261 Kurzhaarfrisur (schwarz) Schwarzes, fransiges Haar im Ninja-Look -74262 Kurzhaarfrisur (blond) Blondes, fransiges Haar im Ninja-Look -74263 Afro fr Ninja (w) Verleiht einem weiblichen Ninja einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74264 Afro fr Ninja (w) Verleiht einem weiblichen Ninja einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74265 Blumenhut fr Ninja (w) Verleiht einem weiblichen Ninja einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74266 Blumenhut fr Ninja (w) Verleiht einem weiblichen Ninja einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74267 Sandmaske fr Ninja (w) Ein Gesichtsschleier aus einem sehr wertvollen Stoff fr weibliche Ninja. (Dauer 7 Tage) -74268 Wstenschal f. Ninja (w) Ein Wstenschal fr weibliche Ninja aus einem edlen Stoff. (Dauer 7 Tage) -74269 Turban fr Ninja (w) Eine Kopfbedeckung aus feinstem Stoff fr weibliche Ninja. (Dauer 7 Tage) -74270 Krbismaske-Ninja (w) Eine Maske fr den weiblichen Ninja in Form eines Krbisses. Attribute und Dauer werden durch Zufall bestimmt. Sie ersetzt bereits vorhandene Frisuren. -74501 Sportliche Frisur (hell) Eine militrisch wirkende Kurzhaarfrisur -74502 Sportliche Frisur(braun) Eine militrisch wirkende Kurzhaarfrisur -74503 Sportliche Frisur(blond) Eine militrisch wirkende Kurzhaarfrisur -74504 Sportliche Frisur (grn) Eine militrisch wirkende Kurzhaarfrisur -74505 Charisma-Frisur (wei) Eine Frisur, die deinen individuellen Charakter unterstreicht -74506 Charisma-Frisur (rot) Eine Frisur, die deinen individuellen Charakter unterstreicht -74507 Charisma-Frisur(schwarz) Eine Frisur, die deinen individuellen Charakter unterstreicht -74508 Charisma-Frisur(violett) Eine Frisur, die deinen individuellen Charakter unterstreicht -74509 Langer Zopf (wei) Zopf im alten Stil, der einst ein Symbol der Reichen war -74510 Langer Zopf (blau) Zopf im alten Stil, der einst ein Symbol der Reichen war -74511 Langer Zopf (schwarz) Zopf im alten Stil, der einst ein Symbol der Reichen war -74512 Langer Zopf (braun) Zopf im alten Stil, der einst ein Symbol der Reichen war -74513 Afro fr Sura (m) Verleiht einem mnnlichen Sura einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74514 Afro fr Sura (m) Verleiht einem mnnlichen Sura einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74515 Samurai-Helm f. Sura (m) Verleiht einem mnnlichen Sura einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74516 Samurai-Helm f. Sura (m) Verleiht einem mnnlichen Sura einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74517 Fez fr Sura (m) Eine rote Kopfbedeckung fr mnnliche Sura. (Dauer 7 Tage) -74518 Keffiyeh fr Sura (m) Ein Kopftuch fr mnnliche Sura. (Dauer 7 Tage) -74519 Turban fr Sura (m) Eine Kopfbedeckung aus feinstem Stoff fr mnnliche Sura. (Dauer 7 Tage) -74520 Krbismaske-Sura (m) Eine Maske fr den Sura in Form eines Krbisses. Attribute und Dauer werden durch Zufall bestimmt. Sie ersetzt bereits vorhandene Frisuren. -74751 Edle Frisur (braun) Eine mit einer Schmetterlings-Haarnadel elegant geschmckte Hochsteckfrisur -74752 Edle Frisur (schwarz) Eine mit einer Schmetterlings-Haarnadel elegant geschmckte Hochsteckfrisur -74753 Edle Frisur (blau) Eine mit einer Schmetterlings-Haarnadel elegant geschmckte Hochsteckfrisur -74754 Edle Frisur (hell) Eine mit einer Schmetterlings-Haarnadel elegant geschmckte Hochsteckfrisur -74755 Halblanges Haar (braun) Eine elegante Schamanenfrisur -74756 Halblanges Haar(schwarz) Eine elegante Schamanenfrisur -74757 Halblanges Haar (blond) Eine elegante Schamanenfrisur -74758 Halblanges Haar(violett) Eine elegante Schamanenfrisur -74759 Alte Haartracht (braun) Eine feminine Frisur mit langem, stufig geschnittenem Haar -74760 Alte Haartracht (hell) Eine feminine Frisur mit langem, stufig geschnittenem Haar -74761 Alte Haartracht(violett) Eine feminine Frisur mit langem, stufig geschnittenem Haar -74762 Alte Haartracht (rot) Eine feminine Frisur mit langem, stufig geschnittenem Haar -74763 Afro fr Schamanin Verleiht einer Schamanin einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74764 Afro fr Schamanin Verleiht einer Schamanin einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74765 Blumenhut fr Schamanin Verleiht einer Schamanin einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74766 Blumenhut fr Schamanin Verleiht einer Schamanin einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -74767 Sandmaske fr Schamanin Ein Gesichtsschleier aus einem sehr wertvollen Stoff fr weibliche Schamanen. (Dauer 7 Tage) -74768 Wstenschal f. Schamanin Ein Wstenschal aus einem edlen Stoff fr weibliche Schamanen. (Dauer 7 Tage) -74769 Turban fr Schamanin Eine Kopfbedeckung aus feinstem Stoff fr weibliche Schamanen. (Dauer 7 Tage) -74770 Krbismaske-Schamane (w) Eine Maske fr den weiblichen Schamanen in Form eines Krbisses. Attribute und Dauer werden durch Zufall bestimmt. Sie ersetzt bereits vorhandene Frisuren. -75001 Modische Frisur (rot) Modisches rotes, von einem Band geziertes Haar. -75002 Modische Frisur (hell) Modisches helles, von einem Band geziertes Haar. -75003 Modische Frisur (blau) Modisches blaues, von einem Band geziertes Haar. -75004 Modische Frisur (braun) Modisches braunes, von einem Band geziertes Haar. -75005 Stirntuch (braun) Eine zerzaust wirkende Frisur, durch ein Stirntuch im Zaum gehalten -75006 Stirntuch (blond) Eine zerzaust wirkende Frisur, durch ein Stirntuch im Zaum gehalten -75007 Stirntuch (blau) Eine zerzaust wirkende Frisur, durch ein Stirntuch im Zaum gehalten -75008 Stirntuch (grn) Eine zerzaust wirkende Frisur, durch ein Stirntuch im Zaum gehalten -75009 Lange Haare (schwarz) Prachtvolles, schwarzes Haar -75010 Lange Haare (rot) Prachtvolles, rotes Haar -75011 Lange Haare (braun) Prachtvolles, braunes Haar -75012 Lange Haare (grn) Prachtvolles, grnes Haar -75013 Afro fr Kriegerin Verleiht einer Kriegerin einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75014 Afro fr Kriegerin Verleiht einer Kriegerin einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75015 Blumenhut fr Kriegerin Verleiht einer Kriegerin einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75016 Blumenhut fr Kriegerin Verleiht einer Kriegerin einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75017 Sandmaske fr Kriegerin Ein Gesichtsschleier aus einem sehr wertvollen Stoff fr Kriegerinnen. (Dauer 7 Tage) -75018 Wstenschal f. Kriegerin Ein Wstenschal fr weibliche Krieger aus einem edlen Stoff. (Dauer 7 Tage) -75019 Turban fr Kriegerin Eine Kopfbedeckung aus feinstem Stoff fr weibliche Krieger. (Dauer 7 Tage) -75020 Krbismaske-Krieger (w) Eine Maske fr den weiblichen Krieger in Form eines Krbisses. Attribute und Dauer werden durch Zufall bestimmt. Sie ersetzt bereits vorhandene Frisuren. -75201 Pferdeschwanz (braun) Eine Frisur, bei der die Haare am Hinterkopf zusammengebunden sind -75202 Pferdeschwanz (grn) Eine Frisur, bei der die Haare am Hinterkopf zusammengebunden sind -75203 Pferdeschwanz (blau) Eine Frisur, bei der die Haare am Hinterkopf zusammengebunden sind -75204 Pferdeschwanz (hell) Eine Frisur, bei der die Haare am Hinterkopf zusammengebunden sind -75205 Schulterlanges Haar(rot) Eine dezente Frisur mit einem weien Stirntuch -75206 Schulterlanges Haar(br.) Eine dezente Frisur mit einem grnen Stirntuch -75207 Schulterlanges Haar(hell Eine dezente Frisur mit einem hellen Stirntuch -75208 Schulterlanges Haar/lila Eine dezente Frisur mit einem rotem Stirntuch -75209 Kurzhaarfrisur (rot) Eine Frisur, die ein dsteres ueres verleiht -75210 Kurzhaarfrisur (blau) Eine Frisur, die ein dsteres ueres verleiht -75211 Kurzhaarfrisur (schwarz) Eine Frisur, die ein dsteres ueres verleiht -75212 Kurzhaarfrisur (blond) Eine Frisur, die ein dsteres ueres verleiht -75213 Afro fr Ninja (m) Verleiht einem mnnlichen Ninja einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75214 Afro fr Ninja (m) Verleiht einem mnnlichen Ninja einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75215 Samurai-Helm Ninja (m) Verleiht einem mnnlichen Ninja einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75216 Samurai-Helm Ninja (m) Verleiht einem mnnlichen Ninja einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75217 Fez fr Ninja (m) Eine rote Kopfbedeckung fr mnnliche Ninja. (Dauer 7 Tage) -75218 Keffiyeh fr Ninja (m) Ein Kopftuch fr mnnliche Ninja. Schtzt gegen Wstenstrme. (Dauer 7 Tage) -75219 Turban fr Ninja (m) Eine Kopfbedeckung aus feinstem Stoff fr mnnliche Ninja. (Dauer 7 Tage) -75220 Krbismaske-Ninja (m) Eine Maske fr den Ninja in Form eines Krbisses. Attribute und Dauer werden durch Zufall bestimmt. Sie ersetzt bereits vorhandene Frisuren. -75401 Sportliche Frisur (hell) Eine extravagante Frisur, die typisch fr weibliche Sura ist -75402 Sportliche Frisur(braun) Eine extravagante Frisur, die typisch fr weibliche Sura ist -75403 Sportliche Frisur(blond) Eine extravagante Frisur, die typisch fr weibliche Sura ist -75404 Sportliche Frisur (grn) Eine extravagante Frisur, die typisch fr weibliche Sura ist -75405 Charisma-Frisur (wei) Schlohweies, langes Haar im eigensinnigen Stil -75406 Charisma-Frisur (rot) Rotes, langes Haar im eigensinnigen Stil -75407 Charisma-Frisur(schwarz) Rabenschwarzes, langes Haar im eigensinnigen Stil -75408 Charisma-Frisur(violett) Violettes, langes Haar im eigensinnigen Stil -75409 Langer Zopf (wei) Eine Zopffrisur -75410 Langer Zopf (blau) Eine Zopffrisur -75411 Langer Zopf (schwarz) Eine Zopffrisur -75412 Langer Zopf (braun) Eine Zopffrisur -75413 Afro fr Sura (w) Verleiht einem weiblichen Sura einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75414 Afro fr Sura (w) Verleiht einem weiblichen Sura einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75415 Blumenhut fr Sura (w) Verleiht einem weiblichen Sura einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75416 Blumenhut fr Sura (w) Verleiht einem weiblichen Sura einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75417 Sandmaske fr Sura (w) Ein Gesichtsschleier aus einem sehr wertvollen Stoff fr weibliche Sura. (Dauer 7 Tage) -75418 Wstenschal fr Sura (w) Ein Wstenschal aus einem edlen Stoff fr weibliche Suras. (Dauer 7 Tage) -75419 Turban fr Sura (w) Eine Kopfbedeckung aus feinstem Stoff fr weibliche Sura. (Dauer 7 Tage) -75420 Krbismaske-Sura (w) Eine Maske fr den weiblichen Sura in Form eines Krbisses. Attribute und Dauer werden durch Zufall bestimmt. Sie ersetzt bereits vorhandene Frisuren. -75601 Edle Frisur (braun) Ein modischer Schnitt, der dem Schamanen einen edlen Ausdruck verleiht -75602 Edle Frisur (schwarz) Ein modischer Schnitt, der dem Schamanen einen edlen Ausdruck verleiht -75603 Edle Frisur (blau) Ein modischer Schnitt, der dem Schamanen einen edlen Ausdruck verleiht -75604 Edle Frisur (hell) Ein modischer Schnitt, der dem Schamanen einen edlen Ausdruck verleiht -75605 Halblanges Haar (braun) Glattes, braunes Haar -75606 Halblanges Haar(schwarz) Glattes, schwarzes Haar -75607 Halblanges Haar (blond) Glattes, blondes Haar -75608 Halblanges Haar(violett) Glattes, violettes Haar -75609 Alte Haartracht (braun) Alte Haartracht der Krieger - die braunen Haare sind zu einem Zopf gebunden -75610 Alte Haartracht (hell) Alte Haartracht der Krieger - die hellen Haare sind zu einem Zopf gebunden -75611 Alte Haartracht(violett) Alte Haartracht der Krieger - die violetten Haare sind zu einem Zopf gebunden -75612 Alte Haartracht (rot) Alte Haartracht der Krieger - die roten Haare sind zu einem Zopf gebunden -75613 Afro fr Schamanen Verleiht einem Schamanen einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75614 Afro fr Schamanen Verleiht einem Schamanen einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75615 Samurai-Helm Schamanen Verleiht einem Schamanen einen TP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75616 Samurai-Helm Schamanen Verleiht einem Schamanen einen MP-Bonus von 1%. Ersetzt vorhandene Frisur (Dauer 7 Tage). -75617 Fez fr Schamanen Eine rote Kopfbedeckung fr mnnliche Schamanen. (Dauer 7 Tage) -75618 Keffiyeh fr Schamanen Ein Kopftuch fr mnnliche Schamanen. Schtzt gegen Wstenstrme. (Dauer 7 Tage) -75619 Turban fr Schamanen Eine Kopfbedeckung aus feinstem Stoff fr mnnliche Schamanen. (Dauer 7 Tage) -75620 Krbismaske-Schamane (m) Eine Maske fr den Schamanen in Form eines Krbisses. Attribute und Dauer werden durch Zufall bestimmt. Sie ersetzt bereits vorhandene Frisuren. -76000 Pfirsichbltenwein Getrnk, das deine TP augenblicklich um 500 Punkte regeneriert. Nicht handelbar. -76001 Status-Neuverteilung Die Anwendung dieses Gegenstandes ermglicht es dir, deine Status-Punkte neu zu verteilen. So kannst du die Entwicklung deines Charakters in eine andere Richtung lenken. Nicht handelbar. -76002 Schrumpfkopf Dieser Dmonenschrumpfkopf ffnet das Siegel zur 3. Ebene der Devil's Catacomb. Nicht handelbar. -76003 Trank der Hast Dieser Trank verringert die Abklingzeit 30 Minuten lang um 20 Prozent. Nicht handelbar. -76004 Elixier des Mondes (K) Fllt deine MP automatisch auf. Enthlt 10.000 MP. Nicht handelbar. -76005 Elixier des Mondes (M) Fllt deine MP automatisch auf. Enthlt 300.000 MP. Nicht handelbar. -76006 Kompass des Metinsteins Der Kompass zeigt dir Richtung und Entfernung des nchsten Metin-Steins an. Je heller er leuchtet, desto nher bist du. Er kann 6 Mal aktiviert werden. Nicht handelbar. -76007 Tapferkeitsumhang Ein farbiger Umhang, der smtliche Monster anlockte. Mit diesem bewiesen Krieger einst ihre Tapferkeit. Nicht handelbar. -76008 Medaille des Drachen Bewahrt dich bei deiner nchsten Wiederbelebung davor, Erfahrungspunkte zu verlieren. Nicht handelbar. -76009 Schriftrolle des Drachen Beseitigt das Risiko, einen Gegenstand zu zerstren, wenn seine Verbesserung fehlschlgt. Es wird nur die Qualitt um eine Stufe verringert. Zudem erhht sich die Wahrscheinlichkeit einer erfolgreichen Verbesserung um 10 %. Nicht handelbar. -76010 Blutstein Dieser Stein aus dem Blut Bahar-Tarajis wird den Eintritt in die Grotte der Verbannung gewhrleisten. Nicht handelbar. -76011 Buch des Anfhrers Solange der Anfhrer einer Gruppe mit diesem Buch ausgerstet ist, sammeln alle Gruppenmitglieder 30% mehr Erfahrungspunkte. Nicht handelbar. -76012 Geschwindigkeitstrank Erhht 30 Minuten lang deine Bewegungsgeschwindigkeit um 60. Nicht handelbar. -76013 Gegenstand verstrken(b) Fgt mit etwas Glck einem deiner Gegenstnde einen neuen Bonus hinzu. (bis max. 4 Boni). Item aus Leveltruhe, nicht handelbar. -76014 Gegenstand verzaubern(b) Entfernt die Boni eines deiner Gegenstnde und fgt neue hinzu. Item aus Leveltruhe, nicht handelbar. -76015 Segenskugel Eine legendre, gesegnete Kugel. Gegenstnden, die bereits mit vier Attributen ausgestattet sind, vermag sie ein weiteres Attribut hinzuzufgen. Nicht handelbar. -76016 Segensschriftrolle Beseitigt das Risiko, einen Gegenstand zu zerstren, wenn seine Verbesserung fehlschlgt. In diesem Fall wird lediglich seine Qualitt um 1 verringert. Nicht handelbar. -76017 Trank des Angriffs +10 Erhht deine Angriffsgeschwindigkeit fr 30 Minuten um 10%. Nicht handelbar. -76018 Trank des Angriffs +15 Erhht deine Angriffsgeschwindigkeit 30 Minuten lang um 15%. Nicht handelbar. -76019 Passierschein Du darfst eine weitere Ebene des Spinnendungeons betreten, wenn du diesen Passierschein dem zustndigen Wchter vorlegst. Nicht handelbar. -76020 Elixier des Forschers Steigert die Qualitt gesammelter Forschungsobjekte und damit auch ihre Annahmewahrscheinlichkeit. Nicht handelbar. -76021 Elixier der Sonne (K) Fllt deine TP automatisch auf. Enthlt 100.000 TP. Nicht handelbar. -76022 Elixier der Sonne (M) Fllt deine TP automatisch auf. Enthlt 3.000.000 TP. Nicht handelbar. -76023 Grner Zauber Entfernt die Boni eines deiner Gegenstnde und fgt neue hinzu. Kann nur bei Waffen und Rstungen bis Level 40 angewendet werden. Item aus Leveltruhe, nicht handelbar. -76024 Grne Strke Fgt mit etwas Glck einem deiner Gegenstnde einen neuen Bonus hinzu (bis max. 4 Boni). Kann nur bei Waffen und Rstungen bis Level 40 angewendet werden. Item aus Leveltruhe, nicht handelbar. -80001 Geldtasche Eine aus Leder genhte, dunkle und bereits leicht abgetragene Brse. -80002 Leeres Papier Ein noch ungenutztes Stck Pergament von guter Qualitt. -80008 Goldklumpen Ein bisher unbehandelter Klumpen Rohgold, der zu hohen Preisen gehandelt wird. -80014 DR-Gutschein (100) Gutschein im Wert von 100 Drachenmnzen. Item ist handelbar. -80015 DR-Gutschein (500) Gutschein im Wert von 500 Drachenmnzen. Item ist handelbar. -80016 DR-Gutschein (1000) Gutschein im Wert von 1000 Drachenmnzen. Item ist handelbar. -80017 DR-Gutschein (50) Gutschein im Wert von 50 Drachenmnzen. Item ist handelbar. -90001 Leere Wasserflasche Ein stabiler Reisebehlter fr den Wassertransport - derzeit leider leer. -90002 Wasserflasche Ein stabiler Reisebehlter fr den Wassertransport. -90003 Kristall Ein besonders schner und klarer Schmuckstein, der im Sonnenlicht faszinierend schillert. -90004 Edelstein Ein schn gefrbter und glatt geschliffener Stein, der in der Schmuckherstellung verwendet wird. -90005 Wasserstein Ein harter, grobkrniger Stein, der zum Schleifen von Waffen und Kchengerten verwendet wird. -90006 Geiststein Dieser Stein, in Rstungen oder Waffen eingesetzt, verbessert die Qualitt des Gegenstands. -90007 Mineral Es existieren ber 4000 Minerale, die sich hinsichtlich ihrer Kristallstruktur und somit Form und Farbe unterscheiden. -90010 Fundamentstein Baumaterial fr Gildengebude -90011 Stamm Baumaterial fr Gildengebude -90012 Sperrholz Baumaterial fr Gildengebude diff --git a/bin/pack/locale_us/locale/us/jobdesc_assassin.txt b/bin/pack/locale_us/locale/us/jobdesc_assassin.txt deleted file mode 100644 index ca7f4bbb..00000000 --- a/bin/pack/locale_us/locale/us/jobdesc_assassin.txt +++ /dev/null @@ -1,23 +0,0 @@ -[DELAY value;10] -Ninjas sind professionelle[ENTER] -Mrder, die in der Lage[ENTER] -sind, jederzeit lautlos aus[ENTER] -dem Hinterhalt zuzuschlagen.[ENTER] -Um die dazu ntige[ENTER] -[WAIT] -Geschicklichkeit und[ENTER] -Schnelligkeit zu[ENTER] -untersttzen, tragen diese[ENTER] -schattenhaften Assassinen[ENTER] -lediglich leichte[ENTER] -[WAIT] -Schutzrstungen. So werden[ENTER] -ihre flieenden Bewegungen[ENTER] -nicht behindert. Je nach[ENTER] -Spezialisierung verstehen es[ENTER] -Ninjas zudem, sowohl[ENTER] -[WAIT] -meisterhaft mit dem Dolch[ENTER] -umzugehen als auch im[ENTER] -Fernkampf Pfeil und Bogen zu[ENTER] -handhaben. \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/jobdesc_shaman.txt b/bin/pack/locale_us/locale/us/jobdesc_shaman.txt deleted file mode 100644 index e33a37c9..00000000 --- a/bin/pack/locale_us/locale/us/jobdesc_shaman.txt +++ /dev/null @@ -1,18 +0,0 @@ -[DELAY value;10] -Mit der Weisheit langer und[ENTER] -intensiver Studien gesegnet,[ENTER] -nutzen Schamanen im Kampf[ENTER] -Zauber und Magie. Dabei[ENTER] -kommen ihre mystischen[ENTER] -[WAIT] -Fhigkeiten nicht nur ihnen[ENTER] -selbst, sondern auch der[ENTER] -Untersttzung ihrer[ENTER] -Kampfgefhrten zugute. Durch[ENTER] -Spezialisierung besitzen[ENTER] -[WAIT] -Schamanen die Mglichkeit,[ENTER] -Angriffe zu verstrken oder[ENTER] -einzelne Heil- und[ENTER] -Untersttzungs- zauber[ENTER] -weiter zu entwickeln. \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/jobdesc_sura.txt b/bin/pack/locale_us/locale/us/jobdesc_sura.txt deleted file mode 100644 index c1c8f394..00000000 --- a/bin/pack/locale_us/locale/us/jobdesc_sura.txt +++ /dev/null @@ -1,20 +0,0 @@ -[DELAY value;10] -Die Sura sind Kmpfer, die[ENTER] -in den Besitz magischer[ENTER] -Krfte gelangten, als sie[ENTER] -sich bereit erklrten, die[ENTER] -Saat des Teufels in ihren[ENTER] -[WAIT] -Armen aufgehen zu lassen.[ENTER] -Dadurch sind sie in der[ENTER] -Lage, sich im Nahkampf[ENTER] -gekonnt mit dem Schwert zu[ENTER] -behaupten oder im Fernkampf[ENTER] -[WAIT] -dem Gegner durch Magie[ENTER] -Schaden zuzufgen. Durch[ENTER] -Spezialisierung verbessern[ENTER] -die Sura ihre Angriffszauber[ENTER] -oder erwerben zustzliche[ENTER] -[WAIT] -Verstrkungszauber. \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/jobdesc_warrior.txt b/bin/pack/locale_us/locale/us/jobdesc_warrior.txt deleted file mode 100644 index cb2d37cb..00000000 --- a/bin/pack/locale_us/locale/us/jobdesc_warrior.txt +++ /dev/null @@ -1,22 +0,0 @@ -[DELAY value;10] -Dank ihrer Fhigkeiten sowie[ENTER] -ihrer Bewaffnung und[ENTER] -schweren Rstung spielen[ENTER] -Krieger eine wesentliche[ENTER] -Rolle im Nahkampf. Ihr[ENTER] -[WAIT] -Streben gilt allein der[ENTER] -sthlernen krperlichen[ENTER] -Kraft und der ausgeglichenen[ENTER] -Ruhe des Geistes.[ENTER] -[ENTER] -[WAIT] -Je nach gewhlter[ENTER] -Spezialisierung knnen sie[ENTER] -verheerenden Schaden durch[ENTER] -Zweihandwaffen anrichten[ENTER] -oder auch gekonnt mit[ENTER] -[WAIT] -Schwert und Schild die[ENTER] -Angriffe mehrerer Gegner[ENTER] -entschrfen. \ No newline at end of file diff --git a/bin/pack/locale_us/locale/us/locale_game.txt b/bin/pack/locale_us/locale/us/locale_game.txt deleted file mode 100644 index af83aa65..00000000 --- a/bin/pack/locale_us/locale/us/locale_game.txt +++ /dev/null @@ -1,817 +0,0 @@ -AFF_LOVE_POINT Liebespunkte: %d%% -ALIGNMENT_NAME Rangpunkte: -ATTACK_ERROR_UNKNOWN Unbekannter Angriffsfehler: %s -CANNOT_ATTACK_DEST_IN_SAFE Der Gegner ist zu weit weg. -CANNOT_ATTACK_SELF_IN_SAFE Ich kann den Gegner von hier nicht angreifen. -CANNOT_EQUIP_IN_EXCHANGE Du kannst keine Ausrstung wechseln, whrend du handelst. -CANNOT_EQUIP_IN_SHOP Du kannst keine Ausrstung wechseln, whrend du handelst. -CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA Du kannst einen privaten Laden nicht an einem ffentlichen Ort erffnen. -CANNOT_SHOOT_DEST_IN_SAFE Der Gegner ist zu weit weg. -CANNOT_SHOOT_EMPTY_ARROW Ich bentige einen Pfeil. -CANNOT_SHOOT_SELF_IN_SAFE Ich kann den Gegner von hier nicht angreifen. -CANNOT_SKILL_APPROACH Ich bin mir sicher, dass ich nicht nher rankomme. -CANNOT_SKILL_ATTACK Ich kann das nicht angreifen. -CANNOT_SKILL_DEST_IN_SAFE Der Gegner ist zu weit weg. -CANNOT_SKILL_EQUIP_FISHING_ROD Ich bentige eine Angelrute. -CANNOT_SKILL_HAVE_TO_RIDE Ich brauche ein Pferd, um das zu verwenden. -CANNOT_SKILL_NEED_EMPTY_BOTTLE Ich habe keine leere Flasche. -CANNOT_SKILL_NEED_POISON_BOTTLE Ich habe keine Giftflasche. -CANNOT_SKILL_NEED_TARGET Wer ist das Ziel? -CANNOT_SKILL_NOT_ENOUGH_HP Ich habe nicht genug TP! -LOGIN_FAILURE_WRONG_SOCIALID Wrong security code. -CANNOT_SKILL_NOT_ENOUGH_SP Ich habe nicht genug MP! -CANNOT_SKILL_NOT_HORSE_SKILL Das kann ich nicht verwenden, whrend ich reite. -CANNOT_SKILL_NOT_MATCHABLE_WEAPON Diese Fertigkeit kann ich nicht mit dieser Waffe einsetzen. -CANNOT_SKILL_NOT_YET_LEARN Diese Fertigkeit habe ich nicht gelernt. -CANNOT_SKILL_ONLY_FOR_ALLIANCE Das wirkt nur bei Gruppenmitgliedern. -CANNOT_SKILL_ONLY_FOR_CORPSE Das wirkt nur bei Toten. -CANNOT_SKILL_REMOVE_FISHING_ROD Diese Fertigkeit kann ich nicht mit einer Angelrute einsetzen. -CANNOT_SKILL_SELF_IN_SAFE Ich kann nicht von hier angreifen. -CANNOT_SKILL_USE_SELF Das kann ich nicht auf mich selbst anwenden. -CANNOT_SKILL_WAIT_COOLTIME Diese Fertigkeit kann ich noch nicht einsetzen. -CANNOT_USE Du kannst ihn nicht verwenden. -CANNOT_WHISPER_DEST_REFUSE %s hat Flstern blockiert. SA -CANNOT_WHISPER_NOT_LOGON %s ist nicht online. SA -CANNOT_WHISPER_SELF_REFUSE Du kannst niemandem etwas zuflstern, wenn du Flstern blockiert hast. SNA -CHANNEL Channel -CHANNELING_CANNOT_LOGOUT Du kannst nicht zurck zum Anmeldebildschirm. -CHANNEL_EMPTY_SERVER Kein Server -CHANNEL_NORMAL Channel %d -CHANNEL_NOTIFY_FULL Dieser Channel ist voll! Whle bitte einen anderen aus. -CHANNEL_NOT_FIND_INFO Keine Informationen ber den Channel gefunden. -CHANNEL_PVP Freies Duell -CHANNEL_SELECT_CHANNEL Whle den Channel -CHANNEL_SELECT_REGION Ort fr die Rechnungsstellung whlen -CHANNEL_SELECT_SERVER Server whlen -CHANNEL_TEST_SERVER Server testen -CHANNEL_TEST_SERVER_ADDR Test %s:%d -CHAT_ALL Alle -CHAT_BLOCK Abblocken -CHAT_GUILD Gilde -CHAT_INFORMATION Info -CHAT_INSULT_STRING Der Satz enthlt unzulssige Wrter. -CHAT_LOG Alte Nachrichten anzeigen [L] -CHAT_LOG_TITLE Chat-Protokoll -CHAT_NORMAL Normal -CHAT_NOTICE Ankndigung -CHAT_PARTY Gruppe -CHAT_SEND_CHAT Chat senden -CHAT_SEND_MEMO Flstern senden [Umschalt+Eingabe] -CHAT_SHOUT Rufen -CHAT_SHOUT_LIMIT Du kannst nur alle 15 Sekunden rufen. -CHAT_WHISPER Flstern -CREATE_ERROR_GM_NAME Du darfst im Charakternamen nicht ,GM verwenden. -CREATE_ERROR_INSULT_NAME Dieser Name ist nicht zulssig. -CREATE_EXIST_SAME_NAME Ein anderer Charakter trgt bereits diesen Namen. -CREATE_FAILURE Du kannst den Charakter nicht erstellen. -CREATE_GM_NAME GM -CREATE_INPUT_NAME Gib den Namen ein. -CREATE_PLUS_STAT Es sind noch Statuspunkte verfgbar. -DAY T -DO_YOU_BUY_ITEM1 Mchtest du %s fr %s kaufen? -DO_YOU_BUY_ITEM2 Mchtest du %s %s fr %s kaufen? -DO_YOU_DROP_MONEY Mchtest du %d Yang fallen lassen? -DO_YOU_SELL_ITEM1 Mchtest du %s fr %s verkaufen? -DO_YOU_SELL_ITEM2 Mchtest du %s %s fr %s verkaufen? -DRAGON_SOUL_CANNOT_REFINE Diesen Drachenstein kannst du nicht veredeln. -DRAGON_SOUL_CANNOT_REFINE_MORE Dieser Drachenstein hat die hchste Stufe bereits erreicht. -DRAGON_SOUL_EQUIP_WARNING1 Es ist schwierig, einen Drachenstein wieder zu entfernen. -DRAGON_SOUL_EQUIP_WARNING2 Mchtest du dennoch fortfahren? -DRAGON_SOUL_EXPIRED Abgelaufener Drachenstein -DRAGON_SOUL_INVALID_DRAGON_SOUL Das ist der falsche Drachenstein. -DRAGON_SOUL_IS_NOT_DRAGON_SOUL Das ist kein Drachenstein. -DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE Das ist nicht der richtige Drachenstein. -DRAGON_SOUL_NOT_ENOUGH_MATERIAL Du hast nicht genug Material zum Veredeln. -DRAGON_SOUL_NOT_MATCHED_SLOT Der Drachenstein passt nicht in diesen Slot. -DRAGON_SOUL_STEP_LEVEL1 Reinheit: matt, -DRAGON_SOUL_STEP_LEVEL2 Reinheit: klar, -DRAGON_SOUL_STEP_LEVEL3 Reinheit: lupenrein, -DRAGON_SOUL_STEP_LEVEL4 Reinheit: brillant, -DRAGON_SOUL_STEP_LEVEL5 Reinheit: exzellent, -DRAGON_SOUL_STRENGTH Stufe: +%d SA -DRAGON_SOUL_UNEQUIP_WARNING1 Der Drachenstein knnte dabei zerstrt werden. -DRAGON_SOUL_UNEQUIP_WARNING2 Mchtest du dennoch fortfahren? -DRAGON_SOUL_UNMATCHED_SLOT Das ist der falsche Slot. -DRAGON_SOUL_UNQUALIFIED Du kannst die Drachensteinalchemie noch nicht anwenden. -DROP_ITEM_FAILURE_EQUIP_ITEM Du kannst keine ausgersteten Gegenstnde fallen lassen. -DROP_ITEM_FAILURE_PRIVATE_SHOP Du kannst keine Gegenstnde fallen lassen, solange du einen privaten Laden geffnet hast. -DROP_MONEY_FAILURE_1000_OVER Du kannst nur maximal 999 Yang fallen lassen. -EMOTION_ANGRY rgerlich -EMOTION_ATTRACTIVE Verfhrung -EMOTION_BANTER Spttisch -EMOTION_CHEERS_1 Jubel 1 -EMOTION_CHEERS_2 Jubel 2 -EMOTION_CHEERUP Jubeln -EMOTION_CHOOSE_ONE Whle ein Ziel. -EMOTION_CLAP Applaus -EMOTION_CLAP_KISS Kuss -EMOTION_CONGRATULATION Zuspruch -EMOTION_DANCE_1 Tanz 1 -EMOTION_DANCE_2 Tanz 2 -EMOTION_DANCE_3 Tanz 3 -EMOTION_DANCE_4 Tanz 4 -EMOTION_DANCE_5 Tanz 5 -EMOTION_DANCE_6 Gumsan Style -EMOTION_FORGIVE Vergebung -EMOTION_FRENCH_KISS Zungenkuss -EMOTION_JOY Freude -EMOTION_SAD Traurig -EMOTION_SHY Ablehnung -EMOTION_SLAP Schlag -EMPIRE_A Shinsoo-Reich -EMPIRE_B Chunjo-Reich -EMPIRE_C Jinno-Reich -EXCHANGE_CANNOT_GIVE Dieser Gegenstand kann nicht gehandelt werden. -EXCHANGE_CANT_EDIT_MONEY Du kannst den Betrag jetzt nicht ndern. -EXCHANGE_FAILURE_EQUIP_ITEM Du kannst ausgerstete Gegenstnde nicht austauschen. -EXCHANGE_MONEY Betrag -EXCHANGE_TITLE Mit %s handeln -FISHING_FAILURE Du hast den Fischkder verloren. -FISHING_NOTIFY1 Es sieht aus, als htte %s angebissen. -FISHING_NOTIFY2 Es sieht aus, als hinge %s am Haken. -FISHING_SUCCESS1 Du hast %s gefangen! -FISHING_SUCCESS2 Du hast %s aus dem Wasser gezogen! -FISHING_UNKNOWN Etwas hat angebissen, aber du kannst nicht erkennen, was es ist. -FISHING_WRONG_PLACE Du kannst hier nicht fischen. -FOR_FEMALE Fr Frauen -FOR_MALE Fr Mnner -GAME_CANNOT_MINING Du kannst kein Erz abbauen, whrend du reitest. -GAME_CANNOT_PICK_ITEM Du kannst den Gegenstand nicht einsammeln, da er nicht von dir erbeutet wurde. -GAME_INIT_ERROR_CURSOR Mauszeiger konnte nicht erstellt werden. -GAME_INIT_ERROR_DIRECTX DirectX 8.1 muss installiert sein, damit das Spiel ausgefhrt werden kann.\nInstalliere DirectX 8.1 oder hher. -GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE Kein Grafikgert fr das Ausfhren des Spiels gefunden. \nberprfe, ob deine VGA-Karte korrekt installiert ist. -GAME_INIT_ERROR_GRAPHICS_NOT_EXIST Grafikgert konnte nicht erstellt werden.\nberprfe, ob du ber eine VGA-Karte verfgst.\nAlternativ kannst du die Hardware-Beschleunigung aktivieren.\n(Setze die Hardware-Beschleunigung auf Maximum \nSystemsteuerung->Anzeige->Einstellungen->Erweitert->Registerkarte Problembehandlung) -GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT Die Grafikkarte des PCs untersttzt keinen Fenstermodus im 32bit-Modus.\nWechsel zum 16bit-Modus oder verwende den Vollbildmodus. -GAME_INIT_ERROR_ITEM_PROTO Keine Gegenstandsdaten vorhanden.\nInstalliere das Spiel neu. -GAME_INIT_ERROR_MAIN_WINDOW Hauptfenster konnte nicht erstellt werden. -GAME_INIT_ERROR_MOB_PROTO Keine Monsterdaten vorhanden.\nInstalliere das Spiel neu. -GAME_INIT_ERROR_NETWORK Netzwerkgert konnte nicht erstellt werden.\nberprfe die Internet-Verbindung. -GAME_PICK_MONEY Du hast %d Yang erhalten. -GUILDMARK_UPLOADER_ERROR_128_HEIGHT Hhe betrgt nicht 128 Pixel -GUILDMARK_UPLOADER_ERROR_12_HEIGHT Hhe betrgt nicht 12 Pixel -GUILDMARK_UPLOADER_ERROR_16_WIDTH Breite betrgt nicht 16 Pixel -GUILDMARK_UPLOADER_ERROR_64_WIDTH Breite betrgt nicht 64 Pixel -GUILDMARK_UPLOADER_ERROR_FILE_FORMAT Das Spiel untersttzt dieses Bild nicht. -GUILDMARK_UPLOADER_ERROR_PATH Verschiebe die Dateien in den Ordner metin2/upload. -GUILDMARK_UPLOADER_ERROR_SELECT Keine Bilddatei ausgewhlt. -GUILDWAR_CTF_TITLE Flagge erobern -GUILDWAR_NORMAL_TITLE Feldschlacht -GUILDWAR_QUESTION_LINE_1 Die Gilde %s hat deiner Gilde den Krieg erklrt. -GUILDWAR_QUESTION_LINE_2 Nimmst du an? (%s) -GUILDWAR_UNKNOWN_TITLE ... -GUILDWAR_WARP_TITLE Arenakampf -GUILD_BUILDING_GRADE Rang -GUILD_BUILDING_NAME Gebudename -GUILD_CANNOT_HEAL_GSP_ANYMORE Die Drachengeist-Energie ist bereits vollstndig aufgeladen. -GUILD_COMMENT Schreiben -GUILD_CREATE_ERROR_INSULT_NAME Gildenname ist nicht zulssig. -GUILD_DEFAULT_GRADE Gildenmitglieder -GUILD_DELETE Lschen -GUILD_DEPOSIT Hinterlegen -GUILD_DO_YOU_HEAL_GSP Mchtest du fr %d Yang %d Drachengeist wiederherstellen? -GUILD_DO_YOU_JOIN hat dich eingeladen. Der Gilde beitreten? -GUILD_EMPTY_AREA Leeres Land -GUILD_ENEMY_GUILD_NAME Gildenname des Gegners -GUILD_FACILITY Nebengebude -GUILD_GEM Edelstein -GUILD_HEADQUARTER Hauptgebude -GUILD_HEAL_GSP Drachengeist aufladen -GUILD_INFO_ENEMY_GUILD_EMPTY Keine -GUILD_MARK_NOT_ENOUGH_LEVEL Mindestens Level 3 erforderlich -GUILD_NAME Gildenname -GUILD_NOT_ENOUGH_MATERIAL Nicht genug Baumaterial fr dieses Gebude. -GUILD_NOT_ENOUGH_MONEY Nicht genug Yang fr dieses Gebude. -GUILD_NO_NOTICE_PERMISSION Du bist nicht berechtigt, eine Ankndigung zu machen. -GUILD_OBJECT Objekte -GUILD_OFFER_EXP Erfahrung investieren -GUILD_SHORT_EXP Nicht genug Erfahrungspunkte. -GUILD_TILE_BASEINFO Basisinformationen -GUILD_TILE_BOARD Tafel -GUILD_TILE_GRADE Rechteverwaltung -GUILD_TILE_INFO Gildeninformationen -GUILD_TILE_MEMBER Gildenmitglieder -GUILD_TILE_SKILL Gildenfertigkeiten -GUILD_WAR_LIMIT_30MIN Zeit: 30 Minuten -GUILD_WAR_REWARD_POTION Belohnung: Sieger erhlt Trnke -GUILD_WAR_USE_BATTLE_MAP Ort: Gildenkriegsarena -GUILD_WAR_USE_NORMAL_MAP Ort: Normale Karte -GUILD_WAR_WIN_CHECK_SCORE Die Gilde mit den meisten Siegen gewinnt den Krieg. -GUILD_WAR_WIN_TAKE_AWAY_FLAG1 Erobere die Flagge des Gegners -GUILD_WAR_WIN_TAKE_AWAY_FLAG2 und bringe sie zu deiner Basis. -GUILD_WAR_WIN_WIPE_OUT_GUILD Besiege alle Gegner, um zu gewinnen. -GUILD_WITHDRAW Rckzug -GUILD_YOU_DO_NOT_JOIN Du gehrst keiner Gilde an. -HORSE_HEALTH0 Tot -HORSE_HEALTH1 Verhungernd -HORSE_HEALTH2 Hungrig -HORSE_HEALTH3 Voll -HORSE_LEVEL1 Normales Pferd -HORSE_LEVEL2 Kampfpferd -HORSE_LEVEL3 Militrpferd -HOUR Std -HOW_MANY_ITEM_DO_YOU_DROP1 Mchtest du %s fallen lassen? -HOW_MANY_ITEM_DO_YOU_DROP2 Mchtest du %s %d fallen lassen? -INPUT_MATRIX_CARD_NUMBER Matrix-Kartennr. eingeben -INPUT_MATRIX_CARD_TITLE Matrix-Karte -INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION Lsch-Code aus der Accountverwaltung eingeben. -INPUT_PRIVATE_CODE_DIALOG_TITLE Charakter lschen -INVENTORY_DO_NOT_PACK_WARP_SCROLL Schriftrolle kann nicht zusammengefhrt werden. -INVENTORY_REALLY_USE_ITEM Mchtest du diesen Gegenstand verwenden? -JOB_ASSASSIN Ninja -JOB_ASSASSIN0 Amateurninja -JOB_ASSASSIN1 Macht des Ninjas -JOB_ASSASSIN2 Untoter -JOB_SHAMAN Schamane -JOB_SHAMAN0 Amateurschamane -JOB_SHAMAN1 Macht des Drachen -JOB_SHAMAN2 Blitzkraft -JOB_SURA Sura -JOB_SURA0 Amateur-Sura -JOB_SURA1 Macht der Fata Morgana -JOB_SURA2 Macht der schwarzen Magie -JOB_WARRIOR Krieger -JOB_WARRIOR0 Amateurkrieger -JOB_WARRIOR1 Macht von Arahan -JOB_WARRIOR2 Macht der Partisanen -LEFT_TIME Verbl. Zeit -LOGIN_CONNECT_FAILURE Fehler beim Verbinden mit dem Server. -LOGIN_CONNECT_SUCCESS Verbindung zum Server hergestellt. -LOGIN_CONNETING Du wirst mit dem Server verbunden... -LOGIN_FAILURE_ALREAY Dein Konto ist bereits verbunden. -LOGIN_FAILURE_BE_SAME_KEY Anmeldeproblem -LOGIN_FAILURE_BLOCK_ID Das Konto ist gesperrt. -LOGIN_FAILURE_BLOCK_LOGIN Bitte whle einen anderen Server! -LOGIN_FAILURE_NOBILL Das Konto verfgt ber keine Spielzeit. -LOGIN_FAILURE_NOT_AVAIL Das Konto ist nicht verfgbar. -LOGIN_FAILURE_NOT_EXIST_ID Accountname oder Passwort falsch. -LOGIN_FAILURE_REPAIR_ID Fr das Konto werden gerade Gegenstnde wiederhergestellt. -LOGIN_FAILURE_SHUTDOWN Der Server ist noch nicht offen. -LOGIN_FAILURE_TOO_MANY_USER Du konntest keine Verbindung herstellen, da es zu viele Spieler gibt. -LOGIN_FAILURE_UNKNOWN Du konntest dich aus unbekannten Grnden nicht anmelden. -LOGIN_FAILURE_WEB_BLOCK Du wurdest auf der Webseite geblockt. Bitte berprfe deine E-Mails. -LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER Du hast eine falsche Nr. eingegeben. -LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE Du hast dreimal eine falsche Nr. eingegeben. Deine Verbindung wird beendet. -LOGIN_FAILURE_WRONG_PASSWORD Accountname oder Passwort falsch. -LOGIN_FAILURE_SHUTDOWN_TIME Go to bed ... -LOGIN_INPUT_ID Gib die ID ein. -LOGIN_INPUT_PASSWORD Gib das Kennwort ein. -LOGIN_PROCESSING Anmeldevorgang luft... -MALL_CANNOT_INSERT Du kannst den Gegenstand nicht platzieren. -MALL_PASSWORD_TITLE Kennwort -MAP_A1 Gebiet Yongan -MAP_A2 Tal von Seungryong -MAP_A3 Gebiet Yayang -MAP_AG Jungrang -MAP_B1 Gebiet Joan -MAP_B2 Tal von Imji -MAP_B3 Gebiet Bokjung -MAP_BAY Nephritbucht -MAP_BG Waryong -MAP_C1 Gebiet Pyungmoo -MAP_C2 Tal von Bangsan -MAP_C3 Gebiet Bakra -MAP_CAPE Kap des Drachenfeuers -MAP_CG Imha -MAP_DAWN Gautamakliff -MAP_DESERT Yongbi-Wste -MAP_FLAME Doyyumhwan -MAP_NUSLUCK Land d. Riesen -MAP_SKELTOWER Gumsan-Turm -MAP_SNOW Berg Sohan -MAP_SPIDER Kuahlo Dong -MAP_TEMPLE Hwang-Tempel -MAP_THUNDER Donnerberge -MAP_TREE Lungsam -MAP_TRENT02 Roter Wald -MAP_WL Schlangenfeld -MESSENGER_ADD_FRIEND Freund hinzufgen -MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s hat dich als Freund aufgenommen. -MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Annehmen? -MESSENGER_DO_YOU_DELETE Lschen? -MESSENGER_DO_YOU_DELETE_PHONE_NUMBER Mchtest du die Handynummer lschen? -MESSENGER_DO_YOU_MOVE Mchtest du weiter? -MESSENGER_EMPTY_LIST Leer -MESSENGER_FAMILY Familie -MESSENGER_FRIEND Freunde -MESSENGER_GUILD Gilde -MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION Gib die Besttigungsnr. ein, die an dein Handy gesendet wurde. -MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE Besttigungsnr. eingeben -MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 Gib die Handynr. fr den SMS-Versand ein. -MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 Mchtest du die Nummer jetzt eingeben? -MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE Handynummer eingeben -MESSENGER_SEND_MOBILE_MESSAGE_TITLE Nachricht senden. -MINIMAP Minikarte ffnen -MINIMAP_CANNOT_SEE Minikarte kann nicht angezeigt werden. -MINIMAP_CAN_NOT_SHOW_AREAMAP bersichtskarte kann nicht angezeigt werden. -MINIMAP_DEC_SCALE Herauszoomen -MINIMAP_INC_SCALE Heranzoomen -MINIMAP_OBSERVER_COUNT %d Zuschauer -MINIMAP_SHOW_AREAMAP bersichtskarte ffnen -MINUTE Min -MONETARY_UNIT0 Yang -MONETARY_UNIT1 zehntausend -MONETARY_UNIT2 hundert Millionen -MONEY_INPUT_DIALOG_SELLPRICE Verkaufspreis: -MOVE_ITEM_FAILURE_PRIVATE_SHOP Du kannst keine Gegenstnde verschieben, solange du einen privaten Laden geffnet hast. -MUSIC_EMPTY_MUSIC_LIST Keine Hintergrundmusik. -MUSIC_METIN2_DEFAULT_THEMA Metin2-Standardmusik -MUSIC_NOT_SELECT_MUSIC Keine Musikdatei ausgewhlt. -NEEFD_REST Du musst erst ausruhen. -NOT_YET_SUPPORT Wird nicht untersttzt. -OPTION_PVPMODE_CANNOT_SET_GUILD_MODE Du kannst den Gildenmodus nicht aktivieren, wenn du keiner Gilde angehrst. -OPTION_PVPMODE_NOT_SUPPORT Du kannst die Konfiguration des PvP-Modus nicht verwenden. -OPTION_PVPMODE_PROTECT Du musst mindestens Level %d erreicht haben, um den PvP-Modus zu ndern. -PARTY_BONUS_ATTACKER Angriffswert: +%d SA -PARTY_BONUS_BERSERKER Angriffsgeschwindigkeit: +%d SA -PARTY_BONUS_BUFFER Fertigkeitsdauer: +%d SA -PARTY_BONUS_DEFENDER Verteidigung: +%d SA -PARTY_BONUS_EXP Bonus-EXP: %d%% SA -PARTY_BONUS_SKILL_MASTER Max. MP: +%d SA -PARTY_BONUS_TANKER Max. TP: +%d SA -PARTY_BREAK_UP Gruppe auflsen -PARTY_DO_YOU_ACCEPT mchte der Gruppe beitreten. -PARTY_DO_YOU_JOIN hat dich in seine Gruppe eingeladen. Annehmen? -PARTY_EXP_DISTRIBUTION_MODE EXP-Verteilung -PARTY_EXP_DISTRIBUTION_MODE_LEVEL levelabhngig -PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP Gruppenmitglieder hherer Level erhalten mehr EXP. -PARTY_EXP_DISTRIBUTION_MODE_PARITY gleichmig -PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Alle Gruppenmitglieder erhalten gleich viele EXP. -PARTY_HEAL_ALL_MEMBER Alles wiederherstellen -PARTY_INCREASE_AREA_150 Reichweite der Gruppe um Faktor 1,5 erhht. SNA -PARTY_INCREASE_AREA_200 Reichweite der Gruppe um Faktor 2 erhht. SNA -PARTY_LEAVE Gruppe verlassen -PARTY_LONGTIME_BONUS_EXP Bonus-EXP fr langes Gruppenspiel: +%d%% SA -PARTY_MEMBER_OFFLINE [Offline] -PARTY_RECALL_MEMBER Gruppenmitglied herbeirufen. -PARTY_REGEN_BONUS Bonus fr TP- + MP-Regeneration: +%d%% SA -PARTY_REQUEST_DENIED Deine Anfrage wurde abgelehnt. -PARTY_SET_ATTACKER Als Angreifer festlegen. -PARTY_SET_BERSERKER Als Berserker festlegen. -PARTY_SET_BUFFER Als Blocker festlegen. -PARTY_SET_DEFENDER Als Verteidiger festlegen. -PARTY_SET_NORMAL Einstellung widerrufen. -PARTY_SET_SKILL_MASTER Als Fertigkeitsmeister festlegen. -PARTY_SET_TANKER Als Nahkmpfer festlegen. -PARTY_SKILL_ATTACKER Basis-Angriffswert Angreifer +%,0f -PARTY_SKILL_BERSERKER Angriffsgeschwindigkeit Berserker +%,0f -PARTY_SKILL_BUFFER Fertigkeitsdauer Blocker +%,0f -PARTY_SKILL_DEFENDER Verteidigung Verteidiger +%,0f -PARTY_SKILL_HP_REGEN TP-Regeneration +%,0f%% -PARTY_SKILL_PARTY_AREA Gruppenreichweite +%d%% -PARTY_SKILL_SKILL_MASTER Max. MP Fertigkeitsmeister +%,0f -PARTY_SKILL_SP_REGEN MP-Regeneration +%,0f%% -PARTY_SKILL_TANKER Max. TP Nahkmpfer +%,0f -PARTY_SKILL_WARP In der Lage, Gruppenmitglieder herbeizurufen. -PASSWORD_TITLE Lagerkennwort -PICK_ITEM_TITLE Gegenstandsnr. -PICK_MONEY_TITLE Betrag -PRIVATE_SHOP_CANNOT_SELL_ITEM Du kannst diesen Gegenstand nicht in einem privaten Laden verkaufen. -PRIVATE_SHOP_CLOSE_QUESTION Mchtest du den privaten Laden schlieen? -PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE Name des privaten Ladens -PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Preis -PVP_LEVEL0 Ritterlich -PVP_LEVEL1 Edel -PVP_LEVEL2 Gut -PVP_LEVEL3 Freundlich -PVP_LEVEL4 Neutral -PVP_LEVEL5 Aggressiv -PVP_LEVEL6 Arglistig -PVP_LEVEL7 Bsartig -PVP_LEVEL8 Grausam -PVP_MODE_GUILD PvP - Gilde aktiviert -PVP_MODE_KILL PvP - Frei aktiviert -PVP_MODE_NORMAL PvP - Frieden aktiviert -PVP_MODE_PROTECT PvP - Schutz aktiviert -PVP_MODE_REVENGE PvP - Feindlich aktiviert -PVP_OPTION_KILL Frei -PVP_OPTION_NORMAL Frieden -PVP_OPTION_PROTECT Schutz -PVP_OPTION_REVENGE Feindlich -QUEST_APPEND Neuer Auftrag wurde erfasst. -QUEST_MIN Min. -QUEST_SEC Sek. -QUEST_TIMEOVER Zeit abgelaufen -QUEST_UNLIMITED_TIME Keine Zeitbeschrnkung -QUEST_ZEROSEC 0 Sek. -QUICKSLOT_REGISTER_DISABLE_ITEM Dieser Gegenstand kann nicht zum Schnellzugriffsfeld hinzugefgt werden. -RECEIVE_MESSAGE %s hat dir eine Nachricht gesendet. -REFINE_COST Verbesserungskosten: %d Yang -REFINE_DESTROY_WARNING Der Gegenstand knnte beim Veredeln zerstrt werden. -REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Dies erhht die Verbesserungswahrscheinlichkeit, -REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 aber bei einem Fehlschlag wird der Gegenstand zerstrt. Mchtest du fortfahren? -REFINE_DOWN_GRADE_WARNING Der Gegenstand knnte beim Veredeln schlechter werden. -REFINE_DO_YOU_SEPARATE_METIN Alle vorhandenen Geiststeine entfernen? -REFINE_FAILURE Tja, hat nicht geklappt! Wir haben versagt. -REFINE_FAILURE_CAN_NOT_ATTACH %s kann diesem Gegenstand nicht beigefgt werden. -REFINE_FAILURE_EQUIP_ITEM Du kannst keine ausgersteten Gegenstnde verbessern. -REFINE_FAILURE_METIN_INSEPARABLE_ITEM Es kann kein Geiststein entfernt werden. -REFINE_FAILURE_NEED_BETTER_SCROLL Du bentigst eine bessere Verbesserungsschriftrolle. -REFINE_FAILURE_NO_GOLD_SOCKET Es gibt keine Goldfassung, um %s beizufgen. -REFINE_FAILURE_NO_MORE_SOCKET Du kannst keine weiteren Fassungen hinzufgen. -REFINE_FAILURE_NO_SOCKET0 Es gibt keine freie Fassung fr den %s. -REFINE_FAILURE_SOCKET_DISABLE_ITEM Auf diesem Gegenstand knnen keine Fassungen hinzugefgt werden. -REFINE_FAILURE_UPGRADE_DISABLE_ITEM Dieser Gegenstand kann nicht verbessert werden. -REFINE_SUCCESS Die Gegenstandsverbesserung war erfolgreich. -REFINE_SUCCESS_PROBALITY Verbesserungschance: %d%% -REFINE_WARNING2 Mchtest du fortfahren? -SAFEBOX_ERROR Du hast das falsche Kennwort eingegeben. -SAFEBOX_SELL_DISABLE_SAFEITEM Du kannst keine der gespeicherten Gegenstnde verkaufen. -SAFEBOX_WRONG_PASSWORD Die Kennwrter mssen identisch sein. -SCREENSHOT_SAVE1 ist gespeichert in -SCREENSHOT_SAVE2 Screenshot-Ordner -SCREENSHOT_SAVE_FAILURE Speichern des Screenshots fehlgeschlagen. -SECOND Sek -SELECT_CAN_NOT_DELETE Du kannst den Charakter nicht lschen. -SELECT_CHANGED_NAME Du hast den Namen des Charakters gendert. -SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME Der Charaktername existiert bereits. -SELECT_CHANGE_FAILURE_STRANGE_INDEX Versuche es erneut. -SELECT_CHANGE_FAILURE_STRANGE_NAME Dies ist der falsche Charaktername. -SELECT_CHANGE_NAME_TITLE Charakternamen ndern -SELECT_DELEING Charakter wird gelscht -SELECT_DELETED Lschung erfolgreich. -SELECT_DO_YOU_DELETE_REALLY Mchtest du fortfahren? -SELECT_EMPTY_SLOT Dies ist ein leeres Feld. -SELECT_GM_NAME GM -SELECT_INPUT_CHANGING_NAME Gib einen neuen Charakternamen ein. -SELECT_NOT_JOIN_GUILD Keine Gilde -SHOP_BUY_INFO Whle im Ladenfenster den Gegenstand aus, den du kaufen mchtest. -SHOP_CANNOT_SELL_EQUIPMENT Du kannst ausgerstete Gegenstnde nicht verkaufen. -SHOP_CANNOT_SELL_ITEM Dieser Gegenstand ist nicht zu verkaufen. -SHOP_ERROR_UNKNOWN Unbekannter Ladenfehler: %s -SHOP_INVALID_POS Dieser Gegenstand ist ungeeignet. -SHOP_INVENTORY_FULL Im Inventar ist kein Platz mehr. -SHOP_NOT_ENOUGH_MONEY Nicht genug Yang -SHOP_NOT_ENOUGH_MONEY_EX Du hast nicht gengend Yang. -SHOP_SELL_INFO Whle in deinem Inventarfenster den Gegenstand aus, den du verkaufen mchtest. -SHOP_SOLDOUT Ausverkauft -SHOT_ERROR_UNKNOWN Unbekannter Fehler beim Fernangriff: %s -SKILL_BOHO Reflektieren -SKILL_BUDONG Wird nicht mehr benutzt -SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK Du bentigst EXP, um diese Fertigkeit zu erlernen. -SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT Du bentigst ein Buch, um diese Fertigkeit zu erlernen. -SKILL_CHEONGEUN Starker Krper -SKILL_CRITICAL Kritischer Treffer -SKILL_ENCHANT_POISON Gift benutzen -SKILL_EUNHYEONG Unsichtbar -SKILL_FAINT Ohnmacht -SKILL_FIND_TRAP Falle suchen -SKILL_FIRE Verbrennen -SKILL_FISHMIND Fischkugel ist aktiv -SKILL_GAMJI Erfassen -SKILL_GEOMGYEONG Aura des Schwerts -SKILL_GEONGON SKILL_GEONGON Wird nicht mehr benutzt -SKILL_GICHEON Hilfe des Drachen -SKILL_GIGONG Chi-Rotation -SKILL_GONGPO Furcht -SKILL_GRADE_NAME_GRAND_MASTER %s Gromeister -SKILL_GRADE_NAME_MASTER %s Meister -SKILL_GRADE_NAME_PERFECT_MASTER %s Perfekter Meister -SKILL_GROUP_ASSASSIN_1 Klinge -SKILL_GROUP_ASSASSIN_2 Bogen -SKILL_GROUP_HORSE Reitkunst -SKILL_GROUP_SHAMAN_1 Drachen -SKILL_GROUP_SHAMAN_2 Heilung -SKILL_GROUP_SURA_1 Waffen -SKILL_GROUP_SURA_2 Magie -SKILL_GROUP_WARRIOR_1 Krper -SKILL_GROUP_WARRIOR_2 Mental -SKILL_GWIGEOM Verzauberte Klinge -SKILL_GYEONGGONG Federschreiten -SKILL_HEUKSIN Dunkler Schutz -SKILL_HOSIN Segen -SKILL_HWAYEOM SKILL_HWAYEOM Wird nicht mehr benutzt -SKILL_HYEOLMA SKILL_HYEOLMA Wird nicht mehr benutzt -SKILL_INC_ATKSPD Angriffsgeschwindigkeit erhht -SKILL_INC_MOVSPD Bewegungsgeschwindigkeit erhht -SKILL_INMA SKILL_INMA Wird nicht mehr benutzt -SKILL_JEOJU Fluch -SKILL_JEONGEOP Heilen -SKILL_JEONGWI Kampfrausch -SKILL_JEONSINBANGEO Volle Verteidigung -SKILL_JEONSINGONGGYEOK Voller Angriff -SKILL_JEUNGCHE SKILL_JEUNGCHE Wird nicht mehr benutzt -SKILL_JEUNGHON SKILL_JEUNGHON Wird nicht mehr benutzt -SKILL_JEUNGRYEOK Angriff + -SKILL_JEUNGSOK Geschwindigkeit + -SKILL_JIGAM SKILL_JIGAM Wird nicht mehr benutzt -SKILL_JIPJUNG SKILL_JIPJUNG Wird nicht mehr benutzt -SKILL_JUMAGAP Verzauberte Rstung -SKILL_JUMAGEOM SKILL_JUMAGEOM Wird nicht mehr benutzt -SKILL_KWAEGEOM SKILL_KWAEGEOM Wird nicht mehr benutzt -SKILL_KWAESOK Schnelligkeit -SKILL_LEGBOUND SKILL_LEGBOUND Wird nicht mehr benutzt -SKILL_MUSA SKILL_MUSA Wird nicht mehr benutzt -SKILL_MUYEONG Geist der Flamme -SKILL_NEED_EMPTY_BOTTLE Ich habe keine leere Flasche. -SKILL_NEED_POISON_BOTTLE Ich habe keine Giftflasche. -SKILL_ONLY_FOR_GUILD_WAR Du kannst diese Fertigkeit nur in einem Gildenkrieg einsetzen. -SKILL_PABEOP Zauber aufheben -SKILL_POWERFUL_STRIKE Betubungsangriff -SKILL_SEOMGWANG Blitzbombe -SKILL_SINCHAK SKILL_SINCHAK Wird nicht mehr benutzt -SKILL_SLEEP Schlaf -SKILL_SLOW Langsam -SKILL_STUN Betuben -SKILL_SUHO Wchter -SKILL_SUMMON_DESCRIPTION Chance der Beschwrung: %d%% -SKILL_TOOLTIP_INT Intelligenz -SKILL_TOOLTIP_LEVEL Level -SKILL_TOXICDIE Vergiftung -SKILL_TOXICPOWER Giftangriffswert verbessert -SKILL_TUSOK Geisterschlag -SKILL_WONSIN SKILL_WONSIN Wird nicht mehr benutzt -SKILL_YONGSIN SKILL_YONGSIN Wird nicht mehr benutzt -STAT_MINUS_CON Vitalittsanpassung (Verbleibende Chance: %d) -STAT_MINUS_DEX Beweglichkeitsanpassung (Verbleibende Chance: %d) -STAT_MINUS_INT Intelligenzanpassung (Verbleibende Chance: %d) -STAT_MINUS_STR Strkeanpassung (Verbleibende Chance: %d) -STAT_TOOLTIP_CON Erhht TP und Verteidigung -STAT_TOOLTIP_DEX Erhht Angriff und Ausweichen -STAT_TOOLTIP_INT Erhht MP, Magie-Angriff und -Verteidig. -STAT_TOOLTIP_STR Erhht Angriffswert und Schaden -SYMBOLLIST_TITLE Gildenfahne anmelden -SYSTEM_OPTION_CPU_TILING_1 CPU-Tiling-Modus kann die Geschwindigkeit eines schwcheren PC verbessern. -SYSTEM_OPTION_CPU_TILING_2 Wenn Probleme mit der Grafik auftreten, whle ,Systemoption oder ,CONFIG.exe -SYSTEM_OPTION_CPU_TILING_3 und wechsel so zum GPU-Tiling-Modus. -SYSTEM_OPTION_GPU_TILING_1 GPU-Tiling-Modus kann auf einem schwcheren PC langsam laufen. -SYSTEM_OPTION_GPU_TILING_2 Wenn Probleme mit der Grafik auftreten, whle 'Systemoptionen' oder 'CONFIG.exe' -SYSTEM_OPTION_GPU_TILING_3 und wechsel so zum CPU-Tiling-Modus. -SYSTEM_OPTION_TILING_EXIT Fr den Wechsel des Tiling-Modus muss das Spiel neu gestartet werden. -TARGET_BUTTON_ACCEPT_FIGHT Zustimmen -TARGET_BUTTON_AVENGE Rache -TARGET_BUTTON_BUILDING_DESTROY Zerstren -TARGET_BUTTON_DISMOUNT Absitzen -TARGET_BUTTON_EMOTION_ALLOW Emotionen -TARGET_BUTTON_EXCHANGE Handeln -TARGET_BUTTON_EXCLUDE Ausschlieen -TARGET_BUTTON_EXIT_OBSERVER Zuschauermodus beenden -TARGET_BUTTON_FIGHT Duell -TARGET_BUTTON_FRIEND Freund -TARGET_BUTTON_INVITE_GUILD Gildeneinlad. -TARGET_BUTTON_INVITE_PARTY Gruppeneinlad. -TARGET_BUTTON_LEAVE_PARTY Gruppe verlassen -TARGET_BUTTON_REQUEST_ENTER_PARTY Gruppe beitreten -TARGET_BUTTON_VIEW_EQUIPMENT Ausrstung -TARGET_BUTTON_WHISPER Flstern -TARGET_LEVEL_BOSS Boss -TARGET_LEVEL_KING Stufe 5. -TARGET_LEVEL_KNIGHT Stufe 3. -TARGET_LEVEL_PAWN Stufe 1. -TARGET_LEVEL_S_KNIGHT Stufe 4. -TARGET_LEVEL_S_PAWN Stufe 2. -TASKBAR_ATTACK Angreifen -TASKBAR_AUTO Automatisch angreifen -TASKBAR_CAMERA Kamera -TASKBAR_EXP Erfahrung -TASKBAR_HP TP -TASKBAR_MOVE Bewegen -TASKBAR_SKILL Fertigkeit -TASKBAR_SP MP -TASKBAR_ST AP -THING_COUNT alle -TOOLTIP_ANTI_CRITICAL_PCT Widerstand gegen kritischen Treffer +%d%% SA -TOOLTIP_ANTI_PENETRATE_PCT Widerstand gegen durchbohrenden Treffer +%d%% SA -TOOLTIP_ANTI_SELL Kann nicht im Geschft verkauft werden. -TOOLTIP_APPLY_ATTBONUS_ANIMAL Stark gegen Tiere +%d%% SA -TOOLTIP_APPLY_ATTBONUS_ASSASSIN Stark gegen Ninjas +%d%% SA -TOOLTIP_APPLY_ATTBONUS_DEVIL Stark gegen Teufel +%d%% SA -TOOLTIP_APPLY_ATTBONUS_HUMAN Stark gegen Halbmenschen +%d%% SA -TOOLTIP_APPLY_ATTBONUS_MILGYO Stark gegen Esoterische +%d%% SA -TOOLTIP_APPLY_ATTBONUS_MONSTER Stark gegen Monster +%d%% SA -TOOLTIP_APPLY_ATTBONUS_ORC Stark gegen Orks +%d%% SA -TOOLTIP_APPLY_ATTBONUS_SHAMAN Stark gegen Schamanen +%d%% SA -TOOLTIP_APPLY_ATTBONUS_SURA Stark gegen Sura +%d%% SA -TOOLTIP_APPLY_ATTBONUS_UNDEAD Stark gegen Untote +%d%% SA -TOOLTIP_APPLY_ATTBONUS_WARRIOR Stark gegen Krieger +%d%% SA -TOOLTIP_APPLY_BLOCK Chance, Nahkampf-Angriff abzublocken %d%% SA -TOOLTIP_APPLY_COMBAT_SP_RECOVER MP im Kampf alle 5 Sek. wiederherstellen %d SA -TOOLTIP_APPLY_CRITICAL_PCT Chance auf krit. Treffer +%d%% SA -TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% Chance, MP bei Treffer zurckzuerhalten SA -TOOLTIP_APPLY_DODGE %d%% Chance, Pfeilangriff auszuweichen SA -TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% Chance auf EXP-Bonus SA -TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% Chance, eine doppelte Menge Yang fallen zu lassen. SA -TOOLTIP_APPLY_IMMUNE_FALL Immun gegen Strzen SNA -TOOLTIP_APPLY_IMMUNE_SLOW Abwehr gegen Verlangsamen SNA -TOOLTIP_APPLY_IMMUNE_STUN Abwehr gegen Ohnmacht SNA -TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% Chance, eine doppelte Menge von Gegenstnden fallen zu lassen. SA -TOOLTIP_APPLY_KILL_HP_RECOVER %d%% Chance, TP wiederherzustellen SA -TOOLTIP_APPLY_KILL_SP_RECOVER %d%% Chance, MP wiederherzustellen SA -TOOLTIP_APPLY_MANA_BURN_PCT %d%% Chance auf Manaraub SA -TOOLTIP_APPLY_MAX_HP_PCT Max. TP +%d%% SA -TOOLTIP_APPLY_MAX_SP_PCT Max. MP +%d%% SA -TOOLTIP_APPLY_NOAFFECT Keine Auswirkung -TOOLTIP_APPLY_NO_DEATH_PENALTY Bei Wiederbelebung des Charakters am Ort des Todes werden keine Erfahrungspunkte abgezogen. SNA -TOOLTIP_APPLY_PENETRATE_PCT %d%% Chance auf durchbohrenden Treffer SA -TOOLTIP_APPLY_POISON_PCT Vergiftungschance %d%% SA -TOOLTIP_APPLY_POISON_REDUCE Giftwiderstand %d%% SA -TOOLTIP_APPLY_POTION_BONUS Trank %d%% Effektzuwachs SA -TOOLTIP_APPLY_REFLECT_CURSE %d%% Chance, Fluch zu reflektieren SA -TOOLTIP_APPLY_REFLECT_MELEE %d%% Chance, Nahkampftreffer zu reflektieren SA -TOOLTIP_APPLY_RESIST_ASSASSIN Abwehrchance gegen Ninjaangriffe %d%% SA -TOOLTIP_APPLY_RESIST_BELL Glockenverteidigung %d%% SA -TOOLTIP_APPLY_RESIST_DAGGER Dolchverteidigung %d%% SA -TOOLTIP_APPLY_RESIST_FAN Fcherverteidigung %d%% SA -TOOLTIP_APPLY_RESIST_SHAMAN Abwehrchance gegen Schamanenangriffe %d%% SA -TOOLTIP_APPLY_RESIST_SURA Abwehrchance gegen Suraangriffe %d%% SA -TOOLTIP_APPLY_RESIST_SWORD Schwertverteidigung %d%% SA -TOOLTIP_APPLY_RESIST_TWOHAND Zweihnderverteidigung %d%% SA -TOOLTIP_APPLY_RESIST_WARRIOR Abwehrchance gegen Kriegerangriffe %d%% SA -TOOLTIP_APPLY_RESIST_WIND Windwiderstand %d%% SA -TOOLTIP_APPLY_SKILL_BOOK_BONUS Chance, aus Bchern zu lernen um Faktor 2,5 verbessert. SNA -TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY Wenn das Lernen fehlschlgt, hast du sofort einen weiteren Versuch frei. SNA -TOOLTIP_APPLY_SLOW_PCT Verlangsamungschance %d%% SA -TOOLTIP_APPLY_STEAL_HP %d%% Schaden wird von TP absorbiert SA -TOOLTIP_APPLY_STEAL_SP %d%% Schaden wird von MP absorbiert SA -TOOLTIP_APPLY_STUN_PCT Ohnmachtschance %d%% SA -TOOLTIP_ARMOR Rstung -TOOLTIP_ARROW Pfeil -TOOLTIP_ASSASSIN Ninja -TOOLTIP_ATT_GRADE Angriffswert +%d SA -TOOLTIP_ATT_SPEED Angriffsgeschwindigkeit +%d%% SA -TOOLTIP_AUTO_POTION_HP Elixier der Sonne -TOOLTIP_AUTO_POTION_REST Restmenge: %.2f%% -TOOLTIP_AUTO_POTION_SP Elixier des Mondes -TOOLTIP_AUTO_POTION_USING Aktiv -TOOLTIP_BOW_DISTANCE Bogenreichweite +%dm SA -TOOLTIP_BUYPRICE Preis: %s -TOOLTIP_CAST_SPEED Zaubergeschwindigkeit +%d%% SA -TOOLTIP_CON Vitalitt +%d SA -TOOLTIP_COSTUME_ATTR_BONUS Kostmbonus %d%% SA -TOOLTIP_DEF_GRADE Verteidigung +%d SA -TOOLTIP_DEX Beweglichkeit +%d SA -TOOLTIP_DRAGON_SOUL_DECK1 Erde SNA -TOOLTIP_DRAGON_SOUL_DECK2 Himmel SNA -TOOLTIP_EAR Ohrring -TOOLTIP_ENERGY Energie %d SA -TOOLTIP_ETC Usw. -TOOLTIP_FISHINGROD_EXP Punkte: %d / %d -TOOLTIP_FISHINGROD_LEVEL Level: %d -TOOLTIP_FISHINGROD_UPGRADE1 Dem Fischer geben, -TOOLTIP_FISHINGROD_UPGRADE2 um eine bessere -TOOLTIP_FISHINGROD_UPGRADE3 Angelrute zu erhalten. -TOOLTIP_FISH_LEN Lnge: %,2fcm -TOOLTIP_HELMET Helm -TOOLTIP_HP_REGEN TP-Regeneration +%d%% SA -TOOLTIP_INT Intelligenz +%d SA -TOOLTIP_ITEM_ATT_GRADE Angriffswert %d -TOOLTIP_ITEM_ATT_POWER Angriffswert %d - %d -TOOLTIP_ITEM_ATT_POWER_ONE_ARG Angriffswert %d -TOOLTIP_ITEM_ATT_POWER_REFINE Angriffswert %d - %d (+%d) -TOOLTIP_ITEM_ATT_SPEED Angriffsgeschwindigkeit %s -TOOLTIP_ITEM_DEF_GRADE Verteidigung %d -TOOLTIP_ITEM_FAST Schnell -TOOLTIP_ITEM_LIMIT_CON Vitalittsobergrenze: %d -TOOLTIP_ITEM_LIMIT_DEX Beweglichkeitsobergrenze: %d -TOOLTIP_ITEM_LIMIT_INT Intelligenzobergrenze: %d -TOOLTIP_ITEM_LIMIT_LEVEL Ab Lvl: %d -TOOLTIP_ITEM_LIMIT_STR Strkeobergrenze: %d -TOOLTIP_ITEM_MAGIC_ATT_POWER Magischer Angriffswert %d - %d -TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG Magischer Angriffswert %d -TOOLTIP_ITEM_MAGIC_DEF_POWER Magische Verteidigung %d -TOOLTIP_ITEM_NORMAL Normal -TOOLTIP_ITEM_SLOW Langsam -TOOLTIP_ITEM_VERY_FAST Sehr schnell -TOOLTIP_ITEM_VERY_SLOW Sehr langsam -TOOLTIP_ITEM_WEARABLE_JOB [Ausrstbar] -TOOLTIP_LOTTERY_STEP_NUMBER %d -TOOLTIP_LOTTO_NUMBER Glckszahl: %d -TOOLTIP_MAGIC_ATTBONUS_PER Magischer Angriff +%d%% SA -TOOLTIP_MAGIC_ATT_GRADE Magischer Angriffswert +%d SA -TOOLTIP_MAGIC_DEF_GRADE Magische Verteidigung +%d SA -TOOLTIP_MALL_ATTBONUS Angriffswert +%d%% SA -TOOLTIP_MALL_ATTBONUS_STATIC Angriffswert +12~15% SNA -TOOLTIP_MALL_AUTOLOOT Autom. wird das Yang aufgenommen. SNA -TOOLTIP_MALL_DEFBONUS Verteidigung +%d%% SA -TOOLTIP_MALL_DEFBONUS_STATIC Verteidigung +12~15% SNA -TOOLTIP_MALL_EXPBONUS EXP +%d%% SA -TOOLTIP_MALL_EXPBONUS_P_STATIC iCafe EXP-Bonus +%d%% SA -TOOLTIP_MALL_EXPBONUS_STATIC 50% mehr EXP SNA -TOOLTIP_MALL_FISH_MIND Die Chance, einen Fisch zu fangen, ist erhht. SNA -TOOLTIP_MALL_GOLDBONUS Dropchance von Yang (%.1f) SA -TOOLTIP_MALL_GOLDBONUS_STATIC Doppelte Dropchance Yang SNA -TOOLTIP_MALL_ITEMBONUS Dropchance von Gegenstnden (%.1f) SA -TOOLTIP_MALL_ITEMBONUS_P_STATIC iCafe Chance auf Erbeuten von Gegenstnden plus %.1f%% SA -TOOLTIP_MALL_ITEMBONUS_STATIC Doppelte Dropchance von Gegenstnden SNA -TOOLTIP_MALL_MARRIAGE_FAST Liebespunkte wachsen schneller an. SNA -TOOLTIP_MALL_SAFEBOX Es steht mehr Lagerraum zur Verfgung. SNA -TOOLTIP_MAX_HP Max. TP +%d SA -TOOLTIP_MAX_HP_PCT Max. TP +%d%% SA -TOOLTIP_MAX_SP Max. MP +%d SA -TOOLTIP_MAX_SP_PCT Max. MP +%d%% SA -TOOLTIP_MAX_STAMINA Max. Ausdauer +%d SA -TOOLTIP_MELEE_MAGIC_ATTBONUS_PER Magie-/Nahkampfangriff +%d%% SA -TOOLTIP_MEMORIZED_POSITION %s(%d, %d) -TOOLTIP_MEMORIZED_POSITION_ERROR GPS-FEHLER(%d, %d) -TOOLTIP_MOV_SPEED Bewegungsgeschw. %d%% SA -TOOLTIP_NECK Halskette -TOOLTIP_NEED_ALL_SP Bentigte MP: Max. -TOOLTIP_NEED_GSP Bentigter Drachengeist: %d -TOOLTIP_NEED_HP Bentigte TP: %d -TOOLTIP_NEED_HP_PER_SEC TP / Sek.: %d -TOOLTIP_NEED_SKILL_POINT Bentigte Fertigkeitspunkte: -TOOLTIP_NEED_SP Bentigte MP: %d -TOOLTIP_NEED_SP_PER_SEC MP / Sek.: %d -TOOLTIP_NEXT_SKILL_LEVEL_1 Nchstes Level: %d (Max. %d) -TOOLTIP_NEXT_SKILL_LEVEL_2 Nchstes Level: %d (Max. %d-%d) -TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Durchschn. Schaden %d%% SA -TOOLTIP_NORMAL_HIT_DEFEND_BONUS Durchschn. Schadenswiderstand %d%% SA -TOOLTIP_PARTY_INFO_GRADE_UP1 Mehr als %d Gruppenmitglieder -TOOLTIP_PARTY_INFO_GRADE_UP2 Angriffsstufe +%d -TOOLTIP_PARTY_INFO_GRADE_UP3 Verteidigungsstufe +%d -TOOLTIP_PARTY_INFO_HEAL_18_LEVEL TP/MP aller Gruppenmitglieder einmal in 60 Minuten wiederherstellen. -TOOLTIP_PARTY_INFO_HEAL_40_LEVEL TP/MP aller Gruppenmitglieder einmal in 30 Minuten wiederherstellen. -TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Du musst drei Minuten nach dem Tod des Gruppenmitglieds warten. -TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Du kannst jederzeit Gruppenmitglieder auf dem gleichen Server herbeirufen. -TOOLTIP_PARTY_INFO_SET_ATTACKER Angriffsstufe +(Anzahl der Gruppenmitgl./2) Angreifer %d knnen ausgewhlt werden. -TOOLTIP_PARTY_INFO_SET_TANKER Verteidigungsstufe +(Anzahl der Gruppenmitgl.) Nahkmpfer 1 knnen ausgewhlt werden. -TOOLTIP_PARTY_SKILL_LEVEL Aktuelles Level: %d -TOOLTIP_PARTY_TITLE_GRADE_UP [Angriff/Verteidigung verbessert] -TOOLTIP_PARTY_TITLE_HEAL [Wiederherstellen] -TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Mehr als %d Gruppenmitglieder gibt Bonus-EXP %d%%. -TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [Bonus-EXP] -TOOLTIP_PARTY_TITLE_RECALL [Herbeirufen] -TOOLTIP_PARTY_TITLE_SET_ATTACKER [Angreifer festlegen] -TOOLTIP_PARTY_TITLE_SET_TANKER [Nahkmpfer festlegen] -TOOLTIP_PICK_EXP Punkte: %d / %d -TOOLTIP_PICK_LEVEL Level: %d -TOOLTIP_PICK_UPGRADE1 Dem Holzfller geben, -TOOLTIP_PICK_UPGRADE2 um eine bessere -TOOLTIP_PICK_UPGRADE3 Spitzhacke zu erhalten. -TOOLTIP_POTION_CURE Negative Effekte zurcksetzen. -TOOLTIP_POTION_MIN Min. -TOOLTIP_POTION_PLUS_ATTACK_SPEED Angriffsgeschwindigkeit +%d -TOOLTIP_POTION_PLUS_HP_PERCENT TP +%d%% -TOOLTIP_POTION_PLUS_HP_POINT TP +%d -TOOLTIP_POTION_PLUS_MOVING_SPEED Bewegungsgeschwindigkeit +%d -TOOLTIP_POTION_PLUS_SP_PERCENT MP +%d%% -TOOLTIP_POTION_PLUS_SP_POINT MP +%d -TOOLTIP_POTION_SEC Sek. -TOOLTIP_POTION_TIME Dauer: -TOOLTIP_REQUIREMENT_21_LEVEL Du musst Level 21 erreicht haben -TOOLTIP_REQUIREMENT_41_LEVEL Du musst Level 41 erreicht haben -TOOLTIP_REQUIREMENT_LEVEL Du musst Level %d erreicht haben -TOOLTIP_REQUIREMENT_SKILL_LEVEL %s Level %d erforderlich -TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d erforderlich -TOOLTIP_RESIST_BOW Pfeilwiderstand %d%% SA -TOOLTIP_RESIST_DARK Widerstand gegen Dunkelheit +%d%% SA -TOOLTIP_RESIST_EARTH Erdwiderstand +%d%% SA -TOOLTIP_RESIST_ELEC Blitzwiderstand %d%% SA -TOOLTIP_RESIST_FIRE Feuerwiderstand %d%% SA -TOOLTIP_RESIST_ICE Eiswiderstand +%d%% SA -TOOLTIP_RESIST_MAGIC Magiewiderstand %d%% SA -TOOLTIP_REST_USABLE_COUNT Verbleibend: %d -TOOLTIP_SELLPRICE Preis: %s -TOOLTIP_SHAMAN Schamane -TOOLTIP_SHIELD Schild -TOOLTIP_SHOES Schuhe -TOOLTIP_SKILL Fertigkeit SNA -TOOLTIP_SKILLBOOK_NAME Fertigkeitsbuch -TOOLTIP_SKILL_AFFECT_ATT_GRADE Angriffswert: + -TOOLTIP_SKILL_AFFECT_ATT_POWER Angriffswert: -TOOLTIP_SKILL_AFFECT_ATT_SPEED Angriffsgeschwindigkeit: + -TOOLTIP_SKILL_AFFECT_DEF_GRADE Verteidigung: -TOOLTIP_SKILL_AFFECT_DODGE Gegnerischer Angriffswert: - -TOOLTIP_SKILL_AFFECT_HEAL TP wiederherstellen: -TOOLTIP_SKILL_AFFECT_MOV_SPEED Bewegungsgeschwindigkeit: + -TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Chance, Nahkampf-Angriff zu reflektieren: -TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Widerstand gegen krperlichen Schaden: -TOOLTIP_SKILL_COOL_TIME Aufladezeit: -TOOLTIP_SKILL_DAMAGE_BONUS Fertigkeitsschaden %d%% SA -TOOLTIP_SKILL_DEFEND_BONUS Widerstand gegen Fertigkeitsschaden %d%% SA -TOOLTIP_SKILL_DURATION Dauer: %d Sek. -TOOLTIP_SKILL_FORGET_BOOK_NAME Buch des Vergessens -TOOLTIP_SKILL_LEVEL Aktuelles Level: %d -TOOLTIP_SKILL_LEVEL_MASTER Aktuelles Level: %d (Meister) -TOOLTIP_SKILL_LEVEL_WITH_MAX Aktuelles Level: %d (Max. %d) -TOOLTIP_SOCKET_EMPTY Leer -TOOLTIP_SOCKET_REFINABLE_ITEM [Gegenstand mit Fassung] -TOOLTIP_SP_REGEN MP-Regeneration +%d%% SA -TOOLTIP_STR Strke +%d SA -TOOLTIP_SURA Sura -TOOLTIP_TIME_CHARGER_FIX Zeitaufladung %d Sek. SA -TOOLTIP_TIME_CHARGER_PER Zeitaufladung %d%% SA -TOOLTIP_UNIQUE Einzigartig -TOOLTIP_WARRIOR Krieger -TOOLTIP_WEAPON Waffe -TOOLTIP_WRISTLET Armband -UI_ACCEPT Annehmen -UI_CANCEL Abbruch -UI_CLOSE Schlieen -UI_DEF_FONT Tahoma:12 -UI_DEF_FONT_LARGE Tahoma:14 -UI_DEF_FONT_SMALL Tahoma:9 -UI_DENY Ablehnen -UI_ITEM Gegenstand -UI_LEFT_TIME Verbleibende Zeit: %d Sek. -UI_NEXT Weiter -UI_NEXTPAGE Weiter -UI_NOCONTENTS Kein Inhalt -UI_NONAME Kein Name -UI_OK OK -UI_POS_UNKNOWN Unbekannter Ort -UI_PREVPAGE Zurck -UI_UNKNOWN Unbekannt -UPLOAD_MARK_CHECK_NEED_RECONNECT Der Upload muss neu gestartet werden. -UPLOAD_MARK_UPLOAD_NEED_RECONNECT Der Upload muss neu gestartet werden. -USE_ITEM_FAILURE_PRIVATE_SHOP Du kannst keine Gegenstnde verwenden, solange du einen privaten Laden geffnet hast. -USE_SKILL_ERROR_UNKNOWN Unbekannter Fertigkeitsfehler: %s diff --git a/bin/pack/locale_us/locale/us/locale_interface.txt b/bin/pack/locale_us/locale/us/locale_interface.txt deleted file mode 100644 index 63702a3e..00000000 --- a/bin/pack/locale_us/locale/us/locale_interface.txt +++ /dev/null @@ -1,326 +0,0 @@ -ACCEPT Besttigen -ATTACH_METIN_INFO Willst du den Geiststein einsetzen? -ATTACH_METIN_TITLE Geiststein einsetzen -CANCEL Abbruch -CHANGE_PASSWORD_CONFIRM Neues Passwort besttigen -CHANGE_PASSWORD_NEW Neues Passwort -CHANGE_PASSWORD_OLD Altes Passwort -CHANGE_PASSWORD_TITLE Passwortnderung -CHARACTER_ACTION Aktionen -CHARACTER_EMOTICON Emotion -CHARACTER_MAIN Charakter -CHARACTER_MUTUAL_ACTION Interaktive Aktionen -CHARACTER_NORMAL_ACTION Normale Aktionen -CHARACTER_QUEST Missionen -CHARACTER_SKILL Fertigkeiten -CLOSE Schlieen -COSTUME_TITLE Kostme -COSTUME_WINDOW_TITLE Kostme -CREATE_ATT_GRADE STR -CREATE_CREATE Erstellen -CREATE_DEX_GRADE DEX -CREATE_HP VIT -CREATE_LAST_POINT Punkte -CREATE_MAN Mann -CREATE_NAME Name -CREATE_NEXT Weiter -CREATE_PREV Zurck -CREATE_SEX Geschlecht -CREATE_SHAPE Aussehen -CREATE_SP INT -CREATE_STAT_RESET Zurck -CREATE_WOMAN Frau -CUBE_INFO_TITLE Veredelungshandbuch -CUBE_REQUIRE_MATERIAL Erforderliche Materialien -CUBE_REQUIRE_MATERIAL_OR oder -CUBE_TITLE Veredelungsfenster -DO_REFINE Veredeln -DRAGONSOUL_ACTIVATE Aktivieren -DRAGONSOUL_PAGE_BUTTON_1 Roh -DRAGONSOUL_PAGE_BUTTON_2 Schliff -DRAGONSOUL_PAGE_BUTTON_3 Rar -DRAGONSOUL_PAGE_BUTTON_4 Antik -DRAGONSOUL_PAGE_BUTTON_5 Legendr -DRAGONSOUL_REFINE_WINDOW_TITLE Veredelungsfenster -DRAGONSOUL_TAP_TITLE_1 Drachendiamant -DRAGONSOUL_TAP_TITLE_2 Drachenrubin -DRAGONSOUL_TAP_TITLE_3 Drachenjade -DRAGONSOUL_TAP_TITLE_4 Drachensaphir -DRAGONSOUL_TAP_TITLE_5 Drachengranat -DRAGONSOUL_TAP_TITLE_6 Drachenonyx -DRAGONSOUL_TITLE Drachensteinalchemie -EMPIRE_EXIT Beenden -EMPIRE_NEXT Weiter -EMPIRE_PREV Zurck -EMPIRE_SELECT Whlen -EXCHANGE_ACCEPT Annehmen -EXCHANGE_TITLE Handeln -GAMEOPTION_TITLE Spieloptionen -GAME_EXIT_OBSERVER Zuschauermodus beenden -GAME_HELP Hilfe -GAME_QUEST Aufgaben -GAME_SKILL_UP Fertigkeit erhhen -GAME_STAT_UP Status erhhen -GRADE Klasse -GRADE_SELECT Klasse -GUILD_BASENAME Basisname -GUILD_BOARD_ID Name -GUILD_BOARD_REFRESH Aktualisieren (F5) -GUILD_BOARD_TEXT Nachricht -GUILD_BUILDING_CATEGORY_TITLE Baueinheiten -GUILD_BUILDING_CHANGE Wechseln -GUILD_BUILDING_DIRECTION Ausrichtung -GUILD_BUILDING_GRADE Rang -GUILD_BUILDING_INFO Gebude- und Kosteninformationen -GUILD_BUILDING_LIST_TITLE Gebudeliste -GUILD_BUILDING_LOG Stamm -GUILD_BUILDING_NAME Gebudename -GUILD_BUILDING_OPERATE Bedienen -GUILD_BUILDING_PLY Sperrholz -GUILD_BUILDING_POSITION Lage -GUILD_BUILDING_PREVIEW Vorschau -GUILD_BUILDING_PRICE Preis -GUILD_BUILDING_REFRESH Aktualisieren (F5) -GUILD_BUILDING_STONE Fu.stein -GUILD_BUILDING_TITLE Gildenhausbau -GUILD_CRYSTAL Kristall -GUILD_DEPOSIT Zahlen -GUILD_DROP_RESOURCE1 hier -GUILD_DROP_RESOURCE2 Ressource fallen lassen -GUILD_GEM Edelstein -GUILD_GRADE_CHANGE_GRADE_NAME Neuer Rangname -GUILD_GRADE_NUM Nr. -GUILD_GRADE_PERMISSION_DELETE Entlassen -GUILD_GRADE_PERMISSION_JOIN Einladen -GUILD_GRADE_PERMISSION_NOTICE Schreiben -GUILD_GRADE_PERMISSION_SKILL Fertigkeiten -GUILD_GRADE_RANK Rang -GUILD_GRADE_WRITE Schreiben -GUILD_INFO Gildeninformationen -GUILD_INFO_CUR_EXP Erfahrung -GUILD_INFO_DECALRE_WAR Krieg erklren -GUILD_INFO_ENEMY_GUILD Feindliche Gilde -GUILD_INFO_ENEMY_GUILD_EMPTY Keine -GUILD_INFO_LEVEL Gilden-Level -GUILD_INFO_MARK Gildenzeichen -GUILD_INFO_MASTER Leader -GUILD_INFO_MASTER_VALUE Leader -GUILD_INFO_MEMBER_AVG_LEVEL Durchschnittliches Level -GUILD_INFO_MEMBER_NUM Mitgliederzahl -GUILD_INFO_NAME Gildenname -GUILD_INFO_NAME_VALUE Dies ist ein Gildenname -GUILD_INFO_OFFER_EXP Invest. -GUILD_INFO_REST_EXP Ntige Erfahrung -GUILD_INFO_UPLOAD_MARK Zeichen hochladen -GUILD_INFO_UPLOAD_SYMBOL Flagge hochladen -GUILD_MARK Gildenzeichen -GUILD_MEMBER_JOB Klasse -GUILD_MEMBER_KNIGHT Leader -GUILD_MEMBER_LEVEL Level -GUILD_MEMBER_NAME Name -GUILD_MEMBER_RANK Rang -GUILD_MEMBER_SPECIFIC_GRAVITY Invest. -GUILD_METIN_STONE Geiststein -GUILD_MINENAL Mineral -GUILD_MONEY Yang -GUILD_NAME Gilde -GUILD_RESOURCE_INFO Ressourceninformationen -GUILD_SKILL_ACTIVE Aktiv -GUILD_SKIlL_HEAL_GSP Aufladen -GUILD_SKILL_PASSIVE Passiv -GUILD_SKILL_POWER Energie -GUILD_SKILL_STATE Fertigkeit der Gilde -GUILD_SYMBOL Gildenflagge -GUILD_WAR_ACCEPT Gildenkriegserklrung annehmen -GUILD_WAR_BATTLE_TYPE Kampfart -GUILD_WAR_CTF Flagge -GUILD_WAR_DECLARE Gildenkrieg erklren -GUILD_WAR_ENEMY Gegner -GUILD_WAR_NORMAL Feld -GUILD_WAR_WARP Arena -GUILD_WATER Wasser -GUILD_WATER_STONE Wasserstein -GUILD_WITHDRAW Nehmen -HELP_ATTACK_KEY Angreifen: linke Maustaste oder Leertaste -HELP_CHANGE_PK_MODE Angriffsmodus wechseln: Belegung der linken Maustaste ndern -HELP_CHARACTER_BUTTON1 (Charakterfenster, Inventarfenster, -HELP_CHARACTER_BUTTON2 Freundesliste und Optionen) -HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON Kamerasicht: mittlere oder rechte Maustaste -HELP_CONTROL_CAMERA_BY_RIGHTBUTTON Kamerasicht: rechte oder mittlere Maustaste -HELP_EXP Erfahrung -HELP_FURY Ingame Item-Shop -HELP_GUILD_WINDOW Gildenfenster ffnen: Alt + G -HELP_HELP Hilfe anzeigen: H -HELP_HP Trefferpunkte (TP) -HELP_MESSENGER_WINDOW Freundesliste ffnen: Alt + M -HELP_MOUSE_LEFT Funktion der linken Maustaste -HELP_MOUSE_RIGHT Funktion der rechten Maustaste -HELP_MOVE_KEY Steuerung: W, A, S, D oder Pfeiltasten -HELP_OPEN_CHARACTER Charakterfenster ffnen: C -HELP_OPEN_CHAT Chat-Fenster ffnen: Enter -HELP_OPEN_INVENTORY Inventarfenster ffnen: I -HELP_OPEN_LOG Chat-Protokoll (Log) ffnen: L -HELP_OPEN_MINIMAP Minikarte ffnen: Shift + M -HELP_OPEN_QUEST Auftragsfenster ffnen: N -HELP_OPEN_SKILL Fertigkeitenfenster ffnen: V -HELP_OPEN_WHISPER Flsterfenster ffnen: Shift + Enter -HELP_OPEN_ZONEMAP bersichtskarte ffnen: M -HELP_PICK_ITEM Gegenstnde aufheben: ^ oder Y oder linke Maustaste -HELP_QUICKSLOT Schnellzugriffsfelder -HELP_SCREEN_CAPTURE Screenshot speichern: Druck bzw. Print (Speicherort ist der Ordner "Metin2\screenshot") -HELP_SHOW_ALL_NAME Namen anzeigen: Alt -HELP_SP Manapunkte (MP) -HELP_SYSTEM_BUTTON Systemtasten -INVENTORY_PAGE_BUTTON_TOOLTIP_1 1. Inventar -INVENTORY_PAGE_BUTTON_TOOLTIP_2 2. Inventar -INVENTORY_TITLE Inventar -ITEM_MALL Item-Shop -LOAD_ERROR Die Datendatei ist beschdigt. Bitte Client neu installieren. Drcke jetzt die Taste ESC. -LOGIN_CONNECT Verbinden -LOGIN_CONNECTING Du wirst mit dem Server verbunden. -LOGIN_DEFAULT_SERVERADDR Servername, Channel 1 -LOGIN_EXIT Beenden -LOGIN_REGION_TITLE Ort fr die Rechnungsstellung whlen -LOGIN_SELECT_BUTTON Whlen -LOGIN_SELECT_EXIT Beenden -LOGIN_SELECT_OK OK -LOGIN_SELECT_TITLE Server whlen -MALL_PASSWORD_TITLE Passwort -MALL_TITLE Itemshop-Lager -MARKET_TITLE Laden -MARKLIST_REFRESH Aktualisieren -MARKLIST_TITLE Gildenzeichen registrieren -MESSAGE Dies ist eine Nachricht -MESSENGER_ADD_FRIEND Freund hinzufgen -MESSENGER_DELETE_FRIEND Freund lschen -MESSENGER_MOBILE SMS senden -MESSENGER_OPEN_GUILD Gildenfenster ffnen -MESSENGER_TITLE Freunde -MESSENGER_USE_GUILD_MOVE_SKILL Verwende die Gildenbewegungsfertigkeit -MESSENGER_WHISPER Flstern -MINIMIZE Minimieren -MOUSEBUTTON_ATTACK Angreifen -MOUSEBUTTON_AUTO_ATTACK Automatisch angreifen -MOUSEBUTTON_CAMERA Kamera -MOUSEBUTTON_SKILL Fertigkeiten -MUSICLIST_TITLE Musikauswahl -NO Nein -OK OK -OPTION_ALWAYS_SHOW_NAME Name -OPTION_ALWAYS_SHOW_NAME_OFF begrenzt -OPTION_ALWAYS_SHOW_NAME_ON immer -OPTION_BLOCK Abblocken -OPTION_BLOCK_EXCHANGE Handeln -OPTION_BLOCK_FRIEND Freunde -OPTION_BLOCK_GUILD Gilde -OPTION_BLOCK_PARTY Gruppe -OPTION_BLOCK_PARTY_REQUEST Anfrage -OPTION_BLOCK_WHISPER Flstern -OPTION_CAMERA_DISTANCE Kamera -OPTION_CAMERA_DISTANCE_LONG Fern -OPTION_CAMERA_DISTANCE_SHORT Nah -OPTION_DELETE_MOBILE_BUTTON Handynummer lschen -OPTION_EFFECT Trefferanzeige -OPTION_FOG Nebel -OPTION_FOG_DENSE Viel -OPTION_FOG_LIGHT Wenig -OPTION_FOG_MIDDLE Mittel -OPTION_INPUT_MOBILE_BUTTON Handynummer eingeben -OPTION_MOBILE Handy -OPTION_MUSIC Musik -OPTION_MUSIC_CHANGE Wechseln -OPTION_MUSIC_DEFAULT_THEMA Standardtitel von Metin2 -OPTION_NAME_COLOR Farbe Name -OPTION_NAME_COLOR_EMPIRE Reichsfarbe -OPTION_NAME_COLOR_NORMAL Normal -OPTION_PVPMODE PvP-Modus -OPTION_PVPMODE_FREE Frei -OPTION_PVPMODE_FREE_TOOLTIP Du darfst alle Spieler angreifen. -OPTION_PVPMODE_GUILD Gilde -OPTION_PVPMODE_GUILD_TOOLTIP Du darfst alle Spieler mit Ausnahme von Gildenmitgliedern angreifen. -OPTION_PVPMODE_PEACE Frieden -OPTION_PVPMODE_PEACE_TOOLTIP Du darfst keine Spieler deines Reiches angreifen. -OPTION_PVPMODE_REVENGE Feindlich -OPTION_PVPMODE_REVENGE_TOOLTIP Du darfst nur Spieler mit einer anderen Gesinnung angreifen. -OPTION_SALESTEXT Ladenname -OPTION_SALESTEXT_VIEW_OFF ausblenden -OPTION_SALESTEXT_VIEW_ON einblenden -OPTION_SOUND Effekte -OPTION_TARGET_BOARD Zielmen -OPTION_TARGET_BOARD_NO_VIEW Schlieen -OPTION_TARGET_BOARD_VIEW Anzeigen -OPTION_TILING Grafikspeicher -OPTION_TILING_APPLY Anwenden -OPTION_TILING_CPU CPU -OPTION_TILING_GPU GPU -OPTION_TITLE Optionen -OPTION_VIEW_CHAT Chatzeile -OPTION_VIEW_CHAT_OFF ausblenden -OPTION_VIEW_CHAT_ON einblenden -PARTY_MEMBER_INFO_NAME Name des Gruppenmitglieds -PASSWORD_DESC_1 Gib dein Passwort ein, -PASSWORD_DESC_2 um das Lager zu ffnen. -PASSWORD_DESC_3 Passwort schon gendert? -PASSWORD_DESC_4 Wenn nicht, ist dein Passwort: "000000". -PASSWORD_DESC_5 ndere dein Passwort im Lager. -PASSWORD_TITLE Speicher-PW -PICK_MONEY_TITLE Teilen -PRIVATE_SHOP_CLOSE_BUTTON Laden schlieen -PRIVATE_SHOP_NAME Name des Ladens -PRIVATE_SHOP_TITLE Privaten Laden einrichten -REFINE_COST Verbesserungskosten: 0 Yang -REFINE_INFO Wahrscheinlichkeit auf erfolgreiche Verbesserung: 100% -REFINE_MONEY Veredelungsgebhr -REFINE_SELECT Veredelung -REFINE_TTILE Verbesserungen -REPORT_VIOLENT_WHISPER Petzen -RESTART_HERE Hier neu starten -RESTART_TOWN In der Stadt neu starten -SAFE_CHANGE_PASSWORD Passwort ndern -SAFE_TITLE Lager -SELECT_ATT_GRADE STR -SELECT_CREATE Erstellen -SELECT_DELETE Lschen -SELECT_DEX_GRADE DEX -SELECT_EMPIRE_NAME Name des Reiches -SELECT_EXIT Beenden -SELECT_HP VIT -SELECT_LEVEL Level -SELECT_METIN_STONE_TITLE Geiststein whlen -SELECT_NAME Name -SELECT_NO_GUILD Keine Gilde -SELECT_PLAYTIME Spielzeit (Min.) -SELECT_SELECT Start -SELECT_SP INT -SELECT_TITLE Titel auswhlen -SHOP_BUY Kaufen -SHOP_SELL Verkaufen -SHOP_TITLE Laden -SKILL_SUPPORT_TITLE Standardfertigkeiten -STEP Reinheitsgrad -STEP_SELECT Reinheitsgrad -STRENGTH Verstrken -STRENGTH_SELECT Stufe -SYSTEMOPTION_TITLE Systemoptionen -SYSTEM_CHANGE Charakter wechseln -SYSTEM_EXIT Spiel beenden -SYSTEM_HELP Hilfe -SYSTEM_LOGOUT Ausloggen -SYSTEM_MALL Item-Shop -SYSTEM_OPTION Systemoptionen -TASKBAR_CHARACTER Charakter [C/V/B/N] -TASKBAR_CHAT Chat-Fenster [Enter] -TASKBAR_DISABLE Deaktiviert -TASKBAR_DRAGON_SOUL Drachensteinalchemie -TASKBAR_EXPAND Fenster vergrern -TASKBAR_INVENTORY Inventar [I] -TASKBAR_MESSENGER Freunde [Alt+M] -TASKBAR_NEXT_QUICKSLOT Nchstes Schnellzugriffsfeld [Umschalt+Zahl, Alt] -TASKBAR_PREV_QUICKSLOT Vorheriges Schnellzugriffsfeld [Umschalt+Zahl] -TASKBAR_SYSTEM Optionen[ESC] -WHISPER_BAN Abblocken -WHISPER_NAME Zuflstern -WHISPER_REPORT report -WHISPER_SEND Senden -YES Ja -ZONE_MAP bersichtskarte diff --git a/bin/pack/locale_us/locale/us/mob_proto b/bin/pack/locale_us/locale/us/mob_proto deleted file mode 100644 index 978a897c..00000000 Binary files a/bin/pack/locale_us/locale/us/mob_proto and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/skilldesc.txt b/bin/pack/locale_us/locale/us/skilldesc.txt deleted file mode 100644 index 2115d404..00000000 --- a/bin/pack/locale_us/locale/us/skilldesc.txt +++ /dev/null @@ -1,66 +0,0 @@ -1 WARRIOR Dreiwege-Schnitt Dreifachschnitt Dreifachschlag Schlage den Feind blitzschnell. Durchschlag-Angriff 3 Mal Angriff auf mehrere Ziele ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 Gesamtangriffswert %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 -106 SHAMAN Blitzwurf Kugelblitz Todesblitz Greife mit Blitzen an. Fern-Angriff Angriff auf mehrere Ziele Blitzattribut ATTACK_SKILL|NEED_TARGET noejeon 16 4 Magischer Angriffswert %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k -107 SHAMAN Blitz heraufbeschwren Blitz rufen Gewitter Beschwre Blitze vom Himmel herab. Fern-Angriff Angriff auf mehrere Ziele Blitzattribut Ohnmacht ATTACK_SKILL|NEED_TARGET byeorak 17 4 Magischer Angriffswert %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k Ohnmachtschance %.0f%% (50+1000*k/6)/10 -108 SHAMAN Blitzkralle Blitzschlag Donnerfaust Mache eine Blitzfaust. Fern-Angriff Blitzattribut Kettenangriff ATTACK_SKILL|NEED_TARGET pokroe 18 4 Magischer Angriffswert %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) -109 SHAMAN Kurieren Heilen Hilfe des Lichts Heile Wunden mit der Hilfe des Lichts. TP werden wiederhergestellt Negative Effekte werden kuriert Anwendbar auf Gruppenmitglieder CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 TP wiederherstellen %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k Chance, negative Effekte zu kurieren %.0f%% 20+80*k -110 SHAMAN Schnelligkeit Geschwindigkeit Windgeschwindigkeit Renne so schnell wie der Wind. Bewegungsgeschwindigkeit wird erhht Aufladezeit von Fertigkeiten wird verringert Anwendbar auf Gruppenmitglieder CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 Bewegungsgeschwindigkeit +%.0f%% 5 + (35 * k) Aufladezeit -%.0f%% 3+33*k -111 SHAMAN Angriff+ Angriff untersttzen Verstrkter Angriff Mache einen Partner strker. Angriffswert wird erhht Anwendbar auf Gruppenmitglieder CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 Angriffswert +%.1f 5+(iq*0.2 + 15)*k -121 SUPPORT Fhrung Fhigkeit, Gruppenmitglieder anzufhren. PASSIVE tongsol -122 SUPPORT Combo Verstrke den Combo-Angriff. CANNOT_LEVEL_UP|TOGGLE combo -123 SUPPORT Angeln Kenntnisse im Fischfang. CANNOT_LEVEL_UP fishing -124 SUPPORT Bergbau Fhigkeit, Erz abzubauen. PASSIVE mining -125 SUPPORT Herstellung von Gegenstnden Stelle einen Gegenstand her. CANNOT_LEVEL_UP|PASSIVE making -126 SUPPORT Shinsoo Du kannst Shinsoo verstehen. CANNOT_LEVEL_UP|PASSIVE language1 -127 SUPPORT Chunjo Du kannst Chunjo verstehen. CANNOT_LEVEL_UP|PASSIVE language2 -128 SUPPORT Jinno Du kannst Jinno verstehen. CANNOT_LEVEL_UP|PASSIVE language3 -129 SUPPORT Verwandlung Verwandle dich in ein Monster. CANNOT_LEVEL_UP|PASSIVE polymorph -130 SUPPORT Reiten Fhigkeit, ein Pferd zu reiten. CANNOT_LEVEL_UP|PASSIVE riding -131 SUPPORT Pferd rufen Rufe dein Pferd herbei. summon -137 HORSE Kampf vom Pferdercken Attackiere Feinde, whrend du reitest. (ab Lv.50) Reiterliches Knnen ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 -138 HORSE Pferdestampfer Attackiere alle Feinde in der Nhe. (ab Lv.52) Reiterliches Knnen ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 -139 HORSE Kraftwelle Attackiere alle Feinde vom Pferd aus. (ab Lv.55) Reiterliches Knnen ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 -140 HORSE Pfeilhagel Verschiee Pfeile, whrend du reitest. (ab Lv.50) Reiterliches Knnen ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 -151 GUILD Drachenaugen Erhhe den maximalen Drachengeist. PASSIVE yongan Max. Drachengeisterhhung +%.0f k * 1400 -152 GUILD Blut des Drachengotts Erhhe eine Zeit lang deine max. TP. Nur Gildenkrieg ONLY_FOR_GUILD_WAR gaho 101 1 Max. TP +%.0f%% k * 20 -153 GUILD Segnung des Drachengotts Erhhe eine Zeit lang deine max. MP. Nur Gildenkrieg ONLY_FOR_GUILD_WAR chukbok 102 1 Max. MP +%.0f%% k * 20 -154 GUILD Heilige Rstung Verbessere eine Zeit lang deine Verteidigung. Nur Gildenkrieg ONLY_FOR_GUILD_WAR seonghwi 103 1 Verteidigung +%.1f%% k * 10 -155 GUILD Beschleunigung Erhhe eine Zeit lang deine Angriffs- und Bewegungsgeschwindigkeit. Nur Gildenkrieg ONLY_FOR_GUILD_WAR gasok 104 1 Angriffs- und Bewegungsgeschw. +%.1f k * 30 -156 GUILD Wut des Drachengottes Vergrere eine Zeit lang deine Chance auf einen kritischen Treffer. Nur Gildenkrieg ONLY_FOR_GUILD_WAR bunno 105 1 Chance auf kritischen Treffer +%.0f%% k * 50 -157 GUILD Zauberhilfe Verringere eine Zeit lang die Aufladezeit deiner Fertigkeiten. Nur Gildenkrieg ONLY_FOR_GUILD_WAR jumunsul 106 1 Aufladezeit -%.0f%% k * 50 -16 WARRIOR Durchschlag Druckwelle Tsunami-Angriff Du greifst die Feinde frontal an. Frontaler Durchschlag-Angriff ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Angriffswert %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint -17 WARRIOR Heftiges Schlagen Heftiger Tigerschlag Heftiger Drachenschlag Du greifst die Feinde frontal an. Durchschlag-Angriff Angriff auf mehrere Ziele ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Angriffswert %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint -18 WARRIOR Stampfer Lwenstampfer Rhinozerosstampfer Wirf mehrere Feinde um. Durchschlag-Angriff Ohnmachtschance ATTACK_SKILL|STANDING_SKILL daejin 18 4 Angriffswert %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Ohnmachtschance %.0f%% (100 + 1000*SkillPoint/6)/10 -19 WARRIOR Starker Krper Krper aus Eisen Krper aus Stahl Deine Verteidigung wird eine Zeit lang besser und du fllst nicht zu Boden. Verteidigung wird verbessert Verringert die Bewegungsgeschwindigkeit Kein Umfallen STANDING_SKILL cheongeun 19 4 Verteidigung: +%.0f 7+(40 + 0.2*str + 0.4*con)*k Bewegungsgeschwindigkeit: -%.0f 1 + 9*SkillPoint -2 WARRIOR Schwertwirbel Schwerttanz Zyklon Wirbel das Schwert herum, um mehrere Feinde anzugreifen. Durchschlag-Angriff Angriff auf mehrere Ziele ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Angriffswert %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint -20 WARRIOR Schwertschlag Schwertsto Schwertwurf Du greifst die Feinde frontal an. Fern-Angriff Angriff auf mehrere Ziele Ohnmacht Schlgt das Ziel zu Boden ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Angriffswert %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Ohnmachtschance %.0f%% (100+k*1000/6)/10 -3 WARRIOR Kampfrausch Wut Raserei Du konzentrierst dich ausschlielich auf das Angreifen. Angriffsgeschwindigkeit wird erhht Erhht die Bewegungsgeschwindigkeit Erhht die Schadensanflligkeit STANDING_SKILL jeongwi 3 4 Angriffsgeschwindigkeit +%.0f%% 50 * SkillPoint Bewegungsgeschwindigkeit +%.0f%% 20 * SkillPoint -31 ASSASSIN Hinterhalt Getarnter Angriff Getarnter Hinterhalt Nhere dich deinem Feind von hinten und mache einen tdlichen Angriff. Angriffswert steigt fr Rckentreffer Tarnungsbonus ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 Angriffswert %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k -32 ASSASSIN Blitzangriff Warpangriff Todesangriff Nhere dich schnell einem Feind und mache einen tdlichen Angriff. Teleportationsangriff Tarnungsbonus ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 Angriffswert %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) -33 ASSASSIN Degenwirbel Wirbelnder Dolch Tanzender Dolch Wirbel mit einem Dolch um Feinde herum. Flchenschaden Anhaltender Giftangriff ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 Angriffswert %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k Vergiftungschance %.0f%% 1 + 4*k -34 ASSASSIN Tarnung Leiser Gang Verhllen Du kannst dich verstecken. Angriff wird beim Benutzen abgebrochen STANDING_SKILL eunhyeong 4 4 Hinterhalt-Bonusschaden %.0f%% 50 * SkillPoint -35 ASSASSIN Giftwolke Tdliche Wolke Killerwolke Lasse um deinen Feind herum giftige Wolken entstehen und vergifte ihn dadurch. Fern-Angriff Angriff auf mehrere Ziele Anhaltender Giftangriff ATTACK_SKILL|NEED_TARGET sangong 5 4 Angriffswert %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k Vergiftungschance %.0f%% 40*k -4 WARRIOR Aura des Schwerts Spirituelles Schwert Phantomschwert Der Angriffswert wird fr bestimmte Zeit erhht. Angriffswert wird erhht STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 Angriffswert +%.0f (100 + STR) * SkillPoint -46 ASSASSIN Wiederholter Schuss Mehrfachschuss Gewaltiger Schuss Schie mit mehreren Pfeilen auf einen Feind. Fern-Angriff Mehrere Angriffe ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) Gesamtangriffswert %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k abgeschossenen Pfeile: %.0f 2 + floor(6 * SkillPoint) -47 ASSASSIN Pfeilregen Pfeilsturm Pfeilorkan Schiee mit mehreren Pfeilen auf mehrere Feinde. Fern-Angriff Angriff auf mehrere Ziele ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) Angriffswert %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k*0.8 maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k*0.8 Max. Anzahl Ziele: %.0f 2 + floor(6 * SkillPoint) -48 ASSASSIN Feuerpfeil Brennender Pfeil Flammenpfeil Entznde den Pfeil. Fern-Angriff Angriff auf mehrere Ziele Feuerangriff ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 Angriffswert %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k -49 ASSASSIN Federschreiten Schnell wie der Wind Gottes Geschwindigkeit Mache deinen Krper leichter, um die Bewegungsgeschwindigkeit zu erhhen. Bewegungsgeschwindigkeit wird erhht STANDING_SKILL gyeonggong 19 4 Bewegungsgeschwindigkeit +%.0f 60*SkillPoint -5 WARRIOR Sausen Rasen Geschoss Du bist so schnell wie ein Geschoss! Geladener Durchschlag-Angriff ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 Angriffswert %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint -50 ASSASSIN Giftpfeil Toxischer Pfeil Tdlicher Pfeil Bestreiche den Pfeil mit einem starken Gift. Fern-Angriff Angriff auf mehrere Ziele Schlgt das Ziel zu Boden Anhaltender Giftangriff ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 Angriffswert %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k Vergiftungschance %.0f%% 80*k -61 SURA Fingerschlag Brennender Fingerschlag Fingerexplosion Erzeuge mit den Fingerspitzen eine groe Explosion. Durchschlag-Angriff Verteidigung des Gegners wird ignoriert Intelligenzbonus ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 Angriffswert %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Chance auf Durchbohrenden Treffer %.0f%% 1 + 9*SkillPoint -62 SURA Drachenwirbel Tornadowirbel Wirbelwind Verursache einen heftigen Wirbelsturm, um mehrere Feinde zu besiegen. Flchenschaden Fliehen des Gegners wird ignoriert Intelligenzbonus ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 Angriffswert %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k Chance auf Ignorieren der Flucht des Gegners %.0f%% 1 + 9*SkillPoint -63 SURA Verzauberte Klinge Verzaubertes Schwert Geisterklinge Statte deine Klinge mit einem mchtigen Geist aus. Angriffswert wird erhht Intelligenzbonus Stehlen von Leben STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 Angriffswert +%.1f 7 + (5*iq+13)*k Lebensdieb: %.0f%% des Schadens 10*k -64 SURA Furcht Groe Furcht Schrecken Verringere die Fertigkeiten der Feinde, die dich angreifen. Gegnerischer Angriffswert wird verringert Gegnerischer Angriff schlgt fter fehl Wird nur aktiv, wenn du getroffen wirst STANDING_SKILL gongpo 4 4 Gegnerischer Angriffswert -%.0f%% 5 + 20*SkillPoint Fehlschlge des Gegners %.0f%% 1 + 29*SkillPoint -65 SURA Verzauberte Rstung Verzauberte bessere Rstung Rstung der Dunkelheit Schtze deinen Krper mit einer dunklen Rstung. Reflektiert Schaden auf Angreifer zurck Verbessert die Verteidigung Intelligenzbonus STANDING_SKILL jumagap 5 4 Verteidigung +%.0f (iq+30)*k Reflektierter Nahkampf-Schaden: %.1f%% (iq/4+10)*k -66 SURA Zauber aufheben Mchtige Zauberaufhebung Zauberaufhebungsangriff Beseitige alle hilfreichen Effekte des Feindes. Fern-Angriff Angriff auf mehrere Ziele Auf Gegner liegende Effekte werden entfernt ATTACK_SKILL|NEED_TARGET pabeop 6 4 Magischer Angriffswert %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Zauberaufhebungschance %.0f%% 50*k -76 SURA Dunkler Schlag Dunkler Hieb Schwarzer Angriff Wirf die dunkle Macht, um Feinde zu verletzen. Fern-Angriff Angriff auf mehrere Ziele ATTACK_SKILL|NEED_TARGET maryeong 16 4 Magischer Angriffswert %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k -77 SURA Flammenschlag Brennender Schlag Flammendetonation Verbrenne die Feinde mit einer Explosion. Flchenschaden Feuerangriff ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 Magischer Angriffswert %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k -78 SURA Geist der Flamme Flammenreihe Flammenexplosion Erzeuge einen Geist der Flamme. Fern-Angriff Willkrliches Ziel Angriff auf mehrere Ziele ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 Magischer Angriffswert %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k -79 SURA Dunkler Schutz Dunkle Membran Schutz des dunklen Frsten Schtzt Dich mit der dunklen Macht und wandelt krperlichen Schaden in MP um. Magie-Schaden wird reduziert. Verbessert die Verteidigung STANDING_SKILL|TOGGLE heuksin 19 4 Schadensreduzierung %.0f%% (iq*0.84)*k Verteidigung +%.0f (0.5*iq+15)*k -80 SURA Geisterschlag Seelenschlag Geisterangriff Wirf dunkle Geister, um Feinde zu verletzen. Fern-Angriff Angriff auf mehrere Ziele Gegner werden verlangsamt ATTACK_SKILL|NEED_TARGET tusok 20 4 Magischer Angriffswert %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Chance auf Verlangsamen %.1f%% (333 + (300 * k))/10 -81 SURA Dunkler Stein Dunkle Kugel Dunkle Sphre Wirf eine dunkle Kugel, um Feinde zu verletzen. Fern-Angriff Angriff auf mehrere Ziele ATTACK_SKILL|NEED_TARGET geomhwan 21 4 Magischer Angriffswert %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k -91 SHAMAN Fliegender Talisman Drachenwurf Gewaltiger Wurf Wirf einen Talisman, um Feinde zu verletzen. Fern-Angriff Angriff auf mehrere Ziele ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 Magischer Angriffswert %.0f-%.0f 70 + 4*Lv. + (20*IQ+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k -92 SHAMAN Drachenschieen Angreifender Drache Aufsteigender Drache Schiee eine Drachenfigur ab, um Feinde frontal anzugreifen. Durchschlag-Angriff Dauerhafter Feuerschaden ATTACK_SKILL|NEED_TARGET yongpa 2 4 Magischer Angriffswert %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k Chance auf dauerhaftes Feuer %.0f%% iq*0.2*k -93 SHAMAN Drachengebrll Drachenschrei Drachengeheul Greife deine Feinde mit einer Drachenfigur an. Flchenschaden Dauerhafter Feuerschaden ATTACK_SKILL|STANDING_SKILL paeryong 3 4 Magischer Angriffswert %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k Chance auf dauerhaftes Feuer %.0f%% iq*0.2*k -94 SHAMAN Segen Himmelswand Segen des Drachen Schtze deinen Partner oder dich selbst mit einem Schutzkreis. Widerstand gegen Nahkampf-Angriff Anwendbar auf Gruppenmitglieder CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 Widerstand gegen Nahkampf-Angriff %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) -95 SHAMAN Reflektieren Reflektierendes Wasser Glasspiegel Schtze deinen Partner oder dich selbst mit einem reflektierenden Kreis. Reflektiert Schaden auf Angreifer zurck Anwendbar auf Gruppenmitglieder CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 Reflektierter Nahkampf-Schaden: %.1f%% 5+(iq*0.3 + 5)*k -96 SHAMAN Hilfe des Drachen Untersttzung des Drachen Drachenkraft Verstrke deinen Angriff oder den eines Gruppenmitglieds. Chance auf kritischen Schlag wird erhht Anwendbar auf Gruppenmitglieder CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 Chance auf kritischen Treffer +%.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) diff --git a/bin/pack/locale_us/locale/us/ui/createcharacterwindow.py b/bin/pack/locale_us/locale/us/ui/createcharacterwindow.py deleted file mode 100644 index 9f3191c1..00000000 --- a/bin/pack/locale_us/locale/us/ui/createcharacterwindow.py +++ /dev/null @@ -1,566 +0,0 @@ -import uiScriptLocale - -ROOT_PATH = "d:/ymir work/ui/public/" -LOCALE_PATH = "d:/ymir work/ui/intro/949_select/" -BOARD_X = SCREEN_WIDTH * (65) / 800 -BOARD_Y = SCREEN_HEIGHT * (215) / 600 - -PLUS_BUTTON_WIDTH = 20 -TEMPORARY_HEIGHT = 24 + 5 - -window = { - "name" : "CreateCharacterWindow", - - "x" : 0, - "y" : 0, - - "width" : SCREEN_WIDTH, - "height" : SCREEN_HEIGHT, - - "children" : - ( - ## Board - { - "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, - "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, - "image" : "locale/ymir_ui/select.sub", - }, - ## Name - { - "name" : "name_warrior", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_warrior.sub", - }, - { - "name" : "name_assassin", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_assassin.sub", - }, - { - "name" : "name_sura", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_sura.sub", - }, - { - "name" : "name_shaman", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_shaman.sub", - }, - - ## Character Board - { - "name" : "character_board", - "type" : "thinboard", - - "x" : BOARD_X, - "y" : BOARD_Y, - - "width" : 208, - "height" : 300 + TEMPORARY_HEIGHT, - - "children" : - ( - { - "name" : "text_board", - "type" : "bar", - - "x" : 8, - "y" : 10, - - "width" : 189, - "height" : 122, - - "children" : - ( - { - "name" : "prev_button", - "type" : "button", - - "x" : 95, - "y" : 95, - - "text" : uiScriptLocale.CREATE_PREV, - - "default_image" : ROOT_PATH + "Small_Button_01.sub", - "over_image" : ROOT_PATH + "Small_Button_02.sub", - "down_image" : ROOT_PATH + "Small_Button_03.sub", - }, - { - "name" : "next_button", - "type" : "button", - - "x" : 140, - "y" : 95, - - "text" : uiScriptLocale.CREATE_NEXT, - - "default_image" : ROOT_PATH + "Small_Button_01.sub", - "over_image" : ROOT_PATH + "Small_Button_02.sub", - "down_image" : ROOT_PATH + "Small_Button_03.sub", - }, - { - "name" : "right_line", - "type" : "line", - - "x" : 189-1, - "y" : -1, - - "width" : 0, - "height" : 122, - - "color" : 0xffAAA6A1, - }, - { - "name" : "bottom_line", - "type" : "line", - - "x" : 0, - "y" : 122-1, - - "width" : 189, - "height" : 0, - - "color" : 0xffAAA6A1, - }, - { - "name" : "left_line", - "type" : "line", - - "x" : 0, - "y" : 0, - - "width" : 0, - "height" : 122-1, - - "color" : 0xff2A2521, - }, - { - "name" : "top_line", - "type" : "line", - - "x" : 0, - "y" : 0, - - "width" : 189, - "height" : 0, - - "color" : 0xff2A2521, - }, - ), - }, - { - "name" : "hth", - "type" : "text", - - "x" : 15, - "y" : 138, - - "text" : uiScriptLocale.CREATE_HP, - - "children" : - ( - { - "name" : "hth_gauge", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100 + PLUS_BUTTON_WIDTH, - "color" : "red", - }, - { - "name" : "hth_slot", - "type" : "slotbar", - - "x" : 137 + PLUS_BUTTON_WIDTH, - "y" : -1, - "width" : 24, - "height" : 16, - - "children" : - ( - { - "name" : "hth_value", - "type" : "text", - - "x" : 0, - "y" : 1, - "all_align" : "center", - - "text" : "99", - }, - ), - }, - ), - }, - { - "name" : "int", - "type" : "text", - - "x" : 15, - "y" : 157, - - "text" : uiScriptLocale.CREATE_SP, - - "children" : - ( - { - "name" : "int_gauge", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100 + PLUS_BUTTON_WIDTH, - "color" : "pink", - }, - { - "name" : "int_slot", - "type" : "slotbar", - - "x" : 137 + PLUS_BUTTON_WIDTH, - "y" : -1, - "width" : 24, - "height" : 16, - - "children" : - ( - { - "name" : "int_value", - "type" : "text", - - "x" : 0, - "y" : 1, - "all_align" : "center", - - "text" : "99", - }, - ), - }, - ), - }, - { - "name" : "str", - "type" : "text", - - "x" : 15, - "y" : 176, - - "text" : uiScriptLocale.CREATE_ATT_GRADE, - - "children" : - ( - { - "name" : "str_gauge", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100 + PLUS_BUTTON_WIDTH, - "color" : "purple", - }, - { - "name" : "str_slot", - "type" : "slotbar", - - "x" : 137 + PLUS_BUTTON_WIDTH, - "y" : -1, - "width" : 24, - "height" : 16, - - "children" : - ( - { - "name" : "str_value", - "type" : "text", - - "x" : 0, - "y" : 1, - "all_align" : "center", - - "text" : "99", - }, - ), - }, - ), - }, - { - "name" : "dex", - "type" : "text", - - "x" : 15, - "y" : 195, - - "text" : uiScriptLocale.CREATE_DEX_GRADE, - - "children" : - ( - { - "name" : "dex_gauge", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100 + PLUS_BUTTON_WIDTH, - "color" : "blue", - }, - { - "name" : "dex_slot", - "type" : "slotbar", - - "x" : 137 + PLUS_BUTTON_WIDTH, - "y" : -1, - "width" : 24, - "height" : 16, - - "children" : - ( - { - "name" : "dex_value", - "type" : "text", - - "x" : 0, - "y" : 1, - "all_align" : "center", - - "text" : "99", - }, - ), - }, - ), - }, - - { - "name" : "hth_button", - "type" : "button", - - "x" : 184, - "y" : 139, - - "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", - "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", - "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", - }, - { - "name" : "int_button", - "type" : "button", - - "x" : 184, - "y" : 158, - - "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", - "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", - "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", - }, - { - "name" : "str_button", - "type" : "button", - - "x" : 184, - "y" : 177, - - "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", - "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", - "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", - }, - { - "name" : "dex_button", - "type" : "button", - - "x" : 184, - "y" : 196, - - "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", - "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", - "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", - }, - - - { - "name" : "character_name", - "type" : "text", - - "x" : 43, - "y" : 218, - - "text" : uiScriptLocale.CREATE_NAME, - - "text_horizontal_align" : "center", - - "children" : - ( - { - "name" : "character_name_slot", - "type" : "image", - - "x" : 40 - 1, - "y" : -2, - - "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", - }, - { - "name" : "character_name_value", - "type" : "editline", - - "x" : 40 - 1 + 3, - "y" : 0, - - "input_limit" : 12, - - "width" : 90, - "height" : 20, - }, - ), - }, - - { - "name" : "character_gender", - "type" : "text", - - "x" : 43, - "y" : 247, - - "text" : uiScriptLocale.CREATE_SEX, - - "text_horizontal_align" : "center", - }, - { - "name" : "gender_button_01", - "type" : "radio_button", - - "x" : 79, - "y" : 247, - - "text" : uiScriptLocale.CREATE_MAN, - - "default_image" : ROOT_PATH + "Middle_Button_01.sub", - "over_image" : ROOT_PATH + "Middle_Button_02.sub", - "down_image" : ROOT_PATH + "Middle_Button_03.sub", - }, - { - "name" : "gender_button_02", - "type" : "radio_button", - - "x" : 139, - "y" : 247, - - "text" : uiScriptLocale.CREATE_WOMAN, - - "default_image" : ROOT_PATH + "Middle_Button_01.sub", - "over_image" : ROOT_PATH + "Middle_Button_02.sub", - "down_image" : ROOT_PATH + "Middle_Button_03.sub", - }, - - { - "name" : "character_shape", - "type" : "text", - - "x" : 43, - "y" : 270, - - "text" : uiScriptLocale.CREATE_SHAPE, - - "text_horizontal_align" : "center", - }, - { - "name" : "shape_button_01", - "type" : "radio_button", - - "x" : 79, - "y" : 239 + TEMPORARY_HEIGHT, - - "text" : "1", - - "default_image" : ROOT_PATH + "Middle_Button_01.sub", - "over_image" : ROOT_PATH + "Middle_Button_02.sub", - "down_image" : ROOT_PATH + "Middle_Button_03.sub", - }, - { - "name" : "shape_button_02", - "type" : "radio_button", - - "x" : 139, - "y" : 239 + TEMPORARY_HEIGHT, - - "text" : "2", - - "default_image" : ROOT_PATH + "Middle_Button_01.sub", - "over_image" : ROOT_PATH + "Middle_Button_02.sub", - "down_image" : ROOT_PATH + "Middle_Button_03.sub", - }, - - { - "name" : "create_button", - "type" : "button", - - "x" : 11, - "y" : 265 + TEMPORARY_HEIGHT, - - "text" : uiScriptLocale.CREATE_CREATE, - - "default_image" : ROOT_PATH + "Large_Button_01.sub", - "over_image" : ROOT_PATH + "Large_Button_02.sub", - "down_image" : ROOT_PATH + "Large_Button_03.sub", - }, - { - "name" : "cancel_button", - "type" : "button", - - "x" : 109, - "y" : 265 + TEMPORARY_HEIGHT, - - "text" : uiScriptLocale.CANCEL, - - "default_image" : ROOT_PATH + "Large_Button_01.sub", - "over_image" : ROOT_PATH + "Large_Button_02.sub", - "down_image" : ROOT_PATH + "Large_Button_03.sub", - }, - ), - }, - - ## Buttons - { - "name" : "left_button", - "type" : "button", - - "x" : SCREEN_WIDTH * (450 - 22*3) / 800, - "y" : SCREEN_HEIGHT * (505) / 600, - - "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", - "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", - "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", - }, - { - "name" : "right_button", - "type" : "button", - - "x" : SCREEN_WIDTH * (580 - 22) / 800, - "y" : SCREEN_HEIGHT * (505) / 600, - - "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", - "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", - "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", - }, - - - ), -} diff --git a/bin/pack/locale_us/locale/us/ui/empire/empire.dds b/bin/pack/locale_us/locale/us/ui/empire/empire.dds deleted file mode 100644 index cf4d5e0a..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/empire/empire.dds and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/inventorywindow.py b/bin/pack/locale_us/locale/us/ui/inventorywindow.py deleted file mode 100644 index 12aa6f96..00000000 --- a/bin/pack/locale_us/locale/us/ui/inventorywindow.py +++ /dev/null @@ -1,310 +0,0 @@ -import uiScriptLocale -import item - -EQUIPMENT_START_INDEX = 90 - -window = { - "name" : "InventoryWindow", - - ## 600 - (width + 24 px) - "x" : SCREEN_WIDTH - 176, - "y" : SCREEN_HEIGHT - 37 - 565, - - "style" : ("movable", "float",), - - "width" : 176, - "height" : 565, - - "children" : - ( - ## Inventory, Equipment Slots - { - "name" : "board", - "type" : "board", - "style" : ("attach",), - - "x" : 0, - "y" : 0, - - "width" : 176, - "height" : 565, - - "children" : - ( - ## Title - { - "name" : "TitleBar", - "type" : "titlebar", - "style" : ("attach",), - - "x" : 8, - "y" : 7, - - "width" : 161, - "color" : "yellow", - - "children" : - ( - { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, - ), - }, - - ## Equipment Slot - { - "name" : "Equipment_Base", - "type" : "expanded_image", - - "x" : 10, - "y" : 33, - - "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", - - "children" : - ( - - { - "name" : "EquipmentSlot", - "type" : "slot", - - "x" : 3, - "y" : 3, - - "width" : 150, - "height" : 182, - - "slot" : ( - {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, - {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, - {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, - ## 1 - ##{"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, - ## 2 - ##{"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, - ## Ʈ - {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, - ), - }, - ## Dragon Soul Button - { - "name" : "DSSButton", - "type" : "button", - - "x" : 114, - "y" : 107, - - "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, - - "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", - "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", - "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", - }, - ## MallButton - { - "name" : "MallButton", - "type" : "button", - - "x" : 118, - "y" : 148, - - "tooltip_text" : uiScriptLocale.MALL_TITLE, - - "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", - "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", - "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", - }, - ## CostumeButton - { - "name" : "CostumeButton", - "type" : "button", - - "x" : 78, - "y" : 5, - - "tooltip_text" : "Costume", - - "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", - "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", - "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", - }, - { - "name" : "Equipment_Tab_01", - "type" : "radio_button", - - "x" : 86, - "y" : 161, - - "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", - "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", - "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", - - "children" : - ( - { - "name" : "Equipment_Tab_01_Print", - "type" : "text", - - "x" : 0, - "y" : 0, - - "all_align" : "center", - - "text" : "I", - }, - ), - }, - { - "name" : "Equipment_Tab_02", - "type" : "radio_button", - - "x" : 86 + 32, - "y" : 161, - - "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", - "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", - "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", - - "children" : - ( - { - "name" : "Equipment_Tab_02_Print", - "type" : "text", - - "x" : 0, - "y" : 0, - - "all_align" : "center", - - "text" : "II", - }, - ), - }, - - ), - }, - - { - "name" : "Inventory_Tab_01", - "type" : "radio_button", - - "x" : 10, - "y" : 33 + 191, - - "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", - "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", - "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", - "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, - - "children" : - ( - { - "name" : "Inventory_Tab_01_Print", - "type" : "text", - - "x" : 0, - "y" : 0, - - "all_align" : "center", - - "text" : "I", - }, - ), - }, - { - "name" : "Inventory_Tab_02", - "type" : "radio_button", - - "x" : 10 + 78, - "y" : 33 + 191, - - "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", - "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", - "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", - "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, - - "children" : - ( - { - "name" : "Inventory_Tab_02_Print", - "type" : "text", - - "x" : 0, - "y" : 0, - - "all_align" : "center", - - "text" : "II", - }, - ), - }, - - ## Item Slot - { - "name" : "ItemSlot", - "type" : "grid_table", - - "x" : 8, - "y" : 246, - - "start_index" : 0, - "x_count" : 5, - "y_count" : 9, - "x_step" : 32, - "y_step" : 32, - - "image" : "d:/ymir work/ui/public/Slot_Base.sub" - }, - - ## Print - { - "name":"Money_Slot", - "type":"button", - - "x":8, - "y":28, - - "horizontal_align":"center", - "vertical_align":"bottom", - - "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", - "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", - "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", - - "children" : - ( - { - "name":"Money_Icon", - "type":"image", - - "x":-18, - "y":2, - - "image":"d:/ymir work/ui/game/windows/money_icon.sub", - }, - - { - "name" : "Money", - "type" : "text", - - "x" : 3, - "y" : 3, - - "horizontal_align" : "right", - "text_horizontal_align" : "right", - - "text" : "123456789", - }, - ), - }, - - ), - }, - ), -} diff --git a/bin/pack/locale_us/locale/us/ui/loading/loading0.jpg b/bin/pack/locale_us/locale/us/ui/loading/loading0.jpg deleted file mode 100644 index d208d30a..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/loading/loading0.jpg and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/loading/loading1.jpg b/bin/pack/locale_us/locale/us/ui/loading/loading1.jpg deleted file mode 100644 index 7a52f12d..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/loading/loading1.jpg and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/loadingwindow.py b/bin/pack/locale_us/locale/us/ui/loadingwindow.py deleted file mode 100644 index 0c56afe4..00000000 --- a/bin/pack/locale_us/locale/us/ui/loadingwindow.py +++ /dev/null @@ -1,65 +0,0 @@ -import uiScriptLocale - -window = { - - "x" : 0, - "y" : 0, - - "width" : SCREEN_WIDTH, - "height" : SCREEN_HEIGHT, - - "children" : - ( - ## Board - { - "name" : "BackGround", - "type" : "expanded_image", - - "x" : 0, - "y" : 0, - - "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", - - "x_scale" : float(SCREEN_WIDTH) / 800.0, - "y_scale" : float(SCREEN_HEIGHT) / 600.0, - }, - { - "name":"ErrorMessage", - "type":"text", "x":10, "y":10, - "text": uiScriptLocale.LOAD_ERROR, - }, - - { - "name" : "GageBoard", - "type" : "window", - "style" : ("ltr",), - "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, - "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , - "width" : 400, - "height": 80, - - "children" : - ( - - { - "name" : "BackGage", - "type" : "expanded_image", - - "x" : 40, - "y" : 25, - - "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", - }, - { - "name" : "FullGage", - "type" : "expanded_image", - - "x" : 40, - "y" : 25, - - "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", - }, - ), - }, - ), -} diff --git a/bin/pack/locale_us/locale/us/ui/login.jpg b/bin/pack/locale_us/locale/us/ui/login.jpg deleted file mode 100644 index 3933ba6b..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/login.jpg and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/login/login.dds b/bin/pack/locale_us/locale/us/ui/login/login.dds deleted file mode 100644 index d409efd9..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/login/login.dds and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/loginwindow.py b/bin/pack/locale_us/locale/us/ui/loginwindow.py deleted file mode 100644 index c25b5301..00000000 --- a/bin/pack/locale_us/locale/us/ui/loginwindow.py +++ /dev/null @@ -1,276 +0,0 @@ -import uiScriptLocale - -LOCALE_PATH = uiScriptLocale.LOGIN_PATH - -window = { - "name" : "LoginWindow", - "style" : ("movable",), - - "x" : 0, - "y" : 0, - - "width" : SCREEN_WIDTH, - "height" : SCREEN_HEIGHT, - - "children" : - ( - - ## Board - { - "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, - "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, - "image" : "locale/ymir_ui/serverlist.sub", - }, - { - "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, - "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, - "image" : "locale/ymir_ui/login.sub", - }, - - - ## ConnectBoard - { - "name" : "ConnectBoard", - "type" : "thinboard", - - "x" : SCREEN_WIDTH - 275, - "y" : SCREEN_HEIGHT - 195, - "width" : 208, - "height" : 30, - - "children" : - ( - { - "name" : "ConnectName", - "type" : "text", - - "x" : 15, - "y" : 0, - "vertical_align" : "center", - "text_vertical_align" : "center", - - "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, - }, - { - "name" : "SelectConnectButton", - "type" : "button", - - "x" : 150, - "y" : 0, - "vertical_align" : "center", - - "default_image" : "d:/ymir work/ui/public/small_button_01.sub", - "over_image" : "d:/ymir work/ui/public/small_button_02.sub", - "down_image" : "d:/ymir work/ui/public/small_button_03.sub", - - "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, - }, - ), - }, - - ## LoginBoard - { - "name" : "LoginBoard", - "type" : "image", - - "x" : SCREEN_WIDTH - 275, - "y" : SCREEN_HEIGHT - 155, - - "image" : LOCALE_PATH + "loginwindow.sub", - - "children" : - ( - { - "name" : "ID_EditLine", - "type" : "editline", - - "x" : 77, - "y" : 16, - - "width" : 120, - "height" : 18, - - "input_limit" : 16, - "enable_codepage" : 0, - - "r" : 1.0, - "g" : 1.0, - "b" : 1.0, - "a" : 1.0, - }, - { - "name" : "Password_EditLine", - "type" : "editline", - - "x" : 77, - "y" : 43, - - "width" : 120, - "height" : 18, - - "input_limit" : 16, - "secret_flag" : 1, - "enable_codepage" : 0, - - "r" : 1.0, - "g" : 1.0, - "b" : 1.0, - "a" : 1.0, - }, - { - "name" : "LoginButton", - "type" : "button", - - "x" : 15, - "y" : 65, - - "default_image" : "d:/ymir work/ui/public/large_button_01.sub", - "over_image" : "d:/ymir work/ui/public/large_button_02.sub", - "down_image" : "d:/ymir work/ui/public/large_button_03.sub", - - "text" : uiScriptLocale.LOGIN_CONNECT, - }, - { - "name" : "LoginExitButton", - "type" : "button", - - "x" : 105, - "y" : 65, - - "default_image" : "d:/ymir work/ui/public/large_button_01.sub", - "over_image" : "d:/ymir work/ui/public/large_button_02.sub", - "down_image" : "d:/ymir work/ui/public/large_button_03.sub", - - "text" : uiScriptLocale.LOGIN_EXIT, - }, - ), - }, - - ## ServerBoard - { - "name" : "ServerBoard", - "type" : "thinboard", - - "x" : 0, - "y" : 308, - "width" : 375, - "height" : 220, - "horizontal_align" : "center", - - "children" : - ( - - ## Title - { - "name" : "Title", - "type" : "text", - - "x" : 0, - "y" : 12, - "horizontal_align" : "center", - "text_horizontal_align" : "center", - "text" : uiScriptLocale.LOGIN_SELECT_TITLE, - }, - - ## Horizontal - { - "name" : "HorizontalLine1", - "type" : "line", - - "x" : 10, - "y" : 34, - "width" : 354, - "height" : 0, - "color" : 0xff777777, - }, - { - "name" : "HorizontalLine2", - "type" : "line", - - "x" : 10, - "y" : 35, - "width" : 355, - "height" : 0, - "color" : 0xff111111, - }, - - ## Vertical - { - "name" : "VerticalLine1", - "type" : "line", - - "x" : 246, - "y" : 38, - "width" : 0, - "height" : 175, - "color" : 0xff777777, - }, - { - "name" : "VerticalLine2", - "type" : "line", - - "x" : 247, - "y" : 38, - "width" : 0, - "height" : 175, - "color" : 0xff111111, - }, - - ## ListBox - { - "name" : "ServerList", - "type" : "listbox", - - "x" : 10, - "y" : 40, - "width" : 232, - "height" : 171, - - "item_align" : 0, - }, - { - "name" : "ChannelList", - "type" : "listbox", - - "x" : 255, - "y" : 40, - "width" : 109, - "height" : 171, - - "item_align" : 0, - }, - - ## Buttons - { - "name" : "ServerSelectButton", - "type" : "button", - - "x" : 267, - "y" : 170, - - "default_image" : "d:/ymir work/ui/public/large_button_01.sub", - "over_image" : "d:/ymir work/ui/public/large_button_02.sub", - "down_image" : "d:/ymir work/ui/public/large_button_03.sub", - - "text" : uiScriptLocale.OK, - }, - { - "name" : "ServerExitButton", - "type" : "button", - - "x" : 267, - "y" : 192, - - "default_image" : "d:/ymir work/ui/public/large_button_01.sub", - "over_image" : "d:/ymir work/ui/public/large_button_02.sub", - "down_image" : "d:/ymir work/ui/public/large_button_03.sub", - - "text" : uiScriptLocale.LOGIN_SELECT_EXIT, - }, - - ), - - }, - - ), -} diff --git a/bin/pack/locale_us/locale/us/ui/mall/mall.tga b/bin/pack/locale_us/locale/us/ui/mall/mall.tga deleted file mode 100644 index 765e9ecb..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mall/mall.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/a1.tga b/bin/pack/locale_us/locale/us/ui/mapname/a1.tga deleted file mode 100644 index 92650575..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/a1.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/a2.tga b/bin/pack/locale_us/locale/us/ui/mapname/a2.tga deleted file mode 100644 index a2511c34..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/a2.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/a3.tga b/bin/pack/locale_us/locale/us/ui/mapname/a3.tga deleted file mode 100644 index 0b0e2c15..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/a3.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/a4.tga b/bin/pack/locale_us/locale/us/ui/mapname/a4.tga deleted file mode 100644 index 6d17f4db..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/a4.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/b1.tga b/bin/pack/locale_us/locale/us/ui/mapname/b1.tga deleted file mode 100644 index f5053c98..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/b1.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/b2.tga b/bin/pack/locale_us/locale/us/ui/mapname/b2.tga deleted file mode 100644 index ede655c1..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/b2.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/b3.tga b/bin/pack/locale_us/locale/us/ui/mapname/b3.tga deleted file mode 100644 index eace8d45..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/b3.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/b4.tga b/bin/pack/locale_us/locale/us/ui/mapname/b4.tga deleted file mode 100644 index 213d0285..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/b4.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/bay.tga b/bin/pack/locale_us/locale/us/ui/mapname/bay.tga deleted file mode 100644 index d013118f..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/bay.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/c1.tga b/bin/pack/locale_us/locale/us/ui/mapname/c1.tga deleted file mode 100644 index 6e13471f..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/c1.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/c2.tga b/bin/pack/locale_us/locale/us/ui/mapname/c2.tga deleted file mode 100644 index 502e6e1e..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/c2.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/c3.tga b/bin/pack/locale_us/locale/us/ui/mapname/c3.tga deleted file mode 100644 index 6fe06ed8..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/c3.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/c4.tga b/bin/pack/locale_us/locale/us/ui/mapname/c4.tga deleted file mode 100644 index 56db5d77..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/c4.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/cape.tga b/bin/pack/locale_us/locale/us/ui/mapname/cape.tga deleted file mode 100644 index f91fd083..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/cape.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/dawn.tga b/bin/pack/locale_us/locale/us/ui/mapname/dawn.tga deleted file mode 100644 index 8d66a80f..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/dawn.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/desert1.tga b/bin/pack/locale_us/locale/us/ui/mapname/desert1.tga deleted file mode 100644 index 33e394f4..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/desert1.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/devil1_1f.tga b/bin/pack/locale_us/locale/us/ui/mapname/devil1_1f.tga deleted file mode 100644 index f0b5a8c4..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/devil1_1f.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/devil1_2f.tga b/bin/pack/locale_us/locale/us/ui/mapname/devil1_2f.tga deleted file mode 100644 index c89aacf4..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/devil1_2f.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/devil1_3f.tga b/bin/pack/locale_us/locale/us/ui/mapname/devil1_3f.tga deleted file mode 100644 index 9b5cef4c..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/devil1_3f.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/devil1_4f.tga b/bin/pack/locale_us/locale/us/ui/mapname/devil1_4f.tga deleted file mode 100644 index c003b750..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/devil1_4f.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/devil1_5f.tga b/bin/pack/locale_us/locale/us/ui/mapname/devil1_5f.tga deleted file mode 100644 index 14c45dbb..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/devil1_5f.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/devil1_6f.tga b/bin/pack/locale_us/locale/us/ui/mapname/devil1_6f.tga deleted file mode 100644 index 5fe14ffa..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/devil1_6f.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/devil1_7f.tga b/bin/pack/locale_us/locale/us/ui/mapname/devil1_7f.tga deleted file mode 100644 index 07d0cc88..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/devil1_7f.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/devil1_8f.tga b/bin/pack/locale_us/locale/us/ui/mapname/devil1_8f.tga deleted file mode 100644 index 374decb5..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/devil1_8f.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/devil1_9f.tga b/bin/pack/locale_us/locale/us/ui/mapname/devil1_9f.tga deleted file mode 100644 index 097aabe7..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/devil1_9f.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/devil1_title.tga b/bin/pack/locale_us/locale/us/ui/mapname/devil1_title.tga deleted file mode 100644 index 1924dd31..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/devil1_title.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/frame1.tga b/bin/pack/locale_us/locale/us/ui/mapname/frame1.tga deleted file mode 100644 index 793026cd..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/frame1.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/guild1.tga b/bin/pack/locale_us/locale/us/ui/mapname/guild1.tga deleted file mode 100644 index 1e659763..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/guild1.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/guild2.tga b/bin/pack/locale_us/locale/us/ui/mapname/guild2.tga deleted file mode 100644 index bfe8b144..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/guild2.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/guild3.tga b/bin/pack/locale_us/locale/us/ui/mapname/guild3.tga deleted file mode 100644 index 04955673..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/guild3.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/milgyo.tga b/bin/pack/locale_us/locale/us/ui/mapname/milgyo.tga deleted file mode 100644 index 81f336e2..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/milgyo.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/monkey1.tga b/bin/pack/locale_us/locale/us/ui/mapname/monkey1.tga deleted file mode 100644 index 8e12a499..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/monkey1.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/monkey2.tga b/bin/pack/locale_us/locale/us/ui/mapname/monkey2.tga deleted file mode 100644 index 302aa391..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/monkey2.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/monkey3.tga b/bin/pack/locale_us/locale/us/ui/mapname/monkey3.tga deleted file mode 100644 index 2beeceb1..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/monkey3.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/skipia.tga b/bin/pack/locale_us/locale/us/ui/mapname/skipia.tga deleted file mode 100644 index 4c547541..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/skipia.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/snow1.tga b/bin/pack/locale_us/locale/us/ui/mapname/snow1.tga deleted file mode 100644 index e69de29b..00000000 diff --git a/bin/pack/locale_us/locale/us/ui/mapname/thunder.tga b/bin/pack/locale_us/locale/us/ui/mapname/thunder.tga deleted file mode 100644 index 00585348..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/thunder.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/trent.tga b/bin/pack/locale_us/locale/us/ui/mapname/trent.tga deleted file mode 100644 index b5b89e13..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/trent.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/mapname/trent02.tga b/bin/pack/locale_us/locale/us/ui/mapname/trent02.tga deleted file mode 100644 index 897f4bd2..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/mapname/trent02.tga and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/passworddialog.py b/bin/pack/locale_us/locale/us/ui/passworddialog.py deleted file mode 100644 index 905c8eab..00000000 --- a/bin/pack/locale_us/locale/us/ui/passworddialog.py +++ /dev/null @@ -1,136 +0,0 @@ -import uiScriptLocale -window = { - "name" : "PasswordDialog", - - "x" : 0, - "y" : 0, - - "style" : ("movable", "float",), - - "width" : 250, - "height" : 110, - - "children" : - ( - { - "name" : "board", - "type" : "board", - - "x" : 0, - "y" : 0, - - "width" : 250, - "height" : 110, - - "children" : - ( - - # - { - "name" : "Desc1", - "type" : "text", - - "x" : 250/2, - "y" : 30, - - "text" : uiScriptLocale.PASSWORD_DESC_1, - "text_horizontal_align":"center" - }, - #2 - { - "name" : "Desc2", - "type" : "text", - - "x" : 250/2, - "y" : 42, - - "text" : uiScriptLocale.PASSWORD_DESC_2, - "text_horizontal_align":"center" - }, - ## Title - { - "name" : "titlebar", - "type" : "titlebar", - "style" : ("attach",), - - "x" : 8, - "y" : 8, - - "width" : 234, - "color" : "gray", - - "children" : - ( - { - "name" : "TitleName", - "type" : "text", - - "x" : 234/2, - "y" : 3, - - "text" : uiScriptLocale.PASSWORD_TITLE, - "text_horizontal_align":"center" - }, - ), - }, - - ## Password Slot - { - "name" : "password_slot", - "type" : "image", - - "x" : 0, - "y" : 56, - "horizontal_align" : "center", - - "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", - - "children" : - ( - { - "name" : "password_value", - "type" : "editline", - - "x" : 3, - "y" : 3, - - "width" : 60, - "height" : 18, - - "input_limit" : 6, - "secret_flag" : 1, - }, - ), - }, - - ## Button - { - "name" : "accept_button", - "type" : "button", - - "x" : 250/2 - 61 - 5, - "y" : 80, - - "text" : uiScriptLocale.OK, - - "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", - "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", - "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", - }, - { - "name" : "cancel_button", - "type" : "button", - - "x" : 250/2 + 5, - "y" : 80, - - "text" : uiScriptLocale.CANCEL, - - "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", - "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", - "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", - }, - ), - }, - ), -} diff --git a/bin/pack/locale_us/locale/us/ui/select.jpg b/bin/pack/locale_us/locale/us/ui/select.jpg deleted file mode 100644 index 3a67d0bc..00000000 Binary files a/bin/pack/locale_us/locale/us/ui/select.jpg and /dev/null differ diff --git a/bin/pack/locale_us/locale/us/ui/selectcharacterwindow.py b/bin/pack/locale_us/locale/us/ui/selectcharacterwindow.py deleted file mode 100644 index 76a2b875..00000000 --- a/bin/pack/locale_us/locale/us/ui/selectcharacterwindow.py +++ /dev/null @@ -1,522 +0,0 @@ -import uiScriptLocale - -ROOT_PATH = "d:/ymir work/ui/public/" -LOCALE_PATH = uiScriptLocale.SELECT_PATH - -BOARD_X = SCREEN_WIDTH * (65) / 800 -BOARD_Y = SCREEN_HEIGHT * (220) / 600 - -BOARD_ITEM_ADD_POSITION = -40 - -window = { - "name" : "SelectCharacterWindow", - - "x" : 0, - "y" : 0, - - "width" : SCREEN_WIDTH, - "height" : SCREEN_HEIGHT, - - "children" : - ( - ## Board - { - "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, - "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, - "image" : "locale/ymir_ui/select.sub", - }, - ## Name - { - "name" : "name_warrior", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_warrior.sub", - }, - { - "name" : "name_assassin", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_assassin.sub", - }, - { - "name" : "name_sura", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_sura.sub", - }, - { - "name" : "name_shaman", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_shaman.sub", - }, - - - ## Character Board - { - "name" : "character_board", - "type" : "thinboard", - - "x" : BOARD_X, - "y" : BOARD_Y, - - "width" : 208, - "height" : 363 + BOARD_ITEM_ADD_POSITION, - - "children" : - ( - - ## Empire Flag - { - "name" : "EmpireFlag_A", - "type" : "expanded_image", - - "x" : 21, - "y" : 12, - "x_scale" : 0.5, - "y_scale" : 0.5, - - "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" - }, - { - "name" : "EmpireFlag_B", - "type" : "expanded_image", - - "x" : 21, - "y" : 12, - "x_scale" : 0.5, - "y_scale" : 0.5, - - "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" - }, - { - "name" : "EmpireFlag_C", - "type" : "expanded_image", - - "x" : 21, - "y" : 12, - "x_scale" : 0.5, - "y_scale" : 0.5, - - "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" - }, - - { - "name" : "EmpireNameSlot", - "type" : "image", - - "x" : 100, - "y" : 12, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", - - "children" : - ( - { - "name" : "EmpireName", - "type" : "text", - - "x" : 0, - "y" : 0, - - "text" : uiScriptLocale.SELECT_EMPIRE_NAME, - - "all_align" : "center", - }, - ), - }, - - { - "name" : "GuildNameSlot", - "type" : "image", - - "x" : 100, - "y" : 33, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", - - "children" : - ( - { - "name" : "GuildName", - "type" : "text", - - "x" : 0, - "y" : 0, - - "text" : uiScriptLocale.SELECT_NO_GUILD, - - "all_align" : "center", - }, - ), - }, - - { - "name" : "character_name", - "type" : "text", - - "x" : 17, - "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_NAME, - - "children" : - ( - { - "name" : "character_name_slot", - "type" : "image", - - "x" : 43, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", - }, - { - "name" : "character_name_value", - "type" : "text", - - "x" : 43 + 130/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_level", - "type" : "text", - - "x" : 17, - "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_LEVEL, - - "children" : - ( - { - "name" : "character_level_slot", - "type" : "image", - - "x" : 43, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", - }, - { - "name" : "character_level_value", - "type" : "text", - - "x" : 43 + 130/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_play_time", - "type" : "text", - - "x" : 17, - "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_PLAYTIME, - - "children" : - ( - { - "name" : "character_play_time_slot", - "type" : "image", - - "x" : 83, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", - }, - { - "name" : "character_play_time_value", - "type" : "text", - - "x" : 83 + 91/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_hth", - "type" : "text", - - "x" : 17, - "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_HP, - - "children" : - ( - { - "name" : "gauge_hth", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100, - "color" : "red", - }, - { - "name" : "character_hth_slot", - "type" : "image", - - "x" : 134, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", - }, - { - "name" : "character_hth_value", - "type" : "text", - - "x" : 134 + 39/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_int", - "type" : "text", - - "x" : 17, - "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_SP, - - "children" : - ( - { - "name" : "gauge_int", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100, - "color" : "pink", - }, - { - "name" : "character_int_slot", - "type" : "image", - - "x" : 134, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", - }, - { - "name" : "character_int_value", - "type" : "text", - - "x" : 134 + 39/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_str", - "type" : "text", - - "x" : 17, - "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_ATT_GRADE, - - "children" : - ( - { - "name" : "gauge_str", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100, - "color" : "purple", - }, - { - "name" : "character_str_slot", - "type" : "image", - - "x" : 134, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", - }, - { - "name" : "character_str_value", - "type" : "text", - - "x" : 134 + 39/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_dex", - "type" : "text", - - "x" : 17, - "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_DEX_GRADE, - - "children" : - ( - { - "name" : "gauge_dex", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100, - "color" : "blue", - }, - { - "name" : "character_dex_slot", - "type" : "image", - - "x" : 134, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", - }, - { - "name" : "character_dex_value", - "type" : "text", - - "x" : 134 + 39/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - - ## Buttons - { - "name" : "start_button", - "type" : "button", - - "x" : 14, - "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_SELECT, - "text_height" : 6, - - "default_image" : ROOT_PATH + "XLarge_Button_01.sub", - "over_image" : ROOT_PATH + "XLarge_Button_02.sub", - "down_image" : ROOT_PATH + "XLarge_Button_03.sub", - }, - { - "name" : "create_button", - "type" : "button", - - "x" : 14, - "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_CREATE, - "text_height" : 6, - - "default_image" : ROOT_PATH + "XLarge_Button_01.sub", - "over_image" : ROOT_PATH + "XLarge_Button_02.sub", - "down_image" : ROOT_PATH + "XLarge_Button_03.sub", - }, - { - "name" : "exit_button", - "type" : "button", - - "x" : 105, - "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_EXIT, - - "default_image" : ROOT_PATH + "Large_Button_01.sub", - "over_image" : ROOT_PATH + "Large_Button_02.sub", - "down_image" : ROOT_PATH + "Large_Button_03.sub", - }, - { - "name" : "delete_button", - "type" : "button", - - "x" : 14, - "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_DELETE, - - "default_image" : ROOT_PATH + "Large_Button_01.sub", - "over_image" : ROOT_PATH + "Large_Button_02.sub", - "down_image" : ROOT_PATH + "Large_Button_03.sub", - }, - ), - }, - - ## Buttons - { - "name" : "left_button", - "type" : "button", - - "x" : SCREEN_WIDTH * (450 - 22*3) / 800, - "y" : SCREEN_HEIGHT * (505) / 600, - - "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", - "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", - "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", - }, - { - "name" : "right_button", - "type" : "button", - - "x" : SCREEN_WIDTH * (580 - 22) / 800, - "y" : SCREEN_HEIGHT * (505) / 600, - - "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", - "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", - "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", - }, - - - ), -} diff --git a/bin/pack/locale_us/locale/us/ui/systemdialog.py b/bin/pack/locale_us/locale/us/ui/systemdialog.py deleted file mode 100644 index 57671adc..00000000 --- a/bin/pack/locale_us/locale/us/ui/systemdialog.py +++ /dev/null @@ -1,138 +0,0 @@ -import uiScriptLocale - -ROOT = "d:/ymir work/ui/public/" - -window = { - "name" : "SystemDialog", - "style" : ("float",), - - "x" : (SCREEN_WIDTH - 200) /2, - "y" : (SCREEN_HEIGHT - 288) /2, - - "width" : 200, - "height" : 288, - - "children" : - ( - { - "name" : "board", - "type" : "thinboard", - - "x" : 0, - "y" : 0, - - "width" : 200, - "height" : 288, - - "children" : - ( - { - "name" : "help_button", - "type" : "button", - - "x" : 10, - "y" : 17, - - "text" : uiScriptLocale.SYSTEM_HELP, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "mall_button", - "type" : "button", - - "x" : 10, - "y" : 57, - - "text" : uiScriptLocale.SYSTEM_MALL, - "text_color" : 0xffff00ff, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - - { - "name" : "system_option_button", - "type" : "button", - - "x" : 10, - "y" : 87, - - "text" : uiScriptLocale.SYSTEMOPTION_TITLE, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "game_option_button", - "type" : "button", - - "x" : 10, - "y" : 117, - - "text" : uiScriptLocale.GAMEOPTION_TITLE, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "change_button", - "type" : "button", - - "x" : 10, - "y" : 147, - - "text" : uiScriptLocale.SYSTEM_CHANGE, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "logout_button", - "type" : "button", - - "x" : 10, - "y" : 177, - - "text" : uiScriptLocale.SYSTEM_LOGOUT, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "exit_button", - "type" : "button", - - "x" : 10, - "y" : 217, - - "text" : uiScriptLocale.SYSTEM_EXIT, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "cancel_button", - "type" : "button", - - "x" : 10, - "y" : 247, - - "text" : uiScriptLocale.CANCEL, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - ), - }, - ), -} diff --git a/bin/pack/locale_us/locale/us/ui/taskbar.py b/bin/pack/locale_us/locale/us/ui/taskbar.py deleted file mode 100644 index bfc60051..00000000 --- a/bin/pack/locale_us/locale/us/ui/taskbar.py +++ /dev/null @@ -1,498 +0,0 @@ -import uiScriptLocale - -ROOT = "d:/ymir work/ui/game/" - -#Y_ADD_POSITION = -2 -Y_ADD_POSITION = 0 - -window = { - "name" : "TaskBar", - - "x" : 0, - "y" : SCREEN_HEIGHT - 37, - - "width" : SCREEN_WIDTH, - "height" : 37, - - "children" : - ( - ## Board - { - "name" : "Base_Board_01", - "type" : "expanded_image", - - "x" : 263, - "y" : 0, - - "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), - - "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" - }, - - ## Gauge - { - "name" : "Gauge_Board", - "type" : "image", - - "x" : 0, - "y" : -10 + Y_ADD_POSITION, - - "image" : ROOT + "taskbar/gauge.sub", - - "children" : - ( - { - "name" : "RampageGauge", - "type" : "ani_image", - - "x" : 8, - "y" : 4, - "width" : 40, - "height" : 40, - - "delay" : 6, - - "images" : - ( - ROOT + "TaskBar/Rampage_01/00.sub", - ROOT + "TaskBar/Rampage_01/01.sub", - ROOT + "TaskBar/Rampage_01/02.sub", - ROOT + "TaskBar/Rampage_01/03.sub", - ROOT + "TaskBar/Rampage_01/04.sub", - ROOT + "TaskBar/Rampage_01/05.sub", - ROOT + "TaskBar/Rampage_01/06.sub", - ROOT + "TaskBar/Rampage_01/07.sub", - ROOT + "TaskBar/Rampage_01/08.sub", - ROOT + "TaskBar/Rampage_01/09.sub", - ROOT + "TaskBar/Rampage_01/11.sub", - ROOT + "TaskBar/Rampage_01/12.sub", - ROOT + "TaskBar/Rampage_01/13.sub", - ROOT + "TaskBar/Rampage_01/14.sub", - ROOT + "TaskBar/Rampage_01/15.sub", - ROOT + "TaskBar/Rampage_01/16.sub", - ) - }, - { - "name" : "RampageGauge2", - "type" : "ani_image", - - "x" : 8, - "y" : 4, - "width" : 40, - "height" : 40, - - "delay" : 6, - - "images" : - ( - "locale/ymir_ui/mall/00.sub", - "locale/ymir_ui/mall/01.sub", - "locale/ymir_ui/mall/02.sub", - "locale/ymir_ui/mall/03.sub", - "locale/ymir_ui/mall/04.sub", - "locale/ymir_ui/mall/05.sub", - "locale/ymir_ui/mall/06.sub", - "locale/ymir_ui/mall/07.sub", - "locale/ymir_ui/mall/08.sub", - "locale/ymir_ui/mall/09.sub", - "locale/ymir_ui/mall/11.sub", - "locale/ymir_ui/mall/12.sub", - "locale/ymir_ui/mall/13.sub", - "locale/ymir_ui/mall/14.sub", - "locale/ymir_ui/mall/15.sub", - "locale/ymir_ui/mall/16.sub", - ) - }, - { - ## - "name" : "HPGauge_Board", - "type" : "window", - - "x" : 59, - "y" : 14, - - "width" : 95, - "height" : 11, - - "children" : - ( - { - "name" : "HPRecoveryGaugeBar", - "type" : "bar", - - "x" : 0, - "y" : 0, - "width" : 95, - "height" : 13, - "color" : 0x55ff0000, - }, - { - "name" : "HPGauge", - "type" : "ani_image", - - "x" : 0, - "y" : 0, - - "delay" : 6, - - "images" : - ( - "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", - ), - }, - ), - }, - { - ## - "name" : "SPGauge_Board", - "type" : "window", - - "x" : 59, - "y" : 24, - - "width" : 95, - "height" : 11, - - "children" : - ( - { - "name" : "SPRecoveryGaugeBar", - "type" : "bar", - - "x" : 0, - "y" : 0, - "width" : 95, - "height" : 13, - "color" : 0x550000ff, - }, - { - "name" : "SPGauge", - "type" : "ani_image", - - "x" : 0, - "y" : 0, - - "delay" : 6, - - "images" : - ( - "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", - ), - }, - ), - }, - { - ## - "name" : "STGauge_Board", - "type" : "window", - - "x" : 59, - "y" : 38, - - "width" : 95, - "height" : 6, - - "children" : - ( - { - "name" : "STGauge", - "type" : "ani_image", - - "x" : 0, - "y" : 0, - - "delay" : 6, - - "images" : - ( - "D:/Ymir Work/UI/Pattern/STGauge/01.tga", - "D:/Ymir Work/UI/Pattern/STGauge/02.tga", - "D:/Ymir Work/UI/Pattern/STGauge/03.tga", - "D:/Ymir Work/UI/Pattern/STGauge/04.tga", - "D:/Ymir Work/UI/Pattern/STGauge/05.tga", - "D:/Ymir Work/UI/Pattern/STGauge/06.tga", - "D:/Ymir Work/UI/Pattern/STGauge/07.tga", - ), - }, - ), - }, - - ), - }, - { - "name" : "EXP_Gauge_Board", - "type" : "image", - - "x" : 158, - "y" : 0 + Y_ADD_POSITION, - - "image" : ROOT + "taskbar/exp_gauge.sub", - - "children" : - ( - { - "name" : "EXPGauge_01", - "type" : "expanded_image", - - "x" : 5, - "y" : 9, - - "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", - }, - { - "name" : "EXPGauge_02", - "type" : "expanded_image", - - "x" : 30, - "y" : 9, - - "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", - }, - { - "name" : "EXPGauge_03", - "type" : "expanded_image", - - "x" : 55, - "y" : 9, - - "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", - }, - { - "name" : "EXPGauge_04", - "type" : "expanded_image", - - "x" : 80, - "y" : 9, - - "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", - }, - ), - }, - - ## Mouse Button - { - "name" : "LeftMouseButton", - "type" : "button", - - "x" : SCREEN_WIDTH/2 - 128, - "y" : 3 + Y_ADD_POSITION, - - "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", - "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", - "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", - }, - { - "name" : "RightMouseButton", - "type" : "button", - - "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, - "y" : 3 + Y_ADD_POSITION, - - "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", - "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", - "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", - }, - - ## Button - { - "name" : "CharacterButton", - "type" : "button", - - "x" : SCREEN_WIDTH - 144, - "y" : 3 + Y_ADD_POSITION, - - "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, - - "default_image" : ROOT + "TaskBar/Character_Button_01.sub", - "over_image" : ROOT + "TaskBar/Character_Button_02.sub", - "down_image" : ROOT + "TaskBar/Character_Button_03.sub", - }, - { - "name" : "InventoryButton", - "type" : "button", - - "x" : SCREEN_WIDTH - 110, - "y" : 3 + Y_ADD_POSITION, - - "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, - - "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", - "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", - "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", - }, - { - "name" : "MessengerButton", - "type" : "button", - - "x" : SCREEN_WIDTH - 76, - "y" : 3 + Y_ADD_POSITION, - - "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, - - "default_image" : ROOT + "TaskBar/Community_Button_01.sub", - "over_image" : ROOT + "TaskBar/Community_Button_02.sub", - "down_image" : ROOT + "TaskBar/Community_Button_03.sub", - }, - { - "name" : "SystemButton", - "type" : "button", - - "x" : SCREEN_WIDTH - 42, - "y" : 3 + Y_ADD_POSITION, - - "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, - - "default_image" : ROOT + "TaskBar/System_Button_01.sub", - "over_image" : ROOT + "TaskBar/System_Button_02.sub", - "down_image" : ROOT + "TaskBar/System_Button_03.sub", - }, - - ## QuickBar - { - "name" : "quickslot_board", - "type" : "window", - - "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, - "y" : 0 + Y_ADD_POSITION, - - "width" : 256 + 14 + 2 + 11, - "height" : 37, - - "children" : - ( - { - # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ - # ExpandButton ٲ ̴. - "name" : "ExpandButton", - "type" : "button", - - "x" : 128, - "y" : 1, - "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, - - - "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", - "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", - "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", - }, - { - "name" : "quick_slot_1", - "type" : "grid_table", - - "start_index" : 0, - - "x" : 0, - "y" : 3, - - "x_count" : 4, - "y_count" : 1, - "x_step" : 32, - "y_step" : 32, - - "image" : "d:/ymir work/ui/Public/Slot_Base.sub", - "image_r" : 1.0, - "image_g" : 1.0, - "image_b" : 1.0, - "image_a" : 1.0, - - "children" : - ( - { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, - { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, - { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, - { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, - ), - }, - { - "name" : "quick_slot_2", - "type" : "grid_table", - - "start_index" : 4, - - "x" : 128 + 14, - "y" : 3, - - "x_count" : 4, - "y_count" : 1, - "x_step" : 32, - "y_step" : 32, - - "image" : "d:/ymir work/ui/Public/Slot_Base.sub", - "image_r" : 1.0, - "image_g" : 1.0, - "image_b" : 1.0, - "image_a" : 1.0, - - "children" : - ( - { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, - { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, - { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, - { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, - ), - }, - { - "name" : "QuickSlotBoard", - "type" : "window", - - "x" : 128+14+128+2, - "y" : 0, - "width" : 11, - "height" : 37, - "children" : - ( - { - "name" : "QuickSlotNumberBox", - "type" : "image", - "x" : 1, - "y" : 15, - "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", - }, - { - "name" : "QuickPageUpButton", - "type" : "button", - "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, - "x" : 1, - "y" : 9, - "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", - "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", - "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", - }, - - { - "name" : "QuickPageNumber", - "type" : "image", - "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", - }, - { - "name" : "QuickPageDownButton", - "type" : "button", - "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, - - "x" : 1, - "y" : 24, - - "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", - "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", - "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", - }, - - ), - }, - ), - }, - - ), -} diff --git a/bin/pack/locale_us/locale/us/ui/webwindow.py b/bin/pack/locale_us/locale/us/ui/webwindow.py deleted file mode 100644 index 66e12778..00000000 --- a/bin/pack/locale_us/locale/us/ui/webwindow.py +++ /dev/null @@ -1,50 +0,0 @@ -import uiScriptLocale - -WEB_WIDTH = 780 -WEB_HEIGHT = 560 - -window = { - "name" : "MallWindow", - - "x" : 0, - "y" : 0, - - "width" : WEB_WIDTH + 20, - "height" : WEB_HEIGHT + 40, - - "children" : - ( - { - "name" : "board", - "type" : "board", - "style" : ("attach",), - - "x" : 0, - "y" : 0, - - "width" : WEB_WIDTH + 20, - "height" : WEB_HEIGHT + 40, - - "children" : - ( - ## Title - { - "name" : "TitleBar", - "type" : "titlebar", - "style" : ("attach",), - - "x" : 8, - "y" : 7, - - "width" : WEB_WIDTH + 10, - "color" : "yellow", - - "children" : - ( - { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, - ), - }, - ), - }, - ), -} diff --git a/bin/pack/locale_ymir/locale/ymir/desc_assassin.txt b/bin/pack/locale_ymir/locale/ymir/desc_assassin.txt deleted file mode 100644 index c6163c24..00000000 --- a/bin/pack/locale_ymir/locale/ymir/desc_assassin.txt +++ /dev/null @@ -1,16 +0,0 @@ -[DELAY value;10] -ڰ ܰ˰ Ȱ ֹ[ENTER] -ϴ ϻ Դϴ.[ENTER] -̵ ؿ ϱ[ENTER] - Ȥ Ʒð [ENTER] - ü ׸ [ENTER] -[WAIT] -, Ư Ǹ ߾[ENTER] -ٸ 帧 ڹٲ[ENTER] - ı[ENTER] -ϴ. ø԰ ӵ[ENTER] -ϱ [ENTER] -[WAIT] - Ѵٴ [ENTER] - ̵ [ENTER] -Դϴ. diff --git a/bin/pack/locale_ymir/locale/ymir/desc_empire_a.txt b/bin/pack/locale_ymir/locale/ymir/desc_empire_a.txt deleted file mode 100644 index dcae77e8..00000000 --- a/bin/pack/locale_ymir/locale/ymir/desc_empire_a.txt +++ /dev/null @@ -1,27 +0,0 @@ -[DELAY value;10] -ż[ENTER] -[ENTER] - Ȱ ̷[ENTER] - Ŵ . [ENTER] -п ġǴٽ [ENTER] -[WAIT] - ٺ[ENTER] - ε Ǽ ̴.[ENTER] -ַ η[ENTER] -Ǵ [ENTER] -(Metin Stone) [ENTER] -[WAIT] -ΰ ܵ [ENTER] - ޾Ҵ[ENTER] -̵̱⵵ ϴ. [ENTER] - ̵ ׵ [ENTER] - ó ü[ENTER] -[WAIT] - 鿩 ʿ[ENTER] - Ϸ غ ߿[ENTER] -ִ. ̵ ϴ [ENTER] -ϵ ϳ [ENTER] - 𸣴 [ENTER] -[WAIT] -ħ Ƴ ٽ θ[ENTER] -ôϴ ̴. diff --git a/bin/pack/locale_ymir/locale/ymir/desc_empire_b.txt b/bin/pack/locale_ymir/locale/ymir/desc_empire_b.txt deleted file mode 100644 index 5f88c54d..00000000 --- a/bin/pack/locale_ymir/locale/ymir/desc_empire_b.txt +++ /dev/null @@ -1,24 +0,0 @@ -[DELAY value;10] -õ[ENTER] -[ENTER] - ܷ 縦[ENTER] -θ¢ ̸ Ϸ[ENTER] -. Ȳ ̵[ENTER] -[WAIT] - [ENTER] - ̴. ּ [ENTER] - Ƴ (Metin[ENTER] -Stone) [ENTER] -ݰ ׿ å[ENTER] -[WAIT] - ʿ [ENTER] -Ͽ ̸ ôϰ[ENTER] - ̲ [ENTER] -ݱ⸦ . 뱹[ENTER] - ŵϰ [ENTER] -[WAIT] -̵ ϳ, [ENTER] - ʿ[ENTER] -ݾ ħ [ENTER] - ϴ ̴.[ENTER] - diff --git a/bin/pack/locale_ymir/locale/ymir/desc_empire_c.txt b/bin/pack/locale_ymir/locale/ymir/desc_empire_c.txt deleted file mode 100644 index d8492f1a..00000000 --- a/bin/pack/locale_ymir/locale/ymir/desc_empire_c.txt +++ /dev/null @@ -1,27 +0,0 @@ -[DELAY value;10] -뱹[ENTER] -[ENTER] - Ȱ ޲ٸ [ENTER] - ϴ 뱹. Ȳ[ENTER] - ̸ ̲ ִ[ENTER] -[WAIT] -̴. Ϲ濡 ġϰ[ENTER] -ֱ ż [ENTER] -Ȥ ڿȯ [ENTER] - [ENTER] -̰ е ȭ[ENTER] -[WAIT] -ϰ ִ. ż[ENTER] -Ǽ [ENTER] -忡 ؼ [ENTER] -ϴµ µ[ENTER] -ϰ ̹ Ȳ[ENTER] -[WAIT] -ڵ ׿ [ENTER] -ڼ 翡 ִ[ENTER] - ϴ.̵ ǥ [ENTER] - [ENTER] -п ٽ ϱ[ENTER] -[WAIT] - ̸ ߸ [ENTER] -ֱ ̴.[ENTER] diff --git a/bin/pack/locale_ymir/locale/ymir/desc_shaman.txt b/bin/pack/locale_ymir/locale/ymir/desc_shaman.txt deleted file mode 100644 index ebc02ee0..00000000 --- a/bin/pack/locale_ymir/locale/ymir/desc_shaman.txt +++ /dev/null @@ -1,17 +0,0 @@ -[DELAY value;10] - ڿ [ENTER] -帧 ȭ ڵ[ENTER] -Դϴ. ׵ ̷ Ģ[ENTER] -Ư Űü üȭ[ENTER] -ų ִ ˰[ENTER] -[WAIT] -ֽϴ. ̷ ׵鸸[ENTER] -Űü Ϲ ,[ENTER] -Ȥ ̶ θϴ.[ENTER] -ʹ [ENTER] -ֱ Ӿ ٸ[ENTER] -[WAIT] - ȭ ϱ⸦ ,[ENTER] -׵ ɿϰ ̾[ENTER] - ׸ [ENTER] -ʽϴ. diff --git a/bin/pack/locale_ymir/locale/ymir/desc_sura.txt b/bin/pack/locale_ymir/locale/ymir/desc_sura.txt deleted file mode 100644 index 69d5abd7..00000000 --- a/bin/pack/locale_ymir/locale/ymir/desc_sura.txt +++ /dev/null @@ -1,17 +0,0 @@ -[DELAY value;10] - ڽ ȿ Ǹ[ENTER] - [ENTER] - Դϴ.[ENTER] -̵ ٸ ڵ ޸ [ENTER] - ΰ踦 [ENTER] -[WAIT] - ʴ Ư¡ ֽϴ.[ENTER] -̵ ǥ ְ [ENTER] - ߴ ̸, [ENTER] - 彺 [ENTER] -̶ մϴ.[ENTER] -[WAIT] -ڽ ϴ [ENTER] -ʿϴٰ [ENTER] - ü[ENTER] - մϴ. diff --git a/bin/pack/locale_ymir/locale/ymir/desc_warrior.txt b/bin/pack/locale_ymir/locale/ymir/desc_warrior.txt deleted file mode 100644 index fd9b5905..00000000 --- a/bin/pack/locale_ymir/locale/ymir/desc_warrior.txt +++ /dev/null @@ -1,17 +0,0 @@ -[DELAY value;10] - ڷ ˰ ưư[ENTER] - ϰ ó[ENTER] - ֿ Ȱ[ENTER] -մϴ. ֿ Ȥ[ENTER] -Ű ϸ [ENTER] -[WAIT] -ö õ ڽ [ENTER] - ó [ENTER] - ߱ մϴ.[ENTER] -г ̵ ִ[ENTER] -ڵ ü [ENTER] -[WAIT] -ʴ ٰ ϴ [ENTER] - Դϴ. - - diff --git a/bin/pack/locale_ymir/locale/ymir/effect/ymirred.tga b/bin/pack/locale_ymir/locale/ymir/effect/ymirred.tga deleted file mode 100644 index 721004c7..00000000 Binary files a/bin/pack/locale_ymir/locale/ymir/effect/ymirred.tga and /dev/null differ diff --git a/bin/pack/locale_ymir/locale/ymir/guildbuildinglist.txt b/bin/pack/locale_ymir/locale/ymir/guildbuildinglist.txt deleted file mode 100644 index a8e457e8..00000000 --- a/bin/pack/locale_ymir/locale/ymir/guildbuildinglist.txt +++ /dev/null @@ -1,80 +0,0 @@ -VNUM TYPE MODEL NAME REG_1 REG_2 REG_3 REG_4 XROT_LIMIT YROT_LIMIT ZROT_LIMIT PRICE MATERIALS NPC GROUP DEPEND_GROUP -//14003 FACILITY gongjakso ۼ -527.93 -411.1 527.93 411.1 0 0 360 20000000 "90010,15/90011,25/90012,30" 0 0 0 0 -14013 FACILITY jedan ü -525 -525 525 525 0 0 360 20000000 "90010,20/90011,30/90012,20" 20044 2 1 1 -14014 FACILITY jedan  ü -525 -525 525 525 0 0 360 20000000 "90010,20/90011,30/90012,20" 20045 2 1 1 -14015 FACILITY jedan ׼ ü -525 -525 525 525 0 0 360 20000000 "90010,20/90011,30/90012,20" 20046 2 1 1 -//14023 FACILITY saryeongbu ɺ -456.73 -495.09 456.73 530.3 0 0 360 20000000 "90010,30/90011,35/90012,35" 0 0 0 0 -14033 FACILITY suryeonjang -832.57 -472.99 832.57 472.99 0 0 360 20000000 "90010,25/90011,25/90012,25" 0 0 0 2 - -14043 FACILITY yonggwangro ̾Ƹ 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20060 3 1 1 -//14044 FACILITY yonggwangro ȣ 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20061 3 1 0 -14045 FACILITY yonggwangro ȭ 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20062 3 1 1 -14046 FACILITY yonggwangro 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20063 3 1 1 -14047 FACILITY yonggwangro 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20064 3 1 1 -14048 FACILITY yonggwangro 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20065 3 1 1 -14049 FACILITY yonggwangro 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20066 3 1 1 -14050 FACILITY yonggwangro ܼ 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20067 3 1 1 -14051 FACILITY yonggwangro 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20068 3 1 1 -14052 FACILITY yonggwangro 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20069 3 1 1 -14053 FACILITY yonggwangro 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20070 3 1 1 -14054 FACILITY yonggwangro ڼ 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20071 3 1 1 -14055 FACILITY yonggwangro õ 뱤 -179.63 -199.89 179.63 199.89 0 0 360 20000000 "90010,15/90011,20/90012,25" 20072 3 1 1 - -14061 FACILITY himuijedan_01 -523.91 -995.84 527.55 750.99 0 0 360 25000000 "90010,25/90011,25/90012,25" 20077 4 1 1 -14062 FACILITY himuijedan_02 -586.17 -995.84 587.18 818.56 0 0 360 500000000 "90010,50/90011,50/90012,50" 20078 4 4 2 -14063 FACILITY himuijedan_03 -664.7 -995.84 665.7 896.57 0 0 360 750000000 "90010,75/90011,75/90012,75" 20079 4 4 2 - -14100 HEADQUARTER a1-011-workhouse (1) -676.52 -894.26 690.18 749.32 0 0 360 20000000 "90010,20/90011,30/90012,25" 0 1 0 1 -14101 OBJECT a1-038-wall-corner (1-1) -400 -153.53 156.48 400 0 0 360 2000000 "90010,15/90011,5/90012,5" 0 5 0 2 -14102 OBJECT a1-038-wall-lin (1-2) -200 -106.73 300 106.73 0 0 360 1000000 "90010,15/90011,5/90012,5" 0 5 0 2 -14103 OBJECT a1-038-wall-lin2 (1-3) -500 -106.73 500 106.73 0 0 360 1000000 "90010,15/90011,5/90012,5" 0 5 0 2 -14104 OBJECT a1-038-wall-door 빮(1) -1000 -274.73 1000 274.73 0 0 360 2500000 "90010,5/90011,15/90012,10" 0 5 0 2 -14105 BUILDIN a1-set (1) -1000 -274.73 1000 274.73 0 0 360 2500000 "90010,5/90011,15/90012,10" 0 5 0 1 - -14110 HEADQUARTER b1-011-workhouse (2) -678.76 -894.26 687.94 749.32 0 0 360 20000000 "90010,20/90011,30/90012,25" 0 1 0 1 -14111 OBJECT b1-038-wall-corner (2-1) -400 -153.53 156.48 400 0 0 360 2000000 "90010,15/90011,5/90012,5" 0 5 0 2 -14112 OBJECT b1-038-wall-lin (2-2) -200 -106.73 300 106.73 0 0 360 1000000 "90010,15/90011,5/90012,5" 0 5 0 2 -14113 OBJECT b1-038-wall-lin2 (2-3) -500 -106.73 500 106.73 0 0 360 1000000 "90010,15/90011,5/90012,5" 0 5 0 2 -14114 OBJECT b1-038-wall-door 빮(2) -1000 -274.73 1000 274.73 0 0 360 2500000 "90010,5/90011,15/90012,10" 0 5 0 2 -14115 BUILDIN b1-set (2) -1000 -274.73 1000 274.73 0 0 360 2500000 "90010,5/90011,15/90012,10" 0 5 0 1 - -14120 HEADQUARTER c1-011-workhouse (3) -676.52 -894.26 690.18 749.32 0 0 360 20000000 "90010,20/90011,30/90012,25" 0 1 0 1 -14121 OBJECT c1-038-wall-corner (3-1) -400 -153.53 156.48 400 0 0 360 2000000 "90010,15/90011,5/90012,5" 0 5 0 2 -14122 OBJECT c1-038-wall-lin (3-2) -200 -106.73 300 106.73 0 0 360 1000000 "90010,15/90011,5/90012,5" 0 5 0 2 -14123 OBJECT c1-038-wall-lin2 (3-3) -500 -106.73 500 106.73 0 0 360 1000000 "90010,15/90011,5/90012,5" 0 5 0 2 -14124 OBJECT c1-038-wall-door 빮(3) -1000 -274.73 1000 274.73 0 0 360 2500000 "90010,5/90011,15/90012,10" 0 5 0 2 -14125 BUILDIN c1-set (3) -1000 -274.73 1000 274.73 0 0 360 2500000 "90010,5/90011,15/90012,10" 0 5 0 1 - -//14140 BUILDING ob-7-01 ž -188.25 -221.33 188.25 221.33 0 0 360 3000000 "90010,20/90011,30/90012,35" 0 0 0 0 -//14141 OBJECT ob-7-02-01 1 -3.69 -79.93 348.52 79.93 0 0 360 800000 "90010,5/90011,15/90012,15" 0 0 0 2 -//14142 OBJECT ob-7-02-02 2 -72.14 -71.66 72.14 71.66 0 0 360 500000 "90010,5/90011,15/90012,15" 0 0 0 2 -//14143 OBJECT ob-7-03-01 3 -390.82 -104.9 4.13 104.9 0 0 360 800000 "90010,5/90011,15/90012,15" 0 0 0 2 -//14144 OBJECT ob-7-03-02 빮 -2.45 -192.41 695.53 192.41 0 0 360 2000000 "90010,5/90011,20/90012,20" 0 0 0 2 -//14145 BUILDIN ob1-set (4) -1000 -274.73 1000 274.73 0 0 360 2500000 "90010,5/90011,15/90012,10" 0 0 0 1 - -14200 OBJECT guild_symbol -45.9 -9.44 42.68 40.13 0 0 360 3000000 "90011,5/90012,5" 0 0 1 1 -14201 WALL fence01_door01 빮 -1000 -54 1000 20 0 0 360 3000000 "90010.50" 0 0 1 1 -14202 WALL fence01_back01 ޺ -1000 -18 1000 18 0 0 360 3000000 "90010.50" 0 0 1 1 -14203 WALL fence01_left01 ޺ -19 -1362 19 1362 0 0 360 3000000 "90010.50" 0 0 1 1 -14204 WALL fence01_right01 -18 -1362 18 1362 0 0 360 3000000 "90010.50" 0 0 1 1 - -14300 OBJECT general_obj_stone01 1 -116.04 -118.44 116.04 118.44 0 0 360 300000 "90010,5" 0 0 0 1 -14301 OBJECT general_obj_stone02 2 -118.05 -132.67 118.05 132.67 0 0 360 300000 "90010,5" 0 0 0 1 -14302 OBJECT general_obj_stone03 3 -133.43 -102.96 133.43 102.96 0 0 360 300000 "90010,7" 0 0 0 1 -14303 OBJECT general_obj_stone04 4 -104.21 -117.82 104.21 117.82 0 0 360 300000 "90010,7" 0 0 0 1 -14304 OBJECT general_obj_stone05 5 -171.59 -145.52 171.59 145.52 0 0 360 300000 "90010,7" 0 0 0 1 -14305 OBJECT general_obj_stone06 6 -192.74 -201.58 192.74 201.58 0 0 360 300000 "90010,8" 0 0 0 1 -14306 OBJECT general_obj_stone07 7 -183.58 -184.01 183.58 184.01 0 0 360 300000 "90010,8" 0 0 0 1 -14307 OBJECT general_obj_stone08 8 -66.89 -56.67 66.89 56.67 0 0 360 300000 "90010,8" 0 0 0 1 -14308 OBJECT general_obj_stone09 9 -65.87 -53.47 65.87 53.47 0 0 360 300000 "90010,9" 0 0 0 1 -14309 OBJECT general_obj_stone10 10 -182.17 -123.03 182.17 123.03 0 0 360 300000 "90010,9" 0 0 0 1 - -14400 OBJECT B1_PagodaTree_RT 1 0 0 360 2000000 "90011,5" 0 0 0 1 -14401 OBJECT B1_PagodaTree_RT3 2 0 0 360 2000000 "90011,5" 0 0 0 1 -14402 OBJECT B1_Sassafras_RT_Fall 3 0 0 360 2000000 "90011,7" 0 0 0 1 -14403 OBJECT B1_Sassafras_RT_Fall2 4 0 0 360 2000000 "90011,7" 0 0 0 1 -14404 OBJECT B3_ShingleOak_RT2 5 0 0 360 2000000 "90011,7" 0 0 0 1 -14405 OBJECT B2_IvySpy_RT 6 0 0 360 2000000 "90011,9" 0 0 0 1 -14406 OBJECT B2_IvySpy_RT4 7 0 0 360 2000000 "90011,9" 0 0 0 1 -14407 OBJECT B2_JapaneseMaple_RT_Fall 8 0 0 360 2000000 "90011,9" 0 0 0 1 -14408 OBJECT B2_JapaneseMaple_RT_Fall2 9 0 0 360 2000000 "90011,9" 0 0 0 1 diff --git a/bin/pack/locale_ymir/locale/ymir/insult.txt b/bin/pack/locale_ymir/locale/ymir/insult.txt deleted file mode 100644 index c3732322..00000000 --- a/bin/pack/locale_ymir/locale/ymir/insult.txt +++ /dev/null @@ -1,2338 +0,0 @@ -webzen -suck -sival -sibal -sex -qm -qa -pussy -porno -porn -police -penis -ooo -o0o -null -none -nhn -naver -motherfucker -jaji -ja -igoi -igmi -igioi -igimi -hangame -hack -guest -gm -gameorginizer -gamemaster -G -G -G -G -fuck-you -fuckyou -fucku -fucking -fuck -dog -db -cs -cival -cipal -cifal -cibal -cast -c -C -c -c -c -c -c -c -c -c -c -c8 -boji -bo -bitch -BattleTerritory -battery -auction -asshole -Administrator -admin -λ -ҳ -â - - -ĺ -Ĺ -ķ -ķڽ -ķ -ķ -ķƵ -ķ -Ķ -Ķ -Ķ -Ĵٳ -ȭ -ȭɳ -ȭ -ȭ -ȭ -ȣ -ȣ -ȣ -ȣ -ȣڽ -ȣ -ȣ -ȣ¥ -ȣڽ -ȣڽ -ȣνó -ȣι -ȣγ -ȣ -ȣɳ - -ݰŷ -ŷ -Ʈ -Ÿ -ŷ - - -q -Ÿ - -ŷó -ŷó -ŷ -ŷ -ŷ -׹ - -Ի -Դٷ -Դ -Դֱ -C - -Ӿ -Ӿ -Ÿ -ѹٷ -ѹֲ -ѹ - -t -m - - - - - - - - - - -¼ - -x - -X - - - - -輷 -赼 -Ƽ -ġ - -Ƽ -Ƽ -Ƽ -Ͻ -hť -h -ݼ -ݻ -ť - -۸ -Ӷġ -T -Ƽ -Ƽ -дϽ -ť - -o -C - -ޱ -ޱ -ޱ -ް -ͷ -Ÿ -ŭ -Ŭ丮 -ū -ū -ū -ū - - -ݰ -ܵ -s -ě -ě -Ľ -ļ -ļ -ļ -Ļ -Ŀ -ĿҸ -ĿҸŽ -Ŀϸ -ij -ijͻ -ī -ī -ī -ġ - - - - -뷲 -弭 -帶 - -ճ -ճ - -ʽ - -Ĺ߶ -ĸԾ -ĸ -ĸ° -ĵ -ÿ -ü -ù - -ó߶ -óԾ -óӰ -ó -ó -óื -ò -ä -â -â -â -â -â -A - - - - - - - - -n - -޵վƸ -޵ -޴ -c - -i -i - -ι -ɴ -ɱư -ɰ -ɰ -¹ -¹ -« -¥ -¥ -¥p -¥ -¥ -¥ -¥ -¥ -¥ - - - -ŷ -M - - -Ŵ -Ű - - - -© -¥ - - - - - - - - - - - -̷ - - - - - - - - - - - - - - - - - -㺸 - - - -㷲 - - -Z -ϴ -ϳ -ϳ -ϲ - - - - - -ֵ -ֵ -ֵվƸ -ֵ -ִ -ֱ -ְŶ - - - - - - - - - - -Ըѻ -Գ - -ȶ - -½ -½ -½ - - -Ծ - - - - - - -Ծ - - - - - - - - - - - - - - -Ծ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -ʰ - - - -¡ -߸ - - - - - - - - - - -Ǹ - - -ư -ư - - - - - - - - - - - - - - - - - -ھ - -ī -Ƽ - - - - - - - - - - - - - - - - - -ư - - - - - - - -ٲ -ٱ - -Ƽ - - -ɾ - - - - -ʴ - -ⴤ - - - - - -߻ -x -ji -g - - -ڣp - -ڤl -ڤI -ڤ -ڤ1 -ڤ! - -ھ -ھ -ڽ -ں -ڵ -ڱ -r -rl -rI -r -r1 -r! - - -Ӷ - -Ǥ -Ǥ -ä -ä -ä - - - -1 -; - - - - -ԾȻ -Ի -Դ -ڽ -̳ -̳ -̳ -ѳ - -ǹ - - - - - -÷ -ö - - - - - - - - - - - - - - - -. - - -ְ - - -ռҼ -պ -˳ -ʹ -â -ð -ð - - - -ҳ - -Ż - - - - - - - - - - -óԾ -óŸ -̴ -Ծ -Ծ - - - -ư - - -ڸ԰ -ڰ - -ġ -ͽ -̸ -̳ - - - -̿ - - - -â - - -¡ - - -O -ġ - - -簥 -ȭ - -߿ -߿ -߿ -߼ -߼ -߻ -߸ -߸ -߸ -߸ -߸ -߷ -ߵ -޳ -Ƽ -ں -ٺ -Ž - - - -־ -ֺ -ֹ̺ -ֹ -ֹ -ֹ -ֹ -ַ -˳ -˳ -ȸ -ۺ - -ۺ -̵ -Ʒ -ƴϲŴ -Ʊâ -Ʊâ -Ʊ -ư -ưâ -ư -ư -ư - - - - - - - - - -Ļ -Ļ -Ļ -Ļ -ĺ -ĺ -ĺ -Ĺ -Ĺ - -ҳ - - - - - -â - -þ -þ -þ˳ -þ -ý -ý -ü -ü -û -û -û -ù -ù -ó -ó -ó -ð - -Ȱ - -Ǯ -Ǣ -ǡ - - - -ȴ -ȳ -ȳ - - - - - -Ǯ - - -̻ -̺ -̺ -̹ -̹ -̹ -̹ -̹ -ӳ -ӳ - -˸Ӹ - - - - -Ƕ - - - - - - - - - - - -ܳʸӼ - - - - -η -η -ζ -ζ -δ - -f -U - - - - - - - - - - - - - - - -u - - - - - - - - -߽ -ߴ -߳ -߳ -߳ -' - - - - - - - - -8 -11 -1 -; -.,,, -.ߴ -,߳ -,, - - -Ǣ -ǡ - - -W -W -ȳ - - - - - - - - - -ζ - - - - - - - - - - - - -ǡ - - - - - - - - - - - - - - - - - -η - - - - - - - - - - - - - - -߾ - - - - - -m -d -d -d -P -O - - - - -̹ - - - - - - - - - - - - - - - - - - - - -ǹڴ´ - -ñ -ٲ - - - - - - - -j -j - - - - - - - - -꿢 -꿢 -긮 -곢 - -겥 - - - -޽ -޽Ÿ -Ž -ŽŸ -긶Ÿ -갳 - -޽ -޽Ÿ -Ž -ŽŸ -Ÿ - -Թ - - -ത - - - -b -Xӳ -X -X߳ -X -X -پ -پ -پ -ٽ -ټ -ٳ -ٱ - -ظ -س -س -ز -ر -ִ -ִ -ִ -ֳ -ֳ빫 -ֳ -ֳ -ֳ -ֳ -ֳʾ -Խٲ -Գ -Ѵ -ѳ - -Ϲھ -Ϲٰ -Ϲ -ϵ - -ٲ - -̹ -ι -ι -δ -δ -γ -γ -γ -α -α -ΰ -ΰٲ -ΰ -ΰ -ӹ -Ȱ - - - - - -â - -; -ͽ -ͽ -ͽ -ͼ -ͻ -ͻ -ͻ -ͻ -ͻ -ͻ -ͺ -ͺ -ͺ -ͺ -͹ -͹ -͹ -ͱ - -껹 -껡 -꺼 - - - - - - -˻ -˻ -˺ -˹ -˹ -1 -; - - - - - - - - - -â - -ʾ˴ -ʾ -ʽ -ʽ -ʽ -ʼ -ʼŰ -ʼŰ -ʼŰ -ʼ -ʼ -ʻ -ʻ -ʻ -ʻ -ʻ -ʻ -ʻ -ʺ -ʺ -ʺ -ʺ -ʺ -ʹ -ʹ -ʶ -ʶ -ʶ -ʵ -ʳ -ʳ -ʱ -8 -R -Ҹ -Ű -Ű -Ű -Ǯ -Ǯ -þO - - -û - - - - - -Ű -Ǯ - - -̺ -̺ -̹ -̹ -û -Õ -û -ú -ú -ú -Ô -ú -ú -úη -ÔU -ú -ú -ú -ù -ù -Óu -ù -ù -ù漼 -ù漼 -ù -ù -ù -ù -ùپ˳ -ùٶ -ùٶ -õ -ô -ó -1 - - - - -ú -ú -ù -ù -ù -õ -ô - - - - -Ʈ -Ʈ -Ʈ - -Ų - - - - - - -߳ -߳೪ - - - - - - - - - - -Ȱ - - -Ǯ - - - - -޾ -â - - - - - - - - - - - - - - -Ű -dz -Ǯ - - - - - - -Ǯ - - -̻ -̺ -̺ -̹ -̹ -̹ - - - - - -Ҿ - -η -U - - - - - -u - - - - - - - - - - - - - -v -j - -Ű - - -Ű - - - -ó -ܳ - - - -賢 -Ⳣ -ӱ -ҴϿ - - -r -U -ĸ -ķ -² -± -± -s -e - - - -ҷ - - - -ϰ - -Ʈ - -Ƽ - - - - - - - -Ҹ - - - - - - - - - - - - - -Ű - - - - - - -׽ - - - -Ի - - -ũ -ü -οǰ -屸 - -Ȱ -ⱸ - -ⱸ - - - - - - - - -Ű - - - - - - - - - - - -Ʈ -ļ - - - - - - - - - - - - - - - -Ű -ļ - - - - - - -1 -; -/ -// -Ÿ - - -빫 - - - - - - -ھ -ٰ -Ÿ -īġ -â -̹ -̹ - - -ġ - - -ó - -ij -Ĥ - - -Ӥ - - -1 - -߲ -E -׾ -Ծ -ѷ -Ѷ -ť -; -ť -ť - - -ǣp - - - -ǿ -ǻ -Ǹ -ǰ -ƽ -ť - - - -ť - - - - - - - - -Ͷ -; -ͳ - - - -; -ʹ - - - -ص - -ť - - - -ť - - - - - - - -ٸ -ٷ - - - - - -߷ - - - - - - - -. -縮 - -׽ - - - -긮 -긮 -긮 -귲 - - - -국 - - -齮 - - - - -佮 - - - -ؾ -ؽ -ػ -ض - -Ҿ -ŷ - -̽ -η -ζ -ε -δ - - - -̣p - - -U - - -z -x -g -¢ - - - -p - - -l -I - -1 -! - - - - - -Ʈ - - - - -ó - - - - - - -1 - - - - - -/ - - - - -̽ - - - - - - - - - - - -ŷ - - - -ť - - - -p - -ʾ - - - - -Ͻ - - - -̼ - -趼 -趧 -潦 - -P - - -ߵ -߱ -ۿٽҲ -ť - -ھٲ -ھٰ -ھ -ڰ -ڰʹ -ڰ -ڰ -ٸ -ٷ -ٷ -ٶ -ٰ - -' - -1 -; -ر -ر绡 -ر -νũ -κ -ƾ -ƾ -Ƥ -ī -ģ -ģ -ģ -ģ -̯Q - - - -ģ -ģ -̾Ƹػ罺 -̽ -̸ -̴Ͼ -.ƾ -.ģ -.Q - -Ƕ -Ƥ - -߻ - - -ȷ -Ĵ -ȿ -ٲ -ī - - - -Ӵ˴ϴ -Ӵ -ӴǸ -Ӵó -Ӵó -Ӵó -Ӵϼ -Ӵϻ -Ӵϻ缼 -ģ - -° - - -Ƽ -ͺ̼ - - -ũ - -ģ - - -󼽽 - - - -θŸ -αó -ߴ -Ǯ - - -Ǯ - - -̺ -̺ -̹ -̹ -̹ - - - - -η -η -η -δ - -캬 -캧 - - -漼 - - - - - -쵭 - -쳢 -첮 - - -߹ -߹ -߰ǹ -ٹ -ٹ -˲ -˱ -˱ -˰ -߻ - -ʾ -ʶ -ʳ -Ƕ -ġ - - - - - - - - - -̰ -̰ - - -Ծ -Ա - - - - - - - - - - - - - - -1 -; - -巹 -巯 - - -ġ - - - - - - -ڷγʾ -ڷ - - - - - - - - - - - - - - - - - - - - -ĽƮ -Ÿ - - - - - -ư - -ũ - - - - - - -ʿ -ش -ֲٸ -ӽ - - - -ٳ -ٲ -ش -ֶ -ֱ - -뱼 -밥 -밥 -밥 -밡 -밡 - -ġ - - - - -ó -ġ - - - - -ó -1 -; -ٸ -ױ -ױ -ױ -ױ -ױ⸮ -ױ -̷ -ְ - - -̹ -Ͽ -Ͽ -Ͽ -Ͼ -Ͼ -Ͼֺ -Ͼֹ -ϻ -ϻ -Ϲ̷ -Ϲ̷ -Ϲ̶ -Ϲ -ϒ -ϸ޶ -ϳ -ϱ -ϱ -ϱ -ϱ͹ - - - -̹ -̒ -̱ -;1 -// -׾ - - - -̷ - -̷ - - - - - - - - - - -־ -־ -ְΰ -ְ; -ְԹ -ʸ - - - -â -ڰ - -ü -۴ -۳ -Ծ -Ծ -Ծ -ҷ - -ʸ -׾ -iI1 -Ӥ -Ӥ -ӤӤ -Ƽ -ɹ -ų - -ø -ø -ø -ø -ø -ø -÷ -à -ñ -ð -ð -â - -ġ - - - - -ģ -ġ - - - - - - - - -躴 - - -ȹ -ȹ -ȹ -ȹ - -ģ -ģ -ģ - -ףp -׷ -׷켽 -׳ -װ -װҳ -װϰ -װ -͵ - - - - - - - - - -ȯ - - - - -ŷ - -ӸŽ - - - -X -X -˅ -׸ - - - -ڽ -ڽ - - -Ӹ -Խس -ԽŰ -Խ -Խ -Խ -Լ -Լ -Ի -Ի -Ժ -Ժ -Թ -Դ -Դ -Գ -Գ -Գ -ɷ -ɷ -ɷ -ɷ -ɷ -Ű - -Žñ - -¹ -cX -c˅ -c - -ȣ -ȣ -â - -㷯 - - - -½ - - - - - - -ī -ġ - - - - - -ڽ -ڽ - - - - - - - - - - -س - -ij -Ű - -Ű - - - - - -⸮ - -Ҹ - - - - - -' - -ٱ - -Ҿ -Ҷ -ζ - - - -ڻ -ģ - - - - - - - - - -ġ - - - - - -ư - -1 -1 -18 -18 -; -, -, - - -Ƹ -Ƹ - - -뽺 -Ʈ -ӱ -󸶽 - - - - -69 -2c -1ù -1; -18sus -18 -18 -18 -18 -18 -18 -18 -18 -18 -18 -18 -18 -18 -18 -18 -10ҳ -10ҳ -10 -10 -10 -10 -10 -10 -10 -10 -588 - - -¥ -û -ʻ - - -Ͼ - -߷ -߷ -߷ -ù߳ -ù߳ -ù߳ -ù߾ - - -Ϲ̻ -빫 -ιھ - -Ű - -ģ -ģ -ģŰ -ģ - - - - - -Ӱ -Ծ -Ӱ - - - -ȣڽ - - - -ù - - - - -o -̸̹ -YMIR - -Ymir -ymir diff --git a/bin/pack/locale_ymir/locale/ymir/item_list.txt b/bin/pack/locale_ymir/locale/ymir/item_list.txt deleted file mode 100644 index f082c996..00000000 --- a/bin/pack/locale_ymir/locale/ymir/item_list.txt +++ /dev/null @@ -1,7470 +0,0 @@ -1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 -10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -310 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -311 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -312 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -313 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -314 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -315 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -316 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -317 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -318 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -319 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -320 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -321 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -322 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -323 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -324 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -325 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -326 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -327 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -328 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -329 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -330 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -331 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -332 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -333 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -334 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -335 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -336 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -337 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -338 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -339 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -340 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -341 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -342 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -343 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -344 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -345 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -346 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -347 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -348 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -349 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -350 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -351 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -352 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -353 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -354 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -355 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -356 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -357 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -358 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -359 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -360 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -361 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -362 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -363 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -364 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -365 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -366 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -367 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -368 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -369 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -370 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -371 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -372 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -373 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -374 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -375 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -376 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -377 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -378 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -379 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -380 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -381 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -382 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -383 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -384 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -385 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -386 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -387 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -388 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -389 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -390 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -391 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -392 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -393 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -394 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -395 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -396 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -397 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -398 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -399 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -400 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -401 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -402 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -403 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -404 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -405 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -406 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -407 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -408 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -409 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -410 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -411 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -412 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -413 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -414 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -415 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -416 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -417 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -418 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -419 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -420 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -421 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -422 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -423 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -424 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -425 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -426 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -427 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -428 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -429 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -430 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -431 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -432 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -433 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -434 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -435 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -436 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -437 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -438 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -439 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -440 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -441 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -442 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -443 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -444 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -445 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -446 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -447 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -448 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -449 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -450 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -451 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -452 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -453 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -454 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -455 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -456 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -457 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -458 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -459 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -460 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -461 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -462 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -463 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -464 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -465 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -466 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -467 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -468 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -469 WEAPON icon/item/00460.tga d:/ymir work/item/weapon/00460.gr2 -470 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -471 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -472 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -473 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -474 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -475 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -476 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -477 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -478 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -479 WEAPON icon/item/00470.tga d:/ymir work/item/weapon/00470.gr2 -1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1270 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1271 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1272 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1273 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1274 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1275 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1276 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1277 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1278 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1279 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1280 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1281 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1282 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1283 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1284 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1285 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1286 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1287 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1288 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1289 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1290 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1291 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1292 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1293 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1294 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1295 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1296 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1297 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1298 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1299 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1300 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1301 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1302 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1303 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1304 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1305 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1306 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1307 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1308 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1309 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1310 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1311 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1312 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1313 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1314 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1315 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1316 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1317 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1318 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1319 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1320 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1321 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1322 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1323 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1324 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1325 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1326 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1327 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1328 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1329 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1330 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1331 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1332 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1333 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1334 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1335 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1336 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1337 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1338 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1339 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1340 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1341 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1342 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1343 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1344 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1345 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1346 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1347 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1348 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -1349 WEAPON icon/item/01340.tga d:/ymir work/item/weapon/01340.gr2 -2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2300 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2301 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2302 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2303 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2304 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2305 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2306 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2307 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2308 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2309 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2310 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2311 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2312 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2313 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2314 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2315 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2316 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2317 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2318 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2319 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2330 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2331 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2332 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2333 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2334 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2335 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2336 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2337 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2338 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2339 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2340 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2341 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2342 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2343 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2344 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2345 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2346 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2347 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2348 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2349 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2350 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2351 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2352 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2353 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2354 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2355 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2356 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2357 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2358 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2359 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2360 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2361 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2362 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2363 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2364 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2365 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2366 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2367 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2368 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2369 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2370 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2371 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2372 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2373 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2374 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2375 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2376 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2377 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2378 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -2379 WEAPON icon/item/02370.tga d:/ymir work/item/weapon/02370.gr2 -3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3001 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3002 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3003 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3004 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3005 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3006 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3007 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3008 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3009 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -3010 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3011 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3012 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3013 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3014 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3015 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3016 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3017 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3018 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3019 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/03010.gr2 -3020 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3021 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3022 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3023 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3024 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3025 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3026 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3027 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3028 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3029 WEAPON icon/item/03020.tga d:/ymir work/item/weapon/03020.gr2 -3030 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3031 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3032 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3033 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3034 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3035 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3036 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3037 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3038 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3039 WEAPON icon/item/03030.tga d:/ymir work/item/weapon/03030.gr2 -3040 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3041 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3042 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3043 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3044 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3045 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3046 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3047 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3048 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3049 WEAPON icon/item/03040.tga d:/ymir work/item/weapon/03040.gr2 -3050 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3051 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3052 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3053 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3054 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3055 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3056 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3057 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3058 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3059 WEAPON icon/item/03050.tga d:/ymir work/item/weapon/03050.gr2 -3060 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3061 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3062 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3063 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3064 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3065 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3066 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3067 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3068 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3069 WEAPON icon/item/03060.tga d:/ymir work/item/weapon/03060.gr2 -3070 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3071 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3072 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3073 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3074 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3075 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3076 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3077 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3078 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3079 WEAPON icon/item/03070.tga d:/ymir work/item/weapon/03070.gr2 -3080 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3081 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3082 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3083 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3084 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3085 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3086 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3087 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3088 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3089 WEAPON icon/item/03080.tga d:/ymir work/item/weapon/03080.gr2 -3090 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3091 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3092 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3093 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3094 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3095 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3096 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3097 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3098 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3099 WEAPON icon/item/03090.tga d:/ymir work/item/weapon/03090.gr2 -3100 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3101 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3102 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3103 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3104 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3105 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3106 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3107 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3108 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3109 WEAPON icon/item/03100.tga d:/ymir work/item/weapon/03100.gr2 -3110 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3111 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3112 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3113 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3114 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3115 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3116 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3117 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3118 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3119 WEAPON icon/item/03110.tga d:/ymir work/item/weapon/03110.gr2 -3120 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3121 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3122 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3123 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3124 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3125 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3126 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3127 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3128 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3129 WEAPON icon/item/03120.tga d:/ymir work/item/weapon/03120.gr2 -3130 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3131 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3132 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3133 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3134 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3135 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3136 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3137 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3138 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3139 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3140 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3141 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3142 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3143 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3144 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3145 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3146 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3147 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3148 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3149 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3150 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3151 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3152 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3153 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3154 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3155 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3156 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3157 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3158 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3159 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3160 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3161 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3162 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3163 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3164 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3165 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3166 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3167 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3168 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3169 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3170 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3171 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3172 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3173 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3174 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3175 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3176 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3177 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3178 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3179 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3180 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3181 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3182 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3183 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3184 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3185 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3186 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3187 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3188 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3189 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3190 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3191 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3192 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3193 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3194 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3195 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3196 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3197 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3198 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3199 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3200 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3201 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3202 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3203 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3204 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3205 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3206 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3207 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3208 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3209 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3210 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3211 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3212 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3213 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3214 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3215 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3216 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3217 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3218 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3219 WEAPON icon/item/03210.tga d:/ymir work/item/weapon/03210.gr2 -3220 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3221 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3222 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3223 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3224 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3225 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3226 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3227 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3228 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3229 WEAPON icon/item/03220.tga d:/ymir work/item/weapon/03220.gr2 -3300 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3301 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3302 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3303 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3304 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3305 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3306 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3307 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3308 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3309 WEAPON icon/item/03130.tga d:/ymir work/item/weapon/03130.gr2 -3310 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3311 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3312 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3313 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3314 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3315 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3316 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3317 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3318 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3319 WEAPON icon/item/03140.tga d:/ymir work/item/weapon/03140.gr2 -3320 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3321 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3322 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3323 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3324 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3325 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3326 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3327 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3328 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3329 WEAPON icon/item/03150.tga d:/ymir work/item/weapon/03150.gr2 -3330 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3331 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3332 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3333 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3334 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3335 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3336 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3337 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3338 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3339 WEAPON icon/item/03160.tga d:/ymir work/item/weapon/03160.gr2 -3340 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3341 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3342 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3343 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3344 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3345 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3346 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3347 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3348 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3349 WEAPON icon/item/03170.tga d:/ymir work/item/weapon/03170.gr2 -3350 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3351 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3352 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3353 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3354 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3355 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3356 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3357 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3358 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3359 WEAPON icon/item/03180.tga d:/ymir work/item/weapon/03180.gr2 -3360 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3361 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3362 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3363 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3364 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3365 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3366 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3367 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3368 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3369 WEAPON icon/item/03190.tga d:/ymir work/item/weapon/03190.gr2 -3370 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3371 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3372 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3373 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3374 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3375 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3376 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3377 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3378 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -3379 WEAPON icon/item/03200.tga d:/ymir work/item/weapon/03200.gr2 -4000 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4001 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4002 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4003 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4004 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4005 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4006 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4007 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4008 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4009 WEAPON icon/item/04000.tga d:/ymir work/item/weapon/04000.gr2 -4010 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4011 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4012 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4013 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4014 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4015 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4016 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4017 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4018 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4019 WEAPON icon/item/04010.tga d:/ymir work/item/weapon/04010.gr2 -4020 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4021 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4022 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4023 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4024 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4025 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4026 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4027 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4028 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4029 WEAPON icon/item/04020.tga d:/ymir work/item/weapon/04020.gr2 -4030 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4031 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4032 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4033 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4034 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4035 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4036 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4037 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4038 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4039 WEAPON icon/item/04030.tga d:/ymir work/item/weapon/04030.gr2 -4040 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4041 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4042 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4043 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4044 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4045 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4046 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4047 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4048 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4049 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4210 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4211 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4212 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4213 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4214 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4215 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4216 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4217 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4218 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -4219 WEAPON icon/item/04040.tga d:/ymir work/item/weapon/04040.gr2 -5000 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5001 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5002 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5003 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5004 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5005 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5006 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5007 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5008 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5009 WEAPON icon/item/05000.tga d:/ymir work/item/weapon/05000.gr2 -5010 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5011 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5012 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5013 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5014 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5015 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5016 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5017 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5018 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5019 WEAPON icon/item/05010.tga d:/ymir work/item/weapon/05010.gr2 -5020 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5021 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5022 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5023 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5024 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5025 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5026 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5027 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5028 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5029 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -5030 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5031 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5032 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5033 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5034 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5035 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5036 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5037 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5038 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5039 WEAPON icon/item/05030.tga d:/ymir work/item/weapon/05030.gr2 -5040 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5041 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5042 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5043 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5044 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5045 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5046 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5047 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5048 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5049 WEAPON icon/item/05040.tga d:/ymir work/item/weapon/05040.gr2 -5050 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5051 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5052 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5053 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5054 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5055 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5056 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5057 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5058 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5059 WEAPON icon/item/05050.tga d:/ymir work/item/weapon/05050.gr2 -5060 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5061 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5062 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5063 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5064 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5065 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5066 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5067 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5068 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5069 WEAPON icon/item/05060.tga d:/ymir work/item/weapon/05060.gr2 -5070 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5071 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5072 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5073 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5074 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5075 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5076 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5077 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5078 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5079 WEAPON icon/item/05070.tga d:/ymir work/item/weapon/05070.gr2 -5080 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5081 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5082 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5083 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5084 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5085 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5086 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5087 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5088 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5089 WEAPON icon/item/05080.tga d:/ymir work/item/weapon/05080.gr2 -5090 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5091 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5092 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5093 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5094 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5095 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5096 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5097 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5098 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5099 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5100 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5101 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5102 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5103 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5104 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5105 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5106 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5107 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5108 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5109 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5110 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5111 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5112 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5113 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5114 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5115 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5116 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5117 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5118 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5119 WEAPON icon/item/05110.tga d:/ymir work/item/weapon/05110.gr2 -5120 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5121 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5122 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5123 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5124 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5125 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5126 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5127 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5128 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5129 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5130 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5131 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5132 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5133 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5134 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5135 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5136 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5137 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5138 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5139 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5140 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5141 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5142 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5143 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5144 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5145 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5146 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5147 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5148 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5149 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5150 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5151 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5152 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5153 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5154 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5155 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5156 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5157 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5158 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5159 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5260 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5261 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5262 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5263 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5264 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5265 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5266 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5267 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5268 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5269 WEAPON icon/item/05090.tga d:/ymir work/item/weapon/05090.gr2 -5270 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5271 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5272 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5273 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5274 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5275 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5276 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5277 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5278 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5279 WEAPON icon/item/05100.tga d:/ymir work/item/weapon/05100.gr2 -5290 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5291 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5292 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5293 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5294 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5295 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5296 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5297 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5298 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5299 WEAPON icon/item/05120.tga d:/ymir work/item/weapon/05120.gr2 -5300 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5301 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5302 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5303 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5304 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5305 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5306 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5307 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5308 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5309 WEAPON icon/item/05130.tga d:/ymir work/item/weapon/05130.gr2 -5310 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5311 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5312 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5313 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5314 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5315 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5316 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5317 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5318 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5319 WEAPON icon/item/05140.tga d:/ymir work/item/weapon/05140.gr2 -5320 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5321 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5322 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5323 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5324 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5325 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5326 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5327 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5328 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5329 WEAPON icon/item/05150.tga d:/ymir work/item/weapon/05150.gr2 -5330 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5331 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5332 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5333 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5334 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5335 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5336 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5337 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5338 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5339 WEAPON icon/item/05330.tga d:/ymir work/item/weapon/05330.gr2 -5340 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5341 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5342 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5343 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5344 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5345 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5346 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5347 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5348 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -5349 WEAPON icon/item/05340.tga d:/ymir work/item/weapon/05340.gr2 -7000 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7001 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7002 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7003 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7004 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7005 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7006 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7007 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7008 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7009 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -7010 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7011 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7012 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7013 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7014 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7015 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7016 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7017 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7018 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7019 WEAPON icon/item/07010.tga d:/ymir work/item/weapon/07010.gr2 -7020 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7021 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7022 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7023 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7024 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7025 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7026 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7027 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7028 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7029 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -7030 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7031 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7032 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7033 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7034 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7035 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7036 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7037 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7038 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7039 WEAPON icon/item/07030.tga d:/ymir work/item/weapon/07030.gr2 -7040 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7041 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7042 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7043 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7044 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7045 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7046 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7047 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7048 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7049 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -7050 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7051 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7052 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7053 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7054 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7055 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7056 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7057 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7058 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7059 WEAPON icon/item/07050.tga d:/ymir work/item/weapon/07050.gr2 -7060 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7061 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7062 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7063 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7064 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7065 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7066 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7067 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7068 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7069 WEAPON icon/item/07060.tga d:/ymir work/item/weapon/07060.gr2 -7070 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7071 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7072 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7073 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7074 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7075 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7076 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7077 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7078 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7079 WEAPON icon/item/07070.tga d:/ymir work/item/weapon/07070.gr2 -7080 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7081 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7082 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7083 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7084 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7085 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7086 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7087 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7088 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7089 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -7090 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7091 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7092 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7093 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7094 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7095 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7096 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7097 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7098 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7099 WEAPON icon/item/07090.tga d:/ymir work/item/weapon/07090.gr2 -7100 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7101 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7102 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7103 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7104 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7105 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7106 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7107 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7108 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7109 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -7110 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7111 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7112 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7113 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7114 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7115 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7116 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7117 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7118 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7119 WEAPON icon/item/07110.tga d:/ymir work/item/weapon/07110.gr2 -7120 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7121 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7122 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7123 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7124 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7125 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7126 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7127 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7128 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7129 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -7130 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7131 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7132 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7133 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7134 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7135 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7136 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7137 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7138 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7139 WEAPON icon/item/07130.tga d:/ymir work/item/weapon/07130.gr2 -7140 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7141 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7142 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7143 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7144 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7145 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7146 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7147 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7148 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7149 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7150 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7151 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7152 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7153 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7154 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7155 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7156 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7157 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7158 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7159 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7160 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7161 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7162 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7163 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7164 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7165 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7166 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7167 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7168 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7169 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -7170 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7171 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7172 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7173 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7174 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7175 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7176 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7177 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7178 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7179 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7180 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7181 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7182 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7183 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7184 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7185 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7186 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7187 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7188 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7189 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7190 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7191 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7192 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7193 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7194 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7195 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7196 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7197 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7198 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7199 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7200 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7201 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7202 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7203 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7204 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7205 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7206 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7207 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7208 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7209 WEAPON icon/item/03010.tga d:/ymir work/item/weapon/07200.gr2 -7310 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7311 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7312 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7313 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7314 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7315 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7316 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7317 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7318 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7319 WEAPON icon/item/07140.tga d:/ymir work/item/weapon/07140.gr2 -7320 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7321 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7322 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7323 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7324 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7325 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7326 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7327 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7328 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7329 WEAPON icon/item/07150.tga d:/ymir work/item/weapon/07150.gr2 -7340 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7341 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7342 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7343 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7344 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7345 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7346 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7347 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7348 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7349 WEAPON icon/item/07170.tga d:/ymir work/item/weapon/07170.gr2 -7350 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7351 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7352 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7353 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7354 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7355 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7356 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7357 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7358 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7359 WEAPON icon/item/07180.tga d:/ymir work/item/weapon/07180.gr2 -7360 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7361 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7362 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7363 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7364 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7365 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7366 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7367 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7368 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7369 WEAPON icon/item/07190.tga d:/ymir work/item/weapon/07190.gr2 -7370 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7371 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7372 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7373 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7374 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7375 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7376 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7377 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7378 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -7379 WEAPON icon/item/07370.tga d:/ymir work/item/weapon/07370.gr2 -8000 WEAPON icon/item/08000.tga -8001 WEAPON icon/item/08001.tga -8002 WEAPON icon/item/08001.tga -8003 WEAPON icon/item/08003.tga -8004 WEAPON icon/item/08004.tga -8005 WEAPON icon/item/08005.tga -8006 WEAPON icon/item/08006.tga -8007 WEAPON icon/item/08007.tga -8008 WEAPON icon/item/08008.tga -8009 WEAPON icon/item/08009.tga -9001 WEAPON icon/item/11200.tga -9002 WEAPON icon/item/11400.tga -9003 WEAPON icon/item/11600.tga -9004 WEAPON icon/item/11800.tga -9501 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -9502 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -9503 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -9504 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/03000.gr2 -9505 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -9506 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -9507 ARMOR icon/item/11220.tga -9508 ARMOR icon/item/12200.tga -9509 ARMOR icon/item/11620.tga -9510 ARMOR icon/item/12480.tga -9511 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -9512 ARMOR icon/item/11420.tga -9513 ARMOR icon/item/12340.tga -9514 WEAPON icon/item/07040.tga d:/ymir work/item/weapon/07040.gr2 -9515 ARMOR icon/item/11820.tga -9516 ARMOR icon/item/12620.tga -9517 ARMOR icon/item/14000.tga -9518 ARMOR icon/item/15000.tga -9519 ARMOR icon/item/16000.tga -9520 ARMOR icon/item/17000.tga -9521 ARMOR icon/item/13000.tga -11000 ARMOR D:\ymir work\ui\game\quest\questicon\level_05.tga -11010 ARMOR D:\ymir work\ui\game\quest\questicon\level_07.tga -11020 ARMOR D:\ymir work\ui\game\quest\questicon\level_08.tga -11030 ARMOR D:\ymir work\ui\game\quest\questicon\level_12.tga -11200 ARMOR icon/item/11200.tga -11201 ARMOR icon/item/11200.tga -11202 ARMOR icon/item/11200.tga -11203 ARMOR icon/item/11200.tga -11204 ARMOR icon/item/11200.tga -11205 ARMOR icon/item/11200.tga -11206 ARMOR icon/item/11200.tga -11207 ARMOR icon/item/11200.tga -11208 ARMOR icon/item/11200.tga -11209 ARMOR icon/item/11200.tga -11210 ARMOR icon/item/11210.tga -11211 ARMOR icon/item/11210.tga -11212 ARMOR icon/item/11210.tga -11213 ARMOR icon/item/11210.tga -11214 ARMOR icon/item/11210.tga -11215 ARMOR icon/item/11210.tga -11216 ARMOR icon/item/11210.tga -11217 ARMOR icon/item/11210.tga -11218 ARMOR icon/item/11210.tga -11219 ARMOR icon/item/11210.tga -11220 ARMOR icon/item/11220.tga -11221 ARMOR icon/item/11220.tga -11222 ARMOR icon/item/11220.tga -11223 ARMOR icon/item/11220.tga -11224 ARMOR icon/item/11220.tga -11225 ARMOR icon/item/11220.tga -11226 ARMOR icon/item/11220.tga -11227 ARMOR icon/item/11220.tga -11228 ARMOR icon/item/11220.tga -11229 ARMOR icon/item/11220.tga -11230 ARMOR icon/item/11230.tga -11231 ARMOR icon/item/11230.tga -11232 ARMOR icon/item/11230.tga -11233 ARMOR icon/item/11230.tga -11234 ARMOR icon/item/11230.tga -11235 ARMOR icon/item/11230.tga -11236 ARMOR icon/item/11230.tga -11237 ARMOR icon/item/11230.tga -11238 ARMOR icon/item/11230.tga -11239 ARMOR icon/item/11230.tga -11240 ARMOR icon/item/11240.tga -11241 ARMOR icon/item/11240.tga -11242 ARMOR icon/item/11240.tga -11243 ARMOR icon/item/11240.tga -11244 ARMOR icon/item/11240.tga -11245 ARMOR icon/item/11240.tga -11246 ARMOR icon/item/11240.tga -11247 ARMOR icon/item/11240.tga -11248 ARMOR icon/item/11240.tga -11249 ARMOR icon/item/11240.tga -11250 ARMOR icon/item/11250.tga -11251 ARMOR icon/item/11250.tga -11252 ARMOR icon/item/11250.tga -11253 ARMOR icon/item/11250.tga -11254 ARMOR icon/item/11250.tga -11255 ARMOR icon/item/11250.tga -11256 ARMOR icon/item/11250.tga -11257 ARMOR icon/item/11250.tga -11258 ARMOR icon/item/11250.tga -11259 ARMOR icon/item/11250.tga -11260 ARMOR icon/item/11260.tga -11261 ARMOR icon/item/11260.tga -11262 ARMOR icon/item/11260.tga -11263 ARMOR icon/item/11260.tga -11264 ARMOR icon/item/11260.tga -11265 ARMOR icon/item/11260.tga -11266 ARMOR icon/item/11260.tga -11267 ARMOR icon/item/11260.tga -11268 ARMOR icon/item/11260.tga -11269 ARMOR icon/item/11260.tga -11270 ARMOR icon/item/11270.tga -11271 ARMOR icon/item/11270.tga -11272 ARMOR icon/item/11270.tga -11273 ARMOR icon/item/11270.tga -11274 ARMOR icon/item/11270.tga -11275 ARMOR icon/item/11270.tga -11276 ARMOR icon/item/11270.tga -11277 ARMOR icon/item/11270.tga -11278 ARMOR icon/item/11270.tga -11279 ARMOR icon/item/11270.tga -11280 ARMOR icon/item/11280.tga -11281 ARMOR icon/item/11280.tga -11282 ARMOR icon/item/11280.tga -11283 ARMOR icon/item/11280.tga -11284 ARMOR icon/item/11280.tga -11285 ARMOR icon/item/11280.tga -11286 ARMOR icon/item/11280.tga -11287 ARMOR icon/item/11280.tga -11288 ARMOR icon/item/11280.tga -11289 ARMOR icon/item/11280.tga -11290 ARMOR icon/item/11290.tga -11291 ARMOR icon/item/11290.tga -11292 ARMOR icon/item/11290.tga -11293 ARMOR icon/item/11290.tga -11294 ARMOR icon/item/11290.tga -11295 ARMOR icon/item/11290.tga -11296 ARMOR icon/item/11290.tga -11297 ARMOR icon/item/11290.tga -11298 ARMOR icon/item/11290.tga -11299 ARMOR icon/item/11290.tga -11300 ARMOR season1/icon/weapon/warrior/11300.tga -11301 ARMOR season1/icon/weapon/warrior/11301.tga -11302 ARMOR season1/icon/weapon/warrior/11302.tga -11303 ARMOR season1/icon/weapon/warrior/11303.tga -11304 ARMOR season1/icon/weapon/warrior/11304.tga -11305 ARMOR season1/icon/weapon/warrior/11305.tga -11306 ARMOR season1/icon/weapon/warrior/11306.tga -11307 ARMOR season1/icon/weapon/warrior/11307.tga -11308 ARMOR season1/icon/weapon/warrior/11307.tga -11309 ARMOR season1/icon/weapon/warrior/11307.tga -11400 ARMOR icon/item/11400.tga -11401 ARMOR icon/item/11400.tga -11402 ARMOR icon/item/11400.tga -11403 ARMOR icon/item/11400.tga -11404 ARMOR icon/item/11400.tga -11405 ARMOR icon/item/11400.tga -11406 ARMOR icon/item/11400.tga -11407 ARMOR icon/item/11400.tga -11408 ARMOR icon/item/11400.tga -11409 ARMOR icon/item/11400.tga -11410 ARMOR icon/item/11410.tga -11411 ARMOR icon/item/11410.tga -11412 ARMOR icon/item/11410.tga -11413 ARMOR icon/item/11410.tga -11414 ARMOR icon/item/11410.tga -11415 ARMOR icon/item/11410.tga -11416 ARMOR icon/item/11410.tga -11417 ARMOR icon/item/11410.tga -11418 ARMOR icon/item/11410.tga -11419 ARMOR icon/item/11410.tga -11420 ARMOR icon/item/11420.tga -11421 ARMOR icon/item/11420.tga -11422 ARMOR icon/item/11420.tga -11423 ARMOR icon/item/11420.tga -11424 ARMOR icon/item/11420.tga -11425 ARMOR icon/item/11420.tga -11426 ARMOR icon/item/11420.tga -11427 ARMOR icon/item/11420.tga -11428 ARMOR icon/item/11420.tga -11429 ARMOR icon/item/11420.tga -11430 ARMOR icon/item/11430.tga -11431 ARMOR icon/item/11430.tga -11432 ARMOR icon/item/11430.tga -11433 ARMOR icon/item/11430.tga -11434 ARMOR icon/item/11430.tga -11435 ARMOR icon/item/11430.tga -11436 ARMOR icon/item/11430.tga -11437 ARMOR icon/item/11430.tga -11438 ARMOR icon/item/11430.tga -11439 ARMOR icon/item/11430.tga -11440 ARMOR icon/item/11440.tga -11441 ARMOR icon/item/11440.tga -11442 ARMOR icon/item/11440.tga -11443 ARMOR icon/item/11440.tga -11444 ARMOR icon/item/11440.tga -11445 ARMOR icon/item/11440.tga -11446 ARMOR icon/item/11440.tga -11447 ARMOR icon/item/11440.tga -11448 ARMOR icon/item/11440.tga -11449 ARMOR icon/item/11440.tga -11450 ARMOR icon/item/11450.tga -11451 ARMOR icon/item/11450.tga -11452 ARMOR icon/item/11450.tga -11453 ARMOR icon/item/11450.tga -11454 ARMOR icon/item/11450.tga -11455 ARMOR icon/item/11450.tga -11456 ARMOR icon/item/11450.tga -11457 ARMOR icon/item/11450.tga -11458 ARMOR icon/item/11450.tga -11459 ARMOR icon/item/11450.tga -11460 ARMOR icon/item/11460.tga -11461 ARMOR icon/item/11460.tga -11462 ARMOR icon/item/11460.tga -11463 ARMOR icon/item/11460.tga -11464 ARMOR icon/item/11460.tga -11465 ARMOR icon/item/11460.tga -11466 ARMOR icon/item/11460.tga -11467 ARMOR icon/item/11460.tga -11468 ARMOR icon/item/11460.tga -11469 ARMOR icon/item/11460.tga -11470 ARMOR icon/item/11470.tga -11471 ARMOR icon/item/11470.tga -11472 ARMOR icon/item/11470.tga -11473 ARMOR icon/item/11470.tga -11474 ARMOR icon/item/11470.tga -11475 ARMOR icon/item/11470.tga -11476 ARMOR icon/item/11470.tga -11477 ARMOR icon/item/11470.tga -11478 ARMOR icon/item/11470.tga -11479 ARMOR icon/item/11470.tga -11480 ARMOR icon/item/11480.tga -11481 ARMOR icon/item/11480.tga -11482 ARMOR icon/item/11480.tga -11483 ARMOR icon/item/11480.tga -11484 ARMOR icon/item/11480.tga -11485 ARMOR icon/item/11480.tga -11486 ARMOR icon/item/11480.tga -11487 ARMOR icon/item/11480.tga -11488 ARMOR icon/item/11480.tga -11489 ARMOR icon/item/11480.tga -11490 ARMOR icon/item/11490.tga -11491 ARMOR icon/item/11490.tga -11492 ARMOR icon/item/11490.tga -11493 ARMOR icon/item/11490.tga -11494 ARMOR icon/item/11490.tga -11495 ARMOR icon/item/11490.tga -11496 ARMOR icon/item/11490.tga -11497 ARMOR icon/item/11490.tga -11498 ARMOR icon/item/11490.tga -11499 ARMOR icon/item/11490.tga -11500 ARMOR season1/icon/weapon/assassin/11500.tga -11501 ARMOR season1/icon/weapon/assassin/11501.tga -11502 ARMOR season1/icon/weapon/assassin/11502.tga -11503 ARMOR season1/icon/weapon/assassin/11503.tga -11504 ARMOR season1/icon/weapon/assassin/11504.tga -11505 ARMOR season1/icon/weapon/assassin/11505.tga -11506 ARMOR season1/icon/weapon/assassin/11506.tga -11507 ARMOR season1/icon/weapon/assassin/11507.tga -11508 ARMOR season1/icon/weapon/assassin/11507.tga -11509 ARMOR season1/icon/weapon/assassin/11507.tga -11600 ARMOR icon/item/11600.tga -11601 ARMOR icon/item/11600.tga -11602 ARMOR icon/item/11600.tga -11603 ARMOR icon/item/11600.tga -11604 ARMOR icon/item/11600.tga -11605 ARMOR icon/item/11600.tga -11606 ARMOR icon/item/11600.tga -11607 ARMOR icon/item/11600.tga -11608 ARMOR icon/item/11600.tga -11609 ARMOR icon/item/11600.tga -11610 ARMOR icon/item/11610.tga -11611 ARMOR icon/item/11610.tga -11612 ARMOR icon/item/11610.tga -11613 ARMOR icon/item/11610.tga -11614 ARMOR icon/item/11610.tga -11615 ARMOR icon/item/11610.tga -11616 ARMOR icon/item/11610.tga -11617 ARMOR icon/item/11610.tga -11618 ARMOR icon/item/11610.tga -11619 ARMOR icon/item/11610.tga -11620 ARMOR icon/item/11620.tga -11621 ARMOR icon/item/11620.tga -11622 ARMOR icon/item/11620.tga -11623 ARMOR icon/item/11620.tga -11624 ARMOR icon/item/11620.tga -11625 ARMOR icon/item/11620.tga -11626 ARMOR icon/item/11620.tga -11627 ARMOR icon/item/11620.tga -11628 ARMOR icon/item/11620.tga -11629 ARMOR icon/item/11620.tga -11630 ARMOR icon/item/11630.tga -11631 ARMOR icon/item/11630.tga -11632 ARMOR icon/item/11630.tga -11633 ARMOR icon/item/11630.tga -11634 ARMOR icon/item/11630.tga -11635 ARMOR icon/item/11630.tga -11636 ARMOR icon/item/11630.tga -11637 ARMOR icon/item/11630.tga -11638 ARMOR icon/item/11630.tga -11639 ARMOR icon/item/11630.tga -11640 ARMOR icon/item/11640.tga -11641 ARMOR icon/item/11640.tga -11642 ARMOR icon/item/11640.tga -11643 ARMOR icon/item/11640.tga -11644 ARMOR icon/item/11640.tga -11645 ARMOR icon/item/11640.tga -11646 ARMOR icon/item/11640.tga -11647 ARMOR icon/item/11640.tga -11648 ARMOR icon/item/11640.tga -11649 ARMOR icon/item/11640.tga -11650 ARMOR icon/item/11650.tga -11651 ARMOR icon/item/11650.tga -11652 ARMOR icon/item/11650.tga -11653 ARMOR icon/item/11650.tga -11654 ARMOR icon/item/11650.tga -11655 ARMOR icon/item/11650.tga -11656 ARMOR icon/item/11650.tga -11657 ARMOR icon/item/11650.tga -11658 ARMOR icon/item/11650.tga -11659 ARMOR icon/item/11650.tga -11660 ARMOR icon/item/11660.tga -11661 ARMOR icon/item/11660.tga -11662 ARMOR icon/item/11660.tga -11663 ARMOR icon/item/11660.tga -11664 ARMOR icon/item/11660.tga -11665 ARMOR icon/item/11660.tga -11666 ARMOR icon/item/11660.tga -11667 ARMOR icon/item/11660.tga -11668 ARMOR icon/item/11660.tga -11669 ARMOR icon/item/11660.tga -11670 ARMOR icon/item/11670.tga -11671 ARMOR icon/item/11670.tga -11672 ARMOR icon/item/11670.tga -11673 ARMOR icon/item/11670.tga -11674 ARMOR icon/item/11670.tga -11675 ARMOR icon/item/11670.tga -11676 ARMOR icon/item/11670.tga -11677 ARMOR icon/item/11670.tga -11678 ARMOR icon/item/11670.tga -11679 ARMOR icon/item/11670.tga -11680 ARMOR icon/item/11680.tga -11681 ARMOR icon/item/11680.tga -11682 ARMOR icon/item/11680.tga -11683 ARMOR icon/item/11680.tga -11684 ARMOR icon/item/11680.tga -11685 ARMOR icon/item/11680.tga -11686 ARMOR icon/item/11680.tga -11687 ARMOR icon/item/11680.tga -11688 ARMOR icon/item/11680.tga -11689 ARMOR icon/item/11680.tga -11690 ARMOR icon/item/11690.tga -11691 ARMOR icon/item/11690.tga -11692 ARMOR icon/item/11690.tga -11693 ARMOR icon/item/11690.tga -11694 ARMOR icon/item/11690.tga -11695 ARMOR icon/item/11690.tga -11696 ARMOR icon/item/11690.tga -11697 ARMOR icon/item/11690.tga -11698 ARMOR icon/item/11690.tga -11699 ARMOR icon/item/11690.tga -11700 ARMOR season1/icon/weapon/sura/11700.tga -11701 ARMOR season1/icon/weapon/sura/11701.tga -11702 ARMOR season1/icon/weapon/sura/11702.tga -11703 ARMOR season1/icon/weapon/sura/11703.tga -11704 ARMOR season1/icon/weapon/sura/11704.tga -11705 ARMOR season1/icon/weapon/sura/11705.tga -11706 ARMOR season1/icon/weapon/sura/11706.tga -11707 ARMOR season1/icon/weapon/sura/11707.tga -11708 ARMOR season1/icon/weapon/sura/11708.tga -11709 ARMOR season1/icon/weapon/sura/11709.tga -11800 ARMOR icon/item/11800.tga -11801 ARMOR icon/item/11800.tga -11802 ARMOR icon/item/11800.tga -11803 ARMOR icon/item/11800.tga -11804 ARMOR icon/item/11800.tga -11805 ARMOR icon/item/11800.tga -11806 ARMOR icon/item/11800.tga -11807 ARMOR icon/item/11800.tga -11808 ARMOR icon/item/11800.tga -11809 ARMOR icon/item/11800.tga -11810 ARMOR icon/item/11810.tga -11811 ARMOR icon/item/11810.tga -11812 ARMOR icon/item/11810.tga -11813 ARMOR icon/item/11810.tga -11814 ARMOR icon/item/11810.tga -11815 ARMOR icon/item/11810.tga -11816 ARMOR icon/item/11810.tga -11817 ARMOR icon/item/11810.tga -11818 ARMOR icon/item/11810.tga -11819 ARMOR icon/item/11810.tga -11820 ARMOR icon/item/11820.tga -11821 ARMOR icon/item/11820.tga -11822 ARMOR icon/item/11820.tga -11823 ARMOR icon/item/11820.tga -11824 ARMOR icon/item/11820.tga -11825 ARMOR icon/item/11820.tga -11826 ARMOR icon/item/11820.tga -11827 ARMOR icon/item/11820.tga -11828 ARMOR icon/item/11820.tga -11829 ARMOR icon/item/11820.tga -11830 ARMOR icon/item/11830.tga -11831 ARMOR icon/item/11830.tga -11832 ARMOR icon/item/11830.tga -11833 ARMOR icon/item/11830.tga -11834 ARMOR icon/item/11830.tga -11835 ARMOR icon/item/11830.tga -11836 ARMOR icon/item/11830.tga -11837 ARMOR icon/item/11830.tga -11838 ARMOR icon/item/11830.tga -11839 ARMOR icon/item/11830.tga -11840 ARMOR icon/item/11840.tga -11841 ARMOR icon/item/11840.tga -11842 ARMOR icon/item/11840.tga -11843 ARMOR icon/item/11840.tga -11844 ARMOR icon/item/11840.tga -11845 ARMOR icon/item/11840.tga -11846 ARMOR icon/item/11840.tga -11847 ARMOR icon/item/11840.tga -11848 ARMOR icon/item/11840.tga -11849 ARMOR icon/item/11840.tga -11850 ARMOR icon/item/11850.tga -11851 ARMOR icon/item/11850.tga -11852 ARMOR icon/item/11850.tga -11853 ARMOR icon/item/11850.tga -11854 ARMOR icon/item/11850.tga -11855 ARMOR icon/item/11850.tga -11856 ARMOR icon/item/11850.tga -11857 ARMOR icon/item/11850.tga -11858 ARMOR icon/item/11850.tga -11859 ARMOR icon/item/11850.tga -11860 ARMOR icon/item/11860.tga -11861 ARMOR icon/item/11860.tga -11862 ARMOR icon/item/11860.tga -11863 ARMOR icon/item/11860.tga -11864 ARMOR icon/item/11860.tga -11865 ARMOR icon/item/11860.tga -11866 ARMOR icon/item/11860.tga -11867 ARMOR icon/item/11860.tga -11868 ARMOR icon/item/11860.tga -11869 ARMOR icon/item/11860.tga -11870 ARMOR icon/item/11870.tga -11871 ARMOR icon/item/11870.tga -11872 ARMOR icon/item/11870.tga -11873 ARMOR icon/item/11870.tga -11874 ARMOR icon/item/11870.tga -11875 ARMOR icon/item/11870.tga -11876 ARMOR icon/item/11870.tga -11877 ARMOR icon/item/11870.tga -11878 ARMOR icon/item/11870.tga -11879 ARMOR icon/item/11870.tga -11880 ARMOR icon/item/11880.tga -11881 ARMOR icon/item/11880.tga -11882 ARMOR icon/item/11880.tga -11883 ARMOR icon/item/11880.tga -11884 ARMOR icon/item/11880.tga -11885 ARMOR icon/item/11880.tga -11886 ARMOR icon/item/11880.tga -11887 ARMOR icon/item/11880.tga -11888 ARMOR icon/item/11880.tga -11889 ARMOR icon/item/11880.tga -11890 ARMOR icon/item/11890.tga -11891 ARMOR icon/item/11890.tga -11892 ARMOR icon/item/11890.tga -11893 ARMOR icon/item/11890.tga -11894 ARMOR icon/item/11890.tga -11895 ARMOR icon/item/11890.tga -11896 ARMOR icon/item/11890.tga -11897 ARMOR icon/item/11890.tga -11898 ARMOR icon/item/11890.tga -11899 ARMOR icon/item/11890.tga -11901 ARMOR icon/item/11901.tga -11902 ARMOR icon/item/11901.tga -11903 ARMOR icon/item/11903.tga -11904 ARMOR icon/item/11903.tga -11951 ARMOR icon/item/11200.tga -11952 ARMOR icon/item/11400.tga -11953 ARMOR icon/item/11600.tga -11954 ARMOR icon/item/11800.tga -11971 ARMOR icon/item/11971.tga -11972 ARMOR icon/item/11972.tga -11973 ARMOR icon/item/11973.tga -11974 ARMOR icon/item/11974.tga -12000 ARMOR season1/icon/weapon/shaman/12000.tga -12001 ARMOR season1/icon/weapon/shaman/12001.tga -12002 ARMOR season1/icon/weapon/shaman/12002.tga -12003 ARMOR season1/icon/weapon/shaman/12003.tga -12004 ARMOR season1/icon/weapon/shaman/12004.tga -12005 ARMOR season1/icon/weapon/shaman/12005.tga -12006 ARMOR season1/icon/weapon/shaman/12006.tga -12007 ARMOR season1/icon/weapon/shaman/12007.tga -12008 ARMOR season1/icon/weapon/shaman/12007.tga -12009 ARMOR season1/icon/weapon/shaman/12007.tga -12010 ARMOR icon/item/12020.tga -12011 ARMOR icon/item/12020.tga -12012 ARMOR icon/item/12020.tga -12013 ARMOR icon/item/12020.tga -12014 ARMOR icon/item/12020.tga -12015 ARMOR icon/item/12020.tga -12016 ARMOR icon/item/12020.tga -12017 ARMOR icon/item/12020.tga -12018 ARMOR icon/item/12020.tga -12019 ARMOR icon/item/12020.tga -12020 ARMOR icon/item/12030.tga -12021 ARMOR icon/item/12030.tga -12022 ARMOR icon/item/12030.tga -12023 ARMOR icon/item/12030.tga -12024 ARMOR icon/item/12030.tga -12025 ARMOR icon/item/12030.tga -12026 ARMOR icon/item/12030.tga -12027 ARMOR icon/item/12030.tga -12028 ARMOR icon/item/12030.tga -12029 ARMOR icon/item/12030.tga -12030 ARMOR icon/item/12010.tga -12031 ARMOR icon/item/12010.tga -12032 ARMOR icon/item/12010.tga -12033 ARMOR icon/item/12010.tga -12034 ARMOR icon/item/12010.tga -12035 ARMOR icon/item/12010.tga -12036 ARMOR icon/item/12010.tga -12037 ARMOR icon/item/12010.tga -12038 ARMOR icon/item/12010.tga -12039 ARMOR icon/item/12010.tga -12040 ARMOR icon/item/12040.tga -12041 ARMOR icon/item/12040.tga -12042 ARMOR icon/item/12040.tga -12043 ARMOR icon/item/12040.tga -12044 ARMOR icon/item/12040.tga -12045 ARMOR icon/item/12040.tga -12046 ARMOR icon/item/12040.tga -12047 ARMOR icon/item/12040.tga -12048 ARMOR icon/item/12040.tga -12049 ARMOR icon/item/12040.tga -12060 ARMOR icon/item/11890.tga -12061 ARMOR icon/item/11890.tga -12062 ARMOR icon/item/11890.tga -12063 ARMOR icon/item/11890.tga -12064 ARMOR icon/item/11890.tga -12065 ARMOR icon/item/11890.tga -12066 ARMOR icon/item/11890.tga -12067 ARMOR icon/item/11890.tga -12068 ARMOR icon/item/11890.tga -12069 ARMOR icon/item/11890.tga -12200 ARMOR icon/item/12200.tga -12201 ARMOR icon/item/12200.tga -12202 ARMOR icon/item/12200.tga -12203 ARMOR icon/item/12200.tga -12204 ARMOR icon/item/12200.tga -12205 ARMOR icon/item/12200.tga -12206 ARMOR icon/item/12200.tga -12207 ARMOR icon/item/12200.tga -12208 ARMOR icon/item/12200.tga -12209 ARMOR icon/item/12200.tga -12210 ARMOR icon/item/12200.tga -12211 ARMOR icon/item/12200.tga -12212 ARMOR icon/item/12200.tga -12213 ARMOR icon/item/12200.tga -12214 ARMOR icon/item/12200.tga -12215 ARMOR icon/item/12200.tga -12216 ARMOR icon/item/12200.tga -12217 ARMOR icon/item/12200.tga -12218 ARMOR icon/item/12200.tga -12219 ARMOR icon/item/12200.tga -12220 ARMOR icon/item/12220.tga -12221 ARMOR icon/item/12220.tga -12222 ARMOR icon/item/12220.tga -12223 ARMOR icon/item/12220.tga -12224 ARMOR icon/item/12220.tga -12225 ARMOR icon/item/12220.tga -12226 ARMOR icon/item/12220.tga -12227 ARMOR icon/item/12220.tga -12228 ARMOR icon/item/12220.tga -12229 ARMOR icon/item/12220.tga -12230 ARMOR icon/item/12220.tga -12231 ARMOR icon/item/12220.tga -12232 ARMOR icon/item/12220.tga -12233 ARMOR icon/item/12220.tga -12234 ARMOR icon/item/12220.tga -12235 ARMOR icon/item/12220.tga -12236 ARMOR icon/item/12220.tga -12237 ARMOR icon/item/12220.tga -12238 ARMOR icon/item/12220.tga -12239 ARMOR icon/item/12220.tga -12240 ARMOR icon/item/12240.tga -12241 ARMOR icon/item/12240.tga -12242 ARMOR icon/item/12240.tga -12243 ARMOR icon/item/12240.tga -12244 ARMOR icon/item/12240.tga -12245 ARMOR icon/item/12240.tga -12246 ARMOR icon/item/12240.tga -12247 ARMOR icon/item/12240.tga -12248 ARMOR icon/item/12240.tga -12249 ARMOR icon/item/12240.tga -12260 ARMOR icon/item/12260.tga -12261 ARMOR icon/item/12260.tga -12262 ARMOR icon/item/12260.tga -12263 ARMOR icon/item/12260.tga -12264 ARMOR icon/item/12260.tga -12265 ARMOR icon/item/12260.tga -12266 ARMOR icon/item/12260.tga -12267 ARMOR icon/item/12260.tga -12268 ARMOR icon/item/12260.tga -12269 ARMOR icon/item/12260.tga -12280 ARMOR icon/item/12280.tga -12281 ARMOR icon/item/12280.tga -12282 ARMOR icon/item/12280.tga -12283 ARMOR icon/item/12280.tga -12284 ARMOR icon/item/12280.tga -12285 ARMOR icon/item/12280.tga -12286 ARMOR icon/item/12280.tga -12287 ARMOR icon/item/12280.tga -12288 ARMOR icon/item/12280.tga -12289 ARMOR icon/item/12280.tga -12340 ARMOR icon/item/12340.tga -12341 ARMOR icon/item/12340.tga -12342 ARMOR icon/item/12340.tga -12343 ARMOR icon/item/12340.tga -12344 ARMOR icon/item/12340.tga -12345 ARMOR icon/item/12340.tga -12346 ARMOR icon/item/12340.tga -12347 ARMOR icon/item/12340.tga -12348 ARMOR icon/item/12340.tga -12349 ARMOR icon/item/12340.tga -12350 ARMOR icon/item/12340.tga -12351 ARMOR icon/item/12340.tga -12352 ARMOR icon/item/12340.tga -12353 ARMOR icon/item/12340.tga -12354 ARMOR icon/item/12340.tga -12355 ARMOR icon/item/12340.tga -12356 ARMOR icon/item/12340.tga -12357 ARMOR icon/item/12340.tga -12358 ARMOR icon/item/12340.tga -12359 ARMOR icon/item/12340.tga -12360 ARMOR icon/item/12360.tga -12361 ARMOR icon/item/12360.tga -12362 ARMOR icon/item/12360.tga -12363 ARMOR icon/item/12360.tga -12364 ARMOR icon/item/12360.tga -12365 ARMOR icon/item/12360.tga -12366 ARMOR icon/item/12360.tga -12367 ARMOR icon/item/12360.tga -12368 ARMOR icon/item/12360.tga -12369 ARMOR icon/item/12360.tga -12370 ARMOR icon/item/12370.tga -12371 ARMOR icon/item/12370.tga -12372 ARMOR icon/item/12370.tga -12373 ARMOR icon/item/12370.tga -12374 ARMOR icon/item/12370.tga -12375 ARMOR icon/item/12370.tga -12376 ARMOR icon/item/12370.tga -12377 ARMOR icon/item/12370.tga -12378 ARMOR icon/item/12370.tga -12379 ARMOR icon/item/12370.tga -12380 ARMOR icon/item/12380.tga -12381 ARMOR icon/item/12380.tga -12382 ARMOR icon/item/12380.tga -12383 ARMOR icon/item/12380.tga -12384 ARMOR icon/item/12380.tga -12385 ARMOR icon/item/12380.tga -12386 ARMOR icon/item/12380.tga -12387 ARMOR icon/item/12380.tga -12388 ARMOR icon/item/12380.tga -12389 ARMOR icon/item/12380.tga -12390 ARMOR icon/item/12390.tga -12391 ARMOR icon/item/12390.tga -12392 ARMOR icon/item/12390.tga -12393 ARMOR icon/item/12390.tga -12394 ARMOR icon/item/12390.tga -12395 ARMOR icon/item/12390.tga -12396 ARMOR icon/item/12390.tga -12397 ARMOR icon/item/12390.tga -12398 ARMOR icon/item/12390.tga -12399 ARMOR icon/item/12390.tga -12400 ARMOR icon/item/12540.tga -12401 ARMOR icon/item/12540.tga -12402 ARMOR icon/item/12540.tga -12403 ARMOR icon/item/12540.tga -12404 ARMOR icon/item/12540.tga -12405 ARMOR icon/item/12540.tga -12406 ARMOR icon/item/12540.tga -12407 ARMOR icon/item/12540.tga -12408 ARMOR icon/item/12540.tga -12409 ARMOR icon/item/12540.tga -12410 ARMOR icon/item/12240.tga -12411 ARMOR icon/item/12240.tga -12412 ARMOR icon/item/12240.tga -12413 ARMOR icon/item/12240.tga -12414 ARMOR icon/item/12240.tga -12415 ARMOR icon/item/12240.tga -12416 ARMOR icon/item/12240.tga -12417 ARMOR icon/item/12240.tga -12418 ARMOR icon/item/12240.tga -12419 ARMOR icon/item/12240.tga -12480 ARMOR icon/item/12480.tga -12481 ARMOR icon/item/12480.tga -12482 ARMOR icon/item/12480.tga -12483 ARMOR icon/item/12480.tga -12484 ARMOR icon/item/12480.tga -12485 ARMOR icon/item/12480.tga -12486 ARMOR icon/item/12480.tga -12487 ARMOR icon/item/12480.tga -12488 ARMOR icon/item/12480.tga -12489 ARMOR icon/item/12480.tga -12490 ARMOR icon/item/12480.tga -12491 ARMOR icon/item/12480.tga -12492 ARMOR icon/item/12480.tga -12493 ARMOR icon/item/12480.tga -12494 ARMOR icon/item/12480.tga -12495 ARMOR icon/item/12480.tga -12496 ARMOR icon/item/12480.tga -12497 ARMOR icon/item/12480.tga -12498 ARMOR icon/item/12480.tga -12499 ARMOR icon/item/12480.tga -12500 ARMOR icon/item/12500.tga -12501 ARMOR icon/item/12500.tga -12502 ARMOR icon/item/12500.tga -12503 ARMOR icon/item/12500.tga -12504 ARMOR icon/item/12500.tga -12505 ARMOR icon/item/12500.tga -12506 ARMOR icon/item/12500.tga -12507 ARMOR icon/item/12500.tga -12508 ARMOR icon/item/12500.tga -12509 ARMOR icon/item/12500.tga -12510 ARMOR icon/item/12500.tga -12511 ARMOR icon/item/12500.tga -12512 ARMOR icon/item/12500.tga -12513 ARMOR icon/item/12500.tga -12514 ARMOR icon/item/12500.tga -12515 ARMOR icon/item/12500.tga -12516 ARMOR icon/item/12500.tga -12517 ARMOR icon/item/12500.tga -12518 ARMOR icon/item/12500.tga -12519 ARMOR icon/item/12500.tga -12520 ARMOR icon/item/12520.tga -12521 ARMOR icon/item/12520.tga -12522 ARMOR icon/item/12520.tga -12523 ARMOR icon/item/12520.tga -12524 ARMOR icon/item/12520.tga -12525 ARMOR icon/item/12520.tga -12526 ARMOR icon/item/12520.tga -12527 ARMOR icon/item/12520.tga -12528 ARMOR icon/item/12520.tga -12529 ARMOR icon/item/12520.tga -12530 ARMOR icon/item/12530.tga -12531 ARMOR icon/item/12530.tga -12532 ARMOR icon/item/12530.tga -12533 ARMOR icon/item/12530.tga -12534 ARMOR icon/item/12530.tga -12535 ARMOR icon/item/12530.tga -12536 ARMOR icon/item/12530.tga -12537 ARMOR icon/item/12530.tga -12538 ARMOR icon/item/12530.tga -12539 ARMOR icon/item/12530.tga -12540 ARMOR icon/item/12400.tga -12541 ARMOR icon/item/12400.tga -12542 ARMOR icon/item/12400.tga -12543 ARMOR icon/item/12400.tga -12544 ARMOR icon/item/12400.tga -12545 ARMOR icon/item/12400.tga -12546 ARMOR icon/item/12400.tga -12547 ARMOR icon/item/12400.tga -12548 ARMOR icon/item/12400.tga -12549 ARMOR icon/item/12400.tga -12550 ARMOR icon/item/12380.tga -12551 ARMOR icon/item/12380.tga -12552 ARMOR icon/item/12380.tga -12553 ARMOR icon/item/12380.tga -12554 ARMOR icon/item/12380.tga -12555 ARMOR icon/item/12380.tga -12556 ARMOR icon/item/12380.tga -12557 ARMOR icon/item/12380.tga -12558 ARMOR icon/item/12380.tga -12559 ARMOR icon/item/12380.tga -12620 ARMOR icon/item/12620.tga -12621 ARMOR icon/item/12620.tga -12622 ARMOR icon/item/12620.tga -12623 ARMOR icon/item/12620.tga -12624 ARMOR icon/item/12620.tga -12625 ARMOR icon/item/12620.tga -12626 ARMOR icon/item/12620.tga -12627 ARMOR icon/item/12620.tga -12628 ARMOR icon/item/12620.tga -12629 ARMOR icon/item/12620.tga -12630 ARMOR icon/item/12620.tga -12631 ARMOR icon/item/12620.tga -12632 ARMOR icon/item/12620.tga -12633 ARMOR icon/item/12620.tga -12634 ARMOR icon/item/12620.tga -12635 ARMOR icon/item/12620.tga -12636 ARMOR icon/item/12620.tga -12637 ARMOR icon/item/12620.tga -12638 ARMOR icon/item/12620.tga -12639 ARMOR icon/item/12620.tga -12640 ARMOR icon/item/12640.tga -12641 ARMOR icon/item/12640.tga -12642 ARMOR icon/item/12640.tga -12643 ARMOR icon/item/12640.tga -12644 ARMOR icon/item/12640.tga -12645 ARMOR icon/item/12640.tga -12646 ARMOR icon/item/12640.tga -12647 ARMOR icon/item/12640.tga -12648 ARMOR icon/item/12640.tga -12649 ARMOR icon/item/12640.tga -12650 ARMOR icon/item/12640.tga -12651 ARMOR icon/item/12640.tga -12652 ARMOR icon/item/12640.tga -12653 ARMOR icon/item/12640.tga -12654 ARMOR icon/item/12640.tga -12655 ARMOR icon/item/12640.tga -12656 ARMOR icon/item/12640.tga -12657 ARMOR icon/item/12640.tga -12658 ARMOR icon/item/12640.tga -12659 ARMOR icon/item/12640.tga -12660 ARMOR icon/item/12660.tga -12661 ARMOR icon/item/12660.tga -12662 ARMOR icon/item/12660.tga -12663 ARMOR icon/item/12660.tga -12664 ARMOR icon/item/12660.tga -12665 ARMOR icon/item/12660.tga -12666 ARMOR icon/item/12660.tga -12667 ARMOR icon/item/12660.tga -12668 ARMOR icon/item/12660.tga -12669 ARMOR icon/item/12660.tga -12670 ARMOR icon/item/12670.tga -12671 ARMOR icon/item/12670.tga -12672 ARMOR icon/item/12670.tga -12673 ARMOR icon/item/12670.tga -12674 ARMOR icon/item/12670.tga -12675 ARMOR icon/item/12670.tga -12676 ARMOR icon/item/12670.tga -12677 ARMOR icon/item/12670.tga -12678 ARMOR icon/item/12670.tga -12679 ARMOR icon/item/12670.tga -12680 ARMOR icon/item/12680.tga -12681 ARMOR icon/item/12680.tga -12682 ARMOR icon/item/12680.tga -12683 ARMOR icon/item/12680.tga -12684 ARMOR icon/item/12680.tga -12685 ARMOR icon/item/12680.tga -12686 ARMOR icon/item/12680.tga -12687 ARMOR icon/item/12680.tga -12688 ARMOR icon/item/12680.tga -12689 ARMOR icon/item/12680.tga -12690 ARMOR icon/item/12520.tga -12691 ARMOR icon/item/12520.tga -12692 ARMOR icon/item/12520.tga -12693 ARMOR icon/item/12520.tga -12694 ARMOR icon/item/12520.tga -12695 ARMOR icon/item/12520.tga -12696 ARMOR icon/item/12520.tga -12697 ARMOR icon/item/12520.tga -12698 ARMOR icon/item/12520.tga -12699 ARMOR icon/item/12520.tga -12830 ARMOR icon/item/12660.tga -12831 ARMOR icon/item/12660.tga -12832 ARMOR icon/item/12660.tga -12833 ARMOR icon/item/12660.tga -12834 ARMOR icon/item/12660.tga -12835 ARMOR icon/item/12660.tga -12836 ARMOR icon/item/12660.tga -12837 ARMOR icon/item/12660.tga -12838 ARMOR icon/item/12660.tga -12839 ARMOR icon/item/12660.tga -13000 ARMOR icon/item/13000.tga -13001 ARMOR icon/item/13000.tga -13002 ARMOR icon/item/13000.tga -13003 ARMOR icon/item/13000.tga -13004 ARMOR icon/item/13000.tga -13005 ARMOR icon/item/13000.tga -13006 ARMOR icon/item/13000.tga -13007 ARMOR icon/item/13000.tga -13008 ARMOR icon/item/13000.tga -13009 ARMOR icon/item/13000.tga -13010 ARMOR icon/item/13000.tga -13011 ARMOR icon/item/13000.tga -13012 ARMOR icon/item/13000.tga -13013 ARMOR icon/item/13000.tga -13014 ARMOR icon/item/13000.tga -13015 ARMOR icon/item/13000.tga -13016 ARMOR icon/item/13000.tga -13017 ARMOR icon/item/13000.tga -13018 ARMOR icon/item/13000.tga -13019 ARMOR icon/item/13000.tga -13020 ARMOR icon/item/13020.tga -13021 ARMOR icon/item/13020.tga -13022 ARMOR icon/item/13020.tga -13023 ARMOR icon/item/13020.tga -13024 ARMOR icon/item/13020.tga -13025 ARMOR icon/item/13020.tga -13026 ARMOR icon/item/13020.tga -13027 ARMOR icon/item/13020.tga -13028 ARMOR icon/item/13020.tga -13029 ARMOR icon/item/13020.tga -13030 ARMOR icon/item/13020.tga -13031 ARMOR icon/item/13020.tga -13032 ARMOR icon/item/13020.tga -13033 ARMOR icon/item/13020.tga -13034 ARMOR icon/item/13020.tga -13035 ARMOR icon/item/13020.tga -13036 ARMOR icon/item/13020.tga -13037 ARMOR icon/item/13020.tga -13038 ARMOR icon/item/13020.tga -13039 ARMOR icon/item/13020.tga -13040 ARMOR icon/item/13040.tga -13041 ARMOR icon/item/13040.tga -13042 ARMOR icon/item/13040.tga -13043 ARMOR icon/item/13040.tga -13044 ARMOR icon/item/13040.tga -13045 ARMOR icon/item/13040.tga -13046 ARMOR icon/item/13040.tga -13047 ARMOR icon/item/13040.tga -13048 ARMOR icon/item/13040.tga -13049 ARMOR icon/item/13040.tga -13050 ARMOR icon/item/13040.tga -13051 ARMOR icon/item/13040.tga -13052 ARMOR icon/item/13040.tga -13053 ARMOR icon/item/13040.tga -13054 ARMOR icon/item/13040.tga -13055 ARMOR icon/item/13040.tga -13056 ARMOR icon/item/13040.tga -13057 ARMOR icon/item/13040.tga -13058 ARMOR icon/item/13040.tga -13059 ARMOR icon/item/13040.tga -13060 ARMOR season1/icon/item/13060.tga -13061 ARMOR season1/icon/item/13060.tga -13062 ARMOR season1/icon/item/13060.tga -13063 ARMOR season1/icon/item/13060.tga -13064 ARMOR season1/icon/item/13060.tga -13065 ARMOR season1/icon/item/13060.tga -13066 ARMOR season1/icon/item/13060.tga -13067 ARMOR season1/icon/item/13060.tga -13068 ARMOR season1/icon/item/13060.tga -13069 ARMOR season1/icon/item/13060.tga -13080 ARMOR season1/icon/item/13080.tga -13081 ARMOR season1/icon/item/13080.tga -13082 ARMOR season1/icon/item/13080.tga -13083 ARMOR season1/icon/item/13080.tga -13084 ARMOR season1/icon/item/13080.tga -13085 ARMOR season1/icon/item/13080.tga -13086 ARMOR season1/icon/item/13080.tga -13087 ARMOR season1/icon/item/13080.tga -13088 ARMOR season1/icon/item/13080.tga -13089 ARMOR season1/icon/item/13080.tga -13100 ARMOR season1/icon/item/13100.tga -13101 ARMOR season1/icon/item/13100.tga -13102 ARMOR season1/icon/item/13100.tga -13103 ARMOR season1/icon/item/13100.tga -13104 ARMOR season1/icon/item/13100.tga -13105 ARMOR season1/icon/item/13100.tga -13106 ARMOR season1/icon/item/13100.tga -13107 ARMOR season1/icon/item/13100.tga -13108 ARMOR season1/icon/item/13100.tga -13109 ARMOR season1/icon/item/13100.tga -13120 ARMOR season1/icon/item/13120.tga -13121 ARMOR season1/icon/item/13120.tga -13122 ARMOR season1/icon/item/13120.tga -13123 ARMOR season1/icon/item/13120.tga -13124 ARMOR season1/icon/item/13120.tga -13125 ARMOR season1/icon/item/13120.tga -13126 ARMOR season1/icon/item/13120.tga -13127 ARMOR season1/icon/item/13120.tga -13128 ARMOR season1/icon/item/13120.tga -13129 ARMOR season1/icon/item/13120.tga -13140 ARMOR icon/item/13140.tga -13141 ARMOR icon/item/13140.tga -13142 ARMOR icon/item/13140.tga -13143 ARMOR icon/item/13140.tga -13144 ARMOR icon/item/13140.tga -13145 ARMOR icon/item/13140.tga -13146 ARMOR icon/item/13140.tga -13147 ARMOR icon/item/13140.tga -13148 ARMOR icon/item/13140.tga -13149 ARMOR icon/item/13140.tga -13160 ARMOR icon/item/13160.tga -13161 ARMOR icon/item/13160.tga -13162 ARMOR icon/item/13160.tga -13163 ARMOR icon/item/13160.tga -13164 ARMOR icon/item/13160.tga -13165 ARMOR icon/item/13160.tga -13166 ARMOR icon/item/13160.tga -13167 ARMOR icon/item/13160.tga -13168 ARMOR icon/item/13160.tga -13169 ARMOR icon/item/13160.tga -13190 ARMOR icon/item/13020.tga -13191 ARMOR icon/item/13020.tga -13192 ARMOR icon/item/13020.tga -13193 ARMOR icon/item/13020.tga -13194 ARMOR icon/item/13020.tga -13195 ARMOR icon/item/13020.tga -13196 ARMOR icon/item/13020.tga -13197 ARMOR icon/item/13020.tga -13198 ARMOR icon/item/13020.tga -13199 ARMOR icon/item/13020.tga -13200 ARMOR icon/item/13040.tga -13201 ARMOR icon/item/13040.tga -13202 ARMOR icon/item/13040.tga -13203 ARMOR icon/item/13040.tga -13204 ARMOR icon/item/13040.tga -13205 ARMOR icon/item/13040.tga -13206 ARMOR icon/item/13040.tga -13207 ARMOR icon/item/13040.tga -13208 ARMOR icon/item/13040.tga -13209 ARMOR icon/item/13040.tga -13230 ARMOR season1/icon/item/13060.tga -13231 ARMOR season1/icon/item/13060.tga -13232 ARMOR season1/icon/item/13060.tga -13233 ARMOR season1/icon/item/13060.tga -13234 ARMOR season1/icon/item/13060.tga -13235 ARMOR season1/icon/item/13060.tga -13236 ARMOR season1/icon/item/13060.tga -13237 ARMOR season1/icon/item/13060.tga -13238 ARMOR season1/icon/item/13060.tga -13239 ARMOR season1/icon/item/13060.tga -13250 ARMOR season1/icon/item/13080.tga -13251 ARMOR season1/icon/item/13080.tga -13252 ARMOR season1/icon/item/13080.tga -13253 ARMOR season1/icon/item/13080.tga -13254 ARMOR season1/icon/item/13080.tga -13255 ARMOR season1/icon/item/13080.tga -13256 ARMOR season1/icon/item/13080.tga -13257 ARMOR season1/icon/item/13080.tga -13258 ARMOR season1/icon/item/13080.tga -13259 ARMOR season1/icon/item/13080.tga -13270 ARMOR season1/icon/item/13100.tga -13271 ARMOR season1/icon/item/13100.tga -13272 ARMOR season1/icon/item/13100.tga -13273 ARMOR season1/icon/item/13100.tga -13274 ARMOR season1/icon/item/13100.tga -13275 ARMOR season1/icon/item/13100.tga -13276 ARMOR season1/icon/item/13100.tga -13277 ARMOR season1/icon/item/13100.tga -13278 ARMOR season1/icon/item/13100.tga -13279 ARMOR season1/icon/item/13100.tga -13290 ARMOR season1/icon/item/13120.tga -13291 ARMOR season1/icon/item/13120.tga -13292 ARMOR season1/icon/item/13120.tga -13293 ARMOR season1/icon/item/13120.tga -13294 ARMOR season1/icon/item/13120.tga -13295 ARMOR season1/icon/item/13120.tga -13296 ARMOR season1/icon/item/13120.tga -13297 ARMOR season1/icon/item/13120.tga -13298 ARMOR season1/icon/item/13120.tga -13299 ARMOR season1/icon/item/13120.tga -14000 ARMOR icon/item/14000.tga -14001 ARMOR icon/item/14000.tga -14002 ARMOR icon/item/14000.tga -14003 ARMOR icon/item/14000.tga -14004 ARMOR icon/item/14000.tga -14005 ARMOR icon/item/14000.tga -14006 ARMOR icon/item/14000.tga -14007 ARMOR icon/item/14000.tga -14008 ARMOR icon/item/14000.tga -14009 ARMOR icon/item/14000.tga -14010 ARMOR icon/item/14000.tga -14011 ARMOR icon/item/14000.tga -14012 ARMOR icon/item/14000.tga -14013 ARMOR icon/item/14000.tga -14014 ARMOR icon/item/14000.tga -14015 ARMOR icon/item/14000.tga -14016 ARMOR icon/item/14000.tga -14017 ARMOR icon/item/14000.tga -14018 ARMOR icon/item/14000.tga -14019 ARMOR icon/item/14000.tga -14020 ARMOR icon/item/14020.tga -14021 ARMOR icon/item/14020.tga -14022 ARMOR icon/item/14020.tga -14023 ARMOR icon/item/14020.tga -14024 ARMOR icon/item/14020.tga -14025 ARMOR icon/item/14020.tga -14026 ARMOR icon/item/14020.tga -14027 ARMOR icon/item/14020.tga -14028 ARMOR icon/item/14020.tga -14029 ARMOR icon/item/14020.tga -14030 ARMOR icon/item/14020.tga -14031 ARMOR icon/item/14020.tga -14032 ARMOR icon/item/14020.tga -14033 ARMOR icon/item/14020.tga -14034 ARMOR icon/item/14020.tga -14035 ARMOR icon/item/14020.tga -14036 ARMOR icon/item/14020.tga -14037 ARMOR icon/item/14020.tga -14038 ARMOR icon/item/14020.tga -14039 ARMOR icon/item/14020.tga -14040 ARMOR icon/item/14040.tga -14041 ARMOR icon/item/14040.tga -14042 ARMOR icon/item/14040.tga -14043 ARMOR icon/item/14040.tga -14044 ARMOR icon/item/14040.tga -14045 ARMOR icon/item/14040.tga -14046 ARMOR icon/item/14040.tga -14047 ARMOR icon/item/14040.tga -14048 ARMOR icon/item/14040.tga -14049 ARMOR icon/item/14040.tga -14050 ARMOR icon/item/14040.tga -14051 ARMOR icon/item/14040.tga -14052 ARMOR icon/item/14040.tga -14053 ARMOR icon/item/14040.tga -14054 ARMOR icon/item/14040.tga -14055 ARMOR icon/item/14040.tga -14056 ARMOR icon/item/14040.tga -14057 ARMOR icon/item/14040.tga -14058 ARMOR icon/item/14040.tga -14059 ARMOR icon/item/14040.tga -14060 ARMOR icon/item/14060.tga -14061 ARMOR icon/item/14060.tga -14062 ARMOR icon/item/14060.tga -14063 ARMOR icon/item/14060.tga -14064 ARMOR icon/item/14060.tga -14065 ARMOR icon/item/14060.tga -14066 ARMOR icon/item/14060.tga -14067 ARMOR icon/item/14060.tga -14068 ARMOR icon/item/14060.tga -14069 ARMOR icon/item/14060.tga -14070 ARMOR icon/item/14060.tga -14071 ARMOR icon/item/14060.tga -14072 ARMOR icon/item/14060.tga -14073 ARMOR icon/item/14060.tga -14074 ARMOR icon/item/14060.tga -14075 ARMOR icon/item/14060.tga -14076 ARMOR icon/item/14060.tga -14077 ARMOR icon/item/14060.tga -14078 ARMOR icon/item/14060.tga -14079 ARMOR icon/item/14060.tga -14080 ARMOR icon/item/14080.tga -14081 ARMOR icon/item/14080.tga -14082 ARMOR icon/item/14080.tga -14083 ARMOR icon/item/14080.tga -14084 ARMOR icon/item/14080.tga -14085 ARMOR icon/item/14080.tga -14086 ARMOR icon/item/14080.tga -14087 ARMOR icon/item/14080.tga -14088 ARMOR icon/item/14080.tga -14089 ARMOR icon/item/14080.tga -14090 ARMOR icon/item/14080.tga -14091 ARMOR icon/item/14080.tga -14092 ARMOR icon/item/14080.tga -14093 ARMOR icon/item/14080.tga -14094 ARMOR icon/item/14080.tga -14095 ARMOR icon/item/14080.tga -14096 ARMOR icon/item/14080.tga -14097 ARMOR icon/item/14080.tga -14098 ARMOR icon/item/14080.tga -14099 ARMOR icon/item/14080.tga -14100 ARMOR icon/item/14100.tga -14101 ARMOR icon/item/14100.tga -14102 ARMOR icon/item/14100.tga -14103 ARMOR icon/item/14100.tga -14104 ARMOR icon/item/14100.tga -14105 ARMOR icon/item/14100.tga -14106 ARMOR icon/item/14100.tga -14107 ARMOR icon/item/14100.tga -14108 ARMOR icon/item/14100.tga -14109 ARMOR icon/item/14100.tga -14110 ARMOR icon/item/14100.tga -14111 ARMOR icon/item/14100.tga -14112 ARMOR icon/item/14100.tga -14113 ARMOR icon/item/14100.tga -14114 ARMOR icon/item/14100.tga -14115 ARMOR icon/item/14100.tga -14116 ARMOR icon/item/14100.tga -14117 ARMOR icon/item/14100.tga -14118 ARMOR icon/item/14100.tga -14119 ARMOR icon/item/14100.tga -14120 ARMOR icon/item/14120.tga -14121 ARMOR icon/item/14120.tga -14122 ARMOR icon/item/14120.tga -14123 ARMOR icon/item/14120.tga -14124 ARMOR icon/item/14120.tga -14125 ARMOR icon/item/14120.tga -14126 ARMOR icon/item/14120.tga -14127 ARMOR icon/item/14120.tga -14128 ARMOR icon/item/14120.tga -14129 ARMOR icon/item/14120.tga -14130 ARMOR icon/item/14120.tga -14131 ARMOR icon/item/14120.tga -14132 ARMOR icon/item/14120.tga -14133 ARMOR icon/item/14120.tga -14134 ARMOR icon/item/14120.tga -14135 ARMOR icon/item/14120.tga -14136 ARMOR icon/item/14120.tga -14137 ARMOR icon/item/14120.tga -14138 ARMOR icon/item/14120.tga -14139 ARMOR icon/item/14120.tga -14140 ARMOR icon/item/14140.tga -14141 ARMOR icon/item/14140.tga -14142 ARMOR icon/item/14140.tga -14143 ARMOR icon/item/14140.tga -14144 ARMOR icon/item/14140.tga -14145 ARMOR icon/item/14140.tga -14146 ARMOR icon/item/14140.tga -14147 ARMOR icon/item/14140.tga -14148 ARMOR icon/item/14140.tga -14149 ARMOR icon/item/14140.tga -14150 ARMOR icon/item/14140.tga -14151 ARMOR icon/item/14140.tga -14152 ARMOR icon/item/14140.tga -14153 ARMOR icon/item/14140.tga -14154 ARMOR icon/item/14140.tga -14155 ARMOR icon/item/14140.tga -14156 ARMOR icon/item/14140.tga -14157 ARMOR icon/item/14140.tga -14158 ARMOR icon/item/14140.tga -14159 ARMOR icon/item/14140.tga -14160 ARMOR icon/item/14160.tga -14161 ARMOR icon/item/14160.tga -14162 ARMOR icon/item/14160.tga -14163 ARMOR icon/item/14160.tga -14164 ARMOR icon/item/14160.tga -14165 ARMOR icon/item/14160.tga -14166 ARMOR icon/item/14160.tga -14167 ARMOR icon/item/14160.tga -14168 ARMOR icon/item/14160.tga -14169 ARMOR icon/item/14160.tga -14170 ARMOR icon/item/14160.tga -14171 ARMOR icon/item/14160.tga -14172 ARMOR icon/item/14160.tga -14173 ARMOR icon/item/14160.tga -14174 ARMOR icon/item/14160.tga -14175 ARMOR icon/item/14160.tga -14176 ARMOR icon/item/14160.tga -14177 ARMOR icon/item/14160.tga -14178 ARMOR icon/item/14160.tga -14179 ARMOR icon/item/14160.tga -14180 ARMOR icon/item/14180.tga -14181 ARMOR icon/item/14180.tga -14182 ARMOR icon/item/14180.tga -14183 ARMOR icon/item/14180.tga -14184 ARMOR icon/item/14180.tga -14185 ARMOR icon/item/14180.tga -14186 ARMOR icon/item/14180.tga -14187 ARMOR icon/item/14180.tga -14188 ARMOR icon/item/14180.tga -14189 ARMOR icon/item/14180.tga -14190 ARMOR icon/item/14180.tga -14191 ARMOR icon/item/14180.tga -14192 ARMOR icon/item/14180.tga -14193 ARMOR icon/item/14180.tga -14194 ARMOR icon/item/14180.tga -14195 ARMOR icon/item/14180.tga -14196 ARMOR icon/item/14180.tga -14197 ARMOR icon/item/14180.tga -14198 ARMOR icon/item/14180.tga -14199 ARMOR icon/item/14180.tga -14200 ARMOR icon/item/14200.tga -14201 ARMOR icon/item/14200.tga -14202 ARMOR icon/item/14200.tga -14203 ARMOR icon/item/14200.tga -14204 ARMOR icon/item/14200.tga -14205 ARMOR icon/item/14200.tga -14206 ARMOR icon/item/14200.tga -14207 ARMOR icon/item/14200.tga -14208 ARMOR icon/item/14200.tga -14209 ARMOR icon/item/14200.tga -14210 ARMOR icon/item/14200.tga -14211 ARMOR icon/item/14200.tga -14212 ARMOR icon/item/14200.tga -14213 ARMOR icon/item/14200.tga -14214 ARMOR icon/item/14200.tga -14215 ARMOR icon/item/14200.tga -14216 ARMOR icon/item/14200.tga -14217 ARMOR icon/item/14200.tga -14218 ARMOR icon/item/14200.tga -14219 ARMOR icon/item/14200.tga -14220 ARMOR icon/item/14220.tga -14221 ARMOR icon/item/14220.tga -14222 ARMOR icon/item/14220.tga -14223 ARMOR icon/item/14220.tga -14224 ARMOR icon/item/14220.tga -14225 ARMOR icon/item/14220.tga -14226 ARMOR icon/item/14220.tga -14227 ARMOR icon/item/14220.tga -14228 ARMOR icon/item/14220.tga -14229 ARMOR icon/item/14220.tga -14250 ARMOR icon/item/14080.tga -14251 ARMOR icon/item/14080.tga -14252 ARMOR icon/item/14080.tga -14253 ARMOR icon/item/14080.tga -14254 ARMOR icon/item/14080.tga -14255 ARMOR icon/item/14080.tga -14256 ARMOR icon/item/14080.tga -14257 ARMOR icon/item/14080.tga -14258 ARMOR icon/item/14080.tga -14259 ARMOR icon/item/14080.tga -14270 ARMOR icon/item/14100.tga -14271 ARMOR icon/item/14100.tga -14272 ARMOR icon/item/14100.tga -14273 ARMOR icon/item/14100.tga -14274 ARMOR icon/item/14100.tga -14275 ARMOR icon/item/14100.tga -14276 ARMOR icon/item/14100.tga -14277 ARMOR icon/item/14100.tga -14278 ARMOR icon/item/14100.tga -14279 ARMOR icon/item/14100.tga -14290 ARMOR icon/item/14120.tga -14291 ARMOR icon/item/14120.tga -14292 ARMOR icon/item/14120.tga -14293 ARMOR icon/item/14120.tga -14294 ARMOR icon/item/14120.tga -14295 ARMOR icon/item/14120.tga -14296 ARMOR icon/item/14120.tga -14297 ARMOR icon/item/14120.tga -14298 ARMOR icon/item/14120.tga -14299 ARMOR icon/item/14120.tga -14310 ARMOR icon/item/14140.tga -14311 ARMOR icon/item/14140.tga -14312 ARMOR icon/item/14140.tga -14313 ARMOR icon/item/14140.tga -14314 ARMOR icon/item/14140.tga -14315 ARMOR icon/item/14140.tga -14316 ARMOR icon/item/14140.tga -14317 ARMOR icon/item/14140.tga -14318 ARMOR icon/item/14140.tga -14319 ARMOR icon/item/14140.tga -14330 ARMOR icon/item/14160.tga -14331 ARMOR icon/item/14160.tga -14332 ARMOR icon/item/14160.tga -14333 ARMOR icon/item/14160.tga -14334 ARMOR icon/item/14160.tga -14335 ARMOR icon/item/14160.tga -14336 ARMOR icon/item/14160.tga -14337 ARMOR icon/item/14160.tga -14338 ARMOR icon/item/14160.tga -14339 ARMOR icon/item/14160.tga -14350 ARMOR icon/item/14180.tga -14351 ARMOR icon/item/14180.tga -14352 ARMOR icon/item/14180.tga -14353 ARMOR icon/item/14180.tga -14354 ARMOR icon/item/14180.tga -14355 ARMOR icon/item/14180.tga -14356 ARMOR icon/item/14180.tga -14357 ARMOR icon/item/14180.tga -14358 ARMOR icon/item/14180.tga -14359 ARMOR icon/item/14180.tga -14370 ARMOR icon/item/14200.tga -14371 ARMOR icon/item/14200.tga -14372 ARMOR icon/item/14200.tga -14373 ARMOR icon/item/14200.tga -14374 ARMOR icon/item/14200.tga -14375 ARMOR icon/item/14200.tga -14376 ARMOR icon/item/14200.tga -14377 ARMOR icon/item/14200.tga -14378 ARMOR icon/item/14200.tga -14379 ARMOR icon/item/14200.tga -14500 ARMOR icon/item/14500.tga -14501 ARMOR icon/item/14500.tga -14502 ARMOR icon/item/14500.tga -14503 ARMOR icon/item/14500.tga -14504 ARMOR icon/item/14500.tga -14505 ARMOR icon/item/14500.tga -14506 ARMOR icon/item/14500.tga -14507 ARMOR icon/item/14500.tga -14508 ARMOR icon/item/14500.tga -14509 ARMOR icon/item/14500.tga -14520 ARMOR icon/item/14520.tga -14521 ARMOR icon/item/14520.tga -14522 ARMOR icon/item/14520.tga -14523 ARMOR icon/item/14520.tga -14524 ARMOR icon/item/14520.tga -14525 ARMOR icon/item/14520.tga -14526 ARMOR icon/item/14520.tga -14527 ARMOR icon/item/14520.tga -14528 ARMOR icon/item/14520.tga -14529 ARMOR icon/item/14520.tga -14540 ARMOR icon/item/14540.tga -14541 ARMOR icon/item/14540.tga -14542 ARMOR icon/item/14540.tga -14543 ARMOR icon/item/14540.tga -14544 ARMOR icon/item/14540.tga -14545 ARMOR icon/item/14540.tga -14546 ARMOR icon/item/14540.tga -14547 ARMOR icon/item/14540.tga -14548 ARMOR icon/item/14540.tga -14549 ARMOR icon/item/14540.tga -14560 ARMOR icon/item/14560.tga -14561 ARMOR icon/item/14560.tga -14562 ARMOR icon/item/14560.tga -14563 ARMOR icon/item/14560.tga -14564 ARMOR icon/item/14560.tga -14565 ARMOR icon/item/14560.tga -14566 ARMOR icon/item/14560.tga -14567 ARMOR icon/item/14560.tga -14568 ARMOR icon/item/14560.tga -14569 ARMOR icon/item/14560.tga -15000 ARMOR icon/item/15000.tga -15001 ARMOR icon/item/15000.tga -15002 ARMOR icon/item/15000.tga -15003 ARMOR icon/item/15000.tga -15004 ARMOR icon/item/15000.tga -15005 ARMOR icon/item/15000.tga -15006 ARMOR icon/item/15000.tga -15007 ARMOR icon/item/15000.tga -15008 ARMOR icon/item/15000.tga -15009 ARMOR icon/item/15000.tga -15010 ARMOR icon/item/15000.tga -15011 ARMOR icon/item/15000.tga -15012 ARMOR icon/item/15000.tga -15013 ARMOR icon/item/15000.tga -15014 ARMOR icon/item/15000.tga -15015 ARMOR icon/item/15000.tga -15016 ARMOR icon/item/15000.tga -15017 ARMOR icon/item/15000.tga -15018 ARMOR icon/item/15000.tga -15019 ARMOR icon/item/15000.tga -15020 ARMOR icon/item/15020.tga -15021 ARMOR icon/item/15020.tga -15022 ARMOR icon/item/15020.tga -15023 ARMOR icon/item/15020.tga -15024 ARMOR icon/item/15020.tga -15025 ARMOR icon/item/15020.tga -15026 ARMOR icon/item/15020.tga -15027 ARMOR icon/item/15020.tga -15028 ARMOR icon/item/15020.tga -15029 ARMOR icon/item/15020.tga -15030 ARMOR icon/item/15020.tga -15031 ARMOR icon/item/15020.tga -15032 ARMOR icon/item/15020.tga -15033 ARMOR icon/item/15020.tga -15034 ARMOR icon/item/15020.tga -15035 ARMOR icon/item/15020.tga -15036 ARMOR icon/item/15020.tga -15037 ARMOR icon/item/15020.tga -15038 ARMOR icon/item/15020.tga -15039 ARMOR icon/item/15020.tga -15040 ARMOR icon/item/15040.tga -15041 ARMOR icon/item/15040.tga -15042 ARMOR icon/item/15040.tga -15043 ARMOR icon/item/15040.tga -15044 ARMOR icon/item/15040.tga -15045 ARMOR icon/item/15040.tga -15046 ARMOR icon/item/15040.tga -15047 ARMOR icon/item/15040.tga -15048 ARMOR icon/item/15040.tga -15049 ARMOR icon/item/15040.tga -15050 ARMOR icon/item/15040.tga -15051 ARMOR icon/item/15040.tga -15052 ARMOR icon/item/15040.tga -15053 ARMOR icon/item/15040.tga -15054 ARMOR icon/item/15040.tga -15055 ARMOR icon/item/15040.tga -15056 ARMOR icon/item/15040.tga -15057 ARMOR icon/item/15040.tga -15058 ARMOR icon/item/15040.tga -15059 ARMOR icon/item/15040.tga -15060 ARMOR icon/item/15060.tga -15061 ARMOR icon/item/15060.tga -15062 ARMOR icon/item/15060.tga -15063 ARMOR icon/item/15060.tga -15064 ARMOR icon/item/15060.tga -15065 ARMOR icon/item/15060.tga -15066 ARMOR icon/item/15060.tga -15067 ARMOR icon/item/15060.tga -15068 ARMOR icon/item/15060.tga -15069 ARMOR icon/item/15060.tga -15070 ARMOR icon/item/15060.tga -15071 ARMOR icon/item/15060.tga -15072 ARMOR icon/item/15060.tga -15073 ARMOR icon/item/15060.tga -15074 ARMOR icon/item/15060.tga -15075 ARMOR icon/item/15060.tga -15076 ARMOR icon/item/15060.tga -15077 ARMOR icon/item/15060.tga -15078 ARMOR icon/item/15060.tga -15079 ARMOR icon/item/15060.tga -15080 ARMOR icon/item/15080.tga -15081 ARMOR icon/item/15080.tga -15082 ARMOR icon/item/15080.tga -15083 ARMOR icon/item/15080.tga -15084 ARMOR icon/item/15080.tga -15085 ARMOR icon/item/15080.tga -15086 ARMOR icon/item/15080.tga -15087 ARMOR icon/item/15080.tga -15088 ARMOR icon/item/15080.tga -15089 ARMOR icon/item/15080.tga -15090 ARMOR icon/item/15080.tga -15091 ARMOR icon/item/15080.tga -15092 ARMOR icon/item/15080.tga -15093 ARMOR icon/item/15080.tga -15094 ARMOR icon/item/15080.tga -15095 ARMOR icon/item/15080.tga -15096 ARMOR icon/item/15080.tga -15097 ARMOR icon/item/15080.tga -15098 ARMOR icon/item/15080.tga -15099 ARMOR icon/item/15080.tga -15100 ARMOR icon/item/15100.tga -15101 ARMOR icon/item/15100.tga -15102 ARMOR icon/item/15100.tga -15103 ARMOR icon/item/15100.tga -15104 ARMOR icon/item/15100.tga -15105 ARMOR icon/item/15100.tga -15106 ARMOR icon/item/15100.tga -15107 ARMOR icon/item/15100.tga -15108 ARMOR icon/item/15100.tga -15109 ARMOR icon/item/15100.tga -15110 ARMOR icon/item/15100.tga -15111 ARMOR icon/item/15100.tga -15112 ARMOR icon/item/15100.tga -15113 ARMOR icon/item/15100.tga -15114 ARMOR icon/item/15100.tga -15115 ARMOR icon/item/15100.tga -15116 ARMOR icon/item/15100.tga -15117 ARMOR icon/item/15100.tga -15118 ARMOR icon/item/15100.tga -15119 ARMOR icon/item/15100.tga -15120 ARMOR icon/item/15120.tga -15121 ARMOR icon/item/15120.tga -15122 ARMOR icon/item/15120.tga -15123 ARMOR icon/item/15120.tga -15124 ARMOR icon/item/15120.tga -15125 ARMOR icon/item/15120.tga -15126 ARMOR icon/item/15120.tga -15127 ARMOR icon/item/15120.tga -15128 ARMOR icon/item/15120.tga -15129 ARMOR icon/item/15120.tga -15130 ARMOR icon/item/15120.tga -15131 ARMOR icon/item/15120.tga -15132 ARMOR icon/item/15120.tga -15133 ARMOR icon/item/15120.tga -15134 ARMOR icon/item/15120.tga -15135 ARMOR icon/item/15120.tga -15136 ARMOR icon/item/15120.tga -15137 ARMOR icon/item/15120.tga -15138 ARMOR icon/item/15120.tga -15139 ARMOR icon/item/15120.tga -15140 ARMOR icon/item/15140.tga -15141 ARMOR icon/item/15140.tga -15142 ARMOR icon/item/15140.tga -15143 ARMOR icon/item/15140.tga -15144 ARMOR icon/item/15140.tga -15145 ARMOR icon/item/15140.tga -15146 ARMOR icon/item/15140.tga -15147 ARMOR icon/item/15140.tga -15148 ARMOR icon/item/15140.tga -15149 ARMOR icon/item/15140.tga -15150 ARMOR icon/item/15140.tga -15151 ARMOR icon/item/15140.tga -15152 ARMOR icon/item/15140.tga -15153 ARMOR icon/item/15140.tga -15154 ARMOR icon/item/15140.tga -15155 ARMOR icon/item/15140.tga -15156 ARMOR icon/item/15140.tga -15157 ARMOR icon/item/15140.tga -15158 ARMOR icon/item/15140.tga -15159 ARMOR icon/item/15140.tga -15160 ARMOR icon/item/15160.tga -15161 ARMOR icon/item/15160.tga -15162 ARMOR icon/item/15160.tga -15163 ARMOR icon/item/15160.tga -15164 ARMOR icon/item/15160.tga -15165 ARMOR icon/item/15160.tga -15166 ARMOR icon/item/15160.tga -15167 ARMOR icon/item/15160.tga -15168 ARMOR icon/item/15160.tga -15169 ARMOR icon/item/15160.tga -15170 ARMOR icon/item/15160.tga -15171 ARMOR icon/item/15160.tga -15172 ARMOR icon/item/15160.tga -15173 ARMOR icon/item/15160.tga -15174 ARMOR icon/item/15160.tga -15175 ARMOR icon/item/15160.tga -15176 ARMOR icon/item/15160.tga -15177 ARMOR icon/item/15160.tga -15178 ARMOR icon/item/15160.tga -15179 ARMOR icon/item/15160.tga -15180 ARMOR icon/item/15180.tga -15181 ARMOR icon/item/15180.tga -15182 ARMOR icon/item/15180.tga -15183 ARMOR icon/item/15180.tga -15184 ARMOR icon/item/15180.tga -15185 ARMOR icon/item/15180.tga -15186 ARMOR icon/item/15180.tga -15187 ARMOR icon/item/15180.tga -15188 ARMOR icon/item/15180.tga -15189 ARMOR icon/item/15180.tga -15190 ARMOR icon/item/15180.tga -15191 ARMOR icon/item/15180.tga -15192 ARMOR icon/item/15180.tga -15193 ARMOR icon/item/15180.tga -15194 ARMOR icon/item/15180.tga -15195 ARMOR icon/item/15180.tga -15196 ARMOR icon/item/15180.tga -15197 ARMOR icon/item/15180.tga -15198 ARMOR icon/item/15180.tga -15199 ARMOR icon/item/15180.tga -15200 ARMOR icon/item/15200.tga -15201 ARMOR icon/item/15200.tga -15202 ARMOR icon/item/15200.tga -15203 ARMOR icon/item/15200.tga -15204 ARMOR icon/item/15200.tga -15205 ARMOR icon/item/15200.tga -15206 ARMOR icon/item/15200.tga -15207 ARMOR icon/item/15200.tga -15208 ARMOR icon/item/15200.tga -15209 ARMOR icon/item/15200.tga -15210 ARMOR icon/item/15040.tga -15211 ARMOR icon/item/15040.tga -15212 ARMOR icon/item/15040.tga -15213 ARMOR icon/item/15040.tga -15214 ARMOR icon/item/15040.tga -15215 ARMOR icon/item/15040.tga -15216 ARMOR icon/item/15040.tga -15217 ARMOR icon/item/15040.tga -15218 ARMOR icon/item/15040.tga -15219 ARMOR icon/item/15040.tga -15220 ARMOR icon/item/15220.tga -15221 ARMOR icon/item/15220.tga -15222 ARMOR icon/item/15220.tga -15223 ARMOR icon/item/15220.tga -15224 ARMOR icon/item/15220.tga -15225 ARMOR icon/item/15220.tga -15226 ARMOR icon/item/15220.tga -15227 ARMOR icon/item/15220.tga -15228 ARMOR icon/item/15220.tga -15229 ARMOR icon/item/15220.tga -15230 ARMOR icon/item/15060.tga -15231 ARMOR icon/item/15060.tga -15232 ARMOR icon/item/15060.tga -15233 ARMOR icon/item/15060.tga -15234 ARMOR icon/item/15060.tga -15235 ARMOR icon/item/15060.tga -15236 ARMOR icon/item/15060.tga -15237 ARMOR icon/item/15060.tga -15238 ARMOR icon/item/15060.tga -15239 ARMOR icon/item/15060.tga -15240 ARMOR icon/item/15240.tga -15241 ARMOR icon/item/15240.tga -15242 ARMOR icon/item/15240.tga -15243 ARMOR icon/item/15240.tga -15244 ARMOR icon/item/15240.tga -15245 ARMOR icon/item/15240.tga -15246 ARMOR icon/item/15240.tga -15247 ARMOR icon/item/15240.tga -15248 ARMOR icon/item/15240.tga -15249 ARMOR icon/item/15240.tga -15250 ARMOR icon/item/15080.tga -15251 ARMOR icon/item/15080.tga -15252 ARMOR icon/item/15080.tga -15253 ARMOR icon/item/15080.tga -15254 ARMOR icon/item/15080.tga -15255 ARMOR icon/item/15080.tga -15256 ARMOR icon/item/15080.tga -15257 ARMOR icon/item/15080.tga -15258 ARMOR icon/item/15080.tga -15259 ARMOR icon/item/15080.tga -15270 ARMOR icon/item/15100.tga -15271 ARMOR icon/item/15100.tga -15272 ARMOR icon/item/15100.tga -15273 ARMOR icon/item/15100.tga -15274 ARMOR icon/item/15100.tga -15275 ARMOR icon/item/15100.tga -15276 ARMOR icon/item/15100.tga -15277 ARMOR icon/item/15100.tga -15278 ARMOR icon/item/15100.tga -15279 ARMOR icon/item/15100.tga -15290 ARMOR icon/item/15120.tga -15291 ARMOR icon/item/15120.tga -15292 ARMOR icon/item/15120.tga -15293 ARMOR icon/item/15120.tga -15294 ARMOR icon/item/15120.tga -15295 ARMOR icon/item/15120.tga -15296 ARMOR icon/item/15120.tga -15297 ARMOR icon/item/15120.tga -15298 ARMOR icon/item/15120.tga -15299 ARMOR icon/item/15120.tga -15350 ARMOR icon/item/15180.tga -15351 ARMOR icon/item/15180.tga -15352 ARMOR icon/item/15180.tga -15353 ARMOR icon/item/15180.tga -15354 ARMOR icon/item/15180.tga -15355 ARMOR icon/item/15180.tga -15356 ARMOR icon/item/15180.tga -15357 ARMOR icon/item/15180.tga -15358 ARMOR icon/item/15180.tga -15359 ARMOR icon/item/15180.tga -15370 ARMOR icon/item/15370.tga -15371 ARMOR icon/item/15370.tga -15372 ARMOR icon/item/15370.tga -15373 ARMOR icon/item/15370.tga -15374 ARMOR icon/item/15370.tga -15375 ARMOR icon/item/15370.tga -15376 ARMOR icon/item/15370.tga -15377 ARMOR icon/item/15370.tga -15378 ARMOR icon/item/15370.tga -15379 ARMOR icon/item/15370.tga -15390 ARMOR icon/item/15390.tga -15391 ARMOR icon/item/15390.tga -15392 ARMOR icon/item/15390.tga -15393 ARMOR icon/item/15390.tga -15394 ARMOR icon/item/15390.tga -15395 ARMOR icon/item/15390.tga -15396 ARMOR icon/item/15390.tga -15397 ARMOR icon/item/15390.tga -15398 ARMOR icon/item/15390.tga -15399 ARMOR icon/item/15390.tga -15410 ARMOR icon/item/15410.tga -15411 ARMOR icon/item/15410.tga -15412 ARMOR icon/item/15410.tga -15413 ARMOR icon/item/15410.tga -15414 ARMOR icon/item/15410.tga -15415 ARMOR icon/item/15410.tga -15416 ARMOR icon/item/15410.tga -15417 ARMOR icon/item/15410.tga -15418 ARMOR icon/item/15410.tga -15419 ARMOR icon/item/15410.tga -15430 ARMOR icon/item/15430.tga -15431 ARMOR icon/item/15430.tga -15432 ARMOR icon/item/15430.tga -15433 ARMOR icon/item/15430.tga -15434 ARMOR icon/item/15430.tga -15435 ARMOR icon/item/15430.tga -15436 ARMOR icon/item/15430.tga -15437 ARMOR icon/item/15430.tga -15438 ARMOR icon/item/15430.tga -15439 ARMOR icon/item/15430.tga -16000 ARMOR icon/item/16000.tga -16001 ARMOR icon/item/16000.tga -16002 ARMOR icon/item/16000.tga -16003 ARMOR icon/item/16000.tga -16004 ARMOR icon/item/16000.tga -16005 ARMOR icon/item/16000.tga -16006 ARMOR icon/item/16000.tga -16007 ARMOR icon/item/16000.tga -16008 ARMOR icon/item/16000.tga -16009 ARMOR icon/item/16000.tga -16010 ARMOR icon/item/16000.tga -16011 ARMOR icon/item/16000.tga -16012 ARMOR icon/item/16000.tga -16013 ARMOR icon/item/16000.tga -16014 ARMOR icon/item/16000.tga -16015 ARMOR icon/item/16000.tga -16016 ARMOR icon/item/16000.tga -16017 ARMOR icon/item/16000.tga -16018 ARMOR icon/item/16000.tga -16019 ARMOR icon/item/16000.tga -16020 ARMOR icon/item/16020.tga -16021 ARMOR icon/item/16020.tga -16022 ARMOR icon/item/16020.tga -16023 ARMOR icon/item/16020.tga -16024 ARMOR icon/item/16020.tga -16025 ARMOR icon/item/16020.tga -16026 ARMOR icon/item/16020.tga -16027 ARMOR icon/item/16020.tga -16028 ARMOR icon/item/16020.tga -16029 ARMOR icon/item/16020.tga -16030 ARMOR icon/item/16020.tga -16031 ARMOR icon/item/16020.tga -16032 ARMOR icon/item/16020.tga -16033 ARMOR icon/item/16020.tga -16034 ARMOR icon/item/16020.tga -16035 ARMOR icon/item/16020.tga -16036 ARMOR icon/item/16020.tga -16037 ARMOR icon/item/16020.tga -16038 ARMOR icon/item/16020.tga -16039 ARMOR icon/item/16020.tga -16040 ARMOR icon/item/16040.tga -16041 ARMOR icon/item/16040.tga -16042 ARMOR icon/item/16040.tga -16043 ARMOR icon/item/16040.tga -16044 ARMOR icon/item/16040.tga -16045 ARMOR icon/item/16040.tga -16046 ARMOR icon/item/16040.tga -16047 ARMOR icon/item/16040.tga -16048 ARMOR icon/item/16040.tga -16049 ARMOR icon/item/16040.tga -16050 ARMOR icon/item/16040.tga -16051 ARMOR icon/item/16040.tga -16052 ARMOR icon/item/16040.tga -16053 ARMOR icon/item/16040.tga -16054 ARMOR icon/item/16040.tga -16055 ARMOR icon/item/16040.tga -16056 ARMOR icon/item/16040.tga -16057 ARMOR icon/item/16040.tga -16058 ARMOR icon/item/16040.tga -16059 ARMOR icon/item/16040.tga -16060 ARMOR icon/item/16060.tga -16061 ARMOR icon/item/16060.tga -16062 ARMOR icon/item/16060.tga -16063 ARMOR icon/item/16060.tga -16064 ARMOR icon/item/16060.tga -16065 ARMOR icon/item/16060.tga -16066 ARMOR icon/item/16060.tga -16067 ARMOR icon/item/16060.tga -16068 ARMOR icon/item/16060.tga -16069 ARMOR icon/item/16060.tga -16070 ARMOR icon/item/16060.tga -16071 ARMOR icon/item/16060.tga -16072 ARMOR icon/item/16060.tga -16073 ARMOR icon/item/16060.tga -16074 ARMOR icon/item/16060.tga -16075 ARMOR icon/item/16060.tga -16076 ARMOR icon/item/16060.tga -16077 ARMOR icon/item/16060.tga -16078 ARMOR icon/item/16060.tga -16079 ARMOR icon/item/16060.tga -16080 ARMOR icon/item/16080.tga -16081 ARMOR icon/item/16080.tga -16082 ARMOR icon/item/16080.tga -16083 ARMOR icon/item/16080.tga -16084 ARMOR icon/item/16080.tga -16085 ARMOR icon/item/16080.tga -16086 ARMOR icon/item/16080.tga -16087 ARMOR icon/item/16080.tga -16088 ARMOR icon/item/16080.tga -16089 ARMOR icon/item/16080.tga -16090 ARMOR icon/item/16080.tga -16091 ARMOR icon/item/16080.tga -16092 ARMOR icon/item/16080.tga -16093 ARMOR icon/item/16080.tga -16094 ARMOR icon/item/16080.tga -16095 ARMOR icon/item/16080.tga -16096 ARMOR icon/item/16080.tga -16097 ARMOR icon/item/16080.tga -16098 ARMOR icon/item/16080.tga -16099 ARMOR icon/item/16080.tga -16100 ARMOR icon/item/16100.tga -16101 ARMOR icon/item/16100.tga -16102 ARMOR icon/item/16100.tga -16103 ARMOR icon/item/16100.tga -16104 ARMOR icon/item/16100.tga -16105 ARMOR icon/item/16100.tga -16106 ARMOR icon/item/16100.tga -16107 ARMOR icon/item/16100.tga -16108 ARMOR icon/item/16100.tga -16109 ARMOR icon/item/16100.tga -16110 ARMOR icon/item/16100.tga -16111 ARMOR icon/item/16100.tga -16112 ARMOR icon/item/16100.tga -16113 ARMOR icon/item/16100.tga -16114 ARMOR icon/item/16100.tga -16115 ARMOR icon/item/16100.tga -16116 ARMOR icon/item/16100.tga -16117 ARMOR icon/item/16100.tga -16118 ARMOR icon/item/16100.tga -16119 ARMOR icon/item/16100.tga -16120 ARMOR icon/item/16120.tga -16121 ARMOR icon/item/16120.tga -16122 ARMOR icon/item/16120.tga -16123 ARMOR icon/item/16120.tga -16124 ARMOR icon/item/16120.tga -16125 ARMOR icon/item/16120.tga -16126 ARMOR icon/item/16120.tga -16127 ARMOR icon/item/16120.tga -16128 ARMOR icon/item/16120.tga -16129 ARMOR icon/item/16120.tga -16130 ARMOR icon/item/16120.tga -16131 ARMOR icon/item/16120.tga -16132 ARMOR icon/item/16120.tga -16133 ARMOR icon/item/16120.tga -16134 ARMOR icon/item/16120.tga -16135 ARMOR icon/item/16120.tga -16136 ARMOR icon/item/16120.tga -16137 ARMOR icon/item/16120.tga -16138 ARMOR icon/item/16120.tga -16139 ARMOR icon/item/16120.tga -16140 ARMOR icon/item/16140.tga -16141 ARMOR icon/item/16140.tga -16142 ARMOR icon/item/16140.tga -16143 ARMOR icon/item/16140.tga -16144 ARMOR icon/item/16140.tga -16145 ARMOR icon/item/16140.tga -16146 ARMOR icon/item/16140.tga -16147 ARMOR icon/item/16140.tga -16148 ARMOR icon/item/16140.tga -16149 ARMOR icon/item/16140.tga -16150 ARMOR icon/item/16140.tga -16151 ARMOR icon/item/16140.tga -16152 ARMOR icon/item/16140.tga -16153 ARMOR icon/item/16140.tga -16154 ARMOR icon/item/16140.tga -16155 ARMOR icon/item/16140.tga -16156 ARMOR icon/item/16140.tga -16157 ARMOR icon/item/16140.tga -16158 ARMOR icon/item/16140.tga -16159 ARMOR icon/item/16140.tga -16160 ARMOR icon/item/16160.tga -16161 ARMOR icon/item/16160.tga -16162 ARMOR icon/item/16160.tga -16163 ARMOR icon/item/16160.tga -16164 ARMOR icon/item/16160.tga -16165 ARMOR icon/item/16160.tga -16166 ARMOR icon/item/16160.tga -16167 ARMOR icon/item/16160.tga -16168 ARMOR icon/item/16160.tga -16169 ARMOR icon/item/16160.tga -16170 ARMOR icon/item/16160.tga -16171 ARMOR icon/item/16160.tga -16172 ARMOR icon/item/16160.tga -16173 ARMOR icon/item/16160.tga -16174 ARMOR icon/item/16160.tga -16175 ARMOR icon/item/16160.tga -16176 ARMOR icon/item/16160.tga -16177 ARMOR icon/item/16160.tga -16178 ARMOR icon/item/16160.tga -16179 ARMOR icon/item/16160.tga -16180 ARMOR icon/item/16180.tga -16181 ARMOR icon/item/16180.tga -16182 ARMOR icon/item/16180.tga -16183 ARMOR icon/item/16180.tga -16184 ARMOR icon/item/16180.tga -16185 ARMOR icon/item/16180.tga -16186 ARMOR icon/item/16180.tga -16187 ARMOR icon/item/16180.tga -16188 ARMOR icon/item/16180.tga -16189 ARMOR icon/item/16180.tga -16190 ARMOR icon/item/16180.tga -16191 ARMOR icon/item/16180.tga -16192 ARMOR icon/item/16180.tga -16193 ARMOR icon/item/16180.tga -16194 ARMOR icon/item/16180.tga -16195 ARMOR icon/item/16180.tga -16196 ARMOR icon/item/16180.tga -16197 ARMOR icon/item/16180.tga -16198 ARMOR icon/item/16180.tga -16199 ARMOR icon/item/16180.tga -16200 ARMOR icon/item/16200.tga -16201 ARMOR icon/item/16200.tga -16202 ARMOR icon/item/16200.tga -16203 ARMOR icon/item/16200.tga -16204 ARMOR icon/item/16200.tga -16205 ARMOR icon/item/16200.tga -16206 ARMOR icon/item/16200.tga -16207 ARMOR icon/item/16200.tga -16208 ARMOR icon/item/16200.tga -16209 ARMOR icon/item/16200.tga -16210 ARMOR icon/item/16040.tga -16211 ARMOR icon/item/16040.tga -16212 ARMOR icon/item/16040.tga -16213 ARMOR icon/item/16040.tga -16214 ARMOR icon/item/16040.tga -16215 ARMOR icon/item/16040.tga -16216 ARMOR icon/item/16040.tga -16217 ARMOR icon/item/16040.tga -16218 ARMOR icon/item/16040.tga -16219 ARMOR icon/item/16040.tga -16220 ARMOR icon/item/16220.tga -16221 ARMOR icon/item/16220.tga -16222 ARMOR icon/item/16220.tga -16223 ARMOR icon/item/16220.tga -16224 ARMOR icon/item/16220.tga -16225 ARMOR icon/item/16220.tga -16226 ARMOR icon/item/16220.tga -16227 ARMOR icon/item/16220.tga -16228 ARMOR icon/item/16220.tga -16229 ARMOR icon/item/16220.tga -16230 ARMOR icon/item/16060.tga -16231 ARMOR icon/item/16060.tga -16232 ARMOR icon/item/16060.tga -16233 ARMOR icon/item/16060.tga -16234 ARMOR icon/item/16060.tga -16235 ARMOR icon/item/16060.tga -16236 ARMOR icon/item/16060.tga -16237 ARMOR icon/item/16060.tga -16238 ARMOR icon/item/16060.tga -16239 ARMOR icon/item/16060.tga -16250 ARMOR icon/item/16080.tga -16251 ARMOR icon/item/16080.tga -16252 ARMOR icon/item/16080.tga -16253 ARMOR icon/item/16080.tga -16254 ARMOR icon/item/16080.tga -16255 ARMOR icon/item/16080.tga -16256 ARMOR icon/item/16080.tga -16257 ARMOR icon/item/16080.tga -16258 ARMOR icon/item/16080.tga -16259 ARMOR icon/item/16080.tga -16270 ARMOR icon/item/16100.tga -16271 ARMOR icon/item/16100.tga -16272 ARMOR icon/item/16100.tga -16273 ARMOR icon/item/16100.tga -16274 ARMOR icon/item/16100.tga -16275 ARMOR icon/item/16100.tga -16276 ARMOR icon/item/16100.tga -16277 ARMOR icon/item/16100.tga -16278 ARMOR icon/item/16100.tga -16279 ARMOR icon/item/16100.tga -16290 ARMOR icon/item/16120.tga -16291 ARMOR icon/item/16120.tga -16292 ARMOR icon/item/16120.tga -16293 ARMOR icon/item/16120.tga -16294 ARMOR icon/item/16120.tga -16295 ARMOR icon/item/16120.tga -16296 ARMOR icon/item/16120.tga -16297 ARMOR icon/item/16120.tga -16298 ARMOR icon/item/16120.tga -16299 ARMOR icon/item/16120.tga -16310 ARMOR icon/item/16140.tga -16311 ARMOR icon/item/16140.tga -16312 ARMOR icon/item/16140.tga -16313 ARMOR icon/item/16140.tga -16314 ARMOR icon/item/16140.tga -16315 ARMOR icon/item/16140.tga -16316 ARMOR icon/item/16140.tga -16317 ARMOR icon/item/16140.tga -16318 ARMOR icon/item/16140.tga -16319 ARMOR icon/item/16140.tga -16330 ARMOR icon/item/16160.tga -16331 ARMOR icon/item/16160.tga -16332 ARMOR icon/item/16160.tga -16333 ARMOR icon/item/16160.tga -16334 ARMOR icon/item/16160.tga -16335 ARMOR icon/item/16160.tga -16336 ARMOR icon/item/16160.tga -16337 ARMOR icon/item/16160.tga -16338 ARMOR icon/item/16160.tga -16339 ARMOR icon/item/16160.tga -16350 ARMOR icon/item/16180.tga -16351 ARMOR icon/item/16180.tga -16352 ARMOR icon/item/16180.tga -16353 ARMOR icon/item/16180.tga -16354 ARMOR icon/item/16180.tga -16355 ARMOR icon/item/16180.tga -16356 ARMOR icon/item/16180.tga -16357 ARMOR icon/item/16180.tga -16358 ARMOR icon/item/16180.tga -16359 ARMOR icon/item/16180.tga -16370 ARMOR icon/item/16200.tga -16371 ARMOR icon/item/16200.tga -16372 ARMOR icon/item/16200.tga -16373 ARMOR icon/item/16200.tga -16374 ARMOR icon/item/16200.tga -16375 ARMOR icon/item/16200.tga -16376 ARMOR icon/item/16200.tga -16377 ARMOR icon/item/16200.tga -16378 ARMOR icon/item/16200.tga -16379 ARMOR icon/item/16200.tga -16500 ARMOR icon/item/16500.tga -16501 ARMOR icon/item/16500.tga -16502 ARMOR icon/item/16500.tga -16503 ARMOR icon/item/16500.tga -16504 ARMOR icon/item/16500.tga -16505 ARMOR icon/item/16500.tga -16506 ARMOR icon/item/16500.tga -16507 ARMOR icon/item/16500.tga -16508 ARMOR icon/item/16500.tga -16509 ARMOR icon/item/16500.tga -16520 ARMOR icon/item/16520.tga -16521 ARMOR icon/item/16520.tga -16522 ARMOR icon/item/16520.tga -16523 ARMOR icon/item/16520.tga -16524 ARMOR icon/item/16520.tga -16525 ARMOR icon/item/16520.tga -16526 ARMOR icon/item/16520.tga -16527 ARMOR icon/item/16520.tga -16528 ARMOR icon/item/16520.tga -16529 ARMOR icon/item/16520.tga -16540 ARMOR icon/item/16540.tga -16541 ARMOR icon/item/16540.tga -16542 ARMOR icon/item/16540.tga -16543 ARMOR icon/item/16540.tga -16544 ARMOR icon/item/16540.tga -16545 ARMOR icon/item/16540.tga -16546 ARMOR icon/item/16540.tga -16547 ARMOR icon/item/16540.tga -16548 ARMOR icon/item/16540.tga -16549 ARMOR icon/item/16540.tga -16560 ARMOR icon/item/16560.tga -16561 ARMOR icon/item/16560.tga -16562 ARMOR icon/item/16560.tga -16563 ARMOR icon/item/16560.tga -16564 ARMOR icon/item/16560.tga -16565 ARMOR icon/item/16560.tga -16566 ARMOR icon/item/16560.tga -16567 ARMOR icon/item/16560.tga -16568 ARMOR icon/item/16560.tga -16569 ARMOR icon/item/16560.tga -17000 ARMOR icon/item/17000.tga -17001 ARMOR icon/item/17000.tga -17002 ARMOR icon/item/17000.tga -17003 ARMOR icon/item/17000.tga -17004 ARMOR icon/item/17000.tga -17005 ARMOR icon/item/17000.tga -17006 ARMOR icon/item/17000.tga -17007 ARMOR icon/item/17000.tga -17008 ARMOR icon/item/17000.tga -17009 ARMOR icon/item/17000.tga -17010 ARMOR icon/item/17000.tga -17011 ARMOR icon/item/17000.tga -17012 ARMOR icon/item/17000.tga -17013 ARMOR icon/item/17000.tga -17014 ARMOR icon/item/17000.tga -17015 ARMOR icon/item/17000.tga -17016 ARMOR icon/item/17000.tga -17017 ARMOR icon/item/17000.tga -17018 ARMOR icon/item/17000.tga -17019 ARMOR icon/item/17000.tga -17020 ARMOR icon/item/17020.tga -17021 ARMOR icon/item/17020.tga -17022 ARMOR icon/item/17020.tga -17023 ARMOR icon/item/17020.tga -17024 ARMOR icon/item/17020.tga -17025 ARMOR icon/item/17020.tga -17026 ARMOR icon/item/17020.tga -17027 ARMOR icon/item/17020.tga -17028 ARMOR icon/item/17020.tga -17029 ARMOR icon/item/17020.tga -17030 ARMOR icon/item/17020.tga -17031 ARMOR icon/item/17020.tga -17032 ARMOR icon/item/17020.tga -17033 ARMOR icon/item/17020.tga -17034 ARMOR icon/item/17020.tga -17035 ARMOR icon/item/17020.tga -17036 ARMOR icon/item/17020.tga -17037 ARMOR icon/item/17020.tga -17038 ARMOR icon/item/17020.tga -17039 ARMOR icon/item/17020.tga -17040 ARMOR icon/item/17040.tga -17041 ARMOR icon/item/17040.tga -17042 ARMOR icon/item/17040.tga -17043 ARMOR icon/item/17040.tga -17044 ARMOR icon/item/17040.tga -17045 ARMOR icon/item/17040.tga -17046 ARMOR icon/item/17040.tga -17047 ARMOR icon/item/17040.tga -17048 ARMOR icon/item/17040.tga -17049 ARMOR icon/item/17040.tga -17050 ARMOR icon/item/17040.tga -17051 ARMOR icon/item/17040.tga -17052 ARMOR icon/item/17040.tga -17053 ARMOR icon/item/17040.tga -17054 ARMOR icon/item/17040.tga -17055 ARMOR icon/item/17040.tga -17056 ARMOR icon/item/17040.tga -17057 ARMOR icon/item/17040.tga -17058 ARMOR icon/item/17040.tga -17059 ARMOR icon/item/17040.tga -17060 ARMOR icon/item/17060.tga -17061 ARMOR icon/item/17060.tga -17062 ARMOR icon/item/17060.tga -17063 ARMOR icon/item/17060.tga -17064 ARMOR icon/item/17060.tga -17065 ARMOR icon/item/17060.tga -17066 ARMOR icon/item/17060.tga -17067 ARMOR icon/item/17060.tga -17068 ARMOR icon/item/17060.tga -17069 ARMOR icon/item/17060.tga -17070 ARMOR icon/item/17060.tga -17071 ARMOR icon/item/17060.tga -17072 ARMOR icon/item/17060.tga -17073 ARMOR icon/item/17060.tga -17074 ARMOR icon/item/17060.tga -17075 ARMOR icon/item/17060.tga -17076 ARMOR icon/item/17060.tga -17077 ARMOR icon/item/17060.tga -17078 ARMOR icon/item/17060.tga -17079 ARMOR icon/item/17060.tga -17080 ARMOR icon/item/17080.tga -17081 ARMOR icon/item/17080.tga -17082 ARMOR icon/item/17080.tga -17083 ARMOR icon/item/17080.tga -17084 ARMOR icon/item/17080.tga -17085 ARMOR icon/item/17080.tga -17086 ARMOR icon/item/17080.tga -17087 ARMOR icon/item/17080.tga -17088 ARMOR icon/item/17080.tga -17089 ARMOR icon/item/17080.tga -17090 ARMOR icon/item/17080.tga -17091 ARMOR icon/item/17080.tga -17092 ARMOR icon/item/17080.tga -17093 ARMOR icon/item/17080.tga -17094 ARMOR icon/item/17080.tga -17095 ARMOR icon/item/17080.tga -17096 ARMOR icon/item/17080.tga -17097 ARMOR icon/item/17080.tga -17098 ARMOR icon/item/17080.tga -17099 ARMOR icon/item/17080.tga -17100 ARMOR icon/item/17100.tga -17101 ARMOR icon/item/17100.tga -17102 ARMOR icon/item/17100.tga -17103 ARMOR icon/item/17100.tga -17104 ARMOR icon/item/17100.tga -17105 ARMOR icon/item/17100.tga -17106 ARMOR icon/item/17100.tga -17107 ARMOR icon/item/17100.tga -17108 ARMOR icon/item/17100.tga -17109 ARMOR icon/item/17100.tga -17110 ARMOR icon/item/17100.tga -17111 ARMOR icon/item/17100.tga -17112 ARMOR icon/item/17100.tga -17113 ARMOR icon/item/17100.tga -17114 ARMOR icon/item/17100.tga -17115 ARMOR icon/item/17100.tga -17116 ARMOR icon/item/17100.tga -17117 ARMOR icon/item/17100.tga -17118 ARMOR icon/item/17100.tga -17119 ARMOR icon/item/17100.tga -17120 ARMOR icon/item/17120.tga -17121 ARMOR icon/item/17120.tga -17122 ARMOR icon/item/17120.tga -17123 ARMOR icon/item/17120.tga -17124 ARMOR icon/item/17120.tga -17125 ARMOR icon/item/17120.tga -17126 ARMOR icon/item/17120.tga -17127 ARMOR icon/item/17120.tga -17128 ARMOR icon/item/17120.tga -17129 ARMOR icon/item/17120.tga -17130 ARMOR icon/item/17120.tga -17131 ARMOR icon/item/17120.tga -17132 ARMOR icon/item/17120.tga -17133 ARMOR icon/item/17120.tga -17134 ARMOR icon/item/17120.tga -17135 ARMOR icon/item/17120.tga -17136 ARMOR icon/item/17120.tga -17137 ARMOR icon/item/17120.tga -17138 ARMOR icon/item/17120.tga -17139 ARMOR icon/item/17120.tga -17140 ARMOR icon/item/17140.tga -17141 ARMOR icon/item/17140.tga -17142 ARMOR icon/item/17140.tga -17143 ARMOR icon/item/17140.tga -17144 ARMOR icon/item/17140.tga -17145 ARMOR icon/item/17140.tga -17146 ARMOR icon/item/17140.tga -17147 ARMOR icon/item/17140.tga -17148 ARMOR icon/item/17140.tga -17149 ARMOR icon/item/17140.tga -17150 ARMOR icon/item/17140.tga -17151 ARMOR icon/item/17140.tga -17152 ARMOR icon/item/17140.tga -17153 ARMOR icon/item/17140.tga -17154 ARMOR icon/item/17140.tga -17155 ARMOR icon/item/17140.tga -17156 ARMOR icon/item/17140.tga -17157 ARMOR icon/item/17140.tga -17158 ARMOR icon/item/17140.tga -17159 ARMOR icon/item/17140.tga -17160 ARMOR icon/item/17160.tga -17161 ARMOR icon/item/17160.tga -17162 ARMOR icon/item/17160.tga -17163 ARMOR icon/item/17160.tga -17164 ARMOR icon/item/17160.tga -17165 ARMOR icon/item/17160.tga -17166 ARMOR icon/item/17160.tga -17167 ARMOR icon/item/17160.tga -17168 ARMOR icon/item/17160.tga -17169 ARMOR icon/item/17160.tga -17170 ARMOR icon/item/17160.tga -17171 ARMOR icon/item/17160.tga -17172 ARMOR icon/item/17160.tga -17173 ARMOR icon/item/17160.tga -17174 ARMOR icon/item/17160.tga -17175 ARMOR icon/item/17160.tga -17176 ARMOR icon/item/17160.tga -17177 ARMOR icon/item/17160.tga -17178 ARMOR icon/item/17160.tga -17179 ARMOR icon/item/17160.tga -17180 ARMOR icon/item/17180.tga -17181 ARMOR icon/item/17180.tga -17182 ARMOR icon/item/17180.tga -17183 ARMOR icon/item/17180.tga -17184 ARMOR icon/item/17180.tga -17185 ARMOR icon/item/17180.tga -17186 ARMOR icon/item/17180.tga -17187 ARMOR icon/item/17180.tga -17188 ARMOR icon/item/17180.tga -17189 ARMOR icon/item/17180.tga -17190 ARMOR icon/item/17180.tga -17191 ARMOR icon/item/17180.tga -17192 ARMOR icon/item/17180.tga -17193 ARMOR icon/item/17180.tga -17194 ARMOR icon/item/17180.tga -17195 ARMOR icon/item/17180.tga -17196 ARMOR icon/item/17180.tga -17197 ARMOR icon/item/17180.tga -17198 ARMOR icon/item/17180.tga -17199 ARMOR icon/item/17180.tga -17200 ARMOR icon/item/17200.tga -17201 ARMOR icon/item/17200.tga -17202 ARMOR icon/item/17200.tga -17203 ARMOR icon/item/17200.tga -17204 ARMOR icon/item/17200.tga -17205 ARMOR icon/item/17200.tga -17206 ARMOR icon/item/17200.tga -17207 ARMOR icon/item/17200.tga -17208 ARMOR icon/item/17200.tga -17209 ARMOR icon/item/17200.tga -17210 ARMOR icon/item/17200.tga -17211 ARMOR icon/item/17200.tga -17212 ARMOR icon/item/17200.tga -17213 ARMOR icon/item/17200.tga -17214 ARMOR icon/item/17200.tga -17215 ARMOR icon/item/17200.tga -17216 ARMOR icon/item/17200.tga -17217 ARMOR icon/item/17200.tga -17218 ARMOR icon/item/17200.tga -17219 ARMOR icon/item/17200.tga -17220 ARMOR icon/item/17220.tga -17221 ARMOR icon/item/17220.tga -17222 ARMOR icon/item/17220.tga -17223 ARMOR icon/item/17220.tga -17224 ARMOR icon/item/17220.tga -17225 ARMOR icon/item/17220.tga -17226 ARMOR icon/item/17220.tga -17227 ARMOR icon/item/17220.tga -17228 ARMOR icon/item/17220.tga -17229 ARMOR icon/item/17220.tga -17250 ARMOR icon/item/17080.tga -17251 ARMOR icon/item/17080.tga -17252 ARMOR icon/item/17080.tga -17253 ARMOR icon/item/17080.tga -17254 ARMOR icon/item/17080.tga -17255 ARMOR icon/item/17080.tga -17256 ARMOR icon/item/17080.tga -17257 ARMOR icon/item/17080.tga -17258 ARMOR icon/item/17080.tga -17259 ARMOR icon/item/17080.tga -17270 ARMOR icon/item/17100.tga -17271 ARMOR icon/item/17100.tga -17272 ARMOR icon/item/17100.tga -17273 ARMOR icon/item/17100.tga -17274 ARMOR icon/item/17100.tga -17275 ARMOR icon/item/17100.tga -17276 ARMOR icon/item/17100.tga -17277 ARMOR icon/item/17100.tga -17278 ARMOR icon/item/17100.tga -17279 ARMOR icon/item/17100.tga -17290 ARMOR icon/item/17120.tga -17291 ARMOR icon/item/17120.tga -17292 ARMOR icon/item/17120.tga -17293 ARMOR icon/item/17120.tga -17294 ARMOR icon/item/17120.tga -17295 ARMOR icon/item/17120.tga -17296 ARMOR icon/item/17120.tga -17297 ARMOR icon/item/17120.tga -17298 ARMOR icon/item/17120.tga -17299 ARMOR icon/item/17120.tga -17310 ARMOR icon/item/17140.tga -17311 ARMOR icon/item/17140.tga -17312 ARMOR icon/item/17140.tga -17313 ARMOR icon/item/17140.tga -17314 ARMOR icon/item/17140.tga -17315 ARMOR icon/item/17140.tga -17316 ARMOR icon/item/17140.tga -17317 ARMOR icon/item/17140.tga -17318 ARMOR icon/item/17140.tga -17319 ARMOR icon/item/17140.tga -17330 ARMOR icon/item/17160.tga -17331 ARMOR icon/item/17160.tga -17332 ARMOR icon/item/17160.tga -17333 ARMOR icon/item/17160.tga -17334 ARMOR icon/item/17160.tga -17335 ARMOR icon/item/17160.tga -17336 ARMOR icon/item/17160.tga -17337 ARMOR icon/item/17160.tga -17338 ARMOR icon/item/17160.tga -17339 ARMOR icon/item/17160.tga -17350 ARMOR icon/item/17180.tga -17351 ARMOR icon/item/17180.tga -17352 ARMOR icon/item/17180.tga -17353 ARMOR icon/item/17180.tga -17354 ARMOR icon/item/17180.tga -17355 ARMOR icon/item/17180.tga -17356 ARMOR icon/item/17180.tga -17357 ARMOR icon/item/17180.tga -17358 ARMOR icon/item/17180.tga -17359 ARMOR icon/item/17180.tga -17370 ARMOR icon/item/17200.tga -17371 ARMOR icon/item/17200.tga -17372 ARMOR icon/item/17200.tga -17373 ARMOR icon/item/17200.tga -17374 ARMOR icon/item/17200.tga -17375 ARMOR icon/item/17200.tga -17376 ARMOR icon/item/17200.tga -17377 ARMOR icon/item/17200.tga -17378 ARMOR icon/item/17200.tga -17379 ARMOR icon/item/17200.tga -17500 ARMOR icon/item/17500.tga -17501 ARMOR icon/item/17500.tga -17502 ARMOR icon/item/17500.tga -17503 ARMOR icon/item/17500.tga -17504 ARMOR icon/item/17500.tga -17505 ARMOR icon/item/17500.tga -17506 ARMOR icon/item/17500.tga -17507 ARMOR icon/item/17500.tga -17508 ARMOR icon/item/17500.tga -17509 ARMOR icon/item/17500.tga -17520 ARMOR icon/item/17520.tga -17521 ARMOR icon/item/17520.tga -17522 ARMOR icon/item/17520.tga -17523 ARMOR icon/item/17520.tga -17524 ARMOR icon/item/17520.tga -17525 ARMOR icon/item/17520.tga -17526 ARMOR icon/item/17520.tga -17527 ARMOR icon/item/17520.tga -17528 ARMOR icon/item/17520.tga -17529 ARMOR icon/item/17520.tga -17540 ARMOR icon/item/17540.tga -17541 ARMOR icon/item/17540.tga -17542 ARMOR icon/item/17540.tga -17543 ARMOR icon/item/17540.tga -17544 ARMOR icon/item/17540.tga -17545 ARMOR icon/item/17540.tga -17546 ARMOR icon/item/17540.tga -17547 ARMOR icon/item/17540.tga -17548 ARMOR icon/item/17540.tga -17549 ARMOR icon/item/17540.tga -17560 ARMOR icon/item/17560.tga -17561 ARMOR icon/item/17560.tga -17562 ARMOR icon/item/17560.tga -17563 ARMOR icon/item/17560.tga -17564 ARMOR icon/item/17560.tga -17565 ARMOR icon/item/17560.tga -17566 ARMOR icon/item/17560.tga -17567 ARMOR icon/item/17560.tga -17568 ARMOR icon/item/17560.tga -17569 ARMOR icon/item/17560.tga -18000 ETC icon/item/18000.tga -18001 ETC icon/item/18000.tga -18002 ETC icon/item/18000.tga -18003 ETC icon/item/18000.tga -18004 ETC icon/item/18000.tga -18005 ETC icon/item/18000.tga -18006 ETC icon/item/18000.tga -18007 ETC icon/item/18000.tga -18008 ETC icon/item/18000.tga -18009 ETC icon/item/18000.tga -18010 ETC icon/item/18010.tga -18011 ETC icon/item/18010.tga -18012 ETC icon/item/18010.tga -18013 ETC icon/item/18010.tga -18014 ETC icon/item/18010.tga -18015 ETC icon/item/18010.tga -18016 ETC icon/item/18010.tga -18017 ETC icon/item/18010.tga -18018 ETC icon/item/18010.tga -18019 ETC icon/item/18010.tga -18020 ETC icon/item/18020.tga -18021 ETC icon/item/18020.tga -18022 ETC icon/item/18020.tga -18023 ETC icon/item/18020.tga -18024 ETC icon/item/18020.tga -18025 ETC icon/item/18020.tga -18026 ETC icon/item/18020.tga -18027 ETC icon/item/18020.tga -18028 ETC icon/item/18020.tga -18029 ETC icon/item/18020.tga -18030 ETC icon/item/18030.tga -18031 ETC icon/item/18030.tga -18032 ETC icon/item/18030.tga -18033 ETC icon/item/18030.tga -18034 ETC icon/item/18030.tga -18035 ETC icon/item/18030.tga -18036 ETC icon/item/18030.tga -18037 ETC icon/item/18030.tga -18038 ETC icon/item/18030.tga -18039 ETC icon/item/18030.tga -18040 ETC icon/item/18040.tga -18041 ETC icon/item/18040.tga -18042 ETC icon/item/18040.tga -18043 ETC icon/item/18040.tga -18044 ETC icon/item/18040.tga -18045 ETC icon/item/18040.tga -18046 ETC icon/item/18040.tga -18047 ETC icon/item/18040.tga -18048 ETC icon/item/18040.tga -18049 ETC icon/item/18040.tga -18050 ETC icon/item/18050.tga -18051 ETC icon/item/18050.tga -18052 ETC icon/item/18050.tga -18053 ETC icon/item/18050.tga -18054 ETC icon/item/18050.tga -18055 ETC icon/item/18050.tga -18056 ETC icon/item/18050.tga -18057 ETC icon/item/18050.tga -18058 ETC icon/item/18050.tga -18059 ETC icon/item/18050.tga -18060 ETC icon/item/18060.tga -18061 ETC icon/item/18060.tga -18062 ETC icon/item/18060.tga -18063 ETC icon/item/18060.tga -18064 ETC icon/item/18060.tga -18065 ETC icon/item/18060.tga -18066 ETC icon/item/18060.tga -18067 ETC icon/item/18060.tga -18068 ETC icon/item/18060.tga -18069 ETC icon/item/18060.tga -18070 ETC icon/item/18070.tga -18071 ETC icon/item/18070.tga -18072 ETC icon/item/18070.tga -18073 ETC icon/item/18070.tga -18074 ETC icon/item/18070.tga -18075 ETC icon/item/18070.tga -18076 ETC icon/item/18070.tga -18077 ETC icon/item/18070.tga -18078 ETC icon/item/18070.tga -18079 ETC icon/item/18070.tga -18080 ETC icon/item/18080.tga -18081 ETC icon/item/18080.tga -18082 ETC icon/item/18080.tga -18083 ETC icon/item/18080.tga -18084 ETC icon/item/18080.tga -18085 ETC icon/item/18080.tga -18086 ETC icon/item/18080.tga -18087 ETC icon/item/18080.tga -18088 ETC icon/item/18080.tga -18089 ETC icon/item/18080.tga -18900 ETC icon/item/18900.tga -19290 ARMOR icon/item/11290.tga -19291 ARMOR icon/item/11290.tga -19292 ARMOR icon/item/11290.tga -19293 ARMOR icon/item/11290.tga -19294 ARMOR icon/item/11290.tga -19295 ARMOR icon/item/11290.tga -19296 ARMOR icon/item/11290.tga -19297 ARMOR icon/item/11290.tga -19298 ARMOR icon/item/11290.tga -19299 ARMOR icon/item/11290.tga -19490 ARMOR icon/item/11490.tga -19491 ARMOR icon/item/11490.tga -19492 ARMOR icon/item/11490.tga -19493 ARMOR icon/item/11490.tga -19494 ARMOR icon/item/11490.tga -19495 ARMOR icon/item/11490.tga -19496 ARMOR icon/item/11490.tga -19497 ARMOR icon/item/11490.tga -19498 ARMOR icon/item/11490.tga -19499 ARMOR icon/item/11490.tga -19690 ARMOR icon/item/11690.tga -19691 ARMOR icon/item/11690.tga -19692 ARMOR icon/item/11690.tga -19693 ARMOR icon/item/11690.tga -19694 ARMOR icon/item/11690.tga -19695 ARMOR icon/item/11690.tga -19696 ARMOR icon/item/11690.tga -19697 ARMOR icon/item/11690.tga -19698 ARMOR icon/item/11690.tga -19699 ARMOR icon/item/11690.tga -19890 ARMOR icon/item/11890.tga -19891 ARMOR icon/item/11890.tga -19892 ARMOR icon/item/11890.tga -19893 ARMOR icon/item/11890.tga -19894 ARMOR icon/item/11890.tga -19895 ARMOR icon/item/11890.tga -19896 ARMOR icon/item/11890.tga -19897 ARMOR icon/item/11890.tga -19898 ARMOR icon/item/11890.tga -19899 ARMOR icon/item/11890.tga -20000 ARMOR icon/item/20000.tga -20001 ARMOR icon/item/20000.tga -20002 ARMOR icon/item/20000.tga -20003 ARMOR icon/item/20000.tga -20004 ARMOR icon/item/20000.tga -20005 ARMOR icon/item/20000.tga -20006 ARMOR icon/item/20000.tga -20007 ARMOR icon/item/20000.tga -20008 ARMOR icon/item/20000.tga -20009 ARMOR icon/item/20000.tga -20250 ARMOR icon/item/20250.tga -20251 ARMOR icon/item/20250.tga -20252 ARMOR icon/item/20250.tga -20253 ARMOR icon/item/20250.tga -20254 ARMOR icon/item/20250.tga -20255 ARMOR icon/item/20250.tga -20256 ARMOR icon/item/20250.tga -20257 ARMOR icon/item/20250.tga -20258 ARMOR icon/item/20250.tga -20259 ARMOR icon/item/20250.tga -20500 ARMOR icon/item/20750.tga -20501 ARMOR icon/item/20750.tga -20502 ARMOR icon/item/20750.tga -20503 ARMOR icon/item/20750.tga -20504 ARMOR icon/item/20750.tga -20505 ARMOR icon/item/20750.tga -20506 ARMOR icon/item/20750.tga -20507 ARMOR icon/item/20750.tga -20508 ARMOR icon/item/20750.tga -20509 ARMOR icon/item/20750.tga -20750 ARMOR icon/item/20500.tga -20751 ARMOR icon/item/20500.tga -20752 ARMOR icon/item/20500.tga -20753 ARMOR icon/item/20500.tga -20754 ARMOR icon/item/20500.tga -20755 ARMOR icon/item/20500.tga -20756 ARMOR icon/item/20500.tga -20757 ARMOR icon/item/20500.tga -20758 ARMOR icon/item/20500.tga -20759 ARMOR icon/item/20500.tga -22000 ETC icon/item/22000.tga -22010 ETC icon/item/22000.tga -22011 ETC icon/item/22000.tga -25040 ETC icon/item/25040.tga -25041 ETC icon/item/30064.tga -25100 ETC icon/item/25000.tga -27001 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 -27002 ETC icon/item/27002.tga d:/ymir work/item/etc/medicine_R.GR2 -27003 ETC icon/item/27003.tga d:/ymir work/item/etc/medicine_R.GR2 -27004 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 -27005 ETC icon/item/27005.tga d:/ymir work/item/etc/medicine_B.GR2 -27006 ETC icon/item/27006.tga d:/ymir work/item/etc/medicine_B.GR2 -27051 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 -27052 ETC icon/item/27004.tga d:/ymir work/item/etc/medicine_B.GR2 -27053 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 -27054 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 -27100 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 -27101 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 -27102 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 -27103 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 -27104 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 -27105 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 -27110 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 -27111 ETC icon/item/27101.tga d:/ymir work/item/etc/medicine_G.GR2 -27112 ETC icon/item/27102.tga d:/ymir work/item/etc/medicine_G.GR2 -27113 ETC icon/item/27103.tga d:/ymir work/item/etc/medicine_V.GR2 -27114 ETC icon/item/27104.tga d:/ymir work/item/etc/medicine_V.GR2 -27115 ETC icon/item/27105.tga d:/ymir work/item/etc/medicine_V.GR2 -27116 ETC icon/item/27116.tga d:/ymir work/item/etc/medicine_B.GR2 -27117 ETC icon/item/27117.tga d:/ymir work/item/etc/medicine_B.GR2 -27118 ETC icon/item/27118.tga d:/ymir work/item/etc/medicine_B.GR2 -27119 ETC icon/item/27119.tga d:/ymir work/item/etc/medicine_B.GR2 -27120 ETC icon/item/27120.tga d:/ymir work/item/etc/medicine_B.GR2 -27121 ETC icon/item/27121.tga d:/ymir work/item/etc/medicine_B.GR2 -27122 ETC icon/item/27001.tga d:/ymir work/item/etc/medicine_R.GR2 -27123 ETC icon/item/27100.tga d:/ymir work/item/etc/medicine_G.GR2 -27400 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27410 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27420 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27430 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27440 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27450 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27460 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27470 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27480 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27490 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27500 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27510 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27520 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27530 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27540 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27550 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27560 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27570 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27580 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27590 ETC icon/item/27400.tga d:/ymir work/item/etc/fishing_rod.gr2 -27600 ETC icon/item/27600.tga -27610 ETC icon/item/27610.tga -27620 ETC icon/item/27620.tga -27799 ETC icon/item/27799.tga -27800 ETC icon/item/27800.tga -27801 ETC icon/item/27801.tga -27802 ETC icon/item/27802.tga -27803 ETC icon/item/27803.tga -27804 ETC icon/item/27804.tga -27805 ETC icon/item/27805.tga -27806 ETC icon/item/27806.tga -27807 ETC icon/item/27807.tga -27808 ETC icon/item/27808.tga -27809 ETC icon/item/27809.tga -27810 ETC icon/item/27810.tga -27811 ETC icon/item/27811.tga -27812 ETC icon/item/27812.tga -27813 ETC icon/item/27813.tga -27814 ETC icon/item/27814.tga -27815 ETC icon/item/27815.tga -27816 ETC icon/item/27816.tga -27817 ETC icon/item/27817.tga -27818 ETC icon/item/27818.tga -27819 ETC icon/item/27819.tga -27820 ETC icon/item/27820.tga -27821 ETC icon/item/27821.tga -27822 ETC icon/item/27822.tga -27823 ETC icon/item/27823.tga -27833 ETC icon/item/27833.tga -27834 ETC icon/item/27834.tga -27835 ETC icon/item/27835.tga -27836 ETC icon/item/27836.tga -27837 ETC icon/item/27837.tga -27838 ETC icon/item/27838.tga -27839 ETC icon/item/27839.tga -27840 ETC icon/item/27840.tga -27841 ETC icon/item/27841.tga -27842 ETC icon/item/27842.tga -27843 ETC icon/item/27843.tga -27844 ETC icon/item/27844.tga -27845 ETC icon/item/27845.tga -27846 ETC icon/item/27846.tga -27847 ETC icon/item/27847.tga -27848 ETC icon/item/27848.tga -27849 ETC icon/item/27849.tga -27850 ETC icon/item/27850.tga -27851 ETC icon/item/27851.tga -27852 ETC icon/item/27852.tga -27853 ETC icon/item/27853.tga -27863 ETC icon/item/27863.tga -27864 ETC icon/item/27864.tga -27865 ETC icon/item/27865.tga -27866 ETC icon/item/27866.tga -27867 ETC icon/item/27867.tga -27868 ETC icon/item/27868.tga -27869 ETC icon/item/27869.tga -27870 ETC icon/item/27870.tga -27871 ETC icon/item/27871.tga -27872 ETC icon/item/27872.tga -27873 ETC icon/item/27873.tga -27874 ETC icon/item/27874.tga -27875 ETC icon/item/27875.tga -27876 ETC icon/item/27876.tga -27877 ETC icon/item/27877.tga -27878 ETC icon/item/27878.tga -27879 ETC icon/item/27879.tga -27880 ETC icon/item/27880.tga -27881 ETC icon/item/27881.tga -27882 ETC icon/item/27882.tga -27883 ETC icon/item/27883.tga -27987 ETC icon/item/27987.tga -27988 ETC icon/item/27988.tga -27989 ETC icon/item/27989.tga -27990 ETC icon/item/27990.tga -27991 ETC icon/item/27991.tga -27992 ETC icon/item/27992.tga -27993 ETC icon/item/27993.tga -27994 ETC icon/item/27994.tga -27995 ETC icon/item/27995.tga -27996 ETC icon/item/27996.tga -27997 ETC icon/item/27997.tga -27999 ETC icon/item/27999.tga -28000 ETC icon/item/28004.tga -28001 ETC icon/item/28001.tga -28002 ETC icon/item/28002.tga -28003 ETC icon/item/28003.tga -28004 ETC icon/item/28005.tga -28005 ETC icon/item/28005.tga -28006 ETC icon/item/28006.tga -28007 ETC icon/item/28007.tga -28008 ETC icon/item/28006.tga -28009 ETC icon/item/28009.tga -28010 ETC icon/item/28010.tga -28011 ETC icon/item/28011.tga -28012 ETC icon/item/28007.tga -28013 ETC icon/item/28013.tga -28030 ETC icon/item/28000.tga -28031 ETC icon/item/28001.tga -28032 ETC icon/item/28002.tga -28033 ETC icon/item/28003.tga -28034 ETC icon/item/28004.tga -28035 ETC icon/item/28005.tga -28036 ETC icon/item/28006.tga -28037 ETC icon/item/28007.tga -28038 ETC icon/item/28008.tga -28039 ETC icon/item/28009.tga -28040 ETC icon/item/28010.tga -28041 ETC icon/item/28011.tga -28042 ETC icon/item/28012.tga -28043 ETC icon/item/28013.tga -28100 ETC icon/item/28004.tga -28101 ETC icon/item/28001.tga -28102 ETC icon/item/28002.tga -28103 ETC icon/item/28003.tga -28104 ETC icon/item/28005.tga -28105 ETC icon/item/28005.tga -28106 ETC icon/item/28006.tga -28107 ETC icon/item/28007.tga -28108 ETC icon/item/28006.tga -28109 ETC icon/item/28009.tga -28110 ETC icon/item/28010.tga -28111 ETC icon/item/28011.tga -28112 ETC icon/item/28007.tga -28113 ETC icon/item/28013.tga -28130 ETC icon/item/28000.tga -28131 ETC icon/item/28001.tga -28132 ETC icon/item/28002.tga -28133 ETC icon/item/28003.tga -28134 ETC icon/item/28004.tga -28135 ETC icon/item/28005.tga -28136 ETC icon/item/28006.tga -28137 ETC icon/item/28007.tga -28138 ETC icon/item/28008.tga -28139 ETC icon/item/28009.tga -28140 ETC icon/item/28010.tga -28141 ETC icon/item/28011.tga -28142 ETC icon/item/28012.tga -28143 ETC icon/item/28013.tga -28200 ETC icon/item/28004.tga -28201 ETC icon/item/28001.tga -28202 ETC icon/item/28002.tga -28203 ETC icon/item/28003.tga -28204 ETC icon/item/28005.tga -28205 ETC icon/item/28005.tga -28206 ETC icon/item/28006.tga -28207 ETC icon/item/28007.tga -28208 ETC icon/item/28006.tga -28209 ETC icon/item/28009.tga -28210 ETC icon/item/28010.tga -28211 ETC icon/item/28011.tga -28212 ETC icon/item/28007.tga -28213 ETC icon/item/28013.tga -28230 ETC icon/item/28000.tga -28231 ETC icon/item/28001.tga -28232 ETC icon/item/28002.tga -28233 ETC icon/item/28003.tga -28234 ETC icon/item/28004.tga -28235 ETC icon/item/28005.tga -28236 ETC icon/item/28006.tga -28237 ETC icon/item/28007.tga -28238 ETC icon/item/28008.tga -28239 ETC icon/item/28009.tga -28240 ETC icon/item/28010.tga -28241 ETC icon/item/28011.tga -28242 ETC icon/item/28012.tga -28243 ETC icon/item/28013.tga -28300 ETC icon/item/28004.tga -28301 ETC icon/item/28001.tga -28302 ETC icon/item/28002.tga -28303 ETC icon/item/28003.tga -28304 ETC icon/item/28005.tga -28305 ETC icon/item/28005.tga -28306 ETC icon/item/28006.tga -28307 ETC icon/item/28007.tga -28308 ETC icon/item/28006.tga -28309 ETC icon/item/28009.tga -28310 ETC icon/item/28010.tga -28311 ETC icon/item/28011.tga -28312 ETC icon/item/28007.tga -28313 ETC icon/item/28013.tga -28330 ETC icon/item/28000.tga -28331 ETC icon/item/28001.tga -28332 ETC icon/item/28002.tga -28333 ETC icon/item/28003.tga -28334 ETC icon/item/28004.tga -28335 ETC icon/item/28005.tga -28336 ETC icon/item/28006.tga -28337 ETC icon/item/28007.tga -28338 ETC icon/item/28008.tga -28339 ETC icon/item/28009.tga -28340 ETC icon/item/28010.tga -28341 ETC icon/item/28011.tga -28342 ETC icon/item/28012.tga -28343 ETC icon/item/28013.tga -28400 ETC icon/item/28004.tga -28401 ETC icon/item/28001.tga -28402 ETC icon/item/28002.tga -28403 ETC icon/item/28003.tga -28404 ETC icon/item/28005.tga -28405 ETC icon/item/28005.tga -28406 ETC icon/item/28006.tga -28407 ETC icon/item/28007.tga -28408 ETC icon/item/28006.tga -28409 ETC icon/item/28009.tga -28410 ETC icon/item/28010.tga -28411 ETC icon/item/28011.tga -28412 ETC icon/item/28007.tga -28413 ETC icon/item/28013.tga -28430 ETC icon/item/28000.tga -28431 ETC icon/item/28001.tga -28432 ETC icon/item/28002.tga -28433 ETC icon/item/28003.tga -28434 ETC icon/item/28004.tga -28435 ETC icon/item/28005.tga -28436 ETC icon/item/28006.tga -28437 ETC icon/item/28007.tga -28438 ETC icon/item/28008.tga -28439 ETC icon/item/28009.tga -28440 ETC icon/item/28010.tga -28441 ETC icon/item/28011.tga -28442 ETC icon/item/28012.tga -28443 ETC icon/item/28013.tga -28500 ETC icon/item/28000.tga -28501 ETC icon/item/28001.tga -28502 ETC icon/item/28002.tga -28503 ETC icon/item/28003.tga -28504 ETC icon/item/28004.tga -28505 ETC icon/item/28005.tga -28506 ETC icon/item/28006.tga -28507 ETC icon/item/28007.tga -28508 ETC icon/item/28008.tga -28509 ETC icon/item/28009.tga -28510 ETC icon/item/28010.tga -28511 ETC icon/item/28011.tga -28512 ETC icon/item/28012.tga -28513 ETC icon/item/28013.tga -28530 ETC icon/item/28000.tga -28531 ETC icon/item/28001.tga -28532 ETC icon/item/28002.tga -28533 ETC icon/item/28003.tga -28534 ETC icon/item/28004.tga -28535 ETC icon/item/28005.tga -28536 ETC icon/item/28006.tga -28537 ETC icon/item/28007.tga -28538 ETC icon/item/28008.tga -28539 ETC icon/item/28009.tga -28540 ETC icon/item/28010.tga -28541 ETC icon/item/28011.tga -28542 ETC icon/item/28012.tga -28543 ETC icon/item/28013.tga -28600 ETC icon/item/28000.tga -28601 ETC icon/item/28001.tga -28602 ETC icon/item/28002.tga -28603 ETC icon/item/28003.tga -28604 ETC icon/item/28004.tga -28605 ETC icon/item/28005.tga -28606 ETC icon/item/28006.tga -28607 ETC icon/item/28007.tga -28608 ETC icon/item/28008.tga -28609 ETC icon/item/28009.tga -28610 ETC icon/item/28010.tga -28611 ETC icon/item/28011.tga -28612 ETC icon/item/28012.tga -28613 ETC icon/item/28013.tga -28630 ETC icon/item/28000.tga -28631 ETC icon/item/28001.tga -28632 ETC icon/item/28002.tga -28633 ETC icon/item/28003.tga -28634 ETC icon/item/28004.tga -28635 ETC icon/item/28005.tga -28636 ETC icon/item/28006.tga -28637 ETC icon/item/28007.tga -28638 ETC icon/item/28008.tga -28639 ETC icon/item/28009.tga -28640 ETC icon/item/28010.tga -28641 ETC icon/item/28011.tga -28642 ETC icon/item/28012.tga -28643 ETC icon/item/28013.tga -28700 ETC icon/item/28000.tga -28701 ETC icon/item/28001.tga -28702 ETC icon/item/28002.tga -28703 ETC icon/item/28003.tga -28704 ETC icon/item/28004.tga -28705 ETC icon/item/28005.tga -28706 ETC icon/item/28006.tga -28707 ETC icon/item/28007.tga -28708 ETC icon/item/28008.tga -28709 ETC icon/item/28009.tga -28710 ETC icon/item/28010.tga -28711 ETC icon/item/28011.tga -28712 ETC icon/item/28012.tga -28713 ETC icon/item/28013.tga -28730 ETC icon/item/28000.tga -28731 ETC icon/item/28001.tga -28732 ETC icon/item/28002.tga -28733 ETC icon/item/28003.tga -28734 ETC icon/item/28004.tga -28735 ETC icon/item/28005.tga -28736 ETC icon/item/28006.tga -28737 ETC icon/item/28007.tga -28738 ETC icon/item/28008.tga -28739 ETC icon/item/28009.tga -28740 ETC icon/item/28010.tga -28741 ETC icon/item/28011.tga -28742 ETC icon/item/28012.tga -28743 ETC icon/item/28013.tga -28800 ETC icon/item/28000.tga -28801 ETC icon/item/28001.tga -28802 ETC icon/item/28002.tga -28803 ETC icon/item/28003.tga -28804 ETC icon/item/28004.tga -28805 ETC icon/item/28005.tga -28806 ETC icon/item/28006.tga -28807 ETC icon/item/28007.tga -28808 ETC icon/item/28008.tga -28809 ETC icon/item/28009.tga -28810 ETC icon/item/28010.tga -28811 ETC icon/item/28011.tga -28812 ETC icon/item/28012.tga -28813 ETC icon/item/28013.tga -28830 ETC icon/item/28000.tga -28831 ETC icon/item/28001.tga -28832 ETC icon/item/28002.tga -28833 ETC icon/item/28003.tga -28834 ETC icon/item/28004.tga -28835 ETC icon/item/28005.tga -28836 ETC icon/item/28006.tga -28837 ETC icon/item/28007.tga -28838 ETC icon/item/28008.tga -28839 ETC icon/item/28009.tga -28840 ETC icon/item/28010.tga -28841 ETC icon/item/28011.tga -28842 ETC icon/item/28012.tga -28843 ETC icon/item/28013.tga -28900 ETC icon/item/28000.tga -28901 ETC icon/item/28001.tga -28902 ETC icon/item/28002.tga -28903 ETC icon/item/28003.tga -28904 ETC icon/item/28004.tga -28905 ETC icon/item/28005.tga -28906 ETC icon/item/28006.tga -28907 ETC icon/item/28007.tga -28908 ETC icon/item/28008.tga -28909 ETC icon/item/28009.tga -28910 ETC icon/item/28010.tga -28911 ETC icon/item/28011.tga -28912 ETC icon/item/28012.tga -28913 ETC icon/item/28013.tga -28930 ETC icon/item/28000.tga -28931 ETC icon/item/28001.tga -28932 ETC icon/item/28002.tga -28933 ETC icon/item/28003.tga -28934 ETC icon/item/28004.tga -28935 ETC icon/item/28005.tga -28936 ETC icon/item/28006.tga -28937 ETC icon/item/28007.tga -28938 ETC icon/item/28008.tga -28939 ETC icon/item/28009.tga -28940 ETC icon/item/28010.tga -28941 ETC icon/item/28011.tga -28942 ETC icon/item/28012.tga -28943 ETC icon/item/28013.tga -28960 ETC icon/item/28960.tga -29101 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29102 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29103 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29104 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29105 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29106 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29107 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29108 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29109 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -29110 WEAPON icon/item/29101.tga d:/ymir work/item/etc/digger_1.gr2 -30000 ETC icon/item/30000.tga -30001 ETC icon/item/30001.tga -30002 ETC icon/item/30002.tga -30003 ETC icon/item/30003.tga -30004 ETC icon/item/30004.tga -30005 ETC icon/item/30005.tga -30006 ETC icon/item/30006.tga -30007 ETC icon/item/30007.tga -30008 ETC icon/item/30008.tga -30009 ETC icon/item/30009.tga -30010 ETC icon/item/30010.tga -30011 ETC icon/item/30011.tga -30012 ETC icon/item/30012.tga -30013 ETC icon/item/30013.tga -30014 ETC icon/item/30014.tga -30015 ETC icon/item/30015.tga -30016 ETC icon/item/30016.tga -30017 ETC icon/item/30017.tga -30018 ETC icon/item/30018.tga -30019 ETC icon/item/30019.tga -30020 ETC icon/item/30020.tga -30021 ETC icon/item/30021.tga -30022 ETC icon/item/30022.tga -30023 ETC icon/item/30023.tga -30024 ETC icon/item/30024.tga -30025 ETC icon/item/30025.tga -30026 ETC icon/item/30026.tga -30027 ETC icon/item/30027.tga -30028 ETC icon/item/30028.tga -30029 ETC icon/item/30029.tga -30030 ETC icon/item/30030.tga -30031 ETC icon/item/30031.tga -30032 ETC icon/item/30032.tga -30033 ETC icon/item/30033.tga -30034 ETC icon/item/30034.tga -30035 ETC icon/item/30035.tga -30036 ETC icon/item/30036.tga d:/ymir work/item/etc/god_herb.gr2 -30037 ETC icon/item/30037.tga -30038 ETC icon/item/30038.tga -30039 ETC icon/item/30039.tga -30040 ETC icon/item/30040.tga -30041 ETC icon/item/30041.tga -30042 ETC icon/item/30042.tga -30043 ETC icon/item/30043.tga -30044 ETC icon/item/30044.tga -30045 ETC icon/item/30045.tga -30046 ETC icon/item/30046.tga -30047 ETC icon/item/30047.tga -30048 ETC icon/item/30048.tga -30049 ETC icon/item/30049.tga -30050 ETC icon/item/30050.tga -30051 ETC icon/item/30051.tga -30052 ETC icon/item/30052.tga -30053 ETC icon/item/30053.tga -30054 ETC icon/item/30054.tga -30055 ETC icon/item/30055.tga -30056 ETC icon/item/30056.tga -30057 ETC icon/item/30057.tga -30058 ETC icon/item/30058.tga -30059 ETC icon/item/30059.tga -30060 ETC icon/item/30060.tga -30061 ETC icon/item/30061.tga -30062 ETC icon/item/30062.tga -30063 ETC icon/item/30063.tga -30064 ETC icon/item/30064.tga -30065 ETC icon/item/30065.tga -30066 ETC icon/item/30066.tga -30067 ETC icon/item/30067.tga -30068 ETC icon/item/30068.tga -30069 ETC icon/item/30028.tga -30070 ETC icon/item/30027.tga -30071 ETC icon/item/30010.tga -30072 ETC icon/item/30053.tga -30073 ETC icon/item/30034.tga -30074 ETC icon/item/30032.tga -30075 ETC icon/item/30041.tga -30076 ETC icon/item/30007.tga -30077 ETC icon/item/30006.tga -30078 ETC icon/item/30008.tga -30079 ETC icon/item/30051.tga -30080 ETC icon/item/30047.tga -30081 ETC icon/item/30046.tga -30082 ETC icon/item/30022.tga -30083 ETC icon/item/30009.tga -30084 ETC icon/item/30051.tga -30085 ETC icon/item/30039.tga -30086 ETC icon/item/30015.tga -30087 ETC icon/item/30016.tga -30088 ETC icon/item/30048.tga -30089 ETC icon/item/30014.tga -30090 ETC icon/item/30050.tga -30091 ETC icon/item/30091.tga -30092 ETC icon/item/30092.tga -30093 ETC icon/item/30093.tga -30094 ETC icon/item/30094.tga -30095 ETC icon/item/30095.tga -30096 ETC icon/item/30096.tga -30097 ETC icon/item/30096.tga -30101 ETC season1/icon/item/30101.tga -30102 ETC season1/icon/item/30102.tga -30116 ETC season1/icon/item/30116.tga -30129 ETC icon/item/30129.tga -30130 ETC icon/item/30130.tga -30131 ETC icon/item/30131.tga -30132 ETC icon/item/30132.tga -30133 ETC icon/item/30133.tga -30134 ETC icon/item/30134.tga -30135 ETC icon/item/30135.tga -30136 ETC season1/icon/item/30136.tga -30137 ETC season1/icon/item/30137.tga -30138 ETC season1/icon/item/30138.tga -30139 ETC season1/icon/item/30139.tga -30140 ETC season1/icon/item/30140.tga -30141 ETC season1/icon/item/30141.tga -30142 ETC season1/icon/item/30142.tga -30143 ETC season1/icon/item/30143.tga -30144 ETC season1/icon/item/30144.tga -30145 ETC season1/icon/item/30145.tga -30146 ETC season1/icon/item/30146.tga -30147 ETC season1/icon/item/30147.tga -30148 ETC season1/icon/item/30148.tga -30149 ETC season1/icon/item/30149.tga -30150 ETC season1/icon/item/30150.tga -30151 ETC season1/icon/item/30151.tga -30152 ETC season1/icon/item/30152.tga -30153 ETC season1/icon/item/30153.tga -30154 ETC season1/icon/item/30154.tga -30155 ETC season1/icon/item/30155.tga -30156 ETC season1/icon/item/30156.tga -30157 ETC season1/icon/item/30157.tga -30158 ETC season1/icon/item/30158.tga -30159 ETC season1/icon/item/30159.tga -30160 ETC season1/icon/item/30160.tga -30161 ETC icon/item/30041.tga -30162 ETC icon/item/30057.tga -30163 ETC icon/item/30056.tga -30164 ETC icon/item/30047.tga -30165 ETC season1/icon/item/30165.tga -30166 ETC season1/icon/item/30166.tga -30167 ETC season1/icon/item/30167.tga -30168 ETC season1/icon/item/30168.tga -30169 ETC icon/item/30169.tga -30170 ETC icon/item/30170.tga -30171 ETC icon/item/30171.tga -30172 ETC icon/item/30172.tga -30173 ETC icon/item/30173.tga -30174 ETC icon/item/30174.tga -30175 ETC icon/item/30175.tga -30176 ETC icon/item/30176.tga -30177 ETC icon/item/30177.tga -30178 ETC icon/item/30178.tga -30179 ETC icon/item/30179.tga -30180 ETC icon/item/30180.tga -30181 ETC icon/item/30181.tga -30182 ETC icon/item/30182.tga -30183 ETC icon/item/30183.tga -30184 ETC icon/item/30184.tga -30185 ETC icon/item/30185.tga -30192 ETC icon/item/30192.tga -30193 ETC icon/item/30193.tga -30194 ETC icon/item/30194.tga -30195 ETC icon/item/30195.tga -30196 ETC icon/item/30196.tga -30197 ETC icon/item/30197.tga -30198 ETC icon/item/30198.tga -30199 ETC icon/item/30199.tga -30202 ETC icon/item/30202.tga -30210 ETC season1/icon/item/30210.tga -30211 ETC season1/icon/item/30211.tga -30212 ETC season1/icon/item/30212.tga -30213 ETC season1/icon/item/30213.tga -30214 ETC season1/icon/item/30214.tga -30215 ETC season1/icon/item/30215.tga -30216 ETC season1/icon/item/30216.tga -30217 ETC season1/icon/item/30217.tga -30218 ETC season1/icon/item/30218.tga -30219 ETC season1/icon/item/30219.tga -30220 ETC season1/icon/item/30220.tga -30221 ETC season1/icon/item/30221.tga -30222 ETC season1/icon/item/30222.tga -30223 ETC season1/icon/item/30223.tga -30224 ETC season1/icon/item/30224.tga -30225 ETC season1/icon/item/30225.tga -30226 ETC season1/icon/item/30226.tga -30227 ETC season1/icon/item/30227.tga -30228 ETC icon/item/30228.tga -30251 ETC icon/item/30251.tga -30252 ETC icon/item/30252.tga -30253 ETC icon/item/30253.tga -30254 ETC icon/item/30254.tga -30255 ETC icon/item/30255.tga -30256 ETC icon/item/30256.tga -30257 ETC icon/item/30257.tga -30265 ETC icon/item/30265.tga -30266 ETC icon/item/30266.tga -30267 ETC icon/item/30267.tga -30268 ETC icon/item/30268.tga -30269 ETC icon/item/30269.tga -30270 ETC icon/item/30270.tga -30300 ETC season1/icon/item/30300.tga -30301 ETC season1/icon/item/30301.tga -30302 ETC season1/icon/item/30302.tga -30303 ETC season1/icon/item/30303.tga -30304 ETC season1/icon/item/30304.tga -30311 ETC icon/item/30311.tga -30312 ETC icon/item/30312.tga -30315 ETC icon/item/30315.tga -30316 ETC icon/item/30316.tga -30317 ETC icon/item/30317.tga -30318 ETC icon/item/30318.tga -30319 ETC icon/item/30319.tga -30320 ETC icon/item/30320.tga -30321 ETC icon/item/50095.tga -30322 ETC icon/item/30322.tga -30323 ETC icon/item/30323.tga -30324 ETC icon/item/30324.tga -30325 ETC icon/item/30324.tga -30326 ETC icon/item/30326.tga -30327 ETC icon/item/30327.tga -30328 ETC season1/icon/item/30300.tga -30329 ETC icon/item/30329.tga -30330 ETC icon/item/50084.tga -30500 ETC icon/item/30500.tga -30501 ETC icon/item/30501.tga -30502 ETC icon/item/30502.tga -30503 ETC icon/item/30503.tga -30504 ETC icon/item/30504.tga -30505 ETC icon/item/30505.tga -30506 ETC icon/item/30506.tga -30507 ETC icon/item/30507.tga -30508 ETC icon/item/30508.tga -30509 ETC icon/item/30509.tga -30510 ETC icon/item/30510.tga -30511 ETC icon/item/30511.tga -30512 ETC icon/item/30512.tga -30513 ETC icon/item/30513.tga -30514 ETC icon/item/30514.tga -30515 ETC icon/item/30515.tga -30516 ETC icon/item/30516.tga -30517 ETC icon/item/30517.tga -30518 ETC icon/item/30518.tga -30519 ETC icon/item/30519.tga -30520 ETC icon/item/30520.tga -30521 ETC icon/item/30521.tga -30522 ETC icon/item/30522.tga -30523 ETC icon/item/30523.tga -30524 ETC icon/item/31006.tga -30525 ETC icon/item/31005.tga -31001 ETC icon/item/31001.tga -31002 ETC icon/item/31002.tga -31003 ETC icon/item/31003.tga -31004 ETC icon/item/31004.tga -31005 ETC icon/item/31005.tga -31006 ETC icon/item/31006.tga -31007 ETC icon/item/31007.tga -31008 ETC icon/item/31008.tga -31009 ETC icon/item/31009.tga -31010 ETC icon/item/31009.tga -31011 ETC icon/item/31009.tga -31012 ETC icon/item/31012.tga -31013 ETC icon/item/31012.tga -31014 ETC icon/item/31012.tga -31015 ETC icon/item/31012.tga -31016 ETC icon/item/31012.tga -31017 ETC icon/item/31012.tga -31018 ETC icon/item/31018.tga -31019 ETC icon/item/31019.tga -31020 ETC icon/item/31020.tga -31021 ETC icon/item/50603.tga -31022 ETC icon/item/31022.tga -31023 ETC icon/item/31023.tga -31024 ETC icon/item/31024.tga -31025 ETC icon/item/31025.tga -31026 ETC icon/item/31026.tga -31027 ETC icon/item/30020.tga -31028 ETC icon/item/31028.tga -31029 ETC icon/item/31029.tga -31030 ETC icon/item/31030.tga -31031 ETC icon/item/31031.tga -31032 ETC icon/item/50022.tga -31033 ETC icon/item/31033.tga -31034 ETC icon/item/31034.tga -31035 ETC icon/item/31035.tga -31036 ETC icon/item/31035.tga -31037 ETC icon/item/31037.tga -31038 ETC icon/item/31038.tga -31039 ETC icon/item/31039.tga -31040 ETC icon/item/31040.tga -31041 ETC icon/item/30020.tga -31042 ETC icon/item/31042.tga -31043 ETC icon/item/31043.tga -31044 ETC icon/item/31044.tga -31045 ETC icon/item/31045.tga -31046 ETC icon/item/31046.tga -31047 ETC icon/item/30002.tga -31048 ETC icon/item/31050.tga -31049 ETC icon/item/31050.tga -31050 ETC icon/item/31050.tga -31051 ETC icon/item/30185.tga -31052 ETC icon/item/31052.tga -31053 ETC icon/item/31053.tga -31054 ETC icon/item/31024.tga -31055 ETC icon/item/31055.tga -31056 ETC icon/item/31056.tga -31057 ETC icon/item/31057.tga -31058 ETC icon/item/31058.tga -31059 ETC icon/item/71056.tga -31060 ETC icon/item/30195.tga -31061 ETC icon/item/31061.tga -31062 ETC icon/item/31062.tga -31063 ETC icon/item/31063.tga -31064 ETC icon/item/31064.tga -31065 ETC icon/item/31065.tga -31066 ETC icon/item/31066.tga -31067 ETC icon/item/31067.tga -31068 ETC icon/item/31068.tga -31069 ETC icon/item/31069.tga -31070 ETC icon/item/31070.tga -31071 ETC icon/item/31071.tga -31072 ETC icon/item/31072.tga -31073 ETC icon/item/50015.tga -31074 ETC icon/item/31071.tga -31075 ETC icon/item/31050.tga -31076 ETC icon/item/31076.tga -31077 ETC icon/item/31077.tga -31078 ETC icon/item/31078.tga -31079 ETC icon/item/31050.tga -31080 ETC icon/item/31080.tga -31081 ETC icon/item/31081.tga -31082 ETC icon/item/31082.tga -31083 ETC icon/item/31083.tga -31084 ETC icon/item/31084.tga -31085 ETC icon/item/31085.tga -31086 ETC icon/item/31086.tga -31087 ETC icon/item/31087.tga -31088 ETC icon/item/31088.tga -31089 ETC icon/item/31089.tga -31090 ETC icon/item/31090.tga -31091 ETC icon/item/31091.tga -31092 ETC icon/item/31092.tga -40001 ETC icon/item/40001.tga -40002 ETC icon/item/40002.tga -40003 ETC icon/item/40003.tga -40004 ETC icon/item/40004.tga -41001 ARMOR icon/item/41002.tga -41002 ARMOR icon/item/41001.tga -41003 ARMOR icon/item/41003.tga -41004 ARMOR icon/item/41004.tga -41005 ARMOR icon/item/41005.tga -41006 ARMOR icon/item/41006.tga -41007 ARMOR icon/item/41007.tga -41008 ARMOR icon/item/41008.tga -41009 ARMOR icon/item/41009.tga -41010 ARMOR icon/item/41010.tga -41011 ARMOR icon/item/41011.tga -41012 ARMOR icon/item/41012.tga -41013 ARMOR icon/item/41013.tga -41014 ARMOR icon/item/41014.tga -41015 ARMOR icon/item/41015.tga -41016 ARMOR icon/item/41016.tga -41017 ARMOR icon/item/41017.tga -41018 ARMOR icon/item/41018.tga -41019 ARMOR icon/item/41019.tga -41020 ARMOR icon/item/41020.tga -41021 ARMOR icon/item/41021.tga -41022 ARMOR icon/item/41022.tga -41023 ARMOR icon/item/41023.tga -41024 ARMOR icon/item/41024.tga -41025 ARMOR icon/item/41025.tga -41026 ARMOR icon/item/41026.tga -41027 ARMOR icon/item/41027.tga -41028 ARMOR icon/item/41028.tga -41117 ARMOR icon/item/41117.tga -41118 ARMOR icon/item/41118.tga -41119 ARMOR icon/item/41119.tga -41120 ARMOR icon/item/41120.tga -41121 ARMOR icon/item/41121.tga -41122 ARMOR icon/item/41122.tga -41129 ARMOR icon/item/41117.tga -41130 ARMOR icon/item/41118.tga -41131 ARMOR icon/item/41119.tga -41132 ARMOR icon/item/41120.tga -41133 ARMOR icon/item/41121.tga -41134 ARMOR icon/item/41122.tga -41125 ETC icon/item/41125.tga -41126 ETC icon/item/41126.tga -41135 ETC icon/item/41125.tga -41136 ETC icon/item/41126.tga -41137 ETC icon/item/41137.tga -41138 ETC icon/item/41138.tga -41139 ETC icon/item/41139.tga -41140 ETC icon/item/41140.tga -41141 ETC icon/item/41141.tga -41142 ETC icon/item/41142.tga -41143 ETC icon/item/41143.tga -41144 ETC icon/item/41144.tga -41145 ETC icon/item/41137.tga -41146 ETC icon/item/41138.tga -41147 ETC icon/item/41139.tga -41148 ETC icon/item/41140.tga -41149 ETC icon/item/41141.tga -41150 ETC icon/item/41142.tga -41151 ETC icon/item/41143.tga -41152 ETC icon/item/41144.tga -41291 ARMOR icon/item/41291.tga -41292 ARMOR icon/item/41292.tga -41293 ARMOR icon/item/41293.tga -41294 ARMOR icon/item/41294.tga -41295 ARMOR icon/item/41295.tga -41296 ARMOR icon/item/41296.tga -41297 ARMOR icon/item/41297.tga -41298 ARMOR icon/item/41298.tga -41299 ARMOR icon/item/41291.tga -41300 ARMOR icon/item/41292.tga -41301 ARMOR icon/item/41293.tga -41302 ARMOR icon/item/41294.tga -41303 ARMOR icon/item/41295.tga -41304 ARMOR icon/item/41296.tga -41305 ARMOR icon/item/41297.tga -41306 ARMOR icon/item/41298.tga -45001 ETC icon/item/45001.tga -45002 ETC icon/item/45002.tga -45003 ETC icon/item/45003.tga -45004 ETC icon/item/45004.tga -45005 ETC icon/item/45005.tga -45006 ETC icon/item/45006.tga -45007 ETC icon/item/45007.tga -45008 ETC icon/item/45008.tga -45009 ETC icon/item/45009.tga -45010 ETC icon/item/45010.tga -45053 ETC icon/item/45053.tga -45054 ETC icon/item/45054.tga -45055 ETC icon/item/45055.tga -45056 ETC icon/item/45056.tga -45057 ETC icon/item/45057.tga -45058 ETC icon/item/45058.tga -45065 ETC icon/item/45053.tga -45066 ETC icon/item/45054.tga -45067 ETC icon/item/45055.tga -45068 ETC icon/item/45056.tga -45069 ETC icon/item/45057.tga -45070 ETC icon/item/45058.tga -45061 ETC icon/item/45061.tga -45062 ETC icon/item/45062.tga -45073 ETC icon/item/45061.tga -45074 ETC icon/item/45062.tga -45075 ETC icon/item/45075.tga -45076 ETC icon/item/45076.tga -45077 ETC icon/item/45077.tga -45078 ETC icon/item/45078.tga -45079 ETC icon/item/45079.tga -45080 ETC icon/item/45080.tga -45081 ETC icon/item/45075.tga -45082 ETC icon/item/45076.tga -45083 ETC icon/item/45077.tga -45084 ETC icon/item/45078.tga -45085 ETC icon/item/45079.tga -45086 ETC icon/item/45080.tga -45119 ETC icon/item/45119.tga -45120 ETC icon/item/45120.tga -45121 ETC icon/item/45121.tga -45122 ETC icon/item/45122.tga -45123 ETC icon/item/45123.tga -45124 ETC icon/item/45124.tga -45125 ETC icon/item/45125.tga -45126 ETC icon/item/45126.tga -45127 ETC icon/item/45119.tga -45128 ETC icon/item/45120.tga -45129 ETC icon/item/45121.tga -45130 ETC icon/item/45122.tga -45131 ETC icon/item/45123.tga -45132 ETC icon/item/45124.tga -45133 ETC icon/item/45125.tga -45134 ETC icon/item/45126.tga -50001 ETC icon/item/50001.tga -50002 ETC icon/item/50002.tga -50003 ETC icon/item/50003.tga -50004 ETC icon/item/27989.tga -50005 ETC icon/item/70027.tga -50006 ETC icon/item/50006.tga -50007 ETC icon/item/50007.tga -50008 ETC icon/item/50008.tga -50009 ETC icon/item/50009.tga -50010 ETC icon/item/50010.tga d:/ymir work/item/etc/socks.gr2 -50011 ETC icon/item/50011.tga d:/ymir work/item/etc/jewellery_box.GR2 -50012 ETC icon/item/50006.tga -50013 ETC icon/item/50007.tga -50014 ETC icon/item/50008.tga -50015 ETC icon/item/50009.tga -50016 ETC icon/item/50016.tga -50017 ETC icon/item/50017.tga -50018 ETC icon/item/50018.tga -50019 ETC icon/item/50015.tga -50020 ETC icon/item/50021.tga -50021 ETC icon/item/50022.tga -50022 ETC icon/item/50020.tga -50023 ETC icon/item/50023.tga -50024 ETC icon/item/50024.tga -50025 ETC icon/item/50025.tga -50026 ETC icon/item/money.tga -50027 ETC icon/item/50027.tga -50028 ETC icon/item/50002.tga -50029 ETC icon/item/50002.tga -50030 ETC icon/item/50002.tga -50031 ETC icon/item/50031.tga -50032 ETC icon/item/50032.tga -50033 ETC icon/item/50033.tga -50034 ETC icon/item/50034.tga d:/ymir work/item/etc/q_box.gr2 -50035 ETC icon/item/50035.tga d:/ymir work/item/etc/boss_box.gr2 -50036 ETC icon/item/50036.tga d:/ymir work/item/etc/boss_box.gr2 -50037 ETC icon/item/50037.tga -50038 ETC season1/icon/item/50038.tga -50039 ETC season1/icon/item/50039.tga -50040 ETC season1/icon/item/50040.tga -50042 ETC icon/item/50042.tga -50043 ETC icon/item/50037.tga -50050 ETC icon/item/50050.tga -50051 ETC icon/item/50051.tga -50052 ETC icon/item/50052.tga -50053 ETC icon/item/50053.tga -50054 ETC icon/item/50054.tga -50055 ETC icon/item/50055.tga -50056 ETC icon/item/50056.tga -50057 ETC icon/item/30036.tga -50058 ETC icon/item/50058.tga -50059 ETC icon/item/50059.tga -50060 ETC icon/item/book_44.tga -50061 ETC season1/icon/item/50061.tga -50067 ETC icon/item/50067.tga -50068 ETC icon/item/50068.tga -50070 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50071 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50072 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50073 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50074 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50075 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50076 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50077 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50078 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50079 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50080 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50081 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50082 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50083 ETC icon/item/70027.tga -50084 ETC icon/item/50084.tga -50085 ETC icon/item/50085.tga -50086 ETC icon/item/50086.tga -50087 ETC icon/item/50087.tga -50088 ETC icon/item/50088.tga -50090 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50091 ETC season1/icon/item/50091.tga -50092 ETC season1/icon/item/50092.tga -50093 ETC season1/icon/item/50093.tga -50094 ETC season1/icon/item/50094.tga -50095 ETC icon/item/50095.tga -50096 ETC icon/item/50096.tga d:/ymir work/item/etc/football1.gr2 -50100 ETC icon/item/50100.tga -50101 ETC icon/item/50101.tga -50102 ETC icon/item/50102.tga -50103 ETC icon/item/50100.tga -50104 ETC icon/item/50101.tga -50105 ETC icon/item/50102.tga -50106 ETC icon/item/50102.tga -50107 ETC icon/item/50107.tga -50108 ETC icon/item/50108.tga -50109 ETC season1/icon/item/50109.tga -50110 ETC season1/icon/item/50110.tga -50111 ETC season1/icon/item/50111.tga -50112 ETC season1/icon/item/50112.tga -50113 ETC season1/icon/item/50113.tga -50114 ETC season1/icon/item/50114.tga -50115 ETC season1/icon/item/50115.tga -50116 ETC season1/icon/item/50116.tga -50117 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50118 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50119 ETC icon/item/27999.tga -50120 ETC season1/icon/item/30300.tga -50121 ETC season1/icon/item/30300.tga -50122 ETC season1/icon/item/30300.tga -50123 ETC icon/item/50123.tga -50124 ETC icon/item/50124.tga -50125 ETC icon/item/50125.tga -50160 ETC icon/item/50160.tga d:/ymir work/item/etc/easter_egg1.GR2 -50161 ETC icon/item/50161.tga d:/ymir work/item/etc/easter_egg1.GR2 -50162 ETC icon/item/50162.tga d:/ymir work/item/etc/easter_egg1.GR2 -50163 ETC icon/item/50163.tga d:/ymir work/item/etc/easter_egg1.GR2 -50164 ETC icon/item/50164.tga d:/ymir work/item/etc/easter_egg1.GR2 -50165 ETC icon/item/50165.tga d:/ymir work/item/etc/easter_egg1.GR2 -50166 ETC icon/item/50166.tga d:/ymir work/item/etc/easter_egg1.GR2 -50167 ETC icon/item/50167.tga d:/ymir work/item/etc/easter_egg1.GR2 -50168 ETC icon/item/50168.tga d:/ymir work/item/etc/easter_egg1.GR2 -50169 ETC icon/item/50169.tga d:/ymir work/item/etc/easter_egg1.GR2 -50170 ETC icon/item/50170.tga d:/ymir work/item/etc/easter_egg1.GR2 -50171 ETC icon/item/50171.tga d:/ymir work/item/etc/easter_egg1.GR2 -50172 ETC icon/item/50172.tga d:/ymir work/item/etc/easter_egg1.GR2 -50173 ETC icon/item/50173.tga d:/ymir work/item/etc/easter_egg1.GR2 -50174 ETC icon/item/50174.tga d:/ymir work/item/etc/easter_egg1.GR2 -50175 ETC icon/item/50175.tga d:/ymir work/item/etc/easter_egg1.GR2 -50176 ETC icon/item/50176.tga d:/ymir work/item/etc/easter_egg1.GR2 -50177 ETC icon/item/50177.tga d:/ymir work/item/etc/easter_egg1.GR2 -50178 ETC icon/item/50178.tga d:/ymir work/item/etc/easter_egg1.GR2 -50179 ETC icon/item/50179.tga d:/ymir work/item/etc/easter_egg1.GR2 -50180 ETC icon/item/50180.tga d:/ymir work/item/etc/basket1.GR2 -50182 ETC icon/item/50182.tga -50186 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50187 ETC icon/item/50187.tga -50188 ETC icon/item/50187.tga -50189 ETC icon/item/50187.tga -50190 ETC icon/item/50187.tga -50191 ETC icon/item/50187.tga -50192 ETC icon/item/50187.tga -50193 ETC icon/item/50187.tga -50194 ETC icon/item/50187.tga -50195 ETC icon/item/50187.tga -50196 ETC icon/item/50187.tga -50197 ETC icon/item/50198.tga -50198 ETC icon/item/50198.tga -50199 ETC icon/item/50198.tga -50200 ETC icon/item/50200.tga -50201 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 -50202 WEAPON icon/item/50201.tga d:/ymir work/item/weapon/buke.gr2 -50203 ETC icon/item/50217.tga -50204 ETC icon/item/50197.tga -50205 ETC icon/item/50197.tga -50206 ETC icon/item/50197.tga -50207 ETC icon/item/50197.tga -50208 ETC icon/item/50197.tga -50209 ETC icon/item/50197.tga -50210 ETC icon/item/50197.tga -50211 ETC icon/item/50197.tga -50212 ETC icon/item/50187.tga -50213 ETC icon/item/50187.tga -50214 ETC icon/item/50132.tga -50215 ETC icon/item/50215.tga -50216 ETC icon/item/50216.tga -50217 ETC icon/item/50217.tga -50218 ETC icon/item/50217.tga -50219 ETC icon/item/50217.tga -50220 ETC icon/item/50217.tga -50221 ETC icon/item/50217.tga -50222 ETC icon/item/71022.tga -50223 ETC icon/item/71022.tga -50224 ETC icon/item/71022.tga -50225 ETC icon/item/71022.tga -50226 ETC icon/item/71022.tga -50227 ETC icon/item/71022.tga -50228 ETC icon/item/71022.tga -50229 ETC icon/item/71022.tga -50230 ETC icon/item/71022.tga -50231 ETC icon/item/71022.tga -50232 ETC icon/item/71022.tga -50233 ETC icon/item/71022.tga -50234 ETC icon/item/71022.tga -50235 ETC icon/item/50217.tga -50236 ETC icon/item/50217.tga -50237 ETC icon/item/50217.tga -50238 ETC icon/item/50217.tga -50239 ETC icon/item/50217.tga -50240 ETC icon/item/50217.tga -50241 ETC icon/item/50217.tga -50242 ETC icon/item/50217.tga -50243 ETC icon/item/50217.tga -50244 ETC icon/item/50244.tga -50245 ETC icon/item/50245.tga -50246 ETC icon/item/30096.tga -50247 ETC icon/item/50033.tga -50248 ETC icon/item/50033.tga -50249 ETC icon/item/50217.tga -50250 ETC icon/item/50197.tga -50251 ETC icon/item/53501.tga -50252 ETC icon/item/50255.tga -50253 ETC icon/item/50253.tga -50254 ETC icon/item/boss_box.tga d:/ymir work/item/etc/boss_box.gr2 -50255 ETC icon/item/50255.tga -50256 ETC icon/item/50256.tga -50257 ETC icon/item/50257.tga -50258 ETC icon/item/50258.tga -50259 ETC icon/item/50259.tga -50260 ETC icon/item/50255.tga -50261 ETC icon/item/50217.tga -50262 ETC icon/item/50182.tga -50300 ETC icon/item/book_01.tga -50301 ETC icon/item/book_11.tga -50302 ETC icon/item/book_12.tga -50303 ETC icon/item/book_13.tga -50304 ETC icon/item/book_14.tga -50305 ETC icon/item/book_15.tga -50306 ETC icon/item/book_16.tga -50307 ETC icon/item/50307.tga -50308 ETC icon/item/50308.tga -50309 ETC icon/item/50309.tga -50310 ETC icon/item/50310.tga -50311 ETC icon/item/book_03.tga -50312 ETC icon/item/book_02.tga -50313 ETC icon/item/book_06.tga -50314 ETC icon/item/book_07.tga -50315 ETC icon/item/book_07.tga -50316 ETC icon/item/book_07.tga -50317 ETC icon/item/50307.tga -50318 ETC icon/item/50307.tga -50319 ETC icon/item/50308.tga -50320 ETC icon/item/50309.tga -50321 ETC icon/item/50310.tga -50322 ETC season1/icon/item/50322.tga -50323 ETC icon/item/50323.tga -50324 ETC icon/item/50324.tga -50325 ETC icon/item/50325.tga -50326 ETC icon/item/50326.tga -50401 ETC icon/item/book_11.tga -50402 ETC icon/item/book_11.tga -50403 ETC icon/item/book_11.tga -50404 ETC icon/item/book_11.tga -50405 ETC icon/item/book_11.tga -50406 ETC icon/item/book_11.tga -50416 ETC icon/item/book_12.tga -50417 ETC icon/item/book_12.tga -50418 ETC icon/item/book_12.tga -50419 ETC icon/item/book_12.tga -50420 ETC icon/item/book_12.tga -50421 ETC icon/item/book_12.tga -50431 ETC icon/item/book_13.tga -50432 ETC icon/item/book_13.tga -50433 ETC icon/item/book_13.tga -50434 ETC icon/item/book_13.tga -50435 ETC icon/item/book_13.tga -50436 ETC icon/item/book_13.tga -50446 ETC icon/item/book_14.tga -50447 ETC icon/item/book_14.tga -50448 ETC icon/item/book_14.tga -50449 ETC icon/item/book_14.tga -50450 ETC icon/item/book_14.tga -50451 ETC icon/item/book_14.tga -50461 ETC icon/item/book_15.tga -50462 ETC icon/item/book_15.tga -50463 ETC icon/item/book_15.tga -50464 ETC icon/item/book_15.tga -50465 ETC icon/item/book_15.tga -50466 ETC icon/item/book_15.tga -50476 ETC icon/item/book_16.tga -50477 ETC icon/item/book_16.tga -50478 ETC icon/item/book_16.tga -50479 ETC icon/item/book_16.tga -50480 ETC icon/item/book_16.tga -50481 ETC icon/item/book_16.tga -50491 ETC icon/item/book_17.tga -50492 ETC icon/item/book_17.tga -50493 ETC icon/item/book_17.tga -50494 ETC icon/item/book_17.tga -50495 ETC icon/item/book_17.tga -50496 ETC icon/item/book_17.tga -50506 ETC icon/item/book_18.tga -50507 ETC icon/item/book_18.tga -50508 ETC icon/item/book_18.tga -50509 ETC icon/item/book_18.tga -50510 ETC icon/item/book_18.tga -50511 ETC icon/item/book_18.tga -50512 ETC icon/item/50512.tga -50513 ETC icon/item/50513.tga -50518 ETC icon/item/book_11.tga -50519 ETC icon/item/book_13.tga -50520 ETC icon/item/book_15.tga -50521 ETC icon/item/book_17.tga -50522 ETC icon/item/book_12.tga -50523 ETC icon/item/book_14.tga -50524 ETC icon/item/book_16.tga -50525 ETC icon/item/book_18.tga -50526 ETC icon/item/50526.tga -50527 ETC icon/item/50527.tga -50600 ETC icon/item/book_45.tga -50601 ETC icon/item/50601.tga -50602 ETC icon/item/50602.tga -50603 ETC icon/item/50603.tga -50604 ETC icon/item/50604.tga -50605 ETC icon/item/50605.tga -50606 ETC icon/item/50606.tga -50607 ETC icon/item/50607.tga -50608 ETC icon/item/50608.tga -50609 ETC icon/item/50609.tga -50610 ETC icon/item/50610.tga -50611 ETC icon/item/50611.tga -50612 ETC icon/item/50612.tga -50613 ETC icon/item/50613.tga -50614 ETC icon/item/50614.tga -50615 ETC icon/item/50615.tga -50616 ETC icon/item/50616.tga -50617 ETC icon/item/50617.tga -50618 ETC icon/item/50618.tga -50621 ETC icon/item/50621.tga -50622 ETC icon/item/50622.tga -50623 ETC icon/item/50623.tga -50624 ETC icon/item/50624.tga -50625 ETC icon/item/50625.tga -50626 ETC icon/item/50626.tga -50627 ETC icon/item/50627.tga -50628 ETC icon/item/50628.tga -50629 ETC icon/item/50629.tga -50630 ETC icon/item/50630.tga -50631 ETC icon/item/50631.tga -50632 ETC icon/item/50632.tga -50633 ETC icon/item/50633.tga -50634 ETC icon/item/50634.tga -50635 ETC icon/item/50635.tga -50636 ETC icon/item/50636.tga -50637 ETC icon/item/50637.tga -50638 ETC icon/item/50638.tga -50701 ETC season1/icon/item/50701.tga -50702 ETC season1/icon/item/50702.tga -50703 ETC season1/icon/item/50703.tga -50704 ETC season1/icon/item/50704.tga -50705 ETC season1/icon/item/50705.tga -50706 ETC season1/icon/item/50706.tga -50707 ETC season1/icon/item/50707.tga -50708 ETC season1/icon/item/50708.tga -50709 ETC season1/icon/item/50709.tga -50710 ETC season1/icon/item/50710.tga -50711 ETC season1/icon/item/50711.tga -50712 ETC season1/icon/item/50712.tga -50721 ETC season1/icon/item/50701.tga -50722 ETC season1/icon/item/50702.tga -50723 ETC season1/icon/item/50703.tga -50724 ETC season1/icon/item/50704.tga -50725 ETC season1/icon/item/50705.tga -50726 ETC season1/icon/item/50706.tga -50727 ETC season1/icon/item/50707.tga -50728 ETC season1/icon/item/50708.tga -50729 ETC season1/icon/item/50709.tga -50730 ETC season1/icon/item/50710.tga -50731 ETC season1/icon/item/50711.tga -50732 ETC season1/icon/item/50712.tga -50801 ETC season1/icon/item/50801.tga -50802 ETC season1/icon/item/50802.tga -50803 ETC season1/icon/item/50803.tga -50804 ETC season1/icon/item/50804.tga -50813 ETC season1/icon/item/50813.tga -50814 ETC season1/icon/item/50814.tga -50815 ETC season1/icon/item/50815.tga -50816 ETC season1/icon/item/50816.tga -50817 ETC season1/icon/item/50817.tga -50818 ETC season1/icon/item/50818.tga -50819 ETC season1/icon/item/50819.tga -50820 ETC season1/icon/item/50820.tga -50821 ETC icon/item/50821.tga -50822 ETC icon/item/50822.tga -50823 ETC icon/item/50823.tga -50824 ETC icon/item/50824.tga -50825 ETC icon/item/50825.tga -50826 ETC icon/item/50826.tga -50902 ETC season1/icon/item/50902.tga -50903 ETC season1/icon/item/50903.tga -50904 ETC season1/icon/item/50904.tga -51001 ETC icon/item/51001.tga -51002 ETC icon/item/51002.tga -51003 ETC icon/item/51003.tga -52001 ETC icon/item/50063.tga -52002 ETC icon/item/50063.tga -52003 ETC icon/item/50063.tga -52004 ETC icon/item/50063.tga -52005 ETC icon/item/50063.tga -52006 ETC icon/item/50064.tga -52007 ETC icon/item/50064.tga -52008 ETC icon/item/50064.tga -52009 ETC icon/item/50064.tga -52010 ETC icon/item/50064.tga -52011 ETC icon/item/50065.tga -52012 ETC icon/item/50065.tga -52013 ETC icon/item/50065.tga -52014 ETC icon/item/50065.tga -52015 ETC icon/item/50065.tga -52016 ETC icon/item/50063.tga -52017 ETC icon/item/50063.tga -52018 ETC icon/item/50063.tga -52019 ETC icon/item/50063.tga -52020 ETC icon/item/50063.tga -52021 ETC icon/item/50064.tga -52022 ETC icon/item/50064.tga -52023 ETC icon/item/50064.tga -52024 ETC icon/item/50064.tga -52025 ETC icon/item/50064.tga -52026 ETC icon/item/50065.tga -52027 ETC icon/item/50065.tga -52028 ETC icon/item/50065.tga -52029 ETC icon/item/50065.tga -52030 ETC icon/item/50065.tga -52031 ETC icon/item/50063.tga -52032 ETC icon/item/50063.tga -52033 ETC icon/item/50063.tga -52034 ETC icon/item/50063.tga -52035 ETC icon/item/50063.tga -52036 ETC icon/item/50064.tga -52037 ETC icon/item/50064.tga -52038 ETC icon/item/50064.tga -52039 ETC icon/item/50064.tga -52040 ETC icon/item/50064.tga -52041 ETC icon/item/50065.tga -52042 ETC icon/item/50065.tga -52043 ETC icon/item/50065.tga -52044 ETC icon/item/50065.tga -52045 ETC icon/item/50065.tga -52046 ETC icon/item/50063.tga -52047 ETC icon/item/50063.tga -52048 ETC icon/item/50063.tga -52049 ETC icon/item/50063.tga -52050 ETC icon/item/50063.tga -52051 ETC icon/item/50064.tga -52052 ETC icon/item/50064.tga -52053 ETC icon/item/50064.tga -52054 ETC icon/item/50064.tga -52055 ETC icon/item/50064.tga -52056 ETC icon/item/50065.tga -52057 ETC icon/item/50065.tga -52058 ETC icon/item/50065.tga -52059 ETC icon/item/50065.tga -52060 ETC icon/item/50065.tga -52061 ETC icon/item/50063.tga -52062 ETC icon/item/50063.tga -52063 ETC icon/item/50063.tga -52064 ETC icon/item/50063.tga -52065 ETC icon/item/50063.tga -52066 ETC icon/item/50064.tga -52067 ETC icon/item/50064.tga -52068 ETC icon/item/50064.tga -52069 ETC icon/item/50064.tga -52070 ETC icon/item/50064.tga -52071 ETC icon/item/50065.tga -52072 ETC icon/item/50065.tga -52073 ETC icon/item/50065.tga -52074 ETC icon/item/50065.tga -52075 ETC icon/item/50065.tga -52076 ETC icon/item/50063.tga -52077 ETC icon/item/50063.tga -52078 ETC icon/item/50063.tga -52079 ETC icon/item/50063.tga -52080 ETC icon/item/50063.tga -52081 ETC icon/item/50064.tga -52082 ETC icon/item/50064.tga -52083 ETC icon/item/50064.tga -52084 ETC icon/item/50064.tga -52085 ETC icon/item/50064.tga -52086 ETC icon/item/50065.tga -52087 ETC icon/item/50065.tga -52088 ETC icon/item/50065.tga -52089 ETC icon/item/50065.tga -52090 ETC icon/item/50065.tga -52091 ETC icon/item/50063.tga -52092 ETC icon/item/50063.tga -52093 ETC icon/item/50063.tga -52094 ETC icon/item/50063.tga -52095 ETC icon/item/50063.tga -52096 ETC icon/item/50064.tga -52097 ETC icon/item/50064.tga -52098 ETC icon/item/50064.tga -52099 ETC icon/item/50064.tga -52100 ETC icon/item/50064.tga -52101 ETC icon/item/50065.tga -52102 ETC icon/item/50065.tga -52103 ETC icon/item/50065.tga -52104 ETC icon/item/50065.tga -52105 ETC icon/item/50065.tga -52701 ETC icon/item/52701.tga -52702 ETC icon/item/52701.tga -52703 ETC icon/item/52701.tga -52704 ETC icon/item/52701.tga -52705 ETC icon/item/52701.tga -52706 ETC icon/item/52701.tga -52707 ETC icon/item/52701.tga -53001 ETC icon/item/53001.tga -53002 ETC icon/item/53002.tga -53003 ETC icon/item/53003.tga -53004 ETC icon/item/53001.tga -53005 ETC icon/item/53005.tga -53006 ETC icon/item/53006.tga -53007 ETC icon/item/53002.tga -53008 ETC icon/item/53008.tga -53009 ETC icon/item/53008.tga -53010 ETC icon/item/53008.tga -53011 ETC icon/item/53008.tga -53012 ETC icon/item/53008.tga -53013 ETC icon/item/53008.tga -53014 ETC icon/item/53008.tga -53015 ETC icon/item/53008.tga -53501 ETC icon/item/53501.tga -53502 ETC icon/item/53501.tga -53503 ETC icon/item/53501.tga -53504 ETC icon/item/53501.tga -53505 ETC icon/item/53501.tga -53506 ETC icon/item/53501.tga -53507 ETC icon/item/53501.tga -53508 ETC icon/item/53501.tga -53509 ETC icon/item/53501.tga -53510 ETC icon/item/53501.tga -53511 ETC icon/item/53501.tga -53512 ETC icon/item/53501.tga -53513 ETC icon/item/53501.tga -53514 ETC icon/item/53501.tga -53515 ETC icon/item/53501.tga -54001 ETC icon/item/50187.tga -54002 ETC icon/item/50187.tga -54003 ETC icon/item/50187.tga -54004 ETC icon/item/50187.tga -54005 ETC icon/item/50187.tga -54006 ETC icon/item/50187.tga -54007 ETC icon/item/50187.tga -54008 ETC icon/item/50187.tga -54009 ETC icon/item/50187.tga -54010 ETC icon/item/50187.tga -54011 ETC icon/item/50187.tga -54012 ETC icon/item/50187.tga -54013 ETC icon/item/50187.tga -54014 ETC icon/item/50187.tga -54015 ETC icon/item/50187.tga -54016 ETC icon/item/50187.tga -54017 ETC icon/item/50187.tga -54018 ETC icon/item/50187.tga -54019 ETC icon/item/50187.tga -54020 ETC icon/item/50187.tga -54021 ETC icon/item/50187.tga -54022 ETC icon/item/50187.tga -54023 ETC icon/item/50187.tga -54024 ETC icon/item/50187.tga -54025 ETC icon/item/50187.tga -54026 ETC icon/item/50187.tga -54027 ETC icon/item/50187.tga -54028 ETC icon/item/50187.tga -54029 ETC icon/item/50187.tga -54030 ETC icon/item/50187.tga -54031 ETC icon/item/50187.tga -54032 ETC icon/item/50187.tga -54033 ETC icon/item/50187.tga -54034 ETC icon/item/50187.tga -54035 ETC icon/item/50187.tga -54036 ETC icon/item/50187.tga -54037 ETC icon/item/50187.tga -54038 ETC icon/item/50187.tga -54039 ETC icon/item/50187.tga -54040 ETC icon/item/50187.tga -60001 ETC icon/item/60001.tga -60002 ETC icon/item/60002.tga -60003 ETC icon/item/60003.tga -69000 ETC icon/item/book_21.tga -69010 ETC icon/item/book_22.tga -69020 ETC icon/item/book_23.tga -69030 ETC icon/item/book_24.tga -69040 ETC icon/item/book_25.tga -69050 ETC icon/item/book_26.tga -69060 ETC icon/item/book_31.tga -69070 ETC icon/item/book_32.tga -69080 ETC icon/item/book_33.tga -69090 ETC icon/item/book_34.tga -69100 ETC icon/item/book_35.tga -69110 ETC icon/item/book_36.tga -69120 ETC icon/item/book_41.tga -69130 ETC icon/item/book_42.tga -69140 ETC icon/item/book_43.tga -69150 ETC icon/item/book_44.tga -69200 ETC icon/item/69200.tga -69201 ETC icon/item/69201.tga -70001 ETC icon/item/70001.tga -70002 ETC icon/item/70002.tga -70003 ETC icon/item/70003.tga -70004 ETC icon/item/70004.tga -70005 ETC icon/item/70005.tga -70006 ETC icon/item/70006.tga -70007 ETC icon/item/70007.tga -70008 ETC icon/item/70008.tga -70009 ETC icon/item/70009.tga -70010 ETC icon/item/70010.tga -70011 ETC icon/item/70011.tga -70012 ETC icon/item/70012.tga -70013 ETC icon/item/70013.tga -70014 ETC icon/item/70014.tga -70015 ETC icon/item/70015.tga -70016 ETC icon/item/70017.tga -70017 ETC icon/item/70017.tga -70018 ETC icon/item/70018.tga -70019 ETC icon/item/70019.tga -70020 ETC icon/item/70020.tga -70021 ETC icon/item/70021.tga -70022 ETC icon/item/70022.tga -70023 ETC icon/item/70023.tga -70024 ETC icon/item/70024.tga -70025 ETC icon/item/70025.tga -70026 ETC icon/item/70026.tga -70027 ETC icon/item/70027.tga -70028 ETC icon/item/70028.tga -70029 ETC icon/item/70029.tga -70030 ETC icon/item/70030.tga -70031 ETC icon/item/70031.tga -70032 ETC icon/item/70032.tga -70033 ETC icon/item/70033.tga -70034 ETC icon/item/70034.tga -70035 ETC icon/item/70035.tga -70036 ETC icon/item/70036.tga -70037 ETC icon/item/70037.tga -70038 ETC icon/item/70038.tga -70039 ETC icon/item/70039.tga -70040 ETC icon/item/70040.tga -70041 ETC icon/item/70041.tga -70042 ETC icon/item/70042.tga -70043 ETC icon/item/70043.tga -70044 ETC icon/item/70044.tga -70045 ETC icon/item/70045.tga -70047 ETC icon/item/70006.tga -70048 ETC icon/item/70048.tga -70049 ETC icon/item/70049.tga -70050 ETC icon/item/70050.tga -70051 ETC icon/item/70051.tga -70052 ETC icon/item/30007.tga -70053 ETC icon/item/30007.tga -70054 ETC icon/item/30007.tga -70055 ETC icon/item/70037.tga -70056 ETC icon/item/70056.tga -70058 ETC icon/item/70058.tga -70059 ETC icon/item/70059.tga -70060 ETC icon/item/70060.tga -70061 ETC icon/item/70061.tga -70062 ETC icon/item/70062.tga -70101 ETC icon/item/70101.tga -70102 ETC icon/item/70102.tga -70104 ETC icon/item/70104.tga -70105 ETC icon/item/70105.tga -70106 ETC icon/item/70106.tga -70107 ETC icon/item/70107.tga -70108 ETC icon/item/70038.tga -70109 ETC icon/item/70025.tga -70110 ETC icon/item/70021.tga -70201 ETC icon/item/70201.tga -70202 ETC icon/item/70202.tga -70203 ETC icon/item/70203.tga -70204 ETC icon/item/70204.tga -70205 ETC icon/item/70205.tga -70206 ETC icon/item/70206.tga -70301 ETC icon/item/70301.tga -70302 ETC icon/item/70302.tga -71001 ETC icon/item/71001.tga -71002 ETC icon/item/71002.tga -71003 ETC icon/item/71003.tga -71004 ETC icon/item/71004.tga -71005 ETC icon/item/70006.tga -71006 ETC icon/item/70006.tga -71007 ETC icon/item/70006.tga -71008 ETC icon/item/71008.tga -71009 ETC icon/item/71009.tga -71010 ETC icon/item/70002.tga -71011 ETC icon/item/71011.tga -71012 ETC icon/item/70003.tga -71013 ETC icon/item/50100.tga -71014 ETC icon/item/27102.tga -71015 ETC icon/item/70005.tga -71016 ETC icon/item/70043.tga -71017 ETC icon/item/71017.tga -71018 ETC icon/item/71018.tga -71019 ETC icon/item/71019.tga -71020 ETC icon/item/71020.tga -71021 ETC icon/item/71003.tga -71026 ETC icon/item/30064.tga -71027 ETC icon/item/71027.tga -71028 ETC icon/item/71028.tga -71029 ETC icon/item/71029.tga -71030 ETC icon/item/71030.tga -71032 ETC icon/item/71032.tga -71034 ETC icon/item/27102.tga -71035 ETC season1/icon/item/71035.tga -71036 ETC icon/item/71036.tga -71037 ETC icon/item/71036.tga -71038 ETC icon/item/71036.tga -71039 ETC icon/item/71036.tga -71040 ETC icon/item/71036.tga -71041 ETC icon/item/71036.tga -71042 ETC icon/item/71036.tga -71043 ETC icon/item/71036.tga -71044 ETC icon/item/71044.tga -71045 ETC icon/item/71045.tga -71046 ETC icon/item/25000.tga -71048 ETC icon/item/71048.tga -71049 ETC icon/item/71049.tga -71050 ETC icon/item/27103.tga -71051 ETC icon/item/71051.tga -71052 ETC icon/item/71052.tga -71053 ETC icon/item/70050.tga -71054 ETC icon/item/71054.tga -71055 ETC icon/item/71055.tga -71057 ETC icon/item/71057.tga -71058 ETC icon/item/71057.tga -71059 ETC icon/item/71057.tga -71060 ETC icon/item/71057.tga -71061 ETC icon/item/71057.tga -71062 ETC icon/item/71057.tga -71063 ETC icon/item/71057.tga -71064 ETC icon/item/71057.tga -71065 ETC icon/item/71057.tga -71066 ETC icon/item/71057.tga -71067 ETC icon/item/71057.tga -71068 ETC icon/item/70029.tga -71069 ETC icon/item/71069.tga -71070 ETC icon/item/71070.tga -71071 ETC icon/item/71071.tga -71072 ETC icon/item/71072.tga -71073 ETC icon/item/71073.tga -71074 ETC icon/item/71074.tga -71075 ETC icon/item/70202.tga -71076 ETC icon/item/70203.tga -71077 ETC icon/item/70204.tga -71078 ETC icon/item/70205.tga -71079 ETC icon/item/70206.tga -71080 ETC icon/item/71080.tga -71081 ETC icon/item/71080.tga -71082 ETC icon/item/71080.tga -71083 ETC icon/item/71083.tga -71084 ETC icon/item/71084.tga -71085 ETC icon/item/71085.tga -71092 ETC icon/item/book_07.tga -71093 ETC icon/item/70104.tga -71094 ETC icon/item/71094.tga -71095 ETC season1/icon/item/71095.tga -71096 ETC season1/icon/item/71096.tga -71097 ETC icon/item/71028.tga -71098 ETC icon/item/71030.tga -71099 ETC icon/item/80009.tga -71100 ETC icon/item/71100.tga -71101 ETC icon/item/71101.tga -71102 ETC icon/item/71102.tga -71103 ETC icon/item/71103.tga -71104 ETC icon/item/71104.tga -71105 ETC icon/item/71105.tga -71106 ETC icon/item/71106.tga -71107 ETC icon/item/71107.tga -71108 ETC icon/item/71108.tga -71109 ETC icon/item/71109.tga -71110 ETC icon/item/71110.tga -71111 ETC icon/item/71111.tga d:/ymir work/item/etc/socks.gr2 -71112 ETC icon/item/71112.tga -71113 ETC icon/item/71113.tga -71114 ETC icon/item/71114.tga -71115 ETC icon/item/71115.tga -71116 ETC icon/item/71114.tga -71117 ETC icon/item/71117.tga -71118 ETC icon/item/71114.tga -71119 ETC icon/item/71119.tga -71120 ETC icon/item/71114.tga -71121 ETC icon/item/71121.tga -71122 ETC icon/item/dragonticket.tga -71123 ETC icon/item/71123.tga -71124 ETC icon/item/71124.tga -71125 ETC icon/item/71125.tga -71126 ETC icon/item/71126.tga -71127 ETC icon/item/71127.tga -71128 ETC icon/item/71128.tga -71129 ETC icon/item/71129.tga -71131 ETC icon/item/71131.tga -71132 ETC icon/item/71131.tga -71133 ETC icon/item/71131.tga -71134 ETC icon/item/71131.tga -71135 ETC icon/item/71130.tga -71136 ETC icon/item/71136.tga -71143 ETC icon/item/71143.tga -71144 ETC icon/item/71144.tga -71145 ETC icon/item/71145.tga -71146 ETC icon/item/71146.tga -71147 ETC icon/item/71147.tga -71148 ETC icon/item/71148.tga -71149 ETC icon/item/71149.tga -71150 ETC icon/item/71150.tga -71151 ETC icon/item/71151.tga -71152 ETC icon/item/71152.tga -71153 ETC icon/item/71153.tga -71154 ETC icon/item/71153.tga -71155 ETC icon/item/71153.tga -71156 ETC icon/item/71153.tga -71157 ETC icon/item/71153.tga -71158 ETC icon/item/71158.tga -71159 ETC icon/item/50217.tga -71160 ETC icon/item/71153.tga -71161 ETC icon/item/71161.tga -71162 ETC icon/item/71162.tga -71163 ETC icon/item/71163.tga -71164 ETC icon/item/71131.tga -71165 ETC icon/item/71131.tga -71166 ETC icon/item/71131.tga -71167 ETC icon/item/50187.tga -71168 ETC icon/item/50197.tga -71169 ETC icon/item/53501.tga -71170 ETC icon/item/bonus_box_a_1.tga -72001 ETC icon/item/70005.tga -72002 ETC icon/item/70005.tga -72003 ETC icon/item/70005.tga -72004 ETC icon/item/70043.tga -72005 ETC icon/item/70043.tga -72006 ETC icon/item/70043.tga -72007 ETC icon/item/71049.tga -72008 ETC icon/item/71049.tga -72009 ETC icon/item/71049.tga -72013 ETC icon/item/71008.tga -72014 ETC icon/item/71008.tga -72015 ETC icon/item/71008.tga -72016 ETC icon/item/70002.tga -72017 ETC icon/item/70002.tga -72018 ETC icon/item/70002.tga -72019 ETC icon/item/71009.tga -72020 ETC icon/item/71009.tga -72021 ETC icon/item/71009.tga -72022 ETC icon/item/71017.tga -72023 ETC icon/item/71017.tga -72024 ETC icon/item/71017.tga -72025 ETC icon/item/71045.tga -72026 ETC icon/item/71045.tga -72027 ETC icon/item/71045.tga -72028 ETC icon/item/71011.tga -72029 ETC icon/item/71011.tga -72030 ETC icon/item/71011.tga -72031 ETC icon/item/71028.tga -72032 ETC icon/item/71028.tga -72033 ETC icon/item/71028.tga -72034 ETC icon/item/71030.tga -72035 ETC icon/item/71030.tga -72036 ETC icon/item/71030.tga -72037 ETC icon/item/71027.tga -72038 ETC icon/item/71027.tga -72039 ETC icon/item/71027.tga -72040 ETC icon/item/71029.tga -72041 ETC icon/item/71029.tga -72042 ETC icon/item/71029.tga -72043 ETC icon/item/70003.tga -72044 ETC icon/item/70003.tga -72045 ETC icon/item/70003.tga -72046 ETC icon/item/71044.tga -72047 ETC icon/item/71044.tga -72048 ETC icon/item/71044.tga -72049 ETC season1/icon/item/72049.tga -72050 ETC season1/icon/item/72049.tga -72301 ETC icon/item/25040.tga -72302 ETC icon/item/70003.tga -72303 ETC icon/item/70005.tga -72304 ETC icon/item/70024.tga -72305 ETC icon/item/70026.tga -72306 ETC icon/item/70027.tga -72307 ETC icon/item/70028.tga -72308 ETC icon/item/70035.tga -72309 ETC icon/item/70039.tga -72310 ETC icon/item/71001.tga -72311 ETC icon/item/71020.tga -72312 ETC icon/item/71028.tga -72313 ETC icon/item/71030.tga -72314 ETC icon/item/71032.tga -72315 ETC icon/item/27103.tga -72316 ETC icon/item/71083.tga -72317 ETC icon/item/71084.tga -72318 ETC icon/item/71085.tga -72501 ETC icon/item/72501.tga -72502 ETC icon/item/72502.tga -72701 ETC season1/icon/item/72701.tga -72703 ETC icon/item/72703.tga -72704 ETC icon/item/72704.tga -72705 ETC icon/item/72705.tga -72706 ETC icon/item/72706.tga -72707 ETC icon/item/72707.tga -72708 ETC icon/item/72708.tga -72709 ETC icon/item/72703.tga -72710 ETC icon/item/72704.tga -72711 ETC icon/item/72705.tga -72712 ETC icon/item/72706.tga -72713 ETC icon/item/72707.tga -72714 ETC icon/item/72708.tga -72719 ETC icon/item/71109.tga -72723 ETC icon/item/72723.tga -72724 ETC icon/item/72724.tga -72725 ETC icon/item/72725.tga -72726 ETC icon/item/72726.tga -72727 ETC icon/item/72727.tga -72728 ETC icon/item/72728.tga -72729 ETC icon/item/72729.tga -72730 ETC icon/item/72730.tga -73001 ETC icon/item/73001.tga -73002 ETC icon/item/73001.tga -73003 ETC icon/item/73001.tga -73004 ETC icon/item/73001.tga -73005 ETC icon/item/73001.tga -73006 ETC icon/item/73001.tga -73007 ETC icon/item/73001.tga -73008 ETC icon/item/73001.tga -73009 ETC icon/item/73001.tga -73010 ETC icon/item/73001.tga -73011 ETC icon/item/73001.tga -73012 ETC icon/item/73001.tga -73251 ETC icon/item/73251.tga -73252 ETC icon/item/73251.tga -73253 ETC icon/item/73251.tga -73254 ETC icon/item/73251.tga -73255 ETC icon/item/73251.tga -73256 ETC icon/item/73251.tga -73257 ETC icon/item/73251.tga -73258 ETC icon/item/73251.tga -73259 ETC icon/item/73251.tga -73260 ETC icon/item/73251.tga -73261 ETC icon/item/73251.tga -73262 ETC icon/item/73251.tga -73501 ETC icon/item/73501.tga -73502 ETC icon/item/73501.tga -73503 ETC icon/item/73501.tga -73504 ETC icon/item/73501.tga -73505 ETC icon/item/73501.tga -73506 ETC icon/item/73501.tga -73507 ETC icon/item/73501.tga -73508 ETC icon/item/73501.tga -73509 ETC icon/item/73501.tga -73510 ETC icon/item/73501.tga -73511 ETC icon/item/73501.tga -73512 ETC icon/item/73501.tga -73751 ETC icon/item/73751.tga -73752 ETC icon/item/73751.tga -73753 ETC icon/item/73751.tga -73754 ETC icon/item/73751.tga -73755 ETC icon/item/73751.tga -73756 ETC icon/item/73751.tga -73757 ETC icon/item/73751.tga -73758 ETC icon/item/73751.tga -73759 ETC icon/item/73751.tga -73760 ETC icon/item/73751.tga -73761 ETC icon/item/73751.tga -73762 ETC icon/item/73751.tga -74001 ETC icon/item/73001.tga -74002 ETC icon/item/73001.tga -74003 ETC icon/item/73001.tga -74004 ETC icon/item/73001.tga -74005 ETC icon/item/73001.tga -74006 ETC icon/item/73001.tga -74007 ETC icon/item/73001.tga -74008 ETC icon/item/73001.tga -74009 ETC icon/item/73001.tga -74010 ETC icon/item/73001.tga -74011 ETC icon/item/73001.tga -74012 ETC icon/item/73001.tga -74013 ETC icon/item/73001.tga -74014 ETC icon/item/73001.tga -74015 ETC icon/item/73001.tga -74016 ETC icon/item/73001.tga -74017 ETC icon/item/73001.tga -74018 ETC icon/item/73001.tga -74019 ETC icon/item/73001.tga -74020 ETC icon/item/73001.tga -74251 ETC icon/item/73251.tga -74252 ETC icon/item/73251.tga -74253 ETC icon/item/73251.tga -74254 ETC icon/item/73251.tga -74255 ETC icon/item/73251.tga -74256 ETC icon/item/73251.tga -74257 ETC icon/item/73251.tga -74258 ETC icon/item/73251.tga -74259 ETC icon/item/73251.tga -74260 ETC icon/item/73251.tga -74261 ETC icon/item/73251.tga -74262 ETC icon/item/73251.tga -74263 ETC icon/item/73251.tga -74264 ETC icon/item/73251.tga -74265 ETC icon/item/73251.tga -74266 ETC icon/item/73251.tga -74267 ETC icon/item/73251.tga -74268 ETC icon/item/73251.tga -74269 ETC icon/item/73251.tga -74270 ETC icon/item/73251.tga -74501 ETC icon/item/73501.tga -74502 ETC icon/item/73501.tga -74503 ETC icon/item/73501.tga -74504 ETC icon/item/73501.tga -74505 ETC icon/item/73501.tga -74506 ETC icon/item/73501.tga -74507 ETC icon/item/73501.tga -74508 ETC icon/item/73501.tga -74509 ETC icon/item/73501.tga -74510 ETC icon/item/73501.tga -74511 ETC icon/item/73501.tga -74512 ETC icon/item/73501.tga -74513 ETC icon/item/73501.tga -74514 ETC icon/item/73501.tga -74515 ETC icon/item/73501.tga -74516 ETC icon/item/73501.tga -74517 ETC icon/item/73501.tga -74518 ETC icon/item/73501.tga -74519 ETC icon/item/73501.tga -74520 ETC icon/item/73501.tga -74751 ETC icon/item/73751.tga -74752 ETC icon/item/73751.tga -74753 ETC icon/item/73751.tga -74754 ETC icon/item/73751.tga -74755 ETC icon/item/73751.tga -74756 ETC icon/item/73751.tga -74757 ETC icon/item/73751.tga -74758 ETC icon/item/73751.tga -74759 ETC icon/item/73751.tga -74760 ETC icon/item/73751.tga -74761 ETC icon/item/73751.tga -74762 ETC icon/item/73751.tga -74763 ETC icon/item/73751.tga -74764 ETC icon/item/73751.tga -74765 ETC icon/item/73751.tga -74766 ETC icon/item/73751.tga -74767 ETC icon/item/73751.tga -74768 ETC icon/item/73751.tga -74769 ETC icon/item/73751.tga -74770 ETC icon/item/73751.tga -75001 ETC icon/item/73001.tga -75002 ETC icon/item/73001.tga -75003 ETC icon/item/73001.tga -75004 ETC icon/item/73001.tga -75005 ETC icon/item/73001.tga -75006 ETC icon/item/73001.tga -75007 ETC icon/item/73001.tga -75008 ETC icon/item/73001.tga -75009 ETC icon/item/73001.tga -75010 ETC icon/item/73001.tga -75011 ETC icon/item/73001.tga -75012 ETC icon/item/73001.tga -75013 ETC icon/item/73001.tga -75014 ETC icon/item/73001.tga -75015 ETC icon/item/73001.tga -75016 ETC icon/item/73001.tga -75017 ETC icon/item/73001.tga -75018 ETC icon/item/73001.tga -75019 ETC icon/item/73001.tga -75020 ETC icon/item/73001.tga -75201 ETC icon/item/73251.tga -75202 ETC icon/item/73251.tga -75203 ETC icon/item/73251.tga -75204 ETC icon/item/73251.tga -75205 ETC icon/item/73251.tga -75206 ETC icon/item/73251.tga -75207 ETC icon/item/73251.tga -75208 ETC icon/item/73251.tga -75209 ETC icon/item/73251.tga -75210 ETC icon/item/73251.tga -75211 ETC icon/item/73251.tga -75212 ETC icon/item/73251.tga -75213 ETC icon/item/73251.tga -75214 ETC icon/item/73251.tga -75215 ETC icon/item/73251.tga -75216 ETC icon/item/73251.tga -75217 ETC icon/item/73251.tga -75218 ETC icon/item/73251.tga -75219 ETC icon/item/73251.tga -75220 ETC icon/item/73251.tga -75401 ETC icon/item/73501.tga -75402 ETC icon/item/73501.tga -75403 ETC icon/item/73501.tga -75404 ETC icon/item/73501.tga -75405 ETC icon/item/73501.tga -75406 ETC icon/item/73501.tga -75407 ETC icon/item/73501.tga -75408 ETC icon/item/73501.tga -75409 ETC icon/item/73501.tga -75410 ETC icon/item/73501.tga -75411 ETC icon/item/73501.tga -75412 ETC icon/item/73501.tga -75413 ETC icon/item/73501.tga -75414 ETC icon/item/73501.tga -75415 ETC icon/item/73501.tga -75416 ETC icon/item/73501.tga -75417 ETC icon/item/73501.tga -75418 ETC icon/item/73501.tga -75419 ETC icon/item/73501.tga -75420 ETC icon/item/73501.tga -75601 ETC icon/item/73751.tga -75602 ETC icon/item/73751.tga -75603 ETC icon/item/73751.tga -75604 ETC icon/item/73751.tga -75605 ETC icon/item/73751.tga -75606 ETC icon/item/73751.tga -75607 ETC icon/item/73751.tga -75608 ETC icon/item/73751.tga -75609 ETC icon/item/73751.tga -75610 ETC icon/item/73751.tga -75611 ETC icon/item/73751.tga -75612 ETC icon/item/73751.tga -75613 ETC icon/item/73751.tga -75614 ETC icon/item/73751.tga -75615 ETC icon/item/73751.tga -75616 ETC icon/item/73751.tga -75617 ETC icon/item/73751.tga -75618 ETC icon/item/73751.tga -75619 ETC icon/item/73751.tga -75620 ETC icon/item/73751.tga -76000 ETC icon/item/76000.tga -76001 ETC icon/item/76001.tga -76002 ETC icon/item/76002.tga -76003 ETC icon/item/76003.tga -76004 ETC icon/item/76004.tga -76005 ETC icon/item/76005.tga -76006 ETC icon/item/76006.tga -76007 ETC icon/item/76007.tga -76008 ETC icon/item/76008.tga -76009 ETC icon/item/76009.tga -76010 ETC icon/item/76010.tga -76011 ETC icon/item/76011.tga -76012 ETC icon/item/76012.tga -76013 ETC icon/item/76013.tga -76014 ETC icon/item/76014.tga -76015 ETC icon/item/76015.tga -76016 ETC icon/item/76016.tga -76017 ETC icon/item/76017.tga -76018 ETC icon/item/76018.tga -76019 ETC icon/item/76019.tga -76020 ETC icon/item/76020.tga -76021 ETC icon/item/76021.tga -76022 ETC icon/item/76022.tga -76023 ETC icon/item/76023.tga -76024 ETC icon/item/76024.tga -79001 ETC icon/item/30320.tga -79002 ETC season1/icon/item/30300.tga -79003 ETC season1/icon/item/30300.tga -79004 ETC icon/item/50182.tga -79005 ETC icon/item/71002.tga -79006 ETC icon/item/71004.tga -79007 ETC icon/item/71101.tga -79008 ETC icon/item/70005.tga -79009 ETC icon/item/70043.tga -79010 ETC icon/item/71017.tga -79011 ETC icon/item/70003.tga -79012 ETC icon/item/72723.tga -79013 ETC icon/item/72727.tga -79014 ETC icon/item/73001.tga -80003 ETC icon/item/80003.tga -80004 ETC icon/item/80004.tga -80005 ETC icon/item/80005.tga d:/ymir work/item/etc/gold_nugget_1.gr2 -80006 ETC icon/item/80006.tga d:/ymir work/item/etc/gold_nugget_2.gr2 -80007 ETC icon/item/80007.tga d:/ymir work/item/etc/gold_nugget_3.gr2 -80008 ETC icon/item/80008.tga -80009 ETC icon/item/80009.tga -80017 ETC icon/item/80017.tga -90008 ETC icon/item/70010.tga -90009 ETC icon/item/90009.tga -90010 ETC icon/item/90010.tga -90011 ETC icon/item/90011.tga -90012 ETC icon/item/90012.tga -90013 ETC icon/item/itemmallb.tga -90025 ETC icon/item/30319.tga -100000 ETC icon/item/100000.tga -100001 ETC icon/item/100001.tga -100002 ETC icon/item/100002.tga -100100 ETC icon/item/100100.tga -100200 ETC icon/item/100200.tga -100300 ETC icon/item/100300.tga -100400 ETC icon/item/100400.tga -100500 ETC icon/item/100500.tga -110000 ETC icon/item/110000.tga -110100 ETC icon/item/110100.tga -110200 ETC icon/item/110200.tga -110300 ETC icon/item/110300.tga -110400 ETC icon/item/110400.tga -111000 ETC icon/item/111000.tga -111100 ETC icon/item/111100.tga -111200 ETC icon/item/111200.tga -111300 ETC icon/item/111300.tga -111400 ETC icon/item/111400.tga -112000 ETC icon/item/112000.tga -112100 ETC icon/item/112100.tga -112200 ETC icon/item/112200.tga -112300 ETC icon/item/112300.tga -112400 ETC icon/item/112400.tga -113000 ETC icon/item/113000.tga -113100 ETC icon/item/113100.tga -113200 ETC icon/item/113200.tga -113300 ETC icon/item/113300.tga -113400 ETC icon/item/113400.tga -114000 ETC icon/item/114000.tga -114100 ETC icon/item/114100.tga -114200 ETC icon/item/114200.tga -114300 ETC icon/item/114300.tga -114400 ETC icon/item/114400.tga -120000 ETC icon/item/120000.tga -120100 ETC icon/item/120100.tga -120200 ETC icon/item/120200.tga -120300 ETC icon/item/120300.tga -120400 ETC icon/item/120400.tga -121000 ETC icon/item/121000.tga -121100 ETC icon/item/121100.tga -121200 ETC icon/item/121200.tga -121300 ETC icon/item/121300.tga -121400 ETC icon/item/121400.tga -122000 ETC icon/item/122000.tga -122100 ETC icon/item/122100.tga -122200 ETC icon/item/122200.tga -122300 ETC icon/item/122300.tga -122400 ETC icon/item/122400.tga -123000 ETC icon/item/123000.tga -123100 ETC icon/item/123100.tga -123200 ETC icon/item/123200.tga -123300 ETC icon/item/123300.tga -123400 ETC icon/item/123400.tga -124000 ETC icon/item/124000.tga -124100 ETC icon/item/124100.tga -124200 ETC icon/item/124200.tga -124300 ETC icon/item/124300.tga -124400 ETC icon/item/124400.tga -130000 ETC icon/item/130000.tga -130100 ETC icon/item/130100.tga -130200 ETC icon/item/130200.tga -130300 ETC icon/item/130300.tga -130400 ETC icon/item/130400.tga -131000 ETC icon/item/131000.tga -131100 ETC icon/item/131100.tga -131200 ETC icon/item/131200.tga -131300 ETC icon/item/131300.tga -131400 ETC icon/item/131400.tga -132000 ETC icon/item/132000.tga -132100 ETC icon/item/132100.tga -132200 ETC icon/item/132200.tga -132300 ETC icon/item/132300.tga -132400 ETC icon/item/132400.tga -133000 ETC icon/item/133000.tga -133100 ETC icon/item/133100.tga -133200 ETC icon/item/133200.tga -133300 ETC icon/item/133300.tga -133400 ETC icon/item/133400.tga -134000 ETC icon/item/134000.tga -134100 ETC icon/item/134100.tga -134200 ETC icon/item/134200.tga -134300 ETC icon/item/134300.tga -134400 ETC icon/item/134400.tga -140000 ETC icon/item/140000.tga -140100 ETC icon/item/140100.tga -140200 ETC icon/item/140200.tga -140300 ETC icon/item/140300.tga -140400 ETC icon/item/140400.tga -141000 ETC icon/item/141000.tga -141100 ETC icon/item/141100.tga -141200 ETC icon/item/141200.tga -141300 ETC icon/item/141300.tga -141400 ETC icon/item/141400.tga -142000 ETC icon/item/142000.tga -142100 ETC icon/item/142100.tga -142200 ETC icon/item/142200.tga -142300 ETC icon/item/142300.tga -142400 ETC icon/item/142400.tga -143000 ETC icon/item/143000.tga -143100 ETC icon/item/143100.tga -143200 ETC icon/item/143200.tga -143300 ETC icon/item/143300.tga -143400 ETC icon/item/143400.tga -144000 ETC icon/item/144000.tga -144100 ETC icon/item/144100.tga -144200 ETC icon/item/144200.tga -144300 ETC icon/item/144300.tga -144400 ETC icon/item/144400.tga -150000 ETC icon/item/150000.tga -150100 ETC icon/item/150100.tga -150200 ETC icon/item/150200.tga -150300 ETC icon/item/150300.tga -150400 ETC icon/item/150400.tga -151000 ETC icon/item/151000.tga -151100 ETC icon/item/151100.tga -151200 ETC icon/item/151200.tga -151300 ETC icon/item/151300.tga -151400 ETC icon/item/151400.tga -152000 ETC icon/item/152000.tga -152100 ETC icon/item/152100.tga -152200 ETC icon/item/152200.tga -152300 ETC icon/item/152300.tga -152400 ETC icon/item/152400.tga -153000 ETC icon/item/153000.tga -153100 ETC icon/item/153100.tga -153200 ETC icon/item/153200.tga -153300 ETC icon/item/153300.tga -153400 ETC icon/item/153400.tga -154000 ETC icon/item/154000.tga -154100 ETC icon/item/154100.tga -154200 ETC icon/item/154200.tga -154300 ETC icon/item/154300.tga -154400 ETC icon/item/154400.tga -160000 ETC icon/item/160000.tga -160100 ETC icon/item/160100.tga -160200 ETC icon/item/160200.tga -160300 ETC icon/item/160300.tga -160400 ETC icon/item/160400.tga -161000 ETC icon/item/161000.tga -161100 ETC icon/item/161100.tga -161200 ETC icon/item/161200.tga -161300 ETC icon/item/161300.tga -161400 ETC icon/item/161400.tga -162000 ETC icon/item/162000.tga -162100 ETC icon/item/162100.tga -162200 ETC icon/item/162200.tga -162300 ETC icon/item/162300.tga -162400 ETC icon/item/162400.tga -163000 ETC icon/item/163000.tga -163100 ETC icon/item/163100.tga -163200 ETC icon/item/163200.tga -163300 ETC icon/item/163300.tga -163400 ETC icon/item/163400.tga -164000 ETC icon/item/164000.tga -164100 ETC icon/item/164100.tga -164200 ETC icon/item/164200.tga -164300 ETC icon/item/164300.tga -164400 ETC icon/item/164400.tga -41153 ARMOR icon/item/41153.tga -41154 ARMOR icon/item/41154.tga -41155 ARMOR icon/item/41155.tga -41156 ARMOR icon/item/41156.tga -41157 ARMOR icon/item/41157.tga -41158 ARMOR icon/item/41158.tga -41159 ARMOR icon/item/41159.tga -41160 ARMOR icon/item/41160.tga -41161 ARMOR icon/item/41161.tga -41162 ARMOR icon/item/41162.tga -41163 ARMOR icon/item/41163.tga -41164 ARMOR icon/item/41164.tga -41165 ARMOR icon/item/41165.tga -41166 ARMOR icon/item/41166.tga -41167 ARMOR icon/item/41167.tga -41168 ARMOR icon/item/41168.tga -41169 ARMOR icon/item/41169.tga -41170 ARMOR icon/item/41170.tga -41171 ARMOR icon/item/41171.tga -41172 ARMOR icon/item/41172.tga -41173 ARMOR icon/item/41173.tga -41174 ARMOR icon/item/41174.tga -41175 ARMOR icon/item/41175.tga -41176 ARMOR icon/item/41176.tga -41177 ARMOR icon/item/41177.tga -41178 ARMOR icon/item/41178.tga -41179 ARMOR icon/item/41179.tga -41180 ARMOR icon/item/41180.tga -41181 ARMOR icon/item/41181.tga -41182 ARMOR icon/item/41182.tga -41183 ARMOR icon/item/41183.tga -41184 ARMOR icon/item/41184.tga -41185 ARMOR icon/item/41185.tga -41186 ARMOR icon/item/41186.tga -41187 ARMOR icon/item/41187.tga -41188 ARMOR icon/item/41188.tga -41189 ARMOR icon/item/41189.tga -41190 ARMOR icon/item/41190.tga -41191 ARMOR icon/item/41191.tga -41192 ARMOR icon/item/41192.tga -41193 ARMOR icon/item/41193.tga -41194 ARMOR icon/item/41194.tga -41195 ARMOR icon/item/41195.tga -41196 ARMOR icon/item/41196.tga -41197 ARMOR icon/item/41197.tga -41198 ARMOR icon/item/41198.tga -41199 ARMOR icon/item/41199.tga -41200 ARMOR icon/item/41200.tga -41201 ARMOR icon/item/41201.tga -41202 ARMOR icon/item/41202.tga -41203 ARMOR icon/item/41203.tga -41204 ARMOR icon/item/41204.tga -41205 ARMOR icon/item/41205.tga -41206 ARMOR icon/item/41206.tga -41207 ARMOR icon/item/41207.tga -41208 ARMOR icon/item/41208.tga -41209 ARMOR icon/item/41209.tga -41210 ARMOR icon/item/41210.tga -41211 ARMOR icon/item/41211.tga -41212 ARMOR icon/item/41212.tga -41213 ARMOR icon/item/41213.tga -41214 ARMOR icon/item/41214.tga -41215 ARMOR icon/item/41215.tga -41216 ARMOR icon/item/41216.tga -41217 ARMOR icon/item/41153.tga -41218 ARMOR icon/item/41154.tga -41219 ARMOR icon/item/41155.tga -41220 ARMOR icon/item/41156.tga -41221 ARMOR icon/item/41157.tga -41222 ARMOR icon/item/41158.tga -41223 ARMOR icon/item/41159.tga -41224 ARMOR icon/item/41160.tga -41225 ARMOR icon/item/41161.tga -41226 ARMOR icon/item/41162.tga -41227 ARMOR icon/item/41163.tga -41228 ARMOR icon/item/41164.tga -41229 ARMOR icon/item/41165.tga -41230 ARMOR icon/item/41166.tga -41231 ARMOR icon/item/41167.tga -41232 ARMOR icon/item/41168.tga -41233 ARMOR icon/item/41169.tga -41234 ARMOR icon/item/41170.tga -41235 ARMOR icon/item/41171.tga -41236 ARMOR icon/item/41172.tga -41237 ARMOR icon/item/41173.tga -41238 ARMOR icon/item/41174.tga -41239 ARMOR icon/item/41175.tga -41240 ARMOR icon/item/41176.tga -41241 ARMOR icon/item/41177.tga -41242 ARMOR icon/item/41178.tga -41243 ARMOR icon/item/41179.tga -41244 ARMOR icon/item/41180.tga -41245 ARMOR icon/item/41181.tga -41246 ARMOR icon/item/41182.tga -41247 ARMOR icon/item/41183.tga -41248 ARMOR icon/item/41184.tga -41249 ARMOR icon/item/41185.tga -41250 ARMOR icon/item/41186.tga -41251 ARMOR icon/item/41187.tga -41252 ARMOR icon/item/41188.tga -41253 ARMOR icon/item/41189.tga -41254 ARMOR icon/item/41190.tga -41255 ARMOR icon/item/41191.tga -41256 ARMOR icon/item/41192.tga -41257 ARMOR icon/item/41193.tga -41258 ARMOR icon/item/41194.tga -41259 ARMOR icon/item/41195.tga -41260 ARMOR icon/item/41196.tga -41261 ARMOR icon/item/41197.tga -41262 ARMOR icon/item/41198.tga -41263 ARMOR icon/item/41199.tga -41264 ARMOR icon/item/41200.tga -41265 ARMOR icon/item/41201.tga -41266 ARMOR icon/item/41202.tga -41267 ARMOR icon/item/41203.tga -41268 ARMOR icon/item/41204.tga -41269 ARMOR icon/item/41205.tga -41270 ARMOR icon/item/41206.tga -41271 ARMOR icon/item/41207.tga -41272 ARMOR icon/item/41208.tga -41273 ARMOR icon/item/41209.tga -41274 ARMOR icon/item/41210.tga -41275 ARMOR icon/item/41211.tga -41276 ARMOR icon/item/41212.tga -41277 ARMOR icon/item/41213.tga -41278 ARMOR icon/item/41214.tga -41279 ARMOR icon/item/41215.tga -41280 ARMOR icon/item/41216.tga -45087 ETC icon/item/45087.tga -45088 ETC icon/item/45088.tga -45089 ETC icon/item/45089.tga -45090 ETC icon/item/45090.tga -45091 ETC icon/item/45091.tga -45092 ETC icon/item/45092.tga -45093 ETC icon/item/45093.tga -45094 ETC icon/item/45094.tga -45095 ETC icon/item/45095.tga -45096 ETC icon/item/45096.tga -45097 ETC icon/item/45087.tga -45098 ETC icon/item/45088.tga -45099 ETC icon/item/45089.tga -45100 ETC icon/item/45090.tga -45101 ETC icon/item/45091.tga -45102 ETC icon/item/45092.tga -45103 ETC icon/item/45093.tga -45104 ETC icon/item/45094.tga -45105 ETC icon/item/45095.tga -45106 ETC icon/item/45096.tga -41123 ETC icon/item/41123.tga -41124 ETC icon/item/41124.tga -45059 ETC icon/item/hairM_21_1.tga -45060 ETC icon/item/hairF_21_1.tga -45071 ETC icon/item/hairM_21_1.tga -45072 ETC icon/item/hairF_21_1.tga -51501 ETC icon/item/51501.tga -51502 ETC icon/item/51501.tga -51503 ETC icon/item/51501.tga -51504 ETC icon/item/51569.tga -51505 ETC icon/item/51505.tga -51506 ETC icon/item/51506.tga -51507 ETC icon/item/51549.tga -51508 ETC icon/item/51569.tga -51509 ETC icon/item/51505.tga -51510 ETC icon/item/51506.tga -51511 ETC icon/item/51517.tga -51512 ETC icon/item/51518.tga -51513 ETC icon/item/51519.tga -51514 ETC icon/item/51520.tga -51515 ETC icon/item/51521.tga -51516 ETC icon/item/51522.tga -51517 ETC icon/item/51517.tga -51518 ETC icon/item/51518.tga -51519 ETC icon/item/51519.tga -51520 ETC icon/item/51520.tga -51521 ETC icon/item/51521.tga -51522 ETC icon/item/51522.tga -51523 ETC icon/item/51517.tga -51524 ETC icon/item/51518.tga -51525 ETC icon/item/51519.tga -51526 ETC icon/item/51520.tga -51527 ETC icon/item/51521.tga -51528 ETC icon/item/51522.tga -51529 ETC icon/item/51517.tga -51530 ETC icon/item/51518.tga -51531 ETC icon/item/51519.tga -51532 ETC icon/item/51520.tga -51533 ETC icon/item/51521.tga -51534 ETC icon/item/51522.tga -51535 ETC icon/item/51517.tga -51536 ETC icon/item/51518.tga -51537 ETC icon/item/51519.tga -51538 ETC icon/item/51520.tga -51539 ETC icon/item/51521.tga -51540 ETC icon/item/51522.tga -51541 ETC icon/item/51549.tga -51542 ETC icon/item/51550.tga -51543 ETC icon/item/51551.tga -51544 ETC icon/item/51552.tga -51545 ETC icon/item/51553.tga -51546 ETC icon/item/51554.tga -51547 ETC icon/item/51555.tga -51548 ETC icon/item/51501.tga -51549 ETC icon/item/51569.tga -51550 ETC icon/item/51550.tga -51551 ETC icon/item/51551.tga -51552 ETC icon/item/51552.tga -51553 ETC icon/item/51553.tga -51554 ETC icon/item/51554.tga -51555 ETC icon/item/51555.tga -51556 ETC icon/item/51570.tga -51557 ETC icon/item/51571.tga -51558 ETC icon/item/51572.tga -51559 ETC icon/item/51573.tga -51560 ETC icon/item/51574.tga -51561 ETC icon/item/51575.tga -51562 ETC icon/item/51569.tga -51563 ETC icon/item/51570.tga -51564 ETC icon/item/51571.tga -51565 ETC icon/item/51572.tga -51566 ETC icon/item/51573.tga -51567 ETC icon/item/51574.tga -51568 ETC icon/item/51575.tga -51569 ETC icon/item/51569.tga -51570 ETC icon/item/51570.tga -51571 ETC icon/item/51571.tga -51572 ETC icon/item/51572.tga -51573 ETC icon/item/51573.tga -51574 ETC icon/item/51574.tga -51575 ETC icon/item/51575.tga -51576 ETC icon/item/51501.tga -51577 ETC icon/item/51517.tga -51578 ETC icon/item/51518.tga -51579 ETC icon/item/51519.tga -51580 ETC icon/item/51520.tga -51581 ETC icon/item/51521.tga -51582 ETC icon/item/51522.tga -51583 ETC icon/item/51501.tga -51584 ETC icon/item/51517.tga -51585 ETC icon/item/51518.tga -51586 ETC icon/item/51519.tga -51587 ETC icon/item/51520.tga -51588 ETC icon/item/51521.tga -51589 ETC icon/item/51522.tga -51590 ETC icon/item/51501.tga -51591 ETC icon/item/51517.tga -51592 ETC icon/item/51518.tga -51593 ETC icon/item/51519.tga -51594 ETC icon/item/51520.tga -51595 ETC icon/item/51521.tga -51596 ETC icon/item/51522.tga -51597 ETC icon/item/51501.tga -51598 ETC icon/item/51517.tga -51599 ETC icon/item/51518.tga -51600 ETC icon/item/51519.tga -51601 ETC icon/item/51520.tga -51602 ETC icon/item/51521.tga -51603 ETC icon/item/51522.tga -51604 ETC icon/item/51569.tga -51605 ETC icon/item/51550.tga -51606 ETC icon/item/51551.tga -51607 ETC icon/item/51552.tga -51608 ETC icon/item/51553.tga -51609 ETC icon/item/51554.tga -51610 ETC icon/item/51555.tga -51611 ETC icon/item/51569.tga -51612 ETC icon/item/51550.tga -51613 ETC icon/item/51551.tga -51614 ETC icon/item/51552.tga -51615 ETC icon/item/51553.tga -51616 ETC icon/item/51554.tga -51617 ETC icon/item/51555.tga -51618 ETC icon/item/51569.tga -51619 ETC icon/item/51550.tga -51620 ETC icon/item/51551.tga -51621 ETC icon/item/51552.tga -51622 ETC icon/item/51553.tga -51623 ETC icon/item/51554.tga -51624 ETC icon/item/51555.tga -51625 ETC icon/item/51569.tga -51626 ETC icon/item/51570.tga -51627 ETC icon/item/51571.tga -51628 ETC icon/item/51572.tga -51629 ETC icon/item/51573.tga -51630 ETC icon/item/51574.tga -51631 ETC icon/item/51575.tga -51632 ETC icon/item/51569.tga -51633 ETC icon/item/51570.tga -51634 ETC icon/item/51571.tga -51635 ETC icon/item/51572.tga -51636 ETC icon/item/51573.tga -51637 ETC icon/item/51574.tga -51638 ETC icon/item/51575.tga -51639 ETC icon/item/51639.tga -51640 ETC icon/item/51640.tga -51641 ETC icon/item/51641.tga -51642 ETC icon/item/51642.tga -51643 ETC icon/item/51639.tga -51644 ETC icon/item/51640.tga -51645 ETC icon/item/51641.tga -51646 ETC icon/item/51642.tga -30331 ETC icon/item/30331.tga -30332 ETC icon/item/30332.tga -30333 ETC icon/item/30333.tga -45139 ETC icon/item/45139.tga -45140 ETC icon/item/45140.tga -45141 ETC icon/item/45141.tga -45142 ETC icon/item/45142.tga -45143 ETC icon/item/45139.tga -45144 ETC icon/item/45140.tga -45145 ETC icon/item/45141.tga -45146 ETC icon/item/45142.tga -41311 ETC icon/item/41311.tga -41312 ETC icon/item/41312.tga -41313 ETC icon/item/41311.tga -41314 ETC icon/item/41312.tga -41315 ETC icon/item/41315.tga -41316 ETC icon/item/41316.tga -41317 ETC icon/item/41315.tga -41318 ETC icon/item/41316.tga -45147 ETC icon/item/45143.tga -45148 ETC icon/item/45144.tga -45149 ETC icon/item/45143.tga -45150 ETC icon/item/45144.tga -45151 ETC icon/item/45147.tga -45152 ETC icon/item/45148.tga -45153 ETC icon/item/45147.tga -45154 ETC icon/item/45148.tga -41115 ETC icon/item/41115.tga -41116 ETC icon/item/41116.tga -41127 ETC icon/item/41115.tga -41128 ETC icon/item/41116.tga -45051 ETC icon/item/45051.tga -45052 ETC icon/item/45052.tga -45053 ETC icon/item/45051.tga -45054 ETC icon/item/45052.tga -45063 ETC icon/item/45051.tga -45064 ETC icon/item/45051.tga -45065 ETC icon/item/45051.tga -45066 ETC icon/item/45051.tga -62001 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -62002 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -62003 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -62004 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -62005 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -62006 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -62007 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -62008 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -62009 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -62010 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -62011 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -62012 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -62013 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -62014 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -62015 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -62016 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -62017 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -62018 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -62019 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -62020 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -62021 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -62022 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -62023 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -62024 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -62025 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -62026 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -62027 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -62028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -62029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -62030 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -62031 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -62032 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -62033 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -62034 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -62035 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -62036 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -62037 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -62038 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -62039 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -62040 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -62041 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -62042 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -62043 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -62044 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -62045 WEAPON icon/item/05020.tga d:/ymir work/item/weapon/05020.gr2 -62046 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -62047 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -62048 WEAPON icon/item/07000.tga d:/ymir work/item/weapon/07000.gr2 -62049 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -62050 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -62051 WEAPON icon/item/07020.tga d:/ymir work/item/weapon/07020.gr2 -62052 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -62053 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -62054 WEAPON icon/item/07080.tga d:/ymir work/item/weapon/07080.gr2 -62055 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -62056 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -62057 WEAPON icon/item/07100.tga d:/ymir work/item/weapon/07100.gr2 -62058 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -62059 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -62060 WEAPON icon/item/07120.tga d:/ymir work/item/weapon/07120.gr2 -62061 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -62062 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -62063 WEAPON icon/item/07160.tga d:/ymir work/item/weapon/07160.gr2 -62064 ARMOR icon/item/11200.tga -62065 ARMOR icon/item/11200.tga -62066 ARMOR icon/item/11200.tga -62067 ARMOR icon/item/11210.tga -62068 ARMOR icon/item/11210.tga -62069 ARMOR icon/item/11210.tga -62070 ARMOR icon/item/11220.tga -62071 ARMOR icon/item/11220.tga -62072 ARMOR icon/item/11220.tga -62073 ARMOR icon/item/11230.tga -62074 ARMOR icon/item/11230.tga -62075 ARMOR icon/item/11230.tga -62076 ARMOR icon/item/11240.tga -62077 ARMOR icon/item/11240.tga -62078 ARMOR icon/item/11240.tga -62079 ARMOR icon/item/11260.tga -62080 ARMOR icon/item/11260.tga -62081 ARMOR icon/item/11260.tga -62082 ARMOR icon/item/11290.tga -62083 ARMOR icon/item/11290.tga -62084 ARMOR icon/item/11290.tga -62085 ARMOR icon/item/11400.tga -62086 ARMOR icon/item/11400.tga -62087 ARMOR icon/item/11400.tga -62088 ARMOR icon/item/11410.tga -62089 ARMOR icon/item/11410.tga -62090 ARMOR icon/item/11410.tga -62091 ARMOR icon/item/11420.tga -62092 ARMOR icon/item/11420.tga -62093 ARMOR icon/item/11420.tga -62094 ARMOR icon/item/11430.tga -62095 ARMOR icon/item/11430.tga -62096 ARMOR icon/item/11430.tga -62097 ARMOR icon/item/11440.tga -62098 ARMOR icon/item/11440.tga -62099 ARMOR icon/item/11440.tga -62100 ARMOR icon/item/11460.tga -62101 ARMOR icon/item/11460.tga -62102 ARMOR icon/item/11460.tga -62103 ARMOR icon/item/11490.tga -62104 ARMOR icon/item/11490.tga -62105 ARMOR icon/item/11490.tga -62106 ARMOR icon/item/11600.tga -62107 ARMOR icon/item/11600.tga -62108 ARMOR icon/item/11600.tga -62109 ARMOR icon/item/11610.tga -62110 ARMOR icon/item/11610.tga -62111 ARMOR icon/item/11610.tga -62112 ARMOR icon/item/11620.tga -62113 ARMOR icon/item/11620.tga -62114 ARMOR icon/item/11620.tga -62115 ARMOR icon/item/11630.tga -62116 ARMOR icon/item/11630.tga -62117 ARMOR icon/item/11630.tga -62118 ARMOR icon/item/11640.tga -62119 ARMOR icon/item/11640.tga -62120 ARMOR icon/item/11640.tga -62121 ARMOR icon/item/11660.tga -62122 ARMOR icon/item/11660.tga -62123 ARMOR icon/item/11660.tga -62124 ARMOR icon/item/11690.tga -62125 ARMOR icon/item/11690.tga -62126 ARMOR icon/item/11690.tga -62127 ARMOR icon/item/11800.tga -62128 ARMOR icon/item/11800.tga -62129 ARMOR icon/item/11800.tga -62130 ARMOR icon/item/11810.tga -62131 ARMOR icon/item/11810.tga -62132 ARMOR icon/item/11810.tga -62133 ARMOR icon/item/11820.tga -62134 ARMOR icon/item/11820.tga -62135 ARMOR icon/item/11820.tga -62136 ARMOR icon/item/11830.tga -62137 ARMOR icon/item/11830.tga -62138 ARMOR icon/item/11830.tga -62139 ARMOR icon/item/11840.tga -62140 ARMOR icon/item/11840.tga -62141 ARMOR icon/item/11840.tga -62142 ARMOR icon/item/11860.tga -62143 ARMOR icon/item/11860.tga -62144 ARMOR icon/item/11860.tga -62145 ARMOR icon/item/11890.tga -62146 ARMOR icon/item/11890.tga -62147 ARMOR icon/item/11890.tga -62148 ARMOR icon/item/12200.tga -62149 ARMOR icon/item/12200.tga -62150 ARMOR icon/item/12200.tga -62151 ARMOR icon/item/12240.tga -62152 ARMOR icon/item/12240.tga -62153 ARMOR icon/item/12240.tga -62154 ARMOR icon/item/12260.tga -62155 ARMOR icon/item/12260.tga -62156 ARMOR icon/item/12260.tga -62157 ARMOR icon/item/12340.tga -62158 ARMOR icon/item/12340.tga -62159 ARMOR icon/item/12340.tga -62160 ARMOR icon/item/12380.tga -62161 ARMOR icon/item/12380.tga -62162 ARMOR icon/item/12380.tga -62163 ARMOR icon/item/12390.tga -62164 ARMOR icon/item/12390.tga -62165 ARMOR icon/item/12390.tga -62166 ARMOR icon/item/12480.tga -62167 ARMOR icon/item/12480.tga -62168 ARMOR icon/item/12480.tga -62169 ARMOR icon/item/12520.tga -62170 ARMOR icon/item/12520.tga -62171 ARMOR icon/item/12520.tga -62172 ARMOR icon/item/12380.tga -62173 ARMOR icon/item/12380.tga -62174 ARMOR icon/item/12380.tga -62175 ARMOR icon/item/12620.tga -62176 ARMOR icon/item/12620.tga -62177 ARMOR icon/item/12620.tga -62178 ARMOR icon/item/12660.tga -62179 ARMOR icon/item/12660.tga -62180 ARMOR icon/item/12660.tga -62181 ARMOR icon/item/12670.tga -62182 ARMOR icon/item/12670.tga -62183 ARMOR icon/item/12670.tga -62184 ARMOR icon/item/13000.tga -62185 ARMOR icon/item/13000.tga -62186 ARMOR icon/item/13000.tga -62187 ARMOR icon/item/14000.tga -62188 ARMOR icon/item/14000.tga -62189 ARMOR icon/item/14000.tga -62190 ARMOR icon/item/15000.tga -62191 ARMOR icon/item/15000.tga -62192 ARMOR icon/item/15000.tga -62193 ARMOR icon/item/16000.tga -62194 ARMOR icon/item/16000.tga -62195 ARMOR icon/item/16000.tga -62196 ARMOR icon/item/17000.tga -62197 ARMOR icon/item/17000.tga -62198 ARMOR icon/item/17000.tga -62199 ETC icon/item/41307.tga -62200 ETC icon/item/41308.tga -62201 ETC icon/item/45135.tga -62202 ETC icon/item/45136.tga -62203 ETC icon/item/53001.tga -62204 ETC icon/item/71124.tga -51647 ETC icon/item/51647.tga -51648 ETC icon/item/51648.tga -51649 ETC icon/item/51649.tga -51650 ETC icon/item/51650.tga -51651 ETC icon/item/51651.tga -78001 ETC icon/item/78001.tga -78002 ETC icon/item/78001.tga -78003 ETC icon/item/78001.tga -78004 ETC icon/item/78001.tga -78005 ETC icon/item/78001.tga -78006 ETC icon/item/78001.tga -78007 ETC icon/item/78001.tga -78008 ETC icon/item/78001.tga -78026 ETC icon/item/78001.tga -78027 ETC icon/item/78001.tga -78028 ETC icon/item/78001.tga -78029 ETC icon/item/78001.tga -78030 ETC icon/item/78001.tga -78031 ETC icon/item/78001.tga -78032 ETC icon/item/78001.tga -78033 ETC icon/item/78001.tga -78051 ETC icon/item/78001.tga -78052 ETC icon/item/78001.tga -78053 ETC icon/item/78001.tga -78054 ETC icon/item/78001.tga -78055 ETC icon/item/78001.tga -78056 ETC icon/item/78001.tga -78057 ETC icon/item/78001.tga -78058 ETC icon/item/78001.tga -78076 ETC icon/item/78001.tga -78077 ETC icon/item/78001.tga -78078 ETC icon/item/78001.tga -78079 ETC icon/item/78001.tga -78080 ETC icon/item/78001.tga -78081 ETC icon/item/78001.tga -78082 ETC icon/item/78001.tga -78083 ETC icon/item/78001.tga -78201 ETC icon/item/78201.tga -78202 ETC icon/item/78201.tga -78203 ETC icon/item/78201.tga -78204 ETC icon/item/78201.tga -78205 ETC icon/item/78201.tga -78206 ETC icon/item/78201.tga -78207 ETC icon/item/78201.tga -78208 ETC icon/item/78201.tga -78226 ETC icon/item/78201.tga -78227 ETC icon/item/78201.tga -78228 ETC icon/item/78201.tga -78229 ETC icon/item/78201.tga -78230 ETC icon/item/78201.tga -78231 ETC icon/item/78201.tga -78232 ETC icon/item/78201.tga -78233 ETC icon/item/78201.tga -78251 ETC icon/item/78201.tga -78252 ETC icon/item/78201.tga -78253 ETC icon/item/78201.tga -78254 ETC icon/item/78201.tga -78255 ETC icon/item/78201.tga -78256 ETC icon/item/78201.tga -78257 ETC icon/item/78201.tga -78258 ETC icon/item/78201.tga -78276 ETC icon/item/78201.tga -78277 ETC icon/item/78201.tga -78278 ETC icon/item/78201.tga -78279 ETC icon/item/78201.tga -78280 ETC icon/item/78201.tga -78281 ETC icon/item/78201.tga -78282 ETC icon/item/78201.tga -78283 ETC icon/item/78201.tga -78401 ETC icon/item/78401.tga -78402 ETC icon/item/78401.tga -78403 ETC icon/item/78401.tga -78404 ETC icon/item/78401.tga -78405 ETC icon/item/78401.tga -78406 ETC icon/item/78401.tga -78407 ETC icon/item/78401.tga -78408 ETC icon/item/78401.tga -78426 ETC icon/item/78401.tga -78427 ETC icon/item/78401.tga -78428 ETC icon/item/78401.tga -78429 ETC icon/item/78401.tga -78430 ETC icon/item/78401.tga -78431 ETC icon/item/78401.tga -78432 ETC icon/item/78401.tga -78433 ETC icon/item/78401.tga -78451 ETC icon/item/78401.tga -78452 ETC icon/item/78401.tga -78453 ETC icon/item/78401.tga -78454 ETC icon/item/78401.tga -78455 ETC icon/item/78401.tga -78456 ETC icon/item/78401.tga -78457 ETC icon/item/78401.tga -78458 ETC icon/item/78401.tga -78476 ETC icon/item/78401.tga -78477 ETC icon/item/78401.tga -78478 ETC icon/item/78401.tga -78479 ETC icon/item/78401.tga -78480 ETC icon/item/78401.tga -78481 ETC icon/item/78401.tga -78482 ETC icon/item/78401.tga -78483 ETC icon/item/78401.tga -78601 ETC icon/item/78601.tga -78602 ETC icon/item/78601.tga -78603 ETC icon/item/78601.tga -78604 ETC icon/item/78601.tga -78605 ETC icon/item/78601.tga -78606 ETC icon/item/78601.tga -78607 ETC icon/item/78601.tga -78608 ETC icon/item/78601.tga -78626 ETC icon/item/78601.tga -78627 ETC icon/item/78601.tga -78628 ETC icon/item/78601.tga -78629 ETC icon/item/78601.tga -78630 ETC icon/item/78601.tga -78631 ETC icon/item/78601.tga -78632 ETC icon/item/78601.tga -78633 ETC icon/item/78601.tga -78651 ETC icon/item/78601.tga -78652 ETC icon/item/78601.tga -78653 ETC icon/item/78601.tga -78654 ETC icon/item/78601.tga -78655 ETC icon/item/78601.tga -78656 ETC icon/item/78601.tga -78657 ETC icon/item/78601.tga -78658 ETC icon/item/78601.tga -78676 ETC icon/item/78601.tga -78677 ETC icon/item/78601.tga -78678 ETC icon/item/78601.tga -78679 ETC icon/item/78601.tga -78680 ETC icon/item/78601.tga -78681 ETC icon/item/78601.tga -78682 ETC icon/item/78601.tga -78683 ETC icon/item/78601.tga -78801 ETC icon/item/78801.tga -78802 ETC icon/item/78801.tga -78803 ETC icon/item/78801.tga -78804 ETC icon/item/78801.tga -78805 ETC icon/item/78801.tga -78806 ETC icon/item/78801.tga -78807 ETC icon/item/78801.tga -78808 ETC icon/item/78801.tga -78826 ETC icon/item/78801.tga -78827 ETC icon/item/78801.tga -78828 ETC icon/item/78801.tga -78829 ETC icon/item/78801.tga -78830 ETC icon/item/78801.tga -78831 ETC icon/item/78801.tga -78832 ETC icon/item/78801.tga -78833 ETC icon/item/78801.tga -78851 ETC icon/item/78801.tga -78852 ETC icon/item/78801.tga -78853 ETC icon/item/78801.tga -78854 ETC icon/item/78801.tga -78855 ETC icon/item/78801.tga -78856 ETC icon/item/78801.tga -78857 ETC icon/item/78801.tga -78858 ETC icon/item/78801.tga -78876 ETC icon/item/78801.tga -78877 ETC icon/item/78801.tga -78878 ETC icon/item/78801.tga -78879 ETC icon/item/78801.tga -78880 ETC icon/item/78801.tga -78881 ETC icon/item/78801.tga -78882 ETC icon/item/78801.tga -78883 ETC icon/item/78801.tga -71171 ETC icon/item/71171.tga -71172 ETC icon/item/71172.tga -53016 ETC icon/item/53016.tga -53516 ETC icon/item/53501.tga -53017 ETC icon/item/53017.tga -53517 ETC icon/item/53501.tga -41320 ETC icon/item/41320.tga -41321 ETC icon/item/41321.tga -41322 ETC icon/item/41320.tga -41323 ETC icon/item/41321.tga -45156 ETC icon/item/45156.tga -45157 ETC icon/item/45157.tga -45158 ETC icon/item/45156.tga -45159 ETC icon/item/45157.tga -30526 ETC icon/item/30526.tga -30527 ETC icon/item/30527.tga -30528 ETC icon/item/30528.tga -30529 ETC icon/item/30529.tga -30530 ETC icon/item/30530.tga -30531 ETC icon/item/30531.tga -30532 ETC icon/item/30532.tga -30533 ETC icon/item/30533.tga -30534 ETC icon/item/30534.tga -30535 ETC icon/item/30535.tga -30536 ETC icon/item/30536.tga -30537 ETC icon/item/30537.tga -30538 ETC icon/item/30538.tga -30539 ETC icon/item/30539.tga -30540 ETC icon/item/30540.tga -30541 ETC icon/item/30541.tga -30542 ETC icon/item/30542.tga -30543 ETC icon/item/30543.tga -30544 ETC icon/item/30544.tga -30545 ETC icon/item/30545.tga -30546 ETC icon/item/30546.tga -30547 ETC icon/item/30547.tga -30548 ETC icon/item/30548.tga -30549 ETC icon/item/30549.tga -30550 ETC icon/item/30550.tga -30551 ETC icon/item/30551.tga -30552 ETC icon/item/30552.tga -30553 ETC icon/item/30553.tga -30554 ETC icon/item/30554.tga -30555 ETC icon/item/30555.tga -30556 ETC icon/item/30556.tga -30557 ETC icon/item/30557.tga -30558 ETC icon/item/30558.tga -30559 ETC icon/item/30559.tga -30560 ETC icon/item/30560.tga -30561 ETC icon/item/30561.tga -30562 ETC icon/item/30562.tga -30563 ETC icon/item/30563.tga -30564 ETC icon/item/30564.tga -30565 ETC icon/item/30565.tga -30566 ETC icon/item/30566.tga -30567 ETC icon/item/30567.tga -30568 ETC icon/item/30568.tga -30569 ETC icon/item/30569.tga -30570 ETC icon/item/30570.tga -30571 ETC icon/item/30571.tga -30572 ETC icon/item/30572.tga -30573 ETC icon/item/30573.tga -30574 ETC icon/item/30574.tga -30575 ETC icon/item/30575.tga -30576 ETC icon/item/30576.tga -30577 ETC icon/item/30577.tga -30578 ETC icon/item/30578.tga -30579 ETC icon/item/30579.tga -30580 ETC icon/item/30580.tga -30581 ETC icon/item/30581.tga -30582 ETC icon/item/30582.tga -30583 ETC icon/item/30583.tga -30584 ETC icon/item/30584.tga -30585 ETC icon/item/30585.tga -30586 ETC icon/item/30586.tga -80018 ETC icon/item/76009.tga -71173 ETC icon/item/71173.tga -71174 ETC icon/item/71174.tga -71175 ETC icon/item/71174.tga diff --git a/bin/pack/locale_ymir/locale/ymir/item_proto b/bin/pack/locale_ymir/locale/ymir/item_proto deleted file mode 100644 index aa4cf63e..00000000 Binary files a/bin/pack/locale_ymir/locale/ymir/item_proto and /dev/null differ diff --git a/bin/pack/locale_ymir/locale/ymir/itemdesc.txt b/bin/pack/locale_ymir/locale/ymir/itemdesc.txt deleted file mode 100644 index 5279d359..00000000 --- a/bin/pack/locale_ymir/locale/ymir/itemdesc.txt +++ /dev/null @@ -1,1620 +0,0 @@ -9506 Ƶ+2 ȯ, Ұ (ͼ) -9507 ȣ+3 ȯ, Ұ (ͼ) -9508 +2 ȯ, Ұ (ͼ) -9509 +3 ȯ, Ұ (ͼ) -9510 +2 ȯ, Ұ (ͼ) -9511 õܵ+2 ȯ, Ұ (ͼ) -9512 ȫ+3 ȯ, Ұ (ͼ) -9513 ׵ΰ+2 ȯ, Ұ (ͼ) -9514 ۼ+2 ȯ, Ұ (ͼ) -9515 ȫ+3 ȯ, Ұ (ͼ) -9516 +2 ȯ, Ұ (ͼ) -9517 +1 ȯ, Ұ (ͼ) -9518 ׽Ź+1 ȯ, Ұ (ͼ) -9519 +1 ȯ, Ұ (ͼ) -9520 Ͱ+1 ȯ, Ұ (ͼ) -9521 ȣȯ+2 ȯ, Ұ (ͼ) - - -11901 νõ ȥĶ Դ -11902 νõ ȥĶ Դ -11903 巹 ȥĶ Դ -11904 巹 ȥĶ Դ - -22000 ȯ ưٰ|ٽ ġ ƿ ִ -22010 ȯ ξ|ġ ư - -25040 ູ ູ ϸ, Ѵص ϳ ̴ | н -25041 ö ְ Ǵ ݼ. ö ϸ Ȯ н - -25100 ʿ ִ. ڸ ȴ. - -27051 Թڿ () ʺ翡 ޵Ǵ ȸմϴ. -27052 Թڿ Ķ() ʺ翡 ޵Ǵ Ķ ŷ ȸմϴ. -27053 Թڿ () ʺ翡 ޵Ǵ ݼӵ ϴ. -27054 Թڿ () ʺ翡 ޵Ǵ ̵ӵ ϴ. - -27600 ں ǿ ִ -27610 ȯ  ɸ ⸦ ˷ִ| -27620 ⿡ å - -27799 ܴ | ʿ -27800 ̳ -27801 Ŀ ڱϴ ̳ -27802 Ƕ ô 븱 ִ ñ ̳ - -27803 ؾ ִ -27804  ׾ Ҹ -27805 ôؾ ϰ ū ؾ -27806 ׾ ٱ ? Ƶ? -27807 ıⰡ Ǹ| ãƿ -27808  ? -27809 ۾ | Ѵ. -27810 ι ׹̳ ޴ |鿡 ָ Ѵ -27811 ۾ ⿡ Ÿ -27812 ۾ ۾ -27813 -27814 ġ ȣ Ҹ Լ -27815 ġ ϴ -27816 ޱ ſ θ ˷ |Ŀٶ ԰ Ư¡ -27817 ̲ٶ ̲ŷ |鿡 ָ Ѵ -27818 ι ϴ ļ Ŀٶ -27819 ٴ . Ѵ -27820 ܿö ÷ αִ -27821 ſ Ƹٿ -27822 ׾ Ŀ ׾ -27823 Ȳݺؾ Ȳݻ ؾ - -27833 ؾ ׾ ؾ|ںҿ ִ -27834  ׾ |ںҿ ִ -27835 ôؾ ׾ ôؾ|ںҿ ִ -27836 ׾ ׾ ׾|ںҿ ִ -27837 ׾ |ںҿ ִ -27838 ׾ |ںҿ ִ -27839 ۾ ׾ ۾|ںҿ ִ -27840 ι ׾ ι|ںҿ ִ -27841 ۾ ׾ ۾|ںҿ ִ -27842 ۾ ׾ ۾|ںҿ ִ -27843 ׾ |ںҿ ִ -27844 ġ ׾ ġ|ںҿ ִ -27845 ġ ׾ ġ|ںҿ ִ -27846 ޱ ׾ ޱ|ںҿ ִ -27847 ̲ٶ ׾ ̲ٶ|ںҿ ִ -27848 ׾ |ںҿ ִ -27849 ׾ |ںҿ ִ -27850 ׾ |ںҿ ִ -27851 ׾ |ںҿ ִ -27852 ׾ ׾ ׾|ںҿ ִ -27853 Ȳݺؾ ׾ Ȳݺؾ|ںҿ ִ - -27863 ؾ ȸ ش -27864  ŷ ȸ ش -27865 ôؾ ȸ ش -27866 ׾ Ͻ ̵ ӵ ½ش -27867  ŷ ȸ ش -27868 Ͻ ӵ ½ش -27869 ۾ ȸ ش -27870 ι Ͻ ٷ ½ش -27871 ۾ ŷ ȸش -27872 ۾ ŷ ȸش -27873  Ͻ ø ½ ش -27874 ġ ȿ ش -27875 ġ ȸ ش -27876 ޱ ŷ ȸش -27877 ̲ٶ ϰ ش -27878 ȸ ش -27879 -27880 -27881  -27882 ׾ -27883 Ȳݺؾ - -27987 |ȿ ְ ִ. | ʿ -27988 Ÿ -27989 ġ ˷ִ -27990 -27991 -27992 |ڵ鿡 ָ Ѵ | ʿ -27993 û Ǫ |ڵ鿡 ָ Ѵ | ʿ -27994 Ǻ Ӱ |ڵ鿡 ָ Ѵ | ʿ -27995 ƹ͵ -27996 ִ |ø ״´ -27997 ȥ äִ -27998 ݼָӴ ݼ ָӴ. Ȥ ݼ ? -27999 ָӴ ִ ָӴ - - -29001 -29002 û -29003 Ȳ -29004 ȫ -29005 찡 -29006 Ȳּ -29007 ûּ -29006 Ȳּ -29007 ûּ -29008 ûż -29009 Ȳż -29010 ȫż -29011 ż -29012 ûż -29013 Ȳż -29014 ȫż -29015 ż -29012 ûż -29013 Ȳż -29014 ȫż -29015 ż - -30000 ֿ Ĺ ϳ ķ پ 뵵 δ. -30001 ̴. -30002 뺺 ä ְ ϰ -30003 ںκ ҷ´ٴ ̾߱Ⱑ ִ. | ʿ ߱ հ, ʱ Ѽհ, հ, ä, , , , ˴ϴ -30004 ݴ ݴϷ ڶѴ. | ʿ ߱ Ź, , ʱ Ѽհ, μհ, Ȱ, , ä, , ˴ϴ -30005 򰡿 | ʿ ߱ , , ʱ Ź ˴ϴ -30006 ݴ ݴ. 밡 dz. | ʿ Ѽհ, հ, μհ, Ȱ ߱ ˴ϴ. -30007 ͵ Ǹ ¿ ϴ | ʿ μհ, , Ź, , ߱ ä, ˴ϴ. -30008 бԹ б ִ ʱ Թ | ʿ , ߱ ˴ϴ. -30009 ˼ ü Ҹ | ʿ μհ, Ȱ ˴ϴ -30010 ̰ ̰ ãشٴ ̾߱Ⱑ ִ. | ʿ ߱ , ʱ Ȱ, , Ͱ, , հ, μհ, ä, ˴ϴ. -30011 Ÿ ִ | ʿ ߱ Ѽհ, հ, Ȱ, , Ź, , , ˴ϴ. -30012 -30013 ʹ ׾Ƹ -30014 з ѿ Ź ȿ ڶѴ.| ʿ հ, Ź, ˴ϴ. -30015 ǰ ұ ǰ| ʿ Ѽհ, ä ˴ϴ. -30016 ȥ ִٰ ˷ִ | ʿ , Ͱ ˴ϴ. -30017 ڵ Ӹǰ| ʿ ߱ μհ, , , Ͱ ˴ϴ. -30018 Ӹ ϴ ޽ | ʿ ߱ հ, μհ, Ȱ, , ä, Ͱ, ˴ϴ. -30019 Ÿ ̰ ϰ ܿ ִٰ | ʿ Ͱ ˴ϴ. -30020 ƾ , ̿뿡 ٰ . -30021 𰡿 | ʿ ߱ Ѽհ, Ͱ, , ˴ϴ -30022 Ҹ | ʿ μհ, ä, , , ˴ϴ -30023 ȣ 鿡 ְ α⸦ ϴ | ʿ ߱ Ѽհ, հ, Ȱ, ä, , Ź, , ʱ Ȱ, ä ˴ϴ -30024 з , Ȱ뵵 ִ. -30025 Ź ָӴ Ź ִ ָӴ| ʿ հ, μհ, Ȱ, , , Ͱ, , ˴ϴ. -30026 â αִ ԰Ÿ | ʿ -30027 , ȴ| ʿ ʱ Ѽհ, Ȱ, , ä, , Ź, ˴ϴ. -30028 īο , ű ȴ.| ʿ ʱ Ѽհ, μհ, , Ͱ, , հ ˴ϴ. -30029 αִ ԰Ÿ -30030 콼 ܰ 콼 ܰ ΰ Ĺ| ʿ ߱ Ѽհ, μհ, Ȱ, ˴ϴ. -30031 븮 ھ̵ ű| ʿ ߱ Ȱ, , ä, Ź, , , , ʱ Ȱ ˴ϴ -30032 dz Դ . 𸣰 ƺδ.| ʿ ߱ , ˴ϴ -30033 ׸ ߷ ׸ | ʿ , ߱ , Ͱ, , ˴ϴ -30034 Ӹ ϴ ޿ | ʿ ߱ Ѽհ, μհ, Ȱ, ä, Ź, , ˴ϴ. -30035 ȭǰ ڵ ڽ ܸ ̰ ϱ | ʿ ߱ Ѽհ, μհ, Ȱ, Ͱ ˴ϴ -30036 ȭ ź ȿ ִٰ | ʿ -30037 ȣ̹ ڽ ˳ Ŀ ȴ.| ʿ -30038 ȣ̰ 鿡 αִ | ʿ ߱ , Ź, ʱ Ѽհ, Ȱ, ä, , Ź, ˴ϴ -30039 ó մ ε| ʿ Ѽհ, , ä, ˴ϴ. -30040 Ǯ Ĺ ٻ| ʿ ˴ϴ. -30041 ǥâ ϱ | ʿ μհ, , Ͱ, , հ, Ȱ, Ź ˴ϴ. -30042 ̻ ưư ̴ ̻| ʿ ˴ϴ. -30043 ᳪ 丮 ᰡ Ǵ , ܹ ̴. -30044 ڱ⸦ ִ -30045 ħ ǰִ ħ| ʿ Ѽհ, հ, ä, , , Ͱ, ˴ϴ. -30046 ִٰ ˷ ִ | ʿ , ߱ Ѽհ ˴ϴ -30047 濡 ָ ȴٴ б å| ʿ Ѽհ, , Ͱ ˴ϴ. -30048 ⼳ . ÿ ñⰡ dz.| ʿ Ѽհ, , ä, , ˴ϴ. -30049 Թ پ ǰ αִ.| ʿ , Ͱ ˴ϴ. -30050 . ʴ´.| ʿ ˴ϴ. -30051 ִ б鸸 ˾ƺ ִ.| ʿ Ѽհ, , ä, , Ͱ, ˴ϴ. -30052 ij δ ǥ | ʿ , Ź ˴ϴ. -30053 ߹ٴ ׹̳ ˷ ã ϳ| ʿ ߱ հ, Ź, , ʱ Ź, , , ˴ϴ. -30054 ȥ ȥ ְ޴ -30055 Թ ̴ Թ| ʿ Ѽհ, , ä, Ź, , ˴ϴ. -30056 Ź Ȥ 鶧 DZ⵵ | ʿ Ȱ,, ˴ϴ. -30057 Ź 鿡 αִ Ź | ʿ , Ͱ ˴ϴ -30058 Ź̾ Ѵٴ dz| ʿ μհ, ,, ˴ϴ -30059 Ź̴ٸ ޸ ٸ ȴ.| ʿ Ź ˴ϴ -30060 ٴ ִ ٴ| ʿ Ȱ ˴ϴ. -30061 ٸ ̽İ鿡 αִ 丮| ʿ ,,Ź ˴ϴ. -30062 ׸ ׸| ʿ -30063 Ǻξ Ǻκ ġ | ʿ -30064 ȭ ۿ ȭ ᰡ Ǵ -30065 Ҹ ׸ -30066 û ְ ſ | ʿ -30067 찡 | ʿ հ, Ź ˴ϴ -30068 κνũ κη ǻ 丮 -30069 + īο , ű ȴ.| ʿ ߱ , ʱ հ, μհ, Ź, ˴ϴ. -30070 + , ȴ| ʿ ߱ Ѽհ, ä, , Ź, ʱ հ, Ͱ ˴ϴ. -30071 + ̰ ̰ ãشٴ ̾߱Ⱑ ִ.| ʿ ߱ հ, μհ, ʱ հ, , , Ź, , , Ͱ ˴ϴ -30072 ߹ٴ+ ׹̳ ˷ ã ϳ| ʿ ߱ Ѽհ, , ä, Ͱ, , ʱ μհ, ˴ϴ. -30073 + Ӹ ϴ ޿ | ʿ ߱ Ȱ, , ʱ μհ, ˴ϴ. -30074 + dz Դ . 𸣰 ƺδ.| ʿ ߱ ä, Ź, ˴ϴ -30075 ǥâ+ ϱ | ʿ ߱ հ, μհ, , ˴ϴ. -30076 + ͵ Ǹ ¿ ϴ | ʿ , հ, ˴ϴ -30077 ݴ+ ݴ. 밡 dz.| ʿ հ, ä ˴ϴ. -30078 бԹ+ б ִ ʱ Թ | ʿ ߱ ˴ϴ. -30079 + ִ б鸸 ˾ƺ ִ. | ʿ ˴ϴ -30080 + 濡 ָ ȴٴ б å | ʿ Ͱ, , ˴ϴ. -30081 + ִٰ ˷ ִ | ʿ μհ, Ȱ, ˴ϴ. -30082 + Ҹ | ʿ Ȱ, ä, ˴ϴ. -30083 + ˼ ü Ҹ | ʿ հ, , ˴ϴ. -30084 + ִ б鸸 ˾ƺ ִ. | ʿ ˴ϴ -30085 + ó մ ε | ʿ Ұ, μհ, Ȱ, Ź ˴ϴ. -30086 ǰ+ ұ ǰ | ʿ հ, Ź, ˴ϴ. -30087 + ȥ ִٰ ˷ִ | ʿ հ, Ź, ˴ϴ. -30088 + ⼳ . ÿ ñⰡ dz. | ʿ μհ ˴ϴ. -30089 + з ѿ Ź ȿ ڶѴ. | ʿ ˴ϴ. -30090 + . ʴ´. | ʿ ˴ϴ. -30091 ǥ ε鸸 ο޾Ҵٴ ǥ | ʿ ˴ϴ. -30092 ǰ ǰ. ¸ ϱ ٴѴ | ʿ ߱ հ, , , Ͱ ˴ϴ. - -30129 ɼ ϴ -30130 پ ü ִ ̴ -30131 ̰ ģ 迡 -30132 å ܺ å, " ϰ б ˰ ִ" ̴. -30133 ȭ ɽ ȭ ߴٴ ɽΰ . -30134 ٴϴ , å û  ϴ. -30135 Ƹ Ƹ - -30136 Ȳݰ ɲ Ȳݰε ϴ. Է ִµ ϸ Ƹٿ  ǰ̴. -30137 ̿Լ Ƿν 񸰳 . -30138 縷 ڰ ġ Ѵٴ , پ 뵵 ҵ ϴ. -30139 ݴ ׼ Ǵ ݴ, µ ϴ -30140 ̳ 鶧 ϴ ̴ -30141 ̳ ű 鶧 Ǵ ̴. -30142 ִ. 浿 Ѵ. -30143 ϴµ Ǵ ⺻ ġ̴. -30144 ȣǰ dz ִ ȣ , ׹̳ʿ ٴ ̾߱Ⱑ ִ. -30145 ߼ ߼Ұ Ź ̴. -30146  ᰡ Ǵ ̴. ſ -30147 б б ִ å -30148 б б Ǵ ̴. -30149  Ƹ پ ÿ Ѵ. -30150 ϱ ϱ̴ -30151 ε巯 ̿ θ Ǵ ̴. -30152 ġ ǻ ȿ ִٴ ̴. ȿ ִ ˼ . -30153 ̸ ⳻ ڳ Ʒ ߾ ǻ츮 Ѵ. -30154 б б м ݱ б ɾ ִ. -30155 ̸ ҴƮ ̿ Ǵ ҴƮ ε ϴ. ޸鿡 ̸ ̸ ִ -30156 б б м ݱ б ɾ ִ. - -30093 ָӴ ָӴ -30094 ָӴ ָӴ -30095 ָӴ ָӴ -30096 ָӴ ָӴ - -30192 ̿ ϱ ƴٴ ͸ ٱ.| ʿ ޾ ˴ϴ. -30193 ǻ ǥ ĥ ܴ ̴ .| ʿ ޾ ˴ϴ. -30194 ǰ οԼ . ſ .| ʿ ޾ ˴ϴ. -30195 ѿŭ Ȳ źο ǰ ¦̴ . | ʿ ޾ ˴ϴ. -30196 Ͱ Ÿ . ؼ 밡 ʿϴ.| ʿ ޾ ˴ϴ. -30197 Ǿ źο . ȥ ִٰ Ѵ.| ʿ ޾ ˴ϴ. -30198 õǵ ִ .| ʿ ޾ ˴ϴ. -30199 Ǫ õǵ ֹ .| ʿ ޾ ˴ϴ. - - -30210 û Ǫ 2 ڰ ִ -30211 û Ǫ A ڰ ִ -30212 û Ǫ B ڰ ִ -30213 û Ǫ E ڰ ִ -30214 û Ǫ I ڰ ִ -30215 û Ǫ L ڰ ִ -30216 û Ǫ M ڰ ִ -30217 û Ǫ N ڰ ִ -30218 û Ǫ R ڰ ִ -30219 û Ǫ T ڰ ִ - -30220 Ϳȥ ȥ ִٴ -30221 бȥ б ȥ ִٴ -30222 Ϳȥ ȥ ִٴ -30223 ȥ ȥ ִٴ -30224 ͸ȥ ͸ ȥ ִٴ -30225 Ϳȥ ȥ ִٴ -30311 ݽð 2 Ű ִ -30312 ü ű üҶ ϴ ¡ǥ - -30315 , ѷ ⳻ ڳ ġ ̷ Ͽ ħ Ѵ. -30316 󰨻 󰨱 Ͽ ޽ ׸, 𸣰 ÷ ;. -30317 󰨻ÿ ÷ , Ա⺸ٴ ϴ ̵ ְ ; . -30318 ȭ ̾ Ÿ δ´ Ͽ ȭ ̸ Ҹ , ǰ̸ ϱ ǰ ϳ. ´ٴ ҹ ִ. - -30319 ǥ ž ִ ǥ. Ʊ͵ 2 ȴ. -30320 ǥ ž ִ ǥ. Ʊ͵ 2 ȴ. - -30321 ҷ ȣ ҷ Ǵ ȣ. ϸ . -30322 ҷ ҷο ȣڿ Ǵ -30323 ҷ ȣڸӸ ȯ ҷ Ǵ ȣڸӸ üϿ شٰ ִ. - -30321 ҷ ȣ ҷ Ǵ ȣ. ϸ . -30322 ҷ ҷο ȣڿ Ǵ -30323 ҷ ȣڸӸ ȯ ҷ Ǵ ȣڸӸ üϿ شٰ ִ. - -30324 ֽű Ź̵ հŹ ׵ Ͽ | 30Ŀ . -30325 ֽű Ź̵ հŹ ׵ Ͽ | Ϸ簡 . -30326 հŹ հŹ ϸ ä | Ϸ簡 ż . -30327 ȯ Ǹ Ź̹ Ǹ ڵ. | ȹ 5 Ǹ . - -31001 Ź ϱ Ź -31002 ٸ ϱ ̾߱Ⱑ -31003 ص Ʊ ġϴ ص -31004 ż Ⱑ ż -31005 Ǫ ѻ ȣ -31006 ȭ -31007 ȭ ȭ ߰ߵǴ -31008 ż ϰ - -41001 䳢 Ϳ 䳢 | ϸ -41002 ٴϰ 䳢 ȭ 尩 λ | Ǹ ŷƮ -41003 縷 縷 θ | 縷 𷡿 ¾ ƿ ֵ ȵǾ ִ -41004 縷 縷 θ | 縷 𷡿 ¾ ƿ ֵ ȵǾ ִ -41005 ̺ ϴ | Ϲ -41006 ̺ ϴ | Ϲ -41007 ̺ ϴ | -41008 ̺ ϴ | -41009 ̺ ϴ | Ű -41010 ̺ ϴ | Ű -41011 ̺ ϴ | -41012 ̺ ϴ | -41013 ౸ ౸ ϴ | Ϲ -41014 ౸ ౸ ϴ | Ϲ -41015 ౸ ౸ ϴ | -41016 ౸ ౸ ϴ | -41017 ౸ ౸ ϴ | Ű -41018 ౸ ౸ ϴ | Ű -41019 ౸ ౸ ϴ | -41020 ౸ ౸ ϴ | -41021 ϴ | Ϲ -41022 ϴ | Ϲ -41023 ϴ | -41024 ϴ | -41025 ϴ | Ű -41026 ϴ | Ű -41027 ϴ | -41028 ϴ | -41029 縷 縷 θ | 縷 𷡿 ¾ ƿ ֵ ȵǾ ִ -41030 縷 縷 θ | 縷 𷡿 ¾ ƿ ֵ ȵǾ ִ -41031 ̺ ϴ | Ϲ -41032 ̺ ϴ | Ϲ -41033 ̺ ϴ | -41034 ̺ ϴ | -41035 ̺ ϴ | Ű -41036 ̺ ϴ | Ű -41037 ̺ ϴ | -41038 ̺ ϴ | -41039 ౸ ౸ ϴ | Ϲ -41040 ౸ ౸ ϴ | Ϲ -41041 ౸ ౸ ϴ | -41042 ౸ ౸ ϴ | -41043 ౸ ౸ ϴ | Ű -41044 ౸ ౸ ϴ | Ű -41045 ౸ ౸ ϴ | -41046 ౸ ౸ ϴ | -41047 ϴ | Ϲ -41048 ϴ | Ϲ -41049 ϴ | -41050 ϴ | -41051 ϴ | Ű -41052 ϴ | Ű -41053 ϴ | -41054 ϴ | -45001 䳢 Ӹ 䳢 ͸ Ӹ | ٴϰ ǻ ŷƮ -45002 䳢Ż Ϳ 䳢 Ż | ϸ -45003 ΰ 縷 𷡿 ޺ Ӹ ϴ õ -45004 ΰ 縷 𷡿 ޺ Ӹ ϴ õ -45005 ̿ ȭ ڴٿ Ÿ -45006 ̿ ȭ Ÿ -45007 ౸ ౸ ȭ ڴٿ Ÿ -45008 ౸ ౸ ȭ Ÿ -45009 ̿ ȭ ڴٿ Ÿ -45010 ̿ ȭ Ÿ -45011 ΰ 縷 𷡿 ޺ Ӹ ϴ õ -45012 ΰ 縷 𷡿 ޺ Ӹ ϴ õ -45013 ̿ ȭ ڴٿ Ÿ -45014 ̿ ȭ Ÿ -45015 ౸ ౸ ȭ ڴٿ Ÿ -45016 ౸ ౸ ȭ Ÿ -45017 ̿ ȭ ڴٿ Ÿ -45018 ̿ ȭ Ÿ - -50001 Ϸùȣ ÷ ־ٴ -50002 ݹ Ҿ ݹ | Եȴ -50003 ųʱȭ -50004 ̺Ʈ밨 -50005 ¸ 񺴿 ָ ¥ Ż ִ 40 ̻ - -50006 庸 ȭ | 𰡷 ݿ ִ. -50007 庸 | 𰡷 ִ -50008 ݿ | 𰡸 庸ڿ 庸+ ִ. -50009 | 𰡸 庸ڿ 庸+ ִ. - -50010 縻 ũ Ʈ ɾθ ִٰ Ѵ - -50011 ȭ ´. ޺ ڿ Ͼٰ - -50012 庸+ ȭ | 𰡷 ݿ ִ. -50013 庸+ | 𰡷 ִ - -50016 뺸 ܸԾٴ Һ ᰡ Ǵ -50017 뺸 ܸԾٴ Һ ᰡ Ǵ -50018 Ͽ 뺸 ܸԾٴ ϿҺ ᰡ Ǵ -50019 Һ 鶧 Ǵ ҹ -50020 Һ 뺸 ܸԾٴ Ұ  Һ ü ȸ -50021 Һ 뺸 ܸԾٴ Ұ  Һ ŷ ȸ -50022 ϿҺ 뺸 ܸԾٴ ϿҰ  Һ ׹̳ʸ ȸ - -50023 ָӴ ظ ¾  λ縦 帮 뵷 ֽô  ָӴ - -50024 , ,ູ ɸ , ̼ Ҷ ȴ. -50025 ݸ īī ׿ ũ ÷Ͽ , ̼ Ҷ ȴ - -50027 ȯ ȯ Ǿϴ. | ҿ Դϴ. -50031 , ,ູ ɸ , ̼ Ҷ ȴ. -50032 Ḧ , ̼ Ҷ ȴ -50033 ˼» ̻ ڰ . ڸ ð - -50034 ڸ ٰ ְ ɸٴ ȭ ӿ -50035 ̳ λ糪 , Ǵ Ÿ ִ ڷ ھȿ ִ ִ. -50036 ̳ λ糪 , Ǵ Ÿ ִ ڷ ھȿ ִ ִ. -50037 ڷ ھȿ ȿ ִ ִ. - -50070 ϰ ִ .  ð -50071 б бְ ϰ ִ .  ð -50072 ȯ б ȯ бְ ϰ ִ .  ð -50073 հŹ հŹ̰ ϰ ִ .  ð -50074 հŹ հŹ̰ ϰ ִ .  ð -50075 Űä Űü ϰ ִ .  ð -50076 Ŵ 縷 ź Ŵ 縷 ź ϰ ִ .  ð -50077 ȣ ȣ ϰ ִ .  ð -50078 Ͱ ϰ ִ .  ð -50079 ȭ ȭ ϰ ִ .  ð -50080 ȭ ȭ ϰ ִ .  ð -50081 Ϳ Ϳ ϰ ִ .  ð -50082 ϰ ִ .  ð - -50050 濡 ¡ ִ ǥ Ǵ Ʈ 밡 -50051 ¸ Ż ִٴ ǥ ִ ǥ ʱ޸ ȯ | ŷ 100 Ҹ -50052 ظ ¸ ̿ ִ ¸ ¸ ݰ ߱޸ ȯ | ŷ 200 Ҹ -50053 ؼ ٷ ִ | ų 밡 ޸ ȯ | ŷ 300 Ҹ -50054 Ǯ . ʱ޸ -50055 ȫ繫 ϸ, Ѹ Ȳ . ߱޸ -50056 ȫ Ǽ λ. ޸ ȫ ۿ ʴ´. ޸ -50057 ϼ ʱ޸ ǻ츱 ִٴ | | ϼ ̵ Ű ִٰ Ѵ. ʱ޸ Ȱ -50058 ߼ ߱޸ ǻ츱 ִٴ | | ߼ ̵ Ű ִٰ Ѵ. ߱޸ Ȱ -50059 󼱵 ޸ ǻ츱 ִٴ | | 󼱵 ̵ Ű ִٰ Ѵ. ޸ Ȱ -50060 ü ִ ü 1 Ʈ | ѹ å . 50 ̻ 밡 - -50067 ȭ ź 񺴿 ָ Ż ȭ ش. -50068 ź 񺴿 ָ Ż ش. - -50083 ¸ 񺴿 ָ ¥ Ż ִ 10 ̻ - -50084 ü ε μ 踦 üϴµ ʿ Դϴ. - -50091 ؾʹ ؾ Ư ʹ | ƯϿ ԱⰡ -50092 ׾ʹ ׾ Ư ʹ | ƯϿ ԱⰡ -50093 ʹ ż  Ա Ʊ ʹ | ð ڱѴ ݷ ġ 10 ÷ݴϴ -50094 ޱʹ ޱ⸦ ó ʹ | 볿 ֱ پ Ḧ Ѵ ġ 10 ÷ݴϴ. - -50100 ̸ ϴ | Ҳɳ̿ () -50101 ̸ ϴ | Ҳɳ̿ () -50102 ̸ ϴ | Ҳɳ̿ (ϴû) -50103 ̸ ϴ | Ҳɳ̿ ( ) -50104 ̸ ϴ | Ҳɳ̿ ( ʷϻ) -50105 ̸ ϴ | Ҳɳ̿ ( ) - -50106 ũ ũ | Ϲ׿ ȭϴ -50108 Ƹ ̵ ä ļ ִ 峭 Ȯ ϰ - -50123 ̽ũ ÿϰ |̽ũ |̼ ÷ ѷȴ -50124 ǻ õǵ İ ϰ ִ - -50182 ȭ ̽ Ѳ . 𸣰 ȿ ϰ н . -50183 ̰ ް ִ ԰Ÿ, ̻ ų ִ. ̵ӵ 10% | ݷ 5% | ġ 10% | ӽð : 30 - - -50200 λ ִ -50300 ü ÷ش - -50301 ں ĥ ѱ ǥ | ַ ÷ش | ѹ å -50302 ں ĥ ѱ ǥ | ַ ÷ش | ѹ å -50303 ĥ ѱ ǥ | ַ ÷ش | ѹ å - -50304 ȿż ġ ִ | ÿ ȴ. | ѹ å . -50305 DZ پ ġ ִ | ÿ ȴ. | ѹ å . -50306 Ͽ | ÿ ȴ | ѹ å . - -50160 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50161 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50162 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50163 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50164 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50165 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50166 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50167 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50168 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50169 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50170 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50171 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50172 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50173 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50174 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50175 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50176 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50177 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50178 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50179 Ȱް ȭ Ƹ Ǵ һ ¡ϴ ް | Ա⿡ Ƹ -50180 ٱ 𸣰 ް ־θ ȭ . -50181 ްٱ ް ä ٱϷ 𸣰 -50187 ڰ ܳ ĥ ϰ ڰ ÷ ٹ ƾ2 ʿ ִ -50188 ڰ ܳ ĥ ϰ ڰ ÷ ٹ 10 ̻ -50189 ڰ ܳ ĥ ϰ ڰ ÷ ٹ 20 ̻ -50190 ڰ ܳ ĥ ϰ ڰ ÷ ٹ 30 ̻ -50191 ڰ ܳ ĥ ϰ ڰ ÷ ٹ 40 ̻ -50192 ڰ ܳ ĥ ϰ ڰ ÷ ٹ 50 ̻ -50193 ڰ ܳ ĥ ϰ ڰ ÷ ٹ 60 ̻ -50194 ڰ ܳ ĥ ϰ ڰ ÷ ٹ 70 ̻ -50195 ڰ ܳ ĥ ϰ ڰ ÷ ٹ 80 ̻ -50196 ڰ ܳ ĥ ϰ ڰ ÷ ٹ 90 ̻ - -50197 ΰ ִ ׿ ִ -50198 ΰ ִ ׿ ִ -50199 ΰ ִ ׿ ִ -50203 ڴ޳ -50204 ڰ ܳ ĥ ϰ ڰ ÷ ٹ -50205 ڰ ܳ ĥ ϰ ڰ ÷ ٹ -50206 ڰ ܳ ĥ ϰ ڰ ÷ ٹ -50207 ̻ ̻ -50208 ̻ ̻ -50209 ̻ ̻ -50210 ̻ ̻ -50211 ̻ ̻ - -50212 ڰ ܳ ĥ ϰ ڰ ÷ ٹ ƾ2 ʿ ִ -50213 ڰ ܳ ĥ ϰ ڰ ÷ ٹ ƾ2 ʿ ִ -50214 ִ dz ڷ ϸ -50215 ҷ ȣ ϴ Ϳ ǥ ׷ ִ ҷ - -50216 ָӴ ׸ ᰡ ְ ָӴ ̵ӵ 10% | ݷ 5% | ġ 10% | ӽð : 30 - -50217 ڴ޳ | -50218 ڴ޳ | ڰ -50219 ڴ޳ | -50220 ڴ޳ | -50221 ڴ޳ | ų -50222 ü ׿ ü | ѱ -50223 ü ׿ ü | ⱺ -50224 ü ׿ ü | ڰ 챺 -50225 ü ׿ ü | ڰ 뱺 -50226 ü ׿ ü | 渶 -50227 ü ׿ ü | ȯ -50228 ü ׿ ü | õ決 -50229 ü ׿ ü | ڱ -50230 ü ׿ ü | -50231 ü ׿ ü | ڰ -50232 ü ׿ ü | -50233 ü ׿ ü | -50234 ü ׿ ü -50235 ڴ޳ -50236 ڴ޳ | 糪 -50237 ڴ޳ | ڰ -50238 ڴ޳ | -50239 ڴ޳ | 簭 -50240 ڴ޳ | 渶 -50241 ڴ޳ | ڰȯ -50242 ڴ޳ | õ -50243 ڴ޳ | 籤 - -50244 ˼» G4Box -50245 Ÿο () ־ ϴ |  . ׸ 忡 Ʒ ޼ ִ. ǰ 帳ϴ. -50246 ָӴ Ѷ α Ҵ ָӴ -50247 ̿ ׻ ̸ ϴ ִ -50248 ִٰ | ޵ ġ ߰ -50249 伱 𸣰 ڸ õ ϴ. - -50311 ż ż ִ -50312 õ õ ִ -50313 뱹 ִ - -50307 ӹ༭(ʱ) ʱ ӹ ߻Ѵ -50308 ӹ༭(߱) ߱ ӹ ߻Ѵ -50309 ӹ༭() ӹ ߻Ѵ -50310 ӹ༭(Ư) Ư ӹ ߻Ѵ - -50314 а а ̿ ͷ а ִ | ַ ÷ش | ѹ å 15 ̻ 밡 -50315 а а ̿ ͷ а ִ | ַ ÷ش | ѹ å 25 ̻ 밡 -50316 ⹮а а ̿ ͷ а ִ | ַ ÷ش | ѹ å 35 ̻ 밡 - -50401 ↓ ü ѱ ↓ ÿ ȴ|ѹ å -50402 ȹdz ü ѱ ȹdz ÿ ȴ|ѹ å -50403 ȥ ü ѱ ȥ ÿ ȴ|ѹ å -50404 ˰ ü ѱ ˰ ÿ ȴ|ѹ å -50405 źȯ ü ѱ źȯ ÿ ȴ|ѹ å -50406 ü ѱ ÿ ȴ|ѹ å -50416 ü ⱺ ÿ ȴ|ѹ å -50417 ݻŸ ü ⱺ ݻŸ ÿ ȴ|ѹ å -50418 ü ⱺ ÿ ȴ|ѹ å -50419 õ ü ⱺ õ ÿ ȴ|ѹ å -50420 dz ü ⱺ dz ÿ ȴ|ѹ å -50421 ˵ ü ⱺ ˵ ÿ ȴ|ѹ å - -50431 Ͻ ü 챺 Ͻ ÿ ȴ|ѹ å -50432 ýź ü 챺 ýź ÿ ȴ|ѹ å -50433 ü 챺 ÿ ȴ|ѹ å -50434 ü 챺 ÿ ȴ|ѹ å -50435 ü 챺 ÿ ȴ|ѹ å -50436 漶 ü 챺 漶 ÿ ȴ|ѹ å -50446 ü 뱺 ÿ ȴ|ѹ å -50447 ݼ ü 뱺 ݼ ÿ ȴ|ѹ å -50448 ȭ ü 뱺 ȭ ÿ ȴ|ѹ å -50449 ü 뱺 ÿ ȴ|ѹ å -50450 ü 뱺 ÿ ȴ|ѹ å -50451 ź ü 뱺 ź ÿ ȴ|ѹ å - -50461 ü ȯ ÿ ȴ|ѹ å -50462 ü ȯ ÿ ȴ|ѹ å -50463 Ͱ ü ȯ Ͱ ÿ ȴ|ѹ å -50464 ü ȯ ÿ ȴ|ѹ å -50465 ָ ü ȯ ָ ÿ ȴ|ѹ å -50466 Ĺ ü ȯ Ĺ ÿ ȴ|ѹ å -50476 ü 渶 ÿ ȴ|ѹ å -50477 ȭ ü 渶 ȭ ÿ ȴ|ѹ å -50478 ü 渶 ÿ ȴ|ѹ å -50479 żȣ ü 渶 żȣ ÿ ȴ|ѹ å -50480 Ӹ ü 渶 Ӹ ÿ ȴ|ѹ å -50481 ȯ ü 渶 ȯ ÿ ȴ|ѹ å - -50491 ĺ ü õ決 ĺ ÿ ȴ|ѹ å -50492 Ļ ü õ決 Ļ ÿ ȴ|ѹ å -50493 з ü õ決 з ÿ ȴ|ѹ å -50494 ȣ ü õ決 ȣ ÿ ȴ|ѹ å -50495 ݻ ü õ決 ݻ ÿ ȴ|ѹ å -50496 õ ü õ決 õ ÿ ȴ|ѹ å -50506 ü ڱ ÿ ȴ|ѹ å -50507 ü ڱ ÿ ȴ|ѹ å -50508 ڰ ü ڱ ڰ ÿ ȴ|ѹ å -50509 ü ڱ ÿ ȴ|ѹ å -50510 ü ڱ ÿ ȴ|ѹ å -50511 ¼ ü ڱ ¼ ÿ ȴ|ѹ å - -50512 ä ɾ ߰ Ͽ ڱⰡ ο 踦 شٴ ׷ ִ -50513 ȥ ɾ ݴ ˸ ȴٴ ׷ ִ - -50600 ä ü ä ÿ ȴ | ѹ å - -50601 ̾Ƹ ̾Ƹ 뱤θ ̾Ƹ Դϴ. -50602 ȣڿ _ -50603 ȭ ȭ 뱤θ ȭ Դϴ. -50604 뱤θ Դϴ. -50605 뱤θ Դϴ. -50606 ݿ 뱤θ Դϴ. -50607 뱤θ Դϴ. -50608 ܸ ܸ 뱤θ ܸ Դϴ. -50609 뱤θ ַ Դϴ. -50610 ݿ 뱤θ Դϴ. -50611 뱤θ Դϴ. -50612 ڼ ڼ 뱤θ ڼ Դϴ. -50613 õ õ 뱤θ õ Դϴ. - -50621 ̾Ƹ μ ְ ڸ ϴ ׼ ۿ ߰Ͽ ݴϴ -50622 ȣ _ -50623 ȭ ӿ ȭȭ | Ǽ縮 ִ -50624 ̶ Ҹ ȭν Ǵ ݼ | ׼ ִ -50625 û Ƹٿ ͱݼ | ׼ ִ -50626 Ȳݺ ǥ ͱݼ | ׼ ִ -50627 Ҹ ܻ迡 ϴ ϳ | ׼ ִ -50628 ܴϱ Ⱑ Ͽ κ ̿Ǿ | ׼ ִ -50629 ü źĮ ּ ϴ | ׼ ִ -50630 ͱݼ ܴϰ, ()() ִ | ׼ ִ -50631 ѷ Ϲݸ ũŻ̶ Ѵ | ׼ ִ -50632 ڼ ֻ | ڼ ׼ ִ -50633 õ ̷ | õ ׼ ִ - -50701 Ʋ ε ⵵ Ͽ|Ǻι̿뿡 ٰ ˷ ä -50702 ɸ ػ Ǯ п ȴ.. | ħ, õĿ ȿ ִ ä -50703 ڵ ̸ ɸ Ƶ ´ٴ | ޼, ȿ ִ . ä -50704 ÿ λ θ ϴ Ȱ Ҵ.|索 ȿ ִ ä -50705 â ܶٽĹ õ õ ػǮ |Ȱȭ ִ ä -50706 Ѿ ϰ ϰ Ŀε ̿Ǹ ҷʶ Ҹ | Ҹ ȿ ִ ä -50707 ֶٽĹ ޷ ޷ ϰ. | Ű ȿ ִ ä -50708 ͳ ⱸ硤硤 , ̳ Ǵ | 񸸿 ȿ ִ ä -50709 ε鷹 ʷղɸ ȭ ǹ (), , ѷ, ε̵ Ҹ | Ŀ ȿ ִ ä -50710 ȫȭ ղ̶ Ҹ ȫȭ ̴ | ٰ ȿ ִ ä -50711 ߳ . | ٰ ȿ ִ ä -50712 ڳ ϸ ̸ Ҹ⵵ Ѵ |索 ȿ ִ ä - -50721 Ʋ ε ⵵ Ͽ|Ǻι̿뿡 ٰ ˷ -50722 ɸ ػ Ǯ п ȴ.. | ħ, õĿ ȿ ִ -50723 ڵ ̸ ɸ Ƶ ´ٴ | ޼, ȿ ִ . -50724 ÿ λ θ ϴ Ȱ Ҵ.|索 ȿ ִ -50725 â ܶٽĹ õ õ ػǮ |Ȱȭ ִ -50726 Ѿ ϰ ϰ Ŀε ̿Ǹ ҷʶ Ҹ | Ҹ ȿ ִ -50727 ֶٽĹ ޷ ޷ ϰ. | Ű ȿ ִ -50728 ͳ ⱸ硤硤 , ̳ Ǵ | 񸸿 ȿ ִ -50729 ε鷹 ʷղɸ ȭ ǹ (), , ѷ, ε̵ Ҹ | Ŀ ȿ ִ -50730 ȫȭ ղ̶ Ҹ ȫȭ ̴ | ٰ ȿ ִ -50731 ߳ . | ٰ ȿ ִ -50732 ڳ ϸ ̸ Ҹ⵵ Ѵ |索 ȿ ִ - -50801 Ʋɾ Ʋ -50802 STR +5 -50803 ɼ -50804 ÿǼ ÿǷ -50805 â â -50806 -50807 ʾ ʷ -50808 ͳ ͳ -50809 ε鷹 ε鷹 -50810 ȫȭ ȫȭ -50811 ߾ ߷ -50812 ʾ ʷ -50813 Ȱɾ Ʋɾ׿ â  Ȯ +10% ( 3 ) -50814 ǵ ׿ â  ġŸ Ȯ +10% ( 3 ) -50815 ȯ ɼ  -50816 ÿǼ  -50817 Ȱɾ Ȱɾ׿ ʸ  ݷ +50 -50818 ǵ ǵ׿ ʸ  +70 -50819 ȯ ȯ ͳ  +10% -50820 ͳ  - -50821 ǵ  | ึ ٸ -50822 ȫ Ȱɾ  | ึ ٸ -50823 Ȳ  | ึ ٸ -50824 ȯ  | ึ ٸ -50825 û Ȱɾ  | ึ ٸ -50826 ǵ  | ึ ٸ - -50901 ິ Ǵ ິ - -50902 Թ -50903 Ȱ뼭 -50904 Ȱ뼭 - -50905 Ȱɾ -50906 ǵ -50907 ȯ -50908 -50909 ǵ -50910 Ȱɾ - -51001 Ȱ м ȹǴ -51002 Ȱ Ͽ  -51003 簡 Ȱ Ͽ  źο - -51501 ȥ Ϲݵ ȥ -51502 ȥ Ϲݵ ȥ -51503 ȭѿȥ ȭ ޱ Ե ȥ Ϲ~ȭ -51504 ѿȥ ޱ Ե ȥ Ϲ~ -51505 ǿȥ ޱ Ե ȥ Ϲ~ -51506 ǿȥ Ϲݵ Ե ȥ ~ -51507 ȭѿȥ ȭ θ ȥ -51508 ѿȥ ȥ -51509 ǿȥ ޸ ȥ -51510 ǿȥ θ ȥ -51511 ȥ 漮θ ȥ -51512 ȭȥ ȭ漮θ ȥ -51513 dzȥ dz漮θ ȥ -51514 öȥ ö뼮θ ȥ -51515 ȥ 漮θ ȥ -51516 ȥ 漮θ ȥ -51517 ȥ(ȭ) 漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51518 ȭȥ(ȭ) ȭ漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51519 dzȥ(ȭ) dz漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51520 öȥ(ȭ) ö漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51521 ȥ(ȭ) 漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51522 ȥ(ȭ) 漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51523 ȥ(ͱ) 漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51524 ȭȥ(ͱ) ȭ漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51525 dzȥ(ͱ) dz漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51526 öȥ(ͱ) ö漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51527 ȥ(ͱ) 漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51528 ȥ(ͱ) 漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51529 ȥ() 漮 Ϲݿ ޱ ȥ Ϲ~ -51530 ȭȥ() ȭ漮 Ϲݿ ޱ ȥ Ϲ~ -51531 dzȥ() dz漮 Ϲݿ ޱ ȥ Ϲ~ -51532 öȥ() ö漮 Ϲݿ ޱ ȥ Ϲ~ -51533 ȥ() 漮 Ϲݿ ޱ ȥ Ϲ~ -51534 ȥ() 漮 Ϲݿ ޱ ȥ Ϲ~ -51535 ȥ() 漮 Ϲݿ ޱ ȥ Ϲ~ -51536 ȭȥ() ȭ漮 Ϲݿ ޱ ȥ Ϲ~ -51537 dzȥ() dz漮 Ϲݿ ޱ ȥ Ϲ~ -51538 öȥ() ö漮 Ϲݿ ޱ ȥ Ϲ~ -51539 ȥ() 漮 Ϲݿ ޱ ȥ Ϲ~ -51540 ȥ() 漮 Ϲݿ ޱ ȥ Ϲ~ -51541 ȥ(ȭ ) ȥ ȭ ͵ޱ ȥ ȭ~ -51542 ȥ(ȭ ) 漮 ȭ ͵ޱ ȥ ȭ~ -51543 ȭȥ(ȭ ) ȭ漮 ȭ ͵ޱ ȥ ȭ~ -51544 dzȥ(ȭ ) dz漮 ȭ ͵ޱ ȥ ȭ~ -51545 öȥ(ȭ ) ö漮 ȭ ͵ޱ ȥ ȭ~ -51546 ȥ(ȭ ) 漮 ȭ ͵ޱ ȥ ȭ~ -51547 ȥ(ȭ ) 漮 ȭ ͵ޱ ȥ ȭ~ -51548 ȥ(ü) ޱ Ե ȥ Ϲ~ -51549 ȥ(ȭ ) ȥ ȭ ޱ ȥ ȭ~ -51550 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51551 ȭȥ(ȭ ) ȭ漮 ȭ ޱ ȥ ȭ~ -51552 dzȥ(ȭ ) dz漮 ȭ ޱ ȥ ȭ~ -51553 öȥ(ȭ ) ö漮 ȭ ޱ ȥ ȭ~ -51554 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51555 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51556 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51557 ȭȥ(ȭ ) ȭ漮 ȭ ޱ ȥ ȭ~ -51558 dzȥ(ȭ ) dz漮 ȭ ޱ ȥ ȭ~ -51559 öȥ(ȭ ) ö漮 ȭ ޱ ȥ ȭ~ -51560 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51561 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51562 ȥ(Ϳ ) ȥ Ϳ ޱ ȥ ~ -51563 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51564 ȭȥ(Ϳ ) ȭ漮 Ϳ ޱ ȥ ~ -51565 dzȥ(Ϳ ) dz漮 Ϳ ޱ ȥ ~ -51566 öȥ(Ϳ ) ö漮 Ϳ ޱ ȥ ~ -51567 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51568 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51569 ȥ(Ϳ ) ȥ Ϳ ޱ ȥ ~ -51570 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51571 ȭȥ(Ϳ ) ȭ漮 Ϳ ޱ ȥ ~ -51572 dzȥ(Ϳ ) dz漮 Ϳ ޱ ȥ ~ -51573 öȥ(Ϳ ) ö漮 Ϳ ޱ ȥ ~ -51574 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51575 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51576 ȥ(Ϲݿ ȭ) ȥ Ϲݿ ȭޱ ȥ Ϲ~ȭ -51577 ȥ(Ϲݿ ȭ) 漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51578 ȭȥ(Ϲݿ ȭ) ȭ漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51579 dzȥ(Ϲݿ ȭ) dz漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51580 öȥ(Ϲݿ ȭ) ö漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51581 ȥ(Ϲݿ ȭ) 漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51582 ȥ(Ϲݿ ȭ) 漮 Ϲݿ ȭޱ ȥ Ϲ~ȭ -51583 ȥ(Ϲݿ ) ȥ Ϲݿ ͵ޱ ȥ Ϲ~ -51584 ȥ(Ϲݿ ) 漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51585 ȭȥ(Ϲݿ ) ȭ漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51586 dzȥ(Ϲݿ ) dz漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51587 öȥ(Ϲݿ ) ö漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51588 ȥ(Ϲݿ ) 漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51589 ȥ(Ϲݿ ) 漮 Ϲݿ ͵ޱ ȥ Ϲ~ -51590 ȥ(Ϲݿ ) ȥ Ϲݿ ޱ ȥ Ϲ~ -51591 ȥ(Ϲݿ ) 漮 Ϲݿ ޱ ȥ Ϲ~ -51592 ȭȥ(Ϲݿ ) ȭ漮 Ϲݿ ޱ ȥ Ϲ~ -51593 dzȥ(Ϲݿ ) dz漮 Ϲݿ ޱ ȥ Ϲ~ -51594 öȥ(Ϲݿ ) ö漮 Ϲݿ ޱ ȥ Ϲ~ -51595 ȥ(Ϲݿ ) 漮 Ϲݿ ޱ ȥ Ϲ~ -51596 ȥ(Ϲݿ ) 漮 Ϲݿ ޱ ȥ Ϲ~ -51597 ȥ(Ϲݿ ) ȥ Ϲݿ ޱ ȥ Ϲ~ -51598 ȥ(Ϲݿ ) 漮 Ϲݿ ޱ ȥ Ϲ~ -51599 ȭȥ(Ϲݿ ) ȭ漮 Ϲݿ ޱ ȥ Ϲ~ -51600 dzȥ(Ϲݿ ) dz漮 Ϲݿ ޱ ȥ Ϲ~ -51601 öȥ(Ϲݿ ) ö漮 Ϲݿ ޱ ȥ Ϲ~ -51602 ȥ(Ϲݿ ) 漮 Ϲݿ ޱ ȥ Ϲ~ -51603 ȥ(Ϲݿ ) 漮 Ϲݿ ޱ ȥ Ϲ~ -51604 ȥ(ȭ ) ȥ ȭ ͵ޱ ȥ ȭ~ -51605 ȥ(ȭ ) 漮 ȭ ͵ޱ ȥ ȭ~ -51606 ȭȥ(ȭ ) ȭ漮 ȭ ͵ޱ ȥ ȭ~ -51607 dzȥ(ȭ ) dz漮 ȭ ͵ޱ ȥ ȭ~ -51608 öȥ(ȭ ) ö漮 ȭ ͵ޱ ȥ ȭ~ -51609 ȥ(ȭ ) 漮 ȭ ͵ޱ ȥ ȭ~ -51610 ȥ(ȭ ) 漮 ȭ ͵ޱ ȥ ȭ~ -51611 ȥ(ȭ ) ȥ ȭ ޱ ȥ ȭ~ -51612 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51613 ȭȥ(ȭ ) ȭ漮 ȭ ޱ ȥ ȭ~ -51614 dzȥ(ȭ ) dz漮 ȭ ޱ ȥ ȭ~ -51615 öȥ(ȭ ) ö漮 ȭ ޱ ȥ ȭ~ -51616 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51617 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51618 ȥ(ȭ ) ȥ ȭ ޱ ȥ ȭ~ -51619 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51620 ȭȥ(ȭ ) ȭ漮 ȭ ޱ ȥ ȭ~ -51621 dzȥ(ȭ ) dz漮 ȭ ޱ ȥ ȭ~ -51622 öȥ(ȭ ) ö漮 ȭ ޱ ȥ ȭ~ -51623 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51624 ȥ(ȭ ) 漮 ȭ ޱ ȥ ȭ~ -51625 ȥ(Ϳ ) ȥ Ϳ ޱ ȥ ~ -51626 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51627 ȭȥ(Ϳ ) ȭ漮 Ϳ ޱ ȥ ~ -51628 dzȥ(Ϳ ) dz漮 Ϳ ޱ ȥ ~ -51629 öȥ(Ϳ ) ö漮 Ϳ ޱ ȥ ~ -51630 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51631 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51632 ȥ(Ϳ ) ȥ Ϳ ޱ ȥ ~ -51633 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51634 ȭȥ(Ϳ ) ȭ漮 Ϳ ޱ ȥ ~ -51635 dzȥ(Ϳ ) dz漮 Ϳ ޱ ȥ ~ -51636 öȥ(Ϳ ) ö漮 Ϳ ޱ ȥ ~ -51637 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51638 ȥ(Ϳ ) 漮 Ϳ ޱ ȥ ~ -51639 (ȭ) ȥ ִ Ϲ~ȭ -51640 (ȭ) ȥ ִ Ϲ~ȭ -51641 Ʈ (ȭ) ȥ Ʈ ִ Ϲ~ȭ -51642 Ʈ(ȭ) ȥ Ʈ ִ Ϲ~ȭ -51643 (ͱ) ȥ ִ Ϲ~ -51644 (ͱ) ȥ ִ Ϲ~ -51645 Ʈ (ͱ) ȥ Ʈ ִ Ϲ~ -51646 Ʈ(ͱ) ȥ Ʈ ִ Ϲ~ - -52001 ʱ ȯ ȯ ϴ ǥ -52002 ʱ ȯ ȯ ϴ ǥ -52003 ʱ ȯ ȯ ϴ ǥ -52004 ʱ ȯ ȯ ϴ ǥ -52005 ʱ ȯ ȯ ϴ ǥ -52006 ߱ ȯ ȯ |ϴ ǥ Ϳ +3% -52007 ߱ ȯ ȯ |ϴ ǥ ġ 3% ߰ -52008 ߱ ȯ ȯ |ϴ ǥ +250 -52009 ߱ ȯ ȯ |ϴ ǥ +50 -52010 ߱ ȯ ȯ |ϴ ǥ ݷ +30 -52011 ȯ ȯ |ϴ ǥ Ϳ +5% -52012 ȯ ȯ |ϴ ǥ ġ 5% ߰ -52013 ȯ ȯ |ϴ ǥ +500 -52014 ȯ ȯ |ϴ ǥ +150 -52015 ȯ ȯ |ϴ ǥ ݷ +100 -52016 ʱ ȯ ȯ ϴ ǥ -52017 ʱ ȯ ȯ ϴ ǥ -52018 ʱ ȯ ȯ ϴ ǥ -52019 ʱ ȯ ȯ ϴ ǥ -52020 ʱ ȯ ȯ ϴ ǥ -52021 ߱ ȯ ȯ |ϴ ǥ Ϳ +3% -52022 ߱ ȯ ȯ |ϴ ǥ ġ 3% ߰ -52023 ߱ ȯ ȯ |ϴ ǥ +250 -52024 ߱ ȯ ȯ |ϴ ǥ +50 -52025 ߱ ȯ ȯ |ϴ ǥ ݷ +30 -52026 ȯ ȯ |ϴ ǥ Ϳ +5% -52027 ȯ ȯ |ϴ ǥ ġ 5% ߰ -52028 ȯ ȯ |ϴ ǥ +500 -52029 ȯ ȯ |ϴ ǥ +150 -52030 ȯ ȯ |ϴ ǥ ݷ +100 -52031 ʱ ȯ ڸ ȯ ϴ ǥ -52032 ʱ ȯ ڸ ȯ ϴ ǥ -52033 ʱ ȯ ڸ ȯ ϴ ǥ -52034 ʱ ȯ ڸ ȯ ϴ ǥ -52035 ʱ ȯ ڸ ȯ ϴ ǥ -52036 ߱ ȯ ڸ ȯ |ϴ ǥ Ϳ +3% -52037 ߱ ȯ ڸ ȯ |ϴ ǥ ġ 3% ߰ -52038 ߱ ȯ ڸ ȯ |ϴ ǥ +250 -52039 ߱ ȯ ڸ ȯ |ϴ ǥ +50 -52040 ߱ ȯ ڸ ȯ |ϴ ǥ ݷ +30 -52041 ȯ ڸ ȯ |ϴ ǥ Ϳ +5% -52042 ȯ ڸ ȯ |ϴ ǥ ġ 5% ߰ -52043 ȯ ڸ ȯ |ϴ ǥ +500 -52044 ȯ ڸ ȯ |ϴ ǥ +150 -52045 ȯ ڸ ȯ |ϴ ǥ ݷ +100 -52046 ʱ ȯ ȣ ȯ ϴ ǥ -52047 ʱ ȯ ȣ ȯ ϴ ǥ -52048 ʱ ȯ ȣ ȯ ϴ ǥ -52049 ʱ ȯ ȣ ȯ ϴ ǥ -52050 ʱ ȯ ȣ ȯ ϴ ǥ -52051 ߱ ȯ ȣ ȯ |ϴ ǥ Ϳ +3% -52052 ߱ ȯ ȣ ȯ |ϴ ǥ ġ 3% ߰ -52053 ߱ ȯ ȣ ȯ |ϴ ǥ +250 -52054 ߱ ȯ ȣ ȯ |ϴ ǥ +50 -52055 ߱ ȯ ȣ ȯ |ϴ ǥ ݷ +30 -52056 ȯ ȣ ȯ |ϴ ǥ Ϳ +5% -52057 ȯ ȣ ȯ |ϴ ǥ ġ 5% ߰ -52058 ȯ ȣ ȯ |ϴ ǥ +500 -52059 ȯ ȣ ȯ |ϴ ǥ +150 -52060 ȯ ȣ ȯ |ϴ ǥ ݷ +100 -52061 ʱ ȯ ȯ ϴ ǥ -52062 ʱ ȯ ȯ ϴ ǥ -52063 ʱ ȯ ȯ ϴ ǥ -52064 ʱ ȯ ȯ ϴ ǥ -52065 ʱ ȯ ȯ ϴ ǥ -52066 ߱ ȯ ȯ |ϴ ǥ Ϳ +3% -52067 ߱ ȯ ȯ |ϴ ǥ ġ 3% ߰ -52068 ߱ ȯ ȯ |ϴ ǥ +250 -52069 ߱ ȯ ȯ |ϴ ǥ +50 -52070 ߱ ȯ ȯ |ϴ ǥ ݷ +30 -52071 ȯ ȯ |ϴ ǥ Ϳ +5% -52072 ȯ ȯ |ϴ ǥ ġ 5% ߰ -52073 ȯ ȯ |ϴ ǥ +500 -52074 ȯ ȯ |ϴ ǥ +150 -52075 ȯ ȯ |ϴ ǥ ݷ +100 -52076 ʱ ȯ ϼ ȯ ϴ ǥ -52077 ʱ ȯ ϼ ȯ ϴ ǥ -52078 ʱ ȯ ϼ ȯ ϴ ǥ -52079 ʱ ȯ ϼ ȯ ϴ ǥ -52080 ʱ ȯ ϼ ȯ ϴ ǥ -52081 ߱ ȯ ϼ ȯ |ϴ ǥ Ϳ +3% -52082 ߱ ȯ ϼ ȯ |ϴ ǥ ġ 3% ߰ -52083 ߱ ȯ ϼ ȯ |ϴ ǥ +250 -52084 ߱ ȯ ϼ ȯ |ϴ ǥ +50 -52085 ߱ ȯ ϼ ȯ |ϴ ǥ ݷ +30 -52086 ȯ ϼ ȯ |ϴ ǥ Ϳ +5% -52087 ȯ ϼ ȯ |ϴ ǥ ġ 5% ߰ -52088 ȯ ϼ ȯ |ϴ ǥ +500 -52089 ȯ ϼ ȯ |ϴ ǥ +150 -52090 ȯ ϼ ȯ |ϴ ǥ ݷ +100 - -52701 ȯ ִ ǥ | 񺴿 ڷ ȯϿ ش. -52702 ȣ ȯ ȣ ִ ǥ | 񺴿 ȣ ȯϿ ش. -52703 ȯ ִ ǥ | 񺴿 ȯϿ ش. -52704 ȯ ִ ǥ | 񺴿 ȯϿ ش. -52705 ȯ ִ ǥ | 񺴿 ȯϿ ش. -52706 ϼ ȯ ϼ ִ ǥ | 񺴿 ϼ ȯϿ ش. - -53001 һȯ һ Ƹٿ -53002 Ʊϼȯ Ϳ Ʊ Ǿ ִ Ƹٿ -53003 һȯ һ Ƹٿ -53004 һȯ һ Ƹٿ -53005 Ȳ κ Ȳ ȥ ִٰ ˷ ִ ּ Ƹٿ | Ʊ͵, ž 2̻ | + 1500 | ݷ +15% -53006 Ȳ κ (Ư) Ȳ ȥ ִٰ ˷ ִ ּ Ƹٿ | Ʊ͵, ž 2̻ | + 1500 | ݷ +15% -53007 Ʊϼȯ Ϳ Ʊ Ǿ ִ Ƹٿ | + 1500 | ݷ +15% 2012 ũ -53008 Ʊ ȯ Ϳ Ʊ ȯ ִ Ƹٿ | + 1500 | ݷ +15% -53009 Ʊ ȯ Ϳ Ʊ Ҵ ȯ ִ Ƹٿ | + 1500 | ݷ +15% -53010 Ʊڼȯ Ϳ Ʊ ڸ ȯ ִ Ƹٿ | + 1500 | ݷ +15% -53011 Ʊȣȯ Ϳ Ʊ ȣ̸ ȯ ִ Ƹٿ | + 1500 | ݷ +15% -53012 Ʊȯ Ϳ Ʊ ȯ ִ Ƹٿ | + 1500 | ݷ +15% -53013 Ʊȯ Ϳ Ʊ 븦 ȯ ִ Ƹٿ | + 1500 | ݷ +15% - -53501 찢 ܴ ڿ ĥϰ ȭϰ ٹ | һ ִ -53502 찢 ܴ ڿ ĥϰ ȭϰ ٹ | Ʊ ִ -53503 찢 ܴ ڿ ĥϰ ȭϰ ٹ | һ ִ -53504 찢 ܴ ڿ ĥϰ ȭϰ ٹ | һ ִ -53505 찢 ܴ ڿ ĥϰ ȭϰ ٹ | ذ ִ -53506 찢 ܴ ڿ ĥϰ ȭϰ ٹ | ݺ ذ ִ -53507 찢 ܴ ڿ ĥϰ ȭϰ ٹ | Ʊ ִ -53508 찢 ܴ ڿ ĥϰ ȭϰ ٹ | Ʊ ִ -53509 찢 ܴ ڿ ĥϰ ȭϰ ٹ | Ʊ Ҵ ִ -53510 찢 ܴ ڿ ĥϰ ȭϰ ٹ | Ʊ ִ -53511 찢 ܴ ڿ ĥϰ ȭϰ ٹ | Ʊ ȣ ִ -53512 찢 ܴ ڿ ĥϰ ȭϰ ٹ | Ʊ ˵ ִ -53513 찢 ܴ ڿ ĥϰ ȭϰ ٹ | Ʊ ִ - -60001 -60002 âõ -60003 ǥ - -70001 -70002 Ǽ -70003 ĥ ѱ ǥ | ° ѱ | Ƽ ڽ Ƽ ȹġ 30% ȴ -70004 ٸ ſ ϰ ־ ġ ȹ ִ | ϴ -70005 ǹ Ͽٰ . ġ ȹ ִ | ϴ -70006 ʱ õ, , ż ﱹ 󸶵 ʾҴ . ܱ ε , ִ ڴ ׸ ʴ ٸ ̾߱ ִ -70007 ̵ -70008 ⸦ ǹϴ Ͼ . λڰ ִٴ ǥ÷ ߾ӿ ׾ ֱ⵵ Ѵ ֺ ͵ ڽſ -70009 -70010 â̿ -70011 ޻¹ -70012 Ǵ ȭ Կ ¼ ο ȥ شٰ Ѵ ġ ս پ -70013 Ŵ -70014 ܾ 罿 ȯ,ҹ ȯۿ ִٰ Ѵ 1Ʈ ű ִ -70015 -70020 ȭ Ʋ ߸ . ü ȸ -70024 ູ ູ Ӽ 4϶ Ӽ ϳ ߰Ѵ. -70027 ޸ ⿡ õ ޸|ⰳ ִٰ . 4 5 100% Ų. -70035 ö ֳ 뿡 ߰ߵȴٴ ö߿ ְ ö|ູ Ͽ ູ ֽϴ -70037 α ̷ å, å ̵ ڽ ϴ ؾٰ Ѵ ڽų 1Ʈ ű ִ -70038  ģ ü ڽſ ߽ ڽ ߴٰ Ѵ ֺ ͵ ҷ´. 1ȸ -70039 ߰ ȥ Ȯ ÷ش -70040 ҽ ¹̳ Ҹ δ -70043 尩 ְ ȴ 尩 ӷ -70047 (ߺ) ٸ ̾߱ ִ -70048 ڵ ϴ ġ ű ٰ . ڽ ġ ش -70049 ȣ Բϱ ̶ ۱Ͱ ش -70050 ǥ հ ǥ ǥ ڿԴ û Ƿ ٰ Ѵ. ġ ȸ 2 -70051 尩 հ ϳ ڿԴ ٰ Ѵ. ɽ ġ ȸ 2 -70052 Ұ () ش -70053 Ұ () ش -70054 翹 Ұ () ش -70055 α ̷ å, å ̵ ڽ ϴ ؾٰ Ѵ ڽų 1Ʈ ű ִ -70058 ̵ Ƹٿ λ ϴ ҷ ̵ ִ - -70102 ġ ߸| ġ Ų - -70104 а Ҽ ִ -70105 а Ҽ ִ -70106 а Ҽ ִ -70107 а Ҽ ִ - -70201 Ż Ӹ ư ش. Ż Ӹ ٷ ִ -70202 () ߷ ش|3 ֱ ִ -70203 (ݻ) ݹ߷ ش|3 ֱ ִ -70204 () Ӹ ش|3 ֱ ִ -70205 () Ӹ ش|3 ֱ ִ -70206 () Ӹ ش|3 ֱ ִ - -70301 Ŀø Ȯϱ  Ϲ ȥ ʿ -70302 ȥ ȥ ǥ Ǵ ڿ ȴ - -71001 ־ȼ ý ȭԸ Ǯ ֽϴ. -71002 ڽ ų ذ ݴϴ. ٽ Ҽ ֽϴ. -71003 ųʱȭ ų Ʈ ʱȭ ݴϴ. -71004 ȣ ȣ ġ ϶ 100% ݴϴ. -71005  ֽϴ. -71006  ֽϴ. -71007  ֽϴ. -71008 Ⱑ Ȯ 2 ˴ϴ. -71009 âȮ Ѵް â ũ⸦ 3ĭ ÷ݴϴ. -71010 3 ɽ ӵ ڵ ֿϴ. -71011 ǥ ֽϴ. -71012 Ƽ Ƽ ڽŰ Ƽ ġ 30% ÷ݴϴ. -71013 ̸ ϴ | Ҳɳ̿ -71014 ݼӵ 10% ϴ | ӽð 30 -71015 ɽ ġ 20% | ӽð 30 -71016 尩 ɽ ۵ 1.5 | ӽð 30 -71017 ȭ ɽ 2 | ӽð 30 -71018 ȯ 100% ȸȴϴ. -71019 ȯ ŷ 100% ȸ˴ϴ. -71020 ȯ ° ŷ 100% ȸ˴ϴ. -71021 ູ ູ +0~+3 100% ݴϴ. -71025 ߰ 尣 ϴ ߰ Ƿ ̷ -71026 ö ູ ູ 跮Ͽ ݴϴ. -71027 ִ +20% | ӽð 30 -71028 ݽ 12~15% ÷ݴϴ | ӽð 30 -71029 ִ ŷ +20% | ӽð 30 -71030 12~15% ٿݴϴ | ӽð 30 -71031 ij ü,ٷ,ŷ,ø 5 մϴ. -71032 ູ 10% Ȯ Ǹ н ʽϴ -71033 ǥ ֽϴ. -71034 + ݼӵ 15% ϴ | ӽð 30 -71035 Ȥ Ȯ 80% ݴϴ. -71036 ȯ ɸ ֺ ȯ ֽϴ. -71037 бּȯ ɸ ֺ бָ ȯ ֽϴ. -71038 հŹ̼ȯ ɸ ֺ հŹ̸ ȯ ֽϴ. -71039 Ŵ縷źϼȯ ɸ ֺ Ŵ 縷ź ȯ ֽϴ. -71040 ȭռȯ ɸ ֺ ȭ ȯ ֽϴ. -71041 ȣȯ ɸ ֺ ȣ ȯ ֽϴ. -71042 Ϳռȯ ɸ ֺ Ϳ ȯ ֽϴ. -71043 ͼȯ ɸ ֺ ͸ ȯ ֽϴ. -71044 ũƼ ũƼ Ȯ +10% | ӽð 10 -71045 Ȯ +10% | ӽð 10 -71047 ȸ Ͽ ݴϴ. -71048 ȯ ּ|ij ٲپ ݴϴ. -71049 ܺ λ Ⱓ ֽϴ. -71050 ̼ ̵ӵ 60% ϴ. -71051 簡 Ӽ ΰ Ӽ ߰ Ͽ ݴϴ. -71052 簡񼭸 ̿ ߰ Ӽ Ͽ ݴϴ. -71053 ġ ȸ ι ÷ݴϴ. -71054 Ÿ 1ȸ մϴ. -71055 ij ̸ ٲپ ݴϴ. -71056 û +4 +5 Ȯ ι ݴϴ. -71057 ȭ񱤸Ƽȯ ɸ ֺ ȭ񱤸 ȯ ֽϴ -71058 Ƽȯ ɸ ֺ ȯ ֽϴ -71059 Ƽȯ ɸ ֺ ȯ ֽϴ -71060 ݸƼȯ ɸ ֺ ݸ ȯ ֽϴ -71061 Ƽȯ ɸ ֺ ȯ ֽϴ -71062 ܼƼȯ ɸ ֺ ܼ ȯ ֽϴ -71063 ȯ ɸ ֺ ⸦ ȯ ֽϴ -71064 ݸƼȯ ɸ ֺ ݸ ȯ ֽϴ -71065 Ƽȯ ɸ ֺ ȯ ֽϴ -71066 ڼƼȯ ɸ ֺ ڼ ȯ ֽϴ -71067 õ籤Ƽȯ ɸ ֺ õ籤 ȯ ֽϴ -71068 ݼġ ˴ϴ. -71069 ȭ Ͱ ڿ Բ Ȯ ϴ. -71070 ڿ Բ ȹϴ ġ ϴ. -71071 Ͱ ڿ Բ ġŸ Ȯ ϴ. -71072 ȭ ݷ ݴϴ. -71073 ڿ Բ ݷ ϴ. -71074 ȭ ڿ Բ ϴ. -71075 () ߷ ش -71076 (ݻ) ݹ߷ ش -71077 () Ӹ ش -71078 () Ӹ ش -71079 () Ӹ ش -71080 ʱ ƾȯ ɸ ֺ ʱ ƾ ȯ ֽϴ -71081 ߱ ƾȯ ɸ ֺ ߱ ƾ ȯ ֽϴ -71082 ƾȯ ɸ ֺ ƾ ȯ ֽϴ -71083 ô Ͼ μ Ͽ ٽ Ҽ ְ ݴϴ -71084 ۿ οǾ ִ Ӽ ʱȭ ϰ ο Ӽ οմϴ -71085 簡 Ӽ οǾ ۿ Ӽ οմϴ -71086 Ʈ(20~29) -71087 Ʈ(30~39) -71088 ӹ༭(ʱ) -71089 ӹ༭(߱) -71090 ӹ༭() -71091 Ǻ ۾ ٲܼ ֽϴ. -71092 а а ̿ ͷ ֽϴ. -71093 а ׷ ͷ ֽϴ. -71094 å Ȯ 2.5 (1ȸ) -71097 + ݽ 45~50% ÷ݴϴ | ӽð 30 -71098 + 45~50% ٿݴϴ | ӽð 30 -71101 ӿ ֹӵ 20% ϴ ӽð 30 -71102 ӿ+ ֹӵ 30% ϴ ӽð 30 -71103 üʱȭ ü ʱȭ ŵϴ -71104 ʱȭ ʱȭ ŵϴ -71105 ٷʱȭ ٷ ʱȭ ŵϴ -71106 øʱȭ ø ʱȭ ŵϴ -71107 õ ġ 3000 ½ŵϴ -71108 ȭ+ õ | ü ȸ -71109 Ż ϴ| ڸ ˴ϴ -71110 ̸ ݴϴ| +20 ! -71111 ۳縻 ž ۳ 縻 | ũƮ ɸ? -71112 Ż+ ϴ ϴ| ڸ ˴ϴ. -71113 ݰ Ӽ ǥø äâ ֽϴ. -71114 ̿ 5а Ż ֽϴ +150 -71115 ̿ 120а Ż +20% ȿ ߰ 10% ġ 帳ϴ. -71116 ߽̿ 5а ߽ Ż ֽϴ +200 -71117 ߽̿ 120а ߽ Ż HP +3000 ȿ ߰ 10% ġ 帳ϴ. -71118 ̿ 5а Ż ֽϴ +300 -71119 ̿ 120а Ż +400 ȿ ߰ 10%ġ 帳ϴ. -71120 ڿ̿ 5а ڿ Ż ֽϴ ݷ+200 -71121 ڿ̿ 120а ڿ Ż ݷ +300 ȿ ߰ 10% ġ 帳ϴ. -71123 . źο ֽϴ. | 氩 ᰡ ˴ϴ. -71129 濡Լ . η Ưϴ. ʿ | 氩 ᰡ ˴ϴ. -71124 ̿ ڸ ȯϿ Ż ִ | ġ +30%,̵ӵ+20 -71131 渶ȯ 渶 ȯҶ ϴ ǥ -71132 渶ȯ 渶 ȯҶ ϴ ǥ -71133 渶ȯ 渶 ȯҶ ϴ ǥ -71134 渶ȯ 渶 ȯҶ ϴ ǥ -71135 ʽ´ ʽ´ ִ  , 𸣰 Ҿ־ ִ ġ 50% | ݼӵ 20% | ֹӵ 20% | 30% | ִ 10% | ִŷ 10% -71136 ҷ ҷ Ͽ ־ ̴ , ִ ͸ε ̰ ູ ġ 50% | ݼӵ 20% | ֹӵ 20% | 30% | ִ 10% | ִŷ 10% -71143 ູ 12 ߰ ִ Ƹٿ | ϰ 𸣰 ູ Ȱ ̴. ġ 50% | ݼӵ 20% | ֹӵ 20% | Ϳ ߰ 30% | ִ 10% | ִŷ 10% -71144 ũ ũ ̻ڰ | 𸣰 õ ϴ. -71145 Ʈ ΰ Ȯϱ Ʈ ġ 30% | ݼӵ 10% | ֹӵ 10% | Ϳ ߰ 10% | ִ 5% | ִŷ 5% -71146 (ũ) ϴ ũ | 𸣰 õ ϴ. -71147 () ϴ ϴû | 𸣰 õ ϴ. -71148 ټ ټ Ǿ ݿ ġ 30% | 翡 20% | ڰ 20% | Ϳ ߰ 30% | ڽƬ Ӽȭ 5% -71149 Ǿ ݿ ġ 30% | 󿡰 20% | 翡 20% | Ϳ ߰ 30% | ڽƬ Ӽȭ 5% -71150 ް Ƹٿ Ͽ | 𸣰 õ ϴ. -71151 40 ʿ οǾ ִ Ӽ ʱȭ ϰ ο Ӽ οմϴ -71152 簡 40 ʿ οǾ ִ Ӽ οǾ ۿ Ӽ οմϴ -71153 Ǽ 'û' Ҹ , ο ϰԵȴٰ ˸ ִ. -71154 Ǽ 'û' Ҹ , ο ϰԵȴٰ ˸ ִ. -71155 Ǽ 'û' Ҹ , ο ϰԵȴٰ ˸ ִ. -71156 Ǽ 'û' Ҹ , ο ϰԵȴٰ ˸ ִ. -71157 Ǽ 'û' Ҹ , ο ϰԵȴٰ ˸ ִ. -71158 ǥ 鿡 ־ Ƹٿ ޴ | ִ ϴ ġ 50% | ݼӵ 20% | ֹӵ 20% | 30% | ִ 10% | ִŷ 10% | ڽƬ Ӽ ȭ 5% -71159 伱 𸣰 ڸ õ ϴ. -71160 伱 𸣰 ڸ õ ϴ. -71164 ũϼȯ Ƹ ġ ȯϿ Ż ִ -71165 ȯ ȯϿ Ż ִ. -71166 Ҵ ȯ Ҵ ȯϿ Ż ִ. - - -72001 ɽ ġ 20% -72002 ɽ ġ 20% -72003 ɽ ġ 20% -72004 尩 ɽ ۵ 1.5 -72005 尩 ɽ ۵ 1.5 -72006 尩 ɽ ۵ 1.5 -72007 ܺ λ Ⱓ ֽϴ. -72008 ܺ λ Ⱓ ֽϴ. -72009 ܺ λ Ⱓ ֽϴ. -72010 ݼġ ˴ϴ. -72011 ݼġ ˴ϴ. -72012 ݼġ ˴ϴ. -72013 Ⱑ Ȯ 2 ˴ϴ. -72014 Ⱑ Ȯ 2 ˴ϴ. -72015 Ⱑ Ȯ 2 ˴ϴ. -72016 3 ɽ ӵ ڵ ֿϴ. -72017 3 ɽ ӵ ڵ ֿϴ. -72018 3 ɽ ӵ ڵ ֿϴ. -72019 âȮ ־ Ⱓ â ũ⸦ 3ĭ ÷ݴϴ. -72020 âȮ ־ Ⱓ â ũ⸦ 3ĭ ÷ݴϴ. -72021 âȮ ־ Ⱓ â ũ⸦ 3ĭ ÷ݴϴ. -72022 ȭ ɽ 2 -72023 ȭ ɽ 2 -72024 ȭ ɽ 2 -72025 Ȯ +10% -72026 Ȯ +10% -72027 Ȯ +10% -72028 ǥ ֽϴ. -72029 ǥ ֽϴ. -72030 ǥ ֽϴ. -72031 ݽ 12~15% ÷ݴϴ -72032 ݽ 12~15% ÷ݴϴ -72033 ݽ 12~15% ÷ݴϴ -72034 12~15% ٿݴϴ -72035 12~15% ٿݴϴ -72036 12~15% ٿݴϴ -72037 ִ +20% -72038 ִ +20% -72039 ִ +20% -72040 ִ ŷ +20% -72041 ִ ŷ +20% -72042 ִ ŷ +20% -72043 Ƽ Ƽ ڽŰ Ƽ ġ 30% ÷ݴϴ. -72044 Ƽ Ƽ ڽŰ Ƽ ġ 30% ÷ݴϴ. -72045 Ƽ Ƽ ڽŰ Ƽ ġ 30% ÷ݴϴ. -72046 ũƼ ũƼ Ȯ +10% -72047 ũƼ ũƼ Ȯ +10% -72048 ũƼ ũƼ Ȯ +10% - -72301 ູ ູ ϸ, Ѵص ϳ ̴ | н |Ʈ | ȯ, Ǹ, Ұ -72302 ĥ ѱ ǥ | ° ѱ | Ƽ ڽ Ƽ ȹġ 30% ȴ|Ʈ | ȯ, Ǹ, Ұ -72303 ǹ Ͽٰ . ġ ȹ ִ | ϴ|Ʈ | ȯ, Ǹ, Ұ -72304 ູ ູ Ӽ 4϶ Ӽ ϳ ߰Ѵ.|Ʈ | ȯ, Ǹ, Ұ -72305 հſ Ʈ | ȯ, Ǹ, Ұ -72306 ޸ ⿡ õ ޸|ⰳ ִٰ . 4 5 100% Ų.|Ʈ | ȯ, Ǹ, Ұ -72307 Ʈ | ȯ, Ǹ, Ұ -72308 ö ֳ 뿡 ߰ߵȴٴ ö߿ ְ ö|ູ Ͽ ູ ֽϴ Ʈ | ȯ, Ǹ, Ұ -72309 ߰ ȥ Ȯ ÷ش Ʈ | ȯ, Ǹ, Ұ -72310 ־ȼ ý ȭԸ Ǯ ֽϴ. Ʈ | ȯ, Ǹ, Ұ -72311 ȯ ° ŷ 100% ȸ˴ϴ. Ʈ | ȯ, Ǹ, Ұ -72312 ݽ 12~15% ÷ݴϴ | ӽð 30 Ʈ | ȯ, Ǹ, Ұ -72313 12~15% ٿݴϴ | ӽð 30 Ʈ | ȯ, Ǹ, Ұ -72314 ູ 10% Ȯ Ǹ н ʽϴ Ʈ | ȯ, Ǹ, Ұ -72315 ̼ ̵ӵ 60% ϴ. Ʈ | ȯ, Ǹ, Ұ -72316 ô Ͼ μ Ͽ ٽ Ҽ ְ ݴϴ Ʈ | ȯ, Ǹ, Ұ -72317 ۿ οǾ ִ Ӽ ʱȭ ϰ ο Ӽ οմϴ Ʈ | ȯ, Ǹ, Ұ -72318 簡 Ӽ οǾ ۿ Ӽ οմϴ Ʈ | ȯ, Ǹ, Ұ - -72501 (PC) PC濡 ɽ ġ 20% -72502 尩(PC) PC濡 ɽ ۵ 1.5 - -72701 ٶ Ź ٶ ⸦ Ź߿ οϿ ̵ Ͽش ̵ӵ+30 - -72703 ȣ Ͱ ȣ Ͱ̷ ݷ ġ 300 ÷ ݴϴ. 50ð -72704 밢 Ͱ Ͱ̷ ġ 300 ÷ݴϴ. 50ð -72705 ȣ ȣ ųݷ 30% ÷ ݴϴ. 50ð -72706 밢 ų 30% ÷ݴϴ. 50ð - -72709 ȣ Ͱ ȣ Ͱ̷ ݷ ġ 300 ÷ ݴϴ. 20ð -72710 밢 Ͱ Ͱ̷ ġ 300 ÷ݴϴ. 20ð -72711 ȣ ȣ ųݷ 30% ÷ ݴϴ. 20ð -72712 밢 ų 30% ÷ݴϴ. 20ð -72719 Ż ϴ| ڸ ˴ϴ - -72723 ȭ ູ() ȭ ޾ , ׻ ְ · ش ִ -72724 ȭ ູ() ȭ ޾ , ׻ ְ · ش ִ -72725 ȭ ູ() ȭ ޾ , ׻ ְ · ش ִ -72726 ȭ ູ() ȭ ޾ , ׻ ְ · ش ִ - -72727 ູ() ޾ , ŷ ׻ ְ · ش ִ ŷ -72728 ູ() ޾ , ŷ ׻ ְ · ش ִ ŷ -72729 ູ() ޾ , ŷ ׻ ְ · ش ִ ŷ -72730 ູ() ޾ , ŷ ׻ ְ · ش ִ ŷ - - -73001 () 縦 Ÿ ӸŸ -73002 () 縦 Ÿ ӸŸ -73003 (ϴû) 縦 ϴû Ÿ ӸŸ -73004 () 縦 Ÿ ӸŸ -73005 Ʈ() Ʈ带 Ͽ ӸŸ -73006 Ʈ(üũ) üũ Ʈ带 Ͽ ӸŸ -73007 Ʈ(Ķ) Ķ Ʈ带 Ͽ ӸŸ -73008 Ʈ(ʷϹ) ʷϹ Ʈ带 Ͽ ӸŸ -73009 Ӹ() Ӹ, ֿϴ ӸŸ -73010 Ӹ() Ӹ, ֿϴ ӸŸ -73011 Ӹ() Ӹ, ֿϴ ӸŸ -73012 Ӹ(ϻ) ϻ Ӹ, ֿϴ ӸŸ - -73251 () ϸ ѸӸ Ҹ ֿϴ Ӹ -73252 (ʷϻ) ϸ ѸӸ Ҹ ֿϴ ʷϻ Ӹ -73253 (û) ϸ ѸӸ Ҹ ֿϴ û Ӹ -73254 (̺) ϸ ѸӸ Ҹ ֿϴ ̺ Ӹ -73255 ̵ () ڰ Ӹī ̸ ణ ª Ͽ õ ̵ ӸŸ -73256 ̵ () ڰ Ӹī ̸ ణ ª Ͽ õ ̵ ӸŸ -73257 ̵ () ڰ Ӹī ̸ ణ ª Ͽ õ ̵ ӸŸ -73258 ̵ () ڰ Ӹī ̸ ణ ª Ͽ õ ̵ ӸŸ -73259 () ڰ  Ͽ ִ ª ڸ Ӹ Ÿ -73260 (ϴû) ڰ  Ͽ ִ ª ڸ ϴû Ӹ Ÿ -73261 () ڰ  Ͽ ִ ª ڸ Ӹ Ÿ -73262 () ڰ  Ͽ ִ ª ڸ Ӹ Ÿ - -73501 Ƽ() Ӹ ª Ͽ  ӸŸ -73502 Ƽ() Ӹ ª Ͽ  ӸŸ -73503 Ƽ() Ӹ ª Ͽ  ӸŸ -73504 Ƽ(ʷϻ) Ӹ ª Ͽ  ʷϻ ӸŸ -73505 ī() ī ġ ӸŸ -73506 ī() ī ġ ӸŸ -73507 ī() ī ġ ӸŸ -73508 ī() ī ġ ӸŸ -73509 õ ù() غ õ ù, ̰ Ʈ -73510 õ ù(ϴû) غ õ ϴû ù, ̰ Ʈ -73511 õ ù() غ õ ù, ̰ Ʈ -73512 õ ù() غ õ ù, ̰ Ʈ - -73751 () Ӹ ฦ ̿ ӸŸ -73752 () Ӹ ฦ ̿ ӸŸ -73753 (ϴû) ϴûӸ ฦ ̿ ӸŸ -73754 () Ӹ ฦ ̿ ӸŸ -73755 ̷մܹ() Ӹ ª Ͽ õ ̵ ӸŸ -73756 ̷մܹ() Ӹ ª Ͽ õ ̵ ӸŸ -73757 ̷մܹ() Ӹ ª Ͽ õ ̵ ӸŸ -73758 ̷մܹ() Ӹ ª Ͽ õ ̵ ӸŸ -73759 ̷() Ӹ 翡 ణ Ʈ ־ ̵ ӸŸ -73760 ̷() Ӹ 翡 ణ Ʈ ־ ̵ ӸŸ -73761 ̷() Ӹ 翡 ణ Ʈ ־ ̵ ӸŸ -73762 ̷() Ӹ 翡 ణ Ʈ ־ ̵ ӸŸ - -74001 () 縦 Ÿ ӸŸ 30ϰ -74002 () 縦 Ÿ ӸŸ 30ϰ -74003 (ϴû) 縦 ϴû Ÿ ӸŸ 30ϰ -74004 () 縦 Ÿ ӸŸ 30ϰ -74005 Ʈ() Ʈ带 Ͽ ӸŸ 30ϰ -74006 Ʈ(üũ) üũ Ʈ带 Ͽ ӸŸ 30ϰ -74007 Ʈ(Ķ) Ķ Ʈ带 Ͽ ӸŸ 30ϰ -74008 Ʈ(ʷϹ) ʷϹ Ʈ带 Ͽ ӸŸ 30ϰ -74009 Ӹ() Ӹ, ֿϴ ӸŸ 30ϰ -74010 Ӹ() Ӹ, ֿϴ ӸŸ 30ϰ -74011 Ӹ() Ӹ, ֿϴ ӸŸ 30ϰ -74012 Ӹ(ϻ) ϻ Ӹ, ֿϴ ӸŸ 30ϰ - -74251 () ϸ ѸӸ Ҹ ֿϴ Ӹ 30ϰ -74252 (ʷϻ) ϸ ѸӸ Ҹ ֿϴ ʷϻ Ӹ 30ϰ -74253 (û) ϸ ѸӸ Ҹ ֿϴ û Ӹ 30ϰ -74254 (̺) ϸ ѸӸ Ҹ ֿϴ ̺ Ӹ 30ϰ -74255 ̵ () ڰ Ӹī ̸ ణ ª Ͽ õ ̵ ӸŸ 30ϰ -74256 ̵ () ڰ Ӹī ̸ ణ ª Ͽ õ ̵ ӸŸ 30ϰ -74257 ̵ () ڰ Ӹī ̸ ణ ª Ͽ õ ̵ ӸŸ 30ϰ -74258 ̵ () ڰ Ӹī ̸ ణ ª Ͽ õ ̵ ӸŸ 30ϰ -74259 () ڰ  Ͽ ִ ª ڸ Ӹ Ÿ 30ϰ -74260 (ϴû) ڰ  Ͽ ִ ª ڸ ϴû Ӹ Ÿ 30ϰ -74261 () ڰ  Ͽ ִ ª ڸ Ӹ Ÿ 30ϰ -74262 () ڰ  Ͽ ִ ª ڸ Ӹ Ÿ 30ϰ - -74501 Ƽ() Ӹ ª Ͽ  ӸŸ 30ϰ -74502 Ƽ() Ӹ ª Ͽ  ӸŸ 30ϰ -74503 Ƽ() Ӹ ª Ͽ  ӸŸ 30ϰ -74504 Ƽ(ʷϻ) Ӹ ª Ͽ  ʷϻ ӸŸ 30ϰ -74505 ī() ī ġ ӸŸ 30ϰ -74506 ī() ī ġ ӸŸ 30ϰ -74507 ī() ī ġ ӸŸ 30ϰ -74508 ī() ī ġ ӸŸ 30ϰ -74509 õ ù() غ õ ù, ̰ Ʈ 30ϰ -74510 õ ù(ϴû) غ õ ϴû ù, ̰ Ʈ 30ϰ -74511 õ ù() غ õ ù, ̰ Ʈ 30ϰ -74512 õ ù() غ õ ù, ̰ Ʈ 30ϰ - -74751 () Ӹ ฦ ̿ ӸŸ 30ϰ -74752 () Ӹ ฦ ̿ ӸŸ 30ϰ -74753 (ϴû) ϴûӸ ฦ ̿ ӸŸ 30ϰ -74754 () Ӹ ฦ ̿ ӸŸ 30ϰ -74755 ̷մܹ() Ӹ ª Ͽ õ ̵ ӸŸ 30ϰ -74756 ̷մܹ() Ӹ ª Ͽ õ ̵ ӸŸ 30ϰ -74757 ̷մܹ() Ӹ ª Ͽ õ ̵ ӸŸ 30ϰ -74758 ̷մܹ() Ӹ ª Ͽ õ ̵ ӸŸ 30ϰ -74759 ̷() Ӹ 翡 ణ Ʈ ־ ̵ ӸŸ 30ϰ -74760 ̷() Ӹ 翡 ణ Ʈ ־ ̵ ӸŸ 30ϰ -74761 ̷() Ӹ 翡 ణ Ʈ ־ ̵ ӸŸ 30ϰ -74762 ̷() Ӹ 翡 ణ Ʈ ־ ̵ ӸŸ 30ϰ - -75001 Ϳ θӸ() Ϳ ϱ θӸ 30ϰ -75002 Ϳ θӸ(ȫ) Ϳ ϱ ȫ θӸ 30ϰ -75003 Ϳ θӸ(û) Ϳ ϱ û θӸ 30ϰ -75004 Ϳ θӸ() Ϳ ϱ θӸ 30ϰ -75005 () Ȱ Ͽ ª ¥ Ӹ Ӹ 尡 Ʈ 30ϰ -75006 (̺) Ȱ Ͽ ª ¥ ̺Ӹ Ӹ 尡 Ʈ 30ϰ -75007 (û) Ȱ Ͽ ª ¥ ûӸ Ӹ 尡 Ʈ 30ϰ -75008 () Ȱ Ͽ ª ¥ Ӹ Ӹ 尡 Ʈ 30ϰ -75009 ʸ Ӹ() ޸ ϱ ӸŸ 30ϰ -75010 ʸ Ӹ(ȫ) ޸ ϱ ȫ ӸŸ 30ϰ -75011 ʸ Ӹ() ޸ ϱ ӸŸ 30ϰ -75012 ʸ Ӹ() ޸ ϱ ӸŸ 30ϰ - -75201 Ӹ() ϸ ѸӸ Ҹ ֿϴ Ӹ 30ϰ -75202 Ӹ(ʷϻ) ϸ ѸӸ Ҹ ֿϴ ʷϻ Ӹ 30ϰ -75203 Ӹ(û) ϸ ѸӸ Ҹ ֿϴ û Ӹ 30ϰ -75204 Ӹ(̺) ϸ ѸӸ Ҹ ֿϴ ̺ Ӹ 30ϰ -75205 ΰ() ΰ Ͽ ӸŸ 30ϰ -75206 ΰ(ϻ) ϻ ΰ Ͽ ӸŸ 30ϰ -75207 ΰ(Ȳ) Ȳ ΰ Ͽ ӸŸ 30ϰ -75208 ΰ() ΰ Ͽ ӸŸ 30ϰ -75209 () ڰ ̵ Ͽ ø ̴ 30ϰ -75210 (ûϻ) ڰ ̵ Ͽ ø ̴ ûϻ 30ϰ -75211 () ڰ ̵ Ͽ ø ̴ 30ϰ -75212 () ڰ ̵ Ͽ ø ̴ 30ϰ - -75401 ̽ Ӹ(ȸ) ÿ ҳ ̹ ִ ȸ Ӹ 30ϰ -75402 ̽ Ӹ() ÿ ҳ ̹ ִ Ӹ 30ϰ -75403 ̽ Ӹ() ÿ ҳ ̹ ִ Ӹ 30ϰ -75404 ̽ Ӹ() ÿ ҳ ̹ ִ Ӹ 30ϰ -75405 Ÿƽ ƮƮ() ̰ ӸŸϷ ħӸ Ʈ 30ϰ -75406 Ÿƽ ƮƮ() ̰ ӸŸϷ ħӸ Ʈ 30ϰ -75407 Ÿƽ ƮƮ() ̰ ӸŸϷ ħӸ Ʈ 30ϰ -75408 Ÿƽ ƮƮ() ̰ ӸŸϷ ħӸ Ʈ 30ϰ -75409 񿣳 Ӹ() ǰ ִ Ӹ κ Ʈ 30ϰ -75410 񿣳 Ӹ() ǰ ִ Ӹ κ Ʈ 30ϰ -75411 񿣳 Ӹ() ǰ ִ Ӹ κ Ʈ 30ϰ -75412 񿣳 Ӹ() ǰ ִ Ӹ κ Ʈ 30ϰ - -75601 ù 긴(Ȳ) õǾ ̴ Ȳ ù鿡 Ʈ ־ ϰ ̴ ӸŸ 30ϰ -75602 ù 긴(û) õǾ ̴ û ù鿡 Ʈ ־ ϰ ̴ ӸŸ 30ϰ -75603 ù 긴(û) õǾ ̴ û ù鿡 Ʈ ־ ϰ ̴ ӸŸ 30ϰ -75604 ù 긴(ȸ) õǾ ̴ ȸ ù鿡 Ʈ ־ ϰ ̴ ӸŸ 30ϰ -75605 ƮƮ() ̹ ϱ 簥 ӸŸ 30ϰ -75606 ƮƮ(û) ̹ ϱ 簥 û ӸŸ 30ϰ -75607 ƮƮ() ̹ ϱ 簥 ӸŸ 30ϰ -75608 ƮƮ() ̹ ϱ 簥 ӸŸ 30ϰ -75609 Ÿ() ߱dz Ÿ ӸŸ 30ϰ -75610 Ÿ(ȸ) ߱dz Ÿ ȸ ӸŸ 30ϰ -75611 Ÿ() ߱dz Ÿ ӸŸ 30ϰ -75612 Ÿ() ߱dz Ÿ ӸŸ 30ϰ - -74013 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -74014 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -74015 ϴ , ޸ dz ش 7ϰ -74016 ϴ , ޸ dz ش 7ϰ -74263 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -74264 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -74265 ϳ ڷ ̴. ȫ Ͽ ָ, ޺ε ִ. 7ϰ -74266 ϳ ڷ ̴. ȫ Ͽ ָ, ޺ε ִ. 7ϰ -74513 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -74514 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -74515 ϴ , ޸ dz ش 7ϰ -74516 ϴ , ޸ dz ش 7ϰ -74763 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -74764 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -74765 ϳ ڷ ̴. ȫ Ͽ ָ, ޺ε ִ. 7ϰ -74766 ϳ ڷ ̴. ȫ Ͽ ָ, ޺ε ִ. 7ϰ -75013 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -75014 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -75015 ϳ ڷ ̴. ȫ Ͽ ָ, ޺ε ִ. 7ϰ -75016 ϳ ڷ ̴. ȫ Ͽ ָ, ޺ε ִ. 7ϰ -75213 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -75214 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -75215 ϴ , ޸ dz ش 7ϰ -75216 ϴ , ޸ dz ش 7ϰ -75413 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -75414 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -75415 ϳ ڷ ̴. ȫ Ͽ ָ, ޺ε ִ. 7ϰ -75416 ϳ ڷ ̴. ȫ Ͽ ָ, ޺ε ִ. 7ϰ -75613 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -75614 Ϲ Ӹ ϰ, , ũ ձ ٵ ŸϷ ġ ٴ ̾߱Ⱑ ִ. 7ϰ -75615 ϴ , ޸ dz ش 7ϰ -75616 ϴ , ޸ dz ش 7ϰ - -74017 ڷ ĩ ߸ ־ ̱⵵ Ѵ. м ƴ ϴ ϳ̴. -74018 ηdz ΰ 縷 డ ʼ , 𸣰Կϸ ο ̴ ִ м -74019 ͹ 縷డ õ Ӹ ѷ Ӹ Ŀ̰ ϴ мǾ , ͵鿡 а ֱ Ѵٴ ҹ ִ. -74267 縷 ī ī 縷 Ҷ ֳ Ӹ ȣϰ ڿܼ ڽǺθ ȣϱ ϴ м -74268 縷 ΰǼƮ 縷 ī ϰ Ǻθ ڿܼ 縷dz ȣϱ ϴ мǾ, Ȥ ϱ⵵ Ѵ -74269 ͹ 縷డ õ Ӹ ѷ Ӹ Ŀ̰ ϴ мǾ , ͵鿡 а ֱ Ѵٴ ҹ ִ. -74517 ڷ ĩ ߸ ־ ̱⵵ Ѵ. м ƴ ϴ ϳ̴. -74518 ηdz ΰ 縷 డ ʼ , 𸣰Կϸ ο ̴ ִ м -74519 ͹ 縷డ õ Ӹ ѷ Ӹ Ŀ̰ ϴ мǾ , ͵鿡 а ֱ Ѵٴ ҹ ִ. -74767 縷 ī ī 縷 Ҷ ֳ Ӹ ȣϰ ڿܼ ڽǺθ ȣϱ ϴ м -74768 縷 ΰǼƮ 縷 ī ϰ Ǻθ ڿܼ 縷dz ȣϱ ϴ мǾ, Ȥ ϱ⵵ Ѵ -74769 ͹ 縷డ õ Ӹ ѷ Ӹ Ŀ̰ ϴ мǾ , ͵鿡 а ֱ Ѵٴ ҹ ִ. -75017 縷 ī ī 縷 Ҷ ֳ Ӹ ȣϰ ڿܼ ڽǺθ ȣϱ ϴ м -75018 縷 ΰǼƮ 縷 ī ϰ Ǻθ ڿܼ 縷dz ȣϱ ϴ мǾ, Ȥ ϱ⵵ Ѵ -75019 ͹ 縷డ õ Ӹ ѷ Ӹ Ŀ̰ ϴ мǾ , ͵鿡 а ֱ Ѵٴ ҹ ִ. -75217 ڷ ĩ ߸ ־ ̱⵵ Ѵ. м ƴ ϴ ϳ̴. -75218 ηdz ΰ 縷 డ ʼ , 𸣰Կϸ ο ̴ ִ м -75219 ͹ 縷డ õ Ӹ ѷ Ӹ Ŀ̰ ϴ мǾ , ͵鿡 а ֱ Ѵٴ ҹ ִ. -75417 縷 ī ī 縷 Ҷ ֳ Ӹ ȣϰ ڿܼ ڽǺθ ȣϱ ϴ м -75418 縷 ΰǼƮ 縷 ī ϰ Ǻθ ڿܼ 縷dz ȣϱ ϴ мǾ, Ȥ ϱ⵵ Ѵ -75419 ͹ 縷డ õ Ӹ ѷ Ӹ Ŀ̰ ϴ мǾ , ͵鿡 а ֱ Ѵٴ ҹ ִ. -75617 ڷ ĩ ߸ ־ ̱⵵ Ѵ. м ƴ ϴ ϳ̴. -75618 ηdz ΰ 縷 డ ʼ , 𸣰Կϸ ο ̴ ִ м -75619 ͹ 縷డ õ Ӹ ѷ Ӹ Ŀ̰ ϴ мǾ , ͵鿡 а ֱ Ѵٴ ҹ ִ. - -74020 ҷ ȣڸӸ ҷ ̸ Ǵ Ƽ ȣ Ӹ, ȣ ļ Żν ϴ ִ. ڿ -74270 ҷ ȣڸӸ ҷ ̸ Ǵ Ƽ ȣ Ӹ, ȣ ļ Żν ϴ ִ. ڰ ڿ -74520 ҷ ȣڸӸ ҷ ̸ Ǵ Ƽ ȣ Ӹ, ȣ ļ Żν ϴ ִ. ڿ -74770 ҷ ȣڸӸ ҷ ̸ Ǵ Ƽ ȣ Ӹ, ȣ ļ Żν ϴ ִ. ڿ -75020 ҷ ȣڸӸ ҷ ̸ Ǵ Ƽ ȣ Ӹ, ȣ ļ Żν ϴ ִ. ڿ -75220 ҷ ȣڸӸ ҷ ̸ Ǵ Ƽ ȣ Ӹ, ȣ ļ Żν ϴ ִ. ڰ ڿ -75420 ҷ ȣڸӸ ҷ ̸ Ǵ Ƽ ȣ Ӹ, ȣ ļ Żν ϴ ִ. ڿ -75620 ҷ ȣڸӸ ҷ ̸ Ǵ Ƽ ȣ Ӹ, ȣ ļ Żν ϴ ִ. ڿ - -76000 ȭ() õ | ü ȸ -76001 () ڽ ų ذ ݴϴ. ٽ Ҽ ֽϴ. -76002 ǥ() ž ִ ǥ. Ʊ͵ 2 ȴ. -76003 ӿ() ֹӵ 20% ϴ ӽð 30 -76004 ູ() ޾ , ŷ ׻ ְ · ش ִ ŷ -76005 ູ()() ޾ , ŷ ׻ ְ · ش ִ ŷ -76006 () ġ ˷ִ 6ȸ -76007 ()  ģ ü ڽſ ߽ ڽ ߴٰ Ѵ ֺ ͵ ҷ´. 1ȸ -76008 ȣ() ȣ ġ ϶ 100% ݴϴ. -76009 ູ() 10% Ȯ Ǹ н ʽϴ -76010 () Ƿ , õ 2 ȴ. -76011 () ĥ ѱ ǥ | ° ѱ | Ƽ ڽ Ƽ ȹġ 30% ȴ -76012 ̼() ̵ӵ 60% ϴ. -76013 簡() Ӽ οǾ ۿ Ӽ οմϴ -76014 () ۿ οǾ ִ Ӽ ʱȭ ϰ ο Ӽ οմϴ -76015 ູ () ູ Ӽ 4϶ Ӽ ϳ ߰Ѵ. -76016 ູ () ູ ϸ, Ѵص ϳ ̴ | н -76017 () ݼӵ 10% ϴ | ӽð 30 -76018 +() ݼӵ 15% ϴ | ӽð 30 -76019 () -76020 Ȥ () Ȯ 80% ݴϴ. -76021 ȭ ູ() ȭ ޾ , ׻ ְ · ش ִ -76022 ȭ ູ()() ȭ ޾ , ׻ ְ · ش ִ -76023 () 40 ʿ οǾ ִ Ӽ ʱȭ ϰ ο Ӽ οմϴ -76024 簡() 40 ʿ οǾ ִ Ӽ οǾ ۿ Ӽ οմϴ - -80001 ָӴ -80002 -80008  Ǿ ݵ| Եȴ. -80009 ̵ǹ ̵ ɷ ִ ̵ ̵˴ϴ. - -90001 -90002 -90003 -90004 -90005 -90006 -90007 - -79001 ǥ ž ִ ǥ. Ʊ͵ 2 ȴ. BR -79002 μ BR -79003 μ Ͱ BR -79004 ȭ ̽ Ѳ . 𸣰 ȿ ϰ н . BR -79005 ڽ ų ذ ݴϴ. BR -79006 ȣ ȣ ġ ϶ 100% ݴϴ. BR -79007 ӿ ֹӵ 20% ϴ BR -79008 ɽ ġ 20% BR -79009 尩 ɽ ۵ 1.5 BR -79010 ȭ ɽ 2 BR -79011 Ƽ Ƽ ڽŰ Ƽ ġ 30% ÷ݴϴ. BR -79012 ȭ ູ() ȭ ޾ , ׻ ְ · ش BR -79013 ູ() ޾ , ŷ ׻ ְ · ش BR -79014 ȯ ´ ٲپִ Ƽ BR - diff --git a/bin/pack/locale_ymir/locale/ymir/lang1.cvt b/bin/pack/locale_ymir/locale/ymir/lang1.cvt deleted file mode 100644 index 52d5c775..00000000 --- a/bin/pack/locale_ymir/locale/ymir/lang1.cvt +++ /dev/null @@ -1 +0,0 @@ -IKTHUCNSYLPFDVOZGMRJEQWBAXikthucnsylpfdvozgmrjeqwbax극끝껌괵괭꼴꼈괏깰과길깎귐꾕꿍꽉꾀갗꼽국깻깬각걺괠거갹곳굘꼿긷갛긔끓곕권괼껼긍교꽐꼰괌뀄겉겹꾐굄꺄결강급껐껏끄낏꺅깹꿇뀌뀝고꾄낄갸끼꼲간꿴굡곽갚걷꺌깔굻긺괩갱끌곰검걀갔껄껑껴끗굽깊껜갭굇곪괆근뀨껨꼍깥겐굿낀귑깃공긱궐곡깽곌꽂괄꽹굼꽜뀔그겄값걘갖경가겁굅갠겸껭곁꿜궁금끙겝꼐굴걋꾈꺾깩겡광귿꼼꾹갉글갬껫걸곧꽈귓겨꼭꿉뀁끈끕갯꿈감규꽃괬굣껍겅굉껀긁꿔겟꼬겊귀구굶까걍갈꽁깝긴꾼괍긋깆갤깐곯골꿩괸깟굳균게꾑끔격견깖갑겋괜갼갇궂궉귁걜꿋낌곈낑깠뀐꿨깍꿰겪껸꽝귤깸굔깼김깨끅궝깁곱군곶꺼끎걱꿎계건갊꽥갰곤뀀굵궜낍깅객꿸겔갓개꿀관귈꾸궈깡괘괴같겼껙꿱끽겯겜꺽끊것께겻곬꾜겠궷뀜깜귄곗꼇걔겆꽤궤기닐넵놂뇨넬네넣늡늬느놨냥넌닉눗냘낼녕늚냑냔냄닒논놉낸냐뇔내뇰눕뉵눌낙늅뉠냅뇩녑넷넛뇻낫놓녔낢넸남눅뇜뉴놋나놀낯낱닛넙넋넓녹뇹뇽누낟녜닝녘능놜넨뇟났뇝뇌난넜냈님넒낡뉩늠놔낭농뉨뉘늘늣낚늄녁닌눋늰낵닙냉는늴눙뉜날념넘닢늑늙녈높납뇬년넝눠눈냇니눔눴노널녀낮눼넴넥늦늉너냠녠뉼넹놈놘뇐넉낳늪듭닷덮땅땁땟땍닻담뛰듈딩뒈다뙤든떨뗬돛댓뎨뗑댈뎌돌때덱딱닭둣떡뜹딜땠뜁답둘땜또뒵뒤따듀덛땃땝댕될띰뒹듐땄뗌닦닿땔띔떪딛돤됐딴던둬덧띌덞단등댑돗듄들딤뎐뜨뎬돎뗄돋닯딘딨뎀뛔뚜딪땋당뎠돝댄듕듣뎔됨댁떠똑대디둔뗐똔뜻딥뚫뜀뚬띕댜됴데듯뒨뎃띠덫도닺띄덖띵뗘덕떱델돠듬덥뚝똴뜩똬뗀땡덤뒷됩됫돕뗏떴돔둡둠뜅뚤덟뜯동닫떽똘덴닥딸뒬달띨띈띤뎄덜닳드두떼뜸돐뛸닸댔떫딕뙈띳뜬땀뎡뎅뒀떳둥뙨딧되뜰덩떵댐된떰뚠뛴둑띱더돼뗍떻떤듸독뎁닮돨듦땐뚱뒝똥득돈롱럴룟련룡렌룐럼렷릭뢨뤄롑롭론룩링륙릿륑릅랩레뢸룅륫룹랍롯런륌림렁랙랄뢍랒륜랐룔롄륭리룝례록러랫락렉랖르릍룬렝래랭롬륵롤룽률립랠렇략람료랜럿렘릎를뤽령릉럽럇륄륩렀렐루롓뢰램릊뤼룻려량라륨륀륏랏린렵룀랑로렴름롼랬렸렬뢴랗롸른릴렙룸류력룰렛룁랸룃랴럭란뤘릇뤠먈멜멱뭏묽매뮷맑몽맷망묶맵멈뭉맘뫄뫘묾뭬묑맡밑밈묜뭅뮐몄멥뭐맥맒멎먀맣맸먕뭣밀믿멉며메묻멍몰묵무먹멂밉멨묩막많멤못뭇맨및몬뭡묀멕뮴멧모므뮨묘몃묄뭍목몇몫묏맞뫙맴몲몸뮈문뮬맛미믓몹뮤맏맙맬마묫묠뮌밍맹만뭘뫼먁밋뫈밂맺멓멸멀뭄머민면믐뭔밌멩믹믈멘몌물멋먼명말묍믄뼁삣밞붑뿔뼘뻥볍삠빡뽐불봔뵨뿍붙뿌븍뼙삡밸뿜번빻븀붐뱍빌뵌뵙봐뻑벵방밟빎밧빔뽑븃뻗봅벼붇뱃뻔버뿅뽕뵘븅뽀뽈붓밤벅쁠벡분붤뻠벳봉백뼉빙법뵐빴밝블붰봤뼝뱉뻘벨뾔밭뷰빛부봄빳뽁뺨벽벴뷩배빕뵉뺐붉붸뼜벗뷸볐삘볶벤빗뷜뻐삑븜밥뵈붚벧빱브뻤뿡벙빈뼛베뷕삔북밴쁩뷴뺀비벎뻣뵀쁘벌삐뺌바반쁨벋빨뿐빠븐븟볼뺙붜뱁빵쁑받봇뱌뺘쀼뺍뵤뺏벚보뻬빚빅밗병뷔븝삥별쁜뺑본뺄변뱀뱄봬벱뱐빽뱅빼뱝붊빰복뽄볕벰뷘발박빪볘뼈밖빤볏볜붕뿟범뾰섶쐤셴슝셩쑨샨쉑숙숨샬쉿샜쉔쐽섰씹쌓쌈슴싼썹석쇨쑴삳습삽상쌜서쇌삭슨셕쏢심샵섦소숱쏠쓰씜쒜솎쏀쌔쇄쇠섬쏩쌌쐼솖솩샀셋삯셸쑬숏썼쑤셌쓴씸슷숫사솥쌘쇽써쇰쉼솨샌쉘씐섹생싶숑쇘썬쏜산섀시설쌍쉰셔슈성숯섞썅쓱쑹신섐슛쇼셉썰쇗션쇳솅샴셈씻속쉥세실수식스쑵씨숭숍삵싱샹씰씁쌉썸삿섟쏘씌쉬쏴씩쒔송쇤순살샷슐섣솟셥숌쌥숩숀셜손썽셰쏟셍싯승십샤섈새쏵쒼쓿슬쐐슥쐰쇈쒸솔삼싸숟슭숄솬숴썲쐬쌨셀쎌섭솽쏙슘쏭씬쌩쌀쐴쓸솝쎄싣쇱술쑥쏸섄슉쉭섕싫쌤샙선씔셧씀숲샥샘센쌕슁샐쇔셨썩쉈쓺쉐쐈색섧쉠샅씽솰싻솜쏨셤쎈샛쉴쉽섯싹쓩쑈쒀삶애업왐옹얌위옆웠을액열엘엮얼욹엇엡엎악욱옙왬욜율얜앵읖않영웩엷암욕엶읠엌옜압융언옭요앉왯역엾읏잎옰옵욺왔옮일여읗이익올읜용왓은읾앴읒웽욀왈옷얻옥옅읨얇왜얽왝윙인육았앍엿움에엊윅읊웹윳얩얍온앱욤웃울옴왱옘욥얕엥잉윱윽월읕얹잇윌완욍엄잃엽읔왹웍었원앨웅엑읓엔웡웨욋얘왼윕웬옛연엠얏없였윈윤옻워웰앤예앎윰응알엣읍어운임왠억얀우앙욘왕웝옇욉읽웁아안욈웜옐읫있양야욧유입앝와외앞으왑얾의윗염얗앗잊왁윷옳옌엉앰얄윔음오얠앳웸앓약쟈쮜쩡쭙쩌쟝쭉쩐저잤졸찜쥠조재잿쟐찐잭짰죽째젤준쩟쨈쥣죙쯤죌종잗쯔쨔좟쭈중젓즉주쟌쨀쭸좆쟨짜졺쟁쯧쨩짖져쬘쨘쭝쥰짼쩽집졈즛좇좌잔즐젼쥐쬈젖쭐쫏죔쟉즌쬔즘찡징짊쫬잴젊쟀쩍쟤줏좋찧잚졌쭤쪽찢정짚졀좨쫍짓좝쥘짱줌쩠쬠짯찍쥬쥴쥡찔쪘직쥔잖젠잣쭹짹졔질좽줍쫓짧젝짙좡작잼절잠짬쫄쨍잡진존죄죡잦잰찌쨋졉쫌쥑죕점좔죵짭젭자쩜좀죤죈짐젯쫑접증즈쭁쬡젱쟘쮸줅짢쯩쩨짤장잘좁즙쟬찝제쥼좃줴쫀쫴쨉죠좼쨌족지쪄쫘짝줆줘적쭌쩔쭘졍짇좍전젬줄잽짠죗쫠쩝쫙줬쬐쪼쟎촌츰춤츤첨첫출췸칠차춈칟챘챦츱췰체총챙충췬쵤촐천찹쳬츄챗쵸치쳰칫츠촤촉쵯촁칭츌착쳄촛침츨찾춰춘츈채췄찬춧추츙청챤췻챕쳉촬촘초췹칩층촹췐첼췌춥챠쳔쳅참찰취챨쳐최챔쵭철촨츔척쵱쵠측췽창챵칡처찼츳첬쳤챈찮쵬첸촙책챌축칙쳇챰첩친찻첵컨킁킨캄캉캔큽캤캣켕캘큉쿡카칼콕큅퀑쾡켸캅큼킬켈컥킵쿤콘캐큄케퀵켭큭쿱캬쿰쾰칵큔캑쾨키퀴콥캠켄캭퀭켓켤캇켐퀄켑콴킥칸켠컁콰콩켯켜쿵켁퀸캡쾅콸쾀커쾌퀼킷퀀큐큇쿳쿨컵쿠코컸큠콜컫켰킹컹컷컬콧콱콤쿼쿄클컴퀘캥큘켱켬킴크큰탕텁템틂튜텀툰톈틉티투툉팁툇톳텅튄택턍탭터툐퉈텃튱텬튬톰톄탔튼튑타튁퇸탄튀톨튕툭툴텄퇀툽퉁틀톡팀통튿틈팃틤팅틥텔틋탤트털태텝탰텟틸텨텡탉퇴툿틔토톺톼탯텍테퉤탸튤턺탁탑튐탓튠틱퇘틜퉜탱텐탠탈탐탬특튈툼틴톤턱텼톱틘턴펼퍅푠퓸팼풩퍽팬퓬퓰퐝픽풔포폿풍푤퓟퓌폣팽펀평펠폅푹폈팻푀핏픈팔팹펍폴퐁팖편필표펏퓨핍폄플펩픕펫폰폡품펴판피퓽핀퓐퍄팸팡퓻폼페팠푄핌풂팩패펑팥펜펭팜폘푸풋푼퓔펙풉푯푿펌파프팰팝푭퓜펐폽팟픗퍼펄픔폐핑팍팎펨폭퐈풀홉횟흑흄훰헉핵회휄혓홰흘홱황휼훔흉헴헝험횔해홈함혤훅합혭흇행햇홅훼흥확횡흰훽히흔홴횅헵허햐헙휭힁햄홋힝휘흴헛힉훤혹항형흐혔휫협힙횃혀핸헷홧홍훗훑힐현횝핼핥휜휑효흡흣힌혈헐흗휸훈흖흙횹휨홑휩횰헌힘휙환헹희화흩호할헒훠횐횬흽핫했횻혜흠한획하헬휴헨혁훙후혼휠훌흼훨휀홀힛혠훵혐햅활헤향휵헥학 diff --git a/bin/pack/locale_ymir/locale/ymir/lang2.cvt b/bin/pack/locale_ymir/locale/ymir/lang2.cvt deleted file mode 100644 index a3beb7bd..00000000 --- a/bin/pack/locale_ymir/locale/ymir/lang2.cvt +++ /dev/null @@ -1 +0,0 @@ -YDQPWLTGEHZNXVOKCFSBIJURAMydqpwltgehznxvokcfsbijuram갸기궂뀜깖꿎끽귄겹굼골갤꽜꽃금걺개겨깥깔끄꼴걍굇겻낀낍괵갓괸꽤꿈깨귐껴교검굶굡갗꿇겼광갖괭걀꿨긋곶끝궷긴경곽굽걋꿰꿩꼰굘갯껌곈결괬괴공끎글깸게꼐곯꿔꾕굣김껙뀐구값끗귁깆궁궉뀌깃갰군계근그깅끼곁꾈뀄갼꼲꺼감꽁강갛꺅곌껀괍걸긍꿱깝국끊갹끅긱깜굅겁깩거꿜급궐깡꿍굻곰꿴껐괜까끓괆꾸꿉갈괏뀁긷겅괠겟겋굿괼깁낏겔꼽갊겐꾼꾑각과갑갉걜꽝겆끕갱궈깼갇깻깬꿀겡귈갠껜겝간낑객꾐궜견껏껭깽괄깹뀀긺같꼬끌괘귓끙곬걷가깟괌꼇꿸뀔균긔꼼껄껸겉끈굵귀꺄걱곕꾹곳곤꾜고곗굄껫뀝깐껑관겊껍굴꼭깊뀨긁낄겸깠괩겄곧굔귤격귿꼍극꿋꺾껼곡곱껨꾀갔겪꺽것겯깰꽈곪걔깎규꾄굉낌갭겠깍꽥갬궤귑꺌꽂께걘겜끔꽹건꽐꼿갚궝길권굳꼈꽉넬농뇨냘남냉냐놋넘낯뇻눅녕늅넴넉낟넓뉵닢낡닌논눋늪낭넨낢닐넒닝넵뇩넙넜놜냄놘눼눠늠납뇐뉠낮늑녠늰네넷녁늄닉닙냑녘낸내뉴냥넛눔눙뇝눴넥녀뇬놓놂녜놨뇔늚난늘년뉜능놈높눈녹낚늬늉누뇽너늡뇹냈눕냔눌늙녑노녔닛닒낫녈눗뉘냅낙는뇜냠넋넌났넸놀냇넣뉩니느날넹낵낳뉨념님뇟낼널뇌놉넝뉼뇰늣낱놔늦나늴닯둔둠뚬닦듣돐뙨돕뗄딴덥댕돼듭덫될뚝뜁덕뜀닸뗘띌뎅띳떡땅대단뎐뒝뛔뎬돋땔뒀딨뜻땝닺뎌닻덞댁됩둘떰뗏듦똑딩뒈덛땃떽댐딘든됨뎀디뙤돗돌더덮땟똴뒤뙈뜰덤띔닷돎돛똔딕듕땡됐땍독댜뎔떳떴닭딪둡뎨띵듐띤땄됴띠덖뜅댈뚫듸띰덧딛뜯등닳뜨뎁듬뛴떠떱당달띱담뒷땁떪던딤뗌뗐덴떻돝뒹뚜딱답뚱띄뗀뚠뜹동떫뒵닥뎠뚤따듄때덟뜩듀두둥뎄돈덜땠듯되또데득됫땀댔뛰댓들땜뎡닫다땋띈뒬뗍둑둣떼덩댄뎃돨똬똘도떨딥돔떤띕똥딸떵딧닮뜬된뛸띨덱뜸델둬뒨돠땐돤딜드닿뗬댑듈뗑룰릅뢴뤄럭륭뢍론륙럿루렴뤘련렘릉릴렬릍량렵랜뤽르리랖롸랄릎룐롼른룁랍립륨로럇륩렇렝렷린랗룟릇룅랭랴랑렸랬렁라룝륌렛룹럴람름랏륏룩랒렌료룀륑렐롱륫록링류뤠령럽뢰롬랠럼락랙렉룃룡륵런륀랸롓룸률롄레뢸뤼롯란렙룔력램례림롭릭룻뢨룽략륜려롑롤렀를랩륄릊룬랐랫래릿러마맏멱멜뮷머뭐밉뭇뫼뫙뭣묏멂믹뫘멕뭬뭡뮌맒맨멓묜뮨뮤밌민먁목뮴묍맥묶멸멤밈몰맺맡맛몌뭍밋뫄뭔메뭘멍명맷뭏먈몃묠뮐말맙많막뭉멎몇못먼멋믄멩멈밂몬매먕묫뮬멨며묑멀멘묄및맸뭅먹믿믐먀몽믈믓묽미면물맹뮈묘묻무몲모묵밑멉맴멥므묀몸맑맬만뫈맞밀맘맵밍묾뭄망맣몫묩몹문멧몄뷩븜붐버뱌뽄뺑빡빱뱃쁑뼜바발삥뺏붊받벅북빽반벌봅봤뺘뱐뻠뽐뻥삡빛붉밤뺀뽁변븃쀼붓삠뱅뷘뻬법볏밸복뽀뵐뱉븐뿍뷴벳밧빳벧븀밴쁜붙봄밭벨뵌붕뻐뵀빵쁨볕밥뼙뵙볼삑벴빅벋븝뼉벱뽑볶뷜밗뺨빻뱁봉븟볐뼘뱍뷸빤벵밖밞봇뵤뷕붇빚삐뾔볜삔빠뻣빼붤뿟뺄빪벎벼뾰붜뼈뺐뱝불빎방블뵨빰쁘붸뼁밟뽕붰뼛벡뿔븅보봬뻤뷰베쁠병뺌본뿌벽배벤빙범뻑밝뽈삘뵘빨분빔뱄봐박백삣벙뵈봔부뻗뿜볍뼝볘별븍뵉붑벰벚번뻘빴뺙빈붚뱀빌뿅비빗브벗뿡뻔뿐뷔빕쁩뺍식쑨승씹싣샀셀쌥섈쒼쏵쉰센쎄쌕쌈샹쇠솝쉘쌔썰쐤씬슨쏨솬씔쓩쓸쏟셨솽쑈섄수씌쌓샵쓿씸숏솎쇌솅색송숑쒔쒀셕슷쇳싻쐴싹쌌숯쐼손쏴슛쇰쐬씽샌쇼쏩셍쓰선씁섶쌍섀쏘삽쌩샐십스쉈싫쉭쏠쑤쉼섞썹쇗소썸샨숄씨쇄씀샷삯션심씩슘셋생썬쉐쒸슉씐썩셴쑹슥슬섭솖사쐈삵삭쉬쉥새셤쌨싼쉑슁숲씜속솰실쎌숨셰섬삿샙쉴시슭셥섰설삳숱숫쎈씰쇤쌜쑴섐쌀쇈샅샤싸성쇱셉슝쏭쐐썅써숍숌셩슐쓱숀쏀쏙싯쏢쑬쑵섹삶쌉섟쌘쇨셌산솔상순쏸쐰섕석숙신삼쏜씻싶셈쐽셸섧쇽세샘쉠숟썼슈샬샴샜술싱쓴쒜숴쓺섦솨섯숩쌤셜솜솥습셧솩샥썽셔샛살솟쉽썲쉿슴섣쇔쉔서쇘숭쑥잇왼웝얕읜옇역열웜읨음애읏위웬엶임욉윙옭욕읔앱울욺웸욤옙욘옆옌응읠엷엇앵융앰웹옛읓웽윔염외옹을읗여왓웰었얼욥오웡읒엿엊얠엽얏옳웩얜연윌앎언윰잃윅앴욍엡으였엄앓엣업있액앙율약엠왬월엌읍엘양얇읖인앗올욹옵읫읾윕잉악왱왈욧없왠왯운용워옜읊이윈옅엉얩왹윽엮왜옴원읽얹옰앤엾웁입욈우엔얌왕윷얘욱웨욋의윗웃야얍엑옻앳웍유왐욀옷앍아얻윤알은웠윱억온에안욜얽엎옥앉왝왁앞왑얀엥요영않압익예일움웅잊암얄얗얾육와잎읕옮완옘옐앝았앨왔윳어좁쩍쩜죕잭졔죵쩝쩟종짬절쩽죙졉쟤쫑존좔줆쭘쫀쯤쟬쭈적쟘짚쨈쯔줅쬈즌쭙쫍쨔집짇짰짓쟀젠접쩌잼장좟쨉쥠줏잗죈쥣좀찔줄찌쭐쬠젬잖쥔짊조죽쟁정중줌잚쬡짙쟈쟌제짹잔쥼짭쯩쭝좍쫴쥐자젓쭁짱즉전쯧즈쫏죌쨋쬘잣줴좌질죄좝짠쭌잡짯잽쥡족지젱젝졸쟐죤쨘잘젖쫌쥰졀찍점잦찐즙젯짤쫙쨍좡젼찜작줘쫠재쪄증쩡졺쟉쫄짖짐찢쩔쭸짜쥘쫘짼짧저좽쫬잿좇죠좋좼주쨀죗죡쥴즘찧쭹젊진잤죔쭉준좨찡쥑쥬쮸쨩쭤좆젭잰쩐쨌쟨쫓잠쟝짝졈즐줍직잴쩨쬐쪘징즛줬졌째좃져쪽쩠쮜짢쪼쟎찝졍쬔젤취처춰칟차쵬쵭춧찮쳬쵠창측쳄츙췬츌첼쳤츳챕챵촬칩촛찼칡책찻췸챙촤쵸촌췌첨칠츄첬충쳰초촙췰챤촁첩츨챈착층챌출척칫청춤체츱쳉츔치췻찹촐침찬쳐참촉챦쵱친쵯첵채춈쵤췽춘찾쳅췐첫츤촨챰츠쳇챗챔챠총츰첸춥찰최챨췄철추천촹츈축췹챘쳔칙칭촘킵큽큼컹퀀콘킥큇켓캥켠퀘컫큐캉퀴콸쿨쾅퀄켑컸쿼캅쿄켭큭퀸큠콕켤켬켄크킨쿱콩켰키퀑킁콴콧캭캑킷쿡쾡컬킴큅킹켈켯쾀칸컷카쿵킬칼쾨케컥컨쿳클쿰콱켕콥캘큉큄큔캄콜캠켁캡캤쿤퀭쾰켜칵캬켸퀼쿠큰캐커캔켐켱컁코큘콰캇쾌퀵콤컵컴캣퉁탐틤퇸탤톺투탯튄틉튀텔퇴튕틱틋텟탰톰톱텀튜툉튐팅퉤탄톈툇턱톡틥턴템탕팁틸튑텍탉탭틔트택툴특툽탬팃틈퉈텅탓툿틘텄토털톄텐튤타튈톼틀텝텨틂탔통태텼퇀툼틴퇘톨튼탑튁튱탁탱톳틜튠텃탠퉜턺텡톤탈튬터텁텬턍탸툭팀티툐테튿툰펄푿핑팡퓬펨퓌펜픗픕팹푼품퓜펠퓨풍펭포평폈팬퓐펴펫펑핌퍄푸폘필팽펐피팜폭퐈퍼펼퓔퓻폣파핍픈폴표풔편팝푤팻펀플퓰팠폿핏폅팼푄팩펌푠패폄풀풉퐁푹펍픔풂퓟팔프퓽팰폰팍팥펙펏퐝팸풋푀푭팖폡폐픽페팎풩폽팟핀퍽펩푯폼퍅퓸판흑햐혹후훵희휩헛휙홉혁홈홑횟훗홴혤횻학힁홀헥형흣횰횝휫휄힐햇훰훼흼회현항홍핫환휴혼화확흉획헷효했훽헴핥휼흇혓헙혔힌흡혀횃휘횐헨훨핸힛흰행흩횹호흔휑횅휠허힘홰흘훈횡흙핵훅혐향헤흖할혠하휜혈훔휭해헹횬훙힙훑힉흄휨힝훠훌험협핼홱함헌한흠헝흥헵황헬활헉흗휵헒흽홅휸휀혭합혜햅훤히홧횔흴홋헐흐햄 diff --git a/bin/pack/locale_ymir/locale/ymir/lang3.cvt b/bin/pack/locale_ymir/locale/ymir/lang3.cvt deleted file mode 100644 index 0ee18c53..00000000 --- a/bin/pack/locale_ymir/locale/ymir/lang3.cvt +++ /dev/null @@ -1 +0,0 @@ -WHGLYMPJESQVFXIDRTBNOZUKACwhglympjesqvfxidrtbnozukac끝굵괄갬꿔궤끅뀜값겋걸꿇곧굽꿸껀귑끄귿괼껑꽉괵갼군껼꾼꿱꾈껭궉걜깡끓갗과곗균깨갰귀깐겻굔겔깠검격걍뀐굇계굻관뀔꾄꽝괠귈걔끌깟건긱겡긍권굼귓겊긷껨극껌꼴겜굴갇꿍꽐갱꿴꼿낀갭굣괏곌깊갸규골겐걺곳꺼꼽겸괬끗곬끎겁껴김긁끔꿋꽈낌꿨꼬뀁곤갓갈괍깎꿈깆굄끼궂꽜겝갑깹긴궝구굶깜꼭꿰꿉꼈곈낍겄강괭꽹각가갖깸갤겯긔껏꼼걘공갚뀨굳겼꼐꼲겠급끕결껐굘긺간꿀경꽁깅겟교겉국귤괌뀌거끽껸껄끙궜글개꺽꼰감귄귁곡걱곰굡꾸깖꺄곱같갯깼걀꿩꿜꾑근걷낏갊꽂깰고굅낄객굿꾐깔괘굉꺌겆갉꾹뀝귐끈꽥깩겪꾀뀄게꽃궁곕꺅껫꽤깝그갹기꼇깥곁금겹곶갠곪길껍뀀꾕께껜깍긋곯깁갛궷까끊괸껙깃꿎깬궐겨궈걋낑것괆겅꺾곽광꼍괴견깽꾜깻괜갔괩녈늴낳늄넴늠낸닌뇟뇩냉늦놂놀냄뉼뇌남늙놉눙늅냘넥뉩뉘는뇝넙닒넬님낼눴낮늡낙뇻뇹네냑넛놓눈난닉뉨넘눋늬낚뉴날뇔닢녔낱녀눅널놔넉넨녕넣닐뇨놜녑눠넋냈닙눗닝낭납너냥낵늑넓낢눕녁나뇬났능논낟녜냅녠낫늚늘뇽놋넝뉜냠높늉념내낯늰냇넹놘눼늣늪넵냔넌누냐뉵년농뇜노넜뉠넒니뇐닛넷뇰녘눔눌낡놈넸느놨녹뚜듀둬닫뒀뗏뜯덱딕닻둑두뎁댁뜻똘딘뎅듦뗑듐똑뎀듬띨뜁덮뗬달뗌듯닭뜸띈뚤덥돌동돔뒷되덩둠돼뚫따뜀띠듣둣땝둥뗀득덕됩다돤듭뒈뙈둘뒨뎠든듈돠뜅떳뎌디댈닸뚠도댓똔땐뎡닿떪뙤닦댔또덞돕뜰데띔똥뎐돗떰떼뚬돋뒬뛸땍뗘땔댄담딩떵똴돈딱딨닥답땄덛띳띄뜬땟뎄뎃드델딥땠듄댕딸딪뛰닷댑됨띕떤됫똬떨뜹대땃띰듸띵뛔딴떫떴땡둔닳덖땅땜뒤딜등닮덫덤땋뙨뎔띌딛닺땁더딤덟뒵됴뜩들됐떻돨뜨둡될띱띤뛴뎨때댜떡던뗐당떱닯듕뎬뗄덴뗍덧된땀돎뚱떠덜딧돛떽뒝댐독돝뚝뒹돐단링릉룀랑뤄린략리롯려롑룬렁럇룝례루련렘란뢨뢰륙룔럽룰룹륄룽룃뢍럴랗라렷륀릭렴렸륌렐랠뤽럭렇륑뢴륩렌랄릿뤘룟락력랴랖롱룅론렉로렛뤼랒롼르랙릅록립를릊룩랩류료램릇롭륫래률랸륨람랍롸뤠륜릴룸럿량롓른륭령뢸롤렀름룡랭랐룐롄룻릍렬럼랏랜륵룁륏레랬런롬러렙림렝렵릎랫믹멱묽뫈무뫄묻맥맵뫘물막멥밂묵뭔묘멉묄뮤멩먁멂뮬멓몹뭘멤맡먀맷몲밀밋몌묑묍몰맛망믓민며목멨모많면멈뮷멸맬멀머문매뭐멕맴멧묏뫙멘믐멍맺뭉밈맘믄밉먹묀뭣몇뭡맏맙몬몃몸묾만뮌멜밑묩뭅못므맨묶밌믿몫맒뮐묜밍뭏몽몄명뮨묫마맸미및뭍멎먼뭬말맞뫼메맑먕맹뮈맣멋뭇묠뮴뭄먈믈벌뱐빤붚벧빚삔뷸뼙뻥뱉병빪빳벡보뷰버뵘뿜받빗뱀쀼방뷴뵉뵐뽐뺄벅백뽕봬뿡밸붇뼉뻬반빨뱄뵌뷔뽄부뺀벼뺍빔밭바빛쁠삘빠벋번빌빅삑뷘밞별벚뻤볏벴빡붙붤블븀븍붉밖뿔뻑빕뱌벗삠뻘븜빻분볐밟붊벱뷜삥붓브밗봄뺏봔뽈쁩벳빵봐뼜붰뺑뱁븝뻔볕볼벰볍북뻗뱃봅변봉붸뺘뿅삐복븐붕뻐쁑뷩벤빰봇불붜박뵙뾔빙빈뿟븅본뿐뱅벎삣뵨쁨뱝뽑뿌밤빴벵뼘뾰뽀뻠빱뷕벽벙법빼뿍빎쁘발븟볜뼛봤뺙뺨뵈뺌뱍빽뺐쁜삡볶벨붑뻣뵤뽁뵀붐베범볘뼈밧배밝비뼝븃밥뼁밴섦섐술속쓩쏘씻쇈쇨셉썬세쌌쌀쌈센슴쓺쏴쌤쌍숟싹쐬쐈쐽썲손쏩쐤써쐰쑈숨쇽쒼삭슝쇌쉼섧슁샀샙쇱쌕싶슐쇳숙섀쏟슭쐼셜씁숑썼쓿숴쉭씸썹션쏠숭섕셨쏀쏙샹쇄쑴슥스슨삽쏢솩쑵솔샷싣쑬섟식씽슬슘샴씌쌉심섹씐샌숍쉈씨솬쉑석색솰섬쎌승슷쑨쌔성송쓰셔상쇗씩샐산샤샅서섭쏵삶쏨셩쇤쌓섄솟쉿숏썅슉셰섣새숌신쇠셸쇔숄숯쒸생쇼썽쌜사섯쑹쌥샬숫쒜쉔섰선삼쐴섈솖쉰쏸샜슈숱싻슛쌨쏜쉽쌘십쓸쉴싫씔샥셤솝셍셴순셧씜쐐숲쑥쌩쎄삯섞샘소쎈샨쓴쇰씰썸쑤솽썩셀싱습씹숩삳씀셕쓱숀솅싼셋쉥셥쒀솥쒔싸샵솨설솜쇘삿섶삵싯셌썰실쉐솎살셈쉬시쉘샛씬수쏭쉠윔있옳옅왹예윳얇을욍얠억왐왓액일욈옐옜욀욋엥앗웁엠옮옰욧앞옭입얾융웨옻오옵었엣앎우욕옴얌애올열월울읒윰엇웜야엷왯왜임앓아알엶옆온엾엡윽왱엘잇잊읊의엿암읠엎욱웹얄얘약옘완윙웝앴엮웬엽읜앍육욉염여은읔욜웽앉앰얹음웅얼용읓이욺인엑읾압유안얩영운웸옷역앝윗웰왔잎왑연웩와잉옥앵였읏웡윌욤왼악얗얏요왈앨엄옛앱웃움읽욹윱어왠응읗위익웍양으엉왁윷왕읫엌윅읍외에않앳옌욥엔읨옹왬없웠왝았원욘얻얀앤율워업윤엊옇윕얽얜얍앙읕잃얕언옙윈읖작쭐적쩌쩟찢졺조잽찝좟짰짐쭙젖즐진쭘쫑찧졌짝쭸준잡잼제중잴즌쫌쫓젱줏쬡지쨩졉짭줄쨔쩜찍찌쯧쟝쥐짓잔죽쩝잰쟀짼줴쫘쮜즈질쫙짢잭잖젯쩍쥘짚쟌젭죵짱쫄집쪘져좽쟨쪼쬈족좔짜잗쫴자죙쨘줆저쥬쯔좼존쭈즛젼주좌전좝째짹재짖잤쩨줘종잠좨쥑점짇쨈쫀쬐짬줍젠쫏쟈쨀짊죄쥔쨋죗쥴쟉잣쭁쨍젓쟐찡쬠쟤쫬좃직짠쥡줅좀찔쪄즘죠죡즙징졔쫍쭝짙증죌쭌잿쟬절장쩐짯좁졀쯩짤잦젤쥠쟁좍짧찜접젬잚쮸쫠좋쥣찐좆좇쟎쟘죈줬졈쩔쥼쭤쨌졸쥰쩽졍좡쭉젊쬔죔쭹쩡쩠정즉쯤줌죕죤젝쨉쬘쪽잘쳇찻춰췻쳔친츈칠츰찰췐춥처치첼쵤척쳄책췸쵯채챗츨촬췄챙춧쳐촨찬첩칫촉챌쵠췰청창쳅출쳰축참챈춤챘층첵촛츔췽촤촌췹촐취챰츳쳬천츠초춘츱춈챠쵱첸챨츤찮측칟촹챕찼칭쵭칡챵츙췬첬총최칙쵸착첨쳤챔차철챦침촘췌칩충쵬첫챤찾쳉추촁츄촙츌체찹쾅쿳킹쿰캭퀭콜키컵킷퀵켑컨쿨큰컹큘칸켁쿄킨켸쾡컴켐큐캉큇콘킬콱쿼크커캑클캐켕콥켬코킵쾀컸케컥캠컷쿱쾌콰컫캬콕퀑퀄쿵캤콤쿠칵큉켯쿤켠캥콩퀴캡킥큽큔컬켰켭켓큭칼카쿡캣켱컁콧퀘켄큠켜콸퀼콴퀸킴캘캄켤쾨킁캅캔큅큼퀀쾰캇켈큄톳퇸특톱팃테틂투택튕툰툭튼트퇀탔튿탤툽탑텅탭퉈톡틜텄팅토팀퉜틱텐튠텡툉탸텬틸템퇘튜텔톤팁턺톺튁툼틥틘턍틔튱튐탈탄탬톨퉁타툿톄텁턱탁탉탱틤텨툴튀툐털탓탰튬태틀퉤텀텃툇텟텼튑튈톰탕탐탠튤틉턴퇴통틴탯튄톈티텍톼터틋틈텝폘펼팡펏필풋팎펙핏픗팻팝펨풔핑푄팠폣편프퓔판평파폅팟푠퓽팜펌퍼팍퓜표픽팥푿펍페퓬품핌팔픔펠푀펀폡펄풍펫폼핀팸풀팰포퐈퍄픈푤팼패푼퓌펩폄풉펭폽푹퓟퓐폐팖퐁플폰폿펴퓰푭풂폴푸퐝퍽폈팽펜팩퓨풩핍펐퍅폭푯피퓻펑팹픕팬퓸힛횐훵홴혓환흔핥휩힁히헤횡횔형휴협호화횃휸험흇휄흐훽훔혀헙하헴흑횝흗활흖획홀흠휘휼햅혤회홅혈홈한홋힐휙횟혭휀황훑휵희핸훙헨횰흥횻힘흄흡헬헵헉혐홰해함홱햇헒훗횅흰힝했확핫허흴헹항훠힉훨헥합헛할힙핵휨핼헐홑혔훈흽흩훤홍햄흘혹횬흉햐홉휭훅홧휑혁훼휠혼흙효휜헌흣헝횹행학훰혠향훌힌휫후혜흼현헷 diff --git a/bin/pack/locale_ymir/locale/ymir/locale_game.txt b/bin/pack/locale_ymir/locale/ymir/locale_game.txt deleted file mode 100644 index c49245b7..00000000 --- a/bin/pack/locale_ymir/locale/ymir/locale_game.txt +++ /dev/null @@ -1,797 +0,0 @@ -AFF_LOVE_POINT ݽ : %d%% -ALIGNMENT_NAME ġ : -ATTACK_ERROR_UNKNOWN : %s -CANNOT_ATTACK_DEST_IN_SAFE ִ -CANNOT_ATTACK_SELF_IN_SAFE ̰ -CANNOT_EQUIP_IN_EXCHANGE ȯ϶ ü ϴ -CANNOT_EQUIP_IN_SHOP ̿϶ ü ϴ -CANNOT_OPEN_PRIVATE_SHOP_IN_SAFE_AREA 忡 ϴ -CANNOT_SHOOT_DEST_IN_SAFE ִ -CANNOT_SHOOT_EMPTY_ARROW ȭ -CANNOT_SHOOT_SELF_IN_SAFE ̰ -CANNOT_SKILL_APPROACH -CANNOT_SKILL_ATTACK -CANNOT_SKILL_DEST_IN_SAFE ִ -CANNOT_SKILL_EQUIP_FISHING_ROD ô븦 ؾ -CANNOT_SKILL_HAVE_TO_RIDE Ÿ߸ ־ -CANNOT_SKILL_NEED_EMPTY_BOTTLE -CANNOT_SKILL_NEED_POISON_BOTTLE -CANNOT_SKILL_NEED_TARGET ؾ... -CANNOT_SKILL_NOT_ENOUGH_HP ! -CANNOT_SKILL_NOT_ENOUGH_SP ŷ ! -CANNOT_SKILL_NOT_HORSE_SKILL Ÿ -CANNOT_SKILL_NOT_MATCHABLE_WEAPON δ -CANNOT_SKILL_NOT_YET_LEARN ̱ -CANNOT_SKILL_ONLY_FOR_ALLIANCE ῡԸ ־ -CANNOT_SKILL_ONLY_FOR_CORPSE ڿԸ ־ -CANNOT_SKILL_REMOVE_FISHING_ROD ô븦 ų -CANNOT_SKILL_SELF_IN_SAFE ̰ -CANNOT_SKILL_USE_SELF Դ -CANNOT_SKILL_WAIT_COOLTIME -CANNOT_WHISPER_DEST_REFUSE %s Ӹ ź Դϴ SA -CANNOT_WHISPER_NOT_LOGON %s ƴմϴ SA -CANNOT_WHISPER_SELF_REFUSE Ӹ ź ¿ Ӹ ϴ SNA -CHANNEL ä -CHANNELING_CANNOT_LOGOUT α ȭ ϴ. -CHANNEL_EMPTY_SERVER -CHANNEL_NORMAL ä %d -CHANNEL_NOT_FIND_INFO ä ã ϴ -CHANNEL_PVP -CHANNEL_SELECT_CHANNEL ä ּ -CHANNEL_SELECT_REGION ּ -CHANNEL_SELECT_SERVER ּ -CHANNEL_TEST_SERVER ׽Ʈ -CHANNEL_TEST_SERVER_ADDR ׽Ʈ %s:%d -CHAT_ALL ü -CHAT_BLOCK -CHAT_GUILD -CHAT_INFORMATION -CHAT_INSULT_STRING ܾ Ե Դϴ -CHAT_LOG ȭ [L] -CHAT_LOG_TITLE ȭ -CHAT_NORMAL Ϲ -CHAT_NOTICE -CHAT_PARTY Ƽ -CHAT_SEND_CHAT ä -CHAT_SEND_MEMO [Shift+Enter] -CHAT_SHOUT ħ -CHAT_SHOUT_LIMIT ġ 15ʿ ѹ ֽϴ -CHAT_WHISPER Ӹ -CREATE_ERROR_GM_NAME '' Ե ̸ ϴ -CREATE_ERROR_INSULT_NAME ̸Դϴ -CREATE_EXIST_SAME_NAME ̸ ijͰ ֽϴ -CREATE_FAILURE ij͸ ϴ -CREATE_GM_NAME  -CREATE_INPUT_NAME ̸ Է Ͻʽÿ -CREATE_PLUS_STAT Ʈ ֽϴ -DAY -DO_YOU_DROP_MONEY %d ðڽϱ? -DROP_ITEM_FAILURE_EQUIP_ITEM ϴ -DROP_ITEM_FAILURE_PRIVATE_SHOP ִ ȿ ϴ. -DROP_MONEY_FAILURE_1000_OVER 1000 ̻ ϴ -EMOTION_DANCE_1 1 -EMOTION_DANCE_2 2 -EMOTION_DANCE_3 3 -EMOTION_DANCE_4 4 -EMOTION_DANCE_5 5 -EMOTION_DANCE_6 Ÿ -EMOTION_CONGRATULATION -EMOTION_FORGIVE 뼭 -EMOTION_ANGRY ȭ -EMOTION_ATTRACTIVE Ȥ -EMOTION_SAD -EMOTION_SHY β -EMOTION_CHEERUP -EMOTION_BANTER  -EMOTION_JOY -EMOTION_CHEERS_1 ȯȣ 1 -EMOTION_CHEERS_2 ȯȣ 2 -EMOTION_CHOOSE_ONE 븦 Ͻʽÿ -EMOTION_CLAP ڼ -EMOTION_CLAP_KISS Ű -EMOTION_FRENCH_KISS ġ Ű -EMOTION_SLAP -EMPIRE_A ż -EMPIRE_B õ -EMPIRE_C 뱹 -EXCHANGE_CANNOT_GIVE ȯ Դϴ -EXCHANGE_CANT_EDIT_MONEY Ͻ ׼ ϴ -EXCHANGE_FAILURE_EQUIP_ITEM ȯҼ ϴ -EXCHANGE_MONEY ȯ ׼ -EXCHANGE_TITLE %s ԰ ȯ -FISHING_FAILURE Ⱑ ̳ ԰ ΰ ƽϴ -FISHING_UNKNOWN 𸣰ڴ -FISHING_WRONG_PLACE ø ִ ƴմϴ -GAME_CANNOT_MINING Ÿ ä ϴ. -GAME_CANNOT_PICK_ITEM ϴ -GAME_INIT_ERROR_CURSOR Ŀ ߽ϴ. -GAME_INIT_ERROR_DIRECTX DirectX 8.1 ̻ ʾ ϴ.\nDirectX 8.1 ̻ ġϽʽÿ. -GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE ࿡ ׷ ġ ã ϴ.\n DZ⿡ ī尡 ġǾִ ȮϽʽÿ. -GAME_INIT_ERROR_GRAPHICS_NOT_EXIST ׷ ġ ߽ϴ.\n DZ⿡ ׷ ī尡 ġǾִ ȮϽʽÿ.\nǴ ϵ ִ ȮϽʽÿ.\n(->÷-> ޹ư\n-> ذ ǿ ϵ 'ִ' ) -GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT ϰ ý ׷ ī 32Ʈ 忡 â带 ʽϴ.\n16Ʈ ȯϽðų ü ȭ 带 Ͻñ ٶϴ. -GAME_INIT_ERROR_ITEM_PROTO Ͱ ϴ.\n ٽ ġϽʽÿ. -GAME_INIT_ERROR_MAIN_WINDOW â ߽ϴ. -GAME_INIT_ERROR_MOB_PROTO Ͱ ϴ.\n ٽ ġϽʽÿ. -GAME_INIT_ERROR_NETWORK Ʈũ ġ ߽ϴ.\nͳ ¸ غ. -GAME_PICK_MONEY %d ȹ߽ϴ -GUILDMARK_UPLOADER_ERROR_128_HEIGHT ũⰡ 128 ƴմϴ -GUILDMARK_UPLOADER_ERROR_12_HEIGHT ũⰡ 12 ƴմϴ -GUILDMARK_UPLOADER_ERROR_16_WIDTH ũⰡ 16 ƴմϴ -GUILDMARK_UPLOADER_ERROR_64_WIDTH ũⰡ 64 ƴմϴ -GUILDMARK_UPLOADER_ERROR_FILE_FORMAT Ǵ ̹ ƴմϴ -GUILDMARK_UPLOADER_ERROR_PATH metin2/upload ־ּ -GUILDMARK_UPLOADER_ERROR_SELECT õ ̹ ϴ -GUILDWAR_CTF_TITLE ȣ -GUILDWAR_NORMAL_TITLE п -GUILDWAR_QUESTION_LINE_1 %s 忡 û ϼ̽ϴ. -GUILDWAR_QUESTION_LINE_2 Ͻðڽϱ? (%s) -GUILDWAR_UNKNOWN_TITLE ... -GUILDWAR_WARP_TITLE -GUILD_BUILDING_GRADE -GUILD_BUILDING_NAME ǹ ̸ -GUILD_CANNOT_HEAL_GSP_ANYMORE ŷ ȸ ʿ䰡 ϴ -GUILD_COMMENT ø -GUILD_CREATE_ERROR_INSULT_NAME ̸ ϱ⿡ մϴ -GUILD_DEFAULT_GRADE -GUILD_DELETE -GUILD_DEPOSIT Ա -GUILD_DO_YOU_HEAL_GSP %d Ͽ ŷ %dŭ ȸϽðڽϱ? -GUILD_DO_YOU_JOIN 忡 Ͻðڽϱ? -GUILD_EMPTY_AREA ִ -GUILD_ENEMY_GUILD_NAME -GUILD_GEM -GUILD_HEAL_GSP ŷ ȸ -GUILD_INFO_ENEMY_GUILD_EMPTY -GUILD_NAME ̸ -GUILD_NOT_ENOUGH_MATERIAL ᰡ Ͽ ǹ ϴ -GUILD_NOT_ENOUGH_MONEY Ͽ ǹ ϴ -GUILD_NO_NOTICE_PERMISSION ϴ -GUILD_OFFER_EXP ġ -GUILD_SHORT_EXP ġ մϴ -GUILD_TILE_BASEINFO -GUILD_TILE_BOARD Խ -GUILD_TILE_GRADE -GUILD_TILE_INFO -GUILD_TILE_MEMBER -GUILD_TILE_SKILL ų -GUILD_WAR_LIMIT_30MIN ð 30 -GUILD_WAR_REWARD_POTION ¸ -GUILD_WAR_USE_BATTLE_MAP -GUILD_WAR_USE_NORMAL_MAP Ϲݸ -GUILD_WAR_WIN_CHECK_SCORE 尡 ¸ -GUILD_WAR_WIN_TAKE_AWAY_FLAG1 ڽ -GUILD_WAR_WIN_TAKE_AWAY_FLAG2 ¸ -GUILD_WAR_WIN_WIPE_OUT_GUILD ¸ -GUILD_WITHDRAW -GUILD_YOU_DO_NOT_JOIN 忡 ʽϴ -HORSE_HEALTH0 ׾ -HORSE_HEALTH1 -HORSE_HEALTH2 -HORSE_HEALTH3 θ -HORSE_LEVEL1 ʱ޸ -HORSE_LEVEL2 ߱޸ -HORSE_LEVEL3 ޸ -HOUR ð -INPUT_MATRIX_CARD_NUMBER Ʈ ī ȣ Է -INPUT_MATRIX_CARD_TITLE Ʈ ī -INPUT_PRIVATE_CODE_DIALOG_DESCRIPTION ֹεϹȣ ڸ 7ڸ Էֽʽÿ -INPUT_PRIVATE_CODE_DIALOG_TITLE ij -INVENTORY_DO_NOT_PACK_WARP_SCROLL ȯδ ĥ ϴ -INVENTORY_REALLY_USE_ITEM Ͻðڽϱ? -JOB_ASSASSIN ڰ -JOB_ASSASSIN0 ߽ڰ -JOB_ASSASSIN1 챺 -JOB_ASSASSIN2 뱺 -JOB_SHAMAN -JOB_SHAMAN0 ߽ -JOB_SHAMAN1 õ決 -JOB_SHAMAN2 ڱ -JOB_SURA -JOB_SURA0 ߽ -JOB_SURA1 ȯ -JOB_SURA2 渶 -JOB_WARRIOR -JOB_WARRIOR0 ߽ -JOB_WARRIOR1 ѱ -JOB_WARRIOR2 ⱺ -LEFT_TIME ð -LOGIN_CONNECT_FAILURE ӿ ߽ϴ -LOGIN_CONNECT_SUCCESS ӿ ߽ϴ -LOGIN_CONNETING Դϴ -LOGIN_FAILURE_ALREAY ش ̹ ֽϴ -LOGIN_FAILURE_BE_SAME_KEY αο ߻Ͽϴ. -LOGIN_FAILURE_BLOCK_ID Դϴ -LOGIN_FAILURE_NOBILL Ⱓ Դϴ. -LOGIN_FAILURE_NOT_AVAIL Դϴ. -LOGIN_FAILURE_NOT_EXIST_ID ԷϽ ̵ ϴ -LOGIN_FAILURE_REPAIR_ID Դϴ -LOGIN_FAILURE_SHUTDOWN ʾҽϴ -LOGIN_FAILURE_TOO_MANY_USER ڰ ϴ -LOGIN_FAILURE_UNKNOWN αο ߽ϴ -LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER ȣ Է ߸ Ǿϴ -LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE ȣ Է 3 Ʋ մϴ -LOGIN_FAILURE_WRONG_PASSWORD н尡 ƲȽϴ -LOGIN_FAILURE_WRONG_SOCIALID ߸ ֹεϹȣԴϴ -LOGIN_FAILURE_SHUTDOWN_TIME ˴ٿ ܽðԴϴ -LOGIN_INPUT_ID ̵ Էּ -LOGIN_INPUT_PASSWORD йȣ Էּ -LOGIN_PROCESSING α Դϴ -MALL_CANNOT_INSERT ϴ -MALL_PASSWORD_TITLE ȣ -MAP_A1 -MAP_A2 · -MAP_A3 ھ -MAP_AG ߶ -MAP_B1 -MAP_B2 -MAP_B3 -MAP_BG ͷ -MAP_C1 -MAP_C2 -MAP_C3 ڶ -MAP_CG -MAP_DESERT 縷 -MAP_FLAME ȭ -MAP_SKELTOWER ž -MAP_SNOW ѻ -MAP_SPIDER Ẕ́ -MAP_TEMPLE б -MAP_TREE ͸ -MAP_TRENT02 ͸ -MAP_WL Ȳ -MAP_NUSLUCK Ȳ -MAP_CAPE ΰ -MAP_THUNDER -MAP_DAWN ȿ -MAP_BAY 縸 -MESSENGER_ADD_FRIEND ģ ߰ -MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_1 %s ģ ûϼ̽ϴ -MESSENGER_DO_YOU_ACCEPT_ADD_FRIEND_2 Ͻðڽϱ? -MESSENGER_DO_YOU_DELETE Ͻðڽϱ? -MESSENGER_DO_YOU_DELETE_PHONE_NUMBER ڵ ȣ ðڽϱ? -MESSENGER_DO_YOU_MOVE ̵ Ͻðڽϱ? -MESSENGER_EMPTY_LIST -MESSENGER_FAMILY -MESSENGER_FRIEND ģ -MESSENGER_GUILD -MESSENGER_INPUT_MOBILE_AUTHORITY_DESCRIPTION ڵ ޼ ȣ Է ֽʽÿ -MESSENGER_INPUT_MOBILE_AUTHORITY_TITLE ȣ Է -MESSENGER_INPUT_MOBILE_PHONE_NUMBER_1 ڵ ȣ Է ø ޼ ϴ -MESSENGER_INPUT_MOBILE_PHONE_NUMBER_2 ȣ ԷϽðڽϱ? -MESSENGER_INPUT_MOBILE_PHONE_NUMBER_TITLE ڵ ȣ Է -MESSENGER_SEND_MOBILE_MESSAGE_TITLE ޼ -MINIMAP ̴ϸ -MINIMAP_CANNOT_SEE ̴ϸ ϴ -MINIMAP_CAN_NOT_SHOW_AREAMAP ü ϴ -MINIMAP_DEC_SCALE -MINIMAP_INC_SCALE Ȯ -MINIMAP_OBSERVER_COUNT %d -MINIMAP_SHOW_AREAMAP ü -MINUTE -MONEY_INPUT_DIALOG_SELLPRICE ǸŰ : -MOVE_ITEM_FAILURE_PRIVATE_SHOP ִ ȿ ġ ٲ ϴ -MUSIC_EMPTY_MUSIC_LIST ʽϴ -MUSIC_METIN2_DEFAULT_THEMA ƾ2 ⺻ ׸ -MUSIC_NOT_SELECT_MUSIC õ ϴ -NEEFD_REST ޽ʿ -NOT_YET_SUPPORT ʽϴ -OPTION_PVPMODE_CANNOT_SET_GUILD_MODE 忡 ϴ -OPTION_PVPMODE_NOT_SUPPORT PvP Ͻ ϴ. -OPTION_PVPMODE_PROTECT %d ̻ PvP մϴ. -PARTY_BONUS_ATTACKER ݷ : +%d SA -PARTY_BONUS_BERSERKER ӵ : +%d SA -PARTY_BONUS_BUFFER ų ð : +%d SA -PARTY_BONUS_DEFENDER : +%d SA -PARTY_BONUS_EXP ʽ ġ : %d%% SA -PARTY_BONUS_SKILL_MASTER ִ ŷ : +%d SA -PARTY_BONUS_TANKER ִ : +%d SA -PARTY_BREAK_UP Ƽ ػ -PARTY_DO_YOU_ACCEPT Ƽ û ϼ̽ϴ. -PARTY_DO_YOU_JOIN Ƽ ʴ븦 Ͻðڽϱ? -PARTY_EXP_DISTRIBUTION_MODE ġ й -PARTY_EXP_DISTRIBUTION_MODE_LEVEL -PARTY_EXP_DISTRIBUTION_MODE_LEVEL_TOOLTIP ġ ´ -PARTY_EXP_DISTRIBUTION_MODE_PARITY յϰ -PARTY_EXP_DISTRIBUTION_MODE_PARITY_TOOLTIP Ƽ ġ յϰ ´ -PARTY_HEAL_ALL_MEMBER ȸ -PARTY_INCREASE_AREA_150 Ƽ 1.5 SNA -PARTY_INCREASE_AREA_200 Ƽ 2 SNA -PARTY_LEAVE Ƽ Ż -PARTY_LONGTIME_BONUS_EXP ð Ƽ ʽ ġ : +%d%% SA -PARTY_MEMBER_OFFLINE [] -PARTY_RECALL_MEMBER Ƽ ȯ -PARTY_REGEN_BONUS ü ŷ ȸ ʽ : +%d%% SA -PARTY_REQUEST_DENIED Ƽ û ź߽ϴ. -PARTY_SET_ATTACKER Ŀ -PARTY_SET_BERSERKER Ŀ -PARTY_SET_BUFFER ۷ -PARTY_SET_DEFENDER -PARTY_SET_NORMAL ɷ -PARTY_SET_SKILL_MASTER ų ͷ -PARTY_SET_TANKER Ŀ -PARTY_SKILL_ATTACKER Ŀ ⺻ ݷ +%.0f -PARTY_SKILL_BERSERKER Ŀ ӵ +%.0f -PARTY_SKILL_BUFFER ų ӽð +%.0f -PARTY_SKILL_DEFENDER +%.0f -PARTY_SKILL_HP_REGEN ȸӵ +%.0f%% -PARTY_SKILL_PARTY_AREA Ƽ +%d%% -PARTY_SKILL_SKILL_MASTER ų ִ ŷ +%.0f -PARTY_SKILL_SP_REGEN ŷ ȸӵ +%.0f%% -PARTY_SKILL_TANKER Ŀ ִ +%.0f -PARTY_SKILL_WARP Ƽ ȯ -PASSWORD_TITLE â ȣ -PICK_ITEM_TITLE -PICK_MONEY_TITLE ׼ -PRIVATE_SHOP_CANNOT_SELL_ITEM Ǹ Դϴ -PRIVATE_SHOP_CLOSE_QUESTION ðڽϱ? -PRIVATE_SHOP_INPUT_NAME_DIALOG_TITLE ̸ Էâ -PRIVATE_SHOP_INPUT_PRICE_DIALOG_TITLE Էâ -PVP_LEVEL0 -PVP_LEVEL1 -PVP_LEVEL2 -PVP_LEVEL3 -PVP_LEVEL4 -PVP_LEVEL5 -PVP_LEVEL6 -PVP_LEVEL7 -PVP_LEVEL8 п -PVP_MODE_GUILD PvP Ǿϴ -PVP_MODE_KILL PvP Ǿϴ -PVP_MODE_NORMAL PvP ȭ Ǿϴ -PVP_MODE_PROTECT PvP ȣ Ǿϴ -PVP_MODE_REVENGE PvP ¡ Ǿϴ -PVP_OPTION_KILL -PVP_OPTION_NORMAL ȭ -PVP_OPTION_PROTECT ȣ -PVP_OPTION_REVENGE ¡ -QUEST_APPEND ο Ʈ ϵǾϴ -QUEST_MIN -QUEST_SEC -QUEST_TIMEOVER ð ʰ -QUEST_UNLIMITED_TIME ð -QUEST_ZEROSEC 0 -QUICKSLOT_REGISTER_DISABLE_ITEM Կ Դϴ -RECEIVE_MESSAGE %s κ ޼ Խϴ -REFINE_COST : %d -REFINE_DESTROY_WARNING ϸ ϴ -REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_1 Ȯ ϸ -REFINE_DESTROY_WARNING_WITH_BONUS_PERCENT_2 ϴ. õϽðڽϱ? -REFINE_DOWN_GRADE_WARNING ϸ ϴ -REFINE_DO_YOU_SEPARATE_METIN ðڽϱ? -REFINE_FAILURE ߽ϴ -REFINE_FAILURE_EQUIP_ITEM ϴ -REFINE_FAILURE_METIN_INSEPARABLE_ITEM  ִ ƾ ϴ -REFINE_FAILURE_NEED_BETTER_SCROLL ʿ մϴ -REFINE_FAILURE_NO_MORE_SOCKET ̻ ϴ -REFINE_FAILURE_SOCKET_DISABLE_ITEM Դϴ -REFINE_FAILURE_UPGRADE_DISABLE_ITEM ų Դϴ -REFINE_SUCCESS ߽ϴ -REFINE_SUCCESS_PROBALITY Ȯ : %d%% -REFINE_WARNING2 õϽðڽϱ? -SAFEBOX_ERROR ȣ ƲȽϴ. -SAFEBOX_SELL_DISABLE_SAFEITEM â ִ Ǹ ϴ -SAFEBOX_WRONG_PASSWORD ȣ ߸ Է Ǿϴ -SCREENSHOT_SAVE1 ũ -SCREENSHOT_SAVE2 ߽ϴ. -SCREENSHOT_SAVE_FAILURE ũ 忡 ߽ϴ. -SECOND -SELECT_CAN_NOT_DELETE ij͸ ϴ -SELECT_CHANGED_NAME ij ̸ Ǿϴ -SELECT_CHANGE_FAILURE_ALREADY_EXIST_NAME ̹ ϴ ij ̸Դϴ -SELECT_CHANGE_FAILURE_STRANGE_INDEX ٽ õ ֽʽÿ -SELECT_CHANGE_FAILURE_STRANGE_NAME ߸ ij ̸Դϴ -SELECT_CHANGE_NAME_TITLE ij ̸ -SELECT_DELEING ij -SELECT_DELETED Ǿϴ -SELECT_DO_YOU_DELETE_REALLY ðڽϱ? -SELECT_EMPTY_SLOT ִ Դϴ -SELECT_GM_NAME  -SELECT_INPUT_CHANGING_NAME ij ̸ Ͻʽÿ -SELECT_NOT_JOIN_GUILD Ҽӱ -SHOP_BUY_INFO â Ͻø ֽϴ -SHOP_CANNOT_SELL_EQUIPMENT Ľ ϴ -SHOP_CANNOT_SELL_ITEM Դϴ -SHOP_ERROR_UNKNOWN : %s -SHOP_INVALID_POS ߸ Դϴ. -SHOP_INVENTORY_FULL κ丮 ڸ ϴ. -SHOP_NOT_ENOUGH_MONEY մϴ. -SHOP_SELL_INFO κ丮 â Ͻø Ľ ֽϴ -SHOP_SOLDOUT ϴ. -SHOT_ERROR_UNKNOWN Ÿ : %s -SKILL_BOHO ݻ -SKILL_BUDONG εں -SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_BOOK ʹ ؼ ֽϴ. -SKILL_CANNOT_LEVEL_UP_ANYMORE_BY_STAT ʹ å ϼž մϴ. -SKILL_CHEONGEUN õ -SKILL_CRITICAL 2 -SKILL_ENCHANT_POISON ٸ -SKILL_EUNHYEONG -SKILL_FAINT -SKILL_FIND_TRAP ã -SKILL_FIRE ȭ -SKILL_FISHMIND ȯ -SKILL_GAMJI -SKILL_GEOMGYEONG ˰ -SKILL_GEONGON ǰġȯ -SKILL_GICHEON õ -SKILL_GIGONG -SKILL_GONGPO -SKILL_GRADE_NAME_GRAND_MASTER %s ׷ -SKILL_GRADE_NAME_MASTER %s -SKILL_GRADE_NAME_PERFECT_MASTER %s Ʈ -SKILL_GROUP_ASSASSIN_1 챺 -SKILL_GROUP_ASSASSIN_2 뱺 -SKILL_GROUP_HORSE ¸ -SKILL_GROUP_SHAMAN_1 õ決 -SKILL_GROUP_SHAMAN_2 ڱ -SKILL_GROUP_SURA_1 ȯ -SKILL_GROUP_SURA_2 渶 -SKILL_GROUP_WARRIOR_1 ѱ -SKILL_GROUP_WARRIOR_2 ⱺ -SKILL_GWIGEOM Ͱ -SKILL_GYEONGGONG -SKILL_HEUKSIN żȣ -SKILL_HOSIN ȣ -SKILL_HWAYEOM ȭ -SKILL_HYEOLMA -SKILL_INC_ATKSPD ݼӵ -SKILL_INC_MOVSPD ̵ӵ -SKILL_INMA θս -SKILL_JEOJU -SKILL_JEONGEOP -SKILL_JEONGWI ȥ -SKILL_JEONSINBANGEO Ź -SKILL_JEONSINGONGGYEOK Ű -SKILL_JEUNGCHE üŹ -SKILL_JEUNGHON ȥ -SKILL_JEUNGRYEOK ¼ -SKILL_JEUNGSOK Ӽ -SKILL_JIGAM -SKILL_JIPJUNG ߹ -SKILL_JUMAGAP ָ -SKILL_JUMAGEOM ָ -SKILL_KWAEGEOM ˼ -SKILL_KWAESOK -SKILL_LEGBOUND ٸ -SKILL_MUSA ȥ -SKILL_MUYEONG -SKILL_NEED_EMPTY_BOTTLE -SKILL_NEED_POISON_BOTTLE -SKILL_ONLY_FOR_GUILD_WAR ߿ Ͻ ֽϴ -SKILL_PABEOP Ĺ -SKILL_POWERFUL_STRIKE -SKILL_SEOMGWANG ź -SKILL_SINCHAK Ű -SKILL_SLEEP -SKILL_SLOW ο -SKILL_STUN -SKILL_SUHO ȣ -SKILL_SUMMON_DESCRIPTION ȯ Ȯ : %d%% -SKILL_TOOLTIP_INT -SKILL_TOOLTIP_LEVEL -SKILL_TOXICDIE ߵ -SKILL_TOXICPOWER ݷ -SKILL_TUSOK Ӹ -SKILL_WONSIN ź -SKILL_YONGSIN ȣ -STAT_MINUS_CON ü ( ȸ %dȸ) -STAT_MINUS_DEX ø ( ȸ %dȸ) -STAT_MINUS_INT ( ȸ %dȸ) -STAT_MINUS_STR ٷ ( ȸ %dȸ) -STAT_TOOLTIP_CON ° ˴ϴ -STAT_TOOLTIP_DEX ߷ ȸ ˴ϴ -STAT_TOOLTIP_INT ŷ° ˴ϴ -STAT_TOOLTIP_STR ݷ ˴ϴ -SYMBOLLIST_TITLE ɺ -SYSTEM_OPTION_CPU_TILING_1 CPU Ÿϸ 翡 ӵ ֽϴ -SYSTEM_OPTION_CPU_TILING_2 ׷Ȼ `ý ɼ` Ȥ `CONFIG.exe` ̿ -SYSTEM_OPTION_CPU_TILING_3 GPU Ÿϸ 缳Ͻñ ٶϴ -SYSTEM_OPTION_GPU_TILING_1 GPU Ÿϸ 翡 ֽϴ -SYSTEM_OPTION_GPU_TILING_2 ׷Ȼ `ý ɼ` Ȥ `CONFIG.exe` ̿ -SYSTEM_OPTION_GPU_TILING_3 CPU Ÿϸ 缳Ͻñ ٶϴ -SYSTEM_OPTION_TILING_EXIT Ÿϸ 带 ϱ մϴ -TARGET_BUTTON_ACCEPT_FIGHT ᵿ -TARGET_BUTTON_AVENGE -TARGET_BUTTON_BUILDING_DESTROY ı -TARGET_BUTTON_DISMOUNT -TARGET_BUTTON_EMOTION_ALLOW ׼ -TARGET_BUTTON_EXCHANGE ȯ -TARGET_BUTTON_EXCLUDE -TARGET_BUTTON_EXIT_OBSERVER -TARGET_BUTTON_FIGHT -TARGET_BUTTON_FRIEND ģ -TARGET_BUTTON_INVITE_GUILD ʴ -TARGET_BUTTON_INVITE_PARTY Ƽʴ -TARGET_BUTTON_LEAVE_PARTY ƼŻ -TARGET_BUTTON_REQUEST_ENTER_PARTY Ƽ -TARGET_BUTTON_VIEW_EQUIPMENT -TARGET_BUTTON_WHISPER Ӹ -TARGET_LEVEL_BOSS 屺 -TARGET_LEVEL_KING -TARGET_LEVEL_KNIGHT -TARGET_LEVEL_PAWN -TARGET_LEVEL_S_KNIGHT -TARGET_LEVEL_S_PAWN -TASKBAR_ATTACK -TASKBAR_AUTO ڵ -TASKBAR_CAMERA ī޶ -TASKBAR_EXP ġ -TASKBAR_HP -TASKBAR_MOVE ̵ -TASKBAR_SKILL ų -TASKBAR_SP ŷ -TASKBAR_ST -THING_COUNT -TOOLTIP_APPLY_ATTBONUS_ANIMAL Ÿġ +%d%% SA -TOOLTIP_APPLY_ATTBONUS_ASSASSIN ڰ +%d%% SA -TOOLTIP_APPLY_ATTBONUS_DEVIL Ǹ Ÿġ +%d%% SA -TOOLTIP_APPLY_ATTBONUS_HUMAN ΰͷ Ÿġ +%d%% SA -TOOLTIP_APPLY_ATTBONUS_MILGYO б Ÿġ +%d%% SA -TOOLTIP_APPLY_ATTBONUS_MONSTER Ϳ +%d%% SA -TOOLTIP_APPLY_ATTBONUS_ORC Ÿġ +%d%% SA -TOOLTIP_APPLY_ATTBONUS_SHAMAN 翡 +%d%% SA -TOOLTIP_APPLY_ATTBONUS_SURA 󿡰 +%d%% SA -TOOLTIP_APPLY_ATTBONUS_UNDEAD ü Ÿġ +%d%% SA -TOOLTIP_APPLY_ATTBONUS_WARRIOR 翡 +%d%% SA -TOOLTIP_APPLY_BLOCK Ÿݽ Ȯ %d%% SA -TOOLTIP_APPLY_COMBAT_SP_RECOVER 5ʴ ŷ ȸ %d SA -TOOLTIP_APPLY_CRITICAL_PCT %d%% Ȯ ġŸ SA -TOOLTIP_APPLY_DAMAGE_SP_RECOVER %d%% Ȯ ؽ ŷ ȸ SA -TOOLTIP_APPLY_DODGE Ȱ ȸ Ȯ %d%% SA -TOOLTIP_APPLY_EXP_DOUBLE_BONUS %d%% Ȯ ġ ġ ߰ SA -TOOLTIP_APPLY_GOLD_DOUBLE_BONUS %d%% Ȯ ġ 2 SA -TOOLTIP_APPLY_IMMUNE_FALL Ѿ SNA -TOOLTIP_APPLY_IMMUNE_SLOW SNA -TOOLTIP_APPLY_IMMUNE_STUN SNA -TOOLTIP_APPLY_ITEM_DROP_BONUS %d%% Ȯ ġ 2 SA -TOOLTIP_APPLY_KILL_HP_RECOVER %d%% Ȯ ġ ȸ SA -TOOLTIP_APPLY_KILL_SP_RECOVER %d%% Ȯ ġ ŷ ȸ SA -TOOLTIP_APPLY_MANA_BURN_PCT %d%% Ȯ Ÿݽ ŷ Ҹ SA -TOOLTIP_APPLY_NOAFFECT -TOOLTIP_APPLY_NO_DEATH_PENALTY ġ Ҹ ѹ ش SNA -TOOLTIP_APPLY_PENETRATE_PCT %d%% Ȯ SA -TOOLTIP_APPLY_POISON_PCT ߵ Ȯ %d%% SA -TOOLTIP_APPLY_POISON_REDUCE %d%% SA -TOOLTIP_APPLY_POTION_BONUS %d%% SA -TOOLTIP_APPLY_REFLECT_CURSE ǵ Ȯ %d%% SA -TOOLTIP_APPLY_REFLECT_MELEE ݻ %d%% SA -TOOLTIP_APPLY_RESIST_BELL %d%% SA -TOOLTIP_APPLY_RESIST_DAGGER μհ %d%% SA -TOOLTIP_APPLY_RESIST_FAN ä %d%% SA -TOOLTIP_APPLY_RESIST_SWORD Ѽհ %d%% SA -TOOLTIP_APPLY_RESIST_TWOHAND հ %d%% SA -TOOLTIP_APPLY_RESIST_WIND ٶ %d%% SA -TOOLTIP_APPLY_SKILL_BOOK_BONUS å Ȯ 2.5 Ѵ SNA -TOOLTIP_APPLY_SKILL_BOOK_NO_DELAY н ȭԸ Ǯ ִ SNA -TOOLTIP_APPLY_SLOW_PCT Ȯ %d%% SA -TOOLTIP_APPLY_STEAL_HP Ÿġ %d%% SA -TOOLTIP_APPLY_STEAL_SP Ÿġ %d%% ŷ SA -TOOLTIP_APPLY_STUN_PCT Ȯ %d%% SA -TOOLTIP_APPLY_MAX_SP_PCT ִ ŷ +%d%% SA -TOOLTIP_APPLY_MAX_HP_PCT ִ +%d%% SA -TOOLTIP_ANTI_SELL -TOOLTIP_ARMOR -TOOLTIP_ARROW ȭ -TOOLTIP_ASSASSIN ڰ -TOOLTIP_ATT_GRADE ݷ +%d SA -TOOLTIP_ATT_SPEED ݼӵ +%d%% SA -TOOLTIP_BOW_DISTANCE Ȱ Ÿ +%dm SA -TOOLTIP_BUYPRICE : %s -TOOLTIP_CAST_SPEED ֹӵ +%d%% SA -TOOLTIP_CON ü +%d SA -TOOLTIP_DEF_GRADE +%d SA -TOOLTIP_DEX ø +%d SA -TOOLTIP_EAR Ͱ -TOOLTIP_ETC Ÿ -TOOLTIP_PICK_EXP õ : %d / %d -TOOLTIP_PICK_LEVEL : %d -TOOLTIP_PICK_UPGRADE1 ۿ dzָ -TOOLTIP_PICK_UPGRADE2 ̷ ׷̵ -TOOLTIP_PICK_UPGRADE3 ֽϴ -TOOLTIP_FISHINGROD_EXP õ : %d / %d -TOOLTIP_FISHINGROD_LEVEL : %d -TOOLTIP_FISHINGROD_UPGRADE1 ο dzָ -TOOLTIP_FISHINGROD_UPGRADE2 ô ׷̵ -TOOLTIP_FISHINGROD_UPGRADE3 ֽϴ -TOOLTIP_FISH_LEN : %.2fcm -TOOLTIP_HELMET -TOOLTIP_HP_REGEN ȸ +%d%% SA -TOOLTIP_INT +%d SA -TOOLTIP_ITEM_ATT_GRADE ݷ %d -TOOLTIP_ITEM_ATT_POWER ı %d - %d -TOOLTIP_ITEM_ATT_POWER_ONE_ARG ı %d -TOOLTIP_ITEM_ATT_POWER_REFINE ı %d - %d (+%d) -TOOLTIP_ITEM_ATT_SPEED ݼӵ %s -TOOLTIP_ITEM_DEF_GRADE %d -TOOLTIP_ITEM_FAST -TOOLTIP_ITEM_LIMIT_CON ü : %d -TOOLTIP_ITEM_LIMIT_DEX ø : %d -TOOLTIP_ITEM_LIMIT_INT : %d -TOOLTIP_ITEM_LIMIT_LEVEL : %d -TOOLTIP_ITEM_LIMIT_STR ٷ : %d -TOOLTIP_ITEM_MAGIC_ATT_POWER ݷ %d - %d -TOOLTIP_ITEM_MAGIC_ATT_POWER_ONE_ARG ݷ %d -TOOLTIP_ITEM_MAGIC_DEF_POWER %d -TOOLTIP_ITEM_NORMAL -TOOLTIP_ITEM_SLOW -TOOLTIP_ITEM_VERY_FAST ſ -TOOLTIP_ITEM_VERY_SLOW ſ -TOOLTIP_ITEM_WEARABLE_JOB [ ] -TOOLTIP_LOTTERY_STEP_NUMBER %dȸ -TOOLTIP_LOTTO_NUMBER ȣ : %d -TOOLTIP_MAGIC_ATT_GRADE ݷ +%d SA -TOOLTIP_MAGIC_DEF_GRADE +%d SA -TOOLTIP_MALL_ATTBONUS ݷ +%d%% SA -TOOLTIP_MALL_ATTBONUS_STATIC ݷ +12~15% SNA -TOOLTIP_MALL_AUTOLOOT ɽ ӵ ٷ̸ ڵ ֿ ݴϴ SNA -TOOLTIP_MALL_DEFBONUS +%d%% SA -TOOLTIP_MALL_DEFBONUS_STATIC +12~15% SNA -TOOLTIP_MALL_EXPBONUS ġ +%d%% SA -TOOLTIP_MALL_EXPBONUS_P_STATIC PC 濡 ġ +%d%% SA -TOOLTIP_MALL_EXPBONUS_STATIC ġ 20% SNA -TOOLTIP_MALL_FISH_MIND ⸦ Ȯ ÷ݴϴ SNA -TOOLTIP_MALL_GOLDBONUS %.1f SA -TOOLTIP_MALL_GOLDBONUS_STATIC 2 SNA -TOOLTIP_MALL_ITEMBONUS %.1f SA -TOOLTIP_MALL_ITEMBONUS_P_STATIC PC 濡 %.1f%% SA -TOOLTIP_MALL_ITEMBONUS_STATIC 2 SNA -TOOLTIP_MALL_MARRIAGE_FAST ݽ ġ ӵ մϴ SNA -TOOLTIP_MALL_SAFEBOX â 3ĭ Ȯ ŵϴ SNA -TOOLTIP_MAX_HP ִ +%d SA -TOOLTIP_MAX_HP_PCT ִ +%d%% SA -TOOLTIP_MAX_SP ִ ŷ +%d SA -TOOLTIP_MAX_SP_PCT ִ ŷ +%d%% SA -TOOLTIP_MAX_STAMINA ִ +%d SA -TOOLTIP_MEMORIZED_POSITION %s(%d, %d) -TOOLTIP_MEMORIZED_POSITION_ERROR GPS ERROR(%d, %d) -TOOLTIP_MOV_SPEED ̵ӵ %d%% SA -TOOLTIP_NECK -TOOLTIP_NEED_ALL_SP ʿ ŷ : -TOOLTIP_NEED_GSP ʿ ŷ : %d -TOOLTIP_NEED_HP ʿ ü : %d -TOOLTIP_NEED_HP_PER_SEC ü : %d / -TOOLTIP_NEED_SKILL_POINT ʿ ų Ʈ : -TOOLTIP_NEED_SP ʿ ŷ : %d -TOOLTIP_NEED_SP_PER_SEC ŷ : %d / -TOOLTIP_NEXT_SKILL_LEVEL_1 : %d (ִ %d) -TOOLTIP_NEXT_SKILL_LEVEL_2 : %d (ִ %d-%d) -TOOLTIP_NEXT_SKILL_LEVEL_3 : %d -TOOLTIP_NORMAL_HIT_DAMAGE_BONUS Ÿ %d%% SA -TOOLTIP_NORMAL_HIT_DEFEND_BONUS Ÿ %d%% SA -TOOLTIP_PARTY_INFO_GRADE_UP1 Ƽ %d ̻ -TOOLTIP_PARTY_INFO_GRADE_UP2 ݵ +%d -TOOLTIP_PARTY_INFO_GRADE_UP3 , +%d -TOOLTIP_PARTY_INFO_HEAL_18_LEVEL ѽð ѹ Ƽ ü/ŷ ȸ -TOOLTIP_PARTY_INFO_HEAL_40_LEVEL 30п ѹ Ƽ ü/ŷ ȸ -TOOLTIP_PARTY_INFO_RECALL_12_LEVEL Ƽ 3 ̳ ȯ -TOOLTIP_PARTY_INFO_RECALL_20_LEVEL Ƽ ȯ -TOOLTIP_PARTY_INFO_SET_ATTACKER ݵ +(Ƽ/2) Ŀ %d -TOOLTIP_PARTY_INFO_SET_TANKER +(Ƽ) Ŀ 1 -TOOLTIP_PARTY_SKILL_LEVEL : %d -TOOLTIP_PARTY_TITLE_GRADE_UP [/ ] -TOOLTIP_PARTY_TITLE_HEAL [ȸ] -TOOLTIP_PARTY_TITLE_INFO_BONUS_EXP Ƽ %d ̻ ʽ ġ %d%% -TOOLTIP_PARTY_TITLE_MEMBER_BONUS_EXP [ʽ ġ] -TOOLTIP_PARTY_TITLE_RECALL [ȯ] -TOOLTIP_PARTY_TITLE_SET_ATTACKER [Ŀ ] -TOOLTIP_PARTY_TITLE_SET_TANKER [Ŀ ] -TOOLTIP_POTION_CURE ̻ ȸ -TOOLTIP_POTION_MIN -TOOLTIP_POTION_PLUS_ATTACK_SPEED ݼӵ : +%d -TOOLTIP_POTION_PLUS_HP_PERCENT : +%d%% -TOOLTIP_POTION_PLUS_HP_POINT : +%d -TOOLTIP_POTION_PLUS_MOVING_SPEED ̵ӵ : +%d -TOOLTIP_POTION_PLUS_SP_PERCENT ŷ : +%d%% -TOOLTIP_POTION_PLUS_SP_POINT ŷ : +%d -TOOLTIP_POTION_SEC -TOOLTIP_POTION_TIME ӽð : -TOOLTIP_REQUIREMENT_21_LEVEL 21 ̻ -TOOLTIP_REQUIREMENT_41_LEVEL 41 ̻ -TOOLTIP_REQUIREMENT_LEVEL %d ̻ -TOOLTIP_REQUIREMENT_SKILL_LEVEL %s %d ̻ -TOOLTIP_REQUIREMENT_STAT_LEVEL %s %d ̻ -TOOLTIP_RESIST_BOW Ȱ %d%% SA -TOOLTIP_RESIST_ELEC %d%% SA -TOOLTIP_RESIST_FIRE ȭ %d%% SA -TOOLTIP_RESIST_MAGIC %d%% SA -TOOLTIP_REST_USABLE_COUNT Ƚ : %d -TOOLTIP_SELLPRICE ǸŰ : %s -TOOLTIP_SHAMAN -TOOLTIP_SHIELD -TOOLTIP_SHOES Ź -TOOLTIP_SKILL ų SNA -TOOLTIP_SKILLBOOK_NAME ü -TOOLTIP_SKILL_AFFECT_ATT_GRADE ݷ : + -TOOLTIP_SKILL_AFFECT_ATT_POWER ݷ : -TOOLTIP_SKILL_AFFECT_ATT_SPEED ӵ : + -TOOLTIP_SKILL_AFFECT_DEF_GRADE : -TOOLTIP_SKILL_AFFECT_DODGE ݷ : - -TOOLTIP_SKILL_AFFECT_HEAL ȸ : -TOOLTIP_SKILL_AFFECT_MOV_SPEED ̵ ӵ : + -TOOLTIP_SKILL_AFFECT_REFLECT_MELEE Ÿġ ݻ Ȯ : -TOOLTIP_SKILL_AFFECT_RESIST_NORMAL Ÿ : -TOOLTIP_SKILL_COOL_TIME Ÿ : -TOOLTIP_SKILL_DAMAGE_BONUS ų %d%% SA -TOOLTIP_SKILL_DEFEND_BONUS ų %d%% SA -TOOLTIP_SKILL_DURATION ð : %d -TOOLTIP_SKILL_FORGET_BOOK_NAME -TOOLTIP_SKILL_LEVEL : %d -TOOLTIP_SKILL_LEVEL_MASTER : %d () -TOOLTIP_SKILL_LEVEL_WITH_MAX : %d (ִ %d) -TOOLTIP_SOCKET_EMPTY -TOOLTIP_SOCKET_REFINABLE_ITEM [ ] -TOOLTIP_SP_REGEN ŷ ȸ +%d%% SA -TOOLTIP_STR ٷ +%d SA -TOOLTIP_SURA -TOOLTIP_UNIQUE ũ -TOOLTIP_WARRIOR -TOOLTIP_WEAPON -TOOLTIP_WRISTLET -TOOLTIP_AUTO_POTION_USING -TOOLTIP_AUTO_POTION_REST : %.2f%% -TOOLTIP_AUTO_POTION_HP ڵ -TOOLTIP_AUTO_POTION_SP ڵ Ķ -UI_ACCEPT -UI_CANCEL -UI_CLOSE ݱ -UI_DEF_FONT ü:12 -UI_DEF_FONT_LARGE ü:16 -UI_DEF_FONT_SMALL ü:9 -UI_DENY -UI_ITEM -UI_LEFT_TIME ð : %d -UI_NEXT -UI_NOCONTENTS -UI_NONAME ̸ -UI_OK Ȯ -UI_POS_UNKNOWN ġ -UI_UNKNOWN -UI_NEXTPAGE >> -UI_PREVPAGE << -USE_ITEM_FAILURE_PRIVATE_SHOP ִ ȿ ϴ -USE_SKILL_ERROR_UNKNOWN ų : %s -UPLOAD_MARK_UPLOAD_NEED_RECONNECT 帶ũ ø ּ -UPLOAD_MARK_CHECK_NEED_RECONNECT 帶ũ ÷ ּ -TOOLTIP_APPLY_RESIST_WARRIOR ݿ %d%% SA -TOOLTIP_APPLY_RESIST_ASSASSIN ڰݿ %d%% SA -TOOLTIP_APPLY_RESIST_SURA ݿ %d%% SA -TOOLTIP_APPLY_RESIST_SHAMAN ݿ %d%% SA -FOR_MALE -FOR_FEMALE -LOGIN_FAILURE_WEB_BLOCK test -COSTUME_WINDOW_TITLE costume -TOOLTIP_ENERGY %d SA -TOOLTIP_TIME_CHARGER_PER ð %d%% SA -TOOLTIP_TIME_CHARGER_FIX ð %d SA -DRAGON_SOUL_STEP_LEVEL1 ϱ -DRAGON_SOUL_STEP_LEVEL2 ϱ -DRAGON_SOUL_STEP_LEVEL3 ߱ -DRAGON_SOUL_STEP_LEVEL4 -DRAGON_SOUL_STEP_LEVEL5 ֻ -DRAGON_SOUL_STRENGTH +%d SA -DRAGON_SOUL_EQUIP_WARNING1 ϸ ϴ. -DRAGON_SOUL_EQUIP_WARNING2 ׷ Ͻðڽϱ? -DRAGON_SOUL_UNEQUIP_WARNING1 Ż ν ֽϴ. -DRAGON_SOUL_UNEQUIP_WARNING2 ׷ ŻϽðڽϱ? -DRAGON_SOUL_UNQUALIFIED ȥ ̿ ڰ ϴ. -DRAGON_SOUL_UNMATCHED_SLOT ´ ƴմϴ. -DRAGON_SOUL_EXPIRED ȥԴϴ. -TOOLTIP_DRAGON_SOUL_DECK1 õ SNA -TOOLTIP_DRAGON_SOUL_DECK2 SNA -DRAGON_SOUL_CANNOT_REFINE_MORE ̻ ȭ ϴ. -DRAGON_SOUL_CANNOT_REFINE ȭ ȥԴϴ. -DRAGON_SOUL_INVALID_DRAGON_SOUL ´ ȥ ƴմϴ. -DRAGON_SOUL_IS_NOT_DRAGON_SOUL ȥ ƴմϴ. -DRAGON_SOUL_NOT_MATCHED_SLOT ´ ƴմϴ. -DRAGON_SOUL_NOT_ENOUGH_MATERIAL ᰡ մϴ. -DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE ȥ ȭ ƴմϴ. -CANNOT_USE Ұ -TOOLTIP_COSTUME_ATTR_BONUS ڽƬ Ӽ %d SA -SHOP_NOT_ENOUGH_MONEY_EX մϴ. -TOOLTIP_MAGIC_ATTBONUS_PER ݷ +%d%% SA -TOOLTIP_MELEE_MAGIC_ATTBONUS_PER / ݷ +%d%% SA -TOOLTIP_RESIST_ICE ñ +%d SA -TOOLTIP_RESIST_EARTH +%d SA -TOOLTIP_RESIST_DARK +%d SA -TOOLTIP_ANTI_CRITICAL_PCT ũƼ +%d%% SA -TOOLTIP_ANTI_PENETRATE_PCT +%d%% SA diff --git a/bin/pack/locale_ymir/locale/ymir/locale_interface.txt b/bin/pack/locale_ymir/locale/ymir/locale_interface.txt deleted file mode 100644 index 88586d22..00000000 --- a/bin/pack/locale_ymir/locale/ymir/locale_interface.txt +++ /dev/null @@ -1,320 +0,0 @@ -ACCEPT Ȯ -ATTACH_METIN_INFO Ͻðڽϱ? -ATTACH_METIN_TITLE ƾ -CANCEL -CHANGE_PASSWORD_CONFIRM ȣ Ȯ -CHANGE_PASSWORD_NEW ȣ -CHANGE_PASSWORD_OLD ȣ -CHANGE_PASSWORD_TITLE ȣ -CHARACTER_ACTION ׼ -CHARACTER_EMOTICON ̸Ƽ -CHARACTER_MAIN ij -CHARACTER_QUEST Ʈ -CHARACTER_SKILL ų -CHARACTER_MUTUAL_ACTION ȣ ׼ -CHARACTER_NORMAL_ACTION Ϲ ׼ -CLOSE ݱ -CREATE_ATT_GRADE ٷ -CREATE_CREATE -CREATE_DEX_GRADE ø -CREATE_HP ü -CREATE_LAST_POINT Ʈ -CREATE_NAME ij̸ -CREATE_NEXT -CREATE_PREV -CREATE_SHAPE ⺻ -CREATE_SP -CREATE_STAT_RESET ʱȭ -EMPIRE_EXIT -EMPIRE_NEXT -EMPIRE_PREV -EMPIRE_SELECT ϱ -EXCHANGE_ACCEPT -EXCHANGE_TITLE ȯ -GAMEOPTION_TITLE ӿɼ -GAME_EXIT_OBSERVER -GAME_HELP -GAME_QUEST Ʈ -GAME_SKILL_UP -GAME_STAT_UP ɷ¼ -GUILD_BASENAME ̸ -GUILD_BOARD_ID ̵ -GUILD_BOARD_REFRESH ϱ (F5) -GUILD_BOARD_TEXT -GUILD_BUILDING_CATEGORY_TITLE ǹ -GUILD_BUILDING_CHANGE -GUILD_BUILDING_DIRECTION -GUILD_BUILDING_GRADE -GUILD_BUILDING_INFO ǹ -GUILD_BUILDING_LIST_TITLE ǹ Ʈ -GUILD_BUILDING_NAME ǹ ̸ -GUILD_BUILDING_OPERATE ۵ -GUILD_BUILDING_POSITION ġ -GUILD_BUILDING_PREVIEW -GUILD_BUILDING_REFRESH ϱ (F5) -GUILD_BUILDING_TITLE ǹ -GUILD_CRYSTAL -GUILD_DEPOSIT Ա -GUILD_DROP_RESOURCE1 ڿ ̰ -GUILD_DROP_RESOURCE2 Ʈ -GUILD_GEM -GUILD_GRADE_CHANGE_GRADE_NAME -GUILD_GRADE_NUM -GUILD_GRADE_PERMISSION_DELETE -GUILD_GRADE_PERMISSION_JOIN Ա -GUILD_GRADE_PERMISSION_NOTICE -GUILD_GRADE_PERMISSION_SKILL ų -GUILD_GRADE_RANK -GUILD_GRADE_WRITE ø -GUILD_INFO ⺻ -GUILD_INFO_CUR_EXP ġ -GUILD_INFO_DECALRE_WAR -GUILD_INFO_ENEMY_GUILD α -GUILD_INFO_ENEMY_GUILD_EMPTY -GUILD_INFO_LEVEL 巹 -GUILD_INFO_MARK 帶ũ -GUILD_INFO_MASTER 帶 -GUILD_INFO_MASTER_VALUE 帶 -GUILD_INFO_MEMBER_AVG_LEVEL շ -GUILD_INFO_MEMBER_NUM -GUILD_INFO_NAME ̸ -GUILD_INFO_NAME_VALUE ̸Դϴ -GUILD_INFO_OFFER_EXP -GUILD_INFO_REST_EXP ġ -GUILD_INFO_UPLOAD_MARK ũ ø -GUILD_INFO_UPLOAD_SYMBOL ø -GUILD_MARK ũ -GUILD_MEMBER_JOB -GUILD_MEMBER_KNIGHT -GUILD_MEMBER_LEVEL -GUILD_MEMBER_NAME ̸ -GUILD_MEMBER_RANK -GUILD_MEMBER_SPECIFIC_GRAVITY ⿩ -GUILD_METIN_STONE -GUILD_MINENAL -GUILD_MONEY ڱ -GUILD_NAME -GUILD_RESOURCE_INFO ڿ -GUILD_SKILL_ACTIVE Ƽ -GUILD_SKILL_PASSIVE нú -GUILD_SKILL_POWER ŷ -GUILD_SKILL_STATE 忡 ɷ ִ ų -GUILD_SKIlL_HEAL_GSP ŷ ȸ -GUILD_SYMBOL -GUILD_WAR_ACCEPT -GUILD_WAR_BATTLE_TYPE -GUILD_WAR_CTF ȣ -GUILD_WAR_DECLARE û -GUILD_WAR_ENEMY -GUILD_WAR_NORMAL п -GUILD_WAR_WARP -GUILD_WATER -GUILD_WATER_STONE -GUILD_WITHDRAW -HELP_ATTACK_KEY - Ǵ 콺 ư ֽϴ -HELP_CHANGE_PK_MODE - + PK 带 ٲ ֽϴ -HELP_CHARACTER_BUTTON1 (ij, κ丮, ä -HELP_CHARACTER_BUTTON2 â ϴ) -HELP_CONTROL_CAMERA_BY_MIDDLEBUTTON - 콺  ưδ ƹ ī޶ ֽϴ -HELP_CONTROL_CAMERA_BY_RIGHTBUTTON - Ʈ ¿ 콺 ư ī޶ ֽϴ -HELP_EXP ġ -HELP_FURY (̱) -HELP_GUILD_WINDOW - + Ű â ֽϴ -HELP_HELP - ų ý ޴ ִ ư ֽϴ -HELP_HP -HELP_MESSENGER_WINDOW - + Ű ޽ â ֽϴ -HELP_MOUSE_LEFT 콺 ư -HELP_MOUSE_RIGHT 콺 ư -HELP_MOVE_KEY - , , , Ű ̵ ֽϴ -HELP_OPEN_CHARACTER - ij â ϴ -HELP_OPEN_CHAT - ä â ϴ -HELP_OPEN_INVENTORY - κ丮 â ϴ -HELP_OPEN_LOG - ȭ ֽϴ -HELP_OPEN_MINIMAP - + ̴ϸ â ֽϴ -HELP_OPEN_QUEST - Ʈ â ϴ -HELP_OPEN_SKILL - ų â ϴ -HELP_OPEN_WHISPER - + â ϴ -HELP_OPEN_ZONEMAP - ü â ֽϴ -HELP_PICK_ITEM - <~> ֽϴ -HELP_QUICKSLOT -HELP_SCREEN_CAPTURE - Ű ũ /METIN2 ˴ϴ -HELP_SHOW_ALL_NAME - ijͿ ̸ ǥ ˴ϴ -HELP_SP ŷ -HELP_SYSTEM_BUTTON ý ư -INVENTORY_PAGE_BUTTON_TOOLTIP_1 ù° κ丮 -INVENTORY_PAGE_BUTTON_TOOLTIP_2 ι° κ丮 -INVENTORY_TITLE κ丮 -DRAGONSOUL_TITLE ȥ -DRAGONSOUL_PAGE_BUTTON_1 Ϲ -DRAGONSOUL_PAGE_BUTTON_2 ȭ -DRAGONSOUL_PAGE_BUTTON_3 -DRAGONSOUL_PAGE_BUTTON_4 -DRAGONSOUL_PAGE_BUTTON_5 -DRAGONSOUL_ACTIVATE Ȱȭ -DRAGONSOUL_REFINE_WINDOW_TITLE ȥ ȭ -DRAGONSOUL_TAP_TITLE_1 漮(White Dragon Soul Stone) -DRAGONSOUL_TAP_TITLE_2 ȭ漮(Fire Dragon Soul Stone) -DRAGONSOUL_TAP_TITLE_3 dz漮(Wind Dragon Soul Stone) -DRAGONSOUL_TAP_TITLE_4 ö漮(Iron Dragon Soul Stone) -DRAGONSOUL_TAP_TITLE_5 漮(Thunder Dragon Soul Stone) -DRAGONSOUL_TAP_TITLE_6 漮(Dark Dragon Soul Stone) -REFINE_SELECT ȭ -REFINE_MONEY ȭ -DO_REFINE ȭ -GRADE -STEP ܰ -STRENGTH ȭ -GRADE_SELECT -STEP_SELECT ܰ -STRENGTH_SELECT ȭ -LOAD_ERROR ϴ. 缳ġֽñ ٶϴ. ESCŰ ּ -LOGIN_CONNECT -LOGIN_CONNECTING Դϴ -LOGIN_DEFAULT_SERVERADDR ̸, ä 1 -LOGIN_EXIT -LOGIN_REGION_TITLE -LOGIN_SELECT_BUTTON -LOGIN_SELECT_EXIT -LOGIN_SELECT_OK Ȯ -LOGIN_SELECT_TITLE -MALL_PASSWORD_TITLE ȣ -MALL_TITLE â -MARKET_TITLE -MARKLIST_REFRESH -MARKLIST_TITLE ũ -MESSAGE ޼ Դϴ -MESSENGER_ADD_FRIEND ģ ߰ -MESSENGER_DELETE_FRIEND ģ -MESSENGER_MOBILE ޼ -MESSENGER_OPEN_GUILD â -MESSENGER_TITLE ޽ -MESSENGER_USE_GUILD_MOVE_SKILL ̵ ų -MESSENGER_WHISPER Ӹ -MINIMIZE ּȭ -MOUSEBUTTON_ATTACK -MOUSEBUTTON_AUTO_ATTACK ڵ -MOUSEBUTTON_CAMERA ī޶ -MOUSEBUTTON_SKILL ų -MUSICLIST_TITLE -NO ƴϿ -OK Ȯ -OPTION_ALWAYS_SHOW_NAME ̸ -OPTION_ALWAYS_SHOW_NAME_OFF Ͻ -OPTION_ALWAYS_SHOW_NAME_ON ׻ -OPTION_BLOCK -OPTION_BLOCK_EXCHANGE ȯ -OPTION_BLOCK_FRIEND ģ -OPTION_BLOCK_GUILD -OPTION_BLOCK_PARTY Ƽʴ -OPTION_BLOCK_PARTY_REQUEST Ƽ -OPTION_BLOCK_WHISPER -OPTION_CAMERA_DISTANCE ī޶ -OPTION_CAMERA_DISTANCE_LONG Ÿ -OPTION_CAMERA_DISTANCE_SHORT ܰŸ -OPTION_DELETE_MOBILE_BUTTON ȣ -OPTION_EFFECT Ÿ -OPTION_FOG Ȱ -OPTION_FOG_DENSE £ -OPTION_FOG_LIGHT -OPTION_FOG_MIDDLE ߰ -OPTION_INPUT_MOBILE_BUTTON ȣ Է -OPTION_MOBILE ڵ -OPTION_MUSIC -OPTION_MUSIC_CHANGE ٲٱ -OPTION_MUSIC_DEFAULT_THEMA ƾ2 ⺻ ׸ -OPTION_NAME_COLOR ̸ -OPTION_NAME_COLOR_EMPIRE -OPTION_NAME_COLOR_NORMAL Ϲݻ -OPTION_PVPMODE PvP -OPTION_PVPMODE_FREE -OPTION_PVPMODE_FREE_TOOLTIP ÷̾ մϴ -OPTION_PVPMODE_GUILD -OPTION_PVPMODE_GUILD_TOOLTIP ÷̾ մϴ -OPTION_PVPMODE_PEACE ȭ -OPTION_PVPMODE_PEACE_TOOLTIP  ÷̾Ե ʽϴ(ݰ ) -OPTION_PVPMODE_REVENGE ¡ -OPTION_PVPMODE_REVENGE_TOOLTIP ٸ ÷̾ մϴ -OPTION_SOUND ȿ -OPTION_TARGET_BOARD ޴ -OPTION_TARGET_BOARD_NO_VIEW Ⱥ -OPTION_TARGET_BOARD_VIEW -OPTION_TILING Ÿϸ -OPTION_TILING_APPLY -OPTION_TILING_CPU CPU -OPTION_TILING_GPU GPU -OPTION_TITLE ɼ -OPTION_VIEW_CHAT äâ -OPTION_VIEW_CHAT_OFF Ⱥ -OPTION_VIEW_CHAT_ON -OPTION_SALESTEXT ǸŹ -OPTION_SALESTEXT_VIEW_ON -OPTION_SALESTEXT_VIEW_OFF Ⱥ -OPTION_SHADOW ׸ ǰ -PARTY_MEMBER_INFO_NAME Ƽ̸ -PASSWORD_TITLE â ȣ -PICK_MONEY_TITLE ׼ -PRIVATE_SHOP_CLOSE_BUTTON ݱ -PRIVATE_SHOP_NAME ̸ -PRIVATE_SHOP_TITLE ġ -REFINE_COST : 0 -REFINE_INFO Ȯ : 100% -REFINE_TTILE -RESTART_HERE ڸ -RESTART_TOWN -SAFE_CHANGE_PASSWORD йȣ -SAFE_TITLE â -SELECT_ATT_GRADE ٷ -SELECT_CREATE ϱ -SELECT_DELETE -SELECT_DEX_GRADE ø -SELECT_EMPIRE_NAME ̸ -SELECT_EXIT -SELECT_HP ü -SELECT_LEVEL -SELECT_METIN_STONE_TITLE -SELECT_NAME ̸ -SELECT_NO_GUILD Ҽӱ -SELECT_PLAYTIME ÷ ð -SELECT_SELECT ϱ -SELECT_SP -SELECT_TITLE ȣĪ -SHOP_BUY -SHOP_SELL ȱ -SHOP_TITLE -SKILL_SUPPORT_TITLE -SYSTEMOPTION_TITLE ý ɼ -SYSTEM_CHANGE ij ȯϱ -SYSTEM_EXIT -SYSTEM_HELP -SYSTEM_LOGOUT α ƿ -SYSTEM_MALL -SYSTEM_OPTION ý -TASKBAR_CHARACTER ij[C/V/B/N] -TASKBAR_CHAT äâ -TASKBAR_INVENTORY κ丮[I] -TASKBAR_MESSENGER ޽ -TASKBAR_NEXT_QUICKSLOT [shift+ȣ, alt] -TASKBAR_PREV_QUICKSLOT [shift+ȣ] -TASKBAR_SYSTEM ý[ESC] -WHISPER_BAN -WHISPER_NAME ȭ̸ -WHISPER_SEND -WHISPER_REPORT Ű -YES -ZONE_MAP ü -GUILD_BUILDING_PRICE -GUILD_BUILDING_STONE ʼ -GUILD_BUILDING_LOG 볪 -GUILD_BUILDING_PLY -CUBE_TITLE â -CREATE_SEX -CREATE_MAN -CREATE_WOMAN -REPORT_VIOLENT_WHISPER ҷȭŰ -PASSWORD_DESC_1 â -PASSWORD_DESC_2 йȣ Է ּ -COSTUME_WINDOW_TITLE ڽƬ -TASKBAR_EXPAND Ȯâ -TASKBAR_DRAGON_SOUL ȥ -TASKBAR_DISABLE Ұ -CUBE_REQUIRE_MATERIAL_OR Ǵ diff --git a/bin/pack/locale_ymir/locale/ymir/mob_proto b/bin/pack/locale_ymir/locale/ymir/mob_proto deleted file mode 100644 index 308be655..00000000 Binary files a/bin/pack/locale_ymir/locale/ymir/mob_proto and /dev/null differ diff --git a/bin/pack/locale_ymir/locale/ymir/skilldesc.txt b/bin/pack/locale_ymir/locale/ymir/skilldesc.txt deleted file mode 100644 index ff86dc8e..00000000 --- a/bin/pack/locale_ymir/locale/ymir/skilldesc.txt +++ /dev/null @@ -1,80 +0,0 @@ -1 WARRIOR ↓ dz ȣdz  ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED samyeon 1 4 ݷ %.0f-%.0f (1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3 (1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3 -2 WARRIOR ȹdz õ Į ȸϿ Ѵ ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 ݷ %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint -3 WARRIOR ȥ ݰ ĺ ݿ Ѵ ӵ ̵ ӵ ڱ STANDING_SKILL jeongwi 3 4 ӵ +%.0f%% 50 * SkillPoint ̵ ӵ +%.0f%% 20 * SkillPoint -4 WARRIOR ˰ ɰ Ű ݷ ð Ų ⺻ ݷ STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED geomgyeong 4 4 ݷ +%.0f (100 + STR) * SkillPoint -5 WARRIOR źȯ ϼ û Ѿó ޷ Ѿ߸ ATTACK_SKILL|NEED_TARGET|CHARGE_ATTACK|WEAPON_LIMITATION SWORD|TWO_HANDED tanhwan 5 4 ݷ %.0f-%.0f 2*MinATK + (MinATK + 3*DEX + 7*STR + CON)*SkillPoint 2*MaxATK + (MaxATK + 3*DEX + 7*STR + CON)*SkillPoint -6 WARRIOR ⸦ ߽ 鿡 ϰ ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gihyeol 6 4 ݷ %.0f-%.0f (3*MinATK + (MinATK + 1.5*STR)*SkillPoint)*1.07 (3*MaxATK + (MaxATK + 1.5*STR)*SkillPoint)*1.07 -16 WARRIOR ܿ dz߿ Ѵ ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 ݷ %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint -17 WARRIOR ݻŸ ȣ õ Ѵ ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 ݷ %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint -18 WARRIOR ݰõ ڸ ֺ Ȯ ȿ ATTACK_SKILL|STANDING_SKILL daejin 18 4 ݷ %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Ȯ %.0f%% (100 + 1000*SkillPoint/6)/10 -19 WARRIOR õ öλ » Ͻ ϸ ݿ ʴ´ ̵ ӵ ϶ Ѿ STANDING_SKILL cheongeun 19 4 : +%.0f 7+(40 + 0.2*str + 0.4*con)*k ̵ ӵ : -%.0f 1 + 9*SkillPoint -20 WARRIOR dz ˱ Ѵ Ÿ ֺ ȿ ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 ݷ %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k -21 WARRIOR ˵ ˵ ˵ ˱Ⱑ Ǹ ļ ֺ 鿡 ġ Ÿ ڸ ֺ ATTACK_SKILL|STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED noegeom 21 4 ݷ %.0f-%.0f (2*MinATK + (2*MinATK + 2*DEX + 2*CON + STR*4)*SkillPoint)*1.1 (2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + STR*4)*SkillPoint)*1.1 -31 ASSASSIN Ͻ ּ ٰ ġŸ Ĺ濡 ݷ ܰ ʽ ʽ ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD amseup 1 4 ݷ : %.0f-%.0f minatk + (1.2 * minatk + 500 + dex*12)*k maxatk + (1.2 * maxatk + 700 + dex*12)*k -32 ASSASSIN ýź Ͽ ġŸ ̵ ܰ ʽ ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD gungsin 2 4 ݷ %.0f-%.0f (minatk + (1.6* minatk + 200 + dex*7 + str*7)*k) (maxatk + (1.6* maxatk + 300 + dex*7 + str*7)*k) -33 ASSASSIN ǿ ȸϸ Ż ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD charyun 3 4 ݷ %.0f-%.0f 2*minatk + (0.5*minatk + dex*9 + str*7)*k 2*maxatk + (0.5*maxatk + dex*9 + str*7)*k ߵ Ȯ %.0f%% 1 + 4*k -34 ASSASSIN õ õ ڽ ݽ STANDING_SKILL eunhyeong 4 4 ϻ ߰ Ÿġ : +%.0f%% 50 * SkillPoint -35 ASSASSIN Ի翵 ߵ Ų Ÿ ֺ ATTACK_SKILL|NEED_TARGET sangong 5 4 ݷ %.0f-%.0f lv*2+(minatk + str*3 + dex*18)*k lv*2+(maxatk + str*3 + dex*18)*k ߵ Ȯ %.0f%% 40*k -36 ASSASSIN 漶 漶 漶 νð ӵ 뿡 ϰ Ѵ ̵ ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD seomjeon 6 4 ݷ %.0f-%.0f (lv*2 + (MinATK+STR*3+DEX*18)*SkillPoint)*1.1 (lv*2 + (MaxATK+STR*3+DEX*18)*SkillPoint)*1.1 ߵ Ȯ %.0f%% 40*k -46 ASSASSIN ϻ ⸸ȫ Ѹ ȭ Ÿ ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW yeonsa 16 4 2 + floor(6 * SkillPoint) ݷ %.0f-%.0f minatk + 0.2*minatk*floor(2+k*6)+ (0.8*minatk+dex*8*ar) *k maxatk + 0.2*maxatk*floor(2+k*6)+ (0.8*maxatk+dex*8*ar) *k %.0f ȭ 2 + floor(6 * SkillPoint) -47 ASSASSIN ݼ õ ѹ ȭ Ÿ ATTACK_SKILL|FAN_RANGE|NEED_TARGET|WEAPON_LIMITATION BOW gwangyeok 17 4 2 + floor(6 * SkillPoint) ݷ %.0f-%0.f minatk + (1.7*minatk + 100 + dex*2 + str*2)*k maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k ִ %.0f 2 + floor(6 * SkillPoint) -48 ASSASSIN ȭ Źõ ȭ쿡 Ҳ 鿩 Ÿ ȭ ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW hwajo 18 4 ݷ %.0f-%.0f 1.5*minatk + (2.6*minatk + 100 )*k 1.5*maxatk + (2.6*maxatk + 300 )*k -49 ASSASSIN 伳 Ͽ ̵ ӵ δ STANDING_SKILL gyeonggong 19 4 ̵ӵ : +%.0f 60*SkillPoint -50 ASSASSIN ĵ ȥŻ ȭ쿡 Ÿ ȿ ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION BOW gigung 20 4 ݷ %.0f-%.0f minatk + (1.2*minatk + 100 + dex*6 + str*2)*k maxatk + (1.2*maxatk + 200 + dex*6 + str*2)*k ߵ Ȯ %.0f%% 80*k -51 ASSASSIN ź ź ź ѷ ֺ 鿡 ġ Ÿ ڸ ֺ ATTACK_SKILL|STANDING_SKILL seomgwang 21 4 ݷ %.0f-%.0f (MinATK + (1.2*MinATK + 100 + DEX*6 + STR*2)*SkillPoint)*1.1 (MaxATK + (1.2*MaxATK + 200 + DEX*6 + STR*2)*SkillPoint)1.1 ߵ Ȯ %.0f%% 80*k -61 SURA õ հ Ų ȿ ʽ ATTACK_SKILL|MELEE_ATTACK|NEED_TARGET swaeryeong 1 4 ݷ %.0f-%.0f minatk + 2*lv + iq*2 + (2*minatk + str*4 + iq*14) * k maxatk + 2*lv + iq*2 + (2*maxatk + str*4 + iq*14) * k Ȯ %.0f%% 1 + 9*SkillPoint -62 SURA dz ְ ȸ ٶ ֺ Ѵ ڸ ֺ ȸ ȿ ʽ ATTACK_SKILL|STANDING_SKILL yonggwon 2 4 ݷ %.0f-%.0f 1.1 * minatk + 2*lv + 2*iq + (1.5*minatk + str + iq*12) * k 1.1 * maxatk + 2*lv + 2*iq + (1.5*maxatk + str + iq*12) * k ȸ Ȯ %.0f%% 1 + 9*SkillPoint -63 SURA Ͱ ɰ õ ˿ ͽ Ҿ ִ´ ⺻ ݷ ʽ STANDING_SKILL|TOGGLE|WEAPON_LIMITATION SWORD gwigeom 3 4 ݷ +%.1f 7 + (5*iq+13)*k Ÿġ %.0f%% 10*k -64 SURA ñ ڽ ϴ η ɷ ȭ Ų ݷ Ȯ ڱ ؽø STANDING_SKILL gongpo 4 4 ݷ -%.0f%% 5 + 20*SkillPoint Ȯ %.0f%% 1 + 29*SkillPoint -65 SURA ָ ȥ õü ȣѴ ؽ Ÿġ Ϻθ ݻ ʽ STANDING_SKILL jumagap 5 4 +%.0f (iq+30)*k ݻ Ȯ %.0f%% (iq/4+10)*k -66 SURA Ĺ ΰȥ ̷ο ȿȭ Ų Ÿ ֺ ȿ ATTACK_SKILL|NEED_TARGET pabeop 6 4 ݷ %.0f-%.0f 40 + 5*lv + 2*iq + (18*iq + 7*minmtk + 50)*ar*k 40 + 5*lv + 2*iq + (18*iq + 7*maxmtk + 100)*ar*k Ĺ Ȯ %.0f%% 50*k -76 SURA ͷ Żȥ ó Ÿ ATTACK_SKILL|NEED_TARGET maryeong 16 4 ݷ : %.0f-%.0f 40 +5*lv + 2*iq + (20*iq + 7*minmtk + 50 )*ar*k 40 +5*lv + 2*iq + (20*iq + 7*maxmtk + 100 )*ar*k -77 SURA ȭ õ ֺ ¿ ڸ ȭ ATTACK_SKILL|STANDING_SKILL hwayeom 17 4 ݷ : %.0f-%.0f 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 180 )*k 5*lv + 2*iq + (20*iq + 8*mtk + str*4 + con*2 + 200 )*k -78 SURA ȭü Ű ü Ÿ ATTACK_SKILL|STANDING_SKILL|TOGGLE muyeong 18 4 ݷ : %.0f-%.0f 30+ 2*lv + 2*iq + (18*iq + 6*minmtk + 200)*ar*k 30+ 2*lv + 2*iq + (18*iq + 6*maxmtk + 500)*ar*k -79 SURA żȣ ȥ õ ΰ ü ŷ ߳ Ÿġ ŷ(MP) STANDING_SKILL|TOGGLE heuksin 19 4 Ÿġ %.0f%% (iq*0.84)*k +%.0f (0.5*iq+15)*k -80 SURA Ӹ ŷ ̺ ӹ Ƿɵ ó Ÿ ATTACK_SKILL|NEED_TARGET tusok 20 4 ݷ : %.0f-%.0f 40 + 2*lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*minmtk+ 180)*ar*k 40 + 2 * lv + 2*iq + (2 * con + 2 * dex + 22*iq + 6*maxmtk + 200)*ar*k Ȯ : %.1f%% (333 + (300 * k))/10 -81 SURA ȯ ɳ ǰϿ ⸦ ظ Ÿ ATTACK_SKILL|NEED_TARGET geomhwan 21 4 ݷ %.0f-%.0f 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*minmtk)*ar*k 120 + 6*lv + (5 * con + 5 * dex + 40*iq + 12*maxmtk)*ar*k -91 SHAMAN ĺ Ϳ ä ó Ÿ ֺ ATTACK_SKILL|FAN_RANGE|NEED_TARGET bipabu 1 4 ݷ : %.0f-%.0f 70 + 4*lv + (20*iq+5*minmwep+50)*ar*k 70 + 4*lv + (20*iq+5*maxmwep+50)*ar*k -92 SHAMAN Ļ ķ õ Ѵ ȭ ȿ ATTACK_SKILL|NEED_TARGET yongpa 2 4 ݷ : %.0f-%.0f 60 + 5*lv + (18*iq+6*minmwep+120)*ar*k 60 + 5*lv + (18*iq+6*maxmwep+120)*ar*k ȭ Ȯ %.0f%% iq*0.2*k -93 SHAMAN з · õĹ ֺ Ѵ ڸ ֺ ȭ ȿ ATTACK_SKILL|STANDING_SKILL paeryong 3 4 ݷ %.0f-%.0f 70 + 3*lv + (22*iq+13*minmwep+100)*ar*k 70 + 3*lv + (22*iq+13*maxmwep+100)*ar*k ȭ Ȯ %.0f%% iq*0.2*k -94 SHAMAN ȣ õ ȣü ϴ ڿ ȣ ׷ ȣѴ ῡ CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE hosin 4 4 : %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) -95 SHAMAN ݻ õ ϴ ڿ ǵ ׸ ݻ ῡ CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE boho 5 4 ݻ Ȯ %.1f%% 5+(iq*0.3 + 5)*k -96 SHAMAN õ õȥ ż ϴ տ ϴ ¿ ġŸ ῡ CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE gicheon 6 4 ġŸ Ȯ : %.1f%% (iq*0.3+5)*(2*k+0.5)/(k+1.5) -106 SHAMAN õ ڸ Ÿ ֺ Ӽ ATTACK_SKILL|NEED_TARGET noejeon 16 4 ݷ : %.0f-%.0f 60 + 4*lv + (7*iq+8*minmwep+iq*5)*ar*k 60 + 4*lv + (7*iq+8*maxmwep+iq*15)*ar*k -107 SHAMAN ûõ ϴ Ÿ ֺ Ӽ ȿ ATTACK_SKILL|NEED_TARGET byeorak 17 4 ݷ %.0f-%.0f 40 + 4*lv + (13*iq+7*minmwep+iq*5)*ar*k 40 + 4*lv + (13*iq+7*maxmwep+iq*16)*ar*k Ȯ %.0f%% (50+1000*k/6)/10 -108 SHAMAN ڰ õ õ տ վ Ÿ Ӽ ֺ ̾ ATTACK_SKILL|NEED_TARGET pokroe 18 4 ݷ : %.0f-%.0f (50 + 5*lv + (6*iq+6*minmwep+1)*ar*k) (50 + 5*lv + (6*iq+6*maxmwep+800)*ar*k) -109 SHAMAN ұ ó ġѴ ȸ ̻ ȸ ῡ CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeongeop 19 4 ȸ %.0f-%.0f 200+4*lv+(10*iq+6*minmwep+600)*k 200+4*lv+(10*iq+6*maxmwep+800)*k ̻ ȸ Ȯ %.0f%% 20+80*k -110 SHAMAN dz dz ٶ Ÿ ޸ ̵ ӵ ֹ ð ῡ CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE kwaesok 20 4 ̵ ӵ +%.0f%% 5 + (35 * k) ֹ ӵ +%.0f%% 3+33*k -111 SHAMAN ¼ ϴ ϰ Ѵ ⺻ ݷ ῡ CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE jeungryeok 21 4 ݷ : +%.1f 5+(iq*0.2 + 15)*k -112 PASSIVE źȯ źȯ ظ δ źȯ PASSIVE p_tanhwan źȯ +%.1f%% 13.3*k -113 PASSIVE Ͻ Ͻ ظ δ Ͻ PASSIVE p_amseup Ͻ +%.1f%% 13.3*k -114 PASSIVE ظ δ PASSIVE p_swaeryeong +%.1f%% 13.3*k -115 PASSIVE Ļ Ļ ظ δ Ļ PASSIVE p_yongpa Ļ +%.1f%% 13.3*k -116 PASSIVE ظ δ PASSIVE p_gigongcham +%.1f%% 13.3*k -117 PASSIVE ظ δ PASSIVE p_yeonsa +%.1f%% 13.3*k -118 PASSIVE ȯ ȯ ظ δ ȯ PASSIVE p_geomhwan ȯ +%.1f%% 13.3*k -119 PASSIVE ظ δ PASSIVE p_byeorak +%.1f%% 13.3*k -121 SUPPORT ַ ̲ ɷ PASSIVE tongsol -122 SUPPORT Ƚ |Ų CANNOT_LEVEL_UP|TOGGLE combo -123 SUPPORT ⸦ ´ CANNOT_LEVEL_UP fishing -124 SUPPORT ä ij PASSIVE mining -125 SUPPORT CANNOT_LEVEL_UP|PASSIVE making -126 SUPPORT ż ż  ϰ ִ CANNOT_LEVEL_UP|PASSIVE language1 -127 SUPPORT õ õ  ϰ ִ CANNOT_LEVEL_UP|PASSIVE language2 -128 SUPPORT 뱹  ϰ ִ CANNOT_LEVEL_UP|PASSIVE language3 -129 SUPPORT ͷ Ѵ CANNOT_LEVEL_UP|PASSIVE polymorph -130 SUPPORT ¸ Ÿ ɷ CANNOT_LEVEL_UP|PASSIVE riding -131 SUPPORT ȯ ȯѴ summon -137 HORSE ö Ÿ ޸ ֺ Ѵ ATTACK_SKILL|HORSE_SKILL|MOVING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|FAN|BELL wildattack 121 1 -138 HORSE dzָ Ѿ߸ ATTACK_SKILL|HORSE_SKILL|SEARCH_TARGET|CHARGE_ATTACK charge 122 1 -139 HORSE õ ֺ Ѵ ATTACK_SKILL|HORSE_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED|DAGGER|DOUBLE_SWORD|BOW|FAN|BELL splash 123 1 -140 HORSE ߿ θ 鿡 ȭ ATTACK_SKILL|FAN_RANGE|NEED_TARGET|HORSE_SKILL|WEAPON_LIMITATION BOW wildattack 121 1 5 -141 SUPPORT HP ִ ü Ѵ PASSIVE jeunghyul ִ HP +%.0f k * 1333.33 -142 SUPPORT ȸ ȸѴ PASSIVE chultong ȸ + %.0f%% k * 20 -151 GUILD ִ ŷ Ѵ PASSIVE yongan ִ ŷ +%.0f k * 1400 -152 GUILD ִ Ͻ Ų ONLY_FOR_GUILD_WAR gaho 101 1 ִHp +%.0f%% k * 20 -153 GUILD ູ ִ ŷ Ͻ Ų ONLY_FOR_GUILD_WAR chukbok 102 1 ִ ŷ +%.0f%% k * 20 -154 GUILD ְ Ͻ Ѵ ONLY_FOR_GUILD_WAR seonghwi 103 1 » +%.1f%% k * 10 -155 GUILD ȭ ӵ ̵ ӵ Ͻ Ѵ ONLY_FOR_GUILD_WAR gasok 104 1 ,̵ ӵ +%.1f k * 30 -156 GUILD г ũƼ Ȯ Ͻ Ѵ ONLY_FOR_GUILD_WAR bunno 105 1 ũƼ Ȯ +%.0f%% k * 50 -157 GUILD ֹ Ÿ Ͻ پ ONLY_FOR_GUILD_WAR jumunsul 106 1 ֹӵ +%.0f%% k * 50 diff --git a/bin/pack/locale_ymir/locale/ymir/skilltable.txt b/bin/pack/locale_ymir/locale/ymir/skilltable.txt deleted file mode 100644 index b87d55e1..00000000 --- a/bin/pack/locale_ymir/locale/ymir/skilltable.txt +++ /dev/null @@ -1,89 +0,0 @@ -1 ↓ 1 1 1 0 HP -( 1.1*atk + (0.3*atk + 1.5 * str)*k) 40+100*k 12 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 0 -2 ȹdz 1 1 1 0 HP -(3*atk + (0.8*atk + str*5 + dex*3 +con)*k) 50+130*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 12 0.8 0 0 -3 ȥ 1 1 1 0 ATT_SPEED 50*k 50+140*k 60+90*k 60+20*k SELFONLY 14 MOV_SPEED 20*k 60+90*k 0 0 NORMAL 1 1 0 0 -4 ˰ 1 1 1 0 ATT_GRADE (100+str)*k 100+200*k 30+50*k 40+20*k SELFONLY 15 NONE 0 0 NORMAL 1 1 0 0 -16 1 1 1 0 HP -(2.3*atk + (4*atk + str*4 + con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 0.8 0 0 -17 ݻŸ 1 1 1 0 HP -(2.3*atk + (3*atk + str*4 + con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 0.8 0 0 -18 1 1 1 0 HP -(2*atk + (2*atk + 2*dex + 2*con + str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 0.8 0 400 -19 õ 1 1 1 0 DEF_GRADE 7+(40 + str*0.2 + con*0.5 ) *k 80+220*k 60+90*k 40+40*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 0 0 NORMAL 1 1 0 0 -47 ݼ 2 1 1 0 HP -(atk + (1.7*atk + dex*2+ str*2)*k) 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0 -48 ȭ 2 1 1 0 HP -(1.5*atk + (2.6*atk + number(100, 300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300 -46 2 1 1 0 HP -(atk + 0.2*atk*floor(2+k*6)+ (0.8*atk+dex*8*ar) *k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0 -49 2 1 1 0 MOV_SPEED 60*k 30+40*k 15+30*k 30+30*k SELFONLY 17 NONE 0 0 NORMAL 1 1 0 0 -31 Ͻ 2 1 1 0 HP -(atk + (1.2 * atk + number(500, 700) + dex*4+ str*4 )*k) 40+160*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 0 0 -32 ýź 2 1 1 0 HP -(atk + (1.6* atk + number(200,300) + dex*7 + str*7)*k) 40+160*k 20 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 6 0.8 800 0 -33 2 1 1 0 HP -(2*atk + (0.5*atk + dex*9 + str*7)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON NONE 40*k 0 0 MELEE 12 0.8 0 0 -34 2 1 1 0 NONE 30+60*k 15+30*k 60 SELFONLY 18 NONE 0 0 NORMAL 1 1 0 0 -76 3 1 1 0 HP -(40 +5*lv + 2*iq +(13*iq + 6*mwep + number(50,100) )*ar*k) 30+140*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.6 1500 200 -77 ȭ 3 1 1 0 HP -(5*lv + 2*iq+(10*iq + 6*mwep + str*4 + con*2 + number(180,200) )*k) 60+140*k 12 ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 15 0.8 0 500 -78 3 1 1 0 HP -(30+ 2*lv + 2*iq+(7*iq + 6*mwep + number(200,500))*ar*k) 20+30*k 40+30*k 5+40*k 0 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE NONE 0 0 MAGIC 1 1 800 0 -80 Ӹ 3 1 1 0 HP -(40 + 2* lv + 2*iq +(2 * con + 2 * dex + 13*iq + 6*mwep + number(180, 200))*ar*k) 40+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW NONE 333+300*k 10+10*k 0 0 MAGIC 9 0.8 1200 400 -61 3 1 1 0 HP -(atk + 2*lv + iq*2 + ( 2*atk + str*4 + iq*14) * k) 30+140*k 10 ATTACK,USE_MELEE_DAMAGE,PENETRATE NONE 1+k*9 0 0 MELEE 4 1 0 0 -62 3 1 1 0 HP -(1.1 * atk + 2*lv + iq*2+(1.5*atk + str + iq*12) * k) 50+150*k 15 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING NONE 1+k*9 0 0 MELEE 12 1 0 500 -63 Ͱ 3 1 1 0 ATT_GRADE 7+(5*iq+13) * k 20+240*k 50+100*k 2+23*k 0 SELFONLY,TOGGLE 19 HIT_HP_RECOVER 10*k 50+80*k 0 0 NORMAL 1 1 0 0 -64 3 1 1 0 DODGE 1 + 29 * k 60+120*k 60+100*k 100 SELFONLY 20 NONE 0 0 NORMAL 1 1 0 0 -65 ָ 3 1 1 0 DEF_GRADE (iq+30)*k 70+170*k 30+120*k 40+140*k SELFONLY 21 REFLECT_MELEE (iq/4+10)*k 30+120*k 0 0 NORMAL 1 1 0 0 -92 Ļ 4 1 1 0 HP -(60 + 5*lv + (18*iq + 6*mwep + 120)*ar*k) 50+160*k 8 ATTACK,ATTACK_FIRE_CONT NONE lv+5*iq *k iq*0.2*k 0 0 MAGIC 10 0.8 0 0 -93 з 4 1 1 0 HP -(70 + 3*lv + (22*iq+13*mwep+100)*ar*k) 50+160*k 20 ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT NONE lv+5*iq *k iq*0.2*k 0 0 MAGIC 15 0.8 0 500 -94 ȣ 4 1 1 0 RESIST_NORMAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+200*k 10 22 NONE 0 0 NORMAL 1 1 800 0 -95 ݻ 4 1 1 0 REFLECT_MELEE 5+(iq*0.3 + 5)*k 40+160*k 60+200*k 10 23 NONE 0 0 NORMAL 1 1 1000 0 -106 4 1 1 0 HP -(60 + 4*lv + (7*iq+8*mwep+number(iq*5,iq*15))*ar*k) 30+150*k 7 ATTACK,SPLASH NONE 0 0 MAGIC 5 0.6 1800 200 -107 4 1 1 0 HP -(40 + 4*lv + (13*iq+7*mwep+number(iq*5,iq*16))*ar*k) 50+150*k 15 ATTACK,SPLASH,ATTACK_STUN NONE 50+1000*k/6 5 0 0 MAGIC 15 0.8 1500 400 -108 ڰ 4 1 1 0 HP -(50 + 5*lv + (6*iq+6*mwep+number(1,800))*ar*k) * (1-chain*0.13) 40+180*k 10 ATTACK NONE 0 0 MAGIC 7 0.8 2500 0 -109 4 1 1 0 HP 200+4*lv+(10*iq+6*mwep+number(600,800))*k 40+200*k 10 REMOVE_BAD_AFFECT NONE 20+80*k 0 0 0 NORMAL 1 1 1000 0 -110 4 1 1 0 MOV_SPEED 5 + 35*k 60+120*k 60+100*k 10 24 CASTING_SPEED 3+33*k 60+100*k 0 0 NORMAL 1 1 1000 0 -79 żȣ 3 1 1 0 DEF_GRADE (0.5*iq+15)*k 20+30*k 60+120*k 5+10*k 0 SELFONLY,TOGGLE 25 MANASHIELD 100-((iq*0.84)*k) 60+120*k 0 0 MAGIC 1 0.8 0 0 -157 ֹ 0 1 7 0 CASTING_SPEED 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 -156 Ǻг 0 1 7 0 CRITICAL 50*k 150+150*k 180 480 SELFONLY NONE 0 0 NORMAL 0 1 0 0 -155 ȭ 0 1 7 0 MOV_SPEED 15*k 150+150*k 180 480 ATT_SPEED 15*k 180 0 0 NORMAL 0 1 0 0 -154 ְ 0 1 7 0 DEF_GRADE odef*0.1*k 150+150*k 180 480 NONE 0 0 NORMAL 0 1 0 0 -153 ູ 0 1 7 0 MAX_SP maxsp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 -152 0 1 7 0 MAX_HP maxhp*0.2*k 150+150*k 300 600 NONE 0 0 NORMAL 0 1 0 0 -151 0 1 7 0 NONE NONE 0 0 NORMAL 0 1 0 0 -91 ĺ 4 1 1 0 HP -(70 + 4*lv + (20*iq+5*mwep+50)*ar*k) 30+160*k 7 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 5 0.5 1800 0 -5 źȯ 1 1 1 0 HP -(2*atk + (atk + dex*3 + str*7 + con)*k) 60+120*k 12 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH MOV_SPEED 150 3 0 0 MELEE 4 1 0 200 -20 dz 1 1 1 0 HP -(2*atk + (atk + dex*3 + str*5 + con)*k) 40+120*k 20 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 10 0.5 1200 200 -35 2 1 1 0 HP -(lv*2+(atk + str*3 + dex*18)*k) 40+130*k 25 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 60*k 5+25*k 0 0 MAGIC 0 0.5 800 200 -50 2 1 1 0 HP -(atk + (1.2*atk + number(100, 200)+dex*6+str*2)*k) 40+160*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON NONE 80*k 15+30*k 0 0 RANGE 12 0.5 2500 300 -66 Ĺ 3 1 1 0 HP -(40 +5*lv + 2*iq+(10*iq + 7*mwep + number(50,100) )*ar*k) 30+120*k 12 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT NONE 10+40*k 7+23*k 0 0 NORMAL 5 0.6 1800 200 -81 ȯ 3 1 1 0 HP -(120 + 6*lv + (5 * con + 5 * dex + 29*iq + 9*mwep)*ar*k) 80+220*k 24 ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH NONE 0 0 MAGIC 9 0.4 1500 200 -96 õ 4 1 1 0 CRITICAL (iq*0.3+5)*(2*k+0.5)/(k+1.5) 40+160*k 60+100*k 10 29 NONE 0 0 NORMAL 1 1 1000 0 -111 ¼ 4 1 1 0 ATT_GRADE 5+(iq*0.2 +15)*k 60+120*k 60+100*k 10 30 NONE 0 0 NORMAL 1 1 1000 0 -126 ż 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 -122 0 1 2 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 -121 ַ 0 1 40 0 NONE NONE 0 0 NORMAL 0 1 0 0 -125 0 1 40 0 NONE 10+1000*k 0 NONE 0 0 0 NORMAL 0 1 1000 0 -127 õ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 -128 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 -158 ̵ 0 1 3 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 -159 ǹ 0 1 5 0 NONE SELFONLY NONE 0 0 NORMAL 0 1 0 0 -160 ȭ 0 1 5 0 NONE 3*k 80-12*k 300 SELFONLY NONE 0 0 NORMAL 0 1 0 0 -161 ǹ 0 1 2 0 NONE 50 NONE 0 0 NORMAL 0 1 0 0 -162 ̵ 0 1 2 0 NONE 20 NONE 0 0 NORMAL 0 1 0 0 -256 CRUSH200ų 0 1 1 0 HP -5*k*atk 2 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 300 -257 Ϲݹ350ų 0 1 1 0 HP -5*k*atk 5 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 525 -258 CRUSH300ų 0 1 1 0 HP -5*k*atk 7 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 450 -259 Ϲݹ200ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH NONE 0 0 MELEE 0 1 0 300 -260 CURSH400ų 0 1 1 0 HP -5*k*atk 10 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH NONE 0 0 MELEE 0 1 0 600 -261 250ų 0 1 1 0 HP -5*k*atk 9 ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON NONE 80 0 0 MELEE 0 1 0 375 -262 SLOW300ų 0 1 1 0 HP -5*k*atk 12 ATTACK,USE_MELEE_DAMAGE,SPLASH MOV_SPEED -20 10 0 0 MELEE 0 1 0 450 -130 ¸ 0 1 1 0 NONE DISABLE_BY_POINT_UP NONE 0 0 NORMAL 0 1 0 0 -137 5 1 1 50 HP -(3*atk) 60+80*k 5 ATTACK,USE_MELEE_DAMAGE,CRUSH NONE 0 0 MELEE 10 1 300 0 -138 5 1 1 52 HP -(3*atk) 60+80*k 15 ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG MOV_SPEED 50 5 0 0 MELEE 6 1 400 100 -139 Ż 5 1 1 55 HP -(3*atk) 60+80*k 20 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH NONE 0 0 MELEE 12 1 400 250 -140 (Ȱ) 5 1 1 50 HP -(3*atk) 60+80*k 10 ATTACK,USE_ARROW_DAMAGE,CRUSH NONE 0 0 5 1 2500 0 -131 ȯ 0 1 10 0 NONE NONE 0 0 NORMAL 0 1 0 0 -6 1 1 1 0 HP -( 3*atk + (atk + 1.5 * str)*k)*1.07 300+150*k 60 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 5 1 0 0 -21 ˵ 1 1 1 0 HP -(2*atk + (2*atk + 2*dex + 2*con + str*4)*k)*1.1 300+180*k 60 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 10 1 0 400 -36 漶 2 1 1 0 HP -((lv*2+(atk + str*3 + dex*18)*k)*1.1) 300+180*k 60 ATTACK,USE_MELEE_DAMAGE NONE 60*k 5+25*k 0 0 MELEE 6 0.5 800 0 -51 ź 2 1 1 0 HP -((atk + (1.2*atk + number(100, 200)+dex*6+str*2)*k)*1.1) 200+200*k 60 ATTACK,USE_ARROW_DAMAGE NONE 80*k 15+30*k 0 0 NORMAL 5 0.5 0 0 -112 źȯ 0 1 40 0 20*k NONE 0 0 NORMAL 0 1 0 0 -113 Ͻ 0 1 40 0 20*k NONE 0 0 NORMAL 0 1 0 0 -114 0 1 40 0 20*k NONE 0 0 NORMAL 0 1 0 0 -115 Ļ 0 1 40 0 20*k NONE 0 0 NORMAL 0 1 0 0 -116 0 1 40 0 20*k NONE 0 0 NORMAL 0 1 0 0 -117 0 1 40 0 20*k NONE 0 0 NORMAL 0 1 0 0 -118 ȯ 0 1 40 0 20*k NONE 0 0 NORMAL 0 1 0 0 -119 0 1 40 0 20*k NONE 0 0 NORMAL 0 1 0 0 -141 0 1 40 0 NONE 1333.3*k NONE 0 0 NORMAL 0 1 0 0 -142 ö 0 1 40 0 NONE 20*k NONE 0 0 NORMAL 0 1 0 0 diff --git a/bin/pack/locale_ymir/locale/ymir/t6552t740.tmp b/bin/pack/locale_ymir/locale/ymir/t6552t740.tmp deleted file mode 100644 index bf6d9750..00000000 --- a/bin/pack/locale_ymir/locale/ymir/t6552t740.tmp +++ /dev/null @@ -1,972 +0,0 @@ -1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 -10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -12 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -13 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -14 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -15 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -16 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -17 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -18 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -19 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 -20 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -21 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -22 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -23 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -24 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -25 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -26 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -27 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -28 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -29 WEAPON icon/item/00020.tga d:/ymir work/item/weapon/00020.gr2 -30 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -31 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -32 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -33 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -34 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -35 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -36 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -37 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -38 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -39 WEAPON icon/item/00030.tga d:/ymir work/item/weapon/00030.gr2 -40 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -41 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -42 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -43 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -44 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -45 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -46 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -47 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -48 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -49 WEAPON icon/item/00040.tga d:/ymir work/item/weapon/00040.gr2 -50 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -51 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -52 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -53 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -54 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -55 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -56 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -57 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -58 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -59 WEAPON icon/item/00050.tga d:/ymir work/item/weapon/00050.gr2 -60 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -61 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -62 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -63 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -64 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -65 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -66 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -67 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -68 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -69 WEAPON icon/item/00060.tga d:/ymir work/item/weapon/00060.gr2 -70 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -71 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -72 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -73 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -74 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -75 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -76 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -77 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -78 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -79 WEAPON icon/item/00070.tga d:/ymir work/item/weapon/00070.gr2 -80 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -81 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -82 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -83 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -84 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -85 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -86 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -87 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -88 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -89 WEAPON icon/item/00080.tga d:/ymir work/item/weapon/00080.gr2 -90 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -91 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -92 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -93 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -94 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -95 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -96 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -97 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -98 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -99 WEAPON icon/item/00090.tga d:/ymir work/item/weapon/00090.gr2 -100 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -101 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -102 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -103 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -104 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -105 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -106 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -107 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -108 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -109 WEAPON icon/item/00100.tga d:/ymir work/item/weapon/00100.gr2 -110 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -111 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -112 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -113 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -114 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -115 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -116 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -117 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -118 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -119 WEAPON icon/item/00110.tga d:/ymir work/item/weapon/00110.gr2 -120 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -121 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -122 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -123 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -124 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -125 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -126 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -127 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -128 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -129 WEAPON icon/item/00120.tga d:/ymir work/item/weapon/00120.gr2 -130 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -131 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -132 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -133 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -134 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -135 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -136 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -137 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -138 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -139 WEAPON icon/item/00130.tga d:/ymir work/item/weapon/00130.gr2 -140 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -141 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -142 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -143 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -144 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -145 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -146 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -147 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -148 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -149 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -150 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -151 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -152 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -153 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -154 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -155 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -156 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -157 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -158 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -159 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -160 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -161 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -162 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -163 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -164 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -165 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -166 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -167 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -168 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -169 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -170 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -171 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -172 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -173 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -174 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -175 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -176 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -177 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -178 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -179 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -180 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -181 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -182 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -183 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -184 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -185 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -186 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -187 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -188 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -189 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -190 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -191 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -192 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -193 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -194 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -195 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -196 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -197 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -198 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -199 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -200 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -201 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -202 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -203 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -204 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -205 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -206 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -207 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -208 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -209 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -210 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -211 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -212 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -213 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -214 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -215 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -216 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -217 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -218 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -219 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -220 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -221 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -222 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -223 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -224 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -225 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -226 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -227 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -228 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -229 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -230 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -231 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -232 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -233 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -234 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -235 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -236 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -237 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -238 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -239 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -240 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -241 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -242 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -243 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -244 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -245 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -246 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -247 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -248 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -249 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -250 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -251 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -252 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -253 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -254 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -255 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -256 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -257 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -258 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -259 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -260 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -261 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -262 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -263 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -264 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -265 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -266 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -267 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -268 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -269 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -270 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -271 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -272 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -273 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -274 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -275 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -276 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -277 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -278 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -279 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -280 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -281 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -282 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -283 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -284 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -285 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -286 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -287 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -288 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -289 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -290 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -291 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -292 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -293 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -294 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -295 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -296 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -297 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -298 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -299 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2 -300 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -301 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -302 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -303 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -304 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -305 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -306 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -307 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -308 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -309 WEAPON icon/item/00300.tga d:/ymir work/item/weapon/00300.gr2 -310 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -311 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -312 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -313 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -314 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -315 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -316 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -317 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -318 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -319 WEAPON icon/item/00140.tga d:/ymir work/item/weapon/00140.gr2 -320 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -321 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -322 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -323 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -324 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -325 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -326 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -327 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -328 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -329 WEAPON icon/item/00150.tga d:/ymir work/item/weapon/00150.gr2 -330 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -331 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -332 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -333 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -334 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -335 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -336 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -337 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -338 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -339 WEAPON icon/item/00160.tga d:/ymir work/item/weapon/00160.gr2 -340 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -341 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -342 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -343 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -344 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -345 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -346 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -347 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -348 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -349 WEAPON icon/item/00170.tga d:/ymir work/item/weapon/00170.gr2 -350 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -351 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -352 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -353 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -354 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -355 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -356 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -357 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -358 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -359 WEAPON icon/item/00180.tga d:/ymir work/item/weapon/00180.gr2 -360 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -361 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -362 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -363 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -364 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -365 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -366 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -367 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -368 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -369 WEAPON icon/item/00190.tga d:/ymir work/item/weapon/00190.gr2 -370 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -371 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -372 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -373 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -374 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -375 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -376 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -377 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -378 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -379 WEAPON icon/item/00200.tga d:/ymir work/item/weapon/00200.gr2 -380 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -381 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -382 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -383 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -384 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -385 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -386 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -387 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -388 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -389 WEAPON icon/item/00210.tga d:/ymir work/item/weapon/00210.gr2 -390 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -391 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -392 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -393 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -394 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -395 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -396 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -397 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -398 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -399 WEAPON icon/item/00220.tga d:/ymir work/item/weapon/00220.gr2 -400 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -401 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -402 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -403 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -404 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -405 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -406 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -407 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -408 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -409 WEAPON icon/item/00230.tga d:/ymir work/item/weapon/00230.gr2 -410 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -411 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -412 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -413 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -414 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -415 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -416 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -417 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -418 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -419 WEAPON icon/item/00240.tga d:/ymir work/item/weapon/00240.gr2 -420 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -421 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -422 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -423 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -424 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -425 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -426 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -427 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -428 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -429 WEAPON icon/item/00250.tga d:/ymir work/item/weapon/00250.gr2 -430 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -431 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -432 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -433 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -434 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -435 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -436 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -437 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -438 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -439 WEAPON icon/item/00260.tga d:/ymir work/item/weapon/00260.gr2 -440 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -441 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -442 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -443 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -444 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -445 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -446 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -447 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -448 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -449 WEAPON icon/item/00270.tga d:/ymir work/item/weapon/00270.gr2 -450 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -451 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -452 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -453 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -454 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -455 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -456 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -457 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -458 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -459 WEAPON icon/item/00280.tga d:/ymir work/item/weapon/00280.gr2 -1000 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1001 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1002 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1003 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1004 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1005 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1006 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1007 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1008 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1009 WEAPON icon/item/01000.tga d:/ymir work/item/weapon/01000.gr2 -1010 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1011 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1012 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1013 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1014 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1015 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1016 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1017 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1018 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1019 WEAPON icon/item/01010.tga d:/ymir work/item/weapon/01010.gr2 -1020 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1021 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1022 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1023 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1024 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1025 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1026 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1027 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1028 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1029 WEAPON icon/item/01020.tga d:/ymir work/item/weapon/01020.gr2 -1030 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1031 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1032 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1033 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1034 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1035 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1036 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1037 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1038 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1039 WEAPON icon/item/01030.tga d:/ymir work/item/weapon/01030.gr2 -1040 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1041 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1042 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1043 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1044 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1045 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1046 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1047 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1048 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1049 WEAPON icon/item/01040.tga d:/ymir work/item/weapon/01040.gr2 -1050 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1051 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1052 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1053 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1054 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1055 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1056 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1057 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1058 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1059 WEAPON icon/item/01050.tga d:/ymir work/item/weapon/01050.gr2 -1060 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1061 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1062 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1063 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1064 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1065 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1066 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1067 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1068 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1069 WEAPON icon/item/01060.tga d:/ymir work/item/weapon/01060.gr2 -1070 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1071 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1072 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1073 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1074 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1075 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1076 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1077 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1078 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1079 WEAPON icon/item/01070.tga d:/ymir work/item/weapon/01070.gr2 -1080 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1081 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1082 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1083 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1084 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1085 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1086 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1087 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1088 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1089 WEAPON icon/item/01080.tga d:/ymir work/item/weapon/01080.gr2 -1090 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1091 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1092 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1093 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1094 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1095 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1096 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1097 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1098 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1099 WEAPON icon/item/01090.tga d:/ymir work/item/weapon/01090.gr2 -1100 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1101 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1102 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1103 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1104 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1105 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1106 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1107 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1108 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1109 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1110 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1111 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1112 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1113 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1114 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1115 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1116 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1117 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1118 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1119 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1120 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1121 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1122 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1123 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1124 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1125 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1126 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1127 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1128 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1129 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1130 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1131 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1132 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1133 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1134 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1135 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1136 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1137 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1138 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1139 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1140 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1141 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1142 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1143 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1144 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1145 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1146 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1147 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1148 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1149 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1150 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1151 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1152 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1153 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1154 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1155 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1156 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1157 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1158 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1159 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1160 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1161 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1162 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1163 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1164 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1165 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1166 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1167 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1168 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1169 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1170 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1171 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1172 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1173 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1174 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1175 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1176 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1177 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1178 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1179 WEAPON icon/item/01170.tga d:/ymir work/item/weapon/01170.gr2 -1180 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1181 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1182 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1183 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1184 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1185 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1186 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1187 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1188 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1189 WEAPON icon/item/01180.tga d:/ymir work/item/weapon/01180.gr2 -1270 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1271 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1272 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1273 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1274 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1275 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1276 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1277 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1278 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1279 WEAPON icon/item/01100.tga d:/ymir work/item/weapon/01100.gr2 -1280 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1281 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1282 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1283 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1284 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1285 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1286 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1287 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1288 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1289 WEAPON icon/item/01110.tga d:/ymir work/item/weapon/01110.gr2 -1290 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1291 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1292 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1293 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1294 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1295 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1296 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1297 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1298 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1299 WEAPON icon/item/01120.tga d:/ymir work/item/weapon/01120.gr2 -1300 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1301 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1302 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1303 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1304 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1305 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1306 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1307 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1308 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1309 WEAPON icon/item/01130.tga d:/ymir work/item/weapon/01130.gr2 -1310 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1311 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1312 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1313 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1314 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1315 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1316 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1317 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1318 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1319 WEAPON icon/item/01140.tga d:/ymir work/item/weapon/01140.gr2 -1320 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1321 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1322 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1323 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1324 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1325 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1326 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1327 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1328 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1329 WEAPON icon/item/01150.tga d:/ymir work/item/weapon/01150.gr2 -1330 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1331 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1332 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1333 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1334 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1335 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1336 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1337 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1338 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -1339 WEAPON icon/item/01160.tga d:/ymir work/item/weapon/01160.gr2 -2000 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2001 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2002 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2003 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2004 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2005 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2006 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2007 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2008 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2009 WEAPON icon/item/02000.tga d:/ymir work/item/weapon/02000.gr2 -2010 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2011 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2012 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2013 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2014 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2015 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2016 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2017 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2018 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2019 WEAPON icon/item/02010.tga d:/ymir work/item/weapon/02010.gr2 -2020 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2021 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2022 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2023 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2024 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2025 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2026 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2027 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2028 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2029 WEAPON icon/item/02020.tga d:/ymir work/item/weapon/02020.gr2 -2030 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2031 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2032 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2033 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2034 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2035 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2036 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2037 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2038 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2039 WEAPON icon/item/02030.tga d:/ymir work/item/weapon/02030.gr2 -2040 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2041 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2042 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2043 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2044 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2045 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2046 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2047 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2048 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2049 WEAPON icon/item/02040.tga d:/ymir work/item/weapon/02040.gr2 -2050 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2051 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2052 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2053 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2054 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2055 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2056 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2057 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2058 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2059 WEAPON icon/item/02050.tga d:/ymir work/item/weapon/02050.gr2 -2060 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2061 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2062 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2063 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2064 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2065 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2066 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2067 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2068 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2069 WEAPON icon/item/02060.tga d:/ymir work/item/weapon/02060.gr2 -2070 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2071 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2072 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2073 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2074 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2075 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2076 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2077 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2078 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2079 WEAPON icon/item/02070.tga d:/ymir work/item/weapon/02070.gr2 -2080 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2081 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2082 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2083 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2084 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2085 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2086 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2087 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2088 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2089 WEAPON icon/item/02080.tga d:/ymir work/item/weapon/02080.gr2 -2090 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2091 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2092 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2093 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2094 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2095 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2096 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2097 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2098 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2099 WEAPON icon/item/02090.tga d:/ymir work/item/weapon/02090.gr2 -2100 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2101 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2102 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2103 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2104 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2105 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2106 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2107 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2108 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2109 WEAPON icon/item/02100.tga d:/ymir work/item/weapon/02100.gr2 -2110 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2111 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2112 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2113 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2114 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2115 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2116 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2117 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2118 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2119 WEAPON icon/item/02110.tga d:/ymir work/item/weapon/02110.gr2 -2120 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2121 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2122 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2123 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2124 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2125 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2126 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2127 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2128 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2129 WEAPON icon/item/02120.tga d:/ymir work/item/weapon/02120.gr2 -2130 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2131 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2132 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2133 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2134 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2135 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2136 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2137 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2138 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2139 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2140 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2141 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2142 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2143 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2144 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2145 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2146 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2147 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2148 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2149 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2150 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2151 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2152 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2153 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2154 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2155 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2156 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2157 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2158 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2159 WEAPON icon/item/02150.tga d:/ymir work/item/weapon/02150.gr2 -2160 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2161 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2162 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2163 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2164 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2165 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2166 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2167 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2168 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2169 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2170 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2171 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2172 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2173 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2174 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2175 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2176 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2177 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2178 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2179 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2180 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2181 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2182 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2183 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2184 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2185 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2186 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2187 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2188 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2189 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2190 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2191 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2192 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2193 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2194 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2195 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2196 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2197 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2198 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2199 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2300 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2301 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2302 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2303 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2304 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2305 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2306 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2307 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2308 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2309 WEAPON icon/item/02130.tga d:/ymir work/item/weapon/02130.gr2 -2310 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2311 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2312 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2313 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2314 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2315 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2316 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2317 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2318 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2319 WEAPON icon/item/02140.tga d:/ymir work/item/weapon/02140.gr2 -2330 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2331 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2332 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2333 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2334 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2335 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2336 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2337 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2338 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2339 WEAPON icon/item/02160.tga d:/ymir work/item/weapon/02160.gr2 -2340 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2341 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2342 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2343 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2344 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2345 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2346 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2347 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2348 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2349 WEAPON icon/item/02170.tga d:/ymir work/item/weapon/02170.gr2 -2350 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2351 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2352 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2353 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2354 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2355 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2356 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2357 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2358 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2359 WEAPON icon/item/02180.tga d:/ymir work/item/weapon/02180.gr2 -2360 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2361 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2362 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2363 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2364 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2365 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2366 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2367 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2368 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -2369 WEAPON icon/item/02190.tga d:/ymir work/item/weapon/02190.gr2 -3000 WEAPON icon/item/03000.tga d:/ymir work/item/weapon/ \ No newline at end of file diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/createcharacterwindow.py b/bin/pack/locale_ymir_ui/locale/ymir_ui/createcharacterwindow.py deleted file mode 100644 index 9f3191c1..00000000 --- a/bin/pack/locale_ymir_ui/locale/ymir_ui/createcharacterwindow.py +++ /dev/null @@ -1,566 +0,0 @@ -import uiScriptLocale - -ROOT_PATH = "d:/ymir work/ui/public/" -LOCALE_PATH = "d:/ymir work/ui/intro/949_select/" -BOARD_X = SCREEN_WIDTH * (65) / 800 -BOARD_Y = SCREEN_HEIGHT * (215) / 600 - -PLUS_BUTTON_WIDTH = 20 -TEMPORARY_HEIGHT = 24 + 5 - -window = { - "name" : "CreateCharacterWindow", - - "x" : 0, - "y" : 0, - - "width" : SCREEN_WIDTH, - "height" : SCREEN_HEIGHT, - - "children" : - ( - ## Board - { - "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, - "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, - "image" : "locale/ymir_ui/select.sub", - }, - ## Name - { - "name" : "name_warrior", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_warrior.sub", - }, - { - "name" : "name_assassin", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_assassin.sub", - }, - { - "name" : "name_sura", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_sura.sub", - }, - { - "name" : "name_shaman", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_shaman.sub", - }, - - ## Character Board - { - "name" : "character_board", - "type" : "thinboard", - - "x" : BOARD_X, - "y" : BOARD_Y, - - "width" : 208, - "height" : 300 + TEMPORARY_HEIGHT, - - "children" : - ( - { - "name" : "text_board", - "type" : "bar", - - "x" : 8, - "y" : 10, - - "width" : 189, - "height" : 122, - - "children" : - ( - { - "name" : "prev_button", - "type" : "button", - - "x" : 95, - "y" : 95, - - "text" : uiScriptLocale.CREATE_PREV, - - "default_image" : ROOT_PATH + "Small_Button_01.sub", - "over_image" : ROOT_PATH + "Small_Button_02.sub", - "down_image" : ROOT_PATH + "Small_Button_03.sub", - }, - { - "name" : "next_button", - "type" : "button", - - "x" : 140, - "y" : 95, - - "text" : uiScriptLocale.CREATE_NEXT, - - "default_image" : ROOT_PATH + "Small_Button_01.sub", - "over_image" : ROOT_PATH + "Small_Button_02.sub", - "down_image" : ROOT_PATH + "Small_Button_03.sub", - }, - { - "name" : "right_line", - "type" : "line", - - "x" : 189-1, - "y" : -1, - - "width" : 0, - "height" : 122, - - "color" : 0xffAAA6A1, - }, - { - "name" : "bottom_line", - "type" : "line", - - "x" : 0, - "y" : 122-1, - - "width" : 189, - "height" : 0, - - "color" : 0xffAAA6A1, - }, - { - "name" : "left_line", - "type" : "line", - - "x" : 0, - "y" : 0, - - "width" : 0, - "height" : 122-1, - - "color" : 0xff2A2521, - }, - { - "name" : "top_line", - "type" : "line", - - "x" : 0, - "y" : 0, - - "width" : 189, - "height" : 0, - - "color" : 0xff2A2521, - }, - ), - }, - { - "name" : "hth", - "type" : "text", - - "x" : 15, - "y" : 138, - - "text" : uiScriptLocale.CREATE_HP, - - "children" : - ( - { - "name" : "hth_gauge", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100 + PLUS_BUTTON_WIDTH, - "color" : "red", - }, - { - "name" : "hth_slot", - "type" : "slotbar", - - "x" : 137 + PLUS_BUTTON_WIDTH, - "y" : -1, - "width" : 24, - "height" : 16, - - "children" : - ( - { - "name" : "hth_value", - "type" : "text", - - "x" : 0, - "y" : 1, - "all_align" : "center", - - "text" : "99", - }, - ), - }, - ), - }, - { - "name" : "int", - "type" : "text", - - "x" : 15, - "y" : 157, - - "text" : uiScriptLocale.CREATE_SP, - - "children" : - ( - { - "name" : "int_gauge", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100 + PLUS_BUTTON_WIDTH, - "color" : "pink", - }, - { - "name" : "int_slot", - "type" : "slotbar", - - "x" : 137 + PLUS_BUTTON_WIDTH, - "y" : -1, - "width" : 24, - "height" : 16, - - "children" : - ( - { - "name" : "int_value", - "type" : "text", - - "x" : 0, - "y" : 1, - "all_align" : "center", - - "text" : "99", - }, - ), - }, - ), - }, - { - "name" : "str", - "type" : "text", - - "x" : 15, - "y" : 176, - - "text" : uiScriptLocale.CREATE_ATT_GRADE, - - "children" : - ( - { - "name" : "str_gauge", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100 + PLUS_BUTTON_WIDTH, - "color" : "purple", - }, - { - "name" : "str_slot", - "type" : "slotbar", - - "x" : 137 + PLUS_BUTTON_WIDTH, - "y" : -1, - "width" : 24, - "height" : 16, - - "children" : - ( - { - "name" : "str_value", - "type" : "text", - - "x" : 0, - "y" : 1, - "all_align" : "center", - - "text" : "99", - }, - ), - }, - ), - }, - { - "name" : "dex", - "type" : "text", - - "x" : 15, - "y" : 195, - - "text" : uiScriptLocale.CREATE_DEX_GRADE, - - "children" : - ( - { - "name" : "dex_gauge", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100 + PLUS_BUTTON_WIDTH, - "color" : "blue", - }, - { - "name" : "dex_slot", - "type" : "slotbar", - - "x" : 137 + PLUS_BUTTON_WIDTH, - "y" : -1, - "width" : 24, - "height" : 16, - - "children" : - ( - { - "name" : "dex_value", - "type" : "text", - - "x" : 0, - "y" : 1, - "all_align" : "center", - - "text" : "99", - }, - ), - }, - ), - }, - - { - "name" : "hth_button", - "type" : "button", - - "x" : 184, - "y" : 139, - - "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", - "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", - "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", - }, - { - "name" : "int_button", - "type" : "button", - - "x" : 184, - "y" : 158, - - "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", - "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", - "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", - }, - { - "name" : "str_button", - "type" : "button", - - "x" : 184, - "y" : 177, - - "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", - "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", - "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", - }, - { - "name" : "dex_button", - "type" : "button", - - "x" : 184, - "y" : 196, - - "default_image" : "d:/ymir work/ui/game/windows/btn_plus_up.sub", - "over_image" : "d:/ymir work/ui/game/windows/btn_plus_over.sub", - "down_image" : "d:/ymir work/ui/game/windows/btn_plus_down.sub", - }, - - - { - "name" : "character_name", - "type" : "text", - - "x" : 43, - "y" : 218, - - "text" : uiScriptLocale.CREATE_NAME, - - "text_horizontal_align" : "center", - - "children" : - ( - { - "name" : "character_name_slot", - "type" : "image", - - "x" : 40 - 1, - "y" : -2, - - "image" : "d:/ymir work/ui/public/parameter_slot_04.sub", - }, - { - "name" : "character_name_value", - "type" : "editline", - - "x" : 40 - 1 + 3, - "y" : 0, - - "input_limit" : 12, - - "width" : 90, - "height" : 20, - }, - ), - }, - - { - "name" : "character_gender", - "type" : "text", - - "x" : 43, - "y" : 247, - - "text" : uiScriptLocale.CREATE_SEX, - - "text_horizontal_align" : "center", - }, - { - "name" : "gender_button_01", - "type" : "radio_button", - - "x" : 79, - "y" : 247, - - "text" : uiScriptLocale.CREATE_MAN, - - "default_image" : ROOT_PATH + "Middle_Button_01.sub", - "over_image" : ROOT_PATH + "Middle_Button_02.sub", - "down_image" : ROOT_PATH + "Middle_Button_03.sub", - }, - { - "name" : "gender_button_02", - "type" : "radio_button", - - "x" : 139, - "y" : 247, - - "text" : uiScriptLocale.CREATE_WOMAN, - - "default_image" : ROOT_PATH + "Middle_Button_01.sub", - "over_image" : ROOT_PATH + "Middle_Button_02.sub", - "down_image" : ROOT_PATH + "Middle_Button_03.sub", - }, - - { - "name" : "character_shape", - "type" : "text", - - "x" : 43, - "y" : 270, - - "text" : uiScriptLocale.CREATE_SHAPE, - - "text_horizontal_align" : "center", - }, - { - "name" : "shape_button_01", - "type" : "radio_button", - - "x" : 79, - "y" : 239 + TEMPORARY_HEIGHT, - - "text" : "1", - - "default_image" : ROOT_PATH + "Middle_Button_01.sub", - "over_image" : ROOT_PATH + "Middle_Button_02.sub", - "down_image" : ROOT_PATH + "Middle_Button_03.sub", - }, - { - "name" : "shape_button_02", - "type" : "radio_button", - - "x" : 139, - "y" : 239 + TEMPORARY_HEIGHT, - - "text" : "2", - - "default_image" : ROOT_PATH + "Middle_Button_01.sub", - "over_image" : ROOT_PATH + "Middle_Button_02.sub", - "down_image" : ROOT_PATH + "Middle_Button_03.sub", - }, - - { - "name" : "create_button", - "type" : "button", - - "x" : 11, - "y" : 265 + TEMPORARY_HEIGHT, - - "text" : uiScriptLocale.CREATE_CREATE, - - "default_image" : ROOT_PATH + "Large_Button_01.sub", - "over_image" : ROOT_PATH + "Large_Button_02.sub", - "down_image" : ROOT_PATH + "Large_Button_03.sub", - }, - { - "name" : "cancel_button", - "type" : "button", - - "x" : 109, - "y" : 265 + TEMPORARY_HEIGHT, - - "text" : uiScriptLocale.CANCEL, - - "default_image" : ROOT_PATH + "Large_Button_01.sub", - "over_image" : ROOT_PATH + "Large_Button_02.sub", - "down_image" : ROOT_PATH + "Large_Button_03.sub", - }, - ), - }, - - ## Buttons - { - "name" : "left_button", - "type" : "button", - - "x" : SCREEN_WIDTH * (450 - 22*3) / 800, - "y" : SCREEN_HEIGHT * (505) / 600, - - "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", - "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", - "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", - }, - { - "name" : "right_button", - "type" : "button", - - "x" : SCREEN_WIDTH * (580 - 22) / 800, - "y" : SCREEN_HEIGHT * (505) / 600, - - "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", - "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", - "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", - }, - - - ), -} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/inventorywindow.py b/bin/pack/locale_ymir_ui/locale/ymir_ui/inventorywindow.py deleted file mode 100644 index 12aa6f96..00000000 --- a/bin/pack/locale_ymir_ui/locale/ymir_ui/inventorywindow.py +++ /dev/null @@ -1,310 +0,0 @@ -import uiScriptLocale -import item - -EQUIPMENT_START_INDEX = 90 - -window = { - "name" : "InventoryWindow", - - ## 600 - (width + 24 px) - "x" : SCREEN_WIDTH - 176, - "y" : SCREEN_HEIGHT - 37 - 565, - - "style" : ("movable", "float",), - - "width" : 176, - "height" : 565, - - "children" : - ( - ## Inventory, Equipment Slots - { - "name" : "board", - "type" : "board", - "style" : ("attach",), - - "x" : 0, - "y" : 0, - - "width" : 176, - "height" : 565, - - "children" : - ( - ## Title - { - "name" : "TitleBar", - "type" : "titlebar", - "style" : ("attach",), - - "x" : 8, - "y" : 7, - - "width" : 161, - "color" : "yellow", - - "children" : - ( - { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, - ), - }, - - ## Equipment Slot - { - "name" : "Equipment_Base", - "type" : "expanded_image", - - "x" : 10, - "y" : 33, - - "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", - - "children" : - ( - - { - "name" : "EquipmentSlot", - "type" : "slot", - - "x" : 3, - "y" : 3, - - "width" : 150, - "height" : 182, - - "slot" : ( - {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, - {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, - {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, - {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, - ## 1 - ##{"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, - ## 2 - ##{"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, - ## Ʈ - {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, - ), - }, - ## Dragon Soul Button - { - "name" : "DSSButton", - "type" : "button", - - "x" : 114, - "y" : 107, - - "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL, - - "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga", - "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga", - "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga", - }, - ## MallButton - { - "name" : "MallButton", - "type" : "button", - - "x" : 118, - "y" : 148, - - "tooltip_text" : uiScriptLocale.MALL_TITLE, - - "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", - "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", - "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", - }, - ## CostumeButton - { - "name" : "CostumeButton", - "type" : "button", - - "x" : 78, - "y" : 5, - - "tooltip_text" : "Costume", - - "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", - "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", - "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", - }, - { - "name" : "Equipment_Tab_01", - "type" : "radio_button", - - "x" : 86, - "y" : 161, - - "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", - "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", - "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", - - "children" : - ( - { - "name" : "Equipment_Tab_01_Print", - "type" : "text", - - "x" : 0, - "y" : 0, - - "all_align" : "center", - - "text" : "I", - }, - ), - }, - { - "name" : "Equipment_Tab_02", - "type" : "radio_button", - - "x" : 86 + 32, - "y" : 161, - - "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", - "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", - "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", - - "children" : - ( - { - "name" : "Equipment_Tab_02_Print", - "type" : "text", - - "x" : 0, - "y" : 0, - - "all_align" : "center", - - "text" : "II", - }, - ), - }, - - ), - }, - - { - "name" : "Inventory_Tab_01", - "type" : "radio_button", - - "x" : 10, - "y" : 33 + 191, - - "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", - "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", - "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", - "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, - - "children" : - ( - { - "name" : "Inventory_Tab_01_Print", - "type" : "text", - - "x" : 0, - "y" : 0, - - "all_align" : "center", - - "text" : "I", - }, - ), - }, - { - "name" : "Inventory_Tab_02", - "type" : "radio_button", - - "x" : 10 + 78, - "y" : 33 + 191, - - "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub", - "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub", - "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub", - "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, - - "children" : - ( - { - "name" : "Inventory_Tab_02_Print", - "type" : "text", - - "x" : 0, - "y" : 0, - - "all_align" : "center", - - "text" : "II", - }, - ), - }, - - ## Item Slot - { - "name" : "ItemSlot", - "type" : "grid_table", - - "x" : 8, - "y" : 246, - - "start_index" : 0, - "x_count" : 5, - "y_count" : 9, - "x_step" : 32, - "y_step" : 32, - - "image" : "d:/ymir work/ui/public/Slot_Base.sub" - }, - - ## Print - { - "name":"Money_Slot", - "type":"button", - - "x":8, - "y":28, - - "horizontal_align":"center", - "vertical_align":"bottom", - - "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", - "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", - "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", - - "children" : - ( - { - "name":"Money_Icon", - "type":"image", - - "x":-18, - "y":2, - - "image":"d:/ymir work/ui/game/windows/money_icon.sub", - }, - - { - "name" : "Money", - "type" : "text", - - "x" : 3, - "y" : 3, - - "horizontal_align" : "right", - "text_horizontal_align" : "right", - - "text" : "123456789", - }, - ), - }, - - ), - }, - ), -} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading0.jpg b/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading0.jpg deleted file mode 100644 index d208d30a..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading0.jpg and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading1.jpg b/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading1.jpg deleted file mode 100644 index 7a52f12d..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading1.jpg and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading2.jpg b/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading2.jpg deleted file mode 100644 index f1d5d386..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading2.jpg and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading3.jpg b/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading3.jpg deleted file mode 100644 index 1b40bdd7..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading3.jpg and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loadingwindow.py b/bin/pack/locale_ymir_ui/locale/ymir_ui/loadingwindow.py deleted file mode 100644 index 0c56afe4..00000000 --- a/bin/pack/locale_ymir_ui/locale/ymir_ui/loadingwindow.py +++ /dev/null @@ -1,65 +0,0 @@ -import uiScriptLocale - -window = { - - "x" : 0, - "y" : 0, - - "width" : SCREEN_WIDTH, - "height" : SCREEN_HEIGHT, - - "children" : - ( - ## Board - { - "name" : "BackGround", - "type" : "expanded_image", - - "x" : 0, - "y" : 0, - - "image" : "d:/ymir work/ui/intro/pattern/Line_Pattern.tga", - - "x_scale" : float(SCREEN_WIDTH) / 800.0, - "y_scale" : float(SCREEN_HEIGHT) / 600.0, - }, - { - "name":"ErrorMessage", - "type":"text", "x":10, "y":10, - "text": uiScriptLocale.LOAD_ERROR, - }, - - { - "name" : "GageBoard", - "type" : "window", - "style" : ("ltr",), - "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, - "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , - "width" : 400, - "height": 80, - - "children" : - ( - - { - "name" : "BackGage", - "type" : "expanded_image", - - "x" : 40, - "y" : 25, - - "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_empty.dds", - }, - { - "name" : "FullGage", - "type" : "expanded_image", - - "x" : 40, - "y" : 25, - - "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/gauge_full.dds", - }, - ), - }, - ), -} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/login.jpg b/bin/pack/locale_ymir_ui/locale/ymir_ui/login.jpg deleted file mode 100644 index 3933ba6b..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/login.jpg and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loginwindow.py b/bin/pack/locale_ymir_ui/locale/ymir_ui/loginwindow.py deleted file mode 100644 index c25b5301..00000000 --- a/bin/pack/locale_ymir_ui/locale/ymir_ui/loginwindow.py +++ /dev/null @@ -1,276 +0,0 @@ -import uiScriptLocale - -LOCALE_PATH = uiScriptLocale.LOGIN_PATH - -window = { - "name" : "LoginWindow", - "style" : ("movable",), - - "x" : 0, - "y" : 0, - - "width" : SCREEN_WIDTH, - "height" : SCREEN_HEIGHT, - - "children" : - ( - - ## Board - { - "name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0, - "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, - "image" : "locale/ymir_ui/serverlist.sub", - }, - { - "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0, - "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, - "image" : "locale/ymir_ui/login.sub", - }, - - - ## ConnectBoard - { - "name" : "ConnectBoard", - "type" : "thinboard", - - "x" : SCREEN_WIDTH - 275, - "y" : SCREEN_HEIGHT - 195, - "width" : 208, - "height" : 30, - - "children" : - ( - { - "name" : "ConnectName", - "type" : "text", - - "x" : 15, - "y" : 0, - "vertical_align" : "center", - "text_vertical_align" : "center", - - "text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, - }, - { - "name" : "SelectConnectButton", - "type" : "button", - - "x" : 150, - "y" : 0, - "vertical_align" : "center", - - "default_image" : "d:/ymir work/ui/public/small_button_01.sub", - "over_image" : "d:/ymir work/ui/public/small_button_02.sub", - "down_image" : "d:/ymir work/ui/public/small_button_03.sub", - - "text" : uiScriptLocale.LOGIN_SELECT_BUTTON, - }, - ), - }, - - ## LoginBoard - { - "name" : "LoginBoard", - "type" : "image", - - "x" : SCREEN_WIDTH - 275, - "y" : SCREEN_HEIGHT - 155, - - "image" : LOCALE_PATH + "loginwindow.sub", - - "children" : - ( - { - "name" : "ID_EditLine", - "type" : "editline", - - "x" : 77, - "y" : 16, - - "width" : 120, - "height" : 18, - - "input_limit" : 16, - "enable_codepage" : 0, - - "r" : 1.0, - "g" : 1.0, - "b" : 1.0, - "a" : 1.0, - }, - { - "name" : "Password_EditLine", - "type" : "editline", - - "x" : 77, - "y" : 43, - - "width" : 120, - "height" : 18, - - "input_limit" : 16, - "secret_flag" : 1, - "enable_codepage" : 0, - - "r" : 1.0, - "g" : 1.0, - "b" : 1.0, - "a" : 1.0, - }, - { - "name" : "LoginButton", - "type" : "button", - - "x" : 15, - "y" : 65, - - "default_image" : "d:/ymir work/ui/public/large_button_01.sub", - "over_image" : "d:/ymir work/ui/public/large_button_02.sub", - "down_image" : "d:/ymir work/ui/public/large_button_03.sub", - - "text" : uiScriptLocale.LOGIN_CONNECT, - }, - { - "name" : "LoginExitButton", - "type" : "button", - - "x" : 105, - "y" : 65, - - "default_image" : "d:/ymir work/ui/public/large_button_01.sub", - "over_image" : "d:/ymir work/ui/public/large_button_02.sub", - "down_image" : "d:/ymir work/ui/public/large_button_03.sub", - - "text" : uiScriptLocale.LOGIN_EXIT, - }, - ), - }, - - ## ServerBoard - { - "name" : "ServerBoard", - "type" : "thinboard", - - "x" : 0, - "y" : 308, - "width" : 375, - "height" : 220, - "horizontal_align" : "center", - - "children" : - ( - - ## Title - { - "name" : "Title", - "type" : "text", - - "x" : 0, - "y" : 12, - "horizontal_align" : "center", - "text_horizontal_align" : "center", - "text" : uiScriptLocale.LOGIN_SELECT_TITLE, - }, - - ## Horizontal - { - "name" : "HorizontalLine1", - "type" : "line", - - "x" : 10, - "y" : 34, - "width" : 354, - "height" : 0, - "color" : 0xff777777, - }, - { - "name" : "HorizontalLine2", - "type" : "line", - - "x" : 10, - "y" : 35, - "width" : 355, - "height" : 0, - "color" : 0xff111111, - }, - - ## Vertical - { - "name" : "VerticalLine1", - "type" : "line", - - "x" : 246, - "y" : 38, - "width" : 0, - "height" : 175, - "color" : 0xff777777, - }, - { - "name" : "VerticalLine2", - "type" : "line", - - "x" : 247, - "y" : 38, - "width" : 0, - "height" : 175, - "color" : 0xff111111, - }, - - ## ListBox - { - "name" : "ServerList", - "type" : "listbox", - - "x" : 10, - "y" : 40, - "width" : 232, - "height" : 171, - - "item_align" : 0, - }, - { - "name" : "ChannelList", - "type" : "listbox", - - "x" : 255, - "y" : 40, - "width" : 109, - "height" : 171, - - "item_align" : 0, - }, - - ## Buttons - { - "name" : "ServerSelectButton", - "type" : "button", - - "x" : 267, - "y" : 170, - - "default_image" : "d:/ymir work/ui/public/large_button_01.sub", - "over_image" : "d:/ymir work/ui/public/large_button_02.sub", - "down_image" : "d:/ymir work/ui/public/large_button_03.sub", - - "text" : uiScriptLocale.OK, - }, - { - "name" : "ServerExitButton", - "type" : "button", - - "x" : 267, - "y" : 192, - - "default_image" : "d:/ymir work/ui/public/large_button_01.sub", - "over_image" : "d:/ymir work/ui/public/large_button_02.sub", - "down_image" : "d:/ymir work/ui/public/large_button_03.sub", - - "text" : uiScriptLocale.LOGIN_SELECT_EXIT, - }, - - ), - - }, - - ), -} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/mall.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/mall.tga deleted file mode 100644 index 765e9ecb..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mall/mall.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a1.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a1.tga deleted file mode 100644 index 92650575..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a1.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a2.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a2.tga deleted file mode 100644 index a2511c34..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a2.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a2_2.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a2_2.tga deleted file mode 100644 index cae17bd8..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a2_2.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a3.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a3.tga deleted file mode 100644 index 0b0e2c15..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a3.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a4.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a4.tga deleted file mode 100644 index 6d17f4db..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/a4.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b1.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b1.tga deleted file mode 100644 index f5053c98..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b1.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b2.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b2.tga deleted file mode 100644 index ede655c1..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b2.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b3.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b3.tga deleted file mode 100644 index eace8d45..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b3.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b4.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b4.tga deleted file mode 100644 index 213d0285..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/b4.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/bay.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/bay.tga deleted file mode 100644 index d013118f..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/bay.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c1.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c1.tga deleted file mode 100644 index 6e13471f..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c1.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c2.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c2.tga deleted file mode 100644 index 502e6e1e..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c2.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c3.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c3.tga deleted file mode 100644 index 6fe06ed8..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c3.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c4.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c4.tga deleted file mode 100644 index 56db5d77..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/c4.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/cape.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/cape.tga deleted file mode 100644 index f91fd083..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/cape.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/dawn.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/dawn.tga deleted file mode 100644 index 8d66a80f..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/dawn.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/desert1.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/desert1.tga deleted file mode 100644 index 33e394f4..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/desert1.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/desert2.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/desert2.tga deleted file mode 100644 index bbc5e150..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/desert2.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_1f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_1f.tga deleted file mode 100644 index f0b5a8c4..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_1f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_2f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_2f.tga deleted file mode 100644 index c89aacf4..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_2f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_3f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_3f.tga deleted file mode 100644 index 9b5cef4c..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_3f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_4f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_4f.tga deleted file mode 100644 index c003b750..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_4f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_5f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_5f.tga deleted file mode 100644 index 14c45dbb..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_5f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_6f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_6f.tga deleted file mode 100644 index 5fe14ffa..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_6f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_7f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_7f.tga deleted file mode 100644 index 07d0cc88..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_7f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_8f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_8f.tga deleted file mode 100644 index 374decb5..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_8f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_9f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_9f.tga deleted file mode 100644 index 097aabe7..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_9f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_title.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_title.tga deleted file mode 100644 index 1924dd31..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil1_title.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil_basement.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil_basement.tga deleted file mode 100644 index 2ade803d..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/devil_basement.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/frame1.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/frame1.tga deleted file mode 100644 index 793026cd..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/frame1.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/frame2.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/frame2.tga deleted file mode 100644 index 7a378c1d..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/frame2.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/guild1.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/guild1.tga deleted file mode 100644 index 1e659763..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/guild1.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/guild2.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/guild2.tga deleted file mode 100644 index bfe8b144..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/guild2.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/guild3.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/guild3.tga deleted file mode 100644 index 04955673..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/guild3.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_01f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_01f.tga deleted file mode 100644 index b4a3539e..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_01f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_02f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_02f.tga deleted file mode 100644 index 1af5641c..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_02f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_03f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_03f.tga deleted file mode 100644 index 12a8acca..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_03f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_04f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_04f.tga deleted file mode 100644 index a94ae53d..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_04f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_05f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_05f.tga deleted file mode 100644 index c8892f61..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_05f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_06f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_06f.tga deleted file mode 100644 index ca95db53..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_06f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_07f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_07f.tga deleted file mode 100644 index 84b33060..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_devilscatacomb/obj_07f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_01f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_01f.tga deleted file mode 100644 index 52013ed7..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_01f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_02f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_02f.tga deleted file mode 100644 index 58162225..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_02f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_03f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_03f.tga deleted file mode 100644 index 4278ced9..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_03f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_04f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_04f.tga deleted file mode 100644 index cdc175ef..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_04f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_05f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_05f.tga deleted file mode 100644 index 10f274a3..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_05f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_06f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_06f.tga deleted file mode 100644 index 51f79960..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_06f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_07f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_07f.tga deleted file mode 100644 index 7446799b..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_07f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_08f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_08f.tga deleted file mode 100644 index b6e20999..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_08f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_09f.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_09f.tga deleted file mode 100644 index 352787f2..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/metin2_map_deviltower1/obj_09f.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/milgyo.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/milgyo.tga deleted file mode 100644 index 81f336e2..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/milgyo.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/milgyo2.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/milgyo2.tga deleted file mode 100644 index 7f041f43..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/milgyo2.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/monkey1.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/monkey1.tga deleted file mode 100644 index 8e12a499..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/monkey1.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/monkey2.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/monkey2.tga deleted file mode 100644 index 302aa391..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/monkey2.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/monkey3.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/monkey3.tga deleted file mode 100644 index 2beeceb1..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/monkey3.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/sd01.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/sd01.tga deleted file mode 100644 index f1067f03..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/sd01.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/sd02.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/sd02.tga deleted file mode 100644 index 6b1ecd88..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/sd02.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/sd03.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/sd03.tga deleted file mode 100644 index 1272d729..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/sd03.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/skipia.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/skipia.tga deleted file mode 100644 index 4c547541..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/skipia.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/snow1.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/snow1.tga deleted file mode 100644 index 64e1d36e..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/snow1.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/snow2.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/snow2.tga deleted file mode 100644 index 8fcb320c..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/snow2.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/thunder.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/thunder.tga deleted file mode 100644 index 00585348..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/thunder.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent.tga deleted file mode 100644 index b5b89e13..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent02.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent02.tga deleted file mode 100644 index 897f4bd2..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent02.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent02_a.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent02_a.tga deleted file mode 100644 index e4b82fb8..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent02_a.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent_a.tga b/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent_a.tga deleted file mode 100644 index accda06b..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/mapname/trent_a.tga and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/passworddialog.py b/bin/pack/locale_ymir_ui/locale/ymir_ui/passworddialog.py deleted file mode 100644 index 905c8eab..00000000 --- a/bin/pack/locale_ymir_ui/locale/ymir_ui/passworddialog.py +++ /dev/null @@ -1,136 +0,0 @@ -import uiScriptLocale -window = { - "name" : "PasswordDialog", - - "x" : 0, - "y" : 0, - - "style" : ("movable", "float",), - - "width" : 250, - "height" : 110, - - "children" : - ( - { - "name" : "board", - "type" : "board", - - "x" : 0, - "y" : 0, - - "width" : 250, - "height" : 110, - - "children" : - ( - - # - { - "name" : "Desc1", - "type" : "text", - - "x" : 250/2, - "y" : 30, - - "text" : uiScriptLocale.PASSWORD_DESC_1, - "text_horizontal_align":"center" - }, - #2 - { - "name" : "Desc2", - "type" : "text", - - "x" : 250/2, - "y" : 42, - - "text" : uiScriptLocale.PASSWORD_DESC_2, - "text_horizontal_align":"center" - }, - ## Title - { - "name" : "titlebar", - "type" : "titlebar", - "style" : ("attach",), - - "x" : 8, - "y" : 8, - - "width" : 234, - "color" : "gray", - - "children" : - ( - { - "name" : "TitleName", - "type" : "text", - - "x" : 234/2, - "y" : 3, - - "text" : uiScriptLocale.PASSWORD_TITLE, - "text_horizontal_align":"center" - }, - ), - }, - - ## Password Slot - { - "name" : "password_slot", - "type" : "image", - - "x" : 0, - "y" : 56, - "horizontal_align" : "center", - - "image" : "d:/ymir work/ui/public/Parameter_Slot_02.sub", - - "children" : - ( - { - "name" : "password_value", - "type" : "editline", - - "x" : 3, - "y" : 3, - - "width" : 60, - "height" : 18, - - "input_limit" : 6, - "secret_flag" : 1, - }, - ), - }, - - ## Button - { - "name" : "accept_button", - "type" : "button", - - "x" : 250/2 - 61 - 5, - "y" : 80, - - "text" : uiScriptLocale.OK, - - "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", - "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", - "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", - }, - { - "name" : "cancel_button", - "type" : "button", - - "x" : 250/2 + 5, - "y" : 80, - - "text" : uiScriptLocale.CANCEL, - - "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", - "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", - "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", - }, - ), - }, - ), -} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/select.jpg b/bin/pack/locale_ymir_ui/locale/ymir_ui/select.jpg deleted file mode 100644 index 3a67d0bc..00000000 Binary files a/bin/pack/locale_ymir_ui/locale/ymir_ui/select.jpg and /dev/null differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/selectcharacterwindow.py b/bin/pack/locale_ymir_ui/locale/ymir_ui/selectcharacterwindow.py deleted file mode 100644 index 76a2b875..00000000 --- a/bin/pack/locale_ymir_ui/locale/ymir_ui/selectcharacterwindow.py +++ /dev/null @@ -1,522 +0,0 @@ -import uiScriptLocale - -ROOT_PATH = "d:/ymir work/ui/public/" -LOCALE_PATH = uiScriptLocale.SELECT_PATH - -BOARD_X = SCREEN_WIDTH * (65) / 800 -BOARD_Y = SCREEN_HEIGHT * (220) / 600 - -BOARD_ITEM_ADD_POSITION = -40 - -window = { - "name" : "SelectCharacterWindow", - - "x" : 0, - "y" : 0, - - "width" : SCREEN_WIDTH, - "height" : SCREEN_HEIGHT, - - "children" : - ( - ## Board - { - "name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0, - "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, - "image" : "locale/ymir_ui/select.sub", - }, - ## Name - { - "name" : "name_warrior", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_warrior.sub", - }, - { - "name" : "name_assassin", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_assassin.sub", - }, - { - "name" : "name_sura", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_sura.sub", - }, - { - "name" : "name_shaman", - "type" : "image", - - "x" : BOARD_X - 27, - "y" : BOARD_Y - 174 + 25, - - "image" : LOCALE_PATH+"name_shaman.sub", - }, - - - ## Character Board - { - "name" : "character_board", - "type" : "thinboard", - - "x" : BOARD_X, - "y" : BOARD_Y, - - "width" : 208, - "height" : 363 + BOARD_ITEM_ADD_POSITION, - - "children" : - ( - - ## Empire Flag - { - "name" : "EmpireFlag_A", - "type" : "expanded_image", - - "x" : 21, - "y" : 12, - "x_scale" : 0.5, - "y_scale" : 0.5, - - "image" : "d:/ymir work/ui/intro/empire/empireflag_a.sub" - }, - { - "name" : "EmpireFlag_B", - "type" : "expanded_image", - - "x" : 21, - "y" : 12, - "x_scale" : 0.5, - "y_scale" : 0.5, - - "image" : "d:/ymir work/ui/intro/empire/empireflag_b.sub" - }, - { - "name" : "EmpireFlag_C", - "type" : "expanded_image", - - "x" : 21, - "y" : 12, - "x_scale" : 0.5, - "y_scale" : 0.5, - - "image" : "d:/ymir work/ui/intro/empire/empireflag_c.sub" - }, - - { - "name" : "EmpireNameSlot", - "type" : "image", - - "x" : 100, - "y" : 12, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", - - "children" : - ( - { - "name" : "EmpireName", - "type" : "text", - - "x" : 0, - "y" : 0, - - "text" : uiScriptLocale.SELECT_EMPIRE_NAME, - - "all_align" : "center", - }, - ), - }, - - { - "name" : "GuildNameSlot", - "type" : "image", - - "x" : 100, - "y" : 33, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", - - "children" : - ( - { - "name" : "GuildName", - "type" : "text", - - "x" : 0, - "y" : 0, - - "text" : uiScriptLocale.SELECT_NO_GUILD, - - "all_align" : "center", - }, - ), - }, - - { - "name" : "character_name", - "type" : "text", - - "x" : 17, - "y" : 124 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_NAME, - - "children" : - ( - { - "name" : "character_name_slot", - "type" : "image", - - "x" : 43, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", - }, - { - "name" : "character_name_value", - "type" : "text", - - "x" : 43 + 130/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_level", - "type" : "text", - - "x" : 17, - "y" : 50 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_LEVEL, - - "children" : - ( - { - "name" : "character_level_slot", - "type" : "image", - - "x" : 43, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", - }, - { - "name" : "character_level_value", - "type" : "text", - - "x" : 43 + 130/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_play_time", - "type" : "text", - - "x" : 17, - "y" : 76 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_PLAYTIME, - - "children" : - ( - { - "name" : "character_play_time_slot", - "type" : "image", - - "x" : 83, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_03.sub", - }, - { - "name" : "character_play_time_value", - "type" : "text", - - "x" : 83 + 91/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_hth", - "type" : "text", - - "x" : 17, - "y" : 102 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_HP, - - "children" : - ( - { - "name" : "gauge_hth", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100, - "color" : "red", - }, - { - "name" : "character_hth_slot", - "type" : "image", - - "x" : 134, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", - }, - { - "name" : "character_hth_value", - "type" : "text", - - "x" : 134 + 39/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_int", - "type" : "text", - - "x" : 17, - "y" : 128 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_SP, - - "children" : - ( - { - "name" : "gauge_int", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100, - "color" : "pink", - }, - { - "name" : "character_int_slot", - "type" : "image", - - "x" : 134, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", - }, - { - "name" : "character_int_value", - "type" : "text", - - "x" : 134 + 39/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_str", - "type" : "text", - - "x" : 17, - "y" : 154 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_ATT_GRADE, - - "children" : - ( - { - "name" : "gauge_str", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100, - "color" : "purple", - }, - { - "name" : "character_str_slot", - "type" : "image", - - "x" : 134, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", - }, - { - "name" : "character_str_value", - "type" : "text", - - "x" : 134 + 39/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - { - "name" : "character_dex", - "type" : "text", - - "x" : 17, - "y" : 180 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_DEX_GRADE, - - "children" : - ( - { - "name" : "gauge_dex", - "type" : "gauge", - - "x" : 30, - "y" : 4, - - "width" : 100, - "color" : "blue", - }, - { - "name" : "character_dex_slot", - "type" : "image", - - "x" : 134, - "y" : -2, - - "image" : "d:/ymir work/ui/public/Parameter_Slot_00.sub", - }, - { - "name" : "character_dex_value", - "type" : "text", - - "x" : 134 + 39/2, - "y" : 0, - - "text" : "", - - "text_horizontal_align" : "center", - }, - ), - }, - - ## Buttons - { - "name" : "start_button", - "type" : "button", - - "x" : 14, - "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_SELECT, - "text_height" : 6, - - "default_image" : ROOT_PATH + "XLarge_Button_01.sub", - "over_image" : ROOT_PATH + "XLarge_Button_02.sub", - "down_image" : ROOT_PATH + "XLarge_Button_03.sub", - }, - { - "name" : "create_button", - "type" : "button", - - "x" : 14, - "y" : 210 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_CREATE, - "text_height" : 6, - - "default_image" : ROOT_PATH + "XLarge_Button_01.sub", - "over_image" : ROOT_PATH + "XLarge_Button_02.sub", - "down_image" : ROOT_PATH + "XLarge_Button_03.sub", - }, - { - "name" : "exit_button", - "type" : "button", - - "x" : 105, - "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_EXIT, - - "default_image" : ROOT_PATH + "Large_Button_01.sub", - "over_image" : ROOT_PATH + "Large_Button_02.sub", - "down_image" : ROOT_PATH + "Large_Button_03.sub", - }, - { - "name" : "delete_button", - "type" : "button", - - "x" : 14, - "y" : 245 + 100 - 21 + BOARD_ITEM_ADD_POSITION, - - "text" : uiScriptLocale.SELECT_DELETE, - - "default_image" : ROOT_PATH + "Large_Button_01.sub", - "over_image" : ROOT_PATH + "Large_Button_02.sub", - "down_image" : ROOT_PATH + "Large_Button_03.sub", - }, - ), - }, - - ## Buttons - { - "name" : "left_button", - "type" : "button", - - "x" : SCREEN_WIDTH * (450 - 22*3) / 800, - "y" : SCREEN_HEIGHT * (505) / 600, - - "default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub", - "over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub", - "down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub", - }, - { - "name" : "right_button", - "type" : "button", - - "x" : SCREEN_WIDTH * (580 - 22) / 800, - "y" : SCREEN_HEIGHT * (505) / 600, - - "default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub", - "over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub", - "down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub", - }, - - - ), -} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/systemdialog.py b/bin/pack/locale_ymir_ui/locale/ymir_ui/systemdialog.py deleted file mode 100644 index 57671adc..00000000 --- a/bin/pack/locale_ymir_ui/locale/ymir_ui/systemdialog.py +++ /dev/null @@ -1,138 +0,0 @@ -import uiScriptLocale - -ROOT = "d:/ymir work/ui/public/" - -window = { - "name" : "SystemDialog", - "style" : ("float",), - - "x" : (SCREEN_WIDTH - 200) /2, - "y" : (SCREEN_HEIGHT - 288) /2, - - "width" : 200, - "height" : 288, - - "children" : - ( - { - "name" : "board", - "type" : "thinboard", - - "x" : 0, - "y" : 0, - - "width" : 200, - "height" : 288, - - "children" : - ( - { - "name" : "help_button", - "type" : "button", - - "x" : 10, - "y" : 17, - - "text" : uiScriptLocale.SYSTEM_HELP, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "mall_button", - "type" : "button", - - "x" : 10, - "y" : 57, - - "text" : uiScriptLocale.SYSTEM_MALL, - "text_color" : 0xffff00ff, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - - { - "name" : "system_option_button", - "type" : "button", - - "x" : 10, - "y" : 87, - - "text" : uiScriptLocale.SYSTEMOPTION_TITLE, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "game_option_button", - "type" : "button", - - "x" : 10, - "y" : 117, - - "text" : uiScriptLocale.GAMEOPTION_TITLE, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "change_button", - "type" : "button", - - "x" : 10, - "y" : 147, - - "text" : uiScriptLocale.SYSTEM_CHANGE, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "logout_button", - "type" : "button", - - "x" : 10, - "y" : 177, - - "text" : uiScriptLocale.SYSTEM_LOGOUT, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "exit_button", - "type" : "button", - - "x" : 10, - "y" : 217, - - "text" : uiScriptLocale.SYSTEM_EXIT, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - { - "name" : "cancel_button", - "type" : "button", - - "x" : 10, - "y" : 247, - - "text" : uiScriptLocale.CANCEL, - - "default_image" : ROOT + "XLarge_Button_01.sub", - "over_image" : ROOT + "XLarge_Button_02.sub", - "down_image" : ROOT + "XLarge_Button_03.sub", - }, - ), - }, - ), -} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/taskbar.py b/bin/pack/locale_ymir_ui/locale/ymir_ui/taskbar.py deleted file mode 100644 index bfc60051..00000000 --- a/bin/pack/locale_ymir_ui/locale/ymir_ui/taskbar.py +++ /dev/null @@ -1,498 +0,0 @@ -import uiScriptLocale - -ROOT = "d:/ymir work/ui/game/" - -#Y_ADD_POSITION = -2 -Y_ADD_POSITION = 0 - -window = { - "name" : "TaskBar", - - "x" : 0, - "y" : SCREEN_HEIGHT - 37, - - "width" : SCREEN_WIDTH, - "height" : 37, - - "children" : - ( - ## Board - { - "name" : "Base_Board_01", - "type" : "expanded_image", - - "x" : 263, - "y" : 0, - - "rect" : (0.0, 0.0, float(SCREEN_WIDTH - 263 - 256) / 256.0, 0.0), - - "image" : "d:/ymir work/ui/pattern/TaskBar_Base.tga" - }, - - ## Gauge - { - "name" : "Gauge_Board", - "type" : "image", - - "x" : 0, - "y" : -10 + Y_ADD_POSITION, - - "image" : ROOT + "taskbar/gauge.sub", - - "children" : - ( - { - "name" : "RampageGauge", - "type" : "ani_image", - - "x" : 8, - "y" : 4, - "width" : 40, - "height" : 40, - - "delay" : 6, - - "images" : - ( - ROOT + "TaskBar/Rampage_01/00.sub", - ROOT + "TaskBar/Rampage_01/01.sub", - ROOT + "TaskBar/Rampage_01/02.sub", - ROOT + "TaskBar/Rampage_01/03.sub", - ROOT + "TaskBar/Rampage_01/04.sub", - ROOT + "TaskBar/Rampage_01/05.sub", - ROOT + "TaskBar/Rampage_01/06.sub", - ROOT + "TaskBar/Rampage_01/07.sub", - ROOT + "TaskBar/Rampage_01/08.sub", - ROOT + "TaskBar/Rampage_01/09.sub", - ROOT + "TaskBar/Rampage_01/11.sub", - ROOT + "TaskBar/Rampage_01/12.sub", - ROOT + "TaskBar/Rampage_01/13.sub", - ROOT + "TaskBar/Rampage_01/14.sub", - ROOT + "TaskBar/Rampage_01/15.sub", - ROOT + "TaskBar/Rampage_01/16.sub", - ) - }, - { - "name" : "RampageGauge2", - "type" : "ani_image", - - "x" : 8, - "y" : 4, - "width" : 40, - "height" : 40, - - "delay" : 6, - - "images" : - ( - "locale/ymir_ui/mall/00.sub", - "locale/ymir_ui/mall/01.sub", - "locale/ymir_ui/mall/02.sub", - "locale/ymir_ui/mall/03.sub", - "locale/ymir_ui/mall/04.sub", - "locale/ymir_ui/mall/05.sub", - "locale/ymir_ui/mall/06.sub", - "locale/ymir_ui/mall/07.sub", - "locale/ymir_ui/mall/08.sub", - "locale/ymir_ui/mall/09.sub", - "locale/ymir_ui/mall/11.sub", - "locale/ymir_ui/mall/12.sub", - "locale/ymir_ui/mall/13.sub", - "locale/ymir_ui/mall/14.sub", - "locale/ymir_ui/mall/15.sub", - "locale/ymir_ui/mall/16.sub", - ) - }, - { - ## - "name" : "HPGauge_Board", - "type" : "window", - - "x" : 59, - "y" : 14, - - "width" : 95, - "height" : 11, - - "children" : - ( - { - "name" : "HPRecoveryGaugeBar", - "type" : "bar", - - "x" : 0, - "y" : 0, - "width" : 95, - "height" : 13, - "color" : 0x55ff0000, - }, - { - "name" : "HPGauge", - "type" : "ani_image", - - "x" : 0, - "y" : 0, - - "delay" : 6, - - "images" : - ( - "D:/Ymir Work/UI/Pattern/HPGauge/01.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/02.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/03.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/04.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/05.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/06.tga", - "D:/Ymir Work/UI/Pattern/HPGauge/07.tga", - ), - }, - ), - }, - { - ## - "name" : "SPGauge_Board", - "type" : "window", - - "x" : 59, - "y" : 24, - - "width" : 95, - "height" : 11, - - "children" : - ( - { - "name" : "SPRecoveryGaugeBar", - "type" : "bar", - - "x" : 0, - "y" : 0, - "width" : 95, - "height" : 13, - "color" : 0x550000ff, - }, - { - "name" : "SPGauge", - "type" : "ani_image", - - "x" : 0, - "y" : 0, - - "delay" : 6, - - "images" : - ( - "D:/Ymir Work/UI/Pattern/SPGauge/01.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/02.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/03.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/04.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/05.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/06.tga", - "D:/Ymir Work/UI/Pattern/SPGauge/07.tga", - ), - }, - ), - }, - { - ## - "name" : "STGauge_Board", - "type" : "window", - - "x" : 59, - "y" : 38, - - "width" : 95, - "height" : 6, - - "children" : - ( - { - "name" : "STGauge", - "type" : "ani_image", - - "x" : 0, - "y" : 0, - - "delay" : 6, - - "images" : - ( - "D:/Ymir Work/UI/Pattern/STGauge/01.tga", - "D:/Ymir Work/UI/Pattern/STGauge/02.tga", - "D:/Ymir Work/UI/Pattern/STGauge/03.tga", - "D:/Ymir Work/UI/Pattern/STGauge/04.tga", - "D:/Ymir Work/UI/Pattern/STGauge/05.tga", - "D:/Ymir Work/UI/Pattern/STGauge/06.tga", - "D:/Ymir Work/UI/Pattern/STGauge/07.tga", - ), - }, - ), - }, - - ), - }, - { - "name" : "EXP_Gauge_Board", - "type" : "image", - - "x" : 158, - "y" : 0 + Y_ADD_POSITION, - - "image" : ROOT + "taskbar/exp_gauge.sub", - - "children" : - ( - { - "name" : "EXPGauge_01", - "type" : "expanded_image", - - "x" : 5, - "y" : 9, - - "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", - }, - { - "name" : "EXPGauge_02", - "type" : "expanded_image", - - "x" : 30, - "y" : 9, - - "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", - }, - { - "name" : "EXPGauge_03", - "type" : "expanded_image", - - "x" : 55, - "y" : 9, - - "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", - }, - { - "name" : "EXPGauge_04", - "type" : "expanded_image", - - "x" : 80, - "y" : 9, - - "image" : ROOT + "TaskBar/EXP_Gauge_Point.sub", - }, - ), - }, - - ## Mouse Button - { - "name" : "LeftMouseButton", - "type" : "button", - - "x" : SCREEN_WIDTH/2 - 128, - "y" : 3 + Y_ADD_POSITION, - - "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", - "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", - "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", - }, - { - "name" : "RightMouseButton", - "type" : "button", - - "x" : SCREEN_WIDTH/2 + 128 + 66 + 11, - "y" : 3 + Y_ADD_POSITION, - - "default_image" : ROOT + "TaskBar/Mouse_Button_Move_01.sub", - "over_image" : ROOT + "TaskBar/Mouse_Button_Move_02.sub", - "down_image" : ROOT + "TaskBar/Mouse_Button_Move_03.sub", - }, - - ## Button - { - "name" : "CharacterButton", - "type" : "button", - - "x" : SCREEN_WIDTH - 144, - "y" : 3 + Y_ADD_POSITION, - - "tooltip_text" : uiScriptLocale.TASKBAR_CHARACTER, - - "default_image" : ROOT + "TaskBar/Character_Button_01.sub", - "over_image" : ROOT + "TaskBar/Character_Button_02.sub", - "down_image" : ROOT + "TaskBar/Character_Button_03.sub", - }, - { - "name" : "InventoryButton", - "type" : "button", - - "x" : SCREEN_WIDTH - 110, - "y" : 3 + Y_ADD_POSITION, - - "tooltip_text" : uiScriptLocale.TASKBAR_INVENTORY, - - "default_image" : ROOT + "TaskBar/Inventory_Button_01.sub", - "over_image" : ROOT + "TaskBar/Inventory_Button_02.sub", - "down_image" : ROOT + "TaskBar/Inventory_Button_03.sub", - }, - { - "name" : "MessengerButton", - "type" : "button", - - "x" : SCREEN_WIDTH - 76, - "y" : 3 + Y_ADD_POSITION, - - "tooltip_text" : uiScriptLocale.TASKBAR_MESSENGER, - - "default_image" : ROOT + "TaskBar/Community_Button_01.sub", - "over_image" : ROOT + "TaskBar/Community_Button_02.sub", - "down_image" : ROOT + "TaskBar/Community_Button_03.sub", - }, - { - "name" : "SystemButton", - "type" : "button", - - "x" : SCREEN_WIDTH - 42, - "y" : 3 + Y_ADD_POSITION, - - "tooltip_text" : uiScriptLocale.TASKBAR_SYSTEM, - - "default_image" : ROOT + "TaskBar/System_Button_01.sub", - "over_image" : ROOT + "TaskBar/System_Button_02.sub", - "down_image" : ROOT + "TaskBar/System_Button_03.sub", - }, - - ## QuickBar - { - "name" : "quickslot_board", - "type" : "window", - - "x" : SCREEN_WIDTH/2 - 128 + 32 + 10, - "y" : 0 + Y_ADD_POSITION, - - "width" : 256 + 14 + 2 + 11, - "height" : 37, - - "children" : - ( - { - # ExpandButton ChatButton̾, ChatButton ȿ뼺 ǴϿ - # ExpandButton ٲ ̴. - "name" : "ExpandButton", - "type" : "button", - - "x" : 128, - "y" : 1, - "tooltip_text" : uiScriptLocale.TASKBAR_EXPAND, - - - "default_image" : ROOT + "TaskBar/Chat_Button_01.sub", - "over_image" : ROOT + "TaskBar/Chat_Button_02.sub", - "down_image" : ROOT + "TaskBar/Chat_Button_03.sub", - }, - { - "name" : "quick_slot_1", - "type" : "grid_table", - - "start_index" : 0, - - "x" : 0, - "y" : 3, - - "x_count" : 4, - "y_count" : 1, - "x_step" : 32, - "y_step" : 32, - - "image" : "d:/ymir work/ui/Public/Slot_Base.sub", - "image_r" : 1.0, - "image_g" : 1.0, - "image_b" : 1.0, - "image_a" : 1.0, - - "children" : - ( - { "name" : "slot_1", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, - { "name" : "slot_2", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/2.sub", }, - { "name" : "slot_3", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/3.sub", }, - { "name" : "slot_4", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/4.sub", }, - ), - }, - { - "name" : "quick_slot_2", - "type" : "grid_table", - - "start_index" : 4, - - "x" : 128 + 14, - "y" : 3, - - "x_count" : 4, - "y_count" : 1, - "x_step" : 32, - "y_step" : 32, - - "image" : "d:/ymir work/ui/Public/Slot_Base.sub", - "image_r" : 1.0, - "image_g" : 1.0, - "image_b" : 1.0, - "image_a" : 1.0, - - "children" : - ( - { "name" : "slot_5", "type" : "image", "x" : 3, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f1.sub", }, - { "name" : "slot_6", "type" : "image", "x" : 35, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f2.sub", }, - { "name" : "slot_7", "type" : "image", "x" : 67, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f3.sub", }, - { "name" : "slot_8", "type" : "image", "x" : 99, "y" : 3, "image" : "d:/ymir work/ui/game/taskbar/f4.sub", }, - ), - }, - { - "name" : "QuickSlotBoard", - "type" : "window", - - "x" : 128+14+128+2, - "y" : 0, - "width" : 11, - "height" : 37, - "children" : - ( - { - "name" : "QuickSlotNumberBox", - "type" : "image", - "x" : 1, - "y" : 15, - "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", - }, - { - "name" : "QuickPageUpButton", - "type" : "button", - "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, - "x" : 1, - "y" : 9, - "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", - "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", - "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", - }, - - { - "name" : "QuickPageNumber", - "type" : "image", - "x" : 3, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", - }, - { - "name" : "QuickPageDownButton", - "type" : "button", - "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, - - "x" : 1, - "y" : 24, - - "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", - "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", - "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", - }, - - ), - }, - ), - }, - - ), -} diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/webwindow.py b/bin/pack/locale_ymir_ui/locale/ymir_ui/webwindow.py deleted file mode 100644 index 66e12778..00000000 --- a/bin/pack/locale_ymir_ui/locale/ymir_ui/webwindow.py +++ /dev/null @@ -1,50 +0,0 @@ -import uiScriptLocale - -WEB_WIDTH = 780 -WEB_HEIGHT = 560 - -window = { - "name" : "MallWindow", - - "x" : 0, - "y" : 0, - - "width" : WEB_WIDTH + 20, - "height" : WEB_HEIGHT + 40, - - "children" : - ( - { - "name" : "board", - "type" : "board", - "style" : ("attach",), - - "x" : 0, - "y" : 0, - - "width" : WEB_WIDTH + 20, - "height" : WEB_HEIGHT + 40, - - "children" : - ( - ## Title - { - "name" : "TitleBar", - "type" : "titlebar", - "style" : ("attach",), - - "x" : 8, - "y" : 7, - - "width" : WEB_WIDTH + 10, - "color" : "yellow", - - "children" : - ( - { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, - ), - }, - ), - }, - ), -} diff --git a/bin/pack/login/ymir work/ui/channel_default.tga b/bin/pack/login/ymir work/ui/channel_default.tga deleted file mode 100644 index 88e9cd73..00000000 Binary files a/bin/pack/login/ymir work/ui/channel_default.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/channel_down.tga b/bin/pack/login/ymir work/ui/channel_down.tga deleted file mode 100644 index 7ffaa80c..00000000 Binary files a/bin/pack/login/ymir work/ui/channel_down.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/channel_over.tga b/bin/pack/login/ymir work/ui/channel_over.tga deleted file mode 100644 index 38ae7c0a..00000000 Binary files a/bin/pack/login/ymir work/ui/channel_over.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00001.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00001.tga deleted file mode 100644 index 18a674fa..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00001.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00002.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00002.tga deleted file mode 100644 index 6af8449f..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00002.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00003.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00003.tga deleted file mode 100644 index 1a711a9b..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00003.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00004.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00004.tga deleted file mode 100644 index 0e0d4361..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00004.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00005.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00005.tga deleted file mode 100644 index 5c3c7389..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00005.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00006.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00006.tga deleted file mode 100644 index 131f1b6a..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00006.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00007.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00007.tga deleted file mode 100644 index da378ec1..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00007.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00008.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00008.tga deleted file mode 100644 index 9c3633ed..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00008.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00009.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00009.tga deleted file mode 100644 index 278422c3..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00009.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00010.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00010.tga deleted file mode 100644 index 006cf847..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00010.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00011.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00011.tga deleted file mode 100644 index 0dcf23e9..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00011.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00012.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00012.tga deleted file mode 100644 index 58de1541..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00012.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00013.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00013.tga deleted file mode 100644 index 29ce5f2d..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00013.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00014.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00014.tga deleted file mode 100644 index 851da975..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00014.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00015.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00015.tga deleted file mode 100644 index 65739211..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00015.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00016.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00016.tga deleted file mode 100644 index 0c558fd5..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00016.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00017.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00017.tga deleted file mode 100644 index 9490f744..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00017.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00018.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00018.tga deleted file mode 100644 index 7c731b74..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00018.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00019.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00019.tga deleted file mode 100644 index 6ea39870..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00019.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00020.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00020.tga deleted file mode 100644 index ba3b75d7..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00020.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00021.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00021.tga deleted file mode 100644 index eaa327ba..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00021.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00022.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00022.tga deleted file mode 100644 index 4e30c918..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00022.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00023.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00023.tga deleted file mode 100644 index a735d358..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00023.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00024.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00024.tga deleted file mode 100644 index 625fc3a8..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00024.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00025.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00025.tga deleted file mode 100644 index 60802a9b..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00025.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00026.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00026.tga deleted file mode 100644 index 0baffc08..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00026.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00027.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00027.tga deleted file mode 100644 index f3818df2..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00027.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00028.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00028.tga deleted file mode 100644 index 9003463c..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00028.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00029.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00029.tga deleted file mode 100644 index e254cc2c..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00029.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00030.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00030.tga deleted file mode 100644 index 2d51cd17..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00030.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00031.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00031.tga deleted file mode 100644 index 2a7afe9a..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00031.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00032.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00032.tga deleted file mode 100644 index bfb66492..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00032.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00033.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00033.tga deleted file mode 100644 index 3a89b55f..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00033.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00034.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00034.tga deleted file mode 100644 index a22146ca..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00034.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00035.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00035.tga deleted file mode 100644 index 6f653716..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00035.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00036.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00036.tga deleted file mode 100644 index bcda2942..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00036.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00037.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00037.tga deleted file mode 100644 index c8adf321..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00037.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00038.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00038.tga deleted file mode 100644 index 75dd4e83..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00038.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00039.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00039.tga deleted file mode 100644 index 9ca2895c..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00039.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00040.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00040.tga deleted file mode 100644 index a84ff96d..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00040.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00041.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00041.tga deleted file mode 100644 index 5d0a42a6..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00041.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00042.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00042.tga deleted file mode 100644 index 971916af..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00042.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00043.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00043.tga deleted file mode 100644 index db23cca3..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00043.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00044.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00044.tga deleted file mode 100644 index 28610587..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00044.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00045.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00045.tga deleted file mode 100644 index ee68421d..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00045.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00046.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00046.tga deleted file mode 100644 index df2e451f..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00046.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00047.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00047.tga deleted file mode 100644 index ca6b8ec7..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00047.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00048.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00048.tga deleted file mode 100644 index bf7718e3..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00048.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00049.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00049.tga deleted file mode 100644 index e75bb37c..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00049.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00050.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00050.tga deleted file mode 100644 index 7cd86902..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00050.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00051.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00051.tga deleted file mode 100644 index d6d73a7b..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00051.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00052.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00052.tga deleted file mode 100644 index af79c94f..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00052.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00053.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00053.tga deleted file mode 100644 index 41e60e7e..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00053.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00054.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00054.tga deleted file mode 100644 index 7215ac0f..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00054.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00055.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00055.tga deleted file mode 100644 index 93656f3f..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00055.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00056.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00056.tga deleted file mode 100644 index 61f04a8d..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00056.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00057.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00057.tga deleted file mode 100644 index 8e496986..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00057.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00058.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00058.tga deleted file mode 100644 index 1f23b20e..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00058.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00059.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00059.tga deleted file mode 100644 index 8634a997..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00059.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00060.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00060.tga deleted file mode 100644 index edd68f2c..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00060.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00061.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00061.tga deleted file mode 100644 index 1a189ac4..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00061.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00062.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00062.tga deleted file mode 100644 index fb2f373e..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00062.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00063.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00063.tga deleted file mode 100644 index 88b7f31d..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00063.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00064.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00064.tga deleted file mode 100644 index 348d9e63..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00064.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00065.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00065.tga deleted file mode 100644 index 4f0b0795..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00065.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00066.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00066.tga deleted file mode 100644 index 57b9192b..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00066.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00067.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00067.tga deleted file mode 100644 index cbbb15a1..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00067.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00068.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00068.tga deleted file mode 100644 index 1c90a0e3..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00068.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00069.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00069.tga deleted file mode 100644 index fea0b830..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00069.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00070.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00070.tga deleted file mode 100644 index 7abd9e54..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00070.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00071.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00071.tga deleted file mode 100644 index 04213b90..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00071.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00072.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00072.tga deleted file mode 100644 index fb3fe41c..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00072.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00073.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00073.tga deleted file mode 100644 index a9f276eb..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00073.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00074.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00074.tga deleted file mode 100644 index 9d0f03f7..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00074.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00075.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00075.tga deleted file mode 100644 index b79e972a..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00075.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00076.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00076.tga deleted file mode 100644 index ba03694a..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00076.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00077.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00077.tga deleted file mode 100644 index 5b23cdf0..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00077.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00078.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00078.tga deleted file mode 100644 index 47d53a48..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00078.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00079.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00079.tga deleted file mode 100644 index 0f243750..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00079.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00080.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00080.tga deleted file mode 100644 index 3e45e337..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00080.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00081.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00081.tga deleted file mode 100644 index 1adbe581..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00081.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00082.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00082.tga deleted file mode 100644 index 5343fca9..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00082.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00083.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00083.tga deleted file mode 100644 index 970f3dc8..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00083.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00084.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00084.tga deleted file mode 100644 index 36611576..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00084.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00085.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00085.tga deleted file mode 100644 index 67fb60eb..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00085.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00086.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00086.tga deleted file mode 100644 index 89549084..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00086.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00087.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00087.tga deleted file mode 100644 index d9584ec0..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00087.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00088.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00088.tga deleted file mode 100644 index 990d97da..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00088.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00089.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00089.tga deleted file mode 100644 index e4f60fbe..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00089.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00090.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00090.tga deleted file mode 100644 index ea9b7b8d..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00090.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00091.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00091.tga deleted file mode 100644 index ce985173..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00091.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00092.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00092.tga deleted file mode 100644 index e69de29b..00000000 diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00093.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00093.tga deleted file mode 100644 index 73085c80..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00093.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00094.tga b/bin/pack/login/ymir work/ui/effekt/emotionenstarke00094.tga deleted file mode 100644 index 54c43261..00000000 Binary files a/bin/pack/login/ymir work/ui/effekt/emotionenstarke00094.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/end_login.tga b/bin/pack/login/ymir work/ui/end_login.tga deleted file mode 100644 index ab346da6..00000000 Binary files a/bin/pack/login/ymir work/ui/end_login.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/end_login_button_default.tga b/bin/pack/login/ymir work/ui/end_login_button_default.tga deleted file mode 100644 index 5e580542..00000000 Binary files a/bin/pack/login/ymir work/ui/end_login_button_default.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/end_login_button_down.tga b/bin/pack/login/ymir work/ui/end_login_button_down.tga deleted file mode 100644 index bf928bbb..00000000 Binary files a/bin/pack/login/ymir work/ui/end_login_button_down.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/end_login_button_over.tga b/bin/pack/login/ymir work/ui/end_login_button_over.tga deleted file mode 100644 index 53477247..00000000 Binary files a/bin/pack/login/ymir work/ui/end_login_button_over.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/login_default.tga b/bin/pack/login/ymir work/ui/login_default.tga deleted file mode 100644 index a9b44755..00000000 Binary files a/bin/pack/login/ymir work/ui/login_default.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/login_down.tga b/bin/pack/login/ymir work/ui/login_down.tga deleted file mode 100644 index 64a876db..00000000 Binary files a/bin/pack/login/ymir work/ui/login_down.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/login_over.tga b/bin/pack/login/ymir work/ui/login_over.tga deleted file mode 100644 index 6a88ff20..00000000 Binary files a/bin/pack/login/ymir work/ui/login_over.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/loginbar.tga b/bin/pack/login/ymir work/ui/loginbar.tga deleted file mode 100644 index 8f934400..00000000 Binary files a/bin/pack/login/ymir work/ui/loginbar.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/logo.tga b/bin/pack/login/ymir work/ui/logo.tga deleted file mode 100644 index c74f0cfa..00000000 Binary files a/bin/pack/login/ymir work/ui/logo.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/selected.tga b/bin/pack/login/ymir work/ui/selected.tga deleted file mode 100644 index fa3036d0..00000000 Binary files a/bin/pack/login/ymir work/ui/selected.tga and /dev/null differ diff --git a/bin/pack/login/ymir work/ui/shadow.tga b/bin/pack/login/ymir work/ui/shadow.tga deleted file mode 100644 index 84867497..00000000 Binary files a/bin/pack/login/ymir work/ui/shadow.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/00460.gr2 b/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/00460.gr2 deleted file mode 100644 index 8e0246ea..00000000 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/00460.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/00470.gr2 b/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/00470.gr2 deleted file mode 100644 index bfaee1cf..00000000 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/00470.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/01340.gr2 b/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/01340.gr2 deleted file mode 100644 index 00ab0725..00000000 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/01340.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/02370.gr2 b/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/02370.gr2 deleted file mode 100644 index 98ad1bde..00000000 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/02370.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/05340.gr2 b/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/05340.gr2 deleted file mode 100644 index 63580368..00000000 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/05340.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/07370.gr2 b/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/07370.gr2 deleted file mode 100644 index 79873219..00000000 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/07370.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/weapon_choegogeup01_06.dds b/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/weapon_choegogeup01_06.dds deleted file mode 100644 index 84f5bfa1..00000000 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/item/weapon/weapon_choegogeup01_06.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/pc/assassin/assassin_5_1.dds b/bin/pack/metin2_patch_5th_armor/ymir work/pc/assassin/assassin_5_1.dds index 04cf8d9a..8c8bfd22 100644 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/pc/assassin/assassin_5_1.dds and b/bin/pack/metin2_patch_5th_armor/ymir work/pc/assassin/assassin_5_1.dds differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/pc/shaman/shaman_5_1.dds b/bin/pack/metin2_patch_5th_armor/ymir work/pc/shaman/shaman_5_1.dds index 8adf0b18..364bd43c 100644 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/pc/shaman/shaman_5_1.dds and b/bin/pack/metin2_patch_5th_armor/ymir work/pc/shaman/shaman_5_1.dds differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/pc/sura/sura_5_1.dds b/bin/pack/metin2_patch_5th_armor/ymir work/pc/sura/sura_5_1.dds index 0554a709..89ecc5dd 100644 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/pc/sura/sura_5_1.dds and b/bin/pack/metin2_patch_5th_armor/ymir work/pc/sura/sura_5_1.dds differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/pc/warrior/warrior_5_1.dds b/bin/pack/metin2_patch_5th_armor/ymir work/pc/warrior/warrior_5_1.dds index 5bb1ef6f..264f8cfb 100644 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/pc/warrior/warrior_5_1.dds and b/bin/pack/metin2_patch_5th_armor/ymir work/pc/warrior/warrior_5_1.dds differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/pc2/assassin/assassin_5_1.dds b/bin/pack/metin2_patch_5th_armor/ymir work/pc2/assassin/assassin_5_1.dds index 4255714c..7c416b26 100644 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/pc2/assassin/assassin_5_1.dds and b/bin/pack/metin2_patch_5th_armor/ymir work/pc2/assassin/assassin_5_1.dds differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/pc2/shaman/shaman_5_1.dds b/bin/pack/metin2_patch_5th_armor/ymir work/pc2/shaman/shaman_5_1.dds index b9f9fce6..77e8b745 100644 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/pc2/shaman/shaman_5_1.dds and b/bin/pack/metin2_patch_5th_armor/ymir work/pc2/shaman/shaman_5_1.dds differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/pc2/sura/sura_5_1.dds b/bin/pack/metin2_patch_5th_armor/ymir work/pc2/sura/sura_5_1.dds index b5f695ed..b34ae5af 100644 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/pc2/sura/sura_5_1.dds and b/bin/pack/metin2_patch_5th_armor/ymir work/pc2/sura/sura_5_1.dds differ diff --git a/bin/pack/metin2_patch_5th_armor/ymir work/pc2/warrior/warrior_5_1.dds b/bin/pack/metin2_patch_5th_armor/ymir work/pc2/warrior/warrior_5_1.dds index 66fdd370..22fb4ba6 100644 Binary files a/bin/pack/metin2_patch_5th_armor/ymir work/pc2/warrior/warrior_5_1.dds and b/bin/pack/metin2_patch_5th_armor/ymir work/pc2/warrior/warrior_5_1.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41153.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41153.tga deleted file mode 100644 index 813313d9..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41153.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41154.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41154.tga deleted file mode 100644 index 7492ef1a..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41154.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41155.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41155.tga deleted file mode 100644 index 360c1c52..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41155.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41156.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41156.tga deleted file mode 100644 index ce733f9c..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41156.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41157.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41157.tga deleted file mode 100644 index 923a6b5c..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41157.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41158.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41158.tga deleted file mode 100644 index f4c606ef..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41158.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41159.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41159.tga deleted file mode 100644 index f3595bcc..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41159.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41160.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41160.tga deleted file mode 100644 index 378500a2..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41160.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41161.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41161.tga deleted file mode 100644 index 571f2ed7..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41161.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41162.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41162.tga deleted file mode 100644 index 44efc1af..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41162.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41163.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41163.tga deleted file mode 100644 index b43121a8..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41163.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41164.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41164.tga deleted file mode 100644 index bdf3ef3c..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41164.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41165.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41165.tga deleted file mode 100644 index 6aaa2a3a..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41165.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41166.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41166.tga deleted file mode 100644 index a9313524..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41166.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41167.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41167.tga deleted file mode 100644 index 1b365939..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41167.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41168.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41168.tga deleted file mode 100644 index cac5fd73..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41168.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41169.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41169.tga deleted file mode 100644 index d604480a..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41169.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41170.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41170.tga deleted file mode 100644 index 1f863bfb..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41170.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41171.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41171.tga deleted file mode 100644 index c7a6d2bc..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41171.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41172.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41172.tga deleted file mode 100644 index 41ed62b3..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41172.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41173.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41173.tga deleted file mode 100644 index f41adb51..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41173.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41174.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41174.tga deleted file mode 100644 index 8d0700f4..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41174.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41175.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41175.tga deleted file mode 100644 index 0b793cb4..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41175.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41176.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41176.tga deleted file mode 100644 index 05cc4b5f..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41176.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41177.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41177.tga deleted file mode 100644 index b7fe43d4..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41177.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41178.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41178.tga deleted file mode 100644 index 0c2ddce9..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41178.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41179.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41179.tga deleted file mode 100644 index 2e4678bd..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41179.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41180.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41180.tga deleted file mode 100644 index fad71788..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41180.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41181.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41181.tga deleted file mode 100644 index 92fe9294..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41181.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41182.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41182.tga deleted file mode 100644 index af537729..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41182.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41183.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41183.tga deleted file mode 100644 index d1f66845..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41183.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41184.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41184.tga deleted file mode 100644 index 0e8391ad..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41184.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41185.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41185.tga deleted file mode 100644 index 2c81dc0f..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41185.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41186.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41186.tga deleted file mode 100644 index b282f082..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41186.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41187.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41187.tga deleted file mode 100644 index af2b3a9d..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41187.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41188.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41188.tga deleted file mode 100644 index a36aa0b6..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41188.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41189.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41189.tga deleted file mode 100644 index 6672f3f9..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41189.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41190.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41190.tga deleted file mode 100644 index 88f28ee2..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41190.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41191.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41191.tga deleted file mode 100644 index 30267f52..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41191.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41192.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41192.tga deleted file mode 100644 index ef10c19e..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41192.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41193.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41193.tga deleted file mode 100644 index 898e0818..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41193.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41194.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41194.tga deleted file mode 100644 index a1bf34c6..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41194.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41195.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41195.tga deleted file mode 100644 index 86665994..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41195.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41196.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41196.tga deleted file mode 100644 index 1aa8aa2d..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41196.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41197.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41197.tga deleted file mode 100644 index 2ebfc56b..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41197.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41198.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41198.tga deleted file mode 100644 index 7666c8b0..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41198.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41199.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41199.tga deleted file mode 100644 index f86a34a7..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41199.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41200.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41200.tga deleted file mode 100644 index f8bdd34e..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41200.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41201.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41201.tga deleted file mode 100644 index 549d5867..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41201.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41202.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41202.tga deleted file mode 100644 index 4e9ce22a..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41202.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41203.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41203.tga deleted file mode 100644 index b20ac55a..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41203.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41204.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41204.tga deleted file mode 100644 index a2a07365..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41204.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41205.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41205.tga deleted file mode 100644 index a38dabcd..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41205.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41206.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41206.tga deleted file mode 100644 index a2daa834..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41206.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41207.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41207.tga deleted file mode 100644 index 42a1b827..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41207.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41208.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41208.tga deleted file mode 100644 index 7ec43de7..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41208.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41209.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41209.tga deleted file mode 100644 index d92ec856..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41209.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41210.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41210.tga deleted file mode 100644 index 50b70abf..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41210.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41211.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41211.tga deleted file mode 100644 index ced7160c..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41211.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41212.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41212.tga deleted file mode 100644 index 4fa98c7e..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41212.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41213.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41213.tga deleted file mode 100644 index e01285f7..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41213.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41214.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41214.tga deleted file mode 100644 index f7914eee..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41214.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41215.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41215.tga deleted file mode 100644 index 3bc0582c..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41215.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/41216.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/41216.tga deleted file mode 100644 index e2769902..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/41216.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/45087.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/45087.tga deleted file mode 100644 index 2087bf64..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/45087.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/45088.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/45088.tga deleted file mode 100644 index 8e738409..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/45088.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/45089.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/45089.tga deleted file mode 100644 index 295096e1..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/45089.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/45090.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/45090.tga deleted file mode 100644 index 7b7c2296..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/45090.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/45091.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/45091.tga deleted file mode 100644 index 6c6f48fc..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/45091.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/45092.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/45092.tga deleted file mode 100644 index 32f3c1c8..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/45092.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/45093.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/45093.tga deleted file mode 100644 index 96c124e2..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/45093.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/45094.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/45094.tga deleted file mode 100644 index fc8b90df..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/45094.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/45095.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/45095.tga deleted file mode 100644 index e7d73a2e..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/45095.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/icon/item/45096.tga b/bin/pack/metin2_patch_costume_soccer/icon/item/45096.tga deleted file mode 100644 index 73cd2176..00000000 Binary files a/bin/pack/metin2_patch_costume_soccer/icon/item/45096.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc01.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc01.dds new file mode 100644 index 00000000..a72b8811 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc01.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc02.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc02.dds new file mode 100644 index 00000000..2d531055 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc02.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc03.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc03.dds new file mode 100644 index 00000000..13b342fd Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc03.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc04.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc04.dds new file mode 100644 index 00000000..2e68fe3c Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc04.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc05.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc05.dds new file mode 100644 index 00000000..08067d24 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc05.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc06.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc06.dds new file mode 100644 index 00000000..04cb7c7f Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc06.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc07.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc07.dds new file mode 100644 index 00000000..a2c19941 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc07.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc08.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc08.dds new file mode 100644 index 00000000..efcdf47c Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc08.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc09.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc09.dds new file mode 100644 index 00000000..0d6313e5 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc09.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc10.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc10.dds new file mode 100644 index 00000000..86a82825 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc10.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc11.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc11.dds new file mode 100644 index 00000000..bc35f819 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc11.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc12.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc12.dds new file mode 100644 index 00000000..85e0e890 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc12.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc13.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc13.dds new file mode 100644 index 00000000..487e942e Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc13.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc14.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc14.dds new file mode 100644 index 00000000..f8c358c3 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc14.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc15.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc15.dds new file mode 100644 index 00000000..59146dbd Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc15.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc16.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc16.dds new file mode 100644 index 00000000..3b9cd5d0 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc16.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc17.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc17.dds new file mode 100644 index 00000000..c5ced908 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc17.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc18.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc18.dds new file mode 100644 index 00000000..0c10ec7c Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc18.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc19.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc19.dds new file mode 100644 index 00000000..7fba1bca Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc19.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc20.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc20.dds new file mode 100644 index 00000000..327c65cf Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc20.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc21.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc21.dds new file mode 100644 index 00000000..a4dcec99 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc21.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc22.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc22.dds new file mode 100644 index 00000000..d38dcc57 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc22.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc23.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc23.dds new file mode 100644 index 00000000..6bd1cceb Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc23.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc24.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc24.dds new file mode 100644 index 00000000..6be7b3ed Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc24.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc25.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc25.dds new file mode 100644 index 00000000..6ae54abb Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc25.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc26.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc26.dds new file mode 100644 index 00000000..e16a7106 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc26.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc27.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc27.dds new file mode 100644 index 00000000..5c558dd9 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc27.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc28.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc28.dds new file mode 100644 index 00000000..1ed34352 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc28.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc29.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc29.dds new file mode 100644 index 00000000..ac149f59 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc29.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc30.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc30.dds new file mode 100644 index 00000000..f535f01d Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc30.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc31.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc31.dds new file mode 100644 index 00000000..3f8fde4a Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc31.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc32.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc32.dds new file mode 100644 index 00000000..bcb94f5c Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/assassin/assassin_wc32.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc01.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc01.dds new file mode 100644 index 00000000..a1f78111 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc01.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc02.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc02.dds new file mode 100644 index 00000000..6de42adc Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc02.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc03.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc03.dds new file mode 100644 index 00000000..37f0b9b3 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc03.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc04.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc04.dds new file mode 100644 index 00000000..ef5960cf Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc04.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc05.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc05.dds new file mode 100644 index 00000000..205ab878 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc05.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc06.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc06.dds new file mode 100644 index 00000000..c8e76c49 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc06.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc07.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc07.dds new file mode 100644 index 00000000..1379f536 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc07.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc08.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc08.dds new file mode 100644 index 00000000..69453321 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc08.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc09.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc09.dds new file mode 100644 index 00000000..c5cadfe3 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc09.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc10.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc10.dds new file mode 100644 index 00000000..42a991b7 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc10.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc11.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc11.dds new file mode 100644 index 00000000..b3ff81e7 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc11.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc12.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc12.dds new file mode 100644 index 00000000..75bced29 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc12.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc13.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc13.dds new file mode 100644 index 00000000..2867eba4 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc13.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc14.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc14.dds new file mode 100644 index 00000000..8db5f2f7 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc14.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc15.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc15.dds new file mode 100644 index 00000000..9b0150e6 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc15.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc16.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc16.dds new file mode 100644 index 00000000..85f70774 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc16.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc17.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc17.dds new file mode 100644 index 00000000..62ab657a Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc17.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc18.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc18.dds new file mode 100644 index 00000000..c5316618 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc18.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc19.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc19.dds new file mode 100644 index 00000000..9f6462df Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc19.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc20.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc20.dds new file mode 100644 index 00000000..52d2fa82 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc20.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc21.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc21.dds new file mode 100644 index 00000000..0d0548a9 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc21.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc22.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc22.dds new file mode 100644 index 00000000..fc876540 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc22.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc23.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc23.dds new file mode 100644 index 00000000..5604efdd Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc23.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc24.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc24.dds new file mode 100644 index 00000000..d1836a3d Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc24.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc25.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc25.dds new file mode 100644 index 00000000..f1639708 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc25.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc26.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc26.dds new file mode 100644 index 00000000..10b288a5 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc26.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc27.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc27.dds new file mode 100644 index 00000000..7dc90255 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc27.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc28.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc28.dds new file mode 100644 index 00000000..bc801655 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc28.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc29.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc29.dds new file mode 100644 index 00000000..41e58759 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc29.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc30.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc30.dds new file mode 100644 index 00000000..76040bef Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc30.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc31.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc31.dds new file mode 100644 index 00000000..3b1d191a Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc31.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc32.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc32.dds new file mode 100644 index 00000000..584d5f8f Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/shaman/shaman_wc32.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc01.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc01.dds new file mode 100644 index 00000000..b47d77e8 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc01.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc02.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc02.dds new file mode 100644 index 00000000..e8044e19 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc02.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc03.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc03.dds new file mode 100644 index 00000000..cb5bcaad Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc03.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc04.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc04.dds new file mode 100644 index 00000000..8c5c04ac Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc04.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc05.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc05.dds new file mode 100644 index 00000000..d6b54be8 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc05.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc06.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc06.dds new file mode 100644 index 00000000..c5b11511 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc06.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc07.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc07.dds new file mode 100644 index 00000000..e3fe662c Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc07.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc08.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc08.dds new file mode 100644 index 00000000..9cf3a693 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc08.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc09.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc09.dds new file mode 100644 index 00000000..70097de3 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc09.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc10.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc10.dds new file mode 100644 index 00000000..e22d1d89 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc10.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc11.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc11.dds new file mode 100644 index 00000000..8bbd646b Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc11.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc12.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc12.dds new file mode 100644 index 00000000..4ee82f75 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc12.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc13.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc13.dds new file mode 100644 index 00000000..6798beb2 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc13.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc14.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc14.dds new file mode 100644 index 00000000..5cebc000 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc14.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc15.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc15.dds new file mode 100644 index 00000000..e94d5ffb Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc15.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc16.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc16.dds new file mode 100644 index 00000000..fdc16b7e Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc16.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc17.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc17.dds new file mode 100644 index 00000000..a8a2ab6e Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc17.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc18.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc18.dds new file mode 100644 index 00000000..8cf2663b Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc18.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc19.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc19.dds new file mode 100644 index 00000000..6b913082 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc19.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc20.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc20.dds new file mode 100644 index 00000000..3d2cacd0 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc20.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc21.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc21.dds new file mode 100644 index 00000000..de5eed87 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc21.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc22.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc22.dds new file mode 100644 index 00000000..1e8fc5a4 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc22.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc23.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc23.dds new file mode 100644 index 00000000..32d60853 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc23.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc24.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc24.dds new file mode 100644 index 00000000..4ac62611 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc24.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc25.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc25.dds new file mode 100644 index 00000000..73395e03 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc25.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc26.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc26.dds new file mode 100644 index 00000000..81789b50 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc26.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc27.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc27.dds new file mode 100644 index 00000000..0f2b2ffd Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc27.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc28.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc28.dds new file mode 100644 index 00000000..c2c0de0c Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc28.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc29.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc29.dds new file mode 100644 index 00000000..b106a262 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc29.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc30.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc30.dds new file mode 100644 index 00000000..6cb7c312 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc30.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc31.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc31.dds new file mode 100644 index 00000000..2da39d7d Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc31.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc32.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc32.dds new file mode 100644 index 00000000..6eef6fd9 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/sura/sura_wc32.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc01.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc01.dds new file mode 100644 index 00000000..5566e148 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc01.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc02.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc02.dds new file mode 100644 index 00000000..713d5629 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc02.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc03.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc03.dds new file mode 100644 index 00000000..fc4dc4ce Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc03.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc04.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc04.dds new file mode 100644 index 00000000..da23dbae Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc04.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc05.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc05.dds new file mode 100644 index 00000000..c3fd8796 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc05.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc06.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc06.dds new file mode 100644 index 00000000..d72dd540 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc06.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc07.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc07.dds new file mode 100644 index 00000000..c639fcdf Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc07.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc08.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc08.dds new file mode 100644 index 00000000..1a483e6e Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc08.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc09.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc09.dds new file mode 100644 index 00000000..3a805351 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc09.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc10.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc10.dds new file mode 100644 index 00000000..e74edf37 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc10.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc11.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc11.dds new file mode 100644 index 00000000..458e5284 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc11.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc12.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc12.dds new file mode 100644 index 00000000..4c2a6d60 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc12.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc13.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc13.dds new file mode 100644 index 00000000..b27732b6 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc13.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc14.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc14.dds new file mode 100644 index 00000000..3cb0d6f9 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc14.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc15.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc15.dds new file mode 100644 index 00000000..501b46b8 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc15.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc16.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc16.dds new file mode 100644 index 00000000..27120e76 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc16.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc17.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc17.dds new file mode 100644 index 00000000..587a7010 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc17.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc18.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc18.dds new file mode 100644 index 00000000..f6167948 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc18.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc19.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc19.dds new file mode 100644 index 00000000..6f9b8caf Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc19.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc20.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc20.dds new file mode 100644 index 00000000..0e19f349 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc20.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc21.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc21.dds new file mode 100644 index 00000000..343f812f Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc21.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc22.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc22.dds new file mode 100644 index 00000000..d4377e0d Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc22.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc23.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc23.dds new file mode 100644 index 00000000..31bbb810 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc23.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc24.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc24.dds new file mode 100644 index 00000000..a5d19af8 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc24.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc25.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc25.dds new file mode 100644 index 00000000..88bfbdc5 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc25.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc26.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc26.dds new file mode 100644 index 00000000..cd2380ba Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc26.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc27.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc27.dds new file mode 100644 index 00000000..d60fae5f Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc27.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc28.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc28.dds new file mode 100644 index 00000000..26f7b946 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc28.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc29.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc29.dds new file mode 100644 index 00000000..b02dc032 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc29.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc30.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc30.dds new file mode 100644 index 00000000..75ef25d2 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc30.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc31.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc31.dds new file mode 100644 index 00000000..65863bcf Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc31.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc32.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc32.dds new file mode 100644 index 00000000..6e91c53a Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc/warrior/warrior_wc32.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc01.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc01.dds new file mode 100644 index 00000000..f485eff6 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc01.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc02.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc02.dds new file mode 100644 index 00000000..436a38af Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc02.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc03.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc03.dds new file mode 100644 index 00000000..010501bb Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc03.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc04.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc04.dds new file mode 100644 index 00000000..d65303ba Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc04.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc05.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc05.dds new file mode 100644 index 00000000..339bb44b Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc05.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc06.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc06.dds new file mode 100644 index 00000000..b324d9b1 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc06.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc07.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc07.dds new file mode 100644 index 00000000..5140d7ab Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc07.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc08.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc08.dds new file mode 100644 index 00000000..4d426ea7 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc08.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc09.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc09.dds new file mode 100644 index 00000000..898a608e Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc09.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc10.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc10.dds new file mode 100644 index 00000000..afec53a0 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc10.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc11.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc11.dds new file mode 100644 index 00000000..ec7c2757 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc11.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc12.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc12.dds new file mode 100644 index 00000000..912215f2 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc12.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc13.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc13.dds new file mode 100644 index 00000000..c4147ea1 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc13.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc14.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc14.dds new file mode 100644 index 00000000..f3b3d48d Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc14.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc15.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc15.dds new file mode 100644 index 00000000..aa14f915 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc15.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc16.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc16.dds new file mode 100644 index 00000000..e425b0bc Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc16.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc17.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc17.dds new file mode 100644 index 00000000..95153e98 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc17.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc18.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc18.dds new file mode 100644 index 00000000..c8a3a2a5 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc18.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc19.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc19.dds new file mode 100644 index 00000000..8e92f02a Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc19.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc20.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc20.dds new file mode 100644 index 00000000..2ec0c512 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc20.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc21.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc21.dds new file mode 100644 index 00000000..861418b8 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc21.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc22.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc22.dds new file mode 100644 index 00000000..5f6169cd Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc22.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc23.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc23.dds new file mode 100644 index 00000000..6170fa49 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc23.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc24.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc24.dds new file mode 100644 index 00000000..8eb226de Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc24.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc25.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc25.dds new file mode 100644 index 00000000..4b5e84d0 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc25.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc26.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc26.dds new file mode 100644 index 00000000..99b49446 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc26.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc27.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc27.dds new file mode 100644 index 00000000..0f4232a4 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc27.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc28.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc28.dds new file mode 100644 index 00000000..075badb2 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc28.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc29.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc29.dds new file mode 100644 index 00000000..78eb99e9 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc29.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc30.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc30.dds new file mode 100644 index 00000000..d27ea43b Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc30.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc31.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc31.dds new file mode 100644 index 00000000..00f1cc03 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc31.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc32.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc32.dds new file mode 100644 index 00000000..3a6f3763 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/assassin/assassin_wc32.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc01.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc01.dds new file mode 100644 index 00000000..7d5b01db Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc01.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc02.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc02.dds new file mode 100644 index 00000000..91f0081f Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc02.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc03.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc03.dds new file mode 100644 index 00000000..7f06c9ff Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc03.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc04.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc04.dds new file mode 100644 index 00000000..4f0d35b2 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc04.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc05.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc05.dds new file mode 100644 index 00000000..06711337 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc05.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc06.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc06.dds new file mode 100644 index 00000000..2ff6c2d1 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc06.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc07.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc07.dds new file mode 100644 index 00000000..5931fb78 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc07.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc08.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc08.dds new file mode 100644 index 00000000..3b080d65 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc08.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc09.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc09.dds new file mode 100644 index 00000000..be4eb3d8 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc09.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc10.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc10.dds new file mode 100644 index 00000000..75348519 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc10.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc11.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc11.dds new file mode 100644 index 00000000..de2e234d Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc11.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc12.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc12.dds new file mode 100644 index 00000000..de2fc5f0 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc12.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc13.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc13.dds new file mode 100644 index 00000000..0ab638d0 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc13.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc14.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc14.dds new file mode 100644 index 00000000..bcd1a728 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc14.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc15.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc15.dds new file mode 100644 index 00000000..5ac0916c Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc15.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc16.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc16.dds new file mode 100644 index 00000000..ca82c72a Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc16.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc17.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc17.dds new file mode 100644 index 00000000..99468986 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc17.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc18.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc18.dds new file mode 100644 index 00000000..79dce3fd Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc18.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc19.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc19.dds new file mode 100644 index 00000000..5da0fde5 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc19.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc20.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc20.dds new file mode 100644 index 00000000..cac35df6 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc20.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc21.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc21.dds new file mode 100644 index 00000000..7e590b54 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc21.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc22.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc22.dds new file mode 100644 index 00000000..19dc668d Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc22.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc23.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc23.dds new file mode 100644 index 00000000..69f80228 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc23.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc24.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc24.dds new file mode 100644 index 00000000..a69cf33d Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc24.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc25.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc25.dds new file mode 100644 index 00000000..8ed41a64 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc25.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc26.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc26.dds new file mode 100644 index 00000000..2b28e722 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc26.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc27.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc27.dds new file mode 100644 index 00000000..9dcedb12 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc27.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc28.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc28.dds new file mode 100644 index 00000000..d4413519 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc28.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc29.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc29.dds new file mode 100644 index 00000000..3f298d96 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc29.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc30.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc30.dds new file mode 100644 index 00000000..7690146b Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc30.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc31.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc31.dds new file mode 100644 index 00000000..a1c661df Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc31.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc32.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc32.dds new file mode 100644 index 00000000..6e019eca Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/shaman/shaman_wc32.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc01.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc01.dds new file mode 100644 index 00000000..49117502 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc01.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc02.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc02.dds new file mode 100644 index 00000000..16bedec3 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc02.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc03.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc03.dds new file mode 100644 index 00000000..446ebd75 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc03.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc04.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc04.dds new file mode 100644 index 00000000..1c529ae7 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc04.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc05.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc05.dds new file mode 100644 index 00000000..a1a203fe Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc05.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc06.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc06.dds new file mode 100644 index 00000000..73bfe2a0 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc06.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc07.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc07.dds new file mode 100644 index 00000000..8618ae6f Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc07.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc08.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc08.dds new file mode 100644 index 00000000..a2176132 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc08.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc09.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc09.dds new file mode 100644 index 00000000..a43e40dc Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc09.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc10.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc10.dds new file mode 100644 index 00000000..deee3861 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc10.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc11.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc11.dds new file mode 100644 index 00000000..e777c8e6 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc11.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc12.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc12.dds new file mode 100644 index 00000000..20d9db1b Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc12.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc13.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc13.dds new file mode 100644 index 00000000..aa2c1bdb Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc13.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc14.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc14.dds new file mode 100644 index 00000000..edde5849 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc14.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc15.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc15.dds new file mode 100644 index 00000000..3f2dc1b9 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc15.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc16.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc16.dds new file mode 100644 index 00000000..0bf655a6 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc16.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc17.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc17.dds new file mode 100644 index 00000000..d2c61f69 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc17.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc18.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc18.dds new file mode 100644 index 00000000..fc2ba785 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc18.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc19.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc19.dds new file mode 100644 index 00000000..755d993e Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc19.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc20.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc20.dds new file mode 100644 index 00000000..fabb228d Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc20.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc21.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc21.dds new file mode 100644 index 00000000..3022a4a7 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc21.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc22.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc22.dds new file mode 100644 index 00000000..c017468a Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc22.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc23.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc23.dds new file mode 100644 index 00000000..cf72cddd Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc23.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc24.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc24.dds new file mode 100644 index 00000000..538cadb2 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc24.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc25.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc25.dds new file mode 100644 index 00000000..514d2fd3 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc25.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc26.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc26.dds new file mode 100644 index 00000000..286a36d9 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc26.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc27.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc27.dds new file mode 100644 index 00000000..03d09724 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc27.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc28.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc28.dds new file mode 100644 index 00000000..c45f79f7 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc28.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc29.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc29.dds new file mode 100644 index 00000000..8b466a87 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc29.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc30.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc30.dds new file mode 100644 index 00000000..fe59384d Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc30.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc31.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc31.dds new file mode 100644 index 00000000..7f238ed0 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc31.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc32.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc32.dds new file mode 100644 index 00000000..67ef6ce6 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/sura/sura_wc32.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc01.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc01.dds new file mode 100644 index 00000000..d08b7240 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc01.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc02.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc02.dds new file mode 100644 index 00000000..4a95d300 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc02.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc03.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc03.dds new file mode 100644 index 00000000..9e788b86 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc03.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc04.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc04.dds new file mode 100644 index 00000000..decce5de Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc04.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc05.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc05.dds new file mode 100644 index 00000000..d85cb9d2 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc05.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc06.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc06.dds new file mode 100644 index 00000000..06dadf20 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc06.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc07.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc07.dds new file mode 100644 index 00000000..beb034cf Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc07.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc08.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc08.dds new file mode 100644 index 00000000..d53a8b01 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc08.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc09.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc09.dds new file mode 100644 index 00000000..5c35082c Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc09.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc10.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc10.dds new file mode 100644 index 00000000..f596f70f Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc10.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc11.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc11.dds new file mode 100644 index 00000000..3af7f212 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc11.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc12.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc12.dds new file mode 100644 index 00000000..78ed9e42 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc12.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc13.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc13.dds new file mode 100644 index 00000000..239cbb76 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc13.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc14.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc14.dds new file mode 100644 index 00000000..314a2d51 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc14.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc15.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc15.dds new file mode 100644 index 00000000..24872f07 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc15.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc16.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc16.dds new file mode 100644 index 00000000..443d6b67 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc16.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc17.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc17.dds new file mode 100644 index 00000000..0571fe63 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc17.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc18.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc18.dds new file mode 100644 index 00000000..5cc71a26 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc18.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc19.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc19.dds new file mode 100644 index 00000000..ee823166 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc19.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc20.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc20.dds new file mode 100644 index 00000000..30cef027 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc20.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc21.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc21.dds new file mode 100644 index 00000000..8168d665 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc21.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc22.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc22.dds new file mode 100644 index 00000000..d85ade26 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc22.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc23.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc23.dds new file mode 100644 index 00000000..16e3a94e Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc23.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc24.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc24.dds new file mode 100644 index 00000000..150b8e61 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc24.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc25.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc25.dds new file mode 100644 index 00000000..a2c03659 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc25.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc26.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc26.dds new file mode 100644 index 00000000..1d9890e0 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc26.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc27.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc27.dds new file mode 100644 index 00000000..0891856e Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc27.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc28.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc28.dds new file mode 100644 index 00000000..36853897 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc28.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc29.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc29.dds new file mode 100644 index 00000000..688c3559 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc29.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc30.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc30.dds new file mode 100644 index 00000000..e0ad4507 Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc30.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc31.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc31.dds new file mode 100644 index 00000000..ee4bee3c Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc31.dds differ diff --git a/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc32.dds b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc32.dds new file mode 100644 index 00000000..b568084c Binary files /dev/null and b/bin/pack/metin2_patch_costume_soccer/ymir work/pc2/warrior/warrior_wc32.dds differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1.gr2 new file mode 100644 index 00000000..8fc0d2e4 Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1_lod_01.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1_lod_01.gr2 new file mode 100644 index 00000000..6b05bf62 Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1_lod_02.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1_lod_02.gr2 new file mode 100644 index 00000000..630cc95d Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1_lod_03.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1_lod_03.gr2 new file mode 100644 index 00000000..18162d62 Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc/assassin/assassin_4-1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1.gr2 new file mode 100644 index 00000000..75bf32d2 Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1_lod_01.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1_lod_01.gr2 new file mode 100644 index 00000000..9fc9737d Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1_lod_02.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1_lod_02.gr2 new file mode 100644 index 00000000..89f7cf0d Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1_lod_03.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1_lod_03.gr2 new file mode 100644 index 00000000..0bf1cfec Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc/sura/sura_4-1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/action/dance_6.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/action/dance_6.gr2 index e69de29b..ced3bb2e 100644 Binary files a/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/action/dance_6.gr2 and b/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/action/dance_6.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1.gr2 new file mode 100644 index 00000000..0750a758 Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1_lod_01.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1_lod_01.gr2 new file mode 100644 index 00000000..27abcdda Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1_lod_02.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1_lod_02.gr2 new file mode 100644 index 00000000..1b89a25f Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1_lod_03.gr2 b/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1_lod_03.gr2 new file mode 100644 index 00000000..f6da3c8b Binary files /dev/null and b/bin/pack/metin2_patch_dance/ymir work/pc2/warrior/warrior_4-1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_dragon_rock.rdch b/bin/pack/metin2_patch_dragon_rock.rdch new file mode 100644 index 00000000..88249574 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock.rdch differ diff --git a/bin/pack/metin2_patch_dragon_rock_mobs.rdch b/bin/pack/metin2_patch_dragon_rock_mobs.rdch new file mode 100644 index 00000000..b775f499 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_mobs.rdch differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-b.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-b.dds index 677659fc..06387b19 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-b.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-b.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-f.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-f.dds index 2eb41bcf..466153a3 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-f.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-f.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-l.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-l.dds index b16a7f17..8470984f 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-l.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-l.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-r.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-r.dds index f50355fe..bd1d6ac4 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-r.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-r.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-t.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-t.dds index 68fb53b0..8b6b74c0 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-t.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/bayblacksand-t.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_b.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_b.dds index bed5ab38..7cbb97bd 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_b.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_b.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_f.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_f.dds index 4464c1e5..73dc91cb 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_f.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_f.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_l.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_l.dds index 2f5edb3a..b7989b65 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_l.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_l.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_r.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_r.dds index bfe6faee..9c8fde36 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_r.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_r.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_t.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_t.dds index c726285a..c207ff5a 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_t.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/capedragonhead_t.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-b.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-b.dds index edd83fcf..f63ab4a9 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-b.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-b.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-f.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-f.dds index efe9dfe6..a6ff2fd3 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-f.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-f.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-l.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-l.dds index d54a21d4..4f4147e9 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-l.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-l.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-r.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-r.dds index 7eaa3cb7..add20612 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-r.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-r.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-t.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-t.dds index 20bfcfed..60b07eb1 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-t.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/dawnmistwood-t.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_b.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_b.dds index 72edd8f3..0cfec54e 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_b.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_b.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_f.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_f.dds index ae377dd1..bfa7de07 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_f.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_f.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_l.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_l.dds index 2943059f..bcc790ea 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_l.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_l.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_r.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_r.dds index 3314db25..234f4b70 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_r.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_r.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_t.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_t.dds index 1f406329..5835ff44 100644 Binary files a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_t.dds and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox/thunder_t.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-b.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-b.dds new file mode 100644 index 00000000..677659fc Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-b.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-f.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-f.dds new file mode 100644 index 00000000..2eb41bcf Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-f.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-l.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-l.dds new file mode 100644 index 00000000..b16a7f17 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-l.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-r.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-r.dds new file mode 100644 index 00000000..f50355fe Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-r.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-t.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-t.dds new file mode 100644 index 00000000..68fb53b0 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/bayblacksand-t.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_b.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_b.dds new file mode 100644 index 00000000..bed5ab38 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_b.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_f.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_f.dds new file mode 100644 index 00000000..4464c1e5 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_f.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_l.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_l.dds new file mode 100644 index 00000000..2f5edb3a Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_l.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_r.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_r.dds new file mode 100644 index 00000000..bfe6faee Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_r.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_t.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_t.dds new file mode 100644 index 00000000..c726285a Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/capedragonhead_t.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-b.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-b.dds new file mode 100644 index 00000000..edd83fcf Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-b.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-f.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-f.dds new file mode 100644 index 00000000..efe9dfe6 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-f.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-l.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-l.dds new file mode 100644 index 00000000..d54a21d4 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-l.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-r.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-r.dds new file mode 100644 index 00000000..7eaa3cb7 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-r.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-t.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-t.dds new file mode 100644 index 00000000..20bfcfed Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/dawnmistwood-t.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_b.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_b.dds new file mode 100644 index 00000000..72edd8f3 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_b.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_f.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_f.dds new file mode 100644 index 00000000..ae377dd1 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_f.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_l.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_l.dds new file mode 100644 index 00000000..2943059f Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_l.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_r.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_r.dds new file mode 100644 index 00000000..3314db25 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_r.dds differ diff --git a/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_t.dds b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_t.dds new file mode 100644 index 00000000..1f406329 Binary files /dev/null and b/bin/pack/metin2_patch_dragon_rock_texcache/ymir work/environment/skybox_low/thunder_t.dds differ diff --git a/bin/pack/metin2_patch_ds/icon/item/164400.tga b/bin/pack/metin2_patch_ds/icon/item/164400.tga index e69de29b..3e4a269e 100644 Binary files a/bin/pack/metin2_patch_ds/icon/item/164400.tga and b/bin/pack/metin2_patch_ds/icon/item/164400.tga differ diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item5.mse b/bin/pack/metin2_patch_easter1/ymir work/effect/etc/buff/buff_item5.mse similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item5.mse rename to bin/pack/metin2_patch_easter1/ymir work/effect/etc/buff/buff_item5.mse diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/magic_ring1.dds b/bin/pack/metin2_patch_easter1/ymir work/effect/etc/buff/magic_ring1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/magic_ring1.dds rename to bin/pack/metin2_patch_easter1/ymir work/effect/etc/buff/magic_ring1.dds diff --git a/bin/pack/metin2_patch_easter1/ymir work/pc/warrior/warrior_rabbit1.gr2 b/bin/pack/metin2_patch_easter1/ymir work/pc/warrior/warrior_rabbit1.gr2 index 4d0f9aca..9af36b37 100644 Binary files a/bin/pack/metin2_patch_easter1/ymir work/pc/warrior/warrior_rabbit1.gr2 and b/bin/pack/metin2_patch_easter1/ymir work/pc/warrior/warrior_rabbit1.gr2 differ diff --git a/bin/pack/metin2_patch_easter1/ymir work/pc/warrior/warrior_rabbit1_backup.gr2 b/bin/pack/metin2_patch_easter1/ymir work/pc/warrior/warrior_rabbit1_backup.gr2 new file mode 100644 index 00000000..4d0f9aca Binary files /dev/null and b/bin/pack/metin2_patch_easter1/ymir work/pc/warrior/warrior_rabbit1_backup.gr2 differ diff --git a/bin/pack/metin2_patch_easter1/ymir work/pc2/assassin/hair/hair_11_1.gr2 b/bin/pack/metin2_patch_easter1/ymir work/pc2/assassin/hair/hair_11_1.gr2 index 031684f9..6908516d 100644 Binary files a/bin/pack/metin2_patch_easter1/ymir work/pc2/assassin/hair/hair_11_1.gr2 and b/bin/pack/metin2_patch_easter1/ymir work/pc2/assassin/hair/hair_11_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/icon/item/51647.tga b/bin/pack/metin2_patch_etc/icon/item/51647.tga new file mode 100644 index 00000000..c25f55e4 Binary files /dev/null and b/bin/pack/metin2_patch_etc/icon/item/51647.tga differ diff --git a/bin/pack/metin2_patch_etc/icon/item/51648.tga b/bin/pack/metin2_patch_etc/icon/item/51648.tga new file mode 100644 index 00000000..38857510 Binary files /dev/null and b/bin/pack/metin2_patch_etc/icon/item/51648.tga differ diff --git a/bin/pack/metin2_patch_etc/icon/item/51649.tga b/bin/pack/metin2_patch_etc/icon/item/51649.tga new file mode 100644 index 00000000..bffb7819 Binary files /dev/null and b/bin/pack/metin2_patch_etc/icon/item/51649.tga differ diff --git a/bin/pack/metin2_patch_etc/icon/item/51650.tga b/bin/pack/metin2_patch_etc/icon/item/51650.tga new file mode 100644 index 00000000..c649616c Binary files /dev/null and b/bin/pack/metin2_patch_etc/icon/item/51650.tga differ diff --git a/bin/pack/metin2_patch_etc/icon/item/51651.tga b/bin/pack/metin2_patch_etc/icon/item/51651.tga new file mode 100644 index 00000000..4d1bfbb2 Binary files /dev/null and b/bin/pack/metin2_patch_etc/icon/item/51651.tga differ diff --git a/bin/pack/metin2_patch_etc/icon/item/78001.tga b/bin/pack/metin2_patch_etc/icon/item/78001.tga new file mode 100644 index 00000000..a43fb1f8 Binary files /dev/null and b/bin/pack/metin2_patch_etc/icon/item/78001.tga differ diff --git a/bin/pack/metin2_patch_etc/icon/item/78201.tga b/bin/pack/metin2_patch_etc/icon/item/78201.tga new file mode 100644 index 00000000..fffcc168 Binary files /dev/null and b/bin/pack/metin2_patch_etc/icon/item/78201.tga differ diff --git a/bin/pack/metin2_patch_etc/icon/item/78401.tga b/bin/pack/metin2_patch_etc/icon/item/78401.tga new file mode 100644 index 00000000..2541c2ae Binary files /dev/null and b/bin/pack/metin2_patch_etc/icon/item/78401.tga differ diff --git a/bin/pack/metin2_patch_etc/icon/item/78601.tga b/bin/pack/metin2_patch_etc/icon/item/78601.tga new file mode 100644 index 00000000..8f91f398 Binary files /dev/null and b/bin/pack/metin2_patch_etc/icon/item/78601.tga differ diff --git a/bin/pack/metin2_patch_etc/icon/item/78801.tga b/bin/pack/metin2_patch_etc/icon/item/78801.tga new file mode 100644 index 00000000..738f83fb Binary files /dev/null and b/bin/pack/metin2_patch_etc/icon/item/78801.tga differ diff --git a/bin/pack/metin2_patch_etc/ymir work/item/weapon/05330.gr2 b/bin/pack/metin2_patch_etc/ymir work/item/weapon/05330.gr2 new file mode 100644 index 00000000..5eba1da7 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/item/weapon/05330.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/item/weapon/weapon_choegogeup01_04.dds b/bin/pack/metin2_patch_etc/ymir work/item/weapon/weapon_choegogeup01_04.dds new file mode 100644 index 00000000..62d91562 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/item/weapon/weapon_choegogeup01_04.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1.dds b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1.dds new file mode 100644 index 00000000..b513f3db Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1.gr2 new file mode 100644 index 00000000..b222d65b Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1_lod_01.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1_lod_01.gr2 new file mode 100644 index 00000000..09725b06 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1_lod_02.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1_lod_02.gr2 new file mode 100644 index 00000000..cf4428c2 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1_lod_03.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1_lod_03.gr2 new file mode 100644 index 00000000..71470686 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/assasin_capoeira1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/bow/attack.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/bow/attack.msa new file mode 100644 index 00000000..7a19a284 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/bow/attack.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/assassin/bow/attack.gr2" +MotionDuration 1.500000 + +Group ComboInputData +{ + PreInputTime 1.500000 + DirectInputTime 1.500000 + InputLimitTime 1.500000 + LinkTime 0.000000 +} + +Group AttackingData +{ + AttackingType 1 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.000000 + ExternalForce 0.000000 + AttackingStartTime 0.846154 + AttackingEndTime 0.846154 + AttackingBone "equip_left" + WeaponLength 0.000000 + List HitPosition + { + } +} + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 6 + StartingTime 0.850000 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/assassin/effect/arrow_01.msf" + FlyPosition 0.000000 -30.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/dualhand_sword/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/dualhand_sword/rampage_01.msa new file mode 100644 index 00000000..0b384747 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/dualhand_sword/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\dualhand_sword\rampage_01.GR2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.090835 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/general/dig.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/general/dig.msa new file mode 100644 index 00000000..6814bf88 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/general/dig.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\general\dig.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.900243 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/effect/etc/dig/dig.mse" + EffectPosition 0.000000 -120.000000 70.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/hair/hair_12_1.dds b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/hair/hair_12_1.dds new file mode 100644 index 00000000..4397e1fc Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/hair/hair_12_1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/hair/hair_12_1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/hair/hair_12_1.gr2 new file mode 100644 index 00000000..aec2dc03 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/hair/hair_12_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/horse/skill_charge.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/horse/skill_charge.msa new file mode 100644 index 00000000..9fbd24d7 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/horse/skill_charge.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\assassin\horse\skill_charge.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 4 + StartingTime 0.277372 + DuringTime 0.300000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.262774 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/common/effect/horse_charge.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/horse_dualhand_sword/skill_splash.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/horse_dualhand_sword/skill_splash.msa new file mode 100644 index 00000000..99720924 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/horse_dualhand_sword/skill_splash.msa @@ -0,0 +1,55 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\assassin\horse_onehand_sword\skill_splash.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 4 + StartingTime 1.479319 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.503650 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/horse_onehand_sword_splash.mse" + EffectPosition 0.000000 0.000000 10.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.613139 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/horse_onehand_sword_splash_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/horse_onehand_sword/skill_splash.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/horse_onehand_sword/skill_splash.msa new file mode 100644 index 00000000..0a0d97c5 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/horse_onehand_sword/skill_splash.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\assassin\horse_onehand_sword\skill_splash.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 4 + StartingTime 1.479319 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.503650 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/horse_onehand_sword_splash.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/onehand_sword/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/onehand_sword/rampage_01.msa new file mode 100644 index 00000000..974dcdf8 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/onehand_sword/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\onehand_sword\rampage_01.GR2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.087591 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun.msa new file mode 100644 index 00000000..24a42995 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun.msa @@ -0,0 +1,136 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\charyun.GR2" +MotionDuration 1.400000 +Accumulation 0.00 -637.26 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.369744 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.315897 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.136410 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.764615 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 1 + StartingTime 0.958462 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.300000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -50.000000 50.000000 + } + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.600000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -150.000000 50.000000 + } + } + Group Event07 + { + MotionEventType 4 + StartingTime 0.900000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun_2.msa new file mode 100644 index 00000000..bbe4ff12 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun_2.msa @@ -0,0 +1,136 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\charyun.GR2" +MotionDuration 1.400000 +Accumulation 0.00 -637.26 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.369744 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.315897 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_2_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.136410 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_2_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.764615 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_2_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 1 + StartingTime 0.958462 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_2_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.300000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -50.000000 50.000000 + } + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.600000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -150.000000 50.000000 + } + } + Group Event07 + { + MotionEventType 4 + StartingTime 0.900000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun_3.msa new file mode 100644 index 00000000..2eec9c62 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun_3.msa @@ -0,0 +1,145 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\charyun.GR2" +MotionDuration 1.400000 +Accumulation 0.00 -637.26 0.00 + +Group MotionEventData +{ + MotionEventDataCount 9 + Group Event00 + { + MotionEventType 1 + StartingTime 0.369744 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.313382 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_3_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.136410 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_3_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.764615 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_3_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 1 + StartingTime 0.958462 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_3_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.300000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -50.000000 50.000000 + } + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.600000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -150.000000 50.000000 + } + } + Group Event07 + { + MotionEventType 4 + StartingTime 0.900000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -250.000000 50.000000 + } + } + Group Event08 + { + MotionEventType 2 + StartingTime 0.943552 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun_4.msa new file mode 100644 index 00000000..5a309037 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/charyun_4.msa @@ -0,0 +1,145 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\charyun.GR2" +MotionDuration 1.400000 +Accumulation 0.00 -637.26 0.00 + +Group MotionEventData +{ + MotionEventDataCount 9 + Group Event00 + { + MotionEventType 1 + StartingTime 0.369744 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.313382 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_4_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.136410 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_4_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.749392 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_4_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 1 + StartingTime 0.958462 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_4_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.300000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -50.000000 50.000000 + } + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.600000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -150.000000 50.000000 + } + } + Group Event07 + { + MotionEventType 4 + StartingTime 0.900000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -250.000000 50.000000 + } + } + Group Event08 + { + MotionEventType 2 + StartingTime 0.943552 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_gasokhwa.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_gasokhwa.msa new file mode 100644 index 00000000..b5ce843c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_gasokhwa.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\assassin\skill\kwaegeom.GR2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/gasokhwa_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_jumunsul.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_jumunsul.msa new file mode 100644 index 00000000..b1eb928a --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_jumunsul.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\assassin\skill\kwaegeom.GR2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/jumunsul_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_seonghwigap.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_seonghwigap.msa new file mode 100644 index 00000000..b75951d2 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_seonghwigap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\assassin\skill\kwaegeom.GR2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/seonghwigap_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_yongsinuibunno.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_yongsinuibunno.msa new file mode 100644 index 00000000..45c86182 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_yongsinuibunno.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\assassin\skill\kwaegeom.GR2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuibunno_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_yongsinuichukbok.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_yongsinuichukbok.msa new file mode 100644 index 00000000..39b17a76 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_yongsinuichukbok.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\assassin\skill\kwaegeom.GR2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuichukbok_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_yongsinuipi.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_yongsinuipi.msa new file mode 100644 index 00000000..1590b4d4 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/guild_yongsinuipi.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\assassin\skill\kwaegeom.GR2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuipi_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin.msa new file mode 100644 index 00000000..88364f13 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin.msa @@ -0,0 +1,83 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/assassin/skill/gungsin.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 7 + Group Event00 + { + MotionEventType 1 + StartingTime 0.038462 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.461538 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_end.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.503846 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "equip_right" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_blow.mse" + EffectPosition 0.000000 -150.000000 0.000000 + } + Group Event03 + { + MotionEventType 8 + StartingTime 0.061538 + } + Group Event04 + { + MotionEventType 7 + StartingTime 0.457692 + } + Group Event05 + { + MotionEventType 9 + StartingTime 0.250000 + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.542308 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 10 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -190.000000 70.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin_2.msa new file mode 100644 index 00000000..ca3215b9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin_2.msa @@ -0,0 +1,83 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/assassin/skill/gungsin.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 7 + Group Event00 + { + MotionEventType 1 + StartingTime 0.038462 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_2_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.456204 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_2_end.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.503846 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "equip_right" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_2_blow.mse" + EffectPosition 0.000000 -150.000000 0.000000 + } + Group Event03 + { + MotionEventType 8 + StartingTime 0.061538 + } + Group Event04 + { + MotionEventType 7 + StartingTime 0.457692 + } + Group Event05 + { + MotionEventType 9 + StartingTime 0.250000 + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.542308 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 10 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -190.000000 70.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin_3.msa new file mode 100644 index 00000000..cf5cbcaf --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin_3.msa @@ -0,0 +1,92 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/assassin/skill/gungsin.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.038462 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_3_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.456204 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_3_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.496350 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "equip_right" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_3_blow.mse" + EffectPosition 0.000000 -150.000000 0.000000 + } + Group Event03 + { + MotionEventType 8 + StartingTime 0.061538 + } + Group Event04 + { + MotionEventType 7 + StartingTime 0.457692 + } + Group Event05 + { + MotionEventType 9 + StartingTime 0.250000 + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.542308 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 10 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -190.000000 70.000000 + } + } + Group Event07 + { + MotionEventType 2 + StartingTime 0.510949 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin_4.msa new file mode 100644 index 00000000..4f43b85f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gungsin_4.msa @@ -0,0 +1,92 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/assassin/skill/gungsin.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.038462 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_4_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.461538 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_4_end.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.500000 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "equip_right" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_4_blow.mse" + EffectPosition 0.000000 -150.000000 0.000000 + } + Group Event03 + { + MotionEventType 8 + StartingTime 0.061538 + } + Group Event04 + { + MotionEventType 7 + StartingTime 0.457692 + } + Group Event05 + { + MotionEventType 9 + StartingTime 0.240876 + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.542308 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 10 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -190.000000 70.000000 + } + } + Group Event07 + { + MotionEventType 2 + StartingTime 0.510949 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok.msa new file mode 100644 index 00000000..aa123464 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gwangyeok.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 0 + LoopCancelEnable 0 + LoopStartTime 1.440000 + LoopEndTime 1.460000 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.370000 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.450000 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/assassin/effect/gwangyeok.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok_2.msa new file mode 100644 index 00000000..228f3565 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok_2.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gwangyeok.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 0 + LoopCancelEnable 0 + LoopStartTime 1.440000 + LoopEndTime 1.460000 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_2_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.370000 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_2_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.450000 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_2.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok_3.msa new file mode 100644 index 00000000..7f1b2733 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok_3.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gwangyeok.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 0 + LoopCancelEnable 0 + LoopStartTime 1.440000 + LoopEndTime 1.460000 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_3_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.370000 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_3_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.450000 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_3.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok_4.msa new file mode 100644 index 00000000..c5a7e390 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gwangyeok_4.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gwangyeok.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 0 + LoopCancelEnable 0 + LoopStartTime 1.440000 + LoopEndTime 1.460000 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_4_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.370000 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_4_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.450000 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_4.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong.msa new file mode 100644 index 00000000..f106248c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gyeonggong.GR2" +MotionDuration 1.166667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.664234 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gyeonggong_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong_2.msa new file mode 100644 index 00000000..f5e6ad89 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong_2.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gyeonggong.GR2" +MotionDuration 1.166667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.669911 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gyeonggong_2_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong_3.msa new file mode 100644 index 00000000..37d0b23c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong_3.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gyeonggong.GR2" +MotionDuration 1.166667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.669911 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gyeonggong_3_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong_4.msa new file mode 100644 index 00000000..02d0d412 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/gyeonggong_4.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gyeonggong.GR2" +MotionDuration 1.166667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.669911 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gyeonggong_4_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/kwaegeom.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/kwaegeom.msa new file mode 100644 index 00000000..84c2815d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/kwaegeom.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\kwaegeom.GR2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.034063 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/kwaegeom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/make_trap.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/make_trap.msa new file mode 100644 index 00000000..47257d71 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/make_trap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\make_trap.GR2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.142741 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/trap.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang.msa new file mode 100644 index 00000000..be224f2e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang.msa @@ -0,0 +1,65 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/assassin/skill/seomgwang.gr2" +MotionDuration 1.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.094891 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_hand.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_blow.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.510949 + + DuringTime 0.100000 + Power 30 + AffectingRange 100 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.547445 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang_2.msa new file mode 100644 index 00000000..4ed841e8 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang_2.msa @@ -0,0 +1,65 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\seomgwang.GR2" +MotionDuration 1.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.094891 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_hand_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_blow_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.510949 + + DuringTime 0.100000 + Power 50 + AffectingRange 100 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.547445 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang_3.msa new file mode 100644 index 00000000..aac479a8 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang_3.msa @@ -0,0 +1,65 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\seomgwang.GR2" +MotionDuration 1.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.094891 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_hand_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_blow_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.510949 + + DuringTime 0.100000 + Power 30 + AffectingRange 100 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.547445 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang_4.msa new file mode 100644 index 00000000..5aa33516 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomgwang_4.msa @@ -0,0 +1,65 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/assassin/skill/seomgwang.gr2" +MotionDuration 1.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.094891 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_hand_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_blow_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.510949 + + DuringTime 0.100000 + Power 30 + AffectingRange 100 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.547445 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon.msa new file mode 100644 index 00000000..900ee187 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon.msa @@ -0,0 +1,95 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/assassin/skill/seomjeon.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -285.11 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.042308 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.050000 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_end.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.496154 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_blow.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.299270 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_hand.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.503650 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 80.000000 + Position 0.000000 -250.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 8 + StartingTime 0.189781 + } + Group Event06 + { + MotionEventType 7 + StartingTime 0.419708 + } + Group Event07 + { + MotionEventType 9 + StartingTime 0.310219 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon_2.msa new file mode 100644 index 00000000..779f8959 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon_2.msa @@ -0,0 +1,95 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/assassin/skill/seomjeon.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -285.11 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.042308 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_start_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.050000 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_end_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.496154 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_blow_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.299270 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_hand_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.503650 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 80.000000 + Position 0.000000 -250.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 8 + StartingTime 0.189781 + } + Group Event06 + { + MotionEventType 7 + StartingTime 0.419708 + } + Group Event07 + { + MotionEventType 9 + StartingTime 0.310219 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon_3.msa new file mode 100644 index 00000000..c9695ac3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon_3.msa @@ -0,0 +1,95 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/assassin/skill/seomjeon.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -285.11 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.042308 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_start_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.050000 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_end_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.496154 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_blow_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.299270 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_hand_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.503650 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 80.000000 + Position 0.000000 -250.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 8 + StartingTime 0.189781 + } + Group Event06 + { + MotionEventType 7 + StartingTime 0.419708 + } + Group Event07 + { + MotionEventType 9 + StartingTime 0.310219 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon_4.msa new file mode 100644 index 00000000..03da36b6 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/seomjeon_4.msa @@ -0,0 +1,95 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/assassin/skill/seomjeon.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -285.11 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.042308 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_start_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.050000 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_end_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.496154 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_blow_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.299270 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_hand_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.503650 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 80.000000 + Position 0.000000 -250.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 8 + StartingTime 0.189781 + } + Group Event06 + { + MotionEventType 7 + StartingTime 0.419708 + } + Group Event07 + { + MotionEventType 9 + StartingTime 0.310219 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa.msa new file mode 100644 index 00000000..d67f7ae5 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gwangyeok.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 7 + LoopCancelEnable 0 + LoopStartTime 1.250608 + LoopEndTime 1.425791 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.379487 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.377129 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/assassin/effect/gwangyeok.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa_2.msa new file mode 100644 index 00000000..2bfa8510 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa_2.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gwangyeok.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 7 + LoopCancelEnable 0 + LoopStartTime 1.250608 + LoopEndTime 1.425791 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.180049 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_2_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.379487 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_2_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.377129 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_2.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa_3.msa new file mode 100644 index 00000000..f2b35cdc --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa_3.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gwangyeok.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 7 + LoopCancelEnable 0 + LoopStartTime 1.250608 + LoopEndTime 1.425791 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_3_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.379487 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_3_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.377129 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_3.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa_4.msa new file mode 100644 index 00000000..c9a5e1d9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/assassin/skill/yeonsa_4.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\assassin\skill\gwangyeok.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 7 + LoopCancelEnable 0 + LoopStartTime 1.250608 + LoopEndTime 1.425791 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_4_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.379487 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_4_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.377129 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_4.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/bell/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/bell/rampage_01.msa new file mode 100644 index 00000000..4bf628f5 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/bell/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\bell\rampage_01.GR2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.087591 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/fan/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/fan/rampage_01.msa new file mode 100644 index 00000000..d006b7bb --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/fan/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\fan\rampage_01.GR2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.087591 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/general/dig.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/general/dig.msa new file mode 100644 index 00000000..43f7f164 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/general/dig.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\general\dig.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.929440 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/effect/etc/dig/dig.mse" + EffectPosition 0.000000 -120.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/hair/hair_12_1.dds b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/hair/hair_12_1.dds new file mode 100644 index 00000000..4397e1fc Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/hair/hair_12_1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/hair/hair_12_1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/hair/hair_12_1.gr2 new file mode 100644 index 00000000..84039099 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/hair/hair_12_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/horse/skill_charge.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/horse/skill_charge.msa new file mode 100644 index 00000000..1666280c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/horse/skill_charge.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\horse\skill_charge.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 4 + StartingTime 0.204380 + DuringTime 0.300000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -150.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.214112 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/common/effect/horse_charge.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/horse/skill_splash.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/horse/skill_splash.msa new file mode 100644 index 00000000..c284e833 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/horse/skill_splash.msa @@ -0,0 +1,55 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\horse\skill_splash.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 1.620438 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/paeryong.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.676399 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "equip_right" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 1.639903 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1.dds b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1.dds new file mode 100644 index 00000000..57228af0 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1.gr2 new file mode 100644 index 00000000..9d32baf6 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1_lod_01.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1_lod_01.gr2 new file mode 100644 index 00000000..435a47b3 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1_lod_02.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1_lod_02.gr2 new file mode 100644 index 00000000..a007df01 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1_lod_03.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1_lod_03.gr2 new file mode 100644 index 00000000..d1e9206e Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/shaman_capoeira1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_2.msa new file mode 100644 index 00000000..ebb611b3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_2.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_3.msa new file mode 100644 index 00000000..ebb611b3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_3.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_4.msa new file mode 100644 index 00000000..eb59310e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_4.msa @@ -0,0 +1,32 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/boho_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_me.msa new file mode 100644 index 00000000..6f16cec9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_target.msa new file mode 100644 index 00000000..b1274c4c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/boho_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/buhwal.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/buhwal.msa new file mode 100644 index 00000000..b4f413c3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/buhwal.msa @@ -0,0 +1,29 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\buhwal.GR2" +MotionDuration 2.000000 + +Group LoopData +{ + MotionLoopCount 5 + LoopCancelEnable 0 + LoopStartTime 0.452555 + LoopEndTime 0.997567 +} + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.598540 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/buhwal.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/daejeongeop_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/daejeongeop_target.msa new file mode 100644 index 00000000..bfe753ad --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/daejeongeop_target.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.374696 + + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_upgrade.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gamji_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gamji_me.msa new file mode 100644 index 00000000..6f16cec9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gamji_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gamji_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gamji_target.msa new file mode 100644 index 00000000..8bd44f3d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gamji_target.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_2.msa new file mode 100644 index 00000000..7dd78302 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_2.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_3.msa new file mode 100644 index 00000000..7dd78302 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_3.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_4.msa new file mode 100644 index 00000000..b4d0ca15 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_4.msa @@ -0,0 +1,32 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_blow_4.mse" + EffectPosition 0.000000 0.000000 110.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_me.msa new file mode 100644 index 00000000..d6c24e5a --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.399027 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_target.msa new file mode 100644 index 00000000..7dd78302 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/gicheon_target.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_gasokhwa.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_gasokhwa.msa new file mode 100644 index 00000000..c737559b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_gasokhwa.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\byeorak.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.369019 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/gasokhwa_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_jumunsul.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_jumunsul.msa new file mode 100644 index 00000000..4c53c6f4 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_jumunsul.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\byeorak.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.409570 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/jumunsul_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_seonghwigap.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_seonghwigap.msa new file mode 100644 index 00000000..8d5da552 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_seonghwigap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\byeorak.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.474453 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/seonghwigap_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_yongsinuibunno.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_yongsinuibunno.msa new file mode 100644 index 00000000..a341635d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_yongsinuibunno.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\byeorak.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.462287 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuibunno_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_yongsinuichukbok.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_yongsinuichukbok.msa new file mode 100644 index 00000000..2ef3bca7 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_yongsinuichukbok.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\byeorak.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.462287 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuichukbok_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_yongsinuipi.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_yongsinuipi.msa new file mode 100644 index 00000000..a7788256 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/guild_yongsinuipi.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\byeorak.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.458232 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuipi_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_2.msa new file mode 100644 index 00000000..a8f6df10 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_2.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.317924 + + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_3.msa new file mode 100644 index 00000000..a8f6df10 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_3.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.317924 + + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_4.msa new file mode 100644 index 00000000..b9b65b2f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_4.msa @@ -0,0 +1,32 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.317924 + + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_me.msa new file mode 100644 index 00000000..4774d46e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_target.msa new file mode 100644 index 00000000..a8f6df10 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/hosin_target.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.317924 + + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_2.msa new file mode 100644 index 00000000..f96478e9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_2.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.374696 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeongeop_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_3.msa new file mode 100644 index 00000000..e9237ef5 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_3.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.374696 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeongeop_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_4.msa new file mode 100644 index 00000000..2b23e0ab --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_4.msa @@ -0,0 +1,32 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.374696 + + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_target.msa new file mode 100644 index 00000000..0b155951 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeongeop_target.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.374696 + + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungche_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungche_me.msa new file mode 100644 index 00000000..42635bd0 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungche_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungche_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungche.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungche_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungche_target.msa new file mode 100644 index 00000000..b21d6100 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungche_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungche_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungche.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeunghon_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeunghon_me.msa new file mode 100644 index 00000000..f1e4c917 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeunghon_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeunghon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeunghon.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeunghon_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeunghon_target.msa new file mode 100644 index 00000000..5b748075 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeunghon_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeunghon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.309813 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeunghon.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok.msa new file mode 100644 index 00000000..974af6f3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.297648 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_2.msa new file mode 100644 index 00000000..974af6f3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_2.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.297648 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_3.msa new file mode 100644 index 00000000..974af6f3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_3.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.297648 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_4.msa new file mode 100644 index 00000000..5be3d714 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_4.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.297648 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_me.msa new file mode 100644 index 00000000..fb8599c3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_target.msa new file mode 100644 index 00000000..974af6f3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungryeok_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.297648 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungsok_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungsok_me.msa new file mode 100644 index 00000000..5123a83d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungsok_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungsok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.399027 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungsok_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungsok_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungsok_target.msa new file mode 100644 index 00000000..eb7be546 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jeungsok_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungsok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.390917 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungsok_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jigam_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jigam_me.msa new file mode 100644 index 00000000..f975073e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jigam_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jigam_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jigam.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jigam_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jigam_target.msa new file mode 100644 index 00000000..8d7657b9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/jigam_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jigam_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/jigam.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_2.msa new file mode 100644 index 00000000..70e22225 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_2.msa @@ -0,0 +1,51 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 1 + LoopCancelEnable 0 + LoopStartTime 0.681265 + LoopEndTime 0.957265 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.709651 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.397405 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 10 + StartingTime 1.269262 + + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_3.msa new file mode 100644 index 00000000..afd2365b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_3.msa @@ -0,0 +1,51 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 1 + LoopCancelEnable 0 + LoopStartTime 0.681265 + LoopEndTime 0.957265 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.709651 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.397405 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 10 + StartingTime 1.285483 + + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_4.msa new file mode 100644 index 00000000..67c8eab0 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_4.msa @@ -0,0 +1,51 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 1 + LoopCancelEnable 0 + LoopStartTime 0.681265 + LoopEndTime 0.957265 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.709651 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.397405 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 10 + StartingTime 1.285483 + + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_me.msa new file mode 100644 index 00000000..5fbf95c3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_me.msa @@ -0,0 +1,41 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 1 + LoopCancelEnable 0 + LoopStartTime 0.666667 + LoopEndTime 0.940171 +} + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.675214 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.354701 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_target.msa new file mode 100644 index 00000000..5eec06c0 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/kwaesok_target.msa @@ -0,0 +1,51 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 1 + LoopCancelEnable 0 + LoopStartTime 0.681265 + LoopEndTime 0.957265 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.709651 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.397405 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 10 + StartingTime 1.338199 + + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong.msa new file mode 100644 index 00000000..f21e237b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong.msa @@ -0,0 +1,65 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\byeorak.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.559611 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/paeryong.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.563666 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 0.000000 0.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 1.528792 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 330.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong_2.msa new file mode 100644 index 00000000..c93399f5 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong_2.msa @@ -0,0 +1,44 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\byeorak.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.559611 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/paeryong_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.567721 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 12 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong_3.msa new file mode 100644 index 00000000..934b7945 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong_3.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\byeorak.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.559611 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/paeryong_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.567721 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 12 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.551500 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong_4.msa new file mode 100644 index 00000000..a588af65 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/paeryong_4.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\byeorak.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.555556 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/paeryong_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.567721 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 12 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.543390 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/sinchak_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/sinchak_me.msa new file mode 100644 index 00000000..98d76648 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/sinchak_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/sinchak_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/sinchak.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/sinchak_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/sinchak_target.msa new file mode 100644 index 00000000..e8cffc1f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/sinchak_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/sinchak_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.301703 + + EffectFileName "d:/ymir work/pc/shaman/effect/sinchak.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/sohwan.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/sohwan.msa new file mode 100644 index 00000000..fa67a79a --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/sohwan.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\target.GR2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 3 + LoopCancelEnable 0 + LoopStartTime 0.648824 + LoopEndTime 0.973236 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.231144 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/12sohwanbu_me.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.381184 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/12sohwanbu_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.843471 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/12sohwanbu_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/suho.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/suho.msa new file mode 100644 index 00000000..21dcb9b1 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/suho.msa @@ -0,0 +1,23 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +CancelEnableSkill 0 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.196581 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/5suhojeonryeong.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/wonsin_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/wonsin_me.msa new file mode 100644 index 00000000..125a7e0c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/wonsin_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/wonsin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/wonsin.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/wonsin_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/wonsin_target.msa new file mode 100644 index 00000000..e9a03281 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/wonsin_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\me.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/wonsin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/wonsin.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa.msa new file mode 100644 index 00000000..17c5a53b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa.msa @@ -0,0 +1,87 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\shoot.GR2" +MotionDuration 1.500000 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 6 + StartingTime 1.069343 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/shaman/effect/yongpa.msf" + FlyPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.441606 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/yongpa_a.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.131387 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/noegem_boom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.193431 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 150.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 1.445256 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -600.000000 150.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa_2.msa new file mode 100644 index 00000000..d0d3d42e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa_2.msa @@ -0,0 +1,87 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\shoot.GR2" +MotionDuration 1.500000 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 6 + StartingTime 1.069343 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/shaman/effect/yongpa_2.msf" + FlyPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.441606 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/yongpa_2_head.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.131387 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/noegem_boom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.193431 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 150.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 1.445256 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -600.000000 150.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa_3.msa new file mode 100644 index 00000000..e83bac30 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa_3.msa @@ -0,0 +1,97 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\shoot.GR2" +MotionDuration 1.500000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 6 + Group Event00 + { + MotionEventType 6 + StartingTime 1.069343 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/shaman/effect/yongpa_3.msf" + FlyPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.441606 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/yongpa_3_head.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.131387 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/noegem_boom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.193431 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 150.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 1.445256 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -600.000000 150.000000 + } + } + Group Event05 + { + MotionEventType 2 + StartingTime 1.087591 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa_4.msa new file mode 100644 index 00000000..a14679ad --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongpa_4.msa @@ -0,0 +1,97 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\shaman\skill\shoot.GR2" +MotionDuration 1.500000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 6 + Group Event00 + { + MotionEventType 6 + StartingTime 1.069343 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/shaman/effect/yongpa_4.msf" + FlyPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.441606 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/yongpa_4_head.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.131387 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/noegem_boom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.193431 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 150.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 1.445256 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -600.000000 150.000000 + } + } + Group Event05 + { + MotionEventType 2 + StartingTime 1.076642 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongsin.msa b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongsin.msa new file mode 100644 index 00000000..ee47cd83 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/shaman/skill/yongsin.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\shaman\skill\yongsin.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.729927 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/yongsin.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.048662 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/yongsin_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/general/dig.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/general/dig.msa new file mode 100644 index 00000000..9575288e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/general/dig.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\general\dig.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.924574 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/effect/etc/dig/dig.mse" + EffectPosition 0.000000 -120.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/hair/hair_12_1.dds b/bin/pack/metin2_patch_etc/ymir work/pc/sura/hair/hair_12_1.dds new file mode 100644 index 00000000..7e268a33 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/sura/hair/hair_12_1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/hair/hair_12_1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/sura/hair/hair_12_1.gr2 new file mode 100644 index 00000000..1bb54da2 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/sura/hair/hair_12_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/horse/skill_charge.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/horse/skill_charge.msa new file mode 100644 index 00000000..3667e458 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/horse/skill_charge.msa @@ -0,0 +1,55 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\sura\horse\skill_charge.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 4 + StartingTime 0.194647 + DuringTime 0.300000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -150.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.194647 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/common/effect/horse_charge.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.214112 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/common/effect/horse_charge.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/horse/skill_splash.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/horse/skill_splash.msa new file mode 100644 index 00000000..ec10a1b5 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/horse/skill_splash.msa @@ -0,0 +1,55 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\sura\horse\skill_splash.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.399027 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Finger2" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/sura/effect/horse_onehand_sword_splash_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.270073 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/horse_onehand_sword_splash_blow.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 1.240876 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/onehand_sword/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/onehand_sword/rampage_01.msa new file mode 100644 index 00000000..89aa5299 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/onehand_sword/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\onehand_sword\rampage_01.GR2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.126521 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo.msa new file mode 100644 index 00000000..1e83db4b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\geongon.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.053528 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/fear_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo_2.msa new file mode 100644 index 00000000..3d4edaf7 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo_2.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\geongon.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.053528 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/fear_2_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo_3.msa new file mode 100644 index 00000000..074b14e6 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo_3.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\geongon.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.053528 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/fear_3_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo_4.msa new file mode 100644 index 00000000..11a2b956 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/gongpo_4.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\geongon.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.053528 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/fear_4_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_gasokhwa.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_gasokhwa.msa new file mode 100644 index 00000000..3dbda7f2 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_gasokhwa.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\sura\skill\geongon.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.491484 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/gasokhwa_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_jumunsul.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_jumunsul.msa new file mode 100644 index 00000000..89134199 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_jumunsul.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\sura\skill\geongon.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.491484 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/jumunsul_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_seonghwigap.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_seonghwigap.msa new file mode 100644 index 00000000..3280861a --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_seonghwigap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\sura\skill\geongon.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/seonghwigap_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_yongsinuibunno.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_yongsinuibunno.msa new file mode 100644 index 00000000..d559d4e9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_yongsinuibunno.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\sura\skill\geongon.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.491484 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuibunno_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_yongsinuichukbok.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_yongsinuichukbok.msa new file mode 100644 index 00000000..d7ac785c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_yongsinuichukbok.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\sura\skill\geongon.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuichukbok_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_yongsinuipi.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_yongsinuipi.msa new file mode 100644 index 00000000..da145a76 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/guild_yongsinuipi.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\sura\skill\geongon.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.515815 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuipi_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heukma.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heukma.msa new file mode 100644 index 00000000..a522e796 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heukma.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\heukma.GR2" +MotionDuration 2.666667 + +Group LoopData +{ + MotionLoopCount 2 + LoopCancelEnable 0 + LoopStartTime 0.733171 + LoopEndTime 1.278183 +} + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.311436 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/heukma_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.914842 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/heukma.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.771290 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/heukma_blow.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.784266 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 15.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin.msa new file mode 100644 index 00000000..d68efdee --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\jumagap.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin_2.msa new file mode 100644 index 00000000..73c776e6 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin_2.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\jumagap.GR2" +MotionDuration 2.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin_3.msa new file mode 100644 index 00000000..73c776e6 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin_3.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\jumagap.GR2" +MotionDuration 2.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin_4.msa new file mode 100644 index 00000000..3d197b98 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/heuksin_4.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\jumagap.GR2" +MotionDuration 2.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap_4_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom.msa new file mode 100644 index 00000000..0bba270e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom.msa @@ -0,0 +1,44 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\hwayeom.GR2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.675183 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/hwayeom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.693431 + DuringTime 0.100000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 15.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 0.000000 70.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom_2.msa new file mode 100644 index 00000000..2d03553f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom_2.msa @@ -0,0 +1,44 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\hwayeom.GR2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.675183 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/hwayeom_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.693431 + DuringTime 0.100000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 15.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 0.000000 70.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom_3.msa new file mode 100644 index 00000000..9496d7fb --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom_3.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\hwayeom.GR2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.675183 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/hwayeom_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.693431 + DuringTime 0.100000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 15.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 0.000000 70.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.667883 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom_4.msa new file mode 100644 index 00000000..461b33cb --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hwayeom_4.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\hwayeom.GR2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.675183 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/hwayeom_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.693431 + DuringTime 0.100000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 15.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 0.000000 70.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.664234 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hyeolhwan.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hyeolhwan.msa new file mode 100644 index 00000000..41a3ff57 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/hyeolhwan.msa @@ -0,0 +1,20 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\hyeolhwan.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.107692 + + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/hyeolhwan.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap.msa new file mode 100644 index 00000000..d68efdee --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\jumagap.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap_2.msa new file mode 100644 index 00000000..a6359b1b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap_2.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\jumagap.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap_2_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap_3.msa new file mode 100644 index 00000000..24fb2360 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap_3.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\jumagap.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap_4_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap_4.msa new file mode 100644 index 00000000..560e88b3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/jumagap_4.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\jumagap.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap_3_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong.msa new file mode 100644 index 00000000..b200be51 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong.msa @@ -0,0 +1,57 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\swaeryeong.GR2" +MotionDuration 1.533333 +Accumulation 0.00 -219.45 0.00 + +Group AttackingData +{ + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + + MotionType 3 + HitDataCount 0 +} + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.567072 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/swaeryeong.mse" + EffectPosition 0.000000 30.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.570803 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 130.000000 + Position 0.000000 -90.000000 120.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong_2.msa new file mode 100644 index 00000000..357ffec4 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong_2.msa @@ -0,0 +1,57 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\swaeryeong.GR2" +MotionDuration 1.533333 +Accumulation 0.00 -219.45 0.00 + +Group AttackingData +{ + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + + MotionType 3 + HitDataCount 0 +} + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.544688 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/swaeryeong_2.mse" + EffectPosition 0.000000 30.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.544688 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 130.000000 + Position 0.000000 -90.000000 120.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong_3.msa new file mode 100644 index 00000000..a20d6c2e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong_3.msa @@ -0,0 +1,66 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\swaeryeong.GR2" +MotionDuration 1.533333 +Accumulation 0.00 -219.45 0.00 + +Group AttackingData +{ + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + + MotionType 3 + HitDataCount 0 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.522303 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/swaeryeong_3.mse" + EffectPosition 0.000000 30.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.522303 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 130.000000 + Position 0.000000 -90.000000 120.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.511111 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong_4.msa new file mode 100644 index 00000000..fa8aa209 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/swaeryeong_4.msa @@ -0,0 +1,66 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\swaeryeong.GR2" +MotionDuration 1.533333 +Accumulation 0.00 -219.45 0.00 + +Group AttackingData +{ + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + + MotionType 3 + HitDataCount 0 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.526034 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/swaeryeong_4.mse" + EffectPosition 0.000000 30.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.522303 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 130.000000 + Position 0.000000 -90.000000 120.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.511111 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon.msa new file mode 100644 index 00000000..32056e8e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon.msa @@ -0,0 +1,44 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\yonggwon.GR2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.499595 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/yonggwonpa.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.506083 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon_2.msa new file mode 100644 index 00000000..cc241341 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon_2.msa @@ -0,0 +1,44 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\yonggwon.GR2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.512571 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/yonggwonpa_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.519059 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 14 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon_3.msa new file mode 100644 index 00000000..dd8e97d5 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon_3.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\yonggwon.GR2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.528792 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/yonggwonpa_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.541768 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 14 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.522303 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon_4.msa new file mode 100644 index 00000000..ef1d68ef --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/sura/skill/yonggwon_4.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\sura\skill\yonggwon.GR2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.528792 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/yonggwonpa_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.541768 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 14 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.522303 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1.dds b/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1.dds new file mode 100644 index 00000000..c5734e18 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1.gr2 new file mode 100644 index 00000000..a093c730 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1_lod_01.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1_lod_01.gr2 new file mode 100644 index 00000000..17dc15f9 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1_lod_02.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1_lod_02.gr2 new file mode 100644 index 00000000..ef086486 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1_lod_03.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1_lod_03.gr2 new file mode 100644 index 00000000..ad7ba75d Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/sura/sura_capoeira1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/general/dig.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/general/dig.msa new file mode 100644 index 00000000..98a3921c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/general/dig.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\general\dig.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.934307 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/effect/etc/dig/dig.mse" + EffectPosition 0.000000 -120.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/hair/hair_12_1.dds b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/hair/hair_12_1.dds new file mode 100644 index 00000000..46bed5d0 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/hair/hair_12_1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/hair/hair_12_1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/hair/hair_12_1.gr2 new file mode 100644 index 00000000..85c2c57f Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/hair/hair_12_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/horse/skill_charge.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/horse/skill_charge.msa new file mode 100644 index 00000000..fc5a9a55 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/horse/skill_charge.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\horse\skill_charge.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 4 + StartingTime 0.262774 + DuringTime 0.300000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.253041 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/common/effect/horse_charge.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/horse_onehand_sword/skill_splash.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/horse_onehand_sword/skill_splash.msa new file mode 100644 index 00000000..fdbcd7aa --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/horse_onehand_sword/skill_splash.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\horse_onehand_sword\skill_splash.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 4 + StartingTime 1.571776 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.523114 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/noegeomdorae.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/horse_twohand_sword/skill_splash.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/horse_twohand_sword/skill_splash.msa new file mode 100644 index 00000000..6174b940 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/horse_twohand_sword/skill_splash.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\horse_twohand_sword\skill_splash.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 4 + StartingTime 1.625304 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.591241 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/noegeomdorae.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/onehand_sword/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/onehand_sword/rampage_01.msa new file mode 100644 index 00000000..a44a7991 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/onehand_sword/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\onehand_sword\rampage_01.GR2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.181671 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham.msa new file mode 100644 index 00000000..d119b14e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham.msa @@ -0,0 +1,56 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\skill\gigongcham.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.457421 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Spine1" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.957016 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_swing.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.973236 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 16 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham_2.msa new file mode 100644 index 00000000..cdf43d4f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham_2.msa @@ -0,0 +1,56 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\skill\gigongcham.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.437956 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Spine1" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_2_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.965126 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_2_swing.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.973236 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 16 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham_3.msa new file mode 100644 index 00000000..dc9000b0 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham_3.msa @@ -0,0 +1,56 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\skill\gigongcham.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.446067 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Spine1" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_3_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.948905 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_3_swing.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.973236 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 16 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham_4.msa new file mode 100644 index 00000000..e67fdcc9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gigongcham_4.msa @@ -0,0 +1,56 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\skill\gigongcham.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.446067 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Spine1" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_4_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.948905 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_4_swing.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.973236 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 16 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol.msa new file mode 100644 index 00000000..2fe19be3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol.msa @@ -0,0 +1,77 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/warrior/skill/gihyeol.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 1 + StartingTime 0.241026 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_spark.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.312821 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right_hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_sword.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.002433 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol.mse" + EffectPosition 0.000000 -140.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.021898 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 20.000000 + HitLimitCount 8 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event04 + { + MotionEventType 2 + StartingTime 0.978102 + + DuringTime 0.200000 + Power 200 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol_2.msa new file mode 100644 index 00000000..95cbe151 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol_2.msa @@ -0,0 +1,77 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/warrior/skill/gihyeol.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 1 + StartingTime 0.241026 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_2_spark.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.312821 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right_hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_2_sword.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.002433 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_2.mse" + EffectPosition 0.000000 -140.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.021898 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 20.000000 + HitLimitCount 8 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event04 + { + MotionEventType 2 + StartingTime 0.978102 + + DuringTime 0.200000 + Power 200 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol_3.msa new file mode 100644 index 00000000..c7fd62ee --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol_3.msa @@ -0,0 +1,77 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/warrior/skill/gihyeol.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 1 + StartingTime 0.241026 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_3_spark.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.312821 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right_hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_3_sword.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.002433 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_3.mse" + EffectPosition 0.000000 -140.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.021898 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 20.000000 + HitLimitCount 8 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event04 + { + MotionEventType 2 + StartingTime 0.978102 + + DuringTime 0.200000 + Power 200 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol_4.msa new file mode 100644 index 00000000..655133ed --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gihyeol_4.msa @@ -0,0 +1,77 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc/warrior/skill/gihyeol.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 1 + StartingTime 0.241026 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_4_spark.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.312821 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right_hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_4_sword.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.002433 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_4.mse" + EffectPosition 0.000000 -140.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.021898 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 20.000000 + HitLimitCount 8 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event04 + { + MotionEventType 2 + StartingTime 0.978102 + + DuringTime 0.200000 + Power 200 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gitu.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gitu.msa new file mode 100644 index 00000000..ac729c7a --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/gitu.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\gitu.GR2" +MotionDuration 0.800000 +Accumulation -12.89 -105.52 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.048662 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gitu.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.064234 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -50.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.109002 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position -10.000000 0.000000 100.000000 + } + } + Group Event03 + { + MotionEventType 2 + StartingTime 0.052555 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/guild_gasokhwa.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/guild_gasokhwa.msa new file mode 100644 index 00000000..1d2c9574 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/guild_gasokhwa.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\musa.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.506083 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/gasokhwa_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/guild_seonghwigap.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/guild_seonghwigap.msa new file mode 100644 index 00000000..388167e8 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/guild_seonghwigap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\gitu.GR2" +MotionDuration 0.800000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.011679 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/seonghwigap_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi.msa new file mode 100644 index 00000000..eff052b5 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\skill\jeongwi.GR2" +MotionDuration 2.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.084347 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeongwi.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi_2.msa new file mode 100644 index 00000000..a0966a30 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi_2.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\skill\jeongwi.GR2" +MotionDuration 2.666667 +Accumulation 0.00 -245.93 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.084347 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeongwi_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi_3.msa new file mode 100644 index 00000000..824ad960 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi_3.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\skill\jeongwi.GR2" +MotionDuration 2.666667 +Accumulation 0.00 -245.93 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.084347 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeongwi_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi_4.msa new file mode 100644 index 00000000..9e614401 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeongwi_4.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\skill\jeongwi.GR2" +MotionDuration 2.666667 +Accumulation 0.00 -245.93 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.084347 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeongwi_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeonsinbangeo.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeonsinbangeo.msa new file mode 100644 index 00000000..e722a1f9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeonsinbangeo.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\skill\jeonsinbangeo.GR2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.210868 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeonsinbangeo_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeonsingonggyeok.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeonsingonggyeok.msa new file mode 100644 index 00000000..1ed89d1d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jeonsingonggyeok.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\skill\jeonsingonggyeok.GR2" +MotionDuration 2.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.175182 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeonsingonggyeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jipjung.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jipjung.msa new file mode 100644 index 00000000..7b70ac2b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/jipjung.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\jipjung.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.165450 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jipjung_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/kwaegeom.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/kwaegeom.msa new file mode 100644 index 00000000..d25e8bcd --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/kwaegeom.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\kwaegeom.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.496350 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/kwaegeom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/musa.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/musa.msa new file mode 100644 index 00000000..8ea8650c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/musa.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\musa.GR2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.394161 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/musa.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon.msa new file mode 100644 index 00000000..038c2753 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon.msa @@ -0,0 +1,112 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\samyeon.GR2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 6 + Group Event00 + { + MotionEventType 1 + StartingTime 0.149230 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_d.mse" + EffectPosition -100.000000 -80.000000 80.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.421736 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_d.mse" + EffectPosition 80.000000 -120.000000 70.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.836983 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_d.mse" + EffectPosition 0.000000 -100.000000 80.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.162206 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.434712 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.849959 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 170.000000 + Position 0.000000 -200.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon_2.msa new file mode 100644 index 00000000..a10ee2e6 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon_2.msa @@ -0,0 +1,112 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\samyeon.GR2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 6 + Group Event00 + { + MotionEventType 1 + StartingTime 0.149230 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_2.mse" + EffectPosition -100.000000 -80.000000 80.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.421736 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_2.mse" + EffectPosition 80.000000 -120.000000 70.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.836983 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_2.mse" + EffectPosition 0.000000 -100.000000 80.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.139497 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.434712 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.849959 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 170.000000 + Position 0.000000 -200.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon_3.msa new file mode 100644 index 00000000..46af4096 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon_3.msa @@ -0,0 +1,124 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\samyeon.GR2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 7 + Group Event00 + { + MotionEventType 1 + StartingTime 0.149230 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_3.mse" + EffectPosition -100.000000 -80.000000 80.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.421736 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_3.mse" + EffectPosition 80.000000 -120.000000 70.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.836983 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_3.mse" + EffectPosition 0.000000 -100.000000 80.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.139497 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.434712 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.849959 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 170.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event06 + { + MotionEventType 1 + StartingTime 0.097324 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon_4.msa new file mode 100644 index 00000000..0763be8e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/samyeon_4.msa @@ -0,0 +1,124 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\samyeon.GR2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 7 + Group Event00 + { + MotionEventType 1 + StartingTime 0.149230 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_4.mse" + EffectPosition -100.000000 -80.000000 80.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.421736 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_4.mse" + EffectPosition 80.000000 -120.000000 70.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.836983 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_4.mse" + EffectPosition 0.000000 -100.000000 80.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.139497 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.434712 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.849959 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 170.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event06 + { + MotionEventType 1 + StartingTime 0.097324 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan.msa new file mode 100644 index 00000000..5ea176ae --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\gitu.GR2" +MotionDuration 0.800000 +Accumulation -12.89 -105.52 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.048662 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/tanhwan.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.064234 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -50.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.109002 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position -10.000000 0.000000 100.000000 + } + } + Group Event03 + { + MotionEventType 2 + StartingTime 0.052555 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan_2.msa new file mode 100644 index 00000000..019ce05a --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan_2.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\gitu.GR2" +MotionDuration 0.800000 +Accumulation -12.89 -105.52 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.048662 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/tanhwan_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.064234 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -50.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.109002 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position -10.000000 0.000000 100.000000 + } + } + Group Event03 + { + MotionEventType 2 + StartingTime 0.052555 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan_3.msa new file mode 100644 index 00000000..18eff359 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan_3.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\gitu.GR2" +MotionDuration 0.800000 +Accumulation -12.89 -105.52 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.048662 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/tanhwan_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.064234 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -50.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.109002 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position -10.000000 0.000000 100.000000 + } + } + Group Event03 + { + MotionEventType 2 + StartingTime 0.052555 + + DuringTime 0.200000 + Power 500 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan_4.msa new file mode 100644 index 00000000..b754d071 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/skill/tanhwan_4.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "D:\YMIR WORK\pc\warrior\skill\gitu.GR2" +MotionDuration 0.800000 +Accumulation -12.89 -105.52 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.048662 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/tanhwan_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.064234 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -50.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.109002 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position -10.000000 0.000000 100.000000 + } + } + Group Event03 + { + MotionEventType 2 + StartingTime 0.052555 + + DuringTime 0.200000 + Power 500 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/twohand_sword/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/twohand_sword/rampage_01.msa new file mode 100644 index 00000000..ebdcedf6 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/twohand_sword/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc\warrior\twohand_sword\rampage_01.GR2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.058394 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1.dds b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1.dds new file mode 100644 index 00000000..8e6a9414 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1.gr2 new file mode 100644 index 00000000..7967115d Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1_lod_01.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1_lod_01.gr2 new file mode 100644 index 00000000..5caf242a Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1_lod_02.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1_lod_02.gr2 new file mode 100644 index 00000000..805e0feb Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1_lod_03.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1_lod_03.gr2 new file mode 100644 index 00000000..2e28d5c9 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc/warrior/warrior_capoeira1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1.dds b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1.dds new file mode 100644 index 00000000..0a3a9e7f Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1.gr2 new file mode 100644 index 00000000..bf34c556 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1_lod_01.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1_lod_01.gr2 new file mode 100644 index 00000000..cd4e6d48 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1_lod_02.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1_lod_02.gr2 new file mode 100644 index 00000000..e9faac8e Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1_lod_03.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1_lod_03.gr2 new file mode 100644 index 00000000..05680fbc Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/assasin_capoeira1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/bow/attack.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/bow/attack.gr2 new file mode 100644 index 00000000..a13b0df9 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/bow/attack.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/bow/attack.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/bow/attack.msa new file mode 100644 index 00000000..817fb5ea --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/bow/attack.msa @@ -0,0 +1,49 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/bow/attack.gr2" +MotionDuration 1.500000 + +Group ComboInputData +{ + PreInputTime 1.500000 + DirectInputTime 1.500000 + InputLimitTime 1.500000 +} + +Group AttackingData +{ + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.000000 + ExternalForce 0.000000 + HitLimitCount 0 + + MotionType 1 + HitDataCount 1 + Group HitData00 + { + AttackingStartTime 0.846154 + AttackingEndTime 0.846154 + AttackingBone "equip_left" + WeaponLength 0.000000 + List HitPosition + { + } + } +} + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 6 + StartingTime 0.559611 + + AttachingEnable 1 + AttachingBoneName "equip_right" + FlyFileName "d:/ymir work/pc/assassin/effect/arrow_01.msf" + FlyPosition 0.000000 -30.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/bow/attack_1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/bow/attack_1.gr2 new file mode 100644 index 00000000..8393e694 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/bow/attack_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/dualhand_sword/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/dualhand_sword/rampage_01.msa new file mode 100644 index 00000000..d05666ed --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/dualhand_sword/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/dualhand_sword/rampage_01.gr2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.090835 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/general/dig.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/general/dig.msa new file mode 100644 index 00000000..96be1b80 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/general/dig.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/general/dig.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.900243 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/effect/etc/dig/dig.mse" + EffectPosition 0.000000 -120.000000 70.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/hair/hair_12_1.dds b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/hair/hair_12_1.dds new file mode 100644 index 00000000..7e268a33 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/hair/hair_12_1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/hair/hair_12_1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/hair/hair_12_1.gr2 new file mode 100644 index 00000000..6446f7cd Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/hair/hair_12_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/horse/skill_charge.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/horse/skill_charge.msa new file mode 100644 index 00000000..2384b754 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/horse/skill_charge.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/horse/skill_charge.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 4 + StartingTime 0.277372 + DuringTime 0.300000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.262774 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/common/effect/horse_charge.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/horse_dualhand_sword/skill_splash.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/horse_dualhand_sword/skill_splash.msa new file mode 100644 index 00000000..5682713f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/horse_dualhand_sword/skill_splash.msa @@ -0,0 +1,55 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/horse_onehand_sword/skill_splash.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 4 + StartingTime 1.479319 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.503650 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/horse_onehand_sword_splash.mse" + EffectPosition 0.000000 0.000000 10.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.613139 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/horse_onehand_sword_splash_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/onehand_sword/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/onehand_sword/rampage_01.msa new file mode 100644 index 00000000..2df9b690 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/onehand_sword/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/onehand_sword/rampage_01.gr2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.087591 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun.msa new file mode 100644 index 00000000..d892a225 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun.msa @@ -0,0 +1,136 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/charyun.gr2" +MotionDuration 1.400000 +Accumulation 0.00 -637.26 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.369744 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.315897 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.136410 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.764615 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 1 + StartingTime 0.958462 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.300000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -50.000000 50.000000 + } + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.600000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -150.000000 50.000000 + } + } + Group Event07 + { + MotionEventType 4 + StartingTime 0.900000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun_2.msa new file mode 100644 index 00000000..e9f39585 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun_2.msa @@ -0,0 +1,136 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/charyun.gr2" +MotionDuration 1.400000 +Accumulation 0.00 -637.26 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.369744 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.315897 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_2_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.136410 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_2_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.764615 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_2_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 1 + StartingTime 0.958462 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_2_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.300000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -50.000000 50.000000 + } + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.600000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -150.000000 50.000000 + } + } + Group Event07 + { + MotionEventType 4 + StartingTime 0.900000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun_3.msa new file mode 100644 index 00000000..191f3b8d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun_3.msa @@ -0,0 +1,136 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/charyun.gr2" +MotionDuration 1.400000 +Accumulation 0.00 -637.26 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.369744 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.313382 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_3_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.136410 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_3_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.764615 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_3_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 1 + StartingTime 0.958462 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_3_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.300000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -50.000000 50.000000 + } + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.600000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -150.000000 50.000000 + } + } + Group Event07 + { + MotionEventType 4 + StartingTime 0.900000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun_4.msa new file mode 100644 index 00000000..4b26494b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/charyun_4.msa @@ -0,0 +1,136 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/charyun.gr2" +MotionDuration 1.400000 +Accumulation 0.00 -637.26 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.369744 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.313382 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_4_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.136410 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_4_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.749392 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_4_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 1 + StartingTime 0.958462 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Foot" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/charyunsal_4_foot.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.300000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -50.000000 50.000000 + } + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.600000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -150.000000 50.000000 + } + } + Group Event07 + { + MotionEventType 4 + StartingTime 0.900000 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 70.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_gasokhwa.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_gasokhwa.msa new file mode 100644 index 00000000..cb4f0f9c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_gasokhwa.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/kwaegeom.gr2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/gasokhwa_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_jumunsul.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_jumunsul.msa new file mode 100644 index 00000000..6331a93d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_jumunsul.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/kwaegeom.gr2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/jumunsul_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_seonghwigap.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_seonghwigap.msa new file mode 100644 index 00000000..48c6703a --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_seonghwigap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/kwaegeom.gr2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/seonghwigap_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_yongsinuibunno.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_yongsinuibunno.msa new file mode 100644 index 00000000..3e976c95 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_yongsinuibunno.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/kwaegeom.gr2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuibunno_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_yongsinuichukbok.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_yongsinuichukbok.msa new file mode 100644 index 00000000..8e88c427 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_yongsinuichukbok.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/kwaegeom.gr2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuichukbok_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_yongsinuipi.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_yongsinuipi.msa new file mode 100644 index 00000000..67a9e3ac --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/guild_yongsinuipi.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/kwaegeom.gr2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.420925 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuipi_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin.msa new file mode 100644 index 00000000..793a8fcc --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin.msa @@ -0,0 +1,83 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gungsin.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 7 + Group Event00 + { + MotionEventType 1 + StartingTime 0.038462 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.461538 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_end.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.503846 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "equip_right" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_blow.mse" + EffectPosition 0.000000 -150.000000 0.000000 + } + Group Event03 + { + MotionEventType 8 + StartingTime 0.061538 + } + Group Event04 + { + MotionEventType 7 + StartingTime 0.457692 + } + Group Event05 + { + MotionEventType 9 + StartingTime 0.250000 + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.542308 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 10 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -190.000000 70.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin_2.msa new file mode 100644 index 00000000..34d9558c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin_2.msa @@ -0,0 +1,83 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gungsin.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 7 + Group Event00 + { + MotionEventType 1 + StartingTime 0.038462 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_2_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.456204 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_2_end.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.503846 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "equip_right" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_2_blow.mse" + EffectPosition 0.000000 -150.000000 0.000000 + } + Group Event03 + { + MotionEventType 8 + StartingTime 0.061538 + } + Group Event04 + { + MotionEventType 7 + StartingTime 0.457692 + } + Group Event05 + { + MotionEventType 9 + StartingTime 0.250000 + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.542308 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 10 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -190.000000 70.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin_3.msa new file mode 100644 index 00000000..85509456 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin_3.msa @@ -0,0 +1,83 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gungsin.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 7 + Group Event00 + { + MotionEventType 1 + StartingTime 0.038462 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_3_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.456204 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_3_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.503846 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "equip_right" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_3_blow.mse" + EffectPosition 0.000000 -150.000000 0.000000 + } + Group Event03 + { + MotionEventType 8 + StartingTime 0.061538 + } + Group Event04 + { + MotionEventType 7 + StartingTime 0.457692 + } + Group Event05 + { + MotionEventType 9 + StartingTime 0.250000 + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.542308 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 10 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -190.000000 70.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin_4.msa new file mode 100644 index 00000000..11ca8695 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gungsin_4.msa @@ -0,0 +1,83 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gungsin.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 7 + Group Event00 + { + MotionEventType 1 + StartingTime 0.038462 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_4_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.461538 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_4_end.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.500000 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "equip_right" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gungsintanyeong_4_blow.mse" + EffectPosition 0.000000 -150.000000 0.000000 + } + Group Event03 + { + MotionEventType 8 + StartingTime 0.061538 + } + Group Event04 + { + MotionEventType 7 + StartingTime 0.457692 + } + Group Event05 + { + MotionEventType 9 + StartingTime 0.240876 + } + Group Event06 + { + MotionEventType 4 + StartingTime 0.542308 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 10 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -190.000000 70.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok.msa new file mode 100644 index 00000000..552b2b8d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gwangyeok.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 0 + LoopCancelEnable 0 + LoopStartTime 1.440000 + LoopEndTime 1.460000 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.370000 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.450000 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/assassin/effect/gwangyeok.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok_2.msa new file mode 100644 index 00000000..d805670f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok_2.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gwangyeok.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 0 + LoopCancelEnable 0 + LoopStartTime 1.440000 + LoopEndTime 1.460000 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_2_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.370000 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_2_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.450000 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/assassin/effect/gwangyeoksul_2.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok_3.msa new file mode 100644 index 00000000..d0479b00 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok_3.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gwangyeok.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 0 + LoopCancelEnable 0 + LoopStartTime 1.440000 + LoopEndTime 1.460000 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_3_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.370000 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_3_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.450000 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/assassin/effect/gwangyeoksul_3.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok_4.msa new file mode 100644 index 00000000..dce521f9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gwangyeok_4.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gwangyeok.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 0 + LoopCancelEnable 0 + LoopStartTime 1.440000 + LoopEndTime 1.460000 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_4_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.370000 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_4_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.450000 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/assassin/effect/gwangyeoksul_4.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong.msa new file mode 100644 index 00000000..0038c7e6 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gyeonggong.gr2" +MotionDuration 1.166667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.664234 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gyeonggong_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong_2.msa new file mode 100644 index 00000000..9e622671 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong_2.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gyeonggong.gr2" +MotionDuration 1.166667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.669911 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gyeonggong_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong_3.msa new file mode 100644 index 00000000..9e622671 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong_3.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gyeonggong.gr2" +MotionDuration 1.166667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.669911 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gyeonggong_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong_4.msa new file mode 100644 index 00000000..9e622671 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/gyeonggong_4.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gyeonggong.gr2" +MotionDuration 1.166667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.669911 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gyeonggong_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/kwaegeom.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/kwaegeom.msa new file mode 100644 index 00000000..2ecd1652 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/kwaegeom.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/kwaegeom.gr2" +MotionDuration 1.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.034063 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/kwaegeom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/make_trap.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/make_trap.msa new file mode 100644 index 00000000..c6a187cf --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/make_trap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/make_trap.gr2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.142741 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/trap.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang.msa new file mode 100644 index 00000000..ebeea614 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang.msa @@ -0,0 +1,65 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/seomgwang.gr2" +MotionDuration 1.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.094891 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_hand.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_blow.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.510949 + + DuringTime 0.100000 + Power 30 + AffectingRange 100 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.547445 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang_2.msa new file mode 100644 index 00000000..ac14be7b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang_2.msa @@ -0,0 +1,65 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc2\assassin\skill\seomgwang.GR2" +MotionDuration 1.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.094891 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_hand_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_blow_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.510949 + + DuringTime 0.100000 + Power 50 + AffectingRange 100 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.547445 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang_3.msa new file mode 100644 index 00000000..3aa77870 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang_3.msa @@ -0,0 +1,65 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\pc2\assassin\skill\seomgwang.GR2" +MotionDuration 1.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.094891 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_hand_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_blow_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.510949 + + DuringTime 0.100000 + Power 30 + AffectingRange 100 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.547445 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang_4.msa new file mode 100644 index 00000000..026b88fb --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomgwang_4.msa @@ -0,0 +1,65 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/seomgwang.gr2" +MotionDuration 1.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.094891 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 R Hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_hand_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/taeyang_blow_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.510949 + + DuringTime 0.100000 + Power 30 + AffectingRange 100 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.547445 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon.msa new file mode 100644 index 00000000..3a2550c7 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon.msa @@ -0,0 +1,95 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/seomjeon.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -285.11 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.042308 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.050000 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_end.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.496154 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_blow.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.299270 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_hand.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.503650 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 80.000000 + Position 0.000000 -250.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 8 + StartingTime 0.189781 + } + Group Event06 + { + MotionEventType 7 + StartingTime 0.419708 + } + Group Event07 + { + MotionEventType 9 + StartingTime 0.310219 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon_2.msa new file mode 100644 index 00000000..778a97c9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon_2.msa @@ -0,0 +1,95 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/seomjeon.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -285.11 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.042308 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_start_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.050000 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_end_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.496154 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_blow_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.299270 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_hand_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.503650 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 80.000000 + Position 0.000000 -250.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 8 + StartingTime 0.189781 + } + Group Event06 + { + MotionEventType 7 + StartingTime 0.419708 + } + Group Event07 + { + MotionEventType 9 + StartingTime 0.310219 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon_3.msa new file mode 100644 index 00000000..1eb3f15b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon_3.msa @@ -0,0 +1,95 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/seomjeon.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -285.11 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.042308 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_start_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.050000 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_end_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.496154 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_blow_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.299270 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_hand_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.503650 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 80.000000 + Position 0.000000 -250.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 8 + StartingTime 0.189781 + } + Group Event06 + { + MotionEventType 7 + StartingTime 0.419708 + } + Group Event07 + { + MotionEventType 9 + StartingTime 0.310219 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon_4.msa new file mode 100644 index 00000000..90a2d5f1 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/seomjeon_4.msa @@ -0,0 +1,95 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/seomjeon.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -285.11 0.00 + +Group MotionEventData +{ + MotionEventDataCount 8 + Group Event00 + { + MotionEventType 1 + StartingTime 0.042308 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_start_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.050000 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_end_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.496154 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_blow_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 1 + StartingTime 0.299270 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/seomjeom_hand_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.503650 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 80.000000 + Position 0.000000 -250.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 8 + StartingTime 0.189781 + } + Group Event06 + { + MotionEventType 7 + StartingTime 0.419708 + } + Group Event07 + { + MotionEventType 9 + StartingTime 0.310219 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa.msa new file mode 100644 index 00000000..3ef5d971 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gwangyeok.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 7 + LoopCancelEnable 0 + LoopStartTime 1.250608 + LoopEndTime 1.425791 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.379487 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.377129 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/assassin/effect/gwangyeok.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa_2.msa new file mode 100644 index 00000000..9b058e9f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa_2.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gwangyeok.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 7 + LoopCancelEnable 0 + LoopStartTime 1.250608 + LoopEndTime 1.425791 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.180049 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_2_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.379487 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_2_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.377129 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/assassin/effect/gwangyeok.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa_3.msa new file mode 100644 index 00000000..b8b9fbf8 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa_3.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gwangyeok.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 7 + LoopCancelEnable 0 + LoopStartTime 1.250608 + LoopEndTime 1.425791 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_3_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.379487 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_3_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.377129 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/assassin/effect/gwangyeok.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa_4.msa new file mode 100644 index 00000000..a24f9075 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/assassin/skill/yeonsa_4.msa @@ -0,0 +1,52 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/assassin/skill/gwangyeok.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group LoopData +{ + MotionLoopCount 7 + LoopCancelEnable 0 + LoopStartTime 1.250608 + LoopEndTime 1.425791 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.179487 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_4_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.379487 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_left" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/assassin/effect/gwangyeoksul_4_arrowenergy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 6 + StartingTime 1.377129 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/assassin/effect/gwangyeok.msf" + FlyPosition 0.000000 -100.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/bell/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/bell/rampage_01.msa new file mode 100644 index 00000000..aac10cd4 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/bell/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/bell/rampage_01.gr2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.087591 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/fan/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/fan/rampage_01.msa new file mode 100644 index 00000000..b2447fbb --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/fan/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/fan/rampage_01.gr2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.087591 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/general/dig.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/general/dig.msa new file mode 100644 index 00000000..31775606 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/general/dig.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/general/dig.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.929440 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/effect/etc/dig/dig.mse" + EffectPosition 0.000000 -120.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/hair/hair_12_1.dds b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/hair/hair_12_1.dds new file mode 100644 index 00000000..46bed5d0 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/hair/hair_12_1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/hair/hair_12_1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/hair/hair_12_1.gr2 new file mode 100644 index 00000000..ed0f77ea Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/hair/hair_12_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/horse/skill_charge.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/horse/skill_charge.msa new file mode 100644 index 00000000..f8173c97 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/horse/skill_charge.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/horse/skill_charge.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 4 + StartingTime 0.204380 + DuringTime 0.300000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -150.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.214112 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/common/effect/horse_charge.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/horse/skill_splash.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/horse/skill_splash.msa new file mode 100644 index 00000000..80f68c45 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/horse/skill_splash.msa @@ -0,0 +1,55 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/horse/skill_splash.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 1.620438 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/paeryong.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.676399 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "equip_right" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 1.639903 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1.dds b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1.dds new file mode 100644 index 00000000..e4cde181 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1.gr2 new file mode 100644 index 00000000..683c4e78 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1_lod_01.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1_lod_01.gr2 new file mode 100644 index 00000000..d0660613 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1_lod_02.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1_lod_02.gr2 new file mode 100644 index 00000000..bc8f95e5 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1_lod_03.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1_lod_03.gr2 new file mode 100644 index 00000000..9a616f3b Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/shaman_capoeira1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_2.msa new file mode 100644 index 00000000..d6f9096c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_2.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_3.msa new file mode 100644 index 00000000..d6f9096c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_3.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_4.msa new file mode 100644 index 00000000..86b71ff8 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_4.msa @@ -0,0 +1,32 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/boho_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_me.msa new file mode 100644 index 00000000..2092c303 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_target.msa new file mode 100644 index 00000000..9eaee9ea --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/boho_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/buhwal.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/buhwal.msa new file mode 100644 index 00000000..31bc8f3d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/buhwal.msa @@ -0,0 +1,29 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/buhwal.gr2" +MotionDuration 2.000000 + +Group LoopData +{ + MotionLoopCount 5 + LoopCancelEnable 0 + LoopStartTime 0.452555 + LoopEndTime 0.997567 +} + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.598540 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/buhwal.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/daejeongeop_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/daejeongeop_target.msa new file mode 100644 index 00000000..b4d14512 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/daejeongeop_target.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.374696 + + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_upgrade.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gamji_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gamji_me.msa new file mode 100644 index 00000000..2092c303 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gamji_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gamji_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gamji_target.msa new file mode 100644 index 00000000..26ea3919 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gamji_target.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/boho_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/boho.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_2.msa new file mode 100644 index 00000000..bd0b877f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_2.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_3.msa new file mode 100644 index 00000000..bd0b877f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_3.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_4.msa new file mode 100644 index 00000000..e61aa6ee --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_4.msa @@ -0,0 +1,32 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_blow_4.mse" + EffectPosition 0.000000 0.000000 110.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_me.msa new file mode 100644 index 00000000..4b0dc6a6 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.399027 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_target.msa new file mode 100644 index 00000000..bd0b877f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/gicheon_target.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/6gicheon_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_gasokhwa.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_gasokhwa.msa new file mode 100644 index 00000000..d42b7c33 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_gasokhwa.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/byeorak.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.369019 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/gasokhwa_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_jumunsul.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_jumunsul.msa new file mode 100644 index 00000000..2ccc5a9c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_jumunsul.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/byeorak.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.409570 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/jumunsul_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_seonghwigap.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_seonghwigap.msa new file mode 100644 index 00000000..39957202 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_seonghwigap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/byeorak.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.474453 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/seonghwigap_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_yongsinuibunno.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_yongsinuibunno.msa new file mode 100644 index 00000000..412f2d7c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_yongsinuibunno.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/byeorak.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.462287 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuibunno_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_yongsinuichukbok.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_yongsinuichukbok.msa new file mode 100644 index 00000000..cd66cc68 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_yongsinuichukbok.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/byeorak.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.462287 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuichukbok_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_yongsinuipi.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_yongsinuipi.msa new file mode 100644 index 00000000..5b3e7176 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/guild_yongsinuipi.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/byeorak.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.458232 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuipi_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_2.msa new file mode 100644 index 00000000..dea3dd10 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_2.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.317924 + + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_3.msa new file mode 100644 index 00000000..dea3dd10 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_3.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.317924 + + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_4.msa new file mode 100644 index 00000000..e68bb219 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_4.msa @@ -0,0 +1,32 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.317924 + + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_me.msa new file mode 100644 index 00000000..99d6937d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_target.msa new file mode 100644 index 00000000..dea3dd10 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/hosin_target.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.317924 + + EffectFileName "d:/ymir work/pc/shaman/effect/3hosin.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_2.msa new file mode 100644 index 00000000..c8555675 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_2.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.374696 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeongeop_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_3.msa new file mode 100644 index 00000000..7592d382 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_3.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.374696 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeongeop_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_4.msa new file mode 100644 index 00000000..b81235ff --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_4.msa @@ -0,0 +1,32 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.374696 + + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_target.msa new file mode 100644 index 00000000..45d7e0cd --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeongeop_target.msa @@ -0,0 +1,30 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.081197 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.374696 + + EffectFileName "d:/ymir work/pc/shaman/effect/2jeongeop.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungche_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungche_me.msa new file mode 100644 index 00000000..6047190c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungche_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungche_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungche.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungche_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungche_target.msa new file mode 100644 index 00000000..0775991a --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungche_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungche_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungche.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeunghon_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeunghon_me.msa new file mode 100644 index 00000000..3a5a6c8e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeunghon_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeunghon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeunghon.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeunghon_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeunghon_target.msa new file mode 100644 index 00000000..ae93d24a --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeunghon_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeunghon_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.309813 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeunghon.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok.msa new file mode 100644 index 00000000..1efab946 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.297648 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_2.msa new file mode 100644 index 00000000..1efab946 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_2.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.297648 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_3.msa new file mode 100644 index 00000000..1efab946 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_3.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.297648 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_4.msa new file mode 100644 index 00000000..db4de542 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_4.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.297648 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_me.msa new file mode 100644 index 00000000..dcb4ed7e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_target.msa new file mode 100644 index 00000000..1efab946 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungryeok_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.297648 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungryeok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungsok_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungsok_me.msa new file mode 100644 index 00000000..41535476 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungsok_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungsok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.399027 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungsok_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungsok_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungsok_target.msa new file mode 100644 index 00000000..98d6c75e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jeungsok_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jeungsok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.390917 + + EffectFileName "d:/ymir work/pc/shaman/effect/jeungsok_blow.mse" + EffectPosition 0.000000 0.000000 110.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jigam_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jigam_me.msa new file mode 100644 index 00000000..f253017e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jigam_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jigam_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jigam.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jigam_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jigam_target.msa new file mode 100644 index 00000000..87322c15 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/jigam_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/jigam_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.313869 + + EffectFileName "d:/ymir work/pc/shaman/effect/jigam.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_2.msa new file mode 100644 index 00000000..a77cc7dd --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_2.msa @@ -0,0 +1,51 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 1 + LoopCancelEnable 0 + LoopStartTime 0.681265 + LoopEndTime 0.957265 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.709651 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.397405 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 10 + StartingTime 1.269262 + + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_3.msa new file mode 100644 index 00000000..edd9981d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_3.msa @@ -0,0 +1,51 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 1 + LoopCancelEnable 0 + LoopStartTime 0.681265 + LoopEndTime 0.957265 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.709651 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.397405 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 10 + StartingTime 1.285483 + + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_4.msa new file mode 100644 index 00000000..6de562df --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_4.msa @@ -0,0 +1,51 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 1 + LoopCancelEnable 0 + LoopStartTime 0.681265 + LoopEndTime 0.957265 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.709651 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.397405 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 10 + StartingTime 1.285483 + + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_me.msa new file mode 100644 index 00000000..bd47d802 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_me.msa @@ -0,0 +1,41 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 1 + LoopCancelEnable 0 + LoopStartTime 0.666667 + LoopEndTime 0.940171 +} + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.675214 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.354701 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_target.msa new file mode 100644 index 00000000..af3cc96f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/kwaesok_target.msa @@ -0,0 +1,51 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 1 + LoopCancelEnable 0 + LoopStartTime 0.681265 + LoopEndTime 0.957265 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.709651 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.397405 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 10 + StartingTime 1.338199 + + EffectFileName "d:/ymir work/pc/shaman/effect/10kwaesok.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 1 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong.msa new file mode 100644 index 00000000..7711da28 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong.msa @@ -0,0 +1,65 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/byeorak.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.559611 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/paeryong.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.563666 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 0.000000 0.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 1.528792 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 330.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong_2.msa new file mode 100644 index 00000000..beac3b3c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong_2.msa @@ -0,0 +1,44 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/byeorak.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.559611 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/paeryong_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.567721 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 12 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong_3.msa new file mode 100644 index 00000000..c7b51f91 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong_3.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/byeorak.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.559611 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/paeryong_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.567721 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 12 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.551500 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong_4.msa new file mode 100644 index 00000000..c0638b37 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/paeryong_4.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/byeorak.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.555556 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/paeryong_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.567721 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 12 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.543390 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/sinchak_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/sinchak_me.msa new file mode 100644 index 00000000..c9572970 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/sinchak_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/sinchak_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/sinchak.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/sinchak_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/sinchak_target.msa new file mode 100644 index 00000000..0f1380c9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/sinchak_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/sinchak_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.301703 + + EffectFileName "d:/ymir work/pc/shaman/effect/sinchak.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/sohwan.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/sohwan.msa new file mode 100644 index 00000000..689b6e99 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/sohwan.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/target.gr2" +MotionDuration 1.666667 + +Group LoopData +{ + MotionLoopCount 3 + LoopCancelEnable 0 + LoopStartTime 0.648824 + LoopEndTime 0.973236 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.231144 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/12sohwanbu_me.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.381184 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/12sohwanbu_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.843471 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/12sohwanbu_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/suho.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/suho.msa new file mode 100644 index 00000000..6465d86b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/suho.msa @@ -0,0 +1,23 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +CancelEnableSkill 0 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.196581 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/5suhojeonryeong.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/wonsin_me.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/wonsin_me.msa new file mode 100644 index 00000000..de36d30e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/wonsin_me.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/wonsin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.301703 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Footsteps" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/wonsin.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/wonsin_target.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/wonsin_target.msa new file mode 100644 index 00000000..ff4e1419 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/wonsin_target.msa @@ -0,0 +1,31 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/me.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.051282 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/wonsin_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 10 + StartingTime 1.305758 + + EffectFileName "d:/ymir work/pc/shaman/effect/wonsin.mse" + EffectPosition 0.000000 0.000000 0.000000 + FollowingEnable 0 + FishingEffectFlag 0 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa.msa new file mode 100644 index 00000000..473b58c4 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa.msa @@ -0,0 +1,87 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/shoot.gr2" +MotionDuration 1.500000 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 6 + StartingTime 1.069343 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/shaman/effect/yongpa.msf" + FlyPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.441606 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/yongpa_a.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.131387 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/noegem_boom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.193431 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 150.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 1.445256 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -600.000000 150.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa_2.msa new file mode 100644 index 00000000..ffb17272 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa_2.msa @@ -0,0 +1,87 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/shoot.gr2" +MotionDuration 1.500000 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 6 + StartingTime 1.069343 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/shaman/effect/yongpa_2.msf" + FlyPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.441606 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/yongpa_2_head.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.131387 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/noegem_boom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.193431 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 150.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 1.445256 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -600.000000 150.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa_3.msa new file mode 100644 index 00000000..a8f04386 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa_3.msa @@ -0,0 +1,97 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/shoot.gr2" +MotionDuration 1.500000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 6 + Group Event00 + { + MotionEventType 6 + StartingTime 1.069343 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/shaman/effect/yongpa_3.msf" + FlyPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.441606 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/yongpa_3_head.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.131387 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/noegem_boom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.193431 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 150.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 1.445256 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -600.000000 150.000000 + } + } + Group Event05 + { + MotionEventType 2 + StartingTime 1.087591 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa_4.msa new file mode 100644 index 00000000..24ff84ea --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongpa_4.msa @@ -0,0 +1,97 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/shoot.gr2" +MotionDuration 1.500000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 6 + Group Event00 + { + MotionEventType 6 + StartingTime 1.069343 + + AttachingEnable 1 + AttachingBoneName "equip_right" + flyfilename "d:/ymir work/pc/shaman/effect/yongpa_4.msf" + FlyPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.441606 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/shaman/effect/yongpa_4_head.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.131387 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/noegem_boom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.193431 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 150.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 1.445256 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 0.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -600.000000 150.000000 + } + } + Group Event05 + { + MotionEventType 2 + StartingTime 1.076642 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongsin.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongsin.msa new file mode 100644 index 00000000..7f85d3cd --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/shaman/skill/yongsin.msa @@ -0,0 +1,33 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/shaman/skill/yongsin.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.729927 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/yongsin.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.048662 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/shaman/effect/yongsin_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/general/dig.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/general/dig.msa new file mode 100644 index 00000000..a1283504 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/general/dig.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/general/dig.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.924574 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/effect/etc/dig/dig.mse" + EffectPosition 0.000000 -120.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/hair/hair_12_1.dds b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/hair/hair_12_1.dds new file mode 100644 index 00000000..4397e1fc Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/hair/hair_12_1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/hair/hair_12_1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/hair/hair_12_1.gr2 new file mode 100644 index 00000000..7bb60cfa Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/hair/hair_12_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/horse/skill_charge.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/horse/skill_charge.msa new file mode 100644 index 00000000..c557a392 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/horse/skill_charge.msa @@ -0,0 +1,55 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/horse/skill_charge.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 4 + StartingTime 0.194647 + DuringTime 0.300000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -150.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.194647 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/common/effect/horse_charge.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.214112 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/common/effect/horse_charge.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/horse/skill_splash.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/horse/skill_splash.msa new file mode 100644 index 00000000..9f8bb47c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/horse/skill_splash.msa @@ -0,0 +1,55 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/horse/skill_splash.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.399027 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 L Finger2" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/sura/effect/horse_onehand_sword_splash_energy.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.270073 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/horse_onehand_sword_splash_blow.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 1.240876 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/onehand_sword/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/onehand_sword/rampage_01.msa new file mode 100644 index 00000000..64aedf8e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/onehand_sword/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/onehand_sword/rampage_01.gr2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.126521 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo.msa new file mode 100644 index 00000000..9d0a93d7 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/geongon.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.053528 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/fear_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo_2.msa new file mode 100644 index 00000000..fe731fcf --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo_2.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/geongon.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.053528 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/fear_2_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo_3.msa new file mode 100644 index 00000000..5f496401 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo_3.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/geongon.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.053528 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/fear_3_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo_4.msa new file mode 100644 index 00000000..c18a6579 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/gongpo_4.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/geongon.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.053528 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/fear_4_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_gasokhwa.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_gasokhwa.msa new file mode 100644 index 00000000..f5301196 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_gasokhwa.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/geongon.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.491484 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/gasokhwa_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_jumunsul.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_jumunsul.msa new file mode 100644 index 00000000..63800565 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_jumunsul.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/geongon.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.491484 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/jumunsul_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_seonghwigap.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_seonghwigap.msa new file mode 100644 index 00000000..c68f6ba2 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_seonghwigap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/geongon.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/seonghwigap_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_yongsinuibunno.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_yongsinuibunno.msa new file mode 100644 index 00000000..0d85b2fb --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_yongsinuibunno.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/geongon.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.491484 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuibunno_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_yongsinuichukbok.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_yongsinuichukbok.msa new file mode 100644 index 00000000..ec497901 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_yongsinuichukbok.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/geongon.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.520681 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuichukbok_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_yongsinuipi.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_yongsinuipi.msa new file mode 100644 index 00000000..72156942 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/guild_yongsinuipi.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/geongon.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.515815 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/yongsinuipi_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heukma.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heukma.msa new file mode 100644 index 00000000..84a77fbb --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heukma.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/heukma.gr2" +MotionDuration 2.666667 + +Group LoopData +{ + MotionLoopCount 2 + LoopCancelEnable 0 + LoopStartTime 0.733171 + LoopEndTime 1.278183 +} + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.311436 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/heukma_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.914842 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/heukma.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.771290 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/heukma_blow.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.784266 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 15.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 300.000000 + Position 0.000000 0.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin.msa new file mode 100644 index 00000000..fbfbd371 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/jumagap.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin_2.msa new file mode 100644 index 00000000..e3d48ee7 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin_2.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/jumagap.gr2" +MotionDuration 2.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin_3.msa new file mode 100644 index 00000000..e3d48ee7 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin_3.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/jumagap.gr2" +MotionDuration 2.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin_4.msa new file mode 100644 index 00000000..fa0e8e9d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/heuksin_4.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/jumagap.gr2" +MotionDuration 2.000000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap_4_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom.msa new file mode 100644 index 00000000..dfd89e18 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom.msa @@ -0,0 +1,44 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/hwayeom.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.675183 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/hwayeom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.693431 + DuringTime 0.100000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 15.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 0.000000 70.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom_2.msa new file mode 100644 index 00000000..434e70f7 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom_2.msa @@ -0,0 +1,44 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/hwayeom.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.675183 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/hwayeom_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.693431 + DuringTime 0.100000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 15.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 0.000000 70.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom_3.msa new file mode 100644 index 00000000..8c7574f3 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom_3.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/hwayeom.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.675183 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/hwayeom_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.693431 + DuringTime 0.100000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 15.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 0.000000 70.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.667883 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom_4.msa new file mode 100644 index 00000000..790b8069 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hwayeom_4.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/hwayeom.gr2" +MotionDuration 1.500000 +Accumulation 0.00 -219.45 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.675183 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/hwayeom_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.693431 + DuringTime 0.100000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 15.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 0.000000 70.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.664234 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hyeolhwan.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hyeolhwan.msa new file mode 100644 index 00000000..3d3d0e40 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/hyeolhwan.msa @@ -0,0 +1,20 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/hyeolhwan.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.107692 + + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/hyeolhwan.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap.msa new file mode 100644 index 00000000..fbfbd371 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/jumagap.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap_2.msa new file mode 100644 index 00000000..9b74e426 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap_2.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/jumagap.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap_2_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap_3.msa new file mode 100644 index 00000000..1b85890e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap_3.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/jumagap.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap_4_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap_4.msa new file mode 100644 index 00000000..d70be5c9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/jumagap_4.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/jumagap.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.335766 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/jumagap_3_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong.msa new file mode 100644 index 00000000..5b705b0d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong.msa @@ -0,0 +1,57 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/swaeryeong.gr2" +MotionDuration 1.533333 +Accumulation 0.00 -219.45 0.00 + +Group AttackingData +{ + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + + MotionType 3 + HitDataCount 0 +} + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.567072 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/swaeryeong.mse" + EffectPosition 0.000000 30.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.570803 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 130.000000 + Position 0.000000 -90.000000 120.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong_2.msa new file mode 100644 index 00000000..26ca8df7 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong_2.msa @@ -0,0 +1,57 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/swaeryeong.gr2" +MotionDuration 1.533333 +Accumulation 0.00 -219.45 0.00 + +Group AttackingData +{ + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + + MotionType 3 + HitDataCount 0 +} + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.544688 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/swaeryeong_2.mse" + EffectPosition 0.000000 30.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.544688 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 130.000000 + Position 0.000000 -90.000000 120.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong_3.msa new file mode 100644 index 00000000..606307dc --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong_3.msa @@ -0,0 +1,66 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/swaeryeong.gr2" +MotionDuration 1.533333 +Accumulation 0.00 -219.45 0.00 + +Group AttackingData +{ + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + + MotionType 3 + HitDataCount 0 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.522303 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/swaeryeong_3.mse" + EffectPosition 0.000000 30.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.522303 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 130.000000 + Position 0.000000 -90.000000 120.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.511111 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong_4.msa new file mode 100644 index 00000000..419eb8be --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/swaeryeong_4.msa @@ -0,0 +1,66 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/swaeryeong.gr2" +MotionDuration 1.533333 +Accumulation 0.00 -219.45 0.00 + +Group AttackingData +{ + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + + MotionType 3 + HitDataCount 0 +} + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.526034 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/swaeryeong_4.mse" + EffectPosition 0.000000 30.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.522303 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 1 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 0.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 130.000000 + Position 0.000000 -90.000000 120.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.511111 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon.msa new file mode 100644 index 00000000..5e15857c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon.msa @@ -0,0 +1,44 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/yonggwon.gr2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.499595 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/yonggwonpa.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.506083 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon_2.msa new file mode 100644 index 00000000..2ade6113 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon_2.msa @@ -0,0 +1,44 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/yonggwon.gr2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 1 + StartingTime 0.512571 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/yonggwonpa_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.519059 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 14 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon_3.msa new file mode 100644 index 00000000..2ef85c64 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon_3.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/yonggwon.gr2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.528792 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/yonggwonpa_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.541768 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 14 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.522303 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon_4.msa new file mode 100644 index 00000000..7e2e69e1 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/skill/yonggwon_4.msa @@ -0,0 +1,53 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/sura/skill/yonggwon.gr2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.528792 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/sura/effect/yonggwonpa_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.541768 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 14 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 2 + StartingTime 0.522303 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1.dds b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1.dds new file mode 100644 index 00000000..8892e878 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1.gr2 new file mode 100644 index 00000000..38a86bd2 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1_lod_01.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1_lod_01.gr2 new file mode 100644 index 00000000..990d7075 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1_lod_02.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1_lod_02.gr2 new file mode 100644 index 00000000..771b5f10 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1_lod_03.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1_lod_03.gr2 new file mode 100644 index 00000000..8784529d Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/sura/sura_capoeira1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/general/dig.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/general/dig.msa new file mode 100644 index 00000000..fbc24096 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/general/dig.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/general/dig.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.934307 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/effect/etc/dig/dig.mse" + EffectPosition 0.000000 -120.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/hair/hair_12_1.dds b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/hair/hair_12_1.dds new file mode 100644 index 00000000..4397e1fc Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/hair/hair_12_1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/hair/hair_12_1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/hair/hair_12_1.gr2 new file mode 100644 index 00000000..87e24d80 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/hair/hair_12_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/horse/skill_charge.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/horse/skill_charge.msa new file mode 100644 index 00000000..5f4ac2b6 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/horse/skill_charge.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/horse/skill_charge.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 4 + StartingTime 0.262774 + DuringTime 0.300000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.253041 + + IndependentFlag 1 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/common/effect/horse_charge.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/horse_onehand_sword/skill_splash.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/horse_onehand_sword/skill_splash.msa new file mode 100644 index 00000000..a826ac0e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/horse_onehand_sword/skill_splash.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/horse_onehand_sword/skill_splash.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 4 + StartingTime 1.571776 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.523114 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/noegeomdorae.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/horse_twohand_sword/skill_splash.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/horse_twohand_sword/skill_splash.msa new file mode 100644 index 00000000..d41ed908 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/horse_twohand_sword/skill_splash.msa @@ -0,0 +1,43 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/horse_twohand_sword/skill_splash.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 2 + Group Event00 + { + MotionEventType 4 + StartingTime 1.625304 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.200000 + ExternalForce 15.000000 + HitLimitCount 0 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 250.000000 + Position 0.000000 0.000000 0.000000 + } + } + Group Event01 + { + MotionEventType 1 + StartingTime 1.591241 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/noegeomdorae.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/onehand_sword/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/onehand_sword/rampage_01.msa new file mode 100644 index 00000000..1933b06b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/onehand_sword/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/onehand_sword/rampage_01.gr2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.181671 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham.msa new file mode 100644 index 00000000..d002233a --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham.msa @@ -0,0 +1,56 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gigongcham.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.457421 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Spine1" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.957016 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_swing.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.973236 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 16 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham_2.msa new file mode 100644 index 00000000..21a344fb --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham_2.msa @@ -0,0 +1,56 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gigongcham.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.437956 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Spine1" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_2_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.965126 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_2_swing.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.973236 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 16 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham_3.msa new file mode 100644 index 00000000..3376271c --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham_3.msa @@ -0,0 +1,56 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gigongcham.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.446067 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Spine1" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_3_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.948905 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_3_swing.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.973236 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 16 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham_4.msa new file mode 100644 index 00000000..9fe58060 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gigongcham_4.msa @@ -0,0 +1,56 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gigongcham.gr2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.446067 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Bip01 Spine1" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_4_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.948905 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gigongcham_4_swing.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.973236 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 15.000000 + HitLimitCount 16 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 150.000000 + Position 0.000000 -250.000000 50.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol.msa new file mode 100644 index 00000000..081fbacb --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol.msa @@ -0,0 +1,77 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gihyeol.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 1 + StartingTime 0.241026 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_spark.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.312821 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right_hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_sword.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.002433 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol.mse" + EffectPosition 0.000000 -140.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.021898 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 20.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event04 + { + MotionEventType 2 + StartingTime 0.978102 + + DuringTime 0.200000 + Power 200 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol_2.msa new file mode 100644 index 00000000..97c7cb93 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol_2.msa @@ -0,0 +1,77 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gihyeol.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 1 + StartingTime 0.241026 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_2_spark.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.312821 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right_hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_2_sword.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.002433 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_2.mse" + EffectPosition 0.000000 -140.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.021898 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 20.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event04 + { + MotionEventType 2 + StartingTime 0.978102 + + DuringTime 0.200000 + Power 200 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol_3.msa new file mode 100644 index 00000000..3372c55e --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol_3.msa @@ -0,0 +1,77 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gihyeol.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 1 + StartingTime 0.241026 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_3_spark.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.312821 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right_hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_3_sword.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.002433 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_3.mse" + EffectPosition 0.000000 -140.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.021898 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 20.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event04 + { + MotionEventType 2 + StartingTime 0.978102 + + DuringTime 0.200000 + Power 200 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol_4.msa new file mode 100644 index 00000000..6d9e54c1 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gihyeol_4.msa @@ -0,0 +1,77 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gihyeol.gr2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 5 + Group Event00 + { + MotionEventType 1 + StartingTime 0.241026 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_4_spark.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.312821 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "equip_right_hand" + FollowingEnable 1 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_4_sword.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 1.002433 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gihyeol_4.mse" + EffectPosition 0.000000 -140.000000 0.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 1.021898 + DuringTime 0.300000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.300000 + ExternalForce 20.000000 + HitLimitCount 5 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 200.000000 + Position 0.000000 -200.000000 0.000000 + } + } + Group Event04 + { + MotionEventType 2 + StartingTime 0.978102 + + DuringTime 0.200000 + Power 200 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gitu.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gitu.msa new file mode 100644 index 00000000..b5f1cdfa --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/gitu.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gitu.gr2" +MotionDuration 0.800000 +Accumulation -12.89 -105.52 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.360097 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/gitu.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.371776 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -50.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.455475 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position -10.000000 0.000000 100.000000 + } + } + Group Event03 + { + MotionEventType 2 + StartingTime 0.385401 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/guild_gasokhwa.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/guild_gasokhwa.msa new file mode 100644 index 00000000..3d573d99 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/guild_gasokhwa.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/musa.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.506083 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/gasokhwa_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/guild_seonghwigap.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/guild_seonghwigap.msa new file mode 100644 index 00000000..6e7315ba --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/guild_seonghwigap.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gitu.gr2" +MotionDuration 0.800000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.011679 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/guild/effect/seonghwigap_make.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi.msa new file mode 100644 index 00000000..8cf94908 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/jeongwi.gr2" +MotionDuration 2.666667 +Accumulation 0.00 -245.93 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.901865 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeongwi.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi_2.msa new file mode 100644 index 00000000..2386ab86 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi_2.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/jeongwi.gr2" +MotionDuration 2.666667 +Accumulation 0.00 -245.93 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.934307 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeongwi_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi_3.msa new file mode 100644 index 00000000..85ab1f38 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi_3.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/jeongwi.gr2" +MotionDuration 2.666667 +Accumulation 0.00 -245.93 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 1.038118 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeongwi_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi_4.msa new file mode 100644 index 00000000..3da9095f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeongwi_4.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/jeongwi.gr2" +MotionDuration 2.666667 +Accumulation 0.00 -245.93 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 1.090024 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeongwi_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeonsinbangeo.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeonsinbangeo.msa new file mode 100644 index 00000000..935bdafb --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeonsinbangeo.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/jeonsinbangeo.gr2" +MotionDuration 1.666667 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.210868 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeonsinbangeo_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeonsingonggyeok.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeonsingonggyeok.msa new file mode 100644 index 00000000..fc0c81bb --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jeonsingonggyeok.msa @@ -0,0 +1,22 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/jeonsingonggyeok.gr2" +MotionDuration 1.666667 +Accumulation 0.00 -245.93 0.00 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.405515 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jeonsingonggyeok_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jipjung.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jipjung.msa new file mode 100644 index 00000000..000a770d --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/jipjung.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/jipjung.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.165450 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/jipjung_making.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/kwaegeom.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/kwaegeom.msa new file mode 100644 index 00000000..376e9845 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/kwaegeom.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/kwaegeom.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.496350 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/kwaegeom.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/musa.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/musa.msa new file mode 100644 index 00000000..d04d08c6 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/musa.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/musa.gr2" +MotionDuration 2.000000 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.394161 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/musa.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon.msa new file mode 100644 index 00000000..aa9f27c9 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon.msa @@ -0,0 +1,112 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/samyeon.gr2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 6 + Group Event00 + { + MotionEventType 1 + StartingTime 0.149230 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_d.mse" + EffectPosition -100.000000 -80.000000 80.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.421736 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_d.mse" + EffectPosition 80.000000 -120.000000 70.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.836983 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_d.mse" + EffectPosition 0.000000 -100.000000 80.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.162206 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.434712 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.849959 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 170.000000 + Position 0.000000 -200.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon_2.msa new file mode 100644 index 00000000..0be63af1 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon_2.msa @@ -0,0 +1,112 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/samyeon.gr2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 6 + Group Event00 + { + MotionEventType 1 + StartingTime 0.149230 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_2.mse" + EffectPosition -100.000000 -80.000000 80.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.421736 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_2.mse" + EffectPosition 80.000000 -120.000000 70.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.836983 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_2.mse" + EffectPosition 0.000000 -100.000000 80.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.139497 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.434712 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.849959 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 170.000000 + Position 0.000000 -200.000000 100.000000 + } + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon_3.msa new file mode 100644 index 00000000..e660a58f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon_3.msa @@ -0,0 +1,124 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/samyeon.gr2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 7 + Group Event00 + { + MotionEventType 1 + StartingTime 0.149230 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_3.mse" + EffectPosition -100.000000 -80.000000 80.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.421736 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_3.mse" + EffectPosition 80.000000 -120.000000 70.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.836983 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_3.mse" + EffectPosition 0.000000 -100.000000 80.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.139497 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.434712 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.849959 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 170.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event06 + { + MotionEventType 1 + StartingTime 0.097324 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon_4.msa new file mode 100644 index 00000000..988128ea --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/samyeon_4.msa @@ -0,0 +1,124 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/samyeon.gr2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 7 + Group Event00 + { + MotionEventType 1 + StartingTime 0.149230 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_4.mse" + EffectPosition -100.000000 -80.000000 80.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.421736 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_4.mse" + EffectPosition 80.000000 -120.000000 70.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.836983 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_4.mse" + EffectPosition 0.000000 -100.000000 80.000000 + } + Group Event03 + { + MotionEventType 4 + StartingTime 0.139497 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event04 + { + MotionEventType 4 + StartingTime 0.434712 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 2 + StiffenTime 0.000000 + InvisibleTime 0.100000 + ExternalForce 0.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event05 + { + MotionEventType 4 + StartingTime 0.849959 + DuringTime 0.200000 + EnableHitProcess 1 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 0.500000 + ExternalForce 5.000000 + HitLimitCount 6 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 170.000000 + Position 0.000000 -200.000000 100.000000 + } + } + Group Event06 + { + MotionEventType 1 + StartingTime 0.097324 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/samyeon_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan.msa new file mode 100644 index 00000000..7b212c1b --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gitu.gr2" +MotionDuration 0.800000 +Accumulation -12.89 -105.52 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.048662 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/tanhwan.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.064234 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -50.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.109002 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position -10.000000 0.000000 100.000000 + } + } + Group Event03 + { + MotionEventType 2 + StartingTime 0.052555 + + DuringTime 0.200000 + Power 100 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan_2.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan_2.msa new file mode 100644 index 00000000..9425caa8 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan_2.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gitu.gr2" +MotionDuration 0.800000 +Accumulation -12.89 -105.52 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.048662 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/tanhwan_2.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.064234 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -50.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.109002 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position -10.000000 0.000000 100.000000 + } + } + Group Event03 + { + MotionEventType 2 + StartingTime 0.052555 + + DuringTime 0.200000 + Power 300 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan_3.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan_3.msa new file mode 100644 index 00000000..831b03ab --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan_3.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gitu.gr2" +MotionDuration 0.800000 +Accumulation -12.89 -105.52 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.048662 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/tanhwan_3.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.064234 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -50.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.109002 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position -10.000000 0.000000 100.000000 + } + } + Group Event03 + { + MotionEventType 2 + StartingTime 0.052555 + + DuringTime 0.200000 + Power 500 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan_4.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan_4.msa new file mode 100644 index 00000000..6df55115 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/skill/tanhwan_4.msa @@ -0,0 +1,75 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/skill/gitu.gr2" +MotionDuration 0.800000 +Accumulation -12.89 -105.52 0.00 + +Group MotionEventData +{ + MotionEventDataCount 4 + Group Event00 + { + MotionEventType 1 + StartingTime 0.048662 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/tanhwan_4.mse" + EffectPosition 0.000000 0.000000 0.000000 + } + Group Event01 + { + MotionEventType 4 + StartingTime 0.064234 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 20 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 100.000000 + Position 0.000000 -50.000000 100.000000 + } + } + Group Event02 + { + MotionEventType 4 + StartingTime 0.109002 + DuringTime 0.200000 + EnableHitProcess 0 + + AttackType 0 + HittingType 1 + StiffenTime 0.000000 + InvisibleTime 1.000000 + ExternalForce 10.000000 + HitLimitCount 15 + CollisionType 4 + + SphereDataCount 1 + Group SphereData00 + { + Radius 120.000000 + Position -10.000000 0.000000 100.000000 + } + } + Group Event03 + { + MotionEventType 2 + StartingTime 0.052555 + + DuringTime 0.200000 + Power 500 + AffectingRange 200 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/twohand_sword/rampage_01.msa b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/twohand_sword/rampage_01.msa new file mode 100644 index 00000000..a5f5f0a6 --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/twohand_sword/rampage_01.msa @@ -0,0 +1,21 @@ +ScriptType MotionData + +MotionFileName "d:/ymir work/pc2/warrior/twohand_sword/rampage_01.gr2" +MotionDuration 1.333333 + +Group MotionEventData +{ + MotionEventDataCount 1 + Group Event00 + { + MotionEventType 1 + StartingTime 0.058394 + + IndependentFlag 0 + AttachingEnable 0 + AttachingBoneName "Bip01 Head" + FollowingEnable 0 + EffectFileName "d:/ymir work/pc/warrior/effect/rampage_start.mse" + EffectPosition 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1.dds b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1.dds new file mode 100644 index 00000000..9cb10340 Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1.dds differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1.gr2 new file mode 100644 index 00000000..1266772e Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1_lod_01.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1_lod_01.gr2 new file mode 100644 index 00000000..153ca23e Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1_lod_02.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1_lod_02.gr2 new file mode 100644 index 00000000..43eb15ab Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1_lod_03.gr2 b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1_lod_03.gr2 new file mode 100644 index 00000000..2ebc8c5b Binary files /dev/null and b/bin/pack/metin2_patch_etc/ymir work/pc2/warrior/warrior_capoeira1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc/ymir work/ui/public/parameter_slot_100x18.sub b/bin/pack/metin2_patch_etc/ymir work/ui/public/parameter_slot_100x18.sub new file mode 100644 index 00000000..488aa58f --- /dev/null +++ b/bin/pack/metin2_patch_etc/ymir work/ui/public/parameter_slot_100x18.sub @@ -0,0 +1,7 @@ +title subImage +version 1.0 +image "Public.dds" +left 30 +top 124 +right 130 +bottom 142 diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45135.dds b/bin/pack/metin2_patch_etc_costume1/icon/hair/45135.dds new file mode 100644 index 00000000..18a83a68 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/hair/45135.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45135.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45135.sub new file mode 100644 index 00000000..a7bfa046 --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45135.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45135.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45136.dds b/bin/pack/metin2_patch_etc_costume1/icon/hair/45136.dds new file mode 100644 index 00000000..3e7bf70c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/hair/45136.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45136.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45136.sub new file mode 100644 index 00000000..f3e58f01 --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45136.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45136.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45137.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45137.sub new file mode 100644 index 00000000..a7bfa046 --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45137.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45135.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45138.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45138.sub new file mode 100644 index 00000000..f3e58f01 --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45138.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45136.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45139.dds b/bin/pack/metin2_patch_etc_costume1/icon/hair/45139.dds new file mode 100644 index 00000000..4cab7b68 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/hair/45139.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45139.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45139.sub new file mode 100644 index 00000000..677aa32a --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45139.sub @@ -0,0 +1,8 @@ +title subImage +version 2.0 +image "45139.dds" +left 0 +top 0 +right 96 +bottom 96 + diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45140.dds b/bin/pack/metin2_patch_etc_costume1/icon/hair/45140.dds new file mode 100644 index 00000000..b4f0117f Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/hair/45140.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45140.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45140.sub new file mode 100644 index 00000000..b8cbfd4c --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45140.sub @@ -0,0 +1,8 @@ +title subImage +version 2.0 +image "45140.dds" +left 0 +top 0 +right 96 +bottom 96 + diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45141.dds b/bin/pack/metin2_patch_etc_costume1/icon/hair/45141.dds new file mode 100644 index 00000000..72b56e43 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/hair/45141.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45141.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45141.sub new file mode 100644 index 00000000..40ac8c1f --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45141.sub @@ -0,0 +1,8 @@ +title subImage +version 2.0 +image "45141.dds" +left 0 +top 0 +right 96 +bottom 96 + diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45142.dds b/bin/pack/metin2_patch_etc_costume1/icon/hair/45142.dds new file mode 100644 index 00000000..7878fd57 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/hair/45142.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45142.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45142.sub new file mode 100644 index 00000000..68ab14db --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45142.sub @@ -0,0 +1,8 @@ +title subImage +version 2.0 +image "45142.dds" +left 0 +top 0 +right 96 +bottom 96 + diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45143.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45143.sub new file mode 100644 index 00000000..b4d573ff --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45143.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45139.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45144.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45144.sub new file mode 100644 index 00000000..b8cbfd4c --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45144.sub @@ -0,0 +1,8 @@ +title subImage +version 2.0 +image "45140.dds" +left 0 +top 0 +right 96 +bottom 96 + diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45145.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45145.sub new file mode 100644 index 00000000..40ac8c1f --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45145.sub @@ -0,0 +1,8 @@ +title subImage +version 2.0 +image "45141.dds" +left 0 +top 0 +right 96 +bottom 96 + diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45146.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45146.sub new file mode 100644 index 00000000..68ab14db --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45146.sub @@ -0,0 +1,8 @@ +title subImage +version 2.0 +image "45142.dds" +left 0 +top 0 +right 96 +bottom 96 + diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45151.dds b/bin/pack/metin2_patch_etc_costume1/icon/hair/45151.dds new file mode 100644 index 00000000..f6106d9b Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/hair/45151.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45151.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45151.sub new file mode 100644 index 00000000..e8e0e333 --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45151.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45151.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45152.dds b/bin/pack/metin2_patch_etc_costume1/icon/hair/45152.dds new file mode 100644 index 00000000..a829d373 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/hair/45152.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45152.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45152.sub new file mode 100644 index 00000000..737b15ec --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45152.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45152.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45153.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45153.sub new file mode 100644 index 00000000..e8e0e333 --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45153.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45151.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45154.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45154.sub new file mode 100644 index 00000000..737b15ec --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45154.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45152.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/metin2_patch_etc_costume1/icon/hair/45155.sub b/bin/pack/metin2_patch_etc_costume1/icon/hair/45155.sub new file mode 100644 index 00000000..a7bfa046 --- /dev/null +++ b/bin/pack/metin2_patch_etc_costume1/icon/hair/45155.sub @@ -0,0 +1,7 @@ +title subImage +version 2.0 +image "45135.dds" +left 0 +top 0 +right 96 +bottom 96 diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/41307.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/41307.tga new file mode 100644 index 00000000..2f8ace1d Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/41307.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/41308.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/41308.tga new file mode 100644 index 00000000..8c4f5cce Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/41308.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/41315.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/41315.tga new file mode 100644 index 00000000..fa0e3782 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/41315.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/41316.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/41316.tga new file mode 100644 index 00000000..9a27933c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/41316.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/45135.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/45135.tga new file mode 100644 index 00000000..b9dc57e3 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/45135.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/45136.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/45136.tga new file mode 100644 index 00000000..5b0cad16 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/45136.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/45139.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/45139.tga new file mode 100644 index 00000000..c067e26d Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/45139.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/45140.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/45140.tga new file mode 100644 index 00000000..3b840579 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/45140.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/45141.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/45141.tga new file mode 100644 index 00000000..a1330894 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/45141.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/45142.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/45142.tga new file mode 100644 index 00000000..bb4c606f Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/45142.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/45147.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/45147.tga new file mode 100644 index 00000000..c0ed5095 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/45147.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/icon/item/45148.tga b/bin/pack/metin2_patch_etc_costume1/icon/item/45148.tga new file mode 100644 index 00000000..c2346913 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/icon/item/45148.tga differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_assassin3.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_assassin3.dds new file mode 100644 index 00000000..0a9293f5 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_assassin3.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1.dds new file mode 100644 index 00000000..0441dad7 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1.gr2 new file mode 100644 index 00000000..0cb63c31 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1_lod_01.gr2 new file mode 100644 index 00000000..bc05ae0a Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1_lod_02.gr2 new file mode 100644 index 00000000..7c26fde9 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1_lod_03.gr2 new file mode 100644 index 00000000..31d4662c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_blacksnake1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1.dds new file mode 100644 index 00000000..eabaae49 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1.gr2 new file mode 100644 index 00000000..6b0cba12 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1_lod_01.gr2 new file mode 100644 index 00000000..535d5ab9 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1_lod_02.gr2 new file mode 100644 index 00000000..a00425a6 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1_lod_03.gr2 new file mode 100644 index 00000000..74c51da6 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/assassin_pwahuang1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_28_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_28_1.dds new file mode 100644 index 00000000..858ef578 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_28_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_28_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_28_1.gr2 new file mode 100644 index 00000000..5d848d4a Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_28_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_29_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_29_1.dds new file mode 100644 index 00000000..3e079807 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_29_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_29_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_29_1.gr2 new file mode 100644 index 00000000..66477266 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_29_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_30_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_30_1.dds new file mode 100644 index 00000000..968ca10c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_30_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_30_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_30_1.gr2 new file mode 100644 index 00000000..1bd832cc Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_30_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_31_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_31_1.dds new file mode 100644 index 00000000..66cef307 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_31_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_31_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_31_1.gr2 new file mode 100644 index 00000000..1564e474 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_31_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_32_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_32_1.dds new file mode 100644 index 00000000..e86f659a Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_32_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_32_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_32_1.gr2 new file mode 100644 index 00000000..8ddca66d Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_32_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_33_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_33_1.dds new file mode 100644 index 00000000..bf7b71b3 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_33_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_33_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_33_1.gr2 new file mode 100644 index 00000000..0951d68a Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_33_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_35_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_35_1.dds new file mode 100644 index 00000000..53f6f45d Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_35_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_35_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_35_1.gr2 new file mode 100644 index 00000000..32e01f9a Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/assassin/hair/hair_35_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_28_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_28_1.dds new file mode 100644 index 00000000..05581801 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_28_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_28_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_28_1.gr2 new file mode 100644 index 00000000..3e920765 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_28_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_29_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_29_1.dds new file mode 100644 index 00000000..3e079807 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_29_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_29_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_29_1.gr2 new file mode 100644 index 00000000..ec0f3e07 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_29_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_30_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_30_1.dds new file mode 100644 index 00000000..968ca10c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_30_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_30_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_30_1.gr2 new file mode 100644 index 00000000..0b4524dd Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_30_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_31_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_31_1.dds new file mode 100644 index 00000000..66cef307 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_31_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_31_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_31_1.gr2 new file mode 100644 index 00000000..fbf9899b Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_31_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_32_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_32_1.dds new file mode 100644 index 00000000..e86f659a Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_32_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_32_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_32_1.gr2 new file mode 100644 index 00000000..048f5503 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_32_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_33_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_33_1.dds new file mode 100644 index 00000000..a4cb89b0 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_33_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_33_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_33_1.gr2 new file mode 100644 index 00000000..ff8c8ab2 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_33_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_35_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_35_1.dds new file mode 100644 index 00000000..53f6f45d Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_35_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_35_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_35_1.gr2 new file mode 100644 index 00000000..9d534e57 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/hair/hair_35_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_assassin3.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_assassin3.dds new file mode 100644 index 00000000..d7d2f159 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_assassin3.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1.dds new file mode 100644 index 00000000..3fcf90b6 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1.gr2 new file mode 100644 index 00000000..04388882 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1_lod_01.gr2 new file mode 100644 index 00000000..cae0cb99 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1_lod_02.gr2 new file mode 100644 index 00000000..0832f46b Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1_lod_03.gr2 new file mode 100644 index 00000000..7fdfb9d3 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_blacksnake1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1.dds new file mode 100644 index 00000000..5a230df5 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1.gr2 new file mode 100644 index 00000000..6de9289e Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1_lod_01.gr2 new file mode 100644 index 00000000..b0e6b142 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1_lod_02.gr2 new file mode 100644 index 00000000..39487665 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1_lod_03.gr2 new file mode 100644 index 00000000..743734af Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/shaman/shaman_pwahuang1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_28_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_28_1.dds new file mode 100644 index 00000000..ef0fc1b4 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_28_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_28_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_28_1.gr2 new file mode 100644 index 00000000..fb656c7b Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_28_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_29_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_29_1.dds new file mode 100644 index 00000000..b5489d82 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_29_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_29_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_29_1.gr2 new file mode 100644 index 00000000..058eab90 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_29_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_30_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_30_1.dds new file mode 100644 index 00000000..a58a2c3c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_30_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_30_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_30_1.gr2 new file mode 100644 index 00000000..ef2773e9 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_30_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_31_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_31_1.dds new file mode 100644 index 00000000..f97d5bce Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_31_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_31_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_31_1.gr2 new file mode 100644 index 00000000..e845ad82 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_31_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_32_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_32_1.dds new file mode 100644 index 00000000..2a7c5787 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_32_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_32_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_32_1.gr2 new file mode 100644 index 00000000..e3324d9d Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_32_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_33_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_33_1.dds new file mode 100644 index 00000000..5a2080cc Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_33_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_33_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_33_1.gr2 new file mode 100644 index 00000000..c1426fe5 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_33_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_35_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_35_1.dds new file mode 100644 index 00000000..95a64e93 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_35_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_35_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_35_1.gr2 new file mode 100644 index 00000000..4abdcb53 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/hair/hair_35_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_assassin3.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_assassin3.dds new file mode 100644 index 00000000..8bb16d61 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_assassin3.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1.dds new file mode 100644 index 00000000..39b9fd69 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1.gr2 new file mode 100644 index 00000000..a5be4e81 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1_lod_01.gr2 new file mode 100644 index 00000000..12595e0e Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1_lod_02.gr2 new file mode 100644 index 00000000..09185e79 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1_lod_03.gr2 new file mode 100644 index 00000000..54a9e8e0 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_blacksnake1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1.dds new file mode 100644 index 00000000..d8130131 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1.gr2 new file mode 100644 index 00000000..02044b8f Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1_lod_01.gr2 new file mode 100644 index 00000000..6738b375 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1_lod_02.gr2 new file mode 100644 index 00000000..5931cb61 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1_lod_03.gr2 new file mode 100644 index 00000000..47617570 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/sura/sura_pwahuang1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_28_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_28_1.dds new file mode 100644 index 00000000..fb366d94 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_28_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_28_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_28_1.gr2 new file mode 100644 index 00000000..cb1fe7dc Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_28_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_29_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_29_1.dds new file mode 100644 index 00000000..b5489d82 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_29_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_29_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_29_1.gr2 new file mode 100644 index 00000000..a6e5eac8 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_29_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_30_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_30_1.dds new file mode 100644 index 00000000..a58a2c3c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_30_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_30_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_30_1.gr2 new file mode 100644 index 00000000..14323426 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_30_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_31_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_31_1.dds new file mode 100644 index 00000000..f97d5bce Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_31_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_31_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_31_1.gr2 new file mode 100644 index 00000000..e9a8d9ad Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_31_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_32_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_32_1.dds new file mode 100644 index 00000000..2a7c5787 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_32_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_32_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_32_1.gr2 new file mode 100644 index 00000000..b5974efe Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_32_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_33_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_33_1.dds new file mode 100644 index 00000000..a0802b78 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_33_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_33_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_33_1.gr2 new file mode 100644 index 00000000..0ccb4607 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_33_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_35_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_35_1.dds new file mode 100644 index 00000000..2e400980 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_35_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_35_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_35_1.gr2 new file mode 100644 index 00000000..2438da45 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/hair/hair_35_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_assassin3.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_assassin3.dds new file mode 100644 index 00000000..0627f17c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_assassin3.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1.dds new file mode 100644 index 00000000..df0f5dc4 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1.gr2 new file mode 100644 index 00000000..0423bd50 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1_lod_01.gr2 new file mode 100644 index 00000000..3f2d41b9 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1_lod_02.gr2 new file mode 100644 index 00000000..4fe2e877 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1_lod_03.gr2 new file mode 100644 index 00000000..abf47f7c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_blacksnake1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1.dds new file mode 100644 index 00000000..db0010ea Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1.gr2 new file mode 100644 index 00000000..e42491d0 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1_lod_01.gr2 new file mode 100644 index 00000000..86c9786f Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1_lod_02.gr2 new file mode 100644 index 00000000..d969cc05 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1_lod_03.gr2 new file mode 100644 index 00000000..02143479 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc/warrior/warrior_pwahuang1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_assassin3 .dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_assassin3 .dds new file mode 100644 index 00000000..c57b1dbe Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_assassin3 .dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1.dds new file mode 100644 index 00000000..bcd2398e Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1.gr2 new file mode 100644 index 00000000..94af40ab Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1_lod_01.gr2 new file mode 100644 index 00000000..57dd3898 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1_lod_02.gr2 new file mode 100644 index 00000000..9e8215c1 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1_lod_03.gr2 new file mode 100644 index 00000000..a769f2b0 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_blacksnake1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1.dds new file mode 100644 index 00000000..4c59cfb8 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1.gr2 new file mode 100644 index 00000000..51b29300 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1_lod_01.gr2 new file mode 100644 index 00000000..40750c04 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1_lod_02.gr2 new file mode 100644 index 00000000..1ded9f69 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1_lod_03.gr2 new file mode 100644 index 00000000..b454206b Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/assassin_pwahuang1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_28_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_28_1.dds new file mode 100644 index 00000000..9543e427 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_28_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_28_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_28_1.gr2 new file mode 100644 index 00000000..eeededec Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_28_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_29_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_29_1.dds new file mode 100644 index 00000000..b5489d82 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_29_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_29_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_29_1.gr2 new file mode 100644 index 00000000..6db46543 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_29_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_30_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_30_1.dds new file mode 100644 index 00000000..a58a2c3c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_30_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_30_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_30_1.gr2 new file mode 100644 index 00000000..5cac9a4e Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_30_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_31_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_31_1.dds new file mode 100644 index 00000000..f97d5bce Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_31_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_31_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_31_1.gr2 new file mode 100644 index 00000000..a1cee85a Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_31_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_32_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_32_1.dds new file mode 100644 index 00000000..2a7c5787 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_32_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_32_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_32_1.gr2 new file mode 100644 index 00000000..c35dffe5 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_32_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_33_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_33_1.dds new file mode 100644 index 00000000..c649212c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_33_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_33_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_33_1.gr2 new file mode 100644 index 00000000..135ec785 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_33_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_35_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_35_1.dds new file mode 100644 index 00000000..68db32b3 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_35_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_35_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_35_1.gr2 new file mode 100644 index 00000000..c3d2b2fb Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/assassin/hair/hair_35_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_28_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_28_1.dds new file mode 100644 index 00000000..3fc22e23 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_28_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_28_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_28_1.gr2 new file mode 100644 index 00000000..ab7b9f36 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_28_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_29_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_29_1.dds new file mode 100644 index 00000000..b5489d82 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_29_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_29_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_29_1.gr2 new file mode 100644 index 00000000..63eb1d74 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_29_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_30_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_30_1.dds new file mode 100644 index 00000000..a58a2c3c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_30_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_30_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_30_1.gr2 new file mode 100644 index 00000000..22fdb2bb Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_30_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_31_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_31_1.dds new file mode 100644 index 00000000..f97d5bce Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_31_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_31_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_31_1.gr2 new file mode 100644 index 00000000..14d51476 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_31_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_32_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_32_1.dds new file mode 100644 index 00000000..2a7c5787 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_32_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_32_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_32_1.gr2 new file mode 100644 index 00000000..c6746a72 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_32_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_33_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_33_1.dds new file mode 100644 index 00000000..f76d5df1 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_33_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_33_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_33_1.gr2 new file mode 100644 index 00000000..416875e3 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_33_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_35_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_35_1.dds new file mode 100644 index 00000000..dd53ac85 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_35_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_35_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_35_1.gr2 new file mode 100644 index 00000000..50ad643d Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/hair/hair_35_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_assassin3.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_assassin3.dds new file mode 100644 index 00000000..4f9badca Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_assassin3.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1.dds new file mode 100644 index 00000000..762f86de Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1.gr2 new file mode 100644 index 00000000..5083c705 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1_lod_01.gr2 new file mode 100644 index 00000000..b07488d9 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1_lod_02.gr2 new file mode 100644 index 00000000..9dc85a61 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1_lod_03.gr2 new file mode 100644 index 00000000..d3b83b1c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_blacksnake1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1.dds new file mode 100644 index 00000000..416f7b0d Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1.gr2 new file mode 100644 index 00000000..f22e2dc4 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1_lod_01.gr2 new file mode 100644 index 00000000..d7cc2c73 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1_lod_02.gr2 new file mode 100644 index 00000000..42aa8007 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1_lod_03.gr2 new file mode 100644 index 00000000..511836f1 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/shaman/shaman_pwahuang1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_28_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_28_1.dds new file mode 100644 index 00000000..a5715d44 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_28_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_28_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_28_1.gr2 new file mode 100644 index 00000000..c81ec13e Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_28_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_29_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_29_1.dds new file mode 100644 index 00000000..3e079807 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_29_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_29_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_29_1.gr2 new file mode 100644 index 00000000..1dfe0aca Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_29_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_30_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_30_1.dds new file mode 100644 index 00000000..968ca10c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_30_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_30_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_30_1.gr2 new file mode 100644 index 00000000..d38cd8be Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_30_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_31_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_31_1.dds new file mode 100644 index 00000000..66cef307 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_31_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_31_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_31_1.gr2 new file mode 100644 index 00000000..8d91fec9 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_31_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_32_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_32_1.dds new file mode 100644 index 00000000..e86f659a Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_32_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_32_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_32_1.gr2 new file mode 100644 index 00000000..3d024e45 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_32_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_33_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_33_1.dds new file mode 100644 index 00000000..ffc95471 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_33_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_33_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_33_1.gr2 new file mode 100644 index 00000000..3e89e831 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_33_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_35_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_35_1.dds new file mode 100644 index 00000000..53f6f45d Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_35_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_35_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_35_1.gr2 new file mode 100644 index 00000000..caa86fa0 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/hair/hair_35_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_assassin3.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_assassin3.dds new file mode 100644 index 00000000..4e192abc Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_assassin3.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1.dds new file mode 100644 index 00000000..2f93fbe5 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1.gr2 new file mode 100644 index 00000000..1f64a58f Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1_lod_01.gr2 new file mode 100644 index 00000000..b67eb27d Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1_lod_02.gr2 new file mode 100644 index 00000000..a56b0d4b Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1_lod_03.gr2 new file mode 100644 index 00000000..0eb74c0b Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_blacksnake1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1.dds new file mode 100644 index 00000000..3d4271d6 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1.gr2 new file mode 100644 index 00000000..01b0316e Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1_lod_01.gr2 new file mode 100644 index 00000000..b850d975 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1_lod_02.gr2 new file mode 100644 index 00000000..d83a4dbd Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1_lod_03.gr2 new file mode 100644 index 00000000..96175597 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/sura/sura_pwahuang1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_28_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_28_1.dds new file mode 100644 index 00000000..fd940768 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_28_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_28_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_28_1.gr2 new file mode 100644 index 00000000..f74bf6da Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_28_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_29_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_29_1.dds new file mode 100644 index 00000000..3e079807 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_29_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_29_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_29_1.gr2 new file mode 100644 index 00000000..b8f56854 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_29_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_30_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_30_1.dds new file mode 100644 index 00000000..968ca10c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_30_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_30_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_30_1.gr2 new file mode 100644 index 00000000..00f30a01 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_30_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_31_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_31_1.dds new file mode 100644 index 00000000..66cef307 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_31_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_31_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_31_1.gr2 new file mode 100644 index 00000000..bbef0d13 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_31_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_32_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_32_1.dds new file mode 100644 index 00000000..e86f659a Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_32_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_32_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_32_1.gr2 new file mode 100644 index 00000000..ecfbc29f Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_32_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_33_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_33_1.dds new file mode 100644 index 00000000..9992330a Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_33_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_33_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_33_1.gr2 new file mode 100644 index 00000000..c9668957 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_33_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_35_1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_35_1.dds new file mode 100644 index 00000000..53f6f45d Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_35_1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_35_1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_35_1.gr2 new file mode 100644 index 00000000..4924101c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/hair/hair_35_1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_assassin3.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_assassin3.dds new file mode 100644 index 00000000..abec50c3 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_assassin3.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1.dds new file mode 100644 index 00000000..df59c33e Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1.gr2 new file mode 100644 index 00000000..30771ff7 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1_lod_01.gr2 new file mode 100644 index 00000000..46081f4c Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1_lod_02.gr2 new file mode 100644 index 00000000..245c1f33 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1_lod_03.gr2 new file mode 100644 index 00000000..3893dc1a Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_blacksnake1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1.dds b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1.dds new file mode 100644 index 00000000..ee6f07c6 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1.dds differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1.gr2 new file mode 100644 index 00000000..93827264 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1_lod_01.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1_lod_01.gr2 new file mode 100644 index 00000000..5c71d724 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1_lod_02.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1_lod_02.gr2 new file mode 100644 index 00000000..1630c1d1 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1_lod_03.gr2 b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1_lod_03.gr2 new file mode 100644 index 00000000..7c876733 Binary files /dev/null and b/bin/pack/metin2_patch_etc_costume1/ymir work/pc2/warrior/warrior_pwahuang1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000000/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000000/minimap.dds deleted file mode 100644 index 06798e53..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000000/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000000/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000000/shadowmap.dds index 2195b125..4e60d990 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000000/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000000/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000000/shadowmap.raw index 0b13ed32..4e6019f8 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000000/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000000/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000001/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000001/minimap.dds deleted file mode 100644 index 330feb87..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000001/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000001/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000001/shadowmap.dds index 1ad3681a..d5f38281 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000001/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000001/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000001/shadowmap.raw index 4760f0cc..d4302499 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000001/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000001/shadowmap.raw @@ -1 +1 @@ -BBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/areadata.txt index caafdcaa..ccb34635 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/areadata.txt @@ -49,39 +49,39 @@ Start Object007 -879.000000 End Object Start Object008 - 7050.588867 -57337.792969 18216.511719 + 18018.562500 -56635.039063 19675.980469 1602256688 - 0.000000#0.000000#180.000000 + 0.000000#0.000000#270.000000 0.000000 End Object Start Object009 - 7012.766113 -67334.671875 18113.634766 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object010 - 13176.186523 -66863.851563 18254.070313 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object011 - 18940.906250 -71197.796875 17530.349609 - 1602256688 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object012 18164.632813 -66713.289063 19489.296875 1602256688 0.000000#0.000000#270.000000 0.000000 End Object -Start Object013 - 18018.562500 -56635.039063 19675.980469 +Start Object010 + 18940.906250 -71197.796875 17530.349609 1602256688 - 0.000000#0.000000#270.000000 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object011 + 13176.186523 -66863.851563 18254.070313 + 1602256688 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object012 + 7012.766113 -67334.671875 18113.634766 + 1602256688 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object013 + 7050.588867 -57337.792969 18216.511719 + 1602256688 + 0.000000#0.000000#180.000000 0.000000 End Object Start Object014 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/minimap.dds deleted file mode 100644 index 0bfb9e89..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/shadowmap.dds index 0aa45af9..7d114e86 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/shadowmap.raw index 1339ee47..5aaa8e1b 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000002/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/areadata.txt index 6f153db0..1a266b97 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/areadata.txt @@ -61,27 +61,27 @@ Start Object009 -576.000000 End Object Start Object010 - 18094.134766 -89901.406250 18660.949219 + 10336.718750 -85587.867188 18321.046875 1017867244 - 0.000000#0.000000#0.000000 + 330.000000#0.000000#90.000000 -879.000000 End Object Start Object011 - 12528.904297 -93299.703125 18405.814453 - 1017867244 - 0.000000#0.000000#0.000000 - -879.000000 -End Object -Start Object012 20971.810547 -92213.320313 18696.794922 1017867244 330.000000#0.000000#90.000000 -879.000000 End Object -Start Object013 - 10336.718750 -85587.867188 18321.046875 +Start Object012 + 12528.904297 -93299.703125 18405.814453 1017867244 - 330.000000#0.000000#90.000000 + 0.000000#0.000000#0.000000 + -879.000000 +End Object +Start Object013 + 18094.134766 -89901.406250 18660.949219 + 1017867244 + 0.000000#0.000000#0.000000 -879.000000 End Object Start Object014 @@ -103,31 +103,31 @@ Start Object016 0.000000 End Object Start Object017 - 14046.707031 -82162.406250 17590.285156 + 14182.796875 -86542.953125 18007.804688 1602256688 - 0.000000#0.000000#180.000000 + 0.000000#0.000000#90.000000 0.000000 End Object Start Object018 - 9461.610352 -83982.867188 17862.390625 + 6810.803223 -81493.687500 17041.357422 1602256688 0.000000#0.000000#180.000000 0.000000 End Object Start Object019 - 19482.416016 -86213.187500 18126.658203 + 9103.050781 -94779.687500 17833.312500 1602256688 - 0.000000#0.000000#180.000000 + 0.000000#0.000000#0.000000 0.000000 End Object Start Object020 - 24355.769531 -85399.515625 18058.617188 + 5607.746582 -86454.984375 17919.181641 1602256688 - 0.000000#0.000000#180.000000 + 0.000000#0.000000#270.000000 0.000000 End Object Start Object021 - 22460.736328 -77991.851563 20337.841797 + 5093.572754 -92030.789063 17842.875000 1602256688 0.000000#0.000000#270.000000 0.000000 @@ -139,33 +139,33 @@ Start Object022 0.000000 End Object Start Object023 - 5093.572754 -92030.789063 17842.875000 + 22460.736328 -77991.851563 20337.841797 1602256688 0.000000#0.000000#270.000000 0.000000 End Object Start Object024 - 5607.746582 -86454.984375 17919.181641 + 24355.769531 -85399.515625 18058.617188 1602256688 - 0.000000#0.000000#270.000000 + 0.000000#0.000000#180.000000 0.000000 End Object Start Object025 - 9103.050781 -94779.687500 17833.312500 + 19482.416016 -86213.187500 18126.658203 1602256688 - 0.000000#0.000000#0.000000 + 0.000000#0.000000#180.000000 0.000000 End Object Start Object026 - 6810.803223 -81493.687500 17041.357422 + 9461.610352 -83982.867188 17862.390625 1602256688 0.000000#0.000000#180.000000 0.000000 End Object Start Object027 - 14182.796875 -86542.953125 18007.804688 + 14046.707031 -82162.406250 17590.285156 1602256688 - 0.000000#0.000000#90.000000 + 0.000000#0.000000#180.000000 0.000000 End Object Start Object028 @@ -193,9 +193,9 @@ Start Object031 0.000000 End Object Start Object032 - 8726.417969 -91104.031250 18067.900391 + 12591.888672 -92826.296875 18211.671875 2745119998 - 30.000000#0.000000#0.000000 + 0.000000#345.000000#120.000000 -91.000000 End Object Start Object033 @@ -205,9 +205,9 @@ Start Object033 -91.000000 End Object Start Object034 - 12591.888672 -92826.296875 18211.671875 + 8726.417969 -91104.031250 18067.900391 2745119998 - 0.000000#345.000000#120.000000 + 30.000000#0.000000#0.000000 -91.000000 End Object Start Object035 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/minimap.dds deleted file mode 100644 index 2d6246a4..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/shadowmap.dds index e75d0961..559db712 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/shadowmap.raw index 47c28c95..58c545a6 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/tile.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/tile.raw index f0fae8a8..17097d2a 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/tile.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000003/tile.raw @@ -1626,4 +1626,4 @@   -                                                                     \ No newline at end of file +                                                              \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000004/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000004/minimap.dds deleted file mode 100644 index 900d4f98..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000004/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000005/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000005/minimap.dds deleted file mode 100644 index cf8317d0..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000005/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000006/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/000006/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/areadata.txt index f92cba15..33d29789 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/areadata.txt @@ -49,37 +49,37 @@ Start Object007 -91.000000 End Object Start Object008 - 33464.515625 -13023.712891 20522.671875 + 33490.132813 -13175.700195 20467.250000 628240070 345.000000#15.000000#0.000000 0.000000 End Object Start Object009 - 33220.507813 -13511.709961 20201.601563 - 628240070 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object010 - 33065.960938 -14880.686523 20116.761719 - 628240070 - 0.000000#345.000000#0.000000 - 0.000000 -End Object -Start Object011 - 33000.101563 -15126.216797 20226.695313 - 628240070 - 0.000000#330.000000#345.000000 - 0.000000 -End Object -Start Object012 33431.492188 -12858.620117 20569.017578 628240070 300.000000#0.000000#60.000000 0.000000 End Object +Start Object010 + 33000.101563 -15126.216797 20226.695313 + 628240070 + 0.000000#330.000000#345.000000 + 0.000000 +End Object +Start Object011 + 33065.960938 -14880.686523 20116.761719 + 628240070 + 0.000000#345.000000#0.000000 + 0.000000 +End Object +Start Object012 + 33220.507813 -13511.709961 20201.601563 + 628240070 + 0.000000#0.000000#0.000000 + 0.000000 +End Object Start Object013 - 33490.132813 -13175.700195 20467.250000 + 33464.515625 -13023.712891 20522.671875 628240070 345.000000#15.000000#0.000000 0.000000 @@ -97,41 +97,41 @@ Start Object015 0.000000 End Object Start Object016 - 45106.539063 -23436.550781 22481.814453 + 43730.070313 -10652.198242 22366.650391 974491171 - 0.000000#0.000000#30.000000 - -455.000000 + 165.000000#150.000000#255.000000 + -515.000000 End Object Start Object017 - 28473.115234 -24339.865234 21537.060547 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object018 - 25917.644531 -21288.041016 20853.457031 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object019 - 27766.656250 -19344.445313 20720.345703 - 974491171 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object020 47751.304688 -15775.337891 22798.187500 974491171 165.000000#150.000000#255.000000 -515.000000 End Object -Start Object021 - 43730.070313 -10652.198242 22366.650391 +Start Object018 + 27766.656250 -19344.445313 20720.345703 974491171 165.000000#150.000000#255.000000 -515.000000 End Object +Start Object019 + 25917.644531 -21288.041016 20853.457031 + 974491171 + 165.000000#150.000000#255.000000 + -515.000000 +End Object +Start Object020 + 28473.115234 -24339.865234 21537.060547 + 974491171 + 165.000000#150.000000#255.000000 + -515.000000 +End Object +Start Object021 + 45106.539063 -23436.550781 22481.814453 + 974491171 + 0.000000#0.000000#30.000000 + -455.000000 +End Object Start Object022 30355.828125 -18959.572266 20574.738281 1062146765 @@ -169,17 +169,17 @@ Start Object027 -152.000000 End Object Start Object028 - 25800.457031 -12969.647461 19961.587891 - 1471924893 - 0.000000#0.000000#135.000000 - -17.000000 -End Object -Start Object029 25841.230469 -13586.804688 19932.019531 1471924893 0.000000#0.000000#90.000000 -30.000000 End Object +Start Object029 + 25800.457031 -12969.647461 19961.587891 + 1471924893 + 0.000000#0.000000#135.000000 + -17.000000 +End Object Start Object030 35482.429688 -3437.160156 21885.328125 1656471312 @@ -217,17 +217,17 @@ Start Object035 -152.000000 End Object Start Object036 - 45100.363281 -19806.140625 23190.554688 - 1780937370 - 30.000000#45.000000#60.000000 - -91.000000 -End Object -Start Object037 47018.488281 -19017.376953 22614.886719 1780937370 30.000000#345.000000#30.000000 -91.000000 End Object +Start Object037 + 45100.363281 -19806.140625 23190.554688 + 1780937370 + 30.000000#45.000000#60.000000 + -91.000000 +End Object Start Object038 43518.898438 -7548.291504 21956.759766 1802826680 @@ -313,9 +313,9 @@ Start Object051 0.000000 End Object Start Object052 - 44067.808594 -10727.737305 22181.117188 + 45009.097656 -19483.363281 23286.527344 3367756539 - 315.000000#345.000000#120.000000 + 0.000000#345.000000#30.000000 -91.000000 End Object Start Object053 @@ -325,58 +325,58 @@ Start Object053 -91.000000 End Object Start Object054 - 45009.097656 -19483.363281 23286.527344 + 44067.808594 -10727.737305 22181.117188 3367756539 - 0.000000#345.000000#30.000000 + 315.000000#345.000000#120.000000 -91.000000 End Object Start Object055 - 43254.949219 -7284.260742 22139.515625 + 28767.255859 -3371.921143 22073.269531 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 + 0.000000#0.000000#0.000000 + -152.000000 End Object Start Object056 - 43942.894531 -10733.143555 22259.652344 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object057 - 39784.304688 -4904.873047 21840.779297 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object058 - 31955.626953 -4999.272949 21882.005859 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object059 - 45069.558594 -15372.583008 22917.257813 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object060 - 45200.121094 -19707.865234 23056.794922 - 3449844455 - 165.000000#150.000000#255.000000 - -515.000000 -End Object -Start Object061 44910.835938 -23132.134766 22624.914063 3449844455 0.000000#0.000000#0.000000 -394.000000 End Object -Start Object062 - 28767.255859 -3371.921143 22073.269531 +Start Object057 + 45200.121094 -19707.865234 23056.794922 3449844455 - 0.000000#0.000000#0.000000 - -152.000000 + 165.000000#150.000000#255.000000 + -515.000000 +End Object +Start Object058 + 45069.558594 -15372.583008 22917.257813 + 3449844455 + 165.000000#150.000000#255.000000 + -515.000000 +End Object +Start Object059 + 31955.626953 -4999.272949 21882.005859 + 3449844455 + 165.000000#150.000000#255.000000 + -515.000000 +End Object +Start Object060 + 39784.304688 -4904.873047 21840.779297 + 3449844455 + 165.000000#150.000000#255.000000 + -515.000000 +End Object +Start Object061 + 43942.894531 -10733.143555 22259.652344 + 3449844455 + 165.000000#150.000000#255.000000 + -515.000000 +End Object +Start Object062 + 43254.949219 -7284.260742 22139.515625 + 3449844455 + 165.000000#150.000000#255.000000 + -515.000000 End Object Start Object063 32901.675781 -24359.781250 21744.279297 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/shadowmap.dds index 418daa18..9d4ccc2e 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/shadowmap.raw index 7f9f6153..da4ee5d0 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001000/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001001/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001001/minimap.dds deleted file mode 100644 index c072d4a1..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001001/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001001/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001001/shadowmap.dds index 553a6740..22b5de9c 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001001/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001001/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001001/shadowmap.raw index d6bb4551..5924584a 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001001/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001001/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/areadata.txt index d0796f8f..4a66787e 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/areadata.txt @@ -37,21 +37,21 @@ Start Object005 0.000000 End Object Start Object006 - 27466.039063 -71323.914063 20330.605469 + 35172.332031 -71742.796875 19416.035156 1602256688 - 0.000000#0.000000#180.000000 + 0.000000#0.000000#270.000000 0.000000 End Object Start Object007 - 34522.730469 -55494.359375 20232.154297 + 29587.123047 -56777.437500 19453.867188 1602256688 - 0.000000#0.000000#180.000000 + 0.000000#0.000000#270.000000 0.000000 End Object Start Object008 - 28159.828125 -63691.347656 19474.285156 + 40149.097656 -55878.207031 20809.400391 1602256688 - 0.000000#0.000000#270.000000 + 0.000000#0.000000#0.000000 0.000000 End Object Start Object009 @@ -61,21 +61,21 @@ Start Object009 0.000000 End Object Start Object010 - 40149.097656 -55878.207031 20809.400391 + 28159.828125 -63691.347656 19474.285156 1602256688 - 0.000000#0.000000#0.000000 + 0.000000#0.000000#270.000000 0.000000 End Object Start Object011 - 29587.123047 -56777.437500 19453.867188 + 34522.730469 -55494.359375 20232.154297 1602256688 - 0.000000#0.000000#270.000000 + 0.000000#0.000000#180.000000 0.000000 End Object Start Object012 - 35172.332031 -71742.796875 19416.035156 + 27466.039063 -71323.914063 20330.605469 1602256688 - 0.000000#0.000000#270.000000 + 0.000000#0.000000#180.000000 0.000000 End Object Start Object013 @@ -121,19 +121,19 @@ Start Object019 0.000000 End Object Start Object020 - 34764.234375 -71232.484375 19709.339844 + 36593.687500 -72448.195313 19943.398438 2399981002 - 0.000000#0.000000#45.000000 + 0.000000#0.000000#0.000000 -212.000000 End Object Start Object021 - 35971.179688 -65721.664063 21557.875000 + 26724.218750 -55598.417969 19922.470703 2399981002 0.000000#0.000000#45.000000 -212.000000 End Object Start Object022 - 42362.769531 -68075.343750 21626.500000 + 35557.761719 -59245.570313 20835.339844 2399981002 0.000000#0.000000#45.000000 -212.000000 @@ -145,21 +145,21 @@ Start Object023 -212.000000 End Object Start Object024 - 35557.761719 -59245.570313 20835.339844 + 42362.769531 -68075.343750 21626.500000 2399981002 0.000000#0.000000#45.000000 -212.000000 End Object Start Object025 - 26724.218750 -55598.417969 19922.470703 + 35971.179688 -65721.664063 21557.875000 2399981002 0.000000#0.000000#45.000000 -212.000000 End Object Start Object026 - 36593.687500 -72448.195313 19943.398438 + 34764.234375 -71232.484375 19709.339844 2399981002 - 0.000000#0.000000#0.000000 + 0.000000#0.000000#45.000000 -212.000000 End Object Start Object027 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/minimap.dds deleted file mode 100644 index 5a7be2f6..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/shadowmap.dds index fe050a97..d3ecede1 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/shadowmap.raw index 1dac3747..efa5cfc5 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001002/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/minimap.dds deleted file mode 100644 index ae21df87..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/shadowmap.dds index 450a5dc2..f63a6f08 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/shadowmap.raw index 0c7e12f4..1b0b1bc6 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/tile.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/tile.raw index 9c4ed78d..bf909031 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/tile.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001003/tile.raw @@ -2741,4 +2741,4 @@ -                      \ No newline at end of file +  \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001004/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001004/minimap.dds deleted file mode 100644 index e66a805a..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001004/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001005/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001005/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001005/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001006/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/001006/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/areadata.txt index 020a1975..366693aa 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/areadata.txt @@ -25,149 +25,149 @@ Start Object003 0.000000 End Object Start Object004 + 74123.773438 -24025.246094 19641.130859 + 247563405 + 0.000000#0.000000#0.000000 + 178.000000 +End Object +Start Object005 61959.066406 -23276.775391 19317.724609 381729585 60.000000#0.000000#180.000000 0.000000 End Object -Start Object005 +Start Object006 60182.617188 -12713.986328 19638.921875 391848071 0.000000#0.000000#0.000000 -636.000000 End Object -Start Object006 +Start Object007 76261.546875 -15332.989258 19568.447266 447576337 0.000000#0.000000#0.000000 0.000000 End Object -Start Object007 - 57744.156250 -21059.587891 20394.039063 - 580841096 - 0.000000#0.000000#0.000000 - -636.000000 -End Object Start Object008 - 55039.179688 -6735.474121 19494.193359 - 580841096 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object009 - 75671.976563 -5870.190430 19499.769531 - 580841096 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object010 - 70954.242188 -5865.769043 20318.144531 - 580841096 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object011 - 58448.281250 -8798.488281 20937.820313 - 580841096 - 270.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object012 73341.367188 -13341.455078 20655.552734 580841096 270.000000#300.000000#105.000000 0.000000 End Object +Start Object009 + 58448.281250 -8798.488281 20937.820313 + 580841096 + 270.000000#0.000000#45.000000 + 0.000000 +End Object +Start Object010 + 57744.156250 -21059.587891 20394.039063 + 580841096 + 0.000000#0.000000#0.000000 + -636.000000 +End Object +Start Object011 + 55039.179688 -6735.474121 19494.193359 + 580841096 + 0.000000#0.000000#45.000000 + 0.000000 +End Object +Start Object012 + 70954.242188 -5865.769043 20318.144531 + 580841096 + 0.000000#0.000000#0.000000 + 0.000000 +End Object Start Object013 + 75671.976563 -5870.190430 19499.769531 + 580841096 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object014 72103.000000 -20162.238281 19620.195313 628240070 0.000000#0.000000#90.000000 -26.000000 End Object -Start Object014 +Start Object015 56341.339844 -3702.938965 19858.105469 940409560 0.000000#0.000000#90.000000 -152.000000 End Object -Start Object015 +Start Object016 75934.234375 -19531.628906 19499.554688 974491171 300.000000#0.000000#0.000000 -455.000000 End Object -Start Object016 +Start Object017 74150.546875 -24072.531250 19648.464844 979981642 0.000000#0.000000#180.000000 0.000000 End Object -Start Object017 +Start Object018 53900.000000 -5400.000000 19573.000000 1158178368 0.000000#0.000000#45.000000 0.000000 End Object -Start Object018 +Start Object019 61200.000000 -11300.000000 19258.250000 1158178368 345.000000#135.000000#345.000000 0.000000 End Object -Start Object019 +Start Object020 53100.000000 -4900.000000 19706.000000 1318465361 0.000000#0.000000#45.000000 0.000000 End Object -Start Object020 +Start Object021 66273.554688 -17335.355469 19333.437500 1342729727 0.000000#0.000000#180.000000 0.000000 End Object -Start Object021 +Start Object022 75989.398438 -19727.630859 19461.015625 1401373405 0.000000#0.000000#105.000000 -26.000000 End Object -Start Object022 +Start Object023 76061.601563 -20788.117188 19468.214844 1401373405 0.000000#0.000000#90.000000 -26.000000 End Object -Start Object023 +Start Object024 54485.046875 -4208.418457 19434.425781 1430790742 0.000000#0.000000#45.000000 0.000000 End Object -Start Object024 +Start Object025 71955.390625 -20111.089844 19620.619141 1471924893 0.000000#0.000000#90.000000 -26.000000 End Object -Start Object025 +Start Object026 71120.476563 -23879.777344 20473.074219 1656471312 315.000000#0.000000#0.000000 -455.000000 End Object -Start Object026 +Start Object027 66569.312500 -22628.562500 20214.384766 1656471312 315.000000#0.000000#0.000000 -455.000000 End Object -Start Object027 - 72417.179688 -9765.318359 21354.712891 - 1771263367 - 0.000000#0.000000#285.000000 - 0.000000 -End Object Start Object028 75372.820313 -17534.201172 19614.105469 1771263367 @@ -175,154 +175,172 @@ Start Object028 0.000000 End Object Start Object029 - 57342.062500 -15648.728516 19925.099609 - 1988456776 - 0.000000#0.000000#0.000000 - -636.000000 + 72417.179688 -9765.318359 21354.712891 + 1771263367 + 0.000000#0.000000#285.000000 + 0.000000 End Object Start Object030 - 66664.187500 -18320.921875 20029.660156 - 1988456776 - 0.000000#0.000000#0.000000 - -636.000000 -End Object -Start Object031 55290.527344 -25148.992188 20560.244141 1988456776 0.000000#0.000000#0.000000 -636.000000 End Object +Start Object031 + 57342.062500 -15648.728516 19925.099609 + 1988456776 + 0.000000#0.000000#0.000000 + -636.000000 +End Object Start Object032 + 66664.187500 -18320.921875 20029.660156 + 1988456776 + 0.000000#0.000000#0.000000 + -636.000000 +End Object +Start Object033 75761.367188 -15271.919922 19494.912109 2120164694 0.000000#0.000000#0.000000 0.000000 End Object -Start Object033 - 71619.234375 -16399.439453 19063.984375 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object Start Object034 - 64255.742188 -11606.490234 19205.328125 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 + 74618.289063 -23375.265625 19664.886719 + 2524008597 + 0.000000#0.000000#0.000000 + 152.000000 End Object Start Object035 - 56609.804688 -11811.262695 19577.587891 - 2651116942 - 0.000000#0.000000#357.000000 - -22.000000 -End Object -Start Object036 - 65409.511719 -21229.048828 19412.376953 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object037 - 76437.734375 -6413.081543 19280.380859 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object038 61192.910156 -25029.546875 19669.650391 2651116942 0.000000#0.000000#0.000000 0.000000 End Object +Start Object036 + 76437.734375 -6413.081543 19280.380859 + 2651116942 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object037 + 71619.234375 -16399.439453 19063.984375 + 2651116942 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object038 + 64255.742188 -11606.490234 19205.328125 + 2651116942 + 0.000000#0.000000#90.000000 + 0.000000 +End Object Start Object039 + 65409.511719 -21229.048828 19412.376953 + 2651116942 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object040 + 56609.804688 -11811.262695 19577.587891 + 2651116942 + 0.000000#0.000000#357.000000 + -22.000000 +End Object +Start Object041 64152.480469 -11604.569336 19205.460938 2735491311 0.000000#0.000000#90.000000 0.000000 End Object -Start Object040 +Start Object042 71641.289063 -16400.720703 19067.457031 2735491311 0.000000#0.000000#90.000000 0.000000 End Object -Start Object041 +Start Object043 76440.289063 -6402.703125 19280.949219 2735491311 0.000000#0.000000#90.000000 0.000000 End Object -Start Object042 +Start Object044 65398.839844 -21243.511719 19413.494141 2735491311 0.000000#0.000000#0.000000 0.000000 End Object -Start Object043 +Start Object045 61195.941406 -24957.964844 19669.867188 2735491311 0.000000#0.000000#0.000000 0.000000 End Object -Start Object044 +Start Object046 56598.351563 -11841.803711 19577.384766 2735491311 0.000000#0.000000#0.000000 0.000000 End Object -Start Object045 +Start Object047 76648.765625 -15349.524414 19609.125000 2888901224 0.000000#0.000000#0.000000 0.000000 End Object -Start Object046 +Start Object048 54369.332031 -4696.432129 19508.224609 3198731342 0.000000#0.000000#45.000000 0.000000 End Object -Start Object047 +Start Object049 54971.136719 -4074.197266 19483.574219 3198731342 0.000000#0.000000#45.000000 0.000000 End Object -Start Object048 +Start Object050 66381.960938 -17349.587891 19387.472656 3321840087 0.000000#0.000000#240.000000 0.000000 End Object -Start Object049 +Start Object051 66249.023438 -17412.181641 19346.220703 3337589718 0.000000#0.000000#240.000000 0.000000 End Object -Start Object050 +Start Object052 71229.507813 -19580.361328 20062.730469 3449844455 300.000000#0.000000#0.000000 -455.000000 End Object -Start Object051 +Start Object053 68696.335938 -22986.472656 19904.869141 3449844455 300.000000#0.000000#0.000000 -455.000000 End Object -Start Object052 +Start Object054 70023.679688 -7576.555664 20170.304688 3582963698 345.000000#0.000000#315.000000 0.000000 End Object -Start Object053 +Start Object055 64392.648438 -14776.520508 20037.080078 3582963698 345.000000#15.000000#300.000000 -333.000000 End Object +Start Object056 + 73693.250000 -23404.517578 19638.390625 + 3783715879 + 0.000000#0.000000#0.000000 + 152.000000 +End Object -ObjectCount 54 +ObjectCount 57 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/minimap.dds deleted file mode 100644 index cb42168e..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/shadowmap.dds index 791de2b4..5ec80139 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/shadowmap.raw index 6aff108f..ec35f4bc 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002000/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/areadata.txt index 4c965746..3730afa4 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/areadata.txt @@ -135,37 +135,37 @@ Start Object021 0.000000 End Object Start Object022 - 70808.984375 -33792.691406 19516.199219 + 73216.468750 -29412.490234 19534.189453 2651116942 0.000000#0.000000#90.000000 0.000000 End Object Start Object023 - 66432.890625 -43386.878906 19465.099609 - 2651116942 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object024 - 74239.515625 -38999.570313 19463.460938 - 2651116942 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object025 - 69385.664063 -26998.804688 19703.519531 - 2651116942 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object026 56206.460938 -31266.546875 19312.330078 2651116942 0.000000#0.000000#0.000000 0.000000 End Object +Start Object024 + 69385.664063 -26998.804688 19703.519531 + 2651116942 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object025 + 74239.515625 -38999.570313 19463.460938 + 2651116942 + 0.000000#0.000000#270.000000 + 0.000000 +End Object +Start Object026 + 66432.890625 -43386.878906 19465.099609 + 2651116942 + 0.000000#0.000000#90.000000 + 0.000000 +End Object Start Object027 - 73216.468750 -29412.490234 19534.189453 + 70808.984375 -33792.691406 19516.199219 2651116942 0.000000#0.000000#90.000000 0.000000 @@ -219,13 +219,13 @@ Start Object035 0.000000 End Object Start Object036 - 57169.761719 -44311.820313 19308.285156 + 56579.445313 -44260.835938 19314.830078 3198731342 0.000000#0.000000#0.000000 0.000000 End Object Start Object037 - 56579.445313 -44260.835938 19314.830078 + 57169.761719 -44311.820313 19308.285156 3198731342 0.000000#0.000000#0.000000 0.000000 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/minimap.dds deleted file mode 100644 index 93a5320e..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/shadowmap.dds index 1f78deaf..52a5e1e1 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/shadowmap.raw index be04ad4a..29fad392 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002001/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002002/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002002/minimap.dds deleted file mode 100644 index 822496af..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002002/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002002/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002002/shadowmap.dds index 8ea4e0c6..1d6ac357 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002002/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002002/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002002/shadowmap.raw index 5d555de1..48afc956 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002002/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002002/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002003/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002003/minimap.dds deleted file mode 100644 index 8ca1bfa2..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002003/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002003/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002003/shadowmap.dds index d23164a4..6efd0b5c 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002003/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002003/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002003/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002003/shadowmap.raw index 0b449005..94f8eb36 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002003/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002003/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002004/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002004/minimap.dds deleted file mode 100644 index 4fc2937a..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002004/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002005/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002005/minimap.dds deleted file mode 100644 index a058b0a7..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002005/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002006/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/002006/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003000/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003000/minimap.dds deleted file mode 100644 index 159e402f..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003000/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003000/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003000/shadowmap.dds index 2d55047b..7564f3d5 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003000/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003000/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003000/shadowmap.raw index 2e339a94..faf16bd4 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003000/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003000/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/areadata.txt index 8c0e9106..e475184d 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/areadata.txt @@ -87,15 +87,15 @@ Start Object013 0.000000 End Object Start Object014 - 94198.648438 -32204.654297 19354.699219 + 88216.265625 -43382.960938 19579.185547 2651116942 - 0.000000#0.000000#0.000000 + 0.000000#0.000000#90.000000 0.000000 End Object Start Object015 - 77624.578125 -33594.035156 19433.650391 + 80194.320313 -27616.058594 19318.394531 2651116942 - 0.000000#0.000000#90.000000 + 0.000000#0.000000#0.000000 0.000000 End Object Start Object016 @@ -105,15 +105,15 @@ Start Object016 0.000000 End Object Start Object017 - 80194.320313 -27616.058594 19318.394531 + 77624.578125 -33594.035156 19433.650391 2651116942 - 0.000000#0.000000#0.000000 + 0.000000#0.000000#90.000000 0.000000 End Object Start Object018 - 88216.265625 -43382.960938 19579.185547 + 94198.648438 -32204.654297 19354.699219 2651116942 - 0.000000#0.000000#90.000000 + 0.000000#0.000000#0.000000 0.000000 End Object Start Object019 @@ -153,17 +153,17 @@ Start Object024 -30.000000 End Object Start Object025 - 79357.351563 -28750.093750 19528.044922 - 3321840087 - 0.000000#0.000000#45.000000 - 0.000000 -End Object -Start Object026 89300.000000 -37900.000000 19341.000000 3321840087 0.000000#0.000000#60.000000 0.000000 End Object +Start Object026 + 79357.351563 -28750.093750 19528.044922 + 3321840087 + 0.000000#0.000000#45.000000 + 0.000000 +End Object Start Object027 89300.000000 -37800.000000 19360.250000 3337589718 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/minimap.dds deleted file mode 100644 index 2ac6c3de..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/shadowmap.dds index d1b2fbfe..771b2a64 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/shadowmap.raw index 2ef71da0..aae60753 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003001/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/areadata.txt index a0ba415a..1c5bf02d 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/areadata.txt @@ -85,13 +85,13 @@ Start Object013 0.000000 End Object Start Object014 - 83629.132813 -66516.578125 18278.644531 + 86318.929688 -66564.429688 18374.480469 1780937370 0.000000#0.000000#0.000000 0.000000 End Object Start Object015 - 86318.929688 -66564.429688 18374.480469 + 83629.132813 -66516.578125 18278.644531 1780937370 0.000000#0.000000#0.000000 0.000000 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/minimap.dds deleted file mode 100644 index cb67429c..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/shadowmap.dds index 865db146..effad003 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/shadowmap.raw index 446b910a..63893a7b 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/tile.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/tile.raw index 989dbc97..7d301828 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/tile.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003002/tile.raw @@ -1,4 +1,4 @@ - +  diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/areadata.txt index ab9cf884..c704927e 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/areadata.txt @@ -85,27 +85,27 @@ Start Object013 -455.000000 End Object Start Object014 - 82700.000000 -91900.000000 17852.250000 + 82700.000000 -88200.000000 17870.500000 1150902747 - 0.000000#0.000000#270.000000 + 0.000000#0.000000#180.000000 0.000000 End Object Start Object015 - 86500.000000 -91900.000000 17848.500000 - 1150902747 - 0.000000#0.000000#0.000000 - 0.000000 -End Object -Start Object016 86500.000000 -88200.000000 17847.500000 1150902747 0.000000#0.000000#90.000000 0.000000 End Object -Start Object017 - 82700.000000 -88200.000000 17870.500000 +Start Object016 + 86500.000000 -91900.000000 17848.500000 1150902747 - 0.000000#0.000000#180.000000 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object017 + 82700.000000 -91900.000000 17852.250000 + 1150902747 + 0.000000#0.000000#270.000000 0.000000 End Object Start Object018 @@ -170,7 +170,7 @@ Start Object027 0.000000 End Object Start Object028 - 84600.000000 -91900.000000 17852.500000 + 85600.000000 -91900.000000 17849.000000 2340306603 0.000000#0.000000#0.000000 0.000000 @@ -182,7 +182,7 @@ Start Object029 0.000000 End Object Start Object030 - 85600.000000 -91900.000000 17849.000000 + 84600.000000 -91900.000000 17852.500000 2340306603 0.000000#0.000000#0.000000 0.000000 @@ -200,22 +200,22 @@ Start Object032 0.000000 End Object Start Object033 - 90517.992188 -81535.617188 18447.400391 + 97479.406250 -79472.156250 18151.972656 3449844455 0.000000#0.000000#0.000000 - -394.000000 + -30.000000 End Object Start Object034 - 80904.328125 -81787.890625 18283.171875 + 89457.695313 -79144.796875 18267.035156 3449844455 0.000000#0.000000#0.000000 - -394.000000 + -333.000000 End Object Start Object035 - 85889.507813 -84551.718750 18284.578125 + 83146.687500 -80668.625000 18227.849609 3449844455 0.000000#0.000000#0.000000 - -394.000000 + -333.000000 End Object Start Object036 87601.210938 -90373.898438 18084.595703 @@ -224,22 +224,22 @@ Start Object036 -394.000000 End Object Start Object037 - 83146.687500 -80668.625000 18227.849609 + 85889.507813 -84551.718750 18284.578125 3449844455 0.000000#0.000000#0.000000 - -333.000000 + -394.000000 End Object Start Object038 - 89457.695313 -79144.796875 18267.035156 + 80904.328125 -81787.890625 18283.171875 3449844455 0.000000#0.000000#0.000000 - -333.000000 + -394.000000 End Object Start Object039 - 97479.406250 -79472.156250 18151.972656 + 90517.992188 -81535.617188 18447.400391 3449844455 0.000000#0.000000#0.000000 - -30.000000 + -394.000000 End Object Start Object040 82282.523438 -80132.414063 17978.474609 @@ -260,85 +260,85 @@ Start Object042 0.000000 End Object Start Object043 - 86500.000000 -90400.000000 17847.250000 + 82700.000000 -91400.000000 17849.000000 4249744792 0.000000#0.000000#90.000000 0.000000 End Object Start Object044 - 86500.000000 -90900.000000 17847.500000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object045 - 85900.000000 -88200.000000 17853.500000 - 4249744792 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object046 - 83400.000000 -88200.000000 17870.500000 - 4249744792 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object047 - 86500.000000 -89900.000000 17847.250000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object048 - 82700.000000 -88900.000000 17868.750000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object049 - 82700.000000 -89400.000000 17864.500000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object050 - 82700.000000 -89900.000000 17854.500000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object051 - 82700.000000 -90400.000000 17851.750000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object052 - 82700.000000 -90900.000000 17850.750000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object053 - 86500.000000 -88900.000000 17846.000000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object054 - 86500.000000 -89400.000000 17846.000000 - 4249744792 - 0.000000#0.000000#90.000000 - 0.000000 -End Object -Start Object055 86500.000000 -91400.000000 17847.000000 4249744792 0.000000#0.000000#90.000000 0.000000 End Object +Start Object045 + 86500.000000 -89400.000000 17846.000000 + 4249744792 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object046 + 86500.000000 -88900.000000 17846.000000 + 4249744792 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object047 + 82700.000000 -90900.000000 17850.750000 + 4249744792 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object048 + 82700.000000 -90400.000000 17851.750000 + 4249744792 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object049 + 82700.000000 -89900.000000 17854.500000 + 4249744792 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object050 + 82700.000000 -89400.000000 17864.500000 + 4249744792 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object051 + 82700.000000 -88900.000000 17868.750000 + 4249744792 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object052 + 86500.000000 -89900.000000 17847.250000 + 4249744792 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object053 + 83400.000000 -88200.000000 17870.500000 + 4249744792 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object054 + 85900.000000 -88200.000000 17853.500000 + 4249744792 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object055 + 86500.000000 -90900.000000 17847.500000 + 4249744792 + 0.000000#0.000000#90.000000 + 0.000000 +End Object Start Object056 - 82700.000000 -91400.000000 17849.000000 + 86500.000000 -90400.000000 17847.250000 4249744792 0.000000#0.000000#90.000000 0.000000 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/attr.atr b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/attr.atr index 712163d0..f7de550b 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/attr.atr and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/attr.atr differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/minimap.dds deleted file mode 100644 index 6865a081..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/shadowmap.dds index 62fc73c4..e8f7e13c 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/shadowmap.raw index 92e94abc..1f081d80 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003003/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003004/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003004/minimap.dds deleted file mode 100644 index 12da52e4..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003004/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003005/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003005/minimap.dds deleted file mode 100644 index b397e390..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003005/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003006/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/003006/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004000/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004000/minimap.dds deleted file mode 100644 index 6f588afb..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004000/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004000/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004000/shadowmap.dds index 7e0fe661..88c2dd50 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004000/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004000/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004000/shadowmap.raw index 26f8e6bb..8d250611 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004000/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004000/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/areadata.txt index b047537d..aa93156d 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/areadata.txt @@ -31,65 +31,65 @@ Start Object004 0.000000 End Object Start Object005 - 117500.000000 -37500.000000 23316.000000 + 117600.000000 -33400.000000 23316.000000 119836759 - 0.000000#0.000000#180.000000 + 0.000000#0.000000#270.000000 0.000000 End Object Start Object006 - 116500.000000 -37500.000000 23316.000000 - 119836759 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object007 - 117600.000000 -36400.000000 23316.000000 - 119836759 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object008 - 114500.000000 -37500.000000 23316.000000 - 119836759 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object009 - 114000.000000 -32300.000000 23327.500000 - 119836759 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object010 - 117000.000000 -32300.000000 23316.000000 - 119836759 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object011 - 117600.000000 -35400.000000 23316.000000 - 119836759 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object012 - 115500.000000 -37500.000000 23316.000000 - 119836759 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object013 117600.000000 -32400.000000 23316.000000 119836759 0.000000#0.000000#270.000000 0.000000 End Object -Start Object014 - 117600.000000 -33400.000000 23316.000000 +Start Object007 + 115500.000000 -37500.000000 23316.000000 + 119836759 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object008 + 117600.000000 -35400.000000 23316.000000 119836759 0.000000#0.000000#270.000000 0.000000 End Object +Start Object009 + 117000.000000 -32300.000000 23316.000000 + 119836759 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object010 + 114000.000000 -32300.000000 23327.500000 + 119836759 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object011 + 114500.000000 -37500.000000 23316.000000 + 119836759 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object012 + 117600.000000 -36400.000000 23316.000000 + 119836759 + 0.000000#0.000000#270.000000 + 0.000000 +End Object +Start Object013 + 116500.000000 -37500.000000 23316.000000 + 119836759 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object014 + 117500.000000 -37500.000000 23316.000000 + 119836759 + 0.000000#0.000000#180.000000 + 0.000000 +End Object Start Object015 117600.000000 -34300.000000 23316.000000 208034851 @@ -271,17 +271,17 @@ Start Object044 0.000000 End Object Start Object045 - 117600.000000 -34700.000000 23316.000000 - 1646009684 - 0.000000#0.000000#270.000000 - 0.000000 -End Object -Start Object046 115200.000000 -37500.000000 23316.000000 1646009684 0.000000#0.000000#180.000000 0.000000 End Object +Start Object046 + 117600.000000 -34700.000000 23316.000000 + 1646009684 + 0.000000#0.000000#270.000000 + 0.000000 +End Object Start Object047 115000.000000 -32300.000000 23268.000000 1819248119 @@ -331,7 +331,7 @@ Start Object054 0.000000 End Object Start Object055 - 105769.179688 -34192.609375 20995.029297 + 105769.179688 -34192.609375 20983.429688 2096618344 0.000000#0.000000#90.000000 0.000000 @@ -355,7 +355,7 @@ Start Object058 0.000000 End Object Start Object059 - 106053.640625 -33297.160156 21022.966797 + 106053.640625 -33297.160156 20815.886719 2908943621 0.000000#0.000000#90.000000 0.000000 @@ -367,33 +367,33 @@ Start Object060 0.000000 End Object Start Object061 - 117211.257813 -34267.136719 23316.000000 + 116322.664063 -36007.648438 23316.000000 2945693258 - 0.000000#0.000000#45.000000 + 0.000000#0.000000#105.000000 0.000000 End Object Start Object062 - 116957.601563 -37141.707031 23316.000000 + 116292.851563 -35784.402344 23316.000000 2945693258 - 0.000000#0.000000#45.000000 + 0.000000#0.000000#330.000000 0.000000 End Object Start Object063 - 116005.015625 -35738.121094 23316.000000 + 117318.726563 -32997.636719 23316.000000 2945693258 - 0.000000#0.000000#45.000000 + 0.000000#0.000000#90.000000 0.000000 End Object Start Object064 - 116833.578125 -37068.988281 23316.000000 + 117200.000000 -34500.000000 23316.000000 2945693258 - 0.000000#0.000000#60.000000 + 0.000000#0.000000#240.000000 0.000000 End Object Start Object065 - 117121.937500 -33087.824219 23316.000000 + 115965.570313 -36027.746094 23316.000000 2945693258 - 0.000000#0.000000#60.000000 + 0.000000#0.000000#300.000000 0.000000 End Object Start Object066 @@ -403,33 +403,33 @@ Start Object066 0.000000 End Object Start Object067 - 115965.570313 -36027.746094 23316.000000 + 117121.937500 -33087.824219 23316.000000 2945693258 - 0.000000#0.000000#300.000000 + 0.000000#0.000000#60.000000 0.000000 End Object Start Object068 - 117200.000000 -34500.000000 23316.000000 + 116833.578125 -37068.988281 23316.000000 2945693258 - 0.000000#0.000000#240.000000 + 0.000000#0.000000#60.000000 0.000000 End Object Start Object069 - 117318.726563 -32997.636719 23316.000000 + 116005.015625 -35738.121094 23316.000000 2945693258 - 0.000000#0.000000#90.000000 + 0.000000#0.000000#45.000000 0.000000 End Object Start Object070 - 116292.851563 -35784.402344 23316.000000 + 116957.601563 -37141.707031 23316.000000 2945693258 - 0.000000#0.000000#330.000000 + 0.000000#0.000000#45.000000 0.000000 End Object Start Object071 - 116322.664063 -36007.648438 23316.000000 + 117211.257813 -34267.136719 23316.000000 2945693258 - 0.000000#0.000000#105.000000 + 0.000000#0.000000#45.000000 0.000000 End Object Start Object072 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/minimap.dds deleted file mode 100644 index 96b51218..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/shadowmap.dds index d6fc3536..b0cff748 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/shadowmap.raw index 01662f01..aceade89 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004001/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/areadata.txt index 2e386143..27cd5bea 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/areadata.txt @@ -37,7 +37,7 @@ Start Object005 0.000000 End Object Start Object006 - 114373.820313 -69920.625000 18140.845703 + 114373.820313 -69920.625000 16850.474609 2096618344 0.000000#0.000000#90.000000 0.000000 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/height.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/height.raw index ba4fbf5e..c9008a97 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/height.raw and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/height.raw differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/minimap.dds deleted file mode 100644 index aad5e33b..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/shadowmap.dds index 7104e40b..c9de1e66 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/shadowmap.raw index 991d7bb7..553992e5 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/tile.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/tile.raw index ebafac4a..f1f17525 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/tile.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004002/tile.raw @@ -1 +1 @@ -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \ No newline at end of file +                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004003/height.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004003/height.raw index e2849088..ca4699e4 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004003/height.raw and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004003/height.raw differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004003/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004003/minimap.dds deleted file mode 100644 index ae7e774d..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004003/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004003/tile.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004003/tile.raw index c888d5db..ce61781e 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004003/tile.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004003/tile.raw @@ -1 +1 @@ -                                                                                                                                                             \ No newline at end of file +                                                                                                                                                                         \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004004/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004004/minimap.dds deleted file mode 100644 index 3c1ae2c4..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004004/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004005/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004005/minimap.dds deleted file mode 100644 index b397e390..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004005/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004006/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/004006/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005000/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005000/shadowmap.dds index 85e23449..e16d0123 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005000/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005000/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005000/shadowmap.raw index 62567de4..6c6fe8cd 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005000/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005000/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/areadata.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/areadata.txt index 99483c3c..18128cb4 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/areadata.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/areadata.txt @@ -157,17 +157,17 @@ Start Object025 0.000000 End Object Start Object026 - 136372.484375 -42315.406250 20580.476563 - 2096618344 - 0.000000#0.000000#180.000000 - 0.000000 -End Object -Start Object027 141052.078125 -45819.679688 16383.500000 2096618344 0.000000#0.000000#0.000000 0.000000 End Object +Start Object027 + 136372.484375 -42315.406250 20626.970703 + 2096618344 + 0.000000#0.000000#180.000000 + 0.000000 +End Object Start Object028 133300.000000 -36800.000000 21756.500000 2212694961 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/minimap.dds deleted file mode 100644 index b084de53..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/shadowmap.dds index 9437b072..4c308fa6 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/shadowmap.raw index e3aa9270..9aa93d1f 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005001/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005002/height.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005002/height.raw index ac89cd89..c427cb5a 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005002/height.raw and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005002/height.raw differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005002/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005002/minimap.dds deleted file mode 100644 index 399dbb86..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005002/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005002/tile.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005002/tile.raw index 066a190a..5632aa00 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005002/tile.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005002/tile.raw @@ -1 +1 @@ -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \ No newline at end of file +                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005003/height.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005003/height.raw index 5f57e8e8..83ec251a 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005003/height.raw and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005003/height.raw differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005003/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005003/minimap.dds deleted file mode 100644 index d17f1356..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005003/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005003/tile.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005003/tile.raw index a75236ff..8476e255 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005003/tile.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005003/tile.raw @@ -1 +1 @@ -                                                                                                                                                                                                                                                                                                                                                                                                                           \ No newline at end of file +                                                                                                                                                                                                                                                                                                                                                                                                                                  \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005004/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005004/minimap.dds deleted file mode 100644 index 25842995..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005004/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005005/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005005/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005005/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005006/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/005006/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006000/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006000/minimap.dds deleted file mode 100644 index 3572d4bf..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006000/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006001/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006001/minimap.dds deleted file mode 100644 index 44a13589..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006001/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006002/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006002/minimap.dds deleted file mode 100644 index 0a04a3bd..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006002/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006002/shadowmap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006002/shadowmap.dds index f2dddc48..784bb9ae 100644 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006002/shadowmap.dds and b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006002/shadowmap.raw b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006002/shadowmap.raw index 22fdfc4a..da30a635 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006002/shadowmap.raw +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006002/shadowmap.raw @@ -1 +1 @@ -BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006003/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006003/minimap.dds deleted file mode 100644 index 64d8abae..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006003/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006004/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006004/minimap.dds deleted file mode 100644 index 5602ebb9..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006004/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006005/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006005/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006005/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006006/minimap.dds b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006006/minimap.dds deleted file mode 100644 index 58ced034..00000000 Binary files a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/006006/minimap.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/monsterareainfo.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/monsterareainfo.txt deleted file mode 100644 index bbbf72e4..00000000 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/monsterareainfo.txt +++ /dev/null @@ -1,5 +0,0 @@ -//MonsterAreaInfoCount 1 - -//type cx cy sx sy z dir time percent count vnum -//------------------------------------------------------------------------------------------------------------------------------ -m 334 539 18 18 0 0 0 100 5 112 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/monsterarrange.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/monsterarrange.txt deleted file mode 100644 index 9ce0ba8d..00000000 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/monsterarrange.txt +++ /dev/null @@ -1,11 +0,0 @@ -64 -65 -66 -206 -9001 -9002 -9003 -9005 -9006 -10003 -30101 diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/regen.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/regen.txt index abc04107..c1c61075 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/regen.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/regen.txt @@ -1,4 +1,2 @@ //type cx cy sx sy z dir time percent count vnum //----------------------------------------------------------------------------------- -m 280 320 0 0 0 0 1m 100 1 30101 -m 305 323 0 0 0 0 1m 100 1 30101 \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/setting.txt b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/setting.txt index 50e1189e..ff4bc47d 100644 --- a/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/setting.txt +++ b/bin/pack/metin2_patch_eu3/metin2_map_devilscatacomb/setting.txt @@ -8,5 +8,5 @@ ViewRadius 128 MapSize 7 7 BasePosition 307200 1203200 TextureSet textureset\metin2_map_devilsCatacomb.txt -Environment DawnMistWood.msenv +Environment map_devilsCatacomb.msenv diff --git a/bin/pack/metin2_patch_eu3/ymir work/effect/background/blackblue_loop.mse b/bin/pack/metin2_patch_eu3/ymir work/effect/background/blackblue_loop.mse index 506cc1c0..a57e7252 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/effect/background/blackblue_loop.mse +++ b/bin/pack/metin2_patch_eu3/ymir work/effect/background/blackblue_loop.mse @@ -264,269 +264,3 @@ Group Particle } } } -BoundingSphereRadius 300.000000 -BoundingSpherePosition 0.000000 0.000000 200.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 20.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 40 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 160.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.001000 0.001000 0.002000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.400000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 7.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 40.000000 - } - List TimeEventLifeTime - { - 0.000000 2.000000 - } - List TimeEventSizeX - { - 0.000000 120.000000 - } - List TimeEventSizeY - { - 0.000000 120.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.000000 0.200000 - 0.800000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.200000 - 0.700000 0.700000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.100000 - 0.250000 0.900000 - 0.520000 0.450000 - 0.990000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 70.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 30 - - CycleLength 3.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 140.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 1.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 14.000000 - 1.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 15.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 30.000000 - } - List TimeEventLifeTime - { - 0.000000 1.500000 - } - List TimeEventSizeX - { - 0.000000 100.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.040000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 0.400000 0.650000 - 1.000000 0.870000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.700000 - 1.000000 0.900000 - } - List TimeEventColorRed - { - 0.000000 0.300000 - 0.500000 0.000000 - } - List TimeEventColorGreen - { - 0.300000 1.000000 - 0.700000 0.300000 - } - List TimeEventColorBlue - { - 0.000000 0.300000 - 0.700000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.100000 - 0.250000 0.600000 - 0.620000 0.400000 - 0.990000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke04.dds" - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/effect/background/fire_blue1.mse b/bin/pack/metin2_patch_eu3/ymir work/effect/background/fire_blue1.mse index b1038e86..dd49f4a3 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/effect/background/fire_blue1.mse +++ b/bin/pack/metin2_patch_eu3/ymir work/effect/background/fire_blue1.mse @@ -524,529 +524,3 @@ Group Particle } } } -BoundingSphereRadius 90.000000 -BoundingSpherePosition 0.000000 0.000000 70.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 15.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 15 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 10.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.010000 0.010000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 18.041237 - } - List TimeEventEmittingVelocity - { - 0.005714 4.123711 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 15.000000 - } - List TimeEventLifeTime - { - 0.000000 0.500000 - } - List TimeEventSizeX - { - 0.000000 29.896906 - } - List TimeEventSizeY - { - 0.000000 27.835051 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 5 - BillboardType 2 - RotationType 4 - RotationSpeed 48.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.742268 - 0.194286 0.855670 - 0.400000 0.865979 - 0.588571 0.783505 - 0.994286 0.432990 - } - List TimeEventScaleY - { - 0.000000 1.000000 - 1.000000 0.443299 - } - List TimeEventColorRed - { - 0.000000 1.000000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - 0.500000 0.200000 - } - List TimeEventColorBlue - { - 0.000000 0.300000 - 0.500000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.000000 - 0.125641 0.580000 - 0.412821 0.420290 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "fb3.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 25.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 10.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.010000 0.010000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 18.041237 - } - List TimeEventEmittingVelocity - { - 0.002857 7.216495 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 0.500000 - } - List TimeEventSizeX - { - 0.000000 43.298969 - } - List TimeEventSizeY - { - 0.005714 27.835052 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 2 - RotationType 4 - RotationSpeed 48.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.742268 - 0.194286 0.855670 - 0.400000 0.865979 - 0.588571 0.783505 - 0.994286 0.432990 - } - List TimeEventScaleY - { - 0.000000 1.000000 - 1.000000 0.443299 - } - List TimeEventColorRed - { - 0.000000 1.000000 - 0.200000 0.200000 - } - List TimeEventColorGreen - { - 0.000000 0.700000 - 0.300000 0.200000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - 0.400000 0.400000 - } - List TimeEventAlpha - { - 0.000000 0.000000 - 0.125641 0.890000 - 0.305128 0.420290 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "fb2.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 35.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 2 - EmitterAdvancedType 0 - EmittingSize 10.000000 10.000000 5.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.010000 0.010000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 18.041237 - } - List TimeEventEmittingVelocity - { - 0.000000 6.185567 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 0.500000 - } - List TimeEventSizeX - { - 0.000000 34.020618 - } - List TimeEventSizeY - { - 0.000000 34.020618 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 2 - RotationType 2 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 179 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.742268 - 0.194286 0.855670 - 0.400000 0.865979 - 0.588571 0.783505 - 0.994286 0.432990 - } - List TimeEventScaleY - { - 0.000000 1.000000 - 1.000000 0.443299 - } - List TimeEventColorRed - { - 0.000000 1.000000 - } - List TimeEventColorGreen - { - 0.000000 0.300000 - } - List TimeEventColorBlue - { - 0.400000 0.000000 - 0.600000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.000000 - 0.148718 1.000000 - 0.997436 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "fb1.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 20.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 2.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.010000 0.010000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.600000 - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 20.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 50.000000 - } - List TimeEventSizeY - { - 0.000000 50.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 4 - RotationSpeed 100.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.700000 - 0.400000 0.500000 - 1.000000 0.300000 - } - List TimeEventScaleY - { - 0.000000 0.700000 - 0.400000 0.500000 - 1.000000 0.300000 - } - List TimeEventColorRed - { - 0.000000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - 0.300000 0.400000 - } - List TimeEventColorBlue - { - 0.000000 0.300000 - 0.300000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 0.900000 - 0.600000 0.600000 - 0.990000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "smoke04.dds" - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/effect/background/smoke04.dds b/bin/pack/metin2_patch_eu3/ymir work/effect/background/smoke04.dds index dce54481..a8c22e52 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/effect/background/smoke04.dds and b/bin/pack/metin2_patch_eu3/ymir work/effect/background/smoke04.dds differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/effect/background/torch1.mse b/bin/pack/metin2_patch_eu3/ymir work/effect/background/torch1.mse index ef2598d9..5c2c448e 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/effect/background/torch1.mse +++ b/bin/pack/metin2_patch_eu3/ymir work/effect/background/torch1.mse @@ -515,520 +515,3 @@ Group Particle } } } -BoundingSphereRadius 500.000000 -BoundingSpherePosition 0.000000 0.000000 400.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 80.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.005000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 2.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.100000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 20.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 45.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 250.000000 - } - List TimeEventSizeY - { - 0.000000 250.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 50.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 1 - - List TimeEventGravity - { - 0.011429 94.845360 - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.300000 - 0.400000 0.800000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 0.400000 0.800000 - 1.000000 1.000000 - } - List TimeEventColorRed - { - 0.000000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.100000 - 0.250000 0.700000 - 0.520000 0.300000 - 0.990000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 30.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 20 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 180.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.005000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.700000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 25.000000 - } - List TimeEventEmittingVelocity - { - 0.005714 8.247422 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 20.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 330.000000 - } - List TimeEventSizeY - { - 0.000000 330.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 50.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 1 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.195876 - 0.800000 0.731959 - } - List TimeEventScaleY - { - 0.000000 0.195876 - 0.811429 0.711340 - } - List TimeEventColorRed - { - 0.000000 0.200000 - 0.300000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.200000 - 0.500000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.180000 - 0.200000 0.900000 - 0.595000 0.600000 - 0.990000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 200.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.005000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - 0.000000 0.010000 - } - List TimeEventEmittingDirectionY - { - 0.011429 0.010000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 10.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 45.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.000000 - } - List TimeEventSizeX - { - 0.000000 300.000000 - } - List TimeEventSizeY - { - 0.000000 300.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 50.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 1 - - List TimeEventGravity - { - 0.011429 94.845360 - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.500000 - 1.000000 1.000000 - } - List TimeEventScaleY - { - 0.000000 0.500000 - 1.000000 1.400000 - } - List TimeEventColorRed - { - 0.000000 0.300000 - 0.300000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.600000 - 0.500000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.100000 - 0.250000 0.900000 - 0.520000 0.450000 - 0.990000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 300.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 20 - - CycleLength 0.500000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 130.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 50.000000 - } - List TimeEventEmittingVelocity - { - 0.005714 8.247422 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 30.000000 - } - List TimeEventLifeTime - { - 0.000000 0.800000 - } - List TimeEventSizeX - { - 0.000000 300.000000 - } - List TimeEventSizeY - { - 0.000000 150.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 24.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 1 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.195876 - 0.800000 0.731959 - } - List TimeEventScaleY - { - 0.000000 0.195876 - 0.811429 0.711340 - } - List TimeEventColorRed - { - 0.000000 0.200000 - 0.400000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.600000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - 0.500000 0.500000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.251282 1.000000 - 0.779487 0.626712 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "smoke01.dds" - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/autodrugup_blue.mse b/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/autodrugup_blue.mse deleted file mode 100644 index a7736463..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/autodrugup_blue.mse +++ /dev/null @@ -1,195 +0,0 @@ -BoundingSphereRadius 150.000000 -BoundingSpherePosition 0.000000 0.000000 150.000000 - -Group Mesh -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 - } - - MeshFileName "drugup_line1.mde" - MeshAnimationLoopEnable 0 - MeshAnimationLoopCount 0 - MeshAnimationFrameDelay 0.003000 - - MeshElementCount 1 - Group MeshElement00 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 3 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.137255 0.623529 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 1.000000 - 0.500000 0.000000 - } - } -} -Group Mesh -{ - StartTime 0.080000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 - } - - MeshFileName "drugup_line1.mde" - MeshAnimationLoopEnable 0 - MeshAnimationLoopCount 0 - MeshAnimationFrameDelay 0.005000 - - MeshElementCount 1 - Group MeshElement00 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 3 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.000000 0.482353 1.000000 1.000000 - List TimeEventAlpha - { - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 50.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 20 - - CycleLength 0.400000 - CycleLoopEnable 0 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 1 - EmittingRadius 55.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.010000 0.010000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 15.000000 - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 300.000000 - 0.100000 200.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 2.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 60.000000 - } - List TimeEventLifeTime - { - 0.000000 0.386598 - } - List TimeEventSizeX - { - 0.000000 40.000000 - } - List TimeEventSizeY - { - 0.000000 40.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 5 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.050000 - 1.000000 0.200000 - } - List TimeEventScaleY - { - 0.000000 0.050000 - 0.994286 0.200000 - } - List TimeEventColorRed - { - 0.000000 0.000000 - 0.500000 0.100000 - } - List TimeEventColorGreen - { - 0.000000 0.500000 - 0.800000 0.200000 - } - List TimeEventColorBlue - { - 0.000000 1.000000 - } - List TimeEventAlpha - { - 0.200000 1.000000 - 0.950000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "hp_ring.dds" - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/autodrugup_red.mse b/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/autodrugup_red.mse deleted file mode 100644 index bdf0a9c0..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/autodrugup_red.mse +++ /dev/null @@ -1,195 +0,0 @@ -BoundingSphereRadius 150.000000 -BoundingSpherePosition 0.000000 0.000000 150.000000 - -Group Mesh -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 - } - - MeshFileName "drugup_line1.mde" - MeshAnimationLoopEnable 0 - MeshAnimationLoopCount 0 - MeshAnimationFrameDelay 0.003000 - - MeshElementCount 1 - Group MeshElement00 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 3 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 1.000000 0.439216 0.137255 1.000000 - List TimeEventAlpha - { - 0.000000 1.000000 - 0.500000 0.000000 - } - } -} -Group Mesh -{ - StartTime 0.080000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 - } - - MeshFileName "drugup_line1.mde" - MeshAnimationLoopEnable 0 - MeshAnimationLoopCount 0 - MeshAnimationFrameDelay 0.005000 - - MeshElementCount 1 - Group MeshElement00 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 3 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 1.000000 0.000000 0.000000 1.000000 - List TimeEventAlpha - { - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 50.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 20 - - CycleLength 0.400000 - CycleLoopEnable 0 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 1 - EmittingRadius 55.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.010000 0.010000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 15.000000 - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 300.000000 - 0.100000 200.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 2.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 60.000000 - } - List TimeEventLifeTime - { - 0.000000 0.386598 - } - List TimeEventSizeX - { - 0.000000 40.000000 - } - List TimeEventSizeY - { - 0.000000 40.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 5 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.050000 - 1.000000 0.200000 - } - List TimeEventScaleY - { - 0.000000 0.050000 - 0.994286 0.200000 - } - List TimeEventColorRed - { - 0.000000 1.000000 - } - List TimeEventColorGreen - { - 0.000000 0.500000 - 0.800000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - 0.800000 0.100000 - } - List TimeEventAlpha - { - 0.200000 1.000000 - 0.950000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "hp_ring.dds" - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/drugup_line1.mde b/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/drugup_line1.mde deleted file mode 100644 index 27b309a7..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/drugup_line1.mde and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/hp_ring.dds b/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/hp_ring.dds deleted file mode 100644 index 7ae4b321..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/hp_ring.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/light00.dds b/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/light00.dds deleted file mode 100644 index 22d7f79d..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/light00.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/sp_ring.dds b/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/sp_ring.dds deleted file mode 100644 index 342b1079..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/sp_ring.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/upellipse.dds b/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/upellipse.dds deleted file mode 100644 index bb22324f..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/effect/etc/recuperation/upellipse.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/evoc_liberato/bastone.tga b/bin/pack/metin2_patch_eu3/ymir work/monster/evoc_liberato/bastone.tga deleted file mode 100644 index 6305dbfd..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster/evoc_liberato/bastone.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/evoc_liberato/evoc_liberato.tga b/bin/pack/metin2_patch_eu3/ymir work/monster/evoc_liberato/evoc_liberato.tga deleted file mode 100644 index 1e26856d..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster/evoc_liberato/evoc_liberato.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/meteora.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/meteora.gr2 deleted file mode 100644 index 56cbbe8d..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/meteora.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/meteora.msm b/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/meteora.msm deleted file mode 100644 index 8aabc5b7..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/meteora.msm +++ /dev/null @@ -1,63 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\monster\meteora\meteora.GR2" - -SmokeBoneName "ChamferCyl04" -List SmokeFileName -{ - 0 "D:\Ymir Work\effect\background\metinstone_loop_1.mse" - 1 "D:\Ymir Work\effect\background\metinstone_loop_2.mse" - 2 "D:\Ymir Work\effect\background\metinstone_loop_3.mse" - 3 "D:\Ymir Work\effect\background\metinstone_loop_4.mse" -} - -DefaultHitSoundFileName "" -List DefaultHitEffectFileName -{ -} - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "ChamferCyl04" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 80.000000 - Position -50.000000 0.000000 100.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "ChamferCyl04" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 90.000000 - Position -50.000000 0.000000 100.000000 - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_attack.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_attack.gr2 deleted file mode 100644 index d1ab331f..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_attack.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_attack.msa b/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_attack.msa deleted file mode 100644 index b26e86cc..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_attack.msa +++ /dev/null @@ -1,21 +0,0 @@ -ScriptType MotionData - -MotionFileName "D:\Ymir Work\monster\meteora\metinstone_attack.GR2" -MotionDuration 0.166667 - -Group MotionEventData -{ - MotionEventDataCount 1 - Group Event00 - { - MotionEventType 1 - StartingTime 0.004444 - - IndependentFlag 0 - AttachingEnable 0 - AttachingBoneName "ChamferCyl04" - FollowingEnable 0 - EffectFileName "d:/ymir work/effect/background/metinstone_splash.mse" - EffectPosition 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_blow.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_blow.gr2 deleted file mode 100644 index c1946aea..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_blow.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_blow.msa b/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_blow.msa deleted file mode 100644 index 694a5738..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_blow.msa +++ /dev/null @@ -1,33 +0,0 @@ -ScriptType MotionData - -MotionFileName "D:\Ymir Work\monster\meteora\metinstone_blow.GR2" -MotionDuration 3.500000 - -Group MotionEventData -{ - MotionEventDataCount 2 - Group Event00 - { - MotionEventType 1 - StartingTime 0.300855 - - IndependentFlag 0 - AttachingEnable 0 - AttachingBoneName "Object68" - FollowingEnable 0 - EffectFileName "d:/ymir work/effect/background/metinstone_laser.mse" - EffectPosition 0.000000 0.000000 0.000000 - } - Group Event01 - { - MotionEventType 1 - StartingTime 0.280342 - - IndependentFlag 0 - AttachingEnable 0 - AttachingBoneName "Object68" - FollowingEnable 0 - EffectFileName "d:/ymir work/effect/background/metinstone_blow.mse" - EffectPosition 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_drop.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_drop.gr2 deleted file mode 100644 index 57139f2a..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_drop.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_drop.msa b/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_drop.msa deleted file mode 100644 index 746fc4a7..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_drop.msa +++ /dev/null @@ -1,31 +0,0 @@ -ScriptType MotionData - -MotionFileName "D:\Ymir Work\monster\meteora\metinstone_drop.GR2" -MotionDuration 0.500000 - -Group MotionEventData -{ - MotionEventDataCount 2 - Group Event00 - { - MotionEventType 1 - StartingTime 0.079487 - - AttachingEnable 1 - AttachingBoneName "ChamferCyl04" - FollowingEnable 1 - EffectFileName "d:/ymir work/effect/background/metinstone_drop.mse" - EffectPosition 0.000000 0.000000 0.000000 - } - Group Event01 - { - MotionEventType 1 - StartingTime 0.448718 - - AttachingEnable 0 - AttachingBoneName "Object68" - FollowingEnable 0 - EffectFileName "d:/ymir work/effect/background/metinstone_crash.mse" - EffectPosition 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_loop.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_loop.gr2 deleted file mode 100644 index d1ab331f..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_loop.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_loop.msa b/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_loop.msa deleted file mode 100644 index 81c52d8c..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/metinstone_loop.msa +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType MotionData - -MotionFileName "D:\Ymir Work\monster\meteora\metinstone_loop.GR2" -MotionDuration 0.166667 - diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/motlist.txt b/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/motlist.txt deleted file mode 100644 index 24309ea5..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster/meteora/motlist.txt +++ /dev/null @@ -1,12 +0,0 @@ -GENERAL SPAWN metinstone_drop.msa 100 -GENERAL WAIT metinstone_loop.msa 100 -GENERAL RUN metinstone_loop.msa 100 -GENERAL NORMAL_ATTACK metinstone_attack.msa 100 -GENERAL FRONT_DAMAGE metinstone_loop.msa 100 -GENERAL FRONT_DEAD metinstone_blow.msa 100 -GENERAL FRONT_KNOCKDOWN metinstone_loop.msa 100 -GENERAL FRONT_STANDUP metinstone_loop.msa 100 -GENERAL BACK_DAMAGE metinstone_loop.msa 100 -GENERAL BACK_KNOCKDOWN metinstone_loop.msa 100 -GENERAL BACK_STANDUP metinstone_loop.msa 100 -GENERAL BACK_DEAD metinstone_blow.msa 100 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00.gr2 deleted file mode 100644 index 6baa0034..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00.msa deleted file mode 100644 index 84aa95ac..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/00.gr2" -MotionDuration 1.000000 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_1.gr2 deleted file mode 100644 index 61e1a135..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_1.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_1.msa deleted file mode 100644 index fabaee8c..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_1.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/00_1.gr2" -MotionDuration 2.000000 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_2.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_2.gr2 deleted file mode 100644 index 3bb059a8..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_2.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_2.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_2.msa deleted file mode 100644 index febb2d55..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/00_2.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/00_2.gr2" -MotionDuration 2.000000 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/03.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/03.gr2 deleted file mode 100644 index 87cafec9..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/03.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/03.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/03.msa deleted file mode 100644 index d83267bf..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/03.msa +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/03.gr2" -MotionDuration 0.933333 -Accumulation 0.00 -255.64 0.00 - diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20.gr2 deleted file mode 100644 index 75391eae..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20.msa deleted file mode 100644 index 8e8e1fe8..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20.msa +++ /dev/null @@ -1,40 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/20.gr2" -MotionDuration 1.166667 - -Group AttackingData -{ - AttackType 0 - HittingType 2 - StiffenTime 0.000000 - InvisibleTime 0.300000 - ExternalForce 0.000000 - - MotionType 1 - HitDataCount 1 - Group HitData00 - { - AttackingStartTime 0.448500 - AttackingEndTime 0.556367 - AttackingBone "Bip01 R Hand" - WeaponLength 0.000000 - List HitPosition - { - 0.448500 -91.937843 -49.844925 263.477661 -91.937836 -49.844921 263.477631 - 0.456833 -76.299187 -86.987000 247.143906 -76.299179 -86.986992 247.143890 - 0.465166 -56.519577 -119.399429 221.798569 -56.519573 -119.399422 221.798553 - 0.473500 -33.829380 -142.973816 187.789063 -33.829376 -142.973801 187.789047 - 0.481833 -12.419566 -152.999924 152.048035 -12.419565 -152.999908 152.048019 - 0.490166 3.199740 -151.671661 123.190018 3.199740 -151.671646 123.190010 - 0.498500 12.769070 -144.478256 101.843124 12.769069 -144.478241 101.843117 - 0.506833 17.381975 -135.133148 87.115372 17.381973 -135.133133 87.115364 - 0.515166 18.658529 -125.640831 77.453491 18.658527 -125.640823 77.453484 - 0.523500 18.656576 -116.739212 70.855942 18.656574 -116.739204 70.855934 - 0.531833 17.893316 -108.960426 66.585419 17.893314 -108.960419 66.585411 - 0.540166 16.648661 -102.634598 64.090118 16.648659 -102.634590 64.090111 - 0.548500 15.114315 -97.895416 62.901306 15.114314 -97.895409 62.901302 - } - } -} - diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20_1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20_1.gr2 deleted file mode 100644 index d8ea0d4d..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20_1.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20_1.msa deleted file mode 100644 index a8ad6488..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/20_1.msa +++ /dev/null @@ -1,31 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/20_1.gr2" -MotionDuration 1.166667 - -Group MotionEventData -{ - MotionEventDataCount 2 - Group Event00 - { - MotionEventType 1 - StartingTime 0.229927 - - IndependentFlag 0 - AttachingEnable 1 - AttachingBoneName "Bip01 R Hand" - FollowingEnable 1 - EffectFileName "d:/ymir work/effect/monster/milgyo_monster_20_1_hand.mse" - EffectPosition 0.000000 0.000000 0.000000 - } - Group Event01 - { - MotionEventType 6 - StartingTime 0.337794 - - AttachingEnable 1 - AttachingBoneName "Bip01 R Hand" - FlyFileName "d:/ymir work/effect/monster/milgyo_monster_20_1_throw.msf" - FlyPosition 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30.gr2 deleted file mode 100644 index 264a4d7f..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30.msa deleted file mode 100644 index 7e7f51a6..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/30.gr2" -MotionDuration 0.833333 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30_1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30_1.gr2 deleted file mode 100644 index 55d1b680..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30_1.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30_1.msa deleted file mode 100644 index c2a6165c..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/30_1.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/30_1.gr2" -MotionDuration 0.833333 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31.gr2 deleted file mode 100644 index 48c78281..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31.msa deleted file mode 100644 index ea9d2d72..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31.msa +++ /dev/null @@ -1,5 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/31.gr2" -MotionDuration 1.533333 - diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31_1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31_1.gr2 deleted file mode 100644 index 2ff3f26d..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31_1.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31_1.msa deleted file mode 100644 index 7dd8917a..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/31_1.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/31_1.gr2" -MotionDuration 1.333333 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/32.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/32.gr2 deleted file mode 100644 index b9b4191c..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/32.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/32.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/32.msa deleted file mode 100644 index c2526243..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/32.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/32.gr2" -MotionDuration 1.166667 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/33.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/33.gr2 deleted file mode 100644 index 9b23ea5e..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/33.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/33.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/33.msa deleted file mode 100644 index 573764d2..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/33.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/33.gr2" -MotionDuration 1.166667 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34.gr2 deleted file mode 100644 index 3fa36b17..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34.msa deleted file mode 100644 index ebe46145..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/34.gr2" -MotionDuration 0.833333 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34_1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34_1.gr2 deleted file mode 100644 index 23747145..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34_1.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34_1.msa deleted file mode 100644 index 16a289c2..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/34_1.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/34_1.gr2" -MotionDuration 0.833333 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/35.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/35.gr2 deleted file mode 100644 index 57c6d933..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/35.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/35.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/35.msa deleted file mode 100644 index c1306c73..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/35.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/35.gr2" -MotionDuration 1.166667 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/36.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/36.gr2 deleted file mode 100644 index ce665757..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/36.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/36.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/36.msa deleted file mode 100644 index 0240c318..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/36.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/36.gr2" -MotionDuration 1.166667 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37.gr2 deleted file mode 100644 index 62306e6b..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37.msa deleted file mode 100644 index d84a078d..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/37.gr2" -MotionDuration 1.333333 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37_1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37_1.gr2 deleted file mode 100644 index a17f0035..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37_1.msa b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37_1.msa deleted file mode 100644 index 71d202fc..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/37_1.msa +++ /dev/null @@ -1,4 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/monster2/evoc_liberato/37_1.gr2" -MotionDuration 1.500000 diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/evoc_liberato.gr2 b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/evoc_liberato.gr2 deleted file mode 100644 index 4cad88a1..00000000 Binary files a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/evoc_liberato.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/evoc_liberato.msm b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/evoc_liberato.msm deleted file mode 100644 index 9999c9c0..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/evoc_liberato.msm +++ /dev/null @@ -1,49 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "d:/ymir work/monster2/evoc_liberato/evoc_liberato.gr2" - -DefaultHitSoundFileName "" -List DefaultHitEffectFileName -{ -} - -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 60.000000 - Position 0.000000 0.000000 100.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 110.000000 - Position 0.000000 0.000000 100.000000 - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/motlist.txt b/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/motlist.txt deleted file mode 100644 index 9da122c8..00000000 --- a/bin/pack/metin2_patch_eu3/ymir work/monster2/evoc_liberato/motlist.txt +++ /dev/null @@ -1,18 +0,0 @@ -GENERAL WAIT 00.msa 65 -GENERAL WAIT1 00_1.msa 25 -GENERAL WAIT2 00_2.msa 10 -GENERAL RUN 03.msa 100 -GENERAL NORMAL_ATTACK 20.msa 50 -GENERAL NORMAL_ATTACK1 20_1.msa 50 -GENERAL FRONT_DAMAGE 30.msa 100 -GENERAL FRONT_DAMAGE1 30_1.msa 100 -GENERAL FRONT_DEAD 31.msa 50 -GENERAL FRONT_DEAD1 31_1.msa 50 -GENERAL FRONT_KNOCKDOWN 32.msa 100 -GENERAL FRONT_STANDUP 33.msa 100 -GENERAL BACK_DAMAGE 34.msa 100 -GENERAL BACK_DAMAGE1 34_1.msa 100 -GENERAL BACK_KNOCKDOWN 35.msa 100 -GENERAL BACK_STANDUP 36.msa 100 -GENERAL BACK_DEAD 37.msa 50 -GENERAL BACK_DEAD1 37_1.msa 50 diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0.gr2 index df7e73af..91686426 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0.msm b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0.msm index d61ef543..b740fabb 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0.msm +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0.msm @@ -47,52 +47,3 @@ Group AttachingData } } } -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc\boar\boar_0.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 100.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 121.000000 - Position 0.000000 0.000000 0.000000 - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_01.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_01.gr2 index b79734c6..5dddc77f 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_01.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_02.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_02.gr2 index 18617b0e..81223da2 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_02.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_03.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_03.gr2 index 752e9d7a..16ece17d 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_03.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_0_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3.gr2 index 84c0231e..22cf1536 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3.msm b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3.msm index 2dded20f..0abd2afd 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3.msm +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3.msm @@ -47,52 +47,3 @@ Group AttachingData } } } -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc\boar\boar_3.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 100.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 121.000000 - Position 0.000000 0.000000 0.000000 - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_01.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_01.gr2 index 65e10228..8f5ac533 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_01.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_02.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_02.gr2 index 51529815..b18d11e1 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_02.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_03.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_03.gr2 index 85171cb2..d5f8ebba 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_03.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_3_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_red.dds b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_red.dds index de476b3f..295a80ab 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_red.dds and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_red.dds differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_violet.dds b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_violet.dds index eee938d4..10f8f5fc 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_violet.dds and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/boar_violet.dds differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/combo_attack1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/combo_attack1.gr2 index 60f7ce89..bb5ab27e 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/combo_attack1.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/combo_attack1.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/combo_attack1.msa b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/combo_attack1.msa index 31d52f58..17ca3319 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/combo_attack1.msa +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/combo_attack1.msa @@ -3,8 +3,3 @@ ScriptType MotionData MotionFileName "D:\Ymir Work\npc\boar\combo_attack1.GR2" MotionDuration 1.000000 -ScriptType MotionData - -MotionFileName "D:\Ymir Work\npc\boar\combo_attack1.GR2" -MotionDuration 1.000000 - diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/skill2.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/skill2.gr2 index 9d08525d..71ff25e2 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/skill2.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/skill2.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/skill2.msa b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/skill2.msa index fafb27bb..00eb52d9 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/boar/skill2.msa +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/boar/skill2.msa @@ -3,8 +3,3 @@ ScriptType MotionData MotionFileName "D:\Ymir Work\npc\boar\skill2.GR2" MotionDuration 2.000000 -ScriptType MotionData - -MotionFileName "D:\Ymir Work\npc\boar\skill2.GR2" -MotionDuration 2.000000 - diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/combo_attack1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/combo_attack1.gr2 index 7ee2b308..d8d4e25b 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/combo_attack1.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/combo_attack1.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/combo_attack1.msa b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/combo_attack1.msa index 0e94bc60..bd402ad0 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/combo_attack1.msa +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/combo_attack1.msa @@ -3,8 +3,3 @@ ScriptType MotionData MotionFileName "D:\Ymir Work\npc\dog_god\combo_attack1.GR2" MotionDuration 1.000000 -ScriptType MotionData - -MotionFileName "D:\Ymir Work\npc\dog_god\combo_attack1.GR2" -MotionDuration 1.000000 - diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0.gr2 index f0217bcc..89c3c9f1 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0.msm b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0.msm index 190f6ccb..a9ff1d74 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0.msm +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0.msm @@ -47,52 +47,3 @@ Group AttachingData } } } -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc\dog_god\dog_god_0.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 100.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 121.000000 - Position 0.000000 0.000000 0.000000 - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_01.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_01.gr2 index 8cd0b1e4..768c3d82 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_01.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_02.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_02.gr2 index f0c5a922..2c57d947 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_02.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_03.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_03.gr2 index 36ec57b0..c7c8eb20 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_03.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_0_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3.gr2 index 6e8998f6..383357ad 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3.msm b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3.msm index da5e2cb5..8e8bb77b 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3.msm +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3.msm @@ -47,52 +47,3 @@ Group AttachingData } } } -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc\dog_god\dog_god_3.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 100.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 121.000000 - Position 0.000000 0.000000 0.000000 - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_01.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_01.gr2 index eb23f550..a0b694ee 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_01.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_02.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_02.gr2 index 059cafe7..6ef5e922 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_02.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_03.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_03.gr2 index 3ed14bf3..81d9ddef 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_03.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_3_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_red.dds b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_red.dds index c3ab15cf..9a0ec9aa 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_red.dds and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_red.dds differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_violet.dds b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_violet.dds index 2029a698..1f06c50c 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_violet.dds and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/dog_god_violet.dds differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/skill2.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/skill2.gr2 index 8f23353f..d1dfd1c2 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/skill2.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/skill2.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/skill2.msa b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/skill2.msa index 2f525e52..0425e79b 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/skill2.msa +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/dog_god/skill2.msa @@ -3,8 +3,3 @@ ScriptType MotionData MotionFileName "D:\ymir work\npc\dog_god\skill2.GR2" MotionDuration 2.000000 -ScriptType MotionData - -MotionFileName "D:\ymir work\npc\dog_god\skill2.GR2" -MotionDuration 2.000000 - diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/combo_attack1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/combo_attack1.gr2 index fc3c54de..8e93189b 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/combo_attack1.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/combo_attack1.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/combo_attack1.msa b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/combo_attack1.msa index a6c0c4cd..5d235d2c 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/combo_attack1.msa +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/combo_attack1.msa @@ -3,8 +3,3 @@ ScriptType MotionData MotionFileName "D:\ymir work\npc\fire_tiger\combo_attack1.GR2" MotionDuration 1.000000 -ScriptType MotionData - -MotionFileName "D:\ymir work\npc\fire_tiger\combo_attack1.GR2" -MotionDuration 1.000000 - diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0.gr2 index 53926419..fd37efcb 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0.msm b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0.msm index cb54398f..43d57695 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0.msm +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0.msm @@ -47,52 +47,3 @@ Group AttachingData } } } -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc\fire_tiger\fire_tiger_0.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 100.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 121.000000 - Position 0.000000 0.000000 0.000000 - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_01.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_01.gr2 index 3988aca5..754ff44a 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_01.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_02.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_02.gr2 index 4b6a3aa9..0dee1a64 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_02.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_03.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_03.gr2 index ae31ed05..9d7d5f4e 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_03.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_0_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3.gr2 index a60094d4..75ecf929 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3.msm b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3.msm index 8a61356e..afa0b6ae 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3.msm +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3.msm @@ -47,52 +47,3 @@ Group AttachingData } } } -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc\fire_tiger\fire_tiger_3.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 100.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 121.000000 - Position 0.000000 0.000000 0.000000 - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_01.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_01.gr2 index 0269e100..78d30f26 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_01.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_02.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_02.gr2 index bedf6d20..e9f468bb 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_02.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_03.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_03.gr2 index 53000eda..dba6ad3e 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_03.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_3_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_red.dds b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_red.dds index 8984d167..664bf8c5 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_red.dds and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_red.dds differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_violet.dds b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_violet.dds index 1280e0cf..419dc870 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_violet.dds and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/fire_tiger_violet.dds differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/skill2.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/skill2.gr2 index 433e66e7..4e453b6f 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/skill2.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/skill2.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/skill2.msa b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/skill2.msa index d3fa7dcc..79171181 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/skill2.msa +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/fire_tiger/skill2.msa @@ -3,8 +3,3 @@ ScriptType MotionData MotionFileName "D:\ymir work\npc\fire_tiger\skill2.GR2" MotionDuration 2.000000 -ScriptType MotionData - -MotionFileName "D:\ymir work\npc\fire_tiger\skill2.GR2" -MotionDuration 2.000000 - diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/combo_attack1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/combo_attack1.gr2 index 4785572b..0301463e 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/combo_attack1.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/combo_attack1.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/combo_attack1.msa b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/combo_attack1.msa index 9e6450b4..f94f8264 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/combo_attack1.msa +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/combo_attack1.msa @@ -3,8 +3,3 @@ ScriptType MotionData MotionFileName "D:\ymir work\npc\lion\combo_attack1.GR2" MotionDuration 1.000000 -ScriptType MotionData - -MotionFileName "D:\ymir work\npc\lion\combo_attack1.GR2" -MotionDuration 1.000000 - diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0.gr2 index ff69b5d2..29a907f5 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0.msm b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0.msm index 06cc0de5..86676683 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0.msm +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0.msm @@ -47,52 +47,3 @@ Group AttachingData } } } -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc\lion\lion_0.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 100.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 121.000000 - Position 0.000000 0.000000 0.000000 - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_01.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_01.gr2 index 2c96fe72..1756c000 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_01.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_02.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_02.gr2 index 0a520fe9..aabee58b 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_02.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_03.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_03.gr2 index a46baa38..9f146e7e 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_03.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_0_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3.gr2 index 80e3023a..bd69fbf0 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3.msm b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3.msm index 0bf5bd52..24505369 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3.msm +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3.msm @@ -47,52 +47,3 @@ Group AttachingData } } } -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc\lion\lion_3.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 100.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "horse_bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 121.000000 - Position 0.000000 0.000000 0.000000 - } - } -} diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_01.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_01.gr2 index 5fb36312..7e7c2ef7 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_01.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_02.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_02.gr2 index c6437931..64de9fb4 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_02.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_03.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_03.gr2 index 362d263e..318ab257 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_03.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_3_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_red.dds b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_red.dds index 75a2f4ca..15f56d3d 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_red.dds and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_red.dds differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_violet.dds b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_violet.dds index 18beca3e..38f27c28 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_violet.dds and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/lion_violet.dds differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/skill2.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/skill2.gr2 index dbcb2146..ae5335bc 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/skill2.gr2 and b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/skill2.gr2 differ diff --git a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/skill2.msa b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/skill2.msa index e8c78c5f..5afec144 100644 --- a/bin/pack/metin2_patch_eu3/ymir work/npc/lion/skill2.msa +++ b/bin/pack/metin2_patch_eu3/ymir work/npc/lion/skill2.msa @@ -3,8 +3,3 @@ ScriptType MotionData MotionFileName "D:\ymir work\npc\lion\skill2.GR2" MotionDuration 2.000000 -ScriptType MotionData - -MotionFileName "D:\ymir work\npc\lion\skill2.GR2" -MotionDuration 2.000000 - diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/motlist.txt b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/motlist.txt rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/motlist.txt diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/phoenix1.dds b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/phoenix1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/phoenix1.dds rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/phoenix1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/phoenix1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/phoenix1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/phoenix1.gr2 rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/phoenix1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/phoenix1.msm b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/phoenix1.msm similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/phoenix1.msm rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/phoenix1.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/run.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/run.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/run.gr2 rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/run.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/run.msa b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/run.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/run.msa rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/run.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait.gr2 rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait.msa b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait.msa rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait1.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait1.gr2 rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait1.msa b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait1.msa rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait1.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait2.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait2.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait2.gr2 rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait2.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait2.msa b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/wait2.msa rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/wait2.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/walk.gr2 b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/walk.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/walk.gr2 rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/walk.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/walk.msa b/bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/walk.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix1/walk.msa rename to bin/pack/metin2_patch_eu3/ymir work/npc2/phoenix1/walk.msa diff --git a/bin/pack/metin2_patch_eu3/ymir work/terrainmaps/dungeon/devilcave/dc_stone_lava_00.dds b/bin/pack/metin2_patch_eu3/ymir work/terrainmaps/dungeon/devilcave/dc_stone_lava_00.dds index d98d9a63..3f2c3a8f 100644 Binary files a/bin/pack/metin2_patch_eu3/ymir work/terrainmaps/dungeon/devilcave/dc_stone_lava_00.dds and b/bin/pack/metin2_patch_eu3/ymir work/terrainmaps/dungeon/devilcave/dc_stone_lava_00.dds differ diff --git a/bin/pack/metin2_patch_eu4/icon/item/11000.tga b/bin/pack/metin2_patch_eu4/icon/item/11000.tga new file mode 100644 index 00000000..a50ae3d9 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/icon/item/11000.tga differ diff --git a/bin/pack/metin2_patch_eu4/icon/item/11010.tga b/bin/pack/metin2_patch_eu4/icon/item/11010.tga new file mode 100644 index 00000000..380c0bb2 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/icon/item/11010.tga differ diff --git a/bin/pack/metin2_patch_eu4/icon/item/11020.tga b/bin/pack/metin2_patch_eu4/icon/item/11020.tga new file mode 100644 index 00000000..8c46a8e7 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/icon/item/11020.tga differ diff --git a/bin/pack/metin2_patch_eu4/icon/item/11030.tga b/bin/pack/metin2_patch_eu4/icon/item/11030.tga new file mode 100644 index 00000000..a1ebc587 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/icon/item/11030.tga differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000000/areaambiencedata.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000000/areaambiencedata.txt rename to bin/pack/metin2_patch_eu4/metin2_guild_village/000000/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/areadata.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/areadata.txt new file mode 100644 index 00000000..dff01993 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/areadata.txt @@ -0,0 +1,268 @@ +AreaDataFile + +Start Object000 + 11135.500000 -6470.752441 17286.599609 + 178856905 + 0.000000#0.000000#180.000000 + -164.000000 +End Object +Start Object001 + 12914.206055 -6512.863281 17019.359375 + 178856905 + 0.000000#0.000000#180.000000 + -164.000000 +End Object +Start Object002 + 5600.966309 -22251.626953 17713.900391 + 298660563 + 330.000000#315.000000#345.000000 + -70.000000 +End Object +Start Object003 + 19674.574219 -6012.623047 17128.669922 + 298660563 + 45.000000#0.000000#180.000000 + -273.000000 +End Object +Start Object004 + 16882.171875 -6899.867188 17039.830078 + 569394331 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object005 + 6714.275391 -8552.420898 17428.509766 + 569394331 + 315.000000#330.000000#60.000000 + -30.000000 +End Object +Start Object006 + 22556.664063 -11562.535156 16747.820313 + 673027490 + 0.000000#0.000000#180.000000 + -132.000000 +End Object +Start Object007 + 24196.398438 -16380.041992 16959.669922 + 673027490 + 0.000000#0.000000#180.000000 + -132.000000 +End Object +Start Object008 + 22009.292969 -7682.947754 16566.845703 + 943480121 + 345.000000#0.000000#180.000000 + -758.000000 +End Object +Start Object009 + 18419.167969 -22314.734375 17177.904297 + 1107711305 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object010 + 21693.417969 -7240.198242 17170.113281 + 1107711305 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object011 + 5021.685059 -15247.598633 17941.677734 + 1107711305 + 315.000000#330.000000#60.000000 + -394.000000 +End Object +Start Object012 + 21376.919922 -12966.380859 16970.345703 + 1107711305 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object013 + 24247.216797 -16785.023438 16932.507813 + 1211097993 + 0.000000#0.000000#180.000000 + -132.000000 +End Object +Start Object014 + 5319.103516 -10054.483398 17873.492188 + 1515374865 + 315.000000#330.000000#60.000000 + -30.000000 +End Object +Start Object015 + 18525.429688 -22938.615234 17219.689453 + 1535330398 + 0.000000#0.000000#75.000000 + -49.000000 +End Object +Start Object016 + 18583.441406 -22294.330078 17216.195313 + 1535330398 + 0.000000#0.000000#90.000000 + -49.000000 +End Object +Start Object017 + 18601.164063 -21701.337891 17212.296875 + 1535330398 + 0.000000#0.000000#270.000000 + -49.000000 +End Object +Start Object018 + 24681.613281 -25432.728516 17226.796875 + 1612944704 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object019 + 24681.451172 -25563.664063 17226.591797 + 1612944704 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object020 + 20437.128906 -7727.903320 17139.347656 + 1667733524 + 330.000000#0.000000#180.000000 + -29.000000 +End Object +Start Object021 + 5872.333984 -21001.531250 17638.154297 + 1667733524 + 330.000000#45.000000#15.000000 + -70.000000 +End Object +Start Object022 + 24479.064453 -16897.884766 16915.734375 + 1678169896 + 0.000000#0.000000#90.000000 + -24.000000 +End Object +Start Object023 + 17868.015625 -24386.896484 17185.519531 + 1678169896 + 0.000000#0.000000#0.000000 + -24.000000 +End Object +Start Object024 + 23989.701172 -16792.390625 16983.310547 + 1802826680 + 0.000000#0.000000#180.000000 + -132.000000 +End Object +Start Object025 + 18169.869141 -24268.974609 17188.849609 + 2276262724 + 0.000000#0.000000#90.000000 + -30.000000 +End Object +Start Object026 + 5930.606934 -23007.916016 17075.609375 + 2344774207 + 0.000000#0.000000#0.000000 + -373.000000 +End Object +Start Object027 + 24308.251953 -17091.718750 16961.937500 + 2344774207 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object028 + 23787.785156 -16180.561523 17028.710938 + 2376089798 + 0.000000#0.000000#180.000000 + -273.000000 +End Object +Start Object029 + 17768.119141 -23334.417969 16944.384766 + 2376089798 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object030 + 12915.029297 -6564.542969 16980.337891 + 2376089798 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object031 + 6353.284668 -9750.097656 17365.154297 + 2376089798 + 315.000000#330.000000#60.000000 + -394.000000 +End Object +Start Object032 + 4826.122070 -22334.855469 18443.445313 + 2376089798 + 330.000000#45.000000#15.000000 + -515.000000 +End Object +Start Object033 + 24529.242188 -25300.750000 17227.000000 + 2435647381 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object034 + 5027.344727 -25586.175781 16867.175781 + 2490412367 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object035 + 5928.190430 -21470.380859 17655.699219 + 2653701801 + 0.000000#0.000000#315.000000 + -90.000000 +End Object +Start Object036 + 25467.691406 -24435.662109 17227.332031 + 2783977159 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object037 + 20771.468750 -7281.766602 17393.765625 + 2839234966 + 300.000000#300.000000#180.000000 + -30.000000 +End Object +Start Object038 + 5741.405762 -10160.128906 17650.544922 + 2839234966 + 330.000000#60.000000#90.000000 + -30.000000 +End Object +Start Object039 + 6399.288574 -8870.416992 17524.765625 + 3115530827 + 330.000000#0.000000#90.000000 + -30.000000 +End Object +Start Object040 + 25191.507813 -24595.103516 17228.667969 + 3251244830 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object041 + 5755.882813 -16096.932617 17789.462891 + 3476577188 + 0.000000#0.000000#90.000000 + -576.000000 +End Object +Start Object042 + 5165.507813 -13016.755859 18370.050781 + 3476577188 + 0.000000#0.000000#90.000000 + -879.000000 +End Object +Start Object043 + 5820.389648 -23672.550781 17011.599609 + 3476577188 + 0.000000#0.000000#90.000000 + 0.000000 +End Object + +ObjectCount 44 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000003/areaproperty.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000003/areaproperty.txt rename to bin/pack/metin2_patch_eu4/metin2_guild_village/000000/areaproperty.txt diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/attr.atr b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/attr.atr new file mode 100644 index 00000000..9fb760f8 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/attr.atr differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/height.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/height.raw new file mode 100644 index 00000000..3edb6fd3 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/height.raw differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/minimap.dds b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/minimap.dds new file mode 100644 index 00000000..80a3a07b Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/minimap.dds differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/shadowmap.dds b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/shadowmap.dds new file mode 100644 index 00000000..4a85f5e7 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/shadowmap.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/shadowmap.raw new file mode 100644 index 00000000..568d2c13 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/tile.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/tile.raw new file mode 100644 index 00000000..42433b5c --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000003/water.wtr b/bin/pack/metin2_patch_eu4/metin2_guild_village/000000/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000003/water.wtr rename to bin/pack/metin2_patch_eu4/metin2_guild_village/000000/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000001/areaambiencedata.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000001/areaambiencedata.txt rename to bin/pack/metin2_patch_eu4/metin2_guild_village/000001/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/areadata.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/areadata.txt new file mode 100644 index 00000000..2f8d200d --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/areadata.txt @@ -0,0 +1,208 @@ +AreaDataFile + +Start Object000 + 24695.113281 -25825.378906 17226.261719 + 565526255 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object001 + 20546.923828 -31637.630859 17364.357422 + 569394331 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object002 + 6822.573730 -30081.107422 16728.931641 + 569394331 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object003 + 16439.667969 -27748.121094 17158.447266 + 569394331 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object004 + 23964.587891 -32730.371094 17073.595703 + 569394331 + 0.000000#0.000000#0.000000 + -91.000000 +End Object +Start Object005 + 20442.025391 -31404.091797 17379.835938 + 673027490 + 0.000000#0.000000#30.000000 + -152.000000 +End Object +Start Object006 + 18007.640625 -27899.863281 17149.619141 + 673027490 + 0.000000#0.000000#30.000000 + -152.000000 +End Object +Start Object007 + 9988.341797 -43477.035156 17396.509766 + 673027490 + 0.000000#0.000000#315.000000 + -90.000000 +End Object +Start Object008 + 9549.990234 -43107.718750 17287.556641 + 673027490 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object009 + 18024.654297 -27536.925781 17172.580078 + 796958272 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object010 + 20086.623047 -43773.992188 17198.193359 + 1107711305 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object011 + 4759.788574 -31514.644531 17559.500000 + 1107711305 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object012 + 9332.768555 -43619.070313 17230.892578 + 1107711305 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object013 + 20726.558594 -31699.511719 17358.654297 + 1211097993 + 0.000000#0.000000#330.000000 + -152.000000 +End Object +Start Object014 + 12500.084961 -43219.578125 17363.363281 + 1211097993 + 0.000000#0.000000#315.000000 + -90.000000 +End Object +Start Object015 + 17797.226563 -27891.320313 17047.132813 + 1289994135 + 0.000000#0.000000#0.000000 + -212.000000 +End Object +Start Object016 + 6877.731445 -31004.556641 16982.832031 + 1667733524 + 330.000000#45.000000#15.000000 + -70.000000 +End Object +Start Object017 + 25119.138672 -32215.800781 17207.132813 + 1678169896 + 0.000000#0.000000#90.000000 + -30.000000 +End Object +Start Object018 + 21041.638672 -31429.294922 17295.025391 + 1678169896 + 0.000000#0.000000#90.000000 + -24.000000 +End Object +Start Object019 + 17683.119141 -26729.570313 17100.992188 + 1678169896 + 0.000000#0.000000#180.000000 + -24.000000 +End Object +Start Object020 + 24854.466797 -32005.335938 17280.287109 + 2276262724 + 0.000000#0.000000#180.000000 + -30.000000 +End Object +Start Object021 + 18040.689453 -26843.761719 17117.914063 + 2276262724 + 0.000000#0.000000#90.000000 + -30.000000 +End Object +Start Object022 + 6150.584473 -27896.929688 16851.960938 + 2344774207 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object023 + 6189.473633 -31016.751953 17137.164063 + 2376089798 + 330.000000#45.000000#15.000000 + -515.000000 +End Object +Start Object024 + 12242.501953 -43225.070313 17342.908203 + 2376089798 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object025 + 24693.931641 -25713.037109 17226.267578 + 2395018297 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object026 + 6670.104980 -30438.546875 16788.619141 + 2653701801 + 0.000000#0.000000#315.000000 + -90.000000 +End Object +Start Object027 + 24072.736328 -32945.921875 17074.734375 + 2653701801 + 0.000000#0.000000#330.000000 + -152.000000 +End Object +Start Object028 + 8625.585938 -43525.992188 17372.062500 + 2653701801 + 0.000000#0.000000#315.000000 + -90.000000 +End Object +Start Object029 + 24683.123047 -25925.994141 17226.187500 + 3115423655 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object030 + 5403.920410 -27461.857422 16936.912109 + 3476577188 + 0.000000#0.000000#270.000000 + 0.000000 +End Object +Start Object031 + 11922.532227 -43249.281250 17355.000000 + 4014868700 + 0.000000#0.000000#315.000000 + -90.000000 +End Object +Start Object032 + 9373.536133 -42946.816406 17365.654297 + 4014868700 + 0.000000#0.000000#315.000000 + -90.000000 +End Object +Start Object033 + 20192.591797 -31259.144531 17383.203125 + 4014868700 + 0.000000#0.000000#0.000000 + -60.000000 +End Object + +ObjectCount 34 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000004/areaproperty.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000004/areaproperty.txt rename to bin/pack/metin2_patch_eu4/metin2_guild_village/000001/areaproperty.txt diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/attr.atr b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/attr.atr new file mode 100644 index 00000000..bb071c34 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/attr.atr differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/height.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/height.raw new file mode 100644 index 00000000..2ab2aff6 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/height.raw differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/minimap.dds b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/minimap.dds new file mode 100644 index 00000000..5d3a919b Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/minimap.dds differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/shadowmap.dds b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/shadowmap.dds new file mode 100644 index 00000000..64ef1145 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/shadowmap.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/shadowmap.raw new file mode 100644 index 00000000..9c22785a --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/tile.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/tile.raw new file mode 100644 index 00000000..c2ea30f7 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000004/water.wtr b/bin/pack/metin2_patch_eu4/metin2_guild_village/000001/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000004/water.wtr rename to bin/pack/metin2_patch_eu4/metin2_guild_village/000001/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000002/areaambiencedata.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000002/areaambiencedata.txt rename to bin/pack/metin2_patch_eu4/metin2_guild_village/001000/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/areadata.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/areadata.txt new file mode 100644 index 00000000..e334bfa4 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/areadata.txt @@ -0,0 +1,304 @@ +AreaDataFile + +Start Object000 + 26089.683594 -24455.771484 17227.000000 + 108628045 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object001 + 42890.996094 -23173.126953 16208.782227 + 178856905 + 0.000000#0.000000#270.000000 + 273.000000 +End Object +Start Object002 + 27871.056641 -6199.820313 16626.652344 + 178856905 + 0.000000#0.000000#180.000000 + -164.000000 +End Object +Start Object003 + 29798.683594 -6146.214844 16954.400391 + 178856905 + 0.000000#0.000000#180.000000 + -455.000000 +End Object +Start Object004 + 41973.539063 -21635.128906 16329.452148 + 298660563 + 60.000000#0.000000#0.000000 + -212.000000 +End Object +Start Object005 + 39479.296875 -21336.273438 16374.192383 + 569394331 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object006 + 32103.410156 -18884.964844 16837.105469 + 569394331 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object007 + 43722.179688 -23166.019531 16420.585938 + 569394331 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object008 + 39609.941406 -5592.780273 16950.966797 + 569394331 + 330.000000#45.000000#15.000000 + -515.000000 +End Object +Start Object009 + 25914.685547 -24408.791016 17227.214844 + 596317540 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object010 + 25702.121094 -24333.048828 17227.757813 + 602665365 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object011 + 42098.699219 -23340.406250 16624.179688 + 893775926 + 0.000000#0.000000#0.000000 + -212.000000 +End Object +Start Object012 + 40846.601563 -21777.683594 16560.341797 + 943480121 + 345.000000#0.000000#180.000000 + -758.000000 +End Object +Start Object013 + 30471.015625 -6155.805176 16691.179688 + 1107711305 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object014 + 43310.898438 -5491.455078 17742.572266 + 1107711305 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object015 + 28241.539063 -16239.858398 16550.294922 + 1107711305 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object016 + 26049.863281 -24315.810547 17227.212891 + 1190724556 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object017 + 42765.890625 -24941.740234 16643.945313 + 1211097993 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object018 + 43391.914063 -25364.195313 16368.752930 + 1289994135 + 0.000000#0.000000#0.000000 + -758.000000 +End Object +Start Object019 + 40314.824219 -21635.480469 16597.652344 + 1289994135 + 0.000000#0.000000#0.000000 + -758.000000 +End Object +Start Object020 + 25748.998047 -25563.380859 17225.091797 + 1424906083 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object021 + 43037.726563 -5029.447266 17961.205078 + 1515374865 + 30.000000#30.000000#30.000000 + -91.000000 +End Object +Start Object022 + 44051.183594 -15529.741211 16750.392578 + 1535330398 + 0.000000#0.000000#270.000000 + -30.000000 +End Object +Start Object023 + 43957.476563 -14078.999023 16746.632813 + 1535330398 + 0.000000#0.000000#270.000000 + -54.000000 +End Object +Start Object024 + 29463.210938 -5937.204102 17176.484375 + 1667733524 + 330.000000#0.000000#180.000000 + -29.000000 +End Object +Start Object025 + 32674.355469 -24355.537109 17159.039063 + 1678169896 + 0.000000#0.000000#15.000000 + -24.000000 +End Object +Start Object026 + 27745.441406 -17190.482422 16825.675781 + 1678169896 + 0.000000#0.000000#270.000000 + -24.000000 +End Object +Start Object027 + 33208.246094 -20709.718750 16689.011719 + 1688180061 + 0.000000#0.000000#330.000000 + -273.000000 +End Object +Start Object028 + 42896.417969 -25187.509766 16522.386719 + 1780937370 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object029 + 32618.289063 -24173.814453 17193.177734 + 2276262724 + 0.000000#0.000000#270.000000 + -30.000000 +End Object +Start Object030 + 33519.820313 -4984.397461 17153.251953 + 2376089798 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object031 + 27764.531250 -6254.967285 16565.560547 + 2376089798 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object032 + 31319.066406 -18905.351563 17202.789063 + 2376089798 + 0.000000#0.000000#180.000000 + -273.000000 +End Object +Start Object033 + 26039.927734 -5911.451660 16919.617188 + 2376089798 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object034 + 43865.550781 -13671.349609 16747.693359 + 2376089798 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object035 + 33010.574219 -24046.773438 17124.515625 + 2376089798 + 0.000000#0.000000#180.000000 + -273.000000 +End Object +Start Object036 + 39841.871094 -4973.925781 17145.544922 + 2376089798 + 330.000000#45.000000#15.000000 + -515.000000 +End Object +Start Object037 + 42598.003906 -23638.173828 16658.039063 + 2653701801 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object038 + 32915.718750 -20175.496094 16830.449219 + 2653701801 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object039 + 29895.271484 -6093.965820 17067.205078 + 2839234966 + 300.000000#300.000000#180.000000 + -30.000000 +End Object +Start Object040 + 42866.007813 -5528.836914 17765.039063 + 2839234966 + 300.000000#300.000000#180.000000 + -30.000000 +End Object +Start Object041 + 41886.320313 -20897.945313 16298.062500 + 2839234966 + 30.000000#30.000000#0.000000 + -91.000000 +End Object +Start Object042 + 40502.140625 -5142.752930 17120.390625 + 3476577188 + 0.000000#0.000000#180.000000 + -91.000000 +End Object +Start Object043 + 25671.357422 -24493.845703 17227.000000 + 3484926528 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object044 + 26813.128906 -25584.855469 17225.039063 + 3668704491 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object045 + 42591.289063 -20385.755859 16673.466797 + 3748653682 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object046 + 42996.656250 -25124.937500 16531.109375 + 3748653682 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object047 + 40710.027344 -21818.947266 16582.214844 + 4004749945 + 0.000000#0.000000#0.000000 + -212.000000 +End Object +Start Object048 + 25805.869141 -6236.348145 16662.957031 + 4014868700 + 0.000000#0.000000#180.000000 + -29.000000 +End Object +Start Object049 + 42788.429688 -25180.605469 16553.439453 + 4014868700 + 0.000000#0.000000#0.000000 + -30.000000 +End Object + +ObjectCount 50 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000005/areaproperty.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000005/areaproperty.txt rename to bin/pack/metin2_patch_eu4/metin2_guild_village/001000/areaproperty.txt diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/attr.atr b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/attr.atr new file mode 100644 index 00000000..417d08e5 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/attr.atr differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/height.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/height.raw new file mode 100644 index 00000000..1dd541c3 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/height.raw differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/minimap.dds b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/minimap.dds new file mode 100644 index 00000000..9aa3fbd0 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/minimap.dds differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/shadowmap.dds b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/shadowmap.dds new file mode 100644 index 00000000..527337cc Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/shadowmap.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/shadowmap.raw new file mode 100644 index 00000000..a2d6648c --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/tile.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/tile.raw new file mode 100644 index 00000000..4d35e568 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000005/water.wtr b/bin/pack/metin2_patch_eu4/metin2_guild_village/001000/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000005/water.wtr rename to bin/pack/metin2_patch_eu4/metin2_guild_village/001000/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000003/areaambiencedata.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000003/areaambiencedata.txt rename to bin/pack/metin2_patch_eu4/metin2_guild_village/001001/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/areadata.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/areadata.txt new file mode 100644 index 00000000..23128435 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/areadata.txt @@ -0,0 +1,166 @@ +AreaDataFile + +Start Object000 + 26613.320313 -43427.273438 16543.277344 + 569394331 + 0.000000#0.000000#0.000000 + -91.000000 +End Object +Start Object001 + 42222.386719 -41484.414063 16407.365234 + 569394331 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object002 + 31468.005859 -43944.492188 16352.290039 + 569394331 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object003 + 31924.998047 -32226.492188 17067.369141 + 569394331 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object004 + 32675.367188 -29245.089844 17312.949219 + 673027490 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object005 + 28428.517578 -32621.134766 17141.142578 + 673027490 + 0.000000#0.000000#330.000000 + -273.000000 +End Object +Start Object006 + 36786.339844 -34760.593750 16346.254883 + 673027490 + 0.000000#0.000000#30.000000 + -152.000000 +End Object +Start Object007 + 25733.568359 -39506.312500 16374.440430 + 673027490 + 0.000000#0.000000#30.000000 + -152.000000 +End Object +Start Object008 + 43031.820313 -29675.500000 16332.424805 + 1107711305 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object009 + 36852.738281 -34397.859375 16456.785156 + 1107711305 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object010 + 42699.882813 -41236.667969 16457.029297 + 1107711305 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object011 + 26799.615234 -25790.757813 17225.000000 + 1217578642 + 0.000000#0.000000#270.000000 + -24.000000 +End Object +Start Object012 + 43824.039063 -28654.070313 16229.809570 + 1515374865 + 30.000000#30.000000#30.000000 + -91.000000 +End Object +Start Object013 + 32607.056641 -26264.800781 17195.615234 + 1678169896 + 0.000000#0.000000#180.000000 + -24.000000 +End Object +Start Object014 + 27482.519531 -32290.720703 17138.835938 + 1678169896 + 0.000000#0.000000#270.000000 + -30.000000 +End Object +Start Object015 + 36815.417969 -34075.511719 16533.363281 + 1688180061 + 0.000000#0.000000#330.000000 + -273.000000 +End Object +Start Object016 + 36806.679688 -34481.105469 16433.494141 + 1802826680 + 0.000000#0.000000#330.000000 + -273.000000 +End Object +Start Object017 + 32630.369141 -26529.408203 17197.322266 + 2276262724 + 0.000000#0.000000#270.000000 + -30.000000 +End Object +Start Object018 + 27790.080078 -32099.808594 17201.570313 + 2276262724 + 0.000000#0.000000#180.000000 + -30.000000 +End Object +Start Object019 + 25673.273438 -39507.195313 16435.347656 + 2376089798 + 0.000000#0.000000#180.000000 + -90.000000 +End Object +Start Object020 + 32889.023438 -28438.707031 17216.955078 + 2376089798 + 0.000000#0.000000#0.000000 + -394.000000 +End Object +Start Object021 + 44047.410156 -34379.425781 16604.294922 + 2376089798 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object022 + 36275.824219 -34889.816406 16463.539063 + 2376089798 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object023 + 40006.812500 -43690.042969 16390.214844 + 2376089798 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object024 + 36692.343750 -34660.738281 16399.810547 + 2534098066 + 0.000000#0.000000#0.000000 + -152.000000 +End Object +Start Object025 + 33054.878906 -26511.214844 17104.839844 + 4014868700 + 0.000000#0.000000#0.000000 + -60.000000 +End Object +Start Object026 + 32702.664063 -29524.353516 17318.529297 + 4014868700 + 0.000000#0.000000#0.000000 + -152.000000 +End Object + +ObjectCount 27 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000006/areaproperty.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000006/areaproperty.txt rename to bin/pack/metin2_patch_eu4/metin2_guild_village/001001/areaproperty.txt diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/attr.atr b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/attr.atr new file mode 100644 index 00000000..14ed6eca Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/attr.atr differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/height.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/height.raw new file mode 100644 index 00000000..8c2e1f12 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/height.raw differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/minimap.dds b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/minimap.dds new file mode 100644 index 00000000..2ae05524 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/minimap.dds differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/shadowmap.dds b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/shadowmap.dds new file mode 100644 index 00000000..f06b098b Binary files /dev/null and b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/shadowmap.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/shadowmap.raw new file mode 100644 index 00000000..3a7d6aa4 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/tile.raw b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/tile.raw new file mode 100644 index 00000000..ffb092a9 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000006/water.wtr b/bin/pack/metin2_patch_eu4/metin2_guild_village/001001/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000006/water.wtr rename to bin/pack/metin2_patch_eu4/metin2_guild_village/001001/water.wtr diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/mapproperty.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/mapproperty.txt new file mode 100644 index 00000000..370e5ddc --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/mapproperty.txt @@ -0,0 +1,4 @@ +ScriptType MapProperty + +MapType "Outdoor" + diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village/setting.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village/setting.txt new file mode 100644 index 00000000..aa5f0578 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village/setting.txt @@ -0,0 +1,12 @@ +ScriptType MapSetting + +CellScale 200 +HeightScale 0.500000 + +ViewRadius 128 + +MapSize 2 2 +BasePosition 0 0 +TextureSet textureset\metin2_guild_village.txt +Environment guild_village.msenv + diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village_01/mapproperty.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village_01/mapproperty.txt new file mode 100644 index 00000000..417b8848 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village_01/mapproperty.txt @@ -0,0 +1,5 @@ +ScriptType MapProperty + +MapType "Outdoor" +ParentMapName metin2_guild_village + diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village_02/mapproperty.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village_02/mapproperty.txt new file mode 100644 index 00000000..417b8848 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village_02/mapproperty.txt @@ -0,0 +1,5 @@ +ScriptType MapProperty + +MapType "Outdoor" +ParentMapName metin2_guild_village + diff --git a/bin/pack/metin2_patch_eu4/metin2_guild_village_03/mapproperty.txt b/bin/pack/metin2_patch_eu4/metin2_guild_village_03/mapproperty.txt new file mode 100644 index 00000000..597537f0 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/metin2_guild_village_03/mapproperty.txt @@ -0,0 +1,6 @@ +ScriptType MapProperty + +MapType "Outdoor" +ParentMapName metin2_guild_village + + diff --git a/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/run.mss b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/run.mss new file mode 100644 index 00000000..6cc32ecb --- /dev/null +++ b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/run.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.066000 "sound/monster/skeleton_god/walk_1.wav" diff --git a/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait.mss b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait.mss new file mode 100644 index 00000000..0bd807cb --- /dev/null +++ b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.198000 "sound/monster/skeleton_god/walk_1.wav" diff --git a/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait1.mss b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait1.mss new file mode 100644 index 00000000..fdae2649 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait1.mss @@ -0,0 +1,8 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 5 +SoundData00 2.145000 "sound/monster/skeleton_god/skill_2.wav" +SoundData01 1.287000 "sound/monster/skeleton_god/skill_2.wav" +SoundData02 0.429000 "sound/monster/skeleton_god/skill_2_v.wav" +SoundData03 2.607000 "sound/monster/skeleton_god/skill_2_v.wav" +SoundData04 0.462000 "sound/monster/skeleton_god/skill_2.wav" diff --git a/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait2.mss b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait2.mss new file mode 100644 index 00000000..dcf1122e --- /dev/null +++ b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait2.mss @@ -0,0 +1,6 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 3 +SoundData00 0.330000 "sound/monster/skeleton_god/walk_1.wav" +SoundData01 1.980000 "sound/monster/skeleton_god/walk_1.wav" +SoundData02 0.495000 "sound/monster/skeleton_magician/dead_1.wav" diff --git a/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait3.mss b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait3.mss new file mode 100644 index 00000000..7df8e8fa --- /dev/null +++ b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/wait3.mss @@ -0,0 +1,8 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 5 +SoundData00 2.145000 "sound/monster/skeleton_god/skill_2_v.wav" +SoundData01 2.673000 "sound/monster/skeleton_magician/attack_2_explo.wav" +SoundData02 0.627000 "sound/monster/skeleton_magician/walk_wind.wav" +SoundData03 2.079000 "sound/monster/skeleton_magician/walk_wind.wav" +SoundData04 0.165000 "sound/monster/skeleton_god/walk_1.wav" diff --git a/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/walk.mss b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/walk.mss new file mode 100644 index 00000000..6cc32ecb --- /dev/null +++ b/bin/pack/metin2_patch_eu4/sound/npc2/pwahuang1/walk.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.066000 "sound/monster/skeleton_god/walk_1.wav" diff --git a/bin/pack/metin2_patch_eu4/textureset/metin2_guild_village.txt b/bin/pack/metin2_patch_eu4/textureset/metin2_guild_village.txt new file mode 100644 index 00000000..8f757d17 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/textureset/metin2_guild_village.txt @@ -0,0 +1,53 @@ +TextureSet + +TextureCount 6 +Start Texture002 + "D:\ymir work\terrainmaps\guild_village\guild_village_grass002.dds" + 2.000000 + 2.000000 + 0.000000 + 0.000000 + 0 + 0 + 0 +End Texture002 +Start Texture003 + "D:\ymir work\terrainmaps\guild_village\guild_village_field001.dds" + 2.000000 + 2.000000 + 0.000000 + 0.000000 + 90 + 0 + 0 +End Texture003 +Start Texture004 + "D:\ymir work\terrainmaps\guild_village\guild_village_cliff002.dds" + 1.000000 + 1.000000 + 0.000000 + 0.000000 + 0 + 0 + 0 +End Texture004 +Start Texture005 + "D:\ymir work\terrainmaps\guild_village\guild_village_field003.dds" + 2.000000 + 2.000000 + 0.000000 + 0.000000 + 0 + 0 + 0 +End Texture005 +Start Texture006 + "D:\ymir work\terrainmaps\guild_village\stone_tile_002.dds" + 2.000000 + 2.000000 + 0.000000 + 0.000000 + 0 + 0 + 0 +End Texture006 diff --git a/bin/pack/metin2_patch_halloween/ymir work/effect/background/duest1.dds b/bin/pack/metin2_patch_eu4/ymir work/effect/background/duest1.dds similarity index 100% rename from bin/pack/metin2_patch_halloween/ymir work/effect/background/duest1.dds rename to bin/pack/metin2_patch_eu4/ymir work/effect/background/duest1.dds diff --git a/bin/pack/metin2_patch_eu4/ymir work/effect/background/poison1.mse b/bin/pack/metin2_patch_eu4/ymir work/effect/background/poison1.mse new file mode 100644 index 00000000..e279b91e --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/effect/background/poison1.mse @@ -0,0 +1,396 @@ +BoundingSphereRadius 200.000000 +BoundingSpherePosition 0.000000 0.000000 150.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 -90.000000 24.141001 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 1.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 1 + EmitterAdvancedType 0 + EmittingRadius 40.000000 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.001000 0.001000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.200000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.500000 + 2.000000 0.100000 + } + List TimeEventEmittingVelocity + { + 0.000000 25.000000 + 2.000000 10.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 1.400000 + } + List TimeEventSizeX + { + 0.000000 110.000000 + } + List TimeEventSizeY + { + 0.000000 110.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 0 + RotationType 4 + RotationSpeed 30.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 0 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.300000 + 1.000000 0.800000 + } + List TimeEventScaleY + { + 0.000000 0.300000 + 1.000000 0.850000 + } + List TimeEventColorRed + { + 0.000000 0.500000 + 0.600000 0.000000 + } + List TimeEventColorGreen + { + 0.400000 0.000000 + 0.500000 0.500000 + 1.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 0.100000 + 0.500000 0.200000 + 1.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.250000 0.900000 + 0.990000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "D:\Ymir Work\effect\background\duest1.dds" + } + } +} +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 -12.000000 23.924999 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 1.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 1 + EmitterAdvancedType 0 + EmittingRadius 50.000000 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.001000 0.001000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.250000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.500000 + 2.000000 0.100000 + } + List TimeEventEmittingVelocity + { + 0.000000 20.000000 + 2.000000 7.500000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 1.400000 + } + List TimeEventSizeX + { + 0.000000 110.000000 + } + List TimeEventSizeY + { + 0.000000 110.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 0 + RotationType 4 + RotationSpeed 30.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 0 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.500000 + 1.000000 0.850000 + } + List TimeEventScaleY + { + 0.000000 0.500000 + 1.000000 0.900000 + } + List TimeEventColorRed + { + 0.400000 0.500000 + 0.700000 0.000000 + } + List TimeEventColorGreen + { + 0.000000 0.000000 + 0.700000 1.000000 + } + List TimeEventColorBlue + { + 0.400000 0.000000 + 0.700000 0.300000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.300000 0.800000 + 0.990000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "D:\Ymir Work\effect\background\duest1.dds" + } + } +} +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 54.000000 21.639999 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 1.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 1 + EmitterAdvancedType 0 + EmittingRadius 30.000000 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.001000 0.001000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.300000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.500000 + 2.000000 0.100000 + } + List TimeEventEmittingVelocity + { + 0.000000 15.000000 + 2.000000 5.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 1.400000 + } + List TimeEventSizeX + { + 0.000000 110.000000 + } + List TimeEventSizeY + { + 0.000000 110.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 0 + RotationType 4 + RotationSpeed 30.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 0 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.300000 + 1.000000 0.850000 + } + List TimeEventScaleY + { + 0.000000 0.300000 + 1.000000 0.900000 + } + List TimeEventColorRed + { + 0.000000 0.500000 + 0.500000 0.000000 + } + List TimeEventColorGreen + { + 0.400000 0.000000 + 0.500000 0.500000 + 0.700000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 0.500000 + 1.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.000000 + 0.300000 0.700000 + 0.990000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "D:\Ymir Work\effect\background\duest1.dds" + } + } +} diff --git a/bin/pack/metin2_patch_eu4/ymir work/effect/etc/appear_die/npc2_appear.mse b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/appear_die/npc2_appear.mse new file mode 100644 index 00000000..6c764df2 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/appear_die/npc2_appear.mse @@ -0,0 +1,512 @@ +BoundingSphereRadius 200.000000 +BoundingSpherePosition 0.000000 0.000000 150.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 1.045071 0.000000 97.300339 + } + + Group EmitterProperty + { + MaxEmissionCount 30 + + CycleLength 1.000000 + CycleLoopEnable 0 + LoopCount 0 + + EmitterShape 3 + EmitterAdvancedType 2 + EmittingRadius 150.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.050000 0.050000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 3.000000 + 0.400000 0.500000 + } + List TimeEventEmittingDirectionX + { + 0.000000 -1.546392 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 50.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 5.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 240.000000 + } + List TimeEventLifeTime + { + 0.000000 0.500000 + } + List TimeEventSizeX + { + 0.000000 72.164948 + } + List TimeEventSizeY + { + 0.000000 72.164948 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 4 + RotationSpeed 40.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 0 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + 0.000000 400.000000 + } + List TimeEventAirResistance + { + 0.000000 0.000000 + 0.137143 0.113402 + } + List TimeEventScaleX + { + 0.000000 0.556701 + 1.000000 1.200000 + } + List TimeEventScaleY + { + 0.000000 0.567010 + 1.000000 1.200000 + } + List TimeEventColorRed + { + 0.000000 0.239216 + 0.648718 0.666667 + } + List TimeEventColorGreen + { + 0.000000 0.000000 + 0.648718 0.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + 0.648718 1.000000 + } + List TimeEventAlpha + { + 0.528205 1.000000 + 1.000000 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "D:\Ymir Work\effect\background\duest1.dds" + } + } +} +Group Particle +{ + StartTime 0.088000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" -0.642292 0.000000 115.012924 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 0.300000 + CycleLoopEnable 0 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 0.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 20.000000 + } + List TimeEventLifeTime + { + 0.001143 0.180412 + } + List TimeEventSizeX + { + 0.000000 200.000000 + 0.200000 200.000000 + } + List TimeEventSizeY + { + 0.000000 200.000000 + 0.200000 200.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 3 + RotationSpeed 500.000000 + RotationRandomStartingBegin 90 + RotationRandomStartingEnd 0 + + AttachEnable 0 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.268041 + 1.000000 0.690722 + } + List TimeEventScaleY + { + 0.000000 0.268041 + 1.000000 0.721649 + } + List TimeEventColorRed + { + 0.000000 0.949020 + } + List TimeEventColorGreen + { + 0.000000 0.494118 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.700000 + 0.500000 0.500000 + 1.000000 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "appearbluecircle.dds" + } + } +} +Group Particle +{ + StartTime 0.104000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.673721 0.000000 115.012924 + } + + Group EmitterProperty + { + MaxEmissionCount 3 + + CycleLength 0.300000 + CycleLoopEnable 0 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 0.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.001143 10.000000 + } + List TimeEventLifeTime + { + 0.002286 0.360825 + } + List TimeEventSizeX + { + 0.000000 200.000000 + 0.200000 250.000000 + } + List TimeEventSizeY + { + 0.000000 200.000000 + 0.200000 250.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 1 + RotationSpeed 500.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 0 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.200000 + 1.000000 0.600000 + } + List TimeEventScaleY + { + 0.000000 0.200000 + 1.000000 0.600000 + } + List TimeEventColorRed + { + 0.000000 0.819608 + } + List TimeEventColorGreen + { + 0.000000 0.466667 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.700000 + 0.500000 0.500000 + 1.000000 0.000000 + } + List TimeEventRotation + { + 0.000000 1000.000000 + } + List TextureFiles + { + "appearbluecircle.dds" + } + } +} +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.803314 0.000000 122.244530 + } + + Group EmitterProperty + { + MaxEmissionCount 30 + + CycleLength 0.200000 + CycleLoopEnable 0 + LoopCount 0 + + EmitterShape 3 + EmitterAdvancedType 2 + EmittingRadius 200.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 15.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 300.000000 + } + List TimeEventLifeTime + { + 0.000000 0.100000 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 0 + StretchEnable 1 + + TexAniType 0 + TexAniDelay 0.030000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.005714 0.051546 + } + List TimeEventScaleY + { + 0.000000 0.082474 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + } + List TimeEventColorBlue + { + 0.000000 1.000000 + } + List TimeEventAlpha + { + 0.000000 1.000000 + 1.000000 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "77.dds" + } + } +} diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item2.mse b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/buff_item2.mse similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item2.mse rename to bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/buff_item2.mse diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item4.mse b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/buff_item4.mse similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item4.mse rename to bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/buff_item4.mse diff --git a/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/buff_item5.mse b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/buff_item5.mse new file mode 100644 index 00000000..9ccd8f65 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/buff_item5.mse @@ -0,0 +1,628 @@ +BoundingSphereRadius 500.000000 +BoundingSpherePosition 0.000000 0.000000 400.000000 + +Group Particle +{ + StartTime 0.512000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 300.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 40 + + CycleLength 1.500000 + CycleLoopEnable 0 + LoopCount 0 + + EmitterShape 3 + EmitterAdvancedType 0 + EmittingRadius 60.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.001000 0.001000 0.010000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 3.000000 + 1.000000 1.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 -18.041237 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + 1.000000 4.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 40.000000 + } + List TimeEventLifeTime + { + 0.000000 1.500000 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 1 + RotationType 4 + RotationSpeed 200.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 4 + TexAniDelay 0.200000 + TexAniRandomStartFrameEnable 1 + + List TimeEventGravity + { + 0.000000 20.000000 + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.005714 0.090000 + } + List TimeEventScaleY + { + 0.011429 0.090000 + } + List TimeEventColorRed + { + 0.000000 0.600000 + 0.900000 0.100000 + } + List TimeEventColorGreen + { + 0.000000 0.100000 + 0.045714 0.762887 + 0.125000 0.100000 + 0.182857 0.639175 + 0.250000 0.100000 + 0.308571 0.494845 + 0.375000 0.100000 + 0.451429 0.402062 + 0.500000 0.100000 + 0.565714 0.329897 + 0.625000 0.100000 + 0.691429 0.288660 + 0.750000 0.100000 + 0.811429 0.216495 + 0.875000 0.100000 + 0.937143 0.175258 + 1.000000 0.000000 + } + List TimeEventColorBlue + { + 0.200000 0.300000 + 0.900000 1.000000 + } + List TimeEventAlpha + { + 0.000000 1.000000 + 0.500000 0.700000 + 1.000000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "light616.dds" + } + } +} +Group Particle +{ + StartTime 0.200000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 300.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 1.900000 + CycleLoopEnable 0 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 0.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 1.900000 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 1 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.030000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.100000 + 0.050000 2.500000 + 0.070000 1.400000 + } + List TimeEventScaleY + { + 0.000000 0.100000 + 0.050000 2.500000 + 0.070000 1.400000 + } + List TimeEventColorRed + { + 0.000000 0.500000 + } + List TimeEventColorGreen + { + 0.000000 0.500000 + } + List TimeEventColorBlue + { + 0.000000 0.700000 + } + List TimeEventAlpha + { + 0.500000 1.000000 + 0.750000 0.600000 + 1.000000 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "magic_ring1.dds" + } + } +} +Group Particle +{ + StartTime 0.240000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 300.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 0.500000 + CycleLoopEnable 0 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 0.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 0.500000 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 1 + RotationType 4 + RotationSpeed 0.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.030000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.500000 + 0.050000 1.000000 + 1.000000 6.000000 + } + List TimeEventScaleY + { + 0.000000 0.500000 + 0.050000 1.000000 + 1.000000 6.000000 + } + List TimeEventColorRed + { + 0.300000 0.500000 + 0.800000 0.000000 + } + List TimeEventColorGreen + { + 0.200000 0.200000 + 0.600000 0.000000 + } + List TimeEventColorBlue + { + 0.300000 0.600000 + 0.700000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.200000 + 0.050000 1.000000 + 0.200000 0.500000 + 0.600000 0.150000 + 1.000000 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "item_buff1.dds" + } + } +} +Group Mesh +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 + } + + MeshFileName "buff_item1.mde" + MeshAnimationLoopEnable 0 + MeshAnimationLoopCount 0 + MeshAnimationFrameDelay 0.020000 + + MeshElementCount 10 + Group MeshElement00 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 0 + + ColorOperationType 4 + ColorFactor 1.000000 0.329412 0.992157 1.000000 + List TimeEventAlpha + { + 0.000000 0.200000 + 0.200000 1.000000 + 0.450000 0.400000 + 0.700000 0.000000 + } + } + Group MeshElement01 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 2 + + ColorOperationType 4 + ColorFactor 0.709804 0.411765 1.000000 1.000000 + List TimeEventAlpha + { + 0.200000 0.200000 + 0.400000 1.000000 + 0.650000 0.400000 + 0.900000 0.000000 + } + } + Group MeshElement02 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 0 + + ColorOperationType 4 + ColorFactor 0.466667 0.623529 1.000000 1.000000 + List TimeEventAlpha + { + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } + Group MeshElement03 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 0 + + ColorOperationType 4 + ColorFactor 1.000000 0.294118 0.764706 1.000000 + List TimeEventAlpha + { + 0.000000 1.000000 + 0.350000 0.600000 + 0.700000 0.000000 + } + } + Group MeshElement04 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 1 + + ColorOperationType 4 + ColorFactor 0.447059 0.462745 1.000000 1.000000 + List TimeEventAlpha + { + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } + Group MeshElement05 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 0 + + ColorOperationType 4 + ColorFactor 0.941176 0.368627 1.000000 1.000000 + List TimeEventAlpha + { + 0.100000 0.200000 + 0.300000 1.000000 + 0.550000 0.400000 + 0.800000 0.000000 + } + } + Group MeshElement06 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 5 + + ColorOperationType 4 + ColorFactor 0.211765 0.243137 1.000000 1.000000 + List TimeEventAlpha + { + 0.000000 0.200000 + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } + Group MeshElement07 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 0 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 10 + + ColorOperationType 4 + ColorFactor 0.482353 0.239216 1.000000 1.000000 + List TimeEventAlpha + { + 0.000000 0.200000 + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } + Group MeshElement08 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 15 + + ColorOperationType 4 + ColorFactor 0.619608 0.231373 1.000000 1.000000 + List TimeEventAlpha + { + 0.000000 0.200000 + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } + Group MeshElement09 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 20 + + ColorOperationType 4 + ColorFactor 0.419608 0.188235 1.000000 1.000000 + List TimeEventAlpha + { + 0.000000 0.200000 + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_symbol1.mse b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/buff_symbol1.mse similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_symbol1.mse rename to bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/buff_symbol1.mse diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/candy1.dds b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/candy1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/candy1.dds rename to bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/candy1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/heart_pendant1.dds b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/heart_pendant1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/heart_pendant1.dds rename to bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/heart_pendant1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/item_symbol1_1.dds b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/item_symbol1_1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/item_symbol1_1.dds rename to bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/item_symbol1_1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/item_symbol1_2.dds b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/item_symbol1_2.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/item_symbol1_2.dds rename to bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/item_symbol1_2.dds diff --git a/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/magic_ring1.dds b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/magic_ring1.dds new file mode 100644 index 00000000..b0b40cca Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/effect/etc/buff/magic_ring1.dds differ diff --git a/bin/pack/metin2_patch_halloween/ymir work/effect/monster2/redblack3.mse b/bin/pack/metin2_patch_eu4/ymir work/effect/monster2/redblack3.mse similarity index 100% rename from bin/pack/metin2_patch_halloween/ymir work/effect/monster2/redblack3.mse rename to bin/pack/metin2_patch_eu4/ymir work/effect/monster2/redblack3.mse diff --git a/bin/pack/metin2_patch_eu4/ymir work/environment/guild_village.msenv b/bin/pack/metin2_patch_eu4/ymir work/environment/guild_village.msenv new file mode 100644 index 00000000..a6611957 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/environment/guild_village.msenv @@ -0,0 +1,89 @@ +ScriptType EnvrionmentData +ScriptVersion 1.0000 + +Group DirectionalLight +{ + Direction 0.411157 0.785894 -0.461867 + + Group Background + { + Enable 1 + Diffuse 1.000000 0.972549 0.972549 1.000000 + Ambient 0.207843 0.313726 0.329412 1.000000 + } + + Group Character + { + Enable 1 + Diffuse 1.000000 0.972549 0.972549 1.000000 + Ambient 0.357843 0.463726 0.479412 1.000000 + } +} +Group Material +{ + Diffuse 1.000000 1.000000 1.000000 1.000000 + Ambient 0.882353 0.854902 0.784314 1.000000 + Emissive 0.321569 0.321569 0.411765 1.000000 +} + +Group Fog +{ + Enable 1 + NearDistance 7000.000000 + FarDistance 20000.000000 + Color 0.756863 0.800000 0.886275 1.000000 +} + +Group Filter +{ + Enable 0 + Color 0.556863 0.329412 0.329412 0.000000 + AlphaSrc 1 + AlphaDest 2 +} + +Group SkyBox +{ + Scale 3500.000000 3500.000000 3500.000000 + GradientLevelUpper 4 + GradientLevelLower 1 + + CloudScale 200000.000000 200000.000000 + CloudHeight 30000.000000 + CloudTextureScale 4.000000 4.000000 + CloudSpeed 0.004000 0.004000 + CloudTextureFileName "d:/ymir work/environment/clouds_zone01.tga" + List CloudColor + { + 0.000000 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 0.000000 + } + List Gradient + { + 0.094118 0.286275 0.658824 0.000000 + 0.231373 0.403922 0.729412 0.000000 + + 0.231373 0.403922 0.729412 0.000000 + 0.376471 0.498039 0.729412 0.000000 + + 0.376471 0.498039 0.729412 0.000000 + 0.568627 0.678431 0.882353 0.000000 + + 0.568627 0.678431 0.882353 0.000000 + 0.850980 0.901961 1.000000 0.000000 + + 0.850980 0.901961 1.000000 0.000000 + 0.533333 0.564706 0.623529 0.000000 + } +} + +Group LensFlare +{ + Enable 0 + BrightnessColor 1.000000 0.886275 0.886275 1.000000 + MaxBrightness 0.740000 + MainFlareEnable 1 + MainFlareTextureFileName "D:\Ymir Work\environment\sunflare.dds" + MainFlareSize 0.350000 +} + diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung.dds b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung.dds new file mode 100644 index 00000000..f62da6c5 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung.gr2 new file mode 100644 index 00000000..654cdd24 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung.gr2 differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung.msm b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung.msm new file mode 100644 index 00000000..06f76ec7 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung.msm @@ -0,0 +1,49 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc\leechung\leechung.gr2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 40.000000 + Position 0.000000 0.000000 0.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 55.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung_weapon.dds b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung_weapon.dds new file mode 100644 index 00000000..2fedcac2 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/leechung_weapon.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/motlist.txt b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/motlist.txt new file mode 100644 index 00000000..90bb7a21 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/motlist.txt @@ -0,0 +1,4 @@ +GENERAL RUN run.msa 100 +GENERAL WAIT wait.msa 65 +GENERAL WAIT1 wait1.msa 35 +GENERAL WALK walk.msa 100 diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/run.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/run.gr2 new file mode 100644 index 00000000..0d88f697 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/run.gr2 differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/run.msa b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/run.msa new file mode 100644 index 00000000..1096a34d --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/run.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\npc\leechung\run.gr2" +MotionDuration 0.666666 +Accumulation 0.0000 -353.353000 0.0000 + diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait.gr2 new file mode 100644 index 00000000..6fa72fd3 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait.gr2 differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait.msa b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait.msa new file mode 100644 index 00000000..80742318 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait.msa @@ -0,0 +1,5 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\npc\leechung\wait.gr2" +MotionDuration 1.333333 + diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait1.gr2 new file mode 100644 index 00000000..d10f9f2c Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait1.gr2 differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait1.msa b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait1.msa new file mode 100644 index 00000000..5a436b63 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/wait1.msa @@ -0,0 +1,5 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\npc\leechung\wait1.gr2" +MotionDuration 3.333333 + diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/walk.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/walk.gr2 new file mode 100644 index 00000000..96d4e642 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/walk.gr2 differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/walk.msa b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/walk.msa new file mode 100644 index 00000000..7c74a4eb --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/npc/leechung/walk.msa @@ -0,0 +1,5 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\npc\leechung\walk.gr2" +MotionDuration 0.933333 +Accumulation 0.0000 -217.591000 0.0000 diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/motlist.txt b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/motlist.txt new file mode 100644 index 00000000..20dea802 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/motlist.txt @@ -0,0 +1,12 @@ +GENERAL SPAWN wait.msa 100 +GENERAL WAIT wait.msa 100 +GENERAL RUN wait.msa 100 +GENERAL NORMAL_ATTACK wait.msa 100 +GENERAL FRONT_DAMAGE wait.msa 100 +GENERAL FRONT_DEAD wait.msa 100 +GENERAL FRONT_KNOCKDOWN wait.msa 100 +GENERAL FRONT_STANDUP wait.msa 100 +GENERAL BACK_DAMAGE wait.msa 100 +GENERAL BACK_KNOCKDOWN wait.msa 100 +GENERAL BACK_STANDUP wait.msa 100 +GENERAL BACK_DEAD wait.msa 100 diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/poison1.mse b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/poison1.mse new file mode 100644 index 00000000..94b7c4a4 --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/poison1.mse @@ -0,0 +1,519 @@ +BoundingSphereRadius 200.000000 +BoundingSpherePosition 0.000000 0.000000 150.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 1.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 1 + EmitterAdvancedType 0 + EmittingRadius 100.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.001000 0.001000 0.010000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.300000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 1.000000 + 2.000000 0.100000 + } + List TimeEventEmittingVelocity + { + 0.000000 25.000000 + 2.000000 10.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 1.400000 + } + List TimeEventSizeX + { + 0.000000 110.000000 + } + List TimeEventSizeY + { + 0.000000 110.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 0 + RotationType 4 + RotationSpeed 30.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 0 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.400000 + 1.000000 1.000000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + 1.000000 1.100000 + } + List TimeEventColorRed + { + 0.000000 0.000000 + 0.700000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 0.000000 + } + List TimeEventColorBlue + { + 0.000000 0.000000 + 0.500000 0.500000 + } + List TimeEventAlpha + { + 0.071795 0.250000 + 0.250000 0.750000 + 0.980000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "D:\Ymir Work\effect\monster2\smoke01.dds" + } + } +} +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 1.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 1 + EmitterAdvancedType 0 + EmittingRadius 120.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.001000 0.001000 0.010000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.300000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 1.000000 + 2.000000 0.100000 + } + List TimeEventEmittingVelocity + { + 0.000000 20.000000 + 2.000000 7.500000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 1.400000 + } + List TimeEventSizeX + { + 0.000000 110.000000 + } + List TimeEventSizeY + { + 0.000000 110.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 0 + RotationType 4 + RotationSpeed 30.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 0 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.400000 + 1.000000 1.000000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + 1.000000 1.100000 + } + List TimeEventColorRed + { + 0.400000 1.000000 + 0.700000 0.300000 + } + List TimeEventColorGreen + { + 0.000000 0.600000 + 0.700000 0.000000 + } + List TimeEventColorBlue + { + 0.400000 0.000000 + 0.700000 1.000000 + } + List TimeEventAlpha + { + 0.071795 0.250000 + 0.300000 0.800000 + 0.980000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "D:\Ymir Work\effect\monster2\smoke01.dds" + } + } +} +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 1.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 1 + EmitterAdvancedType 0 + EmittingRadius 140.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.001000 0.001000 0.010000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.400000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 1.000000 + 2.000000 0.100000 + } + List TimeEventEmittingVelocity + { + 0.000000 15.000000 + 2.000000 5.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 1.400000 + } + List TimeEventSizeX + { + 0.000000 110.000000 + } + List TimeEventSizeY + { + 0.000000 110.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 0 + RotationType 4 + RotationSpeed 30.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 0 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.400000 + 1.000000 0.870000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + 1.000000 0.900000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + 1.000000 0.600000 + } + List TimeEventColorGreen + { + 0.000000 0.000000 + } + List TimeEventColorBlue + { + 0.000000 0.000000 + 0.800000 0.500000 + } + List TimeEventAlpha + { + 0.071795 0.180000 + 0.300000 0.700000 + 0.980000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "D:\Ymir Work\effect\monster2\smoke01.dds" + } + } +} +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 1.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 1 + EmitterAdvancedType 0 + EmittingRadius 160.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.001000 0.001000 0.010000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.400000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 1.000000 + 2.000000 0.100000 + } + List TimeEventEmittingVelocity + { + 0.000000 15.000000 + 2.000000 5.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 1.400000 + } + List TimeEventSizeX + { + 0.000000 110.000000 + } + List TimeEventSizeY + { + 0.000000 110.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 6 + ColorOperationType 4 + BillboardType 0 + RotationType 4 + RotationSpeed 30.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 0 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.400000 + 1.000000 0.870000 + } + List TimeEventScaleY + { + 0.000000 0.400000 + 1.000000 0.900000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.000000 0.400000 + 0.500000 0.000000 + } + List TimeEventColorBlue + { + 0.000000 0.000000 + } + List TimeEventAlpha + { + 0.071795 0.180000 + 0.300000 0.700000 + 0.980000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "D:\Ymir Work\effect\monster2\smoke01.dds" + } + } +} diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/spy1.dds b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/spy1.dds new file mode 100644 index 00000000..b0cbd8de Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/spy1.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/spy1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/spy1.gr2 new file mode 100644 index 00000000..2e5fcf47 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/spy1.gr2 differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/spy1.msm b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/spy1.msm new file mode 100644 index 00000000..d4d3359f --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/spy1.msm @@ -0,0 +1,62 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc\spy1\spy1.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 3 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "spy1" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 50.000000 + Position 0.000000 0.000000 0.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "spy1" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 65.000000 + Position 0.000000 0.000000 0.000000 + } + } + + Group AttachingData02 + { + AttachingDataType 2 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "spy1" + + EffectScriptName "D:\Ymir Work\effect\background\poison1.mse" + EffectPosition 0.000000 0.000000 0.000000 + EffectRotation 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/wait.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/wait.gr2 new file mode 100644 index 00000000..5c4ab51f Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/wait.gr2 differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/wait.msa b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/wait.msa new file mode 100644 index 00000000..d0edcb3c --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/npc/spy1/wait.msa @@ -0,0 +1,5 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\npc\spy1\wait.GR2" +MotionDuration 0.666666 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/motlist.txt b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/motlist.txt rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/motlist.txt diff --git a/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/pwahuang1.dds b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/pwahuang1.dds new file mode 100644 index 00000000..acd30cd4 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/pwahuang1.dds differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/pwahuang1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/pwahuang1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/pwahuang1.gr2 rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/pwahuang1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/pwahuang1.msm b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/pwahuang1.msm similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/pwahuang1.msm rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/pwahuang1.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/pwahuang1_2.dds b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/pwahuang1_2.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/pwahuang1_2.dds rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/pwahuang1_2.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/pwahuang1_2.msm b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/pwahuang1_2.msm similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/pwahuang1_2.msm rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/pwahuang1_2.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/run.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/run.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/run.gr2 rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/run.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/run.msa b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/run.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/run.msa rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/run.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait.gr2 rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait.msa b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait.msa rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait1.gr2 rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait1.msa b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait1.msa rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait1.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait2.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait2.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait2.gr2 rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait2.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait2.msa b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait2.msa rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait2.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait3.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait3.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait3.gr2 rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait3.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait3.msa b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait3.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/wait3.msa rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/wait3.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/walk.gr2 b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/walk.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/walk.gr2 rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/walk.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/walk.msa b/bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/walk.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/walk.msa rename to bin/pack/metin2_patch_eu4/ymir work/npc2/pwahuang1/walk.msa diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/assassin_costume1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/assassin_costume1.dds new file mode 100644 index 00000000..f0a62133 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/assassin_costume1.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_5_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_5_1.dds deleted file mode 100644 index 74546a45..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_5_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_5_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_5_1.gr2 deleted file mode 100644 index a477d337..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_5_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_6_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_6_1.dds deleted file mode 100644 index 31ff9e22..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_6_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_6_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_6_1.gr2 deleted file mode 100644 index 94382e0b..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_6_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_9_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_9_1.dds deleted file mode 100644 index 2f24ce9e..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_9_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_9_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_9_1.gr2 deleted file mode 100644 index c22b5b65..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/assassin/hair/hair_9_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_5_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_5_1.dds deleted file mode 100644 index 74546a45..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_5_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_5_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_5_1.gr2 deleted file mode 100644 index 63181d7c..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_5_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_6_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_6_1.dds deleted file mode 100644 index 31ff9e22..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_6_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_6_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_6_1.gr2 deleted file mode 100644 index 63ec9fbd..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_6_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_9_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_9_1.dds deleted file mode 100644 index 2f24ce9e..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_9_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_9_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_9_1.gr2 deleted file mode 100644 index 8530fc81..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/hair/hair_9_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/shaman_costume1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/shaman_costume1.dds new file mode 100644 index 00000000..d402c56d Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/pc/shaman/shaman_costume1.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_5_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_5_1.dds deleted file mode 100644 index a7974ae5..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_5_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_5_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_5_1.gr2 deleted file mode 100644 index cb5e16e5..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_5_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_6_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_6_1.dds deleted file mode 100644 index d65db0a7..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_6_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_6_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_6_1.gr2 deleted file mode 100644 index 70ffec61..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_6_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_9_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_9_1.dds deleted file mode 100644 index 33610e3c..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_9_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_9_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_9_1.gr2 deleted file mode 100644 index 090c0f52..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/hair/hair_9_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/sura/sura_costume1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/sura/sura_costume1.dds new file mode 100644 index 00000000..9168575c Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/pc/sura/sura_costume1.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_5_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_5_1.dds deleted file mode 100644 index a7974ae5..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_5_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_5_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_5_1.gr2 deleted file mode 100644 index 02a6b1e9..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_5_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_6_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_6_1.dds deleted file mode 100644 index 02dfa44c..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_6_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_6_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_6_1.gr2 deleted file mode 100644 index fe72333a..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_6_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_9_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_9_1.dds deleted file mode 100644 index 33610e3c..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_9_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_9_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_9_1.gr2 deleted file mode 100644 index 49528ff4..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/hair/hair_9_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/warrior_costume1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/warrior_costume1.dds new file mode 100644 index 00000000..c510011d Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/pc/warrior/warrior_costume1.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/assassin_costume1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/assassin_costume1.dds new file mode 100644 index 00000000..f054edf0 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/assassin_costume1.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_5_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_5_1.dds deleted file mode 100644 index a7974ae5..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_5_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_5_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_5_1.gr2 deleted file mode 100644 index 6226740a..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_5_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_6_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_6_1.dds deleted file mode 100644 index 02dfa44c..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_6_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_6_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_6_1.gr2 deleted file mode 100644 index 458b6ff8..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_6_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_9_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_9_1.dds deleted file mode 100644 index 33610e3c..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_9_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_9_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_9_1.gr2 deleted file mode 100644 index da170997..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/assassin/hair/hair_9_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_5_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_5_1.dds deleted file mode 100644 index a7974ae5..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_5_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_5_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_5_1.gr2 deleted file mode 100644 index e353a12b..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_5_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_6_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_6_1.dds deleted file mode 100644 index 02dfa44c..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_6_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_6_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_6_1.gr2 deleted file mode 100644 index bd3386bc..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_6_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_9_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_9_1.dds deleted file mode 100644 index 33610e3c..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_9_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_9_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_9_1.gr2 deleted file mode 100644 index 4e7492e0..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/hair/hair_9_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/shaman_costume1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/shaman_costume1.dds new file mode 100644 index 00000000..96e993f8 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/pc2/shaman/shaman_costume1.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_5_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_5_1.dds deleted file mode 100644 index 74546a45..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_5_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_5_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_5_1.gr2 deleted file mode 100644 index d9a64704..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_5_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_6_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_6_1.dds deleted file mode 100644 index 31ff9e22..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_6_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_6_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_6_1.gr2 deleted file mode 100644 index 7a4c46be..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_6_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_9_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_9_1.dds deleted file mode 100644 index 2f24ce9e..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_9_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_9_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_9_1.gr2 deleted file mode 100644 index be01e59b..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/hair/hair_9_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/sura_costume1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/sura_costume1.dds new file mode 100644 index 00000000..60890ffe Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/sura_costume1.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/sura_costume1_cloak.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/sura_costume1_cloak.dds new file mode 100644 index 00000000..c97c622b Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/pc2/sura/sura_costume1_cloak.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_5_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_5_1.dds deleted file mode 100644 index 74546a45..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_5_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_5_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_5_1.gr2 deleted file mode 100644 index dcfbeceb..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_5_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_6_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_6_1.dds deleted file mode 100644 index 31ff9e22..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_6_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_6_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_6_1.gr2 deleted file mode 100644 index 1c169b2f..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_6_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_9_1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_9_1.dds deleted file mode 100644 index 2f24ce9e..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_9_1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_9_1.gr2 b/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_9_1.gr2 deleted file mode 100644 index 3c9db475..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/hair/hair_9_1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/warrior_costume1.dds b/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/warrior_costume1.dds new file mode 100644 index 00000000..89a1a6ec Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/pc2/warrior/warrior_costume1.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_cliff002.dds b/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_cliff002.dds new file mode 100644 index 00000000..2357f191 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_cliff002.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_field001.dds b/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_field001.dds new file mode 100644 index 00000000..021e1544 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_field001.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_field003.dds b/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_field003.dds new file mode 100644 index 00000000..012a5bfa Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_field003.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_grass002.dds b/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_grass002.dds new file mode 100644 index 00000000..8dc56877 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/guild_village_grass002.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/stone_tile_002.dds b/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/stone_tile_002.dds new file mode 100644 index 00000000..fe7ae74c Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/terrainmaps/guild_village/stone_tile_002.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/tree/compositemapb1.dds b/bin/pack/metin2_patch_eu4/ymir work/tree/compositemapb1.dds new file mode 100644 index 00000000..92c0841b Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/tree/compositemapb1.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/tree/compositemapb2.dds b/bin/pack/metin2_patch_eu4/ymir work/tree/compositemapb2.dds new file mode 100644 index 00000000..0eaa2ca9 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/tree/compositemapb2.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/tree/compositemapb3.dds b/bin/pack/metin2_patch_eu4/ymir work/tree/compositemapb3.dds new file mode 100644 index 00000000..e63b0c44 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/tree/compositemapb3.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/ui/atlas/metin2_guild_village_01/atlas.sub b/bin/pack/metin2_patch_eu4/ymir work/ui/atlas/metin2_guild_village_01/atlas.sub new file mode 100644 index 00000000..5a5a338f --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/ui/atlas/metin2_guild_village_01/atlas.sub @@ -0,0 +1,7 @@ +title subImage +version 1.0 +image "metin2_guild_village.dds" +left 0 +top 0 +right 256 +bottom 256 diff --git a/bin/pack/metin2_patch_eu4/ymir work/ui/atlas/metin2_guild_village_02/atlas.sub b/bin/pack/metin2_patch_eu4/ymir work/ui/atlas/metin2_guild_village_02/atlas.sub new file mode 100644 index 00000000..5a5a338f --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/ui/atlas/metin2_guild_village_02/atlas.sub @@ -0,0 +1,7 @@ +title subImage +version 1.0 +image "metin2_guild_village.dds" +left 0 +top 0 +right 256 +bottom 256 diff --git a/bin/pack/metin2_patch_eu4/ymir work/ui/atlas/metin2_guild_village_03/atlas.sub b/bin/pack/metin2_patch_eu4/ymir work/ui/atlas/metin2_guild_village_03/atlas.sub new file mode 100644 index 00000000..5a5a338f --- /dev/null +++ b/bin/pack/metin2_patch_eu4/ymir work/ui/atlas/metin2_guild_village_03/atlas.sub @@ -0,0 +1,7 @@ +title subImage +version 1.0 +image "metin2_guild_village.dds" +left 0 +top 0 +right 256 +bottom 256 diff --git a/bin/pack/metin2_patch_eu4/ymir work/ui/metin2_guild_village.dds b/bin/pack/metin2_patch_eu4/ymir work/ui/metin2_guild_village.dds new file mode 100644 index 00000000..b49d6e54 Binary files /dev/null and b/bin/pack/metin2_patch_eu4/ymir work/ui/metin2_guild_village.dds differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_10.tga b/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_10.tga deleted file mode 100644 index 726eab92..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_10.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_20.tga b/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_20.tga deleted file mode 100644 index 9f95bfda..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_20.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_40.tga b/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_40.tga deleted file mode 100644 index 935b183d..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_40.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_5.tga b/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_5.tga deleted file mode 100644 index 8fc798f2..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_5.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_50.tga b/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_50.tga deleted file mode 100644 index 8a37af87..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_50.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_60.tga b/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_60.tga deleted file mode 100644 index ac0a34e2..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_60.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_80.tga b/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_80.tga deleted file mode 100644 index 1a7f4f79..00000000 Binary files a/bin/pack/metin2_patch_eu4/ymir work/ui/pattern/energygauge/gauge_80.tga and /dev/null differ diff --git a/bin/pack/metin2_patch_halloween/ymir work/effect/monster2/redblack3_blue.mse b/bin/pack/metin2_patch_halloween/ymir work/effect/monster2/redblack3_blue.mse deleted file mode 100644 index 5d55b630..00000000 --- a/bin/pack/metin2_patch_halloween/ymir work/effect/monster2/redblack3_blue.mse +++ /dev/null @@ -1,511 +0,0 @@ -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 150.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -30.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 10.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.200000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 25.000000 - 2.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 1.000000 0.400000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 1.000000 0.420000 - } - List TimeEventColorRed - { - 2.000000 2.000000 - } - List TimeEventColorGreen - { - 2.000000 2.000000 - } - List TimeEventColorBlue - { - 2.000000 2.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.250000 0.750000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -30.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 20.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.350000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 20.000000 - 2.000000 7.500000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 1.000000 0.750000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 1.000000 0.700000 - } - List TimeEventColorRed - { - 1.000000 1.000000 - } - List TimeEventColorGreen - { - 1.000000 1.000000 - } - List TimeEventColorBlue - { - 1.000000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.300000 0.800000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "duest1.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -35.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 30.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.200000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 15.000000 - 2.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.250000 - 1.000000 0.500000 - } - List TimeEventScaleY - { - 0.000000 0.250000 - 1.000000 0.550000 - } - List TimeEventColorRed - { - 2.000000 2.000000 - } - List TimeEventColorGreen - { - 2.000000 2.000000 - } - List TimeEventColorBlue - { - 2.000000 2.000000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 40.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.300000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 15.000000 - 2.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 1.000000 0.700000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 1.000000 0.700000 - } - List TimeEventColorRed - { - 1.000000 1.000000 - } - List TimeEventColorGreen - { - 1.000000 1.000000 - } - List TimeEventColorBlue - { - 1.000000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "duest1.dds" - } - } -} diff --git a/bin/pack/metin2_patch_halloween/ymir work/effect/monster2/redblack3_gold.mse b/bin/pack/metin2_patch_halloween/ymir work/effect/monster2/redblack3_gold.mse deleted file mode 100644 index 5cfd34dc..00000000 --- a/bin/pack/metin2_patch_halloween/ymir work/effect/monster2/redblack3_gold.mse +++ /dev/null @@ -1,511 +0,0 @@ -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 150.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -30.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 10.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.200000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 25.000000 - 2.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 1.000000 0.400000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 1.000000 0.420000 - } - List TimeEventColorRed - { - 2.000000 2.000000 - } - List TimeEventColorGreen - { - 2.000000 2.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.250000 0.750000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -30.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 20.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.350000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 20.000000 - 2.000000 7.500000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 1.000000 0.750000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 1.000000 0.700000 - } - List TimeEventColorRed - { - 1.000000 1.000000 - } - List TimeEventColorGreen - { - 1.000000 1.000000 - } - List TimeEventColorBlue - { - 1.000000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.300000 0.800000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "duest1.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -35.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 30.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.200000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 15.000000 - 2.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.250000 - 1.000000 0.500000 - } - List TimeEventScaleY - { - 0.000000 0.250000 - 1.000000 0.550000 - } - List TimeEventColorRed - { - 2.000000 2.000000 - } - List TimeEventColorGreen - { - 2.000000 2.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 40.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.300000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 15.000000 - 2.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 1.000000 0.700000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 1.000000 0.700000 - } - List TimeEventColorRed - { - 1.000000 1.000000 - } - List TimeEventColorGreen - { - 1.000000 1.000000 - } - List TimeEventColorBlue - { - 1.000000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "duest1.dds" - } - } -} diff --git a/bin/pack/metin2_patch_halloween/ymir work/effect/monster2/redblack3_whit.mse b/bin/pack/metin2_patch_halloween/ymir work/effect/monster2/redblack3_whit.mse deleted file mode 100644 index 7d36ec2a..00000000 --- a/bin/pack/metin2_patch_halloween/ymir work/effect/monster2/redblack3_whit.mse +++ /dev/null @@ -1,512 +0,0 @@ -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 150.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -30.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 10.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.200000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 25.000000 - 2.000000 10.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 1.000000 0.400000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 1.000000 0.420000 - } - List TimeEventColorRed - { - 0.000000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 2.000000 2.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.250000 0.750000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -30.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 20.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.350000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 20.000000 - 2.000000 7.500000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 1.000000 0.750000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 1.000000 0.700000 - } - List TimeEventColorRed - { - 1.000000 1.000000 - } - List TimeEventColorGreen - { - 1.000000 1.000000 - } - List TimeEventColorBlue - { - 1.000000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.250000 - 0.300000 0.800000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "duest1.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -35.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 30.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.200000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 15.000000 - 2.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 6 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.250000 - 1.000000 0.500000 - } - List TimeEventScaleY - { - 0.000000 0.250000 - 1.000000 0.550000 - } - List TimeEventColorRed - { - 0.000000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.000000 - 2.000000 2.000000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "smoke01.dds" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 1 - EmitterAdvancedType 0 - EmittingRadius 40.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.300000 - } - List TimeEventEmittingDirectionX - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionY - { - 1.000000 1.100000 - } - List TimeEventEmittingDirectionZ - { - 4.000000 4.100000 - 4.000000 4.100000 - } - List TimeEventEmittingVelocity - { - 0.000000 15.000000 - 2.000000 5.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.400000 - } - List TimeEventSizeX - { - 0.000000 110.000000 - } - List TimeEventSizeY - { - 0.000000 110.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 0 - RotationType 4 - RotationSpeed 30.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.028000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 1.000000 0.700000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 1.000000 0.700000 - } - List TimeEventColorRed - { - 1.000000 1.000000 - } - List TimeEventColorGreen - { - 1.000000 1.000000 - } - List TimeEventColorBlue - { - 1.000000 1.000000 - } - List TimeEventAlpha - { - 0.071795 0.180000 - 0.300000 0.700000 - 0.980000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "duest1.dds" - } - } -} diff --git a/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1.dds b/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1.dds index c38ab9da..c965206a 100644 Binary files a/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1.dds and b/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1.dds differ diff --git a/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1.gr2 b/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1.gr2 index e9f7435e..fb705477 100644 Binary files a/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1.gr2 and b/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1.gr2 differ diff --git a/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_01.gr2 b/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_01.gr2 index 46bdfaa0..f10d1138 100644 Binary files a/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_01.gr2 and b/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_02.gr2 b/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_02.gr2 index 3faf4f50..a1533300 100644 Binary files a/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_02.gr2 and b/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_03.gr2 b/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_03.gr2 index 5fd3e028..02f75fc0 100644 Binary files a/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_03.gr2 and b/bin/pack/metin2_patch_halloween/ymir work/pc2/assassin/assassin_halloween1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1.dds b/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1.dds index 8395a707..c3007917 100644 Binary files a/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1.dds and b/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1.dds differ diff --git a/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1.gr2 b/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1.gr2 index f40d8f6f..4e770995 100644 Binary files a/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1.gr2 and b/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1.gr2 differ diff --git a/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_01.gr2 b/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_01.gr2 index 81390a98..887d2d5c 100644 Binary files a/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_01.gr2 and b/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_02.gr2 b/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_02.gr2 index 7f580884..3ffaf26c 100644 Binary files a/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_02.gr2 and b/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_03.gr2 b/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_03.gr2 index 1ac650ed..019ac336 100644 Binary files a/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_03.gr2 and b/bin/pack/metin2_patch_halloween/ymir work/pc2/shaman/shaman_halloween1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/effect/etc/buff/buff_symbol1.mse b/bin/pack/metin2_patch_mundi/ymir work/effect/etc/buff/buff_symbol1.mse new file mode 100644 index 00000000..db9bf32c --- /dev/null +++ b/bin/pack/metin2_patch_mundi/ymir work/effect/etc/buff/buff_symbol1.mse @@ -0,0 +1,648 @@ +BoundingSphereRadius 500.000000 +BoundingSpherePosition 0.000000 0.000000 400.000000 + +Group Particle +{ + StartTime 0.208000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 330.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 40 + + CycleLength 1.000000 + CycleLoopEnable 0 + LoopCount 0 + + EmitterShape 3 + EmitterAdvancedType 0 + EmittingRadius 70.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.015000 0.015000 0.030000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 3.000000 + 1.000000 1.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 -18.041237 + } + List TimeEventEmittingVelocity + { + 0.000000 3.000000 + 1.000000 4.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 1000.000000 + } + List TimeEventLifeTime + { + 0.000000 1.700000 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 5 + BillboardType 1 + RotationType 4 + RotationSpeed 0.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 4 + TexAniDelay 0.200000 + TexAniRandomStartFrameEnable 1 + + List TimeEventGravity + { + 0.000000 20.000000 + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 3.000000 + 0.030000 0.200000 + 0.100000 0.090000 + } + List TimeEventScaleY + { + 0.000000 0.100000 + 0.030000 0.900000 + 0.100000 0.090000 + } + List TimeEventColorRed + { + 0.000000 0.500000 + 0.700000 0.100000 + } + List TimeEventColorGreen + { + 0.000000 0.100000 + 0.062500 1.000000 + 0.125000 0.100000 + 0.177143 0.958763 + 0.250000 0.100000 + 0.308571 0.865979 + 0.375000 0.100000 + 0.422857 0.773196 + 0.500000 0.100000 + 0.565714 0.680412 + 0.625000 0.100000 + 0.680000 0.577320 + 0.750000 0.100000 + 0.805714 0.474227 + 0.875000 0.100000 + 0.937143 0.288660 + 1.000000 0.000000 + } + List TimeEventColorBlue + { + 0.000000 0.600000 + 0.800000 1.000000 + } + List TimeEventAlpha + { + 0.100000 1.000000 + 0.700000 0.700000 + 0.737500 0.612500 + 0.775000 0.200000 + 0.850000 0.500000 + 0.868750 0.150000 + 0.887500 0.300000 + 0.925000 0.100000 + 0.962500 0.200000 + 1.000000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "light616.dds" + } + } +} +Group Particle +{ + StartTime 0.112000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 320.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 5 + + CycleLength 0.500000 + CycleLoopEnable 0 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 5.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 7.000000 + 1.000000 0.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 0.600000 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 2 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.030000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 1.000000 + 0.200000 2.000000 + 1.000000 5.000000 + } + List TimeEventScaleY + { + 0.000000 1.000000 + 0.050000 3.000000 + 0.100000 2.000000 + 1.000000 5.000000 + } + List TimeEventColorRed + { + 0.200000 1.000000 + 0.600000 0.300000 + } + List TimeEventColorGreen + { + 0.100000 0.860000 + 0.300000 0.300000 + 0.600000 0.000000 + } + List TimeEventColorBlue + { + 0.000000 0.340000 + 0.200000 0.200000 + 0.500000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.700000 + 0.100000 0.475000 + 0.500000 0.250000 + 1.000000 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "item_symbol1_2.dds" + } + } +} +Group Particle +{ + StartTime 0.112000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 320.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 1 + + CycleLength 1.000000 + CycleLoopEnable 0 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 0 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.000000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 0.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 2.200000 + } + List TimeEventSizeX + { + 0.000000 64.000000 + } + List TimeEventSizeY + { + 0.000000 64.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 2 + RotationType 0 + RotationSpeed 0.000000 + RotationRandomStartingBegin 0 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.030000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.300000 + 0.100000 1.500000 + 0.120000 1.000000 + 0.980000 1.000000 + 1.000000 0.010000 + } + List TimeEventScaleY + { + 0.000000 0.300000 + 0.100000 1.500000 + 0.120000 1.000000 + 0.980000 1.000000 + 1.000000 4.000000 + } + List TimeEventColorRed + { + 0.000000 1.000000 + } + List TimeEventColorGreen + { + 0.600000 0.860000 + 1.000000 0.470000 + } + List TimeEventColorBlue + { + 0.600000 0.340000 + 1.000000 0.230000 + } + List TimeEventAlpha + { + 0.600000 1.000000 + 0.800000 0.700000 + 1.000000 0.000000 + } + List TimeEventRotation + { + 0.000000 0.000000 + } + List TextureFiles + { + "item_symbol1_1.dds" + } + } +} +Group Mesh +{ + StartTime 0.080000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 20.000000 + } + + MeshFileName "buff_item1.mde" + MeshAnimationLoopEnable 0 + MeshAnimationLoopCount 0 + MeshAnimationFrameDelay 0.020000 + + MeshElementCount 10 + Group MeshElement00 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 0 + + ColorOperationType 4 + ColorFactor 0.466667 0.329412 1.000000 1.000000 + List TimeEventAlpha + { + 0.000000 0.200000 + 0.200000 1.000000 + 0.450000 0.400000 + 0.700000 0.000000 + } + } + Group MeshElement01 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 2 + + ColorOperationType 4 + ColorFactor 0.470588 0.411765 1.000000 1.000000 + List TimeEventAlpha + { + 0.200000 0.200000 + 0.400000 1.000000 + 0.650000 0.400000 + 0.900000 0.000000 + } + } + Group MeshElement02 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 0 + + ColorOperationType 4 + ColorFactor 0.470588 0.490196 1.000000 1.000000 + List TimeEventAlpha + { + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } + Group MeshElement03 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 0 + + ColorOperationType 4 + ColorFactor 0.470588 0.294118 1.000000 1.000000 + List TimeEventAlpha + { + 0.000000 1.000000 + 0.350000 0.600000 + 0.700000 0.000000 + } + } + Group MeshElement04 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 1 + + ColorOperationType 4 + ColorFactor 0.470588 0.450980 1.000000 1.000000 + List TimeEventAlpha + { + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } + Group MeshElement05 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 0 + + ColorOperationType 4 + ColorFactor 0.470588 0.372549 1.000000 1.000000 + List TimeEventAlpha + { + 0.100000 0.200000 + 0.300000 1.000000 + 0.550000 0.400000 + 0.800000 0.000000 + } + } + Group MeshElement06 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 5 + + ColorOperationType 4 + ColorFactor 0.470588 0.490196 1.000000 1.000000 + List TimeEventAlpha + { + 0.000000 0.200000 + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } + Group MeshElement07 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 0 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 10 + + ColorOperationType 4 + ColorFactor 0.470588 0.411765 1.000000 1.000000 + List TimeEventAlpha + { + 0.000000 0.200000 + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } + Group MeshElement08 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 15 + + ColorOperationType 4 + ColorFactor 0.470588 0.333333 1.000000 1.000000 + List TimeEventAlpha + { + 0.000000 0.200000 + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } + Group MeshElement09 + { + BillboardType 0 + BlendingEnable 1 + BlendingSrcType 5 + BlendingDestType 2 + + TextureAnimationLoopEnable 1 + TextureAnimationFrameDelay 0.020000 + TextureAnimationStartFrame 20 + + ColorOperationType 4 + ColorFactor 0.470588 0.254902 1.000000 1.000000 + List TimeEventAlpha + { + 0.000000 0.200000 + 0.200000 1.000000 + 0.600000 0.600000 + 1.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_mundi/ymir work/effect/etc/buff/item_symbol1_1.dds b/bin/pack/metin2_patch_mundi/ymir work/effect/etc/buff/item_symbol1_1.dds new file mode 100644 index 00000000..fb6b983d Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/effect/etc/buff/item_symbol1_1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/effect/etc/buff/item_symbol1_2.dds b/bin/pack/metin2_patch_mundi/ymir work/effect/etc/buff/item_symbol1_2.dds new file mode 100644 index 00000000..044f5720 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/effect/etc/buff/item_symbol1_2.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1.dds new file mode 100644 index 00000000..7b3fbdbd Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1.gr2 new file mode 100644 index 00000000..dff2d8e1 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1_lod_01.gr2 new file mode 100644 index 00000000..d9d419ef Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1_lod_02.gr2 new file mode 100644 index 00000000..ffa6ef07 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1_lod_03.gr2 new file mode 100644 index 00000000..fb4b1efb Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_halloween1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany.gr2 index d3e92f02..c5ccda28 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_01.gr2 index d924714f..d0fd02c0 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_01.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_02.gr2 index 9424d5c5..922a1181 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_02.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_03.gr2 index e6792fe5..8db7bedc 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_03.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/assassin_soccer1_germany_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/hair/hair_17_1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/hair/hair_17_1.gr2 index 8f150683..811ab900 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/hair/hair_17_1.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/hair/hair_17_1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/hair/hair_20_1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/hair/hair_20_1.dds new file mode 100644 index 00000000..a266a6f9 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/hair/hair_20_1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/hair/hair_20_1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/hair/hair_20_1.gr2 new file mode 100644 index 00000000..349a64c3 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/assassin/hair/hair_20_1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/hair/hair_20_1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/hair/hair_20_1.dds new file mode 100644 index 00000000..a266a6f9 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/hair/hair_20_1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/hair/hair_20_1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/hair/hair_20_1.gr2 new file mode 100644 index 00000000..c6546e78 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/hair/hair_20_1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_assasin1_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_assasin1_lod_03.gr2 index 9d7eeb00..cd81c225 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_assasin1_lod_03.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_assasin1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1.dds new file mode 100644 index 00000000..c525f091 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1.gr2 new file mode 100644 index 00000000..788a11d0 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1_lod_01.gr2 new file mode 100644 index 00000000..caa9deae Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1_lod_02.gr2 new file mode 100644 index 00000000..c3a7ddb3 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1_lod_03.gr2 new file mode 100644 index 00000000..354a4530 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_halloween1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany.gr2 index df880fe6..6e189e7e 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_01.gr2 index 1b22df76..2c80607d 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_01.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_02.gr2 index 693bc858..f95ba593 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_02.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_03.gr2 index 3b617010..0cc713dc 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_03.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/shaman/shaman_soccer1_germany_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/hair/hair_17_1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/hair/hair_17_1.gr2 index 154ab264..065e0b01 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/hair/hair_17_1.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/hair/hair_17_1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/hair/hair_20_1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/hair/hair_20_1.dds new file mode 100644 index 00000000..9a7a6020 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/hair/hair_20_1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/hair/hair_20_1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/hair/hair_20_1.gr2 new file mode 100644 index 00000000..eace086b Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/hair/hair_20_1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1.dds new file mode 100644 index 00000000..041144d7 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1.gr2 new file mode 100644 index 00000000..44a77abf Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1_lod_01.gr2 new file mode 100644 index 00000000..e73ed692 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1_lod_02.gr2 new file mode 100644 index 00000000..5cdd1c4d Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1_lod_03.gr2 new file mode 100644 index 00000000..77480b82 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_halloween1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany.gr2 index 68136f71..7732b893 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_01.gr2 index c81421a6..589a5122 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_01.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_02.gr2 index 48006dbb..d6931c6d 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_02.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_03.gr2 index c60c8560..c3230407 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_03.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/sura/sura_soccer1_germany_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/hair/hair_17_1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/hair/hair_17_1.gr2 index db2e873a..c25947b6 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/hair/hair_17_1.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/hair/hair_17_1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/hair/hair_20_1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/hair/hair_20_1.dds new file mode 100644 index 00000000..9a7a6020 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/hair/hair_20_1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/hair/hair_20_1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/hair/hair_20_1.gr2 new file mode 100644 index 00000000..92cadb06 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/hair/hair_20_1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1.gr2 index f901b04a..461ed06c 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_01.gr2 index 5f9be9a9..9d4af74a 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_01.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_02.gr2 index f04f8a07..300589d4 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_02.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_03.gr2 index 225ea996..a231cab8 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_03.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_assasin1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1.dds new file mode 100644 index 00000000..4a6848ee Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1.gr2 new file mode 100644 index 00000000..c84a7a7d Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1_lod_01.gr2 new file mode 100644 index 00000000..eb6f13a1 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1_lod_02.gr2 new file mode 100644 index 00000000..bd2692c6 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1_lod_03.gr2 new file mode 100644 index 00000000..becbbd7d Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_halloween1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany.gr2 index 7409649c..7b08a47d 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_01.gr2 index 58b9a8ac..59dfdee4 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_01.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_02.gr2 index 177ee6eb..f9b54ab9 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_02.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_03.gr2 index 3ce77076..c66438c2 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_03.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc/warrior/warrior_soccer1_germany_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany.gr2 index ae3e13f1..30167bf2 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_01.gr2 index 07c3d508..c14d960f 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_01.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_02.gr2 index 7034ef2c..e3a61024 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_02.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_03.gr2 index e3990605..dc2abea0 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_03.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assasin_soccer1_germany_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1.dds new file mode 100644 index 00000000..c965206a Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1.gr2 new file mode 100644 index 00000000..fb705477 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1_lod_01.gr2 new file mode 100644 index 00000000..f10d1138 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1_lod_02.gr2 new file mode 100644 index 00000000..a1533300 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1_lod_03.gr2 new file mode 100644 index 00000000..02f75fc0 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/assassin_halloween1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/hair/hair_17_1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/hair/hair_17_1.gr2 index 330338d6..858e4817 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/hair/hair_17_1.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/hair/hair_17_1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/hair/hair_20_1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/hair/hair_20_1.dds new file mode 100644 index 00000000..9a7a6020 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/hair/hair_20_1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/hair/hair_20_1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/hair/hair_20_1.gr2 new file mode 100644 index 00000000..5f2acf2a Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/assassin/hair/hair_20_1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/hair/hair_20_1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/hair/hair_20_1.dds new file mode 100644 index 00000000..9a7a6020 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/hair/hair_20_1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/hair/hair_20_1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/hair/hair_20_1.gr2 new file mode 100644 index 00000000..039986d1 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/hair/hair_20_1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1.dds b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1.dds new file mode 100644 index 00000000..c3007917 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1.dds differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1.gr2 new file mode 100644 index 00000000..4e770995 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1_lod_01.gr2 new file mode 100644 index 00000000..887d2d5c Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1_lod_02.gr2 new file mode 100644 index 00000000..3ffaf26c Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1_lod_03.gr2 new file mode 100644 index 00000000..019ac336 Binary files /dev/null and b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_halloween1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany.gr2 index 433bfe94..08d5e22b 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_01.gr2 index 848c6040..7a694c75 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_01.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_02.gr2 index ea402682..6907612c 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_02.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_03.gr2 index bc802d08..c8909555 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_03.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/shaman/shaman_soccer1_germany_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/hair/hair_17_1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/hair/hair_17_1.gr2 index 902d19d0..cabc2a3d 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/hair/hair_17_1.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/hair/hair_17_1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany.gr2 index b7dcaf2c..0d5fd6a9 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_01.gr2 index 5a939598..69b9d666 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_01.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_02.gr2 index 806f1b9f..7b95768c 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_02.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_03.gr2 index 40499fd6..12faf3a4 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_03.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/sura/sura_soccer1_germany_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1.gr2 index e06214de..3c9629d5 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_01.gr2 index 4564c0d5..b3a8c76c 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_01.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_02.gr2 index 5743b5a3..7e0eb3a8 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_02.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_03.gr2 index 10949bad..41b75461 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_03.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_assassin1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany.gr2 index 2a151c16..4029e96b 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_01.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_01.gr2 index b64a11a2..ddd90b60 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_01.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_02.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_02.gr2 index 9d0678dc..8c6c6124 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_02.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_03.gr2 b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_03.gr2 index 16b32772..ae09d0ca 100644 Binary files a/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_03.gr2 and b/bin/pack/metin2_patch_mundi/ymir work/pc2/warrior/warrior_soccer1_germany_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1.dds b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1.dds index b6bf3f50..34aa354b 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1.dds and b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1.dds differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1.gr2 index 3fecfb9a..3ad611f2 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_01.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_01.gr2 index 8ed75b99..bc35f572 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_01.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_02.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_02.gr2 index 6c741989..d4ba323a 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_02.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_03.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_03.gr2 index 3c55f380..52f395c8 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_03.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_springwear1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1.dds b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1.dds index 683a926d..567fb05f 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1.dds and b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1.dds differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1.gr2 index 926a2e0a..63d7ea29 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_01.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_01.gr2 index c1068171..c479b7cd 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_01.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_02.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_02.gr2 index 64e90c82..52bdfbc8 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_02.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_03.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_03.gr2 index 0a484f8d..5a5d1030 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_03.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/assassin_tailcoat1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/hair/hair_18_1.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/hair/hair_18_1.gr2 index 536c3385..e6873550 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/assassin/hair/hair_18_1.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/assassin/hair/hair_18_1.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1.dds b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1.dds index 8fd125e2..5e1d5a63 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1.dds and b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1.dds differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1.gr2 index 610736d4..b32219d2 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_01.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_01.gr2 index acfe0990..4b180104 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_01.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_02.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_02.gr2 index a3942e73..877eb509 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_02.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_03.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_03.gr2 index 71f58545..7a13d6c4 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_03.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_springwear1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1.dds b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1.dds index 74583649..a8c5739e 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1.dds and b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1.dds differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1.gr2 index c38506d8..688401d5 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_01.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_01.gr2 index 0f946969..ae2f9e22 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_01.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_02.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_02.gr2 index ff71db15..5ca40e1f 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_02.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_02.gr2 differ diff --git a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_03.gr2 b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_03.gr2 index ef7d9ec7..bd9b5b48 100644 Binary files a/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_03.gr2 and b/bin/pack/metin2_patch_party/ymir work/pc2/shaman/shaman_tailcoat1_lod_03.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/npc2/dog_young1/dog_young1_white.msm b/bin/pack/metin2_patch_pet1/ymir work/npc2/dog_young1/dog_young1_white.msm new file mode 100644 index 00000000..0174d89b --- /dev/null +++ b/bin/pack/metin2_patch_pet1/ymir work/npc2/dog_young1/dog_young1_white.msm @@ -0,0 +1,57 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc2\dog_young1\dog_young1.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 1 + Group ShapeData00 + { + ShapeIndex 0 + + Model "D:\Ymir Work\npc2\dog_young1\dog_young1.GR2" + SourceSkin "D:\Ymir Work\npc2\dog_young1\dog_young1.dds" + TargetSkin "D:\Ymir Work\npc2\dog_young1\dog_young1_white.dds" + } +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 30.000000 + Position 0.000000 -20.000000 -20.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 45.000000 + Position 0.000000 -20.000000 -20.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pet1/ymir work/npc2/lion_young1/lion_young1_white.msm b/bin/pack/metin2_patch_pet1/ymir work/npc2/lion_young1/lion_young1_white.msm new file mode 100644 index 00000000..81fab312 --- /dev/null +++ b/bin/pack/metin2_patch_pet1/ymir work/npc2/lion_young1/lion_young1_white.msm @@ -0,0 +1,57 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc2\lion_young1\lion_young1.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 1 + Group ShapeData00 + { + ShapeIndex 0 + + Model "D:\Ymir Work\npc2\lion_young1\lion_young1.GR2" + SourceSkin "D:\Ymir Work\npc2\lion_young1\lion_young1.dds" + TargetSkin "D:\Ymir Work\npc2\lion_young1\lion_young1_white.dds" + } +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 30.000000 + Position 0.000000 0.000000 -8.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 45.000000 + Position 0.000000 0.000000 -8.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pet1/ymir work/npc2/pig_young1/pig_young1_white.msm b/bin/pack/metin2_patch_pet1/ymir work/npc2/pig_young1/pig_young1_white.msm new file mode 100644 index 00000000..27fa13a5 --- /dev/null +++ b/bin/pack/metin2_patch_pet1/ymir work/npc2/pig_young1/pig_young1_white.msm @@ -0,0 +1,57 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc2\pig_young1\pig_young1.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 1 + Group ShapeData00 + { + ShapeIndex 0 + + Model "D:\Ymir Work\npc2\pig_young1\pig_young1.GR2" + SourceSkin "D:\Ymir Work\npc2\pig_young1\pig_young1.dds" + TargetSkin "D:\Ymir Work\npc2\pig_young1\pig_young1_white.dds" + } +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 30.000000 + Position 0.000000 -25.000000 -8.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 45.000000 + Position 0.000000 -25.000000 -8.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pet1/ymir work/npc2/tiger_young1/tiger_young1_white.msm b/bin/pack/metin2_patch_pet1/ymir work/npc2/tiger_young1/tiger_young1_white.msm new file mode 100644 index 00000000..b7b872a8 --- /dev/null +++ b/bin/pack/metin2_patch_pet1/ymir work/npc2/tiger_young1/tiger_young1_white.msm @@ -0,0 +1,57 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc2\tiger_young1\tiger_young1.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 1 + Group ShapeData00 + { + ShapeIndex 0 + + Model "D:\Ymir Work\npc2\tiger_young1\tiger_young1.GR2" + SourceSkin "D:\Ymir Work\npc2\tiger_young1\tiger_young1.dds" + TargetSkin "D:\Ymir Work\npc2\tiger_young1\tiger_young1_white.dds" + } +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 30.000000 + Position 0.000000 0.000000 -8.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 45.000000 + Position 0.000000 0.000000 -8.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_36_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_36_1.dds new file mode 100644 index 00000000..12b723d4 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_36_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_36_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_36_1.gr2 new file mode 100644 index 00000000..d3284d8f Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_36_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_37_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_37_1.dds new file mode 100644 index 00000000..8121496b Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_37_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_37_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_37_1.gr2 new file mode 100644 index 00000000..3a0565fa Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_37_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_38_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_38_1.dds new file mode 100644 index 00000000..49beb151 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_38_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_38_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_38_1.gr2 new file mode 100644 index 00000000..360ac904 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/assassin/hair/hair_38_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_36_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_36_1.dds new file mode 100644 index 00000000..12b723d4 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_36_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_36_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_36_1.gr2 new file mode 100644 index 00000000..ddf551c5 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_36_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_37_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_37_1.dds new file mode 100644 index 00000000..8121496b Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_37_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_37_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_37_1.gr2 new file mode 100644 index 00000000..fad0cc37 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_37_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_38_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_38_1.dds new file mode 100644 index 00000000..49beb151 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_38_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_38_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_38_1.gr2 new file mode 100644 index 00000000..f94f601f Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/shaman/hair/hair_38_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_36_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_36_1.dds new file mode 100644 index 00000000..12b723d4 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_36_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_36_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_36_1.gr2 new file mode 100644 index 00000000..8e916c4d Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_36_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_37_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_37_1.dds new file mode 100644 index 00000000..8121496b Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_37_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_37_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_37_1.gr2 new file mode 100644 index 00000000..0a37ae37 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_37_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_38_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_38_1.dds new file mode 100644 index 00000000..49beb151 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_38_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_38_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_38_1.gr2 new file mode 100644 index 00000000..68f51d04 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/sura/hair/hair_38_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_36_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_36_1.dds new file mode 100644 index 00000000..12b723d4 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_36_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_36_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_36_1.gr2 new file mode 100644 index 00000000..3b695b30 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_36_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_37_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_37_1.dds new file mode 100644 index 00000000..8121496b Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_37_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_37_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_37_1.gr2 new file mode 100644 index 00000000..27c1b282 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_37_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_38_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_38_1.dds new file mode 100644 index 00000000..49beb151 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_38_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_38_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_38_1.gr2 new file mode 100644 index 00000000..c27d3adb Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc/warrior/hair/hair_38_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_36_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_36_1.dds new file mode 100644 index 00000000..12b723d4 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_36_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_36_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_36_1.gr2 new file mode 100644 index 00000000..9cea7a5c Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_36_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_37_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_37_1.dds new file mode 100644 index 00000000..8121496b Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_37_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_37_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_37_1.gr2 new file mode 100644 index 00000000..f4d69da7 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_37_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_38_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_38_1.dds new file mode 100644 index 00000000..49beb151 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_38_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_38_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_38_1.gr2 new file mode 100644 index 00000000..0fba0edf Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/assassin/hair/hair_38_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_36_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_36_1.dds new file mode 100644 index 00000000..12b723d4 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_36_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_36_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_36_1.gr2 new file mode 100644 index 00000000..b39b01e6 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_36_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_37_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_37_1.dds new file mode 100644 index 00000000..8121496b Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_37_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_37_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_37_1.gr2 new file mode 100644 index 00000000..464b3c04 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_37_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_38_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_38_1.dds new file mode 100644 index 00000000..49beb151 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_38_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_38_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_38_1.gr2 new file mode 100644 index 00000000..f7b480b6 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/shaman/hair/hair_38_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_36_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_36_1.dds new file mode 100644 index 00000000..12b723d4 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_36_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_36_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_36_1.gr2 new file mode 100644 index 00000000..1f11b772 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_36_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_37_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_37_1.dds new file mode 100644 index 00000000..8121496b Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_37_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_37_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_37_1.gr2 new file mode 100644 index 00000000..c9de5f5f Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_37_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_38_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_38_1.dds new file mode 100644 index 00000000..49beb151 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_38_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_38_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_38_1.gr2 new file mode 100644 index 00000000..5b53c37c Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/sura/hair/hair_38_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_36_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_36_1.dds new file mode 100644 index 00000000..12b723d4 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_36_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_36_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_36_1.gr2 new file mode 100644 index 00000000..7415810e Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_36_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_37_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_37_1.dds new file mode 100644 index 00000000..8121496b Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_37_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_37_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_37_1.gr2 new file mode 100644 index 00000000..fb23979e Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_37_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_38_1.dds b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_38_1.dds new file mode 100644 index 00000000..49beb151 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_38_1.dds differ diff --git a/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_38_1.gr2 b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_38_1.gr2 new file mode 100644 index 00000000..da55f5c9 Binary files /dev/null and b/bin/pack/metin2_patch_pet1/ymir work/pc2/warrior/hair/hair_38_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/combo_attack.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/combo_attack.gr2 new file mode 100644 index 00000000..acb5a609 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/combo_attack.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/combo_attack.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/combo_attack.msa new file mode 100644 index 00000000..d70757fb --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/combo_attack.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/leopard/COMBO_ATTACK.GR2" +MotionDuration 1.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/dead.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/dead.gr2 new file mode 100644 index 00000000..0c6ce33e Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/dead.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/dead.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/dead.msa new file mode 100644 index 00000000..cba073c7 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/dead.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/leopard/dead.GR2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/front_damage.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/front_damage.gr2 new file mode 100644 index 00000000..4674838a Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/front_damage.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/front_damage.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/front_damage.msa new file mode 100644 index 00000000..48341c59 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/front_damage.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/leopard/front_damage.GR2" +MotionDuration 0.500000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_black.dds b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_black.dds new file mode 100644 index 00000000..3cc2900c Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_black.dds differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_black.msm b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_black.msm new file mode 100644 index 00000000..de339c85 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_black.msm @@ -0,0 +1,62 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc\leopard\leopard_yellow.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 1 + Group ShapeData00 + { + ShapeIndex 0 + + Model "D:\Ymir Work\npc\leopard\leopard_yellow.GR2" + SourceSkin "D:\Ymir Work\npc\leopard\leopard_yellow.dds" + TargetSkin "D:\Ymir Work\npc\leopard\leopard_black.dds" + } +} +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 0 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 88.000000 + Position 0.000000 0.000000 60.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 0 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 127.000000 + Position 0.000000 0.000000 60.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow.dds b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow.dds new file mode 100644 index 00000000..a47cc157 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow.dds differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow.gr2 new file mode 100644 index 00000000..5b83f1d3 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow.msm b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow.msm new file mode 100644 index 00000000..748b9a9e --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow.msm @@ -0,0 +1,49 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc\leopard\leopard_yellow.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 0 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 88.000000 + Position 0.000000 0.000000 60.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 0 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 127.000000 + Position 0.000000 0.000000 60.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow_lod_01.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow_lod_01.gr2 new file mode 100644 index 00000000..a5dad373 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/leopard_yellow_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/motlist.txt b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/motlist.txt new file mode 100644 index 00000000..85df5aec --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/motlist.txt @@ -0,0 +1,13 @@ +GENERAL WAIT wait.msa 80 +GENERAL WAIT1 wait1.msa 10 +GENERAL WAIT2 wait2.msa 10 +GENERAL WALK walk.msa 100 +GENERAL RUN run.msa 100 +GENERAL COMBO_ATTACK combo_attack.msa 100 +GENERAL COMBO_ATTACK1 combo_attack.msa 100 +GENERAL COMBO_ATTACK2 combo_attack.msa 100 +GENERAL FRONT_DAMAGE front_damage.msa 100 +GENERAL BACK_DAMAGE front_damage.msa 100 +GENERAL DEAD dead.msa 100 +GENERAL SKILL2 skill2.msa 100 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/run.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/run.gr2 new file mode 100644 index 00000000..2b8475d1 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/run.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/run.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/run.msa new file mode 100644 index 00000000..ba21b7f4 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/run.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/leopard/run.GR2" +MotionDuration 0.666667 +Accumulation 0.00 -589.63 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/skill2.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/skill2.msa new file mode 100644 index 00000000..5afec144 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/skill2.msa @@ -0,0 +1,5 @@ +ScriptType MotionData + +MotionFileName "D:\ymir work\npc\lion\skill2.GR2" +MotionDuration 2.000000 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait.gr2 new file mode 100644 index 00000000..691b499d Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait.msa new file mode 100644 index 00000000..0009662c --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/leopard/wait.GR2" +MotionDuration 1.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait1.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait1.gr2 new file mode 100644 index 00000000..c9aa6730 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait1.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait1.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait1.msa new file mode 100644 index 00000000..3cb8343a --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait1.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/leopard/wait1.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait2.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait2.gr2 new file mode 100644 index 00000000..8fad987b Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait2.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait2.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait2.msa new file mode 100644 index 00000000..5211ad73 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/wait2.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/leopard/wait2.GR2" +MotionDuration 3.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/walk.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/walk.gr2 new file mode 100644 index 00000000..d200000c Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/walk.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/walk.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/walk.msa new file mode 100644 index 00000000..901321e2 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/leopard/walk.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/leopard/walk.GR2" +MotionDuration 0.800000 +Accumulation 0.00 -278.46 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/combo_attack.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/combo_attack.gr2 new file mode 100644 index 00000000..0652c5a7 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/combo_attack.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/combo_attack.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/combo_attack.msa new file mode 100644 index 00000000..fe10f194 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/combo_attack.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/turkey/combo_attack.GR2" +MotionDuration 1.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/dead.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/dead.gr2 new file mode 100644 index 00000000..b51b210b Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/dead.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/dead.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/dead.msa new file mode 100644 index 00000000..f8bdab24 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/dead.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/turkey/dead.GR2" +MotionDuration 2.166667 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/front_damage.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/front_damage.gr2 new file mode 100644 index 00000000..2b91404b Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/front_damage.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/front_damage.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/front_damage.msa new file mode 100644 index 00000000..3a43e799 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/front_damage.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/turkey/front_damage.GR2" +MotionDuration 0.500000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/motlist.txt b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/motlist.txt new file mode 100644 index 00000000..85df5aec --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/motlist.txt @@ -0,0 +1,13 @@ +GENERAL WAIT wait.msa 80 +GENERAL WAIT1 wait1.msa 10 +GENERAL WAIT2 wait2.msa 10 +GENERAL WALK walk.msa 100 +GENERAL RUN run.msa 100 +GENERAL COMBO_ATTACK combo_attack.msa 100 +GENERAL COMBO_ATTACK1 combo_attack.msa 100 +GENERAL COMBO_ATTACK2 combo_attack.msa 100 +GENERAL FRONT_DAMAGE front_damage.msa 100 +GENERAL BACK_DAMAGE front_damage.msa 100 +GENERAL DEAD dead.msa 100 +GENERAL SKILL2 skill2.msa 100 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/run.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/run.gr2 new file mode 100644 index 00000000..7863e3bc Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/run.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/run.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/run.msa new file mode 100644 index 00000000..e928ffec --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/run.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/turkey/run.GR2" +MotionDuration 0.666667 +Accumulation 0.00 -462.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/skill2.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/skill2.gr2 new file mode 100644 index 00000000..9c2f0c16 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/skill2.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/skill2.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/skill2.msa new file mode 100644 index 00000000..49f48f90 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/skill2.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/turkey/skill2.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1.dds b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1.dds new file mode 100644 index 00000000..ffde414e Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1.dds differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1.gr2 new file mode 100644 index 00000000..4872c686 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1.msm b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1.msm new file mode 100644 index 00000000..c5723e33 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1.msm @@ -0,0 +1,49 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc\turkey\turkey_1.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 79.000000 + Position 0.000000 -20.000000 -20.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 107.000000 + Position 0.000000 -20.000000 -20.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1_lod_01.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1_lod_01.gr2 new file mode 100644 index 00000000..f809aafe Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_1_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2.dds b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2.dds new file mode 100644 index 00000000..e3f09389 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2.dds differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2.gr2 new file mode 100644 index 00000000..7c5d137d Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2.msm b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2.msm new file mode 100644 index 00000000..22a8553c --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2.msm @@ -0,0 +1,49 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc\turkey\turkey_2.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 79.000000 + Position 0.000000 -20.000000 -20.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 107.000000 + Position 0.000000 -20.000000 -20.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2_lod_01.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2_lod_01.gr2 new file mode 100644 index 00000000..ea84417d Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_2_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3.dds b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3.dds new file mode 100644 index 00000000..a36c69f7 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3.dds differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3.gr2 new file mode 100644 index 00000000..1e64638a Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3.msm b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3.msm new file mode 100644 index 00000000..ed576bcb --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3.msm @@ -0,0 +1,49 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc\turkey\turkey_3.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 79.000000 + Position 0.000000 -20.000000 -20.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 107.000000 + Position 0.000000 -20.000000 -20.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3_lod_01.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3_lod_01.gr2 new file mode 100644 index 00000000..9ffdc01d Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/turkey_3_lod_01.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait.gr2 new file mode 100644 index 00000000..a1cf9f15 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait.msa new file mode 100644 index 00000000..9423139f --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/turkey/wait.GR2" +MotionDuration 1.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait1.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait1.gr2 new file mode 100644 index 00000000..9ab93013 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait1.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait1.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait1.msa new file mode 100644 index 00000000..9862188a --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait1.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/turkey/wait1.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait2.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait2.gr2 new file mode 100644 index 00000000..eb04940d Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait2.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait2.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait2.msa new file mode 100644 index 00000000..3db3c9bd --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/wait2.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/turkey/wait2.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/walk.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/walk.gr2 new file mode 100644 index 00000000..2d12f360 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/walk.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/walk.msa b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/walk.msa new file mode 100644 index 00000000..48fa8617 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc/turkey/walk.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc/turkey/walk.GR2" +MotionDuration 0.800000 +Accumulation 0.00 -240.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/egg_pet.dds b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/egg_pet.dds new file mode 100644 index 00000000..0e0e4859 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/egg_pet.dds differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/egg_pet.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/egg_pet.gr2 new file mode 100644 index 00000000..1455a017 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/egg_pet.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/egg_pet.msm b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/egg_pet.msm new file mode 100644 index 00000000..12cd743e --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/egg_pet.msm @@ -0,0 +1,49 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc2\egg_pet\egg_pet.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 28.000000 + Position 0.000000 0.000000 0.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 38.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/motlist.txt b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/motlist.txt rename to bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/motlist.txt diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/run.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/run.gr2 new file mode 100644 index 00000000..7325b32c Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/run.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/run.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/run.msa new file mode 100644 index 00000000..1e2e7cfc --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/run.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/egg_pet/run.GR2" +MotionDuration 0.600000 +Accumulation 0.00 -330.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait.gr2 new file mode 100644 index 00000000..9a36a4f5 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait.msa new file mode 100644 index 00000000..16d442a5 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/egg_pet/wait.GR2" +MotionDuration 1.833333 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait1.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait1.gr2 new file mode 100644 index 00000000..550f2fe2 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait1.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait1.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait1.msa new file mode 100644 index 00000000..2ef1c5b9 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait1.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/egg_pet/wait1.GR2" +MotionDuration 4.500000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait2.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait2.gr2 new file mode 100644 index 00000000..3af58c85 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait2.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait2.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait2.msa new file mode 100644 index 00000000..f857cb84 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/wait2.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/egg_pet/wait2.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/walk.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/walk.gr2 new file mode 100644 index 00000000..26dc7dac Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/walk.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/walk.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/walk.msa new file mode 100644 index 00000000..a0c930ee --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/egg_pet/walk.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/egg_pet/walk.GR2" +MotionDuration 0.800000 +Accumulation 0.00 -100.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_black.dds b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_black.dds new file mode 100644 index 00000000..3fccbf9c Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_black.dds differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_black.msm b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_black.msm new file mode 100644 index 00000000..dad8b5f1 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_black.msm @@ -0,0 +1,61 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc2\leopard_young1\leopard_young1_yellow.GR2" +Group ShapeData +{ + PathName "" + ShapeDataCount 1 + Group ShapeData00 + { + ShapeIndex 0 + + Model "D:\Ymir Work\npc2\leopard_young1\leopard_young1_yellow.GR2" + SourceSkin "D:\Ymir Work\npc2\leopard_young1\leopard_young1_yellow.dds" + TargetSkin "D:\Ymir Work\npc2\leopard_young1\leopard_young1_black.dds" + } +} +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 28.000000 + Position 0.000000 0.000000 0.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 37.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_yellow.dds b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_yellow.dds new file mode 100644 index 00000000..889ed94b Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_yellow.dds differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_yellow.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_yellow.gr2 new file mode 100644 index 00000000..2170eace Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_yellow.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_yellow.msm b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_yellow.msm new file mode 100644 index 00000000..92f4c725 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/leopard_young1_yellow.msm @@ -0,0 +1,49 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc2\leopard_young1\leopard_young1_yellow.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 28.000000 + Position 0.000000 0.000000 0.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 37.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/motlist.txt b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/motlist.txt rename to bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/motlist.txt diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/run.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/run.gr2 new file mode 100644 index 00000000..35f02677 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/run.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/run.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/run.msa new file mode 100644 index 00000000..cef0f0cb --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/run.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/leopard_young1/run.GR2" +MotionDuration 0.733333 +Accumulation 0.00 -300.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait.gr2 new file mode 100644 index 00000000..4b87634d Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait.msa new file mode 100644 index 00000000..c1e05ebc --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/leopard_young1/wait.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait1.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait1.gr2 new file mode 100644 index 00000000..485dfdfb Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait1.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait1.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait1.msa new file mode 100644 index 00000000..ae904a65 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait1.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/leopard_young1/wait1.GR2" +MotionDuration 3.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait2.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait2.gr2 new file mode 100644 index 00000000..02c87599 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait2.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait2.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait2.msa new file mode 100644 index 00000000..96555cb2 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/wait2.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/leopard_young1/wait2.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/walk.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/walk.gr2 new file mode 100644 index 00000000..c3caf18e Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/walk.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/walk.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/walk.msa new file mode 100644 index 00000000..a8da7f9f --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/leopard_young1/walk.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/leopard_young1/walk.GR2" +MotionDuration 1.000000 +Accumulation 0.00 -70.00 0.00 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/motlist.txt b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/motlist.txt rename to bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/motlist.txt diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/rabbit_pet.dds b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/rabbit_pet.dds new file mode 100644 index 00000000..37651ebb Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/rabbit_pet.dds differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/rabbit_pet.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/rabbit_pet.gr2 new file mode 100644 index 00000000..31568a7a Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/rabbit_pet.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/rabbit_pet.msm b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/rabbit_pet.msm new file mode 100644 index 00000000..9c58063d --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/rabbit_pet.msm @@ -0,0 +1,49 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc2\rabbit_pet\rabbit_pet.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 20.000000 + Position 0.000000 0.000000 10.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 31.000000 + Position 0.000000 0.000000 10.000000 + } + } +} diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/run.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/run.gr2 new file mode 100644 index 00000000..48651b42 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/run.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/run.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/run.msa new file mode 100644 index 00000000..11744598 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/run.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/rabbit_pet/Run.GR2" +MotionDuration 0.600000 +Accumulation 0.00 -300.45 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait.gr2 new file mode 100644 index 00000000..ea6c9b07 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait.msa new file mode 100644 index 00000000..e55ab5a7 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/rabbit_pet/Wait.GR2" +MotionDuration 2.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait1.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait1.gr2 new file mode 100644 index 00000000..f3aab772 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait1.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait1.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait1.msa new file mode 100644 index 00000000..d54c1d03 --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait1.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/rabbit_pet/Wait1.GR2" +MotionDuration 2.333333 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait2.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait2.gr2 new file mode 100644 index 00000000..edcfdbc6 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait2.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait2.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait2.msa new file mode 100644 index 00000000..fd98db4c --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/wait2.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/rabbit_pet/wait2.GR2" +MotionDuration 4.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/walk.gr2 b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/walk.gr2 new file mode 100644 index 00000000..d95656a1 Binary files /dev/null and b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/walk.gr2 differ diff --git a/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/walk.msa b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/walk.msa new file mode 100644 index 00000000..3c30f56d --- /dev/null +++ b/bin/pack/metin2_patch_pet2/ymir work/npc2/rabbit_pet/walk.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/rabbit_pet/Walk.GR2" +MotionDuration 1.400000 +Accumulation 0.00 -71.68 0.00 + diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item6.mse b/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item6.mse deleted file mode 100644 index f5f54d94..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item6.mse +++ /dev/null @@ -1,628 +0,0 @@ -BoundingSphereRadius 500.000000 -BoundingSpherePosition 0.000000 0.000000 400.000000 - -Group Particle -{ - StartTime 0.512000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 300.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 40 - - CycleLength 1.500000 - CycleLoopEnable 0 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 3.000000 - 1.000000 1.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 -18.041237 - } - List TimeEventEmittingVelocity - { - 0.000000 3.000000 - 1.000000 4.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 40.000000 - } - List TimeEventLifeTime - { - 0.000000 1.500000 - } - List TimeEventSizeX - { - 0.000000 64.000000 - } - List TimeEventSizeY - { - 0.000000 64.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 4 - RotationSpeed 200.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 4 - TexAniDelay 0.200000 - TexAniRandomStartFrameEnable 1 - - List TimeEventGravity - { - 0.000000 20.000000 - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.005714 0.090000 - } - List TimeEventScaleY - { - 0.011429 0.090000 - } - List TimeEventColorRed - { - 0.000000 0.600000 - 0.900000 0.100000 - } - List TimeEventColorGreen - { - 0.000000 0.100000 - 0.045714 0.762887 - 0.125000 0.100000 - 0.182857 0.639175 - 0.250000 0.100000 - 0.308571 0.494845 - 0.375000 0.100000 - 0.451429 0.402062 - 0.500000 0.100000 - 0.565714 0.329897 - 0.625000 0.100000 - 0.691429 0.288660 - 0.750000 0.100000 - 0.811429 0.216495 - 0.875000 0.100000 - 0.937143 0.175258 - 1.000000 0.000000 - } - List TimeEventColorBlue - { - 0.200000 0.300000 - 0.900000 1.000000 - } - List TimeEventAlpha - { - 0.000000 1.000000 - 0.500000 0.700000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "light616.dds" - } - } -} -Group Particle -{ - StartTime 0.200000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 300.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 1 - - CycleLength 1.900000 - CycleLoopEnable 0 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 0.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 0.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.900000 - } - List TimeEventSizeX - { - 0.000000 64.000000 - } - List TimeEventSizeY - { - 0.000000 64.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 0.050000 2.500000 - 0.070000 1.400000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 0.050000 2.500000 - 0.070000 1.400000 - } - List TimeEventColorRed - { - 0.000000 0.500000 - } - List TimeEventColorGreen - { - 0.000000 0.500000 - } - List TimeEventColorBlue - { - 0.000000 0.700000 - } - List TimeEventAlpha - { - 0.500000 1.000000 - 0.750000 0.600000 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "magic_ring2.dds" - } - } -} -Group Particle -{ - StartTime 0.240000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 300.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 0.500000 - CycleLoopEnable 0 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 0.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 0.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 0.500000 - } - List TimeEventSizeX - { - 0.000000 64.000000 - } - List TimeEventSizeY - { - 0.000000 64.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.500000 - 0.050000 1.000000 - 1.000000 6.000000 - } - List TimeEventScaleY - { - 0.000000 0.500000 - 0.050000 1.000000 - 1.000000 6.000000 - } - List TimeEventColorRed - { - 0.300000 0.500000 - 0.800000 0.000000 - } - List TimeEventColorGreen - { - 0.200000 0.200000 - 0.600000 0.000000 - } - List TimeEventColorBlue - { - 0.300000 0.600000 - 0.700000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.050000 1.000000 - 0.200000 0.500000 - 0.600000 0.150000 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "item_buff1.dds" - } - } -} -Group Mesh -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 - } - - MeshFileName "buff_item1.mde" - MeshAnimationLoopEnable 0 - MeshAnimationLoopCount 0 - MeshAnimationFrameDelay 0.020000 - - MeshElementCount 10 - Group MeshElement00 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 1.000000 0.329412 0.992157 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.450000 0.400000 - 0.700000 0.000000 - } - } - Group MeshElement01 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 2 - - ColorOperationType 4 - ColorFactor 0.709804 0.411765 1.000000 1.000000 - List TimeEventAlpha - { - 0.200000 0.200000 - 0.400000 1.000000 - 0.650000 0.400000 - 0.900000 0.000000 - } - } - Group MeshElement02 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.466667 0.623529 1.000000 1.000000 - List TimeEventAlpha - { - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement03 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 1.000000 0.294118 0.764706 1.000000 - List TimeEventAlpha - { - 0.000000 1.000000 - 0.350000 0.600000 - 0.700000 0.000000 - } - } - Group MeshElement04 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 1 - - ColorOperationType 4 - ColorFactor 0.447059 0.462745 1.000000 1.000000 - List TimeEventAlpha - { - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement05 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.941176 0.368627 1.000000 1.000000 - List TimeEventAlpha - { - 0.100000 0.200000 - 0.300000 1.000000 - 0.550000 0.400000 - 0.800000 0.000000 - } - } - Group MeshElement06 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 5 - - ColorOperationType 4 - ColorFactor 0.211765 0.243137 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement07 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 0 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 10 - - ColorOperationType 4 - ColorFactor 0.482353 0.239216 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement08 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 15 - - ColorOperationType 4 - ColorFactor 0.619608 0.231373 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement09 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 20 - - ColorOperationType 4 - ColorFactor 0.419608 0.188235 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item7.mse b/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item7.mse deleted file mode 100644 index 89acf9ed..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item7.mse +++ /dev/null @@ -1,630 +0,0 @@ -BoundingSphereRadius 500.000000 -BoundingSpherePosition 0.000000 0.000000 400.000000 - -Group Particle -{ - StartTime 0.512000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 180.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 40 - - CycleLength 1.500000 - CycleLoopEnable 0 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.001000 0.001000 0.010000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 3.000000 - 1.000000 1.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 -18.041237 - } - List TimeEventEmittingVelocity - { - 0.000000 3.000000 - 1.000000 4.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 40.000000 - } - List TimeEventLifeTime - { - 0.000000 1.500000 - } - List TimeEventSizeX - { - 0.000000 64.000000 - } - List TimeEventSizeY - { - 0.000000 64.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 4 - RotationSpeed 200.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 4 - TexAniDelay 0.200000 - TexAniRandomStartFrameEnable 1 - - List TimeEventGravity - { - 0.000000 20.000000 - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.005714 0.090000 - } - List TimeEventScaleY - { - 0.011429 0.090000 - } - List TimeEventColorRed - { - 0.000000 0.500000 - 0.700000 0.100000 - } - List TimeEventColorGreen - { - 0.000000 0.100000 - 0.062500 1.000000 - 0.125000 0.100000 - 0.177143 0.958763 - 0.250000 0.100000 - 0.308571 0.865979 - 0.375000 0.100000 - 0.422857 0.773196 - 0.500000 0.100000 - 0.565714 0.680412 - 0.625000 0.100000 - 0.680000 0.577320 - 0.750000 0.100000 - 0.805714 0.474227 - 0.875000 0.100000 - 0.937143 0.288660 - 1.000000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.600000 - 0.800000 1.000000 - } - List TimeEventAlpha - { - 0.000000 1.000000 - 0.500000 0.700000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "light616.dds" - } - } -} -Group Particle -{ - StartTime 0.200000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 180.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 1 - - CycleLength 1.900000 - CycleLoopEnable 0 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 0.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 0.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 1.900000 - } - List TimeEventSizeX - { - 0.000000 64.000000 - } - List TimeEventSizeY - { - 0.000000 64.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.100000 - 0.050000 2.500000 - 0.070000 1.400000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 0.050000 2.500000 - 0.070000 1.400000 - } - List TimeEventColorRed - { - 0.000000 0.400000 - 0.700000 0.000000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - 0.700000 0.400000 - } - List TimeEventColorBlue - { - 0.000000 0.500000 - 0.700000 1.000000 - } - List TimeEventAlpha - { - 0.500000 1.000000 - 0.750000 0.600000 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "ring2.dds" - } - } -} -Group Particle -{ - StartTime 0.240000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 180.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 10 - - CycleLength 0.500000 - CycleLoopEnable 0 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 0.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 0.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 0.500000 - } - List TimeEventSizeX - { - 0.000000 64.000000 - } - List TimeEventSizeY - { - 0.000000 64.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.500000 - 0.050000 1.000000 - 1.000000 6.000000 - } - List TimeEventScaleY - { - 0.000000 0.500000 - 0.050000 1.000000 - 1.000000 6.000000 - } - List TimeEventColorRed - { - 0.000000 0.300000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - 0.800000 0.300000 - } - List TimeEventColorBlue - { - 0.000000 0.400000 - 0.800000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.050000 1.000000 - 0.200000 0.500000 - 0.600000 0.150000 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "item_buff1.dds" - } - } -} -Group Mesh -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -169.000000 - } - - MeshFileName "buff_item1.mde" - MeshAnimationLoopEnable 0 - MeshAnimationLoopCount 0 - MeshAnimationFrameDelay 0.020000 - - MeshElementCount 10 - Group MeshElement00 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.466667 0.329412 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.450000 0.400000 - 0.700000 0.000000 - } - } - Group MeshElement01 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 2 - - ColorOperationType 4 - ColorFactor 0.470588 0.411765 1.000000 1.000000 - List TimeEventAlpha - { - 0.200000 0.200000 - 0.400000 1.000000 - 0.650000 0.400000 - 0.900000 0.000000 - } - } - Group MeshElement02 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.470588 0.490196 1.000000 1.000000 - List TimeEventAlpha - { - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement03 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.470588 0.294118 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 1.000000 - 0.350000 0.600000 - 0.700000 0.000000 - } - } - Group MeshElement04 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 1 - - ColorOperationType 4 - ColorFactor 0.470588 0.450980 1.000000 1.000000 - List TimeEventAlpha - { - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement05 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.470588 0.372549 1.000000 1.000000 - List TimeEventAlpha - { - 0.100000 0.200000 - 0.300000 1.000000 - 0.550000 0.400000 - 0.800000 0.000000 - } - } - Group MeshElement06 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 5 - - ColorOperationType 4 - ColorFactor 0.470588 0.490196 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement07 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 0 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 10 - - ColorOperationType 4 - ColorFactor 0.470588 0.411765 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement08 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 15 - - ColorOperationType 4 - ColorFactor 0.470588 0.333333 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement09 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 20 - - ColorOperationType 4 - ColorFactor 0.470588 0.254902 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item8.mse b/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item8.mse deleted file mode 100644 index 62da9008..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item8.mse +++ /dev/null @@ -1,648 +0,0 @@ -BoundingSphereRadius 500.000000 -BoundingSpherePosition 0.000000 0.000000 400.000000 - -Group Particle -{ - StartTime 0.208000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 180.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 40 - - CycleLength 1.000000 - CycleLoopEnable 0 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 70.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.015000 0.015000 0.030000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 3.000000 - 1.000000 1.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 -18.041237 - } - List TimeEventEmittingVelocity - { - 0.000000 3.000000 - 1.000000 4.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 1000.000000 - } - List TimeEventLifeTime - { - 0.000000 1.700000 - } - List TimeEventSizeX - { - 0.000000 64.000000 - } - List TimeEventSizeY - { - 0.000000 64.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 5 - BillboardType 1 - RotationType 4 - RotationSpeed 0.000000 - RotationRandomStartingBegin 180 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 4 - TexAniDelay 0.200000 - TexAniRandomStartFrameEnable 1 - - List TimeEventGravity - { - 0.000000 20.000000 - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 3.000000 - 0.030000 0.200000 - 0.100000 0.090000 - } - List TimeEventScaleY - { - 0.000000 0.100000 - 0.030000 0.900000 - 0.100000 0.090000 - } - List TimeEventColorRed - { - 0.000000 0.500000 - 0.700000 0.100000 - } - List TimeEventColorGreen - { - 0.000000 0.100000 - 0.062500 1.000000 - 0.125000 0.100000 - 0.177143 0.958763 - 0.250000 0.100000 - 0.308571 0.865979 - 0.375000 0.100000 - 0.422857 0.773196 - 0.500000 0.100000 - 0.565714 0.680412 - 0.625000 0.100000 - 0.680000 0.577320 - 0.750000 0.100000 - 0.805714 0.474227 - 0.875000 0.100000 - 0.937143 0.288660 - 1.000000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.600000 - 0.800000 1.000000 - } - List TimeEventAlpha - { - 0.100000 1.000000 - 0.700000 0.700000 - 0.737500 0.612500 - 0.775000 0.200000 - 0.850000 0.500000 - 0.868750 0.150000 - 0.887500 0.300000 - 0.925000 0.100000 - 0.962500 0.200000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "light616.dds" - } - } -} -Group Particle -{ - StartTime 0.112000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 180.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 5 - - CycleLength 0.500000 - CycleLoopEnable 0 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 5.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 7.000000 - 1.000000 0.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 0.600000 - } - List TimeEventSizeX - { - 0.000000 64.000000 - } - List TimeEventSizeY - { - 0.000000 64.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 2 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 1.000000 - 0.200000 2.000000 - 1.000000 5.000000 - } - List TimeEventScaleY - { - 0.000000 1.000000 - 0.050000 3.000000 - 0.100000 2.000000 - 1.000000 5.000000 - } - List TimeEventColorRed - { - 0.200000 1.000000 - 0.600000 0.300000 - } - List TimeEventColorGreen - { - 0.100000 0.860000 - 0.300000 0.300000 - 0.600000 0.000000 - } - List TimeEventColorBlue - { - 0.000000 0.340000 - 0.200000 0.200000 - 0.500000 1.000000 - } - List TimeEventAlpha - { - 0.000000 0.700000 - 0.100000 0.475000 - 0.500000 0.250000 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "item_symbol1_2.dds" - } - } -} -Group Particle -{ - StartTime 0.112000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 180.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 1 - - CycleLength 1.000000 - CycleLoopEnable 0 - LoopCount 0 - - EmitterShape 0 - EmitterAdvancedType 0 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 0.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 0.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 10.000000 - } - List TimeEventLifeTime - { - 0.000000 2.200000 - } - List TimeEventSizeX - { - 0.000000 64.000000 - } - List TimeEventSizeY - { - 0.000000 64.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 2 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.300000 - 0.100000 1.500000 - 0.120000 1.000000 - 0.980000 1.000000 - 1.000000 0.010000 - } - List TimeEventScaleY - { - 0.000000 0.300000 - 0.100000 1.500000 - 0.120000 1.000000 - 0.980000 1.000000 - 1.000000 4.000000 - } - List TimeEventColorRed - { - 0.000000 1.000000 - } - List TimeEventColorGreen - { - 0.600000 0.860000 - 1.000000 0.470000 - } - List TimeEventColorBlue - { - 0.600000 0.340000 - 1.000000 0.230000 - } - List TimeEventAlpha - { - 0.600000 1.000000 - 0.800000 0.700000 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "item_symbol1_1.dds" - } - } -} -Group Mesh -{ - StartTime 0.080000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 20.000000 - } - - MeshFileName "buff_item1.mde" - MeshAnimationLoopEnable 0 - MeshAnimationLoopCount 0 - MeshAnimationFrameDelay 0.020000 - - MeshElementCount 10 - Group MeshElement00 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.466667 0.329412 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.450000 0.400000 - 0.700000 0.000000 - } - } - Group MeshElement01 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 2 - - ColorOperationType 4 - ColorFactor 0.470588 0.411765 1.000000 1.000000 - List TimeEventAlpha - { - 0.200000 0.200000 - 0.400000 1.000000 - 0.650000 0.400000 - 0.900000 0.000000 - } - } - Group MeshElement02 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.470588 0.490196 1.000000 1.000000 - List TimeEventAlpha - { - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement03 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.470588 0.294118 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 1.000000 - 0.350000 0.600000 - 0.700000 0.000000 - } - } - Group MeshElement04 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 1 - - ColorOperationType 4 - ColorFactor 0.470588 0.450980 1.000000 1.000000 - List TimeEventAlpha - { - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement05 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 0 - - ColorOperationType 4 - ColorFactor 0.470588 0.372549 1.000000 1.000000 - List TimeEventAlpha - { - 0.100000 0.200000 - 0.300000 1.000000 - 0.550000 0.400000 - 0.800000 0.000000 - } - } - Group MeshElement06 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 5 - - ColorOperationType 4 - ColorFactor 0.470588 0.490196 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement07 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 0 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 10 - - ColorOperationType 4 - ColorFactor 0.470588 0.411765 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement08 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 15 - - ColorOperationType 4 - ColorFactor 0.470588 0.333333 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } - Group MeshElement09 - { - BillboardType 0 - BlendingEnable 1 - BlendingSrcType 5 - BlendingDestType 2 - - TextureAnimationLoopEnable 1 - TextureAnimationFrameDelay 0.020000 - TextureAnimationStartFrame 20 - - ColorOperationType 4 - ColorFactor 0.470588 0.254902 1.000000 1.000000 - List TimeEventAlpha - { - 0.000000 0.200000 - 0.200000 1.000000 - 0.600000 0.600000 - 1.000000 0.000000 - } - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/magic_ring2.dds b/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/magic_ring2.dds deleted file mode 100644 index 0d568f19..00000000 Binary files a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/magic_ring2.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/ring2.dds b/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/ring2.dds deleted file mode 100644 index 9ae87abd..00000000 Binary files a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/ring2.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/motlist.txt b/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/motlist.txt deleted file mode 100644 index 3fe289e8..00000000 Binary files a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/motlist.txt and /dev/null differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/run.msa b/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/run.msa deleted file mode 100644 index 4b635690..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/run.msa +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/npc2/bear_young1/run.gr2" -MotionDuration 0.600000 -Accumulation 0.00 -300.00 0.00 - diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait.msa b/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait.msa deleted file mode 100644 index bc0de93c..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait.msa +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/npc2/bear_young1/wait.gr2" -MotionDuration 1.333333 -Accumulation 0.00 0.00 0.00 - diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait1.msa b/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait1.msa deleted file mode 100644 index 22ee5f39..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait1.msa +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/npc2/bear_young1/wait1.gr2" -MotionDuration 2.766667 -Accumulation 0.00 0.00 0.00 - diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait2.msa b/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait2.msa deleted file mode 100644 index c6cdbc7f..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait2.msa +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/npc2/bear_young1/wait2.gr2" -MotionDuration 3.500000 -Accumulation 0.00 0.00 0.00 - diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/walk.msa b/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/walk.msa deleted file mode 100644 index a2bfceed..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/walk.msa +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType MotionData - -MotionFileName "d:/ymir work/npc2/bear_young1/walk.gr2" -MotionDuration 0.800000 -Accumulation 0.00 -100.57 0.00 - diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_1.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_1.msm deleted file mode 100644 index b9d03763..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_1.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\dog_young1\dog_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\dog_young1\dog_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\dog_young1\dog_young1.dds" - TargetSkin "D:\Ymir Work\npc2\dog_young1\dog_young1_black.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_2.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_2.msm deleted file mode 100644 index b3289c7f..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_2.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\dog_young1\dog_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\dog_young1\dog_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\dog_young1\dog_young1.dds" - TargetSkin "D:\Ymir Work\npc2\dog_young1\dog_young1_blue.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_blue.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_3.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_3.msm deleted file mode 100644 index bffa205b..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_3.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\dog_young1\dog_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\dog_young1\dog_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\dog_young1\dog_young1.dds" - TargetSkin "D:\Ymir Work\npc2\dog_young1\dog_young1_gold.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_gold.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_4.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_4.msm deleted file mode 100644 index ddba6c3d..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_4.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\dog_young1\dog_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\dog_young1\dog_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\dog_young1\dog_young1.dds" - TargetSkin "D:\Ymir Work\npc2\dog_young1\dog_young1_white.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_whit.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_1.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_1.msm deleted file mode 100644 index 21777f4c..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_1.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\lion_young1\lion_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\lion_young1\lion_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\lion_young1\lion_young1.dds" - TargetSkin "D:\Ymir Work\npc2\lion_young1\lion_young1_black.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_2.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_2.msm deleted file mode 100644 index 74e1cded..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_2.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\lion_young1\lion_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\lion_young1\lion_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\lion_young1\lion_young1.dds" - TargetSkin "D:\Ymir Work\npc2\lion_young1\lion_young1_blue.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_blue.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_3.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_3.msm deleted file mode 100644 index f99688af..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_3.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\lion_young1\lion_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\lion_young1\lion_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\lion_young1\lion_young1.dds" - TargetSkin "D:\Ymir Work\npc2\lion_young1\lion_young1_gold.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_gold.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_4.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_4.msm deleted file mode 100644 index a5de638e..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_4.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\lion_young1\lion_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\lion_young1\lion_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\lion_young1\lion_young1.dds" - TargetSkin "D:\Ymir Work\npc2\lion_young1\lion_young1_white.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_whit.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/bear_young1.dds b/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/bear_young1.dds deleted file mode 100644 index 3fe289e8..00000000 Binary files a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/bear_young1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/panda_young1_1.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/panda_young1_1.msm deleted file mode 100644 index e3743616..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/panda_young1_1.msm +++ /dev/null @@ -1,57 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\Panda_young1\Panda_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\panda_young1\panda_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\panda_young1\panda_young1.dds" - TargetSkin "D:\Ymir Work\npc2\panda_young1\bear_young1.dds" - } -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 36.000000 - Position 0.000000 -15.000000 -15.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 51.000000 - Position 0.000000 -15.000000 -15.000000 - } - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/run.gr2 b/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/run.gr2 deleted file mode 100644 index 48aae0ff..00000000 Binary files a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/run.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait.gr2 b/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait.gr2 deleted file mode 100644 index 3d5ad1c4..00000000 Binary files a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait1.gr2 b/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait1.gr2 deleted file mode 100644 index 6ba06927..00000000 Binary files a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait1.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait2.gr2 b/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait2.gr2 deleted file mode 100644 index 4cfa989f..00000000 Binary files a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait2.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/walk.gr2 b/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/walk.gr2 deleted file mode 100644 index 70258a67..00000000 Binary files a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/walk.gr2 and /dev/null differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_1.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_1.msm deleted file mode 100644 index c54f1639..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_1.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\pig_young1\pig_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\pig_young1\pig_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\pig_young1\pig_young1.dds" - TargetSkin "D:\Ymir Work\npc2\pig_young1\pig_young1_black.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_2.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_2.msm deleted file mode 100644 index bff5d8dc..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_2.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\pig_young1\pig_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\pig_young1\pig_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\pig_young1\pig_young1.dds" - TargetSkin "D:\Ymir Work\npc2\pig_young1\pig_young1_blue.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_blue.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_3.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_3.msm deleted file mode 100644 index e4b7922a..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_3.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\pig_young1\pig_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\pig_young1\pig_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\pig_young1\pig_young1.dds" - TargetSkin "D:\Ymir Work\npc2\pig_young1\pig_young1_gold.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_gold.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_4.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_4.msm deleted file mode 100644 index 53745e93..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_4.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\pig_young1\pig_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\pig_young1\pig_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\pig_young1\pig_young1.dds" - TargetSkin "D:\Ymir Work\npc2\pig_young1\pig_young1_white.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_whit.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/pwahuang1.dds b/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/pwahuang1.dds deleted file mode 100644 index 783cf846..00000000 Binary files a/bin/pack/metin2_patch_pets/ymir work/npc2/pwahuang1/pwahuang1.dds and /dev/null differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_1.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_1.msm deleted file mode 100644 index 72667541..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_1.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\tiger_young1\tiger_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\tiger_young1\tiger_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\tiger_young1\tiger_young1.dds" - TargetSkin "D:\Ymir Work\npc2\tiger_young1\tiger_young1_black.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_2.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_2.msm deleted file mode 100644 index 409cb765..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_2.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\tiger_young1\tiger_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\tiger_young1\tiger_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\tiger_young1\tiger_young1.dds" - TargetSkin "D:\Ymir Work\npc2\tiger_young1\tiger_young1_blue.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_blue.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_3.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_3.msm deleted file mode 100644 index 3eee95ed..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_3.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\tiger_young1\tiger_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\tiger_young1\tiger_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\tiger_young1\tiger_young1.dds" - TargetSkin "D:\Ymir Work\npc2\tiger_young1\tiger_young1_gold.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_gold.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_4.msm b/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_4.msm deleted file mode 100644 index b758afda..00000000 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_4.msm +++ /dev/null @@ -1,70 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc2\tiger_young1\tiger_young1.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 1 - Group ShapeData00 - { - ShapeIndex 0 - - Model "D:\Ymir Work\npc2\tiger_young1\tiger_young1.gr2" - SourceSkin "D:\Ymir Work\npc2\tiger_young1\tiger_young1.dds" - TargetSkin "D:\Ymir Work\npc2\tiger_young1\tiger_young1_white.dds" - } -} -Group AttachingData -{ - AttachingDataCount 3 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 40.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 45.000000 - Position 0.000000 0.000000 0.000000 - } - } - - Group AttachingData02 - { - AttachingDataType 2 - - isAttaching 1 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - EffectScriptName "D:\Ymir Work\effect\monster2\redblack3_whit.mse" - EffectPosition 0.000000 0.000000 0.000000 - EffectRotation 0.000000 0.000000 0.000000 - } -} diff --git a/bin/pack/metin2_patch_sd/ymir work/monster2/spider_spawn/motlist.txt b/bin/pack/metin2_patch_sd/ymir work/monster2/spider_spawn/motlist.txt index 20dea802..d7ee12ed 100644 --- a/bin/pack/metin2_patch_sd/ymir work/monster2/spider_spawn/motlist.txt +++ b/bin/pack/metin2_patch_sd/ymir work/monster2/spider_spawn/motlist.txt @@ -3,10 +3,10 @@ GENERAL WAIT wait.msa 100 GENERAL RUN wait.msa 100 GENERAL NORMAL_ATTACK wait.msa 100 GENERAL FRONT_DAMAGE wait.msa 100 -GENERAL FRONT_DEAD wait.msa 100 +GENERAL FRONT_DEAD dead.msa 100 GENERAL FRONT_KNOCKDOWN wait.msa 100 GENERAL FRONT_STANDUP wait.msa 100 GENERAL BACK_DAMAGE wait.msa 100 GENERAL BACK_KNOCKDOWN wait.msa 100 GENERAL BACK_STANDUP wait.msa 100 -GENERAL BACK_DEAD wait.msa 100 +GENERAL BACK_DEAD dead.msa 100 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000004/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000004/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000000/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/areadata.txt new file mode 100644 index 00000000..4d535d98 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/areadata.txt @@ -0,0 +1,88 @@ +AreaDataFile + +Start Object000 + 20693.365234 -25448.628906 16594.148438 + 981658005 + 0.000000#0.000000#60.000000 + -30.000000 +End Object +Start Object001 + 23030.400391 -20408.880859 16504.255859 + 1249519201 + 0.000000#0.000000#270.000000 + -5.000000 +End Object +Start Object002 + 22200.000000 -21100.000000 16536.250000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object003 + 22200.000000 -19800.000000 16522.000000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object004 + 13432.265625 -24792.248047 17040.779297 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 13869.591797 -19235.408203 16934.457031 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 21472.164063 -18135.437500 16561.277344 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 13095.453125 -18494.261719 16914.939453 + 2384380606 + 0.000000#0.000000#75.000000 + -30.000000 +End Object +Start Object008 + 13464.388672 -25509.656250 16953.851563 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 11209.425781 -19550.251953 17070.724609 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 17529.404297 -17717.833984 16791.060547 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 14130.339844 -19838.710938 16900.740234 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 21574.710938 -23388.785156 16398.720703 + 2749524748 + 0.000000#0.000000#75.000000 + -25.000000 +End Object +Start Object013 + 17763.919922 -17466.082031 16816.595703 + 2749524748 + 0.000000#0.000000#15.000000 + -30.000000 +End Object + +ObjectCount 14 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000007/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000007/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000000/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/attr.atr new file mode 100644 index 00000000..f9a7d729 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/height.raw new file mode 100644 index 00000000..52893fe3 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/minimap.dds new file mode 100644 index 00000000..70e1a97c Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/shadowmap.dds new file mode 100644 index 00000000..3e4551ca Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/shadowmap.raw new file mode 100644 index 00000000..61e75813 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/tile.raw new file mode 100644 index 00000000..51359d6a --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000007/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000000/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000007/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000000/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000005/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000005/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000001/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/areadata.txt new file mode 100644 index 00000000..8f450985 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/areadata.txt @@ -0,0 +1,70 @@ +AreaDataFile + +Start Object000 + 23824.222656 -49387.394531 17285.679688 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 15800.000000 -29100.000000 16656.750000 + 929619867 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object002 + 15300.000000 -29100.000000 16662.250000 + 929619867 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object003 + 15500.000000 -28600.000000 16639.250000 + 929619867 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object004 + 23744.507813 -49960.988281 17099.179688 + 1595676473 + 0.000000#0.000000#330.000000 + -80.000000 +End Object +Start Object005 + 16600.000000 -26300.000000 16630.250000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object006 + 15100.000000 -26100.000000 16657.000000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object007 + 20029.201172 -25670.882813 16707.992188 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 22671.511719 -49200.070313 17461.339844 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 21526.650391 -49659.281250 17329.152344 + 3590562120 + 0.000000#0.000000#90.000000 + -125.000000 +End Object +Start Object010 + 15590.442383 -29596.625000 16669.490234 + 4095860535 + 0.000000#0.000000#180.000000 + 0.000000 +End Object + +ObjectCount 11 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001002/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001002/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000001/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/attr.atr new file mode 100644 index 00000000..fc734fd8 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/height.raw new file mode 100644 index 00000000..b2a802b6 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/minimap.dds new file mode 100644 index 00000000..53c55069 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/shadowmap.dds new file mode 100644 index 00000000..e0ddeb65 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/shadowmap.raw new file mode 100644 index 00000000..5dccd56e --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/tile.raw new file mode 100644 index 00000000..ef23e1dc --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001002/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000001/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001002/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000001/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000006/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000006/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000002/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/areadata.txt new file mode 100644 index 00000000..2ed3acd1 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/areadata.txt @@ -0,0 +1,232 @@ +AreaDataFile + +Start Object000 + 14422.956055 -55197.589844 17452.412109 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 11955.590820 -66428.804688 18228.455078 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 16801.015625 -73864.968750 18708.681641 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 23224.984375 -69956.687500 18120.800781 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 12143.864258 -65136.687500 18179.009766 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 16556.744141 -69019.054688 18040.289063 + 691461633 + 0.000000#0.000000#135.000000 + -15.000000 +End Object +Start Object006 + 24840.593750 -70046.406250 18066.570313 + 691461633 + 0.000000#0.000000#45.000000 + -60.000000 +End Object +Start Object007 + 20509.103516 -69762.289063 18140.900391 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 14962.375000 -54184.125000 17572.800781 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 19678.855469 -54206.609375 17199.035156 + 1595676473 + 0.000000#0.000000#60.000000 + -15.000000 +End Object +Start Object010 + 14484.011719 -56232.351563 17447.189453 + 1809317686 + 0.000000#0.000000#135.000000 + -15.000000 +End Object +Start Object011 + 13819.029297 -52742.820313 17447.062500 + 2301808749 + 0.000000#0.000000#120.000000 + -60.000000 +End Object +Start Object012 + 18832.078125 -74039.164063 18806.789063 + 2301808749 + 0.000000#0.000000#120.000000 + -60.000000 +End Object +Start Object013 + 14832.418945 -53267.816406 17550.734375 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 20063.392578 -57286.843750 17287.429688 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 13004.167969 -66360.179688 18371.210938 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 17215.708984 -72781.968750 18289.318359 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 22932.062500 -67526.171875 18140.019531 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 24222.183594 -69987.453125 18110.582031 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 17839.765625 -73897.242188 18641.300781 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 11300.638672 -72053.703125 18614.439453 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 13890.164063 -54496.125000 17454.679688 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 18895.953125 -61833.050781 17873.523438 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 12574.289063 -64222.640625 18277.789063 + 2749524748 + 0.000000#0.000000#120.000000 + -60.000000 +End Object +Start Object024 + 22296.416016 -66596.125000 18238.990234 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 12502.023438 -71579.398438 18452.234375 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 15725.723633 -64267.125000 18002.429688 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 19798.140625 -58205.683594 17402.152344 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 14050.648438 -51835.914063 17434.150391 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 19897.009766 -54672.296875 17198.130859 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 16686.601563 -68003.625000 18008.277344 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 13570.921875 -64749.148438 18217.650391 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object032 + 19472.363281 -54724.699219 17226.310547 + 3785232591 + 0.000000#0.000000#90.000000 + -25.000000 +End Object +Start Object033 + 16836.398438 -68489.218750 18019.570313 + 3904665691 + 0.000000#0.000000#135.000000 + 40.000000 +End Object +Start Object034 + 15440.613281 -53085.640625 17459.650391 + 3904665691 + 0.000000#0.000000#60.000000 + 5.000000 +End Object +Start Object035 + 10910.974609 -71804.562500 18675.009766 + 3911262344 + 0.000000#0.000000#90.000000 + -5.000000 +End Object +Start Object036 + 22715.835938 -66094.203125 18322.171875 + 3911262344 + 0.000000#0.000000#135.000000 + -80.000000 +End Object +Start Object037 + 17120.421875 -72428.398438 18213.599609 + 3911262344 + 0.000000#0.000000#135.000000 + -15.000000 +End Object + +ObjectCount 38 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001003/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001003/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000002/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/attr.atr new file mode 100644 index 00000000..50188b7f Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/height.raw new file mode 100644 index 00000000..3184bc3c Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/minimap.dds new file mode 100644 index 00000000..8196f7ae Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/shadowmap.dds new file mode 100644 index 00000000..51dbedb2 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/shadowmap.raw new file mode 100644 index 00000000..e291d950 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/tile.raw new file mode 100644 index 00000000..61e12584 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001003/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000002/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001003/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000002/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000007/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000007/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000003/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/areadata.txt new file mode 100644 index 00000000..d22dd9a2 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/areadata.txt @@ -0,0 +1,208 @@ +AreaDataFile + +Start Object000 + 18762.101563 -99879.968750 20712.796875 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 22942.390625 -95156.343750 20982.115234 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 14302.969727 -100720.210938 21166.585938 + 691461633 + 0.000000#0.000000#210.000000 + -25.000000 +End Object +Start Object003 + 15414.418945 -91055.312500 21704.085938 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 21501.904297 -79085.515625 22030.851563 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 19248.837891 -89190.664063 21021.000000 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 18360.910156 -101501.742188 20695.162109 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 13233.933594 -101780.906250 21442.675781 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 19049.492188 -92279.726563 20769.158203 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 15720.890625 -92245.960938 21317.037109 + 981658005 + 0.000000#0.000000#75.000000 + 5.000000 +End Object +Start Object010 + 20499.365234 -79750.437500 22022.693359 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 20541.964844 -87413.265625 21148.976563 + 1595676473 + 0.000000#0.000000#75.000000 + -15.000000 +End Object +Start Object012 + 24517.031250 -94096.281250 20801.757813 + 1595676473 + 0.000000#0.000000#135.000000 + -25.000000 +End Object +Start Object013 + 18711.880859 -89504.335938 21017.078125 + 1595676473 + 0.000000#0.000000#210.000000 + -25.000000 +End Object +Start Object014 + 15386.869141 -90339.687500 21901.070313 + 1937969370 + 0.000000#0.000000#105.000000 + -185.000000 +End Object +Start Object015 + 24224.392578 -94726.382813 20838.535156 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 22008.273438 -79998.898438 21671.955078 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 21039.777344 -88504.140625 21039.908203 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 17605.734375 -100872.718750 20756.119141 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 21420.251953 -78305.820313 22374.900391 + 2384380606 + 0.000000#0.000000#90.000000 + -5.000000 +End Object +Start Object020 + 18883.058594 -101791.890625 20751.515625 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 15548.925781 -92092.476563 21413.730469 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 21780.968750 -78074.937500 22348.539063 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 20023.185547 -87658.687500 21165.029297 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 24406.646484 -96131.335938 20737.033203 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 20205.187500 -88504.164063 21076.880859 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 25104.039063 -95437.382813 20756.949219 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 22431.269531 -78964.734375 21959.052734 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 13612.355469 -100848.132813 21334.500000 + 3590562120 + 0.000000#0.000000#30.000000 + 5.000000 +End Object +Start Object029 + 21190.746094 -80474.125000 21651.845703 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 25512.117188 -93792.429688 20758.439453 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 18422.302734 -100929.617188 20667.402344 + 3785232591 + 0.000000#0.000000#105.000000 + -15.000000 +End Object +Start Object032 + 18853.486328 -91925.132813 20762.357422 + 3785232591 + 0.000000#0.000000#120.000000 + -25.000000 +End Object +Start Object033 + 14265.523438 -101264.734375 21252.957031 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 34 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001004/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001004/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000003/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/attr.atr new file mode 100644 index 00000000..15ddb07a Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/height.raw new file mode 100644 index 00000000..0c4fd3ae Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/minimap.dds new file mode 100644 index 00000000..4824a045 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/shadowmap.dds new file mode 100644 index 00000000..9f57639f Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/shadowmap.raw new file mode 100644 index 00000000..3cdf2a1b --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/tile.raw new file mode 100644 index 00000000..f8862d0d --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001004/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000003/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001004/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000003/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001000/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001000/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000004/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/areadata.txt new file mode 100644 index 00000000..7dbbb209 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/areadata.txt @@ -0,0 +1,196 @@ +AreaDataFile + +Start Object000 + 14978.589844 -113966.968750 20574.169922 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 25092.832031 -125584.851563 20558.269531 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 15503.099609 -118056.343750 21158.664063 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 21092.355469 -120855.179688 20769.929688 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 21164.566406 -110992.695313 21007.599609 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 14495.386719 -108367.984375 21275.386719 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 24380.960938 -105833.984375 21212.373047 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 13699.360352 -102898.226563 21318.232422 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 15456.298828 -109215.390625 21005.947266 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 14744.277344 -112613.093750 20582.373047 + 1595676473 + 0.000000#0.000000#45.000000 + -115.000000 +End Object +Start Object010 + 14829.390625 -120502.406250 21411.595703 + 1595676473 + 0.000000#0.000000#165.000000 + -20.000000 +End Object +Start Object011 + 25462.945313 -124764.953125 20629.609375 + 2301808749 + 0.000000#0.000000#105.000000 + -5.000000 +End Object +Start Object012 + 25514.597656 -117615.703125 21227.214844 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 15089.075195 -121201.203125 21423.875000 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 24519.966797 -127141.437500 20453.238281 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 13957.686523 -109975.992188 21234.130859 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 23777.916016 -126308.289063 20730.642578 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 15576.622070 -122551.742188 21268.587891 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 15746.184570 -112369.703125 20770.742188 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 21959.082031 -109523.687500 21003.080078 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 20236.796875 -121539.937500 20698.099609 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 14552.376953 -122334.093750 21425.919922 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 22121.417969 -110411.093750 21062.869141 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 14199.959961 -110823.632813 20985.939453 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 23387.982422 -127566.093750 20687.220703 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 13917.781250 -108848.148438 21368.363281 + 3590562120 + 0.000000#0.000000#30.000000 + 5.000000 +End Object +Start Object026 + 19836.699219 -108784.492188 20851.679688 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 24115.503906 -118558.171875 21178.095703 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 14231.599609 -111116.054688 20897.580078 + 3785232591 + 0.000000#0.000000#165.000000 + -20.000000 +End Object +Start Object029 + 15890.355469 -117942.625000 21099.064453 + 3904665691 + 0.000000#0.000000#300.000000 + -15.000000 +End Object +Start Object030 + 24614.431641 -125533.812500 20626.330078 + 3904665691 + 0.000000#0.000000#30.000000 + 25.000000 +End Object +Start Object031 + 22829.414063 -109980.007813 20987.037109 + 3911262344 + 0.000000#0.000000#165.000000 + -20.000000 +End Object + +ObjectCount 32 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001005/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001005/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000004/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/attr.atr new file mode 100644 index 00000000..049563b0 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/height.raw new file mode 100644 index 00000000..b656680a Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/minimap.dds new file mode 100644 index 00000000..6a447647 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/shadowmap.dds new file mode 100644 index 00000000..ba917098 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/shadowmap.raw new file mode 100644 index 00000000..20818893 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/tile.raw new file mode 100644 index 00000000..e939f44e --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001005/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000004/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001005/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000004/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001001/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001001/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000005/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/areadata.txt new file mode 100644 index 00000000..4e7df0a9 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/areadata.txt @@ -0,0 +1,130 @@ +AreaDataFile + +Start Object000 + 20647.884766 -138269.828125 21614.134766 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 22009.689453 -142639.828125 21781.404297 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 24548.458984 -143757.031250 21525.839844 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 21830.976563 -138561.000000 21362.904297 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 25215.035156 -134220.062500 20766.050781 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 25519.488281 -142649.468750 21358.462891 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 18650.537109 -132715.390625 20873.062500 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 24671.101563 -128135.937500 20364.177734 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 23354.707031 -143202.781250 21520.335938 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 25166.945313 -142293.484375 21185.060547 + 1937969370 + 0.000000#0.000000#165.000000 + -55.000000 +End Object +Start Object010 + 19578.074219 -130747.945313 20566.703125 + 2301808749 + 0.000000#0.000000#30.000000 + -20.000000 +End Object +Start Object011 + 21544.484375 -137237.828125 21232.158203 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 14267.713867 -128689.984375 21145.546875 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 17813.574219 -130119.960938 20917.917969 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 17832.218750 -132073.062500 21026.867188 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 17459.740234 -131002.210938 20990.023438 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 22872.652344 -141983.296875 21439.082031 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 18205.289063 -131679.000000 20884.734375 + 3590562120 + 0.000000#0.000000#270.000000 + -215.000000 +End Object +Start Object018 + 19852.408203 -130401.937500 20590.462891 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 18463.476563 -132266.890625 20861.349609 + 3785232591 + 0.000000#0.000000#315.000000 + -50.000000 +End Object +Start Object020 + 23149.394531 -142468.015625 21418.404297 + 3785232591 + 0.000000#0.000000#315.000000 + -50.000000 +End Object + +ObjectCount 21 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001006/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001006/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000005/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/attr.atr new file mode 100644 index 00000000..1462807c Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/height.raw new file mode 100644 index 00000000..35a54111 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/minimap.dds new file mode 100644 index 00000000..078607c4 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/shadowmap.dds new file mode 100644 index 00000000..59e2dfac Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/shadowmap.raw new file mode 100644 index 00000000..900358a9 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/tile.raw new file mode 100644 index 00000000..930ce8d6 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001006/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/000005/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001006/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/000005/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001002/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001002/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001000/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/areadata.txt new file mode 100644 index 00000000..5982a22d --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/areadata.txt @@ -0,0 +1,190 @@ +AreaDataFile + +Start Object000 + 46778.894531 -17522.234375 18928.464844 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 40526.210938 -18581.314453 17116.761719 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 32733.886719 -19873.218750 16526.000000 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 39106.593750 -16504.351563 17083.769531 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 37137.023438 -13602.799805 16864.357422 + 923239313 + 0.000000#0.000000#195.000000 + 0.000000 +End Object +Start Object005 + 37781.113281 -14496.105469 16865.994141 + 976972780 + 0.000000#0.000000#330.000000 + -10.000000 +End Object +Start Object006 + 39329.507813 -17058.089844 17134.335938 + 981658005 + 0.000000#0.000000#330.000000 + -25.000000 +End Object +Start Object007 + 38101.332031 -15759.422852 17014.644531 + 1033499706 + 0.000000#0.000000#285.000000 + -10.000000 +End Object +Start Object008 + 50551.480469 -14607.828125 18633.462891 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 48763.582031 -13043.485352 18834.341797 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 32640.523438 -18452.369141 16529.050781 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 40390.023438 -17385.861328 17189.199219 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 29075.353516 -18066.388672 16526.000000 + 1595676473 + 0.000000#0.000000#345.000000 + -25.000000 +End Object +Start Object013 + 36406.871094 -14039.901367 16865.427734 + 2001392045 + 0.000000#0.000000#240.000000 + 0.000000 +End Object +Start Object014 + 47588.203125 -17654.810547 18637.865234 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 31903.968750 -19598.882813 16526.000000 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 39587.000000 -17902.433594 17111.140625 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 31816.412109 -22641.296875 16526.000000 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 42297.726563 -19187.144531 17260.136719 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 46969.382813 -18763.769531 18598.734375 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 36776.582031 -13703.296875 16851.742188 + 2519560232 + 0.000000#0.000000#210.000000 + 0.000000 +End Object +Start Object021 + 33088.234375 -19288.261719 16530.720703 + 2749524748 + 0.000000#0.000000#330.000000 + -25.000000 +End Object +Start Object022 + 39643.238281 -15209.703125 17013.556641 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 47915.566406 -19011.501953 18438.511719 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 30896.330078 -22264.302734 16526.000000 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 28266.218750 -21627.630859 16500.642578 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 36565.488281 -12383.529297 17011.494141 + 3590562120 + 0.000000#0.000000#345.000000 + -25.000000 +End Object +Start Object027 + 34149.953125 -22644.308594 16603.720703 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 48492.417969 -14030.007813 18875.355469 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 37380.683594 -13594.055664 16882.480469 + 3738168576 + 0.000000#0.000000#180.000000 + -35.000000 +End Object +Start Object030 + 35902.289063 -12902.236328 17007.179688 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 31 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001007/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001007/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001000/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/attr.atr new file mode 100644 index 00000000..4373bd81 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/height.raw new file mode 100644 index 00000000..785bd973 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/minimap.dds new file mode 100644 index 00000000..9f80b73c Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/shadowmap.dds new file mode 100644 index 00000000..09a84946 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/shadowmap.raw new file mode 100644 index 00000000..fd197041 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/tile.raw new file mode 100644 index 00000000..6739bb4d --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001007/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001000/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001007/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001000/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001003/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001003/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001001/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/areadata.txt new file mode 100644 index 00000000..d25a1756 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/areadata.txt @@ -0,0 +1,304 @@ +AreaDataFile + +Start Object000 + 46711.878906 -50786.742188 18454.023438 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 26522.769531 -46893.171875 16862.830078 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 30091.025391 -40477.929688 16827.498047 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 40249.085938 -33034.390625 16827.789063 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 46870.328125 -28142.292969 18696.279297 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 46177.726563 -43781.988281 18966.658203 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 47447.910156 -27184.839844 18384.355469 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 46084.195313 -44991.714844 18760.488281 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 40864.144531 -42459.851563 17167.912109 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 30281.269531 -32876.566406 16583.957031 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 46800.496094 -49714.273438 18625.755859 + 981658005 + 0.000000#0.000000#135.000000 + -125.000000 +End Object +Start Object011 + 27039.574219 -46705.339844 16842.994141 + 981658005 + 0.000000#0.000000#45.000000 + -80.000000 +End Object +Start Object012 + 40026.117188 -29565.607422 16944.724609 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 46017.457031 -49722.457031 19063.394531 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 27053.121094 -46249.285156 16826.000000 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 45568.300781 -42967.832031 19412.734375 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 38763.546875 -33868.238281 16964.644531 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 28851.238281 -30537.949219 16880.875000 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 29805.253906 -41420.046875 16827.212891 + 1937969370 + 0.000000#0.000000#90.000000 + -25.000000 +End Object +Start Object019 + 28117.546875 -47808.921875 16905.462891 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 32068.607422 -38068.523438 17046.269531 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 46809.660156 -43764.218750 18720.050781 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 40196.562500 -34371.335938 16830.507813 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 48335.273438 -34078.117188 18122.552734 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 46996.027344 -26317.292969 18318.939453 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 37125.949219 -44147.507813 16968.617188 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 50717.332031 -44712.511719 18076.417969 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 46753.445313 -49335.750000 18690.734375 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 39390.175781 -32606.921875 16835.179688 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 30936.046875 -40448.195313 16948.460938 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 26997.103516 -48373.277344 16918.617188 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 40612.128906 -41098.394531 17058.009766 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object032 + 40860.796875 -28333.166016 16846.919922 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object033 + 29587.484375 -31905.960938 16877.199219 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object034 + 30376.093750 -38864.390625 16859.080078 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object035 + 47722.128906 -33513.390625 18161.341797 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object036 + 49327.332031 -49914.234375 18039.972656 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object037 + 33640.242188 -45008.410156 16835.400391 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object038 + 34817.179688 -27391.175781 16622.255859 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object039 + 46080.726563 -28594.734375 18789.814453 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object040 + 41427.507813 -37984.121094 16881.078125 + 3528717407 + 0.000000#0.000000#330.000000 + -100.000000 +End Object +Start Object041 + 41169.347656 -29564.839844 16826.089844 + 3590562120 + 0.000000#0.000000#60.000000 + 5.000000 +End Object +Start Object042 + 34473.250000 -34459.750000 16826.730469 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object043 + 39820.671875 -34244.914063 16874.300781 + 3785232591 + 0.000000#0.000000#90.000000 + -25.000000 +End Object +Start Object044 + 34415.710938 -33822.390625 16826.800781 + 3904665691 + 0.000000#0.000000#60.000000 + 5.000000 +End Object +Start Object045 + 47253.546875 -44571.671875 18230.380859 + 3911262344 + 0.000000#0.000000#135.000000 + -80.000000 +End Object +Start Object046 + 40463.078125 -42298.261719 17199.449219 + 3911262344 + 0.000000#0.000000#60.000000 + 5.000000 +End Object +Start Object047 + 41482.886719 -36378.234375 16893.250000 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object048 + 47475.488281 -28764.837891 18369.177734 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object049 + 47926.652344 -40486.109375 18113.904297 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 50 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002000/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002000/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001001/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/attr.atr new file mode 100644 index 00000000..de3dd968 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/height.raw new file mode 100644 index 00000000..7b3270a7 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/minimap.dds new file mode 100644 index 00000000..0919b246 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/shadowmap.dds new file mode 100644 index 00000000..f99fef57 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/shadowmap.raw new file mode 100644 index 00000000..c02efdb4 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/tile.raw new file mode 100644 index 00000000..e4edb054 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002000/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001001/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002000/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001001/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001004/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001004/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001002/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/areadata.txt new file mode 100644 index 00000000..86f4c249 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/areadata.txt @@ -0,0 +1,214 @@ +AreaDataFile + +Start Object000 + 31969.875000 -56030.902344 17215.195313 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 34518.828125 -64426.546875 18457.929688 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 43211.394531 -70948.265625 18134.382813 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 50468.710938 -68498.367188 18152.189453 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 30609.425781 -63320.750000 18519.820313 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 45430.441406 -71729.851563 18291.582031 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 30505.015625 -63879.382813 18394.091797 + 691461633 + 0.000000#0.000000#135.000000 + -15.000000 +End Object +Start Object007 + 37154.597656 -56502.437500 17403.824219 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 33356.855469 -55274.296875 17478.000000 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 33378.453125 -64565.906250 18529.919922 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 32740.566406 -63686.281250 18603.605469 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 38416.875000 -67503.570313 18280.195313 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 49686.652344 -69572.148438 18467.455078 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 47383.957031 -58248.539063 18546.232422 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 46972.167969 -57821.914063 18627.810547 + 2384380606 + 0.000000#0.000000#135.000000 + -125.000000 +End Object +Start Object015 + 33744.812500 -64377.894531 18491.863281 + 2384380606 + 0.000000#0.000000#90.000000 + -80.000000 +End Object +Start Object016 + 39014.652344 -67819.718750 18050.525391 + 2384380606 + 0.000000#0.000000#135.000000 + -15.000000 +End Object +Start Object017 + 32093.589844 -54377.156250 17336.765625 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 39403.632813 -52919.507813 17172.931641 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 34349.390625 -63303.195313 18628.068359 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 48094.386719 -66191.812500 18411.244141 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 43402.074219 -71934.531250 18347.439453 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 33821.656250 -54952.968750 17512.480469 + 2749524748 + 0.000000#0.000000#45.000000 + -80.000000 +End Object +Start Object023 + 32452.464844 -55248.546875 17242.730469 + 2749524748 + 0.000000#0.000000#60.000000 + 5.000000 +End Object +Start Object024 + 39680.109375 -51727.031250 17084.865234 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 33494.265625 -54410.171875 17428.994141 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 47495.746094 -57136.238281 18662.619141 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 50413.531250 -62716.589844 18240.779297 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 35511.261719 -67761.195313 18062.617188 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 31574.792969 -64469.902344 18511.189453 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 33286.359375 -56387.296875 17304.634766 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 40010.062500 -52252.394531 17225.679688 + 3911262344 + 0.000000#0.000000#90.000000 + -25.000000 +End Object +Start Object032 + 50263.875000 -69397.289063 18401.023438 + 3911262344 + 0.000000#0.000000#135.000000 + -15.000000 +End Object +Start Object033 + 38963.214844 -55872.546875 17298.283203 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object034 + 27520.591797 -56737.960938 17140.777344 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 35 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002005/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002005/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001002/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/attr.atr new file mode 100644 index 00000000..e043ed1d Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/height.raw new file mode 100644 index 00000000..5efe60dc Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/minimap.dds new file mode 100644 index 00000000..3678e4bd Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/shadowmap.dds new file mode 100644 index 00000000..74a6eb5e Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/shadowmap.raw new file mode 100644 index 00000000..81ce6b13 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/tile.raw new file mode 100644 index 00000000..7c7b9d2c --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002005/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001002/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002005/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001002/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001005/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001005/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001003/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/areadata.txt new file mode 100644 index 00000000..62eebcd2 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/areadata.txt @@ -0,0 +1,292 @@ +AreaDataFile + +Start Object000 + 37849.125000 -92875.031250 21647.787109 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 27852.730469 -93957.937500 21654.572266 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 30561.630859 -80920.468750 20925.679688 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 44699.148438 -99291.226563 19459.832031 + 691461633 + 0.000000#0.000000#30.000000 + -40.000000 +End Object +Start Object004 + 35438.972656 -80323.187500 20908.152344 + 691461633 + 0.000000#0.000000#210.000000 + -25.000000 +End Object +Start Object005 + 26622.964844 -84789.625000 20809.257813 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 45337.136719 -77786.312500 20973.765625 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 45045.773438 -99200.375000 19508.625000 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 32749.787109 -80267.031250 21182.193359 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 39139.929688 -79427.398438 21169.390625 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 40040.406250 -79211.601563 21115.136719 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 36073.488281 -80552.375000 20789.466797 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 25907.687500 -94769.531250 20837.470703 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 44640.023438 -78869.312500 20844.849609 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 31677.621094 -80338.750000 21029.972656 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 34233.605469 -89851.562500 21481.037109 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 27900.941406 -85331.140625 20874.857422 + 1595676473 + 0.000000#0.000000#315.000000 + 25.000000 +End Object +Start Object017 + 45172.320313 -92417.062500 21172.623047 + 1595676473 + 0.000000#0.000000#210.000000 + -25.000000 +End Object +Start Object018 + 49389.167969 -98862.429688 19772.351563 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 43416.078125 -92283.445313 21241.601563 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 43515.878906 -83240.593750 20732.775391 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 30854.099609 -79429.828125 20975.017578 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 27188.027344 -85713.726563 20901.994141 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 50726.140625 -87706.812500 20928.019531 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 34510.640625 -90751.906250 21603.101563 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 44622.984375 -93315.164063 21431.119141 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 42174.574219 -83299.375000 20843.509766 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 32366.152344 -79526.890625 21173.240234 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 46283.242188 -78099.335938 20989.480469 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 26444.650391 -85413.039063 20861.841797 + 2749524748 + 0.000000#0.000000#90.000000 + -5.000000 +End Object +Start Object030 + 46022.886719 -78942.875000 20888.154297 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 26529.927734 -101916.914063 21598.578125 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object032 + 32338.132813 -78668.296875 21553.894531 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object033 + 42768.554688 -84140.890625 20823.939453 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object034 + 35322.554688 -89626.156250 21552.119141 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object035 + 27804.664063 -84487.796875 20746.335938 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object036 + 31411.974609 -82094.156250 21053.527344 + 3590562120 + 0.000000#0.000000#105.000000 + 15.000000 +End Object +Start Object037 + 37277.203125 -92235.960938 21563.535156 + 3590562120 + 0.000000#0.000000#150.000000 + -25.000000 +End Object +Start Object038 + 32156.033203 -82632.593750 21048.380859 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object039 + 37068.328125 -78089.234375 21966.439453 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object040 + 30780.132813 -82512.773438 21017.029297 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object041 + 32635.611328 -89701.007813 21358.382813 + 3785232591 + 0.000000#0.000000#315.000000 + -50.000000 +End Object +Start Object042 + 34588.968750 -89585.523438 21503.677734 + 3904665691 + 0.000000#0.000000#210.000000 + -5.000000 +End Object +Start Object043 + 42768.539063 -83278.054688 20760.029297 + 3904665691 + 0.000000#0.000000#195.000000 + 15.000000 +End Object +Start Object044 + 25786.912109 -94366.921875 20792.224609 + 3911262344 + 0.000000#0.000000#210.000000 + -25.000000 +End Object +Start Object045 + 42970.968750 -99976.117188 19330.714844 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object046 + 45629.300781 -92754.828125 21243.277344 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object047 + 26817.582031 -83573.015625 20726.230469 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 48 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002006/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002006/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001003/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/attr.atr new file mode 100644 index 00000000..0ffa552b Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/height.raw new file mode 100644 index 00000000..bae1fd7d Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/minimap.dds new file mode 100644 index 00000000..644c34dc Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/shadowmap.dds new file mode 100644 index 00000000..2f423d78 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/shadowmap.raw new file mode 100644 index 00000000..9c75c1d7 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/tile.raw new file mode 100644 index 00000000..0b91ae32 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002006/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001003/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002006/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001003/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001006/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001006/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001004/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/areadata.txt new file mode 100644 index 00000000..253b985e --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/areadata.txt @@ -0,0 +1,292 @@ +AreaDataFile + +Start Object000 + 48514.878906 -122077.648438 17303.341797 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 43349.164063 -113697.421875 18305.242188 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 42550.191406 -125843.500000 18845.601563 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 34010.507813 -114491.203125 18573.283203 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 35291.613281 -104105.632813 18613.025391 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 26689.251953 -118007.210938 21278.859375 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 25608.494141 -126733.804688 20482.101563 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 34188.035156 -109472.476563 18655.900391 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 45329.945313 -106595.757813 18919.984375 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 27569.832031 -107281.312500 21692.390625 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 34323.933594 -111079.953125 18572.220703 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 40864.855469 -123437.390625 18690.123047 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 49696.335938 -115487.664063 16966.894531 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 43032.140625 -105683.843750 18855.914063 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 40266.511719 -114123.195313 18281.613281 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 48226.593750 -126747.687500 17623.072266 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 34034.605469 -116296.703125 18853.580078 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 27041.589844 -107079.875000 21553.394531 + 981658005 + 0.000000#0.000000#0.000000 + -15.000000 +End Object +Start Object018 + 50326.218750 -123727.328125 17291.568359 + 981658005 + 0.000000#0.000000#210.000000 + -15.000000 +End Object +Start Object019 + 39859.718750 -123914.703125 18643.314453 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 40873.765625 -114674.078125 18284.658203 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 28425.269531 -107974.578125 21846.144531 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 49069.238281 -122854.289063 17347.931641 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 43886.992188 -107253.640625 19008.900391 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 41807.753906 -124632.562500 18849.062500 + 1595676473 + 0.000000#0.000000#225.000000 + -20.000000 +End Object +Start Object025 + 27108.406250 -109480.070313 21596.289063 + 1937969370 + 0.000000#0.000000#30.000000 + 5.000000 +End Object +Start Object026 + 48448.281250 -126632.257813 17539.779297 + 2301808749 + 0.000000#0.000000#255.000000 + 0.000000 +End Object +Start Object027 + 34893.367188 -116125.046875 18411.525391 + 2301808749 + 0.000000#0.000000#120.000000 + 0.000000 +End Object +Start Object028 + 33588.796875 -112876.375000 18607.910156 + 2301808749 + 0.000000#0.000000#30.000000 + -5.000000 +End Object +Start Object029 + 42769.660156 -124089.742188 18961.427734 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 35262.656250 -112143.476563 18405.865234 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 40278.617188 -105069.078125 18601.525391 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object032 + 50155.996094 -121793.906250 17371.492188 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object033 + 33936.460938 -113233.804688 18514.302734 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object034 + 43809.687500 -105565.078125 18951.232422 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object035 + 28491.585938 -107088.718750 21965.144531 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object036 + 26786.113281 -118930.445313 21257.730469 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object037 + 41571.347656 -125445.296875 18828.669922 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object038 + 38325.765625 -102573.945313 18578.601563 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object039 + 44484.476563 -107366.750000 18822.570313 + 2749524748 + 0.000000#0.000000#30.000000 + -5.000000 +End Object +Start Object040 + 50371.019531 -122167.625000 17351.605469 + 2749524748 + 0.000000#0.000000#210.000000 + -15.000000 +End Object +Start Object041 + 33716.191406 -127480.921875 18902.580078 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object042 + 26055.500000 -119064.039063 21029.929688 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object043 + 39926.414063 -102429.062500 18365.072266 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object044 + 41093.210938 -114394.500000 18351.460938 + 3785232591 + 0.000000#0.000000#285.000000 + -20.000000 +End Object +Start Object045 + 36590.382813 -115957.742188 18158.689453 + 3904665691 + 0.000000#0.000000#30.000000 + -5.000000 +End Object +Start Object046 + 35579.238281 -116100.132813 18340.445313 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object047 + 50219.847656 -123446.945313 17291.017578 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 48 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002007/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002007/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001004/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/attr.atr new file mode 100644 index 00000000..cbf2c937 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/height.raw new file mode 100644 index 00000000..98a6bd25 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/minimap.dds new file mode 100644 index 00000000..9ddddddb Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/shadowmap.dds new file mode 100644 index 00000000..31cb2d10 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/shadowmap.raw new file mode 100644 index 00000000..63400c8a --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/tile.raw new file mode 100644 index 00000000..f5bfbabf --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002007/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001004/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002007/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001004/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001007/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001007/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001005/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/areadata.txt new file mode 100644 index 00000000..de95802f --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/areadata.txt @@ -0,0 +1,196 @@ +AreaDataFile + +Start Object000 + 32952.460938 -134356.390625 19308.759766 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 36631.839844 -141634.859375 19097.382813 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 48609.679688 -134384.968750 17570.443359 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 36827.265625 -140269.968750 19085.474609 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 42311.078125 -130001.156250 19082.552734 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 50287.410156 -139793.984375 17253.005859 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 47912.714844 -143063.515625 17352.804688 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 33893.093750 -136540.203125 19462.117188 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 40489.218750 -140061.781250 19123.554688 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 25674.058594 -137947.312500 20911.273438 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 37731.382813 -141557.859375 19132.509766 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 40345.714844 -135941.343750 18955.582031 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 48197.593750 -145194.312500 17371.615234 + 1595676473 + 0.000000#0.000000#75.000000 + -20.000000 +End Object +Start Object013 + 48515.710938 -129920.320313 17816.275391 + 1937969370 + 0.000000#0.000000#0.000000 + -5.000000 +End Object +Start Object014 + 33673.402344 -135545.578125 19273.759766 + 2301808749 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object015 + 26548.968750 -139493.390625 21169.001953 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 48159.042969 -130465.203125 17861.750000 + 2384380606 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object017 + 49159.566406 -135365.156250 17542.542969 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 41985.113281 -135541.968750 19044.007813 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 33345.964844 -135280.328125 19353.738281 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 41862.121094 -136106.640625 18908.910156 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 26451.324219 -138390.578125 21015.525391 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 38019.617188 -142319.343750 19231.658203 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 41695.656250 -137774.062500 19028.171875 + 3590562120 + 0.000000#0.000000#90.000000 + -20.000000 +End Object +Start Object024 + 49903.828125 -140147.250000 17225.886719 + 3590562120 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object025 + 34611.984375 -129362.750000 18746.697266 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 41491.093750 -138291.468750 19037.912109 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 35770.957031 -141596.687500 19063.560547 + 3785232591 + 0.000000#0.000000#165.000000 + -20.000000 +End Object +Start Object028 + 26156.460938 -137660.734375 20872.150391 + 3904665691 + 0.000000#0.000000#165.000000 + -5.000000 +End Object +Start Object029 + 38877.976563 -141993.046875 19409.769531 + 3911262344 + 0.000000#0.000000#315.000000 + -20.000000 +End Object +Start Object030 + 48387.582031 -129037.140625 17787.244141 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 37538.804688 -133686.078125 19090.820313 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 32 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003000/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003000/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001005/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/attr.atr new file mode 100644 index 00000000..ff59db5c Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/height.raw new file mode 100644 index 00000000..fdab41ed Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/minimap.dds new file mode 100644 index 00000000..e281f53f Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/shadowmap.dds new file mode 100644 index 00000000..e2540bd5 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/shadowmap.raw new file mode 100644 index 00000000..1fb5e51f --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/tile.raw new file mode 100644 index 00000000..885eefb9 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003000/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/001005/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003000/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/001005/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002000/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002000/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002000/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/areadata.txt new file mode 100644 index 00000000..98b2a068 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/areadata.txt @@ -0,0 +1,232 @@ +AreaDataFile + +Start Object000 + 67444.015625 -12374.853516 20452.460938 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 61833.449219 -24038.292969 20889.505859 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 65563.070313 -25436.195313 20553.490234 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 68889.148438 -12090.340820 20336.585938 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 53814.066406 -16425.625000 18700.115234 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 72975.460938 -9249.630859 19399.564453 + 489994703 + 0.000000#0.000000#15.000000 + -30.000000 +End Object +Start Object006 + 66245.437500 -15324.261719 20514.714844 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 55809.710938 -19627.132813 19019.398438 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 62362.636719 -23111.439453 20825.509766 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 74721.734375 -9171.119141 20079.294922 + 1595676473 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object010 + 63181.929688 -25349.769531 20762.949219 + 1595676473 + 0.000000#0.000000#45.000000 + 0.000000 +End Object +Start Object011 + 68111.679688 -8893.647461 20751.337891 + 1937969370 + 0.000000#0.000000#345.000000 + -215.000000 +End Object +Start Object012 + 73390.164063 -13202.172852 19635.560547 + 1938138617 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object013 + 75605.710938 -13092.428711 19531.505859 + 1938138617 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object014 + 67222.078125 -11218.995117 20470.714844 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 76460.843750 -9934.378906 20602.734375 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 61298.445313 -22393.453125 21037.705078 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 71416.132813 -10783.003906 19439.873047 + 2418081500 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object018 + 62705.320313 -20268.699219 20923.314453 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 52589.265625 -15571.113281 18636.884766 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 68683.093750 -10116.367188 20481.175781 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 53493.761719 -15145.851563 18812.904297 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 61633.386719 -20761.599609 21081.310547 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 64799.128906 -24973.160156 20637.542969 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 54485.289063 -20170.312500 18598.099609 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 54721.019531 -22964.570313 18590.335938 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 64702.062500 -13865.728516 20866.587891 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 68488.437500 -12033.557617 20338.162109 + 3785232591 + 0.000000#0.000000#345.000000 + -20.000000 +End Object +Start Object028 + 71003.679688 -11202.953125 19462.687500 + 3904665691 + 0.000000#0.000000#0.000000 + -30.000000 +End Object +Start Object029 + 71464.382813 -13727.394531 20569.802734 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 64290.042969 -25408.576172 20685.505859 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 54872.289063 -18098.740234 18629.894531 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object032 + 73098.093750 -9671.143555 19398.675781 + 929619867 + 0.000000#0.000000#15.000000 + 6.000000 +End Object +Start Object033 + 72687.859375 -9786.129883 19387.623047 + 2276262724 + 0.000000#0.000000#15.000000 + 6.000000 +End Object +Start Object034 + 73441.218750 -9557.705078 19403.410156 + 2276262724 + 0.000000#0.000000#15.000000 + 6.000000 +End Object +Start Object035 + 73016.562500 -9506.080078 19398.400391 + 386239327 + 0.000000#0.000000#15.000000 + 6.000000 +End Object +Start Object036 + 72741.929688 -9408.863281 19391.695313 + 1780937370 + 0.000000#0.000000#15.000000 + 6.000000 +End Object +Start Object037 + 73198.085938 -9283.984375 19402.955078 + 1780937370 + 0.000000#0.000000#15.000000 + 6.000000 +End Object + +ObjectCount 38 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003005/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003005/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002000/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/attr.atr new file mode 100644 index 00000000..d4eef389 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/height.raw new file mode 100644 index 00000000..40aebff9 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/minimap.dds new file mode 100644 index 00000000..5b547e3e Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/shadowmap.dds new file mode 100644 index 00000000..7b4b8e0d Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/shadowmap.raw new file mode 100644 index 00000000..709649c9 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/tile.raw new file mode 100644 index 00000000..009a429f --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003005/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002000/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003005/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002000/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002001/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002001/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002001/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/areadata.txt new file mode 100644 index 00000000..71a17aa6 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/areadata.txt @@ -0,0 +1,172 @@ +AreaDataFile + +Start Object000 + 70041.992188 -29141.486328 20522.181641 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 52280.304688 -28328.832031 18450.220703 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 52353.656250 -29857.476563 18472.775391 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 63520.730469 -42296.625000 20708.640625 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 68264.656250 -48163.636719 20466.796875 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 72041.898438 -41612.382813 20475.027344 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 62585.992188 -46073.066406 21224.822266 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 70321.234375 -27392.691406 20474.466797 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 71150.710938 -42215.601563 20395.462891 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 56112.070313 -37879.152344 18566.169922 + 1313531708 + 0.000000#0.000000#0.000000 + -85.000000 +End Object +Start Object010 + 61572.398438 -50025.332031 20749.773438 + 1809317686 + 0.000000#0.000000#30.000000 + -50.000000 +End Object +Start Object011 + 70839.140625 -28062.164063 20458.177734 + 1937969370 + 0.000000#0.000000#15.000000 + -25.000000 +End Object +Start Object012 + 72653.148438 -42914.855469 20466.955078 + 1937969370 + 0.000000#0.000000#30.000000 + -50.000000 +End Object +Start Object013 + 69710.953125 -28204.578125 20451.044922 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 75132.828125 -41800.773438 20632.800781 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 51818.117188 -47551.734375 18469.943359 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 56129.445313 -33740.441406 18522.626953 + 2350806930 + 0.000000#0.000000#0.000000 + -85.000000 +End Object +Start Object017 + 53400.953125 -45859.390625 18596.697266 + 2384380606 + 0.000000#0.000000#135.000000 + -125.000000 +End Object +Start Object018 + 72489.726563 -44109.453125 20448.412109 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 64063.382813 -31082.091797 20726.212891 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 51468.921875 -28399.296875 18449.523438 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 75272.367188 -34723.941406 20407.226563 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 61223.761719 -51108.039063 20685.988281 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 60832.320313 -37703.914063 19708.419922 + 2418081500 + 0.000000#0.000000#0.000000 + -85.000000 +End Object +Start Object024 + 52960.015625 -45713.695313 18589.294922 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 68996.171875 -27489.494141 20450.671875 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 74899.359375 -42827.183594 20626.917969 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 54912.390625 -40954.281250 18355.519531 + 3641533454 + 0.000000#0.000000#0.000000 + -85.000000 +End Object + +ObjectCount 28 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003006/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003006/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002001/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/attr.atr new file mode 100644 index 00000000..a09318a6 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/height.raw new file mode 100644 index 00000000..d0594f06 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/minimap.dds new file mode 100644 index 00000000..d788ac34 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/shadowmap.dds new file mode 100644 index 00000000..458e9fb5 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/shadowmap.raw new file mode 100644 index 00000000..d82dfca5 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/tile.raw new file mode 100644 index 00000000..2b919820 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003006/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002001/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003006/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002001/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002002/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002002/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002002/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/areadata.txt new file mode 100644 index 00000000..3b836f11 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/areadata.txt @@ -0,0 +1,214 @@ +AreaDataFile + +Start Object000 + 70556.609375 -71032.882813 20293.580078 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 75367.867188 -68625.117188 20471.332031 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 75459.890625 -53997.171875 20642.203125 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 53036.601563 -59748.011719 18338.220703 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 61315.292969 -52249.542969 20612.023438 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 68624.859375 -59095.394531 20839.875000 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 62423.207031 -60681.390625 21417.972656 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 60211.785156 -66686.843750 20951.792969 + 691461633 + 0.000000#0.000000#150.000000 + -5.000000 +End Object +Start Object008 + 74433.898438 -60607.042969 20355.792969 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 54807.242188 -52342.453125 18507.607422 + 981658005 + 0.000000#0.000000#135.000000 + -25.000000 +End Object +Start Object010 + 75722.242188 -54931.601563 20653.386719 + 981658005 + 0.000000#0.000000#150.000000 + -20.000000 +End Object +Start Object011 + 75349.187500 -70551.898438 20513.750000 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 66542.335938 -73592.507813 20633.359375 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 76178.468750 -53633.000000 20729.000000 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 54783.460938 -68931.828125 18827.769531 + 1595676473 + 0.000000#0.000000#135.000000 + -80.000000 +End Object +Start Object015 + 53353.609375 -60371.101563 18414.585938 + 1595676473 + 0.000000#0.000000#210.000000 + -25.000000 +End Object +Start Object016 + 53844.945313 -60216.503906 18507.199219 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 74235.531250 -70710.007813 20635.238281 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 54257.554688 -58418.335938 18398.109375 + 2384380606 + 0.000000#0.000000#135.000000 + -15.000000 +End Object +Start Object019 + 70837.148438 -71432.859375 20218.167969 + 2384380606 + 0.000000#0.000000#150.000000 + -5.000000 +End Object +Start Object020 + 60042.046875 -66338.437500 20970.955078 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 70697.492188 -69625.812500 20389.359375 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 54206.429688 -58750.824219 18403.179688 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 75997.507813 -55026.070313 20696.775391 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 70086.796875 -52930.074219 20454.630859 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 76311.109375 -63943.406250 20224.529297 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 70918.054688 -51793.562500 20275.910156 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 68502.015625 -59888.914063 20972.015625 + 3590562120 + 0.000000#0.000000#105.000000 + -20.000000 +End Object +Start Object028 + 54601.640625 -52053.859375 18571.294922 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 54085.664063 -70171.507813 18856.750000 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 74987.250000 -70527.093750 20611.482422 + 3785232591 + 0.000000#0.000000#210.000000 + -25.000000 +End Object +Start Object031 + 59594.812500 -66471.875000 21029.203125 + 3904665691 + 0.000000#0.000000#105.000000 + -40.000000 +End Object +Start Object032 + 53531.101563 -58628.125000 18391.089844 + 3904665691 + 0.000000#0.000000#135.000000 + -25.000000 +End Object +Start Object033 + 62592.953125 -60901.320313 21423.107422 + 3911262344 + 0.000000#0.000000#150.000000 + -30.000000 +End Object +Start Object034 + 66307.085938 -73288.710938 20696.275391 + 3911262344 + 0.000000#0.000000#105.000000 + 0.000000 +End Object + +ObjectCount 35 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003007/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003007/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002002/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/attr.atr new file mode 100644 index 00000000..d5cc2f1e Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/height.raw new file mode 100644 index 00000000..96d8cbb8 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/minimap.dds new file mode 100644 index 00000000..6cf0a6a6 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/shadowmap.dds new file mode 100644 index 00000000..195c9b97 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/shadowmap.raw new file mode 100644 index 00000000..c3284eb1 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/tile.raw new file mode 100644 index 00000000..368f1df0 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003007/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002002/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003007/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002002/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002003/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002003/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002003/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/areadata.txt new file mode 100644 index 00000000..051aac92 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/areadata.txt @@ -0,0 +1,316 @@ +AreaDataFile + +Start Object000 + 69049.781250 -82359.804688 20583.117188 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 63735.753906 -90871.460938 20569.507813 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 62147.613281 -101737.156250 19787.255859 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 74405.898438 -101120.421875 18839.000000 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 75424.937500 -83145.281250 20749.212891 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 63096.535156 -99562.843750 19751.890625 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 70204.929688 -76878.500000 20301.609375 + 691461633 + 0.000000#0.000000#150.000000 + -25.000000 +End Object +Start Object007 + 55159.980469 -101779.945313 19340.761719 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 67200.625000 -99558.359375 19753.720703 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 67209.757813 -78505.335938 20289.380859 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 54343.937500 -86456.937500 21172.757813 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 55382.164063 -81043.820313 20986.847656 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 62474.664063 -84798.734375 20752.394531 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 55019.195313 -87501.562500 21000.306641 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 59744.886719 -85191.875000 21013.105469 + 981658005 + 0.000000#0.000000#135.000000 + -25.000000 +End Object +Start Object015 + 55071.664063 -87187.117188 21115.794922 + 981658005 + 0.000000#0.000000#255.000000 + -25.000000 +End Object +Start Object016 + 53827.507813 -88384.437500 20749.867188 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 71795.812500 -89108.304688 20650.119141 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 53662.433594 -86458.671875 21115.984375 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 54952.488281 -100954.859375 19208.250000 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 64073.093750 -90287.296875 20580.505859 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 73459.484375 -102350.843750 18835.070313 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 54282.015625 -79230.054688 20993.175781 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 70138.679688 -82296.304688 20683.820313 + 1595676473 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object024 + 51890.105469 -88290.710938 20803.875000 + 2301808749 + 0.000000#0.000000#105.000000 + 15.000000 +End Object +Start Object025 + 69870.953125 -83107.484375 20644.134766 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 66892.742188 -92088.640625 20435.039063 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 59520.718750 -85592.765625 21099.060547 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 66843.390625 -101060.101563 19543.695313 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 56139.597656 -100311.343750 19489.828125 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 64044.492188 -91897.640625 20523.068359 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 61754.554688 -84404.000000 20709.855469 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object032 + 62807.906250 -101943.460938 19785.488281 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object033 + 69307.921875 -81414.859375 20512.189453 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object034 + 68034.234375 -90280.406250 20523.429688 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object035 + 51697.273438 -88531.117188 20811.710938 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object036 + 68940.335938 -102066.703125 19312.890625 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object037 + 66305.281250 -79864.046875 20276.572266 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object038 + 56298.632813 -82394.929688 20967.435547 + 2749524748 + 0.000000#0.000000#210.000000 + -25.000000 +End Object +Start Object039 + 53087.660156 -78723.953125 20960.164063 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object040 + 51608.363281 -87197.500000 21039.605469 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object041 + 74528.109375 -83406.195313 20728.964844 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object042 + 67005.890625 -91238.382813 20518.677734 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object043 + 59289.082031 -84645.054688 21084.699219 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object044 + 69773.757813 -77201.039063 20245.017578 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object045 + 65111.179688 -86540.148438 20447.277344 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object046 + 64546.820313 -101904.781250 19643.195313 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object047 + 62343.765625 -83602.531250 20723.443359 + 3590562120 + 0.000000#0.000000#255.000000 + 0.000000 +End Object +Start Object048 + 61675.828125 -99236.703125 19896.363281 + 3785232591 + 0.000000#0.000000#300.000000 + -40.000000 +End Object +Start Object049 + 67493.539063 -90478.375000 20512.671875 + 3904665691 + 0.000000#0.000000#255.000000 + 20.000000 +End Object +Start Object050 + 72323.312500 -88260.460938 20725.060547 + 3911262344 + 0.000000#0.000000#45.000000 + -5.000000 +End Object +Start Object051 + 56544.160156 -82479.625000 20981.500000 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 52 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004005/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004005/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002003/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/attr.atr new file mode 100644 index 00000000..c5d3a66e Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/height.raw new file mode 100644 index 00000000..f215d09a Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/minimap.dds new file mode 100644 index 00000000..2ba59896 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/shadowmap.dds new file mode 100644 index 00000000..9302b19d Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/shadowmap.raw new file mode 100644 index 00000000..ba2b02f7 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/tile.raw new file mode 100644 index 00000000..895773fa --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004005/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002003/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004005/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002003/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002004/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002004/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002004/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/areadata.txt new file mode 100644 index 00000000..57abab91 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/areadata.txt @@ -0,0 +1,268 @@ +AreaDataFile + +Start Object000 + 67209.515625 -123015.367188 17324.962891 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 61174.277344 -115765.265625 17219.544922 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 54671.730469 -107994.914063 19916.785156 + 691461633 + 0.000000#0.000000#105.000000 + 0.000000 +End Object +Start Object003 + 67578.601563 -123287.148438 17336.164063 + 691461633 + 0.000000#0.000000#210.000000 + -15.000000 +End Object +Start Object004 + 75305.125000 -120945.078125 17093.136719 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 56015.152344 -107793.976563 20000.806641 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 64169.164063 -119076.335938 16921.687500 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 53610.671875 -107159.148438 19593.681641 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 68393.898438 -105648.562500 19037.660156 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 70649.000000 -123764.359375 17074.472656 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 52585.679688 -122388.546875 17257.792969 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 61813.875000 -114601.453125 17439.455078 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 65486.714844 -106700.234375 19496.039063 + 981658005 + 0.000000#0.000000#120.000000 + 0.000000 +End Object +Start Object013 + 64540.820313 -105585.156250 19460.199219 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 76422.265625 -120441.414063 17232.578125 + 1595676473 + 0.000000#0.000000#45.000000 + 5.000000 +End Object +Start Object015 + 60296.039063 -117816.171875 16886.419922 + 1809317686 + 0.000000#0.000000#0.000000 + -5.000000 +End Object +Start Object016 + 74981.273438 -121914.195313 16904.382813 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 65941.250000 -106611.687500 19424.654297 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 57456.496094 -115883.179688 17053.074219 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 63260.304688 -121892.648438 17085.990234 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 54764.066406 -108350.093750 20077.595703 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 74650.898438 -103079.406250 18762.259766 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 61441.203125 -103175.492188 19582.605469 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 51919.933594 -123478.656250 17225.402344 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 68093.210938 -123172.734375 17307.462891 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 72965.851563 -106011.507813 19048.304688 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 59422.617188 -116117.343750 17094.091797 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 75893.328125 -115708.515625 17725.535156 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 64584.289063 -117618.601563 17045.199219 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 52873.109375 -120003.468750 17184.714844 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 51676.070313 -105288.164063 19048.929688 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 76524.398438 -115020.679688 17893.320313 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object032 + 59246.925781 -116834.070313 17019.324219 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object033 + 73585.414063 -103358.695313 18828.320313 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object034 + 52986.546875 -105162.007813 19180.019531 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object035 + 51482.304688 -119319.953125 17005.689453 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object036 + 65287.113281 -121369.820313 17064.511719 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object037 + 64536.777344 -116864.953125 17238.400391 + 3590562120 + 0.000000#0.000000#135.000000 + -5.000000 +End Object +Start Object038 + 56311.101563 -117168.625000 16789.427734 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object039 + 76215.617188 -119874.851563 17342.501953 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object040 + 74957.656250 -114822.304688 17719.501953 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object041 + 65348.332031 -118715.156250 16982.177734 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object042 + 60530.859375 -106180.726563 19636.425781 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object043 + 67028.320313 -114599.625000 17561.287109 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 44 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004006/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004006/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002004/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/attr.atr new file mode 100644 index 00000000..897eb93a Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/height.raw new file mode 100644 index 00000000..bfe607c1 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/minimap.dds new file mode 100644 index 00000000..4f09034a Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/shadowmap.dds new file mode 100644 index 00000000..95a12911 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/shadowmap.raw new file mode 100644 index 00000000..6ad7c01c --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/tile.raw new file mode 100644 index 00000000..a9754ca6 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004006/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002004/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004006/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002004/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002005/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002005/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002005/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/areadata.txt new file mode 100644 index 00000000..66dbf4ec --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/areadata.txt @@ -0,0 +1,190 @@ +AreaDataFile + +Start Object000 + 53914.042969 -144390.500000 17328.289063 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 58955.500000 -128536.343750 17917.214844 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 51712.902344 -139849.000000 17355.351563 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 61213.691406 -134994.671875 17565.474609 + 691461633 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object004 + 57756.132813 -133743.000000 17796.119141 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 64792.011719 -128985.171875 17312.177734 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 75564.000000 -141824.859375 16548.000000 + 929619867 + 0.000000#0.000000#165.000000 + 155.000000 +End Object +Start Object007 + 74865.710938 -141538.921875 16548.000000 + 929619867 + 0.000000#0.000000#165.000000 + 155.000000 +End Object +Start Object008 + 75235.304688 -141704.046875 16548.000000 + 929619867 + 0.000000#0.000000#165.000000 + 675.000000 +End Object +Start Object009 + 58009.253906 -142549.703125 17474.064453 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 61747.601563 -134834.187500 17542.591797 + 1595676473 + 0.000000#0.000000#210.000000 + -15.000000 +End Object +Start Object011 + 54979.996094 -140121.609375 17859.779297 + 1809317686 + 0.000000#0.000000#165.000000 + -20.000000 +End Object +Start Object012 + 58793.289063 -142333.953125 17443.167969 + 1937969370 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object013 + 76500.000000 -133100.000000 16635.250000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object014 + 74200.000000 -133200.000000 16657.000000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object015 + 76200.000000 -140700.000000 16574.000000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object016 + 74700.000000 -140400.000000 16546.000000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object017 + 64962.519531 -128613.695313 17320.796875 + 2384380606 + 0.000000#0.000000#210.000000 + -15.000000 +End Object +Start Object018 + 52819.308594 -144350.781250 17318.164063 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 58359.398438 -134390.578125 17738.212891 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 57433.289063 -133397.656250 17837.248047 + 2749524748 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object021 + 75550.554688 -132299.296875 16609.500000 + 3496951582 + 0.000000#0.000000#0.000000 + 10.000000 +End Object +Start Object022 + 52313.582031 -141723.531250 17660.089844 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 58899.015625 -140519.718750 17498.267578 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 64114.457031 -128000.437500 17690.490234 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 56416.441406 -144238.218750 17443.710938 + 3785232591 + 0.000000#0.000000#135.000000 + -20.000000 +End Object +Start Object026 + 57817.476563 -133137.265625 17851.667969 + 3785232591 + 0.000000#0.000000#135.000000 + -25.000000 +End Object +Start Object027 + 52989.843750 -144566.421875 17339.640625 + 3785232591 + 0.000000#0.000000#195.000000 + -5.000000 +End Object +Start Object028 + 54787.812500 -139781.125000 17766.876953 + 3785232591 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object029 + 74940.406250 -142727.265625 16548.000000 + 4095860535 + 0.000000#0.000000#165.000000 + -175.000000 +End Object +Start Object030 + 56074.210938 -132963.296875 17738.812500 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 31 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004007/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004007/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002005/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/attr.atr new file mode 100644 index 00000000..67098ae0 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/height.raw new file mode 100644 index 00000000..29d579f2 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/minimap.dds new file mode 100644 index 00000000..0d30b638 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/shadowmap.dds new file mode 100644 index 00000000..790711df Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/shadowmap.raw new file mode 100644 index 00000000..4d3d7da5 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/tile.raw new file mode 100644 index 00000000..b8ae11b4 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004007/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/002005/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004007/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/002005/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002006/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002006/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003000/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/areadata.txt new file mode 100644 index 00000000..14e0a1de --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/areadata.txt @@ -0,0 +1,376 @@ +AreaDataFile + +Start Object000 + 80033.164063 -9637.607422 20277.265625 + 108169427 + 0.000000#0.000000#0.000000 + -15.000000 +End Object +Start Object001 + 95747.578125 -18731.882813 18255.552734 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 89139.234375 -22898.574219 20741.125000 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 78550.835938 -10810.598633 20306.849609 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 81411.992188 -11265.177734 20265.341797 + 353097755 + 0.000000#0.000000#240.000000 + -15.000000 +End Object +Start Object005 + 81087.875000 -10579.988281 20198.369141 + 353097755 + 0.000000#0.000000#255.000000 + -15.000000 +End Object +Start Object006 + 81869.796875 -10994.590820 20263.904297 + 353097755 + 0.000000#0.000000#225.000000 + -15.000000 +End Object +Start Object007 + 97809.328125 -11868.291992 18279.107422 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 84460.250000 -14621.256836 20609.500000 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 76894.859375 -10782.765625 20438.435547 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 84811.898438 -9513.660156 20447.867188 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 82238.789063 -12115.521484 20343.912109 + 1033499706 + 0.000000#0.000000#285.000000 + -10.000000 +End Object +Start Object012 + 97640.906250 -10149.842773 18300.490234 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 83238.078125 -7525.477539 20650.101563 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 81390.617188 -9437.981445 20206.078125 + 1155967375 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object015 + 81737.773438 -9440.930664 20209.054688 + 1155967375 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object016 + 82076.742188 -9547.560547 20208.107422 + 1155967375 + 0.000000#0.000000#165.000000 + -15.000000 +End Object +Start Object017 + 81039.812500 -9451.892578 20210.847656 + 1155967375 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object018 + 81969.671875 -13225.388672 20397.710938 + 1155967375 + 0.000000#0.000000#0.000000 + -15.000000 +End Object +Start Object019 + 82892.484375 -12916.572266 20421.289063 + 1155967375 + 0.000000#0.000000#60.000000 + -15.000000 +End Object +Start Object020 + 82591.312500 -13081.460938 20413.837891 + 1155967375 + 0.000000#0.000000#30.000000 + -15.000000 +End Object +Start Object021 + 81684.351563 -13046.640625 20379.359375 + 1155967375 + 0.000000#0.000000#330.000000 + -15.000000 +End Object +Start Object022 + 82398.195313 -9652.787109 20212.195313 + 1155967375 + 0.000000#0.000000#165.000000 + -15.000000 +End Object +Start Object023 + 82939.203125 -10072.238281 20221.935547 + 1155967375 + 0.000000#0.000000#135.000000 + -15.000000 +End Object +Start Object024 + 82701.226563 -9828.417969 20216.023438 + 1155967375 + 0.000000#0.000000#150.000000 + -15.000000 +End Object +Start Object025 + 83048.914063 -12626.571289 20410.919922 + 1155967375 + 0.000000#0.000000#75.000000 + -15.000000 +End Object +Start Object026 + 83143.703125 -12287.500000 20391.550781 + 1155967375 + 0.000000#0.000000#90.000000 + -15.000000 +End Object +Start Object027 + 83106.601563 -10381.675781 20236.480469 + 1155967375 + 0.000000#0.000000#120.000000 + -15.000000 +End Object +Start Object028 + 83157.875000 -10778.089844 20266.892578 + 1155967375 + 0.000000#0.000000#105.000000 + -15.000000 +End Object +Start Object029 + 83205.289063 -11172.748047 20306.552734 + 1155967375 + 0.000000#0.000000#105.000000 + -15.000000 +End Object +Start Object030 + 83157.562500 -11930.010742 20366.167969 + 1155967375 + 0.000000#0.000000#90.000000 + -15.000000 +End Object +Start Object031 + 83180.742188 -11552.361328 20338.740234 + 1155967375 + 0.000000#0.000000#90.000000 + -15.000000 +End Object +Start Object032 + 82290.515625 -13244.922852 20410.464844 + 1155967375 + 0.000000#0.000000#30.000000 + -15.000000 +End Object +Start Object033 + 80437.515625 -9923.968750 20199.873047 + 1194855859 + 0.000000#0.000000#270.000000 + -15.000000 +End Object +Start Object034 + 77731.445313 -12015.975586 20315.617188 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object035 + 96398.343750 -20080.964844 18073.080078 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object036 + 101937.570313 -14152.470703 18172.464844 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object037 + 80871.523438 -10244.929688 20175.724609 + 1484999595 + 0.000000#0.000000#195.000000 + -15.000000 +End Object +Start Object038 + 81696.976563 -12731.704102 20361.193359 + 1504598343 + 0.000000#0.000000#90.000000 + -15.000000 +End Object +Start Object039 + 77371.531250 -9608.116211 20579.480469 + 1937969370 + 0.000000#0.000000#45.000000 + 0.000000 +End Object +Start Object040 + 83203.515625 -23083.480469 20617.560547 + 2301808749 + 0.000000#0.000000#45.000000 + 0.000000 +End Object +Start Object041 + 96941.375000 -21119.988281 18005.384766 + 2301808749 + 0.000000#0.000000#75.000000 + -70.000000 +End Object +Start Object042 + 96733.101563 -18900.990234 18115.625000 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object043 + 89379.960938 -24013.056641 20711.091797 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object044 + 89362.765625 -23510.830078 20748.894531 + 2384380606 + 0.000000#0.000000#225.000000 + -20.000000 +End Object +Start Object045 + 102032.500000 -12350.609375 18092.115234 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object046 + 97516.453125 -20421.367188 18013.382813 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object047 + 83585.929688 -24335.783203 20573.386719 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object048 + 89213.625000 -21909.960938 20788.595703 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object049 + 78419.703125 -9919.898438 20401.091797 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object050 + 86741.445313 -14532.888672 20681.837891 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object051 + 83709.632813 -23245.472656 20559.375000 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object052 + 83287.156250 -14391.720703 20517.988281 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object053 + 88517.976563 -23914.029297 20609.171875 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object054 + 97455.304688 -11060.519531 18290.050781 + 3590562120 + 0.000000#0.000000#75.000000 + -70.000000 +End Object +Start Object055 + 96474.109375 -18533.419922 18170.619141 + 3785232591 + 0.000000#0.000000#120.000000 + 0.000000 +End Object +Start Object056 + 84456.218750 -9365.073242 20418.005859 + 3887642509 + 0.000000#0.000000#285.000000 + -10.000000 +End Object +Start Object057 + 89661.929688 -17654.621094 20760.507813 + 3911262344 + 0.000000#0.000000#300.000000 + -20.000000 +End Object +Start Object058 + 83658.148438 -15249.453125 20690.880859 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object059 + 89264.531250 -18482.679688 20766.195313 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object060 + 80635.468750 -9474.806641 20236.960938 + 4202815249 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object061 + 81673.640625 -13034.117188 20378.365234 + 4202815249 + 0.000000#0.000000#180.000000 + -15.000000 +End Object + +ObjectCount 62 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005002/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005002/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003000/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/attr.atr new file mode 100644 index 00000000..3b37400c Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/height.raw new file mode 100644 index 00000000..1223bc4e Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/minimap.dds new file mode 100644 index 00000000..458b8e8b Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/shadowmap.dds new file mode 100644 index 00000000..fb4e66b2 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/shadowmap.raw new file mode 100644 index 00000000..d6ff2b62 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/tile.raw new file mode 100644 index 00000000..e0db9e5b --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005002/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003000/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005002/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003000/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/002007/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/002007/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003001/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/areadata.txt new file mode 100644 index 00000000..982ce38c --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/areadata.txt @@ -0,0 +1,184 @@ +AreaDataFile + +Start Object000 + 84670.890625 -50837.492188 20365.437500 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 93460.187500 -44773.812500 18693.921875 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 97333.757813 -37837.121094 18178.238281 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 87858.234375 -38420.156250 20540.544922 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 88215.929688 -32124.718750 20642.498047 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 85211.398438 -47094.652344 20389.220703 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 84180.265625 -49333.050781 20512.990234 + 691461633 + 0.000000#0.000000#150.000000 + -5.000000 +End Object +Start Object007 + 97403.328125 -34464.960938 18512.304688 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 89430.312500 -36484.812500 20575.480469 + 981658005 + 0.000000#0.000000#225.000000 + -20.000000 +End Object +Start Object009 + 87198.226563 -32996.062500 20671.359375 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 83842.648438 -50983.570313 20533.498047 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 87418.703125 -38437.250000 20512.220703 + 1595676473 + 0.000000#0.000000#30.000000 + -50.000000 +End Object +Start Object012 + 84787.742188 -40118.617188 20452.679688 + 1809317686 + 0.000000#0.000000#300.000000 + -15.000000 +End Object +Start Object013 + 88748.671875 -38745.648438 20528.177734 + 1937969370 + 0.000000#0.000000#30.000000 + 0.000000 +End Object +Start Object014 + 97300.492188 -36444.621094 18198.970703 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 94913.687500 -44458.468750 18630.490234 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 82980.507813 -38957.546875 20476.410156 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 98533.554688 -48969.890625 18454.539063 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 88515.437500 -36970.820313 20559.863281 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 84503.109375 -49502.371094 20425.447266 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 96440.101563 -38279.179688 18259.023438 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 92131.093750 -45909.285156 18973.962891 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 86434.445313 -50884.593750 20088.244141 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 79777.296875 -47127.691406 20590.511719 + 2749524748 + 0.000000#0.000000#225.000000 + -20.000000 +End Object +Start Object024 + 98898.742188 -32428.625000 18193.080078 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 97476.796875 -45152.769531 18128.589844 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 87058.578125 -34361.390625 20594.822266 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 88337.710938 -34329.625000 20615.796875 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 79509.968750 -46936.757813 20579.935547 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 87957.632813 -35849.812500 20588.273438 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 30 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005003/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005003/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003001/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/attr.atr new file mode 100644 index 00000000..48e9a210 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/height.raw new file mode 100644 index 00000000..5caf40fd Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/minimap.dds new file mode 100644 index 00000000..08dccfe6 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/shadowmap.dds new file mode 100644 index 00000000..c14dbc2e Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/shadowmap.raw new file mode 100644 index 00000000..b87fc4ba --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/tile.raw new file mode 100644 index 00000000..59efb150 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005003/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003001/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005003/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003001/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003000/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003000/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003002/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/areadata.txt new file mode 100644 index 00000000..5eea60bb --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/areadata.txt @@ -0,0 +1,262 @@ +AreaDataFile + +Start Object000 + 99748.843750 -51239.781250 18279.832031 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 82110.929688 -76389.421875 20814.931641 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 99209.976563 -66132.734375 21154.734375 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 78878.695313 -61185.253906 20239.447266 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 84396.835938 -70565.554688 21083.037109 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 81639.375000 -60789.242188 20455.212891 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 81443.210938 -60629.371094 20414.164063 + 981658005 + 0.000000#0.000000#45.000000 + -5.000000 +End Object +Start Object007 + 84338.460938 -52405.750000 20380.175781 + 981658005 + 0.000000#0.000000#285.000000 + -15.000000 +End Object +Start Object008 + 96264.578125 -56779.000000 18913.140625 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 87283.484375 -62152.453125 21031.626953 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 87603.718750 -63923.042969 21045.091797 + 1595676473 + 0.000000#0.000000#135.000000 + -125.000000 +End Object +Start Object011 + 77632.007813 -63693.308594 20274.664063 + 1595676473 + 0.000000#0.000000#285.000000 + -15.000000 +End Object +Start Object012 + 85324.234375 -72189.968750 20926.453125 + 2301808749 + 0.000000#0.000000#300.000000 + -5.000000 +End Object +Start Object013 + 100264.000000 -66272.078125 21173.740234 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 80550.046875 -76460.898438 20947.150391 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 84812.335938 -52259.437500 20308.765625 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 82294.531250 -75078.093750 20984.650391 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 87143.812500 -63372.218750 21195.750000 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 96517.476563 -71407.656250 20672.265625 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 100568.515625 -51450.421875 18330.824219 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 101227.906250 -57354.167969 18499.658203 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 77250.085938 -62790.617188 20224.349609 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 94733.367188 -55175.277344 18809.232422 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 96798.257813 -66006.007813 20931.375000 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 79914.281250 -74984.890625 21223.369141 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 82255.648438 -58533.164063 20289.869141 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 87967.960938 -63603.574219 21033.644531 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 87443.109375 -53746.539063 20090.962891 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 81528.445313 -75355.390625 21060.269531 + 3590562120 + 0.000000#0.000000#105.000000 + -20.000000 +End Object +Start Object029 + 81907.242188 -66934.875000 20643.957031 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 89302.984375 -72575.140625 20671.732422 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 86493.000000 -58663.296875 20368.947266 + 3785232591 + 0.000000#0.000000#30.000000 + -15.000000 +End Object +Start Object032 + 100623.984375 -65684.445313 20974.099609 + 3785232591 + 0.000000#0.000000#30.000000 + -15.000000 +End Object +Start Object033 + 84293.750000 -69783.570313 21061.164063 + 3785232591 + 0.000000#0.000000#330.000000 + 5.000000 +End Object +Start Object034 + 82081.687500 -74717.234375 21018.744141 + 3785232591 + 0.000000#0.000000#45.000000 + -5.000000 +End Object +Start Object035 + 82415.031250 -66544.539063 20594.162109 + 3904665691 + 0.000000#0.000000#255.000000 + 20.000000 +End Object +Start Object036 + 98638.593750 -66735.179688 21216.617188 + 3904665691 + 0.000000#0.000000#75.000000 + 30.000000 +End Object +Start Object037 + 84006.945313 -51299.390625 20516.453125 + 3904665691 + 0.000000#0.000000#30.000000 + -15.000000 +End Object +Start Object038 + 87735.968750 -62656.812500 21088.080078 + 3911262344 + 0.000000#0.000000#150.000000 + -20.000000 +End Object +Start Object039 + 78423.710938 -61178.914063 20229.351563 + 3911262344 + 0.000000#0.000000#150.000000 + -25.000000 +End Object +Start Object040 + 85461.734375 -72577.585938 20878.605469 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object041 + 86758.312500 -58594.984375 20375.480469 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object042 + 80043.523438 -55938.335938 20547.812500 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 43 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005004/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005004/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003002/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/attr.atr new file mode 100644 index 00000000..48c70280 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/height.raw new file mode 100644 index 00000000..db140afc Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/minimap.dds new file mode 100644 index 00000000..42a607fb Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/shadowmap.dds new file mode 100644 index 00000000..de07c9f2 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/shadowmap.raw new file mode 100644 index 00000000..940698bc --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/tile.raw new file mode 100644 index 00000000..1f5be511 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005004/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003002/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005004/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003002/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003001/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003001/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003003/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/areadata.txt new file mode 100644 index 00000000..4adc29e0 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/areadata.txt @@ -0,0 +1,232 @@ +AreaDataFile + +Start Object000 + 96385.570313 -100743.656250 18655.757813 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 82418.226563 -89505.320313 20450.330078 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 96988.867188 -91459.164063 20595.283203 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 97130.796875 -79337.484375 20419.345703 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 96793.476563 -81738.539063 20749.302734 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 79051.140625 -100771.609375 18803.365234 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 80183.210938 -100678.882813 18746.835938 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 99287.671875 -101872.945313 18879.917969 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 79772.898438 -101224.578125 18766.460938 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 93336.484375 -90391.968750 20557.904297 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 97152.109375 -81299.781250 20751.089844 + 981658005 + 0.000000#0.000000#255.000000 + -45.000000 +End Object +Start Object011 + 78373.875000 -99753.789063 19000.669922 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 82016.265625 -87624.367188 20656.960938 + 1595676473 + 0.000000#0.000000#105.000000 + -20.000000 +End Object +Start Object013 + 80043.531250 -81293.976563 20700.046875 + 1809317686 + 0.000000#0.000000#255.000000 + -45.000000 +End Object +Start Object014 + 94952.140625 -80877.945313 20365.693359 + 2301808749 + 0.000000#0.000000#75.000000 + 30.000000 +End Object +Start Object015 + 95316.187500 -81114.796875 20434.945313 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 83886.312500 -88006.390625 20710.714844 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 99473.882813 -101102.890625 19024.095703 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 98027.140625 -101744.148438 18804.960938 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 79908.335938 -99700.328125 18970.160156 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 86591.343750 -78772.562500 20560.199219 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 96736.593750 -89602.875000 20440.244141 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 97666.390625 -80304.093750 20675.474609 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 80758.125000 -87763.250000 20757.009766 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 95844.562500 -79762.242188 20337.390625 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 89301.992188 -102356.757813 18521.042969 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 83293.992188 -86944.828125 20605.851563 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 95788.445313 -90195.132813 20561.355469 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 87516.906250 -79153.625000 20436.037109 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 98492.929688 -101075.539063 18804.785156 + 3590562120 + 0.000000#0.000000#300.000000 + -5.000000 +End Object +Start Object030 + 79159.179688 -83148.578125 20733.000000 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 92014.695313 -87110.140625 20579.925781 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object032 + 86146.570313 -101534.664063 18649.025391 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object033 + 79922.695313 -84343.648438 20600.671875 + 3904665691 + 0.000000#0.000000#255.000000 + -20.000000 +End Object +Start Object034 + 78755.218750 -100180.726563 18926.511719 + 3904665691 + 0.000000#0.000000#300.000000 + -5.000000 +End Object +Start Object035 + 96401.593750 -89552.632813 20446.275391 + 3911262344 + 0.000000#0.000000#255.000000 + -45.000000 +End Object +Start Object036 + 79937.687500 -84789.312500 20572.466797 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object037 + 95524.257813 -92063.398438 20477.990234 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 38 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005005/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005005/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003003/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/attr.atr new file mode 100644 index 00000000..97808487 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/height.raw new file mode 100644 index 00000000..25abb0c9 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/minimap.dds new file mode 100644 index 00000000..0bdef16c Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/shadowmap.dds new file mode 100644 index 00000000..69de9298 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/shadowmap.raw new file mode 100644 index 00000000..72a78054 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/tile.raw new file mode 100644 index 00000000..e1c37873 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005005/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003003/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005005/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003003/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003002/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003002/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003004/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/areadata.txt new file mode 100644 index 00000000..0145a141 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/areadata.txt @@ -0,0 +1,202 @@ +AreaDataFile + +Start Object000 + 77529.359375 -119634.484375 17294.550781 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 89255.984375 -114987.414063 17983.273438 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 87480.328125 -106909.906250 18639.742188 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 97503.304688 -106718.960938 18478.925781 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 95990.335938 -114571.656250 18744.382813 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 86731.132813 -103273.039063 18442.574219 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 88211.562500 -115868.445313 17824.925781 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 83815.789063 -124737.726563 17070.648438 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 97974.585938 -121046.015625 18086.289063 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 89615.804688 -116388.046875 17845.125000 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 100156.445313 -116272.375000 18620.689453 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 100515.562500 -105676.453125 18238.976563 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 87638.718750 -102801.945313 18473.412109 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 91902.820313 -106493.984375 18520.447266 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 96453.882813 -118705.976563 18058.259766 + 1809317686 + 0.000000#0.000000#165.000000 + -15.000000 +End Object +Start Object015 + 96907.695313 -114545.281250 18754.730469 + 1937969370 + 0.000000#0.000000#210.000000 + -15.000000 +End Object +Start Object016 + 86889.859375 -127566.726563 17148.507813 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 84665.359375 -120408.710938 17006.310547 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 89089.320313 -105616.796875 18599.902344 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 88121.578125 -106044.664063 18600.355469 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 89107.718750 -116070.132813 17891.494141 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 98127.343750 -122355.000000 18139.705078 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 89695.257813 -122864.695313 17541.482422 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 77714.015625 -123942.742188 16773.880859 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 88810.906250 -123989.820313 17382.582031 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 99312.156250 -102988.023438 18512.400391 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 86962.656250 -105648.351563 18635.175781 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 90089.343750 -124147.117188 17411.730469 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 99087.742188 -122994.437500 17836.679688 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 91255.968750 -113510.851563 18556.287109 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 88783.632813 -115177.164063 18055.482422 + 3785232591 + 0.000000#0.000000#210.000000 + -15.000000 +End Object +Start Object031 + 81583.234375 -113498.101563 17884.574219 + 3911262344 + 0.000000#0.000000#210.000000 + -15.000000 +End Object +Start Object032 + 81613.945313 -114669.757813 17925.177734 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 33 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005006/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005006/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003004/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/attr.atr new file mode 100644 index 00000000..154b5396 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/height.raw new file mode 100644 index 00000000..42e560ee Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/minimap.dds new file mode 100644 index 00000000..ab6933f5 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/shadowmap.dds new file mode 100644 index 00000000..02e70f9c Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/shadowmap.raw new file mode 100644 index 00000000..7d45f473 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/tile.raw new file mode 100644 index 00000000..823b7142 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005006/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003004/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005006/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003004/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003003/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003003/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003005/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/areadata.txt new file mode 100644 index 00000000..ec1ad584 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/areadata.txt @@ -0,0 +1,124 @@ +AreaDataFile + +Start Object000 + 87843.531250 -128106.187500 17063.113281 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 97742.328125 -130775.406250 17195.140625 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 98694.210938 -141326.593750 17322.474609 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 98142.273438 -139937.187500 17330.648438 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 99512.531250 -139608.250000 17334.720703 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 96662.117188 -130023.921875 17031.945313 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 90250.687500 -128403.765625 17081.794922 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 98632.515625 -130556.328125 17170.269531 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 98149.937500 -141657.937500 17406.830078 + 2301808749 + 0.000000#0.000000#150.000000 + -110.000000 +End Object +Start Object009 + 97095.281250 -132235.593750 16974.287109 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 90765.351563 -132456.156250 17247.480469 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 98218.492188 -131668.218750 16985.609375 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 100150.773438 -140935.656250 17370.087891 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 96575.687500 -140557.500000 17438.685547 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 94823.054688 -135611.281250 16932.144531 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 93050.984375 -138811.578125 17562.380859 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 93151.750000 -138297.562500 17468.355469 + 3785232591 + 0.000000#0.000000#30.000000 + 5.000000 +End Object +Start Object017 + 98393.664063 -130467.820313 17173.910156 + 3785232591 + 0.000000#0.000000#210.000000 + -5.000000 +End Object +Start Object018 + 99264.476563 -140251.921875 17320.177734 + 3785232591 + 0.000000#0.000000#150.000000 + -5.000000 +End Object +Start Object019 + 97968.812500 -132321.078125 16950.099609 + 3904665691 + 0.000000#0.000000#150.000000 + 0.000000 +End Object + +ObjectCount 20 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006000/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006000/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003005/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/attr.atr new file mode 100644 index 00000000..ebf2f292 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/height.raw new file mode 100644 index 00000000..fa0b0026 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/minimap.dds new file mode 100644 index 00000000..36b6dbec Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/shadowmap.dds new file mode 100644 index 00000000..0bed2ef1 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/shadowmap.raw new file mode 100644 index 00000000..46fd398c --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/tile.raw new file mode 100644 index 00000000..f1a06f0f --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006000/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/003005/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006000/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/003005/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003004/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003004/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004000/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/areadata.txt new file mode 100644 index 00000000..742b2c9a --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/areadata.txt @@ -0,0 +1,136 @@ +AreaDataFile + +Start Object000 + 118147.851563 -15744.013672 16887.734375 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 113359.070313 -20532.800781 16387.818359 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 103368.625000 -14190.953125 17892.244141 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 115452.515625 -25491.941406 16427.742188 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 103580.742188 -19302.611328 18041.369141 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 113471.656250 -12958.622070 16712.892578 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 114506.179688 -12176.277344 16907.810547 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 109844.242188 -24393.039063 17097.304688 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 120939.015625 -21824.312500 16828.505859 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 102487.054688 -20963.458984 18207.472656 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 102509.054688 -13124.303711 18076.572266 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 117933.601563 -14075.497070 16910.707031 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 112700.726563 -19589.431641 16445.248047 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 103332.171875 -13160.216797 18041.140625 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 102673.210938 -19834.044922 18205.560547 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 117596.093750 -16732.625000 17102.939453 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 104609.328125 -19409.056641 18120.042969 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 116289.742188 -13787.424805 16968.425781 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 118074.187500 -21899.472656 16650.654297 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 108089.078125 -15282.881836 17079.292969 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 102651.195313 -20380.410156 18222.943359 + 3904665691 + 0.000000#0.000000#120.000000 + 0.000000 +End Object +Start Object021 + 116308.539063 -13136.383789 17066.310547 + 3911262344 + 0.000000#0.000000#0.000000 + -15.000000 +End Object + +ObjectCount 22 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006001/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006001/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004000/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/attr.atr new file mode 100644 index 00000000..1e0c335d Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/height.raw new file mode 100644 index 00000000..6c82d057 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/minimap.dds new file mode 100644 index 00000000..4fb5a358 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/shadowmap.dds new file mode 100644 index 00000000..e4455f24 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/shadowmap.raw new file mode 100644 index 00000000..aa07e478 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/tile.raw new file mode 100644 index 00000000..3adcd7f7 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006001/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004000/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006001/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004000/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003005/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003005/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004001/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/areadata.txt new file mode 100644 index 00000000..aa4c0043 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/areadata.txt @@ -0,0 +1,256 @@ +AreaDataFile + +Start Object000 + 124619.734375 -38991.593750 16615.273438 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 120944.921875 -36958.871094 16669.695313 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 111585.125000 -32996.699219 16973.144531 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 103138.914063 -27471.550781 18255.943359 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 120614.062500 -26765.658203 16763.695313 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 126032.242188 -31746.871094 16586.765625 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 120511.039063 -49222.675781 18588.125000 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 123221.406250 -44205.703125 17079.345703 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 111060.976563 -38461.582031 16850.261719 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 103012.734375 -37229.015625 18505.509766 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 111558.359375 -32255.585938 17035.179688 + 691461633 + 0.000000#0.000000#45.000000 + -15.000000 +End Object +Start Object011 + 104086.109375 -26703.394531 18381.988281 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 102551.570313 -42337.546875 18472.197266 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 110824.468750 -37654.972656 16905.800781 + 981658005 + 0.000000#0.000000#120.000000 + -15.000000 +End Object +Start Object014 + 121516.664063 -36903.171875 16506.226563 + 981658005 + 0.000000#0.000000#120.000000 + 0.000000 +End Object +Start Object015 + 123004.875000 -38798.046875 16656.740234 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 127932.320313 -43851.894531 17254.664063 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 122214.484375 -36465.839844 16439.591797 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 121084.296875 -26571.175781 16680.703125 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 114843.789063 -43241.316406 17050.517578 + 1595676473 + 0.000000#0.000000#120.000000 + 0.000000 +End Object +Start Object020 + 102965.023438 -26842.675781 18229.523438 + 1595676473 + 0.000000#0.000000#120.000000 + 0.000000 +End Object +Start Object021 + 117482.578125 -44035.660156 17030.306641 + 1809317686 + 0.000000#0.000000#30.000000 + 0.000000 +End Object +Start Object022 + 121009.351563 -49743.664063 18492.679688 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 111022.343750 -36704.929688 16974.195313 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 113063.460938 -31915.062500 17045.740234 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 115561.140625 -26466.664063 16545.966797 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 103360.218750 -28536.449219 18299.380859 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 121917.679688 -37910.937500 16858.449219 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 124767.578125 -31185.902344 16554.449219 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 120868.265625 -27855.099609 16476.525391 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 118947.515625 -39330.597656 17003.117188 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 103558.312500 -30201.781250 18496.824219 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object032 + 112294.953125 -31291.121094 17391.750000 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object033 + 124149.546875 -38144.003906 16506.117188 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object034 + 119384.476563 -49199.945313 18378.080078 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object035 + 110468.476563 -39161.292969 16988.632813 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object036 + 121948.414063 -27951.316406 16537.921875 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object037 + 122443.757813 -27761.828125 16614.169922 + 2749524748 + 0.000000#0.000000#0.000000 + -15.000000 +End Object +Start Object038 + 123608.093750 -34829.750000 16384.783203 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object039 + 103035.601563 -41373.117188 18704.222656 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object040 + 114089.867188 -43674.468750 17051.150391 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object041 + 124576.671875 -38464.160156 16543.179688 + 3785232591 + 0.000000#0.000000#120.000000 + 0.000000 +End Object + +ObjectCount 42 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006002/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006002/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004001/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/attr.atr new file mode 100644 index 00000000..c593201d Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/height.raw new file mode 100644 index 00000000..4a489fd2 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/minimap.dds new file mode 100644 index 00000000..d1ff988b Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/shadowmap.dds new file mode 100644 index 00000000..7112b2dc Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/shadowmap.raw new file mode 100644 index 00000000..4133d6c4 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/tile.raw new file mode 100644 index 00000000..42d39901 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006002/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004001/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006002/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004001/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003006/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003006/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004002/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/areadata.txt new file mode 100644 index 00000000..2c64bc67 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/areadata.txt @@ -0,0 +1,196 @@ +AreaDataFile + +Start Object000 + 115780.156250 -63207.718750 20795.972656 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 125570.812500 -67087.765625 20614.777344 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 102773.632813 -57358.964844 18446.980469 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 117233.257813 -71668.078125 20647.507813 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 111387.554688 -73463.718750 20933.523438 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 124978.242188 -56534.097656 18186.945313 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 113113.195313 -53466.488281 18231.210938 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 105989.226563 -72462.429688 20408.453125 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 111218.632813 -52809.171875 18309.277344 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 114143.046875 -57167.703125 18123.720703 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 103524.562500 -57272.847656 18415.439453 + 981658005 + 0.000000#0.000000#105.000000 + 10.000000 +End Object +Start Object011 + 113544.375000 -71358.296875 20436.859375 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 114944.164063 -57934.675781 18215.505859 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 115845.296875 -64469.246094 20516.767578 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 122632.414063 -57480.843750 18175.259766 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 116807.359375 -63912.886719 20665.679688 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 113624.851563 -72448.242188 20704.939453 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 102647.843750 -56697.527344 18278.605469 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 112245.351563 -54019.675781 18300.640625 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 126045.500000 -56377.019531 18151.630859 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 127215.476563 -57610.179688 18077.750000 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 113175.828125 -57294.230469 18363.494141 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 117664.320313 -73381.757813 20603.080078 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 111889.187500 -71049.750000 20557.707031 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 111950.773438 -51833.468750 18862.207031 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 112054.125000 -72363.406250 20848.292969 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 103229.710938 -69991.671875 20789.027344 + 3560077951 + 0.000000#0.000000#345.000000 + -200.000000 +End Object +Start Object027 + 105818.984375 -73963.546875 20537.550781 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 118651.085938 -71437.375000 20568.783203 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 114677.171875 -57548.265625 18147.115234 + 3785232591 + 0.000000#0.000000#180.000000 + -35.000000 +End Object +Start Object030 + 115279.929688 -62929.796875 20815.123047 + 3904665691 + 0.000000#0.000000#30.000000 + -15.000000 +End Object +Start Object031 + 112275.757813 -53098.320313 18207.287109 + 3911262344 + 0.000000#0.000000#150.000000 + -10.000000 +End Object + +ObjectCount 32 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006003/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006003/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004002/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/attr.atr new file mode 100644 index 00000000..56e31e68 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/height.raw new file mode 100644 index 00000000..6939345e Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/minimap.dds new file mode 100644 index 00000000..d9ec492a Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/shadowmap.dds new file mode 100644 index 00000000..3a609645 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/shadowmap.raw new file mode 100644 index 00000000..36eacff5 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/tile.raw new file mode 100644 index 00000000..d38c574a --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006003/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004002/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006003/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004002/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003007/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003007/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004003/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/areadata.txt new file mode 100644 index 00000000..cc8e1cd6 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/areadata.txt @@ -0,0 +1,238 @@ +AreaDataFile + +Start Object000 + 115042.515625 -80486.000000 20594.109375 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 106483.687500 -89515.367188 20292.125000 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 126925.078125 -89513.171875 20649.283203 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 111605.585938 -101295.617188 19141.650391 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 125100.953125 -101155.937500 20584.962891 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 125756.445313 -90293.281250 20650.275391 + 309258522 + 0.000000#0.000000#255.000000 + 0.000000 +End Object +Start Object006 + 120249.617188 -91293.554688 20456.250000 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 108873.664063 -87243.148438 20740.654297 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 126015.164063 -90076.718750 20648.650391 + 691461633 + 0.000000#0.000000#255.000000 + -20.000000 +End Object +Start Object009 + 125474.507813 -91082.687500 20667.960938 + 923239313 + 0.000000#0.000000#210.000000 + 0.000000 +End Object +Start Object010 + 123869.914063 -90807.601563 20533.662109 + 1033499706 + 0.000000#0.000000#150.000000 + -15.000000 +End Object +Start Object011 + 113107.429688 -100258.906250 19036.205078 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 115423.992188 -81562.218750 20569.900391 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 127648.171875 -91636.085938 20750.529297 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 112028.804688 -99902.906250 18985.480469 + 1595676473 + 0.000000#0.000000#300.000000 + -5.000000 +End Object +Start Object015 + 124945.414063 -91260.882813 20675.488281 + 2001392045 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object016 + 106877.375000 -87902.546875 20519.498047 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 112354.437500 -101725.617188 19242.402344 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 126145.132813 -90439.523438 20653.419922 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 116925.210938 -92374.312500 20420.320313 + 2384380606 + 0.000000#0.000000#255.000000 + -40.000000 +End Object +Start Object020 + 124871.750000 -101501.000000 20573.568359 + 2384380606 + 0.000000#0.000000#210.000000 + 0.000000 +End Object +Start Object021 + 127887.523438 -89842.835938 20653.943359 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 114051.882813 -102135.203125 18841.335938 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 116671.750000 -81284.984375 20576.660156 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 109589.468750 -88807.835938 20531.205078 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 124425.320313 -91267.828125 20640.148438 + 2519560232 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object026 + 123493.687500 -78671.250000 20716.964844 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 121952.023438 -89467.093750 20436.033203 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 125653.531250 -90680.460938 20656.757813 + 2721537355 + 0.000000#0.000000#255.000000 + 0.000000 +End Object +Start Object029 + 115059.203125 -81068.515625 20594.210938 + 2749524748 + 0.000000#0.000000#30.000000 + -15.000000 +End Object +Start Object030 + 111128.296875 -89674.414063 20471.789063 + 2749524748 + 0.000000#0.000000#255.000000 + -40.000000 +End Object +Start Object031 + 110634.992188 -89498.007813 20509.880859 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object032 + 121557.218750 -91411.226563 20477.921875 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object033 + 107207.039063 -88789.789063 20325.460938 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object034 + 108265.132813 -82398.031250 20480.449219 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object035 + 125591.812500 -90893.953125 20660.152344 + 3738168576 + 0.000000#0.000000#240.000000 + 0.000000 +End Object +Start Object036 + 107397.921875 -81341.296875 20597.119141 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object037 + 116791.601563 -92152.085938 20394.414063 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object038 + 125992.250000 -80272.460938 20454.900391 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 39 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006004/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006004/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004003/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/attr.atr new file mode 100644 index 00000000..f2fcfecf Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/height.raw new file mode 100644 index 00000000..075b5c6f Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/minimap.dds new file mode 100644 index 00000000..5337d2eb Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/shadowmap.dds new file mode 100644 index 00000000..df409f20 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/shadowmap.raw new file mode 100644 index 00000000..5b775a28 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/tile.raw new file mode 100644 index 00000000..b7eee17f --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006004/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004003/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006004/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004003/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004000/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004000/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004004/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/areadata.txt new file mode 100644 index 00000000..f513bf40 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/areadata.txt @@ -0,0 +1,226 @@ +AreaDataFile + +Start Object000 + 115847.179688 -119164.828125 18829.869141 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 114883.328125 -104215.726563 18788.976563 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 124345.078125 -123881.804688 20647.892578 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 116055.273438 -104432.109375 18749.730469 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 109116.609375 -124280.304688 18512.880859 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 116623.320313 -127140.921875 18922.634766 + 691461633 + 0.000000#0.000000#225.000000 + -110.000000 +End Object +Start Object006 + 113018.992188 -122610.046875 18402.630859 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 110387.101563 -112357.242188 18467.886719 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 107170.234375 -103812.546875 18541.824219 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 109138.937500 -111519.281250 18485.314453 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 116846.664063 -127665.156250 19113.509766 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 114516.226563 -111983.007813 18399.132813 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 124851.835938 -125067.968750 20730.599609 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 112705.484375 -104714.781250 18679.484375 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 114890.906250 -119616.187500 18810.630859 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 125189.804688 -127024.343750 20822.740234 + 1937969370 + 0.000000#0.000000#240.000000 + 0.000000 +End Object +Start Object016 + 115333.703125 -118175.398438 18750.886719 + 1937969370 + 0.000000#0.000000#225.000000 + -110.000000 +End Object +Start Object017 + 113335.460938 -114163.734375 18443.177734 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 125795.843750 -123178.796875 20827.855469 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 108221.648438 -125264.414063 18592.177734 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 124904.343750 -102520.929688 20519.939453 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 104938.421875 -107046.187500 18553.345703 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 108503.140625 -126634.320313 18663.232422 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 115814.507813 -120408.109375 18646.050781 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 127881.382813 -124472.335938 21101.724609 + 2749524748 + 0.000000#0.000000#195.000000 + -20.000000 +End Object +Start Object025 + 123683.109375 -115702.398438 20518.757813 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 127814.109375 -124840.546875 21091.744141 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 115545.757813 -126406.507813 18696.857422 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 109068.414063 -125645.523438 18455.054688 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 114391.132813 -113821.757813 18549.982422 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object030 + 103899.203125 -106729.687500 18561.107422 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object031 + 113236.414063 -112879.671875 18427.318359 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object032 + 110369.382813 -125172.757813 18419.380859 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object033 + 108217.757813 -104038.843750 18707.351563 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object034 + 123743.679688 -111214.070313 20414.994141 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object035 + 125195.921875 -125931.750000 20799.589844 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object036 + 124358.890625 -109462.539063 20360.349609 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 37 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006005/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006005/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004004/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/attr.atr new file mode 100644 index 00000000..81ae00f5 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/height.raw new file mode 100644 index 00000000..1797f8c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/minimap.dds new file mode 100644 index 00000000..6d92df1f Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/shadowmap.dds new file mode 100644 index 00000000..4f2dcf37 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/shadowmap.raw new file mode 100644 index 00000000..1c2152e8 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/tile.raw new file mode 100644 index 00000000..611fb47b --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006005/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004004/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006005/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004004/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004001/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004001/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004005/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/areadata.txt new file mode 100644 index 00000000..89eb74c4 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/areadata.txt @@ -0,0 +1,148 @@ +AreaDataFile + +Start Object000 + 116095.000000 -136312.828125 19215.367188 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 126991.859375 -138930.093750 20574.767578 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 113607.359375 -141680.984375 19912.445313 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 113890.671875 -142046.421875 20027.164063 + 691461633 + 0.000000#0.000000#225.000000 + -110.000000 +End Object +Start Object004 + 110391.468750 -133331.484375 18434.572266 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 108530.828125 -128629.078125 18634.917969 + 886252439 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 107702.531250 -144549.234375 19633.060547 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 126751.828125 -137330.218750 20644.197266 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 115679.945313 -134678.859375 19076.937500 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 124886.757813 -136334.968750 21023.490234 + 1937969370 + 0.000000#0.000000#75.000000 + -100.000000 +End Object +Start Object010 + 126289.187500 -133875.359375 21014.988281 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 114661.390625 -133758.765625 19406.720703 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 110220.601563 -132844.750000 18517.060547 + 2384380606 + 0.000000#0.000000#225.000000 + -110.000000 +End Object +Start Object013 + 114595.000000 -136123.078125 18939.777344 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 125129.484375 -135035.531250 21133.460938 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 116336.703125 -132181.812500 19191.412109 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 107178.242188 -144242.031250 19399.220703 + 2749524748 + 0.000000#0.000000#30.000000 + 5.000000 +End Object +Start Object017 + 116258.742188 -133614.218750 19178.335938 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 104763.703125 -139563.031250 17876.953125 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 126451.687500 -138557.421875 20603.203125 + 3590562120 + 0.000000#0.000000#240.000000 + 0.000000 +End Object +Start Object020 + 107285.000000 -133762.562500 18487.337891 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 125166.812500 -134296.578125 21195.375000 + 3785232591 + 0.000000#0.000000#210.000000 + 0.000000 +End Object +Start Object022 + 115739.367188 -136540.281250 19134.443359 + 3911262344 + 0.000000#0.000000#225.000000 + -110.000000 +End Object +Start Object023 + 105370.257813 -135967.328125 18060.312500 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 24 diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006006/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/areaproperty.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006006/areaproperty.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004005/areaproperty.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/attr.atr new file mode 100644 index 00000000..c64b57de Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/height.raw new file mode 100644 index 00000000..3476d3c5 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/minimap.dds new file mode 100644 index 00000000..fad998cb Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/shadowmap.dds new file mode 100644 index 00000000..11fee0c8 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/shadowmap.raw new file mode 100644 index 00000000..4baf553f --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/tile.raw new file mode 100644 index 00000000..7b925c6a --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006006/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/004005/water.wtr similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006006/water.wtr rename to bin/pack/metin2_patch_snow/map_n_snowm_01/004005/water.wtr diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004002/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004002/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/005000/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/areadata.txt new file mode 100644 index 00000000..65f5ef52 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/areadata.txt @@ -0,0 +1,58 @@ +AreaDataFile + +Start Object000 + 139600.000000 -14900.000000 16556.750000 + 1602256688 + 0.000000#0.000000#300.000000 + 0.000000 +End Object +Start Object001 + 139900.000000 -15400.000000 16557.250000 + 1602256688 + 0.000000#0.000000#300.000000 + 0.000000 +End Object +Start Object002 + 139500.000000 -15300.000000 16556.000000 + 1602256688 + 0.000000#0.000000#300.000000 + 0.000000 +End Object +Start Object003 + 137500.000000 -15700.000000 16509.500000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object004 + 138700.000000 -17300.000000 16504.500000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object005 + 129400.000000 -23000.000000 16528.000000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object006 + 130300.000000 -24000.000000 16528.000000 + 2236592859 + 0.000000#0.000000#180.000000 + -15.000000 +End Object +Start Object007 + 129582.328125 -23783.560547 16526.804688 + 3496951582 + 0.000000#0.000000#135.000000 + 10.000000 +End Object +Start Object008 + 140345.640625 -14825.872070 16563.125000 + 4095860535 + 0.000000#0.000000#300.000000 + -175.000000 +End Object + +ObjectCount 9 diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/attr.atr new file mode 100644 index 00000000..ee6204cb Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/height.raw new file mode 100644 index 00000000..1f00027d Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/minimap.dds new file mode 100644 index 00000000..b76917d8 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/shadowmap.dds new file mode 100644 index 00000000..a4b2cf39 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/shadowmap.raw new file mode 100644 index 00000000..395271e0 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/tile.raw new file mode 100644 index 00000000..ec839374 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005000/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004003/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004003/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/005001/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/areadata.txt new file mode 100644 index 00000000..a4c30f06 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/areadata.txt @@ -0,0 +1,130 @@ +AreaDataFile + +Start Object000 + 137926.171875 -49918.640625 18236.644531 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 137705.734375 -40895.320313 17179.386719 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 129115.484375 -43875.097656 17168.400391 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 142494.031250 -51062.992188 18626.255859 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 134250.625000 -33805.328125 16987.125000 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 128671.554688 -43640.777344 17199.363281 + 691461633 + 0.000000#0.000000#120.000000 + -115.000000 +End Object +Start Object006 + 140475.593750 -43892.742188 17600.240234 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 131667.625000 -33074.597656 16942.898438 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 135594.468750 -32734.582031 17441.240234 + 1114715370 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 135849.515625 -41238.031250 17205.601563 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 137351.187500 -49228.265625 18054.605469 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 138550.171875 -49740.781250 18436.574219 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 136482.312500 -42024.937500 17248.785156 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 129119.546875 -43457.679688 17176.357422 + 2384380606 + 0.000000#0.000000#135.000000 + -15.000000 +End Object +Start Object014 + 136810.187500 -40414.812500 17121.029297 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 137220.437500 -48044.187500 18051.189453 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 132306.093750 -50700.449219 18186.744141 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 128723.632813 -32815.640625 17185.537109 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 135223.031250 -34388.039063 17084.511719 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 131141.078125 -41656.796875 16715.412109 + 3370024845 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 136410.296875 -40971.343750 17225.212891 + 3911262344 + 0.000000#0.000000#135.000000 + -15.000000 +End Object + +ObjectCount 21 diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/attr.atr new file mode 100644 index 00000000..6629e3c3 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/height.raw new file mode 100644 index 00000000..4a7ca49a Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/minimap.dds new file mode 100644 index 00000000..b6f66428 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/shadowmap.dds new file mode 100644 index 00000000..d97bb72a Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/shadowmap.raw new file mode 100644 index 00000000..14397c93 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/tile.raw new file mode 100644 index 00000000..b3ad7dd6 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005001/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004004/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004004/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/005002/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/areadata.txt new file mode 100644 index 00000000..d087132b --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/areadata.txt @@ -0,0 +1,208 @@ +AreaDataFile + +Start Object000 + 136588.531250 -57669.039063 18538.193359 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 130924.015625 -70865.109375 20500.773438 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 143071.593750 -74089.429688 20712.068359 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 141855.984375 -69721.812500 20737.119141 + 309258522 + 0.000000#0.000000#90.000000 + -40.000000 +End Object +Start Object004 + 141225.546875 -68528.765625 20704.564453 + 309258522 + 0.000000#0.000000#330.000000 + -15.000000 +End Object +Start Object005 + 134913.953125 -70377.656250 20550.601563 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 141132.078125 -67827.828125 20827.250000 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 146196.500000 -52960.898438 18357.150391 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 129132.734375 -53383.902344 18074.091797 + 772935195 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 140560.750000 -68445.023438 20738.886719 + 923239313 + 0.000000#0.000000#0.000000 + -15.000000 +End Object +Start Object010 + 141304.734375 -69891.445313 20884.580078 + 976972780 + 0.000000#0.000000#285.000000 + -15.000000 +End Object +Start Object011 + 142347.500000 -70906.023438 20691.384766 + 1033499706 + 0.000000#0.000000#270.000000 + -15.000000 +End Object +Start Object012 + 135231.031250 -56681.718750 18201.193359 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 135338.968750 -57699.429688 18445.720703 + 1595676473 + 0.000000#0.000000#135.000000 + -115.000000 +End Object +Start Object014 + 129216.218750 -58351.843750 18316.619141 + 1937969370 + 0.000000#0.000000#180.000000 + -35.000000 +End Object +Start Object015 + 141678.578125 -68900.757813 20690.390625 + 2001392045 + 0.000000#0.000000#300.000000 + -15.000000 +End Object +Start Object016 + 134376.062500 -57821.765625 18450.509766 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 134254.468750 -68897.109375 20625.400391 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 135999.515625 -58361.269531 18476.386719 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 131237.484375 -68898.304688 20628.132813 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 141810.484375 -75836.890625 20665.439453 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 140924.484375 -68453.500000 20721.091797 + 2519560232 + 0.000000#0.000000#345.000000 + -15.000000 +End Object +Start Object022 + 143561.093750 -75660.742188 20624.494141 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 128576.367188 -58195.710938 18282.029297 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 143933.562500 -55291.093750 18265.425781 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 141845.453125 -69313.414063 20692.634766 + 2721537355 + 0.000000#0.000000#105.000000 + -15.000000 +End Object +Start Object026 + 141231.000000 -76385.351563 20637.599609 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 131795.562500 -51585.140625 18158.562500 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object028 + 131313.156250 -72210.593750 20496.046875 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object029 + 140327.859375 -68447.171875 20753.765625 + 3738168576 + 0.000000#0.000000#0.000000 + -15.000000 +End Object +Start Object030 + 146393.984375 -52333.867188 18376.300781 + 3785232591 + 0.000000#0.000000#210.000000 + -15.000000 +End Object +Start Object031 + 134250.000000 -69262.625000 20608.880859 + 3904665691 + 0.000000#0.000000#30.000000 + 5.000000 +End Object +Start Object032 + 143382.625000 -55366.328125 18239.650391 + 3911262344 + 0.000000#0.000000#210.000000 + -15.000000 +End Object +Start Object033 + 128230.195313 -66272.460938 20722.554688 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 34 diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/attr.atr new file mode 100644 index 00000000..f37555f4 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/height.raw new file mode 100644 index 00000000..0b59381c Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/minimap.dds new file mode 100644 index 00000000..cfbe3a0f Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/shadowmap.dds new file mode 100644 index 00000000..0fcc993f Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/shadowmap.raw new file mode 100644 index 00000000..d2962247 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/tile.raw new file mode 100644 index 00000000..bc2075d1 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005002/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004005/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004005/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/005003/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/areadata.txt new file mode 100644 index 00000000..8107907b --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/areadata.txt @@ -0,0 +1,172 @@ +AreaDataFile + +Start Object000 + 132768.718750 -82264.375000 20424.939453 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 140541.953125 -98793.296875 20502.632813 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 132609.968750 -101135.601563 20484.230469 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 139539.578125 -90202.421875 20369.869141 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 129980.617188 -81443.382813 20551.134766 + 476855675 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 142936.468750 -97301.953125 20446.904297 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 137867.671875 -91228.289063 20335.529297 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 133332.187500 -89491.882813 20624.296875 + 1572218088 + 0.000000#0.000000#345.000000 + -200.000000 +End Object +Start Object008 + 144450.609375 -89500.070313 20699.500000 + 1937969370 + 0.000000#0.000000#30.000000 + 5.000000 +End Object +Start Object009 + 133814.593750 -99643.828125 20501.210938 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object010 + 139342.406250 -91941.625000 20365.212891 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object011 + 143252.765625 -77041.492188 20566.126953 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object012 + 135032.062500 -82188.218750 20491.380859 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object013 + 130269.554688 -101676.445313 20504.644531 + 2384380606 + 0.000000#0.000000#195.000000 + -20.000000 +End Object +Start Object014 + 134055.062500 -80948.265625 20561.712891 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 142637.062500 -98379.851563 20363.470703 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 130082.445313 -102012.000000 20479.925781 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 131570.546875 -99694.210938 20550.330078 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 145044.000000 -90160.414063 21246.279297 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 132046.656250 -99388.187500 20534.464844 + 2749524748 + 0.000000#0.000000#225.000000 + -20.000000 +End Object +Start Object020 + 128322.515625 -91597.203125 20738.044922 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 134442.640625 -82863.828125 20378.339844 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 138447.796875 -91725.335938 20356.525391 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 143484.984375 -98672.328125 20566.720703 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 135140.734375 -80039.007813 20725.955078 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 144803.546875 -88617.023438 20919.931641 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 144051.375000 -81840.195313 20715.841797 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 134713.609375 -101565.539063 20497.000000 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 28 diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/attr.atr new file mode 100644 index 00000000..3fc7e926 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/height.raw new file mode 100644 index 00000000..c01555ee Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/minimap.dds new file mode 100644 index 00000000..b5352e24 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/shadowmap.dds new file mode 100644 index 00000000..f367f66e Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/shadowmap.raw new file mode 100644 index 00000000..42a29539 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/tile.raw new file mode 100644 index 00000000..c74cee22 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005003/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004006/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004006/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/005004/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/areadata.txt new file mode 100644 index 00000000..15520733 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/areadata.txt @@ -0,0 +1,178 @@ +AreaDataFile + +Start Object000 + 142032.062500 -116498.695313 20723.580078 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 143681.812500 -107284.421875 20486.677734 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 132674.406250 -114482.109375 20620.390625 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object003 + 136009.968750 -124417.257813 20512.707031 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object004 + 143974.265625 -104089.601563 20414.052734 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object005 + 132291.937500 -113321.265625 20640.500000 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object006 + 140377.343750 -117838.523438 20467.488281 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 142228.750000 -115059.773438 20559.125000 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 143509.625000 -115962.640625 20394.804688 + 1595676473 + 0.000000#0.000000#225.000000 + 0.000000 +End Object +Start Object009 + 142668.218750 -118602.468750 20705.085938 + 1595676473 + 0.000000#0.000000#30.000000 + 5.000000 +End Object +Start Object010 + 142497.937500 -110306.546875 20542.681641 + 1809317686 + 0.000000#0.000000#255.000000 + -20.000000 +End Object +Start Object011 + 136109.781250 -125265.039063 20411.398438 + 2301808749 + 0.000000#0.000000#240.000000 + 0.000000 +End Object +Start Object012 + 133206.343750 -113489.109375 20631.617188 + 2301808749 + 0.000000#0.000000#315.000000 + -20.000000 +End Object +Start Object013 + 133522.828125 -112584.578125 20553.654297 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 144869.359375 -105377.953125 20584.341797 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 143518.250000 -114919.304688 20317.324219 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object016 + 143455.328125 -116673.289063 20480.425781 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 128386.632813 -124076.296875 21102.140625 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 133738.671875 -114843.710938 20857.554688 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 142792.609375 -123635.968750 20562.671875 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object020 + 142751.953125 -105970.632813 20407.142578 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object021 + 141560.828125 -117718.125000 20709.105469 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 135539.593750 -126168.539063 20351.748047 + 2661267695 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 143614.640625 -105065.828125 20402.292969 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 143184.906250 -117744.828125 20624.380859 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object025 + 131890.203125 -114084.210938 20631.769531 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 137112.343750 -107984.523438 20572.099609 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 142600.046875 -105428.648438 20408.289063 + 3911262344 + 0.000000#0.000000#255.000000 + -20.000000 +End Object +Start Object028 + 134896.562500 -124722.750000 20624.605469 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 29 diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/attr.atr new file mode 100644 index 00000000..e34c7801 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/height.raw new file mode 100644 index 00000000..95d3f5dc Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/minimap.dds new file mode 100644 index 00000000..ed81bd83 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/shadowmap.dds new file mode 100644 index 00000000..e4a06921 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/shadowmap.raw new file mode 100644 index 00000000..b87e51bd --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/tile.raw new file mode 100644 index 00000000..d79d7067 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005004/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/004007/areaambiencedata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/004007/areaambiencedata.txt rename to bin/pack/metin2_patch_snow/map_n_snowm_01/005005/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/areadata.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/areadata.txt new file mode 100644 index 00000000..9eb46165 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/areadata.txt @@ -0,0 +1,196 @@ +AreaDataFile + +Start Object000 + 142225.218750 -133168.843750 20665.484375 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object001 + 139567.015625 -143586.781250 20439.720703 + 239479779 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object002 + 143319.468750 -138789.781250 20434.960938 + 309258522 + 0.000000#0.000000#255.000000 + 25.000000 +End Object +Start Object003 + 142685.218750 -140105.453125 20409.324219 + 923239313 + 0.000000#0.000000#45.000000 + 25.000000 +End Object +Start Object004 + 140731.437500 -133222.250000 21000.597656 + 981658005 + 0.000000#0.000000#30.000000 + 5.000000 +End Object +Start Object005 + 141262.281250 -139899.390625 20435.537109 + 1033499706 + 0.000000#0.000000#225.000000 + 20.000000 +End Object +Start Object006 + 140916.906250 -132731.484375 20912.042969 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object007 + 137284.437500 -143093.875000 20602.203125 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object008 + 129593.312500 -142435.906250 20536.787109 + 1313531708 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object009 + 128880.890625 -139140.609375 20711.400391 + 1595676473 + 0.000000#0.000000#165.000000 + -100.000000 +End Object +Start Object010 + 141400.843750 -145574.093750 20554.369141 + 1602256688 + 0.000000#0.000000#30.000000 + 0.000000 +End Object +Start Object011 + 143391.953125 -133965.218750 20554.255859 + 1937969370 + 0.000000#0.000000#150.000000 + 0.000000 +End Object +Start Object012 + 143028.968750 -139674.687500 20417.544922 + 2001392045 + 0.000000#0.000000#240.000000 + 25.000000 +End Object +Start Object013 + 143424.609375 -135406.093750 20561.380859 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object014 + 140127.937500 -141990.671875 20430.306641 + 2350806930 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object015 + 128867.070313 -137801.750000 20933.398438 + 2384380606 + 0.000000#0.000000#30.000000 + 5.000000 +End Object +Start Object016 + 142536.250000 -131352.390625 20658.939453 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object017 + 128381.500000 -137422.156250 20776.068359 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object018 + 139674.593750 -141045.734375 20468.130859 + 2418081500 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object019 + 143209.781250 -139195.843750 20428.033203 + 2519560232 + 0.000000#0.000000#255.000000 + 25.000000 +End Object +Start Object020 + 142286.812500 -140402.046875 20405.390625 + 2721537355 + 0.000000#0.000000#30.000000 + 25.000000 +End Object +Start Object021 + 138951.203125 -141469.140625 20470.832031 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object022 + 129324.906250 -137213.421875 21068.072266 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object023 + 139831.765625 -132842.828125 20871.642578 + 2988076545 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object024 + 140386.156250 -143233.734375 20412.035156 + 3590562120 + 0.000000#0.000000#225.000000 + -100.000000 +End Object +Start Object025 + 138211.640625 -143161.046875 20525.037109 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object026 + 128211.757813 -138910.328125 20638.314453 + 3641533454 + 0.000000#0.000000#0.000000 + -80.000000 +End Object +Start Object027 + 142498.109375 -140278.546875 20407.560547 + 3738168576 + 0.000000#0.000000#45.000000 + 25.000000 +End Object +Start Object028 + 143314.453125 -138540.750000 20437.099609 + 3738168576 + 0.000000#0.000000#270.000000 + 25.000000 +End Object +Start Object029 + 129927.734375 -142564.875000 20538.511719 + 3785232591 + 0.000000#0.000000#75.000000 + -100.000000 +End Object +Start Object030 + 141862.843750 -146404.750000 20555.695313 + 4095860535 + 0.000000#0.000000#30.000000 + 0.000000 +End Object +Start Object031 + 141314.718750 -134761.906250 20837.720703 + 4193629000 + 0.000000#0.000000#0.000000 + -80.000000 +End Object + +ObjectCount 32 diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/areaproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/attr.atr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/attr.atr new file mode 100644 index 00000000..a79ae821 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/attr.atr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/height.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/height.raw new file mode 100644 index 00000000..452db9a2 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/height.raw differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/minimap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/minimap.dds new file mode 100644 index 00000000..35a8c243 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/shadowmap.dds b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/shadowmap.dds new file mode 100644 index 00000000..df4ea647 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/shadowmap.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/shadowmap.raw new file mode 100644 index 00000000..e486df83 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/tile.raw b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/tile.raw new file mode 100644 index 00000000..eecb2b18 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/water.wtr b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow/map_n_snowm_01/005005/water.wtr differ diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/mapproperty.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/mapproperty.txt new file mode 100644 index 00000000..370e5ddc --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/mapproperty.txt @@ -0,0 +1,4 @@ +ScriptType MapProperty + +MapType "Outdoor" + diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/monsterarrange.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/monsterarrange.txt new file mode 100644 index 00000000..bae327fa --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/monsterarrange.txt @@ -0,0 +1,14 @@ +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +10010 +10011 +10012 diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/regen.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/regen.txt new file mode 100644 index 00000000..8929cb38 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/regen.txt @@ -0,0 +1,73 @@ +//type cx cy sx sy z dir time percent count vnum +//----------------------------------------------------------------------------------- +g 355 366 60 212 0 0 1m 100 18 45 +g 355 366 60 212 0 0 1m 100 8 46 +g 355 366 60 212 0 0 1m 100 8 47 +g 220 613 72 114 0 0 1m 100 5 45 +g 220 613 72 114 0 0 1m 100 12 46 +g 220 613 72 114 0 0 1m 100 5 47 +g 422 683 124 40 0 0 1m 100 3 45 +g 422 683 124 40 0 0 1m 100 7 46 +g 422 683 124 40 0 0 1m 100 3 47 +g 516 389 18 232 0 0 1m 100 3 45 +g 516 389 18 232 0 0 1m 100 3 46 +g 516 389 18 232 0 0 1m 100 3 47 +g 516 389 18 232 0 0 1m 100 2 48 +g 763 607 108 240 0 0 1m 100 17 49 +g 763 607 108 240 0 0 1m 100 17 50 +g 763 607 108 240 0 0 1m 100 12 51 +g 763 607 108 240 0 0 1m 100 12 52 +g 763 607 108 240 0 0 1m 100 12 53 +g 442 858 220 46 0 0 1m 100 6 49 +g 442 858 220 46 0 0 1m 100 6 50 +g 442 858 220 46 0 0 1m 100 4 51 +g 442 858 220 46 0 0 1m 100 4 52 +g 442 858 220 46 0 0 1m 100 4 53 +g 1170 786 220 110 0 0 1m 100 18 49 +g 1170 786 220 110 0 0 1m 100 18 50 +g 1170 786 220 110 0 0 1m 100 10 51 +g 1170 786 220 110 0 0 1m 100 10 52 +g 1170 786 220 110 0 0 1m 100 10 53 +g 1334 1199 90 200 0 0 1m 100 5 49 +g 1334 1199 90 200 0 0 1m 100 6 50 +g 1334 1199 90 200 0 0 1m 100 12 51 +g 1334 1199 90 200 0 0 1m 100 12 52 +g 1334 1199 90 200 0 0 1m 100 12 53 +g 1334 1199 90 200 0 0 1m 100 1 54 +g 1334 1199 90 200 0 0 1m 100 1 55 +g 193 1162 60 154 0 0 1m 100 3 49 +g 193 1162 60 154 0 0 1m 100 4 50 +g 193 1162 60 154 0 0 1m 100 5 51 +g 193 1162 60 154 0 0 1m 100 5 52 +g 193 1162 60 154 0 0 1m 100 6 53 +g 193 1162 60 154 0 0 1m 100 1 54 +g 193 1162 60 154 0 0 1m 100 1 55 +g 1077 227 100 86 0 0 1m 100 9 45 +g 1077 227 100 86 0 0 1m 100 7 46 +g 1077 227 100 86 0 0 1m 100 7 47 +g 1159 454 204 116 0 0 1m 100 20 45 +g 1159 454 204 116 0 0 1m 100 20 46 +g 1159 454 204 116 0 0 1m 100 22 47 +g 1159 454 204 116 0 0 1m 100 2 48 +g 387 1204 38 200 0 0 1m 100 4 45 +g 387 1204 38 200 0 0 1m 100 5 46 +g 387 1204 38 200 0 0 1m 100 5 47 +g 757 1032 240 36 0 0 1m 100 3 45 +g 757 1032 240 36 0 0 1m 100 4 46 +g 757 1032 240 36 0 0 1m 100 7 47 +g 757 1032 240 36 0 0 1m 100 2 48 +g 1127 1145 38 118 0 0 1m 100 2 45 +g 1127 1145 38 118 0 0 1m 100 3 46 +g 1127 1145 38 118 0 0 1m 100 3 47 +g 1036 1332 112 60 0 0 1m 100 5 45 +g 1036 1332 112 60 0 0 1m 100 5 46 +g 1036 1332 112 60 0 0 1m 100 3 47 +g 824 1195 170 50 0 0 1m 100 8 45 +g 824 1195 170 50 0 0 1m 100 4 46 +g 824 1195 170 50 0 0 1m 100 4 47 +g 542 1305 54 150 0 0 1m 100 7 45 +g 542 1305 54 150 0 0 1m 100 4 46 +g 542 1305 54 150 0 0 1m 100 4 47 +m 752 1418 0 0 0 0 1m 100 1 10010 +m 155 287 0 0 0 0 1m 100 1 10011 +m 1396 152 0 0 0 0 1m 100 1 10012 diff --git a/bin/pack/metin2_patch_snow/map_n_snowm_01/setting.txt b/bin/pack/metin2_patch_snow/map_n_snowm_01/setting.txt new file mode 100644 index 00000000..1a0c4375 --- /dev/null +++ b/bin/pack/metin2_patch_snow/map_n_snowm_01/setting.txt @@ -0,0 +1,12 @@ +ScriptType MapSetting + +CellScale 200 +HeightScale 0.500000 + +ViewRadius 128 + +MapSize 6 6 +BasePosition 358400 153600 +TextureSet textureset\metin2_N_snowm.txt +Environment N-snowm01.msenv + diff --git a/bin/pack/metin2_patch_snow/ymir work/ui/map_n_snowm_01_atlas.dds b/bin/pack/metin2_patch_snow/ymir work/ui/map_n_snowm_01_atlas.dds new file mode 100644 index 00000000..2f7b2527 Binary files /dev/null and b/bin/pack/metin2_patch_snow/ymir work/ui/map_n_snowm_01_atlas.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/icon/item/30331.tga b/bin/pack/metin2_patch_snow_dungeon/icon/item/30331.tga new file mode 100644 index 00000000..623c389c Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/icon/item/30331.tga differ diff --git a/bin/pack/metin2_patch_snow_dungeon/icon/item/30332.tga b/bin/pack/metin2_patch_snow_dungeon/icon/item/30332.tga new file mode 100644 index 00000000..5b6d8c37 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/icon/item/30332.tga differ diff --git a/bin/pack/metin2_patch_snow_dungeon/icon/item/30333.tga b/bin/pack/metin2_patch_snow_dungeon/icon/item/30333.tga new file mode 100644 index 00000000..e31149be Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/icon/item/30333.tga differ diff --git a/bin/pack/metin2_patch_snow_dungeon/icon/item/31085.tga b/bin/pack/metin2_patch_snow_dungeon/icon/item/31085.tga new file mode 100644 index 00000000..7b462fe3 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/icon/item/31085.tga differ diff --git a/bin/pack/metin2_patch_snow_dungeon/icon/item/31086.tga b/bin/pack/metin2_patch_snow_dungeon/icon/item/31086.tga new file mode 100644 index 00000000..a042620d Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/icon/item/31086.tga differ diff --git a/bin/pack/metin2_patch_snow_dungeon/icon/item/31087.tga b/bin/pack/metin2_patch_snow_dungeon/icon/item/31087.tga new file mode 100644 index 00000000..db975287 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/icon/item/31087.tga differ diff --git a/bin/pack/metin2_patch_snow_dungeon/icon/item/31088.tga b/bin/pack/metin2_patch_snow_dungeon/icon/item/31088.tga new file mode 100644 index 00000000..ef0848cf Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/icon/item/31088.tga differ diff --git a/bin/pack/metin2_patch_snow_dungeon/icon/item/31089.tga b/bin/pack/metin2_patch_snow_dungeon/icon/item/31089.tga new file mode 100644 index 00000000..ed557dd7 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/icon/item/31089.tga differ diff --git a/bin/pack/metin2_patch_snow_dungeon/icon/item/31090.tga b/bin/pack/metin2_patch_snow_dungeon/icon/item/31090.tga new file mode 100644 index 00000000..b3f21248 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/icon/item/31090.tga differ diff --git a/bin/pack/metin2_patch_snow_dungeon/icon/item/31091.tga b/bin/pack/metin2_patch_snow_dungeon/icon/item/31091.tga new file mode 100644 index 00000000..f85c1aff Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/icon/item/31091.tga differ diff --git a/bin/pack/metin2_patch_snow_dungeon/icon/item/31092.tga b/bin/pack/metin2_patch_snow_dungeon/icon/item/31092.tga new file mode 100644 index 00000000..c7dcc8f1 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/icon/item/31092.tga differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005000/areaambiencedata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005000/areaambiencedata.txt rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/areadata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/areadata.txt new file mode 100644 index 00000000..57dcc845 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/areadata.txt @@ -0,0 +1,82 @@ +AreaDataFile + +Start Object000 + 13041.239258 -14514.248047 16360.169922 + 266475963 + 0.000000#0.000000#0.000000 + -212.000000 +End Object +Start Object001 + 17999.722656 -25170.767578 16395.205078 + 1938138617 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object002 + 16223.566406 -25087.871094 16393.535156 + 1938138617 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object003 + 11010.827148 -14776.039063 16482.869141 + 2624969837 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object004 + 8756.449219 -18292.873047 16832.970703 + 2624969837 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object005 + 9169.466797 -16606.148438 16562.892578 + 2624969837 + 0.000000#0.000000#75.000000 + 0.000000 +End Object +Start Object006 + 17112.814453 -13004.368164 16712.490234 + 2624969837 + 0.000000#0.000000#0.000000 + -91.000000 +End Object +Start Object007 + 15973.415039 -11117.279297 18577.175781 + 2624969837 + 0.000000#0.000000#0.000000 + -91.000000 +End Object +Start Object008 + 17137.953125 -18057.744141 16383.500000 + 2882945559 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object009 + 25014.726563 -23303.558594 17771.625000 + 4150599417 + 0.000000#0.000000#75.000000 + 0.000000 +End Object +Start Object010 + 20156.523438 -24216.226563 15887.000000 + 4150599417 + 0.000000#0.000000#75.000000 + 0.000000 +End Object +Start Object011 + 9617.562500 -15066.810547 16655.667969 + 4150599417 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object012 + 18898.673828 -12160.997070 17240.814453 + 4150599417 + 0.000000#0.000000#345.000000 + -91.000000 +End Object + +ObjectCount 13 diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/areaproperty.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/attr.atr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/attr.atr new file mode 100644 index 00000000..0fd440f6 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/attr.atr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/height.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/height.raw new file mode 100644 index 00000000..ba9a88be --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/height.raw @@ -0,0 +1,49 @@ +"OmwmO"JրրJJ +0+ J"!U|d1瀋"&O [΁Ɓq'ŀQ;Y +mր8āӁU{;e vKہ ꁶi +&` +mMځ򁾁q 8|؀Q̀6ʁkw6Ł(#H( +gӂ+ǀG +G`̀/I:# :~׀6ւM`5S ^ր R!t̃ރGׂ0e 2r Y&ꂆ'iہ9gwfDaVڃ!EDZ  *39;93* zD܄03[Y$5BKQSQKB5$  x.Lń肔+K`iv~~wg`WJ9$  /NeփUs% $;IQQXvЀ߀ŀjZJ56%,8兿AoEπ :Xo~HhtlW>"WB*+=IMI=+6`$K=#v8^тqyĀ6jm5 +HȀK37YssY7 /M?y燾% Ƃ?2l#߂rsiZւG] k9 (S|ŀрӀрŀwM( >T  cn񃳅LwKv#0 ؁.'>*ƅS낊!I』=6q9GG9рX/'>"'//' G숅ЋҋYPEH{ σ>͂@!`,Gހ&ae)߀ip#7H\ll\H-Kq܀WޅuόOCh4:~6mHP~6퀆3 4aPρ))ρG 1# $>Tw{S*H݀xt6?ВjЎO@ oa؎ݍNJنqrTǀLFvɀ0فMssW)큡h܁⁴6Pw׀"+ါs-4hÁ +gڃƉŌeu̕@˓'T::А! ZC4̆o!〷KWłƂs7xrCkPڅy&*# 愷~jÄ݄ㄮVŃmĀ,Ӂis3!BpfbCF֒0IBA)ۊaQZs2zsM3̉Aqʅms|af4ЄdȀ.Ӂ5[KZ,Xyfpi'nm̑Y n>΋w0͊YA18Q_ދˋ֋ڌLVڊ\O;݆pmS-ɄK +b̀&y{qT􂀂VwՅ+ˉpnO50xʐoy̍ W4Ҋ}- ?WٌoD׏JAcjɉs)ڈiއIʆr1dC]oi\߂:_@lu_ދ׌Iޏt`ʐ=̌ԊmSXJΐڎ֍Č?މ)ƈ7DۆoGӄ^zxzEӂGnb悪; 'X~sۏ+אÐ=7׎W<艘s[P ;ΊȏؑT=ʒ*6]c$퍄PH]$w󄠄~qhb`bhq~Q؀~,4I σ|*g Ѕ3 ȅb1Č Ǎ8ڏsn5/-/5>K\q>р„ׄӄX +%)iRR?yCm䍏 ևԇJycbH[D˕ETm҈9ۆhSB5,&$&,5BShWׄ"K%Iӂ396É-ċΌKÎَŽy0(jM ?h?6KhCÎ,`ѕx%\y_ÆzbM</&  &/<MbzWB/2`" +ނĂtz$`$ύb֌AW1/v6…酬R,scJɍQ3'̒b7Ց;ߌG%ꇻBx`K;-$$-;K`xpccx:S?!PUكAlB,Հ}˄l3Cetj3B-u"膗Tʉ;r aE&G,'w&񈩈1ŭhSB5,&$&,5B ~l~;~~ 8S&kv݀GP7 Ma^V Ղf$򆺇e(fNJaNjDnܑZڍfQ鉔<чq\K>5/-/5>~~}}}#~߂탁ʄ Hj΅ڄ*ăAaQ#7YkBBځyA;keҀ0]bɉLÊO5GMf@rW֎nj⊏&snB~iYKB<;<B~}~}9}}>}~ɀ-oل~t7ރ ~})|{{|/~FZmoMɀՀWu(g oljSzi\SMKM~}}||~}~%H݂j$Fp "=ă =}{+zz|}~GW]be=\G./durXfU 2@|I9͐b[j)~qhb`b~H~\}||;}0~h;uԃ : 9[|l|3~~~~GW^ce 0cՀ=́gӂƒd|[ʆfƈ싢ޏҏ͎$z{l~}}||}1ˁdg~;3q~w~~~~~~GW^ce !:gFE+H…czߊ<ӌtX ˎ\ː֎9u~}||c}~K΁ςx҃փ;ڂPDڂӁ9~~~~~~~GW^ce ":gπ"Ezkd9"ZɌ+_o[/ؒ~}}(}~jk񃄃܂!i҂F~~~~~~~~<LYah !0N~Ԁ*iGOHډg]R'`,3~}}ƃ7Xr2rǂcD~W~~~~~~~~Zqu !/I|̀ BŁz$8݃󄐇]މNAˊ]%ב2D?~R`5`yL|~~~~~~~~=  .Dz̀7g}8c%Ag3|uD䀖*j` 3a*~"yڂσw ~~~~~}|Tހ#?hto44rӄFӈ|6^X N$tf؁ao~{~~&̃( k'~r~}/}fـE@[ڂт߂l샠Ä/J<򔐖ӘZ.ɂ6!Gxw~,~ ~~!0|=V΀3E~Z~~h?Ԁۀ/ǁ!7ԅ G:9}hQ w_5|~~}~]Ā>'HL~~~~I\PX<nℒ8͋Vw2ٕؗ`gꁫtT#ʀ&t~R~r}}~e…m +PK2{sw~~~,A(r_q7qIΓ. ϖ}lGxƃ񁠁e9ހ_ +~~W}~́q ic +Ggy{~~~~@րPx0z|ג:aZ0[iՀ`~G~~}~(]YD ~~~w~ـmSFHrI]܈ϐg?FC|&wĂx8jV`~~~~Tezz=􀢀Ix~~B~~[W7ևgiQE50󀱁mv^5ցÒzYf4~}~M~܂):C +|S 䀝A5~~~v~_~~t~A~~}J~߅܉( .ؓFLAF+߁ *~}| }}:s_V: +̀/ +~E~`~+~}}W}}~Y>!]F 54.^\4Uǀ2~||||~ɀ˂2I^(~!y0m~.~c~~}n}c}9;Ӓ]ؕ.Mkwq{<"ׂto$N䉍[}|z#zZyxwx{{|U~ + $?z~Q}j|{~e|H,^0b0􁠃ˊP##;)}p{~zyyxxhv +w yNzz{}w  +@wwa~}}|р48هΉԉ6Eq!򆒉ӊ̊׈Qrt}[{vzyyyuuwygyyI{?~ 2Fp0,Q~}}}OSچ·ډЉ*؊ωވDx'Fjh=h]e݆Ճ"|z2zGy`wv^ugvwxxy^|~݀}'Ձs]~~~~aKp[sNӈk)unDڊ~$ ; +9}|axcwvtlu wwwx:z|-~N80сVKQm~~|~Oe[~r҇9?Ho퀛gaք񉬋ƌЊ͉XK"|z_x_wt{tAv-wzwwOx^yiz|Y~O񀺁UP}{^ji%ʊ% @hMDṘzŒp~KX |SV +}[|i{xv?uuvw"wEwwwxuz$}. XOW4~ +dMW I 9y7Es_5ԊmbŁʂE@xqׇjͅR<>~~:}9zayxwvvw!w8wwxz}~!ǀyp~~n~s~v~ mހSyu@/";:‰VŊp ىq*Vw{Qugnჷ/*R]A}&|zywwuwwwxx z{}~ )|yp~0~}}}~~G8g< +fԀQ?^4VЄm򋄋RΉ_n TvUNd KT~=ׄ)u؁ՀZ~}}{zy6y8y}yyAz"{H|S}=~~~y_~<~}}@}}||}Q~9~S~~#~$})|%||}~=*f7ƃ̄l#΋茀鉊Yр;@Z)qz:Յ3=Ă6 I9XJ~}|{zzU{{{||}!~l~~~U~L~~}}|"|{?{{ {'{{C|}}} }|yKyxxxMyRz{|})Wu =@ӆq,!ȉ# ;$%6][Y9҇=؆CՄ|TIj H{~}|L{{A|i|||r}}'~:~-~}2}n|{{izy,yxxxxyy%zzzxwvvvv ww2yz|~?<|0πke:nGш( PIу†-;#Ɔ "T ą؂g3x~F}||||s}~~H~Q~*~}}|d{qzfy~xwv~vpvNvvwwwwv=vvvv0vsvvwBy{|~ ^1 +@ÁЁgކ/퉪"@!7oĀ-Ɓc|ІՆvqVva3.~x}Q}N}}~z~~$0~"~d}|zyqxUwivu.u,uuu[vvuv9vvuuuuNvvwx@z|}=fi"e܂āŁ-܂탸u?!|}X˂Zpʃ!ރ ɁN nLрpFJ =օ~h]mfȂʁkGnfǂ݃ރf}3~5}sxwqwbwuuuuuvw0yz}k~v0デB2ք[wtjyvxWEv:쉭ꉦarn\ĂҁI)gDle7WzyxyFxyxwwx {|O~ bkFD˅C12OUY[PobW:wj<Ԇه扐ˆa+!傃\~ۃ[^z_t h|{{&}|Y{z`{{}ei삃(΄BI_0t.>>XEE666WWTz׃t?Yp1E(g/&9dՃ7 +0  }}G~~~k}}e~ ]!$G@OɆ +}z-w 6666WW>i8 + 40‰1g% ʄG-WeIȄ%X*Fc' ZgiӀU{ʄ}؄IeWdž2χ Mv9ÅMKF9666WWnŅņX?j Ѕn Vփhd]*څы,؉PႫ^2/~.9?psʆ_JR#! ?wC666WSցe(9j 腌pm󄖄ԅ φIʃˀw2 XGk&S/[׈:&+kOЇgI]oqHㆦՃ́ɁŁ$'ʅօx:wЅN +֍ϒό、-/+e܁"Bׅ؃%`܆|ֈ! 5zI"" \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/minimap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/minimap.dds new file mode 100644 index 00000000..a566ff41 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/minimap.dds differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000004/shadowmap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/shadowmap.dds similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000004/shadowmap.dds rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/shadowmap.dds diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/shadowmap.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/shadowmap.raw new file mode 100644 index 00000000..d36d54dd --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/tile.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/tile.raw new file mode 100644 index 00000000..3f1c0140 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/water.wtr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000000/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005001/areaambiencedata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005001/areaambiencedata.txt rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/areadata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/areadata.txt new file mode 100644 index 00000000..0f38cdfe --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/areadata.txt @@ -0,0 +1,154 @@ +AreaDataFile + +Start Object000 + 17365.236328 -45520.777344 16383.500000 + 31778822 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object001 + 13315.899414 -41262.429688 16823.814453 + 1463992873 + 0.000000#0.000000#0.000000 + 818.000000 +End Object +Start Object002 + 13104.608398 -41415.050781 16969.080078 + 1463992873 + 0.000000#0.000000#0.000000 + 818.000000 +End Object +Start Object003 + 23531.308594 -45471.074219 17002.412109 + 1463992873 + 0.000000#0.000000#0.000000 + 818.000000 +End Object +Start Object004 + 23440.402344 -45500.710938 16932.650391 + 1463992873 + 0.000000#0.000000#0.000000 + 1061.000000 +End Object +Start Object005 + 13072.926758 -49786.921875 16585.845703 + 1463992873 + 0.000000#0.000000#0.000000 + 1364.000000 +End Object +Start Object006 + 15363.113281 -43382.160156 17227.097656 + 1463992873 + 0.000000#0.000000#0.000000 + 515.000000 +End Object +Start Object007 + 15360.322266 -43481.230469 17297.259766 + 1463992873 + 0.000000#0.000000#0.000000 + 879.000000 +End Object +Start Object008 + 19403.777344 -43663.214844 17061.775391 + 1463992873 + 0.000000#0.000000#0.000000 + 1000.000000 +End Object +Start Object009 + 19327.408203 -43517.695313 17035.248047 + 1463992873 + 0.000000#0.000000#0.000000 + 818.000000 +End Object +Start Object010 + 19405.757813 -47551.156250 16718.285156 + 1463992873 + 0.000000#0.000000#0.000000 + 1000.000000 +End Object +Start Object011 + 15445.903320 -47548.164063 16508.171875 + 1463992873 + 0.000000#0.000000#0.000000 + 1424.000000 +End Object +Start Object012 + 11286.866211 -45458.976563 16590.464844 + 1463992873 + 0.000000#0.000000#0.000000 + 1121.000000 +End Object +Start Object013 + 13076.956055 -49810.164063 16592.785156 + 1463992873 + 0.000000#0.000000#0.000000 + 1121.000000 +End Object +Start Object014 + 11340.640625 -45530.148438 16566.074219 + 1463992873 + 0.000000#0.000000#0.000000 + 1364.000000 +End Object +Start Object015 + 21563.472656 -49777.601563 16527.855469 + 1463992873 + 0.000000#0.000000#0.000000 + 1364.000000 +End Object +Start Object016 + 19427.474609 -47589.390625 16696.525391 + 1463992873 + 0.000000#0.000000#0.000000 + 1364.000000 +End Object +Start Object017 + 15371.818359 -47647.929688 16455.046875 + 1463992873 + 0.000000#0.000000#0.000000 + 1364.000000 +End Object +Start Object018 + 11098.312500 -46344.417969 16671.574219 + 3274222278 + 0.000000#0.000000#330.000000 + -152.000000 +End Object +Start Object019 + 13536.976563 -50298.644531 16664.710938 + 3274222278 + 0.000000#0.000000#90.000000 + -394.000000 +End Object +Start Object020 + 12948.345703 -41704.785156 16743.970703 + 3876989948 + 0.000000#0.000000#315.000000 + -212.000000 +End Object +Start Object021 + 16746.861328 -50060.050781 16666.890625 + 3876989948 + 0.000000#0.000000#0.000000 + 455.000000 +End Object +Start Object022 + 20647.011719 -40336.953125 16718.408203 + 3876989948 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object023 + 19891.808594 -50660.707031 16512.902344 + 3876989948 + 0.000000#0.000000#90.000000 + 0.000000 +End Object +Start Object024 + 14025.648438 -25672.765625 17148.220703 + 4150599417 + 0.000000#0.000000#0.000000 + 0.000000 +End Object + +ObjectCount 25 diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/areaproperty.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/attr.atr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/attr.atr new file mode 100644 index 00000000..c92e9e8a Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/attr.atr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/height.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/height.raw new file mode 100644 index 00000000..3603a15c Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/height.raw differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/minimap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/minimap.dds new file mode 100644 index 00000000..ab245464 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/minimap.dds differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000005/shadowmap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/shadowmap.dds similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000005/shadowmap.dds rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/shadowmap.dds diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/shadowmap.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/shadowmap.raw new file mode 100644 index 00000000..c441c442 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/tile.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/tile.raw new file mode 100644 index 00000000..1550b287 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/water.wtr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000001/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005002/areaambiencedata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005002/areaambiencedata.txt rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/areadata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/areadata.txt new file mode 100644 index 00000000..c8991c47 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/areadata.txt @@ -0,0 +1,10 @@ +AreaDataFile + +Start Object000 + 16925.566406 -52186.867188 16973.595703 + 3274222278 + 0.000000#0.000000#90.000000 + -394.000000 +End Object + +ObjectCount 1 diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/areaproperty.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/attr.atr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/attr.atr new file mode 100644 index 00000000..1ca8ae6d Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/attr.atr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/height.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/height.raw new file mode 100644 index 00000000..eb0323ac Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/height.raw differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/minimap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/minimap.dds new file mode 100644 index 00000000..ebbe898c Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/minimap.dds differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000006/shadowmap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/shadowmap.dds similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000006/shadowmap.dds rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/shadowmap.dds diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/shadowmap.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/shadowmap.raw new file mode 100644 index 00000000..d376ef38 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/tile.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/tile.raw new file mode 100644 index 00000000..32946f37 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/water.wtr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/000002/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005003/areaambiencedata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005003/areaambiencedata.txt rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/areadata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/areadata.txt new file mode 100644 index 00000000..d21549a2 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/areadata.txt @@ -0,0 +1,76 @@ +AreaDataFile + +Start Object000 + 42917.707031 -24155.218750 16401.873047 + 1938138617 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object001 + 41309.468750 -24181.017578 16381.132813 + 1938138617 + 0.000000#0.000000#180.000000 + 0.000000 +End Object +Start Object002 + 44019.558594 -10456.029297 15814.434570 + 2624969837 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object003 + 36470.203125 -17617.160156 16422.464844 + 2624969837 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object004 + 38451.511719 -20999.576172 16535.880859 + 2624969837 + 0.000000#0.000000#60.000000 + 0.000000 +End Object +Start Object005 + 35973.183594 -14188.573242 16263.502930 + 2624969837 + 0.000000#0.000000#60.000000 + 0.000000 +End Object +Start Object006 + 42112.230469 -17014.363281 16373.570313 + 3217770542 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object007 + 46646.789063 -11306.246094 17230.960938 + 3628779113 + 0.000000#0.000000#0.000000 + -2030.000000 +End Object +Start Object008 + 37898.914063 -23755.683594 15955.504883 + 3628779113 + 0.000000#0.000000#0.000000 + -2030.000000 +End Object +Start Object009 + 46214.015625 -24050.384766 15812.870117 + 3628779113 + 0.000000#0.000000#0.000000 + -2030.000000 +End Object +Start Object010 + 49848.875000 -18356.937500 16271.700195 + 3628779113 + 0.000000#0.000000#0.000000 + -2030.000000 +End Object +Start Object011 + 38038.261719 -11236.277344 16163.469727 + 3628779113 + 0.000000#0.000000#0.000000 + -2030.000000 +End Object + +ObjectCount 12 diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/areaproperty.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/attr.atr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/attr.atr new file mode 100644 index 00000000..3aec7333 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/attr.atr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/height.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/height.raw new file mode 100644 index 00000000..d79bab95 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/height.raw differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/minimap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/minimap.dds new file mode 100644 index 00000000..95b3d5ed Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/minimap.dds differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001004/shadowmap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/shadowmap.dds similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001004/shadowmap.dds rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/shadowmap.dds diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/shadowmap.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/shadowmap.raw new file mode 100644 index 00000000..b9a3b9f4 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/tile.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/tile.raw new file mode 100644 index 00000000..edd3b67f --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/water.wtr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001000/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005004/areaambiencedata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005004/areaambiencedata.txt rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/areadata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/areadata.txt new file mode 100644 index 00000000..3b9367f0 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/areadata.txt @@ -0,0 +1,256 @@ +AreaDataFile + +Start Object000 + 39878.085938 -40454.125000 16388.654297 + 247563405 + 0.000000#0.000000#315.000000 + 333.000000 +End Object +Start Object001 + 39723.070313 -40169.164063 16403.685547 + 247563405 + 0.000000#0.000000#315.000000 + 333.000000 +End Object +Start Object002 + 37914.179688 -51019.949219 16383.500000 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object003 + 37755.824219 -50796.203125 16389.064453 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object004 + 37948.941406 -50747.781250 16386.619141 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object005 + 35596.988281 -47335.820313 16405.015625 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object006 + 36036.425781 -47204.324219 16453.210938 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object007 + 35927.605469 -47110.738281 16519.412109 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object008 + 35811.746094 -47448.117188 16367.759766 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object009 + 36266.933594 -42892.109375 16404.859375 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object010 + 36659.042969 -43171.714844 16392.130859 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object011 + 36459.406250 -43184.855469 16386.859375 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object012 + 36628.648438 -43012.843750 16405.099609 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object013 + 39687.238281 -40377.902344 16414.892578 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object014 + 39913.062500 -40298.218750 16391.919922 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object015 + 44091.343750 -39993.289063 16391.427734 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object016 + 44017.500000 -40330.140625 16384.136719 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object017 + 47592.375000 -42767.828125 16384.660156 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object018 + 47272.359375 -42966.402344 16397.775391 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object019 + 48434.781250 -47262.636719 16383.500000 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object020 + 48023.132813 -47163.804688 16394.615234 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object021 + 46201.191406 -51094.300781 16383.500000 + 247563405 + 0.000000#0.000000#315.000000 + 261.000000 +End Object +Start Object022 + 45974.035156 -50893.855469 16383.500000 + 247563405 + 0.000000#0.000000#315.000000 + 273.000000 +End Object +Start Object023 + 44070.617188 -40079.250000 16388.750000 + 2276262724 + 0.000000#0.000000#345.000000 + 273.000000 +End Object +Start Object024 + 39758.464844 -40188.914063 16398.410156 + 2276262724 + 0.000000#0.000000#30.000000 + 273.000000 +End Object +Start Object025 + 36451.941406 -43045.468750 16392.847656 + 2276262724 + 0.000000#0.000000#60.000000 + 273.000000 +End Object +Start Object026 + 35746.054688 -47294.734375 16407.285156 + 2276262724 + 0.000000#0.000000#105.000000 + 273.000000 +End Object +Start Object027 + 37786.921875 -50935.503906 16385.171875 + 2276262724 + 0.000000#0.000000#135.000000 + 273.000000 +End Object +Start Object028 + 46101.382813 -51003.542969 16383.500000 + 2276262724 + 0.000000#0.000000#225.000000 + 272.000000 +End Object +Start Object029 + 48272.695313 -47223.171875 16387.019531 + 2276262724 + 0.000000#0.000000#255.000000 + 272.000000 +End Object +Start Object030 + 47410.769531 -42889.417969 16392.322266 + 2276262724 + 0.000000#0.000000#300.000000 + 272.000000 +End Object +Start Object031 + 47301.871094 -45485.621094 16671.160156 + 3274222278 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object032 + 37905.800781 -42549.753906 16415.123047 + 3274222278 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object033 + 35453.535156 -47701.976563 16408.685547 + 3274222278 + 0.000000#0.000000#75.000000 + 0.000000 +End Object +Start Object034 + 36676.898438 -42301.921875 16744.908203 + 3274222278 + 0.000000#0.000000#15.000000 + -273.000000 +End Object +Start Object035 + 41218.250000 -39930.750000 17056.820313 + 3274222278 + 0.000000#0.000000#285.000000 + -273.000000 +End Object +Start Object036 + 42656.625000 -39778.460938 17247.990234 + 3274222278 + 0.000000#0.000000#345.000000 + -1121.000000 +End Object +Start Object037 + 46344.968750 -43164.414063 16383.500000 + 3274222278 + 0.000000#0.000000#345.000000 + 515.000000 +End Object +Start Object038 + 47743.777344 -46344.015625 16581.738281 + 3274222278 + 0.000000#0.000000#345.000000 + 515.000000 +End Object +Start Object039 + 46325.789063 -49581.003906 16817.632813 + 3274222278 + 0.000000#0.000000#345.000000 + 515.000000 +End Object +Start Object040 + 41992.281250 -46162.257813 16383.500000 + 3753090703 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object041 + 45913.890625 -41237.691406 16625.355469 + 3876989948 + 0.000000#0.000000#75.000000 + 0.000000 +End Object + +ObjectCount 42 diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/areaproperty.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/attr.atr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/attr.atr new file mode 100644 index 00000000..4f7f82bb Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/attr.atr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/height.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/height.raw new file mode 100644 index 00000000..0043d410 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/height.raw differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/minimap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/minimap.dds new file mode 100644 index 00000000..10a28a51 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/minimap.dds differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001005/shadowmap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/shadowmap.dds similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001005/shadowmap.dds rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/shadowmap.dds diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/shadowmap.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/shadowmap.raw new file mode 100644 index 00000000..88677240 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/tile.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/tile.raw new file mode 100644 index 00000000..1fd79b54 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/water.wtr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001001/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005005/areaambiencedata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005005/areaambiencedata.txt rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/areadata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/areadata.txt new file mode 100644 index 00000000..c4613454 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/areadata.txt @@ -0,0 +1,106 @@ +AreaDataFile + +Start Object000 + 43828.679688 -51406.472656 16404.669922 + 247563405 + 0.000000#0.000000#315.000000 + 305.000000 +End Object +Start Object001 + 40104.589844 -51383.804688 16523.484375 + 247563405 + 0.000000#0.000000#315.000000 + 241.000000 +End Object +Start Object002 + 40120.000000 -51362.843750 16515.830078 + 247563405 + 0.000000#0.000000#315.000000 + 241.000000 +End Object +Start Object003 + 43816.261719 -51410.648438 16404.859375 + 247563405 + 0.000000#0.000000#315.000000 + 366.000000 +End Object +Start Object004 + 34661.859375 -61700.828125 16138.334961 + 1428667694 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object005 + 40057.246094 -51393.164063 16540.027344 + 1463992873 + 0.000000#0.000000#315.000000 + 212.000000 +End Object +Start Object006 + 43816.550781 -51315.800781 16401.060547 + 1463992873 + 0.000000#0.000000#315.000000 + 455.000000 +End Object +Start Object007 + 30332.173828 -65707.187500 16383.964844 + 2503378758 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object008 + 26907.835938 -61327.335938 15439.714844 + 2574997096 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object009 + 26850.398438 -70611.492188 16133.945313 + 2574997096 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object010 + 26444.353516 -70631.507813 16195.807617 + 2574997096 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object011 + 41379.718750 -54279.605469 16786.445313 + 3274222278 + 0.000000#0.000000#345.000000 + -91.000000 +End Object +Start Object012 + 42633.585938 -52259.464844 16559.992188 + 3274222278 + 0.000000#0.000000#45.000000 + 333.000000 +End Object +Start Object013 + 39677.878906 -51685.734375 16744.785156 + 3274222278 + 0.000000#0.000000#315.000000 + 333.000000 +End Object +Start Object014 + 40097.660156 -51335.207031 16520.257813 + 3392077358 + 0.000000#0.000000#315.000000 + 260.000000 +End Object +Start Object015 + 43825.824219 -51388.054688 16403.957031 + 3392077358 + 0.000000#0.000000#315.000000 + 375.000000 +End Object +Start Object016 + 39485.757813 -51272.972656 16664.210938 + 3876989948 + 0.000000#0.000000#315.000000 + 333.000000 +End Object + +ObjectCount 17 diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/areaproperty.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/attr.atr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/attr.atr new file mode 100644 index 00000000..17dc2091 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/attr.atr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/height.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/height.raw new file mode 100644 index 00000000..c058c0c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/height.raw differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/minimap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/minimap.dds new file mode 100644 index 00000000..35f48bbf Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/minimap.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/shadowmap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/shadowmap.dds new file mode 100644 index 00000000..417331a5 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/shadowmap.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/shadowmap.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/shadowmap.raw new file mode 100644 index 00000000..0c720059 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/tile.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/tile.raw new file mode 100644 index 00000000..4e7a6128 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/water.wtr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/001002/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/005006/areaambiencedata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/005006/areaambiencedata.txt rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/areadata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/areadata.txt new file mode 100644 index 00000000..3ac59434 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/areadata.txt @@ -0,0 +1,40 @@ +AreaDataFile + +Start Object000 + 76166.078125 -17671.271484 16383.500000 + 1008864416 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object001 + 70836.468750 -24092.285156 15729.370117 + 3628779113 + 0.000000#0.000000#15.000000 + -697.000000 +End Object +Start Object002 + 73147.750000 -9991.385742 15867.317383 + 3876989948 + 0.000000#0.000000#0.000000 + 697.000000 +End Object +Start Object003 + 76084.226563 -12236.010742 16030.040039 + 4150599417 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object004 + 72087.179688 -13648.730469 15925.535156 + 4150599417 + 0.000000#0.000000#45.000000 + 0.000000 +End Object +Start Object005 + 70539.578125 -17813.765625 15579.152344 + 4150599417 + 0.000000#0.000000#90.000000 + 0.000000 +End Object + +ObjectCount 6 diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/areaproperty.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/attr.atr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/attr.atr new file mode 100644 index 00000000..090eacb0 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/attr.atr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/height.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/height.raw new file mode 100644 index 00000000..06056360 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/height.raw @@ -0,0 +1,15 @@ +  )141) );HQSPI<)4DID4,DVckmkcVD,"1']8&AYrl@fFJ 7,m€m, 3SwЀހJ$=À Vn;ɂ0߀Jn~~b~h~~!NlvlN!""Am9Qa_HـS#bÀ]gVSzf( +:Q~Z}}|{{A{-z{  {+€E#SۀOr0݀M  cڀhڄքl^~|{yyrxxtxxBwLz9izM NրE)[À@ǁ+܀D +/SŀfƂs#ф]~|nzhxveu@uuv(w`wwNxł/ƁN€" ,]ʀa+[qf<󁏁%m*(WʀbڂLQ45h~{y +x!vsq4qq8stuuvwwy[.킘/+)WȀv΁,ʂK ENIH GH|Jzwut"ro0ndmnlpYrt'uvw`]DՃ=킄 {,!H}oʂ9?ł`ށ]؀g ,Bs'nq~H}{#yPv~sRq pbnljj2lnlprltvv/τ\+ă.łM!m4o$~JقKÁ <߄턷TkJ~x}{GzxVuDr^o[m8lk$i&hg6jj)o#qs8vv_i'񃰃[zN !L䀉G X^2σM$xÀ8Ea˄Ն>KqNt<o}W{xbwtqnkj,ihgFfffi1koSruuˆR΃y l-Tŀs( ߄tփ9/nÃa; DO  ~c{ yWvtr#ok:ig gf feffgimpass3ʇ!DaԄeӃv€Eā͂ yj(_ǁOZˈ;2'<}|zwt,so7mjgf}||||||TMD@P"$tҀ?ÁNقd>*@N܊шe$X9ڀ} }|zzyxkxx(xx=yPz{|}}}}}J}|}|||SOr8؀D@{׌ 4]P +тŀ~}}\{zz/zzy>y"y_yy {6|X}}8~]~Z~~}r}V} }||< ňFӄ'X5nʀ(ˌV|َ̏+ᅙ>6}|{(|{zV{U{{z?z zyIz8{C|J}~~~~~0~}}}}m}4ftbL*{N!߄<Ȏ2\SP}Z{nzz"z'zwz{{{{4|C|{`{zyzizzw{z|}h~~*~~~~z~P~*~4ԈֆjW$&$%s̎ÎlwB~{ZzyĆ Ѓ BꀅhbYK;& [$ʋ9팦 +ndI|@zysydyysz {{.|l|t|y|T|{e{;{{{|(}}~Yb'#߃c"΁Zʀ~uhWB* "\wĄ|w ㉇Ն@}fzyyy{z{{'||||||<|{{{x|}}{~[ SE +惔j2"ꀍoZB&>끎N[ _ztBbm@r~zNz9zz{{h|||||||||||B}}[~:݆6M@օcECςCڀoW;1Ն,/ |X'̂_F~r{zvz{{n|}f}b}a}Q}}}2}S}}}a~~J *o…5̄[c؂2qhK,L yZ 8! !G T~}{zz\{||}}~}}}}}~~~+p| y^# +$zSuY9]JPPX0녋%aB~>}}{cz {z{D|-}}~~~}}~I~~RzRK5k01=Z In~bB 2Ձ5ƅ3:̀ ~~w~}d|zyoyz{`|$}}}}/~;~[~~~K{熷O,?/zP݀hH$K,)҇bryρz~$~}}|zKw!xwy-{O||O}}}N~~~^8㉍ڊ/օ8|݁񀞀iJ&o~%lyQnσR:~ ~D}'}|{xuquu-xHz{|,}}~v~~$S\DB=燻 /S͂hH$(ȆT̅e߂O~}}||p|9{vsstRw{y{7|!}}J~~^R͊7li./͆=O~bB2ń΅kMlX~}E}|C|{youqAst)wyz|>}}~~%xNɊ*[\!"&,_쀍uY96ԁFqRbX~}||&|{yxtrsnuMwyz2|n}E~~~OCi܊kÉ܈yDž"aӀhK,5u+փbuS~}-}|}{,{yxBxsstfvxyK{i|}~<n#j]D^Bfǂ +-oW;1ƀ́ ЄGÂR~`}|{L{{zxyw)vut(vwx]z{|}~@XwoYΉ㉨9܄XڀZB&&S􃭄9݁>~}||zzxvpvkufvwxy{| +}}~Nd2􈺈K0Uyʁ WB* ؀ Ä́l6}'}|{zy^xyv.vwxyyzy{^|F}(~~To(܇#{`ʁ Y;& O΃ۄՄm~y}P||{zdywwxay zxz%{{|}d~~bƄFcE5iU,׀dÃG(~}||{{zcyHyyOzzz{8||}~%rI`C<ۅcl~|{){'zyxww4xxy{;|}~ JN82遧U׀[7v{ۅ̅s!Y}W|{LzyxwwMwvSw3x8yuz{$}~!FonS< Ɓl!ր_7'5MZ<IЀ}{yxSx)xwvvXvuHv:wDxyb{|]~qJʂZBȁkҀ}S/-H)0]WN~{|ywvuvuuqucut&uuwxz|<~cK|΂;聣H€f?21r8|ywdutsssssss'ttvwy{}d!Md؁dǀuK+40@}zwtr@qoppLqq-rsrrss&uvx{=} *P[|M ЀqM(3{|mkuՁ\[|yur-plnmmneo)ppqdrs2tuwgz|n~G.9A(䁩i〢pZ5,?!샠р$~ +{yw-t4qrn-lSkkmman/o+pRqrsuwy{O}~UƁS〨uRB(&Á`DF}yv8s9p5mj'jjVk@l:m7nQopdrtuw[yz:|}~s_=݀sL- dրlb|cy)vsoljiijklm*ophr{tKvwxyz|}~퀻]MP8#L"ҁ +k|yvqspmkjEjjkm.nfoprtbvw$xx8z{|~~o\ZC.9׀=GY$}tzwtq:ohmkklmmn +pqst|vwwTxQyz{}@~GրlO3&d:`z}v{xWvs>qjo7nminnoop7rsUuvBwkwwSx:yKz{|M~׀sKDwՀ=Z~|Bzwusq qpqpRpXppqrxtu w6ww/w[wwxyN{|~πe="P~O~}{ywu]tssrqqq?r8st8v w'wvvvv@wHxy_{w};|-~M'ӀvS+ ,Rs Hp~ }{y,xvuttrDr.rrstu`vvbvutttuwy|F~B~)~}}R~~`ǹĀlB (AYjY12~|{)zxwSvtsrfrrsAttuuuktYuqvwxyCzzzq{}~0dQT%gurfS!)~~~}R{BxWuu]ruwwvvvCww( 0\Uˉ܉s4IHJm7ッuǁ 5/-~A|y,yy@wy[}{{{{{{xyxwNxxy^yz1}~AI)WӉމCaoz7уSÂ[&%-~}|9zRzg~5~O|C|S|N|C||{{xv"wwx^xy|d~CL +ud؉ۉ`وGb񄻄mQ)9Fh뀙V}@}L}mQ.9~ }|||[||{{]w5vvxlwyQ|7~'L." 򇨈)giL}Ƈ/f߄+u݀)AS`}~~V:,/}}a}}|i|,|{PwuhvwvAy|_~4]C#OBrʈeCׅE!넗7){ !>Vhu}%+&ڃ̓ԃ08=~}}H}||u|{yvvt{vy3|~}M)AlTՇ懘"h9߄+u݀1Nfxڀ'/a#8/;b~ ~}|},}|w.xuwy|~9Ӏt!)MPB p߇"eJcIFuJ )߀?Jу+7+уg;Yq섅uډNJ:^ڂ]'( \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/minimap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/minimap.dds new file mode 100644 index 00000000..e8f543e8 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/minimap.dds differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/001006/shadowmap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/shadowmap.dds similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/001006/shadowmap.dds rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/shadowmap.dds diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/shadowmap.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/shadowmap.raw new file mode 100644 index 00000000..7594da99 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/shadowmap.raw @@ -0,0 +1 @@ +BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/tile.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/tile.raw new file mode 100644 index 00000000..36188245 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/water.wtr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002000/water.wtr differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/006000/areaambiencedata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/areaambiencedata.txt similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/006000/areaambiencedata.txt rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/areaambiencedata.txt diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/areadata.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/areadata.txt new file mode 100644 index 00000000..16c9b587 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/areadata.txt @@ -0,0 +1,64 @@ +AreaDataFile + +Start Object000 + 70309.554688 -45578.609375 16432.828125 + 2624969837 + 0.000000#0.000000#45.000000 + 91.000000 +End Object +Start Object001 + 69707.671875 -45257.585938 15803.959961 + 2624969837 + 0.000000#0.000000#45.000000 + 91.000000 +End Object +Start Object002 + 72620.164063 -41087.726563 15727.127930 + 3248173973 + 0.000000#0.000000#0.000000 + 1909.000000 +End Object +Start Object003 + 69475.242188 -43661.218750 16061.355469 + 3248173973 + 0.000000#0.000000#0.000000 + 1576.000000 +End Object +Start Object004 + 68731.476563 -47633.308594 15527.742188 + 3248173973 + 0.000000#0.000000#0.000000 + 2032.000000 +End Object +Start Object005 + 76637.148438 -41182.132813 16544.414063 + 3248173973 + 0.000000#0.000000#0.000000 + 1061.000000 +End Object +Start Object006 + 71981.015625 -42326.777344 16271.757813 + 3274222278 + 0.000000#0.000000#75.000000 + 515.000000 +End Object +Start Object007 + 74587.421875 -46598.757813 16383.500000 + 3816850981 + 0.000000#0.000000#0.000000 + 0.000000 +End Object +Start Object008 + 68676.835938 -44837.769531 16121.497070 + 3876989948 + 0.000000#0.000000#75.000000 + 515.000000 +End Object +Start Object009 + 70890.539063 -43396.722656 16855.949219 + 3876989948 + 0.000000#0.000000#75.000000 + 515.000000 +End Object + +ObjectCount 10 diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/areaproperty.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/areaproperty.txt new file mode 100644 index 00000000..b2d10cf4 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/areaproperty.txt @@ -0,0 +1,6 @@ +ScriptType AreaProperty + +AreaName "" + +NumWater 0 + diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/attr.atr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/attr.atr new file mode 100644 index 00000000..5cd656e9 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/attr.atr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/height.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/height.raw new file mode 100644 index 00000000..b03e6b4e --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/002001/height.raw @@ -0,0 +1,11 @@ +=у5V߄߄7уSÂ[A]uw* wtO@Âb Cр߃b|| |t|}~%h)MρX']vZmm7ッuǁ 5A]ui>PB p߇"eJcIFuJ )߀?Jу+7+уg;Yq섅uډNJ:^ڂ]'1!)逑!SS!)1NfxxmD@^?ϊR/i͇JS*SuÂ)ÂuS !>Vhu}}uhVS6[p] [󋭋Ɋ 5 b悌SgǁQu{uQǁgS)AS`hkh`SA,5΄G׆ ͊ŋ،@jrS80) [[ ))9FNQNF9)V(@TgbW،#0Bދ Ҁ&=˃5>{ˁCӀY#MH!6+4pـpځ LX;Ӏ}"#PJ,Pzh-0an>jGGqv{zz=OT~~J~D~U~~~*CB}YedY^~~v}||||}~&3€"ope5 ~~6ShR~} }8|{p{n{{|V}~,hCYC"~~z'~}+}|{0{zhzz{|O~ƁoQS:9]E0~U~}%}}||&{pzyyzz{m}6TiƀՀ}>) ~ +~}}||A}/}w|C{yx\xyzP|~Ӏπɀǀр耬~~}M}|K|}}}p|zxbwGwwwyn{V}~1_4ЀрCUvd,w~}}||~}~~}`|czxvvwdyb{}~Kـ〯€ h\*Le~?~$KA~|y)xlwmwnx,z{},V|ÀBndt~~~B^A\ii~|'zyx3yzw{|k~#LIY׀,p ~`~}V~fY\"Xu~|N{z {{/|} ~%#=O߀B\~k~}F}F}e*D^~ ~^}1}Q}}~~-?ÀՀˀLB~ ~N}|M|}'t݃uY~~B]!K̀&Y'~}|f|{|rՀNm!EQMHOK+~~{~~~}|[|;|~Jvv+7~~y~T~'~~}=}||}׃[ȀK~~I~~}}}[}}}x}~eMͅHx̀-+~j~}}}}}R}}|}8~Jv~C~}}g}\}{}{}T}}~ z&؀w4+~I~}}W}6}(}M}}}*~~._v]d_FK~s~~}>}|||V}}}}Q~4kxJ7~I~}"}|||<}`}R}}~!OO7~}-}||||}"}}37O7~}|v|}||||}BO+6W~\}|E|{|Q||ppIt~~C}||{{{|bT1@~}/}q|{{[{{`|nkUC5/~}I}|&|{t{{u|eU44"8~h}|n|%|{e{{ +sVi~}}|v||{g{~lTG~}|@|h|g|{z{c/a4 ~~)}R|{|{Y{7{؀U>W~}|{{zAzyzJu4K~}S|zyxxdxy~5ނAMW{~&}{>zxw2wuwxz}ۀY#W~|4{y&xFwvvx{6['y~}#{Eywvvvxz{%}ԀR#~g}{yxwv{w[y{]}>T*}| zxwqw;xy{}bI^'V6}d|zyxuxx_z.|}* L*}P|ziyxxy{|~ƀ,8р~x}{zyy9yz({|;~$Kd~|{zyyy.z{s|}TAۀ ~|f{}zyyy-zz{|I~`~|p{z zyyzz0{Y|}$-X~|{{zYz@zczzz{|~J~}|{N{7{{{zzz{$||ǹKT~t}|T|?|||{{5{V{{~"Mg^~}m}b}'}|:|{H{zz6|_T2~~v~<~}"}a|Y{`z9zz1~ *~w~L~UM~&~}{zz!zNz}~K9~}x}}}N~}h|${ozzOXTC/vwNxyz~{L|"}~5.5}6\̀#〧i; uvww yyz{X|}\ۄ=!߁؁ށ灟C​H tvwxFyyz{K}~a-)|SGuPv쀈@_tvvx"yyz{}~À4K؅;r6m̀g) +s8vvKxxyz{ }~ q[݋hW+#(ۃ'7ruuwWx"yXz{F}~(\.SI]}s}C|qasstnvw-yG{+}~Q<؇ߊ׌Hd$惿߀Moss`sturwy{}jJwn9hւہM +ioooqqrBttwy'|~K"Opx'刼Ҋo.ЄՃʁ߀Bv^r3rrqpqsVvx{~(IA,?/ʆꆣm<1x.xxtt2sqqbrtevxG{9~g`e~{τfxI2c̀kbz]zwvvts stuwgyQ{|}~{Cς+`od{{8zy-y)xvuu]vwyz{R|}t~K4 2!X~p||k|||{zryw +wwcxtyzT{||}~!w#i~~~~_~4~~!~~^||||5|{zpymxqxxz {{|u|}}G~~~~~}}}*}}1}|||r}~|||H|{{uzy7yyyz%{{{o||#}|^}F|@}8}|}{{\{{{z{C|}~||||{zZz)zyy>zz0{u{X{z-{ |{zzyzxazyyy*zTyby'yz|}~ }||M|{ +{ztzzz,{{|{B{ +z ywTxwwwwUvwwwwwvwIxz{}}}?}|=|{U{){A{{{y|||f|={yxwvOvuuuuuOut^tvtt%vwsy{/~z~P~}}}|T|||F||7}}}}|#{yxwvpv=vuu?u+t6srorrsIu7wy@|~/~~~}A}||}\}}B~~~~^|zyxw/wv{;ywvXtsrqoocn ncnMoprtwz}H|~#}4{y>xwtsq\pPon_olprsuSxH{ ~Z0`}Q{ytxMwlus7r$qappgpqstvpy|_~@|z}{yxQwu@trqqptqrt8v,x~z|V~v}{zoxwuQtDs$rGqqqsu:wy{|~~>}{yxvutsbrjqcqPr#tvwy{|}~S&}{ywvu)uSt#srqrt]vxy{|}U~!~u}{yRxwGvuu+t:sr~stvxPz{s|I}'~~~7}{}zGygx xZwpv{u8tsAtuwyz{O|}}~l~} |{{zyz'zUy'xvbut3u~vGxyz{V|}}~uAw~t}||||[|{4zxUwUvvw@y/z){{|2}}~v~~~~'~Q~~}|j{yxxyzz{N||j} +~~s~~~~~Q(}E|N{%{{{{Z||7}}9~~}mft\8|'~}}}_}<}_}}}~~,'%KǀS܁%+~~~~~~~y"`+wҀ8悂EЂ)nyW׀Q)2Ń| ǃGԀh?7 \O|oz7q߄^'6:ՂOnEـd,dāсʁqȃfuۃ=X߁)#2l܁ҁ(uR6:j݁^2,B 3҂w|0؃X'k> +Tـh=Pc9rT kX=@Q + ;~@v̂#̂\ցԁ́w ` H_4Z*;1ẃㄲIX^3{ +}~ڀb~|{zzJzxv]u)x{|T}{yz ||i=D*"{H}~逫}|{zf{{zxCwviwxz{|}~$WH􀑀,1l|9~s3u]}{J{{_|F|z:yxxy{c}UKHm߀\"Ȁw3N~eȀ{}|S||||{zyz|~RGL}4{8U0߀-~0}| |{L{7{+{T|~QlwЁH ɂÁ,%/}|,{7z8z{|~eτW/i+;U  .-(45퀵5$}|zy +z{}섎s'`v +$3<Ҁm+L_tQ-~~|y{z2zyz|ʄ߅t/a ;L؁9_\6s1+`Ān~{}|{yx|xxy{~܁1bR/[y! /R`Drn6ۂ_ǁ1 gx~~}j}e|p{Wzxw2w,wx#z|/IEb| t)tƂ7/ULf_߃AÁۀ " +j[A~O}||a|{lz}ywvivvUwy{~kY&"|ւ<ـR M~"My<Ʌkք#M\hm)Hi}x_;Dzu~|{I{{ {7z%yxvuuvx{}y؄SSux*  +Ax݁MPц}҅߁ǀCy׀׀m/g`}h{jzyy +zvyxwv+vZvwy|>~B/*Tk +s Aـ{5 g!/[΂foLJ⇾Xc9RހLxi6:)ˀ-c|z +yxxcyyfyx=xwwby4{|~?āVvZ/`Ԁ,źG|P݆ևkf09t-K@Ӂ .8- ԁ25xR=~K{$ywwxxzz>zyyZyz@|}~R#HK80( w2%3ZBFtv1҃{+8JbƂb1)e}}zxow`ww'yz{{zMzzW{K|G}J~jUς؂J`W}p.f|i։mh%^[ǀ1%ڂEZU58nAD}zxwgw%xwya{||{-{{D{{|}#́O0s1 +UȁS3݆%ɉ GQ ؄y-y Oǃ܃փ|(1Ѐ*"~| {gyUxCx/yxz|M~}|{D{]{{|}~π}Ձ􀃀".4ԀT<<Oˀ= ՃK~{{w7v'vWw'y{'~?хցJYxۅ'F.1!gO{}s~{_xv?v7wy{},A  džׄہX##4i܁}o|ywwxOz|~샽w≏`Q@ce  ~'~}{yy:zL{|~πY G̉ņՅ WS~~}{zJzz{|~`R'݃m߃__#PX8B~W}'|z zNz {_|}/~|k||~؁0ăԂ́ 5  DV~w}{zzzz{G}~g}{{o{j{}TqX&7 2eyVj~}/|zgyyyz|~O'M}V{gzywzo 3&)o~}/|zxxxy|}~~}zxwyv,zY}~UrF*,_~}{wzxwWxy{}~~!}zxUwuulvWw{~ـӀ BhB~}7{yOxwWxy{~/~_}7{'ywuuu_vwy|G~'퀙~w}|z5yxxxz{_~7}{y'xvuuvwy7|o~O.怜w~}{zyxxyzW|~o~w|zy'wWvv?w?x'z|~DrDW7~||zEyxsyQzb{|~~}O{yxwwwxGy{O}~g7~|{I{zdyyz{}~}{zx_x7xy/zG{|~Wo~||{z +z@zz{|~O}W|zWyxxoyz{|}W?~>}|H|_{z8{{+|A}~~/|zzywywyzG{|_}~'}}|A}||||(}}~w~|w{zGzy_yyzwz{}~o/~>} }p}0~3~F~]~~}g~'w~|{G{zWzgyxgxxz{}~ww~C}||}~Bo~}|O|{zyxwvwy{o}o~'P~R}| }W}!~[u ր~}}|{zwuuuwyw{|}~_h}~}}3~A~~baӁmЀ_/~~_~}zWxu_tOtuxy{'|}O~G +~ ~Q~{Z*Ԃȁ_O_G~{yovtt_uvgxyz{|.~CW~x~v‹.~dI_~G}zxvvOvdwsxyzi{H|D}b~ +p〰gU'~O~}}㉜‹.;~|gzxwwxxNz&{{||}ႥYAq} {{k|F||v׈ŋҋً"#ˋC߂\'}{zxxxyz}{|;||o#\} {{4|{|MTakLax~O}O{yyzzzq{K||ÁڃɃuB-1l] }zI{{|Ł8Jъي~~G|zzzzzz{$}-Kuurrrl|zz{#} ,I6D׊ÀW7~O}3|{:{"{z1{h|j}9=[~xuuoց }qzzB{ &d~D׊}?~{}}k|||||}}K~uuro-}nzzA{%c~m&~~}}>~~~~Ձ׃cjrroW̓&~`{y[zkSqb$ lǀM8⁓Gdd:у8}o{y4 VpwΈ*;d #iȀ%%SI=3+"ʃ?}||+-S\L'ĀC ' uȁ;FLׁMA8/3탞р~}w{ņh^, #hʁ@">4/;ق5w怨چZH. oڀ>p`łفb1Ȁw+y{{ǁɁ4" 3C6) ʂQ8񀺀w)! 1111ay  C؀CwY ǀnM  / %Zʀb/~n~~~рm~}t}}}}$~~]~}9}|7}7}}}$~~xxAx~|}|K|Q|2}J}u}}M~jD~C}|S|.||||8}}~VB~E}|Y||||}b}}~]p~}|||| +}6}z}}~oA~~~}R}t}}f}}W~ "~~}}} ~8~O~~MQ~T~T~r~~~V_eZ_s \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/minimap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/minimap.dds new file mode 100644 index 00000000..f71bf3e8 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/minimap.dds differ diff --git a/bin/pack/dc/metin2_map_devilscatacomb/003006/shadowmap.dds b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/shadowmap.dds similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/003006/shadowmap.dds rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/shadowmap.dds diff --git a/bin/pack/dc/metin2_map_devilscatacomb/000004/shadowmap.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/shadowmap.raw similarity index 100% rename from bin/pack/dc/metin2_map_devilscatacomb/000004/shadowmap.raw rename to bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/shadowmap.raw diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/tile.raw b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/tile.raw new file mode 100644 index 00000000..ebc7d452 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/tile.raw @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/water.wtr b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/water.wtr new file mode 100644 index 00000000..a0ba91c7 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/003002/water.wtr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/mapproperty.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/mapproperty.txt new file mode 100644 index 00000000..370e5ddc --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/mapproperty.txt @@ -0,0 +1,4 @@ +ScriptType MapProperty + +MapType "Outdoor" + diff --git a/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/setting.txt b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/setting.txt new file mode 100644 index 00000000..be81882f --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/metin2_map_n_snow_dungeon_01/setting.txt @@ -0,0 +1,12 @@ +ScriptType MapSetting + +CellScale 200 +HeightScale 0.500000 + +ViewRadius 256 + +MapSize 4 3 +BasePosition 512000 153600 +TextureSet textureset\metin2_map_n_snow_dungeon_01.txt +Environment metin2_map_n_snow_dungeon_01.msenv + diff --git a/bin/pack/metin2_patch_snow_dungeon/textureset/metin2_map_n_snow_dungeon_01.txt b/bin/pack/metin2_patch_snow_dungeon/textureset/metin2_map_n_snow_dungeon_01.txt new file mode 100644 index 00000000..35af2b91 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/textureset/metin2_map_n_snow_dungeon_01.txt @@ -0,0 +1,45 @@ +TextureSet + +TextureCount 04 + +Start Texture001 + "D:\YMIR WORK\terrainmaps\Dungeon\field 01.DDS" + 5.000000 + 5.000000 + 0.000000 + 0.000000 + 0 + 0 + 0 +End Texture001 +Start Texture002 + "D:\YMIR WORK\zone\dungeon\snow_dungeon\tile_ice00.dds" + 2.000000 + 2.000000 + 0.000000 + 0.000000 + 0 + 0 + 0 +End Texture002 +Start Texture003 + "D:\YMIR WORK\zone\dungeon\snow_dungeon\tile_rock00.dds" + 3.000000 + 3.000000 + 0.000000 + 0.000000 + 0 + 0 + 0 +End Texture003 +Start Texture004 + "D:\YMIR WORK\terrainmaps\black.DDS" + 5.000000 + 5.000000 + 0.000000 + 0.000000 + 0 + 0 + 0 +End Texture004 + diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/environment/metin2_map_n_snow_dungeon_01.msenv b/bin/pack/metin2_patch_snow_dungeon/ymir work/environment/metin2_map_n_snow_dungeon_01.msenv new file mode 100644 index 00000000..54292cac --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/ymir work/environment/metin2_map_n_snow_dungeon_01.msenv @@ -0,0 +1,80 @@ +ScriptType EnvrionmentData +ScriptVersion 1.0000 + +Group DirectionalLight +{ + Direction 0.596551 0.281780 -0.751483 + + Group Background + { + Enable 1 + Diffuse 0.627451 0.831373 0.984314 1.000000 + Ambient 0.349020 0.494118 0.592157 1.000000 + } + + Group Character + { + Enable 1 + Diffuse 0.627451 0.831373 0.984314 1.000000 + Ambient 0.499020 0.644118 0.742157 1.000000 + } +} +Group Material +{ + Diffuse 0.709804 0.929412 1.000000 1.000000 + Ambient 0.458824 0.564706 0.701961 1.000000 + Emissive 0.321569 0.337255 0.384314 1.000000 +} + +Group Fog +{ + Enable 1 + NearDistance 3000.000000 + FarDistance 25000.000000 + Color 0.101961 0.776471 0.941176 1.000000 +} + +Group Filter +{ + Enable 0 + Color 0.086275 0.164706 0.266667 0.000000 + AlphaSrc 1 + AlphaDest 2 +} + +Group SkyBox +{ + Scale 3500.000000 3500.000000 3500.000000 + GradientLevelUpper 1 + GradientLevelLower 1 + + CloudScale 280000.000000 280000.000000 + CloudHeight 30000.000000 + CloudTextureScale 5.000000 5.000000 + CloudSpeed 0.010000 0.010000 + CloudTextureFileName "" + List CloudColor + { + 0.000000 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 0.000000 + } + List Gradient + { + 0.286275 0.349020 0.513726 0.000000 + 0.286275 0.349020 0.513726 0.000000 + + 0.000000 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 0.000000 + } +} + +Group LensFlare +{ + Enable 0 + BrightnessColor 1.000000 0.886275 0.886275 1.000000 + MaxBrightness 0.740000 + MainFlareEnable 0 + MainFlareTextureFileName "D:\ymir work\environment\clouds_zone05.tga" + MainFlareSize 0.350000 +} + diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_keybox/ice_keybox.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_keybox/ice_keybox.dds new file mode 100644 index 00000000..74f12459 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_keybox/ice_keybox.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_keybox/ice_keybox.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_keybox/ice_keybox.gr2 new file mode 100644 index 00000000..becff496 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_keybox/ice_keybox.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_keybox/ice_keybox.msm b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_keybox/ice_keybox.msm new file mode 100644 index 00000000..33998c25 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_keybox/ice_keybox.msm @@ -0,0 +1,49 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\ymir work\npc2\ice_keybox\ice_keybox.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Object02" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 248.000000 + Position 0.000000 0.000000 150.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Object02" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 257.000000 + Position 0.000000 0.000000 150.000000 + } + } +} diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_lionstone/ice_lionstone.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_lionstone/ice_lionstone.dds new file mode 100644 index 00000000..4cb2d094 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_lionstone/ice_lionstone.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_lionstone/ice_lionstone.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_lionstone/ice_lionstone.gr2 new file mode 100644 index 00000000..9f1ca63e Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_lionstone/ice_lionstone.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_lionstone/ice_lionstone.msm b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_lionstone/ice_lionstone.msm new file mode 100644 index 00000000..5f40cca8 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_lionstone/ice_lionstone.msm @@ -0,0 +1,49 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\ymir work\npc2\ice_lionstone\ice_lionstone.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "ice_lionstone" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 213.000000 + Position 0.000000 0.000000 150.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "ice_lionstone" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 213.000000 + Position 0.000000 0.000000 150.000000 + } + } +} diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/front_dead.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/front_dead.gr2 new file mode 100644 index 00000000..8ddcb993 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/front_dead.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/front_dead.msa b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/front_dead.msa new file mode 100644 index 00000000..a135b1b6 --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/front_dead.msa @@ -0,0 +1,46 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/ice_stonepillar/front_dead.GR2" +MotionDuration 1.666667 +Accumulation 0.00 0.00 0.00 + +Group MotionEventData +{ + MotionEventDataCount 3 + Group Event00 + { + MotionEventType 1 + StartingTime 0.251419 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Dummy01" + FollowingEnable 0 + EffectFileName "d:/ymir work/effect/monster2/blast2_blue.mse" + EffectPosition 100.000000 -100.000000 150.000000 + } + Group Event01 + { + MotionEventType 1 + StartingTime 0.125710 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Dummy01" + FollowingEnable 0 + EffectFileName "d:/ymir work/effect/monster2/blast2_blue.mse" + EffectPosition -100.000000 100.000000 300.000000 + } + Group Event02 + { + MotionEventType 1 + StartingTime 0.020276 + + IndependentFlag 0 + AttachingEnable 1 + AttachingBoneName "Dummy01" + FollowingEnable 0 + EffectFileName "d:/ymir work/effect/monster2/blast2_blue.mse" + EffectPosition 100.000000 0.000000 500.000000 + } +} diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/ice_stonepillar.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/ice_stonepillar.dds new file mode 100644 index 00000000..099debf3 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/ice_stonepillar.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/ice_stonepillar.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/ice_stonepillar.gr2 new file mode 100644 index 00000000..d5702f6e Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/ice_stonepillar.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/ice_stonepillar.msm b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/ice_stonepillar.msm new file mode 100644 index 00000000..243cbe1d --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/ice_stonepillar.msm @@ -0,0 +1,62 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\ymir work\npc2\ice_stonepillar\ice_stonepillar.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 3 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Dummy01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 211.000000 + Position 0.000000 0.000000 150.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Dummy01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 219.000000 + Position 0.000000 0.000000 150.000000 + } + } + + Group AttachingData02 + { + AttachingDataType 2 + + isAttaching 1 + AttachingModelIndex 0 + AttachingBoneName "Dummy01" + + EffectScriptName "D:\Ymir Work\effect\background\metinstone_loop_pinkpurple_big.mse" + EffectPosition 0.000000 0.000000 0.000000 + EffectRotation 0.000000 0.000000 0.000000 + } +} diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_bridge_block_chain/motlist.txt b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_bridge_block_chain/motlist.txt rename to bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/motlist.txt diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/wait.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/wait.gr2 new file mode 100644 index 00000000..b61082eb Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/wait.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/wait.msa b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/wait.msa new file mode 100644 index 00000000..52f681ce --- /dev/null +++ b/bin/pack/metin2_patch_snow_dungeon/ymir work/npc2/ice_stonepillar/wait.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/ice_stonepillar/wait.GR2" +MotionDuration 0.033333 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/terrainmaps/black.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/terrainmaps/black.dds new file mode 100644 index 00000000..471954ac Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/terrainmaps/black.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/ui/map_n_snowm_01_atlas.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/ui/map_n_snowm_01_atlas.dds new file mode 100644 index 00000000..2f7b2527 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/ui/map_n_snowm_01_atlas.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/01_floor_1lightingmap.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/01_floor_1lightingmap.dds new file mode 100644 index 00000000..e51b0045 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/01_floor_1lightingmap.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/02_floor_2lightingmap.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/02_floor_2lightingmap.dds new file mode 100644 index 00000000..18f60eab Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/02_floor_2lightingmap.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/03_floorwalightingmap.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/03_floorwalightingmap.dds new file mode 100644 index 00000000..63d61377 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/03_floorwalightingmap.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/04_alterlightingmap.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/04_alterlightingmap.dds new file mode 100644 index 00000000..24d7103e Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/04_alterlightingmap.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/05_domelightingmap.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/05_domelightingmap.dds new file mode 100644 index 00000000..b2d83a10 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/05_domelightingmap.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/06_pillarlightingmap.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/06_pillarlightingmap.dds new file mode 100644 index 00000000..1b5262de Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/06_pillarlightingmap.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/07_walllightingmap.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/07_walllightingmap.dds new file mode 100644 index 00000000..d9dcfd2d Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/07_walllightingmap.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/08_ceilinglightingmap.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/08_ceilinglightingmap.dds new file mode 100644 index 00000000..169904db Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/08_ceilinglightingmap.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/09_bandlightingmap.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/09_bandlightingmap.dds new file mode 100644 index 00000000..504b9801 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/09_bandlightingmap.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a01_floor_main.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a01_floor_main.dds new file mode 100644 index 00000000..9801d165 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a01_floor_main.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a07_entrance_stair.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a07_entrance_stair.dds new file mode 100644 index 00000000..c08b3481 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a07_entrance_stair.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_01_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_01_lighting.dds new file mode 100644 index 00000000..f1612fc0 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_01_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_02_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_02_lighting.dds new file mode 100644 index 00000000..c761d8bf Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_02_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_03_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_03_lighting.dds new file mode 100644 index 00000000..8f49332b Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_03_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_04_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_04_lighting.dds new file mode 100644 index 00000000..de694651 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_04_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_06_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_06_lighting.dds new file mode 100644 index 00000000..0420a8d2 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_06_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_07_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_07_lighting.dds new file mode 100644 index 00000000..1ff4d371 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_07_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_08_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_08_lighting.dds new file mode 100644 index 00000000..1ca970e8 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a1_08_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_01_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_01_lighting.dds new file mode 100644 index 00000000..e077d584 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_01_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_03_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_03_lighting.dds new file mode 100644 index 00000000..6ce2fd80 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_03_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_04_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_04_lighting.dds new file mode 100644 index 00000000..b5abc329 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_04_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_07_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_07_lighting.dds new file mode 100644 index 00000000..7d9b06ff Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/a2_07_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_01_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_01_lighting.dds new file mode 100644 index 00000000..b7d38549 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_01_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_02_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_02_lighting.dds new file mode 100644 index 00000000..92c44d8a Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_02_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_03_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_03_lighting.dds new file mode 100644 index 00000000..12f2b886 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_03_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_04_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_04_lighting.dds new file mode 100644 index 00000000..e4c6eae8 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_04_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_07_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_07_lighting.dds new file mode 100644 index 00000000..b1e5099d Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_07_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_08_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_08_lighting.dds new file mode 100644 index 00000000..a8c2c0ec Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b1_08_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_01_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_01_lighting.dds new file mode 100644 index 00000000..99594751 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_01_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_03_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_03_lighting.dds new file mode 100644 index 00000000..ba794255 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_03_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_04_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_04_lighting.dds new file mode 100644 index 00000000..c163fd7d Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_04_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_05_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_05_lighting.dds new file mode 100644 index 00000000..507f8992 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b2_05_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b3_01_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b3_01_lighting.dds new file mode 100644 index 00000000..04f0fb05 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b3_01_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b3_03_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b3_03_lighting.dds new file mode 100644 index 00000000..46d58f55 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b3_03_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b3_04_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b3_04_lighting.dds new file mode 100644 index 00000000..c8e053f8 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/b3_04_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_01_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_01_lighting.dds new file mode 100644 index 00000000..e4c6eae8 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_01_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_02_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_02_light.dds new file mode 100644 index 00000000..8a6f62ea Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_02_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_03_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_03_light.dds new file mode 100644 index 00000000..4094e085 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_03_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_03_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_03_lighting.dds new file mode 100644 index 00000000..82a11a0e Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_03_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_04_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_04_lighting.dds new file mode 100644 index 00000000..6303e819 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_04_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_05_lighting.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_05_lighting.dds new file mode 100644 index 00000000..b1ed26d6 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_05_lighting.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_06_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_06_light.dds new file mode 100644 index 00000000..52a6ba7d Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c1_06_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_01_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_01_light.dds new file mode 100644 index 00000000..c07c7042 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_01_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_02_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_02_light.dds new file mode 100644 index 00000000..961d513d Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_02_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_03_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_03_light.dds new file mode 100644 index 00000000..605d2519 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_03_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_06_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_06_light.dds new file mode 100644 index 00000000..ed82002a Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c2_06_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_01_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_01_light.dds new file mode 100644 index 00000000..6fb1efac Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_01_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_02_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_02_light.dds new file mode 100644 index 00000000..b4423d00 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_02_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_03_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_03_light.dds new file mode 100644 index 00000000..3da84528 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_03_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_04_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_04_light.dds new file mode 100644 index 00000000..274c434e Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_04_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_05_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_05_light.dds new file mode 100644 index 00000000..11548263 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_05_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_06_light.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_06_light.dds new file mode 100644 index 00000000..8f2e8d8e Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/c3_06_light.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/celling_b01.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/celling_b01.dds new file mode 100644 index 00000000..e689e264 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/celling_b01.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a1.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a1.gr2 new file mode 100644 index 00000000..20381f48 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a1.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a1.mdatr b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a1.mdatr new file mode 100644 index 00000000..f9c75ea0 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a1.mdatr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a2.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a2.gr2 new file mode 100644 index 00000000..1b21d275 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a2.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a2.mdatr b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a2.mdatr new file mode 100644 index 00000000..2b50203f Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a2.mdatr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a3.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a3.gr2 new file mode 100644 index 00000000..ce3c15dc Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a3.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a3.mdatr b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a3.mdatr new file mode 100644 index 00000000..c7926fe1 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_a3.mdatr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b1.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b1.gr2 new file mode 100644 index 00000000..e0034e3d Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b1.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b1.mdatr b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b1.mdatr new file mode 100644 index 00000000..289e85a2 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b1.mdatr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b2.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b2.gr2 new file mode 100644 index 00000000..8f21f08d Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b2.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b2.mdatr b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b2.mdatr new file mode 100644 index 00000000..5de122b4 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b2.mdatr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b3.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b3.gr2 new file mode 100644 index 00000000..549635d8 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b3.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b3.mdatr b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b3.mdatr new file mode 100644 index 00000000..3daa7f00 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_b3.mdatr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c1.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c1.gr2 new file mode 100644 index 00000000..18ec4b6f Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c1.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c1.mdatr b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c1.mdatr new file mode 100644 index 00000000..6ba5c23b Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c1.mdatr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c2.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c2.gr2 new file mode 100644 index 00000000..eed91f3e Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c2.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c2.mdatr b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c2.mdatr new file mode 100644 index 00000000..a63de527 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c2.mdatr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c3.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c3.gr2 new file mode 100644 index 00000000..438585e4 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c3.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c3.mdatr b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c3.mdatr new file mode 100644 index 00000000..8427a587 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_c3.mdatr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_pillar_a.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_pillar_a.dds new file mode 100644 index 00000000..17dc2049 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_pillar_a.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_pillar_b.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_pillar_b.dds new file mode 100644 index 00000000..917a72a5 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_pillar_b.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_pillar_c.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_pillar_c.dds new file mode 100644 index 00000000..bf5cd81a Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/dungeon_pillar_c.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/floor_b01.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/floor_b01.dds new file mode 100644 index 00000000..66c4d905 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/floor_b01.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s.dds new file mode 100644 index 00000000..5f744859 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s00.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s00.gr2 new file mode 100644 index 00000000..be827e9d Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s00.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s01.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s01.gr2 new file mode 100644 index 00000000..7311b163 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s01.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s05.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s05.gr2 new file mode 100644 index 00000000..4393096b Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/ice_pillar_s05.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/icicle_up_01.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/icicle_up_01.gr2 new file mode 100644 index 00000000..2580b201 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/icicle_up_01.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/icicle_up_05.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/icicle_up_05.gr2 new file mode 100644 index 00000000..672ad8cf Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/icicle_up_05.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/obj1.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/obj1.dds new file mode 100644 index 00000000..db9ba24b Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/obj1.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_bossroom.gr2 b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_bossroom.gr2 new file mode 100644 index 00000000..96e902a4 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_bossroom.gr2 differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_bossroom.mdatr b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_bossroom.mdatr new file mode 100644 index 00000000..ccabb0d1 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_bossroom.mdatr differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_bottom2.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_bottom2.dds new file mode 100644 index 00000000..e03eb141 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_bottom2.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_c_wall.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_c_wall.dds new file mode 100644 index 00000000..3c570def Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_c_wall.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_main.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_main.dds new file mode 100644 index 00000000..50513db0 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_main.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_rock.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_rock.dds new file mode 100644 index 00000000..251babf0 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_rock.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall.dds new file mode 100644 index 00000000..aabc1921 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall2.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall2.dds new file mode 100644 index 00000000..a4750940 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall2.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall3.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall3.dds new file mode 100644 index 00000000..a7ebb1bd Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall3.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall4.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall4.dds new file mode 100644 index 00000000..59c91f46 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/snow_dungeon_wall4.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/tile_ice00.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/tile_ice00.dds new file mode 100644 index 00000000..2f16286f Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/tile_ice00.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/tile_rock00.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/tile_rock00.dds new file mode 100644 index 00000000..07440a4d Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/tile_rock00.dds differ diff --git a/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/wall_brick_00.dds b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/wall_brick_00.dds new file mode 100644 index 00000000..b1cfce89 Binary files /dev/null and b/bin/pack/metin2_patch_snow_dungeon/ymir work/zone/dungeon/snow_dungeon/wall_brick_00.dds differ diff --git a/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief2_boss2/special_attack.msa b/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief2_boss2/special_attack.msa index 240f27c2..48290318 100644 --- a/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief2_boss2/special_attack.msa +++ b/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief2_boss2/special_attack.msa @@ -1,6 +1,6 @@ ScriptType MotionData -MotionFileName "D:\Ymir Work\monster2\redthief2_boss2\special_attack.GR2" +MotionFileName "D:\Ymir Work\monster2\redthief_boss2\special_attack.GR2" MotionDuration 1.500000 Accumulation 0.00 -219.45 0.00 diff --git a/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief2_boss2/special_attack1.msa b/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief2_boss2/special_attack1.msa index 37c809b3..9a07e299 100644 --- a/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief2_boss2/special_attack1.msa +++ b/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief2_boss2/special_attack1.msa @@ -1,6 +1,6 @@ ScriptType MotionData -MotionFileName "D:\Ymir Work\monster2\redthief2_boss2\special_attack1.GR2" +MotionFileName "D:\Ymir Work\monster2\redthief_boss2\special_attack1.GR2" MotionDuration 2.000000 Accumulation 0.00 -219.45 0.00 diff --git a/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief_boss2/special_attack.msa b/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief_boss2/special_attack.msa index 240f27c2..48290318 100644 --- a/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief_boss2/special_attack.msa +++ b/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief_boss2/special_attack.msa @@ -1,6 +1,6 @@ ScriptType MotionData -MotionFileName "D:\Ymir Work\monster2\redthief2_boss2\special_attack.GR2" +MotionFileName "D:\Ymir Work\monster2\redthief_boss2\special_attack.GR2" MotionDuration 1.500000 Accumulation 0.00 -219.45 0.00 diff --git a/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief_boss2/special_attack1.msa b/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief_boss2/special_attack1.msa index 37c809b3..9a07e299 100644 --- a/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief_boss2/special_attack1.msa +++ b/bin/pack/metin2_patch_w20_etc/ymir work/monster2/redthief_boss2/special_attack1.msa @@ -1,6 +1,6 @@ ScriptType MotionData -MotionFileName "D:\Ymir Work\monster2\redthief2_boss2\special_attack1.GR2" +MotionFileName "D:\Ymir Work\monster2\redthief_boss2\special_attack1.GR2" MotionDuration 2.000000 Accumulation 0.00 -219.45 0.00 diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/run.msa b/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/run.msa deleted file mode 100644 index bc3cccba..00000000 --- a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/run.msa +++ /dev/null @@ -1,6 +0,0 @@ -ScriptType MotionData - -MotionFileName "D:/Ymir Work/monster2/firegolem_magician/run.GR2" -MotionDuration 1.000000 -Accumulation 0.00 15.84 0.00 - diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/back_damage.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/back_damage.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/back_damage.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/back_damage.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/back_knockdown.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/back_knockdown.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/back_knockdown.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/back_knockdown.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/front_damage.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/front_damage.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/front_damage.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/front_damage.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/front_dead.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/front_dead.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/front_dead.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/front_dead.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/front_knockdown.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/front_knockdown.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/front_knockdown.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/front_knockdown.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/normal_attack.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/normal_attack.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/normal_attack.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/normal_attack.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/normal_attack1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/normal_attack1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/normal_attack1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/normal_attack1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/run.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/run.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/run.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/run.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/wait1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/wait1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/wait1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/wait1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/walk.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/walk.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_boss/walk.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_boss/walk.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/back_damage.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/back_damage.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/back_damage.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/back_damage.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/back_knockdown.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/back_knockdown.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/back_knockdown.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/back_knockdown.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/front_damage.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/front_damage.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/front_damage.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/front_damage.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/front_dead.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/front_dead.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/front_dead.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/front_dead.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/front_knockdown.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/front_knockdown.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/front_knockdown.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/front_knockdown.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/normal_attack.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/normal_attack.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/normal_attack.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/normal_attack.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/normal_attack1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/normal_attack1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/normal_attack1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/normal_attack1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/run.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/run.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/run.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/run.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/wait1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/wait1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/wait1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/wait1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/walk.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/walk.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_general/walk.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_general/walk.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/back_damage.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/back_damage.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/back_damage.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/back_damage.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/back_knockdown.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/back_knockdown.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/back_knockdown.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/back_knockdown.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/front_damage.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/front_damage.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/front_damage.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/front_damage.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/front_dead.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/front_dead.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/front_dead.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/front_dead.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/front_knockdown.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/front_knockdown.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/front_knockdown.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/front_knockdown.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/normal_attack.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/normal_attack.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/normal_attack.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/normal_attack.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/normal_attack1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/normal_attack1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/normal_attack1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/normal_attack1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/run.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/run.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/run.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/run.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/wait.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/wait.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/wait.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/wait.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/wait1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/wait1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/wait1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/wait1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/walk.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/walk.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_magician/walk.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_magician/walk.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/back_damage.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/back_damage.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/back_damage.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/back_damage.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/back_knockdown.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/back_knockdown.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/back_knockdown.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/back_knockdown.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/front_damage.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/front_damage.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/front_damage.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/front_damage.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/front_dead.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/front_dead.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/front_dead.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/front_dead.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/front_knockdown.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/front_knockdown.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/front_knockdown.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/front_knockdown.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/normal_attack.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/normal_attack.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/normal_attack.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/normal_attack.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/normal_attack1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/normal_attack1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/normal_attack1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/normal_attack1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/run.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/run.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/run.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/run.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/wait.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/wait.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/wait.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/wait.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/wait1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/wait1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/wait1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/wait1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/walk.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/walk.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/firegolem_soldier/walk.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/firegolem_soldier/walk.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/back_damage.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/back_damage.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/back_damage.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/back_damage.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/back_damage1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/back_damage1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/back_damage1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/back_damage1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/back_knockdown.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/back_knockdown.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/back_knockdown.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/back_knockdown.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/front_damage.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/front_damage.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/front_damage.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/front_damage.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/front_damage1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/front_damage1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/front_damage1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/front_damage1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/front_dead.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/front_dead.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/front_dead.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/front_dead.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/front_knockdown.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/front_knockdown.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/front_knockdown.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/front_knockdown.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/normal_attack.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/normal_attack.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/normal_attack.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/normal_attack.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/normal_attack1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/normal_attack1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/normal_attack1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/normal_attack1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/run.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/run.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/run.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/run.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/special_attack.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/special_attack.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/special_attack.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/special_attack.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/special_attack1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/special_attack1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/special_attack1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/special_attack1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/wait.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/wait.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/wait.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/wait.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/wait1.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/wait1.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/wait1.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/wait1.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/wait2.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/wait2.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/wait2.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/wait2.mss diff --git a/bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/walk.mss b/bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/walk.mss similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/sound/monster2/yamachun_boss/walk.mss rename to bin/pack/metin2_patch_w21_mobs_m/sound/monster2/yamachun_boss/walk.mss diff --git a/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/background/metinstone_loop_pinkpurple_big.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/background/metinstone_loop_pinkpurple_big.mse new file mode 100644 index 00000000..3de1834a --- /dev/null +++ b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/background/metinstone_loop_pinkpurple_big.mse @@ -0,0 +1,517 @@ +BoundingSphereRadius 400.000000 +BoundingSpherePosition 0.000000 0.000000 200.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 50.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 20 + + CycleLength 1.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 1 + EmitterAdvancedType 0 + EmittingRadius 200.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.005000 0.005000 0.020000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 1.000000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 30.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 10.000000 + 1.000000 5.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 2.000000 + } + List TimeEventSizeX + { + 0.000000 170.000000 + } + List TimeEventSizeY + { + 0.000000 170.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 0 + RotationType 4 + RotationSpeed 30.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.200000 + 0.400000 0.650000 + 1.000000 0.870000 + } + List TimeEventScaleY + { + 0.000000 0.200000 + 0.400000 0.700000 + 1.000000 0.900000 + } + List TimeEventColorRed + { + 0.000000 0.000000 + } + List TimeEventColorGreen + { + 0.200000 0.800000 + 0.800000 0.100000 + } + List TimeEventColorBlue + { + 0.300000 0.400000 + 0.900000 0.800000 + } + List TimeEventAlpha + { + 0.000000 0.100000 + 0.200000 0.900000 + 0.600000 0.550000 + 1.000000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "smoke04.dds" + } + } +} +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 40.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 20 + + CycleLength 1.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 1 + EmitterAdvancedType 0 + EmittingRadius 170.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.005000 0.005000 0.010000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.600000 + } + List TimeEventEmittingDirectionX + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 10.000000 + 1.000000 5.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 10.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 1.000000 + } + List TimeEventSizeX + { + 0.000000 250.000000 + } + List TimeEventSizeY + { + 0.000000 250.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 0 + RotationType 4 + RotationSpeed 24.000000 + RotationRandomStartingBegin 360 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.300000 + 0.400000 0.650000 + 1.000000 1.000000 + } + List TimeEventScaleY + { + 0.000000 0.300000 + 0.400000 0.650000 + 1.000000 1.000000 + } + List TimeEventColorRed + { + 0.000000 0.000000 + } + List TimeEventColorGreen + { + 0.400000 0.700000 + 0.800000 0.100000 + } + List TimeEventColorBlue + { + 0.200000 0.600000 + 0.700000 1.000000 + } + List TimeEventAlpha + { + 0.050000 0.250000 + 0.150000 1.000000 + 0.575000 0.400000 + 1.000000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "smoke04.dds" + } + } +} +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 30.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 4 + + CycleLength 2.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + } + List TimeEventEmittingDirectionX + { + } + List TimeEventEmittingDirectionY + { + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 40.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 2.000000 + } + List TimeEventLifeTime + { + 0.000000 2.000000 + } + List TimeEventSizeX + { + 0.014286 780.000000 + } + List TimeEventSizeY + { + 0.000000 785.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 3 + RotationType 4 + RotationSpeed 0.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.100000 + 0.400000 0.410000 + 1.000000 0.700000 + } + List TimeEventScaleY + { + 0.000000 0.100000 + 0.400000 0.400000 + 1.000000 0.720000 + } + List TimeEventColorRed + { + 0.400000 1.000000 + 0.900000 0.200000 + } + List TimeEventColorGreen + { + 0.200000 0.300000 + 0.700000 0.100000 + } + List TimeEventColorBlue + { + 0.300000 0.200000 + 0.700000 0.800000 + } + List TimeEventAlpha + { + 0.000000 0.200000 + 0.200000 0.500000 + 1.000000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "gatein.dds" + } + } +} +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 20.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 4 + + CycleLength 2.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 0 + EmitterAdvancedType 0 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.000000 0.000000 0.000000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + } + List TimeEventEmittingDirectionX + { + } + List TimeEventEmittingDirectionY + { + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.000000 + } + List TimeEventEmittingVelocity + { + 0.000000 40.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 2.000000 + } + List TimeEventLifeTime + { + 0.000000 2.000000 + } + List TimeEventSizeX + { + 0.014286 800.000000 + } + List TimeEventSizeY + { + 0.000000 790.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 3 + RotationType 4 + RotationSpeed 0.000000 + RotationRandomStartingBegin 180 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.029000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.100000 + 0.400000 0.300000 + 1.000000 0.600000 + } + List TimeEventScaleY + { + 0.000000 0.100000 + 0.400000 0.300000 + 1.000000 0.600000 + } + List TimeEventColorRed + { + 0.000000 0.000000 + } + List TimeEventColorGreen + { + 0.300000 0.700000 + 0.800000 0.100000 + } + List TimeEventColorBlue + { + 0.300000 0.300000 + 0.600000 1.000000 + } + List TimeEventAlpha + { + 0.000000 0.100000 + 0.150000 1.000000 + 0.575000 0.400000 + 1.000000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "gatein.dds" + } + } +} diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/blast2_blue.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/blast2_blue.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/blast2_blue.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/blast2_blue.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/ice_boom1.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/ice_boom1.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/ice_boom1.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/ice_boom1.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact10_red.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact10_red.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact10_red.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact10_red.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact2_small.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact2_small.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact2_small.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact2_small.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact2_small_blue.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact2_small_blue.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact2_small_blue.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact2_small_blue.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact5.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact5.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact5.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact5.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact5_ice1.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact5_ice1.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact5_ice1.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact5_ice1.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact6.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact6.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact6.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact6.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact6_ice.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact6_ice.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact6_ice.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact6_ice.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact7.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact7.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact7.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact7.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact7_blue1.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact7_blue1.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact7_blue1.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact7_blue1.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact9_blue.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact9_blue.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact9_blue.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact9_blue.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact9_red.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact9_red.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact9_red.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact9_red.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact_water2.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact_water2.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/impact_water2.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/impact_water2.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/smoke2_ice1.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/smoke2_ice1.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/smoke2_ice1.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/smoke2_ice1.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/smoke3.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/smoke3.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/smoke3.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/smoke3.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/whiteblue1.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/whiteblue1.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/whiteblue1.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/whiteblue1.mse diff --git a/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/whiteblue1_great.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/whiteblue1_great.mse new file mode 100644 index 00000000..a11a9a14 --- /dev/null +++ b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/whiteblue1_great.mse @@ -0,0 +1,392 @@ +BoundingSphereRadius 190.000000 +BoundingSpherePosition 0.000000 0.000000 0.000000 + +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 50.000000 0.000000 5.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 1.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 3 + EmitterAdvancedType 0 + EmittingRadius 50.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.001000 0.001000 0.001000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.200000 + } + List TimeEventEmittingDirectionX + { + 0.000000 -3.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.100000 + } + List TimeEventEmittingVelocity + { + 0.000000 15.000000 + 2.000000 5.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 0.700000 + } + List TimeEventSizeX + { + 0.000000 250.000000 + } + List TimeEventSizeY + { + 0.000000 250.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 5 + BillboardType 0 + RotationType 4 + RotationSpeed 30.000000 + RotationRandomStartingBegin 360 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.250000 + 1.000000 0.500000 + } + List TimeEventScaleY + { + 0.000000 0.250000 + 1.000000 0.550000 + } + List TimeEventColorRed + { + 0.300000 0.000000 + 1.000000 0.200000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + 0.500000 0.000000 + } + List TimeEventColorBlue + { + 0.500000 1.000000 + 1.000000 0.500000 + } + List TimeEventAlpha + { + 0.071795 0.180000 + 0.200000 0.600000 + 1.000000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "smoke_dirt1.dds" + } + } +} +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 50.000000 0.000000 0.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 0.700000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 3 + EmitterAdvancedType 0 + EmittingRadius 60.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.001000 0.001000 0.001000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.200000 + } + List TimeEventEmittingDirectionX + { + 0.000000 -7.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.100000 + } + List TimeEventEmittingVelocity + { + 0.000000 25.000000 + 2.000000 10.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 0.350000 + } + List TimeEventSizeX + { + 0.000000 250.000000 + } + List TimeEventSizeY + { + 0.000000 250.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 4 + BillboardType 0 + RotationType 4 + RotationSpeed 30.000000 + RotationRandomStartingBegin 360 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.100000 + 1.000000 0.400000 + } + List TimeEventScaleY + { + 0.000000 0.100000 + 1.000000 0.420000 + } + List TimeEventColorRed + { + 0.000000 0.000000 + 0.500000 0.200000 + } + List TimeEventColorGreen + { + 0.100000 1.000000 + 0.300000 0.200000 + 1.000000 0.000000 + } + List TimeEventColorBlue + { + 0.300000 1.000000 + 0.700000 0.500000 + } + List TimeEventAlpha + { + 0.020000 0.250000 + 0.100000 1.000000 + 0.497143 0.917526 + 1.000000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "D:\Ymir Work\effect\monster\ls1_1 copy.dds" + } + } +} +Group Particle +{ + StartTime 0.000000 + List TimeEventPosition + { + 0.000000 "MOVING_TYPE_DIRECT" 50.000000 0.000000 5.000000 + } + + Group EmitterProperty + { + MaxEmissionCount 10 + + CycleLength 1.000000 + CycleLoopEnable 1 + LoopCount 0 + + EmitterShape 3 + EmitterAdvancedType 0 + EmittingRadius 60.000000 + EmitterEmitFromEdgeFlag 1 + EmittingDirection 0.001000 0.001000 0.001000 + + List TimeEventEmittingSize + { + 0.000000 0.000000 + } + List TimeEventEmittingAngularVelocity + { + 0.000000 0.200000 + } + List TimeEventEmittingDirectionX + { + 0.000000 -15.000000 + } + List TimeEventEmittingDirectionY + { + 0.000000 0.100000 + } + List TimeEventEmittingDirectionZ + { + 0.000000 0.100000 + } + List TimeEventEmittingVelocity + { + 0.000000 15.000000 + 2.000000 5.000000 + } + List TimeEventEmissionCountPerSecond + { + 0.000000 10.000000 + } + List TimeEventLifeTime + { + 0.000000 0.700000 + } + List TimeEventSizeX + { + 0.000000 250.000000 + } + List TimeEventSizeY + { + 0.000000 250.000000 + } + } + + Group ParticleProperty + { + SrcBlendType 5 + DestBlendType 2 + ColorOperationType 5 + BillboardType 0 + RotationType 4 + RotationSpeed 30.000000 + RotationRandomStartingBegin 360 + RotationRandomStartingEnd 0 + + AttachEnable 1 + StretchEnable 0 + + TexAniType 0 + TexAniDelay 0.028000 + TexAniRandomStartFrameEnable 0 + + List TimeEventGravity + { + } + List TimeEventAirResistance + { + } + List TimeEventScaleX + { + 0.000000 0.250000 + 1.000000 0.500000 + } + List TimeEventScaleY + { + 0.000000 0.250000 + 1.000000 0.550000 + } + List TimeEventColorRed + { + 0.300000 0.000000 + 1.000000 0.200000 + } + List TimeEventColorGreen + { + 0.000000 1.000000 + 0.500000 0.000000 + } + List TimeEventColorBlue + { + 0.500000 1.000000 + 1.000000 0.500000 + } + List TimeEventAlpha + { + 0.071795 0.180000 + 0.200000 0.600000 + 1.000000 0.000000 + } + List TimeEventRotation + { + } + List TextureFiles + { + "D:\Ymir Work\effect\monster\ls1_1 copy.dds" + } + } +} diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/whiteblue1_small.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/whiteblue1_small.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/whiteblue1_small.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/whiteblue1_small.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/whiteblue1_x.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/whiteblue1_x.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/whiteblue1_x.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/whiteblue1_x.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/yellowred1.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/yellowred1.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/yellowred1.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/yellowred1.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/yellowred1_great.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/yellowred1_great.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/yellowred1_great.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/yellowred1_great.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/yellowred1_x.mse b/bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/yellowred1_x.mse similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/effect/monster2/yellowred1_x.mse rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/effect/monster2/yellowred1_x.mse diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster/ice_snow_giant_man/ice_snow_giant_man1.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster/ice_snow_giant_man/ice_snow_giant_man1.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster/ice_snow_giant_man/ice_snow_giant_man1.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster/ice_snow_giant_man/ice_snow_giant_man1.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster/ice_snow_golem/ice_snow_golem1.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster/ice_snow_golem/ice_snow_golem1.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster/ice_snow_golem/ice_snow_golem1.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster/ice_snow_golem/ice_snow_golem1.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster/ice_snow_insect/ice_snow_insect1.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster/ice_snow_insect/ice_snow_insect1.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster/ice_snow_insect/ice_snow_insect1.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster/ice_snow_insect/ice_snow_insect1.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster/ice_snow_man/ice_snow_man1.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster/ice_snow_man/ice_snow_man1.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster/ice_snow_man/ice_snow_man1.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster/ice_snow_man/ice_snow_man1.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster/ice_snow_monster/ice_snow_monster1.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster/ice_snow_monster/ice_snow_monster1.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster/ice_snow_monster/ice_snow_monster1.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster/ice_snow_monster/ice_snow_monster1.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/fire_ghost/fire_ghost1.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/fire_ghost/fire_ghost1.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/fire_ghost/fire_ghost1.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/fire_ghost/fire_ghost1.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/fire_king/fire_king1.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/fire_king/fire_king1.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/fire_king/fire_king1.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/fire_king/fire_king1.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/fire_knight/fire_knight1.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/fire_knight/fire_knight1.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/fire_knight/fire_knight1.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/fire_knight/fire_knight1.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/fire_man/fire_man1.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/fire_man/fire_man1.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/fire_man/fire_man1.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/fire_man/fire_man1.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/fire_tiger_boss/fire_tiger_boss1.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/fire_tiger_boss/fire_tiger_boss1.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/fire_tiger_boss/fire_tiger_boss1.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/fire_tiger_boss/fire_tiger_boss1.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/back_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/back_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/back_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/back_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/back_damage1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/back_damage1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/back_damage1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/back_damage1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/back_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/back_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/back_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/back_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/firegolem_boss.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/firegolem_boss.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/firegolem_boss.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/firegolem_boss.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/front_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/front_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/front_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/front_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/front_damage1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/front_damage1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/front_damage1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/front_damage1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/front_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/front_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/front_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/front_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/front_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/front_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/front_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/front_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/motlist.txt rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/motlist.txt diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/normal_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/normal_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/normal_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/normal_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/normal_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/normal_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/normal_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/normal_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/run.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/run.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/run.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/run.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/special_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/special_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/special_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/special_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/special_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/special_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/special_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/special_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/wait1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/wait1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/wait1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/wait2.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/wait2.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/wait2.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/walk.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/walk.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_boss/walk.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_boss/walk.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/back_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/back_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/back_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/back_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/back_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/back_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/back_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/back_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/firegolem_general.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/firegolem_general.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/firegolem_general.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/firegolem_general.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/front_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/front_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/front_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/front_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/front_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/front_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/front_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/front_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/front_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/front_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/front_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/front_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/motlist.txt rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/motlist.txt diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/normal_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/normal_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/normal_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/normal_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/normal_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/normal_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/normal_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/normal_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/run.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/run.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/run.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/run.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/wait1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/wait1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/wait1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/walk.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/walk.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_general/walk.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_general/walk.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/back_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/back_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/back_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/back_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/back_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/back_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/back_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/back_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/back_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/back_standup.msa new file mode 100644 index 00000000..b09cd0a9 --- /dev/null +++ b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/back_standup.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/monster2/firegolem_magician/back_standup.GR2" +MotionDuration 1.500000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/firegolem_magician.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/firegolem_magician.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/firegolem_magician.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/firegolem_magician.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/front_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/front_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/front_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/front_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/front_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/front_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/front_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/front_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/front_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/front_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/front_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/front_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/motlist.txt rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/motlist.txt diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/normal_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/normal_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/normal_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/normal_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/normal_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/normal_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/normal_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/normal_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/run.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/run.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/run.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/run.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/wait1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/wait1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/wait1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/walk.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/walk.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_magician/walk.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_magician/walk.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/back_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/back_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/back_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/back_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/back_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/back_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/back_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/back_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/firegolem_soldier.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/firegolem_soldier.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/firegolem_soldier.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/firegolem_soldier.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/front_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/front_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/front_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/front_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/front_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/front_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/front_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/front_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/front_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/front_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/front_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/front_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/motlist.txt rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/motlist.txt diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/normal_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/normal_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/normal_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/normal_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/normal_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/normal_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/normal_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/normal_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/run.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/run.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/run.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/run.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/wait1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/wait1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/wait1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/walk.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/walk.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/firegolem_soldier/walk.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/firegolem_soldier/walk.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/back_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/back_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/back_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/back_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/back_damage1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/back_damage1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/back_damage1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/back_damage1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/back_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/back_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/back_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/back_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/back_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/back_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/back_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/back_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/front_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/front_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/front_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/front_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/front_damage1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/front_damage1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/front_damage1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/front_damage1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/front_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/front_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/front_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/front_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/front_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/front_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/front_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/front_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/hanma_boss.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/hanma_boss.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/hanma_boss.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/hanma_boss.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/motlist.txt rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/motlist.txt diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/normal_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/normal_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/normal_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/normal_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/normal_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/normal_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/normal_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/normal_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/run.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/run.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/run.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/run.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/special_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/special_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/special_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/special_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/special_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/special_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/special_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/special_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/wait1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/wait1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/wait1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/wait2.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/wait2.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/wait2.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/walk.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/walk.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/hanma_boss/walk.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/hanma_boss/walk.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/back_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/back_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/back_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/back_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/back_damage1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/back_damage1.msa new file mode 100644 index 00000000..e7456b55 --- /dev/null +++ b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/back_damage1.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/monster2/firegolem_boss/Back_Damage1.GR2" +MotionDuration 1.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/back_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/back_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/back_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/back_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/front_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/front_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/front_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/front_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/front_damage1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/front_damage1.msa new file mode 100644 index 00000000..94fac048 --- /dev/null +++ b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/front_damage1.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/monster2/firegolem_boss/Front_Damage1.GR2" +MotionDuration 1.000000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/front_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/front_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/front_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/front_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/front_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/front_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/front_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/front_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/icegolem_boss.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/icegolem_boss.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/icegolem_boss.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/icegolem_boss.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/motlist.txt rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/motlist.txt diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/normal_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/normal_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/normal_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/normal_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/normal_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/normal_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/normal_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/normal_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/run.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/run.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/run.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/run.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/special_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/special_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/special_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/special_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/special_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/special_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/special_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/special_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/wait1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/wait1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/wait1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/wait2.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/wait2.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/wait2.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/walk.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/walk.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_boss/walk.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_boss/walk.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/back_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/back_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/back_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/back_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/back_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/back_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/back_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/back_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/front_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/front_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/front_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/front_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/front_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/front_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/front_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/front_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/front_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/front_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/front_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/front_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/icegolem_general.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/icegolem_general.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/icegolem_general.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/icegolem_general.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/motlist.txt rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/motlist.txt diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/normal_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/normal_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/normal_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/normal_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/normal_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/normal_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/normal_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/normal_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/run.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/run.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/run.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/run.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/wait1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/wait1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/wait1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/walk.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/walk.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_general/walk.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_general/walk.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/back_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/back_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/back_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/back_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/back_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/back_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/back_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/back_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/back_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/back_standup.msa new file mode 100644 index 00000000..b09cd0a9 --- /dev/null +++ b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/back_standup.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/monster2/firegolem_magician/back_standup.GR2" +MotionDuration 1.500000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/front_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/front_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/front_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/front_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/front_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/front_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/front_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/front_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/front_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/front_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/front_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/front_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/icegolem_magician.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/icegolem_magician.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/icegolem_magician.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/icegolem_magician.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/motlist.txt rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/motlist.txt diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/normal_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/normal_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/normal_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/normal_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/normal_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/normal_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/normal_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/normal_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/run.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/run.msa new file mode 100644 index 00000000..6378c8f3 --- /dev/null +++ b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/run.msa @@ -0,0 +1,5 @@ +ScriptType MotionData + +MotionFileName "d:\ymir work\monster2\firegolem_magician\run.GR2" +MotionDuration 1.0 +Accumulation 0.00 -310.21 0.00 diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/wait1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/wait1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/wait1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/walk.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/walk.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_magician/walk.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_magician/walk.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/back_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/back_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/back_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/back_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/back_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/back_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/back_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/back_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/front_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/front_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/front_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/front_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/front_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/front_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/front_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/front_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/front_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/front_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/front_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/front_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/icegolem_soldier.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/icegolem_soldier.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/icegolem_soldier.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/icegolem_soldier.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/motlist.txt rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/motlist.txt diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/normal_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/normal_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/normal_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/normal_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/normal_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/normal_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/normal_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/normal_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/run.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/run.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/run.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/run.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/wait1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/wait1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/wait1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/walk.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/walk.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/icegolem_soldier/walk.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/icegolem_soldier/walk.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/back_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/back_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/back_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/back_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/back_damage1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/back_damage1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/back_damage1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/back_damage1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/back_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/back_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/back_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/back_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/back_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/back_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/back_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/back_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/front_damage.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/front_damage.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/front_damage.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/front_damage.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/front_damage1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/front_damage1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/front_damage1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/front_damage1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/front_knockdown.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/front_knockdown.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/front_knockdown.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/front_knockdown.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/front_standup.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/front_standup.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/front_standup.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/front_standup.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/motlist.txt rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/motlist.txt diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/normal_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/normal_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/normal_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/normal_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/normal_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/normal_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/normal_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/normal_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/run.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/run.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/run.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/run.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/special_attack.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/special_attack.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/special_attack.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/special_attack.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/special_attack1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/special_attack1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/special_attack1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/special_attack1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/wait1.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/wait1.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/wait1.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/wait2.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/wait2.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/wait2.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/walk.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/walk.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/walk.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/walk.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/yamachun_boss.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/yamachun_boss.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/monster2/yamachun_boss/yamachun_boss.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/monster2/yamachun_boss/yamachun_boss.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_bridge_block_chain/bridge_block_chain.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_bridge_block_chain/bridge_block_chain.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_bridge_block_chain/bridge_block_chain.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_bridge_block_chain/bridge_block_chain.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_bridge_block_chain/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_bridge_block_chain/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_bridge_block_chain/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_bridge_block_chain/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_door_npc/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_bridge_block_chain/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_door_npc/motlist.txt rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_bridge_block_chain/motlist.txt diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_bridge_block_chain/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_bridge_block_chain/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_bridge_block_chain/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_bridge_block_chain/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_door_npc/flame_door_npc.mdatr b/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_door_npc/flame_door_npc.mdatr similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_door_npc/flame_door_npc.mdatr rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_door_npc/flame_door_npc.mdatr diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_door_npc/flame_door_npc.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_door_npc/flame_door_npc.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_door_npc/flame_door_npc.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_door_npc/flame_door_npc.msm diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_door_npc/front_dead.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_door_npc/front_dead.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_door_npc/front_dead.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_door_npc/front_dead.msa diff --git a/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_door_npc/motlist.txt b/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_door_npc/motlist.txt new file mode 100644 index 00000000..23807c53 --- /dev/null +++ b/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_door_npc/motlist.txt @@ -0,0 +1,3 @@ +GENERAL WAIT wait.msa 100 +GENERAL FRONT_DEAD front_dead.msa 100 +GENERAL BACK_DEAD front_dead.msa 100 \ No newline at end of file diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_door_npc/wait.msa b/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_door_npc/wait.msa similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_door_npc/wait.msa rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_door_npc/wait.msa diff --git a/bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_dungeon_npc/flame_npc.msm b/bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_dungeon_npc/flame_npc.msm similarity index 100% rename from bin/pack/metin2_patch_w21_mobs/ymir work/npc2/flame_dungeon_npc/flame_npc.msm rename to bin/pack/metin2_patch_w21_mobs_m/ymir work/npc2/flame_dungeon_npc/flame_npc.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item3.mse b/bin/pack/metin2_patch_xmas/ymir work/effect/etc/buff/buff_item3.mse similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item3.mse rename to bin/pack/metin2_patch_xmas/ymir work/effect/etc/buff/buff_item3.mse diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/happy_ring1.dds b/bin/pack/metin2_patch_xmas/ymir work/effect/etc/buff/happy_ring1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/happy_ring1.dds rename to bin/pack/metin2_patch_xmas/ymir work/effect/etc/buff/happy_ring1.dds diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc/bear/horse3_member.msm b/bin/pack/metin2_patch_xmas/ymir work/npc/bear/bear.msm similarity index 100% rename from bin/pack/metin2_patch_xmas/ymir work/npc/bear/horse3_member.msm rename to bin/pack/metin2_patch_xmas/ymir work/npc/bear/bear.msm diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc/bear/horse3_normal.msm b/bin/pack/metin2_patch_xmas/ymir work/npc/bear/horse3_normal.msm deleted file mode 100644 index 0c516f1c..00000000 --- a/bin/pack/metin2_patch_xmas/ymir work/npc/bear/horse3_normal.msm +++ /dev/null @@ -1,49 +0,0 @@ -ScriptType RaceDataScript - -BaseModelFileName "D:\Ymir Work\npc\bear\bear.GR2" - -Group ShapeData -{ - PathName "" - ShapeDataCount 0 -} -Group AttachingData -{ - AttachingDataCount 2 - - Group AttachingData00 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 1 - - SphereDataCount 1 - Group SphereData00 - { - Radius 88.000000 - Position 0.000000 -25.000000 50.000000 - } - } - - Group AttachingData01 - { - AttachingDataType 1 - - isAttaching 0 - AttachingModelIndex 0 - AttachingBoneName "Bip01" - - CollisionType 3 - - SphereDataCount 1 - Group SphereData00 - { - Radius 127.000000 - Position 0.000000 -25.000000 50.000000 - } - } -} diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/bear_young1.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/bear_young1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/bear_young1.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/bear_young1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/bear_young1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/bear_young1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/bear_young1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/bear_young1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/bear_young1.msm b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/bear_young1.msm similarity index 93% rename from bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/bear_young1.msm rename to bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/bear_young1.msm index cc1ca521..02bfd028 100644 --- a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/bear_young1.msm +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/bear_young1.msm @@ -1,6 +1,6 @@ ScriptType RaceDataScript -BaseModelFileName "d:\ymir work\npc2\panda_young1\panda_young1.gr2" +BaseModelFileName "D:\Ymir Work\npc2\Bear_young1\Bear_young1.GR2" Group ShapeData { diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/motlist.txt b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/motlist.txt rename to bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/motlist.txt diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/run.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/run.gr2 new file mode 100644 index 00000000..7eca19ff Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/run.gr2 differ diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/run.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/run.msa new file mode 100644 index 00000000..85a538bb --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/run.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/Bear_young1/Run.GR2" +MotionDuration 0.600000 +Accumulation 0.00 -300.00 0.00 + diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait.gr2 new file mode 100644 index 00000000..475d798a Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait.gr2 differ diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait.msa new file mode 100644 index 00000000..6a6505b9 --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/Bear_young1/Wait.GR2" +MotionDuration 1.333333 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait1.gr2 new file mode 100644 index 00000000..2de545ca Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait1.gr2 differ diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait1.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait1.msa new file mode 100644 index 00000000..697c41d6 --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait1.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/Bear_young1/Wait1.GR2" +MotionDuration 2.766667 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait2.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait2.gr2 new file mode 100644 index 00000000..c02b401c Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait2.gr2 differ diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait2.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait2.msa new file mode 100644 index 00000000..23b7636d --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/wait2.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/Bear_young1/Wait2.GR2" +MotionDuration 3.500000 +Accumulation 0.00 0.00 0.00 + diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/walk.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/walk.gr2 new file mode 100644 index 00000000..71274a1c Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/walk.gr2 differ diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/walk.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/walk.msa new file mode 100644 index 00000000..03f3b2a4 --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/bear_young1/walk.msa @@ -0,0 +1,6 @@ +ScriptType MotionData + +MotionFileName "D:/Ymir Work/npc2/Bear_young1/Walk.GR2" +MotionDuration 0.800000 +Accumulation 0.00 -100.57 0.00 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1.msm b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1.msm similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1.msm rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_black.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1_black.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_black.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1_black.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_blue.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1_blue.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_blue.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1_blue.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_gold.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1_gold.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_gold.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1_gold.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_white.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1_white.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/dog_young1_white.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/dog_young1_white.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/motlist.txt b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/motlist.txt rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/motlist.txt diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/run.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/run.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/run.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/run.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/run.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/run.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/run.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/run.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait1.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait1.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait1.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait2.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait2.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait2.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait2.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait2.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/wait2.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/wait2.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/walk.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/walk.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/walk.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/walk.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/walk.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/walk.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/dog_young1/walk.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/dog_young1/walk.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1.msm b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1.msm similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1.msm rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_black.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1_black.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_black.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1_black.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_blue.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1_blue.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_blue.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1_blue.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_gold.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1_gold.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_gold.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1_gold.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_white.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1_white.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/lion_young1_white.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/lion_young1_white.dds diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/motlist.txt b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/motlist.txt new file mode 100644 index 00000000..a9f2721c --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/motlist.txt @@ -0,0 +1,6 @@ +GENERAL WAIT wait.msa 60 +GENERAL WAIT1 wait1.msa 20 +GENERAL WAIT2 wait2.msa 20 +GENERAL WALK walk.msa 100 +GENERAL RUN run.msa 100 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/run.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/run.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/run.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/run.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/run.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/run.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/run.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/run.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait1.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait1.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait1.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait2.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait2.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait2.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait2.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait2.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/wait2.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/wait2.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/walk.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/walk.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/walk.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/walk.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/walk.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/walk.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/lion_young1/walk.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/lion_young1/walk.msa diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/motlist.txt b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/motlist.txt new file mode 100644 index 00000000..a9f2721c --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/motlist.txt @@ -0,0 +1,6 @@ +GENERAL WAIT wait.msa 60 +GENERAL WAIT1 wait1.msa 20 +GENERAL WAIT2 wait2.msa 20 +GENERAL WALK walk.msa 100 +GENERAL RUN run.msa 100 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/panda_young1.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/panda_young1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/panda_young1.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/panda_young1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/panda_young1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/panda_young1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/panda_young1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/panda_young1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/panda_young1.msm b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/panda_young1.msm similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/panda_young1.msm rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/panda_young1.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/run.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/run.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/run.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/run.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/run.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/run.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/run.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/run.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait1.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait1.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait1.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait2.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait2.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/wait2.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait2.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait2.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/wait2.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/wait2.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/walk.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/walk.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/bear_young1/walk.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/walk.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/walk.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/walk.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/panda_young1/walk.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/panda_young1/walk.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/motlist.txt b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/motlist.txt rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/motlist.txt diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/phoenix1.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/phoenix1.dds new file mode 100644 index 00000000..0d6f275a Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/phoenix1.dds differ diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/phoenix1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/phoenix1.gr2 new file mode 100644 index 00000000..f3649c29 Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/phoenix1.gr2 differ diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/phoenix1.msm b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/phoenix1.msm new file mode 100644 index 00000000..d7040ed1 --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/phoenix1.msm @@ -0,0 +1,49 @@ +ScriptType RaceDataScript + +BaseModelFileName "D:\Ymir Work\npc2\phoenix1\phoenix1.GR2" + +Group ShapeData +{ + PathName "" + ShapeDataCount 0 +} +Group AttachingData +{ + AttachingDataCount 2 + + Group AttachingData00 + { + AttachingDataType 1 + + isAttaching 0 + AttachingModelIndex 0 + AttachingBoneName "horse_bip01" + + CollisionType 1 + + SphereDataCount 1 + Group SphereData00 + { + Radius 40.000000 + Position 0.000000 0.000000 0.000000 + } + } + + Group AttachingData01 + { + AttachingDataType 1 + + isAttaching 0 + AttachingModelIndex 0 + AttachingBoneName "horse_bip01" + + CollisionType 3 + + SphereDataCount 1 + Group SphereData00 + { + Radius 50.000000 + Position 0.000000 0.000000 0.000000 + } + } +} diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/run.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/run.gr2 new file mode 100644 index 00000000..1bc5db99 Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/run.gr2 differ diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/run.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/run.msa new file mode 100644 index 00000000..375271d5 --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/run.msa @@ -0,0 +1,5 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\npc2\phoenix1\run.GR2" +MotionDuration 0.666666 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait.gr2 diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait.msa new file mode 100644 index 00000000..597ba473 --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait.msa @@ -0,0 +1,5 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\npc2\phoenix1\wait.GR2" +MotionDuration 1.666666 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait1.gr2 diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait1.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait1.msa new file mode 100644 index 00000000..7999c6bc --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait1.msa @@ -0,0 +1,5 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\npc2\phoenix1\wait1.GR2" +MotionDuration 3.266666 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait2.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait2.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait2.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait2.gr2 diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait2.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait2.msa new file mode 100644 index 00000000..eb250963 --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/wait2.msa @@ -0,0 +1,5 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\npc2\phoenix1\wait2.GR2" +MotionDuration 3.833333 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/walk.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/walk.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/walk.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/walk.gr2 diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/walk.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/walk.msa new file mode 100644 index 00000000..19c03398 --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix1/walk.msa @@ -0,0 +1,5 @@ +ScriptType MotionData + +MotionFileName "D:\Ymir Work\npc2\phoenix1\walk.GR2" +MotionDuration 0.800000 + diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/motlist.txt b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/motlist.txt new file mode 100644 index 00000000..cd6e9e0e --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/motlist.txt @@ -0,0 +1,6 @@ +GENERAL WAIT wait.msa 90 +GENERAL WAIT1 wait1.msa 9 +GENERAL WAIT2 wait2.msa 1 +GENERAL WALK walk.msa 100 +GENERAL RUN run.msa 100 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/phoenix2.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/phoenix2.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/phoenix2.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/phoenix2.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/phoenix2.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/phoenix2.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/phoenix2.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/phoenix2.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/phoenix2.msm b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/phoenix2.msm similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/phoenix2.msm rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/phoenix2.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/run.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/run.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/run.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/run.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/run.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/run.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/run.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/run.msa diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait.gr2 new file mode 100644 index 00000000..d117bffa Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait.gr2 differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait.msa diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait1.gr2 new file mode 100644 index 00000000..221894fb Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait1.gr2 differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait1.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait1.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait1.msa diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait2.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait2.gr2 new file mode 100644 index 00000000..e450c502 Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait2.gr2 differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait2.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/wait2.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/wait2.msa diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/walk.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/walk.gr2 new file mode 100644 index 00000000..c0507b2a Binary files /dev/null and b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/walk.gr2 differ diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/walk.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/walk.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/phoenix2/walk.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/phoenix2/walk.msa diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/motlist.txt b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/motlist.txt new file mode 100644 index 00000000..a9f2721c --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/motlist.txt @@ -0,0 +1,6 @@ +GENERAL WAIT wait.msa 60 +GENERAL WAIT1 wait1.msa 20 +GENERAL WAIT2 wait2.msa 20 +GENERAL WALK walk.msa 100 +GENERAL RUN run.msa 100 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1.msm b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1.msm similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1.msm rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_black.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1_black.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_black.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1_black.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_blue.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1_blue.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_blue.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1_blue.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_gold.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1_gold.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_gold.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1_gold.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_white.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1_white.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/pig_young1_white.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/pig_young1_white.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/run.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/run.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/run.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/run.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/run.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/run.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/run.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/run.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait1.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait1.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait1.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait2.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait2.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait2.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait2.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait2.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/wait2.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/wait2.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/walk.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/walk.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/walk.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/walk.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/walk.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/walk.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/pig_young1/walk.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/pig_young1/walk.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/motlist.txt b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/motlist.txt similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/motlist.txt rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/motlist.txt diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/reindeer_young1.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/reindeer_young1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/reindeer_young1.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/reindeer_young1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/reindeer_young1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/reindeer_young1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/reindeer_young1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/reindeer_young1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/reindeer_young1.msm b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/reindeer_young1.msm similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/reindeer_young1.msm rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/reindeer_young1.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/reindeer_young1_christmas1.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/reindeer_young1_christmas1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/reindeer_young1_christmas1.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/reindeer_young1_christmas1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/reindeer_young1_christmas1.msm b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/reindeer_young1_christmas1.msm similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/reindeer_young1_christmas1.msm rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/reindeer_young1_christmas1.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/run.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/run.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/run.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/run.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/run.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/run.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/run.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/run.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait1.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait1.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait1.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait2.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait2.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait2.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait2.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait2.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/wait2.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/wait2.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/walk.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/walk.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/walk.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/walk.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/walk.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/walk.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/reindeer_young/walk.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/reindeer_young/walk.msa diff --git a/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/motlist.txt b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/motlist.txt new file mode 100644 index 00000000..a9f2721c --- /dev/null +++ b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/motlist.txt @@ -0,0 +1,6 @@ +GENERAL WAIT wait.msa 60 +GENERAL WAIT1 wait1.msa 20 +GENERAL WAIT2 wait2.msa 20 +GENERAL WALK walk.msa 100 +GENERAL RUN run.msa 100 + diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/run.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/run.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/run.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/run.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/run.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/run.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/run.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/run.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1.msm b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1.msm similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1.msm rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1.msm diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_black.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1_black.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_black.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1_black.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_blue.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1_blue.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_blue.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1_blue.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_gold.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1_gold.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_gold.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1_gold.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_white.dds b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1_white.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/tiger_young1_white.dds rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/tiger_young1_white.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait1.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait1.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait1.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait1.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait1.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait1.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait1.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait1.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait2.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait2.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait2.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait2.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait2.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait2.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/wait2.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/wait2.msa diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/walk.gr2 b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/walk.gr2 similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/walk.gr2 rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/walk.gr2 diff --git a/bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/walk.msa b/bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/walk.msa similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/npc2/tiger_young1/walk.msa rename to bin/pack/metin2_patch_xmas/ymir work/npc2/tiger_young1/walk.msa diff --git a/bin/pack/outdoort1/metin2_map_t1/002001/minimap.dds b/bin/pack/outdoort1/metin2_map_t1/002001/minimap.dds index e69de29b..cf19c1e1 100644 Binary files a/bin/pack/outdoort1/metin2_map_t1/002001/minimap.dds and b/bin/pack/outdoort1/metin2_map_t1/002001/minimap.dds differ diff --git a/bin/pack/patch1/ymir work/zone/oxevent/ox_tile03.dds b/bin/pack/patch1/ymir work/zone/oxevent/ox_tile03.dds index e69de29b..a2a066e5 100644 Binary files a/bin/pack/patch1/ymir work/zone/oxevent/ox_tile03.dds and b/bin/pack/patch1/ymir work/zone/oxevent/ox_tile03.dds differ diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item1.mde b/bin/pack/patch2/ymir work/effect/etc/buff/buff_item1.mde similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item1.mde rename to bin/pack/patch2/ymir work/effect/etc/buff/buff_item1.mde diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item1.mse b/bin/pack/patch2/ymir work/effect/etc/buff/buff_item1.mse similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/buff_item1.mse rename to bin/pack/patch2/ymir work/effect/etc/buff/buff_item1.mse diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/item_buff1.dds b/bin/pack/patch2/ymir work/effect/etc/buff/item_buff1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/item_buff1.dds rename to bin/pack/patch2/ymir work/effect/etc/buff/item_buff1.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/light010.dds b/bin/pack/patch2/ymir work/effect/etc/buff/light010.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/light010.dds rename to bin/pack/patch2/ymir work/effect/etc/buff/light010.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/light012.dds b/bin/pack/patch2/ymir work/effect/etc/buff/light012.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/light012.dds rename to bin/pack/patch2/ymir work/effect/etc/buff/light012.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/light017.dds b/bin/pack/patch2/ymir work/effect/etc/buff/light017.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/light017.dds rename to bin/pack/patch2/ymir work/effect/etc/buff/light017.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/light616.dds b/bin/pack/patch2/ymir work/effect/etc/buff/light616.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/light616.dds rename to bin/pack/patch2/ymir work/effect/etc/buff/light616.dds diff --git a/bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/ring1.dds b/bin/pack/patch2/ymir work/effect/etc/buff/ring1.dds similarity index 100% rename from bin/pack/metin2_patch_pets/ymir work/effect/etc/buff/ring1.dds rename to bin/pack/patch2/ymir work/effect/etc/buff/ring1.dds diff --git a/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-2.mse b/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-2.mse index 0cafba5b..814944f1 100644 --- a/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-2.mse +++ b/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-2.mse @@ -128,4 +128,4 @@ Group Particle "aura1.dds" } } -} \ No newline at end of file +} diff --git a/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-3.mse b/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-3.mse deleted file mode 100644 index 1aec4794..00000000 --- a/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-3.mse +++ /dev/null @@ -1,259 +0,0 @@ -BoundingSphereRadius 150.000000 -BoundingSpherePosition 0.000000 0.000000 130.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -20.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 12 - - CycleLength 0.500000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 23.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.001000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 2.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 2.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 20.000000 - } - List TimeEventLifeTime - { - 0.000000 0.800000 - } - List TimeEventSizeX - { - 0.008571 60.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 2 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 90 - RotationRandomStartingEnd 90 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.400000 0.800000 - 1.000000 0.600000 - } - List TimeEventScaleY - { - 0.000000 0.700000 - 1.000000 1.400000 - } - List TimeEventColorRed - { - 0.000000 0.835294 - } - List TimeEventColorGreen - { - 0.000000 0.835294 - } - List TimeEventColorBlue - { - 0.000000 0.835294 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.300000 0.700000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "aura2.dds" - } - } -} -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 180.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 6 - - CycleLength 0.500000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - } - List TimeEventEmittingAngularVelocity - { - 0.000000 2.500000 - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 2.500000 - 0.500000 7.500000 - } - List TimeEventEmittingVelocity - { - 0.000000 2.000000 - 0.400000 9.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 6.000000 - } - List TimeEventLifeTime - { - 0.000000 1.500000 - } - List TimeEventSizeX - { - 0.000000 30.000000 - 0.500000 15.000000 - } - List TimeEventSizeY - { - 0.000000 30.000000 - 0.500000 15.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 1.000000 0.100000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 1.000000 0.100000 - } - List TimeEventColorRed - { - 0.000000 0.600000 - 0.300000 0.200000 - 1.000000 0.100000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - 0.500000 0.500000 - 1.500000 0.300000 - } - List TimeEventColorBlue - { - 0.000000 0.500000 - 0.500000 1.000000 - } - List TimeEventAlpha - { - 0.000000 1.000000 - 0.900000 0.900000 - 1.500000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "water1.dds" - } - } -} \ No newline at end of file diff --git a/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-4.mse b/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-4.mse deleted file mode 100644 index 151a5fb2..00000000 --- a/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-4.mse +++ /dev/null @@ -1,530 +0,0 @@ -BoundingSphereRadius 150.000000 -BoundingSpherePosition 0.000000 0.000000 130.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -20.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 12 - - CycleLength 0.500000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 23.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.001000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 2.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 2.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 20.000000 - } - List TimeEventLifeTime - { - 0.000000 0.800000 - } - List TimeEventSizeX - { - 0.008571 60.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 2 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 90 - RotationRandomStartingEnd 90 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.400000 0.800000 - 1.000000 0.600000 - } - List TimeEventScaleY - { - 0.000000 0.700000 - 1.000000 1.400000 - } - List TimeEventColorRed - { - 0.000000 0.835294 - } - List TimeEventColorGreen - { - 0.000000 0.835294 - } - List TimeEventColorBlue - { - 0.000000 0.835294 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.300000 0.700000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "aura2.dds" - } - } -} -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 180.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 6 - - CycleLength 0.500000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - } - List TimeEventEmittingAngularVelocity - { - 0.000000 2.500000 - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 2.500000 - 0.500000 7.500000 - } - List TimeEventEmittingVelocity - { - 0.000000 2.000000 - 0.400000 9.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 6.000000 - } - List TimeEventLifeTime - { - 0.000000 1.500000 - } - List TimeEventSizeX - { - 0.000000 30.000000 - 0.500000 15.000000 - } - List TimeEventSizeY - { - 0.000000 30.000000 - 0.500000 15.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 1.000000 0.100000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 1.000000 0.100000 - } - List TimeEventColorRed - { - 0.000000 0.600000 - 0.300000 0.200000 - 1.000000 0.100000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - 0.500000 0.500000 - 1.500000 0.300000 - } - List TimeEventColorBlue - { - 0.000000 0.500000 - 0.500000 1.000000 - } - List TimeEventAlpha - { - 0.000000 1.000000 - 0.900000 0.900000 - 1.500000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "water1.dds" - } - } -} -BoundingSphereRadius 80.000000 -BoundingSpherePosition 0.000000 0.000000 0.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 40.000000 - 0.408000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -10.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 15 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 2 - EmitterAdvancedType 1 - EmittingSize 40.000000 40.000000 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.030000 0.010000 0.700000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 3.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.011429 -38.659794 - } - List TimeEventEmittingDirectionZ - { - 0.000000 0.000000 - } - List TimeEventEmittingVelocity - { - 0.002857 0.200000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 40.000000 - } - List TimeEventLifeTime - { - 0.000000 0.500000 - } - List TimeEventSizeX - { - 0.002857 20.000000 - } - List TimeEventSizeY - { - 0.008571 44.329895 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 1 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.072165 - 0.400000 0.216495 - 0.988571 0.000000 - } - List TimeEventScaleY - { - 0.000000 0.092784 - } - List TimeEventColorRed - { - 0.000000 0.835294 - } - List TimeEventColorGreen - { - 0.000000 0.835294 - } - List TimeEventColorBlue - { - 0.000000 0.835294 - } - List TimeEventAlpha - { - 0.000000 1.000000 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "orange_cure copy.jpg" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 20 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 2 - EmitterAdvancedType 0 - EmittingSize 40.000000 40.000000 110.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 0.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 0.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 30.000000 - } - List TimeEventLifeTime - { - 0.000000 0.300000 - } - List TimeEventSizeX - { - 0.000000 40.000000 - } - List TimeEventSizeY - { - 0.000000 50.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 90 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.050000 - 0.200000 0.200000 - 0.382857 0.050000 - 0.588571 0.200000 - 0.788571 0.050000 - 0.977143 0.200000 - } - List TimeEventScaleY - { - 0.000000 0.050000 - 0.211429 0.100000 - 0.388571 0.050000 - 0.611429 0.100000 - 0.800000 0.050000 - 0.971429 0.100000 - } - List TimeEventColorRed - { - 0.287179 0.752941 - 0.338462 0.972549 - 0.497436 1.000000 - 0.543590 0.737255 - } - List TimeEventColorGreen - { - 0.287179 0.345098 - 0.338462 0.984314 - 0.497436 1.000000 - 0.543590 0.384314 - } - List TimeEventColorBlue - { - 0.287179 0.062745 - 0.338462 0.984314 - 0.497436 1.000000 - 0.543590 0.054902 - } - List TimeEventAlpha - { - 0.000000 1.000000 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "gwi_geom_spark copy.jpg" - } - } -} diff --git a/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-5.mse b/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-5.mse deleted file mode 100644 index aa436213..00000000 --- a/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-5.mse +++ /dev/null @@ -1,536 +0,0 @@ -BoundingSphereRadius 150.000000 -BoundingSpherePosition 0.000000 0.000000 130.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -20.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 12 - - CycleLength 0.500000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 23.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.001000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 2.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 2.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 20.000000 - } - List TimeEventLifeTime - { - 0.000000 0.800000 - } - List TimeEventSizeX - { - 0.008571 60.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 2 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 90 - RotationRandomStartingEnd 90 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.400000 0.800000 - 1.000000 0.600000 - } - List TimeEventScaleY - { - 0.000000 0.700000 - 1.000000 1.400000 - } - List TimeEventColorRed - { - 0.000000 0.835294 - } - List TimeEventColorGreen - { - 0.000000 0.835294 - } - List TimeEventColorBlue - { - 0.000000 0.835294 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.300000 0.700000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "aura2.dds" - } - } -} -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 180.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 6 - - CycleLength 0.500000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - } - List TimeEventEmittingAngularVelocity - { - 0.000000 2.500000 - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 2.500000 - 0.500000 7.500000 - } - List TimeEventEmittingVelocity - { - 0.000000 2.000000 - 0.400000 9.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 6.000000 - } - List TimeEventLifeTime - { - 0.000000 1.500000 - } - List TimeEventSizeX - { - 0.000000 30.000000 - 0.500000 15.000000 - } - List TimeEventSizeY - { - 0.000000 30.000000 - 0.500000 15.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 1.000000 0.100000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 1.000000 0.100000 - } - List TimeEventColorRed - { - 0.000000 0.600000 - 0.300000 0.200000 - 1.000000 0.100000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - 0.500000 0.500000 - 1.500000 0.300000 - } - List TimeEventColorBlue - { - 0.000000 0.500000 - 0.500000 1.000000 - } - List TimeEventAlpha - { - 0.000000 1.000000 - 0.900000 0.900000 - 1.500000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "water1.dds" - } - } -} -BoundingSphereRadius 80.000000 -BoundingSpherePosition 0.000000 0.000000 0.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 20 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 2 - EmitterAdvancedType 0 - EmittingSize 40.000000 40.000000 110.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 0.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 0.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 30.000000 - } - List TimeEventLifeTime - { - 0.000000 0.300000 - } - List TimeEventSizeX - { - 0.000000 40.000000 - } - List TimeEventSizeY - { - 0.000000 50.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 90 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.029000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.050000 - 0.200000 0.200000 - 0.382857 0.050000 - 0.588571 0.200000 - 0.788571 0.050000 - 0.977143 0.200000 - } - List TimeEventScaleY - { - 0.000000 0.050000 - 0.211429 0.100000 - 0.388571 0.050000 - 0.611429 0.100000 - 0.800000 0.050000 - 0.971429 0.100000 - } - List TimeEventColorRed - { - 0.256410 0.058824 - 0.312821 0.972549 - 0.553846 0.976471 - 0.617949 0.003922 - } - List TimeEventColorGreen - { - 0.256410 0.819608 - 0.312821 0.988235 - 0.553846 0.976471 - 0.617949 0.831373 - } - List TimeEventColorBlue - { - 0.256410 0.811765 - 0.312821 0.988235 - 0.553846 0.996078 - 0.617949 0.831373 - } - List TimeEventAlpha - { - 0.000000 1.000000 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "gwi_geom_spark copy.jpg" - } - } -} -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 40.000000 - 0.408000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -20.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 5 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 2 - EmitterAdvancedType 1 - EmittingSize 35.000000 35.000000 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.030000 0.010000 0.700000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 3.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.011429 -38.659794 - } - List TimeEventEmittingDirectionZ - { - 0.000000 0.000000 - } - List TimeEventEmittingVelocity - { - 0.002857 0.200000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 25.000000 - } - List TimeEventLifeTime - { - 0.005714 0.257732 - } - List TimeEventSizeX - { - 0.002857 20.000000 - } - List TimeEventSizeY - { - 0.008571 44.329895 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 1 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.072165 - 0.400000 0.216495 - 0.988571 0.000000 - } - List TimeEventScaleY - { - 0.000000 0.092784 - } - List TimeEventColorRed - { - 0.000000 0.980392 - 0.384615 0.066667 - 0.769231 0.066667 - } - List TimeEventColorGreen - { - 0.000000 0.988235 - 0.384615 0.756863 - 0.769231 0.623529 - } - List TimeEventColorBlue - { - 0.000000 0.980392 - 0.384615 0.772549 - 0.769231 0.066667 - } - List TimeEventAlpha - { - 0.000000 1.000000 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "orange_cure copy.jpg" - } - } -} \ No newline at end of file diff --git a/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-6.mse b/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-6.mse deleted file mode 100644 index 5c3753f2..00000000 --- a/bin/pack/patch2/ymir work/pc/common/effect/armor/armor-4-2-6.mse +++ /dev/null @@ -1,395 +0,0 @@ -BoundingSphereRadius 150.000000 -BoundingSpherePosition 0.000000 0.000000 130.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -20.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 12 - - CycleLength 0.500000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 23.000000 - EmitterEmitFromEdgeFlag 0 - EmittingDirection 0.000000 0.000000 0.001000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 2.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 2.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 20.000000 - } - List TimeEventLifeTime - { - 0.000000 0.800000 - } - List TimeEventSizeX - { - 0.008571 60.000000 - } - List TimeEventSizeY - { - 0.000000 100.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 2 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 90 - RotationRandomStartingEnd 90 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.400000 0.800000 - 1.000000 0.600000 - } - List TimeEventScaleY - { - 0.000000 0.700000 - 1.000000 1.400000 - } - List TimeEventColorRed - { - 0.000000 0.835294 - } - List TimeEventColorGreen - { - 0.000000 0.835294 - } - List TimeEventColorBlue - { - 0.000000 0.835294 - } - List TimeEventAlpha - { - 0.000000 0.200000 - 0.300000 0.700000 - 1.000000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "aura2.dds" - } - } -} -BoundingSphereRadius 200.000000 -BoundingSpherePosition 0.000000 0.000000 180.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 -40.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 6 - - CycleLength 0.500000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 3 - EmitterAdvancedType 0 - EmittingRadius 60.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - } - List TimeEventEmittingAngularVelocity - { - 0.000000 2.500000 - } - List TimeEventEmittingDirectionX - { - } - List TimeEventEmittingDirectionY - { - } - List TimeEventEmittingDirectionZ - { - 0.000000 2.500000 - 0.500000 7.500000 - } - List TimeEventEmittingVelocity - { - 0.000000 2.000000 - 0.400000 9.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 6.000000 - } - List TimeEventLifeTime - { - 0.000000 1.500000 - } - List TimeEventSizeX - { - 0.000000 30.000000 - 0.500000 15.000000 - } - List TimeEventSizeY - { - 0.000000 30.000000 - 0.500000 15.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 0 - RotationRandomStartingEnd 0 - - AttachEnable 0 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.000000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.000000 0.200000 - 1.000000 0.100000 - } - List TimeEventScaleY - { - 0.000000 0.200000 - 1.000000 0.100000 - } - List TimeEventColorRed - { - 0.000000 0.600000 - 0.300000 0.200000 - 1.000000 0.100000 - } - List TimeEventColorGreen - { - 0.000000 1.000000 - 0.500000 0.500000 - 1.500000 0.300000 - } - List TimeEventColorBlue - { - 0.000000 0.500000 - 0.500000 1.000000 - } - List TimeEventAlpha - { - 0.000000 1.000000 - 0.900000 0.900000 - 1.500000 0.000000 - } - List TimeEventRotation - { - } - List TextureFiles - { - "water1.dds" - } - } -} -BoundingSphereRadius 60.000000 -BoundingSpherePosition 0.000000 0.000000 0.000000 - -Group Particle -{ - StartTime 0.000000 - List TimeEventPosition - { - 0.000000 "MOVING_TYPE_DIRECT" 0.000000 0.000000 0.000000 - } - - Group EmitterProperty - { - MaxEmissionCount 20 - - CycleLength 1.000000 - CycleLoopEnable 1 - LoopCount 0 - - EmitterShape 2 - EmitterAdvancedType 0 - EmittingSize 40.000000 40.000000 110.000000 - EmitterEmitFromEdgeFlag 1 - EmittingDirection 0.000000 0.000000 0.000000 - - List TimeEventEmittingSize - { - 0.000000 0.000000 - } - List TimeEventEmittingAngularVelocity - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionX - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionY - { - 0.000000 0.000000 - } - List TimeEventEmittingDirectionZ - { - 0.000000 0.000000 - } - List TimeEventEmittingVelocity - { - 0.000000 0.000000 - } - List TimeEventEmissionCountPerSecond - { - 0.000000 25.000000 - } - List TimeEventLifeTime - { - 0.000000 0.300000 - } - List TimeEventSizeX - { - 0.000000 64.000000 - } - List TimeEventSizeY - { - 0.000000 64.000000 - } - } - - Group ParticleProperty - { - SrcBlendType 5 - DestBlendType 2 - ColorOperationType 4 - BillboardType 1 - RotationType 0 - RotationSpeed 0.000000 - RotationRandomStartingBegin 90 - RotationRandomStartingEnd 0 - - AttachEnable 1 - StretchEnable 0 - - TexAniType 0 - TexAniDelay 0.030000 - TexAniRandomStartFrameEnable 0 - - List TimeEventGravity - { - } - List TimeEventAirResistance - { - } - List TimeEventScaleX - { - 0.011429 0.051546 - 0.480000 0.200000 - 0.971429 0.051546 - } - List TimeEventScaleY - { - 0.005714 0.051546 - 0.485714 0.100000 - 0.982857 0.051546 - } - List TimeEventColorRed - { - 0.092308 0.741176 - 0.156410 0.996078 - 0.238462 0.043137 - } - List TimeEventColorGreen - { - 0.092308 0.203922 - 0.156410 0.996078 - 0.238462 0.090196 - } - List TimeEventColorBlue - { - 0.092308 0.752941 - 0.156410 1.000000 - 0.238462 0.450980 - } - List TimeEventAlpha - { - 0.000000 1.000000 - 1.000000 0.000000 - } - List TimeEventRotation - { - 0.000000 0.000000 - } - List TextureFiles - { - "gwi_geom_spark copy.jpg" - } - } -} \ No newline at end of file diff --git a/bin/pack/patch2/ymir work/pc/common/effect/armor/aura2.dds b/bin/pack/patch2/ymir work/pc/common/effect/armor/aura2.dds deleted file mode 100644 index 53a34ae4..00000000 Binary files a/bin/pack/patch2/ymir work/pc/common/effect/armor/aura2.dds and /dev/null differ diff --git a/bin/pack/patch2/ymir work/pc/common/effect/armor/aura3.dds b/bin/pack/patch2/ymir work/pc/common/effect/armor/aura3.dds deleted file mode 100644 index b56ea8de..00000000 Binary files a/bin/pack/patch2/ymir work/pc/common/effect/armor/aura3.dds and /dev/null differ diff --git a/bin/pack/patch2/ymir work/pc/sura/sura_4-2.dds b/bin/pack/patch2/ymir work/pc/sura/sura_4-2.dds index bcb8c9f6..e3568b8a 100644 Binary files a/bin/pack/patch2/ymir work/pc/sura/sura_4-2.dds and b/bin/pack/patch2/ymir work/pc/sura/sura_4-2.dds differ diff --git a/bin/pack/root/assassin_m.msm b/bin/pack/root/assassin_m.msm index c2171cf0..b345e107 100644 --- a/bin/pack/root/assassin_m.msm +++ b/bin/pack/root/assassin_m.msm @@ -7,7 +7,7 @@ Group HairData { PathName "d:/ymir Work/pc2/assassin/" - HairDataCount 56 + HairDataCount 61 Group HairData00 { HairIndex 0 @@ -401,13 +401,49 @@ Group HairData SourceSkin "hair/hair_34_1.dds" TargetSkin "hair/hair_34_1.dds" } + Group HairData56 + { + HairIndex 5061 + Model "hair/hair_35_1.gr2" + SourceSkin "hair/hair_35_1.dds" + TargetSkin "hair/hair_35_1.dds" + } + Group HairData57 + { + HairIndex 5063 + Model "hair/hair_37_1.gr2" + SourceSkin "hair/hair_37_1.dds" + TargetSkin "hair/hair_37_1.dds" + } + Group HairData58 + { + HairIndex 5064 + Model "hair/hair_36_1.gr2" + SourceSkin "hair/hair_36_1.dds" + TargetSkin "hair/hair_36_1.dds" + } + Group HairData59 + { + HairIndex 5065 + Model "hair/hair_38_1.gr2" + SourceSkin "hair/hair_38_1.dds" + TargetSkin "hair/hair_38_1.dds" + } + + Group HairData60 + { + HairIndex 5022 + Model "hair/hair_12_1.gr2" + SourceSkin "hair/hair_12_1.dds" + TargetSkin "hair/hair_12_1.dds" + } } Group ShapeData { PathName "d:/ymir Work/pc2/assassin/" - ShapeDataCount 112 + ShapeDataCount 146 Group ShapeData00 { @@ -938,7 +974,7 @@ Group ShapeData Group ShapeData73 { ShapeIndex 40073 - Model "a0ssasin_soccer1_Germany.GR2" + Model "assasin_soccer1_Germany.GR2" SourceSkin "assasin_soccer1_Germany.dds" TargetSkin "assassin_UEFA04.dds" } @@ -1208,6 +1244,248 @@ Group ShapeData SourceSkin "assassin_halloween2.dds" TargetSkin "assassin_halloween2.dds" } + Group ShapeData112 + { + + ShapeIndex 40118 + Model "assassin_assasin1.GR2" + SourceSkin "assassin_assasin1.dds" + TargetSkin "assassin_assassin3 .dds" + } + + Group ShapeData113 + { + + ShapeIndex 40060 + Model "assasin_capoeira1.GR2" + SourceSkin "assasin_capoeira1.dds" + TargetSkin "assasin_capoeira1.dds" + } + Group ShapeData114 + { + ShapeIndex 40120 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC01.dds" + } + Group ShapeData115 + { + ShapeIndex 40122 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC02.dds" + } + Group ShapeData116 + { + ShapeIndex 40124 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC03.dds" + } + Group ShapeData117 + { + ShapeIndex 40126 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC04.dds" + } + Group ShapeData118 + { + ShapeIndex 40128 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC05.dds" + } + Group ShapeData119 + { + ShapeIndex 40130 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC06.dds" + } + Group ShapeData120 + { + ShapeIndex 40132 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC07.dds" + } + Group ShapeData121 + { + ShapeIndex 40134 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC08.dds" + } + Group ShapeData122 + { + ShapeIndex 40136 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC09.dds" + } + Group ShapeData123 + { + ShapeIndex 40138 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC10.dds" + } + Group ShapeData124 + { + ShapeIndex 40140 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC11.dds" + } + Group ShapeData125 + { + ShapeIndex 40142 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC12.dds" + } + Group ShapeData126 + { + ShapeIndex 40144 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC13.dds" + } + Group ShapeData127 + { + ShapeIndex 40146 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC14.dds" + } + Group ShapeData128 + { + ShapeIndex 40148 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC15.dds" + } + Group ShapeData129 + { + ShapeIndex 40150 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC16.dds" + } + Group ShapeData130 + { + ShapeIndex 40152 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC17.dds" + } + Group ShapeData131 + { + ShapeIndex 40154 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC18.dds" + } + Group ShapeData132 + { + ShapeIndex 40156 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC19.dds" + } + Group ShapeData133 + { + ShapeIndex 40158 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC20.dds" + } + Group ShapeData134 + { + ShapeIndex 40160 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC21.dds" + } + Group ShapeData135 + { + ShapeIndex 40162 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC22.dds" + } + Group ShapeData136 + { + ShapeIndex 40164 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC23.dds" + } + Group ShapeData137 + { + ShapeIndex 40166 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC24.dds" + } + Group ShapeData138 + { + ShapeIndex 40168 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC25.dds" + } + Group ShapeData139 + { + ShapeIndex 40170 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC26.dds" + } + Group ShapeData140 + { + ShapeIndex 40172 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC27.dds" + } + Group ShapeData141 + { + ShapeIndex 40174 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC28.dds" + } + Group ShapeData142 + { + ShapeIndex 40176 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC29.dds" + } + Group ShapeData143 + { + ShapeIndex 40178 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC30.dds" + } + Group ShapeData144 + { + ShapeIndex 40180 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC31.dds" + } + Group ShapeData145 + { + ShapeIndex 40182 + Model "assasin_soccer1_Germany.GR2" + SourceSkin "assasin_soccer1_Germany.dds" + TargetSkin "assassin_WC32.dds" + } + } Group AttachingData diff --git a/bin/pack/root/assassin_w.msm b/bin/pack/root/assassin_w.msm index 9ab1c2ef..e3d1a344 100644 --- a/bin/pack/root/assassin_w.msm +++ b/bin/pack/root/assassin_w.msm @@ -7,7 +7,7 @@ Group HairData { PathName "d:/ymir Work/pc/assassin/" - HairDataCount 70 + HairDataCount 75 Group HairData00 { HairIndex 0 @@ -499,13 +499,49 @@ Group HairData SourceSkin "hair/hair_34_1.dds" TargetSkin "hair/hair_34_1.dds" } + Group HairData70 + { + HairIndex 5062 + Model "hair/hair_35_1.gr2" + SourceSkin "hair/hair_35_1.dds" + TargetSkin "hair/hair_35_1.dds" + } + Group HairData71 + { + HairIndex 5063 + Model "hair/hair_37_1.gr2" + SourceSkin "hair/hair_37_1.dds" + TargetSkin "hair/hair_37_1.dds" + } + Group HairData72 + { + HairIndex 5064 + Model "hair/hair_36_1.gr2" + SourceSkin "hair/hair_36_1.dds" + TargetSkin "hair/hair_36_1.dds" + } + Group HairData73 + { + HairIndex 5065 + Model "hair/hair_38_1.gr2" + SourceSkin "hair/hair_38_1.dds" + TargetSkin "hair/hair_38_1.dds" + } + Group HairData74 + { + HairIndex 5022 + Model "hair/hair_12_1.gr2" + SourceSkin "hair/hair_12_1.dds" + TargetSkin "hair/hair_12_1.dds" + } + } Group ShapeData { PathName "d:/ymir Work/pc/assassin/" - ShapeDataCount 112 + ShapeDataCount 146 Group ShapeData00 { @@ -1308,6 +1344,245 @@ Group ShapeData SourceSkin "assassin_halloween2.dds" TargetSkin "assassin_halloween2.dds" } + Group ShapeData112 + { + ShapeIndex 40119 + Model "assassin_assasin1.gr2" + SourceSkin "assassin_assasin1.dds" + TargetSkin "assassin_assassin3.dds" + } + Group ShapeData113 + { + ShapeIndex 40060 + Model "assasin_capoeira1.GR2" + SourceSkin "assasin_capoeira1.dds" + TargetSkin "assasin_capoeira1.dds" + } + Group ShapeData114 + { + ShapeIndex 40121 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC01.dds" + } + Group ShapeData115 + { + ShapeIndex 40123 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC02.dds" + } + Group ShapeData116 + { + ShapeIndex 40125 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC03.dds" + } + Group ShapeData117 + { + ShapeIndex 40127 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC04.dds" + } + Group ShapeData118 + { + ShapeIndex 40129 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC05.dds" + } + Group ShapeData119 + { + ShapeIndex 40131 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC06.dds" + } + Group ShapeData120 + { + ShapeIndex 40133 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC07.dds" + } + Group ShapeData121 + { + ShapeIndex 40135 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC08.dds" + } + Group ShapeData122 + { + ShapeIndex 40137 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC09.dds" + } + Group ShapeData123 + { + ShapeIndex 40139 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC10.dds" + } + Group ShapeData124 + { + ShapeIndex 40141 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC11.dds" + } + Group ShapeData125 + { + ShapeIndex 40143 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC12.dds" + } + Group ShapeData126 + { + ShapeIndex 40145 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC13.dds" + } + Group ShapeData127 + { + ShapeIndex 40147 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC14.dds" + } + Group ShapeData128 + { + ShapeIndex 40149 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC15.dds" + } + Group ShapeData129 + { + ShapeIndex 40151 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC16.dds" + } + Group ShapeData130 + { + ShapeIndex 40153 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC17.dds" + } + Group ShapeData131 + { + ShapeIndex 40155 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC18.dds" + } + Group ShapeData132 + { + ShapeIndex 40157 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC19.dds" + } + Group ShapeData133 + { + ShapeIndex 40159 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC20.dds" + } + Group ShapeData134 + { + ShapeIndex 40161 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC21.dds" + } + Group ShapeData135 + { + ShapeIndex 40163 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC22.dds" + } + Group ShapeData136 + { + ShapeIndex 40165 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC23.dds" + } + Group ShapeData137 + { + ShapeIndex 40167 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC24.dds" + } + Group ShapeData138 + { + ShapeIndex 40169 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC25.dds" + } + Group ShapeData139 + { + ShapeIndex 40171 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC26.dds" + } + Group ShapeData140 + { + ShapeIndex 40173 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC27.dds" + } + Group ShapeData141 + { + ShapeIndex 40175 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC28.dds" + } + Group ShapeData142 + { + ShapeIndex 40177 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC29.dds" + } + Group ShapeData143 + { + ShapeIndex 40179 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC30.dds" + } + Group ShapeData144 + { + ShapeIndex 40181 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC31.dds" + } + Group ShapeData145 + { + ShapeIndex 40183 + Model "assassin_soccer1_Germany.GR2" + SourceSkin "assassin_soccer1_Germany.dds" + TargetSkin "assassin_WC32.dds" + } + } Group AttachingData diff --git a/bin/pack/root/atlasinfo.txt b/bin/pack/root/atlasinfo.txt index b92d3c27..d33f65d9 100644 --- a/bin/pack/root/atlasinfo.txt +++ b/bin/pack/root/atlasinfo.txt @@ -8,7 +8,7 @@ metin2_map_b1 0 102400 4 5 metin2_map_b3 102400 204800 4 4 metin2_map_c1 921600 204800 4 5 metin2_map_c3 819200 204800 4 4 -metin2_map_deviltower1 128000 793600 3 3 +metin2_map_deviltower1 204800 665600 3 3 metin2_map_milgyo 537600 51200 4 4 metin2_map_n_desert_01 204800 486400 6 6 metin2_map_n_flame_01 588800 614400 6 6 diff --git a/bin/pack/root/consolemodule.py b/bin/pack/root/consolemodule.py index dcbac365..8e8968f0 100644 --- a/bin/pack/root/consolemodule.py +++ b/bin/pack/root/consolemodule.py @@ -55,7 +55,7 @@ class Console(object): def ReloadLocale(self): "Reload Locale" - reload(locale) + reload(localeInfo) reload(uiScriptLocale) self.Print("RELOAD LOCALE") diff --git a/bin/pack/root/constinfo.py b/bin/pack/root/constinfo.py index 045e940d..187fb7d7 100644 --- a/bin/pack/root/constinfo.py +++ b/bin/pack/root/constinfo.py @@ -1,76 +1,3 @@ -import item -########Anti Exp Button by Sanii########## -#ANTI_EXP = 0 -#ANTI_EXP_STATE = 0 -########################################## - -########################################## -## BONISWITCHER ENTRIES -########################################## -#SWITCHER_COUNT = 5 -#OPTION_FILE_NAME = "config.inf" -#ATTR_BONI_LIST = ["Keiner", "Max. TP", "Max. MP", "Vitalitt", "Intelligenz", "Strke", "Beweglichkeit", "Angriffsgeschwindigkeit", "Bewegungsgeschwindigkeit", - #"Zaubergeschwindigkeit", "Lebensregeneration", "Manaregeneration", "Vergiftungschance", "Ohnmachtschance", "Verlangsamungschance", - #"Chance auf krit. Treffer", "Chance auf durchbohrenden Treffer", "Schaden gegen Halbmenschen", "Schaden gegen Tiere", "Schaden gegen Orks", - #"Schaden gegen Esoterische", "Schaden gegen Untote", "Schaden gegen Teufel", "Schaden wird von TP absorbiert", "Schaden wird von MP absorbiert", - #"Chance auf Manaraub", "Chance, MP bei Treffer zurckzuerhalten", "Chance, Nahkampf-Angriff abzublocken", "Chance, Pfeilangriff auszuweichen", - #"Schwertverteidigung", "Zweihnderverteidigung", "Dolchverteidigung", "Glockenverteidigung", "Fcherverteidigung", "Pfeilwiderstand", - #"Feuerwiderstand", "Blitzwiderstand", "Magiewiderstand", "Windwiderstand", "Chance, Nahkampftreffer zu reflektieren", - #"Chance, Fluch zu reflektieren", "Giftwiderstand", "Chance, MP wiederherzustellen", "Chance auf EXP-Bonus", - #"Chance, eine doppelte Menge Yang fallen zu lassen", "Chance, eine doppelte Menge von Gegenstnden fallen zu lassen", "Trank Effektzuwachs", - #"Chance, TP wiederherzustellen", "Abwehr gegen Ohnmacht", "Abwehr gegen Verlangsamung", "Immun gegen Strzen", "SKILL", "Bogenreichweite", - #"Angriffswert", "Verteidigung", "Magieangriffswert", "Magieverteidigung", "-", "Max. Ausdauer", "Schaden gegen Krieger", - #"Schaden gegen Ninjas", "Schaden gegen Suras", "Schaden gegen Schamanen", "Schaden gegen Monster", "-", "-", "-", "-", "-", "-", "-", - #"Fertigkeitsschaden", "Durchschn. Schaden"] -#ITEM_LIST_WEAPON_ADDON = [189, 199, 299, 3169, 3219, 5119, 5129, 7169, 2159, 2179, 1139, 1179, 469, 479, 9919, 5349, 7379, 1349, 2379] -#BONI_LIST_NO_PLUS = [0, 48, 49, 50] -#BONI_LIST_NO_PERCENT = [0, 1, 2, 3, 4, 5, 6, 48, 49, 50, 52, 53, 54, 55, 56] -#BONI_LIST_NO_VALUE = [0, 48, 49, 50] -#def GetAttrText(attrtyp, attrval): - #attrtyp = int(attrtyp) - #attrval = int(attrval) - #attrtext = "" - #if BONI_LIST_NO_PLUS.count(attrtyp) == 0 and int(attrval) >= 0: - #attrtext = "+" - #if BONI_LIST_NO_VALUE.count(attrtyp) == 0: - #attrtext = attrtext + str(attrval) - #if BONI_LIST_NO_PERCENT.count(attrtyp) == 0: - #attrtext = attrtext + "%" - #if BONI_LIST_NO_VALUE.count(attrtyp) == 0: - #attrtext = attrtext + " " - #attrtext = attrtext + ATTR_BONI_LIST[attrtyp] - #return attrtext - -#ATTR_BONI_LIST = ["Keiner", "Max. TP", "Max. MP", "Vitalitt", "Intelligenz", "Strke", "Beweglichkeit", "Angriffsgeschwindigkeit", "Bewegungsgeschwindigkeit", - #"Zaubergeschwindigkeit", "Lebensregeneration", "Manaregeneration", "Vergiftungschance", "Ohnmachtschance", "Verlangsamungschance", - #"Chance auf krit. Treffer", "Chance auf durchbohrenden Treffer", "Schaden gegen Halbmenschen", "Schaden gegen Tiere", "Schaden gegen Orks", - #"Schaden gegen Esoterische", "Schaden gegen Untote", "Schaden gegen Teufel", "Schaden wird von TP absorbiert", "Schaden wird von MP absorbiert", - #"Chance auf Manaraub", "Chance, MP bei Treffer zurckzuerhalten", "Chance, Nahkampf-Angriff abzublocken", "Chance, Pfeilangriff auszuweichen", - #"Schwertverteidigung", "Zweihnderverteidigung", "Dolchverteidigung", "Glockenverteidigung", "Fcherverteidigung", "Pfeilwiderstand", - #"Feuerwiderstand", "Blitzwiderstand", "Magiewiderstand", "Windwiderstand", "Chance, Nahkampftreffer zu reflektieren", - #"Chance, Fluch zu reflektieren", "Giftwiderstand", "Chance, MP wiederherzustellen", "Chance auf EXP-Bonus", - #"Chance, eine doppelte Menge Yang fallen zu lassen", "Chance, eine doppelte Menge von Gegenstnden fallen zu lassen", "Trank Effektzuwachs", - #"Chance, TP wiederherzustellen", "Abwehr gegen Ohnmacht", "Abwehr gegen Verlangsamung", "Immun gegen Strzen", "SKILL", "Bogenreichweite", - #"Angriffswert", "Verteidigung", "Magieangriffswert", "Magieverteidigung", "-", "Max. Ausdauer", "Schaden gegen Krieger", - #"Schaden gegen Ninjas", "Schaden gegen Suras", "Schaden gegen Schamanen", "Schaden gegen Monster", "-", "-", "-", "-", "-", "-", "-", - #"Fertigkeitsschaden", "Durchschn. Schaden"] - -#BONI_LIST_MAX_VALUE = {1:2500, 2:80, 3:12, 4:12, 5:12, 6:12, 7:8, 8:20, 9:20, 10:30, 11:30, 12:8, 13:8, 14:8, 15:10, 16:10, 17:10, 18:20, 19:20, 20:20, 21:20, 22:20, 23:10, 24:10, 25:10, 27:15, 28:15, 29:15, 30:15, 31:15, 32:15, 33:15, 34:15, 35:15, 36:15, 37:15, 38:15, 39:10, 41:5, 43:20, 44:20, 45:20, 48:1, 49:1, 53:50, 59:10, 60:10, 61:10, 62:10, 78:10, 79:10, 80:10, 81:10} -#BONI_LIST_ARMOR = [1, 9, 23, 24, 29, 30, 31, 32, 33, 34, 37, 39, 53] -#BONI_LIST_SHIELD = [3, 4, 5, 6, 17, 18, 19, 20, 21, 22, 27, 39, 48, 49, 66, 68] -#BONI_LIST_BOOTS = [1, 7, 8, 13, 14, 15, 28, 29, 30, 31, 32, 33, 34, 66, 68] -#BONI_LIST_BRACELET = [1, 16, 17, 18, 19, 20, 21, 22, 23, 25, 37, 67] -#BONI_LIST_HELMET = [7, 10, 11, 12, 17, 18, 19, 20, 21, 22, 24, 28, 37] -#BONI_LIST_EARRINGS = [8, 17, 18, 19, 20, 21, 22, 25, 29, 30, 31, 32, 33, 34, 41, 67] -#BONI_LIST_WEAPON = [3, 4, 5, 6, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] -#BONI_LIST_NECKLACE = [1, 10, 11, 13, 15, 16, 24, 29, 30, 31, 32, 33, 34, 66, 68] -#BONI_LIST_WEAPON_ADDON = [3, 4, 5, 6, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 71, 72] -#BONI_SWITCHER_LOAD = TRUE -#BONI_SWITCHER_ACTIVE = [FALSE, FALSE, FALSE, FALSE, FALSE] -########################################## -## BONISWITCHER ENTRIES [END] -########################################## - # option IN_GAME_SHOP_ENABLE = 1 CONSOLE_ENABLE = 0 @@ -127,15 +54,15 @@ LOGIN_COUNT_LIMIT_ENABLE = 0 PVPMODE_PROTECTED_LEVEL = 15 TWO_HANDED_WEAPON_ATT_SPEED_DECREASE_VALUE = 10 -isItemDropQuestionDialog = 0 +isItemQuestionDialog = 0 -def GET_ITEM_DROP_QUESTION_DIALOG_STATUS(): - global isItemDropQuestionDialog - return isItemDropQuestionDialog +def GET_ITEM_QUESTION_DIALOG_STATUS(): + global isItemQuestionDialog + return isItemQuestionDialog -def SET_ITEM_DROP_QUESTION_DIALOG_STATUS(flag): - global isItemDropQuestionDialog - isItemDropQuestionDialog = flag +def SET_ITEM_QUESTION_DIALOG_STATUS(flag): + global isItemQuestionDialog + isItemQuestionDialog = flag import app import net @@ -281,8 +208,8 @@ def GET_ACCESSORY_MATERIAL_VNUM(vnum, subType): def GET_BELT_MATERIAL_VNUM(vnum, subType = 0): # Ʈ ϳ (#18900) return 18900 - - + +################################################################## ## ڵ (HP: #72723 ~ #72726, SP: #72727 ~ #72730) # ش vnum ڵΰ? @@ -310,39 +237,4 @@ def IS_AUTO_POTION_SP(itemVnum): return 1 return 0 -def WriteLineInFile(fname, linenum, s): - import os - farr = [] - if os.path.exists(fname): - f = open(fname, "r") - for line in f: - farr.append(line) - f.close() - while len(farr) < int(linenum): - farr.append("") - farr[int(linenum)-1] = str(s) - f = open(fname, "w") - for line in farr: - f.write(line) - if (len(line) > 0 and line[-1:] != "\n") or len(line) == 0: - f.write("\n") - f.close() - -def ReadLineInFile(fname, linenum): - import os - if not os.path.exists(fname): - return "" - f = open(fname, "r") - farr = [] - for line in f: - farr.append(line) - f.close() - if len(farr) >= int(linenum): - ret = farr[int(linenum)-1] - if ret[-1:] == "\n": - return ret[:-1] - else: - return ret - else: - return "" diff --git a/bin/pack/root/dragon_soul_refine_settings.py b/bin/pack/root/dragon_soul_refine_settings.py index e1588b62..9ee76a79 100644 --- a/bin/pack/root/dragon_soul_refine_settings.py +++ b/bin/pack/root/dragon_soul_refine_settings.py @@ -1,5 +1,6 @@ import item +# default_grade_need_count = [3, 3, 3, 3] default_grade_need_count = [15, 10, 5, 3] default_grade_fee = [30000, 50000, 70000, 100000] default_step_need_count = [4, 3, 2, 1] diff --git a/bin/pack/root/game.py b/bin/pack/root/game.py index c5adbb95..a0984063 100644 --- a/bin/pack/root/game.py +++ b/bin/pack/root/game.py @@ -40,6 +40,7 @@ import uiPrivateShopBuilder import mouseModule import consoleModule +import localeInfo import playerSettingModule import interfaceModule @@ -56,15 +57,15 @@ from _weakref import proxy # END_OF_TEXTTAIL_LIVINGTIME_CONTROL # SCREENSHOT_CWDSAVE -SCREENSHOT_CWDSAVE = FALSE +SCREENSHOT_CWDSAVE = False SCREENSHOT_DIR = None if localeInfo.IsEUROPE(): - SCREENSHOT_CWDSAVE = TRUE + SCREENSHOT_CWDSAVE = True if localeInfo.IsCIBN10(): - SCREENSHOT_CWDSAVE = FALSE - SCREENSHOT_DIR = "YT2W" + SCREENSHOT_CWDSAVE = False + SCREENSHOT_DIR = "YT2W" cameraDistance = 1550.0 cameraPitch = 27.0 @@ -82,7 +83,6 @@ class GameWindow(ui.ScriptWindow): self.quickSlotPageIndex = 0 self.lastPKModeSendedTime = 0 - self.LastBoniSwitcherId = 0 self.pressNumber = None self.guildWarQuestionDialog = None @@ -92,18 +92,10 @@ class GameWindow(ui.ScriptWindow): self.mapNameShower = None self.affectShower = None self.playerGauge = None - self.boniSwitcherWnd = [] - constInfo.BONI_SWITCHER_LOAD = FALSE - #import uiBoniSwitcher - #for i in xrange(constInfo.SWITCHER_COUNT): - #self.boniSwitcherWnd.append(uiBoniSwitcher.BoniSwitcherDialog(i)) - #self.boniSwitcherWnd[i].SetChangeBonusSwitcherEvent(self.__BoniSwitcherShow) - #self.boniSwitcherWnd[i].GAMESetBoniSwitcherCheckEvent(self.__BoniSwitcherCheckEvent) self.stream=stream self.interface = interfaceModule.Interface() self.interface.MakeInterface() - self.interface.SetOpenBoniSwitcherEvent(self.__BoniSwitcherShow) self.interface.ShowDefaultWindows() self.curtain = uiPhaseCurtain.PhaseCurtain() @@ -124,6 +116,9 @@ class GameWindow(ui.ScriptWindow): self.playerGauge = uiPlayerGauge.PlayerGauge(self) self.playerGauge.Hide() + + #wj 2014.1.2. ESCŰ 켱 DropQuestionDialog . ó itemDropQuestionDialog Ǿ ʾ ERROR ߻Ͽ init ÿ ʱȭ Ŵ. + self.itemDropQuestionDialog = None self.__SetQuickSlotMode() @@ -143,11 +138,11 @@ class GameWindow(ui.ScriptWindow): self.quickSlotPageIndex = 0 self.PickingCharacterIndex = -1 self.PickingItemIndex = -1 - self.consoleEnable = FALSE - self.isShowDebugInfo = FALSE - self.ShowNameFlag = FALSE + self.consoleEnable = False + self.isShowDebugInfo = False + self.ShowNameFlag = False - self.enableXMasBoom = FALSE + self.enableXMasBoom = False self.startTimeXMasBoom = 0.0 self.indexXMasBoom = 0 @@ -201,6 +196,8 @@ class GameWindow(ui.ScriptWindow): exchange.InitTrading() # END_OF_UNKNOWN_UPDATE + if debugInfo.IsDebugMode(): + self.ToggleDebugInfo() ## Sound snd.SetMusicVolume(systemSetting.GetMusicVolume()*net.GetFieldMusicVolume()) @@ -306,11 +303,6 @@ class GameWindow(ui.ScriptWindow): self.interface.Close() self.interface=None - for i in xrange(len(self.boniSwitcherWnd)): - if self.boniSwitcherWnd[i]: - self.boniSwitcherWnd[i].Destroy() - self.boniSwitcherWnd[i] = None - player.ClearSkillDict() player.ResetCameraRotation() @@ -339,7 +331,6 @@ class GameWindow(ui.ScriptWindow): onPressKeyDict[app.DIK_F2] = lambda : self.__PressQuickSlot(5) onPressKeyDict[app.DIK_F3] = lambda : self.__PressQuickSlot(6) onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7) - onPressKeyDict[app.DIK_F5] = lambda : self.BINARY_DragonSoulGiveQuilification()#packen onPressKeyDict[app.DIK_LALT] = lambda : self.ShowName() onPressKeyDict[app.DIK_LCONTROL] = lambda : self.ShowMouseImage() @@ -727,12 +718,12 @@ class GameWindow(ui.ScriptWindow): net.SendAnswerMakeGuildPacket(guildName) self.guildNameBoard.Close() self.guildNameBoard = None - return TRUE + return True def CancelGuildName(self): self.guildNameBoard.Close() self.guildNameBoard = None - return TRUE + return True ## Refine def PopupMessage(self, msg): @@ -970,8 +961,8 @@ class GameWindow(ui.ScriptWindow): def RecvPartyInviteQuestion(self, leaderVID, leaderName): partyInviteQuestionDialog = uiCommon.QuestionDialog() partyInviteQuestionDialog.SetText(leaderName + localeInfo.PARTY_DO_YOU_JOIN) - partyInviteQuestionDialog.SetAcceptEvent(lambda arg=TRUE: self.AnswerPartyInvite(arg)) - partyInviteQuestionDialog.SetCancelEvent(lambda arg=FALSE: self.AnswerPartyInvite(arg)) + partyInviteQuestionDialog.SetAcceptEvent(lambda arg=True: self.AnswerPartyInvite(arg)) + partyInviteQuestionDialog.SetCancelEvent(lambda arg=False: self.AnswerPartyInvite(arg)) partyInviteQuestionDialog.Open() partyInviteQuestionDialog.partyLeaderVID = leaderVID self.partyInviteQuestionDialog = partyInviteQuestionDialog @@ -985,7 +976,7 @@ class GameWindow(ui.ScriptWindow): distance = player.GetCharacterDistance(partyLeaderVID) if distance < 0.0 or distance > 5000: - answer = FALSE + answer = False net.SendPartyInviteAnswerPacket(partyLeaderVID, answer) @@ -1033,18 +1024,18 @@ class GameWindow(ui.ScriptWindow): name = self.messengerAddFriendQuestion.name net.SendChatPacket("/messenger_auth y " + name) self.OnCloseAddFriendQuestionDialog() - return TRUE + return True def OnDenyAddFriend(self): name = self.messengerAddFriendQuestion.name net.SendChatPacket("/messenger_auth n " + name) self.OnCloseAddFriendQuestionDialog() - return TRUE + return True def OnCloseAddFriendQuestionDialog(self): self.messengerAddFriendQuestion.Close() self.messengerAddFriendQuestion = None - return TRUE + return True ## SafeBox def OpenSafeboxWindow(self, size): @@ -1068,8 +1059,8 @@ class GameWindow(ui.ScriptWindow): def RecvGuildInviteQuestion(self, guildID, guildName): guildInviteQuestionDialog = uiCommon.QuestionDialog() guildInviteQuestionDialog.SetText(guildName + localeInfo.GUILD_DO_YOU_JOIN) - guildInviteQuestionDialog.SetAcceptEvent(lambda arg=TRUE: self.AnswerGuildInvite(arg)) - guildInviteQuestionDialog.SetCancelEvent(lambda arg=FALSE: self.AnswerGuildInvite(arg)) + guildInviteQuestionDialog.SetAcceptEvent(lambda arg=True: self.AnswerGuildInvite(arg)) + guildInviteQuestionDialog.SetCancelEvent(lambda arg=False: self.AnswerGuildInvite(arg)) guildInviteQuestionDialog.Open() guildInviteQuestionDialog.guildID = guildID self.guildInviteQuestionDialog = guildInviteQuestionDialog @@ -1106,8 +1097,8 @@ class GameWindow(ui.ScriptWindow): ## Keyboard Functions def CheckFocus(self): - if FALSE == self.IsFocus(): - if TRUE == self.interface.IsOpenChat(): + if False == self.IsFocus(): + if True == self.interface.IsOpenChat(): self.interface.ToggleChat() self.SetFocus() @@ -1137,10 +1128,12 @@ class GameWindow(ui.ScriptWindow): chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.SCREENSHOT_SAVE_FAILURE) def ShowConsole(self): - pass + if debugInfo.IsDebugMode() or True == self.consoleEnable: + player.EndKeyWalkingImmediately() + self.console.OpenWindow() def ShowName(self): - self.ShowNameFlag = TRUE + self.ShowNameFlag = True self.playerGauge.EnableShowAlways() player.SetQuickPage(self.quickSlotPageIndex+1) @@ -1148,16 +1141,16 @@ class GameWindow(ui.ScriptWindow): def __IsShowName(self): if systemSetting.IsAlwaysShowName(): - return TRUE + return True if self.ShowNameFlag: - return TRUE + return True - return FALSE + return False # END_OF_ADD_ALWAYS_SHOW_NAME def HideName(self): - self.ShowNameFlag = FALSE + self.ShowNameFlag = False self.playerGauge.DisableShowAlways() player.SetQuickPage(self.quickSlotPageIndex) @@ -1168,34 +1161,34 @@ class GameWindow(ui.ScriptWindow): self.interface.HideMouseImage() def StartAttack(self): - player.SetAttackKeyState(TRUE) + player.SetAttackKeyState(True) def EndAttack(self): - player.SetAttackKeyState(FALSE) + player.SetAttackKeyState(False) def MoveUp(self): - player.SetSingleDIKKeyState(app.DIK_UP, TRUE) + player.SetSingleDIKKeyState(app.DIK_UP, True) def MoveDown(self): - player.SetSingleDIKKeyState(app.DIK_DOWN, TRUE) + player.SetSingleDIKKeyState(app.DIK_DOWN, True) def MoveLeft(self): - player.SetSingleDIKKeyState(app.DIK_LEFT, TRUE) + player.SetSingleDIKKeyState(app.DIK_LEFT, True) def MoveRight(self): - player.SetSingleDIKKeyState(app.DIK_RIGHT, TRUE) + player.SetSingleDIKKeyState(app.DIK_RIGHT, True) def StopUp(self): - player.SetSingleDIKKeyState(app.DIK_UP, FALSE) + player.SetSingleDIKKeyState(app.DIK_UP, False) def StopDown(self): - player.SetSingleDIKKeyState(app.DIK_DOWN, FALSE) + player.SetSingleDIKKeyState(app.DIK_DOWN, False) def StopLeft(self): - player.SetSingleDIKKeyState(app.DIK_LEFT, FALSE) + player.SetSingleDIKKeyState(app.DIK_LEFT, False) def StopRight(self): - player.SetSingleDIKKeyState(app.DIK_RIGHT, FALSE) + player.SetSingleDIKKeyState(app.DIK_RIGHT, False) def PickUpItem(self): player.PickCloseItem() @@ -1208,7 +1201,9 @@ class GameWindow(ui.ScriptWindow): if self.interface.wndWeb and self.interface.wndWeb.IsShow(): return - constInfo.SET_ITEM_DROP_QUESTION_DIALOG_STATUS(0) + if key == app.DIK_ESC: + self.RequestDropItem(False) + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(0) try: self.onPressKeyDict[key]() @@ -1217,7 +1212,7 @@ class GameWindow(ui.ScriptWindow): except: raise - return TRUE + return True def OnKeyUp(self, key): try: @@ -1227,7 +1222,7 @@ class GameWindow(ui.ScriptWindow): except: raise - return TRUE + return True def OnMouseLeftButtonDown(self): if self.interface.BUILD_OnMouseLeftButtonDown(): @@ -1243,7 +1238,7 @@ class GameWindow(ui.ScriptWindow): self.CheckFocus() player.SetMouseState(player.MBT_LEFT, player.MBS_PRESS); - return TRUE + return True def OnMouseLeftButtonUp(self): @@ -1288,13 +1283,13 @@ class GameWindow(ui.ScriptWindow): player.SetMouseState(player.MBT_LEFT, player.MBS_CLICK) #player.EndMouseWalking() - return TRUE + return True def __PutItem(self, attachedType, attachedItemIndex, attachedItemSlotPos, attachedItemCount, dstChrID): if player.SLOT_TYPE_INVENTORY == attachedType or player.SLOT_TYPE_DRAGON_SOUL_INVENTORY == attachedType: attachedInvenType = player.SlotTypeToInvenType(attachedType) - if TRUE == chr.HasInstance(self.PickingCharacterIndex) and player.GetMainCharacterIndex() != dstChrID: - if player.IsEquipmentSlot(attachedItemSlotPos): + if True == chr.HasInstance(self.PickingCharacterIndex) and player.GetMainCharacterIndex() != dstChrID: + if player.IsEquipmentSlot(attachedItemSlotPos) and player.SLOT_TYPE_DRAGON_SOUL_INVENTORY != attachedType: self.stream.popupWindow.Close() self.stream.popupWindow.Open(localeInfo.EXCHANGE_FAILURE_EQUIP_ITEM, 0, localeInfo.UI_OK) else: @@ -1307,7 +1302,7 @@ class GameWindow(ui.ScriptWindow): self.__DropItem(attachedType, attachedItemIndex, attachedItemSlotPos, attachedItemCount) def __PutMoney(self, attachedType, attachedMoney, dstChrID): - if TRUE == chr.HasInstance(dstChrID) and player.GetMainCharacterIndex() != dstChrID: + if True == chr.HasInstance(dstChrID) and player.GetMainCharacterIndex() != dstChrID: net.SendExchangeStartPacket(dstChrID) net.SendExchangeElkAddPacket(attachedMoney) else: @@ -1327,8 +1322,8 @@ class GameWindow(ui.ScriptWindow): itemDropQuestionDialog = uiCommon.QuestionDialog() itemDropQuestionDialog.SetText(localeInfo.DO_YOU_DROP_MONEY % (attachedMoney)) - itemDropQuestionDialog.SetAcceptEvent(lambda arg=TRUE: self.RequestDropItem(arg)) - itemDropQuestionDialog.SetCancelEvent(lambda arg=FALSE: self.RequestDropItem(arg)) + itemDropQuestionDialog.SetAcceptEvent(lambda arg=True: self.RequestDropItem(arg)) + itemDropQuestionDialog.SetCancelEvent(lambda arg=False: self.RequestDropItem(arg)) itemDropQuestionDialog.Open() itemDropQuestionDialog.dropType = attachedType itemDropQuestionDialog.dropCount = attachedMoney @@ -1359,15 +1354,15 @@ class GameWindow(ui.ScriptWindow): ## Dialog itemDropQuestionDialog = uiCommon.QuestionDialog() itemDropQuestionDialog.SetText(questionText) - itemDropQuestionDialog.SetAcceptEvent(lambda arg=TRUE: self.RequestDropItem(arg)) - itemDropQuestionDialog.SetCancelEvent(lambda arg=FALSE: self.RequestDropItem(arg)) + itemDropQuestionDialog.SetAcceptEvent(lambda arg=True: self.RequestDropItem(arg)) + itemDropQuestionDialog.SetCancelEvent(lambda arg=False: self.RequestDropItem(arg)) itemDropQuestionDialog.Open() itemDropQuestionDialog.dropType = attachedType itemDropQuestionDialog.dropNumber = attachedItemSlotPos itemDropQuestionDialog.dropCount = attachedItemCount self.itemDropQuestionDialog = itemDropQuestionDialog - constInfo.SET_ITEM_DROP_QUESTION_DIALOG_STATUS(1) + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(1) elif player.SLOT_TYPE_DRAGON_SOUL_INVENTORY == attachedType: dropItemIndex = player.GetItemIndex(player.DRAGON_SOUL_INVENTORY, attachedItemSlotPos) @@ -1380,15 +1375,15 @@ class GameWindow(ui.ScriptWindow): ## Dialog itemDropQuestionDialog = uiCommon.QuestionDialog() itemDropQuestionDialog.SetText(questionText) - itemDropQuestionDialog.SetAcceptEvent(lambda arg=TRUE: self.RequestDropItem(arg)) - itemDropQuestionDialog.SetCancelEvent(lambda arg=FALSE: self.RequestDropItem(arg)) + itemDropQuestionDialog.SetAcceptEvent(lambda arg=True: self.RequestDropItem(arg)) + itemDropQuestionDialog.SetCancelEvent(lambda arg=False: self.RequestDropItem(arg)) itemDropQuestionDialog.Open() itemDropQuestionDialog.dropType = attachedType itemDropQuestionDialog.dropNumber = attachedItemSlotPos itemDropQuestionDialog.dropCount = attachedItemCount self.itemDropQuestionDialog = itemDropQuestionDialog - constInfo.SET_ITEM_DROP_QUESTION_DIALOG_STATUS(1) + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(1) def RequestDropItem(self, answer): if not self.itemDropQuestionDialog: @@ -1415,7 +1410,7 @@ class GameWindow(ui.ScriptWindow): self.itemDropQuestionDialog.Close() self.itemDropQuestionDialog = None - constInfo.SET_ITEM_DROP_QUESTION_DIALOG_STATUS(0) + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(0) # PRIVATESHOP_DISABLE_ITEM_DROP def __SendDropItemPacket(self, itemVNum, itemCount, itemInvenType = player.INVENTORY): @@ -1430,20 +1425,20 @@ class GameWindow(ui.ScriptWindow): self.CheckFocus() - if TRUE == mouseModule.mouseController.isAttached(): + if True == mouseModule.mouseController.isAttached(): mouseModule.mouseController.DeattachObject() else: player.SetMouseState(player.MBT_RIGHT, player.MBS_PRESS) - return TRUE + return True def OnMouseRightButtonUp(self): - if TRUE == mouseModule.mouseController.isAttached(): - return TRUE + if True == mouseModule.mouseController.isAttached(): + return True player.SetMouseState(player.MBT_RIGHT, player.MBS_CLICK) - return TRUE + return True def OnMouseMiddleButtonDown(self): player.SetMouseMiddleButtonState(player.MBS_PRESS) @@ -1465,11 +1460,7 @@ class GameWindow(ui.ScriptWindow): self.interface.BUILD_OnUpdate() - #for i in xrange(4+1): - #if self.boniSwitcherWnd[i]: - #if not self.boniSwitcherWnd[i].IsShow(): - #self.boniSwitcherWnd[i].OnUpdate() - + def UpdateDebugInfo(self): # # ij ǥ FPS @@ -1517,7 +1508,7 @@ class GameWindow(ui.ScriptWindow): ######################## textTail.UpdateAllTextTail() - if TRUE == wndMgr.IsPickedWindow(self.hWnd): + if True == wndMgr.IsPickedWindow(self.hWnd): self.PickingCharacterIndex = chr.Pick() @@ -1556,24 +1547,24 @@ class GameWindow(ui.ScriptWindow): if app.TARGET == app.GetCursor(): app.SetCursor(app.NORMAL) - elif TRUE == mouseModule.mouseController.isAttached(): + elif True == mouseModule.mouseController.isAttached(): mouseModule.mouseController.DeattachObject() else: self.interface.OpenSystemDialog() - return TRUE + return True def OnIMEReturn(self): if app.IsPressed(app.DIK_LSHIFT): self.interface.OpenWhisperDialogWithoutTarget() else: self.interface.ToggleChat() - return TRUE + return True def OnPressExitKey(self): self.interface.ToggleSystemDialog() - return TRUE + return True ## BINARY CALLBACK ###################################################################################### @@ -1596,8 +1587,8 @@ class GameWindow(ui.ScriptWindow): def BINARY_OnQuestConfirm(self, msg, timeout, pid): confirmDialog = uiCommon.QuestionDialogWithTimeLimit() confirmDialog.Open(msg, timeout) - confirmDialog.SetAcceptEvent(lambda answer=TRUE, pid=pid: net.SendQuestConfirmPacket(answer, pid) or self.confirmDialog.Hide()) - confirmDialog.SetCancelEvent(lambda answer=FALSE, pid=pid: net.SendQuestConfirmPacket(answer, pid) or self.confirmDialog.Hide()) + confirmDialog.SetAcceptEvent(lambda answer=True, pid=pid: net.SendQuestConfirmPacket(answer, pid) or self.confirmDialog.Hide()) + confirmDialog.SetCancelEvent(lambda answer=False, pid=pid: net.SendQuestConfirmPacket(answer, pid) or self.confirmDialog.Hide()) self.confirmDialog = confirmDialog # END_OF_QUEST_CONFIRM @@ -1902,20 +1893,9 @@ class GameWindow(ui.ScriptWindow): "PlayMusic" : self.__PlayMusic, # END_OF_WEDDING - ########Anti Exp Button by Sanii########## - "anti_exp" : self.AntiExp, - "anti_exp_state" : self.AntiExpState, - # PRIVATE_SHOP_PRICE_LIST "MyShopPriceList" : self.__PrivateShop_PriceList, # END_OF_PRIVATE_SHOP_PRICE_LIST - - # BONI_SWITCHER - #"ResetBoniFromSwitcher" : self.__ResetBoniFromSwitcher, - #"AddBoniToSwitcher" : self.__AddBoniToSwitcher, - #"AddMaxValueToBoni" : self.__AddMaxValueToBoni, - #"SetBoniSwitcherLoad" : self.__SetBoniSwitcherLoad, - # END_OF_BONI_SWITCHER } self.serverCommander=stringCommander.Analyzer() @@ -1990,9 +1970,9 @@ class GameWindow(ui.ScriptWindow): "metin2_map_deviltower1", ) if background.GetCurrentMapName() in mapDict: - return FALSE + return False - return TRUE + return True def __XMasSnow_Enable(self, mode): @@ -2018,12 +1998,12 @@ class GameWindow(ui.ScriptWindow): print "XMAS_BOOM ON" self.__DayMode_Update("dark") - self.enableXMasBoom = TRUE + self.enableXMasBoom = True self.startTimeXMasBoom = app.GetTime() else: print "XMAS_BOOM OFF" self.__DayMode_Update("light") - self.enableXMasBoom = FALSE + self.enableXMasBoom = False def __XMasTree_Enable(self, grade): @@ -2056,10 +2036,10 @@ class GameWindow(ui.ScriptWindow): self.interface.CloseRestartDialog() def __Console_Enable(self): - constInfo.CONSOLE_ENABLE = TRUE - self.consoleEnable = TRUE + constInfo.CONSOLE_ENABLE = True + self.consoleEnable = True app.EnableSpecialCameraMode() - ui.EnablePaste(TRUE) + ui.EnablePaste(True) ## PrivateShop def __PrivateShop_Open(self): @@ -2132,8 +2112,8 @@ class GameWindow(ui.ScriptWindow): partyRequestQuestionDialog.SetText(chr.GetNameByVID(vid) + localeInfo.PARTY_DO_YOU_ACCEPT) partyRequestQuestionDialog.SetAcceptText(localeInfo.UI_ACCEPT) partyRequestQuestionDialog.SetCancelText(localeInfo.UI_DENY) - partyRequestQuestionDialog.SetAcceptEvent(lambda arg=TRUE: self.__AnswerPartyRequest(arg)) - partyRequestQuestionDialog.SetCancelEvent(lambda arg=FALSE: self.__AnswerPartyRequest(arg)) + partyRequestQuestionDialog.SetAcceptEvent(lambda arg=True: self.__AnswerPartyRequest(arg)) + partyRequestQuestionDialog.SetCancelEvent(lambda arg=False: self.__AnswerPartyRequest(arg)) partyRequestQuestionDialog.Open() partyRequestQuestionDialog.vid = vid self.partyRequestQuestionDialog = partyRequestQuestionDialog @@ -2200,83 +2180,4 @@ class GameWindow(ui.ScriptWindow): # END_OF_WEDDING - - ########Anti Exp Button by Sanii########## - def AntiExp(self, qid): - constInfo.ANTI_EXP = int(qid) - - def AntiExpState(self, state): - constInfo.ANTI_EXP_STATE = int(state) - - ########################################## - # BONI_SWITCHER - def __BoniSwitcherChangeVisible(self): - if not self.boniSwitcherWnd[self.LastBoniSwitcherId].IsShow(): - self.__HideAllBoniSwitcher() - self.boniSwitcherWnd[self.LastBoniSwitcherId].Show(FALSE) - else: - self.__HideAllBoniSwitcher() - - def __BoniSwitcherShow(self, id): - lastId = self.LastBoniSwitcherId - self.LastBoniSwitcherId = id - if not self.boniSwitcherWnd[id].IsShow(): - self.__HideAllBoniSwitcher() - (x, y) = self.boniSwitcherWnd[lastId].GetGlobalPosition() - self.boniSwitcherWnd[id].SetPosition(x, y) - self.boniSwitcherWnd[id].Show(FALSE) - - def __BoniSwitcherHide(self, id): - if self.boniSwitcherWnd[id]: - self.boniSwitcherWnd[id].Hide() - - def __HideAllBoniSwitcher(self): - for i in xrange(len(self.boniSwitcherWnd)): - self.__BoniSwitcherHide(i) - - def __ResetBoniFromSwitcher(self): - constInfo.BONI_LIST_WEAPON = [] - constInfo.BONI_LIST_WEAPON_ADDON = [] - constInfo.BONI_LIST_ARMOR = [] - constInfo.BONI_LIST_BRACELET = [] - constInfo.BONI_LIST_BOOTS = [] - constInfo.BONI_LIST_NECKLACE = [] - constInfo.BONI_LIST_HELMET = [] - constInfo.BONI_LIST_SHIELD = [] - constInfo.BONI_LIST_EARRINGS = [] - - def __AddBoniToSwitcher(self, EquipType, boniType): - EquipType = int(EquipType) - if EquipType == 1: - constInfo.BONI_LIST_WEAPON.append(int(boniType)) - constInfo.BONI_LIST_WEAPON_ADDON.append(int(boniType)) - elif EquipType == 2: - constInfo.BONI_LIST_ARMOR.append(int(boniType)) - elif EquipType == 3: - constInfo.BONI_LIST_BRACELET.append(int(boniType)) - elif EquipType == 4: - constInfo.BONI_LIST_BOOTS.append(int(boniType)) - elif EquipType == 5: - constInfo.BONI_LIST_NECKLACE.append(int(boniType)) - elif EquipType == 6: - constInfo.BONI_LIST_HELMET.append(int(boniType)) - elif EquipType == 7: - constInfo.BONI_LIST_SHIELD.append(int(boniType)) - elif EquipType == 8: - constInfo.BONI_LIST_EARRINGS.append(int(boniType)) - elif EquipType == 9: - constInfo.BONI_LIST_WEAPON_ADDON.append(int(boniType)) - - def __AddMaxValueToBoni(self, boniType, maxValue): - constInfo.BONI_LIST_MAX_VALUE[int(boniType)] = int(maxValue) - - def __SetBoniSwitcherLoad(self): - constInfo.BONI_SWITCHER_LOAD = TRUE - - def __BoniSwitcherCheckEvent(self, slotPos): - for boniSwitcher in self.boniSwitcherWnd: - if boniSwitcher.aktItemPos == int(slotPos): - return TRUE - return FALSE - # END_BONI_SWITCHER diff --git a/bin/pack/root/interfacemodule.py b/bin/pack/root/interfacemodule.py index 7b2fe5c7..64b13d0a 100644 --- a/bin/pack/root/interfacemodule.py +++ b/bin/pack/root/interfacemodule.py @@ -1,14 +1,12 @@ ## ## Interface ## - import constInfo import systemSetting import wndMgr import chat import app import player - import uiTaskBar import uiCharacter import uiInventory @@ -40,7 +38,7 @@ import uiTip import uiCube import miniMap # ACCESSORY_REFINE_ADD_METIN_STONE -import uiSelectItem +import uiselectitem # END_OF_ACCESSORY_REFINE_ADD_METIN_STONE import uiScriptLocale @@ -78,7 +76,8 @@ class Interface(object): self.wndGuildBuilding = None self.listGMName = {} - self.wndQuestWindow = [] + self.wndQuestWindow = {} + self.wndQuestWindowNewKey = 0 self.privateShopAdvertisementBoardDict = {} self.guildScoreBoardDict = {} self.equipmentDialogDict = {} @@ -164,7 +163,7 @@ class Interface(object): self.wndGameButton = wndGameButton def __IsChatOpen(self): - return TRUE + return True def __MakeWindows(self): wndCharacter = uiCharacter.CharacterWindow() @@ -275,7 +274,7 @@ class Interface(object): # ACCESSORY_REFINE_ADD_METIN_STONE def __MakeItemSelectWindow(self): - self.wndItemSelect = uiSelectItem.SelectItemWindow() + self.wndItemSelect = uiselectitem.SelectItemWindow() self.wndItemSelect.Hide() # END_OF_ACCESSORY_REFINE_ADD_METIN_STONE @@ -332,7 +331,7 @@ class Interface(object): self.privateShopBuilder.SetItemToolTip(self.tooltipItem) self.__InitWhisper() - self.DRAGON_SOUL_IS_QUALIFIED = TRUE + self.DRAGON_SOUL_IS_QUALIFIED = False def MakeHyperlinkTooltip(self, hyperlink): tokens = hyperlink.split(":") @@ -345,7 +344,6 @@ class Interface(object): ################################ def Close(self): - if self.dlgWhisperWithoutTarget: self.dlgWhisperWithoutTarget.Destroy() del self.dlgWhisperWithoutTarget @@ -354,10 +352,11 @@ class Interface(object): uiQuest.QuestDialog.QuestCurtain.Close() if self.wndQuestWindow: - for eachQuestWindow in self.wndQuestWindow: + for key, eachQuestWindow in self.wndQuestWindow.items(): eachQuestWindow.nextCurtainMode = -1 eachQuestWindow.CloseSelf() eachQuestWindow = None + self.wndQuestWindow = {} if self.wndChat: self.wndChat.Destroy() @@ -519,10 +518,6 @@ class Interface(object): uiChat.DestroyChatInputSetWindow() - ## Self - def SetOpenBoniSwitcherEvent(self, event): - self.wndInventory.SetOpenBoniSwitcherEvent(event) - ## Skill def OnUseSkill(self, slotIndex, coolTime): self.wndCharacter.OnUseSkill(slotIndex, coolTime) @@ -668,12 +663,15 @@ class Interface(object): if skin: q.AddOnCloseEvent(q.Unlock) - - q.AddOnCloseEvent(lambda s = self, qw = q: s.__dict__.__getitem__("wndQuestWindow").remove(qw)) + q.AddOnCloseEvent(lambda key = self.wndQuestWindowNewKey:ui.__mem_func__(self.RemoveQuestDialog)(key)) + self.wndQuestWindow[self.wndQuestWindowNewKey] = q + + self.wndQuestWindowNewKey = self.wndQuestWindowNewKey + 1 - # UNKNOWN_UPDATE - self.wndQuestWindow.append(q) # END_OF_UNKNOWN_UPDATE + + def RemoveQuestDialog(self, key): + del self.wndQuestWindow[key] ## Exchange def StartExchange(self): @@ -873,7 +871,7 @@ class Interface(object): self.wndTaskBar.HideMouseImage() def ToggleChat(self): - if TRUE == self.wndChat.IsEditMode(): + if True == self.wndChat.IsEditMode(): self.wndChat.CloseChat() else: # ä Է ȵ @@ -896,7 +894,7 @@ class Interface(object): self.dlgRestart.Close() def ToggleSystemDialog(self): - if FALSE == self.dlgSystem.IsShow(): + if False == self.dlgSystem.IsShow(): self.dlgSystem.OpenDialog() self.dlgSystem.SetTop() else: @@ -915,7 +913,7 @@ class Interface(object): def ToggleMiniMap(self): if app.IsPressed(app.DIK_LSHIFT) or app.IsPressed(app.DIK_RSHIFT): - if FALSE == self.wndMiniMap.isShowMiniMap(): + if False == self.wndMiniMap.isShowMiniMap(): self.wndMiniMap.ShowMiniMap() self.wndMiniMap.SetTop() else: @@ -941,8 +939,8 @@ class Interface(object): self.wndMiniMap.ScaleDown() def ToggleCharacterWindow(self, state): - if FALSE == player.IsObserverMode(): - if FALSE == self.wndCharacter.IsShow(): + if False == player.IsObserverMode(): + if False == self.wndCharacter.IsShow(): self.OpenCharacterWindowWithState(state) else: if state == self.wndCharacter.GetState(): @@ -952,7 +950,7 @@ class Interface(object): self.wndCharacter.SetState(state) def OpenCharacterWindowWithState(self, state): - if FALSE == player.IsObserverMode(): + if False == player.IsObserverMode(): self.wndCharacter.SetState(state) self.wndCharacter.Show() self.wndCharacter.SetTop() @@ -961,8 +959,8 @@ class Interface(object): self.ToggleCharacterWindow("STATUS") def ToggleInventoryWindow(self): - if FALSE == player.IsObserverMode(): - if FALSE == self.wndInventory.IsShow(): + if False == player.IsObserverMode(): + if False == self.wndInventory.IsShow(): self.wndInventory.Show() self.wndInventory.SetTop() else: @@ -970,8 +968,8 @@ class Interface(object): self.wndInventory.Close() def ToggleExpandedButton(self): - if FALSE == player.IsObserverMode(): - if FALSE == self.wndExpandedTaskBar.IsShow(): + if False == player.IsObserverMode(): + if False == self.wndExpandedTaskBar.IsShow(): self.wndExpandedTaskBar.Show() self.wndExpandedTaskBar.SetTop() else: @@ -992,13 +990,13 @@ class Interface(object): self.wndDragonSoul.HighlightSlot(inven_pos) def DragonSoulGiveQuilification(self): - self.DRAGON_SOUL_IS_QUALIFIED = TRUE + self.DRAGON_SOUL_IS_QUALIFIED = True self.wndExpandedTaskBar.SetToolTipText(uiTaskBar.ExpandedTaskBar.BUTTON_DRAGON_SOUL, uiScriptLocale.TASKBAR_DRAGON_SOUL) def ToggleDragonSoulWindow(self): - if FALSE == player.IsObserverMode(): + if False == player.IsObserverMode(): if app.ENABLE_DRAGON_SOUL_SYSTEM: - if FALSE == self.wndDragonSoul.IsShow(): + if False == self.wndDragonSoul.IsShow(): if self.DRAGON_SOUL_IS_QUALIFIED: self.wndDragonSoul.Show() else: @@ -1013,39 +1011,39 @@ class Interface(object): self.wndDragonSoul.Close() def ToggleDragonSoulWindowWithNoInfo(self): - if FALSE == player.IsObserverMode(): + if False == player.IsObserverMode(): if app.ENABLE_DRAGON_SOUL_SYSTEM: - if FALSE == self.wndDragonSoul.IsShow(): + if False == self.wndDragonSoul.IsShow(): if self.DRAGON_SOUL_IS_QUALIFIED: self.wndDragonSoul.Show() else: self.wndDragonSoul.Close() def FailDragonSoulRefine(self, reason, inven_type, inven_pos): - if FALSE == player.IsObserverMode(): + if False == player.IsObserverMode(): if app.ENABLE_DRAGON_SOUL_SYSTEM: - if TRUE == self.wndDragonSoulRefine.IsShow(): + if True == self.wndDragonSoulRefine.IsShow(): self.wndDragonSoulRefine.RefineFail(reason, inven_type, inven_pos) def SucceedDragonSoulRefine(self, inven_type, inven_pos): - if FALSE == player.IsObserverMode(): + if False == player.IsObserverMode(): if app.ENABLE_DRAGON_SOUL_SYSTEM: - if TRUE == self.wndDragonSoulRefine.IsShow(): + if True == self.wndDragonSoulRefine.IsShow(): self.wndDragonSoulRefine.RefineSucceed(inven_type, inven_pos) def OpenDragonSoulRefineWindow(self): - if FALSE == player.IsObserverMode(): + if False == player.IsObserverMode(): if app.ENABLE_DRAGON_SOUL_SYSTEM: - if FALSE == self.wndDragonSoulRefine.IsShow(): + if False == self.wndDragonSoulRefine.IsShow(): self.wndDragonSoulRefine.Show() if None != self.wndDragonSoul: - if FALSE == self.wndDragonSoul.IsShow(): + if False == self.wndDragonSoul.IsShow(): self.wndDragonSoul.Show() def CloseDragonSoulRefineWindow(self): - if FALSE == player.IsObserverMode(): + if False == player.IsObserverMode(): if app.ENABLE_DRAGON_SOUL_SYSTEM: - if TRUE == self.wndDragonSoulRefine.IsShow(): + if True == self.wndDragonSoulRefine.IsShow(): self.wndDragonSoulRefine.Close() # ȥ @@ -1103,7 +1101,7 @@ class Interface(object): # show GIFT def ShowGift(self): - self.wndTaskBar.ShowGift() + self.wndTaskBar.ShowGift() def CloseWbWindow(self): self.wndWeb.Close() @@ -1149,7 +1147,7 @@ class Interface(object): hideWindows += self.wndEnergyBar, if self.wndExpandedTaskBar: - hideWindows += self.wndExpandedTaskBar, + hideWindows += self.wndExpandedTaskBar, if app.ENABLE_DRAGON_SOUL_SYSTEM: hideWindows += self.wndDragonSoul,\ @@ -1208,19 +1206,19 @@ class Interface(object): def ClosePrivateShopInputNameDialog(self): self.inputDialog = None - return TRUE + return True def OpenPrivateShopBuilder(self): if not self.inputDialog: - return TRUE + return True if not len(self.inputDialog.GetText()): - return TRUE + return True self.privateShopBuilder.Open(self.inputDialog.GetText()) self.ClosePrivateShopInputNameDialog() - return TRUE + return True def AppearPrivateShop(self, vid, text): @@ -1591,9 +1589,9 @@ class Interface(object): def IsGameMasterName(self, name): if self.listGMName.has_key(name): - return TRUE + return True else: - return FALSE + return False ##################################################################################### @@ -1626,22 +1624,22 @@ class Interface(object): # GUILD_BUILDING if self.wndGuildBuilding.IsPositioningMode(): self.wndGuildBuilding.SettleCurrentPosition() - return TRUE + return True elif self.wndGuildBuilding.IsPreviewMode(): pass else: - return TRUE + return True # END_OF_GUILD_BUILDING - return FALSE + return False def BUILD_OnMouseLeftButtonUp(self): if not self.wndGuildBuilding: return if not self.wndGuildBuilding.IsPreviewMode(): - return TRUE + return True - return FALSE + return False def BULID_EnterGuildArea(self, areaID): # GUILD_BUILDING @@ -1685,7 +1683,7 @@ if __name__ == "__main__": import localeInfo app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create(localeInfo.APP_TITLE, systemSetting.GetWidth(), systemSetting.GetHeight(), 1) diff --git a/bin/pack/root/introcreate.py b/bin/pack/root/introcreate.py index e9539009..b5f630ca 100644 --- a/bin/pack/root/introcreate.py +++ b/bin/pack/root/introcreate.py @@ -298,7 +298,7 @@ class CreateCharacterWindow(ui.Window): def EnableWindow(self): self.reservingRaceIndex = -1 self.reservingShapeIndex = -1 - self.btnCreate.Enable() + self.btnCreate.Enable() self.btnCancel.Enable() self.btnPrev.Enable() self.btnNext.Enable() @@ -442,7 +442,7 @@ class CreateCharacterWindow(ui.Window): return textName = self.editCharacterName.GetText() - if FALSE == self.__CheckCreateCharacter(textName): + if False == self.__CheckCreateCharacter(textName): return if musicInfo.selectMusic != "": @@ -483,7 +483,7 @@ class CreateCharacterWindow(ui.Window): self.__SelectSlot(slotIndex) def PrevDescriptionPage(self): - if TRUE == event.IsWait(self.descIndex): + if True == event.IsWait(self.descIndex): if event.GetVisibleStartLine(self.descIndex)-5 >= 0: event.SetVisibleStartLine(self.descIndex, event.GetVisibleStartLine(self.descIndex)-5) event.Skip(self.descIndex) @@ -491,7 +491,7 @@ class CreateCharacterWindow(ui.Window): event.Skip(self.descIndex) def NextDescriptionPage(self): - if TRUE == event.IsWait(self.descIndex): + if True == event.IsWait(self.descIndex): event.SetVisibleStartLine(self.descIndex, event.GetVisibleStartLine(self.descIndex)+5) event.Skip(self.descIndex) else: @@ -500,17 +500,17 @@ class CreateCharacterWindow(ui.Window): def __CheckCreateCharacter(self, name): if len(name) == 0: self.PopupMessage(localeInfo.CREATE_INPUT_NAME, self.EnableWindow) - return FALSE + return False if name.find(localeInfo.CREATE_GM_NAME)!=-1: self.PopupMessage(localeInfo.CREATE_ERROR_GM_NAME, self.EnableWindow) - return FALSE + return False if net.IsInsultIn(name): self.PopupMessage(localeInfo.CREATE_ERROR_INSULT_NAME, self.EnableWindow) - return FALSE + return False - return TRUE + return True def ResetStat(self): for i in xrange(4): @@ -549,7 +549,7 @@ class CreateCharacterWindow(ui.Window): if 60 == key: self.__SelectGender(WOMAN_PAGE) - return TRUE + return True def OnUpdate(self): chr.Update() @@ -624,7 +624,7 @@ class CreateCharacterWindow(ui.Window): def OnPressExitKey(self): self.CancelCreate() - return TRUE + return True def OverInStatButton(self, stat): if not self.STAT_DESCRIPTION.has_key(stat): @@ -646,7 +646,7 @@ if __name__ == "__main__": import networkModule app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create(localeInfo.APP_TITLE, systemSetting.GetWidth(), systemSetting.GetHeight(), 1) diff --git a/bin/pack/root/introempire.py b/bin/pack/root/introempire.py index 178e911d..f2216fd1 100644 --- a/bin/pack/root/introempire.py +++ b/bin/pack/root/introempire.py @@ -144,7 +144,7 @@ class SelectEmpireWindow(ui.ScriptWindow): event.SetRestrictedCount(self.descIndex, 35) def PrevDescriptionPage(self): - if TRUE == event.IsWait(self.descIndex): + if True == event.IsWait(self.descIndex): if event.GetVisibleStartLine(self.descIndex)-5 >= 0: event.SetVisibleStartLine(self.descIndex, event.GetVisibleStartLine(self.descIndex)-5) event.Skip(self.descIndex) @@ -152,7 +152,7 @@ class SelectEmpireWindow(ui.ScriptWindow): event.Skip(self.descIndex) def NextDescriptionPage(self): - if TRUE == event.IsWait(self.descIndex): + if True == event.IsWait(self.descIndex): event.SetVisibleStartLine(self.descIndex, event.GetVisibleStartLine(self.descIndex)+5) event.Skip(self.descIndex) else: @@ -245,7 +245,7 @@ class SelectEmpireWindow(ui.ScriptWindow): def OnPressEscapeKey(self): self.ClickExitButton() - return TRUE + return True class ReselectEmpireWindow(SelectEmpireWindow): def ClickSelectButton(self): diff --git a/bin/pack/root/introloading.py b/bin/pack/root/introloading.py index ccde1d6b..6a1f65ad 100644 --- a/bin/pack/root/introloading.py +++ b/bin/pack/root/introloading.py @@ -63,7 +63,7 @@ class LoadingWindow(ui.ScriptWindow): try: pyScrLoader = ui.PythonScriptLoader() - if localeInfo.IsYMIR() or localeInfo.IsWE_KOREA() or localeInfo.IsCANADA() or localeInfo.IsBRAZIL() or localeInfo.IsEUROPE(): + if localeInfo.IsYMIR() or localeInfo.IsWE_KOREA() or localeInfo.IsCANADA() or localeInfo.IsBRAZIL() or localeInfo.IsEUROPE() or localeInfo.IsJAPAN(): pyScrLoader.LoadScriptFile(self, uiScriptLocale.LOCALE_UISCRIPT_PATH + "LoadingWindow.py") else: pyScrLoader.LoadScriptFile(self, "UIScript/LoadingWindow.py") @@ -81,52 +81,84 @@ class LoadingWindow(ui.ScriptWindow): self.errMsg.Hide() - if localeInfo.IsHONGKONG(): - imgFileNameDict = { - 0 : app.GetLocalePath() + "/ui/loading/loading0.sub", - 1 : app.GetLocalePath() + "/ui/loading/loading1.sub", - 2 : app.GetLocalePath() + "/ui/loading/loading2.sub", - 3 : app.GetLocalePath() + "/ui/loading/loading3.sub", - 4 : app.GetLocalePath() + "/ui/loading/loading4.sub", - 5 : app.GetLocalePath() + "/ui/loading/loading5.sub", - 6 : app.GetLocalePath() + "/ui/loading/loading6.sub" - } - elif localeInfo.IsCIBN10(): - imgFileNameDict = { - 0 : app.GetLocalePath() + "/ui/loading/loading0.jpg", - 1 : app.GetLocalePath() + "/ui/loading/loading1.jpg", - 2 : app.GetLocalePath() + "/ui/loading/loading2.jpg", - 3 : app.GetLocalePath() + "/ui/loading/loading3.jpg", - 4 : app.GetLocalePath() + "/ui/loading/loading4.jpg", - 5 : app.GetLocalePath() + "/ui/loading/loading5.jpg", - 6 : app.GetLocalePath() + "/ui/loading/loading6.jpg", - 7 : app.GetLocalePath() + "/ui/loading/loading7.jpg", - } - elif localeInfo.IsYMIR() or localeInfo.IsWE_KOREA() or localeInfo.IsCANADA() or localeInfo.IsBRAZIL() or localeInfo.IsEUROPE() or localeInfo.IsJAPAN(): - imgFileNameDict = { - 0 : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/loading0.sub", - 1 : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/loading1.sub", - 2 : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/loading2.sub", - 3 : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/loading3.sub", + # if localeInfo.IsHONGKONG(): + # imgFileNameDict = { + # 0 : app.GetLocalePath() + "/ui/loading/loading0.sub", + # 1 : app.GetLocalePath() + "/ui/loading/loading1.sub", + # 2 : app.GetLocalePath() + "/ui/loading/loading2.sub", + # 3 : app.GetLocalePath() + "/ui/loading/loading3.sub", + # 4 : app.GetLocalePath() + "/ui/loading/loading4.sub", + # 5 : app.GetLocalePath() + "/ui/loading/loading5.sub", + # 6 : app.GetLocalePath() + "/ui/loading/loading6.sub" + # } + # elif localeInfo.IsCIBN10(): + # imgFileNameDict = { + # 0 : app.GetLocalePath() + "/ui/loading/loading0.jpg", + # 1 : app.GetLocalePath() + "/ui/loading/loading1.jpg", + # 2 : app.GetLocalePath() + "/ui/loading/loading2.jpg", + # 3 : app.GetLocalePath() + "/ui/loading/loading3.jpg", + # 4 : app.GetLocalePath() + "/ui/loading/loading4.jpg", + # 5 : app.GetLocalePath() + "/ui/loading/loading5.jpg", + # 6 : app.GetLocalePath() + "/ui/loading/loading6.jpg", + # 7 : app.GetLocalePath() + "/ui/loading/loading7.jpg", + # } + # elif localeInfo.IsYMIR() or localeInfo.IsWE_KOREA() or localeInfo.IsCANADA() or localeInfo.IsBRAZIL() or localeInfo.IsEUROPE() or localeInfo.IsJAPAN(): + # imgFileNameDict = { + # 0 : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/loading0.sub", + # 1 : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/loading1.sub", + # 2 : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/loading2.sub", + # 3 : uiScriptLocale.LOCALE_UISCRIPT_PATH + "loading/loading3.sub", - } - elif constInfo.SUB2_LOADING_ENABLE: - imgFileNameDict = { - 0 : "d:/ymir work/uiloading/background_loading_warrior.sub", - 1 : "d:/ymir work/uiloading/background_loading_assassin.sub", - 2 : "d:/ymir work/uiloading/background_loading_shaman.sub", - 3 : "d:/ymir work/uiloading/background_loading_sura.sub", - 4 : "d:/ymir work/uiloading/background_loading_assassin2.sub", - 5 : "d:/ymir work/uiloading/background_loading_sura2.sub", - 6 : "d:/ymir work/uiloading/background_loading_assassin3.sub", - 7 : "d:/ymir work/uiloading/background_loading_assassin3.sub", - } - else: - imgFileNameDict = { - 0 : "d:/ymir work/ui/intro/pattern/background_loading_warrior.jpg", - 1 : "d:/ymir work/ui/intro/pattern/background_loading_assassin.jpg", - 2 : "d:/ymir work/ui/intro/pattern/background_loading_shaman.jpg", - } + # } + # elif constInfo.SUB2_LOADING_ENABLE: + # imgFileNameDict = { + # 0 : "d:/ymir work/uiloading/background_loading_warrior.sub", + # 1 : "d:/ymir work/uiloading/background_loading_assassin.sub", + # 2 : "d:/ymir work/uiloading/background_loading_shaman.sub", + # 3 : "d:/ymir work/uiloading/background_loading_sura.sub", + # 4 : "d:/ymir work/uiloading/background_loading_assassin2.sub", + # 5 : "d:/ymir work/uiloading/background_loading_sura2.sub", + # 6 : "d:/ymir work/uiloading/background_loading_assassin3.sub", + # 7 : "d:/ymir work/uiloading/background_loading_assassin3.sub", + # } + # else: + # imgFileNameDict = { + # 0 : "d:/ymir work/ui/intro/pattern/background_loading_warrior.jpg", + # 1 : "d:/ymir work/ui/intro/pattern/background_loading_assassin.jpg", + # 2 : "d:/ymir work/ui/intro/pattern/background_loading_shaman.jpg", + # } + + # Loading merged together + imgFileNameDict = { + # Base + 0 : "d:/ymir work/uiloading/base/background_loading_warrior.sub", + 1 : "d:/ymir work/uiloading/base/background_loading_shaman.sub", + 2 : "d:/ymir work/uiloading/base/background_loading_sura.sub", + 3 : "d:/ymir work/uiloading/base/background_loading_assassin.sub", + 4 : "d:/ymir work/uiloading/base/background_loading_assassin2.sub", + 5 : "d:/ymir work/uiloading/base/background_loading_assassin3.sub", + 6 : "d:/ymir work/uiloading/base/background_loading_sura2.sub", + 7 : "d:/ymir work/uiloading/base/background_loading_assassin3.sub", + # Grotto + 8 : "d:/ymir work/uiloading/grotto/background_loading_samahi1.sub", + 9 : "d:/ymir work/uiloading/grotto/background_loading_warrior5.sub", + 10 : "d:/ymir work/uiloading/grotto/background_loading_warriorghist1.sub", + # Catacomb + 11 : "d:/ymir work/uiloading/catacomb/loading0.sub", + 12 : "d:/ymir work/uiloading/catacomb/loading1.sub", + 13 : "d:/ymir work/uiloading/catacomb/loading2.sub", + 14 : "d:/ymir work/uiloading/catacomb/loading3.sub", + # Dark Dragons + 15 : "d:/ymir work/uiloading/dark_dragons/loading0.sub", + 16 : "d:/ymir work/uiloading/dark_dragons/loading1.sub", + 17 : "d:/ymir work/uiloading/dark_dragons/loading2.sub", + 18 : "d:/ymir work/uiloading/dark_dragons/loading3.sub", + # Purgatory + 19 : "d:/ymir work/uiloading/purgatory/loading0.sub", + 20 : "d:/ymir work/uiloading/purgatory/loading1.sub", + 21 : "d:/ymir work/uiloading/purgatory/loading2.sub", + 22 : "d:/ymir work/uiloading/purgatory/loading3.sub", + } try: imgFileName = imgFileNameDict[app.GetRandom(0, len(imgFileNameDict) - 1)] @@ -165,7 +197,7 @@ class LoadingWindow(ui.ScriptWindow): def OnPressEscapeKey(self): app.SetFrameSkip(1) self.stream.SetLoginPhase() - return TRUE + return True def __SetNext(self, next): if next: diff --git a/bin/pack/root/intrologin.py b/bin/pack/root/intrologin.py index 5f03421c..fe145486 100644 --- a/bin/pack/root/intrologin.py +++ b/bin/pack/root/intrologin.py @@ -13,22 +13,22 @@ import localeInfo import constInfo import uiCommon import time -import ServerCommandParser +import serverCommandParser import ime import uiScriptLocale -RUNUP_MATRIX_AUTH = FALSE -NEWCIBN_PASSPOD_AUTH = FALSE +RUNUP_MATRIX_AUTH = False +NEWCIBN_PASSPOD_AUTH = False LOGIN_DELAY_SEC = 0.0 -SKIP_LOGIN_PHASE = FALSE -SKIP_LOGIN_PHASE_SUPPORT_CHANNEL = FALSE -FULL_BACK_IMAGE = FALSE +SKIP_LOGIN_PHASE = False +SKIP_LOGIN_PHASE_SUPPORT_CHANNEL = False +FULL_BACK_IMAGE = False PASSPOD_MSG_DICT = {} VIRTUAL_KEYBOARD_NUM_KEYS = 46 -VIRTUAL_KEYBOARD_RAND_KEY = TRUE +VIRTUAL_KEYBOARD_RAND_KEY = True def Suffle(src): if VIRTUAL_KEYBOARD_RAND_KEY: @@ -44,9 +44,9 @@ def Suffle(src): return src if localeInfo.IsNEWCIBN() or localeInfo.IsCIBN10(): - LOGIN_DELAY_SEC = 20.0 - FULL_BACK_IMAGE = TRUE - NEWCIBN_PASSPOD_AUTH = TRUE + LOGIN_DELAY_SEC = 60.0 + FULL_BACK_IMAGE = True + NEWCIBN_PASSPOD_AUTH = True PASSPOD_MSG_DICT = { "PASERR1" : localeInfo.LOGIN_FAILURE_PASERR1, "PASERR2" : localeInfo.LOGIN_FAILURE_PASERR2, @@ -56,17 +56,20 @@ if localeInfo.IsNEWCIBN() or localeInfo.IsCIBN10(): } elif localeInfo.IsYMIR() or localeInfo.IsCHEONMA(): - FULL_BACK_IMAGE = TRUE + FULL_BACK_IMAGE = True elif localeInfo.IsHONGKONG(): - FULL_BACK_IMAGE = TRUE - RUNUP_MATRIX_AUTH = TRUE + FULL_BACK_IMAGE = True + RUNUP_MATRIX_AUTH = True PASSPOD_MSG_DICT = { "NOTELE" : localeInfo.LOGIN_FAILURE_NOTELEBLOCK, } elif localeInfo.IsJAPAN(): - FULL_BACK_IMAGE = TRUE + FULL_BACK_IMAGE = True + +elif localeInfo.IsBRAZIL(): + LOGIN_DELAY_SEC = 60.0 def IsFullBackImage(): global FULL_BACK_IMAGE @@ -75,9 +78,9 @@ def IsFullBackImage(): def IsLoginDelay(): global LOGIN_DELAY_SEC if LOGIN_DELAY_SEC > 0.0: - return TRUE + return True else: - return FALSE + return False def IsRunupMatrixAuth(): global RUNUP_MATRIX_AUTH @@ -156,7 +159,7 @@ class ConnectingDialog(ui.ScriptWindow): def OnPressExitKey(self): #self.eventExit() - return TRUE + return True class LoginWindow(ui.ScriptWindow): @@ -173,8 +176,8 @@ class LoginWindow(ui.ScriptWindow): self.inputDialog = None self.connectingDialog = None self.stream=stream - self.isNowCountDown=FALSE - self.isStartError=FALSE + self.isNowCountDown=False + self.isStartError=False self.xServerBoard = 0 self.yServerBoard = 0 @@ -183,7 +186,8 @@ class LoginWindow(ui.ScriptWindow): self.virtualKeyboard = None self.virtualKeyboardMode = "ALPHABET" - self.virtualKeyboardIsUpper = FALSE + self.virtualKeyboardIsUpper = False + self.timeOutMsg = False #Fix def __del__(self): net.ClearPhaseWindow(net.PHASE_WINDOW_LOGIN, self) @@ -197,7 +201,7 @@ class LoginWindow(ui.ScriptWindow): print "LOGIN WINDOW OPEN ----------------------------------------------------------------------------" self.loginFailureMsgDict={ - #"DEFAULT" : locale.LOGIN_FAILURE_UNKNOWN, + #"DEFAULT" : localeInfo.LOGIN_FAILURE_UNKNOWN, "ALREADY" : localeInfo.LOGIN_FAILURE_ALREAY, "NOID" : localeInfo.LOGIN_FAILURE_NOT_EXIST_ID, @@ -213,6 +217,8 @@ class LoginWindow(ui.ScriptWindow): "NOBILL" : localeInfo.LOGIN_FAILURE_NOBILL, "BLKLOGIN" : localeInfo.LOGIN_FAILURE_BLOCK_LOGIN, "WEBBLK" : localeInfo.LOGIN_FAILURE_WEB_BLOCK, + "BADSCLID" : localeInfo.LOGIN_FAILURE_WRONG_SOCIALID, + "AGELIMIT" : localeInfo.LOGIN_FAILURE_SHUTDOWN_TIME, } self.loginFailureFuncDict = { @@ -228,7 +234,7 @@ class LoginWindow(ui.ScriptWindow): dbg.TraceError("LoginWindow.Open - __LoadScript Error") return - self.__LoadLoginInfo("loginInfo.py") + self.__LoadLoginInfo("loginInfo.xml") if app.loggined: self.loginFailureFuncDict = { @@ -408,7 +414,11 @@ class LoginWindow(ui.ScriptWindow): self.pwdEditLine.SetFocus() def OnEndCountDown(self): - self.isNowCountDown = FALSE + self.isNowCountDown = False + if localeInfo.IsBRAZIL(): + self.timeOutMsg = True + else: + self.timeOutMsg = False self.OnConnectFailure() def OnConnectFailure(self): @@ -424,6 +434,8 @@ class LoginWindow(ui.ScriptWindow): if app.loggined: self.PopupNotifyMessage(localeInfo.LOGIN_CONNECT_FAILURE, self.__ExitGame) + elif self.timeOutMsg: + self.PopupNotifyMessage(localeInfo.LOGIN_FAILURE_TIMEOUT, self.SetPasswordEditLineFocus) else: self.PopupNotifyMessage(localeInfo.LOGIN_CONNECT_FAILURE, self.SetPasswordEditLineFocus) @@ -494,13 +506,13 @@ class LoginWindow(ui.ScriptWindow): self.inputDialog.Show() def __LoadScript(self, fileName): + import dbg try: pyScrLoader = ui.PythonScriptLoader() pyScrLoader.LoadScriptFile(self, fileName) except: import exception exception.Abort("LoginWindow.__LoadScript.LoadObject") - try: GetObject=self.GetChild self.serverBoard = GetObject("ServerBoard") @@ -638,7 +650,7 @@ class LoginWindow(ui.ScriptWindow): ime.PasteReturn() def __VirtualKeyboard_SetUpperMode(self): - self.virtualKeyboardIsUpper = TRUE + self.virtualKeyboardIsUpper = True if self.virtualKeyboardMode == "ALPHABET": self.__VirtualKeyboard_SetKeys(self.VIRTUAL_KEY_ALPHABET_UPPERS) @@ -651,7 +663,7 @@ class LoginWindow(ui.ScriptWindow): self.__VirtualKeyboard_SetKeys(self.VIRTUAL_KEY_NUMBERS) def __VirtualKeyboard_SetLowerMode(self): - self.virtualKeyboardIsUpper = FALSE + self.virtualKeyboardIsUpper = False if self.virtualKeyboardMode == "ALPHABET": self.__VirtualKeyboard_SetKeys(self.VIRTUAL_KEY_ALPHABET_LOWERS) @@ -664,17 +676,17 @@ class LoginWindow(ui.ScriptWindow): self.__VirtualKeyboard_SetKeys(self.VIRTUAL_KEY_SYMBOLS) def __VirtualKeyboard_SetAlphabetMode(self): - self.virtualKeyboardIsUpper = FALSE + self.virtualKeyboardIsUpper = False self.virtualKeyboardMode = "ALPHABET" self.__VirtualKeyboard_SetKeys(self.VIRTUAL_KEY_ALPHABET_LOWERS) def __VirtualKeyboard_SetNumberMode(self): - self.virtualKeyboardIsUpper = FALSE + self.virtualKeyboardIsUpper = False self.virtualKeyboardMode = "NUMBER" self.__VirtualKeyboard_SetKeys(self.VIRTUAL_KEY_NUMBERS) def __VirtualKeyboard_SetSymbolMode(self): - self.virtualKeyboardIsUpper = FALSE + self.virtualKeyboardIsUpper = False self.virtualKeyboardMode = "SYMBOL" if localeInfo.IsBRAZIL(): self.__VirtualKeyboard_SetKeys(self.VIRTUAL_KEY_SYMBOLS_BR) @@ -692,12 +704,12 @@ class LoginWindow(ui.ScriptWindow): self.connectingDialog.Open(loginDelay) self.connectingDialog.SAFE_SetTimeOverEvent(self.OnEndCountDown) self.connectingDialog.SAFE_SetExitEvent(self.OnPressExitKey) - self.isNowCountDown = TRUE + self.isNowCountDown = True else: self.stream.popupWindow.Close() self.stream.popupWindow.Open(localeInfo.LOGIN_CONNETING, self.SetPasswordEditLineFocus, localeInfo.UI_CANCEL) - + self.stream.SetLoginInfo(id, pwd) self.stream.Connect() @@ -707,7 +719,7 @@ class LoginWindow(ui.ScriptWindow): def __SetServerInfo(self, name): net.SetServerInfo(name.strip()) self.serverInfo.SetText(name) - + def __LoadLoginInfo(self, loginInfoFileName): try: @@ -726,7 +738,7 @@ class LoginWindow(ui.ScriptWindow): "slot=ij ε (ų -1̸ ڵ )\n"\ "autoLogin=ڵ \n" "autoSelect=ڵ \n" - "localeInfo=(ymir) LC_Ymir ϰ ymir ۵. korea ۵\n" + "locale=(ymir) LC_Ymir ϰ ymir ۵. korea ۵\n" ); id=loginInfo.get("id", "") @@ -740,14 +752,14 @@ class LoginWindow(ui.ScriptWindow): account_port=port net.SetMarkServer(addr, port) - self.__SetServerInfo(localeInfo.CHANNEL_TEST_SERVER_ADDR % (addr, port)) + self.__SetServerInfo(locale.CHANNEL_TEST_SERVER_ADDR % (addr, port)) except: try: addr=serverInfo.TESTADDR["ip"] port=serverInfo.TESTADDR["tcp_port"] net.SetMarkServer(addr, port) - self.__SetServerInfo(localeInfo.CHANNEL_TEST_SERVER) + self.__SetServerInfo(locale.CHANNEL_TEST_SERVER) except: import exception exception.Abort("LoginWindow.__LoadLoginInfo - ׽Ʈ ּҰ ϴ") @@ -758,12 +770,12 @@ class LoginWindow(ui.ScriptWindow): account_addr=loginInfo.get("account_addr", addr) account_port=loginInfo.get("account_port", port) - localeInfo = loginInfo.get("localeInfo", "") + locale = loginInfo.get("locale", "") if addr and port: net.SetMarkServer(addr, port) - if localeInfo == "ymir" : + if locale == "ymir" : net.SetServerInfo("õ ") self.serverInfo.SetText("Y:"+addr+":"+str(port)) else: @@ -952,24 +964,24 @@ class LoginWindow(ui.ScriptWindow): if self.inputDialog: self.inputDialog.Hide() self.PopupNotifyMessage(localeInfo.LOGIN_PROCESSING) - return TRUE + return True def __OnCancelMatrixCardData(self): self.SetPasswordEditLineFocus() self.__OnCloseInputDialog() self.__DisconnectAndInputPassword() - return TRUE + return True def __OnCloseInputDialog(self): if self.inputDialog: self.inputDialog.Close() self.inputDialog = None - return TRUE + return True def OnPressExitKey(self): self.stream.popupWindow.Close() self.stream.SetPhaseWindow(0) - return TRUE + return True def OnExit(self): self.stream.popupWindow.Close() @@ -987,7 +999,7 @@ class LoginWindow(ui.ScriptWindow): if self.serverBoard.IsShow(): if app.DIK_RETURN==key: self.__OnClickSelectServerButton() - return TRUE + return True def __GetRegionID(self): return 0 @@ -1060,7 +1072,7 @@ class LoginWindow(ui.ScriptWindow): def __OpenLoginBoard(self): - self.serverExitButton.SetEvent(ui.__mem_func__(self.__OnClickExitServerButton)) + # self.serverExitButton.SetEvent(ui.__mem_func__(self.__OnClickExitServerButton)) self.serverExitButton.SetText(localeInfo.UI_CLOSE) # RUNUP_MATRIX_AUTH @@ -1209,8 +1221,8 @@ class LoginWindow(ui.ScriptWindow): except: stateName=serverInfo.STATE_NONE - regionID=int(addrKey/1000) - serverID=int(addrKey/10) % 100 + regionID=self.__GetRegionID() + serverID=self.__GetServerID() channelID=addrKey%10 try: @@ -1291,9 +1303,9 @@ class LoginWindow(ui.ScriptWindow): addrKey = serverInfo.REGION_DICT[regionID][serverID]["channel"][channelID]["key"] if "õ " == serverName: - app.ForceSetlocaleInfo("ymir", "localeInfo/ymir") + app.ForceSetLocale("ymir", "locale/ymir") elif "赵 " == serverName: - app.ForceSetlocaleInfo("we_korea", "localeInfo/we_korea") + app.ForceSetLocale("we_korea", "locale/we_korea") except: print " ERROR __OnClickSelectServerButton(%d, %d, %d)" % (regionID, serverID, channelID) @@ -1361,3 +1373,7 @@ class LoginWindow(ui.ScriptWindow): return self.Connect(id, pwd) + + def SameLogin_OpenUI(self): + self.stream.popupWindow.Close() + self.stream.popupWindow.Open(localeInfo.LOGIN_FAILURE_SAMELOGIN, 0, localeInfo.UI_OK) diff --git a/bin/pack/root/intrologo.py b/bin/pack/root/intrologo.py index ed2d1599..01e0186f 100644 --- a/bin/pack/root/intrologo.py +++ b/bin/pack/root/intrologo.py @@ -21,14 +21,10 @@ class LogoWindow(ui.ScriptWindow): net.SetPhaseWindow(net.PHASE_WINDOW_LOGO, self) self.stream = stream self.playingVideo = 0 - self.bNeedUpdate = TRUE + self.bNeedUpdate = True self.nextLogoIndex = 0 + self.videoList = ["logo1.avi", "logo2.avi"] - if (localeInfo.IsEUROPE() or localeInfo.IsARABIC()) and (not localeInfo.IsCHEONMA() and not localeInfo.IsWE_KOREA()): - self.videoList = ["gf.mpg", "ymir.mpg"] - else: - self.videoList = ["ymir.mpg"] - def __del__(self): ui.ScriptWindow.__del__(self) net.SetPhaseWindow(net.PHASE_WINDOW_LOGO, 0) @@ -60,7 +56,7 @@ class LogoWindow(ui.ScriptWindow): self.CloseVideo() self.LoadNextVideo() else: - self.bNeedUpdate = FALSE + self.bNeedUpdate = False self.stream.SetLoginPhase() else: self.playingVideo = app.OnLogoUpdate() diff --git a/bin/pack/root/introselect.py b/bin/pack/root/introselect.py index 5e0a50fa..1cef6dd8 100644 --- a/bin/pack/root/introselect.py +++ b/bin/pack/root/introselect.py @@ -25,25 +25,26 @@ import uiPlayerGauge import uiCharacter import uiTarget import consoleModule -import interfaceModule + +# interface module ... +import interfaceModule import uiTaskBar import uiInventory ################################### -LEAVE_BUTTON_FOR_POTAL = FALSE -NOT_NEED_DELETE_CODE = FALSE -ENABLE_ENGNUM_DELETE_CODE = FALSE +LEAVE_BUTTON_FOR_POTAL = False +NOT_NEED_DELETE_CODE = False +ENABLE_ENGNUM_DELETE_CODE = False if localeInfo.IsJAPAN(): - NOT_NEED_DELETE_CODE = TRUE + NOT_NEED_DELETE_CODE = True elif localeInfo.IsHONGKONG(): - ENABLE_ENGNUM_DELETE_CODE = TRUE + ENABLE_ENGNUM_DELETE_CODE = True elif localeInfo.IsNEWCIBN() or localeInfo.IsCIBN10(): - ENABLE_ENGNUM_DELETE_CODE = TRUE + ENABLE_ENGNUM_DELETE_CODE = True elif localeInfo.IsEUROPE(): - ENABLE_ENGNUM_DELETE_CODE = TRUE - + ENABLE_ENGNUM_DELETE_CODE = True ################################### @@ -61,7 +62,7 @@ class SelectCharacterWindow(ui.Window): net.EMPIRE_B : localeInfo.EMPIRE_B, net.EMPIRE_C : localeInfo.EMPIRE_C } - + class CharacterRenderer(ui.Window): def OnRender(self): grp.ClearDepthBuffer() @@ -98,7 +99,7 @@ class SelectCharacterWindow(ui.Window): self.stream=stream self.slot = self.stream.GetCharacterSlot() - self.openLoadingFlag = FALSE + self.openLoadingFlag = False self.startIndex = -1 self.startReservingTime = 0 @@ -119,9 +120,9 @@ class SelectCharacterWindow(ui.Window): self.destGauge = [0.0, 0.0, 0.0, 0.0] self.dlgBoard = 0 - self.changeNameFlag = FALSE + self.changeNameFlag = False self.nameInputBoard = None - self.sendedChangeNamePacket = FALSE + self.sendedChangeNamePacket = False self.startIndex = -1 self.isLoad = 0 @@ -132,6 +133,7 @@ class SelectCharacterWindow(ui.Window): def Open(self): if not self.__LoadBoardDialog(uiScriptLocale.LOCALE_UISCRIPT_PATH + "selectcharacterwindow.py"): + import dbg dbg.TraceError("SelectCharacterWindow.Open - __LoadScript Error") return @@ -342,9 +344,14 @@ class SelectCharacterWindow(ui.Window): self.chrRenderer = self.CharacterRenderer() self.chrRenderer.SetParent(self.backGround) self.chrRenderer.Show() - + return 1 - + + def SameLoginDisconnect(self): + self.stream.popupWindow.Close() + self.stream.popupWindow.Open(localeInfo.LOGIN_FAILURE_SAMELOGIN, self.ExitSelect, localeInfo.UI_OK) + #self.stream.popupWindow.Open(localeInfo.LOGIN_FAILURE_ALREAY, app.Exit, localeInfo.UI_OK) + def MakeCharacter(self, index, id, name, race, form, hair): if 0 == id: return @@ -402,7 +409,7 @@ class SelectCharacterWindow(ui.Window): for i in xrange(self.SLOT_COUNT): - if FALSE == chr.HasInstance(i): + if False == chr.HasInstance(i): continue chr.SelectInstance(i) @@ -429,7 +436,7 @@ class SelectCharacterWindow(ui.Window): def OnChangeName(self, id, name): self.SelectSlot(id) - self.sendedChangeNamePacket = FALSE + self.sendedChangeNamePacket = False self.PopupMessage(localeInfo.SELECT_CHANGED_NAME) def AcceptInputName(self): @@ -437,17 +444,17 @@ class SelectCharacterWindow(ui.Window): if not changeName: return - self.sendedChangeNamePacket = TRUE + self.sendedChangeNamePacket = True net.SendChangeNamePacket(self.nameInputBoard.slot, changeName) return self.CancelInputName() def CancelInputName(self): self.nameInputBoard.Close() self.nameInputBoard = None - return TRUE + return True def OnCreateFailure(self, type): - self.sendedChangeNamePacket = FALSE + self.sendedChangeNamePacket = False if 0 == type: self.PopupMessage(localeInfo.SELECT_CHANGE_FAILURE_STRANGE_NAME) elif 1 == type: @@ -531,11 +538,11 @@ class SelectCharacterWindow(ui.Window): self.PopupMessage(localeInfo.SELECT_DELEING) self.CancelInputPrivateCode() - return TRUE + return True def CancelInputPrivateCode(self): self.privateInputBoard = None - return TRUE + return True def OnDeleteSuccess(self, slot): self.PopupMessage(localeInfo.SELECT_DELETED) @@ -628,14 +635,24 @@ class SelectCharacterWindow(ui.Window): else: self.GuildName.SetText(localeInfo.SELECT_NOT_JOIN_GUILD) + # statesSummary = float(valueHTH + valueINT + valueSTR + valueDEX) + # if statesSummary > 0.0: + # self.destGauge = [ + # float(valueHTH) / statesSummary, + # float(valueINT) / statesSummary, + # float(valueSTR) / statesSummary, + # float(valueDEX) / statesSummary + # ] + + statesSummary = float(valueHTH + valueINT + valueSTR + valueDEX) if statesSummary > 0.0: - self.destGauge = [ - float(valueHTH) / statesSummary, - float(valueINT) / statesSummary, - float(valueSTR) / statesSummary, - float(valueDEX) / statesSummary - ] + self.destGauge =[ + float(valueHTH) / 90, + float(valueINT) / 90, + float(valueSTR) / 90, + float(valueDEX) / 90 + ] else: @@ -667,6 +684,8 @@ class SelectCharacterWindow(ui.Window): self.SelectSlot(1) if 4 == key: self.SelectSlot(2) + if 5 == key: + self.SelectSlot(3) if 28 == key: @@ -684,7 +703,7 @@ class SelectCharacterWindow(ui.Window): self.slot = (self.GetSlotIndex() + 1) % self.SLOT_COUNT self.SelectSlot(self.slot) - return TRUE + return True def OnUpdate(self): chr.Update() @@ -701,7 +720,7 @@ class SelectCharacterWindow(ui.Window): for i in xrange(self.SLOT_COUNT): - if FALSE == chr.HasInstance(i): + if False == chr.HasInstance(i): continue chr.SelectInstance(i) @@ -730,10 +749,10 @@ class SelectCharacterWindow(ui.Window): ## Temporary ## BackGroundLoading ɶ ӽ÷.. if app.GetTime() - self.startReservingTime > 3.0: - if FALSE == self.openLoadingFlag: + if False == self.openLoadingFlag: chrSlot=self.stream.GetCharacterSlot() net.DirectEnter(chrSlot) - self.openLoadingFlag = TRUE + self.openLoadingFlag = True playTime=net.GetAccountCharacterSlotDataInteger(self.slot, net.ACCOUNT_CHARACTER_SLOT_PLAYTIME) @@ -756,5 +775,5 @@ class SelectCharacterWindow(ui.Window): def OnPressExitKey(self): self.ExitSelect() - return TRUE + return True diff --git a/bin/pack/root/locale.py b/bin/pack/root/locale.py deleted file mode 100644 index 54816b87..00000000 --- a/bin/pack/root/locale.py +++ /dev/null @@ -1,904 +0,0 @@ -import app -import constInfo - -MAP_TRENT02 = "MAP_TRENT02" # ӽ -MAP_WL = "MAP_WL" # ӽ -MAP_NUSLUCK = "MAP_NUSLUCK" # ӽ -MAP_TREE2 = "MAP_TREE2" - -BLEND_POTION_NO_TIME = "BLEND_POTION_NO_TIME" -BLEND_POTION_NO_INFO = "BLEND_POTION_NO_INFO" - -APP_TITLE = "Zoria 2" - -GUILD_HEADQUARTER = "Main Building" -GUILD_FACILITY = "Facility" -GUILD_OBJECT = "Object" -GUILD_MEMBER_COUNT_INFINITY = "INFINITY" - -LOGIN_FAILURE_WEB_BLOCK = "BLOCK_LOGIN(WEB)" -LOGIN_FAILURE_BLOCK_LOGIN = "BLOCK_LOGIN" -CHANNEL_NOTIFY_FULL = "CHANNEL_NOTIFY_FULL" - -GUILD_BUILDING_LIST_TXT = app.GetLocalePath() + "/GuildBuildingList.txt" - -GUILD_MARK_MIN_LEVEL = "3" -GUILD_MARK_NOT_ENOUGH_LEVEL = "巹 3̻ մϴ." - -ERROR_MARK_UPLOAD_NEED_RECONNECT = "UploadMark: Reconnect to game" -ERROR_MARK_CHECK_NEED_RECONNECT = "CheckMark: Reconnect to game" - -VIRTUAL_KEY_ALPHABET_LOWERS = r"[1234567890]/qwertyuiop\=asdfghjkl;`'zxcvbnm.," -VIRTUAL_KEY_ALPHABET_UPPERS = r'{1234567890}?QWERTYUIOP|+ASDFGHJKL:~"ZXCVBNM<>' -VIRTUAL_KEY_SYMBOLS = '!@#$%^&*()_+|{}:"<>?~' -VIRTUAL_KEY_NUMBERS = "1234567890-=\[];',./`" -VIRTUAL_KEY_SYMBOLS_BR = '!@#$%^&*()_+|{}:"<>?~' - -__IS_ENGLISH = "ENGLISH" == app.GetLocaleServiceName() -__IS_HONGKONG = "HONGKONG" == app.GetLocaleServiceName() -__IS_NEWCIBN = "locale/newcibn" == app.GetLocalePath() -__IS_EUROPE = "EUROPE" == app.GetLocaleServiceName() -__IS_CANADA = "locale/ca" == app.GetLocalePath() -__IS_BRAZIL = "locale/br" == app.GetLocalePath() -__IS_SINGAPORE = "locale/sg" == app.GetLocalePath() -__IS_VIETNAM = "locale/vn" == app.GetLocalePath() -__IS_ARABIC = "locale/ae" == app.GetLocalePath() -__IS_CIBN10 = "locale/cibn10" == app.GetLocalePath() -__IS_WE_KOREA = "locale/we_korea" == app.GetLocalePath() -__IS_TAIWAN = "locale/taiwan" == app.GetLocalePath() -__IS_JAPAN = "locale/japan" == app.GetLocalePath() - -if __IS_CANADA: - __IS_EUROPE = TRUE - -def IsYMIR(): - return "locale/ymir" == app.GetLocalePath() - -def IsJAPAN(): - return "locale/japan" == app.GetLocalePath() - -def IsENGLISH(): - global __IS_ENGLISH - return __IS_ENGLISH - -def IsHONGKONG(): - global __IS_HONGKONG - return __IS_HONGKONG - -def IsTAIWAN(): - return "locale/taiwan" == app.GetLocalePath() - -def IsNEWCIBN(): - return "locale/newcibn" == app.GetLocalePath() - -def IsCIBN10(): - global __IS_CIBN10 - return __IS_CIBN10 - -def IsEUROPE(): - global __IS_EUROPE - return __IS_EUROPE - -def IsCANADA(): - global __IS_CANADA - return __IS_CANADA - -def IsBRAZIL(): - global __IS_BRAZIL - return __IS_BRAZIL - -def IsVIETNAM(): - global __IS_VIETNAM - return __IS_VIETNAM - -def IsSINGAPORE(): - global __IS_SINGAPORE - return __IS_SINGAPORE - -def IsARABIC(): - global __IS_ARABIC - return __IS_ARABIC - -def IsWE_KOREA(): - return "locale/we_korea" == app.GetLocalePath() - -# SUPPORT_NEW_KOREA_SERVER -def LoadLocaleData(): - if IsYMIR(): - import net - SERVER = "赵 " - if SERVER == net.GetServerInfo()[:len(SERVER)]: - app.SetCHEONMA(0) - app.LoadLocaleData("locale/we_korea") - constInfo.ADD_DEF_BONUS_ENABLE = 0 - else: - app.SetCHEONMA(1) - app.LoadLocaleData("locale/ymir") - constInfo.ADD_DEF_BONUS_ENABLE = 1 - else: - app.LoadLocaleData(app.GetLocalePath()) - -def IsCHEONMA(): - return IsYMIR() # YMIR õ. õ ݱ . - -# END_OF_SUPPORT_NEW_KOREA_SERVER - -def mapping(**kwargs): return kwargs - -def SNA(text): - def f(x): - return text - return f - -def SA(text): - def f(x): - return text % x - return f - -def LoadLocaleFile(srcFileName, localeDict): - - funcDict = {"SA":SA, "SNA":SNA} - - lineIndex = 1 - - try: - lines = pack_open(srcFileName, "r").readlines() - except IOError: - import dbg - dbg.LogBox("LoadLocaleError(%(srcFileName)s)" % locals()) - app.Abort() - - for line in lines: - try: - tokens = line[:-1].split("\t") - if len(tokens) == 2: - localeDict[tokens[0]] = tokens[1] - elif len(tokens) >= 3: - type = tokens[2].strip() - if type: - localeDict[tokens[0]] = funcDict[type](tokens[1]) - else: - localeDict[tokens[0]] = tokens[1] - else: - raise RuntimeError, "Unknown TokenSize" - - lineIndex += 1 - except: - import dbg - dbg.LogBox("%s: line(%d): %s" % (srcFileName, lineIndex, line), "Error") - raise - - - -all = ["locale","error"] - -if IsEUROPE() and IsBRAZIL() : - FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath() - LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath() - constInfo.IN_GAME_SHOP_ENABLE = 0 -elif IsSINGAPORE() : - FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath() - LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath() - constInfo.IN_GAME_SHOP_ENABLE = 0 -elif IsNEWCIBN() : - FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath() - LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath() - constInfo.IN_GAME_SHOP_ENABLE = 0 -elif IsTAIWAN(): - APP_TITLE = "III" - FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath() - LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath() - - constInfo.IN_GAME_SHOP_ENABLE = 1 -elif IsJAPAN(): - APP_TITLE = "CRUEL WAR - Return of the Metin2" - FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath() - LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath() - - constInfo.IN_GAME_SHOP_ENABLE = 1 -else: - FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath() - LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath() - - constInfo.IN_GAME_SHOP_ENABLE = 1 - -LoadLocaleFile(LOCALE_FILE_NAME, locals()) - -######################################################################################################## -## NOTE : "/ ðڽϱ?" ڿ ڵ -dictSingleWord = { - "m":1, "n":1, "r":1, "M":1, "N":1, "R":1, "l":1, "L":1, "1":1, "3":1, "6":1, "7":1, "8":1, "0":1, -} - -dictDoubleWord = { - "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, - "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, - "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "v":1, "":1, "":1, "":1, "R":1, "":1, "":1, "":1, "":1, "":1, - "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, - "":1, "x":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, - "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "m":1, "":1, "":1, "":1, "O":1, "":1, "":1, "":1, "":1, "l":1, - "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, - "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, - "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "u":1, - "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, - "":1, "X":1, "":1, "":1, "":1, "":1, "":1, "o":1, "":1, "":1, "":1, "y":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, - "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, - "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "p":1, - "¥":1, "¹":1, "¼":1, "":1, "":1, "c":1, "":1, "":1, "":1, "":1, "°":1, "":1, "":1, "":1, "":1, "":1, "":1, "R":1, "":1, "":1, "n":1, - "":1, "í":1, "ó":1, "":1, "":1, "":1, "":1, "":1, "":1, "ġ":1, "ä":1, "":1, "ü":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "M":1, - "ī":1, "ļ":1, "Ŀ":1, "":1, "":1, "":1, "":1, "ť":1, "ũ":1, "Ű":1, "ij":1, "m":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, - "Ÿ":1, "":1, "":1, "":1, "":1, "":1, "":1, "Ʃ":1, "Ʈ":1, "Ƽ":1, "":1, "O":1, "":1, "":1, "":1, "":1, "":1, "ơ":1, "":1, "Ƣ":1, "Ʒ":1, - "":1, "":1, "":1, "":1, "":1, "ǥ":1, "Ǫ":1, "ǻ":1, "":1, "":1, "":1, "":1, "":1, "":1, "ǡ":1, "":1, "Ǵ":1, "R":1, "ǣ":1, "Ƕ":1, "c":1, - "":1, "":1, "":1, "":1, "ȣ":1, "ȿ":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "":1, "ȭ":1, "ȳ":1, "":1, "":1, "ȸ":1, "":1, "":1, -} - -locale = mapping( -) - - -def GetAuxiliaryWordType(text): - - textLength = len(text) - - if textLength > 1: - - singleWord = text[-1] - - if (singleWord >= '0' and singleWord <= '9') or\ - (singleWord >= 'a' and singleWord <= 'z') or\ - (singleWord >= 'A' and singleWord <= 'Z'): - if not dictSingleWord.has_key(singleWord): - return 1 - - elif dictDoubleWord.has_key(text[-2:]): - return 1 - - return 0 - - - -def CutMoneyString(sourceText, startIndex, endIndex, insertingText, backText): - - sourceLength = len(sourceText) - - if sourceLength < startIndex: - return backText - - text = sourceText[max(0, sourceLength-endIndex):sourceLength-startIndex] - - if not text: - return backText - - if int(text) <= 0: - return backText - - text = str(int(text)) - - if backText: - backText = " " + backText - - return text + insertingText + backText - -def SecondToDHM(time): - if time < 60: - if IsARABIC(): - return "%.2f %s" % (time, SECOND) - else: - return "0" + MINUTE - - second = int(time % 60) - minute = int((time / 60) % 60) - hour = int((time / 60) / 60) % 24 - day = int(int((time / 60) / 60) / 24) - - text = "" - - if day > 0: - text += str(day) + DAY - text += " " - - if hour > 0: - text += str(hour) + HOUR - text += " " - - if minute > 0: - text += str(minute) + MINUTE - - return text - -def SecondToHM(time): - - if time < 60: - if IsARABIC(): - return "%.2f %s" % (time, SECOND) - else: - return "0" + MINUTE - - second = int(time % 60) - minute = int((time / 60) % 60) - hour = int((time / 60) / 60) - - text = "" - - if hour > 0: - text += str(hour) + HOUR - if hour > 0: - text += " " - - if minute > 0: - text += str(minute) + MINUTE - - return text - - -def GetAlignmentTitleName(alignment): - if alignment >= 12000: - return TITLE_NAME_LIST[0] - elif alignment >= 8000: - return TITLE_NAME_LIST[1] - elif alignment >= 4000: - return TITLE_NAME_LIST[2] - elif alignment >= 1000: - return TITLE_NAME_LIST[3] - elif alignment >= 0: - return TITLE_NAME_LIST[4] - elif alignment > -4000: - return TITLE_NAME_LIST[5] - elif alignment > -8000: - return TITLE_NAME_LIST[6] - elif alignment > -12000: - return TITLE_NAME_LIST[7] - - return TITLE_NAME_LIST[8] - - -OPTION_PVPMODE_MESSAGE_DICT = { - 0 : PVP_MODE_NORMAL, - 1 : PVP_MODE_REVENGE, - 2 : PVP_MODE_KILL, - 3 : PVP_MODE_PROTECT, - 4 : PVP_MODE_GUILD, -} - -error = mapping( - CREATE_WINDOW = GAME_INIT_ERROR_MAIN_WINDOW, - CREATE_CURSOR = GAME_INIT_ERROR_CURSOR, - CREATE_NETWORK = GAME_INIT_ERROR_NETWORK, - CREATE_ITEM_PROTO = GAME_INIT_ERROR_ITEM_PROTO, - CREATE_MOB_PROTO = GAME_INIT_ERROR_MOB_PROTO, - CREATE_NO_DIRECTX = GAME_INIT_ERROR_DIRECTX, - CREATE_DEVICE = GAME_INIT_ERROR_GRAPHICS_NOT_EXIST, - CREATE_NO_APPROPRIATE_DEVICE = GAME_INIT_ERROR_GRAPHICS_BAD_PERFORMANCE, - CREATE_FORMAT = GAME_INIT_ERROR_GRAPHICS_NOT_SUPPORT_32BIT, - NO_ERROR = "" -) - - -GUILDWAR_NORMAL_DESCLIST = [GUILD_WAR_USE_NORMAL_MAP, GUILD_WAR_LIMIT_30MIN, GUILD_WAR_WIN_CHECK_SCORE] -GUILDWAR_WARP_DESCLIST = [GUILD_WAR_USE_BATTLE_MAP, GUILD_WAR_WIN_WIPE_OUT_GUILD, GUILD_WAR_REWARD_POTION] -GUILDWAR_CTF_DESCLIST = [GUILD_WAR_USE_BATTLE_MAP, GUILD_WAR_WIN_TAKE_AWAY_FLAG1, GUILD_WAR_WIN_TAKE_AWAY_FLAG2, GUILD_WAR_REWARD_POTION] - -MINIMAP_ZONE_NAME_DICT = { - "metin2_map_a1" : MAP_A1, - "map_a2" : MAP_A2, - "metin2_map_a3" : MAP_A3, - "metin2_map_b1" : MAP_B1, - "map_b2" : MAP_B2, - "metin2_map_b3" : MAP_B3, - "metin2_map_c1" : MAP_C1, - "map_c2" : MAP_C2, - "metin2_map_c3" : MAP_C3, - "map_n_snowm_01" : MAP_SNOW, - "metin2_map_n_flame_01" : MAP_FLAME, - "metin2_map_n_desert_01" : MAP_DESERT, - "metin2_map_milgyo" : MAP_TEMPLE, - "metin2_map_spiderdungeon" : MAP_SPIDER, - "metin2_map_deviltower1" : MAP_SKELTOWER, - "metin2_map_guild_01" : MAP_AG, - "metin2_map_guild_02" : MAP_BG, - "metin2_map_guild_03" : MAP_CG, - "metin2_map_trent" : MAP_TREE, - "metin2_map_trent02" : MAP_TREE2, - "season1/metin2_map_WL_01" : MAP_WL, - "season1/metin2_map_nusluck01" : MAP_NUSLUCK, - "Metin2_map_CapeDragonHead" : MAP_CAPE, - "metin2_map_Mt_Thunder" : MAP_THUNDER, - "metin2_map_dawnmistwood" : MAP_DAWN, - "metin2_map_BayBlackSand" : MAP_BAY, -} - - - -JOBINFO_TITLE = [ - [JOB_WARRIOR0, JOB_WARRIOR1, JOB_WARRIOR2,], - [JOB_ASSASSIN0, JOB_ASSASSIN1, JOB_ASSASSIN2,], - [JOB_SURA0, JOB_SURA1, JOB_SURA2,], - [JOB_SHAMAN0, JOB_SHAMAN1, JOB_SHAMAN2,], -] - -JOBINFO_DATA_LIST = [ - [ - ["Ÿ Ͱ ʴ ", - "ⰳ þ []", - "θ.  ⿡ ׵ ", - "ڷ , ġ ", - "̱ Ḧ ܽ", - " ο⵵ Ѵ. ̵", - " ܷõ , ݷ", - " ּο ", - "ȰѴ. ",], - [" Ϲ , ", - " ", - " ȰѴ. Ư ٷ", - " Ʈ ϵ, ", - " / ", - "Ȯ ü ø. ", - " Ȯ ̱ ø", - " Ʈ ʿ䰡 ִ.",], - [" ŷ ̿ϴ", - "/ٰŸ , ", - "ϳϳ ݷ 忡", - "ȰѴ. Ư ٷ ", - " Ʈ ϵ, ", - "/ٰŸ Ȯ ߷", - " ø ø. ", - " ݿ / ", - "Ȯ ü¿ Ʈ", - " ʿ䰡 ִ. ",], - ], - [ - ["ڰ  Ȳ ڽ", - " ӹ", - "ϸ鼭 ϴ", - "ڵ̴. ̵ ż", - "ϸ, ϰ ", - "ൿ ޼ҿ ġŸ ", - ", 忡 ", - "ȭ ڽ ", - "δ. "], - ["μ ܰ ֹ ٷ, ż", - "ϰ ġ ڰ Ư ", - " 忡 ȰѴ. Ư", - "ø Ʈ ", - "ϵ, ٷ ÷ ݷ δ.", - " / ", - " ü¿ Ʈ", - " ʿ䰡 ִ. ",], - ["Ȱ ֹ ٷ, þ߿", - "Ÿ Ÿ ", - "忡 ȰѴ. Ư", - " ø", - " ÷ ϸ, Ÿ", - " ٷ", - "ø ʿ䰡 ִ. 鿡", - "Ǿ , ݿ Ƽ", - " / ", - "ü¿ Ʈ ʿ䰡", - "ִ. ", ], - ], - [ - [" [ ] Ӽ", - "â Ư Ӽ ̴. ", - "׵ 忡 ⸦ ", - "Ű, Ǹ ź", - " ȥ . ", - "̵ ڽ ˰ ʿ ", - " Ǿ, 忡 ", - "ݷ ϱ⵵ ϴµ, ", - "׿± ", - " þ []̶", - "θ⸦ ɴ´."], - ["ȯ Ǹ ", - " ⳪ ", - "Ǿ ", - "忡 ȰѴ. Ư", - " ", - "Ǹ ǹǷ,", - "ɰ ٷ ", - "Ʈ ϵ, ", - "/ Ȯ ü", - "ø. Ȯ", - "ȸǸ ؼ ø Ʈ", - " ʿ䰡 ִ. ",], - ["渶 ", - "ֹ Ǹ 忡", - "ȰѴ. Ư ", - "̹Ƿ ", - "Ʈ ϵ, Ÿ ", - " Ȯ ø ø.", - " Ǿ, ݿ ", - " / Ȯ ü¿", - "Ʈ ʿ䰡 ִ. ",], - ], - [ - [" Ű ڿ, ", - " ٷ ִ ̴.", - "׵ Ĺ濡 Ʊ ϰ", - "ģ λ ȸ Ű", - " ⸦ ½Ų. ׵", - "Ʊ ޽ ϴ ڸ ", - " 뼭 , ׷ ڵ", - "Դ ֹ", - "Ʈ ¡Ѵ.",], - ["õ決 ", - "ֹ ϸ, / ", - "κ Ʊ Ų. ", - "Ư ɷ ̹Ƿ ", - " Ʈ ϵ,", - "Ǿ , ݿ ", - " / Ȯ ü", - "ø. Ÿ ", - "Ȯ ø Ʈ", - " ʿ䰡 ִ. ",], - ["ڱ ڿ ", - " Ʊ ȸϰ, ", - " 鿡 ū ", - " ִ ̵̴. ", - "Ư ɷ ̹Ƿ ", - " Ʈ ϵ,", - "Ǿ, ݿ ", - " / Ȯ ü", - "ø. Ÿ ", - "Ȯ ø Ʈ", - " ʿ䰡 ִ. "], - ], -] - - -WHISPER_ERROR = { - 1 : CANNOT_WHISPER_NOT_LOGON, - 2 : CANNOT_WHISPER_DEST_REFUSE, - 3 : CANNOT_WHISPER_SELF_REFUSE, -} - -NOTIFY_MESSAGE = { - "CANNOT_EQUIP_SHOP" : CANNOT_EQUIP_IN_SHOP, - "CANNOT_EQUIP_EXCHANGE" : CANNOT_EQUIP_IN_EXCHANGE, -} - - -ATTACK_ERROR_TAIL_DICT = { - "IN_SAFE" : CANNOT_ATTACK_SELF_IN_SAFE, - "DEST_IN_SAFE" : CANNOT_ATTACK_DEST_IN_SAFE, -} - -SHOT_ERROR_TAIL_DICT = { - "EMPTY_ARROW" : CANNOT_SHOOT_EMPTY_ARROW, - "IN_SAFE" : CANNOT_SHOOT_SELF_IN_SAFE, - "DEST_IN_SAFE" : CANNOT_SHOOT_DEST_IN_SAFE, -} - -USE_SKILL_ERROR_TAIL_DICT = { - "IN_SAFE" : CANNOT_SKILL_SELF_IN_SAFE, - "NEED_TARGET" : CANNOT_SKILL_NEED_TARGET, - "NEED_EMPTY_BOTTLE" : CANNOT_SKILL_NEED_EMPTY_BOTTLE, - "NEED_POISON_BOTTLE" : CANNOT_SKILL_NEED_POISON_BOTTLE, - "REMOVE_FISHING_ROD" : CANNOT_SKILL_REMOVE_FISHING_ROD, - "NOT_YET_LEARN" : CANNOT_SKILL_NOT_YET_LEARN, - "NOT_MATCHABLE_WEAPON" : CANNOT_SKILL_NOT_MATCHABLE_WEAPON, - "WAIT_COOLTIME" : CANNOT_SKILL_WAIT_COOLTIME, - "NOT_ENOUGH_HP" : CANNOT_SKILL_NOT_ENOUGH_HP, - "NOT_ENOUGH_SP" : CANNOT_SKILL_NOT_ENOUGH_SP, - "CANNOT_USE_SELF" : CANNOT_SKILL_USE_SELF, - "ONLY_FOR_ALLIANCE" : CANNOT_SKILL_ONLY_FOR_ALLIANCE, - "CANNOT_ATTACK_ENEMY_IN_SAFE_AREA" : CANNOT_SKILL_DEST_IN_SAFE, - "CANNOT_APPROACH" : CANNOT_SKILL_APPROACH, - "CANNOT_ATTACK" : CANNOT_SKILL_ATTACK, - "ONLY_FOR_CORPSE" : CANNOT_SKILL_ONLY_FOR_CORPSE, - "EQUIP_FISHING_ROD" : CANNOT_SKILL_EQUIP_FISHING_ROD, - "NOT_HORSE_SKILL" : CANNOT_SKILL_NOT_HORSE_SKILL, - "HAVE_TO_RIDE" : CANNOT_SKILL_HAVE_TO_RIDE, -} - -LEVEL_LIST=["", HORSE_LEVEL1, HORSE_LEVEL2, HORSE_LEVEL3] - -HEALTH_LIST=[ - HORSE_HEALTH0, - HORSE_HEALTH1, - HORSE_HEALTH2, - HORSE_HEALTH3, -] - - -USE_SKILL_ERROR_CHAT_DICT = { - "NEED_EMPTY_BOTTLE" : SKILL_NEED_EMPTY_BOTTLE, - "NEED_POISON_BOTTLE" : SKILL_NEED_POISON_BOTTLE, - "ONLY_FOR_GUILD_WAR" : SKILL_ONLY_FOR_GUILD_WAR, -} - -SHOP_ERROR_DICT = { - "NOT_ENOUGH_MONEY" : SHOP_NOT_ENOUGH_MONEY, - "SOLDOUT" : SHOP_SOLDOUT, - "INVENTORY_FULL" : SHOP_INVENTORY_FULL, - "INVALID_POS" : SHOP_INVALID_POS, -} - -STAT_MINUS_DESCRIPTION = { - "HTH-" : STAT_MINUS_CON, - "INT-" : STAT_MINUS_INT, - "STR-" : STAT_MINUS_STR, - "DEX-" : STAT_MINUS_DEX, -} - -MODE_NAME_LIST = ( PVP_OPTION_NORMAL, PVP_OPTION_REVENGE, PVP_OPTION_KILL, PVP_OPTION_PROTECT, ) -TITLE_NAME_LIST = ( PVP_LEVEL0, PVP_LEVEL1, PVP_LEVEL2, PVP_LEVEL3, PVP_LEVEL4, PVP_LEVEL5, PVP_LEVEL6, PVP_LEVEL7, PVP_LEVEL8, ) - -def GetLetterImageName(): - return "season1/icon/scroll_close.tga" -def GetLetterOpenImageName(): - return "season1/icon/scroll_open.tga" -def GetLetterCloseImageName(): - return "season1/icon/scroll_close.tga" - -if 949 == app.GetDefaultCodePage(): - def EUL(name): - if GetAuxiliaryWordType(name): - return " " - else: - return " " - - def I(name): - if GetAuxiliaryWordType(name): - return " " - else: - return " " - - def DO_YOU_SELL_ITEM(sellItemName, sellItemCount, sellItemPrice): - name = sellItemName - if sellItemCount > 1: - name += " " - name += str(sellItemCount) - name += "" - - return name + EUL(name) + str(sellItemPrice) + "ɿ Ľðڽϱ?" - - def DO_YOU_BUY_ITEM(sellItemName, sellItemCount, sellItemPrice): - name = sellItemName - if sellItemCount > 1: - name += " " - name += str(sellItemCount) - name += "" - - return name + EUL(name) + str(sellItemPrice) + " ðڽϱ?" - - def REFINE_FAILURE_CAN_NOT_ATTACH(attachedItemName): - return attachedItemName+EUL(attachedItemName)+" Դϴ" - - def REFINE_FAILURE_NO_SOCKET(attachedItemName): - return attachedItemName+EUL(attachedItemName)+" ִ ϴ" - - def REFINE_FAILURE_NO_GOLD_SOCKET(attachedItemName): - return attachedItemName+EUL(attachedItemName)+" ִ Ȳ ϴ" - - def HOW_MANY_ITEM_DO_YOU_DROP(dropItemName, dropItemCount): - name = dropItemName - if dropItemCount > 1: - name += " " - name += str(dropItemCount) - name += "" - - return name+EUL(name)+"ðڽϱ?" - - def NumberToMoneyString(number): - if number <= 0: - return "0" - - number = str(number) - result = CutMoneyString(number, 0, 4, "", "") - result = CutMoneyString(number, 4, 8, "", result) - result = CutMoneyString(number, 8, 12, "", result) - result = result + "" - - return result - - def FISHING_NOTIFY(isFish, fishName): - if isFish: - return fishName + I(fishName) + " մϴ." - else: - return fishName + I(fishName) + "ɸ մϴ." - - def FISHING_SUCCESS(isFish, fishName): - if isFish: - return fishName + EUL(fishName) + "ҽϴ!" - else: - return fishName + EUL(fishName) + "ϴ!" - -elif 932 == app.GetDefaultCodePage(): - def DO_YOU_SELL_ITEM(sellItemName, sellItemCount, sellItemPrice): - if sellItemCount > 1 : - return "%s %s ‚ %sɔ܂H" % ( sellItemName, sellItemCount, NumberToMoneyString(sellItemPrice) ) - else: - return "%s %sŔ܂H" % (sellItemName, NumberToMoneyString(sellItemPrice) ) - - def DO_YOU_BUY_ITEM(buyItemName, buyItemCount, buyItemPrice) : - if buyItemCount > 1 : - return "%s %s‚ %sŔ܂H" % ( buyItemName, buyItemCount, buyItemPrice ) - else: - return "%s %sŔ܂H" % ( buyItemName, buyItemPrice ) - - def REFINE_FAILURE_CAN_NOT_ATTACH(attachedItemName) : - return "%s𑕒łȂACe?łB" % (attachedItemName) - - def REFINE_FAILURE_NO_SOCKET(attachedItemName) : - return "%s𑕒?Pbg܂B" % (attachedItemName) - - def REFINE_FAILURE_NO_GOLD_SOCKET(attachedItemName) : - return "%s𑕒ł鉩?Pbg܂B" % (attachedItemName) - - def HOW_MANY_ITEM_DO_YOU_DROP(dropItemName, dropItemCount) : - if dropItemCount > 1 : - return "%s %d ‚̂Ă܂H" % (dropItemName, dropItemCount) - else : - return "%ŝĂ܂H" % (dropItemName) - - def FISHING_NOTIFY(isFish, fishName) : - if isFish : - return "%s H‚悤ł" % ( fishName ) - else : - return "%s 悤ł" % ( fishName ) - - def FISHING_SUCCESS(isFish, fishName) : - if isFish : - return "%s ߂܂܂I" % (fishName) - else : - return "%s ɓ܂I" % (fishName) - - def NumberToMoneyString(number) : - if number <= 0 : - return "0" - - number = str(number) - result = CutMoneyString(number, 0, 4, "", "") - result = CutMoneyString(number, 4, 8, "", result) - result = CutMoneyString(number, 8, 12, "", result) - result = result + "" - - return result -elif IsHONGKONG(): - def DO_YOU_SELL_ITEM(sellItemName, sellItemCount, sellItemPrice): - if sellItemCount > 1 : - return DO_YOU_SELL_ITEM2 % (sellItemName, sellItemCount, NumberToMoneyString(sellItemPrice) ) - else: - return DO_YOU_SELL_ITEM1 % (sellItemName, NumberToMoneyString(sellItemPrice) ) - - def DO_YOU_BUY_ITEM(buyItemName, buyItemCount, buyItemPrice) : - if buyItemCount > 1 : - return DO_YOU_BUY_ITEM2 % ( buyItemName, buyItemCount, buyItemPrice ) - else: - return DO_YOU_BUY_ITEM1 % ( buyItemName, buyItemPrice ) - - def REFINE_FAILURE_CAN_NOT_ATTACH(attachedItemName) : - return REFINE_FAILURE_CAN_NOT_ATTACH0 % (attachedItemName) - - def REFINE_FAILURE_NO_SOCKET(attachedItemName) : - return REFINE_FAILURE_NO_SOCKET0 % (attachedItemName) - - def REFINE_FAILURE_NO_GOLD_SOCKET(attachedItemName) : - return REFINE_FAILURE_NO_GOLD_SOCKET0 % (attachedItemName) - - def HOW_MANY_ITEM_DO_YOU_DROP(dropItemName, dropItemCount) : - if dropItemCount > 1 : - return HOW_MANY_ITEM_DO_YOU_DROP2 % (dropItemName, dropItemCount) - else : - return HOW_MANY_ITEM_DO_YOU_DROP1 % (dropItemName) - - def FISHING_NOTIFY(isFish, fishName) : - if isFish : - return FISHING_NOTIFY1 % ( fishName ) - else : - return FISHING_NOTIFY2 % ( fishName ) - - def FISHING_SUCCESS(isFish, fishName) : - if isFish : - return FISHING_SUCCESS1 % (fishName) - else : - return FISHING_SUCCESS2 % (fishName) - - def NumberToMoneyString(number) : - if number <= 0 : - return "0 %s" % (MONETARY_UNIT0) - - number = str(number) - result = CutMoneyString(number, 0, 4, "", "") - result = CutMoneyString(number, 4, 8, MONETARY_UNIT1, result) - result = CutMoneyString(number, 8, 12, MONETARY_UNIT2, result) - result = result + MONETARY_UNIT0 - - return result -elif IsNEWCIBN() or IsCIBN10(): - def DO_YOU_SELL_ITEM(sellItemName, sellItemCount, sellItemPrice): - if sellItemCount>1: - return "ȷҪ%s%s%s" % (str(sellItemCount), sellItemName, str(sellItemPrice)) - else: - return "ȷҪ%s%s" % (sellItemName, str(sellItemPrice)) - - def DO_YOU_BUY_ITEM(sellItemName, sellItemCount, sellItemPrice): - if sellItemCount>1: - return "ȷҪ%s%s%s" % (str(sellItemCount), sellItemName, str(sellItemPrice)) - else: - return "ȷҪ%s%s" % (sellItemName, str(sellItemPrice)) - - def REFINE_FAILURE_CAN_NOT_ATTACH(attachedItemName): - return "޷Ƕ%s װ" % (attachedItemName) - - def REFINE_FAILURE_NO_SOCKET(attachedItemName): - return "ûпǶ%s Ŀ" % (attachedItemName) - - def REFINE_FAILURE_NO_GOLD_SOCKET(attachedItemName): - return "ûпǶ%s Ļƽ" % (attachedItemName) - - def HOW_MANY_ITEM_DO_YOU_DROP(dropItemName, dropItemCount): - if dropItemCount>1: - return "ȷҪӵ%d%s?" % (dropItemCount, dropItemName) - else: - return "ȷҪӵ%s?" % (dropItemName) - - def FISHING_NOTIFY(isFish, fishName): - if isFish: - return fishName + "Ϲˡ" - else: - return "" + fishName + "ˡ" - - def FISHING_SUCCESS(isFish, fishName): - if isFish: - return "" + fishName + "ˡ" - else: - return "" + fishName + "ˡ" - - def NumberToMoneyString(number): - - if number <= 0: - return "0" - - number = str(number) - result = CutMoneyString(number, 0, 4, "", "") - result = CutMoneyString(number, 4, 8, "", result) - result = CutMoneyString(number, 8, 12, "", result) - result = result + "" - - return result -elif IsEUROPE() and not IsWE_KOREA() and not IsYMIR(): - def DO_YOU_SELL_ITEM(sellItemName, sellItemCount, sellItemPrice): - if sellItemCount > 1 : - return DO_YOU_SELL_ITEM2 % (sellItemName, sellItemCount, NumberToMoneyString(sellItemPrice) ) - else: - return DO_YOU_SELL_ITEM1 % (sellItemName, NumberToMoneyString(sellItemPrice) ) - - def DO_YOU_BUY_ITEM(buyItemName, buyItemCount, buyItemPrice) : - if buyItemCount > 1 : - return DO_YOU_BUY_ITEM2 % ( buyItemName, buyItemCount, buyItemPrice ) - else: - return DO_YOU_BUY_ITEM1 % ( buyItemName, buyItemPrice ) - - def REFINE_FAILURE_CAN_NOT_ATTACH(attachedItemName) : - return REFINE_FAILURE_CAN_NOT_ATTACH0 % (attachedItemName) - - def REFINE_FAILURE_NO_SOCKET(attachedItemName) : - return REFINE_FAILURE_NO_SOCKET0 % (attachedItemName) - - def REFINE_FAILURE_NO_GOLD_SOCKET(attachedItemName) : - return REFINE_FAILURE_NO_GOLD_SOCKET0 % (attachedItemName) - - def HOW_MANY_ITEM_DO_YOU_DROP(dropItemName, dropItemCount) : - if dropItemCount > 1 : - return HOW_MANY_ITEM_DO_YOU_DROP2 % (dropItemName, dropItemCount) - else : - return HOW_MANY_ITEM_DO_YOU_DROP1 % (dropItemName) - - def FISHING_NOTIFY(isFish, fishName) : - if isFish : - return FISHING_NOTIFY1 % ( fishName ) - else : - return FISHING_NOTIFY2 % ( fishName ) - - def FISHING_SUCCESS(isFish, fishName) : - if isFish : - return FISHING_SUCCESS1 % (fishName) - else : - return FISHING_SUCCESS2 % (fishName) - - def NumberToMoneyString(n) : - if n <= 0 : - return "0 %s" % (MONETARY_UNIT0) - - return "%s %s" % ('.'.join([ i-3<0 and str(n)[:i] or str(n)[i-3:i] for i in range(len(str(n))%3, len(str(n))+1, 3) if i ]), MONETARY_UNIT0) diff --git a/bin/pack/root/localeinfo.py b/bin/pack/root/localeinfo.py index 54816b87..f660406f 100644 --- a/bin/pack/root/localeinfo.py +++ b/bin/pack/root/localeinfo.py @@ -9,7 +9,7 @@ MAP_TREE2 = "MAP_TREE2" BLEND_POTION_NO_TIME = "BLEND_POTION_NO_TIME" BLEND_POTION_NO_INFO = "BLEND_POTION_NO_INFO" -APP_TITLE = "Zoria 2" +APP_TITLE = "METIN2" GUILD_HEADQUARTER = "Main Building" GUILD_FACILITY = "Facility" @@ -47,9 +47,11 @@ __IS_CIBN10 = "locale/cibn10" == app.GetLocalePath() __IS_WE_KOREA = "locale/we_korea" == app.GetLocalePath() __IS_TAIWAN = "locale/taiwan" == app.GetLocalePath() __IS_JAPAN = "locale/japan" == app.GetLocalePath() +LOGIN_FAILURE_WRONG_SOCIALID = "ASDF" +LOGIN_FAILURE_SHUTDOWN_TIME = "ASDF" if __IS_CANADA: - __IS_EUROPE = TRUE + __IS_EUROPE = True def IsYMIR(): return "locale/ymir" == app.GetLocalePath() @@ -152,7 +154,7 @@ def LoadLocaleFile(srcFileName, localeDict): try: tokens = line[:-1].split("\t") if len(tokens) == 2: - localeDict[tokens[0]] = tokens[1] + localeDict[tokens[0]] = tokens[1] elif len(tokens) >= 3: type = tokens[2].strip() if type: @@ -181,21 +183,18 @@ elif IsSINGAPORE() : LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath() constInfo.IN_GAME_SHOP_ENABLE = 0 elif IsNEWCIBN() : + ##Ӹ̱. + APP_TITLE = "2" FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath() LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath() - constInfo.IN_GAME_SHOP_ENABLE = 0 + constInfo.IN_GAME_SHOP_ENABLE = 1 elif IsTAIWAN(): APP_TITLE = "III" FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath() LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath() constInfo.IN_GAME_SHOP_ENABLE = 1 -elif IsJAPAN(): - APP_TITLE = "CRUEL WAR - Return of the Metin2" - FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath() - LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath() - - constInfo.IN_GAME_SHOP_ENABLE = 1 + else: FN_GM_MARK = "%s/effect/gm.mse" % app.GetLocalePath() LOCALE_FILE_NAME = "%s/locale_game.txt" % app.GetLocalePath() @@ -611,6 +610,7 @@ SHOP_ERROR_DICT = { "SOLDOUT" : SHOP_SOLDOUT, "INVENTORY_FULL" : SHOP_INVENTORY_FULL, "INVALID_POS" : SHOP_INVALID_POS, + "NOT_ENOUGH_MONEY_EX" : SHOP_NOT_ENOUGH_MONEY_EX, } STAT_MINUS_DESCRIPTION = { @@ -691,6 +691,18 @@ if 949 == app.GetDefaultCodePage(): return result + def NumberToSecondaryCoinString(number): + if number <= 0: + return "0" + + number = str(number) + result = CutMoneyString(number, 0, 4, "", "") + result = CutMoneyString(number, 4, 8, "", result) + result = CutMoneyString(number, 8, 12, "", result) + result = result + "" + + return result + def FISHING_NOTIFY(isFish, fishName): if isFish: return fishName + I(fishName) + " մϴ." @@ -753,6 +765,17 @@ elif 932 == app.GetDefaultCodePage(): result = CutMoneyString(number, 8, 12, "", result) result = result + "" + return result + def NumberToSecondaryCoinString(number) : + if number <= 0 : + return "0jun" + + number = str(number) + result = CutMoneyString(number, 0, 4, "", "") + result = CutMoneyString(number, 4, 8, "", result) + result = CutMoneyString(number, 8, 12, "", result) + result = result + "jun" + return result elif IsHONGKONG(): def DO_YOU_SELL_ITEM(sellItemName, sellItemCount, sellItemPrice): @@ -805,6 +828,19 @@ elif IsHONGKONG(): result = result + MONETARY_UNIT0 return result + + def NumberToSecondaryCoinString(number) : + if number <= 0 : + return "0 %s" % (MONETARY_UNIT_JUN) + + number = str(number) + result = CutMoneyString(number, 0, 4, "", "") + result = CutMoneyString(number, 4, 8, MONETARY_UNIT1, result) + result = CutMoneyString(number, 8, 12, MONETARY_UNIT2, result) + result = result + MONETARY_UNIT_JUN + + return result + elif IsNEWCIBN() or IsCIBN10(): def DO_YOU_SELL_ITEM(sellItemName, sellItemCount, sellItemPrice): if sellItemCount>1: @@ -835,7 +871,7 @@ elif IsNEWCIBN() or IsCIBN10(): def FISHING_NOTIFY(isFish, fishName): if isFish: - return fishName + "Ϲˡ" + return fishName # ⿡  پִµ, ڵ ־ Ф... cython ڵ ... else: return "" + fishName + "ˡ" @@ -857,6 +893,19 @@ elif IsNEWCIBN() or IsCIBN10(): result = result + "" return result + + def NumberToSecondaryCoinString(number): + + if number <= 0: + return "0JUN" + + number = str(number) + result = CutMoneyString(number, 0, 4, "", "") + result = CutMoneyString(number, 4, 8, "", result) + result = CutMoneyString(number, 8, 12, "", result) + result = result + "JUN" + + return result elif IsEUROPE() and not IsWE_KOREA() and not IsYMIR(): def DO_YOU_SELL_ITEM(sellItemName, sellItemCount, sellItemPrice): if sellItemCount > 1 : @@ -902,3 +951,9 @@ elif IsEUROPE() and not IsWE_KOREA() and not IsYMIR(): return "0 %s" % (MONETARY_UNIT0) return "%s %s" % ('.'.join([ i-3<0 and str(n)[:i] or str(n)[i-3:i] for i in range(len(str(n))%3, len(str(n))+1, 3) if i ]), MONETARY_UNIT0) + + def NumberToSecondaryCoinString(n) : + if n <= 0 : + return "0 %s" % (MONETARY_UNIT_JUN) + + return "%s %s" % ('.'.join([ i-3<0 and str(n)[:i] or str(n)[i-3:i] for i in range(len(str(n))%3, len(str(n))+1, 3) if i ]), MONETARY_UNIT_JUN) diff --git a/bin/pack/root/makepackscript_onlyrootnopython.txt b/bin/pack/root/makepackscript_onlyrootnopython.txt new file mode 100644 index 00000000..66095d88 --- /dev/null +++ b/bin/pack/root/makepackscript_onlyrootnopython.txt @@ -0,0 +1,102 @@ +FolderName "pack" + +List ExcludedFolderNameList +{ + "CVS" +} +List ExcludedFileNameList +{ + "vssver.scc" + "syserr.txt" + "soundscript.txt" + "log.txt" + "Test.py" + "Prototype[OffLine].py" + "loginInfo.py" + "error_lookup.py" + "errorlog.txt" + "makepackscript.txt" + "makepackscript_onlyroot.txt" + "moviemakepackscript.txt" + "build_mottable.py" + "uitest.py" + "packall.txt" + "packitem.txt" + "packpc.txt" + "packroot.txt" + "test.txt" + "test2.txt" + "quest_test.py" +} +List SecurityExtNameList +{ + "txt" + "msk" + "msa" + "msm" + "py" +} +List CompressExtNameList +{ + "txt" + "msk" + "mss" + "mse" + "msf" + "msa" + "spt" + "atr" + "dds" + "raw" + "wtr" + "mde" + "tga" +} + +Group RootPackItemList +{ + Group ItemProto + { + FileName "*item_proto" + Fixed TRUE + } + Group mob_proto + { + FileName "*mob_proto" + Fixed TRUE + } + Group TextureSet + { + FileName "TextureSet/*.txt" + Fixed TRUE + } + Group TextFiles + { + FileName "*.txt" + Fixed TRUE + } + Group TextFiles + { + FileName "*.tbl" + Fixed TRUE + } + Group KoreanFiles + { + FileName "*.cvt" + Fixed TRUE + } + Group ModelFiles + { + FileName "*.msm" + Fixed TRUE + } +} + +Group PackList +{ + Group UIScript + { + PathName "UIScript/*" + Fixed TRUE + } +} diff --git a/bin/pack/root/mousemodule.py b/bin/pack/root/mousemodule.py index 37d698ba..92927652 100644 --- a/bin/pack/root/mousemodule.py +++ b/bin/pack/root/mousemodule.py @@ -44,9 +44,9 @@ class CursorImage(object): def IsImage(self): if self.handle: - return TRUE + return True - return FALSE + return False def SetPosition(self, x, y): if self.handle: @@ -63,7 +63,7 @@ class CMouseController(object): self.x = 0 self.y = 0 - self.IsSoftwareCursor = FALSE + self.IsSoftwareCursor = False self.curCursorName = "" self.curCursorImage = 0 self.cursorPosX = 0 @@ -71,7 +71,7 @@ class CMouseController(object): self.AttachedIconHandle = 0 self.AttachedOwner = 0 - self.AttachedFlag = FALSE + self.AttachedFlag = False self.AttachedType = 0 self.AttachedSlotNumber = 0 self.AttachedCount = 1 @@ -133,7 +133,7 @@ class CMouseController(object): grpText.SetFontName(AttachedCountTextLineHandle, localeInfo.UI_DEF_FONT_SMALL) grpText.SetText(AttachedCountTextLineHandle, "1234") grpText.SetPosition(AttachedCountTextLineHandle, 100, 100) - grpText.SetOutline(AttachedCountTextLineHandle, TRUE) + grpText.SetOutline(AttachedCountTextLineHandle, True) grpText.SetFontColor(AttachedCountTextLineHandle, 1.0, 1.0, 1.0) grpText.SetHorizontalAlign(AttachedCountTextLineHandle, wndMgr.TEXT_HORIZONTAL_ALIGN_CENTER) self.AttachedCountTextLineHandle = AttachedCountTextLineHandle @@ -143,7 +143,7 @@ class CMouseController(object): self.countNumberLine.SetHorizontalAlignCenter() self.countNumberLine.Hide() - return TRUE + return True # Cursor Control def ChangeCursor(self, cursorNum): @@ -152,7 +152,7 @@ class CMouseController(object): self.curCursorImage = self.cursorDict[cursorNum] (self.cursorPosX, self.cursorPosY) = self.cursorPosDict[cursorNum] - if FALSE == self.curCursorImage.IsImage(): + if False == self.curCursorImage.IsImage(): self.curCursorNum = app.NORMAL self.curCursorImage = self.cursorDict[app.NORMAL] @@ -166,7 +166,7 @@ class CMouseController(object): self.LastAttachedSlotNumber = self.AttachedSlotNumber - self.AttachedFlag = TRUE + self.AttachedFlag = True self.AttachedOwner = Owner self.AttachedType = Type self.AttachedSlotNumber = SlotNumber @@ -243,14 +243,14 @@ class CMouseController(object): self.AttachedIconHandle = 0 def IsAttachedMoney(self): - if TRUE == self.isAttached(): + if True == self.isAttached(): if player.ITEM_MONEY == self.GetAttachedItemIndex(): - return TRUE + return True - return FALSE + return False def GetAttachedMoneyAmount(self): - if TRUE == self.isAttached(): + if True == self.isAttached(): if player.ITEM_MONEY == self.GetAttachedItemIndex(): return self.GetAttachedItemCount() return 0 @@ -259,7 +259,7 @@ class CMouseController(object): self.LastAttachedSlotNumber = self.AttachedSlotNumber - self.AttachedFlag = TRUE + self.AttachedFlag = True self.AttachedOwner = owner self.AttachedType = type self.AttachedSlotNumber = -1 @@ -296,12 +296,12 @@ class CMouseController(object): elif self.AttachedType == player.SLOT_TYPE_EMOTION: grpImage.Delete(self.AttachedIconHandle) - self.AttachedFlag = FALSE + self.AttachedFlag = False self.AttachedType = -1 self.AttachedItemIndex = -1 self.AttachedSlotNumber = -1 self.AttachedIconHandle = 0 - wndMgr.SetAttachingFlag(FALSE) + wndMgr.SetAttachingFlag(False) if self.countNumberLine: self.countNumberLine.Hide() @@ -311,21 +311,21 @@ class CMouseController(object): def GetAttachedOwner(self): - if FALSE == self.isAttached(): + if False == self.isAttached(): return 0 return self.AttachedOwner def GetAttachedType(self): - if FALSE == self.isAttached(): + if False == self.isAttached(): return player.SLOT_TYPE_NONE return self.AttachedType def GetAttachedSlotNumber(self): - if FALSE == self.isAttached(): + if False == self.isAttached(): return 0 return self.AttachedSlotNumber @@ -336,14 +336,14 @@ class CMouseController(object): def GetAttachedItemIndex(self): - if FALSE == self.isAttached(): + if False == self.isAttached(): return 0 return self.AttachedItemIndex def GetAttachedItemCount(self): - if FALSE == self.isAttached(): + if False == self.isAttached(): return 0 return self.AttachedCount @@ -354,7 +354,7 @@ class CMouseController(object): self.x = x self.y = y - if TRUE == self.isAttached(): + if True == self.isAttached(): if 0 != self.AttachedIconHandle: grpImage.SetDiffuseColor(self.AttachedIconHandle, 1.0, 1.0, 1.0, 0.5) grpImage.SetPosition(self.AttachedIconHandle, self.x - self.AttachedIconHalfWidth, self.y - self.AttachedIconHalfHeight) @@ -367,17 +367,17 @@ class CMouseController(object): # Render def Render(self): - if TRUE == self.isAttached(): + if True == self.isAttached(): if 0 != self.AttachedIconHandle: grpImage.Render(self.AttachedIconHandle) if self.IsSoftwareCursor: - if TRUE == app.IsShowCursor(): + if True == app.IsShowCursor(): if 0 != self.curCursorImage: self.curCursorImage.Render() else: - if FALSE == app.IsShowCursor(): - if TRUE == app.IsLiarCursorOn(): + if False == app.IsShowCursor(): + if True == app.IsLiarCursorOn(): if 0 != self.curCursorImage: self.curCursorImage.SetPosition(self.x + self.cursorPosX, self.y + self.cursorPosY) self.curCursorImage.Render() diff --git a/bin/pack/root/networkmodule.py b/bin/pack/root/networkmodule.py index f4db45cc..ef1eb79f 100644 --- a/bin/pack/root/networkmodule.py +++ b/bin/pack/root/networkmodule.py @@ -35,7 +35,7 @@ class PopupDialog(ui.ScriptWindow): def Open(self, Message, event = 0, ButtonName = localeInfo.UI_CANCEL): - if TRUE == self.IsShow(): + if True == self.IsShow(): self.Close() self.Lock() @@ -51,7 +51,7 @@ class PopupDialog(ui.ScriptWindow): def Close(self): - if FALSE == self.IsShow(): + if False == self.IsShow(): self.CloseEvent = 0 return @@ -68,11 +68,11 @@ class PopupDialog(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True def OnIMEReturn(self): self.Close() - return TRUE + return True ## ## Main Stream @@ -177,6 +177,14 @@ class MainStream(object): import introLogin self.SetPhaseWindow(introLogin.LoginWindow(self)) + def SameLogin_SetLoginPhase(self): + net.Disconnect() + + import introLogin + introInst = introLogin.LoginWindow(self) + self.SetPhaseWindow(introInst) + introInst.SameLogin_OpenUI() + def SetSelectEmpirePhase(self): try: import introEmpire diff --git a/bin/pack/root/npclist.txt b/bin/pack/root/npclist.txt index 192b7950..b86a1a80 100644 --- a/bin/pack/root/npclist.txt +++ b/bin/pack/root/npclist.txt @@ -7,9 +7,6 @@ 0 horse2_normal horse2 0 horse2_member horse2 0 horse2_master horse2 -0 horse3_normal bear -0 horse3_member bear -0 horse3_master bear 0 boar boar 0 dog_god dog_god 0 fire_tiger fire_tiger @@ -117,25 +114,20 @@ 0 redthief2_officer_young2 redthief2_officer_young1 0 unicorn1 unicorn 0 phoenix3 phoenix2 -0 pwahuang1_2 pwahuang1 -0 reindeer_young1_christmas1 reindeer_young -0 dog_young1_1 dog_young1 -0 dog_young1_2 dog_young1 -0 dog_young1_3 dog_young1 -0 dog_young1_4 dog_young1 -0 lion_young1_1 lion_young1 -0 lion_young1_2 lion_young1 -0 lion_young1_3 lion_young1 -0 lion_young1_4 lion_young1 -0 pig_young1_1 pig_young1 -0 pig_young1_2 pig_young1 -0 pig_young1_3 pig_young1 -0 pig_young1_4 pig_young1 -0 tiger_young1_1 tiger_young1 -0 tiger_young1_2 tiger_young1 -0 tiger_young1_3 tiger_young1 -0 tiger_young1_4 tiger_young1 -0 panda_young1_1 panda_young1 +0 pig_young1_white pig_young1 +0 dog_young1_white dog_young1 +0 tiger_young1_white tiger_young1 +0 lion_young1_white lion_young1 +0 turkey_1 turkey +0 turkey_2 turkey +0 turkey_3 turkey +0 dinosaur_1 dinosaur +0 dinosaur_2 dinosaur +0 dinosaur_3 dinosaur +0 leopard_black leopard +0 leopard_yellow leopard +0 leopard_young1_black leopard_young1 +0 leopard_young1_yellow leopard_young1 101 stray_dog 102 wolf 103 wolf @@ -683,6 +675,57 @@ 5161 stone_monkey 5162 gold_monkey 5163 god_monkey +6001 fire_ghost1 +6002 fire_tiger_boss1 +6003 fire_man1 +6004 fire_knight1 +6005 fire_king1 +6006 firegolem_soldier +6007 firegolem_magician +6008 firegolem_general +6009 firegolem_boss +6051 firegolem_boss +6091 yamachun_boss +6101 ice_snow_monster1 +6102 ice_snow_insect1 +6103 ice_snow_man1 +6104 ice_snow_giant_man1 +6105 ice_snow_golem1 +6106 icegolem_soldier +6107 icegolem_magician +6108 icegolem_general +6109 icegolem_boss +6151 icegolem_boss +6191 hanma_boss +6201 cyclops_soldier +6202 cyclops_soldier2 +6203 cyclops_magic +6204 cyclops_officer +6205 cyclops_general +6206 giant_soldier +6207 giant_soldier2 +6208 giant_magic +6209 giant_officer +6210 giant_general +6291 cyclops_boss +6293 cyclops_boss2 +6292 giant_boss +6294 giant_boss2 +6301 lemures_soldier +6302 lemures_soldier2 +6303 lemures_magic +6304 lemures_officer +6305 lemures_general +6306 ogre_soldier +6307 ogre_bow +6308 ogre_officer +6309 ogre_magic +6310 ogre_general +6391 lemures_boss +6392 lemures_boss2 +6393 ogre_boss +6394 ogre_boss2 +6395 japanese_pirate 7001 monkey 7002 monkey_range 7003 monkey @@ -778,7 +821,26 @@ 7094 ent_guru 7095 ent_hu 7096 ent_red -7097 ent_black +7097 ent_black +7101 #season1/npc/goldenfrog/ +7102 #season1/npc/goldenfrog/ +7103 #season1/npc/goldenfrog/ +7104 #season1/npc/goldenfrog/ +7105 #season1/npc/goldenfrog/ +7106 #season2/npc/signal_fire/ +7107 #season2/npc/signal_fire/ +7108 monkey +7109 monkey_range +7110 monkey +7111 monkey +7112 stone_monkey +7113 gold_monkey +7114 gold_monkey +7115 nersluck_1 +7116 nersluck_2 +7117 nersluck_3 +7118 fox_ninetail +7119 yellow_tigerman 8001 metinstone_01 8002 metinstone_02 8003 metinstone_03 @@ -835,6 +897,10 @@ 8054 metinstone_13 8055 metinstone_14 8056 metinstone_15 +8057 metinstone_12 +8058 metinstone_13 +8059 metinstone_14 +8060 metinstone_15 8101 metinstone_01 8102 metinstone_02 8103 metinstone_03 @@ -1224,10 +1290,7 @@ 20123 fire_tiger_green 20124 fire_tiger_pied 20125 fire_tiger_white -20126 santa -20127 horse3_normal -20128 horse3_member -20129 horse3_master +20126 santa 20201 boar_0 20202 dog_god_0 20203 fire_tiger_0 @@ -1247,9 +1310,19 @@ 20217 reindeer_female2 20218 reindeer_female3 20219 horse_halloween1 -20220 reindeer_male1_christmas1 +20220 reindeer_male1_christmas1 20221 bear 20222 panda +20223 dinosaur_1 +20224 dinosaur_2 +20225 dinosaur_3 +20226 unicorn +20227 unicorn1 +20228 turkey_1 +20229 turkey_2 +20230 turkey_3 +20231 leopard_black +20232 leopard_yellow 20300 sinsu_patrol_spear 20301 sinsu_patrol_spear 20302 sinsu_patrol_spear @@ -1323,6 +1396,9 @@ 20394 jinno_patrol_spear 20395 jinno_patrol_spear 20396 redguild_soldier +20397 ICE_lionstone +20398 ice_keybox +20399 ice_stonepillar 30000 privateshop 30001 privateshop2 30101 zombie_key_stone @@ -1362,75 +1438,36 @@ 33006 starveling4 33007 starveling5 33008 halloween1 -34001 phoenix1 -34002 reindeer_young1 -34003 phoenix2 -34004 pwahuang1 -34005 pig_young1 -34006 dog_young1 -34007 tiger_young1 -34008 lion_young1 -34009 pwahuang1_2 -34010 reindeer_young1_christmas1 -34011 panda_young1_1 -34012 panda_young1 -34013 dog_young1_1 -34014 dog_young1_2 -34015 dog_young1_3 -34016 dog_young1_4 -34017 lion_young1_1 -34018 lion_young1_2 -34019 lion_young1_3 -34020 lion_young1_4 -34021 pig_young1_1 -34022 pig_young1_2 -34023 pig_young1_3 -34024 pig_young1_4 -34025 tiger_young1_1 -34026 tiger_young1_2 -34027 tiger_young1_3 -34028 tiger_young1_4 -34030 phoenix3 -34031 redthief2_officer_young1 -34032 redthief2_officer_young2 -34033 halloween_bonedog1 +34001 phoenix1 +34002 reindeer_young1 +34003 phoenix2 +34004 pwahuang1 +34005 pig_young1 +34006 dog_young1 +34007 tiger_young1 +34008 lion_young1 +34009 pwahuang1_2 +34010 reindeer_young1_christmas1 +34011 bear_young1 +34012 panda_young1 +34013 redthief2_officer_young1 +34014 redthief2_officer_young2 +34015 halloween_bonedog1 +34016 phoenix3 +34017 pig_young1_white +34018 dog_young1_white +34019 tiger_young1_white +34020 lion_young1_white +34021 egg_pet +34022 rabbit_pet +34023 leopard_young1_black +34024 leopard_young1_yellow +34025 phoenix1 50000 goods 50001 goods 50002 goods -6001 fire_ghost1 -6002 fire_tiger_boss1 -6003 fire_man1 -6004 fire_knight1 -6005 fire_king1 -6006 firegolem_soldier -6007 firegolem_magician -6008 firegolem_general -6009 firegolem_boss -6051 firegolem_boss -6091 yamachun_boss -6101 ice_snow_monster1 -6102 ice_snow_insect1 -6103 ice_snow_man1 -6104 ice_snow_giant_man1 -6105 ice_snow_golem1 -6106 icegolem_soldier -6107 icegolem_magician -6108 icegolem_general -6109 icegolem_boss -6151 icegolem_boss -6191 hanma_boss -8057 metinstone_12 -8058 metinstone_13 -20397 ICE_lionstone -20398 ice_keybox -20399 ice_stonepillar -0 dinosaur_1 dinosaur -0 dinosaur_2 dinosaur -0 dinosaur_3 dinosaur -20223 dinosaur_1 -20224 dinosaur_2 -20225 dinosaur_3 -20226 unicorn -20227 unicorn1 -34015 halloween_bonedog1 -34016 phoenix3 +33009 alchemist +33010 alchemist +33011 alchemist +33012 alchemist +33013 alchemist diff --git a/bin/pack/root/playersettingmodule.py b/bin/pack/root/playersettingmodule.py index a94990eb..1a39a85e 100644 --- a/bin/pack/root/playersettingmodule.py +++ b/bin/pack/root/playersettingmodule.py @@ -345,10 +345,15 @@ def __LoadGameEffect(): chrmgr.RegisterEffect(chrmgr.EFFECT_LEVELUP, "", "d:/ymir work/effect/etc/levelup_1/level_up.mse") chrmgr.RegisterEffect(chrmgr.EFFECT_SKILLUP, "", "d:/ymir work/effect/etc/skillup/skillup_1.mse") - chrmgr.RegisterEffect(chrmgr.EFFECT_EMPIRE+1, "Bip01", "d:/ymir work/effect/etc/empire/empire_A.mse") - chrmgr.RegisterEffect(chrmgr.EFFECT_EMPIRE+2, "Bip01", "d:/ymir work/effect/etc/empire/empire_B.mse") - chrmgr.RegisterEffect(chrmgr.EFFECT_EMPIRE+3, "Bip01", "d:/ymir work/effect/etc/empire/empire_C.mse") - + if localeInfo.IsNEWCIBN(): + chrmgr.RegisterEffect(chrmgr.EFFECT_EMPIRE+1, "Bip01", "locale/newcibn/effect/empire/empire_A.mse") + chrmgr.RegisterEffect(chrmgr.EFFECT_EMPIRE+2, "Bip01", "locale/newcibn/effect/empire/empire_B.mse") + chrmgr.RegisterEffect(chrmgr.EFFECT_EMPIRE+3, "Bip01", "locale/newcibn/effect/empire/empire_C.mse") + else : + chrmgr.RegisterEffect(chrmgr.EFFECT_EMPIRE+1, "Bip01", "d:/ymir work/effect/etc/empire/empire_A.mse") + chrmgr.RegisterEffect(chrmgr.EFFECT_EMPIRE+2, "Bip01", "d:/ymir work/effect/etc/empire/empire_B.mse") + chrmgr.RegisterEffect(chrmgr.EFFECT_EMPIRE+3, "Bip01", "d:/ymir work/effect/etc/empire/empire_C.mse") + chrmgr.RegisterEffect(chrmgr.EFFECT_WEAPON+1, "equip_right_hand", "d:/ymir work/pc/warrior/effect/geom_sword_loop.mse") chrmgr.RegisterEffect(chrmgr.EFFECT_WEAPON+2, "equip_right_hand", "d:/ymir work/pc/warrior/effect/geom_spear_loop.mse") diff --git a/bin/pack/root/prototype.py b/bin/pack/root/prototype.py index 990b1812..442f7ffd 100644 --- a/bin/pack/root/prototype.py +++ b/bin/pack/root/prototype.py @@ -47,8 +47,9 @@ def RunApp(): mainStream.Create() #mainStream.SetLoadingPhase() + mainStream.SetLogoPhase() - mainStream.SetLoginPhase() + #mainStream.SetLoginPhase() #mainStream.SetSelectCharacterPhase() #mainStream.SetCreateCharacterPhase() #mainStream.SetSelectEmpirePhase() diff --git a/bin/pack/root/rootlibcythonizer.py b/bin/pack/root/rootlibcythonizer.py new file mode 100644 index 00000000..22321a5f --- /dev/null +++ b/bin/pack/root/rootlibcythonizer.py @@ -0,0 +1,39 @@ +import sys +libpath = '..\\..\\Extern\\Py2Lib\\lib' +sys.path.append(libpath) + +#import utils +import imp +fp, pathname, description = imp.find_module('utils', [libpath]) +utils = imp.load_module('utils', fp, pathname, description) +import cythonizer + +pys = utils.findMatchedFiles(".", "*.py") +pys.remove('RootlibCythonizer.py') +moduleLst = cythonizer.run(pys, forceRecompile=True) +moduleNameLst = [] +sourceFileLst = [] +import os.path +for m in moduleLst: + for source in m.sources: + base, ext = os.path.splitext(source) + moduleName = base.split('/')[-1] + moduleNameLst.append(moduleName) + sourceFileLst.append(base + (".cpp" if "c++" == m.language else ".c")) + +import sourceWriter + +sourceFileName = sourceWriter.run(moduleNameLst, 'rootlib') +print "%s create successful." % sourceFileName + +# not yet implemented. +#from distutils.dist import Distribution + +#dist = Distribution({'name' : 'test', 'libraries' : [('test', {'sources' : sourceFileLst})]}) + +#from builder import Builder +#cBuilder = Builder(dist) +#cBuilder.run() +#import builder +#builder.run(sourceFileLst, 'test') + diff --git a/bin/pack/root/servercommandparser.py b/bin/pack/root/servercommandparser.py index 5f660458..b46cd87b 100644 --- a/bin/pack/root/servercommandparser.py +++ b/bin/pack/root/servercommandparser.py @@ -31,6 +31,7 @@ class ServerCommandParser(object): print " BINARY_ServerCommand_Reserve", line return self.serverCommander.Run(line) except RuntimeError, msg: + import dbg dbg.TraceError(msg) return 0 diff --git a/bin/pack/root/serverinfo.py b/bin/pack/root/serverinfo.py index 88e1fc70..b585ab55 100644 --- a/bin/pack/root/serverinfo.py +++ b/bin/pack/root/serverinfo.py @@ -1,41 +1,59 @@ -import app +SERVER_NAME = "Metin2" +SERVER_NAME_TEST = "Test" +SERVER_IP = "192.168.0.150" +SERVER_IP_TEST = "172.26.105.128" +CH1_NAME = "CH1" +CH2_NAME = "CH2" +CH3_NAME = "CH3" +CH4_NAME = "CH4" +PORT_1 = 13000 +PORT_2 = 13010 +PORT_3 = 13020 +PORT_4 = 13030 +PORT_AUTH = 11000 +PORT_MARK = 13000 -app.ServerName = None - -SERVER_HOSTNAME = "172.23.99.208" - -STATE_NONE = '...' +STATE_NONE = "..." STATE_DICT = { - 0: '....', - 1: 'NORM', - 2: 'BUSY', - 3: 'FULL' + 0 : "....", + 1 : "NORM", + 2 : "BUSY", + 3 : "FULL" } -SERVER1_CHANNEL_DICT = { - 1: {'key': 11,'name': 'CH1 ', 'ip': SERVER_HOSTNAME, 'tcp_port': 13900, 'udp_port': 13900, 'state': STATE_NONE}, +SERVER01_CHANNEL_DICT = { + 1:{"key":11,"name":CH1_NAME,"ip":SERVER_IP,"tcp_port":PORT_1,"udp_port":PORT_1,"state":STATE_NONE,}, + 2:{"key":12,"name":CH2_NAME,"ip":SERVER_IP,"tcp_port":PORT_2,"udp_port":PORT_2,"state":STATE_NONE,}, + 3:{"key":13,"name":CH3_NAME,"ip":SERVER_IP,"tcp_port":PORT_3,"udp_port":PORT_3,"state":STATE_NONE,}, + 4:{"key":14,"name":CH4_NAME,"ip":SERVER_IP,"tcp_port":PORT_4,"udp_port":PORT_4,"state":STATE_NONE,}, } + +SERVER02_CHANNEL_DICT = { + 1:{"key":21,"name":CH1_NAME,"ip":SERVER_IP_TEST,"tcp_port":PORT_1,"udp_port":PORT_1,"state":STATE_NONE,}, + 2:{"key":22,"name":CH2_NAME,"ip":SERVER_IP_TEST,"tcp_port":PORT_2,"udp_port":PORT_2,"state":STATE_NONE,}, +} + REGION_NAME_DICT = { - 0: 'TAIWAN', + 0 : "", } REGION_AUTH_SERVER_DICT = { - 0: { - 1: {'ip': SERVER_HOSTNAME, 'port':11900}, - } + 0 : { + 1 : { "ip":SERVER_IP, "port":PORT_AUTH, }, + 2 : { "ip":SERVER_IP_TEST, "port":PORT_AUTH, }, + + } } REGION_DICT = { - 0: { - 1: {'name': 'Test Server', 'channel': SERVER1_CHANNEL_DICT}, - } + 0 : { + 1 : { "name" :SERVER_NAME, "channel" : SERVER01_CHANNEL_DICT, }, + 2 : { "name" :SERVER_NAME_TEST, "channel" : SERVER02_CHANNEL_DICT, }, + }, } MARKADDR_DICT = { - 10: {'ip': SERVER_HOSTNAME, 'tcp_port': 13900, 'mark': '10.tga', 'symbol_path': '10'}, -} - -TESTADDR = {'ip': SERVER_HOSTNAME, 'tcp_port': 13900, 'udp_port': 13900} - -#DONE + 10 : { "ip" : SERVER_IP, "tcp_port" : PORT_MARK, "mark" : "10.tga", "symbol_path" : "10", }, + 20 : { "ip" : SERVER_IP_TEST, "tcp_port" : PORT_MARK, "mark" : "20.tga", "symbol_path" : "20", }, +} \ No newline at end of file diff --git a/bin/pack/root/shaman_m.msm b/bin/pack/root/shaman_m.msm index a1fc330b..a54c6aa3 100644 --- a/bin/pack/root/shaman_m.msm +++ b/bin/pack/root/shaman_m.msm @@ -6,7 +6,7 @@ Group HairData { PathName "d:/ymir Work/pc2/shaman/" - HairDataCount 56 + HairDataCount 61 Group HairData00 { HairIndex 0 @@ -411,13 +411,50 @@ Group HairData SourceSkin "hair/hair_34_1.dds" TargetSkin "hair/hair_34_1.dds" } + Group HairData56 + { + HairIndex 5061 + Model "hair/hair_35_1.gr2" + SourceSkin "hair/hair_35_1.dds" + TargetSkin "hair/hair_35_1.dds" + } + Group HairData57 + { + HairIndex 5063 + Model "hair/hair_37_1.gr2" + SourceSkin "hair/hair_37_1.dds" + TargetSkin "hair/hair_37_1.dds" + } + Group HairData58 + { + HairIndex 5064 + Model "hair/hair_36_1.gr2" + SourceSkin "hair/hair_36_1.dds" + TargetSkin "hair/hair_36_1.dds" + } + Group HairData59 + { + HairIndex 5065 + Model "hair/hair_38_1.gr2" + SourceSkin "hair/hair_38_1.dds" + TargetSkin "hair/hair_38_1.dds" + } + + Group HairData60 + { + HairIndex 5022 + Model "hair/hair_12_1.gr2" + SourceSkin "hair/hair_12_1.dds" + TargetSkin "hair/hair_12_1.dds" + } + } Group ShapeData { PathName "d:/ymir Work/pc2/shaman/" - ShapeDataCount 112 + ShapeDataCount 146 Group ShapeData00 { @@ -1275,6 +1312,244 @@ Group ShapeData SourceSkin "shaman_halloween2.dds" TargetSkin "shaman_halloween2.dds" } + Group ShapeData112 + { + ShapeIndex 40118 + Model "shaman_assasin1.GR2" + SourceSkin "shaman_assassin1.dds" + TargetSkin "shaman_assassin3.dds" + } + Group ShapeData113 + { + ShapeIndex 40060 + Model "shaman_capoeira1.gr2" + SourceSkin "shaman_capoeira1.dds" + TargetSkin "shaman_capoeira1.dds" + } + Group ShapeData114 + { + ShapeIndex 40120 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC01.dds" + } + Group ShapeData115 + { + ShapeIndex 40122 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC02.dds" + } + Group ShapeData116 + { + ShapeIndex 40124 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC03.dds" + } + Group ShapeData117 + { + ShapeIndex 40126 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC04.dds" + } + Group ShapeData118 + { + ShapeIndex 40128 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC05.dds" + } + Group ShapeData119 + { + ShapeIndex 40130 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC06.dds" + } + Group ShapeData120 + { + ShapeIndex 40132 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC07.dds" + } + Group ShapeData121 + { + ShapeIndex 40134 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC08.dds" + } + Group ShapeData122 + { + ShapeIndex 40136 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC09.dds" + } + Group ShapeData123 + { + ShapeIndex 40138 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC10.dds" + } + Group ShapeData124 + { + ShapeIndex 40140 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC11.dds" + } + Group ShapeData125 + { + ShapeIndex 40142 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC12.dds" + } + Group ShapeData126 + { + ShapeIndex 40144 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC13.dds" + } + Group ShapeData127 + { + ShapeIndex 40146 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC14.dds" + } + Group ShapeData128 + { + ShapeIndex 40148 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC15.dds" + } + Group ShapeData129 + { + ShapeIndex 40150 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC16.dds" + } + Group ShapeData130 + { + ShapeIndex 40152 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC17.dds" + } + Group ShapeData131 + { + ShapeIndex 40154 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC18.dds" + } + Group ShapeData132 + { + ShapeIndex 40156 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC19.dds" + } + Group ShapeData133 + { + ShapeIndex 40158 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC20.dds" + } + Group ShapeData134 + { + ShapeIndex 40160 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC21.dds" + } + Group ShapeData135 + { + ShapeIndex 40162 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC22.dds" + } + Group ShapeData136 + { + ShapeIndex 40164 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC23.dds" + } + Group ShapeData137 + { + ShapeIndex 40166 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC24.dds" + } + Group ShapeData138 + { + ShapeIndex 40168 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC25.dds" + } + Group ShapeData139 + { + ShapeIndex 40170 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC26.dds" + } + Group ShapeData140 + { + ShapeIndex 40172 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC27.dds" + } + Group ShapeData141 + { + ShapeIndex 40174 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC28.dds" + } + Group ShapeData142 + { + ShapeIndex 40176 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC29.dds" + } + Group ShapeData143 + { + ShapeIndex 40178 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC30.dds" + } + Group ShapeData144 + { + ShapeIndex 40180 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC31.dds" + } + Group ShapeData145 + { + ShapeIndex 40182 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC32.dds" + } } Group AttachingData diff --git a/bin/pack/root/shaman_w.msm b/bin/pack/root/shaman_w.msm index 2132ccfe..0be6d8d9 100644 --- a/bin/pack/root/shaman_w.msm +++ b/bin/pack/root/shaman_w.msm @@ -6,7 +6,7 @@ Group HairData { PathName "d:/ymir Work/pc/shaman/" - HairDataCount 70 + HairDataCount 75 Group HairData00 { HairIndex 0 @@ -500,13 +500,48 @@ Group HairData SourceSkin "hair/hair_34_1.dds" TargetSkin "hair/hair_34_1.dds" } + Group HairData70 + { + HairIndex 5062 + Model "hair/hair_35_1.GR2" + SourceSkin "hair/hair_35_1.dds" + TargetSkin "hair/hair_35_1.dds" + } + Group HairData71 + { + HairIndex 5063 + Model "hair/hair_37_1.GR2" + SourceSkin "hair/hair_37_1.dds" + TargetSkin "hair/hair_37_1.dds" + } + Group HairData72 + { + HairIndex 5064 + Model "hair/hair_36_1.GR2" + SourceSkin "hair/hair_36_1.dds" + TargetSkin "hair/hair_36_1.dds" + } + Group HairData73 + { + HairIndex 5065 + Model "hair/hair_38_1.GR2" + SourceSkin "hair/hair_38_1.dds" + TargetSkin "hair/hair_38_1.dds" + } + Group HairData74 + { + HairIndex 5022 + Model "hair/hair_12_1.GR2" + SourceSkin "hair/hair_12_1.dds" + TargetSkin "hair/hair_12_1.dds" + } } Group ShapeData { PathName "d:/ymir Work/pc/shaman/" - ShapeDataCount 112 + ShapeDataCount 146 Group ShapeData00 { @@ -1312,6 +1347,244 @@ Group ShapeData SourceSkin "shaman_halloween2.dds" TargetSkin "shaman_halloween2.dds" } + Group ShapeData112 + { + ShapeIndex 40119 + Model "shaman_assasin1.GR2" + SourceSkin "shaman_assassin1.dds" + TargetSkin "shaman_assassin3.dds" + } + Group ShapeData113 + { + ShapeIndex 40060 + Model "shaman_capoeira1.GR2" + SourceSkin "shaman_capoeira1.dds" + TargetSkin "shaman_capoeira1.dds" + } + Group ShapeData114 + { + ShapeIndex 40121 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC01.dds" + } + Group ShapeData115 + { + ShapeIndex 40123 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC02.dds" + } + Group ShapeData116 + { + ShapeIndex 40125 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC03.dds" + } + Group ShapeData117 + { + ShapeIndex 40127 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC04.dds" + } + Group ShapeData118 + { + ShapeIndex 40129 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC05.dds" + } + Group ShapeData119 + { + ShapeIndex 40131 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC06.dds" + } + Group ShapeData120 + { + ShapeIndex 40133 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC07.dds" + } + Group ShapeData121 + { + ShapeIndex 40135 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC08.dds" + } + Group ShapeData122 + { + ShapeIndex 40137 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC09.dds" + } + Group ShapeData123 + { + ShapeIndex 40139 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC10.dds" + } + Group ShapeData124 + { + ShapeIndex 40141 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC11.dds" + } + Group ShapeData125 + { + ShapeIndex 40143 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC12.dds" + } + Group ShapeData126 + { + ShapeIndex 40145 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC13.dds" + } + Group ShapeData127 + { + ShapeIndex 40147 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC14.dds" + } + Group ShapeData128 + { + ShapeIndex 40149 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC15.dds" + } + Group ShapeData129 + { + ShapeIndex 40151 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC16.dds" + } + Group ShapeData130 + { + ShapeIndex 40153 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC17.dds" + } + Group ShapeData131 + { + ShapeIndex 40155 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC18.dds" + } + Group ShapeData132 + { + ShapeIndex 40157 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC19.dds" + } + Group ShapeData133 + { + ShapeIndex 40159 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC20.dds" + } + Group ShapeData134 + { + ShapeIndex 40161 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC21.dds" + } + Group ShapeData135 + { + ShapeIndex 40163 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC22.dds" + } + Group ShapeData136 + { + ShapeIndex 40165 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC23.dds" + } + Group ShapeData137 + { + ShapeIndex 40167 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC24.dds" + } + Group ShapeData138 + { + ShapeIndex 40169 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC25.dds" + } + Group ShapeData139 + { + ShapeIndex 40171 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC26.dds" + } + Group ShapeData140 + { + ShapeIndex 40173 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC27.dds" + } + Group ShapeData141 + { + ShapeIndex 40175 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC28.dds" + } + Group ShapeData142 + { + ShapeIndex 40177 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC29.dds" + } + Group ShapeData143 + { + ShapeIndex 40179 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC30.dds" + } + Group ShapeData144 + { + ShapeIndex 40181 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC31.dds" + } + Group ShapeData145 + { + ShapeIndex 40183 + Model "shaman_soccer1_Germany.GR2" + SourceSkin "shaman_soccer1_Germany.dds" + TargetSkin "shaman_WC32.dds" + } } Group AttachingData { diff --git a/bin/pack/root/sura_m.msm b/bin/pack/root/sura_m.msm index c62eba03..0dfffe1e 100644 --- a/bin/pack/root/sura_m.msm +++ b/bin/pack/root/sura_m.msm @@ -6,7 +6,7 @@ Group HairData { PathName "d:/ymir Work/pc/sura/" - HairDataCount 56 + HairDataCount 61 Group HairData00 { HairIndex 0 @@ -399,14 +399,48 @@ Group HairData SourceSkin "hair/hair_34_1.dds" TargetSkin "hair/hair_34_1.dds" } - + Group HairData56 + { + HairIndex 5061 + Model "hair/hair_35_1.gr2" + SourceSkin "hair/hair_35_1.dds" + TargetSkin "hair/hair_35_1.dds" + } + Group HairData57 + { + HairIndex 5063 + Model "hair/hair_37_1.gr2" + SourceSkin "hair/hair_37_1.dds" + TargetSkin "hair/hair_37_1.dds" + } + Group HairData58 + { + HairIndex 5064 + Model "hair/hair_36_1.gr2" + SourceSkin "hair/hair_36_1.dds" + TargetSkin "hair/hair_36_1.dds" + } + Group HairData59 + { + HairIndex 5065 + Model "hair/hair_38_1.gr2" + SourceSkin "hair/hair_38_1.dds" + TargetSkin "hair/hair_38_1.dds" + } + Group HairData60 + { + HairIndex 5022 + Model "hair/hair_12_1.gr2" + SourceSkin "hair/hair_12_1.dds" + TargetSkin "hair/hair_12_1.dds" + } } Group ShapeData { PathName "d:/ymir Work/pc/sura/" - ShapeDataCount 112 + ShapeDataCount 146 Group ShapeData00 { @@ -1275,6 +1309,246 @@ Group ShapeData SourceSkin "sura_halloween2.dds" TargetSkin "sura_halloween2.dds" } + Group ShapeData112 + { + ShapeIndex 40118 + Model "sura_assassin1.GR2" + SourceSkin "sura_assassin1.dds" + TargetSkin "sura_assassin3.dds" + } + + Group ShapeData113 + { + ShapeIndex 40060 + Model "sura_capoeira1.gr2" + SourceSkin "sura_capoeira1.dds" + TargetSkin "sura_capoeira1.dds" + } + Group ShapeData114 + { + ShapeIndex 40120 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC01.dds" + } + Group ShapeData115 + { + ShapeIndex 40122 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC02.dds" + } + Group ShapeData116 + { + ShapeIndex 40124 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC03.dds" + } + Group ShapeData117 + { + ShapeIndex 40126 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC04.dds" + } + Group ShapeData118 + { + ShapeIndex 40128 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC05.dds" + } + Group ShapeData119 + { + ShapeIndex 40130 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC06.dds" + } + Group ShapeData120 + { + ShapeIndex 40132 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC07.dds" + } + Group ShapeData121 + { + ShapeIndex 40134 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC08.dds" + } + Group ShapeData122 + { + ShapeIndex 40136 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC09.dds" + } + Group ShapeData123 + { + ShapeIndex 40138 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC10.dds" + } + Group ShapeData124 + { + ShapeIndex 40140 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC11.dds" + } + Group ShapeData125 + { + ShapeIndex 40142 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC12.dds" + } + Group ShapeData126 + { + ShapeIndex 40144 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC13.dds" + } + Group ShapeData127 + { + ShapeIndex 40146 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC14.dds" + } + Group ShapeData128 + { + ShapeIndex 40148 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC15.dds" + } + Group ShapeData129 + { + ShapeIndex 40150 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC16.dds" + } + Group ShapeData130 + { + ShapeIndex 40152 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC17.dds" + } + Group ShapeData131 + { + ShapeIndex 40154 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC18.dds" + } + Group ShapeData132 + { + ShapeIndex 40156 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC19.dds" + } + Group ShapeData133 + { + ShapeIndex 40158 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC20.dds" + } + Group ShapeData134 + { + ShapeIndex 40160 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC21.dds" + } + Group ShapeData135 + { + ShapeIndex 40162 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC22.dds" + } + Group ShapeData136 + { + ShapeIndex 40164 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC23.dds" + } + Group ShapeData137 + { + ShapeIndex 40166 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC24.dds" + } + Group ShapeData138 + { + ShapeIndex 40168 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC25.dds" + } + Group ShapeData139 + { + ShapeIndex 40170 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC26.dds" + } + Group ShapeData140 + { + ShapeIndex 40172 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC27.dds" + } + Group ShapeData141 + { + ShapeIndex 40174 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC28.dds" + } + Group ShapeData142 + { + ShapeIndex 40176 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC29.dds" + } + Group ShapeData143 + { + ShapeIndex 40178 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC30.dds" + } + Group ShapeData144 + { + ShapeIndex 40180 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC31.dds" + } + Group ShapeData145 + { + ShapeIndex 40182 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC32.dds" + } + } Group AttachingData diff --git a/bin/pack/root/sura_w.msm b/bin/pack/root/sura_w.msm index fe6e9879..17d54627 100644 --- a/bin/pack/root/sura_w.msm +++ b/bin/pack/root/sura_w.msm @@ -6,7 +6,7 @@ Group HairData { PathName "d:/ymir Work/pc2/sura/" - HairDataCount 70 + HairDataCount 75 Group HairData00 { HairIndex 0 @@ -497,13 +497,50 @@ Group HairData SourceSkin "hair/hair_34_1.dds" TargetSkin "hair/hair_34_1.dds" } + Group HairData70 + { + HairIndex 5062 + Model "hair/hair_35_1.gr2" + SourceSkin "hair/hair_35_1.dds" + TargetSkin "hair/hair_35_1.dds" + } + Group HairData71 + { + HairIndex 5063 + Model "hair/hair_37_1.gr2" + SourceSkin "hair/hair_37_1.dds" + TargetSkin "hair/hair_37_1.dds" + } + + Group HairData72 + { + HairIndex 5064 + Model "hair/hair_36_1.gr2" + SourceSkin "hair/hair_36_1.dds" + TargetSkin "hair/hair_36_1.dds" + } + + Group HairData73 + { + HairIndex 5065 + Model "hair/hair_38_1.gr2" + SourceSkin "hair/hair_38_1.dds" + TargetSkin "hair/hair_38_1.dds" + } + Group HairData74 + { + HairIndex 5022 + Model "hair/hair_12_1.gr2" + SourceSkin "hair/hair_12_1.dds" + TargetSkin "hair/hair_12_1.dds" + } } Group ShapeData { PathName "d:/ymir Work/pc2/sura/" - ShapeDataCount 112 + ShapeDataCount 146 Group ShapeData00 { @@ -1371,6 +1408,246 @@ Group ShapeData SourceSkin "sura_halloween2.dds" TargetSkin "sura_halloween2.dds" } + Group ShapeData112 + { + ShapeIndex 40119 + Model "sura_assassin1.GR2" + SourceSkin "sura_assassin1.dds" + TargetSkin "sura_assassin3.dds" + } + Group ShapeData113 + { + ShapeIndex 40060 + Model "sura_capoeira1.gr2" + SourceSkin "sura_capoeira1.dds" + TargetSkin "sura_capoeira1.dds" + } + Group ShapeData114 + { + ShapeIndex 40121 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC01.dds" + } + Group ShapeData115 + { + ShapeIndex 40123 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC02.dds" + } + Group ShapeData116 + { + ShapeIndex 40125 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC03.dds" + } + Group ShapeData117 + { + ShapeIndex 40127 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC04.dds" + } + Group ShapeData118 + { + ShapeIndex 40129 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC05.dds" + } + Group ShapeData119 + { + ShapeIndex 40131 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC06.dds" + } + Group ShapeData120 + { + ShapeIndex 40133 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC07.dds" + } + Group ShapeData121 + { + ShapeIndex 40135 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC08.dds" + } + Group ShapeData122 + { + ShapeIndex 40137 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC09.dds" + } + Group ShapeData123 + { + ShapeIndex 40139 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC10.dds" + } + Group ShapeData124 + { + ShapeIndex 40141 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC11.dds" + } + Group ShapeData125 + { + ShapeIndex 40143 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC12.dds" + } + Group ShapeData126 + { + ShapeIndex 40145 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC13.dds" + } + Group ShapeData127 + { + ShapeIndex 40147 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC14.dds" + } + Group ShapeData128 + { + ShapeIndex 40149 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC15.dds" + } + Group ShapeData129 + { + ShapeIndex 40151 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC16.dds" + } + Group ShapeData130 + { + ShapeIndex 40153 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC17.dds" + } + Group ShapeData131 + { + ShapeIndex 40155 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC18.dds" + } + Group ShapeData132 + { + ShapeIndex 40157 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC19.dds" + } + Group ShapeData133 + { + ShapeIndex 40159 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC20.dds" + } + Group ShapeData134 + { + ShapeIndex 40161 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC21.dds" + } + Group ShapeData135 + { + ShapeIndex 40163 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC22.dds" + } + Group ShapeData136 + { + ShapeIndex 40165 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC23.dds" + } + Group ShapeData137 + { + ShapeIndex 40167 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC24.dds" + } + Group ShapeData138 + { + ShapeIndex 40169 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC25.dds" + } + Group ShapeData139 + { + ShapeIndex 40171 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC26.dds" + } + Group ShapeData140 + { + ShapeIndex 40173 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC27.dds" + } + Group ShapeData141 + { + ShapeIndex 40175 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC28.dds" + } + Group ShapeData142 + { + ShapeIndex 40177 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC29.dds" + } + Group ShapeData143 + { + ShapeIndex 40179 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC30.dds" + } + Group ShapeData144 + { + ShapeIndex 40181 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC31.dds" + } + Group ShapeData145 + { + ShapeIndex 40183 + Model "sura_soccer1_Germany.GR2" + SourceSkin "sura_soccer1_Germany.dds" + TargetSkin "sura_WC32.dds" + } + + } Group AttachingData diff --git a/bin/pack/root/system.py b/bin/pack/root/system.py index e5f47c50..76574d5e 100644 --- a/bin/pack/root/system.py +++ b/bin/pack/root/system.py @@ -274,9 +274,9 @@ def RunMainScript(name): except RuntimeError, msg: msg = str(msg) - import localeInfo - if localeInfo.error: - msg = localeInfo.error.get(msg, msg) + import locale + if locale.error: + msg = locale.error.get(msg, msg) dbg.LogBox(msg) app.Abort() diff --git a/bin/pack/root/test_affect.py b/bin/pack/root/test_affect.py index d90bcf1d..cad13e48 100644 --- a/bin/pack/root/test_affect.py +++ b/bin/pack/root/test_affect.py @@ -8,7 +8,7 @@ import grp import ui app.SetMouseHandler(mouseModule.mouseController) -app.SetHairColorEnable(TRUE) +app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create("METIN2", systemSetting.GetWidth(), systemSetting.GetHeight(), 1) @@ -34,7 +34,7 @@ class TestGame(ui.Window): def OnKeyUp(self, key): print key - return TRUE + return True def OnUpdate(self): app.UpdateGame() diff --git a/bin/pack/root/ui.py b/bin/pack/root/ui.py index 2757a76c..2b68375c 100644 --- a/bin/pack/root/ui.py +++ b/bin/pack/root/ui.py @@ -6,7 +6,7 @@ import wndMgr import item import skill import localeInfo - +import dbg # MARK_BUG_FIX import guild # END_OF_MARK_BUG_FIX @@ -52,57 +52,48 @@ app.SetDefaultFontName(localeInfo.UI_DEF_FONT) ## "OnKeyUp" ## "OnTop" ## "OnIMEUpdate" ## IME Only -## "OnIMETab" ## IME Only +## "OnIMETab" ## IME Only ## "OnIMEReturn" ## IME Only ############################## ## Window Manager Event List## class __mem_func__: - class __noarg_call__: - def __init__(self, cls, obj, func): - self.cls=cls - self.obj=proxy(obj) - self.func=proxy(func) + class __noarg_call__: + def __init__(self, cls, obj, func): + self.cls=cls + self.obj=proxy(obj) + self.func=proxy(func) - def __call__(self, *arg): - return self.func(self.obj) + def __call__(self, *arg): + return self.func(self.obj) - class __arg_call__: - def __init__(self, cls, obj, func): - self.cls=cls - self.obj=proxy(obj) - self.func=proxy(func) + class __arg_call__: + def __init__(self, cls, obj, func): + self.cls=cls + self.obj=proxy(obj) + self.func=proxy(func) - def __call__(self, *arg): - return self.func(self.obj, *arg) + def __call__(self, *arg): + return self.func(self.obj, *arg) - def __init__(self, mfunc): - if mfunc.im_func.func_code.co_argcount>1: - self.call=__mem_func__.__arg_call__(mfunc.im_class, mfunc.im_self, mfunc.im_func) - else: - self.call=__mem_func__.__noarg_call__(mfunc.im_class, mfunc.im_self, mfunc.im_func) + def __init__(self, mfunc): + if mfunc.im_func.func_code.co_argcount>1: + self.call=__mem_func__.__arg_call__(mfunc.im_class, mfunc.im_self, mfunc.im_func) + else: + self.call=__mem_func__.__noarg_call__(mfunc.im_class, mfunc.im_self, mfunc.im_func) - def __call__(self, *arg): - return self.call(*arg) + def __call__(self, *arg): + return self.call(*arg) class Window(object): - - def SetClickEvent(self, event): - self.clickEvent = __mem_func__(event) - - def OnMouseLeftButtonDown(self): - if self.clickEvent: - self.clickEvent() - def NoneMethod(cls): pass NoneMethod = classmethod(NoneMethod) def __init__(self, layer = "UI"): - self.clickEvent = None self.hWnd = None self.parentWindow = 0 self.onMouseLeftButtonUpEvent = None @@ -236,6 +227,7 @@ class Window(object): self.onMouseLeftButtonUpEvent() class ListBoxEx(Window): + class Item(Window): def __init__(self): Window.__init__(self) @@ -458,7 +450,7 @@ class TextLine(Window): wndMgr.SetLimitWidth(self.hWnd, width) def SetMultiLine(self): - wndMgr.SetMultiLine(self.hWnd, TRUE) + wndMgr.SetMultiLine(self.hWnd, True) def SetHorizontalAlignArabic(self): wndMgr.SetHorizontalAlign(self.hWnd, wndMgr.TEXT_HORIZONTAL_ALIGN_ARABIC) @@ -481,13 +473,13 @@ class TextLine(Window): def SetVerticalAlignCenter(self): wndMgr.SetVerticalAlign(self.hWnd, wndMgr.TEXT_VERTICAL_ALIGN_CENTER) - def SetSecret(self, Value=TRUE): + def SetSecret(self, Value=True): wndMgr.SetSecret(self.hWnd, Value) - def SetOutline(self, Value=TRUE): + def SetOutline(self, Value=True): wndMgr.SetOutline(self.hWnd, Value) - def SetFeather(self, value=TRUE): + def SetFeather(self, value=True): wndMgr.SetFeather(self.hWnd, value) def SetFontName(self, fontName): @@ -545,10 +537,10 @@ class EditLine(TextLine): self.eventReturn = Window.NoneMethod self.eventEscape = Window.NoneMethod self.eventTab = None - self.numberMode = FALSE - self.useIME = TRUE + self.numberMode = False + self.useIME = True - self.bCodePage = FALSE + self.bCodePage = False self.candidateWindowClass = None self.candidateWindow = None @@ -604,7 +596,7 @@ class EditLine(TextLine): ime.SetUserMax(self.userMax) def SetNumberMode(self): - self.numberMode = TRUE + self.numberMode = True #def AddExceptKey(self, key): # ime.AddExceptKey(key) @@ -645,7 +637,7 @@ class EditLine(TextLine): ime.EnableIME() else: ime.DisableIME() - wndMgr.ShowCursor(self.hWnd, TRUE) + wndMgr.ShowCursor(self.hWnd, True) def OnKillFocus(self): self.SetText(ime.GetText(self.bCodePage)) @@ -666,11 +658,11 @@ class EditLine(TextLine): gx, gy = self.GetGlobalPosition() self.candidateWindow.SetCandidatePosition(gx, gy, len(self.GetText())) - return TRUE + return True def OnIMECloseCandidateList(self): self.candidateWindow.Hide() - return TRUE + return True def OnIMEOpenReadingWnd(self): gx, gy = self.GetGlobalPosition() @@ -685,11 +677,11 @@ class EditLine(TextLine): self.readingWnd.SetTextColor(0xffff0000) self.readingWnd.SetSize(readinglen * 6 + 4, 19) self.readingWnd.Show() - return TRUE + return True def OnIMECloseReadingWnd(self): self.readingWnd.Hide() - return TRUE + return True def OnIMEUpdate(self): snd.PlaySound("sound/ui/type.wav") @@ -698,91 +690,91 @@ class EditLine(TextLine): def OnIMETab(self): if self.eventTab: self.eventTab() - return TRUE + return True - return FALSE + return False def OnIMEReturn(self): snd.PlaySound("sound/ui/click.wav") self.eventReturn() - return TRUE + return True def OnPressEscapeKey(self): self.eventEscape() - return TRUE + return True def OnKeyDown(self, key): if app.DIK_F1 == key: - return FALSE + return False if app.DIK_F2 == key: - return FALSE + return False if app.DIK_F3 == key: - return FALSE + return False if app.DIK_F4 == key: - return FALSE + return False if app.DIK_LALT == key: - return FALSE + return False if app.DIK_SYSRQ == key: - return FALSE + return False if app.DIK_LCONTROL == key: - return FALSE + return False if app.DIK_V == key: if app.IsPressed(app.DIK_LCONTROL): ime.PasteTextFromClipBoard() - return TRUE + return True def OnKeyUp(self, key): if app.DIK_F1 == key: - return FALSE + return False if app.DIK_F2 == key: - return FALSE + return False if app.DIK_F3 == key: - return FALSE + return False if app.DIK_F4 == key: - return FALSE + return False if app.DIK_LALT == key: - return FALSE + return False if app.DIK_SYSRQ == key: - return FALSE + return False if app.DIK_LCONTROL == key: - return FALSE + return False - return TRUE + return True def OnIMEKeyDown(self, key): # Left if app.VK_LEFT == key: ime.MoveLeft() - return TRUE + return True # Right if app.VK_RIGHT == key: ime.MoveRight() - return TRUE + return True # Home if app.VK_HOME == key: ime.MoveHome() - return TRUE + return True # End if app.VK_END == key: ime.MoveEnd() - return TRUE + return True # Delete if app.VK_DELETE == key: ime.Delete() TextLine.SetText(self, ime.GetText(self.bCodePage)) - return TRUE + return True - return TRUE + return True #def OnMouseLeftButtonDown(self): # self.SetFocus() def OnMouseLeftButtonDown(self): - if FALSE == self.IsIn(): - return FALSE + if False == self.IsIn(): + return False self.SetFocus() PixelPosition = wndMgr.GetCursorPosition(self.hWnd) @@ -1053,34 +1045,34 @@ class RadioButtonGroup: for button, ue, de in self.buttonGroup: button.__del__() - def Show(self): - for (button, selectEvent, unselectEvent) in self.buttonGroup: + def Show(self): + for (button, selectEvent, unselectEvent) in self.buttonGroup: button.Show() - def Hide(self): - for (button, selectEvent, unselectEvent) in self.buttonGroup: + def Hide(self): + for (button, selectEvent, unselectEvent) in self.buttonGroup: button.Hide() - def SetText(self, idx, text): - if idx >= len(self.buttonGroup): + def SetText(self, idx, text): + if idx >= len(self.buttonGroup): return (button, selectEvent, unselectEvent) = self.buttonGroup[idx] button.SetText(text) - def OnClick(self, btnIdx): - if btnIdx == self.selectedBtnIdx: - return - (button, selectEvent, unselectEvent) = self.buttonGroup[self.selectedBtnIdx] - if unselectEvent: - unselectEvent() - button.SetUp() + def OnClick(self, btnIdx): + if btnIdx == self.selectedBtnIdx: + return + (button, selectEvent, unselectEvent) = self.buttonGroup[self.selectedBtnIdx] + if unselectEvent: + unselectEvent() + button.SetUp() - self.selectedBtnIdx = btnIdx - (button, selectEvent, unselectEvent) = self.buttonGroup[btnIdx] - if selectEvent: - selectEvent() + self.selectedBtnIdx = btnIdx + (button, selectEvent, unselectEvent) = self.buttonGroup[btnIdx] + if selectEvent: + selectEvent() - button.Down() + button.Down() def AddButton(self, button, selectEvent, unselectEvent): i = len(self.buttonGroup) @@ -1134,7 +1126,7 @@ class DragButton(Button): Button.__init__(self) self.AddFlag("movable") - self.callbackEnable = TRUE + self.callbackEnable = True self.eventMove = lambda: None def __del__(self): @@ -1152,10 +1144,10 @@ class DragButton(Button): wndMgr.SetRestrictMovementArea(self.hWnd, x, y, width, height) def TurnOnCallBack(self): - self.callbackEnable = TRUE + self.callbackEnable = True def TurnOffCallBack(self): - self.callbackEnable = FALSE + self.callbackEnable = False def OnMove(self): if self.callbackEnable: @@ -1278,8 +1270,8 @@ class SlotWindow(Window): overName="d:/ymir work/ui/public/slot_cover_button_02.sub",\ downName="d:/ymir work/ui/public/slot_cover_button_03.sub",\ disableName="d:/ymir work/ui/public/slot_cover_button_04.sub",\ - LeftButtonEnable = FALSE,\ - RightButtonEnable = TRUE): + LeftButtonEnable = False,\ + RightButtonEnable = True): wndMgr.SetCoverButton(self.hWnd, slotIndex, upName, overName, downName, disableName, LeftButtonEnable, RightButtonEnable) def EnableCoverButton(self, slotIndex): @@ -1288,7 +1280,7 @@ class SlotWindow(Window): def DisableCoverButton(self, slotIndex): wndMgr.DisableCoverButton(self.hWnd, slotIndex) - def SetAlwaysRenderCoverButton(self, slotIndex, bAlwaysRender = True): + def SetAlwaysRenderCoverButton(self, slotIndex, bAlwaysRender = TRUE): wndMgr.SetAlwaysRenderCoverButton(self.hWnd, slotIndex, bAlwaysRender) def AppendSlotButton(self, upName, overName, downName): @@ -1367,11 +1359,11 @@ class SlotWindow(Window): return wndMgr.GetSlotCount(self.hWnd) def SetUseMode(self, flag): - "TRUE϶ ItemToItem ش" + "True϶ ItemToItem ش" wndMgr.SetUseMode(self.hWnd, flag) def SetUsableItem(self, flag): - "TRUE Ų ItemToItem ϴ" + "True Ų ItemToItem ϴ" wndMgr.SetUsableItem(self.hWnd, flag) ## Slot @@ -1985,7 +1977,7 @@ class ScrollBar(Window): self.pageSize = 1 self.curPos = 0.0 self.eventScroll = lambda *arg: None - self.lockFlag = FALSE + self.lockFlag = False self.scrollStep = 0.20 @@ -2105,10 +2097,10 @@ class ScrollBar(Window): self.SetPos(newPos) def LockScroll(self): - self.lockFlag = TRUE + self.lockFlag = True def UnlockScroll(self): - self.lockFlag = FALSE + self.lockFlag = False class ThinScrollBar(ScrollBar): @@ -2262,9 +2254,6 @@ class SliderBar(Window): class ListBox(Window): - def GetSelectedItemText(self): - return self.textDict.get(self.selectedLine, "") - TEMPORARY_PLACE = 3 def __init__(self, layer = "UI"): @@ -2276,7 +2265,7 @@ class ListBox(Window): self.stepSize = 17 self.basePos = 0 self.showLineCount = 0 - self.itemCenterAlign = TRUE + self.itemCenterAlign = True self.itemList = [] self.keyDict = {} self.textDict = {} @@ -2563,11 +2552,11 @@ class ComboBox(Window): self.y = 0 self.width = 0 self.height = 0 - self.isSelected = FALSE - self.isOver = FALSE - self.isListOpened = FALSE + self.isSelected = False + self.isOver = False + self.isListOpened = False self.event = lambda *arg: None - self.enable = TRUE + self.enable = True self.textLine = MakeTextLine(self) self.textLine.SetText(localeInfo.UI_ITEM) @@ -2603,10 +2592,10 @@ class ComboBox(Window): self.listBox.SetWidth(self.width) def Enable(self): - self.enable = TRUE + self.enable = True def Disable(self): - self.enable = FALSE + self.enable = False self.textLine.SetText("") self.CloseListBox() @@ -2633,7 +2622,7 @@ class ComboBox(Window): self.event(index) def CloseListBox(self): - self.isListOpened = FALSE + self.isListOpened = False self.listBox.Hide() def OnMouseLeftButtonDown(self): @@ -2641,20 +2630,20 @@ class ComboBox(Window): if not self.enable: return - self.isSelected = TRUE + self.isSelected = True def OnMouseLeftButtonUp(self): if not self.enable: return - self.isSelected = FALSE + self.isSelected = False if self.isListOpened: self.CloseListBox() else: if self.listBox.GetItemCount() > 0: - self.isListOpened = TRUE + self.isListOpened = True self.listBox.Show() self.__ArrangeListBox() @@ -2664,9 +2653,9 @@ class ComboBox(Window): return if self.IsIn(): - self.isOver = TRUE + self.isOver = True else: - self.isOver = FALSE + self.isOver = False def OnRender(self): self.x, self.y = self.GetGlobalPosition() @@ -2717,6 +2706,7 @@ class ScriptWindow(Window): def GetChild2(self, name): return self.ElementDictionary.get(name, None) + class PythonScriptLoader(object): BODY_KEY_LIST = ( "x", "y", "width", "height" ) @@ -2810,7 +2800,7 @@ class PythonScriptLoader(object): window.SetSize(w, h) else: window.SetSize(int(Body["width"]), int(Body["height"])) - if TRUE == Body.has_key("style"): + if True == Body.has_key("style"): for StyleList in Body["style"]: window.AddFlag(StyleList) @@ -2822,12 +2812,12 @@ class PythonScriptLoader(object): if localeInfo.IsARABIC(): parent.AddFlag( "rtl" ) - if TRUE == dicChildren.has_key("style"): + if True == dicChildren.has_key("style"): for style in dicChildren["style"]: parent.AddFlag(style) - if FALSE == dicChildren.has_key("children"): - return FALSE + if False == dicChildren.has_key("children"): + return False Index = 0 @@ -2844,7 +2834,7 @@ class PythonScriptLoader(object): except KeyError: Type = ElementValue["type"] = "window" - if FALSE == self.CheckKeyList(Name, ElementValue, self.DEFAULT_KEY_LIST): + if False == self.CheckKeyList(Name, ElementValue, self.DEFAULT_KEY_LIST): del parent.Children[Index] continue @@ -3011,11 +3001,11 @@ class PythonScriptLoader(object): def CheckKeyList(self, name, value, key_list): for DataKey in key_list: - if FALSE == value.has_key(DataKey): + if False == value.has_key(DataKey): print "Failed to find data key", "[" + name + "/" + DataKey + "]" - return FALSE + return False - return TRUE + return True def LoadDefaultData(self, window, value, parentWindow): loc_x = int(value["x"]) @@ -3056,13 +3046,13 @@ class PythonScriptLoader(object): ## Window def LoadElementWindow(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.WINDOW_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.WINDOW_KEY_LIST): + return False window.SetSize(int(value["width"]), int(value["height"])) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Button def LoadElementButton(self, window, value, parentWindow): @@ -3070,17 +3060,17 @@ class PythonScriptLoader(object): if value.has_key("width") and value.has_key("height"): window.SetSize(int(value["width"]), int(value["height"])) - if TRUE == value.has_key("default_image"): + if True == value.has_key("default_image"): window.SetUpVisual(value["default_image"]) - if TRUE == value.has_key("over_image"): + if True == value.has_key("over_image"): window.SetOverVisual(value["over_image"]) - if TRUE == value.has_key("down_image"): + if True == value.has_key("down_image"): window.SetDownVisual(value["down_image"]) - if TRUE == value.has_key("disable_image"): + if True == value.has_key("disable_image"): window.SetDisableVisual(value["disable_image"]) - if TRUE == value.has_key("text"): - if TRUE == value.has_key("text_height"): + if True == value.has_key("text"): + if True == value.has_key("text_height"): window.SetText(value["text"], value["text_height"]) else: window.SetText(value["text"]) @@ -3088,44 +3078,44 @@ class PythonScriptLoader(object): if value.has_key("text_color"): window.SetTextColor(value["text_color"]) - if TRUE == value.has_key("tooltip_text"): - if TRUE == value.has_key("tooltip_x") and TRUE == value.has_key("tooltip_y"): + if True == value.has_key("tooltip_text"): + if True == value.has_key("tooltip_x") and True == value.has_key("tooltip_y"): window.SetToolTipText(value["tooltip_text"], int(value["tooltip_x"]), int(value["tooltip_y"])) else: window.SetToolTipText(value["tooltip_text"]) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Mark def LoadElementMark(self, window, value, parentWindow): - #if FALSE == self.CheckKeyList(value["name"], value, self.MARK_KEY_LIST): - # return FALSE + #if False == self.CheckKeyList(value["name"], value, self.MARK_KEY_LIST): + # return False self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Image def LoadElementImage(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.IMAGE_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.IMAGE_KEY_LIST): + return False window.LoadImage(value["image"]) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## AniImage def LoadElementAniImage(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.ANI_IMAGE_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.ANI_IMAGE_KEY_LIST): + return False - if TRUE == value.has_key("delay"): + if True == value.has_key("delay"): window.SetDelay(value["delay"]) for image in value["images"]: @@ -3136,40 +3126,40 @@ class PythonScriptLoader(object): self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Expanded Image def LoadElementExpandedImage(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.EXPANDED_IMAGE_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.EXPANDED_IMAGE_KEY_LIST): + return False window.LoadImage(value["image"]) - if TRUE == value.has_key("x_origin") and TRUE == value.has_key("y_origin"): + if True == value.has_key("x_origin") and True == value.has_key("y_origin"): window.SetOrigin(float(value["x_origin"]), float(value["y_origin"])) - if TRUE == value.has_key("x_scale") and TRUE == value.has_key("y_scale"): + if True == value.has_key("x_scale") and True == value.has_key("y_scale"): window.SetScale(float(value["x_scale"]), float(value["y_scale"])) - if TRUE == value.has_key("rect"): + if True == value.has_key("rect"): RenderingRect = value["rect"] window.SetRenderingRect(RenderingRect[0], RenderingRect[1], RenderingRect[2], RenderingRect[3]) - if TRUE == value.has_key("mode"): + if True == value.has_key("mode"): mode = value["mode"] if "MODULATE" == mode: window.SetRenderingMode(wndMgr.RENDERING_MODE_MODULATE) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Slot def LoadElementSlot(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.SLOT_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.SLOT_KEY_LIST): + return False global_x = int(value["x"]) global_y = int(value["y"]) @@ -3185,10 +3175,10 @@ class PythonScriptLoader(object): b = 1.0 a = 1.0 - if TRUE == value.has_key("image_r") and \ - TRUE == value.has_key("image_g") and \ - TRUE == value.has_key("image_b") and \ - TRUE == value.has_key("image_a"): + if True == value.has_key("image_r") and \ + True == value.has_key("image_g") and \ + True == value.has_key("image_b") and \ + True == value.has_key("image_a"): r = float(value["image_r"]) g = float(value["image_g"]) b = float(value["image_b"]) @@ -3197,7 +3187,7 @@ class PythonScriptLoader(object): SLOT_ONE_KEY_LIST = ("index", "x", "y", "width", "height") for slot in value["slot"]: - if TRUE == self.CheckKeyList(value["name"] + " - one", slot, SLOT_ONE_KEY_LIST): + if True == self.CheckKeyList(value["name"] + " - one", slot, SLOT_ONE_KEY_LIST): wndMgr.AppendSlot(window.hWnd, int(slot["index"]), int(slot["x"]), @@ -3205,35 +3195,35 @@ class PythonScriptLoader(object): int(slot["width"]), int(slot["height"])) - if TRUE == value.has_key("image"): + if True == value.has_key("image"): wndMgr.SetSlotBaseImage(window.hWnd, value["image"], r, g, b, a) - return TRUE + return True def LoadElementCandidateList(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.CANDIDATE_LIST_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.CANDIDATE_LIST_KEY_LIST): + return False window.SetPosition(int(value["x"]), int(value["y"])) window.SetItemSize(int(value["item_xsize"]), int(value["item_ysize"])) window.SetItemStep(int(value["item_step"])) window.Show() - return TRUE + return True ## Table def LoadElementGridTable(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.GRID_TABLE_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.GRID_TABLE_KEY_LIST): + return False xBlank = 0 yBlank = 0 - if TRUE == value.has_key("x_blank"): + if True == value.has_key("x_blank"): xBlank = int(value["x_blank"]) - if TRUE == value.has_key("y_blank"): + if True == value.has_key("y_blank"): yBlank = int(value["y_blank"]) if localeInfo.IsARABIC(): @@ -3248,22 +3238,22 @@ class PythonScriptLoader(object): int(value["y_step"]), xBlank, yBlank) - if TRUE == value.has_key("image"): + if True == value.has_key("image"): r = 1.0 g = 1.0 b = 1.0 a = 1.0 - if TRUE == value.has_key("image_r") and \ - TRUE == value.has_key("image_g") and \ - TRUE == value.has_key("image_b") and \ - TRUE == value.has_key("image_a"): + if True == value.has_key("image_r") and \ + True == value.has_key("image_g") and \ + True == value.has_key("image_b") and \ + True == value.has_key("image_a"): r = float(value["image_r"]) g = float(value["image_g"]) b = float(value["image_b"]) a = float(value["image_a"]) wndMgr.SetSlotBaseImage(window.hWnd, value["image"], r, g, b, a) - if TRUE == value.has_key("style"): + if True == value.has_key("style"): if "select" == value["style"]: wndMgr.SetSlotStyle(window.hWnd, wndMgr.SLOT_STYLE_SELECT) if localeInfo.IsARABIC(): @@ -3271,7 +3261,7 @@ class PythonScriptLoader(object): else: window.Show() - return TRUE + return True ## Text def LoadElementText(self, window, value, parentWindow): @@ -3318,25 +3308,25 @@ class PythonScriptLoader(object): if value.has_key("outline"): if value["outline"]: window.SetOutline() - if TRUE == value.has_key("text"): + if True == value.has_key("text"): window.SetText(value["text"]) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## EditLine def LoadElementEditLine(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.EDIT_LINE_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.EDIT_LINE_KEY_LIST): + return False if value.has_key("secret_flag"): window.SetSecret(value["secret_flag"]) if value.has_key("with_codepage"): if value["with_codepage"]: - window.bCodePage = TRUE + window.bCodePage = True if value.has_key("only_number"): if value["only_number"]: window.SetNumberMode() @@ -3354,151 +3344,151 @@ class PythonScriptLoader(object): window.SetSize(int(value["width"]), int(value["height"])) self.LoadElementText(window, value, parentWindow) - return TRUE + return True ## TitleBar def LoadElementTitleBar(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.TITLE_BAR_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.TITLE_BAR_KEY_LIST): + return False window.MakeTitleBar(int(value["width"]), value.get("color", "red")) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## HorizontalBar def LoadElementHorizontalBar(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.HORIZONTAL_BAR_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.HORIZONTAL_BAR_KEY_LIST): + return False window.Create(int(value["width"])) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Board def LoadElementBoard(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.BOARD_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.BOARD_KEY_LIST): + return False window.SetSize(int(value["width"]), int(value["height"])) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Board With TitleBar def LoadElementBoardWithTitleBar(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.BOARD_WITH_TITLEBAR_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.BOARD_WITH_TITLEBAR_KEY_LIST): + return False window.SetSize(int(value["width"]), int(value["height"])) window.SetTitleName(value["title"]) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## ThinBoard def LoadElementThinBoard(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.BOARD_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.BOARD_KEY_LIST): + return False window.SetSize(int(value["width"]), int(value["height"])) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Box def LoadElementBox(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.BOX_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.BOX_KEY_LIST): + return False - if TRUE == value.has_key("color"): + if True == value.has_key("color"): window.SetColor(value["color"]) window.SetSize(int(value["width"]), int(value["height"])) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Bar def LoadElementBar(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.BAR_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.BAR_KEY_LIST): + return False - if TRUE == value.has_key("color"): + if True == value.has_key("color"): window.SetColor(value["color"]) window.SetSize(int(value["width"]), int(value["height"])) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Line def LoadElementLine(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.LINE_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.LINE_KEY_LIST): + return False - if TRUE == value.has_key("color"): + if True == value.has_key("color"): window.SetColor(value["color"]) window.SetSize(int(value["width"]), int(value["height"])) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Slot def LoadElementSlotBar(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.SLOTBAR_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.SLOTBAR_KEY_LIST): + return False window.SetSize(int(value["width"]), int(value["height"])) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## Gauge def LoadElementGauge(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.GAUGE_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.GAUGE_KEY_LIST): + return False window.MakeGauge(value["width"], value["color"]) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## ScrollBar def LoadElementScrollBar(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.SCROLLBAR_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.SCROLLBAR_KEY_LIST): + return False window.SetScrollBarSize(value["size"]) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## SliderBar def LoadElementSliderBar(self, window, value, parentWindow): self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## ListBox def LoadElementListBox(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.LIST_BOX_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.LIST_BOX_KEY_LIST): + return False if value.has_key("item_align"): window.SetTextCenterAlign(value["item_align"]) @@ -3506,13 +3496,13 @@ class PythonScriptLoader(object): window.SetSize(value["width"], value["height"]) self.LoadDefaultData(window, value, parentWindow) - return TRUE + return True ## ListBox2 def LoadElementListBox2(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.LIST_BOX_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.LIST_BOX_KEY_LIST): + return False window.SetRowCount(value.get("row_count", 10)) window.SetSize(value["width"], value["height"]) @@ -3521,11 +3511,11 @@ class PythonScriptLoader(object): if value.has_key("item_align"): window.SetTextCenterAlign(value["item_align"]) - return TRUE + return True def LoadElementListBoxEx(self, window, value, parentWindow): - if FALSE == self.CheckKeyList(value["name"], value, self.LIST_BOX_KEY_LIST): - return FALSE + if False == self.CheckKeyList(value["name"], value, self.LIST_BOX_KEY_LIST): + return False window.SetSize(value["width"], value["height"]) self.LoadDefaultData(window, value, parentWindow) @@ -3539,7 +3529,7 @@ class PythonScriptLoader(object): if value.has_key("viewcount"): window.SetViewItemCount(int(value["viewcount"])) - return TRUE + return True class ReadingWnd(Bar): diff --git a/bin/pack/root/uiaffectshower.py b/bin/pack/root/uiaffectshower.py index e9eced91..2d1ad675 100644 --- a/bin/pack/root/uiaffectshower.py +++ b/bin/pack/root/uiaffectshower.py @@ -56,7 +56,7 @@ class LovePointImage(ui.ExpandedImageBox): self.LoadImage(fileName) except: import dbg - dbg.TraceError("LovePointImage.SetLoverInfo(lovePoint=%d) - LoadError %s" % (lovePoint, fileName)) + dbg.TraceError("LovePointImage.SetLoverInfo(lovePoint=%d) - LoadError %s" % (self.lovePoint, fileName)) self.SetScale(0.7, 0.7) diff --git a/bin/pack/root/uiattachmetin.py b/bin/pack/root/uiattachmetin.py index 6829e228..96b20c3e 100644 --- a/bin/pack/root/uiattachmetin.py +++ b/bin/pack/root/uiattachmetin.py @@ -37,14 +37,14 @@ class AttachMetinDialog(ui.ScriptWindow): oldToolTip = uiToolTip.ItemToolTip() oldToolTip.SetParent(self) oldToolTip.SetPosition(15, 38) - oldToolTip.SetFollow(FALSE) + oldToolTip.SetFollow(False) oldToolTip.Show() self.oldToolTip = oldToolTip newToolTip = uiToolTip.ItemToolTip() newToolTip.SetParent(self) newToolTip.SetPosition(230 + 20, 38) - newToolTip.SetFollow(FALSE) + newToolTip.SetFollow(False) newToolTip.Show() self.newToolTip = newToolTip @@ -63,11 +63,11 @@ class AttachMetinDialog(ui.ScriptWindow): def CanAttachMetin(self, slot, metin): if item.METIN_NORMAL == metin: if player.METIN_SOCKET_TYPE_SILVER == slot or player.METIN_SOCKET_TYPE_GOLD == slot: - return TRUE + return True elif item.METIN_GOLD == metin: if player.METIN_SOCKET_TYPE_GOLD == slot: - return TRUE + return True def Open(self, metinItemPos, targetItemPos): self.metinItemPos = metinItemPos diff --git a/bin/pack/root/uiauction.py b/bin/pack/root/uiauction.py index 697068fc..8e281d33 100644 --- a/bin/pack/root/uiauction.py +++ b/bin/pack/root/uiauction.py @@ -106,19 +106,19 @@ class AuctionWindow(ui.ScriptWindow): itemSlotImage = ui.MakeSlotBar(page, 10, yPos, 97, 97) page.Children.append(itemSlotImage) - itemName = ui.MakeTextLine(page, FALSE, 117, yPos + 14) + itemName = ui.MakeTextLine(page, False, 117, yPos + 14) page.Children.append(itemName) ## Temporary itemName.SetText(" ") ## Temporary - curPrice = ui.MakeTextLine(page, FALSE, 117, yPos + 31) + curPrice = ui.MakeTextLine(page, False, 117, yPos + 31) page.Children.append(curPrice) ## Temporary curPrice.SetText("簡 : 20 1234 1234") ## Temporary - lastTime = ui.MakeTextLine(page, FALSE, 117, yPos + 48) + lastTime = ui.MakeTextLine(page, False, 117, yPos + 48) page.Children.append(lastTime) ## Temporary lastTime.SetText(" ð : 19 28") diff --git a/bin/pack/root/uiautoban.py b/bin/pack/root/uiautoban.py index f8e38393..2a95dd24 100644 --- a/bin/pack/root/uiautoban.py +++ b/bin/pack/root/uiautoban.py @@ -126,7 +126,7 @@ class AutoBanQuizWindow(ui.ScriptWindow): net.SendChatPacket("/autoban_refresh") def OnPressEscapeKey(self): - return TRUE + return True def OnUpdate(self): restTime = self.endTime - app.GetTime() @@ -147,7 +147,7 @@ if __name__ == "__main__": import localeInfo app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create("METIN2", systemSetting.GetWidth(), systemSetting.GetHeight(), 1) diff --git a/bin/pack/root/uiboniswitcher.py b/bin/pack/root/uiboniswitcher.py deleted file mode 100644 index 82212175..00000000 --- a/bin/pack/root/uiboniswitcher.py +++ /dev/null @@ -1,776 +0,0 @@ -import ui -import wndMgr -import player -import item -import time -import shop -import net -import constInfo -import grp -import app -import mouseModule - -SWITCHER_VNUM = 71084 - -class BoniSwitcherEditLine(ui.EditLine): - - def __init__(self, bordercolor): - ui.EditLine.__init__(self) - self.borders = [] - for i in xrange(7+1): - self.borders.append(ui.Line()) - self.borders[len(self.borders)-1].SetParent(self) - self.borders[len(self.borders)-1].SetColor(bordercolor) - self.borders[len(self.borders)-1].Show() - - def RefreshBorders(self): - (x, y, width, height) = self.GetRect() - x = -3 - y = -3 - self.borders[0].SetSize(width-3, 0) - self.borders[0].SetPosition(x+2, y) - self.borders[1].SetSize(width-3, 0) - self.borders[1].SetPosition(x+2, y+height) - self.borders[2].SetSize(0, height-4) - self.borders[2].SetPosition(x, y+2) - self.borders[3].SetSize(0, height-3) - self.borders[3].SetPosition(x+width, y+1) - self.borders[4].SetSize(2, -2) - self.borders[4].SetPosition(x, y+2) - self.borders[5].SetSize(2, 2) - self.borders[5].SetPosition(x, y+height-2) - self.borders[6].SetSize(2, 2) - self.borders[6].SetPosition(x+width-2, y) - self.borders[7].SetSize(2, -2) - self.borders[7].SetPosition(x+width-2, y+height) - - def SetSize(self, width, height): - ui.EditLine.SetSize(self, width, height) - self.RefreshBorders() - - def SetPosition(self, x, y): - ui.EditLine.SetPosition(self, x, y) - self.RefreshBorders() - -class BoniSwitcherDialog(ui.ScriptWindow): - - def __init__(self, itempos): - ui.ScriptWindow.__init__(self) - - self.defaultItemPos = int(itempos) - self.aktItemPos = int(itempos) - self.aktItem = -1 - self.resetBoni = TRUE - - self.bonilist_pos = 0 - self.bonilist_scrollsize = 0 - self.bonilist_maxentry = 12 - self.bonilist_selindex = -1 - - self.boniattr = [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0]] - self.bonivalues = [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0]] - - self.is_switching = 0 - self.switchingItem = 0 - self.lastSwitchingTime = 0 - self.resetChoosedItemTitleColor = 0 - self.speed = 0.5 - self.ShowEditLine = FALSE - - self.save_line_start = 4 - self.save_lines_need = 12 - - self.ChangeBonusSwitcherEvent = lambda : None - self.HasBoniSwitcherPos = lambda : None - - self.state = "NORMAL" - - self.__Load() - - def __del__(self): - ui.ScriptWindow.__del__(self) - - def Destroy(self): - self.SaveBoni() - self.Hide() - return TRUE - - def GetFileStartLine(self, pos=-1): - if pos <= -1: - pos = self.defaultItemPos - return self.save_line_start + self.save_lines_need * pos - - def SaveBoni(self): - for a in xrange(len(self.boniattr)): - for b in xrange(len(self.boniattr[a])): - constInfo.WriteLineInFile(constInfo.OPTION_FILE_NAME, self.GetFileStartLine() + a*len(self.boniattr[a]) + b, str(self.boniattr[a][b])+","+str(self.bonivalues[a][b])) - constInfo.WriteLineInFile(constInfo.OPTION_FILE_NAME, self.GetFileStartLine() + len(self.boniattr)*len(self.boniattr[0]), str(self.is_switching)) - constInfo.WriteLineInFile(constInfo.OPTION_FILE_NAME, self.GetFileStartLine() + len(self.boniattr)*len(self.boniattr[0])+1, str(self.ChangeSpeedSlider.GetSliderPos())) - - def LoadBoni(self): - for a in xrange(len(self.boniattr)): - for b in xrange(len(self.boniattr[a])): - line = constInfo.ReadLineInFile(constInfo.OPTION_FILE_NAME, self.GetFileStartLine() + a*len(self.boniattr[a]) + b).split(",") - if len(line) != 2: - line = ["0", "0"] - try: - self.boniattr[a][b] = int(line[0]) - except: - self.boniattr[a][b] = 0 - try: - self.bonivalues[a][b] = int(line[1]) - except: - self.bonivalues[a][b] = 0 - try: - is_switching = int(constInfo.ReadLineInFile(constInfo.OPTION_FILE_NAME, self.GetFileStartLine() + len(self.boniattr)*len(self.boniattr[0]))) - if is_switching == TRUE and self.is_switching == FALSE: - self.ClickStartButton() - elif is_switching == FALSE and self.is_switching == TRUE: - self.ClickStartButton() - except: - pass - try: - self.ChangeSpeedSlider.SetSliderPos(float(constInfo.ReadLineInFile(constInfo.OPTION_FILE_NAME, self.GetFileStartLine() + len(self.boniattr)*len(self.boniattr[0])+1))) - except: - pass - - def __Load_LoadScript(self, fileName): - try: - pyScriptLoader = ui.PythonScriptLoader() - pyScriptLoader.LoadScriptFile(self, fileName) - except: - import exception - exception.Abort("BoniSwitcherDialog.__Load_LoadScript") - - def __Load_BindObject(self): - try: - self.board = self.GetChild("board") - self.title = self.GetChild("titlebar") - except: - import exception - exception.Abort("BoniSwitcherDialog.__Load_BindObject") - - self.title.SetCloseEvent(self.Hide) - self.GetChild("title").SetText("Boni ndern ("+str(self.defaultItemPos+1)+". Gegenstand)") - - def __Load_CreateObject(self): - self.board.SetClickEvent(self.CheckForAttachedItem) - - self.bonuschangerwindow = ui.Window() - self.bonuschangerwindow.SetParent(self) - self.bonuschangerwindow.SetSize(38 * 5 + 4 * 2, 19) - self.bonuschangerwindow.SetPosition(0, self.title.GetHeight()) - self.bonuschangerwindow.SetWindowHorizontalAlignCenter() - self.bonuschangerwindow.SetClickEvent(self.CheckForAttachedItem) - self.bonuschangerwindow.Show() - - self.bonuschanger_choose = [] - for i in xrange(constInfo.SWITCHER_COUNT): - self.bonuschanger_choose.append(ui.Button()) - self.bonuschanger_choose[i].SetParent(self.bonuschangerwindow) - self.bonuschanger_choose[i].SetPosition(38 * i + 2 * i, 0) - self.bonuschanger_choose[i].SetUpVisual("d:/ymir work/ui/public/XSmall_Button_01.sub") - self.bonuschanger_choose[i].SetOverVisual("d:/ymir work/ui/public/XSmall_Button_02.sub") - self.bonuschanger_choose[i].SetDownVisual("d:/ymir work/ui/public/XSmall_Button_03.sub") - self.bonuschanger_choose[i].SetText(str(i+1)) - self.bonuschanger_choose[i].SetEvent(self.ChangeBoniSwitcher, i) - if self.defaultItemPos == i: - self.bonuschanger_choose[i].Disable() - self.bonuschanger_choose[i].Show() - - self.lines = [] - self.lines.append(ui.ExpandedImageBox()) - self.lines[0].SetParent(self) - self.lines[0].LoadImage("d:/ymir work/ui/pattern/line_hr.tga") - self.lines[0].SetRenderingRect(0, 0, -1.0 + float(float(self.GetWidth()-16*2+2) / 125), 0) - self.lines[0].SetPosition(6, self.title.GetHeight() + 2 * 3 + self.bonuschangerwindow.GetHeight()) - self.lines[0].Show() - - self.bonilist_textline = ui.TextLine() - self.bonilist_textline.SetParent(self) - self.bonilist_textline.SetFontName("ARIAL:14") - self.bonilist_textline.SetText("Bonus whlen") - self.bonilist_textline.SetPosition(15, self.title.GetHeight() + 2 * 3 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + 5) - self.bonilist_textline.SetPackedFontColor(ui.GenerateColor(221, 141, 8)) - self.bonilist_textline.SetOutline() - self.bonilist_textline.Show() - - self.bonilist = ui.ListBox() - self.bonilist.SetParent(self) - self.bonilist.SetSize(300, 205) - self.bonilist.SetPosition(15, self.title.GetHeight() + 2 * 3 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + 5 + 12) - self.bonilist.Show() - - self.bonilist_scrollbar = ui.ScrollBar() - self.bonilist_scrollbar.SetParent(self) - self.bonilist_scrollbar.SetScrollBarSize(205) - self.bonilist_scrollbar.SetPosition(315, self.title.GetHeight() + 2 * 3 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + 5 + 12) - self.bonilist_scrollbar.SetScrollEvent(self.OnScroll) - self.bonilist_scrollbar.Show() - - self.bonivalue_textline = ui.TextLine() - self.bonivalue_textline.SetParent(self) - self.bonivalue_textline.SetPosition(20, self.title.GetHeight() + 2 * 3 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + 5 + 223) - self.bonivalue_textline.SetDefaultFontName() - self.bonivalue_textline.SetText("Bonusstrke:") - self.bonivalue_textline.Show() - - self.bonivalue = BoniSwitcherEditLine(ui.HALF_WHITE_COLOR) - self.bonivalue.SetParent(self) - self.bonivalue.SetSize(220, 18) - self.bonivalue.SetPosition(96, self.title.GetHeight() + 2 * 3 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + 5 + 223 + 1) - self.bonivalue.SetNumberMode() - self.bonivalue.SetMax(10) - self.bonivalue.SetText("0") - self.bonivalue.SetEscapeEvent(self.Hide) - self.bonivalue.Show() - - self.lines.append(ui.ExpandedImageBox()) - self.lines[1].SetParent(self) - self.lines[1].LoadImage("d:/ymir work/ui/pattern/line_vr.tga") - self.lines[1].SetRenderingRect(0, 0, 0, -1.0 + float(float(8 + 223 + 1 + self.bonivalue.GetHeight() + 2) / 125)) - self.lines[1].SetPosition(320 + self.bonilist_scrollbar.GetWidth(), self.title.GetHeight() + 2 * 3 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight()) - self.lines[1].Show() - self.lines.append(ui.ExpandedImageBox()) - self.lines[2].SetParent(self) - self.lines[2].LoadImage("d:/ymir work/ui/pattern/line_vr.tga") - self.lines[2].SetRenderingRect(0, 0, 0, -1.0 + float(float(8 + 223 + 1 + self.bonivalue.GetHeight() + 2) / 125)) - self.lines[2].SetPosition(650 - 5 - self.lines[1].GetWidth(), self.title.GetHeight() + 2 * 3 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight()) - self.lines[2].Show() - self.lines.append(ui.ExpandedImageBox()) - self.lines[3].SetParent(self) - self.lines[3].LoadImage("d:/ymir work/ui/pattern/line_hr.tga") - self.lines[3].SetRenderingRect(0, 0, -1.0 + float(float(self.GetWidth()-16*2+2) / 125), 0) - self.lines[3].SetPosition(6, self.title.GetHeight() + 2 * 3 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + self.lines[1].GetHeight() * 2) - self.lines[3].Show() - - self.choosed_item_textline = ui.TextLine() - self.choosed_item_textline.SetParent(self) - self.choosed_item_textline.SetFontName("ARIAL:14") - self.choosed_item_textline.SetText("Gewhlter Gegenstand") - self.choosed_item_textline.SetPosition(649, self.title.GetHeight() + 2 * 2 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + 8) - self.choosed_item_textline.SetPackedFontColor(ui.GenerateColor(221, 141, 8)) - self.choosed_item_textline.SetOutline() - self.choosed_item_textline.Show() - - self.choosed_item_window = ui.Window() - self.choosed_item_window.SetParent(self) - self.choosed_item_window.SetSize(108, self.lines[1].GetHeight()) - self.choosed_item_window.SetPosition(650, self.title.GetHeight() + 2 * 3 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight()) - self.choosed_item_window.SetClickEvent(self.CheckForAttachedItem) - self.choosed_item_window.Show() - - self.choosed_item = ui.ImageBox() - self.choosed_item.SetParent(self.choosed_item_window) - self.choosed_item.SetPosition(0, self.title.GetHeight() + 2 * 2 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight()) - self.choosed_item.SetWindowHorizontalAlignCenter() - self.choosed_item.SetWindowVerticalAlignCenter() - self.choosed_item.SAFE_SetStringEvent("MOUSE_OVER_IN", self.__OnMouseOverChoosedItem) - self.choosed_item.SAFE_SetStringEvent("MOUSE_OVER_OUT", self.__OnMouseOutChoosedItem) - self.choosed_item.SAFE_SetStringEvent("MOUSE_BUTTON_DOWN", self.CheckForAttachedItem) - self.choosed_item.Hide() - - import uiToolTip - self.choosed_item_tooltip = uiToolTip.ItemToolTip() - self.choosed_item_tooltip.HideToolTip() - - self.boni_choose_item_textline = ui.TextLine() - self.boni_choose_item_textline.SetParent(self) - self.boni_choose_item_textline.SetFontName("ARIAL:14") - self.boni_choose_item_textline.SetText("Boni einstellen") - self.boni_choose_item_textline.SetPosition(320 + self.bonilist_scrollbar.GetWidth() + self.lines[1].GetWidth() + 8, self.title.GetHeight() + 2 * 2 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + 8) - self.boni_choose_item_textline.SetPackedFontColor(ui.GenerateColor(221, 141, 8)) - self.boni_choose_item_textline.SetOutline() - self.boni_choose_item_textline.Show() - - self.bonichoosewindow = ui.Window() - self.bonichoosewindow.SetParent(self) - self.bonichoosewindow.SetSize(650 - 5 - self.lines[1].GetWidth() - 320 - self.bonilist_scrollbar.GetWidth() - self.lines[1].GetWidth(), self.GetHeight() - self.title.GetHeight() - 7 - 5) - self.bonichoosewindow.SetPosition(320 + self.bonilist_scrollbar.GetWidth() + self.lines[1].GetWidth(), self.title.GetHeight() + 2 * 2 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + 8 + 22) - self.bonichoosewindow.SetClickEvent(self.CheckForAttachedItem) - self.bonichoosewindow.Show() - - self.bonustext = [] - self.bonusbutton = [] - for i in xrange(4+1): - self.bonustext.append(ui.TextLine()) - self.bonustext[i].SetParent(self.bonichoosewindow) - self.bonustext[i].SetPosition(0, i * (15 + 25 + 5)) - self.bonustext[i].SetDefaultFontName() - self.bonustext[i].SetWindowHorizontalAlignCenter() - self.bonustext[i].SetHorizontalAlignCenter() - self.bonustext[i].SetText("Bonus "+str(i+1)+": Keiner gewhlt") - self.bonustext[i].Show() - self.bonusbutton.append(ui.Button()) - self.bonusbutton[i].SetParent(self.bonichoosewindow) - self.bonusbutton[i].SetPosition(0, i * (15 + 25 + 5) + 15) - self.bonusbutton[i].SetUpVisual("d:/ymir work/ui/public/XLarge_Button_01.sub") - self.bonusbutton[i].SetOverVisual("d:/ymir work/ui/public/XLarge_Button_02.sub") - self.bonusbutton[i].SetDownVisual("d:/ymir work/ui/public/XLarge_Button_03.sub") - self.bonusbutton[i].SetWindowHorizontalAlignCenter() - self.bonusbutton[i].SetText("Bonus ndern") - self.bonusbutton[i].SetEvent(self.ClickButton, i) - self.bonusbutton[i].Show() - - self.bonusalternative = ui.Button() - self.bonusalternative.SetParent(self) - self.bonusalternative.SetPosition(320 + self.bonilist_scrollbar.GetWidth() + self.lines[1].GetWidth() + 8 + (650 - 5 - self.lines[1].GetWidth() - 320 - self.bonilist_scrollbar.GetWidth() - self.lines[1].GetWidth()) - 50, self.title.GetHeight() + 2 * 2 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + 8) - self.bonusalternative.SetUpVisual("d:/ymir work/ui/public/XSmall_Button_01.sub") - self.bonusalternative.SetOverVisual("d:/ymir work/ui/public/XSmall_Button_02.sub") - self.bonusalternative.SetDownVisual("d:/ymir work/ui/public/XSmall_Button_03.sub") - self.bonusalternative.SetText("A") - self.bonusalternative.SetToolTipText("Zur alternativen Boniseite wechseln") - self.bonusalternative.SetEvent(self.ClickAlternativeButton) - self.bonusalternative.Show() - - self.StartButton = ui.Button() - self.StartButton.SetParent(self) - self.StartButton.SetPosition(30, self.title.GetHeight() + 2 * 2 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + self.lines[1].GetHeight() * 2 + self.lines[3].GetHeight() + 6) - self.StartButton.SetUpVisual("d:/ymir work/ui/public/XLarge_Button_01.sub") - self.StartButton.SetOverVisual("d:/ymir work/ui/public/XLarge_Button_02.sub") - self.StartButton.SetDownVisual("d:/ymir work/ui/public/XLarge_Button_03.sub") - self.StartButton.SetText("Starten") - self.StartButton.SetEvent(self.ClickStartButton) - self.StartButton.Show() - - self.ChangeSpeedSlider = ui.SliderBar() - self.ChangeSpeedSlider.SetParent(self) - self.ChangeSpeedSlider.SetPosition(0, self.title.GetHeight() + 2 * 2 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + self.lines[1].GetHeight() * 2 + self.lines[3].GetHeight() + 6) - self.ChangeSpeedSlider.SetWindowHorizontalAlignCenter() - self.ChangeSpeedSlider.SetEvent(self.OnChangeSpeedSlider) - self.ChangeSpeedSlider.Show() - - self.ChangeSpeedText = ui.TextLine() - self.ChangeSpeedText.SetParent(self) - self.ChangeSpeedText.SetPosition(0, self.title.GetHeight() + 2 * 2 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + self.lines[1].GetHeight() * 2 + self.lines[3].GetHeight() + 6 + self.ChangeSpeedSlider.GetHeight() + 2) - self.ChangeSpeedText.SetWindowHorizontalAlignCenter() - self.ChangeSpeedText.SetHorizontalAlignCenter() - self.ChangeSpeedText.SetText("1x pro Sekunde") - self.ChangeSpeedText.Show() - - self.CloseButton = ui.Button() - self.CloseButton.SetParent(self) - self.CloseButton.SetPosition(self.GetWidth()-30-180, self.title.GetHeight() + 2 * 2 + self.bonuschangerwindow.GetHeight() + self.lines[0].GetHeight() + self.lines[1].GetHeight() * 2 + self.lines[3].GetHeight() + 6) - self.CloseButton.SetUpVisual("d:/ymir work/ui/public/XLarge_Button_01.sub") - self.CloseButton.SetOverVisual("d:/ymir work/ui/public/XLarge_Button_02.sub") - self.CloseButton.SetDownVisual("d:/ymir work/ui/public/XLarge_Button_03.sub") - self.CloseButton.SetText("Schlie"+chr(223)+"en") - self.CloseButton.SetEvent(self.Hide) - self.CloseButton.Show() - - def CheckForAttachedItem(self): - if mouseModule.mouseController.isAttached(): - if player.SLOT_TYPE_INVENTORY == mouseModule.mouseController.GetAttachedType(): - slotIndex = int(mouseModule.mouseController.GetAttachedSlotNumber()) - item.SelectItem(player.GetItemIndex(slotIndex)) - if self.is_switching == 1: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Du musst erst das ndern der Boni stoppen.") - self.choosed_item_textline.SetPackedFontColor(ui.GenerateColor(155, 20, 20)) - self.resetChoosedItemTitleColor = app.GetTime()+1 - return - elif slotIndex == self.aktItemPos: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Du hast diesen Gegenstand bereits ausgewhlt.") - return - elif slotIndex >= 0 and slotIndex <= 4 and self.HasBoniSwitcherPos(slotIndex) == TRUE: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Dieser Gegenstand ist bereits von einem anderen Fenster ausgewhlt.") - return - elif item.GetItemType() != 1 and item.GetItemType() != 2: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Der Gegenstand muss eine Ausrstung sein.") - return - self.aktItemPos = slotIndex - mouseModule.mouseController.DeattachObject() - - def OnScroll(self): - import math - pos = self.bonilist_scrollbar.GetPos() - itempos = math.floor(float(pos) / float(float(1) / float(self.bonilist.GetItemCount() - self.bonilist_maxentry)) + 0.001) - if itempos != self.bonilist_pos: - self.bonilist_pos = itempos - self.bonilist.SetBasePos(itempos) - - def OnChangeSpeedSlider(self): - pos = self.ChangeSpeedSlider.GetSliderPos() - self.speed = 1.5 - (pos * 0.5 + 0.5) - text = "1" - if self.speed == 0.5: - text = "2" - elif self.speed < 1: - text = str(float(int((pos * 0.5 + 0.5)*2*100+0.5)) / 100)[0:4] - text = text + "x pro Sekunde" - self.ChangeSpeedText.SetText(text) - - def __OnMouseOverChoosedItem(self): - item.SelectItem(self.aktItem) - if item.GetItemType() == 1 or item.GetItemType() == 2: - self.choosed_item_tooltip.ClearToolTip() - self.choosed_item_tooltip.SetInventoryItem(self.aktItemPos) - self.choosed_item_tooltip.ShowToolTip() - - def __OnMouseOutChoosedItem(self): - self.choosed_item_tooltip.HideToolTip() - - def ClickButton(self, buttonId): - if constInfo.ATTR_BONI_LIST.count(self.bonilist.GetSelectedItemText()) <= 0: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Du hast keinen oder einen ungltigen Bonus ausgewhlt.") - return - elif int(self.bonivalue.GetText()) <= 0 and constInfo.BONI_LIST_NO_VALUE.count(constInfo.ATTR_BONI_LIST.index(self.bonilist.GetSelectedItemText())) <= 0: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Der mindestwert fr einen Bonus ist 1.") - return - elif constInfo.ATTR_BONI_LIST.index(self.bonilist.GetSelectedItemText()) > 0: - for i in xrange(4+1): - if constInfo.ATTR_BONI_LIST.index(self.bonilist.GetSelectedItemText()) == self.boniattr[self.GetBonusPage()][i] and i != buttonId: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Dieser Bonus ist bereits als "+str(i+1)+". Bonus gewhlt.") - return - if constInfo.BONI_LIST_NO_VALUE.count(constInfo.ATTR_BONI_LIST.index(self.bonilist.GetSelectedItemText())) <= 0 and constInfo.ATTR_BONI_LIST.index(self.bonilist.GetSelectedItemText()) in constInfo.BONI_LIST_MAX_VALUE: - if constInfo.BONI_LIST_MAX_VALUE[constInfo.ATTR_BONI_LIST.index(self.bonilist.GetSelectedItemText())] < int(self.bonivalue.GetText()): - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Der Maximalwert fr diesen Bonus betrgt +"+str(constInfo.BONI_LIST_MAX_VALUE[constInfo.ATTR_BONI_LIST.index(self.bonilist.GetSelectedItemText())])+".") - return - self.boniattr[self.GetBonusPage()][buttonId] = constInfo.ATTR_BONI_LIST.index(self.bonilist.GetSelectedItemText()) - self.bonivalues[self.GetBonusPage()][buttonId] = int(self.bonivalue.GetText()) - self.bonustext[buttonId].SetText("Bonus "+str(buttonId+1)+": "+constInfo.GetAttrText(constInfo.ATTR_BONI_LIST.index(self.bonilist.GetSelectedItemText()), self.bonivalue.GetText())) - - def ClickAlternativeButton(self): - if self.state == "NORMAL": - self.state = "ALTERNATIVE" - self.bonusalternative.SetText("N") - self.bonusalternative.SetToolTipText("Zur normalen Boniseite wechseln") - else: - self.state = "NORMAL" - self.bonusalternative.SetText("A") - self.bonusalternative.SetToolTipText("Zur alternativen Boniseite wechseln") - self.SetBonusPage() - - def SetBonusPage(self, page=-1): - if page == -1: - page = self.GetBonusPage() - for i in xrange(len(self.bonustext)): - self.bonustext[i].SetText("Bonus "+str(i+1)+": "+constInfo.GetAttrText(self.boniattr[page][i], self.bonivalues[page][i])) - - def GetBonusPage(self, state=""): - if state == "": - state = self.state - if state == "NORMAL": - return 0 - else: - return 1 - - def ClickStartButton(self): - if self.is_switching != 1: - constInfo.BONI_SWITCHER_ACTIVE[self.defaultItemPos] = TRUE - switchCount1 = 0 - switchCount2 = 0 - for i in xrange(4+1): - if self.boniattr[self.GetBonusPage("NORMAL")][i] > 0 and (self.bonivalues[self.GetBonusPage("NORMAL")][i] > 0 or constInfo.BONI_LIST_NO_VALUE.count(self.boniattr[self.GetBonusPage("NORMAL")][i]) > 0): - switchCount1 = switchCount1 + 1 - if self.boniattr[self.GetBonusPage("ALTERNATIVE")][i] > 0 and (self.bonivalues[self.GetBonusPage("ALTERNATIVE")][i] > 0 or constInfo.BONI_LIST_NO_VALUE.count(self.boniattr[self.GetBonusPage("ALTERNATIVE")][i]) > 0): - switchCount2 = switchCount2 + 1 - if switchCount1 <= 0 and switchCount2 <= 0: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Du hast keinen Bonus angegeben.") - return - attrSlotCount = 0 - attrSlot = [player.GetItemAttribute(self.aktItemPos, i) for i in xrange(4+1)] - for i in xrange(len(attrSlot)): - if attrSlot[i][0] > 0 and attrSlot[i][1] > 0: - attrSlotCount = attrSlotCount + 1 - if attrSlotCount < switchCount1: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Du hast nicht gengend eingefgte Boni, um alle eingegeben normalen Boni zu bekommen.") - return - elif attrSlotCount < switchCount2: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Du hast nicht gengend eingefgte Boni, um alle eingegeben alternativen Boni zu bekommen.") - return - elif self.GetBonusSwitcherIndex() <= -1: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Du hast keine Bonusnderungs-Gegenstnde.") - return - elif self.CheckBonusSwitched() == 1: - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Du hast diese Boni bereits auf dem Gegenstand.") - return - for i in xrange(4+1): - self.bonusbutton[i].Disable() - self.StartButton.SetText("Abbrechen") - self.switchingItem = player.GetItemIndex(self.aktItemPos) - self.is_switching = 1 - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Das ndern der Boni wurde gestartet.") - else: - constInfo.BONI_SWITCHER_ACTIVE[self.defaultItemPos] = FALSE - self.is_switching = 0 - for i in xrange(4+1): - self.bonusbutton[i].Enable() - self.StartButton.SetText("Starten") - self.swiitchingResult = "Fehlgeschlagen wegen Abbruch" - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Das ndern der Boni wurde abgebrochen.") - - def ChangeBoniSwitcher(self, index): - self.ChangeBonusSwitcherEvent(index) - - def SetChangeBonusSwitcherEvent(self, event): - self.ChangeBonusSwitcherEvent = ui.__mem_func__(event) - - def GetBonusSwitcherIndex(self): - for i in xrange(player.INVENTORY_PAGE_SIZE*2): - if player.GetItemIndex(i) == SWITCHER_VNUM: - return i - player_money = player.GetElk() - for i in xrange(39+1): - if shop.GetItemID(i) == SWITCHER_VNUM and shop.GetItemPrice(i) <= player_money: - net.SendShopBuyPacket(i) - return 0 - return -1 - - def CheckBonusSwitched(self): - res1 = 1 - res2 = 1 - switchCount1 = 0 - switchCount2 = 0 - for i in xrange(4+1): - if self.boniattr[self.GetBonusPage("NORMAL")][i] > 0 and (self.bonivalues[self.GetBonusPage("NORMAL")][i] > 0 or constInfo.BONI_LIST_NO_VALUE.count(self.boniattr[self.GetBonusPage("NORMAL")][i]) > 0): - switchCount1 = switchCount1 + 1 - if self.boniattr[self.GetBonusPage("ALTERNATIVE")][i] > 0 and (self.bonivalues[self.GetBonusPage("ALTERNATIVE")][i] > 0 or constInfo.BONI_LIST_NO_VALUE.count(self.boniattr[self.GetBonusPage("ALTERNATIVE")][i]) > 0): - switchCount2 = switchCount2 + 1 - attrSlot = [player.GetItemAttribute(self.aktItemPos, i) for i in xrange(4+1)] - if switchCount1 > 0: - for i in xrange(len(self.boniattr[self.GetBonusPage("NORMAL")])): - attrFound = 0 - for x in xrange(len(attrSlot)): - if self.boniattr[self.GetBonusPage("NORMAL")][i] <= 0 or (self.bonivalues[self.GetBonusPage("NORMAL")][i] <= 0 and constInfo.BONI_LIST_NO_VALUE.count(self.boniattr[self.GetBonusPage("NORMAL")][i]) == 0) or (self.boniattr[self.GetBonusPage("NORMAL")][i] != 0 and (self.bonivalues[self.GetBonusPage("NORMAL")][i] > 0 or constInfo.BONI_LIST_NO_VALUE.count(self.boniattr[self.GetBonusPage("NORMAL")][i]) > 0) and (attrSlot[x][0] == self.boniattr[self.GetBonusPage("NORMAL")][i] and (attrSlot[x][1] >= self.bonivalues[self.GetBonusPage("NORMAL")][i] or constInfo.BONI_LIST_NO_VALUE.count(self.boniattr[self.GetBonusPage("NORMAL")][i]) > 0))): - attrFound = 1 - if x >= len(attrSlot) - 1 and attrFound == 0: - res1 = 0 - break - else: - res1 = 0 - if switchCount2 > 0: - for i in xrange(len(self.boniattr[self.GetBonusPage("ALTERNATIVE")])): - attrFound = 0 - for x in xrange(len(attrSlot)): - if self.boniattr[self.GetBonusPage("ALTERNATIVE")][i] <= 0 or (self.bonivalues[self.GetBonusPage("ALTERNATIVE")][i] <= 0 and constInfo.BONI_LIST_NO_VALUE.count(self.boniattr[self.GetBonusPage("ALTERNATIVE")][i]) == 0) or (self.boniattr[self.GetBonusPage("ALTERNATIVE")][i] != 0 and (self.bonivalues[self.GetBonusPage("ALTERNATIVE")][i] > 0 or constInfo.BONI_LIST_NO_VALUE.count(self.boniattr[self.GetBonusPage("ALTERNATIVE")][i]) > 0) and (attrSlot[x][0] == self.boniattr[self.GetBonusPage("ALTERNATIVE")][i] and (attrSlot[x][1] >= self.bonivalues[self.GetBonusPage("ALTERNATIVE")][i] or constInfo.BONI_LIST_NO_VALUE.count(self.boniattr[self.GetBonusPage("ALTERNATIVE")][i]) > 0))): - attrFound = 1 - if x >= len(attrSlot) - 1 and attrFound == 0: - res2 = 0 - break - else: - res2 = 0 - res = 0 - if res1 == 1 and res2 == 1: - res = 3 - elif res1 == 1: - res = 1 - elif res2 == 1: - res = 2 - return res - - def __Load(self): - self.__Load_LoadScript("uiscript/boniswitcherboard.py") - self.__Load_BindObject() - self.__Load_CreateObject() - self.resetBoni = FALSE - self.LoadBoni() - for i in xrange(len(self.boniattr[self.GetBonusPage()])): - self.bonustext[i].SetText("Bonus "+str(i+1)+": "+constInfo.GetAttrText(self.boniattr[self.GetBonusPage()][i], self.bonivalues[self.GetBonusPage()][i])) - - def OnUpdate(self): - self.checkAktItem() - if self.is_switching == 1 and self.choosed_item_tooltip.IsShow(): - self.choosed_item_tooltip.ClearToolTip() - self.choosed_item_tooltip.SetInventoryItem(self.aktItemPos) - if self.is_switching == 1 and self.lastSwitchingTime < time.clock(): - check = self.CheckBonusSwitched() - if check != 0: - constInfo.BONI_SWITCHER_ACTIVE[self.defaultItemPos] = FALSE - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "------------------------------------") - chat.AppendChat(chat.CHAT_TYPE_INFO, "Das ndern der Boni war erfolgreich!") - if check == 1: - chat.AppendChat(chat.CHAT_TYPE_INFO, "Die normalen Boni wurden erreicht!") - elif check == 2: - chat.AppendChat(chat.CHAT_TYPE_INFO, "Die alternativen Boni wurden erreicht!") - elif check == 3: - chat.AppendChat(chat.CHAT_TYPE_INFO, "Die normalen und alternativen Boni wurden erreicht!") - chat.AppendChat(chat.CHAT_TYPE_INFO, "------------------------------------") - for i in xrange(4+1): - self.bonusbutton[i].Enable() - self.is_switching = 0 - self.StartButton.SetText("Starten") - else: - switcherId = self.GetBonusSwitcherIndex() - if switcherId <= -1: - constInfo.BONI_SWITCHER_ACTIVE[self.defaultItemPos] = FALSE - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "------------------------------------") - chat.AppendChat(chat.CHAT_TYPE_INFO, "Der Bonusnderungs-Gegenstand ist nicht mehr vorhanden.") - chat.AppendChat(chat.CHAT_TYPE_INFO, "Das ndern der Boni ist fehlgeschlagen.") - chat.AppendChat(chat.CHAT_TYPE_INFO, "------------------------------------") - for i in xrange(4+1): - self.bonusbutton[i].Enable() - self.StartButton.SetText("Starten") - self.is_switching = 0 - elif switcherId > 0: - net.SendItemUseToItemPacket(switcherId, self.aktItemPos) - self.lastSwitchingTime = time.clock() + self.speed - if self.resetChoosedItemTitleColor > 0 and app.GetTime() >= self.resetChoosedItemTitleColor: - self.resetChoosedItemTitleColor = 0 - self.choosed_item_textline.SetPackedFontColor(ui.GenerateColor(221, 141, 8)) - - def SecToDate(self, s): - s = int(s) - days = 0 - while s >= 60*60*24: - days = days + 1 - s = s - 60*60*24 - hours = 0 - while s >= 60*60*1: - hours = hours + 1 - s = s - 60*60*1 - if hours <= 9: - hours = "0"+str(hours) - minutes = 0 - while s >= 60*1: - minutes = minutes + 1 - s = s - 60*1 - if minutes <= 9: - minutes = "0"+str(minutes) - if s <= 9: - s = "0"+str(s) - res_str = "" - if days > 0: - res_str = str(days) + " Tag" - if days > 1: - res_str = res_str + "e" - if hours > 0 or minutes > 0 or s > 0: - if days > 0: - res_str = res_str + " " - res_str = res_str + str(hours) + ":" + str(minutes) + ":" + str(s) - return res_str - - def checkAktItem(self, nocheck=0): - if (player.GetItemIndex(self.aktItemPos) != self.aktItem or nocheck == 1) and constInfo.BONI_SWITCHER_LOAD == TRUE: - if self.is_switching == 1 and player.GetItemIndex(self.aktItemPos) != self.aktItem: - constInfo.BONI_SWITCHER_ACTIVE[self.defaultItemPos] = FALSE - self.is_switching = 0 - for i in xrange(4+1): - self.bonusbutton[i].Enable() - self.ChangeSpeedSlider.Show() - self.ChangeSpeedText.Show() - self.StartButton.SetText("Starten") - import chat - chat.AppendChat(chat.CHAT_TYPE_INFO, "Das ndern der Boni wurde wegen Gegenstandswechsel abgebrochen.") - self.aktItem = player.GetItemIndex(self.aktItemPos) - self.state = "NORMAL" - self.boniattr = [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0]] - self.bonivalues = [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0]] - self.bonilist.ClearItem() - self.bonilist.SetBasePos(0) - self.bonilist.InsertItem(0, constInfo.ATTR_BONI_LIST[0]) - if self.aktItem == 0: - self.ShowEditLine = FALSE - self.bonivalue_textline.Hide() - self.bonivalue.Hide() - self.ChangeSpeedSlider.Hide() - self.ChangeSpeedText.Hide() - self.bonilist_scrollbar.Hide() - self.choosed_item.Hide() - for i in xrange(4+1): - self.bonustext[i].SetText("Bonus "+str(i+1)+": Keiner") - self.bonusbutton[i].Disable() - self.StartButton.Disable() - else: - item.SelectItem(self.aktItem) - if item.GetItemType() != 1 and item.GetItemType() != 2: - self.ShowEditLine = FALSE - self.bonivalue_textline.Hide() - self.bonivalue.Hide() - self.ChangeSpeedSlider.Hide() - self.ChangeSpeedText.Hide() - self.bonilist_scrollbar.Hide() - self.choosed_item.Hide() - for i in xrange(4+1): - self.bonustext[i].SetText("Bonus "+str(i+1)+": Keiner") - self.bonusbutton[i].Disable() - self.StartButton.Disable() - else: - self.ChangeSpeedSlider.Show() - self.ChangeSpeedText.Show() - for i in xrange(4+1): - self.bonusbutton[i].Enable() - if self.resetBoni == TRUE: - attrSlot = [player.GetItemAttribute(self.aktItemPos, i) for i in xrange(4+1)] - for i in xrange(len(attrSlot)): - self.boniattr[self.GetBonusPage()][i] = attrSlot[i][0] - self.bonivalues[self.GetBonusPage()][i] = attrSlot[i][1] - self.bonustext[i].SetText("Bonus "+str(i+1)+": "+constInfo.GetAttrText(attrSlot[i][0], attrSlot[i][1])) - else: - self.resetBoni = TRUE - list = self.GetBoniList(self.aktItem, item.GetItemType(), item.GetItemSubType()) - for i in xrange(len(list)): - self.bonilist.InsertItem(i+1, constInfo.ATTR_BONI_LIST[list[i]]) - if len(list) > self.bonilist_maxentry: - self.bonilist_scrollsize = float(float(self.bonilist_maxentry)/len(list)) - self.bonilist_scrollbar.SetMiddleBarSize(float(float(self.bonilist_maxentry)/len(list))) - self.bonilist_scrollbar.SetPos(0) - self.bonilist_scrollbar.Show() - else: - self.bonilist_scrollbar.Hide() - self.choosed_item.LoadImage(item.GetIconImageFileName()) - self.choosed_item.Show() - self.ShowEditLine = TRUE - self.bonivalue_textline.Show() - self.bonivalue.Show() - self.bonichoosewindow.Show() - self.StartButton.Enable() - - def GetBoniList(self, itemVNum, itemType, itemSubType): - if itemType == 1: - if constInfo.ITEM_LIST_WEAPON_ADDON.count(self.GetHighestUpgradeItemVnum(itemVNum)) == 1: - return constInfo.BONI_LIST_WEAPON_ADDON - else: - return constInfo.BONI_LIST_WEAPON - elif itemSubType == 0: - return constInfo.BONI_LIST_ARMOR - elif itemSubType == 1: - return constInfo.BONI_LIST_HELMET - elif itemSubType == 2: - return constInfo.BONI_LIST_SHIELD - elif itemSubType == 3: - return constInfo.BONI_LIST_BRACELET - elif itemSubType == 4: - return constInfo.BONI_LIST_BOOTS - elif itemSubType == 5: - return constInfo.BONI_LIST_NECKLACE - elif itemSubType == 6: - return constInfo.BONI_LIST_EARRINGS - else: - return [] - - def GetHighestUpgradeItemVnum(self, itemVNum): - itemVNum = str(itemVNum) - while itemVNum[len(itemVNum)-1] != '9': - itemVNum = str(int(itemVNum) + 1) - return int(itemVNum) - - def GAMESetBoniSwitcherCheckEvent(self, event): - self.HasBoniSwitcherPos = event - - def Show(self, checkItem=TRUE): - if checkItem == TRUE: - self.checkAktItem(1) - else: - self.checkAktItem() - wndMgr.Show(self.hWnd) - - def OnPressEscapeKey(self): - self.Hide() - return TRUE diff --git a/bin/pack/root/uicharacter.py b/bin/pack/root/uicharacter.py index 057c2e21..0e6b92c8 100644 --- a/bin/pack/root/uicharacter.py +++ b/bin/pack/root/uicharacter.py @@ -16,20 +16,20 @@ import constInfo import emotion import chr -SHOW_ONLY_ACTIVE_SKILL = FALSE +SHOW_ONLY_ACTIVE_SKILL = False SHOW_LIMIT_SUPPORT_SKILL_LIST = [] -HIDE_SUPPORT_SKILL_POINT = FALSE +HIDE_SUPPORT_SKILL_POINT = False if localeInfo.IsYMIR(): SHOW_LIMIT_SUPPORT_SKILL_LIST = [121, 122, 123, 124, 126, 127, 129, 128, 131, 137, 138, 139, 140,141,142] if not localeInfo.IsCHEONMA(): - HIDE_SUPPORT_SKILL_POINT = TRUE + HIDE_SUPPORT_SKILL_POINT = True SHOW_LIMIT_SUPPORT_SKILL_LIST = [121, 122, 123, 124, 126, 127, 129, 128, 131, 137, 138, 139, 140,141,142] elif localeInfo.IsJAPAN() or (localeInfo.IsEUROPE() and app.GetLocalePath() != "locale/ca") and (localeInfo.IsEUROPE() and app.GetLocalePath() != "locale/br"): - HIDE_SUPPORT_SKILL_POINT = TRUE + HIDE_SUPPORT_SKILL_POINT = True SHOW_LIMIT_SUPPORT_SKILL_LIST = [121, 122, 123, 124, 126, 127, 129, 128, 131, 137, 138, 139, 140] else: - HIDE_SUPPORT_SKILL_POINT = TRUE + HIDE_SUPPORT_SKILL_POINT = True FACE_IMAGE_DICT = { playerSettingModule.RACE_WARRIOR_M : "icon/face/warrior_m.tga", @@ -259,7 +259,7 @@ class CharacterWindow(ui.ScriptWindow): "d:/ymir work/ui/game/quest/slot_button_01.sub",\ "d:/ymir work/ui/game/quest/slot_button_02.sub",\ "d:/ymir work/ui/game/quest/slot_button_03.sub",\ - "d:/ymir work/ui/game/quest/slot_button_03.sub", TRUE) + "d:/ymir work/ui/game/quest/slot_button_03.sub", True) self.questNameList = [] self.questLastTimeList = [] @@ -598,7 +598,7 @@ class CharacterWindow(ui.ScriptWindow): mouseController = mouseModule.mouseController - if FALSE == mouseController.isAttached(): + if False == mouseController.isAttached(): srcSlotIndex = self.__RealSkillSlotToSourceSlot(skillSlotIndex) selectedSkillIndex = player.GetSkillIndex(srcSlotIndex) @@ -761,7 +761,7 @@ class CharacterWindow(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True def OnUpdate(self): self.__UpdateQuestClock() @@ -861,13 +861,13 @@ class CharacterWindow(ui.ScriptWindow): ## ų if 0 == skillIndex: - return FALSE + return False ## Ѵٸ if not skill.CanLevelUpSkill(skillIndex, skillLevel): - return FALSE + return False - return TRUE + return True def __RefreshSkillPlusButton(self, name): global HIDE_SUPPORT_SKILL_POINT @@ -1173,34 +1173,34 @@ class CharacterWindow(ui.ScriptWindow): def __CanUseSkillNow(self): if 0 == net.GetMainActorSkillGroup(): - return FALSE + return False - return TRUE + return True def __CanUseHorseSkill(self): slotIndex = player.GetSkillSlotIndex(player.SKILL_INDEX_RIDING) if not slotIndex: - return FALSE + return False grade = player.GetSkillGrade(slotIndex) level = player.GetSkillLevel(slotIndex) if level < 0: level *= -1 if grade >= 1 and level >= 1: - return TRUE + return True - return FALSE + return False def __IsChangedHorseRidingSkillLevel(self): - ret = FALSE + ret = False if -1 == self.canUseHorseSkill: self.canUseHorseSkill = self.__CanUseHorseSkill() if self.canUseHorseSkill != self.__CanUseHorseSkill(): - ret = TRUE + ret = True self.canUseHorseSkill = self.__CanUseHorseSkill() return ret diff --git a/bin/pack/root/uichat.py b/bin/pack/root/uichat.py index babf23d5..75208268 100644 --- a/bin/pack/root/uichat.py +++ b/bin/pack/root/uichat.py @@ -10,18 +10,18 @@ import colorInfo import constInfo import systemSetting -ENABLE_CHAT_COMMAND = TRUE -ENABLE_LAST_SENTENCE_STACK = TRUE -ENABLE_INSULT_CHECK = TRUE +ENABLE_CHAT_COMMAND = True +ENABLE_LAST_SENTENCE_STACK = True +ENABLE_INSULT_CHECK = True if localeInfo.IsHONGKONG(): - ENABLE_LAST_SENTENCE_STACK = TRUE + ENABLE_LAST_SENTENCE_STACK = True if localeInfo.IsEUROPE(): - ENABLE_CHAT_COMMAND = FALSE + ENABLE_CHAT_COMMAND = False if localeInfo.IsCANADA(): - ENABLE_LAST_SENTENCE_STACK = FALSE + ENABLE_LAST_SENTENCE_STACK = False chatInputSetList = [] def InsertChatInputSetWindow(wnd): @@ -125,7 +125,7 @@ class ChatLine(ui.EditLine): self.eventReturn = lambda *arg: None self.eventTab = None self.chatMode = chat.CHAT_TYPE_TALKING - self.bCodePage = TRUE + self.bCodePage = True self.overTextLine = ui.TextLine() self.overTextLine.SetParent(self) @@ -261,8 +261,8 @@ class ChatLine(ui.EditLine): def OnIMETab(self): #if None != self.eventTab: # self.eventTab() - #return TRUE - return FALSE + #return True + return False def OnIMEUpdate(self): ui.EditLine.OnIMEUpdate(self) @@ -288,11 +288,11 @@ class ChatLine(ui.EditLine): # LAST_SENTENCE_STACK if app.VK_UP == key: self.__PrevLastSentenceStack() - return TRUE + return True if app.VK_DOWN == key: self.__NextLastSentenceStack() - return TRUE + return True # END_OF_LAST_SENTENCE_STACK ui.EditLine.OnIMEKeyDown(self, key) @@ -358,12 +358,12 @@ class ChatLine(ui.EditLine): self.__ClearChat() self.eventReturn() - return TRUE + return True def OnPressEscapeKey(self): self.__ClearChat() self.eventEscape() - return TRUE + return True def RunCloseEvent(self): self.eventEscape() @@ -444,7 +444,7 @@ class ChatInputSet(ui.Window): self.Show() self.RefreshPosition() - return TRUE + return True def Close(self): self.chatLine.KillFocus() @@ -452,7 +452,7 @@ class ChatInputSet(ui.Window): self.chatModeButton.Hide() self.btnSend.Hide() self.Hide() - return TRUE + return True def SetEscapeEvent(self, event): self.chatLine.SetEscapeEvent(event) @@ -517,7 +517,7 @@ class ChatWindow(ui.Window): self.AddFlag("float") self.AddFlag("movable") self.AddFlag("restrict_x") - self.topFlag = FALSE + self.topFlag = False self.SetWindowName("ChatWindow:ChatButton") @@ -534,12 +534,12 @@ class ChatWindow(ui.Window): app.SetCursor(app.NORMAL) def OnTop(self): - if TRUE == self.topFlag: + if True == self.topFlag: return - self.topFlag = TRUE + self.topFlag = True self.owner.SetTop() - self.topFlag = FALSE + self.topFlag = False def __init__(self): ui.Window.__init__(self) @@ -559,7 +559,7 @@ class ChatWindow(ui.Window): self.curHeightBar = 0 self.visibleLineCount = 0 self.scrollBarPos = 1.0 - self.scrollLock = FALSE + self.scrollLock = False chatInputSet = ChatInputSet() chatInputSet.SetParent(self) @@ -707,9 +707,9 @@ class ChatWindow(ui.Window): def IsEditMode(self): if chat.BOARD_STATE_EDIT == self.boardState: - return TRUE + return True - return FALSE + return False def __RefreshSizingBar(self): (x, y, width, height) = self.GetRect() @@ -870,7 +870,7 @@ class ChatLogWindow(ui.Window): def __init__(self): - self.allChatMode = TRUE + self.allChatMode = True self.chatInputSet = None ui.Window.__init__(self) @@ -1025,7 +1025,7 @@ class ChatLogWindow(ui.Window): if self.allChatMode: return - self.allChatMode = TRUE + self.allChatMode = True for i in self.CHAT_MODE_INDEX: chat.EnableChatMode(self.chatID, i) @@ -1034,7 +1034,7 @@ class ChatLogWindow(ui.Window): def ToggleChatMode(self, mode): if self.allChatMode: - self.allChatMode = FALSE + self.allChatMode = False for i in self.CHAT_MODE_INDEX: chat.DisableChatMode(self.chatID, i) chat.EnableChatMode(self.chatID, mode) @@ -1113,24 +1113,24 @@ class ChatLogWindow(ui.Window): grp.SetColor(0x77000000) grp.RenderBar(x, y, width, height) - grp.SetColor(0xff525552) + grp.SetColor(0x77000000) grp.RenderBox(x, y, width-2, height) - grp.SetColor(0xff000000) + grp.SetColor(0x77000000) grp.RenderBox(x+1, y+1, width-2, height) grp.SetColor(0xff989898) grp.RenderLine(x+width-13, y+height-1, 11, -11) grp.RenderLine(x+width-9, y+height-1, 7, -7) grp.RenderLine(x+width-5, y+height-1, 3, -3) - else: + else: grp.SetColor(0x77000000) grp.RenderBar(x+width-15, y+45, 13, height-45) grp.SetColor(0x77000000) grp.RenderBar(x, y, width, height) - grp.SetColor(0xff525552) + grp.SetColor(0x77000000) grp.RenderBox(x, y, width-2, height) - grp.SetColor(0xff000000) + grp.SetColor(0x77000000) grp.RenderBox(x+1, y+1, width-2, height) grp.SetColor(0xff989898) @@ -1153,7 +1153,7 @@ class ChatLogWindow(ui.Window): def OnPressEscapeKey(self): self.Close() - return TRUE + return True def BindInterface(self, interface): self.interface = interface diff --git a/bin/pack/root/uicommon.py b/bin/pack/root/uicommon.py index 592cc624..04b25683 100644 --- a/bin/pack/root/uicommon.py +++ b/bin/pack/root/uicommon.py @@ -55,15 +55,15 @@ class PopupDialog(ui.ScriptWindow): self.acceptEvent = event def SetButtonName(self, name): - self.accceptButton.SetText(ButtonName) + self.accceptButton.SetText(name) def OnPressEscapeKey(self): self.Close() - return TRUE + return True def OnIMEReturn(self): self.Close() - return TRUE + return True class InputDialog(ui.ScriptWindow): @@ -270,7 +270,7 @@ class QuestionDialog(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True class QuestionDialog2(QuestionDialog): diff --git a/bin/pack/root/uicube.py b/bin/pack/root/uicube.py index 9fa74d31..9ad7182a 100644 --- a/bin/pack/root/uicube.py +++ b/bin/pack/root/uicube.py @@ -80,7 +80,7 @@ class CubeResultWindow(ui.ScriptWindow): def OnPressEscapeKey(self): if 0 != self.eventClose: self.eventClose() - return TRUE + return True class CubeWindow(ui.ScriptWindow): @@ -89,7 +89,7 @@ class CubeWindow(ui.ScriptWindow): ui.ScriptWindow.__init__(self) self.xShopStart = 0 self.yShopStart = 0 - self.isUsable = FALSE + self.isUsable = False def __del__(self): ui.ScriptWindow.__del__(self) @@ -211,12 +211,12 @@ class CubeWindow(ui.ScriptWindow): self.needMoney = None def __OverOutMaterialSlot(self): - self.tooltipItem.SetCannotUseItemForceSetDisableColor(TRUE) + self.tooltipItem.SetCannotUseItemForceSetDisableColor(True) self.tooltipItem.HideToolTip() def __OverInCubeResultSlot(self, trash, resultIndex): self.tooltipItem.ClearToolTip() - self.tooltipItem.SetCannotUseItemForceSetDisableColor(TRUE) + self.tooltipItem.SetCannotUseItemForceSetDisableColor(True) metinSlot = [] for i in xrange(player.METIN_SOCKET_MAX_NUM): @@ -246,7 +246,7 @@ class CubeWindow(ui.ScriptWindow): return for itemVnum, itemCount in materialInfo[materialIndex]: - bAddedNow = FALSE # ̹ Ŭν ߰Ǿ? + bAddedNow = False # ̹ Ŭν ߰Ǿ? item.SelectItem(itemVnum) itemSizeX, itemSizeY = item.GetItemSize() @@ -258,18 +258,18 @@ class CubeWindow(ui.ScriptWindow): if vnum == itemVnum and count >= itemCount: # ̹ ϵǾ ִ ˻ϰ, ٸ ߰ - bAlreadyExists = FALSE + bAlreadyExists = False for slotPos, invenPos in self.cubeItemInfo.items(): if invenPos == i: - bAlreadyExists = TRUE + bAlreadyExists = True - if TRUE == bAlreadyExists: + if True == bAlreadyExists: continue #continue inventory iterating #print "Cube Status : ", self.cubeItemInfo # ϸ ť꿡 ϵ ̹Ƿ, ť Կ ش ߰ - bCanAddSlot = FALSE + bCanAddSlot = False for slotPos in xrange(self.cubeSlot.GetSlotCount()): # ť ִ°? if not slotPos in self.cubeItemInfo: @@ -295,43 +295,43 @@ class CubeWindow(ui.ScriptWindow): # 1ĭ¥ ٷ ٿ ĭ¥ ־ if 1 == itemSizeY: if 0 == currentSlotLine: - bCanAddSlot = TRUE + bCanAddSlot = True elif 1 == currentSlotLine and 1 == upperColumnItemSizeY: - bCanAddSlot = TRUE + bCanAddSlot = True elif 2 == currentSlotLine: - bCanAddSlot = TRUE + bCanAddSlot = True # 2ĭ¥ Ʒ ־ elif 2 == itemSizeY: if 0 == currentSlotLine and not cubeColumn + self.CUBE_SLOT_COUNTX in self.cubeItemInfo: - bCanAddSlot = TRUE + bCanAddSlot = True elif 1 == currentSlotLine and 1 == upperColumnItemSizeY and not cubeColumn + (self.CUBE_SLOT_COUNTX * 2) in self.cubeItemInfo: - bCanAddSlot = TRUE + bCanAddSlot = True # 3ĭ¥ ش Column ü ־ else: if not cubeColumn in self.cubeItemInfo and not cubeColumn + self.CUBE_SLOT_COUNTX in self.cubeItemInfo and not cubeColumn + (self.CUBE_SLOT_COUNTX * 2) in self.cubeItemInfo: - bCanAddSlot = TRUE + bCanAddSlot = True - if TRUE == bCanAddSlot: + if True == bCanAddSlot: self.cubeItemInfo[slotPos] = i self.cubeSlot.SetItemSlot(slotPos, vnum, count) net.SendChatPacket("/cube add %d %d" % (slotPos, i)) - bAddedNow = TRUE + bAddedNow = True - if TRUE == bAddedNow: + if True == bAddedNow: break #break cube slot iterating - if TRUE == bAddedNow: + if True == bAddedNow: break #break inventory iterating - if TRUE == bAddedNow: + if True == bAddedNow: break #break material iterating def __OverInMaterialSlot(self, trash, resultIndex, col): self.tooltipItem.ClearToolTip() - self.tooltipItem.SetCannotUseItemForceSetDisableColor(FALSE) + self.tooltipItem.SetCannotUseItemForceSetDisableColor(False) resultIndex = resultIndex + self.firstSlotIndex @@ -365,7 +365,7 @@ class CubeWindow(ui.ScriptWindow): self.Refresh() self.Show() - self.isUsable = TRUE + self.isUsable = True (self.xShopStart, self.yShopStart, z) = player.GetMainCharacterPosition() def UpdateInfo(self, gold, itemVnum, count): @@ -376,7 +376,7 @@ class CubeWindow(ui.ScriptWindow): def OnPressEscapeKey(self): self.__OnCloseButtonClick() - return TRUE + return True def Close(self): if self.tooltipItem: @@ -473,7 +473,7 @@ class CubeWindow(ui.ScriptWindow): def __OnCloseButtonClick(self): if self.isUsable: - self.isUsable = FALSE + self.isUsable = False print "ť ݱ" net.SendChatPacket("/cube close") @@ -556,7 +556,7 @@ if __name__ == "__main__": import localeInfo app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create(localeInfo.APP_TITLE, systemSetting.GetWidth(), systemSetting.GetHeight(), 1) diff --git a/bin/pack/root/uidragonsoul.py b/bin/pack/root/uidragonsoul.py index 8074d865..c90668d4 100644 --- a/bin/pack/root/uidragonsoul.py +++ b/bin/pack/root/uidragonsoul.py @@ -24,7 +24,7 @@ ITEM_FLAG_APPLICABLE = 1 << 14 # ITEM VNUM 10 ڸ, FEDCBA Ѵٸ # FE : ȥ . D : # C : ܰ B : ȭ -# A : ȣ... +# A : ȣ... class DragonSoulWindow(ui.ScriptWindow): KIND_TAP_TITLES = [uiScriptLocale.DRAGONSOUL_TAP_TITLE_1, uiScriptLocale.DRAGONSOUL_TAP_TITLE_2, @@ -35,7 +35,7 @@ class DragonSoulWindow(ui.ScriptWindow): self.tooltipItem = None self.sellingSlotNumber = -1 self.isLoaded = 0 - self.isActivated = FALSE + self.isActivated = False self.DSKindIndex = 0 self.tabDict = None self.tabButtonDict = None @@ -192,11 +192,11 @@ class DragonSoulWindow(ui.ScriptWindow): def Close(self): if None != self.tooltipItem: self.tooltipItem.HideToolTip() - self.Hide() - - def __DeckButtonDown(self, deck): - self.deckTab[deck].Down() - + self.Hide() + + def __DeckButtonDown(self, deck): + self.deckTab[deck].Down() + def SetInventoryPage(self, page): if self.inventoryPageIndex != page: self.__HighlightSlot_ClearCurrentPage() @@ -300,7 +300,7 @@ class DragonSoulWindow(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True def OnTop(self): if None != self.tooltipItem: @@ -308,7 +308,7 @@ class DragonSoulWindow(ui.ScriptWindow): # item slot Լ def OverOutItem(self): - self.wndItem.SetUsableItem(FALSE) + self.wndItem.SetUsableItem(False) if None != self.tooltipItem: self.tooltipItem.HideToolTip() @@ -320,7 +320,7 @@ class DragonSoulWindow(ui.ScriptWindow): except: pass - self.wndItem.SetUsableItem(FALSE) + self.wndItem.SetUsableItem(False) self.ShowToolTip(player.DRAGON_SOUL_INVENTORY, overSlotPos) def __UseItem(self, slotIndex): @@ -339,10 +339,10 @@ class DragonSoulWindow(ui.ScriptWindow): equipSlotPos = player.DRAGON_SOUL_EQUIPMENT_SLOT_START + self.deckPageIndex * player.DRAGON_SOUL_EQUIPMENT_FIRST_SIZE + subType srcItemPos = (player.DRAGON_SOUL_INVENTORY, slotIndex) dstItemPos = (player.INVENTORY, equipSlotPos) - self.__OpenQuestionDialog(TRUE, srcItemPos, dstItemPos) + self.__OpenQuestionDialog(True, srcItemPos, dstItemPos) def SelectItemSlot(self, itemSlotIndex): - if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS() == 1: + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS() == 1: return itemSlotIndex = self.__InventoryLocalSlotPosToGlobalSlotPos(player.DRAGON_SOUL_INVENTORY, itemSlotIndex) @@ -359,18 +359,82 @@ class DragonSoulWindow(ui.ScriptWindow): mouseModule.mouseController.DeattachObject() else: - selectedItemVNum = player.GetItemIndex(player.DRAGON_SOUL_INVENTORY, itemSlotIndex) - itemCount = player.GetItemCount(player.DRAGON_SOUL_INVENTORY, itemSlotIndex) - mouseModule.mouseController.AttachObject(self, player.SLOT_TYPE_DRAGON_SOUL_INVENTORY, itemSlotIndex, selectedItemVNum, itemCount) - self.wndItem.SetUseMode(FALSE) - snd.PlaySound("sound/ui/pick.wav") + ## ȵ ߰ + ## 20140220 + curCursorNum = app.GetCursor() + + if app.SELL == curCursorNum: + self.__SellItem(itemSlotIndex) + elif app.BUY == curCursorNum: + chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.SHOP_BUY_INFO) + elif app.IsPressed(app.DIK_LALT): + link = player.GetItemLink(player.DRAGON_SOUL_INVENTORY, itemSlotIndex) + ime.PasteString(link) + else: + selectedItemVNum = player.GetItemIndex(player.DRAGON_SOUL_INVENTORY, itemSlotIndex) + itemCount = player.GetItemCount(player.DRAGON_SOUL_INVENTORY, itemSlotIndex) + mouseModule.mouseController.AttachObject(self, player.SLOT_TYPE_DRAGON_SOUL_INVENTORY, itemSlotIndex, selectedItemVNum, itemCount) + self.wndItem.SetUseMode(False) + snd.PlaySound("sound/ui/pick.wav") + + ## ȱ + ## 2014.02.20 ߰ + def __SellItem(self, itemSlotPos): + if not player.IsDSEquipmentSlot(player.DRAGON_SOUL_INVENTORY, itemSlotPos): + self.sellingSlotNumber = itemSlotPos + itemIndex = player.GetItemIndex(player.DRAGON_SOUL_INVENTORY, itemSlotPos) + itemCount = player.GetItemCount(player.DRAGON_SOUL_INVENTORY, itemSlotPos) + + item.SelectItem(itemIndex) + + if item.IsAntiFlag(item.ANTIFLAG_SELL): + popup = uiCommon.PopupDialog() + popup.SetText(localeInfo.SHOP_CANNOT_SELL_ITEM) + popup.SetAcceptEvent(self.__OnClosePopupDialog) + popup.Open() + self.popup = popup + return + + itemPrice = item.GetISellItemPrice() + + if item.Is1GoldItem(): + itemPrice = itemCount / itemPrice / 5 + else: + itemPrice = itemPrice * itemCount / 5 + + item.GetItemName(itemIndex) + itemName = item.GetItemName() + + self.questionDialog = uiCommon.QuestionDialog() + self.questionDialog.SetText(localeInfo.DO_YOU_SELL_ITEM(itemName, itemCount, itemPrice)) + self.questionDialog.SetAcceptEvent(ui.__mem_func__(self.SellItem)) + self.questionDialog.SetCancelEvent(ui.__mem_func__(self.OnCloseQuestionDialog)) + self.questionDialog.Open() + self.questionDialog.count = itemCount + + ## ȱ + def SellItem(self): + + net.SendShopSellPacketNew(self.sellingSlotNumber, self.questionDialog.count, player.DRAGON_SOUL_INVENTORY) + snd.PlaySound("sound/ui/money.wav") + self.OnCloseQuestionDialog() + + ## ȱ + def OnCloseQuestionDialog(self): + if self.questionDialog: + self.questionDialog.Close() + + self.questionDialog = None + + ## ȱ + def __OnClosePopupDialog(self): + self.pop = None def SelectEmptySlot(self, selectedSlotPos): - if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS() == 1: + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS() == 1: return selectedSlotPos = self.__InventoryLocalSlotPosToGlobalSlotPos(player.DRAGON_SOUL_INVENTORY, selectedSlotPos) - print "__debug", selectedSlotPos if mouseModule.mouseController.isAttached(): attachedSlotType = mouseModule.mouseController.GetAttachedType() @@ -400,7 +464,7 @@ class DragonSoulWindow(ui.ScriptWindow): if player.IsDSEquipmentSlot(attachedInvenType, attachedSlotPos): srcItemPos = (attachedInvenType, attachedSlotPos) dstItemPos = (player.DRAGON_SOUL_INVENTORY, selectedSlotPos) - self.__OpenQuestionDialog(FALSE, srcItemPos, dstItemPos) + self.__OpenQuestionDialog(False, srcItemPos, dstItemPos) else: itemCount = player.GetItemCount(attachedInvenType, attachedSlotPos) attachedCount = mouseModule.mouseController.GetAttachedItemCount() @@ -410,7 +474,7 @@ class DragonSoulWindow(ui.ScriptWindow): mouseModule.mouseController.DeattachObject() def UseItemSlot(self, slotIndex): - if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS(): + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS(): return slotIndex = self.__InventoryLocalSlotPosToGlobalSlotPos(player.DRAGON_SOUL_INVENTORY, slotIndex) try: @@ -442,11 +506,11 @@ class DragonSoulWindow(ui.ScriptWindow): def OverInEquipItem(self, overSlotPos): overSlotPos = self.__InventoryLocalSlotPosToGlobalSlotPos(player.INVENTORY, overSlotPos) - self.wndItem.SetUsableItem(FALSE) + self.wndItem.SetUsableItem(False) self.ShowToolTip(player.INVENTORY, overSlotPos) def UseEquipItemSlot(self, slotIndex): - if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS(): + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS(): return slotIndex = self.__InventoryLocalSlotPosToGlobalSlotPos(player.INVENTORY, slotIndex) @@ -460,11 +524,20 @@ class DragonSoulWindow(ui.ScriptWindow): chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.USE_ITEM_FAILURE_PRIVATE_SHOP) return - self.__OpenQuestionDialog(FALSE, (player.INVENTORY, slotIndex), (1, 1)) + self.__OpenQuestionDialog(False, (player.INVENTORY, slotIndex), (1, 1)) def SelectEquipItemSlot(self, itemSlotIndex): - if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS() == 1: + + ## 콺 ư sell buy üũ ؼ return + curCursorNum = app.GetCursor() + if app.SELL == curCursorNum: + return + elif app.BUY == curCursorNum: + chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.SHOP_BUY_INFO) + return + + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS() == 1: return itemSlotIndex = self.__InventoryLocalSlotPosToGlobalSlotPos(player.INVENTORY, itemSlotIndex) @@ -487,11 +560,11 @@ class DragonSoulWindow(ui.ScriptWindow): selectedItemVNum = player.GetItemIndex(player.INVENTORY, itemSlotIndex) itemCount = player.GetItemCount(player.INVENTORY, itemSlotIndex) mouseModule.mouseController.AttachObject(self, player.SLOT_TYPE_INVENTORY, itemSlotIndex, selectedItemVNum, itemCount) - self.wndItem.SetUseMode(FALSE) + self.wndItem.SetUseMode(False) snd.PlaySound("sound/ui/pick.wav") def SelectEmptyEquipSlot(self, selectedSlot): - if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS() == 1: + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS() == 1: return selectedSlotPos = self.__InventoryLocalSlotPosToGlobalSlotPos(player.INVENTORY, selectedSlot) @@ -516,7 +589,7 @@ class DragonSoulWindow(ui.ScriptWindow): else: srcItemPos = (player.DRAGON_SOUL_INVENTORY, attachedSlotPos) dstItemPos = (player.INVENTORY, selectedSlotPos) - self.__OpenQuestionDialog(TRUE, srcItemPos, dstItemPos) + self.__OpenQuestionDialog(True, srcItemPos, dstItemPos) mouseModule.mouseController.DeattachObject() # equip Լ . @@ -540,7 +613,7 @@ class DragonSoulWindow(ui.ScriptWindow): def __Accept(self): if (-1, -1) == self.dstItemPos: - net.SendItemUsePacket(*srcItemPos) + net.SendItemUsePacket(*self.srcItemPos) else: self.__SendMoveItemPacket(*(self.srcItemPos + self.dstItemPos + (0,))) self.dlgQuestion.Close() @@ -585,7 +658,7 @@ class DragonSoulWindow(ui.ScriptWindow): # ȥ Ȱȭ def ActivateDragonSoulByExtern(self, deck): - self.isActivated = TRUE + self.isActivated = True self.activateButton.Down() self.deckPageIndex = deck self.deckTab[deck].Down() @@ -593,16 +666,16 @@ class DragonSoulWindow(ui.ScriptWindow): self.RefreshEquipSlotWindow() def DeactivateDragonSoul(self): - self.isActivated = FALSE + self.isActivated = False self.activateButton.SetUp() def ActivateButtonClick(self): - self.isActivated = self.isActivated ^ TRUE + self.isActivated = self.isActivated ^ True if self.isActivated: if self.__CanActivateDeck(): net.SendChatPacket("/dragon_soul activate " + str(self.deckPageIndex)) else: - self.isActivated = FALSE + self.isActivated = False self.activateButton.SetUp() else: net.SendChatPacket("/dragon_soul deactivate") @@ -615,7 +688,7 @@ class DragonSoulWindow(ui.ScriptWindow): if itemVnum != 0: item.SelectItem(itemVnum) - isNoLimit = TRUE + isNoLimit = True for i in xrange(item.LIMIT_MAX_NUM): (limitType, limitValue) = item.GetLimit(i) @@ -623,7 +696,7 @@ class DragonSoulWindow(ui.ScriptWindow): # LIMIT_REAL_TIME ð Ǹ Ƿ ʿ䰡 . # LIMIT_REAL_TIME_START_FIRST_USE ǵ ʾ ϴ д. if item.LIMIT_TIMER_BASED_ON_WEAR == limitType: - isNoLimit = FALSE + isNoLimit = False remain_time = player.GetItemMetinSocket(player.INVENTORY, slotNumber, 0) if 0 != remain_time: canActiveNum += 1 @@ -781,17 +854,17 @@ class DragonSoulRefineWindow(ui.ScriptWindow): self.__FlushRefineItemSlot() player.SendDragonSoulRefine(player.DRAGON_SOUL_REFINE_CLOSE) - self.Hide() + self.Hide() - def Show(self): - self.currentRefineType = self.REFINE_TYPE_GRADE + def Show(self): + self.currentRefineType = self.REFINE_TYPE_GRADE self.wndMoney.SetText(localeInfo.NumberToMoneyString(0)) self.refineChoiceButtonDict[self.REFINE_TYPE_GRADE].Down() self.refineChoiceButtonDict[self.REFINE_TYPE_STEP].SetUp() self.refineChoiceButtonDict[self.REFINE_TYPE_STRENGTH].SetUp() self.Refresh() - + ui.ScriptWindow.Show(self) def SetItemToolTip(self, tooltipItem): @@ -821,49 +894,50 @@ class DragonSoulRefineWindow(ui.ScriptWindow): player.SetItemCount(invenType, invenPos, remainCount + itemCount) self.__Initialize() - def __ToggleUpButton(self, idx): - #if self.REFINE_TYPE_GRADE == self.currentRefineType: - self.refineChoiceButtonDict[idx].Down() - - def __ToggleDownGradeButton(self): - if self.REFINE_TYPE_GRADE == self.currentRefineType: - return - self.refineChoiceButtonDict[self.currentRefineType].SetUp() - self.currentRefineType = self.REFINE_TYPE_GRADE - self.__FlushRefineItemSlot() + def __ToggleUpButton(self, idx): + #if self.REFINE_TYPE_GRADE == self.currentRefineType: + self.refineChoiceButtonDict[idx].Down() + + def __ToggleDownGradeButton(self): + if self.REFINE_TYPE_GRADE == self.currentRefineType: + return + self.refineChoiceButtonDict[self.currentRefineType].SetUp() + self.currentRefineType = self.REFINE_TYPE_GRADE + self.__FlushRefineItemSlot() self.Refresh() - - def __ToggleDownStepButton(self): - if self.REFINE_TYPE_STEP == self.currentRefineType: - return - self.refineChoiceButtonDict[self.currentRefineType].SetUp() - self.currentRefineType = self.REFINE_TYPE_STEP + + def __ToggleDownStepButton(self): + if self.REFINE_TYPE_STEP == self.currentRefineType: + return + self.refineChoiceButtonDict[self.currentRefineType].SetUp() + self.currentRefineType = self.REFINE_TYPE_STEP self.__FlushRefineItemSlot() self.Refresh() - def __ToggleDownStrengthButton(self): - if self.REFINE_TYPE_STRENGTH == self.currentRefineType: - return - self.refineChoiceButtonDict[self.currentRefineType].SetUp() - self.currentRefineType = self.REFINE_TYPE_STRENGTH - self.__FlushRefineItemSlot() - self.Refresh() + def __ToggleDownStrengthButton(self): + if self.REFINE_TYPE_STRENGTH == self.currentRefineType: + return + self.refineChoiceButtonDict[self.currentRefineType].SetUp() + self.currentRefineType = self.REFINE_TYPE_STRENGTH + self.__FlushRefineItemSlot() + self.Refresh() - def __PopUp(self, message): + def __PopUp(self, message): self.wndPopupDialog.SetText(message) self.wndPopupDialog.Open() - - def __SetItem(self, (invenType, invenPos), dstSlotIndex, itemCount): - + + def __SetItem(self, inven, dstSlotIndex, itemCount): + invenType, invenPos = inven + if dstSlotIndex >= self.refineSlotLockStartIndex: - return FALSE + return False itemVnum = player.GetItemIndex(invenType, invenPos) maxCount = player.GetItemCount(invenType, invenPos) if itemCount > maxCount: raise Exception, ("Invalid attachedItemCount(%d). (base pos (%d, %d), base itemCount(%d))" % (itemCount, invenType, invenPos, maxCount)) - #return FALSE + #return False # strength ȭ , 0 ȭ, 1 ȥ . if DragonSoulRefineWindow.REFINE_TYPE_STRENGTH == self.currentRefineType: @@ -874,18 +948,18 @@ class DragonSoulRefineWindow(ui.ScriptWindow): # ̾. if dstSlotIndex in self.refineItemInfo: - return FALSE + return False # ȭâ ø ִ ˻. - if FALSE == self.__CheckCanRefine(itemVnum): - return FALSE + if False == self.__CheckCanRefine(itemVnum): + return False # īƮŭ ڸ īƮ player.SetItemCount(invenType, invenPos, maxCount - itemCount) self.refineItemInfo[dstSlotIndex] = (invenType, invenPos, itemCount) self.Refresh() - return TRUE + return True # ȭ üũ # ȥ ȭ ȭ Ǹ س ϴ ƴ϶, @@ -903,23 +977,21 @@ class DragonSoulRefineWindow(ui.ScriptWindow): return self.__CanRefineStrength(vnum) else: - return FALSE - - return TRUE + return False def __CanRefineGrade (self, vnum): ds_info = self.__GetDragonSoulTypeInfo(vnum) if DragonSoulRefineWindow.INVALID_DRAGON_SOUL_INFO == ds_info: self.__PopUp(localeInfo.DRAGON_SOUL_IS_NOT_DRAGON_SOUL) - return FALSE + return False if self.currentRecipe: ds_type, grade, step, strength = ds_info cur_refine_ds_type, cur_refine_grade, cur_refine_step, cur_refine_strength = self.currentRecipe["ds_info"] if not (cur_refine_ds_type == ds_type and cur_refine_grade == grade): self.__PopUp(localeInfo.DRAGON_SOUL_INVALID_DRAGON_SOUL) - return FALSE + return False # ȭ â ó ø , ȭ ῡ . # ȥ ȭ, Ǹ ϴ ƴ϶, ȭâ ó ø ̳Ŀ , # ȭϰ, ᰡ ( ) . @@ -930,25 +1002,25 @@ class DragonSoulRefineWindow(ui.ScriptWindow): if self.currentRecipe: self.refineSlotLockStartIndex = self.currentRecipe["need_count"] self.wndMoney.SetText(localeInfo.NumberToMoneyString(self.currentRecipe["fee"])) - return TRUE + return True else: # ȭ ÿ ϸ ø Ǵ. self.__PopUp(localeInfo.DRAGON_SOUL_CANNOT_REFINE) - return FALSE + return False def __CanRefineStep (self, vnum): ds_info = self.__GetDragonSoulTypeInfo(vnum) if DragonSoulRefineWindow.INVALID_DRAGON_SOUL_INFO == ds_info: self.__PopUp(localeInfo.DRAGON_SOUL_IS_NOT_DRAGON_SOUL) - return FALSE + return False if self.currentRecipe: ds_type, grade, step, strength = ds_info cur_refine_ds_type, cur_refine_grade, cur_refine_step, cur_refine_strength = self.currentRecipe["ds_info"] if not (cur_refine_ds_type == ds_type and cur_refine_grade == grade and cur_refine_step == step): self.__PopUp(localeInfo.DRAGON_SOUL_INVALID_DRAGON_SOUL) - return FALSE + return False # ȭ â ó ø , ῡ . # ȥ ȭ, Ǹ ϴ ƴ϶, ȭâ ó ø ̳Ŀ , # ȭϰ, ᰡ ( ) . @@ -959,12 +1031,12 @@ class DragonSoulRefineWindow(ui.ScriptWindow): if self.currentRecipe: self.refineSlotLockStartIndex = self.currentRecipe["need_count"] self.wndMoney.SetText(localeInfo.NumberToMoneyString(self.currentRecipe["fee"])) - return TRUE + return True else: # ȭ ÿ ϸ ø Ǵ. self.__PopUp(localeInfo.DRAGON_SOUL_CANNOT_REFINE) - return FALSE + return False def __CanRefineStrength (self, vnum): # ȥ , ̻ strength ȭ üũؾ. @@ -974,29 +1046,29 @@ class DragonSoulRefineWindow(ui.ScriptWindow): import dragon_soul_refine_settings if strength >= dragon_soul_refine_settings.dragon_soul_refine_info[ds_type]["strength_max_table"][grade][step]: self.__PopUp(localeInfo.DRAGON_SOUL_CANNOT_REFINE_MORE) - return FALSE + return False else: - return TRUE + return True # strength ȭ , refine_recipe ȥ ƴ, ȭ ޶. # ȥ ƴ϶, - # ̹ ǰ ִ , ȭ ȭâ ִٴ ̹Ƿ, return FALSE + # ̹ ǰ ִ , ȭ ȭâ ִٴ ̹Ƿ, return False # ǰ , ȭ Ȯϰ, Ǹ Ѵ. else: if self.currentRecipe: self.__PopUp(localeInfo.DRAGON_SOUL_IS_NOT_DRAGON_SOUL) - return FALSE + return False else: refineRecipe = self.__GetRefineStrengthInfo(vnum) if refineRecipe: self.currentRecipe = refineRecipe self.wndMoney.SetText(localeInfo.NumberToMoneyString(self.currentRecipe["fee"])) - return TRUE + return True else: # Ǹ self.__PopUp(localeInfo.DRAGON_SOUL_NOT_DRAGON_SOUL_REFINE_STONE) - return FALSE + return False def __GetRefineGradeRecipe (self, vnum): ds_type, grade, step, strength = self.__GetDragonSoulTypeInfo(vnum) @@ -1047,7 +1119,7 @@ class DragonSoulRefineWindow(ui.ScriptWindow): # ITEM VNUM 10 ڸ, FEDCBA Ѵٸ # FE : ȥ . D : # C : ܰ B : ȭ - # A : ȣ... + # A : ȣ... def __GetDragonSoulTypeInfo(self, vnum): if not self.__IsDragonSoul(vnum): return DragonSoulRefineWindow.INVALID_DRAGON_SOUL_INFO @@ -1061,10 +1133,10 @@ class DragonSoulRefineWindow(ui.ScriptWindow): def __MakeDragonSoulVnum(self, ds_type, grade, step, strength): return ds_type * 10000 + grade * 1000 + step * 100 + strength * 10 - ## Event + ## Event def __SelectRefineEmptySlot(self, selectedSlotPos): try: - if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS() == 1: + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS() == 1: return if selectedSlotPos >= self.refineSlotLockStartIndex: @@ -1089,7 +1161,7 @@ class DragonSoulRefineWindow(ui.ScriptWindow): if player.INVENTORY != attachedInvenType and player.DRAGON_SOUL_INVENTORY != attachedInvenType: return - if TRUE == self.__SetItem((attachedInvenType, attachedSlotPos), selectedSlotPos, attachedItemCount): + if True == self.__SetItem((attachedInvenType, attachedSlotPos), selectedSlotPos, attachedItemCount): self.Refresh() except Exception, e: @@ -1098,7 +1170,7 @@ class DragonSoulRefineWindow(ui.ScriptWindow): # Ŭ Կ . def __SelectRefineItemSlot(self, selectedSlotPos): - if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS() == 1: + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS() == 1: return try: @@ -1185,7 +1257,7 @@ class DragonSoulRefineWindow(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True def Refresh(self): self.__RefreshRefineItemSlot() @@ -1241,7 +1313,7 @@ class DragonSoulRefineWindow(ui.ScriptWindow): invenType, invenPos, itemCount = self.refineItemInfo[slotPos] remainCount = player.GetItemCount(invenType, invenPos) player.SetItemCount(invenType, invenPos, remainCount + itemCount) - del self.refineItemInfo[selectedSlotPos] + del self.refineItemInfo[slotPos] # refineSlotLockStartIndex ̻ ̹ . self.wndRefineSlot.ShowSlotBaseImage(slotPos) @@ -1257,10 +1329,10 @@ class DragonSoulRefineWindow(ui.ScriptWindow): dbg.TraceError("Exception : __RefreshRefineItemSlot, %s" % e) def __GetEmptySlot(self, itemVnum = 0): - # STRENGTH ȭ , ȥ ԰ ȭ еǾֱ - # vnum ˾ƾ Ѵ. - if DragonSoulRefineWindow.REFINE_TYPE_STRENGTH == self.currentRefineType: - if 0 == itemVnum: + # STRENGTH ȭ , ȥ ԰ ȭ еǾֱ + # vnum ˾ƾ Ѵ. + if DragonSoulRefineWindow.REFINE_TYPE_STRENGTH == self.currentRefineType: + if 0 == itemVnum: return -1 if self.__IsDragonSoul(itemVnum): @@ -1276,8 +1348,9 @@ class DragonSoulRefineWindow(ui.ScriptWindow): return -1 - def AutoSetItem(self, (invenType, invenPos), itemCount): - itemVnum = player.GetItemIndex(invenType, invenPos) + def AutoSetItem(self, inven, itemCount): + invenType, invenPos = inven + itemVnum = player.GetItemIndex(invenType, invenPos) emptySlot = self.__GetEmptySlot(itemVnum) if -1 == emptySlot: return diff --git a/bin/pack/root/uiequipmentdialog.py b/bin/pack/root/uiequipmentdialog.py index 228d2953..8ff04dfb 100644 --- a/bin/pack/root/uiequipmentdialog.py +++ b/bin/pack/root/uiequipmentdialog.py @@ -121,4 +121,4 @@ class EquipmentDialog(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True diff --git a/bin/pack/root/uiex.py b/bin/pack/root/uiex.py index 46932210..1ca247a1 100644 --- a/bin/pack/root/uiex.py +++ b/bin/pack/root/uiex.py @@ -36,12 +36,12 @@ class Window(ui.Window): loader.LoadScriptFile(self, fileName) -#wndMgr.SetOutlineFlag(TRUE) +#wndMgr.SetOutlineFlag(True) class App: def __init__(self, title = "METIN2 UI TEST"): app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) width = systemSetting.GetWidth() diff --git a/bin/pack/root/uiexchange.py b/bin/pack/root/uiexchange.py index 501b88db..66885a41 100644 --- a/bin/pack/root/uiexchange.py +++ b/bin/pack/root/uiexchange.py @@ -117,7 +117,7 @@ class ExchangeDialog(ui.ScriptWindow): def SelectOwnerEmptySlot(self, SlotIndex): - if FALSE == mouseModule.mouseController.isAttached(): + if False == mouseModule.mouseController.isAttached(): return if mouseModule.mouseController.IsAttachedMoney(): @@ -173,17 +173,20 @@ class ExchangeDialog(ui.ScriptWindow): self.RefreshOwnerSlot() self.RefreshTargetSlot() - self.OwnerMoney.SetText(str(exchange.GetElkFromSelf())) - self.TargetMoney.SetText(str(exchange.GetElkFromTarget())) + # self.OwnerMoney.SetText(str(exchange.GetElkFromSelf())) + # self.TargetMoney.SetText(str(exchange.GetElkFromTarget())) + + self.OwnerMoney.SetText(str(('.'.join([ i-3<0 and str(exchange.GetElkFromSelf())[:i] or str(exchange.GetElkFromSelf())[i-3:i] for i in range(len(str(exchange.GetElkFromSelf()))%3, len(str(exchange.GetElkFromSelf()))+1, 3) if i ])))) + self.TargetMoney.SetText(str(('.'.join([ i-3<0 and str(exchange.GetElkFromTarget())[:i] or str(exchange.GetElkFromTarget())[i-3:i] for i in range(len(str(exchange.GetElkFromTarget()))%3, len(str(exchange.GetElkFromTarget()))+1, 3) if i ])))) - if TRUE == exchange.GetAcceptFromSelf(): + if True == exchange.GetAcceptFromSelf(): self.OwnerAcceptLight.Down() else: self.AcceptButton.Enable() self.AcceptButton.SetUp() self.OwnerAcceptLight.SetUp() - if TRUE == exchange.GetAcceptFromTarget(): + if True == exchange.GetAcceptFromTarget(): self.TargetAcceptLight.Down() else: self.TargetAcceptLight.SetUp() diff --git a/bin/pack/root/uigamebutton.py b/bin/pack/root/uigamebutton.py index 15fcf389..655f1ce7 100644 --- a/bin/pack/root/uigamebutton.py +++ b/bin/pack/root/uigamebutton.py @@ -19,7 +19,7 @@ class GameButtonWindow(ui.ScriptWindow): import dbg dbg.TraceError("GameButtonWindow.LoadScript - %s" % (msg)) app.Abort() - return FALSE + return False try: self.gameButtonDict={ @@ -37,11 +37,11 @@ class GameButtonWindow(ui.ScriptWindow): import dbg dbg.TraceError("GameButtonWindow.LoadScript - %s" % (msg)) app.Abort() - return FALSE + return False self.__HideAllGameButton() self.SetObserverMode(player.IsObserverMode()) - return TRUE + return True def Destroy(self): for key in self.gameButtonDict: @@ -89,9 +89,9 @@ class GameButtonWindow(ui.ScriptWindow): def __IsSkillStat(self): if player.GetStatus(player.SKILL_ACTIVE) > 0: - return TRUE + return True - return FALSE + return False def __OnClickExitObserver(self): net.SendChatPacket("/observer_exit") diff --git a/bin/pack/root/uigameoption.py b/bin/pack/root/uigameoption.py index bcbe1dba..83d16071 100644 --- a/bin/pack/root/uigameoption.py +++ b/bin/pack/root/uigameoption.py @@ -14,10 +14,10 @@ import interfaceModule # blockMode = 0 viewChatMode = 0 -MOBILE = FALSE +MOBILE = False if localeInfo.IsYMIR(): - MOBILE = TRUE + MOBILE = True class OptionDialog(ui.ScriptWindow): @@ -239,28 +239,28 @@ class OptionDialog(ui.ScriptWindow): self.RefreshViewChat() def __OnClickAlwaysShowNameOnButton(self): - systemSetting.SetAlwaysShowNameFlag(TRUE) + systemSetting.SetAlwaysShowNameFlag(True) self.RefreshAlwaysShowName() def __OnClickAlwaysShowNameOffButton(self): - systemSetting.SetAlwaysShowNameFlag(FALSE) + systemSetting.SetAlwaysShowNameFlag(False) self.RefreshAlwaysShowName() def __OnClickShowDamageOnButton(self): - systemSetting.SetShowDamageFlag(TRUE) + systemSetting.SetShowDamageFlag(True) self.RefreshShowDamage() def __OnClickShowDamageOffButton(self): - systemSetting.SetShowDamageFlag(FALSE) + systemSetting.SetShowDamageFlag(False) self.RefreshShowDamage() def __OnClickSalesTextOnButton(self): - systemSetting.SetShowSalesTextFlag(TRUE) + systemSetting.SetShowSalesTextFlag(True) self.RefreshShowSalesText() uiPrivateShopBuilder.UpdateADBoard() def __OnClickSalesTextOffButton(self): - systemSetting.SetShowSalesTextFlag(FALSE) + systemSetting.SetShowSalesTextFlag(False) self.RefreshShowSalesText() def __CheckPvPProtectedLevelPlayer(self): @@ -374,7 +374,7 @@ class OptionDialog(ui.ScriptWindow): text.replace('-', '') net.SendChatPacket("/mobile " + text) self.OnCloseInputDialog() - return TRUE + return True def OnInputMobileAuthorityCode(self): global MOBILE @@ -384,7 +384,7 @@ class OptionDialog(ui.ScriptWindow): text = self.inputDialog.GetText() net.SendChatPacket("/mobile_auth " + text) self.OnCloseInputDialog() - return TRUE + return True def OnDeleteMobile(self): global MOBILE @@ -393,21 +393,21 @@ class OptionDialog(ui.ScriptWindow): net.SendChatPacket("/mobile") self.OnCloseQuestionDialog() - return TRUE + return True def OnCloseInputDialog(self): self.inputDialog.Close() self.inputDialog = None - return TRUE + return True def OnCloseQuestionDialog(self): self.questionDialog.Close() self.questionDialog = None - return TRUE + return True def OnPressEscapeKey(self): self.Close() - return TRUE + return True def RefreshMobile(self): global MOBILE diff --git a/bin/pack/root/uiguild.py b/bin/pack/root/uiguild.py index 3affa721..f384ea7c 100644 --- a/bin/pack/root/uiguild.py +++ b/bin/pack/root/uiguild.py @@ -21,8 +21,8 @@ import chr import uiScriptLocale from _weakref import proxy -DISABLE_GUILD_SKILL = FALSE -DISABLE_DECLARE_WAR = FALSE +DISABLE_GUILD_SKILL = False +DISABLE_DECLARE_WAR = False def NumberToMoneyString(n): return localeInfo.NumberToMoneyString(n) @@ -484,13 +484,13 @@ class MouseReflector(ui.Window): self.SetParent(parent) self.AddFlag("not_pick") self.width = self.height = 0 - self.isDown = FALSE + self.isDown = False def Down(self): - self.isDown = TRUE + self.isDown = True def Up(self): - self.isDown = FALSE + self.isDown = False def OnRender(self): @@ -512,7 +512,7 @@ class EditableTextSlot(ui.ImageBox): self.mouseReflector = MouseReflector(self) self.mouseReflector.SetSize(self.GetWidth(), self.GetHeight()) - self.Enable = TRUE + self.Enable = True self.textLine = ui.MakeTextLine(self) self.event = lambda *arg: None self.arg = 0 @@ -531,7 +531,7 @@ class EditableTextSlot(ui.ImageBox): self.arg = arg def Disable(self): - self.Enable = FALSE + self.Enable = False def OnMouseOverIn(self): if not self.Enable: @@ -569,7 +569,7 @@ class CheckBox(ui.ImageBox): image.SetWindowHorizontalAlignCenter() image.SetWindowVerticalAlignCenter() image.Hide() - self.Enable = TRUE + self.Enable = True self.image = image self.event = event self.Show() @@ -586,7 +586,7 @@ class CheckBox(ui.ImageBox): self.image.Hide() def Disable(self): - self.Enable = FALSE + self.Enable = False def OnMouseOverIn(self): if not self.Enable: @@ -622,7 +622,7 @@ class ChangeGradeNameDialog(ui.ScriptWindow): def Close(self): self.gradeNameSlot.KillFocus() self.Hide() - return TRUE + return True def SetGradeNumber(self, gradeNumber): self.gradeNumber = gradeNumber @@ -633,7 +633,7 @@ class ChangeGradeNameDialog(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True class CommentSlot(ui.Window): @@ -647,8 +647,13 @@ class CommentSlot(ui.Window): self.slotSimpleText = ui.MakeTextLine(self) self.slotSimpleText.SetPosition(2, 0) - self.slotSimpleText.SetWindowHorizontalAlignLeft() - self.slotSimpleText.SetHorizontalAlignLeft() + ## 13.12.02 ƶ + if localeInfo.IsARABIC() : + self.slotSimpleText.SetWindowHorizontalAlignCenter() + self.slotSimpleText.SetHorizontalAlignCenter() + else : + self.slotSimpleText.SetWindowHorizontalAlignLeft() + self.slotSimpleText.SetHorizontalAlignLeft() self.bar = ui.SlotBar() self.bar.SetParent(self) @@ -1036,8 +1041,11 @@ class GuildWindow(ui.ScriptWindow): page.Children.append(noticeMarkImage) ## Name + ## 13.12.02 ƶ if localeInfo.IsJAPAN(): nameSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_100x18.sub", 9, yPos) + elif localeInfo.IsARABIC(): + nameSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_03.sub", 255, yPos) else: nameSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_03.sub", 15, yPos) nameSlot = ui.MakeTextLine(nameSlotImage) @@ -1045,14 +1053,21 @@ class GuildWindow(ui.ScriptWindow): page.Children.append(nameSlot) ## Delete Button - deleteButton = ui.MakeButton(page, 340, yPos + 3, localeInfo.GUILD_DELETE, "d:/ymir work/ui/public/", "close_button_01.sub", "close_button_02.sub", "close_button_03.sub") + if localeInfo.IsARABIC(): + deleteButton = ui.MakeButton(page, 3, yPos + 3, localeInfo.GUILD_DELETE, "d:/ymir work/ui/public/", "close_button_01.sub", "close_button_02.sub", "close_button_03.sub") + else: + deleteButton = ui.MakeButton(page, 340, yPos + 3, localeInfo.GUILD_DELETE, "d:/ymir work/ui/public/", "close_button_01.sub", "close_button_02.sub", "close_button_03.sub") deleteButton.SetEvent(ui.__mem_func__(self.OnDeleteComment), i) page.Children.append(deleteButton) ## Comment + ## 13.12.02 ƶ commentSlot = CommentSlot() commentSlot.SetParent(page) - commentSlot.SetPosition(114, yPos) + if localeInfo.IsARABIC(): + commentSlot.SetPosition(25, yPos) + else: + commentSlot.SetPosition(114, yPos) commentSlot.Show() page.Children.append(commentSlot) @@ -1063,7 +1078,11 @@ class GuildWindow(ui.ScriptWindow): page.boardDict[i] = boardSlotList ## PostComment - Have to make this here for that fit tooltip's position. - postCommentButton = ui.MakeButton(page, 337, 273, localeInfo.GUILD_COMMENT, "d:/ymir work/ui/game/taskbar/", "Send_Chat_Button_01.sub", "Send_Chat_Button_02.sub", "Send_Chat_Button_03.sub") + ## 13.12.02 ƶ + if localeInfo.IsARABIC(): + postCommentButton = ui.MakeButton(page, 3, 273, localeInfo.GUILD_COMMENT, "d:/ymir work/ui/game/taskbar/", "Send_Chat_Button_01.sub", "Send_Chat_Button_02.sub", "Send_Chat_Button_03.sub") + else: + postCommentButton = ui.MakeButton(page, 337, 273, localeInfo.GUILD_COMMENT, "d:/ymir work/ui/game/taskbar/", "Send_Chat_Button_01.sub", "Send_Chat_Button_02.sub", "Send_Chat_Button_03.sub") postCommentButton.SetEvent(ui.__mem_func__(self.OnPostComment)) page.Children.append(postCommentButton) @@ -1078,10 +1097,12 @@ class GuildWindow(ui.ScriptWindow): inverseLineIndex = self.MEMBER_LINE_COUNT - i - 1 yPos = 28 + inverseLineIndex*lineStep - + ## 13.12.02 ƶ ## Name if localeInfo.IsJAPAN(): nameSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_100x18.sub", 15, yPos) + elif localeInfo.IsARABIC(): + nameSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_100x18.sub", 255, yPos) else: nameSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_03.sub", 10, yPos) nameSlot = ui.MakeTextLine(nameSlotImage) @@ -1093,6 +1114,8 @@ class GuildWindow(ui.ScriptWindow): gradeSlot.SetParent(page) if localeInfo.IsJAPAN(): gradeSlot.SetPosition(117, yPos-1) + elif localeInfo.IsARABIC(): + gradeSlot.SetPosition(192, yPos-1) else: gradeSlot.SetPosition(101, yPos-1) gradeSlot.SetSize(61, 18) @@ -1103,6 +1126,8 @@ class GuildWindow(ui.ScriptWindow): ## Job if localeInfo.IsJAPAN(): jobSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 181, yPos) + elif localeInfo.IsARABIC(): + jobSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 145, yPos) else: jobSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 170, yPos) jobSlot = ui.MakeTextLine(jobSlotImage) @@ -1112,6 +1137,8 @@ class GuildWindow(ui.ScriptWindow): ## Level if localeInfo.IsJAPAN(): levelSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 221, yPos) + elif localeInfo.IsARABIC(): + levelSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 106, yPos) else: levelSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 210, yPos) levelSlot = ui.MakeTextLine(levelSlotImage) @@ -1121,6 +1148,8 @@ class GuildWindow(ui.ScriptWindow): ## Offer if localeInfo.IsJAPAN(): offerSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 261, yPos) + elif localeInfo.IsARABIC(): + offerSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 66, yPos) else: offerSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 250, yPos) offerSlot = ui.MakeTextLine(offerSlotImage) @@ -1131,6 +1160,8 @@ class GuildWindow(ui.ScriptWindow): event = lambda argSelf=proxy(self), argIndex=inverseLineIndex: apply(argSelf.OnEnableGeneral, (argIndex,)) if localeInfo.IsJAPAN(): generalEnableCheckBox = CheckBox(page, 307, yPos, event, "d:/ymir work/ui/public/Parameter_Slot_00.sub") + elif localeInfo.IsARABIC(): + generalEnableCheckBox = CheckBox(page, 22, yPos, event, "d:/ymir work/ui/public/Parameter_Slot_00.sub") else: generalEnableCheckBox = CheckBox(page, 297, yPos, event, "d:/ymir work/ui/public/Parameter_Slot_00.sub") page.Children.append(generalEnableCheckBox) @@ -1250,37 +1281,55 @@ class GuildWindow(ui.ScriptWindow): yPos = 22 + i*lineStep index = i+1 - + ## 13.12.02 ƶ ## GradeNumber - gradeNumberSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 14, yPos) + if localeInfo.IsARABIC(): + gradeNumberSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 310, yPos) + else: + gradeNumberSlotImage = ui.MakeImageBox(page, "d:/ymir work/ui/public/Parameter_Slot_00.sub", 14, yPos) gradeNumberSlot = ui.MakeTextLine(gradeNumberSlotImage) gradeNumberSlot.SetText(str(i+1)) page.Children.append(gradeNumberSlotImage) page.Children.append(gradeNumberSlot) ## GradeName - gradeNameSlot = EditableTextSlot(page, 58, yPos) + if localeInfo.IsARABIC(): + gradeNameSlot = EditableTextSlot(page, 242, yPos) + else: + gradeNameSlot = EditableTextSlot(page, 58, yPos) gradeNameSlot.SetEvent(ui.__mem_func__(self.OnOpenChangeGradeName), index) page.Children.append(gradeNameSlot) ## Invite Authority event = lambda argSelf=proxy(self), argIndex=index, argAuthority=1<<0: apply(argSelf.OnCheckAuthority, (argIndex,argAuthority)) - inviteAuthorityCheckBox = CheckBox(page, 124, yPos, event) + if localeInfo.IsARABIC(): + inviteAuthorityCheckBox = CheckBox(page, 185, yPos, event) + else: + inviteAuthorityCheckBox = CheckBox(page, 124, yPos, event) page.Children.append(inviteAuthorityCheckBox) ## DriveOut Authority event = lambda argSelf=proxy(self), argIndex=index, argAuthority=1<<1: apply(argSelf.OnCheckAuthority, (argIndex,argAuthority)) - driveoutAuthorityCheckBox = CheckBox(page, 181, yPos, event) + if localeInfo.IsARABIC(): + driveoutAuthorityCheckBox = CheckBox(page, 128, yPos, event) + else: + driveoutAuthorityCheckBox = CheckBox(page, 181, yPos, event) page.Children.append(driveoutAuthorityCheckBox) ## Notice Authority event = lambda argSelf=proxy(self), argIndex=index, argAuthority=1<<2: apply(argSelf.OnCheckAuthority, (argIndex,argAuthority)) - noticeAuthorityCheckBox = CheckBox(page, 238, yPos, event) + if localeInfo.IsARABIC(): + noticeAuthorityCheckBox = CheckBox(page, 71, yPos, event) + else: + noticeAuthorityCheckBox = CheckBox(page, 238, yPos, event) page.Children.append(noticeAuthorityCheckBox) ## Skill Authority event = lambda argSelf=proxy(self), argIndex=index, argAuthority=1<<3: apply(argSelf.OnCheckAuthority, (argIndex,argAuthority)) - skillAuthorityCheckBox = CheckBox(page, 295, yPos, event) + if localeInfo.IsARABIC(): + skillAuthorityCheckBox = CheckBox(page, 14, yPos, event) + else: + skillAuthorityCheckBox = CheckBox(page, 295, yPos, event) page.Children.append(skillAuthorityCheckBox) gradeSlotList = [] @@ -1305,6 +1354,9 @@ class GuildWindow(ui.ScriptWindow): guildID = net.GetGuildID() self.largeMarkBox.SetIndex(guildID) self.largeMarkBox.SetScale(3) + ## 13.12.02 ƶ + if localeInfo.IsARABIC(): + self.largeMarkBox.SetPosition(self.largeMarkBox.GetWidth()+32,1) def Close(self): self.__CloseAllGuildMemberPageGradeComboBox() @@ -1533,7 +1585,7 @@ class GuildWindow(ui.ScriptWindow): slotList[2].SetText("") slotList[3].SetText("") slotList[4].SetText("") - slotList[5].SetCheck(FALSE) + slotList[5].SetCheck(False) continue pid, name, grade, race, level, offer, general = self.GetMemberData(line) @@ -1745,11 +1797,11 @@ class GuildWindow(ui.ScriptWindow): text = self.commentSlot.GetText() if not text: - return FALSE + return False net.SendGuildPostCommentPacket(text[:50]) self.commentSlot.SetText("") - return TRUE + return True def OnDeleteComment(self, index): @@ -1762,7 +1814,7 @@ class GuildWindow(ui.ScriptWindow): def OnKeyDownInBoardPage(self, key): if key == 63: self.OnRefreshComments() - return TRUE + return True ## Member ## OnEnableGeneral @@ -1794,7 +1846,7 @@ class GuildWindow(ui.ScriptWindow): gradeName = localeInfo.GUILD_DEFAULT_GRADE net.SendGuildChangeGradeNamePacket(gradeNumber, gradeName) - return TRUE + return True def OnCheckAuthority(self, argIndex, argAuthority): name, authority = guild.GetGradeData(argIndex) @@ -1858,7 +1910,7 @@ class GuildWindow(ui.ScriptWindow): mouseController = mouseModule.mouseController - if FALSE == mouseController.isAttached(): + if False == mouseController.isAttached(): skillIndex = player.GetSkillIndex(skillSlotIndex) skillLevel = guild.GetSkillLevel(skillSlotIndex) @@ -1944,7 +1996,7 @@ class GuildWindow(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True class BuildGuildBuildingWindow(ui.ScriptWindow): @@ -2361,42 +2413,42 @@ class BuildGuildBuildingWindow(ui.ScriptWindow): def __IsEnoughMoney(self): if app.IsEnableTestServerFlag(): - return TRUE + return True curMoney = player.GetMoney() if curMoney < self.needMoney: - return FALSE - return TRUE + return False + return True def __IsEnoughMaterialStone(self): if app.IsEnableTestServerFlag(): - return TRUE + return True curStoneCount = player.GetItemCountByVnum(MATERIAL_STONE_ID) if curStoneCount < self.needStoneCount: - return FALSE - return TRUE + return False + return True def __IsEnoughMaterialLog(self): if app.IsEnableTestServerFlag(): - return TRUE + return True curLogCount = player.GetItemCountByVnum(MATERIAL_LOG_ID) if curLogCount < self.needLogCount: - return FALSE - return TRUE + return False + return True def __IsEnoughMaterialPlywood(self): if app.IsEnableTestServerFlag(): - return TRUE + return True curPlywoodCount = player.GetItemCountByVnum(MATERIAL_PLYWOOD_ID) if curPlywoodCount < self.needPlywoodCount: - return FALSE - return TRUE + return False + return True def __OnSelectCategory(self): self.listScrollBar.SetPos(0.0) @@ -2565,17 +2617,17 @@ class BuildGuildBuildingWindow(ui.ScriptWindow): def IsPositioningMode(self): if self.MODE_POSITIONING == self.mode: - return TRUE - return FALSE + return True + return False def IsPreviewMode(self): if self.MODE_PREVIEW == self.mode: - return TRUE - return FALSE + return True + return False def OnPressEscapeKey(self): self.Close() - return TRUE + return True """ - @@ -2628,10 +2680,10 @@ if __name__ == "__main__": import grp import ui - #wndMgr.SetOutlineFlag(TRUE) + #wndMgr.SetOutlineFlag(True) app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create("METIN2 CLOSED BETA", systemSetting.GetWidth(), systemSetting.GetHeight(), 1) @@ -2681,11 +2733,11 @@ if __name__ == "__main__": if len(tokens) < LIMIT_TOKEN_COUNT: import dbg - dbg.TraceError("Strange token count [%d/%d] [%s]" % (len(tokens), TOKEN_COUNT, line)) + dbg.TraceError("Strange token count [%d/%d] [%s]" % (len(tokens), LIMIT_TOKEN_COUNT, line)) continue - ENABLE_FLAG_TYPE_NOT_USE = FALSE - ENABLE_FLAG_TYPE_USE = TRUE + ENABLE_FLAG_TYPE_NOT_USE = False + ENABLE_FLAG_TYPE_USE = True ENABLE_FLAG_TYPE_USE_BUT_HIDE = 2 if ENABLE_FLAG_TYPE_NOT_USE == int(tokens[TOKEN_ENABLE_FLAG]): @@ -2742,10 +2794,10 @@ if __name__ == "__main__": "Z_ROT_LIMIT":zRotLimit, "PRICE":price, "MATERIAL":materialList, - "SHOW" : TRUE } + "SHOW" : True } if ENABLE_FLAG_TYPE_USE_BUT_HIDE == int(tokens[TOKEN_ENABLE_FLAG]): - appendingData["SHOW"] = FALSE + appendingData["SHOW"] = False BUILDING_DATA_LIST.append(appendingData) @@ -2800,7 +2852,7 @@ if __name__ == "__main__": def OnKeyUp(self, key): if key in self.onClickKeyDict: self.onClickKeyDict[key]() - return TRUE + return True def OnMouseLeftButtonDown(self): if self.wndGuildBuilding: @@ -2809,22 +2861,22 @@ if __name__ == "__main__": return player.SetMouseState(player.MBT_LEFT, player.MBS_PRESS); - return TRUE + return True def OnMouseLeftButtonUp(self): if self.wndGuildBuilding: return player.SetMouseState(player.MBT_LEFT, player.MBS_CLICK) - return TRUE + return True def OnMouseRightButtonDown(self): player.SetMouseState(player.MBT_RIGHT, player.MBS_PRESS); - return TRUE + return True def OnMouseRightButtonUp(self): player.SetMouseState(player.MBT_RIGHT, player.MBS_CLICK); - return TRUE + return True def OnMouseMiddleButtonDown(self): player.SetMouseMiddleButtonState(player.MBS_PRESS) diff --git a/bin/pack/root/uihelp.py b/bin/pack/root/uihelp.py index 8a79c1d1..5e5bd5de 100644 --- a/bin/pack/root/uihelp.py +++ b/bin/pack/root/uihelp.py @@ -92,20 +92,20 @@ class HelpWindow(ui.ScriptWindow): if app.DIK_H == key and 0 != self.eventClose: self.eventClose() - return TRUE + return True def OnIMEReturn(self): - return TRUE + return True def OnPressEscapeKey(self): if 0 != self.eventClose: self.eventClose() - return TRUE + return True def OnPressExitKey(self): if 0 != self.eventClose: self.eventClose() - return TRUE + return True def __SelectPage(self, pageIndex): for page in self.pages.values(): @@ -126,7 +126,7 @@ if __name__ == "__main__": import ui app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create(localeInfo.APP_TITLE, systemSetting.GetWidth(), systemSetting.GetHeight(), 1) diff --git a/bin/pack/root/uiinventory.py b/bin/pack/root/uiinventory.py index efbe5477..2e47eadf 100644 --- a/bin/pack/root/uiinventory.py +++ b/bin/pack/root/uiinventory.py @@ -125,7 +125,7 @@ class BeltInventoryWindow(ui.ScriptWindow): def __del__(self): ui.ScriptWindow.__del__(self) - def Show(self, openBeltSlot = False): + def Show(self, openBeltSlot = FALSE): self.__LoadWindow() self.RefreshSlot() @@ -146,13 +146,15 @@ class BeltInventoryWindow(ui.ScriptWindow): self.wndBeltInventoryLayer.Show() self.expandBtn.Hide() - self.AdjustPositionAndSize() + if localeInfo.IsARABIC() == 0: + self.AdjustPositionAndSize() def CloseInventory(self): self.wndBeltInventoryLayer.Hide() self.expandBtn.Show() - self.AdjustPositionAndSize() + if localeInfo.IsARABIC() == 0: + self.AdjustPositionAndSize() ## κ丮 ġ BASE ġ , .. ϵڵϱ .. def GetBasePosition(self): @@ -193,12 +195,17 @@ class BeltInventoryWindow(ui.ScriptWindow): self.expandBtn.SetEvent(ui.__mem_func__(self.OpenInventory)) self.minBtn.SetEvent(ui.__mem_func__(self.CloseInventory)) + if localeInfo.IsARABIC() : + self.expandBtn.SetPosition(self.expandBtn.GetWidth() - 2, 15) + self.wndBeltInventoryLayer.SetPosition(self.wndBeltInventoryLayer.GetWidth() - 5, 0) + self.minBtn.SetPosition(self.minBtn.GetWidth() + 3, 15) + for i in xrange(item.BELT_INVENTORY_SLOT_COUNT): slotNumber = item.BELT_INVENTORY_SLOT_START + i wndBeltInventorySlot.SetCoverButton(slotNumber, "d:/ymir work/ui/game/quest/slot_button_01.sub",\ "d:/ymir work/ui/game/quest/slot_button_01.sub",\ "d:/ymir work/ui/game/quest/slot_button_01.sub",\ - "d:/ymir work/ui/game/belt_inventory/slot_disabled.tga", False, False) + "d:/ymir work/ui/game/belt_inventory/slot_disabled.tga", FALSE, FALSE) except: import exception @@ -220,7 +227,7 @@ class BeltInventoryWindow(ui.ScriptWindow): for i in xrange(item.BELT_INVENTORY_SLOT_COUNT): slotNumber = item.BELT_INVENTORY_SLOT_START + i self.wndBeltInventorySlot.SetItemSlot(slotNumber, getItemVNum(slotNumber), player.GetItemCount(slotNumber)) - self.wndBeltInventorySlot.SetAlwaysRenderCoverButton(slotNumber, True) + self.wndBeltInventorySlot.SetAlwaysRenderCoverButton(slotNumber, TRUE) avail = "0" @@ -249,7 +256,9 @@ class InventoryWindow(ui.ScriptWindow): def __init__(self): ui.ScriptWindow.__init__(self) - self.OpenBoniSwitcherEvent = lambda : None + + self.isOpenedBeltWindowWhenClosingInventory = 0 # κ丮 Ʈ κ丮 ־ -_-; ̹ + self.__LoadWindow() def __del__(self): @@ -423,6 +432,9 @@ class InventoryWindow(ui.ScriptWindow): self.equipmentTab = [] def Hide(self): + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS(): + self.OnCloseQuestionDialog() + return if None != self.tooltipItem: self.tooltipItem.HideToolTip() @@ -437,8 +449,6 @@ class InventoryWindow(ui.ScriptWindow): if self.dlgPickMoney: self.dlgPickMoney.Close() - - self.OnCloseQuestionDialog() wndMgr.Hide(self.hWnd) @@ -509,8 +519,7 @@ class InventoryWindow(ui.ScriptWindow): mouseModule.mouseController.AttachObject(self, player.SLOT_TYPE_INVENTORY, itemSlotIndex, selectedItemVNum, count) def __InventoryLocalSlotPosToGlobalSlotPos(self, local): - - if player.IsEquipmentSlot(local) or player.IsCostumeSlot(local) or player.IsBeltInventorySlot(local): + if player.IsEquipmentSlot(local) or player.IsCostumeSlot(local) or (app.ENABLE_NEW_EQUIPMENT_SYSTEM and player.IsBeltInventorySlot(local)): return local return self.inventoryPageIndex*player.INVENTORY_PAGE_SIZE + local @@ -602,13 +611,14 @@ class InventoryWindow(ui.ScriptWindow): def SetItemToolTip(self, tooltipItem): self.tooltipItem = tooltipItem - def SellItem(self): - if self.sellingSlotitemIndex == player.GetItemIndex(self.sellingSlotNumber): - if self.sellingSlotitemCount == player.GetItemCount(self.sellingSlotNumber): - net.SendShopSellPacketNew(self.sellingSlotNumber, self.questionDialog.count) - snd.PlaySound("sound/ui/money.wav") - self.OnCloseQuestionDialog() - + def SellItem(self): + if self.sellingSlotitemIndex == player.GetItemIndex(self.sellingSlotNumber): + if self.sellingSlotitemCount == player.GetItemCount(self.sellingSlotNumber): + ## ȥ ȸ ϴ ߰ϸ鼭 type ߰ + net.SendShopSellPacketNew(self.sellingSlotNumber, self.questionDialog.count, player.INVENTORY) + snd.PlaySound("sound/ui/money.wav") + self.OnCloseQuestionDialog() + def OnDetachMetinFromItem(self): if None == self.questionDialog: return @@ -618,14 +628,16 @@ class InventoryWindow(ui.ScriptWindow): self.OnCloseQuestionDialog() def OnCloseQuestionDialog(self): - if self.questionDialog: - self.questionDialog.Close() - + if not self.questionDialog: + return + + self.questionDialog.Close() self.questionDialog = None + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(0) ## Slot Event def SelectEmptySlot(self, selectedSlotPos): - if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS() == 1: + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS() == 1: return selectedSlotPos = self.__InventoryLocalSlotPosToGlobalSlotPos(selectedSlotPos) @@ -666,7 +678,7 @@ class InventoryWindow(ui.ScriptWindow): mouseModule.mouseController.DeattachObject() def SelectItemSlot(self, itemSlotIndex): - if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS() == 1: + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS() == 1: return itemSlotIndex = self.__InventoryLocalSlotPosToGlobalSlotPos(itemSlotIndex) @@ -729,8 +741,8 @@ class InventoryWindow(ui.ScriptWindow): def __DropSrcItemToDestItemInInventory(self, srcItemVID, srcItemSlotPos, dstItemSlotPos): if srcItemSlotPos == dstItemSlotPos: return - - if item.IsRefineScroll(srcItemVID): + + elif item.IsRefineScroll(srcItemVID): self.RefineItem(srcItemSlotPos, dstItemSlotPos) self.wndItem.SetUseMode(False) @@ -774,6 +786,16 @@ class InventoryWindow(ui.ScriptWindow): self.sellingSlotitemCount = itemCount item.SelectItem(itemIndex) + ## Ƽ ÷ ˻ ߰ + ## 20140220 + if item.IsAntiFlag(item.ANTIFLAG_SELL): + popup = uiCommon.PopupDialog() + popup.SetText(localeInfo.SHOP_CANNOT_SELL_ITEM) + popup.SetAcceptEvent(self.__OnClosePopupDialog) + popup.Open() + self.popup = popup + return + itemPrice = item.GetISellItemPrice() if item.Is1GoldItem(): @@ -790,6 +812,11 @@ class InventoryWindow(ui.ScriptWindow): self.questionDialog.SetCancelEvent(ui.__mem_func__(self.OnCloseQuestionDialog)) self.questionDialog.Open() self.questionDialog.count = itemCount + + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(1) + + def __OnClosePopupDialog(self): + self.pop = None def RefineItem(self, scrollSlotPos, targetSlotPos): @@ -965,7 +992,7 @@ class InventoryWindow(ui.ScriptWindow): return True elif "USE_PUT_INTO_ACCESSORY_SOCKET" == useType: if self.__CanPutAccessorySocket(dstSlotPos, srcItemVNum): - return True; + return TRUE; elif "USE_PUT_INTO_BELT_SOCKET" == useType: dstItemVNum = player.GetItemIndex(dstSlotPos) print "USE_PUT_INTO_BELT_SOCKET", srcItemVNum, dstItemVNum @@ -1088,12 +1115,11 @@ class InventoryWindow(ui.ScriptWindow): return True def UseItemSlot(self, slotIndex): - curCursorNum = app.GetCursor() if app.SELL == curCursorNum: - return + return - if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS(): + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS(): return slotIndex = self.__InventoryLocalSlotPosToGlobalSlotPos(slotIndex) @@ -1102,14 +1128,11 @@ class InventoryWindow(ui.ScriptWindow): if self.wndDragonSoulRefine.IsShow(): self.wndDragonSoulRefine.AutoSetItem((player.INVENTORY, slotIndex), 1) return - + self.__UseItem(slotIndex) mouseModule.mouseController.DeattachObject() self.OverOutItem() - def SetOpenBoniSwitcherEvent(self, event): - self.OpenBoniSwitcherEvent = ui.__mem_func__(event) - def __UseItem(self, slotIndex): ItemVNum = player.GetItemIndex(slotIndex) item.SelectItem(ItemVNum) @@ -1120,19 +1143,19 @@ class InventoryWindow(ui.ScriptWindow): self.questionDialog.SetCancelEvent(ui.__mem_func__(self.__UseItemQuestionDialog_OnCancel)) self.questionDialog.Open() self.questionDialog.slotIndex = slotIndex - + + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(1) + else: self.__SendUseItemPacket(slotIndex) + #net.SendItemUsePacket(slotIndex) def __UseItemQuestionDialog_OnCancel(self): self.OnCloseQuestionDialog() def __UseItemQuestionDialog_OnAccept(self): self.__SendUseItemPacket(self.questionDialog.slotIndex) - - if self.questionDialog: - self.questionDialog.Close() - self.questionDialog = None + self.OnCloseQuestionDialog() def __SendUseItemToItemPacket(self, srcSlotPos, dstSlotPos): # λ ִ diff --git a/bin/pack/root/uimapnameshower.py b/bin/pack/root/uimapnameshower.py index 94ec2018..fdbd1e1f 100644 --- a/bin/pack/root/uimapnameshower.py +++ b/bin/pack/root/uimapnameshower.py @@ -96,10 +96,9 @@ class MapNameShower(ui.ExpandedImageBox): "metin2_map_Mt_Thunder" : LOCALE_PATH+"thunder.tga", "metin2_map_dawnmistwood" : LOCALE_PATH+"dawn.tga", "Metin2_map_CapeDragonHead" : LOCALE_PATH+"cape.tga", - "metin2_map_spiderdungeon" : LOCALE_PATH+"sd01.tga", - "season1/metin2_map_spiderdungeon_02" : LOCALE_PATH+"sd02.tga", - "season1/metin2_map_spiderdungeon_02_1" : LOCALE_PATH+"sd02.tga", - "metin2_map_spiderdungeon_03" : LOCALE_PATH+"sd03.tga", + "metin2_map_spiderdungeon" : LOCALE_PATH+"spider1.tga", + "metin2_map_spiderdungeon_02" : LOCALE_PATH+"spider1.tga", + "metin2_map_spiderdungeon_03" : LOCALE_PATH+"spider1.tga", } ui.ExpandedImageBox.__init__(self, "TOP_MOST") diff --git a/bin/pack/root/uimessenger.py b/bin/pack/root/uimessenger.py index d60a33e3..dd7cea9f 100644 --- a/bin/pack/root/uimessenger.py +++ b/bin/pack/root/uimessenger.py @@ -36,7 +36,7 @@ class MessengerItem(ui.Window): self.lovePoint = -1 self.lovePointToolTip = None - self.isSelected = FALSE + self.isSelected = False self.getParentEvent = getParentEvent @@ -53,10 +53,10 @@ class MessengerItem(ui.Window): self.lovePoint = lovePoint def Select(self): - self.isSelected = TRUE + self.isSelected = True def UnSelect(self): - self.isSelected = FALSE + self.isSelected = False def GetName(self): return self.name @@ -66,13 +66,13 @@ class MessengerItem(ui.Window): # Whisper def CanWhisper(self): - return FALSE + return False def IsOnline(self): - return FALSE + return False def IsMobile(self): - return FALSE + return False def OnWhisper(self): pass @@ -82,14 +82,14 @@ class MessengerItem(ui.Window): # Remove def CanRemove(self): - return FALSE + return False def OnRemove(self): - return FALSE + return False # Warp def CanWarp(self): - return FALSE + return False def OnWarp(self): pass @@ -133,7 +133,7 @@ class MessengerMemberItem(MessengerItem): MessengerItem.__init__(self, getParentEvent) self.key = None self.state = self.STATE_OFFLINE - self.mobileFlag = FALSE + self.mobileFlag = False self.Offline() def GetStepWidth(self): @@ -147,15 +147,15 @@ class MessengerMemberItem(MessengerItem): def IsOnline(self): if self.STATE_ONLINE == self.state: - return TRUE + return True - return FALSE + return False def IsMobile(self): if self.STATE_MOBILE == self.state: - return TRUE + return True - return FALSE + return False def Online(self): self.image.LoadImage(self.IMAGE_FILE_NAME["ONLINE"]) @@ -178,9 +178,9 @@ class MessengerMemberItem(MessengerItem): def CanWhisper(self): if self.IsOnline(): - return TRUE + return True - return FALSE + return False def OnWhisper(self): if self.IsOnline(): @@ -204,7 +204,7 @@ class MessengerGroupItem(MessengerItem): "CLOSE" : "d:/ymir work/ui/game/windows/messenger_list_close.sub", } def __init__(self, getParentEvent): - self.isOpen = FALSE + self.isOpen = False self.memberList = [] MessengerItem.__init__(self, getParentEvent) @@ -242,11 +242,11 @@ class MessengerGroupItem(MessengerItem): def Open(self): self.image.LoadImage(self.IMAGE_FILE_NAME["OPEN"]) - self.isOpen = TRUE + self.isOpen = True def Close(self): self.image.LoadImage(self.IMAGE_FILE_NAME["CLOSE"]) - self.isOpen = FALSE + self.isOpen = False map(ui.Window.Hide, self.memberList) @@ -266,12 +266,12 @@ class MessengerFriendItem(MessengerMemberItem): MessengerMemberItem.__init__(self, getParentEvent) def CanRemove(self): - return TRUE + return True def OnRemove(self): messenger.RemoveFriend(self.key) net.SendMessengerRemovePacket(self.key, self.name) - return TRUE + return True class MessengerGuildItem(MessengerMemberItem): @@ -280,8 +280,8 @@ class MessengerGuildItem(MessengerMemberItem): def CanWarp(self): if not self.IsOnline(): - return FALSE - return TRUE + return False + return True def OnWarp(self): net.SendGuildUseSkillPacket(155, self.key) @@ -289,17 +289,17 @@ class MessengerGuildItem(MessengerMemberItem): def CanRemove(self): for i in xrange(guild.ENEMY_GUILD_SLOT_MAX_COUNT): if guild.GetEnemyGuildName(i) != "": - return FALSE + return False if guild.MainPlayerHasAuthority(guild.AUTH_REMOVE_MEMBER): if guild.IsMemberByName(self.name): - return TRUE + return True - return FALSE + return False def OnRemove(self): net.SendGuildRemoveMemberPacket(self.key) - return TRUE + return True class MessengerFriendGroup(MessengerGroupItem): @@ -370,7 +370,7 @@ class MessengerWindow(ui.ScriptWindow): self.showingPageSize = 0 self.startLine = 0 - self.hasMobilePhoneNumber = TRUE + self.hasMobilePhoneNumber = True self.isLoaded = 0 @@ -460,7 +460,7 @@ class MessengerWindow(ui.ScriptWindow): def OnCloseQuestionDialog(self): self.questionDialog.Close() self.questionDialog = None - return TRUE + return True def Close(self): self.questionDialog = None @@ -587,7 +587,7 @@ class MessengerWindow(ui.ScriptWindow): return self.questionDialog.Close() self.questionDialog = None - return TRUE + return True def OnInputMobilePhoneNumber(self): if not uiGameOption.MOBILE: @@ -601,7 +601,7 @@ class MessengerWindow(ui.ScriptWindow): text.replace('-', '') net.SendChatPacket("/mobile " + text) self.OnCloseInputDialog() - return TRUE + return True def OnInputMobileMessage(self): if not uiGameOption.MOBILE: @@ -614,12 +614,12 @@ class MessengerWindow(ui.ScriptWindow): net.SendMobileMessagePacket(self.inputDialog.name, text) self.OnCloseInputDialog() - return TRUE + return True def OnCloseInputDialog(self): self.inputDialog.Close() self.inputDialog = None - return TRUE + return True def OnPressGuildButton(self): self.guildButtonEvent() @@ -638,12 +638,12 @@ class MessengerWindow(ui.ScriptWindow): net.SendMessengerAddByNamePacket(text) self.friendNameBoard.Close() self.friendNameBoard = None - return TRUE + return True def OnCancelAddFriend(self): self.friendNameBoard.Close() self.friendNameBoard = None - return TRUE + return True def OnPressWhisperButton(self): if self.selectedItem: @@ -683,7 +683,7 @@ class MessengerWindow(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True ## CallBack def OnSelectItem(self, item): diff --git a/bin/pack/root/uiminimap.py b/bin/pack/root/uiminimap.py index 99953edf..b51e7422 100644 --- a/bin/pack/root/uiminimap.py +++ b/bin/pack/root/uiminimap.py @@ -130,13 +130,13 @@ class AtlasWindow(ui.ScriptWindow): self.infoGuildMark.Hide() self.tooltipInfo.Hide() - if FALSE == self.board.IsIn(): + if False == self.board.IsIn(): return (mouseX, mouseY) = wndMgr.GetMousePosition() (bFind, sName, iPosX, iPosY, dwTextColor, dwGuildID) = miniMap.GetAtlasInfo(mouseX, mouseY) - if FALSE == bFind: + if False == bFind: return if "empty_guild_area" == sName: @@ -185,7 +185,7 @@ class AtlasWindow(ui.ScriptWindow): def OnPressEscapeKey(self): self.Hide() - return TRUE + return True def __RegisterMiniMapColor(type, rgb): miniMap.RegisterColor(type, rgb[0], rgb[1], rgb[2]) @@ -193,10 +193,10 @@ def __RegisterMiniMapColor(type, rgb): class MiniMap(ui.ScriptWindow): CANNOT_SEE_INFO_MAP_DICT = { - "metin2_map_monkeydungeon" : FALSE, - "metin2_map_monkeydungeon_02" : FALSE, - "metin2_map_monkeydungeon_03" : FALSE, - "metin2_map_devilsCatacomb" : FALSE, + "metin2_map_monkeydungeon" : False, + "metin2_map_monkeydungeon_02" : False, + "metin2_map_monkeydungeon_03" : False, + "metin2_map_devilsCatacomb" : False, } def __init__(self): @@ -240,7 +240,7 @@ class MiniMap(ui.ScriptWindow): self.mapName = "" self.isLoaded = 0 - self.canSeeInfo = TRUE + self.canSeeInfo = True # AUTOBAN self.imprisonmentDuration = 0 @@ -277,11 +277,11 @@ class MiniMap(ui.ScriptWindow): self.AtlasWindow.SetMapName(mapName) if self.CANNOT_SEE_INFO_MAP_DICT.has_key(mapName): - self.canSeeInfo = FALSE + self.canSeeInfo = False self.HideMiniMap() self.tooltipMiniMapOpen.SetText(localeInfo.MINIMAP_CANNOT_SEE) else: - self.canSeeInfo = TRUE + self.canSeeInfo = True self.ShowMiniMap() self.tooltipMiniMapOpen.SetText(localeInfo.MINIMAP) @@ -392,7 +392,7 @@ class MiniMap(ui.ScriptWindow): self.positionInfo.SetText("(%.0f, %.0f)" % (x/100, y/100)) if self.tooltipInfo: - if TRUE == self.MiniMapWindow.IsIn(): + if True == self.MiniMapWindow.IsIn(): (mouseX, mouseY) = wndMgr.GetMousePosition() (bFind, sName, iPosX, iPosY, dwTextColor) = miniMap.GetInfo(mouseX, mouseY) if bFind == 0: @@ -418,27 +418,27 @@ class MiniMap(ui.ScriptWindow): self.__UpdateImprisonmentDurationText() # END_OF_AUTOBAN - if TRUE == self.MiniMapShowButton.IsIn(): + if True == self.MiniMapShowButton.IsIn(): self.tooltipMiniMapOpen.Show() else: self.tooltipMiniMapOpen.Hide() - if TRUE == self.MiniMapHideButton.IsIn(): + if True == self.MiniMapHideButton.IsIn(): self.tooltipMiniMapClose.Show() else: self.tooltipMiniMapClose.Hide() - if TRUE == self.ScaleUpButton.IsIn(): + if True == self.ScaleUpButton.IsIn(): self.tooltipScaleUp.Show() else: self.tooltipScaleUp.Hide() - if TRUE == self.ScaleDownButton.IsIn(): + if True == self.ScaleDownButton.IsIn(): self.tooltipScaleDown.Show() else: self.tooltipScaleDown.Hide() - if TRUE == self.AtlasShowButton.IsIn(): + if True == self.AtlasShowButton.IsIn(): self.tooltipAtlasOpen.Show() else: self.tooltipAtlasOpen.Hide() diff --git a/bin/pack/root/uioption.py b/bin/pack/root/uioption.py index daf1bb1f..2a5dfdfa 100644 --- a/bin/pack/root/uioption.py +++ b/bin/pack/root/uioption.py @@ -9,10 +9,10 @@ import constInfo import chrmgr import player -MOBILE = FALSE +MOBILE = False if localeInfo.IsYMIR(): - MOBILE = TRUE + MOBILE = True blockMode = 0 @@ -323,32 +323,32 @@ class OptionDialog(ui.ScriptWindow): text.replace('-', '') net.SendChatPacket("/mobile " + text) self.OnCloseInputDialog() - return TRUE + return True def OnInputMobileAuthorityCode(self): text = self.inputDialog.GetText() net.SendChatPacket("/mobile_auth " + text) self.OnCloseInputDialog() - return TRUE + return True def OnDeleteMobile(self): net.SendChatPacket("/mobile") self.OnCloseQuestionDialog() - return TRUE + return True def OnCloseInputDialog(self): self.inputDialog.Close() self.inputDialog = None - return TRUE + return True def OnCloseQuestionDialog(self): self.questionDialog.Close() self.questionDialog = None - return TRUE + return True def OnPressEscapeKey(self): self.Close() - return TRUE + return True def RefreshMobile(self): global MOBILE @@ -407,10 +407,10 @@ if __name__ == "__main__": import background import player - #wndMgr.SetOutlineFlag(TRUE) + #wndMgr.SetOutlineFlag(True) app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create("METIN2 CLOSED BETA", systemSetting.GetWidth(), systemSetting.GetHeight(), 1) diff --git a/bin/pack/root/uiparty.py b/bin/pack/root/uiparty.py index 71bb8142..8adefaeb 100644 --- a/bin/pack/root/uiparty.py +++ b/bin/pack/root/uiparty.py @@ -74,7 +74,7 @@ class PartyMemberInfoBoard(ui.ScriptWindow): self.stateButtonDict = {} self.affectValueDict = {} self.state = -1 - self.isShowStateButton = FALSE + self.isShowStateButton = False self.__LoadBoard() self.__CreateAffectToolTip() @@ -186,7 +186,7 @@ class PartyMemberInfoBoard(ui.ScriptWindow): button.Show() def __ShowStateButton(self): - self.isShowStateButton = TRUE + self.isShowStateButton = True (x, y) = self.GetGlobalPosition() xPos = x + 110 @@ -239,7 +239,7 @@ class PartyMemberInfoBoard(ui.ScriptWindow): xPos += 23 def __HideStateButton(self): - self.isShowStateButton = FALSE + self.isShowStateButton = False for button in self.stateButtonDict.values(): button.Hide() @@ -314,16 +314,16 @@ class PartyMemberInfoBoard(ui.ScriptWindow): self.__HideStateButton() if state <= 0: - net.SendPartySetStatePacket(self.pid, self.state, FALSE) + net.SendPartySetStatePacket(self.pid, self.state, False) else: if self.state <= 0: - net.SendPartySetStatePacket(self.pid, state, TRUE) + net.SendPartySetStatePacket(self.pid, state, True) else: - net.SendPartySetStatePacket(self.pid, self.state, FALSE) - net.SendPartySetStatePacket(self.pid, state, TRUE) + net.SendPartySetStatePacket(self.pid, self.state, False) + net.SendPartySetStatePacket(self.pid, state, True) def OnWarp(self): self.__HideStateButton() @@ -400,7 +400,7 @@ class PartyMenu(ui.ThinBoard): ui.ThinBoard.__init__(self) self.buttonDict = {} self.distributionMode = 0 - self.isLeader = FALSE + self.isLeader = False self.showingButtonList = [] self.modeButtonList = {} self.__CreateButtons() @@ -511,12 +511,12 @@ class PartyMenu(ui.ThinBoard): self.__ArrangeButtons() def ShowLeaderButton(self): - self.isLeader = TRUE + self.isLeader = True self.__ClearShowingButtons() self.__ShowButton(localeInfo.PARTY_BREAK_UP) def ShowMemberButton(self): - self.isLeader = FALSE + self.isLeader = False self.__ClearShowingButtons() self.__ShowButton(localeInfo.PARTY_LEAVE) diff --git a/bin/pack/root/uiphasecurtain.py b/bin/pack/root/uiphasecurtain.py index ba8e7e70..107420a2 100644 --- a/bin/pack/root/uiphasecurtain.py +++ b/bin/pack/root/uiphasecurtain.py @@ -12,7 +12,7 @@ class PhaseCurtain(ui.Bar): self.curAlpha = 0.0 self.event = 0 self.args = -1 - self.FadeInFlag = FALSE + self.FadeInFlag = False self.SetWindowName("PhaseCurtain") self.AddFlag("float") @@ -33,7 +33,7 @@ class PhaseCurtain(ui.Bar): def FadeIn(self): self.event = 0 - self.FadeInFlag = TRUE + self.FadeInFlag = True def SetAlpha(self, alpha): self.SetSize(wndMgr.GetScreenWidth(), wndMgr.GetScreenHeight()) @@ -60,13 +60,13 @@ class PhaseCurtain(ui.Bar): else: event() - elif TRUE == self.FadeInFlag: + elif True == self.FadeInFlag: self.curAlpha -= self.speed if self.curAlpha <= 0.0: self.curAlpha = 0.0 self.eventFadeIn = 0 - self.FadeInFlag = FALSE + self.FadeInFlag = False self.Hide() self.SetAlpha(self.curAlpha) diff --git a/bin/pack/root/uiplayergauge.py b/bin/pack/root/uiplayergauge.py index 4b57c3a1..40068de6 100644 --- a/bin/pack/root/uiplayergauge.py +++ b/bin/pack/root/uiplayergauge.py @@ -14,7 +14,7 @@ class PlayerGauge(ui.Gauge): self.curHP = 0 self.maxHP = 0 - self.showAlways = FALSE + self.showAlways = False def __del__(self): ui.Gauge.__del__(self) @@ -52,9 +52,9 @@ class PlayerGauge(ui.Gauge): self.Show() def EnableShowAlways(self): - self.showAlways = TRUE + self.showAlways = True self.RefreshGauge() def DisableShowAlways(self): - self.showAlways = FALSE + self.showAlways = False self.RefreshGauge() diff --git a/bin/pack/root/uipointreset.py b/bin/pack/root/uipointreset.py index 5a2556a9..6ab160ab 100644 --- a/bin/pack/root/uipointreset.py +++ b/bin/pack/root/uipointreset.py @@ -67,8 +67,8 @@ class PointResetDialog(ui.ScriptWindow): def Close(self): self.ConfirmDialog.Hide() self.Hide() - return TRUE + return True def OnPressEscapeKey(self): self.Close() - return TRUE + return True diff --git a/bin/pack/root/uiquest.py b/bin/pack/root/uiquest.py index 9df6cda5..4c52973d 100644 --- a/bin/pack/root/uiquest.py +++ b/bin/pack/root/uiquest.py @@ -7,6 +7,7 @@ import event import time import wndMgr import net +import sys QUEST_BOARD_IMAGE_DIR = 'd:/ymir work/ui/game/questboard/' @@ -14,6 +15,7 @@ cur_questpage_number = 1 entire_questbutton_number = 0 entire_questpage_number = 1 + # TOOLTIP_IMAGE_BOX class ToolTipImageBox(ui.ImageBox): def __init__(self): @@ -26,7 +28,7 @@ class ToolTipImageBox(ui.ImageBox): import uiToolTip self.toolTip = uiToolTip.ToolTip() self.toolTip.SetWindowHorizontalAlignCenter() - self.toolTip.SetFollow(FALSE) + self.toolTip.SetFollow(False) self.toolTip.SetTitle(title) self.toolTip.SetPosition(x, y) @@ -125,7 +127,7 @@ class EventCurtain(ui.Bar): self.fadeColor = 1.0 self.curAlpha = 0.0 - self.FadeInFlag = FALSE + self.FadeInFlag = False self.state = self.STATE_WAIT self.speed = 1.0 self.eventIndex = index @@ -262,7 +264,7 @@ class QuestDialog(ui.ScriptWindow): if skin == 3: event.SetRestrictedCount(idx,36) else: - event.SetRestrictedCount(idx,52) + event.SetRestrictedCount(idx,60) QuestCurtain.BarHeight = (wndMgr.GetScreenHeight()-wndMgr.GetScreenWidth()*9/16)/2 @@ -302,7 +304,7 @@ class QuestDialog(ui.ScriptWindow): self.nextbutton = None # QUEST_INPUT - self.needInputString = FALSE + self.needInputString = False self.editSlot = None self.editLine = None # END_OF_QUEST_INPUT @@ -333,7 +335,6 @@ class QuestDialog(ui.ScriptWindow): # END_OF_QUEST_CANCEL def CloseSelf(self): - QuestDialog.QuestCurtain.CurtainMode = self.nextCurtainMode self.btnNext = None self.descWindow = None @@ -344,9 +345,8 @@ class QuestDialog(ui.ScriptWindow): self.descIndex = None self.focusIndex = 0 - + def Destroy(self): - self.ClearDictionary() if self.OnCloseEvent: self.OnCloseEvent() @@ -428,7 +428,6 @@ class QuestDialog(ui.ScriptWindow): ## Event # QUEST_CANCEL def MakeNextButton(self, button_type): - if self.SKIN_NONE == self.skin: return @@ -436,6 +435,7 @@ class QuestDialog(ui.ScriptWindow): b = BarButton() b.SetParent(self.board) + b.SetSize(100,26) b.SetPosition(self.sx+self.board.GetWidth()/2-50,self.sy+yPos) @@ -454,6 +454,7 @@ class QuestDialog(ui.ScriptWindow): b.Show() b.SetTextColor(0xffffffff) self.btnNext = b + # END_OF_QUEST_CANCEL def MakeQuestion(self, n): # n Ʈ ȭâ ư "ݱ" ü Ʈ ư . by ȣ @@ -465,98 +466,96 @@ class QuestDialog(ui.ScriptWindow): if not self.board: return - - c = self.board - def MakeEachButton(i): - if self.skin == 3: - button = BarButton("TOP_MOST",0x50000000, 0x50404040, 0x50606060) - button.SetParent(c) - button.SetSize(106,26) - button.SetPosition(self.sx+c.GetWidth()/2+((i*2)-1)*56-56, self.sy+(event.GetLineCount(self.descIndex))*16+20+5) - button.SetText("a") - button.SetTextColor(0xff000000) - else: - i = i % 8 - button = BarButton("TOP_MOST") - button.SetParent(c) - button.SetSize(200,26) - button.SetPosition(self.sx+c.GetWidth()/2-100,self.sy+(event.GetLineCount(self.descIndex)+i*2)*16+20+5) - button.SetText("a") - button.SetTextColor(0xffffffff) - return button - - def MakeNextPrevPageButton(): - button = BarButton("TOP_MOST") - button.SetParent(c) - button.SetSize(52,26) - button.SetText("a") - button.SetTextColor(0xffffffff) - return button - - def RefreshQuestPage(): - num = 0 - Showing_button_inx = (cur_questpage_number-1)* self.QUEST_BUTTON_MAX_NUM - - while num < n: - if num >= Showing_button_inx and num < Showing_button_inx + self.QUEST_BUTTON_MAX_NUM: - self.btnAnswer[num].Show() - else: - self.btnAnswer[num].Hide() - num = num + 1 - - if cur_questpage_number == 1: - self.prevbutton.Hide() - self.nextbutton.Show() - - elif cur_questpage_number == entire_questpage_number: - self.prevbutton.Show() - self.nextbutton.Hide() - else: - self.prevbutton.Show() - self.nextbutton.Show() - - def NextQuestPageEvent(one): - global cur_questpage_number - cur_questpage_number = cur_questpage_number + one - RefreshQuestPage() - - def PrevQuestPageEvent(one): - global cur_questpage_number - cur_questpage_number = cur_questpage_number - one - RefreshQuestPage() - - self.btnAnswer = [MakeEachButton(i) for i in xrange (n)] + self.btnAnswer = [self.MakeEachButton(i) for i in xrange (n)] import localeInfo - self.prevbutton = MakeNextPrevPageButton() + self.prevbutton = self.MakeNextPrevPageButton() self.prevbutton.SetPosition(self.sx+self.board.GetWidth()/2-164, self.board.GetHeight()/2-16) self.prevbutton.SetText(localeInfo.UI_PREVPAGE) - self.prevbutton.SetEvent(PrevQuestPageEvent, 1) + self.prevbutton.SetEvent(self.PrevQuestPageEvent, 1, n) - self.nextbutton = MakeNextPrevPageButton() + self.nextbutton = self.MakeNextPrevPageButton() self.nextbutton.SetPosition(self.sx+self.board.GetWidth()/2+112, self.board.GetHeight()/2-16) self.nextbutton.SetText(localeInfo.UI_NEXTPAGE) - self.nextbutton.SetEvent(NextQuestPageEvent, 1) + self.nextbutton.SetEvent(self.NextQuestPageEvent, 1, n) if cur_questpage_number != 1: cur_questpage_number = 1 + def MakeEachButton(self, i): + if self.skin == 3: + button = BarButton("TOP_MOST",0x50000000, 0x50404040, 0x50606060) + button.SetParent(self.board) + button.SetSize(106,26) + button.SetPosition(self.sx + self.board.GetWidth()/2+((i*2)-1)*56-56, self.sy+(event.GetLineCount(self.descIndex))*16+20+5) + button.SetText("a") + button.SetTextColor(0xff000000) + else: + i = i % 8 + button = BarButton("TOP_MOST") + button.SetParent(self.board) + button.SetSize(200,26) + button.SetPosition(self.sx + self.board.GetWidth()/2-100,self.sy+(event.GetLineCount(self.descIndex)+i*2)*16+20+5) + button.SetText("a") + button.SetTextColor(0xffffffff) + return button + + def MakeNextPrevPageButton(self): + button = BarButton("TOP_MOST") + button.SetParent(self.board) + button.SetSize(52,26) + button.SetText("a") + button.SetTextColor(0xffffffff) + return button + + def RefreshQuestPage(self, n): + global cur_questpage_number + global entire_questpage_number + num = 0 + Showing_button_inx = (cur_questpage_number-1)* self.QUEST_BUTTON_MAX_NUM + + while num < n: + if num >= Showing_button_inx and num < Showing_button_inx + self.QUEST_BUTTON_MAX_NUM: + self.btnAnswer[num].Show() + else: + self.btnAnswer[num].Hide() + num = num + 1 + + if cur_questpage_number == 1: + self.prevbutton.Hide() + self.nextbutton.Show() + elif cur_questpage_number == entire_questpage_number: + self.prevbutton.Show() + self.nextbutton.Hide() + else: + self.prevbutton.Show() + self.nextbutton.Show() + + def NextQuestPageEvent(self, one, n): + global cur_questpage_number + cur_questpage_number = cur_questpage_number + one + self.RefreshQuestPage(n) + + def PrevQuestPageEvent(self, one, n): + global cur_questpage_number + cur_questpage_number = cur_questpage_number - one + self.RefreshQuestPage(n) + + def ClickAnswerEvent(self, ai): + event.SelectAnswer(self.descIndex, ai) + self.nextbutton = None + self.prevbutton = None + self.CloseSelf() + def AppendQuestion(self, name, idx): # idx 0 . PythonEventManager.cpp line 881 . by ȣ if not self.btnAnswer: return self.btnAnswer[idx].SetText(name) x, y= self.btnAnswer[idx].GetGlobalPosition() - - def ClickAnswerEvent(s, ai): - event.SelectAnswer(s.descIndex, ai) - self.nextbutton = None - self.prevbutton = None - s.CloseSelf() - from _weakref import proxy - self.btnAnswer[idx].SetEvent(ClickAnswerEvent,proxy(self),idx) + self.btnAnswer[idx].SetEvent(self.ClickAnswerEvent, idx) global entire_questbutton_number @@ -604,7 +603,7 @@ class QuestDialog(ui.ScriptWindow): if app.DIK_UP == key or app.DIK_DOWN == key: self.btnNext.ShowToolTip() - return TRUE + return True focusIndex = self.focusIndex; lastFocusIndex = focusIndex; @@ -637,31 +636,35 @@ class QuestDialog(ui.ScriptWindow): if app.DIK_RETURN == key: focusBtn.CallEvent() - return TRUE + return True def OnPressEscapeKey(self): # ESCŰ "" ư Ͱ ȿ . if None != self.btnNext: + ##Ʈڵ δ ESCư if event.BUTTON_TYPE_CANCEL == self.nextButtonType: event.SelectAnswer(self.descIndex, 254) - s.OnCancel() + self.CloseSelf() + ## ƹ ۾ elif event.BUTTON_TYPE_DONE == self.nextButtonType: self.CloseSelf() + ## ͳ ȭ Ѿ Ұ elif event.BUTTON_TYPE_NEXT == self.nextButtonType: event.SelectAnswer(self.descIndex, 254) self.CloseSelf() else: - event.SelectAnswer(self.descIndex, entire_questbutton_number - 1) + ## ߿ ų, ESCư + event.SelectAnswer(self.descIndex, entire_questbutton_number -1 ) self.nextbutton = None self.prevbutton = None - self.CloseSelf() - return TRUE + self.OnCancel() + return True def OnIMEReturn(self): if self.needInputString: self.CloseSelf() - return TRUE + return True def OnIMEUpdate(self): if not self.needInputString: @@ -674,7 +677,7 @@ class QuestDialog(ui.ScriptWindow): def OnInput(self): - self.needInputString = TRUE + self.needInputString = True event.AddEventSetLocalYPosition(self.descIndex, 5+10) yPos = event.GetEventSetLocalYPosition(self.descIndex) @@ -764,7 +767,7 @@ class QuestDialog(ui.ScriptWindow): except RuntimeError: pass - event.AddEventSetLocalYPosition(self.descIndex, img.GetHeight() - 20) + event.AddEventSetLocalYPosition(self.descIndex, img.GetHeight() - 20) if underTitle: event.AddEventSetLocalYPosition(self.descIndex, 3) @@ -773,12 +776,12 @@ class QuestDialog(ui.ScriptWindow): event.AddEventSetLocalYPosition(self.descIndex, -( 3 + 16 )) else: if index == total - 1: - event.AddEventSetLocalYPosition(self.descIndex, 4) - + event.AddEventSetLocalYPosition(self.descIndex, 4) + if index != total - 1: - event.AddEventSetLocalYPosition(self.descIndex, -(img.GetHeight() - 20)) - - + event.AddEventSetLocalYPosition(self.descIndex, -(img.GetHeight() - 20)) + + # END_OF_QUEST_IMAGE def OnSize(self, width, height): diff --git a/bin/pack/root/uirefine.py b/bin/pack/root/uirefine.py index f6c77172..6ff99161 100644 --- a/bin/pack/root/uirefine.py +++ b/bin/pack/root/uirefine.py @@ -53,7 +53,7 @@ class RefineDialog(ui.ScriptWindow): toolTip = uiToolTip.ItemToolTip() toolTip.SetParent(self) toolTip.SetPosition(15, 38) - toolTip.SetFollow(FALSE) + toolTip.SetFollow(False) toolTip.Show() self.toolTip = toolTip @@ -179,14 +179,14 @@ class RefineDialog(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True class RefineDialogNew(ui.ScriptWindow): def __init__(self): ui.ScriptWindow.__init__(self) self.__Initialize() - self.isLoaded = FALSE + self.isLoaded = False def __Initialize(self): self.dlgQuestion = None @@ -226,7 +226,7 @@ class RefineDialogNew(ui.ScriptWindow): toolTip = uiToolTip.ItemToolTip() toolTip.SetParent(self) - toolTip.SetFollow(FALSE) + toolTip.SetFollow(False) toolTip.SetPosition(15, 38) toolTip.Show() self.toolTip = toolTip @@ -245,7 +245,7 @@ class RefineDialogNew(ui.ScriptWindow): self.itemImage = itemImage self.titleBar.SetCloseEvent(ui.__mem_func__(self.CancelRefine)) - self.isLoaded = TRUE + self.isLoaded = True def __del__(self): ui.ScriptWindow.__del__(self) @@ -284,7 +284,7 @@ class RefineDialogNew(ui.ScriptWindow): def Open(self, targetItemPos, nextGradeItemVnum, cost, prob, type): - if FALSE == self.isLoaded: + if False == self.isLoaded: self.__LoadScript() self.__Initialize() @@ -347,7 +347,7 @@ class RefineDialogNew(ui.ScriptWindow): textLine.SetPackedFontColor(0xffdddddd) textLine.SetText("%s x %02d" % (item.GetItemName(), count)) textLine.SetOutline() - textLine.SetFeather(FALSE) + textLine.SetFeather(False) textLine.SetWindowVerticalAlignCenter() textLine.SetVerticalAlignCenter() @@ -421,4 +421,4 @@ class RefineDialogNew(ui.ScriptWindow): def OnPressEscapeKey(self): self.CancelRefine() - return TRUE + return True diff --git a/bin/pack/root/uirestart.py b/bin/pack/root/uirestart.py index 98907dd9..da658081 100644 --- a/bin/pack/root/uirestart.py +++ b/bin/pack/root/uirestart.py @@ -19,6 +19,7 @@ class RestartDialog(ui.ScriptWindow): pyScrLoader = ui.PythonScriptLoader() pyScrLoader.LoadScriptFile(self, "uiscript/restartdialog.py") except Exception, msg: + import sys (type, msg, tb)=sys.exc_info() dbg.TraceError("RestartDialog.LoadDialog - %s:%s" % (type, msg)) app.Abort() @@ -49,7 +50,7 @@ class RestartDialog(ui.ScriptWindow): def Close(self): self.Hide() - return TRUE + return True def RestartHere(self): net.SendChatPacket("/restart_here") @@ -58,7 +59,7 @@ class RestartDialog(ui.ScriptWindow): net.SendChatPacket("/restart_town") def OnPressExitKey(self): - return TRUE + return True def OnPressEscapeKey(self): - return TRUE + return True diff --git a/bin/pack/root/uisafebox.py b/bin/pack/root/uisafebox.py index 7e6b3094..e527322a 100644 --- a/bin/pack/root/uisafebox.py +++ b/bin/pack/root/uisafebox.py @@ -71,11 +71,11 @@ class PasswordDialog(ui.ScriptWindow): def OnAccept(self): net.SendChatPacket(self.sendMessage + self.passwordValue.GetText()) self.CloseDialog() - return TRUE + return True def OnCancel(self): self.CloseDialog() - return TRUE + return True class ChangePasswordDialog(ui.ScriptWindow): def __init__(self): @@ -174,14 +174,14 @@ class ChangePasswordDialog(ui.ScriptWindow): self.dlgMessage.SetCenterPosition() self.dlgMessage.SetTop() self.dlgMessage.Show() - return TRUE + return True net.SendChatPacket("/safebox_change_password %s %s" % (oldPasswordText, newPasswordText)) self.Close() - return TRUE + return True def OnCancel(self): self.Close() - return TRUE + return True def OnCloseMessageDialog(self): self.newPassword.SetText("") @@ -470,11 +470,11 @@ class SafeboxWindow(ui.ScriptWindow): def OverInItem(self, slotIndex): slotIndex = self.__LocalPosToGlobalPos(slotIndex) - self.wndItem.SetUsableItem(FALSE) + self.wndItem.SetUsableItem(False) self.__ShowToolTip(slotIndex) def OverOutItem(self): - self.wndItem.SetUsableItem(FALSE) + self.wndItem.SetUsableItem(False) if self.tooltipItem: self.tooltipItem.HideToolTip() @@ -486,7 +486,7 @@ class SafeboxWindow(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True def OnUpdate(self): @@ -642,13 +642,13 @@ class MallWindow(ui.ScriptWindow): self.__ShowToolTip(slotIndex) def OverOutItem(self): - self.wndItem.SetUsableItem(FALSE) + self.wndItem.SetUsableItem(False) if self.tooltipItem: self.tooltipItem.HideToolTip() def OnPressEscapeKey(self): self.Close() - return TRUE + return True def OnUpdate(self): @@ -671,10 +671,10 @@ if __name__ == "__main__": import background import player - #wndMgr.SetOutlineFlag(TRUE) + #wndMgr.SetOutlineFlag(True) app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create("METIN2 CLOSED BETA", systemSetting.GetWidth(), systemSetting.GetHeight(), 1) diff --git a/bin/pack/root/uiselectmusic.py b/bin/pack/root/uiselectmusic.py index 654fad49..cf1880da 100644 --- a/bin/pack/root/uiselectmusic.py +++ b/bin/pack/root/uiselectmusic.py @@ -110,7 +110,7 @@ class FileListDialog(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True def SAFE_SetSelectEvent(self, event): self.selectEvent=ui.__mem_func__(event) diff --git a/bin/pack/root/uishop.py b/bin/pack/root/uishop.py index eb24ea99..d7a91f09 100644 --- a/bin/pack/root/uishop.py +++ b/bin/pack/root/uishop.py @@ -12,6 +12,7 @@ import ui import uiCommon import mouseModule import localeInfo +import constInfo ################################################################################################### ## Shop @@ -28,16 +29,20 @@ class ShopDialog(ui.ScriptWindow): def __del__(self): ui.ScriptWindow.__del__(self) - + + def __GetRealIndex(self, i): + return self.tabIdx * shop.SHOP_SLOT_COUNT + i + def Refresh(self): getItemID=shop.GetItemID getItemCount=shop.GetItemCount setItemID=self.itemSlotWindow.SetItemSlot for i in xrange(shop.SHOP_SLOT_COUNT): - itemCount = getItemCount(i) + idx = self.__GetRealIndex(i) + itemCount = getItemCount(idx) if itemCount <= 1: itemCount = 0 - setItemID(i, getItemID(i), itemCount) + setItemID(i, getItemID(idx), itemCount) wndMgr.RefreshSlot(self.itemSlotWindow.GetWindowHandle()) @@ -52,6 +57,12 @@ class ShopDialog(ui.ScriptWindow): import exception exception.Abort("ShopDialog.LoadDialog.LoadObject") + smallTab1 = None + smallTab2 = None + smallTab3 = None + middleTab1 = None + middleTab2 = None + try: GetObject = self.GetChild self.itemSlotWindow = GetObject("ItemSlot") @@ -59,6 +70,11 @@ class ShopDialog(ui.ScriptWindow): self.btnSell = GetObject("SellButton") self.btnClose = GetObject("CloseButton") self.titleBar = GetObject("TitleBar") + middleTab1 = GetObject("MiddleTab1") + middleTab2 = GetObject("MiddleTab2") + smallTab1 = GetObject("SmallTab1") + smallTab2 = GetObject("SmallTab2") + smallTab3 = GetObject("SmallTab3") except: import exception exception.Abort("ShopDialog.LoadDialog.BindObject") @@ -81,8 +97,47 @@ class ShopDialog(ui.ScriptWindow): self.titleBar.SetCloseEvent(ui.__mem_func__(self.Close)) - self.Refresh() + self.smallRadioButtonGroup = ui.RadioButtonGroup.Create([[smallTab1, lambda : self.OnClickTabButton(0), None], [smallTab2, lambda : self.OnClickTabButton(1), None], [smallTab3, lambda : self.OnClickTabButton(2), None]]) + self.middleRadioButtonGroup = ui.RadioButtonGroup.Create([[middleTab1, lambda : self.OnClickTabButton(0), None], [middleTab2, lambda : self.OnClickTabButton(1), None]]) + self.__HideMiddleTabs() + self.__HideSmallTabs() + + self.tabIdx = 0 + self.coinType = shop.SHOP_COIN_TYPE_GOLD + + self.Refresh() + + def __ShowBuySellButton(self): + self.btnBuy.Show() + self.btnSell.Show() + + def __ShowMiddleTabs(self): + self.middleRadioButtonGroup.Show() + + def __ShowSmallTabs(self): + self.smallRadioButtonGroup.Show() + + def __HideBuySellButton(self): + self.btnBuy.Hide() + self.btnSell.Hide() + + def __HideMiddleTabs(self): + self.middleRadioButtonGroup.Hide() + + def __HideSmallTabs(self): + self.smallRadioButtonGroup.Hide() + + def __SetTabNames(self): + if shop.GetTabCount() == 2: + self.middleRadioButtonGroup.SetText(0, shop.GetTabName(0)) + self.middleRadioButtonGroup.SetText(1, shop.GetTabName(1)) + elif shop.GetTabCount() == 3: + self.smallRadioButtonGroup.SetText(0, shop.GetTabName(0)) + self.smallRadioButtonGroup.SetText(1, shop.GetTabName(1)) + self.smallRadioButtonGroup.SetText(2, shop.GetTabName(2)) + + def Destroy(self): self.Close() self.ClearDictionary() @@ -98,18 +153,18 @@ class ShopDialog(ui.ScriptWindow): def Open(self, vid): - isPrivateShop = FALSE - isMainPlayerPrivateShop = FALSE + isPrivateShop = False + isMainPlayerPrivateShop = False import chr if chr.IsNPC(vid): - isPrivateShop = FALSE + isPrivateShop = False else: - isPrivateShop = TRUE + isPrivateShop = True if player.IsMainCharacterIndex(vid): - isMainPlayerPrivateShop = TRUE + isMainPlayerPrivateShop = True self.btnBuy.Hide() self.btnSell.Hide() @@ -117,27 +172,64 @@ class ShopDialog(ui.ScriptWindow): else: - isMainPlayerPrivateShop = FALSE + isMainPlayerPrivateShop = False self.btnBuy.Show() self.btnSell.Show() self.btnClose.Hide() shop.Open(isPrivateShop, isMainPlayerPrivateShop) + + self.tabIdx = 0 + + if isPrivateShop: + self.__HideMiddleTabs() + self.__HideSmallTabs() + else: + if shop.GetTabCount() == 1: + self.__ShowBuySellButton() + self.__HideMiddleTabs() + self.__HideSmallTabs() + elif shop.GetTabCount() == 2: + self.__HideBuySellButton() + self.__ShowMiddleTabs() + self.__HideSmallTabs() + self.__SetTabNames() + self.middleRadioButtonGroup.OnClick(0) + elif shop.GetTabCount() == 3: + self.__HideBuySellButton() + self.__HideMiddleTabs() + self.__ShowSmallTabs() + self.__SetTabNames() + self.middleRadioButtonGroup.OnClick(1) + self.Refresh() self.SetTop() + self.Show() (self.xShopStart, self.yShopStart, z) = player.GetMainCharacterPosition() def Close(self): - self.OnCloseQuestionDialog() + if self.itemBuyQuestionDialog: + self.itemBuyQuestionDialog.Close() + self.itemBuyQuestionDialog = None + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(0) + if self.questionDialog: + self.OnCloseQuestionDialog() shop.Close() net.SendShopEndPacket() self.CancelShopping() self.tooltipItem.HideToolTip() self.Hide() + def GetIndexFromSlotPos(self, slotPos): + return self.tabIdx * shop.SHOP_SLOT_COUNT + slotPos + + def OnClickTabButton(self, idx): + self.tabIdx = idx + self.Refresh() + def AskClosePrivateShop(self): questionDialog = uiCommon.QuestionDialog() questionDialog.SetText(localeInfo.PRIVATE_SHOP_CLOSE_QUESTION) @@ -146,20 +238,22 @@ class ShopDialog(ui.ScriptWindow): questionDialog.Open() self.questionDialog = questionDialog - return TRUE + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(1) + + return True def OnClosePrivateShop(self): net.SendChatPacket("/close_shop") self.OnCloseQuestionDialog() - return TRUE + return True def OnPressEscapeKey(self): self.Close() - return TRUE + return True def OnPressExitKey(self): self.Close() - return TRUE + return True def OnBuy(self): chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.SHOP_BUY_INFO) @@ -178,7 +272,9 @@ class ShopDialog(ui.ScriptWindow): def __OnClosePopupDialog(self): self.pop = None + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(0) + ## ȥ ȸ ߰. def SellAttachedItem(self): if shop.IsPrivateShop(): @@ -188,19 +284,37 @@ class ShopDialog(ui.ScriptWindow): attachedSlotType = mouseModule.mouseController.GetAttachedType() attachedSlotPos = mouseModule.mouseController.GetAttachedSlotNumber() attachedCount = mouseModule.mouseController.GetAttachedItemCount() + if localeInfo.IsBRAZIL() == 0: + attachedItemIndex = mouseModule.mouseController.GetAttachedItemIndex() + + # if player.SLOT_TYPE_INVENTORY == attachedSlotType or player.SLOT_TYPE_DRAGON_SOUL_INVENTORY == attachedSlotType: if player.SLOT_TYPE_INVENTORY == attachedSlotType: + # if localeInfo.IsBRAZIL(): + # itemIndex = player.GetItemIndex(attachedSlotPos) + # item.SelectItem(itemIndex) + # else: + # item.SelectItem(attachedItemIndex) + itemIndex = player.GetItemIndex(attachedSlotPos) item.SelectItem(itemIndex) - + if item.IsAntiFlag(item.ANTIFLAG_SELL): popup = uiCommon.PopupDialog() popup.SetText(localeInfo.SHOP_CANNOT_SELL_ITEM) popup.SetAcceptEvent(self.__OnClosePopupDialog) popup.Open() self.popup = popup + return + + itemtype = player.INVENTORY - elif player.IsValuableItem(attachedSlotPos): + if localeInfo.IsBRAZIL() == 0: + if player.SLOT_TYPE_DRAGON_SOUL_INVENTORY == attachedSlotType: + itemtype = player.DRAGON_SOUL_INVENTORY + + # if player.IsValuableItem(itemtype, attachedSlotPos): + if player.IsValuableItem(attachedSlotPos): itemPrice = item.GetISellItemPrice() @@ -214,29 +328,33 @@ class ShopDialog(ui.ScriptWindow): questionDialog = uiCommon.QuestionDialog() questionDialog.SetText(localeInfo.DO_YOU_SELL_ITEM(itemName, attachedCount, itemPrice)) - questionDialog.SetAcceptEvent(lambda arg1=attachedSlotPos, arg2=attachedCount: self.OnSellItem(arg1, arg2)) + questionDialog.SetAcceptEvent(lambda arg1=attachedSlotPos, arg2=attachedCount, arg3 = itemtype: self.OnSellItem(arg1, arg2, arg3)) questionDialog.SetCancelEvent(ui.__mem_func__(self.OnCloseQuestionDialog)) questionDialog.Open() self.questionDialog = questionDialog + + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(1) else: - self.OnSellItem(attachedSlotPos, attachedCount) + self.OnSellItem(attachedSlotPos, attachedCount, itemtype) else: snd.PlaySound("sound/ui/loginfail.wav") mouseModule.mouseController.DeattachObject() - def OnSellItem(self, slotPos, count): - net.SendShopSellPacketNew(slotPos, count) + def OnSellItem(self, slotPos, count, itemtype): + net.SendShopSellPacketNew(slotPos, count, itemtype) snd.PlaySound("sound/ui/money.wav") self.OnCloseQuestionDialog() def OnCloseQuestionDialog(self): - if self.questionDialog: - self.questionDialog.Close() - + if not self.questionDialog: + return + + self.questionDialog.Close() self.questionDialog = None + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(0) def SelectEmptySlot(self, selectedSlotPos): @@ -245,20 +363,25 @@ class ShopDialog(ui.ScriptWindow): self.SellAttachedItem() def UnselectItemSlot(self, selectedSlotPos): + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS() == 1: + return if shop.IsPrivateShop(): self.AskBuyItem(selectedSlotPos) else: - net.SendShopBuyPacket(selectedSlotPos) + net.SendShopBuyPacket(self.__GetRealIndex(selectedSlotPos)) def SelectItemSlot(self, selectedSlotPos): + if constInfo.GET_ITEM_QUESTION_DIALOG_STATUS() == 1: + return isAttached = mouseModule.mouseController.isAttached() + selectedSlotPos = self.__GetRealIndex(selectedSlotPos) if isAttached: self.SellAttachedItem() else: - if TRUE == shop.IsMainPlayerPrivateShop(): + if True == shop.IsMainPlayerPrivateShop(): return curCursorNum = app.GetCursor() @@ -285,6 +408,8 @@ class ShopDialog(ui.ScriptWindow): self.AskBuyItem(attachedSlotPos) def AskBuyItem(self, slotPos): + slotPos = self.__GetRealIndex(slotPos) + itemIndex = shop.GetItemID(slotPos) itemPrice = shop.GetItemPrice(slotPos) itemCount = shop.GetItemCount(slotPos) @@ -294,11 +419,13 @@ class ShopDialog(ui.ScriptWindow): itemBuyQuestionDialog = uiCommon.QuestionDialog() itemBuyQuestionDialog.SetText(localeInfo.DO_YOU_BUY_ITEM(itemName, itemCount, localeInfo.NumberToMoneyString(itemPrice))) - itemBuyQuestionDialog.SetAcceptEvent(lambda arg=TRUE: self.AnswerBuyItem(arg)) - itemBuyQuestionDialog.SetCancelEvent(lambda arg=FALSE: self.AnswerBuyItem(arg)) + itemBuyQuestionDialog.SetAcceptEvent(lambda arg=True: self.AnswerBuyItem(arg)) + itemBuyQuestionDialog.SetCancelEvent(lambda arg=False: self.AnswerBuyItem(arg)) itemBuyQuestionDialog.Open() itemBuyQuestionDialog.pos = slotPos self.itemBuyQuestionDialog = itemBuyQuestionDialog + + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(1) def AnswerBuyItem(self, flag): @@ -308,17 +435,22 @@ class ShopDialog(ui.ScriptWindow): self.itemBuyQuestionDialog.Close() self.itemBuyQuestionDialog = None + + constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(0) def SetItemToolTip(self, tooltipItem): self.tooltipItem = tooltipItem def OverInItem(self, slotIndex): + slotIndex = self.__GetRealIndex(slotIndex) if mouseModule.mouseController.isAttached(): return if 0 != self.tooltipItem: - self.tooltipItem.SetShopItem(slotIndex) - + if shop.SHOP_COIN_TYPE_GOLD == shop.GetTabCoinType(self.tabIdx): + self.tooltipItem.SetShopItem(slotIndex) + else: + self.tooltipItem.SetShopItemBySecondaryCoin(slotIndex) def OverOutItem(self): if 0 != self.tooltipItem: self.tooltipItem.HideToolTip() @@ -369,4 +501,4 @@ class MallPageDialog(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True diff --git a/bin/pack/root/uisystem.py b/bin/pack/root/uisystem.py index 86f1c58d..ae2fecad 100644 --- a/bin/pack/root/uisystem.py +++ b/bin/pack/root/uisystem.py @@ -2,6 +2,7 @@ import net import app import ui import uiOption + import uiSystemOption import uiGameOption import uiScriptLocale @@ -9,7 +10,7 @@ import networkModule import constInfo import localeInfo -SYSTEM_MENU_FOR_PORTAL = FALSE +SYSTEM_MENU_FOR_PORTAL = False ################################################################################################### ## System @@ -127,13 +128,13 @@ class SystemDialog(ui.ScriptWindow): if None != self.eventOpenHelpWindow: self.eventOpenHelpWindow() - def __ClickInGameShopButton(self): - self.Close() + def __ClickInGameShopButton(self): + self.Close() net.SendChatPacket("/in_game_mall") def Close(self): self.Hide() - return TRUE + return True def RefreshMobile(self): if self.gameOptionDlg: @@ -158,11 +159,11 @@ class SystemDialog(ui.ScriptWindow): def OnPressExitKey(self): self.Close() - return TRUE + return True def OnPressEscapeKey(self): self.Close() - return TRUE + return True if __name__ == "__main__": @@ -176,10 +177,10 @@ if __name__ == "__main__": import background import player - #wndMgr.SetOutlineFlag(TRUE) + #wndMgr.SetOutlineFlag(True) app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create("METIN2 CLOSED BETA", systemSetting.GetWidth(), systemSetting.GetHeight(), 1) diff --git a/bin/pack/root/uisystemoption.py b/bin/pack/root/uisystemoption.py index 8c156775..9ef1d4aa 100644 --- a/bin/pack/root/uisystemoption.py +++ b/bin/pack/root/uisystemoption.py @@ -1,3 +1,4 @@ +import dbg import ui import snd import systemSetting @@ -9,6 +10,7 @@ import constInfo import chrmgr import player import musicInfo + import uiSelectMusic import background @@ -219,16 +221,16 @@ class OptionDialog(ui.ScriptWindow): def OnCloseInputDialog(self): self.inputDialog.Close() self.inputDialog = None - return TRUE + return True def OnCloseQuestionDialog(self): self.questionDialog.Close() self.questionDialog = None - return TRUE + return True def OnPressEscapeKey(self): self.Close() - return TRUE + return True def Show(self): ui.ScriptWindow.Show(self) diff --git a/bin/pack/root/uitarget.py b/bin/pack/root/uitarget.py index c1edaa13..dbe38dcb 100644 --- a/bin/pack/root/uitarget.py +++ b/bin/pack/root/uitarget.py @@ -124,7 +124,7 @@ class TargetBoard(ui.ThinBoard): self.nameLength = 0 self.vid = 0 self.eventWhisper = None - self.isShowButton = FALSE + self.isShowButton = False self.__Initialize() self.ResetTargetBoard() @@ -138,7 +138,7 @@ class TargetBoard(ui.ThinBoard): self.nameString = "" self.nameLength = 0 self.vid = 0 - self.isShowButton = FALSE + self.isShowButton = False def Destroy(self): self.eventWhisper = None @@ -286,7 +286,7 @@ class TargetBoard(ui.ThinBoard): def ShowDefaultButton(self): - self.isShowButton = TRUE + self.isShowButton = True self.showingButtonList.append(self.buttonDict[localeInfo.TARGET_BUTTON_WHISPER]) self.showingButtonList.append(self.buttonDict[localeInfo.TARGET_BUTTON_EXCHANGE]) self.showingButtonList.append(self.buttonDict[localeInfo.TARGET_BUTTON_FIGHT]) @@ -295,7 +295,7 @@ class TargetBoard(ui.ThinBoard): button.Show() def HideAllButton(self): - self.isShowButton = FALSE + self.isShowButton = False for button in self.showingButtonList: button.Hide() self.showingButtonList = [] @@ -370,7 +370,7 @@ class TargetBoard(ui.ThinBoard): def OnPressEscapeKey(self): self.OnPressedCloseButton() - return TRUE + return True def IsShowButton(self): return self.isShowButton diff --git a/bin/pack/root/uitaskbar.py b/bin/pack/root/uitaskbar.py index 88b9da53..c146323f 100644 --- a/bin/pack/root/uitaskbar.py +++ b/bin/pack/root/uitaskbar.py @@ -150,7 +150,7 @@ class EnergyBar(ui.ScriptWindow): ## Gauge def RefreshStatus(self): - pointEnergy = player.GetStatus (player.ENERGY) + pointEnergy = player.GetStatus (player.ENERGY) leftTimeEnergy = player.GetStatus (player.ENERGY_END_TIME) - app.GetGlobalTimeStamp() # ȯ ð = 2ð. self.SetEnergy (pointEnergy, leftTimeEnergy, 7200) @@ -169,11 +169,11 @@ class EnergyBar(ui.ScriptWindow): self.energyHungry.Show() else: self.energyFull.Show() - - self.tooltipEnergy.SetText(" " + localeInfo.SecondToHM(leftTime) + " - Energie +" + str(point) + "%") + + self.tooltipEnergy.SetText("%s" % (localeInfo.TOOLTIP_ENERGY(point))) def OnUpdate(self): - if TRUE == self.energyGaugeToolTip.IsIn(): + if True == self.energyGaugeToolTip.IsIn(): self.RefreshStatus() self.tooltipEnergy.Show() else: @@ -203,7 +203,7 @@ class ExpandedTaskBar(ui.ScriptWindow): super(ExpandedTaskBar, self).SetTop() for button in self.toggleButtonDict.values(): button.SetTop() - + def Show(self): ui.ScriptWindow.Show(self) @@ -218,7 +218,7 @@ class ExpandedTaskBar(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True class TaskBar(ui.ScriptWindow): @@ -228,7 +228,7 @@ class TaskBar(ui.ScriptWindow): BUTTON_SYSTEM = 3 BUTTON_CHAT = 4 BUTTON_EXPAND = 4 - IS_EXPANDED = FALSE + IS_EXPANDED = False MOUSE_BUTTON_LEFT = 0 MOUSE_BUTTON_RIGHT = 1 @@ -251,12 +251,13 @@ class TaskBar(ui.ScriptWindow): "d:/ymir work/ui/game/taskbar/4.sub", ] - #gift icon show and hide + #gift icon show and hide def ShowGift(self): - self.wndGiftBox.Show() + if not localeInfo.IsBRAZIL(): + self.wndGiftBox.Show() def HideGift(self): - self.wndGiftBox.Hide() + self.wndGiftBox.Hide() class TextToolTip(ui.Window): def __init__(self): @@ -296,7 +297,7 @@ class TaskBar(ui.ScriptWindow): self.SetCoverButton(slotIndex, "d:/ymir work/ui/public/slot_cover_button_01.sub",\ "d:/ymir work/ui/public/slot_cover_button_02.sub",\ "d:/ymir work/ui/public/slot_cover_button_03.sub",\ - "d:/ymir work/ui/public/slot_cover_button_04.sub", TRUE, FALSE) + "d:/ymir work/ui/public/slot_cover_button_04.sub", True, False) self.SetSize(32, 32) def __del__(self): @@ -443,7 +444,7 @@ class TaskBar(ui.ScriptWindow): toggleButtonDict[TaskBar.BUTTON_CHAT]=self.GetChild("ChatButton") except: toggleButtonDict[TaskBar.BUTTON_EXPAND]=self.GetChild("ExpandButton") - TaskBar.IS_EXPANDED = TRUE + TaskBar.IS_EXPANDED = True if localeInfo.IsARABIC(): @@ -469,18 +470,6 @@ class TaskBar(ui.ScriptWindow): self.GetChild("QuickPageUpButton").SetEvent(ui.__mem_func__(self.__OnClickQuickPageUpButton)) self.GetChild("QuickPageDownButton").SetEvent(ui.__mem_func__(self.__OnClickQuickPageDownButton)) - ########Anti Exp Button by Sanii########## - - #self.antiexp = self.GetChild("AntiButton") - #self.antiexp.SetEvent(ui.__mem_func__(self.AntiExp)) - - #if constInfo.ANTI_EXP_STATE == 1: - #self.antiexp.SetText("-") - #self.antiexp.SetToolTipText("Anti-Erfahrung deaktivieren") - #else: - #self.antiexp.SetText("+") - #self.antiexp.SetToolTipText("Anti-Erfahrung aktivieren") - mouseLeftButtonModeButton = self.GetChild("LeftMouseButton") mouseRightButtonModeButton = self.GetChild("RightMouseButton") mouseLeftButtonModeButton.SetEvent(ui.__mem_func__(self.ToggleLeftMouseButtonModeWindow)) @@ -530,6 +519,7 @@ class TaskBar(ui.ScriptWindow): self.rampageGauge2 = self.GetChild("RampageGauge2") self.rampageGauge2.OnMouseOverOut = ui.__mem_func__(self.__RampageGauge_OverOut) self.rampageGauge2.OnMouseLeftButtonUp = ui.__mem_func__(self.__RampageGauge_Click) + print "[DEBUG]: constInfo.IN_GAME_SHOP_ENABLE / self.rampageGauge1",constInfo.IN_GAME_SHOP_ENABLE, self.rampageGauge1 self.__RampageGauge_OverOut() self.hpGauge = self.GetChild("HPGauge") @@ -543,7 +533,7 @@ class TaskBar(ui.ScriptWindow): self.stGaugeBoard=self.GetChild("STGauge_Board") self.expGaugeBoard=self.GetChild("EXP_Gauge_Board") - #giftbox object + #giftbox object wndGiftBox = GiftBox() wndGiftBox.LoadWindow() self.wndGiftBox = wndGiftBox @@ -652,7 +642,7 @@ class TaskBar(ui.ScriptWindow): self.mouseImage.Show() def HideMouseImage(self): - player.SetQuickCameraMode(FALSE) + player.SetQuickCameraMode(False) self.mouseImage.Hide() ## Gauge @@ -834,7 +824,7 @@ class TaskBar(ui.ScriptWindow): itemIndex = player.GetItemIndex(slotNumber) return item.CanAddToQuickSlotItem(itemIndex) - return TRUE + return True def AddQuickSlot(self, localSlotIndex): AttachedSlotType = mouseModule.mouseController.GetAttachedType() @@ -848,7 +838,7 @@ class TaskBar(ui.ScriptWindow): player.RequestAddLocalQuickSlot(localSlotIndex, AttachedSlotType, AttachedItemIndex) - elif TRUE == self.canAddQuickSlot(AttachedSlotType, AttachedSlotNumber): + elif True == self.canAddQuickSlot(AttachedSlotType, AttachedSlotNumber): ## Online Code player.RequestAddLocalQuickSlot(localSlotIndex, AttachedSlotType, AttachedSlotNumber) @@ -858,12 +848,12 @@ class TaskBar(ui.ScriptWindow): def SelectEmptyQuickSlot(self, slotIndex): - if TRUE == mouseModule.mouseController.isAttached(): + if True == mouseModule.mouseController.isAttached(): self.AddQuickSlot(slotIndex) def SelectItemQuickSlot(self, localQuickSlotIndex): - if TRUE == mouseModule.mouseController.isAttached(): + if True == mouseModule.mouseController.isAttached(): self.AddQuickSlot(localQuickSlotIndex) else: @@ -872,7 +862,7 @@ class TaskBar(ui.ScriptWindow): def UnselectItemQuickSlot(self, localSlotIndex): - if FALSE == mouseModule.mouseController.isAttached(): + if False == mouseModule.mouseController.isAttached(): player.RequestUseLocalQuickSlot(localSlotIndex) return @@ -985,22 +975,22 @@ class TaskBar(ui.ScriptWindow): self.lastUpdateQuickSlot = app.GetGlobalTime() self.RefreshQuickSlot() - if TRUE == self.hpGaugeBoard.IsIn(): + if True == self.hpGaugeBoard.IsIn(): self.tooltipHP.Show() else: self.tooltipHP.Hide() - if TRUE == self.mpGaugeBoard.IsIn(): + if True == self.mpGaugeBoard.IsIn(): self.tooltipSP.Show() else: self.tooltipSP.Hide() - if TRUE == self.stGaugeBoard.IsIn(): + if True == self.stGaugeBoard.IsIn(): self.tooltipST.Show() else: self.tooltipST.Hide() - if TRUE == self.expGaugeBoard.IsIn(): + if True == self.expGaugeBoard.IsIn(): self.tooltipEXP.Show() else: self.tooltipEXP.Hide() @@ -1010,7 +1000,7 @@ class TaskBar(ui.ScriptWindow): wndMouseButtonMode = self.mouseModeButtonList[self.MOUSE_BUTTON_LEFT] - if TRUE == wndMouseButtonMode.IsShow(): + if True == wndMouseButtonMode.IsShow(): wndMouseButtonMode.Hide() @@ -1021,7 +1011,7 @@ class TaskBar(ui.ScriptWindow): wndMouseButtonMode = self.mouseModeButtonList[self.MOUSE_BUTTON_RIGHT] - if TRUE == wndMouseButtonMode.IsShow(): + if True == wndMouseButtonMode.IsShow(): wndMouseButtonMode.Hide() self.CloseSelectSkill() @@ -1058,7 +1048,7 @@ class TaskBar(ui.ScriptWindow): continue ## FIXME : ų ϳ ϳ Ҵϴ° ƹ ϰ ũ. - ## κ ð ġ. - [levites] + ## κ ð ġ. - [levites] skillButton = self.SkillButton() skillButton.SetSkill(startNumber+i) skillButton.SetPosition(x, y) @@ -1146,22 +1136,4 @@ class TaskBar(ui.ScriptWindow): self.curSkillButton.SetSkill(skillSlotNumber) self.curSkillButton.Show() self.curMouseModeButton[self.MOUSE_BUTTON_RIGHT].Hide() - - - ########Anti Exp Button by Sanii########## - def AntiExp(self): - import constInfo - import event - import net - qid = constInfo.ANTI_EXP - state = constInfo.ANTI_EXP_STATE - if state == 0: - self.antiexp.SetText("-") - self.antiexp.SetToolTipText("Anti-Erfahrung deaktivieren") - event.QuestButtonClick(qid) - else: - self.antiexp.SetText("+") - self.antiexp.SetToolTipText("Anti-Erfahrung aktivieren") - event.QuestButtonClick(qid) - ########################################## diff --git a/bin/pack/root/uitip.py b/bin/pack/root/uitip.py index f3df7213..e0aea0fc 100644 --- a/bin/pack/root/uitip.py +++ b/bin/pack/root/uitip.py @@ -218,7 +218,7 @@ class BigBoard(ui.Bar): leaveList = [] for madeTime, text in self.tipList: if curTime + self.TIP_DURATION <= madeTime: - leaveList.append(tip) + leaveList.append(text) self.tipList = leaveList @@ -309,10 +309,10 @@ if __name__ == "__main__": import grp import ui - #wndMgr.SetOutlineFlag(TRUE) + #wndMgr.SetOutlineFlag(True) app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create("METIN2 CLOSED BETA", systemSetting.GetWidth(), systemSetting.GetHeight(), 1) diff --git a/bin/pack/root/uitooltip.py b/bin/pack/root/uitooltip.py index ab3ad8eb..11c5b132 100644 --- a/bin/pack/root/uitooltip.py +++ b/bin/pack/root/uitooltip.py @@ -90,7 +90,7 @@ class ToolTip(ui.ThinBoard): CANNOT_LEVEL_UP_COLOR = DISABLE_COLOR NEED_SKILL_POINT_COLOR = 0xff9A9CDB - def __init__(self, width = TOOL_TIP_WIDTH, isPickable=FALSE): + def __init__(self, width = TOOL_TIP_WIDTH, isPickable=False): ui.ThinBoard.__init__(self, "TOP_MOST") if isPickable: @@ -100,7 +100,7 @@ class ToolTip(ui.ThinBoard): self.AddFlag("float") - self.followFlag = TRUE + self.followFlag = True self.toolTipWidth = width self.xPos = -1 @@ -153,14 +153,14 @@ class ToolTip(ui.ThinBoard): self.ResizeToolTip() - def AutoAppendTextLine(self, text, color = FONT_COLOR, centerAlign = TRUE): + def AutoAppendTextLine(self, text, color = FONT_COLOR, centerAlign = True): textLine = ui.TextLine() textLine.SetParent(self) textLine.SetFontName(self.defFontName) textLine.SetPackedFontColor(color) textLine.SetText(text) textLine.SetOutline() - textLine.SetFeather(FALSE) + textLine.SetFeather(False) textLine.Show() if centerAlign: @@ -184,14 +184,14 @@ class ToolTip(ui.ThinBoard): return textLine - def AppendTextLine(self, text, color = FONT_COLOR, centerAlign = TRUE): + def AppendTextLine(self, text, color = FONT_COLOR, centerAlign = True): textLine = ui.TextLine() textLine.SetParent(self) textLine.SetFontName(self.defFontName) textLine.SetPackedFontColor(color) textLine.SetText(text) textLine.SetOutline() - textLine.SetFeather(FALSE) + textLine.SetFeather(False) textLine.Show() if centerAlign: @@ -247,7 +247,7 @@ class ToolTip(ui.ThinBoard): return self.ENABLE_COLOR - def GetChangeTextLineColor(self, value, isSpecial=FALSE): + def GetChangeTextLineColor(self, value, isSpecial=False): if value > 0: if isSpecial: return self.SPECIAL_POSITIVE_COLOR @@ -460,10 +460,10 @@ class ItemToolTip(ToolTip): def __init__(self, *args, **kwargs): ToolTip.__init__(self, *args, **kwargs) self.itemVnum = 0 - self.isShopItem = FALSE + self.isShopItem = False # ǥ ijͰ ̶ Disable Color (̹ ׷ ۵ϰ ʿ䰡 ־) - self.bCannotUseItemForceSetDisableColor = TRUE + self.bCannotUseItemForceSetDisableColor = True def __del__(self): ToolTip.__del__(self) @@ -473,15 +473,15 @@ class ItemToolTip(ToolTip): def CanEquip(self): if not item.IsEquipmentVID(self.itemVnum): - return TRUE + return True race = player.GetRace() job = chr.RaceToJob(race) if not self.ANTI_FLAG_DICT.has_key(job): - return FALSE + return False if item.IsAntiFlag(self.ANTI_FLAG_DICT[job]): - return FALSE + return False sex = chr.RaceToSex(race) @@ -489,42 +489,42 @@ class ItemToolTip(ToolTip): FEMALE = 0 if item.IsAntiFlag(item.ITEM_ANTIFLAG_MALE) and sex == MALE: - return FALSE + return False if item.IsAntiFlag(item.ITEM_ANTIFLAG_FEMALE) and sex == FEMALE: - return FALSE + return False for i in xrange(item.LIMIT_MAX_NUM): (limitType, limitValue) = item.GetLimit(i) if item.LIMIT_LEVEL == limitType: if player.GetStatus(player.LEVEL) < limitValue: - return FALSE + return False """ elif item.LIMIT_STR == limitType: if player.GetStatus(player.ST) < limitValue: - return FALSE + return False elif item.LIMIT_DEX == limitType: if player.GetStatus(player.DX) < limitValue: - return FALSE + return False elif item.LIMIT_INT == limitType: if player.GetStatus(player.IQ) < limitValue: - return FALSE + return False elif item.LIMIT_CON == limitType: if player.GetStatus(player.HT) < limitValue: - return FALSE + return False """ - return TRUE + return True - def AppendTextLine(self, text, color = FONT_COLOR, centerAlign = TRUE): + def AppendTextLine(self, text, color = FONT_COLOR, centerAlign = True): if not self.CanEquip() and self.bCannotUseItemForceSetDisableColor: color = self.DISABLE_COLOR return ToolTip.AppendTextLine(self, text, color, centerAlign) def ClearToolTip(self): - self.isShopItem = FALSE + self.isShopItem = False self.toolTipWidth = self.TOOL_TIP_WIDTH ToolTip.ClearToolTip(self) @@ -551,7 +551,7 @@ class ItemToolTip(ToolTip): price = shop.GetItemPrice(slotIndex) self.ClearToolTip() - self.isShopItem = TRUE + self.isShopItem = True metinSlot = [] for i in xrange(player.METIN_SOCKET_MAX_NUM): @@ -563,6 +563,25 @@ class ItemToolTip(ToolTip): self.AddItemData(itemVnum, metinSlot, attrSlot) self.AppendPrice(price) + def SetShopItemBySecondaryCoin(self, slotIndex): + itemVnum = shop.GetItemID(slotIndex) + if 0 == itemVnum: + return + + price = shop.GetItemPrice(slotIndex) + self.ClearToolTip() + self.isShopItem = True + + metinSlot = [] + for i in xrange(player.METIN_SOCKET_MAX_NUM): + metinSlot.append(shop.GetItemMetinSocket(slotIndex, i)) + attrSlot = [] + for i in xrange(player.ATTRIBUTE_SLOT_MAX_NUM): + attrSlot.append(shop.GetItemAttribute(slotIndex, i)) + + self.AddItemData(itemVnum, metinSlot, attrSlot) + self.AppendPriceBySecondaryCoin(price) + def SetExchangeOwnerItem(self, slotIndex): itemVnum = exchange.GetItemVnumFromSelf(slotIndex) if 0 == itemVnum: @@ -763,14 +782,14 @@ class ItemToolTip(ToolTip): def __IsAttr(self, attrSlot): if not attrSlot: - return FALSE + return False for i in xrange(player.ATTRIBUTE_SLOT_MAX_NUM): type = attrSlot[i][0] if 0 != type: - return TRUE + return True - return FALSE + return False def AddRefineItemData(self, itemVnum, metinSlot, attrSlot = 0): for i in xrange(player.METIN_SOCKET_MAX_NUM): @@ -804,6 +823,7 @@ class ItemToolTip(ToolTip): name += " " name += localeInfo.NumberToMoneyString(metinSlot[0]) self.SetTitle(name) + self.ShowToolTip() return @@ -811,6 +831,7 @@ class ItemToolTip(ToolTip): elif 50300 == itemVnum: if 0 != metinSlot: self.__SetSkillBookToolTip(metinSlot[0], localeInfo.TOOLTIP_SKILLBOOK_NAME, 1) + self.ShowToolTip() return elif 70037 == itemVnum: @@ -818,6 +839,7 @@ class ItemToolTip(ToolTip): self.__SetSkillBookToolTip(metinSlot[0], localeInfo.TOOLTIP_SKILL_FORGET_BOOK_NAME, 0) self.AppendDescription(item.GetItemDescription(), 26) self.AppendDescription(item.GetItemSummary(), 26, self.CONDITION_COLOR) + self.ShowToolTip() return elif 70055 == itemVnum: @@ -825,6 +847,7 @@ class ItemToolTip(ToolTip): self.__SetSkillBookToolTip(metinSlot[0], localeInfo.TOOLTIP_SKILL_FORGET_BOOK_NAME, 0) self.AppendDescription(item.GetItemDescription(), 26) self.AppendDescription(item.GetItemSummary(), 26, self.CONDITION_COLOR) + self.ShowToolTip() return ########################################################################################### @@ -900,15 +923,24 @@ class ItemToolTip(ToolTip): else: self.__AppendMetinSlotInfo(metinSlot) - ### Belt Item ### + ### Ring Slot Item (Not UNIQUE) ### + elif item.ITEM_TYPE_RING == itemType: + self.__AppendLimitInformation() + self.__AppendAffectInformation() + self.__AppendAttributeInformation(attrSlot) + + # ý ؼ ȹ + #self.__AppendAccessoryMetinSlotInfo(metinSlot, 99001) + + + ### Belt Item ### elif item.ITEM_TYPE_BELT == itemType: self.__AppendLimitInformation() self.__AppendAffectInformation() self.__AppendAttributeInformation(attrSlot) self.__AppendAccessoryMetinSlotInfo(metinSlot, constInfo.GET_BELT_MATERIAL_VNUM(itemVnum)) - - + ## ڽ ## elif 0 != isCostumeItem: self.__AppendLimitInformation() @@ -1163,6 +1195,8 @@ class ItemToolTip(ToolTip): elif item.LIMIT_TIMER_BASED_ON_WEAR == limitType: self.AppendTimerBasedOnWearLastTime(metinSlot) #dbg.TraceError("1) REAL_TIME flag On ") + + self.ShowToolTip() @@ -1304,16 +1338,16 @@ class ItemToolTip(ToolTip): def __AppendLimitInformation(self): - appendSpace = FALSE + appendSpace = False for i in xrange(item.LIMIT_MAX_NUM): (limitType, limitValue) = item.GetLimit(i) if limitValue > 0: - if FALSE == appendSpace: + if False == appendSpace: self.AppendSpace(5) - appendSpace = TRUE + appendSpace = True else: continue @@ -1336,6 +1370,17 @@ class ItemToolTip(ToolTip): self.AppendTextLine(localeInfo.TOOLTIP_ITEM_LIMIT_CON % (limitValue), color) """ + + + + + + + + + + + def __GetAffectString(self, affectType, affectValue): if 0 == affectType: return None @@ -1380,15 +1425,15 @@ class ItemToolTip(ToolTip): characterNames += " " characterNames += name - textLine = self.AppendTextLine(characterNames, self.NORMAL_COLOR, TRUE) + textLine = self.AppendTextLine(characterNames, self.NORMAL_COLOR, True) textLine.SetFeather() if item.IsAntiFlag(item.ITEM_ANTIFLAG_MALE): - textLine = self.AppendTextLine(localeInfo.FOR_FEMALE, self.NORMAL_COLOR, TRUE) + textLine = self.AppendTextLine(localeInfo.FOR_FEMALE, self.NORMAL_COLOR, True) textLine.SetFeather() if item.IsAntiFlag(item.ITEM_ANTIFLAG_FEMALE): - textLine = self.AppendTextLine(localeInfo.FOR_MALE, self.NORMAL_COLOR, TRUE) + textLine = self.AppendTextLine(localeInfo.FOR_MALE, self.NORMAL_COLOR, True) textLine.SetFeather() def __AppendPotionInformation(self): @@ -1447,6 +1492,10 @@ class ItemToolTip(ToolTip): def AppendPrice(self, price): self.AppendSpace(5) self.AppendTextLine(localeInfo.TOOLTIP_BUYPRICE % (localeInfo.NumberToMoneyString(price)), self.GetPriceColor(price)) + + def AppendPriceBySecondaryCoin(self, price): + self.AppendSpace(5) + self.AppendTextLine(localeInfo.TOOLTIP_BUYPRICE % (localeInfo.NumberToSecondaryCoinString(price)), self.GetPriceColor(price)) def AppendSellingPrice(self, price): if item.IsAntiFlag(item.ITEM_ANTIFLAG_SELL): @@ -1521,6 +1570,10 @@ class ItemToolTip(ToolTip): return player.METIN_SOCKET_TYPE_GOLD elif "USE_PUT_INTO_ACCESSORY_SOCKET" == item.GetUseType(number): return player.METIN_SOCKET_TYPE_SILVER + elif "USE_PUT_INTO_RING_SOCKET" == item.GetUseType(number): + return player.METIN_SOCKET_TYPE_SILVER + elif "USE_PUT_INTO_BELT_SOCKET" == item.GetUseType(number): + return player.METIN_SOCKET_TYPE_SILVER return player.METIN_SOCKET_TYPE_NONE @@ -1736,7 +1789,7 @@ class ItemToolTip(ToolTip): class HyperlinkItemToolTip(ItemToolTip): def __init__(self): - ItemToolTip.__init__(self, isPickable=TRUE) + ItemToolTip.__init__(self, isPickable=True) def SetHyperlinkItem(self, tokens): minTokenCount = 3 + player.METIN_SOCKET_MAX_NUM @@ -2145,13 +2198,13 @@ class SkillToolTip(ToolTip): if skillLevel >= skillMaxLevel: return - isAppendHorizontalLine = FALSE + isAppendHorizontalLine = False ## Requirement if skill.IsSkillRequirement(skillIndex): if not isAppendHorizontalLine: - isAppendHorizontalLine = TRUE + isAppendHorizontalLine = True self.AppendHorizontalLine() requireSkillName, requireSkillLevel = skill.GetSkillRequirementData(skillIndex) @@ -2170,7 +2223,7 @@ class SkillToolTip(ToolTip): if self.POINT_NAME_DICT.has_key(type): if not isAppendHorizontalLine: - isAppendHorizontalLine = TRUE + isAppendHorizontalLine = True self.AppendHorizontalLine() name = self.POINT_NAME_DICT[type] @@ -2181,13 +2234,13 @@ class SkillToolTip(ToolTip): def HasSkillLevelDescription(self, skillIndex, skillLevel): if skill.GetSkillAffectDescriptionCount(skillIndex) > 0: - return TRUE + return True if skill.GetSkillCoolTime(skillIndex, skillLevel) > 0: - return TRUE + return True if skill.GetSkillNeedSP(skillIndex, skillLevel) > 0: - return TRUE + return True - return FALSE + return False def AppendMasterAffectDescription(self, index, desc, color): self.AppendTextLine(desc, color) @@ -2270,10 +2323,10 @@ if __name__ == "__main__": import grp import ui - #wndMgr.SetOutlineFlag(TRUE) + #wndMgr.SetOutlineFlag(True) app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create("METIN2 CLOSED BETA", systemSetting.GetWidth(), systemSetting.GetHeight(), 1) diff --git a/bin/pack/root/uiuploadmark.py b/bin/pack/root/uiuploadmark.py index adceac4a..cf1a291f 100644 --- a/bin/pack/root/uiuploadmark.py +++ b/bin/pack/root/uiuploadmark.py @@ -143,7 +143,7 @@ class MarkSelectDialog(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True def SAFE_SetSelectEvent(self, event): self.selectEvent=ui.__mem_func__(event) @@ -268,7 +268,7 @@ class SymbolSelectDialog(ui.ScriptWindow): def OnPressEscapeKey(self): self.Close() - return TRUE + return True def SAFE_SetSelectEvent(self, event): self.selectEvent=ui.__mem_func__(event) diff --git a/bin/pack/root/uiweb.py b/bin/pack/root/uiweb.py index fabc77b4..77022aed 100644 --- a/bin/pack/root/uiweb.py +++ b/bin/pack/root/uiweb.py @@ -70,7 +70,7 @@ class WebWindow(ui.ScriptWindow): def OnPressEscapeKey(self): print "close_web:esc_key" self.Close() - return TRUE + return True def OnUpdate(self): newPos = self.GetGlobalPosition() @@ -96,7 +96,7 @@ if __name__ == "__main__": import localeInfo app.SetMouseHandler(mouseModule.mouseController) - app.SetHairColorEnable(TRUE) + app.SetHairColorEnable(True) wndMgr.SetMouseHandler(mouseModule.mouseController) wndMgr.SetScreenSize(systemSetting.GetWidth(), systemSetting.GetHeight()) app.Create("METIN2", systemSetting.GetWidth(), systemSetting.GetHeight(), 1) diff --git a/bin/pack/root/utils.py b/bin/pack/root/utils.py new file mode 100644 index 00000000..7906f29c --- /dev/null +++ b/bin/pack/root/utils.py @@ -0,0 +1,66 @@ +class Sandbox(object): + # DO NOT REMOVE ANY ENTRY OF WHITE LIST + # THIS ENTIES ARE USED FOR Sandbox. + # (If sys.modules['__main__'] is changed, you can see the hell.) + WHITE_LIST = ['__builtin__', 'types', __name__, '__main__', 'sys'] + def __init__(self, prevent_imported_modules = False, allowed_modules = [], prevented_modules = [], allowed_paths = []): + self.prevent_imported_modules = prevent_imported_modules + self.allowed_modules = allowed_modules + self.prevented_modules = prevented_modules + self.allowed_paths = allowed_paths + + def add_allowed_modules(self, allowed_modules): + self.allowed_modules = self.allowed_modules + allowed_modules + + def add_prevented_modules(self, prevented_modules): + self.prevented_modules = self.prevented_modules + prevented_modules + + def execfile(self, filename, dic): + import sys + import copy + + for allowed_module_name in self.allowed_modules: + try: + exec 'import {0}'.format(allowed_module_name) + except: + # Just now, pass the exception. + # (filename could not use this module) + sys.stderr.write("Could not import %s" % allowed_module_name) + pass + # shallow copy of sys.modules + old_modules = copy.copy(sys.modules) + + old_path = sys.path + sys.path = self.allowed_paths + + # set current imported modules None + if self.prevent_imported_modules: + import types + for k, v in old_modules.items(): + if type(v) == types.ModuleType: + if not (k in self.WHITE_LIST or k in self.allowed_modules): + sys.modules[k] = None + + # set prevented modules None. + for prevented_module_name in self.prevented_modules: + sys.modules[prevented_module_name] = None + + try: + f = open(filename, 'rb') + data = f.read() + code = compile(data, filename, 'exec') + exec code in dic + except Exception, e: + sys.stderr.write(e) + finally: + # Restore original settings. + #sys.modules = old_modules# <- This is not effective. I don't know why, but I guess some where got old sys.modules reference and access old one. + for k, v in sys.modules.items(): + if not k in old_modules: + del sys.modules[k] + for k, v in old_modules.items(): + sys.modules[k] = v + + sys.path = old_path + + diff --git a/bin/pack/root/warrior_m.msm b/bin/pack/root/warrior_m.msm index 8fb02145..52ea0927 100644 --- a/bin/pack/root/warrior_m.msm +++ b/bin/pack/root/warrior_m.msm @@ -6,7 +6,7 @@ Group HairData { PathName "d:/ymir Work/pc/warrior/" - HairDataCount 56 + HairDataCount 61 Group HairData00 { HairIndex 0 @@ -399,13 +399,51 @@ Group HairData SourceSkin "hair/hair_34_1.dds" TargetSkin "hair/hair_34_1.dds" } + Group HairData56 + { + HairIndex 5061 + Model "hair/hair_35_1.gr2" + SourceSkin "hair/hair_35_1.dds" + TargetSkin "hair/hair_35_1.dds" + } + Group HairData57 + { + HairIndex 5063 + Model "hair/hair_37_1.gr2" + SourceSkin "hair/hair_37_1.dds" + TargetSkin "hair/hair_37_1.dds" + } + + Group HairData58 + { + HairIndex 5064 + Model "hair/hair_36_1.gr2" + SourceSkin "hair/hair_36_1.dds" + TargetSkin "hair/hair_36_1.dds" + } + + Group HairData59 + { + HairIndex 5065 + Model "hair/hair_38_1.gr2" + SourceSkin "hair/hair_38_1.dds" + TargetSkin "hair/hair_38_1.dds" + } + Group HairData60 + { + HairIndex 5022 + Model "hair/hair_12_1.gr2" + SourceSkin "hair/hair_12_1.dds" + TargetSkin "hair/hair_12_1.dds" + } + } Group ShapeData { PathName "d:/ymir Work/pc/warrior/" - ShapeDataCount 112 + ShapeDataCount 146 Group ShapeData00 { ShapeIndex 0 @@ -1285,6 +1323,244 @@ Group ShapeData SourceSkin "warrior_halloween2.dds" TargetSkin "warrior_halloween2.dds" } + Group ShapeData112 + { + ShapeIndex 40118 + Model "warrior_assasin1.GR2" + SourceSkin "warrior_assassin1.dds" + TargetSkin "warrior_assassin3.dds" + } + Group ShapeData113 + { + ShapeIndex 40060 + Model "warrior_capoeira1.GR2" + SourceSkin "warrior_capoeira1.dds" + TargetSkin "warrior_capoeira1.dds" + } + Group ShapeData114 + { + ShapeIndex 40120 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC01.dds" + } + Group ShapeData115 + { + ShapeIndex 40122 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC02.dds" + } + Group ShapeData116 + { + ShapeIndex 40124 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC03.dds" + } + Group ShapeData117 + { + ShapeIndex 40126 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC04.dds" + } + Group ShapeData118 + { + ShapeIndex 40128 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC05.dds" + } + Group ShapeData119 + { + ShapeIndex 40130 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC06.dds" + } + Group ShapeData120 + { + ShapeIndex 40132 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC07.dds" + } + Group ShapeData121 + { + ShapeIndex 40134 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC08.dds" + } + Group ShapeData122 + { + ShapeIndex 40136 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC09.dds" + } + Group ShapeData123 + { + ShapeIndex 40138 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC10.dds" + } + Group ShapeData124 + { + ShapeIndex 40140 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC11.dds" + } + Group ShapeData125 + { + ShapeIndex 40142 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC12.dds" + } + Group ShapeData126 + { + ShapeIndex 40144 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC13.dds" + } + Group ShapeData127 + { + ShapeIndex 40146 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC14.dds" + } + Group ShapeData128 + { + ShapeIndex 40148 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC15.dds" + } + Group ShapeData129 + { + ShapeIndex 40150 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC16.dds" + } + Group ShapeData130 + { + ShapeIndex 40152 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC17.dds" + } + Group ShapeData131 + { + ShapeIndex 40154 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC18.dds" + } + Group ShapeData132 + { + ShapeIndex 40156 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC19.dds" + } + Group ShapeData133 + { + ShapeIndex 40158 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC20.dds" + } + Group ShapeData134 + { + ShapeIndex 40160 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC21.dds" + } + Group ShapeData135 + { + ShapeIndex 40162 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC22.dds" + } + Group ShapeData136 + { + ShapeIndex 40164 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC23.dds" + } + Group ShapeData137 + { + ShapeIndex 40166 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC24.dds" + } + Group ShapeData138 + { + ShapeIndex 40168 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC25.dds" + } + Group ShapeData139 + { + ShapeIndex 40170 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC26.dds" + } + Group ShapeData140 + { + ShapeIndex 40172 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC27.dds" + } + Group ShapeData141 + { + ShapeIndex 40174 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC28.dds" + } + Group ShapeData142 + { + ShapeIndex 40176 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC29.dds" + } + Group ShapeData143 + { + ShapeIndex 40178 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC30.dds" + } + Group ShapeData144 + { + ShapeIndex 40180 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC31.dds" + } + Group ShapeData145 + { + ShapeIndex 40182 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC32.dds" + } } Group AttachingData diff --git a/bin/pack/root/warrior_w.msm b/bin/pack/root/warrior_w.msm index 913adc4b..10d7172d 100644 --- a/bin/pack/root/warrior_w.msm +++ b/bin/pack/root/warrior_w.msm @@ -6,7 +6,7 @@ Group HairData { PathName "d:/ymir Work/pc2/warrior/" - HairDataCount 70 + HairDataCount 75 Group HairData00 { HairIndex 0 @@ -498,13 +498,51 @@ Group HairData SourceSkin "hair/hair_34_1.dds" TargetSkin "hair/hair_34_1.dds" } + Group HairData70 + { + HairIndex 5062 + Model "hair/hair_35_1.gr2" + SourceSkin "hair/hair_35_1.dds" + TargetSkin "hair/hair_35_1.dds" + } + Group HairData71 + { + HairIndex 5063 + Model "hair/hair_37_1.gr2" + SourceSkin "hair/hair_37_1.dds" + TargetSkin "hair/hair_37_1.dds" + } + + Group HairData72 + { + HairIndex 5064 + Model "hair/hair_36_1.gr2" + SourceSkin "hair/hair_36_1.dds" + TargetSkin "hair/hair_36_1.dds" + } + + Group HairData73 + { + HairIndex 5065 + Model "hair/hair_38_1.gr2" + SourceSkin "hair/hair_38_1.dds" + TargetSkin "hair/hair_38_1.dds" + } + Group HairData74 + { + HairIndex 5022 + Model "hair/hair_12_1.gr2" + SourceSkin "hair/hair_12_1.dds" + TargetSkin "hair/hair_12_1.dds" + } + } Group ShapeData { PathName "d:/ymir Work/pc2/warrior/" - ShapeDataCount 112 + ShapeDataCount 146 Group ShapeData00 { ShapeIndex 0 @@ -1369,6 +1407,245 @@ Group ShapeData SourceSkin "warrior_halloween2.dds" TargetSkin "warrior_halloween2.dds" } + Group ShapeData112 + { + ShapeIndex 40119 + Model "warrior_assassin1.gr2" + SourceSkin "warrior_assassin1.dds" + TargetSkin "warrior_assassin3.DDS" + } + Group ShapeData113 + { + ShapeIndex 40060 + Model "warrior_capoeira1.GR2" + SourceSkin "warrior_capoeira1.dds" + TargetSkin "warrior_capoeira1.dds" + } + Group ShapeData114 + { + ShapeIndex 40121 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC01.dds" + } + Group ShapeData115 + { + ShapeIndex 40123 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC02.dds" + } + Group ShapeData116 + { + ShapeIndex 40125 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC03.dds" + } + Group ShapeData117 + { + ShapeIndex 40127 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC04.dds" + } + Group ShapeData118 + { + ShapeIndex 40129 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC05.dds" + } + Group ShapeData119 + { + ShapeIndex 40131 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC06.dds" + } + Group ShapeData120 + { + ShapeIndex 40133 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC07.dds" + } + Group ShapeData121 + { + ShapeIndex 40135 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC08.dds" + } + Group ShapeData122 + { + ShapeIndex 40137 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC09.dds" + } + Group ShapeData123 + { + ShapeIndex 40139 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC10.dds" + } + Group ShapeData124 + { + ShapeIndex 40141 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC11.dds" + } + Group ShapeData125 + { + ShapeIndex 40143 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC12.dds" + } + Group ShapeData126 + { + ShapeIndex 40145 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC13.dds" + } + Group ShapeData127 + { + ShapeIndex 40147 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC14.dds" + } + Group ShapeData128 + { + ShapeIndex 40149 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC15.dds" + } + Group ShapeData129 + { + ShapeIndex 40151 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC16.dds" + } + Group ShapeData130 + { + ShapeIndex 40153 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC17.dds" + } + Group ShapeData131 + { + ShapeIndex 40155 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC18.dds" + } + Group ShapeData132 + { + ShapeIndex 40157 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC19.dds" + } + Group ShapeData133 + { + ShapeIndex 40159 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC20.dds" + } + Group ShapeData134 + { + ShapeIndex 40161 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC21.dds" + } + Group ShapeData135 + { + ShapeIndex 40163 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC22.dds" + } + Group ShapeData136 + { + ShapeIndex 40165 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC23.dds" + } + Group ShapeData137 + { + ShapeIndex 40167 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC24.dds" + } + Group ShapeData138 + { + ShapeIndex 40169 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC25.dds" + } + Group ShapeData139 + { + ShapeIndex 40171 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC26.dds" + } + Group ShapeData140 + { + ShapeIndex 40173 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC27.dds" + } + Group ShapeData141 + { + ShapeIndex 40175 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC28.dds" + } + Group ShapeData142 + { + ShapeIndex 40177 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC29.dds" + } + Group ShapeData143 + { + ShapeIndex 40179 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC30.dds" + } + Group ShapeData144 + { + ShapeIndex 40181 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC31.dds" + } + Group ShapeData145 + { + ShapeIndex 40183 + Model "warrior_soccer1_Germany.GR2" + SourceSkin "warrior_soccer1_Germany.dds" + TargetSkin "warrior_WC32.dds" + } + } Group AttachingData diff --git a/bin/pack/season1/season1/interface/oxevent/frame_0.sub b/bin/pack/season1/season1/interface/oxevent/frame_0.sub index 24f46559..4dde9022 100644 --- a/bin/pack/season1/season1/interface/oxevent/frame_0.sub +++ b/bin/pack/season1/season1/interface/oxevent/frame_0.sub @@ -1,6 +1,6 @@ title subImage version 2.0 -image "ox̺Ʈ.dds" +image "ox_frame.dds" left 0 top 0 right 256 diff --git a/bin/pack/season1/season1/interface/oxevent/frame_1.sub b/bin/pack/season1/season1/interface/oxevent/frame_1.sub index cb8a362c..2908d7e2 100644 --- a/bin/pack/season1/season1/interface/oxevent/frame_1.sub +++ b/bin/pack/season1/season1/interface/oxevent/frame_1.sub @@ -1,6 +1,6 @@ title subImage version 2.0 -image "ox̺Ʈ.dds" +image "ox_frame.dds" left 0 top 74 right 256 diff --git a/bin/pack/season1/season1/interface/oxevent/frame_2.sub b/bin/pack/season1/season1/interface/oxevent/frame_2.sub index 91d0f66d..f2dfe48b 100644 --- a/bin/pack/season1/season1/interface/oxevent/frame_2.sub +++ b/bin/pack/season1/season1/interface/oxevent/frame_2.sub @@ -1,6 +1,6 @@ title subImage version 2.0 -image "ox̺Ʈ.dds" +image "ox_frame.dds" left 0 top 148 right 41 diff --git a/bin/pack/season1/season1/interface/oxevent/oxÀ̺¥Æ®.dds b/bin/pack/season1/season1/interface/oxevent/ox_frame.dds similarity index 100% rename from bin/pack/season1/season1/interface/oxevent/oxÀ̺¥Æ®.dds rename to bin/pack/season1/season1/interface/oxevent/ox_frame.dds diff --git a/bin/pack/season1/season1/npc/ayuka/ayuka_lod_01.gr2 b/bin/pack/season1/season1/npc/ayuka/ayuka_lod_01_backup.gr2 similarity index 100% rename from bin/pack/season1/season1/npc/ayuka/ayuka_lod_01.gr2 rename to bin/pack/season1/season1/npc/ayuka/ayuka_lod_01_backup.gr2 diff --git a/bin/pack/season1/season1/npc/backchon/backchon_lod_01.gr2 b/bin/pack/season1/season1/npc/backchon/backchon_lod_01_backup.gr2 similarity index 100% rename from bin/pack/season1/season1/npc/backchon/backchon_lod_01.gr2 rename to bin/pack/season1/season1/npc/backchon/backchon_lod_01_backup.gr2 diff --git a/bin/pack/season1/season1/npc/handaup/handaup_lod_01.gr2 b/bin/pack/season1/season1/npc/handaup/handaup_lod_01_backup.gr2 similarity index 100% rename from bin/pack/season1/season1/npc/handaup/handaup_lod_01.gr2 rename to bin/pack/season1/season1/npc/handaup/handaup_lod_01_backup.gr2 diff --git a/bin/pack/season1/season1/npc/jinmoo/jinmoo_lod_01.gr2 b/bin/pack/season1/season1/npc/jinmoo/jinmoo_lod_01_backup.gr2 similarity index 100% rename from bin/pack/season1/season1/npc/jinmoo/jinmoo_lod_01.gr2 rename to bin/pack/season1/season1/npc/jinmoo/jinmoo_lod_01_backup.gr2 diff --git a/bin/pack/season1/season1/npc/mirinae_brother/mirinae_brother_lod_01.gr2 b/bin/pack/season1/season1/npc/mirinae_brother/mirinae_brother_lod_01_backup.gr2 similarity index 100% rename from bin/pack/season1/season1/npc/mirinae_brother/mirinae_brother_lod_01.gr2 rename to bin/pack/season1/season1/npc/mirinae_brother/mirinae_brother_lod_01_backup.gr2 diff --git a/bin/pack/season1/season1/npc/samahi/samahi_lod_01.gr2 b/bin/pack/season1/season1/npc/samahi/samahi_lod_01_backup.gr2 similarity index 100% rename from bin/pack/season1/season1/npc/samahi/samahi_lod_01.gr2 rename to bin/pack/season1/season1/npc/samahi/samahi_lod_01_backup.gr2 diff --git a/bin/pack/season1/season1/npc/sinseon/sinsen_lod_01.gr2 b/bin/pack/season1/season1/npc/sinseon/sinsen_lod_01_backup.gr2 similarity index 100% rename from bin/pack/season1/season1/npc/sinseon/sinsen_lod_01.gr2 rename to bin/pack/season1/season1/npc/sinseon/sinsen_lod_01_backup.gr2 diff --git a/bin/pack/season1/season1/npc/visamun/visamun_lod_01.gr2 b/bin/pack/season1/season1/npc/visamun/visamun_lod_01_backup.gr2 similarity index 100% rename from bin/pack/season1/season1/npc/visamun/visamun_lod_01.gr2 rename to bin/pack/season1/season1/npc/visamun/visamun_lod_01_backup.gr2 diff --git a/bin/pack/season1/season1/npc/wondaim/wondaim_lod_01.gr2 b/bin/pack/season1/season1/npc/wondaim/wondaim_lod_01_backup.gr2 similarity index 100% rename from bin/pack/season1/season1/npc/wondaim/wondaim_lod_01.gr2 rename to bin/pack/season1/season1/npc/wondaim/wondaim_lod_01_backup.gr2 diff --git a/bin/pack/season1/season1/npc/yejin/yejin_lod_01.gr2 b/bin/pack/season1/season1/npc/yejin/yejin_lod_01_backup.gr2 similarity index 100% rename from bin/pack/season1/season1/npc/yejin/yejin_lod_01.gr2 rename to bin/pack/season1/season1/npc/yejin/yejin_lod_01_backup.gr2 diff --git a/bin/pack/Sound/sound/effect/etc/compass/appear_large.mss b/bin/pack/sound_m/sound/effect/etc/compass/appear_large.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/compass/appear_large.mss rename to bin/pack/sound_m/sound/effect/etc/compass/appear_large.mss diff --git a/bin/pack/Sound/sound/effect/etc/compass/appear_middle.mss b/bin/pack/sound_m/sound/effect/etc/compass/appear_middle.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/compass/appear_middle.mss rename to bin/pack/sound_m/sound/effect/etc/compass/appear_middle.mss diff --git a/bin/pack/Sound/sound/effect/etc/compass/appear_small.mss b/bin/pack/sound_m/sound/effect/etc/compass/appear_small.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/compass/appear_small.mss rename to bin/pack/sound_m/sound/effect/etc/compass/appear_small.mss diff --git a/bin/pack/Sound/sound/effect/etc/firecracker/firecracker_1.mss b/bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_1.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/firecracker/firecracker_1.mss rename to bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_1.mss diff --git a/bin/pack/Sound/sound/effect/etc/firecracker/firecracker_2.mss b/bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_2.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/firecracker/firecracker_2.mss rename to bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_2.mss diff --git a/bin/pack/Sound/sound/effect/etc/firecracker/firecracker_3.mss b/bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_3.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/firecracker/firecracker_3.mss rename to bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_3.mss diff --git a/bin/pack/Sound/sound/effect/etc/firecracker/firecracker_4.mss b/bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_4.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/firecracker/firecracker_4.mss rename to bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_4.mss diff --git a/bin/pack/Sound/sound/effect/etc/firecracker/firecracker_5.mss b/bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_5.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/firecracker/firecracker_5.mss rename to bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_5.mss diff --git a/bin/pack/Sound/sound/effect/etc/firecracker/firecracker_6.mss b/bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_6.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/firecracker/firecracker_6.mss rename to bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_6.mss diff --git a/bin/pack/Sound/sound/effect/etc/firecracker/firecracker_fly.mss b/bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_fly.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/firecracker/firecracker_fly.mss rename to bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_fly.mss diff --git a/bin/pack/Sound/sound/effect/etc/firecracker/firecracker_xmas.mss b/bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_xmas.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/firecracker/firecracker_xmas.mss rename to bin/pack/sound_m/sound/effect/etc/firecracker/firecracker_xmas.mss diff --git a/bin/pack/Sound/sound/effect/etc/firecracker/newyear_firecracker.mss b/bin/pack/sound_m/sound/effect/etc/firecracker/newyear_firecracker.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/firecracker/newyear_firecracker.mss rename to bin/pack/sound_m/sound/effect/etc/firecracker/newyear_firecracker.mss diff --git a/bin/pack/Sound/sound/effect/etc/firecracker/paing_i.mss b/bin/pack/sound_m/sound/effect/etc/firecracker/paing_i.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/firecracker/paing_i.mss rename to bin/pack/sound_m/sound/effect/etc/firecracker/paing_i.mss diff --git a/bin/pack/Sound/sound/effect/etc/levelup_1/level_up.mss b/bin/pack/sound_m/sound/effect/etc/levelup_1/level_up.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/levelup_1/level_up.mss rename to bin/pack/sound_m/sound/effect/etc/levelup_1/level_up.mss diff --git a/bin/pack/Sound/sound/effect/etc/levelup_2/2.mss b/bin/pack/sound_m/sound/effect/etc/levelup_2/2.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/levelup_2/2.mss rename to bin/pack/sound_m/sound/effect/etc/levelup_2/2.mss diff --git a/bin/pack/Sound/sound/effect/etc/skillup/skillup_1.mss b/bin/pack/sound_m/sound/effect/etc/skillup/skillup_1.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/skillup/skillup_1.mss rename to bin/pack/sound_m/sound/effect/etc/skillup/skillup_1.mss diff --git a/bin/pack/Sound/sound/effect/etc/start/start.mss b/bin/pack/sound_m/sound/effect/etc/start/start.mss similarity index 100% rename from bin/pack/Sound/sound/effect/etc/start/start.mss rename to bin/pack/sound_m/sound/effect/etc/start/start.mss diff --git a/bin/pack/Sound/sound/effect/hit/blow_1/blow_1_low.mss b/bin/pack/sound_m/sound/effect/hit/blow_1/blow_1_low.mss similarity index 100% rename from bin/pack/Sound/sound/effect/hit/blow_1/blow_1_low.mss rename to bin/pack/sound_m/sound/effect/hit/blow_1/blow_1_low.mss diff --git a/bin/pack/Sound/sound/effect/hit/blow_electric/light_3_blow.mss b/bin/pack/sound_m/sound/effect/hit/blow_electric/light_3_blow.mss similarity index 100% rename from bin/pack/Sound/sound/effect/hit/blow_electric/light_3_blow.mss rename to bin/pack/sound_m/sound/effect/hit/blow_electric/light_3_blow.mss diff --git a/bin/pack/Sound/sound/effect/hit/blow_flame/flame_1_blow.mss b/bin/pack/sound_m/sound/effect/hit/blow_flame/flame_1_blow.mss similarity index 100% rename from bin/pack/Sound/sound/effect/hit/blow_flame/flame_1_blow.mss rename to bin/pack/sound_m/sound/effect/hit/blow_flame/flame_1_blow.mss diff --git a/bin/pack/Sound/sound/effect/hit/blow_flame/flame_2_blow.mss b/bin/pack/sound_m/sound/effect/hit/blow_flame/flame_2_blow.mss similarity index 100% rename from bin/pack/Sound/sound/effect/hit/blow_flame/flame_2_blow.mss rename to bin/pack/sound_m/sound/effect/hit/blow_flame/flame_2_blow.mss diff --git a/bin/pack/Sound/sound/effect/hit/blow_flame/flame_3_blow.mss b/bin/pack/sound_m/sound/effect/hit/blow_flame/flame_3_blow.mss similarity index 100% rename from bin/pack/Sound/sound/effect/hit/blow_flame/flame_3_blow.mss rename to bin/pack/sound_m/sound/effect/hit/blow_flame/flame_3_blow.mss diff --git a/bin/pack/Sound/sound/effect/hit/blow_flame/flame_3_body.mss b/bin/pack/sound_m/sound/effect/hit/blow_flame/flame_3_body.mss similarity index 100% rename from bin/pack/Sound/sound/effect/hit/blow_flame/flame_3_body.mss rename to bin/pack/sound_m/sound/effect/hit/blow_flame/flame_3_body.mss diff --git a/bin/pack/Sound/sound/effect/hit/blow_flame/flame_3_weapon.mss b/bin/pack/sound_m/sound/effect/hit/blow_flame/flame_3_weapon.mss similarity index 100% rename from bin/pack/Sound/sound/effect/hit/blow_flame/flame_3_weapon.mss rename to bin/pack/sound_m/sound/effect/hit/blow_flame/flame_3_weapon.mss diff --git a/bin/pack/Sound/sound/effect/hit/critical.mss b/bin/pack/sound_m/sound/effect/hit/critical.mss similarity index 100% rename from bin/pack/Sound/sound/effect/hit/critical.mss rename to bin/pack/sound_m/sound/effect/hit/critical.mss diff --git a/bin/pack/Sound/sound/effect/monster/ice_snow_witch.mss b/bin/pack/sound_m/sound/effect/monster/ice_snow_witch.mss similarity index 100% rename from bin/pack/Sound/sound/effect/monster/ice_snow_witch.mss rename to bin/pack/sound_m/sound/effect/monster/ice_snow_witch.mss diff --git a/bin/pack/Sound/sound/effect/monster/orc_magician_20_1_blow.mss b/bin/pack/sound_m/sound/effect/monster/orc_magician_20_1_blow.mss similarity index 100% rename from bin/pack/Sound/sound/effect/monster/orc_magician_20_1_blow.mss rename to bin/pack/sound_m/sound/effect/monster/orc_magician_20_1_blow.mss diff --git a/bin/pack/Sound/sound/effect/monster/skeleton_magician_20_1_recuperation.mss b/bin/pack/sound_m/sound/effect/monster/skeleton_magician_20_1_recuperation.mss similarity index 100% rename from bin/pack/Sound/sound/effect/monster/skeleton_magician_20_1_recuperation.mss rename to bin/pack/sound_m/sound/effect/monster/skeleton_magician_20_1_recuperation.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_boss/03.mss b/bin/pack/sound_m/sound/monster/barbarian_boss/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_boss/03.mss rename to bin/pack/sound_m/sound/monster/barbarian_boss/03.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_boss/20.mss b/bin/pack/sound_m/sound/monster/barbarian_boss/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_boss/20.mss rename to bin/pack/sound_m/sound/monster/barbarian_boss/20.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_boss/20_1.mss b/bin/pack/sound_m/sound/monster/barbarian_boss/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_boss/20_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_boss/20_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_boss/30.mss b/bin/pack/sound_m/sound/monster/barbarian_boss/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_boss/30.mss rename to bin/pack/sound_m/sound/monster/barbarian_boss/30.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_boss/30_1.mss b/bin/pack/sound_m/sound/monster/barbarian_boss/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_boss/30_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_boss/30_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_boss/31.mss b/bin/pack/sound_m/sound/monster/barbarian_boss/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_boss/31.mss rename to bin/pack/sound_m/sound/monster/barbarian_boss/31.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_boss/32.mss b/bin/pack/sound_m/sound/monster/barbarian_boss/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_boss/32.mss rename to bin/pack/sound_m/sound/monster/barbarian_boss/32.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_boss/34.mss b/bin/pack/sound_m/sound/monster/barbarian_boss/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_boss/34.mss rename to bin/pack/sound_m/sound/monster/barbarian_boss/34.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_boss/34_1.mss b/bin/pack/sound_m/sound/monster/barbarian_boss/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_boss/34_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_boss/34_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_boss/35.mss b/bin/pack/sound_m/sound/monster/barbarian_boss/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_boss/35.mss rename to bin/pack/sound_m/sound/monster/barbarian_boss/35.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_boss/37.mss b/bin/pack/sound_m/sound/monster/barbarian_boss/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_boss/37.mss rename to bin/pack/sound_m/sound/monster/barbarian_boss/37.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_bow/03.mss b/bin/pack/sound_m/sound/monster/barbarian_bow/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_bow/03.mss rename to bin/pack/sound_m/sound/monster/barbarian_bow/03.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_bow/20.mss b/bin/pack/sound_m/sound/monster/barbarian_bow/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_bow/20.mss rename to bin/pack/sound_m/sound/monster/barbarian_bow/20.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_bow/30.mss b/bin/pack/sound_m/sound/monster/barbarian_bow/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_bow/30.mss rename to bin/pack/sound_m/sound/monster/barbarian_bow/30.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_bow/30_1.mss b/bin/pack/sound_m/sound/monster/barbarian_bow/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_bow/30_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_bow/30_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_bow/31.mss b/bin/pack/sound_m/sound/monster/barbarian_bow/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_bow/31.mss rename to bin/pack/sound_m/sound/monster/barbarian_bow/31.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_bow/31_1.mss b/bin/pack/sound_m/sound/monster/barbarian_bow/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_bow/31_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_bow/31_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_bow/32.mss b/bin/pack/sound_m/sound/monster/barbarian_bow/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_bow/32.mss rename to bin/pack/sound_m/sound/monster/barbarian_bow/32.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_bow/34.mss b/bin/pack/sound_m/sound/monster/barbarian_bow/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_bow/34.mss rename to bin/pack/sound_m/sound/monster/barbarian_bow/34.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_bow/34_1.mss b/bin/pack/sound_m/sound/monster/barbarian_bow/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_bow/34_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_bow/34_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_bow/35.mss b/bin/pack/sound_m/sound/monster/barbarian_bow/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_bow/35.mss rename to bin/pack/sound_m/sound/monster/barbarian_bow/35.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_bow/37.mss b/bin/pack/sound_m/sound/monster/barbarian_bow/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_bow/37.mss rename to bin/pack/sound_m/sound/monster/barbarian_bow/37.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_infantry/02.mss b/bin/pack/sound_m/sound/monster/barbarian_infantry/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_infantry/02.mss rename to bin/pack/sound_m/sound/monster/barbarian_infantry/02.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_infantry/03.mss b/bin/pack/sound_m/sound/monster/barbarian_infantry/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_infantry/03.mss rename to bin/pack/sound_m/sound/monster/barbarian_infantry/03.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_infantry/20-1.mss b/bin/pack/sound_m/sound/monster/barbarian_infantry/20-1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_infantry/20-1.mss rename to bin/pack/sound_m/sound/monster/barbarian_infantry/20-1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_infantry/20.mss b/bin/pack/sound_m/sound/monster/barbarian_infantry/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_infantry/20.mss rename to bin/pack/sound_m/sound/monster/barbarian_infantry/20.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_infantry/20_1.mss b/bin/pack/sound_m/sound/monster/barbarian_infantry/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_infantry/20_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_infantry/20_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_infantry/30.mss b/bin/pack/sound_m/sound/monster/barbarian_infantry/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_infantry/30.mss rename to bin/pack/sound_m/sound/monster/barbarian_infantry/30.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_infantry/30_1.mss b/bin/pack/sound_m/sound/monster/barbarian_infantry/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_infantry/30_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_infantry/30_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_infantry/31.mss b/bin/pack/sound_m/sound/monster/barbarian_infantry/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_infantry/31.mss rename to bin/pack/sound_m/sound/monster/barbarian_infantry/31.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_infantry/32.mss b/bin/pack/sound_m/sound/monster/barbarian_infantry/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_infantry/32.mss rename to bin/pack/sound_m/sound/monster/barbarian_infantry/32.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_infantry/34.mss b/bin/pack/sound_m/sound/monster/barbarian_infantry/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_infantry/34.mss rename to bin/pack/sound_m/sound/monster/barbarian_infantry/34.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_infantry/34_1.mss b/bin/pack/sound_m/sound/monster/barbarian_infantry/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_infantry/34_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_infantry/34_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_knight/03.mss b/bin/pack/sound_m/sound/monster/barbarian_knight/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_knight/03.mss rename to bin/pack/sound_m/sound/monster/barbarian_knight/03.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_knight/20.mss b/bin/pack/sound_m/sound/monster/barbarian_knight/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_knight/20.mss rename to bin/pack/sound_m/sound/monster/barbarian_knight/20.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_knight/30.mss b/bin/pack/sound_m/sound/monster/barbarian_knight/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_knight/30.mss rename to bin/pack/sound_m/sound/monster/barbarian_knight/30.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_knight/30_1.mss b/bin/pack/sound_m/sound/monster/barbarian_knight/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_knight/30_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_knight/30_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_knight/31.mss b/bin/pack/sound_m/sound/monster/barbarian_knight/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_knight/31.mss rename to bin/pack/sound_m/sound/monster/barbarian_knight/31.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_knight/31_1.mss b/bin/pack/sound_m/sound/monster/barbarian_knight/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_knight/31_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_knight/31_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_knight/32.mss b/bin/pack/sound_m/sound/monster/barbarian_knight/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_knight/32.mss rename to bin/pack/sound_m/sound/monster/barbarian_knight/32.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_knight/34.mss b/bin/pack/sound_m/sound/monster/barbarian_knight/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_knight/34.mss rename to bin/pack/sound_m/sound/monster/barbarian_knight/34.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_knight/34_1.mss b/bin/pack/sound_m/sound/monster/barbarian_knight/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_knight/34_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_knight/34_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_knight/35.mss b/bin/pack/sound_m/sound/monster/barbarian_knight/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_knight/35.mss rename to bin/pack/sound_m/sound/monster/barbarian_knight/35.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_knight/37.mss b/bin/pack/sound_m/sound/monster/barbarian_knight/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_knight/37.mss rename to bin/pack/sound_m/sound/monster/barbarian_knight/37.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/03.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/03.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/03.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/03_1.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/03_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/03_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/03_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/20.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/20.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/20.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/20_1.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/20_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/20_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/30.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/30.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/30.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/30_1.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/30_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/30_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/31.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/31.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/31.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/31_1.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/31_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/31_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/32.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/32.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/32.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/34.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/34.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/34.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/34_1.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/34_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/34_1.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/35.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/35.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/35.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/37.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/37.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/37.mss diff --git a/bin/pack/Sound/sound/monster/barbarian_soldier/37_1.mss b/bin/pack/sound_m/sound/monster/barbarian_soldier/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/barbarian_soldier/37_1.mss rename to bin/pack/sound_m/sound/monster/barbarian_soldier/37_1.mss diff --git a/bin/pack/Sound/sound/monster/bear/20.mss b/bin/pack/sound_m/sound/monster/bear/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bear/20.mss rename to bin/pack/sound_m/sound/monster/bear/20.mss diff --git a/bin/pack/Sound/sound/monster/bear/30.mss b/bin/pack/sound_m/sound/monster/bear/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bear/30.mss rename to bin/pack/sound_m/sound/monster/bear/30.mss diff --git a/bin/pack/Sound/sound/monster/bear/31.mss b/bin/pack/sound_m/sound/monster/bear/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bear/31.mss rename to bin/pack/sound_m/sound/monster/bear/31.mss diff --git a/bin/pack/Sound/sound/monster/bear/32.mss b/bin/pack/sound_m/sound/monster/bear/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bear/32.mss rename to bin/pack/sound_m/sound/monster/bear/32.mss diff --git a/bin/pack/Sound/sound/monster/bear/34.mss b/bin/pack/sound_m/sound/monster/bear/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bear/34.mss rename to bin/pack/sound_m/sound/monster/bear/34.mss diff --git a/bin/pack/Sound/sound/monster/bear/35.mss b/bin/pack/sound_m/sound/monster/bear/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bear/35.mss rename to bin/pack/sound_m/sound/monster/bear/35.mss diff --git a/bin/pack/Sound/sound/monster/bear/37.mss b/bin/pack/sound_m/sound/monster/bear/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bear/37.mss rename to bin/pack/sound_m/sound/monster/bear/37.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/02.mss b/bin/pack/sound_m/sound/monster/bkarcher/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/02.mss rename to bin/pack/sound_m/sound/monster/bkarcher/02.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/03.mss b/bin/pack/sound_m/sound/monster/bkarcher/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/03.mss rename to bin/pack/sound_m/sound/monster/bkarcher/03.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/20.mss b/bin/pack/sound_m/sound/monster/bkarcher/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/20.mss rename to bin/pack/sound_m/sound/monster/bkarcher/20.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/30.mss b/bin/pack/sound_m/sound/monster/bkarcher/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/30.mss rename to bin/pack/sound_m/sound/monster/bkarcher/30.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/30_1.mss b/bin/pack/sound_m/sound/monster/bkarcher/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/30_1.mss rename to bin/pack/sound_m/sound/monster/bkarcher/30_1.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/31.mss b/bin/pack/sound_m/sound/monster/bkarcher/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/31.mss rename to bin/pack/sound_m/sound/monster/bkarcher/31.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/31_1.mss b/bin/pack/sound_m/sound/monster/bkarcher/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/31_1.mss rename to bin/pack/sound_m/sound/monster/bkarcher/31_1.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/32.mss b/bin/pack/sound_m/sound/monster/bkarcher/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/32.mss rename to bin/pack/sound_m/sound/monster/bkarcher/32.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/34.mss b/bin/pack/sound_m/sound/monster/bkarcher/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/34.mss rename to bin/pack/sound_m/sound/monster/bkarcher/34.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/34_1.mss b/bin/pack/sound_m/sound/monster/bkarcher/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/34_1.mss rename to bin/pack/sound_m/sound/monster/bkarcher/34_1.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/37.mss b/bin/pack/sound_m/sound/monster/bkarcher/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/37.mss rename to bin/pack/sound_m/sound/monster/bkarcher/37.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/37_1.mss b/bin/pack/sound_m/sound/monster/bkarcher/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/37_1.mss rename to bin/pack/sound_m/sound/monster/bkarcher/37_1.mss diff --git a/bin/pack/Sound/sound/monster/bkarcher/37_2.mss b/bin/pack/sound_m/sound/monster/bkarcher/37_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkarcher/37_2.mss rename to bin/pack/sound_m/sound/monster/bkarcher/37_2.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/02.mss b/bin/pack/sound_m/sound/monster/bkboss/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/02.mss rename to bin/pack/sound_m/sound/monster/bkboss/02.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/03.mss b/bin/pack/sound_m/sound/monster/bkboss/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/03.mss rename to bin/pack/sound_m/sound/monster/bkboss/03.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/20.mss b/bin/pack/sound_m/sound/monster/bkboss/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/20.mss rename to bin/pack/sound_m/sound/monster/bkboss/20.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/20_1.mss b/bin/pack/sound_m/sound/monster/bkboss/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/20_1.mss rename to bin/pack/sound_m/sound/monster/bkboss/20_1.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/30.mss b/bin/pack/sound_m/sound/monster/bkboss/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/30.mss rename to bin/pack/sound_m/sound/monster/bkboss/30.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/30_1.mss b/bin/pack/sound_m/sound/monster/bkboss/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/30_1.mss rename to bin/pack/sound_m/sound/monster/bkboss/30_1.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/31.mss b/bin/pack/sound_m/sound/monster/bkboss/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/31.mss rename to bin/pack/sound_m/sound/monster/bkboss/31.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/32.mss b/bin/pack/sound_m/sound/monster/bkboss/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/32.mss rename to bin/pack/sound_m/sound/monster/bkboss/32.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/34.mss b/bin/pack/sound_m/sound/monster/bkboss/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/34.mss rename to bin/pack/sound_m/sound/monster/bkboss/34.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/34_1.mss b/bin/pack/sound_m/sound/monster/bkboss/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/34_1.mss rename to bin/pack/sound_m/sound/monster/bkboss/34_1.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/35.mss b/bin/pack/sound_m/sound/monster/bkboss/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/35.mss rename to bin/pack/sound_m/sound/monster/bkboss/35.mss diff --git a/bin/pack/Sound/sound/monster/bkboss/37.mss b/bin/pack/sound_m/sound/monster/bkboss/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkboss/37.mss rename to bin/pack/sound_m/sound/monster/bkboss/37.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/02.mss b/bin/pack/sound_m/sound/monster/bkfourth/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/02.mss rename to bin/pack/sound_m/sound/monster/bkfourth/02.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/03.mss b/bin/pack/sound_m/sound/monster/bkfourth/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/03.mss rename to bin/pack/sound_m/sound/monster/bkfourth/03.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/20.mss b/bin/pack/sound_m/sound/monster/bkfourth/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/20.mss rename to bin/pack/sound_m/sound/monster/bkfourth/20.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/20_1.mss b/bin/pack/sound_m/sound/monster/bkfourth/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/20_1.mss rename to bin/pack/sound_m/sound/monster/bkfourth/20_1.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/30.mss b/bin/pack/sound_m/sound/monster/bkfourth/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/30.mss rename to bin/pack/sound_m/sound/monster/bkfourth/30.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/30_1.mss b/bin/pack/sound_m/sound/monster/bkfourth/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/30_1.mss rename to bin/pack/sound_m/sound/monster/bkfourth/30_1.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/31.mss b/bin/pack/sound_m/sound/monster/bkfourth/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/31.mss rename to bin/pack/sound_m/sound/monster/bkfourth/31.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/32.mss b/bin/pack/sound_m/sound/monster/bkfourth/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/32.mss rename to bin/pack/sound_m/sound/monster/bkfourth/32.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/34.mss b/bin/pack/sound_m/sound/monster/bkfourth/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/34.mss rename to bin/pack/sound_m/sound/monster/bkfourth/34.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/34_1.mss b/bin/pack/sound_m/sound/monster/bkfourth/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/34_1.mss rename to bin/pack/sound_m/sound/monster/bkfourth/34_1.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/35.mss b/bin/pack/sound_m/sound/monster/bkfourth/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/35.mss rename to bin/pack/sound_m/sound/monster/bkfourth/35.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/37.mss b/bin/pack/sound_m/sound/monster/bkfourth/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/37.mss rename to bin/pack/sound_m/sound/monster/bkfourth/37.mss diff --git a/bin/pack/Sound/sound/monster/bkfourth/37_1.mss b/bin/pack/sound_m/sound/monster/bkfourth/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkfourth/37_1.mss rename to bin/pack/sound_m/sound/monster/bkfourth/37_1.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/02.mss b/bin/pack/sound_m/sound/monster/bkknight/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/02.mss rename to bin/pack/sound_m/sound/monster/bkknight/02.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/03.mss b/bin/pack/sound_m/sound/monster/bkknight/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/03.mss rename to bin/pack/sound_m/sound/monster/bkknight/03.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/20.mss b/bin/pack/sound_m/sound/monster/bkknight/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/20.mss rename to bin/pack/sound_m/sound/monster/bkknight/20.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/20_1.mss b/bin/pack/sound_m/sound/monster/bkknight/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/20_1.mss rename to bin/pack/sound_m/sound/monster/bkknight/20_1.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/30.mss b/bin/pack/sound_m/sound/monster/bkknight/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/30.mss rename to bin/pack/sound_m/sound/monster/bkknight/30.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/31.mss b/bin/pack/sound_m/sound/monster/bkknight/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/31.mss rename to bin/pack/sound_m/sound/monster/bkknight/31.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/32.mss b/bin/pack/sound_m/sound/monster/bkknight/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/32.mss rename to bin/pack/sound_m/sound/monster/bkknight/32.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/34.mss b/bin/pack/sound_m/sound/monster/bkknight/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/34.mss rename to bin/pack/sound_m/sound/monster/bkknight/34.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/34_1.mss b/bin/pack/sound_m/sound/monster/bkknight/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/34_1.mss rename to bin/pack/sound_m/sound/monster/bkknight/34_1.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/35.mss b/bin/pack/sound_m/sound/monster/bkknight/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/35.mss rename to bin/pack/sound_m/sound/monster/bkknight/35.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/37.mss b/bin/pack/sound_m/sound/monster/bkknight/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/37.mss rename to bin/pack/sound_m/sound/monster/bkknight/37.mss diff --git a/bin/pack/Sound/sound/monster/bkknight/37_1.mss b/bin/pack/sound_m/sound/monster/bkknight/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkknight/37_1.mss rename to bin/pack/sound_m/sound/monster/bkknight/37_1.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/02.mss b/bin/pack/sound_m/sound/monster/bksecond/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/02.mss rename to bin/pack/sound_m/sound/monster/bksecond/02.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/03.mss b/bin/pack/sound_m/sound/monster/bksecond/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/03.mss rename to bin/pack/sound_m/sound/monster/bksecond/03.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/20.mss b/bin/pack/sound_m/sound/monster/bksecond/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/20.mss rename to bin/pack/sound_m/sound/monster/bksecond/20.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/20_1.mss b/bin/pack/sound_m/sound/monster/bksecond/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/20_1.mss rename to bin/pack/sound_m/sound/monster/bksecond/20_1.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/30.mss b/bin/pack/sound_m/sound/monster/bksecond/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/30.mss rename to bin/pack/sound_m/sound/monster/bksecond/30.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/30_1.mss b/bin/pack/sound_m/sound/monster/bksecond/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/30_1.mss rename to bin/pack/sound_m/sound/monster/bksecond/30_1.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/31.mss b/bin/pack/sound_m/sound/monster/bksecond/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/31.mss rename to bin/pack/sound_m/sound/monster/bksecond/31.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/32.mss b/bin/pack/sound_m/sound/monster/bksecond/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/32.mss rename to bin/pack/sound_m/sound/monster/bksecond/32.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/34.mss b/bin/pack/sound_m/sound/monster/bksecond/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/34.mss rename to bin/pack/sound_m/sound/monster/bksecond/34.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/34_1.mss b/bin/pack/sound_m/sound/monster/bksecond/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/34_1.mss rename to bin/pack/sound_m/sound/monster/bksecond/34_1.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/35.mss b/bin/pack/sound_m/sound/monster/bksecond/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/35.mss rename to bin/pack/sound_m/sound/monster/bksecond/35.mss diff --git a/bin/pack/Sound/sound/monster/bksecond/37.mss b/bin/pack/sound_m/sound/monster/bksecond/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksecond/37.mss rename to bin/pack/sound_m/sound/monster/bksecond/37.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/02.mss b/bin/pack/sound_m/sound/monster/bksoldier/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/02.mss rename to bin/pack/sound_m/sound/monster/bksoldier/02.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/03.mss b/bin/pack/sound_m/sound/monster/bksoldier/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/03.mss rename to bin/pack/sound_m/sound/monster/bksoldier/03.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/20.mss b/bin/pack/sound_m/sound/monster/bksoldier/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/20.mss rename to bin/pack/sound_m/sound/monster/bksoldier/20.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/20_1.mss b/bin/pack/sound_m/sound/monster/bksoldier/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/20_1.mss rename to bin/pack/sound_m/sound/monster/bksoldier/20_1.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/30.mss b/bin/pack/sound_m/sound/monster/bksoldier/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/30.mss rename to bin/pack/sound_m/sound/monster/bksoldier/30.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/30_1.mss b/bin/pack/sound_m/sound/monster/bksoldier/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/30_1.mss rename to bin/pack/sound_m/sound/monster/bksoldier/30_1.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/31.mss b/bin/pack/sound_m/sound/monster/bksoldier/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/31.mss rename to bin/pack/sound_m/sound/monster/bksoldier/31.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/31_1.mss b/bin/pack/sound_m/sound/monster/bksoldier/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/31_1.mss rename to bin/pack/sound_m/sound/monster/bksoldier/31_1.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/31_2.mss b/bin/pack/sound_m/sound/monster/bksoldier/31_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/31_2.mss rename to bin/pack/sound_m/sound/monster/bksoldier/31_2.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/32.mss b/bin/pack/sound_m/sound/monster/bksoldier/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/32.mss rename to bin/pack/sound_m/sound/monster/bksoldier/32.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/34.mss b/bin/pack/sound_m/sound/monster/bksoldier/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/34.mss rename to bin/pack/sound_m/sound/monster/bksoldier/34.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/34_1.mss b/bin/pack/sound_m/sound/monster/bksoldier/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/34_1.mss rename to bin/pack/sound_m/sound/monster/bksoldier/34_1.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/35.mss b/bin/pack/sound_m/sound/monster/bksoldier/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/35.mss rename to bin/pack/sound_m/sound/monster/bksoldier/35.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/37.mss b/bin/pack/sound_m/sound/monster/bksoldier/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/37.mss rename to bin/pack/sound_m/sound/monster/bksoldier/37.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/37_1.mss b/bin/pack/sound_m/sound/monster/bksoldier/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/37_1.mss rename to bin/pack/sound_m/sound/monster/bksoldier/37_1.mss diff --git a/bin/pack/Sound/sound/monster/bksoldier/37_2.mss b/bin/pack/sound_m/sound/monster/bksoldier/37_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bksoldier/37_2.mss rename to bin/pack/sound_m/sound/monster/bksoldier/37_2.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/02.mss b/bin/pack/sound_m/sound/monster/bkthird/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/02.mss rename to bin/pack/sound_m/sound/monster/bkthird/02.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/03.mss b/bin/pack/sound_m/sound/monster/bkthird/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/03.mss rename to bin/pack/sound_m/sound/monster/bkthird/03.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/20.mss b/bin/pack/sound_m/sound/monster/bkthird/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/20.mss rename to bin/pack/sound_m/sound/monster/bkthird/20.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/20_1.mss b/bin/pack/sound_m/sound/monster/bkthird/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/20_1.mss rename to bin/pack/sound_m/sound/monster/bkthird/20_1.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/30.mss b/bin/pack/sound_m/sound/monster/bkthird/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/30.mss rename to bin/pack/sound_m/sound/monster/bkthird/30.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/30_1.mss b/bin/pack/sound_m/sound/monster/bkthird/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/30_1.mss rename to bin/pack/sound_m/sound/monster/bkthird/30_1.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/31.mss b/bin/pack/sound_m/sound/monster/bkthird/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/31.mss rename to bin/pack/sound_m/sound/monster/bkthird/31.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/31_1.mss b/bin/pack/sound_m/sound/monster/bkthird/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/31_1.mss rename to bin/pack/sound_m/sound/monster/bkthird/31_1.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/32.mss b/bin/pack/sound_m/sound/monster/bkthird/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/32.mss rename to bin/pack/sound_m/sound/monster/bkthird/32.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/34.mss b/bin/pack/sound_m/sound/monster/bkthird/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/34.mss rename to bin/pack/sound_m/sound/monster/bkthird/34.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/34_1.mss b/bin/pack/sound_m/sound/monster/bkthird/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/34_1.mss rename to bin/pack/sound_m/sound/monster/bkthird/34_1.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/37.mss b/bin/pack/sound_m/sound/monster/bkthird/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/37.mss rename to bin/pack/sound_m/sound/monster/bkthird/37.mss diff --git a/bin/pack/Sound/sound/monster/bkthird/37_1.mss b/bin/pack/sound_m/sound/monster/bkthird/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bkthird/37_1.mss rename to bin/pack/sound_m/sound/monster/bkthird/37_1.mss diff --git a/bin/pack/Sound/sound/monster/bou/02.mss b/bin/pack/sound_m/sound/monster/bou/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/02.mss rename to bin/pack/sound_m/sound/monster/bou/02.mss diff --git a/bin/pack/Sound/sound/monster/bou/03.mss b/bin/pack/sound_m/sound/monster/bou/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/03.mss rename to bin/pack/sound_m/sound/monster/bou/03.mss diff --git a/bin/pack/Sound/sound/monster/bou/20-1.mss b/bin/pack/sound_m/sound/monster/bou/20-1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/20-1.mss rename to bin/pack/sound_m/sound/monster/bou/20-1.mss diff --git a/bin/pack/Sound/sound/monster/bou/20.mss b/bin/pack/sound_m/sound/monster/bou/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/20.mss rename to bin/pack/sound_m/sound/monster/bou/20.mss diff --git a/bin/pack/Sound/sound/monster/bou/20_1.mss b/bin/pack/sound_m/sound/monster/bou/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/20_1.mss rename to bin/pack/sound_m/sound/monster/bou/20_1.mss diff --git a/bin/pack/Sound/sound/monster/bou/30.mss b/bin/pack/sound_m/sound/monster/bou/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/30.mss rename to bin/pack/sound_m/sound/monster/bou/30.mss diff --git a/bin/pack/Sound/sound/monster/bou/30_1.mss b/bin/pack/sound_m/sound/monster/bou/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/30_1.mss rename to bin/pack/sound_m/sound/monster/bou/30_1.mss diff --git a/bin/pack/Sound/sound/monster/bou/31.mss b/bin/pack/sound_m/sound/monster/bou/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/31.mss rename to bin/pack/sound_m/sound/monster/bou/31.mss diff --git a/bin/pack/Sound/sound/monster/bou/32.mss b/bin/pack/sound_m/sound/monster/bou/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/32.mss rename to bin/pack/sound_m/sound/monster/bou/32.mss diff --git a/bin/pack/Sound/sound/monster/bou/34.mss b/bin/pack/sound_m/sound/monster/bou/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/34.mss rename to bin/pack/sound_m/sound/monster/bou/34.mss diff --git a/bin/pack/Sound/sound/monster/bou/34_1.mss b/bin/pack/sound_m/sound/monster/bou/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/34_1.mss rename to bin/pack/sound_m/sound/monster/bou/34_1.mss diff --git a/bin/pack/Sound/sound/monster/bou/35.mss b/bin/pack/sound_m/sound/monster/bou/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/35.mss rename to bin/pack/sound_m/sound/monster/bou/35.mss diff --git a/bin/pack/Sound/sound/monster/bou/37.mss b/bin/pack/sound_m/sound/monster/bou/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/37.mss rename to bin/pack/sound_m/sound/monster/bou/37.mss diff --git a/bin/pack/Sound/sound/monster/bou/50.mss b/bin/pack/sound_m/sound/monster/bou/50.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/50.mss rename to bin/pack/sound_m/sound/monster/bou/50.mss diff --git a/bin/pack/Sound/sound/monster/bou/51.mss b/bin/pack/sound_m/sound/monster/bou/51.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/51.mss rename to bin/pack/sound_m/sound/monster/bou/51.mss diff --git a/bin/pack/Sound/sound/monster/bou/52.mss b/bin/pack/sound_m/sound/monster/bou/52.mss similarity index 100% rename from bin/pack/Sound/sound/monster/bou/52.mss rename to bin/pack/sound_m/sound/monster/bou/52.mss diff --git a/bin/pack/Sound/sound/monster/chaos_ghost/00.mss b/bin/pack/sound_m/sound/monster/chaos_ghost/00.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chaos_ghost/00.mss rename to bin/pack/sound_m/sound/monster/chaos_ghost/00.mss diff --git a/bin/pack/Sound/sound/monster/chaos_ghost/03.mss b/bin/pack/sound_m/sound/monster/chaos_ghost/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chaos_ghost/03.mss rename to bin/pack/sound_m/sound/monster/chaos_ghost/03.mss diff --git a/bin/pack/Sound/sound/monster/chaos_ghost/20.mss b/bin/pack/sound_m/sound/monster/chaos_ghost/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chaos_ghost/20.mss rename to bin/pack/sound_m/sound/monster/chaos_ghost/20.mss diff --git a/bin/pack/Sound/sound/monster/chaos_ghost/20_1.mss b/bin/pack/sound_m/sound/monster/chaos_ghost/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chaos_ghost/20_1.mss rename to bin/pack/sound_m/sound/monster/chaos_ghost/20_1.mss diff --git a/bin/pack/Sound/sound/monster/chaos_ghost/30.mss b/bin/pack/sound_m/sound/monster/chaos_ghost/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chaos_ghost/30.mss rename to bin/pack/sound_m/sound/monster/chaos_ghost/30.mss diff --git a/bin/pack/Sound/sound/monster/chaos_ghost/31.mss b/bin/pack/sound_m/sound/monster/chaos_ghost/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chaos_ghost/31.mss rename to bin/pack/sound_m/sound/monster/chaos_ghost/31.mss diff --git a/bin/pack/Sound/sound/monster/chaos_ghost/32.mss b/bin/pack/sound_m/sound/monster/chaos_ghost/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chaos_ghost/32.mss rename to bin/pack/sound_m/sound/monster/chaos_ghost/32.mss diff --git a/bin/pack/Sound/sound/monster/chaos_ghost/34.mss b/bin/pack/sound_m/sound/monster/chaos_ghost/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chaos_ghost/34.mss rename to bin/pack/sound_m/sound/monster/chaos_ghost/34.mss diff --git a/bin/pack/Sound/sound/monster/chaos_ghost/35.mss b/bin/pack/sound_m/sound/monster/chaos_ghost/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chaos_ghost/35.mss rename to bin/pack/sound_m/sound/monster/chaos_ghost/35.mss diff --git a/bin/pack/Sound/sound/monster/chaos_ghost/37.mss b/bin/pack/sound_m/sound/monster/chaos_ghost/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chaos_ghost/37.mss rename to bin/pack/sound_m/sound/monster/chaos_ghost/37.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/02.mss b/bin/pack/sound_m/sound/monster/chuhen/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/02.mss rename to bin/pack/sound_m/sound/monster/chuhen/02.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/03.mss b/bin/pack/sound_m/sound/monster/chuhen/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/03.mss rename to bin/pack/sound_m/sound/monster/chuhen/03.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/20.mss b/bin/pack/sound_m/sound/monster/chuhen/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/20.mss rename to bin/pack/sound_m/sound/monster/chuhen/20.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/30.mss b/bin/pack/sound_m/sound/monster/chuhen/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/30.mss rename to bin/pack/sound_m/sound/monster/chuhen/30.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/30_1.mss b/bin/pack/sound_m/sound/monster/chuhen/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/30_1.mss rename to bin/pack/sound_m/sound/monster/chuhen/30_1.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/31.mss b/bin/pack/sound_m/sound/monster/chuhen/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/31.mss rename to bin/pack/sound_m/sound/monster/chuhen/31.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/32.mss b/bin/pack/sound_m/sound/monster/chuhen/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/32.mss rename to bin/pack/sound_m/sound/monster/chuhen/32.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/34.mss b/bin/pack/sound_m/sound/monster/chuhen/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/34.mss rename to bin/pack/sound_m/sound/monster/chuhen/34.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/34_1.mss b/bin/pack/sound_m/sound/monster/chuhen/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/34_1.mss rename to bin/pack/sound_m/sound/monster/chuhen/34_1.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/35.mss b/bin/pack/sound_m/sound/monster/chuhen/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/35.mss rename to bin/pack/sound_m/sound/monster/chuhen/35.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/37.mss b/bin/pack/sound_m/sound/monster/chuhen/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/37.mss rename to bin/pack/sound_m/sound/monster/chuhen/37.mss diff --git a/bin/pack/Sound/sound/monster/chuhen/37_1.mss b/bin/pack/sound_m/sound/monster/chuhen/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/chuhen/37_1.mss rename to bin/pack/sound_m/sound/monster/chuhen/37_1.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/03.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/03.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/03.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/20.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/20.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/20.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/20_1.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/20_1.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/20_1.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/24.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/24.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/24.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/24.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/25.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/25.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/25.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/25.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/30.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/30.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/30.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/30_1.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/30_1.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/30_1.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/31.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/31.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/31.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/32.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/32.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/32.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/34.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/34.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/34.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/34_1.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/34_1.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/34_1.mss diff --git a/bin/pack/Sound/sound/monster/fox_ninetail/35.mss b/bin/pack/sound_m/sound/monster/fox_ninetail/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/fox_ninetail/35.mss rename to bin/pack/sound_m/sound/monster/fox_ninetail/35.mss diff --git a/bin/pack/Sound/sound/monster/goblin_leafhead/03.mss b/bin/pack/sound_m/sound/monster/goblin_leafhead/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/goblin_leafhead/03.mss rename to bin/pack/sound_m/sound/monster/goblin_leafhead/03.mss diff --git a/bin/pack/Sound/sound/monster/goblin_leafhead/20.mss b/bin/pack/sound_m/sound/monster/goblin_leafhead/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/goblin_leafhead/20.mss rename to bin/pack/sound_m/sound/monster/goblin_leafhead/20.mss diff --git a/bin/pack/Sound/sound/monster/goblin_leafhead/20_1.mss b/bin/pack/sound_m/sound/monster/goblin_leafhead/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/goblin_leafhead/20_1.mss rename to bin/pack/sound_m/sound/monster/goblin_leafhead/20_1.mss diff --git a/bin/pack/Sound/sound/monster/goblin_leafhead/30.mss b/bin/pack/sound_m/sound/monster/goblin_leafhead/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/goblin_leafhead/30.mss rename to bin/pack/sound_m/sound/monster/goblin_leafhead/30.mss diff --git a/bin/pack/Sound/sound/monster/goblin_leafhead/30_1.mss b/bin/pack/sound_m/sound/monster/goblin_leafhead/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/goblin_leafhead/30_1.mss rename to bin/pack/sound_m/sound/monster/goblin_leafhead/30_1.mss diff --git a/bin/pack/Sound/sound/monster/goblin_leafhead/31.mss b/bin/pack/sound_m/sound/monster/goblin_leafhead/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/goblin_leafhead/31.mss rename to bin/pack/sound_m/sound/monster/goblin_leafhead/31.mss diff --git a/bin/pack/Sound/sound/monster/goblin_leafhead/32.mss b/bin/pack/sound_m/sound/monster/goblin_leafhead/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/goblin_leafhead/32.mss rename to bin/pack/sound_m/sound/monster/goblin_leafhead/32.mss diff --git a/bin/pack/Sound/sound/monster/goblin_leafhead/34.mss b/bin/pack/sound_m/sound/monster/goblin_leafhead/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/goblin_leafhead/34.mss rename to bin/pack/sound_m/sound/monster/goblin_leafhead/34.mss diff --git a/bin/pack/Sound/sound/monster/goblin_leafhead/34_1.mss b/bin/pack/sound_m/sound/monster/goblin_leafhead/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/goblin_leafhead/34_1.mss rename to bin/pack/sound_m/sound/monster/goblin_leafhead/34_1.mss diff --git a/bin/pack/Sound/sound/monster/goblin_leafhead/35.mss b/bin/pack/sound_m/sound/monster/goblin_leafhead/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/goblin_leafhead/35.mss rename to bin/pack/sound_m/sound/monster/goblin_leafhead/35.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_general/03.mss b/bin/pack/sound_m/sound/monster/greenfrog_general/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_general/03.mss rename to bin/pack/sound_m/sound/monster/greenfrog_general/03.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_general/20.mss b/bin/pack/sound_m/sound/monster/greenfrog_general/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_general/20.mss rename to bin/pack/sound_m/sound/monster/greenfrog_general/20.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_general/20_1.mss b/bin/pack/sound_m/sound/monster/greenfrog_general/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_general/20_1.mss rename to bin/pack/sound_m/sound/monster/greenfrog_general/20_1.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_general/30.mss b/bin/pack/sound_m/sound/monster/greenfrog_general/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_general/30.mss rename to bin/pack/sound_m/sound/monster/greenfrog_general/30.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_general/30_1.mss b/bin/pack/sound_m/sound/monster/greenfrog_general/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_general/30_1.mss rename to bin/pack/sound_m/sound/monster/greenfrog_general/30_1.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_general/31.mss b/bin/pack/sound_m/sound/monster/greenfrog_general/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_general/31.mss rename to bin/pack/sound_m/sound/monster/greenfrog_general/31.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_general/32.mss b/bin/pack/sound_m/sound/monster/greenfrog_general/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_general/32.mss rename to bin/pack/sound_m/sound/monster/greenfrog_general/32.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_general/34.mss b/bin/pack/sound_m/sound/monster/greenfrog_general/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_general/34.mss rename to bin/pack/sound_m/sound/monster/greenfrog_general/34.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_general/34_1.mss b/bin/pack/sound_m/sound/monster/greenfrog_general/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_general/34_1.mss rename to bin/pack/sound_m/sound/monster/greenfrog_general/34_1.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_general/35.mss b/bin/pack/sound_m/sound/monster/greenfrog_general/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_general/35.mss rename to bin/pack/sound_m/sound/monster/greenfrog_general/35.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_soldier/03.mss b/bin/pack/sound_m/sound/monster/greenfrog_soldier/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_soldier/03.mss rename to bin/pack/sound_m/sound/monster/greenfrog_soldier/03.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_soldier/20.mss b/bin/pack/sound_m/sound/monster/greenfrog_soldier/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_soldier/20.mss rename to bin/pack/sound_m/sound/monster/greenfrog_soldier/20.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_soldier/20_1.mss b/bin/pack/sound_m/sound/monster/greenfrog_soldier/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_soldier/20_1.mss rename to bin/pack/sound_m/sound/monster/greenfrog_soldier/20_1.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_soldier/30.mss b/bin/pack/sound_m/sound/monster/greenfrog_soldier/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_soldier/30.mss rename to bin/pack/sound_m/sound/monster/greenfrog_soldier/30.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_soldier/30_1.mss b/bin/pack/sound_m/sound/monster/greenfrog_soldier/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_soldier/30_1.mss rename to bin/pack/sound_m/sound/monster/greenfrog_soldier/30_1.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_soldier/31.mss b/bin/pack/sound_m/sound/monster/greenfrog_soldier/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_soldier/31.mss rename to bin/pack/sound_m/sound/monster/greenfrog_soldier/31.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_soldier/32.mss b/bin/pack/sound_m/sound/monster/greenfrog_soldier/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_soldier/32.mss rename to bin/pack/sound_m/sound/monster/greenfrog_soldier/32.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_soldier/34.mss b/bin/pack/sound_m/sound/monster/greenfrog_soldier/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_soldier/34.mss rename to bin/pack/sound_m/sound/monster/greenfrog_soldier/34.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_soldier/34_1.mss b/bin/pack/sound_m/sound/monster/greenfrog_soldier/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_soldier/34_1.mss rename to bin/pack/sound_m/sound/monster/greenfrog_soldier/34_1.mss diff --git a/bin/pack/Sound/sound/monster/greenfrog_soldier/35.mss b/bin/pack/sound_m/sound/monster/greenfrog_soldier/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/greenfrog_soldier/35.mss rename to bin/pack/sound_m/sound/monster/greenfrog_soldier/35.mss diff --git a/bin/pack/Sound/sound/monster/gupae/02.mss b/bin/pack/sound_m/sound/monster/gupae/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/02.mss rename to bin/pack/sound_m/sound/monster/gupae/02.mss diff --git a/bin/pack/Sound/sound/monster/gupae/03.mss b/bin/pack/sound_m/sound/monster/gupae/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/03.mss rename to bin/pack/sound_m/sound/monster/gupae/03.mss diff --git a/bin/pack/Sound/sound/monster/gupae/20-1.mss b/bin/pack/sound_m/sound/monster/gupae/20-1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/20-1.mss rename to bin/pack/sound_m/sound/monster/gupae/20-1.mss diff --git a/bin/pack/Sound/sound/monster/gupae/20-2.mss b/bin/pack/sound_m/sound/monster/gupae/20-2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/20-2.mss rename to bin/pack/sound_m/sound/monster/gupae/20-2.mss diff --git a/bin/pack/Sound/sound/monster/gupae/20.mss b/bin/pack/sound_m/sound/monster/gupae/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/20.mss rename to bin/pack/sound_m/sound/monster/gupae/20.mss diff --git a/bin/pack/Sound/sound/monster/gupae/20_1.mss b/bin/pack/sound_m/sound/monster/gupae/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/20_1.mss rename to bin/pack/sound_m/sound/monster/gupae/20_1.mss diff --git a/bin/pack/Sound/sound/monster/gupae/20_2.mss b/bin/pack/sound_m/sound/monster/gupae/20_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/20_2.mss rename to bin/pack/sound_m/sound/monster/gupae/20_2.mss diff --git a/bin/pack/Sound/sound/monster/gupae/30.mss b/bin/pack/sound_m/sound/monster/gupae/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/30.mss rename to bin/pack/sound_m/sound/monster/gupae/30.mss diff --git a/bin/pack/Sound/sound/monster/gupae/30_1.mss b/bin/pack/sound_m/sound/monster/gupae/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/30_1.mss rename to bin/pack/sound_m/sound/monster/gupae/30_1.mss diff --git a/bin/pack/Sound/sound/monster/gupae/31.mss b/bin/pack/sound_m/sound/monster/gupae/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/31.mss rename to bin/pack/sound_m/sound/monster/gupae/31.mss diff --git a/bin/pack/Sound/sound/monster/gupae/32.mss b/bin/pack/sound_m/sound/monster/gupae/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/32.mss rename to bin/pack/sound_m/sound/monster/gupae/32.mss diff --git a/bin/pack/Sound/sound/monster/gupae/34.mss b/bin/pack/sound_m/sound/monster/gupae/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/34.mss rename to bin/pack/sound_m/sound/monster/gupae/34.mss diff --git a/bin/pack/Sound/sound/monster/gupae/34_1.mss b/bin/pack/sound_m/sound/monster/gupae/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/34_1.mss rename to bin/pack/sound_m/sound/monster/gupae/34_1.mss diff --git a/bin/pack/Sound/sound/monster/gupae/35.mss b/bin/pack/sound_m/sound/monster/gupae/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/35.mss rename to bin/pack/sound_m/sound/monster/gupae/35.mss diff --git a/bin/pack/Sound/sound/monster/gupae/37.mss b/bin/pack/sound_m/sound/monster/gupae/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/37.mss rename to bin/pack/sound_m/sound/monster/gupae/37.mss diff --git a/bin/pack/Sound/sound/monster/gupae/37_1.mss b/bin/pack/sound_m/sound/monster/gupae/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/gupae/37_1.mss rename to bin/pack/sound_m/sound/monster/gupae/37_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_dog/03.mss b/bin/pack/sound_m/sound/monster/ice_snow_dog/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_dog/03.mss rename to bin/pack/sound_m/sound/monster/ice_snow_dog/03.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_dog/20.mss b/bin/pack/sound_m/sound/monster/ice_snow_dog/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_dog/20.mss rename to bin/pack/sound_m/sound/monster/ice_snow_dog/20.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_dog/30.mss b/bin/pack/sound_m/sound/monster/ice_snow_dog/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_dog/30.mss rename to bin/pack/sound_m/sound/monster/ice_snow_dog/30.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_dog/31.mss b/bin/pack/sound_m/sound/monster/ice_snow_dog/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_dog/31.mss rename to bin/pack/sound_m/sound/monster/ice_snow_dog/31.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_dog/32.mss b/bin/pack/sound_m/sound/monster/ice_snow_dog/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_dog/32.mss rename to bin/pack/sound_m/sound/monster/ice_snow_dog/32.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_dog/34.mss b/bin/pack/sound_m/sound/monster/ice_snow_dog/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_dog/34.mss rename to bin/pack/sound_m/sound/monster/ice_snow_dog/34.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_dog/35.mss b/bin/pack/sound_m/sound/monster/ice_snow_dog/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_dog/35.mss rename to bin/pack/sound_m/sound/monster/ice_snow_dog/35.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_dog/37.mss b/bin/pack/sound_m/sound/monster/ice_snow_dog/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_dog/37.mss rename to bin/pack/sound_m/sound/monster/ice_snow_dog/37.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_giant_man/03.mss b/bin/pack/sound_m/sound/monster/ice_snow_giant_man/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_giant_man/03.mss rename to bin/pack/sound_m/sound/monster/ice_snow_giant_man/03.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_giant_man/20.mss b/bin/pack/sound_m/sound/monster/ice_snow_giant_man/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_giant_man/20.mss rename to bin/pack/sound_m/sound/monster/ice_snow_giant_man/20.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_giant_man/20_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_giant_man/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_giant_man/20_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_giant_man/20_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_giant_man/30.mss b/bin/pack/sound_m/sound/monster/ice_snow_giant_man/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_giant_man/30.mss rename to bin/pack/sound_m/sound/monster/ice_snow_giant_man/30.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_giant_man/30_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_giant_man/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_giant_man/30_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_giant_man/30_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_giant_man/31.mss b/bin/pack/sound_m/sound/monster/ice_snow_giant_man/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_giant_man/31.mss rename to bin/pack/sound_m/sound/monster/ice_snow_giant_man/31.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_giant_man/32.mss b/bin/pack/sound_m/sound/monster/ice_snow_giant_man/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_giant_man/32.mss rename to bin/pack/sound_m/sound/monster/ice_snow_giant_man/32.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_giant_man/34.mss b/bin/pack/sound_m/sound/monster/ice_snow_giant_man/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_giant_man/34.mss rename to bin/pack/sound_m/sound/monster/ice_snow_giant_man/34.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_giant_man/34_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_giant_man/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_giant_man/34_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_giant_man/34_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_giant_man/35.mss b/bin/pack/sound_m/sound/monster/ice_snow_giant_man/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_giant_man/35.mss rename to bin/pack/sound_m/sound/monster/ice_snow_giant_man/35.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_giant_man/37.mss b/bin/pack/sound_m/sound/monster/ice_snow_giant_man/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_giant_man/37.mss rename to bin/pack/sound_m/sound/monster/ice_snow_giant_man/37.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_golem/03.mss b/bin/pack/sound_m/sound/monster/ice_snow_golem/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_golem/03.mss rename to bin/pack/sound_m/sound/monster/ice_snow_golem/03.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_golem/20.mss b/bin/pack/sound_m/sound/monster/ice_snow_golem/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_golem/20.mss rename to bin/pack/sound_m/sound/monster/ice_snow_golem/20.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_golem/20_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_golem/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_golem/20_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_golem/20_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_golem/30.mss b/bin/pack/sound_m/sound/monster/ice_snow_golem/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_golem/30.mss rename to bin/pack/sound_m/sound/monster/ice_snow_golem/30.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_golem/30_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_golem/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_golem/30_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_golem/30_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_golem/31.mss b/bin/pack/sound_m/sound/monster/ice_snow_golem/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_golem/31.mss rename to bin/pack/sound_m/sound/monster/ice_snow_golem/31.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_golem/32.mss b/bin/pack/sound_m/sound/monster/ice_snow_golem/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_golem/32.mss rename to bin/pack/sound_m/sound/monster/ice_snow_golem/32.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_golem/34.mss b/bin/pack/sound_m/sound/monster/ice_snow_golem/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_golem/34.mss rename to bin/pack/sound_m/sound/monster/ice_snow_golem/34.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_golem/34_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_golem/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_golem/34_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_golem/34_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_golem/35.mss b/bin/pack/sound_m/sound/monster/ice_snow_golem/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_golem/35.mss rename to bin/pack/sound_m/sound/monster/ice_snow_golem/35.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_golem/37.mss b/bin/pack/sound_m/sound/monster/ice_snow_golem/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_golem/37.mss rename to bin/pack/sound_m/sound/monster/ice_snow_golem/37.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_insect/03.mss b/bin/pack/sound_m/sound/monster/ice_snow_insect/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_insect/03.mss rename to bin/pack/sound_m/sound/monster/ice_snow_insect/03.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_insect/20.mss b/bin/pack/sound_m/sound/monster/ice_snow_insect/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_insect/20.mss rename to bin/pack/sound_m/sound/monster/ice_snow_insect/20.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_insect/20_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_insect/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_insect/20_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_insect/20_1.mss diff --git a/bin/pack/sound_m/sound/monster/ice_snow_insect/30.mss b/bin/pack/sound_m/sound/monster/ice_snow_insect/30.mss new file mode 100644 index 00000000..751b3eeb --- /dev/null +++ b/bin/pack/sound_m/sound/monster/ice_snow_insect/30.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.000000 "sound/monster/ice_snow_insect/damage_1.wav" diff --git a/bin/pack/Sound/sound/monster/ice_snow_insect/31.mss b/bin/pack/sound_m/sound/monster/ice_snow_insect/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_insect/31.mss rename to bin/pack/sound_m/sound/monster/ice_snow_insect/31.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_insect/31_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_insect/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_insect/31_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_insect/31_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_insect/32.mss b/bin/pack/sound_m/sound/monster/ice_snow_insect/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_insect/32.mss rename to bin/pack/sound_m/sound/monster/ice_snow_insect/32.mss diff --git a/bin/pack/sound_m/sound/monster/ice_snow_insect/34.mss b/bin/pack/sound_m/sound/monster/ice_snow_insect/34.mss new file mode 100644 index 00000000..751b3eeb --- /dev/null +++ b/bin/pack/sound_m/sound/monster/ice_snow_insect/34.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.000000 "sound/monster/ice_snow_insect/damage_1.wav" diff --git a/bin/pack/Sound/sound/monster/ice_snow_insect/35.mss b/bin/pack/sound_m/sound/monster/ice_snow_insect/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_insect/35.mss rename to bin/pack/sound_m/sound/monster/ice_snow_insect/35.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_insect/37.mss b/bin/pack/sound_m/sound/monster/ice_snow_insect/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_insect/37.mss rename to bin/pack/sound_m/sound/monster/ice_snow_insect/37.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/03.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/03.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/03.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/20.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/20.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/20.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/20_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/20_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/20_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/30.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/30.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/30.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/30_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/30_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/30_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/31.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/31.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/31.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/31_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/31_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/31_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/32.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/32.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/32.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/34.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/34.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/34.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/34_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/34_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/34_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/35.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/35.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/35.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_man/37.mss b/bin/pack/sound_m/sound/monster/ice_snow_man/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_man/37.mss rename to bin/pack/sound_m/sound/monster/ice_snow_man/37.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_monster/00.mss b/bin/pack/sound_m/sound/monster/ice_snow_monster/00.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_monster/00.mss rename to bin/pack/sound_m/sound/monster/ice_snow_monster/00.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_monster/00_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_monster/00_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_monster/00_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_monster/00_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_monster/03.mss b/bin/pack/sound_m/sound/monster/ice_snow_monster/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_monster/03.mss rename to bin/pack/sound_m/sound/monster/ice_snow_monster/03.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_monster/20.mss b/bin/pack/sound_m/sound/monster/ice_snow_monster/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_monster/20.mss rename to bin/pack/sound_m/sound/monster/ice_snow_monster/20.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_monster/30.mss b/bin/pack/sound_m/sound/monster/ice_snow_monster/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_monster/30.mss rename to bin/pack/sound_m/sound/monster/ice_snow_monster/30.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_monster/31.mss b/bin/pack/sound_m/sound/monster/ice_snow_monster/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_monster/31.mss rename to bin/pack/sound_m/sound/monster/ice_snow_monster/31.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_monster/31_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_monster/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_monster/31_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_monster/31_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_monster/32.mss b/bin/pack/sound_m/sound/monster/ice_snow_monster/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_monster/32.mss rename to bin/pack/sound_m/sound/monster/ice_snow_monster/32.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_monster/34.mss b/bin/pack/sound_m/sound/monster/ice_snow_monster/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_monster/34.mss rename to bin/pack/sound_m/sound/monster/ice_snow_monster/34.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_monster/35.mss b/bin/pack/sound_m/sound/monster/ice_snow_monster/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_monster/35.mss rename to bin/pack/sound_m/sound/monster/ice_snow_monster/35.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_monster/37.mss b/bin/pack/sound_m/sound/monster/ice_snow_monster/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_monster/37.mss rename to bin/pack/sound_m/sound/monster/ice_snow_monster/37.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_whale/03.mss b/bin/pack/sound_m/sound/monster/ice_snow_whale/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_whale/03.mss rename to bin/pack/sound_m/sound/monster/ice_snow_whale/03.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_whale/20.mss b/bin/pack/sound_m/sound/monster/ice_snow_whale/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_whale/20.mss rename to bin/pack/sound_m/sound/monster/ice_snow_whale/20.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_whale/30.mss b/bin/pack/sound_m/sound/monster/ice_snow_whale/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_whale/30.mss rename to bin/pack/sound_m/sound/monster/ice_snow_whale/30.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_whale/31.mss b/bin/pack/sound_m/sound/monster/ice_snow_whale/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_whale/31.mss rename to bin/pack/sound_m/sound/monster/ice_snow_whale/31.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_whale/32.mss b/bin/pack/sound_m/sound/monster/ice_snow_whale/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_whale/32.mss rename to bin/pack/sound_m/sound/monster/ice_snow_whale/32.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_whale/34.mss b/bin/pack/sound_m/sound/monster/ice_snow_whale/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_whale/34.mss rename to bin/pack/sound_m/sound/monster/ice_snow_whale/34.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_whale/37.mss b/bin/pack/sound_m/sound/monster/ice_snow_whale/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_whale/37.mss rename to bin/pack/sound_m/sound/monster/ice_snow_whale/37.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_witch/03.mss b/bin/pack/sound_m/sound/monster/ice_snow_witch/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_witch/03.mss rename to bin/pack/sound_m/sound/monster/ice_snow_witch/03.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_witch/20.mss b/bin/pack/sound_m/sound/monster/ice_snow_witch/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_witch/20.mss rename to bin/pack/sound_m/sound/monster/ice_snow_witch/20.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_witch/30.mss b/bin/pack/sound_m/sound/monster/ice_snow_witch/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_witch/30.mss rename to bin/pack/sound_m/sound/monster/ice_snow_witch/30.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_witch/30_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_witch/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_witch/30_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_witch/30_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_witch/31.mss b/bin/pack/sound_m/sound/monster/ice_snow_witch/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_witch/31.mss rename to bin/pack/sound_m/sound/monster/ice_snow_witch/31.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_witch/31_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_witch/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_witch/31_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_witch/31_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_witch/32.mss b/bin/pack/sound_m/sound/monster/ice_snow_witch/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_witch/32.mss rename to bin/pack/sound_m/sound/monster/ice_snow_witch/32.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_witch/34.mss b/bin/pack/sound_m/sound/monster/ice_snow_witch/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_witch/34.mss rename to bin/pack/sound_m/sound/monster/ice_snow_witch/34.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_witch/34_1.mss b/bin/pack/sound_m/sound/monster/ice_snow_witch/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_witch/34_1.mss rename to bin/pack/sound_m/sound/monster/ice_snow_witch/34_1.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_witch/35.mss b/bin/pack/sound_m/sound/monster/ice_snow_witch/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_witch/35.mss rename to bin/pack/sound_m/sound/monster/ice_snow_witch/35.mss diff --git a/bin/pack/Sound/sound/monster/ice_snow_witch/37.mss b/bin/pack/sound_m/sound/monster/ice_snow_witch/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/ice_snow_witch/37.mss rename to bin/pack/sound_m/sound/monster/ice_snow_witch/37.mss diff --git a/bin/pack/Sound/sound/monster/immotal_ghost/03.mss b/bin/pack/sound_m/sound/monster/immotal_ghost/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/immotal_ghost/03.mss rename to bin/pack/sound_m/sound/monster/immotal_ghost/03.mss diff --git a/bin/pack/Sound/sound/monster/immotal_ghost/20.mss b/bin/pack/sound_m/sound/monster/immotal_ghost/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/immotal_ghost/20.mss rename to bin/pack/sound_m/sound/monster/immotal_ghost/20.mss diff --git a/bin/pack/Sound/sound/monster/immotal_ghost/30.mss b/bin/pack/sound_m/sound/monster/immotal_ghost/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/immotal_ghost/30.mss rename to bin/pack/sound_m/sound/monster/immotal_ghost/30.mss diff --git a/bin/pack/Sound/sound/monster/immotal_ghost/30_1.mss b/bin/pack/sound_m/sound/monster/immotal_ghost/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/immotal_ghost/30_1.mss rename to bin/pack/sound_m/sound/monster/immotal_ghost/30_1.mss diff --git a/bin/pack/Sound/sound/monster/immotal_ghost/31.mss b/bin/pack/sound_m/sound/monster/immotal_ghost/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/immotal_ghost/31.mss rename to bin/pack/sound_m/sound/monster/immotal_ghost/31.mss diff --git a/bin/pack/Sound/sound/monster/immotal_ghost/32.mss b/bin/pack/sound_m/sound/monster/immotal_ghost/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/immotal_ghost/32.mss rename to bin/pack/sound_m/sound/monster/immotal_ghost/32.mss diff --git a/bin/pack/Sound/sound/monster/immotal_ghost/34.mss b/bin/pack/sound_m/sound/monster/immotal_ghost/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/immotal_ghost/34.mss rename to bin/pack/sound_m/sound/monster/immotal_ghost/34.mss diff --git a/bin/pack/Sound/sound/monster/immotal_ghost/34_1.mss b/bin/pack/sound_m/sound/monster/immotal_ghost/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/immotal_ghost/34_1.mss rename to bin/pack/sound_m/sound/monster/immotal_ghost/34_1.mss diff --git a/bin/pack/Sound/sound/monster/immotal_ghost/35.mss b/bin/pack/sound_m/sound/monster/immotal_ghost/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/immotal_ghost/35.mss rename to bin/pack/sound_m/sound/monster/immotal_ghost/35.mss diff --git a/bin/pack/Sound/sound/monster/immotal_ghost/37.mss b/bin/pack/sound_m/sound/monster/immotal_ghost/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/immotal_ghost/37.mss rename to bin/pack/sound_m/sound/monster/immotal_ghost/37.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/02.mss b/bin/pack/sound_m/sound/monster/maenghwan/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/02.mss rename to bin/pack/sound_m/sound/monster/maenghwan/02.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/03.mss b/bin/pack/sound_m/sound/monster/maenghwan/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/03.mss rename to bin/pack/sound_m/sound/monster/maenghwan/03.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/20-1.mss b/bin/pack/sound_m/sound/monster/maenghwan/20-1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/20-1.mss rename to bin/pack/sound_m/sound/monster/maenghwan/20-1.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/20.mss b/bin/pack/sound_m/sound/monster/maenghwan/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/20.mss rename to bin/pack/sound_m/sound/monster/maenghwan/20.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/20_1.mss b/bin/pack/sound_m/sound/monster/maenghwan/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/20_1.mss rename to bin/pack/sound_m/sound/monster/maenghwan/20_1.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/20_2.mss b/bin/pack/sound_m/sound/monster/maenghwan/20_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/20_2.mss rename to bin/pack/sound_m/sound/monster/maenghwan/20_2.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/30.mss b/bin/pack/sound_m/sound/monster/maenghwan/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/30.mss rename to bin/pack/sound_m/sound/monster/maenghwan/30.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/30_1.mss b/bin/pack/sound_m/sound/monster/maenghwan/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/30_1.mss rename to bin/pack/sound_m/sound/monster/maenghwan/30_1.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/31.mss b/bin/pack/sound_m/sound/monster/maenghwan/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/31.mss rename to bin/pack/sound_m/sound/monster/maenghwan/31.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/32.mss b/bin/pack/sound_m/sound/monster/maenghwan/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/32.mss rename to bin/pack/sound_m/sound/monster/maenghwan/32.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/34.mss b/bin/pack/sound_m/sound/monster/maenghwan/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/34.mss rename to bin/pack/sound_m/sound/monster/maenghwan/34.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/34_1.mss b/bin/pack/sound_m/sound/monster/maenghwan/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/34_1.mss rename to bin/pack/sound_m/sound/monster/maenghwan/34_1.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/35.mss b/bin/pack/sound_m/sound/monster/maenghwan/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/35.mss rename to bin/pack/sound_m/sound/monster/maenghwan/35.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/37.mss b/bin/pack/sound_m/sound/monster/maenghwan/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/37.mss rename to bin/pack/sound_m/sound/monster/maenghwan/37.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/37_1.mss b/bin/pack/sound_m/sound/monster/maenghwan/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/37_1.mss rename to bin/pack/sound_m/sound/monster/maenghwan/37_1.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/50.mss b/bin/pack/sound_m/sound/monster/maenghwan/50.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/50.mss rename to bin/pack/sound_m/sound/monster/maenghwan/50.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/51.mss b/bin/pack/sound_m/sound/monster/maenghwan/51.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/51.mss rename to bin/pack/sound_m/sound/monster/maenghwan/51.mss diff --git a/bin/pack/Sound/sound/monster/maenghwan/52.mss b/bin/pack/sound_m/sound/monster/maenghwan/52.mss similarity index 100% rename from bin/pack/Sound/sound/monster/maenghwan/52.mss rename to bin/pack/sound_m/sound/monster/maenghwan/52.mss diff --git a/bin/pack/Sound/sound/monster/metinstone/metinstone_attack.mss b/bin/pack/sound_m/sound/monster/metinstone/metinstone_attack.mss similarity index 100% rename from bin/pack/Sound/sound/monster/metinstone/metinstone_attack.mss rename to bin/pack/sound_m/sound/monster/metinstone/metinstone_attack.mss diff --git a/bin/pack/Sound/sound/monster/metinstone/metinstone_blow.mss b/bin/pack/sound_m/sound/monster/metinstone/metinstone_blow.mss similarity index 100% rename from bin/pack/Sound/sound/monster/metinstone/metinstone_blow.mss rename to bin/pack/sound_m/sound/monster/metinstone/metinstone_blow.mss diff --git a/bin/pack/Sound/sound/monster/metinstone/metinstone_drop.mss b/bin/pack/sound_m/sound/monster/metinstone/metinstone_drop.mss similarity index 100% rename from bin/pack/Sound/sound/monster/metinstone/metinstone_drop.mss rename to bin/pack/sound_m/sound/monster/metinstone/metinstone_drop.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_executor/20.mss b/bin/pack/sound_m/sound/monster/milgyo_executor/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_executor/20.mss rename to bin/pack/sound_m/sound/monster/milgyo_executor/20.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_executor/30.mss b/bin/pack/sound_m/sound/monster/milgyo_executor/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_executor/30.mss rename to bin/pack/sound_m/sound/monster/milgyo_executor/30.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_executor/30_1.mss b/bin/pack/sound_m/sound/monster/milgyo_executor/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_executor/30_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_executor/30_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_executor/31.mss b/bin/pack/sound_m/sound/monster/milgyo_executor/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_executor/31.mss rename to bin/pack/sound_m/sound/monster/milgyo_executor/31.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_executor/32.mss b/bin/pack/sound_m/sound/monster/milgyo_executor/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_executor/32.mss rename to bin/pack/sound_m/sound/monster/milgyo_executor/32.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_executor/34.mss b/bin/pack/sound_m/sound/monster/milgyo_executor/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_executor/34.mss rename to bin/pack/sound_m/sound/monster/milgyo_executor/34.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_executor/34_1.mss b/bin/pack/sound_m/sound/monster/milgyo_executor/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_executor/34_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_executor/34_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_executor/35.mss b/bin/pack/sound_m/sound/monster/milgyo_executor/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_executor/35.mss rename to bin/pack/sound_m/sound/monster/milgyo_executor/35.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_executor/37.mss b/bin/pack/sound_m/sound/monster/milgyo_executor/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_executor/37.mss rename to bin/pack/sound_m/sound/monster/milgyo_executor/37.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/00.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/00.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/00.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/00.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/03.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/03.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/03.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/20.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/20.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/20.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/24.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/24.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/24.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/24.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/25.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/25.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/25.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/25.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/30.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/30.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/30.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/30_1.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/30_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/30_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/31.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/31.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/31.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/32.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/32.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/32.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/34.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/34.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/34.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/34_1.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/34_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/34_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_founder/35.mss b/bin/pack/sound_m/sound/monster/milgyo_founder/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_founder/35.mss rename to bin/pack/sound_m/sound/monster/milgyo_founder/35.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/03.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/03.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/03.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/20.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/20.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/20.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/20_1.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/20_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/20_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/30.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/30.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/30.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/30_1.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/30_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/30_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/31.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/31.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/31.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/31_1.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/31_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/31_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/32.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/32.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/32.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/34.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/34.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/34.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/34_1.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/34_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/34_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/35.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/35.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/35.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/37.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/37.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/37.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster1/37_1.mss b/bin/pack/sound_m/sound/monster/milgyo_monster1/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster1/37_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster1/37_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/03.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/03.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/03.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/20.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/20.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/20.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/20_1.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/20_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/20_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/30.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/30.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/30.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/30_1.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/30_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/30_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/31.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/31.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/31.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/31_1.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/31_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/31_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/32.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/32.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/32.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/34.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/34.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/34.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/34_1.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/34_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/34_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/35.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/35.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/35.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/37.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/37.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/37.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_monster2/37_1.mss b/bin/pack/sound_m/sound/monster/milgyo_monster2/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_monster2/37_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_monster2/37_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan1/03.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan1/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan1/03.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan1/03.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan1/20.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan1/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan1/20.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan1/20.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan1/20_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan1/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan1/20_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan1/20_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan1/30.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan1/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan1/30.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan1/30.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan1/30_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan1/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan1/30_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan1/30_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan1/31.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan1/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan1/31.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan1/31.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan1/31_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan1/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan1/31_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan1/31_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan1/32.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan1/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan1/32.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan1/32.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan1/34.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan1/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan1/34.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan1/34.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan1/34_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan1/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan1/34_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan1/34_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan1/35.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan1/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan1/35.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan1/35.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/03.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/03.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/03.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/20.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/20.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/20.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/20_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/20_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/20_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/30.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/30.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/30.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/30_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/30_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/30_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/31.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/31.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/31.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/31_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/31_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/31_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/32.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/32.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/32.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/34.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/34.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/34.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/34_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/34_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/34_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/35.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/35.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/35.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/37.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/37.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/37.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan2/37_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan2/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan2/37_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan2/37_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan_general/03.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan_general/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan_general/03.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan_general/03.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan_general/20.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan_general/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan_general/20.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan_general/20.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan_general/20_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan_general/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan_general/20_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan_general/20_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan_general/30.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan_general/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan_general/30.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan_general/30.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan_general/30_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan_general/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan_general/30_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan_general/30_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan_general/31.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan_general/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan_general/31.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan_general/31.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan_general/32.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan_general/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan_general/32.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan_general/32.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan_general/34.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan_general/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan_general/34.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan_general/34.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan_general/34_1.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan_general/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan_general/34_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan_general/34_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan_general/35.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan_general/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan_general/35.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan_general/35.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_nahan_general/37.mss b/bin/pack/sound_m/sound/monster/milgyo_nahan_general/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_nahan_general/37.mss rename to bin/pack/sound_m/sound/monster/milgyo_nahan_general/37.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/03.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/03.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/03.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/20.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/20.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/20.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/30.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/30.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/30.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/30_1.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/30_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/30_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/31.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/31.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/31.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/31_1.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/31_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/31_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/32.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/32.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/32.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/34.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/34.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/34.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/34_1.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/34_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/34_1.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/35.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/35.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/35.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/37.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/37.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/37.mss diff --git a/bin/pack/Sound/sound/monster/milgyo_religionist/37_1.mss b/bin/pack/sound_m/sound/monster/milgyo_religionist/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/milgyo_religionist/37_1.mss rename to bin/pack/sound_m/sound/monster/milgyo_religionist/37_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_boss/03.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_boss/03.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_boss/03.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_boss/20.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_boss/20.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_boss/20.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_boss/20_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_boss/20_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_boss/20_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_boss/30_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_boss/30_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_boss/30.mss diff --git a/bin/pack/sound_m/sound/monster/misterious_diseased_boss/30_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/30_1.mss new file mode 100644 index 00000000..a7eabdff --- /dev/null +++ b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/30_1.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.000000 "sound/monster/misterious_diseased_boss/damage_act_1.wav" diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_boss/31.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_boss/31.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_boss/31.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_boss/32.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_boss/32.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_boss/32.mss diff --git a/bin/pack/sound_m/sound/monster/misterious_diseased_boss/34.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/34.mss new file mode 100644 index 00000000..a7eabdff --- /dev/null +++ b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/34.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.000000 "sound/monster/misterious_diseased_boss/damage_act_1.wav" diff --git a/bin/pack/sound_m/sound/monster/misterious_diseased_boss/34_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/34_1.mss new file mode 100644 index 00000000..a7eabdff --- /dev/null +++ b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/34_1.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.000000 "sound/monster/misterious_diseased_boss/damage_act_1.wav" diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_boss/35.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_boss/35.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_boss/35.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_boss/37.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_boss/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_boss/37.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_boss/37.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bosshost/00.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bosshost/00.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bosshost/00.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bosshost/00.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bosshost/00_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bosshost/00_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bosshost/00_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bosshost/00_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bosshost/31.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bosshost/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bosshost/31.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bosshost/31.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bosshost/31_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bosshost/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bosshost/31_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bosshost/31_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bosshost/31_2.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bosshost/31_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bosshost/31_2.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bosshost/31_2.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bow/03.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bow/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bow/03.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bow/03.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bow/20.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bow/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bow/20.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bow/20.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bow/30.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bow/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bow/30.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bow/30.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bow/30_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bow/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bow/30_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bow/30_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bow/31.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bow/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bow/31.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bow/31.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bow/32.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bow/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bow/32.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bow/32.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bow/34.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bow/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bow/34.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bow/34.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bow/34_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bow/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bow/34_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bow/34_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bow/35.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bow/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bow/35.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bow/35.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_bow/37.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_bow/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_bow/37.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_bow/37.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_dog/20.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_dog/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_dog/20.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_dog/20.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_dog/20_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_dog/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_dog/20_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_dog/20_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_dog/30.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_dog/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_dog/30.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_dog/30.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_dog/31.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_dog/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_dog/31.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_dog/31.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_dog/32.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_dog/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_dog/32.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_dog/32.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_dog/34.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_dog/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_dog/34.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_dog/34.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_dog/35.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_dog/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_dog/35.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_dog/35.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_egg/00.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_egg/00.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_egg/00.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_egg/00.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_egg/00_2.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_egg/00_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_egg/00_2.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_egg/00_2.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_host/00.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_host/00.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_host/00.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_host/00.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_host/00_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_host/00_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_host/00_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_host/00_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_host/00_2.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_host/00_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_host/00_2.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_host/00_2.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_host/24.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_host/24.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_host/24.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_host/24.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_host/25.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_host/25.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_host/25.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_host/25.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_host/30.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_host/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_host/30.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_host/30.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_host/30_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_host/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_host/30_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_host/30_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_host/31.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_host/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_host/31.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_host/31.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_host/34.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_host/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_host/34.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_host/34.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_host/34_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_host/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_host/34_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_host/34_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/02.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/02.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/02.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/03.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/03.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/03.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/20.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/20.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/20.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/20_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/20_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/20_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/30.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/30.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/30.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/30_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/30_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/30_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/31.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/31.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/31.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/32.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/32.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/32.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/34.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/34.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/34.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/34_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/34_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/34_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/35.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/35.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/35.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_infector/37.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_infector/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_infector/37.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_infector/37.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_kid/03.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_kid/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_kid/03.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_kid/03.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_kid/20.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_kid/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_kid/20.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_kid/20.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_kid/30.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_kid/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_kid/30.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_kid/30.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_kid/31.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_kid/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_kid/31.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_kid/31.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_kid/31_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_kid/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_kid/31_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_kid/31_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_kid/32.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_kid/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_kid/32.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_kid/32.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_kid/34.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_kid/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_kid/34.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_kid/34.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_kid/35.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_kid/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_kid/35.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_kid/35.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_kid/37.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_kid/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_kid/37.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_kid/37.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_kid/37_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_kid/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_kid/37_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_kid/37_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_spear/03.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_spear/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_spear/03.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_spear/03.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_spear/20.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_spear/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_spear/20.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_spear/20.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_spear/20_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_spear/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_spear/20_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_spear/20_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_spear/30.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_spear/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_spear/30.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_spear/30.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_spear/30_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_spear/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_spear/30_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_spear/30_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_spear/31.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_spear/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_spear/31.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_spear/31.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_spear/32.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_spear/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_spear/32.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_spear/32.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_spear/34.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_spear/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_spear/34.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_spear/34.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_spear/34_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_spear/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_spear/34_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_spear/34_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_spear/35.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_spear/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_spear/35.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_spear/35.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_spear/37.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_spear/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_spear/37.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_spear/37.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/03.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/03.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/03.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/20.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/20.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/20.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/20_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/20_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/20_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/30.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/30.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/30.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/30_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/30_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/30_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/31.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/31.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/31.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/31_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/31_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/31_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/32.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/32.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/32.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/34.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/34.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/34.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/34_1.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/34_1.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/34_1.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/35.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/35.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/35.mss diff --git a/bin/pack/Sound/sound/monster/misterious_diseased_sword/37.mss b/bin/pack/sound_m/sound/monster/misterious_diseased_sword/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/misterious_diseased_sword/37.mss rename to bin/pack/sound_m/sound/monster/misterious_diseased_sword/37.mss diff --git a/bin/pack/Sound/sound/monster/mountain_dog_god/20.mss b/bin/pack/sound_m/sound/monster/mountain_dog_god/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/mountain_dog_god/20.mss rename to bin/pack/sound_m/sound/monster/mountain_dog_god/20.mss diff --git a/bin/pack/Sound/sound/monster/mountain_dog_god/20_1.mss b/bin/pack/sound_m/sound/monster/mountain_dog_god/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/mountain_dog_god/20_1.mss rename to bin/pack/sound_m/sound/monster/mountain_dog_god/20_1.mss diff --git a/bin/pack/Sound/sound/monster/mountain_dog_god/30.mss b/bin/pack/sound_m/sound/monster/mountain_dog_god/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/mountain_dog_god/30.mss rename to bin/pack/sound_m/sound/monster/mountain_dog_god/30.mss diff --git a/bin/pack/Sound/sound/monster/mountain_dog_god/31.mss b/bin/pack/sound_m/sound/monster/mountain_dog_god/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/mountain_dog_god/31.mss rename to bin/pack/sound_m/sound/monster/mountain_dog_god/31.mss diff --git a/bin/pack/Sound/sound/monster/mountain_dog_god/32.mss b/bin/pack/sound_m/sound/monster/mountain_dog_god/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/mountain_dog_god/32.mss rename to bin/pack/sound_m/sound/monster/mountain_dog_god/32.mss diff --git a/bin/pack/Sound/sound/monster/mountain_dog_god/34.mss b/bin/pack/sound_m/sound/monster/mountain_dog_god/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/mountain_dog_god/34.mss rename to bin/pack/sound_m/sound/monster/mountain_dog_god/34.mss diff --git a/bin/pack/Sound/sound/monster/mountain_dog_god/35.mss b/bin/pack/sound_m/sound/monster/mountain_dog_god/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/mountain_dog_god/35.mss rename to bin/pack/sound_m/sound/monster/mountain_dog_god/35.mss diff --git a/bin/pack/Sound/sound/monster/mountain_dog_god/37.mss b/bin/pack/sound_m/sound/monster/mountain_dog_god/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/mountain_dog_god/37.mss rename to bin/pack/sound_m/sound/monster/mountain_dog_god/37.mss diff --git a/bin/pack/Sound/sound/monster/orc_bigblack/03.mss b/bin/pack/sound_m/sound/monster/orc_bigblack/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_bigblack/03.mss rename to bin/pack/sound_m/sound/monster/orc_bigblack/03.mss diff --git a/bin/pack/Sound/sound/monster/orc_bigblack/20.mss b/bin/pack/sound_m/sound/monster/orc_bigblack/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_bigblack/20.mss rename to bin/pack/sound_m/sound/monster/orc_bigblack/20.mss diff --git a/bin/pack/Sound/sound/monster/orc_bigblack/20_1.mss b/bin/pack/sound_m/sound/monster/orc_bigblack/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_bigblack/20_1.mss rename to bin/pack/sound_m/sound/monster/orc_bigblack/20_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_bigblack/30.mss b/bin/pack/sound_m/sound/monster/orc_bigblack/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_bigblack/30.mss rename to bin/pack/sound_m/sound/monster/orc_bigblack/30.mss diff --git a/bin/pack/Sound/sound/monster/orc_bigblack/30_1.mss b/bin/pack/sound_m/sound/monster/orc_bigblack/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_bigblack/30_1.mss rename to bin/pack/sound_m/sound/monster/orc_bigblack/30_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_bigblack/31.mss b/bin/pack/sound_m/sound/monster/orc_bigblack/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_bigblack/31.mss rename to bin/pack/sound_m/sound/monster/orc_bigblack/31.mss diff --git a/bin/pack/Sound/sound/monster/orc_bigblack/32.mss b/bin/pack/sound_m/sound/monster/orc_bigblack/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_bigblack/32.mss rename to bin/pack/sound_m/sound/monster/orc_bigblack/32.mss diff --git a/bin/pack/Sound/sound/monster/orc_bigblack/34.mss b/bin/pack/sound_m/sound/monster/orc_bigblack/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_bigblack/34.mss rename to bin/pack/sound_m/sound/monster/orc_bigblack/34.mss diff --git a/bin/pack/Sound/sound/monster/orc_bigblack/34_1.mss b/bin/pack/sound_m/sound/monster/orc_bigblack/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_bigblack/34_1.mss rename to bin/pack/sound_m/sound/monster/orc_bigblack/34_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_bigblack/35.mss b/bin/pack/sound_m/sound/monster/orc_bigblack/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_bigblack/35.mss rename to bin/pack/sound_m/sound/monster/orc_bigblack/35.mss diff --git a/bin/pack/Sound/sound/monster/orc_bigblack/37.mss b/bin/pack/sound_m/sound/monster/orc_bigblack/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_bigblack/37.mss rename to bin/pack/sound_m/sound/monster/orc_bigblack/37.mss diff --git a/bin/pack/Sound/sound/monster/orc_black/03.mss b/bin/pack/sound_m/sound/monster/orc_black/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_black/03.mss rename to bin/pack/sound_m/sound/monster/orc_black/03.mss diff --git a/bin/pack/Sound/sound/monster/orc_black/20.mss b/bin/pack/sound_m/sound/monster/orc_black/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_black/20.mss rename to bin/pack/sound_m/sound/monster/orc_black/20.mss diff --git a/bin/pack/Sound/sound/monster/orc_black/20_1.mss b/bin/pack/sound_m/sound/monster/orc_black/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_black/20_1.mss rename to bin/pack/sound_m/sound/monster/orc_black/20_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_black/30.mss b/bin/pack/sound_m/sound/monster/orc_black/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_black/30.mss rename to bin/pack/sound_m/sound/monster/orc_black/30.mss diff --git a/bin/pack/Sound/sound/monster/orc_black/30_1.mss b/bin/pack/sound_m/sound/monster/orc_black/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_black/30_1.mss rename to bin/pack/sound_m/sound/monster/orc_black/30_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_black/31.mss b/bin/pack/sound_m/sound/monster/orc_black/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_black/31.mss rename to bin/pack/sound_m/sound/monster/orc_black/31.mss diff --git a/bin/pack/Sound/sound/monster/orc_black/32.mss b/bin/pack/sound_m/sound/monster/orc_black/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_black/32.mss rename to bin/pack/sound_m/sound/monster/orc_black/32.mss diff --git a/bin/pack/Sound/sound/monster/orc_black/34.mss b/bin/pack/sound_m/sound/monster/orc_black/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_black/34.mss rename to bin/pack/sound_m/sound/monster/orc_black/34.mss diff --git a/bin/pack/Sound/sound/monster/orc_black/34_1.mss b/bin/pack/sound_m/sound/monster/orc_black/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_black/34_1.mss rename to bin/pack/sound_m/sound/monster/orc_black/34_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_black/35.mss b/bin/pack/sound_m/sound/monster/orc_black/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_black/35.mss rename to bin/pack/sound_m/sound/monster/orc_black/35.mss diff --git a/bin/pack/Sound/sound/monster/orc_black/37.mss b/bin/pack/sound_m/sound/monster/orc_black/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_black/37.mss rename to bin/pack/sound_m/sound/monster/orc_black/37.mss diff --git a/bin/pack/Sound/sound/monster/orc_general/03.mss b/bin/pack/sound_m/sound/monster/orc_general/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_general/03.mss rename to bin/pack/sound_m/sound/monster/orc_general/03.mss diff --git a/bin/pack/Sound/sound/monster/orc_general/20.mss b/bin/pack/sound_m/sound/monster/orc_general/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_general/20.mss rename to bin/pack/sound_m/sound/monster/orc_general/20.mss diff --git a/bin/pack/Sound/sound/monster/orc_general/20_1.mss b/bin/pack/sound_m/sound/monster/orc_general/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_general/20_1.mss rename to bin/pack/sound_m/sound/monster/orc_general/20_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_general/30.mss b/bin/pack/sound_m/sound/monster/orc_general/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_general/30.mss rename to bin/pack/sound_m/sound/monster/orc_general/30.mss diff --git a/bin/pack/Sound/sound/monster/orc_general/30_1.mss b/bin/pack/sound_m/sound/monster/orc_general/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_general/30_1.mss rename to bin/pack/sound_m/sound/monster/orc_general/30_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_general/31.mss b/bin/pack/sound_m/sound/monster/orc_general/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_general/31.mss rename to bin/pack/sound_m/sound/monster/orc_general/31.mss diff --git a/bin/pack/Sound/sound/monster/orc_general/32.mss b/bin/pack/sound_m/sound/monster/orc_general/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_general/32.mss rename to bin/pack/sound_m/sound/monster/orc_general/32.mss diff --git a/bin/pack/Sound/sound/monster/orc_general/34.mss b/bin/pack/sound_m/sound/monster/orc_general/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_general/34.mss rename to bin/pack/sound_m/sound/monster/orc_general/34.mss diff --git a/bin/pack/Sound/sound/monster/orc_general/34_1.mss b/bin/pack/sound_m/sound/monster/orc_general/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_general/34_1.mss rename to bin/pack/sound_m/sound/monster/orc_general/34_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_general/35.mss b/bin/pack/sound_m/sound/monster/orc_general/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_general/35.mss rename to bin/pack/sound_m/sound/monster/orc_general/35.mss diff --git a/bin/pack/Sound/sound/monster/orc_general/37.mss b/bin/pack/sound_m/sound/monster/orc_general/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_general/37.mss rename to bin/pack/sound_m/sound/monster/orc_general/37.mss diff --git a/bin/pack/Sound/sound/monster/orc_knight/03.mss b/bin/pack/sound_m/sound/monster/orc_knight/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_knight/03.mss rename to bin/pack/sound_m/sound/monster/orc_knight/03.mss diff --git a/bin/pack/Sound/sound/monster/orc_knight/20.mss b/bin/pack/sound_m/sound/monster/orc_knight/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_knight/20.mss rename to bin/pack/sound_m/sound/monster/orc_knight/20.mss diff --git a/bin/pack/Sound/sound/monster/orc_knight/20_1.mss b/bin/pack/sound_m/sound/monster/orc_knight/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_knight/20_1.mss rename to bin/pack/sound_m/sound/monster/orc_knight/20_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_knight/30.mss b/bin/pack/sound_m/sound/monster/orc_knight/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_knight/30.mss rename to bin/pack/sound_m/sound/monster/orc_knight/30.mss diff --git a/bin/pack/Sound/sound/monster/orc_knight/30_1.mss b/bin/pack/sound_m/sound/monster/orc_knight/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_knight/30_1.mss rename to bin/pack/sound_m/sound/monster/orc_knight/30_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_knight/31.mss b/bin/pack/sound_m/sound/monster/orc_knight/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_knight/31.mss rename to bin/pack/sound_m/sound/monster/orc_knight/31.mss diff --git a/bin/pack/Sound/sound/monster/orc_knight/32.mss b/bin/pack/sound_m/sound/monster/orc_knight/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_knight/32.mss rename to bin/pack/sound_m/sound/monster/orc_knight/32.mss diff --git a/bin/pack/Sound/sound/monster/orc_knight/34.mss b/bin/pack/sound_m/sound/monster/orc_knight/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_knight/34.mss rename to bin/pack/sound_m/sound/monster/orc_knight/34.mss diff --git a/bin/pack/Sound/sound/monster/orc_knight/34_1.mss b/bin/pack/sound_m/sound/monster/orc_knight/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_knight/34_1.mss rename to bin/pack/sound_m/sound/monster/orc_knight/34_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_knight/35.mss b/bin/pack/sound_m/sound/monster/orc_knight/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_knight/35.mss rename to bin/pack/sound_m/sound/monster/orc_knight/35.mss diff --git a/bin/pack/Sound/sound/monster/orc_knight/37.mss b/bin/pack/sound_m/sound/monster/orc_knight/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_knight/37.mss rename to bin/pack/sound_m/sound/monster/orc_knight/37.mss diff --git a/bin/pack/Sound/sound/monster/orc_lord/03.mss b/bin/pack/sound_m/sound/monster/orc_lord/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_lord/03.mss rename to bin/pack/sound_m/sound/monster/orc_lord/03.mss diff --git a/bin/pack/Sound/sound/monster/orc_lord/20.mss b/bin/pack/sound_m/sound/monster/orc_lord/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_lord/20.mss rename to bin/pack/sound_m/sound/monster/orc_lord/20.mss diff --git a/bin/pack/Sound/sound/monster/orc_lord/20_1.mss b/bin/pack/sound_m/sound/monster/orc_lord/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_lord/20_1.mss rename to bin/pack/sound_m/sound/monster/orc_lord/20_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_lord/24.mss b/bin/pack/sound_m/sound/monster/orc_lord/24.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_lord/24.mss rename to bin/pack/sound_m/sound/monster/orc_lord/24.mss diff --git a/bin/pack/Sound/sound/monster/orc_lord/30.mss b/bin/pack/sound_m/sound/monster/orc_lord/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_lord/30.mss rename to bin/pack/sound_m/sound/monster/orc_lord/30.mss diff --git a/bin/pack/Sound/sound/monster/orc_lord/31.mss b/bin/pack/sound_m/sound/monster/orc_lord/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_lord/31.mss rename to bin/pack/sound_m/sound/monster/orc_lord/31.mss diff --git a/bin/pack/Sound/sound/monster/orc_lord/32.mss b/bin/pack/sound_m/sound/monster/orc_lord/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_lord/32.mss rename to bin/pack/sound_m/sound/monster/orc_lord/32.mss diff --git a/bin/pack/Sound/sound/monster/orc_lord/34.mss b/bin/pack/sound_m/sound/monster/orc_lord/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_lord/34.mss rename to bin/pack/sound_m/sound/monster/orc_lord/34.mss diff --git a/bin/pack/Sound/sound/monster/orc_lord/34_1.mss b/bin/pack/sound_m/sound/monster/orc_lord/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_lord/34_1.mss rename to bin/pack/sound_m/sound/monster/orc_lord/34_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_lord/35.mss b/bin/pack/sound_m/sound/monster/orc_lord/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_lord/35.mss rename to bin/pack/sound_m/sound/monster/orc_lord/35.mss diff --git a/bin/pack/Sound/sound/monster/orc_lord/37.mss b/bin/pack/sound_m/sound/monster/orc_lord/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_lord/37.mss rename to bin/pack/sound_m/sound/monster/orc_lord/37.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/20.mss b/bin/pack/sound_m/sound/monster/orc_magician/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/20.mss rename to bin/pack/sound_m/sound/monster/orc_magician/20.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/20_1.mss b/bin/pack/sound_m/sound/monster/orc_magician/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/20_1.mss rename to bin/pack/sound_m/sound/monster/orc_magician/20_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/30.mss b/bin/pack/sound_m/sound/monster/orc_magician/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/30.mss rename to bin/pack/sound_m/sound/monster/orc_magician/30.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/30_1.mss b/bin/pack/sound_m/sound/monster/orc_magician/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/30_1.mss rename to bin/pack/sound_m/sound/monster/orc_magician/30_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/31.mss b/bin/pack/sound_m/sound/monster/orc_magician/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/31.mss rename to bin/pack/sound_m/sound/monster/orc_magician/31.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/31_1.mss b/bin/pack/sound_m/sound/monster/orc_magician/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/31_1.mss rename to bin/pack/sound_m/sound/monster/orc_magician/31_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/31_2.mss b/bin/pack/sound_m/sound/monster/orc_magician/31_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/31_2.mss rename to bin/pack/sound_m/sound/monster/orc_magician/31_2.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/32.mss b/bin/pack/sound_m/sound/monster/orc_magician/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/32.mss rename to bin/pack/sound_m/sound/monster/orc_magician/32.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/34.mss b/bin/pack/sound_m/sound/monster/orc_magician/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/34.mss rename to bin/pack/sound_m/sound/monster/orc_magician/34.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/34_1.mss b/bin/pack/sound_m/sound/monster/orc_magician/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/34_1.mss rename to bin/pack/sound_m/sound/monster/orc_magician/34_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/35.mss b/bin/pack/sound_m/sound/monster/orc_magician/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/35.mss rename to bin/pack/sound_m/sound/monster/orc_magician/35.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/37.mss b/bin/pack/sound_m/sound/monster/orc_magician/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/37.mss rename to bin/pack/sound_m/sound/monster/orc_magician/37.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/37_1.mss b/bin/pack/sound_m/sound/monster/orc_magician/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/37_1.mss rename to bin/pack/sound_m/sound/monster/orc_magician/37_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_magician/37_2.mss b/bin/pack/sound_m/sound/monster/orc_magician/37_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_magician/37_2.mss rename to bin/pack/sound_m/sound/monster/orc_magician/37_2.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/03.mss b/bin/pack/sound_m/sound/monster/orc_scouter/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/03.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/03.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/20.mss b/bin/pack/sound_m/sound/monster/orc_scouter/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/20.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/20.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/20_1.mss b/bin/pack/sound_m/sound/monster/orc_scouter/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/20_1.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/20_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/30.mss b/bin/pack/sound_m/sound/monster/orc_scouter/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/30.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/30.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/30_1.mss b/bin/pack/sound_m/sound/monster/orc_scouter/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/30_1.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/30_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/31.mss b/bin/pack/sound_m/sound/monster/orc_scouter/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/31.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/31.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/31_1.mss b/bin/pack/sound_m/sound/monster/orc_scouter/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/31_1.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/31_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/31_2.mss b/bin/pack/sound_m/sound/monster/orc_scouter/31_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/31_2.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/31_2.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/32.mss b/bin/pack/sound_m/sound/monster/orc_scouter/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/32.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/32.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/34.mss b/bin/pack/sound_m/sound/monster/orc_scouter/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/34.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/34.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/34_1.mss b/bin/pack/sound_m/sound/monster/orc_scouter/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/34_1.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/34_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/35.mss b/bin/pack/sound_m/sound/monster/orc_scouter/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/35.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/35.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/37.mss b/bin/pack/sound_m/sound/monster/orc_scouter/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/37.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/37.mss diff --git a/bin/pack/Sound/sound/monster/orc_scouter/37_1.mss b/bin/pack/sound_m/sound/monster/orc_scouter/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_scouter/37_1.mss rename to bin/pack/sound_m/sound/monster/orc_scouter/37_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/03.mss b/bin/pack/sound_m/sound/monster/orc_soldier/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/03.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/03.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/20.mss b/bin/pack/sound_m/sound/monster/orc_soldier/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/20.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/20.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/20_1.mss b/bin/pack/sound_m/sound/monster/orc_soldier/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/20_1.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/20_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/30.mss b/bin/pack/sound_m/sound/monster/orc_soldier/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/30.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/30.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/30_1.mss b/bin/pack/sound_m/sound/monster/orc_soldier/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/30_1.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/30_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/31.mss b/bin/pack/sound_m/sound/monster/orc_soldier/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/31.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/31.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/31_1.mss b/bin/pack/sound_m/sound/monster/orc_soldier/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/31_1.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/31_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/32.mss b/bin/pack/sound_m/sound/monster/orc_soldier/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/32.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/32.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/34.mss b/bin/pack/sound_m/sound/monster/orc_soldier/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/34.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/34.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/34_1.mss b/bin/pack/sound_m/sound/monster/orc_soldier/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/34_1.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/34_1.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/35.mss b/bin/pack/sound_m/sound/monster/orc_soldier/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/35.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/35.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/37.mss b/bin/pack/sound_m/sound/monster/orc_soldier/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/37.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/37.mss diff --git a/bin/pack/Sound/sound/monster/orc_soldier/37_1.mss b/bin/pack/sound_m/sound/monster/orc_soldier/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/orc_soldier/37_1.mss rename to bin/pack/sound_m/sound/monster/orc_soldier/37_1.mss diff --git a/bin/pack/Sound/sound/monster/recycle_monster/03.mss b/bin/pack/sound_m/sound/monster/recycle_monster/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/recycle_monster/03.mss rename to bin/pack/sound_m/sound/monster/recycle_monster/03.mss diff --git a/bin/pack/Sound/sound/monster/recycle_monster/20.mss b/bin/pack/sound_m/sound/monster/recycle_monster/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/recycle_monster/20.mss rename to bin/pack/sound_m/sound/monster/recycle_monster/20.mss diff --git a/bin/pack/Sound/sound/monster/recycle_monster/20_1.mss b/bin/pack/sound_m/sound/monster/recycle_monster/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/recycle_monster/20_1.mss rename to bin/pack/sound_m/sound/monster/recycle_monster/20_1.mss diff --git a/bin/pack/Sound/sound/monster/recycle_monster/30.mss b/bin/pack/sound_m/sound/monster/recycle_monster/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/recycle_monster/30.mss rename to bin/pack/sound_m/sound/monster/recycle_monster/30.mss diff --git a/bin/pack/Sound/sound/monster/recycle_monster/30_1.mss b/bin/pack/sound_m/sound/monster/recycle_monster/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/recycle_monster/30_1.mss rename to bin/pack/sound_m/sound/monster/recycle_monster/30_1.mss diff --git a/bin/pack/Sound/sound/monster/recycle_monster/31.mss b/bin/pack/sound_m/sound/monster/recycle_monster/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/recycle_monster/31.mss rename to bin/pack/sound_m/sound/monster/recycle_monster/31.mss diff --git a/bin/pack/Sound/sound/monster/recycle_monster/32.mss b/bin/pack/sound_m/sound/monster/recycle_monster/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/recycle_monster/32.mss rename to bin/pack/sound_m/sound/monster/recycle_monster/32.mss diff --git a/bin/pack/Sound/sound/monster/recycle_monster/34.mss b/bin/pack/sound_m/sound/monster/recycle_monster/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/recycle_monster/34.mss rename to bin/pack/sound_m/sound/monster/recycle_monster/34.mss diff --git a/bin/pack/Sound/sound/monster/recycle_monster/34_1.mss b/bin/pack/sound_m/sound/monster/recycle_monster/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/recycle_monster/34_1.mss rename to bin/pack/sound_m/sound/monster/recycle_monster/34_1.mss diff --git a/bin/pack/Sound/sound/monster/recycle_monster/35.mss b/bin/pack/sound_m/sound/monster/recycle_monster/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/recycle_monster/35.mss rename to bin/pack/sound_m/sound/monster/recycle_monster/35.mss diff --git a/bin/pack/Sound/sound/monster/recycle_monster/37.mss b/bin/pack/sound_m/sound/monster/recycle_monster/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/recycle_monster/37.mss rename to bin/pack/sound_m/sound/monster/recycle_monster/37.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/03.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/03.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/03.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/20.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/20.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/20.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/20_1.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/20_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/20_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/30.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/30.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/30.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/30_1.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/30_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/30_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/31.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/31.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/31.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/31_1.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/31_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/31_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/32.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/32.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/32.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/34.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/34.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/34.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/34_1.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/34_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/34_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/35.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/35.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/35.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_bigboss/37.mss b/bin/pack/sound_m/sound/monster/skeleton_bigboss/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_bigboss/37.mss rename to bin/pack/sound_m/sound/monster/skeleton_bigboss/37.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_general/03.mss b/bin/pack/sound_m/sound/monster/skeleton_general/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_general/03.mss rename to bin/pack/sound_m/sound/monster/skeleton_general/03.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_general/20.mss b/bin/pack/sound_m/sound/monster/skeleton_general/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_general/20.mss rename to bin/pack/sound_m/sound/monster/skeleton_general/20.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_general/20_1.mss b/bin/pack/sound_m/sound/monster/skeleton_general/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_general/20_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_general/20_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_general/30.mss b/bin/pack/sound_m/sound/monster/skeleton_general/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_general/30.mss rename to bin/pack/sound_m/sound/monster/skeleton_general/30.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_general/30_1.mss b/bin/pack/sound_m/sound/monster/skeleton_general/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_general/30_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_general/30_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_general/31.mss b/bin/pack/sound_m/sound/monster/skeleton_general/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_general/31.mss rename to bin/pack/sound_m/sound/monster/skeleton_general/31.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_general/32.mss b/bin/pack/sound_m/sound/monster/skeleton_general/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_general/32.mss rename to bin/pack/sound_m/sound/monster/skeleton_general/32.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_general/34.mss b/bin/pack/sound_m/sound/monster/skeleton_general/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_general/34.mss rename to bin/pack/sound_m/sound/monster/skeleton_general/34.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_general/34_1.mss b/bin/pack/sound_m/sound/monster/skeleton_general/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_general/34_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_general/34_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_general/35.mss b/bin/pack/sound_m/sound/monster/skeleton_general/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_general/35.mss rename to bin/pack/sound_m/sound/monster/skeleton_general/35.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_general/37.mss b/bin/pack/sound_m/sound/monster/skeleton_general/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_general/37.mss rename to bin/pack/sound_m/sound/monster/skeleton_general/37.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/03.mss b/bin/pack/sound_m/sound/monster/skeleton_god/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/03.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/03.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/20.mss b/bin/pack/sound_m/sound/monster/skeleton_god/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/20.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/20.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/20_1.mss b/bin/pack/sound_m/sound/monster/skeleton_god/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/20_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/20_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/24.mss b/bin/pack/sound_m/sound/monster/skeleton_god/24.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/24.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/24.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/25.mss b/bin/pack/sound_m/sound/monster/skeleton_god/25.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/25.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/25.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/30.mss b/bin/pack/sound_m/sound/monster/skeleton_god/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/30.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/30.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/30_1.mss b/bin/pack/sound_m/sound/monster/skeleton_god/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/30_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/30_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/31.mss b/bin/pack/sound_m/sound/monster/skeleton_god/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/31.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/31.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/32.mss b/bin/pack/sound_m/sound/monster/skeleton_god/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/32.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/32.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/34.mss b/bin/pack/sound_m/sound/monster/skeleton_god/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/34.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/34.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/34_1.mss b/bin/pack/sound_m/sound/monster/skeleton_god/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/34_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/34_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/35.mss b/bin/pack/sound_m/sound/monster/skeleton_god/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/35.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/35.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_god/37.mss b/bin/pack/sound_m/sound/monster/skeleton_god/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_god/37.mss rename to bin/pack/sound_m/sound/monster/skeleton_god/37.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_king/03.mss b/bin/pack/sound_m/sound/monster/skeleton_king/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_king/03.mss rename to bin/pack/sound_m/sound/monster/skeleton_king/03.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_king/20.mss b/bin/pack/sound_m/sound/monster/skeleton_king/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_king/20.mss rename to bin/pack/sound_m/sound/monster/skeleton_king/20.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_king/20_1.mss b/bin/pack/sound_m/sound/monster/skeleton_king/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_king/20_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_king/20_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_king/24.mss b/bin/pack/sound_m/sound/monster/skeleton_king/24.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_king/24.mss rename to bin/pack/sound_m/sound/monster/skeleton_king/24.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_king/31.mss b/bin/pack/sound_m/sound/monster/skeleton_king/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_king/31.mss rename to bin/pack/sound_m/sound/monster/skeleton_king/31.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_king/32.mss b/bin/pack/sound_m/sound/monster/skeleton_king/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_king/32.mss rename to bin/pack/sound_m/sound/monster/skeleton_king/32.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_king/32_1.mss b/bin/pack/sound_m/sound/monster/skeleton_king/32_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_king/32_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_king/32_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_king/34.mss b/bin/pack/sound_m/sound/monster/skeleton_king/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_king/34.mss rename to bin/pack/sound_m/sound/monster/skeleton_king/34.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_king/34_1.mss b/bin/pack/sound_m/sound/monster/skeleton_king/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_king/34_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_king/34_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_king/35.mss b/bin/pack/sound_m/sound/monster/skeleton_king/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_king/35.mss rename to bin/pack/sound_m/sound/monster/skeleton_king/35.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_king/37.mss b/bin/pack/sound_m/sound/monster/skeleton_king/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_king/37.mss rename to bin/pack/sound_m/sound/monster/skeleton_king/37.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/00.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/00.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/00.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/00.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/03.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/03.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/03.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/20.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/20.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/20.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/20_1.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/20_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/20_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/20_2.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/20_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/20_2.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/20_2.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/30.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/30.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/30.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/30_1.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/30_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/30_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/31.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/31.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/31.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/32.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/32.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/32.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/34.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/34.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/34.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/34_1.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/34_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/34_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/35.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/35.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/35.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_magician/37.mss b/bin/pack/sound_m/sound/monster/skeleton_magician/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_magician/37.mss rename to bin/pack/sound_m/sound/monster/skeleton_magician/37.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_bow/03.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_bow/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_bow/03.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_bow/03.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_bow/20.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_bow/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_bow/20.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_bow/20.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_bow/30.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_bow/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_bow/30.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_bow/30.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_bow/30_1.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_bow/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_bow/30_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_bow/30_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_bow/31.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_bow/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_bow/31.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_bow/31.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_bow/32.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_bow/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_bow/32.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_bow/32.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_bow/34.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_bow/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_bow/34.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_bow/34.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_bow/34_1.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_bow/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_bow/34_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_bow/34_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_bow/35.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_bow/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_bow/35.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_bow/35.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_bow/37.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_bow/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_bow/37.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_bow/37.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_scythe/03.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_scythe/03.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/03.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_scythe/20.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_scythe/20.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/20.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_scythe/20_1.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_scythe/20_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/20_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_scythe/30.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_scythe/30.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/30.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_scythe/30_1.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_scythe/30_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/30_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_scythe/31.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_scythe/31.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/31.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_scythe/32.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_scythe/32.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/32.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_scythe/34.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_scythe/34.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/34.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_scythe/34_1.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_scythe/34_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/34_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_scythe/35.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_scythe/35.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/35.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_scythe/37.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_scythe/37.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_scythe/37.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_spear/03.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_spear/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_spear/03.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_spear/03.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_spear/20.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_spear/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_spear/20.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_spear/20.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_spear/20_1.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_spear/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_spear/20_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_spear/20_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_spear/30.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_spear/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_spear/30.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_spear/30.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_spear/30_1.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_spear/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_spear/30_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_spear/30_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_spear/31.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_spear/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_spear/31.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_spear/31.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_spear/32.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_spear/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_spear/32.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_spear/32.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_spear/34.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_spear/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_spear/34.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_spear/34.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_spear/34_1.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_spear/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_spear/34_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_spear/34_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_spear/35.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_spear/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_spear/35.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_spear/35.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_soldier_spear/37.mss b/bin/pack/sound_m/sound/monster/skeleton_soldier_spear/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_soldier_spear/37.mss rename to bin/pack/sound_m/sound/monster/skeleton_soldier_spear/37.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/00.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/00.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/00.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/00.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/00_1.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/00_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/00_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/00_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/03.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/03.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/03.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/20.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/20.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/20.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/20_1.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/20_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/20_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/30.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/30.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/30.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/30_1.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/30_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/30_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/31.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/31.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/31.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/32.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/32.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/32.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/34.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/34.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/34.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/34_1.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/34_1.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/34_1.mss diff --git a/bin/pack/Sound/sound/monster/skeleton_wizard/35.mss b/bin/pack/sound_m/sound/monster/skeleton_wizard/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/skeleton_wizard/35.mss rename to bin/pack/sound_m/sound/monster/skeleton_wizard/35.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/00_1.mss b/bin/pack/sound_m/sound/monster/spite_ghost/00_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/00_1.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/00_1.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/03.mss b/bin/pack/sound_m/sound/monster/spite_ghost/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/03.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/03.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/20.mss b/bin/pack/sound_m/sound/monster/spite_ghost/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/20.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/20.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/20_1.mss b/bin/pack/sound_m/sound/monster/spite_ghost/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/20_1.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/20_1.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/30.mss b/bin/pack/sound_m/sound/monster/spite_ghost/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/30.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/30.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/30_1.mss b/bin/pack/sound_m/sound/monster/spite_ghost/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/30_1.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/30_1.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/31.mss b/bin/pack/sound_m/sound/monster/spite_ghost/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/31.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/31.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/32.mss b/bin/pack/sound_m/sound/monster/spite_ghost/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/32.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/32.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/34.mss b/bin/pack/sound_m/sound/monster/spite_ghost/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/34.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/34.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/34_1.mss b/bin/pack/sound_m/sound/monster/spite_ghost/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/34_1.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/34_1.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/35.mss b/bin/pack/sound_m/sound/monster/spite_ghost/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/35.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/35.mss diff --git a/bin/pack/Sound/sound/monster/spite_ghost/37.mss b/bin/pack/sound_m/sound/monster/spite_ghost/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/spite_ghost/37.mss rename to bin/pack/sound_m/sound/monster/spite_ghost/37.mss diff --git a/bin/pack/Sound/sound/monster/stray_dog/20.mss b/bin/pack/sound_m/sound/monster/stray_dog/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/stray_dog/20.mss rename to bin/pack/sound_m/sound/monster/stray_dog/20.mss diff --git a/bin/pack/Sound/sound/monster/stray_dog/20_1.mss b/bin/pack/sound_m/sound/monster/stray_dog/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/stray_dog/20_1.mss rename to bin/pack/sound_m/sound/monster/stray_dog/20_1.mss diff --git a/bin/pack/Sound/sound/monster/stray_dog/30.mss b/bin/pack/sound_m/sound/monster/stray_dog/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/stray_dog/30.mss rename to bin/pack/sound_m/sound/monster/stray_dog/30.mss diff --git a/bin/pack/Sound/sound/monster/stray_dog/31.mss b/bin/pack/sound_m/sound/monster/stray_dog/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/stray_dog/31.mss rename to bin/pack/sound_m/sound/monster/stray_dog/31.mss diff --git a/bin/pack/Sound/sound/monster/stray_dog/32.mss b/bin/pack/sound_m/sound/monster/stray_dog/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/stray_dog/32.mss rename to bin/pack/sound_m/sound/monster/stray_dog/32.mss diff --git a/bin/pack/Sound/sound/monster/stray_dog/34.mss b/bin/pack/sound_m/sound/monster/stray_dog/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/stray_dog/34.mss rename to bin/pack/sound_m/sound/monster/stray_dog/34.mss diff --git a/bin/pack/Sound/sound/monster/stray_dog/34_1.mss b/bin/pack/sound_m/sound/monster/stray_dog/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/stray_dog/34_1.mss rename to bin/pack/sound_m/sound/monster/stray_dog/34_1.mss diff --git a/bin/pack/Sound/sound/monster/stray_dog/35.mss b/bin/pack/sound_m/sound/monster/stray_dog/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/stray_dog/35.mss rename to bin/pack/sound_m/sound/monster/stray_dog/35.mss diff --git a/bin/pack/Sound/sound/monster/sugu_general/03.mss b/bin/pack/sound_m/sound/monster/sugu_general/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/sugu_general/03.mss rename to bin/pack/sound_m/sound/monster/sugu_general/03.mss diff --git a/bin/pack/Sound/sound/monster/sugu_general/20.mss b/bin/pack/sound_m/sound/monster/sugu_general/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/sugu_general/20.mss rename to bin/pack/sound_m/sound/monster/sugu_general/20.mss diff --git a/bin/pack/Sound/sound/monster/sugu_general/20_1.mss b/bin/pack/sound_m/sound/monster/sugu_general/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/sugu_general/20_1.mss rename to bin/pack/sound_m/sound/monster/sugu_general/20_1.mss diff --git a/bin/pack/Sound/sound/monster/sugu_general/30.mss b/bin/pack/sound_m/sound/monster/sugu_general/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/sugu_general/30.mss rename to bin/pack/sound_m/sound/monster/sugu_general/30.mss diff --git a/bin/pack/Sound/sound/monster/sugu_general/30_1.mss b/bin/pack/sound_m/sound/monster/sugu_general/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/sugu_general/30_1.mss rename to bin/pack/sound_m/sound/monster/sugu_general/30_1.mss diff --git a/bin/pack/Sound/sound/monster/sugu_general/31.mss b/bin/pack/sound_m/sound/monster/sugu_general/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/sugu_general/31.mss rename to bin/pack/sound_m/sound/monster/sugu_general/31.mss diff --git a/bin/pack/Sound/sound/monster/sugu_general/32.mss b/bin/pack/sound_m/sound/monster/sugu_general/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/sugu_general/32.mss rename to bin/pack/sound_m/sound/monster/sugu_general/32.mss diff --git a/bin/pack/Sound/sound/monster/sugu_general/34.mss b/bin/pack/sound_m/sound/monster/sugu_general/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/sugu_general/34.mss rename to bin/pack/sound_m/sound/monster/sugu_general/34.mss diff --git a/bin/pack/Sound/sound/monster/sugu_general/34_1.mss b/bin/pack/sound_m/sound/monster/sugu_general/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/sugu_general/34_1.mss rename to bin/pack/sound_m/sound/monster/sugu_general/34_1.mss diff --git a/bin/pack/Sound/sound/monster/sugu_general/35.mss b/bin/pack/sound_m/sound/monster/sugu_general/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/sugu_general/35.mss rename to bin/pack/sound_m/sound/monster/sugu_general/35.mss diff --git a/bin/pack/Sound/sound/monster/thief1/02.mss b/bin/pack/sound_m/sound/monster/thief1/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/02.mss rename to bin/pack/sound_m/sound/monster/thief1/02.mss diff --git a/bin/pack/Sound/sound/monster/thief1/03.mss b/bin/pack/sound_m/sound/monster/thief1/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/03.mss rename to bin/pack/sound_m/sound/monster/thief1/03.mss diff --git a/bin/pack/Sound/sound/monster/thief1/03_1.mss b/bin/pack/sound_m/sound/monster/thief1/03_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/03_1.mss rename to bin/pack/sound_m/sound/monster/thief1/03_1.mss diff --git a/bin/pack/Sound/sound/monster/thief1/20-1.mss b/bin/pack/sound_m/sound/monster/thief1/20-1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/20-1.mss rename to bin/pack/sound_m/sound/monster/thief1/20-1.mss diff --git a/bin/pack/Sound/sound/monster/thief1/20-2.mss b/bin/pack/sound_m/sound/monster/thief1/20-2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/20-2.mss rename to bin/pack/sound_m/sound/monster/thief1/20-2.mss diff --git a/bin/pack/Sound/sound/monster/thief1/20.mss b/bin/pack/sound_m/sound/monster/thief1/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/20.mss rename to bin/pack/sound_m/sound/monster/thief1/20.mss diff --git a/bin/pack/Sound/sound/monster/thief1/20_1.mss b/bin/pack/sound_m/sound/monster/thief1/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/20_1.mss rename to bin/pack/sound_m/sound/monster/thief1/20_1.mss diff --git a/bin/pack/Sound/sound/monster/thief1/20_2.mss b/bin/pack/sound_m/sound/monster/thief1/20_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/20_2.mss rename to bin/pack/sound_m/sound/monster/thief1/20_2.mss diff --git a/bin/pack/Sound/sound/monster/thief1/30.mss b/bin/pack/sound_m/sound/monster/thief1/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/30.mss rename to bin/pack/sound_m/sound/monster/thief1/30.mss diff --git a/bin/pack/Sound/sound/monster/thief1/30_1.mss b/bin/pack/sound_m/sound/monster/thief1/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/30_1.mss rename to bin/pack/sound_m/sound/monster/thief1/30_1.mss diff --git a/bin/pack/Sound/sound/monster/thief1/31.mss b/bin/pack/sound_m/sound/monster/thief1/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/31.mss rename to bin/pack/sound_m/sound/monster/thief1/31.mss diff --git a/bin/pack/Sound/sound/monster/thief1/31_1.mss b/bin/pack/sound_m/sound/monster/thief1/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/31_1.mss rename to bin/pack/sound_m/sound/monster/thief1/31_1.mss diff --git a/bin/pack/Sound/sound/monster/thief1/32.mss b/bin/pack/sound_m/sound/monster/thief1/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/32.mss rename to bin/pack/sound_m/sound/monster/thief1/32.mss diff --git a/bin/pack/Sound/sound/monster/thief1/34.mss b/bin/pack/sound_m/sound/monster/thief1/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/34.mss rename to bin/pack/sound_m/sound/monster/thief1/34.mss diff --git a/bin/pack/Sound/sound/monster/thief1/34_1.mss b/bin/pack/sound_m/sound/monster/thief1/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/34_1.mss rename to bin/pack/sound_m/sound/monster/thief1/34_1.mss diff --git a/bin/pack/Sound/sound/monster/thief1/35.mss b/bin/pack/sound_m/sound/monster/thief1/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/35.mss rename to bin/pack/sound_m/sound/monster/thief1/35.mss diff --git a/bin/pack/Sound/sound/monster/thief1/37.mss b/bin/pack/sound_m/sound/monster/thief1/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/37.mss rename to bin/pack/sound_m/sound/monster/thief1/37.mss diff --git a/bin/pack/Sound/sound/monster/thief1/37_1.mss b/bin/pack/sound_m/sound/monster/thief1/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/37_1.mss rename to bin/pack/sound_m/sound/monster/thief1/37_1.mss diff --git a/bin/pack/Sound/sound/monster/thief1/37_2.mss b/bin/pack/sound_m/sound/monster/thief1/37_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief1/37_2.mss rename to bin/pack/sound_m/sound/monster/thief1/37_2.mss diff --git a/bin/pack/Sound/sound/monster/thief2/02.mss b/bin/pack/sound_m/sound/monster/thief2/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/02.mss rename to bin/pack/sound_m/sound/monster/thief2/02.mss diff --git a/bin/pack/Sound/sound/monster/thief2/03.mss b/bin/pack/sound_m/sound/monster/thief2/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/03.mss rename to bin/pack/sound_m/sound/monster/thief2/03.mss diff --git a/bin/pack/Sound/sound/monster/thief2/03_1.mss b/bin/pack/sound_m/sound/monster/thief2/03_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/03_1.mss rename to bin/pack/sound_m/sound/monster/thief2/03_1.mss diff --git a/bin/pack/Sound/sound/monster/thief2/20-1.mss b/bin/pack/sound_m/sound/monster/thief2/20-1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/20-1.mss rename to bin/pack/sound_m/sound/monster/thief2/20-1.mss diff --git a/bin/pack/Sound/sound/monster/thief2/20-2.mss b/bin/pack/sound_m/sound/monster/thief2/20-2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/20-2.mss rename to bin/pack/sound_m/sound/monster/thief2/20-2.mss diff --git a/bin/pack/Sound/sound/monster/thief2/20.mss b/bin/pack/sound_m/sound/monster/thief2/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/20.mss rename to bin/pack/sound_m/sound/monster/thief2/20.mss diff --git a/bin/pack/Sound/sound/monster/thief2/20_1.mss b/bin/pack/sound_m/sound/monster/thief2/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/20_1.mss rename to bin/pack/sound_m/sound/monster/thief2/20_1.mss diff --git a/bin/pack/Sound/sound/monster/thief2/20_2.mss b/bin/pack/sound_m/sound/monster/thief2/20_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/20_2.mss rename to bin/pack/sound_m/sound/monster/thief2/20_2.mss diff --git a/bin/pack/Sound/sound/monster/thief2/30.mss b/bin/pack/sound_m/sound/monster/thief2/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/30.mss rename to bin/pack/sound_m/sound/monster/thief2/30.mss diff --git a/bin/pack/Sound/sound/monster/thief2/30_1.mss b/bin/pack/sound_m/sound/monster/thief2/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/30_1.mss rename to bin/pack/sound_m/sound/monster/thief2/30_1.mss diff --git a/bin/pack/Sound/sound/monster/thief2/31.mss b/bin/pack/sound_m/sound/monster/thief2/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/31.mss rename to bin/pack/sound_m/sound/monster/thief2/31.mss diff --git a/bin/pack/Sound/sound/monster/thief2/31_1.mss b/bin/pack/sound_m/sound/monster/thief2/31_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/31_1.mss rename to bin/pack/sound_m/sound/monster/thief2/31_1.mss diff --git a/bin/pack/Sound/sound/monster/thief2/32.mss b/bin/pack/sound_m/sound/monster/thief2/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/32.mss rename to bin/pack/sound_m/sound/monster/thief2/32.mss diff --git a/bin/pack/Sound/sound/monster/thief2/34.mss b/bin/pack/sound_m/sound/monster/thief2/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/34.mss rename to bin/pack/sound_m/sound/monster/thief2/34.mss diff --git a/bin/pack/Sound/sound/monster/thief2/34_1.mss b/bin/pack/sound_m/sound/monster/thief2/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/34_1.mss rename to bin/pack/sound_m/sound/monster/thief2/34_1.mss diff --git a/bin/pack/Sound/sound/monster/thief2/35.mss b/bin/pack/sound_m/sound/monster/thief2/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/35.mss rename to bin/pack/sound_m/sound/monster/thief2/35.mss diff --git a/bin/pack/Sound/sound/monster/thief2/37.mss b/bin/pack/sound_m/sound/monster/thief2/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/37.mss rename to bin/pack/sound_m/sound/monster/thief2/37.mss diff --git a/bin/pack/Sound/sound/monster/thief2/37_1.mss b/bin/pack/sound_m/sound/monster/thief2/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/37_1.mss rename to bin/pack/sound_m/sound/monster/thief2/37_1.mss diff --git a/bin/pack/Sound/sound/monster/thief2/37_2.mss b/bin/pack/sound_m/sound/monster/thief2/37_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thief2/37_2.mss rename to bin/pack/sound_m/sound/monster/thief2/37_2.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/02.mss b/bin/pack/sound_m/sound/monster/thiefboss1/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/02.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/02.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/03.mss b/bin/pack/sound_m/sound/monster/thiefboss1/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/03.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/03.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/20-1.mss b/bin/pack/sound_m/sound/monster/thiefboss1/20-1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/20-1.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/20-1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/20.mss b/bin/pack/sound_m/sound/monster/thiefboss1/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/20.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/20.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/20_1.mss b/bin/pack/sound_m/sound/monster/thiefboss1/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/20_1.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/20_1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/30.mss b/bin/pack/sound_m/sound/monster/thiefboss1/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/30.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/30.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/30_1.mss b/bin/pack/sound_m/sound/monster/thiefboss1/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/30_1.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/30_1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/31.mss b/bin/pack/sound_m/sound/monster/thiefboss1/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/31.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/31.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/32.mss b/bin/pack/sound_m/sound/monster/thiefboss1/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/32.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/32.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/34.mss b/bin/pack/sound_m/sound/monster/thiefboss1/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/34.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/34.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/34_1.mss b/bin/pack/sound_m/sound/monster/thiefboss1/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/34_1.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/34_1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/35.mss b/bin/pack/sound_m/sound/monster/thiefboss1/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/35.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/35.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/50.mss b/bin/pack/sound_m/sound/monster/thiefboss1/50.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/50.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/50.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/51.mss b/bin/pack/sound_m/sound/monster/thiefboss1/51.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/51.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/51.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss1/52.mss b/bin/pack/sound_m/sound/monster/thiefboss1/52.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss1/52.mss rename to bin/pack/sound_m/sound/monster/thiefboss1/52.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/02.mss b/bin/pack/sound_m/sound/monster/thiefboss2/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/02.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/02.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/03.mss b/bin/pack/sound_m/sound/monster/thiefboss2/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/03.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/03.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/20-1.mss b/bin/pack/sound_m/sound/monster/thiefboss2/20-1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/20-1.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/20-1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/20-2.mss b/bin/pack/sound_m/sound/monster/thiefboss2/20-2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/20-2.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/20-2.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/20.mss b/bin/pack/sound_m/sound/monster/thiefboss2/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/20.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/20.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/20_1.mss b/bin/pack/sound_m/sound/monster/thiefboss2/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/20_1.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/20_1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/20_2.mss b/bin/pack/sound_m/sound/monster/thiefboss2/20_2.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/20_2.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/20_2.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/30.mss b/bin/pack/sound_m/sound/monster/thiefboss2/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/30.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/30.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/30_1.mss b/bin/pack/sound_m/sound/monster/thiefboss2/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/30_1.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/30_1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/31.mss b/bin/pack/sound_m/sound/monster/thiefboss2/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/31.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/31.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/32.mss b/bin/pack/sound_m/sound/monster/thiefboss2/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/32.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/32.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/34.mss b/bin/pack/sound_m/sound/monster/thiefboss2/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/34.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/34.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/34_1.mss b/bin/pack/sound_m/sound/monster/thiefboss2/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/34_1.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/34_1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/35.mss b/bin/pack/sound_m/sound/monster/thiefboss2/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/35.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/35.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/50.mss b/bin/pack/sound_m/sound/monster/thiefboss2/50.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/50.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/50.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/51.mss b/bin/pack/sound_m/sound/monster/thiefboss2/51.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/51.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/51.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss2/52.mss b/bin/pack/sound_m/sound/monster/thiefboss2/52.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss2/52.mss rename to bin/pack/sound_m/sound/monster/thiefboss2/52.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/02.mss b/bin/pack/sound_m/sound/monster/thiefboss3/02.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/02.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/02.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/03.mss b/bin/pack/sound_m/sound/monster/thiefboss3/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/03.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/03.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/20-1.mss b/bin/pack/sound_m/sound/monster/thiefboss3/20-1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/20-1.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/20-1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/20.mss b/bin/pack/sound_m/sound/monster/thiefboss3/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/20.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/20.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/20_1.mss b/bin/pack/sound_m/sound/monster/thiefboss3/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/20_1.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/20_1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/30.mss b/bin/pack/sound_m/sound/monster/thiefboss3/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/30.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/30.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/30_1.mss b/bin/pack/sound_m/sound/monster/thiefboss3/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/30_1.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/30_1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/31.mss b/bin/pack/sound_m/sound/monster/thiefboss3/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/31.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/31.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/32.mss b/bin/pack/sound_m/sound/monster/thiefboss3/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/32.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/32.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/34.mss b/bin/pack/sound_m/sound/monster/thiefboss3/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/34.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/34.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/34_1.mss b/bin/pack/sound_m/sound/monster/thiefboss3/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/34_1.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/34_1.mss diff --git a/bin/pack/Sound/sound/monster/thiefboss3/35.mss b/bin/pack/sound_m/sound/monster/thiefboss3/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/thiefboss3/35.mss rename to bin/pack/sound_m/sound/monster/thiefboss3/35.mss diff --git a/bin/pack/Sound/sound/monster/tiger/20.mss b/bin/pack/sound_m/sound/monster/tiger/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/tiger/20.mss rename to bin/pack/sound_m/sound/monster/tiger/20.mss diff --git a/bin/pack/Sound/sound/monster/tiger/20_1.mss b/bin/pack/sound_m/sound/monster/tiger/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/tiger/20_1.mss rename to bin/pack/sound_m/sound/monster/tiger/20_1.mss diff --git a/bin/pack/Sound/sound/monster/tiger/30.mss b/bin/pack/sound_m/sound/monster/tiger/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/tiger/30.mss rename to bin/pack/sound_m/sound/monster/tiger/30.mss diff --git a/bin/pack/Sound/sound/monster/tiger/31.mss b/bin/pack/sound_m/sound/monster/tiger/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/tiger/31.mss rename to bin/pack/sound_m/sound/monster/tiger/31.mss diff --git a/bin/pack/Sound/sound/monster/tiger/32.mss b/bin/pack/sound_m/sound/monster/tiger/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/tiger/32.mss rename to bin/pack/sound_m/sound/monster/tiger/32.mss diff --git a/bin/pack/Sound/sound/monster/tiger/34.mss b/bin/pack/sound_m/sound/monster/tiger/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/tiger/34.mss rename to bin/pack/sound_m/sound/monster/tiger/34.mss diff --git a/bin/pack/Sound/sound/monster/tiger/35.mss b/bin/pack/sound_m/sound/monster/tiger/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/tiger/35.mss rename to bin/pack/sound_m/sound/monster/tiger/35.mss diff --git a/bin/pack/Sound/sound/monster/tiger/37.mss b/bin/pack/sound_m/sound/monster/tiger/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/tiger/37.mss rename to bin/pack/sound_m/sound/monster/tiger/37.mss diff --git a/bin/pack/Sound/sound/monster/tiger/37_1.mss b/bin/pack/sound_m/sound/monster/tiger/37_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/tiger/37_1.mss rename to bin/pack/sound_m/sound/monster/tiger/37_1.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar/20.mss b/bin/pack/sound_m/sound/monster/wild_boar/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar/20.mss rename to bin/pack/sound_m/sound/monster/wild_boar/20.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar/20_1.mss b/bin/pack/sound_m/sound/monster/wild_boar/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar/20_1.mss rename to bin/pack/sound_m/sound/monster/wild_boar/20_1.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar/30.mss b/bin/pack/sound_m/sound/monster/wild_boar/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar/30.mss rename to bin/pack/sound_m/sound/monster/wild_boar/30.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar/31.mss b/bin/pack/sound_m/sound/monster/wild_boar/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar/31.mss rename to bin/pack/sound_m/sound/monster/wild_boar/31.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar/32.mss b/bin/pack/sound_m/sound/monster/wild_boar/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar/32.mss rename to bin/pack/sound_m/sound/monster/wild_boar/32.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar/34.mss b/bin/pack/sound_m/sound/monster/wild_boar/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar/34.mss rename to bin/pack/sound_m/sound/monster/wild_boar/34.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar/35.mss b/bin/pack/sound_m/sound/monster/wild_boar/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar/35.mss rename to bin/pack/sound_m/sound/monster/wild_boar/35.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar/37.mss b/bin/pack/sound_m/sound/monster/wild_boar/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar/37.mss rename to bin/pack/sound_m/sound/monster/wild_boar/37.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar_god/20.mss b/bin/pack/sound_m/sound/monster/wild_boar_god/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar_god/20.mss rename to bin/pack/sound_m/sound/monster/wild_boar_god/20.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar_god/20_1.mss b/bin/pack/sound_m/sound/monster/wild_boar_god/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar_god/20_1.mss rename to bin/pack/sound_m/sound/monster/wild_boar_god/20_1.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar_god/30.mss b/bin/pack/sound_m/sound/monster/wild_boar_god/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar_god/30.mss rename to bin/pack/sound_m/sound/monster/wild_boar_god/30.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar_god/31.mss b/bin/pack/sound_m/sound/monster/wild_boar_god/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar_god/31.mss rename to bin/pack/sound_m/sound/monster/wild_boar_god/31.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar_god/32.mss b/bin/pack/sound_m/sound/monster/wild_boar_god/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar_god/32.mss rename to bin/pack/sound_m/sound/monster/wild_boar_god/32.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar_god/34.mss b/bin/pack/sound_m/sound/monster/wild_boar_god/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar_god/34.mss rename to bin/pack/sound_m/sound/monster/wild_boar_god/34.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar_god/35.mss b/bin/pack/sound_m/sound/monster/wild_boar_god/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar_god/35.mss rename to bin/pack/sound_m/sound/monster/wild_boar_god/35.mss diff --git a/bin/pack/Sound/sound/monster/wild_boar_god/37.mss b/bin/pack/sound_m/sound/monster/wild_boar_god/37.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wild_boar_god/37.mss rename to bin/pack/sound_m/sound/monster/wild_boar_god/37.mss diff --git a/bin/pack/Sound/sound/monster/wolf/20.mss b/bin/pack/sound_m/sound/monster/wolf/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wolf/20.mss rename to bin/pack/sound_m/sound/monster/wolf/20.mss diff --git a/bin/pack/Sound/sound/monster/wolf/20_1.mss b/bin/pack/sound_m/sound/monster/wolf/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wolf/20_1.mss rename to bin/pack/sound_m/sound/monster/wolf/20_1.mss diff --git a/bin/pack/Sound/sound/monster/wolf/30.mss b/bin/pack/sound_m/sound/monster/wolf/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wolf/30.mss rename to bin/pack/sound_m/sound/monster/wolf/30.mss diff --git a/bin/pack/Sound/sound/monster/wolf/31.mss b/bin/pack/sound_m/sound/monster/wolf/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wolf/31.mss rename to bin/pack/sound_m/sound/monster/wolf/31.mss diff --git a/bin/pack/Sound/sound/monster/wolf/32.mss b/bin/pack/sound_m/sound/monster/wolf/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wolf/32.mss rename to bin/pack/sound_m/sound/monster/wolf/32.mss diff --git a/bin/pack/Sound/sound/monster/wolf/34.mss b/bin/pack/sound_m/sound/monster/wolf/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wolf/34.mss rename to bin/pack/sound_m/sound/monster/wolf/34.mss diff --git a/bin/pack/Sound/sound/monster/wolf/35.mss b/bin/pack/sound_m/sound/monster/wolf/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/wolf/35.mss rename to bin/pack/sound_m/sound/monster/wolf/35.mss diff --git a/bin/pack/Sound/sound/monster/yellow_tigerman/03.mss b/bin/pack/sound_m/sound/monster/yellow_tigerman/03.mss similarity index 100% rename from bin/pack/Sound/sound/monster/yellow_tigerman/03.mss rename to bin/pack/sound_m/sound/monster/yellow_tigerman/03.mss diff --git a/bin/pack/Sound/sound/monster/yellow_tigerman/20.mss b/bin/pack/sound_m/sound/monster/yellow_tigerman/20.mss similarity index 100% rename from bin/pack/Sound/sound/monster/yellow_tigerman/20.mss rename to bin/pack/sound_m/sound/monster/yellow_tigerman/20.mss diff --git a/bin/pack/Sound/sound/monster/yellow_tigerman/20_1.mss b/bin/pack/sound_m/sound/monster/yellow_tigerman/20_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/yellow_tigerman/20_1.mss rename to bin/pack/sound_m/sound/monster/yellow_tigerman/20_1.mss diff --git a/bin/pack/Sound/sound/monster/yellow_tigerman/24.mss b/bin/pack/sound_m/sound/monster/yellow_tigerman/24.mss similarity index 100% rename from bin/pack/Sound/sound/monster/yellow_tigerman/24.mss rename to bin/pack/sound_m/sound/monster/yellow_tigerman/24.mss diff --git a/bin/pack/Sound/sound/monster/yellow_tigerman/30.mss b/bin/pack/sound_m/sound/monster/yellow_tigerman/30.mss similarity index 100% rename from bin/pack/Sound/sound/monster/yellow_tigerman/30.mss rename to bin/pack/sound_m/sound/monster/yellow_tigerman/30.mss diff --git a/bin/pack/Sound/sound/monster/yellow_tigerman/30_1.mss b/bin/pack/sound_m/sound/monster/yellow_tigerman/30_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/yellow_tigerman/30_1.mss rename to bin/pack/sound_m/sound/monster/yellow_tigerman/30_1.mss diff --git a/bin/pack/Sound/sound/monster/yellow_tigerman/31.mss b/bin/pack/sound_m/sound/monster/yellow_tigerman/31.mss similarity index 100% rename from bin/pack/Sound/sound/monster/yellow_tigerman/31.mss rename to bin/pack/sound_m/sound/monster/yellow_tigerman/31.mss diff --git a/bin/pack/Sound/sound/monster/yellow_tigerman/32.mss b/bin/pack/sound_m/sound/monster/yellow_tigerman/32.mss similarity index 100% rename from bin/pack/Sound/sound/monster/yellow_tigerman/32.mss rename to bin/pack/sound_m/sound/monster/yellow_tigerman/32.mss diff --git a/bin/pack/Sound/sound/monster/yellow_tigerman/34.mss b/bin/pack/sound_m/sound/monster/yellow_tigerman/34.mss similarity index 100% rename from bin/pack/Sound/sound/monster/yellow_tigerman/34.mss rename to bin/pack/sound_m/sound/monster/yellow_tigerman/34.mss diff --git a/bin/pack/Sound/sound/monster/yellow_tigerman/34_1.mss b/bin/pack/sound_m/sound/monster/yellow_tigerman/34_1.mss similarity index 100% rename from bin/pack/Sound/sound/monster/yellow_tigerman/34_1.mss rename to bin/pack/sound_m/sound/monster/yellow_tigerman/34_1.mss diff --git a/bin/pack/Sound/sound/monster/yellow_tigerman/35.mss b/bin/pack/sound_m/sound/monster/yellow_tigerman/35.mss similarity index 100% rename from bin/pack/Sound/sound/monster/yellow_tigerman/35.mss rename to bin/pack/sound_m/sound/monster/yellow_tigerman/35.mss diff --git a/bin/pack/Sound/sound/npc/horse/00_1.mss b/bin/pack/sound_m/sound/npc/horse/00_1.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse/00_1.mss rename to bin/pack/sound_m/sound/npc/horse/00_1.mss diff --git a/bin/pack/Sound/sound/npc/horse/00_2.mss b/bin/pack/sound_m/sound/npc/horse/00_2.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse/00_2.mss rename to bin/pack/sound_m/sound/npc/horse/00_2.mss diff --git a/bin/pack/Sound/sound/npc/horse/02.mss b/bin/pack/sound_m/sound/npc/horse/02.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse/02.mss rename to bin/pack/sound_m/sound/npc/horse/02.mss diff --git a/bin/pack/Sound/sound/npc/horse/03.mss b/bin/pack/sound_m/sound/npc/horse/03.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse/03.mss rename to bin/pack/sound_m/sound/npc/horse/03.mss diff --git a/bin/pack/Sound/sound/npc/horse/04.mss b/bin/pack/sound_m/sound/npc/horse/04.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse/04.mss rename to bin/pack/sound_m/sound/npc/horse/04.mss diff --git a/bin/pack/Sound/sound/npc/horse/25.mss b/bin/pack/sound_m/sound/npc/horse/25.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse/25.mss rename to bin/pack/sound_m/sound/npc/horse/25.mss diff --git a/bin/pack/Sound/sound/npc/horse/30.mss b/bin/pack/sound_m/sound/npc/horse/30.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse/30.mss rename to bin/pack/sound_m/sound/npc/horse/30.mss diff --git a/bin/pack/Sound/sound/npc/horse/31.mss b/bin/pack/sound_m/sound/npc/horse/31.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse/31.mss rename to bin/pack/sound_m/sound/npc/horse/31.mss diff --git a/bin/pack/Sound/sound/npc/horse2/00_1.mss b/bin/pack/sound_m/sound/npc/horse2/00_1.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse2/00_1.mss rename to bin/pack/sound_m/sound/npc/horse2/00_1.mss diff --git a/bin/pack/Sound/sound/npc/horse2/00_2.mss b/bin/pack/sound_m/sound/npc/horse2/00_2.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse2/00_2.mss rename to bin/pack/sound_m/sound/npc/horse2/00_2.mss diff --git a/bin/pack/Sound/sound/npc/horse2/02.mss b/bin/pack/sound_m/sound/npc/horse2/02.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse2/02.mss rename to bin/pack/sound_m/sound/npc/horse2/02.mss diff --git a/bin/pack/sound_m/sound/npc/horse2/03.mss b/bin/pack/sound_m/sound/npc/horse2/03.mss new file mode 100644 index 00000000..7546771e --- /dev/null +++ b/bin/pack/sound_m/sound/npc/horse2/03.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.000000 "sound/npc/horse2/horse_run.wav" diff --git a/bin/pack/Sound/sound/npc/horse2/04.mss b/bin/pack/sound_m/sound/npc/horse2/04.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse2/04.mss rename to bin/pack/sound_m/sound/npc/horse2/04.mss diff --git a/bin/pack/Sound/sound/npc/horse2/25.mss b/bin/pack/sound_m/sound/npc/horse2/25.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse2/25.mss rename to bin/pack/sound_m/sound/npc/horse2/25.mss diff --git a/bin/pack/Sound/sound/npc/horse2/30.mss b/bin/pack/sound_m/sound/npc/horse2/30.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse2/30.mss rename to bin/pack/sound_m/sound/npc/horse2/30.mss diff --git a/bin/pack/Sound/sound/npc/horse2/31.mss b/bin/pack/sound_m/sound/npc/horse2/31.mss similarity index 100% rename from bin/pack/Sound/sound/npc/horse2/31.mss rename to bin/pack/sound_m/sound/npc/horse2/31.mss diff --git a/bin/pack/Sound/sound/npc/pony/00_1.mss b/bin/pack/sound_m/sound/npc/pony/00_1.mss similarity index 100% rename from bin/pack/Sound/sound/npc/pony/00_1.mss rename to bin/pack/sound_m/sound/npc/pony/00_1.mss diff --git a/bin/pack/Sound/sound/npc/pony/00_2.mss b/bin/pack/sound_m/sound/npc/pony/00_2.mss similarity index 100% rename from bin/pack/Sound/sound/npc/pony/00_2.mss rename to bin/pack/sound_m/sound/npc/pony/00_2.mss diff --git a/bin/pack/Sound/sound/npc/pony/02.mss b/bin/pack/sound_m/sound/npc/pony/02.mss similarity index 100% rename from bin/pack/Sound/sound/npc/pony/02.mss rename to bin/pack/sound_m/sound/npc/pony/02.mss diff --git a/bin/pack/sound_m/sound/npc/pony/03.mss b/bin/pack/sound_m/sound/npc/pony/03.mss new file mode 100644 index 00000000..7ae5c93e --- /dev/null +++ b/bin/pack/sound_m/sound/npc/pony/03.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.000000 "sound/npc/pony/pony_run.wav" diff --git a/bin/pack/Sound/sound/npc/pony/04.mss b/bin/pack/sound_m/sound/npc/pony/04.mss similarity index 100% rename from bin/pack/Sound/sound/npc/pony/04.mss rename to bin/pack/sound_m/sound/npc/pony/04.mss diff --git a/bin/pack/Sound/sound/npc/pony/25.mss b/bin/pack/sound_m/sound/npc/pony/25.mss similarity index 100% rename from bin/pack/Sound/sound/npc/pony/25.mss rename to bin/pack/sound_m/sound/npc/pony/25.mss diff --git a/bin/pack/Sound/sound/npc/pony/30.mss b/bin/pack/sound_m/sound/npc/pony/30.mss similarity index 100% rename from bin/pack/Sound/sound/npc/pony/30.mss rename to bin/pack/sound_m/sound/npc/pony/30.mss diff --git a/bin/pack/Sound/sound/npc/pony/31.mss b/bin/pack/sound_m/sound/npc/pony/31.mss similarity index 100% rename from bin/pack/Sound/sound/npc/pony/31.mss rename to bin/pack/sound_m/sound/npc/pony/31.mss diff --git a/bin/pack/Sound/sound/pc/assassin/action/cheers_1.mss b/bin/pack/sound_m/sound/pc/assassin/action/cheers_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/action/cheers_1.mss rename to bin/pack/sound_m/sound/pc/assassin/action/cheers_1.mss diff --git a/bin/pack/Sound/sound/pc/assassin/action/cheers_2.mss b/bin/pack/sound_m/sound/pc/assassin/action/cheers_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/action/cheers_2.mss rename to bin/pack/sound_m/sound/pc/assassin/action/cheers_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/action/clap.mss b/bin/pack/sound_m/sound/pc/assassin/action/clap.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/action/clap.mss rename to bin/pack/sound_m/sound/pc/assassin/action/clap.mss diff --git a/bin/pack/Sound/sound/pc/assassin/action/french_kiss_with_sura.mss b/bin/pack/sound_m/sound/pc/assassin/action/french_kiss_with_sura.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/action/french_kiss_with_sura.mss rename to bin/pack/sound_m/sound/pc/assassin/action/french_kiss_with_sura.mss diff --git a/bin/pack/Sound/sound/pc/assassin/action/french_kiss_with_warrior.mss b/bin/pack/sound_m/sound/pc/assassin/action/french_kiss_with_warrior.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/action/french_kiss_with_warrior.mss rename to bin/pack/sound_m/sound/pc/assassin/action/french_kiss_with_warrior.mss diff --git a/bin/pack/Sound/sound/pc/assassin/action/kiss_with_sura.mss b/bin/pack/sound_m/sound/pc/assassin/action/kiss_with_sura.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/action/kiss_with_sura.mss rename to bin/pack/sound_m/sound/pc/assassin/action/kiss_with_sura.mss diff --git a/bin/pack/Sound/sound/pc/assassin/action/kiss_with_warrior.mss b/bin/pack/sound_m/sound/pc/assassin/action/kiss_with_warrior.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/action/kiss_with_warrior.mss rename to bin/pack/sound_m/sound/pc/assassin/action/kiss_with_warrior.mss diff --git a/bin/pack/Sound/sound/pc/assassin/action/slap_hit.mss b/bin/pack/sound_m/sound/pc/assassin/action/slap_hit.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/action/slap_hit.mss rename to bin/pack/sound_m/sound/pc/assassin/action/slap_hit.mss diff --git a/bin/pack/Sound/sound/pc/assassin/action/slap_hurt.mss b/bin/pack/sound_m/sound/pc/assassin/action/slap_hurt.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/action/slap_hurt.mss rename to bin/pack/sound_m/sound/pc/assassin/action/slap_hurt.mss diff --git a/bin/pack/sound_m/sound/pc/assassin/bow/attack.mss b/bin/pack/sound_m/sound/pc/assassin/bow/attack.mss new file mode 100644 index 00000000..7fef2fbb --- /dev/null +++ b/bin/pack/sound_m/sound/pc/assassin/bow/attack.mss @@ -0,0 +1,6 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 3 +SoundData00 0.792000 "sound/pc/assassin/bow/bow_attack.wav" +SoundData01 0.825000 "sound/pc/assassin/bow/bow_attack_shot.wav" +SoundData02 0.198000 "sound/pc/assassin/bow/bow_ready.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/bow/attack_1.mss b/bin/pack/sound_m/sound/pc/assassin/bow/attack_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/bow/attack_1.mss rename to bin/pack/sound_m/sound/pc/assassin/bow/attack_1.mss diff --git a/bin/pack/Sound/sound/pc/assassin/bow/attack_2.mss b/bin/pack/sound_m/sound/pc/assassin/bow/attack_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/bow/attack_2.mss rename to bin/pack/sound_m/sound/pc/assassin/bow/attack_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/bow/damage.mss b/bin/pack/sound_m/sound/pc/assassin/bow/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/bow/damage.mss rename to bin/pack/sound_m/sound/pc/assassin/bow/damage.mss diff --git a/bin/pack/Sound/sound/pc/assassin/bow/damage_1.mss b/bin/pack/sound_m/sound/pc/assassin/bow/damage_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/bow/damage_1.mss rename to bin/pack/sound_m/sound/pc/assassin/bow/damage_1.mss diff --git a/bin/pack/Sound/sound/pc/assassin/bow/damage_2.mss b/bin/pack/sound_m/sound/pc/assassin/bow/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/bow/damage_2.mss rename to bin/pack/sound_m/sound/pc/assassin/bow/damage_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/bow/damage_3.mss b/bin/pack/sound_m/sound/pc/assassin/bow/damage_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/bow/damage_3.mss rename to bin/pack/sound_m/sound/pc/assassin/bow/damage_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/bow/run.mss b/bin/pack/sound_m/sound/pc/assassin/bow/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/bow/run.mss rename to bin/pack/sound_m/sound/pc/assassin/bow/run.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_01.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_01.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_01.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_01.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_02.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_02.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_02.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_02.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_03.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_03.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_03.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_03.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_04.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_04.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_04.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_04.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_05.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_05.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_05.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_05.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_06.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_06.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_06.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_06.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_07.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_07.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_07.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_07.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_08.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_08.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/combo_08.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/combo_08.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/damage.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/damage.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/damage.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/damage_1.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/damage_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/damage_1.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/damage_1.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/damage_2.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/damage_2.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/damage_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/damage_3.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/damage_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/damage_3.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/damage_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/pick_up.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/pick_up.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/pick_up.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/pick_up.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/run.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/run.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/run.mss diff --git a/bin/pack/Sound/sound/pc/assassin/dualhand_sword/walk.mss b/bin/pack/sound_m/sound/pc/assassin/dualhand_sword/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/dualhand_sword/walk.mss rename to bin/pack/sound_m/sound/pc/assassin/dualhand_sword/walk.mss diff --git a/bin/pack/Sound/sound/pc/assassin/fishing/fishing_cancel.mss b/bin/pack/sound_m/sound/pc/assassin/fishing/fishing_cancel.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/fishing/fishing_cancel.mss rename to bin/pack/sound_m/sound/pc/assassin/fishing/fishing_cancel.mss diff --git a/bin/pack/Sound/sound/pc/assassin/fishing/fishing_catch.mss b/bin/pack/sound_m/sound/pc/assassin/fishing/fishing_catch.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/fishing/fishing_catch.mss rename to bin/pack/sound_m/sound/pc/assassin/fishing/fishing_catch.mss diff --git a/bin/pack/Sound/sound/pc/assassin/fishing/fishing_fail.mss b/bin/pack/sound_m/sound/pc/assassin/fishing/fishing_fail.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/fishing/fishing_fail.mss rename to bin/pack/sound_m/sound/pc/assassin/fishing/fishing_fail.mss diff --git a/bin/pack/Sound/sound/pc/assassin/fishing/run.mss b/bin/pack/sound_m/sound/pc/assassin/fishing/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/fishing/run.mss rename to bin/pack/sound_m/sound/pc/assassin/fishing/run.mss diff --git a/bin/pack/Sound/sound/pc/assassin/fishing/throw.mss b/bin/pack/sound_m/sound/pc/assassin/fishing/throw.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/fishing/throw.mss rename to bin/pack/sound_m/sound/pc/assassin/fishing/throw.mss diff --git a/bin/pack/Sound/sound/pc/assassin/fishing/walk.mss b/bin/pack/sound_m/sound/pc/assassin/fishing/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/fishing/walk.mss rename to bin/pack/sound_m/sound/pc/assassin/fishing/walk.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/attack.mss b/bin/pack/sound_m/sound/pc/assassin/general/attack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/attack.mss rename to bin/pack/sound_m/sound/pc/assassin/general/attack.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/attack_1.mss b/bin/pack/sound_m/sound/pc/assassin/general/attack_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/attack_1.mss rename to bin/pack/sound_m/sound/pc/assassin/general/attack_1.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/back_damage_flying.mss b/bin/pack/sound_m/sound/pc/assassin/general/back_damage_flying.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/back_damage_flying.mss rename to bin/pack/sound_m/sound/pc/assassin/general/back_damage_flying.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/damage.mss b/bin/pack/sound_m/sound/pc/assassin/general/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/damage.mss rename to bin/pack/sound_m/sound/pc/assassin/general/damage.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/damage_1.mss b/bin/pack/sound_m/sound/pc/assassin/general/damage_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/damage_1.mss rename to bin/pack/sound_m/sound/pc/assassin/general/damage_1.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/damage_2.mss b/bin/pack/sound_m/sound/pc/assassin/general/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/damage_2.mss rename to bin/pack/sound_m/sound/pc/assassin/general/damage_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/damage_3.mss b/bin/pack/sound_m/sound/pc/assassin/general/damage_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/damage_3.mss rename to bin/pack/sound_m/sound/pc/assassin/general/damage_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/damage_flying.mss b/bin/pack/sound_m/sound/pc/assassin/general/damage_flying.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/damage_flying.mss rename to bin/pack/sound_m/sound/pc/assassin/general/damage_flying.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/dead.mss b/bin/pack/sound_m/sound/pc/assassin/general/dead.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/dead.mss rename to bin/pack/sound_m/sound/pc/assassin/general/dead.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/dig.mss b/bin/pack/sound_m/sound/pc/assassin/general/dig.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/dig.mss rename to bin/pack/sound_m/sound/pc/assassin/general/dig.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/pick_up.mss b/bin/pack/sound_m/sound/pc/assassin/general/pick_up.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/pick_up.mss rename to bin/pack/sound_m/sound/pc/assassin/general/pick_up.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/run.mss b/bin/pack/sound_m/sound/pc/assassin/general/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/run.mss rename to bin/pack/sound_m/sound/pc/assassin/general/run.mss diff --git a/bin/pack/Sound/sound/pc/assassin/general/walk.mss b/bin/pack/sound_m/sound/pc/assassin/general/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/general/walk.mss rename to bin/pack/sound_m/sound/pc/assassin/general/walk.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/damage_3.mss b/bin/pack/sound_m/sound/pc/assassin/horse/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/damage_3.mss rename to bin/pack/sound_m/sound/pc/assassin/horse/damage.mss diff --git a/bin/pack/Sound/sound/pc/assassin/horse/dead.mss b/bin/pack/sound_m/sound/pc/assassin/horse/dead.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/horse/dead.mss rename to bin/pack/sound_m/sound/pc/assassin/horse/dead.mss diff --git a/bin/pack/Sound/sound/pc/assassin/horse/skill_charge.mss b/bin/pack/sound_m/sound/pc/assassin/horse/skill_charge.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/horse/skill_charge.mss rename to bin/pack/sound_m/sound/pc/assassin/horse/skill_charge.mss diff --git a/bin/pack/sound_m/sound/pc/assassin/horse_bow/attack.mss b/bin/pack/sound_m/sound/pc/assassin/horse_bow/attack.mss new file mode 100644 index 00000000..2fee713a --- /dev/null +++ b/bin/pack/sound_m/sound/pc/assassin/horse_bow/attack.mss @@ -0,0 +1,6 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 3 +SoundData00 0.363000 "sound/pc/assassin/bow/bow_ready.wav" +SoundData01 0.825000 "sound/pc/assassin/bow/bow_attack_shot.wav" +SoundData02 0.858000 "sound/pc/assassin/bow/bow_attack.wav" diff --git a/bin/pack/sound_m/sound/pc/assassin/horse_bow/damage.mss b/bin/pack/sound_m/sound/pc/assassin/horse_bow/damage.mss new file mode 100644 index 00000000..63d963c3 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/assassin/horse_bow/damage.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.000000 "sound/pc/assassin/voice/damage_4.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse_bow/dead.mss b/bin/pack/sound_m/sound/pc/assassin/horse_bow/dead.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/horse_bow/dead.mss rename to bin/pack/sound_m/sound/pc/assassin/horse_bow/dead.mss diff --git a/bin/pack/Sound/sound/pc/assassin/horse_bow/skill_splash.mss b/bin/pack/sound_m/sound/pc/assassin/horse_bow/skill_splash.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/horse_bow/skill_splash.mss rename to bin/pack/sound_m/sound/pc/assassin/horse_bow/skill_splash.mss diff --git a/bin/pack/Sound/sound/pc/assassin/horse_bow/skill_wildattack.mss b/bin/pack/sound_m/sound/pc/assassin/horse_bow/skill_wildattack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/horse_bow/skill_wildattack.mss rename to bin/pack/sound_m/sound/pc/assassin/horse_bow/skill_wildattack.mss diff --git a/bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/combo_01.mss b/bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/combo_01.mss new file mode 100644 index 00000000..ef250e3f --- /dev/null +++ b/bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/combo_01.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.198000 "sound/common/swing/a_dh_c_1.wav" +SoundData01 0.231000 "sound/pc/assassin/voice/2_soft1.wav" diff --git a/bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/combo_02.mss b/bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/combo_02.mss new file mode 100644 index 00000000..2a9e15b9 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/combo_02.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.099000 "sound/common/swing/a_dh_c_2.wav" +SoundData01 0.132000 "sound/pc/assassin/voice/1_soft2.wav" diff --git a/bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/combo_03.mss b/bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/combo_03.mss new file mode 100644 index 00000000..4e20d83c --- /dev/null +++ b/bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/combo_03.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.099000 "sound/common/swing/a_dh_c_3.wav" +SoundData01 0.132000 "sound/pc/assassin/voice/2_heavy.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/skill_splash.mss b/bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/skill_splash.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/skill_splash.mss rename to bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/skill_splash.mss diff --git a/bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/skill_wildattack.mss b/bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/skill_wildattack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/horse_dualhand_sword/skill_wildattack.mss rename to bin/pack/sound_m/sound/pc/assassin/horse_dualhand_sword/skill_wildattack.mss diff --git a/bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/combo_01.mss b/bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/combo_01.mss new file mode 100644 index 00000000..c1b0b86d --- /dev/null +++ b/bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/combo_01.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.462000 "sound/common/swing/a_1h_c_2.wav" +SoundData01 0.528000 "sound/pc/assassin/voice/1_soft1.wav" diff --git a/bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/combo_02.mss b/bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/combo_02.mss new file mode 100644 index 00000000..6c445b92 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/combo_02.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.165000 "sound/common/swing/a_1h_c_3.wav" +SoundData01 0.198000 "sound/pc/assassin/voice/1_soft2.wav" diff --git a/bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/combo_03.mss b/bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/combo_03.mss new file mode 100644 index 00000000..2d61402d --- /dev/null +++ b/bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/combo_03.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.198000 "sound/common/swing/a_1h_c_4.wav" +SoundData01 0.231000 "sound/pc/assassin/voice/1_soft3.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/skill_splash.mss b/bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/skill_splash.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/skill_splash.mss rename to bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/skill_splash.mss diff --git a/bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/skill_wildattack.mss b/bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/skill_wildattack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/horse_onehand_sword/skill_wildattack.mss rename to bin/pack/sound_m/sound/pc/assassin/horse_onehand_sword/skill_wildattack.mss diff --git a/bin/pack/Sound/sound/pc/assassin/intro/selected.mss b/bin/pack/sound_m/sound/pc/assassin/intro/selected.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/intro/selected.mss rename to bin/pack/sound_m/sound/pc/assassin/intro/selected.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_01.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_01.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_01.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_01.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_02.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_02.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_02.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_02.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_03.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_03.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_03.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_03.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_04.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_04.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_04.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_04.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_05.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_05.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_05.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_05.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_06.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_06.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_06.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_06.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_07.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_07.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/combo_07.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/combo_07.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/damage.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/damage.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/damage.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/damage_1.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/damage_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/damage_1.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/damage_1.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/damage_2.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/damage_2.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/damage_2.mss diff --git a/bin/pack/sound_m/sound/pc/assassin/onehand_sword/damage_3.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/damage_3.mss new file mode 100644 index 00000000..63d963c3 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/damage_3.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.000000 "sound/pc/assassin/voice/damage_4.wav" diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/pick_up.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/pick_up.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/pick_up.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/pick_up.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/run.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/run.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/run.mss diff --git a/bin/pack/Sound/sound/pc/assassin/onehand_sword/walk.mss b/bin/pack/sound_m/sound/pc/assassin/onehand_sword/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/onehand_sword/walk.mss rename to bin/pack/sound_m/sound/pc/assassin/onehand_sword/walk.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/amseup.mss b/bin/pack/sound_m/sound/pc/assassin/skill/amseup.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/amseup.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/amseup.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/amseup_2.mss b/bin/pack/sound_m/sound/pc/assassin/skill/amseup_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/amseup_2.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/amseup_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/amseup_3.mss b/bin/pack/sound_m/sound/pc/assassin/skill/amseup_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/amseup_3.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/amseup_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/amseup_4.mss b/bin/pack/sound_m/sound/pc/assassin/skill/amseup_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/amseup_4.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/amseup_4.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/charyun.mss b/bin/pack/sound_m/sound/pc/assassin/skill/charyun.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/charyun.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/charyun.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/charyun_2.mss b/bin/pack/sound_m/sound/pc/assassin/skill/charyun_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/charyun_2.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/charyun_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/charyun_3.mss b/bin/pack/sound_m/sound/pc/assassin/skill/charyun_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/charyun_3.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/charyun_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/charyun_4.mss b/bin/pack/sound_m/sound/pc/assassin/skill/charyun_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/charyun_4.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/charyun_4.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/cheonryong.mss b/bin/pack/sound_m/sound/pc/assassin/skill/cheonryong.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/cheonryong.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/cheonryong.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/dokgigung_2.mss b/bin/pack/sound_m/sound/pc/assassin/skill/dokgigung_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/dokgigung_2.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/dokgigung_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/dokgigung_3.mss b/bin/pack/sound_m/sound/pc/assassin/skill/dokgigung_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/dokgigung_3.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/dokgigung_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/dokgigung_4.mss b/bin/pack/sound_m/sound/pc/assassin/skill/dokgigung_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/dokgigung_4.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/dokgigung_4.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/eunhyeong.mss b/bin/pack/sound_m/sound/pc/assassin/skill/eunhyeong.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/eunhyeong.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/eunhyeong.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/eunhyeong_2.mss b/bin/pack/sound_m/sound/pc/assassin/skill/eunhyeong_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/eunhyeong_2.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/eunhyeong_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/eunhyeong_3.mss b/bin/pack/sound_m/sound/pc/assassin/skill/eunhyeong_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/eunhyeong_3.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/eunhyeong_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/eunhyeong_4.mss b/bin/pack/sound_m/sound/pc/assassin/skill/eunhyeong_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/eunhyeong_4.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/eunhyeong_4.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gigung.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gigung.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gigung.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gigung.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gungsin.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gungsin.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gungsin.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gungsin.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gungsin_2.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gungsin_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gungsin_2.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gungsin_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gungsin_3.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gungsin_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gungsin_3.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gungsin_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gungsin_4.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gungsin_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gungsin_4.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gungsin_4.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gwangyeok.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gwangyeok.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gwangyeok.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gwangyeok.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gwangyeok_2.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gwangyeok_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gwangyeok_2.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gwangyeok_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gwangyeok_3.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gwangyeok_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gwangyeok_3.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gwangyeok_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gwangyeok_4.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gwangyeok_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gwangyeok_4.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gwangyeok_4.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gyeonggong.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gyeonggong.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gyeonggong.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gyeonggong.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gyeonggong_2.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gyeonggong_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gyeonggong_2.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gyeonggong_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gyeonggong_3.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gyeonggong_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gyeonggong_3.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gyeonggong_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/gyeonggong_4.mss b/bin/pack/sound_m/sound/pc/assassin/skill/gyeonggong_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/gyeonggong_4.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/gyeonggong_4.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/hwajo.mss b/bin/pack/sound_m/sound/pc/assassin/skill/hwajo.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/hwajo.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/hwajo.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/hwajo_2.mss b/bin/pack/sound_m/sound/pc/assassin/skill/hwajo_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/hwajo_2.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/hwajo_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/hwajo_3.mss b/bin/pack/sound_m/sound/pc/assassin/skill/hwajo_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/hwajo_3.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/hwajo_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/hwajo_4.mss b/bin/pack/sound_m/sound/pc/assassin/skill/hwajo_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/hwajo_4.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/hwajo_4.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/poison_cloud.mss b/bin/pack/sound_m/sound/pc/assassin/skill/poison_cloud.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/poison_cloud.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/poison_cloud.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/sangong_2.mss b/bin/pack/sound_m/sound/pc/assassin/skill/sangong_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/sangong_2.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/sangong_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/sangong_3.mss b/bin/pack/sound_m/sound/pc/assassin/skill/sangong_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/sangong_3.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/sangong_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/sangong_4.mss b/bin/pack/sound_m/sound/pc/assassin/skill/sangong_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/sangong_4.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/sangong_4.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/seomjeon.mss b/bin/pack/sound_m/sound/pc/assassin/skill/seomjeon.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/seomjeon.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/seomjeon.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/yeonsa.mss b/bin/pack/sound_m/sound/pc/assassin/skill/yeonsa.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/yeonsa.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/yeonsa.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/yeonsa_2.mss b/bin/pack/sound_m/sound/pc/assassin/skill/yeonsa_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/yeonsa_2.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/yeonsa_2.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/yeonsa_3.mss b/bin/pack/sound_m/sound/pc/assassin/skill/yeonsa_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/yeonsa_3.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/yeonsa_3.mss diff --git a/bin/pack/Sound/sound/pc/assassin/skill/yeonsa_4.mss b/bin/pack/sound_m/sound/pc/assassin/skill/yeonsa_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/assassin/skill/yeonsa_4.mss rename to bin/pack/sound_m/sound/pc/assassin/skill/yeonsa_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/action/cheers_1.mss b/bin/pack/sound_m/sound/pc/shaman/action/cheers_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/action/cheers_1.mss rename to bin/pack/sound_m/sound/pc/shaman/action/cheers_1.mss diff --git a/bin/pack/Sound/sound/pc/shaman/action/cheers_2.mss b/bin/pack/sound_m/sound/pc/shaman/action/cheers_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/action/cheers_2.mss rename to bin/pack/sound_m/sound/pc/shaman/action/cheers_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/action/clap.mss b/bin/pack/sound_m/sound/pc/shaman/action/clap.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/action/clap.mss rename to bin/pack/sound_m/sound/pc/shaman/action/clap.mss diff --git a/bin/pack/Sound/sound/pc/shaman/action/french_kiss_with_sura.mss b/bin/pack/sound_m/sound/pc/shaman/action/french_kiss_with_sura.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/action/french_kiss_with_sura.mss rename to bin/pack/sound_m/sound/pc/shaman/action/french_kiss_with_sura.mss diff --git a/bin/pack/Sound/sound/pc/shaman/action/french_kiss_with_warrior.mss b/bin/pack/sound_m/sound/pc/shaman/action/french_kiss_with_warrior.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/action/french_kiss_with_warrior.mss rename to bin/pack/sound_m/sound/pc/shaman/action/french_kiss_with_warrior.mss diff --git a/bin/pack/Sound/sound/pc/shaman/action/kiss_with_sura.mss b/bin/pack/sound_m/sound/pc/shaman/action/kiss_with_sura.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/action/kiss_with_sura.mss rename to bin/pack/sound_m/sound/pc/shaman/action/kiss_with_sura.mss diff --git a/bin/pack/Sound/sound/pc/shaman/action/kiss_with_warrior.mss b/bin/pack/sound_m/sound/pc/shaman/action/kiss_with_warrior.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/action/kiss_with_warrior.mss rename to bin/pack/sound_m/sound/pc/shaman/action/kiss_with_warrior.mss diff --git a/bin/pack/Sound/sound/pc/shaman/action/slap_hit.mss b/bin/pack/sound_m/sound/pc/shaman/action/slap_hit.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/action/slap_hit.mss rename to bin/pack/sound_m/sound/pc/shaman/action/slap_hit.mss diff --git a/bin/pack/Sound/sound/pc/shaman/action/slap_hurt.mss b/bin/pack/sound_m/sound/pc/shaman/action/slap_hurt.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/action/slap_hurt.mss rename to bin/pack/sound_m/sound/pc/shaman/action/slap_hurt.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/combo_01.mss b/bin/pack/sound_m/sound/pc/shaman/bell/combo_01.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/combo_01.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/combo_01.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/combo_02.mss b/bin/pack/sound_m/sound/pc/shaman/bell/combo_02.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/combo_02.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/combo_02.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/combo_03.mss b/bin/pack/sound_m/sound/pc/shaman/bell/combo_03.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/combo_03.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/combo_03.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/combo_04.mss b/bin/pack/sound_m/sound/pc/shaman/bell/combo_04.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/combo_04.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/combo_04.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/combo_05.mss b/bin/pack/sound_m/sound/pc/shaman/bell/combo_05.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/combo_05.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/combo_05.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/combo_06.mss b/bin/pack/sound_m/sound/pc/shaman/bell/combo_06.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/combo_06.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/combo_06.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/combo_07.mss b/bin/pack/sound_m/sound/pc/shaman/bell/combo_07.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/combo_07.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/combo_07.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/damage.mss b/bin/pack/sound_m/sound/pc/shaman/bell/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/damage.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/damage.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/damage_1.mss b/bin/pack/sound_m/sound/pc/shaman/bell/damage_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/damage_1.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/damage_1.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/damage_2.mss b/bin/pack/sound_m/sound/pc/shaman/bell/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/damage_2.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/damage_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/damage_3.mss b/bin/pack/sound_m/sound/pc/shaman/bell/damage_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/damage_3.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/damage_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/run.mss b/bin/pack/sound_m/sound/pc/shaman/bell/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/run.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/run.mss diff --git a/bin/pack/Sound/sound/pc/shaman/bell/walk.mss b/bin/pack/sound_m/sound/pc/shaman/bell/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/bell/walk.mss rename to bin/pack/sound_m/sound/pc/shaman/bell/walk.mss diff --git a/bin/pack/Sound/sound/pc/shaman/effect/10kwaesok.mss b/bin/pack/sound_m/sound/pc/shaman/effect/10kwaesok.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/effect/10kwaesok.mss rename to bin/pack/sound_m/sound/pc/shaman/effect/10kwaesok.mss diff --git a/bin/pack/Sound/sound/pc/shaman/effect/12sohwanbu.mss b/bin/pack/sound_m/sound/pc/shaman/effect/12sohwanbu.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/effect/12sohwanbu.mss rename to bin/pack/sound_m/sound/pc/shaman/effect/12sohwanbu.mss diff --git a/bin/pack/Sound/sound/pc/shaman/effect/1bipa_blow.mss b/bin/pack/sound_m/sound/pc/shaman/effect/1bipa_blow.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/effect/1bipa_blow.mss rename to bin/pack/sound_m/sound/pc/shaman/effect/1bipa_blow.mss diff --git a/bin/pack/Sound/sound/pc/shaman/effect/3hosin.mss b/bin/pack/sound_m/sound/pc/shaman/effect/3hosin.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/effect/3hosin.mss rename to bin/pack/sound_m/sound/pc/shaman/effect/3hosin.mss diff --git a/bin/pack/Sound/sound/pc/shaman/effect/6gicheon_blow.mss b/bin/pack/sound_m/sound/pc/shaman/effect/6gicheon_blow.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/effect/6gicheon_blow.mss rename to bin/pack/sound_m/sound/pc/shaman/effect/6gicheon_blow.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/combo_01.mss b/bin/pack/sound_m/sound/pc/shaman/fan/combo_01.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/combo_01.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/combo_01.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/combo_02.mss b/bin/pack/sound_m/sound/pc/shaman/fan/combo_02.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/combo_02.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/combo_02.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/combo_03.mss b/bin/pack/sound_m/sound/pc/shaman/fan/combo_03.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/combo_03.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/combo_03.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/combo_04.mss b/bin/pack/sound_m/sound/pc/shaman/fan/combo_04.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/combo_04.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/combo_04.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/combo_05.mss b/bin/pack/sound_m/sound/pc/shaman/fan/combo_05.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/combo_05.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/combo_05.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/combo_06.mss b/bin/pack/sound_m/sound/pc/shaman/fan/combo_06.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/combo_06.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/combo_06.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/combo_07.mss b/bin/pack/sound_m/sound/pc/shaman/fan/combo_07.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/combo_07.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/combo_07.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/damage.mss b/bin/pack/sound_m/sound/pc/shaman/fan/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/damage.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/damage.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/damage_1.mss b/bin/pack/sound_m/sound/pc/shaman/fan/damage_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/damage_1.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/damage_1.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/damage_2.mss b/bin/pack/sound_m/sound/pc/shaman/fan/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/damage_2.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/damage_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/damage_3.mss b/bin/pack/sound_m/sound/pc/shaman/fan/damage_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/damage_3.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/damage_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/run.mss b/bin/pack/sound_m/sound/pc/shaman/fan/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/run.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/run.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fan/walk.mss b/bin/pack/sound_m/sound/pc/shaman/fan/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fan/walk.mss rename to bin/pack/sound_m/sound/pc/shaman/fan/walk.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fishing/fishing_cancel.mss b/bin/pack/sound_m/sound/pc/shaman/fishing/fishing_cancel.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fishing/fishing_cancel.mss rename to bin/pack/sound_m/sound/pc/shaman/fishing/fishing_cancel.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fishing/fishing_catch.mss b/bin/pack/sound_m/sound/pc/shaman/fishing/fishing_catch.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fishing/fishing_catch.mss rename to bin/pack/sound_m/sound/pc/shaman/fishing/fishing_catch.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fishing/fishing_fail.mss b/bin/pack/sound_m/sound/pc/shaman/fishing/fishing_fail.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fishing/fishing_fail.mss rename to bin/pack/sound_m/sound/pc/shaman/fishing/fishing_fail.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fishing/run.mss b/bin/pack/sound_m/sound/pc/shaman/fishing/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fishing/run.mss rename to bin/pack/sound_m/sound/pc/shaman/fishing/run.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fishing/throw.mss b/bin/pack/sound_m/sound/pc/shaman/fishing/throw.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fishing/throw.mss rename to bin/pack/sound_m/sound/pc/shaman/fishing/throw.mss diff --git a/bin/pack/Sound/sound/pc/shaman/fishing/walk.mss b/bin/pack/sound_m/sound/pc/shaman/fishing/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/fishing/walk.mss rename to bin/pack/sound_m/sound/pc/shaman/fishing/walk.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/attack.mss b/bin/pack/sound_m/sound/pc/shaman/general/attack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/attack.mss rename to bin/pack/sound_m/sound/pc/shaman/general/attack.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/attack_1.mss b/bin/pack/sound_m/sound/pc/shaman/general/attack_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/attack_1.mss rename to bin/pack/sound_m/sound/pc/shaman/general/attack_1.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/back_damage_flying.mss b/bin/pack/sound_m/sound/pc/shaman/general/back_damage_flying.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/back_damage_flying.mss rename to bin/pack/sound_m/sound/pc/shaman/general/back_damage_flying.mss diff --git a/bin/pack/sound_m/sound/pc/shaman/general/damage.mss b/bin/pack/sound_m/sound/pc/shaman/general/damage.mss new file mode 100644 index 00000000..f450660c --- /dev/null +++ b/bin/pack/sound_m/sound/pc/shaman/general/damage.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.000000 "sound/pc/shaman/voice/damage_1.wav" diff --git a/bin/pack/Sound/sound/pc/shaman/general/damage_1.mss b/bin/pack/sound_m/sound/pc/shaman/general/damage_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/damage_1.mss rename to bin/pack/sound_m/sound/pc/shaman/general/damage_1.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/damage_2.mss b/bin/pack/sound_m/sound/pc/shaman/general/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/damage_2.mss rename to bin/pack/sound_m/sound/pc/shaman/general/damage_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/damage_3.mss b/bin/pack/sound_m/sound/pc/shaman/general/damage_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/damage_3.mss rename to bin/pack/sound_m/sound/pc/shaman/general/damage_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/damage_flying.mss b/bin/pack/sound_m/sound/pc/shaman/general/damage_flying.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/damage_flying.mss rename to bin/pack/sound_m/sound/pc/shaman/general/damage_flying.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/dead.mss b/bin/pack/sound_m/sound/pc/shaman/general/dead.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/dead.mss rename to bin/pack/sound_m/sound/pc/shaman/general/dead.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/dig.mss b/bin/pack/sound_m/sound/pc/shaman/general/dig.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/dig.mss rename to bin/pack/sound_m/sound/pc/shaman/general/dig.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/pick_up.mss b/bin/pack/sound_m/sound/pc/shaman/general/pick_up.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/pick_up.mss rename to bin/pack/sound_m/sound/pc/shaman/general/pick_up.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/run.mss b/bin/pack/sound_m/sound/pc/shaman/general/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/run.mss rename to bin/pack/sound_m/sound/pc/shaman/general/run.mss diff --git a/bin/pack/Sound/sound/pc/shaman/general/walk.mss b/bin/pack/sound_m/sound/pc/shaman/general/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/general/walk.mss rename to bin/pack/sound_m/sound/pc/shaman/general/walk.mss diff --git a/bin/pack/Sound/sound/pc/shaman/horse/damage.mss b/bin/pack/sound_m/sound/pc/shaman/horse/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/horse/damage.mss rename to bin/pack/sound_m/sound/pc/shaman/horse/damage.mss diff --git a/bin/pack/Sound/sound/pc/shaman/horse/dead.mss b/bin/pack/sound_m/sound/pc/shaman/horse/dead.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/horse/dead.mss rename to bin/pack/sound_m/sound/pc/shaman/horse/dead.mss diff --git a/bin/pack/Sound/sound/pc/shaman/horse/skill_charge.mss b/bin/pack/sound_m/sound/pc/shaman/horse/skill_charge.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/horse/skill_charge.mss rename to bin/pack/sound_m/sound/pc/shaman/horse/skill_charge.mss diff --git a/bin/pack/Sound/sound/pc/shaman/horse/skill_splash.mss b/bin/pack/sound_m/sound/pc/shaman/horse/skill_splash.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/horse/skill_splash.mss rename to bin/pack/sound_m/sound/pc/shaman/horse/skill_splash.mss diff --git a/bin/pack/sound_m/sound/pc/shaman/horse_bell/combo_01.mss b/bin/pack/sound_m/sound/pc/shaman/horse_bell/combo_01.mss new file mode 100644 index 00000000..b6a931dd --- /dev/null +++ b/bin/pack/sound_m/sound/pc/shaman/horse_bell/combo_01.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.561000 "sound/pc/shaman/voice/1_soft1.wav" +SoundData01 0.495000 "sound/pc/shaman/bell/sh_bell_c_1.wav" diff --git a/bin/pack/Sound/sound/pc/shaman/horse_bell/combo_02.mss b/bin/pack/sound_m/sound/pc/shaman/horse_bell/combo_02.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/horse_bell/combo_02.mss rename to bin/pack/sound_m/sound/pc/shaman/horse_bell/combo_02.mss diff --git a/bin/pack/Sound/sound/pc/shaman/horse_bell/combo_03.mss b/bin/pack/sound_m/sound/pc/shaman/horse_bell/combo_03.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/horse_bell/combo_03.mss rename to bin/pack/sound_m/sound/pc/shaman/horse_bell/combo_03.mss diff --git a/bin/pack/Sound/sound/pc/shaman/horse_bell/skill_wildattack.mss b/bin/pack/sound_m/sound/pc/shaman/horse_bell/skill_wildattack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/horse_bell/skill_wildattack.mss rename to bin/pack/sound_m/sound/pc/shaman/horse_bell/skill_wildattack.mss diff --git a/bin/pack/sound_m/sound/pc/shaman/horse_fan/combo_01.mss b/bin/pack/sound_m/sound/pc/shaman/horse_fan/combo_01.mss new file mode 100644 index 00000000..96241a39 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/shaman/horse_fan/combo_01.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.297000 "sound/pc/shaman/voice/2_soft1.wav" +SoundData01 0.363000 "sound/pc/shaman/fan/sh_fan_c_1.wav" diff --git a/bin/pack/Sound/sound/pc/shaman/horse_fan/combo_02.mss b/bin/pack/sound_m/sound/pc/shaman/horse_fan/combo_02.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/horse_fan/combo_02.mss rename to bin/pack/sound_m/sound/pc/shaman/horse_fan/combo_02.mss diff --git a/bin/pack/Sound/sound/pc/shaman/horse_fan/combo_03.mss b/bin/pack/sound_m/sound/pc/shaman/horse_fan/combo_03.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/horse_fan/combo_03.mss rename to bin/pack/sound_m/sound/pc/shaman/horse_fan/combo_03.mss diff --git a/bin/pack/Sound/sound/pc/shaman/horse_fan/skill_wildattack.mss b/bin/pack/sound_m/sound/pc/shaman/horse_fan/skill_wildattack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/horse_fan/skill_wildattack.mss rename to bin/pack/sound_m/sound/pc/shaman/horse_fan/skill_wildattack.mss diff --git a/bin/pack/Sound/sound/pc/shaman/intro/selected.mss b/bin/pack/sound_m/sound/pc/shaman/intro/selected.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/intro/selected.mss rename to bin/pack/sound_m/sound/pc/shaman/intro/selected.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/bipabu.mss b/bin/pack/sound_m/sound/pc/shaman/skill/bipabu.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/bipabu.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/bipabu.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/bipabu_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/bipabu_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/bipabu_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/bipabu_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/bipabu_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/bipabu_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/bipabu_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/bipabu_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/bipabu_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/bipabu_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/bipabu_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/bipabu_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/boho_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/boho_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/boho_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/boho_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/boho_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/boho_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/boho_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/boho_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/boho_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/boho_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/boho_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/boho_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/boho_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/boho_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/boho_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/boho_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/boho_target.mss b/bin/pack/sound_m/sound/pc/shaman/skill/boho_target.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/boho_target.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/boho_target.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/budong.mss b/bin/pack/sound_m/sound/pc/shaman/skill/budong.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/budong.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/budong.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/byeorak.mss b/bin/pack/sound_m/sound/pc/shaman/skill/byeorak.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/byeorak.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/byeorak.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/byeorak_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/byeorak_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/byeorak_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/byeorak_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/byeorak_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/byeorak_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/byeorak_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/byeorak_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/byeorak_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/byeorak_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/byeorak_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/byeorak_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/chojeon.mss b/bin/pack/sound_m/sound/pc/shaman/skill/chojeon.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/chojeon.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/chojeon.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/daejeongeop_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/daejeongeop_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/daejeongeop_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/daejeongeop_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/daejeongeop_target.mss b/bin/pack/sound_m/sound/pc/shaman/skill/daejeongeop_target.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/daejeongeop_target.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/daejeongeop_target.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/gicheon_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/gicheon_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/gicheon_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/gicheon_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/gicheon_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/gicheon_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/gicheon_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/gicheon_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/gicheon_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/gicheon_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/gicheon_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/gicheon_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/gicheon_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/gicheon_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/gicheon_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/gicheon_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/gicheon_target.mss b/bin/pack/sound_m/sound/pc/shaman/skill/gicheon_target.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/gicheon_target.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/gicheon_target.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/gwihwan.mss b/bin/pack/sound_m/sound/pc/shaman/skill/gwihwan.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/gwihwan.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/gwihwan.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/hosin_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/hosin_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/hosin_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/hosin_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/hosin_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/hosin_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/hosin_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/hosin_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/hosin_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/hosin_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/hosin_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/hosin_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/hosin_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/hosin_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/hosin_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/hosin_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/hosin_target.mss b/bin/pack/sound_m/sound/pc/shaman/skill/hosin_target.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/hosin_target.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/hosin_target.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/inma.mss b/bin/pack/sound_m/sound/pc/shaman/skill/inma.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/inma.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/inma.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeongeop_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeongeop_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeongeop_2_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_2_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeongeop_2_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_2_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeongeop_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeongeop_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeongeop_3_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_3_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeongeop_3_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_3_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeongeop_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeongeop_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeongeop_4_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_4_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeongeop_4_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_4_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeongeop_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeongeop_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeongeop_target.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_target.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeongeop_target.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeongeop_target.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeungche_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeungche_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeungche_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeungche_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeungche_target.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeungche_target.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeungche_target.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeungche_target.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeunghon_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeunghon_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeunghon_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeunghon_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeunghon_target.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeunghon_target.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeunghon_target.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeunghon_target.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeungryeok_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeungryeok_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeungryeok_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeungryeok_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeungryeok_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeungryeok_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeungryeok_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeungryeok_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeungryeok_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeungryeok_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeungryeok_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeungryeok_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeungryeok_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeungryeok_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeungryeok_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeungryeok_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jeungryeok_target.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jeungryeok_target.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jeungryeok_target.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jeungryeok_target.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jigam_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jigam_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jigam_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jigam_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/jigam_target.mss b/bin/pack/sound_m/sound/pc/shaman/skill/jigam_target.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/jigam_target.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/jigam_target.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/kwaesok_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/kwaesok_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/kwaesok_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/kwaesok_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/kwaesok_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/kwaesok_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/kwaesok_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/kwaesok_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/kwaesok_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/kwaesok_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/kwaesok_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/kwaesok_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/kwaesok_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/kwaesok_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/kwaesok_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/kwaesok_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/kwaesok_target.mss b/bin/pack/sound_m/sound/pc/shaman/skill/kwaesok_target.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/kwaesok_target.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/kwaesok_target.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/noejeon.mss b/bin/pack/sound_m/sound/pc/shaman/skill/noejeon.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/noejeon.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/noejeon.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/noejeon_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/noejeon_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/noejeon_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/noejeon_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/noejeon_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/noejeon_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/noejeon_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/noejeon_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/noejeon_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/noejeon_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/noejeon_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/noejeon_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/paeryong.mss b/bin/pack/sound_m/sound/pc/shaman/skill/paeryong.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/paeryong.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/paeryong.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/paeryong_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/paeryong_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/paeryong_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/paeryong_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/paeryong_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/paeryong_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/paeryong_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/paeryong_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/paeryong_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/paeryong_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/paeryong_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/paeryong_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/pokroe.mss b/bin/pack/sound_m/sound/pc/shaman/skill/pokroe.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/pokroe.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/pokroe.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/pokroe_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/pokroe_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/pokroe_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/pokroe_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/pokroe_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/pokroe_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/pokroe_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/pokroe_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/pokroe_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/pokroe_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/pokroe_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/pokroe_4.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/suho.mss b/bin/pack/sound_m/sound/pc/shaman/skill/suho.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/suho.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/suho.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/wonsin_me.mss b/bin/pack/sound_m/sound/pc/shaman/skill/wonsin_me.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/wonsin_me.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/wonsin_me.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/wonsin_target.mss b/bin/pack/sound_m/sound/pc/shaman/skill/wonsin_target.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/wonsin_target.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/wonsin_target.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/yongpa.mss b/bin/pack/sound_m/sound/pc/shaman/skill/yongpa.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/yongpa.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/yongpa.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/yongpa_2.mss b/bin/pack/sound_m/sound/pc/shaman/skill/yongpa_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/yongpa_2.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/yongpa_2.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/yongpa_3.mss b/bin/pack/sound_m/sound/pc/shaman/skill/yongpa_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/yongpa_3.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/yongpa_3.mss diff --git a/bin/pack/Sound/sound/pc/shaman/skill/yongpa_4.mss b/bin/pack/sound_m/sound/pc/shaman/skill/yongpa_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/shaman/skill/yongpa_4.mss rename to bin/pack/sound_m/sound/pc/shaman/skill/yongpa_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/action/cheers_1.mss b/bin/pack/sound_m/sound/pc/sura/action/cheers_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/action/cheers_1.mss rename to bin/pack/sound_m/sound/pc/sura/action/cheers_1.mss diff --git a/bin/pack/Sound/sound/pc/sura/action/cheers_2.mss b/bin/pack/sound_m/sound/pc/sura/action/cheers_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/action/cheers_2.mss rename to bin/pack/sound_m/sound/pc/sura/action/cheers_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/action/clap.mss b/bin/pack/sound_m/sound/pc/sura/action/clap.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/action/clap.mss rename to bin/pack/sound_m/sound/pc/sura/action/clap.mss diff --git a/bin/pack/Sound/sound/pc/sura/action/french_kiss_with_assassin.mss b/bin/pack/sound_m/sound/pc/sura/action/french_kiss_with_assassin.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/action/french_kiss_with_assassin.mss rename to bin/pack/sound_m/sound/pc/sura/action/french_kiss_with_assassin.mss diff --git a/bin/pack/Sound/sound/pc/sura/action/french_kiss_with_shaman.mss b/bin/pack/sound_m/sound/pc/sura/action/french_kiss_with_shaman.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/action/french_kiss_with_shaman.mss rename to bin/pack/sound_m/sound/pc/sura/action/french_kiss_with_shaman.mss diff --git a/bin/pack/Sound/sound/pc/sura/action/kiss_with_assassin.mss b/bin/pack/sound_m/sound/pc/sura/action/kiss_with_assassin.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/action/kiss_with_assassin.mss rename to bin/pack/sound_m/sound/pc/sura/action/kiss_with_assassin.mss diff --git a/bin/pack/Sound/sound/pc/sura/action/kiss_with_shaman.mss b/bin/pack/sound_m/sound/pc/sura/action/kiss_with_shaman.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/action/kiss_with_shaman.mss rename to bin/pack/sound_m/sound/pc/sura/action/kiss_with_shaman.mss diff --git a/bin/pack/Sound/sound/pc/sura/action/slap_hit.mss b/bin/pack/sound_m/sound/pc/sura/action/slap_hit.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/action/slap_hit.mss rename to bin/pack/sound_m/sound/pc/sura/action/slap_hit.mss diff --git a/bin/pack/Sound/sound/pc/sura/action/slap_hurt.mss b/bin/pack/sound_m/sound/pc/sura/action/slap_hurt.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/action/slap_hurt.mss rename to bin/pack/sound_m/sound/pc/sura/action/slap_hurt.mss diff --git a/bin/pack/Sound/sound/pc/sura/effect/geomhwangyeok_blow.mss b/bin/pack/sound_m/sound/pc/sura/effect/geomhwangyeok_blow.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/effect/geomhwangyeok_blow.mss rename to bin/pack/sound_m/sound/pc/sura/effect/geomhwangyeok_blow.mss diff --git a/bin/pack/Sound/sound/pc/sura/effect/maryeong_blow.mss b/bin/pack/sound_m/sound/pc/sura/effect/maryeong_blow.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/effect/maryeong_blow.mss rename to bin/pack/sound_m/sound/pc/sura/effect/maryeong_blow.mss diff --git a/bin/pack/Sound/sound/pc/sura/effect/muyeong_blow.mss b/bin/pack/sound_m/sound/pc/sura/effect/muyeong_blow.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/effect/muyeong_blow.mss rename to bin/pack/sound_m/sound/pc/sura/effect/muyeong_blow.mss diff --git a/bin/pack/Sound/sound/pc/sura/effect/pabeopsul_blow.mss b/bin/pack/sound_m/sound/pc/sura/effect/pabeopsul_blow.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/effect/pabeopsul_blow.mss rename to bin/pack/sound_m/sound/pc/sura/effect/pabeopsul_blow.mss diff --git a/bin/pack/Sound/sound/pc/sura/effect/swaeryeong.mss b/bin/pack/sound_m/sound/pc/sura/effect/swaeryeong.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/effect/swaeryeong.mss rename to bin/pack/sound_m/sound/pc/sura/effect/swaeryeong.mss diff --git a/bin/pack/Sound/sound/pc/sura/fishing/fishing_cancel.mss b/bin/pack/sound_m/sound/pc/sura/fishing/fishing_cancel.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/fishing/fishing_cancel.mss rename to bin/pack/sound_m/sound/pc/sura/fishing/fishing_cancel.mss diff --git a/bin/pack/Sound/sound/pc/sura/fishing/fishing_catch.mss b/bin/pack/sound_m/sound/pc/sura/fishing/fishing_catch.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/fishing/fishing_catch.mss rename to bin/pack/sound_m/sound/pc/sura/fishing/fishing_catch.mss diff --git a/bin/pack/Sound/sound/pc/sura/fishing/fishing_fail.mss b/bin/pack/sound_m/sound/pc/sura/fishing/fishing_fail.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/fishing/fishing_fail.mss rename to bin/pack/sound_m/sound/pc/sura/fishing/fishing_fail.mss diff --git a/bin/pack/Sound/sound/pc/sura/fishing/run.mss b/bin/pack/sound_m/sound/pc/sura/fishing/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/fishing/run.mss rename to bin/pack/sound_m/sound/pc/sura/fishing/run.mss diff --git a/bin/pack/Sound/sound/pc/sura/fishing/throw.mss b/bin/pack/sound_m/sound/pc/sura/fishing/throw.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/fishing/throw.mss rename to bin/pack/sound_m/sound/pc/sura/fishing/throw.mss diff --git a/bin/pack/Sound/sound/pc/sura/fishing/walk.mss b/bin/pack/sound_m/sound/pc/sura/fishing/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/fishing/walk.mss rename to bin/pack/sound_m/sound/pc/sura/fishing/walk.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/attack.mss b/bin/pack/sound_m/sound/pc/sura/general/attack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/attack.mss rename to bin/pack/sound_m/sound/pc/sura/general/attack.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/attack_1.mss b/bin/pack/sound_m/sound/pc/sura/general/attack_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/attack_1.mss rename to bin/pack/sound_m/sound/pc/sura/general/attack_1.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/back_damage_flying.mss b/bin/pack/sound_m/sound/pc/sura/general/back_damage_flying.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/back_damage_flying.mss rename to bin/pack/sound_m/sound/pc/sura/general/back_damage_flying.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/combo_01.mss b/bin/pack/sound_m/sound/pc/sura/general/combo_01.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/combo_01.mss rename to bin/pack/sound_m/sound/pc/sura/general/combo_01.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/combo_02.mss b/bin/pack/sound_m/sound/pc/sura/general/combo_02.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/combo_02.mss rename to bin/pack/sound_m/sound/pc/sura/general/combo_02.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/combo_03.mss b/bin/pack/sound_m/sound/pc/sura/general/combo_03.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/combo_03.mss rename to bin/pack/sound_m/sound/pc/sura/general/combo_03.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/damage.mss b/bin/pack/sound_m/sound/pc/sura/general/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/damage.mss rename to bin/pack/sound_m/sound/pc/sura/general/damage.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/damage_1.mss b/bin/pack/sound_m/sound/pc/sura/general/damage_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/damage_1.mss rename to bin/pack/sound_m/sound/pc/sura/general/damage_1.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/damage_2.mss b/bin/pack/sound_m/sound/pc/sura/general/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/damage_2.mss rename to bin/pack/sound_m/sound/pc/sura/general/damage_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/damage_3.mss b/bin/pack/sound_m/sound/pc/sura/general/damage_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/damage_3.mss rename to bin/pack/sound_m/sound/pc/sura/general/damage_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/damage_flying.mss b/bin/pack/sound_m/sound/pc/sura/general/damage_flying.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/damage_flying.mss rename to bin/pack/sound_m/sound/pc/sura/general/damage_flying.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/dead.mss b/bin/pack/sound_m/sound/pc/sura/general/dead.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/dead.mss rename to bin/pack/sound_m/sound/pc/sura/general/dead.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/dig.mss b/bin/pack/sound_m/sound/pc/sura/general/dig.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/dig.mss rename to bin/pack/sound_m/sound/pc/sura/general/dig.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/pick_up.mss b/bin/pack/sound_m/sound/pc/sura/general/pick_up.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/pick_up.mss rename to bin/pack/sound_m/sound/pc/sura/general/pick_up.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/run.mss b/bin/pack/sound_m/sound/pc/sura/general/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/run.mss rename to bin/pack/sound_m/sound/pc/sura/general/run.mss diff --git a/bin/pack/Sound/sound/pc/sura/general/walk.mss b/bin/pack/sound_m/sound/pc/sura/general/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/general/walk.mss rename to bin/pack/sound_m/sound/pc/sura/general/walk.mss diff --git a/bin/pack/Sound/sound/pc/sura/horse/damage.mss b/bin/pack/sound_m/sound/pc/sura/horse/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/horse/damage.mss rename to bin/pack/sound_m/sound/pc/sura/horse/damage.mss diff --git a/bin/pack/Sound/sound/pc/sura/horse/dead.mss b/bin/pack/sound_m/sound/pc/sura/horse/dead.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/horse/dead.mss rename to bin/pack/sound_m/sound/pc/sura/horse/dead.mss diff --git a/bin/pack/Sound/sound/pc/sura/horse/skill_charge.mss b/bin/pack/sound_m/sound/pc/sura/horse/skill_charge.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/horse/skill_charge.mss rename to bin/pack/sound_m/sound/pc/sura/horse/skill_charge.mss diff --git a/bin/pack/Sound/sound/pc/sura/horse/skill_splash.mss b/bin/pack/sound_m/sound/pc/sura/horse/skill_splash.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/horse/skill_splash.mss rename to bin/pack/sound_m/sound/pc/sura/horse/skill_splash.mss diff --git a/bin/pack/sound_m/sound/pc/sura/horse_onehand_sword/combo_01.mss b/bin/pack/sound_m/sound/pc/sura/horse_onehand_sword/combo_01.mss new file mode 100644 index 00000000..794dc536 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/sura/horse_onehand_sword/combo_01.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.462000 "sound/common/swing/su_swing_1.wav" +SoundData01 0.528000 "sound/pc/sura/voice/soft_1.wav" diff --git a/bin/pack/sound_m/sound/pc/sura/horse_onehand_sword/combo_02.mss b/bin/pack/sound_m/sound/pc/sura/horse_onehand_sword/combo_02.mss new file mode 100644 index 00000000..2a316820 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/sura/horse_onehand_sword/combo_02.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.198000 "sound/common/swing/su_swing_2.wav" +SoundData01 0.231000 "sound/pc/sura/voice/soft_2.wav" diff --git a/bin/pack/sound_m/sound/pc/sura/horse_onehand_sword/combo_03.mss b/bin/pack/sound_m/sound/pc/sura/horse_onehand_sword/combo_03.mss new file mode 100644 index 00000000..42d6fc66 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/sura/horse_onehand_sword/combo_03.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.198000 "sound/common/swing/su_swing_3.wav" +SoundData01 0.231000 "sound/pc/sura/voice/soft_3.wav" diff --git a/bin/pack/Sound/sound/pc/sura/horse_onehand_sword/skill_wildattack.mss b/bin/pack/sound_m/sound/pc/sura/horse_onehand_sword/skill_wildattack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/horse_onehand_sword/skill_wildattack.mss rename to bin/pack/sound_m/sound/pc/sura/horse_onehand_sword/skill_wildattack.mss diff --git a/bin/pack/Sound/sound/pc/sura/intro/selected.mss b/bin/pack/sound_m/sound/pc/sura/intro/selected.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/intro/selected.mss rename to bin/pack/sound_m/sound/pc/sura/intro/selected.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/combo_01.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_01.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/combo_01.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_01.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/combo_02.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_02.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/combo_02.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_02.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/combo_03.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_03.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/combo_03.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_03.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/combo_04.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_04.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/combo_04.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_04.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/combo_05.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_05.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/combo_05.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_05.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/combo_06.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_06.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/combo_06.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_06.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/combo_07.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_07.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/combo_07.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/combo_07.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/damage.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/damage.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/damage.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/damage_1.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/damage_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/damage_1.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/damage_1.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/damage_2.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/damage_2.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/damage_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/damage_3.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/damage_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/damage_3.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/damage_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/pick_up.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/pick_up.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/pick_up.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/pick_up.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/run.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/run.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/run.mss diff --git a/bin/pack/Sound/sound/pc/sura/onehand_sword/walk.mss b/bin/pack/sound_m/sound/pc/sura/onehand_sword/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/onehand_sword/walk.mss rename to bin/pack/sound_m/sound/pc/sura/onehand_sword/walk.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/geomhwan.mss b/bin/pack/sound_m/sound/pc/sura/skill/geomhwan.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/geomhwan.mss rename to bin/pack/sound_m/sound/pc/sura/skill/geomhwan.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/geongon.mss b/bin/pack/sound_m/sound/pc/sura/skill/geongon.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/geongon.mss rename to bin/pack/sound_m/sound/pc/sura/skill/geongon.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/gongpo.mss b/bin/pack/sound_m/sound/pc/sura/skill/gongpo.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/gongpo.mss rename to bin/pack/sound_m/sound/pc/sura/skill/gongpo.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/gongpo_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/gongpo_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/gongpo_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/gongpo_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/gongpo_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/gongpo_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/gongpo_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/gongpo_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/gongpo_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/gongpo_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/gongpo_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/gongpo_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/gwigeom.mss b/bin/pack/sound_m/sound/pc/sura/skill/gwigeom.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/gwigeom.mss rename to bin/pack/sound_m/sound/pc/sura/skill/gwigeom.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/gwigeom_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/gwigeom_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/gwigeom_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/gwigeom_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/gwigeom_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/gwigeom_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/gwigeom_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/gwigeom_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/gwigeom_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/gwigeom_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/gwigeom_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/gwigeom_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/heuksin.mss b/bin/pack/sound_m/sound/pc/sura/skill/heuksin.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/heuksin.mss rename to bin/pack/sound_m/sound/pc/sura/skill/heuksin.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/heuksin_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/heuksin_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/heuksin_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/heuksin_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/heuksin_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/heuksin_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/heuksin_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/heuksin_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/heuksin_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/heuksin_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/heuksin_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/heuksin_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/hwayeom.mss b/bin/pack/sound_m/sound/pc/sura/skill/hwayeom.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/hwayeom.mss rename to bin/pack/sound_m/sound/pc/sura/skill/hwayeom.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/hwayeom_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/hwayeom_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/hwayeom_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/hwayeom_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/hwayeom_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/hwayeom_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/hwayeom_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/hwayeom_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/hwayeom_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/hwayeom_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/hwayeom_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/hwayeom_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/hyeolhwan.mss b/bin/pack/sound_m/sound/pc/sura/skill/hyeolhwan.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/hyeolhwan.mss rename to bin/pack/sound_m/sound/pc/sura/skill/hyeolhwan.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/hyeolma.mss b/bin/pack/sound_m/sound/pc/sura/skill/hyeolma.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/hyeolma.mss rename to bin/pack/sound_m/sound/pc/sura/skill/hyeolma.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/ihyeol.mss b/bin/pack/sound_m/sound/pc/sura/skill/ihyeol.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/ihyeol.mss rename to bin/pack/sound_m/sound/pc/sura/skill/ihyeol.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/jeoju.mss b/bin/pack/sound_m/sound/pc/sura/skill/jeoju.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/jeoju.mss rename to bin/pack/sound_m/sound/pc/sura/skill/jeoju.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/johon.mss b/bin/pack/sound_m/sound/pc/sura/skill/johon.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/johon.mss rename to bin/pack/sound_m/sound/pc/sura/skill/johon.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/jumagap.mss b/bin/pack/sound_m/sound/pc/sura/skill/jumagap.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/jumagap.mss rename to bin/pack/sound_m/sound/pc/sura/skill/jumagap.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/jumagap_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/jumagap_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/jumagap_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/jumagap_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/jumagap_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/jumagap_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/jumagap_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/jumagap_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/jumagap_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/jumagap_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/jumagap_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/jumagap_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/mahwan_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/mahwan_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/mahwan_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/mahwan_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/mahwan_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/mahwan_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/mahwan_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/mahwan_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/mahwan_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/mahwan_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/mahwan_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/mahwan_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/maryeong.mss b/bin/pack/sound_m/sound/pc/sura/skill/maryeong.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/maryeong.mss rename to bin/pack/sound_m/sound/pc/sura/skill/maryeong.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/maryeong_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/maryeong_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/maryeong_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/maryeong_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/maryeong_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/maryeong_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/maryeong_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/maryeong_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/maryeong_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/maryeong_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/maryeong_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/maryeong_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/muyeong.mss b/bin/pack/sound_m/sound/pc/sura/skill/muyeong.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/muyeong.mss rename to bin/pack/sound_m/sound/pc/sura/skill/muyeong.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/muyeong_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/muyeong_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/muyeong_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/muyeong_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/muyeong_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/muyeong_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/muyeong_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/muyeong_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/muyeong_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/muyeong_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/muyeong_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/muyeong_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/pabeop.mss b/bin/pack/sound_m/sound/pc/sura/skill/pabeop.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/pabeop.mss rename to bin/pack/sound_m/sound/pc/sura/skill/pabeop.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/pabeop_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/pabeop_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/pabeop_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/pabeop_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/pabeop_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/pabeop_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/pabeop_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/pabeop_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/pabeop_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/pabeop_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/pabeop_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/pabeop_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/swaeryeong.mss b/bin/pack/sound_m/sound/pc/sura/skill/swaeryeong.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/swaeryeong.mss rename to bin/pack/sound_m/sound/pc/sura/skill/swaeryeong.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/swaeryeong_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/swaeryeong_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/swaeryeong_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/swaeryeong_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/swaeryeong_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/swaeryeong_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/swaeryeong_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/swaeryeong_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/swaeryeong_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/swaeryeong_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/swaeryeong_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/swaeryeong_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/tusok.mss b/bin/pack/sound_m/sound/pc/sura/skill/tusok.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/tusok.mss rename to bin/pack/sound_m/sound/pc/sura/skill/tusok.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/tusok_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/tusok_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/tusok_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/tusok_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/tusok_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/tusok_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/tusok_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/tusok_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/tusok_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/tusok_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/tusok_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/tusok_4.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/yonggwon.mss b/bin/pack/sound_m/sound/pc/sura/skill/yonggwon.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/yonggwon.mss rename to bin/pack/sound_m/sound/pc/sura/skill/yonggwon.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/yonggwon_2.mss b/bin/pack/sound_m/sound/pc/sura/skill/yonggwon_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/yonggwon_2.mss rename to bin/pack/sound_m/sound/pc/sura/skill/yonggwon_2.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/yonggwon_3.mss b/bin/pack/sound_m/sound/pc/sura/skill/yonggwon_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/yonggwon_3.mss rename to bin/pack/sound_m/sound/pc/sura/skill/yonggwon_3.mss diff --git a/bin/pack/Sound/sound/pc/sura/skill/yonggwon_4.mss b/bin/pack/sound_m/sound/pc/sura/skill/yonggwon_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/sura/skill/yonggwon_4.mss rename to bin/pack/sound_m/sound/pc/sura/skill/yonggwon_4.mss diff --git a/bin/pack/Sound/sound/pc/warrior/action/cheers_1.mss b/bin/pack/sound_m/sound/pc/warrior/action/cheers_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/action/cheers_1.mss rename to bin/pack/sound_m/sound/pc/warrior/action/cheers_1.mss diff --git a/bin/pack/Sound/sound/pc/warrior/action/cheers_2.mss b/bin/pack/sound_m/sound/pc/warrior/action/cheers_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/action/cheers_2.mss rename to bin/pack/sound_m/sound/pc/warrior/action/cheers_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/action/clap.mss b/bin/pack/sound_m/sound/pc/warrior/action/clap.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/action/clap.mss rename to bin/pack/sound_m/sound/pc/warrior/action/clap.mss diff --git a/bin/pack/Sound/sound/pc/warrior/action/french_kiss_with_assassin.mss b/bin/pack/sound_m/sound/pc/warrior/action/french_kiss_with_assassin.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/action/french_kiss_with_assassin.mss rename to bin/pack/sound_m/sound/pc/warrior/action/french_kiss_with_assassin.mss diff --git a/bin/pack/Sound/sound/pc/warrior/action/french_kiss_with_shaman.mss b/bin/pack/sound_m/sound/pc/warrior/action/french_kiss_with_shaman.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/action/french_kiss_with_shaman.mss rename to bin/pack/sound_m/sound/pc/warrior/action/french_kiss_with_shaman.mss diff --git a/bin/pack/Sound/sound/pc/warrior/action/kiss_with_assassin.mss b/bin/pack/sound_m/sound/pc/warrior/action/kiss_with_assassin.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/action/kiss_with_assassin.mss rename to bin/pack/sound_m/sound/pc/warrior/action/kiss_with_assassin.mss diff --git a/bin/pack/Sound/sound/pc/warrior/action/kiss_with_shaman.mss b/bin/pack/sound_m/sound/pc/warrior/action/kiss_with_shaman.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/action/kiss_with_shaman.mss rename to bin/pack/sound_m/sound/pc/warrior/action/kiss_with_shaman.mss diff --git a/bin/pack/Sound/sound/pc/warrior/action/slap_hit.mss b/bin/pack/sound_m/sound/pc/warrior/action/slap_hit.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/action/slap_hit.mss rename to bin/pack/sound_m/sound/pc/warrior/action/slap_hit.mss diff --git a/bin/pack/Sound/sound/pc/warrior/action/slap_hurt.mss b/bin/pack/sound_m/sound/pc/warrior/action/slap_hurt.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/action/slap_hurt.mss rename to bin/pack/sound_m/sound/pc/warrior/action/slap_hurt.mss diff --git a/bin/pack/Sound/sound/pc/warrior/fishing/fishing_cancel.mss b/bin/pack/sound_m/sound/pc/warrior/fishing/fishing_cancel.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/fishing/fishing_cancel.mss rename to bin/pack/sound_m/sound/pc/warrior/fishing/fishing_cancel.mss diff --git a/bin/pack/Sound/sound/pc/warrior/fishing/fishing_catch.mss b/bin/pack/sound_m/sound/pc/warrior/fishing/fishing_catch.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/fishing/fishing_catch.mss rename to bin/pack/sound_m/sound/pc/warrior/fishing/fishing_catch.mss diff --git a/bin/pack/Sound/sound/pc/warrior/fishing/fishing_fail.mss b/bin/pack/sound_m/sound/pc/warrior/fishing/fishing_fail.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/fishing/fishing_fail.mss rename to bin/pack/sound_m/sound/pc/warrior/fishing/fishing_fail.mss diff --git a/bin/pack/Sound/sound/pc/warrior/fishing/run.mss b/bin/pack/sound_m/sound/pc/warrior/fishing/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/fishing/run.mss rename to bin/pack/sound_m/sound/pc/warrior/fishing/run.mss diff --git a/bin/pack/Sound/sound/pc/warrior/fishing/throw.mss b/bin/pack/sound_m/sound/pc/warrior/fishing/throw.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/fishing/throw.mss rename to bin/pack/sound_m/sound/pc/warrior/fishing/throw.mss diff --git a/bin/pack/Sound/sound/pc/warrior/fishing/walk.mss b/bin/pack/sound_m/sound/pc/warrior/fishing/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/fishing/walk.mss rename to bin/pack/sound_m/sound/pc/warrior/fishing/walk.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/attack.mss b/bin/pack/sound_m/sound/pc/warrior/general/attack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/attack.mss rename to bin/pack/sound_m/sound/pc/warrior/general/attack.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/attack_1.mss b/bin/pack/sound_m/sound/pc/warrior/general/attack_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/attack_1.mss rename to bin/pack/sound_m/sound/pc/warrior/general/attack_1.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/back_damage_flying.mss b/bin/pack/sound_m/sound/pc/warrior/general/back_damage_flying.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/back_damage_flying.mss rename to bin/pack/sound_m/sound/pc/warrior/general/back_damage_flying.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/damage.mss b/bin/pack/sound_m/sound/pc/warrior/general/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/damage.mss rename to bin/pack/sound_m/sound/pc/warrior/general/damage.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/damage_1.mss b/bin/pack/sound_m/sound/pc/warrior/general/damage_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/damage_1.mss rename to bin/pack/sound_m/sound/pc/warrior/general/damage_1.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/damage_2.mss b/bin/pack/sound_m/sound/pc/warrior/general/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/damage_2.mss rename to bin/pack/sound_m/sound/pc/warrior/general/damage_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/damage_3.mss b/bin/pack/sound_m/sound/pc/warrior/general/damage_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/damage_3.mss rename to bin/pack/sound_m/sound/pc/warrior/general/damage_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/damage_flying.mss b/bin/pack/sound_m/sound/pc/warrior/general/damage_flying.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/damage_flying.mss rename to bin/pack/sound_m/sound/pc/warrior/general/damage_flying.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/dead.mss b/bin/pack/sound_m/sound/pc/warrior/general/dead.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/dead.mss rename to bin/pack/sound_m/sound/pc/warrior/general/dead.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/dig.mss b/bin/pack/sound_m/sound/pc/warrior/general/dig.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/dig.mss rename to bin/pack/sound_m/sound/pc/warrior/general/dig.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/pick_up.mss b/bin/pack/sound_m/sound/pc/warrior/general/pick_up.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/pick_up.mss rename to bin/pack/sound_m/sound/pc/warrior/general/pick_up.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/run.mss b/bin/pack/sound_m/sound/pc/warrior/general/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/run.mss rename to bin/pack/sound_m/sound/pc/warrior/general/run.mss diff --git a/bin/pack/Sound/sound/pc/warrior/general/walk.mss b/bin/pack/sound_m/sound/pc/warrior/general/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/general/walk.mss rename to bin/pack/sound_m/sound/pc/warrior/general/walk.mss diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/damage_1.mss b/bin/pack/sound_m/sound/pc/warrior/horse/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/damage_1.mss rename to bin/pack/sound_m/sound/pc/warrior/horse/damage.mss diff --git a/bin/pack/sound_m/sound/pc/warrior/horse/dead.mss b/bin/pack/sound_m/sound/pc/warrior/horse/dead.mss new file mode 100644 index 00000000..79c7a7a2 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/warrior/horse/dead.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.660000 "sound/pc/warrior/general/drop1.wav" +SoundData01 0.000000 "sound/pc/warrior/voice/dead_1.wav" diff --git a/bin/pack/sound_m/sound/pc/warrior/horse/skill_charge.mss b/bin/pack/sound_m/sound/pc/warrior/horse/skill_charge.mss new file mode 100644 index 00000000..c7802bf7 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/warrior/horse/skill_charge.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.132000 "sound/pc/shaman/skill/kwaesok_effect.wav" +SoundData01 0.000000 "sound/npc/horse2/horse_special.wav" diff --git a/bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/combo_01.mss b/bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/combo_01.mss new file mode 100644 index 00000000..45a2234d --- /dev/null +++ b/bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/combo_01.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.495000 "sound/pc/warrior/voice/1_soft1.wav" +SoundData01 0.429000 "sound/common/swing/w_1h_c_1.wav" diff --git a/bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/combo_02.mss b/bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/combo_02.mss new file mode 100644 index 00000000..a66efa00 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/combo_02.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.231000 "sound/pc/warrior/voice/1_soft2.wav" +SoundData01 0.198000 "sound/common/swing/w_1h_c_2.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/combo_03.mss b/bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/combo_03.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/combo_03.mss rename to bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/combo_03.mss diff --git a/bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/skill_splash.mss b/bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/skill_splash.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/skill_splash.mss rename to bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/skill_splash.mss diff --git a/bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/skill_wildattack.mss b/bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/skill_wildattack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/horse_onehand_sword/skill_wildattack.mss rename to bin/pack/sound_m/sound/pc/warrior/horse_onehand_sword/skill_wildattack.mss diff --git a/bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/combo_01.mss b/bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/combo_01.mss new file mode 100644 index 00000000..fd4b7c47 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/combo_01.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.528000 "sound/pc/warrior/voice/1_soft1.wav" +SoundData01 0.462000 "sound/common/swing/w_2h_c_1.wav" diff --git a/bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/combo_02.mss b/bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/combo_02.mss new file mode 100644 index 00000000..ae82f4e4 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/combo_02.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.231000 "sound/pc/warrior/voice/2_soft2.wav" +SoundData01 0.198000 "sound/common/swing/w_2h_c_2.wav" diff --git a/bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/combo_03.mss b/bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/combo_03.mss new file mode 100644 index 00000000..2e8bd85d --- /dev/null +++ b/bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/combo_03.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.231000 "sound/pc/warrior/voice/1_heavy.wav" +SoundData01 0.165000 "sound/common/swing/w_2h_c_3.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/skill_splash.mss b/bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/skill_splash.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/skill_splash.mss rename to bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/skill_splash.mss diff --git a/bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/skill_wildattack.mss b/bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/skill_wildattack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/horse_twohand_sword/skill_wildattack.mss rename to bin/pack/sound_m/sound/pc/warrior/horse_twohand_sword/skill_wildattack.mss diff --git a/bin/pack/Sound/sound/pc/warrior/intro/selected.mss b/bin/pack/sound_m/sound/pc/warrior/intro/selected.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/intro/selected.mss rename to bin/pack/sound_m/sound/pc/warrior/intro/selected.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/attack.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/attack.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/attack.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/attack.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/attack_1.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/attack_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/attack_1.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/attack_1.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/attack_2.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/attack_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/attack_2.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/attack_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_01.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_01.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_01.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_01.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_02.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_02.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_02.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_02.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_03.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_03.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_03.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_03.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_04.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_04.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_04.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_04.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_05.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_05.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_05.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_05.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_06.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_06.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_06.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_06.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_07.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_07.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/combo_07.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/combo_07.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/damage.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/damage.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/damage.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/damage_1.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/damage_1.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/damage_1.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/damage_1.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/damage_2.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/damage_2.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/damage_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/damage_3.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/damage_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/damage_3.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/damage_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/pick_up.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/pick_up.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/pick_up.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/pick_up.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/run.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/run.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/run.mss diff --git a/bin/pack/Sound/sound/pc/warrior/onehand_sword/walk.mss b/bin/pack/sound_m/sound/pc/warrior/onehand_sword/walk.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/onehand_sword/walk.mss rename to bin/pack/sound_m/sound/pc/warrior/onehand_sword/walk.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/cheongeun.mss b/bin/pack/sound_m/sound/pc/warrior/skill/cheongeun.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/cheongeun.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/cheongeun.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/cheongeun_2.mss b/bin/pack/sound_m/sound/pc/warrior/skill/cheongeun_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/cheongeun_2.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/cheongeun_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/cheongeun_3.mss b/bin/pack/sound_m/sound/pc/warrior/skill/cheongeun_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/cheongeun_3.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/cheongeun_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/cheongeun_4.mss b/bin/pack/sound_m/sound/pc/warrior/skill/cheongeun_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/cheongeun_4.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/cheongeun_4.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/chungeun.mss b/bin/pack/sound_m/sound/pc/warrior/skill/chungeun.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/chungeun.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/chungeun.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/daejin.mss b/bin/pack/sound_m/sound/pc/warrior/skill/daejin.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/daejin.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/daejin.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/daejin_2.mss b/bin/pack/sound_m/sound/pc/warrior/skill/daejin_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/daejin_2.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/daejin_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/daejin_3.mss b/bin/pack/sound_m/sound/pc/warrior/skill/daejin_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/daejin_3.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/daejin_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/daejin_4.mss b/bin/pack/sound_m/sound/pc/warrior/skill/daejin_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/daejin_4.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/daejin_4.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/geomgyeong.mss b/bin/pack/sound_m/sound/pc/warrior/skill/geomgyeong.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/geomgyeong.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/geomgyeong.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/geomgyeong_2.mss b/bin/pack/sound_m/sound/pc/warrior/skill/geomgyeong_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/geomgyeong_2.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/geomgyeong_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/geomgyeong_3.mss b/bin/pack/sound_m/sound/pc/warrior/skill/geomgyeong_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/geomgyeong_3.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/geomgyeong_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/geomgyeong_4.mss b/bin/pack/sound_m/sound/pc/warrior/skill/geomgyeong_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/geomgyeong_4.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/geomgyeong_4.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/geompung.mss b/bin/pack/sound_m/sound/pc/warrior/skill/geompung.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/geompung.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/geompung.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/geompung_2.mss b/bin/pack/sound_m/sound/pc/warrior/skill/geompung_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/geompung_2.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/geompung_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/geompung_3.mss b/bin/pack/sound_m/sound/pc/warrior/skill/geompung_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/geompung_3.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/geompung_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/geompung_4.mss b/bin/pack/sound_m/sound/pc/warrior/skill/geompung_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/geompung_4.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/geompung_4.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/geumgangno.mss b/bin/pack/sound_m/sound/pc/warrior/skill/geumgangno.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/geumgangno.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/geumgangno.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gigongcham.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gigongcham.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gigongcham.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gigongcham.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gigongcham_2.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gigongcham_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gigongcham_2.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gigongcham_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gigongcham_3.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gigongcham_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gigongcham_3.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gigongcham_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gigongcham_4.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gigongcham_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gigongcham_4.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gigongcham_4.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gigongsul.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gigongsul.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gigongsul.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gigongsul.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gihyeol.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gihyeol.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gihyeol.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gihyeol.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gyeoksan.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gyeoksan.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gyeoksan_2.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gyeoksan_2.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gyeoksan_3.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gyeoksan_3.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gyeoksan_4.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gyeoksan_4.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan_4.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gyeoksan_double.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan_double.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gyeoksan_double.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan_double.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/gyeoksan_triple.mss b/bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan_triple.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/gyeoksan_triple.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/gyeoksan_triple.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/jeongwi.mss b/bin/pack/sound_m/sound/pc/warrior/skill/jeongwi.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/jeongwi.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/jeongwi.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/jeongwi_2.mss b/bin/pack/sound_m/sound/pc/warrior/skill/jeongwi_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/jeongwi_2.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/jeongwi_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/jeongwi_3.mss b/bin/pack/sound_m/sound/pc/warrior/skill/jeongwi_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/jeongwi_3.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/jeongwi_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/jeongwi_4.mss b/bin/pack/sound_m/sound/pc/warrior/skill/jeongwi_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/jeongwi_4.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/jeongwi_4.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/jeonsinbangeo.mss b/bin/pack/sound_m/sound/pc/warrior/skill/jeonsinbangeo.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/jeonsinbangeo.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/jeonsinbangeo.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/jipjung.mss b/bin/pack/sound_m/sound/pc/warrior/skill/jipjung.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/jipjung.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/jipjung.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/noegeom.mss b/bin/pack/sound_m/sound/pc/warrior/skill/noegeom.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/noegeom.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/noegeom.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/palbang.mss b/bin/pack/sound_m/sound/pc/warrior/skill/palbang.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/palbang.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/palbang.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/palbang_2.mss b/bin/pack/sound_m/sound/pc/warrior/skill/palbang_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/palbang_2.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/palbang_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/palbang_3.mss b/bin/pack/sound_m/sound/pc/warrior/skill/palbang_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/palbang_3.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/palbang_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/palbang_4.mss b/bin/pack/sound_m/sound/pc/warrior/skill/palbang_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/palbang_4.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/palbang_4.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/samyeon.mss b/bin/pack/sound_m/sound/pc/warrior/skill/samyeon.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/samyeon.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/samyeon.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/samyeon_2.mss b/bin/pack/sound_m/sound/pc/warrior/skill/samyeon_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/samyeon_2.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/samyeon_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/samyeon_3.mss b/bin/pack/sound_m/sound/pc/warrior/skill/samyeon_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/samyeon_3.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/samyeon_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/samyeon_4.mss b/bin/pack/sound_m/sound/pc/warrior/skill/samyeon_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/samyeon_4.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/samyeon_4.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/tanhwan.mss b/bin/pack/sound_m/sound/pc/warrior/skill/tanhwan.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/tanhwan.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/tanhwan.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/tanhwan_2.mss b/bin/pack/sound_m/sound/pc/warrior/skill/tanhwan_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/tanhwan_2.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/tanhwan_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/tanhwan_3.mss b/bin/pack/sound_m/sound/pc/warrior/skill/tanhwan_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/tanhwan_3.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/tanhwan_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/skill/tanhwan_4.mss b/bin/pack/sound_m/sound/pc/warrior/skill/tanhwan_4.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/skill/tanhwan_4.mss rename to bin/pack/sound_m/sound/pc/warrior/skill/tanhwan_4.mss diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_01.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_01.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_01.mss rename to bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_01.mss diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_02.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_02.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_02.mss rename to bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_02.mss diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_03.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_03.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_03.mss rename to bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_03.mss diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_04.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_04.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_04.mss rename to bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_04.mss diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_05.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_05.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_05.mss rename to bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_05.mss diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_06.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_06.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/combo_06.mss rename to bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_06.mss diff --git a/bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_07.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_07.mss new file mode 100644 index 00000000..21cfd727 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/combo_07.mss @@ -0,0 +1,5 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 2 +SoundData00 0.660000 "sound/common/swing/w_1h_c_4.wav" +SoundData01 0.693000 "sound/pc/warrior/voice/2_heavy.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/damage.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/damage.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/damage.mss rename to bin/pack/sound_m/sound/pc/warrior/twohand_sword/damage.mss diff --git a/bin/pack/sound_m/sound/pc/warrior/twohand_sword/damage_1.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/damage_1.mss new file mode 100644 index 00000000..db3cd588 --- /dev/null +++ b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/damage_1.mss @@ -0,0 +1,4 @@ +ScriptType CharacterSoundInformation + +SoundDataCount 1 +SoundData00 0.000000 "sound/pc/warrior/voice/damage_2.wav" diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/damage_2.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/damage_2.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/damage_2.mss rename to bin/pack/sound_m/sound/pc/warrior/twohand_sword/damage_2.mss diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/damage_3.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/damage_3.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/damage_3.mss rename to bin/pack/sound_m/sound/pc/warrior/twohand_sword/damage_3.mss diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/pick_up.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/pick_up.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/pick_up.mss rename to bin/pack/sound_m/sound/pc/warrior/twohand_sword/pick_up.mss diff --git a/bin/pack/Sound/sound/pc/warrior/twohand_sword/run.mss b/bin/pack/sound_m/sound/pc/warrior/twohand_sword/run.mss similarity index 100% rename from bin/pack/Sound/sound/pc/warrior/twohand_sword/run.mss rename to bin/pack/sound_m/sound/pc/warrior/twohand_sword/run.mss diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_assassin.jpg b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin.jpg similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_assassin.jpg rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_assassin.sub b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin.sub similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_assassin.sub rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_assassin2.jpg b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin2.jpg similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_assassin2.jpg rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin2.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_assassin2.sub b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin2.sub similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_assassin2.sub rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin2.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_assassin3.jpg b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin3.jpg similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_assassin3.jpg rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin3.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_assassin3.sub b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin3.sub similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_assassin3.sub rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_assassin3.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_shaman.jpg b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_shaman.jpg similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_shaman.jpg rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_shaman.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_shaman.sub b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_shaman.sub similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_shaman.sub rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_shaman.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_sura.jpg b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_sura.jpg similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_sura.jpg rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_sura.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_sura.sub b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_sura.sub similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_sura.sub rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_sura.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_sura2.jpg b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_sura2.jpg similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_sura2.jpg rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_sura2.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_sura2.sub b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_sura2.sub similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_sura2.sub rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_sura2.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_warrior.jpg b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_warrior.jpg similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_warrior.jpg rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_warrior.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_warrior.sub b/bin/pack/uiloading/ymir work/uiloading/base/background_loading_warrior.sub similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_warrior.sub rename to bin/pack/uiloading/ymir work/uiloading/base/background_loading_warrior.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/catacomb/loading0.jpg b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading0.jpg new file mode 100644 index 00000000..0a90d967 Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading0.jpg differ diff --git a/bin/pack/locale_de/locale/de/ui/loading/loading0.sub b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading0.sub similarity index 100% rename from bin/pack/locale_de/locale/de/ui/loading/loading0.sub rename to bin/pack/uiloading/ymir work/uiloading/catacomb/loading0.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/catacomb/loading1.jpg b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading1.jpg new file mode 100644 index 00000000..65738509 Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading1.jpg differ diff --git a/bin/pack/locale_de/locale/de/ui/loading/loading1.sub b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading1.sub similarity index 100% rename from bin/pack/locale_de/locale/de/ui/loading/loading1.sub rename to bin/pack/uiloading/ymir work/uiloading/catacomb/loading1.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/catacomb/loading2.jpg b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading2.jpg new file mode 100644 index 00000000..006dd1be Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading2.jpg differ diff --git a/bin/pack/locale_de/locale/de/ui/loading/loading2.sub b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading2.sub similarity index 100% rename from bin/pack/locale_de/locale/de/ui/loading/loading2.sub rename to bin/pack/uiloading/ymir work/uiloading/catacomb/loading2.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/catacomb/loading3.jpg b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading3.jpg new file mode 100644 index 00000000..71cc6fb5 Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading3.jpg differ diff --git a/bin/pack/locale_de/locale/de/ui/loading/loading3.sub b/bin/pack/uiloading/ymir work/uiloading/catacomb/loading3.sub similarity index 100% rename from bin/pack/locale_de/locale/de/ui/loading/loading3.sub rename to bin/pack/uiloading/ymir work/uiloading/catacomb/loading3.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading0.jpg b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading0.jpg new file mode 100644 index 00000000..8ef49f55 Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading0.jpg differ diff --git a/bin/pack/locale_us/locale/us/ui/loading/loading0.sub b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading0.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/loading/loading0.sub rename to bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading0.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading0_2.jpg b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading0_2.jpg new file mode 100644 index 00000000..95b45b96 Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading0_2.jpg differ diff --git a/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading1.jpg b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading1.jpg new file mode 100644 index 00000000..c6e96684 Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading1.jpg differ diff --git a/bin/pack/locale_us/locale/us/ui/loading/loading1.sub b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading1.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/loading/loading1.sub rename to bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading1.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading1_2.jpg b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading1_2.jpg new file mode 100644 index 00000000..8e9de6ce Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading1_2.jpg differ diff --git a/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading2.jpg b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading2.jpg new file mode 100644 index 00000000..6205d84a Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading2.jpg differ diff --git a/bin/pack/locale_us/locale/us/ui/loading/loading2.sub b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading2.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/loading/loading2.sub rename to bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading2.sub diff --git a/bin/pack/locale_us/locale/us/ui/loading/loading3.jpg b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading2_2.jpg similarity index 100% rename from bin/pack/locale_us/locale/us/ui/loading/loading3.jpg rename to bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading2_2.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading3.jpg b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading3.jpg new file mode 100644 index 00000000..71c24a22 Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading3.jpg differ diff --git a/bin/pack/locale_us/locale/us/ui/loading/loading3.sub b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading3.sub similarity index 100% rename from bin/pack/locale_us/locale/us/ui/loading/loading3.sub rename to bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading3.sub diff --git a/bin/pack/locale_us/locale/us/ui/loading/loading2.jpg b/bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading3_2.jpg similarity index 100% rename from bin/pack/locale_us/locale/us/ui/loading/loading2.jpg rename to bin/pack/uiloading/ymir work/uiloading/dark_dragons/loading3_2.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_samahi1.jpg b/bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_samahi1.jpg similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_samahi1.jpg rename to bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_samahi1.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_samahi1.sub b/bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_samahi1.sub similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_samahi1.sub rename to bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_samahi1.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_warrior5.jpg b/bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_warrior5.jpg similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_warrior5.jpg rename to bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_warrior5.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_warrior5.sub b/bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_warrior5.sub similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_warrior5.sub rename to bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_warrior5.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_warriorghist1.jpg b/bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_warriorghist1.jpg similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_warriorghist1.jpg rename to bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_warriorghist1.jpg diff --git a/bin/pack/uiloading/ymir work/uiloading/background_loading_warriorghist1.sub b/bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_warriorghist1.sub similarity index 100% rename from bin/pack/uiloading/ymir work/uiloading/background_loading_warriorghist1.sub rename to bin/pack/uiloading/ymir work/uiloading/grotto/background_loading_warriorghist1.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/purgatory/loading0.jpg b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading0.jpg new file mode 100644 index 00000000..b4392342 Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading0.jpg differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading0.sub b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading0.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading0.sub rename to bin/pack/uiloading/ymir work/uiloading/purgatory/loading0.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/purgatory/loading1.jpg b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading1.jpg new file mode 100644 index 00000000..db75b669 Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading1.jpg differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading1.sub b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading1.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading1.sub rename to bin/pack/uiloading/ymir work/uiloading/purgatory/loading1.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/purgatory/loading2.jpg b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading2.jpg new file mode 100644 index 00000000..2759208c Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading2.jpg differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading2.sub b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading2.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading2.sub rename to bin/pack/uiloading/ymir work/uiloading/purgatory/loading2.sub diff --git a/bin/pack/uiloading/ymir work/uiloading/purgatory/loading3.jpg b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading3.jpg new file mode 100644 index 00000000..bdac27f7 Binary files /dev/null and b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading3.jpg differ diff --git a/bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading3.sub b/bin/pack/uiloading/ymir work/uiloading/purgatory/loading3.sub similarity index 100% rename from bin/pack/locale_ymir_ui/locale/ymir_ui/loading/loading3.sub rename to bin/pack/uiloading/ymir work/uiloading/purgatory/loading3.sub diff --git a/bin/pack/uiscript/uiscript/connectingdialog.py b/bin/pack/uiscript/uiscript/connectingdialog.py index bb5859d2..a949f615 100644 --- a/bin/pack/uiscript/uiscript/connectingdialog.py +++ b/bin/pack/uiscript/uiscript/connectingdialog.py @@ -53,4 +53,4 @@ window = { }, ), -} \ No newline at end of file +} diff --git a/bin/pack/uiscript/uiscript/equipmentdialog.py b/bin/pack/uiscript/uiscript/equipmentdialog.py index fa69a073..61fed004 100644 --- a/bin/pack/uiscript/uiscript/equipmentdialog.py +++ b/bin/pack/uiscript/uiscript/equipmentdialog.py @@ -36,7 +36,7 @@ window = { "horizontal_align" : "center", "vertical_align" : "center", - "image" : "d:/ymir work/ui/game/windows/equipment_base.sub", + "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", "children" : ( @@ -57,12 +57,18 @@ window = { {"index":2, "x":39, "y":145, "width":32, "height":32}, {"index":3, "x":75, "y":67, "width":32, "height":32}, {"index":4, "x":3, "y":3, "width":32, "height":96}, - {"index":5, "x":114, "y":84, "width":32, "height":32}, - {"index":6, "x":114, "y":52, "width":32, "height":32}, - {"index":7, "x":2, "y":113, "width":32, "height":32}, - {"index":8, "x":75, "y":113, "width":32, "height":32}, - {"index":9, "x":114, "y":1, "width":32, "height":32}, + {"index":5, "x":114, "y":67, "width":32, "height":32}, + {"index":6, "x":114, "y":35, "width":32, "height":32}, + {"index":7, "x":2, "y":145, "width":32, "height":32}, + {"index":8, "x":75, "y":145, "width":32, "height":32}, + {"index":9, "x":114, "y":2, "width":32, "height":32}, {"index":10, "x":75, "y":35, "width":32, "height":32}, + ## 1 + ##{"index":21, "x":2, "y":106, "width":32, "height":32}, + ## 2 + ##{"index":22, "x":75, "y":106, "width":32, "height":32}, + ## Ʈ + {"index":23, "x":39, "y":106, "width":32, "height":32}, ), }, diff --git a/bin/pack/uiscript/uiscript/shopdialog.py b/bin/pack/uiscript/uiscript/shopdialog.py index 852c8780..22e0d9be 100644 --- a/bin/pack/uiscript/uiscript/shopdialog.py +++ b/bin/pack/uiscript/uiscript/shopdialog.py @@ -114,10 +114,85 @@ window = { "down_image" : "d:/ymir work/ui/public/large_button_03.sub", }, + ## MiddleTab1 + { + "name" : "MiddleTab1", + "type" : "radio_button", + "x" : 21, + "y" : 295, + "width" : 61, + "height" : 21, + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + ## MiddleTab2 + { + "name" : "MiddleTab2", + "type" : "radio_button", + + "x" : 104, + "y" : 295, + + "width" : 61, + "height" : 21, + + "default_image" : "d:/ymir work/ui/public/middle_button_01.sub", + "over_image" : "d:/ymir work/ui/public/middle_button_02.sub", + "down_image" : "d:/ymir work/ui/public/middle_button_03.sub", + }, + + ## SmallTab1 + { + "name" : "SmallTab1", + "type" : "radio_button", + + "x" : 21, + "y" : 295, + + "width" : 43, + "height" : 21, + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + }, + + ## SmallTab2 + { + "name" : "SmallTab2", + "type" : "radio_button", + + "x" : 71, + "y" : 295, + + "width" : 43, + "height" : 21, + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + }, + + ## SmallTab3 + { + "name" : "SmallTab3", + "type" : "radio_button", + + "x" : 120, + "y" : 295, + + "width" : 43, + "height" : 21, + + "default_image" : "d:/ymir work/ui/public/small_button_01.sub", + "over_image" : "d:/ymir work/ui/public/small_button_02.sub", + "down_image" : "d:/ymir work/ui/public/small_button_03.sub", + }, ), }, ), diff --git a/bin/pack/uiscript/uiscript/webwindow.py b/bin/pack/uiscript/uiscript/webwindow.py index e69de29b..e0335143 100644 --- a/bin/pack/uiscript/uiscript/webwindow.py +++ b/bin/pack/uiscript/uiscript/webwindow.py @@ -0,0 +1,52 @@ +import uiScriptLocale + +WEB_WIDTH = 640 +WEB_HEIGHT = 480 + +window = { + "name" : "MallWindow", + + "x" : 0, + "y" : 0, + + "style" : ("movable", "float",), + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + { + "name" : "board", + "type" : "board", + "style" : ("attach",), + + "x" : 0, + "y" : 0, + + "width" : WEB_WIDTH + 20, + "height" : WEB_HEIGHT + 40, + + "children" : + ( + ## Title + { + "name" : "TitleBar", + "type" : "titlebar", + "style" : ("attach",), + + "x" : 8, + "y" : 7, + + "width" : WEB_WIDTH + 10, + "color" : "yellow", + + "children" : + ( + { "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" }, + ), + }, + ), + }, + ), +} diff --git a/src/EterLib/NetStream.cpp b/src/EterLib/NetStream.cpp index df7c62fe..2969e39f 100644 --- a/src/EterLib/NetStream.cpp +++ b/src/EterLib/NetStream.cpp @@ -1,7 +1,7 @@ #include "StdAfx.h" #include "NetStream.h" -#define _PACKETDUMP +//#define _PACKETDUMP #define SEQUENCE_TABLE_SIZE 32768